/* ****************** header ********************** */
header {
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

header>div {
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

header .logo {
    float: left;
    padding-top: 38px;
    width: 200px;
}

header .logo img {
    max-width: 100%;
}

header #gnb {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-30%, -50%);
    text-align: center;
    width: 600px;
}

header>div .menu .list {
    display: inline-block;
}

header>div .menu .list .item {
    float: left;
}

header>div .menu .list .item .sub_m {
    display: none;
    position: absolute;
    background-color: #0C2A37;
    opacity: 0.85;
}

header>div .menu .list .item:hover .sub_m {
    display: block;
    float: center;
    transform: translate(-15%, -4.5%);
}

header>div .menu .list .item:hover .sub_m a {
    color: #87959b;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    height: 50px;
}

header>div .menu .list .item:hover .sub_m a:hover {
    color: #fff;
}

header>div .menu .list .item:hover .sub_m2 a:hover {
    color: #fff;
}

header>div .menu .list .item .sub_m2 {
    display: none;
    position: absolute;
    background-color: #0C2A37;
    opacity: 0.85;
}

header>div .menu .list .item:hover .sub_m2{
    display: block;
    float: center;
    transform: translate(-16%, -4.0%);

}

header>div .menu .list .item:hover .sub_m2 a {
    color: #87959b;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
}


/* ****************** eng ********************** */

header>div .menu .list .item .sub_m3 {
    display: none;
    position: absolute;
    background-color: #0D3A65;
    opacity: 0.85;
}

header>div .menu .list .item:hover .sub_m3 {
    display: block;
    float: center;
    transform: translate(-21%, 0.2%);

}

header>div .menu .list .item:hover .sub_m3 a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
}

header>div .menu .list .item:hover .sub_m3 a:hover {
    color: #86B6DA;
}

header>div .menu .list .item:hover .sub_m4 a:hover {
    color: #86B6DA;
}



header>div .menu .list .item .sub_m4 {
    display: none;
    position: absolute;
    background-color: #0D3A65;
    opacity: 0.85;
}

header>div .menu .list .item:hover .sub_m4{
    display: block;
    float: center;
    transform: translate(-12%, 0.5%);

}

header>div .menu .list .item:hover .sub_m4 a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
}

/* ********************************************* */



header>div .menu .list .item a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 140px;
    line-height: 140px;
    padding: 0 32.5px;
    text-transform: uppercase;
}

