@charset "utf-8";
/* ==================================================

    * popup
    
================================================== */

/* Multi Popup */
.popup-wrap:has(.popup-rolling-wrap) .inner-layer {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 10vh 0;
}
.popup-rolling-wrap{
    position: static;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 -10px;
}
.popup-rolling-wrap .slick-list {
    width: 100%;
}
.popup-rolling-wrap .slick-track {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.popup-wrap .popup-rolling-wrap .popup-contents{
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    display: block;
    flex: 1;
    width: 100%;
    height: auto;
    max-height: 80vh;
    margin: 0 10px;
    background-color: transparent;
}
.popup-wrap .popup-rolling-wrap .popup-multi-box {
    height: 100%;
}
.popup-wrap .popup-rolling-wrap .popup-conbox {
    min-height: auto;
}
.popup-rolling-wrap .popup-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.popup-rolling-wrap .slick-arrow{
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.3);
    text-indent: -9999em;
}
.popup-rolling-wrap .slick-prev{
    left: -1px;
    background-image: url('../images/common/ic_pop_prev.png');
}
.popup-rolling-wrap .slick-next{
    right: -1px;
    background-image: url('../images/common/ic_pop_next.png');
}
.popup-wrap:has(.popup-rolling-wrap) .btn-popup-close {
	position: absolute;
    right: 0;
    top: -45px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/common/btn_pop_close_lg.png');
    background-size: 100%;
}
.popup-wrap:has(.popup-rolling-wrap) .popup-close {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    padding: 0;
}
.popup-rolling-wrap img {
    margin: 0 auto;
}

/**/
.popup-rolling-wrap .popup-conbox {
    padding: 25px;
}
.popup-rolling-wrap .popup-inner {
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}
.popup-rolling-wrap .popup-conbox .desc {
    height: auto;
    font-size: 22px;
}
.popup-rolling-wrap .popup-conbox .date {
    text-shadow: none;
    margin-top: 0;
    font-size: 28px;
}
.popup-rolling-wrap .pop-btn {
    width: auto;
    max-width: none !important;
    text-align: center;
}
.popup-rolling-wrap .pop-btn > span {
    padding-right: 50px;
    padding-left: 30px;
    line-height: 1.2;
}

/**/
.popup-rolling-wrap .full-img img {
    width: 100%;
}

/**/
.popup-rolling-wrap .deadline .popup-conbox {
    background-color: #fff3f6;
}
.popup-rolling-wrap .deadline .popup-inner  {
    box-shadow: 0 0 10px 0 rgba(230, 78, 111, 0.1);
}
.popup-rolling-wrap .deadline img {
    margin-bottom: 10px;
}
.popup-rolling-wrap .deadline .date{
    color: #e33359;
}
.popup-rolling-wrap .deadline .date strong{
    box-shadow: inset 0 -15px 0 #ffd9e2; 
}
.popup-rolling-wrap .pop-btn.deadline {
    background-color: #e64e6f;    
}

/* deadline popup type2 추가 - 25.07.14 mj.park */
.popup-rolling-wrap .deadline.type2 .popup-conbox {
    background-color: #fff7f2;
}
.popup-rolling-wrap .deadline.type2 .date{
    position: relative;
    display: inline-block;
    color: #222;
    font-weight: 600;
    vertical-align: top;
}
.popup-rolling-wrap .deadline.type2 .date strong,
.popup-rolling-wrap .deadline.type2 .date span{
    color: #ed4315;
}
.popup-rolling-wrap .deadline.type2 .date span{
    font-weight: 700;
}
.popup-rolling-wrap .deadline.type2 .date strong{
    box-shadow: inset 0 -15px 0 #ffe1d9; 
}
.popup-rolling-wrap .deadline.type2 .date:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: -12px;
    left: -15px;
    width: 40px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('../images/main/ic_new.png');
    background-size: 100%;
}
.popup-rolling-wrap .pop-btn.deadline {
    background-color: #e16728;    
}


