.contents_01{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8vw 0;
}
.con_01_01_desc{
    min-width: 380px;
    max-width: 700px;
    width: 50%;
    padding-left: 20px;
    padding-right: 5vw;
}
.con_01_01_img{
    max-width: 420px;
    width: 100%;
    padding-right: 20px;
}
.con_01_01_img img{
    width: 100%;
}
.label{
    color: #fff;
    background-color: #0c4da2;
    display: inline-block;
    line-height: 1.7;
}
.desc01 h2{
    font-size: 55px;
    font-weight: 300;
    line-height: 1.7;
}
.desc01_01{
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.desc01_02{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
    padding-top: 18px;
    padding-bottom: 18px;
}
.desc02{
    display: flex;
}
.desc02_01,.desc02_02{
    float: left;
    border-top: 1px solid #e9e9e9;
    max-width: 325px;
    letter-spacing: -0.8px;
    width: 50%;
    font-size: 15px;
    padding-top: 20px;
    margin: 0 20px 0 0;
}

.desc02_title{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 18px;
    margin: 0;
}
.desc02_content{
    margin: 0;
    line-height: 1.4;
}

.contents_02{
    width: 100%;
    background-color: #3c3c3c;
}

.contents_02_wrap{
    display: flex;
    justify-content: center;
    padding: 12vw 20px;

}
.con02_01 {
    padding-right: 20px;
}
.con02_02 {
}
.con02_01 img,.con02_02 img{
    width: 100%;
    max-width: 480px;
}
.contents_03{
    padding-top: 100px;
}
.contents_03_01_wrap{
    display: flex;
    justify-content: center;
}
.map_tab{
    width: 1200px;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 60px;
}

.sub_tab_1 {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 99;
}
.sub_tab_1 >a{
    flex: auto;
}
.sub_tab_1 li {
    /* width: 50%; */
    height: 85px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_tab_1 li.active {
    background: #0c4da2;
    border: solid 1px #0c4da2;
}
.sub_tab_1 li span {
    font-size: 18px;
    letter-spacing: -1.1px;
    color: #111;
}
.sub_tab_1 li.active span{
    background: #0c4da2;
    color: #fff;
}

.tab_cont {
    position: relative;
}
.tab_cont >.root_daum_roughmap .wrap_map{
    height: 540px !important ;
}
.tab_cont img{
    height: 540px;
    vertical-align: middle;
}
.vis_hidden {
    display: none;
}
.contents_03_03_wrap{
    margin: auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 120px;
}
@media (max-width: 800px){
    .contents_01{
        flex-direction: column-reverse;
    }
    .con_01_01_img{
        max-width: 100%;
        width: 60%;
        padding-right: 0;
        margin: auto;
    }
    .con_01_01_desc{
        min-width: 100%;
        max-width: 100%;
        width: 80%;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top:45px;
    }
    .desc01{
        width: 80%;
        margin: auto;
    }
    .desc01 h2{
            font-size: 10vw;
    }
    .desc01_01{
        font-size: 4vw;
        padding-top: 10px;
    }
    .desc01_02 {
        font-size: 16px;
        padding-top: 10px;

    }
    .desc02{
        padding-top: 20px;
        width: 80%;
        margin: auto;
        gap: 15px;
    }
    .desc02_01, .desc02_02{
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
    }
    .contents_02_wrap {
        display: block;
        justify-content: center;
        padding: 12vw 0;
    }
    .con02_01 {
        padding-right: 0;
    }
    .con02_01 img,.con02_02 img{
        width: 80%;
        max-width: 100%;
        margin: auto;
        /* padding-left: 20px; */
    }
    .slide_box_03 .slick-dots{
        bottom: 15px;
    }
    .slide_box_03 .slick-dots li {
        position: relative;
        display: inline-block;
        width: 35vw;
        height: 2px;
        margin: 0px 0vw;
        padding: 0;
        cursor: pointer;
    }

    /* .slide_box_01  */
    .slide_box_03 .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 35vw;
        height: 2px;
        content: '';
        text-align: center;
        opacity: .25;
        background-color: #111;
        transform: translateX(0);
        transition: all 0.5s;
    }

    .slide_box_03 .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: #fff;
        height: 3px;
        top: -1px;
        transform:translateX(0);
    }

    .contents_03 {
        background-color: #fff;
        padding-top: 60px;
        width: 85%;
        margin: auto;
    }

    .contents_03_01_wrap{
        display: block;
        text-align: center;
    }
    .contents_03_01_wrap div:nth-child(2){
        padding-top: 60px;
    }
    .sub_tab_1 li {
        height: 60px;
    }
    .tab_cont img {
        height: 100%;
        vertical-align: middle;
    }
    .map_tab{
        width: 100%;
        padding-bottom: 30px;
        padding-top: 60px;
    }
    .contents_03_03_wrap{
        padding-top: 0;
        padding-bottom: 60px;
    }
    .tab_cont >.root_daum_roughmap .wrap_map {
        height: 68.8vw !important;
    }

    
    
}