:root {
    --notosans: 'Noto Sans KR', sans-serif;
}

/* 세팅 */
html {
    font-family: var(--notosans);

    /* iOS only */
    @supports (-webkit-touch-callout: none) {
        height: -webkit-fill-available;
    }

}

body {
    background: #fff;
}

.login_2024 {
    display: flex;
    color: #fff;
    justify-content: flex-end;
}

.login_2024 div {
    font-family: "Noto Sans KR";
    cursor: pointer;
}

.wrap1920 {
    margin: 0 auto;
    max-width: 1920px;
}

.wrap1800 {
    width: 95%;
    margin: 0 auto;
    max-width: 1800px;
}

.wrap1600 {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.wrap1280 {
    width: 95%;
    margin: 0 auto;
    max-width: 1280px;
}

@media screen and (max-width:768px) {

    .wrap1920,
    .wrap1800,
    .wrap1600,
    .wrap1280 {
        width: 90%;
    }
}


/* 헤더 */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 88;
    transition: background .3s;
}

header a {
    color: var(--white);
}

header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

header .gnb,
header .snb {
    display: flex;
    align-items: center;
}

header .snb li {
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: calc(40/18);
}

header .snb li+li {
    margin-left: 60px;
}

header .l-m {
    display: flex;
    margin-left: 57px;
    align-items: center;
    position: relative;
    z-index: 5;
}

header .l-m .loc {
    position: relative;
    font-family: var(--albra);
    font-weight: 300;
    color: var(--white);
    text-align: center;
}

header .l-m .loc p {
    margin-top: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

header .l-m .loc p img {
    margin-left: 4px;
}

header .l-m .loc .ke {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 11px;
    display: none;
}

header .l-m .loc .ke li a {
    width: 4.428571em;
    height: 2.142857em;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .4s, color .4s;
}

header .l-m .loc .ke li+li {
    margin-top: 3px;
}

header .menu {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 50px;
    cursor: pointer;
    transition: transform .3s;
    flex: 0 0 auto;
}

header .menu span {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: var(--white);
    border-radius: 1000px;
}

header .menu span:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
}

header .menu span:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
}

header .menu span:nth-of-type(3) {
    position: absolute;
    right: 0;
    bottom: 0;
}

header .menu span:nth-of-type(4) {
    position: absolute;
    left: 0;
    bottom: 0;
}

header .logo img:last-of-type {
    display: none;
}

/* 서브로고 추가 */

header .l-m.on .loc img {
    filter: brightness(0);
}

header .l-m.on .loc p {
    color: #000;
}

header .l-m.on .loc .ke li a {
    border-color: #000;
    color: #000;
}

header .l-m.on .menu span {
    background: #000;
}

/* 오버 */
header.on {
    background-color: #fff;
}

header.on a {
    color: #000;
}

header.on .logo a>img:first-of-type {
    display: none;
}

header.on .logo a>img:last-of-type {
    display: block;
}

header.on .menu span {
    background: #000;
}

header.on .l-m .loc {
    color: #000;
}

header.on .l-m .loc .ke li a {
    border-color: #000;
    background: #fff;
}

header.on .l-m .loc img {
    filter: brightness(0);
}

header .menu:hover {
    transform: rotate(45deg);
}

header .l-m .loc .ke li a:hover {
    background: #fff;
    color: #000;
}

header .l-m.on .menu:hover {
    transform: rotate(0);
}

header .l-m.on .loc .ke li a:hover {
    background: #000;
    color: #fff;
}

/* GNB 오버 할시 */
header.onOver {
    background-color: #fff;
}

header.onOver a {
    color: #000;
}

header.onOver .logo a>img:first-of-type {
    display: none;
}

header.onOver .logo a>img:last-of-type {
    display: block;
}

header.onOver .menu span {
    background: #000;
}

header.onOver .l-m .loc {
    color: #000;
}

