@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Pretendard-Regular' !important;
    position:relative;
    height:100vh;
}

ul,ol,li {
    list-style: none;
}

a {
    text-decoration-line:none;
}


/* 헤더 */
.site-branding {
    display:none;
}

#main_header .open_mo {
    display:none;
}

#main_header .wrap_header .mo_nav {
    display:none;
}

.scroll-active {
    margin:0;
    background: linear-gradient(180deg, rgba(23, 25, 35, 1) 0%, rgba(23, 25, 35, 0) 100%);
    border-radius: 10px;
    transition: 0.5s ease;
}

#main_header {
    width:100%;
    position: fixed;
    z-index: 9999;
}

.wrap_header {
    display:flex;
    justify-content: space-between;
    padding:0 10em;
    background-color: rgba(26, 32, 44, 0.76);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.header_on {
    background:#1A365D;
}

.wrap_header .logo {
    width:10%;
    padding-top:1em;
    padding-bottom:0.7em;
}

.wrap_header .logo img {
    width:100%;
}

.wrap_header .wrap_nav {
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:50%;
    padding:1.5em 0;
}

.wrap_header nav {
    width:100%;
    /* padding-top:1em; */
}

.wrap_header nav .menu_1depth {
    display:flex;
}

.wrap_header nav .menu_1depth a {
    padding:1.25em 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.4px;
    color:#fff;
    text-align: left;
}

.wrap_header nav .menu_1depth a:hover {
    color:#4299E1;
    transition: 0.3s ease;
}

.wrap_header nav .menu_1depth>li {
    width:100%;
}

.wrap_header nav .menu_1depth>li:last-child {
    width:60%;
}


.wrap_header nav .menu_2depth {
    position:absolute;
    display:none;
    margin:3.2em 0 0 0;
    padding:0;
}

.wrap_header nav .menu_2depth>li {
    margin-bottom:1.25em;
}

.wrap_header nav .menu_2depth a {
    margin-bottom:1.25em;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.4px;
    color:#2D3748;
    text-align: left;
}

.main_back {
    display:none;
    border-radius: 0rem 0rem 0.625rem 0.625rem;
    background-color: rgba(226, 232, 240, 0.96);
    height:14rem;
}

@media screen and (max-width: 1024px) {
    .wrap_header {
        padding:0 1em;
        align-items:center;
    }

    .mo_on {
        min-height:120px !important;
        background: #1A202C;;
    }

    .mo_on .logo {
        padding:0;
        padding-top:0 !important;
        margin-left:35%;
    }

    /* .logo_mo_on {

    } */

    #main_header .open_mo {
        width:0;
        background: transparent;
        border: none;
        cursor: none;
    }

    #main_header .open_mo img {
        align-self: center;
    }

    #main_header .mo_on .open_mo {
        margin-top:-4em;
    }

    .wrap_header .logo {
        width:18%;
    }

    .mo_nav .mo_menu_1depth a {
        color:#2D3748;
        font-family: SUIT-Regular;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: -0.4px;
        text-transform: capitalize;
    }

    .mo_nav .mo_menu_2depth a {
        color:#2D3748;
        font-family: Pretendard;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 27.2px */
        letter-spacing: -0.4px;
        text-transform: capitalize;
    }

    .mo_nav .mo_menu_2depth {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border-bottom: 1px solid #EDF2F7;
        margin-bottom:28px;
        margin-top: 20px;
        padding: 0 12px 12px;
    }

    .mo_nav .mo_menu_2depth li {
        width:50%;
        margin-bottom:16px;
    }

    .mo_nav .mo_menu_2depth li a:hover, .mo_nav .mo_menu_2depth li a:active {
        font-weight: 600;
        color:#3182CE;
    }
}

@media screen and (max-width: 767px) {
    .wrap_header {
        min-height:65px;
        transition:ease 0.3s;
        background-color:#1A202C;
    }

    .wrap_header .logo {
        width:28%;
    }

    #main_header .open_mo {
        display: block;
        width:13%;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    #main_header .open_mo img {
        width:100%;
    }

    #main_header .wrap_header .web_nav {
        display:none;
    }

    #main_header .wrap_header .mo_nav {
        display:none;
        position: absolute;
        z-index: 10;
        top: 90px;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: 0.3s ease all;
        padding: 40px 4% 9.7656vw;
        background: #fff no-repeat;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 600px) {
    #main_header .open_mo {
        width:7%;
        padding:0;
    }
}

