@charset "UTF-8";
body{
    font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
    font-weight: normal;
    overflow: overlay;
}
body::-webkit-scrollbar{
    background: transparent;
}
body::-webkit-scrollbar-thumb{
    background: #00000033;
}
.hide{
    width: 1px; height: 1px; margin: -1px;
    overflow: hidden; clip: rect(1px 1px 1px 1px);
    position: absolute;
}
a{display:block;}
/* ---------------헤더------------- */
header{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 75px;
    background: transparent;
}
#cHeader{
    position: relative;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff33;
    
}
#cHeader h1 a{
    width: 143px; height: 33px;
    background: url(../img/logo.png) no-repeat;
}
#cHeader .gnb{
    position: absolute;
    top: 0; left: 50%;
    height: 100%;
    margin-left: -470px;
}
#cHeader .right{
    position: absolute;
    top: 0; right: 0;
    display: flex;
    padding: 25px 40px 0 0;
}
#cHeader .gnb{
    display:flex;
}
#cHeader .gnb li{
    position: relative;
}
#cHeader .gnb li .depth1{
    padding-right: 95px;
    font-size: 18px;
    color: #fff;
    line-height: 75px;
    letter-spacing: -1px;
}
#cHeader .gnb li:last-child .depth1{
    padding-right: 0;
}
#cHeader .gnb > li .depth1>span{
    display: inline-block;
}

#cHeader .gnb > li .depth2{
    height: 264px;
    padding-top: 30px;
    margin-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    position: absolute;
    top: 75px; left: 0;
}
#cHeader .gnb > li .depth2 a{
    font-size: 15px;
    color: #555;
    line-height: 1;
    letter-spacing: -1px;
    margin-top: 15px;
}
#cHeader .gnb > li .depth2 a:first-child{
    margin-top: 0;
}
.gnbBg{
    width: 100%;
    height: 295px;
    background: #fff;
}
.right .linkList{
    margin-right: 10px;
}
.right .linkList li{
    position: relative;
    float: left;
}
.right .linkList li::before{
    content:'';
    width: 1px; height: 13px;
    background: #ffffff39;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
}
.right .linkList li:first-child::before{
    display:none;
}
.right .linkList li a{
    position: relative;
    padding: 0 14px;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
}
#cHeader .right .util{
    display:flex;
    /* line-height: 40px; */
}
#cHeader .right .util .search{
    position: relative;
    /* display: inline-block; */
    width: 24px;
    height: 24px;
    padding-left: 21px;
}
#cHeader .right .util .search a{
    width: 100%; height: 100%;
    background: url(../img/header_srch.png) no-repeat;
}
.util .search::before {
    content: '';
    width: 1px;
    height: 24px;
    background: #ffffff33;
    position: absolute;
    top: 0;
    left: 0;
}
#cHeader .right .util .lang{
    position: relative;
    height: 24px;
    padding-left: 0;
    margin-left: 20px;
}
.util .lang::before {
    content: '';
    width: 1px;
    height: 24px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.util .lang > a {
    width: 65px;
    padding-right: 18px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(../img/header_sel_icon.png) no-repeat right 18px top 50%;
    margin-top: -6px;
    margin-right: -18px;
}
#cHeader .right .util .lang .lang2{
    position: absolute;
    top: 30px;
    left: 0;
    width: 83px;
    padding: 15px 0;
    background: #fff;
}
.lang2>a{
    font-size: 15px;
    color: #555;
    line-height: 24px;
    text-align: center;
}
.lang2>a.on{
    color: #000;
}
.lang.on>a{
    color: #000;
    background: #fff url(../img/header_sel_icon_on2.png) no-repeat right 18px top 50%;
}
/* hover */
header.on #cHeader{
    background: #fff;
}
header.on #cHeader h1 a{
    background: url(../img/logo_on.png);
}
header.on #cHeader .gnb .depth1{
    color: #000;
    line-height: 76px;
}
/* gnb hover */
header.on #cHeader .gnb .depth1.active{
    font-weight: bold;
    color: #033e87;
}
header.on #cHeader .gnb .depth2>a:hover{
    color: #033e87;
    font-weight: bold;
}
header.on #cHeader .gnb .depth1.active span{
    height: 73px;
    line-height: 76px;
    border-bottom: 3px solid #033e87;
}
header.on .linkList a{
    color: #555;
}
header.on .linkList li::before{
    background: #555;
}
header.on #cHeader .right .util .search a{
    background: url(../img/header_srch_on.png) no-repeat;
}
header.on .lang>a{
    color: #555;
    background: url(../img/header_sel_icon_on.png) no-repeat right 18px top 50%;
}