header.onOver .l-m .loc .ke li a {
    border-color: #000;
    background: #fff;
}

header.onOver .l-m .loc img {
    filter: brightness(0);
}



/* 서브헤더 */
.__sub header .logo img:first-of-type {
    display: none;
}

.__sub header .logo img:last-of-type {
    display: block;
}

.__sub header a {
    color: #000;
}

.__sub header .l-m .loc {
    color: #000;
}

.__sub header .l-m .loc img {
    filter: brightness(-200%);
}

.__sub header .l-m .loc .ke li a {
    border: 1px solid #000
}

.__sub header .menu span {
    background-color: #000;
}


.__mdTeam header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.__sub.__mdTeam header .l-m .loc .ke li a {
    background-color: rgba(255, 255, 255, 0.9);
}

/* 오버 */
.__sub header.on {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

/* .__sub.__mdTeam header.on{ background-color: #fff; } */

.__sub header .l-m .loc .ke li a:hover {
    background: #000;
    color: #fff;
}

.__sub.__mdTeam header .l-m .loc .ke li a:hover {
    background: #000;
    color: #fff;
}


/* 모바일 메뉴 */
.mhm {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-top: 100px;
    width: 720px;
    background-image: url(/img/header_bg.png);
    background-position: 150% 110%;
    background-size: 70% auto;
    background-repeat: no-repeat;
    transform: translateX(100%);
    transition: .4s;
}

.mhm .deapth1 {
    padding: 45px 65px;
}

.mhm .deapth1>li+li {
    margin-top: 50px;
}

.mhm .deapth1 p {
    font-size: 32px;
    letter-spacing: -0.05em;
    cursor: pointer;
    display: inline-block;
}

.mhm .deapth1 p span {
    font-family: var(--albra);
    font-weight: 800;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    margin-right: 30px;
}

.mhm .deapth1 p.on {
    font-weight: bold;
    color: #1e39b4;
}

.mhm .deapth1 p.on span {
    color: #1e39b4;
    -webkit-text-stroke: 0;
}

.mhm .deapth2 {
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 65px;
    display: none;
}

.mhm .deapth2>li {
    letter-spacing: -0.05em;
    padding-bottom: 3px;
}

.mhm .deapth2>li+li {
    margin-top: 15px;
}

.mhm .deapth2 a {
    color: #666666;
    transition: color .4s, font-weight .4s;
    position: relative;
}

.mhm .deapth2 a.flexM {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.mhm .deapth2 a.flexM>img {
    margin-left: 5px;
}

.mhm .deapth2 a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #000;
    content: '';
    width: 0;
    transition: .4s;
}

.mhm .deapth2>li a:hover,
.mhm .deapth2>li.on a {
    font-weight: bold;
    color: #000;
}

.mhm .deapth2>li a:hover::before,
.mhm .deapth2>li.on a::before {
    width: 100%;
}

.mhm.on {
    transform: translateX(0);
}


/* 투뎁스 */
header .fullMenu {
    background: #fff;
    display: none;
}

header .fullMenu .dep {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 50px 0;
}

header .fullMenu .dep h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.05em;
}

header .fullMenu .dep>li {
    flex: 1;
}

header .fullMenu .dep>li+li {
    border-left: 1px solid #dddddd;
}

header .fullMenu .dep .dep2 {
    margin-top: 33px;
    width: 100%;
}

header .fullMenu .dep .dep2 li+li {
    margin-top: 25px;
}

header .fullMenu .dep .dep2 li {
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #666666;
}

header .fullMenu .dep .dep2 li a {
    color: inherit;
    transition: color .4s;
}

