@charset "utf-8";
/* ==================================================

    * popup
    
================================================== */
ul {
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
.popup-wrap,
.popup-wrap * {
	box-sizing: border-box;
}
.popup-wrap{
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    letter-spacing: -0.015em;
}
.popup-contents{
    position: relative;
}
.popup-contents{
	overflow: hidden;
	position: relative;
	width: 90%;
	max-width: 650px;
	margin: 7vh auto;
	background-color: #fff;
}
.popup-conbox{
    padding: 40px 30px;
}
.popup-contents .popup-footer {
	padding-right: 15px;
	color: #fff;
}	
.popup-footer{
    position: relative;
    width: 100%;
    height: 45px;
    padding: 12px 15px;
    padding-right: 60px;
    background-color: #ebebeb;
    letter-spacing: -0.05em;
		line-height: 1.2;
}
.popup-footer .btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 45px;
    padding: 15px 10px;
    background-color: #3b3b3b;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.btn-pop-close{
    position: absolute;
    top: 18px;
    right: 30px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/icon/ic_popup_close.png');
}
.popup-tit-wrap:has(.btn-pop-close) {
	position: relative;
}
.popup-tit-wrap > .btn-pop-close{
    top: 50%;
    right: 40px;
		transform: translateY(-50%);
}


/* Invited Speakers Popup */
.popup-wrap.speakers-popup {
	display: none;
} 
.speakers-popup .popup-contents {
	max-height: 90vh;
}
.speakers-popup .popup-tit-wrap {
	padding: 24px 40px;
	background: linear-gradient(to right, #c3579f, #2b59a8);
}
.speakers-popup .popup-tit {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-align: left;
}
.speakers-popup .popup-tit > strong {
	display: block;
	font-size: 25px;
}
.speaker-pop-con {
	padding: 40px;
	background-color: #f4f4f4;
}
.speaker-pop-con > p {
	font-size: 17px;
	text-align: left;
}
.speakers-popup .scroll-y {
	overflow-y: auto;
	height: calc(100% - 95px);
}
.scroll-y::-webkit-scrollbar,
.scroll-x::-webkit-scrollbar{
    width: 15px;
    height: 15px;
}
.scroll-y::-webkit-scrollbar-thumb,
.scroll-x::-webkit-scrollbar-thumb{
    background-color: #ba4292;
}
.popup-wrap .scroll-x::-webkit-scrollbar-thumb{
    background-color: #5643af;
}
.scroll-y::-webkit-scrollbar-track,
.scroll-x::-webkit-scrollbar-track{
    background-color: #dbdbdb;
}
.popup-con + .btn-wrap {
	margin-top: 50px;
}
.btnBig.color-type1 {
	background-color: #bc4700 !important;
	border-color: #bc4700 !important;
	color: #fff !important;
}

/* window popup */
.win-popup-wrap{
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: none;
}
.win-popup-wrap .popup-contents{
    max-width: 100%;
    padding-bottom: 45px;
}
.win-popup-wrap .popup-footer{
    position: fixed;
    bottom: 0;
}
.win-popup-wrap .btn-pop-close{
    display: none;
}

/* Multi Popup */
.popup-rolling-wrap {
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    /* height: 80vh; */
    max-width: 1300px;
    margin: 10vh auto;
    padding: 0 20px;
}
.popup-wrap .popup-rolling-wrap .popup-contents{
    display: flex;
		flex-direction: column;
    position: relative;
    flex: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    height: 100%;
    margin: 0 15px;
    background-color: #fff;
}
/* .popup-rolling-wrap .popup-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
} */
.popup-rolling-wrap .slick-track{
    height: 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;
		border: 0 none;
}
.popup-rolling-wrap .slick-prev{
    left: 0;
    background-image: url('../image/icon/ic_pop_prev.png');
}
.popup-rolling-wrap .slick-next{
    right: 0;
    background-image: url('../image/icon/ic_pop_next.png');
}
.popup-rolling-wrap .btn-pop-close{
    background-size: 30px;
}
.popup-rolling-wrap .scroll-y{
    overflow-y: auto;
    height: calc(100% - 118px);
}
.type2 .popup-rolling-wrap .scroll-y,
.type4 .popup-rolling-wrap .scroll-y,
.popup-rolling-wrap .type2 .scroll-y,
.popup-rolling-wrap .type4 .scroll-y{
    height: calc(100% - 45px);
}



/* Dday 팝업 작업 : 임수비 : 26.01.16 */
.popup-conbox:has(.popup-dday-wrap) {
	border: 5px solid #c8e6f9;
	border-bottom: 0 none;
	background-repeat: no-repeat;
	background-image: url('../image/popup/bg_popup.png');
	background-size: cover;
}
.popup-dday-wrap {
	display: flex;
}
.popup-dday-wrap > div {
	flex: 1;
	text-align: center;
}
.popup-dday-wrap > div > p {
	margin-top: 16px;
	line-height: 1.2;
}
.popup-dday-wrap > div .dday {
	display: block;
	margin: 16px 0;
	font-size: 20px;
	font-weight: 600;
	color: #9d1d7d;
	line-height: 1;
}
.popup-dday-wrap > div a {
	display: inline-block;
	width: 100%;
	max-width: 222px;
	padding: 12px 0;
	color: #fff;
	line-height: 1;
	background-color: #cf51b0;
	border-radius: 20px;
}
.popup-dday-wrap > div + div .dday {
	color: #11569e;
}
.popup-dday-wrap > div + div a {
	background-color: #347dc8;
}
.popup-contents:has(.popup-dday-wrap) .popup-footer {
	padding-right: 15px;
	color: #fff;
	background-color: #00acd1;
}
.popup-contents:has(.popup-dday-wrap) .popup-footer > * {
	cursor: pointer;
}
.btn-pop-close-text > .icon > img {
	margin-top: 4px;
	margin-left: 5px;
}

/* Maintenance 팝업 작업 : 임수비 : 26.01.29 */
.popup-rolling-wrap .popup-conbox {
	flex: 1;
}
.popup-conbox:has(.popup-maintenance-wrap) {
	border: 5px solid #ffd9f0;
	border-bottom: 0 none;
	background-repeat: no-repeat;
	background-image: url('../image/popup/bg_popup02.png');
	background-size: cover;
}
.popup-maintenance-wrap {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}
.popup-maintenance-wrap > .tit {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #b62d80;
	text-align: center;
}
.popup-maintenance-wrap > .schedule-box {
	position: relative;
	padding: 14px 12px;
	margin: 16px 0;
	font-size: 17px;
	text-align: center;
	font-weight: 600;
	line-height: 1.3;
	background-color: #ffebf7;
}
.popup-maintenance-wrap > .schedule-box::before {
	content: '';
	position: absolute;
	top: -25px;
	right: -8px;
	display: block;
	width: 59px;
	height: 76px;
	background-repeat: no-repeat;
	background-image: url('../image/popup/ic_popup02_01.png');
	background-size: contain;
}
.popup-maintenance-wrap > .schedule-box strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #dd405b;
}
.popup-contents:has(.popup-maintenance-wrap) .popup-footer {
	padding-right: 15px;
	color: #fff;
	background-color: #b62d80;
}

