@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");

/* ---------------- pretendard ---------------- */
@font-face {
  font-family: "Pretendard";
  src: url("./fonts/Pretendard-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard";
  src: url("./fonts/Pretendard-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard";
  src: url("./fonts/Pretendard-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard";
  src: url("./fonts/Pretendard-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard";
  src: url("./fonts/Pretendard-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/* ---------------- pretendard ---------------- */

:root {
  --blue: #558ed5;
  --maemaeRed: #992424;
  --red: #ff3737;
  --pointYellow: #feec01;
  --bg-red: #b31617;
}

body {
  margin: 0;
  padding: 0;
  min-width: 1160px;
  background-color: #fff;
  font-family: "Nanum Gothic";
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  width: 100%;
}
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 #d6d6d6;
  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-family: "Nanum Gothic";
  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;
}
.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;
}

#blank_layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  /* 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 */
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

#area_header {
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  border-top: 3px solid #046fd9;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
  z-index: 6;
}
#top_logo {
  width: 300px;
  height: 100px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.call_logo {
  position: absolute;
  top: 50%;
  left: -180%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  text-align: center;
}
.call_logo span {
  width: 40%;
}
.call_logo span img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}
.call_txt {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 110%;
  margin-left: -10px;
}
.blink_txt {
  animation: blink 2s infinite;
  transition: all 0.2s linear 0;
}
.call_txt p:nth-of-type(1) {
  font-size: 18px;
  padding-left: 2px;
  text-align: center;
}
.call_txt p:nth-of-type(2) {
  color: #c00000;
  font-size: 24px;
}
#top_navi {
  border-top: 1px solid #d5d5d5;
  background-color: #fff;
}
#top_navi > ul#top_menubar {
  width: 1400px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_navi > ul#top_menubar > li a {
  float: left;
  display: block;
  margin: 0 50px;
  padding: 10px 15px !important;
  font-family: "Nanum Square";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 38px;
  text-align: center;
  color: #333333 !important;
  text-decoration: none; /*TRANSISTIONS*/
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#top_navi > ul#top_menubar > li a:hover {
  color: rgb(0, 0, 0) !important;
}

#top_navi > ul#top_menubar > li a > button {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 7px;
  margin-right: 7px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.top_submenu {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -moz-box-shadow: 0 0 2px 0 #393c45;
  -webkit-box-shadow: 0 0 2px 0 #393c45;
  box-shadow: 0 0 2px 0 #393c45;
  z-index: 100;
}
.top_submenu > .menu_box {
  width: 1400px;
  min-height: 100px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #fff;
  color: #252525;
}
.top_submenu > .menu_box > .item_title {
  float: left;
  width: 300px;
  margin-left: 30px;
  padding-left: 10px;
  font-family: "Nanum Square";
  font-size: 19px;
  font-weight: bold;
  color: #252525;
  margin-bottom: 10px;
}
.top_submenu > .menu_box > .item_title > a {
  float: left;
  width: 300px;
  margin-left: 30px;
  padding-left: 10px;
  font-family: "Nanum Square";
  font-size: 22px;
  font-weight: bold;
  color: #252525;
}
.top_submenu > .menu_box > .items {
  float: left;
  width: 1060px;
  padding: 0 10px;
}
.top_submenu > .menu_box > .items > div {
  float: left;
  width: 14.2%;
  margin: 0 0 20px 0;
  padding: 0;
}
.top_submenu > .menu_box > .items > .item {
  padding-left: 5px;
  font-size: 21px;
  font-weight: bold;
  color: #555;
}
.top_submenu > .menu_box > .items > .item > a {
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #555;
  text-decoration: non;
}
#area_header > #submenu_total > #submenu_total_title {
  position: absolute;
  left: 0;
  padding-top: 20px;
  background-color: #f6fafb;
  border-right: 1px solid #d5d5d5;
}
#area_header > #submenu_total > #submenu_total_title > #main_title {
  font-family: "Nanum Square";
  font-size: 24px;
  font-weight: bold;
  color: #555;
}
#area_header > #submenu_total > #submenu_total_title > #sub_title {
  margin: 5px 0;
  font-family: "Nanum Gothic";
  font-size: 15px;
  font-weight: bold;
  color: #888;
}
#area_header > #submenu_total > .menu_box {
  padding-left: 300px;
}
#area_header > #submenu_total > .menu_box > .item_title {
  width: 200px;
}
#area_header > #submenu_total > .menu_box > .items {
  width: 760px;
}
#header_blank {
  height: 2px;
}

.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;
}
#main_banner {
  position: relative;
  width: 100%;
  margin-top: 188px;
}
#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%
  ); /* Chome10-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 */
}

.index_items {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 10px 0;
}
.index_items > .index_item {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}
.index_items > a > .index_item {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  margin: 0;
}
.index_items > a > .index_item > .title_txt {
  padding: 10px 20px;
  border-bottom: 2px solid #282828;
  font-family: "NanumSquare";
  font-size: 22pt;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_items > a > .index_item > .title_txt > .point {
  color: #e60000;
  font-size: 37px;
}
.index_items > .index_item > a > button.index_more {
  border: 0;
  font-family: "Spoqa Han Sans";
  font-size: 16px;
  font-weight: normal;
  color: #666;
  cursor: pointer;
  width: 90px;
  height: 28px;
  margin: 5px;
  border: 0;
  border: 1px solid #eee;
  border-radius: 15px;
}
#index_search > #index_search_area {
  width: 100%;
  padding: 40px 0;
}

#index_search > #index_search_area > #search_tabs {
  width: 650px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#index_search > #index_search_area > #search_tabs > button.index_search_tab {
  background: transparent;
  margin: 0 15px;
  font-weight: bold;
  padding: 0 0 15px 0;
  border: 0;
  font-size: 13pt;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  font-weight: bold;
}
#index_search > #index_search_area > #search_tabs > button.tab_on {
  background-image: url("/img/index/search_tab_on.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  font-weight: bold;
  color: #0090ff;
}
#index_search > #index_search_area > .index_search_box {
  display: none;
  width: 880px;
  margin: 0 auto;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
