@charset "UTF-8";
/* 공통 */
/* variables */
/* font */
/* Spoqa */
@font-face {
  font-family: 'spoqa';
  src: url("../webfonts/Spoqa_Han_Sans_Regular.woff2") format("woff2"), url("../webfonts/Spoqa_Han_Sans_Regular.woff") format("woff");
}

@font-face {
  font-family: 'spoqaL';
  src: url("../webfonts/Spoqa_Han_Sans_Light.woff2") format("woff2"), url("../webfonts/Spoqa_Han_Sans_Light.woff") format("woff");
}

/* //Spoqa */
/* nanum Myeongjo */
@font-face {
  font-family: 'nanum';
  src: url("../webfonts/NanumMyeongjoR.woff") format("woff");
}

/* //nanum Myeongjo */
/* TrajanPro */
@font-face {
  font-family: 'trajan';
  src: url("../webfonts/TrajanPro-Regular.woff") format("woff");
}

/* //TrajanPro */

/*font-size*/
.font_14{font-size: 14px;}
.font_16{font-size: 16px;}
.font_bold{font-weight: bold;}

/* layout */
body.fixed {
  overflow: hidden;
}

.skip_navi a {
  position: absolute;
  left: -3000%;
}

.skip_navi a:focus {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #5e7282;
  color: #fff;
  text-align: center;
  z-index: 10000000000;
}

.wrap {
  position: relative;
  width: 100%;
  min-width: 1280px;
}

.wrap.type01:not(.moved) .header .logo.logo_hongcheon a {
  background-image: url("../images/common/logo_hongcheon_wt.png");
}

.wrap.type01:not(.moved) .header .logo.logo_yeosu a {
  background-image: url("../images/common/logo_yeosu_wt.png");
}

.wrap.type01:not(.moved) .header .logo.logo_global {
  width: 108px;
  height: 49px;
}

.wrap.type01:not(.moved) .header .logo.logo_global a {
  background-image: url("../images/common/logo_global_wt.png");
}

.wrap.type01:not(.moved) .header .util_menu a,
.wrap.type01:not(.moved) .side_bar .side_title {
  color: #fff;
}

.wrap.type01:not(.moved) .btn_menu_open i {
  background-color: #fff;
}

.header {
  position: absolute;
  width: 100%;
  min-width: 1280px;
  height: 80px;
  z-index: 3;
}

.header .inner {
  position: relative;
  max-width: 100%;
}

.header .logo {
  float: left;
  width: 108px;
  height: 25px;
  margin-top: 26px;
}