/**/
.popup-rolling-wrap .early .popup-tit-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/main/bg_pop_early.png');
}
.popup-rolling-wrap .early .popup-conbox {
    height: calc(100% - 110px);
    background: #f8f5ff;
}
.popup-rolling-wrap .early .popup-inner  {
    box-shadow: 0 0 10px 0 rgba(107, 64, 195, 0.1);
}
.popup-rolling-wrap .early .date{
    font-size: 25px;
    color: #5127a7;
}
.popup-rolling-wrap .early .date strong{
    box-shadow: inset 0 -15px 0 #dfd2ff; 
}
.popup-rolling-wrap .pop-btn.early {
    background-color: #413386;    
}

/* popup 추가 - 25.09.02 mj.park */
.popup-rolling-wrap .early.type2 .popup-tit-wrap{
    background-image: url('../images/main/bg_pop_early02.png');
}
.popup-rolling-wrap .early.type2 .popup-conbox{
    background-color: #f5f8ff;
}
.popup-rolling-wrap .early.type2 .popup-inner{
    padding-inline: 30px;
}

/* popup 추가 - 25.09.04 mj.park */
.popup-rolling-wrap .early.type3 .popup-tit-wrap{
    background-image: url('../images/main/bg_pop_early03.png');
}
.popup-rolling-wrap .early.type3 .popup-conbox{
    background-color: #fff7f9;
}
.popup-rolling-wrap .early.type3 .popup-inner{
    padding-inline: 30px;
}
.popup-rolling-wrap .early.type3 .date strong{
    color: #a02441;
    box-shadow: inset 0 -15px 0 #ffdce4;
}
.popup-rolling-wrap .early.type3 .pop-btn.early{
    background-color: #a02441;
}

/* popup 추가 - 25.10.02 sb.lim */
.popup-rolling-wrap .early.type4 .popup-tit-wrap {
    background-image: url('../images/main/bg_pop_early04_02.png'), url('../images/main/bg_pop_early04.png');
		background-size: auto, cover;
		background-position: left 5px bottom -1px, center;
}
.popup-rolling-wrap .early.type4 .popup-tit strong {
	display: inline-block;
	padding: 0 8px;
	background-color: #ffef68;
	color: #eb0000;
	letter-spacing: -0.03em;
	line-height: 1.1;
}
.popup-rolling-wrap .early.type4 .popup-conbox{
    background-color: #fff4f0;
}
.popup-rolling-wrap .early.type4 .popup-inner{
    padding-inline: 30px;
}
.popup-rolling-wrap .early.type4 .date strong{
    color: #da4711;
    box-shadow: inset 0 -15px 0 #ffdccf;
}
.popup-rolling-wrap .early.type4 .pop-btn.early{
    background-color: #bc4317;
}



