

.sub {
    margin-bottom: 40px;
}

.contents-info h3 {
    color: #2184c5;
}

.contents-info p {
    line-height: 25px;
    word-break: keep-all;
}

.contents-info ul li {
    display: inline-block;
}

.contents-info ul.img-ul li {
    margin-right: 10px;
}

.contents-info ul {
    font-size: 0;
}

.contents-info ul.img-ul li:nth-child(3) {
    margin-right: 0;
}

ul.menu-tab {
    border: 1px solid #cccccc;
    border-right: none;
    background: #f5f5f5;
}

ul.menu-tab li {
    width: 25%;
    border-right: 1px solid #cccccc;
    background-color: #f5f5f5;
    padding: 15px 0;
    font-size: 15px;
    cursor:pointer;
}

ul.menu-tab li.on {
    background-color: #2184c5;
}

ul.menu-tab li.on button {
    color: #ffffff;
    font-weight: bold;
}

ul.menu-tab li button {
    width: 100%;
    background-color: transparent;
    border: none;
}

.tab_view table {
    width: 100%;
    border-collapse: collapse;
}

.tab_view table tr td,
.tab_view table tr th {
    border: 1px solid #c2c2c2;
    font-size: 15px;
    color: #363636;
    padding: 15px;
    line-height: 22px;
    word-break: keep-all;
    width: 35%;
}

.tab_view table tr th {
    width: 15%;
    text-align: left;
    background-color: #f5f5f5;
}

.tab_view {
    display: none;
}

.tab_view.on {
    display: block;
}

.contents-info ul li > div {
    font-size: 16px;
}


.contents-box {
    height: 285px;
    border-bottom: 1px solid #d7d7d7;
}

.contents-box > div.float-left {
     width: 33.27%;
}

.contents-box > div.float-right {
    margin-left: 50px;
    width: calc( 100% - 33.27% - 50px );
}


.sub-30__table th {
    width:85px;
    font-weight: normal;
}


.kakaomap {
    height: 350px;
    border: 1px solid #cccccc;
}

span.b-type01 {
    width:35px;
    height: 20px;
    font-size: 14px;
    text-align:center;
    line-height: 20px;
    background-color: #699d2f;
    color: #ffffff;
    display: inline-block;
}

span.b-type02 {
    width:35px;
    height: 20px;
    font-size: 14px;
    text-align:center;
    line-height: 20px;
    background-color: #0054a6;
    color: #ffffff;
    display: inline-block;
}

span.b-type03 {
    width:35px;
    height: 20px;
    font-size: 14px;
    text-align:center;
    line-height: 20px;
    background-color: #f36c4f;
    color: #ffffff;
    display: inline-block;
}

.menu40-table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.menu40-table tr td, .menu40-table tr th {
    border: 1px solid #c2c2c2;
    padding: 15px;
    font-weight: normal;
}

.menu40-table tr th {
    background-color: #f5f5f5;
}

.info-img__wrap img {
    max-width: 100%;
}

.img-ul li img {
    max-width: 100%;
}



@media(max-width: 1240px) {

    .sub-container {
        margin-top: 70px !important;
    }

    .sub-head.float-left {
        display: none;
    }

    .sub-contents .info-img__wrap {
        text-align: center;
    }


    .contents-info ul.img-ul li {
        margin-right: 10px;
        width: calc( 33.333% - 7px );
        overflow:hidden;
        text-align:center;
    }


    .contents-box > div.float-right {
        margin-left: 40px;
        width: calc( 100% - 42% - 40px );
    }

    .contents-box {
        height: 360px;
    }

}

@media (max-width: 768px) {

    .sub-contents .float-left, .sub-contents .float-right {
        float: none;
    }

    .contents-box {
        height: auto;
        padding-bottom: 30px;
    }

    .contents-box > div.float-left {
        width: 100%;
        text-align: center;
    }

    .contents-box > div.float-right {
        width: 100%;
        margin-left: 0;
    }

    .contents-box > div.float-right h3 {
        font-size: 17px;
    }

    .contents-box > div.float-right p {
        font-size: 14px;
    }

    .contents-box > div.float-right .m-bottom-20 {
        margin-top: 20px;
        margin-bottom: 10px !important;
    }

    .sub-contents h3 {
        font-size: 17px;
    }

    .sub-contents ul.fs-16 {
        font-size: 15px;
    }

    .sub-contents .contents-wrap {
        margin-bottom: 20px !important;
    }

    .sub-contents .border-line-gray {
        margin-bottom: 20px !important;
    }

    .menu40-table tr td, .menu40-table tr th {
        padding: 10px;
    }

    .kakaomap {
        height: 145px;
    }

}