/* ---------------모바일헤더디자인----------------------- */
#mHeader{
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vh;
    height: 75px;
    background: #00000066;
    border-bottom: 1px solid #ffffff33;
    z-index: 99;
}
#mHeader h1{
    width: 100%;
    height: 75px;
    text-align: center;
}
#mHeader h1 a{
    display: inline-block;
    vertical-align: top;
    margin-top: 19px;
}
#mHeader .gnbBt{
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12.5px;
}
#mHeader .gnbArea{
    position: absolute;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 100vw;
    background: #fff;
}

#mHeader .gnbArea .top{
    padding: 14px 15px;
    background: #15245d;
    overflow: hidden;
}
#mHeader .gnbArea .top .lang{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    margin-left: 11px;
}
#mHeader .gnbArea .top .lang:first-child{
    padding-left: 0;
    margin-left: 0;
}
#mHeader .gnbArea .top .lang:nth-child(2)::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #44507d;
}
#mHeader .gnbArea .top .srchBt{
    float: right;
    position: relative;
    padding-right: 13px;
    margin-right: 32px;
}
#mHeader .gnbArea .top .lang:nth-child(2)::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #44507d;
}
#mHeader .gnbArea .closeBt{
    position: absolute;
    top: 14px;
    right: 15px;
    display: block;
}
#mHeader .gnbArea .menuDiv{
    width: 100%;
    margin-top: 25px;
    overflow-y: auto;
}
#mHeader .gnbArea .menuDiv .oneD{
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    padding: 11px 20px;
}
#mHeader .gnbArea .menuDiv .oneD span{
    display: block;
    background: url(../img/m_oneD_icon.png) no-repeat right 6px top 50%;
    background-size: auto 4px;
}
#mHeader .gnbArea .menuDiv .oneD.on span {
    background: url(../img/m_oneD_icon_on.png) no-repeat right 6px top 50%;
    background-size: auto 4px;
}

