/* ±âº» ¼¼ÆÃ */
@charset "euc-kr";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700&amp;subset=korean');
@import url('//cdn.rawgit.com/hiun/nanumsquare/master/nanumsquare.css');

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Nanum Gothic';
  font-size: 15px;
  font-weight: normal;
  color: #333;
}
form {
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  background-color: #fff;
  outline: 0;
}
A:link {
  color: #000;
  text-decoration: none;
}
A:active {
  color: #000;
  text-decoration: none;
}
A:visited {
  color: #000;
  text-decoration: none;
}
A:hover {
  color: #000;
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
INPUT {
  height: 27px;
  font-family: 'Nanum Gothic';
  font-size: 12pt;
  border: 1px solid #666;
  padding: 0 3px;
  outline: 0;
}
INPUT[class='radio'] + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0;
  line-height: 0px;
  vertical-align: bottom;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.radio {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0;
  line-height: 0px;
  vertical-align: bottom;
  background-color: transparent;
  cursor: pointer;
}
SELECT {
  height: 27px;
  font-size: 12pt;
  outline: 0;
}
textarea {
  font-family: 'Nanum Gothic';
  outline: 0;
}
fileField {
  font-family: 'Nanum Gothic';
  outline: 0;
}
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
  padding: 0;
}
table {
  border: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
th,
td {
  font-family: 'Nanum Gothic';
}
.btn {
  padding: 5px 8px;
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
}
.clear_left {
  clear: left;
  margin: 0;
  padding: 0;
}
.clear_right {
  clear: right;
  margin: 0;
  padding: 0;
}
.clear_both {
  clear: both;
  margin: 0;
  padding: 0;
}
.bold {
  font-weight: bold;
}
.white_bold {
  font-weight: bold;
  color: #fff;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
.not_found {
  margin: 10px 0;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.popup_items {
  position: absolute;
  display: none;
  overflow: hidden;
  z-index: 99;
}
/* ±âº» ¼¼ÆÃ */

/* »ó´Ü¿µ¿ª */

/* »ó´Ü ¸Þ´º */
#navbar {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.5s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  min-width: 1400px;
  top: 0; /* At the top */
  /*z-index: 99;*/
  z-index: 6;
  height: 150px;
  padding: 0px;
  border-bottom: 2px solid #000;
}

#logo_box #menu_left {
  transition: 0.5s;
  width: 20%;
  display: none;
  float: left;
  height: 60px;
  margin: 0 auto;
  padding: 10px;
}

#logo_box #menu_center {
  transition: 0.5s;
  width: 100%;
  display: inline;
  float: left;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#logo_box #menu_right {
  transition: 0.5s;
  width: 20%;
  display: none;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#navbar #logo {
  transition: 0.5s;
  height: 100%;
  display: none;
}
#navbar #logo_box {
  height: 60px;
  margin: 0 auto;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  background-color: #000000;
  color: #f00;
}
#navbar #naver {
  margin-top: 10px;
}

#navbar #addfavorites {
  font-size: 12px;
  font-weight: bold;
  transition: 0.5s;
  float: right;
  color: #f00;
  height: 90px;
  position: relative;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
#top_call {
  position: absolute;
  right: 50px;
  bottom: 8px;
  padding: 5px 10px 8px 10px;
  border-radius: 20px;
  background-color: #333333;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#menu {
  width: 100%;
  position: relative;
  height: 45px;
  margin-top: 13px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
  float: center;
  color: #fff;
}
#menu a {
  width: 16.6%;
  float: left;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
}

.header_sub_menu {
  float: right;
  text-align: center;
  padding: 5px;
  margin-right: 15px;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}

/* Links on mouse-over */
#menu a:hover {
  background-color: #fff;
  color: black;
}
.userText img {
  max-width: 100% !important;
  height: auto !important;
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {
  #navbar {
    padding: 10px; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
    height: 60px;
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
}
#navbar .blink {
  font-weight: bold;
  font-size: 24px;
  margin-top: 8px;
}

/* »ó´Ü¿µ¿ª */
#main_banner video {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 -140px;
  filter: brightness(0.7);
}
#main_effects_area {
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  position: relative;
  top: 50px;
  left: 0;
  width: 120%;
  height: 100%;
  overflow: hidden;
}
.main_effect {
  position: relative;
  top: 13%;
  margin: 0 auto;
  opacity: 0;
}
/* .main_effect img{width:100%;height:100%;object-fit: contain;} */

/* ¸ÞÀÎ¹è³Ê */
.main_close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: -20px -20px 0 0;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 20px;
  background-image: url('/img/header/btn_close.gif');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 5;
}

/*
 #area_header_banner { position: relative;  width:100%; height:450px;  max-height:450px;min-height:450px; margin:0 auto;  margin-top:100px;   }
#area_header_banner >  #area_header_banner_center_box { width:1400px; height:500px; margin:0 auto; }

 #area_header_banner >  #area_header_banner_center_box >  #over_area { position:absolute;  width:100%; height:412px;}
   #area_header_banner >  #area_header_banner_center_box >  #over_area > #over_item { position:relative; width:100%; height:412px; margin:0 auto; background-image:url(""); background-repeat:no-repeat; background-position:left bottom; }
   #area_header_banner >  #area_header_banner_center_box >  #main_banner_txt { position:relative; margin-left:-120px;   }
   #area_header_banner >  #area_header_banner_center_box >  #main_banner_txt > #main_banner_fonts { visibility:hidden; position:absolute; width:100%; height:412px; background-image:url("/img/header/font.png"); background-position:left bottom; background-repeat:no-repeat; margin-top:40px; }
*/

/* #main_map { position:absolute; visibility:hidden; top:0; right:50px; width:1100px; height:480px; background-color:#fff; border:3px solid #3e4c5f; z-index:1; }*/
#main_search {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 50px;
  width: 1100px;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #3e4c5f;
  z-index: 1;
}
#main_sms {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 50px;
  width: 1100px;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #3e4c5f;
  z-index: 1;
}
#blackout {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0.7+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
/* ¸ÞÀÎ¹è³Ê */

/* Áöµµ */
#map_tooltip {
  position: absolute;
  z-index: 1;
  padding: 0px;
  margin: 0;
  height: 62px;
  width: 150px;
  text-align: center;
  padding-top: 15px;
  background-image: url(arrow4.png);
  transform: translateX(-50%);
  pointer-events: none;
}
#map_tooltip > .map_item_name {
  width: 50%;
  padding: 5px 10px 5px;
  background-color: #333;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 9pt;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#map_tooltip > .map_item_count {
  width: 50%;
  padding: 5px 10px 5px;
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 9pt;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin-left: -1px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