/* 푸터 */

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(26, 32, 44, 0.9);
}

.wrap_footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:50%;
    margin:0 auto;
    padding:01.25em 0;
    text-align:center;
}

.wrap_footer .wrap_logo {
    margin-top:5px;
}

.wrap_footer .address {
    display:flex;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: -0.4px;
    color: rgba(255, 255, 255, 0.7);
}

.wrap_footer address {
    margin:0 0 0 1.25em;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: -0.4px;
    color: #fff;
}

.wrap_footer address p {
    margin:0;
}

.wrap_footer .copyright {
    padding-top:12px;
    margin:0;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: -0.4px;
    color: rgba(250, 251, 255, 0.5);
}

@media screen and (max-width: 767px) {
    .wrap_footer {
        width:unset;
        margin:0 32px;
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .wrap_footer address {
        margin:0;
        font-size:12px;
    }

    .wrap_footer address p {
        margin-bottom:12px;
        word-break: keep-all;
    }

    .wrap_footer address p:first-child {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* 메인 */

#main_wrap {
    height:100vh;
    padding:8% 0 10% 0 !important;
    background-image:url(/wp-content/uploads/2023/04/MAIN-BANNER.png);
    background-size:cover;
}

#main .wrap_main {
    margin:0 10em;
}

#main .wrap_main .top_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:50px;
}

#main .wrap_main .top_content p {
    text-align: left;
    color:#fff;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
}

#main .wrap_main .top_content .main_txt1 {
    font-size: 72px;
    line-height:120%;
    margin-bottom:20px;
    margin-top:0;
}

#main .wrap_main .top_content .main_txt1 .first_txt {
    color:#3182CE;
}

#main .wrap_main .top_content .main_txt2 {
    font-size: 36px;
    line-height:140%;
    text-align:center;
}

#main .wrap_main .left_content .main_txt3 {
    font-size: 28px;
    margin:0;
}

/* bottom_content 영역 */

#main .wrap_main .bottom_content {
    width: 100%;
    display:flex;
}

#main .wrap_main .bottom_content .wrap_research {
    width:60%;
    margin-right: 1.25em;
}

#main .wrap_main .bottom_content .box_main {
    padding:1.25em 1.88em;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(226, 232, 240, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

#main .wrap_main .bottom_content .box_main .title {
    margin: 0 0 1.5em 0;
    font-size:36px;
    line-height:140%;
    letter-spacing: -0.4px;
    color: #90CDF4;
    font-weight: 700;
    margin: 0 0 0.8em 0;
}

.bottom_content .box_main .link_more {
    font-family: 'pretendard-regular';
    padding-top:5px;
    padding-bottom:5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: -0.4px;
    color: #1A365D;
    background: #F7FAFC;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    border:none;
    cursor:pointer;
}

.bottom_content .box_main .link_more:hover {
    transition: 0.3s ease;
    color: #FFFFFF;
    background: #4299E1;
}

.bottom_content .box_main .link_more:hover span {
    background:url('/wp-content/uploads/2023/04/Vector-11-1.png');
    background-size:100%;
}

.bottom_content .box_main .link_more span {
    display:inline-block;
    margin-left:10px;
    margin-bottom:2px;
    width:17px;
    height:7px;
    background-image:url(/wp-content/uploads/2023/04/Vector-11.png);
    background-repeat: no-repeat;
    background-size:100%;
}

/* research 박스 */

.bottom_content .wrap_research p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.5em;
    letter-spacing: -0.4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color:#fff;
}

