@charset "utf-8";
@import url('style.css');

/* mainVisual */
.mainVisual{
    height: 560px;
    background: url('/images/eng/main/mainVisual.png') no-repeat center;
}
.mainVisual > div{width: 1280px;margin: 0 auto;}
@media screen and (max-width:1279px) {
    .mainVisual{
        background: url('/images/eng/main/mainVisual_m.png') no-repeat;
        height: 900px;
        background-size: 105%;
    }
    .mainVisual > div{width: auto;}
}
@media screen and (max-width:1023px) {
    .mainVisual{height: 1100px;}
}
@media screen and (max-width:767px) {
    .mainVisual{height: 900px;}
}
/* 메인 슬라이더 */
.mainSlider{
    position: relative;
    float: left;
    height: 560px;
}
.mainSlider h3{
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    position: absolute;
    top: 80px;
    left: -30px;
    z-index: 9;
}
.mainSlider h4{
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    position: absolute;
    top: 127px;
    left: -30px;
    z-index: 10;
}
.mailL{
    position: absolute;
    top: 80px;
    left: -30px;
    z-index: 9;
}
.sliderWrap{
    padding: 50px;
    width: 950px;
    height: 380px;
    background-color: #271f46;
    margin-top: 110px;
    /* margin-left: 320px; */
    position: relative;
}
.sliderWrap li{position: relative;}
.sliderWrap li > a {display: block;}
/* .sliderWrap .slick-slide img{width: 100%;} */
.sliderCont > span:first-child{
    color: #ffb13b;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}
.sliderCont > span:first-child::after{
    content: '';
    background-color: #ffb13b;
    position: absolute;
    width: 6px;
    height: 6px;
    margin-left: 4px;
}
.sliderCont > p{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sliderCont span{
    font-size: 17px;
    color: #dfdfdf;
    margin-top: 15px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: 2.4em;
}
.sliderCont span:last-child{
    padding-left: 20px;
    background: url('/images/eng/common/icon_cal02.png')no-repeat center left;
    height: auto;
}
.sliderWrap img{
    width: 380px;
    height: 260px;
    float: right;
}
.sliderCont{
    width: 400px;
    position: absolute;
    top: 82px;
}
/* 슬라이더 변경 */
.slick-dots button{
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    width: 8px;
    height: 8px;
}
.slick-dots .slick-active button{
    background: url('/images/eng/common/dot_slider.png') no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
}
.slick-dots li,
.slick-dots ul{display: inline-block;}
.slick-dots li{padding-right: 6px;}
.slick-dots{
    position: absolute;
    left: 490px;
}
.control{
    position: absolute;
    left: 522px;
    margin-top: -16px;
    bottom: 44px;
}
.control img{
    width: 8px;
    height: 15px;
}
.control .stopBtn{display: none;}
/* --슬라이더 변경 */
@media screen and (max-width:1279px) {
    .mainSlider{
        width: 100%;
        height: auto;
    }
    .sliderWrap{
        margin: 0 auto;
        margin-top: 200px;
    }
    .sliderCont{top: 50px;}
    .mailL{
        left: 0;
        right: 0;
        top: 50px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1023px) {
    .sliderWrap{height: 560px;width: 80%;padding: 30px;}
    .sliderWrap li{text-align: center;}
    .sliderWrap .slick-slide{height: 486px;}
    .sliderCont{
        position: static;
        display: inline-block;
    }
    .sliderWrap .slick-slide img {float: none;margin-top: 40px;}
    .sliderWrap a > p{    margin-top: 50px;}
    .sliderWrap li > div > span{
        /* 가운데 정렬 시키기 */
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 25px;
    }
    .sliderWrap a > span:last-child {background: url(/images/eng/common/icon_cal02.png)no-repeat center left 38%;}
    .sliderWrap .slick-dots{
        bottom: 150px;
        left: 50%;
        width:365px;
        padding-right: 15px;
        margin-left: -175px;
        text-align: center;
    }
    .sliderCont > span:first-child {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 4px;
    }
    .sliderCont > p{margin-top: 60px;}
    .sliderCont span:last-child {display: inline-block;}
    .control{
        left: 50%;
        margin-left: -190px;
        top: 350px;
        bottom: auto;
        margin-top: 0;
    }
}
@media screen and (max-width:767px) {
    /* .mailL{width: 500px;height: 110px;} */
    .sliderWrap{margin-top: 190px;height: auto;padding: 20px;width: 90%;}
    .sliderWrap img{height: auto;}
    .sliderWrap .slick-slide{height: auto;}
    .sliderWrap .slick-dots{bottom: 103px;}
    .sliderCont{width: auto;display: block;}
    .sliderCont > span:first-child{font-size: 15px;}
    .sliderCont > p{font-size: 17px;margin-top: 35px;}
    .sliderCont span{font-size: 14px;margin-top: 7px;}
    .sliderCont span:last-child{font-size: 14px;}
    .control{bottom: 125px;top: auto;}
    .sliderWrap .slick-slide img{max-height: 256px;}
    /* .mainSlider .slick-list{overflow: visible;} */
}
@media screen and (max-width:570px) {
    .mailL {
        width: 350px;
        height: 94px;
    }
    .sliderWrap{margin-top: 168px;}
}
@media screen and (max-width:425px) {
    .sliderWrap {margin-top: 137px;}
    .mailL.type2 {display: none;width: 260px;height: 65px;}
    /* .sliderWrap .slick-slide img {min-height: 282px;} */
}
@media screen and (max-width:460px) {
    .control{left: 23px;margin-left: 0;}
    .sliderWrap .slick-dots{
        width: 100%;
        padding: 0 15px;
        margin-left: 0;
        left: 0;
    }
}
@media screen and (max-width:375px) {
    /* .sliderWrap .slick-slide img {min-height: 192px;} */
}
/* --메인 슬라이더 */
/* 서브 슬라이더 */
.subSlider{
    float: right;
    height: 560px;
}
.subsliderWrap{
    margin-left: 30px;
    margin-top: 110px;
    width: 270px;
    position: relative;
}
.subSlider{position: relative;}
.subsliderWrap li > a > p{
    position: absolute;
    color: #fff;
    padding: 14px;
    background-color: #005463;
    left: 0;
    top: 0;
}
.subsliderWrap li > a > span:nth-child(3){
    display: inline-block;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    width: 220px;
    display: inline-block;
    margin-top: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subsliderWrap li > a > span:nth-child(4){
    font-size: 17px;
    width: 270px;
    display: block;
}
.bannerPrev{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url('/images/eng/main/prev.png') no-repeat;
    left: 0;
    bottom: 22px;
    width: 17px;
}
.bannerNext{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url(/images/eng/main/next.png) no-repeat;
    right: 0;
    bottom: 2px;
    width: 50px;
    height: 50px;
}
.mainSlider::after,
.subSlider::after{
    content: "";
    display: block;
    clear: both;
}
.subSlider .slick-slide img{
    width: 270px;
    height: 380px;
    border: 1px solid #c7c7c7;
}
@media screen and (max-width:1279px) {
    .subSlider{
        width: 100%;
        text-align: left;
        height: auto;
    }
    .subsliderWrap{
        margin: 0 auto;
        margin-top: 40px;
    }
}
@media screen and (max-width:767px) {
    .subSlider {margin-top: -15px;padding-bottom: 20px;}
    .subsliderWrap{width: 200px;}
    .subSlider .slick-slide img{width: 100%;height: 290px;}
    .subsliderWrap li > a > span:nth-child(3){width: 145px;font-size: 16px;}
    .subsliderWrap li > a > span:nth-child(4){width: 140px;font-size: 14px;}

}
/* --서브 슬라이더 */
/* --mainVisual */
/* mainMenu */
.mainMenu{

}
.mainMenu ul{
    width: 1280px;
    margin: 0 auto;
}
.mainMenu li{
    display: inline-block;
    width: 24.8%;
    height: 200px;
    vertical-align: top;
}
.mainMenu li > a{
    display: inline-block;
    padding: 56px 0 30px 113px;
}
.mainMenu p{
    width: 160px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.mainMenu span{
    width: 170px;
    font-size: 15px;
    color: #000;
    display: inline-block;
    word-break: keep-all;
}
.mainMenu li:nth-child(1){
    background: url('/images/eng/main/menu01.png') no-repeat center left 2px;
}
.mainMenu li:nth-child(2){
    background: url('/images/eng/main/menu02.png') no-repeat center left 2px;
}
.mainMenu li:nth-child(3){
    background: url('/images/eng/main/menu03.png') no-repeat center left 2px;
}
.mainMenu li:nth-child(4){
    background: url('/images/eng/main/menu04.png') no-repeat center left 2px;
}
@media screen and (max-width:1279px) {
    /* .mainMenu ul{width: 100%;padding: 0 20px;} */
    .mainMenu ul{width: 100%;padding: 0 30px;padding-bottom: 55px;}
    .mainMenu li{
        width: 49%;
        padding-left: 80px;
        background-position: top 48px left 60px !important;
        height: 135px;
    }
}
@media screen and (max-width:767px) {
    .mainMenu {margin-top: 85px;}
    .mainMenu ul{padding: 0;text-align: center;}
    .mainMenu li{
        background-size: 60px 50px !important;
        background-position: center top !important;
        height: 155px;
        padding-left: 0;
        text-align: center;
        width: 40%;
    }
    .mainMenu li > a{padding: 53px 30px 0 30px;}
    .mainMenu span{font-size: 14px; width: auto;line-height: 1.3;margin-top: 5px;}
    .mainMenu p{font-size: 16px;line-height: 1.3;width: 100%;word-break: keep-all;}
}
@media screen and (max-width:479px) {
    .mainMenu li {width: 44%;}
    .mainMenu li > a{padding: 53px 9px 0 9px;}
}
@media screen and (max-width:425px) {
    .mainMenu {margin-top: 25px;}
}
/* --mainMenu */
/* 연구소 알림 */
.noticeBox{
    background-color: #f4f3f0;
    height: 350px;
}
.noticeBox > div{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.noticeMenu{
    width: 300px;
    padding-top: 45px;
    display: inline-block;
}
.noticeMenu h4,
.publicBox h4{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.noticeMenu ul{
    margin-top: 15px;
}
.noticeMenu li{
    padding: 18px 10px;
    border-bottom: 1px solid #a7a6a1;
    background: url('/images/eng/main/icon_next.png') no-repeat center right 18px;
    position: relative;
}

.noticeMenu li.on{
    background: url('/images/eng/main/icon_next02.png') no-repeat center right 10px;
    border-bottom: 2px solid #000;
}
.noticeMenu li.on a{
    font-weight: bold;
    font-size: 20px;
}
.noticeMenu li > a{display: inline-block;font-size: 18px;}
.noticeMenu li:nth-child(2) > a:last-child,
.noticeMenu li:nth-child(3) > a:last-child{
    position: absolute;
    right: 0;
    text-indent: -99999px;
    width: 70px;
}
.noticeCont{
    display: inline-block;
    width: 987px;
    padding-left: 50px;
    position: absolute;
    top: 55px;
}
.noticeBanner .slick-dots{
    width: auto;
    right: 85px !important;
}
.noticeBanner li{
    width: 300px;
    height: 250px;
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.1);
    background: url('/images/eng/main/noticeBack.png') no-repeat right top;
    background-color: #fff;
    padding: 30px;
    position: relative;
}
.noticeBanner li > span:first-child{
    background-color: #312783;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 13px 20px;
}
.noticeBanner li > a{
    display: block;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    height: 3em;
}
.noticeBanner li > a:hover{
    text-decoration: underline;
}
.noticeBanner li > p{
    font-size: 17px;
    color: #999999;
    padding-left: 20px;
    background: url(/images/eng/common/icon_cal02.png)no-repeat top 16px left 2px;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}
.noticeBanner li.recruit > span:first-child{background-color: #258653;}
.recruit .date{
    border: 1px solid #e4e4e4;
    display: inline-block;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 28px;
    color: #000;
    right: 30px;
    position: absolute;
    background-color: #fff;
}
.noticeBanner li.recruit > span:nth-child(2) > p{
    background-color: #838383;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.noticeBanner li > span:last-child{
    display: block;
    color: #acacac;
    margin-top: 20px;
}
.recruit.off span{
    background: none !important;
    padding-top: 70px;
}

.noticeBanner .slick-slide{
    margin-right: 20px;
    height: 260px;
}
.noticeBanner .slick-dots{
    position: absolute;
    top: -50px;
    right: 0;
}
.noticeBanner .slick-dots li{
    width: 10px;
    height: 10px;
    background: none;
    box-shadow: none;
    padding: 0 20px 0 0;
}
.noticeBanner .slick-dots button{
    border-radius: 100%;
    background-color: #b1aea9;
}
.noticeBanner .slick-dots .slick-active button {
    background: url(/images/eng/common/dot_slider02.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
}
.noticeCont .slick-arrow {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 25px;
    height: 16px;
    top: -30px;
    z-index:10
}
.noticeCont .slick-prev{
    background: url(/images/eng/main/icon_prev.png) no-repeat;
    right: 72px;
}
.noticeCont .slick-next{
    background: url(/images/eng/main/icon_next03.png) no-repeat;
    right: 22px;
}
.control02 .startBtn03{display: none;}
.control02{position: relative;margin-top: -308px;}
.control02 .stopBtn03{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url(/images/eng/main/btn_stop02.png) no-repeat;
    width: 11px;
    height: 15px;
    right: 54px;
    top: 18px;
}
.control02 .startBtn03{
    display: none;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url(/images/eng/main/btn_start02.png) no-repeat;
    width: 11px;
    height: 15px;
    right: 54px;
    top: 18px;
}
.noticeBanner .slick-track{margin-left: 0;}
@media screen and (max-width:1279px) {
    .noticeBox{height: 470px;position: relative;}
    .noticeBox > div{width: 100%;text-align: center;}
    .noticeMenu{padding-top: 30px;width: 90%;}
    .noticeMenu li{display: inline-block; border-bottom: none;padding: 6px 10px;background: none;position: static;}
    .noticeMenu li.on{background: none;}
    .noticeMenu li:nth-child(2).on > a:last-child,
    .noticeMenu li:nth-child(3).on > a:last-child{
        position: absolute;
        background: url(/images/eng/main/icon_next02.png) no-repeat;
        background-size: 18px;
        right: 81px;
        width: 18px;
        height: 18px;
        top: 103px;
    }
    .noticeMenu ul{margin-top: 5px;float: left;}
    .noticeCont{position: static;margin-top: 20px;width: 90%;padding-left: 0;}
    .noticeCont .slick-prev{
        /* background: url(/images/eng/blt/icon_prev.png) no-repeat;
        background-size: 9px 17px;
        width: 17px;
        left: -30px;
        top: 113px; */
        left: 50%;
        margin-left: -47px;
        top: 274px;
    }
    .noticeCont .slick-next {
        /* background: url(/images/eng/blt/icon_next.png) no-repeat;
        background-size: 9px 17px;
        width: 17px;
        right: -30px;
        top: 113px; */
        right: 50%;
        margin-right: -58px;
        top: 274px;
    }
    .control02 .stopBtn03 {
        left: 50%;
        margin-top: 6px;
    }
    .noticeMenu li:nth-child(2) > a:last-child,
    .noticeMenu li:nth-child(3) > a:last-child{width: 30px;}
    .control02{margin-top: -10px;}
    .control02 .startBtn03{left: 50%; margin-top: 6px;}
    /* .control02 .stopBtn03{right: 23px;} */
    .noticeBanner li{text-align: left;}
}
@media screen and (max-width:767px) {
    .noticeMenu{width: 80%;}
    .noticeMenu li{padding: 6px 8px;}
    .noticeMenu li > a{font-size: 14px;}
    .noticeMenu li > a:first-child{font-size: 16px;}
    .noticeCont{width: 80%;}
    /* .noticeCont .slick-prev{left: -20px;} */
    /* .noticeCont .slick-next{right: -20px;} */
    .noticeMenu li.on > a:last-child{top: 90px;right: 90px;}
    .control02 .stopBtn03{left: 50%;}
    .control02 .startBtn03{left: 50%;}
}
@media screen and (max-width:426px) {
    .noticeMenu li:nth-child(2).on > a:last-child,
    .noticeMenu li:nth-child(3).on > a:last-child{right: 50px;top: 90px;}
}
/* --연구소 알림 */
/* 연구소 홍보 */
.publicBox{
    width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    height: 450px;
}
.publicBox::after{
    content: "";
    display: block;
    clear: both;
}
.publicContWrap{
    width: 950px;
    float: left;
    margin-top: 15px;
    position: relative;
}
.publicContWrap::after{
    content: "";
    display: block;
    clear: both;
}
.publicContWrap > ul{border: 1px solid #c7c7c7;position: relative;}
.publicContWrap > ul > li{
    display: inline-block;
    padding: 0 25px;
    position: relative;
}
.publicContWrap > ul > li::after{
    content: "";
    position: absolute;
    background: url(/images/eng/main/publicBar.png) no-repeat right;
    background-size: 9px 13px;
    width: 9px;
    height: 13px;
    top: 25px;
    right: -5px;
}
.publicContWrap > ul > li:last-child::after{background: none;}
.publicContWrap > ul > li > a{
    display: inline-block;
    font-size: 18px;
    color: #000;
    padding: 18px 0 15px;
    font-weight: bold;
}
.publicContWrap > ul > li.on > a{
    color: #312783;
    border-bottom: 3px solid #312783
}
.publicMore{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #6f6f6f;
    display: inline-block;
    padding-left: 20px;
    background: url('/images/eng/main/publicMore.png') no-repeat center left;
}
.publicCont{
    margin-top: 30px;
}
.publicCont li{
    width: 31.333%;
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}
.publicCont li:last-child{margin-right: 0;}
.pubDate{
    display: inline-block;
    background-color: #f0f3fa;
    font-size: 13px;
    padding: 16px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.pubDate p{
    font-size: 17px;
    color: #000;
    font-weight: bold;
}
.publicCont li > div{
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
    position: relative;
}
.publicCont li > div > a{
    width: calc(100% - 94px);
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    position: absolute;
    top: 10px;
    left: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 3.6em;
}
.publicCont li > div > a > span{
    color: #f15656;
    font-size: 15px;
    padding-right: 6px;
}
.publicCont li > div > a:hover,
.publicCont li > a:hover{
    text-decoration: underline;
}
.publicCont li > a{
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: 6em;
    width: 100%;
}
@media screen and (max-width:1279px) {
    .publicBox{width: 100%; padding: 40px 20px;}
    .publicContWrap{width: calc(100% - 330px);}
    .publicCont ul{height: 277px; overflow: hidden;}
    .publicCont li{width: 46%;margin-right: 18px;height: 277px;}
    .publicCont li:nth-child(2){width: 50%;margin-right: 0}
}
@media screen and (max-width:900px) {
    .publicCont li{width: 100%;}
}
@media screen and (max-width:767px) {
    .publicCont li > div {padding-bottom: 10px;}
    .publicCont li > a {margin-top: 10px;display: inline-block;}
    .publicContWrap > ul > li > a{font-size: 16px;}
    .publicContWrap > ul > li {padding: 0 10px;}
    .publicContWrap > ul > li:first-child {padding-left: 20px;}
    .publicBox{height: auto;}
    .publicContWrap{width: 100%;}
    .publicCont ul{height: auto;}
    .publicCont li{height: auto;margin-top: 20px;width: 100% !important;}
    .publicCont li:first-child{margin-top: 0;}
}
/* --연구소 홍보 */
/* 알림판 배너 */
.publicBanner{
    width: 300px;
    float: right;
    margin-left: 30px;
    margin-top: 15px;
}
.publicBanner::after{
    content: "";
    display: block;
    clear: both;
}
.publicBanner > div{
    border: 1px solid #c7c7c7;
    padding: 18px 13px;
    position: relative;
}
.publicBanner > div > p{
    color: #000;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
}
.publicBanner img{
    width: 100%;
    height: 277px;
    border: 1px solid #c7c7c7;
    border-top: none;
}
.control03{
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 100px;
}
.control03 span{color: #979797;}
.control03 span > span{color: #f39200;}
.control03 .prevBtn02{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url(/images/eng/main/bnprev.png) no-repeat;
    width: 18px;
    height: 18px;
    right: 44px;
    top: 3px;
}
.control03 .stopBtn02{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url(/images/eng/main/bnstop.png) no-repeat;
    width: 18px;
    height: 18px;
    right: 22px;
    top: 3px;
}
.control03 .startBtn02{
    display: none;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url(/images/eng/main/bnplay.png) no-repeat;
    width: 18px;
    height: 18px;
    right: 22px;
    top: 3px;
}
.control03 .nextBtn02{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url(/images/eng/main/bnnext.png) no-repeat;
    width: 18px;
    height: 18px;
    right: 0;
    top: 3px;
}
@media screen and (max-width:767px) {
    .publicBanner{width: 100%;margin-top: 40px;}
}
/* --알림판 배너 */
/* footBtnBox */
.footBtnBox{
    margin-top: 30px;
    background-color: #eceef3;
    padding: 30px 0;
}
.footBtnBox ul{
    width: 1280px;
    margin: 0 auto;
}
.footBtnBox li{
    width: 23%;
    display: inline-block;
    /* padding: 25px 20px 25px 106px; */
    background-color: #808ba5 !important;
    margin-right: 30px;
}
.footBtnBox li:last-child{margin-right: 0;}
.footBtnBox li:nth-child(1){background: url('/images/eng/main/foot01.png') no-repeat center left 23px;}
.footBtnBox li:nth-child(2){background: url('/images/eng/main/foot02.png') no-repeat top 16px left 23px}
.footBtnBox li:nth-child(3){background: url('/images/eng/main/foot03.png') no-repeat center left 47px;}
.footBtnBox li:nth-child(4){background: url('/images/eng/main/foot04.png') no-repeat center left 37px;}
.footBtnBox li:nth-child(4) a{padding: 25px 20px 25px 192px;}
.footBtnBox li > a{
    color: #fff;
    font-size: 17px;
    word-break: keep-all;
    display: inline-block;
    padding: 25px 20px 25px 106px;
}
@media screen and (max-width:1279px) {
    .footBtnBox ul{width: 100%; padding: 0 20px;}
    .footBtnBox li{margin-right: 10px;width: 24%;background-position: center left 20px !important;}
    .footBtnBox li > a{padding: 25px 20px 25px 97px;font-size: 15px;}

    /* .footBtnBox li {
        width: 46%;
        margin: 10px;
    }
    .footBtnBox li:last-child {
        margin-right: 10px;
    } */
}
@media screen and (max-width:1023px){
    .footBtnBox ul{text-align: center;}
    .footBtnBox li > a{text-indent: -9999px;width: 100%;}
    .footBtnBox li{width: 23.66%;background-position: center !important;}
    .footBtnBox li:nth-child(4) a{padding: 25px 20px 25px 97px;}
}
@media screen and (max-width:767px){
    .footBtnBox ul{padding: 0 10px;}
    .footBtnBox li {
        width: 44%;
        margin: 7px;
    }
    .footBtnBox li:last-child{margin-right: 7px;}
    .footBtnBox{margin-top: 0;}
}
@media screen and (max-width:767px){
    .footBtnBox {padding: 20px 0;}
    .footBtnBox li > a {padding: 20px 20px 20px 97px;}
    .footBtnBox li:nth-child(4) a {padding: 20px 20px 20px 97px;}
}
@media screen and (max-width:425px){
    .footBtnBox {padding: 15px 0;}
    .footBtnBox li:last-child{background-size: 126px 26px;}
    .footBtnBox li > a {padding: 18px 20px 18px 97px;}
    .footBtnBox li:nth-child(4) a {padding: 18px 20px 18px 97px;}
}
/* --footBtnBox */

/* 영문 */
/* 메인 영역 */
.Eng .mainVisual {
    height:360px;
    background: url('/images/eng/main/mainVisualE.png') no-repeat center;
}
.Eng .mainVisual > div {position: relative;height: 100%;}
.Eng .mainVisual h2 {
    padding-top: 60px;
    font-size: 35px;
    color:#fff;
    width: calc(100% - 315px);
}
.Eng .mainVisual .contactBox {
    position: absolute;
    right: 0;
    bottom: 0;
    width:270px;
    height:260px;
    background: url('/images/eng/main/contactBg.png') no-repeat right bottom;
}
.Eng .mainVisual .contactBox a {display:block;height:100%;}
.Eng .mainVisual .contactBox p {
    position: relative;
    display: inline-block;
    padding:25px 0 0 25px;
    color:#222;
    font-size:20px;
    font-weight: bold;
}
.Eng .mainVisual .contactBox p:after {
    content: '';
    position: absolute;
    width:52px;
    height:14px;
    bottom:8px;
    margin-left:5px;
    background-image: url('/images/eng/main/contactArrow.png');
}
@media screen and (max-width:1279px){
    .Eng .mainVisual {background-position: left;}
    .Eng .mainVisual h2 {padding-left: 20px;width: calc(100% - 340px);padding-top: 45px;}
    .Eng .mainVisual .contactBox {right: 30px;bottom: 50px;}
}
@media screen and (max-width:1024px){
    .Eng .mainVisual h2 {font-size: 30px;}
}
@media screen and (max-width:767px){
    .Eng .mainVisual {background: none;background-color: #372c52;height: auto;padding-bottom: 40px;}
    .Eng .mainVisual h2 {width: 100%;padding: 40px 20px 20px !important;}
    .Eng .mainVisual .contactBox {position: static; margin: 0 auto;}
}
@media screen and (max-width:425px){
    .Eng .mainVisual {padding-bottom: 25px;}
    .Eng .mainVisual h2 {font-size: 25px;padding: 25px 25px 18px !important;}
}
/* --메인 영역 */
/* 메인메뉴 */
.Eng .mainMenu li {width:23%; height:auto; margin-right:30px; background-position: center 42px !important;}
.Eng .mainMenu li:last-child {margin-right: 0;}
.Eng .mainMenu li > a {display:block;padding:150px 0 0 0;}
.Eng .mainMenu li > a > * {width:100%;}
.Eng .mainMenu p {font-size:20px; line-height: 24px;}
.Eng .mainMenu span {color:#666;padding-top:10px;}
@media screen and (max-width:1279px){
    .Eng .mainMenu ul {padding: 0 20px;}
    .Eng .mainMenu li {
        width: 24%;
        margin-right: 10px;
        padding-left: 15px;
    }
}
@media screen and (max-width:1023px){
    .Eng .mainMenu ul {
        padding: 0 30px;
    }
    .Eng .mainMenu li {width: 49%;text-align: center;}
    .Eng .mainMenu li:nth-child(2) {margin-right: 0;}

}
@media screen and (max-width:767px){
    .Eng .mainMenu {margin-top: 0;}
    .Eng .mainMenu ul {padding: 0;}
    .Eng .mainMenu li > a {padding: 100px 0 0 0;}
    .Eng .mainMenu li {width: 40%;}
    .Eng .mainMenu p {font-size: 16px;}
}
@media screen and (max-width: 479px){
    .Eng .mainMenu li {width: 44%;}
}
/* --메인메뉴 */
/* footBtnBox */
.Eng .footBtnBox li {background-position: center 14px !important;}
.Eng .footBtnBox li:nth-child(1) {background:url('/images/eng/main/foot01E.png') no-repeat; background-position:  center 16px !important;}
.Eng .footBtnBox li:nth-child(2) {background:url('/images/eng/main/foot02E.png') no-repeat; background-position:  center 16px !important;}
.Eng .footBtnBox li:nth-child(3) {background:url('/images/eng/main/foot03E.png') no-repeat; background-position:  center 16px !important;}
.Eng .footBtnBox li:nth-child(4) {background:url('/images/eng/main/foot04E.png') no-repeat; background-position:  center 16px !important;}
.Eng .footBtnBox li > a {display:block; padding:35px 10px;font-size: 12px;text-align: center;}

@media screen and (max-width:1023px){
    .Eng .footBtnBox li {height: auto;background-position: center !important; width: 44%;margin: 7px;}
    .Eng .footBtnBox li:nth-child(1) {background-position: center !important;}
    .Eng .footBtnBox li:nth-child(2) {background-position: center !important;}
    .Eng .footBtnBox li:nth-child(3) {background-position: center !important;}
    .Eng .footBtnBox li:last-child {background-position: center !important;}
}
@media screen and (max-width:767px){
    .Eng .footBtnBox {margin-top: 20px;}
}
@media screen and (max-width:500px){
    .Eng .footBtnBox li {background-size: 100% !important;}
    .Eng .footBtnBox li > a {padding: 37px 10px !important}
}
@media screen and (max-width:425px){
    .footBtnBox li > a {padding: 18px 20px 18px 97px !important;}
    .Eng .footBtnBox li > a {padding: 30px 10px !important}
}