@charset "utf-8";
/* ==================================================

    * popup
    
================================================== */

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

.popup-wrap{
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.popup-tit-wrap{
    padding: 22px 30px;
    padding-right: 50px;
    background-color: #144393;
}
.popup-contit-wrap {
    margin-bottom: 30px;
}
.popup-contit{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}
.popup-contit-wrap.box {
    margin-bottom: 0;
    padding: 20px;
    background-color: #144393;
    text-align: center;
}
.popup-contit-wrap.box .popup-contit {
    color: #fff;
}

.popup-conbox{
    padding: 20px;
    font-size: 1.6rem;
}
.popup-wrap .popup-con img{
    max-width: 100%;
}
.popup-wrap .popup-attach-con > a {
    display: block;
    transition: 0.3s ease;
    background-repeat: no-repeat;
    word-break: break-all;
    line-height: 1.2;
}

.btn.btn-pop-more{
    background-color: #fff ;
    border-color: #505050;
    color: #505050;
}
.btn.btn-pop-link{
    background-color: #775650;
    border-color: #775650;
    color: #fff;
}

.popup-footer{
    padding: 17px 20px;
    font-weight: 600;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1;
    background-color: #ebebeb;
}
.popup-footer:has(.btn){
    position: relative;
    padding-right: 60px;
    text-align: left;
}
.popup-footer .btn{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
    background-color: #3b3b3b;
    color: #fff;
}

/* */
.btn-pop-close{
    position: absolute;
    top: 25px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/popup/ic_popup_close.png');
}

/* 레이어팝업 */
.popup-wrap:not(.win-popup-wrap) .popup-contents{
    overflow: hidden;
    position: relative;
    width: 90%;
    max-width: 540px;
    margin: 80px auto;
    background-color: #fff;
}

#pop-confirm .popup-contents{
    overflow: visible;
    max-width: 540px;
    margin: 20vh auto;
}
#pop-confirm .popup-contit-wrap{
    margin-bottom: 20px;
    font-size: 1.7rem;
}
#pop-confirm .popup-contit{
    display: block;
    margin-bottom: 10px;
    font-size:40px;
    font-weight: 700;
}
#pop-confirm .popup-conbox{
    padding: 80px 60px;
}
#pop-confirm .regi-confirm-wrap{
    max-width: 420px;
    margin: 0 auto;
}
#pop-confirm .sub-tab-menu,
#pop-confirm .sub-tab-menu > li{
    border-radius: 0;
}
#pop-confirm .sub-tab-menu{
    margin-bottom: 20px;
    border-color: #dce0ea;
}
#pop-confirm .sub-tab-menu > li > a{
    height: 55px;
    font-size: 1.9rem;
    font-weight: 400;
    color: #ccc;
}
#pop-confirm .input-box .form-item{
    width: 100%;
    height: 60px;
    padding: 20px 20px;
    border-color: #dce0ea;
    font-size: 16px;;
    letter-spacing: -0.02em;
}
#pop-confirm .input-box .form-item + .form-item{
    margin-top: 12px;
}
#pop-confirm .btn-wrap{
    margin-top: 10px;
}
#pop-confirm .btn-wrap .btn{
    width: 100%;
    padding: 20px;
    border-radius: 0;
    background-color: #144636;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin:0px;
    margin-bottom:30px;
    
}
#pop-confirm .btn-pop-close{
    top: -35px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url('../../img/developer/common/ic_popup_close.png');
}

#pop-confirm .find-confirm-wrap {
	font-size:16px;
	font-weight:500;
	color:#666666;
	text-align:center;
}