header .fullMenu .dep .dep2 li .flexM {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .fullMenu .dep .dep2 li .flexM>img {
    margin-left: 8px;
}

header .fullMenu .dep .dep2 li:hover {
    color: #1e39b4;
    font-weight: bold;
}


@media screen and (max-width:1550px) {

    header .snb li {
        font-size: 16px;
    }

    header .snb li+li {
        margin-left: 30px;
    }

    header .menu {
        margin-left: 50px;
    }

}

@media screen and (max-width:1280px) {

    header .snb,
    header .fullMenu {
        display: none;
    }

    .mhm {
        width: 60%;
    }

    .mhm .deapth1 {
        padding: 7% 10%;
    }

    .mhm .deapth1 p {
        font-size: 28px;
    }

    .mhm .deapth2 {
        padding-left: 13%;
    }

}

@media screen and (max-width:768px) {
    header .flex {
        height: 50px;
    }

    header .logo {
        width: 150px;
    }

    header .gnb {
        display: block;
    }

    header .l-m {
        margin-left: 0;
        justify-content: flex-end;
    }

    header .l-m .loc {
        flex: 0 0 auto;
    }

    header .l-m.on .loc>img {
        width: 20px;
    }

    .__sub header .l-m .loc>img {
        width: 20px;
    }

    header .menu {
        margin-left: 20px;
    }

    .mhm {
        padding-top: 50px;
    }

    .mhm .deapth1 {
        padding: 10% 5%;
    }

    .mhm .deapth1 p {
        font-size: 3.5vw;
    }

    .mhm .deapth1 p span {
        margin-right: 0.8em;
    }

    .mhm .deapth2 {
        margin-top: 8%;
    }

    .mhm .deapth1>li+li {
        margin-top: 6.5104vw;
    }

}

@media screen and (max-width:480px) {
    .mhm {
        width: 75%;
    }

    .mhm .deapth1 p {
        font-size: 5vw;
    }

    .mhm .deapth2 {
        font-size: 14px;
    }
}


/* 푸터 */
footer {
    background: #222;
    padding: 50px 0 60px;
}

footer .lbx {
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
    white-space: nowrap;
}

footer .lbx li {
    margin-right: 10px;
    margin-top: 10px;
}

footer .lbx li:last-child {
    margin-right: 0;
}

footer .lbx li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #888888;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    padding: 0.64285em 1em;
    transition: color .6s, background .6s, border .6s;
}

footer .lbx li a:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}


footer .dbx {
    margin-top: 30px;
    max-width: 620px;
}

footer .dbx ul {
    margin: -15px -15px 0;
}

footer .dbx li {
    margin: 15px 15px 0;
    font-weight: normal;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

footer .dbx li h2 {
    margin-right: 10px;
    white-space: nowrap;
}

footer .dbx li p {
    color: #888888;
    word-break: keep-all;
}

footer .copy {
    margin-top: 30px;
    font-size: 14px;
    font-family: var(--albra);
    color: #888888;
}


@media screen and (max-width:768px) {
    footer .logo {
        width: 50%;
    }

    footer .lbx li a {
        font-size: 12px;
    }

    footer .dbx li {
        font-size: 12px;
    }

}


/* 개인정보처리방침 모달창 */
.layerWrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
    display: none;
}

.layerWrap strong {
    font-weight: 700;
}

.layerWrap .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.layerWrap .popWrap {
    position: relative;
    width: 90%;
    max-width: 900px;
    background-color: #fff;
    padding: 35px;
    box-sizing: border-box;
    line-height: 1.2;
    height: 50vh;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layerWrap .pop {
    overflow-y: auto;
    height: 100%;
}

.layerWrap .popClose {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    bottom: 100%;
    right: 0;
    color: #fff;
    background-color: #1e39b4;
    cursor: pointer;
}

.layerWrap .pop dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #1e39b4;
}

.layerWrap .pop dl dd {
    font-size: 14px;
    font-weight: 300;
}

.layerWrap .pop p {
    margin-top: 20px;
    font-size: 14px;
}

.layerWrap._1 .pop p img {
    max-width: 500px;
}

@media screen and (max-width: 768px) {
    .layerWrap .popWrap {
        padding: 15px;
    }
}