#index_search > #index_search_area > .index_search_box > button.btn_search {
  float: left;
  width: 120px;
  height: 32px;
  margin: 1px;
  padding: 0;
  border: 0;
  background-color: var(--blue);
  font-size: 12pt;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 1;
}
#index_search > #index_search_area > .index_search_box > button.search_select {
  float: left;
  width: 120px;
  height: 32px;
  margin: 1px;
  padding: 5px 30px 5px 5px;
  border: 1px solid #dedede;
  background-image: url("/img/admin/select_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 10pt;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  font-weight: bold;
}
#index_search > #index_search_area > .index_search_box > .search_selected {
  background-color: #ffebeb;
  color: #5d5d5d;
}
#index_search > #index_search_area > .index_search_box > .search_moneys {
  display: none;
}
#index_search > #index_search_area > .index_search_box > input#titlei {
  float: left;
  width: 240px;
  height: 32px;
  margin: 1px 1px 0 1px;
  padding: 5px;
  border: 1px solid #878787;
  font-size: 10pt;
  text-align: center;
  z-index: 1;
}
#index_search > #index_search_area > .index_search_box > a > .btn_subway {
  width: 88px;
  height: 30px;
  margin: 2px;
  border: 0;
  border-radius: 5px;
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
#index_search > #index_search_area > .search_slider_item {
  position: absolute;
  display: none;
  border: 1px solid #dedede;
  background-color: #fff;
  z-index: 10;
}
#index_search > #index_search_area > .search_select_item {
  position: absolute;
  display: none;
  min-width: 80px;
  max-height: 180px;
  border: 1px solid #dedede;
  background-color: #fff;
  overflow-y: scroll;
  z-index: 10;
}
#index_search > #index_search_area > .search_select_item > .select_option {
  display: block;
  min-width: 100px;
  height: 30px;
  margin: 0;
  padding: 0 5px;
  background-color: #fff;
  font-size: 10pt;
  color: #303030;
  line-height: 30px;
  cursor: pointer;
}
#index_search
  > #index_search_area
  > .search_select_item
  > .select_option:hover {
  background-color: #e00000;
  color: #fff;
}
#index_search > #index_search_area > .search_select_item > .select_selected {
  padding-left: 30px;
  background-color: #e00000;
  background-image: url("/img/index/option_selected.png");
  background-repeat: no-repeat;
  color: #fff;
}

#map_area {
  width: 100%;
  height: 474px;
  margin: 0 0 0 0;
  padding: 0;
}
#naver_map {
  position: relative;
  width: 100%;
  height: 474px;
  z-index: 1;
}
.buttons {
  position: absolute;
  top: 0;
  right: 10px;
  width: 60px;
  z-index: 9;
  padding: 5px;
  text-align: center;
  letter-spacing: -0.5px;
}
.buttons > .control-btn {
  width: 45px;
  height: 45px;
  margin: 5px 0;
  border: 1px solid #363636;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  color: #363636;
  cursor: pointer;
  letter-spacing: -0.5px;
}
.buttons > .control-on {
  background-color: #363636;
  border: 2px solid #fff;
  color: #fff;
}

.map_item {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 20px;
  z-index: 1;
}
.map_item > .map_item_name {
  display: table-cell;
  min-width: 65px;
  margin: 0;
  padding: 0 10px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #fff;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
}
.map_item > .map_item_count {
  display: table-cell;
  min-width: 30px;
  margin: 0;
  padding: 0 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-family: "Nanum Gothic";
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

#area_body {
  display: block;
  position: relative;
  width: 1400px;
  margin: 20px auto;
}
#area_body > #contents_left {
  float: left;
  position: relative;
  width: 220px;
}
#area_body > #contents_right {
  position: fixed;
  top: 250px !important;
  right: -13px;
  z-index: 6;
  overflow: hidden;
}
#area_body > #contents_body {
  float: left;
  width: 1160px;
  margin: 0 0 0 20px;
  overflow: hidden;
}

.search_title {
  margin: 0;
  padding: 30px 0;
  font-family: "Nanum Square";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1.7px;
  color: #363636;
  text-align: center;
}
.search_box {
  display: table;
  width: 98%;
  margin: 0 auto;
  border-top: 2px solid #000;
}
.search_box > .search_items {
  display: table-row;
}
.search_box > .search_items > .search_items_part {
  display: table-cell;
  width: 120px;
  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;
}
.search_box > .search_items > .search_items_part > .point {
  float: left;
  margin-right: 5px;
  font-size: 15px;
  line-height: 60px;
  color: #424242;
}
.search_box > .search_items > .search_items_vals {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  border-bottom: 1px solid #e0e0e0;
}
.search_box > .search_items > .search_items_vals > .search_item_money {
  position: absolute;
  top: 0;
}
.search_box
  > .search_items
  > .search_items_vals
  > .search_item_money
  > .search_item_money_bar {
  display: inline-table;
  width: 340px;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
}
.search_box
  > .search_items
  > .search_items_vals
  > .search_item_money
  > .search_item_money_bar
  > .search_item_money_txt {
  float: left;
  width: 80px;
  margin: 11px 15px 11px 0;
  padding: 0;
  font-size: 12pt;
  font-weight: bold;
  color: #555;
  text-align: center;
}
.search_box
  > .search_items
  > .search_items_vals
  > .search_item_money
  > .search_item_money_bar
  > .search_money_txt {
  float: left;
  width: 220px;
  height: 27px;
  margin: 0;
  padding: 0 2px;
  border: 0;
  font-size: 14pt;
  font-weight: bold;
  color: #e00;
  text-align: center;
}
.search_box
  > .search_items
  > .search_items_vals
  > .search_item_money
  > .search_item_money_bar
  > .search_money_txt
  > .search_money_won {
  font-size: 11pt;
  font-weight: normal;
  color: #555;
}
.search_box
  > .search_items
  > .search_items_vals
  > .search_item_money
  > .search_item_money_bar
  > .search_money_slider {
  float: left;
  width: 200px;
  height: 18px;
  margin: 0;
  padding: 0;
}
.search_box
  > .search_items
  > .search_items_vals
  > .search_item_money
  > .money_comment {
  font-size: 13px;
  font-weight: normal;
}
.search_box > .search_items > .search_items_vals > .search_item {
  width: 120px;
  height: 30px;
}
.search_box > .search_items > .search_items_vals > .search_item_multicheckbox {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0 0 0 30px;
  line-height: 25px;
  text-align: left;
}
.search_box
  > .search_items
  > .search_items_vals
  > .search_item_multicheckbox
  > .search_checkbox {
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 0 0 0;
  border: 0;
  outline: 0;
}
.search_box > .search_items > #titlei {
  width: 200px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.search_buttons {
  width: 100%;
  text-align: center;
}
.search_buttons > button {
  margin: 20px 5px;
  padding: 0;
  border: 0;
  cursor: pointer;
}

/* sms */
.sms_title {
  margin: 0;
  padding: 30px 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;
  line-height: 130%;
}
.sms_box > #sms_infos > #sms_pic {
  float: left;
  width: 160px;
  height: 120px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.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 0px;
  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;
  display: flex;
  align-items: center;
}
.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_box > #sms_infos_inner {
  display: table-cell;
  width: 382px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}
.sms_box > #sms_infos_inner > #sms_pic_inner {
  float: left;
  width: 160px;
  height: 120px;
  margin: 5px;
  border: 1px solid #e0e0e0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sms_box > #sms_infos_inner > #sms_info_inner {
  float: left;
  width: 205px;
  overflow: hidden;
}
.sms_box > #sms_infos_inner > #sms_info_inner > .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_inner > #sms_info_inner > .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_inner > #sms_info_inner > .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_inner {
  display: table-cell;
  width: 670px;
}
.sms_box > #sms_form_inner > .sms_items {
  display: table-row;
}
.sms_box > #sms_form_inner > .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_inner > .sms_items > .sms_items_part > .point {
  float: left;
  margin-right: 5px;
  font-size: 15px;
  line-height: 60px;
  color: #424242;
}
.sms_box > #sms_form_inner > .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_inner > .sms_items > .sms_items_vals > .sms_item {
  height: 30px;
}
.sms_box > #sms_form_inner > .sms_items > .sms_items_vals > p {
  margin: 3px 0;
  font-size: 14px;
  font-weight: normal;
  color: #909090;
}

