/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-82369
* CODE : Dev - EV00020201 , Prod - EV00008021
* FILE : kr/event/2025/01/07_pc_academy/eventMainPcAcademy.jsp
* DESC : 25년 신제품 출시 아카데미 사은품 이벤트 - 구매인증(사은품신청-어도비 포함)
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/12/24				신우용				Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
* {
	--width: 1380;
}
.evt-func {
	position: relative;
}
#eventJoinPcAcademy .input-info{
	-webkit-transform: none;
}

#agreeAcademy1_f table tbody td:nth-child(3) {
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
}
#eventJoinPcAcademy .tit-wrap [class*="evt-gram-list"]{
	margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}
/* 레이어 팝업 아코디언 */
.layer-pop .evt-acco-area{
	margin-top:24px;
}
.layer-pop .pop-conts.academy-pop .form-wrap .forms .conts .evt-acco-area .sn-number-wrap{
	padding:12px 24px;
}
.layer-pop .evt-acco-head{
	top: 12px;
    height: 27px;
    padding: 0 12px;
	z-index:1;
}
.layer-pop .evt-btn-area .evt-acco-btn{
	width:100%;
}
.layer-pop .evt-acco-cont{
	position:relative;
}
.layer-pop .evt-acco-cont:after{
	content:'';
	position: absolute;
	top: 10px;
	right: 16px;
	width: 32px;
	height: 32px;
	background: url(/lg5-common/images/icons/btn-down-16-black.svg) no-repeat 50% 50%;
	transition: all .3s;
}
.layer-pop .evt-acco-cont.unfolded:after{
	transform: rotate(180deg);
}

#confirmPopup3.layer-confirm-pop.popup-wrap .pop-conts{
	position: relative;
}

#confirmPopup3 .evt-hash-area, #confirmPopup3 .evt-hash-area > div{
	position: static;
}
#confirmPopup3 #conCouponNum{
	opacity: 0;
	position: absolute;
	z-index: -1;
	width: 1px;
	height: 1px;
	left: 0;
	top: 0;
	overflow: hidden;
}
#confirmPopup3 .btn-copy{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	background-image: url(/lg5-common/images/icons/icon-copy-20.svg);
	vertical-align: middle;
}

.academy-container .academy-join{
	bottom: 0;
	margin-bottom: calc(60 / var(--width)* 100%);
	padding-bottom: calc(46 / var(--width)* 100%);
}

.academy-container .academy-join a{
	width: calc(220 / var(--width)* 100%);
	margin: 0 calc(5 / var(--width)* 100%);
}

.academy-container .academy-join2{
	bottom: 0;
	margin-bottom: calc(60 / var(--width)* 100%);
	padding-bottom: calc(145 / var(--width)* 100%);
}
.academy-container .academy-join2 > div{
    width: calc(460 / var(--width)* 100%);
    left: 50%;
    flex-wrap: wrap;
    transform: translateX(-50%);
}
.academy-container .academy-join2 a{
	width: calc(650 / var(--width)* 100%);
    height: calc(610 / var(--width)* 100%);
    margin: 0 calc(15 / var(--width)* 100%);
}
.academy-container .academy-join2 #confirmBtnC{
	width: 100%;
    height: calc(460 / var(--width)* 100%);
    margin: calc(100 / var(--width)* 100%) 0 0;
}
.academy-container .evt-acco-head{
	top: 0;
	padding-top: calc(50 / var(--width)* 100%);
}
.academy-container .evt-acco-head button{
	width: 100%;
}

.academy-container .academy-banner{
	padding-top: 40px;
}
.academy-container .academy-banner a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px){
    * {
		--width: 720;
	}
    #eventJoinPcAcademy .tit-wrap [class*="evt-gram-list"]{
        font-size: 14px;
    }
	#confirmPopup3.layer-confirm-pop.popup-wrap .pop-conts{
		height: calc(100vh - 67px);
		max-height: calc(100vh - 67px);
	}

    .popup-wrap .input-info {
       -webkit-transform: translate3d(0,0,0) !important;
    }
  	#confirmPopup3 .btn-copy {
	    width: 4.25vw;
	    height: 4.25vw;
	}
	#confirmPopup3.layer-confirm-pop #resultTable3 .btn-group{
		position: fixed;
		bottom: 0px;
		left: 0;
		width: 100%;
		padding: 0;
		background-color: #ea1917;
		z-index: 10;
	}
	#confirmPopup3.layer-confirm-pop #resultTable3 .btn-group .btn{
		border-radius: 0;
	}
	.academy-container .academy-join{
		margin-bottom: calc(80 / var(--width)* 100%);
		padding-bottom: calc(90 / var(--width)* 100%);
	}
	.academy-container .academy-join a{
		width: calc(320 / var(--width)* 100%);
		margin: 0 calc(10 / var(--width)* 100%);
	}
	.academy-container .academy-join2 {
        margin-bottom: calc(80 / var(--width)* 100%);
        padding-bottom: calc(304 / var(--width)* 100%);
    }
    .academy-container .academy-join2 > div {
        width: calc(680 / var(--width)* 100%);
    }
	.academy-container .academy-join2 a{
        width: calc(334 / var(--width)* 100%);
        height: calc(305 / var(--width)* 100%);
        margin: 0 calc(10 / var(--width)* 100%);
    }
	.academy-container .academy-join2 #confirmBtnC {
        width: calc(700 / var(--width)* 100%);
        height: calc(220 / var(--width)* 100%);
        margin: calc(80 / var(--width)* 100%) 0 0;
    }
	.academy-container .evt-acco-head{
        padding-top: calc(100 / var(--width)* 100%);
    }

	.academy-container .academy-banner{
		padding: calc(40 / var(--width)* 100%) calc(32 / var(--width)* 100%);
	}
}


.intelCorePopUp	{position: absolute; width: 52.1%; height: 20%; bottom: 6%; left: 24%;}
#intelCorePopUp	{max-width: fit-content; min-height:fit-content !important; height:94%; min-height: 94% !important; overflow-y: scroll; position: relative !important;}
#intelCorePopUp picture	{padding:0px;}
#intelCorePopUp .pop-conts.no-footer:after	{padding:0px}
#intelCorePopUp button	{width: 60px; height: 37px; right: 0px; top: 0px;}
#intelCorePopUp button::before	{width: 60px; height: 37px; background: no-repeat;}
.intelPopup_a	{position: absolute; top: 380px; left: 241px; width: 230px; height: 24px;}
@media screen and (max-width:767px) {
    .intelCorePopUp	{left: 3.75%; bottom: 5.5%; width: 92.5%; height: 19.3%;}
    #intelCorePopUp	{max-width: unset; height: 100%; max-height: 100%;}
    #intelCorePopUp picture img	{width:100%}
    #intelCorePopUp button	{width: 50px; height: 40px;}
    #intelCorePopUp button::before	{width: 50px; height:40px;}
    .ui_modal_wrap	{overflow: scroll;}
    .intelPopup_a	{top: 370px; left: 26.5%; width: 57.5%; height: 3%;}
}