/*퀵메뉴*/
#Quick {
    position: fixed;
    top: 50vh;
    right: 0;
    transform: translateY(-50%);
    z-index: 88;
}

#Quick>a {
    width: 85px;
    height: 80px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

#Quick>a i {
    font-size: 23px
}

#Quick>a p {
    margin-top: 5px;
}

#Quick>a img {
    width: 31px;
}

#Quick>a.q1 {
    background-color: #33bdff;
}

#Quick>a.q2 {
    background-color: #1976d2;
}

#Quick>a.q3 {
    background-color: #ffdb11;
}

#Quick>a.q3 p {
    color: #3c1e1e;
}

@media screen and (max-width: 768px) {
    #Quick {
        top: auto;
        bottom: 10px;
    }

    #Quick>a {
        width: 40px;
        height: 40px;
    }

    #Quick>a p {
        display: none;
    }

    #Quick>a img {
        width: 24px;
    }
}

.main_2021_se_01 {
    padding: 0 !important;

}

.main_2021_se_01_bg {
    background-image: url("/img/main_2021_se_01_bg.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main_2021_se_01 .title_box {
    text-align: right;
}

.main_2021_se_01 .title_box h3 {
    font-size: 80px;
    line-height: 90px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-family: 'Noto Sans KR', serif;
}

.main_2021_se_01 .title_box p {
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 36px;
    line-height: 45px;
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
}

.main_2021_se_01 .text_1 {
    text-align: right;
    margin-top: 40px;
}

.main_2021_se_01 .text_1 li {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Noto Sans KR', serif;
    line-height: 40px;
}

@media screen and (max-width: 1500px) {

    .main_2021_se_01 .title_box,
    .main_2021_se_01 .text_1 {
        margin-right: 85px;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 768px) {
    .main_2021_se_01_bg {
        background-image: url("/img/main_2021_se_01_bg_m.png");
    }

    .main_2021_se_01 .title_box,
    .main_2021_se_01 .text_1 {
        margin-right: 0;
        box-sizing: border-box;
    }

    .main_2021_se_01 .title_box h3 {
        font-size: 40px;
        line-height: 60px;
    }

    .main_2021_se_01 .title_box p {
        font-size: 20px;
        line-height: 30px;
    }

    .main_2021_se_01 .text_1 li {
        font-size: 18px;
        line-height: 30px;
    }
}

.sub01_2021_1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.sub01_2021_1 .img_box {

    position: absolute;
    top: 0;
    left: 0;
}

.sub01_2021_1 .img_box img {}

.sub01_2021_1 .text_box {
    background-color: #17a59c;
    width: 45%;
    position: relative;
    padding: 80px 0 80px 10%;
    margin-top: 150px;
}

.sub01_2021_1 .text_box h4 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-family: 'Pretendard';
}

.sub01_2021_1 .text_box h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-family: 'Pretendard';
}

.sub01_2021_1 .career {
    margin-top: 30px;
}