/* º»¹® - ÁÂÃø/Áß¾Ó/¿ìÃø ¿µ¿ª ¼³Á¤ */
#area_body {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding-top: 0px;
}
#area_body > #contents_left {
  float: left;
  position: relative;
  width: 220px;
}
#area_body > #contents_right {
  position: fixed;
  top: 152px;
  right: 0;
  width: 53px;
  z-index: 6;
  overflow: hidden;
}
#area_body > #contents_body {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
  padding-top: 0px;
}

/* º»¹® - ÁÂÃø/Áß¾Ó/¿ìÃø ¿µ¿ª ¼³Á¤ */

/* °Ë»ö */
.header_search_box {
  width: 700px;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  margin: 0 auto;
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 10px;
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.header_search_box > .header_search_botton_r {
  float: right;
  width: 130px;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  height: 34px;
  color: #fff;
  margin: 0px 0 0 8px;
  padding: 7px 20px 0 0;
  cursor: pointer;
}
.header_search_box > .header_search_botton_l {
  float: right;
  width: 120px;
  height: 34px;
  font-weight: bold;
  text-align: center;
  background-color: #008040;
  color: #fff;
  padding: 5px 0 0 0;
  margin: 0px 0 0 8px;
  cursor: pointer;
}

.header_search_sub_botton_l {
  width: 144px;
  height: 34px;
  font-weight: bold;
  text-align: center;
  background-color: #008040;
  color: #fff;
  padding: 7px;
  font-size: 18px;
  margin: 1px 5px 0 0px;
  cursor: pointer;
  float: right;
}
.header_search_sub_botton_r {
  width: 144px;
  text-align: center;
  background-color: #000;
  height: 34px;
  color: #fff;
  font-weight: bold;
  margin: 1px 2px 0 0px;
  padding: 7px;
  cursor: pointer;
  font-size: 18px;
  float: right;
}

/* °Ë»ö */

/* °Ë»ö ÀÌº¥Æ® ¹öÆ° */
.icon_body {
  display: inline-block;
  cursor: pointer;
}

.icon1 {
  width: 25px;
  height: 25px;
  background: url(1.png);
  background-repeat: no-repeat;
  margin: -22px 0 0 90px;
  transition: 0.4s;
  position: absolute;
}

.change .icon1 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: url(2.png);
  background-repeat: no-repeat;
  transition: 0.4s;
  position: absolute;
}

/* sms */
.sms_title {
  margin: 0;
  padding: 10px 0;
  font-family: 'Nanum Square';
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1.7px;
  color: #363636;
  text-align: center;
}
.sms_box {
  display: table;
  width: 98%;
  margin: 0 auto;
  border-top: 2px solid #000;
}
.sms_box > #sms_infos {
  display: table-cell;
  width: 382px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}
.sms_box > #sms_infos > #sms_pic {
  float: left;
  width: 160px;
  height: 120px;
  margin: 5px;
  border: 1px solid #e0e0e0;
}
.sms_box > #sms_infos > #sms_info {
  float: left;
  width: 205px;
  overflow: hidden;
}
.sms_box > #sms_infos > #sms_info > .info_item {
  display: inline-block;
  width: 90px;
  margin: 5px 5px;
  padding: 7px 15px;
  border-radius: 20px;
  background-color: #3d3d3d;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: center;
}
.sms_box > #sms_infos > #sms_info > .info_vals {
  display: inline-block;
  margin: 3px 0;
  padding: 5px 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #444;
  text-align: left;
}
.sms_box > #sms_infos > #sms_info > .basic_sms {
  display: block;
  margin: 5px 0;
  font-family: 'Nanum Square';
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
}
.sms_box > #sms_form {
  display: table-cell;
  width: 670px;
}
.sms_box > #sms_form > .sms_items {
  display: table-row;
}
.sms_box > #sms_form > .sms_items > .sms_items_part {
  display: table-cell;
  width: 150px;
  height: 60px;
  margin: 0;
  padding: 0 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f2f2f2;
  font-family: 'Nanum Square';
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 60px;
  color: #424242;
}
.sms_box > #sms_form > .sms_items > .sms_items_part > .point {
  float: left;
  margin-right: 5px;
  font-size: 15px;
  line-height: 60px;
  color: #424242;
}
.sms_box > #sms_form > .sms_items > .sms_items_vals {
  position: relative;
  display: table-cell;
  width: 520px;
  margin: 0;
  padding: 0 10px;
  border-bottom: 1px solid #e0e0e0;
}
.sms_box > #sms_form > .sms_items > .sms_items_vals > .sms_item {
  height: 30px;
}
.sms_box > #sms_form > .sms_items > .sms_items_vals > p {
  margin: 3px 0;
  font-size: 14px;
  font-weight: normal;
  color: #909090;
}
.sms_buttons {
  width: 100%;
  padding: 15px 0 0 0;
  text-align: center;
}
.sms_buttons > p > .radio_private {
  width: 22px;
  height: 22px;
  border: 0;
  cursor: pointer;
  outline: 0;
  line-height: 0px;
  vertical-align: middle;
  background-color: transparent;
}
.sms_buttons > button {
  margin: 20px 5px;
  padding: 0;
  border: 0;
  cursor: pointer;
}
/* sms */

/* ÁÂÃø¸Þ´º */
dl#left_items {
  width: 220px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl#left_items > a > dd.left_item {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #d3d3d3;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
dl#left_items > dd.left_item {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #d3d3d3;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
dl#left_items > dd.left_item > dl.left_area {
  width: 200px;
  margin: 0 10px 10px;
  padding: 0;
  list-style-type: none;
}
dl#left_items > dd.left_item > dl.left_area > a > dd.area_d1 {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 10px 0;
  border: 2px solid #222838;
}
dl#left_items > dd.left_item > dl.left_area > a > dd.area_d2 {
  float: left;
  width: 50%;
  margin: 0;
  padding: 3px;
}
dl#left_items > dd.left_item > dl.left_area > a > dd.area_d2 > .area_txt {
  margin: 0;
  padding: 10px 0;
  border: 1px solid #d3d3d3;
}

dl#left_items > dd.left_item > dl.left_area > a > dd.area_d3 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 3px;
}
dl#left_items > dd.left_item > dl.left_area > a > dd.area_d3 > .area_txt {
  margin: 0;
  padding: 10px 0;
  border: 1px solid #d3d3d3;
}

dl#left_items > dd.left_item > dl.left_area > a > dd.area_d4 {
  width: 100%;
  margin: 0;
  margin-top: -3px;
}
dl#left_items > dd.left_item > dl.left_area > a > dd.area_d4 > .area_txt {
  margin: 0;
  padding: 10px 0;
  border: 1px solid #d3d3d3;
}