#pop-join .popup-contents{
    overflow: visible;
    max-width: 540px;
    margin: 10vh auto;
}
#pop-join .popup-contit-wrap{
    margin-bottom: 20px;
    font-size: 1.7rem;
}
#pop-join .popup-contit{
    display: block;
    margin-bottom: 10px;
    font-size:40px;
    font-weight: 700;
}
#pop-join .popup-conbox{
    padding: 80px 60px;
}
#pop-join .regi-confirm-wrap{
    max-width: 420px;
    margin: 0 auto;
}
#pop-join .sub-tab-menu,
#pop-join .sub-tab-menu > li{
    border-radius: 0;
}
#pop-join .sub-tab-menu{
    margin-bottom: 20px;
    border-color: #dce0ea;
}
#pop-join .sub-tab-menu > li > a{
    height: 55px;
    font-size: 1.9rem;
    font-weight: 400;
    color: #ccc;
}
#pop-join .input-box .form-item{
    width: 100%;
    height: 60px;
    padding: 20px 20px;
    border-color: #dce0ea;
    font-size: 16px;;
    letter-spacing: -0.02em;
    margin-top:8px;
    margin-bottom:20px;
}
#pop-join .input-box .form-item + .form-item{
    margin-top: 12px;
}
#pop-join .btn-wrap{
    margin-top: 10px;
}
#pop-join .btn-wrap .btn{
    width: 100%;
    padding: 20px;
    border-radius: 0;
    background-color: #144636;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin:0px;
    margin-bottom:30px;
    
}
#pop-join .btn-pop-close{
    top: -35px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url('../../img/developer/common/ic_popup_close.png');
}

#pop-join .find-confirm-wrap {
	font-size:16px;
	font-weight:500;
	color:#666666;
	margin-top:5px;
	margin-bottom:40px;
}

#pop-join .find-confirm-wrap input {
	margin-right:10px;
}

#pop-join .find-confirm-wrap span {
	color:#144636;
}

#pop-join .field-tit {
	font-size:16px;
	font-weight:500;
	color:#666666;
	margin-bottom:8px;
}

.find-joinOut-wrap {
	display: grid;
  	grid-template-columns: 1fr 1fr;
}

.find-joinOut-wrap a:first-child {
	font-size:16px;
	color:#999999;
	font-weight:500;
	text-align: left;
}

.find-joinOut-wrap a:last-child {
	font-size:16px;
	font-weight:700;
	color:#144636;
	text-align: right;
}

#pop-findId .popup-contents{
    overflow: visible;
    max-width: 540px;
    margin: 20vh auto;
}
#pop-findId .popup-contit-wrap{
    margin-bottom: 20px;
    font-size: 1.7rem;
}
#pop-findId .popup-contit{
    display: block;
    margin-bottom: 30px;
    font-size:40px;
    font-weight: 700;
}
#pop-findId .popup-conbox{
    padding: 80px 60px;
}
#pop-findId .regi-confirm-wrap{
    max-width: 420px;
    margin: 0 auto;
}
#pop-findId .sub-tab-menu,
#pop-findId .sub-tab-menu > li{
    border-radius: 0;
}
#pop-findId .sub-tab-menu{
    margin-bottom: 20px;
    border-color: #dce0ea;
}
#pop-findId .sub-tab-menu > li > a{
    height: 55px;
    font-size: 1.9rem;
    font-weight: 400;
    color: #ccc;
}
#pop-findId .input-box .form-item{
    width: 100%;
    height: 60px;
    padding: 20px 20px;
    border-color: #dce0ea;
    font-size: 16px;;
    letter-spacing: -0.02em;
}
#pop-findId .input-box .form-item + .form-item{
    margin-top: 12px;
}
#pop-findId .btn-wrap{
    margin-top: 20px;
}
#pop-findId .btn-wrap .btn{
    width: 100%;
    padding: 20px;
    border-radius: 0;
    background-color: #144636;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin:0px;
    margin-bottom:8px;
    
}
#pop-findId .btn-pop-close{
    top: -35px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url('../../img/developer/common/ic_popup_close.png');
}

#pop-findId .findBox h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}

#pop-findId .findIdFail h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:30px;
}

#pop-findId .findIdSucess h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}

#pop-findId .findIdSucess .findIdText {
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
	padding:18px;
	margin-bottom:20px;
	border:1px solid #144636;
	text-align:center;
}

#pop-findId .findIdSucess .btnFindPw {
	background:#F1F1F1;
	color:#222222;
	border:0;
}

