@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Nanum+Myeongjo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
.rooming-wrapper .room-card .info-line {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px; }

/* 여백 초기화 */
* {
  outline: 0 !important; }

/* mobile 전용 , 클릭시 외곽라인 제거 */
html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, menu, nav, section, article, aside,
dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%; }

/*mobile -webkit-touch-callout : 마우스를 꾹 누르고 있을때 메뉴 나타나는것 제거 */
/*mobile --webkit-user-select : 드래그 금지 */
/*mobile --webkit-tap-highlight-color : link 클릭시 생기는 파란색 배경제거 rgba 모두 0을 줘서 */
html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
    mobile 용
    iphone3, 갤럭시1 width 가 320. 즉 old phone 대처 그 이하는 scroll 생기게
    iphone 에서 viewport 가 변경되면 자동으로 글씨 사이즈가 제어가 되는데 그걸 막는 역할
*/
body {
  width: 100%;
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all; }

/* a 링크 초기화 */
a {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #000; }

/* 블릿기호 초기화 */
ul, li, ol {
  list-style: none; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

img, fieldset {
  border: 0; }

/* 폰트 스타일 초기화 */
address, cite, code, em, i {
  font-style: normal;
  font-weight: normal; }

/* 제목 태그 초기화 */
label, img, input, select, textarea, button {
  vertical-align: middle; }

caption, legend {
  line-height: 0;
  font-size: 1px;
  overflow: hidden; }

.hide {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  visibility: hidden; }

hr {
  display: none; }

/* IR 효과 */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

/* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%; }

/* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_su {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px; }

/* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */
.clear {
  clear: both; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

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

.tar {
  text-align: right !important; }

.tac {
  text-align: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.taj {
  text-align: justify; }

.dpn {
  display: none !important; }

.dpb {
  display: block !important; }

.dpi {
  display: inline !important; }

.dpib {
  display: inline-block !important; }

.pointer {
  cursor: pointer !important; }

.through {
  text-decoration: line-through !important; }

.hidden {
  visibility: hidden !important; }

.f-bold {
  font-weight: bold !important; }

.w100 {
  width: 100% !important; }

.w98 {
  width: 98% !important; }

.w95 {
  width: 95% !important; }

.w90 {
  width: 90% !important; }

.w85 {
  width: 85% !important; }

.w80 {
  width: 80% !important; }

.w75 {
  width: 75% !important; }

.w70 {
  width: 70% !important; }

.w69 {
  width: 69% !important; }

.w65 {
  width: 65% !important; }

.w60 {
  width: 60% !important; }

.w58 {
  width: 58% !important; }

.w55 {
  width: 55% !important; }

.w50 {
  width: 50% !important; }

.w49 {
  width: 49% !important; }

.w48 {
  width: 48% !important; }

.w45 {
  width: 45% !important; }

.w40 {
  width: 40% !important; }

.w35 {
  width: 35% !important; }

.w30 {
  width: 30% !important; }

.w33 {
  width: 33% !important; }

.w28 {
  width: 28% !important; }

.w27 {
  width: 27% !important; }

.w25 {
  width: 25% !important; }

.w20 {
  width: 20% !important; }

.w15 {
  width: 15% !important; }

.w10 {
  width: 10% !important; }

.w11 {
  width: 11% !important; }

.w12 {
  width: 12% !important; }

.w13 {
  width: 13% !important; }

.w14 {
  width: 14% !important; }

.w16 {
  width: 16% !important; }

.w17 {
  width: 17% !important; }

.w18 {
  width: 18% !important; }

.w19 {
  width: 19% !important; }

.w9 {
  width: 9% !important; }

.w8 {
  width: 8% !important; }

.w7 {
  width: 7% !important; }

.w6 {
  width: 6% !important; }

.w5 {
  width: 5% !important; }

.w4 {
  width: 4% !important; }

.w3 {
  width: 3% !important; }

.w2 {
  width: 2% !important; }

.w1 {
  width: 1% !important; }

.w_5 {
  width: 5px !important; }

.w_10 {
  width: 10px !important; }

.w_20 {
  width: 20px !important; }

.w_30 {
  width: 30px !important; }

.w_34 {
  width: 34px !important; }

.w_35 {
  width: 35px !important; }

.w_40 {
  width: 40px !important; }

.w_50 {
  width: 50px !important; }

.w_60 {
  width: 60px !important; }

.w_70 {
  width: 70px !important; }

.w_77 {
  width: 77px !important; }

.w_78 {
  width: 78px !important; }

.w_80 {
  width: 80px !important; }

.w_81 {
  width: 81px !important; }

.w_85 {
  width: 85px !important; }

.w_86 {
  width: 86px !important; }

.w_90 {
  width: 90px !important; }

.w_95 {
  width: 95px !important; }

.w_96 {
  width: 96px !important; }

.w_100 {
  width: 100px !important; }

.w_110 {
  width: 110px !important; }

.w_120 {
  width: 120px !important; }

.w_130 {
  width: 120px !important; }

.w_140 {
  width: 140px !important; }

.w_150 {
  width: 150px !important; }

.w_160 {
  width: 160px !important; }

.w_170 {
  width: 170px !important; }

.w_180 {
  width: 180px !important; }

.w_190 {
  width: 190px !important; }

.w_200 {
  width: 200px !important; }

.w_201 {
  width: 201px !important; }

.w_202 {
  width: 202px !important; }

.w_203 {
  width: 203px !important; }

.w_204 {
  width: 204px !important; }

.w_205 {
  width: 205px !important; }

.w_206 {
  width: 206px !important; }

.w_207 {
  width: 207px !important; }

.w_208 {
  width: 208px !important; }

.w_209 {
  width: 209px !important; }

.w_210 {
  width: 210px !important; }

.w_210 {
  width: 210px !important; }

.w_220 {
  width: 220px !important; }

.w_230 {
  width: 230px !important; }

.w_240 {
  width: 240px !important; }

.w_250 {
  width: 250px !important; }

.w_260 {
  width: 260px !important; }

.w_270 {
  width: 270px !important; }

.w_280 {
  width: 280px !important; }

.w_290 {
  width: 290px !important; }

.w_300 {
  width: 300px !important; }

.w_310 {
  width: 310px !important; }

.w_320 {
  width: 320px !important; }

.w_330 {
  width: 330px !important; }

.w_340 {
  width: 340px !important; }

.w_350 {
  width: 350px !important; }

.w_360 {
  width: 360px !important; }

.w_370 {
  width: 370px !important; }

.w_380 {
  width: 380px !important; }

.w_390 {
  width: 390px !important; }

.w_400 {
  width: 400px !important; }

.w_410 {
  width: 410px !important; }

.w_420 {
  width: 420px !important; }

.w_430 {
  width: 430px !important; }

.w_440 {
  width: 440px !important; }

.w_450 {
  width: 450px !important; }

.w_460 {
  width: 460px !important; }

.w_470 {
  width: 470px !important; }

.w_480 {
  width: 480px !important; }

.w_485 {
  width: 485px !important; }

.w_490 {
  width: 490px !important; }

.w_500 {
  width: 500px !important; }

.w_600 {
  width: 600px !important; }

.w_615 {
  width: 615px !important; }

.w_625 {
  width: 625px !important; }

.w_670 {
  width: 670px !important; }

.w_700 {
  width: 700px !important; }

.w_800 {
  width: 800px !important; }

.w_900 {
  width: 900px !important; }

.w_1000 {
  width: 1000px !important; }

.w_1100 {
  width: 1100px !important; }

.w_1200 {
  width: 1200px !important; }

.w_1300 {
  width: 1300px !important; }

.w_1400 {
  width: 1400px !important; }

.w_1500 {
  width: 1500px !important; }

.w_1600 {
  width: 1600px !important; }

.w_1700 {
  width: 1700px !important; }

.hauto {
  width: auto !important;
  height: auto !important; }

.h100 {
  height: 100% !important; }

.h90 {
  height: 90% !important; }

.h80 {
  height: 80% !important; }

.h70 {
  height: 70% !important; }

.h60 {
  height: 60% !important; }

.h50 {
  height: 50% !important; }

.h40 {
  height: 40% !important; }

.h33 {
  height: 33% !important; }

.h30 {
  height: 30% !important; }

.h25 {
  height: 25% !important; }

.h20 {
  height: 20% !important; }

.h10 {
  height: 10% !important; }

.h_800 {
  height: 800px !important; }

.h_700 {
  height: 700px !important; }

.h_600 {
  height: 600px !important; }

.h_500 {
  height: 500px !important; }

.h_450 {
  height: 450px !important; }

.h_400 {
  height: 400px !important; }

.h_350 {
  height: 350px !important; }

.h_300 {
  height: 300px !important; }

.h_200 {
  height: 200px !important; }

.h_180 {
  height: 180px !important; }

.h_150 {
  height: 150px !important; }

.h_100 {
  height: 100px !important; }

.h_90 {
  height: 90px !important; }

.h_75 {
  height: 75px !important; }

.h_70 {
  height: 70px !important; }

.h_65 {
  height: 65px !important; }

.h_64 {
  height: 64px !important; }

.h_60 {
  height: 60px !important; }

.h_50 {
  height: 50px !important; }

.h_44 {
  height: 44px !important; }

.h_35 {
  height: 35px !important; }

.h_30 {
  height: 30px !important; }

.h_25 {
  height: 25px !important; }

.h_24 {
  height: 24px !important; }

.h_20 {
  height: 20px !important; }

.h_19 {
  height: 19px !important; }

.h_18 {
  height: 18px !important; }

.h_17 {
  height: 17px !important; }

.h_16 {
  height: 16px !important; }

.h_15 {
  height: 15px !important; }

.h_14 {
  height: 14px !important; }

.h_13 {
  height: 13px !important; }

.h_12 {
  height: 12px !important; }

.h_11 {
  height: 11px !important; }

.h_10 {
  height: 10px !important; }

.h_9 {
  height: 9px !important; }

.h_8 {
  height: 8px !important; }

.h_7 {
  height: 7px !important; }

.h_6 {
  height: 6px !important; }

.h_5 {
  height: 5px !important; }

.h_4 {
  height: 4px !important; }

.h_3 {
  height: 3px !important; }

.h_21 {
  height: 21px !important; }

.h_22 {
  height: 22px !important; }

.h_23 {
  height: 20px !important; }

.h_23 {
  height: 23px !important; }

.h_26 {
  height: 26px !important; }

.h_27 {
  height: 27px !important; }

.h_28 {
  height: 28px !important; }

.h_29 {
  height: 20px !important; }

.h_31 {
  height: 31px !important; }

.f10 {
  font-size: 10px !important; }

.f11 {
  font-size: 11px !important; }

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

.f13 {
  font-size: 13px !important; }

.f14 {
  font-size: 14px !important; }

.f15 {
  font-size: 15px !important; }

.f16 {
  font-size: 16px !important; }

.f17 {
  font-size: 17px !important; }

.f18 {
  font-size: 18px !important; }

.f19 {
  font-size: 19px !important; }

.f20 {
  font-size: 20px !important; }

.f21 {
  font-size: 21px !important; }

.f22 {
  font-size: 22px !important; }

.f23 {
  font-size: 23px !important; }

.f24 {
  font-size: 24px !important; }

.f25 {
  font-size: 25px !important; }

.f26 {
  font-size: 26px !important; }

.f27 {
  font-size: 27px !important; }

.f28 {
  font-size: 28px !important; }

.f29 {
  font-size: 29px !important; }

.f30 {
  font-size: 30px !important; }

.f31 {
  font-size: 31px !important; }

.f32 {
  font-size: 32px !important; }

.f33 {
  font-size: 33px !important; }

.f34 {
  font-size: 34px !important; }

.f35 {
  font-size: 35px !important; }

.f36 {
  font-size: 36px !important; }

.f37 {
  font-size: 37px !important; }

.f38 {
  font-size: 38px !important; }

.f39 {
  font-size: 39px !important; }

.f40 {
  font-size: 40px !important; }

.f45 {
  font-size: 45px !important; }

.f50 {
  font-size: 50px !important; }

.f60 {
  font-size: 60px !important; }

.f70 {
  font-size: 70px !important; }

.f80 {
  font-size: 80px !important; }

.f90 {
  font-size: 90px !important; }

.f100 {
  font-size: 100px !important; }

.pt1 {
  padding-top: 1px !important; }

.pt2 {
  padding-top: 2px !important; }

.pt3 {
  padding-top: 3px !important; }

.pt4 {
  padding-top: 4px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt6 {
  padding-top: 6px !important; }

.pt7 {
  padding-top: 7px !important; }

.pt8 {
  padding-top: 8px !important; }

.pt9 {
  padding-top: 9px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt11 {
  padding-top: 11px !important; }

.pt12 {
  padding-top: 12px !important; }

.pt13 {
  padding-top: 13px !important; }

.pt14 {
  padding-top: 14px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt16 {
  padding-top: 16px !important; }

.pt17 {
  padding-top: 17px !important; }

.pt18 {
  padding-top: 18px !important; }

.pt19 {
  padding-top: 19px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt21 {
  padding-top: 21px !important; }

.pt22 {
  padding-top: 22px !important; }

.pt23 {
  padding-top: 23px !important; }

.pt24 {
  padding-top: 24px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt26 {
  padding-top: 26px !important; }

.pt27 {
  padding-top: 27px !important; }

.pt28 {
  padding-top: 28px !important; }

.pt29 {
  padding-top: 29px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt31 {
  padding-top: 31px !important; }

.pt32 {
  padding-top: 32px !important; }

.pt33 {
  padding-top: 33px !important; }

.pt34 {
  padding-top: 34px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt36 {
  padding-top: 36px !important; }

.pt37 {
  padding-top: 37px !important; }

.pt38 {
  padding-top: 38px !important; }

.pt39 {
  padding-top: 39px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt41 {
  padding-top: 41px !important; }

.pt42 {
  padding-top: 42px !important; }

.pt43 {
  padding-top: 43px !important; }

.pt44 {
  padding-top: 44px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt46 {
  padding-top: 46px !important; }

.pt47 {
  padding-top: 47px !important; }

.pt48 {
  padding-top: 48px !important; }

.pt49 {
  padding-top: 49px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt51 {
  padding-top: 51px !important; }

.pt52 {
  padding-top: 52px !important; }

.pt53 {
  padding-top: 53px !important; }

.pt54 {
  padding-top: 54px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt56 {
  padding-top: 56px !important; }

.pt57 {
  padding-top: 57px !important; }

.pt58 {
  padding-top: 58px !important; }

.pt59 {
  padding-top: 59px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt61 {
  padding-top: 61px !important; }

.pt62 {
  padding-top: 62px !important; }

.pt63 {
  padding-top: 63px !important; }

.pt64 {
  padding-top: 64px !important; }

.pt65 {
  padding-top: 65px !important; }

.pt66 {
  padding-top: 66px !important; }

.pt67 {
  padding-top: 67px !important; }

.pt68 {
  padding-top: 68px !important; }

.pt69 {
  padding-top: 69px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt71 {
  padding-top: 71px !important; }

.pt72 {
  padding-top: 72px !important; }

.pt73 {
  padding-top: 73px !important; }

.pt74 {
  padding-top: 74px !important; }

.pt75 {
  padding-top: 75px !important; }

.pt76 {
  padding-top: 76px !important; }

.pt77 {
  padding-top: 77px !important; }

.pt78 {
  padding-top: 78px !important; }

.pt79 {
  padding-top: 79px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt81 {
  padding-top: 81px !important; }

.pt82 {
  padding-top: 82px !important; }

.pt83 {
  padding-top: 83px !important; }

.pt84 {
  padding-top: 84px !important; }

.pt85 {
  padding-top: 85px !important; }

.pt86 {
  padding-top: 86px !important; }

.pt87 {
  padding-top: 87px !important; }

.pt88 {
  padding-top: 88px !important; }

.pt89 {
  padding-top: 89px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pt200 {
  padding-top: 200px !important; }

.pt300 {
  padding-top: 300px !important; }

.pr1 {
  padding-right: 1px !important; }

.pr2 {
  padding-right: 2px !important; }

.pr3 {
  padding-right: 3px !important; }

.pr4 {
  padding-right: 4px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr6 {
  padding-right: 6px !important; }

.pr7 {
  padding-right: 7px !important; }

.pr8 {
  padding-right: 8px !important; }

.pr9 {
  padding-right: 9px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr11 {
  padding-right: 11px !important; }

.pr12 {
  padding-right: 12px !important; }

.pr13 {
  padding-right: 13px !important; }

.pr14 {
  padding-right: 14px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr16 {
  padding-right: 16px !important; }

.pr17 {
  padding-right: 17px !important; }

.pr18 {
  padding-right: 18px !important; }

.pr19 {
  padding-right: 19px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr21 {
  padding-right: 21px !important; }

.pr22 {
  padding-right: 22px !important; }

.pr23 {
  padding-right: 23px !important; }

.pr24 {
  padding-right: 24px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr26 {
  padding-right: 26px !important; }

.pr27 {
  padding-right: 27px !important; }

.pr28 {
  padding-right: 28px !important; }

.pr29 {
  padding-right: 29px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr31 {
  padding-right: 31px !important; }

.pr32 {
  padding-right: 32px !important; }

.pr33 {
  padding-right: 33px !important; }

.pr34 {
  padding-right: 34px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr36 {
  padding-right: 36px !important; }

.pr37 {
  padding-right: 37px !important; }

.pr38 {
  padding-right: 38px !important; }

.pr39 {
  padding-right: 39px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr41 {
  padding-right: 41px !important; }

.pr42 {
  padding-right: 42px !important; }

.pr43 {
  padding-right: 43px !important; }

.pr44 {
  padding-right: 44px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr46 {
  padding-right: 46px !important; }

.pr47 {
  padding-right: 47px !important; }

.pr48 {
  padding-right: 48px !important; }

.pr49 {
  padding-right: 49px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr51 {
  padding-right: 51px !important; }

.pr52 {
  padding-right: 52px !important; }

.pr53 {
  padding-right: 53px !important; }

.pr54 {
  padding-right: 54px !important; }

.pr55 {
  padding-right: 55px !important; }

.pr56 {
  padding-right: 56px !important; }

.pr57 {
  padding-right: 57px !important; }

.pr58 {
  padding-right: 58px !important; }

.pr59 {
  padding-right: 59px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr61 {
  padding-right: 61px !important; }

.pr62 {
  padding-right: 62px !important; }

.pr63 {
  padding-right: 63px !important; }

.pr64 {
  padding-right: 64px !important; }

.pr65 {
  padding-right: 65px !important; }

.pr66 {
  padding-right: 66px !important; }

.pr67 {
  padding-right: 67px !important; }

.pr68 {
  padding-right: 68px !important; }

.pr69 {
  padding-right: 69px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr71 {
  padding-right: 71px !important; }

.pr72 {
  padding-right: 72px !important; }

.pr73 {
  padding-right: 73px !important; }

.pr74 {
  padding-right: 74px !important; }

.pr75 {
  padding-right: 75px !important; }

.pr76 {
  padding-right: 76px !important; }

.pr77 {
  padding-right: 77px !important; }

.pr78 {
  padding-right: 78px !important; }

.pr79 {
  padding-right: 79px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr81 {
  padding-right: 81px !important; }

.pr82 {
  padding-right: 82px !important; }

.pr83 {
  padding-right: 83px !important; }

.pr84 {
  padding-right: 84px !important; }

.pr85 {
  padding-right: 85px !important; }

.pr86 {
  padding-right: 86px !important; }

.pr87 {
  padding-right: 87px !important; }

.pr88 {
  padding-right: 88px !important; }

.pr89 {
  padding-right: 89px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

.pr200 {
  padding-right: 200px !important; }

.pr300 {
  padding-right: 300px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb11 {
  padding-bottom: 11px !important; }

.pb12 {
  padding-bottom: 12px !important; }

.pb13 {
  padding-bottom: 13px !important; }

.pb14 {
  padding-bottom: 14px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb16 {
  padding-bottom: 16px !important; }

.pb17 {
  padding-bottom: 17px !important; }

.pb18 {
  padding-bottom: 18px !important; }

.pb19 {
  padding-bottom: 19px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb21 {
  padding-bottom: 21px !important; }

.pb22 {
  padding-bottom: 22px !important; }

.pb23 {
  padding-bottom: 23px !important; }

.pb24 {
  padding-bottom: 24px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb26 {
  padding-bottom: 26px !important; }

.pb27 {
  padding-bottom: 27px !important; }

.pb28 {
  padding-bottom: 28px !important; }

.pb29 {
  padding-bottom: 29px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb31 {
  padding-bottom: 31px !important; }

.pb32 {
  padding-bottom: 32px !important; }

.pb33 {
  padding-bottom: 33px !important; }

.pb34 {
  padding-bottom: 34px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb36 {
  padding-bottom: 36px !important; }

.pb37 {
  padding-bottom: 37px !important; }

.pb38 {
  padding-bottom: 38px !important; }

.pb39 {
  padding-bottom: 39px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb41 {
  padding-bottom: 41px !important; }

.pb42 {
  padding-bottom: 42px !important; }

.pb43 {
  padding-bottom: 43px !important; }

.pb44 {
  padding-bottom: 44px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb46 {
  padding-bottom: 46px !important; }

.pb47 {
  padding-bottom: 47px !important; }

.pb48 {
  padding-bottom: 48px !important; }

.pb49 {
  padding-bottom: 49px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb51 {
  padding-bottom: 51px !important; }

.pb52 {
  padding-bottom: 52px !important; }

.pb53 {
  padding-bottom: 53px !important; }

.pb54 {
  padding-bottom: 54px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pb56 {
  padding-bottom: 56px !important; }

.pb57 {
  padding-bottom: 57px !important; }

.pb58 {
  padding-bottom: 58px !important; }

.pb59 {
  padding-bottom: 59px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb61 {
  padding-bottom: 61px !important; }

.pb62 {
  padding-bottom: 62px !important; }

.pb63 {
  padding-bottom: 63px !important; }

.pb64 {
  padding-bottom: 64px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pb66 {
  padding-bottom: 66px !important; }

.pb67 {
  padding-bottom: 67px !important; }

.pb68 {
  padding-bottom: 68px !important; }

.pb69 {
  padding-bottom: 69px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb71 {
  padding-bottom: 71px !important; }

.pb72 {
  padding-bottom: 72px !important; }

.pb73 {
  padding-bottom: 73px !important; }

.pb74 {
  padding-bottom: 74px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pb76 {
  padding-bottom: 76px !important; }

.pb77 {
  padding-bottom: 77px !important; }

.pb78 {
  padding-bottom: 78px !important; }

.pb79 {
  padding-bottom: 79px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb81 {
  padding-bottom: 81px !important; }

.pb82 {
  padding-bottom: 82px !important; }

.pb83 {
  padding-bottom: 83px !important; }

.pb84 {
  padding-bottom: 84px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pb86 {
  padding-bottom: 86px !important; }

.pb87 {
  padding-bottom: 87px !important; }

.pb88 {
  padding-bottom: 88px !important; }

.pb89 {
  padding-bottom: 89px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.pb300 {
  padding-bottom: 300px !important; }

.pl1 {
  padding-left: 1px !important; }

.pl2 {
  padding-left: 2px !important; }

.pl3 {
  padding-left: 3px !important; }

.pl4 {
  padding-left: 4px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl6 {
  padding-left: 6px !important; }

.pl7 {
  padding-left: 7px !important; }

.pl8 {
  padding-left: 8px !important; }

.pl9 {
  padding-left: 9px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl11 {
  padding-left: 11px !important; }

.pl12 {
  padding-left: 12px !important; }

.pl13 {
  padding-left: 13px !important; }

.pl14 {
  padding-left: 14px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl16 {
  padding-left: 16px !important; }

.pl17 {
  padding-left: 17px !important; }

.pl18 {
  padding-left: 18px !important; }

.pl19 {
  padding-left: 19px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl21 {
  padding-left: 21px !important; }

.pl22 {
  padding-left: 22px !important; }

.pl23 {
  padding-left: 23px !important; }

.pl24 {
  padding-left: 24px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl26 {
  padding-left: 26px !important; }

.pl27 {
  padding-left: 27px !important; }

.pl28 {
  padding-left: 28px !important; }

.pl29 {
  padding-left: 29px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl31 {
  padding-left: 31px !important; }

.pl32 {
  padding-left: 32px !important; }

.pl33 {
  padding-left: 33px !important; }

.pl34 {
  padding-left: 34px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl36 {
  padding-left: 36px !important; }

.pl37 {
  padding-left: 37px !important; }

.pl38 {
  padding-left: 38px !important; }

.pl39 {
  padding-left: 39px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl41 {
  padding-left: 41px !important; }

.pl42 {
  padding-left: 42px !important; }

.pl43 {
  padding-left: 43px !important; }

.pl44 {
  padding-left: 44px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl46 {
  padding-left: 46px !important; }

.pl47 {
  padding-left: 47px !important; }

.pl48 {
  padding-left: 48px !important; }

.pl49 {
  padding-left: 49px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl51 {
  padding-left: 51px !important; }

.pl52 {
  padding-left: 52px !important; }

.pl53 {
  padding-left: 53px !important; }

.pl54 {
  padding-left: 54px !important; }

.pl55 {
  padding-left: 55px !important; }

.pl56 {
  padding-left: 56px !important; }

.pl57 {
  padding-left: 57px !important; }

.pl58 {
  padding-left: 58px !important; }

.pl59 {
  padding-left: 59px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl61 {
  padding-left: 61px !important; }

.pl62 {
  padding-left: 62px !important; }

.pl63 {
  padding-left: 63px !important; }

.pl64 {
  padding-left: 64px !important; }

.pl65 {
  padding-left: 65px !important; }

.pl66 {
  padding-left: 66px !important; }

.pl67 {
  padding-left: 67px !important; }

.pl68 {
  padding-left: 68px !important; }

.pl69 {
  padding-left: 69px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl71 {
  padding-left: 71px !important; }

.pl72 {
  padding-left: 72px !important; }

.pl73 {
  padding-left: 73px !important; }

.pl74 {
  padding-left: 74px !important; }

.pl75 {
  padding-left: 75px !important; }

.pl76 {
  padding-left: 76px !important; }

.pl77 {
  padding-left: 77px !important; }

.pl78 {
  padding-left: 78px !important; }

.pl79 {
  padding-left: 79px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl81 {
  padding-left: 81px !important; }

.pl82 {
  padding-left: 82px !important; }

.pl83 {
  padding-left: 83px !important; }

.pl84 {
  padding-left: 84px !important; }

.pl85 {
  padding-left: 85px !important; }

.pl86 {
  padding-left: 86px !important; }

.pl87 {
  padding-left: 87px !important; }

.pl88 {
  padding-left: 88px !important; }

.pl89 {
  padding-left: 89px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }

.pl200 {
  padding-left: 200px !important; }

.pl300 {
  padding-left: 300px !important; }

.pd1 {
  padding: 1px !important; }

.pd2 {
  padding: 2px !important; }

.pd3 {
  padding: 3px !important; }

.pd4 {
  padding: 4px !important; }

.pd5 {
  padding: 5px !important; }

.pd6 {
  padding: 6px !important; }

.pd7 {
  padding: 7px !important; }

.pd8 {
  padding: 8px !important; }

.pd9 {
  padding: 9px !important; }

.pd10 {
  padding: 10px !important; }

.pd11 {
  padding: 11px !important; }

.pd12 {
  padding: 12px !important; }

.pd13 {
  padding: 13px !important; }

.pd14 {
  padding: 14px !important; }

.pd15 {
  padding: 15px !important; }

.pd16 {
  padding: 16px !important; }

.pd17 {
  padding: 17px !important; }

.pd18 {
  padding: 18px !important; }

.pd19 {
  padding: 19px !important; }

.pd20 {
  padding: 20px !important; }

.pd21 {
  padding: 21px !important; }

.pd22 {
  padding: 22px !important; }

.pd23 {
  padding: 23px !important; }

.pd24 {
  padding: 24px !important; }

.pd25 {
  padding: 25px !important; }

.pd26 {
  padding: 26px !important; }

.pd27 {
  padding: 27px !important; }

.pd28 {
  padding: 28px !important; }

.pd29 {
  padding: 29px !important; }

.pd30 {
  padding: 30px !important; }

.pd31 {
  padding: 31px !important; }

.pd32 {
  padding: 32px !important; }

.pd33 {
  padding: 33px !important; }

.pd34 {
  padding: 34px !important; }

.pd35 {
  padding: 35px !important; }

.pd36 {
  padding: 36px !important; }

.pd37 {
  padding: 37px !important; }

.pd38 {
  padding: 38px !important; }

.pd39 {
  padding: 39px !important; }

.pd40 {
  padding: 40px !important; }

.pd41 {
  padding: 41px !important; }

.pd42 {
  padding: 42px !important; }

.pd43 {
  padding: 43px !important; }

.pd44 {
  padding: 44px !important; }

.pd45 {
  padding: 45px !important; }

.pd46 {
  padding: 46px !important; }

.pd47 {
  padding: 47px !important; }

.pd48 {
  padding: 48px !important; }

.pd49 {
  padding: 49px !important; }

.pd50 {
  padding: 50px !important; }

.pd51 {
  padding: 51px !important; }

.pd52 {
  padding: 52px !important; }

.pd53 {
  padding: 53px !important; }

.pd54 {
  padding: 54px !important; }

.pd55 {
  padding: 55px !important; }

.pd56 {
  padding: 56px !important; }

.pd57 {
  padding: 57px !important; }

.pd58 {
  padding: 58px !important; }

.pd59 {
  padding: 59px !important; }

.pd60 {
  padding: 60px !important; }

.pd61 {
  padding: 61px !important; }

.pd62 {
  padding: 62px !important; }

.pd63 {
  padding: 63px !important; }

.pd64 {
  padding: 64px !important; }

.pd65 {
  padding: 65px !important; }

.pd66 {
  padding: 66px !important; }

.pd67 {
  padding: 67px !important; }

.pd68 {
  padding: 68px !important; }

.pd69 {
  padding: 69px !important; }

.pd70 {
  padding: 70px !important; }

.pd71 {
  padding: 71px !important; }

.pd72 {
  padding: 72px !important; }

.pd73 {
  padding: 73px !important; }

.pd74 {
  padding: 74px !important; }

.pd75 {
  padding: 75px !important; }

.pd76 {
  padding: 76px !important; }

.pd77 {
  padding: 77px !important; }

.pd78 {
  padding: 78px !important; }

.pd79 {
  padding: 79px !important; }

.pd80 {
  padding: 80px !important; }

.pd81 {
  padding: 81px !important; }

.pd82 {
  padding: 82px !important; }

.pd83 {
  padding: 83px !important; }

.pd84 {
  padding: 84px !important; }

.pd85 {
  padding: 85px !important; }

.pd86 {
  padding: 86px !important; }

.pd87 {
  padding: 87px !important; }

.pd88 {
  padding: 88px !important; }

.pd89 {
  padding: 89px !important; }

.pd90 {
  padding: 90px !important; }

.pd100 {
  padding: 100px !important; }

.pd200 {
  padding: 200px !important; }

.pd300 {
  padding: 300px !important; }

.mt1 {
  margin-top: 1px !important; }

.mt2 {
  margin-top: 2px !important; }

.mt3 {
  margin-top: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt6 {
  margin-top: 6px !important; }

.mt7 {
  margin-top: 7px !important; }

.mt8 {
  margin-top: 8px !important; }

.mt9 {
  margin-top: 9px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt11 {
  margin-top: 11px !important; }

.mt12 {
  margin-top: 12px !important; }

.mt13 {
  margin-top: 13px !important; }

.mt14 {
  margin-top: 14px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt16 {
  margin-top: 16px !important; }

.mt17 {
  margin-top: 17px !important; }

.mt18 {
  margin-top: 18px !important; }

.mt19 {
  margin-top: 19px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt21 {
  margin-top: 21px !important; }

.mt22 {
  margin-top: 22px !important; }

.mt23 {
  margin-top: 23px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt26 {
  margin-top: 26px !important; }

.mt27 {
  margin-top: 27px !important; }

.mt28 {
  margin-top: 28px !important; }

.mt29 {
  margin-top: 29px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt31 {
  margin-top: 31px !important; }

.mt32 {
  margin-top: 32px !important; }

.mt33 {
  margin-top: 33px !important; }

.mt34 {
  margin-top: 34px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt36 {
  margin-top: 36px !important; }

.mt37 {
  margin-top: 37px !important; }

.mt38 {
  margin-top: 38px !important; }

.mt39 {
  margin-top: 39px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt41 {
  margin-top: 41px !important; }

.mt42 {
  margin-top: 42px !important; }

.mt43 {
  margin-top: 43px !important; }

.mt44 {
  margin-top: 44px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt46 {
  margin-top: 46px !important; }

.mt47 {
  margin-top: 47px !important; }

.mt48 {
  margin-top: 48px !important; }

.mt49 {
  margin-top: 49px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt51 {
  margin-top: 51px !important; }

.mt52 {
  margin-top: 52px !important; }

.mt53 {
  margin-top: 53px !important; }

.mt54 {
  margin-top: 54px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt56 {
  margin-top: 56px !important; }

.mt57 {
  margin-top: 57px !important; }

.mt58 {
  margin-top: 58px !important; }

.mt59 {
  margin-top: 59px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt61 {
  margin-top: 61px !important; }

.mt62 {
  margin-top: 62px !important; }

.mt63 {
  margin-top: 63px !important; }

.mt64 {
  margin-top: 64px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt66 {
  margin-top: 66px !important; }

.mt67 {
  margin-top: 67px !important; }

.mt68 {
  margin-top: 68px !important; }

.mt69 {
  margin-top: 69px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt71 {
  margin-top: 71px !important; }

.mt72 {
  margin-top: 72px !important; }

.mt73 {
  margin-top: 73px !important; }

.mt74 {
  margin-top: 74px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt76 {
  margin-top: 76px !important; }

.mt77 {
  margin-top: 77px !important; }

.mt78 {
  margin-top: 78px !important; }

.mt79 {
  margin-top: 79px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt81 {
  margin-top: 81px !important; }

.mt82 {
  margin-top: 82px !important; }

.mt83 {
  margin-top: 83px !important; }

.mt84 {
  margin-top: 84px !important; }

.mt85 {
  margin-top: 85px !important; }

.mt86 {
  margin-top: 86px !important; }

.mt87 {
  margin-top: 87px !important; }

.mt88 {
  margin-top: 88px !important; }

.mt89 {
  margin-top: 89px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt200 {
  margin-top: 200px !important; }

.mt300 {
  margin-top: 300px !important; }

.mr1 {
  margin-right: 1px !important; }

.mr2 {
  margin-right: 2px !important; }

.mr3 {
  margin-right: 3px !important; }

.mr4 {
  margin-right: 4px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr6 {
  margin-right: 6px !important; }

.mr7 {
  margin-right: 7px !important; }

.mr8 {
  margin-right: 8px !important; }

.mr9 {
  margin-right: 9px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr11 {
  margin-right: 11px !important; }

.mr12 {
  margin-right: 12px !important; }

.mr13 {
  margin-right: 13px !important; }

.mr14 {
  margin-right: 14px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr16 {
  margin-right: 16px !important; }

.mr17 {
  margin-right: 17px !important; }

.mr18 {
  margin-right: 18px !important; }

.mr19 {
  margin-right: 19px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr21 {
  margin-right: 21px !important; }

.mr22 {
  margin-right: 22px !important; }

.mr23 {
  margin-right: 23px !important; }

.mr24 {
  margin-right: 24px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr26 {
  margin-right: 26px !important; }

.mr27 {
  margin-right: 27px !important; }

.mr28 {
  margin-right: 28px !important; }

.mr29 {
  margin-right: 29px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr31 {
  margin-right: 31px !important; }

.mr32 {
  margin-right: 32px !important; }

.mr33 {
  margin-right: 33px !important; }

.mr34 {
  margin-right: 34px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr36 {
  margin-right: 36px !important; }

.mr37 {
  margin-right: 37px !important; }

.mr38 {
  margin-right: 38px !important; }

.mr39 {
  margin-right: 39px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr41 {
  margin-right: 41px !important; }

.mr42 {
  margin-right: 42px !important; }

.mr43 {
  margin-right: 43px !important; }

.mr44 {
  margin-right: 44px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr46 {
  margin-right: 46px !important; }

.mr47 {
  margin-right: 47px !important; }

.mr48 {
  margin-right: 48px !important; }

.mr49 {
  margin-right: 49px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr51 {
  margin-right: 51px !important; }

.mr52 {
  margin-right: 52px !important; }

.mr53 {
  margin-right: 53px !important; }

.mr54 {
  margin-right: 54px !important; }

.mr55 {
  margin-right: 55px !important; }

.mr56 {
  margin-right: 56px !important; }

.mr57 {
  margin-right: 57px !important; }

.mr58 {
  margin-right: 58px !important; }

.mr59 {
  margin-right: 59px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr61 {
  margin-right: 61px !important; }

.mr62 {
  margin-right: 62px !important; }

.mr63 {
  margin-right: 63px !important; }

.mr64 {
  margin-right: 64px !important; }

.mr65 {
  margin-right: 65px !important; }

.mr66 {
  margin-right: 66px !important; }

.mr67 {
  margin-right: 67px !important; }

.mr68 {
  margin-right: 68px !important; }

.mr69 {
  margin-right: 69px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr71 {
  margin-right: 71px !important; }

.mr72 {
  margin-right: 72px !important; }

.mr73 {
  margin-right: 73px !important; }

.mr74 {
  margin-right: 74px !important; }

.mr75 {
  margin-right: 75px !important; }

.mr76 {
  margin-right: 76px !important; }

.mr77 {
  margin-right: 77px !important; }

.mr78 {
  margin-right: 78px !important; }

.mr79 {
  margin-right: 79px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr81 {
  margin-right: 81px !important; }

.mr82 {
  margin-right: 82px !important; }

.mr83 {
  margin-right: 83px !important; }

.mr84 {
  margin-right: 84px !important; }

.mr85 {
  margin-right: 85px !important; }

.mr86 {
  margin-right: 86px !important; }

.mr87 {
  margin-right: 87px !important; }

.mr88 {
  margin-right: 88px !important; }

.mr89 {
  margin-right: 89px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

.mr200 {
  margin-right: 200px !important; }

.mr300 {
  margin-right: 300px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb11 {
  margin-bottom: 11px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb13 {
  margin-bottom: 13px !important; }

.mb14 {
  margin-bottom: 14px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb17 {
  margin-bottom: 17px !important; }

.mb18 {
  margin-bottom: 18px !important; }

.mb19 {
  margin-bottom: 19px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb21 {
  margin-bottom: 21px !important; }

.mb22 {
  margin-bottom: 22px !important; }

.mb23 {
  margin-bottom: 23px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb26 {
  margin-bottom: 26px !important; }

.mb27 {
  margin-bottom: 27px !important; }

.mb28 {
  margin-bottom: 28px !important; }

.mb29 {
  margin-bottom: 29px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb31 {
  margin-bottom: 31px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mb33 {
  margin-bottom: 33px !important; }

.mb34 {
  margin-bottom: 34px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb36 {
  margin-bottom: 36px !important; }

.mb37 {
  margin-bottom: 37px !important; }

.mb38 {
  margin-bottom: 38px !important; }

.mb39 {
  margin-bottom: 39px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb41 {
  margin-bottom: 41px !important; }

.mb42 {
  margin-bottom: 42px !important; }

.mb43 {
  margin-bottom: 43px !important; }

.mb44 {
  margin-bottom: 44px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb46 {
  margin-bottom: 46px !important; }

.mb47 {
  margin-bottom: 47px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mb49 {
  margin-bottom: 49px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb51 {
  margin-bottom: 51px !important; }

.mb52 {
  margin-bottom: 52px !important; }

.mb53 {
  margin-bottom: 53px !important; }

.mb54 {
  margin-bottom: 54px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb56 {
  margin-bottom: 56px !important; }

.mb57 {
  margin-bottom: 57px !important; }

.mb58 {
  margin-bottom: 58px !important; }

.mb59 {
  margin-bottom: 59px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb61 {
  margin-bottom: 61px !important; }

.mb62 {
  margin-bottom: 62px !important; }

.mb63 {
  margin-bottom: 63px !important; }

.mb64 {
  margin-bottom: 64px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb66 {
  margin-bottom: 66px !important; }

.mb67 {
  margin-bottom: 67px !important; }

.mb68 {
  margin-bottom: 68px !important; }

.mb69 {
  margin-bottom: 69px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb71 {
  margin-bottom: 71px !important; }

.mb72 {
  margin-bottom: 72px !important; }

.mb73 {
  margin-bottom: 73px !important; }

.mb74 {
  margin-bottom: 74px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb76 {
  margin-bottom: 76px !important; }

.mb77 {
  margin-bottom: 77px !important; }

.mb78 {
  margin-bottom: 78px !important; }

.mb79 {
  margin-bottom: 79px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb81 {
  margin-bottom: 81px !important; }

.mb82 {
  margin-bottom: 82px !important; }

.mb83 {
  margin-bottom: 83px !important; }

.mb84 {
  margin-bottom: 84px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb86 {
  margin-bottom: 86px !important; }

.mb87 {
  margin-bottom: 87px !important; }

.mb88 {
  margin-bottom: 88px !important; }

.mb89 {
  margin-bottom: 89px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.mb300 {
  margin-bottom: 300px !important; }

.ml1 {
  margin-left: 1px !important; }

.ml2 {
  margin-left: 2px !important; }

.ml3 {
  margin-left: 3px !important; }

.ml4 {
  margin-left: 4px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml6 {
  margin-left: 6px !important; }

.ml7 {
  margin-left: 7px !important; }

.ml8 {
  margin-left: 8px !important; }

.ml9 {
  margin-left: 9px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml11 {
  margin-left: 11px !important; }

.ml12 {
  margin-left: 12px !important; }

.ml13 {
  margin-left: 13px !important; }

.ml14 {
  margin-left: 14px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml16 {
  margin-left: 16px !important; }

.ml17 {
  margin-left: 17px !important; }

.ml18 {
  margin-left: 18px !important; }

.ml19 {
  margin-left: 19px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml21 {
  margin-left: 21px !important; }

.ml22 {
  margin-left: 22px !important; }

.ml23 {
  margin-left: 23px !important; }

.ml24 {
  margin-left: 24px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml26 {
  margin-left: 26px !important; }

.ml27 {
  margin-left: 27px !important; }

.ml28 {
  margin-left: 28px !important; }

.ml29 {
  margin-left: 29px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml31 {
  margin-left: 31px !important; }

.ml32 {
  margin-left: 32px !important; }

.ml33 {
  margin-left: 33px !important; }

.ml34 {
  margin-left: 34px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml36 {
  margin-left: 36px !important; }

.ml37 {
  margin-left: 37px !important; }

.ml38 {
  margin-left: 38px !important; }

.ml39 {
  margin-left: 39px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml41 {
  margin-left: 41px !important; }

.ml42 {
  margin-left: 42px !important; }

.ml43 {
  margin-left: 43px !important; }

.ml44 {
  margin-left: 44px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml46 {
  margin-left: 46px !important; }

.ml47 {
  margin-left: 47px !important; }

.ml48 {
  margin-left: 48px !important; }

.ml49 {
  margin-left: 49px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml51 {
  margin-left: 51px !important; }

.ml52 {
  margin-left: 52px !important; }

.ml53 {
  margin-left: 53px !important; }

.ml54 {
  margin-left: 54px !important; }

.ml55 {
  margin-left: 55px !important; }

.ml56 {
  margin-left: 56px !important; }

.ml57 {
  margin-left: 57px !important; }

.ml58 {
  margin-left: 58px !important; }

.ml59 {
  margin-left: 59px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml61 {
  margin-left: 61px !important; }

.ml62 {
  margin-left: 62px !important; }

.ml63 {
  margin-left: 63px !important; }

.ml64 {
  margin-left: 64px !important; }

.ml65 {
  margin-left: 65px !important; }

.ml66 {
  margin-left: 66px !important; }

.ml67 {
  margin-left: 67px !important; }

.ml68 {
  margin-left: 68px !important; }

.ml69 {
  margin-left: 69px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml71 {
  margin-left: 71px !important; }

.ml72 {
  margin-left: 72px !important; }

.ml73 {
  margin-left: 73px !important; }

.ml74 {
  margin-left: 74px !important; }

.ml75 {
  margin-left: 75px !important; }

.ml76 {
  margin-left: 76px !important; }

.ml77 {
  margin-left: 77px !important; }

.ml78 {
  margin-left: 78px !important; }

.ml79 {
  margin-left: 79px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml81 {
  margin-left: 81px !important; }

.ml82 {
  margin-left: 82px !important; }

.ml83 {
  margin-left: 83px !important; }

.ml84 {
  margin-left: 84px !important; }

.ml85 {
  margin-left: 85px !important; }

.ml86 {
  margin-left: 86px !important; }

.ml87 {
  margin-left: 87px !important; }

.ml88 {
  margin-left: 88px !important; }

.ml89 {
  margin-left: 89px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml100 {
  margin-left: 100px !important; }

.ml200 {
  margin-left: 200px !important; }

.ml300 {
  margin-left: 300px !important; }

.mg1 {
  margin: 1px !important; }

.mg2 {
  margin: 2px !important; }

.mg3 {
  margin: 3px !important; }

.mg4 {
  margin: 4px !important; }

.mg5 {
  margin: 5px !important; }

.mg6 {
  margin: 6px !important; }

.mg7 {
  margin: 7px !important; }

.mg8 {
  margin: 8px !important; }

.mg9 {
  margin: 9px !important; }

.mg10 {
  margin: 10px !important; }

.mg11 {
  margin: 11px !important; }

.mg12 {
  margin: 12px !important; }

.mg13 {
  margin: 13px !important; }

.mg14 {
  margin: 14px !important; }

.mg15 {
  margin: 15px !important; }

.mg16 {
  margin: 16px !important; }

.mg17 {
  margin: 17px !important; }

.mg18 {
  margin: 18px !important; }

.mg19 {
  margin: 19px !important; }

.mg20 {
  margin: 20px !important; }

.mg21 {
  margin: 21px !important; }

.mg22 {
  margin: 22px !important; }

.mg23 {
  margin: 23px !important; }

.mg24 {
  margin: 24px !important; }

.mg25 {
  margin: 25px !important; }

.mg26 {
  margin: 26px !important; }

.mg27 {
  margin: 27px !important; }

.mg28 {
  margin: 28px !important; }

.mg29 {
  margin: 29px !important; }

.mg30 {
  margin: 30px !important; }

.mg31 {
  margin: 31px !important; }

.mg32 {
  margin: 32px !important; }

.mg33 {
  margin: 33px !important; }

.mg34 {
  margin: 34px !important; }

.mg35 {
  margin: 35px !important; }

.mg36 {
  margin: 36px !important; }

.mg37 {
  margin: 37px !important; }

.mg38 {
  margin: 38px !important; }

.mg39 {
  margin: 39px !important; }

.mg40 {
  margin: 40px !important; }

.mg41 {
  margin: 41px !important; }

.mg42 {
  margin: 42px !important; }

.mg43 {
  margin: 43px !important; }

.mg44 {
  margin: 44px !important; }

.mg45 {
  margin: 45px !important; }

.mg46 {
  margin: 46px !important; }

.mg47 {
  margin: 47px !important; }

.mg48 {
  margin: 48px !important; }

.mg49 {
  margin: 49px !important; }

.mg50 {
  margin: 50px !important; }

.mg51 {
  margin: 51px !important; }

.mg52 {
  margin: 52px !important; }

.mg53 {
  margin: 53px !important; }

.mg54 {
  margin: 54px !important; }

.mg55 {
  margin: 55px !important; }

.mg56 {
  margin: 56px !important; }

.mg57 {
  margin: 57px !important; }

.mg58 {
  margin: 58px !important; }

.mg59 {
  margin: 59px !important; }

.mg60 {
  margin: 60px !important; }

.mg61 {
  margin: 61px !important; }

.mg62 {
  margin: 62px !important; }

.mg63 {
  margin: 63px !important; }

.mg64 {
  margin: 64px !important; }

.mg65 {
  margin: 65px !important; }

.mg66 {
  margin: 66px !important; }

.mg67 {
  margin: 67px !important; }

.mg68 {
  margin: 68px !important; }

.mg69 {
  margin: 69px !important; }

.mg70 {
  margin: 70px !important; }

.mg71 {
  margin: 71px !important; }

.mg72 {
  margin: 72px !important; }

.mg73 {
  margin: 73px !important; }

.mg74 {
  margin: 74px !important; }

.mg75 {
  margin: 75px !important; }

.mg76 {
  margin: 76px !important; }

.mg77 {
  margin: 77px !important; }

.mg78 {
  margin: 78px !important; }

.mg79 {
  margin: 79px !important; }

.mg80 {
  margin: 80px !important; }

.mg81 {
  margin: 81px !important; }

.mg82 {
  margin: 82px !important; }

.mg83 {
  margin: 83px !important; }

.mg84 {
  margin: 84px !important; }

.mg85 {
  margin: 85px !important; }

.mg86 {
  margin: 86px !important; }

.mg87 {
  margin: 87px !important; }

.mg88 {
  margin: 88px !important; }

.mg89 {
  margin: 89px !important; }

.mg90 {
  margin: 90px !important; }

.mg100 {
  margin: 100px !important; }

.mg200 {
  margin: 200px !important; }

.mg300 {
  margin: 300px !important; }

.checkbox1-container {
  position: relative; }

.checkbox1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.checkbox1 + label {
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.checkbox1 + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("/assets/images/common/checked-off2.png") no-repeat center/22px 22px; }

.checkbox1:checked + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("/assets/images/common/checked-circle.png") no-repeat center/22px 22px;
  border: none !important; }

.radio-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

.radio {
  margin-right: 20px; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio input[type="radio"] + .radio-label:before {
      content: '';
      background: #f4f4f4;
      border-radius: 100%;
      border: 1px solid #b4b4b4;
      display: inline-block;
      top: 2px;
      width: 1.4em;
      height: 1.4em;
      position: relative;
      margin-right: 10px;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease; }
    @media (max-width: 479px) {
      .radio input[type="radio"] + .radio-label {
        font-size: .9rem; } }
    .radio input[type="radio"]:checked + .radio-label:before {
      background-color: #3197EE;
      box-shadow: inset 0 0 0 4px #f4f4f4; }
    .radio input[type="radio"]:focus + .radio-label:before {
      outline: none;
      border-color: #3197EE; }
    .radio input[type="radio"]:disabled + .radio-label:before {
      box-shadow: inset 0 0 0 4px #f4f4f4;
      border-color: #b4b4b4;
      background: #b4b4b4; }
    .radio input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }
    .radio input[type="radio"].rd {
      width: 20% !important; }

.cursor-default {
  cursor: default !important; }

.cursor-pointer {
  cursor: pointer !important; }

.red1 {
  color: #e03131 !important; }

.red2 {
  color: #c92a2a !important; }

.red3 {
  color: #fa5252 !important; }

.flex-between-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.flex-start-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.flex-start-end {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }

.invalid-txt {
  font-size: .9rem;
  color: #e3342f;
  margin-top: 2px; }

#echo-modal-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background-color: #b1001c; }

#echo-modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: .6;
  display: none;
  z-index: 99999; }

#echo-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 550px;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: #fff;
  box-sizing: border-box;
  padding: 56px 40px 40px;
  display: none; }
  @media (max-width: 767px) {
    #echo-modal {
      width: 95%;
      padding: 40px 20px 20px; } }

#echo-modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
  @media (max-width: 767px) {
    #echo-modal .close {
      top: 20px;
      right: 20px;
      width: 18px;
      height: 18px;
      background: url("/assets/images/common/close_36_36.png") no-repeat center/18px 18px; } }

#echo-modal-title > h3 {
  padding: 0 0 30px;
  font-weight: 500;
  font-size: 1.5rem; }

#echo-modal-message {
  font-size: 1rem; }
  @media (max-width: 767px) {
    #echo-modal-message {
      font-size: .9rem; } }

#echo-modal-message > ul > li {
  position: relative;
  line-height: 1.5rem;
  padding: 0 0 0 20px; }

#echo-modal-message > ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: url("/assets/images/common/circle_8_8.png") no-repeat center/6px 6px; }

#echo-modal-message ul li:not(:last-child) {
  margin: 0 0 15px; }

#echo-modal-message > p {
  line-height: 25px; }

#echo-modal-message > p:not(:last-child) {
  margin: 0 0 20px; }

#echo-modal-button {
  margin: 40px 0 0; }

#echo-modal.one-button > #echo-modal-button > a {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    #echo-modal.one-button > #echo-modal-button > a {
      width: 96%;
      height: 36px;
      line-height: 36px; } }

#echo-modal.two-button > #echo-modal-button {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#echo-modal.two-button > #echo-modal-button > a {
  display: block;
  width: 48%;
  text-align: center;
  padding: 13px 44px;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    #echo-modal.two-button > #echo-modal-button > a {
      padding: 10px 36px; } }

#echo-modal-button > .echo-btn-black {
  background: #000;
  color: #fff;
  white-space: nowrap; }

#echo-modal-button > .echo-btn-red {
  background: #b1001c;
  color: #fff;
  white-space: nowrap; }

#echo-modal-button > .echo-btn-gray {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  white-space: nowrap; }

#echo-modal-button > .echo-btn-darkgray {
  background: #acacac;
  color: #fff;
  white-space: nowrap; }

#echo-modal-button > .echo-btn-green {
  background: #2db0a6;
  color: #fff;
  white-space: nowrap; }

#echo-modal-button > .echo-btn-navi {
  background: #003253;
  color: #fff;
  white-space: nowrap; }

.pw-container {
  width: 450px;
  margin: 10px 0 !important; }
  @media (max-width: 1919px) {
    .pw-container {
      width: 100% !important; } }

.pw-container2 {
  display: none !important;
  margin-top: 10px;
  width: 450px; }

.pw-container3 {
  display: none !important;
  margin-top: 10px;
  width: 50%; }
  @media (max-width: 1919px) {
    .pw-container3 {
      width: 100% !important; } }

.pw-msg-container {
  background: #e9ecef;
  width: 100% !important;
  padding: 12px !important;
  font-size: .9rem; }

.icon_green {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 2px 10px 0 0;
  background: url("/assets/images/common/icon_green.png") no-repeat center/13px 13px; }

.icon_x_gray {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 2px 10px 0 0;
  background: url("/assets/images/common/icon_x_gray.png") no-repeat center/13px 13px; }

.icon_x {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 2px 10px 0 0;
  background: url("/assets/images/common/icon_x.png") no-repeat center/13px 13px; }

.select-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 250px;
  height: 40px;
  margin-right: 10px; }
  @media (max-width: 1919px) {
    .select-box {
      width: 40%; } }
  @media (max-width: 767px) {
    .select-box.qna {
      width: 100%; } }

.s-option {
  padding: 0 30px 0 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #666 !important;
  border-left: 1px solid #666 !important;
  border-right: 1px solid #666 !important;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background .4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  font-size: .9rem;
  font-weight: 500 !important; }

.s-option:hover {
  background: #f1f3f5; }

.select-box:focus .s-option {
  position: relative;
  pointer-events: all; }

.selectopt {
  opacity: 0;
  position: absolute;
  left: -99999px; }

.selectopt:checked + label {
  order: 1;
  z-index: 2;
  border: 1px solid #666;
  border-top: none;
  position: relative;
  border-top: 1px solid #666 !important; }

.selectopt:checked + label:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
  pointer-events: none;
  z-index: 3; }

.selectopt:checked + label:before {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  content: '';
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; }

.green {
  color: #2cb0a4 !important; }

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .pagination .page-item {
    margin-left: 20px; }
    .pagination .page-item.active {
      color: #2cb0a4; }

.tip-info-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 700px;
  height: 380px;
  padding: 40px;
  z-index: 999999999;
  background: #fff;
  font-size: .75rem;
  line-height: 28px; }
  @media (max-width: 767px) {
    .tip-info-box {
      width: 90%;
      max-height: 380px;
      overflow-y: scroll;
      padding: 20px; } }
  .tip-info-box .title {
    padding: 8px;
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 10px 0;
    background: #055a92;
    color: #fff; }
    @media (max-width: 767px) {
      .tip-info-box .title {
        font-size: 1rem;
        padding: 5px; } }
  .tip-info-box .cont-box ul li {
    padding-left: 10px;
    position: relative;
    font-size: 1rem; }
    .tip-info-box .cont-box ul li:nth-of-type(n+2) {
      margin-top: 15px; }
    .tip-info-box .cont-box ul li em {
      position: absolute;
      display: inline-block;
      top: 12px;
      left: 0;
      width: 3px;
      height: 3px;
      background: url("/assets/images/common/dot.png") no-repeat center/3px 3px; }
    @media (max-width: 767px) {
      .tip-info-box .cont-box ul li {
        font-size: 13px; } }
  .tip-info-box .btn-close {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 50px;
    width: 30px;
    height: 30px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/30px 30px; }
    @media (max-width: 767px) {
      .tip-info-box .btn-close {
        top: 10px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/20px 20px; } }

.tip-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 792px;
  height: 800px;
  padding: 40px;
  z-index: 999999999;
  background: #fff;
  font-size: .75rem;
  line-height: 28px;
  display: none; }
  @media (max-width: 767px) {
    .tip-box {
      width: 90%;
      max-height: 800px;
      overflow-y: scroll;
      padding: 20px; } }
  .tip-box .title {
    padding: 8px;
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 10px 0;
    background: #055a92;
    color: #fff; }
    @media (max-width: 767px) {
      .tip-box .title {
        font-size: 1rem;
        padding: 5px; } }
  .tip-box .cont-box .list {
    padding: 7px;
    border-bottom: 1px dotted #999;
    line-height: 20px; }
    .tip-box .cont-box .list .t1 {
      font-weight: 500;
      font-size: 15px; }
      @media (max-width: 767px) {
        .tip-box .cont-box .list .t1 {
          font-size: 13px; } }
    .tip-box .cont-box .list .t2 {
      margin-top: 5px;
      font-size: 13px; }
      @media (max-width: 767px) {
        .tip-box .cont-box .list .t2 {
          font-size: 11px; } }
    .tip-box .cont-box .list span {
      color: #055a92;
      font-weight: 600;
      font-size: 20px; }
    .tip-box .cont-box .list em {
      font-weight: 500;
      text-decoration: underline; }
  .tip-box .btn-close {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 50px;
    width: 30px;
    height: 30px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/30px 30px; }
    @media (max-width: 767px) {
      .tip-box .btn-close {
        top: 10px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/20px 20px; } }
  .tip-box > div {
    width: 100%; }

.pop-agree-all {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 792px;
  height: 930px;
  padding: 40px;
  z-index: 999999999;
  background: #fff;
  font-size: .75rem;
  line-height: 28px;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    .pop-agree-all {
      width: 100%;
      max-height: 800px;
      overflow: scroll;
      padding: 20px; } }
  .pop-agree-all .btn-close {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 50px;
    width: 36px;
    height: 36px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .pop-agree-all .btn-close {
        top: 40px;
        right: 50px;
        width: 24px;
        height: 24px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/24px 24px; } }
  .pop-agree-all > div {
    width: 100%; }
  .pop-agree-all .btn-confirm {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: black;
    text-align: center;
    color: #fff;
    margin: 30px 0 0 0; }
  .pop-agree-all table {
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 100%; }
    .pop-agree-all table td, .pop-agree-all table th {
      border: 1px solid #ccc;
      word-break: break-all;
      padding: 0 10px;
      white-space: pre-line;
      line-height: 200%; }
    .pop-agree-all table th {
      line-height: 250%; }
    .pop-agree-all table thead td {
      font-weight: bold;
      text-align: left; }
  .pop-agree-all .pop-agree-title {
    padding: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 20px; }

.font-normal {
  font-family: normal !important; }

.b-file {
  height: 60px;
  padding: 5px !important;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background-color: #fcfcfc;
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #f6f6f6 100%);
  clear: both;
  border: none !important; }
  .b-file > div {
    display: block !important; }

.b-file__left {
  float: left;
  margin: 1px 0 0 2px;
  line-height: 0; }
  .b-file__left img {
    width: 50px !important;
    height: 50px !important; }

.b-file__left_border {
  border: 2px solid #fff;
  border-radius: 0px; }

.b-file__right {
  margin-left: 60px; }

.b-file__name {
  color: #36c;
  cursor: pointer;
  border-bottom: 1px dotted #36c;
  text-decoration: none;
  font-size: .8rem; }

.b-file__name:hover {
  color: #f00;
  border-bottom-color: #f00; }

.b-file__info {
  color: #666;
  font-size: 12px;
  margin-top: 3px; }

.b-file__bar {
  padding-top: 4px; }

.b-file__error {
  color: #c00; }

.b-file__done {
  color: #458383; }

.b-file__abort {
  top: 10px;
  right: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  color: #c00;
  cursor: pointer;
  font-size: 20px;
  display: none; }

.b-file_upload .b-file__abort {
  display: block; }

.b-progress {
  width: 200px;
  height: 10px;
  border: 2px solid #E2E4E2;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #d3d3d3;
  position: relative; }

.b-progress__bar {
  width: 0;
  height: 10px;
  border-radius: 10px;
  background-color: #2D9DD7;
  background: -webkit-linear-gradient(top, #2D9DD7 0%, #1C81C7 100%);
  /* FF3.6+ */
  background: -moz-linear-gradient(top, #2D9DD7 0%, #1C81C7 100%);
  /* FF3.6+ */
  background: linear-gradient(to bottom, #2D9DD7 0%, #1C81C7 100%);
  /* FF3.6+ */
  -webkit-transition: width .5s ease-out;
  -moz-transition: width .5s ease-out;
  -ms-transition: width .5s ease-out;
  transition: width .5s ease-out; }

.b-dropzone,
.b-dropzone__bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30000;
  position: absolute; }

.b-dropzone__bg {
  opacity: .2;
  background: #ccc; }

.b-dropzone__txt {
  color: #000;
  font-weight: bold;
  text-align: center;
  bottom: 3px;
  z-index: 30001;
  position: relative;
  line-height: 100px;
  font-size: 1.3rem; }
  @media (max-width: 479px) {
    .b-dropzone__txt {
      font-size: .9rem; } }

.upload-btn {
  width: 100%;
  height: 35px;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  background: #6E6E6E;
  margin: 0;
  cursor: pointer; }

.upload-btn:hover {
  background: #000000; }

.upload-btn-text {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  cursor: pointer; }

.upload-btn input {
  width: 100%;
  top: 0px;
  right: 10px;
  z-index: 1;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 50px;
  cursor: pointer; }

.drop-here {
  position: relative;
  width: 100%;
  height: 100px;
  line-height: 100px;
  border: 1px dashed #999; }

.select-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 250px;
  height: 40px;
  margin-right: 10px;
  cursor: pointer; }
  @media (max-width: 1919px) {
    .select-box {
      width: 40%; } }

.s-option {
  padding: 0 30px 0 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #666 !important;
  border-left: 1px solid #666 !important;
  border-right: 1px solid #666 !important;
  border-top: 1px solid #666 !important;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background .4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  font-size: .9rem;
  font-weight: 500 !important;
  cursor: pointer; }

.s-option:hover {
  background: #f1f3f5; }

.select-box:focus .s-option {
  position: relative;
  pointer-events: all; }

.selectopt {
  opacity: 0;
  position: absolute;
  left: -99999px; }

.selectopt:checked + label {
  order: 1;
  z-index: 2;
  border: 1px solid #666;
  border-top: none;
  position: relative;
  border-top: 1px solid #666 !important; }

.selectopt:checked + label:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
  pointer-events: none;
  z-index: 3; }

.selectopt:checked + label:before {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  content: '';
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; }

*,
*::before,
*::after {
  box-sizing: border-box !important; }

html {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  scroll-behavior: smooth; }

body {
  position: relative;
  overflow-x: hidden; }

.common.responsive {
  /* width: $huge-w; */
  width: 100%;
  margin: 0 auto; }
  .common.responsive.sub-width {
    max-width: 1400px;
    width: 100%; }

.mo-all-menu-wrap {
  display: none;
  z-index: 99999 !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  background: #fff;
  transition: .3s;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    .mo-all-menu-wrap {
      display: block; } }
  .mo-all-menu-wrap .btns {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    background: #042a49;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    overflow: hidden;
    z-index: 100;
    width: 100%; }
    .mo-all-menu-wrap .btns a {
      display: inline-block;
      position: relative;
      color: #fff;
      font-size: 16px;
      text-indent: 20px; }
      .mo-all-menu-wrap .btns a.btn-login::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 0;
        width: 14px;
        height: 13px;
        background: url("/assets/images/common/icon_login.png") no-repeat center/14px 13px; }
      .mo-all-menu-wrap .btns a.btn-join::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 0;
        width: 12px;
        height: 12px;
        background: url("/assets/images/common/icon_join.png") no-repeat center/12px 12px; }
      .mo-all-menu-wrap .btns a.btn-booking-search::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 0;
        width: 14px;
        height: 15px;
        background: url("/assets/images/common/icon_reserve_search.png") no-repeat center/14px 15px; }
      .mo-all-menu-wrap .btns a.btn-customer::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 0;
        width: 16px;
        height: 15px;
        background: url("/assets/images/icon/icon_customer.png") no-repeat center/16px 15px; }
      .mo-all-menu-wrap .btns a.btn-event::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 0;
        width: 16px;
        height: 15px;
        background: url("/assets/images/common/icon_date.png") no-repeat center/16px 15px; }
      .mo-all-menu-wrap .btns a.btn-map-guide::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 0;
        width: 14px;
        height: 15px;
        background: url("/assets/images/common/icon_map_guide.png") no-repeat center/14px 15px; }
  .mo-all-menu-wrap .menus {
    height: 100%;
    background: #00162e;
    padding: 0 20px;
    margin-top: 60px;
    z-index: 99;
    position: relative; }
    .mo-all-menu-wrap .menus > li > a {
      display: block;
      height: auto;
      line-height: 23px;
      width: 100%;
      font-size: 1.2rem;
      color: #fff;
      position: relative; }
    .mo-all-menu-wrap .menus > li.on > a {
      color: #00baff; }
      .mo-all-menu-wrap .menus > li.on > a::after {
        background: url("/assets/images/common/m_arrow_up.png") no-repeat center/20px 14px; }
    .mo-all-menu-wrap .menus > li > ul {
      height: 0; }
    .mo-all-menu-wrap .menus > li.on > ul {
      height: calc(var(--cnt) * 38px);
      visibility: visible;
      opacity: 1; }
    .mo-all-menu-wrap .menus > li.on + li {
      margin-top: 20px; }
    .mo-all-menu-wrap .menus > li:nth-of-type(-n+5) ul > li:last-child::after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 20px;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      margin: 0 0 0; }
    .mo-all-menu-wrap .menus li {
      position: relative;
      padding: 30px 0 0; }
    .mo-all-menu-wrap .menus > li > ul {
      position: static;
      visibility: hidden;
      opacity: 0;
      padding: 0;
      box-sizing: border-box;
      transition: .3s; }
      .mo-all-menu-wrap .menus > li > ul li {
        line-height: 24px;
        padding: 10px 0 0 20px; }
        .mo-all-menu-wrap .menus > li > ul li a {
          font-size: 1rem;
          line-height: 26px;
          color: #fff;
          font-weight: 300; }
          .mo-all-menu-wrap .menus > li > ul li a:hover {
            color: #00baff; }

.header-section {
  /* width: $huge-w; */
  width: 100%;
  position: relative;
  z-index: 300; }
  @media (max-width: 767px) {
    .header-section {
      width: 100% !important; } }
  .header-section .mobile-header-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    height: 80px; }
    @media (max-width: 767px) {
      .header-section .mobile-header-wrap {
        display: block; } }
    .header-section .mobile-header-wrap .bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 80px;
      width: 100%;
      background: #00162e;
      z-index: 10; }
    .header-section .mobile-header-wrap .m-header {
      position: relative;
      z-index: 100;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10px;
      height: 80px; }
      .header-section .mobile-header-wrap .m-header a {
        display: inline-block;
        color: #fff; }
      .header-section .mobile-header-wrap .m-header .btn-menu-close {
        width: 28px;
        height: 28px;
        background: url("/assets/images/common/btn_close_60.png") no-repeat center/28px 28px; }
      .header-section .mobile-header-wrap .m-header .btn-hbg {
        width: 28px;
        height: 16px;
        background: url("/assets/images/common/btn_hbg.png") no-repeat center/28px 16px; }
      .header-section .mobile-header-wrap .m-header .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 140px;
        height: 40px;
        background: url("/assets/images/common/logo_mobile.png") no-repeat center/140px 40px; }
      .header-section .mobile-header-wrap .m-header .btn-booking {
        font-weight: 500;
        width: 100px;
        height: 40px;
        line-height: 40px;
        background: #0071bc;
        text-align: center;
        position: relative;
        text-indent: 30px;
        font-size: 14px; }
        .header-section .mobile-header-wrap .m-header .btn-booking::before {
          content: '';
          position: absolute;
          top: 13px;
          left: 16px;
          width: 16px;
          height: 16px;
          background: url("/assets/images/common/s_logo_icon.png") no-repeat center/16px 16px; }
  .header-section .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 130px; }
    @media (max-width: 767px) {
      .header-section .header-wrap {
        display: none; } }
    .header-section .header-wrap .bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 130px;
      width: 100%;
      background: #08161f;
      opacity: .82;
      z-index: 10; }
    .header-section .header-wrap .header-btn-wrap {
      position: relative;
      z-index: 20;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      height: 70px;
      line-height: 70px;
      color: #fff;
      font-weight: 300 !important; }
      .header-section .header-wrap .header-btn-wrap .btn-box1 {
        position: relative;
        margin-left: 40px;
        font-size: .875rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .header-section .header-wrap .header-btn-wrap .btn-box1 a {
          position: relative;
          color: #fff;
          display: inline-block;
          text-indent: 19px; }
          .header-section .header-wrap .header-btn-wrap .btn-box1 a.btn-join, .header-section .header-wrap .header-btn-wrap .btn-box1 a.btn-reserve-search, .header-section .header-wrap .header-btn-wrap .btn-box1 a.btn-customer, .header-section .header-wrap .header-btn-wrap .btn-box1 a.btn-event {
            margin-left: 35px; }
          .header-section .header-wrap .header-btn-wrap .btn-box1 a.btn-login::before {
            content: '';
            position: absolute;
            top: 29px;
            left: 0;
            width: 14px;
            height: 13px;
            background: url("/assets/images/common/icon_login.png") no-repeat center/14px 13px; }
          .header-section .header-wrap .header-btn-wrap .btn-box1 a.btn-join::before {
            content: '';
            position: absolute;
            top: 29px;
            left: 0;
            width: 12px;
            height: 12px;
            background: url("/assets/images/common/icon_join.png") no-repeat center/12px 12px; }
          .header-section .header-wrap .header-btn-wrap .btn-box1 a.btn-reserve-search::before {
            content: '';
            position: absolute;
            top: 29px;
            left: 0;
            width: 14px;
            height: 15px;
            background: url("/assets/images/common/icon_reserve_search.png") no-repeat center/14px 15px; }
          .header-section .header-wrap .header-btn-wrap .btn-box1 a.btn-customer::before {
            content: '';
            position: absolute;
            top: 29px;
            left: 0;
            width: 16px;
            height: 15px;
            background: url("/assets/images/icon/icon_customer.png") no-repeat center/16px 15px; }
          .header-section .header-wrap .header-btn-wrap .btn-box1 a.btn-event::before {
            content: '';
            position: absolute;
            top: 27px;
            left: 0;
            width: 16px;
            height: 15px;
            filter: invert(1);
            /* 색상 반전 */
            background: url("/assets/images/common/icon_gift.png") no-repeat center/16px 15px; }
      .header-section .header-wrap .header-btn-wrap .logo-box {
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -40%); }
        .header-section .header-wrap .header-btn-wrap .logo-box a {
          display: block;
          width: 169px;
          height: 44px;
          background: url("/assets/images/common/logo2.png") no-repeat center/169px 44px; }
      .header-section .header-wrap .header-btn-wrap .btn-box2 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative; }
        .header-section .header-wrap .header-btn-wrap .btn-box2 a {
          color: #fff;
          display: block; }
          .header-section .header-wrap .header-btn-wrap .btn-box2 a.btn-map-guide {
            margin-right: 40px;
            font-size: .875rem;
            text-indent: 19px; }
            .header-section .header-wrap .header-btn-wrap .btn-box2 a.btn-map-guide::before {
              content: '';
              position: absolute;
              top: 29px;
              left: 0;
              width: 14px;
              height: 15px;
              background: url("/assets/images/common/icon_map_guide.png") no-repeat center/14px 15px; }
          .header-section .header-wrap .header-btn-wrap .btn-box2 a.btn-reserve {
            font-weight: 600;
            width: 180px;
            height: 56px;
            line-height: 56px;
            background: linear-gradient(90deg, #0071bc, #00baff);
            text-align: center;
            position: relative;
            text-indent: 30px;
            font-size: 18px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 113, 188, 0.4);
            transition: background 0.3s ease;
            margin-top: 6px;
            margin-right: 10px; }
            .header-section .header-wrap .header-btn-wrap .btn-box2 a.btn-reserve::before {
              content: '';
              position: absolute;
              top: 16px;
              left: 20px;
              width: 24px;
              height: 24px;
              background: url("/assets/images/common/s_logo_icon.png") no-repeat center/24px 24px; }
            .header-section .header-wrap .header-btn-wrap .btn-box2 a.btn-reserve:hover {
              background: linear-gradient(90deg, #005fa3, #009fd4); }
    .header-section .header-wrap .sub-menu-bg {
      position: absolute;
      top: 130px;
      left: 0;
      z-index: 125;
      background: #08161f;
      height: 480px;
      opacity: .85;
      /* width: $huge-w; */
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .header-section .header-wrap .header-menu-wrap {
      position: relative;
      z-index: 130;
      height: 60px; }
      @media (max-width: 767px) {
        .header-section .header-wrap .header-menu-wrap {
          display: none; } }
      .header-section .header-wrap .header-menu-wrap .nav {
        text-align: center; }
        .header-section .header-wrap .header-menu-wrap .nav .menu {
          display: flex;
          justify-content: center;
          align-items: flex-start; }
          .header-section .header-wrap .header-menu-wrap .nav .menu > li {
            line-height: 60px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li > a {
              display: inline-block;
              width: 100%; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li:hover > ul {
              border-top: 1px solid #03aceb;
              margin-top: -1px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li:nth-of-type(1) {
              width: 180px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li:nth-of-type(2) {
              width: 180px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li:nth-of-type(3) {
              width: 180px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li:nth-of-type(4) {
              width: 180px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li:nth-of-type(5) {
              width: 180px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li:nth-of-type(6) {
              width: 200px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li:nth-of-type(7) {
              width: 180px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li:nth-of-type(8) {
              width: 133px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li a {
              color: #fff; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li.icon-pororo img {
              margin-bottom: 10px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li > ul {
              height: 450px;
              border-left: 1px solid rgba(255, 255, 255, 0.2); }
              .header-section .header-wrap .header-menu-wrap .nav .menu > li > ul:hover {
                border-top: 1px solid #03aceb;
                margin-top: -1px; }
            .header-section .header-wrap .header-menu-wrap .nav .menu > li > ul > li {
              line-height: 14px;
              padding-top: 25px; }
              .header-section .header-wrap .header-menu-wrap .nav .menu > li > ul > li a {
                font-size: .9375rem;
                font-weight: 100; }
                .header-section .header-wrap .header-menu-wrap .nav .menu > li > ul > li a:hover {
                  color: #03aceb; }

.global-search-bar {
  position: fixed !important;
  top: 130px;
  left: 0;
  width: 100%;
  z-index: 998; }

.global-search-bar .main-search-wrap {
  width: 100% !important;
  margin: 0 auto !important;
  height: auto !important;
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); }

.global-search-bar .main-search-box {
  justify-content: center !important;
  background: transparent !important; }

.global-search-bar .main-search-box > div:nth-of-type(n+2) {
  border-left: none !important; }

.global-search-bar .main-search-box .cont {
  margin-top: 14px !important; }

.global-search-bar .search-date {
  width: 300px !important;
  font-family: "Noto Sans KR", -apple-system, sans-serif !important;
  font-weight: 400 !important; }

.global-search-bar .search-date .label {
  font-size: .875rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important; }

.global-search-bar .search-guest {
  width: 300px !important;
  font-family: "Noto Sans KR", -apple-system, sans-serif !important;
  font-weight: 400 !important; }

.global-search-bar .search-guest .label {
  font-size: .875rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important; }

.global-search-bar .search-btn {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  height: auto !important;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  padding-top: calc(0.875rem + 37px) !important; }

.global-search-bar .search-btn a {
  padding: 12px 16px !important;
  border-radius: 4px !important;
  display: inline-block;
  line-height: 1.2rem !important;
  box-sizing: border-box !important;
  height: auto !important; }

.global-search-bar #checkin-out {
  font-size: 1.08rem !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  font-style: normal !important;
  background: rgba(248, 249, 250, 0.95) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #374151 !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  line-height: 1.2rem !important;
  height: auto !important; }

.global-search-bar #checkin-out::placeholder {
  color: #9ca3af !important; }

.global-search-bar .search-guest .cont.on::after {
  display: none !important; }

.global-search-bar .search-guest .cont {
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  font-style: normal !important;
  background: rgba(248, 249, 250, 0.95) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #374151 !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  line-height: 1.2rem !important;
  min-height: auto !important; }

.global-search-bar .search-guest .option {
  position: absolute;
  left: 0;
  top: calc(100% + 8px) !important;
  bottom: auto !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15) !important;
  background: #fff !important;
  padding: 16px !important;
  z-index: 3001 !important;
  overflow: hidden; }
  .global-search-bar .search-guest .option .set-guest-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 8px !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    border-radius: 0 !important;
    font-size: 0.9375rem;
    font-weight: 400 !important;
    color: #374151; }
    .global-search-bar .search-guest .option .set-guest-box:last-of-type {
      border-bottom: none !important; }
    .global-search-bar .search-guest .option .set-guest-box:nth-of-type(n+2) {
      margin-top: 0 !important; }
    .global-search-bar .search-guest .option .set-guest-box > div:nth-child(2) {
      font-weight: 600;
      letter-spacing: 0.3px; }
  .global-search-bar .search-guest .option .close-btn {
    margin-top: 12px !important;
    border: none !important;
    background: #1a1a2e !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 0 !important;
    text-align: center;
    cursor: pointer;
    transition: background 0.15s ease; }
    .global-search-bar .search-guest .option .close-btn a {
      color: #fff !important;
      display: block; }
    .global-search-bar .search-guest .option .close-btn:hover {
      background: #2d2d4e !important; }

.global-search-bar #search-keyword {
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 12px 16px !important;
  border-radius: 4px !important; }

/* ===== 모바일: 글로벌 서치바 숨김 (인덱스 모바일 검색바 사용) ===== */
@media (max-width: 767px) {
  .global-search-bar {
    display: none !important; } }

/* ===== 모바일 인덱스 전용 검색바 ===== */
.mobile-index-search {
  display: none; }
  @media (max-width: 767px) {
    .mobile-index-search {
      display: block; } }

/* ===== 모바일 하단 플로팅 예약 버튼 ===== */
.mobile-book-bar {
  display: none; }
  @media (max-width: 767px) {
    .mobile-book-bar {
      display: flex;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 12px 20px;
      padding-bottom: calc(12px + env(safe-area-inset-bottom));
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1); } }

.mobile-book-btn {
  display: block;
  width: 100%;
  padding: 16px;
  background: #1a1a2e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
  transition: background 0.15s ease; }
  .mobile-book-btn:hover {
    background: #2d2d4e; }

/* ===== 모바일 풀스크린 예약 모달 ===== */
.mobile-book-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #f7f7f7;
  overflow-y: auto;
  font-family: "Noto Sans KR", sans-serif; }
  .mobile-book-modal.is-open {
    display: block; }

.mbm-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.mbm-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 20px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0; }

.mbm-title {
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #111; }

.mbm-close {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1; }

.mbm-body {
  flex: 1;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.mbm-section {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); }

.mbm-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px; }

/* 날짜 영역 */
.mbm-date-wrap {
  position: relative;
  display: flex;
  align-items: center; }

#checkin-out-m {
  width: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  font-weight: 500;
  color: #111;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
  caret-color: transparent; }
  #checkin-out-m::placeholder {
    color: #bbb;
    font-size: 15px; }

.mbm-night-badge {
  display: none;
  background: #1a1a2e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  margin-left: 10px; }
  .mbm-night-badge.visible {
    display: inline-block; }

.mbm-cal-icon {
  width: 22px;
  height: 22px;
  color: #bbb;
  margin-left: 10px;
  flex-shrink: 0; }

/* 객실 인원 */
.mbm-room-box {
  display: flex;
  flex-direction: column;
  gap: 0; }

.mbm-room-title {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px; }

.mbm-counter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0; }
  .mbm-counter-row:last-child {
    border-bottom: none; }

.mbm-counter-label {
  font-size: 15px;
  color: #222; }

.mbm-counter {
  display: flex;
  align-items: center;
  gap: 18px; }

.mbm-minus, .mbm-plus {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333;
  transition: background 0.15s, border-color 0.15s; }
  .mbm-minus:hover, .mbm-plus:hover {
    background: #f5f5f5;
    border-color: #bbb; }

.mbm-count {
  font-size: 16px;
  font-weight: 600;
  min-width: 20px;
  text-align: center;
  color: #111; }

.mbm-notice {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
  font-size: 12px;
  color: #999;
  line-height: 1.7; }
  .mbm-notice p + p {
    margin-top: 8px; }

/* 하단 버튼 */
.mbm-footer {
  padding: 16px 20px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
  background: #fff;
  margin-top: 20px;
  border-top: 1px solid #f0f0f0; }

.mbm-search-btn {
  display: block;
  width: 100%;
  padding: 18px;
  background: #1a1a2e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
  transition: background 0.15s ease; }
  .mbm-search-btn:hover {
    background: #2d2d4e; }

/* ===== booking/list 모바일 서치섹션 숨김 ===== */
@media (max-width: 767px) {
  .booking-search-wrap {
    display: none !important; }
  .booking-search-wrap.mo-modal-open {
    display: block !important;
    padding: 0 20px; }
    .booking-search-wrap.mo-modal-open .main-search-wrap {
      width: 100% !important;
      margin: 0 !important;
      height: auto !important; }
    .booking-search-wrap.mo-modal-open .main-search-box {
      display: block !important; } }

/* ===== booking/list 모바일 컴팩트 검색 요약 바 ===== */
.booking-mo-bar {
  display: none; }
  @media (max-width: 767px) {
    .booking-mo-bar {
      display: block;
      background: #fff;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
      border-bottom: 1px solid #ebebeb; } }
  .booking-mo-bar .bmb-guest {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    gap: 10px; }
    .booking-mo-bar .bmb-guest:active {
      background: #f9f9f9; }
  .booking-mo-bar .bmb-guest-txt {
    font-size: 15px;
    font-style: italic;
    color: #333;
    line-height: 1.4;
    letter-spacing: 0.3px; }
  .booking-mo-bar .bmb-val {
    color: #111; }
  .booking-mo-bar .bmb-search-icon {
    width: 20px;
    height: 20px;
    color: #666;
    flex-shrink: 0; }
  .booking-mo-bar .bmb-date-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px; }
  .booking-mo-bar .bmb-arr {
    background: none;
    border: none;
    color: #444;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease; }
    .booking-mo-bar .bmb-arr:active, .booking-mo-bar .bmb-arr:hover {
      color: #111; }
    .booking-mo-bar .bmb-arr svg {
      display: block;
      width: 20px;
      height: 20px; }
  .booking-mo-bar .bmb-date-txt {
    flex: 1;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    color: #111;
    cursor: pointer;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
  .booking-mo-bar .bmb-sep {
    color: #aaa;
    font-size: 14px;
    font-style: normal; }

.main-visual-section {
  position: relative; }
  @media (max-width: 767px) {
    .main-visual-section {
      width: 100% !important; } }
  .main-visual-section .main-visual-img-box {
    position: relative; }
    .main-visual-section .main-visual-img-box .main-visual-swiper-pagination {
      position: absolute;
      top: 600px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 500;
      height: 20px;
      width: auto;
      border: 1px solid red; }
      .main-visual-section .main-visual-img-box .main-visual-swiper-pagination .swiper-pagination-bullet {
        position: relative;
        z-index: 500;
        width: 10px !important;
        height: 10px !important;
        background: #fff !important; }
        .main-visual-section .main-visual-img-box .main-visual-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #00aaff !important; }
    .main-visual-section .main-visual-img-box .txt-wrap {
      z-index: 200;
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-family: 'Cormorant Garamond', serif; }
      .main-visual-section .main-visual-img-box .txt-wrap .txt1 {
        width: 100%;
        font-weight: 600;
        white-space: nowrap;
        font-size: 2.5rem; }
        @media (max-width: 767px) {
          .main-visual-section .main-visual-img-box .txt-wrap .txt1 {
            display: none; } }
      .main-visual-section .main-visual-img-box .txt-wrap .txt2 {
        font-size: 2rem;
        margin-top: 33px;
        text-align: center;
        font-weight: 300; }
        @media (max-width: 767px) {
          .main-visual-section .main-visual-img-box .txt-wrap .txt2 {
            display: none; } }
      .main-visual-section .main-visual-img-box .txt-wrap .m-txt-wrap {
        display: none;
        width: 100%;
        white-space: nowrap;
        text-align: center; }
        .main-visual-section .main-visual-img-box .txt-wrap .m-txt-wrap .m-txt1, .main-visual-section .main-visual-img-box .txt-wrap .m-txt-wrap .m-txt2 {
          font-weight: 600;
          font-size: 26px; }
        .main-visual-section .main-visual-img-box .txt-wrap .m-txt-wrap .m-txt3 {
          font-size: 18px;
          font-weight: 300; }
        @media (max-width: 767px) {
          .main-visual-section .main-visual-img-box .txt-wrap .m-txt-wrap {
            display: block; } }
    .main-visual-section .main-visual-img-box li img {
      width: 100%;
      position: relative;
      z-index: 0; }
      @media (max-width: 767px) {
        .main-visual-section .main-visual-img-box li img {
          min-height: 350px;
          max-height: 400px;
          object-fit: cover; } }
    .main-visual-section .main-visual-img-box li.main-visual-video-slide {
      position: relative;
      /* 모바일: 높이 고정, 영상이 꽉 채우도록 */ }
      @media (max-width: 767px) {
        .main-visual-section .main-visual-img-box li.main-visual-video-slide {
          height: 60vh;
          min-height: 60vh; } }
      .main-visual-section .main-visual-img-box li.main-visual-video-slide .main-visual-video {
        /* PC: 이미지처럼 width 100%로 자연스럽게 */
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
        /* 모바일: 높이 고정된 슬라이드를 꽉 채움 */ }
        @media (max-width: 767px) {
          .main-visual-section .main-visual-img-box li.main-visual-video-slide .main-visual-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; } }
    .main-visual-section .main-visual-img-box .swiper-wrapper {
      position: relative; }
      .main-visual-section .main-visual-img-box .swiper-wrapper img {
        position: relative;
        z-index: 0; }
      .main-visual-section .main-visual-img-box .swiper-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 100;
        pointer-events: none; }

.m-main-search-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 400px;
  width: 100%;
  height: 340px;
  background: #f5f5f5;
  z-index: 100; }
  @media (max-width: 767px) {
    .m-main-search-bg {
      display: block; } }

.main-search-section {
  position: relative;
  z-index: 9000; }
  @media (max-width: 767px) {
    .main-search-section.bk {
      display: none; } }
  @media (max-width: 767px) {
    .main-search-section {
      width: 100% !important;
      padding: 0 20px;
      height: 420px; } }
  .main-search-section .main-search-wrap {
    width: 1400px;
    height: 100px;
    background: #fff;
    line-height: 12px;
    margin: -100px auto 0; }
    @media (max-width: 767px) {
      .main-search-section .main-search-wrap {
        width: 100%;
        margin: -70px auto 0; } }
    .main-search-section .main-search-wrap .main-search-box {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      background: #fff; }
      @media (max-width: 767px) {
        .main-search-section .main-search-wrap .main-search-box {
          display: block !important;
          border-top: 1px solid #042a49; } }
      .main-search-section .main-search-wrap .main-search-box > div:nth-of-type(n+2) {
        padding-left: 30px;
        border-left: 1px solid #ccc; }
        @media (max-width: 767px) {
          .main-search-section .main-search-wrap .main-search-box > div:nth-of-type(n+2) {
            border-left: none;
            border-top: 1px solid #ccc;
            padding-top: 20px; } }
      .main-search-section .main-search-wrap .main-search-box .label {
        color: #01558d;
        font-weight: 500; }
      .main-search-section .main-search-wrap .main-search-box .cont {
        margin-top: 26px; }
      .main-search-section .main-search-wrap .main-search-box .search-hotel {
        margin: 26px 0 21px 0;
        padding-left: 30px;
        position: relative;
        width: 305px; }
        @media (max-width: 767px) {
          .main-search-section .main-search-wrap .main-search-box .search-hotel {
            width: 100%; } }
        .main-search-section .main-search-wrap .main-search-box .search-hotel .cont {
          position: relative;
          min-width: 175px; }
          .main-search-section .main-search-wrap .main-search-box .search-hotel .cont a {
            font-size: .9375rem;
            font-weight: 400; }
        .main-search-section .main-search-wrap .main-search-box .search-hotel .option {
          position: absolute;
          left: 0;
          bottom: -120px;
          width: 305px;
          height: 96px;
          border: 1px solid #003253;
          background: #fff;
          padding: 25px 0 0 36px; }
          @media (max-width: 767px) {
            .main-search-section .main-search-wrap .main-search-box .search-hotel .option {
              width: 100%; } }
          .main-search-section .main-search-wrap .main-search-box .search-hotel .option li:nth-of-type(2) {
            margin-top: 18px; }
          .main-search-section .main-search-wrap .main-search-box .search-hotel .option li a {
            font-size: .9375rem; }
          .main-search-section .main-search-wrap .main-search-box .search-hotel .option li:hover a {
            color: #0090ec; }
      .main-search-section .main-search-wrap .main-search-box .search-date {
        width: 450px;
        margin: 26px 0 21px 0; }
        @media (max-width: 767px) {
          .main-search-section .main-search-wrap .main-search-box .search-date {
            width: 100%; } }
        .main-search-section .main-search-wrap .main-search-box .search-date input {
          border: none;
          font-weight: 400;
          font-size: .9375rem;
          cursor: pointer;
          width: 300px; }
        .main-search-section .main-search-wrap .main-search-box .search-date .label {
          position: relative; }
          .main-search-section .main-search-wrap .main-search-box .search-date .label .night-box {
            position: absolute;
            top: 0;
            right: 40px;
            width: 35px;
            height: 15px; }
      .main-search-section .main-search-wrap .main-search-box .search-guest {
        width: 420px;
        position: relative;
        margin: 26px 0 21px 0; }
        @media (max-width: 767px) {
          .main-search-section .main-search-wrap .main-search-box .search-guest {
            width: 100%; } }
        .main-search-section .main-search-wrap .main-search-box .search-guest .cont {
          position: relative;
          cursor: pointer;
          font-size: .9375rem;
          font-weight: 400; }
          .main-search-section .main-search-wrap .main-search-box .search-guest .cont.on::after {
            content: '';
            position: absolute;
            cursor: pointer;
            top: 1px;
            right: 16px;
            width: 10px;
            height: 7px;
            background: url("/assets/images/common/arrow_down.png") no-repeat center/10px 7px; }
        .main-search-section .main-search-wrap .main-search-box .search-guest .option {
          position: absolute;
          left: 0;
          bottom: -180px;
          width: 410px;
          height: 205px;
          border: 1px solid #999999;
          background: #fff;
          padding: 10px;
          z-index: 100; }
          @media (max-width: 767px) {
            .main-search-section .main-search-wrap .main-search-box .search-guest .option {
              width: 100%; } }
          .main-search-section .main-search-wrap .main-search-box .search-guest .option .set-guest-box {
            padding: 8px 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #ccc; }
            @media (max-width: 767px) {
              .main-search-section .main-search-wrap .main-search-box .search-guest .option .set-guest-box {
                font-size: .9375rem; } }
            .main-search-section .main-search-wrap .main-search-box .search-guest .option .set-guest-box .guest-minus {
              display: inline-block;
              width: 20px;
              height: 20px;
              background: url("/assets/images/common/minus.png") no-repeat center/20px 20px; }
            .main-search-section .main-search-wrap .main-search-box .search-guest .option .set-guest-box .guest-plus {
              display: inline-block;
              width: 20px;
              height: 20px;
              background: url("/assets/images/common/add.png") no-repeat center/20px 20px; }
            .main-search-section .main-search-wrap .main-search-box .search-guest .option .set-guest-box:nth-of-type(n+2) {
              margin-top: 10px; }
        .main-search-section .main-search-wrap .main-search-box .search-guest .close-btn {
          width: 100%;
          border: 0;
          font-size: 16px;
          font-weight: 700;
          padding: 10px 15px;
          background: #1a1a2e;
          border-radius: 8px;
          cursor: pointer;
          text-align: center;
          transition: background 0.15s ease;
          color: #fff; }
          .main-search-section .main-search-wrap .main-search-box .search-guest .close-btn a {
            display: block;
            text-decoration: none; }
          .main-search-section .main-search-wrap .main-search-box .search-guest .close-btn:hover {
            background: #2d2d4e; }
            .main-search-section .main-search-wrap .main-search-box .search-guest .close-btn:hover a {
              color: #fff; }
          @media (max-width: 767px) {
            .main-search-section .main-search-wrap .main-search-box .search-guest .close-btn {
              font-size: .9375rem; } }
      .main-search-section .main-search-wrap .main-search-box .search-promotion {
        display: none;
        width: 328px;
        margin: 26px 0 21px 0; }
        @media (max-width: 767px) {
          .main-search-section .main-search-wrap .main-search-box .search-promotion {
            width: 100%; } }
        .main-search-section .main-search-wrap .main-search-box .search-promotion input {
          border: none;
          font-weight: 400;
          font-size: .9375rem;
          cursor: pointer;
          width: 100%; }
      .main-search-section .main-search-wrap .main-search-box .search-btn {
        border-left: none !important;
        background: #f8f8f8;
        height: 100px;
        width: 249px;
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .main-search-section .main-search-wrap .main-search-box .search-btn {
            width: 100%;
            height: 60px;
            justify-content: center;
            padding: 30px 0 0 !important;
            border-top: 0 !important; } }
        .main-search-section .main-search-wrap .main-search-box .search-btn a {
          display: inline-block;
          width: 186px;
          height: 48px;
          line-height: 48px;
          font-size: 1rem;
          background: #003253;
          color: #fff;
          text-align: center;
          border: none;
          position: relative; }
          @media (max-width: 767px) {
            .main-search-section .main-search-wrap .main-search-box .search-btn a {
              width: 100%; } }
          .main-search-section .main-search-wrap .main-search-box .search-btn a p {
            position: relative; }
            .main-search-section .main-search-wrap .main-search-box .search-btn a p::before {
              content: '';
              position: absolute;
              top: 17px;
              left: 16px;
              width: 16px;
              height: 16px;
              background: url("/assets/images/common/icon_search.png") no-repeat center/16px 16px; }
              @media (max-width: 767px) {
                .main-search-section .main-search-wrap .main-search-box .search-btn a p::before {
                  background: none; } }

.main-banner1 {
  width: 1400px !important;
  margin-top: 50px !important;
  position: relative; }
  @media (max-width: 767px) {
    .main-banner1 {
      width: 100% !important;
      padding: 0 20px;
      margin-top: 50px !important; } }
  .main-banner1 .more {
    position: absolute;
    top: -30px;
    right: -100px;
    width: 60px;
    height: 60px; }
    @media (max-width: 767px) {
      .main-banner1 .more {
        top: unset;
        bottom: 10px;
        right: 20px;
        width: 30px;
        height: 30px; } }
    .main-banner1 .more .btn {
      display: inline-block;
      width: 60px;
      height: 60px;
      background: url("/assets/images/common/btn_news_more.png") no-repeat center/60px 60px; }
      @media (max-width: 767px) {
        .main-banner1 .more .btn {
          width: 30px;
          height: 30px;
          background: url("/assets/images/common/btn_news_more.png") no-repeat center/30px 30px; } }
  .main-banner1 .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: 300px;
    /* or desired height */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .main-banner1 .swiper-wrapper .swiper-slide {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; } }
  .main-banner1 .swiper-nav {
    position: relative;
    margin: 30px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .main-banner1 .swiper-nav {
        margin: 10px auto 0; } }
    .main-banner1 .swiper-nav .swiper-btn {
      position: relative;
      width: 80px;
      margin-left: 30px;
      margin-top: -6px; }
      .main-banner1 .swiper-nav .swiper-btn .swiper-prev {
        display: inline-block;
        width: 11px;
        height: 17px;
        background: url("/assets/images/common/swiper_arrow_left.png") no-repeat center/11px 17px; }
      .main-banner1 .swiper-nav .swiper-btn .swiper-next {
        display: inline-block;
        width: 11px;
        height: 17px;
        background: url("/assets/images/common/swiper_arrow_right.png") no-repeat center/11px 17px;
        margin-left: 20px; }
    .main-banner1 .swiper-nav .swiper-pagination {
      position: relative;
      width: auto !important; }
      .main-banner1 .swiper-nav .swiper-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important; }

.main-banner2 {
  margin-top: 60px !important;
  position: relative; }
  @media (max-width: 767px) {
    .main-banner2 {
      width: 100% !important; } }
  .main-banner2 .swiper-wrapper img {
    width: 100%; }
    @media (max-width: 767px) {
      .main-banner2 .swiper-wrapper img {
        width: 100%;
        min-height: 350px;
        object-fit: cover; } }

.main-motion-section-01 {
  position: relative;
  width: 1400px !important;
  margin-top: 60px !important; }
  @media (max-width: 767px) {
    .main-motion-section-01 {
      width: 100% !important; } }
  .main-motion-section-01 .motion-first {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .main-motion-section-01 .motion-first .m01 {
      width: 966px; }
      @media (max-width: 767px) {
        .main-motion-section-01 .motion-first .m01 img {
          width: 100%;
          min-height: 400px;
          object-fit: cover; } }
    .main-motion-section-01 .motion-first .m02 {
      width: 410px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .main-motion-section-01 .motion-first .m02 {
          margin-left: 15px; } }
      @media (max-width: 767px) {
        .main-motion-section-01 .motion-first .m02 img {
          width: 100%;
          min-height: 250px;
          object-fit: cover; } }
    .main-motion-section-01 .motion-first .m03 {
      position: absolute;
      top: 250px;
      right: 0;
      width: 700px;
      background: #fff;
      padding: 50px 0 60px 60px; }
      @media (max-width: 767px) {
        .main-motion-section-01 .motion-first .m03 {
          left: 60px;
          width: auto;
          padding: 20px 0 30px 20px; } }
      .main-motion-section-01 .motion-first .m03 h3 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 46px;
        margin-bottom: 30px;
        text-align: left; }
        @media (max-width: 767px) {
          .main-motion-section-01 .motion-first .m03 h3 {
            font-size: 20px;
            margin-bottom: 20px; } }
        .main-motion-section-01 .motion-first .m03 h3 span {
          font-family: "Nanum Myeongjo", serif;
          font-size: 40px; }
          @media (max-width: 767px) {
            .main-motion-section-01 .motion-first .m03 h3 span {
              font-size: 16px; } }
      @media (max-width: 767px) {
        .main-motion-section-01 .motion-first .m03 .txt-box {
          display: none; } }
      .main-motion-section-01 .motion-first .m03 .txt-box p {
        text-align: left;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 30px; }
        @media (max-width: 767px) {
          .main-motion-section-01 .motion-first .m03 .txt-box p {
            font-size: 14px; } }
      .main-motion-section-01 .motion-first .m03 .m-txt-box {
        display: none; }
        @media (max-width: 767px) {
          .main-motion-section-01 .motion-first .m03 .m-txt-box {
            display: block; } }
        .main-motion-section-01 .motion-first .m03 .m-txt-box p {
          text-align: left;
          font-size: 1.125rem;
          font-weight: 300;
          line-height: 30px; }
          @media (max-width: 767px) {
            .main-motion-section-01 .motion-first .m03 .m-txt-box p {
              font-size: 14px; } }
      .main-motion-section-01 .motion-first .m03 .btn-more {
        margin-top: 50px;
        position: relative;
        overflow: hidden;
        width: 140px;
        height: 44px; }
        @media (max-width: 767px) {
          .main-motion-section-01 .motion-first .m03 .btn-more {
            margin-top: 25px;
            width: 100px;
            height: 30px;
            line-height: 30px;
            font-size: 13px; } }
        .main-motion-section-01 .motion-first .m03 .btn-more a {
          display: inline-block;
          width: 140px;
          height: 44px;
          line-height: 44px;
          border: 1px solid #bfbfbf;
          font-family: 'poppins', serif;
          font-size: .875rem;
          text-align: center; }
          @media (max-width: 767px) {
            .main-motion-section-01 .motion-first .m03 .btn-more a {
              width: 100px;
              height: 30px;
              line-height: 30px;
              font-size: 13px; } }
        .main-motion-section-01 .motion-first .m03 .btn-more span {
          position: absolute;
          background: #003253;
          opacity: 0;
          transition: .35s;
          z-index: 5; }
          .main-motion-section-01 .motion-first .m03 .btn-more span:nth-of-type(1) {
            left: 0;
            top: 0;
            height: 1px;
            width: 0; }
          .main-motion-section-01 .motion-first .m03 .btn-more span:nth-of-type(2) {
            left: 0;
            top: 0;
            height: 0;
            width: 1px; }
          .main-motion-section-01 .motion-first .m03 .btn-more span:nth-of-type(3) {
            bottom: 0;
            right: 0;
            height: 0;
            width: 1px; }
          .main-motion-section-01 .motion-first .m03 .btn-more span:nth-of-type(4) {
            right: 0;
            bottom: 0;
            height: 1px;
            width: 0; }
        .main-motion-section-01 .motion-first .m03 .btn-more:hover span {
          opacity: 1; }
          .main-motion-section-01 .motion-first .m03 .btn-more:hover span:nth-of-type(1), .main-motion-section-01 .motion-first .m03 .btn-more:hover span:nth-of-type(4) {
            width: 100%; }
          .main-motion-section-01 .motion-first .m03 .btn-more:hover span:nth-of-type(2), .main-motion-section-01 .motion-first .m03 .btn-more:hover span:nth-of-type(3) {
            height: 100%; }
        .main-motion-section-01 .motion-first .m03 .btn-more:hover img {
          transform: scale(1.1, 1.1); }

.main-blue-bg-box {
  position: relative;
  margin: 200px auto 0 !important;
  /* width: 1920px !important; */
  width: 100% !important;
  z-index: 10; }
  @media (max-width: 767px) {
    .main-blue-bg-box {
      width: 100% !important;
      display: none; } }
  .main-blue-bg-box .bg {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 1920px; */
    width: 100%;
    height: 2500px;
    /* background: url('/assets/images/common/bg_blue.png') no-repeat top left / 1920px 2500px; */
    background: url("/assets/images/common/bg_blue.png") no-repeat top left/100% auto; }
  .main-blue-bg-box .logo {
    position: absolute;
    top: 934px;
    right: 480px;
    width: 261px;
    height: 91px;
    background: url("/assets/images/common/bg_logo.png") no-repeat top left/261px 91px; }
    @media (max-width: 767px) {
      .main-blue-bg-box .logo {
        width: 120px;
        height: 42px;
        background: url("/assets/images/common/bg_logo.png") no-repeat top left/120px 42px; } }

.main-motion-section-02 {
  position: relative;
  z-index: 20;
  margin: 100px auto 0 !important;
  width: 1400px !important; }
  @media (max-width: 767px) {
    .main-motion-section-02 {
      width: 100% !important;
      margin: 160px auto 0 !important; } }
  .main-motion-section-02 .motion-first {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .main-motion-section-02 .motion-first .m01 {
      width: 410px;
      height: 460px; }
      @media (max-width: 767px) {
        .main-motion-section-02 .motion-first .m01 img {
          width: 100%;
          min-height: 250px;
          object-fit: cover; } }
    .main-motion-section-02 .motion-first .m02 {
      width: 966px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .main-motion-section-02 .motion-first .m02 {
          margin-left: 15px; } }
      @media (max-width: 767px) {
        .main-motion-section-02 .motion-first .m02 img {
          width: 100%;
          min-height: 400px;
          object-fit: cover; } }
    .main-motion-section-02 .motion-first .m03 {
      position: absolute;
      top: 460px;
      left: 0;
      width: 700px;
      background: #fff;
      padding: 60px 0 0 0; }
      @media (max-width: 767px) {
        .main-motion-section-02 .motion-first .m03 {
          top: 250px;
          right: 60px;
          width: auto;
          padding: 20px; } }
      .main-motion-section-02 .motion-first .m03 h3 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 46px;
        margin-bottom: 30px;
        text-align: left; }
        @media (max-width: 767px) {
          .main-motion-section-02 .motion-first .m03 h3 {
            font-size: 20px;
            margin-bottom: 20px; } }
        .main-motion-section-02 .motion-first .m03 h3 span {
          font-family: "Nanum Myeongjo", serif;
          font-size: 40px; }
          @media (max-width: 767px) {
            .main-motion-section-02 .motion-first .m03 h3 span {
              font-size: 16px; } }
      .main-motion-section-02 .motion-first .m03 .txt-box p, .main-motion-section-02 .motion-first .m03 .m-txt-box p {
        text-align: left;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 30px; }
        @media (max-width: 767px) {
          .main-motion-section-02 .motion-first .m03 .txt-box p, .main-motion-section-02 .motion-first .m03 .m-txt-box p {
            font-size: 14px; } }
      @media (max-width: 767px) {
        .main-motion-section-02 .motion-first .m03 .txt-box {
          display: none; } }
      .main-motion-section-02 .motion-first .m03 .m-txt-box {
        display: none; }
        @media (max-width: 767px) {
          .main-motion-section-02 .motion-first .m03 .m-txt-box {
            display: block; } }
  .main-motion-section-02 .btn-more {
    position: relative !important;
    z-index: 50;
    margin-top: 160px;
    overflow: hidden;
    width: 140px;
    height: 44px; }
    @media (max-width: 767px) {
      .main-motion-section-02 .btn-more {
        margin-left: 20px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 13px; } }
    .main-motion-section-02 .btn-more a {
      display: inline-block;
      width: 140px;
      height: 44px;
      line-height: 44px;
      border: 1px solid #bfbfbf;
      font-family: 'poppins', serif;
      font-size: .875rem;
      text-align: center; }
      @media (max-width: 767px) {
        .main-motion-section-02 .btn-more a {
          width: 100px;
          height: 30px;
          line-height: 30px;
          font-size: 13px; } }
    .main-motion-section-02 .btn-more span {
      position: absolute;
      background: #003253;
      opacity: 0;
      transition: .35s;
      z-index: 5; }
      .main-motion-section-02 .btn-more span:nth-of-type(1) {
        left: 0;
        top: 0;
        height: 1px;
        width: 0; }
      .main-motion-section-02 .btn-more span:nth-of-type(2) {
        left: 0;
        top: 0;
        height: 0;
        width: 1px; }
      .main-motion-section-02 .btn-more span:nth-of-type(3) {
        bottom: 0;
        right: 0;
        height: 0;
        width: 1px; }
      .main-motion-section-02 .btn-more span:nth-of-type(4) {
        right: 0;
        bottom: 0;
        height: 1px;
        width: 0; }
    .main-motion-section-02 .btn-more:hover span {
      opacity: 1; }
      .main-motion-section-02 .btn-more:hover span:nth-of-type(1), .main-motion-section-02 .btn-more:hover span:nth-of-type(4) {
        width: 100%; }
      .main-motion-section-02 .btn-more:hover span:nth-of-type(2), .main-motion-section-02 .btn-more:hover span:nth-of-type(3) {
        height: 100%; }
    .main-motion-section-02 .btn-more:hover img {
      transform: scale(1.1, 1.1); }

.main-motion-section-03 {
  position: relative;
  z-index: 20;
  margin: 120px auto 0 !important;
  width: 1400px !important; }
  @media (max-width: 767px) {
    .main-motion-section-03 {
      width: 100% !important;
      padding: 20px;
      margin: 30px auto 0 !important; } }
  .main-motion-section-03 .motion-first {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .main-motion-section-03 .motion-first {
        display: block; } }
    .main-motion-section-03 .motion-first .m01 {
      width: 620px;
      height: 620px; }
      @media (max-width: 767px) {
        .main-motion-section-03 .motion-first .m01 {
          width: 100%;
          height: 300px; } }
      @media (max-width: 767px) {
        .main-motion-section-03 .motion-first .m01 img {
          width: 100%;
          max-height: 300px;
          object-fit: cover; } }
    .main-motion-section-03 .motion-first .m02 {
      height: 360px;
      margin-left: 80px;
      margin-top: 50px; }
      @media (max-width: 767px) {
        .main-motion-section-03 .motion-first .m02 {
          margin-left: 0;
          margin-top: 30px; } }
      .main-motion-section-03 .motion-first .m02 h3 {
        margin-top: 30px;
        font-family: 'Cormorant Garamond', serif;
        font-size: 44px;
        margin-bottom: 30px;
        text-align: left; }
        @media (max-width: 767px) {
          .main-motion-section-03 .motion-first .m02 h3 {
            font-size: 20px;
            margin-bottom: 20px; } }
        .main-motion-section-03 .motion-first .m02 h3 span {
          font-size: 36px;
          font-weight: 300; }
          @media (max-width: 767px) {
            .main-motion-section-03 .motion-first .m02 h3 span {
              font-size: 16px; } }
      .main-motion-section-03 .motion-first .m02 .txt-box p {
        text-align: left;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 30px; }
        @media (max-width: 767px) {
          .main-motion-section-03 .motion-first .m02 .txt-box p {
            font-size: 14px; } }
      @media (max-width: 767px) {
        .main-motion-section-03 .motion-first .m02 .txt-box {
          display: none; } }
      .main-motion-section-03 .motion-first .m02 .m-txt-box {
        display: none; }
        @media (max-width: 767px) {
          .main-motion-section-03 .motion-first .m02 .m-txt-box {
            display: block; } }
        .main-motion-section-03 .motion-first .m02 .m-txt-box p {
          padding-right: 30px;
          white-space: normal;
          text-align: left;
          font-size: 1.125rem;
          font-weight: 300;
          line-height: 30px; }
          @media (max-width: 767px) {
            .main-motion-section-03 .motion-first .m02 .m-txt-box p {
              font-size: 14px; } }
      .main-motion-section-03 .motion-first .m02 .btn-more {
        position: relative;
        margin-top: 50px;
        overflow: hidden;
        width: 140px;
        height: 44px; }
        @media (max-width: 767px) {
          .main-motion-section-03 .motion-first .m02 .btn-more {
            margin-top: 25px;
            width: 100px;
            height: 30px;
            line-height: 30px;
            font-size: 13px; } }
        .main-motion-section-03 .motion-first .m02 .btn-more a {
          display: inline-block;
          width: 140px;
          height: 44px;
          line-height: 44px;
          border: 1px solid #bfbfbf;
          font-family: 'poppins', serif;
          font-size: .875rem;
          text-align: center; }
          @media (max-width: 767px) {
            .main-motion-section-03 .motion-first .m02 .btn-more a {
              width: 100px;
              height: 30px;
              line-height: 30px;
              font-size: 13px; } }
        .main-motion-section-03 .motion-first .m02 .btn-more span {
          position: absolute;
          background: #003253;
          opacity: 0;
          transition: .35s;
          z-index: 5; }
          .main-motion-section-03 .motion-first .m02 .btn-more span:nth-of-type(1) {
            left: 0;
            top: 0;
            height: 1px;
            width: 0; }
          .main-motion-section-03 .motion-first .m02 .btn-more span:nth-of-type(2) {
            left: 0;
            top: 0;
            height: 0;
            width: 1px; }
          .main-motion-section-03 .motion-first .m02 .btn-more span:nth-of-type(3) {
            bottom: 0;
            right: 0;
            height: 0;
            width: 1px; }
          .main-motion-section-03 .motion-first .m02 .btn-more span:nth-of-type(4) {
            right: 0;
            bottom: 0;
            height: 1px;
            width: 0; }
        .main-motion-section-03 .motion-first .m02 .btn-more:hover span {
          opacity: 1; }
          .main-motion-section-03 .motion-first .m02 .btn-more:hover span:nth-of-type(1), .main-motion-section-03 .motion-first .m02 .btn-more:hover span:nth-of-type(4) {
            width: 100%; }
          .main-motion-section-03 .motion-first .m02 .btn-more:hover span:nth-of-type(2), .main-motion-section-03 .motion-first .m02 .btn-more:hover span:nth-of-type(3) {
            height: 100%; }
        .main-motion-section-03 .motion-first .m02 .btn-more:hover img {
          transform: scale(1.1, 1.1); }
      .main-motion-section-03 .motion-first .m02 .pororo-box {
        position: relative;
        text-align: left;
        margin-top: 175px; }
        .main-motion-section-03 .motion-first .m02 .pororo-box .img-pororo {
          position: absolute;
          top: -73px;
          left: 150px; }
          @media (max-width: 767px) {
            .main-motion-section-03 .motion-first .m02 .pororo-box .img-pororo {
              top: -48px;
              left: 176px; } }
          @media (max-width: 767px) {
            .main-motion-section-03 .motion-first .m02 .pororo-box .img-pororo img {
              width: 160px; } }
        @media (max-width: 767px) {
          .main-motion-section-03 .motion-first .m02 .pororo-box {
            margin-top: 30px; } }

.main-banner-section {
  position: relative;
  z-index: 20;
  width: 1400px !important;
  margin: 384px auto 0 !important; }
  @media (max-width: 767px) {
    .main-banner-section {
      width: 100% !important;
      margin: 340px auto 0 !important;
      padding: 0 20px; } }
  .main-banner-section > ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .main-banner-section > ul {
        display: block; } }
    .main-banner-section > ul > li {
      position: relative;
      width: 412px; }
      @media (max-width: 767px) {
        .main-banner-section > ul > li {
          width: 100%;
          height: 420px; } }
      .main-banner-section > ul > li:nth-of-type(n+2) {
        margin-left: 80px; }
        @media (max-width: 767px) {
          .main-banner-section > ul > li:nth-of-type(n+2) {
            margin-left: 0; } }
      .main-banner-section > ul > li .title {
        font-family: 'Cormorant Garamond', serif;
        font-size: 40px;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .main-banner-section > ul > li .title {
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 10px;
            white-space: nowrap; } }
      .main-banner-section > ul > li .banner-box {
        position: relative;
        width: 412px;
        height: 412px; }
        @media (max-width: 767px) {
          .main-banner-section > ul > li .banner-box {
            width: 100%;
            height: 350px; } }
        @media (max-width: 767px) {
          .main-banner-section > ul > li .banner-box img {
            width: 100%;
            height: 350px;
            object-fit: cover; } }
        .main-banner-section > ul > li .banner-box .main-banner-section-pagination {
          position: absolute;
          right: 20px;
          bottom: 20px;
          z-index: 999;
          width: auto;
          text-align: right; }
          .main-banner-section > ul > li .banner-box .main-banner-section-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #fff; }
        .main-banner-section > ul > li .banner-box .banner-hover-mask {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 350px;
          background: rgba(0, 0, 0, 0.5);
          z-index: 998;
          display: none;
          cursor: pointer; }
          .main-banner-section > ul > li .banner-box .banner-hover-mask .view {
            text-align: center;
            font-family: 'poppins', serif;
            font-size: .875rem;
            color: #fff;
            position: absolute;
            width: 120px;
            height: 45px;
            line-height: 45px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -22px);
            border-top: 1px solid rgba(255, 255, 255, 0.7);
            border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
        .main-banner-section > ul > li .banner-box:hover .banner-hover-mask {
          display: block; }

.mm-txt-box {
  display: none; }
  @media (max-width: 767px) {
    .mm-txt-box {
      margin-top: 300px;
      margin-left: 20px;
      display: block; } }
  .mm-txt-box .title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 600; }

.main-news-section {
  position: relative;
  z-index: 20;
  width: 1400px !important;
  margin: 400px auto 0 !important; }
  @media (max-width: 767px) {
    .main-news-section {
      margin: 30px auto 0 !important;
      padding: 0 20px;
      overflow: scroll;
      width: 100% !important;
      -ms-overflow-style: none; }
      .main-news-section::-webkit-scrollbar {
        display: none; } }
  .main-news-section ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .main-news-section ul {
        width: 1100px !important;
        overflow: scroll; } }
    .main-news-section ul::-webkit-scrollbar {
      display: none; }
    .main-news-section ul .title-box {
      font-family: 'Cormorant Garamond', serif;
      font-size: 40px;
      font-weight: 600;
      margin-right: 152px; }
      .main-news-section ul .title-box span {
        font-size: 30px;
        font-weight: 400; }
      .main-news-section ul .title-box .btn {
        margin-top: 170px;
        text-align: center; }
        .main-news-section ul .title-box .btn a {
          display: inline-block;
          width: 60px;
          height: 60px;
          background: url("/assets/images/common/btn_news_more.png") no-repeat center/60px 60px; }
      @media (max-width: 767px) {
        .main-news-section ul .title-box {
          display: none; } }
    .main-news-section ul li:nth-of-type(n+2) {
      width: 340px;
      height: 260px;
      background: #fff;
      border-bottom-right-radius: 50px;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, #d1d5db 0px 0px 0px 1px inset; }
      @media (max-width: 767px) {
        .main-news-section ul li:nth-of-type(n+2) {
          height: 340px; } }
    .main-news-section ul li:nth-of-type(n+3) {
      margin-left: 40px; }
    .main-news-section ul .news-box {
      padding: 36px 20px 0 20px; }
      .main-news-section ul .news-box .icon-title {
        display: inline-block;
        width: 80px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px !important;
        color: #fff; }
        .main-news-section ul .news-box .icon-title.news {
          background: #0090ec; }
        .main-news-section ul .news-box .icon-title.notice {
          background: #014da1; }
      .main-news-section ul .news-box .txt-box .title {
        margin-top: 20px;
        font-size: 20px; }
        @media (max-width: 767px) {
          .main-news-section ul .news-box .txt-box .title {
            font-size: 18px; } }
      .main-news-section ul .news-box .txt-box .blue-title {
        color: #0090ec;
        font-size: 20px; }
        @media (max-width: 767px) {
          .main-news-section ul .news-box .txt-box .blue-title {
            font-size: 20px; } }
      .main-news-section ul .news-box .txt-box .txt {
        margin-top: 30px;
        font-weight: 400;
        padding-right: 20px; }
        @media (max-width: 767px) {
          .main-news-section ul .news-box .txt-box .txt {
            font-size: 14px; } }
        .main-news-section ul .news-box .txt-box .txt.blue {
          color: #0090ec; }
        .main-news-section ul .news-box .txt-box .txt.blue2 {
          color: #014da1; }
        .main-news-section ul .news-box .txt-box .txt.bb {
          font-size: 18px;
          font-weight: 500; }
          @media (max-width: 767px) {
            .main-news-section ul .news-box .txt-box .txt.bb {
              font-size: 16px; } }
      .main-news-section ul .news-box .txt-box .btn {
        margin-top: 0px; }
      .main-news-section ul .news-box .txt-box .date {
        margin-top: 55px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .main-news-section ul .news-box .txt-box .date {
            margin-top: 25px; } }

.bg-sea {
  position: relative;
  z-index: 15;
  margin: -200px auto 0 !important;
  /* width: 1920px; */
  width: 100%;
  height: 429px;
  /* background: url('/assets/images/common/bg_sea.png') no-repeat center / 1920px 429px; */
  background: url("/assets/images/common/bg_sea.png") no-repeat center/100% 429px; }
  @media (max-width: 767px) {
    .bg-sea {
      width: 100% !important;
      height: 300px; } }

.footer-section {
  position: relative;
  background: #222;
  margin: 0 auto 0 !important; }
  @media (max-width: 767px) {
    .footer-section {
      width: 100% !important; } }
  .footer-section .line {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1); }
  .footer-section .footer-box {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 70px; }
    @media (max-width: 767px) {
      .footer-section .footer-box {
        width: 100%;
        padding: 50px 0 30px; } }
    .footer-section .footer-box ul .top {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .footer-section .footer-box ul .top {
          display: block; } }
      .footer-section .footer-box ul .top .left {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        @media (max-width: 767px) {
          .footer-section .footer-box ul .top .left {
            justify-content: center;
            align-items: center; } }
        .footer-section .footer-box ul .top .left .logo {
          width: 174px;
          height: 60px;
          background: url("/assets/images/common/footer_logo.png") no-repeat center/174px 60px; }
      .footer-section .footer-box ul .top .right {
        margin-top: 32px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        @media (max-width: 767px) {
          .footer-section .footer-box ul .top .right {
            margin-top: 20px;
            text-align: center;
            justify-content: center; } }
        .footer-section .footer-box ul .top .right .menu {
          margin-left: 480px; }
          @media (max-width: 767px) {
            .footer-section .footer-box ul .top .right .menu {
              margin-left: 0; } }
          .footer-section .footer-box ul .top .right .menu ul {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start; }
            @media (max-width: 767px) {
              .footer-section .footer-box ul .top .right .menu ul {
                justify-content: center;
                align-items: center; } }
            .footer-section .footer-box ul .top .right .menu ul a {
              color: #aaaaaa;
              font-size: .875rem;
              white-space: nowrap; }
            .footer-section .footer-box ul .top .right .menu ul li:nth-of-type(1) {
              position: relative;
              margin-right: 60px; }
              .footer-section .footer-box ul .top .right .menu ul li:nth-of-type(1) a {
                font-weight: 400;
                color: #fff; }
              .footer-section .footer-box ul .top .right .menu ul li:nth-of-type(1)::after {
                content: '';
                position: absolute;
                right: -30px;
                top: 8px;
                width: 1px;
                height: 14px;
                background: #595959; }
              @media (max-width: 767px) {
                .footer-section .footer-box ul .top .right .menu ul li:nth-of-type(1) {
                  display: none; } }
            .footer-section .footer-box ul .top .right .menu ul li:nth-of-type(n+3) {
              margin-left: 33px; }
              @media (max-width: 767px) {
                .footer-section .footer-box ul .top .right .menu ul li:nth-of-type(n+3) {
                  margin-left: 20px; } }
            .footer-section .footer-box ul .top .right .menu ul .family-site {
              margin-left: 50px !important; }
              .footer-section .footer-box ul .top .right .menu ul .family-site select {
                background: #1a1a1a;
                color: #9c9c9c;
                padding: 5px 10px;
                width: 194px; }
              @media (max-width: 767px) {
                .footer-section .footer-box ul .top .right .menu ul .family-site {
                  display: none; } }
        .footer-section .footer-box ul .top .right .sns {
          margin-left: 20px; }
          @media (max-width: 767px) {
            .footer-section .footer-box ul .top .right .sns {
              display: none; } }
          .footer-section .footer-box ul .top .right .sns a {
            display: inline-block;
            width: 25px;
            height: 25px; }
            .footer-section .footer-box ul .top .right .sns a.tok {
              background: url("/assets/images/common/tok.png") no-repeat center/25px 25px; }
            .footer-section .footer-box ul .top .right .sns a.insta {
              margin-left: 5px;
              background: url("/assets/images/common/insta.png") no-repeat center/25px 25px; }
    .footer-section .footer-box ul .bottom {
      color: #fff;
      margin-top: 40px;
      font-size: .875rem;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .footer-section .footer-box ul .bottom {
          display: block;
          padding: 0 10px; } }
      .footer-section .footer-box ul .bottom ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .footer-section .footer-box ul .bottom ul span {
          color: #aaaaaa;
          padding-left: 10px; }
          @media (max-width: 767px) {
            .footer-section .footer-box ul .bottom ul span {
              padding-left: 5px; } }
        .footer-section .footer-box ul .bottom ul li:nth-of-type(n+2) {
          margin-left: 20px; }
          @media (max-width: 767px) {
            .footer-section .footer-box ul .bottom ul li:nth-of-type(n+2) {
              margin-left: 5px; } }
        .footer-section .footer-box ul .bottom ul.address {
          margin-top: 10px; }
          @media (max-width: 767px) {
            .footer-section .footer-box ul .bottom ul.address {
              display: block; } }
          @media (max-width: 767px) {
            .footer-section .footer-box ul .bottom ul.address li:nth-of-type(n+2) {
              margin-left: 0;
              margin-top: 10px; } }
        .footer-section .footer-box ul .bottom ul li {
          white-space: nowrap; }
          @media (max-width: 767px) {
            .footer-section .footer-box ul .bottom ul li {
              font-size: 12px; } }
      .footer-section .footer-box ul .bottom .addr {
        margin-top: 36px;
        color: #7f7f7f; }
        @media (max-width: 767px) {
          .footer-section .footer-box ul .bottom .addr {
            font-size: 11px;
            text-align: center; } }
      .footer-section .footer-box ul .bottom .right a:nth-of-type(n+2) {
        margin-left: 30px; }
      @media (max-width: 767px) {
        .footer-section .footer-box ul .bottom .right {
          text-align: center;
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .footer-section .footer-box ul .bottom .right img {
          transform: scale(0.8); } }
      .footer-section .footer-box ul .bottom .m-family-site {
        margin-top: 20px;
        display: none; }
        .footer-section .footer-box ul .bottom .m-family-site select {
          background: #1a1a1a;
          color: #9c9c9c;
          padding: 5px 10px;
          width: 100%; }
        @media (max-width: 767px) {
          .footer-section .footer-box ul .bottom .m-family-site {
            display: block; } }

.sub-visual {
  position: relative;
  z-index: 100; }
  @media (max-width: 767px) {
    .sub-visual {
      width: 100% !important; } }
  .sub-visual .txt-box {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15; }
    .sub-visual .txt-box p {
      text-align: center;
      font-size: 20px; }
      @media (max-width: 767px) {
        .sub-visual .txt-box p {
          font-size: 20px; } }
    .sub-visual .txt-box h3 {
      text-align: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 35px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .sub-visual .txt-box h3 {
          font-size: 26px; } }
  .sub-visual .img-box {
    position: relative; }
    .sub-visual .img-box::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 10; }
    .sub-visual .img-box img {
      position: relative;
      z-index: 0;
      /*width: 1920px;*/
      width: 100%; }
      @media (max-width: 767px) {
        .sub-visual .img-box img {
          width: 100%;
          height: 400px;
          object-fit: cover; } }

.sub-search-section {
  position: relative;
  z-index: 200;
  height: 60px;
  background: #fff;
  margin: -60px auto 0 !important;
  border-top: 2px solid #003253; }
  @media (max-width: 767px) {
    .sub-search-section {
      width: 80% !important;
      height: 50px;
      margin: -50px auto 0 !important; } }
  .sub-search-section .line {
    display: none;
    width: 100%;
    padding: 0 20px;
    height: 1px; }
    @media (max-width: 767px) {
      .sub-search-section .line {
        display: block; } }
    .sub-search-section .line > div {
      height: 1px;
      background: #f5f5f5; }
  .sub-search-section .search-box {
    margin: 19px 0 15px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .sub-search-section .search-box {
        margin: 0;
        padding: 15px; } }
    .sub-search-section .search-box .icon-home {
      width: 47px;
      border-right: 1px solid #e5e5e5; }
      .sub-search-section .search-box .icon-home a {
        display: inline-block;
        width: 16px;
        height: 14px;
        background: url("/assets/images/common/icon_home.png") no-repeat center/16px 14px; }
      @media (max-width: 767px) {
        .sub-search-section .search-box .icon-home {
          display: none; } }
    .sub-search-section .search-box .search-option-01 {
      position: relative;
      width: 210px;
      margin-left: 30px;
      border-right: 1px solid #e5e5e5; }
      @media (max-width: 767px) {
        .sub-search-section .search-box .search-option-01 {
          width: 45%;
          margin-left: 5px; } }
      @media (max-width: 767px) {
        .sub-search-section .search-box .search-option-01.full {
          width: 50%;
          margin-left: 5px;
          border-right: 1px solid #e5e5e5; } }
      .sub-search-section .search-box .search-option-01 .label {
        position: relative;
        /*
                &::after {
                    content: '';
                    width: 10px;
                    height: 7px;
                    position: absolute;
                    top: 10px;
                    right: 30px;
                    background: url('/assets/images/common/arrow_down.png') no-repeat center / 10px 7px;
                    @include media('<medium') {
                        right: 10px;
                    }
                }
                &.on::after {
                    background: url('/assets/images/common/arrow_up.png') no-repeat center / 10px 7px;
                }*/ }
        @media (max-width: 767px) {
          .sub-search-section .search-box .search-option-01 .label {
            font-size: 14px; } }
      .sub-search-section .search-box .search-option-01 .option {
        position: absolute;
        left: 0;
        bottom: -90px;
        width: 210px;
        border: 1px solid #003253;
        background: #fff;
        padding: 10px 0 10px 36px; }
        @media (max-width: 767px) {
          .sub-search-section .search-box .search-option-01 .option {
            width: 65%; } }
        .sub-search-section .search-box .search-option-01 .option li:nth-of-type(n+2) {
          margin-top: 5px; }
        .sub-search-section .search-box .search-option-01 .option li a {
          font-size: .9375rem; }
          @media (max-width: 767px) {
            .sub-search-section .search-box .search-option-01 .option li a {
              font-size: 14px; } }
        .sub-search-section .search-box .search-option-01 .option li:hover a {
          color: #0090ec; }
    .sub-search-section .search-box .search-option-01-single {
      position: relative;
      width: 210px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sub-search-section .search-box .search-option-01-single {
          width: 100%;
          margin-left: 0;
          text-align: center; } }
      @media (max-width: 767px) {
        .sub-search-section .search-box .search-option-01-single.full {
          width: 50%;
          margin-left: 5px;
          border-right: 1px solid #e5e5e5; } }
      .sub-search-section .search-box .search-option-01-single .label {
        position: relative;
        /*
                &::after {
                    content: '';
                    width: 10px;
                    height: 7px;
                    position: absolute;
                    top: 10px;
                    right: 30px;
                    background: url('/assets/images/common/arrow_down.png') no-repeat center / 10px 7px;
                    @include media('<medium') {
                        right: 10px;
                    }
                }
                &.on::after {
                    background: url('/assets/images/common/arrow_up.png') no-repeat center / 10px 7px;
                }*/ }
        @media (max-width: 767px) {
          .sub-search-section .search-box .search-option-01-single .label {
            font-size: 14px; } }
      .sub-search-section .search-box .search-option-01-single .option {
        position: absolute;
        left: 0;
        bottom: -90px;
        width: 210px;
        border: 1px solid #003253;
        background: #fff;
        padding: 10px 0 10px 36px; }
        @media (max-width: 767px) {
          .sub-search-section .search-box .search-option-01-single .option {
            width: 65%; } }
        .sub-search-section .search-box .search-option-01-single .option li:nth-of-type(n+2) {
          margin-top: 5px; }
        .sub-search-section .search-box .search-option-01-single .option li a {
          font-size: .9375rem; }
          @media (max-width: 767px) {
            .sub-search-section .search-box .search-option-01-single .option li a {
              font-size: 14px; } }
        .sub-search-section .search-box .search-option-01-single .option li:hover a {
          color: #0090ec; }
    .sub-search-section .search-box .search-option-02 {
      width: 250px;
      margin-left: 30px;
      position: relative; }
      @media (max-width: 767px) {
        .sub-search-section .search-box .search-option-02 {
          width: 55%; } }
      .sub-search-section .search-box .search-option-02 .label {
        position: relative; }
        .sub-search-section .search-box .search-option-02 .label::after {
          content: '';
          width: 10px;
          height: 7px;
          position: absolute;
          top: 10px;
          right: 30px;
          background: url("/assets/images/common/arrow_down.png") no-repeat center/10px 7px; }
          @media (max-width: 767px) {
            .sub-search-section .search-box .search-option-02 .label::after {
              right: 0; } }
        .sub-search-section .search-box .search-option-02 .label.on::after {
          background: url("/assets/images/common/arrow_up.png") no-repeat center/10px 7px; }
        @media (max-width: 767px) {
          .sub-search-section .search-box .search-option-02 .label {
            font-size: 14px; } }
      .sub-search-section .search-box .search-option-02 .option {
        position: absolute;
        left: 0;
        min-width: 210px;
        border: 1px solid #003253;
        background: #fff;
        padding: 10px 36px 10px 36px; }
        @media (max-width: 767px) {
          .sub-search-section .search-box .search-option-02 .option {
            width: 100%;
            min-width: 150px;
            padding: 10px; } }
        .sub-search-section .search-box .search-option-02 .option li:nth-of-type(n+2) {
          margin-top: 5px; }
        .sub-search-section .search-box .search-option-02 .option li a {
          font-size: .9375rem;
          white-space: nowrap; }
          @media (max-width: 767px) {
            .sub-search-section .search-box .search-option-02 .option li a {
              font-size: 14px; } }
        .sub-search-section .search-box .search-option-02 .option li:hover a {
          color: #0090ec; }

.readonly {
  color: #888 !important; }

.sub-content-section {
  margin: 60px auto 100px !important; }
  @media (max-width: 767px) {
    .sub-content-section {
      width: 100% !important;
      margin: 40px auto 40px !important;
      padding: 0 20px; } }
  .sub-content-section.mypage {
    margin: 40px auto 80px !important; }
  .sub-content-section .sub-room-box .txt-box {
    text-align: center; }
    .sub-content-section .sub-room-box .txt-box h3 {
      font-size: 56px;
      font-family: 'Cormorant Garamond', serif; }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .txt-box h3 {
          font-size: 24px; } }
    .sub-content-section .sub-room-box .txt-box .s-txt {
      margin-top: 40px;
      font-size: 20px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .txt-box .s-txt {
          font-size: 14px;
          text-align: left; } }
  .sub-content-section .sub-room-box .list {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center; }
    @media (max-width: 767px) {
      .sub-content-section .sub-room-box .list {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .sub-content-section .sub-room-box .list.rest li {
      width: 440px; }
    .sub-content-section .sub-room-box .list.act li {
      width: 680px; }
    .sub-content-section .sub-room-box .list li {
      background: #f4f9fd;
      border-top: 1px solid #c3d1db;
      width: 320px;
      height: 186px;
      padding: 0 25px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .list li {
          padding: 0 3px;
          font-size: 14px; } }
      .sub-content-section .sub-room-box .list li.high {
        height: 220px; }
      .sub-content-section .sub-room-box .list li:nth-of-type(n+2) {
        margin-left: 40px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-room-box .list li:nth-of-type(n+2) {
            margin-left: 0; } }
      .sub-content-section .sub-room-box .list li .br {
        display: block; }
      .sub-content-section .sub-room-box .list li h5 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 15px;
        padding-bottom: 5px;
        border-bottom: 0.5px solid #c3d1db; }
        @media (max-width: 767px) {
          .sub-content-section .sub-room-box .list li h5 {
            font-size: 16px;
            margin-top: 15px;
            border-bottom: 0; } }
      .sub-content-section .sub-room-box .list li p {
        color: #606060; }
        .sub-content-section .sub-room-box .list li p:nth-of-type(1) {
          margin-top: 10px;
          word-break: keep-all; }
          @media (max-width: 767px) {
            .sub-content-section .sub-room-box .list li p:nth-of-type(1) {
              margin-top: 10px; } }
        @media (max-width: 767px) {
          .sub-content-section .sub-room-box .list li p {
            font-size: 12px; } }
      .sub-content-section .sub-room-box .list li p.small {
        font-size: 14px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-room-box .list li p.small {
            font-size: 10px; } }
      .sub-content-section .sub-room-box .list li span {
        padding-left: 30px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-room-box .list li span {
            padding-left: 0;
            display: block; } }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .list li {
          width: 48% !important;
          height: 150px !important; } }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .list li:nth-of-type(n+3) {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .list li.hh220 {
          height: 220px !important; } }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .list li.hh180 {
          height: 180px !important; } }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .list li.ww100 {
          width: 100% !important; } }
    .sub-content-section .sub-room-box .list.three li {
      width: 440px; }
      .sub-content-section .sub-room-box .list.three li .detail {
        display: flex;
        flex-direction: column;
        height: 70%;
        justify-content: center; }
        @media (max-width: 767px) {
          .sub-content-section .sub-room-box .list.three li .detail {
            justify-content: flex-start; } }
  .sub-content-section .sub-room-box .btn-box {
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 767px) {
      .sub-content-section .sub-room-box .btn-box {
        margin-top: 30px; } }
    .sub-content-section .sub-room-box .btn-box a {
      position: relative;
      display: inline-block;
      width: 200px;
      height: 60px;
      line-height: 60px;
      background: #003253;
      color: #fff;
      font-size: 1.125rem;
      text-align: center;
      text-indent: 20px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .btn-box a {
          width: 100%;
          height: 50px;
          line-height: 50px;
          font-size: 16px; } }
      .sub-content-section .sub-room-box .btn-box a::before {
        content: '';
        position: absolute;
        margin-top: 20px;
        left: 45px;
        width: 23px;
        height: 23px;
        background: url("/assets/images/common/s_logo_t.png") no-repeat center/23px 23px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-room-box .btn-box a::before {
            background: none; } }
      .sub-content-section .sub-room-box .btn-box a.fac {
        text-indent: 0; }
        .sub-content-section .sub-room-box .btn-box a.fac::before {
          background: none; }
    .sub-content-section .sub-room-box .btn-box.act a {
      width: 320px; }
    .sub-content-section .sub-room-box .btn-box.water a {
      width: 200px;
      text-indent: 0; }
      @media (max-width: 767px) {
        .sub-content-section .sub-room-box .btn-box.water a {
          width: 48%; } }
      .sub-content-section .sub-room-box .btn-box.water a::before {
        content: '';
        background: none; }
      .sub-content-section .sub-room-box .btn-box.water a:nth-of-type(1) {
        background: #0071bc; }
      .sub-content-section .sub-room-box .btn-box.water a:nth-of-type(2) {
        margin-left: 30px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-room-box .btn-box.water a:nth-of-type(2) {
            margin-left: 0; } }
  .sub-content-section .sub-meeting-box .txt-box {
    text-align: center; }
    .sub-content-section .sub-meeting-box .txt-box h3 {
      font-size: 56px;
      font-family: 'Cormorant Garamond', serif; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .txt-box h3 {
          font-size: 24px; } }
    .sub-content-section .sub-meeting-box .txt-box .s-txt {
      margin-top: 40px;
      font-size: 20px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .txt-box .s-txt {
          font-size: 12px;
          margin-top: 10px; } }
  .sub-content-section .sub-meeting-box .meeting-ex-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px; }
    @media (max-width: 767px) {
      .sub-content-section .sub-meeting-box .meeting-ex-box .img-01 img {
        width: 100%;
        height: 200px;
        object-fit: cover; } }
    .sub-content-section .sub-meeting-box .meeting-ex-box .img-02 {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .meeting-ex-box .img-02 {
          margin-left: 15px; } }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .meeting-ex-box .img-02 img {
          height: 260px;
          width: 100%;
          object-fit: cover; } }
    .sub-content-section .sub-meeting-box .meeting-ex-box .explain {
      position: absolute;
      top: 420px;
      left: 0;
      width: 700px;
      height: 145px;
      background: #fff;
      font-size: 17px;
      font-weight: 300;
      padding-top: 60px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .meeting-ex-box .explain {
          top: 200px;
          width: 70%;
          font-size: 14px;
          padding-top: 30px; } }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .meeting-ex-box .explain br {
          display: none; } }
      .sub-content-section .sub-meeting-box .meeting-ex-box .explain .bold {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-meeting-box .meeting-ex-box .explain .bold {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .sub-content-section .sub-meeting-box .meeting-ex-box .explain .bold.ff14 {
            font-size: 15px; } }
  .sub-content-section .sub-meeting-box .tb-box {
    margin-top: 100px; }
    .sub-content-section .sub-meeting-box .tb-box ul {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .sub-content-section .sub-meeting-box .tb-box ul li {
        width: 466.5px;
        height: 268px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #b2b2b2; }
        .sub-content-section .sub-meeting-box .tb-box ul li:nth-of-type(n+2) .title, .sub-content-section .sub-meeting-box .tb-box ul li:nth-of-type(n+2) .txt-box {
          border-left: 1px solid #e5e5e5; }
        .sub-content-section .sub-meeting-box .tb-box ul li .title {
          border-bottom: 1px solid #e5e5e5;
          height: 70px;
          line-height: 70px;
          background: #f4fbff;
          font-size: 18px;
          text-align: center; }
        .sub-content-section .sub-meeting-box .tb-box ul li .txt-box {
          padding: 30px 30px;
          color: #555;
          text-align: left;
          font-size: 18px;
          font-weight: 300;
          line-height: 32px; }
          .sub-content-section .sub-meeting-box .tb-box ul li .txt-box span {
            color: #01558d;
            font-weight: 400; }
          .sub-content-section .sub-meeting-box .tb-box ul li .txt-box p:nth-of-type(1) {
            margin-top: 15px; }
  .sub-content-section .sub-meeting-box .sub-tab-box {
    margin-top: 140px; }
    @media (max-width: 767px) {
      .sub-content-section .sub-meeting-box .sub-tab-box {
        margin-top: 100px; } }
    .sub-content-section .sub-meeting-box .sub-tab-box .tab {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .sub-tab-box .tab {
          display: none; } }
      .sub-content-section .sub-meeting-box .sub-tab-box .tab li a {
        display: inline-block;
        width: 280px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #fbfbfb;
        border: 1px solid #e8e8e8; }
      .sub-content-section .sub-meeting-box .sub-tab-box .tab li.on a {
        border-top: 2px solid #0071bc;
        border-left: 1px solid #e8e8e8;
        border-right: none;
        border-bottom: none;
        background: #fff;
        color: #0071bc; }
    .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont {
      padding-top: 60px;
      font-size: 18px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont {
          padding-top: 30px;
          font-size: 14px; } }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-01 br {
          display: none; } }
      .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-02 {
        margin-top: 40px;
        border-top: 1px solid #e5e5e5;
        padding: 35px 0; }
        @media (max-width: 767px) {
          .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-02 {
            margin-top: 10px;
            padding: 0; } }
        .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-02 ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: wrap; }
          .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-02 ul li {
            width: 520px; }
            .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-02 ul li .fb {
              font-weight: 600; }
              .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-02 ul li .fb em {
                position: relative;
                bottom: 2px;
                display: inline-block;
                font-size: 8px;
                transform: scale(0.5); }
            .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-02 ul li .lib {
              font-weight: 300;
              color: #707070;
              padding-left: 20px; }
      .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-03 {
        margin-top: 40px;
        border-top: 1px solid #e5e5e5;
        padding: 35px 0;
        color: #707070;
        font-size: 1rem; }
        @media (max-width: 767px) {
          .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .c-03 {
            margin-top: 10px; } }
      .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .tit {
        font-size: 22px;
        font-weight: 600; }
        @media (max-width: 767px) {
          .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .tit {
            font-size: 16px; } }
      .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont .s-tit {
        margin-top: 20px;
        color: #505050; }
      .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont ul {
        margin-top: 30px; }
        .sub-content-section .sub-meeting-box .sub-tab-box .tab-cont ul li {
          color: #505050;
          line-height: 35px; }
  .sub-content-section .sub-meeting-box .sub-table-box {
    margin-top: 140px; }
    @media (max-width: 767px) {
      .sub-content-section .sub-meeting-box .sub-table-box {
        margin-top: 170px; } }
    @media (max-width: 767px) {
      .sub-content-section .sub-meeting-box .sub-table-box.col4 {
        margin-top: 120px; } }
    .sub-content-section .sub-meeting-box .sub-table-box th {
      background: #f4fbff;
      font-weight: 500;
      height: 70px;
      line-height: 70px;
      text-align: center;
      border-top: 1px solid #000;
      border-bottom: 1px solid #ccc;
      width: 33.3%; }
      .sub-content-section .sub-meeting-box .sub-table-box th:nth-of-type(n+2) {
        border-left: 1px solid #ccc; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .sub-table-box th {
          height: 50px;
          line-height: 50px;
          font-size: 12px; } }
    .sub-content-section .sub-meeting-box .sub-table-box.col4 th:nth-of-type(1) {
      width: 26%; }
    .sub-content-section .sub-meeting-box .sub-table-box.col4 th:nth-of-type(2) {
      width: 12%; }
    .sub-content-section .sub-meeting-box .sub-table-box.col4 th:nth-of-type(3) {
      width: 12%; }
    .sub-content-section .sub-meeting-box .sub-table-box.col4 th:nth-of-type(4) {
      width: 50%; }
    @media (max-width: 767px) {
      .sub-content-section .sub-meeting-box .sub-table-box.col4 th:nth-of-type(1) {
        width: 20%; }
      .sub-content-section .sub-meeting-box .sub-table-box.col4 th:nth-of-type(2) {
        width: 20%; }
      .sub-content-section .sub-meeting-box .sub-table-box.col4 th:nth-of-type(3) {
        width: 20%; }
      .sub-content-section .sub-meeting-box .sub-table-box.col4 th:nth-of-type(4) {
        width: 40%; } }
    .sub-content-section .sub-meeting-box .sub-table-box td {
      padding: 40px 30px;
      font-size: 18px;
      border-bottom: 1px solid #ccc; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .sub-table-box td {
          padding: 5px;
          font-size: 12px; } }
      .sub-content-section .sub-meeting-box .sub-table-box td:nth-of-type(n+2) {
        border-left: 1px solid #ccc; }
      .sub-content-section .sub-meeting-box .sub-table-box td span {
        color: #01558d;
        font-weight: 500; }
      .sub-content-section .sub-meeting-box .sub-table-box td p {
        line-height: 30px; }
      .sub-content-section .sub-meeting-box .sub-table-box td .mt {
        margin-top: 20px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .sub-table-box td {
          font-size: 12px;
          padding: 10px; } }
    .sub-content-section .sub-meeting-box .sub-table-box.col4 td {
      padding: 0;
      height: 70px;
      line-height: 70px; }
      .sub-content-section .sub-meeting-box .sub-table-box.col4 td:nth-of-type(1), .sub-content-section .sub-meeting-box .sub-table-box.col4 td:nth-of-type(4) {
        padding-left: 30px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-meeting-box .sub-table-box.col4 td:nth-of-type(1), .sub-content-section .sub-meeting-box .sub-table-box.col4 td:nth-of-type(4) {
            padding-left: 5px; } }
      .sub-content-section .sub-meeting-box .sub-table-box.col4 td:nth-of-type(2), .sub-content-section .sub-meeting-box .sub-table-box.col4 td:nth-of-type(3) {
        text-align: center; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .sub-table-box.col4 td {
          height: 20px;
          line-height: 20px; } }
    .sub-content-section .sub-meeting-box .sub-table-box .comment {
      color: #999;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .sub-table-box .comment {
          font-size: 12px; } }
    .sub-content-section .sub-meeting-box .sub-table-box .ex-box {
      color: #555555;
      font-size: 18px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-meeting-box .sub-table-box .ex-box {
          font-size: 12px; } }
      .sub-content-section .sub-meeting-box .sub-table-box .ex-box .t {
        color: #000;
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sub-content-section .sub-meeting-box .sub-table-box .ex-box .t {
            font-size: 14px; } }
      .sub-content-section .sub-meeting-box .sub-table-box .ex-box .s {
        color: #000;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 10px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sub-content-section .sub-meeting-box .sub-table-box .ex-box .s {
            font-size: 12px; } }
  .sub-content-section .sub-rest-box .txt-box {
    text-align: center; }
    .sub-content-section .sub-rest-box .txt-box h3 {
      font-size: 30px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-rest-box .txt-box h3 {
          font-size: 24px;
          word-break: break-all; }
          .sub-content-section .sub-rest-box .txt-box h3 .space {
            margin-left: 20px; } }
    .sub-content-section .sub-rest-box .txt-box .s-txt {
      margin-top: 40px;
      font-size: 18px;
      text-align: center;
      color: #666; }
      @media (max-width: 767px) {
        .sub-content-section .sub-rest-box .txt-box .s-txt {
          margin-top: 40px;
          font-size: 15px;
          text-align: left; } }
      .sub-content-section .sub-rest-box .txt-box .s-txt .sm {
        font-size: .9rem;
        font-weight: 300; }
  .sub-content-section .sub-join-box {
    margin: 0 auto;
    width: 500px; }
    @media (max-width: 767px) {
      .sub-content-section .sub-join-box {
        width: 100%; } }
    .sub-content-section .sub-join-box .txt-box {
      text-align: center; }
      .sub-content-section .sub-join-box .txt-box h3 {
        white-space: nowrap;
        font-size: 36px;
        font-family: 'Cormorant Garamond', serif; }
        @media (max-width: 767px) {
          .sub-content-section .sub-join-box .txt-box h3 {
            font-size: 22px; } }
        .sub-content-section .sub-join-box .txt-box h3 span {
          font-family: "Noto Sans KR";
          font-size: 30px; }
          @media (max-width: 767px) {
            .sub-content-section .sub-join-box .txt-box h3 span {
              font-size: 18px; } }
      .sub-content-section .sub-join-box .txt-box .s-txt {
        margin-top: 40px;
        font-size: 20px; }
    .sub-content-section .sub-join-box .btn-box {
      text-align: center;
      margin-top: 70px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-join-box .btn-box {
          margin-top: 30px; } }
      .sub-content-section .sub-join-box .btn-box a {
        display: inline-block;
        width: 500px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background: #003253;
        color: #fff;
        font-size: 20px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-join-box .btn-box a {
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 16px; } }
      .sub-content-section .sub-join-box .btn-box .txt {
        text-align: left;
        margin-top: 60px; }
        .sub-content-section .sub-join-box .btn-box .txt p:nth-of-type(1) {
          font-size: 22px;
          font-weight: 500; }
          @media (max-width: 767px) {
            .sub-content-section .sub-join-box .btn-box .txt p:nth-of-type(1) {
              font-size: 16px; } }
        .sub-content-section .sub-join-box .btn-box .txt p:nth-of-type(2) {
          font-size: 1rem;
          font-weight: 300;
          color: #555;
          margin-top: 10px; }
          @media (max-width: 767px) {
            .sub-content-section .sub-join-box .btn-box .txt p:nth-of-type(2) {
              font-size: 12px; } }
      .sub-content-section .sub-join-box .btn-box .btn-naver {
        margin-top: 30px;
        background: #3fcb00;
        color: #fff;
        position: relative; }
        .sub-content-section .sub-join-box .btn-box .btn-naver::before {
          content: '';
          position: absolute;
          top: 22px;
          left: 25px;
          width: 24px;
          height: 21px;
          background: url("/assets/images/common/icon_naver.png") no-repeat center/20px 17px; }
          @media (max-width: 767px) {
            .sub-content-section .sub-join-box .btn-box .btn-naver::before {
              top: 20px;
              width: 20px;
              height: 17px; } }
      .sub-content-section .sub-join-box .btn-box .btn-kakao {
        background: #f9e000;
        color: #000;
        margin-top: 20px;
        position: relative; }
        .sub-content-section .sub-join-box .btn-box .btn-kakao::before {
          content: '';
          position: absolute;
          top: 22px;
          left: 25px;
          width: 32px;
          height: 29px;
          background: url("/assets/images/common/icon_kakao.png") no-repeat center/24px 21px; }
          @media (max-width: 767px) {
            .sub-content-section .sub-join-box .btn-box .btn-kakao::before {
              top: 18px;
              width: 24px;
              height: 21px; } }
  .sub-content-section .sub-login-box {
    margin: 0 auto;
    width: 1000px;
    text-align: center; }
    @media (max-width: 767px) {
      .sub-content-section .sub-login-box {
        width: 100%; } }
    @media (max-width: 767px) {
      .sub-content-section .sub-login-box .login-logo img {
        width: 240px;
        height: 80px; } }
    .sub-content-section .sub-login-box .login-form {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .sub-content-section .sub-login-box .login-form {
          margin-top: 20px; } }
      .sub-content-section .sub-login-box .login-form .field li {
        line-height: 60px;
        border-bottom: 1px solid #ccc;
        padding-top: 40px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-login-box .login-form .field li {
            line-height: 40px;
            padding-top: 20px; } }
        .sub-content-section .sub-login-box .login-form .field li input {
          height: 30px;
          width: 1000px;
          border: none;
          font-size: 18px; }
          @media (max-width: 767px) {
            .sub-content-section .sub-login-box .login-form .field li input {
              width: 100%;
              font-size: 16px; } }
        .sub-content-section .sub-login-box .login-form .field li input::placeholder {
          font-family: "Noto Sans KR";
          color: #000;
          font-size: 18px; }
          @media (max-width: 767px) {
            .sub-content-section .sub-login-box .login-form .field li input::placeholder {
              font-size: 16px; } }
      .sub-content-section .sub-login-box .login-form .chk-box {
        margin-top: 20px;
        text-align: left; }
        .sub-content-section .sub-login-box .login-form .chk-box .chk-container {
          font-size: 1rem; }
      .sub-content-section .sub-login-box .login-form .btn-login {
        margin-top: 30px; }
        .sub-content-section .sub-login-box .login-form .btn-login a {
          display: inline-block;
          width: 260px;
          height: 60px;
          line-height: 60px;
          font-size: 18px;
          background: #0090ec;
          color: #fff;
          text-align: center;
          border: none; }
          @media (max-width: 767px) {
            .sub-content-section .sub-login-box .login-form .btn-login a {
              display: inline-block;
              width: 100%;
              height: 50px;
              line-height: 50px;
              font-size: 18px;
              background: #0090ec;
              color: #fff;
              text-align: center;
              border: none; } }
      .sub-content-section .sub-login-box .login-form .find-box {
        margin-top: 30px; }
        .sub-content-section .sub-login-box .login-form .find-box ul {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          @media (max-width: 767px) {
            .sub-content-section .sub-login-box .login-form .find-box ul {
              font-size: 14px; } }
          .sub-content-section .sub-login-box .login-form .find-box ul li:nth-of-type(1) {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start; }
            .sub-content-section .sub-login-box .login-form .find-box ul li:nth-of-type(1) p:nth-of-type(2) {
              margin-left: 45px;
              position: relative; }
              .sub-content-section .sub-login-box .login-form .find-box ul li:nth-of-type(1) p:nth-of-type(2)::before {
                content: '';
                position: absolute;
                top: 6px;
                left: -21px;
                width: 1px;
                height: 15px;
                background: #e5e5e5; }
          .sub-content-section .sub-login-box .login-form .find-box ul li:nth-of-type(2) a {
            position: relative;
            color: #0090ec;
            font-weight: 300; }
            .sub-content-section .sub-login-box .login-form .find-box ul li:nth-of-type(2) a::before {
              content: '';
              position: absolute;
              top: 5px;
              left: -20px;
              width: 15px;
              height: 17px;
              background: url("/assets/images/common/login_hu.png") no-repeat center/15px 17px; }
        .sub-content-section .sub-login-box .login-form .find-box.search {
          margin-top: 30px; }
          .sub-content-section .sub-login-box .login-form .find-box.search > div {
            text-align: left;
            width: 100%;
            height: 110px;
            background: #f8f8f8;
            border-top: 1px solid #f0f0f0;
            border-bottom: 1px solid #f0f0f0;
            padding-top: 20px;
            padding-left: 30px;
            font-weight: 500; }
            .sub-content-section .sub-login-box .login-form .find-box.search > div p:nth-of-type(2) {
              color: #888888;
              font-weight: 300;
              margin-top: 10px; }
      .sub-content-section .sub-login-box .login-form .simple-box {
        margin-top: 90px; }
        .sub-content-section .sub-login-box .login-form .simple-box ul {
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #555555; }
          .sub-content-section .sub-login-box .login-form .simple-box ul li:nth-of-type(1) {
            text-align: left; }
          .sub-content-section .sub-login-box .login-form .simple-box ul li:nth-of-type(2) a {
            display: inline-block;
            width: 60px;
            height: 60px; }
            .sub-content-section .sub-login-box .login-form .simple-box ul li:nth-of-type(2) a.btn-naver {
              background: url("/assets/images/common/login_naver.png") no-repeat center/60px 60px; }
            .sub-content-section .sub-login-box .login-form .simple-box ul li:nth-of-type(2) a.btn-kakao {
              margin-left: 5px;
              background: url("/assets/images/common/login_kakao.png") no-repeat center/60px 60px; }
            @media (max-width: 767px) {
              .sub-content-section .sub-login-box .login-form .simple-box ul li:nth-of-type(2) a {
                width: 40px;
                height: 40px; }
                .sub-content-section .sub-login-box .login-form .simple-box ul li:nth-of-type(2) a.btn-naver {
                  background: url("/assets/images/common/login_naver.png") no-repeat center/40px 40px; }
                .sub-content-section .sub-login-box .login-form .simple-box ul li:nth-of-type(2) a.btn-kakao {
                  margin-left: 5px;
                  background: url("/assets/images/common/login_kakao.png") no-repeat center/40px 40px; } }
      .sub-content-section .sub-login-box .login-form .none-box {
        margin-top: 20px;
        border-top: 1px solid #e5e5e5;
        padding-top: 40px;
        display: flex;
        justify-content: space-between; }
        .sub-content-section .sub-login-box .login-form .none-box p {
          color: #888888; }
        .sub-content-section .sub-login-box .login-form .none-box a {
          color: #0090ec; }
  .sub-content-section .sub-find-box {
    margin: 0 auto;
    width: 1000px; }
    @media (max-width: 767px) {
      .sub-content-section .sub-find-box {
        width: 100%; } }
    .sub-content-section .sub-find-box .tab {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .sub-content-section .sub-find-box .tab li {
        width: 50%;
        border-bottom: 2px solid #e5e5e5;
        text-align: center; }
        .sub-content-section .sub-find-box .tab li.on {
          border-bottom: 2px solid #01558d; }
          .sub-content-section .sub-find-box .tab li.on a {
            color: #01558d; }
        .sub-content-section .sub-find-box .tab li a {
          display: inline-block;
          padding-bottom: 20px;
          font-size: 20px;
          color: #a0a0a0; }
          @media (max-width: 767px) {
            .sub-content-section .sub-find-box .tab li a {
              font-size: 16px; } }
    .sub-content-section .sub-find-box .find-form {
      margin-top: 80px; }
      .sub-content-section .sub-find-box .find-form ul li {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 90px; }
        .sub-content-section .sub-find-box .find-form ul li input {
          font-size: 20px;
          border: none;
          width: 100%;
          height: 30px; }
          @media (max-width: 767px) {
            .sub-content-section .sub-find-box .find-form ul li input {
              width: 100%;
              font-size: 16px; } }
        .sub-content-section .sub-find-box .find-form ul li input::placeholder {
          font-family: "Noto Sans KR";
          font-size: 18px;
          color: #000; }
          @media (max-width: 767px) {
            .sub-content-section .sub-find-box .find-form ul li input::placeholder {
              font-size: 16px; } }
        .sub-content-section .sub-find-box .find-form ul li > div:nth-of-type(1) {
          width: 100%;
          border-bottom: 1px solid #ccc;
          padding-bottom: 20px; }
        .sub-content-section .sub-find-box .find-form ul li > div:nth-of-type(2) {
          margin-left: 28px;
          white-space: nowrap; }
        .sub-content-section .sub-find-box .find-form ul li.email > div {
          width: 100%; }
          .sub-content-section .sub-find-box .find-form ul li.email > div input {
            width: 1000px; }
        .sub-content-section .sub-find-box .find-form ul li.name div:nth-of-type(2) a {
          display: inline-block;
          text-align: center;
          color: #808080;
          width: 56px;
          height: 48px;
          line-height: 48px;
          border: 1px solid #ccc; }
          .sub-content-section .sub-find-box .find-form ul li.name div:nth-of-type(2) a:nth-of-type(2) {
            margin-left: -5px; }
          .sub-content-section .sub-find-box .find-form ul li.name div:nth-of-type(2) a.on {
            background: #0090ec;
            color: #fff;
            border: 1px solid #0090ec; }
        .sub-content-section .sub-find-box .find-form ul li.hp > div > a {
          margin-left: 2px;
          display: inline-block;
          width: 112px;
          height: 48px;
          line-height: 48px;
          font-size: 1rem;
          background: #003253;
          color: #fff;
          text-align: center;
          border: none; }
    .sub-content-section .sub-find-box .btn-box {
      margin-top: 80px;
      text-align: center; }
      @media (max-width: 767px) {
        .sub-content-section .sub-find-box .btn-box {
          margin-top: 0; } }
      .sub-content-section .sub-find-box .btn-box a {
        display: inline-block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        background: #0090ec;
        color: #fff;
        text-align: center;
        border: none; }
        @media (max-width: 767px) {
          .sub-content-section .sub-find-box .btn-box a {
            display: inline-block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            background: #0090ec;
            color: #fff;
            text-align: center;
            border: none; } }
  .sub-content-section .sub-join-step-box {
    width: 1000px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .sub-content-section .sub-join-step-box {
        width: 100%; } }
    .sub-content-section .sub-join-step-box .step-img {
      text-align: center; }
      @media (max-width: 767px) {
        .sub-content-section .sub-join-step-box .step-img img {
          width: 100%; } }
    .sub-content-section .sub-join-step-box .step-agree-box h1 {
      margin-top: 60px;
      font-size: 30px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .sub-content-section .sub-join-step-box .step-agree-box h1 {
          font-size: 18px; } }
    .sub-content-section .sub-join-step-box .step-agree-box .agree-all-box {
      margin-top: 40px;
      border-top: 1px solid #e5e5e5; }
      @media (max-width: 767px) {
        .sub-content-section .sub-join-step-box .step-agree-box .agree-all-box {
          margin-top: 20px; } }
      .sub-content-section .sub-join-step-box .step-agree-box .agree-all-box .all-chk {
        font-size: 20px;
        line-height: 80px;
        height: 80px;
        padding-left: 30px;
        border-bottom: 1px solid #e5e5e5; }
        @media (max-width: 767px) {
          .sub-content-section .sub-join-step-box .step-agree-box .agree-all-box .all-chk {
            font-size: 14px;
            padding-left: 15px;
            height: 60px;
            line-height: 60px; } }
      .sub-content-section .sub-join-step-box .step-agree-box .agree-all-box .agree-list {
        padding-left: 30px;
        margin-top: 40px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-join-step-box .step-agree-box .agree-all-box .agree-list {
            padding-left: 15px;
            margin-top: 20px; } }
        .sub-content-section .sub-join-step-box .step-agree-box .agree-all-box .agree-list .chk-container {
          font-size: 1rem !important; }
          .sub-content-section .sub-join-step-box .step-agree-box .agree-all-box .agree-list .chk-container a {
            text-decoration: underline;
            color: #01558d; }
          @media (max-width: 767px) {
            .sub-content-section .sub-join-step-box .step-agree-box .agree-all-box .agree-list .chk-container {
              font-size: 14px !important; } }
    .sub-content-section .sub-join-step-box .step-agree-box .btn-box {
      text-align: center;
      margin-top: 25px;
      padding-top: 50px;
      border-top: 1px solid #e5e5e5; }
      @media (max-width: 767px) {
        .sub-content-section .sub-join-step-box .step-agree-box .btn-box {
          padding-top: 20px;
          margin-top: 0; } }
      .sub-content-section .sub-join-step-box .step-agree-box .btn-box a {
        display: inline-block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #0090ec;
        color: #fff;
        font-size: 18px; }
        @media (max-width: 767px) {
          .sub-content-section .sub-join-step-box .step-agree-box .btn-box a {
            width: 100%;
            height: 50px;
            line-height: 50px; } }
    .sub-content-section .sub-join-step-box .step-form-box .mtitle {
      font-size: 25px;
      font-weight: 400;
      text-align: center; }
      @media (max-width: 767px) {
        .sub-content-section .sub-join-step-box .step-form-box .mtitle {
          font-size: 18px; } }
    .sub-content-section .sub-join-step-box .step-form-box .tit-box {
      margin-top: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 767px) {
        .sub-content-section .sub-join-step-box .step-form-box .tit-box {
          margin-top: 30px; } }
      .sub-content-section .sub-join-step-box .step-form-box .tit-box .tit {
        font-size: 30px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sub-content-section .sub-join-step-box .step-form-box .tit-box .tit {
            font-size: 13px; } }
      .sub-content-section .sub-join-step-box .step-form-box .tit-box .req {
        position: relative;
        color: #888888; }
        .sub-content-section .sub-join-step-box .step-form-box .tit-box .req::before {
          content: '●';
          position: absolute;
          top: 6px;
          left: -15px;
          font-size: 5px;
          transform: scale(0.6);
          color: #0099ff; }
        @media (max-width: 767px) {
          .sub-content-section .sub-join-step-box .step-form-box .tit-box .req {
            font-size: 13px; } }
    .sub-content-section .sub-join-step-box .step-form-box .btn-box {
      margin-top: 60px;
      text-align: center; }
      @media (max-width: 767px) {
        .sub-content-section .sub-join-step-box .step-form-box .btn-box {
          margin-top: 30px; } }
      .sub-content-section .sub-join-step-box .step-form-box .btn-box a {
        display: inline-block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        background: #0090ec;
        color: #fff;
        text-align: center;
        border: none; }
        @media (max-width: 767px) {
          .sub-content-section .sub-join-step-box .step-form-box .btn-box a {
            display: inline-block;
            width: 100%;
            height: 46px;
            line-height: 46px;
            font-size: 16px;
            background: #0090ec;
            color: #fff;
            text-align: center;
            border: none; } }
      .sub-content-section .sub-join-step-box .step-form-box .btn-box a.withdraw {
        float: right;
        display: inline-block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #a0a0a0;
        color: #fff;
        text-align: center;
        border: none; }
        @media (max-width: 767px) {
          .sub-content-section .sub-join-step-box .step-form-box .btn-box a.withdraw {
            margin: 30px 0px;
            display: inline-block;
            width: 25%;
            height: 40px;
            line-height: 40px;
            font-size: 12px;
            background: #a0a0a0;
            color: #fff;
            text-align: center;
            border: none; } }
  .sub-content-section .board-box {
    margin-top: 100px;
    text-align: center; }
    @media (max-width: 767px) {
      .sub-content-section .board-box {
        margin-top: 50px; } }
    .sub-content-section .board-box .s-box {
      display: none; }
      @media (max-width: 767px) {
        .sub-content-section .board-box .s-box {
          margin-top: 30px;
          display: block; } }
      @media (max-width: 767px) {
        .sub-content-section .board-box .s-box .select-box {
          width: 100% !important; } }
    .sub-content-section .board-box .title {
      font-size: 56px;
      font-family: "Cormorant Garamond";
      font-weight: 500; }
      @media (max-width: 767px) {
        .sub-content-section .board-box .title {
          font-size: 28px; } }
    .sub-content-section .board-box .cate-box {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .sub-content-section .board-box .cate-box {
          display: none; } }
      .sub-content-section .board-box .cate-box ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .sub-content-section .board-box .cate-box ul li {
          flex: 1;
          padding-bottom: 10px;
          border-bottom: 1px solid #ccc;
          font-size: 20px; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .cate-box ul li a {
              font-size: 12px; } }
          .sub-content-section .board-box .cate-box ul li.on {
            border-bottom: 1px solid #01558d; }
            .sub-content-section .board-box .cate-box ul li.on a {
              color: #01558d; }
    .sub-content-section .board-box .search-box {
      margin-top: 40px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
      @media (max-width: 767px) {
        .sub-content-section .board-box .search-box {
          margin-top: 20px;
          justify-content: space-between; } }
      .sub-content-section .board-box .search-box > div {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc; }
        @media (max-width: 767px) {
          .sub-content-section .board-box .search-box > div {
            padding-bottom: 10px; } }
      .sub-content-section .board-box .search-box .field {
        width: 140px; }
        @media (max-width: 767px) {
          .sub-content-section .board-box .search-box .field {
            width: 40%; } }
        .sub-content-section .board-box .search-box .field select {
          border: none;
          width: 100%;
          font-size: 1rem;
          color: #555555;
          font-family: "Noto Sans KR"; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .search-box .field select {
              font-size: 14px; } }
      .sub-content-section .board-box .search-box .value {
        width: 320px;
        margin-left: 20px;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .sub-content-section .board-box .search-box .value {
            width: 56%;
            margin-left: 0; } }
        .sub-content-section .board-box .search-box .value input {
          width: 280px;
          border: none;
          height: 24px;
          font-size: 1rem;
          font-family: "Noto Sans KR";
          color: #555; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .search-box .value input {
              width: 80%;
              font-size: 14px; } }
          .sub-content-section .board-box .search-box .value input::placeholder {
            font-size: 1rem;
            font-family: "Noto Sans KR";
            color: #555; }
            @media (max-width: 767px) {
              .sub-content-section .board-box .search-box .value input::placeholder {
                font-size: 14px; } }
        .sub-content-section .board-box .search-box .value a {
          display: inline-block;
          width: 17px;
          height: 17px;
          background: url("/assets/images/common/btn_s.png") no-repeat center/17px 17px; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .search-box .value a {
              width: 14px;
              height: 14px;
              background: url("/assets/images/common/btn_s.png") no-repeat center/14px 14px; } }
    .sub-content-section .board-box .article-box {
      margin-top: 40px; }
      .sub-content-section .board-box .article-box ul {
        border-top: 1px solid #000; }
        .sub-content-section .board-box .article-box ul li {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          border-bottom: 1px solid #ccc; }
          .sub-content-section .board-box .article-box ul li .no {
            width: 132px;
            text-align: center;
            height: 100px;
            line-height: 100px; }
            @media (max-width: 767px) {
              .sub-content-section .board-box .article-box ul li .no {
                width: 20%;
                height: 50px;
                line-height: 50px; } }
            .sub-content-section .board-box .article-box ul li .no.notice span {
              font-family: "Cormorant Garamond";
              display: inline-block;
              width: 84px;
              height: 38px;
              line-height: 38px;
              font-size: 18px;
              background: #0090ec;
              color: #fff;
              text-align: center;
              border: none; }
              @media (max-width: 767px) {
                .sub-content-section .board-box .article-box ul li .no.notice span {
                  display: inline-block;
                  width: 80%;
                  height: 24px;
                  line-height: 24px;
                  font-size: 14px;
                  background: #0090ec;
                  color: #fff;
                  text-align: center;
                  border: none; } }
          .sub-content-section .board-box .article-box ul li .subject {
            font-size: 18px;
            font-weight: 400;
            text-align: left;
            width: 1098px;
            height: 100px;
            line-height: 100px; }
            @media (max-width: 767px) {
              .sub-content-section .board-box .article-box ul li .subject {
                font-size: 14px;
                width: 60%;
                height: 50px;
                line-height: 50px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; } }
          .sub-content-section .board-box .article-box ul li .date {
            text-align: center;
            width: 170px;
            font-size: 17px;
            color: #888;
            font-weight: 300;
            height: 100px;
            line-height: 100px; }
            @media (max-width: 767px) {
              .sub-content-section .board-box .article-box ul li .date {
                font-size: 14px;
                width: 20%;
                height: 50px;
                line-height: 50px; } }
    .sub-content-section .board-box .view-box {
      margin-top: 50px;
      border-top: 2px solid #000;
      border-bottom: 1px solid #ccc; }
      .sub-content-section .board-box .view-box .txt-box {
        padding: 40px;
        text-align: left; }
        @media (max-width: 767px) {
          .sub-content-section .board-box .view-box .txt-box {
            padding: 10px; } }
        .sub-content-section .board-box .view-box .txt-box .title {
          font-size: 24px;
          font-family: "Noto Sans KR", serif !important; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .view-box .txt-box .title {
              font-size: 18px; } }
        .sub-content-section .board-box .view-box .txt-box .file {
          margin-top: 20px;
          font-size: 15px;
          color: #888; }
          .sub-content-section .board-box .view-box .txt-box .file .f {
            color: #000;
            position: relative;
            display: inline-block;
            padding-right: 10px;
            text-indent: 20px; }
            .sub-content-section .board-box .view-box .txt-box .file .f::before {
              content: '';
              position: absolute;
              left: 0;
              top: 4px;
              width: 15px;
              height: 15px; }
        .sub-content-section .board-box .view-box .txt-box .date {
          margin-top: 20px;
          font-size: 15px;
          color: #888888; }
          .sub-content-section .board-box .view-box .txt-box .date .dt {
            color: #000;
            position: relative;
            display: inline-block;
            padding-right: 10px;
            text-indent: 20px; }
            .sub-content-section .board-box .view-box .txt-box .date .dt::before {
              content: '';
              position: absolute;
              left: 0;
              top: 4px;
              width: 15px;
              height: 15px;
              background: url("/assets/images/common/icon_date.png") no-repeat center/15px 15px; }
          .sub-content-section .board-box .view-box .txt-box .date .hit {
            margin-left: 40px;
            padding-right: 10px;
            color: #000;
            position: relative;
            display: inline-block;
            text-indent: 20px; }
            .sub-content-section .board-box .view-box .txt-box .date .hit.faq {
              margin-left: 0; }
            .sub-content-section .board-box .view-box .txt-box .date .hit::before {
              content: '';
              position: absolute;
              left: -20px;
              top: 4px;
              height: 14px;
              width: 1px;
              background: #ccc; }
            .sub-content-section .board-box .view-box .txt-box .date .hit.faq::before {
              background: none; }
            .sub-content-section .board-box .view-box .txt-box .date .hit::after {
              content: '';
              position: absolute;
              left: 0;
              top: 5px;
              width: 16px;
              height: 12px;
              background: url("/assets/images/common/icon_hit.png") no-repeat center/16px 12px; }
      .sub-content-section .board-box .view-box .cont {
        padding: 60px 0;
        color: #333;
        font-weight: 300;
        text-align: left; }
        @media (max-width: 767px) {
          .sub-content-section .board-box .view-box .cont {
            padding: 30px 0; } }
        @media (max-width: 767px) {
          .sub-content-section .board-box .view-box .cont img {
            width: 100% !important;
            height: 100% !important; } }
    .sub-content-section .board-box .btn {
      margin-top: 60px; }
      @media (max-width: 767px) {
        .sub-content-section .board-box .btn {
          margin-top: 30px; } }
      .sub-content-section .board-box .btn a {
        display: inline-block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 1rem;
        background: #003253;
        color: #fff;
        text-align: center;
        border: none; }
        @media (max-width: 767px) {
          .sub-content-section .board-box .btn a {
            display: inline-block;
            width: 100%;
            height: 46px;
            line-height: 46px;
            font-size: 1rem;
            background: #003253;
            color: #fff;
            text-align: center;
            border: none; } }
    .sub-content-section .board-box .pn-box {
      margin-top: 100px; }
      @media (max-width: 767px) {
        .sub-content-section .board-box .pn-box {
          margin-top: 50px; } }
      .sub-content-section .board-box .pn-box li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: 70px;
        line-height: 70px;
        border-top: 1px solid #ccc; }
        @media (max-width: 767px) {
          .sub-content-section .board-box .pn-box li {
            height: 35px;
            line-height: 35px;
            font-size: 14px; } }
        .sub-content-section .board-box .pn-box li:last-child {
          border-bottom: 1px solid #ccc; }
        .sub-content-section .board-box .pn-box li p:nth-of-type(1) {
          width: 220px;
          text-align: center;
          font-size: 18px; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .pn-box li p:nth-of-type(1) {
              width: 20%;
              font-size: 14px; } }
        .sub-content-section .board-box .pn-box li p:nth-of-type(2) {
          font-size: 20px;
          color: #555; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .pn-box li p:nth-of-type(2) {
              width: 75%;
              font-size: 14px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              text-align: left; } }
    .sub-content-section .board-box .faq-box {
      margin-top: 50px; }
      @media (max-width: 767px) {
        .sub-content-section .board-box .faq-box {
          margin-top: 20px; } }
      .sub-content-section .board-box .faq-box .tit {
        position: relative;
        color: #495057;
        padding-left: 80px;
        text-align: left; }
        @media (max-width: 767px) {
          .sub-content-section .board-box .faq-box .tit {
            width: 88% !important;
            padding: 5px 10px 8px 45px; } }
        .sub-content-section .board-box .faq-box .tit::before {
          content: 'Q';
          position: absolute;
          left: 30px;
          top: 0px;
          font-size: 40px;
          font-family: 'Cormorant Garamond', serif; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .faq-box .tit::before {
              font-size: 20px;
              left: 10px;
              top: 7px; } }
        .sub-content-section .board-box .faq-box .tit.ans::before {
          content: 'A'; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .faq-box .tit.ans::before {
              top: 20px; } }
        .sub-content-section .board-box .faq-box .tit.ans {
          color: #0090ec; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .faq-box .tit.ans {
              line-height: 30px; } }
      .sub-content-section .board-box .faq-box .faq-item {
        cursor: pointer;
        position: relative;
        line-height: 80px; }
        @media (max-width: 767px) {
          .sub-content-section .board-box .faq-box .faq-item {
            line-height: 24px; } }
        .sub-content-section .board-box .faq-box .faq-item:nth-of-type(1) {
          border-top: 2px solid #000; }
        .sub-content-section .board-box .faq-box .faq-item.open {
          background: #fff; }
        .sub-content-section .board-box .faq-box .faq-item .flex-between-end {
          align-items: center; }
          @media (max-width: 767px) {
            .sub-content-section .board-box .faq-box .faq-item .flex-between-end {
              display: block !important;
              padding: 10px 10px 0 0; } }
        .sub-content-section .board-box .faq-box .faq-item .faq-line {
          height: 1px;
          background: #ccc; }
        .sub-content-section .board-box .faq-box .faq-item .faq-content {
          box-sizing: border-box;
          padding: 30px 20px 20px;
          height: auto;
          font-size: .9rem;
          border-bottom: 1px solid #ccc;
          text-align: left; }
          .sub-content-section .board-box .faq-box .faq-item .faq-content.close {
            height: 0 !important;
            max-height: 0 !important;
            padding: 30px 25px 25px 25px; }
          .sub-content-section .board-box .faq-box .faq-item .faq-content .q-tit {
            font-size: 1.1rem;
            margin: 10px 0; }
          .sub-content-section .board-box .faq-box .faq-item .faq-content .a-tit {
            font-size: 1.1rem;
            margin: 30px 0 10px; }
          .sub-content-section .board-box .faq-box .faq-item .faq-content.ans {
            color: #5b5b5b;
            text-align: left;
            line-height: 30px;
            padding-left: 80px;
            background: #f9f9f9; }
            @media (max-width: 767px) {
              .sub-content-section .board-box .faq-box .faq-item .faq-content.ans {
                padding-left: 25px; } }
          .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 30px;
            table-layout: auto;
            color: #000 !important; }
            @media (max-width: 767px) {
              .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table {
                margin-top: 20px; } }
            .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table th {
              background: #f2f2f2;
              font-size: 14px;
              font-weight: 500;
              padding: 7px 0;
              text-align: center;
              border: 1px solid #e5e5e5;
              word-break: keep-all; }
              @media (max-width: 767px) {
                .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table th {
                  font-size: 13px; } }
            .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table th.title {
              font-size: 18px;
              padding: 10px 0; }
              @media (max-width: 767px) {
                .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table th.title {
                  font-size: 16px; } }
            .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table th.title .sub-title {
              font-weight: normal !important;
              font-size: 14px !important;
              font-family: "Noto Sans KR", sans-serif; }
              @media (max-width: 767px) {
                .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table th.title .sub-title {
                  font-size: 12px !important; } }
            .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table td {
              font-size: 14px;
              padding: 7px 0;
              border: 1px solid #e5e5e5;
              word-break: keep-all;
              overflow-wrap: break-word;
              /* 단어가 넘칠 때 잘림 */
              white-space: normal; }
              @media (max-width: 767px) {
                .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table td {
                  font-size: 13px; } }
            .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table td .point {
              color: #01558d !important; }
            .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table td.title {
              font-weight: bold;
              text-align: center !important;
              font-size: 14px; }
              @media (max-width: 767px) {
                .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table td.title {
                  font-size: 13px; } }
            .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table td.center {
              text-align: center !important; }
            .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table td:first-child {
              text-align: center; }
            .sub-content-section .board-box .faq-box .faq-item .faq-content .pkg-table td:last-child {
              text-align: left;
              padding: 7px 7px; }
        .sub-content-section .board-box .faq-box .faq-item .f-date, .sub-content-section .board-box .faq-box .faq-item .f-status {
          text-align: right;
          margin-right: 20px;
          width: 100px; }
          @media (max-width: 1919px) {
            .sub-content-section .board-box .faq-box .faq-item .f-date, .sub-content-section .board-box .faq-box .faq-item .f-status {
              margin-left: 42px !important;
              text-align: left; } }
        .sub-content-section .board-box .faq-box .faq-item .btn-arrow {
          display: inline-block;
          width: 24px;
          height: 24px;
          background: url("/assets/images/common/down-arrow.png") no-repeat center/24px 24px;
          margin-right: 10px;
          filter: invert(50%); }
          @media (max-width: 767px) {
            .sub-content-section .board-box .faq-box .faq-item .btn-arrow {
              position: absolute;
              top: 17px;
              right: 10px;
              width: 18px;
              height: 18px;
              background: url("/assets/images/common/down-arrow.png") no-repeat center/18px 18px; } }
        .sub-content-section .board-box .faq-box .faq-item.open .btn-arrow {
          transform: rotate(180deg); }
  .sub-content-section .sub-title {
    font-size: 50px;
    font-family: 'Cormorant Garamond', 'serif';
    text-align: center; }
    @media (max-width: 767px) {
      .sub-content-section .sub-title {
        font-size: 35px; } }

.mypage-left-section .mypage-left {
  width: 1000px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .mypage-left-section .mypage-left {
      text-align: center;
      font-size: 13px;
      width: 100%; } }

.mypage-left-section .mypage-left ul {
  display: flex;
  justify-content: center;
  background-color: #f5f6f7; }

.mypage-left-section .mypage-left li {
  padding: 24px;
  height: 64px; }
  @media (max-width: 767px) {
    .mypage-left-section .mypage-left li {
      padding: 15px; } }

.mypage-left-section .mypage-left li a {
  position: relative; }

.mypage-left-section .mypage-left li.active {
  box-shadow: 0 -4px 0 0 #1d52ba inset; }

.customer-left-section .customer-left {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .customer-left-section .customer-left {
      width: 100%; } }

.customer-left-section .customer-left ul {
  display: flex;
  gap: 12px;
  /* 버튼 간격 */
  padding: 20px 0;
  background: transparent; }

.customer-left-section .customer-left li {
  list-style: none; }
  .customer-left-section .customer-left li a {
    display: inline-block;
    padding: 10px 24px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 999px;
    /* 완전 둥글게 */
    background: #fff;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .customer-left-section .customer-left li a {
        padding: 10px 15px;
        font-size: 13px; } }
    .customer-left-section .customer-left li a:hover {
      border-color: #999;
      color: #000; }
  .customer-left-section .customer-left li.active a {
    background: #000;
    color: #fff;
    border-color: #000; }

.sub-rv-box {
  margin: 100px auto !important; }
  @media (max-width: 767px) {
    .sub-rv-box {
      width: 100% !important;
      padding: 0 20px;
      margin: 30px auto 80px !important;
      overflow-x: hidden; } }
  .sub-rv-box .rv-step-box {
    text-align: center; }
    @media (max-width: 767px) {
      .sub-rv-box .rv-step-box img {
        width: 100%; } }
  .sub-rv-box .rv-room-list-box {
    margin-top: 60px; }
    .sub-rv-box .rv-room-list-box .room-list > li {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      border-top: 1px solid #d1d1d1;
      padding: 20px;
      position: relative; }
      @media (max-width: 767px) {
        .sub-rv-box .rv-room-list-box .room-list > li {
          display: block;
          padding: 0px; } }
      @media (max-width: 767px) {
        .sub-rv-box .rv-room-list-box .room-list > li:nth-of-type(n+2) {
          margin-top: 30px; } }
      .sub-rv-box .rv-room-list-box .room-list > li:last-child {
        border-bottom: 1px solid #000; }
      .sub-rv-box .rv-room-list-box .room-list > li .left {
        width: 320px; }
        @media (max-width: 767px) {
          .sub-rv-box .rv-room-list-box .room-list > li .left {
            width: 100%; } }
        .sub-rv-box .rv-room-list-box .room-list > li .left .img {
          position: relative; }
          .sub-rv-box .rv-room-list-box .room-list > li .left .img img {
            width: 320px;
            height: 200px; }
            @media (max-width: 767px) {
              .sub-rv-box .rv-room-list-box .room-list > li .left .img img {
                width: 100%;
                object-fit: cover;
                max-height: 220px; } }
          .sub-rv-box .rv-room-list-box .room-list > li .left .img .badge-box {
            position: absolute;
            left: 10px;
            top: 10px;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start; }
            .sub-rv-box .rv-room-list-box .room-list > li .left .img .badge-box .badge img {
              width: 74px;
              height: 59px; }
        .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom {
          position: relative;
          margin-top: 30px; }
          .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .name {
            font-size: 28px;
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            @media (max-width: 767px) {
              .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .name {
                font-size: 16px; } }
            .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .name .detail {
              position: relative; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .name .detail::after {
                  content: '↓상품보기';
                  position: absolute;
                  top: 0;
                  right: 0;
                  width: 70px;
                  height: 24px;
                  line-height: 24px;
                  font-family: "Noto Sans KR", serif;
                  background: #862e9c;
                  color: #fff;
                  font-size: 13px;
                  font-weight: 300;
                  text-align: center;
                  border-radius: 2px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .name .detail::after {
      top: 4px; } }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .name .detail.open::after {
                  content: '↑상품보기'; } }
          .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .people {
            margin-top: 20px;
            font-size: 15px;
            font-weight: 300; }
            @media (max-width: 767px) {
              .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .people {
                font-size: 13px;
                margin-top: 10px; } }
          .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .btn-info {
            margin-top: 15px; }
            @media (max-width: 767px) {
              .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .btn-info {
                width: 100%;
                margin-top: 10px;
                position: relative;
                top: 0;
                right: 0; } }
            .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .btn-info a {
              display: inline-block;
              width: 320px;
              height: 44px;
              line-height: 44px;
              font-size: 1rem;
              background: #fff;
              color: #000;
              text-align: center;
              border-width: 1px;
              border-style: solid;
              border-color: #e5e5e5; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .btn-info a {
                  display: inline-block;
                  width: 100%;
                  height: 38px;
                  line-height: 38px;
                  font-size: 14px;
                  background: #fff;
                  color: #000;
                  text-align: center;
                  border-width: 1px;
                  border-style: solid;
                  border-color: #e5e5e5; } }
          .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .btn-joy-info {
            margin-top: 15px; }
            @media (max-width: 767px) {
              .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .btn-joy-info {
                width: 100%;
                margin-top: 10px;
                position: relative;
                top: 0;
                right: 0; } }
            .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .btn-joy-info a {
              display: inline-block;
              width: 320px;
              height: 44px;
              line-height: 44px;
              font-size: 1rem;
              background: #68b9d9;
              color: #fff;
              text-align: center;
              border-width: "";
              border-style: "";
              border-color: ""; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .btn-joy-info a {
                  display: inline-block;
                  width: 100%;
                  height: 38px;
                  line-height: 38px;
                  font-size: 14px;
                  background: #68b9d9;
                  color: #fff;
                  text-align: center;
                  border-width: "";
                  border-style: "";
                  border-color: ""; } }
          .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .c-txt {
            margin-top: 10px;
            color: red; }
            @media (max-width: 767px) {
              .sub-rv-box .rv-room-list-box .room-list > li .left .img-bottom .c-txt br {
                display: none; } }
      .sub-rv-box .rv-room-list-box .room-list > li .right {
        margin-left: 60px;
        width: 1020px; }
        @media (max-width: 767px) {
          .sub-rv-box .rv-room-list-box .room-list > li .right {
            margin-left: 0;
            width: 100%;
            margin-top: 30px; } }
        .sub-rv-box .rv-room-list-box .room-list > li .right li {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          padding-bottom: 30px; }
          @media (max-width: 767px) {
            .sub-rv-box .rv-room-list-box .room-list > li .right li {
              display: block;
              padding-bottom: 20px; } }
          .sub-rv-box .rv-room-list-box .room-list > li .right li:nth-of-type(n+2) {
            padding-top: 30px; }
            @media (max-width: 767px) {
              .sub-rv-box .rv-room-list-box .room-list > li .right li:nth-of-type(n+2) {
                padding-top: 20px; } }
          .sub-rv-box .rv-room-list-box .room-list > li .right li:not(:last-child) {
            border-bottom: 1px solid #ccc; }
          .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l {
            width: 70%; }
            @media (max-width: 767px) {
              .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l {
                width: 100%; } }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .r-name span {
              position: relative;
              font-size: 24px;
              line-height: 24px;
              font-weight: 400; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .r-name span {
                  font-size: 16px;
                  line-height: 16px; } }
              .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .r-name span .low-price::after {
                content: '최저가';
                position: absolute;
                top: 8px;
                right: -60px;
                width: 48px;
                height: 20px;
                line-height: 20px;
                font-family: "Noto Sans KR";
                background: #e92555;
                color: #fff;
                font-size: 12px;
                font-weight: 300;
                text-align: center;
                border-radius: 2px; }
                @media (max-width: 767px) {
                  .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .r-name span .low-price::after {
                    top: 4px; } }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .meal {
              margin-top: 20px;
              font-weight: 400; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .meal {
                  margin-top: 15px;
                  font-size: 13px; } }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .old-child {
              margin-top: 5px;
              font-size: 14px; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .old-child {
                  font-size: 13px; } }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .cancel {
              margin-top: 15px; }
              .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .cancel p:nth-of-type(2) {
                color: #555555;
                font-weight: 300; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .cancel {
                  font-size: 13px; } }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .numper-people {
              margin-top: 20px; }
              .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .numper-people span {
                color: #555;
                font-weight: 300; }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .more {
              margin-top: 30px; }
              .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .more a {
                position: relative;
                font-size: 15px;
                color: #555; }
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .more a::after {
                  content: '';
                  position: absolute;
                  top: 6px;
                  right: -25px;
                  width: 10px;
                  height: 7px;
                  background: url("/assets/images/common/arrow_more.png") no-repeat center/10px 7px; }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .pkg-inc {
              margin-top: 10px;
              text-align: left; }
              .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .pkg-inc a {
                display: inline-block;
                width: 250px;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                background: #fff;
                color: #666;
                text-align: center;
                border-width: 1px;
                border-style: solid;
                border-color: #e67700;
                border: 1px solid #e67700; }
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .pkg-inc a:hover {
                  color: #666; }
                @media (max-width: 767px) {
                  .sub-rv-box .rv-room-list-box .room-list > li .right li .r-l .pkg-inc a {
                    display: inline-block;
                    width: 100%;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                    background: #fff;
                    color: #666;
                    text-align: center;
                    border-width: 1px;
                    border-style: solid;
                    border-color: #e67700; } }
          .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r {
            width: 30%;
            text-align: right;
            padding-right: 26px; }
            @media (max-width: 767px) {
              .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r {
                width: 100%;
                text-align: left;
                padding-right: 0;
                margin-top: 20px; } }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .price {
              font-size: 28px; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .price {
                  font-size: 24px; } }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .night {
              font-size: 18px;
              color: #808080; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .night {
                  font-size: 14px; } }
            .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .btn {
              margin-top: 100px; }
              @media (max-width: 767px) {
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .btn {
                  margin-top: 30px; } }
              .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .btn .rv {
                display: inline-block;
                width: 140px;
                height: 45px;
                line-height: 45px;
                font-size: 1rem;
                background: #0071bc;
                color: #fff;
                text-align: center;
                border: none; }
                @media (max-width: 767px) {
                  .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .btn .rv {
                    display: inline-block;
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    font-size: 1rem;
                    background: #0071bc;
                    color: #fff;
                    text-align: center;
                    border: none; } }
                .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .btn .rv.disabled {
                  display: inline-block;
                  width: 140px;
                  height: 45px;
                  line-height: 45px;
                  font-size: 1rem;
                  background: #999;
                  color: #fff;
                  text-align: center;
                  border: none; }
                  @media (max-width: 767px) {
                    .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .btn .rv.disabled {
                      display: inline-block;
                      width: 100%;
                      height: 40px;
                      line-height: 40px;
                      font-size: 1rem;
                      background: #999;
                      color: #fff;
                      text-align: center;
                      border: none; } }
              .sub-rv-box .rv-room-list-box .room-list > li .right li .r-r .btn .so {
                display: inline-block;
                width: 140px;
                height: 45px;
                line-height: 45px;
                font-size: 1rem;
                background: #878f94;
                color: #fff;
                text-align: center;
                border: none; }
  .sub-rv-box .booking-form-wrapper {
    position: relative;
    width: 70%;
    max-width: 1208px;
    margin-top: 60px;
    min-height: 1200px;
    font-family: "Noto Sans KR", sans-serif !important; }
    @media (max-width: 767px) {
      .sub-rv-box .booking-form-wrapper {
        width: 100%;
        margin-top: 30px;
        min-height: auto; } }
    .sub-rv-box .booking-form-wrapper h3 {
      font-size: 20px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .sub-rv-box .booking-form-wrapper h3 {
          font-size: 18px; } }
    .sub-rv-box .booking-form-wrapper .ct {
      font-size: 14px;
      font-weight: 300;
      color: #888;
      margin-left: 5px;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .sub-rv-box .booking-form-wrapper .ct {
          font-size: 13px; } }
    .sub-rv-box .booking-form-wrapper .booking-codepromo-info {
      margin-bottom: 40px;
      border-bottom: 1px solid #000;
      padding-bottom: 40px; }
      @media (max-width: 767px) {
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info {
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      .sub-rv-box .booking-form-wrapper .booking-codepromo-info .b-t {
        display: flex;
        justify-content: flex-start; }
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box {
          position: relative;
          top: 18px;
          left: 30px; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box {
              top: 8px;
              left: 20px; } }
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box .qmark {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
            @media (max-width: 767px) {
              .sub-rv-box .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box .qmark {
                width: 18px;
                height: 18px;
                background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
      .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-left: 20px; }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box {
            margin-left: 0px; } }
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .code-promo-input {
          position: relative;
          width: fit-content; }
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .no-auth {
          font-size: 14px;
          margin-top: 10px;
          font-weight: 300;
          color: #888; }
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .no-auth i {
          font-size: 10px; }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .code-promo-input {
            width: 100%; }
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box input {
            padding-left: 20px;
            width: 100% !important;
            margin-top: 20px;
            border-radius: 5px;
            height: 40px;
            border: 1px solid #ccc;
            font-size: 16px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box input::placeholder {
      font-size: 15px; } }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .apply-btn {
            position: absolute;
            top: 59%;
            right: 10px;
            transform: translateY(-50%);
            padding: 10px 20px;
            font-size: 14px !important;
            border: none;
            border-left: none;
            background-color: #0090ec;
            color: white;
            cursor: pointer;
            border-radius: 5px;
            font-weight: 400; }
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .warning {
            color: red;
            display: none; }
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .no-auth {
            font-size: 13px;
            font-weight: 300; } }
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .div-input {
          padding-left: 20px;
          width: 300px;
          margin-top: 20px;
          border-radius: 5px;
          height: 50px;
          border: 1px solid #ccc;
          font-size: 16px;
          font-weight: 300;
          background: #eee;
          color: #888;
          display: flex;
          align-items: center; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .div-input {
              margin-top: 10px;
              font-size: 14px; } }
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box input {
          padding-left: 20px;
          width: 500px;
          margin-top: 10px;
          border-radius: 5px;
          height: 50px;
          border: 1px solid #ccc;
          font-size: 18px; }
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .apply-btn {
          position: absolute;
          top: 59%;
          right: 10px;
          transform: translateY(-50%);
          padding: 10px 20px;
          font-size: 16px;
          border: none;
          border-left: none;
          background-color: #0090ec;
          color: white;
          cursor: pointer;
          border-radius: 5px; }
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .apply-btn:hover {
          background-color: #026fb2; }
        .sub-rv-box .booking-form-wrapper .booking-codepromo-info .code-promo-box .warning {
          color: red;
          display: none; }
      .sub-rv-box .booking-form-wrapper .booking-codepromo-info .benefit-box {
        display: flex;
        flex-direction: column;
        background: #f4f9fd;
        border-top: 1px solid #c3d1db;
        width: 800px;
        min-height: 100%;
        height: 100%;
        padding: 25px 25px; }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .benefit-box {
            width: 100%;
            font-size: 14px; } }
      .sub-rv-box .booking-form-wrapper .booking-codepromo-info .benefit-box ul {
        list-style: circle !important;
        margin: 1em 0 !important;
        padding-left: 20px;
        margin-top: 0px !important;
        margin-left: 20px !important; }
      .sub-rv-box .booking-form-wrapper .booking-codepromo-info .benefit-box ul li {
        list-style: circle !important;
        font-size: 16px;
        font-weight: 300;
        line-height: 25px; }
      .sub-rv-box .booking-form-wrapper .booking-codepromo-info .benefit-box .benefit-info {
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
        margin-left: 20px; }
      .sub-rv-box .booking-form-wrapper .booking-codepromo-info .benefit-box .title {
        font-size: 18px;
        font-weight: 400;
        color: #01558d; }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .benefit-box .title {
            font-size: 16px; } }
      .sub-rv-box .booking-form-wrapper .booking-codepromo-info .benefit-box .title1 {
        font-size: 20px;
        font-weight: 400;
        color: #01558d; }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .booking-codepromo-info .benefit-box .title1 {
            font-size: 20px; } }
    .sub-rv-box .booking-form-wrapper .login-btn-box {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .sub-rv-box .booking-form-wrapper .login-btn-box {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; } }
      .sub-rv-box .booking-form-wrapper .login-btn-box a {
        display: inline-block;
        width: 160px;
        height: 60px; }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .login-btn-box a {
            width: 30vw;
            height: 12vw;
            padding: 8px 0; } }
        .sub-rv-box .booking-form-wrapper .login-btn-box a:nth-of-type(1) {
          background: url("/assets/images/common/btn_booking_1.png") no-repeat center/160px 60px; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .login-btn-box a:nth-of-type(1) {
              background: url("/assets/images/common/btn_booking_1.png") no-repeat center/contain; } }
        .sub-rv-box .booking-form-wrapper .login-btn-box a:nth-of-type(2) {
          margin-left: 20px;
          background: url("/assets/images/common/btn_booking_naver.png") no-repeat center/160px 60px; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .login-btn-box a:nth-of-type(2) {
              margin-left: 10px;
              background: url("/assets/images/common/btn_booking_naver.png") no-repeat center/contain; } }
        .sub-rv-box .booking-form-wrapper .login-btn-box a:nth-of-type(3) {
          margin-left: 20px;
          background: url("/assets/images/common/btn_booking_kakao.png") no-repeat center/160px 60px; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .login-btn-box a:nth-of-type(3) {
              margin-left: 10px;
              background: url("/assets/images/common/btn_booking_kakao.png") no-repeat center/contain; } }
    .sub-rv-box .booking-form-wrapper .booking-form-box {
      margin-top: 20px;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .sub-rv-box .booking-form-wrapper .booking-form-box {
          margin-top: 10px;
          margin-left: 0; } }
      .sub-rv-box .booking-form-wrapper .booking-form-box h3 {
        font-size: 25px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .booking-form-box h3 {
            font-size: 24px; } }
      .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel {
          position: relative;
          width: 150px;
          padding-bottom: 10px;
          border-bottom: 1px solid #000;
          text-indent: 40px; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel {
              width: 22%;
              text-indent: 0;
              padding-bottom: 10px; } }
          .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
            text-indent: 60px; }
            .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) select {
              width: 90px; }
              @media (max-width: 767px) {
                .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) select {
                  width: 100%; } }
            @media (max-width: 767px) {
              .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
                text-indent: 0; } }
          .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel select {
            cursor: pointer;
            width: 110px;
            font-size: 16px;
            border: none;
            font-weight: 500; }
            @media (max-width: 767px) {
              .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel select {
                font-size: 14px;
                width: 100%;
                padding-left: 30px; } }
          .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel::before {
            content: '성인';
            position: absolute;
            left: -40px;
            top: -2px;
            font-size: 16px;
            font-weight: 300; }
            @media (max-width: 767px) {
              .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel::before {
                top: 4px;
                font-size: 14px;
                left: 0; } }
          .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(2)::before {
            content: '아동'; }
          .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(3)::before {
            content: '유아'; }
          .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4)::before {
            content: '객실';
            left: -60px; }
            @media (max-width: 767px) {
              .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4)::before {
                left: 0; } }
          .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(n+2) {
            margin-left: 30px; }
            @media (max-width: 767px) {
              .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(n+2) {
                margin-left: 10px; } }
          .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
            margin-left: 100px; }
            .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) .txt {
              left: -60px;
              bottom: -80px;
              width: 600px; }
            @media (max-width: 767px) {
              .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
                margin-left: 10px; } }
          .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel .txt {
            position: absolute;
            left: -40px;
            bottom: -40px;
            width: 500px;
            color: #ff3434;
            font-size: 15px;
            white-space: nowrap; }
            @media (max-width: 767px) {
              .sub-rv-box .booking-form-wrapper .booking-form-box .cnt-box .sel .txt {
                display: none; } }
      .sub-rv-box .booking-form-wrapper .booking-form-box .info-box {
        margin-top: 20px;
        width: 500px;
        color: #ff3434;
        font-size: 15px;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .booking-form-box .info-box {
            display: none; } }
      .sub-rv-box .booking-form-wrapper .booking-form-box .b-t {
        margin-top: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end; }
        .sub-rv-box .booking-form-wrapper .booking-form-box .b-t .qmark-box {
          padding-left: 10px; }
          .sub-rv-box .booking-form-wrapper .booking-form-box .b-t .qmark-box .qmark {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
            @media (max-width: 767px) {
              .sub-rv-box .booking-form-wrapper .booking-form-box .b-t .qmark-box .qmark {
                width: 18px;
                height: 18px;
                background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
    .sub-rv-box .booking-form-wrapper .booking-use-info {
      border-top: 1px solid #000;
      margin-top: 40px;
      padding: 40px 0;
      width: 100%; }
    .sub-rv-box .booking-form-wrapper .pay-box-wrapper {
      width: 452px;
      position: absolute;
      top: 0;
      left: 103%; }
      @media (max-width: 767px) {
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper {
          position: relative;
          width: 100%;
          left: 0;
          top: 100%;
          margin-top: 50px; } }
      .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box {
        position: sticky;
        top: 20px;
        background: #003253;
        font-weight: 100; }
        @media (max-width: 767px) {
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box img {
            width: 100%;
            object-fit: cover; } }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .right-arrow {
          display: inline-block;
          width: 12px;
          height: 12px;
          background: url("/assets/images/icon/a_u.png") no-repeat center/12px 12px;
          filter: invert(100%);
          transform: rotate(90deg); }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .upgrade-badge {
          font-size: 11px;
          display: inline-block;
          padding: 3px 8px;
          background: #f0c911;
          border-radius: 5px; }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .promotion-badge {
          font-size: 11px;
          display: inline-block;
          padding: 3px 8px;
          background: #0071bc;
          border-radius: 5px; }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .bottom {
          padding: 30px 25px 50px;
          color: #fff; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .bottom {
              padding: 20px 20px 30px;
              font-size: 15px; } }
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info li {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-left: 15px; }
            .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info li:nth-of-type(n+1) {
              margin-top: 14px;
              margin-left: 15px; }
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info li.title {
            font-size: 18px;
            font-weight: 300;
            margin-left: 0; }
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info2 li {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-left: 15px; }
            .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info2 li:nth-of-type(n+1) {
              margin-top: 7px;
              margin-left: 15px; }
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info2 li.title {
            font-size: 18px;
            font-weight: 300;
            margin-left: 0; }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .line {
          width: 100%;
          height: 1px;
          background: #335b75;
          margin: 25px 0; }
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .line.xb {
            margin: 20px 0 40px; }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .option-box .opt {
          margin-top: 20px; }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .option-box .opt-cmt {
          margin-top: 20px;
          font-size: 12px; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .option-box .opt-cmt {
              font-size: 11px; } }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .discount-box .opt {
          margin-top: 20px; }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .discount-box .opt-cmt {
          margin-top: 20px;
          font-size: 12px; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .discount-box .opt-cmt {
              font-size: 11px; } }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .title {
          font-size: 18px;
          font-weight: 300; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .title {
              font-size: 18px; } }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .tax {
          margin-top: 20px;
          font-size: 15px;
          text-align: right; }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .price {
          text-align: right;
          font-size: 40px;
          color: #6ffdff;
          font-weight: 300; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .price {
              font-size: 30px; } }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .discount {
          text-align: right;
          color: #f0c911;
          font-weight: 400; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .discount {
              font-size: 30px; } }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .price-dc-box .price {
          text-align: right;
          font-size: 30px; }
          @media (max-width: 767px) {
            .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .price-dc-box .price {
              font-size: 20px; } }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li a {
            color: #fff;
            text-decoration: underline; }
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li input {
            width: 18px;
            height: 18px;
            border: 1px solid #4d7087;
            background: transparent; }
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li:nth-of-type(n+2) {
            margin-top: 10px; }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .method-box ul li {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-top: 10px;
          flex-direction: column; }
          .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .method-box ul li input {
            width: 18px;
            height: 18px;
            border: 1px solid #4d7087;
            background: transparent; }
        .sub-rv-box .booking-form-wrapper .pay-box-wrapper .pay-box .btn {
          margin-top: 30px;
          text-align: center; }

.join-form2 {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .join-form2 {
      margin-top: 30px; } }
  .join-form2 li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .join-form2 li {
        display: block; } }
    .join-form2 li:nth-of-type(n+2) {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .join-form2 li:nth-of-type(n+2) {
          margin-top: 20px; } }
    .join-form2 li .left {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 560px;
      min-width: 560px; }
      @media (max-width: 767px) {
        .join-form2 li .left {
          width: 100%;
          min-width: unset; } }
      .join-form2 li .left .i-w {
        font-size: 14px;
        color: #888;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc; }
        @media (max-width: 767px) {
          .join-form2 li .left .i-w {
            padding-bottom: 10px; } }
        .join-form2 li .left .i-w.half {
          width: 260px; }
          @media (max-width: 767px) {
            .join-form2 li .left .i-w.half {
              width: 50%; } }
          .join-form2 li .left .i-w.half:nth-of-type(2) {
            margin-left: 40px; }
        .join-form2 li .left .i-w .input {
          font-size: 18px;
          width: 100%;
          border: none; }
          .join-form2 li .left .i-w .input::placeholder {
            font-size: 18px;
            color: #888; }
            @media (max-width: 767px) {
              .join-form2 li .left .i-w .input::placeholder {
                font-size: 14px; } }
        .join-form2 li .left .i-w .chk {
          width: 20px;
          height: 20px; }
        .join-form2 li .left .i-w.email2 {
          position: relative; }
          .join-form2 li .left .i-w.email2::before {
            content: '@';
            position: absolute;
            left: -24px;
            top: 0;
            font-size: 18px;
            color: #888; }
    .join-form2 li .right {
      margin-left: 30px;
      color: #888;
      font-size: 14px;
      padding-top: 10px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .join-form2 li .right {
          display: none;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .join-form2 li .right.bt {
          display: block; } }
  .join-form2 .btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    background: #003253;
    color: #fff;
    text-align: center;
    border: none; }
    @media (max-width: 767px) {
      .join-form2 .btn {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
        background: #003253;
        color: #fff;
        text-align: center;
        border: none; } }
  @media (max-width: 767px) {
    .join-form2 .btn-auth-confirm {
      display: none; } }
  .join-form2 .m-btn-auth-confirm {
    display: none; }
    @media (max-width: 767px) {
      .join-form2 .m-btn-auth-confirm {
        display: block;
        position: absolute;
        top: -10px;
        right: 0;
        display: inline-block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 0.8rem;
        background: #003253;
        color: #fff;
        text-align: center;
        border: none; } }
  @media (max-width: 767px) {
    .join-form2 .btn-authnum {
      display: none; } }
  .join-form2 .m-btn-authnum {
    display: none; }
    @media (max-width: 767px) {
      .join-form2 .m-btn-authnum {
        display: block;
        position: absolute;
        top: -10px;
        right: 0;
        display: inline-block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 0.8rem;
        background: #003253;
        color: #fff;
        text-align: center;
        border: none; } }
  .join-form2 .btn-postcode {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    background: #003253;
    color: #fff;
    text-align: center;
    border: none; }
    @media (max-width: 767px) {
      .join-form2 .btn-postcode {
        display: none; } }
  .join-form2 .m-btn-postcode {
    display: none; }
    @media (max-width: 767px) {
      .join-form2 .m-btn-postcode {
        display: block;
        position: absolute;
        top: -10px;
        right: 0;
        display: inline-block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 0.8rem;
        background: #003253;
        color: #fff;
        text-align: center;
        border: none; } }

.my-form {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .my-form {
      margin-top: 30px; } }
  .my-form .outer-title {
    font-size: 18px;
    margin-top: 35px; }
    @media (max-width: 767px) {
      .my-form .outer-title {
        margin-top: 20px;
        font-size: 14px; } }
  .my-form .ta-box {
    margin-top: 20px; }
    .my-form .ta-box textarea {
      border: none;
      width: 100%;
      height: 100px; }
      @media (max-width: 767px) {
        .my-form .ta-box textarea {
          height: 60px; } }
  .my-form li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .my-form li {
        display: block; } }
    .my-form li:nth-of-type(n+2) {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .my-form li:nth-of-type(n+2) {
          margin-top: 20px; } }
    .my-form li .m-dbtn {
      display: none; }
      @media (max-width: 767px) {
        .my-form li .m-dbtn {
          display: block;
          margin-top: 10px;
          display: inline-block;
          width: 100%;
          height: 34px;
          line-height: 34px;
          font-size: 14px;
          background: #003253;
          color: #fff;
          text-align: center;
          border: none; } }
    .my-form li .m-dbtn-post {
      display: none; }
      @media (max-width: 767px) {
        .my-form li .m-dbtn-post {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          width: 120px;
          height: 34px;
          line-height: 34px;
          font-size: 14px;
          background: #003253;
          color: #fff;
          text-align: center;
          border: none; } }
    .my-form li .left {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 560px;
      min-width: 560px;
      position: relative; }
      .my-form li .left .dbtn {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
        background: #003253;
        color: #fff;
        text-align: center;
        border: none; }
        @media (max-width: 767px) {
          .my-form li .left .dbtn {
            display: none; } }
      .my-form li .left.full {
        width: 100%;
        min-width: unset; }
      @media (max-width: 767px) {
        .my-form li .left {
          width: 100%;
          min-width: unset; } }
      .my-form li .left .i-w {
        font-size: 18px;
        color: #888;
        width: 85%;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc; }
        @media (max-width: 767px) {
          .my-form li .left .i-w {
            width: 70%;
            font-size: 14px; } }
        .my-form li .left .i-w.hp {
          padding-bottom: 19px; }
          @media (max-width: 767px) {
            .my-form li .left .i-w.hp {
              padding-bottom: 17px; } }
        .my-form li .left .i-w.hp2 {
          padding-bottom: 19px; }
          @media (max-width: 767px) {
            .my-form li .left .i-w.hp2 {
              padding-bottom: 17px; } }
        .my-form li .left .i-w.ftit {
          width: 15%;
          color: #000; }
          @media (max-width: 767px) {
            .my-form li .left .i-w.ftit {
              width: 30%; } }
        .my-form li .left .i-w.half {
          width: 260px; }
          @media (max-width: 767px) {
            .my-form li .left .i-w.half {
              width: 50%; } }
          .my-form li .left .i-w.half:nth-of-type(2) {
            margin-left: 40px; }
        .my-form li .left .i-w .input {
          font-size: 18px;
          width: 100%;
          border: none; }
          .my-form li .left .i-w .input::placeholder {
            font-size: 18px;
            color: #888; }
            @media (max-width: 767px) {
              .my-form li .left .i-w .input::placeholder {
                font-size: 14px; } }
        .my-form li .left .i-w .chk {
          width: 20px;
          height: 20px; }
        .my-form li .left .i-w.email2 {
          position: relative; }
          .my-form li .left .i-w.email2::before {
            content: '@';
            position: absolute;
            left: -24px;
            top: 0;
            font-size: 18px;
            color: #888; }
    .my-form li .right {
      margin-left: 30px;
      color: #888;
      font-size: 14px;
      padding-top: 10px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .my-form li .right {
          display: none;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .my-form li .right.bt {
          display: block; } }
  .my-form .btn {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    background: #003253;
    color: #fff;
    text-align: center;
    border: none; }
    @media (max-width: 767px) {
      .my-form .btn {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
        background: #003253;
        color: #fff;
        text-align: center;
        border: none; } }

.btn-cert {
  text-align: center;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-cert {
      margin-top: 15px; } }
  .btn-cert a {
    font-size: 22px;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    height: 80px;
    background: #003253;
    color: #fff;
    line-height: 80px; }
    @media (max-width: 767px) {
      .btn-cert a {
        height: 50px;
        line-height: 50px;
        font-size: 18px; } }

.booking-form-joy {
  margin-top: 50px; }

@media (max-width: 767px) {
  .booking-form-joy {
    margin-top: 30px; } }

.booking-form-joy li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }

@media (max-width: 767px) {
  .booking-form-joy li {
    display: block; } }

.booking-form-joy li:nth-of-type(n+2) {
  margin-top: 40px; }

@media (max-width: 767px) {
  .booking-form-joy li:nth-of-type(n+2) {
    margin-top: 20px; } }

.booking-form-joy li .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 660px; }

@media (max-width: 767px) {
  .booking-form-joy li .left.m-no-flex {
    display: block; } }

@media (max-width: 767px) {
  .booking-form-joy li .left {
    width: 100%; } }

.booking-form-joy li .left .i-w {
  font-size: 14px;
  color: #888;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }

@media (max-width: 767px) {
  .booking-form-joy li .left .i-w {
    padding-bottom: 10px; } }

.booking-form-joy li .left .i-w.half {
  width: 310px; }

@media (max-width: 767px) {
  .booking-form-joy li .left .i-w.half {
    width: 50%; }
  .booking-form-joy li .left .i-w.half.full {
    width: 100%; }
  .booking-form-joy li .left .i-w.half.full.mmt20 {
    margin-top: 20px;
    margin-left: 0 !important; } }

.booking-form-joy li .left .i-w.half:nth-of-type(2) {
  margin-left: 40px; }

.booking-form-joy li .left .i-w .input {
  font-size: 18px;
  width: 100%;
  border: none; }

.booking-form-joy li .left .i-w .input::placeholder {
  font-size: 18px;
  color: #888; }

@media (max-width: 767px) {
  .booking-form-joy li .left .i-w .input::placeholder {
    font-size: 14px; } }

.booking-form-joy li .left .i-w .chk {
  width: 20px;
  height: 20px; }

.booking-form-joy li .left .i-w.email2 {
  position: relative; }

.booking-form-joy li .left .i-w.email2::before {
  content: '@';
  position: absolute;
  left: -24px;
  top: 0;
  font-size: 18px;
  color: #888;
  font-weight: 400; }

.booking-form-joy li .right {
  color: #0071bc;
  font-size: 14px;
  padding-top: 10px;
  font-weight: 300; }

@media (max-width: 767px) {
  .booking-form-joy li .right {
    margin-left: 0;
    font-size: 12px; } }

.booking-form {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .booking-form {
      margin-top: 30px; } }
  .booking-form li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    @media (max-width: 767px) {
      .booking-form li {
        display: block; } }
    .booking-form li:nth-of-type(n+2) {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .booking-form li:nth-of-type(n+2) {
          margin-top: 20px; } }
    .booking-form li .left {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 660px; }
      @media (max-width: 767px) {
        .booking-form li .left.m-no-flex {
          display: block; } }
      @media (max-width: 767px) {
        .booking-form li .left {
          width: 100%; } }
      .booking-form li .left .i-w {
        font-size: 14px;
        color: #888;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc; }
        @media (max-width: 767px) {
          .booking-form li .left .i-w {
            padding-bottom: 10px; } }
        .booking-form li .left .i-w.half {
          width: 310px; }
          @media (max-width: 767px) {
            .booking-form li .left .i-w.half {
              width: 50%; } }
          @media (max-width: 767px) {
            .booking-form li .left .i-w.half.full {
              width: 100%; } }
          @media (max-width: 767px) {
            .booking-form li .left .i-w.half.full.mmt20 {
              margin-top: 20px;
              margin-left: 0 !important; } }
          .booking-form li .left .i-w.half:nth-of-type(2) {
            margin-left: 40px; }
        .booking-form li .left .i-w .input {
          font-size: 16px;
          width: 100%;
          border: none;
          font-weight: 400;
          font-family: "Noto Sans KR", sans-serif; }
          .booking-form li .left .i-w .input::placeholder {
            font-size: 16px;
            color: #888; }
            @media (max-width: 767px) {
              .booking-form li .left .i-w .input::placeholder {
                font-size: 15px; } }
          @media (max-width: 767px) {
            .booking-form li .left .i-w .input {
              font-size: 15px; } }
        .booking-form li .left .i-w .chk {
          width: 20px;
          height: 20px; }
        .booking-form li .left .i-w.email2 {
          position: relative; }
          .booking-form li .left .i-w.email2::before {
            content: '@';
            position: absolute;
            left: -24px;
            top: 0;
            font-size: 18px;
            color: #888; }
            @media (max-width: 767px) {
              .booking-form li .left .i-w.email2::before {
                top: 10px;
                font-size: 15px;
                font-weight: 300; } }
    .booking-form li .right {
      color: #0071bc;
      font-size: 14px;
      padding-top: 10px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .booking-form li .right {
          margin-left: 0;
          font-size: 13px; } }

.booking-msg {
  margin-top: 30px;
  font-size: 14px;
  color: #888;
  word-break: keep-all;
  font-weight: 300; }
  @media (max-width: 767px) {
    .booking-msg {
      margin-top: 30px;
      font-size: 13px;
      line-height: 20px; } }

.booking-msg i {
  font-size: 10px; }

.booking-room-opt-box {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .booking-room-opt-box {
      margin-top: 10px; } }
  .booking-room-opt-box .booking-room-opt {
    width: 50%;
    max-width: 1033px;
    height: 35px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    font-family: "Noto Sans KR", sans-serif; }
    @media (max-width: 767px) {
      .booking-room-opt-box .booking-room-opt {
        font-weight: 300;
        font-size: 15px;
        width: 100%;
        height: 28px; } }

.booking-room-opt-box .booking-room-opt-goods {
  width: 200px;
  height: 35px;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 0px !important;
  font-size: 18px;
  cursor: pointer; }

@media (max-width: 767px) {
  .booking-room-opt-box .booking-room-opt {
    font-size: 15px;
    width: 100%;
    height: 28px; } }

.e-comment {
  margin-top: 10px;
  color: #ff4500;
  font-size: 16px; }
  @media (max-width: 767px) {
    .e-comment {
      font-size: 12px; } }

.booking-option-list {
  margin-top: 30px; }
  .booking-option-list .b-t {
    display: flex;
    align-items: center; }
    .booking-option-list .b-t .badge {
      color: #9c786f;
      font-size: 14px;
      padding: 2px 7px;
      border-radius: 3px;
      border: 1px solid  #9c786f;
      font-weight: normal;
      cursor: pointer; }
    .booking-option-list .b-t i {
      font-size: 15px; }

.booking-option-info, .booking-option-info-sitter {
  position: relative !important; }

.booking-option-info .btn-close, .booking-option-info-sitter .btn-close-sitter {
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 45px;
  width: 20px;
  height: 20px;
  background: url("/assets/images/common/close_36_36.png") no-repeat center/20px 20px; }

#opt-list-area, #opt-list-area-sitter {
  margin-left: 20px;
  width: 90%; }

.booking-joycamp-info .main-title, .booking-joycamp-info .main-title-sitter {
  margin-top: 40px;
  margin-left: 20px;
  font-size: 18px;
  color: #003253;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0071bc;
  width: 87%;
  display: none; }

.booking-option-info .item, .booking-option-info-sitter .item {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0; }
  .booking-option-info .item .label, .booking-option-info-sitter .item .label {
    font-weight: 400;
    color: #003253;
    flex: 1; }
    @media (max-width: 767px) {
      .booking-option-info .item .label, .booking-option-info-sitter .item .label {
        font-weight: 400;
        font-size: 15px; } }
  .booking-option-info .item .value, .booking-option-info-sitter .item .value {
    flex: 2;
    color: #333;
    text-align: right;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .booking-option-info .item .value, .booking-option-info-sitter .item .value {
        padding-right: 0; } }

.booking-option-info .item:last-child, .booking-option-info-sitter .item:last-child {
  border-bottom: none; }

.booking-option-info .s-header, .booking-option-info-sitter .s-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .booking-option-info .s-header, .booking-option-info-sitter .s-header {
      margin-top: 6px;
      padding-top: 8px; } }

.booking-option-info .s-header .s-no, .booking-option-info-sitter .s-header .s-no {
  font-site: 16px;
  color: #01558d; }
  @media (max-width: 767px) {
    .booking-option-info .s-header .s-no, .booking-option-info-sitter .s-header .s-no {
      font-size: 16px; } }

.booking-option-info .s-header .s-type, .booking-option-info-sitter .s-header .s-type {
  font-size: 16px;
  background: #01558d;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px; }
  @media (max-width: 767px) {
    .booking-option-info .s-header .s-type, .booking-option-info-sitter .s-header .s-type {
      font-size: 15px; } }

.booking-option-info .title, .booking-option-info-sitter .title {
  font-size: 16px;
  font-weight: 500;
  color: #01558d; }

@media (max-width: 767px) {
  .booking-option-info .title, .booking-option-info-sitter .title {
    font-size: 15px; }
  .booking-option-info .btn-close, .booking-option-info-sitter .btn-close-sitter {
    right: 15px;
    width: 18px;
    height: 18px; } }

.booking-option-info .option-box, .booking-option-info-sitter .option-box-sitter {
  font-size: 18px;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px 20px 20px 20px;
  margin: 10px 30px 0 0;
  box-shadow: 0 4px 8px 0 rgba(33, 37, 41, 0.1); }

@media (max-width: 767px) {
  .booking-option-info .option-box, .booking-option-info-sitter .option-box-sitter {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 15px 15px 15px;
    margin: 10px 30px 0 0;
    font-size: 14px; } }

.booking-option-info .option-box .box, .booking-option-info-sitter .option-box-sitter .box {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .booking-option-info .option-box .box, .booking-option-info-sitter .option-box-sitter .box {
      margin-left: 0; } }

.booking-option-info .option-box .box .t, .booking-option-info-sitter .option-box-sitter .box .t {
  white-space: nowrap; }

.booking-option-info .option-box .box .i-w, .booking-option-info-sitter .option-box-sitter .box .i-w {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  width: 150px;
  margin-left: 30px; }

@media (max-width: 767px) {
  .booking-option-info .option-box .box .i-w.half, .booking-option-info-sitter .option-box-sitter .box .i-w.half {
    width: 47%; } }

@media (max-width: 767px) {
  .booking-option-info .option-box .box .i-w.half.margin, .booking-option-info-sitter .option-box-sitter .box .i-w.half.margin {
    margin-right: 8px; } }

.booking-option-info .option-box .box .i-w .input, .booking-option-info-sitter .option-box-sitter .box .i-w .input {
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans KR", serif !important; }

.booking-option-info .option-box .box .i-w.birth, .booking-option-info-sitter .option-box-sitter .box .i-w.birth {
  width: 200px; }

.booking-option-info .option-box .box p, .booking-option-info-sitter .option-box-sitter .box p {
  width: 80px;
  color: #888; }

.booking-option-info .option-box .box div, .booking-option-info-sitter .option-box-sitter .box div {
  margin-left: 30px; }

@media (max-width: 767px) {
  .booking-option-info .option-box .box, .booking-option-info-sitter .option-box-sitter .box {
    display: flex;
    flex-direction: column; }
  .booking-option-info .option-box .box .i-w, .booking-option-info-sitter .option-box-sitter .box .i-w {
    width: 100%;
    margin-left: 0;
    padding-bottom: 10px;
    margin-top: 10px; }
  .booking-option-info .option-box .box .i-w.birth, .booking-option-info-sitter .option-box-sitter .box .i-w.birth {
    width: 100%; }
  .booking-option-info .option-box .box .i-w .input, .booking-option-info-sitter .option-box-sitter .box .i-w .input {
    font-size: 14px; }
  .booking-option-info .option-box .box .i-w .input::placeholder, .booking-option-info-sitter .option-box-sitter .box .i-w .input::placeholder {
    font-size: 14px; }
  .booking-option-info .option-box .box p, .booking-option-info-sitter .option-box-sitter .box p {
    margin-top: 10px; }
  .booking-option-info .option-box .box p.guest-title, .booking-option-info-sitter .option-box-sitter .box p.guest-title {
    color: #000; }
  .booking-option-info .option-box .box div, .booking-option-info-sitter .option-box-sitter .box div {
    margin-left: 0px; } }

.booking-guest-info {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding: 40px 0;
  width: 100%; }
  @media (max-width: 767px) {
    .booking-guest-info {
      padding: 30px 0;
      margin-top: 30px; } }
  .booking-guest-info .b-t {
    display: flex;
    align-items: flex-end; }
  .booking-guest-info .cmt {
    color: #888;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .booking-guest-info .cmt {
        font-size: 13px;
        margin-top: 10px;
        margin-left: 0; } }
  .booking-guest-info .cmt i {
    font-size: 10px; }
  .booking-guest-info .cmt-red {
    cursor: pointer;
    color: #9c786f;
    font-size: 14px;
    margin-left: 10px;
    padding-bottom: 4px; }
    @media (max-width: 767px) {
      .booking-guest-info .cmt-red {
        font-size: 12px;
        margin-top: 10px; } }
  .booking-guest-info .cmt-red .badge {
    color: #9c786f;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 3px;
    border: 1px solid  #9c786f;
    font-weight: normal;
    cursor: pointer; }
  .booking-guest-info .room-box {
    margin-top: 40px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .booking-guest-info .room-box {
        margin-top: 10px;
        margin-left: 0; } }
    .booking-guest-info .room-box .title {
      font-size: 18px;
      font-weight: 400;
      color: #01558d; }
      @media (max-width: 767px) {
        .booking-guest-info .room-box .title {
          font-size: 16px; } }
    .booking-guest-info .room-box .guest-box {
      font-size: 16px;
      margin-top: 10px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .booking-guest-info .room-box .guest-box {
          display: block;
          font-size: 15px;
          margin-left: 15px; } }
      .booking-guest-info .room-box .guest-box .t {
        white-space: nowrap;
        font-weight: 300; }
      .booking-guest-info .room-box .guest-box .i-w {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        width: 150px;
        margin-left: 30px; }
        @media (max-width: 767px) {
          .booking-guest-info .room-box .guest-box .i-w {
            width: 100%;
            margin-left: 0;
            padding-bottom: 10px;
            margin-top: 10px; } }
        .booking-guest-info .room-box .guest-box .i-w.birth {
          width: 200px; }
          @media (max-width: 767px) {
            .booking-guest-info .room-box .guest-box .i-w.birth {
              width: 100%; } }
        .booking-guest-info .room-box .guest-box .i-w .input {
          width: 100%;
          border: none;
          font-size: 16px;
          font-weight: 400;
          font-family: "Noto Sans KR", sans-serif; }
          .booking-guest-info .room-box .guest-box .i-w .input::placeholder {
            font-size: 16px;
            color: #888;
            font-weight: 300 !important; }
            @media (max-width: 767px) {
              .booking-guest-info .room-box .guest-box .i-w .input::placeholder {
                font-size: 15px; } }
          @media (max-width: 767px) {
            .booking-guest-info .room-box .guest-box .i-w .input {
              font-size: 15px;
              font-weight: 300; } }

.booking-flight-info {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .booking-flight-info {
      padding-bottom: 30px; } }
  .booking-flight-info .cmt {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    margin-left: 20px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .booking-flight-info .cmt {
        font-size: 13px;
        margin-top: 10px;
        margin-left: 0; } }
  .booking-flight-info .f-t {
    display: none; }
    @media (max-width: 767px) {
      .booking-flight-info .f-t {
        display: block;
        font-size: 15px;
        margin-top: 15px;
        margin-left: 15px; } }
  .booking-flight-info .box {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .booking-flight-info .box {
        font-size: 14px;
        margin-top: 1px;
        margin-left: 15px; } }
    .booking-flight-info .box p {
      font-weight: 400; }
      @media (max-width: 767px) {
        .booking-flight-info .box p {
          display: none; } }
    .booking-flight-info .box .i-w {
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc;
      width: 250px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .booking-flight-info .box .i-w {
          width: 48%;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .booking-flight-info .box .i-w:nth-of-type(2) {
          margin-left: 30px; } }
      .booking-flight-info .box .i-w.wd2 {
        width: 250px;
        position: relative; }
        @media (max-width: 767px) {
          .booking-flight-info .box .i-w.wd2 {
            width: 180px; } }
        .booking-flight-info .box .i-w.wd2.sd::before {
          content: '※ 현지 출발일';
          position: absolute;
          right: -130px;
          top: 10px;
          font-size: 15px;
          color: #000; }
          @media (max-width: 767px) {
            .booking-flight-info .box .i-w.wd2.sd::before {
              display: none; } }
        .booking-flight-info .box .i-w.wd2::after {
          content: '';
          position: absolute;
          right: 0;
          top: 10px;
          width: 19px;
          height: 19px;
          background: url("/assets/images/common/calendar.png") no-repeat center/19px 19px; }
      .booking-flight-info .box .i-w .input {
        width: 100%;
        border: none;
        font-size: 16px;
        font-weight: 300;
        font-family: "Noto Sans KR", serif !important; }
        @media (max-width: 767px) {
          .booking-flight-info .box .i-w .input {
            font-size: 15px; } }
        .booking-flight-info .box .i-w .input::placeholder {
          font-size: 16px;
          color: #888; }
          @media (max-width: 767px) {
            .booking-flight-info .box .i-w .input::placeholder {
              font-size: 15px; } }
      .booking-flight-info .box .i-w .cc {
        font-size: 15px;
        margin-left: 30px; }

.booking-mtsd-info {
  border-top: 1px solid #000;
  padding: 40px 0;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300; }
  @media (max-width: 767px) {
    .booking-mtsd-info {
      padding: 30px 0; } }
  .booking-mtsd-info .mtsd-label {
    padding: 3px 8px;
    font-size: 13px;
    border-radius: 5px;
    background: #0b559b;
    color: #fff; }
  .booking-mtsd-info .mtsd-box {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center; }
    .booking-mtsd-info .mtsd-box .use_yn {
      cursor: pointer;
      color: #888;
      padding: 10px 20px;
      border: 1px solid #ccc;
      width: 50%;
      font-size: 18px; }
    @media (max-width: 767px) {
      .booking-mtsd-info .mtsd-box {
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
        align-items: center; }
        .booking-mtsd-info .mtsd-box .use_yn {
          width: 50%;
          font-size: 14px; } }
    .booking-mtsd-info .mtsd-box .use_yn:last-child {
      border-left: 0; }
    .booking-mtsd-info .mtsd-box .use_yn.on {
      color: #000;
      border: 1px solid #000; }
  .booking-mtsd-info .option-food {
    width: 100px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    font-family: "Noto Sans KR", sans-serif; }
    @media (max-width: 767px) {
      .booking-mtsd-info .option-food {
        width: 50%;
        float: right;
        font-size: 14px; } }
  .booking-mtsd-info .b-t {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .booking-mtsd-info .b-t .qmark-box {
      position: relative; }
      .booking-mtsd-info .b-t .qmark-box .qmark {
        margin-left: 10px;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
        @media (max-width: 767px) {
          .booking-mtsd-info .b-t .qmark-box .qmark {
            width: 18px;
            height: 18px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
  .booking-mtsd-info .f-t {
    display: none; }
    @media (max-width: 767px) {
      .booking-mtsd-info .f-t {
        display: block;
        font-size: 16px;
        margin-top: 14px; } }
  .booking-mtsd-info .box {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .booking-mtsd-info .box {
        font-size: 14px;
        margin-top: 15px;
        margin-left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap; } }
    .booking-mtsd-info .box p {
      font-weight: 400; }
      @media (max-width: 767px) {
        .booking-mtsd-info .box p {
          display: none; } }
    .booking-mtsd-info .box .i-w {
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc;
      width: 195px;
      margin-left: 30px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .booking-mtsd-info .box .i-w {
          font-weight: 300;
          width: 50%;
          margin-left: 0;
          padding: 5px 0; } }
      @media (max-width: 767px) {
        .booking-mtsd-info .box .i-w:nth-of-type(2) {
          /*margin-left: 30px;*/ } }
      .booking-mtsd-info .box .i-w.wd2 {
        width: 250px;
        position: relative; }
        .booking-mtsd-info .box .i-w.wd2.sd::before {
          content: '※ 현지 출발일';
          position: absolute;
          right: -130px;
          top: 10px;
          font-size: 15px;
          color: #000; }
          @media (max-width: 767px) {
            .booking-mtsd-info .box .i-w.wd2.sd::before {
              display: none; } }
        .booking-mtsd-info .box .i-w.wd2::after {
          content: '';
          position: absolute;
          right: 0;
          top: 10px;
          width: 19px;
          height: 19px;
          background: url("/assets/images/common/calendar.png") no-repeat center/19px 19px; }
      .booking-mtsd-info .box .i-w .input {
        width: 100%;
        border: none;
        font-size: 18px; }
        @media (max-width: 767px) {
          .booking-mtsd-info .box .i-w .input {
            font-size: 14px; } }
        .booking-mtsd-info .box .i-w .input::placeholder {
          font-size: 18px;
          color: #888; }
          @media (max-width: 767px) {
            .booking-mtsd-info .box .i-w .input::placeholder {
              font-size: 14px; } }
      .booking-mtsd-info .box .i-w .cc {
        font-size: 15px;
        margin-left: 30px; }
    .booking-mtsd-info .box .i-w.small {
      width: 150px; }
      @media (max-width: 767px) {
        .booking-mtsd-info .box .i-w.small {
          width: 45%;
          margin-left: 7px; } }

.booking-pickup-info {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .booking-pickup-info {
      margin-top: 50px; } }
  .booking-pickup-info .box {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .booking-pickup-info .box {
        font-size: 14px;
        margin-top: 15px; } }
    .booking-pickup-info .box .tt {
      width: 180px; }
    .booking-pickup-info .box .i-w {
      padding-bottom: 15px;
      margin-left: 30px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .booking-pickup-info .box .i-w {
          font-size: 14px;
          margin-left: 15px; } }
      .booking-pickup-info .box .i-w input {
        width: 20px;
        height: 20px; }

.booking-add-info {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .booking-add-info {
      margin-top: 50px; } }
  .booking-add-info .f-t {
    display: none; }
    @media (max-width: 767px) {
      .booking-add-info .f-t {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-top: 15px; } }
  .booking-add-info .box {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .booking-add-info .box {
        font-size: 14px;
        margin-top: 15px; } }
    @media (max-width: 767px) {
      .booking-add-info .box p {
        display: none; } }
    .booking-add-info .box .tt {
      width: 180px; }
    .booking-add-info .box .i-w {
      padding-bottom: 15px;
      margin-left: 30px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .booking-add-info .box .i-w {
          font-size: 14px;
          margin-left: 15px; } }
      .booking-add-info .box .i-w input {
        width: 20px;
        height: 20px; }

@media (max-width: 767px) {
  .booking-jeju-info {
    padding: 30px 0; } }

.booking-jeju-info .b-t {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .booking-jeju-info .b-t .qmark-box {
    position: relative; }
    .booking-jeju-info .b-t .qmark-box .qmark {
      margin-left: 10px;
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
      @media (max-width: 767px) {
        .booking-jeju-info .b-t .qmark-box .qmark {
          width: 18px;
          height: 18px;
          background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }

.booking-meal-info {
  border-top: 1px solid #000;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .booking-meal-info {
      padding: 30px 0; } }
  .booking-meal-info .b-t {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .booking-meal-info .b-t .qmark-box {
      position: relative; }
      .booking-meal-info .b-t .qmark-box .qmark {
        margin-left: 10px;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
        @media (max-width: 767px) {
          .booking-meal-info .b-t .qmark-box .qmark {
            width: 18px;
            height: 18px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
  .booking-meal-info .f-t {
    display: none; }
    @media (max-width: 767px) {
      .booking-meal-info .f-t {
        display: block;
        font-size: 15px;
        margin-top: 15px;
        margin-left: 15px; } }
  .booking-meal-info .box {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .booking-meal-info .box {
        font-size: 14px;
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: space-between; } }
    .booking-meal-info .box p {
      width: 80px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .booking-meal-info .box p {
          display: none; } }
    .booking-meal-info .box .i-w {
      padding-bottom: 15px;
      margin-left: 30px;
      font-size: 16px;
      border-bottom: 1px solid #ccc;
      width: 150px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .booking-meal-info .box .i-w {
          width: 48%;
          margin-left: 0;
          padding-bottom: 10px;
          font-size: 15px;
          font-weight: 300; } }
      .booking-meal-info .box .i-w .input {
        width: 100%;
        border: none;
        font-size: 18px; }
        @media (max-width: 767px) {
          .booking-meal-info .box .i-w .input {
            font-size: 14px; } }
      @media (max-width: 767px) {
        .booking-meal-info .box .i-w:nth-of-type(n+3) {
          margin-top: 10px; } }

.booking-beauty-info {
  border-top: 1px solid #000;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .booking-beauty-info {
      padding: 30px 0; } }
  .booking-beauty-info .b-t {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .booking-beauty-info .b-t .qmark-box {
      position: relative; }
      .booking-beauty-info .b-t .qmark-box .qmark {
        margin-left: 10px;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
        @media (max-width: 767px) {
          .booking-beauty-info .b-t .qmark-box .qmark {
            width: 18px;
            height: 18px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
  .booking-beauty-info .f-t {
    display: none; }
    @media (max-width: 767px) {
      .booking-beauty-info .f-t {
        display: block;
        font-size: 15px;
        margin-top: 15px;
        margin-left: 15px; } }
  .booking-beauty-info .box {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .booking-beauty-info .box {
        font-size: 14px;
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: space-between; } }
    .booking-beauty-info .box p {
      width: 80px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .booking-beauty-info .box p {
          display: none; } }
    .booking-beauty-info .box .i-w {
      padding-bottom: 15px;
      margin-left: 30px;
      font-size: 16px;
      border-bottom: 1px solid #ccc;
      width: 250px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .booking-beauty-info .box .i-w {
          width: 48%;
          margin-left: 0;
          padding-bottom: 10px;
          font-size: 15px;
          font-weight: 300; } }
      .booking-beauty-info .box .i-w .input {
        width: 100%;
        border: none;
        font-size: 16px;
        font-weight: 300;
        font-family: "Noto Sans KR", serif !important; }
        @media (max-width: 767px) {
          .booking-beauty-info .box .i-w .input {
            font-size: 15px; } }
        .booking-beauty-info .box .i-w .input::placeholder {
          font-size: 16px;
          color: #888; }
          @media (max-width: 767px) {
            .booking-beauty-info .box .i-w .input::placeholder {
              font-size: 15px; } }
    .booking-beauty-info .box .fwb {
      font-weight: 400; }

.booking-pororo-info {
  border-top: 1px solid #000;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .booking-pororo-info {
      padding: 30px 0; } }
  .booking-pororo-info .b-t {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .booking-pororo-info .b-t .qmark-box {
      position: relative; }
      .booking-pororo-info .b-t .qmark-box .qmark {
        margin-left: 10px;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
        @media (max-width: 767px) {
          .booking-pororo-info .b-t .qmark-box .qmark {
            width: 18px;
            height: 18px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
  .booking-pororo-info .f-t {
    display: none; }
    @media (max-width: 767px) {
      .booking-pororo-info .f-t {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-top: 15px; } }
  .booking-pororo-info .box {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .booking-pororo-info .box {
        font-size: 14px;
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: space-between; } }
    .booking-pororo-info .box p {
      width: 80px; }
      @media (max-width: 767px) {
        .booking-pororo-info .box p {
          display: none; } }
    .booking-pororo-info .box .i-w {
      padding-bottom: 15px;
      font-size: 16px;
      border-bottom: 1px solid #ccc;
      width: 200px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .booking-pororo-info .box .i-w {
          width: 48%;
          margin-left: 0;
          padding-bottom: 10px;
          font-size: 15px;
          font-weight: 300; } }
      .booking-pororo-info .box .i-w:nth-of-type(2) {
        margin-left: 30px; }
        @media (max-width: 767px) {
          .booking-pororo-info .box .i-w:nth-of-type(2) {
            margin-left: 0px; } }
      .booking-pororo-info .box .i-w.wd2 {
        width: 250px;
        position: relative; }
        .booking-pororo-info .box .i-w.wd2.sd::before {
          content: '※ 현지 출발일';
          position: absolute;
          right: -130px;
          top: 10px;
          font-size: 15px;
          color: #000; }
          @media (max-width: 767px) {
            .booking-pororo-info .box .i-w.wd2.sd::before {
              display: none; } }
        .booking-pororo-info .box .i-w.wd2::after {
          content: '';
          position: absolute;
          right: 0;
          top: 10px;
          width: 19px;
          height: 19px;
          background: url("/assets/images/common/calendar.png") no-repeat center/19px 19px; }
      .booking-pororo-info .box .i-w .input {
        width: 100%;
        border: none;
        font-size: 18px; }
        @media (max-width: 767px) {
          .booking-pororo-info .box .i-w .input {
            font-size: 14px; } }
      @media (max-width: 767px) {
        .booking-pororo-info .box .i-w:nth-of-type(n+3) {
          margin-top: 10px; } }

@media (max-width: 767px) {
  .booking-joycamp-info {
    margin-top: 0px; } }

.booking-joycamp-info .mtsd-label {
  padding: 3px 8px;
  font-size: 13px;
  border-radius: 5px;
  background: #0b559b;
  color: #fff;
  font-weight: 300 !important; }

.booking-joycamp-info .b-t {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .booking-joycamp-info .b-t .qmark-box {
    position: relative; }
    .booking-joycamp-info .b-t .qmark-box .qmark {
      margin-left: 10px;
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
      @media (max-width: 767px) {
        .booking-joycamp-info .b-t .qmark-box .qmark {
          width: 18px;
          height: 18px;
          background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }

.booking-joycamp-info .f-t {
  display: none; }
  @media (max-width: 767px) {
    .booking-joycamp-info .f-t {
      display: block;
      font-size: 16px;
      font-weight: 600;
      margin-top: 15px; } }

.booking-joycamp-info .box {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .booking-joycamp-info .box {
      font-size: 15px;
      margin-top: 15px;
      margin-left: 20px;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .booking-joycamp-info .box p {
    width: 160px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .booking-joycamp-info .box p {
        display: none; } }
  .booking-joycamp-info .box .i-w {
    padding-bottom: 15px;
    margin-left: 30px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    width: 200px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .booking-joycamp-info .box .i-w {
        width: 100%;
        margin-left: 0;
        padding-bottom: 10px;
        font-size: 15px;
        font-weight: 300; } }
    .booking-joycamp-info .box .i-w.wd2 {
      width: 250px;
      position: relative; }
      .booking-joycamp-info .box .i-w.wd2.sd::before {
        content: '※ 현지 출발일';
        position: absolute;
        right: -130px;
        top: 10px;
        font-size: 15px;
        color: #000; }
        @media (max-width: 767px) {
          .booking-joycamp-info .box .i-w.wd2.sd::before {
            display: none; } }
      .booking-joycamp-info .box .i-w.wd2::after {
        content: '';
        position: absolute;
        right: 0;
        top: 10px;
        width: 19px;
        height: 19px;
        background: url("/assets/images/common/calendar.png") no-repeat center/19px 19px; }
    .booking-joycamp-info .box .i-w .input {
      width: 100%;
      border: none;
      font-size: 16px;
      font-family: "Noto Sans KR", serif !important;
      font-weight: 300; }
      @media (max-width: 767px) {
        .booking-joycamp-info .box .i-w .input {
          font-size: 15px; } }
    @media (max-width: 767px) {
      .booking-joycamp-info .box .i-w:nth-of-type(n+3) {
        margin-top: 10px; } }

.join-form {
  margin-top: 35px; }
  @media (max-width: 767px) {
    .join-form {
      margin-top: 15px; } }
  .join-form li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .join-form li {
        display: block; } }
    .join-form li .left {
      height: 90px;
      line-height: 110px;
      width: 50%;
      border-bottom: 1px solid #ccc;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .join-form li .left {
          width: 100%;
          line-height: 50px;
          height: 50px; } }
      .join-form li .left p {
        width: 140px; }
        @media (max-width: 767px) {
          .join-form li .left p {
            display: none; } }
        .join-form li .left p .sbj {
          display: inline-block;
          position: relative;
          font-size: 18px; }
          .join-form li .left p .sbj::after {
            content: '●';
            position: absolute;
            top: -10px;
            right: -15px;
            font-size: 5px;
            transform: scale(0.6);
            color: #0099ff; }
          .join-form li .left p .sbj.hp::after {
            right: 40px; }
          .join-form li .left p .sbj select {
            width: 140px;
            border: none;
            height: 30px;
            font-size: 18px;
            color: #000;
            font-family: "Noto Sans KR", serif; }
      .join-form li .left .input input {
        height: 30px;
        font-size: 18px;
        width: 360px;
        border: none; }
        @media (max-width: 767px) {
          .join-form li .left .input input {
            width: 100%;
            font-size: 14px; } }
      .join-form li .left .input .hp {
        width: 130px; }
      .join-form li .left .input.hp-input {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .join-form li .left .input.hp-input div {
          margin-left: 30px;
          line-height: 69px;
          padding-top: 20px;
          border-bottom: 1px solid #ccc; }
        .join-form li .left .input.hp-input input {
          margin-left: 20px; }
      .join-form li .left .input.email-input {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .join-form li .left .input.email-input div {
          padding-top: 21px; }
        .join-form li .left .input.email-input div:nth-of-type(1) {
          border-bottom: 1px solid #ccc; }
          @media (max-width: 767px) {
            .join-form li .left .input.email-input div:nth-of-type(1) {
              width: 100%; } }
        .join-form li .left .input.email-input div:nth-of-type(2) {
          margin-left: 40px;
          border-bottom: 1px solid #ccc;
          width: 215px;
          position: relative; }
          .join-form li .left .input.email-input div:nth-of-type(2)::before {
            content: '@';
            position: absolute;
            top: 24px;
            left: -28px;
            font-size: 18px;
            color: #999; }
          .join-form li .left .input.email-input div:nth-of-type(2) select {
            width: 215px;
            border: none;
            height: 30px;
            font-size: 18px;
            color: #000;
            font-family: "Noto Sans KR"; }
      .join-form li .left.hp {
        border-bottom: none; }
        .join-form li .left.hp .sbj {
          border-bottom: 1px solid #ccc;
          line-height: 70px; }
      .join-form li .left.auth p {
        line-height: 110px; }
        .join-form li .left.auth p input {
          border: none;
          height: 30px;
          width: 360px;
          font-size: 1rem; }
          .join-form li .left.auth p input::placeholder {
            font-size: 1rem;
            color: #888;
            font-family: "Noto Sans KR"; }
      .join-form li .left.email {
        border-bottom: none;
        line-height: 70px; }
        .join-form li .left.email p {
          padding-top: 20px;
          border-bottom: 1px solid #ccc; }
    .join-form li .right {
      width: 50%;
      padding-left: 20px;
      height: 90px;
      line-height: 110px; }
      @media (max-width: 767px) {
        .join-form li .right {
          width: 100%;
          padding-left: 0;
          height: 50px;
          line-height: 50px; } }
      .join-form li .right .btn {
        display: inline-block;
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
        background: #003253;
        color: #fff;
        text-align: center;
        border: none; }
        .join-form li .right .btn.du {
          margin-left: 20px; }
        .join-form li .right .btn:disabled {
          background: #999 !important; }
      .join-form li .right .comment {
        color: #888888;
        font-size: 14px;
        padding-left: 20px;
        white-space: nowrap; }
      .join-form li .right .input input {
        height: 30px;
        font-size: 18px;
        width: 360px;
        border: none; }
      .join-form li .right .input.email-input {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .join-form li .right .input.email-input div:nth-of-type(1) {
          margin-left: 40px;
          width: 215px;
          position: relative; }
          .join-form li .right .input.email-input div:nth-of-type(1) select {
            width: 215px;
            border: none;
            height: 30px;
            font-size: 18px;
            color: #000;
            font-family: "Noto Sans KR"; }
            @media (max-width: 767px) {
              .join-form li .right .input.email-input div:nth-of-type(1) select {
                font-size: 14px; } }

.pop-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  background: #fff;
  z-index: 1000000000;
  padding-bottom: 50px;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18); }
  @media (max-width: 767px) {
    .pop-box {
      position: fixed !important;
      top: auto !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      transform: none !important;
      width: 100% !important;
      max-height: 88vh;
      overflow-y: auto;
      border-radius: 24px 24px 0 0;
      padding-bottom: calc(24px + env(safe-area-inset-bottom));
      box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.15); }
      .pop-box::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 14px auto 0; } }
  .pop-box .title {
    margin-top: 45px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #111; }
    @media (max-width: 767px) {
      .pop-box .title {
        margin-top: 0;
        font-size: 17px;
        font-weight: 700;
        text-align: left;
        padding: 16px 20px;
        border-bottom: 1px solid #f0f0f0; } }
    .pop-box .title span {
      font-weight: 700; }
  .pop-box .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50px;
    right: 50px;
    background: #f4f4f4 url("/assets/images/common/close_36_36.png") no-repeat center/14px 14px;
    border-radius: 50%;
    transition: background-color 0.15s; }
    .pop-box .close:hover {
      background-color: #e8e8e8; }
    @media (max-width: 767px) {
      .pop-box .close {
        width: 28px;
        height: 28px;
        top: 12px;
        right: 14px;
        background-size: 12px 12px; } }
  .pop-box .ex-box {
    padding: 0 80px; }
    @media (max-width: 767px) {
      .pop-box .ex-box {
        padding: 0 20px; } }
    .pop-box .ex-box .title {
      text-align: left;
      margin-top: 40px;
      font-size: 24px;
      font-weight: 600;
      border-bottom: none;
      padding: 0; }
      @media (max-width: 767px) {
        .pop-box .ex-box .title {
          margin-top: 20px;
          font-size: 15px;
          padding: 0;
          border-bottom: none; } }
    .pop-box .ex-box .txt {
      color: #555555;
      margin-top: 20px;
      font-size: 14px;
      line-height: 1.75; }
      .pop-box .ex-box .txt span {
        color: #000;
        font-weight: 500; }
    .pop-box .ex-box em {
      color: #707070;
      font-size: 13px;
      display: inline-block;
      padding: 4px 10px;
      border-radius: 20px;
      background: #f2f2f2; }

.pop-cancel-policy {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000;
  padding-bottom: 50px;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18); }
  @media (max-width: 767px) {
    .pop-cancel-policy {
      position: fixed !important;
      top: auto !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      transform: none !important;
      width: 100% !important;
      max-height: 85vh;
      overflow-y: auto;
      border-radius: 24px 24px 0 0;
      padding-bottom: calc(24px + env(safe-area-inset-bottom));
      box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.15); }
      .pop-cancel-policy::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 14px auto 0; } }
  .pop-cancel-policy .title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 16px 16px 0 0;
    background: #fff; }
    @media (max-width: 767px) {
      .pop-cancel-policy .title {
        font-size: 16px;
        padding: 12px 20px 16px;
        border-radius: 0; } }
    .pop-cancel-policy .title span {
      font-weight: 700; }
  .pop-cancel-policy .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    right: 16px;
    background: #f4f4f4 url("/assets/images/common/close_36_36.png") no-repeat center/14px 14px;
    border-radius: 50%;
    transition: background-color 0.15s; }
    .pop-cancel-policy .close:hover {
      background-color: #e8e8e8; }
    @media (max-width: 767px) {
      .pop-cancel-policy .close {
        width: 28px;
        height: 28px;
        top: 12px;
        right: 14px;
        background-size: 12px 12px; } }
  .pop-cancel-policy .cont {
    margin-top: 0;
    padding: 24px 28px 0;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.75;
    color: #333; }
    @media (max-width: 767px) {
      .pop-cancel-policy .cont {
        padding: 20px 20px 0;
        font-size: 14px; } }

.pop-promotion {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000;
  padding-bottom: 50px;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18); }
  @media (max-width: 767px) {
    .pop-promotion {
      position: fixed !important;
      top: auto !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      transform: none !important;
      width: 100% !important;
      max-height: 85vh;
      overflow-y: auto;
      border-radius: 24px 24px 0 0;
      padding-bottom: calc(24px + env(safe-area-inset-bottom));
      box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.15); }
      .pop-promotion::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 14px auto 0; } }
  .pop-promotion ul {
    list-style: circle !important;
    margin: 1em 0 !important;
    padding-left: 20px;
    margin-top: 0px !important; }
    @media (max-width: 767px) {
      .pop-promotion ul {
        font-size: 14px; } }
  .pop-promotion ul li {
    list-style: circle !important;
    word-wrap: break-word;
    word-break: break-word; }
  .pop-promotion ul li.sub-date {
    list-style: none !important;
    margin-left: 20px;
    word-wrap: break-word;
    word-break: break-word; }
  .pop-promotion .title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 16px 16px 0 0;
    background: #fff; }
    @media (max-width: 767px) {
      .pop-promotion .title {
        font-size: 16px;
        padding: 12px 20px 16px;
        border-radius: 0; } }
    .pop-promotion .title span {
      font-weight: 700; }
  .pop-promotion .main-title {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin: 16px 0 6px;
    color: #333; }
    @media (max-width: 767px) {
      .pop-promotion .main-title {
        font-size: 15px; } }
  .pop-promotion .sub-title {
    font-weight: 600;
    color: #444; }
    @media (max-width: 767px) {
      .pop-promotion .sub-title {
        font-size: 14px; } }
  .pop-promotion .promotion-info {
    font-size: 14px;
    line-height: 1.75;
    color: #555; }
    @media (max-width: 767px) {
      .pop-promotion .promotion-info {
        font-size: 13px; } }
  .pop-promotion .benefit-info {
    font-size: 14px;
    line-height: 1.75;
    color: #333; }
  .pop-promotion .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    right: 16px;
    background: #f4f4f4 url("/assets/images/common/close_36_36.png") no-repeat center/14px 14px;
    border-radius: 50%;
    transition: background-color 0.15s; }
    .pop-promotion .close:hover {
      background-color: #e8e8e8; }
    @media (max-width: 767px) {
      .pop-promotion .close {
        width: 28px;
        height: 28px;
        top: 12px;
        right: 14px;
        background-size: 12px 12px; } }
  .pop-promotion .cont {
    margin-top: 0;
    padding: 20px 28px 0;
    font-size: 14px;
    line-height: 1.75;
    color: #333; }
    @media (max-width: 767px) {
      .pop-promotion .cont {
        padding: 16px 20px 0; } }

.pop-pkg-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000;
  padding-bottom: 50px;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18); }
  @media (max-width: 767px) {
    .pop-pkg-box {
      position: fixed !important;
      top: auto !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      transform: none !important;
      width: 100% !important;
      max-height: 85vh;
      overflow-y: auto;
      border-radius: 24px 24px 0 0;
      padding-bottom: calc(24px + env(safe-area-inset-bottom));
      box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.15); }
      .pop-pkg-box::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 14px auto 0; } }
  .pop-pkg-box div.title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 16px 16px 0 0;
    background: #fff; }
    @media (max-width: 767px) {
      .pop-pkg-box div.title {
        font-size: 16px;
        padding: 12px 20px 16px;
        border-radius: 0; } }
    .pop-pkg-box div.title span {
      font-weight: 700; }
  .pop-pkg-box .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    right: 16px;
    background: #f4f4f4 url("/assets/images/common/close_36_36.png") no-repeat center/14px 14px;
    border-radius: 50%;
    transition: background-color 0.15s; }
    .pop-pkg-box .close:hover {
      background-color: #e8e8e8; }
    @media (max-width: 767px) {
      .pop-pkg-box .close {
        width: 28px;
        height: 28px;
        top: 12px;
        right: 14px;
        background-size: 12px 12px; } }
  .pop-pkg-box .cont {
    margin-top: 0;
    padding: 20px 28px 0;
    font-size: 14px;
    line-height: 1.75;
    color: #333; }
    @media (max-width: 767px) {
      .pop-pkg-box .cont {
        padding: 16px 20px 0; } }
  .pop-pkg-box table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    table-layout: auto; }
    @media (max-width: 767px) {
      .pop-pkg-box table {
        margin-top: 20px; } }
    .pop-pkg-box table th {
      background: #f2f2f2;
      font-size: 14px;
      font-weight: 400;
      padding: 7px 0;
      text-align: center;
      border: 1px solid #e5e5e5;
      word-break: keep-all; }
      @media (max-width: 767px) {
        .pop-pkg-box table th {
          font-size: 13px; } }
    .pop-pkg-box table th.title {
      font-size: 16px;
      padding: 10px 0; }
      @media (max-width: 767px) {
        .pop-pkg-box table th.title {
          font-size: 16px; } }
    .pop-pkg-box table th.title .sub-title {
      font-weight: normal !important;
      font-size: 14px !important; }
      @media (max-width: 767px) {
        .pop-pkg-box table th.title .sub-title {
          font-size: 12px !important; } }
    .pop-pkg-box table td {
      font-size: 14px;
      padding: 7px 0;
      border: 1px solid #e5e5e5;
      word-break: keep-all;
      overflow-wrap: break-word;
      /* 단어가 넘칠 때 잘림 */
      white-space: normal; }
      @media (max-width: 767px) {
        .pop-pkg-box table td {
          font-size: 13px; } }
    .pop-pkg-box table td .point {
      color: #01558d !important; }
    .pop-pkg-box table td.title {
      font-weight: bold;
      text-align: center !important;
      font-size: 14px; }
      @media (max-width: 767px) {
        .pop-pkg-box table td.title {
          font-size: 13px; } }
    .pop-pkg-box table td.center {
      text-align: center !important; }
    .pop-pkg-box table td:first-child {
      text-align: center; }
    .pop-pkg-box table td:last-child {
      text-align: left;
      padding: 7px 7px; }

.pop-joy-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000;
  padding-bottom: 50px;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  /* ===== 모바일: bottom-sheet 스타일 ===== */ }
  @media (max-width: 767px) {
    .pop-joy-box {
      position: fixed !important;
      top: auto !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      transform: none !important;
      width: 100% !important;
      max-height: 85vh;
      overflow-y: auto;
      border-radius: 24px 24px 0 0;
      padding-bottom: calc(24px + env(safe-area-inset-bottom));
      box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.15);
      /* 상단 드래그 핸들 효과 */ }
      .pop-joy-box::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 14px auto 0; } }
  .pop-joy-box .title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 16px 16px 0 0;
    background: #fff;
    letter-spacing: -0.3px; }
    @media (max-width: 767px) {
      .pop-joy-box .title {
        font-size: 16px;
        padding: 12px 20px 16px;
        border-radius: 0; } }
    .pop-joy-box .title span {
      font-weight: 700; }
  .pop-joy-box .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    right: 16px;
    background: #f4f4f4;
    border-radius: 50%;
    background-image: url("/assets/images/common/close_36_36.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    transition: background-color 0.15s; }
    .pop-joy-box .close:hover {
      background-color: #e8e8e8; }
    @media (max-width: 767px) {
      .pop-joy-box .close {
        width: 28px;
        height: 28px;
        top: 12px;
        right: 14px;
        background-size: 12px 12px; } }
  .pop-joy-box .cont {
    margin-top: 0;
    padding: 24px 28px 0;
    font-size: 14px;
    line-height: 1.75;
    color: #333; }
    .pop-joy-box .cont ul {
      padding-left: 16px; }
      .pop-joy-box .cont ul li {
        margin-bottom: 4px; }
    .pop-joy-box .cont p {
      margin-bottom: 6px; }
    .pop-joy-box .cont strong {
      color: #111; }
    @media (max-width: 767px) {
      .pop-joy-box .cont {
        padding: 20px 20px 0;
        font-size: 14px;
        line-height: 1.8; } }

.sub-room-gallery-box {
  overflow-x: hidden;
  margin: 100px auto 100px !important;
  position: relative;
  background: #f8f8f8;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .sub-room-gallery-box {
      width: 100% !important;
      margin: 0 auto 50px !important; } }
  .sub-room-gallery-box .b-gallery {
    position: relative;
    z-index: 100;
    height: 930px;
    padding: 120px 0; }
    .sub-room-gallery-box .b-gallery .swiper-ga-big {
      width: 1040px;
      overflow: visible;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .sub-room-gallery-box .b-gallery .swiper-ga-big {
          width: 100%; } }
      .sub-room-gallery-box .b-gallery .swiper-ga-big img {
        width: 1000px;
        height: 625px; }
        @media (max-width: 767px) {
          .sub-room-gallery-box .b-gallery .swiper-ga-big img {
            width: 100%;
            height: 250px;
            object-fit: cover; } }
    @media (max-width: 767px) {
      .sub-room-gallery-box .b-gallery {
        padding: 60px 20px;
        height: 420px; } }
    .sub-room-gallery-box .b-gallery .swiper-nav {
      position: relative;
      margin: 50px auto 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .sub-room-gallery-box .b-gallery .swiper-nav .swiper-btn {
        position: relative;
        width: 80px;
        margin-left: 30px;
        margin-top: -6px; }
        .sub-room-gallery-box .b-gallery .swiper-nav .swiper-btn .swiper-prev {
          display: inline-block;
          width: 11px;
          height: 17px;
          background: url("/assets/images/common/swiper_arrow_left.png") no-repeat center/11px 17px; }
        .sub-room-gallery-box .b-gallery .swiper-nav .swiper-btn .swiper-next {
          display: inline-block;
          width: 11px;
          height: 17px;
          background: url("/assets/images/common/swiper_arrow_right.png") no-repeat center/11px 17px;
          margin-left: 20px; }
      .sub-room-gallery-box .b-gallery .swiper-nav .swiper-pagination {
        position: relative;
        width: auto !important; }
        .sub-room-gallery-box .b-gallery .swiper-nav .swiper-pagination .swiper-pagination-bullet {
          width: 10px !important;
          height: 10px !important; }
    .sub-room-gallery-box .b-gallery.pop {
      height: 630px;
      padding: 40px 0;
      overflow: hidden;
      text-align: center; }
      @media (max-width: 767px) {
        .sub-room-gallery-box .b-gallery.pop {
          height: 430px;
          padding: 20px 0; } }
      .sub-room-gallery-box .b-gallery.pop img {
        width: 800px;
        height: 500px; }
        @media (max-width: 767px) {
          .sub-room-gallery-box .b-gallery.pop img {
            width: 100%;
            height: 300px;
            object-fit: cover; } }
      .sub-room-gallery-box .b-gallery.pop .swiper-ga-big {
        width: 800px; }
      .sub-room-gallery-box .b-gallery.pop .swiper-nav {
        margin: 40px auto 0; }
  .sub-room-gallery-box .s-gallery {
    margin-top: 120px; }
    @media (max-width: 767px) {
      .sub-room-gallery-box .s-gallery {
        margin-top: 80px;
        padding: 0 20px; } }
    .sub-room-gallery-box .s-gallery .swiper-slide p {
      font-size: 18px;
      font-weight: 300;
      margin-top: 20px; }
    .sub-room-gallery-box .s-gallery h5 {
      font-size: 32px;
      font-weight: 600;
      font-family: 'Cormorant Garamond', serif;
      text-align: center; }
      @media (max-width: 767px) {
        .sub-room-gallery-box .s-gallery h5 {
          font-size: 26px; } }
    .sub-room-gallery-box .s-gallery .swiper-ga-sm {
      width: 1400px;
      overflow: visible;
      margin: 50px auto 0; }
      @media (max-width: 767px) {
        .sub-room-gallery-box .s-gallery .swiper-ga-sm {
          width: 100%; } }
      .sub-room-gallery-box .s-gallery .swiper-ga-sm img {
        width: 320px;
        height: 200px; }
        @media (max-width: 767px) {
          .sub-room-gallery-box .s-gallery .swiper-ga-sm img {
            width: 100%;
            height: 250px;
            object-fit: cover; } }
    .sub-room-gallery-box .s-gallery .swiper-nav {
      position: relative;
      margin: 70px auto 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .sub-room-gallery-box .s-gallery .swiper-nav {
          margin: 40px auto 0; } }
      .sub-room-gallery-box .s-gallery .swiper-nav .swiper-btn {
        position: relative;
        width: 80px;
        margin-left: 30px;
        margin-top: -6px; }
        .sub-room-gallery-box .s-gallery .swiper-nav .swiper-btn .swiper-prev {
          display: inline-block;
          width: 11px;
          height: 17px;
          background: url("/assets/images/common/swiper_arrow_left.png") no-repeat center/11px 17px; }
        .sub-room-gallery-box .s-gallery .swiper-nav .swiper-btn .swiper-next {
          display: inline-block;
          width: 11px;
          height: 17px;
          background: url("/assets/images/common/swiper_arrow_right.png") no-repeat center/11px 17px;
          margin-left: 20px; }
      .sub-room-gallery-box .s-gallery .swiper-nav .swiper-pagination {
        position: relative;
        width: auto !important; }
        .sub-room-gallery-box .s-gallery .swiper-nav .swiper-pagination .swiper-pagination-bullet {
          width: 10px !important;
          height: 10px !important; }
  .sub-room-gallery-box.pop {
    margin: 30px auto 30px !important; }

.m-sel {
  display: none; }
  @media (max-width: 767px) {
    .m-sel {
      display: block; } }

.rest-list-section {
  background: #fff;
  margin: 70px auto 0 !important;
  padding-bottom: 180px; }
  @media (max-width: 767px) {
    .rest-list-section {
      width: 100% !important;
      margin: 20px auto 0 !important;
      padding-bottom: 90px; } }
  .rest-list-section .rest-list-box {
    width: 1400px;
    margin: 80px auto 0 !important; }
    @media (max-width: 767px) {
      .rest-list-section .rest-list-box {
        width: 100% !important;
        padding: 0 20px;
        margin: 20px auto 0 !important; } }
    .rest-list-section .rest-list-box .list-box {
      display: flex;
      justify-content: space-around;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .rest-list-section .rest-list-box .list-box {
          display: block;
          padding-top: 0; } }
      .rest-list-section .rest-list-box .list-box li {
        width: 400px;
        margin-bottom: 30px;
        /* 아래 간격 */
        background: #fff;
        overflow: hidden; }
        @media (max-width: 767px) {
          .rest-list-section .rest-list-box .list-box li {
            width: 100%; } }
        @media (max-width: 767px) {
          .rest-list-section .rest-list-box .list-box li.mmt30 {
            margin-top: 30px !important; } }
        .rest-list-section .rest-list-box .list-box li .img-box {
          width: 100%;
          height: 250px;
          /* 직사각형 비율 */
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          @media (max-width: 767px) {
            .rest-list-section .rest-list-box .list-box li .img-box {
              height: 200px; } }
        .rest-list-section .rest-list-box .list-box li .info-box {
          padding: 20px 20px 20px 0;
          text-align: left; }
          @media (max-width: 767px) {
            .rest-list-section .rest-list-box .list-box li .info-box {
              padding: 10px 10px 10px 0; } }
          .rest-list-section .rest-list-box .list-box li .info-box .restaurant-name {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #222; }
          .rest-list-section .rest-list-box .list-box li .info-box .restaurant-type {
            font-size: 14px;
            color: #666;
            margin-bottom: 8px; }
          .rest-list-section .rest-list-box .list-box li .info-box .restaurant-desc {
            font-size: 14px;
            color: #888;
            line-height: 1.4; }
        .rest-list-section .rest-list-box .list-box li .logo {
          width: 672px;
          height: 420px;
          background: url("/assets/images/common/act_logo.png") no-repeat center/360px 125px; }
          @media (max-width: 767px) {
            .rest-list-section .rest-list-box .list-box li .logo {
              display: none; } }
        .rest-list-section .rest-list-box .list-box li .bottom {
          margin-top: 40px;
          text-align: center; }
          @media (max-width: 767px) {
            .rest-list-section .rest-list-box .list-box li .bottom {
              margin-top: 20px; } }
          .rest-list-section .rest-list-box .list-box li .bottom .b-01 {
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            .rest-list-section .rest-list-box .list-box li .bottom .b-01 h3 {
              font-size: 23px;
              margin-bottom: 10px;
              font-family: 'Cormorant Garamond', serif; }
              @media (max-width: 767px) {
                .rest-list-section .rest-list-box .list-box li .bottom .b-01 h3 {
                  font-size: 20px;
                  word-break: keep-all;
                  text-align: left; } }
            .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more {
              display: flex;
              justify-content: flex-end;
              align-items: center;
              width: 110px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              @media (max-width: 767px) {
                .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more {
                  width: 90px;
                  box-sizing: border-box; } }
              .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more a {
                display: inline-block;
                width: 110px;
                height: 34px;
                line-height: 34px;
                border: 1px solid #bfbfbf;
                font-family: 'poppins', serif;
                font-size: .8rem;
                text-align: center; }
                @media (max-width: 767px) {
                  .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more a {
                    width: 100px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 13px; } }
                @media (max-width: 767px) {
                  .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more a {
                    font-size: 11px !important; } }
              .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span {
                position: absolute;
                background: #003253;
                opacity: 0;
                transition: .35s;
                z-index: 5; }
                .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span:nth-of-type(1) {
                  left: 0;
                  top: 0;
                  height: 1px;
                  width: 0; }
                .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span:nth-of-type(2) {
                  left: 0;
                  top: 0;
                  height: 0;
                  width: 1px; }
                .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span:nth-of-type(3) {
                  bottom: 0;
                  right: 0;
                  height: 0;
                  width: 1px; }
                .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span:nth-of-type(4) {
                  right: 0;
                  bottom: 0;
                  height: 1px;
                  width: 0; }
              .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span {
                opacity: 1; }
                .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span:nth-of-type(1), .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span:nth-of-type(4) {
                  width: 100%; }
                .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span:nth-of-type(2), .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span:nth-of-type(3) {
                  height: 100%; }
              .rest-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover img {
                transform: scale(1.1, 1.1); }
          .rest-list-section .rest-list-box .list-box li .bottom .b-02 {
            font-size: 14px;
            color: #555; }
            @media (max-width: 767px) {
              .rest-list-section .rest-list-box .list-box li .bottom .b-02 {
                font-size: 14px; } }

.event-list-section {
  margin: 70px auto 0 !important;
  padding-bottom: 180px; }
  @media (max-width: 767px) {
    .event-list-section {
      width: 100% !important; } }
  .event-list-section .rest-list-box {
    width: 1400px;
    margin: 80px auto 0 !important; }
    @media (max-width: 767px) {
      .event-list-section .rest-list-box {
        width: 100% !important;
        /*padding: 0 20px;*/
        margin: 50px auto 0 !important; } }
    .event-list-section .rest-list-box .list-box {
      padding-top: 70px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .event-list-section .rest-list-box .list-box {
          display: block;
          padding-top: 0; } }
      @media (max-width: 767px) {
        .event-list-section .rest-list-box .list-box:nth-of-type(1) {
          padding-top: 40px; } }
      .event-list-section .rest-list-box .list-box li {
        width: 672px;
        margin-bottom: 100px; }
        @media (max-width: 767px) {
          .event-list-section .rest-list-box .list-box li {
            width: 100%;
            margin-bottom: 60px; } }
        @media (max-width: 767px) {
          .event-list-section .rest-list-box .list-box li.mmt30 {
            margin-top: 30px !important; } }
        .event-list-section .rest-list-box .list-box li .img-box {
          width: 100%;
          /* 부모 컨테이너의 크기에 맞게 설정 */
          height: 460px;
          /* 고정 높이 설정 (필요 시 조정) */
          background-position: center;
          /* 이미지를 가운데 정렬 */
          background-size: cover;
          /* 이미지 비율을 유지하면서 컨테이너를 가득 채움 */
          background-repeat: no-repeat;
          /* 이미지 반복 방지 */
          background-color: #f4f4f4;
          /* 이미지 로딩 전에 보이는 배경색 */ }
          @media (max-width: 767px) {
            .event-list-section .rest-list-box .list-box li .img-box {
              height: 350px; } }
        .event-list-section .rest-list-box .list-box li .logo {
          width: 672px;
          height: 420px;
          background: url("/assets/images/common/act_logo.png") no-repeat center/360px 125px; }
          @media (max-width: 767px) {
            .event-list-section .rest-list-box .list-box li .logo {
              display: none; } }
        .event-list-section .rest-list-box .list-box li .bottom {
          margin-top: 30px;
          display: flex;
          flex-direction: column;
          padding: 0 0 0 10px; }
          @media (max-width: 767px) {
            .event-list-section .rest-list-box .list-box li .bottom {
              margin-top: 20px;
              padding: 0 20px; } }
          .event-list-section .rest-list-box .list-box li .bottom .b-01 {
            order: 0;
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            @media (max-width: 767px) {
              .event-list-section .rest-list-box .list-box li .bottom .b-01 {
                flex-direction: column;
                /* 세로 배치 */
                gap: 10px;
                /* 요소 간 간격 추가 */
                order: 2;
                /* .b-01을 아래로 이동 */ } }
            .event-list-section .rest-list-box .list-box li .bottom .b-01 h2 {
              font-size: 25px;
              font-weight: 400; }
              @media (max-width: 767px) {
                .event-list-section .rest-list-box .list-box li .bottom .b-01 h2 {
                  font-size: 18px; } }
            @media (max-width: 767px) {
              .event-list-section .rest-list-box .list-box li .bottom .b-01 div:first-child {
                flex: none;
                /* 기본 크기로 유지 */
                width: 100%;
                /* 각 요소가 가득 차게 설정 */
                text-align: left;
                /* 텍스트 왼쪽 정렬 */ } }
            .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more {
              position: relative;
              width: 140px;
              height: 44px; }
              @media (max-width: 767px) {
                .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more {
                  width: 100px;
                  height: 30px;
                  margin-left: auto;
                  /* 버튼을 오른쪽으로 정렬 */
                  text-align: right;
                  /* 버튼 내부 텍스트 오른쪽 정렬 */ } }
              .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more a {
                display: inline-block;
                width: 140px;
                height: 44px;
                line-height: 44px;
                border: 1px solid #bfbfbf;
                font-family: 'poppins', serif;
                font-size: .875rem;
                text-align: center; }
                @media (max-width: 767px) {
                  .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more a {
                    width: 100px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 13px; } }
              .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span {
                position: absolute;
                background: #003253;
                opacity: 0;
                transition: .35s;
                z-index: 5; }
                .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span:nth-of-type(1) {
                  left: 0;
                  top: 0;
                  height: 1px;
                  width: 0; }
                .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span:nth-of-type(2) {
                  left: 0;
                  top: 0;
                  height: 0;
                  width: 1px; }
                .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span:nth-of-type(3) {
                  bottom: 0;
                  right: 0;
                  height: 0;
                  width: 1px; }
                .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more span:nth-of-type(4) {
                  right: 0;
                  bottom: 0;
                  height: 1px;
                  width: 0; }
              .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span {
                opacity: 1; }
                .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span:nth-of-type(1), .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span:nth-of-type(4) {
                  width: 100%; }
                .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span:nth-of-type(2), .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover span:nth-of-type(3) {
                  height: 100%; }
              .event-list-section .rest-list-box .list-box li .bottom .b-01 .btn-more:hover img {
                transform: scale(1.1, 1.1); }
          .event-list-section .rest-list-box .list-box li .bottom .b-02 {
            order: 0;
            font-size: 1.125rem;
            font-weight: 300; }
            @media (max-width: 767px) {
              .event-list-section .rest-list-box .list-box li .bottom .b-02 {
                font-size: 16px;
                order: 1;
                /* .b-02를 위로 이동 */ } }
        .event-list-section .rest-list-box .list-box li:nth-of-type(2) {
          margin-left: 56px; }
          @media (max-width: 767px) {
            .event-list-section .rest-list-box .list-box li:nth-of-type(2) {
              margin-left: 0; } }

/* 기본 오버레이 스타일 */
.event-ended {
  position: relative;
  pointer-events: none;
  /* 클릭 비활성화 */ }

/* 어두운 오버레이 */
.event-ended::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* 어두운 반투명 배경 */
  z-index: 1;
  /* 텍스트와 구분을 위한 레이어 설정 */ }

/* "종료된 이벤트" 텍스트 */
.event-ended::after {
  content: "종료 이벤트";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  /*background: rgba(0, 0, 0, 0.8);*/
  /* 텍스트 배경도 어두운 색 */
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.5rem;
  text-align: center;
  z-index: 2;
  /* 오버레이보다 위에 표시 */ }

.btn-add-guest {
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  font-size: 1rem;
  background: #003253;
  color: #fff;
  text-align: center;
  border: none; }
  @media (max-width: 767px) {
    .btn-add-guest {
      display: inline-block;
      width: 100%;
      height: 36px;
      line-height: 36px;
      font-size: 0.9rem;
      background: #003253;
      color: #fff;
      text-align: center;
      border: none; } }
  .btn-add-guest:hover {
    color: #fff; }

.btn-delete-guest {
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  font-size: 1rem;
  background: #e03131;
  color: #fff;
  text-align: center;
  border: none; }
  @media (max-width: 767px) {
    .btn-delete-guest {
      display: inline-block;
      width: 100%;
      height: 36px;
      line-height: 36px;
      font-size: 0.8rem;
      background: #e03131;
      color: #fff;
      text-align: center;
      border: none; } }
  .btn-delete-guest:hover {
    color: #fff; }

.option-food {
  width: 100px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: 300;
  font-family: "Noto Sans KR", serif !important; }
  @media (max-width: 767px) {
    .option-food {
      font-size: 15px; } }

#opt-discount-area {
  font-size: 15px !important; }

#opt-txt .b {
  font-size: 18px; }

#opt-joy-txt {
  font-size: 16px !important; }
  #opt-joy-txt .b {
    font-size: 18px; }

#discount-txt {
  font-size: 15px !important; }
  #discount-txt .b {
    font-size: 15px; }

#option-benefit-txt {
  display: flex !important;
  flex-direction: column;
  font-size: 15px !important; }
  #option-benefit-txt .b {
    font-size: 16px; }
  #option-benefit-txt li:nth-of-type(n+2) {
    margin-top: 10px !important; }
  #option-benefit-txt li.right {
    justify-content: flex-end !important; }

.bbn {
  border-bottom: none !important; }

@media (max-width: 767px) {
  .br-dpn br {
    display: none; } }

@media (max-width: 767px) {
  .m-dpn {
    display: none; } }

.act-table-section .fac-title {
  font-size: 48px;
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
  text-align: center; }
  @media (max-width: 767px) {
    .act-table-section .fac-title {
      font-size: 26px; } }

@media (max-width: 767px) {
  .act-table-section {
    width: 100% !important; } }

.act-table-section .table-box {
  margin: 100px 0 200px; }
  @media (max-width: 767px) {
    .act-table-section .table-box {
      margin: 70px 0 100px; } }
  .act-table-section .table-box li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 70px;
    line-height: 70px; }
    @media (max-width: 767px) {
      .act-table-section .table-box li {
        display: block;
        height: 100px;
        line-height: 20px;
        padding-top: 10px; } }
    .act-table-section .table-box li p:first-child {
      font-size: 1.125rem;
      font-weight: 600;
      width: 15%;
      padding-left: 30px; }
      @media (max-width: 767px) {
        .act-table-section .table-box li p:first-child {
          width: 100%;
          font-size: 12px; } }
    .act-table-section .table-box li p:last-child {
      font-size: 1.125rem;
      font-weight: 300; }
      @media (max-width: 767px) {
        .act-table-section .table-box li p:last-child {
          padding-left: 30px;
          width: 100%;
          font-size: 12px; } }
    .act-table-section .table-box li:first-child {
      border-top: 1px solid #000; }
    .act-table-section .table-box li:last-child {
      border-bottom: 1px solid #000; }
    .act-table-section .table-box li:nth-of-type(n+2) {
      border-top: 1px solid #e5e5e5; }

.act-table-section .table-box2 {
  margin: 0 0 200px; }
  @media (max-width: 767px) {
    .act-table-section .table-box2 {
      padding: 0 20px; } }
  .act-table-section .table-box2 .t {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .act-table-section .table-box2 .t {
        font-size: 18px; } }
  .act-table-section .table-box2 li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 70px;
    line-height: 70px; }
    @media (max-width: 767px) {
      .act-table-section .table-box2 li {
        height: 100px;
        display: block;
        line-height: 25px; } }
    .act-table-section .table-box2 li p {
      height: 70px; }
      @media (max-width: 767px) {
        .act-table-section .table-box2 li p {
          height: auto; } }
    .act-table-section .table-box2 li p:first-child {
      font-size: 1.125rem;
      font-weight: 600;
      width: 23%;
      padding-left: 30px;
      background: #f4fbff; }
      @media (max-width: 767px) {
        .act-table-section .table-box2 li p:first-child {
          font-size: 14px;
          width: 100%;
          background: none;
          padding-left: 0; } }
    .act-table-section .table-box2 li p:nth-of-type(2) {
      width: 57%;
      padding-left: 15px; }
      @media (max-width: 767px) {
        .act-table-section .table-box2 li p:nth-of-type(2) {
          font-size: 12px;
          width: 100%;
          padding-left: 0; } }
    .act-table-section .table-box2 li p:last-child {
      width: 20%;
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 25px;
      padding-top: 10px;
      border-left: 1px solid #e5e5e5;
      padding-left: 15px; }
      @media (max-width: 767px) {
        .act-table-section .table-box2 li p:last-child br {
          display: none; } }
      @media (max-width: 767px) {
        .act-table-section .table-box2 li p:last-child {
          font-size: 12px;
          width: 100%;
          padding-left: 0;
          padding-top: 0;
          border-bottom: 1px solid #ccc; } }
      .act-table-section .table-box2 li p:last-child.one {
        padding-top: 0;
        padding-left: 0;
        text-align: center;
        line-height: 70px; }
        @media (max-width: 767px) {
          .act-table-section .table-box2 li p:last-child.one {
            line-height: 25px;
            text-align: left; } }
    .act-table-section .table-box2 li:first-child p {
      border-top: 1px solid #000; }
      @media (max-width: 767px) {
        .act-table-section .table-box2 li:first-child p {
          border-top: none; } }
    .act-table-section .table-box2 li:last-child p {
      border-bottom: 1px solid #000; }
      @media (max-width: 767px) {
        .act-table-section .table-box2 li:last-child p {
          border-bottom: none; } }
    .act-table-section .table-box2 li:nth-of-type(n+2) p {
      border-top: 1px solid #e5e5e5; }
      @media (max-width: 767px) {
        .act-table-section .table-box2 li:nth-of-type(n+2) p {
          border-top: none; } }

.agree-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 820px;
  z-index: 999999;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden; }
  .agree-pop .title {
    text-align: center;
    position: sticky;
    top: 0;
    width: 1200px;
    height: 120px;
    line-height: 120px;
    background: #003253;
    font-size: 32px;
    color: #fff; }
    .agree-pop .title .btn-close {
      position: absolute;
      top: 0;
      right: 45px;
      width: 30px;
      height: 30px;
      z-index: 100; }
      .agree-pop .title .btn-close a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url("/assets/images/common/btn_agree_close.png") no-repeat center/30px 30px; }
  .agree-pop .cont {
    padding: 0 40px 60px 80px; }
    .agree-pop .cont .tit {
      margin: 50px 0 30px;
      font-size: 24px; }
    .agree-pop .cont .cmt {
      color: #555555; }

.floating-menu {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 1000; }

.floating-menu svg {
  width: 30px;
  height: 30px; }
  @media (max-width: 767px) {
    .floating-menu svg {
      width: 20px !important;
      height: 20px !important; } }

.floating-menu button {
  background-color: #0071bc;
  color: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.3s;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* PC 기본 설정 */
.floating-menu button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* 동그라미 */
  flex-direction: column;
  /* 아이콘 위, 텍스트 아래 */ }

.floating-menu .icon {
  margin-bottom: 4px; }

.floating-menu .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1; }

/* 모바일용 설정 */
@media (max-width: 767px) {
  .floating-menu button {
    width: 120px;
    height: 45px;
    border-radius: 30px;
    /* 타원형 pill 모양 */
    flex-direction: row;
    /* 아이콘 왼쪽, 텍스트 오른쪽 */
    padding: 0 10px; }
  .floating-menu .icon {
    display: flex;
    /* 아이콘을 감싸서 세로 중앙정렬 */
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 8px; }
  .floating-menu .icon svg {
    width: 20px;
    height: 20px; }
  .floating-menu .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    /* 라인 높이를 1로 */
    display: flex;
    align-items: center;
    /* 텍스트도 세로중앙 정렬 */
    justify-content: center; } }

/* 마우스 호버시 살짝 색상 진하게 */
.floating-menu button:hover {
  background-color: #005fa3; }

.floating-menu .icon {
  margin-bottom: 4px;
  /* 아이콘과 텍스트 사이 간격 */ }

.floating-menu .icon svg {
  width: 30px;
  height: 30px; }

.floating-menu .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1; }

.reservation-layer {
  display: none;
  overflow: hidden;
  background: rgba(30, 30, 30, 0.8) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 0 !important;
  z-index: 9999;
  /* 닫기 버튼 */ }
  .reservation-layer .btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #cccccc;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s; }
  .reservation-layer .btn-close:hover {
    color: #ffffff; }

.reservation-layer .reservation-title {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
  text-align: center;
  color: #ffffff;
  background: transparent;
  /* ★ 배경 투명 */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.reservation-layer .reservation-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.reservation-layer .reservation-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.reservation-layer .reservation-menu li a {
  display: block;
  padding: 16px 20px;
  font-size: 15px;
  color: #dddddd;
  /* 연회색 글자 */
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  background: transparent;
  /* ★ 배경 없음 */ }

.reservation-layer .reservation-menu li a:hover {
  background: rgba(0, 113, 188, 0.8);
  /* 약간 투명한 파랑 */
  color: #ffffff;
  font-weight: 600; }

/* PC용 */
.reservation-layer.pc {
  position: fixed;
  width: 320px;
  background: rgba(255, 255, 255, 0.95);
  /* 약간 반투명 */
  border-radius: 16px;
  /* 부드러운 둥근 모서리 */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  /* 깊은 그림자 */
  overflow: hidden;
  display: none;
  z-index: 9999;
  backdrop-filter: blur(6px);
  /* 살짝 블러 효과 */
  animation: fadeInUp 0.3s ease-out; }

/* 등장 애니메이션 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* 모바일용 */
.reservation-layer.mobile {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 40%;
  background: rgba(30, 30, 30, 0.85);
  /* 어두운 투명 배경 */
  backdrop-filter: blur(8px);
  display: none;
  /* 기본은 숨김 */
  transition: bottom 0.4s ease;
  z-index: 9999; }

/* 버튼 누르면 show 클래스로 올라오게 */
.reservation-layer.mobile.show {
  display: block;
  bottom: 0; }

.right-floating {
  position: fixed;
  right: clamp(10px, 4vw, 30px);
  /* 최소 10px, 최대 50px, 보통은 5% */
  bottom: 300px;
  z-index: 100; }
  @media (max-width: 767px) {
    .right-floating {
      display: none; } }

@keyframes maskMove {
  from {
    left: 0%; }
  to {
    left: 100%; } }

@keyframes imgOpacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.image-motion {
  position: relative;
  overflow: hidden; }
  .image-motion img {
    transition: all .5s ease-in-out; }
  .image-motion:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff; }
  .image-motion.xx:after {
    animation: 1s maskMove forwards running; }
  .image-motion.xx img {
    opacity: 0;
    animation: 1.5s imgOpacity forwards running; }
  .image-motion:hover img {
    transform: scale(1.1); }

.txt-motion {
  margin-top: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .3s ease, transform .3s ease;
  will-change: opacity; }
  .txt-motion.on {
    opacity: 1;
    transform: translateY(0); }

.chk-container {
  font-size: 20px;
  height: 45px; }
  .chk-container input[type="checkbox"] {
    display: none; }
  .chk-container label {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #707070;
    position: relative;
    width: 20px;
    height: 20px; }
  .chk-container input[type="checkbox"]:checked + label::after {
    content: '';
    font-size: 25px;
    width: 14px;
    height: 10px;
    text-align: center;
    position: absolute;
    left: 2px;
    top: 4px;
    background: url("/assets/images/common/chk.png") no-repeat center/14px 10px; }

.flex1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url("/assets/images/icon/loading.gif") no-repeat center/64px 64px;
  z-index: 99999999999; }

#screen-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.2); }

.timer-wrapper {
  position: relative; }
  .timer-wrapper .timer-box {
    position: absolute;
    left: 90%;
    top: 2px;
    color: #999;
    white-space: nowrap; }
    .timer-wrapper .timer-box.info {
      left: 70%; }
      @media (max-width: 767px) {
        .timer-wrapper .timer-box.info {
          left: 88%;
          top: 3px;
          font-size: .8rem; } }
    @media (max-width: 767px) {
      .timer-wrapper .timer-box {
        left: 60%;
        top: 3px;
        font-size: .8rem; } }

#complete-title {
  margin-top: 30px;
  font-size: 28px; }
  @media (max-width: 767px) {
    #complete-title {
      font-size: 20px; } }

#complete-title.warning {
  color: red; }

#btn-home {
  margin-top: 50px;
  display: inline-block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  background: #003253;
  color: #fff;
  text-align: center;
  border: none; }

.jtable {
  margin-top: 50px; }
  .jtable.mtx {
    margin-top: 0; }
  .jtable th {
    background: #495057;
    padding: 15px 0;
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    color: #fff;
    font-weight: 400; }
    .jtable th:first-child {
      border-left: none; }
    .jtable th:last-child {
      border-right: none; }
  .jtable td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px 0;
    font-weight: 300;
    font-size: .9rem; }
    .jtable td:first-child {
      border-left: none; }
    .jtable td:last-child {
      border-right: none; }
  .jtable > tbody > tr:first-child > td {
    border-top: 1px solid #adb5bd; }
  .jtable .none {
    padding: 20px 0; }
  .jtable.event-list th:nth-of-type(1) {
    width: 5%; }
  .jtable.event-list th:nth-of-type(2) {
    width: 70%; }
  .jtable.event-list th:nth-of-type(3) {
    width: 15%; }
  .jtable.event-list th:nth-of-type(4) {
    width: 10%; }
  .jtable.event-list tbody td:nth-of-type(2) {
    text-align: left !important;
    padding-left: 10px !important; }
    @media (max-width: 767px) {
      .jtable.event-list tbody td:nth-of-type(2) {
        padding-left: 0 !important; } }
  @media (max-width: 767px) {
    .jtable.event-list {
      table-layout: fixed; }
      .jtable.event-list thead {
        display: none !important; }
      .jtable.event-list tbody > tr > td:last-child {
        padding-bottom: 40px !important;
        border-bottom: 1px solid #ccc !important; }
      .jtable.event-list tbody td {
        display: block;
        border: none !important;
        font-size: .9rem;
        height: 38px;
        line-height: 30px;
        text-align: left;
        text-indent: 100px;
        position: relative; }
        .jtable.event-list tbody td::before {
          content: '';
          position: absolute;
          left: -100px;
          font-weight: bold; }
        .jtable.event-list tbody td:nth-of-type(1)::before {
          content: '번호'; }
        .jtable.event-list tbody td:nth-of-type(2)::before {
          content: '제목'; }
        .jtable.event-list tbody td:nth-of-type(3)::before {
          content: '기간'; }
        .jtable.event-list tbody td:nth-of-type(4)::before {
          content: '작성일'; } }
  .jtable.qna-list th:nth-of-type(1) {
    width: 5%; }
  .jtable.qna-list th:nth-of-type(2) {
    width: 10%; }
  .jtable.qna-list th:nth-of-type(3) {
    width: 55%; }
  .jtable.qna-list th:nth-of-type(4) {
    width: 10%; }
  .jtable.qna-list th:nth-of-type(5) {
    width: 10%; }
  .jtable.qna-list th:nth-of-type(6) {
    width: 10%; }
  .jtable.qna-list tbody td:nth-of-type(3) {
    text-align: left !important;
    padding-left: 10px !important; }
    @media (max-width: 767px) {
      .jtable.qna-list tbody td:nth-of-type(3) {
        padding-left: 0 !important; } }
  @media (max-width: 767px) {
    .jtable.qna-list {
      table-layout: fixed; }
      .jtable.qna-list thead {
        display: none !important; }
      .jtable.qna-list tbody > tr > td:last-child {
        padding-bottom: 40px !important;
        border-bottom: 1px solid #ccc !important; }
      .jtable.qna-list tbody td {
        display: block;
        border: none !important;
        font-size: .9rem;
        height: 38px;
        line-height: 30px;
        text-align: left;
        text-indent: 100px;
        position: relative; }
        .jtable.qna-list tbody td::before {
          content: '';
          position: absolute;
          left: -100px;
          font-weight: bold; }
        .jtable.qna-list tbody td:nth-of-type(1)::before {
          content: '번호'; }
        .jtable.qna-list tbody td:nth-of-type(2)::before {
          content: '구분'; }
        .jtable.qna-list tbody td:nth-of-type(3)::before {
          content: '제목'; }
        .jtable.qna-list tbody td:nth-of-type(4)::before {
          content: '작성자'; }
        .jtable.qna-list tbody td:nth-of-type(5)::before {
          content: '작성일'; }
        .jtable.qna-list tbody td:nth-of-type(6)::before {
          content: '답변상태'; }
      .jtable.qna-list tbody td.ok-qna-area a {
        display: inline !important;
        padding: 5px 20px;
        font-size: 14px !important;
        display: inline-block;
        width: 30%;
        height: 36px;
        line-height: 36px;
        font-size: 1rem;
        background: #003253;
        color: #fff;
        text-align: center;
        border: none; } }
  .jtable.reserve-list th:nth-of-type(1) {
    width: 7%; }
  .jtable.reserve-list th:nth-of-type(2) {
    width: 11%; }
  .jtable.reserve-list th:nth-of-type(3) {
    width: 12%; }
  .jtable.reserve-list th:nth-of-type(4) {
    width: 11%; }
  .jtable.reserve-list th:nth-of-type(5) {
    width: 11%; }
  .jtable.reserve-list th:nth-of-type(6) {
    width: 9%; }
  .jtable.reserve-list th:nth-of-type(7) {
    width: 7%; }
  .jtable.reserve-list th:nth-of-type(8) {
    width: 10%; }
  .jtable.reserve-list th:nth-of-type(9) {
    width: 7%; }
  .jtable.reserve-list th:nth-of-type(10) {
    width: 8%; }
  .jtable.reserve-list tbody td:nth-of-type(3), .jtable.reserve-list tbody td:nth-of-type(4) {
    text-align: left !important;
    padding-left: 10px !important; }
    @media (max-width: 767px) {
      .jtable.reserve-list tbody td:nth-of-type(3), .jtable.reserve-list tbody td:nth-of-type(4) {
        padding-left: 0 !important; } }
  @media (max-width: 767px) {
    .jtable.reserve-list {
      table-layout: fixed; }
      .jtable.reserve-list thead {
        display: none !important; }
      .jtable.reserve-list tbody > tr > td:last-child {
        padding-bottom: 40px !important;
        border-bottom: 1px solid #ccc !important; }
      .jtable.reserve-list tbody td {
        display: block;
        border: none !important;
        font-size: .9rem;
        height: 38px;
        line-height: 30px;
        text-align: left;
        text-indent: 100px;
        position: relative; }
        .jtable.reserve-list tbody td::before {
          content: '';
          position: absolute;
          left: -100px;
          font-weight: 500; }
        .jtable.reserve-list tbody td:nth-of-type(1)::before {
          content: '예약일'; }
        .jtable.reserve-list tbody td:nth-of-type(2)::before {
          content: '예약코드'; }
        .jtable.reserve-list tbody td:nth-of-type(3)::before {
          content: '체크인/아웃'; }
        .jtable.reserve-list tbody td:nth-of-type(4)::before {
          content: '예약객실'; }
        .jtable.reserve-list tbody td:nth-of-type(5)::before {
          content: '인원'; }
        .jtable.reserve-list tbody td:nth-of-type(6)::before {
          content: '총금액'; }
        .jtable.reserve-list tbody td:nth-of-type(7)::before {
          content: '예약상태'; }
        .jtable.reserve-list tbody td:nth-of-type(8)::before {
          content: '취소가능일'; }
        .jtable.reserve-list tbody td:nth-of-type(9)::before {
          content: '취소'; }
        .jtable.reserve-list tbody td:nth-of-type(10)::before {
          content: '바우처'; } }
  @media (max-width: 767px) {
    .jtable.notice-list {
      table-layout: fixed; }
      .jtable.notice-list thead {
        display: none !important; }
      .jtable.notice-list tbody > tr > td:last-child {
        padding-bottom: 40px !important;
        border-bottom: 1px solid #ccc !important; }
      .jtable.notice-list tbody td {
        display: block;
        border: none !important;
        font-size: .9rem;
        height: 38px;
        line-height: 30px;
        text-align: left;
        text-indent: 100px;
        position: relative; }
        .jtable.notice-list tbody td::before {
          content: '';
          position: absolute;
          left: -100px;
          font-weight: bold; }
        .jtable.notice-list tbody td:nth-of-type(1)::before {
          content: '번호'; }
        .jtable.notice-list tbody td:nth-of-type(2)::before {
          content: '구분'; }
        .jtable.notice-list tbody td:nth-of-type(3)::before {
          content: '제목'; }
        .jtable.notice-list tbody td:nth-of-type(4)::before {
          content: '등록일'; } }
  @media (max-width: 767px) {
    .jtable.joy-list {
      table-layout: fixed; }
      .jtable.joy-list thead {
        display: none !important; }
      .jtable.joy-list tbody > tr > td:last-child {
        padding-bottom: 40px !important;
        border-bottom: 1px solid #ccc !important; }
      .jtable.joy-list tbody td {
        display: block;
        border: none !important;
        font-size: .9rem;
        height: 38px;
        line-height: 30px;
        text-align: left;
        text-indent: 100px;
        position: relative; }
        .jtable.joy-list tbody td::before {
          content: '';
          position: absolute;
          left: -100px;
          font-weight: 500; }
        .jtable.joy-list tbody td:nth-of-type(1)::before {
          content: '예약일'; }
        .jtable.joy-list tbody td:nth-of-type(2)::before {
          content: '예약코드'; }
        .jtable.joy-list tbody td:nth-of-type(3)::before {
          content: '예약상태'; }
        .jtable.joy-list tbody td:nth-of-type(4)::before {
          content: '총금액'; } }
  @media (max-width: 767px) {
    .jtable.joycare-list {
      table-layout: fixed; }
      .jtable.joycare-list thead {
        display: none !important; }
      .jtable.joycare-list tbody > tr > td:last-child {
        padding-bottom: 40px !important;
        border-bottom: 1px solid #ccc !important; }
      .jtable.joycare-list tbody td {
        display: block;
        border: none !important;
        font-size: .9rem;
        height: 38px;
        line-height: 30px;
        text-align: left;
        text-indent: 100px;
        position: relative; }
        .jtable.joycare-list tbody td::before {
          content: '';
          position: absolute;
          left: -100px;
          font-weight: 500; }
        .jtable.joycare-list tbody td:nth-of-type(1)::before {
          content: '예약일'; }
        .jtable.joycare-list tbody td:nth-of-type(2)::before {
          content: '예약코드'; }
        .jtable.joycare-list tbody td:nth-of-type(3)::before {
          content: '예약상태'; }
        .jtable.joycare-list tbody td:nth-of-type(4)::before {
          content: '총금액'; } }

.floating-kakao {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 172px;
  height: auto;
  z-index: 999999; }
  @media (max-width: 767px) {
    .floating-kakao {
      width: 120px; } }
  @media (max-width: 767px) {
    .floating-kakao img {
      width: 120px;
      height: 30px; } }

.pickup .title {
  font-size: 42px; }
  @media (max-width: 767px) {
    .pickup .title {
      font-size: 24px; } }

.pickup .e {
  margin-top: 50px;
  font-size: 20px; }
  @media (max-width: 767px) {
    .pickup .e {
      font-size: 16px;
      text-align: left; } }
  .pickup .e span {
    color: #0090ec; }

.pickup .line {
  margin: 50px 0 40px;
  height: 1px;
  background: #ccc;
  width: 100%; }
  @media (max-width: 767px) {
    .pickup .line {
      margin: 30px 0 20px; } }

.pickup .a {
  font-size: 18px; }
  @media (max-width: 767px) {
    .pickup .a {
      font-size: 16px;
      text-align: left; } }
  .pickup .a span {
    color: #0090ec; }
  .pickup .a .em {
    margin-top: 10px; }
  .pickup .a .m {
    margin-top: 30px; }

.pickup .row-line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .pickup .row-line {
      display: block; } }
  .pickup .row-line .row {
    margin-top: 50px;
    text-align: left; }
    @media (max-width: 767px) {
      .pickup .row-line .row {
        margin-top: 40px; } }
    .pickup .row-line .row .tit {
      color: #0090ec;
      font-size: 30px;
      padding-bottom: 10px;
      border-bottom: 1px solid #0090ec; }
      @media (max-width: 767px) {
        .pickup .row-line .row .tit {
          font-size: 1rem; } }
      .pickup .row-line .row .tit span {
        font-size: 12px;
        font-weight: 300; }
    .pickup .row-line .row .txt {
      margin-top: 20px;
      font-size: 1rem;
      font-weight: 300; }
      .pickup .row-line .row .txt .bold {
        font-weight: 500; }
      .pickup .row-line .row .txt ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          .pickup .row-line .row .txt ul {
            display: block; } }
        .pickup .row-line .row .txt ul li {
          font-size: 13px;
          width: 100%;
          height: 120px; }
          @media (max-width: 767px) {
            .pickup .row-line .row .txt ul li {
              width: 100%;
              height: auto; }
              .pickup .row-line .row .txt ul li:nth-of-type(n+1) {
                margin-top: 30px; } }
          .pickup .row-line .row .txt ul li a {
            color: #0090ec; }
    .pickup .row-line .row:nth-of-type(n+2) {
      margin-left: 50px; }
      @media (max-width: 767px) {
        .pickup .row-line .row:nth-of-type(n+2) {
          margin-left: 0; } }

.pickup-wrapper {
  background: #f8f8f8;
  width: 100%;
  padding: 70px 0; }
  @media (max-width: 767px) {
    .pickup-wrapper {
      padding: 40px 20px; } }
  @media (max-width: 767px) {
    .pickup-wrapper .sub-width {
      width: 100% !important; } }
  .pickup-wrapper .t1 {
    font-size: 24px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .pickup-wrapper .t1 {
        font-size: 16px; } }
  .pickup-wrapper p {
    margin-top: 20px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .pickup-wrapper p {
        font-size: 15px; } }
  .pickup-wrapper span {
    font-weight: 300;
    padding-left: 10px;
    font-size: 15px; }
    @media (max-width: 767px) {
      .pickup-wrapper span {
        font-size: 13px;
        padding-left: 0; } }
  .pickup-wrapper .line {
    margin: 40px 0;
    height: 1px;
    width: 100%;
    background: #ccc; }
  .pickup-wrapper .b {
    font-weight: 300;
    font-size: 15px; }

.f-r-btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: #0090ec;
  color: #fff;
  text-align: center;
  border: none;
  text-indent: 0; }

.m-table {
  width: 70%;
  margin: 0 auto;
  display: table; }
  .m-table tr:first-child > td {
    border-top: 1px solid #ccc !important; }
  .m-table td {
    padding: 15px 0 15px 15px;
    text-align: left;
    border-bottom: 1px solid #ccc; }
  .m-table td:nth-child(odd) {
    background: #f8f9fa;
    width: 150px; }
  @media (max-width: 767px) {
    .m-table {
      display: none; } }

.info1 {
  margin-top: 20px; }
  .info1 .right-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/assets/images/icon/a_u.png") no-repeat center/12px 12px;
    transform: rotate(90deg); }
  .info1 .upgrade-badge {
    font-size: 10px;
    display: inline-block;
    padding: 2px 6px;
    background: #f0c911;
    border-radius: 5px;
    color: #fff; }
    @media (max-width: 767px) {
      .info1 .upgrade-badge {
        padding: 0px 4px;
        font-size: 9px; } }
  .info1 ul {
    display: none; }
    @media (max-width: 767px) {
      .info1 ul {
        display: block; } }
    .info1 ul li {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      line-height: 50px;
      height: 50px; }
      @media (max-width: 767px) {
        .info1 ul li {
          align-items: unset;
          line-height: 40px;
          height: 40px; } }
      .info1 ul li:nth-of-type(1) {
        border-top: 2px solid #777; }
      .info1 ul li:last-of-type p {
        border-bottom: 1px solid #777; }
      .info1 ul li p {
        font-size: 14px; }
        @media (max-width: 767px) {
          .info1 ul li p {
            font-size: 13px; } }
        .info1 ul li p:nth-of-type(1) {
          width: 35%;
          background: #f8f9fa;
          text-align: center;
          border-right: 1px solid #777; }
        .info1 ul li p:nth-of-type(2) {
          width: 65%;
          padding-left: 10px; }
          @media (max-width: 767px) {
            .info1 ul li p:nth-of-type(2) {
              font-weight: 300; } }
  .info1 ul.promotion {
    display: none; }
    @media (max-width: 767px) {
      .info1 ul.promotion {
        display: block; }
        .info1 ul.promotion li.line-height {
          line-height: 18px; } }
    .info1 ul.promotion li {
      font-size: 12px; }
      .info1 ul.promotion li:nth-of-type(1) {
        background: #f8f9fa;
        text-align: center;
        border-bottom: 1px solid #eee; }
  .info1 ul.promotion-code {
    display: none;
    margin-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .info1 ul.promotion-code {
        display: block;
        margin-top: 30px;
        margin-bottom: 80px; }
        .info1 ul.promotion-code li.line-height {
          line-height: 18px; }
        .info1 ul.promotion-code li.height {
          height: 20px;
          font-size: 14px;
          font-weight: bold; }
        .info1 ul.promotion-code li.tit {
          font-size: 18px;
          text-align: center;
          background: #f8f9fa;
          border-bottom: 1px solid #eee; }
        .info1 ul.promotion-code .p-title {
          display: flex;
          justify-content: space-between; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .info1 ul.promotion-code .p-title {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 767px) {
          .info1 ul.promotion-code .p-title .benefit-area {
            text-align: right;
            font-weight: 300; } }
      @media (max-width: 767px) and (max-width: 767px) {
        .info1 ul.promotion-code .p-title .benefit-area {
          text-align: left;
          font-weight: 300; } }
    @media (max-width: 767px) {
        .info1 ul.promotion-code .font-bold {
          font-weight: 400; }
        .info1 ul.promotion-code .text-right {
          text-align: right; } }
    .info1 ul.promotion-code li {
      font-size: 12px;
      display: block !important; }
  .info1 p.tit {
    font-weight: 400px; }
  .info1 p.benefit {
    font-size: 14px;
    font-weight: 300; }

.policy-wrapper {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); }
  @media (max-width: 767px) {
    .policy-wrapper {
      width: 100%; } }
  .policy-wrapper .tit {
    font-size: 20px;
    font-weight: 600;
    color: #003253;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0071bc; }
  .policy-wrapper .cont {
    font-size: 15px;
    line-height: 1.7;
    color: #333; }
    .policy-wrapper .cont .agree_info,
    .policy-wrapper .cont .common_info {
      margin-top: 10px;
      padding-left: 10px;
      line-height: 1.9; }
      .policy-wrapper .cont .agree_info p,
      .policy-wrapper .cont .common_info p {
        margin-bottom: 10px; }
      .policy-wrapper .cont .agree_info ul,
      .policy-wrapper .cont .common_info ul {
        margin-left: 30px; }
      .policy-wrapper .cont .agree_info ul li,
      .policy-wrapper .cont .common_info ul li {
        list-style: circle; }
    @media (max-width: 767px) {
      .policy-wrapper .cont {
        font-size: 13px; }
        .policy-wrapper .cont ul {
          margin-left: 18px;
          line-height: 1.9; } }
  @media (max-width: 767px) {
    .policy-wrapper {
      padding: 20px; }
      .policy-wrapper .tit {
        font-size: 18px; } }

.rooming-wrapper {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .rooming-wrapper {
      width: 100%; } }
  .rooming-wrapper .tit {
    font-size: 22px;
    font-weight: 600;
    color: #003253;
    margin-bottom: 20px;
    border-bottom: 2px solid #0071bc;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .rooming-wrapper .tit {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0; } }
  .rooming-wrapper .rooming-list-grid {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .rooming-wrapper .room-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
  .rooming-wrapper .room-header2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .rooming-wrapper .room-header2 .room-no {
      font-weight: 400;
      font-size: 16px;
      color: #01558d; }
    .rooming-wrapper .room-header2 .room-type {
      font-size: 14px;
      background: #01558d;
      color: #fff;
      padding: 4px 10px;
      border-radius: 20px;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .rooming-wrapper .room-header2 .room-type {
          margin-top: 6px; } }
  .rooming-wrapper .room-pkg {
    border-bottom: 1px solid #ddd;
    margin-top: 6px;
    padding-bottom: 10px;
    font-size: 15px; }
    @media (max-width: 767px) {
      .rooming-wrapper .room-pkg {
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-top: 6px; } }
  .rooming-wrapper .room-info {
    margin-top: 10px;
    display: flex; }
    @media (max-width: 767px) {
      .rooming-wrapper .room-info {
        flex-direction: column;
        margin-bottom: 10px; } }
  .rooming-wrapper .room-info p {
    font-size: 14px; }
  .rooming-wrapper .guest-section .guest-title {
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px; }
  .rooming-wrapper .guest-section .guest-list {
    width: 80%;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .rooming-wrapper .guest-section .guest-list {
        width: 100%; } }
    .rooming-wrapper .guest-section .guest-list li {
      font-size: 13px;
      padding: 6px 0;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .rooming-wrapper .guest-section .guest-list li {
          flex-direction: column; } }
      .rooming-wrapper .guest-section .guest-list li p .title {
        font-weight: 500;
        color: #000; }
        @media (max-width: 767px) {
          .rooming-wrapper .guest-section .guest-list li p .title {
            width: 30%;
            display: inline-block; } }
      .rooming-wrapper .guest-section .guest-list li p .value {
        margin-left: 10px;
        color: #333; }

.joycamp-wrapper {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px; }
  .joycamp-wrapper .tit {
    font-size: 22px;
    font-weight: 600;
    color: #003253;
    margin-bottom: 20px;
    border-bottom: 2px solid #0071bc;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .joycamp-wrapper .tit {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0; } }
  @media (max-width: 767px) {
    .joycamp-wrapper {
      margin-top: 30px;
      width: 100%; } }
  .joycamp-wrapper .room-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px; }
  .joycamp-wrapper .room-card:last-child {
    margin-bottom: 0; }
  .joycamp-wrapper .room-header2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd; }
    .joycamp-wrapper .room-header2 .room-no {
      font-weight: 400;
      font-size: 16px;
      color: #01558d; }
    .joycamp-wrapper .room-header2 .room-type {
      font-size: 14px;
      background: #01558d;
      color: #fff;
      padding: 4px 10px;
      border-radius: 20px;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .joycamp-wrapper .room-header2 .room-type {
          margin-top: 6px; } }
  .joycamp-wrapper .item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0; }
    .joycamp-wrapper .item .label {
      font-weight: 500;
      color: #003253;
      flex: 1; }
      @media (max-width: 767px) {
        .joycamp-wrapper .item .label {
          font-weight: 600;
          font-size: 15px; } }
    .joycamp-wrapper .item .value {
      flex: 2;
      color: #333;
      text-align: right; }
  .joycamp-wrapper .item:last-child {
    border-bottom: none; }
  .joycamp-wrapper .room-card-info .label {
    font-weight: 500;
    color: #003253;
    flex: 1;
    padding: 12px 0; }
    @media (max-width: 767px) {
      .joycamp-wrapper .room-card-info .label {
        font-weight: 600;
        font-size: 15px; } }
  .joycamp-wrapper .room-card .guest-list {
    width: 70%;
    margin-left: auto;
    padding: 12px 16px;
    background-color: #f9fafa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #333; }
    @media (max-width: 767px) {
      .joycamp-wrapper .room-card .guest-list {
        width: 100%; } }
    .joycamp-wrapper .room-card .guest-list .guest-row {
      display: flex;
      justify-content: space-between;
      padding: 6px 0;
      border-bottom: 1px dashed #d6dbe1; }
      .joycamp-wrapper .room-card .guest-list .guest-row:last-child {
        border-bottom: none; }
      .joycamp-wrapper .room-card .guest-list .guest-row .name {
        font-weight: 500;
        color: #2c3e50; }
      .joycamp-wrapper .room-card .guest-list .guest-row .age {
        color: #6b7280; }

.additional-wrapper {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .additional-wrapper {
      width: 100%;
      margin-top: 30px; } }
  .additional-wrapper .tit {
    font-size: 22px;
    font-weight: 600;
    color: #003253;
    margin-bottom: 20px;
    border-bottom: 2px solid #0071bc;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .additional-wrapper .tit {
        font-size: 13px;
        line-height: 24px;
        margin-top: 0; } }

@media (max-width: 767px) {
  .additional-wrapper .writeTable1 tbody th {
    font-size: 12px; } }

@media (max-width: 767px) {
  .additional-wrapper .writeTable1 tbody td {
    font-size: 12px; } }

.payment-wrapper {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  line-height: 28px;
  word-break: keep-all; }
  @media (max-width: 767px) {
    .payment-wrapper {
      width: 100%; } }
  .payment-wrapper .tit {
    font-size: 22px;
    font-weight: 600;
    color: #003253;
    margin-bottom: 20px;
    border-bottom: 2px solid #0071bc;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .payment-wrapper .tit {
        font-size: 18px; } }
  @media (max-width: 767px) {
    .payment-wrapper {
      font-size: 13px;
      line-height: 24px;
      margin-top: 0; } }

.b-d-box {
  margin-top: 30px;
  text-align: center; }
  .b-d-box .btn-b-d {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #0090ec;
    color: #fff;
    text-align: center;
    border: none; }
    @media (max-width: 767px) {
      .b-d-box .btn-b-d {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        background: #0090ec;
        color: #fff;
        text-align: center;
        border: none;
        margin-top: 10px; } }
  .b-d-box .btn-b-b {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #000;
    color: #fff;
    text-align: center;
    border: none;
    margin-right: 13px; }
    @media (max-width: 767px) {
      .b-d-box .btn-b-b {
        margin-right: 0;
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        background: #000;
        color: #fff;
        text-align: center;
        border: none; } }

.btn-vo {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  background: #0090ec;
  color: #fff;
  text-align: center;
  border: none; }
  .btn-vo:hover {
    color: #fff; }
  @media (max-width: 767px) {
    .btn-vo {
      display: inline-block;
      width: 100%;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      background: #0090ec;
      color: #fff;
      text-align: center;
      border: none; } }

.writeTable1 {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.writeTable1 tbody th {
  vertical-align: middle;
  background: #f8f9fa;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px; }

.writeTable1 tr {
  border-top: 1px solid #ccc; }

.writeTable1 tbody td {
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  vertical-align: middle; }

.bakg1 {
  background: #f7f4f8 !important; }

.bakg2 {
  background: #f8f8f8 !important; }

.daterangepicker {
  position: absolute;
  color: #222;
  background-color: #fff;
  border-radius: 16px;
  border: none;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 10px;
  top: 100px;
  left: 20px;
  z-index: 9001;
  display: none;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden; }
  @media (max-width: 767px) {
    .daterangepicker {
      width: 90%;
      left: 20px !important; } }

/*.daterangepicker:before, .daterangepicker:after {*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    border-bottom-color: rgba(0, 0, 0, 0.2);*/
/*    content: '';*/
/*}*/
/*.daterangepicker:before {*/
/*    top: -7px;*/
/*    border-right: 7px solid transparent;*/
/*    border-left: 7px solid transparent;*/
/*    border-bottom: 7px solid #999999;*/
/*}*/
.daterangepicker:after,
.daterangepicker:before {
  display: none; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

/*.daterangepicker.opensright:before {*/
/*    left: 9px;*/
/*}*/
.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker .drp-calendar {
  display: none; }

.daterangepicker .drp-calendar.left {
  padding: 24px 20px 16px;
  border-right: 1px solid #f0f0f0; }

.daterangepicker .drp-calendar.right {
  padding: 24px 20px 16px; }

.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #222;
  border: solid #222;
  border-width: 0 1.5px 1.5px 0;
  border-radius: 0;
  display: inline-block;
  padding: 4px; }

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.15s ease; }

.daterangepicker .calendar-table {
  border: none;
  border-radius: 0;
  background-color: #fff; }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #111;
  border-radius: 50%; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  cursor: default;
  pointer-events: none; }

.daterangepicker td.in-range {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #222;
  border-radius: 0; }

.daterangepicker td.start-date {
  background-color: #1a1a2e !important;
  color: #fff !important;
  border-radius: 50% 0 0 50%; }

.daterangepicker td.end-date {
  background-color: #1a1a2e !important;
  color: #fff !important;
  border-radius: 0 50% 50% 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 50%; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #1a1a2e;
  border-color: transparent;
  color: #fff;
  border-radius: 50%; }

.daterangepicker th.month {
  width: auto;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.3px;
  color: #111; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #bababa !important;
  cursor: not-allowed;
  /*text-decoration: line-through;*/ }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 14px 20px;
  border-top: 1px solid #f0f0f0;
  display: none;
  background: #fff; }
  @media (max-width: 767px) {
    .daterangepicker .drp-buttons {
      text-align: center; } }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 13px;
  color: #555;
  padding-right: 12px;
  vertical-align: middle;
  letter-spacing: 0.3px; }

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  vertical-align: middle; }

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }

.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }

.daterangepicker .ranges li:hover {
  background-color: #eee; }

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 140px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left; }
  .daterangepicker {
    direction: ltr;
    text-align: left; }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker .drp-calendar.right {
    margin-left: 0; }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px; }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

.daterangepicker .drp-calendar .calendar-table > table th,
.daterangepicker .drp-calendar .calendar-table > table td {
  width: 42px !important;
  height: 42px !important;
  padding: 0; }
  @media (max-width: 767px) {
    .daterangepicker .drp-calendar .calendar-table > table th,
    .daterangepicker .drp-calendar .calendar-table > table td {
      width: 36px !important;
      height: 36px !important; } }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr td {
  font-size: 14px; }

.daterangepicker .drp-calendar .calendar-table > table > thead > tr:nth-of-type(2) > th {
  border-top: 1px solid #f0f0f0 !important;
  border-bottom: none !important;
  font-size: 11px;
  font-weight: 600;
  color: #aaa;
  height: 32px;
  line-height: 32px;
  border-radius: 0;
  cursor: default; }

.daterangepicker .drp-calendar .calendar-table > table > thead > tr:nth-of-type(2) > th:first-child {
  border-left: none;
  color: #f03e3e; }

.daterangepicker .drp-calendar .calendar-table > table > thead > tr:nth-of-type(2) > th:last-child {
  border-right: none;
  color: #f03e3e; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr > td:first-child {
  border-left: none; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr > td:last-child {
  border-right: none; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr > td.weekend {
  color: #f03e3e; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr > td.weekend.active,
.daterangepicker .drp-calendar .calendar-table > table > tbody > tr > td.weekend.start-date,
.daterangepicker .drp-calendar .calendar-table > table > tbody > tr > td.weekend.end-date {
  color: #fff !important; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr > td.ends {
  cursor: default !important;
  background: transparent; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr:last-child > td {
  border-bottom: none; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr td.today {
  position: relative;
  box-shadow: inset 0 0 0 1.5px #1a1a2e;
  border-radius: 50%;
  font-weight: 700; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr td.today:after {
  display: none; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr td.active {
  color: #fff;
  box-shadow: none; }

.daterangepicker .drp-calendar .calendar-table > table > tbody > tr td.active.today:after {
  display: none; }

.daterangepicker .drp-buttons {
  padding: 14px 20px; }

.daterangepicker .drp-buttons .drp-selected {
  position: relative;
  top: 0;
  display: inline-block;
  height: auto;
  line-height: 1.4;
  font-size: 13px;
  color: #555;
  padding: 0 12px 0 0;
  margin-right: 0;
  border-bottom: none;
  vertical-align: middle;
  letter-spacing: 0.3px; }
  @media (max-width: 767px) {
    .daterangepicker .drp-buttons .drp-selected {
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
      width: 100%;
      font-size: 13px; } }

.daterangepicker .drp-buttons .applyBtn {
  border: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 28px;
  background: #1a1a2e;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.15s ease; }
  .daterangepicker .drp-buttons .applyBtn:hover {
    background: #2d2d4e; }
  @media (max-width: 767px) {
    .daterangepicker .drp-buttons .applyBtn {
      margin-top: 10px;
      width: 45%; } }

.daterangepicker .drp-buttons .applyBtn:disabled {
  background: #e9ecef;
  color: #aaa;
  cursor: default; }

.daterangepicker .drp-buttons .cancelBtn {
  border: 1px solid #e0e0e0;
  font-size: 13px;
  padding: 10px 16px;
  background: transparent;
  color: #888;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease; }
  .daterangepicker .drp-buttons .cancelBtn:hover {
    background: #f5f5f5; }
  @media (max-width: 767px) {
    .daterangepicker .drp-buttons .cancelBtn {
      margin-top: 10px;
      width: 45%; } }

@media (max-width: 768px) {
  .daterangepicker .drp-calendar.right {
    display: none !important; }
  .daterangepicker .drp-calendar.left {
    width: 100%; }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    padding-right: 0; } }

.common-input {
  width: 90%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #cccccc;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .common-input {
      width: 100%; } }

.common-textarea {
  width: 90%;
  height: 250px;
  border: 1px solid #cccccc;
  padding: 20px; }
  @media (max-width: 767px) {
    .common-textarea {
      width: 100%;
      height: 200px; } }

.txt-limit {
  width: 100%;
  margin-top: 5px;
  text-align: right; }

.board-bottom .btn {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: #0090ec;
  color: #fff;
  text-align: center;
  border: none; }
  .board-bottom .btn:hover {
    color: #fff; }
  @media (max-width: 767px) {
    .board-bottom .btn {
      display: inline-block;
      width: 48%;
      height: 45px;
      line-height: 45px;
      font-size: 14px;
      background: #0090ec;
      color: #fff;
      text-align: center;
      border: none; } }
  .board-bottom .btn:nth-of-type(2) {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: #999;
    color: #fff;
    text-align: center;
    border: none; }
    .board-bottom .btn:nth-of-type(2):hover {
      color: #fff; }
    @media (max-width: 767px) {
      .board-bottom .btn:nth-of-type(2) {
        display: inline-block;
        width: 48%;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        background: #999;
        color: #fff;
        text-align: center;
        border: none; } }

.m2-table tr:first-child > td {
  border-top: 1px solid #ccc !important; }

.m2-table td {
  padding: 25px 0 25px 15px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  line-height: 20px; }

.m2-table td:nth-child(odd) {
  background: #f8f9fa;
  width: 150px; }
  @media (max-width: 767px) {
    .m2-table td:nth-child(odd) {
      width: 30% !important;
      font-size: 14px; } }

.m3-table {
  margin-top: 30px; }
  .m3-table tr:first-child > td {
    border-top: 1px solid #ccc !important; }
  .m3-table td {
    padding: 25px 0 25px 15px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    line-height: 24px; }
    @media (max-width: 767px) {
      .m3-table td {
        font-size: 13px;
        padding: 15px 0 15px 15px; } }
    .m3-table td .opt {
      display: flex;
      justify-content: flex-start; }
      .m3-table td .opt div:first-child {
        width: 160px;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .m3-table td .opt div:first-child {
            width: 120px; } }
  .m3-table td:nth-child(odd) {
    background: #f8f9fa;
    width: 150px; }
    @media (max-width: 767px) {
      .m3-table td:nth-child(odd) {
        width: 35%;
        font-size: 13px; } }

.bc-txt {
  margin-top: 10px;
  text-align: left; }
  @media (max-width: 767px) {
    .bc-txt {
      font-size: 12px; } }

.btn-board {
  margin-top: 30px;
  text-align: center; }
  .btn-board .btn {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: #0090ec;
    color: #fff;
    text-align: center;
    border: none; }
    .btn-board .btn:hover {
      color: #fff; }
    @media (max-width: 767px) {
      .btn-board .btn {
        display: inline-block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        background: #0090ec;
        color: #fff;
        text-align: center;
        border: none; } }

.mtitle {
  font-size: 25px;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767px) {
    .mtitle {
      font-size: 18px; } }

.r-cmt {
  margin-top: 10px;
  color: #0071bc;
  font-size: 14px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .r-cmt {
      font-size: 13px; } }

.r2-cmt {
  display: none;
  margin-top: 10px;
  color: red;
  font-size: 12px; }
  @media (max-width: 767px) {
    .r2-cmt {
      display: block; } }

.over_hidden {
  overflow: hidden; }

.over_e {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.eng {
  font-family: 'Cormorant Garamond', serif; }

.swiper-banner2 {
  position: relative; }
  .swiper-banner2 .txt {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 999999999; }
    @media (max-width: 767px) {
      .swiper-banner2 .txt {
        top: 20px;
        left: 20px; } }
    .swiper-banner2 .txt .t1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 42px;
      color: #fff; }
      @media (max-width: 767px) {
        .swiper-banner2 .txt .t1 {
          font-size: 22px; } }
    .swiper-banner2 .txt .t2 {
      color: #fff;
      font-size: 16px;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .swiper-banner2 .txt .t2 {
          font-size: 12px; } }
    .swiper-banner2 .txt .br2 {
      display: none; }
      @media (max-width: 767px) {
        .swiper-banner2 .txt .br2 {
          display: block; } }

.r-txt {
  font-size: 28px;
  text-align: center;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .r-txt {
      font-size: 18px;
      padding: 0 20px; } }

.c-f-i {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .c-f-i .c-info {
    position: relative;
    color: #fff; }
    .c-f-i .c-info:hover {
      color: #fff; }
    .c-f-i .c-info::after {
      content: '';
      position: absolute;
      top: 4px;
      right: -20px;
      width: 12px;
      height: 12px;
      background: url("/assets/images/icon/a_u.png") no-repeat center/12px 12px;
      filter: invert(100%);
      transform: rotate(180deg); }
    .c-f-i .c-info.fop::after {
      transform: rotate(0deg); }
  .c-f-i .d {
    display: none; }
    @media (max-width: 767px) {
      .c-f-i .d {
        display: block; } }
    .c-f-i .d a {
      display: inline-block;
      width: 25px;
      height: 25px; }
      .c-f-i .d a.tok {
        background: url("/assets/images/common/tok.png") no-repeat center/25px 25px; }
      .c-f-i .d a.insta {
        margin-left: 5px;
        background: url("/assets/images/common/insta.png") no-repeat center/25px 25px; }

.abc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.beauty-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .beauty-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .beauty-box .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .beauty-box .title {
        font-size: 16px; } }
    .beauty-box .title span {
      font-weight: 400; }
  .beauty-box .bold {
    font-weight: 500; }
  .beauty-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .beauty-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .beauty-box .cont {
    margin-top: 30px;
    padding: 0 30px;
    line-height: 28px;
    font-size: 16px;
    word-break: auto-phrase; }
    .beauty-box .cont .detail {
      margin-top: 20px; }
      .beauty-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    @media (max-width: 767px) {
      .beauty-box .cont {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px; } }
  .beauty-box ul {
    line-height: 25px;
    margin-left: 30px; }
  .beauty-box ul li {
    list-style: square !important; }

.meal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .meal-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .meal-box .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .meal-box .title {
        font-size: 16px; } }
    .meal-box .title span {
      font-weight: 400; }
  .meal-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .meal-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .meal-box .cont {
    margin-top: 30px;
    padding: 0 30px;
    line-height: 29px;
    font-size: 16px; }
    .meal-box .cont .detail {
      margin-top: 20px; }
      .meal-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    @media (max-width: 767px) {
      .meal-box .cont {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px; } }

.pororo-box2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .pororo-box2 {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .pororo-box2 .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .pororo-box2 .title {
        font-size: 16px; } }
    .pororo-box2 .title span {
      font-weight: 400; }
  .pororo-box2 .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .pororo-box2 .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .pororo-box2 .cont {
    word-break: keep-all;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 25px;
    font-size: 16px;
    word-break: keep-all;
    font-weight: 300; }
    .pororo-box2 .cont .detail {
      margin-top: 20px; }
      .pororo-box2 .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    .pororo-box2 .cont .bold {
      font-weight: 500; }
    @media (max-width: 767px) {
      .pororo-box2 .cont {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 300; } }

.promo-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .promo-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .promo-box .title {
    margin-top: 45px;
    text-align: center;
    font-size: 26px; }
    @media (max-width: 767px) {
      .promo-box .title {
        font-size: 20px; } }
    .promo-box .title span {
      font-weight: 600; }
  .promo-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    right: 30px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .promo-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .promo-box .cont {
    word-break: keep-all;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 35px;
    font-size: 18px;
    word-break: keep-all; }
    .promo-box .cont .detail {
      margin-top: 20px; }
      .promo-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    @media (max-width: 767px) {
      .promo-box .cont {
        font-size: 1rem; } }

.policy-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .policy-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .policy-box .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .policy-box .title {
        font-size: 16px; } }
    .policy-box .title span {
      font-weight: 400; }
  .policy-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .policy-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .policy-box .cont {
    word-break: keep-all;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 30px;
    font-size: 16px;
    word-break: keep-all; }
    .policy-box .cont .detail {
      margin-top: 20px; }
      .policy-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    @media (max-width: 767px) {
      .policy-box .cont {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px; } }

.schedule-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 940px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .schedule-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .schedule-box .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .schedule-box .title {
        font-size: 16px; } }
    .schedule-box .title span {
      font-weight: 400; }
  .schedule-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .schedule-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .schedule-box .cont {
    word-break: keep-all;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 30px;
    font-size: 16px;
    word-break: keep-all; }
    .schedule-box .cont .detail {
      margin-top: 20px; }
      .schedule-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    @media (max-width: 767px) {
      .schedule-box .cont {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px; } }

.pororo-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .pororo-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .pororo-box .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .pororo-box .title {
        font-size: 16px; } }
    .pororo-box .title span {
      font-weight: 400; }
  .pororo-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    right: 30px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .pororo-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .pororo-box .cont {
    word-break: keep-all;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 35px;
    font-size: 16px;
    word-break: keep-all; }
    .pororo-box .cont .detail {
      margin-top: 20px; }
      .pororo-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    @media (max-width: 767px) {
      .pororo-box .cont {
        font-size: 14px; } }

.pickdrop-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  line-height: 28px; }
  @media (max-width: 767px) {
    .pickdrop-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .pickdrop-box ul {
    line-height: 25px; }
  .pickdrop-box ul li {
    list-style: none;
    font-size: 16px; }
    @media (max-width: 767px) {
      .pickdrop-box ul li {
        font-size: 14px; } }
  .pickdrop-box ul li.styled {
    list-style: square !important;
    margin-left: 30px; }
  .pickdrop-box .bold {
    font-weight: 500; }
  .pickdrop-box .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .pickdrop-box .title {
        font-size: 16px; } }
    .pickdrop-box .title span {
      font-weight: 400; }
  .pickdrop-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .pickdrop-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .pickdrop-box .cont {
    word-break: keep-all;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 35px;
    font-size: 16px; }
    .pickdrop-box .cont .detail {
      margin-top: 20px; }
      .pickdrop-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    @media (max-width: 767px) {
      .pickdrop-box .cont {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px; } }

.jeju-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .jeju-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .jeju-box .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .jeju-box .title {
        font-size: 16px; } }
    .jeju-box .title span {
      font-weight: 400; }
  .jeju-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .jeju-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .jeju-box .cont {
    word-break: keep-all;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 35px;
    font-size: 16px; }
    .jeju-box .cont .detail {
      margin-top: 20px; }
      .jeju-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    @media (max-width: 767px) {
      .jeju-box .cont {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px; } }

.joycamp-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .joycamp-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .joycamp-box .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .joycamp-box .title {
        font-size: 16px; } }
    .joycamp-box .title span {
      font-weight: 400; }
  .joycamp-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .joycamp-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .joycamp-box .cont {
    word-break: keep-all;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300; }
    .joycamp-box .cont .detail {
      margin-top: 20px; }
      .joycamp-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    .joycamp-box .cont .bold {
      font-weight: 500; }
    @media (max-width: 767px) {
      .joycamp-box .cont {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px; } }

.sitter-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 1000000000000;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .sitter-box {
      width: 100%;
      left: 0;
      top: 100px;
      transform: unset;
      padding-bottom: 25px; } }
  .sitter-box .title {
    font-size: 20px;
    font-weight: 400;
    background-color: #01558d;
    color: white;
    padding: 15px 15px 15px 30px;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 767px) {
      .sitter-box .title {
        font-size: 16px; } }
    .sitter-box .title span {
      font-weight: 400; }
  .sitter-box .close {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/36px 36px; }
    @media (max-width: 767px) {
      .sitter-box .close {
        width: 22px;
        height: 22px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/close_36_36.png") no-repeat center/22px 22px; } }
  .sitter-box .cont {
    word-break: keep-all;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300; }
    .sitter-box .cont .detail {
      margin-top: 20px; }
      .sitter-box .cont .detail a {
        display: inline-block;
        border: 1px solid #999;
        padding: 10px 20px; }
    .sitter-box .cont .bold {
      font-weight: 500; }
    .sitter-box .cont ul {
      margin-left: 30px;
      line-height: 22px; }
    .sitter-box .cont ul li {
      list-style: circle;
      font-size: 15px; }
    @media (max-width: 767px) {
      .sitter-box .cont {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px; } }

.marketing-box {
  font-size: 18px;
  margin-top: 20px; }
  .marketing-box .t2 {
    padding-left: 20px; }
  @media (max-width: 767px) {
    .marketing-box {
      font-size: 14px; } }

.r-comment {
  text-align: right;
  margin-top: 10px; }

.fta {
  width: 100%;
  border: 1px solid #ccc;
  height: 70px;
  padding: 10px; }
  @media (max-width: 767px) {
    .fta {
      font-size: 14px;
      height: 50px; } }

.compulsory {
  margin-top: 10px;
  color: #003253; }

.compulsory-cmt {
  margin-top: 5px;
  text-align: right;
  font-size: 12px; }
  @media (max-width: 767px) {
    .compulsory-cmt {
      font-size: 11px; } }

.old-chlid-cmt {
  justify-content: flex-end !important; }
  .old-chlid-cmt div {
    color: #6ffdff;
    font-size: 14px; }
    @media (max-width: 767px) {
      .old-chlid-cmt div {
        font-size: 10px; } }

.joycamp-wrap .sub-title {
  font-size: 56px;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  margin-bottom: 30px; }

.joycamp-wrap .sec-poster {
  text-align: center;
  background: url(/assets/images/joycamp/poster_bg.jpg) no-repeat center top;
  padding: 40px;
  padding-bottom: 300px;
  color: #fff; }

.joycamp-wrap .sec-poster .inner {
  border: 2px solid #fff;
  padding: 50px 20px; }

.joycamp-wrap .sec-poster .inner .jcamp-title-img {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .joycamp-wrap .sec-poster .inner .jcamp-title-img {
      margin-bottom: 10px; } }

.joycamp-wrap .sec-poster .inner .jcamp-btn {
  margin: 50px 0; }
  @media (max-width: 767px) {
    .joycamp-wrap .sec-poster .inner .jcamp-btn {
      margin: 20px 0; } }

.joycamp-wrap .sec-poster .inner .rsv-btn {
  width: 400px;
  font-size: 27px;
  padding: 15px 0;
  margin: 0 auto;
  background: linear-gradient(135deg, #D4FD4D, #8fb616);
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.3s ease; }
  .joycamp-wrap .sec-poster .inner .rsv-btn:hover {
    background: linear-gradient(90deg, #bad75b, #91b708);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .joycamp-wrap .sec-poster .inner .rsv-btn {
      width: 80%;
      font-size: 1.3rem;
      padding: 12px 0; } }

.joycamp-wrap .sec-poster .logo {
  margin-bottom: 40px; }

.joycamp-wrap .sec-poster .logo img {
  width: 230px; }

.joycamp-wrap .sec-poster h3 p {
  margin-bottom: 30px; }

.joycamp-wrap .sec-poster .desc1 {
  font-size: 26px;
  font-weight: 300;
  margin-top: 50px;
  line-height: 1.6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block; }

.joycamp-wrap .sec-poster .desc2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block; }

.joycamp-wrap .sec-poster .desc2 span {
  border-bottom: 2px solid #fff; }

.joycamp-wrap .sec-poster .info {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 330px; }

.joycamp-wrap .sec-poster .info ul {
  display: flex;
  width: 100%;
  margin-left: -7px;
  margin-right: -7px; }

.joycamp-wrap .sec-poster .info ul > li {
  width: calc(100%/3);
  padding: 7px; }

.joycamp-wrap .sec-poster .info ul > li .box {
  background: #0071bc;
  height: 320px;
  border-radius: 200px 200px 0 0;
  padding: 50px 40px 30px 40px; }

.joycamp-wrap .sec-poster .info ul > li .box p:nth-child(1) img {
  width: 115px; }

.joycamp-wrap .sec-poster .info ul > li .box p:nth-child(2) {
  font-size: 24px;
  color: #97cdf0;
  margin: 10px 0 15px 0; }

.joycamp-wrap .sec-poster .info ul > li .box p:nth-child(3) {
  position: relative;
  z-index: 1; }

.joycamp-wrap .sec-poster .info ul > li .box p:nth-child(3) img {
  width: 27px; }

.joycamp-wrap .sec-poster .info ul > li .box p:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.joycamp-wrap .sec-poster .info ul > li .box p:nth-child(4) {
  font-size: 20px;
  margin-top: 15px; }

@media (max-width: 767.98px) {
  .joycamp-wrap .sec-poster {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 200px;
    background-size: 850px auto; }
  .joycamp-wrap .sec-poster .inner {
    padding: 30px 15px;
    border: 1px solid #fff; }
  .joycamp-wrap .sub-title {
    font-size: 30px; }
  .joycamp-wrap .sec-poster .logo {
    margin-bottom: 20px; }
  .joycamp-wrap .sec-poster .logo img {
    width: 180px; }
  .joycamp-wrap .sec-poster h3 p img {
    max-width: 260px; }
  .joycamp-wrap .sec-poster h3 img {
    max-width: 200px; }
  .joycamp-wrap .sec-poster .desc1 {
    font-size: 15px;
    margin-top: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.3);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: inline-block;
    overflow-wrap: break-word;
    word-break: auto-phrase; }
    .joycamp-wrap .sec-poster .desc1 br {
      display: none; }
  .joycamp-wrap .sec-poster .desc2 {
    font-size: 17px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.3);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: inline-block;
    overflow-wrap: break-word;
    word-break: auto-phrase; }
  .joycamp-wrap .sec-poster .desc2 span {
    border-bottom: 1px solid #fff; }
  .joycamp-wrap .sec-poster .info {
    padding-top: 80px; }
  .joycamp-wrap .sec-poster .info ul {
    display: block; }
  .joycamp-wrap .sec-poster .info ul > li {
    width: 100%; }
  .joycamp-wrap .sec-poster .info ul > li .box {
    background: #0071bc;
    height: auto;
    border-radius: 15px;
    padding: 15px 15px 15px 100px;
    position: relative;
    text-align: left; }
  .joycamp-wrap .sec-poster .info ul > li .box p:nth-child(1) {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
  .joycamp-wrap .sec-poster .info ul > li .box p:nth-child(1) img {
    width: 70px; }
  .joycamp-wrap .sec-poster .info ul > li .box p:nth-child(2) {
    font-size: 18px;
    margin: 0px 0 5px 0; }
  .joycamp-wrap .sec-poster .info ul > li .box p:nth-child(3) {
    display: none; }
  .joycamp-wrap .sec-poster .info ul > li .box p:nth-child(3) img {
    width: 20px; }
  .joycamp-wrap .sec-poster .info ul > li .box p:nth-child(4) {
    font-size: 15px;
    margin-top: 5px; }
  .joycamp-wrap .sec-poster .info ul > li .box p:nth-child(4) br {
    display: none; } }

.joycamp-wrap .sec-program {
  margin-top: -220px;
  position: relative;
  z-index: 2;
  text-align: center;
  background: #f7f9fb url(/assets/images/joycamp/program1-bg.png) no-repeat center top;
  padding-left: 15px;
  padding-right: 15px; }

.joycamp-wrap .sec-program .program-1 {
  padding-top: 110px; }

.joycamp-wrap .sec-program .program-1 .photo-slider {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1000px; }

.joycamp-wrap .sec-program .program-1 .photo-slider .program1-airplane {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  transform: translate(-30%, -50%); }

.joycamp-wrap .sec-program .program-1 .photo-slider .controll {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }

.joycamp-wrap .sec-program .program-1 .photo-slider .controll .program-pagination {
  width: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 15px; }

.joycamp-wrap .sec-program .program-1 .photo-slider .controll .program-pagination span {
  width: 10px;
  height: 10px; }

.joycamp-wrap .sec-program .program-1 .photo-slider .controll img {
  width: 11px; }

.joycamp-wrap .sec-program .program-1 .photo-slider .controll .program-prev,
.joycamp-wrap .sec-program .program-1 .photo-slider .controll .program-next {
  font-size: 0;
  padding: 0px 10px;
  cursor: pointer; }

.joycamp-wrap .sec-program .program-1 .photo-slider .controll .program-next img {
  transform: rotate(180deg); }

.joycamp-wrap .sec-program .program-2 {
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 80px; }

/*
.joycamp-wrap .sec-program .program-2 .item{
	border-radius:40px;
	position:relative;
	overflow:hidden;
	height:300px;
	display:flex;
	align-items: center;
	z-index:2;
}
.joycamp-wrap .sec-program .program-2 .item + .item{
	margin-top:40px;
}
.joycamp-wrap .sec-program .program-2 .item::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
	background:#fff;
	border:2px solid #218dd8;
	border-radius:4dvb;
	z-index:-1;
}
.joycamp-wrap .sec-program .program-2 .item .v{
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.joycamp-wrap .sec-program .program-2 .item .clip{
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items: end;
	justify-content: start;
	width:120px;
	height:120px;
	z-index:1;
	transform:translate(50%, -50%);
}
.joycamp-wrap .sec-program .program-2 .item .clip::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#004b9f;
	z-index:-1;
	transform:rotate(45deg)
}
.joycamp-wrap .sec-program .program-2 .item .clip img{
	width:24px;
	transform:translate(20px, -20px);
}
.joycamp-wrap .sec-program .program-2 .item dl{
	color:#000;
	position:relative;
	z-index:2;
	text-align:left;
}
.joycamp-wrap .sec-program .program-2 .item dl dt{
	font-size:36px;
	font-weight:800;
}



.joycamp-wrap .sec-program .program-2 .item:nth-child(odd){
	justify-content: end;
}
.joycamp-wrap .sec-program .program-2 .item:nth-child(odd) dl{
	width:50%;
}*/
.joycamp-wrap .sec-program .program-2 .program-list {
  width: 100%;
  max-width: 1024px; }

.joycamp-wrap .sec-program .program-2 .program-list.m {
  max-width: 640px; }

.joycamp-wrap .sec-program .program-2 .btn_box {
  margin-top: 40px; }

@media (min-width: 768px) {
  .joycamp-wrap .sec-program .program-2 .program-list.m {
    display: none !important;
    width: 100%; } }

@media (max-width: 767.98px) {
  .joycamp-wrap .sec-program {
    margin-top: -140px;
    background: url(/assets/images/joycamp/program1-bg-m.png) no-repeat center top;
    background-position: left top;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 50px;
    padding-bottom: 50px; }
  .joycamp-wrap .sec-program .program-1 {
    padding-top: 80px; }
  .joycamp-wrap .sec-program .program-1 h3 img {
    max-width: 220px; }
  .joycamp-wrap .sec-program .program-1 .photo-slider .program1-airplane img {
    width: 150px; }
  .joycamp-wrap .sec-program .program-1 .photo-slider .mySwiper img {
    width: 100%; }
  .joycamp-wrap .sec-program .program-1 .photo-slider .controll {
    margin-top: 15px; }
  .joycamp-wrap .sec-program .program-1 .photo-slider .controll .program-pagination {
    gap: 8px; }
  .joycamp-wrap .sec-program .program-1 .photo-slider .controll .program-pagination span {
    width: 8px;
    height: 8px; }
  .joycamp-wrap .sec-program .program-1 .photo-slider .controll img {
    width: 10px; }
  .joycamp-wrap .sec-program .program-2 {
    margin-top: 50px;
    padding-bottom: 10px; }
  .joycamp-wrap .sec-program .program-2 .program-list.pc {
    display: none !important; }
  .joycamp-wrap .sec-program .program-2 .btn_box img {
    height: 45px; } }

/*sec03*/
.sec-guide {
  background: #cbe6f7;
  padding: 80px 15px; }

.sec-guide .inner {
  max-width: 1000px;
  margin: 0 auto; }

.sec-guide .inner h4 {
  background: #003253;
  color: #fff;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  font-size: 28px;
  position: relative; }

.sec-guide .inner h4::after,
.sec-guide .inner h4::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: #cbe6f7;
  bottom: 0; }

.sec-guide .inner h4::before {
  left: 0;
  margin-bottom: -14px;
  margin-left: -14px; }

.sec-guide .inner h4::after {
  right: 0;
  margin-bottom: -14px;
  margin-right: -14px; }

.sec-guide .inner .box1 {
  background: #fff;
  margin-top: 3px;
  padding: 40px; }

.sec-guide .inner .box1 ul > li {
  display: flex;
  font-size: 18px;
  align-items: center;
  position: relative;
  z-index: 1; }

.sec-guide .inner .box1 ul > li + li {
  margin-top: 15px; }

.sec-guide .inner .box1 ul > li + li::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 10px;
  border-left: 1px dashed #999;
  height: 40px;
  z-index: -1; }

.sec-guide .inner .box1 ul > li i {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
  margin-right: 15px;
  position: relative; }

.sec-guide .inner .box1 ul > li i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #0071bc;
  border-radius: 100%;
  transform: translate(-50%, -50%); }

.sec-guide .inner .box1 ul > li:last-child i::after {
  background: #003253; }

.sec-guide .inner .box1 ul > li strong {
  font-size: 20px;
  width: 120px; }

.sec-guide .inner .box1 ul > li > span {
  font-weight: 400;
  width: 170px; }

.sec-guide .inner .box1 ul > li > p {
  display: flex;
  color: #0071bc; }

.sec-guide .inner .box1 ul > li > p span {
  background: #0071bc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  width: 50px;
  padding-bottom: 1px;
  margin-right: 10px; }

.sec-guide .inner .box2 {
  background: #004b9f;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-weight: 500; }

.sec-guide .inner .box2 img {
  width: 24px;
  margin-right: 10px; }

.sec-guide .inner .box2 span {
  color: #fee03a; }

.sec-guide .inner .btn-box {
  text-align: center;
  margin: 40px 0 20px; }

.sec-guide .inner .btn-box p + p {
  margin-top: 15px; }

.sec-guide .inner .notice {
  font-size: 18px;
  text-align: Center;
  color: #0071bc; }

@media (max-width: 767.98px) {
  .sec-guide {
    padding: 50px 15px;
    margin-left: -20px;
    margin-right: -20px; }
  .sec-guide .inner h4 {
    font-size: 18px;
    height: 60px;
    padding: 0px 20px; }
  .sec-guide .inner h4 img {
    width: 120px; }
  .sec-guide .inner .box1 {
    padding: 20px 10px; }
  .sec-guide .inner .box1 ul > li {
    flex-wrap: wrap; }
  .sec-guide .inner .box1 ul > li i {
    margin-right: 10px; }
  .sec-guide .inner .box1 ul > li strong {
    font-size: 16px;
    width: 80px; }
  .sec-guide .inner .box1 ul > li > span {
    font-size: 15px;
    width: 140px; }
  .sec-guide .inner .box1 ul > li > p {
    font-size: 14px;
    width: 100%;
    margin-left: 28px;
    padding-top: 3px; }
  .sec-guide .inner .box1 ul > li + li::after {
    height: 82px; }
  .sec-guide .inner .box2 {
    font-size: 18px;
    padding: 15px 15px; }
  .sec-guide .inner .box2 img {
    width: 20px; }
  .sec-guide .inner .notice {
    font-size: 14px; }
  .sec-guide .inner .btn-box img {
    height: 45px; } }

/*sec_notice*/
.sec-notice {
  background: #151515;
  padding: 60px 15px; }

.sec-notice h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px; }

.sec-notice .inner {
  max-width: 1000px;
  margin: 0 auto; }

.sec-notice ul > li {
  font-size: 20px;
  color: #aaa;
  display: flex; }

.sec-notice ul > li + li {
  margin-top: 5px; }

.sec-notice ul > li::before {
  content: "-";
  margin-right: 3px; }

@media (max-width: 767.98px) {
  .sec-notice {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 15px; }
  .sec-notice h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px; }
  .sec-notice ul > li {
    font-size: 15px; } }

/*timetable_pop*/
.timetable-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  display: none;
  padding: 20px; }

.timetable-pop .timetable-pop-inner {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%; }

.timetable-pop > .blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.timetable-pop .timetable-body {
  width: 40%;
  max-width: 1400px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .timetable-pop .timetable-body {
      margin-top: 60px;
      width: 100%;
      overflow-y: auto;
      height: 500px; } }

.timetable-pop .timetable-body .timetable-close {
  position: absolute;
  right: -50px;
  top: 40px;
  transform: translateY(-100%);
  background: none;
  border: none;
  outline: none;
  cursor: pointer; }

.timetable-pop .timetable-body table.mobile-table {
  width: 100%;
  display: none; }
  @media (max-width: 767px) {
    .timetable-pop .timetable-body table.mobile-table {
      display: table; } }

.timetable-pop .timetable-body table.pc-table {
  width: 100%; }
  @media (max-width: 767px) {
    .timetable-pop .timetable-body table.pc-table {
      display: none; } }

.timetable-pop .timetable-body table th {
  background: #0071bc;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  height: 40px; }

.timetable-pop .timetable-body table th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.timetable-pop .timetable-body table th.back {
  background: #003253 !important;
  color: #fff !important;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a; }

.timetable-pop .timetable-body table td.back {
  background: #0071bc !important;
  color: #fff !important;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a; }

.timetable-pop .timetable-body table td {
  background: #fff;
  border-bottom: 1px solid #cce3f2;
  height: 60px;
  padding: 5px 3px;
  text-align: center;
  font-size: 15px;
  border-left: 1px solid #cce3f2;
  border-right: 1px solid #cce3f2; }

.timetable-pop .timetable-body table td span.eng-title {
  font-weight: 600; }

.timetable-pop .timetable-body table td:first-child {
  border-left: 0; }

.timetable-pop .timetable-body table tr:nth-child(odd) td {
  background: #e6f7ff; }

@media (max-width: 767px) {
  .timetable-pop .timetable-body .timetable-close {
    right: 0px !important;
    top: 36px !important; }
  .timetable-pop .timetable-body .timetable-close img {
    width: 30px; }
  .timetable-pop .timetable-body .table-body {
    overflow-x: auto;
    overflow-y: auto; }
  .timetable-pop .timetable-body table.pc-table {
    min-width: 800px; }
  .timetable-pop .timetable-body table th {
    font-size: 14px;
    height: 40px; }
  .timetable-pop .timetable-body table td {
    height: 40px;
    /* padding:10px 3px; */
    font-size: 13px; } }

.joycamp-complete .schedule-area {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }

.joycamp-complete .schedule-area:last-child {
  border: 0; }

.joycamp-complete .box {
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .joycamp-complete .box {
      flex-direction: column; } }

.joycamp-complete .box .guest-area {
  display: flex;
  flex-direction: column; }

.joycamp-complete .box .guest-box {
  width: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .joycamp-complete .box .guest-box {
      width: 250px;
      flex-direction: column;
      border: 1px solid #eee;
      border-radius: 5px;
      padding: 8px 0 8px 10px;
      margin-top: 5px; } }

.joycamp-complete .box .guest-box .i-w {
  width: 100%;
  margin-left: 12px;
  margin-top: 6px; }
  @media (max-width: 767px) {
    .joycamp-complete .box .guest-box .i-w {
      width: auto;
      margin: 0; } }

.joycamp-complete .box p {
  width: 80px;
  color: #888; }
  @media (max-width: 767px) {
    .joycamp-complete .box p {
      margin-top: 10px; } }

.disabled-select {
  pointer-events: none;
  opacity: 0.6; }

.list-indent li {
  text-indent: -18px !important;
  margin-left: 18px !important; }

.payment-wrapper {
  background: #f8f9fa;
  padding: 20px 20px; }

.pay-area {
  margin: 0 auto;
  width: 800px;
  padding-bottom: 5px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .pay-area {
      width: 100%; } }

.pay-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0; }

.pay-area ul li.sub p:before {
  background-position: -171px -28px;
  width: 8px;
  height: 8px;
  content: '';
  margin: 5px 5px 0 1px; }

.pay-area .pay-color {
  color: #0071bc; }

.cancel-area {
  background: #eee;
  padding: 5px 20px;
  border-radius: 8px;
  color: #333; }
  @media (max-width: 767px) {
    .cancel-area {
      padding: 10px; } }

.payment-wrapper {
  background: #f9f9f9;
  padding: 30px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .payment-wrapper {
      font-size: 15px;
      padding: 20px 20px; } }

.sales-area {
  margin: 0 auto;
  width: 800px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .sales-area {
      width: 100%; } }

.sales-area ul li {
  margin-top: 10px;
  border-top: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0; }

.pay-area, .sales-area, .discount-area, .cancel-area {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px auto;
  font-size: 16px; }
  @media (max-width: 767px) {
    .pay-area, .sales-area, .discount-area, .cancel-area {
      font-size: 15px; } }
  .pay-area ul, .sales-area ul, .discount-area ul, .cancel-area ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .pay-area ul li, .sales-area ul li, .discount-area ul li, .cancel-area ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #eee; }
      .pay-area ul li .sub-tit, .sales-area ul li .sub-tit, .discount-area ul li .sub-tit, .cancel-area ul li .sub-tit {
        color: #555;
        font-weight: 500; }
      .pay-area ul li .pay-color, .sales-area ul li .pay-color, .discount-area ul li .pay-color, .cancel-area ul li .pay-color {
        color: #0071bc;
        font-weight: 600; }

.discount-area ul li p:last-child {
  color: #e53935;
  font-weight: 600; }

#layerPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* 반투명 배경 */
  justify-content: center;
  align-items: center;
  z-index: 20000;
  /* 화면 위에 고정 */
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 767px) {
    #layerPopup {
      gap: 0; } }

#layerPopup .popup-content {
  background-color: #fff;
  /* 흰색 배경 */
  padding: 5px;
  max-width: 350px;
  width: 100%;
  text-align: center; }

#layerPopup .popup-content .popup-footer {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  color: #666;
  font-weight: normal;
  font-size: 12px; }
  @media (max-width: 767px) {
    #layerPopup .popup-content .popup-footer {
      width: 100%; } }

#layerPopup .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    #layerPopup .swiper-container {
      flex-direction: column; } }

#layerPopup .pc-container {
  width: 100%;
  height: 100%; }

@media (max-width: 767px) {
  #layerPopup .swiper-pagination {
    position: static !important;
    margin-top: 10px;
    display: flex;
    justify-content: center; } }

#layerPopup .swiper-container .swiper-slide,
#layerPopup .pc-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px; }

#layerPopup .swiper-container .swiper-slide img,
#layerPopup .pc-container .swiper-slide img {
  width: 100%;
  max-width: 400px;
  max-height: 450px; }

#layerPopup .swiper-container .close-btn,
#layerPopup .pc-container .close-btn {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 12px; }

/* 닫기 텍스트 스타일 */
#layerPopup .swiper-container .close-txt,
#layerPopup .pc-container .close-txt {
  color: #666;
  margin-right: 10px;
  /* 이미지와 텍스트 간격 */ }

/* close-txt 뒤에 이미지 추가 */
#layerPopup .swiper-container .close-txt::after,
#layerPopup .pc-container .close-txt::after {
  content: "";
  display: inline-block;
  width: 14px;
  /* 이미지 너비 */
  height: 14px;
  /* 이미지 높이 */
  background-image: url("/assets/images/common/btn_close.png");
  /* 이미지 경로 */
  background-size: cover;
  /* 이미지를 크기에 맞게 조정 */
  margin-left: 5px;
  /* 텍스트와 이미지 간격 */
  vertical-align: middle;
  /* 텍스트와 이미지 정렬 */ }

/* 전체 컨테이너 */
.room-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-family: Arial, sans-serif; }

/* 룸 헤더 섹션 */
.room-header {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 20px;
  flex-direction: row; }
  @media (max-width: 767px) {
    .room-header {
      flex-direction: column;
      align-items: unset; } }

.room-header .promotion_ribbon {
  position: absolute;
  top: 12px;
  left: -35px;
  background: linear-gradient(135deg, #8e2de2, #4a00e0);
  color: #fff;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 12px;
  z-index: 10;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  text-align: center; }
  @media (max-width: 767px) {
    .room-header .promotion_ribbon {
      position: absolute;
      top: 25px;
      right: auto;
      left: -20px;
      transform: rotate(-45deg);
      background: linear-gradient(135deg, #8e2de2, #4a00e0);
      font-size: 11px;
      max-width: calc(100% - 20px);
      box-sizing: border-box;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

.room-header img {
  width: 300px;
  height: auto;
  margin-right: 30px; }
  @media (max-width: 767px) {
    .room-header img {
      width: 100%;
      /* 모바일에서는 이미지가 100% 너비로 */
      margin-right: 0;
      margin-bottom: 15px; } }

.room-header .room-info {
  flex-grow: 1; }
  @media (max-width: 767px) {
    .room-header .room-info {
      align-items: center;
      padding: 0 5% 0 5%; } }

/* 객실 정보 및 자세히 보기 버튼 컨테이너 */
.room-header .room-info .button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0 0 0;
  /*
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    */
  margin: 0px 0px 20px 0; }
  @media (max-width: 767px) {
    .room-header .room-info .button-container {
      padding: 7% 0 0 0; } }

/* 객실 정보 텍스트 스타일 */
.room-header .room-info .button-container .info-button, .details-button {
  width: 50%;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  text-decoration: none; }
  @media (max-width: 767px) {
    .room-header .room-info .button-container .info-button, .details-button {
      margin: 5px 0;
      /* 상하 간격 조정 */ } }

.room-header .room-info .button-container .info-button {
  border-right: 0px !important; }

.room-header .room-info .room-title {
  font-size: 16px;
  color: #0071bc;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold; }

.room-header .room-info h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 15px; }

.room-header .room-info p {
  /*margin: 5px 0;*/
  padding-right: 30px;
  color: #666;
  font-size: 14px; }

.room-header .price {
  font-size: 18px;
  font-weight: 500;
  color: #333; }

/* 예약 버튼 */
.price-button-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .price-button-container {
      flex-direction: column;
      align-items: normal; } }

.price-button-container .disabled {
  background-color: #ddd;
  color: #666;
  cursor: not-allowed;
  padding: 10px 15px; }
  @media (max-width: 767px) {
    .price-button-container .disabled {
      text-align: center; } }

.price-button-container .price {
  font-size: 25px !important;
  color: #333 !important; }

.price-button-container .price .txt {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #666 !important; }

.price-button-container .booking-button-container {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .price-button-container .booking-button-container {
      width: 100%;
      margin-top: 25px; } }

.booking-button-container .booking-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #0071bc;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer; }
  @media (max-width: 767px) {
    .booking-button-container .booking-button {
      width: 100%;
      padding: 15px 25px;
      font-size: 16px;
      justify-content: space-between; } }

.booking-button-container .btn-arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
  /* 회전 애니메이션 */
  color: #fff; }

.btn-arrow.open {
  transform: rotate(180deg);
  /* 아래 방향 화살표로 회전 */
  transition: transform 0.3s ease;
  /* 회전 애니메이션 */ }

/* 패키지 목록 스타일 */
.package-list {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  display: none; }
  @media (max-width: 767px) {
    .package-list {
      padding: 0 5% 0 5%; } }

.package-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 767px) {
    .package-item {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
      padding: 15px 0 18px; } }

.package-item:last-child {
  border-bottom: 0px !important; }

.package-info {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .package-info {
      width: 100%;
      min-width: 0;
      flex-shrink: 0; } }

.package-info .package-badges {
  gap: 5px;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .package-info .package-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 8px;
      align-items: center; } }

.package-info .price-badges {
  display: flex;
  align-items: flex-end;
  /* 수평 정렬 */ }

.package-details {
  display: flex;
  flex-direction: column; }

.package-item .package-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px; }

.package-item .package-name .pkg-title {
  font-size: 18px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
  letter-spacing: 0.5px; }

.package-item .package-name .pkg-title-highlight-half {
  font-size: 18px;
  font-weight: 600;
  color: #0c8ce1;
  letter-spacing: 0.5px;
  display: inline-block; }

.package-item .package-name .pkg-title-highlight-full {
  font-size: 18px;
  font-weight: 600;
  color: #21409A;
  letter-spacing: 0.5px;
  display: inline-block; }

.package-item .package-price {
  font-size: 14px;
  color: #333;
  margin-top: 20px; }

.package-item .package-price .base-price {
  font-size: 16px;
  color: #8d8d8d;
  margin-left: 4px;
  text-decoration: line-through; }

.package-item .package-price .base-price .base-won {
  font-size: 14px; }

.package-item .package-price .night {
  font-size: 16px;
  color: #333; }

.package-item .package-price .price {
  font-size: 20px; }

.package-item .promotion-badge {
  color: #000;
  font-size: 16px;
  cursor: pointer; }

.package-item .promotion-badge i {
  color: #000; }

/* 예약 목록 뱃지: 취소는 기존 갈색, 업그레이드/혜택/패키지는 슬레이트 톤 통일 */
.package-item .cancel-badge {
  color: #fff;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 3px;
  background: #b78e6c;
  border: 1px solid #b78e6c;
  font-weight: normal;
  cursor: pointer; }

.package-item .promotion-badge2 {
  color: #fff;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 3px;
  background: #64748b;
  border: 1px solid #64748b;
  font-weight: normal;
  cursor: pointer; }

.package-item .promotion-badge3 {
  color: #fff;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 3px;
  background: #f0a252;
  border: 1px solid #f0a252;
  font-weight: normal;
  cursor: pointer; }

.package-item .promotion-badge-benefit-j {
  color: #fff;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 3px;
  background: #f0a252;
  border: 1px solid #f0a252;
  font-weight: normal;
  cursor: pointer; }

.package-item .promotion-badge-benefit-v {
  color: #fff;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 3px;
  background: #86a1c6;
  border: 1px solid #86a1c6;
  font-weight: normal;
  cursor: pointer; }

.package-item .details-badge {
  font-weight: normal;
  color: #475569;
  font-size: 13px;
  padding: 2px 7px;
  border-radius: 3px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  cursor: pointer; }

.package-item .reserve-button {
  color: #0071bc;
  text-decoration: none;
  font-size: 16px; }
  @media (max-width: 767px) {
    .package-item .reserve-button {
      flex-shrink: 0;
      margin-top: 4px;
      padding: 10px 16px;
      text-align: center;
      border: 1px solid #0071bc;
      border-radius: 6px;
      box-sizing: border-box; } }

.package-item .reserve-button.disabled,
.package-item .disabled {
  color: #666; }
  @media (max-width: 767px) {
    .package-item .reserve-button.disabled,
    .package-item .disabled {
      display: block;
      margin-top: 4px;
      padding: 10px 16px;
      text-align: center;
      border: 1px solid #ccc;
      border-radius: 6px;
      box-sizing: border-box; } }

.main-search-section-vehicle {
  position: relative;
  z-index: 200; }
  @media (max-width: 767px) {
    .main-search-section-vehicle.bk {
      display: none; } }
  @media (max-width: 767px) {
    .main-search-section-vehicle {
      width: 100% !important;
      padding: 0 20px;
      height: 420px; } }
  .main-search-section-vehicle .main-search-wrap {
    max-width: 1400px;
    width: 100%;
    height: 100px;
    background: #fff;
    line-height: 12px;
    margin: -100px auto 0; }
    @media (max-width: 767px) {
      .main-search-section-vehicle .main-search-wrap {
        width: 100%;
        margin: -70px auto 0; } }
    .main-search-section-vehicle .main-search-wrap .main-search-box {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      background: #fff; }
      @media (max-width: 767px) {
        .main-search-section-vehicle .main-search-wrap .main-search-box {
          display: flex;
          flex-wrap: wrap;
          /*
                display: block !important;
                border-top: 1px solid #042a49;
                 */ } }
      .main-search-section-vehicle .main-search-wrap .main-search-box > div:nth-of-type(n+2) {
        padding-left: 30px;
        border-left: 1px solid #ccc; }
        @media (max-width: 767px) {
          .main-search-section-vehicle .main-search-wrap .main-search-box > div:nth-of-type(n+2) {
            border-left: none;
            border-top: 1px solid #ccc;
            padding-top: 20px; } }
      .main-search-section-vehicle .main-search-wrap .main-search-box .label {
        color: #01558d;
        font-weight: 400; }
      .main-search-section-vehicle .main-search-wrap .main-search-box .cont {
        margin-top: 26px; }
      .main-search-section-vehicle .main-search-wrap .main-search-box .search-hotel {
        margin: 26px 0 21px 0;
        padding-left: 30px;
        position: relative;
        width: 305px; }
        @media (max-width: 767px) {
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-hotel {
            width: 100%; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-hotel .cont {
          position: relative;
          min-width: 175px; }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-hotel .cont a {
            font-size: .9375rem;
            font-weight: 400; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-hotel .option {
          position: absolute;
          left: 0;
          bottom: -120px;
          width: 305px;
          height: 96px;
          border: 1px solid #003253;
          background: #fff;
          padding: 25px 0 0 36px; }
          @media (max-width: 767px) {
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-hotel .option {
              width: 100%; } }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-hotel .option li:nth-of-type(2) {
            margin-top: 18px; }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-hotel .option li a {
            font-size: .9375rem; }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-hotel .option li:hover a {
            color: #0090ec; }
      .main-search-section-vehicle .main-search-wrap .main-search-box .search-date {
        max-width: 255px;
        width: 14%;
        margin: 26px 0 21px 0;
        padding-left: 30px; }
        @media (max-width: 767px) {
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-date {
            width: 100%;
            max-width: none; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-date input {
          border: none;
          font-weight: 400;
          font-size: 18px;
          cursor: pointer;
          width: 300px; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-date .label {
          position: relative; }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-date .label .night-box {
            position: absolute;
            top: 0;
            right: 40px;
            width: 35px;
            height: 15px; }
      .main-search-section-vehicle .main-search-wrap .main-search-box .search-time {
        max-width: 205px;
        width: 14%;
        margin: 26px 0 21px 0; }
        @media (max-width: 767px) {
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-time {
            width: 50%;
            display: inline-block; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-time input {
          border: none;
          font-weight: 400;
          font-size: 18px;
          cursor: pointer;
          width: 300px; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-time .label {
          position: relative; }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-time .label .night-box {
            position: absolute;
            top: 0;
            right: 40px;
            width: 35px;
            height: 15px; }
      .main-search-section-vehicle .main-search-wrap .main-search-box .search-use {
        max-width: 222.5px;
        width: 14%;
        margin: 26px 0 21px 0; }
        @media (max-width: 767px) {
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-use {
            width: 50%;
            display: inline-block; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-use input {
          border: none;
          font-weight: 400;
          font-size: 18px;
          cursor: pointer;
          width: 300px; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-use select {
          max-width: 130px;
          width: 90%;
          height: 30px;
          border-left: none;
          border-top: none;
          border-right: none;
          border-bottom: 0px !important;
          font-size: 18px;
          cursor: pointer;
          font-weight: 400; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-use .label {
          position: relative; }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-use .label .night-box {
            position: absolute;
            top: 0;
            right: 40px;
            width: 35px;
            height: 15px; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-use .cont {
          margin-top: 20px; }
      .main-search-section-vehicle .main-search-wrap .main-search-box .search-car {
        max-width: 370px;
        width: 22%;
        position: relative;
        margin: 26px 0 21px 0; }
        @media (max-width: 767px) {
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-car {
            width: 100%;
            display: inline-block; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .cont {
          position: relative;
          cursor: pointer;
          font-size: 18px;
          font-weight: 400;
          margin-top: 20px; }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .cont.on::after {
            content: '';
            position: absolute;
            cursor: pointer;
            top: 1px;
            right: 16px;
            width: 10px;
            height: 7px;
            background: url("/assets/images/common/arrow_down.png") no-repeat center/10px 7px; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .option {
          position: absolute;
          left: 0;
          bottom: -180px;
          width: 410px;
          height: 205px;
          border: 1px solid #999999;
          background: #fff;
          padding: 10px;
          z-index: 100; }
          @media (max-width: 767px) {
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .option {
              width: 100%; } }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .option .set-guest-box {
            padding: 8px 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #ccc; }
            @media (max-width: 767px) {
              .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .option .set-guest-box {
                font-size: .9375rem; } }
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .option .set-guest-box .guest-minus {
              display: inline-block;
              width: 20px;
              height: 20px;
              background: url("/assets/images/common/minus.png") no-repeat center/20px 20px; }
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .option .set-guest-box .guest-plus {
              display: inline-block;
              width: 20px;
              height: 20px;
              background: url("/assets/images/common/add.png") no-repeat center/20px 20px; }
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .option .set-guest-box:nth-of-type(n+2) {
              margin-top: 10px; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .close-btn {
          width: 100%;
          border: 0;
          font-size: 16px;
          padding: 10px 15px;
          background-size: #acacac;
          border-radius: 6px;
          cursor: pointer; }
          @media (max-width: 767px) {
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car .close-btn {
              font-size: .9375rem; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-car select {
          max-width: 290px;
          width: 96%;
          height: 30px;
          border-left: none;
          border-top: none;
          border-right: none;
          border-bottom: 0px !important;
          font-size: 18px;
          cursor: pointer;
          font-weight: 400; }
      .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt {
        max-width: 222.5px;
        width: 14%;
        position: relative;
        margin: 26px 0 21px 0; }
        @media (max-width: 767px) {
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt {
            width: 100% !important;
            max-width: none !important;
            /* 기존 max-width 제거 */
            display: inline-block; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .cont {
          position: relative;
          cursor: pointer;
          font-size: 18px;
          font-weight: 400;
          margin-top: 20px; }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .cont.on::after {
            content: '';
            position: absolute;
            cursor: pointer;
            top: 1px;
            right: 16px;
            width: 10px;
            height: 7px;
            background: url("/assets/images/common/arrow_down.png") no-repeat center/10px 7px; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .option {
          position: absolute;
          left: 0;
          bottom: -180px;
          width: 410px;
          height: 205px;
          border: 1px solid #999999;
          background: #fff;
          padding: 10px;
          z-index: 100; }
          @media (max-width: 767px) {
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .option {
              width: 100%; } }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .option .set-guest-box {
            padding: 8px 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #ccc; }
            @media (max-width: 767px) {
              .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .option .set-guest-box {
                font-size: .9375rem; } }
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .option .set-guest-box .guest-minus {
              display: inline-block;
              width: 20px;
              height: 20px;
              background: url("/assets/images/common/minus.png") no-repeat center/20px 20px; }
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .option .set-guest-box .guest-plus {
              display: inline-block;
              width: 20px;
              height: 20px;
              background: url("/assets/images/common/add.png") no-repeat center/20px 20px; }
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .option .set-guest-box:nth-of-type(n+2) {
              margin-top: 10px; }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .close-btn {
          width: 100%;
          border: 0;
          font-size: 16px;
          padding: 10px 15px;
          background-size: #acacac;
          border-radius: 6px;
          cursor: pointer; }
          @media (max-width: 767px) {
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt .close-btn {
              font-size: .9375rem; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-car-cnt select {
          max-width: 130px;
          width: 90%;
          height: 30px;
          border-left: none;
          border-top: none;
          border-right: none;
          border-bottom: 0px !important;
          font-size: 18px;
          cursor: pointer;
          font-weight: 400; }
      .main-search-section-vehicle .main-search-wrap .main-search-box .search-promotion {
        display: none;
        width: 328px;
        margin: 26px 0 21px 0; }
        @media (max-width: 767px) {
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-promotion {
            width: 100%; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-promotion input {
          border: none;
          font-weight: 400;
          font-size: 18px;
          cursor: pointer;
          width: 100%; }
      .main-search-section-vehicle .main-search-wrap .main-search-box .search-btn {
        border-left: none !important;
        background: #f8f8f8;
        height: 100px;
        max-width: 249px;
        width: 22%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding-left: 13px !important; }
        @media (max-width: 767px) {
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-btn {
            width: 100%;
            max-width: none !important;
            /* 기존 max-width 제거 */
            height: 60px;
            justify-content: center;
            padding: 30px 0 0 !important;
            border-top: 0 !important;
            background: none; } }
        .main-search-section-vehicle .main-search-wrap .main-search-box .search-btn a {
          display: inline-block;
          width: 186px;
          height: 48px;
          line-height: 48px;
          font-size: 1rem;
          background: #003253;
          color: #fff;
          text-align: center;
          border: none;
          position: relative; }
          @media (max-width: 767px) {
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-btn a {
              width: 100%; } }
          .main-search-section-vehicle .main-search-wrap .main-search-box .search-btn a p {
            position: relative; }
            .main-search-section-vehicle .main-search-wrap .main-search-box .search-btn a p::before {
              content: '';
              position: absolute;
              top: 17px;
              left: 16px;
              width: 16px;
              height: 16px;
              background: url("/assets/images/common/icon_search.png") no-repeat center/16px 16px; }
              @media (max-width: 767px) {
                .main-search-section-vehicle .main-search-wrap .main-search-box .search-btn a p::before {
                  background: none; } }

.sub-rv-box-vehicle {
  margin: 100px auto !important; }
  @media (max-width: 767px) {
    .sub-rv-box-vehicle {
      width: 100% !important;
      padding: 80px 20px 0 20px;
      margin: 30px auto 80px !important; } }
  .sub-rv-box-vehicle .rv-step-box {
    text-align: center; }
    @media (max-width: 767px) {
      .sub-rv-box-vehicle .rv-step-box {
        margin-top: 100px; } }
    @media (max-width: 767px) {
      .sub-rv-box-vehicle .rv-step-box img {
        width: 100%; } }
  .sub-rv-box-vehicle .booking-form-wrapper {
    position: relative;
    width: 70%;
    max-width: 1208px;
    margin-top: 60px;
    min-height: 1200px;
    font-family: "Noto Sans KR", sans-serif !important; }
    @media (max-width: 767px) {
      .sub-rv-box-vehicle .booking-form-wrapper {
        width: 100%;
        margin-top: 30px;
        min-height: auto; } }
    .sub-rv-box-vehicle .booking-form-wrapper h3 {
      font-size: 20px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .sub-rv-box-vehicle .booking-form-wrapper h3 {
          font-size: 18px; } }
    .sub-rv-box-vehicle .booking-form-wrapper .ct {
      font-size: 14px;
      font-weight: 300;
      color: #888;
      margin-left: 5px;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .sub-rv-box-vehicle .booking-form-wrapper .ct {
          font-size: 13px; } }
    .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info {
      margin-bottom: 40px;
      border-bottom: 1px solid #000;
      padding-bottom: 40px; }
      @media (max-width: 767px) {
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info {
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .b-t {
        display: flex;
        justify-content: flex-start; }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box {
          position: relative;
          top: 18px;
          left: 30px; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box {
              top: 8px;
              left: 20px; } }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box .qmark {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
            @media (max-width: 767px) {
              .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box .qmark {
                width: 18px;
                height: 18px;
                background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-left: 20px; }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box {
            margin-left: 0px; } }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .code-promo-input {
          position: relative;
          width: fit-content; }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .no-auth {
          font-size: 14px;
          margin-top: 10px;
          font-weight: 300;
          color: #888; }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .no-auth i {
          font-size: 10px; }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .code-promo-input {
            width: 100%; }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box input {
            padding-left: 20px;
            width: 100% !important;
            margin-top: 20px;
            border-radius: 5px;
            height: 40px;
            border: 1px solid #ccc;
            font-size: 16px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box input::placeholder {
      font-size: 15px; } }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .apply-btn {
            position: absolute;
            top: 59%;
            right: 10px;
            transform: translateY(-50%);
            padding: 10px 20px;
            font-size: 14px !important;
            border: none;
            border-left: none;
            background-color: #0090ec;
            color: white;
            cursor: pointer;
            border-radius: 5px;
            font-weight: 400; }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .warning {
            color: red;
            display: none; }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .no-auth {
            font-size: 13px;
            font-weight: 300; } }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .div-input {
          padding-left: 20px;
          width: 300px;
          margin-top: 20px;
          border-radius: 5px;
          height: 50px;
          border: 1px solid #ccc;
          font-size: 16px;
          font-weight: 300;
          background: #eee;
          color: #888;
          display: flex;
          align-items: center; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .div-input {
              margin-top: 10px;
              font-size: 14px; } }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box input {
          padding-left: 20px;
          width: 500px;
          margin-top: 10px;
          border-radius: 5px;
          height: 50px;
          border: 1px solid #ccc;
          font-size: 18px; }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .apply-btn {
          position: absolute;
          top: 59%;
          right: 10px;
          transform: translateY(-50%);
          padding: 10px 20px;
          font-size: 16px;
          border: none;
          border-left: none;
          background-color: #0090ec;
          color: white;
          cursor: pointer;
          border-radius: 5px; }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .apply-btn:hover {
          background-color: #026fb2; }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .code-promo-box .warning {
          color: red;
          display: none; }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .benefit-box {
        display: flex;
        flex-direction: column;
        background: #f4f9fd;
        border-top: 1px solid #c3d1db;
        width: 800px;
        min-height: 100%;
        height: 100%;
        padding: 25px 25px; }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .benefit-box {
            width: 100%;
            font-size: 14px; } }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .benefit-box ul {
        list-style: circle !important;
        margin: 1em 0 !important;
        padding-left: 20px;
        margin-top: 0px !important;
        margin-left: 20px !important; }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .benefit-box ul li {
        list-style: circle !important;
        font-size: 16px;
        font-weight: 300;
        line-height: 25px; }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .benefit-box .benefit-info {
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
        margin-left: 20px; }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .benefit-box .title {
        font-size: 18px;
        font-weight: 400;
        color: #01558d; }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .benefit-box .title {
            font-size: 16px; } }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .benefit-box .title1 {
        font-size: 20px;
        font-weight: 400;
        color: #01558d; }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .booking-codepromo-info .benefit-box .title1 {
            font-size: 20px; } }
    .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; } }
      .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box a {
        display: inline-block;
        width: 160px;
        height: 60px; }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box a {
            width: 30vw;
            height: 12vw;
            padding: 8px 0; } }
        .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box a:nth-of-type(1) {
          background: url("/assets/images/common/btn_booking_1.png") no-repeat center/160px 60px; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box a:nth-of-type(1) {
              background: url("/assets/images/common/btn_booking_1.png") no-repeat center/contain; } }
        .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box a:nth-of-type(2) {
          margin-left: 20px;
          background: url("/assets/images/common/btn_booking_naver.png") no-repeat center/160px 60px; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box a:nth-of-type(2) {
              margin-left: 10px;
              background: url("/assets/images/common/btn_booking_naver.png") no-repeat center/contain; } }
        .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box a:nth-of-type(3) {
          margin-left: 20px;
          background: url("/assets/images/common/btn_booking_kakao.png") no-repeat center/160px 60px; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .login-btn-box a:nth-of-type(3) {
              margin-left: 10px;
              background: url("/assets/images/common/btn_booking_kakao.png") no-repeat center/contain; } }
    .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box {
      margin-top: 20px;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box {
          margin-top: 10px;
          margin-left: 0; } }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box h3 {
        font-size: 25px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box h3 {
            font-size: 24px; } }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel {
          position: relative;
          width: 150px;
          padding-bottom: 10px;
          border-bottom: 1px solid #000;
          text-indent: 40px; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel {
              width: 22%;
              text-indent: 0;
              padding-bottom: 10px; } }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
            text-indent: 60px; }
            .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) select {
              width: 90px; }
              @media (max-width: 767px) {
                .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) select {
                  width: 100%; } }
            @media (max-width: 767px) {
              .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
                text-indent: 0; } }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel select {
            cursor: pointer;
            width: 110px;
            font-size: 16px;
            border: none;
            font-weight: 500; }
            @media (max-width: 767px) {
              .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel select {
                font-size: 14px;
                width: 100%;
                padding-left: 30px; } }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel::before {
            content: '성인';
            position: absolute;
            left: -40px;
            top: -2px;
            font-size: 16px;
            font-weight: 300; }
            @media (max-width: 767px) {
              .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel::before {
                top: 4px;
                font-size: 14px;
                left: 0; } }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(2)::before {
            content: '아동'; }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(3)::before {
            content: '유아'; }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4)::before {
            content: '객실';
            left: -60px; }
            @media (max-width: 767px) {
              .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4)::before {
                left: 0; } }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(n+2) {
            margin-left: 30px; }
            @media (max-width: 767px) {
              .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(n+2) {
                margin-left: 10px; } }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
            margin-left: 100px; }
            .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) .txt {
              left: -60px;
              bottom: -80px;
              width: 600px; }
            @media (max-width: 767px) {
              .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
                margin-left: 10px; } }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel .txt {
            position: absolute;
            left: -40px;
            bottom: -40px;
            width: 500px;
            color: #ff3434;
            font-size: 15px;
            white-space: nowrap; }
            @media (max-width: 767px) {
              .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .cnt-box .sel .txt {
                display: none; } }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .info-box {
        margin-top: 20px;
        width: 500px;
        color: #ff3434;
        font-size: 15px;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .info-box {
            display: none; } }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .b-t {
        margin-top: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end; }
        .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .b-t .qmark-box {
          padding-left: 10px; }
          .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .b-t .qmark-box .qmark {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
            @media (max-width: 767px) {
              .sub-rv-box-vehicle .booking-form-wrapper .booking-form-box .b-t .qmark-box .qmark {
                width: 18px;
                height: 18px;
                background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
    .sub-rv-box-vehicle .booking-form-wrapper .booking-use-info {
      border-top: 1px solid #000;
      margin-top: 40px;
      padding: 40px 0;
      width: 100%; }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-use-info .title-header {
        display: flex; }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-use-info .title-header p {
        margin-left: 20px;
        display: flex;
        align-items: center;
        /* 수직 정렬 */
        gap: 8px;
        /* input과 span 사이 여백 */ }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-use-info .title-header p span {
        font-size: 16px;
        vertical-align: middle;
        /* 수직 정렬 */ }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .booking-use-info .title-header p span {
            font-size: 14px; } }
      .sub-rv-box-vehicle .booking-form-wrapper .booking-use-info input.checkbox {
        width: 16px;
        height: 16px; }
    .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper {
      width: 452px;
      position: absolute;
      top: 0;
      left: 90%; }
      @media (max-width: 767px) {
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper {
          position: relative;
          width: 100%;
          left: 0;
          top: 100%;
          margin-top: 50px; } }
      .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box {
        position: sticky;
        top: 20px;
        background: #003253;
        font-weight: 100; }
        @media (max-width: 767px) {
          .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box img {
            width: 100%;
            object-fit: cover; } }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .right-arrow {
          display: inline-block;
          width: 12px;
          height: 12px;
          background: url("/assets/images/icon/a_u.png") no-repeat center/12px 12px;
          filter: invert(100%);
          transform: rotate(90deg); }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .upgrade-badge {
          font-size: 11px;
          display: inline-block;
          padding: 3px 8px;
          background: #f0c911;
          border-radius: 5px; }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .promotion-badge {
          font-size: 11px;
          display: inline-block;
          padding: 3px 8px;
          background: #0071bc;
          border-radius: 5px; }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .bottom {
          padding: 30px 25px 50px;
          color: #fff; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .bottom {
              padding: 20px 20px 30px;
              font-size: 15px; } }
          .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info li {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-left: 15px; }
            .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info li:nth-of-type(n+2) {
              margin-top: 14px;
              margin-left: 15px; }
          .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info li.title {
            font-size: 18px;
            font-weight: 300;
            margin-left: 0; }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .line {
          width: 100%;
          height: 1px;
          background: #335b75;
          margin: 25px 0; }
          .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .line.xb {
            margin: 20px 0 40px; }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .option-box .opt {
          margin-top: 20px; }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .option-box .opt-cmt {
          margin-top: 20px;
          font-size: 12px; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .option-box .opt-cmt {
              font-size: 11px; } }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .discount-box .opt {
          margin-top: 20px; }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .discount-box .opt-cmt {
          margin-top: 20px;
          font-size: 12px; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .discount-box .opt-cmt {
              font-size: 11px; } }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .title {
          font-size: 18px;
          font-weight: 300; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .title {
              font-size: 18px; } }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .tax {
          margin-top: 20px;
          font-size: 15px;
          text-align: right; }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .price {
          text-align: right;
          font-size: 40px;
          color: #6ffdff;
          font-weight: 300; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .price {
              font-size: 30px; } }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .price-dc-box .price {
          text-align: right;
          font-size: 30px; }
          @media (max-width: 767px) {
            .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .price-dc-box .price {
              font-size: 20px; } }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li a {
            color: #fff;
            text-decoration: underline; }
          .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li input {
            width: 18px;
            height: 18px;
            border: 1px solid #4d7087;
            background: transparent; }
          .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li:nth-of-type(n+2) {
            margin-top: 10px; }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .method-box ul li {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-top: 10px; }
          .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .method-box ul li input {
            width: 18px;
            height: 18px;
            border: 1px solid #4d7087;
            background: transparent; }
        .sub-rv-box-vehicle .booking-form-wrapper .pay-box-wrapper .pay-box .btn {
          margin-top: 30px;
          text-align: center; }

@media (max-width: 767px) {
  .timetable-wrapper {
    overflow-x: auto;
    white-space: nowrap; } }

.timetable {
  border-collapse: collapse;
  width: 100%;
  max-width: 900px; }
  @media (max-width: 767px) {
    .timetable {
      width: max-content; } }

.timetable th, .timetable td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  width: 40px; }

.timetable th {
  background-color: #f4f4f4;
  font-weight: 300;
  font-size: 16px; }

.timetable th.period {
  font-size: 12px;
  border-top: 0px !important;
  padding-top: 0px !important; }

.timetable th.time {
  font-size: 14px;
  padding-bottom: 5px !important;
  border-bottom: 0px !important; }

.timetable-div {
  display: flex;
  justify-content: center; }

.timetable-div .add-btn {
  display: inline-block;
  width: 186px;
  height: 48px;
  line-height: 48px;
  font-size: 1rem;
  background: #003253;
  color: #fff;
  text-align: center;
  border: none;
  position: relative;
  cursor: pointer; }

.available {
  background-color: #ffffff; }

.selected {
  background-color: #0071bc;
  color: white;
  font-weight: 300;
  font-size: 15px; }

.selected img {
  width: 20px;
  filter: invert(1);
  /* 색상 반전 (검은색 → 흰색) */ }

.reserved {
  background-color: #d3d3d3;
  text-decoration: line-through; }

.vehicle-info {
  font-size: 18px;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px 0 20px 20px;
  margin: 10px 30px 0 0;
  box-shadow: 0 4px 8px 0 rgba(33, 37, 41, 0.1);
  display: flex;
  justify-content: center;
  font-weight: 300; }

.vehicle-info2 {
  font-size: 18px;
  border: 1px solid #ccc;
  /* ✅ 테두리 색상 일관성 */
  border-radius: 10px;
  /* ✅ 둥근 모서리 */
  padding: 20px;
  margin: 15px 0;
  /* ✅ 위아래 여백 */
  background: #f9f9f9;
  /* ✅ 부드러운 배경 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* ✅ 은은한 그림자 효과 */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  /* ✅ 부드러운 효과 */ }
  .vehicle-info2 .title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    color: #01558C;
    /* ✅ 강조 색상 */
    /* ✅ 제목 밑줄 효과 */ }
    .vehicle-info2 .title::after {
      content: "";
      display: block;
      width: 100%;
      max-width: 200px;
      height: 2px;
      background-color: black;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
  .vehicle-info2 .cont {
    margin-top: 10px;
    font-size: 16px;
    color: #333; }

@media (max-width: 767px) {
  .vehicle-info {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px 30px 0 0;
    font-size: 16px; }
  .vehicle-info2 {
    padding: 15px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    /* ✅ 모바일에서는 그림자 줄임 */ }
  .vehicle-info2 .title {
    font-size: 18px; }
  .vehicle-info2 .cont {
    font-size: 14px; } }

.booking-form-vehicle {
  margin-top: 50px; }

@media (max-width: 767px) {
  .booking-form-vehicle {
    margin-top: 30px; } }

.booking-form-vehicle li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }

@media (max-width: 767px) {
  .booking-form-vehicle li {
    display: block; } }

.booking-form-vehicle li:nth-of-type(n+2) {
  margin-top: 40px; }

@media (max-width: 767px) {
  .booking-form-vehicle li:nth-of-type(n+2) {
    margin-top: 20px; } }

.booking-form-vehicle li .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 660px; }

@media (max-width: 767px) {
  .booking-form-vehicle li .left.m-no-flex {
    display: block; } }

@media (max-width: 767px) {
  .booking-form-vehicle li .left {
    width: 100%; } }

.booking-form-vehicle li .left .i-w {
  font-size: 14px;
  color: #888;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }

@media (max-width: 767px) {
  .booking-form-vehicle li .left .i-w {
    padding-bottom: 10px; } }

.booking-form-vehicle li .left .i-w.half {
  width: 310px; }

@media (max-width: 767px) {
  .booking-form-vehicle li .left .i-w.half {
    width: 50%; }
  .booking-form-vehicle li .left .i-w.half.full {
    width: 100%; }
  .booking-form-vehicle li .left .i-w.half.full.mmt20 {
    margin-top: 20px;
    margin-left: 0 !important; } }

.booking-form-vehicle li .left .i-w.half:nth-of-type(2) {
  margin-left: 40px; }

.booking-form-vehicle li .left .i-w .input {
  font-size: 18px;
  width: 100%;
  border: none; }

.booking-form-vehicle li .left .i-w .input::placeholder {
  font-size: 18px;
  color: #888; }

@media (max-width: 767px) {
  .booking-form-vehicle li .left .i-w .input::placeholder {
    font-size: 14px; } }

.booking-form-vehicle li .left .i-w .chk {
  width: 20px;
  height: 20px; }

.booking-form-vehicle li .left .i-w.email2 {
  position: relative; }

.booking-form-vehicle li .left .i-w.email2::before {
  content: '@';
  position: absolute;
  left: -24px;
  top: 0;
  font-size: 18px;
  color: #888;
  font-weight: 400; }

.booking-form-vehicle li .right {
  color: #0071bc;
  font-size: 14px;
  padding-top: 10px;
  font-weight: 300; }

@media (max-width: 767px) {
  .booking-form-vehicle li .right {
    margin-left: 0;
    font-size: 12px; } }

.pay-box-vehicle-wrapper {
  width: 420px;
  position: absolute;
  top: 0;
  left: 100%; }
  @media (max-width: 767px) {
    .pay-box-vehicle-wrapper {
      position: relative;
      width: 100%;
      left: 0;
      top: 100%;
      margin-top: 50px; } }
  .pay-box-vehicle-wrapper .pay-box {
    position: sticky;
    top: 20px;
    background: #003253;
    font-weight: 100; }
    .pay-box-vehicle-wrapper .pay-box .top-img img {
      width: 420px; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .top-img img {
          width: 100%; } }
    .pay-box-vehicle-wrapper .pay-box .discount img {
      width: 24px; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .discount img {
          width: 20px; } }
    @media (max-width: 767px) {
      .pay-box-vehicle-wrapper .pay-box img {
        width: 100%;
        object-fit: cover; } }
    .pay-box-vehicle-wrapper .pay-box .right-arrow {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: url("/assets/images/icon/a_u.png") no-repeat center/12px 12px;
      filter: invert(100%);
      transform: rotate(90deg); }
    .pay-box-vehicle-wrapper .pay-box .upgrade-badge {
      font-size: 11px;
      display: inline-block;
      padding: 3px 8px;
      background: #f0c911;
      border-radius: 5px; }
    .pay-box-vehicle-wrapper .pay-box .promotion-badge {
      font-size: 11px;
      display: inline-block;
      padding: 3px 8px;
      background: #0071bc;
      border-radius: 5px; }
    .pay-box-vehicle-wrapper .pay-box .bottom {
      padding: 30px 25px 50px;
      color: #fff; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .bottom {
          padding: 20px 20px 30px;
          font-size: 15px; } }
      .pay-box-vehicle-wrapper .pay-box .bottom .info li {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: 15px; }
        .pay-box-vehicle-wrapper .pay-box .bottom .info li:nth-of-type(n+2) {
          margin-top: 14px;
          margin-left: 15px; }
      .pay-box-vehicle-wrapper .pay-box .bottom .info li.title {
        font-size: 18px;
        font-weight: 300;
        margin-left: 0; }
    .pay-box-vehicle-wrapper .pay-box .line {
      width: 100%;
      height: 1px;
      background: #335b75;
      margin: 25px 0; }
      .pay-box-vehicle-wrapper .pay-box .line.xb {
        margin: 20px 0 40px; }
    .pay-box-vehicle-wrapper .pay-box .option-box .opt {
      margin-top: 20px; }
    .pay-box-vehicle-wrapper .pay-box .option-box .opt-cmt {
      margin-top: 20px;
      font-size: 12px; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .option-box .opt-cmt {
          font-size: 11px; } }
    .pay-box-vehicle-wrapper .pay-box .discount-box .opt {
      margin-top: 20px; }
    .pay-box-vehicle-wrapper .pay-box .discount-box .opt-cmt {
      margin-top: 20px;
      font-size: 12px; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .discount-box .opt-cmt {
          font-size: 11px; } }
    .pay-box-vehicle-wrapper .pay-box .title {
      font-size: 18px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .title {
          font-size: 18px; } }
    .pay-box-vehicle-wrapper .pay-box .price-box .tax {
      margin-top: 20px;
      font-size: 15px;
      text-align: right; }
    .pay-box-vehicle-wrapper .pay-box .price-box .price {
      text-align: right;
      font-size: 30px;
      color: #6ffdff;
      font-weight: 300; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .price-box .price {
          font-size: 30px; } }
    .pay-box-vehicle-wrapper .pay-box .price-box .discount {
      text-align: right;
      color: #f0c911;
      font-weight: 400; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .price-box .discount {
          font-size: 30px; } }
    .pay-box-vehicle-wrapper .pay-box .price-dc-box .price {
      text-align: right;
      font-size: 30px; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .price-dc-box .price {
          font-size: 20px; } }
    .pay-box-vehicle-wrapper .pay-box .agree-box ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .pay-box-vehicle-wrapper .pay-box .agree-box ul li a {
        color: #fff;
        text-decoration: underline; }
      .pay-box-vehicle-wrapper .pay-box .agree-box ul li input {
        width: 18px;
        height: 18px;
        border: 1px solid #4d7087;
        background: transparent; }
      .pay-box-vehicle-wrapper .pay-box .agree-box ul li:nth-of-type(n+2) {
        margin-top: 10px; }
    .pay-box-vehicle-wrapper .pay-box .method-box ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 10px;
      flex-direction: column; }
      .pay-box-vehicle-wrapper .pay-box .method-box ul li input {
        width: 18px;
        height: 18px;
        border: 1px solid #4d7087;
        background: transparent; }
    .pay-box-vehicle-wrapper .pay-box .btn {
      margin-top: 30px;
      text-align: center; }
    .pay-box-vehicle-wrapper .pay-box .btn img {
      width: 320px; }
      @media (max-width: 767px) {
        .pay-box-vehicle-wrapper .pay-box .btn img {
          width: 100%; } }

.booking-option-vehicle-info {
  width: 70%;
  margin: 0 auto;
  background: #f9f9f9;
  /* ✅ 더 부드러운 배경색 */
  border-radius: 10px;
  /* ✅ 부드러운 모서리 */
  padding: 20px;
  /* ✅ 여백 추가 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* ✅ 은은한 그림자 효과 */
  margin-bottom: 15px;
  /* ✅ 각 예약 박스 간 여백 */
  transition: all 0.3s ease;
  /* ✅ 부드러운 효과 */
  position: relative;
  /* ✅ X 버튼의 기준이 되는 위치 */
  /* 마우스 오버 시 */
  /*
    &:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
     */
  /* 삭제 버튼 스타일 */ }
  @media (max-width: 767px) {
    .booking-option-vehicle-info {
      width: 100%; } }
  .booking-option-vehicle-info .title {
    font-size: 18px;
    font-weight: 500;
    /* ✅ 더 강조된 폰트 */
    color: #0071bc;
    /* ✅ 브랜드 색상 */
    margin-bottom: 10px; }
  .booking-option-vehicle-info .option-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* ✅ 적절한 간격 추가 */ }
    .booking-option-vehicle-info .option-box .box {
      flex: 1;
      min-width: 200px;
      /* ✅ 반응형 대응 */
      background: #fff;
      padding: 12px;
      border-radius: 8px;
      border: 1px solid #ddd;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      color: #333;
      /* 아이콘 스타일 */ }
      .booking-option-vehicle-info .option-box .box p {
        font-size: 14px;
        color: #666;
        margin-bottom: 5px; }
      .booking-option-vehicle-info .option-box .box div {
        font-size: 18px;
        font-weight: 400;
        color: #333; }
  .booking-option-vehicle-info .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url("/assets/images/common/close_36_36.png") no-repeat center/20px 20px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease; }
    .booking-option-vehicle-info .btn-close:hover {
      opacity: 1; }

/* ✅ 모바일 최적화 */
@media (max-width: 767px) {
  .booking-option-vehicle-info {
    padding: 15px;
    transform: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) !important;
    /* 살짝 덜 강한 그림자로 변경 */ }
    .booking-option-vehicle-info .btn-close {
      opacity: 1 !important;
      /* 마우스 오버 효과 없이 항상 보이게 */
      display: block;
      top: 5px;
      /* ✅ 더 위쪽으로 조정 */
      right: 5px;
      /* ✅ 우측 끝으로 */
      width: 24px;
      /* ✅ 모바일에서 살짝 키움 */
      height: 24px; }
    .booking-option-vehicle-info .option-box {
      flex-direction: column;
      align-items: center; }
      .booking-option-vehicle-info .option-box .box {
        width: 100%; }
        .booking-option-vehicle-info .option-box .box div {
          font-size: 16px !important; } }

.vehicle-schedule {
  max-width: 500px;
  /* 너무 넓어지지 않도록 제한 */
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans KR", sans-serif;
  margin: 20px auto;
  /* 중앙 정렬 */
  padding-bottom: 10px; }

.vehicle-schedule .car-header {
  font-size: 20px;
  font-weight: 500;
  color: #01558C;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
  /* 위아래 여백 추가 */
  margin-bottom: 16px;
  text-align: center;
  /* ✅ 배경을 꽉 채우기 위해 추가 */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
  /* 상단 모서리 둥글게 */ }

.vehicle-schedule .car-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 15px 30px;
  border-bottom: 1px solid #ddd; }

.vehicle-schedule .car-item:last-child {
  border-bottom: none;
  /* 마지막 항목은 구분선 제거 */ }

.vehicle-schedule .car-item p {
  margin: 0;
  font-weight: 400;
  color: #333; }

.vehicle-schedule .car-item p:nth-child(2) {
  font-weight: 500;
  color: #01558d; }

@media (max-width: 767px) {
  .vehicle-schedule {
    width: 100%; }
  .vehicle-schedule .car-header {
    font-size: 18px; }
  .vehicle-schedule .car-item {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px; }
  .vehicle-schedule .car-item p:nth-child(2) {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400; } }

@media (max-width: 767px) {
  #schedule-box .cont {
    overflow-x: auto;
    /* 가로 스크롤 활성화 */
    white-space: nowrap;
    /* 요소들이 줄 바꿈되지 않도록 설정 */
    -webkit-overflow-scrolling: touch;
    /* iOS에서 부드러운 스크롤 적용 */ } }

#schedule-box .inventory-header {
  display: flex;
  font-size: 14px; }

#schedule-box .inventory-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px; }

#schedule-box .inventory-table .vehicle-name {
  font-weight: 500; }

#schedule-box .inventory-table th, .inventory-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  font-size: 14px; }

#schedule-box .inventory-table th {
  background-color: #fff;
  color: #323232;
  font-weight: 400;
  vertical-align: middle; }

#schedule-box .inventory-table th.bg {
  background-color: #f9f9f9 !important; }

#schedule-box .inventory-table td {
  vertical-align: middle;
  background-color: transparent; }

#schedule-box .inventory-table tbody tr:nth-child(even) {
  background-color: #f9f9f9 !important;
  /* 짝수 행 배경색 */ }

#schedule-box .inventory-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
  /* 홀수 행 배경 없음 */ }

/* 예약 상태 스타일 */
#schedule-box .available {
  /*background-color: #c8e6c9; !* 초록색 *!*/
  color: #2e7d32;
  font-weight: bold; }

#schedule-box .reserved {
  background-color: #ffccbc;
  /* 주황색 */
  color: #d84315;
  font-weight: bold; }

#schedule-box .blocked {
  background-color: #b0bec5;
  /* 회색 */
  color: #37474f;
  font-weight: bold; }

.sub-rv-box-joycare {
  margin: 100px auto !important; }
  @media (max-width: 767px) {
    .sub-rv-box-joycare {
      width: 100% !important;
      padding: 0 20px;
      margin: 30px auto 80px !important; } }
  .sub-rv-box-joycare .rv-step-box {
    text-align: center; }
    @media (max-width: 767px) {
      .sub-rv-box-joycare .rv-step-box {
        margin-top: 100px; } }
    @media (max-width: 767px) {
      .sub-rv-box-joycare .rv-step-box img {
        width: 100%; } }
  .sub-rv-box-joycare .booking-form-wrapper {
    position: relative;
    width: 70%;
    max-width: 1208px;
    margin-top: 60px;
    min-height: 1200px;
    font-family: "Noto Sans KR", sans-serif !important; }
    @media (max-width: 767px) {
      .sub-rv-box-joycare .booking-form-wrapper {
        width: 100%;
        margin-top: 30px;
        min-height: auto; } }
    .sub-rv-box-joycare .booking-form-wrapper h3 {
      font-size: 20px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .sub-rv-box-joycare .booking-form-wrapper h3 {
          font-size: 18px; } }
    .sub-rv-box-joycare .booking-form-wrapper .ct {
      font-size: 14px;
      font-weight: 300;
      color: #888;
      margin-left: 5px;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .sub-rv-box-joycare .booking-form-wrapper .ct {
          font-size: 13px; } }
    .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info {
      margin-bottom: 40px;
      border-bottom: 1px solid #000;
      padding-bottom: 40px; }
      @media (max-width: 767px) {
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info {
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .b-t {
        display: flex;
        justify-content: flex-start; }
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box {
          position: relative;
          top: 18px;
          left: 30px; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box {
              top: 8px;
              left: 20px; } }
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box .qmark {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
            @media (max-width: 767px) {
              .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .b-t .qmark-box .qmark {
                width: 18px;
                height: 18px;
                background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
      .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-left: 20px; }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box {
            margin-left: 0px; } }
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .code-promo-input {
          position: relative;
          width: fit-content; }
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .no-auth {
          font-size: 14px;
          margin-top: 10px;
          font-weight: 300;
          color: #888; }
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .no-auth i {
          font-size: 10px; }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .code-promo-input {
            width: 100%; }
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box input {
            padding-left: 20px;
            width: 100% !important;
            margin-top: 20px;
            border-radius: 5px;
            height: 40px;
            border: 1px solid #ccc;
            font-size: 16px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box input::placeholder {
      font-size: 15px; } }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .apply-btn {
            position: absolute;
            top: 59%;
            right: 10px;
            transform: translateY(-50%);
            padding: 10px 20px;
            font-size: 14px !important;
            border: none;
            border-left: none;
            background-color: #0090ec;
            color: white;
            cursor: pointer;
            border-radius: 5px;
            font-weight: 400; }
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .warning {
            color: red;
            display: none; }
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .no-auth {
            font-size: 13px;
            font-weight: 300; } }
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .div-input {
          padding-left: 20px;
          width: 300px;
          margin-top: 20px;
          border-radius: 5px;
          height: 50px;
          border: 1px solid #ccc;
          font-size: 16px;
          font-weight: 300;
          background: #eee;
          color: #888;
          display: flex;
          align-items: center; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .div-input {
              margin-top: 10px;
              font-size: 14px; } }
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box input {
          padding-left: 20px;
          width: 500px;
          margin-top: 10px;
          border-radius: 5px;
          height: 50px;
          border: 1px solid #ccc;
          font-size: 18px; }
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .apply-btn {
          position: absolute;
          top: 59%;
          right: 10px;
          transform: translateY(-50%);
          padding: 10px 20px;
          font-size: 16px;
          border: none;
          border-left: none;
          background-color: #0090ec;
          color: white;
          cursor: pointer;
          border-radius: 5px; }
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .apply-btn:hover {
          background-color: #026fb2; }
        .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .code-promo-box .warning {
          color: red;
          display: none; }
      .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .benefit-box {
        display: flex;
        flex-direction: column;
        background: #f4f9fd;
        border-top: 1px solid #c3d1db;
        width: 800px;
        min-height: 100%;
        height: 100%;
        padding: 25px 25px; }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .benefit-box {
            width: 100%;
            font-size: 14px; } }
      .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .benefit-box ul {
        list-style: circle !important;
        margin: 1em 0 !important;
        padding-left: 20px;
        margin-top: 0px !important;
        margin-left: 20px !important; }
      .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .benefit-box ul li {
        list-style: circle !important;
        font-size: 16px;
        font-weight: 300;
        line-height: 25px; }
      .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .benefit-box .benefit-info {
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
        margin-left: 20px; }
      .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .benefit-box .title {
        font-size: 18px;
        font-weight: 400;
        color: #01558d; }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .benefit-box .title {
            font-size: 16px; } }
      .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .benefit-box .title1 {
        font-size: 20px;
        font-weight: 400;
        color: #01558d; }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .booking-codepromo-info .benefit-box .title1 {
            font-size: 20px; } }
    .sub-rv-box-joycare .booking-form-wrapper .login-btn-box {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .sub-rv-box-joycare .booking-form-wrapper .login-btn-box {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; } }
      .sub-rv-box-joycare .booking-form-wrapper .login-btn-box a {
        display: inline-block;
        width: 160px;
        height: 60px; }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .login-btn-box a {
            width: 30vw;
            height: 12vw;
            padding: 8px 0; } }
        .sub-rv-box-joycare .booking-form-wrapper .login-btn-box a:nth-of-type(1) {
          background: url("/assets/images/common/btn_booking_1.png") no-repeat center/160px 60px; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .login-btn-box a:nth-of-type(1) {
              background: url("/assets/images/common/btn_booking_1.png") no-repeat center/contain; } }
        .sub-rv-box-joycare .booking-form-wrapper .login-btn-box a:nth-of-type(2) {
          margin-left: 20px;
          background: url("/assets/images/common/btn_booking_naver.png") no-repeat center/160px 60px; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .login-btn-box a:nth-of-type(2) {
              margin-left: 10px;
              background: url("/assets/images/common/btn_booking_naver.png") no-repeat center/contain; } }
        .sub-rv-box-joycare .booking-form-wrapper .login-btn-box a:nth-of-type(3) {
          margin-left: 20px;
          background: url("/assets/images/common/btn_booking_kakao.png") no-repeat center/160px 60px; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .login-btn-box a:nth-of-type(3) {
              margin-left: 10px;
              background: url("/assets/images/common/btn_booking_kakao.png") no-repeat center/contain; } }
    .sub-rv-box-joycare .booking-form-wrapper .booking-form-box {
      margin-top: 20px;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .sub-rv-box-joycare .booking-form-wrapper .booking-form-box {
          margin-top: 10px;
          margin-left: 0; } }
      .sub-rv-box-joycare .booking-form-wrapper .booking-form-box h3 {
        font-size: 25px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box h3 {
            font-size: 24px; } }
      .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel {
          position: relative;
          width: 150px;
          padding-bottom: 10px;
          border-bottom: 1px solid #000;
          text-indent: 40px; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel {
              width: 22%;
              text-indent: 0;
              padding-bottom: 10px; } }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
            text-indent: 60px; }
            .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) select {
              width: 90px; }
              @media (max-width: 767px) {
                .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) select {
                  width: 100%; } }
            @media (max-width: 767px) {
              .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
                text-indent: 0; } }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel select {
            cursor: pointer;
            width: 110px;
            font-size: 16px;
            border: none;
            font-weight: 500; }
            @media (max-width: 767px) {
              .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel select {
                font-size: 14px;
                width: 100%;
                padding-left: 30px; } }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel::before {
            content: '성인';
            position: absolute;
            left: -40px;
            top: -2px;
            font-size: 16px;
            font-weight: 300; }
            @media (max-width: 767px) {
              .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel::before {
                top: 4px;
                font-size: 14px;
                left: 0; } }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(2)::before {
            content: '아동'; }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(3)::before {
            content: '유아'; }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4)::before {
            content: '객실';
            left: -60px; }
            @media (max-width: 767px) {
              .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4)::before {
                left: 0; } }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(n+2) {
            margin-left: 30px; }
            @media (max-width: 767px) {
              .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(n+2) {
                margin-left: 10px; } }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
            margin-left: 100px; }
            .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) .txt {
              left: -60px;
              bottom: -80px;
              width: 600px; }
            @media (max-width: 767px) {
              .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel:nth-of-type(4) {
                margin-left: 10px; } }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel .txt {
            position: absolute;
            left: -40px;
            bottom: -40px;
            width: 500px;
            color: #ff3434;
            font-size: 15px;
            white-space: nowrap; }
            @media (max-width: 767px) {
              .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .cnt-box .sel .txt {
                display: none; } }
      .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .info-box {
        margin-top: 20px;
        width: 500px;
        color: #ff3434;
        font-size: 15px;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .info-box {
            display: none; } }
      .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .b-t {
        margin-top: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end; }
        .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .b-t .qmark-box {
          padding-left: 10px; }
          .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .b-t .qmark-box .qmark {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url("/assets/images/icon/qmark.png") no-repeat center/22px 22px; }
            @media (max-width: 767px) {
              .sub-rv-box-joycare .booking-form-wrapper .booking-form-box .b-t .qmark-box .qmark {
                width: 18px;
                height: 18px;
                background: url("/assets/images/icon/qmark.png") no-repeat center/18px 18px; } }
    .sub-rv-box-joycare .booking-form-wrapper .booking-use-info {
      border-top: 1px solid #000;
      margin-top: 40px;
      padding: 40px 0;
      width: 100%; }
      .sub-rv-box-joycare .booking-form-wrapper .booking-use-info .title-header {
        display: flex; }
      .sub-rv-box-joycare .booking-form-wrapper .booking-use-info .title-header p {
        margin-left: 20px;
        display: flex;
        align-items: center;
        /* 수직 정렬 */
        gap: 8px;
        /* input과 span 사이 여백 */ }
      .sub-rv-box-joycare .booking-form-wrapper .booking-use-info .title-header p span {
        font-size: 16px;
        vertical-align: middle;
        /* 수직 정렬 */ }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .booking-use-info .title-header p span {
            font-size: 14px; } }
      .sub-rv-box-joycare .booking-form-wrapper .booking-use-info input.checkbox {
        width: 16px;
        height: 16px; }
    .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper {
      width: 452px;
      position: absolute;
      top: 0;
      left: 90%; }
      @media (max-width: 767px) {
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper {
          position: relative;
          width: 100%;
          left: 0;
          top: 100%;
          margin-top: 50px; } }
      .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box {
        position: sticky;
        top: 20px;
        background: #003253;
        font-weight: 100; }
        @media (max-width: 767px) {
          .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box img {
            width: 100%;
            object-fit: cover; } }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .right-arrow {
          display: inline-block;
          width: 12px;
          height: 12px;
          background: url("/assets/images/icon/a_u.png") no-repeat center/12px 12px;
          filter: invert(100%);
          transform: rotate(90deg); }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .upgrade-badge {
          font-size: 11px;
          display: inline-block;
          padding: 3px 8px;
          background: #f0c911;
          border-radius: 5px; }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .promotion-badge {
          font-size: 11px;
          display: inline-block;
          padding: 3px 8px;
          background: #0071bc;
          border-radius: 5px; }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .bottom {
          padding: 30px 25px 50px;
          color: #fff; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .bottom {
              padding: 20px 20px 30px;
              font-size: 15px; } }
          .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info li {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-left: 15px; }
            .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info li:nth-of-type(n+2) {
              margin-top: 14px;
              margin-left: 15px; }
          .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .bottom .info li.title {
            font-size: 18px;
            font-weight: 300;
            margin-left: 0; }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .line {
          width: 100%;
          height: 1px;
          background: #335b75;
          margin: 25px 0; }
          .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .line.xb {
            margin: 20px 0 40px; }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .option-box .opt {
          margin-top: 20px; }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .option-box .opt-cmt {
          margin-top: 20px;
          font-size: 12px; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .option-box .opt-cmt {
              font-size: 11px; } }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .discount-box .opt {
          margin-top: 20px; }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .discount-box .opt-cmt {
          margin-top: 20px;
          font-size: 12px; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .discount-box .opt-cmt {
              font-size: 11px; } }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .title {
          font-size: 18px;
          font-weight: 300; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .title {
              font-size: 18px; } }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .tax {
          margin-top: 20px;
          font-size: 15px;
          text-align: right; }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .price {
          text-align: right;
          font-size: 40px;
          color: #6ffdff;
          font-weight: 300; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .price-box .price {
              font-size: 30px; } }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .price-dc-box .price {
          text-align: right;
          font-size: 30px; }
          @media (max-width: 767px) {
            .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .price-dc-box .price {
              font-size: 20px; } }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li a {
            color: #fff;
            text-decoration: underline; }
          .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li input {
            width: 18px;
            height: 18px;
            border: 1px solid #4d7087;
            background: transparent; }
          .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .agree-box ul li:nth-of-type(n+2) {
            margin-top: 10px; }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .method-box ul li {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-top: 10px; }
          .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .method-box ul li input {
            width: 18px;
            height: 18px;
            border: 1px solid #4d7087;
            background: transparent; }
        .sub-rv-box-joycare .booking-form-wrapper .pay-box-wrapper .pay-box .btn {
          margin-top: 30px;
          text-align: center; }

.pay-box-joycamp-wrapper {
  width: 420px;
  position: absolute;
  top: 0;
  left: 100%; }
  @media (max-width: 767px) {
    .pay-box-joycamp-wrapper {
      position: relative;
      width: 100%;
      left: auto;
      right: 0;
      top: 100%;
      margin-top: 50px; } }
  .pay-box-joycamp-wrapper .pay-box {
    position: sticky;
    top: 20px;
    background: #003253;
    font-weight: 100; }
    .pay-box-joycamp-wrapper .pay-box .top-img img {
      width: 420px; }
      @media (max-width: 767px) {
        .pay-box-joycamp-wrapper .pay-box .top-img img {
          width: 100%; } }
    .pay-box-joycamp-wrapper .pay-box .discount img {
      width: 24px; }
      @media (max-width: 767px) {
        .pay-box-joycamp-wrapper .pay-box .discount img {
          width: 20px; } }
    @media (max-width: 767px) {
      .pay-box-joycamp-wrapper .pay-box img {
        width: 100%;
        object-fit: cover; } }
    .pay-box-joycamp-wrapper .pay-box .right-arrow {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: url("/assets/images/icon/a_u.png") no-repeat center/12px 12px;
      filter: invert(100%);
      transform: rotate(90deg); }
    .pay-box-joycamp-wrapper .pay-box .upgrade-badge {
      font-size: 11px;
      display: inline-block;
      padding: 3px 8px;
      background: #f0c911;
      border-radius: 5px; }
    .pay-box-joycamp-wrapper .pay-box .promotion-badge {
      font-size: 11px;
      display: inline-block;
      padding: 3px 8px;
      background: #0071bc;
      border-radius: 5px; }
    .pay-box-joycamp-wrapper .pay-box .bottom {
      padding: 30px 25px 50px;
      color: #fff; }
      @media (max-width: 767px) {
        .pay-box-joycamp-wrapper .pay-box .bottom {
          padding: 20px 20px 30px;
          font-size: 15px; } }
      .pay-box-joycamp-wrapper .pay-box .bottom .info li {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: 15px; }
        .pay-box-joycamp-wrapper .pay-box .bottom .info li:nth-of-type(n+2) {
          margin-top: 14px;
          margin-left: 15px; }
      .pay-box-joycamp-wrapper .pay-box .bottom .info li.title {
        font-size: 18px;
        font-weight: 300;
        margin-left: 0; }
    .pay-box-joycamp-wrapper .pay-box .line {
      width: 100%;
      height: 1px;
      background: #335b75;
      margin: 25px 0; }
      .pay-box-joycamp-wrapper .pay-box .line.xb {
        margin: 20px 0 40px; }
    .pay-box-joycamp-wrapper .pay-box .option-box .opt {
      margin-top: 20px; }
    .pay-box-joycamp-wrapper .pay-box .option-box .opt-cmt {
      margin-top: 20px;
      font-size: 12px; }
      @media (max-width: 767px) {
        .pay-box-joycamp-wrapper .pay-box .option-box .opt-cmt {
          font-size: 11px; } }
    .pay-box-joycamp-wrapper .pay-box .discount-box .opt {
      margin-top: 20px; }
    .pay-box-joycamp-wrapper .pay-box .discount-box .opt-cmt {
      margin-top: 20px;
      font-size: 12px; }
      @media (max-width: 767px) {
        .pay-box-joycamp-wrapper .pay-box .discount-box .opt-cmt {
          font-size: 11px; } }
    .pay-box-joycamp-wrapper .pay-box .title {
      font-size: 18px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .pay-box-joycamp-wrapper .pay-box .title {
          font-size: 18px; } }
    .pay-box-joycamp-wrapper .pay-box .price-box .tax {
      margin-top: 20px;
      font-size: 15px;
      text-align: right; }
    .pay-box-joycamp-wrapper .pay-box .price-box .price {
      text-align: right;
      font-size: 30px;
      color: #6ffdff;
      font-weight: 300; }
      @media (max-width: 767px) {
        .pay-box-joycamp-wrapper .pay-box .price-box .price {
          font-size: 30px; } }
    .pay-box-joycamp-wrapper .pay-box .price-dc-box .price {
      text-align: right;
      font-size: 30px; }
      @media (max-width: 767px) {
        .pay-box-joycamp-wrapper .pay-box .price-dc-box .price {
          font-size: 20px; } }
    .pay-box-joycamp-wrapper .pay-box .agree-box ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .pay-box-joycamp-wrapper .pay-box .agree-box ul li a {
        color: #fff;
        text-decoration: underline; }
      .pay-box-joycamp-wrapper .pay-box .agree-box ul li input {
        width: 18px;
        height: 18px;
        border: 1px solid #4d7087;
        background: transparent; }
      .pay-box-joycamp-wrapper .pay-box .agree-box ul li:nth-of-type(n+2) {
        margin-top: 10px; }
    .pay-box-joycamp-wrapper .pay-box .method-box ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 10px;
      flex-direction: column; }
      .pay-box-joycamp-wrapper .pay-box .method-box ul li input {
        width: 18px;
        height: 18px;
        border: 1px solid #4d7087;
        background: transparent; }
    .pay-box-joycamp-wrapper .pay-box .btn {
      margin-top: 30px;
      text-align: center; }
    .pay-box-joycamp-wrapper .pay-box .btn img {
      width: 320px; }
      @media (max-width: 767px) {
        .pay-box-joycamp-wrapper .pay-box .btn img {
          width: 100%; } }

.pay-box-joycare-wrapper {
  width: 420px;
  position: absolute;
  top: 0;
  left: 100%; }
  @media (max-width: 767px) {
    .pay-box-joycare-wrapper {
      position: relative;
      width: 100%;
      left: auto;
      right: 0;
      top: 100%;
      margin-top: 50px; } }
  .pay-box-joycare-wrapper .pay-box {
    position: sticky;
    top: 20px;
    background: #003253;
    font-weight: 100; }
    .pay-box-joycare-wrapper .pay-box .top-img img {
      width: 420px; }
      @media (max-width: 767px) {
        .pay-box-joycare-wrapper .pay-box .top-img img {
          width: 100%; } }
    .pay-box-joycare-wrapper .pay-box .discount img {
      width: 24px; }
      @media (max-width: 767px) {
        .pay-box-joycare-wrapper .pay-box .discount img {
          width: 20px; } }
    @media (max-width: 767px) {
      .pay-box-joycare-wrapper .pay-box img {
        width: 100%;
        object-fit: cover; } }
    .pay-box-joycare-wrapper .pay-box .right-arrow {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: url("/assets/images/icon/a_u.png") no-repeat center/12px 12px;
      filter: invert(100%);
      transform: rotate(90deg); }
    .pay-box-joycare-wrapper .pay-box .upgrade-badge {
      font-size: 11px;
      display: inline-block;
      padding: 3px 8px;
      background: #f0c911;
      border-radius: 5px; }
    .pay-box-joycare-wrapper .pay-box .promotion-badge {
      font-size: 11px;
      display: inline-block;
      padding: 3px 8px;
      background: #0071bc;
      border-radius: 5px; }
    .pay-box-joycare-wrapper .pay-box .bottom {
      padding: 30px 25px 50px;
      color: #fff; }
      @media (max-width: 767px) {
        .pay-box-joycare-wrapper .pay-box .bottom {
          padding: 20px 20px 30px;
          font-size: 15px; } }
      .pay-box-joycare-wrapper .pay-box .bottom .info li {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: 15px; }
        .pay-box-joycare-wrapper .pay-box .bottom .info li:nth-of-type(n+2) {
          margin-top: 14px;
          margin-left: 15px; }
      .pay-box-joycare-wrapper .pay-box .bottom .info li.title {
        font-size: 18px;
        font-weight: 300;
        margin-left: 0; }
    .pay-box-joycare-wrapper .pay-box .line {
      width: 100%;
      height: 1px;
      background: #335b75;
      margin: 25px 0; }
      .pay-box-joycare-wrapper .pay-box .line.xb {
        margin: 20px 0 40px; }
    .pay-box-joycare-wrapper .pay-box .option-box .opt {
      margin-top: 20px; }
    .pay-box-joycare-wrapper .pay-box .option-box .opt-cmt {
      margin-top: 20px;
      font-size: 12px; }
      @media (max-width: 767px) {
        .pay-box-joycare-wrapper .pay-box .option-box .opt-cmt {
          font-size: 11px; } }
    .pay-box-joycare-wrapper .pay-box .discount-box .opt {
      margin-top: 20px; }
    .pay-box-joycare-wrapper .pay-box .discount-box .opt-cmt {
      margin-top: 20px;
      font-size: 12px; }
      @media (max-width: 767px) {
        .pay-box-joycare-wrapper .pay-box .discount-box .opt-cmt {
          font-size: 11px; } }
    .pay-box-joycare-wrapper .pay-box .title {
      font-size: 18px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .pay-box-joycare-wrapper .pay-box .title {
          font-size: 18px; } }
    .pay-box-joycare-wrapper .pay-box .price-box .tax {
      margin-top: 20px;
      font-size: 15px;
      text-align: right; }
    .pay-box-joycare-wrapper .pay-box .price-box .price {
      text-align: right;
      font-size: 30px;
      color: #6ffdff;
      font-weight: 300; }
      @media (max-width: 767px) {
        .pay-box-joycare-wrapper .pay-box .price-box .price {
          font-size: 30px; } }
    .pay-box-joycare-wrapper .pay-box .price-dc-box .price {
      text-align: right;
      font-size: 30px; }
      @media (max-width: 767px) {
        .pay-box-joycare-wrapper .pay-box .price-dc-box .price {
          font-size: 20px; } }
    .pay-box-joycare-wrapper .pay-box .agree-box ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .pay-box-joycare-wrapper .pay-box .agree-box ul li a {
        color: #fff;
        text-decoration: underline; }
      .pay-box-joycare-wrapper .pay-box .agree-box ul li input {
        width: 18px;
        height: 18px;
        border: 1px solid #4d7087;
        background: transparent; }
      .pay-box-joycare-wrapper .pay-box .agree-box ul li:nth-of-type(n+2) {
        margin-top: 10px; }
    .pay-box-joycare-wrapper .pay-box .method-box ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 10px;
      flex-direction: column; }
      .pay-box-joycare-wrapper .pay-box .method-box ul li input {
        width: 18px;
        height: 18px;
        border: 1px solid #4d7087;
        background: transparent; }
    .pay-box-joycare-wrapper .pay-box .btn {
      margin-top: 30px;
      text-align: center; }
    .pay-box-joycare-wrapper .pay-box .btn img {
      width: 320px; }
      @media (max-width: 767px) {
        .pay-box-joycare-wrapper .pay-box .btn img {
          width: 100%; } }

.main-search-section-joycare {
  position: relative;
  z-index: 200; }
  @media (max-width: 767px) {
    .main-search-section-joycare.bk {
      display: none; } }
  @media (max-width: 767px) {
    .main-search-section-joycare {
      width: 100% !important;
      padding: 0 20px;
      height: 420px; } }
  .main-search-section-joycare .main-search-wrap {
    max-width: 1400px;
    width: 100%;
    height: 100px;
    background: #fff;
    line-height: 12px;
    margin: -100px auto 0; }
    @media (max-width: 767px) {
      .main-search-section-joycare .main-search-wrap {
        width: 100%;
        margin: -70px auto 0; } }
    .main-search-section-joycare .main-search-wrap .main-search-box {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      background: #fff; }
      @media (max-width: 767px) {
        .main-search-section-joycare .main-search-wrap .main-search-box {
          display: flex;
          flex-wrap: wrap;
          /*
                display: block !important;
                border-top: 1px solid #042a49;
                 */ } }
      .main-search-section-joycare .main-search-wrap .main-search-box > div:nth-of-type(n+2) {
        padding-left: 30px;
        border-left: 1px solid #ccc; }
        @media (max-width: 767px) {
          .main-search-section-joycare .main-search-wrap .main-search-box > div:nth-of-type(n+2) {
            border-left: none;
            border-top: 1px solid #ccc;
            padding-top: 20px; } }
      .main-search-section-joycare .main-search-wrap .main-search-box .label {
        color: #01558d;
        font-weight: 400; }
      .main-search-section-joycare .main-search-wrap .main-search-box .cont {
        margin-top: 26px; }
      .main-search-section-joycare .main-search-wrap .main-search-box .search-program {
        margin: 26px 0 21px 0;
        padding-left: 30px;
        position: relative;
        max-width: 356px;
        width: 25%; }
        @media (max-width: 767px) {
          .main-search-section-joycare .main-search-wrap .main-search-box .search-program {
            width: 100%; } }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-program .cont {
          position: relative;
          min-width: 175px; }
          .main-search-section-joycare .main-search-wrap .main-search-box .search-program .cont a {
            font-size: .9375rem;
            font-weight: 400; }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-program .option {
          position: absolute;
          left: 0;
          bottom: -120px;
          width: 305px;
          height: 96px;
          border: 1px solid #003253;
          background: #fff;
          padding: 25px 0 0 36px; }
          @media (max-width: 767px) {
            .main-search-section-joycare .main-search-wrap .main-search-box .search-program .option {
              width: 100%; } }
          .main-search-section-joycare .main-search-wrap .main-search-box .search-program .option li:nth-of-type(2) {
            margin-top: 18px; }
          .main-search-section-joycare .main-search-wrap .main-search-box .search-program .option li a {
            font-size: .9375rem; }
          .main-search-section-joycare .main-search-wrap .main-search-box .search-program .option li:hover a {
            color: #0090ec; }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-program .select-opt-goods {
          max-width: 250px;
          width: 80%;
          height: 35px;
          border-left: none;
          border-top: none;
          border-right: none;
          border-bottom: 0px !important;
          font-size: 18px;
          cursor: pointer; }
      .main-search-section-joycare .main-search-wrap .main-search-box .search-date {
        max-width: 356px;
        width: 25%;
        margin: 26px 0 21px 0;
        padding-left: 30px; }
        @media (max-width: 767px) {
          .main-search-section-joycare .main-search-wrap .main-search-box .search-date {
            width: 100%; } }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-date input {
          border: none;
          font-weight: 400;
          font-size: 18px;
          cursor: pointer;
          max-width: 300px;
          width: 100%; }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-date .label {
          position: relative; }
          .main-search-section-joycare .main-search-wrap .main-search-box .search-date .label .night-box {
            position: absolute;
            top: 0;
            right: 40px;
            width: 35px;
            height: 15px; }
      .main-search-section-joycare .main-search-wrap .main-search-box .search-guest {
        max-width: 356px;
        width: 25%;
        position: relative;
        margin: 26px 0 21px 0; }
        @media (max-width: 767px) {
          .main-search-section-joycare .main-search-wrap .main-search-box .search-guest {
            width: 100%;
            display: inline-block; } }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .cont {
          position: relative;
          cursor: pointer;
          font-size: 18px;
          font-weight: 400;
          margin-top: 20px; }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .option {
          position: absolute;
          left: 0;
          bottom: -180px;
          width: 410px;
          height: 205px;
          border: 1px solid #999999;
          background: #fff;
          padding: 10px;
          z-index: 100; }
          @media (max-width: 767px) {
            .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .option {
              width: 100%; } }
          .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .option .set-guest-box {
            padding: 8px 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #ccc; }
            @media (max-width: 767px) {
              .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .option .set-guest-box {
                font-size: .9375rem; } }
            .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .option .set-guest-box .guest-minus {
              display: inline-block;
              width: 20px;
              height: 20px;
              background: url("/assets/images/common/minus.png") no-repeat center/20px 20px; }
            .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .option .set-guest-box .guest-plus {
              display: inline-block;
              width: 20px;
              height: 20px;
              background: url("/assets/images/common/add.png") no-repeat center/20px 20px; }
            .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .option .set-guest-box:nth-of-type(n+2) {
              margin-top: 10px; }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .close-btn {
          width: 100%;
          border: 0;
          font-size: 16px;
          padding: 10px 15px;
          background-size: #acacac;
          border-radius: 6px;
          cursor: pointer; }
          @media (max-width: 767px) {
            .main-search-section-joycare .main-search-wrap .main-search-box .search-guest .close-btn {
              font-size: .9375rem; } }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-guest select {
          max-width: 200px;
          width: 100%;
          height: 30px;
          border-left: none;
          border-top: none;
          border-right: none;
          border-bottom: 0px !important;
          font-size: 18px;
          cursor: pointer;
          font-weight: 400; }
      .main-search-section-joycare .main-search-wrap .main-search-box .search-btn {
        border-left: none !important;
        background: #f8f8f8;
        height: 100px;
        max-width: 356px;
        width: 25%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding-left: 13px !important; }
        @media (max-width: 767px) {
          .main-search-section-joycare .main-search-wrap .main-search-box .search-btn {
            width: 100%;
            height: 60px;
            justify-content: center;
            padding: 30px 0 0 !important;
            border-top: 0 !important; } }
        .main-search-section-joycare .main-search-wrap .main-search-box .search-btn a {
          display: inline-block;
          width: 186px;
          height: 48px;
          line-height: 48px;
          font-size: 1rem;
          background: #003253;
          color: #fff;
          text-align: center;
          border: none;
          position: relative; }
          @media (max-width: 767px) {
            .main-search-section-joycare .main-search-wrap .main-search-box .search-btn a {
              width: 100%; } }
          .main-search-section-joycare .main-search-wrap .main-search-box .search-btn a p {
            position: relative; }
            .main-search-section-joycare .main-search-wrap .main-search-box .search-btn a p::before {
              content: '';
              position: absolute;
              top: 17px;
              left: 16px;
              width: 16px;
              height: 16px;
              background: url("/assets/images/common/icon_search.png") no-repeat center/16px 16px; }
              @media (max-width: 767px) {
                .main-search-section-joycare .main-search-wrap .main-search-box .search-btn a p::before {
                  background: none; } }

.jstation-wrap {
  font-family: 'Pretendard'; }

.jstation-wrap {
  font-family: "Noto Sans KR"; }

.jstation-wrap .sub-title {
  font-size: 56px;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .jstation-wrap .sub-title {
    font-size: 30px; } }

/* sec-poster */
.jstation-wrap .sec-poster {
  position: relative;
  text-align: center;
  background: url("/assets/images/vehicle/poster_bg.jpg") no-repeat center top;
  padding: 40px 40px 0 40px;
  color: #fff;
  overflow: hidden; }

.jstation-wrap .sec-poster::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 85px;
  width: 100%;
  background: #21a9fe;
  mask-image: linear-gradient(to top, black 48%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, black 48%, rgba(0, 0, 0, 0) 100%); }

.jstation-wrap .sec-poster .inner {
  padding: 60px 20px 20px;
  border: 2px solid #fff; }

.jstation-wrap .sec-poster .inner .rsv-btn {
  width: 400px;
  font-size: 27px;
  padding: 15px 0;
  margin: 0 auto;
  background: linear-gradient(135deg, #f9dc5c, #f5b609);
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.3s ease; }
  .jstation-wrap .sec-poster .inner .rsv-btn:hover {
    background: linear-gradient(90deg, #e6c100, #dfb500);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .jstation-wrap .sec-poster .inner .rsv-btn {
      width: 80%;
      font-size: 1.3rem;
      padding: 12px 0; } }

.jstation-wrap .sec-poster .inner > div {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto; }

.jstation-wrap .sec-poster .logo img {
  width: 230px; }

.jstation-wrap .sec-poster .text {
  margin: 60px 0 70px; }

.jstation-wrap .sec-poster .box {
  position: relative;
  text-align: left; }

.jstation-wrap .sec-poster h3 p {
  margin-bottom: 35px; }

.jstation-wrap .sec-poster .desc1 {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #f9ffe1;
  text-shadow: 3px 0 7px rgba(14, 67, 100, 0.85); }

.jstation-wrap .sec-poster .box .mo {
  display: none; }

@media (max-width: 767px) {
  .jstation-wrap .sec-poster {
    padding: 0px;
    margin-left: -20px;
    margin-right: -20px;
    background-size: 850px auto; }
  .jstation-wrap .sec-poster::before {
    height: 50px; }
  .jstation-wrap .sec-poster .inner {
    padding: 30px 15px 50px;
    border: 1px solid #fff; }
  .jstation-wrap .sec-poster .logo img {
    width: 180px; }
  .jstation-wrap .sec-poster .text {
    margin: 30px 0; }
  .jstation-wrap .sec-poster .text img {
    width: 100%; }
  .jstation-wrap .sec-poster .box {
    text-align: center; }
  .jstation-wrap .sec-poster .box .img,
  .jstation-wrap .sec-poster .box .pc {
    display: none; }
  .jstation-wrap .sec-poster .box .mo {
    display: block;
    margin: 0 auto; }
  .jstation-wrap .sec-poster h3 p {
    margin-bottom: 15px; }
  .jstation-wrap .sec-poster h3 p img {
    max-width: 240px; }
  .jstation-wrap .sec-poster h3 img {
    max-width: 250px; }
  .jstation-wrap .sec-poster .desc1 {
    font-size: 15px;
    margin-top: 15px; } }

/* sec-service */
.jstation-wrap .sec-service {
  text-align: center;
  color: #fff; }

.jstation-wrap .sec-service .service-1 {
  position: relative;
  padding: 25px 15px 115px;
  background: url("/assets/images/vehicle/service_bg.jpg") no-repeat center top/cover; }

.jstation-wrap .sec-service .service-1 .deco img {
  filter: brightness(0) invert(1); }

.jstation-wrap .sec-service .service-1 h3 {
  margin: 20px 0 50px; }

.jstation-wrap .sec-service .service-1 .img {
  position: absolute;
  bottom: 460px;
  left: 140px; }

.jstation-wrap .sec-service .service-2 {
  padding: 30px 0 45px;
  background: #166adc;
  overflow: hidden; }

.jstation-wrap .sec-service .service-2 h4 {
  position: relative;
  padding: 0 15px;
  margin-bottom: 35px; }

.jstation-wrap .sec-service .service-2 h4 p {
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-size: 24px;
  font-weight: bold;
  background: #166adc; }

.jstation-wrap .sec-service .service-2 h4::after,
.jstation-wrap .sec-service .service-2 h4 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2); }

.jstation-wrap .sec-service .service-2 h4::after {
  content: '';
  left: 0;
  width: 1400px;
  height: 1px; }

.jstation-wrap .sec-service .service-2 h4 span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%; }

.jstation-wrap .sec-service .service-2 h4 span:first-of-type {
  left: 0; }

.jstation-wrap .sec-service .service-2 h4 span:last-of-type {
  right: 0; }

.jstation-wrap .sec-service .service-2 div,
.jstation-wrap .sec-service .service-2 dl {
  display: flex;
  align-items: center; }

.jstation-wrap .sec-service .service-2 div {
  justify-content: center;
  gap: 105px;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.jstation-wrap .sec-service .service-2 dl {
  gap: 10px;
  font-size: 18px;
  font-weight: 500; }

.jstation-wrap .sec-service .service-2 dl dt {
  padding: 5px 15px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 16px; }

.jstation-wrap .sec-service .service-1 .service-list.m {
  display: none; }

@media (max-width: 767px) {
  .jstation-wrap .sec-service {
    margin-left: -20px;
    margin-right: -20px; }
  .jstation-wrap .sec-service .service-1 {
    padding: 20px 15px 40px; }
  .jstation-wrap .sec-service .service-1 .deco img {
    width: 25px; }
  .jstation-wrap .sec-service .service-1 h3 {
    margin: 10px 0 30px; }
  .jstation-wrap .sec-service .service-1 h3 img {
    width: 200px; }
  .jstation-wrap .sec-service .service-1 .img {
    z-index: 1;
    bottom: 23%;
    left: 0;
    width: 100%;
    text-align: left;
    padding-left: 15px; }
  .jstation-wrap .sec-service .service-1 .img img {
    width: 47%;
    max-width: 300px; }
  .jstation-wrap .sec-service .service-1 .service-list.pc {
    display: none; }
  .jstation-wrap .sec-service .service-1 .service-list.m {
    max-width: 450px;
    width: 100%;
    transform: translateX(5px);
    display: block; }
  .jstation-wrap .sec-service .service-2 {
    padding: 20px 0 30px; }
  .jstation-wrap .sec-service .service-2 div {
    flex-wrap: wrap;
    gap: 10px 50px; }
  .jstation-wrap .sec-service .service-2 h4 {
    margin-bottom: 20px; }
  .jstation-wrap .sec-service .service-2 h4 p {
    font-size: 20px; }
  .jstation-wrap .sec-service .service-2 dl {
    font-size: 14px; }
  .jstation-wrap .sec-service .service-2 dl dt {
    width: 85px; } }

/* sec-vehicle */
.jstation-wrap .sec-vehicle {
  background: url("/assets/images/vehicle/vehicle_bg.jpg") no-repeat center top/cover;
  padding: 100px 15px;
  text-align: center;
  color: #fff; }

.jstation-wrap .sec-vehicle .inner {
  max-width: 746px;
  width: 100%;
  margin: 0 auto; }

.jstation-wrap .sec-vehicle .deco img {
  filter: brightness(0) invert(1); }

.jstation-wrap .sec-vehicle h3 {
  margin: 25px 0 40px; }

.jstation-wrap .sec-vehicle .photo-slider {
  position: relative; }

.jstation-wrap .sec-vehicle .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 30px 20px;
  background: #fff; }

.jstation-wrap .sec-vehicle .text {
  text-align: left;
  padding: 40px 80px;
  background: #2979e7; }

.jstation-wrap .sec-vehicle .name {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 16px; }

.jstation-wrap .sec-vehicle .name b {
  font-size: 24px;
  flex-shrink: 0; }

.jstation-wrap .sec-vehicle .num {
  font-size: 18px;
  font-weight: 600; }

.jstation-wrap .sec-vehicle .text2 {
  margin: 15px 0 35px;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #cccccc; }

.jstation-wrap .sec-vehicle .photo-slider .controll {
  display: flex;
  justify-content: center;
  align-items: center; }

.jstation-wrap .sec-vehicle .photo-slider .controll .vehicle-pagination {
  width: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 15px; }

.jstation-wrap .sec-vehicle .swiper-pagination-bullet,
.jstation-wrap .sec-vehicle .swiper-pagination-bullet-active {
  background: #fff; }

.jstation-wrap .sec-vehicle .photo-slider .controll .vehicle-pagination span {
  width: 10px;
  height: 10px; }

.jstation-wrap .sec-vehicle .photo-slider .controll img {
  width: 11px; }

.jstation-wrap .sec-vehicle .photo-slider .controll .vehicle-prev,
.jstation-wrap .sec-vehicle .photo-slider .controll .vehicle-next {
  font-size: 0;
  padding: 0px 10px;
  cursor: pointer; }

.jstation-wrap .sec-vehicle .photo-slider .controll .vehicle-next img {
  transform: rotate(180deg); }

@media (max-width: 767px) {
  .jstation-wrap .sec-vehicle {
    margin-left: -20px;
    margin-right: -20px;
    padding: 50px 15px; }
  .jstation-wrap .sec-vehicle .deco img {
    width: 25px; }
  .jstation-wrap .sec-vehicle h3 {
    margin: 15px 0 30px; }
  .jstation-wrap .sec-vehicle h3 img {
    max-width: 130px; }
  .jstation-wrap .sec-vehicle .img {
    padding: 20px;
    height: 200px; }
  .jstation-wrap .sec-vehicle .photo-slider .mySwiper img {
    max-width: 100%;
    max-height: 100%; }
  .jstation-wrap .sec-vehicle .text {
    padding: 20px; }
  .jstation-wrap .sec-vehicle .name {
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
    word-break: keep-all;
    align-items: flex-start;
    flex-direction: column; }
  .jstation-wrap .sec-vehicle .name b {
    font-size: 18px; }
  .jstation-wrap .sec-vehicle .num {
    font-size: 14px; }
  .jstation-wrap .sec-vehicle .text2 {
    display: flex;
    gap: 5px;
    margin: 10px 0 20px;
    font-size: 12px;
    word-break: keep-all; }
  .jstation-wrap .sec-vehicle .photo-slider .controll .vehicle-pagination {
    gap: 8px; }
  .jstation-wrap .sec-vehicle .photo-slider .controll .vehicle-pagination span {
    width: 8px;
    height: 8px; }
  .jstation-wrap .sec-vehicle .photo-slider .controll img {
    width: 10px; } }

/*sec-price*/
.jstation-wrap .sec-price {
  text-align: center;
  background: url("/assets/images/vehicle/price_bg.jpg") no-repeat center top/cover;
  padding: 100px 15px 90px; }

.jstation-wrap .sec-price .inner {
  max-width: 1000px;
  margin: 0 auto; }

.jstation-wrap .sec-price .inner h3 {
  margin: 20px 0 60px; }

.jstation-wrap .sec-price .inner h4::after {
  right: 0;
  margin-bottom: -14px;
  margin-right: -14px; }

.jstation-wrap .sec-price .price-list {
  width: 100%; }

.jstation-wrap .sec-price .price-list.m {
  display: none; }

@media (max-width: 767px) {
  .jstation-wrap .sec-price {
    padding: 50px 15px 35px;
    margin-left: -20px;
    margin-right: -20px; }
  .jstation-wrap .sec-price .inner h3 {
    margin: 15px 0 30px; }
  .jstation-wrap .sec-price .inner h3 img {
    width: 155px; }
  .jstation-wrap .sec-price .deco img {
    width: 25px; }
  .jstation-wrap .sec-price .price-list.pc {
    display: none; }
  .jstation-wrap .sec-price .price-list.m {
    display: block;
    max-width: 450px;
    width: 100%; } }

/*sec-info*/
.jstation-wrap .sec-info {
  position: relative;
  text-align: center;
  color: #fff;
  background: #e0f0f6 url("/assets/images/vehicle/info_bg.png") no-repeat center top/cover;
  padding: 140px 15px 65px; }

.jstation-wrap .sec-info .inner {
  max-width: 1000px;
  margin: 0 auto; }

.jstation-wrap .sec-info h3 {
  margin: 20px 0 60px; }

.jstation-wrap .sec-info .img {
  position: absolute;
  bottom: 150px;
  right: 170px;
  z-index: 10; }

.jstation-wrap .sec-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px; }

.jstation-wrap .sec-info ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 7px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.jstation-wrap .sec-info ul li:nth-child(1) {
  border: 2px solid #166adc; }

.jstation-wrap .sec-info ul li:nth-child(2) {
  border: 2px solid #333333; }

.jstation-wrap .sec-info ul li:nth-child(3) {
  border: 2px solid #1cafe5;
  width: 100%; }

.jstation-wrap .sec-info ul li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 165px;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold; }

.jstation-wrap .sec-info ul li:nth-child(1) h4 {
  background: #166adc; }

.jstation-wrap .sec-info ul li:nth-child(2) h4 {
  background: #333333; }

.jstation-wrap .sec-info ul li:nth-child(3) h4 {
  background: #1cafe5; }

.jstation-wrap .sec-info ul li div {
  width: calc(100% - 165px);
  padding: 50px 40px;
  line-height: 2; }

.jstation-wrap .sec-info ul li:nth-child(2) div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0; }

.jstation-wrap .sec-info ul li:nth-child(3) div {
  padding: 60px 40px; }

.jstation-wrap .sec-info ul li p {
  position: relative;
  padding-left: 10px;
  text-align: left;
  line-height: 1.4;
  font-size: 19px;
  font-weight: 500;
  color: #333333; }

.jstation-wrap .sec-info ul li p + p {
  margin-top: 10px; }

.jstation-wrap .sec-info ul li:nth-child(2) div p:nth-child(odd) {
  min-width: 140px; }

.jstation-wrap .sec-info ul li:nth-child(2) div p + p {
  margin-top: 0; }

.jstation-wrap .sec-info ul li p::before {
  content: '·';
  position: absolute;
  top: -1px;
  left: 0; }

.jstation-wrap .sec-info ul li p:last-of-type::before {
  content: none; }

@media (max-width: 767px) {
  .jstation-wrap .sec-info {
    margin-left: -20px;
    margin-right: -20px;
    padding: 70px 15px 50px; }
  .jstation-wrap .sec-info .deco img {
    width: 25px; }
  .jstation-wrap .sec-info h3 {
    margin: 10px 0 30px; }
  .jstation-wrap .sec-info h3 img {
    width: 320px; }
  .jstation-wrap .sec-info .img {
    position: absolute;
    bottom: 125px;
    right: 175px;
    z-index: 10;
    /* 추가된 부분 */ }
  .jstation-wrap .sec-info ul {
    gap: 20px;
    margin-bottom: 30px; }
  .jstation-wrap .sec-info ul li {
    display: block;
    width: 100%; }
  .jstation-wrap .sec-info ul li h4 {
    flex-direction: row;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 12px 0;
    font-size: 18px; }
  .jstation-wrap .sec-info ul li h4 img {
    width: 25px; }
  .jstation-wrap .sec-info ul li i {
    font-size: 40px; }
  .jstation-wrap .sec-info ul li div {
    width: 100%;
    padding: 20px !important;
    gap: 10px !important; }
  .jstation-wrap .sec-info ul li:nth-child(3) div {
    padding-bottom: 50px; }
  .jstation-wrap .sec-info ul li p {
    font-size: 16px;
    word-break: keep-all; }
  .jstation-wrap .sec-info .btn {
    width: 180px; }
  .jstation-wrap .sec-info .img {
    width: 120px;
    right: 5px;
    bottom: 70px; } }

/*sec_notice*/
.jstation-wrap .sec-notice {
  padding: 45px 15px;
  background: #333333; }

.jstation-wrap .sec-notice h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px; }

.jstation-wrap .sec-notice .inner {
  max-width: 1000px;
  margin: 0 auto; }

.jstation-wrap .sec-notice ul > li {
  display: flex;
  font-size: 20px;
  color: #cccccc; }

.jstation-wrap .sec-notice ul > li + li {
  margin-top: 7px; }

.jstation-wrap .sec-notice ul > li::before {
  content: "·";
  margin-right: 5px; }

@media (max-width: 767px) {
  .jstation-wrap .sec-notice {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 15px; }
  .jstation-wrap .sec-notice h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px; }
  .jstation-wrap .sec-notice ul > li {
    font-size: 15px; } }

.recommended-section {
  margin-top: 50px; }

.recommended-section h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px; }

.recommended-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px; }

.recommended-section-mypage {
  margin-top: 50px; }

.recommended-section-mypage h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px; }

/* 공통 스타일 */
.recommended-section .item {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }

.recommended-section .item-image {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  background-size: cover;
  background-position: center center;
  border-radius: 10px; }

.recommended-section .item-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333; }

.recommended-section .item-desc {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  text-align: center;
  line-height: 1.4; }

.recommended-section-mypage .item {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }

.recommended-section-mypage .item-image {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  background-size: cover;
  background-position: center center;
  border-radius: 10px; }

.recommended-section-mypage .item-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center; }

.recommended-section-mypage .item-desc {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  text-align: center;
  line-height: 1.4; }

@media (min-width: 769px) {
  .recommended-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center; }
  .recommended-section .swiper-slide {
    width: 250px !important;
    flex-shrink: 0; }
  .recommended-section-mypage .swiper-slide {
    width: 250px !important;
    flex-shrink: 0; } }

@media (max-width: 767px) {
  .recommended-section-mypage {
    margin-top: 40px;
    margin-bottom: 40px; }
  .recommended-section-mypage h4 {
    font-size: 18px; }
  .recommended-wrapper {
    display: block; }
  .recommended-swiper {
    padding: 0 20px; }
  .recommended-swiper .swiper-slide {
    width: 80% !important; } }

/* New styles for improved booking-option-info-care layout */
.booking-option-info-care {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }

.booking-option-info-care .title {
  font-size: 18px;
  font-weight: 600;
  color: #01558d;
  margin-bottom: 15px; }

.booking-option-info-care .option-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.booking-option-info-care .option-box .box {
  flex: 0 0 auto;
  min-width: 180px;
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column; }

.booking-option-info-care .option-box .box > p {
  font-weight: 500;
  color: #666;
  margin-bottom: 4px; }

.booking-option-info-care .option-box .box > div {
  font-size: 14px;
  color: #111; }

.booking-option-info-care .option-box .joy-guest-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
  padding-top: 15px; }

.booking-option-info-care .option-box .joy-guest-box .box {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  flex: 1 1 300px;
  min-width: 250px; }

.booking-option-info-care .option-box .joy-guest-box .box .i-w {
  margin-top: 8px; }

.booking-option-info-care .option-box .joy-guest-box .box .input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif; }

.side-menu {
  width: 700px;
  font-family: sans-serif;
  margin: 0 auto;
  text-align: left;
  background: #f5f6f7; }

.side-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0; }

.side-menu .menu-item {
  position: relative;
  flex: 1;
  min-width: 0; }

.side-menu .menu-item.active .menu-title {
  box-shadow: inset 0 -2px 0 0 #1d52ba; }

@media (max-width: 767px) {
  .submenu-icon {
    margin-left: 5px; } }

.submenu-icon .arrow-icon {
  transition: transform 0.3s ease; }

.menu-item.open .submenu-icon .arrow-icon {
  transform: rotate(180deg); }

.side-menu .menu-title {
  display: block;
  padding: 20px 30px;
  background: #f5f6f7;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  text-align: center; }

.side-menu .submenu {
  display: none;
  background: #f5f6f7;
  border-top: 2px solid #1d52ba;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.side-menu .submenu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #666;
  background: #fafafa; }

@media (max-width: 767px) {
  .side-menu {
    width: 100%;
    font-family: sans-serif;
    margin: 0;
    text-align: left;
    background: #f5f6f7;
    flex-direction: column; }
  .side-menu ul {
    align-items: flex-start; }
  .side-menu .menu-title {
    padding: 14px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1.4; }
  .side-menu .submenu {
    position: relative;
    width: 100%;
    box-shadow: none;
    padding: 10px 0;
    background: #fff;
    overflow-x: visible; }
  .side-menu .submenu li {
    width: 100%; }
  .side-menu .submenu li a {
    display: block;
    padding: 12px 12px;
    font-size: 14px;
    color: #333;
    background: #fff;
    white-space: nowrap;
    text-align: left;
    width: 100%;
    box-sizing: border-box; }
  .menu-item.has-submenu:hover .submenu,
  .side-menu .menu-item.open .submenu {
    display: block; } }

.recommended-section {
  margin-top: 50px; }

.recommended-section h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px; }

.recommended-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px; }

.recommended-section-mypage {
  margin-top: 50px; }

.recommended-section-mypage h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px; }

/* 공통 스타일 */
.recommended-section .item {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }

.recommended-section .item-image {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  background-size: cover;
  background-position: center center;
  border-radius: 10px; }

.recommended-section .item-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333; }

.recommended-section .item-desc {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  text-align: center;
  line-height: 1.4; }

.recommended-section-mypage .item {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }

.recommended-section-mypage .item-image {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  background-size: cover;
  background-position: center center;
  border-radius: 10px; }

.recommended-section-mypage .item-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center; }

.recommended-section-mypage .item-desc {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  text-align: center;
  line-height: 1.4; }

@media (min-width: 769px) {
  .recommended-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center; }
  .recommended-section .swiper-slide {
    width: 250px !important;
    flex-shrink: 0; }
  .recommended-section-mypage .swiper-slide {
    width: 250px !important;
    flex-shrink: 0; } }

@media (max-width: 767px) {
  .recommended-section-mypage {
    margin-top: 40px;
    margin-bottom: 40px; }
  .recommended-section-mypage h4 {
    font-size: 18px; }
  .recommended-wrapper {
    display: block; }
  .recommended-swiper {
    padding: 0 20px; }
  .recommended-swiper .swiper-slide {
    width: 80% !important; } }

.joysitter-wrap .sub-title {
  font-size: 56px;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  margin-bottom: 30px; }

.joysitter-wrap .sec-poster {
  z-index: 2;
  position: relative;
  text-align: center;
  background: url("/assets/images/joy_sitter/poster_bg.png") no-repeat center -30px;
  padding: 50px 15px 620px;
  color: #fff; }

.joysitter-wrap .sec-poster .rsv-btn {
  width: 400px;
  font-size: 27px;
  padding: 15px 0;
  margin: 0 auto;
  background: linear-gradient(135deg, #D4FD4D, #8fb616);
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.3s ease; }
  .joysitter-wrap .sec-poster .rsv-btn:hover {
    background: linear-gradient(90deg, #bad75b, #91b708);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .joysitter-wrap .sec-poster .rsv-btn {
      width: 80%;
      font-size: 1.3rem;
      padding: 12px 0; } }

.joysitter-wrap .sec-poster .logo img {
  width: 230px; }

.joysitter-wrap .sec-poster h3 p {
  margin-bottom: 35px; }

.joysitter-wrap .sec-poster .desc1,
.joysitter-wrap .sec-poster .desc2 {
  text-shadow: 3px 0 7px rgba(0, 0, 0, 0.66); }

.joysitter-wrap .sec-poster .desc1 {
  display: inline-block;
  position: relative;
  font-size: 29px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.6; }

.joysitter-wrap .sec-poster .desc1::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.66); }

.joysitter-wrap .sec-poster .desc2 {
  font-size: 28px;
  font-weight: 500; }

.joysitter-wrap .sec-program {
  margin-top: -130px;
  text-align: center; }

.joysitter-wrap .sec-program .list-box > *,
.joysitter-wrap .sec-program .desc-box > * {
  margin: 0 auto; }

.joysitter-wrap .sec-program .list-box {
  padding: 230px 15px 80px;
  background: url("/assets/images/joy_sitter/program-bg.png") no-repeat center top; }

.joysitter-wrap .sec-program .list-box > div {
  max-width: 1024px;
  width: 100%; }

.joysitter-wrap .sec-program .list-box .tit {
  max-width: 607px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px; }

.joysitter-wrap .sec-program .list-box .tit img,
.joysitter-wrap .sec-program .list-box .program-list {
  width: 100%; }

.joysitter-wrap .sec-program .list-box .program-list.m {
  max-width: 640px; }

.joysitter-wrap .sec-program .desc-box {
  padding: 45px 15px;
  background: #13a9ff url("/assets/images/joy_sitter/program-bg2.png") no-repeat center bottom; }

.joysitter-wrap .sec-program .desc-box dl {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  width: 100%; }

.joysitter-wrap .sec-program .desc-box dl dt {
  flex-shrink: 0;
  width: 150px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #12a9ff;
  background: #fff;
  border-radius: 22.5px; }

.joysitter-wrap .sec-program .desc-box dl dd {
  font-size: 24px;
  font-weight: bold;
  color: #fff; }

.joysitter-wrap .sec-program .list-box .program-list.m {
  display: none !important;
  width: 100%; }

.joysitter-wrap .sec-guide {
  position: relative;
  padding: 80px 15px;
  background: #effbff; }

.joysitter-wrap .sec-guide::before,
.joysitter-wrap .sec-guide::after {
  content: '';
  position: absolute;
  width: 186px;
  height: 87px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.joysitter-wrap .sec-guide::before {
  left: 30px;
  top: 70px;
  background: url("/assets/images/joy_sitter/guide-deco1.png"); }

.joysitter-wrap .sec-guide::after {
  right: 45px;
  bottom: 140px;
  background: url("/assets/images/joy_sitter/guide-deco2.png"); }

.joysitter-wrap .sec-guide .inner {
  max-width: 1000px;
  margin: 0 auto; }

.joysitter-wrap .sec-guide .inner .tit,
.joysitter-wrap .sec-guide .inner h4 {
  position: relative; }

.joysitter-wrap .sec-guide .inner .tit::after,
.joysitter-wrap .sec-guide .inner .tit::before,
.joysitter-wrap .sec-guide .inner h4::after,
.joysitter-wrap .sec-guide .inner h4::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #effbff;
  bottom: 0; }

.joysitter-wrap .sec-guide .inner .tit::before,
.joysitter-wrap .sec-guide .inner h4::before {
  left: 0;
  margin-left: -17.5px; }

.joysitter-wrap .sec-guide .inner .tit::after,
.joysitter-wrap .sec-guide .inner h4::after {
  right: 0;
  margin-right: -17.5px; }

.joysitter-wrap .sec-guide .inner .tit::after,
.joysitter-wrap .sec-guide .inner .tit::before {
  z-index: 1;
  top: 0;
  margin-top: -17.5px; }

.joysitter-wrap .sec-guide .inner h4::before,
.joysitter-wrap .sec-guide .inner h4::after {
  margin-bottom: -17.5px; }

.joysitter-wrap .sec-guide .inner h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 40px;
  font-size: 28px;
  color: #fff;
  background: #003c63; }

.joysitter-wrap .sec-guide .inner .box {
  z-index: 1;
  position: relative;
  margin-top: 5px;
  padding: 40px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 1px 13px 13px rgba(10, 99, 132, 0.23); }

.joysitter-wrap .sec-guide .inner .box ul > li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  font-size: 18px;
  z-index: 1; }

.joysitter-wrap .sec-guide .inner .box ul > li + li {
  margin-top: 25px; }

.joysitter-wrap .sec-guide .inner .box ul > li + li::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 10px;
  border-left: 1px dashed #c3c3c3;
  height: 50px;
  z-index: -1; }

.joysitter-wrap .sec-guide .inner .box ul > li i {
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  border-radius: 100%;
  background: #fff;
  margin-right: 20px;
  position: relative; }

.joysitter-wrap .sec-guide .inner .box ul > li i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #1898ed;
  border-radius: 100%;
  transform: translate(-50%, -50%); }

.joysitter-wrap .sec-guide .inner .box ul > li:nth-child(2) i::after {
  background: #0082d8; }

.joysitter-wrap .sec-guide .inner .box ul > li:last-child i::after {
  background: #005e9c; }

.joysitter-wrap .sec-guide .inner .box ul > li strong {
  font-size: 20px;
  width: 120px; }

.joysitter-wrap .sec-guide .inner .box ul > li > span {
  font-weight: 400;
  width: 170px; }

.joysitter-wrap .sec-guide .inner .box ul > li > p {
  display: flex;
  color: #0071bc; }

.joysitter-wrap .sec-guide .inner .box ul > li > p img {
  flex-shrink: 0;
  width: 16px;
  height: 17px;
  margin-top: 6px;
  margin-right: 7px; }

.joysitter-wrap .sec-guide .inner .box ul > li > p span:first-of-type {
  flex-shrink: 0;
  display: inline-block;
  width: 174px;
  letter-spacing: -2px;
  font-weight: 500; }

.joysitter-wrap .sec-guide .inner .box ul > li > p span:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  margin-left: 20px;
  padding-bottom: 1px;
  color: #fff;
  background: #0071bc;
  border-radius: 5px; }

.joysitter-wrap .sec-guide .inner .btn-box {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0; }

/*sec_notice*/
.joysitter-wrap .sec-notice {
  background: #151515;
  padding: 60px 15px; }

.joysitter-wrap .sec-notice .inner {
  max-width: 1000px;
  margin: 0 auto; }

.joysitter-wrap .sec-notice h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px; }

.joysitter-wrap .sec-notice .line {
  margin: 30px -10px;
  height: 2px;
  background: rgba(152, 152, 152, 0.3) !important; }

.joysitter-wrap .sec-notice ul > li {
  font-size: 20px;
  color: #aaa;
  display: flex; }

.joysitter-wrap .sec-notice ul > li + li {
  margin-top: 5px; }

.joysitter-wrap .sec-notice ul > li::before {
  content: "-";
  margin-right: 3px; }

@media (max-width: 767px) {
  .joysitter-wrap .sub-title {
    font-size: 30px; }
  .joysitter-wrap .sec-poster {
    padding: 50px 15px 300px;
    margin-left: -20px;
    margin-right: -20px;
    background-size: 850px auto; }
  .joysitter-wrap .sec-poster .logo {
    margin-bottom: 20px; }
  .joysitter-wrap .sec-poster .logo img {
    width: 180px; }
  .joysitter-wrap .sec-poster h3 p {
    margin-bottom: 15px; }
  .joysitter-wrap .sec-poster h3 p img {
    max-width: 260px; }
  .joysitter-wrap .sec-poster h3 img {
    max-width: 200px; }
  .joysitter-wrap .sec-poster .desc1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 17px; }
  .joysitter-wrap .sec-poster .desc1::after {
    bottom: 1px;
    height: 2px; }
  .joysitter-wrap .sec-poster .desc2 {
    font-size: 15px; }
  .joysitter-wrap .sec-program {
    margin-top: -100px;
    margin-left: -20px;
    margin-right: -20px; }
  .joysitter-wrap .sec-program .list-box {
    padding-top: 150px;
    padding-bottom: 50px;
    background: #92e1ff url("/assets/images/joy_sitter/program-bg-m.png") no-repeat center top; }
  .joysitter-wrap .sec-program .list-box .tit {
    max-width: 280px;
    margin-bottom: 30px; }
  .joysitter-wrap .sec-program .list-box .program-list.pc {
    display: none !important; }
  .joysitter-wrap .sec-program .list-box .program-list.m {
    display: block !important;
    transform: translateX(3px); }
  .joysitter-wrap .sec-program .desc-box {
    padding: 15px; }
  .joysitter-wrap .sec-program .desc-box dl {
    gap: 10px; }
  .joysitter-wrap .sec-program .desc-box dl dt {
    width: 100px;
    height: 35px;
    line-height: 34px;
    font-size: 16px; }
  .joysitter-wrap .sec-program .desc-box dl dd {
    font-size: 15px; }
  .joysitter-wrap .sec-guide {
    padding: 50px 15px;
    margin-left: -20px;
    margin-right: -20px; }
  .joysitter-wrap .sec-guide::before,
  .joysitter-wrap .sec-guide::after {
    display: none; }
  .joysitter-wrap .sec-guide .inner h4 {
    font-size: 18px;
    height: 60px;
    padding: 0px 20px; }
  .joysitter-wrap .sec-guide .inner h4 img {
    width: 120px; }
  .joysitter-wrap .sec-guide .inner .box {
    padding: 20px 10px; }
  .joysitter-wrap .sec-guide .inner .box ul > li {
    flex-wrap: wrap; }
  .joysitter-wrap .sec-guide .inner .box ul > li i {
    margin-right: 10px; }
  .joysitter-wrap .sec-guide .inner .box ul > li strong {
    font-size: 16px;
    width: 100px; }
  .joysitter-wrap .sec-guide .inner .box ul > li > span {
    font-size: 15px;
    width: 140px; }
  .joysitter-wrap .sec-guide .inner .box ul > li > p {
    font-size: 14px;
    width: 100%;
    margin-left: 28px;
    padding-top: 3px; }
  .joysitter-wrap .sec-guide .inner .box ul > li > p img {
    width: 14px;
    height: 15px;
    margin-top: 3px;
    margin-right: 5px; }
  .joysitter-wrap .sec-guide .inner .box ul > li > p span:first-of-type {
    width: 120px; }
  .joysitter-wrap .sec-guide .inner .box ul > li + li::after {
    height: 90px; }
  .joysitter-wrap .sec-guide .inner .btn-box img {
    height: 45px; }
  .joysitter-wrap .sec-notice {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 15px; }
  .joysitter-wrap .sec-notice h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px; }
  .joysitter-wrap .sec-notice .line {
    margin: 20px 0; }
  .joysitter-wrap .sec-notice ul > li {
    font-size: 15px; } }

.customer-menu {
  text-align: center; }
  .customer-menu ul {
    display: flex;
    gap: 12px;
    /* 버튼 간격 */
    padding: 20px 0;
    background: transparent;
    justify-content: center; }
  .customer-menu li {
    list-style: none; }
    .customer-menu li a {
      display: inline-block;
      padding: 10px 24px;
      font-size: 14px;
      color: #333;
      border: 1px solid #ddd;
      border-radius: 999px;
      /* 완전 둥글게 */
      background: #fff;
      transition: all 0.3s ease; }
      @media (max-width: 767px) {
        .customer-menu li a {
          padding: 10px 15px;
          font-size: 13px; } }
      .customer-menu li a:hover {
        border-color: #999;
        color: #000; }
    .customer-menu li.active a {
      background: #000;
      color: #fff;
      border-color: #000; }

/*
* Beautylounge Styles
*/
.beautylounge-wrap {
  font-family: 'Pretendard';
  background: #172630 url(/assets/images/j_beauty/bg.png) no-repeat center bottom/100% auto; }

.beautylounge-wrap .font_cg {
  font-family: 'Cormorant Garamond', serif;
  color: #d2bb7c;
  font-weight: 600; }

.beautylounge-wrap .sec-poster {
  position: relative;
  padding: 90px 15px 60px; }

.beautylounge-wrap .sec-poster .bg {
  position: absolute;
  top: 20px;
  right: 0; }

.beautylounge-wrap .sec-poster .inner {
  z-index: 1;
  position: relative;
  max-width: 1230px;
  margin: 0 auto; }

.beautylounge-wrap .sec-poster h3 {
  margin: 20px 0 10px;
  line-height: 1;
  font-size: 100px; }

.beautylounge-wrap .sec-poster h4 {
  font-size: 56px;
  text-transform: uppercase; }

.beautylounge-wrap .sec-poster p {
  margin: 30px 0 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6; }

.beautylounge-wrap .sec-poster p strong {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600; }

.beautylounge-wrap .sec-poster dl {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  /* 항목 간 간격 */
  font-size: 16px;
  font-weight: 500;
  color: #d2bb7c; }

.beautylounge-wrap .sec-poster dl + dl {
  margin-top: 10px; }

.beautylounge-wrap .sec-poster dt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
  width: 118px;
  height: 38px;
  font-weight: 600;
  color: #23343f;
  background: #d2bb7c;
  border-radius: 20px; }

.beautylounge-wrap .sec-list {
  padding: 110px 15px 100px; }

.beautylounge-wrap .sec-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  max-width: 1095px;
  margin: 0 auto; }

.beautylounge-wrap .sec-list ul li {
  width: calc(25% - 20px);
  text-align: center;
  font-size: 28px; }

.beautylounge-wrap .sec-list ul li img {
  width: 100%;
  margin-bottom: 15px; }

.beautylounge-wrap .sec-program {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.beautylounge-wrap .sec-program > div {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.beautylounge-wrap .sec-program > div + div {
  margin-top: 50px; }

.beautylounge-wrap .sec-program .slider {
  position: relative;
  width: 43.8%; }

.beautylounge-wrap .sec-program > div:nth-child(even) .slider {
  order: 1; }

.beautylounge-wrap .sec-program .mySwiper .swiper-slide img {
  width: 100%; }

.beautylounge-wrap .sec-program .btn {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }

.beautylounge-wrap .sec-program .btn-prev {
  left: -18px; }

.beautylounge-wrap .sec-program .btn-next {
  right: -18px; }

.beautylounge-wrap .sec-program .info {
  position: relative;
  width: 46.6%;
  padding-left: 95px; }

.beautylounge-wrap .sec-program .info .num {
  position: absolute;
  top: 28px;
  left: -15px;
  font-family: 'Cormorant Garamond', serif;
  line-height: 0;
  font-size: 340px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #d2bb7c;
  opacity: .3; }

.beautylounge-wrap .sec-program dl {
  z-index: 1;
  word-break: auto-phrase;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1.6; }

.beautylounge-wrap .sec-program dt {
  margin-bottom: 10px;
  font-size: 28px; }

/*sec03*/
.beautylounge-wrap .sec-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 120px 15px; }

.beautylounge-wrap .sec-btn > * {
  display: inline-block;
  max-width: calc((100%/3) - 2px);
  width: 240px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #d2bb7c;
  background: transparent;
  border: 1px solid #d2bb7c;
  border-radius: 30px;
  outline: none;
  padding: 0; }

.beautylounge-wrap .sec-btn > *:last-child {
  color: #172630;
  background: #d2bb7c; }

/*priceMenu_pop*/
.priceMenu-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  padding: 20px;
  display: none; }

.priceMenu-pop .priceMenu-pop-inner {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%; }

.priceMenu-pop > .blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.priceMenu-pop .priceMenu-body {
  position: relative;
  width: 100%;
  max-width: 1400px;
  z-index: 2; }

.priceMenu-pop .priceMenu-body .img-box {
  height: 60vh;
  overflow-y: auto;
  background: #fff; }

.priceMenu-pop .priceMenu-body .priceMenu-close {
  position: absolute;
  right: 0;
  top: -10px;
  transform: translateY(-100%);
  background: none;
  border: none;
  outline: none;
  cursor: pointer; }

.priceMenu-pop .priceMenu-body .pc-img {
  width: 100%; }

.priceMenu-pop .priceMenu-body .mo-img {
  display: none; }

@media (max-width: 767px) {
  .priceMenu-pop .priceMenu-body .mo-img {
    width: 100%; }
  .priceMenu-pop .priceMenu-body .pc-img {
    display: none; }
  .beautylounge-wrap {
    margin-left: -20px;
    margin-right: -20px; }
  .beautylounge-wrap .sec-poster {
    padding: 50px 15px 0;
    word-break: keep-all; }
  .beautylounge-wrap .sec-poster .bg {
    width: 50%; }
  .beautylounge-wrap .sec-poster .bg img {
    width: 100%; }
  .beautylounge-wrap .sec-poster .logo img {
    width: 180px; }
  .beautylounge-wrap .sec-poster h3,
  .beautylounge-wrap .sec-poster h4 {
    text-shadow: 1px 1px 0 #172630; }
  .beautylounge-wrap .sec-poster h3 {
    margin: 20px 0 5px;
    font-size: 35px; }
  .beautylounge-wrap .sec-poster h4 {
    font-size: 25px; }
  .beautylounge-wrap .sec-poster p {
    margin: 20px 0 30px;
    font-size: 15px; }
  .beautylounge-wrap .sec-poster p br {
    display: none; }
  .beautylounge-wrap .sec-poster p strong {
    font-size: 18px; }
  .beautylounge-wrap .sec-poster dl {
    font-size: 14px; }
  .beautylounge-wrap .sec-poster dl + dl {
    margin-top: 5px; }
  .beautylounge-wrap .sec-poster dt {
    width: 110px;
    height: 32px; }
  .beautylounge-wrap .sec-poster dt img {
    width: 11px; }
  .beautylounge-wrap .sec-list {
    padding: 50px 15px; }
  .beautylounge-wrap .sec-list ul {
    flex-wrap: wrap;
    gap: 20px; }
  .beautylounge-wrap .sec-list ul li {
    width: calc(50% - 10px);
    font-size: 20px; }
  .beautylounge-wrap .sec-list ul li img {
    margin-bottom: 10px; }
  .beautylounge-wrap .sec-program > div {
    display: block; }
  .beautylounge-wrap .sec-program > div + div {
    margin-top: 20px; }
  .beautylounge-wrap .sec-program .slider {
    width: 100%; }
  .beautylounge-wrap .sec-program .btn img {
    width: 28px; }
  .beautylounge-wrap .sec-program .btn-prev {
    left: -8px; }
  .beautylounge-wrap .sec-program .btn-next {
    right: -8px; }
  .beautylounge-wrap .sec-program .info {
    margin-top: 20px;
    width: 100%;
    padding-left: 50px; }
  .beautylounge-wrap .sec-program .info .num {
    top: 16px;
    left: -5px;
    font-size: 150px; }
  .beautylounge-wrap .sec-program dl {
    font-size: 15px; }
  .beautylounge-wrap .sec-program dt {
    margin-bottom: 5px;
    font-size: 22px; }
  .beautylounge-wrap .sec-program dl br {
    display: none; }
  .beautylounge-wrap .sec-btn {
    padding: 50px 15px;
    flex-wrap: wrap;
    gap: 5px; }
  .beautylounge-wrap .sec-btn > * {
    max-width: unset;
    width: 225px;
    height: 45px;
    line-height: 45px;
    font-size: 15px; }
  .beautylounge-wrap .sec-btn > *:last-child {
    color: #172630;
    background: #d2bb7c; }
  .priceMenu-pop .priceMenu-body {
    height: 500px;
    margin-top: 60px; }
  .priceMenu-pop .priceMenu-body .priceMenu-close {
    right: 0px !important;
    top: 36px !important; }
  .priceMenu-pop .priceMenu-body .priceMenu-close img {
    width: 30px;
    filter: brightness(0) invert(0); }
  .priceMenu-pop .priceMenu-body .img-box {
    height: 100%; }
  .priceMenu-pop .priceMenu-body .mo-img {
    display: block;
    width: 100%;
    margin: 20px 0; }
  .priceMenu-pop .priceMenu-body .pc-img {
    display: none; } }

@media (min-width: 768px) {
  .banner-hover-item {
    cursor: pointer;
    position: relative;
    overflow: hidden; }
  .banner-hover-item .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center; }
  .banner-hover-item:hover .hover-overlay {
    opacity: 1; }
  .banner-hover-item .hover-overlay span {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 400; } }

.writeTableNew {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  margin-top: 30px; }
  .writeTableNew thead {
    background: #f8f9fa;
    font-weight: 400;
    color: #003253;
    border-bottom: 2px solid #0071bc; }
  .writeTableNew th, .writeTableNew td {
    padding: 14px 16px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0; }
  .writeTableNew th {
    background: #f4f6f8;
    font-size: 15px; }
    @media (max-width: 767px) {
      .writeTableNew th {
        font-weight: 400;
        font-size: 13px; } }
  .writeTableNew td {
    font-size: 14px;
    color: #333; }
    @media (max-width: 767px) {
      .writeTableNew td {
        font-size: 13px; } }
  .writeTableNew td.left {
    text-align: left !important; }
  .writeTableNew tr:last-child td {
    border-bottom: none; }
  @media (max-width: 767px) {
    .writeTableNew {
      font-size: 13px; }
      .writeTableNew th, .writeTableNew td {
        padding: 10px 8px; } }
  .writeTableNew .btn-detail {
    display: inline-block;
    padding: 8px 18px;
    background-color: #f4f6f8;
    color: #333;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #ccc;
    transition: background-color 0.3s, color 0.3s; }
  .writeTableNew .btn-detail:hover {
    background-color: #e4e7ea;
    color: #000; }
  @media (max-width: 768px) {
    .writeTableNew .btn-detail {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 13px;
      padding: 10px 0;
      margin-top: 6px; } }
  .writeTableNew .btn-vo-list {
    display: inline-block;
    padding: 8px 18px;
    background-color: #e4f1fb;
    color: #0071bc;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #b5d6ec;
    transition: background-color 0.3s, color 0.3s; }
  .writeTableNew .btn-vo-list:hover {
    background-color: #d0e8f8;
    transform: translateY(-2px); }
  @media (max-width: 768px) {
    .writeTableNew .btn-vo-list {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 13px;
      padding: 12px 0;
      margin-top: 6px; } }

.writeTableNewList {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  margin-top: 30px; }
  .writeTableNewList thead {
    background: #f8f9fa;
    font-weight: 600;
    color: #003253;
    border-bottom: 2px solid #0071bc; }
  .writeTableNewList th, .writeTableNewList td {
    padding: 14px 16px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0; }
  .writeTableNewList th {
    background: #f4f6f8;
    font-size: 15px; }
  .writeTableNewList td {
    font-size: 14px;
    color: #333; }
  .writeTableNewList tr:last-child td {
    border-bottom: none; }
  @media (max-width: 767px) {
    .writeTableNewList thead {
      display: none; }
    .writeTableNewList tr {
      display: block;
      margin-bottom: 20px;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      overflow: hidden;
      padding: 10px 15px;
      background: #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02); }
    .writeTableNewList td {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: none;
      padding: 8px 0;
      font-size: 13px;
      position: relative; }
    .writeTableNewList td::before {
      content: attr(data-label);
      font-weight: 600;
      color: #555;
      flex: 1;
      padding-right: 10px;
      text-align: left; }
    .writeTableNewList td {
      flex: 2;
      text-align: right; } }
  .writeTableNewList .btn-detail {
    display: inline-block;
    padding: 8px 18px;
    background-color: #f4f6f8;
    color: #333;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #ccc;
    transition: background-color 0.3s, color 0.3s; }
  .writeTableNewList .btn-detail:hover {
    background-color: #e4e7ea;
    color: #000; }
  .writeTableNewList .btn-vo-list {
    display: inline-block;
    padding: 8px 18px;
    background-color: #e4f1fb;
    color: #0071bc;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #b5d6ec;
    transition: background-color 0.3s, color 0.3s; }
  .writeTableNewList .btn-vo-list:hover {
    background-color: #d0e8f8;
    transform: translateY(-2px); }

.mobile-table-box .btn-vo-list {
  display: inline-block;
  background-color: #e4f1fb;
  color: #0071bc;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #b5d6ec;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  font-size: 13px;
  padding: 7px 10px; }

.mobile-table-box .btn-detail {
  display: inline-block;
  background-color: #f4f6f8;
  color: #333;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #ccc;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  font-size: 13px;
  padding: 7px 22px; }

.info-block {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  padding: 30px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .info-block {
      width: 100%; } }
  .info-block .tit {
    font-size: 22px;
    font-weight: 600;
    color: #003253;
    margin-bottom: 20px;
    border-bottom: 2px solid #0071bc;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .info-block .tit {
        font-size: 18px; } }
  .info-block .item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0; }
    .info-block .item .label {
      font-weight: 500;
      color: #003253;
      flex: 1; }
      @media (max-width: 767px) {
        .info-block .item .label {
          font-weight: 600;
          font-size: 15px; } }
    .info-block .item .value {
      flex: 2;
      color: #333;
      text-align: right; }
  .info-block .item:last-child {
    border-bottom: none; }
  @media (max-width: 767px) {
    .info-block {
      padding: 20px; }
      .info-block .item {
        flex-direction: column;
        align-items: flex-start; }
        .info-block .item .value {
          text-align: left;
          margin-top: 5px; } }

.btn-voucher {
  display: inline-block;
  padding: 12px 28px;
  background-color: #0071bc;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(0, 113, 188, 0.08);
  letter-spacing: 0.02em; }
  .btn-voucher:hover, .btn-voucher:focus {
    background-color: #005fa3;
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 4px 16px rgba(0, 95, 163, 0.13);
    text-decoration: none;
    outline: none; }
  @media (max-width: 767px) {
    .btn-voucher {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 14px;
      padding: 10px 15px;
      border-radius: 7px;
      margin-top: 10px; } }

.btn-invoice {
  display: inline-block;
  padding: 12px 28px;
  background-color: #6C757D;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(0, 113, 188, 0.08);
  letter-spacing: 0.02em; }
  .btn-invoice:hover, .btn-invoice:focus {
    background-color: #4d5559;
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 4px 16px rgba(0, 95, 163, 0.13);
    text-decoration: none;
    outline: none; }
  @media (max-width: 767px) {
    .btn-invoice {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 14px;
      padding: 10px 15px;
      border-radius: 7px;
      margin-top: 10px; } }

.only-pc {
  display: block; }

.only-mobile {
  display: none; }

@media (max-width: 767px) {
  .only-pc {
    display: none; }
  .only-mobile {
    display: block; }
  .mobile-table-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02); }
  .mobile-table-box .row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px; }
  .mobile-table-box .th {
    font-weight: 600;
    color: #555;
    flex: 1; }
  .mobile-table-box .td {
    flex: 2;
    text-align: right;
    color: #333; } }

.flight-select-group {
  display: flex;
  align-items: center;
  gap: 8px; }

.flight_korea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  min-width: 160px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px; }

.btn-submit {
  padding: 8px 16px;
  background-color: #0078ff;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease; }

.btn-submit:hover {
  background-color: #005fcc; }

.room-tab-wrap {
  width: 100%;
  max-width: 1024px;
  margin-top: 20px;
  margin: 0 auto; }

.room-tab {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
  position: relative; }

.tab-btn {
  flex: 1;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  background: #ececec;
  border: 1px solid #ececec;
  border-bottom: none;
  cursor: pointer;
  transition: all 0.3s ease; }

#tab-btn-normal {
  border-radius: 10px 0 0 0; }

#tab-btn-promo {
  border-radius: 0 10px 0 0; }

.tab-btn:last-child {
  margin-right: 0; }

.tab-btn:hover {
  background: #e0e0e0; }

.tab-btn.active {
  font-weight: 700;
  background: #111;
  border-color: #111 #111 #ffffff;
  color: #fff; }

.room-list-wrap {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px; }

.room-list-content {
  display: none; }

.room-list-content.active {
  display: block; }

.room-normal {
  display: none !important; }

.room-normal.active {
  display: block !important; }

.room-promo {
  display: none !important; }

.room-promo.active {
  display: block !important; }

.tab-title {
  padding-top: 20px;
  padding-bottom: 8px;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  border-bottom: 2px solid #333; }

.normal-title {
  display: none !important; }

.normal-title.active {
  display: block !important; }

.promo-title {
  display: none !important; }

.promo-title.active {
  display: block !important; }

.no-promo {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .no-promo {
      font-size: 22px; } }

@media (max-width: 767px) {
  .room-tab {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border: none;
    background-color: #f9f9f9;
    margin: 0 10px; }
  .tab-btn {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    text-align: center;
    border-radius: 0;
    margin: 0; }
  .tab-btn.active {
    background-color: #333;
    color: #fff;
    border-color: #333; }
  .tab-title {
    margin: 0 10px;
    margin-bottom: 10px; } }

/* promotion-highlight 기본 스타일 제거 - promotion-special이 있을 때만 스타일 적용 */
/* INSTA LIVE WINTER EARLYBIRD 전용 스타일 */
.promotion-highlight.promotion-special {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  background: linear-gradient(135deg, #ff6b6b, #ff9f43, #ff6348);
  background-size: 200% 200%;
  animation: specialPulse 2s infinite, specialGradient 4s infinite;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.5);
  padding: 8px 16px;
  border: 2px solid #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
  margin: 5px 0;
  vertical-align: top;
  z-index: 10; }

.promotion-highlight.promotion-special::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 3s infinite; }

.promotion-highlight.promotion-special:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
  background-size: 300% 300%; }

@keyframes specialGradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes shimmer {
  0% {
    left: -100%; }
  50% {
    left: 100%; }
  100% {
    left: 100%; } }

@keyframes specialPulse {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.5); }
  50% {
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.7); } }

@keyframes shake-bell {
  0% {
    transform: rotate(0deg); }
  15% {
    transform: rotate(15deg); }
  30% {
    transform: rotate(-10deg); }
  45% {
    transform: rotate(10deg); }
  60% {
    transform: rotate(-5deg); }
  75% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(0deg); } }

.bell-shake {
  font-size: 20px;
  display: inline-block;
  transform-origin: top center;
  animation: shake-bell 1.2s ease-in-out infinite; }

/* 기본 bell 색상 (비활성 상태 = 회색) */
.tab-btn .bell-shake {
  color: #e54141;
  transition: color 0.3s ease; }

/* promo 탭이 활성 상태일 때만 노란색으로 변경 */
.tab-btn.active[data-type="promo"] .bell-shake {
  color: #ffcd07;
  /* 밝은 노랑 */ }

/* 결제 방법 리스트 */
.payment-method-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.payment-method-list > li {
  margin-bottom: 15px;
  padding: 0; }

.payment-method-list > li:last-child {
  margin-bottom: 0; }

/* 결제 방법 라디오 버튼 */
/* 결제 하위 옵션 영역 */
.payment-sub-options {
  display: block;
  clear: both;
  margin-top: 10px;
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 100%; }

/* 하위 옵션 아이템 */
.sub-option-item {
  display: block;
  margin-bottom: 16px;
  width: 100%; }

.sub-option-item:last-child {
  margin-bottom: 0; }

.sub-label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  width: 100%; }

.sub-option-item > * {
  display: block;
  width: 100%; }

/* 셀렉트 박스 */
.payment-select {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: white;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 38px; }

.payment-select:focus {
  outline: none;
  border-color: #000;
  box-shadow: none; }

.payment-select:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed; }

/* 현금영수증 라디오 그룹 */
.receipt-radio-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.receipt-radio {
  display: inline-flex;
  align-items: center;
  padding: 7px 7px;
  background-color: white;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 110px;
  justify-content: center; }

.receipt-radio:has(input:checked) {
  background-color: #000;
  border-color: #000; }

.receipt-radio:has(input:checked) span {
  color: #fff;
  font-weight: 400; }

.receipt-radio:hover:not(:has(input:checked)) {
  background-color: #f5f5f5;
  border-color: #999; }

.receipt-radio input[type="radio"] {
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #fff; }

.receipt-radio span {
  font-size: 14px;
  color: #333; }

/* 현금영수증 입력 영역 */
.receipt-input-area {
  margin-top: 14px;
  padding: 0;
  background-color: transparent;
  border: none; }

.receipt-input-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px; }

.receipt-input-row:last-child {
  margin-bottom: 0; }

.input-label {
  min-width: 85px;
  font-size: 13px;
  font-weight: 500;
  color: #666; }

/* 인풋 박스 */
.payment-input {
  flex: 1;
  padding: 17px 14px;
  font-size: 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: white;
  transition: all 0.2s ease; }

.payment-input:focus {
  outline: none;
  border-color: #000;
  box-shadow: none; }

.payment-input::placeholder {
  color: #999;
  font-size: 13px; }

/* 반응형 */
@media (max-width: 768px) {
  .payment-sub-options {
    padding: 12px; }
  .receipt-radio-group {
    flex-direction: column;
    gap: 8px; }
  .receipt-radio {
    width: 100%;
    min-width: auto; }
  .receipt-input-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
  .input-label {
    min-width: auto;
    width: 100%; }
  .payment-input,
  .payment-select {
    width: 100% !important;
    padding-right: 36px;
    padding: 11px 14px; } }

/* 미결제 금액 표시 영역 */
.unpaid-area {
  margin-top: 15px;
  background: #fff5f5;
  border: 1px solid #ffcccc;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(255, 204, 204, 0.1); }
  .unpaid-area ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .unpaid-area ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px; }
      .unpaid-area ul li:last-child {
        margin-bottom: 0; }

.unpaid-label {
  font-weight: bold;
  color: #d32f2f !important;
  font-size: 16px; }

.unpaid-amount {
  font-weight: bold;
  color: #d32f2f !important;
  font-size: 18px; }

.btn-additional-payment {
  background: linear-gradient(135deg, #ff6b6b, #ff5252);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  font-size: 14px;
  min-width: 120px; }
  .btn-additional-payment:hover {
    background: linear-gradient(135deg, #ff5252, #f44336);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
    color: white; }
  .btn-additional-payment:active {
    transform: translateY(0); }

.payment-button-area {
  padding-top: 15px;
  border-top: 1px solid #ffdddd;
  margin-top: 10px; }

/* 모바일 대응 */
@media (max-width: 768px) {
  .unpaid-area {
    margin-top: 12px;
    padding: 12px;
    border-radius: 6px; }
    .unpaid-area ul li {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      margin-bottom: 15px; }
      .unpaid-area ul li:last-child {
        margin-bottom: 0; }
  .unpaid-label {
    font-size: 14px; }
  .unpaid-amount {
    font-size: 16px;
    align-self: flex-end; }
  .btn-additional-payment {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    margin-top: 10px; }
  .payment-button-area {
    padding-top: 12px; }
    .payment-button-area p:last-child {
      width: 100%; } }

/* 태블릿 대응 */
@media (min-width: 769px) and (max-width: 1024px) {
  .unpaid-area {
    padding: 14px; }
  .btn-additional-payment {
    padding: 11px 22px;
    font-size: 15px; } }

/* 추가 결제 완료 알림 */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

.payment-success-notification,
.payment-error-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 300px;
  animation: slideInRight 0.3s ease;
  display: flex;
  align-items: center;
  gap: 15px; }
  .payment-success-notification .notification-icon,
  .payment-error-notification .notification-icon {
    font-size: 24px;
    font-weight: bold; }
  .payment-success-notification .notification-content,
  .payment-error-notification .notification-content {
    flex: 1; }
  .payment-success-notification .notification-title,
  .payment-error-notification .notification-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px; }
  .payment-success-notification .notification-subtitle,
  .payment-error-notification .notification-subtitle {
    font-size: 14px;
    opacity: 0.9; }

.payment-success-notification {
  background: #4caf50;
  color: white; }

.payment-error-notification {
  background: #f44336;
  color: white; }

/* 모바일 대응 */
@media (max-width: 768px) {
  .payment-success-notification,
  .payment-error-notification {
    top: 10px;
    right: 10px;
    left: 10px;
    min-width: auto;
    padding: 15px 20px; } }

/* ============================================
   결제 내역 요약 (Payment Summary)
   ============================================ */
.payment-summary {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px 30px;
  margin-top: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  /* 할인 */
  /* 최종 결제 금액 (강조) */
  /* 구분선 */
  /* 결제 완료 */
  /* 환불 금액 */
  /* 미결제 잔액 (강조) */
  /* 추가 결제 버튼 영역 */ }
  @media (max-width: 768px) {
    .payment-summary {
      padding: 20px;
      margin-top: 30px; } }
  .payment-summary .tit {
    font-size: 20px;
    font-weight: 700;
    color: #003253;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0071bc;
    display: flex;
    align-items: center;
    gap: 10px; }
    .payment-summary .tit::before {
      content: '💳';
      font-size: 22px; }
    @media (max-width: 768px) {
      .payment-summary .tit {
        font-size: 18px; } }
  .payment-summary .payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px;
    border-bottom: 1px solid #f0f0f0; }
    .payment-summary .payment-row:last-of-type {
      border-bottom: none; }
    @media (max-width: 768px) {
      .payment-summary .payment-row {
        padding: 10px 0; } }
  .payment-summary .payment-label {
    font-size: 15px;
    color: #555;
    font-weight: 500; }
    @media (max-width: 768px) {
      .payment-summary .payment-label {
        font-size: 14px; } }
  .payment-summary .payment-value {
    font-size: 16px;
    color: #333;
    font-weight: 600; }
    @media (max-width: 768px) {
      .payment-summary .payment-value {
        font-size: 15px; } }
  .payment-summary .payment-row.discount .payment-label {
    color: #e74c3c; }
  .payment-summary .payment-row.discount .discount-value {
    color: #e74c3c;
    font-weight: 700; }
  .payment-summary .payment-row.total {
    background: linear-gradient(135deg, #003253 0%, #0071bc 100%);
    margin: 15px -30px;
    padding: 18px 30px;
    border-radius: 8px;
    border-bottom: none; }
    @media (max-width: 768px) {
      .payment-summary .payment-row.total {
        margin: 15px -20px;
        padding: 15px 20px; } }
    .payment-summary .payment-row.total .payment-label {
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
      @media (max-width: 768px) {
        .payment-summary .payment-row.total .payment-label {
          font-size: 15px; } }
    .payment-summary .payment-row.total .total-value {
      color: #fff;
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 768px) {
        .payment-summary .payment-row.total .total-value {
          font-size: 18px; } }
  .payment-summary .payment-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: 15px 0; }
  .payment-summary .payment-row.paid .paid-value {
    color: #2ecc71;
    font-weight: 700; }
  .payment-summary .payment-row.refund .refund-value {
    color: #95a5a6;
    font-weight: 600; }
  .payment-summary .payment-row.unpaid {
    background: #fff5f5;
    margin: 10px -30px 0;
    padding: 15px 30px;
    border-radius: 8px 8px 0 0;
    border-bottom: none; }
    @media (max-width: 768px) {
      .payment-summary .payment-row.unpaid {
        margin: 10px -20px 0;
        padding: 12px 20px; } }
    .payment-summary .payment-row.unpaid .payment-label {
      color: #c0392b;
      font-weight: 600; }
    .payment-summary .payment-row.unpaid .unpaid-value {
      color: #c0392b;
      font-size: 18px;
      font-weight: 700; }
      @media (max-width: 768px) {
        .payment-summary .payment-row.unpaid .unpaid-value {
          font-size: 16px; } }
  .payment-summary .payment-action {
    background: #fff5f5;
    margin: 0 -30px;
    padding: 0 30px 15px;
    border-radius: 0 0 8px 8px;
    text-align: right; }
    @media (max-width: 768px) {
      .payment-summary .payment-action {
        margin: 0 -20px;
        padding: 0 20px 15px;
        text-align: center; } }
    .payment-summary .payment-action .btn-additional-payment {
      background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
      color: #fff;
      border: none;
      padding: 12px 25px;
      font-size: 15px;
      font-weight: 600;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 3px 10px rgba(231, 76, 60, 0.3); }
      .payment-summary .payment-action .btn-additional-payment:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4); }
      .payment-summary .payment-action .btn-additional-payment:active {
        transform: translateY(0); }
      @media (max-width: 768px) {
        .payment-summary .payment-action .btn-additional-payment {
          width: 100%;
          padding: 14px 20px; } }

/* Joycamp 이미지 슬라이더 크기 고정 - 데스크톱 */
.program-1 .swiper-slide {
  width: 1000px !important;
  height: 600px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.program-1 .swiper-slide img {
  width: 1000px !important;
  height: 600px !important;
  object-fit: cover;
  object-position: center; }

/* 태블릿 대응 (768px ~ 1024px) */
@media screen and (max-width: 1024px) {
  .program-1 .swiper-slide {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 5 / 3; }
  .program-1 .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center; } }

/* 모바일 대응 (767px 이하) */
@media screen and (max-width: 767px) {
  .program-1 .swiper-slide {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 5 / 3;
    min-height: 250px; }
  .program-1 .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center; } }
