@font-face {
    font-family: 'score2';
    src: url('/static/font/SCDream2.otf') format('woff');
    /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'score4';
    src: url('/static/font/SCDream4.otf') format('woff');
    /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'score7';
    src: url('/static/font/SCDream7.otf') format('woff');
    /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'score9';
    src: url('/static/font/SCDream9.otf') format('woff');
    /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jnc';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nanumRound';
    src: url('/static/font/NanumSquareR.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}




a {
    all : unset;
    cursor:pointer;
}
* {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

body {
    background-color: white;
    width: 100%;
    /* overflow-x: hidden; */
}

.homelogo{
    height: 48px;
}
@media (max-width:900px) {
    .homelogo {
        height: 40%;
    }
}
.main_home_nav_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
.main_home_nav_row{
    list-style: none;
    width:100%;   
    padding: 20px;
    /* width: calc(70% - 40px); */

    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 50px;

    align-items: flex-start;
    margin: 0px;
}
.main_home_nav_wrap{
    display: flex;
    width: 30%;
}
.main_home_nav{
    list-style: none;
    margin: 70px 0;
    padding: 20px;
    width: calc(100% - 40px);

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 80px;
}

.main_home_nav_row{
    flex-direction: row;
    align-items: flex-start;
    margin: 0px;
}
@media (max-width:900px) {
    .main_home_nav {
        margin: 20px 0px;
        gap: 80px;
        width: calc(100% - 20px);
        padding:10px;
    }

    .main_home_nav_row{
        margin: 20px 0px;
        width: calc(100% - 20px);
        padding:10px;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }
    .main_home_nav_wrap{
        width: 100%;
    }

}
.home_top_container{
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background-color: white;
    border-bottom: 5px solid #2A58B4;
    
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
@media (max-width:900px) {
    .home_top_container {
        border-bottom: 3px solid #2A58B4;
        height: 65px;
    }

}

.home_top_wrapper{
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: flex-start;
    
    width: 65%;
    height: 80px;
    cursor: pointer;
}

@media (max-width:900px) {
    .home_top_wrapper {
        width: 80%;
        height: 60px;
        gap: 4px;
    }
}

.flexBtn{
    width: 100%;
    justify-content: space-between;
}

.baseFontColor1,
.baseFontColor2{
    font-family: score9;
    font-size: 36px;
    padding-bottom: 5px;
}
@media (max-width:900px) {
    .baseFontColor1,
    .baseFontColor2{ 
        font-family: score7;
        font-size: 22px;
        padding-bottom: 3px;
    }
}

.baseFontColor1 {
    color: #1B2547;
}
.baseFontColor2{
    color: #2A58B4;
}

.engTitle1{
    font-family: score9;
    font-size: 16px;
    color: #1B2547;    
    height: 16px;
}
.engTitle2{
    font-family: score9;
    font-size: 16px;
    color: #2A58B4;
}

.line{
    left: 0;
    position: fixed;
    top: 80px;
    /* height: 1px; */
    width: 100%;
    height: 2px;
    background-color: rgb(238, 238, 238);
}
@media (max-width:900px) {
    .line {
        top: 60px;
    }
}

.home_main_display{
    position: absolute;
    left:0;
    top: 80px;
    width: 100%;
    height: 500px;
    background-color: rgb(0,0,0,0.1);

    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: flex-end;
    z-index: 1;
}

.home_main_banner{
    
    position: absolute;
    left:0;
    top: 80px;
    height: 500px;
    width: 200%;
    overflow-y: hidden;
}

.imgItem{
    width: 100%;
    height: 100%;
}

@media (max-width:900px) {
    .home_main_display,
    .home_main_banner{ 
        height: 95%;
        top: 60px;
    }
}

.footer{
    /* position: fixed; */
    width: 100%;
    padding: 50px 0;
    /* margin-top: 150px; */
    /* left: 0; */
    /* bottom: 100px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 100px; */
    /* color: rgb(114, 114, 114); */
    /* background-color: rgb(202, 202, 202); */
}

@media (max-width:900px) {
    .footer{ 
        /* bottom: -140px; */
        /* padding: 5px 0; */
    }
}

.footerText{
    /* width: 90%; */
    font-family: nanumRound;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(146, 146, 146);
}

@media (max-width:900px) {
    .footerText{ 
        font-size: 12px;
    }
}

.main_home_nav_item{
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
    /* border: 1px solid grey; */
}
@media (max-width:900px) {
    .main_home_nav_item{ 
        flex-direction: column;
        height: auto;
    }
}

.main_home_nav_item_text{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 70%;
}
@media (max-width:900px) {
    .main_home_nav_item_text{ 
        width: 95%;
    }
}

.main_home_nav_item_title{
    width: 100%;
    font-family: score7;
    font-size: 20px;
    font-weight: 900;
    color: #1B2547;
}
.main_home_nav_item_title::before{
    content: '✔';
    color: #2A58B4;
    font-size: 30px;
    margin-right: 10px;
}
@media (max-width:900px) {
    .main_home_nav_item_title{ 
        font-size: 18px;
        color: #1B2547;
    }
}

.main_home_nav_item_body{
    position: relative;
    padding-left: 20px;
    width: 100%;
    font-family: nanumRound;
    font-weight: 100;
    font-size: 16px;
    gap: 20px;
    /* display: flex;
    flex-direction: column;
    align-items: flex-end; */

}
.main_home_nav_item_body_point{
    display: inline;
    font-family: nanumRound;
    color: #2A65C4;
    font-weight: 800;
    font-size: 18px;
}
.main_home_nav_item_button{
    position: relative;
    all: unset;
    display: block;
    font-family: nanumRound;
    padding: 10px 20px;
    width: 80px;
    text-align: center;
    background-color: #2A65C4;
    color:white;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.main_home_nav_item_button:hover {
    /* color: #FFEB3A; */
    background-color:#1B2547;
    /* color: yellow; */
    transition: 0.3s;
    /* padding: 10px 50px; */
}


@media (max-width:900px) {
    .main_home_nav_item_button{
        width: calc(60% - 40px);
        margin: 0 auto;
    }
}


.background_cutton{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.8);
    z-index: 2;
    pointer-events: none;
    transition: 0.3s;
}

.absBg{
    position:absolute;
    top:80px;
    left:0;
    width:100%;
    height: 400px;
    background-color: rgb(0, 0, 0, 0.9);
    border-top: 3px solid rgb(27,37,71);
    border-bottom: 3px solid rgb(27,37,71);
    overflow-y: hidden;
}

.relBg{
    position:relative;
    top:80px;
    left:0;
    width:100%;
    /* height: 540px; */
    height: calc(80px + 400px);

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width:900px) {
    .absBg {
        top:65px;
        height: 300px;
    }
    .relBg {
        top:65px;
        height: calc(65px + 300px);
    }
}

.home_title_zone{
    position: absolute;
    /* overflow: hidden; */
    width: 100%;
    top: 50px;
    left: 15px;
}

.home_main{
    transform: translateY(40px);
}

.home_title{
    color: white;
    font-family: score7;
    font-size: 36px;
    text-align: right;
}
.home_title2,
.home_titlePoint{
    color: white;
    text-align: right;
    font-family: score7;
    font-size: 20px;
}

.home_titlePoint{
    color: red;
}

.home_body{
    margin-top: 30px;
    
}
    .home_body_span,
    .home_body_span_point{
        color: white;
        font-family: score4;
        font-size: 18px;
    }
    .home_body_span_point{
        color: red;
    }

    .home_body_ol{
        margin: 10px 0 0 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        list-style: none;

    }
    .home_body_li{
        color: white;
        font-size: 18px;
        list-style: none;
        margin: 5px 10px;
        cursor: default;

    }

@media (max-width:900px) {

    .home_title_zone {
        top:60px;
    }
    .home_main{
        transform: translateY(0px);
    }
    .home_title {
        font-family: score4;
        font-size: 24px;
    }
    .home_body{
        margin: 10px;
        font-family: score2;
        font-size: 14px;
    }
    .home_body_ol{
        margin: 30px 0;
    }
    .home_body_li{
        color: white;
        font-size: 12px;
        /* margin: 2px 2px; */
    }
}


.relBg_Img{
    width: 100%;
    height: 100%;
    opacity: 20%;
}
.circleImgWrap{
    width: 100%;
    overflow: hidden;
    transform: translateY(-120px);
    display: flex;
    justify-content: center;
}
@media (max-width:900px) {
    .circleImgWrap{
        transform: translateY(-30px);
    }
    .home_body{
        display: none;
    }
}

.relBg_Img2{
    width: 70%;
    opacity: 40%;
}
.homeTxt{
    font-family: score9;
    font-size: 32px;
    color: white;
}

.txt1{
    
}
.txt2{
    margin-left: 50px;
}
.txt3{
    margin: 0;
    font-size: 72px;
    text-align: right;
}

@media (max-width:900px) {
    .txt1 {
       margin: 10px;
       font-size: 20px;
    }
    .txt2 {
        margin: 10px;
        font-size: 20px;
    }
    .txt3 {
        margin: 10px;
        font-size: 32px;
    }
}


/* .am_section{
    animation: section 2s;
}
@keyframes section{
    from {
        opacity: 0;
        transform: translateX(-300px);
    }
    to {
        opacity: 1;
    }
} */



/* 홈화면 */
.home_section{
    position: relative;
    padding: 100px 0;
    /* margin: 150px 0 150px 0; */
}
@media (max-width:900px) {
    .home_section {
        padding: 50px 0;
       /* margin: 100px 0; */
    }
}



.dashLine{
    position: absolute;
    margin: 100px 0;
    left: 0px;
    border: 1px solid black;
    width: 100%;

}
    .header{
        font-family: score9;
        font-size: 48px;
        color: rgb(27, 37, 71);
        margin-bottom: 50px;
        text-align: center;
    }
    @media (max-width:900px) {
        .header {
            font-family: score9;
            font-size: 28px;
        }
    }

    .videoWrap{
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    @media (max-width:900px) {
        .videoWrap {
            flex-direction: column;
        }
    }

    .videoItem{
        width: calc(60% - 50px);
        border-radius: 40px;
        outline: 5px solid rgb(87, 87, 87);
        margin: 20px;
    }
    @media (max-width:900px) {
        .videoItem {
            border-radius: 20px;
            width: calc(100% - 20px);
            margin: 10px;
        }
    }

    .videoBody{
        width: calc(40% - 20px);
        padding: 10px;
    }

    @media (max-width:900px) {
        .videoBody{
            width: 100%;
        }
    }


    .keyText{
        font-family: score7;
        font-size: 32px;
        color: rgb(42, 101, 196);
        margin-bottom: 20px;
    }
    @media (max-width:900px) {
        .keyText{
            font-size: 20px;
            margin-bottom: 10px;
        }
    }


    .detailText{
        margin-bottom: 50px;
        font-size: 16px;
    }
    @media (max-width:900px) {
        .detailText{
            /* margin-bottom: 50px; */
            font-size: 15px;
        }
    }


    .lastSec{
        margin: 50px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .ls_header{
        font-family: jnc;
        font-size: 32px;
        color: #1B2547;
        margin: 10px 0;
    }
    @media (max-width:900px) {
        .ls_header{
            font-size: 24px;
            margin: 0;
            padding-bottom: 0;
        }
    }
    .ls_header_jj{
        font-family: score9;
        font-size: 30px;
    }

    .spaceVc{
        margin-top: 50px;
    }

    .pointUnderline{
        color: rgb(42, 101, 196);
        border-bottom: 8px solid rgb(255, 235, 58);
    }

    .urlButton{
        all:unset;
        border-radius: 15px;
        text-align: center;
        width: 250px;
        height: 30px;
        padding: 10px 10px;
        background: linear-gradient(22deg, rgba(91,0,133,1) 26%, rgba(252,69,106,1) 85%);
        border: 1px solid white;
        color: white;
        font-family: score7;
        font-size: 20px;
        cursor: pointer;
        margin-top: 100px;
        transition: 0.3s;
        z-index: 1;
    }

    .urlButton:hover{
        font-size: 24px;
        margin-top: 80px;
        width: 350px;
        height: 50px;
        transition: 0.3s;
    }

