@charset "utf-8";
@import url('lmf.css');

/* ==================================================

    * English main
    
================================================== */


/* 영문 레이아웃 */
div.wrapperEng {position: relative;width: 100%;color: #222;font-family: 'NotoSansKR Regular', sans-serif;word-break:keep-all;background-color: #fff;}

/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px) {
div.wrapperEng {font-size: 15px;line-height: 25px;}
div.wrapperEng {overflow: hidden;min-width: 320px;}
}

/*  PC : width:961px ~  */
@media screen and (min-width: 961px) {
div.wrapperEng {font-size: 20px;line-height: 30px;}
div.wrapperEng {min-width: 1300px;}
}

/* gnb */
@media screen and (min-width: 961px) {
    .eng .gnbWrap {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
    }
    .eng ul#gnb {
        z-index: 10;
        position: relative;
        display: flex;
        justify-content: end;
        column-gap: 80px;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        box-sizing: border-box;
    }
    .eng ul#gnb > li.on > a,
    .eng ul#gnb ul a:hover {
        font-family: 'NotoSansKR Regular', sans-serif; 
        transition: 0.3s ease;
    }
    .eng ul#gnb ul > ul {
        display: flex;
    }
    .eng ul#gnb ul li:not(:first-child) {
        padding-left: 55px;
    }
    .eng ul#gnb ul a {
        display: block;
        color: #fff;
        font-size: 17px;
        line-height: 60px;
        font-family: 'NotoSansKR Light', sans-serif;
    }
    .eng ul.userUtil {
        top: 8px;
    }
    .eng ul.userUtil li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 24px;
    }
    .eng ul.userUtil li:not(:first-child) {
        margin-left: 18px;
    }
    .eng ul.userUtil a.kor {
        display: inline-block;
        padding: 2px 12px;
        border-radius: 20px;
        box-sizing: border-box;
        background-color: #ff7200;
        color: #fff;
        vertical-align: middle;
    }    
}
@media screen and (max-width: 960px) {
    .eng div#headerWrap h1 img {
        height: 24px;
    }
    /* footer */
    .eng dl.footer dt img {
        width: 200px;
    }
    .eng dl.footer li:not(:last-child) {
        margin-bottom: 0;
    }
    .eng dl.footer li {
        margin: 5px;
    }
    .eng dl.footer ul.imgList li {
        display: block;
    }
    .eng dl.footer ul.imgList img {
        width: 200px;
    }
}

/* main visual */
/*  PC : width:961px ~  */
div.mainBnrEng {position: relative;}
div.mainBnrEng ul,
div.mainBnrEng li, 
div.mainBnrEng a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
div.mainBnrEng li {
    height: 910px;
    background-position: center top;
    background-repeat: no-repeat;
}
div.slideWrap {
    width: 1300px;
    /*margin: 80px auto 0;*/
	margin: auto 0;
}
div.slideWrap .tit {
    margin: 0;
    padding: 120px 0 0 120px;
    font-family: 'SUITE-Bold', sans-serif;
    font-size: 60px;
    color: #065d6f;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
div.slideWrap .desc {
    margin: 15px 0 0 120px;
    padding: 0;
    font-family: 'NotoSansKR Light', sans-serif;
    font-size: 20px;
	font-weight: bold;
    color: #22272e;
    line-height: 1.8;
    letter-spacing: -0.04em;
}
div.mainBnrEng div.controlWrap {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}
div.mainBnrEng div.bx-controls {
    display: flex;
    gap:0 10px;    
    position: absolute;
    bottom: 420px;
    left: 0; 
    z-index: 80;
    padding: 0 0 0 20px;
    border-radius: 23px;
    background-color: rgba(0,0,0,.6);
    box-shadow:0 5px 10px rgba(0,0,0,.1);
}
div.mainBnrEng div.bx-controls a {
    width: 25px;
    height: 45px;
    font-size: 0;
    line-height: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
div.mainBnrEng div.bx-controls-direction {
    display: flex;
    justify-content: space-between;
    width: 75px;
}
div.mainBnrEng a.bx-prev {background-image: url('../image/main/mainBnr_prev.png');}
div.mainBnrEng a.bx-next {background-image: url('../image/main/mainBnr_next.png');}

div.mainBnrEng a.bx-start,
div.mainBnrEng a.bx-stop {
    position: absolute;
    top: 0;
    right: 35px;
}
div.mainBnrEng a.bx-start {background-image: url('../image/main/mainBnr_start.png');}
div.mainBnrEng a.bx-stop {background-image: url('../image/main/mainBnr_stop.png');}

div.mainBnrEng div.pager {
    color: rgba(255,255,255,.3);
    font-family: 'Jost-Regular', sans-serif;
    font-size: 17px;
    line-height: 45px;
}
div.mainBnrEng div.pager span {
    color: #fff;
    font-family: 'Jost-Bold', sans-serif;
}
div.mainBnrEng div.pager span:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 22px 10px 0;
    vertical-align: top;
    background-color: #fff;
    opacity: .3;
}
div.mainBnrEng a.active {display: none;}

/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px) {
    div.mainBnrEng li {
        height: auto;
        min-height: 260px;
    }
    div.slideWrap {
        width: auto;
        min-height: 260px;
        padding: 0 20px;
        margin: 30px auto 0;
    }
    div.slideWrap .tit {
        padding: 70px 0 0 120px;
        font-size: 20px;
    }
    div.slideWrap .desc {
        margin: 10px 0 0;
        font-size: 13px;
        line-height: 1.4;
    }
    div.slideWrap .desc br {
        display: none;
    }
    div.mainBnrEng div.bx-controls {
        left: 15px;
        bottom: 50px;
        padding-left: 20px;
        border-radius: 15px;
    }
    div.mainBnrEng div.bx-controls a {
        width: 25px;
        height: 30px;
        background-size: 10px;
    }
    div.mainBnrEng div.bx-controls-direction {
        width: 65px;
    }
    div.mainBnrEng a.bx-start,
    div.mainBnrEng a.bx-stop {
        right: 30px;
    }

    div.mainBnrEng div.pager {
        font-size: 15px;
        line-height: 30px;
    }
    div.mainBnrEng div.pager span:after {
        width: 15px;
        height: 2px;
        margin: 14px 10px 0;
    }
}