#pop-findPw .popup-contents{
    overflow: visible;
    max-width: 540px;
    margin: 20vh auto;
}
#pop-findPw .popup-contit-wrap{
    margin-bottom: 20px;
    font-size: 1.7rem;
}
#pop-findPw .popup-contit{
    display: block;
    margin-bottom: 30px;
    font-size:40px;
    font-weight: 700;
}
#pop-findPw .popup-conbox{
    padding: 80px 60px;
}
#pop-findPw .regi-confirm-wrap{
    max-width: 420px;
    margin: 0 auto;
}
#pop-findPw .sub-tab-menu,
#pop-findPw .sub-tab-menu > li{
    border-radius: 0;
}
#pop-findPw .sub-tab-menu{
    margin-bottom: 20px;
    border-color: #dce0ea;
}
#pop-findPw .sub-tab-menu > li > a{
    height: 55px;
    font-size: 1.9rem;
    font-weight: 400;
    color: #ccc;
}
#pop-findPw .input-box .form-item{
    width: 100%;
    height: 60px;
    padding: 20px 20px;
    border-color: #dce0ea;
    font-size: 16px;;
    letter-spacing: -0.02em;
}
#pop-findPw .input-box .form-item + .form-item{
    margin-top: 12px;
}
#pop-findPw .btn-wrap{
    margin-top: 20px;
}
#pop-findPw .btn-wrap .btn{
    width: 100%;
    padding: 20px;
    border-radius: 0;
    background-color: #144636;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin:0px;
    margin-bottom:8px;
    
}
#pop-findPw .btn-pop-close{
    top: -35px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url('../../img/developer/common/ic_popup_close.png');
}

#pop-findPw .findBox h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}

#pop-findPw .findPwFail h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:30px;
}

#pop-findPw .findPwSucess h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}
/* ==================================================

    * responsive
    
================================================== */
@media screen and (max-width: 1300px){
    /* 25.04.11 멀티팝업 수정 - sy.kim */
    .popup-wrap:has(.popup-rolling-wrap) .btn-pop-close.out{
        right: 20px;
        top: calc(10vh - 50px);
    }
    .popup-conbox:has(.hotel-wrap .table-wrap) img {
        width: 100%;
    }
}

