/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/* Common **********************************************************************/ 
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;scroll-behavior: smooth;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Escoredream'; color:#222;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:47.27%;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.center{text-align:center;}
.tab_img{display: none;}
.mob_img{display: none;}

:root{
	--bg01: #2bacf0;
	--co01: #C8A566;
	--spacing: .25rem;
	--bk-bg:#2B210F;
  --bk-panel:#2a2a2a;
  --bk-line:rgba(255,255,255,.14);
	--bk-sub: #8B7246;
  --bk-text:#f3f3f3;
  --bk-accent:#c9a35b;
  --bk-white:#fff;
}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden; line-height: 1;}
.inner{width: calc(100% - 100px); margin: 0 auto; max-width:1600px;}

.nav_btn{display: none;}
.navigation{display: none;}


/* main 공통 */
.section{position: relative; padding-block:120px; background: #fff;}
.main_tit h3{font-size: 3.75rem; color: #000; font-family: "Playfair Display", serif; font-weight: 700;}
a.more_btn{display: flex; align-items: center; gap:30px; font-size: 1.125rem; color: #111111; font-weight: 500; position: relative; text-align: center; }

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 5000; height: 100px;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 334px; height: 50px;}
#header.on{background: rgba(17, 17, 17, 0.80); border-bottom: 1px solid rgba(255, 255, 255, 0.30);}
#header .nav_wrap {display: flex; justify-content: center; align-items: center; gap:30px;}
#header a.check {font-size: 1.125rem;font-weight: 500;color: #fff;transition: color .3s ease;}
#header a.global {padding:5px 15px; font-size: 1rem;font-weight: 500;color: #fff;border-radius:20px; border:1px solid #fff; transition: color .3s ease;}

/* gnb */
#header .gnb{display: flex;justify-content: flex-end;gap: 70px;position: relative;z-index: 100;}
#header .gnb > li{position: relative;text-align: center;}
#header .gnb > li > a{display: block;padding: 34px 0;font-size: 1.125rem;font-weight: 500;color: #fff;line-height: 1;transition: color .3s ease;}
#header.on .gnb > li.on > a{color: #d8b36a;}
#header .gnb-wrap .gnbBg{position: absolute;left: 0;top: 100px;width: 100%;height: 0;background: rgba(17, 17, 17, 0.80);overflow: hidden;z-index: 90;transition: height .3s ease;}
#header .gnb .gnb-2dep{position: absolute;top: 100px;left: 0;min-width: 180px; max-width: 480px; width: max-content;opacity: 0;visibility: hidden;pointer-events: none;z-index: 99;transition: opacity .25s ease, transform .2s ease, visibility .25s ease;}
#header .gnb > li.on .gnb-2dep{opacity: 1;visibility: visible;pointer-events: auto;}
#header .gnb > li:last-child > .gnb-2dep{left: auto; right: 0;}
#header .gnb .gnb-2dep .all_sub_wrap{padding: 18px 0 20px;background: transparent;}
#header .gnb .gnb-2dep .all_sub_wrap > ul{display: flex;align-items: center; flex-wrap: wrap; gap: 20px 50px;}
#header .gnb .gnb-2dep .all_sub_wrap > ul > li{width: auto;text-align: center;}
#header .gnb .gnb-2dep .all_sub_wrap > ul > li > a{display: block;font-size: 0.938rem;font-weight: 400;color: rgba(255,255,255,0.78);line-height: 1.2;white-space: nowrap;transition: color .3s ease;}
#header .gnb .gnb-2dep .all_sub_wrap > ul > li > a:hover{color: #fff;}
#header .gnb > li::after{content: "";position: absolute;left: 0;top: 100%;width: 100%;height: 24px;}


/* visual */
#visual_wrap{position: relative;}
#visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 100%; max-width:1400px; border-bottom: 1px solid #fff; overflow: hidden;}
#visual_wrap .txt_wrap h2{font-size: clamp(48px, 6.25vw, 100px); color: #fff; text-align: center; font-weight: 500; transform:translateY(60%); opacity: 0; transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), opacity   1.5s ease-out;}
#visual_wrap .swiper-button-prev{left: 9%;}
#visual_wrap .swiper-button-next{right: 9%;}
#visual_wrap .swiper-button-prev svg, #visual_wrap .swiper-button-next svg{width: 18px; height: 32px; color: #fff;}
#visual_wrap .visual .swiper-slide-active .txt_wrap h2{transform:translateY(0); opacity: 1;}

.booking_mob{display: none;}

.bookingBar{position:absolute; bottom: 0; width:100%; z-index: 5000; max-width:1600px; left: 50%; transform:translateX(-50%); height: 60px;}
.bookingInner{display:flex; align-items:center; justify-content: space-between; height: 100%;background:var(--bk-bg); /* border:1px solid rgba(255,255,255,.08); */}
.bookingBar .book_con{display: flex; padding-inline:5%;}
.bookingBar .book_con > div{position: relative;}
.bookingBar .book_con > div:not(:last-child)::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 40%; background: var(--bk-sub);}
.bookingBar .check_wrap{display: flex;}
.bkCell{min-width:0; padding:14px 20px; display:flex; justify-content:center; align-items: center; gap:25px; font-family: "Playfair Display", serif;}
.bkCell:last-child{border-right:none;}
.bkLabel{ font-size:1.125rem; letter-spacing:.08em; color: #8B7246; white-space:nowrap;}
.bkValue{all:unset;cursor:pointer;color:var(--bk-text);font-size:15px;display:flex; align-items:center; gap:10px;}
.bkValue span{font-size: 1.5rem;}
.bkChevron{margin-left:auto; width:8px; height:8px;border-right:2px solid rgba(255,255,255,.7);border-bottom:2px solid rgba(255,255,255,.7);transform:rotate(45deg);}
.bkRoom{position:relative;}
.bkDropdown{position:absolute;left:12px; right:12px;bottom:100%;background: rgba(17, 17, 17, 0.80);box-shadow:0 16px 40px rgba(0,0,0,.45);display:none;z-index:50;}
.bkDropdown.isOpen{ display:block;}
.bkOption{width:100%; text-align:left; border:0; background:transparent; color:rgba(255,255,255,.88); padding:10px 10px; cursor:pointer; font-size:1.125rem; text-align: center; font-family: "Playfair Display", serif;}
.bkOption:hover{background:rgba(255,255,255,.08);}
.bkOption.isActive{background:rgba(201,163,91,.18); color:var(--bk-white);}

.bkGuestsRow{ display:flex; gap:25px; }
.bkGuestsRow > div{display: flex; align-items: center; gap:25px;}
.bkGuestCtrl{ display:flex; align-items:center; gap:12px; }
.bkGuestBox{display: flex; flex-direction: column; gap:20px;}
.bkGbtn{width:22px; height:22px;border-radius:50%;border:1px solid rgb(255,255,255,.5);color:#fff;font-size:12px;cursor:pointer;}
.bkGuestRow{display: flex; justify-content: space-between; align-items: center;}
.bkGnum{width:24px; font-size: 1.25rem; text-align:center; font-weight:700; color:#fff; }
.bkGuestTitle{font-size: 1.125rem; color:#fff; font-weight:600; }
.bkGuestHint{font-size:10px; color:#ddd; margin-top: 10px; font-family: 'Escoredream';}
.bkCounter{flex:1; min-width:0;}
.bkSmall{font-size:1.125rem; color:var(--bk-sub); white-space:nowrap;}
.bkMinus,.bkPlus{width:28px; height:28px;border-radius:9px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.15);color:rgba(255,255,255,.9);cursor:pointer;}
.bkMinus:hover,.bkPlus:hover{ background:rgba(255,255,255,.08); }
.bkCount{text-align:center; color:var(--bk-text); font-size:1.75rem;}
.bkSubmit{height: 100%;}
.bkSubmitBtn{width:100%;height:100%;border:0;cursor:pointer;font-size:1.125rem;font-weight:700;color:#fff;background:var(--co01);padding-inline:60px; }
.bkSubmitBtn:hover{filter:brightness(1.05);}
.bkPopover{position:absolute;left:50%;transform:translateX(-50%);bottom:100%;width:98%;background: rgba(17, 17, 17, 0.90);border:1px solid rgba(255,255,255,.12);padding:16px 20px;box-shadow:0 18px 50px rgba(0,0,0,.5);display:none;z-index:60; color: #fff;}
.bkPopover.isOpen{ display:block; }
.bkCalHead{display:flex; align-items:center; justify-content:space-between;padding:6px 4px 10px;}
.bkMonth{color:var(--bk-text); font-weight:700; letter-spacing:.02em; font-size: 1.125rem;}
.bkNav{width:34px; height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:rgba(255,255,255,.9);cursor:pointer;}
.bkNav:hover{ background:rgba(255,255,255,.1); }
.bkDow{display:grid; grid-template-columns:repeat(7,1fr);gap:6px;padding:0 2px 8px;color:rgba(255,255,255,.55);font-size:12px;text-align:center;}
.bkGrid{display:grid; grid-template-columns:repeat(7,1fr);gap:6px;padding:2px;}
.bkDay{height:38px;border-radius:12px;color:rgba(255,255,255,.9);cursor:pointer;font-size:13px;}
.bkDay:disabled{opacity:.35; cursor:not-allowed;}
.bkDay:hover:not(:disabled){ background:rgba(255,255,255,.08); }

.bkDay.isStart, .bkDay.isEnd{background:rgba(201,163,91,.95);color:#141414;font-weight:800;border-color:rgba(201,163,91,.95);}
.bkDay.isInRange{background:rgba(201,163,91,.22);border-color:rgba(201,163,91,.15);}
.bkCalFoot{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);display:flex; align-items:center; justify-content:space-between; gap:10px;}
.bkHint{ color:rgba(255,255,255,.7); font-size:12px; }
.bkFootBtns{ display:flex; gap:8px; }
.bkGhost,.bkPrimary{height:34px; padding:0 12px;cursor:pointer;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:rgba(255,255,255,.9);}
.bkPrimary{background:rgba(201,163,91,.95);border-color:rgba(201,163,91,.95);color:#141414;font-weight:800;}


/* sec01 */
.sec_wrap{position: relative; height: 100vh;}
.main_v {width: 100%;height: 100vh;display: flex;align-items: center;justify-content: space-between;overflow: hidden;position: fixed; left: 0; top: 0;background-attachment: fixed; transition:.3s;}
.main_v.isHidden{opacity:0; pointer-events:none;}
.main_v > * {flex-grow: 1;}
.circle--rotate {border-radius: 50%;border: 2px #dddddd solid;width: 48%;height: 48%;margin: 0 auto 0;position: relative;-webkit-transform: rotate(0deg);transform: rotate(0deg);z-index: 60;padding: 0;}
.circle--rotate:before{ content: ""; width: 92%; height: 92%; border: 2px dashed #ddd; border-radius: 50%; display: block; position: absolute; left: 0; right: 0; top: 4%; margin: 0 auto; animation: rotate 50s infinite linear; }
.circle--rotate > li {position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;border-radius: 50%;z-index: 80;visibility: hidden;}
.circle--rotate > li .icon {visibility: visible;cursor: pointer;text-align: center;overflow: hidden;font-size: 13px;color: #777777;height: 60px;width: 120px;margin: -40px auto;transition: all 500ms ease;}
.circle--rotate > li i {display: block; width: 14px; height: 14px; border-radius: 50%; margin: 0 auto; margin-top: 10px; position: relative; }
.circle--rotate > li i:before{content: ""; display: block; width: 24px; height: 24px; border: 2px solid #ddd; background-color: #fff; position: absolute; left: -5px; top: -5px; box-sizing: border-box; border-radius: 50%; z-index: -1; transition: 0.3s; }
.circle--rotate > li:hover i:before{width: 28px; height: 28px; animation: rotate 15s infinite linear; border-style: dashed; left: -7px; top: -7px; } 
.circle--rotate > li i{background-color: var(--co01); }
.circle--rotate > li.active i:before{border: 2px solid #2B210F;}
.circle--rotate > li i::before {display: table-cell;vertical-align: middle;}
.circle--rotate > li img {margin: auto;}
.circle--slider {position: relative;top: 20%; left: 16%;z-index: 20;}
.circle--slider .rotate--circle {margin: 0 auto;}
.circle--slider .circle--rotate > li div {z-index: 60;position: relative;overflow: visible;}
.circle--slider .circle--rotate > li div span {display: none;-webkit-transform: rotate(0deg);transform: rotate(0deg);transition: all 2s;opacity: 0;}
.circle--slider .circle--rotate > li.active div {transition: all 1s;}

.circle--slider .count2 li:nth-child(2) {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.circle--slider .count3 li:nth-child(2) {-webkit-transform: rotate(120deg);transform: rotate(120deg);}
.circle--slider .count3 li:nth-child(3) {-webkit-transform: rotate(240deg);transform: rotate(240deg);}
.circle--slider .count4 li:nth-child(2) {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.circle--slider .count4 li:nth-child(3) {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.circle--slider .count4 li:nth-child(4) {-webkit-transform: rotate(270deg);transform: rotate(270deg);}
.circle--slider .count5 li:nth-child(2) {-webkit-transform: rotate(40deg);transform: rotate(40deg);}
.circle--slider .count5 li:nth-child(3) {-webkit-transform: rotate(80deg);transform: rotate(80deg);}
.circle--slider .count5 li:nth-child(4) {-webkit-transform: rotate(280deg);transform: rotate(280deg);}
.circle--slider .count5 li:nth-child(5) {-webkit-transform: rotate(320deg);transform: rotate(320deg);}
.circle--slider .count6 li:nth-child(2) {-webkit-transform: rotate(60deg);transform: rotate(60deg);}
.circle--slider .count6 li:nth-child(3) {-webkit-transform: rotate(120deg);transform: rotate(120deg);}
.circle--slider .count6 li:nth-child(4) {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.circle--slider .count6 li:nth-child(5) {-webkit-transform: rotate(240deg);transform: rotate(240deg);}
.circle--slider .count6 li:nth-child(6) {-webkit-transform: rotate(-60deg);transform: rotate(-60deg);}
.circle--slider .count7 li:nth-child(2) {-webkit-transform: rotate(51.5deg);transform: rotate(51.5deg);}
.circle--slider .count7 li:nth-child(3) {-webkit-transform: rotate(103deg);transform: rotate(103deg);}
.circle--slider .count7 li:nth-child(4) {-webkit-transform: rotate(154.5deg);transform: rotate(154.5deg);}
.circle--slider .count7 li:nth-child(5) {-webkit-transform: rotate(206deg);transform: rotate(206deg);}
.circle--slider .count7 li:nth-child(6) {-webkit-transform: rotate(-103deg);transform: rotate(-103deg);}
.circle--slider .count7 li:nth-child(7) {-webkit-transform: rotate(-51.5deg);transform: rotate(-51.5deg);}
.circle--slider .count8 li:nth-child(2) {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.circle--slider .count8 li:nth-child(3) {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.circle--slider .count8 li:nth-child(4) {-webkit-transform: rotate(135deg);transform: rotate(135deg);}
.circle--slider .count8 li:nth-child(5) {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.circle--slider .count8 li:nth-child(6) {-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
.circle--slider .count8 li:nth-child(7) {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.circle--slider .count8 li:nth-child(8) {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.circle--slider .count9 li:nth-child(2) {-webkit-transform: rotate(40deg);transform: rotate(40deg);}
.circle--slider .count9 li:nth-child(3) {-webkit-transform: rotate(80deg);transform: rotate(80deg);}
.circle--slider .count9 li:nth-child(4) {-webkit-transform: rotate(120deg);transform: rotate(120deg);}
.circle--slider .count9 li:nth-child(5) {-webkit-transform: rotate(160deg);transform: rotate(160deg);}
.circle--slider .count9 li:nth-child(6) {-webkit-transform: rotate(-160deg);transform: rotate(-160deg);}
.circle--slider .count9 li:nth-child(7) {-webkit-transform: rotate(-120deg);transform: rotate(-120deg);}
.circle--slider .count9 li:nth-child(8) {-webkit-transform: rotate(-80deg);transform: rotate(-80deg);}
.circle--slider .count9 li:nth-child(9) {-webkit-transform: rotate(-40deg);transform: rotate(-40deg);}
.circle--slider .count10 li:nth-child(2) {-webkit-transform: rotate(36deg);transform: rotate(36deg);}
.circle--slider .count10 li:nth-child(3) {-webkit-transform: rotate(72deg);transform: rotate(72deg);}
.circle--slider .count10 li:nth-child(4) {-webkit-transform: rotate(108deg);transform: rotate(108deg);}
.circle--slider .count10 li:nth-child(5) {-webkit-transform: rotate(144deg);transform: rotate(144deg);}
.circle--slider .count10 li:nth-child(6) {-webkit-transform: rotate(-180deg);transform: rotate(-180deg);}
.circle--slider .count10 li:nth-child(7) {-webkit-transform: rotate(-144deg);transform: rotate(-144deg);}
.circle--slider .count10 li:nth-child(8) {-webkit-transform: rotate(-108deg);transform: rotate(-108deg);}
.circle--slider .count10 li:nth-child(9) {-webkit-transform: rotate(-72deg);transform: rotate(-72deg);}
.circle--slider .count10 li:nth-child(10) {-webkit-transform: rotate(-36deg);transform: rotate(-36deg);}
.circle--slider .animate-wrapper {width: 40%;height: 40%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;border-radius: 50%;}
.circle--slider .animate-title {display: table; width: 100%; height: 100%;color: #fff;}
.circle--slider .animate-title h4{ display: table-cell; vertical-align: middle; padding-top: 10%; }
.circle--slider .animate-img {width: 25%;height: 25%;border-radius: 50%;overflow: hidden;}
.circle--slider .animate-img .animate-img__in {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;border-radius: 50%;background-repeat: no-repeat;z-index: 3;-webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);transform: rotate3d(0, 0, 0, 0deg) scale(0.85);transition: .55s ease-in-out;width: 100%;height: 100%;opacity: 0;background-size: cover;}
.circle--slider .animate-bg{/* position: fixed; *//* left: 0; *//* top: 0; *//* width: 100%; *//* height: 100%; *//* z-index: -3; */}
.circle--slider .bg01 .b_icon01{ position: absolute; left: 12%; bottom: -20px; }
.circle--slider .bg01 .b_icon02{ position: absolute; left: 30%; top: 0; }
.circle--slider .animate-text__in strong{position: relative; left: 50px; transition: 1s ease-in-out; opacity: 0; transition-delay: 0.2s;}
.circle--slider .animate.active .animate-text__in strong {left: 0; opacity: 1; transition-delay: 1.0s;}
.circle--slider .animate-text__in p{position: relative; left: 30px; transition: 1s ease-in-out; opacity: 0; transition-delay: 0.5s;}
.circle--slider .animate.active .animate-text__in p {left: 0; opacity: 1; transition-delay: 1.3s;}
.circle--slider .animate-more {opacity: 0;visibility: hidden;transition: all .5s .4s;min-width: 131px;overflow: hidden;text-align: center;z-index: 0;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;padding: 15px;-webkit-transform: scale(0.8);transform: scale(0.8);}
.circle--slider .animate.active .animate-more {opacity: 1;visibility: visible;-webkit-transform: scale(1);transform: scale(1);}
.circle--slider .animate.active .animate-img .animate-img__in {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.circle--slider .prev,.circle--slider .next {position: absolute;top: 0;bottom: 0;margin: auto;display: none;height: 62px;width: 87px;text-align: center;cursor: pointer;}
.circle--slider .prev span,.circle--slider .next span {-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;text-orientation: upright;font-weight: 700;}
.circle--slider .prev {left: 250px;}
.circle--slider .next {right: 250px;}

.circle--slider .animate-text{ position: fixed; left: 0; top: 0; width: 50%; height: 100vh; display: table; z-index: -2; }
.circle--slider:before{ content: ""; width: 380px; height: 100%; display: block; position: fixed; lefT: 0; top: 0; z-index: -10;}
.circle--slider .animate-text .wrap{ display: table-cell; vertical-align: middle; padding-left: 20%;  } 
.circle--slider .animate-text .wrap strong{ font-size: 82px; line-height: 100px; color: #111111; font-family: 'Playfair Display', serif; font-weight: 700; display: block; margin-bottom: 30px;}
.circle--slider .animate-text .wrap strong.font-loaded{ font-family: 'Playfair Display', serif; }
.circle--slider .animate-text .wrap p{ margin-bottom: 30px; font-size: 1rem; line-height: 1.6;}
.circle--slider .animate.active .animate-text__in{ z-index: -1; }
.circle--slider .animate-text__in .wrap .more{position: relative; left: 30px; transition: 1s ease-in-out; opacity: 0; transition-delay: 0.9s;}
.circle--slider .animate.active .animate-text__in .wrap .more {left: 0; opacity: 1; transition-delay: 1.5s;}
.circle--slider .animate-text__in .wrap .more a:hover:before{ right: 45%; animation: btn_h .8s; animation-delay: .4s; animation-fill-mode: forwards;}
.circle--slider .animate-text__in .wrap .more a:hover:after{ left: 45%; }
.circle--slider .animate-text__in .wrap .more a:hover{color: var(--co01); transition: 0.5s; transition-delay: 0.5s;}


@keyframes btn_h {
    0 {
        transform: scale(1.0);
    }
    100% { 
        transform: scale(10);
    }
	
}


@keyframes bg_ani {
    0 {
        transform: scale(0);
    }
    50% { 
        transform: scale(1.15);
    }
     100% { 
        transform: scale(1.0);
    }
	
}

@keyframes rotate {
    0 {
        transform: rotate(0deg);
    }
    100% { 
        transform: rotate(360deg);
    }
	
}

.circle--slider .bg02 .b_icon01{ position: absolute; left: 12%; bottom: 50px; }
.circle--slider .bg02 .b_icon02{ position: absolute; left: 25%; top: 0; }
.circle--slider .bg03 .b_icon01{ position: absolute; left: 15%; bottom: 10px; }
.circle--slider .bg03 .b_icon02{ position: absolute; left: 25%; top: 0; }
.circle--slider .bg03 .b_icon03{ position: absolute; right: 2%; top: 30%; }
.circle--slider .bg04 .b_icon01{ position: absolute; left: 12%; bottom: 50px; }
.circle--slider .bg04 .b_icon02{ position: absolute; left: 25%; top: 0; }
.circle--slider .bg05 .b_icon01{ position: absolute; left: 15%; bottom: 40px; }
.circle--slider .bg05 .b_icon02{ position: absolute; left: 25%; top: 0; }
.circle--slider .bg05 .b_icon03{ position: absolute; right: -6%; top: 15%; }
.circle--slider .animate-bg__in .b_icon01{ transition: .55s ease-in-out; opacity: 0;  -webkit-transform: scale(0); transform: scale(0); }
.circle--slider .animate.active .animate-bg__in .b_icon01{   opacity: 1; animation: bg_ani 2s; animation-delay: .4s; animation-fill-mode: forwards;  }
.circle--slider .animate-bg__in .b_icon02{ transition: 1s ease-in-out; opacity: 0; top: -20px; }
.circle--slider .animate.active .animate-bg__in .b_icon02{ opacity: 1; top: 0; transition-delay: 0.7s; }
.circle--slider .animate-bg__in .b_icon03{ transition: .55s ease-in-out; opacity: 0;  -webkit-transform: scale(0); transform: scale(0); }
.circle--slider .animate.active .animate-bg__in .b_icon03{   opacity: 1; animation: bg_ani 2s; animation-delay: .4s; animation-fill-mode: forwards;  }

/* sec02 */
#sec02 .main_tit{text-align: center;}
.creos-wrap .creos-cover-wrap {margin-top: calc(var(--spacing)*6);width: 100%;position: relative;overflow: hidden}
@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap {margin-top:calc(var(--spacing)*10);height: calc(var(--spacing)*185)}
}
@media (min-width: 40rem) {
    .creos-wrap .creos-cover-wrap {margin-top:calc(var(--spacing)*20)}
}
.creos-wrap .creos-cover-wrap .creos-item-wrap {gap: calc(var(--spacing)*4);flex-direction: column;height: 100%;display: flex;overflow: hidden}
@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap {gap:calc(var(--spacing)*0);flex-direction: row}
}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item {cursor: pointer;border-radius: var(--radius-xl);flex-direction: column;flex: 1;display: flex;position: relative;overflow: hidden}
@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item {border-radius:0}
}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-back {top: calc(var(--spacing)*-25);width: 100%;height: calc(100% + var(--spacing)*50);opacity: 1;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: opacity .5s ease-in-out;will-change: opacity, transform;position: absolute;}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:first-child .creos-item-back {background-position: 0;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(2) .creos-item-back {background-position: 33.3%;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(3) .creos-item-back {background-position: 66.7%;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(4) .creos-item-back {background-position: 100%;}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(2n) .creos-item-inner .text-wrap {padding-bottom:calc(var(--spacing)*30);}
}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(2n) .creos-item-inner:before {top: calc(var(--spacing)*-25);}
@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(2n) .creos-item-inner .bg-darker-overlay {bottom:calc(var(--spacing)*25);}
}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(odd) .creos-item-inner:after {bottom: calc(var(--spacing)*-25);}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:last-child .creos-item-inner .inner-gap {display: none;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:last-child .creos-item-inner .radius {right: calc(var(--spacing)*0);bottom: calc(var(--spacing)*25);transform: translateY(1px);}
@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:last-child .creos-item-inner .radius {display:block;}
}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:first-child .creos-item-inner .radius {top: calc(var(--spacing)*25);left: calc(var(--spacing)*0);transform: rotate(180deg)translateY(1px);}
@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:first-child .creos-item-inner .radius {display:block;}
}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner {width: 100%;height: calc(100% + 100px);transition: all 1.5s .3s;position: relative;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .radius {height: calc(var(--spacing)*10);width: calc(var(--spacing)*10);z-index: 3;background: radial-gradient(circle at 0 0,#0000 72%,#fff 72%);display: none;position: absolute;}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .bg-darker-overlay {bottom: calc(var(--spacing)*0);--tw-gradient-position: to top in oklab;background-image: linear-gradient(var(--tw-gradient-stops));--tw-gradient-from: var(--color-bg-dark);--tw-gradient-stops: var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position));--tw-gradient-to: transparent;z-index: 1;width: 100%;height: 100%;position: absolute;}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .bg-darker-overlay {height:40%;background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);}
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .inner-gap {right: calc(var(--spacing)*0);height: 100%;width: calc(var(--spacing)*.25);background-color: #fff;z-index: 2;display: none;}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .inner-gap {
        display:block;
        position: absolute;
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap {height: calc(var(--spacing)*35);width: 100%;padding-inline:calc(var(--spacing)*5);padding-top: calc(var(--spacing)*5);padding-bottom: calc(var(--spacing)*7);z-index: 2;flex-direction: column;justify-content: flex-end;display: flex;position: relative;}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap {gap:calc(var(--spacing)*5);height: 100%;padding-inline:calc(var(--spacing)*10);padding-top: calc(var(--spacing)*0);}
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title {font-size: 1.5rem;line-height: var(--tw-leading,var(--text-2xl--line-height));--tw-font-weight: var(--font-weight-semibold);font-weight: var(--font-weight-semibold);color: #fff;position: relative;overflow: hidden; font-family: "Playfair Display", serif;}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title {
        font-size:var(--text-3xl);
        line-height: var(--tw-leading,var(--text-3xl--line-height))
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title:hover {border-color: var(--color-point);color: var(--color-point)}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title:hover>span {transform: translateY(-100%)}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title:hover:after {top: 0}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title>span {font-size: 1.5rem;line-height: var(--tw-leading,var(--text-2xl--line-height));--tw-font-weight: var(--font-weight-semibold);font-weight: var(--font-weight-semibold);color: #fff;transition: transform .5s cubic-bezier(.68,-.55,.265,1.55);display: inline-block}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title:after {--tw-gradient-position: to right in oklab;background-image: linear-gradient(var(--tw-gradient-stops));--tw-gradient-from: var(--color-green-400);--tw-gradient-stops: var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position));--tw-gradient-via: var(--color-emerald-400);--tw-gradient-via-stops: var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-to: var(--color-teal-500);padding-block:calc(var(--spacing)*1);font-size: 1.5rem;line-height: var(--tw-leading,var(--text-2xl--line-height));color: #0000;content: attr(data-animation-keyword);-webkit-background-clip: text;background-clip: text;transition: top .5s cubic-bezier(.68,-.55,.265,1.55);display: inline;position: absolute;top: 100%;left: 0}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .description {color: #fff}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .description {
        height:2lh
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner:before {top: calc(var(--spacing)*0);left: calc(var(--spacing)*0);height: calc(var(--spacing)*25);background-color: #fff;content: " ";z-index: 2;width: 100%;display: none;position: absolute}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner:before {
        display:block
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner:after {bottom: calc(var(--spacing)*0);left: calc(var(--spacing)*0);height: calc(var(--spacing)*25);background-color: #fff;content: " ";z-index: 2;width: 100%;display: none;position: absolute}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner:after {
        display:block
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:hover .text-wrap .title>span {transform: translateY(-100%)}
.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:hover .text-wrap .title:after {top: 0}
.creos-wrap .creos-cover-wrap .creos-image-wrap {width: 100%;height: 100%;display: none;position: absolute}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-image-wrap {
        display:block
    }
}

.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image {top: calc(var(--spacing)*-25);width: 100%;height: calc(100% + var(--spacing)*50);opacity: 0;background-position: 50%;background-size: cover;transition: opacity .5s ease-in-out;will-change: opacity, transform;position: absolute}
.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image:first-child {background-position: 0}
.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image:nth-child(2) {background-position: 33.3%}
.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image:nth-child(3) {background-position: 66.7%}
.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image:nth-child(4) {background-position: 100%}

/* sec03 */
#sec03 .main_tit{display: flex; justify-content: space-between; max-width:1600px; margin-bottom: 60px;}
#sec03 .inner{width: calc(100% - 160px); margin: 0; margin-left: auto; max-width:100%;}
#sec03 .serSlide .swiper-pagination{position: unset; max-width:1600px; background: #fff; display: flex; margin-top: 50px;}
#sec03 .serSlide .swiper-pagination .swiper-pagination-bullet{margin: 0 !important; border-radius:0; height: 2px; flex:1; background: rgb(0,0,0,.9);}
#sec03 .serSlide .swiper-pagination .swiper-pagination-bullet-active{opacity: 0.5; width: 20px;}
#sec03 .serSlide .item{display: flex; flex-direction: column; gap:60px; padding: 50px 40px; border-radius: 20px; background: #F8F8F8; transition:.3s;}
#sec03 .serSlide .item:hover{box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25); transform:translateY(-5px);}
#sec03 .serSlide .item h4{font-size: 1.5rem; color: #222; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
#sec03 .serSlide .item p{font-size: 1.25rem; color: #333; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
#sec03 .serSlide .item span{font-size: 1.125rem; color: #333; text-align: right;}

/* sec04 */
#sec04{background: url('/images/main/main_sec04_bg.png')center no-repeat; background-size:cover; padding-block:250px 120px;}
#sec04 .inner{max-width:100%; margin: 0; margin-right: auto;}
#sec04 .map_container{display: flex; gap:80px;}
#sec04 h3{position: absolute; top: 14%; right: 10%; font-size: 3.75rem; color: #222; font-family: "Playfair Display", serif; line-height: 1.4;}
#sec04 h3 span{display: block; color: var(--co01); margin-left: 150px;}
#sec04 .map_wrap{width: 52%; height: 600px; border-radius: 0 100px 0 0; box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); overflow: hidden;}
#sec04 .root_daum_roughmap {width: 100% !important; height: 100% !important;}
#sec04 .root_daum_roughmap .wrap_map  {width: 100% !important; height: 100% !important;}
#sec04 .info_wrap{position: relative; display: flex; flex-direction: column; justify-content: flex-end; width: 40%;}
#sec04 .contact_wrap {display: flex; flex-direction: column; gap:20px;}
#sec04 .info_wrap .contact_wrap dl{display: flex; flex-direction: column; gap:10px;}
#sec04 .info_wrap .contact_wrap dl dt{font-size: 2rem; color: var(--co01); font-family: "Playfair Display", serif; font-weight: 700; line-height: 1.6;}
#sec04 .info_wrap .contact_wrap dl dd{font-size: 1.25rem;}
#sec04 .info_wrap .contact_btm{display: flex; gap: 75px;}

/* footer */
#footer{padding-block:60px; background: #B9A687;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .info_wrap p{font-size: 1rem; color: rgba(255, 255, 255, 0.80); line-height: 1.4;}
#footer .info_wrap p:not(:first-child){margin-top: 10px;}
#footer .info_wrap .copy{color: rgba(255, 255, 255, 0.50);}

/* main_quick */
#main_quick{position: fixed; right: 0; top: 45%; transform: translateY(-50%); z-index: 9999;}
#main_quick ul {max-height: 0;overflow: hidden;opacity: 0;transform: translateY(10px);transition: max-height 0.7s cubic-bezier(0.25, 1, 0.5, 1),opacity 0.5s ease,transform 0.5s ease;}
#main_quick ul li{position: relative; background: rgb(0,0,0,.3); transition: background 0.3s ease;}
#main_quick ul li:hover{background: var(--bk-accent);}
#main_quick ul li a{display: flex; flex-direction: column; justify-content: center; align-items: center; gap:10px; width: 80px; height: 80px; aspect-ratio:1;}
#main_quick ul li a .quick_icon{display: flex; align-items: center; justify-content: center; z-index: 1;}
#main_quick ul li a .quick_icon img {width:30px; height:30px;}
#main_quick ul li .label {color: #fff; font-size: 0.875rem;}
#main_quick ul li:first-child{border-radius:12px 0 0 0;}
#main_quick ul li:last-child{border-radius:0 0 0 12px;}
#main_quick.close ul {opacity: 0;transform: translateX(50px);pointer-events: none;}
#main_quick.open ul {max-height: 500px; opacity: 1;transform: translateX(0);pointer-events: auto;}
#main_quick .quick_toggle {display: block;margin-bottom: 10px;color: #fff;padding: 10px;text-align: center;cursor: pointer;  width: 80px; word-break:keep-all; line-height: 1.5;border-radius: 12px 0 0 12px; background-color: var(--bk-bg);}
#main_quick .quick_toggle span{color:#fff; font-size:1rem;}

/* ################################ sub ############################# */

#header.sub_header{position: relative; border-bottom: 1px solid #DDD; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
#header.sub_header h1 a{background: url('/images/main/main_logo_black.png')center no-repeat; background-size:cover; width: 334px; height: 50px;}
#header.sub_header .gnb > li > a{color: #222;}
#header.sub_header a.check {color:#222;}
#header.sub_header a.global {color:#222; border:1px solid #222;}
#header.sub_header.on{background: #fff; border-bottom: 1px solid rgb(0,0,0,.1);}
#header.sub_header.on .gnb-wrap .gnbBg{background: #fff; box-shadow:0 4px 20px rgba(0,0,0,0.06);}
#header.sub_header.on .gnb .gnb-2dep .all_sub_wrap > ul > li > a{color: #222;}

#sub_contents{padding-bottom: 120px;}
#sub_contents .contop{height: 300px; display: flex; align-items: center; justify-content: center;}
#sub_contents .contop h2{font-size: 3.125rem; font-weight: 500; text-align: center; font-family: "Playfair Display", "Escoredream";}

#sub_contents .contop.reser_contop{height: auto; display: block; padding-block:120px;}

.reserve_step{width:100%; margin-top: 50px;}
.reserve_step ul{display:flex;justify-content:center;align-items:center;gap:60px;}
.reserve_step li{position:relative; display: flex; flex-direction: column; align-items: center; text-align:center; padding-right: 14px;}
.reserve_step li::after{content:"";position:absolute;top:25px;left:100%;width:40px;height:1px;background:#222;}
.reserve_step li:last-child::after{display:none;}
.reserve_step .num{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:1px solid #2B210F;font-size:1.25rem;color:#222;background:#fff; font-family: "Playfair Display", serif;}
.reserve_step li.on .num{background:#2B210F;border-color:#2B210F;color:#fff;}
.reserve_step p{padding-top: 10px; font-size:0.875rem;color:#222;}


/* sub_visual */
.sub_visual_wrap{position: relative;}
.sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); width: 100%;}
.sub_visual_wrap .txt_wrap h2{font-family: "Playfair Display", "Escoredream", serif; font-size: 3.125rem; color: #fff; font-weight: 700;text-align: center;}
.sub_visual_wrap .txt_wrap p{padding-top: 30px; font-size: 1.125rem; line-height: 135%; color: #fff; text-align: center; word-break:keep-all;}

.sec:not(:first-child){margin-top: 120px;}
h3.h3_tit{position: relative; padding-left: 20px; font-size: 1.563rem;}
h3.h3_tit::after{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 4px; height: 100%; background: #2B210F;}
 
.log_info_box{position: relative; display: flex; gap:30px; padding-block:80px 50px; border-bottom: 1px solid #ddd;}
.log_info_box dl{position: relative; display: flex; gap:20px; font-size: 1.563rem;}
.log_info_box dl:not(:last-child){padding-right: 30px;}
.log_info_box dl:not(:last-child)::after{content:''; position: absolute; right: 0; top: 0; width: 1px; height: 30px; background: #ddd;}
.log_info_box dl dt{color: #666; font-family: "Playfair Display", serif; font-weight: 600;}
.log_info_box dl dd{color: #444; font-weight: 600;}
.log_info_box dl dd span{display: block; padding-top: 10px;}
.log_info_box dl dd em{font-size: 1.125rem;}


/* sub0101 */
.sub0101_wrap .img_box img{width: 100%;}
.sub0101_wrap .info_box{margin-top: 80px; display: flex; justify-content: space-between;}
.sub0101_wrap .info_box strong{font-size: 1.875rem;}
.sub0101_wrap .info_box .info{width: 40%; font-size: 1.25rem; color: #000; line-height: 1.6; word-break:keep-all;}

/* sub0102 */
.sub0102_wrap .sec01{display: flex; align-items: flex-end; justify-content: space-between;}
.sub0102_wrap .sec01 .img_box{width: 43.75%; height: 850px;}
.sub0102_wrap .sec01 .img_box img{width: 100%; height: 100%; object-fit: cover; border-radius:20px;}
.sub0102_wrap .sec01 .info_wrap{width: 50%; display: flex; flex-direction: column; gap:100px;}
.sub0102_wrap .sec01 .info_wrap .txt p{font-size: 1.25rem; line-height: 1.4; word-break:keep-all;}
.sub0102_wrap .sec01 .info_wrap .txt p:not(:first-child){margin-top: 25px;}
.sub0102_wrap .sec01 .info_wrap .txt p:last-child{text-align: right;}
.sub0102_wrap .sec01 .info_wrap .info_box{display: flex; justify-content: space-between; gap: 20px; padding: 30px 40px; border-radius: 20px; background: #F5F5F5;}
.sub0102_wrap .sec01 .info_wrap .info_box .tit{font-size: 2.188rem; font-family: "Playfair Display", serif;}
.sub0102_wrap .sec01 .info_wrap .info_box ul{margin-top: 40px;}
.sub0102_wrap .sec01 .info_wrap .info_box ul li{display: flex; align-items: center; gap:20px; font-size: 1.25rem;}
.sub0102_wrap .sec01 .info_wrap .info_box ul li:not(:first-child){margin-top: 20px;}
.sub0102_wrap .sec01 .info_wrap .info_contact{flex-shrink:0;}
.sub0102_wrap .sec01 .info_wrap .info_box .bg_box img{width: 100%; height: 100%; object-fit: contain;}
.sub0102_wrap .sec02 .cont_wrap{margin-top: 35px;}
.sub0102_wrap .sec02 .cont_wrap .tit_info{font-size: 1.25rem; text-align: center; line-height: 1.5;}
.sub0102_wrap .sec02 .cont_wrap ul{display: flex; justify-content: space-between; margin-top: 80px;}
.sub0102_wrap .sec02 .cont_wrap ul li{display: flex; flex-direction: column; align-items: center; gap:35px; width: 18%;}
.sub0102_wrap .sec02 .cont_wrap .circle_icon{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:20px; width: 250px; height: 250px; border-radius:50%; border: 1px solid #222;}
.sub0102_wrap .sec02 .cont_wrap .circle_icon span{font-size: 1.25rem;}
.sub0102_wrap .sec02 .cont_wrap ul li p{font-size: 1.125rem; line-height: 1.4; word-break:keep-all; text-align: center;}

/* sub0103 */
.sub0103_wrap .map_box{height: 600px;}
.sub0103_wrap .root_daum_roughmap {width: 100% !important; height: 100% !important; border-radius:20px;}
.sub0103_wrap .root_daum_roughmap .wrap_map {width: 100% !important; height: 100% !important;}
.sub0103_wrap .location_box{margin-top: 50px;}
.sub0103_wrap .location_box .loc_item{padding-block:50px; border-top: 1px solid #ddd;}
.sub0103_wrap .location_box .loc_item dl{display: flex;}
.sub0103_wrap .location_box .loc_item dl dt{width: 350px; flex-shrink:0; font-size: 1.563rem; font-weight: 500; line-height: 1.4;}
.sub0103_wrap .location_box .loc_item dl dt span{font-size: 1.25rem;}
.sub0103_wrap .location_box .loc_item dl dd{width: 100%; font-size: 1.25rem; line-height: 1.5; word-break:keep-all;}
.sub0103_wrap .location_box .loc_item .way_box:not(:first-child){margin-top: 30px;}
.sub0103_wrap .location_box .loc_item .way_box ul{padding-top: 5px;}
.sub0103_wrap .location_box .loc_item .way_box ul li{position: relative; padding-left: 20px; word-break:keep-all;}
.sub0103_wrap .location_box .loc_item .way_box ul li::after{content:''; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; background: #000; border-radius:50%;}
.sub0103_wrap .location_box .loc_item .desc p:not(:first-child){margin-top: 10px;}
.sub0103_wrap .location_box .loc_item .tbl_box{margin-top: 30px;}
.sub0103_wrap .location_box .loc_item .tbl_box span{display: block; margin-bottom: 10px;}
.sub0103_wrap .location_box .loc_item .time_table{width: 100%; border-collapse:collapse; font-size: 1.125rem; border-top: 1px solid #ccc;}
.sub0103_wrap .location_box .loc_item .time_table th{width: 290px; background: #F8F8F8;}
.sub0103_wrap .location_box .loc_item .time_table th, .sub0103_wrap .location_box .loc_item .time_table td{padding: 15px 30px; border-bottom:1px solid #ccc; text-align: left;}

/* sub0301 */
.sub0301_wrap .hallSlide .swiper-slide img{width: 100%; aspect-ratio:2 / 1; object-fit:cover;}
.sub0301_wrap .hallSlide .swiper-button-prev{left: 0;}
.sub0301_wrap .hallSlide .swiper-button-next{right: 0;}
.sub0301_wrap .hallSlide .swiper-button-prev, .sub0301_wrap .hallSlide .swiper-button-next{width: 50px; height: 50px; background: rgba(0, 0, 0, 0.60); margin-top: 0;}
.sub0301_wrap .hallSlide svg{width: 10px; color: #fff;}
.sub0301_wrap .hallSlide .slide_item{position: absolute; left: 50%; bottom: 20px; transform:translateX(-50%); padding: 7px 24px; border-radius: 30px; background: rgba(0, 0, 0, 0.30); z-index: 500;}
.sub0301_wrap .hallSlide .slide_item span, .sub0301_wrap .hallSlide .slide_item em{font-size: 0.875rem; color: #fff;}
.sub0301_wrap .cont_wrap .info_box{margin-top: 100px;}
.sub0301_wrap .cont_wrap .info_box .info_item:not(:first-child){margin-top: 100px;}
.sub0301_wrap .cont_wrap .info_item dl{display: flex;}
.sub0301_wrap .cont_wrap .info_item dl dt{width: 350px; flex-shrink:0; font-size: 2.25rem; font-family: "Playfair Display", serif; line-height: 1.4; font-weight: 600;}
.sub0301_wrap .cont_wrap .info_item dd ul li{position: relative; padding-left: 20px; font-size: 1.125rem; line-height: 1.4;}
.sub0301_wrap .cont_wrap .info_item dd ul li:not(:first-child){margin-top: 10px;}
.sub0301_wrap .cont_wrap .info_item dd ul li p:not(:first-child){padding-top: 5px;}
.sub0301_wrap .cont_wrap .info_item dd ul li::after{content:''; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; background: #222; border-radius:50%;}
.sub0301_wrap .cont_wrap .info_item .tbl_box:not(:first-child){margin-top: 60px;}
.sub0301_wrap .cont_wrap .info_item .tbl_box span{display: block; margin-bottom: 10px; font-size: 1.125rem; font-weight: 500;}
.sub0301_wrap .cont_wrap .info_item .tbl_box table{width: 100%; border-collapse:collapse; border-top: 1px solid #CCC;}
.sub0301_wrap .cont_wrap .info_item .tbl_box table thead th{background: #F8F8F8;}
.sub0301_wrap .cont_wrap .info_item .tbl_box table th, .sub0301_wrap .cont_wrap .info_item .tbl_box table td{padding: 15px 30px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; text-align: left; font-size: 1.125rem; font-weight: 400;}
.sub0301_wrap .cont_wrap .info_item .tbl_box table th:last-child, .sub0301_wrap .cont_wrap .info_item .tbl_box table td:last-child {border-right:0;}

/* sub04 */
.sub04_wrap .img_box img {width:100%;}

/* sub0402 */
.sub0402_wrap .price_box{padding-top:80px;}
.sub0402_wrap .price_box dl{display: flex;}
.sub0402_wrap .price_box dl dt{width: 350px; flex-shrink:0; font-size: 1.563rem; font-weight: 600;}
.sub0402_wrap .price_box dl dd{width: 100%;}
.sub0402_wrap .price_box dl .tbl_box table{width: 100%; border-collapse:collapse; border-top: 1px solid #ccc;}
.sub0402_wrap .price_box dl .tbl_box table thead th{background: #F8F8F8;}
.sub0402_wrap .price_box dl .tbl_box table thead th:not(:first-child){border-left: 1px solid #ccc;}
.sub0402_wrap .price_box dl .tbl_box table td{border-left: 1px solid #ccc;}
.sub0402_wrap .price_box dl .tbl_box table th, .sub0402_wrap .price_box dl .tbl_box table td{padding: 15px 30px; border-bottom:1px solid #ccc; text-align: left; font-size: 1.125rem; font-weight: 400;}

/*sub0407 */
.sub0407_wrap .con .click_all{ width: 45%; margin:0 auto;}
.sub0407_wrap .con .click_all ul.click_btn{display: flex; flex-wrap:wrap; gap:30px 25px; align-items: center; justify-content: center;}
.sub0407_wrap .con .click_all ul.click_btn li{position: relative;color: #2B210F;text-align: center;font-family: "Escoredream";font-size: 20px;font-weight: 500;}
.sub0407_wrap .con .click_all ul.click_btn li a{color: #2B210F;}
.sub0407_wrap .con .click_all ul.click_btn li a:hover{color: var(--bk-accent);}
.sub0407_wrap .con .click_all ul.click_btn li::after{position: absolute; content:''; width: 100%; height: 2px; background: #2B210F; bottom:-5px; left:0;}
.sub0407_wrap .con .click_all ul.click_btn li:hover::after{width: 100%;background: var(--bk-accent); }
.sub0407_wrap .con .click_con {margin-top: 100px;}
.sub0407_wrap .con .click_con .sec{margin-bottom: 50px;}
.sub0407_wrap .con .click_con h2.h2_tit{color: #222;font-family: "Escoredream";font-size: 25px;font-weight: 500;padding-left: 20px;margin-bottom: 20px;position: relative;}
.sub0407_wrap .con .click_con h2.h2_tit::after{position: absolute; content:''; width: 4px;height: 100%; background: #2B210F; left:0; top:0;}
.sub0407_wrap .con .click_con p{color: #444;font-family: "Escoredream";font-size: 18px;font-weight: 300;line-height: 150%;     word-break: keep-all;}
.sub0407_wrap .con .click_con p i{display: block;}
.sub0407_wrap .con .click_con .txt_box strong{color: #444;font-family: "Escoredream";font-size: 20px;font-weight: 500;line-height: 150%; display: block; margin-bottom: 5px;}
.sub0407_wrap .con .click_con .txt_box{margin-top: 20px;}
.sub0407_wrap .con .click_con ul.dot_list li{position: relative; padding-left: 15px; display: flex; gap:10px;}
.sub0407_wrap .con .click_con ul.dot_list li b{color: #444; font-size: 18px; font-weight: 500; line-height: 150%;font-family: "Escoredream";     white-space: nowrap;}
.sub0407_wrap .con .click_con ul.dot_list li p{word-break:keep-all;}
.sub0407_wrap .con .click_con ul.dot_list li::before{position: absolute; content:''; width: 6px;height: 6px; background:#444; top:11px; left:0; border-radius:6px;}
.sub0407_wrap .con .click_con ul.dot_list li:not(:last-child){margin-bottom: 5px;}
.sub0407_wrap .con .click_con .e_box ,.sub0407_wrap .con .click_con .sec:not(:first-child){margin-top: 50px; padding-top: 50px; border-top: 1px solid #ddd;}





/* sub05 */
.sub05_wrap .sec{margin-top: 60px;}
.reserve_summary_bar{display:flex;align-items:center;justify-content:space-between; padding-bottom: 50px; border-bottom: 1px solid #666;background:#fff;}
.reserve_summary_bar .reserve_info{display:flex;align-items:center;justify-content:space-between;}
.reserve_summary_bar .summary_item{position:relative;display:flex;flex-direction:column;justify-content:center;padding:0 30px;min-height:58px;}
.reserve_summary_bar .summary_item:nth-child(1){padding-left: 0;}
.reserve_summary_bar .summary_item:not(:first-child)::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:30px;background:#d9d9d9;}
.reserve_summary_bar .summary_item .label{display:block;margin-bottom:14px;font-size:1rem;font-weight:400;color:#a0a0a0;line-height:1;text-transform:uppercase;}
.reserve_summary_bar .summary_item .value{font-size:1.125rem;font-weight:400;color:#333;line-height:1.2;white-space:nowrap;}
.reserve_summary_bar .summary_item.small{min-width:70px; padding-inline:22px; align-items: center;}
.reserve_summary_bar .summary_price{display:flex;align-items:center;justify-content:center;min-width:170px;padding:15px 30px;background:#a7a7a7;}
.reserve_summary_bar .summary_price p{font-size:1.25rem;font-weight:500;color:#fff;line-height:1;white-space:nowrap;}
.sub05_wrap .back_btn{display: flex; align-items: center; justify-content: center; margin-top: 80px;}
.sub05_wrap .back_btn button{padding: 18px 61px 18px 62px; border: 1px solid #2B210F; color: #222; font-size: 20px; font-weight: 500;}

/* sub0501 */
.reserve_bar{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:50px;border-bottom:1px solid #666;position:relative;}
.reserve_select_bar .reserve_bar_left{display:flex;align-items:flex-start;gap:30px;flex:1;position:relative;}
.reserve_select_bar .reserve_field{position:relative;}
.reserve_select_bar .reserve_field.reserve_field_date{min-width:240px;}
.reserve_select_bar .reserve_label{font-size:1rem;font-weight:400;line-height:1;letter-spacing:0.04em;color:#9a9a9a;margin-bottom:14px;}
.reserve_select_bar .reserve_value{display:flex;align-items:center;gap:15px;padding:0;border:0;background:none;font-size:1.125rem;font-weight:300;line-height:1.2;color:#222;cursor:pointer;white-space:nowrap;}
.reserve_select_bar .reserve_value .arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #222;margin-top:4px;flex-shrink:0;}
.reserve_select_bar .reserve_divider{width:1px;height:54px;background:#d5d5d5;margin-top:2px;}
.reserve_select_bar .reserve_search_btn{width:132px;height:46px;border:1px solid #8f8f8f;background:none;font-size:15px;font-weight:400;color:#222;cursor:pointer;transition:all .2s ease;}
.reserve_select_bar .reserve_search_btn:hover{background:#222;border-color:#222;color:#fff;}
.reserve_select_bar .date_layer,.reserve_select_bar .guest_layer{display:none;position:absolute;top:100%;z-index:20;}
.reserve_select_bar .date_layer.active,.reserve_select_bar .guest_layer.active{display:block;}
.reserve_select_bar .date_layer{left:0;margin-top:18px;}
.reserve_select_bar .guest_layer{left:270px;width:360px;min-width:360px;margin-top: 18px;padding:30px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.08);border-radius:20px;}
.reserve_select_bar .date_layer_inner{width:400px;padding:30px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.08);border-radius:20px;}
.reserve_select_bar .calendar_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;}
.reserve_select_bar .cal_btn{width:32px;height:32px;border:0;background:#fff;font-size:18px;cursor:pointer;}
.reserve_select_bar .calendar_title{font-size:18px;font-weight:600;color:#222;}
.reserve_select_bar .calendar_week{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:8px;}
.reserve_select_bar .calendar_week span{display:block;padding:6px 0;text-align:center;font-size:11px;color:#999;}
.reserve_select_bar .calendar_grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;}
.reserve_select_bar .calendar_day{width:100%;aspect-ratio:1 / 1;border:1px solid transparent;border-radius:10px;background:#fff;font-size:14px;color:#222;cursor:pointer;transition:all .2s ease;}
.reserve_select_bar .calendar_day.empty{background:transparent;pointer-events:none;}
.reserve_select_bar .calendar_day.disabled{color:#c9c9c9;pointer-events:none;cursor:default;}
.reserve_select_bar .calendar_day.today{border-color:#bbb;}
.reserve_select_bar .calendar_day:hover{border-color:#222;}
.reserve_select_bar .calendar_day.selected, .reserve_select_bar .calendar_day.range_start, .reserve_select_bar .calendar_day.range_end{background:#222;color:#fff;}
.reserve_select_bar .calendar_day.in_range{background:#f1f1f1;}
.reserve_select_bar .calendar_info{display:flex;justify-content:space-between;gap:20px;margin-top:18px;padding-top:16px;border-top:1px solid #eee;}
.reserve_select_bar .calendar_info p{font-size:13px;line-height:1.5;color:#666;}
.reserve_select_bar .calendar_info strong{display:block;font-weight:600;color:#222;margin-bottom:2px;}
.reserve_select_bar .calendar_btns{display:flex;gap:8px;margin-top:18px;}
.reserve_select_bar .calendar_reset,.reserve_select_bar .calendar_apply{flex:1;height:42px;border:1px solid #ddd;border-radius:10px;background:#fff;font-size:14px;cursor:pointer;transition:all .2s ease;}
.reserve_select_bar .calendar_reset:hover{background:#f8f8f8;}
.reserve_select_bar .calendar_apply{background:#222;border-color:#222;color:#fff;}
.reserve_select_bar .calendar_apply:hover{background:#111;border-color:#111;}
.reserve_select_bar .guest_row{display:flex;align-items:center;justify-content:space-between;gap:20px;}
.reserve_select_bar .guest_row + .guest_row{margin-top:16px;padding-top:16px;border-top:1px solid #eee;}
.reserve_select_bar .guest_info strong{display:block;font-size:1rem;font-weight:600;color:#222;line-height:1.2;}
.reserve_select_bar .guest_info span{display:block;font-size:0.813rem;color:#999;margin-top:6px;line-height:1.4;}
.reserve_select_bar .guest_control{display:flex;align-items:center;gap:12px;}
.reserve_select_bar .count_btn{width:36px;height:36px;border:1px solid #e3e3e3;border-radius:50%;background:#fff;font-size:20px;font-weight:300;line-height:1;color:#222;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;}
.reserve_select_bar .count_btn:hover{background:#f7f7f7;border-color:#d0d0d0;}
.reserve_select_bar .count_num{min-width:24px;text-align:center;font-size:1rem;font-weight:500;color:#222;}
.reserve_select_bar .guest_apply{width:100%;height:42px;margin-top:18px;border:0;border-radius:10px;background:#222;font-size:0.875rem;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease;}
.reserve_select_bar .guest_apply:hover{background:#111;}

.reserve_room_wrap{border-top:2px solid #222;}
.reserve_room_item{display:flex;align-items:stretch; justify-content: space-between; gap: 30px; padding:30px 25px;border-bottom:1px solid #222;}
.reserve_room_item .room_thumb{width: 610px; aspect-ratio:1.525 / 1;}
.reserve_room_item .room_thumb img{display:block;width:100%;height:100%;object-fit:cover;}
.reserve_room_item .room_info{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;width: 55.625%;}
.reserve_room_item .room_info_left h3{margin:0 0 30px;font-size:2.5rem;font-family: "Playfair Display", serif;font-weight:500;color:#222;line-height:1;text-transform:uppercase;}
.reserve_room_item .room_meta{display:flex;flex-direction:column;gap:6px;}
.reserve_room_item .room_meta li{display:flex;align-items:center;gap:10px;font-size:1rem;color:#666;line-height:1.6;}
.reserve_room_item .room_meta li span{position: relative;min-width:72px;color:#666; flex-shrink: 0; padding-right: 10px;}
.reserve_room_item .room_meta li span::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 60%; background: #666;}
.reserve_room_item .room_meta li strong{font-weight:400;color:#444;}
.reserve_room_item .room_info_right{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;height:100%;margin-top:auto;}
.reserve_room_item .price{font-size:1.875rem;font-weight:500;color:#222;line-height:1.2;}
.reserve_room_item .guide{margin:10px 0 30px;font-size:0.813rem;color:#888;line-height:1.4;}
.reserve_room_item .reserve_btn{display:inline-flex;align-items:center;justify-content:center;width: 220px;height:50px;background:#2B210F;font-size:1.25rem;font-weight:500;color:#fff;transition:.3s ease;}
.reserve_room_item .reserve_btn:hover{background:#22190d;}

/* sub0502 */
.reserve_option{display:flex;gap:100px;padding-top: 60px;}
.reserve_option .option_left{flex:1;min-width:0; padding: 30px; border-top:1px solid #8c8c8c;}
.reserve_option .option_right{flex:0 0 500px;}
.reserve_option .option_top h3{font-size:1.563rem;font-weight:600;color:#222;line-height:1.4;}
.reserve_option .option_list{margin-top: 10px;}
.reserve_option .option_item{display:grid;grid-template-columns: repeat(3 , 1fr);align-items:center;gap:20px;padding:18px 0;}
.reserve_option .option_item .name{font-size:1.125rem;color:#333;line-height:1.5;}
.reserve_option .option_item .price{font-size:1.125rem;color:#333;text-align:center;}
.reserve_option .count_box{display:flex;align-items:center;justify-content:flex-end;gap:50px;}
.reserve_option .count_box input{width:24px;border:0;background:none;text-align:center;font-size:1rem;color:#555;}
.reserve_option .count_btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #ddd;background:#fff;font-size:20px;color:#999;cursor:pointer;padding:0;}
.reserve_option .option_desc{margin-top:6px;font-size:1rem;color:#b0b0b0;line-height:1.6;}
.reserve_option .option_notice{margin-top:34px;padding:28px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.reserve_option .option_notice ul{display:flex;flex-direction:column;gap:10px;}
.reserve_option .option_notice li{position:relative;padding-left:10px;font-size:0.938rem;color:#555;line-height:1.8;word-break:keep-all;}
.reserve_option .option_notice li::before{content:"•";position:absolute;left:0;top:0;}
.reserve_option .request_box{padding-top:36px;}
.reserve_option .request_box h4{margin-bottom:16px;font-size:1.25rem;font-weight:600;color:#222;}
.reserve_option .request_box textarea{width:100%;height:132px;border:1px solid #ddd;padding:16px;font-size:0.938rem;color:#333;resize:none;outline:none;}
.reserve_option .request_box textarea::placeholder{color:#b8b8b8;}
.reserve_option .request_box p{margin-top:12px;font-size:0.875rem;color:#9a9a9a;line-height:1.6;}
.reserve_option .request_box::after{content:"";display:block;margin-top:28px;border-bottom:1px solid #8c8c8c;}
.reserve_option .payment_box{border:1px solid #9a9a9a;padding:30px 35px;}
.reserve_option .payment_box .room_num{display:block;margin-bottom:15px;font-size:1rem;color:#555;}
.reserve_option .payment_box .total_top{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:14px;}
.reserve_option .payment_box .total_top strong{font-size:1.5rem;font-weight:700;color:#222;line-height:1.2;}
.reserve_option .payment_box .total_top p{font-size:2rem;font-weight:500;color:#222;line-height:1;}
.reserve_option .payment_box .pay_date{display:flex;align-items:center;justify-content:space-between;padding:30px 0;font-size:1.125rem;color:#666;}
.reserve_option .payment_box .pay_date p{color:#444;}
.reserve_option .payment_box .pay_list{display:flex;flex-direction:column;gap:30px;padding:30px 0;border-top:1px solid #eee;}
.reserve_option .payment_box .pay_list li, .reserve_option .payment_box .tax_row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:0.938rem;color:#777;line-height:1.5;}
.reserve_option .payment_box .pay_list li p, .reserve_option .payment_box .tax_row p{color:#444;}
.reserve_option .payment_box .tax_row{padding:16px 0 22px;border-top:1px solid #eee;}
.reserve_option .payment_btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;background:#2d210f;font-size:1rem;font-weight:500;color:#fff;transition:.3s ease;}
.reserve_option .payment_btn:hover{background:#1d1408;}



/* sub0503 */
.reserve_infom{display:flex;gap:100px; padding-top: 60px;}
.reserve_infom .info_left{flex:1;min-width:0; padding: 30px; border-top: 1px solid #bdbdbd;}
.reserve_infom .info_right{flex:0 0 500px;}
.reserve_infom_form .form_block{padding-top:14px;}
.reserve_infom_form .form_block + .form_block{margin-top:46px;}
.reserve_infom_form .form_block h3{padding-bottom:24px;font-size:1.5rem;font-weight:500;color:#222;border-bottom: 1px solid #ccc;}
.reserve_infom_form .form_row_wrap{padding-top: 30px;}
.reserve_infom_form .form_row{display:flex;gap:20px; width: 100%;}
.reserve_infom_form .form_row .form_item{width: 100%;}
.reserve_infom_form .form_row + .form_row{margin-top:50px;}
.reserve_infom_form .form_row_half .form_item{flex:1;}
.reserve_infom_form .form_row_tel .form_item:last-child{flex:1;}
.reserve_infom_form .form_row_tel .form_num_box{display: flex; gap:20px;}
.reserve_infom_form .form_item label{display:block;margin-bottom:15px;font-size:1.125rem;font-weight:500;color:#222;}
.reserve_infom_form .form_item label span{color:#d64141;}
.reserve_infom_form input[type="text"], .reserve_infom_form input[type="email"], .reserve_infom_form select{width:100%;height:50px;border:1px solid #e2e2e2;padding:0 14px;font-size:0.938rem;color:#333;background:#fff;outline:none;}
.reserve_infom_form input::placeholder{color:#b8b8b8;}
.reserve_infom_form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:36px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.2'/%3E%3C/svg%3E")no-repeat right 14px center / 10px 6px;}
.reserve_infom .blind{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.reserve_infom .pay_method{display:flex;gap:20px; padding-top: 30px;}
.reserve_infom .pay_card{flex:1;cursor:pointer;}
.reserve_infom .pay_card input{display:none;}
.reserve_infom .pay_card span{display:flex;align-items:center;justify-content:center;height:60px;border:1px solid #d8d8d8;background:#fff;font-size:1.25rem;font-weight:500;color:#444;transition:.25s ease; border-radius: 10px;}
.reserve_infom .pay_card input:checked + span{background:#2e220f;border-color:#2e220f;color:#fff;}
.reserve_infom .agree_wrap{padding-top: 30px;}
.reserve_infom .agree_check{display:flex;align-items:center;gap:20px;position:relative;font-size:0.875rem;color:#444;}
.reserve_infom .agree_check + .agree_check{margin-top:10px;}
.reserve_infom .agree_check input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:22px;height:22px;border:1px solid #cfcfcf;background:#fff;cursor:pointer;position:relative;flex:0 0 22px;}
.reserve_infom .agree_check input[type="checkbox"]:checked{background:#666;border-color:#666;}
.reserve_infom .agree_check input[type="checkbox"]:checked::after{content:"";position:absolute;left:7px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);}
.reserve_infom .agree_check span{line-height:1.5;}
.reserve_infom .agree_check .agree_link{margin-left:auto;font-size:0.75rem;color:#9a9a9a;text-decoration:none;}
.reserve_infom .payment_box{border:1px solid #9a9a9a;padding:30px 35px;}
.reserve_infom .payment_box .room_num{display:block;margin-bottom:15px;font-size:1rem;color:#555;}
.reserve_infom .payment_box .total_top{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:14px;}
.reserve_infom .payment_box .total_top strong{font-size:1.5rem;font-weight:700;color:#222;line-height:1.2;}
.reserve_infom .payment_box .total_top p{font-size:2rem;font-weight:500;color:#222;line-height:1;}
.reserve_infom .payment_box .pay_date{display:flex;align-items:center;justify-content:space-between;padding: 30px 0; font-size:1rem;color:#666;}
.reserve_infom .payment_box .pay_date p{color:#444;}
.reserve_infom .payment_box .pay_list{display:flex;flex-direction:column;gap:30px;padding:30px 0;border-top:1px solid #eee;}
.reserve_infom .payment_box .pay_list li, .reserve_infom .payment_box .tax_row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:0.938rem;color:#777;line-height:1.5;}
.reserve_infom .payment_box .pay_list li p, .reserve_infom .payment_box .tax_row p{color:#444;}
.reserve_infom .payment_box .tax_row{padding:16px 0 22px;border-top:1px solid #eee;}
.reserve_infom .payment_btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border:0;background:#2d210f;font-size:1rem;font-weight:500;color:#fff;cursor:pointer;transition:.3s ease;}
.reserve_infom .payment_btn:hover{background:#1d1408;}
.reserve_infom .agree_block::after{content:"";display:block;margin-top:28px;border-bottom:1px solid #8c8c8c;}

/* sub0504 */
.reserve_complete{padding:40px 0 80px;}
.reserve_complete_inner{border-top:1px solid #9e9e9e; border-bottom:1px solid #9e9e9e;  padding:30px;}
.reserve_complete .complete_block + .complete_block{margin-top:34px;}
.reserve_complete .complete_block h3{margin-bottom:16px;font-size:1.5rem;font-weight:600;color:#222;line-height:1.4;}
.reserve_complete .complete_table{width:100%;border-collapse:collapse;table-layout:fixed;border-top: 1px solid #CCC;}
.reserve_complete .complete_table th, .complete_table td{padding:14px 16px;border-bottom:1px solid #e1e1e1;font-size:0.938rem;color:#333;text-align:left;vertical-align:middle;line-height:1.6;word-break:keep-all;}
.reserve_complete .complete_table th{background:#f8f8f8;font-weight:500;color:#444;}
.reserve_complete .complete_btn_wrap{display:flex;justify-content:center;gap:10px;margin-top:46px;padding-top:40px;}
.reserve_complete .complete_btn{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:60px;font-size:1.25rem;font-weight:500;transition:.3s ease;}
.reserve_complete .complete_btn.home{background:#2c210f;border:1px solid #2c210f;color:#fff;}
.reserve_complete .complete_btn.home:hover{background:#1d1408;border-color:#1d1408;}
.reserve_complete .complete_btn.cancel{background:#fff;border:1px solid #bfbfbf;color:#333;}
.reserve_complete .complete_btn.cancel:hover{border-color:#888;color:#111;}

/* sub06_wrap */
.sub06_wrap{width: 660px; margin:0 auto; border-top: 1px solid #222;border-bottom: 1px solid #222;}
.sub06_wrap .reserve_infom_form .form_row_wrap {padding: 50px 30px;}
.sub06_wrap .btn_wrap{width: 100%;}
.sub06_wrap .btn_wrap button{width: 100%; background: #2B210F; padding: 18px 0; text-align: center; color: #FFF;font-weight: 500; font-size:1.25rem;}

/* sub0602_wrap */
.sub0602_wrap table{width: 100%; border-top: 1px solid #CCC;}
.sub0602_wrap table tr{border-bottom: 1px solid #ccc;}
.sub0602_wrap table tr th{padding: 17px 0; background: #F8F8F8; color: #222;font-size: 18px;font-weight: 500;}
.sub0602_wrap table tr td{padding: 22px 0; color: #222;font-size: 18px;font-weight: 400;text-align: center;}
.sub0602_wrap table tr td span {font-weight: 600;}
.sub0602_wrap table tr td span.cancel {color:#9E3B3B;}
.sub0602_wrap table tr td span.cancel_ing {color:#B6892D;}
.sub0602_wrap table tr td span.confirm {color:#2F6B4F;}
.sub0602_wrap table tr td a.detail_btn{background: #2B210F;width: 120px;height: 40px; display: block; text-align: center; line-height: 40px; color: #FFF;font-size: 14px;font-weight: 500;margin: 0 auto;}
.sub0602_wrap .btn_wrap{margin-top: 80px;display: flex;justify-content: center;align-items: center; }
.sub0602_wrap .btn_wrap a{display: block; background: #2B210F; width: 200px;padding: 18px 0; text-align: center; color: #FFF;font-size: 20px;font-weight: 500;}

@media screen and (max-width:1300px) {
.reserve_option{gap:60px;}
.reserve_option .count_box{gap:30px;}
}






/* 공통 */
/* .user_page{line-height: 1.1;}
.user_page input[type="text"], .user_page input[type="password"], .user_page input[type="email"], .user_page input[type="file"], .user_page select, .user_page input[type="search"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.user_page textarea{padding: 15px 20px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.user_page select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-right: 40px;}
.user_page h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.user_page .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.user_page .form_box{display: flex; flex-direction: column; gap:10px;}
.user_page .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.user_page .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}
.account_box{max-width:700px; margin: 0 auto; padding: 80px 50px; background: #fff; border-radius:15px;}
.user_page .agree_wrap{margin-top: 25px;}
.user_page .check_label {display: flex;align-items: center;cursor: pointer;justify-content: flex-end; font-size: 14px; color: #444;}
.user_page .agree_box {appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.user_page .agree_box::after {content: '✔';font-size: 13px;position: absolute;left: 2px;top: -2px;color: #ccc; visibility: visible;}
.user_page .agree_box:checked {background-color: #000;border-color: #000;}
.user_page .agree_box:checked::after {color: #fff;}
.user_page .bbs_top input, .user_page .bbs_top select{width: auto; border: none; height: 52px;}
.user_page .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.user_page .search_wrap input[type="search"]{width: 100%; height: 40px; background: none;}
.user_page .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} */



/* sub_id */
.sub_id_wrap{max-width:700px; margin: 0 auto; padding: 80px 50px; background: #fff; border-radius:15px; line-height: 1;}
.sub_id_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_id_wrap .form_wrap .tabs{display: flex;}
.sub_id_wrap .form_wrap .tabs a{display: block; width: 50%; text-align: center; font-size: 20px; padding-block:15px;}
.sub_id_wrap .form_wrap .tabs a.on{color: #000; border-bottom: 1px solid #000;}
.sub_id_wrap .form_inner02{display: flex; flex-direction: column; gap:30px; align-items: center;}
.sub_id_wrap .form_inner02 p{font-size: 22px; color: #444;}
.sub_id_wrap .id_check .id_box{width: 100%; padding-block:15px; background: #F9F9F9; border-radius:10px; text-align: center; font-size: 18px; color: #222;}
.sub_id_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_id_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_id_wrap .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; width: 100%; height: 60px; margin-top: 30px;}
.sub_id_wrap .login_wrap{display: flex; justify-content: center; gap:25px; margin-top: 50px;}
.sub_id_wrap .login_wrap a{width: 240px; font-size: 24px; text-align: center; border-radius:10px; padding-block:10px;}
.sub_id_wrap .login_wrap a.login_btn01{border:2px solid #000; color: #fff; background: #000;}
.sub_id_wrap .login_wrap a.login_btn02{border:2px solid #000; color: #000; background: #fff;}
.sub_id_wrap input[type="text"], .sub_id_wrap input[type="password"], .sub_id_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}



/* sub_login */
.sub_login_wrap{padding: 80px 50px; background: #fff; border-radius:15px; line-height: 1;}
.sub_login_wrap.account_box{max-width:700px; margin: 0 auto;}
.sub_login_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_login_wrap.account_box{padding: 50px;}
.sub_login_wrap .input_box{display: flex; flex-direction: column; gap:30px;}
.sub_login_wrap .login_md{display: flex; justify-content: space-between; margin-top: 20px;}
.sub_login_wrap input[type="text"], .sub_login_wrap input[type="password"], .sub_login_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_login_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_login_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_login_wrap .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.sub_login_wrap .check_wrap {display: flex;align-items: center;gap: 15px;font-family: sans-serif;font-size: 16px;}
.sub_login_wrap .check_wrap input[type="checkbox"] {appearance: none;width: 16px;height: 16px;border: 1px solid #ccc;border-radius: 2px;background-color: white;position: relative;cursor: pointer; margin-right: 5px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked {background-color: black;border-color: black;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked::after {content: '✔';color: white;font-size: 12px;position: absolute;top: -2px;left: 2px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled {background-color: #f0f0f0;border-color: #dcdcdc;cursor: not-allowed;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled::after {color: #ccc;}
.sub_login_wrap .submit_btn{width:100%; border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}
.sub_login_wrap .submit_btn02{width:100%; border-radius: 10px; background: #fff; border:1px solid #ccc; font-size: 24px; color: #111; height: 60px; margin-top: 10px;}
.sub_login_wrap .search_wrap{display: flex; align-items: center; gap:20px;}
.sub_login_wrap .search_wrap a{position: relative; font-size: 16px ; color: #444;}
.sub_login_wrap .search_wrap a:not(:last-child)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 40%; background: #666;}
.sub_login_wrap .external_wrap{display: flex; justify-content: space-evenly; margin-top: 50px;}
.sub_login_wrap .external_wrap p{margin-top: 10px; text-align: center;}
.sub_login_wrap .divider{display: flex; justify-content: center; align-items: center; gap:15px; margin-top: 35px; white-space:nowrap;}
.sub_login_wrap .divider span{display: block; background: #DDD; width: 100%; height: 1px;}
.sub_login_wrap .signup_link{display: flex; justify-content: center; gap:30px; margin-top: 20px; font-size: 14px; color: #444; line-height: 1.4;}
.sub_login_wrap .signup_link a{font-size: 14px; color: #444; border-bottom: 1px solid #444; line-height: 1.4;}
.sub_login_wrap .txt_area{display: flex; gap:50px;}
.sub_login_wrap .txt_area > div{flex:1;}
.sub_login_wrap .txt_area h3{font-size: 20px; color: #222; text-align: center; margin-bottom: 20px;}
.sub_login_wrap .txt_area .txt_box{height: 400px; border-radius: 10px; background: #F9F9F9; padding: 25px; font-size: 16px; line-height: 1.6; overflow-y:auto;}
.sub_login_wrap .txt_area .txt_box strong{display: block; padding-block: 15px;}
.sub_login_wrap .txt_area.area_column{flex-direction: column;}
.sub_login_wrap .txt_area .txt_box{height: 240px;}
.sub_login_wrap .agree_wrap{margin-top: 25px;}
.sub_login_wrap .check_label{display: flex;align-items: center;cursor: pointer;justify-content: flex-end; font-size: 14px; color: #444;}
.sub_login_wrap .agree_box{appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_login_wrap .agree_box::after {content: '✔'; font-size: 13px; position: absolute; left: 2px; top: -2px; color: #ccc; visibility: visible;}
.sub_login_wrap .agree_box:checked {background-color: #000;border-color: #000;}
.sub_login_wrap .agree_box:checked::after {color: #fff;}


.sub_login_wrap .account_btn{display: flex; justify-content: center; gap: 20px; margin-top: 25px;}
.sub_login_wrap .account_btn button{width: 160px; height:55px; font-size: 22px; border-radius:10px; padding-block:10px; border:1px solid #000; text-align: center; line-height: 1;}
.sub_login_wrap .account_btn button.btn01{background: #fff; color: #000;}
.sub_login_wrap .account_btn button.btn02{background: #000; color: #fff;}


.sub_sign_wrap{line-height: 1;}
.sub_sign_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_sign_wrap input[type="text"], .sub_sign_wrap input[type="password"], .sub_sign_wrap input[type="email"]{height: 55px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_sign_wrap .form_list li{display: flex; gap:10px;}
.sub_sign_wrap .form_list li:not(:first-child){margin-top: 30px;}
.sub_sign_wrap .form_list li label{margin-top: 20px; width: 140px; flex-shrink:0; font-size: 20px; color: #000; font-weight: 500;}
.sub_sign_wrap .form_list li label .required{color: #F00;}
.sub_sign_wrap .form_list li input{width: 100%;}
.sub_sign_wrap .form_list li .id_field{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .form_list .add_wrap{width: 100%; display: flex; flex-direction: column; gap: 15px;}
.sub_sign_wrap .form_list .address_row{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .sub_btn{width: 150px; border:1px solid #000; flex-shrink: 0; font-size: 18px; color: #444; border-radius:5px;}



/* history */
.sub_history_wrap{line-height: 1;}
.sub_history_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_history_wrap .year_wrap{max-width:800px; margin: 0 auto;}
.sub_history_wrap .timeline{position: relative; margin-top: 110px;} 
.sub_history_wrap .timeline .line{position: absolute; left: 155px; top: 15px; width: 2px; height: 100%; background: #DDD;}
.sub_history_wrap .timeline .line::before {content: '';position: absolute;top: 0;left: 0;width: 2px;background: var(--co01);height: var(--line-fill, 0);transition: height 0.3s ease;z-index: 1;}
.sub_history_wrap .year_section:not(:first-child){margin-top: 40px;}
.sub_history_wrap .year_item{display: flex; align-items: flex-start;}
.sub_history_wrap .year_item strong{position: relative; display: block; flex-shrink:0; width: 95px; margin-right: 70px; font-size: 35px; color: #000;}
.sub_history_wrap .year_item strong::after{content:''; position: absolute; right: -65px; top: 50%; transform:translateY(-50%); width: 8px; height: 8px; background: #666; border-radius:50%;	z-index: 5000;}
.sub_history_wrap .timeline > div:first-child .year_item strong::after{background: var(--co01);}
.sub_history_wrap .timeline > div:first-child .year_item strong::before{content: '';position: absolute;right: -74px;top: 50%;transform: translateY(-50%);width: 25px;height: 25px;border: 3px solid var(--co01);border-radius: 50%;z-index: 1;}
.sub_history_wrap .year_item.past strong::after {background: var(--co01);}
.sub_history_wrap .year_item:not(:first-child){margin-top: 40px;}
.sub_history_wrap .year_list{padding-left: 85px;}
.sub_history_wrap .year_list li{display: flex; gap:15px; align-items: center;}
.sub_history_wrap .year_list li em{min-width: 65px; font-size: 24px; color: #444; font-weight: 600;}
.sub_history_wrap .year_list li p{font-size: 18px; color: #444;}
.sub_history_wrap .year_list li:not(:first-child){margin-top: 20px;}



/* contact */
.sub_contact_wrap{line-height: 1;}
.sub_contact_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_contact_wrap input[type="text"], .sub_contact_wrap input[type="password"], .sub_contact_wrap input[type="email"], .sub_contact_wrap select, .sub_contact_wrap textarea{padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9; width: 100%; height: 55px;}
.sub_contact_wrap select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center #f9f9f9; padding-right: 40px;}
.sub_contact_wrap .form_inner{display: flex; flex-direction: column; gap:40px;}
.sub_contact_wrap .form_row{display: flex; flex-direction: column; gap:15px;}
.sub_contact_wrap .form_row label{font-size: 20px; color: #000; font-weight: 500;}
.sub_contact_wrap .form_row label .required-mark{color: #f00;}
.sub_contact_wrap .form_w50{display: flex; flex-wrap:wrap; gap:40px 50px;}
.sub_contact_wrap .form_w50 .form_row{width: 47%;}
.sub_contact_wrap .form_w50 .phone_group{display: flex; align-items: center; gap:10px;}
.sub_contact_wrap .form_w50 .email_group{display: flex; align-items: center; gap:10px;}
.sub_contact_wrap .file_upload{display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_contact_wrap .file_upload label{display: flex; align-items: center; gap:5px; background: #333; font-size: 16px; color: #fff; padding: 10px 20px; border-radius:30px; cursor:pointer;}
.sub_contact_wrap .policy_info{padding: 15px 20px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9; line-height: 1.6; height: 250px; overflow-y: auto;}
.sub_contact_wrap .policy_info p:not(:first-child){margin-top: 5px;}
.sub_contact_wrap .agree_wrap{margin-top: 25px;}
.sub_contact_wrap .agree_wrap label{font-size: 16px; color: #444; font-weight: 400; display: flex;align-items: center;cursor: pointer;justify-content: flex-end; color: #444;}
.sub_contact_wrap .agree_box {appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_contact_wrap .agree_box::after {content: '✔';font-size: 13px;position: absolute;left: 2px;top: -2px;color: #ccc; visibility: visible;}
.sub_contact_wrap .agree_box:checked {background-color: #000;border-color: #000;}
.sub_contact_wrap .agree_box:checked::after {color: #fff;}
.sub_contact_wrap .submit_btn{display: block; width: 290px; margin: 100px auto 0; border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px;}



/* faq */
.sub_faq_wrap{line-height: 1;}
.sub_faq_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_faq_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px; margin-left: auto;}
.sub_faq_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; border: none; font-size: 16px;}
.sub_faq_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;}
.sub_faq_wrap .faq_wrap{border-top: 2px solid #000;}
.sub_faq_wrap .faq_wrap li{ border-bottom: 1px solid #CCC;}
.sub_faq_wrap .faq_wrap li .fre{position: relative; display: flex; gap:30px; align-items: center; padding: 20px 30px;}
.sub_faq_wrap .faq_wrap li .fre::after{content:''; position: absolute; right: 30px; top: 50%; transform:translateY(-50%); background: url('/images/sub/faq_arw.png')center no-repeat; background-size:cover; width: 17px; height: 10px; transition:.3s;}
.sub_faq_wrap .faq_wrap li.open .fre::after{transform: rotate(180deg) translateY(50%); transition:.3s;}
.sub_faq_wrap .faq_wrap li .fre .q{display: flex; justify-content: center; align-items: center; width: 60px; aspect-ratio:1; font-size: 24px; color: #444; font-weight: 500; background: rgba(238, 238, 238, 0.93); border-radius:50%;}
.sub_faq_wrap .faq_wrap li .tit_wrap{display: flex; flex-direction: column; gap:10px;}
.sub_faq_wrap .faq_wrap li .tit_wrap span{font-size: 16px; color: #5D5D5D;}
.sub_faq_wrap .faq_wrap li .tit_wrap strong{font-size: 18px; color: #222;}
.sub_faq_wrap .faq_wrap li .ask{background: #F9F9F9; padding: 20px 30px; border-top: 1px solid #ccc;}
.sub_faq_wrap .faq_wrap li .ask .a{display: flex; justify-content: center; align-items: center; flex-shrink:0; width: 60px; aspect-ratio:1; font-size: 24px; color: #fff; font-weight: 500; background: rgba(51, 51, 51, 0.93); border-radius:50%;}
.sub_faq_wrap .faq_wrap .ask_cont{display: flex; align-items: flex-start; gap:30px;}
.sub_faq_wrap .faq_wrap .ask_cont .txt_wrap{margin-top: 20px;}
.sub_faq_wrap .faq_wrap .ask_cont .txt_wrap p{font-size: 16px; color: #333; line-height: 1.4; word-break:keep-all;}
.sub_faq_wrap .ask_text{display: flex; justify-content: flex-end; gap:5px; margin-top: 10px;}



/* qna */
.sub_qna_wrap{line-height: 1;}
.sub_qna_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_qna_wrap .bbs_top{display: flex; justify-content: flex-end; gap:10px;}
.sub_qna_wrap .bbs_top input, .sub_qna_wrap .bbs_top select{width: auto; border: none; height: 52px;}
.sub_qna_wrap .bbs_top select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-inline: 20px 40px; border:1px solid #ccc; border-radius:30px; font-size: 16px;}
.sub_qna_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.sub_qna_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; font-size: 16px;}
.sub_qna_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} 
.sub_qna_wrap .qna_list{border-top: 1px solid #ccc;}
.sub_qna_wrap .qna_list li a{display: flex; justify-content: space-between; align-items: center; padding: 40px 35px; border-bottom: 1px solid #ccc; font-size: 18px; color: #000;}
.sub_qna_wrap .qna_list li .qna_left{display: flex; gap:60px;}
.sub_qna_wrap .qna_list li .qna_right{display: flex; gap:55px;}
.sub_qna_wrap .qna_list li .qna_right .situ{width: 68px; text-align: center;}
.sub_qna_wrap .qna_list li.finish .anw_box{display: flex; align-items: center; gap:20px;}
.sub_qna_wrap .qna_list li.finish .anw_box span{font-size: 16px; color: #fff; background: #000; border-radius: 5px; padding: 5px 10px;}
.sub_qna_wrap .qna_list li.finish .qna_right .situ{color: #f00;}



/* view_page */
.sub_qna_wrap .tit_box{padding-block:30px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .tit_box .tit{font-size: 36px; color: #000;}
.sub_qna_wrap .tit_box .tit_btm{display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
.sub_qna_wrap .pos_info{display: flex; align-items: center; gap:20px;}
.sub_qna_wrap .pos_info span{position: relative; font-size: 16px; color: #666;}
.sub_qna_wrap .pos_info span:nth-child(1)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 70%; background: #666;}
.sub_qna_wrap .btn_wrap{display: flex; gap:10px;}
.sub_qna_wrap .btn_wrap button{width: 80px; font-size: 16px; color: #000; border:1px solid #000; border-radius:5px; padding-block:5px;}
.sub_qna_wrap .view_box{padding-block:60px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .view_box p{font-size: 16px; color: #222; line-height: 1.4;}
.sub_qna_wrap .view_box p:not(:first-child){margin-top: 40px;}
.sub_qna_wrap .answer_box{padding-block:30px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .answer_box .answer_top{display: flex; align-items: center; justify-content: space-between;}
.sub_qna_wrap .answer_box .answer_top strong{position: relative; padding-left: 40px; font-size: 28px; color: #000;}
.sub_qna_wrap .answer_box .answer_top strong::before{content:''; position: absolute; left: 0; top: 45%; transform:translateY(-50%); background: url('/images/sub/answer_icon.png')center no-repeat; background-size:cover; width: 26px; height: 26px;}
.sub_qna_wrap .answer_box .pos_info{margin-top: 20px;}
.sub_qna_wrap .answer_box .ans_txt{margin-top: 25px; padding: 15px 20px; background: #F9F9F9; border-radius:10px;}
.sub_qna_wrap .answer_box .ans_txt p{font-size: 16px; color: #222; line-height: 1.6; word-break:keep-all;}
.sub_qna_wrap .comment_box{padding-block:40px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .comment_box .com_inner{padding: 30px 40px; background: #F9F9F9; border-radius:10px;}
.sub_qna_wrap .comment_box .form_row{display: flex; gap:10px;}
.sub_qna_wrap .comment_box .form_row:not(:first-child){margin-top: 30px;}
.sub_qna_wrap .comment_box .form_row label{width: 55px; margin-top: 20px; flex-shrink:0; font-size: 16px; color: #444;}
.sub_qna_wrap .comment_box input[type="text"]{width: 50%; height: 55px;}
.sub_qna_wrap .comment_box input, .sub_qna_wrap .comment_box textarea{width: 100%; border:none; background: #fff; border-radius:10px; padding: 10px 20px; font-size: 16px; color: #666;}
.sub_qna_wrap .comment_box .text_wrap{width: 100%; display: flex;gap:20px;}
.sub_qna_wrap .comment_box .submit_btn{width: ; font-size: 16px; color: #fff; background: #222; border-radius: 10px; padding-inline:30px; flex-shrink:0;}
.sub_qna_wrap .view_btm_box{display: flex; align-items: center; justify-content: space-between; margin-top: 60px;}
.sub_qna_wrap .view_btm_box .arw_btn{display: flex; align-items: center; gap:10px; font-size: 16px; color: #000;}
.sub_qna_wrap .view_btm_box .back_btn{width: 150px; padding-block:15px; font-size: 16px; color: #000; border:1px solid #CCC; border-radius:30px; text-align: center;}



/* password */
.sub_pw_wrap{line-height: 1;}
.sub_pw_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_pw_wrap input[type="text"], .sub_pw_wrap input[type="password"]{width: 100%; height: 55px;}
.sub_pw_wrap .pw_wrap{max-width:700px; margin: 0 auto; padding: 50px 40px; border-radius: 20px; display: flex; flex-direction: column; align-items: center; gap:30px;}
.sub_pw_wrap .pw_wrap h3{font-size: 30px; color: #000;}
.sub_pw_wrap .pw_wrap p{font-size: 20px; color: #999;}
.sub_pw_wrap .pw_box{display: flex; align-items: center; gap:10px; width: 100%; padding: 5px 25px; background: #eee; border-radius: 5px;}
.sub_pw_wrap .pw_box input{background: none;}
.sub_pw_wrap .pw_box .toggle_btn{background: url('/images/sub/pw_icon.png')center no-repeat; width: 22px; height: 16px;}
.sub_pw_wrap .submit_btn{width: 150px;}


/* gallery */
.sub_gallery_wrap{line-height: 1;}
.sub_gallery_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_gallery_wrap .bbs_top{display: flex; justify-content: flex-end; gap:10px;}
.sub_gallery_wrap .bbs_top input, .sub_gallery_wrap .bbs_top select{width: auto; border: none; height: 52px;}
.sub_gallery_wrap .bbs_top select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-inline: 20px 40px; border:1px solid #ccc; border-radius:30px; font-size: 16px;}
.sub_gallery_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.sub_gallery_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; font-size: 16px;}
.sub_gallery_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} 
.sub_gallery_wrap .gallery_list{display: grid ;grid-template-columns: repeat(3, 1fr); gap:50px 20px; border-radius:10px;}
.sub_gallery_wrap .gallery_list img{width: 100%; aspect-ratio:1.606 / 1; object-fit:cover;}
.sub_gallery_wrap .gallery_list .gallery_info{padding: 20px 10px;}
.sub_gallery_wrap .gallery_list .gallery_info .date{font-size: 16px; color: #666;}
.sub_gallery_wrap .gallery_list .gallery_info .tit{margin-top: 10px; font-size: 20px; color: #222; line-h eight: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_blog_list{display: flex; flex-direction: column;}
.sub_gallery_wrap .gallery_blog_list li{display: flex; align-items: center; gap:80px; padding:20px; border-bottom: 1px solid #ddd;}
.sub_gallery_wrap .gallery_blog_list .gallery_info{display: flex; flex-direction: column; gap: 25px;}
.sub_gallery_wrap .gallery_info .tit{font-size: 20px; color: #222; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .content{font-size: 20px; color: #444; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .date{font-size: 16px; color: #666; margin-top: 40px;}

/* 일반게시판_list */


.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.basic_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;}
.basic_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 35px 50px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 70px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 36px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 17px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 280px);margin-left: 60px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 25px;line-height: 23px;border: 1px solid #eee;padding: 0 15px;font-size: 14px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 23px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 17px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: none;}
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 1;}

/* 일반게시판_view */
.basic_bd01_view .inner{width: 1650px;}
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000; word-break: break-word;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 18px; color: #000;word-break: break-word;}
.basic_bd01_view .file_box{padding: 22px 35px;background: #f9f9f9; margin-top: 40px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;align-items: flex-start;gap:20px 10px; width: 32%;}
.basic_bd01_view .file_box ul li img {margin-bottom: 0;}
.basic_bd01_view .file_box ul li em{display: block;}
.basic_bd01_view .file_box ul li a{font-size: 15px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 32%;}
.gallery_bd02 .con ul.img_li li .img_wrap {position: relative; width: 100%; height: 0; overflow: hidden; margin: 0 auto; border-radius: 10px; padding-bottom: 65.559%;}
.gallery_bd02 .con ul.img_li li .img_wrap img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.2s linear; overflow: hidden;}
.gallery_bd02 .con ul.img_li li .img_wrap img:hover {transform: scale(1.1);}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 20px; color:#222; font-weight: 600;word-break: break-word;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 1px solid #ddd; font-size: 16px; color: #444; padding-top: 16px; margin-top: 16px;}
.gallery_bd02 .con ul.img_li {gap: 45px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.gallery_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;}
.gallery_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}


/* shopping cart */
.cart_bg{background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.cart_wrap{display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; gap: 80px; background:#fff;}
.tit_wrap h3{color: #333; font-family: Pretendard; font-size: 48px; font-style: normal; font-weight: 700; line-height: 48px;}

.item_wrap{display: flex; width:100%; max-width: 1280px; flex-direction: column; align-items: flex-start; gap: 10px;}
.item_list{width: 100%; max-width: 1280px; border-top: 2px solid #111;}
.item_list tr{text-align: center; border-bottom:1px solid #eee;}
.item_list tr th{padding:20px 0; color: #333; font-family: Pretendard; font-size: 14px; font-weight: 400; line-height: 14px; }
.item_list tr td{padding:15px 0; color: #333; font-family: Pretendard; font-size: 14px; font-weight: 400; line-height: 14px;}
.item_list .img_wrap{max-width:100px;}
.item_list .img_wrap img{width:100%; object-fit:cover;}
.item_list tr td:nth-child(3){padding:15px; text-align: left;}
.item_list tr td:nth-child(5),
.item_list tr td:nth-child(8){font-weight: 700;}
.item_list tr td:nth-child(6){color: #DA120D;}
.item_list tr td:nth-child(7){color: #067DFD;}
.item_list tr td span{font-weight:400;}


.num_check{width:100%; position: relative; display: inline-block; margin: 0 1px 0 0; text-align: left;}
.num_check a {width:25px; height: 28px; display: inline-block; border: 1px solid #ddd; float: left; line-height: 26px; text-align: center; font-size:14px; font-family: 'Roboto', 'Noto Sans KR', sans-serif; box-sizing: border-box; position: relative; left: 0; bottom: 0; text-decoration: none;}
.num_check input[type="tel"] {width: calc(100% - 50px); height: 28px; text-align: center; font-size: 14px; font-family: 'Roboto', 'Noto Sans KR', sans-serif; border: 1px solid #ddd; float: left; border-left: 0; border-right: 0; box-sizing: border-box;}

.btn02_wrap{display: flex; justify-content: space-between; align-items: center; align-self: stretch;}
.btn02_wrap button{color: #333; font-family: Pretendard; font-size: 14px; display: flex; padding: 10px 20px; justify-content: center; align-items: center; gap: 10px; border: 1px solid #CCC; background: #FFF;}

.price_wrap{width: 100%; max-width: 1280px; border-top: 2px solid #111;}
.price_wrap tr{text-align: center; border-bottom:1px solid #eee;}
.price_wrap tr th{padding: 20px 15px; font-family: Pretendard; color: #333; font-size: 14px; font-weight: 400; line-height: 14px;}
.price_wrap tr td{padding: 20px 15px; font-family: Pretendard; color: #333; font-size: 24px; font-weight: 700; line-height: 24px;}
.price_wrap tr td span{font-size:18px;}
.price_wrap tr td:nth-child(2){color: #DA120D;}
.price_wrap tr td:nth-child(3){color: #067DFD;}
.price_wrap tr td:last-child{position: relative;}
.price_wrap tr td:last-child::after{content:''; position: absolute; left:0; top: 50%; transform:translateY(-50%); background: url('/images/sub/equal_sign.svg')center no-repeat; background-size:cover; width: 30px; height:30px;}


.btn01_wrap{display: flex; align-items: flex-start; gap: 10px;}
.btn01_wrap button{display: flex; width: 200px; height: 60px; justify-content: center; align-items: center; color: #FFF; font-size: 16px; font-weight: 700;}
.btn01_wrap button:nth-child(1){border-radius: 5px; border: 1px solid #CCC; background: #FFF; color: #333;}
.btn01_wrap button:nth-child(2){border-radius: 5px; background: #F2AB00;}


/* shop list */
.shop_list_bg{background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.shop_list_wrap{display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; background:#fff;}
.tit_wrap h3{color: #333; font-family: Pretendard; font-size: 48px; font-style: normal; font-weight: 700; line-height: 48px;}

.cate_box {margin-top: 50px;}
.cate_box ul {display: flex; gap:8px;}
.cate_box ul li {display: flex;width: 140px;padding: 10px 0;justify-content: center;align-items: center; border-radius: 25px;background: #F5F5F5;} 
.cate_box ul li a {color: #666;text-align: center;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 500;line-height: 135%;}
.cate_box ul li.on {background: #008A48;}
.cate_box ul li.on a {color:#fff; font-weight: 700;}

.shop_list_wrap .grid_wrap {display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px 20px; margin-top: 30px; margin-bottom: 30px;}
.shop_list_wrap .grid_wrap .grid_item {width:305px;}
.shop_list_wrap .grid_wrap .grid_item img {width: 305px; height: 305px; max-width: 305px; object-fit:cover;}
.shop_list_wrap .txt_wrap {margin-top: 12px;}
.shop_list_wrap .txt_wrap .review_box {display: flex; align-items: center; gap:4px;}
.shop_list_wrap .txt_wrap .review_box span {color: #999;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 400;line-height: 12px;}
.shop_list_wrap .txt_wrap .tag_box {margin-top: 6px;}
.shop_list_wrap .txt_wrap .tag_box ul {display: flex; gap:6px;}
.shop_list_wrap .txt_wrap .tag_box ul li.best {display: flex;justify-content: center;align-items: center; padding: 6px 8px; border-radius: 2px;background: #FF4141; color: #FFF;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 700;line-height: 100%;letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .tag_box ul li.pop {display: flex;justify-content: center;align-items: center; padding: 6px 8px; border-radius: 2px;background: #FF7A27; color: #FFF;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 700;line-height: 100%;letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .name_box {margin-top: 12px;}
.shop_list_wrap .txt_wrap .name_box strong {color: #111;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 400;line-height: 135%; /* 24.3px */letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .price_box {margin-top: 12px;}
.shop_list_wrap .txt_wrap .price_box strong {color: #E63D3D;font-family: Pretendard;font-size: 20px;font-style: normal;font-weight: 700;line-height: 135%; margin-right: 6px;}
.shop_list_wrap .txt_wrap .price_box p {display: inline-block;color: #111;font-family: "Pretendard";font-size: 21px;font-style: normal;font-weight: 700;line-height: 135%;letter-spacing: -0.5px; margin-right: 10px;}
.shop_list_wrap .txt_wrap .price_box span {color: #999;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 500;line-height: 135%;letter-spacing: -0.5px;text-decoration-line: line-through;}
.shop_list_wrap .txt_wrap .offer_box {margin-top: 6px;}
.shop_list_wrap .txt_wrap .offer_box p {display: inline-block; color: #666;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 500;line-height: 135%;letter-spacing: -0.5px; margin-right: 6px;}
.shop_list_wrap .txt_wrap .offer_box em {color: #E63D3D;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 700;line-height: 135%;letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .category_box {margin-top: 6px;}
.shop_list_wrap .txt_wrap .category_box span {display: inline-flex; align-items: center; padding: 6px 8px; border-radius: 60px;background: #EC1D90; color: #FFF;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 700;line-height: 100%;letter-spacing: -0.5px;}

ul.paging {display: flex;margin-top: 30px;}
ul.paging li {display: flex;width: 40px;height: 40px;justify-content: center;align-items: center;aspect-ratio: 1/1;}
ul.paging li a {color: #333;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 400;line-height: 18px;}
ul.paging li.on {border-radius: 5px; background: #F2AB00;}
ul.paging li.on a {color: #FFF; font-weight: 700;}

/* shop list view */
.shop_list_view_bg {background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.shop_list_view_wrap {display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; background:#fff;}
.shop_list_view_wrap .product_wrap {width: 1280px; display: flex; gap:80px;}

.shop_list_view_wrap .img_wrap {display: flex; gap:20px;}
.shop_list_view_wrap .mainSwiper {width: 640px; height: 640px;}
.shop_list_view_wrap .mainSwiper img {width:640px; height:640px;}
.shop_list_view_wrap .thumbSwiper {width: 80px; height: 640px;}
.shop_list_view_wrap .thumbSwiper .swiper-wrapper {flex-direction: column;}
.shop_list_view_wrap .thumbSwiper .swiper-slide {height: 80px; cursor: pointer; margin-bottom: 13.33px;}
.shop_list_view_wrap .thumbSwiper .swiper-slide img {width:80px; height:80px;}

.shop_list_view_wrap .txt_wrap .review_box span.score {color: #333;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 400;line-height: 12px; text-decoration: none;}
.shop_list_view_wrap .txt_wrap .review_box span {color: #999;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 400;line-height: 12px;text-decoration-line: underline;}
.shop_list_view_wrap .txt_wrap .review_box span.line {margin-left: 8px; margin-right: 8px;}
.shop_list_view_wrap .txt_wrap .name_box {margin-top: 10px;}
.shop_list_view_wrap .txt_wrap .name_box strong {color: #333;font-family: Pretendard;font-size: 30px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .explain_box {margin-top: 10px;}
.shop_list_view_wrap .txt_wrap .explain_box p {color: #666;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .price_box {display: flex; align-items: center; margin-top: 20px;}
.shop_list_view_wrap .txt_wrap .price_box p {display: inline-block; color: #F2AB00;font-family: Pretendard;font-size: 30px;font-style: normal;font-weight: 700;line-height: 135%; margin-right: 10px;}
.shop_list_view_wrap .txt_wrap .price_box span {color: #999;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 400;line-height: 135%; text-decoration: line-through;}
.shop_list_view_wrap .txt_wrap .delivery_box {margin-top: 20px; margin-bottom: 20px;}
.shop_list_view_wrap .txt_wrap .delivery_box p {color: #999;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .pick_wrap {display: flex;padding: 20px 0;flex-direction: column;align-items: flex-start;gap: 15px; border-top: 1px solid #EEE;border-bottom: 1px solid #EEE;}
.shop_list_view_wrap .txt_wrap .pick_wrap select {display: flex;width:100%; height: 40px;padding: 0 15px;justify-content: space-between;align-items: center; border: 1px solid #EEE; }
.shop_list_view_wrap .txt_wrap .pick_wrap select option {color: #666;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 400;line-height: 14px;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box {width:100%;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .top_box {display: flex; justify-content: space-between; align-items: center; margin-bottom:15px;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .top_box strong {color: #333;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .bot_box {display: flex; justify-content: space-between; align-items: center;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .quantity_g {display: flex; border:1px solid #eee;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .quantity_g div {display: flex;width: 30px;height: 30px;flex-direction: column;justify-content: center;align-items: center;flex-shrink: 0;aspect-ratio: 1/1; color: #333;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 400;line-height: 16px; cursor:pointer;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .quantity_g input[type="text"] {display: flex;width: 30px;height: 30px;flex-direction: column;justify-content: center;align-items: center;flex-shrink: 0;aspect-ratio: 1/1; color: #333;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 400;line-height: 16px; text-align: center; border:none;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .bot_box em {color: #333;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 700;line-height: 18px; }
.shop_list_view_wrap .txt_wrap .all_price {display: flex; justify-content: space-between; align-items: center; margin-top: 20px;}
.shop_list_view_wrap .txt_wrap .all_price strong {color: #666;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .all_price p {display: inline-block;color: #F2AB00;font-family: Pretendard;font-size: 36px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .btn_box {margin-top: 20px;}
.shop_list_view_wrap .txt_wrap .btn_box ul {display: flex; gap:10px;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.shopbag {display: flex;height: 60px;justify-content: center;align-items: center;flex: 1 0 0; border-radius: 5px;border: 1px solid #CCC;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.shopbag a {color: #333;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.buy {display: flex;height: 60px;justify-content: center;align-items: center;flex: 1 0 0; border-radius: 5px;background: #F2AB00;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.buy a {color: #FFF;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 700;line-height: 135%;}

.shop_list_view_wrap .tab_menu_wrap {width:1280px; margin-top: 100px;}
.shop_list_view_wrap .tab_menu_wrap ul {display: flex; border-top:1px solid #eee;}
.shop_list_view_wrap .tab_menu_wrap ul li {display: flex;justify-content: center;align-items: center; padding:40px 0; flex: 1 0 0; border-bottom:1px solid #eee;}
.shop_list_view_wrap .tab_menu_wrap ul li a {color: #333;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .tab_menu_wrap ul li.on {border-bottom: 2px solid #F2AB00;}
.shop_list_view_wrap .tab_menu_wrap ul li.on a {color: #F2AB00;}

.shop_list_view_wrap .tab_con_wrap {width:1280px;}
.shop_list_view_wrap .tab_con_wrap .con {padding-block: 60px;} 
.shop_list_view_wrap .tab_con_wrap .con01 {max-height: 640px; overflow: hidden; transition: max-height 0.5s ease; position: relative;}
.shop_list_view_wrap .tab_con_wrap .con01:after {content:""; position: absolute;	bottom:0; left:0; width:100%; height:146px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%); z-index: 10;}
.shop_list_view_wrap .tab_con_wrap .con01 img {display: block; margin:0 auto;}
.shop_list_view_wrap .tab_con_wrap .btn_more {display: flex;width: 380px;height: 60px;justify-content: center;align-items: center;gap: 20px; border-radius: 5px; border: 1px solid #CCC; background: #FFF; color: #333;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 700;line-height: 135%; margin: 20px auto 0;}

.shop_list_view_wrap .tab_con_wrap .con02 h3 {color: #333;font-family: Pretendard;font-size: 30px;font-style: normal;font-weight: 700; padding-bottom: 20px; border-bottom: 2px solid #333;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap { display:flex; padding: 32px 0; border-bottom: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .left_box {width: 30%; border-right: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .star_box {display:flex; align-items: center; justify-content: center;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .star_box strong {margin-left: 4px; font-size: 48px; font-weight: 600; line-height: 72px; color: #222; vertical-align: bottom;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap p {margin-top: 8px; font-size: 14px; line-height: 24px; text-align: center; color: #222;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .review_btn {display: flex;width: 160px;height: 40px;justify-content: center;align-items: center;border-radius: 5px;background: #F2AB00; color: #FFF;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 700;line-height: 135%; margin: 25px auto 0;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box {width:70%; padding-left: 60px; vertical-align: top; box-sizing: border-box;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li {display:flex; margin-top: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li:first-child {margin-top: 0;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .title {display: inline-block; width: 70px; margin-right: 12px; font-size: 12px; font-weight: 600; line-height: 18px; color:#222;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .gauge {display: inline-block; width: calc(100% - 158px); height: 12px; margin: 3px 0; border-radius: 8px; background-color: #F8F8F8;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .gauge .per {background-color: #F2AB00; height: 100%; border-radius: 30px;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .count {display: inline-block; width: 60px; margin-left: 12px; font-size: 12px; font-weight: 600; line-height: 18px; color:#222;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort {border-bottom: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort ul {display:flex; margin-left: 12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort ul li {cursor: pointer; display: inline-block; padding: 22px 12px; font-size: 14px; line-height: 20px; color:#888;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort ul li.on {color:#222; font-weight: 600;}
.shop_list_view_wrap .tab_con_wrap .con02 .filter {position: relative; border-bottom: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .filter ul.filter_list {display:flex; margin-left: 12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .filter ul.filter_list li {display:flex;  justify-content: center; align-items: center; gap:6px; padding: 12px 12px; margin:12px 4px; font-size: 14px; border-radius: 4px; border: solid 1px #ccc; cursor: pointer;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list {display: flex; justify-content: space-between; padding: 32px 0; border-bottom: 1px solid #ccc; margin-left:12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .star_wrap img {width:20px; height:20px; fill:#222;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box {display:flex; align-items: center; gap:10px; justify-content: space-between;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box .left_top {display:flex; align-items: center; gap:10px; }
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box .left_top strong {color: #333;font-family: Pretendard;font-size: 20px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box .right_top span {font-size: 13px; display: inline-block; color: #888;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content {margin-top: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .txt {margin-top: 5px; margin-bottom: 10px; color:#222; font-size: 14px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap {display: flex; gap:10px; margin-top: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap .thumb {display: flex; align-items: flex-start; gap:5px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap .thumb_up .thumb_icon{background: url('/images/sub/thumb-up.png')center no-repeat; background-size:cover; width: 20px; height: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap .thumb_down .thumb_icon{background: url('/images/sub/thumb-down.png')center no-repeat; background-size:cover; width: 20px; height: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap span {font-size: 13px; font-weight: 600;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .left {flex:1 0 0;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .right {width:400px; display: flex; align-items: center; padding-left: 60px; margin-left: 60px; border-left:1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .right p {color: #333;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .right p span {font-weight: 700;}

.popup-box {position: absolute;top: 60px;left: 16px;width: 320px;background: #fff;border: 1px solid #ddd;border-radius: 12px;box-shadow: 0 4px 10px rgba(0,0,0,0.1);padding: 20px 16px;z-index: 100;display: none;}
.popup-box.option-popup{left: 88px;}
.popup-inner p {margin-bottom: 12px; font-weight: 500;}
.popup-inner ul {max-height: 320px;overflow-y: auto;padding: 0;margin: 0 0 12px 0;list-style: none;}
.popup-inner li {display: flex;justify-content: space-between;align-items: center;padding-block: 15px;border-bottom: 1px solid #eee;}
.stars {font-family: sans-serif;margin-right: 8px;width: 115px;display: inline-block;}
.popup-close {width: 100%;background: #F2AB00;color: #fff;padding: 8px;border: none;border-radius: 6px;cursor: pointer;}