#left_tel {
  width: 218px;
  font-family: 'Nanum Square';
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #cc2020;
  text-align: center;
}
.area_gu {
  font-family: 'Nanum Square';
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222838+0,484f69+100 */
  background: #222838; /* Old browsers */
  background: -moz-linear-gradient(top, #222838 0%, #484f69 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #222838 0%, #484f69 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #222838 0%,
    #484f69 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222838', endColorstr='#484f69',GradientType=0 ); /* IE6-9 */
}
.area_dong {
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #3d3d3d;
  letter-spacing: -0.5px;
  text-align: center;
}
.area_dong:hover {
  background-color: #222839;
  color: #fff;
}

/* Ä«Å×°í¸® */
dl#left_items > dd.left_item {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #d3d3d3;
  background-repeat: no-repeat;
  font-family: 'Nanum Gothic';
  font-size: 16px;
  font-weight: bold;
  color: #3d3d3d;
  text-align: left;
}
.menu {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.menu span {
  cursor: pointer;
  color: #3d3d3d;
  padding: 10px;
  width: 100%;
  float: right;
  font-size: 12px;
  color: #999;
  width: 40px;
  text-align: center;
  margin-top: -10px;
}
.menu a {
  cursor: pointer;
  color: #3d3d3d;
  width: 100%;
}
.menu .hide {
  display: none;
  text-align: center;
  background-color: #efefef;
  margin-top: 10px;
  width: 208px;
  color: #fff;
}
.menu .hide a {
  cursor: pointer;
  color: #fff;
}
.menu .hide li {
  padding: 5px 5px 5px 5px;
  margin: 5px;
  color: #fff;
}
.menu .hide li > .box_bun {
  width: 23%;
  background-color: #ab57ff;
  border-radius: 3px;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.menu .hide li > .box_mae {
  width: 23%;
  background-color: #e44947;
  border-radius: 3px;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.menu .hide li > .box_jun {
  width: 23%;
  background-color: #00bbbb;
  border-radius: 3px;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.menu .hide li > .box_wol {
  width: 23%;
  background-color: #ff6a6a;
  border-radius: 3px;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

/* ÁÂÃø¸Þ´º */

/* ¿ìÃø¸Þ´º */
dl.right_menu {
  width: 160px;
  margin: 0;
  padding: 0 10px 0 0;
  border-radius: 10px;
  background-color: #444;
  list-style: none;
  overflow: hidden;
}
dl.right_menu > dt {
  padding: 5px 10px;
  cursor: pointer;
}
dl.right_menu > dd {
  padding: 6px 10px;
  font-family: '±¼¸²', 'Gulim';
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
dl.right_menu > dd:last-child {
  border: 0;
}
/* ¿ìÃø¸Þ´º */

/* Áö¿ªº°/¿ª¼¼±Ç°Ë»ö */
#search_area_title {
  display: none;
  width: 100%;
  float: left;
}
#search_train_title {
  display: none;
  padding-top: 10px;
  padding-bottom: 50px;
  width: 100%;
  float: left;
}
.list_search_box {
  display: none;
  margin: 0px;
  padding: 0px;
}
.list_search_box > .list_search_item {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.list_search_box > .list_search_item > a > .search_item {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #666666;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.list_search_box > .list_search_item > a > .search_item_on {
  background-color: #e64848;
}
/* Áö¿ªº°/¿ª¼¼±Ç°Ë»ö */

/* ¸Å¹°¸ñ·Ï Å¸ÀÌÆ² */
dl#list_title_tab {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 30px;
  border-bottom: 2px solid #000;
  font-family: 'Nanum Square';
  font-size: 20pt;
  font-weight: bold;
  color: #000;
  text-align: left;
}
dl#list_title_tab > dd.list_sort_item {
  float: right;
  height: 32px;
  margin: 0 5px;
}
dl#list_title_tab > dd.list_sort_item > button {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
}
dl#list_title_tab > dd.list_sort_item > button#list_type_webzine {
  background-image: url('/img/info/ico_list2_off.png');
}
dl#list_title_tab > dd.list_sort_item > button#list_type_square {
  background-image: url('/img/info/ico_list1_off.png');
}
dl#list_title_tab > dd.list_sort_item > select.order_item {
  height: 32px;
}
.main_good_title {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
}
.main_good_title > .item_more {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  border: 0;
}
.main_good_title > .item_title {
  margin: 0;
  padding: 20px;
  font-family: 'Nanum Square';
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #222838;
  border-bottom: 2px solid #666;
}
.main_good_title > .item_title > .item_point {
  font-family: 'Nanum Gothic';
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
.main_good_title > .item_title > .item_point1 {
  font-family: 'Nanum Gothic';
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
}
.main_good_title > .item_title > .item_subtitle {
  font-family: 'Nanum Gothic';
  font-size: 22px;
  font-weight: bold;
  color: #ff3c3c;
}

/* ¸Å¹°¸ñ·Ï Å¸ÀÌÆ² */

/* ¸Å¹°Ç¥½Ã - »ç°¢Çü»çÁø */
dl.main_good_item_box {
  width: 100%;
  max-width: 1400px;
  min-width: 1400px;
}
dd.mgood_item_area {
  float: left;
  max-width: 25%;
  margin: 0;
  padding: 10px;
  min-width: 350px;
}
.mgood_item_area > .mgood_item_box {
  margin: 0 auto;
  padding: 8px;
  border: 0;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 5px;
  min-width: 330px;
}
.mgood_item_area > .mgood_item_box:hover {
  margin: 0 auto;
  padding: 8px;
  border: 0;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 5px;
  min-width: 330px;
}

.mgood_item_area > .mgood_item_box > .mgood_item_pic {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 307px;
  height: 230px;
  text-align: left;
  background-size: cover;
}

.mgood_item_area > .mgood_item_box > .mgood_item_pic > .pic-front > .cont_comp {
  position: absolute;
  width: 307px;
  height: 230px;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}
.mgood_item_area > .mgood_item_box > .mgood_item_pic > .pic-front > .mgood_item_besticon {
  position: absolute;
  padding: 5px;
  font-size: 11pt;
  font-weight: bold;
  z-index: 2;
  top: 5px;
  right: 5px;
  border-radius: 5px;
}
.mgood_item_area > .mgood_item_box > .mgood_item_pic > .pic-back > .cont_comp {
  position: absolute;
  width: 307px;
  height: 230px;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}
.mgood_item_area > .mgood_item_box > .mgood_item_pic > .pic-back > .mgood_item_besticon {
  position: absolute;
  padding: 5px;
  font-size: 11pt;
  font-weight: bold;
  z-index: 2;
  top: 5px;
  right: 5px;
  border-radius: 5px;
}

.mgood_item_area > .mgood_item_box > .mgood_item_pic > .mgood_item_overinfo > .more_icon {
  position: absolute;
  width: 100%;
  margin-left: -10px;
  text-align: center;
}
.mgood_item_area
  > .mgood_item_box
  > .mgood_item_pic
  > .mgood_item_overinfo
  > .more_icon
  > .mgood_more_icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  padding: 13px;
  border-radius: 30px;
}
.mgood_item_area > .mgood_item_box > .mgood_item_pic > .mgood_item_overinfo > .more_icon > .view {
  background-color: #303030;
}
.mgood_item_area
  > .mgood_item_box
  > .mgood_item_pic
  > .mgood_item_overinfo
  > .more_icon
  > .mgood_more_icon
  > img {
  width: 35px;
  height: 35px;
}