header>div .lang {
    position: absolute;
    background-color:transparent;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

header>div .lang .lang2 {
    border: 1px solid #000;
    height: 38px;
    width: 148px;
    text-align: center;
    padding-top: 8px;
}

header>div .lang .lang2 >a {
    font-family: 'Noto Sans KR';
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

header .nav-open {
    display: none;
}


/* ****************** content-01 ********************** */
.content-01 {
    padding: 0;
    margin-top: 120px;
    height: 540px;
    background: url("../img/index_back.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
}

.sec-01 .visual {
    display:flex;
    align-items:center;
    height: 540px;
    max-width: 1400px;
}

.flexbox-01 {
    max-width: 1400px;    
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 300px; */
}

.item-01 {
    display:flex;
    align-items:center;
    min-height: 450px;
    max-width: 1320px;
    flex-basis: 150px;
    flex-grow: 1;
    margin: auto 0;
}

.item-02 {
    display:flex;
    align-items:center;
    min-height: 450px;
    max-width: 500px;
    flex-basis: 150px;
    flex-grow: 1;
    margin: auto 0;
}

.item-01 .m_tex {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 66px;
    color: #0F4649;
    max-width: 828px;
}

.item-01 .ms_tex {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    color: #0F4649;
    margin-top: 20px;
}

.item-01 .s_tex {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;   
    color: #333333;
    margin-top: 40px;
}


/* ****************** content-02 ********************** */


.content-02 {
    padding: 0 10px 0 10px;
}

.content-02-01 {
    margin-top: 150px;
    background-color: #E2EAEE;
}

.content-02-02 {
    background-color: #E2EAEE;
    padding-bottom: 70px;
}

.flexbox-02 {
    max-width: 1400px;    
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    justify-content: center;
}

.flexbox-02 .text-01 {
    display:flex;
    align-items:center;
    padding-top: 150px;
    flex-basis: 150px;
    flex-grow: 1;
    margin: auto 0;
    justify-content: center;
}

.flexbox-02 .text-01_01 {
    display: flex;
    /* align-items: flex-start; */
    padding-top: 70px;
    flex-basis: 150px;
    flex-grow: 1;
    /* margin: auto 0; */
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}

.flexbox-02 .text-01_02 {
    display: flex;
    align-items: center;
    padding-top: 70px;
    flex-grow: 1;
    justify-content: center;
}

.flexbox-02 .text-01 .m_tex {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.flexbox-02 .text-01 .m_tex02 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #0F4649;
    text-align: center;
}

.flexbox-02 .text-01_01 .m_tex02 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #0F4649;
    text-align: center;
}

.flexbox-02 .text-01 .s_tex {
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    text-align: center;
}

.data01_img {
    display:flex;
    justify-content: center;
}

.data01_img img {
    /* display:flex;
    margin: auto 0;
    text-align: center; */
    max-width: 100%;
    height: auto;
}

.s2_tex {
    padding: 6px 0 6px 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #289AAA;
}

.s3_tex {
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #333;
}

.s4_tex {
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}


/* ****************** content-03 ********************** */


.content-03 {
    padding: 50px 50px 0px 50px;
}

.flexbox-02 .s_img-01 {
    box-sizing: border-box;
    max-width: 625px;
    min-height: 280px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
}

.icon-03 {
    margin: 32px 0 0 50px ;
}

.m-03 {
    margin: 10px 50px 0 50px ;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.s-03 {
    margin: 20px 50px 50px 50px ;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}




.item-02 {
    display:flex;
    align-items:center;
    max-width: 420px;
    min-height: 400px;
    flex-basis: 150px;
    flex-grow: 1;
}



/* ****************** meno ********************** */


.content-06 {
    padding: 0 10px 200px 10px;
}


.inquiry {
    max-width: 1140px;    
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    justify-content: center;
}

.inquiry .text00 {
    /* display:flex;
    align-items:center; */
    /* padding-top: 200px; */
    flex-basis: 150px;
    flex-grow: 1;
    margin: auto 0;
}

.inquiry .text00 .m0_tex {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 80px;
}


.inquiry .s_img-06 {
    width: 550px;
    /* min-height: 300px; */
}

.inquiry .s_img-06 .form-line {
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 550px;
    min-height: 60px;
    border-bottom: 1px solid #D9D9D9;
}

.inquiry .s_img-06 .form-line .form-tit {
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
    min-width: 100px;
    flex-shrink: 0;
}

.inquiry .s_img-06 .form-line .input-1 {
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}



.flexbox-05 {
    max-width: 1140px;    
    margin: 0 auto;
}

.flexbox-05 textarea{
    padding: 20px;  
    margin: 50px 0 75px 0;
    width: 96%;
    height: 250px;
    background: #F4F4F4;
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.btn-more {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    min-width: 200px;
    padding: 17px 25px 17px 25px;
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}




/* ****************** footer ********************** */
.footer {
    background-color: #0C2A37;
}

.footer .wrap02 {
    padding: 36px 20px 52px 20px;
}

.footer .menu {
    border-bottom: 1px solid #afafaf;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 25px;
}

.footer .menu .mTitle {
    font-weight: 700;
    text-transform: uppercase;
}

.footer .menu .mTitle a {
    color: #fff;
}

.footer .menu .sTitle {
    margin-top: 28px;
}

.footer .menu .sTitle .item {
    font-weight: 400;
}

.footer .menu .sTitle .item:nth-child(n+2) {
    margin-top: 25px;
}

.footer .menu .sTitle .item a {
    color: #fff;
    line-height: 22px;
    color: #88a6b2;
}

.footer .company {
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: 42px;
    position: relative;
}

.footer .company .logo {
    width: 193px;
    height: 79px;
}

.footer .company .logo a {
    display: block;
}

.footer .company .info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    margin-left: 0px;
}


.footer .company .info .right {
    display: flex;
    align-items: center;
}

.footer .company .info .right .social a:nth-child(n+2) {
    margin-left: 0px;
}

.footer .company .info .bottom {
    width: 100%;
    margin-top: 20px;
}

.footer .company .info .bottom .doc a {
    color: #fff;
    text-decoration: underline;
}

.footer .company .info .bottom .doc a:nth-child(n+2) {
    margin-left: 54px;
}

.footer .company .info .bottom .copy {
    color: #fff;
    line-height: 34px;
    margin-top: 28px;
}

.footer .company .info dl {
    color: #fff;
    display: block;
    line-height: 32px;
}

.footer .company .info dl dt {
    margin-right: 5px;
    font-weight: 700;
}

.footer .company .info dl dt,
.footer .company .info dl dd {
    display: inline;
    vertical-align: top;
}

@media all and (max-width: 1366px) {
    .sec-01 .visual {
        height: 628px;
    }

    header>div {
        padding: 0 60px;
    }

    header>div .lang {
        right: 60px;
    }

    .sec-01 .visual {
        max-width: 1246px;
    }

    .sec-01 .visual .content .desc {
        top: 67px;
    }

    .sec-01 .visual .content .desc .text {
        font-size: 26px;
    }

    .sec-01 .visual .content .desc .text strong {
        font-size: 46px;
    }

    .sec-01 .visual .content .desc .text:nth-child(3) {
        font-size: 16px;
        margin-top: 70px;
    }

    .sec-01 .visual .content .img {
        width: 392px;
        height: 385px;
        top: 36px;
        right: 140px;
    }

    .sec-01 .visual .service {
        max-width: 966px;
    }
}

@media all and (max-width: 1280px) {
    .sec-01 .visual {
        height: 660px;
    }

    .sec-01 .visual .content .desc {
        top: 87px;
    }
}