/* 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: 5px 0 0 0;
}
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;
}
#left_tel {
  width: 218px;
  font-family: "Nanum Square";
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #cc2020;
  text-align: center;
  margin-top: 6px;
}
.area_gu {
  text-align: center;
}
.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: var(--blue);
  color: #fff;
}

dl.right_menu {
  width: 150px;
  margin: 0;
  list-style: none;
  overflow: hidden;
  border: 1px dotted #000;
}
dl.right_menu > dt {
  padding: 5px 10px;
  cursor: pointer;
  background: #558ed5;
  display: flex;
  align-items: center;
}
dl.right_menu > dt span {
  color: #000;
}
dl.right_menu > dd {
  padding: 6px 10px;
  border-bottom: 1px solid #696969;
  background-color: #fff;
  font-family: "êµ´ë¦¼", "Gulim";
  font-size: 12px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease 0;
  font-weight: bold;
  font-family: "Nanum Gothic";
}
dl.right_menu > dd:last-child {
  border: 0;
}
dl.right_menu > dd i {
  font-size: 25px;
  margin: 4%;
  width: 28px;
  text-align: center;
  color: #8c8c8c;
}
.topscroll_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  width: 80%;
}
.topscroll_btn span {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1px;
}

#search_area_title {
  display: none;
  width: 100%;
  padding: 18px 10px 18px 10px;
  background-repeat: no-repeat;
  background-color: #558ed5;
  color: #fff;
}
#search_area_title p {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #b1b1b1;
}
#search_area_title p span {
  font-size: 15px;
  margin-left: 20px;
  font-weight: normal;
  text-shadow: none;
}
#search_area_title2 {
  width: 100%;
  padding: 18px 10px 18px 10px;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #558ed5;
}
#search_area_title2 p {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #b1b1b1;
}
#search_area_title2 p span {
  font-size: 15px;
  margin-left: 20px;
  font-weight: normal;
  text-shadow: none;
}
#search_train_title {
  display: none;
  width: 100%;
  padding: 12px 10px 11px;
  background-color: var(--blue);
}
.list_search_box {
  display: none;
  margin: 0 0 30px 0;
  padding: 0 0px 10px;
}
.list_search_box > .list_search_item {
  padding: 5px;
  background-color: #fff;
  padding-left: 10.1%;
  position: relative;
}
.searchL_container {
  position: absolute;
  left: 0;
}
.list_search_box > .list_search_item a .search_item {
  float: left;
  margin: 5px;
  padding: 10px 2px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 15px;
  letter-spacing: -2px;
  font-weight: bold;
  color: #3d3d3d;
  border: 1px solid #d3d3d3;
  transition: all 0.3s ease 0;
  width: 82.3px !important;
  text-align: center;
}
.list_search_box > .list_search_item a .search_item:hover {
  opacity: 0.7;
}
.list_search_box > .list_search_item a .search_item_on {
  background-color: var(--blue);
  color: #fff;
}

.list_search_box2 .list_search_item a .search_item {
  width: 200px !important;
  justify-content: stretch;
  margin: 5px 9px;
}
.list_search_box2 .list_search_item a:first-of-type .search_item {
  margin-left: 0;
}
.list_search_box2 .list_search_item a:last-of-type .search_item {
  margin-right: 0;
}
.list_search_box2 #search_area_items {
  padding-left: 0 !important;
}

.list_search_box2 {
  display: block;
}
.list_search_box2 > .list_search_item {
  display: flex;
}

.list_search_box2 dl a {
  margin: 0 auto;
}
.list_search_box2 dl a dd {
  width: 100%;
  text-align: center;
}

dl#list_title_tab {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "Nanum Square";
  font-size: 18pt;
  font-weight: bold;
  color: #000;
  font-family: "Noto Sans KR", sans-serif;
  border-bottom: 1px solid #a1a1a1;
}
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;
  border-bottom: 2px solid #999;
}
.main_good_title > .item_more {
  position: absolute;
  top: 10px;
  right: 0;
  height: 21px;
  margin: 5px;
  border: 0;
  color: #666;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 14px;
}
.main_good_title > .item_more i {
  border: 1px solid #eee;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
}
.main_good_title > .item_title {
  margin: 0;
  padding: 10px;
  font-family: "Nanum Square";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #222838;
}
.main_good_title > .item_title img {
  display: none;
}
.main_good_title > .item_title > .item_point {
  font-family: "Nanum Square";
  font-size: 28px;
  font-weight: bold;
  color: var(--red);
  text-shadow: 1px 1px 0px #b1b1b1;
}
.main_good_title > .item_title > .item_point > p {
  color: #000;
  display: inline-block;
}
#contents_body a:nth-child(3) .main_good_title > .item_title > .item_point > p {
  color: var(--red);
  display: inline-block;
}
.main_good_title > .item_title > .item_subtitle {
  font-family: "Nanum Gothic";
  font-size: 16px;
  font-weight: normal;
  color: #404040;
  display: none;
}
dl.main_good_item_box {
  width: 100%;
}

dd.mgood_item_area {
  float: left;
  transition: all 0.3s ease 0;
}
.mgood_item_area > .mgood_item_box {
  margin: 0 auto;
  padding: 0 0 1px 0;
  border: 0;
  background-color: #f8f8f8;
  cursor: pointer;
  min-height: 432px;
}
.mgood_item_area:hover {
  filter: drop-shadow(1px 1px 3px #2255a5);
}
/* .mgood_item_area > .mgood_item_box > .mgood_item_title { width:100%; margin:0; padding:12px 7px; background-color:var(--blue); border:1px solid var(--blue); font-size:22px; font-family:'Nanum Square'; font-weight:bold; letter-spacing:-1.5px; color:#fff; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } */
.mgood_item_area > .mgood_item_box > .mgood_item_title {
  width: 100%;
  margin: 0;
  padding: 12px 7px;
  background-color: #dbeef4;
  border: 1px solid #dbeef4;
  font-size: 22px;
  font-family: "Nanum Square";
  font-weight: bold;
  letter-spacing: -1.5px;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 1px 1px 0px #b1b1b1;
}
.mgood_item_area > .mgood_item_box > .mgood_item_pic {
  position: relative;
  margin: 10px auto 10px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  text-align: right;
}
.mgood_item_area > .mgood_item_box > .mgood_item_pic > .cont_comp {
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.mgood_item_area > .mgood_item_box > .mgood_item_pic > .mgood_item_besticon {
  position: absolute;
  right: 0;
  padding: 5px;
  font-size: 11pt;
  font-weight: bold;
  z-index: 2;
  top: 0px;
}
.mgood_item_area > .mgood_item_box > .mgood_item_pic > .mgood_item_overinfo {
  position: absolute;
  display: none;
  padding: 70px 10px 0 10px;
  text-align: center;
  overflow: hidden;
  z-index: 3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#505050+0,505050+100&0.65+0,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(48, 48, 48, 0.6) 0%,
    rgba(48, 48, 48, 0.6) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(48, 48, 48, 0.6) 0%,
    rgba(48, 48, 48, 0.6) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(48, 48, 48, 0.6) 0%,
    rgba(48, 48, 48, 0.6) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc303030', endColorstr='#cc303030',GradientType=0 ); /* IE6-9 */
}
.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: 100%;
  margin: 10px auto 10px;
  font-size: 13px;
  text-align: center;
}
.mgood_item_area
  > .mgood_item_box
  > .mgood_item_info
  > .mgood_item_info_address {
  font-weight: bold;
  color: #303030;
}
.mgood_item_area > .mgood_item_box > .mgood_item_info > .mgood_item_info_room {
  font-weight: bold;
  color: #505050;
  font-size: 16px;
}
.mgood_item_area > .mgood_item_box > .mgood_item_info > .mgood_item_info_size {
  font-weight: normal;
  font-size: 16px;
  color: #505050;
}
.mgood_item_area
  > .mgood_item_box
  > .mgood_item_info
  > .mgood_item_info_size
  strong:nth-child(2) {
  font-size: 16px;
}
.mgood_item_area
  > .mgood_item_box
  > .mgood_item_info
  > .mgood_item_info_size
  > .cal_size {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 18px;
  color: #444;
  cursor: pointer;
}
.mgood_item_area > .mgood_item_box > .mgood_item_info > .mgood_item_info_bar {
  padding: 0 7px;
  color: #000;
  font-size: 16px;
}
.mgood_item_area > .mgood_item_box > .mgood_item_money {
  width: 90%;
  margin: 5px auto;
  padding: 2px 0;
  text-align: center;
}
.mgood_item_area
  > .mgood_item_box
  > .mgood_item_money
  > .mgood_item_money_icon {
  float: left;
  width: 70px;
  padding: 2px 0 0 0;
  text-align: center;
}
.mgood_item_area
  > .mgood_item_box
  > .mgood_item_money
  > .mgood_item_money_money {
  float: right;
  padding: 0 0 0 0;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

dd.list_item_area {
  position: relative;
  width: 100%;
  margin: 18px 0 19px 0;
  padding: 10px 10px 15px 10px;
  border-top: 1px solid #a9a9a9;
  background-color: #fff;
  overflow: hidden;
  padding-top: 10px;
  padding-top: 13px;
  height: 236px;
}
dd.list_item_area:first-of-type {
  border-top: none;
  margin: 5px 0 11px 0;
}
dd.list_item_area > a > .item_pics {
  position: relative;
  float: left;
  width: 20%;
  height: 100px;
  margin: 5px 0;
}
dd.list_item_area > a > .item_pics > .item_besticon {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 5px;
  font-size: 11pt;
  font-weight: bold;
  z-index: 2;
}
dd.list_item_area > a > .item_pics > .item_more_pic {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url("/img/info/ico_plus.png");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
dd.list_item_area > a > .item_pics > .item_pic {
  position: absolute;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
dd.list_item_area > a > .item_pics > .cont_comp {
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
dd.list_item_area > a > .item_pic_box {
  position: absolute;
  top: 0;
  left: 21%;
  padding: 5px;
  border: 3px solid #303030;
  background-color: #fff;
  z-index: 3;
  display: none;
}
dd.list_item_area > a > .item_pic_box > .item_preview_pic {
  float: left;
  width: 88px;
  height: 66px;
  margin: 1px;
}
dd.list_item_area > a > .item_pic_box > .item_preview_pic > .preview_pics {
  width: 88px;
  height: 66px;
}
dd.list_item_area > a > .item_money {
  float: right;
  width: 20%;
  margin: 0 0 5px 0;
  padding: 5px 0 105px 0;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 200px 100px;
  background-position: center bottom;
  text-align: center;
  display: grid;
  grid-row: revert-layer;
  grid-template-columns: repeat(1, 200px);
  justify-items: left;
  grid-template-rows: 3fr 2fr;
  grid-template-columns: 4fr 4fr;
  background-size: contain;
  background-size: auto;
}
dd.list_item_area > a > .item_money > .item_money_icon {
  display: inline-block;
  width: 80px;
  margin: 5px 5px 5px 5px;
}
dd.list_item_area > a > .item_money > .item_money_money {
  display: inline-block;
  width: 150px;
  margin: 0 10px 0 0;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
dd.list_item_area > .item_info {
  float: left;
  width: 59%;
  margin: 0 auto;
  padding: 5px;
  margin-left: 10px;
}
dd.list_item_area > .item_info > a > .item_bar {
  float: left;
  margin: 0 0 5px 0;
  padding: 7px 0;
  color: #ccc;
}
dd.list_item_area > .item_info > a > .item_title {
  width: 100%;
  margin: 5px;
  padding: 5px;
  background-color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  color: #000;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 8px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-top: 0;
  padding-left: 0;
}
dd.list_item_area > .item_info > a > .item_title > .item_code {
  color: #3d4c5f;
}
dd.list_item_area > .item_info > a > .item_address {
  float: left;
  margin: 0 5px 2px 8px;
  padding: 5px 0;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: -4px;
  transform: translateY(-1px);
}
dd.list_item_area > .item_info > a > .item_category {
  float: left;
  margin: 0 5px 5px 10px;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #09f;
}
dd.list_item_area > .item_info > a > .item_size {
  float: left;
  margin: 0 5px 5px 5px;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #270;
}
dd.list_item_area > .item_info > a > .item_size > span > .cal_size {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
dd.list_item_area > .item_info > a > .item_room {
  float: left;
  margin: 0 5px 5px 10px;
  padding: 5px 0;
  font-size: 22px;
  font-weight: bold;
}
dd.list_item_area > .item_info > a > .item_bath {
  float: left;
  margin: 0 5px 5px 5px;
  padding: 5px 0;
  font-size: 22px;
  font-weight: bold;
}
dd.list_item_area > .item_info > a > .item_veranda {
  float: left;
  margin: 0 5px 5px 5px;
  padding: 5px 0;
  font-size: 22px;
  font-weight: bold;
}
dd.list_item_area > .item_info > a > .item_floor {
  float: left;
  margin: 0 5px 5px 10px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: normal;
}
dd.list_item_area .subContainer a .item_train {
  float: left;
  margin: 0 5px 5px 5px;
  padding: 5px 0;
  font-size: 16px;
  margin-bottom: 5px;
}
dd.list_item_area .subContainer a .item_train .train_line {
  padding: 3px 5px;
  color: #fff;
  border-radius: 15px;
  font-weight: bold;
}
dd.list_item_area .subContainer a .item_train em {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
dd.list_item_area > .item_info > a > .item_comment {
  width: 100%;
  margin: 0 5px 5px 5px;
  padding: 5px 0;
  font-size: 16px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
dd.list_item_area > .item_info > a > .item_admin {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 5px;
}
dd.list_item_area > .item_info > a > .item_admin > .admin_pic {
  display: table-cell;
  width: 50px;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
dd.list_item_area > .item_info > a > .item_admin > .admin_pic > img {
  width: 50px;
  height: 50px;
  border-radius: 17px;
}
dd.list_item_area > .item_info > a > .item_admin > .admin_info {
  display: table-cell;
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}
dd.list_item_area > .item_info > a > .item_admin > .admin_info > img {
  width: 40px;
  height: 40px;
}
dd.list_item_area > .item_info > a > .item_admin > .admin_info > .point {
  font-size: 18px;
  font-weight: bold;
}
.admin_pic.info_img > img {
  width: 60px !important;
  height: 60px !important;
}

.mgood_money {
  margin: 3px 0 5px;
  padding: 2px 0;
}
.icon_money_mae {
  padding: 3px 7px;
  background-color: #e44947;
  border: 1px solid #c04c4c;
  border-radius: 20px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_mae {
  font-size: 24px;
  font-weight: bold;
  color: var(--maemaeRed);
}
.icon_money_bun {
  padding: 3px 7px;
  background-color: #4d89d3;
  border: 1px solid #4d89d3;
  border-radius: 5px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
  width: 64px;
  padding-top: 2px;
}
.num_money_bun {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  margin-top: -4px;
  display: block;
}
.icon_money_fin {
  padding: 3px 7px;
  background-color: #ca774c;
  border: 1px solid #b36945;
  border-radius: 20px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_fin {
  font-size: 23px;
  font-weight: bold;
  color: #555;
}
.icon_money_sil {
  padding: 3px 7px;
  background-color: var(--red);
  border: 1px solid var(--red);
  border-radius: 5px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
  width: 64px;
}
.num_money_sil {
  font-size: 23px;
  font-weight: bold;
  color: var(--red);
  margin-top: -4px;
  display: block;
}
.icon_money_suic {
  padding: 3px 7px;
  background-color: #d24474;
  border: 1px solid #ba3e6a;
  border-radius: 20px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_suic {
  font-size: 24px;
  font-weight: bold;
  color: var(--maemaeRed);
}
.icon_money_fer {
  padding: 3px 7px;
  background-color: #8944c8;
  border: 1px solid #713bb8;
  border-radius: 20px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_fer {
  font-size: 24px;
  font-weight: bold;
  color: #555;
}
.icon_money_jen {
  padding: 3px 7px;
  background-color: #f37315;
  border: 1px solid #e05b2b;
  border-radius: 20px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_jen {
  font-size: 24px;
  font-weight: bold;
  color: #555;
}
.icon_money_sec {
  padding: 3px 7px;
  background-color: #a80d0e;
  border: 1px solid #7d0001;
  border-radius: 20px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_sec {
  font-size: 24px;
  font-weight: bold;
  color: #555;
}
.icon_money_wol {
  padding: 3px 7px;
  background-color: #ff205e;
  border: 1px solid #ec0808;
  border-radius: 20px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.num_money_wol {
  font-size: 24px;
  font-weight: bold;
  color: #555;
}
.type_money {
  font-size: 24px;
  font-weight: bold;
}

#submenu_community > .menu_box > .items {
  padding-right: 152px;
}
#submenu_community > .menu_box > .items > div {
  float: right;
}

#list_page {
  position: relative;
  width: 860px;
  margin: 20px auto;
  text-align: center;
}
.page_now {
  margin: 5px 8px;
  padding: 8px 10px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #558ed5;
  cursor: pointer;
  font-weight: bold;
}
.page_num {
  margin: 5px 8px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #8f96a5;
  cursor: pointer;
  border: none;
  font-weight: bold;
}
.page_first {
  margin: 5px 0;
  padding: 8px 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
.page_prev {
  margin: 5px 0;
  padding: 8px 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
.page_next {
  margin: 5px 0;
  padding: 8px 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
.page_end {
  margin: 5px 0;
  padding: 8px 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 > #top_banner_area {
  background: #f17878; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #f17878 30%,
    var(--bg-red) 70%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f17878 30%,
    var(--bg-red) 70%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f17878 30%,
    var(--bg-red) 70%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17878', endColorstr='var(--bg-red)',GradientType=1 ); /* IE6-9 */
}
#maemul_view_area > #top_banner_area > .page_area > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
#maemul_view_area > #top_banner_area > .page_area > #top_banner_close {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

#maemul_view_area > table.info_box_mini {
}
#maemul_view_area > table.info_box_mini > caption {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px dotted #000;
}
#maemul_view_area > table.info_box_mini > caption > .info_title {
  display: inline-block;
  padding: 10px 0px;
  font-family: "Nanum Square";
  font-size: 23px;
  letter-spacing: -1.5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#maemul_view_area > table.info_box_mini td.info_t_thr {
  width: 4.3%;
  height: 50px;
  border-bottom: 1px dotted #000;
  border-left: 1px dotted #000;
  background-color: #f0f0f0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 19px;
  letter-spacing: -0.5px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #000;
}
#maemul_view_area > table.info_box_mini td.info_i_thr {
  width: 16%;
  height: 50px;
  padding: 0 10px;
  border: 1px dotted #000;
  background-color: #fff;
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
}

#maemul_view_area > table.info_box_mini td.member_pic {
  width: 30%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px dotted #000;
}
#maemul_view_area > table.info_box_mini td.info_t {
  width: 20%;
  height: 50px;
  border: 1px dotted #000;
  font-family: "Nanum Square";
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  color: #000;
  padding-left: 7px;
}
#maemul_view_area > table.info_box_mini td.info_i {
  width: 50%;
  height: 50px;
  padding: 0 10px;
  border: 1px dotted #000;
  background-color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  position: relative;
}
#maemul_view_area > table.info_box_mini td.info_i > button.view_online_btn {
  width: 119px;
  margin: 0;
  padding: 8px 12px;
  border: 0;
  background-color: #4e4e4e;
  font-family: "Nanum Square";
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
  margin: 0 5px;
  transition: all 0.3s ease 0;
}
#maemul_view_area
  > table.info_box_mini
  td.info_i
  > button.view_online_btn:hover {
  opacity: 0.7;
}
#maemul_view_area > table.info_box {
  width: 1160px;
  margin: 0 auto;
}
#maemul_view_area > table.info_box > caption {
  margin: 20px 0 0px 0;
  text-align: center;
}
#maemul_view_area > table.info_box > caption > .info_title {
  display: inline-block;
  padding: 20px 0;
  font-family: "Nanum Square";
  font-size: 30px;
  letter-spacing: -1.5px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
#maemul_view_area > table.info_box > caption > .info_title > .info_subtitle {
  display: none;
  font-size: 30px;
  font-weight: bold;
  color: #505050;
}
#maemul_view_area > table.info_box td.info_t {
  padding: 20px 5px 20px 5px;
  border-bottom: 1px solid #b0b0b0;
  background-color: #f0f0f0;
  font-family: "Nanum Square";
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: bold;
  text-align: center;
}
#maemul_view_area > table.info_box td.info_i {
  padding: 20px 5px 20px 9px;
  border-bottom: 1px solid #b0b0b0;
  background-color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}
#maemul_view_area > table.info_box td.info_13 {
  width: 13%;
}
#maemul_view_area > table.info_box td.info_37 {
  width: 390px;
  height: 70px;
  font-weight: bold;
  line-height: 120%;
}
#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: center;
}
#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;
}
#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_i > .info_item_train {
  display: inline-block;
  margin: 2px 5px;
  padding: 2px 15px;
  border-radius: 15px;
  font-size: 17.4px;
  letter-spacing: -1px;
  color: #fff;
}
#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;
  border: 1px solid #ddd;
  font-family: "Nanum Square";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.7px;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}