/* quick menu */
@media screen and (min-width: 961px) {
    .eng ul.quickMenu {
        display: grid; 
        grid-template-columns: repeat(5, 1fr);
        border-radius: 30px 0 30px 0;
        border: none;
        background-color: #e8e8e8;
        box-shadow:13px 13px 10px rgba(122,122,122,.05);
    }
    .eng ul.quickMenu a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 300px;
        width: 100%;
        padding: 35px 30px 30px;
        background-color: #fff;
        transition: 0.3s ease;
    }
    .eng ul.quickMenu img {
        display: inline-block;
    }
    .eng ul.quickMenu h4 {
        margin: 20px 0 0;
        font-family: 'NotoSansKR Medium', sans-serif;
        font-weight: normal;
        font-size: 22px;
        line-height: 1.4;
        color: #01011d;
        letter-spacing: -0.04em;
    }
    .eng ul.quickMenu a ul {
        display: none;
    }
    .eng ul.quickMenu a:hover {
        color: #fff;
    }
    .eng ul.quickMenu a:hover img,
    .eng ul.quickMenu a:hover br {
        display: none;
    }
    .eng ul.quickMenu li a {
        transition: 0.3s ease;
    }
    .eng ul.quickMenu li a:hover {
        background-image: none;
        background: linear-gradient(138deg, rgba(24,143,141,1) 0%, rgba(24,143,105,1) 100%);
        transition: 0.3s ease;
    }
    .eng ul.quickMenu a:hover {
        align-items: start;
        justify-content: start;
    }
    .eng ul.quickMenu a:hover h4 {
        margin: 0 0 10px;
        color: #fff;
    }
    .eng ul.quickMenu a:hover ul {
        display: block;
        margin: 0;
        padding: 0;
        transition: 0.3s ease;
    }
    .eng ul.quickMenu a:hover ul > li {
        position: relative;
        margin: 0;
        padding: 0 0 0 12px;
        font-family: 'NotoSansKR Light', sans-serif;
        font-size: 13px;
        line-height: 1.2;
        color: #fff;
    }    
    .eng ul.quickMenu a:hover ul > li:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #fff;
    }
    .eng ul.quickMenu a:hover ul > li + li {
        margin-top: 10px;
    }

    /* main contents */
    div.mainCon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 90px;
        margin: unset;        
    }
}

@media screen and (max-width: 960px) {
    .eng ul.quickMenu > li a {
        padding: 20px 50px 20px 10px;
    }
    .eng ul.quickMenu h4 {
        margin: 0 0 0;
        font-family: 'NotoSansKR Medium', sans-serif;
        font-weight: normal;
        font-size: 15px;
        line-height: 1.2;
        color: #01011d;
        letter-spacing: -0.04em;
    }
    .eng ul.quickMenu a:hover h4 {
        color: rgb(24,143,141);
    } 
    .eng ul.quickMenu img {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
    }
    .eng ul.quickMenu a ul {
        display: none;
    }    
}

