@charset "utf-8";

@media (max-width: 720px) {

.header {width: 100%;}
.header.sub {padding-top: 50px;}
.header .logo {left: 18px; top: 7px;}
.header .logo a {width: 106px; height: 37px; background: url('../images/mip_logo_b.png') no-repeat 0 0; background-size: 100%;}
.header .btn_gnb {position: absolute; right: 20px; top: 18px; width: 22px; height: 16px; background: url(../images/ico_gnb_menu.png) 0 50% no-repeat; background-size: 100%;}
.header .gnb {position: fixed; left: 0; top: 0; padding-left: 0; height: 100vh; background: #f6f5f5; transform: translateX(100%); z-index: 99; transition: linear transform 0.3s;}
.header .gnb.on {transform: translateX(0); transition: linear transform 0.3s;}
.header .gnb .btn_gnb_close {position: absolute; right: 26px; top: 30px; display: inline-block;
width: 30px; height: 30px; background: url(../images/bnt_close.svg) no-repeat 0 0; background-size: 100%;}
.header .gnb.on .btn_gnb_close {transform: rotate(180deg); }
.header .gnb ul {margin: 110px 0 0 30px;}
.header .gnb li {float: none;}
.header .gnb li a {font-size: 22px; color: #000;}
.header .gnb .lang {position: absolute; right: 0; left: 30px; top: 470px;}
.header .gnb .lang a {padding: 0; background: none; font-size: 14px; font-weight: 700; color: #726e6e;}
.header .gnb .btn_sns {position: absolute; left: 30px; bottom: 70px; display: block; text-align: left;}
.header.main .inner {height: 50px; border-bottom: 1px solid #000;}
.header.sub .inner {background-color: #f6f5f5; border-bottom: 0px;}
.header .inner:hover:after {display: none;}
.header .visual img {min-width: 100%;}
.header .txt {font-size: 38px; left: 28px; bottom: 30px;}

.slick_wrap {height: 100vh;}
.slick-initialized .slick-slide {height: 100vh;}
.slick-initialized .slick-slide.case_card {
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    background-position: 50% 0;
}
.slick_wrap:after {
    content: 'Scroll';
    position: absolute;
    left: 50%;
    bottom: 80px;
    width: 40px;
    height: 26px;
    padding-bottom: 60px;
    margin-left: -15px;
    font-size: 14px;
    color: #fff;
    background: url(../images/ico_scroll.png) 50% 100% no-repeat;
    background-size: 25px 26px;
    text-align: center;
    animation: 1.5s scroll infinite;
    animation-duration: linear 1.5s;
}
@keyframes scroll {
    0%{
        transform: translateY(0)
    }
    100%{
        transform: translateY(20px)
    }
}
.main_slide .slick-button-box {display: flex; width: 100%; bottom: 50%; left: 0; padding: 0 20px; justify-content: space-between;}
.main_slide .slick-prev {width: 23px; background: url(../images/btn_slide_mleft.png) 0 0 no-repeat;}
.main_slide .slick-next {width: 23px; margin-left: 0; background: url(../images/btn_slide_mright.png) 0 0 no-repeat;}

.btn_menu {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 16px;
    right: 20px;
    transition-duration: 0.5s;
    z-index: 999;
}
.btn_menu .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 3px;
    width: 26px;
    top: 10px;
    background-color: #000;
}
.btn_menu .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    top: -8px;
}
.btn_menu .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: #000;
    content: "";
    top: 8px;
}
.btn_menu.open .icon {
    transition-duration: 0.2s;
    background: transparent;
}
.btn_menu.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.1) translate(6px, 8px);
}
.btn_menu.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.5) translate(4px, -2px);
}
.btn_menu:hover {
    cursor: pointer;
}

.footer {height: 70px; margin-top: 85px; line-height: 70px;}

.contents {margin-top: 60px; min-height: auto; width: 100%;}

h1 {margin-left: 17px; font-size: 45px; line-height: 38px; letter-spacing: 0.06px;}
h1 p {padding-right: 20px;}
h1 p br {display: block;}
h1:after {display: none;}

.br {display: block;}

.btn_map {width: 49px; height: 18px; margin-top: 37px; background: url('../images/btn_map.png') 0 0 no-repeat; background-size: 100%;}
.btn_sns a.lnk_insta {width: 20px; height: 20px; margin-right: 10px;}
.btn_sns a.lnk_youtube {width: 28px; height: 20px;}

.cont_wrap .btn_detail {margin: 30px 0 0 30px; font-size: 16px; line-height: 16px;}
.cont_wrap .btn_detail:after {width: 20px; height: 21px; margin: 10px 0 0 10px; background-size: 100%;}
.cont_wrap .dec_txt {margin: 37px 0 0 30px; padding-right: 20px; font-size: 14px; line-height: 19px; word-break: keep-all;}
.cont_wrap .inner {width: 100%;}
.cont_wrap .desc, .contents .desc {margin-left: 20px; font-size: 14px;}
.cont_wrap .btn_more a {padding-bottom: 25px; background: url('../images/ico_more01.png') no-repeat 50% 100%; background-size: 14px auto; font-family: 'Pretendard-Bold'; font-size: 14px;}

.contents .box_tab_menu {margin-top: 80px; }