.mgood_item_area > .mgood_item_box > .mgood_item_info {
  width: 95%;
  margin: 10px auto 5px;
  padding: 0px 0 0px 0;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* °Ç¹°Çü */
.mgood_item_area > .mgood_item_box > .mgood_item_money > .mgood_item_money_icon {
  float: left;
  width: 70px;
  padding: 2px 0 0 0;
  text-align: left;
}
.mgood_item_area > .mgood_item_box > .mgood_item_money > .mgood_item_money_money {
  float: right;
  padding: 1px 0 0 0;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*  0428  */

.money_icon {
  margin: 0 4px 2px 0px;
  padding: 1px 4px 2px 3px;
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.money_icon_bun,
.money_icon_mae {
  border: 1px solid #e44947;
  background-color: #e44947;
  color: #fff;
  border-radius: 50%;
}
.money_icon_jun {
  border: 1px solid #5050a0;
  background-color: #5050a0;
  color: #fff;
  border-radius: 50%;
}
.money_icon_im {
  border: 1px solid #ff8040;
  background-color: #ff8040;
  color: #fff;
  border-radius: 50%;
}
.money_icon_sil {
  border: 1px solid #356a6a;
  background-color: #356a6a;
  color: #fff;
  border-radius: 50%;
}
.num_money {
  font-size: 19px;
  font-weight: bold;
  color: #ff0000;
}
.num_money_text {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-left: 2px;
  margin-right: 4px;
}

.mgood_item_area > .mgood_item_box > .mgood_item_info > .mgood_item_info_address {
  font-weight: bold;
  color: #000;
  font-size: 19px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mgood_item_area > .mgood_item_box > .mgood_item_money {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 0px 0;
  text-align: center;
}
.mgood_item_area > .mgood_item_box > .mgood_item_info1 > .mgood_item_info_dong {
  font-weight: bold;
  color: #555555;
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
}
.mgood_item_area > .mgood_item_box > .mgood_item_info1 > .mgood_item_info_room {
  font-weight: bold;
  color: #6633ff;
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
}
.mgood_item_area > .mgood_item_box > .mgood_item_info1 > .mgood_item_info_size {
  font-weight: normal;
  color: #339933;
  padding: 2px 0 5px 0;
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
}

.mgood_item_area > .mgood_item_box > .mgood_item_info1 {
  width: 95%;
  height: 24px;
  margin: 0 auto;
  padding: 0 0 0px 0;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* ¸Å¹°Ç¥½Ã - »ç°¢Çü»çÁø */

/* ¸Å¹°Ç¥½Ã - ±äÁÙ»çÁø */

dd.mgood_item_area_list {
  float: left;
  width: 49.2%;
  max-width: 688px;
  margin: 5px;
  padding: 10px 0px 10px 10px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  overflow: hidden;
}
dd.mgood_item_area_list:hover {
  float: left;
  width: 49.2%;
  max-width: 688px;
  margin: 5px;
  padding: 10px 0px 10px 10px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  overflow: hidden;
}
.mgood_item_area_list > .mgood_item_box {
  float: left;
  width: 198px;
  height: 149px;
  margin: 0 auto;
  padding: 0px;
  border: 0;
  cursor: pointer;
}

.mgood_item_area_list > .mgood_item_box > .mgood_item_pic {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 198px;
  height: 149px;
  min-width: 198px;
  text-align: left;
}

.mgood_item_area_list > .mgood_item_box > .pic-front_long > .cont_comp {
  position: absolute;
  width: 198px;
  height: 149px;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 198px;
  max-height: 149px;
  top: 0px;
  left: 0px;
}
.mgood_item_area_list > .mgood_item_box > .pic-front_long > .mgood_item_besticon {
  position: absolute;
  padding: 5px;
  font-size: 11pt;
  font-weight: bold;
  z-index: 2;
  top: 5px;
  right: 5px;
  border-radius: 5px;
}
.mgood_item_area_list > .mgood_item_box > .pic-back_long > .cont_comp {
  position: absolute;
  width: 198px;
  height: 149px;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 198px;
  max-height: 149px;
  top: 0px;
  left: 0px;
}
.mgood_item_area_list > .mgood_item_box > .pic-back_long > .mgood_item_besticon {
  position: absolute;
  padding: 5px;
  font-size: 11pt;
  font-weight: bold;
  z-index: 2;
  top: 5px;
  right: 5px;
  border-radius: 5px;
}

.mgood_item_area_list > .mgood_item_overinfo {
  float: left;
  width: 467px;
  background-color: #fff;
  padding: 0px;
  margin: 0 0 0 10px;
  text-align: left;
  color: #000;
}

.mgood_item_area_list > .mgood_item_overinfo > .maemul_item_list {
  float: left;
  position: relative;
  max-width: 465px;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  text-align: left;
  color: #000;
  cursor: pointer;
}

.mgood_item_area_list > .mgood_item_overinfo > .maemul_item_list > .maemul_item_code {
  float: left;
  padding: 3px;
  margin: 2px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  width: 50px;
  font-size: 14px;
  background-color: #000080;
  border-radius: 5px;
}
.mgood_item_area_list > .mgood_item_overinfo > .maemul_item_list > .maemul_item_title {
  float: right;
  margin: 0px;
  padding: 2px 0 0 3px;
  font-weight: bold;
  color: #000;
  text-align: left;
  font-size: 18px;
  width: 410px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mgood_item_area_list > .mgood_item_overinfo > .maemul_item_list > .maemul_item {
  float: left;
  display: inline-block;
  padding: 5px;
  font-size: 17px;
  color: #333333;
  text-align: center;
}

.mgood_item_area_list > .mgood_item_overinfo > .maemul_item_list > .maemul_item > a > .item_nomal {
  float: left;
  margin: 0;
  padding: 0px;
  font-size: 15px;
  padding-right: 0px;
}

.mgood_item_area_list
  > .mgood_item_overinfo
  > .maemul_item_list
  > .maemul_item
  > a
  > .item_nomal_member {
  float: left;
  margin: 0;
  padding: 5px;
  font-size: 16px;
  padding-right: 0px;
  background-color: #f1f1f1;
  font-weight: bold;
}

.mgood_item_area_list
  > .mgood_item_overinfo
  > .maemul_item_list
  > .maemul_item
  > a
  > .item_nomal_member
  > .tel {
  margin: 0;
  font-weight: bold;
  color: #ff0000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
}

.mgood_item_area_list
  > .mgood_item_overinfo
  > .maemul_item_list
  > .maemul_item
  > a
  > .item_nomal_member
  > .cal_size {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 20px;
}

.mgood_item_area_list
  > .mgood_item_overinfo
  > .maemul_item_list
  > .maemul_item
  > a
  > .item_nomal
  > .item_size
  > .mgood_item_info_size {
  font-weight: normal;
}

.mgood_item_area_list > .mgood_item_overinfo > .maemul_item_list > .maemul_item > a > .item_train {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.mgood_item_area_list
  > .mgood_item_overinfo
  > .maemul_item_list
  > .maemul_item
  > a
  > .item_train
  > .train_line {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 3px 4px 4px 4px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.mgood_item_area_list
  > .mgood_item_overinfo
  > .maemul_item_list
  > .maemul_item
  > a
  > .item_train
  > .train_name {
  float: left;
  margin: 0px;
  padding: 0px 5px 0 0;
  color: #333333;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}

.mgood_item_area_list
  > .mgood_item_overinfo
  > .maemul_item_list
  > .maemul_item
  > a
  > .item_money_list {
  margin: 0px;
  padding: 0px 0;
  float: left;
  text-align: center;
}

/* °Ç¹°Çü */

.mgood_item_money_icon_long {
  float: left;
  padding: 2px 0 0 0;
  text-align: left;
}
.mgood_item_money_money_long {
  float: left;
  padding: 1px 0 0 0;
  text-align: left;
}
/* ¸Å¹°Ç¥½Ã - ±äÁÙ»çÁø */

/* ¸Å¹°±Ý¾× Ç¥½Ã */
.mgood_money {
  margin: 3px 0 5px;
  padding: 2px 0;
}
.icon_money_mae {
  padding: 3px 7px;
  background-color: #e44947;
  border: 1px solid #e44947;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.icon_money_mae_view {
  float: left;
  padding: 2px 5px 3px 5px;
  background-color: #e44947;
  border: 1px solid #e44947;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_mae {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.num_money_mae_view {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #341e7b;
  padding-left: 3px;
  padding-top: 0px;
}
.icon_money_bun {
  padding: 3px 7px;
  background-color: #569acf;
  border: 1px solid #569acf;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.icon_money_bun_view {
  float: left;
  padding: 2px 5px 3px 5px;
  background-color: #e44947;
  border: 1px solid #e44947;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_bun {
  font-size: 20px;
  font-weight: bold;
  color: #ff6464;
}
.num_money_bun_view {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #341e7b;
  padding-left: 3px;
  padding-top: 0px;
}
.icon_money_fin {
  padding: 3px 7px;
  background-color: #ca774c;
  border: 1px solid #ca774c;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_fin {
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.num_money_fin_view {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.icon_money_sil {
  padding: 3px 7px;
  background-color: #6c6cff;
  border: 1px solid #6c6cff;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_sil {
  font-size: 20px;
  font-weight: bold;
  color: #341e7b;
}
.num_money_sil_view {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}
.icon_money_suic {
  padding: 3px 7px;
  background-color: #d24474;
  border: 1px solid #d24474;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_suic {
  font-size: 20px;
  font-weight: bold;
  color: #ff6464;
}
.icon_money_fer {
  padding: 3px 7px;
  background-color: #8944c8;
  border: 1px solid #8944c8;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_fer {
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.icon_money_jen {
  padding: 3px 0px;
  background-color: #2492ff;
  border: 1px solid #2492ff;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.icon_money_jen_view {
  float: left;
  padding: 2px 5px 3px 5px;
  background-color: #2492ff;
  border: 1px solid #2492ff;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_jen {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  padding-left: 3px;
  margin-top: 0px;
}
.num_money_jen_view {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  padding-left: 3px;
  padding-top: 0px;
}
.icon_money_sec {
  padding: 3px 7px;
  background-color: #ff8040;
  border: 1px solid #ff8040;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_sec {
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.icon_money_wol {
  padding: 3px 7px;
  background-color: #ff6a6a;
  border: 1px solid #ff6a6a;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.icon_money_wol_view {
  float: left;
  padding: 2px 5px 3px 5px;
  background-color: #ff6a6a;
  border: 1px solid #ff6a6a;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_wol {
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.num_money_wol_view {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  padding-left: 3px;
  padding-top: 0px;
}
.type_money {
  font-size: 12px;
  font-weight: normal;
}

/* ¸Å¹°±Ý¾× Ç¥½Ã */

/* ÆäÀÌÂ¡ */
#list_page {
  position: relative;
  width: 1260px;
  margin: 20px auto;
  text-align: center;
}
.page_now {
  margin: 5px 8px;
  padding: 8px 10px;
  border: 1px solid #3d3d3d;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.page_num {
  margin: 5px 8px;
  padding: 8px 10px;
  border: 1px solid #aaa;
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
.page_first {
  margin: 5px 8px;
  padding: 12px 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
.page_pre {
  margin: 5px 8px;
  padding: 12px 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
.page_next {
  margin: 5px 8px;
  padding: 12px 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
.page_end {
  margin: 5px 8px;
  padding: 12px 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
/* ÆäÀÌÂ¡ */

/* ¸Å¹°»ó¼¼ */
#maemul_view_area {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
#maemul_view_area > table.info_box {
  width: 1160px;
  margin: 0 auto;
  border-top: 2px solid #7d7d7d;
  border-bottom: 1px solid #dcddde;
}
#maemul_view_area > table.info_box > caption {
  margin: 120px 0 20px 0;
  text-align: center;
}
#maemul_view_area > table.info_box > caption > .info_title {
  font-family: 'Nanum Square';
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -0.7px;
}
#maemul_view_area > table.info_box > caption > .info_title > .info_subtitle {
  font-family: 'Nanum Square';
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

#maemul_view_area > table.info_box td.info_t {
  padding: 10px 0px 10px 20px;
  border-bottom: 1px solid #dcddde;
  background-color: #fff;
  font-family: 'Nanum Square';
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  text-align: center;
}
#maemul_view_area > table.info_box td.info_i {
  padding: 10px 50px 10px 0px;
  border-bottom: 1px solid #dcddde;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
#maemul_view_area > table.info_box td.info_13 {
  width: 11%;
}
#maemul_view_area > table.info_box td.info_13 > .view_item_title {
  padding: 7px;
  background-color: #666666;
  color: #ffffff;
  width: 100px;
  min-width: 100px;
  border-radius: 3px;
}

#maemul_view_area > table.info_box td.info_37 {
  width: 39%;
  padding-left: 10px;
}
#maemul_view_area > table.info_box td.info_87 {
  width: 87%;
  padding-right: 5px;
}
#maemul_view_area > table.info_box td.info_c {
  text-align: left;
}
#maemul_view_area > table.info_box td.info_l {
  text-align: left;
}
#maemul_view_area > table.info_box td.info_title {
  font-family: 'Nanum Square';
  font-weight: bold;
  font-size: 18px;
}
#maemul_view_area > table.info_box td.info_category {
  font-weight: bold;
}
#maemul_view_area > table.info_box td.info_code {
  font-weight: bold;
}
#maemul_view_area > table.info_box td.info_address {
  font-weight: bold;
}
#maemul_view_area > table.info_box td.info_size {
  font-weight: bold;
}
#maemul_view_area > table.info_box td.info_floor {
  font-weight: bold;
}
#maemul_view_area > table.info_box td.info_room {
  font-weight: bold;
}
#maemul_view_area > table.info_box td.info_train {
  font-weight: bold;
}
#maemul_view_area > table.info_box td.info_blank {
  background-image: url('');
}
#maemul_view_area > table.info_box td#usr_add_image {
  width: 1160px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#maemul_view_area > #info_maemul_title {
  width: 1160px;
  margin: 20px auto 0;
  padding: 15px 10px;
  background-color: #333333;
  border: 1px solid #333333;
  font-family: 'Nanum Square';
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1.7px;
  color: #fff;
  text-align: center;
}
#maemul_view_area > #maemul_pic {
  display: block;
  width: 1160px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #dadada;
}
#maemul_view_area > #maemul_pic_print {
  display: none;
  width: 1160px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #dadada;
  background-color: #efefef;
  text-align: center;
}
#maemul_view_area > #writer_box td.info_i {
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #dcddde;
  line-height: 35px;
}
#maemul_view_area > #writer_box td.writer_pic {
  padding: 10px 5px 0 5px;
  text-align: center;
}
#maemul_view_area > #writer_box td.writer_pic > img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
#maemul_view_area > #writer_box td.writer_name {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
#maemul_view_area > #writer_box td.writer_kakao {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#maemul_view_area > #writer_box td.writer_tel {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#maemul_view_area > #writer_box td.writer_address {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
#maemul_view_area > #writer_box td.info_i > button.view_online_btn {
  width: 220px;
  margin: 0;
  padding: 10px 15px;
  border: 0;
  background-color: #4e4e4e;
  font-family: 'Nanum Square';
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
#maemul_view_area > #option_box td.info_i > .opt_item {
  display: table-cell;
  width: 155px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}
