*{font-family: 'NanumSquareNeo'; color:#333;}
button{background-color: transparent;}
.mandu{font-family: 'Jalnan'; color:#FDE295;}
.mandu.blk{color:#333;}
.wrap{width: 100%; max-width: 1200px; margin: 0 auto;}

/*checkbox*/
input[type="checkbox"]{display: none;}
input[type="checkbox"] + label > span:first-child{width: 20px; height: 20px; display: inline-block; background-color: #9D9D9D; border-radius: 5px; margin-right: 10px; position: relative;}
input[type="checkbox"] + label > span:first-child::after{content: ''; display: block; width: 14px; height: 14px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: url(../img/icon/check_white.png) no-repeat left center; background-size: cover;}
input[type="checkbox"]:checked + label > span:first-child{background-color: #967C61;}
input[type="checkbox"]:checked + label > span:first-child::after{background-position: right center; background-size: cover;}
input[type="radio"]{display: none;}
input[type="radio"] + label > span:first-child{width: 20px; height: 20px; display: inline-block; background-color: #967C61; border-radius: 50%;  margin-right: 2px; position: relative;}
input[type="radio"]:checked + label > span::after{content:''; width: 12px; height: 12px; display: inline-block; background-color: #FDE295; border-radius: 50%; position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%);}

/*join*/
.join{background-color: #615A4E; width: 100%; padding:100px 0;display: flex; align-items: center; justify-content: center;}
.join_contain{width: 100%; max-width: 500px;}
.join_logo{text-align: center; margin-bottom: 30px;}
.join_logo img{max-width: 100px;}
.join_logo p{font-size: 24px;}
.join_box{width: 100%; background-color: #27231F; border-radius: 8px; padding: 50px 30px;}
.join_box li{color:#fff;}
.join_box li label{color:#fff;}
.jb_title{margin-bottom: 35px;}
.jb_title h3{font-size: 32px; margin-bottom: 10px; color:#fff;}
.jb_title p{font-size: 14px; font-weight: 100; color:#fff;}
.jball{margin-bottom: 20px;}
.jb_cht{font-size: 18px; display: inline-block; color:#fff;}
.jb_cht span{color:#FDE295;}
.jb_agreebox{border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 20px 0;}
.jb_agreebox div:not(:last-child){margin-bottom: 20px;}
.jb_agreebox div a{position: absolute; right: 5px;}
.jb_agreebox div a i{color:#fff; vertical-align: middle;}
.jbnext a{display: inline-block; width: 100%; padding: 20px 0; border-radius: 8px; color:#000; background-color: #FDE295; text-align: center; font-weight: 800; margin: 30px 0;}
.jbnext button{display: inline-block; width: 100%; padding: 20px 0; border-radius: 8px; color:#000; background-color: #FDE295; text-align: center; font-weight: 800; margin: 30px 0;}
.jbnext p{color:#fff; font-size: 12px; line-height: 1.5;}
.jb_agreebox label{color:#fff; position: relative; width: 100%; display: inline-block;}

/**/
.jb_input{width: 100%;}
.jb_input div{position: relative; margin-bottom: 15px;}
.jb_input div:last-child{margin-bottom: 0;}
.jb_input div button{position:absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 70px; height: 30px; font-size: 12px; text-align: center; background-color: #FDE295; border-radius: 5px; font-weight: 700;}
.jb_input input{width: 100%; height: 50px; padding: 0 20px; border-radius: 8px; background-color: #f1f1f1; border: 1px solid #FBEEDD; color:#000;}
.jb_input input:focus{background-color: #FBEEDD; border: 2px solid #967C61;}
.jb_input input::placeholder{font-size: 14px; color: #9d9d9d;}
.jb_input label{margin-right: 40px;}
.jb_ios{margin:15px 0 50px !important;}
.jb_ios p{font-size: 14px; margin-bottom: 10px; color:#fff;}
.jbnext.fin button{margin: 0;}

.joinfin{width: 100%; height: 100vh; position: fixed; top: 0; left: 0; display: none;}
.joinfinbg{background-color: rgba(51, 51, 51, 0.9); width: 100%; height: 100vh;}
.joinfin_box{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 11; background-color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 50px 100px; border-radius: 16px;}
.joinfin_box h3{margin-bottom: 30px; font-size: 24px;}
.joinfin_box a{padding: 10px 0; width: 100%; background-color: #967C61; color:#fff; border-radius: 8px; font-size: 14px; display: block; text-align: center;}

.modalbg{width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.7); display: none; position: fixed; top:0; left: 0;}
.modalDoc{display: none;}
.closebtn{position: absolute; right: 50px; top: 50px; z-index: 111;}
.closebtn i{color:#fff; font-size: 32px;}
.modalDoc{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 70%; height: 50%; background-color: #fff; padding: 30px 50px; border-radius: 8px;}
.termsdoc, .privatedoc, .Policydoc{display: none;}
.termsdoc.show, .privatedoc.show, .Policydoc.show{display: block;}



/*find*/
.find_ttl{margin-bottom: 10px; font-weight: 400;}
.findtext{text-align: right; font-size: 14px; color:#9d9d9d;}


/*header*/
.hdwrap{box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);}
.hdtop{background-color: #f1f1f1; height: 30px;}
.hdtopbtn{height: 30px; display: flex; align-items: center; justify-content: flex-end;}
.hdtopbtn a{font-size: 12px; font-weight: 700;}
.download{margin-right: 30px;}
.ht_login{width: 100px; height: 100%; background-color: #f9f9f9; text-align: center; line-height: 30px; font-size: 12px; font-weight: 700;}
.ht_sign{width: 100px; height: 100%; background-color: #FDE295; text-align: center; line-height: 30px;}

.hdcontain{display: flex;}
.logo{width: 100%; max-width: 50%;}
.logo img{max-width: 75px; vertical-align: middle;}
.logo .mandu{font-size: 32px; color:#967C61; vertical-align: middle;}

.gnb{width: 100%; max-width: 50%;display: flex; align-items: center; justify-content: space-between;}
.gnbtn{font-size: 18px; font-weight: 700; position: relative; display: block;}
.gnbtn.on{color:#967C61; font-weight: 800;}
.gnbtn.on::after{content: ''; display: block; width: 100%; height: 3px; background-color: #967C61; position: absolute; bottom: -7px;}
.gnb > div{position: relative; height: 100%; transition: all ease-in-out 0.3s; display: flex; align-items: center;}
.gnb div:hover .submenu{display: block;}
.submenu{position: absolute; left: 0; top:70px; width: calc(100% + 50px); padding: 10px 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 0 3px rgba(51, 51, 51, 0.3); z-index: 111; display: none;}
.submenu a{margin: 20px 0; display: block;}
.submenu a:hover{font-weight: 800; color:#967C61}

.loginwrap{position: fixed; width: 100%; height: 100vh; z-index: 99999; top: 0; left: 0; display: none;}
.loginbg{background-color: rgba(51, 51, 51, 0.9); width: 100%; height: 100vh;}
.login_container{position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 900px; display: flex;}
.login_box{width: 50%; height: 500px; border-radius: 16px 0 0 16px; background: url(../img/abstract-background-with-low-poly-design.jpg) no-repeat bottom center; background-size: cover; position: relative; z-index: 11; padding: 30px 50px 0; display: flex; flex-direction: column; justify-content: space-between;}
.login_box::after{content: ''; display: block; width: 100%; height: 100%; background-color: rgba(51, 51, 51, 0.7); position: absolute; left: 0; top:0; z-index: -1; border-radius: 16px 0 0 16px;}
.login_box h3{font-size: 16px; color:#fff; line-height: 1.5;}
.login_box h3 span{color:#FBEEDD; font-size: 24px; vertical-align: baseline;}
.lbimg{display: flex; align-items: flex-end;justify-content: center;}
.lbimg .cc_mimg{height: 330px;}
.lbimg .cc_mimg2{height: 300px;}
.login_input{padding: 30px 60px; background-color: #fff; border-radius: 0 16px 16px 0; width: 50%;}
.login_input .title h3{margin-bottom: 0;}
.li_input{width: 100%; margin-bottom: 30px;}
.li_input input{width: 100%; height: 60px; padding: 20px; border-radius: 8px; border: 1px solid #d9d9d9; margin-bottom: 10px;}
.li_input input:focus{border:2px solid #967C61; background-color: #FBEEDD;}
.li_input input::placeholder{color:#9d9d9d; font-size: 14px;}
.li_input button{width: 100%; background-color: #FDE295; color:#000; border-radius: 8px; padding: 15px 0; font-weight: 700;}
.li_find div{display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px;}
.li_find div a{font-size: 14px; font-weight: 700;}
.li_find div label{font-size: 14px;}
.li_find div input[type="checkbox"] + label > span:first-child{width: 16px; height: 16px;}
.li_find div input[type="checkbox"] + label > span:first-child::after{width: 10px; height: 10px;}
.li_find > a{display: block; width: 100%; background-color: #967C61; color:#fff; padding: 15px 0; text-align: center; border-radius: 8px; font-weight: 700;}
.loginclose{position: absolute; top: 50px; right: 50px;}
.loginclose i{color:#fff; font-size: 32px;}

/*m_hd*/
.m_hd{padding: 0 16px; height: 60px; display: none;}
.m_hd .logo img{max-width: 50px;}
.m_hd .logo .mandu{font-size: 16px;}
.mbtn{position: fixed; right: 16px; top: 20px;}
.m_gnb{width: 100%; background-color: #fff; height: 100vh; z-index: 11111; position: fixed; right: -100%; top: 0px; text-align: center; transition: all ease-in-out 0.5s; padding-top: 30px;}
.m_gnb.show{right: 0;}
.m_submenu{display: none;}
.m_submenu a{display: block; margin: 20px 0; font-weight: 700; color:#967C61; }
.mgbtn{display: block; width: 100%; padding: 20px 0; font-size: 18px; font-weight: 800;}
.mg_top{margin-bottom: 20px;}
.m_logo{max-width: 100px; margin: 0 auto 30px;}
.m_sign{display: flex; align-items: center; justify-content: center;}
.m_sign .m_login{width: 50%; background-color: #FBEEDD; color: #000; height: auto; padding: 10px; font-size: 14px; font-weight: 700;height: 50px;}
.m_sign a{width: 50%; font-size: 14px;background-color: #FDE295; padding: 10px; font-weight: 700; color:#000; display: flex; align-items: center; justify-content: center;}

.hamburger{position: fixed; top: 13px; right: 20px; z-index: 111111;}
.hamburger .line{width: 20px; height: 2px; background-color: #000; display: block; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}  
.hamburger:hover{cursor: pointer;}
#hamburger-6.is-active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#hamburger-6.is-active .line{background-color: #000;}
#hamburger-6.is-active .line:nth-child(2){width: 0px;}
#hamburger-6.is-active .line:nth-child(1), #hamburger-6.is-active .line:nth-child(3){-webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s;}
#hamburger-6.is-active .line:nth-child(1){-webkit-transform: translateY(7px); -ms-transform: translateY(7px); -o-transform: translateY(7px);  transform: translateY(7px);}
#hamburger-6.is-active .line:nth-child(3){-webkit-transform: translateY(-7px) rotate(90deg); -ms-transform: translateY(-7px) rotate(90deg); -o-transform: translateY(-7px) rotate(90deg); transform: translateY(-7px) rotate(90deg);}

/*footer*/
footer{background-color: #333;}
.footerwrap{padding: 50px 0; display: flex; justify-content: space-between;}
.footercontain{width: 100%; max-width: 685px;}
.ftlogo{display: flex; align-items: center; margin-bottom: 50px;}
.ftlogo img{max-width: 75px;}
.ftlogo p{ color:#fff; font-size: 18px; line-height: 1.4;}
.ftlogo span{font-size: 26px; vertical-align: baseline;}
.ftdoc{display: flex; align-items: center; flex-wrap: wrap; row-gap: 10px; column-gap: 30px; margin-bottom: 30px;}
.ftdoc span{color:#9D9D9D; font-size: 14px;}
.ftcopy{font-size: 12px; color:#9D9D9D;}
.ftgnb{color:#fff; display: flex;}
.ftgnb div{width: 100%; text-align: center; margin-right: 50px;}
.ftgnb div:last-child{margin-right: 0;}
.ftgnb h5, .ftgnb h5 > a{font-size: 16px; font-weight: 700; color:#fff; display: block; margin-bottom: 30px;}
.ftgnb a{color:#fff; font-size: 14px; font-weight: 300; display: block; margin-bottom: 10px;}

/*index*/
.index_swiper{background: url(../img/abstract-background-with-low-poly-design.jpg) no-repeat 100% center; background-size: cover; position: relative; z-index: 1;}
.index_swiper::after{content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); position: absolute; top: 0; left: 0; z-index: -1;}
.is_contain{display: flex; align-items: center; justify-content: space-between;}
.is_box{width: 100%; max-width: 350px; padding: 80px 0;}
.is_box p{color:#fff; margin-bottom: 10px;}
.is_box p:nth-child(1){margin-bottom: 10px;}
.is_box p:nth-child(2){margin-bottom: 20px; font-size: 32px; font-weight: 700;}
.is_box p:nth-child(3){font-size: 34px; font-weight: 700; margin-bottom: 30px; color:#FBEEDD;}
.is_box a{display: block; max-width: 250px; height: 50px; padding: 15px 0; color:#FDE295; background-color: #000; border-radius: 8px; text-align: center; font-weight: 700;}

.mn_swiper{border: 1px solid red; max-width: 800px; height: 100vh; max-height: 360px; width: 100%; background-color: #fff;}
.swiper_1{height: 300px;}
.swiper1{background-color: #f1f1f1;}

.swiper-container {position: relative;width: 100%;max-width: 750px;height: 300px;overflow: hidden;}
.swiper-container > .swiper-slide__content {position: absolute;top: 0;}
.swiper-slide {height: 300px;display: flex;align-items: center;justify-content: center;transition: all 200ms linear;transform: scale(0.8);opacity: 0.8;position: relative;z-index: 1;}
.swiper-slide.swiper-slide-active {transform: scale(1);opacity: 1;}
.swiper-slide__content {height: 300px;}
.swiper-button-prev{left: 35% !important; display: none !important;}
.swiper-button-next{right: 50px !important; display: none !important;}

.title{position: relative; z-index: 11; text-align: center; margin-bottom: 50px;}
.title h3{position: relative; display: inline-block; font-size: 32px; margin-bottom: 20px; font-weight: 800;}
.title h3::after{content: ''; display: block; width: 80%; height: 15px; background-color: #FDE295; position: absolute; left: 0; bottom: 0; z-index: -1;}
.title p{font-size: 16px; line-height: 1.4;}
.title.left{text-align: left; margin-bottom: 0;}
.title.left h3{margin-bottom: 30px;}

.contain{padding: 100px 0;}
.intro_contain{display: flex; align-items: center; justify-content: space-around;}
.intro_box{ text-align: center; max-width: 350px;}
.intro_img{max-width: 150px; margin: 0 auto 30px;}
.intro_img img{border-radius: 50%;}
.intro_ttl{font-size: 20px; margin-bottom: 30px;}
.intro_doc{word-break: keep-all; line-height: 1.3;}

.index_board{background-color: #f1f1f1;}
.ib_contain{display: flex; align-items: center; justify-content: space-between;}
.ib_box{max-width: 350px; width: 100%; background-color: #fff; padding: 30px 20px; border-radius: 8px; box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);}
.ibb_ttl{display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #9D9D9D; padding-bottom: 10px; margin-bottom: 20px;}
.ibb_ttl h4{font-size: 18px;}
.ibb_ttl a{border: 1px solid #000; width: 20px; height: 20px; border-radius: 5px; display: inline-block; text-align: center; color:#000;}
.ibb_ttl a:hover{background-color: #000; color:#fff; font-weight: 800; transform: scale(1.2); transition: all ease-in-out 0.2s;}
.ibb_doc{min-height: 70px;}
.ibb_doc a{display: block; width: 100%; font-size: 14px; margin-bottom: 10px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.ibb_doc a:last-child{margin-bottom: 0;}

.pay_contain{display: flex; align-items: center; justify-content: space-between;}
.pay_box{width: 100%; max-width: 280px; border-radius: 8px; background-color: #f1f1f1; padding: 30px; opacity: 0.5; position: relative;}
.pay_box.on{background-color: #FBEEDD; opacity: 1;}
.paydc{background-color: #967C61; display: inline-block; width: 60px; font-size: 14px; font-stretch: 800; text-align: center; padding: 7px 0; border-radius: 5px; position: absolute; top: -15px; right: 30px;}
.paydc li{display: flex; align-items: center; justify-content: center;}
.paydc span{font-weight: 800; font-size: 14px; margin-right: -1px;}
.paydc i{font-size: 16px;}
.paydc::after{content: '▶'; color:#967C61; position: absolute;}

.pb_ttl{text-align: center; font-size: 24px;font-weight: 800;}
.pb_month{padding: 30px 12px; border-bottom: 1px solid #000; min-height: 150px;}
.pb_month > div:not(:last-child){margin-bottom: 15px;}
.pb_month input[type="radio"] + label > span:first-child{width: 20px; height: 20px; display: inline-block; background-color: #000; border-radius: 3px;  margin-right: 2px; position: relative; opacity: 0.5;}
.pb_month input[type="radio"] + label > span:first-child::after{content: ''; display: block; width: 14px; height: 14px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.pb_month input[type="radio"]:checked + label > span:first-child{opacity: 1;}
.pb_month input[type="radio"]:checked + label > span::after{content:''; width: 14px; height: 14px; display: inline-block;  position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); background: url(../img/icon/check_white.png) no-repeat left center; background-size: cover;}
.payach{padding: 20px 0; text-align: center;}
.pay_won{margin-bottom: 10px; font-size: 24px; font-weight: 800;}
.pay_cny{font-size: 18px; font-weight: 700;}
.paybtn button{width: 100%; padding: 15px 0; text-align: center; background-color: #000; border-radius: 8px; color:#FBEEDD; font-weight: 800;}
.paybtn a{width: 100%; padding: 15px 0; text-align: center; background-color: #000; border-radius: 8px; color:#FBEEDD; font-weight: 800; display: block;}

.intro_detail{margin-top: 100px;}
.id_contain{display: flex; align-items: center; justify-content: space-between;}
.idc_box{max-width: 380px; padding: 30px 20px; background-color: #f9f9f9; box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2); border-radius: 8px;}
.idc_box h4{font-size: 18px; margin-bottom: 20px; text-align: center; line-height: 1.5;}
.idc_box p{font-size: 12px; line-height: 1.4; margin-bottom: 20px;}
.idc_box p span{color:#967C61; font-weight: 700;}
.idc_hash{display: flex; align-items: center; flex-wrap: wrap; gap: 5px;}
.idc_hash span{font-size: 12px; font-weight: 300; border: 1px solid #9d9d9d; border-radius: 25px; padding: 5px 10px;}

.index_mandu{background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(253,226,149,1) 100%); padding: 100px 0; position: relative; z-index: 11; height: 400px;}
.index_mandu ul{display: flex; align-items: center;}
.mandu_doc{width:100%;max-width: 750px; word-break: keep-all;line-height: 1.4; font-size: 14px; padding-right: 100px;}
.mandu_down{text-align: center; width: 100%; max-width: 300px;height: 80px;}
.mandu_down a{display: flex; align-items: center; justify-content: center; height: 100%; color:#FBEEDD; background-color: #000; font-size: 18px; font-weight: 800; border-radius: 8px;}
.mandu_bg{width: 50%; height: 100%; background: url(../img/3d-rendering-hexagonal-texture-background.jpg) no-repeat bottom center; background-size: cover; position: absolute; top: 0; right: 0; z-index: -1; opacity: 0.1;}

/*contents*/
.subbanner{text-align: center; height: 250px; background: url(../img/SL-073119-22070-11.jpg) no-repeat center bottom; background-size: cover;  position: relative; z-index: 11;}
.subbanner::after{content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); position: absolute; top: 0; left: 0; z-index: 1;}
.subtitle{font-size: 32px; font-weight: 700; color:#fff; position: relative; z-index: 11; height: 100%; display: flex; flex-direction: column; justify-content: center;}
.subtitle span{font-size: 18px; display: block; color:#fff; margin-bottom: 10px;}
.subgnb{border-bottom: 1px solid #D9D9D9; text-align: center;}
.subgnbtn{padding: 15px 0;margin: 0 25px; display: inline-block; position: relative; color:#9D9D9D;}
.subgnbtn.on{color:#967C61; font-weight: 700;}
.subgnbtn.on::before{content: ''; display: block; width: 100%; height: 3px; background-color: #967C61; position: absolute; bottom: -1px;}
.subgnbtn:not(:last-child)::after{content: ''; display: block; width: 1px; height: 10px; background-color: #D9D9D9; position: absolute; top: 50%; right: -25px; transform: translateY(-50%);}

/*download*/
.contents_contain{display: flex;}
.cc_box{width: 50%; background-color: #9D9D9D; height: 500px; display: flex; align-items: flex-end; justify-content: center;}
.cc_box.pc{align-items: center;}
.cc_box.pc{align-items: center;}
.cc_mimg{max-width: 250px; height: 430px; object-fit: cover; background-color: #000;padding: 10px 10px 0; border-radius: 16px 16px 0 0; z-index: 11; overflow: hidden; box-shadow: 2px 0 10px rgba(51, 51, 51, 0.2);}
.cc_mimg > img, .cc_mimg2 img{border-radius: 8px 8px 0 0;}
.cc_mimg2{max-width: 250px; height:380px; background-color: #000; padding: 10px 10px 0; border-radius: 16px 16px 0 0; overflow: hidden; margin-left: -30px;}
.cc_mimg3{max-width: 500px; height: 300px; padding: 10px; background-color: #000; border-radius: 16px; overflow: hidden;}
.cc_mimg3 > img{border-radius: 8px; width: 480px; height: 280px; object-fit: cover; object-position: center top;}
.cc_box2{background-color: #F9F9F9; width:50%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.cc_box2 > p{margin-bottom: 50px;}
.cc_box2 > div:first-child{margin-bottom: 20px;}

.ccb_mdown{display: flex; align-items: center; justify-content: center; width: 100%;}
.ccb_mdown img{max-height: 50px; margin-right: 5px;}
.ccb_mdown a{height: 50px; width: 100%; max-width: 167.56px; display: inline-block; border: 2px solid #000; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-weight: 700;}
.ccb_mdown button{height: 50px; width: 100%; max-width: 167.56px; display: inline-block; border: 2px solid #000; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-weight: 700;}

/*pay*/
.eventbanner{background-color: #385DDC; height: 200px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative;}
.eventbanner p{color:#fff;}
.eventbanner p:first-child{margin-bottom: 10px;}
.eventbanner p:first-child span{color:#FDE295; vertical-align: baseline; font-size: 24px; font-weight: 700;}
.eventbanner p:nth-child(2){margin-bottom: 20px; font-size: 36px;}
.eventbanner p:nth-child(2) span{vertical-align: baseline; color:#FDE295; font-weight: 700; }
.eventimg{position: absolute; right: 0; bottom: 20px;}
.payment{margin-top: 100px;}

/**/
.board_one{}
.board_one li{display: flex; align-items: center; justify-content: space-between; height: 60px; border-bottom: 1px solid #D9D9D9;}
.board_one li:first-child{background-color: #F9F9F9; border-top: 1px solid #9D9D9D; border-bottom: 1px solid #9D9D9D;}
.board_one li:first-child .bo_ttl{text-align: center;}
.board_one li:first-child span{font-weight: 700;}
.board_one li:last-child{border-bottom: 1px solid #9d9d9d;}
.board_one li.no-item {font-size: 14px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.board_one span{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.bo_no{width: 100%; max-width: 100px; text-align: center; font-size: 14px; color:#9D9D9D;}
.bo_ttl{width: 100%; font-size: 14px; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.bo_name{width: 100%; max-width: 200px; text-align: center; font-size: 14px;}
.bo_date{width: 100%; max-width: 150px; text-align: center; font-size: 14px; color:#9D9D9D;}

.bo_pagenation{margin-top:50px;text-align: center;}
.bopbtn{font-size: 14px; width: 30px; height: 30px; border-radius: 8px; color:#D9D9D9;}
.bopbtn:first-child, .bopbtn:last-child {color:#000;}
.bopbtn.on{background-color: #FDE295; color:#000; font-weight: 700;}
.writebtn{margin-top: 30px; text-align: right;}
.writebtn a{display: inlin-block; padding: 10px 30px; background-color: #FDE295; font-size: 14px; border-radius: 8px; font-weight: 700;}

/*board_view*/
.board_view{margin-bottom: 100px; border-bottom: 1px solid #333; border-top: 1px solid #333;}
.bv_top{border-bottom: 1px solid #9d9d9d; display: flex; align-items: center; width: 100%;}
.bv_top div{width: 100%;}
.bv_date{max-width: 120px; height: 100px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative;}
.bv_date::after{content: ''; display: block; width: 1px; height: 50px; background-color: #9d9d9d; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.bvd_day{font-size: 32px; font-weight: 800; margin-bottom: 10px; display: block; text-align: center;}
.bvd_yymm{font-weight: 700; display: block; text-align: center;}
.bv_title{padding: 0 50px; font-weight: 700; font-size: 24px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-break: break-all}
.bv_name{max-width: 150px; position: relative; padding: 0 26px; text-align: center;}
.bv_name::after{content: ''; display: block; width: 1px; height: 50px; background-color: #9d9d9d; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
.bv_name p:first-child{font-size: 14px; font-weight: 700; margin-bottom: 10px;}
.bv_name p:last-child{font-size: 14px; color:#9D9D9D;}
.bv_doc{padding: 50px 30px; line-height: 1.4;}
.backpage{text-align: center;}
.backpage a{display: block; width: 100%; max-width: 300px; height: 60px; padding: 20px 0; background-color: #967C61; color:#fff; border-radius: 8px; margin: 0 auto;}

/*contact*/
.support_contact{max-width: 600px; margin: 0 auto;}
.support_contact li:not(:last-child){margin-bottom: 20px;}
.support_contact input{border:1px solid #9D9D9D; height: 60px; padding: 20px 30px; width: 100%; border-radius: 8px;}
.support_contact input::placeholder{font-size: 14px; color:#D9D9D9;}
.support_contact input:focus{border:2px solid #967C61; background-color: #FBEEDD;}
.support_contact textarea{border:1px solid #9D9D9D; height: 200px; padding: 20px 30px; width: 100%; border-radius: 8px;}
.support_contact textarea::placeholder{font-size: 14px; color:#D9D9D9;}
.support_contact textarea:focus{border:2px solid #967C61; background-color: #FBEEDD;}
.support_contact button{width: 100%; background-color: #967C61; color:#fff; height: 60px; border-radius: 8px; font-stretch: 700; margin-top: 50px;}

/*faq*/
.bt_top{margin-bottom: 20px;}
.bttbtn{border: 1px solid #D9D9D9; padding: 5px 20px; border-radius: 25px; margin-right: 10px; color:#D9D9D9}
.bttbtn.on{background-color: #FDE295; border: 0; color:#000;}
.board_two li:nth-child(2){border-top: 1px solid #9D9D9D;}
.bt_line{border-bottom: 1px solid #D9D9D9;}
.btl_que{height: 60px; display: flex; align-items: center; justify-content: space-between;}
.btl_que.show .btlq_btn{transform: rotate(180deg);}
.btl_que span{width: 100%; font-weight: 700;}
.btlq{max-width: 100px; text-align: center; color:#967C61}
.btlq_ctgy{max-width: 150px;}
.btlq_title{}
.btlq_btn{max-width: 80px; text-align: center;}
.btl_ans{background-color: #f1f1f1; padding: 20px 0; display: none;}
.btla_doc{display: flex;}
.btla_doc span{width: 100%;}
.btla_doc span:first-child{color:#628DF1; font-weight: 700; max-width: 100px; text-align: center;}
.btla_doc span:last-child{line-height: 1.5;max-width: 800px; word-break: keep-all;}


/*swiper*/
.swiper-slide {border-radius: 10px;overflow: hidden;}

/*mypage*/
.mypagewrap{display: flex; align-items: stretch; column-gap: 50px;}
.mypage_list{border-top: 2px solid #000; width: 100%; max-width: 200px; padding: 20px;}
.ml_item{margin-bottom: 20px;}
.mli_btn{font-size: 18px; color:#9d9d9d; position: relative; z-index: 1;}
.mli_btn.on{color:#333; font-weight: 700;}
.mli_btn.on::after{content: '';display: block; width: 100%; height: 5px; background-color: #FDE295; position: absolute; left: 0; bottom: 0; z-index: -1;}
.mypage_page{border-top: 2px solid #000; width: 100%;}
.pay_list div{border-bottom: 1px solid #d9d9d9; padding:20px; display: flex; align-items:center; justify-content: space-between; column-gap: 5px;}
.pay_list div span{text-align: center; width: 100%; font-size: 14px;}
.mypp_date{max-width: 200px;}
.mypp_pri{max-width: 120px;}
.mypp_pri_pre{max-width: 120px;}
.mypp_pri_not{max-width: 120px;}
.mypp_doc{}
.mypp_stt{max-width: 80px;}
.mypp_fin{max-width: 180px;}

.mypp_stt.end{color:#fff; font-weight: 700; background-color: #967C61; padding: 3px; border-radius: 25px;}
.mypp_th{background-color: #f1f1f1;}
.mypp_th span{font-weight: 700; font-size: 14px;}
.mypp_td span{color:#9d9d9d;}
.mypp_td_nodata{font-weight: 700;justify-content: center !important;}
.mypp_td .mypp_pri{color:rgb(212, 36, 36)}
.mypp_td .mypp_pri_pre{color:rgb(212, 36, 36)}
.mypp_td .mypp_pri_not{color:#333;}
.mypp_td .mypp_stt{font-size: 12px; padding: 5px 10px; background-color: #FDE295; border-radius: 25px; color:#333; font-weight: 700;}
.mypp_td .mypp_stt.end{}
.mypp_td .mypp_name{font-weight: 700; color:#333; word-break: break-all;}
.mypp_pgn{max-width: calc(100% - 250px); margin-left: 250px;}
.ot_contain.cash_confirm{flex-direction: column;}
.cash_confirm > div{margin-bottom: 20px; display: flex; align-items: center;}
.ot_item.cash_bankwrap input{border: 0;}

.user_modify{padding: 50px 0;}
.user_modify div{max-width: 400px; margin: 0 auto 20px;}
.um_radio{margin: 30px 0 !important;}
.um_radio p{margin-bottom: 20px;}
.um_input input[type="radio"] + label{width: 100%;display: block; margin-bottom: 10px;}
.um_input input[type="radio"] + label:last-child{margin-bottom: 0;}
.um_input input[type="radio"] + label:last-child{margin-bottom: 0;}
.um_input textarea{border: 1px solid #d9d9d9; padding: 15px; resize: none; height: 200px; width: 100%;}
.um_input textarea::placeholder{font-size: 14px; color:#9d9d9d;}

.umi_title{font-size: 14px; margin-bottom: 10px; font-weight: 700;}
.umi_input{border: 1px solid #d9d9d9; width: 100%; padding: 15px 20px; color:#777;}
.umi_input::placeholder{color:#9d9d9d; font-size: 14px;}
.umbtn button{width: 100%; background-color: #FDE295; font-size: 14px; padding: 15px; font-weight: 700; border-radius: 8px; margin-top: 50px;}
.leave_txt{font-size: 12px; text-align: right; margin-top: 10px;}

/*order*/
.ot_wrap{border-top: 1px solid #333; border-bottom: 1px solid #333;}
.ot_wrap li:last-child{border-bottom: 0;}
.ot_contain{padding: 20px 10px; border-bottom: 1px solid #d9d9d9; display: flex; align-items: center; column-gap: 50px;}
.ot_contain div{width: 100%;}
.ot_name{max-width: 100px;}
.ot_chb div:last-child{margin-bottom: 0;}
.ot_chb_item{margin-bottom: 10px;}
.ot_chb_item input[type="radio"] + label span{width: 18px; height: 18px;}
.ot_chb_item input[type="radio"]:checked + label span:after{width: 10px; height: 10px;}
.ot_chb_item span{margin-right: 7px !important;}
.ot_name{font-weight: 700; font-size: 14px;}
.ot_item{color:#9d9d9d;}
.ot_item span{color:#9d9d9d;}
.ot_pay_kr{font-size: 18px; color:#967C61 !important; font-weight: 700; margin-right: 10px; vertical-align: baseline;}
.ot_pay_chn{color:#333 !important; font-weight: 700;}
.ot_item input{border: 1px solid #d9d9d9; padding:10px 20px; width: 100%; max-width: 400px; border-radius: 5px;}
.ot_item input::placeholder{font-size: 14px; color:#9d9d9d;}
.ot_pay_confirm{text-align: center; margin-top: 20px; font-weight: 700;}
.ot_pay_confirm input[type="checkbox"]:checked + label span:first-child{background-color: #333;}
.ot_pay_confirmbtn{text-align: center; margin-top: 50px;}
.ot_pay_confirmbtn button{padding: 15px; width: 100%; max-width: 200px; border-radius: 8px; font-weight: 700; font-size: 14px;}
.ot_pay_cancel{background-color: #f1f1f1;}
.ot_pay_go{background-color: #FDE295;}
.ot_contain_nodata{padding: 50px 0; text-align: center; font-weight: 700; font-size: 18px;}





/**/
.order_memo{margin-bottom: 50px;}
.order_memo span{font-weight: 700; font-size: 18px;}
.order_memo textarea{border: 1px solid #d9d9d9;resize: none; padding: 20px; width: 100%;  margin: 10px 0; height: 200px; border-radius: 8px;}
.order_memo textarea::placeholder{font-size: 14px; color:#9d9d9d;}
.order_price{font-size: 24px; font-weight: 800; color:#1f8be2; text-align: right; display: block;}
.order_price::before{content: '결제금액 :'; margin-right: 10px; font-size: 18px; font-weight: 700; color:#9d9d9d;}
.order_price::after{content: '원'; font-weight: 700; margin-left: 5px;}

/*find_info*/
.fd_info_title{margin-bottom: 50px; font-size: 16px; line-height: 1.4; font-weight: 700;}
.new_win_con{padding: 70px 100px;border-radius: 16px; max-width: 800px; margin:0 auto;}
.fd_email{}
.fd_email input{padding: 15px 20px; border-radius: 8px; border:1px solid #d9d9d9; width: 100%;}
.fd_email input::placeholder{font-size: 14px; color:#9d9d9d;}
.fd_email label{font-weight: 700; display: block; width: 100%; text-align: left;}
.fd_email label strong{font-size: 12px; color:#F14646;}
.fd_send_email{text-align: center;}
.fd_send_email button{margin-top: 30px; border-radius: 8px; padding: 20px 100px; background-color: #FDE295; font-weight: 700;}

/*guest_login*/
.gloginwrap{width: 100% !important; max-width: 460px !important;}
.glogintop{display: flex; align-items: stretch;}
.glogintop h2{font-size: 16px; background-color: #FBEEDD;}
.gloginbox{padding: 35px;}
.gloginbox fieldset{padding: 0 !important;}
.gloginbox legend{margin-bottom: 30px; font-weight: 700; font-size: 24px;}
.g_loginid{text-align: left; margin-bottom: 20px;}
.g_loginid label{width: 100%; display: block; margin-bottom: 10px; color:#9d9d9d;}
.g_loginid label strong{font-size: 12px; color:#F14646;}
.g_loginid input{border: 1px solid #9d9d9d; padding: 15px 20px; margin-top: 20px; border-radius: 8px;}
.g_loginid input::placeholder{color:#d9d9d9; font-size: 14px;}
.g_loginpass{text-align: left;}

.g_loginbtn{margin-bottom: 20px;}
.g_loginbtn button{background-color: #FDE295; width: 100%; font-size: 16px !important; border-radius: 8px;}
.login_if_lpl a{font-size: 12px; color:#fff; background-color: #967C61; padding: 5px 10px; border-radius: 5px; display: inline-block;}

/**/
.bt_user{}
.bt_user > span{font-size: 14px; margin-right: 10px; vertical-align: baseline; color:#967C61; font-weight: 700;}
.bt_user strong{font-size: 16px;}
.bt_date_info{display: flex; align-items: baseline; column-gap: 5px; margin-top: 15px;}
.bt_date_info > div span{font-size: 14px; color:#9d9d9d; vertical-align: baseline;}
.bt_date_info > div:nth-child(2) span{display: none;}
.bt_date_info > div:nth-child(2) strong i{font-size: 14px; vertical-align: baseline; margin-right: 5px; color:#9d9d9d;}

.bo_v_com li span{display: none;}
#bo_v_share{text-align: right;}
.bvr_option > span{display: none;}
.bo_vc_act li a{padding: 10px 0 !important; text-align: center; width: 100%; font-size: 14px;}
.bo_vc_w .sound_only{display: inline-block; margin-bottom: 10px; font-weight: 700; font-size: 14px;}
.bvr_confirm{display: flex; align-items: center; justify-content: right;}
.bvr_confirm label span{top: 0 !important;}
.bvr_confirm label span::after{width: 10px !important; height: 10px !important;}

.bovr_hd{}
.bovr_hd .member{color:#967C61; margin-right: 5px; font-size: 14px;}
.bovr_hd .sound_only{display: none;}
.bovr_ip{font-size: 12px; margin-right: 10px;}
.bovr_time{font-size:12px; color:#9d9d9d;}
.bo_v_nb li{display: flex; align-items: center; justify-content: space-between;}
.bo_v_nb li .nb_tit{font-size: 14px; vertical-align: baseline;}
.bo_v_nb li .nb_tit i{margin-right: 5px; vertical-align: middle;}
.bo_v_nb li .nb_date{font-size: 12px;}

.bwwrap form{padding: 30px 20px;}

.bwm_ttl{padding-bottom: 50px; border-bottom: 1px solid #000; text-align: center;}
.bo_v_option{margin-top: 10px;}
.bow_ttl{margin: 30px 0 !important;}
.bow_ttl > label {font-weight: 700;}
.bow_ttl > label strong{font-size: 12px; color:#F14646; vertical-align: middle;}
.bw_ttl{}
.bw_ttl input{padding: 15px 20px; border: 1px solid #d9d9d9; border-radius: 8px; width: 100%;}
.bw_save_doc{top: 0 !important;}
.cke_sc{display: none;}
.bow_doc{}
.bow_doc label{font-weight: 700;}
.bow_doc label strong{font-size: 12px; color:#F14646; vertical-align: middle;}
.wr_content{margin-top: 10px;}
.bow_doc > div .sound_only{display: none;}
.bow_doc > div textarea{border: 1px solid #d9d9d9; margin-top: 10px; border-radius: 8px; padding: 20px;}
.bow_doc > div textarea::placeholder{font-size: 14px; color:#d9d9d9;}
.bo_w_link{display: none;}
.bo_w_flie{display: none;}
.bow_confirm{text-align: right; margin-top: 30px !important; display: flex; align-items: center; justify-content: flex-end; column-gap: 10px; border-top: 1px solid #000; padding-top: 50px;}
.bow_confirm a{background-color: #f1f1f1; color:#000; font-size: 14px !important; font-weight: 700;width: 120px; height: 40px; line-height: 40px; text-align: center;}
.bow_confirm button{text-align: right; background-color: #FDE295; font-weight: 700; font-size: 14px !important;border-radius: 3px; width: 120px; height: 40px; line-height: 40px; text-align: center;}

.glogintop .join{height: auto;}
.bow_ttl .bw_ttl{margin-top: 10px;}