﻿@charset "utf-8";

/* PC */
@media screen and (min-width: 1025px) {
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {

    /* *******************************************************************
    layout style
    ******************************************************************* */

    /*hidden-contents*/
    .utility-area,
    .gnb,
    .gnb-area,
    .snb-area,
    #sub-spot {
        display: none;
    }

    /* *******************************************************************
        common
    ******************************************************************* */
    #contents {
        float: none;
        width: 100%;
        min-height: 200px;
        padding: 30px 15px 30px;
    }
    #contents h3 {
        margin: 0 0 30px;
        font-size: 24px;
        font-weight: 400;
    }
    #contents .section {
        font-size: 14px;
    }

    .btn-area a:first-child {
        margin-bottom: 10px;
    }
    /* *******************************************************************
        breadcrumb-area
    ******************************************************************* */
    .breadcrumb-area {
        height: 30px;
        border-top: 0;
    }
    .breadcrumb-area.sticky {
        position: static;
        margin-left: 0;
    }

    /* home */
    .breadcrumb-area li.home {
        width: 50px;
    }
    .breadcrumb-area li.home a {
        height: 28px;
        line-height: 32px;
        text-align: center;
        font-size: 13px;
        border-left: 0;
    }

    /* selectbox */
    .breadcrumb-area li.selectbox.depth1 {
        padding-left: 5px;
    }
    .breadcrumb-area li.selectbox {
        width: auto;
        height: 28px;
        padding-left: 0;
        line-height: 30px;
        font-size: 13px;
        padding-right: 0;
    }
    .breadcrumb-area li.selectbox.depth2 {
        width: auto;
    }
    .breadcrumb-area li.selectbox .current i {
        right: 10px;
        font-size: 15px;
        color: #666;
        cursor: pointer;
    }
    .breadcrumb-area li.selectbox ul {
        display: none;
        width: 120px;
        background-color: #fff;
    }
    .breadcrumb-area li.arrow {
        height: 28px;
        line-height: 32px;
    }

    /* quick-link */
    .breadcrumb-area li.quick-link {
        display: none;
    }

    /* print */
    .breadcrumb-area li.btn-print {
        display: none;
    }

    /*sub-title-area*/
    .contents-area .snb-area {
        display: none;
    }

    /*contents-style*/
    .contents .section {
        min-height: 300px;
    }
    .section .mobile-hidden {
        display:none;
    }

    /* *******************************************************************
        subpage details
    ******************************************************************* */
    /*editorial*/
    .committees-list li .name {
        display: block;
    }


}

/* phone ~ 320px */
@media screen and (max-width:320px) {
    /****************************************
    01. common style
    ****************************************/
}

@media print {

}