#maemul_view_area > #info_maemul_title > p {
  font-weight: bold;
  line-height: 1.7;
}
#maemul_pic {
  display: block;
  width: 623px;
  height: 467px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.maemul_pic_item {
  float: left;
  width: 120px;
  height: 80px;
  margin: 2px;
  cursor: pointer;
  cursor: zoom-in;
}
#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: 20px 0;
  text-align: center;
}
#view_btns > button.view_btn {
  width: 120px;
  padding: 15px 20px;
  border: 0;
  background-color: #5f5f5f;
  font-family: "Nanum Square";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.7px;
  color: #fff;
  text-align: center;
}

#page_title_area {
  position: relative;
  width: 100%;
  text-align: center;
}
#page_title_area > #title {
  display: inline-block;
  margin: 0;
  padding: 0 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;
  width: 100%;
}
ol.notice_body > li.depth2 {
  margin: 0 10px 20px 30px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.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: var(--bg-red);
  font-family: "Nanum Square";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
}
#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: 97%;
  margin: 20px 0 5px;
  margin: 10px auto;
  margin-top: 20px;
}
#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 #707070;
}
#board_list_submenu > .item_left > button {
  width: 80px;
  height: 30px;
  margin: 0;
  border: none;
  background-color: var(--blue);
  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: none;
  background-color: var(--blue);
  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: 20px 0;
  border-right: 1px solid #fff;
  background-color: var(--blue);
  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: 81%;
}
dl#board_list_box > dd.list_item_writer {
  width: 12%;
  border-right: 0;
}
dl#board_list_box > dd.list_item_date {
  display: none;
}
dl#board_list_box > dd.list_item_see {
  display: none;
}
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: 81%;
  padding-left: 15px;
  text-align: left;
}
dl#board_item > dd.list_item_writer {
  width: 12%;
  border-right: 0;
}
dl#board_item > dd.list_item_date {
  display: none;
}
dl#board_item > dd.list_item_see {
  display: none;
}
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: #e0e0e0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
td.board_value {
  padding: 15px 15px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
}
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: #707070;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#board_memo {
  color: #000;
  font-weight: bold;
}
#board_writer {
  padding: 10px;
  background-color: #e0e0e0;
  font-size: 15px;
  font-weight: normal;
  color: #404040;
  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: #dbeef4;
  font-family: "Nanum Square";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 1px 1px 0px #b1b1b1;
}

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: #e0e0e0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
td.online_view_vals {
  width: 85%;
  padding: 15px 15px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
}