.header .logo a {
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.header .logo.logo_hongcheon a {
  background-image: url("../images/common/logo_hongcheon_bk.png");
}

.header .logo.logo_yeosu a {
  background-image: url("../images/common/logo_yeosu_bk.png");
}

.header .logo.logo_bluemountain a {
  background: #484848;
}

.header .logo.logo_global {
  width: 108px;
  height: 49px;
  margin-top: 16px;
}

.header .logo.logo_global a {
  background-image: url("../images/common/logo_global_bk.png");
}

.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .util_menu {
  float: right;
  padding: 22px 29px 0 0;
  font-size: 14px;
  font-family: 'nanum';
  line-height: 2.38;
  color: #000;
}

.header .util_menu li {
  float: left;
}

.header .util_menu a {
  display: block;
  padding: 3px 10px;
}

.header .btn_menu_open {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .btn_menu_open .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 25px;
  margin: -12px 0 0 -15px;
}

.header .btn_menu_open i {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.header .btn_menu_open .top {
  top: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.header .btn_menu_open .mid {
  top: 12px;
  width: 22px;
}

.header .btn_menu_open .btm {
  bottom: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.header .btn_menu_open:hover .line .top {
  -webkit-animation: menuMove1 0.8s;
          animation: menuMove1 0.8s;
}

.header .btn_menu_open:hover .line .mid {
  -webkit-animation: menuMove2 1.2s;
          animation: menuMove2 1.2s;
}

.header .btn_menu_open:hover .line .btm {
  -webkit-animation: menuMove1 1s;
          animation: menuMove1 1s;
}

.wrap.moved .header {
  position: fixed;
  top: 0;
  background-color: #fff;
}

@-webkit-keyframes menuMove1 {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }
}

@keyframes menuMove1 {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }
}

@-webkit-keyframes menuMove2 {
  from {
    width: 0;
  }
  to {
    width: 22px;
  }
}

@keyframes menuMove2 {
  from {
    width: 0;
  }
  to {
    width: 22px;
  }
}

/* header */
.header_global {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-width: 1280px;
  padding: 0 30px 0 80px;
  z-index: 1;
}

.header_global .inner {
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  padding: 0;
}

.header_global .logo {
  float: left;
  width: 108px;
  height: 49px;
  padding-top: 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.header_global .logo a {
  display: block;
  width: 100%;
  height: 49px;
  background: url("../images/common/logo_global_wt.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transition: background 2s;
  transition: background 2s;
}

.header_global .util_menu {
  float: right;
  padding-top: 38px;
  text-align: right;
}

.header_global .util_menu li {
  margin-top: 2px;
}

.header_global .util_menu li:first-child {
  margin-top: 0;
}

.header_global .util_menu a {
  font-family: 'nanum';
  color: #fff;
  line-height: 2.71;
  font-size: 14px;
  -webkit-transition: color 2s;
  transition: color 2s;
}

/*footer*/
.footer_global {
  min-width: 1280px;
  height: 60px;
  padding: 0px 50px;
  background-color: #fff;
}

.footer_global .inner {
  position: relative;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}

.footer_global .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_global .footer_term {
  overflow: hidden;
  padding-top: 12px;
}

.footer_global .footer_term li {
  float: left;
  margin-left: 13px;
}

.footer_global .footer_term li:first-child {
  margin-left: 0;
}

.footer_global .footer_term li a {
  font-family: 'spoqaL';
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
}

.footer_global .footer_term li strong {
  font-weight: bold;
  font-family: 'spoqa';
  color: #000;
  opacity: 0.8;
}

.footer_global .footer_info {
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer_global .footer_info .copyright {
  padding-top: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.6;
}

.footer_global .box_btn_share {
  position: static;
}

.footer_global .box_btn_share li {
  width: 30px;
  height: 30px;
}

.footer_global .box_btn_share .btn_sns_insta {
  background-image: url("../images/global/btn_gnb_sns01.png");
}

.footer_global .box_btn_share .btn_sns_youtube {
  background-image: url("../images/global/btn_gnb_sns02.png");
}

.footer_global .box_btn_share .btn_sns_facebook {
  background-image: url("../images/global/btn_gnb_sns03.png");
}

.footer_global .box_btn_share .btn_sns_kakao {
  background-image: url("../images/global/btn_gnb_sns04.png");
}

.footer_global .box_family_select {
  position: relative;
  width: 180px;
  margin-top: 10px;
}

.footer_global .box_family_select .selected {
  display: block;
  position: relative;
  width: 100%;
  height: 38px;
  padding-top: 9px;
  font-size: 12px;
  color: #666;
  border-bottom: 1px solid #6d7278;
}

.footer_global .box_family_select .selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 14px;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #666;
}

.footer_global .box_family_select .select_list {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 100%;
  background: #fff;
  border: 1px solid #6d7278;
}

.footer_global .box_family_select .select_list ul {
  padding: 10px 0 12px;
}

.footer_global .box_family_select .select_list li.on a {
  color: #000;
}

.footer_global .box_family_select .select_list a {
  display: block;
  padding: 8px 16px;
  font-size: 12px;
  color: #888;
}

.footer_global .box_family_select.on .selected:after {
  border-bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
}

.footer_global .box_family_select.on .select_list {
  display: block;
}

/*global common*/
.side_bar {
  position: fixed;
  top: 50%;
  right: 0;
  width: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.side_bar .side_title {
  position: absolute;
  top: 50%;
  left: 34px;
  font-family: 'trajan';
  font-size: 16px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
  white-space: nowrap;
}

.side_bar .side_title.white {
  color: #fff;
}

.btn_page_close {
  display: block;
  position: absolute;
  right: 22px;
  top: 34px;
  width: 40px;
  height: 40px;
  padding: 10px;
  z-index: 2;
}

.btn_page_close:before,
.btn_page_close:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 17px;
  width: 37px;
  height: 2px;
  background: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.btn_page_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn_page_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box_btn_share {
  position: absolute;
  right: 0;
  bottom: 122px;
}

.box_btn_share ul {
  overflow: hidden;
}

.box_btn_share ul li {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.box_btn_share ul a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.box_btn_share .btn_sns_insta {
  background-image: url("../images/common/btn_gnb_sns01.png");
}

.box_btn_share .btn_sns_youtube {
  background-image: url("../images/common/btn_gnb_sns02.png");
}

.box_btn_share .btn_sns_kakao {
  background-image: url("../images/common/btn_gnb_sns04.png");
}

.box_btn_share .btn_sns_facebook {
  background-image: url("../images/common/btn_gnb_sns03.png");
}

.gnb_menu_wrap {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gnb_menu_wrap .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  min-height: 800px;
  height: 100%;
  background-color: #637481;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.gnb_menu_wrap.on {
  display: block;
}

.gnb_menu_wrap.visible .bg,
.gnb_menu_wrap.visible .inner_menu {
  opacity: 1;
}

.gnb_menu_wrap.visible .inner_menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gnb_menu_wrap .menu_inner_wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-width: 1280px;
  min-height: 800px;
  padding: 26px 80px 0;
}

.gnb_menu_wrap .inner_menu {
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  min-width: 1120px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.gnb_menu_wrap .inner_menu:after {
  content: '';
  display: block;
  clear: both;
}

.gnb_menu_wrap .logo {
  width: 108px;
  height: 25px;
}

.gnb_menu_wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.gnb_menu_wrap .logo.logo_hongcheon a {
  background-image: url("../images/common/logo_hongcheon_wt.png");
}

.gnb_menu_wrap .logo.logo_yeosu a {
  background-image: url("../images/common/logo_yeosu_wt.png");
}

.gnb_menu_wrap .logo.logo_global {
  width: 108px;
  height: 49px;
}

.gnb_menu_wrap .logo.logo_global a {
  background-image: url("../images/common/logo_global_wt.png");
}

.gnb_menu_wrap .logo.logo_bluemountain a {
  background: #484848;
}

.gnb_menu_wrap .gnb_menu {
  float: left;
  padding-top: 45px;
}

.gnb_menu_wrap .menu_1dep_wrap {
  position: relative;
  float: left;
}

.gnb_menu_wrap .menu_1dep_wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  bottom: 21px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.gnb_menu_wrap .menu_1dep_wrap li {
  margin-top: 10px;
}

.gnb_menu_wrap .menu_1dep_wrap .menu_1depth {
  display: inline-block;
  position: relative;
  font-family: 'trajan','nanum';
  color: #fff;
  font-size: calc(12px + 1.2vw);
  line-height: 1.9;
  /* IE10+ */
}

.gnb_menu_wrap .menu_1dep_wrap .menu_1depth:before {
  content: '';
  display: none;
  position: absolute;
  left: -27px;
  top: 10px;
  bottom: 14px;
  width: 1px;
  background: #fff;
}

.gnb_menu_wrap .menu_1dep_wrap .menu_1depth span {
  display: block;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  white-space: nowrap;
}

.gnb_menu_wrap .menu_1dep_wrap .menu_1depth .en {
  top: 0;
  opacity: 1;
}

.gnb_menu_wrap .menu_1dep_wrap .menu_1depth .ko {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.gnb_menu_wrap .menu_1dep_wrap .menu_1depth:hover .en {
  opacity: 0;
}

.gnb_menu_wrap .menu_1dep_wrap .menu_1depth:hover .ko {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gnb_menu_wrap .menu_1dep_wrap .menu_1depth .ko {
    top: -6px;
  }
}

.gnb_menu_wrap .menu_1dep_wrap > ul > li {
  padding-left: 27px;
}

.gnb_menu_wrap .menu_1dep_wrap > ul > li.on .menu_1depth:before,
.gnb_menu_wrap .menu_1dep_wrap > ul > li.on .menu_1depth:hover:before {
  display: block;
}

.gnb_menu_wrap .menu_1dep_wrap > ul > li.on .en {
  opacity: 0;
}

.gnb_menu_wrap .menu_1dep_wrap > ul > li.on .ko {
  opacity: 1;
}

.gnb_menu_wrap .menu_1dep_wrap > ul > li.on .menu_2dep_wrap {
  display: block;
}

.gnb_menu_wrap .menu_1dep_wrap.hover > ul > li:not(.on) {
  opacity: 0.3;
}

.gnb_menu_wrap .menu_2dep_wrap {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 119px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  white-space: nowrap;
}

.gnb_menu_wrap .menu_2dep_wrap a {
  font-size: 16px;
  color: #fef6db;
  line-height: 2.75;
}

.gnb_menu_wrap .menu_2dep_wrap.hover > ul > li:not(.on) {
  opacity: 0.3;
}

.gnb_menu_wrap .menu_sub_util {
  float: right;
  padding-top: 49px;
  text-align: right;
  color: #fff;
}

.gnb_menu_wrap .box_user {
  font-size: 14px;
  line-height: 2.38;
  font-family: 'nanum';
}

.gnb_menu_wrap .box_user li {
  margin-top: 4px;
}

.gnb_menu_wrap .box_user li:first-child {
  margin-top: 0;
}

.gnb_menu_wrap .box_menu_info {
  padding-top: calc(1px + 3vw);
  font-size: calc(12px + 0.2vw);
  line-height: 1.8;
  font-family: 'trajan';
}

.gnb_menu_wrap .box_menu_info li {
  margin-top: 6px;
}

.gnb_menu_wrap .box_menu_info li:first-child {
  margin-top: 0;
}

.gnb_menu_wrap .box_menu_familysite {
  padding-top: calc(8px + 3vw);
}

.gnb_menu_wrap .box_menu_familysite li {
  margin-top: 33px;
}

.gnb_menu_wrap .box_menu_familysite li:first-child {
  margin-top: 0;
}

.gnb_menu_wrap .logo_txt {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.gnb_menu_wrap .logo_txt .logo_en {
  display: block;
  font-size: 20px;
  font-family: 'trajan';
  line-height: 1;
}

.gnb_menu_wrap .logo_txt span {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 4px;
  padding-right: 37px;
  vertical-align: top;
}

.gnb_menu_wrap .logo_txt span:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 30px;
  height: 1px;
  margin-top: -1px;
  background: #fff;
}

.gnb_menu_wrap .box_btn_share {
  position: absolute;
  right: 0;
  bottom: 122px;
}

.gnb_menu_wrap .box_btn_share.hover a {
  opacity: 0.3;
}

.gnb_menu_wrap .box_btn_share.hover a:hover {
  opacity: 1;
}

.gnb_menu_wrap .btn_bookstay {
  position: absolute;
  right: -80px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
}

.gnb_menu_wrap .btn_bookstay:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.gnb_menu_wrap .btn_menu_close {
  position: absolute;
  right: -64px;
  top: -10px;
  width: 50px;
  height: 50px;
}

.gnb_menu_wrap .btn_menu_close:before, .gnb_menu_wrap .btn_menu_close:after {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 23px;
  width: 35px;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.gnb_menu_wrap .btn_menu_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gnb_menu_wrap .btn_menu_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gnb_menu_wrap .menu_weather_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 57px;
  color: #fff;
}

.gnb_menu_wrap .menu_weather_wrap .title {
  display: block;
  height: 27px;
  line-height: 26px;
}

.gnb_menu_wrap .menu_weather_wrap .state {
  padding-top: 32px;
  font-size: 24px;
  font-family: 'nanum';
}

.gnb_menu_wrap .menu_weather_wrap .location {
  font-family: 'nanum';
}

.gnb_menu_wrap .menu_weather_wrap .location .title {
  font-size: 18px;
  opacity: 1;
}

.gnb_menu_wrap .menu_weather_wrap .location .state {
  padding-top: 27px;
}

.gnb_menu_wrap .menu_weather_wrap .location .area {
  margin-left: 11px;
  font-size: 14px;
}

.gnb_menu_wrap .menu_weather_wrap .box_area_info {
  margin-left: 53px;
}

.gnb_menu_wrap .menu_weather_wrap .box_area_info:first-child {
  margin-left: 0;
}

.gnb_menu_wrap .menu_weather_wrap .box_area_info .title {
  font-size: 14px;
  opacity: 0.7;
}

.gnb_menu_wrap .menu_weather_wrap .box_area_info .title span {
  font-size: 11px;
}

.gnb_menu_wrap .menu_weather_wrap .box_area_info .state {
  line-height: 1;
}

.gnb_menu_wrap .menu_weather_wrap .box_area_info .num {
  display: inline-block;
  padding-left: 11px;
  font-size: 20px;
}

.gnb_menu_wrap .menu_weather_wrap .box_area_info .sign {
  display: inline-block;
  margin-left: 3px;
  font-size: 16px;
}

.gnb_menu_wrap .menu_weather_wrap .box_weather {
  position: relative;
  margin-top: -3px;
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap {
  position: absolute;
  bottom: 0;
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico.ico_weather01 {
  background-image: url("../images/common/ico_weather01.png");
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico.ico_weather02 {
  background-image: url("../images/common/ico_weather02.png");
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico.ico_weather03 {
  background-image: url("../images/common/ico_weather03.png");
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico.ico_weather04 {
  background-image: url("../images/common/ico_weather04.png");
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico.ico_weather05 {
  background-image: url("../images/common/ico_weather05.png");
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico.ico_weather06 {
  background-image: url("../images/common/ico_weather06.png");
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico.ico_weather07 {
  background-image: url("../images/common/ico_weather07.png");
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico.ico_weather08 {
  background-image: url("../images/common/ico_weather08.png");
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .ico_wrap .ico.ico_weather09 {
  background-image: url("../images/common/ico_weather09.png");
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .num {
  display: inline-block;
  padding-left: 74px;
  font-size: 30px;
}

.gnb_menu_wrap .menu_weather_wrap .box_weather .num .sign {
  font-size: 21px;
}

.container {
  position: relative;
  padding-bottom: 120px;
  z-index: 0;
}

.container .content {
  position: relative;
  padding-bottom: 120px;
  background: #fff;
}

.container.type02 {
  padding-bottom: 0;
}

.container.type02 .content {
  padding-bottom: 0;
}

.footer {
  position: relative;
  min-width: 1280px;
  min-height: 272px;
  padding: 50px 0 66px;
  background: #282828;
  color: #fff;
}

.footer .inner {
  position: relative;
  overflow: hidden;
  max-width: 1760px;
}

.footer .btn_top {
  position: absolute;
  right: 35px;
  top: 0;
  width: 40px;
  height: 50px;
  background: url("../images/common/btn_top.png");
  background-size: 100% auto;
  opacity: 0.5;
  z-index: 3;
}

.footer .btn_top:hover {
  opacity: 1;
}

.footer .footer_info {
  float: left;
}

.footer .footer_util {
  overflow: hidden;
  font-family: 'trajan';
  font-size: 18px;
  line-height: 1.56;
}

.footer .footer_util li {
  float: left;
  margin-left: 47px;
}

.footer .footer_util li:first-child {
  margin-left: 0;
}

.footer .footer_address {
  margin-top: 23px;
  font-size: 14px;
  font-family: 'spoqaL';
  line-height: 2;
  color: #eee;
}

.footer .footer_address .location_area {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-family: 'nanum';
  color: #eee;
}

.footer .footer_address p {
  margin-bottom: 16px;
}

.footer .footer_address p .tel {
  display: inline-block;
  margin-left: 15px;
}

.footer .footer_address ul {
  overflow: hidden;
  margin-top: 4px;
}

.footer .footer_address ul:first-child {
  margin-top: 0;
}

.footer .footer_address li {
  position: relative;
  float: left;
  margin-left: 6px;
  padding-left: 8px;
  font-family: 'spoqa';
  font-size: 12px;
  color: #999;
}

.footer .footer_address li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 1px;
  height: 12px;
  background-color: #999;
}

.footer .footer_address li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.footer .footer_address li:first-child:before {
  display: none;
}

.footer .copyright {
  margin-top: 30px;
  font-size: 12px;
  opacity: 0.6;
  font-family: 'spoqaL';
}

.footer .footer_links {
  position: relative;
  float: right;
  margin-right: 41px;
  font-size: 14px;
  font-family: 'spoqaL';
  text-align: right;
}

.footer .footer_links .footer_term {
  display: inline-block;
  margin-right: 60px;
  vertical-align: top;
}

.footer .footer_links .footer_term li a {
  font-size: 12px;
  font-family: 'spoqaL';
  color: rgba(255, 255, 255, 0.6);
  line-height: 3.17;
}

.footer .footer_links .footer_term li a strong {
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
}

.footer .footer_links .box_btn_share {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer .footer_links .box_btn_share a {
  opacity: 0.3;
}

.footer .footer_links .box_btn_share.hover a:hover {
  opacity: 1;
}

.footer .footer_links .footer_familysite {
  display: inline-block;
  width: 227px;
  height: 50px;
  vertical-align: top;
  text-align: left;
}

.footer .footer_links .footer_familysite a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  opacity: 0.6;
  font-family: 'nanum';
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.footer .footer_links .footer_familysite a span:after {
  background-color: rgba(255, 255, 255, 0.6);
}

.footer .footer_links .footer_familysite a:hover {
  opacity: 1;
}

.footer .footer_links .footer_familysite a:hover span:after {
  background-color: #fff;
}

/*// layout */
/* common */
/* align */
.t_center {
  text-align: center;
}

.t_left {
  text-align: left !important;
}

.t_right {
  text-align: right;
}

.j_right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* float */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

/*margin*/
.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt120 {
  margin-top: 120px;
}

.ml10 {
  margin-left: 10px;
}

/* ellipsis */
.ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2,
.ellipsis3 {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.ellipsis2 {
  -webkit-line-clamp: 2;
}

.ellipsis3 {
  -webkit-line-clamp: 3;
}

/* color */
.col_gray {
  color: #738390;
}

/* font */
.font_trajan {
  font-family: 'trajan' !important;
}

/*inner*/
.inner {
  max-width: 1920px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner02 {
  max-width: 1620px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*ico_wrap*/
.ico_wrap {
  display: inline-block;
  width: 50px;
  height: 50px;
}

/*bl_category*/
.bl_category {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #738390;
}

.bl_category:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #738390;
}

/* form */
.box_input_form .input_chk,
.box_input_form .input_rdo,
.box_input_form .input_rdo1 {
  margin-right: 27px;
}

.box_input_form .input_chk:last-child,
.box_input_form .input_rdo:last-child,
.box_input_form .input_rdo1:last-child {
  margin-right: 0;
}

.input_chk,
.input_rdo,
.input_rdo1 {
  vertical-align: top;
  cursor: default;
}

.input_chk > input,
.input_rdo > input,
.input_rd1 > input {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
  opacity: 0;
}

.input_chk > i,
.input_rdo > i,
.input_rdo1 > i {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  text-align: left;
  font-style: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 19px;
}

.input_chk > i:before,
.input_rdo > i:before,
.input_rdo1 > i:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}

.input_chk > i:after,
.input_rdo > i:after,
.input_rdo1 > i:after {
  content: '';
  display: block;
  position: absolute;
}

.input_chk i:before {
  border: 1px solid #ddd;
  background: #fff;
}

.input_chk input:checked + i:before {
  background: #738390;
  border-color: #738390;
}

.input_chk input:checked + i:after {
  width: 11px;
  height: 6px;
  top: 5px;
  left: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.input_chk input:disabled + i:before {
  background-color: #f5f5f5;
}

.input_chk input:checked:disabled + i:before {
  background-color: #ddd;
  border-color: #ddd;
}

.input_rdo i:before {
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}

.input_rdo input:checked + i:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #738390;
  border-radius: 50%;
}

.input_rdo input:disabled + i:before {
  background-color: #f5f5f5;
}

.input_rdo input:checked:disabled + i:before {
  background-color: #fff;
}

.input_rdo input:checked:disabled + i:after {
  background-color: #ddd;
}

.box_input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 591px;
  margin-top: 9px;
}

.box_input_wrap:first-child {
  margin-top: 0;
}

.box_input_wrap.col2 .box_input,
.box_input_wrap.col2 .box_select {
  width: calc(50% - 5px);
}

.box_input_wrap.col3 .box_input,
.box_input_wrap.col3 .box_select {
  width: 33.33%;
  margin-left: 10px;
}

.box_input_wrap.col3 .box_input:first-child,
.box_input_wrap.col3 .box_select:first-child {
  margin-left: 0;
}

.box_input_wrap.col4 .box_input,
.box_input_wrap.col4 .box_select {
  width: 25%;
  margin-left: 10px;
}

.box_input_wrap.col4 .box_input:first-child,
.box_input_wrap.col4 .box_select:first-child {
  margin-left: 0;
}

.box_input_wrap .box_input {
  margin-top: 0 !important;
}

.box_input_wrap .box_input + .btn_square {
  margin-left: 10px;
}

.box_input {
  display: inline-block;
  position: relative;
  height: 54px;
  vertical-align: top;
}

.box_input input {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ddd;
  background: #fff;
}

.box_input input:disabled {
  background-color: #f5f5f5;
}

.box_input input:focus {
  outline: 1px solid #000;
}

.box_input .btn_input_del {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #f4f7fa;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box_input .btn_input_del:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  text-align: center;
  background: url("../images/common/btn_input_del.png") no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box_input.error input {
  border-color: #e94e4e;
  color: #e94e4e;
  outline: none !important;
}

.box_input.datepicker input[data-datepicker=single] {
  background: url("../images/common/ico_calendar.png") right 20px center no-repeat;
}

.box_input.on .btn_input_del {
  display: block;
}

.box_input.on input:disabled + .btn_input_del {
  display: none;
}

.box_input ~ .box_input {
  margin-top: 9px;
}

.txt_input_error {
  margin-top: 10px;
  font-size: 14px;
  font-family: 'spoqaL';
  color: #e94e4e;
}

.box_select {
  display: inline-block;
  position: relative;
  height: 54px;
  vertical-align: top;
}

.box_select .selected {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 53px;
  font-family: 'spoqaL';
  font-size: 14px;
}

.box_select .selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  width: 13px;
  height: 8px;
  background: url("../images/common/ico_select_arrow.png") no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box_select .select_list {
  display: none;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 270px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fff;
  z-index: 1;
}

.box_select li > a {
  display: block;
  width: 100%;
  height: 54px;
  padding: 0 20px;
  line-height: 53px;
  font-size: 14px;
  font-family: 'spoqaL';
}

.box_select li > a:hover {
  background-color: #f4f7fa;
}

.box_select.type02 {
  height: 48px;
}

.box_select.type02 .selected {
  padding: 0 50px 0 0;
  font-size: 22px;
  font-family: 'nanum';
  border: 0;
  border-bottom: 1px solid #000;
}

.box_select.type02 .selected:after {
  right: 10px;
  background-image: url("../images/common/ico_select_arrow02.png");
}

.box_select.on .selected {
  border-color: #000;
}

.box_select.on .selected:after {
  background-position: 0 -8px;
}

.box_select.on .select_list {
  display: block;
}

.box_select.disabled:not(.type02) .selected {
  background-color: #fafafa;
  pointer-events: none;
}

/* //form */
.box_cont_util {
  position: relative;
  padding-bottom: 10px;
  text-align: right;
  font-size: 0;
}

.box_cont_util ul {
  display: inline-block;
}

.box_cont_util ul::after {
  content: '';
  display: block;
  clear: both;
}

.box_cont_util li {
  position: relative;
  float: left;
  margin-left: 10px;
  padding-left: 41px;
}

.box_cont_util li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #000;
}

.box_cont_util li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.box_cont_util li:first-child:before {
  display: none;
}

.box_cont_util .list_sns_box {
  position: absolute;
  width: 446px;
  right: 0;
}

.box_cont_util a {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.box_cont_util .btn_conts_share {
  background-image: url("../images/common/btn_share.png");
}

.box_cont_util .btn_conts_print {
  background-image: url("../images/common/btn_print.png");
}

.box_cont_util .list_sns {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 5;
  max-width: 446px;
  min-width: 342px;
  min-height: 174px;
  padding: 60px 25px 0;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 14px;
}

.box_cont_util .list_sns.on {
  display: block;
}

.box_cont_util .list_sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  width: 84px;
  height: 73px;
  margin: 0 7px 30px;
  background-position: center top;
  background-size: 45px 45px;
}

.box_cont_util .list_sns .facebook {
  background-image: url("../images/common/ico_facebook.png");
}

.box_cont_util .list_sns .nblog {
  background-image: url("../images/common/ico_blog.png");
}

.box_cont_util .list_sns .urlcopy {
  background-image: url("../images/common/ico_url.png");
}

.box_cont_util .list_sns .btn_tooltip_close {
  display: block;
  position: absolute;
  right: 7px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url("../images/common/btn_layer_close.png") center no-repeat;
  background-size: 20px 20px;
}

.box_conts_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 40px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.box_conts_top .box_cont_util {
  padding-bottom: 0;
}

/* location */
.location_wrap:after {
  content: '';
  display: block;
  clear: both;
}

.location_wrap > li {
  position: relative;
  float: left;
  margin-left: 16px;
  padding-left: 63px;
}

.location_wrap > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
  width: 50px;
  height: 1px;
  background: #000;
}

.location_wrap > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.location_wrap > li:first-child:before {
  display: none;
}

.location_wrap > li.on .location_tooltip {
  display: block;
}

.location_wrap .location_item {
  display: block;
  height: 100%;
  font-size: 14px;
  line-height: 3.21;
}

.location_wrap .location_item.tooltip {
  position: relative;
  padding-right: 24px;
}

.location_wrap .location_item.tooltip:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.location_wrap .location_tooltip {
  display: none;
  position: absolute;
  left: 42px;
  top: -13px;
  border: 1px solid #000;
  background: #fff;
  z-index: 2;
}

.location_wrap .location_tooltip ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.location_wrap .location_tooltip li {
  height: 68px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.location_wrap .location_tooltip li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 67px;
}

.location_wrap .location_tooltip li span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  white-space: nowrap;
}

.location_wrap .location_tooltip li span:after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.location_wrap .location_tooltip li.on {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.location_wrap .location_tooltip li.on span:after {
  display: block;
}

/* title */
.title_wrap {
  position: relative;
  padding-bottom: 70px;
  text-align: center;
}

.title_wrap .title01 {
  display: block;
  padding-top: 125px;
  font-size: 48px;
  font-family: 'trajan','nanum';
  line-height: 1.25;
}

.title_wrap .title02 {
  display: block;
  font-size: 36px;
  font-family: 'nanum';
  line-height: 1.53;
}

.title_wrap .title03 {
  display: block;
  font-size: 30px;
  font-family: 'nanum';
}

.title_wrap .sub_txt {
  margin-top: 46px;
  font-size: 24px;
  font-family: 'nanum';
}

.title_wrap .text01 {
  margin-top: 46px;
  font-size: 20px;
  line-height: 2.1;
}

.title_wrap .text02 {
  margin-top: 20px;
  font-family: 'spoqaL';
}

.title_wrap .text03 {
  margin-top: 46px;
  line-height: 2.1;
}

.title_wrap .btn_text03 {
  position: absolute;
  right: 0;
  top: 0;
}

.title_wrap.type01 {
  padding-bottom: 36px;
}

.title04 {
  display: inline-block;
  font-size: 20px;
  color: #000;
}

.title05 {
  display: inline-block;
  font-size: 14px;
  color: #000;
}

/*text*/
.text01 {
  font-size: 24px;
  font-family: 'nanum';
  line-height: 1.67;
}

.text02 {
  font-size: 16px;
}

.text03 {
  display: inline-block;
  font-size: 20px;
  font-family: 'nanum';
}

.text03 .package {
  display: inline-block;
  color: #738390;
  margin-right: 33px;
  padding-left: 37px;
  background: url("../images/common/ico_comment.png") left 0 top 1px no-repeat;
}

.txt_input {
  margin-top: 10px;
  font-size: 14px;
  font-family: 'spoqaL';
  color: #666;
}

.txt_input.error {
  color: #e94e4e;
}

/*text_wrap*/
.text_wrap {
  padding: 43px 40px 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/*table*/
.table_wrap {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #738390;
}

.table_wrap .board_tbl {
  width: 100%;
  margin-left: -1px;
}

.table_wrap .board_tbl thead th {
  padding: 24px 30px;
  background: #fafafa;
  font-size: 14px;
  color: #738390;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #ddd;
}

.table_wrap .board_tbl tbody th,
.table_wrap .board_tbl td{
  padding: 24px 30px;
  font-size: 14px;
  font-family: 'spoqaL';
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  text-align: center;
}

.table_wrap .board_tbl td pre {
  font-family: 'spoqaL';
}

.table_wrap .board_tbl tbody th {
  background: #fafafa;
  color: #738390;
}

/* list type */
.box_list_type.border_type {
  padding-bottom: 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}

.box_list_type .box_list_item {
  overflow: hidden;
  padding-top: 80px;
}

.box_list_type .box_list_item .list_tit {
  float: left;
  width: 18%;
  font-size: 24px;
  font-family: 'nanum';
}

.box_list_type .box_list_item .list_tit .btn_area {
  margin-top: 20px;
}

.box_list_type .box_list_item .list_cont {
  float: left;
  width: calc(82% - 60px);
  margin-left: 60px;
  padding-top: 6px;
}

.box_list_type .box_list_item .list_cont p {
  font-size: 14px;
  font-family: 'spoqaL';
  line-height: 1.88;
}

.box_list_type .box_list_item .list_cont ul li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  font-family: 'spoqaL';
  line-height: 1.88;
}

.box_list_type .box_list_item .list_cont ul li + li {
  margin-top: 4px;
}

.box_list_type .box_list_item .list_cont ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 2px;
  height: 2px;
  background: #000;
}

.box_list_type .box_list_item .list_cont ul li ul li {
  padding-left: 0;
  margin-top: 2px;
}

.box_list_type .box_list_item .list_cont ul li ul li:before {
  display: none;
}

.box_list_type .box_list_item .list_cont p + .table_wrap {
  margin-top: 25px;
}

.box_list_type .box_list_item .list_cont .table_wrap + .list_info {
  margin-top: 30px;
}

.box_list_type .box_list_item .list_cont .tel {
  font-size: 30px;
  line-height: 1.33;
  font-family: 'nanum';
}

.box_list_type .box_list_item .list_cont.full {
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.list_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: unset;
  margin-top: 50px;
  margin-bottom: 11px;
}

.list_title_wrap:first-child {
  margin-top: 0;
}

.box_item_col2:after {
  content: '';
  display: block;
  clear: both;
}

.box_item_col2 .item {
  float: left;
  width: 50%;
}

.box_list_form {
  padding: 55px 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}

.box_list_form .form_title {
  display: block;
  margin-bottom: 54px;
  font-family: 'spoqaL';
}

.box_list_form .form_title strong {
  display: block;
  font-size: 20px;
  color: #738390;
}

.box_list_form .form_title p {
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  word-break: keep-all;
}

.box_list_form.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.box_list_form.col2 .box_inner {
  width: 50%;
  padding: 0 40px;
  border-left: 1px solid #eee;
}

.box_list_form.col2 .box_inner:first-child {
  border-left: 0;
}

.box_list_form.row_type {
  padding: 0;
}

.box_list_form.row_type .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 40px;
  border-top: 1px solid #eee;
}

.box_list_form.row_type .box_inner:first-child {
  border-top: 0;
}

.box_list_form.row_type .form_title,
.box_list_form.row_type .box_form_item {
  margin: 0;
}

.box_list_form.row_type .form_title {
  width: 350px;
}

.box_list_form.row_type .box_form_item {
  width: calc(100% - 350px);
}

.box_list_form.border_none {
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.box_form_item {
  margin-top: 40px;
}

.box_form_item:first-of-type {
  margin-top: 0;
}

.box_form_item .form_label {
  position: relative;
  margin-bottom: 11px;
  font-size: 14px;
}

.box_form_item .ico_must:after {
  content: '*';
  display: inline-block;
  margin-top: -11px;
  color: #738390;
  vertical-align: top;
  font-size: 25px;
  font-family: 'spoqaL';
}

.box_list_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.box_list_option .list_title {
  font-size: 24px;
  font-family: 'nanum';
}

.box_list_option .txt_must {
  margin-left: auto;
  padding-right: 8px;
  font-size: 12px;
  color: #738390;
  line-height: 1.3;
}

.box_list_option .txt_must:after {
  content: '*';
  display: inline-block;
  margin-top: -11px;
  color: #738390;
  vertical-align: top;
  font-size: 25px;
  font-family: 'spoqaL';
}

.box_list_option .txt_info {
  font-size: 18px;
  font-family: 'spoqaL';
}

.box_list_option .txt_info strong {
  font-family: 'spoqa';
}

.box_list_option .list_sort {
  margin-left: auto;
}

.list_sort {
  overflow: hidden;
}

.list_sort li {
  float: left;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

.list_sort li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: 13px;
  background-color: #d8d8d8;
}

.list_sort li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.list_sort li:first-child:before {
  display: none;
}

.list_sort li.on a {
  color: #000;
  font-family: 'spoqa';
}

.list_sort a {
  padding: 10px 0;
  font-size: 16px;
  color: #999;
  font-family: 'spoqaL';
}

/*info*/
.list_info_wrap .title04 {
  margin: 60px 0 18px;
}

.list_info_wrap .title04:first-child {
  margin-top: 0;
}

.list_info > li {
  position: relative;
  margin-top: 4px;
  padding-left: 12px;
  font-family: 'spoqaL';
  font-size: 14px;
  line-height: 1.88;
}

.list_info > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 2px;
  height: 2px;
  background: #000;
}

.list_info > li:first-child {
  margin-top: 0;
}

/* button */
.btn_area.col2 > button,
.btn_area.col2 > a {
  margin-left: 6px;
}

.btn_area.col2 > button:first-child,
.btn_area.col2 > a:first-child {
  margin-left: 0;
}

.btn_square {
  display: inline-block;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  text-align: center;
  font-family: 'nanum';
  vertical-align: top;
  color: #000;
}

.btn_square.btn_l {
  min-width: 300px;
  height: 65px;
  font-size: 16px;
  line-height: 64px;
}

.btn_square.btn_s {
  min-width: 129px;
  height: 54px;
  padding: 0 25px;
  font-size: 14px;
  font-family: 'spoqa';
  line-height: 53px;
}

.btn_square.black {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn_square.black.disabled {
  opacity: 0.2;
}

.btn_square.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.btn_square:hover:not(.disabled) {
  border-color: #738390;
  background-color: #738390;
  color: #fff;
}

.btn_text {
  display: inline-block;
  position: relative;
  padding: 0 0 5px;
  color: #738390;
  font-size: 14px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'spoqa';
}

.btn_text:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #738390;
}

.btn_text.arrow {
  padding-right: 10px;
  line-height: 1;
}

.btn_text.arrow:before {
  width: calc(100% - 10px);
}

.btn_text.arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  padding: 3px;
  border: solid #666;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn_text02 {
  display: inline-block;
  position: relative;
  padding: 5px 60px 5px 0;
  color: #738390;
  font-size: 14px;
  line-height: 2.43;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_text03 {
  display: inline-block;
  position: relative;
  padding: 0 0 5px;
  color: #738390;
  font-size: 16px;
  line-height: 2.13;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_text03:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #738390;
}

.btn_text04:before {
  background: #fff;
}



.btn_text05 {
  display: inline-block;
  position: relative;
  padding: 0 0 5px;
  color: #738390;
  font-size: 14px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'spoqa';
}

.btn_text05:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #738390;
}

.btn_text05.arrow {
  padding-right: 10px;
  line-height: 1;
}

.btn_text05.arrow:before {
  width: calc(100% - 10px);
}

.btn_text05.arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  padding: 3px;
  border: solid #666;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


.btn_bookstay {
  display: inline-block;
  width: 280px;
  height: 80px;
  padding: 0 30px;
  background: #000;
  font-size: 20px;
  font-family: 'nanum';
  font-weight: bold;
  line-height: 79px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_bookstay span {
  display: inline-block;
  position: relative;
}

.btn_bookstay span:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: #fff;
}

/*btn action*/
.btn_ac_ltr span {
  display: inline-block;
  position: relative;
}

.btn_ac_ltr span:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  max-width: 50px;
  height: 1px;
  margin-left: 7px;
  background: #738390;
}

.btn_ac_ltr:hover span:after {
  -webkit-animation: btnTxt02 2s;
          animation: btnTxt02 2s;
}

.btn_ac_ltr.btn_bookstay span:after {
  max-width: 60px;
  margin-left: 20px;
}

.btn_ac_center:hover:before {
  -webkit-animation: btnTxt01 1.2s;
          animation: btnTxt01 1.2s;
}

@-webkit-keyframes btnTxt01 {
  from {
    left: 50%;
    width: 0;
  }
  to {
    left: 0;
    width: 100%;
  }
}

@keyframes btnTxt01 {
  from {
    left: 50%;
    width: 0;
  }
  to {
    left: 0;
    width: 100%;
  }
}

@-webkit-keyframes btnTxt02 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes btnTxt02 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* //btn action */
/*tab*/
.box_tab_menu {
  min-width: 1280px;
  border-top: 1px solid #eee;
}

.box_tab_menu > .tab_menu {
  border-bottom: 1px solid #eee;
}

.box_tab_menu > .tab_menu ul {
  max-width: 1620px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box_tab_menu > .tab_menu ul:after {
  content: '';
  display: block;
  clear: both;
}

.box_tab_menu > .tab_menu li {
  float: left;
  margin-left: 68px;
}

.box_tab_menu > .tab_menu li:first-child {
  margin-left: 0;
}

.box_tab_menu > .tab_menu li.on .tab_anchor {
  color: #000;
  font-weight: bold;
}

.box_tab_menu > .tab_menu li.on .tab_anchor:before {
  display: block;
}

.box_tab_menu > .tab_menu .tab_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 90px;
  font-size: 24px;
  color: #999;
  font-family: 'nanum';
}

.box_tab_menu > .tab_menu .tab_anchor:before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #5e7282;
}

.box_tab_menu .tab_contents .tab_conts {
  display: none;
}

.box_tab_menu .tab_contents .tab_conts.on {
  display: block;
}

.box_tab_menu .tab_contents .cont_inner {
  padding: 70px 0;
  background: #fafafa;
}

.box_tab_menu .tab_contents .tab_inner {
  padding-top: 70px;
}

.box_tab_menu.border_none {
  border-top: 0;
}

.box_tab_menu02 > .tab_menu ul:after {
  content: '';
  display: block;
  clear: both;
}

.box_tab_menu02 > .tab_menu li {
  position: relative;
  float: left;
  margin-left: 14px;
}

.box_tab_menu02 > .tab_menu li:first-child {
  margin-left: 0;
}

.box_tab_menu02 > .tab_menu li.on .tab_anchor {
  color: #000;
  opacity: 1;
}

.box_tab_menu02 > .tab_menu li.on .tab_anchor:before {
  display: block;
}

.box_tab_menu02 > .tab_menu .tab_anchor {
  display: block;
  position: relative;
  padding: 14px 27px 14px 29px;
  font-size: 20px;
  font-family: 'spoqaL';
  color: #999;
  opacity: 0.83;
}

.box_tab_menu02 > .tab_menu .tab_anchor:before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.box_tab_menu02 .tab_contents .tab_conts {
  display: none;
}

.box_tab_menu02 .tab_contents .tab_conts.on {
  display: block;
}

.box_tab_menu03 > .tab_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.box_tab_menu03 > .tab_menu ul:after {
  content: '';
  display: block;
  clear: both;
}

.box_tab_menu03 > .tab_menu li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.box_tab_menu03 > .tab_menu li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #ddd;
}

.box_tab_menu03 > .tab_menu li:first-child:before {
  display: none;
}

.box_tab_menu03 > .tab_menu li:first-child .tab_anchor {
  border-left: 1px solid #ddd;
}

.box_tab_menu03 > .tab_menu li:last-child .tab_anchor {
  border-right: 1px solid #ddd;
}

.box_tab_menu03 > .tab_menu li.on:before {
  background-color: #738390;
}

.box_tab_menu03 > .tab_menu li.on + li:before {
  background-color: #fff;
}

.box_tab_menu03 > .tab_menu li.on .tab_anchor {
  color: #fff;
  font-family: 'spoqa';
  background: #738390;
  border-color: #738390;
}

.box_tab_menu03 > .tab_menu .tab_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 77px;
  text-align: center;
  font-size: 16px;
  font-family: 'spoqaL';
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.box_tab_menu03 .tab_contents .tab_conts {
  display: none;
}

.box_tab_menu03 .tab_contents .tab_conts.on {
  display: block;
}

/* layer pop */
.box_layer_pop {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.box_layer_pop:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.box_layer_pop .layer_pop_area {
  position: relative;
  text-align: center;
  height: 100%;
  z-index: 1;
}

.box_layer_pop .layer_pop_area:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.box_layer_pop .box_layer_inner {
  display: inline-block;
  position: relative;
  width: 800px;
  vertical-align: middle;
  background: #fff;
  text-align: left;
}

.box_layer_pop .layer_pop_title {
  padding: 27px 30px 30px;
  font-size: 30px;
  font-family: 'nanum';
}

.box_layer_pop .layer_pop_contents .conts {
  padding: 0 30px 40px;
}

.box_layer_pop .layer_pop_contents p {
  font-size: 14px;
  font-family: 'spoqaL';
}

.box_layer_pop .layer_pop_btm {
  padding: 0 30px 40px;
  text-align: center;
}

.box_layer_pop .layer_pop_btm .btn_square {
  min-width: 265px;
  height: 55px;
  font-size: 17px;
  line-height: 54px;
}

.box_layer_pop .btn_layer_close {
  display: block;
  position: absolute;
  right: 20px;
  top: 24px;
  width: 50px;
  height: 50px;
  background: url("../images/common/btn_layer_close.png") center no-repeat;
}

.box_layer_pop .box_list_form {
  padding: 40px 0;
}

.box_layer_pop .box_list_form .box_inner {
  width: 100%;
}

.box_layer_pop .box_list_form .box_inner:after {
  content: '';
  display: block;
  clear: both;
}

.box_layer_pop .box_list_form .form_title {
  margin-bottom: 0;
  padding: 0 30px;
}

.box_layer_pop .box_list_form .form_item_cont:after {
  content: '';
  display: block;
  clear: both;
}

.box_layer_pop .box_list_form .box_form_item {
  display: inline-block;
  float: left;
  width: 50%;
  margin-top: 40px;
  padding: 0 30px;
  vertical-align: top;
}

.box_layer_pop .box_list_form .box_form_item.type01 {
  width: 100%;
}

.box_layer_pop .box_list_layer {
  padding: 0 30px;
}

.box_layer_pop .box_terms_scroll .terms_top .terms_title {
  font-size: 16px;
  font-family: 'spoqa';
}

.box_layer_pop.small .box_layer_inner {
  width: 600px;
}

.box_layer_pop.large .box_layer_inner {
  width: 900px;
}

.box_layer_pop.on {
  display: block;
}

.box_layer_pop .room_pop_wrap .tbl_sub_tit {
  margin-bottom: 20px;
  font-size: 14px;
  color: #738390;
  line-height: 1.57;
  font-family: 'spoqa';
}

.box_layer_pop .room_pop_wrap .tbl_sub_tit::before {
  content: '*';
  display: inline-block;
  color: #738390;
  vertical-align: top;
  font-size: 14px;
}

.layer_pop_contents .form_title strong {
  display: block;
  font-size: 20px;
  color: #738390;
}

/*pagination*/
.pagination {
  margin: 60px 0 0 0;
  text-align: center;
}

.pagination > button {
  display: inline-block;
  width: 37px;
  height: 37px;
  vertical-align: top;
  background: url("../images/common/btn_pagination.png") no-repeat;
}

.pagination > button.btn_page_first {
  background-position: 0 0;
}

.pagination > button.btn_page_prev {
  background-position: -37px 0;
}

.pagination > button.btn_page_next {
  background-position: -74px 0;
}

.pagination > button.btn_page_last {
  background-position: -111px 0;
}

.pagination > button + button {
  margin-left: 7px;
}

.pagination > button:disabled {
  opacity: 0.2;
}

.pagination .paging_num {
  display: inline-block;
  overflow: hidden;
  margin: 5px 17px 0 26px;
  vertical-align: top;
}

.pagination .num {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #999;
  text-align: center;
}

.pagination .num > span {
  position: relative;
}

.pagination .num > span:before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #000;
}

.pagination strong.num {
  color: #000;
}

.pagination strong.num > span:before {
  display: block;
}

/* 약관 스크롤 ver*/
.box_terms_scroll ~ .box_terms_scroll {
  margin-top: 50px;
}

.box_terms_scroll .terms_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.box_terms_scroll .terms_top .terms_title {
  font-size: 20px;
  font-family: 'spoqaL';
}

.box_terms_scroll .terms_scroll {
  overflow-y: auto;
  height: 200px;
  padding: 32px 30px;
  border: 1px solid #eee;
  background: #fafafa;
  font-size: 14px;
  line-height: 1.57;
  font-family: 'spoqaL';
  color: #000;
}

.box_txt_btm {
  padding: 40px 0 30px;
  border-bottom: 1px solid #eee;
}

/* 검색바 */
/*search_Bar*/
.box_search_bar {
  margin-bottom: 70px;
  padding: 34px 40px 32px;
  background: #fafafa;
}

.box_search_bar:after {
  content: '';
  display: block;
  clear: both;
}

.box_search_bar .search_form {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_search_bar .search_form .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_search_bar .search_form .title {
  margin-right: 39px;
  font-size: 16px;
  font-family: 'spoqaL';
  line-height: 1.94;
}

.box_search_bar .search_form.type01 {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box_search_bar .search_form.type01 .form_item:last-child {
  width: calc(100% - 398px);
}

.box_search_bar .search_form.type01 .form_item:last-child .box_input {
  width: calc(100% - 200px);
}

.box_search_bar .btn_square.btn_s {
  width: 200px;
  margin-left: 10px;
}

.box_search_bar .search_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 150px;
  padding-right: 150px;
}

.box_search_bar .search_bar .box_input {
  width: calc(100% - 210px);
}

/*sub layout*/
.box_visual_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-size: cover;
}

.box_visual_bg + .container {
  padding: 0;
  background: linear-gradient(to bottom, transparent 100vh, #fff 100vh);
}

.box_visual_bg ~ .container {
  padding: 0;
  background: linear-gradient(to bottom, transparent 100vh, #fff 100vh);
}

.box_visual_top {
  position: relative;
  min-width: 1280px;
}

.box_visual_top.txt_ver {
  padding: 180px 0 192px;
}

.box_visual_top.txt_ver .title_wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
  word-break: break-word;
}

.box_visual_top.txt_ver .title_wrap .title01 {
  padding: 0;
}

.box_visual_top.img_ver {
  width: 100%;
  height: 100vh;
}

.box_visual_top.img_ver:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

.box_visual_top.img_ver .visual_title {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 52px;
  line-height: 1.15;
  font-family: 'trajan';
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* card */
.box_item_card {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.box_item_card .thumb {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 21px;
  padding-bottom: 57%;
}

.box_board_list.col4 .box_item_card .thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 21px;
  padding-bottom: 100%;
}

.box_item_card .thumb img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.box_item_card .thumb .flag {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: 34px;
  color: #fff;
  text-align: center;
  background-color: #a1887c;
  line-height: 34px;
  z-index: 1;
  font-size: 12px;
}

.box_item_card .item_info {
  display: block;
  position: relative;
}

.box_item_card .item_info .bl_category {
  margin-bottom: 17px;
}

.box_item_card .item_info .title {
  display: block;
  width: 100%;
  margin-bottom: 21px;
  font-size: 22px;
  line-height: 1.5;
  font-family: 'nanum';
  word-break: break-all;
}

.box_item_card .item_info .cont {
  display: block;
  margin-bottom: 37px;
  font-size: 14px;
  font-family: 'spoqaL';
  line-height: 1.57;
  color: #666;
}

.box_item_card .item_info .info_btm {
  display: block;
  line-height: 1.25;
  font-family: 'nanum';
  color: #000;
}

.box_item_card .item_info .hashtag {
  display: block;
  overflow: hidden;
  margin-top: -10px;
  font-size: 14px;
  line-height: 21px;
  color: #738390;
  font-family: 'spoqaL';
}

.box_item_card .item_info .hashtag span {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.box_item_card .item_info .hashtag span:last-child {
  margin-right: 0;
}

.box_item_card.txt_type {
  padding: 50px 40px;
  border: 1px solid rgba(115, 131, 144, 0.4);
}

.box_item_card.txt_type .date {
  color: #738390;
}

/* list type*/
/*  box_borad_list*/
.box_board_list {
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}

.box_board_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 40px;
}

.box_board_list .box_board_item {
  display: block;
  position: relative;
  margin: 30px 0 0 30px;
}

.box_board_list .box_board_item.promotion .flag {
  background-color: #738390;
}

.box_board_list.col3 .box_board_item {
  width: calc(33.33% - 20px);
}

.box_board_list.col3 .box_board_item:nth-child(-n+3) {
  margin-top: 0;
}

.box_board_list.col3 .box_board_item:nth-child(3n+1) {
  margin-left: 0;
}

.box_board_list.col3 .box_item_card.txt_type {
  height: 310px;
}

.box_board_list.col4 .box_board_item {
  width: calc(25% - 23px);
}
.box_board_list.col4 .box_board_item:nth-child(-n+4) {
  margin-top: 0;
}
.box_board_list.col4 .box_board_item:nth-child(4n+1) {
  margin-left: 0;
}

.box_board_list .box_item_card .cont {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 63px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
}

.box_board_list .box_item_card.txt_type .item_info {
  height: 100%;
}

.box_board_list .box_item_card.txt_type .title {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 66px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.box_board_list .box_item_card.txt_type .info_btm {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
}

.box_board_list .box_item_card.txt_type:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 0 solid #738390;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.box_board_list .box_item_card.txt_type:hover:before {
  border-width: 16px;
}

.box_board_list.thumb_type .box_board_item {
  margin-top: 50px;
  padding-bottom: 20px;
}

.box_board_list.thumb_type .box_item_card .bl_category {
  margin-bottom: 7px;
}

.box_board_list.thumb_type .box_item_card .title {
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box_board_list.thumb_type .box_item_card .cont {
  margin-bottom: 24px;
}

.box_board_list.thumb_type .box_item_card .date {
  color: #000;
}

/* 상세 화면 */
.box_detail_view {
  padding-top: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}

.box_detail_view:after {
  content: '';
  display: block;
  clear: both;
}

.box_detail_view .detail_view_info {
  float: left;
  width: 320px;
  padding: 0 40px 90px 0;
  word-break: keep-all;
}

.box_detail_view .detail_view_info .bl_category {
  margin-bottom: 19px;
}

.box_detail_view .detail_view_info .title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.43;
}

.box_detail_view .detail_view_info .cont {
  margin: 6px 0 0;
  color: #000;
}

.box_detail_view .detail_view_info .info_btm {
  margin-top: 33px;
}

.box_detail_view .detail_view_info .date {
  font-size: 14px;
  color: #000;
}

.box_detail_view .detail_view_info .date li {
  margin-top: 23px;
}

.box_detail_view .detail_view_info .date li:first-child {
  margin-top: 0;
}

.box_detail_view .detail_view_info .date strong {
  display: block;
  margin-bottom: 5px;
  font-family: 'spoqa';
}

.box_detail_view .detail_view_info .date span {
  font-family: 'spoqaL';
}

.box_detail_view .detail_view_info .price {
  font-family: 'spoqaL';
  font-size: 24px;
}

.box_detail_view .detail_view_area {
  float: left;
  width: calc(100% - 320px);
  padding-bottom: 90px;
}

.box_detail_view .detail_view_area .detail_service_info {
  margin-top: 30px;
  padding: 32px 20px 24px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.box_detail_view .detail_view_area .detail_service_info p {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'nanum';
}

.box_detail_view .detail_view_area .detail_service_info .price {
  margin-top: 26px;
  text-align: right;
  font-size: 14px;
  font-family: 'spoqaL';
  color: #666;
  line-height: 1.71;
}

.box_detail_view .detail_view_area .detail_service_info .price strong {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  padding-left: 10px;
}

.box_detail_view .detail_view_area .detail_service_info .price strong:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 1px;
  height: 12px;
  background: #a5a5a5;
}

.box_detail_view .detail_view_area .list_info_wrap {
  margin-top: 35px;
}

.box_detail_view .detail_view_area .list_info > li {
  color: #666;
  font-family: 'spoqa';
}

.box_detail_view .detail_view_area .list_info > li:before {
  background-color: #666;
}

.box_detail_view .detail_view_area .detail_text_wrap {
  margin-top: 40px;
  font-size: 14px;
  color: #666;
  word-break: break-all;
}

.box_detail_view .detail_view_area .detail_editor_view {
  font-family: 'spoqa' !important;
}

.box_detail_view .detail_view_area .detail_editor_view > p,
.box_detail_view .detail_view_area .detail_editor_view > p span {
  font-size: 14px !important;
  font-family: 'spoqa' !important;
  color: #666 !important;
}

.box_detail_view .detail_view_area .detail_editor_view b {
  font-weight: normal;
  color: #738390 !important;
}

.box_detail_view .detail_view_area .detail_editor_view b span {
  color: #738390 !important;
}

.box_detail_view .detail_view_area .detail_editor_view a {
  text-decoration: underline;
}

.box_detail_view .detail_view_area .detail_editor_view table p,
.box_detail_view .detail_view_area .detail_editor_view table span {
  font-size: 14px !important;
  font-family: 'spoqa' !important;
}

.box_detail_view .detail_view_area .detail_add_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 850px;
  margin-top: 50px;
}

.box_detail_view .detail_view_area .detail_add_file .btn_link_file {
  display: block;
  overflow: hidden;
  position: relative;
  width: calc(50% - 5px);
  height: 50px;
  margin-top: 10px;
  padding: 0 54px 0 16px;
  line-height: 49px;
  font-size: 14px;
  font-family: 'spoqaL';
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box_detail_view .detail_view_area .detail_add_file .btn_link_file:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../images/common/btn_file_add.png") no-repeat;
}

.box_detail_view .detail_view_area div:first-of-type {
  margin-top: 0;
}

.box_detail_view .text_wrap {
  clear: both;
  border-bottom: 0;
}

.box_detail_view .detail_img {
  width: 100%;
}

.box_detail_view .detail_img:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 175px;
  background: url("../images/common/img_slide_dim.png") repeat-x;
}

.box_detail_view .detail_img img {
  width: 100%;
  height: auto;
}

.box_detail_view .box_slide_view {
  position: relative;
  overflow: hidden;
}

.box_detail_view .box_slide_view .slide_list {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.box_detail_view .box_slide_view .box_slide_option {
  display: none;
}

.box_detail_view .box_slide_view .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 23px;
}

.box_detail_view .box_slide_view .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 14px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.box_detail_view .box_slide_view .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.box_detail_view .box_slide_view .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: transparent;
}

.box_detail_view .box_slide_view.swiper-container-horizontal .detail_img:after {
  display: block;
}

.box_detail_view .box_slide_view.swiper-container-horizontal .box_slide_option {
  display: block;
}

.box_detail_view .box_slide_view.swiper-container-horizontal .detail_img {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0;
  padding-bottom: 57%;
  position: relative;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.box_detail_view .box_slide_view.swiper-container-horizontal .detail_img:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 175px;
  background: url("../images/common/img_slide_dim.png") repeat-x;
}

.box_detail_view .box_slide_view.swiper-container-horizontal .detail_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn_arr_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* IE10+ */
}

.btn_arr_area .swiper-button-next,
.btn_arr_area .swiper-button-prev {
  float: left;
  width: 50%;
  height: 100%;
  top: 0;
  margin: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}

.btn_arr_area .swiper-button-next {
  right: 0;
  left: initial;
  cursor: url("../images/common/cursor_slide_rgh_arr.png"), url("../images/common/cursor_slide_rgh_arr.cur"), w-resize;
}

.btn_arr_area .swiper-button-prev {
  left: 0;
  right: initial;
  cursor: url("../images/common/cursor_slide_lft_arr.png"), url("../images/common/cursor_slide_lft_arr.cur"), w-resize;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn_arr_area .swiper-button-next {
    cursor: url("../../images/common/cursor_slide_rgh_arr.cur"), w-resize;
  }
  .btn_arr_area .swiper-button-prev {
    cursor: url("../../images/common/cursor_slide_lft_arr.cur"), w-resize;
  }
}

.box_offer_list .box_offer_item {
  overflow: hidden;
  margin-top: 45px;
}

.box_offer_list .box_offer_item:first-child {
  margin-top: 0;
}

.box_offer_list .box_offer_item .thumb {
  float: left;
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 225px;
}

.box_offer_list .box_offer_item .thumb img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.box_offer_list .box_offer_item .offer_info {
  float: left;
  width: calc(100% - 400px);
  padding-top: 15px;
  padding-left: 30px;
}

.box_offer_list .box_offer_item .offer_info .offer_tit {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
}

.box_offer_list .box_offer_item .offer_info .btn_text {
  margin-top: 21px;
}

/* 검색결과 없음 */
.noresult_wrap {
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}

.noresult_wrap .ico_wrap {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto;
}

.noresult_wrap .ico_wrap .ico {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.noresult_wrap .ico_wrap .noresult {
  background-image: url("../images/common/ico_board_noresult.png");
}

.noresult_wrap .ico_wrap .noevent {
  background-image: url("../images/common/ico_board_noevent.png");
}

.noresult_wrap .ico_wrap .noboard {
  background-image: url("../images/common/ico_board_noboard.png");
}

.noresult_wrap .txt {
  display: block;
  margin-top: 26px;
  font-size: 20px;
  font-family: 'spoqaL';
}

/*스페셜오퍼*/
.box_special_offer {
  margin-top: 236px;
}

.box_thumblist_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.box_thumblist_wrap .box_thumb_item {
  position: relative;
  text-align: center;
}

.box_thumblist_wrap .box_thumb_item:first-child {
  text-align: left;
}

.box_thumblist_wrap .box_thumb_item:last-child {
  text-align: right;
}

.box_thumblist_wrap .box_thumb_item .flag {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: 34px;
  color: #fff;
  text-align: center;
  background-color: #a1887c;
  line-height: 34px;
  z-index: 1;
  font-size: 12px;
}

.box_thumblist_wrap .box_thumb_item .flag.promotion {
  background-color: #738390;
}

.box_thumblist_wrap .thumb_inner {
  display: inline-block;
  position: relative;
  width: 91%;
  height: 100%;
}

.box_thumblist_wrap .thumb_inner:hover .thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.box_thumblist_wrap .thumb_wrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 46%;
}

.box_thumblist_wrap .thumb_wrap .thumb {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box_thumblist_wrap .thumb_wrap img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}

.box_thumblist_wrap .item_info_area {
  margin-top: 26px;
  padding-bottom: 50px;
  text-align: left;
}

.box_thumblist_wrap .title {
  display: block;
  width: 100%;
  font-family: 'nanum';
  font-size: calc(19px + 0.2vw);
  line-height: 2.4;
}

.box_thumblist_wrap .title + .txt {
  margin-top: 8px;
}

.box_thumblist_wrap .txt {
  font-family: 'spoqaL';
  font-size: calc(14px + 0.1vw);
  line-height: 1.71;
}

.box_thumblist_wrap .txt.ellipsis2 {
  max-height: 52px;
}

.box_thumblist_wrap .date {
  font-size: 14px;
  font-family: 'nanum';
}

.box_thumblist_wrap .btm_info {
  position: absolute;
  bottom: 0;
  left: 0;
}

.box_thumblist_wrap.col3 .box_thumb_item {
  width: 33%;
}

.box_thumblist_wrap.col2 .box_thumb_item {
  width: 50%;
}

/*footer terms*/
.box_terms_list {
  overflow: hidden !important;
  padding-top: 50px !important;
  border-top: 1px solid #000 !important;
  font-family: 'spoqaL' !important;
  font-size: 14px !important;
  line-height: 1.71 !important;
}

.box_terms_list p, .box_terms_list span {
  font-family: 'spoqaL' !important;
  font-size: 14px !important;
  line-height: 1.71 !important;
}

.box_terms_list p + table {
  margin-top: 20px !important;
}

.box_terms_list a {
  color: #738390;
}

.box_terms_list table {
  position: relative !important;
  margin: 0 0 0 -1px !important;
  padding: 0 !important;
  border: none !important;
  border-top: 1px solid #000 !important;
}

.box_terms_list table thead th {
  padding: 20px !important;
  background: #fafafa !important;
  font-size: 14px !important;
  color: #000 !important;
  border: none !important;
  border-left: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.box_terms_list table tbody th,
.box_terms_list table td {
  padding: 20px !important;
  font-size: 14px !important;
  font-family: 'spoqaL' !important;
  border: none !important;
  border-left: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  text-align: center !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  background: transparent !important;
}

.box_terms_list .box_terms_item {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}

.box_terms_list .box_terms_item > p ~ p {
  margin-top: 20px;
}

.box_terms_list .box_sub_list > h3 ~ p, .box_terms_list .box_sub_list > h3 ~ ul, .box_terms_list .box_sub_list > h3 ~ .table_wrap {
  margin-top: 20px;
}

.box_terms_list .box_sub_list > p ~ p {
  margin-top: 20px;
}

.box_terms_list .box_sub_list .terms_txt_bold {
  font-family: 'spoqa';
}

.box_terms_list .box_sub_list .terms_sub_tit {
  padding-top: 70px;
  font-family: 'spoqa';
  font-size: 18px;
}

.box_terms_list .box_sub_list .terms_sub_tit:first-child {
  padding-top: 50px;
}

.box_terms_list .box_sub_list .terms_sub_indent {
  margin-top: 8px;
  padding-left: 15px;
}

.box_terms_list .box_sub_list .terms_sub_desc {
  display: inline-block;
  margin-top: 25px;
  font-family: 'spoqa';
}

.box_terms_list .box_sub_list .terms_sub_desc + p {
  margin: 0;
}

.box_terms_list .terms_link_type {
  text-decoration: underline;
  color: #738390;
}

.box_terms_list .terms_list > li {
  position: relative;
  margin-top: 4px;
  padding-left: 12px;
  font-family: 'spoqaL';
  font-size: 14px;
  line-height: 1.88;
}

.box_terms_list .terms_list > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 2px;
  height: 2px;
  background: #000;
}

.box_terms_list .terms_list > li:first-child {
  margin-top: 0;
}

.box_terms_list .terms_list.nobullet_type {
  margin-left: 15px;
  text-indent: -15px;
}

.box_terms_list .terms_list.nobullet_type > li {
  padding-left: 0;
}

.box_terms_list .terms_list.nobullet_type > li:before {
  display: none;
}

/* 에러페이지 */
.error_wrap {
  padding-top: 70px;
}

.error_wrap .error_box {
  margin-top: 80px;
  padding: 128px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.error_wrap .error_box .ico_wrap {
  width: 120px;
  height: 120px;
}

.error_wrap .error_box .ico_wrap > .ico {
  display: block;
  width: 120px;
  height: 120px;
}

.error_wrap .error_box .ico_wrap > .ico.error01 {
  background: url("../images/util/icon_error_404.png") center no-repeat;
}

.error_wrap .error_box .ico_wrap > .ico.error02 {
  background: url("../images/util/icon_error_500.png") center no-repeat;
}

.error_wrap .error_box .error_tit {
  display: block;
  margin-top: 35px;
  color: #738390;
  font-size: 24px;
  font-family: 'nanum';
}

.error_wrap .error_box .error_detail_txt {
  margin: 22px 0 28px;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'spoqaL';
}

.error_wrap .error_box .error_detail_txt p {
  margin-top: 30px;
}

.error_wrap .error_box .btn_area .btn_text:last-child {
  margin-left: 30px;
}

/* 개편 안내 페이지 */
.reorgan_noti_wrap {
  padding-top: 70px;
}

.reorgan_noti_wrap .reorgan_noti_box {
  padding: 135px 0;
  text-align: center;
}

.reorgan_noti_wrap .reorgan_noti_box .reorgan_noti_tit {
  display: block;
  margin-top: 35px;
  color: #738390;
  font-size: 24px;
  font-family: 'nanum';
}

.reorgan_noti_wrap .reorgan_noti_box .reorgan_noti_detail_txt {
  margin: 22px 0 28px;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'spoqaL';
}

[data-aos=aosWrap] [data-aos=single] {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 2s;
  transition: all 2s;
}

[data-aos=aosWrap] [data-aos=multi] {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out, -webkit-transform 2s ease-out;
}

[data-aos=aosWrap].is_active [data-aos=single] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-aos=aosWrap].is_active [data-aos=multi] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-aos=aosWrap].is_active [data-aos=multi]:first-child {
  -webkit-transition-delay: 0.2;
          transition-delay: 0.2;
}

[data-aos=aosWrap].is_active [data-aos=multi]:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos=aosWrap].is_active [data-aos=multi]:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos=aosWrap].is_active [data-aos=multi]:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos=aosWrap].is_active [data-aos=multi]:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos=aosWrap].is_active [data-aos=multi]:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos=aosWrap].is_active [data-aos=multi]:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

/*swiper*/
.swiper-wrapper,
.swiper-container-horizontal .detail_img_list {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper,
.swiper-container-horizontal .detail_img_list {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-slide,
.swiper-container-horizontal .detail_img {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-fade .swiper-slide,
.swiper-container-fade .detail_img {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 3;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-pagination-bullet {
  cursor: pointer;
}

/*print*/
@media print {
  .header,
  .footer {
    display: none;
  }
  .container {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

/*load style*/
.lds-dual-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: none;
	width: 80px;
	height: 80px;
	opacity: 0.5;
	z-index: 9999;
}
.lds-dual-ring:before {position: absolute;content:'Loading...';display:block;top: -25px;width: 100%;text-align: center;}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 점검중 페이지 */
.repair-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.repair-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    background: linear-gradient(180deg, #738390 0%, rgba(255, 255, 255, 0) 85.58%);
    opacity: 0.4;
    pointer-events: none;
    z-index: -1;
}
.re-text h1 {
    font-size: 14px;
}
.re-text h2 {
    font-size: 64px;
    margin: 24px 0 36px;
    font-weight: 700;
    color: #738390;
}
.re-text p {
    font-size: 18px;
    line-height: 1.5em;
}
.re-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 40px;
}
.re-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
}
@media (max-width: 1200px) {
    .re-text h2 {
        margin: 25px 0 60px;
        font-size: 32px;
    }
    .re-text p {
        font-size: 16px;
    }
    .re-text h3 {
        font-size: 20px;
        margin-top: 24px;
    }
    .re-text h3 span {
        display: block;
    }
    .re-text img {
        max-width: 180px;
    }
}
/* // 점검중 페이지 */