#maemul_view_area > #option_box td.info_i > .opt_item > .item_icon {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
#maemul_view_area > #option_box td.info_i > .opt_item > .item_icon > img {
  width: 45px;
  height: 45px;
}
#maemul_view_area > #option_box td.info_i > .opt_item > .icon_on {
  border-radius: 30px;
}
#view_btns {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}
#view_btns > button.view_btn {
  width: 100px;
  padding: 10px;
  border: 0;
  background-color: #000000;
  font-family: 'Nanum Square';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.7px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.wiew_item_train {
  float: left;
  margin: 0 5px 0px 0px;
  padding: 5px 0;
  font-size: 15px;
}
.wiew_item_train > .wiew_train_line {
  padding: 5px 5px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  border-radius: 15px;
  font-weight: bold;
  font-size: 15px;
}
.wiew_item_train > .wiew_train_name {
  margin: 3px 0px 0px 0px;
  font-size: 18px;
}

/* ¸Å¹°»ó¼¼ */

/* Ãß°¡ ÆäÀÌÁö »ó´Ü(È¸»ç¼Ò°³/°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§/ÀÌ¸ÞÀÏ¹«´Ü¼öÁý°ÅºÎ/°Ô½ÃÆÇ) */
#page_title_area {
  position: relative;
  width: 100%;
  text-align: center;
}
#page_title_area > #title {
  display: inline-block;
  margin: 25px 0 0 0;
  padding: 20px 10px 20px 10px;
  border: 0;
  font-family: 'Nanum Square';
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1.5px;
  color: #252525;
}
#page_title_area > #title > #sub_title {
  color: #666;
}
/* Ãß°¡ ÆäÀÌÁö »ó´Ü(È¸»ç¼Ò°³/°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§/ÀÌ¸ÞÀÏ¹«´Ü¼öÁý°ÅºÎ/°Ô½ÃÆÇ) */