#index_community {
  display: table;
  width: 1160px;
  border: 1px solid #d5d5d5;
}
#index_community > .community_item {
  display: table-cell;
  width: 37.5%;
  padding: 20px 10px 15px;
  border-right: 1px dashed #d3d3d3;
}
#index_community > .community_item:last-child {
  border-right: 0;
}
#index_community > .community_item > a > .bbs_title {
  padding-bottom: 5px;
}
#index_community > .community_item > a > .bbs_title > .main_title {
  font-family: "Nanum Gothic";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
}
#index_community > .community_item > a > .bbs_title > .sub_title {
  font-family: "Nanum Gothic";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #888;
}
#index_community > #community_title {
  width: 25%;
  background-image: url("/img/footer/comm_bg.gif");
  background-repeat: no-repeat;
  border-right: 0;
}
#index_community > .community_item > a > .bbs_item {
  margin: 7px 0;
  padding: 0 5px;
  font-size: 13px;
  color: #565656;
}
#index_community > .community_item > a > .bbs_item > .item_title {
  float: left;
  width: 320px;
  height: 20px;
  line-height: 20px;
  background-image: url("/img/footer/ico.gif");
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#index_community > .community_item > a > .bbs_item > .item_date {
  float: right;
  width: 68px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#copyright {
  width: 100%;
  background-color: #fff;
  margin-bottom: 60px;
}
#copyright > #footer_menu {
  width: 1400px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  color: #000;
  font-weight: bold;
}
#copyright > #footer_menu > .menu_item {
  margin: 0 10px;
  font-family: "Nanum Square";
  font-size: 17px;
  letter-spacing: -1px;
  font-weight: normal;
  text-decoration: none;
}
#copyright > #footer_menu > .menu_item a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#copyright > #footer_menu > .menu_bar {
  margin: 0 10px;
  font-family: "Nanum Square";
  font-size: 17px;
  letter-spacing: -0.7px;
  font-weight: normal;
  color: #000;
}
#copyright > #footer_menu > #btn_private a {
  font-weight: bold;
  color: #000;
}
#copyright > #footer_menu > #customer {
  margin: 0 30px 0 0;
  font-size: 20px;
  font-weight: bold;
}
#copyright > #footer_menu > #customer > #point {
  color: var(--red);
}

