@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

/* 원형배너 */
.final_rate_circle {
    width: 210px;
    height: 210px;
    background: #232323;
    border-radius: 50%;
    border: 1px solid #ffec5c;
    box-shadow: 0 0 12px #222;
    display: flex;
    right:300px;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: 75px;
}

.final_rate_circle-inner{
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.final_rate_circle-top{
    background: #232323;
    border-radius: 22px;
    border: 1px solid #ffec5c;
    color: #fff;
    font-family: 'GMarketSans', 'Pretendard', sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 3px 22px;
    letter-spacing: 1px;
}


.final_rate_circle-num {
    color: #ffe425;
    font-size: 62px;
    font-weight: 900;
    font-family: 'GMarketSans', 'Pretendard', sans-serif;
    line-height: 1.1;
    display: flex;
    align-items: flex-end;
    padding-top: 10px;
}
.final_rate_circle-num .percent {
    font-size: 44px;
    font-weight: 900;
    color: #ffe425;
}
.final_rate_circle-desc {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Pretendard', 'GMarketSans', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -1px;
}


/* 윙배너 */
.wing_banner{
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}

.wing_banner_item{
    background-color:#84f5de;
    padding:20px;
    text-align: center;
    font-size:22px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom:10px;
    border-radius: 30px 0 0 30px;
}
.wing_banner_item a{
    color:#fff;
    font-weight: 700;
    font-size:18px;
    background-color:#212121;
    padding:10px 20px;
    border-radius: 50px;
    display:inline-block;
    margin-top:10px;
    width:114px;
}

.wing_banner_item_2{
    color:#fff;
    border:1px solid #84f5de;
    background:linear-gradient(to right, #414141, #010101);
}

.wing_banner_item_2 a{
    color:#212121;
    background-color:#84f5de;
}
.wing_banner_item_2_1{
    color:#fff;
}
.wing_banner_item_2 hr{
    border-bottom:1px solid #84f5de;
    margin:20px 0;
}

/* 찾기힘들게 해놓았다 드디어찾음 */
#wrapper{overflow: visible !important;}

.wrap_public *{
    box-sizing: border-box;
}


.public_blue{
    color:#4188fe;
}

p{
    font-size:18px;
    font-family: 'Pretendard';
    font-weight: 300;
    line-height: 1.3;
}

h2{
    font-size:60px;
    font-family: 'GMarketSans';
    font-weight: 700;
    line-height: 1.3;
}

h3{
    font-size:40px;
    font-family: 'GMarketSans';
    font-weight: 700;
    padding-bottom:0;
}

h5{
    font-size:30px;
    font-family: 'GMarketSans';
    font-weight: 500;
}

h6{
    font-size:22px;
    font-family: 'GMarketSans';
    font-weight: 500;
}

h7{
    font-size:18px;
    font-family: 'GMarketSans';
    font-weight: 700;
}



/* 슬라이드1  */
.wrap_public .visual{
    background: url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2025/public/pc/bg.png') 
    no-repeat center center / cover;
    height:100%;
    width:100%;
    text-align: center;
}

.wrap_public .visual img{
    padding-top:150px;
}

/* 뷰포트 진입 시 “두둥 팝” 애니메이션 */
.visual.is-in img {
    animation:
      dudungPop 1800ms cubic-bezier(.2,.8,.2,1) var(--du-delay) forwards,
      shadowPulse 2200ms ease-out calc(var(--du-delay) + 120ms) both;
  }

/* 애니메이션효과 두둥 */
/* ‘두둥’ 팝 효과: 살짝 확대되며 또렷해짐 */
@keyframes dudungPop {
    0%   { opacity: 0; transform: scale(.86) translateY(400px);  }
    60%  { opacity: 1; transform: scale(1.06) translateY(120px); }
    85%  { transform: scale(.98); }
    100% { transform: scale(1); opacity: 1; }
  }
  
  /* 그림자 펄스(무게감) */
  @keyframes shadowPulse {
    0%   { box-shadow: 0 0 0 rgba(0,0,0,0); }
    50%  { box-shadow: 0 30px 60px rgba(0,0,0,.25); }
    100% { box-shadow: 0 12px 28px rgba(0,0,0,.18); }
  }



/* 컨텐츠1 */
.section_01{
    background-color: #f6f7f9;
    padding:130px 0;
}

.section_01 .public_01 .underscore{
    position: relative;
}

.section_01 .public_01 .underscore h2{
    z-index: 1;
    position: relative; 
    text-align: center;
}

.section_01 .public_01 .underscore img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
}

.section_01 .public_01 .kim_img{
    padding-top:30px;
    text-align: center;
}

.section_01 .public_01 .kim_img img{
    width:100%;
}

.section_01 .public_01 .text_public{
    width:1200px;
    background-color:#fff;
    margin-top: 70px;
    padding:70px 90px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.section_01 .public_01 .text_public .text_01{
    text-align: left;
    padding-bottom: 20px;
}

.section_01 .public_01 .text_public .text_01 .text_02_wrap{
    background-color:#f6f7f9;
    padding:30px 50px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
}

.section_01 .public_01 .text_public .text_01 .text_03{
    margin-top: 30px;
}

.section_01 .public_01 .text_public .text_01 .text_03 p{
    font-size:16px;
    color:#808080;
}

.section_01 .public_01 .text_public .icon_ab{
    position: absolute;
    bottom: 68px;
    right: 76px;
    animation: floatY 1.8s ease-in-out infinite;
}

/* 아이콘 위아래 움직임 */
@keyframes floatY {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); } /* 위로 */
    100% { transform: translateY(0); }
  }

