/**//*상단 메뉴*/
header{position: fixed;top: 0; left: 0; width: 100%; z-index: 20;padding: 0.8rem 0; transition: 0.3s ease;box-shadow: 0 0 80px rgb(0 0 0 / 20%);
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
header.fixed{ /*padding: 0.5rem 0; top: 0; left: 0; width: 100%; z-index: 2;*/ /*background-color: #fff;*/ background: #fff;border-bottom: 1px solid #eee; transition: 0.3s ease;}
header.fixed #gnb .depth1 > li > a{color: #191919}
header h1 img{height: 50px; transition: 0.3s ease;}
header h1 img.logo_color{display: none}
header.fixed h1 img{display:none;transition: 0.3s ease;}
header.fixed h1 img.logo_color{display: block}
header.fixed .tnb a{color: #191919 !important}
header.fixed .tnb a.btn-lightgreen{color: #fff !important}

header>.mobile{display: none;}

@media screen and (min-width: 1200px) {
    #gnb {font-size: 1.1em;margin-left: 14rem;}
    #gnb .depth1 {list-style: none;padding: 0;margin: 0;display: flex;align-items: center;}
    #gnb .depth1 > li {position: relative;padding: 10px 20px;}
    #gnb .depth1 > li > a {text-decoration: none;padding: 10px 0;display: block;font-size: 1.2em;font-weight: 500;position: relative; height: 40px;color: #fff}
   /* #gnb .depth1 > li > a:after{content: ""; display: block; width: 100%; height: 0px; border-radius: 10px; background-color: #4B79EE; transition: all 0.3s; opacity: 0;}*/
    #gnb .depth1 > li:hover > a {font-weight: 600;color: #00BC80;}
/*    #gnb .depth1 > li:hover > a:after{width: 100%; height: 4px; opacity: 1; margin-top: 6px;}*/

    #gnb .depth1 > li > a.txt_orange:after{background: #FF6225!important}

    /*#gnb .depth1 > li > a.txt_color:after{background: #4B79EE12;height: 20px;opacity: 1;position: absolute;bottom: 0;width: 120%;left: 50%;transform: translateX(-50%);}
    #gnb .depth1 > li:hover > a.txt_color{}
    #gnb .depth1 > li:hover > a.txt_color:after{margin: 0;}*/


    #gnb .depth2-wrapper {display: none;position: absolute;top: 80%;left: 50%;transform: translateX(-50%); z-index: 1000;}
    #gnb .depth2 {list-style: none;padding: 0;margin: 0;border-radius: 10px;border: 1px solid #eee;overflow: hidden;background-color: #fff;width: max-content;}
    #gnb .depth2 li a {text-decoration: none;padding: 12px 20px;white-space: nowrap; /* 텍스트 줄 바꿈 방지 */display: block;width: 100%;text-align: center;}  .depth2 li:not(:last-child) a{border-bottom: 1px dashed #eeeeee;}
    #gnb .depth2 li a:hover {background-color: #eeeeee56;color: #4B79EE;font-weight: 600;}
    #gnb .mobile_my{display: none;}
}


.tnb > a{margin-left: 6px;}
.tnb .hd_count{display: none; /*background: #4B79EE25; padding: 4px 1rem; border-radius: 10px;*/}
.tnb .hd_count li{line-height: 1.2em;}
.tnb > ul{margin-right: 10px;}
.tnb .mobile{display: none;}
.mobile_menu{display: none;}

#wrapper{max-width: 1500px; margin: 0 auto;}
.lnb_wrapper{display: grid; grid-template-columns: 220px 1fr; gap: 60px;}
.container{padding: 0;margin: 0;}

.lnb .mypage{border-radius: 20px; background-color: #eeeeee56; text-align: center; padding: 3rem 1rem; margin-bottom: 10px;}
.lnb .mypage p{font-size: 1.15em;}
.lnb .mypage span{font-size: 0.9em;}
.lnb > ul{padding:0 1rem; margin-bottom: 20px;}
.lnb a{font-size: 1.1em; display:flex; align-items: center; justify-content: space-between; line-height: 3em; border-bottom: 1px solid #eee;}
.lnb a:after{content: "\f054"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 0.8em; opacity: 0.8;}
.lnb a.active{color: #4B79EE; font-weight: 600; border-bottom: 1px solid #4B79EE56;}

/*하단*/
footer{padding: 2rem 0;background: #171717;color: #fff;font-size: 15px;}
.fnb{ border-bottom: 1px solid #eee; padding: 2rem 0; font-size: 1.1em;}
.fnb a{font-weight: 600;}
.copy{padding: 2rem 0;max-width: 1200px;margin: 0 auto;}
.copy h1{font-weight: 600; font-size: 1.1em;}
.copy ul{margin: 6px 0}
.copy li{margin-right: 10px; display: inline-block;}
.copy span{line-height: 1.6;opacity: 0.8;}
footer .tel{}
footer .tel a{font-weight: 800;    font-family: 'PayboocFont';color: #00D994;font-size: 30px;}
footer .partner{margin-bottom: 50px;}
footer .partner img{height: 50px;}

@media screen and (max-width: 1200px) {
    header{padding: 1rem 3rem;}
    header>.mobile{display: flex; align-items: center; justify-content: space-between; gap: 4px; padding-top: 0px;}
    header>.mobile>a{width: 100%;}
    header h1 img{height: 45px;}

    .tnb > ul{display: none!important;}
    .tnb .btn_colorline{display: none;}
    .tnb .hd_count{display: block;}
    .tnb .mobile{display: inline-block;}
    .tnb .btn_line{display: none}
    .mobile_menu{display: block;}
    .mobile_menu i{font-size: 1.8em; height: 35px; line-height: 35px; width: 30px; text-align: center; color: #1C1C1C;}

    /*모바일 메뉴*/
    #gnb {position: fixed;right: -90%; /* Hide it outside the screen */top: 0;width: 90%;height: 100%;background-color: #fff;z-index: 1000;transition: right 0.3s ease-in-out; padding: 1rem; overflow-y: auto; max-width: 400px;}
    #gnb.open {right: 0; z-index: 9999; /* Slide in the menu */}
    .overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 2;}
    .overlay.show {display: block;}

    #gnb .depth1{border-bottom: 1px solid #eee;}
    #gnb .depth1 > li > a{font-size: 1.2em;font-weight: 600;border-top: 1px solid #eee; padding: 1.2rem 1rem;display: flex; align-items: center;}
    #gnb .depth1 > li > a:before{display: inline-block;content: "";width: 3px;height: 14px;background-color: #0F753F;border-radius: 6px;margin-right: 6px;}
    #gnb .depth2{padding: 1rem 1.6rem; background-color: #4B79EE10; border-radius: 15px; margin-bottom: 1rem; display: grid; grid-template-columns: 1fr 1fr;}
    #gnb .depth2 a:before{content: ""; display: inline-block; width: 4px; height: 4px; background-color: #4B79EE56; margin-right: 6px; vertical-align: middle; border-radius: 50%;}
    #gnb .mobile_my{display: block; padding: 1rem}
    #gnb .mobile_my .btn{margin-bottom: 0;}
    #gnb .mobile_my .close-btn{font-size: 2em;}
    #gnb .lnb{margin-top: 10px;}
    #gnb .lnb .mypage{padding-top: 10px; padding-bottom: 10px;}
    #gnb .lnb .mypage span{color: #333333}
    #gnb .lnb a{border-bottom: 0; font-size: 0.9em; line-height: 1.8em; display: flex; align-items: center;}
    #gnb .lnb a:after{content: ""; width: 1px; height: 12px; background-color: #ccc; display: inline-block; margin: 0 4px;}
    #gnb .lnb a:last-child:after{display: none;}

    .container{padding-left: 1rem; padding-right: 1rem;}

    .fnb > .flex{display: block!important;}
    .fnb > .flex li{display: inline-block;}

    .lnb_wrapper{display: block!important;}
    .lnb_wrapper .lnb{display: none;}

    #wrapper h3.flex span.txt14{font-size: 12px;}


}
@media screen and (max-width: 992px) {
    header {padding: 1rem;}

    footer .flex.jc-sb{display: block !important;}
    .copy{padding: 0 2rem;}
    footer .partner img {
        height: 30px;
        }
    footer .tel{margin-bottom: 30px;}
    footer .tel a{font-size: 24px;}
}
@media screen and (max-width: 768px) {}



/* 서브페이지 공통 */
#svisual{position: relative; background: url(../img/common/svisual_bg.jpg) no-repeat center / cover;    padding: 126px 0 40px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;/*margin-top: 77px;*/}
#svisual::after{content: '';left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);position: absolute}
#svisual .s_text{position: relative;z-index: 10;}
#svisual .s_text p{    font-size: 21px;
    color: #fff;letter-spacing: -0.04em;}
#svisual .s_text h2{    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
    }
.subPage{    padding: 100px 0;
    font-size: 18px;}
@media(max-width: 768px){
    #svisual .s_text p{font-size: 17px;}
    #svisual .s_text h2{font-size: 28px;}

    .subPage{padding: 60px 0;}
    }





/* 신청현황(마이페이지) */
#mypage .tabs{max-width: 520px;margin: 0 auto;}
#mypage .tabs > li{border-radius: 0 !important;margin: 0;}
#mypage .formWrap{max-width: 520px;margin: 0 auto;}
#mypage .mypageApply {max-width: 520px;margin: 0 auto;}
#mypage .mypageApply ul{}
#mypage .mypageApply ul li{margin-bottom: 10px;display: flex;align-items: center;}
#mypage .mypageApply ul li:last-child{margin-bottom: 0;}
#mypage .mypageApply ul span{width: 120px;display: inline-block}
#mypage .mypageApply ul span.round{width: unset;}
#mypage .mypageApply ul li select{height: 40px !important;}


/* 환불신청 */
#refund_info h5{margin-bottom: 30px; padding-bottom: 20px;border-bottom: 1px solid #dadada;}
#refund_info .box ul{}
#refund_info .box ul li{position:relative;padding-left:12px;margin-bottom: 10px;}
#refund_info .box ul li::before{content:'';position:absolute;left:0;top:8px;width:4px;height:4px;background:#2C2C2C;border-radius:50%;}
#refund_info .refundInfoForm li{    max-width: 520px;}
#refund_info .refundInfoForm li > p{width: 100px;}
#refund_info .refundInfoForm li > div{width: calc(100% - 100px);}
@media(max-width: 768px){
    #refund_info .btn-middle{width: 100%;}
    }


/* 회원가입 */
.signup .btnRadio{border: 1px solid #e9e9e9;
    border-radius: 8px;margin-bottom: 10px;width: 110px;}
.signup .btnRadio input{}
.signup .btnRadio input[type=radio]+label{
    color: #B1B1B1;border: 0;
    }
.signup .btnRadio input[type=radio]:checked+label{
    color: #00D994;background: none;
    }





main section:not(:last-of-type){margin-bottom: 4rem}
.main-list > h3 {font-size:1.6em; font-weight: 600; color: #232323; margin-bottom: 40px;}
.main-list > h3 > i {background-color: #4B79EE; color: #fff; border-radius: 50%; width: 22px; height: 22px; text-align: center;line-height: 22px!important; font-size: 11px;  margin-right: 4px;}
/**/
.grid-list ul {gap: 40px 20px;display: grid;width: 100%;box-sizing: border-box;}
.grid-list li.empty {grid-column: 1 / -1;}
.grid-list li {cursor: pointer;max-width: 100%;width: 100%;box-sizing: border-box;overflow: hidden;}
.grid-list .area-text {margin-top: 16px;padding: 0 10px;display: block;width: 100%;box-sizing: border-box;}
.grid-list .area-text .title{display:inline-block; width:100%; overflow: hidden; text-overflow: ellipsis; vertical-align:middle; white-space: nowrap;}
.grid-list .area-text .info span{display: inline-block; white-space: nowrap;}
.grid-list .area-text .exp {color: #70707070;margin-top: 6px;display: inline-block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: middle;box-sizing: border-box; /* 패딩이나 여백 포함 */display: none;}
.grid-list .area-img {aspect-ratio: 3/2;width: 100%;overflow: hidden; position: relative;}
.grid-list .area-img .fa-heart{position: absolute;right: 12px;top: 12px;}
.grid-list .more{text-align: center;}
.btn-more{width: 80px; height: 80px; color: #1C1C1C; border-radius: 50%; border: 2px solid #1C1C1C; text-align: center; align-items: center; display: flex; justify-content: center; font-size: 2em; margin: 60px auto;}
.btn-more:hover{transform: scale(1.2); transition: transform 0.3s ease; background-color:#4B79EE; color: #fff; border: 0;}
@media screen and (max-width: 1200px) {
    .inner {padding: 1rem 3rem}
}
@media screen and (max-width: 992px) {
    .signup .box-gray .grid2,
    .sign_form .box-gray .grid2{grid-template-columns: 1fr!important;}

    .sub-banner{aspect-ratio:4/1; width: 100%; height: auto; padding: 0 1rem;}

    .grid-list .grid{grid-template-columns: repeat(2, 1fr);}
    .grid-list ul{gap: 20px 10px;}
    .grid-list .area-text .title{font-size: 1.3em;}
    .grid-list .area-text .info{font-size: 0.9em;}
    .grid-list .area-text .exp{margin-top: 0; font-size: 0.9em;}

    .btn-more{width: 50px; height: 50px; font-size: 1.2em; margin: 20px auto 0;}
}
@media screen and (max-width: 768px) {
    .inner{padding: 1rem}
}




/* 메인(공통) */
.cont{
    padding: 100px 0;
    overflow:hidden;
    }
.cont .title{
    margin-bottom: 48px;
    }
.cont .title h3{
    font-family: 'PayboocFont';
    font-size: 40px;
    color: #333;
    line-height: 1.2;
    letter-spacing: -.1px;
    font-weight: 800;
    }
.cont .title p{
    padding-top: 16px;
    font-size: 19px;
    color: #333;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.7px;
    }
.cont .moreBtn{
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
    padding-top: 16px;
    }
@media(max-width: 768px){
    .cont{padding: 60px 0;}
    .cont .title h3{font-size: 30px;}
    .cont .title p{font-size: 17px;padding-top: 0;}
    }


/* popup  */
.popup-wrap{position:fixed;top:0;left:0;width:100%;height:100%;background:#0008;display:none;align-items:center;justify-content:center;z-index:10000}
.popup-wrap.is-open{display:flex}
.popup-box{width:360px;background:#111;border-radius:14px;overflow:hidden;text-align:center;color:#fff;box-shadow:0 10px 30px #0004}
.popup-slider{position:relative;padding:0;overflow:hidden;min-height:100px;cursor:grab;user-select:none;-webkit-user-select:none}
.popup-slider:active{cursor:grabbing}
.popup-slide img{width:100%;margin:0 auto 10px;pointer-events:none;-webkit-user-drag:none}
.popup-slide{position:absolute;top:0;left:0;width:100%;display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility .45s ease}
.popup-slide.active{position:relative;opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.popup-slide img{width:100%;margin:0 auto 10px}
.popup-slide h3{font-size:18px;font-weight:700;color:#fff}
.popup-slide p{font-size:13px;line-height:1.6;color:#fff}
.popup-dots{display:flex;gap:6px;justify-content:center;margin:20px 0}
.popup-dots .dot{width:8px;height:8px;background:#fff8;border-radius:20px;cursor:pointer;transition:all .3s ease}
.popup-dots .dot.active{width:18px;background:#fff}
.popup-foot{display:flex;background:#111;border-top:1px solid #333}
.popup-foot button{flex:1;height:44px;font-size:13px;border:0;border-radius:0;background:#454545;cursor:pointer}
.popup-foot button+button{background:#fff;color:#000;border-left:1px solid #333}





/*메인배너*/
.main-slider{margin: 0 auto; position: relative; z-index:1;}
.main-slider img.trackLine{position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 10; opacity: 0.7;}
.main-slider .main-swiper {width: 100%;height: 100vh; overflow: hidden;}
.main-slider .swiper-slide {text-align: center;font-size: 18px;background: #fff; display: flex;justify-content: center;align-items: center;}
.main-slider .swiper-slide::after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.main-slider .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.main-slider .swiper-slide img.mobile{display: none;}
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev{background-color: #fff!important; border-radius: 50%; opacity: 1; box-shadow:none;
    width: 70px!important; height: 70px!important; top: 50%; transform: translateY(-50%); z-index: 2;}
.main-slider .swiper-button-next:after,
.main-slider .swiper-button-prev:after{color: #555555; font-size: 1.4em!important;}
.main-slider .swiper-button-next{right: 0px;}
.main-slider .swiper-button-prev{left: 0px;}
.main-slider .swiper-pagination-fraction{color: #fff;}

.main-slider .txtBox{position: absolute;left: 40%;top: 50%;transform: translateY(-50%);z-index: 10;}
.main-slider .txtBox h2{  font-size: 80px;font-weight: 800;line-height: 1.3;}
.main-slider .txtBox p{font-size: 28px;font-weight: 600;margin-top: 20px;margin-bottom: 20px;}
.main-slider .txtBox a{width: 220px;height: 58px;line-height: 58px;background: #00BC80; color: #fff;padding: 0;font-size: 20px;border: 1px solid #00BC80}
.main-slider .txtBox a:hover{background: #1D3933;border-color: #1D3933}

.main-slider .countDown{    display: inline-block;background: #171717;padding: 8px 25px;}
.main-slider .countDown #dday{    font-size: 80px;
    font-weight: 800;letter-spacing: -0.05em; }

.info-bar { background-color: #111; color: #fff; padding: 32px 0; }
.info-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.info-bar span { font-size: 18px; font-weight: 500; font-family: 'PayboocFont'; }
.info-bar strong { color: #00BC80; margin-right: 10px; font-weight: 700;}
@media(max-width: 768px){
    .main-slider img.trackLine{display: none}
    .main-slider .txtBox{left: 25px;}
    .main-slider .txtBox h2{font-size: 38px;}
    .main-slider .txtBox p{font-size: 18px;}
    .main-slider .txtBox a{font-size: 17px;width: 150px;height: 44px;line-height: 44px;}
    .info-bar{padding: 20px 0;}
    .info-bar .container{flex-direction: column;align-items: flex-start;gap: 6px}
    .info-bar span{font-size: 15px;}
    .main-slider .countDown{padding: 8px 15px;}
    .main-slider .countDown #dday{font-size: 34px;}
    }
/*//메인배너*/



/* INTRO */
#intro{background: #1D3933;padding-bottom: 0;}
#intro h2{font-style: italic;font-size: 90px;font-weight: 800;margin-bottom: 50px;}
#intro p{font-size: 18px;line-height: 2;word-break: keep-all;max-width: 1040px;font-weight: 300;margin: 0 auto;margin-bottom: 100px;}
#intro .imgBox{max-width: 1200px;margin: 0 auto}
#intro .imgBox img{width: 100%;}
@media(max-width: 768px) {
    #intro h2{font-size: 50px;}
    #intro .inner{padding-bottom: 0;}
    #intro p{font-size: 17px;}
    #intro .imgBox{    aspect-ratio: 2 / 1.3;}
    #intro p{margin-bottom: 40px;}
    #intro .imgBox img{height: 100%;object-fit: cover}
    }
/* //INTRO */






/* INFO */
#info{background: #F5F8F3;}
#info{}
#info .desc li{display: flex;align-items:flex-start;margin-bottom: 15px;font-size: 18px;}
#info .desc strong{width: 134px;    padding: 5px 10px;background: #1D3933;color:#fff;border-radius: 4px;margin-right: 10px;font-weight: 600;font-size: 17px;}
#info .desc p{width: auto;padding-top: 5px;}
@media(max-width: 768px) {
    #info .flex{display: block !important;}
    #info .desc{text-align: center}
    #info .desc li{display: block;margin-bottom: 25px;}
    #info .desc p{margin-top: 10px;text-align: center}
    #info .desc strong{width: 100%;display: block;text-align: center}
    }
/* //INFO */



/* 코스안내 */
#course{}
#course .tab-content{font-size: 18px;font-weight: 600;}
#course .tab-content .box > .flex{flex-wrap: wrap}
#course .tab-content .mapBox{position: relative; overflow: hidden}
#course .tab-content .mapBox span{position: absolute;left: 14%;top: 2%; padding: 15px 32px;    border-radius: 120px;
    font-size: 17px;font-weight: 700;background: #fff;}
#course .tab-content p{font-weight: normal;}
@media(max-width: 768px) {
    #course .tab-content{font-size: 16px;}
    #course .tab-content .box > .flex{display: block !important;line-height: 1.8;}
    #course .tab-content .mapBox span{display: none}

    }

/* //코스안내 */



/* 기념품안내 */
#gift{background: #0F753F;position: relative}
#gift .gift_bg1{position: absolute;left: 0;top: 15%;}
#gift .gift_bg2{position: absolute;right: 0;top: 5%;}
#gift .product img{position: relative;z-index: 1;max-width: 1400px;margin: 0 auto;}
@media(max-width: 768px) {
    #gift .gift_bg1, #gift .gift_bg2{width: 100px;opacity: 0.6;}
    #gift .gift_bg1{top: 20%;}
    #gift .gift_bg2{top: 25%;right: -5%;}
    #gift .product img{max-width: 100%}


    }

/* //기념품안내 */



/* 시상안내 */
#awards{}
#awards .table{}
#awards .table table{font-size: 18px;}
#awards .table table tr{}
#awards .table table .bg{background: #F5F8F3 !important;}
#awards .table table th,
#awards .table table td{    padding-left: 1rem;
    padding-right: 1rem;
    word-break: keep-all;
    word-wrap: break-word;}
#awards .table table th{    background: #1D3933;color: #fff}
#awards .table table td{    border-right: 1px solid #1d393324; border-color: #1d393324}
#awards .table tr:nth-of-type(even) td {
    background: #f5f8f394;
    }
@media(max-width: 768px) {
    #awards .table th, #awards .table td{font-size: 15px;}

    }
/* //시상안내 */





/* 참가신청 */
#apply{font-size: 18px;background: url(../img/common/applyBg.jpg) no-repeat;background-size: cover;position: relative}
#apply::after{content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);}
#apply .title{position: relative;z-index: 1;}
#apply .form{max-width: 650px;margin: 0 auto;position: relative;z-index: 1;}
#apply label.full{color: #ececec;border-color: #ececec;opacity: 0.8;background: #ececec3d;}
#apply .totalPrice{border-top: 1px solid #efefef;padding-top: 20px;}
#apply .totalPrice strong{font-size: 34px;}
#apply .agree > .box{height: 200px;overflow-y: scroll}
@media(max-width: 768px) {
    #apply{font-size: 16px;}
    #apply .totalPrice strong{font-size: 28px;}
    #apply .btn-large{font-size: 17px;}
    #apply .agree label{font-size: 15px;font-weight: normal;letter-spacing: -0.05em}
    }

/* //참가신청 */


/* 오시는길 */
.map_area{display:flex;}
.map_area .left{padding-left: calc((100vw - 1200px) / 2);width: 55%;}
.map_area .title h3{font-size:40px;font-weight:800;margin-bottom:40px;}
.map_area .txt-brown{color:#9b6b43;    font-family: "GowunBatang", serif;}

.map_area .info li{margin-bottom:35px;}
.map_area .info h4{font-size:26px;font-weight:600;margin-bottom:15px;}
.map_area .info p{font-size:21px;color:#444;line-height:1.7;}

.map_area .way strong{display:block;font-size:26px;font-weight:600;margin-bottom:15px;color:#111;}
.map_area .way i{margin-right:8px;color:#9b6b43;    font-size: 1.3em;}

.map_area .right{width: 45%;}
.map_area .right iframe{width:100%;height:520px;border:0;}
.root_daum_roughmap .map_border,
.root_daum_roughmap .cont .section.lst{display: none !important;}
.map_area .root_daum_roughmap,.root_daum_roughmap .wrap_map,
.map_area .root_daum_roughmap .wrap_map{height: 100% !important;}
@keyframes pulse{
    0%{transform:scale(1);opacity:0.7;}
    100%{transform:scale(2.5);opacity:0;}
    }
@media(max-width:768px){
    .map_area{padding: 60px 1rem;display: block}
    .map_area > div{width: 100% !important;padding: 0;}
    .map_area .title h3{font-size: 26px;}
    .map_area .info h4, .map_area .way strong{font-size: 20px;}
    .map_area .info p{font-size: 16px;}
    .map_area .right,
    .map_area .root_daum_roughmap, .map_area .root_daum_roughmap .wrap_map{height: 300px;}
    }
/* 오시는길 */


/** 비회원 결제 뷰 페이지 **/
#applyComplete .complete-wrap{
    max-width: 820px;
    margin: 60px auto;
}
#applyComplete .complete-box{
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
#applyComplete .icon-box{
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 34px;
}
#applyComplete .icon-box.success{
    background: #ecfdf3;
    color: #16a34a;
}
#applyComplete .icon-box.fail{
    background: #fef2f2;
    color: #dc2626;
}
#applyComplete .table-view table{
    width: 100%;
    border-top: 1px solid #111827;
}
#applyComplete .table-view th,
#applyComplete .table-view td{
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 16px;
    text-align: left;
}
#applyComplete .table-view th{
    background: #f9fafb;
    font-weight: 600;
}
#applyComplete .dot-list{
    margin: 0;
    padding-left: 18px;
}
#applyComplete .dot-list li{
    margin: 8px 0;
    color: #4b5563;
}
#applyComplete .btn-group{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

 .copy-wrap {
     display: flex;
     align-items: center;
     gap: 8px;
 }

.copy-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-copy {
    border: 1px solid #e5e7eb;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.btn-copy i {
    font-size: 14px;
    color: #6b7280;
}

.btn-copy:hover {
    background: #111827;
    border-color: #111827;
}

.btn-copy:hover i {
    color: #fff;
}



/** 회원가입 비밀번호 입력 가이드 문구 **/
.pw-field {
    width: 100%;
}
.pw-guide {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}
.pw-guide .ok {
    color: #16a34a;
}
.pw-guide .need {
    color: #dc2626;
}

.auth-timer {
    margin-top: 6px;
    font-size: 13px;
    color: #dc2626;
}
.auth-timer.ok {
    color: #16a34a;
}