#copyright > #company_info {
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  letter-spacing: -0.7px;
  font-weight: normal;
  color: #000;
}
#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;
  height: 71px;
}
#copyright > #company_info > #info_box > #footer_txt {
  float: left;
  display: table-cell;
  width: 1000px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  font-weight: bold;
}
#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;
  display: flex;
  flex-wrap: wrap;
}
#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: var(--blue);
  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;
}

.top_submenu > .menu_box > .item_title {
  border-left: 5px solid var(--blue);
  color: #555;
}

.map_item > .map_item_count {
  background-color: var(--blue);
}
.mgood_item_area
  > .mgood_item_box
  > .mgood_item_pic
  > .mgood_item_overinfo
  > .more_icon
  > .cart {
  background-color: var(--bg-red);
}
#maemul_view_area > #option_box td.info_i > .opt_item > .icon_on {
  background-color: var(--blue);
}

.viewmemo_company {
  position: relative;
  float: left;
  width: 25%;
  max-width: 275px;
  margin: 0;
}
.top_banner_more {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
  width: 95px;
  height: 25px;
  margin: 0 90px;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  background-color: #000;
  font-size: 11pt;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

dd.list_item_area > a > .item_pics > .item_pic + .list_info_item {
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%;
}
.list_info_date {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #cd2223;
  border-radius: 5px;
  background-color: #fff;
  font-size: 11pt;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #cd2223;
}

.bottom_call {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  left: 0;
  display: flex;
  background: url("./img/index/bottomBg.png") 0 0 no-repeat;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
  transition: all 0.3s ease 0s;
  background-size: cover;
  font-size: clamp(1.2rem, 1vw, 2.5rem);
}
.bottom_call div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 25%;
  font-size: clamp(1rem, 1vw, 1.5rem);
  font-weight: 600;
  height: 40px;
}
.bottom_call div:nth-of-type(1) {
  width: 22%;
  font-size: 25px;
  font-weight: bold;
}
.detail_call div:nth-of-type(1) {
  width: 29%;
}
.bottom_call img {
  margin-right: 10px;
  width: 10%;
}
.bottom_call div input {
  margin: 0 5%;
  padding: 19px 10px;
  font-size: 15px;
  width: 69%;
  height: 40px;
}
.bottom_call div input::placeholder {
  font-weight: 600;
  font-family: "NanumSquare";
}
.bottom_call div:nth-of-type(4) {
  background: #558ed5;
  padding: 6px 5px;
  width: 14%;
  cursor: pointer;
  transform: translateX(170px);
  text-shadow: 1px 1px 0px #b1b1b1;
  font-weight: 400;
}
.bottom_call div:nth-of-type(4) i {
  margin-left: 5px;
  display: none;
}
.bottom_call .bottom_num {
  font-size: 25px;
}
#myform_sms2 .bottom_call > .info_view_btn {
  transform: translateX(150px);
}

