/* */

@media (max-width: 1400px) {

    /* */

    h3.fs-3 {
        font-size: 20px !important;
    }

    h3.fs-4 {
        font-size: 18px !important;
    }

    ._txt .fs-5,
    h4.fs-5 {
        font-size: 16px !important;
        line-height: 1.6;
    }

    #ctt_con p,
    #ctt_con ul li {
        font-size: 14px;
    }

    .timeline .timeline-icon {
        margin-top: 3px;
    }

}

@media (max-width: 1200px) {

    /* */

    .sub-visual {
        height: 250px;
    }

    .sub-visual .tit h2 {
        margin-top: 60px;
        font-size: 30px !important;
    }

    .sub-visual .txt {
        margin: 15px 0 0;
        font-size: 14px !important;
    }

    #bo_list_wrap,
    #bo_w,
    #bo_v {
        padding: 0 10px 70px;
    }

}

@media (max-width: 991px) {

}

@media (max-width: 768px) {

    #bo_list .flex-grow-1 .d-flex > div {
        padding: 0 10px;
        text-align: left !important;
    }

    .greeting-signature {
        width: 50% !important;        
    }

     .advisory-img-container {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .advisory-img-container img {
        width: auto;
        max-width: none;
        height: auto;
        display: block;
    }

}