.box_tab_menu .tab_menu {margin-left: 20px; flex-wrap: wrap;}
.box_tab_menu .tab {margin-right: 25px;}
.box_tab_menu .tab .tab_link {font-size: 18px;}
.box_tab_menu.default {margin-top: 50px;}
.box_tab_menu.default .tab {margin-right: 15px;}
.box_tab_menu.default .tab .tab_link {font-size: 25px;}
.box_tab_menu.default .tab:after {height: 15px; margin-left: 15px;}
.tab_container .form_wrap {margin-top: 30px;}

.wwd {width: 100%; margin: 45px auto 60px;}
.wwd h1 {margin-bottom: 35px; letter-spacing: 0.25px;}
.wwd .form_wrap .desc {margin-bottom: 30px; padding-right: 20px;}
.wwd .btn_sns {height: auto; padding-right: 20px;}
.wwd .con_list {margin: 40px 0 0;}
.wwd .con_list li {width: 100%; margin-right: 0; margin-top: 23px; text-align: center;}
.wwd .con_list li:first-child {margin-top: 0;}
.wwd .con_list li img {width: 100%; height: 200px;}
.wwd .con_list li:hover p,
.wwd .con_list li.hover p {background: none; opacity: 0;}
/* .wwd .btn_more {display: none;} */

.aboutus {padding: 50px 0 60px;}
.aboutus dl {max-width: auto; margin-top: 40px; padding-right: 20px;}
.aboutus dt {font-size: 16px;}
.aboutus dd {margin-top: 20px; font-size: 14px; line-height: 24px; word-break: keep-all}
.aboutus .img_card {margin-top: 20px;}
.aboutus .img_card p img {width: 200px; height: 284px;}
.aboutus .img_card .visu01 {right: 0; left: 30px; top: 300px; z-index: 9;}
.aboutus .img_card .visu02 {text-align: right; right: 30px; top: 440px;}
.aboutus .btn_detail {margin-top: 510px;}

.contact {width: 100%; margin: 110px 0 0;}
.contact .desc {margin: 80px 0 0 30px;}
.contact .btn_sns {margin-top: 40px;}
.contact .desc .text01 {margin-bottom: 25px; font-size: 16px;}
.contact .desc .text02 {flex-direction: column; font-family: 'Pretendard'; font-size: 14px;}
.contact .desc .text02 li div {margin-bottom: 16px; font-size: 14px;}
.contact .desc .text02 li:first-child {width: auto;}
.contact .desc .text02 li:first-child:after {position: relative; left: 0; top: 10px; width: calc(100% - 40px); height: 1px;}
.contact .desc .text02 li:last-child {margin-top: 40px; font-size: 16px;}
.contact .desc .text02 li:last-child div {font-weight: 700;}
.contact .desc .text02 li p {font-size: 14px;}
.contact .location {height: 100%; margin-top: 40px; overflow: hidden;}
.contents .contact .desc .text01 {display: block;}
.contents .contact .desc {margin: 50px 0 0 34px;}
.contents .contact .btn_sns {margin: 40px 0 0 30px;}

.client {width: 100%; margin-top: 50px;}
.client .form_wrap .cln_list {margin-top: 0;}
.client .desc {display: block; margin-top: 50px; font-size: 14px; line-height: 1.36; letter-spacing: -0.38px; color: #000;}
.client .cln_list {margin: 40px 0 0 15px;}
.client .cln_list li {width: calc(50% - 11px);}
.client .cln_list li:nth-child(5n) {margin-right: 11px;}
.client .form_wrap {text-align: center;}
.client .form_wrap img {margin: 0 auto;}
.client .btn_more {display: none;}
.contents.client .box_tab_menu {margin-top: 35px;}
.contents.client .box_tab_menu .tab {margin-right: 30px;}
.client .box_tab_menu .tab:first-child {margin-bottom: 20px;}
.client .tab.on .tab_link:after {height: 2px;}

.contents.about_wrap .desc {margin-top: 30px;}
.about_wrap .cont_wrap,
.about_wrap .cont_wrap.enbtm {padding-bottom: 0; margin-bottom: -85px;}
.about_wrap h2 {margin-top: 50px; padding-left: 30px; font-size: 30px;}
.about_wrap .sb_org {margin: 20px 0 40px; padding-left: 10px;}
.about_wrap .gray_box {position: relative; padding-bottom: 150px; overflow: hidden;}
.about_wrap .sb_str {margin-top: 70px; padding-bottom: 0;}
.about_wrap .sb_str ul {position: unset; flex-direction: column; align-content: unset;}
.about_wrap .sb_str li {width: auto;}
.about_wrap .sb_str li + li,
.about_wrap .sb_str li:nth-child(1n+3) {margin-top: 40px;}
.about_wrap .sb_str li:nth-child(odd) {padding-left: 40px; padding-right: 0; text-align: left;}
.about_wrap .sb_str li:nth-child(even) {padding-left: 0; padding-right: 40px; text-align: right;}
.about_wrap .sb_str li div {font-size: 24px;}
.about_wrap .sb_str li p {font-weight: 600; font-size: 16px; line-height: 22px;}

.img_pc {display: none !important;}
.img_mo {display: initial;}

.root_daum_roughmap .wrap_map {height: 200px;}

/* .main_slide .slick-button-box {display: none;} */
}

.view_wrap {width: 80%}
