@charset "utf-8";
@font-face {
  font-family: 'Marcellus English';
  font-style: normal;
  font-weight: 400;
  font-display: swap;letter-spacing: 0 !important;
  src: local('Marcellus'), url('https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF81VvoK_kgXiQ.woff2') format('woff2');
}
/* 초기화 */
html {overflow-y:scroll;    -webkit-font-smoothing: antialiased;overflow-x: hidden;color-scheme: only light;}
body {margin:0;padding:0;font-size:0.75em;font-family:'SUIT', dotum, sans-serif;background:#fff;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'SUIT', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'SUIT', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer;background: transparent;outline: 0;border: 0;}
input, select{outline: none}
input:focus, select:focus { outline: none; }
textarea, select {font-family:'SUIT', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}
/*body.scrollLock{height: 100vh;overflow: hidden;}*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

select {
  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  background-size: 8px !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
  background-image: url(../img/re_btn_03.png) !important;
  background-color: #fff !important;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}
:root {
  color-scheme: light only;
}

.prom_slide{margin: 60px auto 0 !important;}
.prom_text{margin-top: 60px;font-size: 20px;line-height: 1.5;font-weight: normal;color: #4f4f4f;}

.prom_slide .swiper-button-next, .prom_slide .swiper-button-prev {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 100%;
    margin-top: 0px !important;
    text-align: center;
    font-weight: bold;transform: translateY(-50%)
}

.prom_slide .swiper-button-next{right: 40px;}
.prom_slide .swiper-button-prev{left: 40px;}

#bo_v_file li i{font-size: 1.25em !important;}
#bo_v_file .bo_v_file_cnt{display: none !important;}

.reserve_f .golf-reserve-no{font-weight: bold;color: #3c6e01;}

/*
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: gray;
}
body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
*/

.loading-text{font-size: 18px;text-align: center;margin-top: 25px;line-height: 1.7;letter-spacing: -.5px;}
.loading-text strong{font-size: 26px;color: #822c41;font-weight: bold;}

.billboard-hero__inner h2 span{letter-spacing: -.5px;}
.main-hub iframe{width: 100%;}
.loading{position: fixed;width: 100%;height: 100vh;top: 0;left: 0;z-index: 10000000;background: #fff;transition: all .5s ease-in-out}
[role=main]{position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;z-index: 10000;}
[role=progressbar] {
  position: relative;
  padding: 0;
  width: 100px;
  height: 25px;
  list-style: none;
}
[role=progressbar] li {
  display: block;
  position: absolute;
  right: 0;
  width: 3px;
  height: 25px;
  border-radius: 1px;
  transform-origin: 50% 100%;
  background-color: #822c41;
  -webkit-animation: bar linear 3s infinite;
          animation: bar linear 3s infinite;
  will-change: transform;
}
[role=progressbar] li:nth-child(1) {
  transform: translateX(0) rotate(0deg);
  opacity: 0.2;
}
[role=progressbar] li:nth-child(2) {
  transform: translateX(-15px) rotate(0deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
[role=progressbar] li:nth-child(3) {
  transform: translateX(-30px) rotate(0deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
[role=progressbar] li:nth-child(4) {
  transform: translateX(-45px) rotate(10deg);
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
[role=progressbar] li:nth-child(5) {
  transform: translateX(-60px) rotate(40deg);
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}
[role=progressbar] li:nth-child(6) {
  transform: translateX(-75px) rotate(62deg);
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
[role=progressbar] li:nth-child(7) {
  transform: translateX(-90px) rotate(72deg);
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
}
@-webkit-keyframes bar {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 0;
  }
  14.28% {
    transform: translateX(-15px) rotate(0deg);
    opacity: 1;
  }
  28.56% {
    transform: translateX(-30px) rotate(0deg);
    opacity: 1;
  }
  37.12% {
    transform: translateX(-39px) rotate(0deg);
    opacity: 1;
  }
  42.84% {
    transform: translateX(-45px) rotate(10deg);
    opacity: 1;
  }
  57.12% {
    transform: translateX(-60px) rotate(40deg);
    opacity: 1;
  }
  71.4% {
    transform: translateX(-75px) rotate(62deg);
    opacity: 1;
  }
  85.68% {
    transform: translateX(-90px) rotate(72deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-105px) rotate(74deg);
    opacity: 0;
  }
}
@keyframes bar {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 0;
  }
  14.28% {
    transform: translateX(-15px) rotate(0deg);
    opacity: 1;
  }
  28.56% {
    transform: translateX(-30px) rotate(0deg);
    opacity: 1;
  }
  37.12% {
    transform: translateX(-39px) rotate(0deg);
    opacity: 1;
  }
  42.84% {
    transform: translateX(-45px) rotate(10deg);
    opacity: 1;
  }
  57.12% {
    transform: translateX(-60px) rotate(40deg);
    opacity: 1;
  }
  71.4% {
    transform: translateX(-75px) rotate(62deg);
    opacity: 1;
  }
  85.68% {
    transform: translateX(-90px) rotate(72deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-105px) rotate(74deg);
    opacity: 0;
  }
}
[role=progressbar] {
  margin: 0 auto;
}
.img-container {
  transition: transform .5s ease-in-out;
}
.img-container:hover {
  transform: scale(1.1);
}
.sub2_sec1 .swiper-slide img {
  transform: translate(0,0);
}
.sub2_sec1 .swiper-slide img:hover {
}
.msg_emailAddr{display: block;}
.placeholdersjs {color:#aaa !important}
.register #fregisterform .register_form_inner ul li:last-child div label{cursor: pointer;}
.open_sti{    position: sticky;
    z-index: 1000;
    top: 86px;}
.open_modal{position: absolute;width: 1100px;top: -85px;z-index: 100000;height: 100vh;background: #fff;left: 100%;padding: 80px 70px;border-left: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;transition: .5s;transform: translateX(0)}
.open_modal_close{position: absolute;font-size: 25px;top: 55px;right: 35px;cursor: pointer;}
.open_modal .offer{font-size: 17px;font-family: 'Marcellus English' !important;cursor: default;}
.open_modal .offer i{margin-left: 5px;}
.open_wrap{margin-top: 30px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.open_wrap .open_package{width: 65%;padding-right: 50px;border-right: 1px solid #dfdfdf;}
.open_wrap .open_event{width: 35%;padding-left: 50px;}
.open_pack> h2{font-size: 21px;font-family: 'Marcellus English' !important;padding-bottom: 25px;font-weight: normal;}
.open_pack{position: relative;}
.open_event> h2{font-size: 21px;font-family: 'Marcellus English' !important;padding-bottom: 25px;font-weight: normal;}
.open_mem> h2{font-size: 21px;font-family: 'Marcellus English' !important;padding-bottom: 25px;font-weight: normal;}
.open_mem{padding-top: 40px;border-top: 1px solid #dfdfdf;position: relative;}
.open_mem a{font-size: 14px;font-family: 'Marcellus English' !important;position: absolute;right: 0;top: 40px;}
.open_mem a img{margin-left: 10px;}
.open_mem p{font-size: 16px;line-height: 1.8;}
.pics-pagination{width: auto !important;top: 0 !important;bottom: auto !important;padding: 5px 15px;background: #f4f4f4;border-radius: 30px;right: 90px;left: auto !important;}
.pics-button-prev, .pics-button-next{font-size: 19px;top: 0 !important;margin-top: 0 !important;height: 25px !important;width: 32px !important;}
.pics-button-next{right: 0 !important;text-align: right;border-left: 1px solid #d4d4d4;}
.pics-button-prev{right: 55px !important;text-align: right;}
.pics-button-next i{width: 100%;}
.brand_wrap{position: fixed;width: 100%;height: 100vh;top: 0;left: 0;z-index: 10000;background-repeat: no-repeat;background-size: cover;background-position: center top;visibility: hidden;transition: .5s;height: 0;overflow: hidden;}
.brand_wrap ul a{color: #fff;font-size: 46px;font-family: 'Marcellus English' !important;transition: .5s;position: relative;display: inline-block;top: 55px;}
.brand_wrap ul li{margin-bottom: 55px;overflow: hidden;padding-bottom: 5px;transition-timing-function: ease;}
.brand_wrap ul li:last-child{margin-bottom: 0;}
.brand_wrap .logo{position: absolute;top: 65px;left: 5%;z-index: 100;}
.brand_wrap .brand_close{position: absolute;top: 65px;right: 5%;z-index: 100;cursor: pointer;}
.brand_wrap ul{position: absolute;text-align: center;/*top: 250px;*/top: 350px;z-index: 100;left: 50%;transform: translateX(-50%);width: 700px;}
.brand_bg {width: 100%;height: 100vh;display: block;transition: .5s ease;background-repeat: no-repeat !important;background-size: cover !important;background-position: center top !important;}
.brand_wrap ul a::before{ content: '';position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    top: 100%;
    left: 0;
    pointer-events: none;transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}
.brand_wrap ul a:hover::before{transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);}
@-webkit-keyframes tit_img {
  0%   {transform: scale(1.2,1.2) rotate(0.002deg);}
  100% {transform: scale(1.0,1.0) rotate(0.002deg);}
}
@-moz-keyframes tit_img {
  0%   {transform: scale(1.2,1.2) rotate(0.002deg);}
  100% {transform: scale(1.0,1.0) rotate(0.002deg);}
}
@keyframes tit_img {
  0%   {transform: scale(1.2,1.2) rotate(0.002deg);}
  100% {transform: scale(1.0,1.0) rotate(0.002deg);}
}
.cursor {
  --cursor: #C3C8DE;
  position: fixed;
  top: -50px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: none;
  border: solid 2px var(--cursor);
  pointer-events: none;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.brand_wrap ul:hover ~ .cursor {
  mix-blend-mode: difference;
  transform: scale(1.5);
  cursor: none;
  background: #fff;
  border-color: #fff;
}

.gnb_hover{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;justify-content: flex-start;text-align: center;flex:1;}
.gnb_hover .gnb_center {max-width: 1032px;width:100%;    display: flex;align-items: flex-start;}
.gnb_hover .gnb_center .gnb_1dli.gnb_1over {flex:1;}
/* 레이아웃 크기 지정 */
/*#hd, #hd_siena, #hd_tos, #hd_white, #hd_cc, #hd_cc_white, #hd_re, #hd_re_white, #wrapper, #ft, #ft_tos, #ft_white, #ft_cc {min-width:1200px}*/
#bo_v_con{padding-bottom: 50px;font-family:'SUIT' !important;}
#bo_v_con span{font-family:'SUIT' !important;}

.gnb_center li:nth-child(1):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(1) h2{color: #a20028;}
.gnb_center li:nth-child(2):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(2) h2{color: #a20028;}
.gnb_center li:nth-child(3):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(3) h2{color: #a20028;}
.gnb_center li:nth-child(4):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(4) h2{color: #a20028;}
.gnb_center li:nth-child(5):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(5) h2{color: #a20028;}
.gnb_center li:nth-child(6):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(6) h2{color: #a20028;}
.gnb_center li:nth-child(7):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(7) h2{color: #a20028;}
.gnb_center li:nth-child(8):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(8) h2{color: #a20028;}
.gnb_center li:nth-child(9):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(9) h2{color: #a20028;}
.gnb_center li:nth-child(10):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(10) h2{color: #a20028;}
.gnb_center li:nth-child(1):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(1) a{color: #a20028;}
.gnb_center li:nth-child(2):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(2) a{color: #a20028;}
.gnb_center li:nth-child(3):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(3) a{color: #a20028;}
.gnb_center li:nth-child(4):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(4) a{color: #a20028;}
.gnb_center li:nth-child(5):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(5) a{color: #a20028;}
.gnb_center li:nth-child(6):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(6) a{color: #a20028;}
.gnb_center li:nth-child(7):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(7) a{color: #a20028;}
.gnb_center li:nth-child(8):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(8) a{color: #a20028;}
.gnb_center li:nth-child(9):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(9) a{color: #a20028;}
.gnb_center li:nth-child(10):hover ~ .sub_gnb .sub_gnb_ul > li:nth-child(10) a{color: #a20028;}
.sub_gnb_ul li:hover h2{color: #b18776;}
.sub_gnb .sub_gnb_ul >  li:hover a{color: #b18776;}

.is_wrap{width: 450px;margin: 0 auto;display: block;text-align: center;padding: 70px 0;}
.is_wrap h2{font-size: 30px;}
.is_wrap p{font-size: 16px;padding: 25px 0 35px;}
.is_wrap form{text-align: left;}
.is_wrap select{width: 100%;font-size: 16px;border: 0;border-radius: 0;border: 1px solid #ccc;padding: 10px ;box-shadow: none}
.is_wrap label{width: 100%;display: block;font-size: 16px;font-family: 'Marcellus English'!important;padding-bottom: 15px;}
.is_wrap input{width: 100%;font-size: 16px;border: 0;border-radius: 0;border-bottom: 1px solid #ccc;padding: 15px 0;box-shadow: none}
.is_wrap button{width: 190px;display: block;margin: 0 auto;padding: 20px 0;color: #fff;font-size: 16px;background: #812c41;border: 0;border-radius: 0;margin-top: 30px;}
#fverify > div:nth-child(n+1) {margin-top: 30px;}

#hd_wrapper{width: 100%;padding: 0 3%;}
#hd_pop,
#tnb .inner,
#ft_wr {width:80%}
/* 팝업레이어 */
#hd_pop {z-index:1;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {overflow: hidden;}
.hd_pops_footer {padding:0;background:#fff;color:#000;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:15px 20px;border:0;color:#000;font-size: 13px;}
.hd_pops_footer .hd_pops_reject {background:#fff;text-align:left}
.hd_pops_footer .hd_pops_close {background:#fff;position:absolute;top:0;right:0}
/* 상단 레이아웃 */
#hd {background:#fff;position: sticky;top: 0;transition: 2s ease;z-index: 100;height: 86px;}
#hd_siena {background:#fff;position: sticky;border-bottom: 1px solid #efefef;top: 0;transition: 2s ease;z-index: 100;}
#hd_tos {background:transparent;position: sticky;z-index: 100;width: 100%;}
#hd_cc {background:transparent;position: sticky;z-index: 100;width: 100%;}
#hd_re {background:transparent;position: sticky;z-index: 100;width: 100%;}
#hd_white {background:#fff;position: sticky;z-index: 100;width: 100%;border-bottom: 1px solid #efefef;}
#hd_cc_white {background:#fff;position: sticky;z-index: 100;width: 100%;border-bottom: 1px solid #efefef;}
#hd_re_white {background:#fff;position: sticky;z-index: 100;width: 100%;border-bottom: 1px solid #efefef;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sub_top{background: #000;    width: 100%;
    padding: 0 3%;}
.sub_top ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;}
.sub_top a{color: #fff;font-size: 14px;padding: 17px 0;margin-right: 30px;display: inline-block;font-family: 'Marcellus English', 'SUIT';}
.sub_top a img{margin-left: 20px;}
.sub_top a i{margin-left: 10px;}



.sub_top li:nth-child(3) a{font-size: 14px;letter-spacing: .5px;color: #eccca3;}
.sub_top li:nth-child(4) a{font-size: 14px;letter-spacing: .5px;color: #eccca3;}
.sub_top li:nth-child(5) a{font-size: 14px;letter-spacing: .5px;color: #eccca3;}
.sub_top li:nth-child(6) a{font-size: 14px;letter-spacing: .5px;color: #eccca3;}
.sub_top li:nth-child(7) a{font-size: 14px;letter-spacing: .5px;color: #eccca3;}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}
#hd_wrapper {margin:0 auto;height:85px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;z-index: 10;align-items: center}
#hd_siena #hd_wrapper {margin:0 auto;height:145px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;z-index: 10;align-items: center;align-content: flex-start}
#logo {display: inline-block;width: 220px;}
.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}
#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}
#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}
.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}
.mouse_scroll{position: absolute;bottom: 35px;z-index: 5;left: 50%;transform: translateX(-50%);text-align: center;-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
  animation:         ca3_fade_move_down 2s ease-in-out infinite;}
.mouse_scroll span{display: block;color: #fff;padding-top: 10px;font-size: 12px;font-family: 'Marcellus English'!important;}
.mouse_scroll img{width: auto !important;}
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(-50%,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(-50%,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(-50%,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(-50%,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(-50%,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(-50%,20px); opacity: 0; }
}
#container #bo_gall #gall_ul{margin: 50px -25px 0;}
.my_instagram{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding-top: 50px;}
.my_instagram li{width: 16%;margin-right: 0.8%;position: relative;overflow: hidden;height: 15vw;}
.my_instagram li:last-child{margin-right: 0;}
.my_instagram li:hover img{transform: scale(1.1);filter: brightness(.5)}
.my_instagram li:hover p{opacity: 1}
.my_instagram li p{position: absolute;color: #fff;font-size: 15px;bottom: 20px;padding: 0 20px;width: 100%;opacity: 0;transition: .5s;z-index: 10;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;line-height: 1.5;height: 45px;}
.my_instagram li a{display: block;width: 100%;height: 100%;}
.my_instagram li a img{width: 100%;transition: .5s;min-height: 100%;}
.sec1{padding: 125px 5%;}
.sec1 .sec_head{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center}
.sec1 .sec_head h2{font-size: 40px;font-family: 'Marcellus English';font-weight: normal;padding-bottom: 65px;}
.sec1 .sec_head h2 span{font-size: 17px;letter-spacing: -0.5px;padding-left: 20px;font-family:'SUIT'}
.sec1 .sec_con ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.sec1 .sec_con ul li{width: 32.5%;position: relative;margin-bottom: 20px;overflow: hidden;}
.sec1 .sec_con ul li:hover .sec1_img{transform: scale(1.1);filter: brightness(.5)}
.sec1 .sec_con ul li:last-child:hover .sec1_img{transform: scale(1.1);filter: brightness(1)}
.sec1 .sec_con ul li a{position: relative;display: block;}
.sec1 .sec_con ul li .sec1_img{width: 100%;transition: .5s;}
.sec1 .sec_con ul li .sec_con_text{position: absolute;color: #fff;left: 40px;bottom: 50px;letter-spacing: -.5px;z-index: 1;}
.sec1 .sec_con ul li .sec_con_text a{color: #fff;font-size: 15px;border-bottom: 3px solid #fff;padding-bottom: 10px;display: inline-block;margin-top: 35px;}
.sec1 .sec_con ul li .sec_con_text a img{padding-left: 50px;}
.sec1 .sec_con ul li .sec_con_text h2{font-size: 30px;font-weight: bold;}
.sec1 .sec_con ul li .sec_con_text p{font-size: 17px;padding-top: 15px;}
.sec1 .sec_con ul li .sec_con_text2{position: absolute;color: #fff;top: 90px;left: 40px;letter-spacing: -.5px;right: 40px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;bottom: 90px; align-items: flex-start;flex-direction: column;justify-content: space-between;z-index: 1;
}
.sec1 .sec_con ul li .sec_con_text2 h2{font-size: 45px;font-weight: bold;}
.sec1 .sec_con ul li .sec_con_text2 p{font-size: 17px;padding-top: 35px;line-height: 1.5;word-break: keep-all;flex: auto;}
.sec1 .sec_con ul li .sec_con_text2 a{font-size: 30px;font-weight: bold;border-bottom: 3px solid #fff;padding-bottom: 10px;display: inline-block;color: #fff;}
.sec1 .sec_con ul li .sec_con_text2 a img{padding-left: 160px;}
.sec2{padding: 80px 5% 85px;border-bottom: 1px solid #dfdfdf;}
.sec2 .sec_head{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center}
.sec2 .sec_head h2{font-size: 40px;font-family: 'Marcellus English';font-weight: normal;padding-bottom: 65px;}
.sec2 .sec_head h2 span{font-size: 17px;letter-spacing: -0.5px;font-family:'SUIT'}
.sec2 .sec_head h2 span a{margin-left: 15px;border-bottom: 1px solid #000;}
.sec2 .sec_head h2 span a i{padding-right: 5px;}
.sec2 .sec_head ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}
.sec2 .sec_head ul a{font-size: 18px;margin-left: 20px;position: relative;padding-bottom: 5px;}
.sec2 .sec_head ul a::before{ content: '';position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    top: 100%;
    left: 0;
    pointer-events: none;transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}
.sec2 .sec_head ul a.on{font-weight: bold;}
.sec2 .sec_head ul a.on::before{
  transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.sec2 .sec_head ul a:hover{font-weight: bold;}
.sec2 .sec_head ul a:hover::before{transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);}
.sec3{padding: 80px 5% 85px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between}
.sec3 .pic_lt3{width: 50%;}
.sec3 .pic_lt3:first-child{padding-right: 50px;border-right: 1px solid #dfdfdf;}
.sec3 .pic_lt3:nth-child(2){padding-left: 50px;}
.sec4{padding: 80px 0 100px;background: #f5f5f7;}
.sec4 .insta{padding:0 5%;}
.sec4 .insta_text{font-family: 'Marcellus English' !important;}
.sec4 .insta_id{font-size: 15px;}
.sec4 .insta_text h2{font-size: 40px;font-weight: normal;font-family: 'Marcellus English' !important;}


.pic_lt .mem_con{bottom: 15px;left: 25px;font-size: 11px;}
  .pic_lt .mem_con i{font-size: 18px;width: 45px;height: 45px;line-height: 45px;}
  #bo_gall .mem_con{bottom: 15px;left: 25px;font-size: 11px;}
  #bo_gall .mem_con i{font-size: 18px;width: 45px;height: 45px;line-height: 45px;}
/* 메인메뉴 */
#gnb {width: calc(100% - 220px);height: 100%;}
#hd_siena #gnb {width: 85%;height: 85px;}
/*
#hd_siena #gnb {width: 85%;height: 85px;}
#hd_tos #gnb {width: 88%;height: 100%;}
#hd_cc #gnb {width: 86%;height: 100%;}
#hd_re #gnb {width: 87.5%;height: 100%;}
#hd_white #gnb {width: 88%;height: 100%;}
#hd_cc_white #gnb {width: 86%;height: 100%;}
#hd_re_white #gnb {width: 87.5%;height: 100%;}
*/
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;    display: flex;align-items: center;}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;zoom:1;}
#gnb #gnb_1dul.main_head {width: 100%;}
#gnb .gnb_1dli {float:left;padding:0px}
#gnb .gnb_1dli > a{transition:all .5s;letter-spacing: -.5px;height: 85px;line-height: 85px;min-width:max-content;}
.gnb_center a{padding: 0 15px !important;width: auto;}
#gnb .gnb_1dli span{font-size: 15px;}
.hd_siena_menu{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;margin-top: 15px;}
.hd_siena_menu a{font-size: 17px;font-family: 'Marcellus English' !important;transition: .5s}
.hd_siena_menu a:hover{color: #822c41;}
.hd_siena_menu li{margin-right: 30px;}
.hd_siena_menu li.on a{color: #822c41;font-weight: bold;}
#hd .gnb_2dul_menu a::before{content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #822c41;
    top: 105%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;}
#hd .gnb_2dul_menu a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
/*#gnb .gnb_1dli:hover .gnb_2dul{display: block;}*/
.gnb_mem a{background: #822c41;color: #fff;padding: 10px 20px;border-radius: 50px}
.gnb_mem a img{margin-left: 40px;}
#logo img{max-width: 100%;width: auto;}
#logo.main_logo img {width: 194px;}
.brand_wrap .logo a img{max-width: 194px;}
#hd .gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
#hd .gnb_1da {font-size: 15px;display:block;font-weight:normal;padding:0 10px;color:#000;text-decoration:none;letter-spacing: -.5px;}
#hd .gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
#hd .gnb_2dli:first-child {border:0}
#hd .gnb_2dli{}
#hd .gnb_2dul {display:flex;position:absolute;width: 100%;left: 0;transition:opacity .3s;opacity: 0;top:85px;visibility: hidden;z-index: 5;border-top: 1px solid #efefef;flex-wrap: wrap;}
#hd .gnb_2dul .gnb_2dul_box {width: 49%;display: inline-block;vertical-align: top;}
#hd .gnb_2dul .gnb_2dul_box.sienacc {width: 100%}
#hd .gnb_2dul .gnb_2dul_box.beforen::before {display: none;}
#hd .gnb_2da {display: block;transition: .5s}
#hd .gnb_ala{transition: .5s}
#hd a.gnb_2da:hover {}
#hd .gnb_1dli_air .gnb_2da {}
#hd .gnb_1dli_on .gnb_2da {}
#hd .gnb_1dli:hover .gnb_1da{color: #822c41;}
#hd .gnb_2da:hover{color: #822c41;}
#hd .gnb_ala:hover{color: #822c41 !important;}
#hd .gnb_1dli_over .gnb_2dul {z-index: 10;opacity: 1;visibility: inherit;}
#hd .gnb_2dul_img {position: relative;width: 510px;height: 538px;overflow: hidden;}
#hd .gnb_2dul_img1{transition: .5s}
#hd .gnb_2dul_img:hover .gnb_2dul_img1{transform: scale(1.1);filter: brightness(.5)}
#hd .gnb_2dul_img_text{position: absolute;color: #fff;bottom: 50px;left: 35px;z-index: 10;}
#hd .gnb_2dul_img_text h2{font-size: 30px;font-weight: bold;}
#hd .gnb_2dul_img_text p{font-size: 17px;padding-top: 15px;}
#hd .gnb_2dul_img_text a{font-size: 15px;font-weight: bold;border-bottom: 3px solid #fff;color: #fff;padding-top: 30px;padding-bottom: 5px;display: inline-block;}
#hd .gnb_2dul_img_text a img{padding-left: 45px;}
#hd .gnb_2dul_menu{background: #fff;padding: 35px 40px;width: 333px;height: 538px;border-right: 1px solid #eaeaea;}
#hd .gnb_2dul_menu h2{font-size: 25px;font-family: 'Marcellus English'!important;font-weight: normal;}
#hd .gnb_2dul_menu p{font-size: 13px;padding-top: 10px;padding-bottom: 30px;line-height: 1.5;letter-spacing: -.5px;}
#hd .gnb_2dul_menu p span{letter-spacing: 0.5px;font-size: 12.5px;}
#hd .gnb_2dul .gnb_2dul_box::before{content: '';width: 15px;height: 2px;background: #822c41;display: block;}
#hd .gnb_2dul_menu a{font-size: 17px;padding-top: 30px;position: relative;display: inline-block;}
#hd .gnb_2dul .gnb_2dul_box.sienacc a{padding-top: 25px;}
#hd .gnb_2dul_board{background: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: calc(100% - 843px);height: 538px;}
#hd .gnb_2dul_board .pic_lt2{display: inline-block;width: 372px;padding: 40px 0 40px 50px;}
#hd_siena .gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
#hd_siena .gnb_1da {font-size: 15px;display:block;font-weight:normal;padding:0 35px;color:#000;text-decoration:none;letter-spacing: -.5px;}
#hd_siena .gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
#hd_siena .gnb_2dli:first-child {border:0}
#hd_siena .gnb_2dli{}
#hd_siena .gnb_2dul {display:flex;position:absolute;width: 100%;left: 0;transition: .5s;opacity: 0;top:86px;visibility: hidden;}
#hd_siena .gnb_2dul .gnb_2dul_box {width: 49%;display: inline-block;vertical-align: top;}
#hd_siena .gnb_2dul .gnb_2dul_box.sienacc {width: 100%}
#hd_siena .gnb_2dul .gnb_2dul_box.beforen::before {display: none;}
#hd_siena .gnb_2da {display: block;transition: .5s}
#hd_siena .gnb_ala{transition: .5s}
#hd_siena a.gnb_2da:hover {}
#hd_siena .gnb_1dli_air .gnb_2da {}
#hd_siena .gnb_1dli_on .gnb_2da {}
#hd_siena .gnb_1dli_over .gnb_1da{color: #822c41;}
#hd_siena .gnb_2da:hover{color: #822c41;}
#hd_siena .gnb_ala:hover{color: #822c41 !important;}
#hd_siena .gnb_1dli_over .gnb_2dul {display:flex;left:0;z-index: 100;flex-wrap: wrap;z-index: 1;top:86px;opacity: 1;visibility: visible;}
#hd_siena .gnb_2dul_img {position: relative;width: 510px;height: 538px;overflow: hidden;}
#hd_siena .gnb_2dul_img1{transition: .5s}
#hd_siena .gnb_2dul_img:hover .gnb_2dul_img1{transform: scale(1.1);filter: brightness(.5)}
#hd_siena .gnb_2dul_img_text{position: absolute;color: #fff;bottom: 50px;left: 35px;z-index: 10;}
#hd_siena .gnb_2dul_img_text h2{font-size: 30px;font-weight: bold;}
#hd_siena .gnb_2dul_img_text p{font-size: 17px;padding-top: 15px;}
#hd_siena .gnb_2dul_img_text a{font-size: 15px;font-weight: bold;border-bottom: 3px solid #fff;color: #fff;padding-top: 30px;padding-bottom: 5px;display: inline-block;}
#hd_siena .gnb_2dul_img_text a img{padding-left: 45px;}
#hd_siena .gnb_2dul_menu{background: #fff;padding: 35px 40px;width: 333px;height: 538px;border-right: 1px solid #eaeaea;}
#hd_siena .gnb_2dul_menu h2{font-size: 25px;font-family: 'Marcellus English'!important;font-weight: normal;}
#hd_siena .gnb_2dul_menu p{font-size: 13px;padding-top: 10px;padding-bottom: 30px;line-height: 1.5;letter-spacing: -.5px;}
#hd_siena .gnb_2dul_menu p span{letter-spacing: 0.5px;font-size: 12.5px;}
#hd_siena .gnb_2dul .gnb_2dul_box::before{content: '';width: 15px;height: 2px;background: #822c41;display: block;}
#hd_siena .gnb_2dul_menu a{font-size: 17px;padding-top: 30px;position: relative;display: inline-block;}
#hd_siena .gnb_2dul .gnb_2dul_box.sienacc a{padding-top: 25px;}
#hd_siena .gnb_2dul_board{background: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: calc(100% - 843px);height: 538px;}
#hd_siena .gnb_2dul_board .pic_lt2{display: inline-block;width: 372px;padding: 40px 0 40px 50px;}
#hd_tos .gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
#hd_tos .gnb_1da {font-size: 15px;display:block;font-weight:normal;padding:0 35px;color:#fff;text-decoration:none;letter-spacing: -.5px;}
#hd_tos .gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
#hd_tos .gnb_2dli:first-child {border:0}
#hd_tos .gnb_2dul {display:flex;position:absolute;width: 100%;left: 0;transition: .5s;opacity: 0;top:86px;visibility: hidden;}
#hd_tos .gnb_2dul .gnb_2dul_box {}
#hd_tos .gnb_2da {display: block;transition: .5s}
#hd_tos .gnb_ala{transition: .5s}
#hd_tos a.gnb_2da:hover {}
#hd_tos .gnb_1dli_air .gnb_2da {}
#hd_tos .gnb_1dli_on .gnb_2da {}
#hd_tos .gnb_1dli .gnb_1da:hover{color: #b18776 !important;}
#hd_tos .gnb_1dli_over .gnb_1da::before{}
#hd_tos .gnb_2da:hover{color: #822c41;}
#hd_tos .gnb_ala:hover{color: #822c41 !important;}
#hd_tos .gnb_1dli_over .gnb_2dul {display:flex;left:0;z-index: 100;flex-wrap: wrap;z-index: 1;top:86px;opacity: 1;visibility: visible;}
#hd_tos .gnb_2dul_img {position: relative;width: 510px;height: 538px;overflow: hidden;}
#hd_tos .gnb_2dul_img1{transition: .5s}
#hd_tos .gnb_2dul_img:hover .gnb_2dul_img1{transform: scale(1.1);filter: brightness(.5)}
#hd_tos .gnb_2dul_img_text{position: absolute;color: #fff;bottom: 50px;left: 35px;z-index: 10;}
#hd_tos .gnb_2dul_img_text h2{font-size: 30px;font-weight: bold;}
#hd_tos .gnb_2dul_img_text p{font-size: 17px;padding-top: 15px;}
#hd_tos .gnb_2dul_img_text a{font-size: 15px;font-weight: bold;border-bottom: 3px solid #fff;color: #fff;padding-top: 30px;padding-bottom: 5px;display: inline-block;}
#hd_tos .gnb_2dul_img_text a img{padding-left: 45px;}
#hd_tos .gnb_2dul_menu{background: #fff;padding: 35px 40px;width: 333px;height: 538px;border-right: 1px solid #eaeaea;}
#hd_tos .gnb_2dul_menu h2{font-size: 30px;font-family: 'Marcellus English'!important;font-weight: normal;}
#hd_tos .gnb_2dul_menu p{font-size: 13px;padding-top: 10px;padding-bottom: 30px;line-height: 1.5;letter-spacing: -.5px;}
#hd_tos .gnb_2dul .gnb_2dul_box::before{content: '';width: 15px;height: 2px;background: #822c41;display: block;}
#hd_tos .gnb_2dul_menu a{font-size: 17px;padding-top: 30px;}
#hd_tos .gnb_2dul_board{background: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: calc(100% - 843px);height: 538px;}
#hd_tos .gnb_2dul_board .pic_lt2{display: inline-block;width: 372px;padding: 40px 0 40px 50px;}
#hd_cc .gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
#hd_cc .gnb_1da {font-size: 15px;display:block;font-weight:normal;padding:0 35px;color:#fff;text-decoration:none;letter-spacing: -.5px;}
#hd_cc .gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
#hd_cc .gnb_2dli:first-child {border:0}
#hd_cc .gnb_2dul {display:flex;position:absolute;width: 100%;left: 0;transition: .5s;opacity: 0;top:86px;visibility: hidden;}
#hd_cc .gnb_2dul .gnb_2dul_box {}
#hd_cc .gnb_2da {display: block;transition: .5s}
#hd_cc .gnb_ala{transition: .5s}
#hd_cc a.gnb_2da:hover {}
#hd_cc .gnb_1dli_air .gnb_2da {}
#hd_cc .gnb_1dli_on .gnb_2da {}
#hd_cc .gnb_1dli .gnb_1da:hover{color: #b18776 !important;}
#hd_cc .gnb_1dli_over .gnb_1da::before{}
#hd_cc .gnb_2da:hover{color: #822c41;}
#hd_cc .gnb_ala:hover{color: #822c41 !important;}
#hd_cc .gnb_1dli_over .gnb_2dul {display:flex;left:0;z-index: 100;flex-wrap: wrap;z-index: 1;top:86px;opacity: 1;visibility: visible;}
#hd_cc .gnb_2dul_img {position: relative;width: 510px;height: 538px;overflow: hidden;}
#hd_cc .gnb_2dul_img1{transition: .5s}
#hd_cc .gnb_2dul_img:hover .gnb_2dul_img1{transform: scale(1.1);filter: brightness(.5)}
#hd_cc .gnb_2dul_img_text{position: absolute;color: #fff;bottom: 50px;left: 35px;z-index: 10;}
#hd_cc .gnb_2dul_img_text h2{font-size: 30px;font-weight: bold;}
#hd_cc .gnb_2dul_img_text p{font-size: 17px;padding-top: 15px;}
#hd_cc .gnb_2dul_img_text a{font-size: 15px;font-weight: bold;border-bottom: 3px solid #fff;color: #fff;padding-top: 30px;padding-bottom: 5px;display: inline-block;}
#hd_cc .gnb_2dul_img_text a img{padding-left: 45px;}
#hd_cc .gnb_2dul_menu{background: #fff;padding: 35px 40px;width: 333px;height: 538px;border-right: 1px solid #eaeaea;}
#hd_cc .gnb_2dul_menu h2{font-size: 30px;font-family: 'Marcellus English'!important;font-weight: normal;}
#hd_cc .gnb_2dul_menu p{font-size: 13px;padding-top: 10px;padding-bottom: 30px;line-height: 1.5;letter-spacing: -.5px;}
#hd_cc .gnb_2dul .gnb_2dul_box::before{content: '';width: 15px;height: 2px;background: #822c41;display: block;}
#hd_cc .gnb_2dul_menu a{font-size: 17px;padding-top: 30px;}
#hd_cc .gnb_2dul_board{background: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: calc(100% - 843px);height: 538px;}
#hd_cc .gnb_2dul_board .pic_lt2{display: inline-block;width: 372px;padding: 40px 0 40px 50px;}
#hd_re #logo{filter: brightness(1)}
#hd_re .gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
#hd_re .gnb_1da {font-size: 15px;display:block;font-weight:normal;padding:0 35px;color:#fff;text-decoration:none;letter-spacing: -.5px;}
#hd_re .gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
#hd_re .gnb_2dli:first-child {border:0}
#hd_re .gnb_2dul {display:flex;position:absolute;width: 100%;left: 0;transition: .5s;opacity: 0;top:86px;visibility: hidden;}
#hd_re .gnb_2dul .gnb_2dul_box {}
#hd_re .gnb_2da {display: block;transition: .5s}
#hd_re .gnb_ala{transition: .5s}
#hd_re a.gnb_2da:hover {}
#hd_re .gnb_1dli_air .gnb_2da {}
#hd_re .gnb_1dli_on .gnb_2da {}
#hd_re .gnb_1dli .gnb_1da:hover{color: #b18776 !important;}
#hd_re .gnb_1dli_over .gnb_1da::before{}
#hd_re .gnb_2da:hover{color: #822c41;}
#hd_re .gnb_ala:hover{color: #822c41 !important;}
#hd_re .gnb_1dli_over .gnb_2dul {display:flex;left:0;z-index: 100;flex-wrap: wrap;z-index: 1;top:86px;opacity: 1;visibility: visible;}
#hd_re .gnb_2dul_img {position: relative;width: 510px;height: 538px;overflow: hidden;}
#hd_re .gnb_2dul_img1{transition: .5s}
#hd_re .gnb_2dul_img:hover .gnb_2dul_img1{transform: scale(1.1);filter: brightness(.5)}
#hd_re .gnb_2dul_img_text{position: absolute;color: #fff;bottom: 50px;left: 35px;z-index: 10;}
#hd_re .gnb_2dul_img_text h2{font-size: 30px;font-weight: bold;}
#hd_re .gnb_2dul_img_text p{font-size: 17px;padding-top: 15px;}
#hd_re .gnb_2dul_img_text a{font-size: 15px;font-weight: bold;border-bottom: 3px solid #fff;color: #fff;padding-top: 30px;padding-bottom: 5px;display: inline-block;}
#hd_re .gnb_2dul_img_text a img{padding-left: 45px;}
#hd_re .gnb_2dul_menu{background: #fff;padding: 35px 40px;width: 333px;height: 538px;border-right: 1px solid #eaeaea;}
#hd_re .gnb_2dul_menu h2{font-size: 30px;font-family: 'Marcellus English'!important;font-weight: normal;}
#hd_re .gnb_2dul_menu p{font-size: 13px;padding-top: 10px;padding-bottom: 30px;line-height: 1.5;letter-spacing: -.5px;}
#hd_re .gnb_2dul .gnb_2dul_box::before{content: '';width: 15px;height: 2px;background: #822c41;display: block;}
#hd_re .gnb_2dul_menu a{font-size: 17px;padding-top: 30px;}
#hd_re .gnb_2dul_board{background: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: calc(100% - 843px);height: 538px;}
#hd_re .gnb_2dul_board .pic_lt2{display: inline-block;width: 372px;padding: 40px 0 40px 50px;}
#hd_white #logo{filter: brightness(0)}
#hd_white .gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
#hd_white .gnb_1da {font-size: 15px;display:block;font-weight:normal;padding:0 35px;color:#000;text-decoration:none;letter-spacing: -.5px;}
#hd_white .gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
#hd_white .gnb_2dli:first-child {border:0}
#hd_white .gnb_2dul {display:flex;position:absolute;width: 100%;left: 0;transition: .5s;opacity: 0;top:86px;visibility: hidden;}
#hd_white .gnb_2dul .gnb_2dul_box {}
#hd_white .gnb_2da {display: block;transition: .5s}
#hd_white .gnb_ala{transition: .5s}
#hd_white a.gnb_2da:hover {}
#hd_white .gnb_1dli_air .gnb_2da {}
#hd_white .gnb_1dli_on .gnb_2da {}
#hd_white .gnb_1dli .gnb_1da:hover{color: #b18776 !important;}
#hd_white .gnb_1dli_over .gnb_1da::before{}
#hd_white .gnb_2da:hover{color: #822c41;}
#hd_white .gnb_ala:hover{color: #822c41 !important;}
#hd_white .gnb_1dli_over .gnb_2dul {display:flex;left:0;z-index: 100;flex-wrap: wrap;z-index: 1;top:86px;opacity: 1;visibility: visible;}
#hd_white .gnb_2dul_img {position: relative;width: 510px;height: 538px;overflow: hidden;}
#hd_white .gnb_2dul_img1{transition: .5s}
#hd_white .gnb_2dul_img:hover .gnb_2dul_img1{transform: scale(1.1);filter: brightness(.5)}
#hd_white .gnb_2dul_img_text{position: absolute;color: #fff;bottom: 50px;left: 35px;z-index: 10;}
#hd_white .gnb_2dul_img_text h2{font-size: 30px;font-weight: bold;}
#hd_white .gnb_2dul_img_text p{font-size: 17px;padding-top: 15px;}
#hd_white .gnb_2dul_img_text a{font-size: 15px;font-weight: bold;border-bottom: 3px solid #fff;color: #fff;padding-top: 30px;padding-bottom: 5px;display: inline-block;}
#hd_white .gnb_2dul_img_text a img{padding-left: 45px;}
#hd_white .gnb_2dul_menu{background: #fff;padding: 35px 40px;width: 333px;height: 538px;border-right: 1px solid #eaeaea;}
#hd_white .gnb_2dul_menu h2{font-size: 30px;font-family: 'Marcellus English'!important;font-weight: normal;}
#hd_white .gnb_2dul_menu p{font-size: 13px;padding-top: 10px;padding-bottom: 30px;line-height: 1.5;letter-spacing: -.5px;}
#hd_white .gnb_2dul .gnb_2dul_box::before{content: '';width: 15px;height: 2px;background: #822c41;display: block;}
#hd_white .gnb_2dul_menu a{font-size: 17px;padding-top: 30px;}
#hd_white .gnb_2dul_board{background: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: calc(100% - 843px);height: 538px;}
#hd_white .gnb_2dul_board .pic_lt2{display: inline-block;width: 372px;padding: 40px 0 40px 50px;}
#hd_cc_white #logo{filter: brightness(0)}
#hd_cc_white .gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
#hd_cc_white .gnb_1da {font-size: 15px;display:block;font-weight:normal;padding:0 35px;color:#000;text-decoration:none;letter-spacing: -.5px;}
#hd_cc_white .gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
#hd_cc_white .gnb_2dli:first-child {border:0}
#hd_cc_white .gnb_2dul {display:flex;position:absolute;width: 100%;left: 0;transition: .5s;opacity: 0;top:86px;visibility: hidden;}
#hd_cc_white .gnb_2dul .gnb_2dul_box {}
#hd_cc_white .gnb_2da {display: block;transition: .5s}
#hd_cc_white .gnb_ala{transition: .5s}
#hd_cc_white a.gnb_2da:hover {}
#hd_cc_white .gnb_1dli_air .gnb_2da {}
#hd_cc_white .gnb_1dli_on .gnb_2da {}
#hd_cc_white .gnb_1dli .gnb_1da:hover{color: #b18776 !important;}
#hd_cc_white .gnb_1dli_over .gnb_1da::before{}
#hd_cc_white .gnb_2da:hover{color: #822c41;}
#hd_cc_white .gnb_ala:hover{color: #822c41 !important;}
#hd_cc_white .gnb_1dli_over .gnb_2dul {display:flex;left:0;z-index: 100;flex-wrap: wrap;z-index: 1;top:86px;opacity: 1;visibility: visible;}
#hd_cc_white .gnb_2dul_img {position: relative;width: 510px;height: 538px;overflow: hidden;}
#hd_cc_white .gnb_2dul_img1{transition: .5s}
#hd_cc_white .gnb_2dul_img:hover .gnb_2dul_img1{transform: scale(1.1);filter: brightness(.5)}
#hd_cc_white .gnb_2dul_img_text{position: absolute;color: #fff;bottom: 50px;left: 35px;z-index: 10;}
#hd_cc_white .gnb_2dul_img_text h2{font-size: 30px;font-weight: bold;}
#hd_cc_white .gnb_2dul_img_text p{font-size: 17px;padding-top: 15px;}
#hd_cc_white .gnb_2dul_img_text a{font-size: 15px;font-weight: bold;border-bottom: 3px solid #fff;color: #fff;padding-top: 30px;padding-bottom: 5px;display: inline-block;}
#hd_cc_white .gnb_2dul_img_text a img{padding-left: 45px;}
#hd_cc_white .gnb_2dul_menu{background: #fff;padding: 35px 40px;width: 333px;height: 538px;border-right: 1px solid #eaeaea;}
#hd_cc_white .gnb_2dul_menu h2{font-size: 30px;font-family: 'Marcellus English'!important;font-weight: normal;}
#hd_cc_white .gnb_2dul_menu p{font-size: 13px;padding-top: 10px;padding-bottom: 30px;line-height: 1.5;letter-spacing: -.5px;}
#hd_cc_white .gnb_2dul .gnb_2dul_box::before{content: '';width: 15px;height: 2px;background: #822c41;display: block;}
#hd_cc_white .gnb_2dul_menu a{font-size: 17px;padding-top: 30px;}
#hd_cc_white .gnb_2dul_board{background: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: calc(100% - 843px);height: 538px;}
#hd_cc_white .gnb_2dul_board .pic_lt2{display: inline-block;width: 372px;padding: 40px 0 40px 50px;}
#hd_re_white #logo{filter: brightness(0)}
#hd_re_white .gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
#hd_re_white .gnb_1da {font-size: 15px;display:block;font-weight:normal;padding:0 35px;color:#000;text-decoration:none;letter-spacing: -.5px;}
#hd_re_white .gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
#hd_re_white .gnb_2dli:first-child {border:0}
#hd_re_white .gnb_2dul {display:flex;position:absolute;width: 100%;left: 0;transition: .5s;opacity: 0;top:86px;visibility: hidden;}
#hd_re_white .gnb_2dul .gnb_2dul_box {}
#hd_re_white .gnb_2da {display: block;transition: .5s}
#hd_re_white .gnb_ala{transition: .5s}
#hd_re_white a.gnb_2da:hover {}
#hd_re_white .gnb_1dli_air .gnb_2da {}
#hd_re_white .gnb_1dli_on .gnb_2da {}
#hd_re_white .gnb_1dli .gnb_1da:hover{color: #b18776 !important;}
#hd_re_white .gnb_1dli_over .gnb_1da::before{}
#hd_re_white .gnb_2da:hover{color: #822c41;}
#hd_re_white .gnb_ala:hover{color: #822c41 !important;}
#hd_re_white .gnb_1dli_over .gnb_2dul {display:flex;left:0;z-index: 100;flex-wrap: wrap;z-index: 1;top:86px;opacity: 1;visibility: visible;}
#hd_re_white .gnb_2dul_img {position: relative;width: 510px;height: 538px;overflow: hidden;}
#hd_re_white .gnb_2dul_img1{transition: .5s}
#hd_re_white .gnb_2dul_img:hover .gnb_2dul_img1{transform: scale(1.1);filter: brightness(.5)}
#hd_re_white .gnb_2dul_img_text{position: absolute;color: #fff;bottom: 50px;left: 35px;z-index: 10;}
#hd_re_white .gnb_2dul_img_text h2{font-size: 30px;font-weight: bold;}
#hd_re_white .gnb_2dul_img_text p{font-size: 17px;padding-top: 15px;}
#hd_re_white .gnb_2dul_img_text a{font-size: 15px;font-weight: bold;border-bottom: 3px solid #fff;color: #fff;padding-top: 30px;padding-bottom: 5px;display: inline-block;}
#hd_re_white .gnb_2dul_img_text a img{padding-left: 45px;}
#hd_re_white .gnb_2dul_menu{background: #fff;padding: 35px 40px;width: 333px;height: 538px;border-right: 1px solid #eaeaea;}
#hd_re_white .gnb_2dul_menu h2{font-size: 30px;font-family: 'Marcellus English'!important;font-weight: normal;}
#hd_re_white .gnb_2dul_menu p{font-size: 13px;padding-top: 10px;padding-bottom: 30px;line-height: 1.5;letter-spacing: -.5px;}
#hd_re_white .gnb_2dul .gnb_2dul_box::before{content: '';width: 15px;height: 2px;background: #822c41;display: block;}
#hd_re_white .gnb_2dul_menu a{font-size: 17px;padding-top: 30px;}
#hd_re_white .gnb_2dul_board{background: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: calc(100% - 843px);height: 538px;}
#hd_re_white .gnb_2dul_board .pic_lt2{display: inline-block;width: 372px;padding: 40px 0 40px 50px;}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}
#hd #gnb .gnb_menu_btn {background: transparent;color:#000;height:85px;border:0;vertical-align:top;font-size:18px}
#hd #gnb .gnb_mnal {float:right;padding:0;font-size: 18px;margin-left: 25px;}
#hd #gnb .gnb_mnal button{font-size: 22px;font-weight: lighter;}
#hd #gnb .gnb_mnal i{padding-right: 10px;}
#hd_siena #gnb .gnb_menu_btn {background: transparent;color:#000;height:85px;border:0;vertical-align:top;font-size:18px}
#hd_siena #gnb .gnb_mnal {float:right;padding:0;font-size: 20px;margin-left: 35px;}
#hd_siena #gnb .gnb_mnal button{font-size: 22px;font-weight: lighter;}
#hd_siena #gnb .gnb_mnal i{padding-right: 10px;}
#hd_tos #gnb .gnb_menu_btn {background: transparent;color:#fff;height:85px;border:0;vertical-align:top;font-size:18px}
#hd_tos #gnb .gnb_mnal {float:right;padding:0;font-size: 20px;margin-left: 35px;color: #fff;}
#hd_tos #gnb .gnb_mnal a{color: #fff;}
#hd_tos #gnb .gnb_mnal button{font-size: 22px;font-weight: lighter;}
#hd_tos #gnb .gnb_mnal i{padding-right: 10px;}
#hd_cc #gnb .gnb_menu_btn {background: transparent;color:#fff;height:85px;border:0;vertical-align:top;font-size:18px}
#hd_cc #gnb .gnb_mnal {float:right;padding:0;font-size: 20px;margin-left: 35px;color: #fff;}
#hd_cc #gnb .gnb_mnal a{color: #fff;}
#hd_cc #gnb .gnb_mnal button{font-size: 22px;font-weight: lighter;}
#hd_cc #gnb .gnb_mnal i{padding-right: 10px;}
#hd_re #gnb .gnb_menu_btn {background: transparent;color:#fff;height:85px;border:0;vertical-align:top;font-size:18px}
#hd_re #gnb .gnb_mnal {float:right;padding:0;font-size: 20px;margin-left: 35px;color: #fff;}
#hd_re #gnb .gnb_mnal a{color: #fff;}
#hd_re #gnb .gnb_mnal button{font-size: 22px;font-weight: lighter;}
#hd_re #gnb .gnb_mnal i{padding-right: 10px;}
#hd_white #gnb .gnb_menu_btn {background: transparent;color:#fff;height:85px;border:0;vertical-align:top;font-size:18px}
#hd_white #gnb .gnb_mnal {float:right;padding:0;font-size: 20px;margin-left: 35px;color: #000;}
#hd_white #gnb .gnb_mnal a{color: #000;}
#hd_white #gnb .gnb_mnal button{font-size: 22px;font-weight: lighter;color: #000;}
#hd_white #gnb .gnb_mnal i{padding-right: 10px;}
#hd_cc_white #gnb .gnb_menu_btn {background: transparent;color:#fff;height:85px;border:0;vertical-align:top;font-size:18px}
#hd_cc_white #gnb .gnb_mnal {float:right;padding:0;font-size: 20px;margin-left: 35px;color: #000;}
#hd_cc_white #gnb .gnb_mnal a{color: #000;}
#hd_cc_white #gnb .gnb_mnal button{font-size: 22px;font-weight: lighter;color: #000;}
#hd_cc_white #gnb .gnb_mnal i{padding-right: 10px;}
#hd_re_white #gnb .gnb_menu_btn {background: transparent;color:#fff;height:85px;border:0;vertical-align:top;font-size:18px}
#hd_re_white #gnb .gnb_mnal {float:right;padding:0;font-size: 20px;margin-left: 35px;color: #000;}
#hd_re_white #gnb .gnb_mnal a{color: #000;}
#hd_re_white #gnb .gnb_mnal button{font-size: 22px;font-weight: lighter;color: #000;}
#hd_re_white #gnb .gnb_mnal i{padding-right: 10px;}
#gnb_all {position: fixed;width: 400px;right:-100%;top: 0;height: 100vh;background: #fff;z-index: 10000;transition: .5s ease;overflow-y: scroll;}
#gnb_all .all_head{background: #822c41;color: #fff;padding: 25px 30px;}
#gnb_all .all_head a{color: #fff;}
#gnb_all .all_head .all_logo{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap:wrap;justify-content: space-between;padding-bottom: 35px;align-items: center}
#gnb_all .all_head .all_logo a{font-size: 20px;}
#gnb_all .all_head .all_logo a:first-child{width: 60%;}
#gnb_all .all_head .all_logo a:nth-child(2){font-size: 20px;width: 30px;text-align: left;}
#gnb_all .all_head .all_logo a:nth-child(3){font-size: 14px;}
#gnb_all .all_head .all_logo img{max-width: 147px;}
#gnb_all .all_head .all_link{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap:wrap;justify-content: space-between;padding-bottom: 25px;}
#gnb_all .all_head .all_link a{width: 49%;font-size: 16px;border: 1px solid #531222;display: block;padding: 10px 15px;border-radius: 3px;position: relative;}
#gnb_all .all_head .all_link a img{position: absolute;right: 10px;bottom: 15px;}
#gnb_all .all_head .all_board{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap:wrap;justify-content: space-between;align-items: center}
#gnb_all .all_head .all_board a{font-size: 15px;}
#gnb_all .all_head .all_board a i{font-size: 16px;padding-right: 5px;vertical-align: middle;}
#gnb_all .all_head .all_board ul{}
#gnb_all .all_head .all_board ul li{display: inline-block;}
#gnb_all .all_head .all_board ul li:first-child{padding-right: 25px;}
#gnb_all .all_head .all_board ul li:last-child{padding-left: 25px;border-left: 1px solid #a86c7a;}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul{
}
#gnb_all .gnb_tit{font-size: 30px;color: #959595;font-family: 'Marcellus English'!important;margin-bottom: 100px;}
#gnb_all .gnb_al_li {border-bottom: 1px solid #dfdfdf;}
#gnb_all .gnb_al_li a.gnb_acc{color: #000;font-size: 16px;padding:20px 25px;display: block;}
#gnb_all .gnb_al_li a.gnb_ac{color: #000;font-size: 16px;padding:20px 25px;display: block;}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#000}
#gnb_all_bg {visibility: hidden; background:rgba(0,0,0,0.7);width:100%;height:100%;position:fixed;left:0;top:0;z-index:1001;opacity: 0;transition: .5s}
.gnb_acc:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067"; /* Unicode character for "plus" sign (+) */
  font-size: 16px;
  color: #000;
  float: right;
  margin-left: 5px;
}
.active:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f068"; /* Unicode character for "minus" sign (-) */
}
.panel {display: none;}
.panel_img{position: relative;}
.panel_img p {position: absolute;color: #fff;font-size: 16px;bottom: 20px;left: 25px;}
.panel_img p span{display: inline-block;width: 20px;height: 2px;background: #fff;vertical-align: middle;margin-right: 10px;}
.panel img{width: 100%;}
.panel ul{padding: 20px 25px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.panel ul li{width: 50%;}
.panel ul a{font-size: 16px;display: block;padding: 10px 0;}
.progress-wrap {position: fixed;right: 50px;bottom: 30px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50px;box-shadow: inset  0 0 0 2px rgba(255,255,255,0.5);z-index: 10000;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;color: #656565;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap::before {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;opacity: 0;background-image: linear-gradient(298deg, var(--red), var(--yellow));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke: #656565;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
/* 중간 레이아웃 */
#wrapper {}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}
.open{position: absolute;left: 100%;z-index: 100;top: 58px;}
.open a{font-size: 14px;color: #fff;font-family: 'Marcellus English'!important;background: #202020;line-height: 40px;height: 40px;display: inline-block;padding:0 35px;transform-origin: 0 0;text-transform: uppercase;transform:  rotate(90deg);width: 165px;letter-spacing: .5px;}
.open_modal .close{position: absolute;right: 466.5px;z-index: 10000000;top: 100px;visibility: hidden;}
.open_modal .close a{font-size: 14px;color: #fff;font-family: 'Marcellus English'!important;background: #202020;line-height: 40px;height: 40px;display: inline-block;padding:0 35px;transform-origin: 0 0;text-transform: uppercase;transform:  rotate(90deg);width: 167px;letter-spacing: .5px;}
#container {position:relative;min-height:500px;height:auto !important;font-size:1em;width:100%;zoom:1}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}
/*
.main-hub{position: sticky;top: 0;z-index: 0;}
.main-zi{z-index: -1 !important;}
*/
.ctt_admin{display: none;}
.tit_img{position: relative;}
.tit_img img{width: 100%;}
.tit_img h2{position: absolute;color: #fff;font-family: 'Marcellus English'!important;bottom: 120px;left: 110px;font-size: 55px;font-weight: normal;line-height: 0.9;}
.tit_img h2 span{font-size: 20px;}
/*
.billboard-hero .swiper-slide div{ -webkit-transform:translate(-50%, -30%);}
.billboard-hero .swiper-slide div span{ -webkit-transform:translate(0, 100%);}
*/
/*
.sec_bg{width: 100%;background: #fff;z-index: 1;position: relative;}
.sec3_bg{position: relative;z-index: 1;}
.sec4{position: relative;z-index: 1;}
*/
.sub1_ul{overflow: visible!important;}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}
#hd_tos{transition:top .5s;}
#hd_cc{transition:top .5s;}
#hd_re{transition:top .5s;}
#hd_white{transition:top .5s;}
#hd_cc_white{transition:top .5s;}
#hd_re_white{transition:top .5s;}

.blocker{background-color: rgba(0,0,0,0.4) !important;z-index: 20 !important;}
.jquery-modal .modal{padding: 0;border-radius: 10px;overflow: hidden;box-shadow: none;}
.cp_title{color: #fff;background: #822c41;}
.cp_title h2{font-size: 18px;}
.cp_form{padding: 35px 40px;}
.cp_input label{font-size: 16px;font-family: 'Marcellus English'!important;font-weight: normal;padding-bottom: 15px;}
.cp_input input{font-size: 16px;padding: 15px 0;border: 0;border-radius: 0;border-bottom: 1px solid #cccccc;box-shadow: none;}
.cp_input{margin-top: 30px;}
.cp_input:first-child{margin-top: 0;}
.cp_btn{margin-top: 35px;}
.cp_btn button{font-size: 16px;}
.cp_btn input{font-size: 16px;}

.mb_log_cate h5{padding-top: 75px;font-size: 30px;}
.mb_log_cate div{font-size: 16px;padding-top: 25px;padding-bottom: 45px;border-bottom: 1px solid #e5e5e5;}

.register_form_flex ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;}
.register_form_flex .half{width: 49%;margin-right: 2%;}
.register_form_flex .half:nth-child(2n){margin-right: 0;}
.register_form_flex .input_100 input{width: 100%;}
.register_form_flex .get_modal{width: 100%;border: 0;display: block;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    padding: 15px 0;
    height: 60px;}
.register #fregisterform .register_form_flex ul li > div{margin: 15px 0 0 2vw!important;}
.register_form_flex ul li input{width: 81% !important;}
.register_form_flex ul {padding: 40px 0 0 !important;}

.sns_wrap{border-top: 1px solid #000 !important;border-bottom: 1px solid #e5e5e5;margin-bottom: 50px !important;}

.book_info_wrap{width: 1100px;display: block;margin: 0 auto;padding-top: 70px;padding-bottom: 150px;}
.book_info_wrap h2{font-size: 30px;font-family: 'Marcellus English'!important;text-align: center;font-weight: normal;}
.book_info_wrap p{font-size: 16px;padding: 30px 0 45px;text-align: center;}
.book_info_wrap p:last-of-type{text-align: left;line-height: 1.6;}
.book_info_wrap h3{font-weight: normal;font-size: 16px;padding-top: 40px;padding-bottom: 20px;}
.book_info_wrap table:first-of-type{padding: 0;background: #f6f6f6;}
.book_info_wrap table:first-of-type td{color: #822c41;}
.book_info_wrap table{border-top: 1px solid #000;border-bottom: 1px solid #e5e5e5;width: 100%;font-size: 16px;padding: 10px 0;}
.book_info_wrap table th{text-align: left;padding: 15px 30px;font-weight: normal;width: 250px;}
.book_info_wrap table.book_final_invoice tr:last-child th{color: #822c41;}
.book_info_wrap table.book_final_invoice tr:last-child td{color: #822c41;}
.book_info_wrap .book_info_btn {float: none;text-align: center;margin-top: 30px;}
.mp_flow_wrap div.mp_flex{margin-top: 0;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}
.book_info_btn {float: left;}
.golf_rec_btn{float: none;margin-bottom: 10px;text-align: center;display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;}
.mp_golf_membUseDtl {float: left;}
.reserve_f .mp_golf_membUseDtl a{color: #000;background: #fff;font-size: 16px; border: 1px solid #000;margin-right: 5px;display: inline-block;padding: 0 35px;height: 50px;line-height: 50px;}
.book_info_btn a{color: #fff;padding: 0 35px;background: #822c41;color: #fff;font-size: 16px;height: 50px;line-height: 50px;display: inline-block;border: 1px solid #822c41;}
.book_info_btn button{color: #fff;padding: 0 35px;background: #822c41;color: #fff;font-size: 16px;height: 50px;line-height: 50px;display: inline-block;border: 1px solid #822c41;}
.book_info_btn button.bk_cancel{color: #000;background: #fff;font-size: 16px; border: 1px solid #000;margin-right: 5px;display: inline-block;}
.reserve_f  .book_cncl_resn th{width: 190px;font-size: 18px;}
.book_cncl_resn input{width: 100%;}

.inquiry_wrap{width: 1100px;display: block;margin: 0 auto;padding-top: 70px;padding-bottom: 150px;}
.inquiry_wrap h2{font-size: 30px;font-family: 'Marcellus English', 'SUIT'!important;text-align: center;font-weight: normal;}
.inquiry_wrap p{font-size: 16px;padding: 30px 0 45px;text-align: center;line-height: 1.6;}
.inquiry_list_top{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}
.inquiry_list_top div:first-child{font-size: 14px;font-weight: bold;}
.inquiry_list_top div span{color: #812c41;}
.inquiry_list_top div a{font-size: 15px;display: inline-block;padding: 15px 45px;}
.inquiry_list_top div a:first-child{border: 1px solid #000;margin-right: 10px;}
.inquiry_list_top div a:last-child{color: #fff;background: #812c41;border: 1px solid #812c41;}
.inquiry_wrap table{width: 100%;margin-top: 15px;border-collapse: collapse;border-top: 1px solid #000;font-size: 15px;}
.inquiry_wrap table th{border-bottom: 1px solid #cccccc;padding: 15px 0;}
.inquiry_wrap table th:nth-child(1){width: 100px;}
.inquiry_wrap table td:nth-child(1){width: 100px;}
.inquiry_wrap table th:nth-child(2){width: 50%;}
.inquiry_wrap table td:nth-child(2){width: 50%;}
.inquiry_wrap table td{border-bottom: 1px solid #cccccc;padding: 15px 0;text-align: center;}
.inquiry_wrap table td:nth-child(2){text-align: left;}
.inquiry_wrap table td:nth-child(3){color: #8e3c05;}
.inquiry_wrap table td.fin{color: #000;}

.inquiry_wrap .table{width: 100%;margin-top: 15px;border-collapse: collapse;border-top: 1px solid #000;font-size: 15px;}
.inquiry_wrap .table .tr{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: 100%;}
.inquiry_wrap .table .th{border-bottom: 1px solid #cccccc;padding: 15px 0;}
/*
.inquiry_wrap .table .th:nth-child(1){width: 100px;}
.inquiry_wrap .table .td:nth-child(1){width: 100px;}
.inquiry_wrap .table .th:nth-child(2){width: 50%;}
.inquiry_wrap .table .td:nth-child(2){width: 50%;}
*/
.inquiry_wrap .table .td{border-bottom: 1px solid #cccccc;padding: 15px 0;text-align: center;}
/*
.inquiry_wrap .table .td:nth-child(2){text-align: left;}
.inquiry_wrap .table .td:nth-child(3){color: #8e3c05;}
*/
.inquiry_wrap .table .td.fin{color: #000;}

.inquiry_write{border-top: 1px solid #000;border-bottom: 1px solid #000;margin-top: 60px;}
.inquiry_write .write_sec{padding-top: 40px;}
.inquiry_write .write_sec span{font-size: 16px;font-family: 'Marcellus English'!important;display: block;padding-bottom: 25px;}
.inquiry_write .write_sec input[type=radio]{display: none;}
.inquiry_write .write_sec div{display: inline-block;margin-right: 25px;}
.inquiry_write .write_sec label{font-size: 16px;cursor: pointer;}
.inquiry_write .write_sec label i{color: #b1b1b1;display: inline-block;width: 25px;height: 25px;text-align: center;line-height: 25px;border-radius: 100%;border: 1px solid #cecece;margin-right: 10px;}
.inquiry_write .write_sec input:checked ~ label i{color: #fff;background: #000;border: 1px solid #000;}
.inquiry_write .write_sec input[type=text]{width: 100%;font-size: 16px;padding-bottom: 15px;border: 0;border-bottom: 1px solid #cccccc;border-radius: 0}
.inquiry_write .write_sec textarea{width: 100%;border: 1px solid #ccc;font-size: 16px;padding: 20px;}
.inquiry_write .file_sec{padding: 40px 0;}
.inquiry_write .file_sec span{font-size: 16px;font-family: 'Marcellus English'!important;display: inline-block;margin-right: 25px;}
.inquiry_write .file_sec button{border: 1px solid #000;background: #fff;font-size: 14px;border-radius: 0;padding: 10px 25px;}
.inquiry_write_btn{margin-top: 30px;text-align: center;}
.inquiry_write_btn a{font-size: 15px;display: inline-block;padding: 15px 45px;}
.inquiry_write_btn a:first-child{border: 1px solid #000;margin-right: 10px;}
.inquiry_write_btn a:last-child{color: #fff;background: #812c41;border: 1px solid #812c41;}

.inquiry_wrap table td i{padding-right: 10px;}

.inquiry_view{margin-top: 60px;}
.view_voc_title{margin-bottom: 16px;font-size: 25px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}
.view_voc_title .view_voc_date{font-size: 15px;}
.inquiry_view .view_sec{border-top: 1px solid #000;border-bottom: 1px solid #000;font-size: 16px;padding: 30px 40px;line-height: 1.6;}
.view_voc_re{padding-top: 40px;}
.view_voc_re span{display: inline-block;vertical-align: top;}
.inquiry_view_btn{margin-top: 30px;text-align: center;}
.inquiry_view_btn a{font-size: 15px;display: inline-block;padding: 15px 45px;border: 1px solid #000;}

.voc_list_view {display: none;}
.voc_accordion{cursor: pointer;}
.inquiry_wrap table .voc_list_view td{text-align: left;
    padding: 30px 40px;
    background: #f9f9f9;line-height: 1.6;}

.mp_able_view{position: fixed;width: 100%;height: 100vh;left: 0;top: 0;z-index: 100;display: none;}
.mp_golfable_view{position: fixed;width: 100%;height: 100vh;left: 0;top: 0;z-index: 100;display: none;}
.mp_golfpoint_view{position: fixed;width: 100%;height: 100vh;left: 0;top: 0;z-index: 100;display: none;}
.mp_modal_bg{width: 100%;height: 100%;display: block;background: rgba(0, 0, 0, 0.4);}
.mp_able_wrap{width: 700px;background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 10px;overflow: hidden;}
.mp_able_wrap h2{width: 100%;text-align: center;background: #822c41;font-size: 18px;font-weight: normal;padding: 18px;color: #fff;}
.mp_able_wrap h2 span{float: right;cursor:pointer}
.mp_able_wrap h2 span img{width: 20px;}
.mp_able_con{padding: 30px;}
.mp_able_slt{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.mp_able_slt span{font-size: 16px;cursor: pointer;}
.mp_able_slt select{font-size: 16px;width: 80%;border: 0;border-bottom: 1px solid #000;padding: 10px 0;}
.mp_able_con h3{font-size: 18px;padding-top: 35px;padding-bottom: 10px;color: #822c41;font-weight: normal;}
.mp_able_con table{width: 100%;border-top: 1px solid #000;border-collapse: collapse;font-size: 15px;}
.mp_able_con table th{padding: 15px 0;font-weight: normal;border-bottom: 1px solid #cccccc;}
.mp_able_con table td{padding: 15px 0;text-align: center;border-bottom: 1px solid #e5e5e5;}
/* .mp_able_con table tr:last-child td{color: #822c41;} */
.mp_able_con table tr.wdTpAll td{color: #822c41;}

.mp_chart_view{position: fixed;width: 100%;height: 100vh;left: 0;top: 0;z-index: 100;display: none;}
.mp_chart_wrap{width: 430px;background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 10px;overflow: hidden;}
.mp_chart_wrap h2{width: 100%;text-align: center;background: #822c41;font-size: 18px;font-weight: normal;padding: 18px;color: #fff;}
.mp_chart_wrap h2 span{float: right;cursor:pointer}
.mp_chart_wrap h2 span img{width: 20px;}
.mp_chart_con{padding: 30px;}
.mp_chart_con ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between}
.mp_chart_con ul li{width: 48%;}
.mp_chart_con ul li h3{font-size: 16px;font-weight: normal;padding-bottom: 20px;}
.mp_chart_con ul li p{font-size: 16px;color: #822c41;padding-bottom: 10px;border-bottom: 1px solid #cccccc;width: 100%;}
.mp_chart_con ul li:first-child{padding-bottom: 45px;}
.mp_chart_con ul li:nth-child(2){padding-bottom: 45px;}

.mp_coupon_view{position: fixed;width: 100%;height: 100vh;left: 0;top: 0;z-index: 100;display: none;}
.mp_coupon_wrap{width: 970px;background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 10px;overflow: hidden;}
.mp_coupon_wrap h2{width: 100%;text-align: center;background: #9c6c4c;font-size: 18px;font-weight: normal;padding: 18px;color: #fff;}
.mp_coupon_wrap h2 span{float: right;cursor:pointer}
.mp_coupon_wrap h2 span img{width: 20px;}
.mp_coupon_con{padding: 30px;}
.mp_coupon_btn{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.mp_coupon_btn a{width: 50%;text-align: center;display: block;color: #fff;padding: 10px 0;font-size: 16px;background: #beb7b5;}
.mp_coupon_btn a.on{background: #9c6c4c;}
.mp_coupon_search{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}
.mp_coupon_search label span{width: 100%;display: block;font-size: 16px;padding-bottom: 20px;}
.mp_coupon_search input[type=date]{font-size: 16px;padding-bottom: 15px;border: 0;border-bottom: 1px solid #ccc;border-radius: 0;width: 160px;}
.mp_coupon_search input[type=radio]{display: none;}
.mp_coupon_search .mp_coupon_type div{display: inline-block;margin-right: 10px;}
.mp_coupon_search .mp_coupon_type div:last-child{margin-right: 0;}
.mp_coupon_search .mp_coupon_type label{width: 85px;display: inline-block;font-size: 16px;padding-bottom: 15px;border-bottom: 1px solid #ccc;color: #575757;cursor: pointer;text-align: center;}
.mp_coupon_search .mp_coupon_type input:checked ~ label{border-bottom: 3px solid #000;color: #000;padding-bottom: 13px;}
.mp_coupon_search button{width: 160px;background: #000;border: 0;border-radius: 0;color: #fff;font-size: 16px;padding: 20px 0;}
.mp_coupon_con p{font-size: 13px;line-height: 1.6;color: #444444;padding: 25px 0 35px;}
.mp_coupon_con ul{max-height: 300px;overflow-y: scroll;}

.mp_coupon_con ul::-webkit-scrollbar {
    width: 10px;
  }
.mp_coupon_con ul::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.mp_coupon_con ul::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 10px;
}

.mp_coupon_con ul li{border: 1px solid #000;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;padding: 15px 25px;margin-bottom: 15px;}
.mp_coupon_con ul li:last-child{margin-bottom: 0;}
.mp_coupon_con ul li div.list_tit{width: 70%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.mp_coupon_con ul li div.cou_num{display: block;color: #7f4d2c;font-size: 15px;padding-top: 5px;}
.mp_coupon_con ul li h3{display: inline-block;font-size: 16px;padding-right: 25px;font-weight: normal;}
.mp_coupon_con ul li i{font-size: 15px;font-style: normal;}
/*
#hd_tos:hover{background: #fff;}
#hd_tos:hover .gnb_1dli a{color: #000;}
#hd_tos:hover #logo img{filter: brightness(0)}
#hd_tos:hover #gnb .gnb_mnal a{color: #000;}
#hd_tos:hover #gnb .gnb_menu_btn{color: #000;}
*/
/*#hd_tos #gnb:hover .sub_gnb{opacity: 1;visibility: visible;}*/
.sub_main{position: sticky;
    width: 100%;
    overflow: hidden;
    margin-top: -85px;top: 0;z-index: 0;}
.sub_main img{width: 100%;}
.sub_main_text{position: absolute;
    bottom: 125px;
    left: 50px;
    right: 0;display: block;width: 100%;}
.sub_main_text h2{font-size: 50px;
    display: block;
    width: 100%;
    line-height: 1.2;
    font-weight: normal;
font-family: 'Marcellus English'!important;color: #fff;}
.sub_main_text h2 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;margin-bottom: 35px;}
.sub_main_text h2 ul a{color: #d2d2d2;font-size: 17px;margin-right: 20px;padding-bottom: 5px;font-family: 'Marcellus English', 'SUIT'!important;}
.sub_main_text h2 ul a.on{font-weight: bold;border-bottom: 1px solid #fff;color: #fff;}
.sub_main_text h2 ul a:hover{font-weight: bold;border-bottom: 1px solid #fff;color: #fff;}
.sub_main_text p{font-size: 17px;
    display: block;
    margin-top: 15px;color: #fff;font-family: 'Marcellus English'!important;letter-spacing: 0.5px;}
.sub_sub_text{position: absolute;width: 100%;text-align: center;left: 0;top: 45%;transform: translateY(-50%);color: #fff;z-index: 10;}
.sub_sub_text span{display: block;font-family: 'Marcellus English'!important;font-size: 22px;}
.sub_sub_text h2{font-size: 55px;padding: 25px 0 40px;font-weight: 300;font-family: 'Marcellus English', 'SUIT';letter-spacing: -.5px;}
.sub_sub_text p{font-size: 18px;line-height: 1.8;}
.sub_gnb{width: 100%;background: #fff;position: absolute;
    width: 100%;
    left: 0;
/*    transition: .1s;*/
    opacity: 0;
    top: 85px;
    visibility: hidden;border-top: 1px solid #efefef;z-index: 10;    padding: 35px calc(3% + 422px) 35px calc(3% + 220px);
}
.sub_gnb .sub_gnb_ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;justify-content: flex-start;width:100%;}
.sub_gnb h2{font-weight: normal;font-family: 'Marcellus English'!important;font-size: 13px;color: #000;padding-bottom: 50px;}
.sub_gnb ul li ul li{font-size: 12px;color: #b18776;font-family: 'Marcellus English', 'SUIT';padding-bottom: 30px;}
.sub_gnb a{font-size: 14px;color: #000;position: relative;-ms-word-break: keep-all;
word-break: keep-all;}
.sub_gnb a::before{content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b18776;
    top: 105%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;}
.sub_gnb a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.sub_gnb_ul > li{padding: 0 5px;width: 129px;}
.toscana_gnb .sub_gnb_ul > li{width: 147.5px;}
.toscana_gnb .gnb_center {display: none !important;}
.custom2_gnb .sub_gnb_ul > li{width: 147.5px;}

/*
#hd_tos .sub_gnb_ul > li{width: 12%;}
#hd_white .sub_gnb_ul > li{width: 12%;}
#hd_re_white .sub_gnb_ul > li{width: 12%;}
#hd_cc .sub_gnb_ul > li{width: 16%;}
#hd_cc_white .sub_gnb_ul > li{width: 16%;}
#hd_re .sub_gnb_ul > li{width: 12%;}
*/
/*
.sub_gnb_flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}
*/
/*
.sub_gnb_flex ul:first-child{padding-right: 20px;border-right: 1px solid #ececec;}
.sub_gnb_flex ul:nth-child(2){padding-left: 40px;}
*/
.sub1{padding: 80px 3% 85px;}
.sub1_text{text-align: center;padding: 50px 0 110px;}
.sub1_text h2{font-size: 55px;font-weight: normal;font-family: 'Marcellus English'!important;}
.sub1_text h2 span{font-size: 17px;display: block;}
.sub1_text p{font-size: 17px;padding-top: 40px;line-height: 1.8;}
.sub1_board_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub1_board{width: 50%;overflow: hidden;}
.sub1_board:first-child{padding-right: 70px;border-right: 1px solid #efefef;}
.sub1_board:nth-child(2){padding-left: 70px;}
.timesale_link{display: block;margin: 0 3%;position: relative;margin-bottom: 150px;}
.timesale_link .time_tit{position: absolute;color: #fff;font-size: 20px;font-family: 'Marcellus English'!important;top: 45px;left: 50px;}
.timesale_link .time_text{position: absolute;width: 100%;left: 0;top: 50%;transform: translateY(-50%);text-align: center;color: #fff;}
.timesale_link .time_text span{font-size: 14px;}
.timesale_link .time_text h2{font-size: 44px;font-family: 'Marcellus English'!important;padding-top: 40px;font-weight: normal;padding-bottom: 20px;}
.timesale_link .time_text p{font-size: 16px;}
.timesale_link img{width: 100%;}
.timesale_link .time{margin-top: 60px;}
.timesale_link .time div{display: inline-block;text-align: center;font-size: 14px;margin-right: 20px;}
.timesale_link .time div:last-child{margin-right: 0;}
.timesale_link .time div span{display: block;font-size: 25px;font-family: 'Marcellus English'!important;margin-bottom: 5px;}
.timesale_link .time div i{font-style: normal;background: rgba(0, 0, 0, 0.3);padding:10px 0;border-radius: 5px;margin:0 3px;text-align: center;width: 45px;display: inline-block;}
.sub1.sub1_sec2{background: #fbfbfb;padding-bottom: 200px;}
.sub1_ul{padding-top: 50px;}
.sub1_ul ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub1_ul ul li{width: 31%;}
.sub1_ul ul li .li_img_wrap{display: block;overflow: hidden;}
.sub1_ul ul li:hover .li_img{transform: scale(1.1)}
.sub1_ul ul li .li_img{width: 100%;transition: .5s}
.sub1_ul ul li:nth-child(2){margin-top: 180px;}
.sub1_ul ul li:nth-child(3){margin-top: -150px;}
.sub1_ul ul li:nth-child(5){margin-top: 180px;}
.sub1_ul ul li:nth-child(6){margin-top: -150px;}
.sub1_ul ul li h3{font-weight: normal;font-size: 25px;color: #9c786f;font-family: 'Marcellus English'!important;padding: 50px 0 25px;}
.sub1_ul ul li p{font-size: 16px;line-height: 1.8;}
.sub1 .my_instagram{padding-top: 0;padding-bottom: 100px;}
.sub2{padding: 150px 3% 0;z-index: 10;background: #fff;position: relative;}
.sub2_sec1 .sub2_tit{padding-bottom: 135px;text-align: center;}
.sub2_sec1 .sub2_tit span{display: block;color: #9c786f;font-family: 'Marcellus English'!important;font-size: 32px;padding-bottom: 70px;}
.sub2_sec1 .sub2_tit h2{font-size: 40px;font-family: 'Marcellus English', 'SUIT';padding-bottom: 30px;font-weight: normal;}
.sub2_sec1 .sub2_tit p{font-size: 17px;}
.sub2_sec1 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.sub2_sec1 ul .sub2_ulimg{width: 60%;}
.sub2_sec1 ul .sub2_ulimg img{width: 100%;}
.sub2_sec1 ul .sub2_ultext{width: 40%;padding-left: 130px;}
.sub2_sec1 ul .sub2_ultext span{font-size: 19px;color: #9c786f;font-family: 'Marcellus English'!important;padding-bottom: 55px;display: block;}
.sub2_sec1 ul .sub2_ultext h2{font-family: 'Marcellus English'!important;font-weight: normal;font-size: 55px;}
.sub2_sec1 ul .sub2_ultext p{font-size: 17px;line-height: 1.8;}
.sub2_sec1 ul{padding-bottom: 200px;}
.sub2_sec1 ul:last-child{padding-bottom: 0;}
.sec2_img{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.sec2_img .sec2_text{width: 40%;}
.sec2_img .sec2_text h2{font-size: 55px;font-family: 'Marcellus English'!important;font-weight: normal;}
.sec2_img .sec2_text span{display: block;font-size: 25px;padding: 35px 0;line-height: 1.8;}
.sec2_img .sec2_text p{font-size: 17px;line-height: 1.8;}
.sec2_img .sec2_img1{margin-right: -70px;width: 30%;z-index: 10;margin-top: 320px;    box-shadow: 8px 11px 20px 4px #00000029;}
.sec2_img .sec2_img1 img{width: 100%;}
.sec2_img .sec2_img2{width: 30%;margin-right: 20px;margin-top: -100px;}
.sec2_img .sec2_img2 img{width: 100%;}
.sec2_bg{margin-top: -100px;}
.sec2_bg img{width: 100%;}
.sec2_par{text-align: center;padding: 135px 0;}
.sec2_par span{font-size: 32px;display: block;padding: 90px 0 45px;}
.sec2_par p{font-size: 17px;line-height: 1.8;font-weight: 300;}
.sec2_par i{font-style: normal;font-size: 28px;display: block;padding: 60px 0 70px;line-height: 1.5;}
.sub2_sec3{padding-bottom: 200px;}
.sec3_slide{overflow: hidden;padding-bottom: 90px !important;}
.sec3_slide .swiper-slide-active{transform: scale(1) !important;opacity: 1 !important;}
.sec3_slide .swiper-slide-active .sub2_sec3_text{display: block !important;}
.sec3_slide .swiper-slide{transform: scale(0.8) translateY(-20%);opacity: 0.4}
.sec3_slide .swiper-slide .sub2_sec3_text{display: none;}
.sec3_slide .swiper-slide:nth-child(3) .sub2_sec3_text{color: #000;}
.sec3_slide .swiper-slide img{width: 100%;}
.sub2_sec3_text{position: absolute;color: #fff;bottom: 40px;left: 40px;}
.sub2_sec3_text h2{font-weight: normal;font-family: 'Marcellus English'!important;font-size: 35px;}
.sub2_sec3_text p{font-size:15px;}
.sec3-button-next{bottom: 0 !important;top: auto !important;left: 50%;right: auto;font-size: 17px;height: 29px !important;width: auto !important;transform: translateX(30px);z-index: 11 !important;}
.sec3-button-prev{bottom: 0 !important;top: auto !important;left: 50%;right: auto;font-size: 17px;height: 29px !important;width: auto !important;transform: translateX(-40px);z-index: 11 !important;}
.sec3-pagination{font-size: 13px;}
.sub2_sec4{position: relative;}
.sub2_sec4_text{position: absolute;width: 100%;text-align: center;top: 50%;transform: translateY(-50%);color: #fff;}
.sub2_sec4_text h2{font-weight: 200;font-size: 40px;}
.sub2_sec4_text p{font-size: 17px;padding: 30px 0 60px;}
.sub2_sec4_text a{font-size: 17px;font-weight: bold;color: #fff;line-height: 50px;padding:0 20px;border: 1px solid rgba(255, 255, 255, 0.5);display: inline-block;}
.sub2_sec4_text a img{margin-right: 20px;}
.sub3_wrap{position: relative;background: #fff;z-index: 10;}
.sub3_sec1{text-align: center;padding: 190px 0 120px;width: 1400px;margin: 0 auto;}
.sub3_sec1_img{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;    justify-content: center;
    align-items: center;padding-bottom: 135px;}
.sub3_sec1_img img{margin: 0 45px;}
.sub3_sec1 h3{font-size: 30px;line-height: 1.7;padding-bottom: 45px;font-weight: 500;}
.sub3_sec1 p{font-size: 17px;line-height: 1.7;}
.sub3_sec2{width: 1400px;margin: 0 auto;}
.sub3_sec2 img{width: 100%;}
.sub3_sec2 h3{font-size: 30px;line-height: 1.7;padding-top: 75px;padding-bottom: 40px;font-weight: 500;}
.sub3_sec2 p{font-size: 17px;line-height: 1.7;padding-bottom: 120px;word-break: keep-all;}
.sub3_sec3{width: 1400px;margin: 0 auto;}
.sub3_sec3 span{display: block;font-family: 'Marcellus English'!important;font-size: 20px;padding: 100px 0 15px;text-align: center;}
.sub3_sec3 h3{font-size: 30px;padding-bottom: 75px;text-align: center;letter-spacing: -.5px;font-weight: 500;}
.sub3_sec3 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub3_sec3 ul li{width: 49%;text-align: center;background: #f7f7f7;padding: 90px;}
.sub3_sec3 ul li p{font-size: 20px;letter-spacing: -.5px;padding-top: 90px;}
.sub3_sec3 .sub3_sec3_li{background: #f7f7f7;padding:100px 90px;margin-top: 30px;margin-bottom: 90px;}
.sub3_sec3 .sub3_sec3_li h2{text-align: center;font-weight: normal;font-size: 40px;line-height: 1.7;}
.sub3_sec3 .sub3_sec3_li h4{font-size: 24px;font-weight: normal;padding: 45px 0 65px;text-align: center;}
.sub3_sec3 .sub3_sec3_li p{font-size: 17px;line-height: 1.7;}
.sub3_img{width: 100%;}
.sub3_sec4{padding-bottom: 140px;width: 1400px;margin: 0 auto;}
.sub3_sec4 span.sub3_sec4_span{display: block;font-family: 'Marcellus English'!important;font-size: 20px;padding: 100px 0 15px;text-align: center;}
.sub3_sec4 h3{font-size: 30px;padding-bottom: 125px;text-align: center;letter-spacing: -.5px;font-weight: 500;}
.sub3_sec4 h2{font-weight: normal;font-size: 40px;letter-spacing: -.5px;line-height: 1.7;padding-bottom: 80px;text-align: center;}
.sub3_sec4 ul.sub3_sec4_ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub3_sec4 ul.sub3_sec4_ul > li{width: 49%;text-align: center;background: #f7f7f7;padding: 60px 70px;}
.sub3_sec4 ul.sub3_sec4_ul > li span:first-child{margin-bottom: 45px;}
.sub3_sec4 ul li span{background: #95bce1;font-size: 27px;color: #fff;padding: 15px 0;border-radius: 40px;display: block;width: 250px;margin: 0 auto;letter-spacing: -0.5px;}
.sub3_sec4 ul li span.white{background: #fff;color: #000;width: 490px;border: 1px solid #eaeaea;font-size: 25px;line-height: 1.7;}
.sub3_sec4 ul li span.w485{width: 490px;font-size: 25px;}
.sub3_sec4 ul li .arrow{font-size: 22px;padding: 40px 0;}
.sub3_sec4 ul.sub3_sec4_ul > li h4{text-align: left;font-size: 27px;padding-bottom: 30px;font-weight: normal;}
.sub3_sec4 ul.sub3_sec4_ul > li h5{text-align: left;font-size: 25px;padding-bottom: 20px;font-weight: normal;}
.sub3_sec4 ul.sub3_sec4_ul > li ul{border-top: 1px solid #000;}
.sub3_sec4 ul.sub3_sec4_ul > li ul li{padding: 25px 15px;border-bottom: 1px solid #c6c6c6;}
.sub3_sec4 ul.sub3_sec4_ul > li ul li p{font-size: 17px;line-height: 1.8;text-align: left;}
.sub3_sec4_ul p{text-align: left;font-size: 17px;line-height: 1.8;}
.sub3_sec4_ul .p45{padding-top: 45px;}
.sub3_sec4_ul .tac{text-align: center;}
.sub3_sec4 a{display: block;text-align: center;margin: 0 auto;width: 365px;height: 80px;line-height: 80px;font-size: 17px;border: 1px solid #000;margin-top: 100px;}
.sub3_sec5{background: #f7f7f7;z-index: 10;position: relative;}
.sub3_sec5 .sub3{width: 1400px;margin: 0 auto;}
.sub3_sec5 span{display: block;font-family: 'Marcellus English'!important;font-size: 20px;padding: 100px 0 15px;text-align: center;}
.sub3_sec5 h3{font-size: 30px;padding-bottom: 75px;text-align: center;letter-spacing: -.5px;font-weight: 500;}
.sub3_sec5 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub3_sec5 ul li{width: 23%;background: #fff;}
.sub3_sec5 ul li img{width: 100%;}
.sub3_sec5_text{padding:40px 30px;text-align: center;}
.sub3_sec5_text h2{font-size: 25px;font-weight: normal;padding-bottom: 30px;border-bottom: 1px solid #e5e5e5;line-height: 1.8;letter-spacing: -.5px;}
.sub3_sec5_text p{font-size: 17px;line-height: 1.8;padding-top: 30px;}
.sub3_sec5 .sub3_sec5_p{font-size: 15px;color: #5a5a5a;padding-top: 55px;line-height: 1.8;padding-bottom: 150px;}
.sub3_sec6{width: 1400px;margin: 0 auto;}
.sub3_sec6 .sub3_sec6_text span{display: block;font-family: 'Marcellus English'!important;font-size: 20px;padding: 100px 0 15px;text-align: center;}
.sub3_sec6 .sub3_sec6_text h3{font-size: 30px;padding-bottom: 125px;text-align: center;letter-spacing: -.5px;font-weight: 500;}
.sub3_sec6 .ok_flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between}
.sub3_sec6 .ok_flex .ok_img{width: 40%;}
.sub3_sec6 .ok_flex .ok_img img{width: 100%;}
.sub3_sec6 .ok_text{width: 55%;}
.sub3_sec6 .ok_text h2{font-size: 24px;font-weight: normal;line-height: 1.8;}
.sub3_sec6 .ok_text .ok_p{font-size: 17px;line-height: 1.8;padding: 40px 0 70px;}
.sub3_sec6 .ok_text h4 span{display: block;font-family: 'Marcellus English'!important;font-size: 17px;}
.sub3_sec6 .ok_text h4{font-size: 20px;font-weight: normal;line-height: 1.8;padding-bottom: 20px;}
.sub3_sec6 .ok_text ul{padding: 40px 0;border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;}
.sub3_sec6 .ok_text ul span{display: inline-block;width: 240px;font-size: 17px;vertical-align: top;}
.sub3_sec6 .ok_text ul p{display: inline-block;font-size: 17px;width: calc(100% - 240px);}
.sub3_sec6 .ok_text ul li{padding-bottom: 40px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;}
.sub3_sec6 .ok_text ul li:last-child{padding-bottom: 0;}
.sub3_sec6 .ok_text ul p i{font-style: normal;font-size: 12px;color: #b2b2b2;padding:0 15px;}
.sub3_sec6 .ok_text ul p span{display: block;width: auto;font-size: 15px;color: #5a5a5a;padding-top: 10px;}
.sub3_sec7{padding-bottom: 130px;width: 1400px;margin: 0 auto;}
.sub3_sec7 h3{font-size: 30px;padding-top: 140px;padding-bottom: 90px;text-align: center;letter-spacing: -.5px;font-weight: 500;line-height: 1.8;}
.sub3_sec7_img{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub3_sec7_img img{width: 49%;}
.sub3_sec7 p{font-size: 17px;padding: 80px 0 120px;line-height: 1.8;word-break: keep-all;}
.sub3_sec7_event{position: relative;}
.sub3_sec7_event .sub3_event_text{position: absolute;width: 100%;color: #fff;top: 50%;transform: translateY(-50%);left: 0;text-align: center;}
.sub3_sec7_event .sub3_event_text span{font-family: 'Marcellus English'!important;font-size: 22px;}
.sub3_sec7_event .sub3_event_text h2{font-size: 40px;line-height: 1.5;font-weight: normal;padding-top: 70px;}
.sub3_sec7_event .sub3_event_text p{padding: 55px 0 60px;}
.sub3_sec7_event .sub3_event_text div{font-size: 17px;border: 1px solid rgba(255, 255, 255, 0.5);padding: 15px 35px;display: inline-block;}
.sub3_sec7_event .sub3_event_text a{font-size:17px;border: 3px solid #fff;height: 75px;line-height: 70px;width: 365px;display: block;color: #fff;margin: 95px auto 0;}
.sub3_sec7_event img{width: 100%;}
.sub4{width: 1400px;margin: 0 auto;padding: 100px 0;}
.bo_h2 {
    font-size: 45px;
    font-family: 'Marcellus English';
}
.bo_text {
    font-size: 18px;
    margin-top: 20px;
    color: #4f4f4f;line-height: 1.8;
}
#bo_btn_top {
    margin: 10px 0;
}
#bo_list_total {
    float: left;
    line-height: 34px;
    font-size: 15px;
    color: #000;
    font-family: 'Marcellus English';
    margin-top: 40px;
}
#bo_list_total .bar {
    width: 30px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.sub4_ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding: 85px 0 65px;}
.sub4_ul li{padding-right: 85px;}
.sub4_ul li h3{font-size: 15px;}
.sub4_ul li h3 span{width: 30px;height: 1px;display: inline-block;vertical-align: middle;margin-left: 20px;background: #000;}
.sub4_ul li p{font-size: 17px;padding-top: 25px;}
.sub4 h2{padding-top: 80px;font-size: 26px;font-weight: normal;padding-bottom: 25px;}
.sub4_text{padding: 35px 0;border-top: 1px solid #000;border-bottom: 1px solid #dfdfdf;}
.sub4_text li{list-style: inside;font-size: 18px;line-height: 1.8;}
.swiper-container{overflow: hidden;}
.sub5{width: 1400px;margin: 0 auto;padding: 100px 0;}
.sub5_sec1 #bo_btn_top{width: 100%;margin: 10px 0 20px;}
.sub5_sec1 #bo_list_total{margin-top: 0;}
.sub5_sec1{width: 1400px;margin: 0 auto;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding-bottom: 60px;}
.sub5_sec1 .sub5_slide1{width: 48%;margin-right: 2%;}
.sub5_sec1 .sub5_slide1 img{width: 100%;}
.sub5_sec1 .sub5_table1{width: 50%;font-size: 15px;}
.sub5_sec1 .sub5_table1 h2{font-size: 26px;font-weight: normal;padding-bottom: 25px;}
.sub5_sec1 .sub5_table1 table{font-size: 15px;border-collapse: collapse;text-align: center;width: 100%;border-top: 1px solid #000;}
.sub5_sec1 .sub5_table1 table th{padding: 18px 0;border-right: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;width: 20%;}
.sub5_sec1 .sub5_table1 table th:last-child{border-right: 0;}
.sub5_sec1 .sub5_table1 table td{padding: 18px 0;border-right: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;width: 20%;}
.sub5_sec1 .sub5_table1 table td:last-child{border-right: 0;}
.sub5_sec1 .sub5_table1 p{font-size: 15px;padding-top: 25px;}
.sub51-button-prev{left: 30px;text-align: center;font-size: 17px;width: 40px !important;height: 40px !important;line-height: 40px;background: #fff;border-radius: 100%}
.sub51-button-next{right: 30px;text-align: center;font-size: 17px;width: 40px !important;height: 40px !important;line-height: 40px;background: #fff;border-radius: 100%}
.sub5_bg{background: #f9f9f9;}
.sub5_sec2 #bo_btn_top{width: 100%;margin: 10px 0 20px;}
.sub5_sec2 #bo_list_total{margin-top: 0;}
.sub5_sec2{width: 1400px;margin: 0 auto;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding: 60px 0;}
.sub5_sec2 .sub5_slide2{width: 48%;margin-left: 2%;}
.sub5_sec2 .sub5_slide2 img{width: 100%;}
.sub5_sec2 .sub5_table2{width: 50%;font-size: 15px;}
.sub5_sec2 .sub5_table2 h2{font-size: 26px;font-weight: normal;padding-bottom: 25px;}
.sub5_sec2 .sub5_table2 table{font-size: 15px;border-collapse: collapse;text-align: center;width: 100%;border-top: 1px solid #000;}
.sub5_sec2 .sub5_table2 table th{padding: 18px 0;border-right: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;width: 30%;}
.sub5_sec2 .sub5_table2 table th:last-child{border-right: 0;}
.sub5_sec2 .sub5_table2 table td{padding: 18px 0;border-right: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;width: 30%;}
.sub5_sec2 .sub5_table2 table td:last-child{border-right: 0;}
.sub5_sec2 .sub5_table2 p{font-size: 15px;padding-top: 25px;}
.sub52-button-prev{left: 30px;text-align: center;font-size: 17px;width: 40px !important;height: 40px !important;line-height: 40px;background: #fff;border-radius: 100%}
.sub52-button-next{right: 30px;text-align: center;font-size: 17px;width: 40px !important;height: 40px !important;line-height: 40px;background: #fff;border-radius: 100%}
.sub5_sec3 #bo_btn_top{width: 100%;margin: 10px 0 20px;}
.sub5_sec3 #bo_list_total{margin-top: 0;}
.sub5_sec3{width: 1400px;margin: 0 auto;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding: 60px 0;}
.sub5_sec3 .sub5_slide3{width: 48%;margin-right: 2%;}
.sub5_sec3 .sub5_slide3 img{width: 100%;}
.sub5_sec3 .sub5_table3{width: 50%;font-size: 15px;}
.sub5_sec3 .sub5_table3 h2{font-size: 26px;font-weight: normal;padding-bottom: 25px;}
.sub5_sec3 .sub5_table3 table{font-size: 15px;border-collapse: collapse;text-align: center;width: 100%;border-top: 1px solid #000;}
.sub5_sec3 .sub5_table3 table th{padding: 18px 0;border-right: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;width: 30%;}
.sub5_sec3 .sub5_table3 table th:last-child{border-right: 0;}
.sub5_sec3 .sub5_table3 table td{padding: 18px 0;border-right: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;width: 30%;}
.sub5_sec3 .sub5_table3 table td:last-child{border-right: 0;}
.sub5_sec3 .sub5_table3 p{font-size: 15px;padding-top: 25px;}
.sub53-button-prev{left: 30px;text-align: center;font-size: 17px;width: 40px !important;height: 40px !important;line-height: 40px;background: #fff;border-radius: 100%}
.sub53-button-next{right: 30px;text-align: center;font-size: 17px;width: 40px !important;height: 40px !important;line-height: 40px;background: #fff;border-radius: 100%}
.sub5_sec4{width: 1400px;margin: 0 auto;padding: 30px;border: 1px solid #d3d3d3;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 130px;}
.sub5_sec4 p{font-size: 15px;line-height: 1.8;}
.sub5_sec4 a{font-size: 16px;color: #fff;background: #812c41;padding: 15px 35px;}
.tag_inner #bo_cate_ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;margin-top: 10px;}
.tag_inner #bo_cate_ul a{padding: 12px 40px;font-size: 15px;font-family: 'Marcellus English'!important;background: #fff;border: 1px solid #e7e7e7;border-radius: 3px}
.tag_inner #bo_cate_ul li{margin-right: 10px;}
.tag_inner #bo_cate_ul a#bo_cate_on{border: 1px solid #000;background: #000;color: #fff;}
.goods{width: 1400px;margin: 0 auto;}
.goods_sec{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding: 75px 0;border-bottom: 1px solid #dfdfdf;}
.goods_sec:first-child{padding: 0 0 75px;}
.goods_img{width: 50%;}
.goods_img img{width: 100%;}
.goods_text{width: 50%;padding-left: 70px;}
.goods_text span.tit{font-family: 'Marcellus English'!important;font-size: 23px;}
.goods_text h2{font-size: 30px;font-weight: normal;padding: 15px 0 40px;}
.goods_text p{font-size: 18px;line-height: 1.8;}
.goods_info{font-size: 14px;line-height: 2.5;padding-top: 35px;}
.goods_info span{color: #812c41;padding-right: 20px;}
.goods_text i{font-style: normal;font-size: 13px;color: #5d5c5c;line-height: 1.8;padding-top: 65px;display: block;}

.goods_img_info{border-top: 1px solid #000;margin-top: 60px;}
.goods_img_info li{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;padding: 40px 0;border-bottom: 1px solid #dfdfdf;}
.goods_img_info li h3{font-weight: normal;font-size: 23px;padding-bottom: 30px;}
.goods_img_info li p{font-size: 16px;line-height: 1.6;}
.goods_info_text{padding-left: 35px;}



.siena_good {
        margin-top: 85px;
    }
    .goods_info li {
        display: flex
    }
    .goods_info li span.max_span {
        max-width: 137px;
        width: 100%;
        display: inline-flex;
    }
    .s_t {
        font-size: 17px;
    }
    .goods_info span {
        white-space: nowrap;
    }
    .goods_img_list {
        width: 100%;
        display: flex;
        margin-top: 85px;
            justify-content: flex-start;
    }
    .goods_img_list img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .goods_img_list .img_box {
        width: calc((100% - 0px) / 3);
    }

.room_info_none{text-align: center;width: 100%;margin-top: 50px;}
.room_info_none p{padding: 30px 0;font-size: 18px;border-top: 1px solid #000;border-bottom: 1px solid #e5e5e5;width: 500px;margin: 50px auto;}
/*
.sub2_sec4:after {
  position: absolute;
  top: 10%;
  left: 2.5%;
  z-index: -1;
  content: "";
  display: block;
  height: 95%;
  width: 95%;
  background: transparent;
  filter: blur(30px);
}
.sec5:after {
  position: absolute;
  top: 10%;
  left: 2.5%;
  z-index: -1;
  content: "";
  display: block;
  height: 95%;
  width: 95%;
  background: transparent;
  filter: blur(30px);
}
*/
#bo_gall {
    width: 100%;
    margin: 0 auto 20px;
    padding: 70px 0;
    font-size: 1.2em;
    position: relative;
}
.bo_top {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
.tag_manager {
    background: #fff;
    padding: 30px 0 40px;
    margin-top: 30px;
}
.tag_inner {
    width: 1400px;
    margin: 0 auto;
}
.tag_manager .tag_hd {
    font-family: 'Marcellus English' !important;
    font-size: 15px;
    padding-bottom: 20px;
}
.tag_manager .tag_hd span {
    width: 30px;
    display: inline-block;
    height: 1px;
    background: #000;
    margin-left: 20px;
    vertical-align: middle;
}
.cc_main{padding:150px 0 0;width: 1550px;margin: 0 auto;}
.cc_sec3 .cc_wrap{width: 1550px;margin:0 auto;}
.cc_sec4 .cc_wrap{padding:150px 0 0;width: 1550px;margin: 0 auto;}
.cc_sec6 .cc_wrap{padding: 60px 3% 110px;}
.cc_sec1{
  padding: 150px 0 0 0;display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between;width: 1550px;margin: 0 auto;
}
.cc_sec1 .cc_sec1_text{width: 40%;}
.cc_sec1 .cc_sec1_text span{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sec1 .cc_sec1_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 50px 0 80px;letter-spacing: -0.5px;}
.cc_sec1 .cc_sec1_text i{font-style: normal;font-size: 21px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sec1 .cc_sec1_text i b{font-size: 40px;font-weight: normal;}
.cc_sec1 .cc_sec1_text p{font-size: 17px;line-height: 1.8;padding: 45px 0;letter-spacing: -0.5px;}
.cc_sec1 .cc_sec1_text a{font-size: 14px;font-weight: bold;}
.cc_sec1 .cc_sec1_text a img{margin-left: 20px;}
.cc_sec1 .cc_sec1_img{width: 60%;}
.cc_sec1 .cc_sec1_img img{width: 100%;}
.cc_sec2_slide .cc_sec2_text{position: absolute;background: #fff;padding: 60px 55px;left: 200px;top: 0;width: 400px;}
.cc_sec2_slide .cc_sec2_text span{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sec2_slide .cc_sec2_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 30px 0 45px;letter-spacing: -0.5px;}
.cc_sec2_slide .cc_sec2_text p{font-size: 17px;line-height: 1.8;letter-spacing: -0.5px;}
.cc_sec2_slide img{width: 100%;}
.ccmain-button-next, .ccmain-button-prev{width: 100px !important;height: 100px !important;padding: 10px;transform: translateY(-50%);margin-top: 0 !important;}
.ccmain-button-next{right: 0;}
.cc_sec2 .tar{text-align: right;padding: 35px 0 70px;font-size: 16px;letter-spacing: -0.5px;line-height: 1.8;}
.cc_sec2 .cc_sec2_img{margin-bottom: 35px;position: relative;}
.cc_sec2 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.cc_sec2 ul li{width: 32%;}
.cc_sec2 ul li img{width: 100%;}
.cc_sec2 ul li span{font-size: 17px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sec2 ul li h2{font-size: 25px;letter-spacing: -0.5px;padding: 10px 0 20px;font-weight: normal;}
.cc_sec2 ul li p{font-size: 16px;line-height: 1.8;}
.cc_sec2_img:hover .nothover{opacity: 0;visibility: hidden}
.cc_sec2_img:hover .hover{opacity: 1;visibility: visible}
.cc_sec2 .hover{opacity: 0;visibility: hidden;position: absolute;color: #000;text-align: center;width: 100%;height: 100%;padding: 30% 0;transition:.5s;font-size: 30px;background: rgba(255, 255, 255, 0.8);z-index: 10;}
.cc_sec2 .hover i{font-size: 18px;font-style: normal;letter-spacing: -0.5px;}
.cc_sec2 .hover .bar{width: 55px;height: 1px;vertical-align: middle;background: #000;margin-left: 10px;display: inline-block;}
.cc_sec2 .nothover{opacity: 1;visibility: visible;position: absolute;color: #fff;text-align: center;width: 100%;height: 100%;padding: 30% 0;font-size: 30px;transition:.5s;z-index: 10;}
.cc_sec3{background: #f5f5f5;padding: 105px 0;margin-top: 150px;}
.cc_sec3 h2{font-size: 40px;font-family: 'Marcellus English' !important;color: #8f867a;padding-bottom: 40px;font-weight: normal;}
.cc_sec3 h2 span{font-size: 14px;}
.cc_sec4{position: relative;}
.cc_sec4 .cc_sec4_text{color: #fff;position: absolute;top: 10%;width: 1550px;left: 50%;transform: translateX(-50%)}
.cc_sec4 .cc_sec4_text span{font-size: 22px;color: #eeeeee;}
.cc_sec4 .cc_sec4_text h2{font-size: 55px;font-weight: normal;font-family: 'Marcellus English' !important;padding: 20px 0 30px;color: #c5b8a8;}
.cc_sec4 .cc_sec4_text p{font-size: 16px;color: #bababa;}
.cc_sec4 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;position: absolute;left: 50%;transform: translateX(-50%);width: 1550px;top: 47%;}
.cc_sec4 li{width: 24%;}
.cc_sec4 li img{margin-bottom: 30px;width: 100%;}
.cc_sec4 li span{font-size: 14px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sec4 li h2{font-size: 25px;letter-spacing: -0.5px;padding: 10px 0 20px;font-weight: normal;}
.cc_sec4 li p{font-size: 16px;line-height: 1.8;letter-spacing: -0.5px;}
.cc_sec5{text-align: right;position: relative;margin-top: 150px;}
.cc_sec5_text{position: absolute;top: 120px;width: 1550px;left: 50%;transform: translateX(-50%)}
.cc_sec5_text span{font-size: 30px;font-family: 'Marcellus English' !important;padding-bottom: 25px;display: block;}
.cc_sec5_text h2{font-size: 35px;font-weight: 300;letter-spacing: -0.5px;padding-bottom: 25px;}
.cc_sec5_text p{font-size: 16px;line-height: 1.8;padding-bottom: 70px;}
.cc_sec6{background: #000;border-bottom: 1px solid #252525;}
.cc_sec6 h2{font-size: 40px;font-family: 'Marcellus English' !important;color: #8f867a;font-weight: normal;padding-bottom: 45px;}
.cc_sec6 h2 span{font-size: 20px;;}
.cc_sec6 p{font-size: 16px;color: #8f867a;line-height: 1.8;font-family: 'Marcellus English', 'SUIT' !important;}

.cp_form li input{width: 30%;}

.cc_sub1_wrap{padding: 150px 0 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub1{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-content: flex-start;width: 1550px;margin: 0 auto; }
.cc_sub1 .cc_sub1_text{width: 55%;}
.cc_sub1 .cc_sub1_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub1 .cc_sub1_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 50px 0 80px;letter-spacing: -0.5px;}
.cc_sub1 .cc_sub1_text i{font-style: normal;font-size: 21px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub1 .cc_sub1_text i b{font-size: 40px;font-weight: normal;}
.cc_sub1 .cc_sub1_text p{font-size: 17px;line-height: 1.8;padding: 45px 0;letter-spacing: -0.5px;}
.cc_sub1 .cc_sub1_text div{font-size: 22px;letter-spacing: 3px;}
.cc_sub1 .cc_sub1_text div span{font-size: 30px;}
.cc_sub1 .cc_sub1_text div img{margin-left: 15px;}
.cc_sub1 .cc_sub1_img{width: 45%;}
.cc_sub1 .cc_sub1_img img{width: 100%;}
.cc_sub2_wrap{padding: 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub2{width: 1550px;margin: 0 auto;}
.cc_sub2 .cc_sub2_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub2 .cc_sub2_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;}
.cc_sub2 ul li{padding: 35px 50px;border: 1px solid #dadada;margin-bottom: 25px;}
.cc_sub2 ul li h3{font-weight: normal;font-size: 25px;padding-bottom: 20px;}
.cc_sub2 ul li p{font-size: 17px;line-height: 1.8;}
.cc_sub3_wrap{padding: 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub3{width: 1550px;margin: 0 auto;}
.cc_sub3 .cc_sub3_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub3 .cc_sub3_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;border-bottom: 1px solid #000;}
.cc_sub3 ul{border-bottom: 1px solid #cccccc;}
.cc_sub3 ul li{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding-bottom: 70px;}
.cc_sub3 ul li:first-child{padding-top: 75px;}
.cc_sub3 ul li span{display: inline-block;font-size: 25px;width: 30%;}
.cc_sub3 ul li span span.bar{width: 120px;height: 1px;background: #000;display: inline-block;vertical-align: middle;margin-left: 30px;}
.cc_sub3 ul li h3{font-size: 40px;width: 15%;}
.cc_sub3 ul li div div{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start}
.cc_sub3 ul li h4{font-size: 20px;padding-left: 55px;border-left: 2px solid #000;width: 150px;line-height: 60px;}
.cc_sub3 ul li p{font-size: 20px;line-height: 60px;}
.cc_sub4_wrap{padding: 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub4{width: 1550px;margin: 0 auto;}
.cc_sub4 .cc_sub4_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub4 .cc_sub4_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;}
.cc_sub4 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;width: 73%;padding-bottom: 65px;}
.cc_sub4 ul li{width: 23%;}
.cc_sub4 ul li a.on{color: #822c41;border-bottom: 3px solid #822c41;padding-bottom: 13px;}
.cc_sub4 ul li .on span{opacity: 1;}
.cc_sub4 ul li:hover a{color: #822c41;border-bottom: 3px solid #822c41;padding-bottom: 13px;}
.cc_sub4 ul li:hover span{opacity: 1;}
.cc_sub4 ul li a{font-size: 20px;display: block;border-bottom: 1px solid #cccccc;color: #7f7f7f;padding-bottom: 15px;transition:.5s}
.cc_sub4 ul li a span{float: right;opacity: 0;color: #822c41;transition:.5s}
.cc_sub4_slide_wrap{position: relative;}
.cc_sub4 .swiper-button-next, .cc_sub4 .swiper-button-prev{font-size: 14px;background: rgba(255, 255, 255, 0.8);width: 40px !important;height: 40px !important;line-height: 40px !important;border-radius: 100%;margin-top: 0px !important;text-align: center;font-weight: bold;}
.cc_sub4 .swiper-button-next{right: 40px;transform:translateY(-50%);}
.cc_sub4 .swiper-button-prev{left: 40px;transform:translateY(-50%);}
.cc_sub4_stext{width: 23%;}
.cc_sub4_stext span{font-size: 14px;font-family: 'Marcellus English' !important;}
.cc_sub4_stext h2{font-size: 35px;font-weight: 300;letter-spacing: -0.5px;padding: 10px 0 50px;}
.cc_sub4_stext p{font-size: 16px;line-height: 1.8;}
.cc_sub4_1{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;transition:.5s}
.cc_sub4_1 .cc_sub4_1_slide{width: 73%;margin: 0 !important;}
.cc_sub4_1 .cc_sub4_1_slide img{width: 100%;}
.cc_sub4_2{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;position: absolute;width: 100%;top: 0;left: 0;transition:.5s}
.cc_sub4_2 .cc_sub4_2_slide{width: 73%;margin: 0 !important;}
.cc_sub4_2 .cc_sub4_2_slide img{width: 100%;}
.cc_sub4_3{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;position: absolute;width: 100%;top: 0;left: 0;transition:.5s}
.cc_sub4_3 .cc_sub4_3_slide{width: 73%;margin: 0 !important;}
.cc_sub4_3 .cc_sub4_3_slide img{width: 100%;}
.cc_sub4_4{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;position: absolute;width: 100%;top: 0;left: 0;transition:.5s}
.cc_sub4_4 .cc_sub4_4_slide{width: 73%;margin: 0 !important;}
.cc_sub4_4 .cc_sub4_4_slide img{width: 100%;}
.cc_sub5_wrap{padding: 150px 3%;z-index: 10;background: #fff;position: relative;}
.cc_sub5{width: 1550px;margin: 0 auto;}
.cc_sub5 .cc_sub5_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub5 .cc_sub5_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;}
.sub5_ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding: 20px 0 65px;}
.sub5_ul li{padding-right: 85px;}
.sub5_ul li h3{font-size: 15px;}
.sub5_ul li h3 span{width: 30px;height: 1px;display: inline-block;vertical-align: middle;margin-left: 20px;background: #000;}
.sub5_ul li p{font-size: 17px;padding-top: 25px;}
.cc_sub5 .root_daum_roughmap_landing{width: 100% !important;}
.cc_sub6_wrap{padding: 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub6{width: 1550px;margin: 0 auto;}
.cc_sub6 .cc_sub6_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub6 .cc_sub6_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;}
.cc_sub6 .op_ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 50px;}
.cc_sub6 .op_ul li{width: 49%;border: 1px solid #dddddd;padding: 25px 35px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}
.cc_sub6 .op_ul li .icon{width: 80px;height: 80px;line-height: 75px !important;font-size: 30px !important;text-align: center;background: #f7f7f7;border-radius: 100%;display: inline-block;color: #000;}
.cc_sub6 .op_ul li h2{font-size: 25px;padding: 10px 8px 0 25px;font-weight: normal;}
.cc_sub6 .op_ul li h2 span{width: 15px;height: 1px;background: #000;vertical-align: middle;display: inline-block;margin-left: 15px;}
.cc_sub6 .op_ul li p{font-size: 17px;line-height: 2;padding-top: 5px;}
.cc_sub6 .op_div{border: 1px solid #dddddd;padding: 25px 25px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;margin-bottom: 50px;}

.op_day{color: #fff;background: #444444;font-size: .85em;padding:2px 5px;margin:0 5px;}
.op_weekend{color: #fff;background: #9b2339;font-size: .85em;padding:2px 5px;margin:0 5px;}

.cc_sub6 .op_div .icon{width: 80px;height: 80px;line-height: 75px !important;font-size: 30px !important;text-align: center;background: #f7f7f7;border-radius: 100%;display: inline-block;color: #000;}
.cc_sub6 .op_div h2{font-size: 25px;padding: 10px 40px 0 25px;font-weight: normal;}
.cc_sub6 .op_div h2 span{width: 15px;height: 1px;background: #000;vertical-align: middle;display: inline-block;margin-left: 15px;}
.cc_sub6 .op_div p{font-size: 17px;line-height: 2;padding-top: 5px;}
.cc_sub6 .op_div ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;width: calc(100% - 340px);}
.cc_sub6 .op_div li{width: 32%;}
.cc_sub6 .op_div li h3{font-size: 19px;border-top: 1px solid #000;border-bottom: 1px solid #cccccc;padding: 25px 20px;font-weight: normal;}
.cc_sub6 .op_div li p{padding: 25px 20px;}
.cc_sub7_wrap{padding: 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub7{width: 1550px;margin: 0 auto;}
.cc_sub7 .cc_sub7_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub7 .cc_sub7_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 0;letter-spacing: -0.5px;}
.cc_sub7 p{font-size: 18px;}
.cc_sub7 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
.cc_sub7 ul li{width: 49%;border-top: 2px solid #000;border-bottom: 2px solid #e5e5e5;text-align: center;padding: 40px 0;}
.cc_sub7 ul li span{font-size: 25px;}
.cc_sub7 ul li h2{font-size: 40px;padding: 45px 0 25px;font-weight: normal;}
.cc_sub7 ul li h2 i{font-size: 31px;font-style: normal;}
.cc_sub7 ul li p{font-size: 17px;}
.cc_sub7 .op2_div{margin-top: 110px;}
.cc_sub7 .op2_div h2{font-size: 35px;font-weight: normal;padding-bottom: 30px;}
.cc_sub7 .op2_div table{border-collapse: collapse;font-size: 18px;text-align: center;width: 100%;}
.cc_sub7 .op2_div th{border-top: 2px solid #000;padding: 20px 0;background: #f9f7f3;}
.cc_sub7 .op2_div td{border-bottom: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;padding: 20px 0;width: 25%;}
.cc_sub7 .op2_div td b{color: #812c41;}
.cc_sub7 .op2_div span{display: block;color: #663926;font-size: 16px;padding-top: 15px;}

.cc_sub7 .op2_div:nth-child(4) td{width: 20%;}
.cc_sub8_wrap{padding: 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub8{width: 1550px;margin: 0 auto;}
.cc_sub8 .cc_sub8_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub8 .cc_sub8_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;}
.cc_sub8 .op3_div{border: 1px solid #dddddd;padding: 50px 45px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;margin-bottom: 50px;}
.cc_sub8 .op3_div.middle{align-items: center;}
.cc_sub8 .op3_div.middle h2{padding: 0px 55px 0 50px}
.cc_sub8 .op3_div .icon{width: 80px;height: 80px;line-height: 75px !important;font-size: 30px !important;text-align: center;background: #f7f7f7;border-radius: 100%;display: inline-block;color: #000;}
.cc_sub8 .op3_div h2{font-size: 25px;padding: 10px 55px 0 50px;font-weight: normal;width: 280px;}
.cc_sub8 .op3_div h2 span{width: 15px;height: 1px;background: #000;vertical-align: middle;display: inline-block;margin-left: 15px;float: right;line-height: 25px;margin-top: 15px;}
.cc_sub8 .op3_div h2 i{font-style: normal;font-size: 16px;}
.cc_sub8 .op3_div p{font-size: 17px;line-height: 2;padding-top: 5px;}
.cc_sub9_wrap{padding: 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub9{width: 1550px;margin: 0 auto;}
.cc_sub9 .cc_sub9_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub9 .cc_sub9_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;}
.cc_sub9 h3{font-size: 40px;padding-top: 85px;}
.cc_sub9 p{font-size: 17px;line-height: 1.8;padding-top: 30px;}
.cc_sub9 .renewal_slide{margin-top: 120px;}
.cc_sub9 .renewal_slide img{width: 100%;}
.cc_sub9 .swiper-button-next, .cc_sub9 .swiper-button-prev{font-size: 14px;background: rgba(255, 255, 255, 0.8);width: 40px !important;height: 40px !important;line-height: 40px !important;border-radius: 100%;margin-top: 0px !important;text-align: center;font-weight: bold;}
.cc_sub9 .swiper-button-next{right: 40px;}
.cc_sub9 .swiper-button-prev{left: 40px;}
.renewal-pagination{color: #fff;width: 20px !important;right: 20px;left: auto !important;bottom: 20px !important;font-size: 15px;}
.renewal-pagination span{background: none;display: inline-block;height: 20px;margin: 2px 0 !important;width: 20px;}
.cc_sub10_wrap{padding: 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub10{width: 1550px;margin: 0 auto;}
.cc_sub10 .cc_sub10_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub10 .cc_sub10_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;}
.cc_sub10 img{width: 100%;}
.cc_sub10 h3{font-size: 18px;font-weight: normal;font-family: 'Marcellus English' !important;padding: 55px 0 40px;}
.cc_sub10 p{font-size: 17px;line-height: 1.8;}
.cc_sub11_wrap{padding: 150px 0 250px;z-index: 10;background: #fff;position: relative;overflow: hidden;}
.cc_sub11{width: 1550px;margin: 0 auto;}
.cc_sub11 .cc_sub11_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub11 .cc_sub11_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;}
.cc_sub11 .cc_sub11_text h2 i{font-size: 17px;font-style: normal;padding-left: 25px;}
.cc_sub11 .course_tap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.cc_sub11 .course_tap h3{width: 19%;text-align: center;background: #577f09;color: #fff;height: 85px;line-height: 85px;font-size: 20px;font-family: 'Marcellus English' !important;font-weight: normal;}
.cc_sub11 .course_tap a{width: 9%;text-align: center;display: block;background: #f5f5f5;font-family: 'Marcellus English' !important;font-size: 15px;line-height: 1.8;letter-spacing: 0.5px;padding: 18px 0;height: 85px;transition: .5s}
.cc_sub11 .course_tap a span{height: 45px;width: 1px;background: #dcdcdc;display: inline-block;float: right;margin-top: -23px;}
.cc_sub11 .course_tap a.on{color: #577f09;}
.cc_sub11 .course_tap a:hover{color: #577f09;}
.cc_hole{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.hole_img{width: 45%;position: relative;}
.hole_img img{position: absolute;left: 50%;transform: translateX(-50%);top: 0;}
.hole_info{width: 55%;}
.hole_info h2{font-weight: normal;font-size: 50px;font-family: 'Marcellus English' !important;color: #2e5e06;}
.hole_info span{display: block;width: 20px;height: 1px;background: #000;margin-top: 40px;}
.hole_info h3{font-weight: normal;font-family: 'Marcellus English' !important;font-size: 18px;margin-top: 40px;}
.hole_info p{font-size: 17px;line-height: 1.8;padding-top: 35px;word-break: keep-all;}
.hole_info table{border-collapse: collapse;margin-top: 50px;border-top: 1px solid #000;font-size: 15px;text-align: center;width: 100%;}
.hole_info table th{font-family: 'Marcellus English' !important;padding: 15px 0;font-weight: normal;border-bottom: 1px solid #e5e5e5;}
.hole_info table td{padding: 15px 0;font-weight: normal;border-bottom: 1px solid #e5e5e5;width: 16.6666%;}
.hole_slide{margin-top: 20px !important;}
.cc_sub11 .swiper-button-next, .cc_sub11 .swiper-button-prev{font-size: 14px;background: rgba(255, 255, 255, 0.8);width: 40px !important;height: 40px !important;line-height: 40px !important;border-radius: 100%;margin-top: 0px !important;text-align: center;font-weight: bold;transform: translateY(-50%);}
.cc_sub11 .swiper-button-next{right: 40px;}
.cc_sub11 .swiper-button-prev{left: 40px;}
.cc_hole_wrap{position: relative;margin-top: 120px;}
.hole1_con{transition:.5s}
.hole2_con{width: 100%;top: 0;left: 0;transition:.5s;opacity: 0;visibility:hidden;height: 0;}
.hole3_con{width: 100%;top: 0;left: 0;transition:.5s;opacity: 0;visibility:hidden;height: 0;}
.hole4_con{width: 100%;top: 0;left: 0;transition:.5s;opacity: 0;visibility:hidden;height: 0;}
.hole5_con{width: 100%;top: 0;left: 0;transition:.5s;opacity: 0;visibility:hidden;height: 0;}
.hole6_con{width: 100%;top: 0;left: 0;transition:.5s;opacity: 0;visibility:hidden;height: 0;}
.hole7_con{width: 100%;top: 0;left: 0;transition:.5s;opacity: 0;visibility:hidden;height: 0;}
.hole8_con{width: 100%;top: 0;left: 0;transition:.5s;opacity: 0;visibility:hidden;height: 0;}
.hole9_con{width: 100%;top: 0;left: 0;transition:.5s;opacity: 0;visibility:hidden;height: 0;}
.swiper-pagination-current{font-weight: bold;font-size: 13px;}
.hole-pagination{color: #fff;width: 20px !important;right: 20px;left: auto !important;bottom: 20px !important;}
.hole-pagination span{background: none;display: inline-block;height: 20px;margin: 2px 0 !important;}
.cc_sub12_wrap{padding: 150px 0;z-index: 10;background: #fff;position: relative;}
.cc_sub12{width: 1550px;margin: 0 auto;}
.cc_sub12 .cc_sub12_text .cc_tit{font-size: 20px;color: #8f867a;font-family: 'Marcellus English' !important;}
.cc_sub12 .cc_sub12_text h2{font-weight: 300;font-size: 40px;line-height: 1.3;padding: 20px 0 70px;letter-spacing: -0.5px;}
.cc_sub12 .cc_sub12_text h2 i{font-size: 17px;font-style: normal;padding-left: 25px;}
.cc_sub12 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.cc_sub12 ul li{width: 32%;}
.cc_sub12 ul li img{width: 100%;transition: .5s}
.cc_sub12 ul li p{font-size: 17px;padding: 25px 0 55px;}
.cc_sub12 ul li div{overflow: hidden;}
.cc_sub12 ul li:hover div img{transform: scale(1.1)}
.siena_sub_wrap{z-index: 10;width: 100%;background: #fff;position: relative;}
.siena_sub1{width: 1400px;padding: 150px 0;margin: 0 auto;}
.siena_sub1 span{font-size: 40px;font-family: 'Marcellus English' !important;}
.siena_sub1 h2{font-size: 50px;line-height: 1.3;font-weight: 300;padding: 65px 0 45px;}
.siena_sub1 p{font-size: 17px;line-height: 1.8;word-break: keep-all;}
.siena_sub1 img{margin: 60px 0 80px;}
.siena_sub1 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.siena_sub1 ul li{width: 50%;}
.siena_sub1 ul li:first-child{padding-right: 40px;border-right: 1px solid #cccccc;}
.siena_sub1 ul li:last-child{padding-left: 40px;}
.siena_sub1 div{text-align: right;font-size: 22px;letter-spacing: 2px;}
.siena_sub1 div span{font-size: 30px;padding: 0 20px;}
.siena_div_wrap{width: 1400px;margin: 0 auto;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.siena_div1{background: #f3f3f3;height: 735px;}
.div1_text{width: 45%;padding: 80px 65px 80px 0;height: 735px;}
.div1_text h2{font-size: 45px;color: #822c41;font-weight: normal;font-family: 'Marcellus English' !important;word-break:keep-all;}
.div1_text h3{font-size: 24px;font-weight: normal;line-height: 1.5;padding: 55px 0;word-break:keep-all;}
.div1_text p{font-size: 17px;line-height: 1.7;word-break:keep-all;}
.div1_img{width: 745px;height: 735px;}
.siena_div2{background: #e7e3d8;height: 735px;}
.div2_text{width: 45%;padding: 80px 65px 80px 0;height: 735px;}
.div2_text h2{font-size: 45px;color: #822c41;font-weight: normal;font-family: 'Marcellus English' !important;word-break:keep-all;}
.div2_text h3{font-size: 24px;font-weight: normal;line-height: 1.5;padding: 95px 0 55px 0;word-break:keep-all;}
.div2_text p{font-size: 17px;line-height: 1.7;word-break:keep-all;}
.div2_img{width: 745px;height: 735px;}
.siena_div3{background: #ebeee1;height: 735px;}
.div3_text{width: 45%;padding: 80px 65px 80px 0;height: 735px;}
.div3_text h2{font-size: 45px;color: #822c41;font-weight: normal;font-family: 'Marcellus English' !important;word-break:keep-all;}
.div3_text h3{font-size: 24px;font-weight: normal;line-height: 1.5;padding: 95px 0 55px 0;word-break:keep-all;}
.div3_text p{font-size: 17px;line-height: 1.7;word-break:keep-all;}
.div3_img{width: 745px;height: 735px;}
.siena_div4{background: #f6f6f6;height: 735px;}
.div4_text{width: 45%;padding: 80px 65px 80px 0;height: 735px;}
.div4_text h2{font-size: 45px;color: #822c41;font-weight: normal;font-family: 'Marcellus English' !important;word-break:keep-all;}
.div4_text h3{font-size: 24px;font-weight: normal;line-height: 1.5;padding: 95px 0 55px 0;word-break:keep-all;}
.div4_text p{font-size: 17px;line-height: 1.7;word-break:keep-all;}
.div4_img{width: 745px;height: 735px;}

.siena_div5{background: #fff;height: 735px;}
.div5_text{width: 45%;padding: 80px 65px 80px 0;height: 735px;}
.div5_text h2{font-size: 45px;color: #822c41;font-weight: normal;font-family: 'Marcellus English' !important;word-break:keep-all;}
.div5_text h3{font-size: 24px;font-weight: normal;line-height: 1.5;padding: 95px 0 55px 0;word-break:keep-all;}
.div5_text p{font-size: 17px;line-height: 1.7;word-break:keep-all;}
.div5_img{width: 745px;height: 735px;}

.siena_div6{background: #fff;height: 735px;}
.div6_text{width: 45%;padding: 80px 65px 80px 0;height: 735px;}
.div6_text h2{font-size: 45px;color: #822c41;font-weight: normal;font-family: 'Marcellus English' !important;word-break:keep-all;}
.div6_text h3{font-size: 24px;font-weight: normal;line-height: 1.5;padding: 95px 0 55px 0;word-break:keep-all;}
.div6_text p{font-size: 17px;line-height: 1.7;word-break:keep-all;}
.div6_img{width: 745px;height: 735px;}

.philo_sub_wrap{background: #fff;width: 100%;padding-top: 120px;position: relative;z-index: 10;border-bottom: 1px solid #fff;}
.philo_sub1_bg{background: #eee;width: 100%;height: 1100px;top: 0;left: 0;position: absolute;}
.philo_sub_wrap .philo_sub1{width: 1400px;margin: 0 auto;position: relative;z-index: 10;}
.philo_sub_wrap .philo_sub1 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.philo_sub_wrap .philo_sub1 h2{font-size: 50px;font-family: 'Marcellus English' !important;font-weight: normal;text-align: left;padding-left: 130px;}
.philo_sub_wrap .philo_sub1 p{font-size: 20px;padding-top: 15px;text-align: left;padding-left: 130px;}
.philo_sub_wrap .philo_sub1 li{padding-bottom: 100px;}
.philo_sub_wrap .philo_sub1 li.w60{width: 55%;}
.philo_sub_wrap .philo_sub1 li.w40{width: 45%;}
.philo_sub_wrap .philo_sub1 img{width: 100%;}
.resort_sec1{position: relative;}
.resort_sec1_text{position: absolute;width: 100%;text-align: center;top: 150px;}
.resort_sec1_text h2{font-size: 55px;line-height: 1.4;font-family: 'Marcellus English' !important;color: #822c41;font-weight: normal;padding-bottom: 25px;}
.resort_sec1_text span{display: block;font-size: 25px;color: #822c41;padding-bottom: 40px;}
.resort_sec1_text p{font-size: 19px;line-height: 1.8;}
.resort_sec1_text p::before{content: '';height: 35px;width: 1px;background: #822c41;display: block;margin: 0 auto;margin-bottom: 40px;}
.resort_sec2{padding: 150px 3% 40px;}
.resort_sec2_text{width: 100%;text-align: center;}
.resort_sec2_text h2{font-size: 55px;line-height: 1.4;font-family: 'Marcellus English' !important;color: #822c41;font-weight: normal;padding-bottom: 25px;}
.resort_sec2_text span{display: block;font-size: 25px;color: #822c41;padding-bottom: 40px;}
.resort_sec2_text p{font-size: 19px;line-height: 1.8;}
.resort_sec2_text p::before{content: '';height: 35px;width: 1px;background: #822c41;display: block;margin: 0 auto;margin-bottom: 40px;}
.resort_sec2 ul{margin-top: 150px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start}
.resort_sec2 ul li{width: 48%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 150px;}
.resort_sec2 ul li img{margin-bottom: 40px;width: 100%;border-radius: 20px}
.resort_sec2 ul li h3{display: inline-block;font-weight: normal;font-size: 30px;font-family: 'Marcellus English' !important;color: #822c41;}
.resort_sec2 ul li p{font-size: 19px;line-height: 1.8;}
.resort_sec2 ul li a{font-size: 16px;margin-top: 20px;}
.resort_sec2 ul li a i{width: 40px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #000;border-radius: 100%;margin-right: 10px;}
.resort_sec2 ul li:nth-child(2){margin-top: -45px;}
.resort_sec2 ul li:last-of-type{margin-top: -45px;}
.resort_insta{background: #f5f5f5;padding: 140px 3% 210px;}
.resort_insta h2{font-weight: normal;font-family: 'Marcellus English';font-size: 55px;color: #8f867a;padding-bottom: 35px;}
.resort_insta h2 span{display: block;font-size: 22px;color: #000;font-family: 'SUIT';}
.resort_insta p{font-size: 17px;color: #8f867a;}
.resort_sec4{position: relative;}
.resort_sec4_text{position: absolute;top: 140px;left: 5%;color: #fff;}
.resort_sec4_text span{font-size: 22px;}
.resort_sec4_text h2{font-size: 63px;font-family: 'Marcellus English' !important;padding: 25px 0 50px;font-weight: normal;}
.resort_sec4_text p{font-size: 16px;line-height: 1.8;}
.resort_sec4_text a{margin-top: 45px;color: #fff;font-size: 17px;width: 165px;text-align: center;height: 50px;line-height: 50px;display: block;background: #822c41;}




.brand_sub1{z-index: 10;width: 100%;background: #fff;position: relative;padding: 125px 0;}
.brand_sub1_wrap{width: 1550px;margin: 0 auto;}
.brand_sub1_wrap img{width: 100%;margin-bottom: 60px;}
.brand_sub1 h2{font-size: 45px;font-family: 'Marcellus English' !important;color: #9c786f;padding-bottom: 125px;font-weight: normal;}
.brand_sub1 span{font-size: 25px;font-family: 'Marcellus English' !important;color: #9c786f;}
.brand_sub1 h3{font-size: 40px;padding: 15px 0 65px;font-weight: 300;}
.brand_sub1 p{font-size: 20px;line-height: 1.8;padding-bottom: 85px;}
.brand_sub1 iframe{margin-bottom: 150px;}
.brand_sub2{z-index: 10;width: 100%;background: #fff;position: relative;padding-bottom: 165px;}
.brand_sub2_wrap{width: 1550px;margin: 0 auto;}
.brand_sub2_wrap span{font-size: 25px;font-family: 'Marcellus English' !important;color: #9c786f;}
.brand_sub2_wrap h2{font-size: 40px;padding: 15px 0 65px;font-weight: 300;}
.brand_sub2_wrap p{font-size: 20px;line-height: 1.8;padding-bottom: 85px;}
.brand_sub2_wrap div{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.brand_sub2_wrap div img{width: 50%;}
.brand_video{height: 910px !important;position: relative !important;margin-bottom: 100px;}
.brand_video iframe{width: 100% !important;}
.exper_sub1{z-index: 10;width: 100%;background: #fff;position: relative;padding: 125px 0 550px;}
.exper_sub1 h2{font-size: 45px;font-weight: normal;font-family: 'Marcellus English' !important;color: #9c786f;padding-bottom: 90px;width: 1550px;margin: 0 auto;}
.exper_sub1_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;width: 1550px;margin: 0 auto;}
.exper_sub1_img{width: 45%;}
.exper_sub1_img img{width: 100%;}
.exper_sub1_text{padding-left: 160px;width: 55%;}
.exper_sub1_text h3{font-size: 50px;font-weight: normal;font-family: 'Marcellus English' !important;color: #9c786f;padding-bottom: 30px;}
.exper_sub1_text span{font-size: 25px;}
.exper_sub1_text p{font-size: 20px;word-break: keep-all;line-height: 1.8;padding-top: 65px;}
.exper_sub2{z-index: 10;width: 100%;position: relative;padding: 165px 0;background: #f2eee9;}
.exper_sub2_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;width: 1550px;margin: 0 auto;align-items: center;}
.exper_sub2_text{width: 50%;padding-right: 200px;}
.exper_sub2_text h3{font-size: 50px;font-weight: normal;font-family: 'Marcellus English' !important;color: #9c786f;padding-bottom: 30px;}
.exper_sub2_text span{font-size: 25px;}
.exper_sub2_text p{font-size: 20px;word-break: keep-all;line-height: 1.8;padding-top: 65px;}
.exper_sub2_img{width: 50%;}
.exper_sub2_img img{width: 100%;}
.exper_sub3{z-index: 10;width: 100%;background: #fff;position: relative;padding: 165px 0;}
.exper_sub3_wrap{width: 1550px;margin: 0 auto;text-align: center;}
.exper_sub3_text h3{font-size: 50px;font-weight: normal;font-family: 'Marcellus English' !important;color: #9c786f;padding-bottom: 30px;}
.exper_sub3_text span{font-size: 25px;font-weight: bold;}
.exper_sub3_text p{font-size: 20px;word-break: keep-all;line-height: 1.8;padding-top: 65px;padding-bottom: 130px;}
.exper_sub3_wrap img{width: 100%;}
.exper_sub4{z-index: 10;width: 100%;background: #fff;position: relative;padding: 0px 0 170px;}
.exper_sub4 h2{font-size: 45px;font-weight: normal;font-family: 'Marcellus English' !important;color: #9c786f;padding-bottom: 90px;width: 1550px;margin: 0 auto;}
.exper_sub4_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;width: 1550px;margin: 0 auto;}
.exper_sub4_img{width: 45%;}
.exper_sub4_img img{width: 100%;}
.exper_sub4_text{padding-left: 160px;width: 55%;}
.exper_sub4_text h3{font-size: 50px;font-weight: normal;font-family: 'Marcellus English' !important;color: #9c786f;padding:0 20px 30px;}
.exper_sub4_text span{font-size: 25px;padding:0 20px ;font-weight: bold;}
.exper_sub4_text p{font-size: 20px;word-break: keep-all;line-height: 1.8;padding: 65px 20px 85px;}
.exper_sub4_text img{width: 100%;}

.ceo_sub1{z-index: 10;width: 100%;background: #fff;position: relative;padding: 125px 0 0px;}
.ceo_sub1 h2{font-size: 45px;font-weight: normal;font-family: 'Marcellus English' !important;color: #9c786f;padding-bottom: 90px;width: 1550px;margin: 0 auto;}
.ceo_sub1_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;width: 1550px;margin: 0 auto;}
.ceo_sub1_text{width: calc(100% - 680px);display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;    align-content: space-between;}
.ceo_sub1_text h3{font-size: 25px;line-height: 1.6;}
.ceo_sub1_text p{font-size: 18px;line-height: 1.8;padding-top: 35px;padding-bottom: 50px;-ms-word-break: keep-all;
word-break: keep-all;}
.ceo_sub1_text div{text-align: right;width: 100%;}
.ceo_sub1_bottom{position: relative;}
.ceo_sub1_bottom img{width: 100%;}
.ceo_sub1_bottom div{position: absolute;color: #fff;top: 50%;transform: translateY(-50%);left: 10%;width: 310px;}
.ceo_sub1_bottom div h3{font-size: 30px;}
.ceo_sub1_bottom div p{font-size: 18px;padding-top: 65px;line-height: 1.8;-ms-word-break: keep-all;
word-break: keep-all;}

.ceo_sub2{z-index: 10;width: 100%;background: #fff;position: relative;padding: 50px 0;}
.ceo_sub2 ul{width: 1550px;margin: 0 auto;}
.ceo_sub2 ul li{padding: 50px 0;border-bottom: 1px solid #d9d9d9;}
.ceo_sub2 ul li h3{font-size: 25px;}
.ceo_sub2 ul li p{font-size: 18px;line-height: 1.8;padding-top: 45px;-ms-word-break: keep-all;
word-break: keep-all;}

.ceo_sub3{z-index: 10;width: 100%;background: #fff;position: relative;padding: 50px 0;}
.ceo_sub3 div{width: 1550px;margin: 0 auto;}
.ceo_sub3 h2{font-size: 25px;color: #83625a;padding-bottom: 75px;}
.ceo_sub3 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;}
.ceo_sub3 ul li{width: 23%;margin-right: 2.6666%;}
.ceo_sub3 ul li:nth-child(4n){margin-right: 0;}
.ceo_sub3 ul li{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;padding-bottom: 30px;}
.ceo_sub3 ul li div{padding-left: 20px;width: calc(100% - 120px)}
.ceo_sub3 ul li h3{font-size: 22px;color: #83625a;padding-bottom: 15px;}
.ceo_sub3 ul li p{font-size: 18px;}


/* 하단 레이아웃 */
svg.bgani{position: absolute;left: 0;}
svg.bgani:not(:root) {
    overflow: hidden;
}
.chk_box{margin-bottom: 50px;}
.reserve_head{width: 100%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;background: #822c41;padding: 30px 45px;}
.golf_head{background: #3c6e01;}
.reserve_head i{font-size: 27px;}
.reserve_head a{color: #fff;font-size: 18px;vertical-align: middle;}
.reserve_head div a{margin-right: 40px;}
.reserve_head .my{padding: 13px 32px;border: 1px solid #fff;border-radius: 50px}
.reserve_head .my i{vertical-align: middle;font-size: 23px;padding-right: 15px;}
.reserve{background: #822c41;width: 100%;}
.reserve_con_wrap{width: 1500px;margin:0 auto;padding-bottom: 150px;}
.reserve_con_wrap h2{font-size: 37px;color: #fff;letter-spacing: -.5px;font-weight: normal;padding: 30px 0 50px;}
.reserve_con_wrap h2 span{font-weight: bold;}
.reserve_con_wrap .pf_wrap{width: 100%;display: block;text-align: center;padding: 50px 0;border-top: 1px solid #956463;border-bottom: 1px solid #956463;}
.reserve_con_wrap .pf_wrap h3{color: #fff;font-weight: normal;font-size: 20px;padding-bottom: 40px;}
.reserve_con_wrap .pf_wrap i{font-family: 'Marcellus English'!important;padding-right: 15px;font-style: normal;}
.reserve_con_wrap .pf_wrap i span{font-size: 15px;}
.reserve_con_wrap .pf_wrap ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;flex-direction: row;justify-content: center;align-items: center;}
.reserve_con_wrap .pf_wrap ul li{width: auto;}
.reserve_con_wrap .pf_wrap ul li label{font-size: 21px;color: #fff;background: #9c786f;padding: 15px 45px;border-radius: 50px;margin: 0 10px;cursor: pointer;transition: .5s}
.reserve_con_wrap .pf_wrap ul li label:hover{color: #000;background: #fff;}
.reserve_con_wrap .pf_wrap ul li input{display: none;}
.reserve_con_wrap .pf_wrap ul li input:checked ~ label{color: #000;background: #fff;}
.reserve_con_wrap .reserve_copy{display: inline-block;padding-top: 110px;color: #fff;font-family: 'Marcellus English'!important;font-size: 15px;}
.reserve_con_wrap .reserve_start{float: right;display: inline-block;margin-top: 70px;}
.reserve_con_wrap .reserve_start button{color: #fff;font-size: 30px;font-weight: bold;padding-bottom: 25px;border-bottom: 5px solid #fff;}
.reserve_con_wrap .reserve_start button img{margin-left: 90px;}
.reserve_att{width: 1500px;margin:0 auto;padding: 70px 0;}
.reserve_att input{display: none;}
.reserve_att label{border: 1px solid #aaaaaa;color: #676767;padding: 0 60px;height: 65px;line-height: 65px;display: block;width: 240px;border-bottom: 1px solid #000;text-align: center;}
.reserve_att > ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;border-collapse: collapse;}
.reserve_att > ul::after{content: '';display: block;border-bottom: 1px solid #000;width:calc(100% - 480px);margin-left: 480px;margin-top: -1px;}
.reserve_att > ul li{font-size: 20px;}
.reserve_att input:checked ~ label{color: #000;border: 1px solid #000;border-bottom: 1px solid #fff;font-weight: bold;}
.att_con{font-size: 20px;line-height: 1.8;padding-top: 60px;min-height: 250px;}
.att_con .att_else p::before{content: '·';display: inline-block;padding-right: 10px;}
.card_modal{width: 100%;position: fixed;top: 0;height: 100vh;background: #fff;visibility: hidden;transition: .5s;left: 100%;}
.card_modal .card_bg{background: #822c41;padding: 50px 0 160px;position: relative;margin-bottom: 110px;}
.card_modal_tit{width: 1500px;margin: 0 auto;color: #fff;}
.card_modal_tit h2{font-size: 45px;font-family: 'Marcellus English'!important;font-weight: normal;}
.card_modal_tit p{font-size: 19px;padding-top: 15px;padding-bottom: 80px;}
.card_modal .card_slide{width: 1500px;margin: 0 auto;padding:0 80px;position: absolute;left: 50%;transform: translateX(-50%);top: 260px;overflow: visible !important;}
.card_modal .card_slide .card-button-prev, .card_modal .card_slide .card-button-next{width: 50px !important;margin-top: 0 !important;transform: translateY(-100%)}
.card_modal .card_slide svg{width: 100%;}
.card_modal .card_slide .card-button-prev{left: 0;}
.card_modal .card_slide .card-button-next{right: 0;}
.card_modal .card_slide .swiper-slide{width: 25%;}
.card_wrap{width: 300px;height: 190px;position: relative;color: #fff;padding: 25px 30px;border-radius: 15px;transition: .5s;cursor: pointer}
.card_wrap .card_logo{filter: brightness(100);width: 100px;}
.card_wrap .card_logo img{width: 100%;}
.card_wrap label{display: block;}
.card_num{font-size: 20px;padding-top: 10px;font-weight: 200;}
.card_info{font-size: 15px;position: absolute;bottom: 25px;left: 30px;}
.card_name{padding-top: 5px;}
.card_check{position: absolute;top: 15px;right: 25px;cursor: pointer;}
.card_slide input{display: none;}
.card_no{font-size: 20px;}
.card1{background: #9c786f;}
.card2{background: #526447;}
.card3{background: #567770;}
.card4{background: #775659;}
.card5{background: #747756;}
.card0{background: #000;}
.card_text_wrap{width: 1500px;margin: 0 auto;}
.card_text_wrap h3{font-size: 19px;font-weight: normal;padding-bottom: 40px;}
.card_text_wrap h3 i{color: #93485a;margin-right: 15px;}
.card_text_wrap ul{padding: 30px 0;border-top: 1px solid #d1d1d1;border-bottom: 1px solid #e8e8e8;}
.card_text_wrap li{font-size: 17px;line-height: 1.8;}
.card_link_wrap{width: 1500px;margin: 0 auto;text-align: center;padding-top: 50px;}
.card_link_wrap a{display: inline-block;width: 200px;height: 50px;line-height: 50px;font-size: 16px;margin:0 8px;}
.card_link_wrap a:first-child{border: 1px solid #000;}
.card_link_wrap a:last-child{color: #fff;background: #9c786f;border: 1px solid #9c786f;}
.card_link_wrap a img{margin-left: 90px;}
.date_link_wrap{width: 100%;margin: 0 auto;text-align: center;border-bottom: 1px solid #d1d1d1;padding-bottom: 50px;}
.date_link_wrap a{display: inline-block;width: 200px;height: 50px;line-height: 50px;font-size: 16px;margin:0 8px;}
.date_link_wrap a:first-child{border: 1px solid #000;}
.date_link_wrap a:last-child{color: #fff;background: #9c786f;}
.date_link_wrap a img{margin-left: 90px;}
.swiper-slide input:checked ~ label .card_wrap{transform: scale(1.1);    box-shadow: 2px 7px 6px 0 rgba(170, 170, 170, 0.35), 0 0 0 5px #fff inset;}
.platform{background: #822c41;width: 100%;}
.g_platform{background: #3c6e01;}
.platform_wrap{width: 1500px;margin:0 auto;padding-bottom: 80px;}
.platform_wrap h2{color: #fff;font-size: 30px;font-weight: normal;padding-bottom: 30px;padding-top: 20px;}
.g_platform .platform_wrap h2{padding-bottom: 0px;}
.platform_wrap h2 span{font-weight: bold;}
.pf_tit{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;color: #fff;font-weight: normal;padding: 20px 10px;border-top: 1px solid #956463;border-bottom: 1px solid #956463;}
.pf_tit h3{font-weight: normal;font-size: 20px;}
.pf_tit p span{padding:0 30px;font-size: 20px;}
.pf_tit p span:first-child{border-right: 1px solid #fff;}
.pf_tit p span:last-child{padding-right: 0 !important;}
.g_platform .platform_date{border: 0;padding: 10px 0 20px;}
.platform_date{padding: 30px 0 20px;border-bottom: 1px solid #956463;border-top: 1px solid #956463;}
.platform_date h3{color: #fff;font-weight: normal;font-size: 20px;padding-bottom: 40px;display: inline-block;}
.platform_date h3 i{font-family: 'Marcellus English'!important;padding-right: 15px;font-style: normal;}
.platform_date h3 i span{font-size: 15px;}
.date_tit{padding-bottom: 20px;}
.dateresult_wrap{float: right;}
.dateresult_wrap div{color: #fff1bf;font-family: 'Marcellus English'!important;font-size: 15px;padding-bottom: 10px;}
.date1{background: transparent;border: 0;outline: 0;width: auto;font-size: 20px;color: #fff;text-align: right;border-bottom: 3px solid #fff;padding-bottom: 10px;height: 39px;display: flex;align-items: center;}
.date1 i{font-family: 'Marcellus English'!important;font-style: normal;}
.date1 .result{background: transparent;border: 0;outline: 0;width: 140px;color: #fff;}
.date1 .night{border-left: 2px solid #fff;padding-left: 15px;margin-left: 15px;line-height: 10px;display: inline-block;}
.platform_peo{padding: 40px 0 90px;position: relative;}
.platform_peo .peo_tit h3{color: #fff;font-weight: normal;font-size: 20px;padding-bottom: 15px;}
.platform_peo .peo_tit h3 i{font-family: 'Marcellus English'!important;padding-right: 15px;font-style: normal}
.platform_peo .peo_tit h3 i span{font-size: 15px;}
.platform_peo p{color: #fff;font-size: 20px;padding-bottom: 10px;border-bottom: 3px solid #fff;display: inline-block;margin-bottom: 30px;}
.platform_peo p > span:first-child{padding-right: 15px;line-height: 15px;display: inline-block;}
.platform_peo p > span:last-child{padding-left: 15px;border-left: 2px solid #fff;line-height: 15px;display: inline-block;}
.platform_peo .peo_tit li{line-height: 1.8;color: #fff;font-size: 15px;}
.platform_peo .peo_num{position: absolute;right: 0;top: 60px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center}
.platform_peo .peo_num li{text-align: center;color: #fff;margin-left: 70px;position: relative;}
.platform_peo .peo_num li h3{font-size: 20px;font-weight: normal;display: inline-block;width: 80px;color: #fff1bf;}
.platform_peo .peo_num li input{border: 0;outline: 0;border-bottom: 3px solid #fff;width: 295px;background: transparent;font-size: 25px;text-align: center;color: #fff;padding-bottom: 15px;border-radius: 0}
.platform_peo .peo_num li button{background: transparent;color: #fff;outline: 0;border: 0;font-size: 15px;position: absolute;padding: 10px;}
.platform_peo .peo_num li button.minus{bottom: 10px;left: 95px;}
.platform_peo .peo_num li button.plus{bottom: 10px;right: 15px;}
.platform_link{position: fixed;width: 100%;bottom: 0;left: 0;z-index: 10000;}
.platform_link a{}
.platform_link a img{}
.platform_copy{font-size: 15px;width: 1500px;margin: 0 auto;padding: 50px 0;font-family: 'Marcellus English'!important;}
.platform_link{padding: 35px 0;border-top: 1px solid #000;background: #fff;}
.platform_link_wrap{width: 1500px;margin: 0 auto;}
.platform_chart{display: inline-block;}
.platform_chart div{display: inline-block;padding:0 45px;border-right: 1px solid #cccccc;}
.platform_chart div:first-child{padding-left: 0;}
.platform_chart div > span{font-size: 16px;font-family: 'Marcellus English'!important;padding-bottom: 20px;display: block;color: #822c41;}
.golf_chart{display: inline-block;width: calc(100% - 300px);}
.golf_chart div{display: inline-block;padding:0 0 0 45px;font-family: 'SUIT'!important;font-weight: bold;color: #000;width: 100%;}
#golf_time_link{width: calc(100% - 200px);}
.golf_chart div p{display: inline-block;}
.golf_chart div i{font-style: normal;color: #3c6e01;padding-left: 10px;}
.golf_chart div > span{font-size: 16px;font-family: 'Marcellus English'!important;padding-bottom: 20px;display: block;color: #3c6e01;}
.g_platform .platform_chart div > span{color: #3c6e01;}
.platform_chart div h3{font-size: 18px;font-weight: normal;}
.platform_chart div h3 input{font-style: normal;display: inline-block;}
.platform_chart div h3 input{width: 240px;border: 0;outline: 0;height: 23px;}
.g_platform .platform_chart div h3 input{width: 260px;}
.platform_chart div h3 i:first-child{padding-left: 0;border: 0;margin-left: 0;}
.platform_chart div h3 i{padding-left: 15px;border-left: 2px solid #000;font-style: normal;/*display: inline-block;*/margin-left: 15px;line-height: 1;height: 23px;vertical-align: middle;}
.platform_chart div h3.tac{text-align: center;}
.platform_alink{display: inline-block;float: right;margin-top: -60px;}
.g_platform_link .platform_link_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.g_platform_link .platform_alink{display: inline-block;float: none;margin-top: 0;}
.g_platform_link .platform_alink button{background: #2f3924;}
.platform_alink button{padding:0 25px;background: #822c41;height: 62px;line-height: 62px;color: #fff;font-size: 20px;display: block;border-radius: 5px;cursor: pointer;}
.g_platform .platform_alink button{background: #2f3924;}
.platform_alink button img{margin-left: 65px;width: 30px;}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
}

.gtime-button-next, .gtime-button-prev{font-size: 25px;top: 0 !important;height: 67px !important;margin-top: 0 !important;z-index: 20 !important;cursor: pointer}
.gtime-button-prev{left: 25px !important;}
.gtime-button-next {right: 25px !important;}
.gtime-button-next i, .gtime-button-prev i{line-height: 67px !important;}
.re_rooms_wrap{background: #822c41;width: 100%;}
.re_golfs_wrap{background: #3c6e01;}
.re_rooms{width: 1500px;margin: 0 auto;color: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}
.re_flow{font-size: 22px;padding: 30px 0 60px;width: 50%;}
.re_flow span{width: 40px;height: 40px;line-height: 40px;font-size: 20px;text-align: center;border-radius: 100%;display: inline-block;margin-right: 10px;}
.re_flow span:first-child{background: #9c786f;}
.re_golfs_wrap .re_flow span:first-child{background: #6e8c4b;}
.re_flow span.bgcir{background: #9c786f;}
.re_golfs_wrap .re_flow{padding: 20px 0 45px;}
.re_golfs_wrap .re_flow span.bgcir{background: #6e8c4b;}
.re_flow span.cir{box-shadow: 0 0 0 1px #fff inset}
.re_flow span.line{width: 50px;height: 1px;background: #fff;vertical-align: middle;margin: 0 20px 0 30px;}
.re_tit{text-align: right;width: 50%;padding: 20px 0 50px;font-size: 40px;font-family: 'Marcellus English'!important;font-weight: 200;}
.re_golfs_wrap .re_tit{width: 100%;padding:0;}
.re_golfs_wrap .re_flow{width: auto;}
.re_chart{margin-bottom: 30px;}
.re_chart div{display: inline-block;padding:0 50px;border-right: 1px solid #956463;vertical-align: middle;}
.re_golfs_wrap .re_chart div{border-right: 1px solid #618437;}
.re_chart div:first-child{padding-left: 0;}
.re_chart div:last-child{border-right: 0;}
.re_chart div span{font-size: 13px;font-family: 'Marcellus English'!important;padding-bottom: 20px;display: block;}
.re_chart div h3{font-size: 20px;font-weight: normal;height: 28px;}
.re_chart div h3 i{font-style: normal;vertical-align: middle;}
.re_chart div h3 input{padding-right: 10px;background: transparent;border: 0;outline: 0;color: #fff;width: 285px;cursor: pointer;}
.re_chart div h3 i:last-child{padding-left: 15px;border-left: 1px solid #956463;}
.re_chart div h3.tac{text-align: center;}
.check_width{width: 410px;}
.g_platform .check_width{width: 350px;}
.re_chart .date_on{cursor: pointer;}
.re_link_con{margin-bottom: 40px;}
.re_link_con a{color: #fff;font-size: 22px;font-weight: bold;padding-bottom: 10px;border-bottom: 3px solid #fff;}
.re_link_con a img{margin-left: 140px;width: 40px;}
.room_list_wrap{width: 1500px;margin: 0 auto;padding-top: 70px;/*display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;*/min-height: 600px;}
.rooms_list{width: 1100px;display: inline-block;}
.golf_list h2{font-size: 22px;font-weight: normal;padding-bottom: 15px;/*border-bottom: 3px solid #414141;*/}
.golf_list h2 span{font-size: 17px;margin-top: 10px;float: right;}
.golf_list h2 span i{width: 15px;height: 15px;border-radius: 100%;background: #71a600;display: inline-block;vertical-align: middle;margin-right: 5px;margin-top: -3px;}

.golf_list .cc_add_box{background: #eeefec;border-radius: 5px;font-size: 17px;text-align: center;padding: 15px 0;margin-top: 10px;}
.golf_list .cc_add_box i{font-style: normal;color: #129822;font-weight: bold;}
.golf_list hr{border-bottom: 3px solid #414141 !important;margin-bottom: 15px;display: block;margin-top: 15px; height: 3px;border: 0;}

.golf_times h3{text-align: center;font-size: 19px;font-weight: normal;padding: 23px 0;border-bottom: 1px solid #d9d9d9;}
.golf_am_list{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding: 12px;font-size: 17px;background: #eeefec;}
.golf_pm_list{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding: 12px;font-size: 17px;background: #eeefec;margin-top: 5px;}
.golf_list_01{width: 50%;text-align: center;}
.golf_list_01 li input{display: none;}
.golf_list_01 li label{background: #fff;border-radius: 5px;padding: 12px 15px;margin-bottom: 10px;box-shadow: 0 5px 0 0 #e2e3e0;width: 95%;margin: 0 auto 10px;}
.golf_list_01 li input:checked ~ label{background: #6c9e00;color: #fff;}
.golf_list_01 li input:checked ~ label i{color: #fff;border: 1px solid #fff;}
.golf_list_01 li{}
.golf_list_01 li label{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;cursor: pointer}
.golf_list_01 li i{border: 1px solid #7f8777;color: #7f8777;border-radius: 100%;height: 24px;width: 24px;text-align: center;line-height: 24px;font-size: 13px;display: inline-block;}
.golf_list_01 li:last-child{margin-bottom: 0;}
.golf_list_02{width: 50%;text-align: center;}
.golf_list_02 li input{display: none;}
.golf_list_02 li label{background: #fff;border-radius: 5px;padding: 12px 15px;margin-bottom: 10px;box-shadow: 0 5px 0 0 #e2e3e0;width: 95%;margin: 0 auto 10px;}
.golf_list_02 li input:checked ~ label{background: #6c9e00;color: #fff;}
.golf_list_02 li input:checked ~ label i{color: #fff;border: 1px solid #fff;}
.golf_list_02 li{}
.golf_list_02 li label{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;cursor: pointer}
.golf_list_02 li i{border: 1px solid #7f8777;color: #7f8777;border-radius: 100%;height: 24px;width: 24px;text-align: center;line-height: 24px;font-size: 13px;display: inline-block;}
.golf_list_02 li:last-child{margin-bottom: 0;}
.rooms_side{width: 250px;position: sticky;top: 50px;display: inline-block;vertical-align: top;float: right;}
.room_package{padding-bottom: 75px;position: relative;}
.room_package h3{font-size: 16px;font-family: 'Marcellus English';font-weight: normal;padding-bottom: 30px;}
.room_package img{width: 100%;}
.room_package_slide h4{padding: 20px 0;font-size: 19px;font-weight: normal;}
.room_package_slide span{font-size: 14px;}
.room_package_slide p{font-size: 15px;padding-top: 10px;}
.rpack-pagination{top: 0;bottom: auto !important;display: inline-block;width: auto !important;right: 95px;left: auto !important;background: #f4f4f4;padding: 0 15px;border-radius: 50px;height: 25px;line-height: 25px;}
.rpack-button-next, .rpack-button-prev{margin-top: 4px !important;top: 0 !important;font-size: 15px;width: 33px !important;height: 18px !important;}
.rpack-button-next{right: 0;text-align: right;}
.rpack-button-prev{right: 32px;border-right: 1px solid #d4d4d4;}
.list_total{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 15px;border-bottom: 3px solid #414141;}
.list_total h3{font-size: 15px;font-family: 'Marcellus English';font-weight: normal;}
.list_total h3 span{font-family: 'SUIT';font-size: 17px;padding-left: 20px;}
.list_total select{font-size: 15px;width: 160px;border: 0;outline: 0;color: #000;}
.room_item > li{padding: 55px 0;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;border-bottom: 1px solid #d1d1d1;}
.room_item > li:first-child{padding-top: 0;}
.room_item > li:last-child{border-bottom: 0;}
.room_item li > img{width: 507px;max-height: 338px;object-fit: cover;}
.room_item li .room_info{width: 550px;}
.room_item li .room_info > span{font-size: 15px;color: #9c786f;padding-bottom: 25px;font-family: 'Marcellus English';display: block;}
.room_item li .room_info h2{font-size: 35px;font-weight: normal;display: block;}
.room_item li .room_info > a{font-size: 15px;color: #8f675d;border-bottom: 3px solid #9c786f;vertical-align: top;line-height: 35px;margin-bottom: 20px;display: inline-block;margin-top: 10px;}
.room_item li .room_info > a img{margin-left: 45px;}
.room_info_text{padding-top: 15px;line-height: 2.5;padding-bottom: 15px;}
.room_info_text div{display: inline-block;font-size: 17px;font-family: 'Marcellus English', 'SUIT';}
.room_info_text div{padding:0 10px;line-height: 17px;}
.room_info_text div:first-child{padding-left: 0;border-right: 1px solid #cccccc;}
.room_info_text div:nth-child(2){border-right: 1px solid #cccccc;}
.room_info_text div:nth-child(4){padding-left: 0;}
.room_price{font-size: 18px;line-height: 3;}
.room_price span{padding-left: 15px;font-weight: 300;}
.room_price .tit{font-size: 15px;width: 50px;display: inline-block;padding: 0;border-right: 1px solid #cccccc;line-height: 15px;}
.room_price .sale_tit{font-size: 15px;color: #822c41;width: 50px;display: inline-block;padding: 0;border-right: 1px solid #cccccc;line-height: 15px;vertical-align: top;margin-top: 10px;}
.room_price .sale_price{font-size: 30px;color: #822c41;font-weight: 300;display: inline-block;line-height: 0.9;}
.room_price .sale_price i{font-style: normal;font-size: 14px;color: #000;}
.room_acc{float: right;font-size: 18px;color: #fff;background: #9c786f;padding: 15px 25px;cursor: pointer;margin-top: -70px;}
.room_acc span{padding-left: 85px;font-family: 'Font Awesome 5 Pro';
    font-weight: 300;}
.room_acc span::before{content: "\f078";}
.room_acc.offer_active span::before{content: "\f077";}

.resort_acc{float: right;font-size: 18px;color: #fff;background: #9c786f;padding: 15px 25px;cursor: pointer;margin-top: -70px;}
.resort_acc span{padding-left: 85px;font-family: 'Font Awesome 5 Pro';
    font-weight: 300;}
.resort_acc span::before{content: "\f054";}

.room_offers{width: 100%;padding-top: 50px;}
.room_offers h3{font-weight: normal;font-family: 'Marcellus English'!important;font-size: 15px;padding-bottom: 20px;}
.offer_list{border-collapse: collapse;}
.offer_list li{width: 100%;/*padding: 30px 45px;*/background: #fbfbfb;border: 1px solid #d9d9d9;position: relative;border-bottom: 0;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.offer_list li:last-child{border-bottom: 1px solid #d9d9d9;}
.offer_list li h2{display: inline-block;font-size: 19px;font-family: 'Marcellus English', 'SUIT';font-weight: normal;padding-right: 20px;width: calc(100% - 210px);padding: 30px 45px;}
.offer_list li h2 span{padding-bottom: 20px;display: block;line-height: 1.4;}
.offer_list li h2 a{font-size: 14px;display: inline-block;padding: 0 20px;border-radius: 5px;background: #fff;border: 1px solid #e8e8e8;height: 35px;line-height: 35px;margin-top: -5px;margin-right: 15px;}
.offer_list li p::before{content: '';display: inline-block;width: 1px;height: 10px;background: #c9c9c9;margin-right: 20px;}
.offer_list li p{display: inline-block;font-size: 18px;}
.offer_list li > a{font-size: 18px;color: #822c41;width: 210px;text-align: center;}
.offer_list li > a::before{content: '';display: inline-block;width: 1px;height: 100%;background: #d9d9d9;right: 210px;position: absolute;top: 0;}
.offer_list li > a img{margin-left: 15px;}
.rooms_side h3{font-size: 13px;font-weight: normal;font-family: 'Marcellus English'!important;padding-bottom: 25px;}
.room_cho li{padding: 15px 0;}
.room_cho li a{font-size: 19px;color: #727272;border-bottom: 1px solid #727272;display: block;padding-bottom: 15px;}
.room_cho li a img{float: right;margin-top: 12px;}
.room_cho li a.on{color: #000;border-bottom: 3px solid #414141;padding-bottom: 13px;}
.room_cho li a span{float: right;margin-right: 15px;}
.room_cho li a span::after{content: '*';margin-top: -5px;position: absolute;}
.rooms_side p{font-size: 14px;padding-bottom: 70px;}
.room_cho li a.on span{color: #822c41;}
.room_cho li a.on span::after{color: #d50000;}
.room_cho li a:hover{color: #000;border-bottom: 3px solid #414141;padding-bottom: 13px;}
.room_cho li a:hover span{color: #822c41;}
.room_cho li a:hover span::after{color: #d50000;}
.room_mem input{display: none;}
.room_mem li{padding: 10px 0;}
.room_mem li label{display: block;border-bottom: 1px solid #727272;padding-bottom: 15px;box-sizing: border-box;cursor: pointer;}
.room_mem li label span{font-size: 15px;padding-bottom: 10px;display: block;}
.room_mem li label h2{font-size: 16px;font-weight: 300;}
.room_mem li label h2 i{font-size: 18px;vertical-align: baseline;}
.room_mem li label h2 i.cardi{padding-right: 10px;}
.room_mem li label h2 i.checki{float: right;color: #d1d1d1;}
.room_mem li input:checked ~ label{border-bottom: 3px solid #9c786f;padding-bottom: 13px;}
.room_mem li input:checked ~ label i.cardi{color: #93485a;}
.room_mem li input:checked ~ label i.checki{color: #9c786f;}
.package_view{position: fixed;width: 100%;height: 100vh;z-index: 100;opacity: 0;visibility: hidden;transition: .5s}
.package_view_wrap{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 1080px;height: 850px;overflow-y: scroll;background: #fff;}

.package_view_wrap::-webkit-scrollbar {
    width: 10px;position: absolute
  }
.package_view_wrap::-webkit-scrollbar-thumb {
  background-color: #822c41;
  background-clip: padding-box;
}

.package_view_bg{width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.5);}
.package_view_wrap img{width: 100%;}
.package_tit_wrap{position: relative;}
.package_tit{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-word-break: keep-all;
word-break: keep-all;}
.package_tit{color: #fff;font-size: 35px;font-weight: normal;font-family: 'Marcellus English', 'SUIT';}
.package_tit span{font-weight: bold;}
.package_view_wrap > .pack_close{position: absolute;color: #fff;top: 40px;right: 40px;font-size: 27px;z-index: 10;cursor: pointer;}
.package_view_wrap > .close_wrap{padding-bottom: 50px;}
.package_info_wrap{background: #fff;padding: 35px 50px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;}
.package_info{font-size: 18px;width: 50%;line-height: 1.8;}
.package_info li:first-child{padding-bottom: 25px;}
.package_info li span{display: inline-block;font-weight: bold;margin-right: 30px;vertical-align: top;}
.package_info .info_wrap{display: inline-block;}
.package_text{width: 50%;border-left: 1px solid #e5e5e5;padding-left: 45px;font-size: 18px;line-height: 1.7;letter-spacing: -.5px;}
.room_view_wrap{position: fixed;width: 100%;height: 100vh;z-index: 100;opacity: 0;visibility: hidden;transition: .5s}
.room_view{position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 1200px;overflow-y: scroll;height: 100vh;}
.room_view_bg{width: 100%;height: 100vh;background: #fff;}
.room_view {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.room_view::-webkit-scrollbar {
    display: none;
}
.room_view .room_close {cursor: pointer}
.room_view .close1{position: absolute;z-index: 10;top: 55px;right: 55px;}
.room_view .billboard-hero{max-height: 798px;}
.room_view_text{background: #fff;}
.room_tit{padding: 75px 0;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;border-bottom: 1px solid #e8e8e8;}
.room_tit h2{font-size: 35px;margin-right: 65px;}
.room_tit p{width: 700px;word-break: keep-all;font-size: 18px;line-height: 1.8;}
.room_view_info{padding: 50px 0 45px;}
.room_view_info h3{font-weight: normal;font-size: 22px;padding-bottom: 40px;}
.room_view_info > ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.info_list{width: 450px;font-size: 17px;line-height: 1.8;}
.info_list span{display: inline-block;word-break: keep-all;vertical-align: top;}
.info_box{width: calc(100% - 600px);}
.info_box > ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;}
.info_box > table{width: 100%;}
.info_box > table tr td{font-size: 15px;font-family: 'Marcellus English', 'SUIT';line-height: 2;padding-bottom: 55px;}
.info_box > table tr td{width: 33%;}
.info_box > table tr:last-child td{padding-bottom: 0;}
.info_box > table td span{font-size: 17px;}
.room_cau ul{text-align: center;padding: 35px 0;border-bottom: 1px solid #e8e8e8;border-top: 1px solid #e8e8e8;}
.room_cau ul li{display: inline-block;font-size: 17px;padding:0 55px;}
.room_cau ul li i{font-size: 24px;margin-right: 15px;vertical-align: middle;}
.room_item{padding: 50px 0 45px;}
.room_item h3{font-weight: normal;font-size: 22px;padding-bottom: 40px;}
.room_item input{display: none;}
.room_item label{border: 1px solid #aaaaaa;color: #676767;padding: 0 30px;height: 65px;line-height: 65px;display: block;width: 240px;border-bottom: 1px solid #000;text-align: left;font-size: 17px;font-family: 'Marcellus English' !important;cursor: pointer}
.room_item > ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;border-collapse: collapse;}
.room_item > ul::after{content: '';display: block;border-bottom: 1px solid #000;width:calc(100% - 480px);margin-left: 480px;margin-top: -1px;}
.room_item > ul li{font-size: 20px;}
.room_item input:checked ~ label{color: #000;border: 1px solid #000;border-bottom: 1px solid #fff;font-weight: bold;}
.item_con{font-size: 20px;line-height: 1.8;}
.item_con div{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding: 25px 40px;margin-top: 30px;background: #f9f9f9;}
.item_con span{display: inline-block;padding: 15px 5px;font-size: 17px;}
.close_wrap{text-align: center;padding-bottom: 100px;cursor: pointer;}
.room_close.close2{text-align: center;display: inline-block;font-size: 14px;line-height: 2;}
.room_close.close2 img{padding: 15px;background: #000;border-radius: 100%;height: 60px;width: 60px;}

.pack_close.close2{text-align: center;display: inline-block;font-size: 14px;line-height: 2;}
.pack_close.close2 img{padding: 15px;background: #000;border-radius: 100%;height: 60px;width: 60px;}

.opt_policy .close_wrap{padding-top: 30px;padding-bottom: 40px;}
.dialog_close.close2{text-align: center;display: inline-block;font-size: 14px;line-height: 2;}
.dialog_close.close2 img{padding: 15px;background: #000;border-radius: 100%;height: 60px;width: 60px;}
.peo_on{cursor: pointer;}
.peo_wrap{width: 100%;visibility: hidden;border-bottom: 1px solid #d1d1d1;height: 0;transition: .5s;overflow: hidden;}
.peo_modal{width: 800px;margin: 0 auto;padding: 100px 0;text-align: center;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.peo_link p{font-size: 17px;padding-bottom: 15px;}
.peo_link{width: 200px;}
.peo_link a{display: inline-block;width: 200px;height: 50px;line-height: 50px;font-size: 16px;}
.peo_link a:last-child{border: 1px solid #000;}
.peo_link a:first-of-type{color: #fff;background: #9c786f;margin-bottom: 10px;}
.peo_link a img{margin-left: 90px;}
.peo_room li{position: relative;margin-bottom: 50px;}
.peo_room li:last-child{margin-bottom: 0;}
.peo_room li h3{font-size: 25px;font-weight: normal;display: inline-block;width: 130px;text-align: left;}
.peo_room li input{border: 0;outline: 0;border-bottom: 1px solid #000;width: 330px;background: transparent;font-size: 25px;text-align: center;color: #000;padding-bottom: 25px;}
.peo_room li button{background: transparent;color: #000;outline: 0;border: 0;font-size: 15px;position: absolute;}
.peo_room li button.minus{bottom: 25px;left: 145px;}
.peo_room li button.plus{bottom: 25px;right: 15px;}
.room_copy{background: #f7f7f7;}
.room_copy_text{font-size: 15px;width: 1500px;margin: 0 auto;padding: 40px 0;font-family: 'Marcellus English'!important;}
.option_wrap{width: 1500px;margin: 0 auto;padding-top: 80px;}
.option_list{width: 1100px;display: inline-block;}
.option_side {
    width: 300px;
    position: sticky;
    top: 50px;
    display: inline-block;
    vertical-align: top;
    float: right;max-height: calc(100vh - 100px);
}
.option_pri_extra{overflow-y: scroll;max-height: calc(100vh - 435px);margin-right: -17px;padding-right: 7px;}

.option_pri_extra::-webkit-scrollbar {
    width: 10px;
  }
.option_pri_extra::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.option_pri_extra::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 10px;
}

.option_side .option_pri_wrap{border: 1px solid #000;width: 100%;padding: 25px;}
.option_side .option_pri_wrap h3:first-of-type{font-size: 17px;font-weight: normal;padding-bottom: 20px;font-family: 'Marcellus English', 'SUIT'!important;}
.g_option_wrap .option_side .option_pri_wrap h3:first-of-type{padding-bottom: 10px;}
.option_pri{font-size: 15px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding-bottom: 15px;border-bottom: 1px solid #e2e2e2;}
.g_option_wrap .option_pri div{width: 100%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;font-family:'SUIT'!important;padding: 5px 0;}
.option_pri_wrap i{font-style: normal;}
.option_pri span{display: inline-block;}
.option_pri span:first-child{font-family: 'Marcellus English', 'SUIT'!important;}
.g_option_wrap .option_pri span:first-child{font-family:'SUIT'!important;}
.option_pri span:last-child{font-size: 15px;padding-left: 15px;}
.option_pri_extra > span:first-of-type{font-size: 16px;display: block;padding: 20px 0;border-bottom: 1px solid #000;}
.opt_extra_meth01{padding-bottom: 25px;border-bottom: 1px solid #000;}
.opt_extra_meth01 > span:first-of-type{font-size: 15px;color: #822c41;padding: 20px 0 5px;display: block;}
.opt_extra_meth03 > span:first-of-type{font-size: 15px;color: #822c41;padding: 20px 0 5px;display: block;}
.opt_extra_meth03 ul{padding: 10px 0;border-bottom: 1px solid #e2e2e2;font-size: 15px;line-height: 2;}
.option_pri_wrap .opt_extra_meth03 ul li{border-bottom: 0;padding: 0;}
.option_pri_wrap .opt_extra_meth03 ul li:first-of-type{padding-top: 15px;}
.option_pri_sale{font-size: 15px;color: #822c41;}
.option_pri_sale span{display: inline-block;margin-bottom: 10px;}
.option_pri_sale span:first-child{width: 50px;border-right: 1px solid #cccccc;}
.option_pri_sale span:last-child{font-size: 25px;padding-left: 15px;font-weight: 200;}
.option_pri_wrap ul li{padding: 15px 0;border-bottom: 1px solid #e2e2e2;}
.option_pri_wrap ul li:last-child{padding-bottom: 0;border-bottom: 0;}
.option_pri_wrap ul li h3{display: inline-block;font-size: 16px;padding-bottom: 0;font-family: 'Marcellus English', 'SUIT'!important;font-weight: normal;}
/*
.option_pri_wrap ul span{display: block;font-size: 16px;padding-bottom: 15px;}
.option_pri_wrap ul span:last-child{display: inline-block;float: right;}
*/

.opt_item_info{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.opt_item_info span{font-size: 15px;}
.opt_item_info span:first-child{font-family: 'Marcellus English', 'SUIT'!important;}

.option_pri_wrap ul h4{display: inline-block;font-size: 16px;font-family: 'Marcellus English', 'SUIT'!important;font-weight: normal;}
.option_total{margin-top: 25px;}
.option_total .opt_cp_price{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 15px;align-items: center}
.option_total .opt_final_price{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 15px;align-items: center;}
.option_total span:first-child{font-size: 17px;vertical-align: bottom;display: inline-block;}
.option_total .opt_cp_price span:nth-child(2){font-size: 17px;color:#9c786f;}
.option_total .opt_cp_price span:nth-child(2) i{font-style: normal;font-size: 17px;}
.option_total .opt_final_price span:nth-child(2){font-size: 30px;font-weight: 200;}
.option_total .opt_final_price span:nth-child(2) i{font-style: normal;font-size: 20px;}
.option_link{margin-top: 30px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.option_link a{width: 49%;font-size: 17px;text-align: center;height: 50px;line-height: 50px;}
.option_link button{width: 49%;font-size: 17px;text-align: center;height: 50px;line-height: 50px;}
.option_link a{border: 1px solid #000;}
.option_link button{color: #fff;background: #9c786f;border: 1px solid #9c786f;}
.g_option_wrap .option_link button{color: #fff;background: #303924;border: 1px solid #303924;}
.option_link button:last-child img{margin-left: 20px;}
.option_list > h2{font-size: 20px;font-family: 'Marcellus English'!important;font-weight: normal;padding-bottom: 20px;}
.option_tit{border-top: 1px solid #000;font-size: 16px;background: #f8f8f8;margin-bottom: 30px;}
.option_tit li{padding: 15px 30px;}
.option_tit li:first-of-type{border-bottom: 1px solid #dcdcdc;}
.option_tit h3{font-weight: normal;display: inline-block;font-family: 'Marcellus English', 'SUIT'!important;}
.option_tit div{display: inline-block;float: right;}
.g_option_wrap .option_list > div{border-top: 3px solid #414141;}
.option_list > div{border-top: 1px solid #000;padding: 40px 0;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start}
.option_list > div:first-of-type{border-top: 0;padding: 25px 0 40px;}
.g_option_wrap .option_list > div:first-of-type{border-top: 3px solid #414141;padding: 40px 0}
.g_option_wrap .option_pri h4{width: 100%;padding-bottom: 10px;padding-top: 10px;}
.g_option_wrap .option_pri span:first-of-type{font-weight: bold;color: #3c6e01;}
.option_list > div > h4{font-size: 25px;font-weight: normal;display: inline-block;padding-right: 55px;vertical-align: top;}
.option_list > div > div{display: inline-block;}
.option_list > div .opt1 > div:last-child > div{margin-bottom: 0;padding: 15px 0;border-bottom: 1px solid #e4e4e4;}
.option_list h4.minw{width: 200px;}
.option_list h4.firw{width: 145px;}
.option_list h4.law{width: 390px;}
.opt1{width: calc(100% - 145px)}
.opt1 > p{font-size: 15px;font-family: 'Marcellus English'!important;padding-bottom: 25px;padding-top: 10px;}
.opt1 > div:first-of-type{background: #fff;padding: 0 35px;}
.opt1 > div:first-of-type h3{font-size: 20px;color: #000;font-weight: normal;padding-bottom: 15px;font-family: 'Marcellus English', 'SUIT'!important;}
.opt1 > div:first-of-type ul{border-top: 1px solid #000;}
.opt1 > div:first-of-type ul li{border-bottom: 1px solid #eaeaea;padding: 20px 0;font-size: 19px;}
.opt1 > div:first-of-type ul li span{margin-left: 20px;padding-left: 20px;border-left: 1px solid #cccccc;font-weight: 200;}
.opt1 > div:first-of-type ul li input{width: 130px;text-align: center;background: transparent;border: 0;outline: 0;}
.opt1 > div:first-of-type ul li button{background: #fff;width: 30px;height: 30px;line-height: 30px;text-align: center;border: 1px solid #cccccc;font-size: 17px;}
.opt1 > div:first-of-type > div:first-of-type{margin-bottom: 35px;}
.opt1 .input_wrap{display: inline-block;float: right;margin-top: -6px;}
.opt1 > div:first-of-type p{font-size: 13px;padding-top: 30px;color: #2f2f2f;}
.opt1 > div:last-of-type{margin-top: 40px;padding: 0 35px;font-size: 19px;font-family: 'Marcellus English', 'SUIT'!important;}
.opt1 > div:last-of-type span{margin-left: 20px;padding-left: 20px;border-left: 1px solid #cccccc;font-weight: 200;font-family: 'SUIT'!important;}
.opt1 > div:last-of-type input{width: 130px;text-align: center;background: transparent;border: 0;outline: 0;}
.opt1 > div:last-of-type button{background: #fff;width: 30px;height: 30px;line-height: 30px;text-align: center;border: 1px solid #cccccc;font-size: 17px;}
.option_list .input_wrap{display: inline-block;margin-bottom: 0;}
.option_list .input_wrap input{border: 0;border-bottom: 1px solid #b6b6b6;padding-bottom: 10px;font-size: 17px;padding-top: 5px;height: 35px;color: #000;border-radius: 0;margin-right: 5px;}
.option_list .input_wrap input:last-child{margin-right: 0;}
.option_list .input_wrap input::placeholder{color: #8d8c8c;}
.option_list .input_wrap select{border: 0;border: 1px solid #adadad;padding: 5px 15px;font-size: 17px;width: 190px;height: 35px;border-radius: 0;background: #fff;color: #000;}
.option_list .opt2 .input_wrap select{border: 0;border-bottom: 1px solid #adadad;padding: 5px 0;}
.option_list div div div > span{font-size: 17px;width: 150px;display: inline-block;}
.option_list div > div > div{margin-bottom: 40px;}
.option_list div > div > div i.i_text{font-size: 12px;font-style: normal;color: #9c786f;margin-left: 15px;}
.option_list div > div > div div.second_div{display: inline-block;margin-bottom: 0;}
.option_list div > div > div span.second_span{margin-left: 15px;}
.option_list div > div > div:last-child{margin-bottom: 0;}
.option_list textarea{width: 100%;margin: 15px 0;max-width: 900px;padding: 15px;font-size: 14px;}
.opt2{width: calc(100% - 200px)}
.opt2 div:nth-child(3) select{width: 135px;}
.opt2 p{font-size: 13px;color: #2f2f2f;line-height: 1.8;}
.opt2 input[type = radio] {display: none;}
.opt3 input[type = checkbox] {width: 0;height: 0;position: absolute;}
.opt2 label{font-size: 17px;}
.opt2 label span{width: 26px;height: 26px;display: inline-block;font-size: 16px;border: 1px solid #cdcdcd;border-radius: 100%;text-align: center;line-height: 26px;color: #b1b1b1;vertical-align: middle;margin-right: 15px;}
.opt2 input[type = radio]:checked ~ label span{background: #000;border: 1px solid #000;color: #fff;}
.opt2 .radio_wrap{display: inline-block;margin-right: 35px;margin-bottom: 0;cursor: pointer}
.opt2 .radio_wrap label{cursor: pointer}
.opt2 .select_wrap{margin-bottom: 35px;}
.opt2 .select_wrap h3{display: inline-block;font-size: 17px;width: 45px;font-weight: normal;}
.opt2 div.select_wrap select{width: 330px;padding-bottom: 10px;border: 0;outline: 0;border-bottom: 1px solid #000;font-size: 17px;margin-right: 20px;border-radius: 0;color: #000;background: #fff;padding-right: 40px;}
.opt2 div.select_wrap button{width: 115px;height: 40px;line-height: 40px;text-align: center;font-size: 15px;}
.opt2 .select_wrap select:selected ~ button{background: #000;color: #fff;border: 1px solid #000;}
.opt2 .select_wrap button{background: #fff;color: #000;border: 1px solid #000;}
.opt2 h2{font-weight: normal;font-size: 20px;padding-bottom: 20px;}
.opt2 ul{border-top: 1px solid #000;}
.opt2 ul li{padding: 20px 10px;font-size: 16px;color: #3f3f3f;border-bottom: 1px solid #e2e2e2;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start}
.opt2 ul li span{width: 50%;}
.opt2 ul li span:first-child{border-right: 1px solid #cccccc;}
.opt2 ul li span:last-child{padding-left: 55px;}
.opt3{width: calc(100% - 390px);border-top: 1px solid #000;border-bottom: 1px solid #d3d3d3;padding: 25px 10px;}
.opt3 div.checkbox_wrap{display: block;margin-bottom: 20px;font-size: 16px;width: 100%;}
.opt3 div.checkbox_wrap:last-child{margin-bottom: 0;}
.opt3 .input_wrap{width: 100%;}
.opt3 div.checkbox_wrap a{font-style: 16px;float: right;}
.opt3 div.checkbox_wrap a img{margin-left: 10px;}
.opt3 div.checkbox_wrap span{font-size: 14px;width: 21px;height: 21px;line-height: 21px;text-align: center;color: #fff;border: 1px solid #b4b4b4;margin-right: 15px;display: inline-block;}
.opt3 div.checkbox_wrap label{line-height: 21px;cursor: pointer}
.opt3 div.checkbox_wrap input:checked ~ label span{color: #000;}
.finish_wrap{width: 1500px;margin: 0 auto;padding-top: 80px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 120px;}
.g_option_wrap .opt2 p{font-size: 16px;}

.g_finish_wrap .reserve_f .resvNo {word-break: break-all}
.g_finish_wrap .reserve_f td:first-child{border-right: 1px solid #e2e2e2;text-align: center;max-width: 100px;}
.g_finish_wrap .reserve_f td i{font-style: normal;color: #d6d7d3;padding:0 10px;}
.g_finish_wrap .reserve_f td div{padding: 15px 20px;border-bottom: 1px solid #e2e2e2;line-height: 1.6;}
.g_finish_wrap .reserve_f td div:last-child{border-bottom: 0;}
.g_finish_wrap .reserve_f tr:first-child{background: #f6f6f6;}
.g_finish_wrap .reserve_f tr:nth-child(5) td:last-child{padding: 0;}

.g_finish_wrap .reserve_f table{margin-bottom: 20px;}
.g_finish_wrap .reserve_f h2{margin-top: 150px;}
.golf_mypage{float: right;font-size: 17px;background: #2f3924;height: 50px;line-height: 50px;border-radius: 5px;padding:0 15px;color: #fff;display: inline-block;}
.golf_mypage img{margin-left: 45px;}

.reseve_ftit{font-size: 37px;font-weight: 300;line-height: 1.3;letter-spacing: -.5px;}
.reserve_f{width: 1000px;}
.reserve_f h3{font-size: 20px;font-family: 'Marcellus English'!important;padding-bottom: 25px;font-weight: normal;}
.reserve_f table{width: 100%;border-collapse: collapse;border-top: 1px solid #000;margin-bottom: 75px;}
.reserve_f th{background: #f6f6f6;font-size: 21px;padding: 25px 20px;text-align: left;font-weight: normal;}
.reserve_f tr{border-bottom: 1px solid #e2e2e2;}
.reserve_f th:first-child{width: 190px;text-align: center;}
.reserve_f td{font-size: 18px;padding: 15px 20px;text-align: left;font-weight: normal;color: #656565;}
.reserve_f td:last-child{color: #000;}
.reserve_f h2{font-size: 37px;letter-spacing: -.5px;font-weight: 500;padding-bottom: 50px;}
.reserve_f h2 span{font-size: 13px;font-weight: normal;padding-left: 30px;}
.reserve_f ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;}
.reserve_f ul li{width: 32%;font-size: 20px;margin-right: 2%;}
.reserve_f ul li:last-child{margin-right: 0;}
.reserve_f ul li{width: 32%;font-size: 20px;}
.reserve_f ul li a{font-size: 18px;display: inline-block;width: 100%;}
.reserve_f ul li a img{float: right;margin-top: 10px;}
.reserve_f ul li button{font-size: 18px;display: inline-block;width: 100%;text-align: left;}
.reserve_f ul li button img{float: right;margin-top: 10px;}
.reserve_f ul li h4{font-weight: normal;padding: 30px 10px;border-top: 1px solid #000;border-bottom: 1px solid #e2e2e2;}
.reserve_f ul li h4 span{float: right;font-size: 23px;font-weight: 500;}
.reserve_f td.fwb{font-weight: 600;}
html.no-scroll{overflow-y:hidden;}
body.no-scroll{overflow-y:hidden;}
.re_mem_img_box {width: 100%;margin-top: 50px}
.re_mem_img_box img {max-width: 100%;width: auto;height: auto;}
.re_mem_box{border: 1px solid #dfdfdf;text-align: center;padding: 70px 0;margin-top: 50px;margin-bottom: 20px;}
.re_mem_box h3{font-size: 26px;padding-bottom: 15px;font-weight: normal;}
.re_mem_box h4{font-size: 55px;font-family: 'Marcellus English'!important;font-weight: normal;padding-bottom: 60px;}
.re_mem_box p{font-size: 18px;padding-top: 10px;line-height: 1.8;}
.re_mem_box p span{display: block;font-weight: bold;}
.re_mem_link{width: 100%;display: block;text-align: right;background: #822c41;color: #fff;padding: 20px 40px;font-size: 20px;}
.re_mem_link img{padding-left: 15px;}
.re_service_table{margin-top: 60px;}
.re_service_table h3{font-size: 25px;font-weight: normal;padding-bottom: 20px;}
.re_service_table p{font-size: 18px;color: #4f4f4f;}
.re_service_table span{font-size: 15px;color: #5d5d5d;line-height: 1.8;}
.re_service_table table{margin-top: 35px;margin-bottom: 30px;border-collapse: collapse;border-top: 1px solid #000;width: 100%;font-size: 17px;}
.re_service_table table th{width: 16.6%;padding: 15px 0;border-bottom: 1px solid #dfdfdf;border-right: 1px solid #dfdfdf;}
.re_service_table table td{width: 16.6%;padding: 15px 0;text-align: center;border-bottom: 1px solid #dfdfdf;border-right: 1px solid #dfdfdf;}
.re_service_table table td:nth-child(3){color: #dd0000;}
.re_service_table table th:last-child{border-right: 0;}
.re_service_table table td:last-child{border-right: 0;}
.contact_agree{border-bottom: 1px solid #dfdfdf;}
.contact_agree h3{font-size: 26px;padding-bottom: 25px;}
.agree_box{border: 1px solid #dfdfdf;padding: 40px 60px;font-size: 18px;line-height: 1.8;}
.contact_agree p{font-size: 16px;padding-top: 25px;}
.agree_wrap{margin-top: 30px;padding-bottom: 55px;}
.agree_wrap div{display: inline-block;}
.agree_wrap input{display: none;}
.agree_wrap label{font-size:18px;margin-right: 30px;cursor: pointer;}
.agree_wrap label i{color: #aaaaaa;width: 25px;height: 25px;line-height: 25px;border: 1px solid #dfdfdf;border-radius: 100%;text-align: center;margin-right: 10px;}
.agree_wrap input:checked ~ label i{background: #000;border: 1px solid #000;color: #fff;}

.g_cal{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;background: #fff;font-size: 15px;width: 245px;padding: 12px 0;border-radius: 100px;text-align: center;float: right;justify-content: center;margin-bottom: 10px;}
.g_cal div{margin:0 9px;}
.g_cal div span{}
.g_cal div:first-child span{width: 6px;height: 6px;display: inline-block;background: #669b1a;border-radius: 100%;vertical-align: top;margin-left: 4px;}
.g_cal div:last-child span{display: inline-block;width: 15px;height: 15px;border-radius: 100%;background: #516d32;vertical-align: middle;margin-right: 4px;margin-top: -3px;}

.opt_policy_header .dialog_close{position: absolute;width: 30px;right: 20px;top: 25px;cursor: pointer}
.dialog_close img{width: 100%;}
dialog.opt_policy {
    width: 60%;
    height: 60%;
    overflow: auto;
    border-radius: 5px;
    padding: 30px;
    position: fixed;border: 0;
}
dialog.opt_policy h2{font-size: 22px;font-weight: normal;}

dialog.opt_policy::-webkit-scrollbar {
    width: 10px;
  }
dialog.opt_policy::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
dialog.opt_policy::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 10px;
}

.mp_wrap{width: 1200px;display: block;margin: 0 auto;padding-top: 60px;padding-bottom: 150px;}
.mp_wrap h1{font-size: 35px;padding-bottom: 30px;}
.mp_user h2 div{background: #f4f4f4;}
.mp_user h2 label{display: none;}
.mp_user h2 div{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding: 30px 40px;align-items: center}
.mp_user h2 div span span:first-child{font-size: 20px;}
.mp_user h2 div span span:first-child i{margin-right: 5px;}
.mp_user h2 div span span i:nth-child(2){font-style: normal;font-weight: bolder;}
.mp_user h2 div span span{font-size: 17px;display: inline-block;vertical-align: middle;}
.mp_user h2 div span span:last-child::before{content: '';width: 1px;height: 15px;display: inline-block;background: #dcdcdc;margin:0 15px;}
.mp_user h2 div a{font-size: 14px;padding: 15px 40px;border-radius: 5px;background: #fff;margin-left: 10px;}

.mp_user .mp_btn{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-top: 15px;margin-bottom: 55px;}
.mp_user .mp_btn a{width: 49.5%;text-align: center;font-size: 18px;padding: 0 20px;height: 60px;line-height: 60px;}
.mp_user .mp_btn a i:first-child{float: left;font-size: 25px;line-height: 60px;}
.mp_user .mp_btn a i:last-child{float: right;line-height: 60px;}
.mp_user .mp_btn a span{font-size: 15px;font-weight: normal;}
.mp_user .mp_btn a:first-child{background: #822c41;color: #fff;}
.mp_user .mp_btn a.normal{background: #000;}
.mp_user .mp_btn a:nth-child(2){background: #9c6c4c;color: #fff;}
.mp_user .mp_btn a:nth-child(3){background: #fff;color: #000;border: 1px solid #000;}

.mp_plf_type{width: 100%;border-bottom: 1px solid #cccccc;margin-bottom: 40px;}
.mp_plf_type ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: baseline}
.mp_plf_type ul li{margin-right: 30px;}
.mp_plf_type ul a{color: #5c5c5c;font-size: 17px;padding-bottom: 15px;display: block;}
.mp_plf_type ul li a.on{color: #822c41;border-bottom: 3px solid #822c41;}

.mp_flow_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.mp_flow_wrap ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;border-collapse: collapse;}
.mp_flow_wrap ul a{font-size: 15px;border: 1px solid #d6d6d6;border-bottom: 0;display: block;padding: 10px 80px;}
.mp_flow_wrap ul a.on{border: 1px solid #000;border-bottom: 0;}
.mp_flow_wrap div{margin-top: 5px;}
.mp_flow_wrap div a{font-size: 14px;padding: 7px 14px;border: 1px solid #707070;border-radius: 3px;margin-left: 10px;}
.mp_flow_wrap div a .fa-long-arrow-right{margin-left: 15px;}
.mp_flow_wrap div a .fa-calendar{margin-right: 5px;}

.mp_resv_result table{width: 100%;border-top: 3px solid #000;border-collapse: collapse;text-align: center;font-size: 15px;font-weight: normal;}
.mp_resv_result table th{padding: 15px 0;border-bottom: 1px solid #cccccc;}
.mp_resv_result table td{padding: 15px 0;border-bottom: 1px solid #e5e5e5;}
.mp_resv_result table td.resv_clr{color: #9c6c4c;}
.mp_resv_result table td.resv_link{width: 120px;}
.mp_resv_result table td.resv_bg a{color: #fff;background: #9c6c4c;border: 1px solid #9c6c4c;}
.mp_resv_result table td a{font-size: 14px;padding: 8px 23px;border: 1px solid #9a9a9a;}
.mp_resv_result p{font-size: 13px;padding-top: 20px;}

.pv_wrap{width: 450px;margin: 0 auto;display: block;text-align: center;padding: 170px 0;}
.pv_wrap h2{font-size: 30px;}
.pv_wrap p{font-size: 16px;padding: 25px 0 35px;}
.pv_wrap form{text-align: left;}
.pv_wrap label{width: 100%;display: block;font-size: 16px;font-family: 'Marcellus English'!important;padding-bottom: 15px;}
.pv_wrap input{width: 100%;font-size: 16px;border: 0;border-radius: 0;border-bottom: 1px solid #ccc;padding: 15px 0;box-shadow: none}
.pv_pw_wrap{margin-top: 40px;}
.pv_wrap button{width: 190px;display: block;margin: 0 auto;padding: 20px 0;color: #fff;font-size: 16px;background: #812c41;border: 0;border-radius: 0;margin-top: 30px;}

.write_flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.write_flex .wrtie_div{width: 32%;margin-top: 45px;}
.write_flex .wrtie_div label{display: block;margin-bottom: 15px;font-size: 16px;}
.write_flex .wrtie_div input{width: 100%;border-radius:0;border: 0;border-bottom: 1px solid #000;box-shadow: none;font-size: 18px;padding: 10px 0;height: 45px;margin-bottom: 20px;}
.write_flex .wrtie_div select{width: 100%;border-radius:0;border: 0;border-bottom: 1px solid #000;font-size: 18px;padding: 10px 0;height: 45px;margin-bottom: 20px;}
.write_flex .write_div{width: 32%;margin-top: 45px;}
.write_flex .write_div label{display: block;margin-bottom: 15px;font-size: 16px;}
.write_flex .write_div input{width: 100%;border-radius:0;border: 0;border-bottom: 1px solid #000;box-shadow: none;font-size: 18px;padding: 10px 0;height: 45px;margin-bottom: 20px;}
.write_flex .write_div select{width: 100%;border-radius:0 !important;border: 0 !important;border-bottom: 1px solid #000 !important;font-size: 18px;padding: 10px 0;height: 45px !important;margin-bottom: 20px;}
#ft {background:#f5f5f7;margin:0 auto;text-align:center;border-top: 1px solid #f5f5f7;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft #ft_wr {width:100%;margin:0;padding:70px 3% 100px;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding-top: 55px;}
#ft .ft_text{font-size: 15px;line-height: 1.8;padding: 20px 0;color: #000;letter-spacing: -0.5px;font-weight: normal;}
#ft .ft_copy{font-size: 14px;color: #757575;padding-top: 20px;}
#ft_link {text-align:left}
#ft #ft_link a {display:block;color:#000;line-height:2em;font-weight:bold;font-size: 16px;margin-right: 30px;}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft #ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#ft_tos #ft_wr {width:100%;margin:0;padding:70px 3% 100px;position:relative;display:inline-block;text-align:left}
#ft_tos .ft_logo img{width: 260px;}
#ft_tos .ft_copy{font-size: 14px;color: #fff;padding-top: 20px;font-family: 'Marcellus English'!important;}
#ft_tos #ft_link a {display:block;color:#fff;line-height:2em;font-weight:normal;font-size: 16px;margin-right: 30px;}
#ft_tos {background:#f5f5f7;margin:0 auto;text-align:center}
#ft_tos h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_tos .ft_text{font-size: 15px;line-height: 1.8;padding: 20px 0;color: #fff;letter-spacing: -0.5px;font-weight: 200;}
#ft_tos canvas{height: 100%;}
#ft_cc #ft_wr {width:100%;margin:0;padding:70px 3% 100px;position:relative;display:inline-block;text-align:left}
#ft_cc .ft_logo img{width: 180px;}
#ft_cc .ft_copy{font-size: 14px;color: #959494;padding-top: 20px;font-family: 'Marcellus English'!important;}
#ft_cc #ft_link a {display:block;color:#fff;line-height:2em;font-weight:normal;font-size: 16px;margin-right: 30px;}
#ft_cc {background:#f5f5f7;margin:0 auto;text-align:center}
#ft_cc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_cc .ft_text{font-size: 15px;line-height: 1.8;padding: 20px 0;color: #a4a4a4;letter-spacing: -0.5px;font-weight: 200;}
#ft_cc canvas{height: 100%;}
#ft_dark #ft_wr {width:100%;margin:0;padding:70px 3% 100px;position:relative;display:inline-block;text-align:left}
#ft_dark .ft_logo img{width: 180px;}
#ft_dark .ft_copy{font-size: 14px;color: #959494;padding-top: 20px;font-family: 'Marcellus English'!important;}
#ft_dark #ft_link a {display:block;color:#fff;line-height:2em;font-weight:normal;font-size: 16px;margin-right: 30px;}
#ft_dark {background:#333333;margin:0 auto;text-align:center}
#ft_dark h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_dark .ft_text{font-size: 15px;line-height: 1.8;padding: 20px 0;color: #a4a4a4;letter-spacing: -0.5px;font-weight: 200;}
#ft_dark canvas{height: 100%;}
#ft_re #ft_wr {width:100%;margin:0;padding:70px 3% 100px;position:relative;display:inline-block;text-align:left}
#ft_re .ft_logo img{width: 180px;}
#ft_re .ft_copy{font-size: 14px;color: #959494;padding-top: 20px;font-family: 'Marcellus English'!important;}
#ft_re #ft_link a {display:block;color:#fff;line-height:2em;font-weight:normal;font-size: 16px;margin-right: 30px;}
#ft_re {background:#000;margin:0 auto;text-align:center}
#ft_re h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_re .ft_text{font-size: 15px;line-height: 1.8;padding: 20px 0;color: #a4a4a4;letter-spacing: -0.5px;font-weight: 200;}
#ft_re canvas{height: 100%;}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}
.ft_right{
  position: absolute;right: 3%;padding: 70px 0 100px;top: 0;display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;height: 100%;
}
.ft_sns{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;}
.ft_sns a{margin-left: 37px;}
.ft_num{text-align: right;}
.ft_num p{font-size: 18px;font-weight: bold;letter-spacing: -.5px;}
.ft_num h2{font-size: 30px;font-weight: normal;padding: 15px 0 10px;}
.ft_num span{font-size: 14px;letter-spacing: -.5px;}
/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}
/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/*
a:focus{background: transparent !important;}
a:target{background: transparent !important;}
a:focus-within{background: transparent !important;}
*/
a, button{-webkit-tap-highlight-color : transparent !important;}
/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}
/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}
/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}
/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}
#bo_v_con span{font-size: 20px !important;line-height: 1.6;}
#bo_v_con p{font-size: 20px !important;line-height: 1.6;}
#bo_v_con a{font-size: 20px !important;line-height: 1.6;}
/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 20px;text-align:center;font-weight:normal;border:0;font-size:15px;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:right} /* 서식단계 진행 */
.btn_submit {border:0;background:#000;color:#fff;cursor:pointer;border-radius:3px;font-weight: normal;}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff;font-weight: normal;}
a.btn_close {text-align:center;line-height:50px;font-weight: normal;}
a.btn_cancel {display:inline-block;background:#000;color:#fff;text-decoration:none;border: 1px solid #000;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}
/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#fff;text-decoration:none;vertical-align:middle;border:0;background:transparent;background: #000;border-radius: 3px;font-weight: normal}
.btn_b01:hover, .btn_b01:hover {color:#fff}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#000;text-decoration:none;vertical-align:middle;border: 1px solid #b7b7b7;border-radius: 3px;font-weight: normal;} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#000}
/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #000;border-bottom:1px solid #d1d1d1}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #d1d1d1;height:40px;font-size: 16px;}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;line-height:1.4em;height:60px;word-break:break-all;font-size: 16px;}
.tbl_head01 td a{font-size: 16px;}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}
.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}
/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}
.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}
/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}
/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}
/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}
.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}
/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}
/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}
/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}
/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}
/* 페이징 */
.pg_wrap {clear:both;display: block;text-align: center;padding-top: 70px;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#fff;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#000;font-size:17px;height:30px;line-height:28px;padding:0 5px;min-width:20px;text-decoration:none;}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fff}
.pg_current {display:inline-block;background:#fff;border-bottom:1px solid #000;color:#000;font-weight:normal;height:30px;line-height:28px;padding:0 5px;min-width:20px;font-size: 17px;}
.more_button{display: block;width: 160px;height: 50px;line-height: 50px;margin: 0 auto;border: 1px solid #000;font-size: 15px;font-family: 'Marcellus English'!important;text-align: center;cursor: pointer;}
/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
body{position: relative;}
.mobile_button{position: fixed;width: 100%;bottom: 0;left: 0;padding: 15px;background: #fff;z-index: 100;border-top: 1px solid #f1f1f1;}
.mobile_button ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.mobile_button ul li{width: 19%;text-align: center;position: relative;}
.mobile_button ul li i{display: block;font-size: 18px;padding-bottom: 10px;transition: .5s;}
.mobile_button ul li i.fas{opacity: 0;position: absolute;top: 0;left: 0;width: 100%;}
.mobile_button ul li a:hover .far{opacity: 0;}
.mobile_button ul li a:hover .fas{opacity: 1;}
.mobile_button ul li a{font-size: 12px;letter-spacing: -.5px;-ms-word-break: keep-all;
  word-break: keep-all;}
.btn-tag{display: inline-block;}
.mobile_button{display: none;}
.mobile_re_btn{position: relative;}
.mobile_re_btn::before{content: '';position: absolute;background: #72ecdc;border-radius: 100%;width: 15px;height: 15px;display: inline-block;z-index: -1;margin-top: -2px;}
.sp_b_wrap{position: absolute;margin-top:-70px;display: inline-block;left: 50%;
	animation: float 2s ease-in-out infinite;transition: .5s}
.speech-bubble {position: relative;background: #29c0a9;border-radius: 7px;color: #fff;font-size: 13px;padding: 8px;width: max-content;}
.speech-bubble:after {content: '';position: absolute;bottom: 1px;left: 50%;width: 0;height: 0;border:7px solid transparent;border-top-color: #29c0a9;border-bottom: 0;margin-left: -7px;margin-bottom: -7px;}

@keyframes float {
	0% {
		transform: translate(-50%, 5px);
	}
	50% {
		transform: translate(-50%, -5px);
	}
	100% {
		transform: translate(-50%, 5px);
	}
}

.exlogin_ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.exlogin_ul li{text-align: center;padding: 40px 50px;border-radius: 20px;border: 1px solid #d2d2d2;width: 45%;}
.exlogin_ul li.exlogin_cir{width: 9%;border: 0;padding: 0;border-radius: 0;}
.exlogin_ul li.exlogin_cir div{display: block;width: 15px;height: 15px;border-radius: 100%;background: #822c41;margin: 0 auto;}
.exlogin_h{font-size: 25px;margin-bottom: 25px;height: 60px;display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;}
.exlogin_p{font-family: 'Marcellus English'!important;padding: 25px 0;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.exlogin_p span{font-size: 17px;}
.exlogin_p p{font-size: 35px;}
.exlogin_text{font-size: 16px;margin-top: 50px;line-height: 1.5;}
.exlogin_text b{text-decoration: underline;}

.exlogin_mem{color: #fff;background: #822c41;border: 1px solid #822c41;
/*    background-image: url(../img/member_login_bg_03.png);background-repeat: no-repeat;background-position: bottom right*/
}
.exlogin_mem .exlogin_h{color: #fff;}
.exlogin_mem .exlogin_p{border-top: 1px solid #8f4254;border-bottom: 1px solid #8f4254;}
.exlogin_mem .exlogin_p span{color: #ffefc8;}
.exlogin_mem .exlogin_p p{color: #fff;}
.exlogin_mem .exlogin_text{color: #fff;}


/*pc 여기까지*/

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

.pa_text p{font-size: 20px;line-height: 1.6;}
@media screen and (max-width: 1595px){
/*  #hd{background: transparent;position: absolute;width: 100%;top: 0;left: 0;border-bottom: 0;}*/
    .platform_link_wrap{width: 90%;}
    .goods_img img {
            width:auto;
            max-width: 100%;
            height: auto;
        }
        .goods_text span.tit {
            font-size: 20px;
        }
        .goods_text h2 {
            font-size: 25px
        }
        .goods_text p {
            font-size: 16px
        }
        .goods_text {
            padding-left: 35px;
        }

  .book_cncl_resn input{}
  .book_info_wrap .book_cncl_resn th{width: 100px;display: block;}
  .book_info_wrap .book_cncl_resn td{width: calc(100% - 100px);}
  .book_info_wrap .book_cncl_resn td input{width: 100% !important;}
  #hd{height: 65px;}
  #hd #gnb{width: 30%;}
  #hd_tos #gnb{width: 30%;}
  #hd_white #gnb{width: 30%;}
  #hd_cc #gnb{width: 30%;}
  #hd_cc_white #gnb{width: 30%;}
  #hd_re #gnb{width: 30%;}
  #hd_re_white #gnb{width: 30%;}
  #hd_siena #gnb{width: 30%;height: 65px;}
/*  #hd_siena #gnb{width: 55%;}*/
  #gnb_1dul li{display: none;}
  #gnb_1dul li:first-child{display: inline-block;}
  #hd, #hd_tos, #hd_cc, #hd_re, #hd_re_white, #hd_white, #hd_siena, #wrapper, #ft, #ft_re {
    min-width: 100%;
}
/*  #hd #gnb .gnb_menu_btn{color: #fff;}*/
  #gnb .gnb_1over{display: none;}
  #hd_wrapper{padding:0 20px;height: 65px;}
  #hd_wrapper #gnb .gnb_menu_btn{height: 65px;}
  #hd_siena #hd_wrapper{height: 123px;}
  #hd #logo img{width: 130px;}
  #hd_siena #logo img{width: 130px;}
  #hd_white #logo img{width: 110px;}
  /* #hd_tos #logo img{width: 110px;} */
  #hd_cc #logo img{width: 150px;}
  #hd_cc_white #logo img{width: 150px;}
  #hd_re #logo img{width: 130px;}
  #hd_re_white #logo img{width: 130px;}
  #hd_siena #logo img{width: 130px;}
  .ft_logo img{width: 130px;}
  #ft_tos .ft_logo img{width: 200px;}
  #ft_dark .ft_logo img{width: 130px;}
  #ft_re .ft_logo img{width: 130px;}
  #gnb_all .all_head .all_logo img{width: 130px;}
  #gnb_all .all_head{padding: 20px 30px 25px;}
  .gnb_close_btn{top: 20px;right: 20px;width: 30px;}
  .gnb_close_btn img{width: 100%;}
  #gnb_all .gnb_tit{font-size: 20px;margin-bottom: 50px;}
  #gnb_all .gnb_al_li a{font-size: 30px;}
  #gnb_all .gnb_al_li{}
/*  #gnb_all{right: -105%;width: 100%;}*/
  #gnb_all .all_head .all_logo a{text-align: right;}
  #gnb_all .all_head .all_logo a:first-child{text-align: left;width: 60%;}
  #gnb_all .all_head .all_logo a:nth-child(2){font-size: 20px;width: 30px;text-align: left;}
  #gnb_all .all_head .all_logo a:nth-child(3){font-size: 14px;}
  #gnb_all .gnb_al_li li a{font-size: 15px;}
  .sub_top{display: none;}
  .gnb_hover{display: none;}
  #ft #ft_wr{padding: 50px 5% 150px;}
  .ft_sns a{margin-left: 25px;}
  .ft_sns img{width: 22px;}
/*  .ft_right{padding: 50px 0;right: 5%;height: auto;}*/
  #ft #ft_link a{font-size: 15px;margin-right: 15px;}
  .ft_num{text-align: left;}
  #ft .ft_text{padding-bottom: 30px;font-size: 14px;}
  .ft_num p{font-size: 16px;}
  .ft_num h2{font-size: 25px;padding: 5px 0;}
  #ft .ft_copy{padding-top: 50px;font-size: 13px;}
  #ft_tos .ft_text{font-size: 14px;}
  #ft_tos #ft_wr{padding: 50px 5% 150px;}
  #ft_tos #ft_link a{font-size: 14px;margin-right: 15px;}
  #ft_tos{background-position: center top !important;}
  #ft_dark .ft_text{font-size: 14px;}
   #ft_dark #ft_wr{padding: 50px 5% 150px;}
    #ft_dark #ft_link a{font-size: 14px;margin-right: 15px;}
    #ft_dark .ft_text{padding-bottom: 30px;}
  #ft_cc .ft_text{font-size: 14px;}
   #ft_cc #ft_wr{padding: 50px 5% 150px;}
    #ft_cc #ft_link a{font-size: 14px;margin-right: 15px;}
    #ft_cc .ft_text{padding-bottom: 30px;}
  #ft_re .ft_text{font-size: 14px;}
   #ft_re #ft_wr{padding: 50px 5% 150px;}
    #ft_re #ft_link a{font-size: 14px;margin-right: 15px;}
    #ft_re .ft_text{padding-bottom: 30px;}
  .sec3 .pic_lt3{width: 100%;}
  .sec3 .pic_lt3:first-child{padding-right: 0;border-right: 0;padding-bottom: 80px;border-bottom: 1px solid #dfdfdf;}
  .sec3 .pic_lt3:nth-child(2){padding-left: 0;padding-top: 80px;}
  .resort_sec2 ul li h3{font-size: 20px;padding-bottom: 10px;}
  .resort_sec2 ul li p{font-size: 14px;}
  .resort_sec2 ul li a{font-size: 16px;}
  .resort_sec2 ul li a i{width: 30px;height: 30px;line-height: 30px;}
  .pic_lt #gall_ul .bo_tit{font-size: 20px;letter-spacing: -.5px;}
  body #bo_gall .gall_text_href .bo_tit{font-size: 20px;letter-spacing: -.5px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .pic_lt .gall_con .tag_list a{font-size: 13px;padding: 6px 10px;}
  #gall_ul .tag_list a{font-size: 13px;padding: 6px 10px;}
  .pic_lt  #gall_ul .bo_cnt{line-height: 1.6;}
  .pic_lt .bo_cate_link{margin-top: -10px;}
  #bo_gall .gall_top_wrap .bo_cate_link{margin-top: -10px;}
  .pic_lt .mem_con{bottom: 15px;left: 25px;font-size: 11px;}
  .pic_lt .mem_con i{font-size: 18px;width: 45px;height: 45px;line-height: 45px;}
  #bo_gall .mem_con{bottom: 15px;left: 25px;font-size: 11px;}
  #bo_gall .mem_con i{font-size: 18px;width: 45px;height: 45px;line-height: 45px;}
  .sec1 .sec_con ul li .sec_con_text h2{font-size: 25px;}
  .sec1 .sec_con ul li .sec_con_text p{font-size: 15px;padding-top: 5px;word-break: keep-all;}
  .sec1 .sec_con ul li .sec_con_text a{font-size: 13px;border-bottom: 2px solid #fff;padding-bottom: 5px;margin-top: 20px;}
  .sec1 .sec_con ul li .sec_con_text2 h2{font-size: 30px;}
  .sec1 .sec_con ul li .sec_con_text2 p{font-size: 15px;}
  .sec1 .sec_con ul li .sec_con_text2 a{font-size: 20px;margin-top: 40px;}
  .sec1 .sec_con ul li .sec_con_text{left: 30px;bottom: 30px;width: 85%;word-break: keep-all;}
  .sec1 .sec_con ul li .sec_con_text2{top: 45px;}
  .sec1 .sec_con ul li .sec_con_text2 a img{padding-left: 30px;}
  .pic_lt3 h2.lat_title{padding-bottom: 40px;}
  .pic_lt3 .lat_title a{font-size: 35px;}
  .pic_lt3 .lat_title .lt_more{font-size: 14px;}
  .pic_lt3 .li3_flex .lt_subject{font-size: 18px;}
  .pic_lt3 .li3_flex .lt_subject2{font-size: 18px;word-break: keep-all;}
  .sec5 .sec5_text{width: 70%;}
  .sec5 .sec5_text h2 img{width: 200px;}
  .sec5 .sec5_text p{font-size: 15px;word-break: keep-all;padding: 20px 0 60px;}
  .sec5 .sec5_text a{font-size: 18px;}
  .sec5 .sec5_text a span{padding: 0 30px 0 0;}
    .brand_sub1_wrap .brand_video.mb0{margin-bottom: 0 !important;}
  .brand_sub1_wrap .brand_video{height: 650px !important;position: relative !important;margin-bottom: 50px;}
  .exper_sub1_wrap{width: 100%;padding: 0 5%;}
  .exper_sub2_wrap{width: 100%;padding: 0 5%;}
  .exper_sub3_wrap{width: 100%;padding: 0 5%;}
  .exper_sub4_wrap{width: 100%;padding: 0 5%;}
  .ceo_sub1_wrap{width: 100%;padding: 0 5%;}
  .ceo_sub1_text h3{-ms-word-break: keep-all;
  word-break: keep-all;font-size: 20px;}
  .ceo_sub1_bottom div h3{font-size: 20px;}
  .ceo_sub1_text p{font-size: 14px;}
  .ceo_sub1_bottom div p{font-size: 14px;}
  .ceo_sub2 ul li h3{font-size: 20px;}
  .ceo_sub2 ul li p{font-size: 14px;}
  .ceo_sub3 h2{font-size: 20px;}
  .ceo_sub3 ul li h3{font-size: 18px;}
  .ceo_sub3 ul li p{font-size: 14px;}
  .ceo_sub2 ul{width: 100%;padding: 0 5%;}
  .ceo_sub3 div{width: 100%;padding: 0 5%;}
  .ceo_sub1 h2{width: 100%;padding: 0 5% 50px;font-size: 30px;}
  .sub1_board{width: 100%;}
  .sub1_board:first-child{padding-right: 0;border-right: 0;border-bottom: 1px solid #f1f1f1;}
  .sub1_board:nth-child(2){padding-left: 0;padding-top: 50px;}
  .sub3_sec1{padding: 100px 5% 0;width: 100%;}



  .sub3_sec5 ul li{width: 49%;}
  .more_button{display: block;width: 120px;height: 40px;line-height: 40px;margin: 0 auto;border: 1px solid #000;font-size: 15px;font-family: 'Marcellus English'!important;text-align: center;}
  .bo_head_img #bo_v_title .bo_sub{font-size: 14px;}
  .reserve_wrap .re_link_wrap{width: 100%;}
  .reserve_wrap .re_reserve_link{padding: 20px 5%;}
  .re_reserve_link .re_link_wrap h2{font-size: 25px;}
  .re_reserve_link .re_link_wrap a{font-size: 16px;width: 150px;height: 40px;line-height: 40px;}
  .re_reserve_link .re_link_wrap a img{margin-left: 20px;}
  .bo_v_nb{width: 100% !important;}
  .atc_wrap .room-button-prev, .atc_wrap .room-button-next{margin:0 10px;}
  .list .list_btn{height: 50px !important;line-height: 50px !important;font-size: 16px !important;padding: 0 60px !important;}
  .open{display: none;}
  .open_modal{display: none;}
  #bo_v_title{padding: 0 5%;-ms-word-break: keep-all;
  word-break: keep-all;}
  .hd_siena_menu li{margin-right: 20px;}
  .hd_siena_menu a{font-size: 15px;}
  .siena_sub1{width: 100%;padding: 50px 5% 50px;}
  .siena_sub1 span{font-size: 20px;}
  .siena_sub1 h2{font-size: 26px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .siena_sub1 p{font-size: 14px;}
  .siena_sub1 img{width: 100%;}
  .siena_sub1 ul li{width: 100%;}
  .siena_sub1 ul li:first-child{padding-right: 0;border-right: 0;padding-bottom: 20px;}
  .siena_sub1 ul li:last-child{padding-left: 0;}
  .siena_sub1 div{font-size: 16px;}
  .siena_sub1 div span{font-size: 20px;}
  .siena_sub1 div img{width: 40px;}
  .siena_div_wrap{width: 100%;}

  .philo_sub_wrap{padding-top: 0;}
  .philo_sub_wrap .philo_sub1{width: 100%;padding: 50px 5% 50px;}
  .philo_sub_wrap .philo_sub1 li.w60{width: 100%;}
  .philo_sub_wrap .philo_sub1 li.w40{width: 100%;}
  .philo_sub_wrap .philo_sub1 h2{padding-left: 0;font-size: 26px;}
  .philo_sub_wrap .philo_sub1 p{padding-left: 0;font-size: 14px;}
  .philo_sub_wrap .philo_sub1 li{padding-bottom: 60px;}
  .philo_sub_wrap .philo_sub1 ul:nth-child(2n){flex-direction: column-reverse}
  .siena_div1{height: auto;}
  .siena_div2{height: auto;}
  .siena_div3{height: auto;}
  .siena_div4{height: auto;}
  .siena_div5{height: auto;}
  .div1_text h2{font-size: 24px;}
  .div1_text h3{font-size: 16px;padding: 55px 0 40px 0;}
  .div1_text p{font-size: 14px;}
  .div2_text h2{font-size: 24px;}
  .div2_text h3{font-size: 16px;padding: 55px 0 40px 0;}
  .div2_text p{font-size: 14px;}
  .div3_text h2{font-size: 24px;}
  .div3_text h3{font-size: 16px;padding: 55px 0 40px 0;}
  .div3_text p{font-size: 14px;}
  .div4_text h2{font-size: 24px;}
  .div4_text h3{font-size: 16px;padding: 55px 0 40px 0;}
  .div4_text p{font-size: 14px;}
  .div5_text h2{font-size: 24px;}
  .div5_text h3{font-size: 16px;padding: 55px 0 40px 0;}
  .div5_text p{font-size: 14px;}
  .sub1_text{padding: 20px 5% 60px;}
  .sub1_text h2{font-size: 30px;}
  .sub1_text p{font-size: 13px;padding-top: 20px;word-break: keep-all;}
  .sub1_board .pic_lt h2 a{font-size: 18px;}
  .sub1_board .pic_lt {padding-bottom: 50px;}

  .sub1.sub1_sec2{padding-bottom: 10px;}
  .sub1_ul ul li h3{padding: 30px 0 15px;font-size: 20px;}
  .sub1_ul ul li p{font-size: 13px;}
  .sub_main_text{left: 5%;bottom: 150px;width: 90%;-ms-word-break: keep-all;
  word-break: keep-all;}
  .sub_main_text h2{font-size: 35px;}
  .sub_main_text h2 ul{margin-bottom: 20px;}
  .sub_main_text h2 ul a{font-size: 15px;margin-right: 15px;}
  .sub_main_text p{font-size: 13px;margin-top: 10px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .sub2_sec1 .sub2_tit span{font-size: 18px;padding-bottom: 30px;}
  .sub2_sec1 .sub2_tit h2{font-size: 30px;}
  .sub2_sec1 .sub2_tit p{font-size: 14px;line-height: 1.6;}
  .sub2_sec1 ul .sub2_ultext span{font-size: 15px;padding-bottom: 20px;}
  .sub2_sec1 ul .sub2_ultext h2{font-size: 30px;}
  .sub2_sec1 ul .sub2_ultext h2 span{display: inline-block;margin-left: 10px;}
  .sub2_sec1 ul .sub2_ultext p{font-size: 14px;}
  .sec2_img .sec2_text h2{font-size: 30px;}
  .sec2_img .sec2_text span{font-size: 14px;padding: 20px 0;}
  .sec2_img .sec2_text p{font-size: 12px;}
  .sec2_par{padding: 120px 5%;}
  .sec2_par img{width: 120px;}
  .sec2_par span{font-size: 20px;padding: 50px 0 30px;}
  .sec2_par p{font-size: 14px;}
  .sec2_par i{font-size: 20px;padding: 50px 0;word-break: keep-all;}
  .sub2_sec3_text h2{font-size: 25px;}
  .sub2_sec3_text p{font-size: 12px;padding-top: 5px;}
  #ctt_con .sub2_sec4_img{height: 85vw;}
  .sub2_sec4_text h2{font-size: 23px;}
  .sub2_sec4_text p{font-size: 14px;padding: 20px 0;}
  .sub2_sec4_text a{font-size: 15px;}
  .sub_sub_text{width: 90%;;margin-left: 5%;}
  .sub_sub_text span{font-size: 20px;}
  .sub_sub_text h2{font-size: 30px;padding: 15px 0 20px;-ms-word-break: keep-all;
  word-break: keep-all;}
/*  .sub_sub_text h2 strong{display: block;}*/
  .sub_sub_text p{font-size: 14px;}
  .sub3_sec1 h3{font-size: 20px;word-break: keep-all;padding-bottom: 20px;}
  .sub3_sec1 p{font-size: 14px;word-break: keep-all;padding-bottom: 40px;}
  .sub3_sec3 ul li img{width: 100%;}
  .sub3_sec4 ul li span.white{width: 100%;}
  .sub3_sec4 ul li span.w485{width: 100%;}
  .sub3_sec2 h3{font-size: 20px;padding: 60px 0 20px;}
  .sub3_sec2 p{font-size: 14px;padding-bottom: 80px;}
  .sub3_sec3 span{font-size: 15px;padding: 80px 0 15px;}
  .sub3_sec3 h3{font-size: 20px;padding: 0 0 50px;}
  .sub3_sec3 ul li{padding: 50px 30px;margin-bottom: 20px;}
  .sub3_sec3 ul li p{padding-top: 50px;font-size: 14px;}
  .sub3_sec3 .sub3_sec3_li{padding: 50px 30px;}
  .sub3_sec3 .sub3_sec3_li h2{font-size: 20px;word-break: keep-all;}
  .sub3_sec3 .sub3_sec3_li h4{font-size: 16px;padding: 25px 0 35px;}
  .sub3_sec3 .sub3_sec3_li p{font-size: 14px;}
  .sub3_sec4 span.sub3_sec4_span{font-size: 15px;padding: 80px 0 15px;}
  .sub3_sec4 h3{font-size: 20px;padding: 0 0 50px;}
  .sub3_sec4 h2{font-size: 20px;word-break: keep-all;}
  .sub3_sec4 ul.sub3_sec4_ul > li{padding: 50px 30px;}
  .sub3_sec4 ul li span{font-size: 20px;padding: 10px 0;width: 200px;}
  .sub3_sec4 ul.sub3_sec4_ul > li h4{font-size: 18px;padding-bottom: 10px;}
  .sub3_sec4 ul.sub3_sec4_ul > li h5{font-size: 16px;}
  .sub3_sec4 ul.sub3_sec4_ul > li ul li p{font-size: 14px;}
  .sub3_sec4_ul p{font-size: 14px;}
  .sub3_sec4 ul li span.white{font-size: 16px;}
  .sub3_sec4 ul li span.w485{font-size: 16px;}
  .sub3_sec4 ul li .arrow{padding: 20px 0;}
  .sub3_sec4 a{width: 100%;height: 60px;line-height: 60px;margin-top: 50px;font-size: 14px;}
  .sub3_sec5_text h2{font-size: 18px;padding-bottom: 20px;}
  .sub3_sec5_text{padding: 20px 30px;}
  .sub3_sec5_text p{font-size: 14px;padding-top: 20px;}
  .sub3_sec5 .sub3_sec5_p{font-size: 14px;}
  .sub3_sec5 span{font-size: 15px;padding: 80px 0 15px;}
  .sub3_sec5 h3{font-size: 20px;padding: 0 0 50px;}
  .sub3_sec6 .sub3_sec6_text span{font-size: 15px;padding: 80px 0 15px;}
  .sub3_sec6 .sub3_sec6_text h3{font-size: 20px;padding: 0 0 50px;}
  .sub3_sec6 .ok_text h2{font-size: 20px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .sub3_sec6 .ok_text .ok_p{font-size: 14px;}
  .sub3_sec6 .ok_text h4 span{font-size: 15px;}
  .sub3_sec6 .ok_text ul span{font-size: 15px;width: 150px;}
  .sub3_sec6 .ok_text ul p{font-size: 14px;width: calc(100% - 170px);-ms-word-break: keep-all;
  word-break: keep-all;}
  .sub3_sec6 .ok_text ul p span{font-size: 13px;}
  .sub3_sec7 h3{font-size: 20px;padding-top: 100px;padding-bottom: 50px;}
  .sub3_sec7 p{font-size: 14px;padding: 50px 0;}
  .sub3_sec7_event .sub3_event_text{width: 90%;top: 50%;left: 50%;transform: translate(-50%, -50%)}
  .sub3_sec7_event .sub3_event_text h2{font-size: 20px;padding-top: 30px;}
  .sub3_sec7_event .sub3_event_text p{padding: 30px 0;}
  .sub3_sec7_event .sub3_event_text div{font-size: 13px;}
  .sub3_sec7_event{overflow: hidden;}
  .sub3_sec7_event img{width: auto;}
  .sub3_sec7_event .sub3_event_text a{font-size: 14px;width: 250px;margin-top: 50px;height: 60px;line-height: 55px;}
  .sub5{width: 100%;padding: 50px 0;}
  .sub5_sec1 #bo_btn_top{ padding:0 5%;}
  .sub5_sec2 #bo_btn_top{ padding:0 5%;}
  .sub5_sec3 #bo_btn_top{ padding:0 5%;}
  .sub5_sec1{width: 100%;}
  .sub5_sec2{width: 100%;}
  .sub5_sec3{width: 100%;}
  .sub5_sec4{width: 100%;flex-direction: column;}

  .sub51-button-next{right: 10px;}
  .sub51-button-prev{left: 10px;}
  .sub52-button-next{right: 10px;}
  .sub52-button-prev{left: 10px;}
  .sub53-button-next{right: 10px;}
  .sub53-button-prev{left: 10px;}
  .sub5_sec1 .sub5_table1 h2{font-size: 20px;}
  .sub5_sec1 .sub5_table1 table{font-size: 12px;}
  .sub5_sec1 .sub5_table1 p{font-size: 14px;}
  .sub5_sec2 .sub5_table2 h2{font-size: 20px;}
  .sub5_sec2 .sub5_table2 table{font-size: 12px;}
  .sub5_sec2 .sub5_table2 p{font-size: 14px;}
  .sub5_sec3 .sub5_table3 h2{font-size: 20px;}
  .sub5_sec3 .sub5_table3 table{font-size: 12px;}
  .sub5_sec3 .sub5_table3 p{font-size: 14px;}
  .sub5_sec4 p{font-size: 14px;padding-bottom: 20px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .sub5_sec4 a{font-size: 14px;}
  .cc_sec1{width: 100%;padding: 150px 5% 0;}
  .cc_main{width: 100%;}
  .cc_sec3 .cc_wrap{width: 100%;}
  .cc_sec4 .cc_sec4_text{width: 100%;padding:0 5%;}
  .cc_sec4 ul{width: 100%;}
  .cc_sec5_text{width: 100%;}
  .cc_sec1 .cc_sec1_text span{font-size: 16px;}
  .cc_sec1 .cc_sec1_text h2{font-size: 30px;padding: 30px 0 50px;}
  .cc_sec1 .cc_sec1_text p{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .cc_sec2_slide img{width: auto;height: 500px;}
  .cc_sec2_slide .cc_sec2_text{background: none;left: 50%;transform: translate(-50%, -50%);top: 50%;padding: 0;width: 100%;text-align: center;}
  .cc_sec2_slide .cc_sec2_text span{font-size: 16px;color: #fff;}
  .cc_sec2_slide .cc_sec2_text h2{font-size: 30px;color: #fff;}
  .cc_sec2_slide .cc_sec2_text p{font-size: 14px;color: #fff;}
  .ccmain-button-next, .ccmain-button-prev{padding: 20px;}
  .cc_sec2 .tar{padding: 30px 5%;font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}

  .cc_sec2 ul li span{font-size: 16px;padding: 0 5%;}
  .cc_sec2 ul li h2{font-size: 20px;padding: 10px 5%;}
  .cc_sec2 ul li p{font-size: 14px;padding: 0 5% 30px;}
  .cc_sec3{margin-top: 50px;padding: 50px 0;}
  .cc_sec3 h2{font-size: 30px;padding-left: 5%;}

  .cc_sec4 .cc_sec4_text span{font-size: 16px;}
  .cc_sec4 .cc_sec4_text h2{font-size: 30px;padding: 10px 0 20px;}
  .cc_sec4 .cc_sec4_text p{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}

  .cc_sec4 ul{padding:0 5%;}

  .cc_sec4 li h2{font-size: 20px;padding: 10px 0;}
  .cc_sec4 li p{font-size: 14px;padding-bottom: 20px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .cc_sec5_img{width: 100%;}
  .cc_sec5_text{padding:0 5%;}
  .cc_sec5_text span{font-size: 16px;padding-bottom: 20px;}
  .cc_sec5_text h2{font-size: 25px;padding-bottom: 15px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .cc_sec5_text p{font-size: 14px;padding-bottom: 50px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .cc_sec6 h2{font-size: 30px;}
  .cc_sec6 h2 span{font-size: 16px;}
  .cc_sec6 p{font-size: 14px;}
  .cc_sec6 .my_instagram{padding-top: 15px;}

  .cc_sub1 .cc_sub1_text div{font-size: 18px;}
  .cc_sub1 .cc_sub1_text div span{font-size: 25px;}
  .cc_sub1{width: 100%;padding:0 0 0 5%;}
  .cc_sub1 .cc_sub1_text{padding-right: 5%;}
  .cc_sub1 .cc_sub1_text .cc_tit{font-size: 16px;}
  .cc_sub1 .cc_sub1_text h2{font-size: 30px;padding: 30px 0 50px;}
  .cc_sub1 .cc_sub1_text p{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}

  .cc_sub1_wrap{padding: 50px 0;}
  .cc_sub2_wrap{padding: 50px 0;}
  .cc_sub2{width: 100%;padding: 0 5%;}
  .cc_sub2 .cc_sub2_text .cc_tit{font-size: 16px;}
  .cc_sub2 .cc_sub2_text h2{font-size: 30px;padding: 30px 0 50px;}
  .cc_sub2 ul li{padding:25px;}
  .cc_sub2 ul li h3{font-size: 20px;}
  .cc_sub2 ul li p{font-size: 14px;}
  .cc_sub3_wrap{padding: 50px 0;}
  .cc_sub3{width: 100%;padding: 0 5%;}
  .cc_sub3 .cc_sub3_text .cc_tit{font-size: 16px;}
  .cc_sub3 .cc_sub3_text h2{font-size: 30px;padding: 30px 0 50px;}
  .cc_sub3 ul li > span{font-size: 16px;margin-bottom: 20px;}
  .cc_sub3 ul li h3{width: 27%;}
  .cc_sub3 ul li h4{font-size: 16px;padding-left: 15px;width: 70px;line-height:25px;}
  .cc_sub3 ul li p{font-size: 14px;width: 160px;-ms-word-break: keep-all;
  word-break: keep-all;line-height: 25px;}
  .cc_sub4_wrap{padding: 50px 0;}
  .cc_sub4{width: 100%;padding: 0 5%;}
  .cc_sub4 .cc_sub4_text .cc_tit{font-size: 16px;}
  .cc_sub4 .cc_sub4_text h2{font-size: 30px;padding: 30px 0 50px;}
  .cc_sub4 ul{width: 100%;padding-bottom: 30px;}

  .cc_sub4 ul li a{font-size: 16px;}
  .cc_sub4_1 .cc_sub4_1_slide{width: 100%;}
  .cc_sub4_2 .cc_sub4_2_slide{width: 100%;}
  .cc_sub4_3 .cc_sub4_3_slide{width: 100%;}
  .cc_sub4_4 .cc_sub4_4_slide{width: 100%;}
  .cc_sub4_stext{width: 100%;margin-top: 50px;}
  .cc_sub4_stext h2{font-size: 25px;padding: 10px 0 30px;}
  .cc_sub4_stext p{font-size: 14px;}
  .cc_sub4 .swiper-button-next{right: 10px;transform:translateY(-50%)}
  .cc_sub4 .swiper-button-prev{left: 10px;transform:translateY(-50%)}
  .cc_sub5_wrap{padding: 50px 0;}
  .cc_sub5{width: 100%;padding: 0 5%;}
  .cc_sub5 .cc_sub5_text .cc_tit{font-size: 16px;}
  .cc_sub5 .cc_sub5_text h2{font-size: 30px;padding: 30px 0 50px;}
  .sub5_ul li{padding-right: 0;}
  .sub5_ul li p{font-size: 14px;padding-top: 10px;padding-bottom: 20px;word-break: keep-all;}
  .sub5 h2{padding: 50px 0 10px;font-size: 20px;}
  .sub5_text{padding: 20px 0;font-size: 14px;word-break: keep-all;}
  .sub5_text li{font-size: 14px;}
  .cc_sub6_wrap{padding: 50px 0;}
  .cc_sub6{width: 100%;padding: 0 5%;}
  .cc_sub6 .cc_sub6_text .cc_tit{font-size: 16px;}
  .cc_sub6 .cc_sub6_text h2{font-size: 30px;padding: 30px 0 50px;}
  .cc_sub6 .op_ul li{width: 100%;margin-bottom: 30px;}
  .cc_sub6 .op_ul{margin-bottom: 0;}
  .cc_sub6 .op_ul li .icon{width: 40px;height: 40px;line-height: 35px !important;font-size: 20px !important;}
  .cc_sub6 .op_ul li h2{font-size: 20px;padding: 7px 30px 0 20px;}
  .cc_sub6 .op_ul li p{font-size: 14px;}
  .cc_sub6 .op_div .icon{width: 40px;height: 40px;line-height: 35px !important;font-size: 20px !important;}
  .cc_sub6 .op_div h2{font-size: 20px;padding: 7px 0 0 20px;}
  .cc_sub6 .op_div ul{width: 100%;margin-top: 20px;}
  .cc_sub6 .op_div li{width: 100%;}
  .cc_sub6 .op_div li h3{font-size: 16px;}
  .cc_sub6 .op_div li p{font-size: 14px;}
  .cc_sub6 .op_div{margin-bottom: 30px;}
  .cc_sub6 .op_div p{font-size: 14px;}
  .cc_sub7_wrap{padding: 50px 0;}
  .cc_sub7{width: 100%;padding: 0 5%;}
  .cc_sub7 .cc_sub7_text .cc_tit{font-size: 16px;}
  .cc_sub7 .cc_sub7_text h2{font-size: 30px;padding: 30px 0 50px;}

  .cc_sub7 p{font-size: 14px;}
  .cc_sub7 ul li span{font-size: 18px;}
    .cc_sub7_text_p {font-size:14px !important}
  .cc_sub7 ul li h2 i{font-size: 25px;}
  .cc_sub7 ul li h2{font-size: 30px;padding: 25px 0 15px;}
  .cc_sub7 ul li p{font-size: 14px;}
  .cc_sub7 .op2_div h2{font-size: 25px;}
  .cc_sub7 .op2_div table{font-size: 13px;}
  .cc_sub7 .op2_div span{font-size: 14px;}
  .cc_sub8_wrap{padding: 50px 0;}
  .cc_sub8{width: 100%;padding: 0 5%;}
  .cc_sub8 .cc_sub8_text .cc_tit{font-size: 16px;}
  .cc_sub8 .cc_sub8_text h2{font-size: 30px;padding: 30px 0 50px;}
  .cc_sub8 .op3_div{margin-bottom: 30px;padding: 25px;}
  .cc_sub8 .op3_div .icon{width: 40px;height: 40px;line-height: 35px !important;font-size: 20px !important;}
  .cc_sub8 .op3_div.middle h2{font-size: 20px;padding: 0px 0 0 20px;width: auto;}
  .cc_sub8 .op3_div h2{font-size: 20px;padding: 7px 0 0 20px;width: auto;}
  .cc_sub8 .op3_div p{font-size: 14px;margin-top: 20px;width: 100%;}

  .cc_sub9_wrap{padding: 50px 0;}
  .cc_sub9{width: 100%;padding: 0 5%;}
  .cc_sub9 .cc_sub9_text .cc_tit{font-size: 16px;}
  .cc_sub9 .cc_sub9_text h2{font-size: 30px;padding: 30px 0 50px;}
  .cc_sub9 p {font-size: 14px;}

  .cc_sub10_wrap{padding: 50px 0;}
  .cc_sub10{width: 100%;padding: 0 5%;}
  .cc_sub10 .cc_sub10_text .cc_tit{font-size: 16px;}
  .cc_sub10 .cc_sub10_text h2{font-size: 30px;padding: 30px 0 50px;}
  .cc_sub9 h3{font-size: 30px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .cc_sub10 p {font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}


  .cc_sub11_wrap{padding: 50px 0;}
  .cc_sub11{width: 100%;padding: 0 5%;}
  .cc_sub11 .cc_sub11_text .cc_tit{font-size: 16px;}
  .cc_sub11 .cc_sub11_text h2{font-size: 30px;padding: 20px 0 40px;}
  .cc_sub11 p {font-size: 14px;}
  .hole_img{width: 35%;}
  .hole_img img{width: 100%;}
  .hole_slide img{width: 100%;}

  .cc_sub12_wrap{padding: 50px 0;}
  .cc_sub12{width: 100%;padding: 0 5%;}
  .cc_sub12 .cc_sub12_text .cc_tit{font-size: 16px;}
  .cc_sub12 .cc_sub12_text h2{font-size: 30px;padding: 20px 0 40px;}
  .cc_sub12 .cc_sub12_text h2 i{font-size: 14px;}
  .cc_sub12 ul li p {font-size: 14px;}

  .sub3_sec2{width: 100%;}
  .sub3_sec3{width: 100%;}
  .sub3_sec4{width: 100%;}
  .sub3_sec5 .sub3{width: 100%;}
  .sub3_sec6{width: 100%;}
  .sub3_sec7{width: 100%;}
  .bo_top{width: 100% !important;padding: 0 5%;}
  .tag_manager{padding:30px 5% 40px !important;}
  .sub4{width: 100%;padding: 50px 5%;}
  .sub4 .bo_top{padding: 0;}
  .root_daum_roughmap {width: 100% !important;}
  .wrap_map{width: 100% !important;height: 450px !important;}
  .sub4_ul{padding: 50px 0;}
  .sub4_ul li p{font-size: 14px;padding-top: 10px;padding-bottom: 20px;word-break: keep-all;}
  .sub4 h2{padding: 50px 5% 10px;font-size: 20px;}
  .sub4_text{padding: 20px 5%;font-size: 14px;word-break: keep-all;}
  .sub4_text li{font-size: 14px;}
  .resort_sec1_text{width: 90%;left: 50%;transform: translateX(-50%)}
  .resort_sec1_text h2{font-size: 30px;}
  .resort_sec1_text span{font-size: 18px;}
  .resort_sec1_text p{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .resort_sec2{padding: 100px 5%;}
  .resort_sec2_text h2{font-size: 30px;}
  .resort_sec2_text span{font-size: 18px;}
  .resort_sec2_text p{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .resort_insta{padding: 100px 5%;}
  .resort_insta h2{font-size: 30px;}
  .resort_insta h2 span{font-size: 16px;}
  .resort_insta p{font-size: 14px;}
  .resort_insta .my_instagram{padding-top: 15px;}
  .resort_sec4_text{width: 90%;}
  .resort_sec4_text span{font-size: 18px;}
  .resort_sec4_text h2{font-size: 30px;}
  .resort_sec4_text p{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .resort_sec4_text a{font-size: 16px;height: 40px;line-height: 40px;width: 130px;}
  .resort_sec4 .resort_sec4_img{height: 750px;}
  .brand_sub1_wrap{width: 100%;}
  .brand_sub2_wrap{width: 100%;}
  .brand_sub1{padding: 50px 5% 80px;background-position: 0 1100px !important;}
  .brand_sub2{padding: 50px 5% 100px;}
  .brand_sub1 h2{font-size: 30px;padding-bottom: 80px;}
  .brand_sub1 span{font-size: 16px;}
  .brand_sub1 h3{font-size: 25px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .brand_sub1 p{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .brand_sub2 h2{font-size: 30px;padding-bottom: 80px;}
  .brand_sub2 span{font-size: 16px;}
  .brand_sub2 h3{font-size: 25px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .brand_sub2 p{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .brand_sub1_wrap img{margin-bottom: 0;}
  .exper_sub1 h2{width: 90%;font-size: 30px;padding-bottom: 80px;}
  .exper_sub2 h2{width: 90%;font-size: 30px;padding-bottom: 80px;}
  .exper_sub1_text h3{font-size: 25px;}
  .exper_sub1_text span{font-size: 16px;}
  .exper_sub1_text p{font-size: 14px;}
  .exper_sub2_text h3{font-size: 25px;}
  .exper_sub2_text span{font-size: 16px;}
  .exper_sub2_text p{font-size: 14px;}
  .exper_sub3_text h3{font-size: 25px;}
  .exper_sub3_text span{font-size: 16px;}
  .exper_sub3_text p{font-size: 14px;padding-bottom: 50px;}
  .exper_sub4_text h3{font-size: 25px;padding: 0 5% 30px;}
  .exper_sub4_text span{font-size: 16px;padding: 0 5%;}
  .exper_sub4_text p{font-size: 14px;padding: 50px 5%;}
  #bo_gall{width: 100% !important;padding: 50px 0 !important;}
  .bo_h2{font-size: 30px !important;}
  .bo_text{font-size: 14px !important;margin-top: 10px;}
  .bo_sch{position: relative !important;width: 100% !important;}
  .bo_sch form{padding:15px 0 !important;}
  .bo_sch select{width: 25% !important;}
  .bo_sch .sch_bar{width: 70% !important;}
  #bo_w{width: 100% !important;padding: 50px 0 !important;}
  .contact_agree{padding: 0 5%;}
  .contact_agree h3{font-size: 18px;}
  .agree_box{padding: 20px 30px;font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .contact_agree p{font-size: 13px;line-height: 1.8;}
  .agree_wrap label{font-size: 16px;}
  .write_flex{padding:0 5%;}
  .write_flex .wrtie_div{width: 100%;margin-top: 30px;}
  .write_flex .wrtie_div input{margin-bottom: 0;font-size: 16px;}
  .write_flex .wrtie_div select{margin-bottom: 0;font-size: 16px;}
  .write_flex .wrtie_div label{font-size: 14px;}
  .write_flex .write_div{width: 100%;}
  .write_flex .write_div input{margin-bottom: 0;font-size: 16px;}
  .write_flex .write_div select{margin-bottom: 0;font-size: 16px;}
  .write_flex .write_div label{font-size: 14px;margin-top: 30px;}
  #bo_w .write_div{padding: 0 5%;}
  #bo_w .bo_w_select{padding: 0;}
  #bo_w .write_div label{font-size: 14px;}
  #container #bo_w .btn_cancel{width: 110px;font-size: 14px;height: 40px;line-height: 40px;}
  #container #bo_w .btn_submit{width: 110px;font-size: 14px;height: 40px;line-height: 40px;border-radius: 0;}
  .tag_manager .tag_hd{padding-bottom: 10px !important;}
  .tag_inner{width: 100% !important;padding: 0 5%;}
  .tag_inner #bo_cate_ul a{font-size: 13px;padding: 5px 10px;height: 30px;display: inline-block;margin: 2px 0;}
  .tag_inner #bo_cate_ul li{margin-right: 5px;}
  .gall_img{height: auto !important;}
  #bo_v_info{width: 100% !important;}
  #bo_list{width: 100% !important;padding: 50px 0 !important;}
  #bo_gall .bo_cnt{font-size: 14px !important;line-height: 1.6 !important;}
  #fboardlist{width: 100% !important;padding:0 5% ;}
  .tbl_head01 thead th{padding: 10px 0 !important;}
  #bo_list .td_num2{width: 60px !important;}
  #bo_list .td_datetime {width: 150px !important;}
  .bo_notice .notice_icon{font-size: 13px !important;padding: 0 10px !important;line-height: 25px !important;border-radius: 3px !important;}
  .room_info .room_info_text div{display: inline-block !important;width: auto !important;}
  .room_info div span{padding-left: 5px;font-size: 13px !important;}
  .room_price .sale_price{font-size: 20px !important;}
  .room_info div div{font-size: 14px !important;padding: 0 10px;}
  .room_info div div i{width: auto !important;margin-right: 15px;}
  .cau_wrap{padding: 30px 5% !important;}
  .cau_wrap .caution_tit{font-size: 18px;}
  .cau_wrap .cancel_tit{font-size: 18px;}
  .cau_wrap .cancel p{font-size: 14px;}
  .cau_wrap .reservation_tit{font-size: 18px;padding-bottom: 20px;width: 100%;}
  .cau_wrap .reservation_tel{font-size: 16px;}
  .cau_wrap .reservation_tel span{font-size: 16px;padding-top: 10px;padding-bottom: 20px;}
  .cau_wrap .reservation_email{font-size: 16px;}
  .cau_wrap .reservation_email span{font-size: 16px;padding-top: 10px;}
  .cau_wrap .caution{padding-bottom: 30px;}
  .cau_wrap .reservation{padding-top: 30px;}
  .cau_wrap .caution ul{padding-top: 20px;}
  .caution ul{font-size: 14px !important;line-height: 1.8;}
  .cancel span{font-size: 14px !important;}
  .reserve_info{width: 100% !important;}

  #bo_v_atc{width: 100% !important;padding: 50px 5% !important;}
  #bo_v_atc .dining_info div table{font-size: 14px;}
  #bo_v_atc .dining_info div h2{font-size: 20px;}

  .reserve_info{padding: 50px 5% !important;}
  #bo_v_con{font-size: 14px !important;}
  .room_info h2{font-size: 26px !important;padding-bottom: 10px !important;padding: 0 0 0 5%;}
  .room_info > div{flex-direction: column;}
  .room_info div div{width: 100% !important;}
  .bo_v_nb li{font-size: 14px !important;padding: 15px 5%!important;}
  #bo_v{width: 100% !important;}

  .bo_v_nb li .nb_tit{width: 100px !important;}
  .bo_v_nb li .nb_tit{font-weight: bold;margin-bottom: 10px;}
  .bo_v_nb li a{overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;-webkit-line-clamp: 1; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;display: inline-block;width: 70vw;}
  .bo_sch select{background: #fff;border-radius: 0;color: #000;}
  .bo_tit a{overflow:hidden;
      text-overflow:ellipsis;-webkit-line-clamp: 1; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;display: -webkit-box;width:100%;line-height: 19px;height: 19px;}
  .att_con{font-size: 14px;}
  #bo_v_title .bo_sub2{font-size: 14px !important;}

  .peo_modal{width: 100%;padding: 0;}
  .main-hub iframe{height: 100% !important;}
  .pic_lt .bo_tit{padding-top: 5px !important;-ms-word-break: keep-all;
  word-break: keep-all;}

  .sub2_sec1 ul .sub2_ultext{padding-left: 50px;}
  .sub2_sec2{z-index: 20;position: relative;}
  .sub3_sec1_img img{margin: 0 20px;}
  .sub3_sec1_img img:nth-child(1){width: 15%;}
  .sub3_sec1_img img:nth-child(2){width: 30%;}
  .sub3_sec1_img img:nth-child(3){width: 15%;}
  .sub3_sec2{padding: 0 5%;}
  .sub3_sec3{padding: 0 5%;}
  .sub3_sec4{padding: 0 5% 100px;}
  .sub3_sec5{padding: 0 5%;}
  .sub3_sec6{padding: 0 5%;}
  .sub3_sec7{padding: 0 5% 100px;}
  .cc_sub11 .cc_sub11_text h2 i{font-size: 14px;}

  .cc_sub11 .swiper-button-next{right: 20px;}
  .cc_sub11 .swiper-button-prev{left: 20px;}

  .siena_div_wrap .div1_img{background-size: cover;width: 50%;}
  .siena_div_wrap .div2_img{background-size: cover;width: 50%;}
  .siena_div_wrap .div3_img{background-size: cover;width: 50%;}
  .siena_div_wrap .div4_img{background-size: cover;width: 50%;}
  .siena_div_wrap .div5_img{background-size: cover;width: 50%;}

  .div1_text {padding: 80px 65px 80px 5%;}
  .div2_text {padding: 80px 65px 80px 5%;}
  .div3_text {padding: 80px 65px 80px 5%;}
  .div4_text {padding: 80px 65px 80px 5%;}
  .div5_text {padding: 80px 65px 80px 5%;}

  .sub1_ul ul li:nth-child(2){margin-top: 80px;}
.sub1_ul ul li:nth-child(3){margin-top: -50px;}
.sub1_ul ul li:nth-child(5){margin-top: 80px;}
.sub1_ul ul li:nth-child(6){margin-top: -50px;}

  .reserve_con_wrap{width: 100%;padding: 0 5% 150px;}
  .reserve_att{width: 100%;padding: 50px 5%;}
  .platform_wrap{width: 100%;padding: 0 5%;}
  .platform_copy{width: 100%;padding: 30px 5% 100px;color: #fff;}



/*  .platform_link_wrap{text-align: center;}*/
  .platform_alink{float: none;width: 100%;margin-top: 0;cursor: pointer;}
  .platform_chart{display: none;}


  .lightpick__inner{width: 80% !important;}
  .lightpick__month{width: 50% !important;}
  .lightpick__day{height: 4.4vw !important;}

  .platform_peo .peo_num{position: relative;justify-content: flex-start;}
  .platform_peo .peo_num li{margin-left: 0;margin-right: 20px;}

  .platform_peo .peo_num li h3{display: block;padding-bottom: 10px;width: auto;text-align: left;}
  .platform_peo .peo_num li button.minus{left: 10px;}

  .lightpick__day{font-size: 14px !important;}
  .lightpick__day-of-the-week{font-size: 14px !important;}
  .re_rooms{width: 100%;padding: 0 5%;}
  .re_chart div{padding: 0 30px;}

  .card_modal_tit{width: 100%;padding: 0 5%;}
  .card_modal .card_slide{width: 100%;}
  .card_text_wrap{width: 100%;padding: 0 5%;}
  .card_link_wrap{width: 100%;}


  .option_wrap{width: 100%;}
  .option_list{width: calc(100% - 300px);padding: 0 5%;}
  .option_side{right: 30px;}

  .room_list_wrap{width: 100%;padding: 50px 5%;}
  .rooms_list{width: 75%;}
  .rooms_side{width: 20%;}
  .room_item li > img{width: 48%;max-height: 20vw;}
  .room_item li .room_info{width: 48%;}

  #bo_v_info{padding:0 5%;font-size: 14px !important;}
  #bo_v_info .if_date{font-size: 14px !important;}

  #faq_wrap{width: 100% !important;}
  #faq_con .con_inner{padding: 30px 5% !important;}
  #faq_wrap li h3 a{padding-right: 40px;}
  #faq_wrap li p{-ms-word-break: keep-all;
  word-break: keep-all;}

  .finish_wrap{width: 100%;padding: 50px 5% 100px;}

  /*.room_info_none p{padding: 30px 0;font-size: 18px;border-top: 1px solid #000;border-bottom: 1px solid #e5e5e5;width: 500px;margin: 50px auto;}*/
  #bo_v .package_info .info_wrap{width: 100% !important;padding: 0 5%;}

    #bo_v_con div{font-size: 16px !important;}

    .pa_text p{font-size: 18px;}

  .option_list div > div > div i.i_text{font-size: 12px;font-style: normal;color: #9c786f;margin-left: 0;display: block;margin-top: 10px;}
  .option_list div > div > div div.second_div{display: block;margin-top: 15px;margin-bottom: 10px;}
  .option_list div > div > div div.second_div span{margin-left: 0;}
  .option_list div > div > div .m_size{width: 350px;}
/*.option_list div > div > div span.second_span{margin-left: 15px;}*/

  .prom_slide{width: 100%;margin-top: 30px !important;}
  .prom_slide img{width: 100%;}
.prom_text{margin-top: 60px;font-size: 14px;line-height: 1.5;font-weight: normal;color: #4f4f4f;}

  .prom_slide .swiper-button-next{right: 20px;}
  .prom_slide .swiper-button-prev{left: 20px;}
  .card_modal{overflow-y: scroll;overflow-x: hidden;}
  .card_link_wrap{padding-bottom: 50px;}

  .change{position: relative !important;margin-top: -30px;margin-bottom: 30px;}
  .change a{font-size: 15px !important;}
  .change li{width: 100px !important;}

  #gnb .gnb_wrap {position: relative;}
  #gnb #gnb_1dul {position: absolute;top: 0;right: 0;}
}
@media screen and (max-width: 1480px) {
        .goods {
            width: 100%;
        }
        .goods_img {
            text-align: center;
            width: 100%;
        }
        .goods_text {
            width: 100%;
            max-width: 600px;
            margin: 60px auto 0;
        }
        .goods_img_list {
            gap: 20px;
            padding: 0 20px;
        }
    }
@media screen and (max-width: 1200px){
    .platform_alink button{font-size: 18px;width: 100%;background: #967971;color: #fff;border-radius: 0;cursor: pointer;padding: 0 5%;text-align: left;}
  .platform_alink button img{float: right;margin-top: 30px;}
    .re_date{width: 100%;}
.re_text{width: 100% !important;}
    .pa_text p{font-size: 16px;}
    #bo_v_title .bo_v_tit{font-size: 22px !important;word-break: keep-all !important;}
  .billboard-hero button{display: none;}
  .billboard-hero__inner{background-position: center center !important;}
  .billboard-hero__caption{left: 50% !important;transform: translate(-50%, -50%) !important;top: 55% !important;padding-left: 20px;padding-right: 20px;}
  .billboard-hero__caption .label-text .text-inner{word-break: keep-all;}
  .main-hub .billboard-hero_sub .slide-controls{width: 80%;}
  .main-hub .billboard-hero_sub .slide-controls .slide-scrollbar{width: 80%;}
  .billboard-hero_sub__caption{left: 50% !important;transform: translate(-50%, -50%) !important;top: 55% !important;padding-left: 20px;padding-right: 20px;}
  .main-hub .billboard-hero_sub .btn-prev{display: none;}
  .main-hub .billboard-hero_sub .btn-next{display: none;}
  .sec1 .sec_con ul li{width: 49%;}
  .cc_sec3 .pic_lt #gall_ul{padding: 0 5% ;}
  #ctt_con .timesale_link{margin-bottom: 0;height: 40vw;background-size: cover;margin: 0;background-position: center}
  .re_chart div{padding: 0 20px;}
  .package_view_wrap{width: 100%;height: 100vh;}
  .package_tit{font-size: 22px;text-align: center;width: 80%;}
  .package_view_wrap > .pack_close{top: 20px;right: 20px;}
  .pack_close img{width: 30px;}
  .package_view_wrap > .close_wrap{padding-bottom: 100px;}
  .package_tit span{display: block;}
  .package_info_wrap{padding: 30px 5%;}
  .package_info{font-size: 14px;width: 100%;}
  .package_text{padding-left: 0;width: 100%;padding-top: 30px;font-size: 14px;border-left: 0;-ms-word-break: keep-all;
  word-break: keep-all;padding-bottom: 30px;}
  .room_view{width: 100%;}
  .room_view .billboard-hero{height: 69vw;}
  .room_view .close1{top: 20px;right: 20px;width: 30px;}
  .room_view .close1 img{width: 30px;}
  .room_tit{padding: 30px 5%;}
  .room_tit h2{font-size: 24px;padding-bottom: 10px;}
  .room_tit p{width: 100%;font-size: 14px;}
  .room_view_info{padding: 30px 5%;}
  .room_view_info h3{font-size: 18px;}
  .info_list{width: 100%;font-size: 14px;padding-bottom: 20px;}
  .info_box{width: 100%;padding-top: 20px;}
  .info_box > table tr td{font-size: 13px;width: 30%;padding-bottom: 20px;margin-right: 3%;}
  .info_box > table tr td:nth-child(3){margin-right: 0;}
  .info_box > table td span{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .info_box > table tr{display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;}
  .room_cau ul{padding: 20px 0;}
  .room_cau ul li i{font-size: 20px;vertical-align: text-bottom}
  .room_cau ul li{font-size: 14px;padding: 10px 0;display: block;}
  .room_item{padding: 30px 0;}
  .room_view_text .room_item{padding: 30px 5%;}
  .room_item > ul li{width: 50%;}
  .room_item label{width: 100%;font-size: 14px;height: 50px;line-height: 50px;}
  .item_con div{padding: 15px;}
  .item_con span{padding: 10px;font-size: 14px;width: auto;}
  .room_close.close2 img{width: 50px;height: 50px;}
  .pack_close.close2 img{width: 50px;height: 50px;}
  .dialog_close.close2 img{width: 50px;height: 50px;}
  .re_tit{width: 100%;padding:20px 5% 0;font-size: 25px;text-align: left;display: none;}
  .re_golfs_wrap .re_tit{width: 100%;padding:20px 5% 0;font-size: 25px;text-align: left;display: none;}
  #bo_v .package_info{padding: 50px 0 !important;}

  .re_link a{font-size: 16px !important;}
  #bo_v .pa_tit{width: 100%;}
  #bo_v .pa_tit h2{font-size: 20px;}
  #bo_v .pa_tit p{font-size: 16px;}
  #bo_v .pa_text{font-size: 16px;margin-top: 30px;width: 100%;}
  #bo_v .pa1_text{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  #bo_v .pa2_tit{padding-top: 20px;}
  #bo_v .pa2_text{font-size: 14px;}

  .ceo_sub1_text{width: 50%;}
  .ceo_sub1_wrap div:nth-child(2){width: 45%;}
  .ceo_sub1_wrap div:nth-child(2) img{width: 100%;}
  .ceo_sub1_bottom div p{padding-top: 30px;}
  .ceo_sub3 ul li{width: 30%;margin-right: 5%;}
  .ceo_sub3 ul li:nth-child(3n){margin-right: 0;}
  .ceo_sub3 ul li:nth-child(4n){margin-right: 5%;}
  .ceo_sub3 ul li p{-ms-word-break: keep-all;
  word-break: keep-all;}
  .ceo_sub1_bottom div{width: 250px;}

  .mp_wrap{width: 100% !important;padding: 50px 5% 100px;}

  .register #fregisterform .register_form_flex ul li #daum_juso_pagecustZipCd{margin:20px 0 !important;}

  .exlogin_h{font-size: 20px;}
  .exlogin_text{font-size: 14px;}
  .exlogin_p p{font-size: 30px;}



}
@media screen and (max-width: 1024px) {

        .goods_img_list .img_box {
            width: 100%;
                text-align: center;
        }
        .goods_img_list {
            justify-content: flex-start;
            flex-direction: column;
            align-items: center;
            gap: 50px;
        }
    }
@media screen and (max-width: 950px){
    .platform_link_wrap{width: 100%;text-align: center;}
    .platform_link{width: 100%;padding: 0px 0;border-top: 0;}
  .mp_flow_wrap{flex-direction: column-reverse;align-items: flex-end;}
  .mp_flow_wrap div{margin-bottom: 10px;}
  .mp_flow_wrap div a{margin-left: 5px;}
  .mp_flow_wrap div a:first-child{margin-left: 0;}
  .mp_flow_wrap div a{display: inline-block;font-size: 14px;}
    #bo_v_con div{font-size: 14px !important;}

  #resvFormSubmit{width: 100%;}
  .golf_chart{width: 100%;padding-top: 20px;display: none;}
  .golf_chart div{width: 100%;padding: 0 20px;}
  #golf_time_link{padding: 0;width: 100%;}

  .g_cal{width: 180px;font-size: 13px;padding: 8px 0;}
  .re_golfs_wrap .re_flow{width: 100%;}

.option_list > div.cust_info_wrap .opt2 > div:nth-child(2) .m_size{width: 100% !important;}

  #bo_v_con span{font-size: 14px !important;line-height: 1.6;}
#bo_v_con p{font-size: 14px !important;line-height: 1.6;}
#bo_v_con a{font-size: 14px !important;line-height: 1.6;}

  .mp_wrap h1{font-size: 28px;}
  .mp_user h2 div span span:first-child{font-size: 18px;}
  .mp_user h2 div span span{font-size: 16px;}
  .mp_user h2 div{padding: 20px;}
  .mp_user h2 div a.raffle_btn{width: 100%;margin-bottom: 10px;}
  .mp_user h2 div a{display: inline-block;margin-left: 0;padding: 10px;width: 49%;text-align: center;}
  .mp_user h2 div > span:nth-child(2){margin-top: 20px;display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
  .mp_user .mp_btn a{width: 100%;margin-bottom: 10px;font-size: 16px;}
  .mp_plf_type ul li:nth-child(4){margin-top: 10px;}
  .mp_plf_type ul li:last-child{margin-right: 0;}
  .mp_plf_type ul a{font-size: 15px;}
  .mp_flow_wrap ul{width: 100%;}
  .mp_flow_wrap ul li{width: 33.3333%;}
  .mp_flow_wrap ul li a{padding: 10px 0;width: 100%;display: inline-block;text-align: center;}
  /*.mp_resv_result{overflow-x: scroll;}*/
  /*.mp_resv_result table{width: 1000px;}*/
  .mp_resv_result table th:nth-child(2){display: none;}
  .mp_resv_result table th:nth-child(3){display: none;}
  .mp_resv_result table th:nth-child(4){display: none;}
  .mp_resv_result table th:nth-child(5){display: none;}
  .mp_resv_result table td:nth-child(2){display: none;}
  .mp_resv_result table td:nth-child(3){display: none;}
  .mp_resv_result table td:nth-child(4){display: none;}
  .mp_resv_result table td:nth-child(5){display: none;}
  .mp_resv_result table td:nth-child(6){width: 20%;}
  .mp_resv_result table td a{padding: 5px 10px;font-size: 12px;display: inline-block;}

  .mp_coupon_wrap{width: 95%;}
  .mp_coupon_con{padding: 15px;}
  .mp_coupon_btn a{font-size: 14px;}
  .mp_coupon_con ul li{padding: 15px;}
  .mp_coupon_con ul li div.cou_num::before{display: none;}
  .mp_coupon_con ul li div.cou_num{padding: 5px 0;}
  .mp_coupon_con ul li .list_title{width: 100%;}
  .mp_coupon_con ul{max-height: 400px;}
  .mp_coupon_con p{padding: 20px 0;}

  .inquiry_wrap{width: 100%;padding: 50px 5% 100px;}
  .inquiry_wrap h2{font-size: 26px;}
  .inquiry_wrap p{font-size: 14px;}
  .inquiry_list_top div a{padding: 10px 20px;font-size: 14px;}
  .inquiry_list_top div a:first-child{margin-right: 5px;}
  .inquiry_wrap table th:first-child{width: 50px;padding-right: 0;}
  .inquiry_wrap table td:first-child{width: 50px;padding-right: 0;}

  .book_info_wrap{width: 100%;padding: 50px 5% 100px;}
  .book_info_wrap h2{font-size: 26px;}
  .book_info_wrap p{padding: 40px 0 20px;}
  .book_info_wrap table th{width: auto;padding: 10px;}
  .book_info_wrap table{font-size: 14px;}
  .book_info_btn button.bk_cancel{font-size: 14px;}
  .book_info_btn a{font-size: 14px;}
  .book_info_btn button{font-size: 14px;}
.g_finish_wrap .mp_golf_membUseDtl a{font-size: 14px;}
  .mp_golf_membUseDtl a{font-size: 14px;}
  .mp_wrap .mp_golf_membUseDtl a.golfable_view{font-size: 14px;height: 35px;line-height: 35px;padding:0 10px;}
  .mp_wrap .mp_golf_molIdUseDtl a.golfpoint_view{font-size: 14px;height: 35px;line-height: 35px;padding:0 10px;margin-right: 5px;}
    .golf_mypage{font-size: 14px;}
    .g_finish_wrap .reserve_f h2{margin-top: 250px;}

  .option_list{width: 100%;}
  .tag_inner a:nth-child(n+5){display: none;}
  .tag_manager{padding:30px 0 40px !important;}
  #bo_gall .tag_inner{padding:0 5%;}
  .bo_sch .sch_btn{right: 0 !important;}

  #bo_list .gall_li{width: 48% !important;margin-right: 4% !important;}
  #bo_list .gall_li:nth-child(2n){margin-right: 0 !important;}
  #bo_list .gall_text_href{padding: 15px 15px !important;}
  #bo_list .bo_tit2{font-size: 16px !important;}

  #bo_list_total{margin-top: 20px !important;}

  .reserve_info .re_date{font-size: 16px;padding: 5px 0;}
  .reserve_info .re_link{font-size: 16px;margin-top: 30px;}

  .platform_link_wrap{width: 100%;}
  .list_total h3 span{font-size: 15px;padding-left: 10px;}
  .list_total select{width: 100px;font-size: 15px;}
  .reserve_info h2{font-size: 20px !important;}
  .re_info_wrap div{width: 100%;}
  .reserve_info #bo_v_con span{font-size: 14px !important;-ms-word-break: keep-all;
  word-break: keep-all;}
  .re_info_wrap .rowbar{display: none;}
  .reserve_info .re_info_wrap{font-size: 14px;padding-top: 30px;}
  .reserve_info .re_text p{font-size: 13px;padding-bottom: 50px;}
  .room-button-prev, .room-button-next{padding: 0 !important;width: 40px !important;height: 40px !important;}
  .att_con{padding-top: 30px;}

  .lightpick__inner{width: 100% !important;}
  .lightpick__month{width: 100% !important;}
  .lightpick__day{height: 12vw !important;}

  .reserve_copy_b{padding-bottom: 100px;font-family: 'Marcellus English'!important;font-size: 15px;}

  .reserve_head{padding:15px 5%;}
  .reserve_head div a{margin-right: 20px;}
  .reserve_head i{font-size: 20px;}
  .reserve_head a{font-size: 13px;}
  .reserve_head img{width: 130px;}
  .reserve_head .my i{font-size: 14px;padding-right: 7px;vertical-align: initial;}
  .reserve_head .my{padding: 10px 15px;}
  .reserve_con_wrap{padding-bottom: 10px;}
  .reserve_con_wrap h2{text-align: left;font-size: 25px;padding: 20px 0;}
  .reserve_con_wrap .pf_wrap{padding: 20px 0;}
  .reserve_con_wrap .pf_wrap h3{font-size: 16px;padding-bottom: 15px;}
  .reserve_con_wrap .pf_wrap ul{flex-wrap: nowrap;justify-content: flex-start;}
/*
  .reserve_con_wrap .pf_wrap ul{flex-direction: column;}
  .reserve_con_wrap .pf_wrap ul li{margin-bottom: 20px;}
  .reserve_con_wrap .pf_wrap ul li:last-child{margin-bottom: 0;}
*/
  .reserve_con_wrap .pf_wrap ul li label{display: block;font-size: 16px;padding: 15px 20px;}
  .reserve_con_wrap .reserve_copy{padding-top: 50px;padding-left: 5%;}
  .reserve_att > ul li{font-size: 16px;width: 50%;}
  .reserve_att label{width: 100%;padding: 0 20px;height: 50px;line-height: 50px;}
  .reserve_att input:checked ~ label{}

  .reserve_con_wrap .reserve_start{float: none;margin-top: 50px;text-align: center;display: block;margin-bottom: 30px;}
  .reserve_con_wrap .reserve_start button{font-size: 20px;padding-bottom: 15px;width: 100%;display: block;text-align: left;}
  .reserve_con_wrap .reserve_start button img{float: right;width: 40px;margin-top: 10px;}

  .card_modal_tit{width: 90%;margin: 0 auto;}
  .card_modal_tit h2{font-size: 30px;}
  .card_modal_tit p{font-size: 16px;padding-bottom: 50px;}
  .card_modal .card_slide{width: 100%;padding: 0 55px;top: 185px;}
  .card_text_wrap{width: 90%;margin: 0 auto;}
  .card_modal .card_bg{margin-bottom: 50px;}

  .card_modal .card_slide .card-button-prev, .card_modal .card_slide .card-button-next{transform: translateY(-50%)}
  .card_text_wrap h3{padding-top: 30px;}
  .card_text_wrap li{font-size: 14px;}
  .card_link_wrap{width: 100%;padding-bottom: 100px;}
  .card_link_wrap a{font-size: 14px;width: 45%;height: 40px;line-height: 40px;margin: 0;}
  .card_link_wrap a img{margin-left: 50px;}
  .platform_wrap{width: 100%;padding: 0 5%;}
  .platform_copy{width: 100%;padding: 70px 5% 100px;color: #fff;}
  .platform_link_wrap{width: 100%;}
  .platform_date{padding: 30px 0;}
  .platform_wrap h2{font-size: 25px;text-align: left;padding: 20px 0;}
  .platform_date h3{font-size: 16px;}
  .platform_peo{padding: 30px 0;}
  .platform_peo .peo_tit h3{font-size: 16px;}
  .platform_peo .peo_tit li{font-size: 14px;}
  .platform_peo .peo_num li{margin-left: 0;text-align: left;width: 45%;margin-right: 0;}
  .platform_peo .peo_num{position: relative;width: 100%;justify-content: space-between;}
  .platform_peo .peo_num li input{width: 100%;float: none;font-size: 20px;padding-bottom: 10px;}
  .platform_peo .peo_num li button.plus{right: 0;bottom: 5px;}
  .platform_peo .peo_num li button.minus{left: 0;bottom: 5px;}
  .platform_peo .peo_num li h3{font-size: 15px;display: block;color: #fff1bf;padding-bottom: 20px;}
  .dateresult_wrap{float: none;}
  .date1{width: 100%;}
  .lightpick .lightpick__inner{width: 100%;}
  .date1{font-size: 15px;text-align: left;padding-bottom: 5px !important;height: 35px;display: flex;align-items: center;}
  .date1 .result{width: 100px;}

  .lightpick .lightpick__inner{padding: 20px 0;}
  .lightpick__months .lightpick__month:first-child{padding-right: 10px;}
  .lightpick__months .lightpick__month:last-child{padding-left: 10px;}
  .lightpick__months .lightpick__month{padding:0 10px;width: 100%;}
  .lightpick__month .lightpick__day-of-the-week{font-size: 15px;}
  .lightpick__month .lightpick__day{height: 12vw;font-size: 14px;}
  .lightpick__month-title > .lightpick__select-months{margin-right: 0 !important;}
  .lightpick__toolbar .lightpick__previous-action, .lightpick__toolbar .lightpick__next-action{font-size: 30px;width: 30px;color: #000;}
  .lightpick__month .lightpick__toolbar{top: 20px;}
  .room_list_wrap{width: 100%;padding: 0;}
  .rooms_list{width: 100%;}
  .rooms_side{width: 100%;position: fixed;float: none;top: 100%;padding: 0 5%;z-index: 100;left: 0;background: #fff;height: 100vh;overflow-y: scroll;transition:.5s;}
  .m_room_modal{width: 100%;position: fixed;float: none;top: 100%;padding: 0 5%;z-index: 100;left: 0;background: #fff;height: 100vh;overflow-y: scroll;transition:.5s;}
  .room_side_tit{padding-top: 30px;font-size: 22px;font-weight: normal;padding-bottom: 30px;}
  .room_side_close{float: right;margin-top: -55px;width: 20px;}
  .room_modal_close{float: right;margin-top: -55px;width: 20px;}
  .room_side_close img{width: 20px;}
  .room_modal_close img{width: 20px;}
  .m_room_sr{position: fixed;bottom: 100%;left: 0;width: 100%;text-align: center;z-index: 1000;}
  .m_room_sr a{font-size: 18px;
    width: 100%;
    background: #967971;
    color: #fff;
    border-radius: 0;display: block;height: 62px;line-height: 62px;padding: 0 25px;}
  .date_link_wrap{border-bottom: 0;padding-bottom: 50px;}
  .date_link_wrap a{margin: 0;}
  .date_link_wrap a:last-child{background: #000;margin-top: 10px;}
  .room_mem{padding-bottom: 150px;}

  .m_room_chart{font-size: 14px;}
  .m_room_chart div{display: inline-block;}
  .m_room_chart div h3{display: inline-block;text-align: left;font-size: 14px;font-weight: normal;}
  .m_room_chart div span{display: inline-block;padding-bottom: 0;margin-right: 10px;}
  .m_room_chart div h3 input{width: 225px;    padding-right: 15px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #000;
    cursor: pointer;}
  .m_room_chart div h3 i{font-weight: normal;font-style: normal;border-left: 1px solid #cccccc;padding-left: 15px;vertical-align: middle;}
  .m_room_chart div.date_on {width: 100%;}
  .m_room_chart div.date_on span{color: #822c41;padding-bottom: 10px;font-family: 'Marcellus English'!important;}
  .m_room_chart div.date_span span{color: #822c41;padding-bottom: 10px;}
  .m_room_chart div.peo_on{width: auto;border-right: 1px solid #ccc;}
  .m_room_chart div:last-child{border-right: 0;}
  .chart_wrap{padding: 10px 0 20px;margin-bottom: 20px;margin-top: 0px;width: 100%;}
  .chart_wrap div{padding-right: 10px;padding-left: 10px;font-family: 'Marcellus English'!important;border-right: 1px solid #ccc;}
  .chart_wrap div:first-child{padding-left: 0;}
  .chart_wrap div:last-child{border-right: 0;}
  .m_room_sr img{margin-left: 40vw;width: 30px;}
  .peo_link a{width: 100%;}
  .peo_room li h3{width: auto;font-size: 20px;padding-bottom: 10px;}
  .peo_room li button.minus{left: 15px;}
  .peo_room{display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
  .peo_room li{width: 48%;position: relative;margin-bottom: 0;}
  .peo_room li input{width: 100%;font-size: 18px;padding-bottom: 5px;border-radius: 0}
  .peo_room li button.plus{bottom: 5px;}
  .peo_room li button.minus{bottom: 5px;}
  .peo_link p{font-size: 14px;margin-top: 20px;padding-bottom: 30px;}
  .peo_link{width: 100%;}
  .peo_wrap{border-bottom: 0;visibility: visible;display: none;opacity: 1;height: auto;transition: auto}
  .peo_link a:first-of-type{background: #000;}

  .date_link_wrap a{width: 100%;}
  .rooms_side h3{color: #967971;}
  .rooms_side p{padding-bottom: 50px;}
  .room_cho li a{font-size: 16px;}
  .re_rooms{width: 100%;padding: 0;}
  .re_flow{width: 100%;padding: 20px 5% 30px;}
  .re_golfs_wrap .re_flow{width: 100%;padding: 20px 5% 30px;}
  .re_flow span{width: 30px;height: 30px;font-size: 16px;line-height: 30px;}
  .re_flow{font-size: 16px;}
  .re_flow span.line{width: 30px;margin: 0 20px;border-radius: 0}

  .re_tit_m{display: block;}
  .re_golfs_wrap .re_tit_m{display: block;}
  .re_chart div:first-child{display: none;}
  .re_chart div{padding: 5px 5% !important;}
  .re_chart div:nth-child(3){padding: 0px 15px 0px 5% !important;margin:5px 0}
  .re_chart div:nth-child(4){padding: 0px 15px!important;margin:5px 0}
  .re_chart div:nth-child(5){padding: 0px 15px!important;margin:5px 0}
  .re_chart div:nth-child(2){border-right: 0;display: block;}
  .re_chart div:nth-child(2) span{color: #fff1bf;padding-bottom: 10px;display: block;}
  .re_chart div:nth-child(2) h3 i:first-child{padding-right: 10px;}
  .re_chart div h3{display: inline-block;text-align: left;font-size: 16px;}
  .re_chart div span{display: inline-block;padding-bottom: 0;margin-right: 5px;font-size: 12px;}
  .re_chart div h3 input{width: 235px;}
  .re_rooms{justify-content: flex-end;}
  .re_chart div:first-child span{display: none;}
  .re_chart div.date_on span{color: #fff1bf;padding-bottom: 10px;display: block;}
  .re_chart div.date_span{border-right: 0;display: block;width: 100%;}
  .re_chart div.date_span span{color: #fff1bf;padding-bottom: 10px;display: block;}
  .re_chart div{width: max-content;border-right: 1px solid #956463;display: inline-block;}
  .re_chart div.peo_on{width: auto;border-right: 1px solid #956463;}
  .re_chart div:last-child{border-right: 0;}
  .re_link_con{margin-right: 5%;}
  .room_package_slide h4{padding: 20px 5%;font-size: 20px;}
  .room_package_slide span{padding: 0 5%;}
  .room_package_slide p{padding: 10px 5%;}
  .re_link_con a{font-size: 18px;width: 150px;display: block;}
  .re_link_con a img{}
  .room_package{padding: 30px 0 50px;}
  .room_package h3{padding-left: 5%;}
  .re_link_con_m{display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between;margin-left: 5%;width: 100%;margin-bottom: 20px;margin-right: 5%;}
  .re_link_con_m a{width: 49%;font-size: 14px;font-weight: normal;border-bottom: 0;background: #967971;padding: 15px 10px;display: block;text-align: center;}
  .re_link_con a img{margin-left: 20px;width: 30px;}
  .room_info_text{padding: 15px 5% 20px;line-height: 2}
  .rpack-pagination{top: 28px;right: calc(5% + 85px);}
  .rpack-button-prev{top: 26px !important;right: calc(5% + 32px) !important;}
  .rpack-button-next{top: 26px !important;right: 5% !important;}
  .re_chart{width: 100%;}
  .re_chart .date_on{display: block;border-right: 0;width: 100%;}

  .golf_list h2{margin: 30px 5% 0;font-size: 18px;}
  .golf_list h2 span{font-size: 14px;float: none;display: block;}

    .golf_list .cc_add_box{margin: 0px 5% 15px;font-size: 15px;text-align: left;padding: 15px 25px;line-height: 1.6;}
    .golf_list .cc_add_box span{display: block;}


  .room_item li > img{width: 100%;max-height: 500px;}
  .room_item li .room_info{width: 100%;}
  .room_copy_text{width: 100%;padding: 40px 5% 120px;}

  .list_total{margin:0 5%;}
  .room_price{padding: 0 5%;}
  .room_item li .room_info > span{padding: 20px 5% 15px;}
  .room_item li .room_info > a img{margin-left: 10px;}
  .room_item li .room_info > a{margin-left: 5%;line-height: 1.5;padding-bottom: 5px;margin-top: 5px;vertical-align: text-bottom;display: inline-block;margin-bottom: 10px;}
  .room_acc{float: none;width: 90%;margin: 0 auto;font-size: 16px;}
  .room_acc span{float: right;}
  .room_price{line-height: 1.8;margin-bottom: 20px;}
  .room_price .sale_tit{vertical-align: middle;margin-top: -20px;}
  .room_price .sale_price i{margin-left: 10px;}

  .offer_list li h2{width: 100%;padding-bottom: 10px;font-size: 16px;-ms-word-break: keep-all;
  word-break: keep-all;padding-right: 0;padding: 0;}
  .offer_list li > a::before{display: none;}
  .room_offers{padding: 30px 5%;}
  .room_item h3{padding-bottom: 20px;font-size: 18px;}
  .offer_list li p::before{display: none;}
  .offer_list li h2 a{float: none;margin-top: 10px;width: 130px;text-align: center;height: 30px;line-height: 30px;padding:0 10px;}
  .offer_list li h2 span{padding-bottom: 0;}
  .offer_list li{padding: 20px 25px;}
  .offer_list li p{font-size: 14px;}
  .offer_list li > a{font-size: 14px;width: auto;margin-top: 10px;width: 100%;display: block;text-align: right;}

  .billboard-hero_sub__inner h2{font-size: 30px !important;word-break: keep-all;line-height: 1.6;}
  .billboard-hero__inner h2{font-size: 30px !important;word-break: keep-all;line-height: 1.6;}
.billboard-hero__inner p{font-size: 16px !important;word-break: keep-all;}
  .billboard-hero_sub__inner p{font-size: 16px !important;word-break: keep-all;}
  .sec1 .sec_con ul li .sec_con_text a img{padding-left: 30px;}
  .sec1 .sec_con ul li .sec_con_text2{flex-wrap: nowrap;}
  .sub1_board .pic_lt .gall_text_href{padding: 0 5%;}

  .sec1 .sec_head {align-items: flex-end;}
  .sec1 .sec_head img{width: 110px;margin-right: 5%;}
  .sec1 .sec_head h2{font-size: 35px;padding-bottom: 0;padding-left: 5%;}
  .sec1 .sec_head h2 span{font-size: 14px;display: block;padding-left: 0;padding-top: 5px;}
  .sec1 .sec_con{margin-top: 30px;}


  .sec2 .sec_head h2{font-size: 35px;padding-bottom: 0;width: 100%;}
  .sec2 .sec_head h2 span{font-size: 14px;display: block;padding-left: 0;padding-top: 5px;}
  .sec2 .sec_head h2 span a{float: right;}
  .sec2 .sec_head ul{width: 100%;margin-top: 40px;margin-bottom: 30px;justify-content: space-between;}
  .sec2 .sec_head ul a{font-size: 14px;margin-left: 0;}
  .mobile_button{display: block !important;}

  .sub1_ul ul{flex-wrap: nowrap;}
  .sub1_ul ul li:nth-child(2){margin-top: 0;}
  .sub1_ul ul li:nth-child(3){margin-top: 0;}
  .sub1_ul ul li:nth-child(5){margin-top: 0;}
  .sub1_ul ul li:nth-child(6){margin-top: 0;}

/*  .gall_top_wrap .gall_date{padding: 10px 0 ;}*/
  .sec3{padding: 50px 5%;}
  .sec3 .pic_lt3:first-child{width: 100%;padding-right: 0;border-right: 0;}
  .pic_lt3 ul{flex-wrap: wrap;}
  .pic_lt3 ul li{width: 100%;padding-bottom: 40px;}
  .pic_lt3 ul li:first-child{margin-right: 0;width: 100%;}
  .pic_lt3 ul li:nth-child(2){margin-left: 0;}
  .pic_lt3 .li3_flex{padding-top: 15px;}
  .pic_lt3 .l3_plus{margin-top: 25px;}
  .sec3 .pic_lt3{width: 100%;}
  .sec3 .pic_lt3:nth-child(2){padding-left: 0;}
  .sec4{padding: 50px 5%;}
  .sec4 .insta_text h2{font-size: 30px;}
  .sec4 .my_instagram{padding-top: 15px;}
  .sec4 .my_instagram li{width: 33.33%;margin-right: 0;height: 30vw;}
  .sec4 .insta{padding: 0;}
  .sec5 .sec5_img{height: 80vw;}
  .resort_sec2 ul{margin-top: 50px;}
  .resort_sec2 ul li{width: 100%;flex-direction: column;padding-bottom: 50px;}
  .resort_sec2 ul li:nth-child(2){margin-top: 0;}
  .resort_sec2 ul li:last-of-type{margin-top: 0;}
  .resort_insta .my_instagram li{width: 33.33%;margin-right: 0;height: 30vw;}

  .exper_sub1{padding: 50px 0 250px;}
.exper_sub2{padding: 50px 0 0px;}
.exper_sub3{padding: 50px 0;}
  .exper_sub1_img{width: 100%;}
  .exper_sub1_text{padding-left: 0;width: 90%;padding-top: 50px;margin: 0 auto;}
.exper_sub4_img{width: 100%;}
  .exper_sub4_text{padding: 0;width: 100%;}
.exper_sub2_text{padding: 0;width: 90%;margin: 0 auto;padding-bottom: 50px;}
.exper_sub2_img{width: 100%;}
.exper_sub3_text{padding: 0;width: 90%;margin: 0 auto;padding-bottom: 50px;}
.exper_sub3_img{width: 100%;}
.exper_sub4_text{padding: 0;width: 100%;margin: 0 auto;padding-top: 50px;}
  .gall_row .col-gn-2{width: 100% !important;}
  #bo_gall .gall_li{padding: 0;}
  #container #bo_gall #gall_ul{margin: 20px 0 0 !important;width: 100%;}
  .bo_head_img_wrap{height: 50vh !important;}
  .sub1_board .pic_lt h2{padding-bottom: 15px;padding-left: 5%;}
  .sub1{padding: 50px 0 0;}
  .sub1_board .pic_lt .tag_list{padding: 0 5%;}
  .sub1 .my_instagram{padding: 0px 5% 50px;}
  .sub1 .my_instagram li{width: 33.33%;margin-right: 0;height: 27.5vw;}
  .progress-wrap{right: 25px;bottom: 90px;}
  .sub2{padding: 50px 0 0;}
.sub2_sec1 .sub2_tit{padding-bottom: 90px;padding-left: 5%;padding-right: 5%;}
.sub2_sec1 ul{flex-direction: column;}
.sub2_sec1 ul .sub2_ultext{padding-left: 0;}
  .sub2_sec1 ul .sub2_ulimg{width: 100%;}
  .sub2_sec1 ul .sub2_ultext{width: 90%;padding: 70px 0;}
.sub2_sec1 ul{padding-bottom: 0;}
  .sub2_sec1 ul:nth-of-type(2){flex-direction: column-reverse;}
  .sec2_img{flex-direction: column-reverse;}
.sec2_img .sec2_text{width: 90%;margin: 0 auto;padding: 80px 0 150px;}
.sec2_img .sec2_img1{margin-top: 0;margin-right: 70px;width: 60%;margin-top: -150px;}
  .sec2_img .sec2_img2{margin-top: 0;width: 50%;margin-right: -85px;}
  .sec2_par p{text-align: left;}
  .sub2.sub2_sec3{padding-top: 0;padding-bottom: 50px;}
  .sub2 .sec3_slide{padding-bottom: 50px !important;}
.sub2_sec3_text{left: 15px;bottom: 15px;}
/*  .sub3_wrap{padding:0 5%;}*/
  .sub3_sec3 ul li{width: 100%;}
  .sub3_sec4 ul.sub3_sec4_ul > li{width: 100%;}
  .sub3_sec6 .ok_flex .ok_img{width: 100%;padding-bottom: 50px;}
  .sub3_sec6 .ok_text{width: 100%;}
  .cc_sec1 .cc_sec1_text{width: 100%;}
.cc_sec1 .cc_sec1_img{width: 100%;margin-top: 50px;}
  .cc_sec2 ul li{width: 100%;}

.cc_sec4 li{width: 49%;}
  .cc_sec4 .cc_sec4_text{width: 100%;padding:0 5%;top: 10%;}
  .cc_sec4{background-size: 300% !important;background-position: center top;overflow: hidden;height: auto;}
  .cc_sec4 > img:last-child{width: 370% !important;}
  .cc_sec4 ul{top: 40%;padding:0 5%;}
  .cc_sec5{margin-top: 50px;}
  .cc_sec6 .my_instagram li{width: 33.33%;margin-right: 0;height: 30vw;}
  .cc_sub1 .cc_sub1_text{width: 100%;padding: 0 5%;}
.cc_sub1 .cc_sub1_img{width: 100%;padding-top: 50px;padding-left: 5%;}
  .cc_sub4 ul li{width: 49%;margin-bottom: 15px;}

  .cc_sec1{width: 100%;padding: 100px 5% 0;}
  .cc_sub1_wrap{padding: 50px 0;}
  .cc_sub2_wrap{padding: 50px 0;}
.cc_sub3_wrap{padding: 50px 0;}
.cc_sub4_wrap{padding: 50px 0;}
  .cc_sub3 ul li > span{font-size: 16px;width: 100%;margin-bottom: 20px;}
  .re_mem_box h3{font-size: 20px;}
  .re_mem_box h4{font-size: 30px;}
  .re_mem_box p{font-size: 14px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .re_mem_link{font-size: 16px;}
  .sub5_sec1 .sub5_slide1{width: 100%;margin-right: 0;margin-bottom: 30px;}
  .sub5_sec3 .sub5_slide3{width: 100%;margin-right: 0;margin-bottom: 30px;}
  .sub5_sec2 .sub5_slide2{width: 100%;margin-left: 0;}
  .sub5_sec1 .sub5_table1{width: 100%;padding: 0 5%;}
  .sub5_sec3 .sub5_table3{width: 100%;padding: 0 5%;}
  .sub5_sec2 .sub5_table2{width: 100%;padding: 0 5%;margin-bottom: 30px;}
  .cc_sub3 ul li h3{font-size: 20px;width: 27%;}

  .cc_sub9 .swiper-button-next{right: 20px;}
  .cc_sub9 .swiper-button-prev{left: 20px;}

  .sec3 .pic_lt3:first-child{padding-bottom: 20px;}
  .sec3 .pic_lt3:nth-child(2){padding-top: 20px;}
  .sub1_ul{overflow: hidden !important;}

  .cc_sec3 .pic_lt .gall_li{width: 100%;}
  .cc_sec3 .pic_lt .gall_text_href {
    padding: 0 5%;margin-bottom: 40px;
}
  .cc_sub6 .op_ul li p{width: 100%;}
  svg.bgani{display: none !important;}
  #login_fs .sns_login{padding-left: 0;padding-right: 0;}
  #ctt_con .timesale_link{margin-bottom: 0;height: 60vw;background-size: cover;margin: 0;background-position: center}
  #ctt_con .timesale_link .time_text h2{font-size: 30px;padding-top: 20px;padding-bottom: 15px;}
  #ctt_con .timesale_link .time_text p{font-size: 13px;}
  #ctt_con .timesale_link .time{margin-top: 20px;}
  .timesale_link .time_tit{top: 25px;left: 15px;font-size: 18px;}
.timesale_link .time div{display: inline-block;text-align: center;font-size: 13px;margin-right: 10px;}
.timesale_link .time div:last-child{margin-right: 0;}
.timesale_link .time div span{display: block;font-size: 18px;font-family: 'Marcellus English'!important;margin-bottom: 5px;}
.timesale_link .time div i{font-style: normal;background: rgba(0, 0, 0, 0.3);padding:10px 0;border-radius: 3px;margin:0 2px;text-align: center;width: 35px;display: inline-block;}

  .hole_info h2{font-size: 30px;}

  .hole-pagination{display: none;}

  .room_info div div{font-size: 12px !important;}

  .billboard-hero .slide-controls{width: 90% !important;}
  .billboard-hero .slide-controls .slide-scrollbar{width: 80% !important;}

  .option_wrap{padding-top: 50px;}
  .option_list > h2{font-size: 16px;}
  .option_tit{font-size: 14px;}
  .option_tit{font-size: 14px;}
  .option_tit div{float: none;display: block;padding-top: 10px;}
  .option_tit li{padding: 15px;}
  .option_list h4.firw{width: 100%;}
  .option_list > div > h4{font-size: 18px;}
  .opt1{display: block;width: 100%;}
  .opt2{display: block;width: 100%;}
  .opt3{display: block;width: 100%;margin-top: 25px;}
  .opt1 > p{font-size: 12px;}
  .opt1 > div:first-of-type{padding: 25px 0;margin-bottom: 0;}
  .opt1 > div:first-of-type h3{font-size: 18px;}
  .opt1 > div:first-of-type ul li{font-size: 14px;}
  .option_list .input_wrap{display: block;margin-top: 10px;}
  .opt1 .input_wrap{float: none}
  .opt1 li .input_wrap{float: right;margin-top: -8px;}
  .option_list > div .opt1 > div:last-child > div .input_wrap{float: right;margin-top: -8px;}
  .opt1 > div:first-of-type ul li input{width: 50px;}
  .opt1 > div:last-of-type input{width: 50px;}
  .opt1 > div:first-of-type p{font-size: 12px;}
  .opt1 > div:last-of-type{padding: 0;font-size: 14px;margin-top: 0;}
  .opt1 > div:last-of-type span{font-size: 14px;}
  .option_list h4.minw{width: 100%;padding-bottom: 25px;}
  .option_list div div div > span{font-size: 14px;width: auto !important;margin-right: 20px;}
  .option_list .input_wrap input{font-size: 13px;border-radius: 0;margin-right: 0;}
  .option_list .input_wrap select{font-size: 13px;}
  .opt2 p{font-size: 12px;}
  .g_option_wrap .opt2 p{font-size: 12px;}
  .opt2 label{font-size: 12px;}
  .opt2 label span{width: 20px;height: 20px;font-size: 14px;line-height: 20px;margin-right: 10px;}
  .opt2 div.select_wrap{display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 20px;}
  .opt2 div.select_wrap select{width: 70%;}
  .opt2 .select_wrap h3{width: 35px;font-size: 15px;}
  .opt2 div.select_wrap select{width: 60%;margin-right: 5px;font-size: 14px;}
  .opt2 div.select_wrap button{width: 26%;font-size: 13px;}
  .opt2 h2{font-size: 16px;}
  .opt2 ul li{font-size: 12px;}
  .opt2 ul li span{-ms-word-break: keep-all;
  word-break: keep-all;}
  .opt2 ul li span:first-child{padding-right: 20px;}
  .opt2 ul li span:last-child{padding-left: 20px;}

  .option_list > div.cust_info_wrap .opt2 > div:nth-child(2) .input_wrap{display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center}
  .option_list > div.cust_info_wrap .opt2 > div:nth-child(1) input{width: 100% !important;}
  .option_list > div.cust_info_wrap .opt2 > div:nth-child(2) input{width: 47% !important;}
  .option_list > div.cust_info_wrap .opt2 > div:nth-child(2) select{width: 100% !important;margin-top: 10px;}
  .option_list > div.cust_info_wrap .opt2 > div:nth-child(3) .input_wrap{display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between;}
  .option_list > div.cust_info_wrap .opt2 > div:nth-child(3) input{width: 31% !important;}
  .option_list > div.cust_info_wrap .opt2 > div:nth-child(3) select{width: 31% !important;}
  .option_list > div.cust_info_wrap .opt2 > div:nth-child(4) input{width: 100% !important;}

  .option_list > div.pay_info_wrap .opt2 > div:nth-child(1) .input_wrap{display: inline-block;}
  .option_list > div.pay_info_wrap .opt2 > div:nth-child(2) input{width: 100%;}
  .option_list > div.pay_info_wrap .opt2 > div:nth-child(3) input{width: 23.7%;}
  .option_list > div.pay_info_wrap .opt2 > div:nth-child(3) .input_wrap{display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between;}
  .option_list > div.pay_info_wrap .opt2 > div:nth-child(4) .input_wrap{display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between;}
  .option_list > div.pay_info_wrap .opt2 > div:nth-child(4) input{width: 48.5%;}
  .option_list > div.pay_info_wrap .opt2 > div:nth-child(5) input{width: 100%;}

  .opt3 div.checkbox_wrap{font-size: 13px;}
  .opt3 div.checkbox_wrap span{width: 20px;height: 20px;line-height: 20px;font-size: 13px;}
  .opt3 div.checkbox_wrap a{display: inline-block;font-size: 13px;}
  .opt3 div.checkbox_wrap a img{width: 18px;}
  .option_side{width: 100%;display: block;margin: 0 auto;position: fixed;float: none;bottom: 0 !important;left: 0;top: auto !important;background: #fff;z-index: 100;right: 0;}
  .option_total{border-top: 1px solid #000;margin-top: 0;position: relative;z-index: 101;background: #fff;}
  .option_total .m_show{font-family: 'Font Awesome 5 Pro';    content: "\f077";display: block;text-align: center;margin-bottom: 10px;font-size: 15px;padding-top: 5px;background: #fff;}
  .option_link{margin-top: 20px;}
  .option_link a{display: none;}
  .option_link button{width: 100%;display: block;height: 60px;text-align: left;padding: 20px;box-sizing: border-box;line-height: 1.3;}
  .option_link button img{float: right;margin-top: 7px;}
  .option_total .opt_cp_price{padding: 0 20px;}
  .option_total .opt_final_price{padding: 5px 20px 0;}
  .option_total span:first-child{font-size: 15px;}
  .option_total .opt_final_price span:nth-child(2){font-size: 25px;}
  .option_total .opt_final_price span:nth-child(2) i{font-size: 18px;}

  .option_side .option_pri_wrap{padding:10px 20px 180px;position: fixed;bottom: -100%;background: #fff;max-height: 100vh;transition: .5s;border: 0;border-top: 1px solid #000;}
  .option_side .option_pri_wrap .m_none{font-family: 'Font Awesome 5 Pro';    content: "\f078";display: block;text-align: center;margin-bottom: 10px;font-size: 15px;background: #fff;}
  .option_pri_extra{max-height: calc(100vh - 400px);margin-right: 0;padding-right: 0;}



  .card_wrap{width: 100%;}

  .room_item > li{padding: 30px 0;}
  .card_link_wrap{padding: 30px 5% 120px;}
/*  .card_link_wrap a{margin:5px 0;width: 100%;height: 50px;line-height: 50px;}*/
  .card_link_wrap a img{display: none;}

  #bo_cate_ul{display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;flex-wrap: wrap;justify-content: space-between}
  #bo_cate #bo_cate_ul li{padding: 0;}
  #bo_cate #bo_cate_ul li a{padding: 0;margin-right: 0;}
  #bo_cate{margin: 25px 0 !important;}

  .tbl_head01 td a{font-size: 14px !important;}
  #bo_v_img{text-align: center;}
  #bo_v_title .bo_v_cate{margin-bottom: 10px;}

  #bo_v .list_btn{height: 50px !important;line-height: 50px !important;padding: 0 50px !important;font-size: 16px !important;}

  .ceo_sub1_text img{width: 80%;}
  .ceo_sub1_bottom div p{padding-top: 30px;}
  .ceo_sub1_bottom div{left: 5%;}
  .ceo_sub2 ul li p{padding-top: 25px;}
  .ceo_sub3 ul li{width: 48%;margin-right: 4%;}
  .ceo_sub3 ul li:nth-child(2n){margin-right: 0 !important;}
  .ceo_sub3 ul li:nth-child(3n){margin-right: 4%;}

  .ceo_sub1{padding: 50px 0 0;}

  .reseve_ftit{font-size: 26px;padding-bottom: 25px;}
  .reserve_f h3{font-size: 16px;padding-bottom: 10px;}
  .reserve_f th:first-child{width: 140px;text-align: center;}
  .reserve_f .book_cncl_resn th{font-size: 14px;padding: 15px;}
  .reserve_f th{font-size: 14px;padding: 15px;}
  .reserve_f .book_cncl_resn td{font-size: 13px;padding: 15px;}
  .reserve_f td{font-size: 13px;padding: 15px;}

  .reserve_f h2{font-size: 25px;padding-bottom: 30px;}
  .reserve_f h2 span{display: block;padding-left: 0;padding-top: 10px;font-size: 12px;}
  .reserve_f ul li{width: 100%;padding-bottom: 30px;font-size: 16px;margin-right: 0;}
  .reserve_f ul li h4{padding: 20px 10px;}
  .reserve_f ul li h4 span{font-size: 18px;}
  .reserve_f ul li a{font-size: 14px;}
  .reserve_f ul li button{font-size: 14px;color: #000;text-align: left;}

    .pa_text p{font-size: 14px;}

  .exlogin_ul{padding: 15px 5% 35px;}
  .exlogin_ul li{width: 100%;justify-items: center}
  .exlogin_ul li.exlogin_cir{width: 100%;margin: 20px 0;}
  .exlogin_text{font-size: 13px;}
  .exlogin_ul li{padding: 30px;}
  .exlogin_p{padding: 15px 0;}
  .exlogin_p span{font-size: 12px;}
  .exlogin_p p{font-size: 25px;}
  .exlogin_text{margin-top: 25px;}
  .exlogin_mem{background-size: 30%;}
}
@media screen and (max-width: 718px){
    .cp_form li{gap:15px}
    .cp_form li h1{width: 100%;}
    .cp_form li input{width: 100%;}
    .cp_form li div{width: 100%;}
    .goods_text {
            padding: 0 35px;
        }
        .s_t {
            font-size: 13px;
        }
        .siena_good .goods_info li {
            flex-direction: column;
        }
        .goods_info {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        .goods_text span.tit {
            font-size: 16px;
        }
        .goods_text h2 {
            font-size: 17px
        }
        .goods_text p {
            font-size: 14px;
        }
         .goods_text {
            padding: 0 25px;
        }

    #bo_v_con table{width: 100%;overflow-x: scroll;display: block;}
    #bo_v_con table tbody{min-width: 1000px;display: block;}

  .mp_plf_type{margin-bottom: 20px;}
  .mp_able_wrap{width: 95%;}
  .mp_chart_wrap{width: 95%;}
  .mp_able_con{padding: 15px;}
  .mp_able_slt span{font-size: 13px;}
  .mp_able_slt select{font-size: 13px;}
  .mp_able_con h3{font-size: 15px;}
  .mp_able_con table{font-size: 12px;}
  .mp_chart_con{padding: 15px;}
  .mp_chart_con ul li h3{font-size: 13px;}
  .mp_chart_con ul li p{font-size: 13px;}

  .sec2 .sec_head{padding:0 5%;}
  .sec1 .sec_con ul{flex-wrap: nowrap;}
  .pic_lt #gall_ul{flex-wrap: wrap;}
  .pc_only{display: none !important;}
  .sec1{padding: 50px 0 20px;}
.sec2{padding: 50px 0 50px;}
  .siena_div_wrap .div1_text{width: 100%;height: auto;padding: 50px 5% 50px;}
  .siena_div_wrap .div2_text{width: 100%;height: auto;padding: 50px 5% 50px;}
  .siena_div_wrap .div3_text{width: 100%;height: auto;padding: 50px 5% 50px;}
  .siena_div_wrap .div4_text{width: 100%;height: auto;padding: 50px 5% 50px;}
  .siena_div_wrap .div5_text{width: 100%;height: auto;padding: 50px 5% 50px;}
  .siena_div_wrap .div1_img{width: 100%;height: auto;}
  .siena_div_wrap .div2_img{width: 100%;height: auto;}
  .siena_div_wrap .div3_img{width: 100%;height: auto;}
  .siena_div_wrap .div4_img{width: 100%;height: auto;}
  .siena_div_wrap .div5_img{width: 100%;height: auto;}
  .siena_div_wrap .div1_img img{width: 100%;}
  .siena_div_wrap .div2_img img{width: 100%;}
  .siena_div_wrap .div3_img img{width: 100%;}
  .siena_div_wrap .div4_img img{width: 100%;}
  .siena_div_wrap .div5_img img{width: 100%;}
  .ft_right{padding-top: 40px !important;}
  #bo_gall #bo_cate a{font-size: 14px;}
  #bo_list #bo_cate a{font-size: 14px;}
  .tag_inner .btn-tag{font-size: 14px;padding: 7px 10px;margin: 2px;}
  .pic_lt #gall_ul .gall_li{width: 100% !important;}
  .pic_lt #gall_ul .gall_li:first-child{padding-right: 0;border-right: 0;}
  .pic_lt .gall_text_href{padding: 0 5%;}
  .pic_lt #gall_ul .gall_li:nth-child(2){padding-left: 0;margin-top: 40px;}
  .pic_lt #gall_ul .gall_li{margin-top: 40px;}
  .pic_lt #gall_ul .gall_li:first-child{margin-top: 0 !important;}

  .ceo_sub1_text{width: 100%;}
  .ceo_sub1_wrap div:nth-child(2){display: none;}
  .ceo_sub1_text img{width: 50%;}
  .ceo_sub1_bottom{overflow: hidden;}
  .ceo_sub1_bottom div{position: initial;transform: translateY(0);width: 100%;background: #929eab;padding: 30px;}
  .ceo_sub1_bottom img {
    width: 150%;
    transform: translateX(-33%);
}
  .msg_mobileNo{display: block;}
  .msg_emailAddr{display: block;}
  dialog.opt_policy {width: 90% !important;}
  dialog.opt_policy h2{font-size: 18px;}
  .opt_policy_header .dialog_close{width: 25px;height: 25px;}

  .room_info_none img{width: 180px;}
  .room_info_none p{width: 400px;font-size: 16px;padding: 20px 0;}
}
@media screen and (max-width: 500px){
    .golf_mypage{margin-top: 10px;width: 100%;text-align: center;}
    .golf_rec_btn{gap:0;}
    .book_info_btn{width: 100%;display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-top: 10px;margin-bottom: 10px;}
    .book_info_btn a{width: 49%;text-align: center;}
    .book_info_btn button{width: 49%;text-align: center;}
    .book_info_btn button.bk_cancel{width: 49%;padding: 0;text-align: center;margin-right: 0;}
    .g_finish_wrap .mp_golf_membUseDtl{width: 100%;float: right;}
    .g_finish_wrap .mp_golf_membUseDtl a{width: 100%;margin-right: 0;padding: 0;text-align: center;}

  .is_wrap{width: 100%;padding: 50px 5%;}
  .is_wrap h2{font-size: 25px;}
  .is_wrap p{font-size: 14px;}
  .is_wrap label{font-size: 14px;}
  .pv_wrap{width: 100%;padding: 100px 5%;}
  .register_form_flex .half{width: 100%;}
  .register_form_flex ul li.input_100 input{width: 100% !important;}
  .register_form_flex ul li input{width: 64% !important;}

  .register_form_inner .bg{width: 90% !important;}

  .register_form_inner ul.floatn li button{float: none !important;margin-top: 0 !important;}
  .mb_log_cate h5{font-size: 26px;}
  .mb_log_cate div{font-size: 14px;}
  .pv_wrap h2{font-size: 26px;}
  .pv_wrap p{font-size: 14px;}

  .register .register_form_inner{padding: 0 3% !important;}
  .twopart_input{margin-right: 0 !important;}
  .cp_form{padding: 20px;height: 60vh;overflow-y: scroll}

  .cp_input input{font-size: 14px;}
  .cp_btn button{width: 100% !important;font-size: 14px !important;}
  .cp_btn a{width: 100% !important;font-size: 14px !important;}
  .cp_btn button:first-child{margin-bottom: 10px;}

  #hd_pop{width: 100% !important;}
  .hd_pops{width: 85%;left: 50% !important;top: 80px !important;border: 0 !important;transform: translateX(-50%)}
  .hd_pops_con{width: 100% !important;overflow: hidden;height: auto !important;}
  .hd_pops_footer{width: 100% !important;}
  #gnb_all{right: -105%;width: 100%;}
  .ft_right{padding: 50px 0;right: 5%;height: auto;}
  #ctt_con .timesale_link{margin-bottom: 0;height: 90vw;background-size: cover;margin: 0;background-position: center}
  .brand_sub1_wrap .brand_video{height: 220px !important;position: relative !important;margin-bottom: 50px;}
  .cc_sub7 ul li{width: 100%;margin-bottom: 20px;}
  .cc_sec4{background-size: 300% !important;background-position: center top;overflow: hidden;height: 290vw;}
  .cc_sec4 > img:last-child{width: 400% !important;}
  .cc_sec4 ul{top: 35%;padding:0 5%;}
  .sub3_sec1_img{width: 80%;margin: 0 auto;padding-bottom: 50px;}
  .sub3_sec1_img img{width: 40%;}
  .sub3_sec1_img img:nth-child(1){width: auto;}
  .sub3_sec1_img img:nth-child(3){width: auto;}
  .sub3_sec1_img img:nth-child(2){width: 100%;padding: 40px 0;}
  .sub3_sec5 ul li{width: 100%;}
  .sub3_sec7_img img{width: 100%;}
  .sub4_ul li:first-child{padding-right: 0;padding-left: 0;}
  .sub4_ul li{padding-left: 20px;padding-right: 0;}
  .cc_sub11 .course_tap h3{display: none;}
  .cc_sub11 .course_tap{justify-content: flex-start}
  .cc_sub11 .course_tap a{width: 20%;}
  .hole_info{width: 100%;}
  .hole_img{width: 100%;text-align: center;margin-bottom: 30px;}
  .cc_hole_wrap{margin-top: 50px;}

  .hole_img img{position: relative;transform: translateX(0);left: auto;width: 80%;}
  .cc_sub12 .cc_sub12_text h2 i{display: block;padding-left: 0;padding-top: 10px;line-height: 1.8;-ms-word-break: keep-all;
  word-break: keep-all;}
  .cc_sub12 ul li{width: 49%;}
  .brand_sub2_wrap div img{width: 100%;}
  .brand_sub2_wrap div img:first-child{border-right: 1px solid #dfdfdf;}

  .sec5 .sec5_img{height: 110vw;}
  #ctt_con .sub2_sec4_img{height: 110vw;}

  .ceo_sub2 ul li h3{-ms-word-break: keep-all;
  word-break: keep-all;line-height: 1.6;}
  .ceo_sub3 ul li{width: 100%;margin-right: 0;}

  .ceo_sub2 ul li{padding: 30px 0;}
  .ceo_sub3 h2{padding-bottom: 30px;-ms-word-break: keep-all;
  word-break: keep-all;}
  .ceo_sub1_text img{width: 70%;}

  .mp_plf_type ul li{margin-right: 15px;}
  .mp_resv_result table{font-size: 14px;}
  .mp_flow_wrap ul a{font-size: 14px;}
  .room_info_none img{width: 140px;}
  .room_info_none p{width: 300px;font-size: 14px;}
  #ft_tos .ft_logo img{width: 170px;}

}
@media screen and (max-width: 360px){
  #logo{width: 160px;}
}
@media screen and (max-width: 290px){
  #hd #gnb{width: 5%;}
  #hd_tos #gnb{width: 5%;}
  #hd_white #gnb{width: 5%;}
  #hd_cc #gnb{width: 5%;}
  #hd_cc_white #gnb{width: 5%;}
  #hd_re #gnb{width: 5%;}
  #hd_re_white #gnb{width: 5%;}
  #hd_siena #gnb{width: 5%;height: 65px;}

  .billboard-hero__inner h2 i{font-size: 14px !important;}
  .billboard-hero__inner h2{font-size: 25px !important;}
  .billboard-hero__inner p{font-size: 12px !important;}
  .main-hub .billboard-hero_sub .slide-controls{width: 90%;}

  .sec1 .sec_head h2{font-size: 25px;}
  .sec1 .sec_head h2 span{font-size: 12px;}
  .sec1 .sec_head img{width: 80px;}
  .sec1 .sec_con ul li .sec_con_text{left: 15px;}
  .sec1 .sec_con ul li .sec_con_text h2{font-size: 20px;}
  .sec1 .sec_con ul li .sec_con_text p{font-size: 12px;}
  .sec1 .sec_con ul li .sec_con_text2{top: 20px;left: 15px;}
  .sec1 .sec_con ul li .sec_con_text2 h2{font-size: 25px;}
  .sec1 .sec_con ul li .sec_con_text2 p{font-size: 12px;padding-top: 20px;}
  .sec1 .sec_con ul li .sec_con_text2 a{font-size: 15px;margin-top: 20px;}

  .sec2 .sec_head h2{font-size: 25px;}
  .sec2 .sec_head h2 span{font-size: 12px;padding-top: 15px;}
  .sec2 .sec_head h2 span a{float: left;margin-left: 0;margin-top: 15px;}
  .sec2 .sec_head ul{margin-top: 30px;}
  .sec2 .sec_head ul li{height: 35px;}
  .pic_lt .bo_cate_link{font-size: 12px;}
  .pic_lt .gall_date{font-size: 12px;}
  .pic_lt #gall_ul .bo_tit{font-size: 18px;}
  .pic_lt #gall_ul .bo_cnt{font-size: 12px;}

  .pic_lt3 .lat_title a{font-size: 25px;}
  .pic_lt3 .lat_title .lt_more{font-size: 12px;}

  .sec3 .pic_lt3 .lt_date{font-size: 12px;}
  .pic_lt3 .bo_cate_link{font-size: 12px;}
  .sec3 .pic_lt3 .bo_cnt{font-size: 12px;height: 33px;}
  .pic_lt3 .l3_plus{font-size: 14px;}
  .pic_lt3 .li3_flex .lt_subject{font-size: 16px;}
  .pic_lt3 .li3_flex .lt_subject2{font-size: 16px;}

  .sec5 .sec5_img{height: 190vw;}
  .sec5 .sec5_text{width: 90%;}
  .sec5 .sec5_text p{font-size: 12px;}
  .sec5 .sec5_text a{font-size: 15px;}

  #ft #ft_link a{font-size: 12px;}
  #ft_re #ft_link a{font-size: 12px;}
  #ft_tos #ft_link a{font-size: 12px;}
  #ft_dark #ft_link a{font-size: 12px;}
  #ft_cc #ft_link a{font-size: 12px;}
  #ft .ft_text{font-size: 12px;}
  #ft_re .ft_text{font-size: 12px;}
  #ft_tos .ft_text{font-size: 12px;}
  #ft_dark .ft_text{font-size: 12px;}
  #ft_cc .ft_text{font-size: 12px;}
  #ft .ft_copy{font-size: 12px;}
  #ft_re .ft_copy{font-size: 12px;}
  #ft_tos .ft_copy{font-size: 12px;}
  #ft_dark .ft_copy{font-size: 12px;}
  #ft_cc .ft_copy{font-size: 12px;}
  .ft_num p{font-size: 14px;}
  .ft_num h2{font-size: 20px;}
  .ft_num span{font-size: 12px;}
  .ft_right{position: inherit;right: 0;align-items: flex-start;}
  .ft_sns{justify-content: flex-start;}
  .ft_sns a:first-child{margin-left: 0;}

  #gnb_all .all_head .all_logo img{width: 110px;}
  #gnb_all .all_head .all_logo a:first-child{width: 60%;}
  #gnb_all .all_head .all_logo a:nth-child(2){font-size: 20px;width: 30px;text-align: left;}
  #gnb_all .all_head .all_logo a:nth-child(3){font-size: 12px;}
  #gnb_all .all_head .all_link a{font-size: 14px;padding: 7px 10px;}
  #gnb_all .all_head{padding: 20px 20px 25px;}
  #gnb_all .all_head .all_board a{font-size: 12px;}
  #gnb_all .all_head .all_board a i{font-size: 14px;}
  #gnb_all .all_head .all_board ul li:first-child{padding-right: 10px;}
  #gnb_all .all_head .all_board ul li:last-child{padding-left: 10px;}
  #gnb_all .gnb_al_li a.gnb_acc{font-size: 13px;}
  #gnb_all .gnb_al_li a.gnb_ac{font-size: 13px;}
  .panel_img p{font-size: 12px;left: 10px;}
  #gnb_all .gnb_al_li li a{font-size: 13px;}

  .progress-wrap{right: 15px;bottom: 100px;}
  .mobile_button ul li a{font-size: 10px;-ms-word-break: keep-all;
  word-break: keep-all;}

  .resort_sec1_text h2{font-size: 25px;}
  .resort_sec1_text span{font-size: 16px;}
  .resort_sec1_text p{font-size: 12px;}
  .resort_sec2_text h2{font-size: 25px;}
  .resort_sec2_text span{font-size: 16px;}
  .resort_sec2_text p{font-size: 12px;}

  .resort_sec2 ul li h3{font-size: 16px;}
  .resort_sec2 ul li p{font-size: 12px;}
  .resort_sec2 ul li a{font-size: 14px;}
  .resort_sec2 ul li a i{width: 25px;height: 25px;line-height: 25px;}

  .resort_insta h2 span{font-size: 14px;}
  .resort_insta h2{font-size: 25px;}
  .resort_insta p{font-size: 12px;}

  .resort_sec4_text span{font-size: 14px;}
  .resort_sec4_text h2{font-size: 25px;}
  .resort_sec4_text p{font-size: 12px;}
  .resort_sec4_text a{font-size: 12px;}

  .sub_main_text h2 ul a{font-size: 12px;}
  .sub_main_text h2{font-size: 25px;}
  .sub_main_text p{font-size: 12px;}

  .brand_sub1 h2{font-size: 25px;}
  .brand_sub1 span{font-size: 14px;}
  .brand_sub1 h3{font-size: 20px;}
  .brand_sub1 p{font-size: 12px;}
  .brand_sub2 h2{font-size: 20px;}
  .brand_sub2 p{font-size: 12px;}
  .exper_sub1 h2{font-size: 25px;}
  .exper_sub1_text h3{font-size: 18px;}
  .exper_sub1_text span{font-size: 14px;}
  .exper_sub1_text p{font-size: 12px;}
  .exper_sub2_text h3{font-size: 18px;}
  .exper_sub2_text span{font-size: 14px;}
  .exper_sub2_text p{font-size: 12px;}
  .exper_sub3_text h3{font-size: 18px;}
  .exper_sub3_text span{font-size: 14px;}
  .exper_sub3_text p{font-size: 12px;}
  .exper_sub4_text h3{font-size: 18px;}
  .exper_sub4_text span{font-size: 14px;}
  .exper_sub4_text p{font-size: 12px;}



  svg.bgani{display: none;}

  .bo_h2{font-size: 25px !important;}
  .bo_sch .sch_btn{right: 0 !important;}
  .bo_sch{font-size: 12px !important;}
  #bo_list_total{font-size: 12px !important;}
  .bo_sch .sch_input{width: auto !important;}

  .bo_text{font-size: 12px !important;}
  .sub4_ul li h3{font-size: 14px !important;}
  .sub4_ul li p{font-size: 12px;}

  .sub4 h2{font-size: 16px;}
  .sub4_text li{font-size: 12px;}
  .tag_manager .tag_hd{font-size: 14px !important;}
  .tag_inner #bo_cate_ul a{font-size: 12px !important;}
  #bo_gall .bo_cnt{font-size: 12px !important;}
  #bo_gall .bo_tit{font-size: 20px !important;}

  .re_reserve_link .re_link_wrap h2{font-size: 18px;}
  .re_reserve_link .re_link_wrap a{font-size: 14px;}
  #bo_v_con{font-size: 12px !important;}

  .re_mem_box h3{font-size: 16px;}
  .re_mem_box h4{font-size: 25px;}
  .re_mem_box p{font-size: 12px;}
  .re_mem_link{font-size: 14px;text-align: center;}

  .contact_agree h3{font-size: 14px;}
  .agree_box{font-size: 12px;}
  .contact_agree p{font-size: 11px;}
  .agree_wrap label{font-size: 14px;}
  #bo_w .write_div label{font-size: 12px;}
  .write_flex .wrtie_div input{font-size: 13px;}
  .write_flex .wrtie_div select{font-size: 13px;}
  .write_flex .write_div select{font-size: 13px;}
  #char_count_desc{font-size: 12px !important;}
  #container #bo_w .btn_submit{font-size: 13px;}
  .tbl_head01 thead th{font-size: 12px !important;}
  .tbl_head01 td{font-size: 12px !important;}
  .tbl_head01 td a{font-size: 12px !important;
    -webkit-line-clamp: 1;line-height: 12px;height: 12px;}

  .sub1_text h2{font-size: 25px;}
  .sub1_text p{font-size: 12px;}
  .sub1_board .pic_lt h2 a{font-size: 16px;}
  .sub1_ul ul li h3{font-size: 16px;}
  .sub1_ul ul li p{font-size: 12px;}
  .sub1_text h2{font-size: 20px;}
  .sub1_text h2 span{font-size: 14px;}

  .sub2_sec1 .sub2_tit span{font-size: 14px;}
  .sub2_sec1 .sub2_tit h2{font-size: 25px;}
  .sub2_sec1 .sub2_tit p{font-size: 12px;}
  .sub2_sec1 ul .sub2_ultext span{font-size: 14px;}
  .sub2_sec1 ul .sub2_ultext h2{font-size: 25px;}
  .sub2_sec1 ul .sub2_ultext span{font-size: 14px;}
  .sub2_sec1 ul .sub2_ultext p{font-size: 12px;}
  .sec2_img .sec2_text h2{font-size: 25px;}
  .sec2_par p{font-size: 12px;}
  .sec2_par i{font-size: 16px;}
  #ctt_con .sub2_sec4_img{height: 190vw;}
  .sub2_sec4_text h2{font-size: 20px;-ms-word-break: keep-all;
  word-break: keep-all;}

  .sub_sub_text span{font-size: 16px;}
  .sub_sub_text h2{font-size: 25px;}
  .sub3_sec1 h3{font-size: 16px;}
  .sub3_sec1 p{font-size: 12px;}
  .sub3_sec2 h3{font-size: 16px;}
  .sub3_sec2 p{font-size: 12px;}
  .sub3_sec3 span{font-size: 12px;}
  .sub3_sec3 h3{font-size: 16px;}
  .sub3_sec3 ul li p{font-size: 12px;}
  .sub3_sec3 .sub3_sec3_li h2{font-size: 16px;}
  .sub3_sec3 .sub3_sec3_li h4{font-size: 14px;}
  .sub3_sec3 .sub3_sec3_li p{font-size: 12px;}
  .sub3_sec4 span.sub3_sec4_span{font-size: 14px;}
  .sub3_sec4 h3{font-size: 16px;}
  .sub3_sec4 h2{font-size: 16px;}
  .sub3_sec4 ul li span{font-size: 16px;}
  .sub3_sec4 ul.sub3_sec4_ul > li h4{font-size: 14px;}
  .sub3_sec4 ul.sub3_sec4_ul > li h5{font-size: 14px;}
  .sub3_sec4 ul.sub3_sec4_ul > li ul li p{font-size: 12px;}
  .sub3_sec4 ul li span.white{font-size: 14px;}
  .sub3_sec4_ul p{font-size: 12px;}
  .sub3_sec5_text h2{font-size: 16px;}
  .sub3_sec5_text p{font-size: 12px;}
  .sub3_sec5 .sub3_sec5_p{font-size: 12px;}
  .sub3_sec6 .sub3_sec6_text span{font-size: 14px;}
  .sub3_sec6 .ok_text h2{font-size: 16px;}
  .sub3_sec6 .ok_text .ok_p{font-size: 12px;}
  .sub3_sec6 .ok_text h4 span{font-size: 14px;}
  .sub3_sec6 .ok_text ul span{width: 100%;padding-bottom: 10px;}
  .sub3_sec6 .ok_text ul p{width: 100%;font-size: 12px;}
  .sub3_sec7 h3{font-size: 16px;}
  .sub3_sec7 p{font-size: 12px;}
  .sub3_sec7_event .sub3_event_text span{font-size: 14px;}
  .sub3_sec7_event .sub3_event_text h2{font-size: 16px;}
  .sub3_sec7_event .sub3_event_text a{width: 95%;}

  .reserve_info #bo_v_con span{font-size: 12px !important;}
  .reserve_info .re_info_wrap{font-size: 12px;}
  .reserve_info .re_text p{font-size: 12px;}
  .re_link a{font-size: 16px !important;}
  .re_link a img{margin-left: 20px !important;}
  .room_info h2{font-size: 20px !important;}
  .room_item li .room_info > a{font-size: 14px !important;}
  .room_item li .room_info > span{font-size: 12px !important;}
  .room_info div span{font-size: 12px !important;}
  .room_info div div i{font-size: 12px !important;}
  .caution_tit{font-size: 16px !important;}
  .caution ul{font-size: 12px !important;}
  .cancel_tit{font-size: 16px !important;}
  .cancel p{font-size: 14px !important;}
  .cancel span{font-size: 12px !important;}

  .sub5_sec1 .sub5_table1 h2{font-size: 16px;}
  .sub5_sec1 .sub5_table1 p{font-size: 12px;}
  .sub5_sec2 .sub5_table2 h2{font-size: 16px;}
  .sub5_sec2 .sub5_table2 p{font-size: 12px;}
  .sub5_sec3 .sub5_table3 h2{font-size: 16px;}
  .sub5_sec4 p{font-size: 12px;}
  .bo_cate_link{position: initial !important;}
  .reserve_info h2{font-size: 16px !important;}
  #bo_v_atc .dining_info div h2{font-size: 16px !important;}
  #bo_v_atc .dining_info div table{font-size: 12px !important;}
  .dining_info div p{font-size: 12px !important;}

  .cc_sec1 .cc_sec1_text span{font-size: 12px;}
  .cc_sec1 .cc_sec1_text h2{font-size: 25px;}
  .cc_sec1 .cc_sec1_text i{font-size: 18px;}
  .cc_sec1 .cc_sec1_text i b{font-size: 30px;}
  .cc_sec1 .cc_sec1_text p{font-size: 12px;}
  .cc_sec2_slide .cc_sec2_text span{font-size: 14px;}
  .cc_sec2_slide .cc_sec2_text h2{font-size: 25px;}
  .cc_sec2_slide .cc_sec2_text p{font-size: 12px;}
  .cc_sec2 .tar{font-size: 12px;}
  .cc_sec2 .nothover{font-size: 20px !important;}
  .cc_sec2 .hover{font-size: 20px !important;}
  .cc_sec2 ul li p{font-size: 12px !important;}
  .cc_sec3 h2{font-size: 25px;}
  .cc_sec4 .cc_sec4_text span{font-size: 14px;}
  .cc_sec4 .cc_sec4_text h2{font-size: 20px;}
  .cc_sec4 .cc_sec4_text p{font-size: 12px;}
  .cc_sec4{height: 350vw;}
  .cc_sec4 .cc_sec4_text{top: 5%;}
  .cc_sec4 ul{top: 30%;}
  .cc_sec4 li span{font-size: 12px;}
  .cc_sec4 li h2{font-size: 16px;}
  .cc_sec4 li p{font-size: 12px;}
  .cc_sec5_text span{font-size: 14px;}
  .cc_sec5_text h2{font-size: 20px;}
  .cc_sec5_text p{font-size: 12px;}
  .cc_sec6 h2{font-size: 25px;}
  .cc_sec6 h2 span{font-size: 14px;}
  .cc_sec6 p{font-size: 12px;}
  .cc_sub1 .cc_sub1_text .cc_tit{font-size: 14px;}
  .cc_sub1 .cc_sub1_text h2{font-size: 20px;}
  .cc_sub1 .cc_sub1_text i{font-size: 16px;}
  .cc_sub1 .cc_sub1_text i b{font-size: 25px;}
  .cc_sub1 .cc_sub1_text p{font-size: 12px;}
  .cc_sub1 .cc_sub1_text div{font-size: 14px;}
  .cc_sub1 .cc_sub1_text div span{font-size: 20px;}
  .cc_sub1 .cc_sub1_text div img{width: 40px;}
  .cc_sub2 .cc_sub2_text .cc_tit{font-size: 14px;}
  .cc_sub2 .cc_sub2_text h2{font-size: 20px;}
  .cc_sub2 ul li h3{font-size: 16px;}
  .cc_sub2 ul li p{font-size: 12px;}
  .cc_sub3 .cc_sub3_text .cc_tit{font-size: 14px;}
  .cc_sub3 .cc_sub3_text h2{font-size: 20px;}
  .cc_sub3 ul li > span{font-size: 14px;}
  .cc_sub3 ul li h3{font-size: 16px;padding-bottom: 10px;}
  .cc_sub3 ul li h4{font-size: 14px;}
  .cc_sub3 ul li p{font-size: 12px;}
  .cc_sub4 .cc_sub4_text .cc_tit{font-size: 14px;}
  .cc_sub4 .cc_sub4_text h2{font-size: 20px;}
  .cc_sub4 ul li a{font-size: 12px;}
  .cc_sub4_stext span{font-size: 12px;}
  .cc_sub4_stext h2{font-size: 18px;}
  .cc_sub4_stext p{font-size: 12px;}
  .cc_sub5 .cc_sub5_text .cc_tit{font-size: 14px;}
  .cc_sub5 .cc_sub5_text h2{font-size: 20px;}
  .sub5_ul li h3{font-size: 14px;}
  .sub5_ul li p{font-size: 12px;}
  .cc_sub6 .cc_sub6_text .cc_tit{font-size: 14px;}
  .cc_sub6 .cc_sub6_text h2{font-size: 20px;}
  .cc_sub6 .op_ul li h2{font-size: 16px;}
  .cc_sub6 .op_ul li p{font-size: 12px;}
  .cc_sub6 .op_ul li{padding: 20px;}
  .cc_sub6 .op_div{padding: 20px;}
  .cc_sub6 .op_div h2{font-size: 16px;}
  .cc_sub6 .op_div li h3{font-size: 14px;}
  .cc_sub6 .op_div li p{font-size: 12px;}
  .cc_sub6 .op_div p{font-size: 12px;}
  .cc_sub7 .cc_sub7_text .cc_tit{font-size: 14px;}
  .cc_sub7 .cc_sub7_text h2{font-size: 20px;}
  .cc_sub7 ul li span{font-size: 16px;}
  .cc_sub7 ul li h2{font-size: 25px;}
  .cc_sub7 ul li h2 i{font-size: 20px;}
  .cc_sub7 ul li p{font-size: 12px;}
  .cc_sub7 .op2_div h2{font-size: 20px;}
  .cc_sub7 .op2_div table{font-size: 12px;}
  .cc_sub7 .op2_div span{font-size: 12px;}
  .cc_sub8 .cc_sub8_text .cc_tit{font-size: 14px;}
  .cc_sub8 .cc_sub8_text h2{font-size: 20px;}
  .cc_sub8 .op3_div.middle h2{font-size: 16px;}
  .cc_sub8 .op3_div p{font-size: 12px;}
  .cc_sub8 .op3_div h2{font-size: 16px;}
  .cc_sub8 .op3_div h2 i{font-size: 14px;}
  .cc_sub10 .cc_sub10_text .cc_tit{font-size: 14px;}
  .cc_sub10 .cc_sub10_text h2{font-size: 20px;}
  .cc_sub10 h3{font-size: 14px;}
  .cc_sub10 p{font-size: 12px;}
  .cc_sub11 .cc_sub11_text .cc_tit{font-size: 14px;}
  .cc_sub11 .cc_sub11_text h2{font-size: 20px;}
  .cc_sub11 .cc_sub11_text h2 i{font-size: 12px;}
  .cc_sub11 .course_tap a{font-size: 12px;}
  .hole_info h2{font-size: 30px;}
  .hole_info h3{font-size: 16px;}
  .cc_sub11 p{font-size: 12px;}
  .hole_info table{font-size: 12px;}
  .hole_info h3{font-size: 14px;}
  .cc_sub12 .cc_sub12_text .cc_tit{font-size: 14px;}
  .cc_sub12 .cc_sub12_text h2{font-size: 20px;}
  .cc_sub12 .cc_sub12_text h2 i{font-size: 12px;}
  .cc_sub12 ul li p{font-size: 12px;}
  .cc_sub9 .cc_sub9_text .cc_tit{font-size: 14px;}
  .cc_sub9 .cc_sub9_text h2{font-size: 20px;}
  .cc_sub9 h3{font-size: 20px;}
  .cc_sub9 p{font-size: 12px;}
  .cc_sub9 .swiper-button-next, .cc_sub9 .swiper-button-prev{transform: translateY(-50%)}
  .mb_log_cate h3{font-size: 20px !important;}
  #login_fs{padding: 20px 5% !important;}
  .sns_login{padding-left: 0 !important;padding-right: 0 !important;}
  .login_call p{font-size: 14px !important;}
  .login_call h2{font-size: 25px !important;}
  .login_call span{font-size: 12px !important;}
  .mb_log_cate i{font-size: 12px !important;}
  #fregister{padding: 0 5% !important;}
  #fregister textarea{font-size: 12px !important;}
  .register_form_inner{padding: 0 5% !important;}
  #register_form input::placeholder{font-size: 10px;}
  #register_form .btn_confirm{padding: 0 5% !important;}
  .register_form_inner h2 div{font-size: 12px !important;}
  .auth_wrap span{font-size: 12px !important;}
  .auth_wrap{padding-left: 5% !important;padding-right: 5% !important;}
  #fregister .fregister_agree label{font-size: 12px !important;}
  #login_info h3{font-size: 14px !important;}

  #bo_gall #bo_cate a{font-size: 12px !important;}
  .tag_inner .btn-tag{font-size: 12px !important;}
  .gall_date{font-size: 12px !important;}
  .bo_cate_link{font-size: 12px !important;}
  .gall_date{padding: 10px 0 !important;}
  #bo_gall .bo_tit{font-size: 16px !important;line-height: 1.5 !important;}
  .tag_list a{font-size: 12px !important;}

  .reserve_head img{width: 90px;}
  .reserve_head a{font-size: 12px;}
  .reserve_head div a{margin-right: 10px;}
  .reserve_head .my{padding:7px;}
  .reserve_con_wrap h2{font-size: 20px;}
  .reserve_con_wrap .pf_wrap h3{font-size: 14px;}
  .reserve_con_wrap .pf_wrap i span{font-size: 12px;}
  .reserve_con_wrap .pf_wrap ul li label{font-size: 14px;padding: 7px 10px;}
  .reserve_con_wrap .reserve_start button{font-size: 16px;}
  .reserve_att > ul li{font-size: 13px;}
  .att_con{font-size: 12px;}
  .platform_wrap h2{font-size: 20px;}
  .platform_date h3{font-size: 14px;}
  .platform_date h3 i span{font-size: 12px;}
  .dateresult_wrap div{font-size: 13px;}
  .date1{font-size: 12px;height: 27px;}
  .date1 .result{width: 78px;}
  .platform_peo .peo_tit h3{font-size: 14px;}
  .platform_peo .peo_tit h3 i span{font-size: 12px;}
  .platform_peo .peo_tit li{font-size: 12px;}
  .platform_peo .peo_num li h3{font-size: 13px;}
  .platform_peo .peo_num li input{font-size: 16px;}
  .platform_peo .peo_num li button.plus{bottom: 0px;}
  .platform_peo .peo_num li button.minus{bottom: 0px;}
  .platform_alink button{font-size: 16px;}
  .re_flow{font-size: 14px;}
  .re_flow span.line{width: 15px;margin: 0 10px;}
  .re_flow span{font-size: 14px;}
  .re_chart div span{font-size: 12px;}
  .re_chart div h3{font-size: 14px;}
  .re_chart div h3 input{width: 200px;}
  .re_chart div span{margin-right: 5px;}
  .re_chart div h3{font-size: 12px;}
  .re_link_con_m a{font-size: 12px;-ms-word-break: keep-all;
  word-break: keep-all;padding: 15px 5px;}
  .room_side_tit{font-size: 20px;}
  .room_modal_close img{width: 20px;top: 30px;}
  .m_room_chart{font-size: 12px;}
  .m_room_chart div h3{font-size: 12px;}
  .m_room_chart div h3 input{width: 170px;}
  .m_room_chart div span{margin-right: 5px;}
  .lightpick__month-title > .lightpick__select:disabled{font-size: 20px !important;}
  .lightpick__month .lightpick__day-of-the-week{font-size: 12px !important;}
  .lightpick__day{font-size: 12px !important;}
  .date_link_wrap a{font-size: 14px;}
  .peo_room li h3{font-size: 16px;}
  .peo_link p{font-size: 12px;}
  .peo_link a{font-size: 14px;}
  .m_room_sr a{font-size: 16px;height: 50px;line-height: 50px;}
  .re_link_con a img{display: none;}
  .room_package_slide h4{font-size: 16px;}
  .room_price .sale_price{font-size: 16px !important;}
  .room_price .sale_price i{font-size: 12px;}
  .room_acc{font-size: 14px;}
  .room_item h3{font-size: 16px;}
  .offer_list li p{font-size: 12px;}
  .offer_list li > a{font-size: 12px;}
  .offer_list li h2 a{font-size: 12px;}
  .room_info_text div:first-child{border-right: 0 !important;display: block !important;}
  .room_info_text div:nth-child(2){padding-left: 0;}
  .room_package_slide span{font-size: 12px;}
  .room_package_slide p{font-size: 14px;}

  .card_modal .card_slide{padding: 0 40px;}
  .card_modal_tit h2{font-size: 20px;}
  .card_modal_tit p{font-size: 14px;}
  .card_num{font-size: 16px;}
  .card_info{font-size: 12px;bottom: 20px;left: 15px;}
  .swiper-slide input:checked ~ label .card_check{background-size: cover !important}
  .card_wrap{height: 165px;padding:20px 15px;}
  .card_wrap .card_logo{width: 80px;}
  .card_slide .swiper-slide label .card_check{width: 20px;height: 20px;right: 15px;}
  .card_text_wrap h3{font-size: 16px;}
  .card_text_wrap li{font-size: 12px;}
  .card_no{font-size: 16px;}

  #hd #gnb .gnb_mnal i{padding-right: 0;}
  .m_room_sr img{display: none;}

  .ceo_sub1 h2{font-size: 25px;padding: 0 5% 30px;}
  .ceo_sub1_text h3{font-size: 16px;}
  .ceo_sub1_text p{font-size: 12px;}
  .ceo_sub1_text img{width: 70%;}
  .ceo_sub1_bottom div h3{font-size: 16px;}
  .ceo_sub1_bottom div p{font-size: 12px;}
  .ceo_sub2 ul li h3{font-size: 16px;}
  .ceo_sub2 ul li p{font-size: 12px;}
  .ceo_sub3 h2{font-size: 16px;line-height: 1.6;-ms-word-break: keep-all;
  word-break: keep-all;}
  .ceo_sub3 ul li p{font-size: 12px;}
  .ceo_sub3 ul li h3{font-size: 14px;}

  .room_info_none img{width: 120px;}
  .room_info_none p{width: 250px;font-size: 12px;}

}




@media (prefers-color-scheme: dark) {
  body{background: #fff;}
}
