﻿@charset "utf-8";

/* PC */
@media screen and (min-width: 1025px) {
    /****************************************
    01. common style
    ****************************************/
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    /****************************************
    01. common style
    ****************************************/
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {
    /****************************************
    01. common style
    ****************************************/
}




/* ~ 480px */
@media screen and (max-width: 480px) {
    .search-area .form-area {
        width: 100%;
    }
}

/* ~ 767px */
@media screen and (max-width: 767px) {
    /****************************************
    01. hidden contents
    ****************************************/
    .utility-area,
    .gnb-bg,
    .gnb,
    .snb-area,
    .quick-banner {
        display: none;
    }

    /*******************************************************************
       layout style
    ******************************************************************* */
    #contents {
        float: none;
        width: 100%;
    }
    #contents > h2 {
        display: none;
        height: 60px;
        line-height: 60px;
        margin: 0 0 20px;
        padding: 0 15px;
        font-size: 24px;
        text-align: center;
        color: #0c69b1;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background-color: #f5fafe;
    }
    #contents .contents {
        padding: 30px 15px;
    }
    .sub-spot {
        line-height: 1;
        text-align: right;
        height: 80px;
        padding: 10px 0;
    }
    /* slogan */
    .sub-spot .slogan {
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        background-color: transparent;
    }
    .sub-spot .slogan .text1 {
        margin: 0 0 7px;
    }
    .sub-spot .slogan .text2 {
        font-size: 14px;
    }
    .sub-spot .slogan .text2 strong {
        font-size: 18px;
    }

    /* breadcrumb */
    #container .breadcrumb {
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0 15px;
        background-color: #fafafa;
    }

    #container .breadcrumb ul li {
        display: inline-block;
        font-size: 13px;
        margin-left: 10px;
        color: #767676;
    }
    #container .breadcrumb ul li:last-child {
        color: #0265d1;
    }

    /* section */
    #container .contents-area h2.sub-title {
        line-height: 1.1;
        margin: 0 0 50px;
        font-size: 34px;
        font-weight: 400;
    }
    /*highlight-box*/
    .highlight-box {
        padding: 15px 20px;
        background-color: #fefefe;
        border: 1px solid #dfdfdf;
    }

    /*tab, 두줄떨어짐*/
    .tab-area > ul > li > a > span.pc-only-block {
        display: block;
    }

}

/* phone ~ 320px */
@media screen and (max-width:320px) {
    /****************************************
    01. common style
    ****************************************/
}

@media print {

}