/* Ãß°¡ ÆäÀÌÁö(È¸»ç¼Ò°³/°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§/ÀÌ¸ÞÀÏ¹«´Ü¼öÁý°ÅºÎ) */
#page_body_area {
  width: 100%;
  margin: 10px 0 20px;
  padding: 10px;
  border: 0;
  overflow-x: hidden;
}
ol.notice_body {
  margin: 0;
  padding: 0;
}
ol.notice_body > li {
  margin: 0 10px 10px 30px;
  font-size: 15px;
  font-weight: normal;
}
ol.notice_body > li.depth1 {
  margin: 0 10px 30px 30px;
  font-size: 21px;
  font-weight: bold;
}
ol.notice_body > li.depth2 {
  margin: 0 10px 20px 30px;
  font-size: 18px;
  font-weight: bold;
}
.notice_subitem {
  font-size: 15px;
  font-weight: normal;
}
/* Ãß°¡ ÆäÀÌÁö(È¸»ç¼Ò°³/°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§/ÀÌ¸ÞÀÏ¹«´Ü¼öÁý°ÅºÎ) */

/* Ãß°¡ ÆäÀÌÁö - Á÷¿ø¼Ò°³ */
#staff_introduce {
  width: 100%;
  margin: 0 0 10px 0;
}
#staff_introduce > a > .staff_introduce_item {
  float: left;
  width: 360px;
  margin: 10px;
  padding: 0;
  background-color: #e9e9e9;
}
#staff_introduce > a > .staff_introduce_item > .staff_introduce_name {
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #070b17;
  font-family: 'Nanum Square';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
}
#staff_introduce > a > .staff_introduce_item > .staff_introduce_name > .staff_introduce_upmu {
  font-family: 'Nanum Gothic';
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #ccc;
}
#staff_introduce > a > .staff_introduce_item > .staff_introduce_pic {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
}
#staff_introduce > a > .staff_introduce_item > .staff_introduce_info {
  float: left;
  width: 228px;
  margin: 10px 0;
  padding: 0;
}
#staff_introduce > a > .staff_introduce_item > .staff_introduce_info > p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 20px;
}
#staff_introduce > a > .staff_introduce_item > .staff_introduce_info > p > .staff_introduce_part {
  font-size: 15px;
  font-weight: normal;
  color: #686d7a;
}
#staff_introduce > a > .staff_introduce_item > .staff_introduce_info > p > .staff_introduce_tel {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #333;
}
#staff_introduce > a > .staff_introduce_item > .staff_introduce_info > p > .staff_introduce_hp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #cc2020;
}
#staff_introduce > a > .staff_introduce_item > .staff_introduce_info > p > .staff_introduce_kakao {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #333;
}
#staff_introduce > a > .staff_introduce_item > p {
  margin: 10px 0;
  text-align: center;
}
#staff_introduce > a > .staff_introduce_item > p > .staff_link {
  width: 90%;
  padding: 10px;
  border: 0;
  background-color: #686d7a;
  border-radius: 5px;
  font-family: 'Nanum Gothic';
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
/* Ãß°¡ ÆäÀÌÁö - Á÷¿ø¼Ò°³ */