/*  팝업추가 - 25.11.14 sy.kim */
.popup-rolling-wrap .early.type5 .popup-conbox {
    height: auto;
    padding: 0;
    font-size: 16px;
    letter-spacing: -0.4px;
}
.popup-rolling-wrap .early.type5 .popup-inner {
    padding: 20px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/main/bg_pop_early05.png');
    border-radius: 0;
}
.popup-rolling-wrap .early.type5 .title {
    margin-bottom: 15px;
}
.popup-rolling-wrap .early.type5 .title img {
    max-width: 100%;
}
.popup-rolling-wrap .early.type5 .text-wrap {
    padding: 10px 20px;
    margin: 20px -5px 25px;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.popup-rolling-wrap .early.type5 .text-wrap ul {
    margin-top: 10px;
}
.popup-rolling-wrap .early.type5 .pop-btn.early{
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #d8662e;
}


.popup-rolling-wrap .early.type6 .popup-conbox {
    height: auto;
    padding: 5px;
    font-size: 16px;
    letter-spacing: -0.4px;
    background: linear-gradient(45deg, #d0c7f7 0%, #c4d2ff 100%);
}
.popup-rolling-wrap .early.type6 .popup-inner {
    padding: 15px;
    border-radius: 0;
}
.popup-rolling-wrap .early.type6 .title {
    margin-bottom: 15px;
    color: #2c44c8;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}
.popup-rolling-wrap .early.type6 .des {
    font-size: 17px;
}
.popup-rolling-wrap .early.type6 img {
    margin-top: 20px;
    margin-bottom: -12px;
}
.popup-rolling-wrap .early.type6 .pop-btn.early{
    margin-top: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #363d63;
}


.list-type-decimal-round > li{
    position: relative;
    list-style: none;
    padding: 0;
    padding-left: 20px;
}
.list-type-decimal-round > li:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 14px;
    font-size: 15px;
    font-weight: 600;
}
.list-type-decimal-round > li:nth-of-type(1):before {
    content: '①';
}
.list-type-decimal-round > li:nth-of-type(2):before {
    content: '②';
}
.list-type-decimal-round > li:nth-of-type(3):before {
    content: '③';
}

/* ==================================================

    * responsive
    
================================================== */
@media screen and (max-width: 1600px){
    .popup-rolling-wrap {
        padding-right: 20px;
        padding-left: 20px;
    }
    .popup-wrap:has(.popup-rolling-wrap) .btn-popup-close {
        right: 20px;
    }
}
@media screen and (max-width: 768px){
    .popup-rolling-wrap .slick-track {
        display: block;
    }
    .popup-rolling-wrap .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 10px auto;
    }
    .popup-wrap .popup-rolling-wrap .popup-multi-box {
        height: auto;
    }
    .popup-rolling-wrap .pop-btn > span {
        padding-right: 25px;
        padding-left: 10px;
    }

    .popup-rolling-wrap .popup-conbox {
        padding: 15px;
    }
    .popup-rolling-wrap .popup-inner {
        padding: 10px;
    }
    .popup-rolling-wrap .popup-conbox .desc {
        font-size: 14px;
    }
    .popup-rolling-wrap .popup-conbox .date {
        font-size: 17px;
    }

    .popup-rolling-wrap .deadline img {
        max-width: 56px;
    }
    .popup-rolling-wrap .early .popup-tit-wrap {
        height: 70px;
    }
    .popup-multi-box.deadline .popup-conbox,
    .popup-rolling-wrap .early .popup-conbox {
        height: auto;
    }

    /* deadline popup type2 추가 - 25.07.14 mj.park */
    .popup-rolling-wrap .deadline.type2 img{
        max-width: 120px;
    }
    .popup-rolling-wrap .deadline.type2 .date:before{
        top: -7px;
        left: -7px;
        width: 20px;
        height: 12px;
    }

    /* popup 추가 - 25.09.02 mj.park */
    .popup-rolling-wrap .early.type2 .popup-inner{
        padding: 10px;
    }

    /* popup 추가 - 25.10.02 mj.park */
    .popup-rolling-wrap .early.type4 .popup-tit-wrap {
        background-size: auto 57px, cover;
    }
    .popup-rolling-wrap .early.type4 .popup-tit strong {
        padding: 0 4px;
    }

    .popup-rolling-wrap .early.type5 .popup-conbox {
        font-size: 14px;
    }
    .popup-rolling-wrap .early.type5 .des br {
        display: none;
    }
    .popup-rolling-wrap .early.type5 .text-wrap {
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .popup-rolling-wrap .early.type6 .popup-conbox {
        font-size: 14px;
    }
    .popup-rolling-wrap .early.type6 .title {
        font-size: 20px;
    }
    .popup-rolling-wrap .early.type6 .des{
        font-size: 15px;
    }
    .popup-rolling-wrap .early.type6 .des br {
        display: none;
    }
    .popup-rolling-wrap .early.type6 img {
        width: 60px;
    }
}