@charset "UTF-8";

/* PC */
@media screen and (min-width: 1025px) {
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {

}
/* phone ~ 480px */
@media screen and (max-width: 480px) {
    /****************************************
    01. common style
    ****************************************/
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {
    /****************************************
    01. hidden contents
    ****************************************/
    .gnb-area,
    .gnb-bg,
    .gnb,
    .sitemap-area,
    .mobile-hidden,
    .quick-menu,
    .top-btn-area {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }

    /* *******************************************************************
    sub-spot
******************************************************************* */
    #sub-spot {
        width: 100%;
        background: #e9ebfa url("/images/bg/bg_sub_spot_01.jpg") center top no-repeat;
        background-size: cover;
    }
    #sub-spot .bg-sub-spot {
        height: 200px;
        background-color: rgba(0,0,0,0.30);
    }
    #sub-spot .inner-wrap {
        height: 200px;
        z-index: 2;
    }
    #sub-spot h1 {
        padding: 40px 20px 20px;
        text-align: center;
        font-size: 32px;
    }
    #sub-spot p.info {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        color: rgba(255,255,255,0.5)
    }

    /* breadcrumb-area */
    .breadcrumb-area > ul {
        padding: 60px 20px 0;
    }
    .breadcrumb-area > ul > li {
        font-size: 13px;
        font-weight: 300;
        color: rgba(255,255,255,0.65);
    }
    .breadcrumb-area > ul > li.home a {
        font-size: 13px;
        color: rgba(255,255,255,0.65);
    }
    .breadcrumb-area > ul > li.home a .feather {
        width: 13px;
        height: 13px;
    }
    .breadcrumb-area > ul > li.arrow .feather {
        width: 13px;
        height: 13px;
    }

    /* *******************************************************************
        snb
    ******************************************************************* */
    .snb-area {
        display: none;
    }

    /* *******************************************************************
        common
    ******************************************************************* */
    #contents {
        width: 100%;
    }
    #contents .article {
        min-height: 720px;
    }
    #contents .article.snb-top-margin {
        margin-top: 0;
    }
    #contents .article .section {
        padding: 60px 0;
        font-size: 15px;
    }
    #contents .article .section .inner-wrap {
        padding: 0 20px;
    }
    #contents .article .section:first-child {
        padding: 60px 0;
    }
    #contents .article .section h2 {
        line-height: 1.3;
        margin-bottom: 40px;
        padding: 15px 0 0;
        line-height: 1.4;
        font-size: 24px;
    }
    #contents .article .section h2::before {
        width: 80px;
        margin-left: -40px;
        border-top: 3px solid #6F4DCB;
    }
    #contents .article .section h2 small.en {
        margin: 10px 0 0;
        font-size: 15px;
    }
    #contents .article .section h3 {
        margin: 40px 0 15px;
        line-height: 1.3;
        font-size: 21px;
    }
    #contents .article .section h3 small {
        margin-left: 10px;
        font-size: 15px;
    }
    #contents .article .section h4 {
        line-height: 1.3;
        font-size: 19px;
    }

    #contents .article .section p {
        margin: 0 0 20px;
    }
    #contents .article .section p.text-info {
        margin: 10px 0 0;
        font-size: 15px;
    }
    #contents .article .section ul.bullet li {
        margin: 0 0 20px;
        padding-left: 10px;
    }
    #contents .article .section td ul.bullet li {
        margin: 0 0 10px;
    }
    #contents .article .section td ul.bullet li:last-child {
        margin: 0;
    }

    #contents .article .section .btn-area {
        padding: 30px 0;
    }
    #contents .article .section .btn-area .btn-go {
        margin: 15px;
        padding: 15px 20px;
        line-height: 1;
        font-size: 15px;
        border-radius: 40px;
    }

}

/* phone ~ 320px */
@media screen and (max-width:400px) {

}

@media print {

}