.donePopup {
  width: 20%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--blue);
  border: 1px solid #ffffff;
  text-align: center;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  color: #fff;
  display: none;
}
.donePopup p {
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 20px;
  font-weight: bold;
}
.donePopup span {
  padding: 9px;
  background: #fff;
  color: var(--blue);
  cursor: pointer;
}

/* info_list */
.info_list_container {
  padding-top: 19px;
  border-top: 1px solid darkgrey;
}
.info_list_txt {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: var(--blue);
  color: #fff;
}
.info_list_txt span {
  color: var(--pointYellow);
  animation: blink 2s infinite;
}

/* info_view */
.item_blank > p {
  font-size: 17px;
  width: 53.6%;
  background: var(--blue);
  padding: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  margin-left: 10px;
  text-wrap: nowrap;
}
.item_blank > p span {
  color: var(--pointYellow);
}

/* info_view */
.show_container {
  text-align: right;
  padding: 10px;
  padding-right: 0;
  cursor: pointer;
  margin-top: 10px;
}
.all_meamul_show {
  background: var(--blue);
  width: 30%;
  padding: 12px;
  color: #fff;
  font-weight: bold;
}

.info_maemul_title p {
  margin: 0px;
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_maemul_title p span {
  margin: 0 30px !important;
}

/* .train_line{width: 20px;height: 20px;display: inline-block;text-align: center;border-radius: 50%;color: #fff;margin-right: 5px;} */

.train_line01 {
  font-size: 13px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  display: inline-block;
  border-radius: 43px;
  margin-right: 5px;
  font-weight: bold;
  padding: 0 8px;
  margin-left: 5px;
}

.info_box_mini .train_line01 {
  margin: 0;
}

.info_view_txt {
  padding: 19px 10px;
  border: 2px solid #d9d9d9;
  margin-top: 50px;
  font-weight: bold;
  background: #fff;
  color: #000;
  font-size: 20px;
  width: 63%;
  text-align: center;
}
/* .info_view_txt .yellowTxt{color:var(--pointYellow)} */
.list_tag span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background: #f2f2f2;
  color: #454242;
  font-size: 14px;
  margin: 0 5px;
  font-weight: bold;
}

/* 240327 */
.fa-plus:before {
  content: "\2b";
  color: #999;
  font-size: 10px;
  position: absolute;
  top: 49%;
  left: 52%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 BLACK;
}
.fa-chevron-up:before {
  content: "\f077";
  font-size: 20px;
}
.train_line_con {
  border-bottom: 1px solid #d2d2d2;
}
.train_line_con .subContainer .item_train > p {
  display: flex;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -1px;
  font-family: "Noto Sans KR";
  font-weight: 500;
}

.main_good_title .main_review_more .item_more {
  position: absolute;
  top: 10px;
  right: 0;
  width: 90px;
  height: 28px;
  margin: 5px;
  border: 0;
  border: 1px solid #eee;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}
.main_good_title .main_review_more .item_more p {
  display: flex;
  align-items: center;
  color: #666;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 14px;
  margin-left: 7px;
}
.main_good_title .main_review_more .item_more i {
  width: 17px;
  height: 17px;
  position: relative;
  top: 5px;
}
.dot_line {
  font-size: 7px;
  letter-spacing: 1px;
  margin-left: 50px;
}

#banner_review_main .page_area .index_items {
  padding: 10px 0;
}

/* info_view */
.adTxt {
  margin-bottom: 30px;
  width: 30%;
  text-align: left;
}
.adTxt span:nth-of-type(1) {
  color: #558ed5;
}
.adTxt span:nth-of-type(2) {
  text-align: center;
  font-size: 27px;
}
.adTxt .w15 {
  width: 15%;
  display: inline-block;
}
.adTxt .w70 {
  width: 70%;
  display: inline-block;
}

.info_box_mini tr:nth-of-type(4) {
  border: none;
}
.info_box_mini tr:nth-of-type(5) {
  border: none;
}
.info_i {
  border: none;
}
.info_view_txt {
  width: 61%;
  text-wrap: nowrap;
  font-size: 19px;
}
.move_left {
  margin-right: 5%;
  display: flex;
  line-height: 113%;
}

.sms_box_view ul > li input {
  border: 1px dotted #000;
  font-weight: bold;
  text-align: left;
  padding: 18px 5px;
}
.sms_box_view ul > li:nth-of-type(1) {
  width: 34%;
}
.sms_box_view ul > li:nth-of-type(2) {
  width: 30%;
}
.sms_box_view ul > li:nth-of-type(3) {
  text-align: center;
}
.sms_box_view ul > li:nth-of-type(3) input {
  width: 15px;
  height: 15px;
}
.sms_box_view ul > li:nth-of-type(3) input[type="radio"] {
  border-radius: 0;
}
.privateCon {
  display: flex;
  align-items: center;
}
.privateCon input {
  margin-right: 10px;
}
.carParking {
  border-bottom: none;
  padding: 26px 0;
}
.intro_box td {
  border-top: 1px solid #b0b0b0;
  font-weight: bold;
}
.view_money {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 59px;
  left: 268px;
  line-height: 150%;
}
.view_money .item_money_money {
  width: 150px !important;
}

.list_tag {
  clear: both;
  position: absolute;
  bottom: -8px;
  margin: 10px 0;
  margin-bottom: 9px;
}
.bottom_list {
  border-bottom: 1px solid #b0b0b0;
}