/* 컨텐츠2 */
.section_02{
    background: #242a4b;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}


.inner_1200{
    display: flex;
    width: 1200px;
}

.section_02 .side_section{
    height: 100vh;
    left: 0;
    min-width: 280px;
    padding-top: 180px;
    position: sticky;
    top: 30px;
    z-index: 1;
}

.section_02 .side_section::after{
    background-color: #0f1959;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    z-index: -1;
}

.section_02 .side_section .side_title h2{
    color:#acccff;
    padding-bottom:20px;
}

.section_02 .side_section .side_title span{
    color:#fff;
    font-size: 25px;
    font-family: 'GMarketSans';
    font-weight: 300;
    line-height: 1.3;
}

.section_02 .side_section .side_img{
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 5;
}

.section_02 .side_section .side_img img{
    width: 800px;
}


.section_02 .main_section{
    flex: 1;
    padding-left: 60px;
    padding-bottom:150px;
    min-width: calc(1200px - 280px);
}

.section_02 .main_section .main_content_pg{
    padding-top:150px;
}

.section_02 .main_content_1 h3{
    color:#fff;
}

.why_box,.site_box{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.why_box .why_img{
    width:345px;
    height:270px;
    border-radius: 15px;
}

.why_box .why_img img{
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 15px;
}

.why_text{
    padding-left:50px !important;
}

.why_box .why_text, .site_box .site_text{
    padding-left: 20px;
}

.why_box .why_text .why_title{
    background-color:#fff;
    color:#15007d;
    display: inline-flex;
    padding:5px 18px;
    border-radius: 10px;
    margin-bottom: 14px;
}
.why_box .why_text .why_title h6{
    font-size:30px ;
    font-weight: 700 ;
}

.why_box .why_text .why_desc{
    color:#fff;
}
.why_box .why_text .why_desc p{
    font-size:25px ;
    line-height: 1.5;
}

.bottom_arrow{
    text-align: center;
}

.bottom_arrow h5{
    color:#fff;
    padding-top: 20px;
    line-height: 1.5;
}
.bottom_arrow h5 span{
    text-decoration: underline;
    background-color:#323ec8;
}


.site_public{
    background-color:#fff;
    padding:15px 30px;
    border-radius: 15px;
    margin-top: 30px;
}

.site_box{
    margin-top: 0;
    padding:7px 0;
}

.site_box .site_img{
    width:345px;
    height:auto;
}

.site_box .site_img img{
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 15px;
}

.site_title h6{
    color:#323ec8;
    font-weight: 700;
    font-size:30px;
}
.site_text .why_desc p{
    font-size:20px;
    line-height: 1.4;
}

.incumbent_main_typo > h6{
    color: rgba(255, 255, 255, 0.7);
    padding: 20px 0;
    line-height: 1.5;
    font-weight: 500;
}

.incumbent_main_content{
    padding-top:30px;
}

.incumbent_main_content_item{
    background: #fff;
    border-radius: 15px; 
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.08); 
    padding: 30px 32px 22px 32px; 
    margin-bottom: 32px; 
    position: relative;
    height: 338px;
}

.incumbent_main_content_item .item_title{
    position: absolute;
    font-size:18px;
    font-weight:500;
    color:#15007d;
    background:#eff2fe;
    border-radius:10px;
    width:150px;
    height:150px;
    display:inline-flex;
    margin-bottom:13px;
    top:-30px;
    left:0;
    justify-content: center;
    z-index: -1;
}

.incumbent_main_content_step{
    display:flex;
    gap:24px;
    justify-content: space-between;
    align-items: center;
}

.incumbent_main_content_step .step{
    background:#f6f7f9;
    border-radius: 13px;
    width:218px;
    height:327px;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:15px;
    padding-top:25px;
    text-align: center;
}

.incumbent_main_content_step .step h5{
    font-weight: 700;
    font-size:22px;
    line-height: 1.3;
}

.step3{
    background:#317cf9 !important;
}

.step3 h7, .step3 h5, .step3 p{
    color:#fff;
}


.slide_box{
    margin-top: 30px;
}

.curriculum_box{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;

}

.curriculum_box_item{
    background-color:#fff;
    border-radius: 15px;
    padding: 30px;
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.curriculum_box_item_title{
    background-color:#317cf9;
    width:100%;
    height:10vh;
    position: absolute;
    top:0;
    left:0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#fff;
}

.curriculum_box_item_title h7{
    font-size:24px;
}

.curriculum_box_item_content{
    text-align: left;
    padding-top:60px;
}

.curriculum_box_item_content ul h7{
    color:#317cf9;
}
.curriculum_box_item_content ul li{
    padding-top:20px;
}

.curriculum_box_item_content ul li p{
    font-family: 'GMarketSans';
    font-weight: 500;
    font-size:16px;
    line-height: 1.8;
    padding-top: 7px;
}

.curriculum_box_item_content ul li p span{
    color:#808080;
}

.curriculum_box_item_content ul li:nth-child(2) p{
    line-height: 1.5;
}

.curriculum_box_item_content ul li .small_text{
    margin-top: 10px;
    font-family: 'Pretendard';font-weight: 300;line-height: 1.3;color:#808080;
}


.curriculum_box_item_content ul hr{
    border: none;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}

.curriculum_box_item_content ul li:last-child{
    color:#fe2b2b;
}

/* 컨텐츠3 */
.section_03{
    background-color: #fff;
    padding:130px 0;
}

.section_03 .application .underscore{
    position: relative;
}

.section_03 .application .underscore h2{
    z-index: 1;
    position: relative; 
    text-align: center;
}

.section_03 .application .underscore img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
}
.application_box_wrp{
    margin-top: 70px;
}

.application_box{
    background-color:#f5f5f5;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding:40px 90px 90px 90px;
    margin-top: 30px;
}

.application_box_item_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.application_box_item_title h3{
    color:#317cf9;
}

.application_box_item_date{
    background: linear-gradient(to left, #b0e1fa, #fbf0ea);
    padding:5px 50px;
    border-radius: 10px;
    color:#212121;
    box-shadow: 0 3px 0 0 #39b8fa, 0 1px 6px 0 rgba(255,255,255,0.6);
    border: none;
}

.application_box_item_content ul{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.application_box_item_content ul li{
    background-color:#fff;
    border-radius: 15px;
    padding:30px;
    margin-top: 30px;
    width: 32%;
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.08);
}

.application_box_item_content ul li .app_icon{
    display: flex;
    justify-content: flex-end;
}

.no_price_text{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 20px 0 0 0;
    color:#808080;
}
.no_price_text p{
    font-size:14px;
}

.application_box_item_content ul li:last-child{
    background-color:#317cf9;
}

.amount_wrp{
    display:fex;
    justify-content: space-between;
    align-items: center;
}
.app_price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#fff;
}

.app_price h7{
    font-weight: 500;
}

.app_price_2{
    padding:20px 0;
}

.app_price_2_title{
    padding-top:7px;
}
.app_price_2 h7{
    color:#fff;
}

.app_price_2 i{
    font-weight: 700;
    font-size:18px;
    color:#f6ff00;
}

.app_price_2 em{
    font-weight: 700;
    font-size:24px;
    color:#fff;
}

.btn_wrp .buy{
    background-color:#111111;
    padding:20px 0;
    text-align: center;
    width:100%;
    display:block;
    border-radius: 10px;
    font-family: 'GMarketSans';
    font-weight: 700;
}

.btn_wrp a{
    color:#fff;
    font-weight: 700;
    font-size:30px;
}

.no_price{
    background-color:#143264 !important;
}

.no_price_title{
    text-align: center;
}
.no_price h7{
    color:#fff;
    font-size: 24px;
    line-height: 1.5;
}

.no_price .btn_wrp{
    margin-top: 20px;
}

.no_price .btn_wrp .buy{
    background-color:#fff;
    color:#143264;
}

/* Motion & interaction enhancements */
.motion-ready{
    opacity:0;
    transform:translateY(40px);
    transition:opacity 0.6s ease, transform 0.6s ease;
    will-change:opacity, transform;
}

.motion-visible{
    opacity:1;
    transform:translateY(0);
}

.countup{
    display:inline-block;
}