/* Mobile Pre-registration 팝업 */
.popup-conbox:has(.popup-mobile-wrap) {
	border: 5px solid #705FC4;
	border-bottom: 0 none;
	background-repeat: no-repeat;
	background-image: url('../image/popup/bg_popup03.png');
	background-size: cover;
}
.popup-contents:has(.popup-mobile-wrap) .popup-footer {
	background-color: #705FC4;
}

.popup-mobile-wrap > .img-wrap {
	text-align: center;
}
.popup-mobile-wrap > .tit{
	margin: 9px 0;
	color: #705FC4;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
}
.popup-mobile-wrap > .con {
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
}
.popup-con .btn-wrap {
	margin-top: 16px;
	text-align: center;
}
.popup-con .btn-popup {
	display: inline-block;
	width: 100%;
	max-width: 222px;
	padding: 12px 0;
	color: #fff;
	text-align: center;
	line-height: 1;
	border-radius: 20px;
}
.popup-con:has(.popup-mobile-wrap) .btn-popup {
	background: linear-gradient(90deg, #9635A7 0%, #B62D80 100%);
}


/* ==================================================

    * responsive
    
================================================== */
@media screen and (max-width: 1024px){
    html,
    body{
        font-size: 9px;
    }
}
@media screen and (max-width: 960px){
    .popup-conbox{
      padding: 20px 15px;
    }
    .popup-tit-wrap{
        padding: 15px 20px;
    }
    .popup-footer{
        padding: 9px 15px;
        padding-right: 50px;
        height: 32px;
        font-size: 12px;
    }
    .popup-footer .btn{
        width: auto;
        height: 30px;
        padding: 10px 15px;
        font-size: 12px;
        text-align: center;
    }
    .btn-pop-close{
        top: 18px;
        right: 15px;
        width: 18px;
        height: 18px;
        background-size: 20px;
    }

		/* Invited Speakers Popup */
		.speakers-popup .popup-tit-wrap {
			padding: 12px 20px;
		}
		.speakers-popup .popup-tit {
			font-size: 14px;
		}
		.speakers-popup .popup-tit > strong {
			font-size: 18px;
		}
		.popup-tit-wrap > .btn-pop-close {
			right: 20px;
		}
		.speaker-pop-con {
			padding: 20px;
		}
		.speaker-pop-con > p {
			font-size: 14px;
		}
		.popup-con + .btn-wrap {
			margin-top: 30px;
		}
		.scroll-y::-webkit-scrollbar,
		.scroll-x::-webkit-scrollbar{
				width: 8px;
				height: 8px;
		}



    .popup-wrap:not(.win-popup-wrap) .popup-contents{
        margin: 3vh auto;
    }
    .win-popup-wrap .popup-contents{
        padding-bottom: 30px;
    }

    /* Multi Popup */
    .popup-wrap .popup-rolling-wrap .popup-contents{
        max-width: 100%;
        margin: 0;
    }
    .popup-rolling-wrap .scroll-y{
        height: calc(100% - 93px);
    }
    .type2 .popup-rolling-wrap .scroll-y,
    .type4 .popup-rolling-wrap .scroll-y,
    .popup-rolling-wrap .type2 .scroll-y,
    .popup-rolling-wrap .type4 .scroll-y{
        height: calc(100% - 45px);
    }

		.popup-wrap .popup-rolling-wrap .popup-contents{
			height: auto;
		}
		.popup-rolling-wrap .slick-slide img {
			display: inline-block;
		}
		.popup-rolling-wrap .slick-arrow {
			width: 30px;
			height: 30px;
			background-size: auto 20px;
		}



		.popup-conbox:has(.popup-dday-wrap) {
			background-image: url('../image/popup/bg_popup_m.png');
			background-position: center center;
		}
		.popup-dday-wrap {
			flex-direction: column;
			gap: 30px;
		}
		.popup-dday-wrap > div .dday {
			margin: 10px 0;
			font-size: 16px;
		}
		.popup-dday-wrap > div a {
			width: 170px;
			padding: 8px 0;
		}
		.btn-pop-close-text {
			font-size: 14px;
		}


		.popup-maintenance-wrap > .tit {
			font-size: 20px;
		}
		.popup-maintenance-wrap > .schedule-box {
			font-size: 16px;
		}
		.popup-maintenance-wrap > .schedule-box::before {
			top: -25px;
			right: -8px;
			width: 39px;
			height: 56px;
		}
		.popup-maintenance-wrap > .schedule-box strong {
			font-size: 18px;
		}

		.popup-con .btn-popup {
			width: 170px;
			padding: 8px 0;
		}
		.popup-mobile-wrap > .tit {
			font-size: 18px;
		}
		.popup-mobile-wrap > .con {
			font-size: 14px;
		}
}