.sub01_2021_1 .career li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sub01_2021_1 .career li span {
    display: inline-block;
    width: 3px;
    height: 3px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.sub01_2021_1 .career li:last-child {
    margin-bottom: 0;
}

.sub01_2021_1 .career li p {
    font-size: 22px;
    font-family: 'Pretendard';
    line-height: 30px;
    color: #fff;
}

.eng_bg {
    font-family: 'DidotLTStd';
    font-size: 100px;
    color: rgba(255, 255, 255, 0.06);
    position: absolute;
    right: 40px;
    bottom: 50px;
    text-align: right;
}



@media screen and (max-width: 1500px) {
    .sub01_2021_1 .img_box {
        left: -8%;
    }
}

@media screen and (max-width: 1245px) {
    .none_1245 {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .sub01_2021_1 .img_box {
        left: -15%;
    }


}

@media screen and (max-width: 900px) {
    .sub01_2021_1 .img_box {
        width: 90%;
    }

    .sub01_2021_1 .text_box {
        margin-bottom: 50px;
        margin-top: 110px;
    }
}

@media screen and (max-width: 768px) {
    .sub01_2021_1 {
        flex-direction: column;
    }

    .sub01_2021_1 .img_box {
        position: static;
        width: 90%;
        text-align: left;
        margin-left: -10%;
    }

    .sub01_2021_1 .text_box {
        width: 90%;
        position: relative;
        padding: 40px 0 40px 10%;
        margin-top: -25px;
        margin-right: -20%;
    }

    .sub01_2021_1 .text_box h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .sub01_2021_1 .text_box h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: 40px;
    }

    .sub01_2021_1 .career {
        margin-top: 60px;
    }

    .sub01_2021_1 .career li p {
        font-size: 18px;
        line-height: 25px;
    }

    .eng_bg {
        font-size: 78px;
        line-height: 80px;
        bottom: -7px;
    }
}

.event_swiper_btn .swiper-button-next:after,
.event_swiper_btn .swiper-button-prev:after {
    display: none;
}

.event_swiper_btn .swiper-button-next img,
.event_swiper_btn .swiper-button-prev img {
    max-width: none;
    top: 0;
}

.event_swiper_btn .swiper-button-next,
.event_swiper_btn .swiper-button-prev {
    top: 90%;
}

.event_swiper_btn .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 15%;
}

.event_swiper_btn .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 15%;
}

.event_swiper_title {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 99;
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
}

.event_swiper img {
    display: block;
}

/* @media screen and (max-width: 1600px) {

    .event_swiper_btn .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 15%;
    }

    .event_swiper_btn .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 15%;
    }
} */

@media screen and (max-width: 960px) {
    .event_swiper_title {
        top: 83%;
        font-size: 18px;
        line-height: 20px;
    }

    .event_swiper_btn .swiper-button-next,
    .event_swiper_btn .swiper-button-prev {
        top: 88%;
    }


}

@media screen and (max-width: 768px) {

    .event_swiper_btn .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 10%;
    }

    .event_swiper_btn .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 10%;
    }

    .event_swiper_title {
        top: 84.5%;
        font-size: 24px;
        line-height: 30px;
    }

    .event_swiper_btn .swiper-button-next img,
    .event_swiper_btn .swiper-button-prev img {
        max-width: 57px;
    }
}

.lang_btn{
    margin-left: 16px;
    border-radius: 6.667px;
    /* background: #2EC6BF; */
    padding:10px 15px;
    box-sizing: border-box; 
    position: relative;
    transition: all 0.6s;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 999999;
    display: flex;
    gap: 5px;
    align-items: center;
}
.lang_btn.on{
    border-radius:  6px 6px 0 0;
    transition: all 0.2s;
}
.lang_btn .lang_icon_box{

}
.lang_btn .lang_list{
    position: absolute;
    top: 47px;
    left: 0;
    background-color: #2EC6BF;
    width: 100%;
    display: none;
    border-radius: 0 0 6px 6px ;
    z-index: 9999 !important;
}
.lang_btn .lang_list li{}
.lang_btn .lang_list li a{
    padding: 3px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}
.lang_btn .lang_list li a:hover{
    border-radius: 5px;
    
    background: rgba(0, 0, 0, 0.30);
}
.lang_btn_mo{
    display: none;
}
@media screen and (max-width: 1080px) {
    .lang_btn_mo{
        display: flex;
        align-items: center;
        gap: 20px;
    } 
    .lang_btn{
        background-color: transparent;
        margin-left: 0;
        padding: 0;
    }
    .lang_btn .lang_icon_box svg {
        width: 30px;
        height: 30px;
    }
    .lang_btn .lang_icon_box .usa {
        width: 30px;
        height: 30px;
    }
    header{
        overflow: visible;
    }
    .lang_btn .lang_list{
        border-radius: 6px;
        width: 40px;

        left: calc(50% - 20px);
    }
}