/* International affairs */
.affairs-wrap {
    display: grid;
    grid-template-columns: 270px auto 390px;
    column-gap: 50px;
}
.aside.left.banner1 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.aside.left.banner2 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}
.centent-box.center {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
}
.aside.right {
    grid-row: 1 / 3;
    grid-column: 3 / 4;
}
.aside.left.banner1 {
    padding: 50px 30px 0;
    height: 350px;
    border-radius: 0 30px 0 0;
    box-sizing: border-box;
    background: url(../image/eng/sub/bg_affairs.png) center top / cover no-repeat;
}
.aside.left.banner1 p {
    margin: 0 0 0;
    /*font-family: 'NotoSansKR SemiBold', sans-serif;
    font-size: 16px;*/
    line-height: 1.6;
    color: #fff;
    letter-spacing: -0.04em;
}
.aside.left.banner1 + .aside.left.banner2 {
    margin-top: 10px;
}
.aside.left.banner2 .img-wrap img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
}
.centent-box.center {
    padding-top: 20px;
}
.centent-box.center,
.centent-box.center p {
    margin: 0 0 0;
    /*font-family: 'NotoSansKR Light', sans-serif;
    font-size: 16px;*/
    line-height: 1.6;
    color: #444;
    letter-spacing: -0.02em;
}
.centent-box.center p + p {
    margin-top: 20px;
}
.aside.right .aside-tit {
    margin: 0 0 20px;
    font-family: 'SUITE-Bold', sans-serif;
    font-size: 17px;
    color: #222;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
.aside.right .bg-color-box {
    padding: 20px;
    box-sizing: border-box;
    background-color: #f4fbfb;
}
.aside.right .bg-color-box + .bg-color-box {
    margin-top: 25px;
}
.aside.right .bg-color-box .box-tit {
    margin: 0 0 20px;
    font-family: 'SUITE-Medium', sans-serif;
    font-size: 17px;
    color: #673ea6;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
.aside.right .bg-color-box .box-tit > span {
    display: block;
    font-family: 'SUITE-SemiBold', sans-serif;
    color: #121212;
}
.aside.right .bg-color-box ul {
    margin: 0;
    padding: 0;
}
.aside.right .bg-color-box ul + ul {
    margin-top: 20px;
}
.aside.right .bg-color-box ul li {
    list-style-type: none;
    font-family: 'SUITE-Light', sans-serif;
    font-size: 17px;
    color: #222;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
.aside.right .bg-color-box ul li > strong {
    font-family: 'SUITE-Medium', sans-serif;
    font-weight: normal;
}
.aside.right .bg-color-box ul li a {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}
.aside.right .bg-color-box ul li + li {
    margin-top: 6px;
}
.aside.right .bg-color-box ul li.type-flex {
    display: inline-flex;
}
.aside.right .bg-color-box ul li.type-flex > strong {
    padding-right: 5px;
}

@media screen and (max-width: 960px) {
    .affairs-wrap {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 30px;
        column-gap: 0;
    }
    .aside.left.banner1 {
        grid-row: 3 / 4;
        grid-column: 1 / 2;
    }
    .aside.left.banner2 {
        grid-row: 4 / 5;
        grid-column: 1 / 2;
    }
    .centent-box.center {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    .aside.right {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .centent-box.center {
        padding-top: 0;
    }
    .centent-box.center, 
    .centent-box.center p {
        font-size: 14px;
        line-height: 1.4;
    }
    .centent-box.center p + p {
        margin-top: 10px;
    }
    .aside.right .aside-tit {
        margin: 0 0 10px;
        font-size: 15px;
    }
    .aside.right .bg-color-box {
        padding: 15px;
    }
    .aside.right .bg-color-box .box-tit {
        font-size: 15px;
        line-height: 1.2;
    }
    .aside.right .bg-color-box ul li {
        font-size: 14px;
        line-height: 1.2;
    }
    .aside.right .bg-color-box + .bg-color-box,
    .aside.right .bg-color-box ul + ul {
        margin-top: 15px;
    }
    .aside.right .bg-color-box ul li br {
        display: none;
    }
    .aside.right .bg-color-box ul li.type-flex {
        display: block;
    }
    .aside.right .bg-color-box ul li + li {
        margin-top: 5px;
    }
    .aside.left.banner1 {
        padding: 30px 20px 20px;
        height: 150px;
        border-radius: 0 15px 0 0;
    }
    .aside.left.banner1 + .aside.left.banner2 {
        margin-top: 0;
    }
    .aside.left.banner2 {
        margin-top: 0;        
    }
    .aside.left.banner2 .img-wrap {
        display: flex;
        justify-content: center;
    }
    .aside.left.banner2 .img-wrap span {
        display: inline-block;
        margin: 0 auto;
    }
    .aside.left.banner2 .img-wrap img {
        margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
    .aside.left.banner2 .img-wrap {
        display: block;
        text-align: center;
    }
}