.admin_pic div div img {
  width: 25px;
}
.admin_picture {
  width: 100px;
  object-fit: cover;
  height: 120px;
  margin-right: 15px;
}
.admin_picture .point {
  font-size: 19px;
  margin-bottom: 11px;
  font-weight: bold;
  display: inline-block;
  width: 90px;
}

.fa-caret-right {
  color: #8f96a5;
}
.fa-forward {
  color: #8f96a5;
  margin-left: 0;
  margin-right: 0;
}
.fa-forward-fast {
  color: #8f96a5;
}
.fa-caret-left {
  color: #8f96a5;
}
.fa-backward {
  color: #8f96a5;
  margin-left: 0;
  margin-right: 0;
}
.fa-backward-fast {
  color: #8f96a5;
}

.detail_money .icon_money_bun {
  padding-top: 7px;
  font-size: 17px;
  padding: 3px 7px;
}
.detail_money .icon_money_sil {
  padding-top: 7px;
  font-size: 17px;
  padding: 3px 7px;
}

.list_call {
  color: red;
  font-weight: bold;
  font-size: 20px;
  flex: 1 1 auto;
}

.list_call2 {
  color: red;
  font-weight: bold;
  font-size: 20px;
  flex: 1 1 auto;
  margin-left: 15px;
}
.list_call_container {
  text-align: center;
  display: flex;
  justify-content: stretch;
}

.detail_watch {
  text-align: center;
  font-weight: bold;
  margin: 27px 0;
  font-size: 20px;
  line-height: 140%;
}
#watchPeople {
  color: #c52020;
  animation: blink 1s infinite;
}
#maemul_view_area > table.info_box_mini td.info_i.askContainer {
  padding: 10px 0;
  border: none;
  text-align: right;
}
.smsAsk {
  background: #ff7c80;
  color: #fff;
  cursor: pointer;
  border: none;
  margin: 0 5px;
  padding: 11px 15px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.kakaoAsk {
  background: var(--pointYellow);
  color: #5f5c5c;
  border: none;
  margin: 0 5px;
  padding: 11px 15px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.locationSub {
  font-size: 12pt;
  font-weight: bold;
  color: #303030;
  margin-top: 20px;
}

.item_bar {
  font-size: 15px;
  width: 8px;
  text-align: center;
}

.gallery_banner {
  width: 97%;
  margin: 0 auto;
}
.gallery_banner > img {
  width: 100%;
  object-fit: contain;
}

.item_size {
  color: #000;
}

.train_line_con > .subContainer {
  margin-bottom: 6px;
}
.mgood_item_area .mgood_item_box > .mgood_item_money {
  margin-top: 10px;
  padding-bottom: 0;
}
.mgood_item_area .mgood_item_box > .mgood_item_container {
  margin-top: 5px;
  margin-bottom: 10px;
}
.list_search_item .searchL_container a:first-of-type dd {
  margin-left: 11px;
  width: 95px !important;
}

.roomsizesub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  margin-left: 10px;
  font-size: 21px;
  font-weight: bold;
  margin-top: 8px;
  margin-top: 2px;
  line-height: 230%;
}
.list_item_size > span {
  font-size: 15px;
}

.list_info_container {
  width: 100%;
  transform: translateY(-0.5px);
  display: inline-block;
}
.human_name {
  font-size: 19px;
  margin-bottom: 17px;
  font-weight: bold;
  display: inline-block;
  width: 90px;
  text-wrap: nowrap;
}

#maemul_view_area .intro_box td.info_i div.info_item_train {
  font-size: 16.4px;
}

#search_train_items .search_item {
  width: 93.7px !important;
  height: 43.64px;
}
#search_train_title p {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #b1b1b1;
  color: #fff;
}
#search_train_title p span {
  font-size: 15px;
  margin-left: 20px;
  font-weight: normal;
  text-shadow: none;
}

.icon_money_mae {
  background-color: var(--maemaeRed);
  border: 1px solid var(--maemaeRed);
  border-radius: 5px;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
}
.train_view {
  display: flex;
  align-items: center;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 43px;
  margin-right: 5px;
  font-weight: bold;
  padding: 5px 14px;
  line-height: 118%;
  font-size: 13px;
}

/* ============= ·Ñ¸µ ÅØ½ºÆ® ½ºÅ¸ÀÏ ============= */
.live_ask {
  margin: 10px auto;
  width: 1400px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
}
.live_ask ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  /* padding: 10px; */
}

.live_ask > ul {
  align-items: stretch;
  height: 73px;
}

.liveTxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding-left: 50px;
}
.rollingBox {
  width: 50%;
  /* padding: 10px; */
  background: #d9d9d9;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rolling_name {
  width: 90%;
  height: 55px;
  overflow: hidden;
  /* filter: drop-shadow(1px 5px 2px #9292927a); */
  background: #fff;
  /* border-radius: 30px; */
  color: #000;
  font-weight: 800;
  pointer-events: none;
}
.live_ask h4 {
  text-shadow: 1px 1px 0px #b1b1b1;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 3px;
  /* color: #222838; */
  color: #000;
  /* margin-bottom: 10px; */
}
.live_ask .swiper-slide ul {
  width: 100%;
  font-size: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  app-region: no-drag;
}
.live_ask .swiper-slide li {
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.live_ask .swiper-slide li span {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 5px 7px;
}

.live_ask .swiper-slide li i {
  font-size: 30px;
  color: #000;
}

.dateLive {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #000;
}
.bold-time {
  font-weight: 800;
  font-size: 18px;
}

.imgTxt {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 30%;
  justify-content: center;
}

.imgTxt figure {
  text-align: center;
  height: 73px;
}

.imgTxt figure p {
  font-size: 17px;
  font-weight: 800;
  transform: translateY(-12px);
  color: #000;
}

.imgTxt img {
  max-width: 55px;
}

.imgTxt h5 {
  font-size: 50px;
  font-weight: 800;
  color: #000;
}

.proImg {
  max-width: 40px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.live_ask .done {
  background: #558ed5 !important; /* »ó´ã¿Ï·á */
}
.live_ask .wait {
  background: #ff9800 !important; /* »ó´ã´ë±â */
}
.live_ask .reserve {
  background: #ff99cc !important; /* »ó´ã¿¹¾à */
}
/* ============= ·Ñ¸µ ÅØ½ºÆ® ½ºÅ¸ÀÏ ============= */

/* ============= »ó´Ü ¹è³Ê ½ºÅ¸ÀÏ ============= */
.banner_main {
  overflow: hidden;
  padding: 0;
}
.banner_main .bannerSwiper img {
  width: 100%;
  max-height: 510px;
}
.bannerSwiper {
  width: 100%;
}
.banner_main .swiper-pagination {
  display: flex;
  justify-content: center;
  height: 15px;
  position: absolute;
  bottom: 10px !important;
  top: unset !important;
  z-index: 5;
}
.banner_main .swiper-pagination-bullet {
  padding: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #558ed5;
}
/* ============= »ó´Ü ¹è³Ê ½ºÅ¸ÀÏ ============= */