@media screen and (max-width: 1024px){
    /* 사전등록 확인 popup - 25.04.14 mj.park */
    #pop-confirm .btn-pop-close{
        top: -65px;
        right: 0;
    }
    
    /* 초록심사 팝업 - 25.08.04 sy.kim */
    /*
    #pop-review .popup-conbox {
        padding: 20px;
    }
    */
    #pop-review .popup-con {
        flex-direction: column;
        gap: 20px;
    }
    #pop-review .popup-con .scroll-y {
        position: static;
        width: 100%;
        height: auto;
    }
    #pop-review .popup-con .right {
        width: 100%;
    }
    
    /* 팝업레이어 */
	#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
	#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
	.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;left:0 !important;top:40px !important;margin:20px !important;}
	.hd_pops img {max-width:100%;height:auto}
	.hd_pops_con { width:100% !important; height:100% !important; }
	.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:left}
	.hd_pops_footer button {margin-right:0px;padding:5px 10px;border:0;background:#393939;color:#fff}
	.hd_pops_close {height:100%; width:15%}
}
@media screen and (max-width: 768px){
    .popup-wrap{
        justify-content: start;
    }
    .popup-wrap .popup-contents{
        margin: 3vh auto;
    }
    .popup-tit-wrap{
        padding: 15px 20px;
        padding-right: 50px;
        font-size: 20px;
    }
    .popup-tit{
        font-size: 20px;
    }
    .popup-contit-wrap {
        padding: 10px;
    }
    .popup-contit{ 
        font-size: 20px;
    }

    .popup-conbox{
        padding: 10px;
        font-size: 14px;
    }
    .popup-wrap .popup-attach-con > a {
        font-size: 12px;
    }

    .popup-footer{
        padding: 10px 15px;
        font-size: 12px;
    }
    .popup-footer:has(.btn) {
        padding: 12px 15px;
    }
    .popup-footer .btn {
        padding: 12px;
        font-size: 14px;
    }
    
    /* */
    .btn-pop-close{
        top: 18px;
        right: 15px;
        width: 25px;
        height: 25px;
        background-size: 20px;
    }


    /* 레이어팝업 */
    .popup-wrap:not(.win-popup-wrap) .popup-contents{
        margin: 50px auto;
        border-radius: 5px;
    }

    /* 윈도우팝업 */
    .win-popup-wrap .popup-contents{
        margin: 0 auto;
    }

    /* Type D */
    .type4 .popup-conbox{
        padding: 50px 15px 20px;
    }
    .type4 .popup-contit{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .type4 .popup-con{
        font-size: 14px;
        line-height: 1.4;
    }
    .type4 .popup-attach-con > a{
        padding: 10px;
        padding-left: 25px;
        border-radius: 3px;
        background-size: 10px;
        background-position: 10px 13px;
        font-size: 12px;
        line-height: 1.3;
    }
    .type4 .popup-attach-con > a + a{
        margin-top: 7px;
    }
    .type4 .btn-wrap{
        margin-top: 20px;
    }
    .type4 .btn-wrap .btn{
        padding: 7px 25px;
        margin: 2px;
        border-radius: 2px;
        font-size: 14px;
    }
    .type4 .popup-footer{
        padding: 9px 15px;
        font-size: 12px;
    }
    .type4 .btn-pop-close{
        top: 18px;
        right: 15px;
    }

    /* 사전등록 확인 popup - 25.04.14 mj.park */
    #pop-confirm .popup-conbox{
        padding: 40px 20px;
    }
    #pop-confirm .popup-contents{
        max-width: 90%;
        margin: 10vh auto;
        border-radius: 10px;
    }
    #pop-confirm .popup-contit-wrap{
        margin-bottom: 15px;
        padding: 0;
        font-size: 14px;
    }
    #pop-confirm .popup-contit{
        margin-bottom: 5px;
        font-size: 20px;
    }
    #pop-confirm .sub-tab-menu{
        margin-bottom: 15px;
    }
    #pop-confirm .sub-tab-menu > li > a{
        height: 40px;
        font-size: 14px;
    }
    #pop-confirm .input-box .form-item{
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }
    #pop-confirm .input-box .form-item + .form-item{
        margin-top: 10px;
    }
    #pop-confirm .btn-wrap .btn{
        padding: 13px 0;
        font-size: 16px;
    }
    #pop-confirm .btn-pop-close{
        top: -45px;
        width: 35px;
        height: 35px;
        background-size: 100%;
    }

    #pop-join .popup-contents{
    overflow: visible;
    max-width: 540px;
    margin: 10vh auto;
}
#pop-join .popup-contit-wrap{
    margin-bottom: 20px;
    font-size: 1.7rem;
}
#pop-join .popup-contit{
    display: block;
    margin-bottom: 5px;
    font-size:20px;
    font-weight: 700;
}
#pop-join .popup-conbox{
    padding: 40px 20px;
}
#pop-join .regi-confirm-wrap{
    max-width: 420px;
    margin: 0 auto;
}
#pop-join .sub-tab-menu,
#pop-join .sub-tab-menu > li{
    border-radius: 0;
}
#pop-join .sub-tab-menu{
    margin-bottom: 20px;
    border-color: #dce0ea;
}
#pop-join .sub-tab-menu > li > a{
    height: 55px;
    font-size: 1.9rem;
    font-weight: 400;
    color: #ccc;
}
#pop-join .input-box .form-item{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-color: #dce0ea;
    font-size: 14px;;
    letter-spacing: -0.02em;
    margin-top:8px;
    margin-bottom:16px;
}
#pop-join .input-box .form-item + .form-item{
    margin-top: 12px;
}
#pop-join .btn-wrap{
    margin-top: 10px;
}
#pop-join .btn-wrap .btn{
    width: 100%;
    padding: 13px;
    border-radius: 0;
    background-color: #144636;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin:0px;
    margin-bottom:10px;
    
}
#pop-join .btn-pop-close{
    top: -35px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url('../../img/developer/common/ic_popup_close.png');
}