/* °Ô½ÃÆÇ(ÀÏ¹ÝÇü) */
#board_list_submenu {
  width: 100%;
  margin: 20px 0 5px;
}
#board_list_submenu > .item_left {
  float: left;
  padding-left: 4px;
}
#board_list_submenu > .item_left > select {
  width: 120px;
  height: 30px;
  margin: 0;
}
#board_list_submenu > .item_left > input {
  width: 120px;
  height: 30px;
  margin: 0;
  border: 1px solid #000000;
}
#board_list_submenu > .item_left > button {
  width: 80px;
  height: 30px;
  margin: 0;
  border: 1px solid #000000;
  background-color: #000000;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#board_list_submenu > .item_right {
  float: right;
  padding-right: 4px;
}
#board_list_submenu > .item_right > button {
  width: 80px;
  height: 30px;
  margin: 0;
  border: 1px solid #000000;
  background-color: #000000;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
dl#board_list_box {
  width: 100%;
  margin: 0;
  padding: 0;
}
dl#board_list_box > dd.list_item_t {
  float: left;
  padding: 10px;
  border-right: 1px solid #fff;
  background-color: #333333;
  font-family: 'Nanum Square';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.7px;
  color: #fff;
  text-align: center;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
dl#board_list_box > dd.list_item_t:last-child {
  border: 0;
}
dl#board_list_box > dd.list_item_number {
  width: 7%;
}
dl#board_list_box > dd.list_item_title {
  width: 62%;
}
dl#board_list_box > dd.list_item_writer {
  width: 12%;
}
dl#board_list_box > dd.list_item_date {
  width: 12%;
}
dl#board_list_box > dd.list_item_see {
  width: 7%;
  border-right: 0;
}
dl#board_list_box > dd.online_item_number {
  width: 9%;
}
dl#board_list_box > dd.online_item_part {
  width: 12%;
}
dl#board_list_box > dd.online_item_category {
  width: 15%;
}
dl#board_list_box > dd.online_item_address {
  width: 22%;
}
dl#board_list_box > dd.online_item_writer {
  width: 14%;
}
dl#board_list_box > dd.online_item_re {
  width: 14%;
}
dl#board_list_box > dd.online_item_date {
  width: 14%;
  border-right: 0;
}
dl#board_item {
  border-bottom: 2px solid #a9a9a9;
}
dl#board_item > dd.list_item_v {
  float: left;
  padding: 18px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #404040;
  text-align: center;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
dl#board_item > dd.list_item_number {
  width: 7%;
}
dl#board_item > dd.list_item_title {
  width: 62%;
  padding-left: 15px;
  text-align: left;
}
dl#board_item > dd.list_item_writer {
  width: 12%;
}
dl#board_item > dd.list_item_date {
  width: 12%;
}
dl#board_item > dd.list_item_see {
  width: 7%;
  border-right: 0;
}
dl#board_item > dd.online_item_number {
  width: 9%;
}
dl#board_item > dd.online_item_part {
  width: 12%;
}
dl#board_item > dd.online_item_category {
  width: 15%;
}
dl#board_item > dd.online_item_address {
  width: 22%;
}
dl#board_item > dd.online_item_writer {
  width: 14%;
}
dl#board_item > dd.online_item_re {
  width: 14%;
}
dl#board_item > dd.online_item_date {
  width: 14%;
  border-right: 0;
}
table.board_box {
  width: 98%;
  border-top: 2px solid #000;
}
td.board_item {
  padding: 20px 5px;
  border: 1px solid #d6d6d6;
  background-color: #999;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
td.board_value {
  padding: 15px 15px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
td.board_value > INPUT[class='radio'] {
  width: 25px;
  height: 25px;
  border: 0;
  cursor: pointer;
  line-height: 0px;
  vertical-align: middle;
  background-color: transparent;
}
td.board_value > INPUT[class='btn'] {
  padding: 5px 15px;
  border: 1px solid #616161;
  background-color: #616161;
  color: #fff;
}
td.board_value > .board_small {
  font-size: 15px;
  font-weight: normal;
  color: #555;
}
td.board_value > .board_small_point {
  font-size: 15px;
  font-weight: bold;
  color: #505050;
}
#board_private_title {
  margin: 20px 0 5px 0;
  font-family: 'Nanum Square';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.7px;
}
#board_private_btn {
  margin: 20px 0;
  font-size: 15px;
  text-align: center;
}
#board_private_btn > INPUT[class='radio'] {
  width: 25px;
  height: 25px;
  border: 0;
  cursor: pointer;
  line-height: 0px;
  vertical-align: middle;
  background-color: transparent;
}
#board_btns {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.board_point {
  font-weight: bold;
  color: #e00;
}
button.board_btn {
  width: 80px;
  height: 30px;
  margin: 0;
  border: 0;
  background-color: #000000;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#board_memo {
  color: #000;
}
#board_writer {
  padding: 10px;
  background-color: #333333;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-align: right;
}
#board_writer > .board_attr {
  float: left;
  margin: 5px;
  font-size: 15px;
  font-weight: normal;
  color: #555;
  text-align: left;
  cursor: pointer;
}
#board_writer > .board_attr > .attr_size {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
/* °Ô½ÃÆÇ(ÀÏ¹ÝÇü) */