.bottom_content .box_main .research_box {
    position:relative;
    padding:10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.bottom_content .box_main .research_box div {
    margin-left:0.5em;
    margin-right:0.5em;
}

.bottom_content .box_main .research_box .research_num span {
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-weight:700;
}

.bottom_content .box_main .top_research .wrap_researchbox {
    display:flex;
    column-gap: 1.25em;
}


.bottom_content .box_main .box_title {
    width:65%;
    margin-right:10px;
}

.bottom_content .box_main .box_title .title_research {
    font-size: 48px;
    margin-top:0;
    margin-bottom:1.5em;
}

.bottom_content .box_main .box_title button {
    width:100%;
    padding-right:1.5em;
    text-align:right;
}

.bottom_content .box_main .top_research .research_box {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width:33%;
    height:240px;
    background-repeat: no-repeat;
    background-size:cover;
}

.bottom_content .box_main .top_research .research_box:nth-child(1) {
    background: linear-gradient(0deg, rgba(232, 23, 138, 0.8), rgba(232, 23, 138, 0.8)), url('/wp-content/uploads/2023/04/unnamed-2.png'), rgba(255, 255, 255, 0.2);
}

.bottom_content .box_main .top_research .research_box:nth-child(2) {
    background: linear-gradient(0deg, rgba(99, 179, 237, 0.9), rgba(99, 179, 237, 0.9)), url('/wp-content/uploads/2023/04/unnamed.png');
}

.bottom_content .box_main .top_research .research_box:nth-child(3) {
    background: linear-gradient(0deg, rgba(26, 54, 93, 0.9), rgba(26, 54, 93, 0.9)), url('/wp-content/uploads/2023/04/unnamed3.jpg');
}

.bottom_content .box_main .top_research .research_box .research_cont p {
    width:80%;
    margin:0 auto;
}

.bottom_content .box_main .top_research .more_rotate {
    text-align:right;
}

.bottom_content .box_main .top_research .more_rotate a {
    display:inline-block;
    width:15px;
    height:15px;
}

.bottom_content .box_main .top_research .more_rotate img {
    width:100%;
    transition:0.7s;
}

.bottom_content .box_main .top_research .more_rotate img:hover {
    transform:rotate(180deg);
    transform-origin: center;
}

.bottom_content .box_main .bottom_research {
    display:flex;
}

/* announcement 박스 */

#main .wrap_main .bottom_content .wrap_announce {
    width:40%;
    padding:1.25em 2em;
}

.wrap_announce .reverse_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width:10%
}

.wrap_announce .reverse_title h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
}

/* .wrap_announce h2 {
    transform: rotate(-90deg);
} */


.tab_announce {
    position:relative;
    width:100%;
}

.tab_announce .title_tab {
    font-family: 'Pretendard-Regular';
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    letter-spacing: -0.4px;
    background: none;
    border: none;
    cursor: pointer;
}

.tab_content button {
    position:absolute;
    right:0;
    top: 10px;
    padding: 0 2em;
}

.tab_announce .wrap_list {
    height:240px;
    padding-right:1.25em;
    margin-top: 1.25em;
    overflow: auto;
}

.tab_announce .wrap_list::-webkit-scrollbar {
    background-color:transparent;
    width:3px;
}

.tab_announce .wrap_list::-webkit-scrollbar-thumb {
    background: #CBD5E0;
    border-radius: 5px;
}

.tab_announce .wrap_list::-webkit-scrollbar-track {
    background-color:transparent;
}

.tab_announce .wrap_list .list_post {
    display: flex;
    align-items: center;
    padding:0 0.63em;
    margin-bottom:10px;
    background-color:#fff;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    cursor:pointer;
}

.tab_announce .wrap_list .list_post:last-child {
    margin-bottom:0;
}

.tab_announce .wrap_list .list_post .date_post {
    width: 13%;
    padding: 5px;
    box-sizing: border-box;
    background: #EDF2F7;
    border-radius: 5px;
    text-align: center;
}

.tab_announce .wrap_list .list_post .wrap_posttext {
    width:87%;
    padding:0 1.25em;
    min-height:80px;
}

.tab_announce .wrap_list .list_post .date_post span {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: -0.4px;
    color: #718096;
}

.tab_announce .wrap_list .list_post .date_post strong {
    display:block;
    font-size: 20px;
    color: #4A5568;
}

.tab_announce .wrap_list .list_post p {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: -0.4px;
    color: #4A5568;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 탭 구현 */
.tab_content {display:none}

.tab_active {display:block;}

.tab_announce .title_tab.active_tab {
    background-image:url('/wp-content/uploads/2023/04/Rectangle-12.png');
    background-position: top 60% center;
    background-repeat: no-repeat;
    background-size:90%;
    transition: opacity 0.5s ease-in-out;
}

/* 미디어 쿼리 */
@media (max-width: 1900px) {
    #main .wrap_main .top_content {
        margin-bottom:1em;
    }

    #main .wrap_main .top_content .main_txt2 {
        margin:0 0 30px 0;
    }

    .bottom_content .box_main .top_research .research_box {
        height:200px;
    }

    .bottom_content .wrap_research p {
        font-size:18px;
        line-height:150%
    }
    
    #main .tab_announce .wrap_list {
        height:200px;
    }
}