#pop-join .find-confirm-wrap {
	font-size:16px;
	font-weight:500;
	color:#666666;
	margin-top:5px;
	margin-bottom:32px;
}

#pop-join .find-confirm-wrap input {
	margin-right:10px;
}

#pop-join .find-confirm-wrap span {
	color:#144636;
}

#pop-join .field-tit {
	font-size:14px;
	font-weight:500;
	color:#666666;
	margin-bottom:8px;
}

#pop-findId .popup-contit-wrap{
    margin-bottom: 5px;
    font-size:20px;
}
#pop-findId .popup-contit{
    display: block;
    margin-bottom: 5px;
    font-size:20px;
    font-weight: 700;
}
#pop-findId .popup-conbox{
    padding: 40px 20px;
}
#pop-findId .regi-confirm-wrap{
    max-width: 420px;
    margin: 0 auto;
}
#pop-findId .sub-tab-menu,
#pop-findId .sub-tab-menu > li{
    border-radius: 0;
}
#pop-findId .sub-tab-menu{
    margin-bottom: 20px;
    border-color: #dce0ea;
}
#pop-findId .sub-tab-menu > li > a{
    height: 55px;
    font-size: 1.9rem;
    font-weight: 400;
    color: #ccc;
}
#pop-findId .input-box .form-item{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-color: #dce0ea;
    font-size: 14px;;
    letter-spacing: -0.02em;
}
#pop-findId .input-box .form-item + .form-item{
    margin-top: 12px;
}
#pop-findId .btn-wrap{
    margin-top: 20px;
}
#pop-findId .btn-wrap .btn{
    width: 100%;
    padding: 13px 0 ;
    border-radius: 0;
    background-color: #144636;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin:0px;
    margin-bottom:8px;
    
}
#pop-findId .btn-pop-close{
    top: -35px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url('../../img/developer/common/ic_popup_close.png');
}

#pop-findId .findBox h3 {
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
}

#pop-findId .findIdFail h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:30px;
}

#pop-findId .findIdSucess h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}

#pop-findId .findIdSucess .findIdText {
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
	padding:18px;
	margin-bottom:20px;
	border:1px solid #144636;
	text-align:center;
}

#pop-findId .findIdSucess .btnFindPw {
	background:#F1F1F1;
	color:#222222;
	border:0;
}

#pop-findPw .popup-contents{
    overflow: visible;
    max-width: 540px;
    margin: 20vh auto;
}
#pop-findPw .popup-contit-wrap{
    margin-bottom: 5px;
    font-size: 20rem;
}
#pop-findPw .popup-contit{
    display: block;
    margin-bottom: 10px;
    font-size:20px;
    font-weight: 700;
}
#pop-findPw .popup-conbox{
    padding: 40px 20px;
}
#pop-findPw .regi-confirm-wrap{
    max-width: 420px;
    margin: 0 auto;
}
#pop-findPw .sub-tab-menu,
#pop-findPw .sub-tab-menu > li{
    border-radius: 0;
}
#pop-findPw .sub-tab-menu{
    margin-bottom: 20px;
    border-color: #dce0ea;
}
#pop-findPw .sub-tab-menu > li > a{
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
}
#pop-findPw .input-box .form-item{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-color: #dce0ea;
    font-size: 14px;
    letter-spacing: -0.02em;
}
#pop-findPw .input-box .form-item + .form-item{
    margin-top: 12px;
}
#pop-findPw .btn-wrap{
    margin-top: 20px;
}
#pop-findPw .btn-wrap .btn{
    width: 100%;
    padding: 13px 0;
    border-radius: 0;
    background-color: #144636;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin:0px;
    margin-bottom:8px;
    
}
#pop-findPw .btn-pop-close{
    top: -35px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url('../../img/developer/common/ic_popup_close.png');
}

#pop-findPw .findBox h3 {
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
}

#pop-findPw .findPwFail h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:30px;
}

#pop-findPw .findPwSucess h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}

}