/* 메인 */
#igpt-main {}
.section {position: relative;}
.inner {padding: 0 20% 50px 20%;}
.inner01 {padding-top: 50px;}

.sec01 {}
.sec01-bg {
    /* height: 100vh; */
	height: 80vh;
    overflow: hidden;
    background: url('/images/1920X1080/sec01-bg.gif') center center / cover no-repeat;
}
.sec01-img {
    height: 100%;
    background: url('/images/1920X1080/sec01-img1.png') 50% 50% no-repeat;
	background-size: auto 80%;
    animation: show 1.5s 0.3s both;
}
.sec-txtWrap {}
.sec-txt {
    margin: auto;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.8em;
}
@keyframes show {
    from {opacity: 0;} to {opacity: 1;}
}

.close { display: none; }


/**************************************** TESA DOWNLOAD BUTTON ****************************************/
.down-wrap { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ccc; background: #0e1e47; padding: 30px 20%; }
.down-wrap .sec-down-tit { font-size: 36px; font-weight: 800; color: #fff; }

.down-wrap .sec-download { display: flex; gap: 24px; }
.down-wrap .sec-download .btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 180px; padding: 16px 0; background: #051135; color: #fff; border-radius: 8px; font-weight: 600; transition: all 0.3s; }
.down-wrap .sec-download .btn:hover { transform: translateY(-5px); background: #fff; color: #050505; font-weight: 600; }
.down-wrap .sec-download .btn img { max-width: 30px; }
.down-wrap .sec-download .btn .txt {  }

/* 레이어 팝업 스타일 */
.layer-popup { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 9999; justify-content: center; align-items: center; }
.popup-content { background: #fff; padding: 40px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.popup-content p { font-size: 18px; margin-bottom: 15px; }
.popup-content .close-btn { background: #051135; color: #fff; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-size: 14px; transition: all 0.3s; }
.popup-content .close-btn:hover { background: #0e1e47; }
.popup-content .big-txt { font-size: 24px; font-weight: 800; display: inline-block; margin-bottom: 6px; }

@media screen and (max-width:1480px) {
	.down-wrap {  flex-direction: column; gap: 24px; }
}

@media screen and (max-width:640px) {
	.down-wrap { gap: 16px; }
	.down-wrap .sec-down-tit { font-size: 24px; }	
	.down-wrap .sec-download { gap: 12px; }
	.down-wrap .sec-download .btn { font-size: 14px; width: 160px; padding: 12px 0; pointer-events: none; }
	.down-wrap .sec-download .btn:hover { transform: translateY(0); }
	.down-wrap .sec-download .btn img { max-width: 24px; }
	.popup-content { width: 65%; }
}
