
/* TABLET */
@media (min-width: 992px) and (max-width: 1199px) {
    #main .schedule .tit {
        display: none;
    }
    #main .content .left_cont {
        width: 100%;
    }
    #main .content .data {
        width: 63%;
        margin-right: 2%;
    }
    #main .content .video {
        width: 35%;
    }
    #main .content .data .text_cont {
        width: 50%;
    }
    #main .content .data .data_slider {
        width: 50%;
    }
    #main .content .info {
        width: 30%;
        margin-right: 0;
    }
    #main .content .office {
        width: 68%;
        margin-left: 2%;
    }

    #main .content .right_cont {
        width: 100%;
        height: auto;
        margin: 20px 0 0;
    }
    #main .content .right_cont h5 {
        width: 30%;
        float: left;
    }
    #main .content .right_cont .link_btn {
        display: none;
    }
    #main .content .right_cont .cont_list {
        width: 70%;
        float: right;
    }



    #subBanner {
        height: 180px;
        padding: 40px 0;
    }

    .tab_nav ul {
        height: 50px;
    }
    .tab_nav ul li {
        line-height: 48px;
    }



    /* SUB PAGE */
    #office .tab_container,
    #council .tab_container,
    #priest .tab_container,
    #district .tab_container,
    #cathedral .tab_container {
        padding: 0 30px;
        margin: 40px auto;
    }
    #cathedral .cathedral_info,
    #cathedral .symbol {
        padding: 0 30px 50px;
    }
    #cathedral .cathedral_info:after {
        top: 110px;
    }
    #cathedral .tit_cont {
        height: 100px;
    }
    #cathedral .cathedral_info .txt_section .txt_cont h5 {
        margin: 0 0 20px;
    }
    #cathedral .cathedral_info .txt_section .txt_cont > div {
        margin: 0 0 15px;
        padding: 0 0 15px;
    }


    #priest .tab_container #tab01 > div {
        width: 430px;
    }
    #priest .tab_container #tab01 > div .img_cont {
        width: 40%;
    }
    #priest .tab_container #tab01 > div .txt_cont {
        width: 45%;
        margin-left: 5%;
    }
    #priest .tab_container #tab02 .cont_tbl table td:nth-child(2),
    #priest .tab_container #tab02 .cont_tbl table td:nth-child(3) {
        width: 30%;
    }


    #guide .txt_cont {
        padding: 0 155px;
    }
    #guide .tit_cont:after {
        width: 670px;
    }
    #guide .list_cont {
        padding: 0 190px;
    }
    #council .organ_list > div {
        width: 210px;
    }
    #office #tab02 .document_content > div {
        width: 32%;
        margin-right: 2%;
    }
    #office #tab02 .document_content > div:nth-child(3n) {
        margin-right: 0;
    }


    #direct {
        padding: 0 50px;
        margin: 0 0 40px;
    }
    #direct .tit_cont {
        padding: 0 25px;
    }
    #direct .txt_cont {
        padding: 0 25px;
    }


    #cathedralView {
        padding: 0 50px;
        margin: 0 0 40px;
    }
    #cathedralView #bo_v {
        width: 65%;
    }
    #cathedralView #list {
        width: 33%;
        margin-left: 2%;
    }
    #pdfView {
        width: 100%;
        height: 800px;
    }

    #guide .content {
        background-position: top left 85px;
        background-size: 100%;
        padding: 40px 0 130px;
    }
    #guide .content .left_cont > div, #guide .content .right_cont > div {
        margin: 0 0 20px;
    }

    #guide .main_tit {
        padding: 0 100px;
    }
    #guide .list_cont {
        padding: 0 150px;
    }


    /* Board CSS */
    #faq,
    #boardTypeWebzine,
    #boardTypeGallery,
    #boardTypeList {
        padding: 0 30px;
        margin: 0 0 20px;
    }

    #boardViewPage iframe {
        width: 100%;
        height: auto;
        min-height: 450px;
    }

    #boardTypeGallery .board_content > div {
        width: 210px;
    }
    #boardTypeGallery .board_content > div .img_cont {
        height: 125px;
    }

    #faq .faq_container .answer .answer_txt {
        width: 728px;
    }

}
