@charset "UTF-8";
body{
    font-family: 'NanumSquare', 'NanumSquareBold', 'NanumSquareExtraBold', '맑은 고딕','Malgun Gothic',돋움,Dotum,'Apple SD Gothic Neo',sans-serif;
    width: 100%;
    overflow-x: hidden;
}
a{display:block;}

.hide{
    position: absolute; width: 1px; height: 1px;
    margin: -1px; overflow: hidden;
    clip:rect(1px 1px 1px 1px);
}
header, .hdwrap{
    width: 100%;
    height: 85px;
}
header{
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 2;
    border-bottom: 1px solid #ddd;
}
.hdwrap{
    padding: 0 10px;
    width: 1670px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hdwrap h1 a{
    width: 115px;
    height: 30px;
    background: url(../img/logo.png) no-repeat;
}
.gnb{
    height: 85px;
    width: 840px;
    position: relative;
    z-index: 9999;
    display: flex;
    padding-left: 200px;
}
.gnb .dep1{
    position: relative;
    min-width: 140px;
}
.gnb .dep1>a{
    font-size: 18px;
    color: #333;
    font-family:'NanumSquareExtraBold';
    line-height: 85px;
    display: block;
}
.gnb .dep1:hover>a{
    color: #00a086;
}
.gnb .dep2{
    height: 280px;
}
.dep2bg{
    width: 100%;
    position: absolute;
    top: 85px;
    z-index: 999;
    height: 280px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    background: #fff;
}
.gnb .dep2 > a{
    font-size: 15px;
    color: #444;
    display: block;
    width: 100%;
    padding: 8px 0;
}
.gnb .dep2 > a:hover{
    color: #00a086;
}
.gnb .dep2 > a:first-child{
    padding-top: 12px;
}
.siteLink{
    padding-right: 20px;
    display: flex;
}
.siteLink > a{
    height: 30px;
    width: 70px;
    text-align: center;
    line-height: 30px;
    font-size: 13.5px;
    color: #33b9a5;
    /* padding: 0 15px; */
    border: 1px solid #33b9a5;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 5px;
}
.siteLink > .dolink{
    position: relative;
    width: 90px;
    padding-left: 25px;
}
.siteLink > .dolink::before{
    content: '';
    position: absolute;
    top: 50%; left: 12px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/util_ico1.png) no-repeat;
    vertical-align: middle;
}
.w_langlink{
    position: relative;
}
.w_langlink button{
    font-size: 12px;
    border: 1px solid #ddd;
    background: #fff;
    width: 60px;
    height: 32px;
    position: relative;
    margin-left: 5px;
    letter-spacing: -1px;
    padding: 0 18px 0 8px;
    cursor: pointer;
}
.w_langlink button::after{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    width: 8px;
    height: 5px;
    background: url(../img/select_ico.png) no-repeat;
    background-size: contain;
}
.w_langlink ul{
    position: absolute;
    top: 32px; left: 5px;
    width: 60px;
    z-index: 10000;
}
.w_langlink ul li{
    border: 1px solid #ddd;
    border-top: 0;
    width: 58px;
    line-height: 32px;
    background: #fff;
}
.w_langlink ul li a{
    font-size: 13px;
    text-align: center;
    color: #555;
}
.mgnb{
    display: none;
}
.mlanglink{
    position: absolute;
    top: 13.5px;
    right: 60px;
}
.mlanglink button{
    border: 1px solid #ddd;
    background: #fff;
    width: 60px;
    height: 32px;
    font-size: 12px;
    position: relative;
    text-indent: -10px;
    padding-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.mlanglink button::after{
    content: '';
    position: absolute;
    top: 50%; right: 7px;
    transform: translateY(-50%);
    background: url(../img/select_ico.png) no-repeat;
    width: 9px;
    height: 5px;
    margin-left: 6px;
}
.mlanglink ul li{
    border: 1px solid #ddd;
    border-top: 0;
    width: 60px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    box-sizing: border-box;
}
.mlanglink ul li a{
    font-size: 12px;
    display: block;
    text-align: center;
    color: #555;
}
.mbtn{
    position: absolute;
    top: 11px;
    right: 15px;
    cursor: pointer;
}
.mbtn span{
    width: 30px;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 8px auto;
    transition: all .3s ease-in-out;
}
.mbtn span.line2{
    width: 20px;
    margin: 8px 0;
}
.mbtn.active .line1{
    transform: translateY(10px) rotate(45deg);
}
.mbtn.active .line2{
    opacity: 0;
}
.mbtn.active .line3{
    transform: translateY(-10px) rotate(-45deg);
}
.mgnbList{
    position: fixed;
    top: 60px;
    left: 100%;
    width: 100%;
    background: #fff;
    z-index: 99;
    height: 100%;
    /* overflow-y: auto; */
    transition: all .3s ease-in-out;
}
.mgnbList.on{
    left:0;
}
.mgnbList .gnbArea{
    height: 810px;
}
.mgnbList .gnbArea .mdep1{
    width: 100%;
}
.mgnbList .gnbArea .mdep1 > a{
    border-top: 1px solid #e7e7e7;
    font-size: 15px;
    line-height: 60px;
    position: relative;
    font-weight: 500;
    color: #333;
    padding: 0 20px 0 45px;
}
.mgnbList .gnbArea .mdep1 > a::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: all .2s ease-in-out;
    transform: rotate(0);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
}
.mgnbList .gnbArea .mdep1:last-child > a::after{
    display: none;
}
.mgnbList .gnbArea .mdep1.on > a::after{
    transform: rotate(-180deg);
    border-top: 6px solid #00a086;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}
.mgnbList .gnbArea .mdep1 .mdep2{
    background: #eaeaea;
    height: auto;
}
.mgnbList .gnbArea .mdep1 .mdep2 > a{
    padding: 17px 20px 17px 50px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    color: #333;
}
/* //////////////////swiper///////////////////////// */
.swiper{
    margin-top: 85px;
    width: 100%;
}
.swiper-slide{
    height: 800px;
    width: 100%;
    text-align: center;
}
.s1 img{
    width: 100%;
    height: 800px;
    transform: scale(1.1);
    transition: all 1.5s ease;
}
.s2 img{
    width: 100%;
    height: 800px;
    transform: scale(1.1);
    transition: all 1.5s ease;
}
.swiper-slide-active img{
    transform: scale(1);
    transition: all 1.5s ease
}
.swiper-pagination{
    position: absolute;
    top: 90%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    margin: 0 4px;
    background: 0 0;
    border: 1px solid #ffffff00;
    position: relative;
}
.swiper-pagination-bullet::after{
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #fff;
}
/* //////////////////////////////////// */

.swiper-slide .txt{
    height: 100%;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
}
.swiper-slide .txt .tit{
    vertical-align: middle;
    margin-top: 360px;
}
.swiper-slide .txt .tit h2{
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
}
.swiper-slide .txt .tit h2 strong{
    font-weight: bold;
}
.swiper-slide .txt .tit p{
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
    line-height: 1.6;
}
.swiper-slide .txt .imgInfo{
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 1;
    color: #fff;
}
.swiper-slide .txt .imgInfo span{
    padding: 10px 22px;
    background: url(../img/mvis_mark.png) 0 center no-repeat;
    font-size: 14px;
}
.swiper-slide .txt .box_wrap{
    position: absolute;
    top: 22%;
    left: -9%;
    width: 640px;
    height: 420px;
}
.swiper-slide .txt .box_wrap .in_box {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.swiper-slide .txt .box_wrap .in_box .square{
    width: 100%;
    height: 100%;
}

.box_wrap.on .in_box .square span{
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    animation-duration: .4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes square-l1{
    0% {
        height: 0;
    }
    100% {
        height: 150px;
    }
}
@keyframes square-l2{
    0% {
        width: 0;
    }
    100% {
        width: 98%;
    }
}
@keyframes square-l3{
    0% {
        height: 0;
    }
    100% {
        height: 96.425%;
    }
}
@keyframes square-l4{
    0% {
        width: 0;
    }
    100% {
        width: 98%;
    }
}
.box_wrap.on .in_box .square .l1{
    right: 0;
    bottom: 270px;
    width: 15px;
    background: #fff;
    animation-name: square-l1;
    animation-delay: .4s;
}
.box_wrap.on .in_box .square .l2{
    top: 0;
    right: 2%;
    height: 3.575%;
    background: #fff;
    animation-name: square-l2;
    animation-delay: .8s;
}
.box_wrap.on .in_box .square .l3{
    left: 0;
    top: 15px;
    width: 15px;
    background: #fff;
    animation-name: square-l3;
    animation-delay: 1.2s;
}
.box_wrap.on .in_box .square .l4{
    bottom: 0;
    left: 2%;
    height: 3.575%;
    background: #fff;
    animation-name: square-l4;
    animation-delay: 1.6s;
}
/* /////////////////동부건설소개//////////////// */

.introduce{
    position: relative;
    padding: 5% 0;
}
.introduce .intro_title{
    max-width: 1170px;
    margin: 0 auto;
}
.introduce .intro_title span{
    font-size: 32px;
    color: #333;
    display: block;
}
.introduce .intro_title strong{
    font-size: 45px;
    color:#333;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.introduce .intro_title strong::after{
    content: '';
    position: absolute;
    bottom: -40px; left: 0;
    width: 250px;
    height: 1px;
    border-bottom: 1px solid #ccc;
}

.company{
    background: url(../img/m_bg.png) right 80px no-repeat;
    padding-bottom: 40px;
    background-size: 40%;
}
.company .inner{
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.company .inner .img{
    float: right;
    width: 48%;
    position: relative;
}
img{
    max-width: 100%;
}
.company .inner .txtbox{
    position: absolute;
    left: 17%;
    margin-top: 9%;
    max-width: 640px;
    height: 420px;
    width: 48%;
    z-index: 1;
    cursor: pointer;
}
.company .inner .txtbox .in_box{
    width: 100%;
    height: 100%;
}
.company .inner .txtbox .in_box ul{
    margin-top: 70px;
    padding-right: 22%;
    text-align: right;
    z-index: 1;
}
.company .inner .txtbox .in_box ul li{
    font-size: 35px;
    line-height: 1.4;
    color: #333;
}
.company .inner .txtbox .in_box ul li:first-child{
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 0;
}
.company .inner .txtbox .in_box ul li:last-child{
    position: relative;
    width: 498px; height: 100px;
}
.company .inner .txtbox .in_box ul li .morebtn{
    font-size: 18px;
    padding: 15px 0;
    width: 250px;
    text-align: center;
    border: 2px solid #aaa;
    margin-top: 40px;
    background: #fff;
    position: absolute;
    bottom: 0; right: 1px;
    color: #333;
    box-sizing: border-box;
    transition: all .3s ease;
}
.company .inner .txtbox .in_box ul li .morebtn::after{
    content: '';
    opacity: 0;
    display: inline-block;
    width: 34px;
    height: 9px;
    background: url(../img/main_arr.png) no-repeat;
    position: absolute;
    top: 50%; right: 20px;
    margin-top: -4px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.company .inner .txtbox.on .in_box ul li .morebtn{
    background: #00a88e;
    border-color: #00a88e;
    color: #fff;
    padding-right: 35px;
    box-sizing: border-box;
}
.company .inner .txtbox.on .in_box ul li .morebtn::after{
    opacity: 1;
}
.txtbox .square2.on{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.txtbox .square2.on span{
    position: absolute;
    width: 0;
    height: 0;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    background: #ccc;
}
.txtbox.on .square2.on span{
    background-color: #00a88e;
    transition: background-color 0.3s ease;
}
.txtbox .square2.on .l1{
    right: 0;
    bottom: 270px;
    width: 15px;
    animation-name: square2-l1;
    animation-delay: .4s;
}
.txtbox .square2.on .l2{
    top: 0;
    right: 2%;
    height: 3.575%;
    animation-name: square2-l2;
    animation-delay: .8s;
}
.txtbox .square2.on .l3{
    left: 0;
    top: 15px;
    width: 15px;
    animation-name: square2-l3;
    animation-delay: 1.2s;
}
.txtbox .square2.on .l4{
    bottom: 0;
    left: 2%;
    height: 3.575%;
    animation-name: square2-l4;
    animation-delay: 1.6s;
}
@keyframes square2-l1{
    0% {
        height: 0;
    }
    100% {
        height: 150px;
    }
}
@keyframes square2-l2{
    0% {
        width: 0;
    }
    100% {
        width: 98%;
    }
}
@keyframes square2-l3{
    0% {
        height: 0;
    }
    100% {
        height: 96.425%;
    }
}
@keyframes square2-l4{
    0% {
        width: 0;
    }
    100% {
        width: 98%;
    }
}
/* company끝 */
.business{
    background: url(../img/m_bg.png) 0 80px no-repeat;
    padding-bottom: 40px;
    background-size: 40%;
    position: relative;
    margin-top: -50px;
}
.business .inner{
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.business .inner .img{
    float: left;
    width: 48%;
    position: relative;
}
.business .inner .txtbox{
    position: relative;
    right: 17%;
    width: 48%;
    max-width: 640px;
    height: 420px;
    margin-top: 10%;
    float: right;
    cursor: pointer;
    z-index: 1;
}
.business .inner .txtbox .in_box ul{
    margin-top: 70px;
    vertical-align: middle;
    padding: 0 0 0 121px;
    text-align: left;
    color: #333;
}
.business .inner .txtbox .in_box ul li{
    font-size: 35px;
    line-height: 1.4;
}
.business .inner .txtbox .in_box ul li:first-child{
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 0;
}
.business .inner .txtbox .in_box ul li .morebtn{
    font-size: 18px;
    padding: 15px 0;
    width: 250px;
    text-align: center;
    border: 2px solid #aaa;
    margin-top: 40px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    transition: all .3s ease;
    position: relative;
}
.business .inner .txtbox .in_box ul li .morebtn::after{
    content: '';
    opacity: 0;
    display: inline-block;
    width: 34px;
    height: 9px;
    background: url(../img/main_arr.png) no-repeat;
    position: absolute;
    top: 50%; right: 20px;
    margin-top: -4px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.business .inner .txtbox.on .in_box ul li .morebtn{
    background: #ef4629;
    border-color: #ef4629;
    color: #fff;
    padding-right: 35px;
    box-sizing: border-box;
}
.business .inner .txtbox.on .in_box ul li .morebtn::after{
    opacity: 1;
}

.txtbox .square3.on{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.txtbox .square3.on span{
    position: absolute;
    width: 0;
    height: 0;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    background: #ccc;
}
.txtbox.on .square3.on span{
    background-color: #ef4629;
    transition: background-color 0.3s ease;
}
.txtbox .square3.on .l1{
    top: 0;
    left: 0;
    height: 3.575%;
    animation-name: square3-l1;
    animation-delay: .4s;
}
.txtbox .square3.on .l2{
    top: 0;
    right: 0;
    width: 15px;
    animation-name: square3-l2;
    animation-delay: .8s;
}
.txtbox .square3.on .l3{
    bottom: 0;
    right: 0;
    height: 3.575%;
    animation-name: square3-l3;
    animation-delay: 1.2s;
}
.txtbox .square3.on .l4{
    bottom: 0;
    left: 0;
    width: 15px;
    animation-name: square3-l4;
    animation-delay: 1.6s;
}
@keyframes square3-l1{
    0% {
        width: 0;
    }
    100% {
        width: 98%;
    }
}
@keyframes square3-l2{
    0% {
        height: 0;
    }
    100% {
        height: 96.425%;
    }
}
@keyframes square3-l3{
    0% {
        width: 0;
    }
    100% {
        width: 98%;
    }
}
@keyframes square3-l4{
    0% {
        height: 0;
    }
    100% {
        height: 145px;
    }
}
/* guide */
.guide_box{
    max-width: 1170px;
    margin: 20px auto 120px;
}
.guide_box h3{
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 65px;
    letter-spacing: -0.6px;
    line-height: 1.6;
}
.guide_box h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    border-bottom: 1px solid #ccc;
}
.guide_box ul{
    display: flex;
}
.guide_box ul li{
    width: 16.6%;
    text-align: center;
    position: relative;
}
.guide_box ul li::after{
    content: '';
    position: absolute;
    top: 2px; right: 0;
    height: 60px;
    border-right: 1px dashed #999
}
.guide_box ul li:last-child::after{
    display: none;
}
.guide_box ul li a{
    color: #222;
    padding: 80px 30px 30px 30px;
    position: relative;
}
.guide_box ul li a::after{
    content:'';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}
.guide_box ul li:nth-child(1) a::after{
    background-image: url(../img/main_guid1.png);
}
.guide_box ul li:nth-child(2) a::after{
    background-image: url(../img/main_guid2.png);
}
.guide_box ul li:nth-child(3) a::after{
    background-image: url(../img/main_guid3.png);
}
.guide_box ul li:nth-child(4) a::after{
    background-image: url(../img/main_guid4.png);
}
.guide_box ul li:nth-child(5) a::after{
    background-image: url(../img/main_guid5.png);
}
.guide_box ul li:nth-child(6) a::after{
    background-image: url(../img/main_guid6.png);
}

footer{
    width: 100%;
    background: #333;
    color: #ccc;
}
footer .footerinner{
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 0 60px;
    position: relative;
}
footer .footerinner .footer_link{
    margin-left: 145px;
    margin-bottom: 15px;
    display: flex;
}
footer .footerinner .footer_link a{
    font-size: 13px;
    padding-right: 20px;
    margin-right: 19px;
    line-height: 13px;
    color: #ccc;
    border-right: 1px solid #dbdbdb;
}
footer .footerinner .footer_link a:last-child{
    border-right: none;
}
footer .footerinner .footer_link a:hover{
    color: #00a88e;
}
.footerflex{
    display:flex;
}
.f_logo{
    display: inline-block;
    width: 145px;
    height: 26px;
    background: url(../img/f_logo.png) no-repeat;
}
address{
    width: 70%;
    font-size: 13px;
    line-height: 20px;
}
address p:nth-child(2){
    letter-spacing: 1px;
}
footer .family_site button{
    border: 1px solid #00a88e;
    width: 185px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: left;
    padding-left: 15px;
    position: relative;
    color: #00a88e;
    background-color: transparent;
    cursor: pointer;
}
footer .family_site button::after{
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 7px;
    right: 7px;
    background-image: url(../img/fmi_stie_arr.png);
}
footer .family_site button.on::after {
    transform: rotate(180deg);
}
footer .family_site ul{
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #00a88e;
    width: 100%;
    border-bottom: none;
}
footer .family_site ul li a{
    padding: 5px 10px;
    font-size: 13px;
    color: #555;
    line-height: 20px;
}
.go_top{
    position: fixed;
    right: 15px;
    opacity: 0;
    bottom: 0;
    transition: all .5s ease;
    cursor: pointer;
}
.go_top.on{
    opacity: .5;
    bottom: 15px;
}
.go_top.on:hover{
    opacity: 1;
}
.modal_wrap{
    position: fixed;
    width: 100%; height: 100%;
    top: 0;left: 0;
    z-index: 99;
    overflow: auto;
}
.modalpopup{
    position: relative;
    text-align: center;
    z-index: 99;
    background-color: #fefefe;
    padding: 50px 50px 70px;
    border: 1px solid #888;
    margin: 20vh auto;
    max-width: 680px;
    box-sizing: border-box;
}
.modalpopup .close_btn{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../img/pop_close.png) center center no-repeat;
    width: 60px;
    height: 60px;
}
.modalpopup .modalcontent{
    margin: 40px 0;
    box-sizing: border-box;
}
.modalpopup .modalcontent h5{
    text-align: center;
    font-size: 30px;
    color: #222;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid #222;
}
.modalpopup .modalcontent p{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
    text-align: left;
    color: #555;
    font-weight: normal;
}
.modalpopup .modalcontent ul{
    text-align: left;
    margin-bottom: 25px;
}
.modalpopup .modalcontent ul li:first-child{
    font-size: 17px;
    margin-bottom: 10px;
    color: #222;
}
.modalpopup .modalcontent ul li{
    color: #555;
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: -0.6px;
}
.modalpopup .pop_btn{
    text-align: center;
}
.modalpopup .pop_btn .p_btn{
    width: 200px;
    line-height: 50px;
    font-size: 17px;
    background: #00a88e;
    margin: 0 5px;
    font-weight: 700;
    border: none;
    color: #fff;
}
.modalpopup .pop_btn .p_btn:hover{
    background: #383d48;
}
.modal_bg{
    position: fixed;
    z-index: 98;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000cc;
}
/* ///////미디어쿼리/////// */
@media all and (max-width: 1600px){
    .hdwrap{
        width: 100%;
    }
    .gnb{
        padding-left: 0;
        width: auto;
    }
    .gnb .dep1{
        min-width: auto;
        padding: 0 10px;
    }
    .swiper-slide .txt .box_wrap{
        left: 5%;
    }
    .company .inner .txtbox{
        left: 14%;
    }
    .business .inner .txtbox{
        right: 14%;
    }
}
@media all and (max-width: 1300px){
    .introduce .intro_title{
        margin-bottom: 50px;
        text-align: center;
    }
    .introduce .intro_title strong::after{
        left: 50%;
        transform: translateX(-50%);
    }
    .company{
        height: 690px;
    }
    .company .inner{
        padding: 0 5%;
        height: 100%;
    }
    .company .inner .txtbox{
        position:inherit;
        left: 0;
        margin-top: 0;
    }
    .company .inner .txtbox .in_box ul{
        text-align: center;
        width: 100%;
        padding: 70px 0 0 0;
        margin-top: 30px;
    }
    .company .inner .txtbox .in_box ul li{
        font-size: 30px;
    }
    .company .inner .txtbox .in_box ul li:last-child{
        position: initial;
        width: 100%;
    }
    .company .inner .txtbox .in_box ul li .morebtn{
        position: relative;
        margin: 40px auto 0;
    }
    .company .inner .img{
        position: absolute;
        float: none;
        top: 100px;
        right: 5%;
    }
    .business{
        margin-top: -100px;
    }
    .business .inner{
        padding: 0 5%;
    }
    .business .inner .txtbox{
        right: 0;
        margin-top: 15%;
    }
    .business .inner .txtbox .in_box ul{
        text-align: center;
        width: 100%;
        padding: 70px 0 0 0;
        margin-top: 30px;
    }
    .business .inner .txtbox .in_box ul li{
        font-size: 30px;
    }
    .business .inner .txtbox .in_box ul li:last-child{
        position: initial;
        width: 100%;
    }
    .business .inner .txtbox .in_box ul li .morebtn{
        position: relative;
        margin: 40px auto 0;
    }
    footer .footerinner{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media all and (max-width: 992px){
    header, .hdwrap{
        height: 60px;
    }
    .hdwrap h1{
        margin-left: 2.5%;
    }
    .gnb{
        display: none;
    }
    .siteLink{
        display: none;
    }
    .mgnb{
        display:block;
    }
    .swiper{
        margin-top: 60px;
    }
    .company .inner .txtbox .in_box ul li{
        font-size: 25px;
    }
    .business .inner .txtbox .in_box ul li{
        font-size: 25px;
    }
    footer{
        margin-top: 30px;
        position: relative;
    }
    footer::before{
        content:'';
        position: absolute;
        top: 33%; left: 0;
        width: 100%; height: 1px;
        background: #666;
    }
    footer .footerinner{
        text-align: center;
        padding-top: 0;
        padding-bottom: 30px;
    }
    footer .footerinner .footer_link{
        padding: 10px 0;
        justify-content: center;
        margin-left: 0;
        flex-wrap: wrap;
    }
    footer .footerinner .footer_link a{
        padding: 0 9px;
        margin: 10px 0;
        font-size: 11px;
    }
    .footerflex{
        display: block;
    }
    .f_logo{
        width: 100px;
        margin-bottom: 15px;
    }
    address{
        width: 100%;
    }
    footer .family_site{
        display: none;
    }
}
@media all and (max-width: 769px){
    .swiper-slide .txt .box_wrap{
        top: 20%;
        width: 90%;
    }
    .swiper-slide .txt .tit{
        margin-top: 290px;
    }
    .swiper-slide .txt .tit h2{
        font-size: 38px
    }
    .swiper-slide .txt .tit h2 strong{
        display:block;
    }
    .swiper-slide .txt .tit p{
        font-size: 16px;
    }
    .swiper-slide .txt .imgInfo{
        bottom: 20%;
    }
    .swiper-slide .txt .imgInfo span{
        font-size: 12px;
        letter-spacing: 0.8;
    }
    .company{
        background: 0 0;
        height: fit-content
    }
    .company .inner{
        overflow: initial;
    }
    .company .inner .txtbox{
        margin-bottom: 20px;
        width: 100%;
    }
    .company .inner .img{
        width: 100%;
        position: initial;
    }
    .business{
        background: 0 0;
    }
    .business .inner .txtbox{
        width: 100%;
    }
    .business .inner .img{
        width: 100%;
        margin-top: 20px;
    }
    .guide_box ul{
        flex-wrap: wrap;
    }
    .guide_box ul li{
        width: 33.3%;
        margin-bottom: 40px;
    }
}