#mHeader .gnbArea .menuDiv .twoD{
    padding: 16px 30px;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
}
#mHeader .gnbArea .menuDiv .twoD a{
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #555;
    padding: 6px 0;
}
#mHeader .gnbArea .mUtil{
    padding: 25px 20px 50px;
}
#mHeader .gnbArea .mUtil a{
    font-size: 15px;
    line-height: 15px;
    color: #555;
    margin-top: 16px;
}
#mHeader .gnbArea .mUtil a:first-child{
    margin-top: 0;
}
/* ---------------메인------------- */
main{
    
    width: 100vw;
    overflow:hidden;
}
.slick-list{
    z-index: -10;
}
.mainVisual{
    /* position: absolute; */
    /* top: 0; left: 0; */
    height: 100vh;
    /* min-width: 900px; */
    /* z-index: -999; */
}
.mainVisual .video{
    width: 100%; height: 100%;
}
.mainVisual .txtArea{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 230px;
    width: 100%;
    text-align: center;
}
.mainVisual .scroll{
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-left: -31px;
}
.mBody{
    display:none;
    height: 100vh;
    width: 100vw;
    text-align: center;
    overflow-x: hidden;
}
.mBody .mobileVisual{
    min-height: 450px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.mBody .page{
    height: 100vh;
    overflow: hidden;
}
.mBody .page img{
    width: 100%;
}
.mBody .tit{
    position: absolute;
    top: 40%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.mBody .scroll{
    position: absolute;
    bottom: 25px; left: 50%;
    transform: translateX(-50%);
}
.mainCon1{

    position: relative;
    padding: 165px 0;
    width: 100%;
    background: url(../img/mainCon_bg1.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.mainCon1 > .tit {
    text-align: center;
}
.mainCon1 > .tit img {
    max-width: 90%;
}
.mainCon1 > .tit img.mobile {
    display: none;
}
.mainCon1 > .tit img {
    max-width: 90%;
}
.mainCon1 > .txt {
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-top: 57px;
}
.mainCon1 > .inner {
    position: relative;
    width: 1220px;
    margin: 0 auto;
    margin-top: 70px;
    display:flex;
}
.mainCon1 > .inner > li{
    /* float: left; */
    position: relative;
    width: 305px;
    height: 210px;
    text-align: center;
    background: url(../img/mainCon1_bar.png) no-repeat 0 0;
}
.mainCon1 > .inner > li:first-child {
    background: none;
}
.mainCon1 > .inner > li a {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mainCon1 > .inner > li a span {
    display: block;
    color: #fff;
}
.mainCon1 > .inner > li a .txt1 {
    font-size: 22px;
    line-height: 1;
    margin-top: 45px;
}
.mainCon1 > .inner > li a .txt2 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 22px;
}
.mainCon1 > .inner > li a .btn {
    position: absolute;
    bottom: -80px;
    left: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    transition: 0.3s;
}
.mainCon1 > .inner >li:hover a {
    top: -40px;
    padding-bottom: 40px;
}
.mainCon1 > .inner >li:hover a .btn {
    opacity:1;
    bottom: -40px;
}
.mainCon1 > .inner li a .btn .mobile{
    display:none;
}
.mainCon1 > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.mainCon1 > .mask {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #598e97;
}

.mainCon2{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.mainCon2 .imgbox_group {
    display: flex;
}
.mainCon2 .imgbox_group .imgbox {
    position: relative;
    width: 50%;
    height: 460px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.mainCon2 .imgbox_group .imgbox.left {
    background-image: url(../img/subvisual4.jpeg);
}
.mainCon2 .imgbox_group .imgbox.right {
    background-image: url(../img/mainCon_bg3.jpeg);
}
.mainCon2 .imgbox_group .imgbox .box {
    position: absolute;
    top: 50%;
    right: 10%;
    display: block;
    width: 260px;
    margin-top: -135px;
    text-align: center;
    transition: 0.2s;
}
.mainCon2 .imgbox_group .imgbox .box > div {
    padding: 40px 0 30px;
    height: 150px;
    background: #009cffe6;
    transition: 0.2s;
}
.mainCon2 .imgbox_group .imgbox .box.type2 > div {
    background: #15245de6;
}
.mainCon2 .imgbox_group .imgbox .box > .bg {
    position: relative;
    padding: 0;
    width: 100%;
    height: 50px;
    background: url(../img/main_box_bg.png) no-repeat 0 100%;
}
.mainCon2 .imgbox_group .imgbox .box > div .tit {
    font-size: 32px;
    color: #fff;
    line-height: 1;
    padding-bottom: 31px;
    background: url(../img/bar54x1.gif) no-repeat 50% 100%;
}
.mainCon2 .imgbox_group .imgbox .box > div .txt {
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
    margin: 25px 0 40px;
}
.mainCon2 .imgbox_group .imgbox .box > div .btn {
    display: inline-block;
    opacity: 0;
    transition: 0.2s;
}
.mainCon2 .imgbox_group .imgbox .box.type2 > .bg {
    background: url(../img/main_box_bg2.png) no-repeat 0 100%;
}
.mainCon2 .imgbox_group .imgbox .box > div .btn > img {
    display: inline-block;
}
.mainCon2 .imgbox_group .imgbox .box > div .btn > img.mobile {
    display: none;
}
.mainCon2 .imgbox_group .imgbox .box:hover {
    margin-top: -170px;
    transition: 0.2s;
}
.mainCon2 .imgbox_group .imgbox .box:hover > div {
    height: 220px;
    transition: 0.2s;
}
.mainCon2 .imgbox_group .imgbox .box:hover > div .btn {
    opacity: 1;
    transition: 0.2s;
}
.mainCon2 .imgbox_group .imgbox .box:hover > .bg {
    padding: 0;
    height: 50px;
}
.mainCon2 .imgbox_group .imgbox .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.mainCon2 .imgbox_group .imgbox > .mask {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.mainCon2 .imgbox_group .imgbox.left > .mask {
    background: #a4733a;
}
.mainCon2 .imgbox_group .imgbox.right > .mask {
    background: #163b51;
}
.mainCon2 .board_group {
    display: flex;
}
.mainCon2 .board_group .board {
    position: relative;
    width: 50%;
    padding: 40px 0 50px;
    word-break: keep-all;
}
.mainCon2 .board_group .board.left .slickRecruit .slArea{
    display: flex !important;
    width: 60% !important;
}
.mRecruit{
    display:none;
}
.mainCon2 .board_group .board .top_area {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto;
}
.mainCon2 .board_group .board .top_area .tit {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.mainCon2 .board_group .board .top_area .controlArea{
    position: relative;
    width: 100%;
    margin-top: 30px;
    height: 44px;
}
.mainCon2 .board_group .board .top_area .controlArea .more{
    margin-left: 98px;
    width: 44px; height: 44px;
    background: #fff url(../img/news_more.png)no-repeat;
}

.mainCon2 .board_group .board .slicks .slArea{
    padding: 40px 0 0;
    width: 33.3%;
    height: 250px;
    position: relative;
    display: flex;
}

.mainCon2 .board_group .board .slicks .slArea a {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.mainCon2 .board_group .board .slicks .slArea a::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 1px; height: 225px;
    background: url(../img/bar1x225.png) no-repeat left center;
}
.mainCon2 .board_group .board .slicks.slickRecruit .slArea a:first-child::before{
    display: none;
}
.mainCon2 .board_group .board.right .slicks .slArea.first a::before{
    display: none;
}

.mainCon2 .board_group .board .slicks .slArea:first-child>a{
    background: none;
}

.slick-arrow{
    position: absolute;
    top: -44px;
    width: 44px; height: 44px;
    text-indent: -9999px;
    border: none;
    margin-left: 40px;
    z-index: 0;
    cursor: pointer;
}
.slick-prev{
    background: url(../img/news_prev.png) no-repeat;
    left: 0;
}
.slick-next{
    background: url(../img/news_next.png) no-repeat;
    left: 44px;
}
.mainCon2 .board_group .board ul li a span {
    display: block;
}
.mainCon2 .board_group .board ul li a .label {
    font-weight: bold;
    font-size: 16px;
    color: #004b8d;
}
.mainCon2 .board_group .board ul li a .tit {
    width: 100%;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    margin: 20px 0;
}
.mainCon2 .board_group .board ul li a .bar {
    height: 1px;
}
.mainCon2 .board_group .board ul li a .txt {
    width: 100%;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 22px;
    font-size: 15px;
    color: #555;
    margin-top: 20px;
}
.mainCon2 .board_group .board ul li a .date {
    font-size: 15px;
    color: #555;
    line-height: 1;
    margin-top: 20px;
}
footer {
    background: #f1f1f1;
}
footer .top{
    position: relative;
    padding: 45px 30px 52px;
}
footer .top .links{
    text-align: center;
}
footer .top .links a{
    display: inline;
    font-size: 16px;
    color: #767676;
}
footer .top .links a.bold{
    font-weight: bold;
    color: #333;
}
footer .top .links span {
    margin: 0 20px;
    font-size: 14px;
    color: #dcdcdc;
}
footer .top .family {
    position: absolute;
    top: 39px;
    right: 40px;
}
footer .top .family button{
    padding: 0 20px;
    width: 220px;
    height: 46px;
    line-height: 44px;
    font-size: 15px;
    text-align: left;
    color: #555;
    border: none;
    cursor: pointer;
    background: #dbdbdb url(../img/family_icon.png) no-repeat right 18px top 50%;
}
footer .top .family button.on {
    background: #dbdbdb url(../img/family_icon_on.png) no-repeat right 18px top 50%;
}
footer .top .family .innerFamily{
    position: absolute;
    bottom: 46px;
    left: 0;
    padding: 30px 0;
    width: 218px;
    height: 203px;
    background: #fff;
    border: 1px solid #dcdcdc;
    overflow-y: auto;
    z-index: 100;
}
footer .top .family .innerFamily a {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    color: #555;
    line-height: 1.1;
    margin-top: 15px;
}
footer .bottom {
    position: relative;
    padding: 30px 30px 85px;
    border-top: 1px solid #dcdcdc;
}
footer .bottom .copy{
    font-size: 15px;
    color: #767676;
    text-align: center;
}
footer .bottom .copy.addR {
    line-height: 25px;
}
footer .bottom .copy.mt10 {
    margin-top: 10px !important;
}
footer .bottom .footMark {
    position: absolute;
    top: 30px;
    right: 40px;
    overflow: hidden;
    display: flex;
}
footer .bottom .footMark a {
    display: inline-block;
    margin-right: 10px;
}
/* ///////////////노트북, 패드/////////////// */
@media all and (max-width:1700px) {
    header{
        padding-top: 41px;
    }
    header h1{
        top: 41px;
        /* padding-left: 30px; */
    }
    header #cHeader .gnb{
        /* top: -41px; */
        margin-left: -387px;
        z-index: 10;
    }
    #cHeader .gnb li .depth1{
        padding-right: 87px;
    }
    #cHeader .gnb li:last-child .depth1{
        padding-right: 0;
    }
    header .gnb .depth1 span{
        font-size: 16px;
    }
    #cHeader .gnb .depth2 a{
        font-size: 14px;
    }
    header .right{
        position: relative;
        width: 100%;
        padding: 0;
        justify-content: right;
    }
    header .right .linkList{
        position: absolute;
        top: -41px; right: 0;
        width: 100%;
        height: 41px;
        padding: 10px 20px 0 0;
        margin-right: 0;
        border-bottom: 1px solid #ffffff33;
        /* width: calc(100% - 60px); */
        display: flex;
        justify-content: right;
        box-sizing: border-box;
    }
    .linkList li{
        float:none;
    }
    .linkList>li::before{
        background: #ffffff39;
        margin-top: -6px
    }
    header.on .linkList{
        background: #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }
    .util .search::before {
        display:none;
    }
    
    .mainCon2 .board_group .board .top_area {
        width: calc(100% - 40px);
    }
    .mainCon2 .board_group .board ul li a {
        width: calc(33.3333% - 40px);
        padding: 0 20px;
    }
    footer .bottom .copy.addR {
        width: calc(100% - 50%);
        margin: auto;
        word-break: keep-all;
    }
}
/* ///////////////패드/////////////// */
@media all and (max-width:1170px){
    #cHeader{display:none;}
    #mHeader{
        display:block;
        width: 100%;
        height: 75px;
    }
    .txtArea{
        display:none;
    }
    .mBody{
        display:block;
    }
    .mBody .tit{
        display : block;
        z-index: 10;
    }
    .mBody .tit img{
        height: auto;
    }
    .mainVisual{
        display:none;
        min-height: auto;
        text-align: center;
    }
    
    .mainVisual .scroll > img {
        height: auto;
    }
    .mobileVisual .tit.mobile {
        display: block;
    }
    .mainCon1 {
        padding: 100px 0;
        width: 100%;
    }
    .mainCon1 > .txt {
        font-size: 17px;
        color: #fff;
        line-height: 1.5;
        text-align: center;
        margin-top: 40px;
    }
    .mainCon1 > .txt {
        font-size: 17px;
        color: #fff;
        line-height: 1.5;
        text-align: center;
        margin-top: 40px;
    }
    .mainCon1 > .inner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .mainCon1 > .inner > li {
        margin: 40px 0;
        width: 50%;
        height: 210px;
        text-align: center;
    }
    .mainCon1 > .inner > li:nth-child(3) {
        background: none;
    }
    .mainCon2 {
        height: auto;
    }
    .mainCon2 .imgbox_group {
        display: block;
    }
    .mainCon2 .imgbox_group .imgbox {
        float: none;
        width: 100%;
        height: 600px;
    }
    .mainCon2 .board_group {
        display: block;
    }
    .mainCon2 .board_group .board {
        width: 100%;
    }
    .mainCon2 .board_group .board.left {
        padding-bottom: 0;
    }
    .mainCon2 .board_group .board.right {
        padding-top: 0;
    }
    .mainCon2 .board_group .board .top_area {
        width: calc(100% - 80px);
    }
    .mainCon2 .board_group .board .slicks .slArea{
        padding: 40px 0 0;
        width: 100%;
        height: 250px;
        position: relative;
        display: flex;
    }
    .mainCon2 .board_group .board .slicks .slArea a {
        padding: 0 40px;
    }
    .slick-arrow{
        margin-left: 40px;
    }
    footer .top .links {
        text-align: left;
    }
    footer .bottom .copy.addR {
        width: calc(100% - 38%);
        margin: 0;
    }
    footer .bottom .copy {
        text-align: left;
    }
    footer .bottom .footMark {
        right: 20px;
    }
    footer .bottom .footMark a {
        display: none;
    }
}
/* ///////////////모바일/////////////// */
@media all and (max-width: 760px){
    /* 헤더 */
    #cHeader{display:none;}
    #mHeader{display:block;
        height: 50px;
    }
    #mHeader h1 {
        height: 50px;
    }
    #mHeader h1 a{
        display: inline-block;
        height: 17px;
        vertical-align: top;
        margin-top: 16px;
    }
    #mHeader h1 a > img {
        height: 17px;
    }
    #mHeader .gnbBt{
        position: absolute;
        top: 18px;
        right: 15px;
        height: 13px;
        margin-top: 0;
    }
    #mHeader .gnbBt > img {
        height: 13px;
    }
    .txtArea{
        display:none;
    }
    .mainVisual{
        display:none;
    }
    .mobileVisual {
        display: block;
        min-height: 450px;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        /* padding-top: 130px; */
        text-align: center;
        background: url(../img/m_mainVis_bg.jpg) no-repeat 50% top;
        background-size: cover;
    }
    .mBody{
        display:block;
    }
    .mBody .tit{
        display: block;
        /* padding-top: 280px; */
        width: 100%;
        height: auto;
        background: url(../img/m_mainVis_bg.jpg) no-repeat 50% 50%;
        background-size: contain;
    }
    .mBody .tit > img {
        height: 60px;
    }
    .mobileVisual .page img{
        height: 100vh;
    }
    .mainCon1 {
        padding: 40px 0;
        width: 100%;
        background: url(../img/m_mainCon_bg1.jpeg) no-repeat 50% 50%;
        background-size: cover;
    }
    .mainCon1 > .txt {
        font-size: 13px;
        margin-top: 15px;
        word-break: keep-all;
    }
    .mainCon1 > .inner {
        width: auto;
        padding: 0 15px;
        margin-top: 20px;
    }
    .mainCon1 > .inner > li {
        margin: 0;
        padding: 20px 0 15px;
        width: 50%;
        height: auto;
        text-align: center;
        background: none;
        box-sizing: border-box;
        border: 1px solid #ffffff80;
    }
    .mainCon1 > .inner > li:first-child {
        border-right: 0;
        border-bottom: 0;
    }
    .mainCon1 > .inner > li:nth-child(2) {
        border-bottom: 0;
    }
    .mainCon1 > .inner > li:nth-child(3) {
        border-right: 0;
    }
    .mainCon1 > .tit > .pc{
        display: none;
    }
    .mainCon1 > .tit img.mobile {
        display: inline-block;
    }
    .mainCon1 > .inner > li a {
        transition: none;
    }
    .mainCon1 > .inner >li:hover a {
        top: 0;
        padding-bottom: 0;
    }
    .mainCon1 > .inner > li a .txt1 {
        font-size: 14px;
        line-height: 1;
        margin-top: 20px;
    }
    .mainCon1 > .inner > li a .txt2 {
        display: none;
    }
    .mainCon1 > .inner li > a > .mobile{
        display: block;
    }
    .mainCon1 > .inner > li > a .img > img {
        height: 35px;
    }
    .mainCon1 > .inner > li > a .btn {
        position: relative;
        bottom: 0px;
        opacity: 1;
        transition: none;
    }
    .mainCon1 > .inner >li:hover a .btn {
        opacity:1;
        bottom: 0;
    }
    .mainCon1 > .inner > li a .btn > img.pc {
        display: none;
    }
    .mainCon1 > .inner > li a .btn > img.mobile {
        display: inline-block;
    }
    .mainCon2 .imgbox_group {
        display: block;
    }
    .mainCon2 .imgbox_group .imgbox {
        /* float: none; */
        width: 100%;
        height: 300px;
    }
    .mainCon2 .imgbox_group .imgbox.left {
        background: url(../img/subvisual4.jpeg) no-repeat 50% 50% / cover;
    }
    .mainCon2 .imgbox_group .imgbox .box {
        width: 180px;
        margin-top: -88.5px;
        text-align: center;
    }
    .mainCon2 .imgbox_group .imgbox .box > div {
        padding: 15px 0 0;
        height: auto;
    }
    .mainCon2 .imgbox_group .imgbox .box > div .tit {
        font-size: 20px;
        padding-bottom: 18px;
        background: url(../img/bar54x1.gif) no-repeat 50% 100%;
    }
    .mainCon2 .imgbox_group .imgbox .box > div .txt {
        font-size: 13px;
        margin: 15px 0 5px;
    }
    .mainCon2 .imgbox_group .imgbox .box:hover {
        margin-top: -88.5px;
        transition: none;
    }
    .mainCon2 .imgbox_group .imgbox .box:hover > div {
        height: auto;
        transition: none;
    }
    .mainCon2 .imgbox_group .imgbox.right {
        background-image: url(../img/m_mainCon_bg3.jpeg);
    }
    .mainCon2 .imgbox_group .imgbox .box > div .btn {
        opacity: 1;
        transition: none;
    }
    .mainCon2 .imgbox_group .imgbox .box > div .btn > img {
        display: none;
    }
    .mainCon2 .imgbox_group .imgbox .box > div .btn > img.mobile {
        display: inline-block;
    }

    .mainCon2 .board_group {
        display: block;
    }
    .mainCon2 .board_group .board>div{
        padding: 25px 15px;
    }
    .mainCon2 .board_group .board .top_area {
        width: 100%;
    }
    .mainCon2 .board_group .board .top_area .tit {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        letter-spacing: -0.08em;
    }
    .mainCon2 .board_group .board .top_area .tit img {
        /* float: left; */
        height: 15px;
    }
    .mainCon2 .board_group .board .top_area .control_area {
        margin-top: 20px;
    }
    .slick-arrow{
        top: -44px;
        margin-left: 0px;
        height: 30px;
        
    }
    .slick-prev{
        background: url(../img/news_prev.png) no-repeat;
        left: 0;
        background-size: contain;
    }
    .slick-next{
        background: url(../img/news_next.png) no-repeat;
        left: 30px;
        background-size: contain;
    }

    .mainCon2 .board_group .board .top_area .controlArea .more{
        margin-left: 70px;
        width: 30px; height: 30px;
        background: #fff url(../img/news_more.png)no-repeat;
        background-size: contain;
    }

    .mainCon2 .board_group .board .slicks .slArea{
        position: relative;
        padding: 20px 0 0;
        width: 100%;
        height: auto;
    } 
    .mainCon2 .board_group .board .slicks .slArea a{
        /* overflow: hidden; */
        background: url(../img/bar1x225.png) no-repeat 100% 50%;
        background-size: 1px 80%;
    }
    .slickRecruit{
        display:none;
    }
    .mRecruit{
        display: block;
    }
    footer{
        padding: 0 15px;
    }
    footer .top {
        padding: 25px 0 15px;
    }
    footer .top .links {
        text-align: center;
    }
    footer .top .links a {
        font-size: 12px;
    }
    footer .top .links span {
        margin: 0 6px;
        font-size: 10px;
        color: #dcdcdc;
    }
    footer .top .family {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 10px;
    }
    footer .top .family button {
        padding: 0 15px;
        width: 100%;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        background: #dbdbdb url(../img/family_icon.png) no-repeat right 15px top 50%;
    }
    footer .top .family .innerFamily {
        bottom: 30px;
        left: 0;
        padding: 15px 0;
        width: 100%;
        height: 150px;
        box-sizing: border-box;
    }
    footer .top .family .innerFamily a {
        display: block;
        padding: 0 15px;
        font-size: 14px;
        color: #555;
        line-height: 1.1;
        margin-top: 15px;
    }
    footer .top .family .innerFamily a:first-child {
        margin-top: 0;
    }
    footer .bottom {
        padding: 15px 0 20px;
    }
    footer .bottom .copy {
        font-size: 12px;
        text-align: center;
    }
    footer .bottom .copy.addR {
        width: 100%;
        line-height: 20px;
    }
    footer .bottom .footMark {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        text-align: center;
        margin-top: 10px;
        display: block;
    }
    footer .bottom .footMark a {
        display: none;
        margin-right: 0;
    }
    footer .bottom .footMark p {
        display: inline-block;
    }
    footer .bottom .footMark p > img {
        height: 15px;
    }
}