.side-bar {
    width: 280px;
}

.side-bar__box {
    width: 220px;
    border: 1px solid #cccccc;
    border-bottom: none;
}

.side-bar__box ul li {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 0 15px;
    border-bottom: 1px solid #cccccc;
}

.side-bar__box ul li.on {
    background-color: #2184c5;
}

.side-bar__box ul li.on a {
    color: #ffffff;
    font-weight: bold;
}

.side-bar__box ul li a span {
    display: none;
}

.side-bar__box ul li.on a span {
    display: inline-block;
}

.side-bar__box-call {
    width: 220px;
    height: 305px;
    border: 1px solid #2184c5;
    padding: 30px;
}

.side-bar__box-call .box-call__head p {
    color: #2184c5;
}

.side-bar__box-call .box-call__head p.fs-15 {
    margin-bottom: 20px;
}

.box-call__content span {
    vertical-align: middle;
    margin-bottom: 10px;
}

.box-call__content p {
    margin-top: 8px;
    color: #464646;
    text-align:left;
    padding-left: 10px;
}

.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;
}

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;
}

.tab_view table tr th {
    width: 14%;
    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;
}












.contents-body .img-slider {
    text-align: center;
}

.contents-body .img-slider img {
    display: none;
}

.contents-body .img-slider img.on {
    display: inline-block;
}

.contents-body .img-slider__nav div {
    display: inline-block;
    font-size: 0;
}

.contents-body div.nav-img__selector {
    width: calc( 100% - 160px );
    height: 100px;
}

.contents-body div.nav-img__selector li {
    margin-right: 8px;
    cursor: pointer;
    position: static;
    right:0;
    left:0;
    transition: 0.2s;
}

.contents-body div.nav-img__selector li.on img {
    outline: 4px solid #fe697d;
}

.contents-body div.nav-img__selector li:nth-child(5n) {
    margin-right: 0;
}

.contents-body div.nav-img__selector li:nth-child(n+6) {
    display: none;
}

.contents-body div.nav-img__selector li.right-move {
    position: relative;
    right: 110%;
    left: auto;
}

.contents-body div.nav-img__selector li.left-move {
    position: relative;
    right: auto;
    left: 110%;
}


.contents-body .nav-button {
    width: 77.8px;
    font-size: 15px !important;
}

.contents-bottom table.bottom-list-box {
    background-color: #e9f0f4;
    width: 100%;
    padding: 30px;
}

.contents-bottom table.bottom-list-box tr td {
    width: 50%;
    font-size: 15px;
    line-height: 24px;
    color: #464646;
}

.contents-bottom .place-action {
    padding: 12px 20px;
    border-radius: 50px;
    border: none;
    background-color: #2184c5;
    color: #ffffff;
    font-weight: bold;
}

.nav-button {
    cursor: pointer;
}

@media (max-width: 1240px) {

    .contents-body div.nav-img__selector li{
        width:18.99%;
        text-align: center;
    }

    .contents-body .nav-button {
        width: 4%;
    }

    .contents-body .nav-button img {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

    .contents-body .nav-button.left {
        margin-right: 15px;
    }

    .contents-body .nav-button.right {
        margin-left: 15px;
    }

    .contents-body div.nav-img__selector {
        width: calc( 100% - 9% - 30px );
    }

    .contents-body div.nav-img__selector li img {
        width: 120px;
        height: 70px;
    }

}

@media(max-width: 768px) {

    .sub {
        margin-bottom: 30px;
    }

    .sub-contents h3 {
        margin: 15px 0;
        font-size: 17px;
        line-height: 27px;
    }

    .sub-head.m-bottom-30 {
        margin-bottom: 0 !important;
    }

    .sub-contents p {
        word-break: keep-all;
    }

    .contents-body .nav-button {
        width: 28px;
    }

    .contents-body .nav-button.left {
        margin-right: 10px;
    }

    .contents-body .nav-button.right {
        margin-left: 10px;
        float: right;
    }

    .contents-body div.nav-img__selector li img {
        width: 100%;
        height: auto;
    }

    .contents-body .img-slider img {
        width: 100%;
        height: auto;
    }

    .contents-body div.nav-img__selector {
        width: calc( 100% - 9% - 35px );
        text-align: center;
    }


    .contents-bottom table.bottom-list-box {
        padding: 30px 20px;
    }

    .contents-body div.nav-img__selector li {
        width: 17.3%;
    }



}

@media(max-width: 500px) {

    /*.contents-body div.nav-img__selector li:nth-child(4) {*/
        /*display: none;*/
    /*}*/

    .contents-body .nav-button.right {
        margin-left: 0;
    }

    .contents-body .nav-button.left {
        margin-right: 1px;
    }

}