/* °Ô½ÃÆÇ(°¶·¯¸®) */
dd.gallery_item {
  float: left;
  width: 25%;
  padding: 20px 15px;
}
dd.gallery_item > .gallery_box {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ededed;
  cursor: pointer;
}
dd.gallery_item > .gallery_box > .item_pic {
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%;
}
dd.gallery_item > .gallery_box > .item_title {
  padding: 10px 10px;
  background-color: #5f5f5f;
  font-family: 'Nanum Square';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* °Ô½ÃÆÇ(°¶·¯¸®) */

/* ¸Åµµ¸Å¼öÀÇ·Ú(ÀÏ¹ÝÇü) */
dl#board_list_box > dd#online_list_item_number {
  width: 5%;
}
dl#board_list_box > dd#online_list_item_part {
  width: 18%;
}
dl#board_list_box > dd#online_list_item_category {
  width: 14%;
}
dl#board_list_box > dd#online_list_item_address {
  width: 23%;
}
dl#board_list_box > dd#online_list_item_writer {
  width: 13%;
}
dl#board_list_box > dd#online_list_item_re {
  width: 13%;
}
dl#board_list_box > dd#online_list_item_date {
  width: 13%;
}
dl#board_list_box > dd.online_list_item_v_number {
  float: left;
  width: 5%;
  margin: 0 1px 0 0;
  padding: 13px 0;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 11pt;
  font-weight: normal;
  color: #000;
  text-align: center;
}
dl#board_list_box > dd.online_list_item_v_part {
  float: left;
  width: 18%;
  margin: 0 1px 0 0;
  padding: 13px 0;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 11pt;
  font-weight: normal;
  color: #000;
  text-align: center;
}
dl#board_list_box > dd.online_list_item_v_category {
  float: left;
  width: 14%;
  margin: 0 1px 0 0;
  padding: 13px 0;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 11pt;
  font-weight: normal;
  color: #000;
  text-align: center;
}
dl#board_list_box > dd.online_list_item_v_address {
  float: left;
  width: 23%;
  margin: 0 1px 0 0;
  padding: 13px 0;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 11pt;
  font-weight: normal;
  color: #000;
  text-align: center;
}
dl#board_list_box > dd.online_list_item_v_writer {
  float: left;
  width: 13%;
  margin: 0 1px 0 0;
  padding: 13px 0;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 11pt;
  font-weight: normal;
  color: #000;
  text-align: center;
}
dl#board_list_box > dd.online_list_item_v_re {
  float: left;
  width: 13%;
  margin: 0 1px 0 0;
  padding: 13px 0;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 11pt;
  font-weight: normal;
  color: #000;
  text-align: center;
}
dl#board_list_box > dd.online_list_item_v_date {
  float: left;
  width: 13%;
  margin: 0 1px 0 0;
  padding: 13px 0;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 11pt;
  font-weight: normal;
  color: #000;
  text-align: center;
}
table.online_view_box {
  width: 98%;
  border-top: 2px solid #000;
  table-layout: fixed;
}
td.online_view_item {
  width: 15%;
  padding: 20px 5px;
  border: 1px solid #d6d6d6;
  background-color: #999;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
td.online_view_vals {
  width: 85%;
  padding: 15px 15px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
/* °Ô½ÃÆÇ(ÀÏ¹ÝÇü) */

/* ÇÏ´Ü¿µ¿ª */

#copyright_banner {
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-color: #52a3a3;
  padding: 0px;
  min-width: 1400px;
}

#copyright {
  width: 100%;
  background-color: #f3f0e5;
  overflow: hidden;
  min-width: 1400px;
  text-align: center;
}
#copyright > #footer_menu {
  width: 1400px;
  margin: 0 auto;
  padding: 15px 0;
  color: #333;
  text-align: center;
}
#copyright > #footer_menu > .menu_item {
  margin: 0 10px;
  font-family: 'Nanum Square';
  font-size: 17px;
  letter-spacing: -1px;
  font-weight: bold;
  text-decoration: none;
}
#copyright > #footer_menu > .menu_item a {
  color: #333;
  text-decoration: none;
}
#copyright > #footer_menu > .menu_bar {
  margin: 0 10px;
  font-family: 'Nanum Square';
  font-size: 17px;
  letter-spacing: -0.7px;
  font-weight: normal;
  color: #d5d5d5;
}
#copyright > #footer_menu > #btn_private a {
  font-weight: bold;
  color: #333;
}
#copyright > #footer_menu > #customer {
  margin: 0 30px 0 0;
  font-size: 20px;
}
#copyright > #footer_menu > #customer > #point {
  color: #f00;
}

#copyright > #company_info {
  width: 100%;
  padding: 0px 0;
  font-size: 14px;
  letter-spacing: -0.7px;
  font-weight: normal;
  color: #333;
  background-color: #f3f0e5;
}
#copyright > #company_info > #info_box {
  display: table;
  width: 1400px;
  margin: 10px auto;
}
#copyright > #company_info > #info_box > #footer_logo {
  float: left;
  display: table-cell;
  width: 300px;
  text-align: center;
  vertical-align: middle;
}
#copyright > #company_info > #info_box > #footer_logo > img {
  max-width: 290px;
}
#copyright > #company_info > #info_box > #footer_txt {
  float: left;
  display: table-cell;
  width: 1000px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
#copyright > #company_info > #info_box > #footer_txt > .menu_item {
  display: inline-block;
  margin: 4px 10px;
}
#copyright > #company_info > #info_box > #footer_txt > #copyright {
  display: block;
  margin: 4px 10px;
}
#copyright > #company_info > #info_box > #btns_sswebplus {
  float: left;
  display: table-cell;
  width: 85px;
  margin: 0;
  vertical-align: middle;
}
#copyright > #company_info > #info_box > #btns_sswebplus > button {
  margin: 0;
  padding: 0;
  width: 37px;
  height: 37px;
  margin: 1px;
  border: 0;
  border-radius: 5px;
  background-color: #ffa200;
  font-size: 22px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#copyright > #company_info > #info_box > #btns_sswebplus > #btn_footer_sswebplus {
  background-image: url('/img/footer/btn_sswebplus.gif');
  background-position: center center;
}

#footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 10px;
  background-color: #000000;
  border: 1px solid #000000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#footer > .footer_title {
  font-size: 14px;
}
#footer > .view_online_btn {
  width: 100px;
  margin: 0;
  padding: 5px;
  border: 0;
  font-family: 'Nanum Gothic';
  font-size: 17px;
  font-weight: bold;
  color: #ff0;
  border-radius: 5px;
  border: 2px solid #ff0;
}
#footer > .view_online_btn a:hover {
  color: #ff0;
  text-decoration: none;
}

/* ÇÏ´Ü¿µ¿ª */

/* Æ÷ÀÎÆ® */
#top_navi > ul#top_menubar > li a {
  border-bottom: 3px solid #070b17;
  color: #fff;
} /* over Ã³¸® sswebplus.js - $(tmenu_position).css( "border-bottom" , "2px solid #ffc502"); */
#top_navi > ul#top_menubar > li.menu_item_point a > .point {
  color: #fcfeb5;
}
.top_submenu > .menu_box > .item_title {
  border-left: 5px solid #cc2020;
  color: #fff;
}

dl.right_menu > dt {
  background-color: #214141;
}
dl.right_menu > dd {
  border-bottom: 1px solid #696969;
  background-color: #363636;
}

.map_item > .map_item_count {
  background-color: #b31617;
}
.mgood_item_area > .mgood_item_box > .mgood_item_pic > .mgood_item_overinfo > .more_icon > .cart {
  background-color: #b31617;
}
#maemul_view_area > #option_box td.info_i > .opt_item > .icon_on {
  background-color: #eebfc0;
}
/* Æ÷ÀÎÆ® */

.sms_info {
  border-right: #ffffff 0px solid;
  border-top: #ffffff 0px solid;
  font-size: 11pt;
  word-spacing: -0.1em;
  border-left: #ffffff 0px solid;
  color: #494949;
  line-height: 17px;
  border-bottom: #ffffff 0px solid;
  background-color: transparent;
  text-decoration: none;
  overflow-y: hidden;
  word-spacing: -1px;
}
.radio2 {
  border: 0;
  line-height: 0px;
  width: 15px;
  vertical-align: middle;
  background-color: transparent;
}

.search_menu {
  height: 36px;
  width: 145px;
  font-weight: bold;
  font-size: 18px;
  color: #414141;
}
