@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.n_main_w{
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
}
.n_1280_w{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.n_main_3{
    padding: 120px 0;
    box-sizing: border-box;
    background-color: #F7F7F7;
    position: relative;
}
.n_main_3 .bg_text_img{
    position: absolute;
    bottom: 55px;
    left: 40px;
}
.n_main_3 .title{
    text-align: center;
}
.n_main_3 .title >h4{
    color: #121212;
    font-family: "Pretendard";
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01px;
}
.n_main_3 .title >h2{
    color: #161E5C;
    font-family: "Playfair Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.024px;
    margin-top: 15px;
}
.n_main_3 .cont_1{
    margin-top: 40px;
    position: relative;
    z-index: 9;
}
.n_main_3 .cont_1 .spin_img{
    position: absolute;
    top: -144px;
    right: -80px;
}

.n_main_3 .cont_1 .spin_img >img{
    animation: spin 20s ease-out infinite;
}
.n_main_3 .cont_1 .n_main_3_swiper:hover .hov_box{
    /* display: block; */
}
.n_main_3 .cont_1 .hov_box{
    /* display: none; */
}
.n_main_3 .cont_1 .no_login_box{
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.60);
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    width: 100%;
    height: 101%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.n_main_3 .cont_1 .no_login_box .btn_box{
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid #E1E1E1;
    background: #161E5C;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.n_main_3 .cont_1 .no_login_box .btn_box a{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.n_main_3 .cont_1 .no_login_box .btn_box a h5{
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: center;
}
.n_main_3 .cont_1 .no_login_box .btn_box a h5 >span{
    color: #9DB4FF;
}
.n_main_3 .cont_1 .no_login_box .btn_box a .img_box{}

.n_main_3 .swiper_cord{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    border: solid 1px #BBBCBA;
    border-radius: 10px;
    padding: 12px;
}
.n_main_3 .swiper_cord .img_box{
    border-radius: 12px;
    overflow: hidden;
}
.n_main_3 .swiper_cord .img_box img{
    display: block;
    width: 100%;
    max-height: 258px;
    /* object-fit: cover; */
    aspect-ratio: 344 / 193;
}
.n_main_3 .swiper_cord h4{
    color: #FFF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.9px;
    border-radius: 12px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: linear-gradient(0deg, #161E5C 0%, #343F92 100%);
}
.n_main_3 .swiper_cord h4 >span{
    color: #90FFF6;
    text-align: center;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.n_main_3 .swiper_cord .text_box{
    border-radius: 12px;
    padding: 10px 30px;
    box-sizing: border-box;
    min-height: 123px;
    max-height: 123px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.n_main_3 .swiper_cord .text_box >h5{
    color: #303030;
    text-align: center;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}
.n_main_3 .swiper_cord .text_box .change_boxLine{
    color: #404040;
    text-align: center;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.9px;
    /* 세 줄 이상일 때 ... 처리 */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 3줄로 제한 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.n_main_3 .swiper_cord .text_box p{
    color: #404040;
    text-align: center;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.9px;
    /* 세 줄 이상일 때 ... 처리 */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 3줄로 제한 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.n_main_3 .swiper_cord .text_box .eyes_num{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.n_main_3 .swiper_cord .text_box .eyes_num >li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.n_main_3 .swiper_cord .text_box .eyes_num >li span{
    color: #FFF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 700;
    background-color: #161F5E;
    border-radius: 999px;
    line-height: 28px;
    width: 28px;
    height: 28px;
}
.n_main_3 .swiper_cord .text_box .eyes_num >li p{
    color: #161F5E;
    text-align: center;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 500;
}
.n_main_3_swiper{
    padding-bottom: 50px;
    box-sizing: border-box;
}
.n_main_3_swiper .swiper-scrollbar{
    max-width: 500px;
    left: calc(50% - 250px);   
   transform: translate(0,-50%);
}
.n_main_3_swiper .swiper-scrollbar-drag{
    max-width: 100px;
    background: #161E5C;
}
.n_main_3 .go_detail_btn_box{
    position: relative;
    z-index: 99;
    border-radius: 130px;
    background: #161E5C;
    max-width: 315px;
    width: 100%;
    margin: 40px auto 0;
}
.n_main_3 .go_detail_btn_box a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 0;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
    font-family: "Pretendard";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1.04px;
}
@media screen and (max-width: 1540px) {
    .n_main_w{
        width: 90%;
    }
}
@media screen and (max-width: 1280px) {
    .n_1280_w{
        width: 90%;
    }
    .none_1280{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .n_main_3 .cont_1 .spin_img{
        right: -225px;
    }
    .n_main_3 .title >h4{
        font-size: 14px;
    }
    .n_main_3 .cont_1{
        margin-top: 20px;
    }
    .n_main_3 .title >h2{
        font-size: 30px;
        margin-top: 0px;
    }
    .n_main_3_swiper .swiper-scrollbar{
        max-width: 250px;
        left: calc(50% - 125px);
    }
    .n_main_3{
        padding: 50px 0;
    }
    .n_main_3 .bg_text_img{
        left: 20px;
        bottom: 20px;
    }
    .n_main_3_swiper{
        padding-bottom: 25px;
    }
    .n_main_3 .swiper_cord .text_box{
        padding: 10px 15px;
    }
    .n_main_3 .swiper_cord .text_box p{
        font-size: 16px;
    }
    .n_main_3 .go_detail_btn_box{
        margin: 20px auto 0;
    }
    .n_main_3 .go_detail_btn_box a{
        font-size: 18px;
        padding: 10px;
    }
    .n_main_3 .go_detail_btn_box a img{
        width: 18px;
    }
}
.n_pre_se1{
    background-image: url(/img/n_sub/n_pre_se1_bg_.png);
    padding: 50px 0;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.n_pre_se1 .n_title{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.n_title h4{
    color: rgba(255, 255, 255, 0.50);
    font-family: "Bodoni MT";
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 6px;
}
.n_title h3{
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif KR";
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.015px;
}
.n_title h2{
    color: #FFF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.024px;
}
.n_title h2 >span{
    color: #D0D6FF;
}
@media screen and (max-width: 768px) {
    .n_pre_se1{
        padding: 30px 0;
    }
    .n_title h4{
        font-size: 18px;
    }
    .n_title h3{
        font-size: 18px;
    }
    .n_title h2{
        font-size: 30px;
    }
}
.n_pre_se2 .n_title >h4{
    color: rgba(0, 0, 0, 0.20);
}
.n_pre_se2 .cont_1 .cont_box{
    background: linear-gradient(180deg, #E8EDF8 0%, #FFF 100%), #FFF;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 80px;
}
.n_pre_se2 .cont_1 .cont_box:nth-child(2n){
    justify-content: flex-start;
    background: #fff;
}
.n_pre_se2 .cont_1 .cont_box >.img_box{
    width: 50%;
}
.n_pre_se2 .cont_1 .cont_box .text_box{
    max-width: 560px;
    width: 100%;
}
.n_pre_se2 .cont_1 .cont_box .text_box .top{
    display: flex;
    align-items: center;
    gap: 15px;
}
.n_pre_se2 .cont_1 .cont_box .text_box .top >span{
    color:  #1D2A8F;
    font-family: "Advent Pro";
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2; 
}
.n_pre_se2 .cont_1 .cont_box .text_box .bottom{
    margin-top: 30px;
    color: #171717;
    font-family: "Pretendard";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4; 
    letter-spacing: -1.6px;
}
.n_pre_se2 .cont_1 .cont_box .text_box .bottom >span{
    color: #1D2A8F;
}
@media screen and (max-width: 1350px) {
    .n_pre_se2 .cont_1 .cont_box .text_box{
        padding-left: 20px;
    }
    .n_pre_se2 .cont_1 .cont_box{
        gap: 0;
    }
    .n_pre_se2 .cont_1 .cont_box .text_box{
        max-width: none;
        width: 50%;
    }
}
@media screen and (max-width: 1080px) {
    .n_pre_se2 .cont_1 .cont_box .text_box .top >span{
        font-size: 40px;
    }
    .n_pre_se2 .cont_1 .cont_box .text_box .bottom{
        margin-top: 15px;
        font-size: 30px;
    }
    .n_pre_se2 .n_title >h4{
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .n_pre_se2 .cont_1 .cont_box{
        flex-direction: column;
    }
    .n_pre_se2 .cont_1 .cont_box:nth-child(2n){
        flex-direction: column-reverse;
    }
    .n_pre_se2 .cont_1 .cont_box >.img_box,
    .n_pre_se2 .cont_1 .cont_box >.text_box{
        width: 100%;
    }
    .n_pre_se2 .cont_1 .cont_box >.text_box{
        padding: 40px 20px;
    }

    .n_pre_se2 .cont_1 .cont_box .text_box .bottom{
        font-size: 24px;
    }
}
.n_pre_se3{
    background-image: url(/img/n_sub/n_pre_se3_bg.png?Ver=1);
    padding: 160px 0 0 0;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.n_pre_se3 .cont_1{}
.n_pre_se3 .cont_1 .top{
    text-align: center;
}
.n_pre_se3 .cont_1 .top p{
    color: #FFF;
    font-family: 'GmarketSansMedium';
    font-size: 68.421px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.n_pre_se3 .cont_1 .top p >span{
    background: linear-gradient(45deg, 
  #E1C67E 10%, 
  #FBEAC7 15%, 
  #C99B5B 20%, 
  #FBEAC7 45%, 
  #C28F52 60%, 
  #E1C67E 65%, 
  #FBEAC7 70%, 
  #FBEAC7 75%, 
  #E1C67E 80%, 
  #E1C67E 85%, 
  #E1C67E 95%, 
  #E1C67E 100%);
    background-size: 200% auto;
    background-position: 0%;
    color: white;
    font-size: 91.228px;
    font-weight: 700;
    animation: shine 1.5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes shine{
    100% {
        background-position: 200% center;
    }
}
.n_pre_se3 .cont_1 .mid{
    text-align: center;
}
.n_pre_se3 .cont_1 .bottom{
    display: flex;
    gap: 50px;
    align-items: flex-end

}
.n_pre_se3 .cont_1 .bottom .list{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 495px;
    padding-bottom: 65px;
    box-sizing: border-box;
}
.n_pre_se3 .cont_1 .bottom .list >li{
    width: calc(50% - 7.5px);
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.20);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    box-sizing: border-box;
    min-height: 240px;
}
.n_pre_se3 .cont_1 .bottom .list >li p{
    color: #FFF;
    font-family: "Pretendard";
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-align: center;
    margin-top: 5px;
}
.n_pre_se3 .cont_1 .bottom .list >li p >span{
    font-weight: 400;
}
@media screen and (max-width: 1280px) {
    .n_pre_se3 .cont_1 .bottom .list >li{
        min-height: auto;
    }
}
@media screen and (max-width: 1200px){
    .n_pre_se3 .cont_1 .bottom .list{
        margin-top: 20px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 1020px){
    .n_pre_se3 .cont_1 .bottom .list >li p{
        font-size: 18px;
    }
    .n_pre_se3 .cont_1 .bottom{
        gap: 25px;
    }
    .n_pre_se3 .cont_1 .bottom .img_box{
        width: 50%;
    }
    .n_pre_se3 .cont_1 .bottom .list{
        max-width: none;
        width: 50%;
    }
    .n_pre_se3 .cont_1 .bottom .list >li .img_box{
        text-align: center;
    }
}
@media screen and (max-width: 768px){
    .n_pre_se3 {
        background-position:47%, 50%
    }
    .n_pre_se3 .cont_1 .top p{
        font-size: 50px;
    }
    .n_pre_se3 .cont_1 .top p span{
        font-size: 65px;
    }
    .n_pre_se3 .cont_1 .bottom{
        flex-direction: column-reverse;
    }
    .n_pre_se3 .cont_1 .bottom .img_box,
    .n_pre_se3 .cont_1 .bottom .list{
        width: 100%;
    }
    .n_pre_se3 .cont_1 .bottom .list{
        padding-bottom: 0;
    }
}
.n_pre_se4{
    background-image: url(/img/n_sub/n_pre_se4_bg.png);
    padding: 120px 0;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.n_pre_se4 .cont_1{
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    border: solid 1px #C5CCEC;
    background: linear-gradient(180deg, #161E5C 0%, #303A8B 0.01%, #131737 100%);
}
.n_pre_se4 .table_box{
    display: flex;
    border-bottom: solid 1px #C5CCEC;
    box-sizing: border-box;
}
.n_pre_se4 .table_box .left{
    min-width: 165px;
    border-right: solid 1px #C5CCEC;

}
.n_pre_se4 .table_box .left >p{
    color: #FFF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2; /* 24px */
    letter-spacing: -0.4px;
    padding: 22.5px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.n_pre_se4 .table_box .right{
    display: flex;
    width: 100%;
    flex: 1;
}

.n_pre_se4 .table_box .right ._1{
    width: 50%;
    background: #E8ECF9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.n_pre_se4 .table_box .right ._2{
    width: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.n_pre_se4 .table_box .right p{
    padding: 22.5px 0;
    box-sizing: border-box;
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;

}
.n_pre_se4 .table_box .right p >span{
    color: #1D2A8F;
    font-weight: 700;
    display: inline-block;
}
.n_pre_se4 .table_box .right ._1 p{
    color: #5D6B8E;
}
.n_pre_se4 .table_box .right ._2 p{
    background: linear-gradient(180deg, #505BAF 0.01%, #131737 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.n_pre_se4 .table_box .right .video_box{}
.n_pre_se4 .table_box .right .video_box video{
    width: 100%;
}
.vs_rel{
    position: relative;
}
.vs_box{
    position: absolute;
    top: 55px;
    left: calc(50% + 83px);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 999px;
    background: linear-gradient(180deg, #303A8B 0%, #0D123D 100%);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
}
.vs_box{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Bodoni MT";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.8px;
}

@media screen and (max-width: 768px){
    .n_pre_se4{
        padding: 60px 0;
        background-position: right center;
    }
    .n_pre_se4 .table_box .left{
        min-width: 55px;
    }
    .n_pre_se4 .table_box .left >p{
        padding: 7px 0;
        font-size: 12px;
    }
    .n_pre_se4 .table_box .right  p{
        padding: 7px 0;
        font-size: 12px;
    }
    .vs_box{
        width: 33px;
        height: 33px;
        top: -15px;
        left: calc(50% + 28px);
    }
    .vs_box p{
        font-size: 13px;
    }
}
.n_pre_se5{
    padding: 120px 0;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.n_pre_se5._1{
    /* background-image: url(/img/n_sub/n_pre_se5_bg.png); */
    background: linear-gradient(180deg, #090E37 0%, #161E5C 55.5%);
}
.n_pre_se5._2{
    /* background-image: url(/img/n_sub/n_pre_se5_bg_1.png); */
    background: linear-gradient(180deg, #171717 0%, #202020 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.n_pre_se5 .top{
    display: flex;
    align-items: center;
    gap: 40px;
}
.n_pre_se5 .top .line{
    background-color: #ffffff;
    opacity: 0.2;
    width: 1px;
    height: 66px;
}
.n_pre_se5 .top .title{
    display: flex;
    align-items: center;
    gap: 20px;
}
.n_pre_se5 .top h3{
    color: #FFF;
    font-family: "Pretendard";
    font-size: 100px;
    font-weight: 700;
}
.n_pre_se5 .top span{
    color: #EEE;
    font-family: "Playfair Display";
    font-size: 60px;
    font-weight: 400;
}
.n_pre_se5 .top p{
    color: #FFF;
    font-family: "Pretendard";
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.6px;
}
.n_pre_se5 .img_box{
    margin-top: 40px;
}
.n_pre_se5 .item_2{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.n_pre_se5 .item_2 >li{
    width: calc(50% - 15px);
    border-radius: 20px;
    border: 1px solid #FFF; 
    box-sizing: border-box;
}
.n_pre_se5 .item_2 >li p{
    color: #FFF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.44px;
    padding: 20px 0;
    box-sizing: border-box;
}
.n_pre_se5 .item_3{
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}
.n_pre_se5 .item_3 >li{
    width: calc(33.333% - 15px);
    border-radius: 20px;
    border: 1px solid #FFF; 
    box-sizing: border-box;
    background-color: #fff;
}
.n_pre_se5 .item_3 >li p{
    color:  #161E5C;
    font-family: "Poppins";
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1.2px;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media screen and (max-width: 1280px){
    .n_pre_se5 .top{
        gap: 20px;
    }
    .n_pre_se5 .top h3{
        font-size: 60px;
    }
    .n_pre_se5 .top span{
        font-size: 40px;
    }
}
@media screen and (max-width: 1080px){
    .n_pre_se5 .top h3{
        font-size: 50px;
    }
    .n_pre_se5 .top span{
        font-size: 30px;
    }
    .n_pre_se5 .top p{
        font-size: 18px;
    }
}
@media screen and (max-width: 900px){
    .n_pre_se5 .top{
        flex-direction: column;
        align-items: flex-start
    }
    .n_pre_se5 .top .line{
        width: 100%;
        height: 1px;
    }
    .n_pre_se5 .top h3{
        font-size: 30px;
    }
}
@media screen and (max-width: 768px){
    .n_pre_se5{
        padding: 50px 0;
    }
    .n_pre_se5 .img_box{
        margin-top: 20px;
    }
    .n_pre_se5 .item_2{
        gap: 10px;
    }
    .n_pre_se5 .item_2 >li{
        width: calc(50% - 5px);
    }
    .n_pre_se5 .item_2 >li p{
        font-size: 20px;
    }
    .n_pre_se5 .item_3{
        gap: 10px;
        margin-top: 15px;
        align-items: stretch;
    }
    .n_pre_se5 .item_3 >li{
        width: calc(33.33% - 5px);
    }
    .n_pre_se5 .item_3 >li p{
        font-size: 20px;

       
    }
}

.n_pre_se6{
    padding: 225px 0 260px 0;
    background-image: url(/img/n_sub/n_pre_se6_bg.png);
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.n_pre_se6 .img_box{
    position: absolute;
    bottom: 0;
    right: 90px;
}
.n_pre_se6 h4{
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.016px; 
    opacity: 0.1;
}
.n_pre_se6 h2{
    color: #FFF;
    font-family: "Pretendard";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    margin-top: -45px;
}
.n_pre_se6 p{
    margin-top: 25px;
    color: #FFF;
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}
.n_pre_se6 p >span{
    background-color: #fff;
    color: #315FD2;
    padding: 0 10px;
    font-weight: 700;
    box-sizing: border-box;
}
@media screen and (max-width: 1650px){
    .n_pre_se6 .img_box{
        right: 0;
    }
}
@media screen and (max-width: 1450px){
    .n_pre_se6 .img_box{
        right: -40px;
    }
}
@media screen and (max-width: 1280px){
    .n_pre_se6{
        padding: 200px 0;
    }
    .n_pre_se6 .text_box{
        max-width: 600px;
    }
    .n_pre_se6 .img_box{
        right: -100px;
    }
}
@media screen and (max-width: 1080px){
    .n_pre_se6 .text_box{
        max-width: 400px;
    }
    .n_pre_se6 h4{
        font-size: 45px;
    }
    .n_pre_se6 h2{
        font-size: 45px;
        margin-top: -20px;
    }
    .n_pre_se6 p{
        font-size: 18px;
    }
    .n_pre_se6 .img_box{
        right: -220px;
    }
}
@media screen and (max-width: 768px){
    .n_pre_se6{
        background-image: none;
        background-color: #161e5b;
        padding: 60px 0 ;
    }
    .n_pre_se6 .img_box{
        margin-top: 70px;
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
    }
    .n_pre_se6 .text_box{
        max-width: none;
    }
    .n_pre_se6 h4{
        font-size: 40px;
    }
    .n_pre_se6 h2{
        font-size: 30px;
    }
    .n_pre_se6 p{
        font-size: 16px;
    }
}




.n_pre_se7{
    padding: 125px 0;
    box-sizing: border-box;
}
.n_pre_se7 .cont_1{
    display: flex;
    justify-content: center;
    gap: 68px;
    align-items: center;
}
.n_pre_se7 .cont_1 .n_pre_se7_box{
    position: relative;
}
.n_pre_se7 .cont_1 .n_pre_se7_box h3{
    color: #1B2046;
    font-family: "Pretendard";
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2; 
    letter-spacing: -2px;
    z-index: 1;
    position: relative;
}
.n_pre_se7 .cont_1 .n_pre_se7_box h5{
    color: #88A4D1;
    font-family: "Playfair Display";
    font-size: 160px;
    font-weight: 400;
    letter-spacing: -0.4px;
    opacity: 0.15;
    position: absolute;
    top: -80px;
    left: -100px;
}
.n_pre_se7 .cont_1 .text_box{
    max-width: 765px;
    width: 100%;
 
}
.n_pre_se7 .cont_1 .text_box >ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.n_pre_se7 .cont_1 .text_box >ul li{
    display: flex;
    align-items: center;
    gap: 25px;
    border-radius: 50px;
    border: 3px solid #E5E5E5;
    background: #FFF;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}
.n_pre_se7 .cont_1 .text_box >ul li >p{
    color: #474747;
    font-family: "Pretendard";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.6px;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 1.3;
}
.n_pre_se7 .cont_1 .text_box >ul li >p >span{
    color:  #1D2A8F;
    font-family: "Pretendard";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.6px;
    background: #FFFF9B;
    padding: 0 6px;
    box-sizing: border-box;
}
.n_pre_se7 .cont_1 .text_box >ul li >p br{
    display: none;
}
@media screen and (max-width: 1280px){
    .n_pre_se7 .cont_1{
        gap: 34px;
    }
    .n_pre_se7 .cont_1 .text_box{
        max-width: 650px;
    }
    .n_pre_se7 .cont_1 .text_box >ul li >p,
    .n_pre_se7 .cont_1 .text_box >ul li >p >span{
        font-size: 24px;
    }
}
@media screen and (max-width: 1100px){
    .n_pre_se7 .cont_1 .n_pre_se7_box h3{
        font-size: 60px;
    }
    .n_pre_se7 .cont_1 .n_pre_se7_box h5{
        font-size: 80px;
        left: -50px;
        top: -50px;
    }
    .n_pre_se7 .cont_1 .text_box{
        max-width: 550px;
    }
    .n_pre_se7 .cont_1 .text_box >ul li{
        gap: 5px;
    }
    .n_pre_se7 .cont_1 .text_box >ul li >p{
        padding: 10px 0;
    }
    .n_pre_se7 .cont_1 .text_box >ul li >p,
    .n_pre_se7 .cont_1 .text_box >ul li >p >span{
        font-size: 20px;
    }
}
@media screen and (max-width: 960px){
    .n_pre_se7 .cont_1{
        flex-direction: column;
    }
    .n_pre_se7 .cont_1 .n_pre_se7_box h3 br{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .n_pre_se7{
        padding: 50px 0;
    }
    .n_pre_se7 .cont_1 .n_pre_se7_box h3{
        font-size: 30px;
    }
    .n_pre_se7 .cont_1 .n_pre_se7_box h5{
        font-size: 50px;
        top: -40px;
    }
    .n_pre_se7 .cont_1{
        gap: 20px;
    }
    .n_pre_se7 .cont_1 .text_box >ul li{
        gap: 10px;
        padding: 0 30px;
    }
    .n_pre_se7 .cont_1 .text_box >ul li >img{
        width: 30px;
        height: 30px;
    }
    .n_pre_se7 .cont_1 .text_box >ul li >p{
        padding: 5px 0;
    }
    .n_pre_se7 .cont_1 .text_box >ul li >p,
    .n_pre_se7 .cont_1 .text_box >ul li >p >span{
        font-size: 18px;
    }
}
@media screen and (max-width: 500px){
    .n_pre_se7 .cont_1 .text_box >ul li >p br{
        display: block;
    }
}