﻿@import url('/resource/css/dgedu/up_pop.css');

/* 풀페이지 관련 css 수정 */
.fp-watermark{display: none;}
.fp-overflow { justify-content: flex-start; max-height: 100vh}
.fp-scrollable .fp-auto-height .fp-overflow { max-height: none;}
/* .fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow>.fp-overflow {overflow-y: auto;} */
.fp-overflow {outline: none; height:100%;}
.fp-overflow.fp-table {display: block;}
.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide { height: auto!important; min-height: auto!important}
.fp-sr-only { position: absolute;width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0 }
.fp-scroll-mac .fp-overflow::-webkit-scrollbar { background-color: transparent; width: 9px}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track { background-color: transparent;}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.4); border-radius: 16px; border: 4px solid transparent;}

#fullpage section { height: 100%; }
#fullpage section .container { height: 100%; }
#fullpage section:not(.MC_wrap4) .container { display: flex; justify-content: center; align-items: center; padding-top: 9.35rem; }

.MC_wrap1 { position: relative; background: url('/images/dgedu/template/TC37/main/section01_bg.png') no-repeat center / cover; }
.MC_wrap1::before { position: absolute; top: 9.35rem; left: 0; width: 518px; height: 449px; background: url('/images/dgedu/template/TC37/main/section01_bg01.png') no-repeat center; content: ""; }
.MC_wrap1::after { position: absolute; bottom: 0; right: 0; width: 500px; height: 517px; background: url('/images/dgedu/template/TC37/main/section01_bg02.png') no-repeat center; content: ""; }
.MC_wrap2 { position: relative; }
.MC_wrap2::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('/images/dgedu/template/TC37/main/section02_bg.png') no-repeat center / cover; content: ""; z-index: -2; }
.MC_wrap2 .container::before { position: absolute; bottom: 3.8rem; left: -11.25rem; width: 1663px; height: 110px; background: url('/images/dgedu/template/TC37/main/section02_deco01.png') no-repeat center / contain; content: ""; z-index: -1; }
/* .MC_wrap2 .container::after { position: absolute; right: -19rem; width: 469px; height: 671px; background: url('/images/dgedu/template/TC37/main/section02_deco02.png') no-repeat center / contain; content: ""; z-index: -1; } */
.MC_wrap3 { position: relative; }
.MC_wrap3::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('/images/dgedu/template/TC37/main/section03_bg.png') no-repeat center / cover; content: ""; z-index: -1; }
.MC_wrap3 .container { padding: 0 4rem; max-width: 78rem; overflow: hidden; }
.MC_wrap4 { height: auto !important; }

.con_wrap { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 6.5rem; }

@media (max-width:1440px){
    .MC_wrap3 .container { padding: 0 3rem; }

    .con_wrap { gap: 4.5rem; }
}

@media (max-width:1241px){
    #fullpage section:not(.MC_wrap4) .container { padding: 3rem 1rem; }

    .MC_wrap1::before,
    .MC_wrap1::after,
    .MC_wrap2 .container::before,
    .MC_wrap2 .container::after { display: none; }

    .con_wrap { gap: 2rem; }
    
}

@media (max-width:650px){
    .con_wrap { flex-wrap: wrap; }
}

@media (max-width:768px){
    #fullpage section:not(.MC_wrap4) .container { padding: 2rem 1rem; }
    .con_wrap { gap: 2rem; }
}

@media (max-width:460px){ 
	#mNav .snb .login li:nth-of-type(2n):before{ display:none; }
}