﻿@charset "utf-8";

/* PC */
/*@media screen and (min-width: 1025px) {*/
/*!*****************************************/
/*01. common style*/
/*****************************************!*/
/*}*/

/*@media screen and (max-width: 1500px) {*/


/*}*/

@media screen and (min-width: 1356px) {
    /*tabs*/
    /*.long-tabs li a {*/
        /*!*font-size: 20px;*!*/
        /*height: 67px;*/
    /*}*/
    .tab-customed {
        border: 5px solid #dfdfdf;
    }
    .tab-customed:after {
        content: '';
        display: block;
        clear: both;
    }
    .tab-customed li {
        width: 33.33%;
    }
}

@media screen and (max-width: 1355px) {

    #container {
        min-width: 980px;
        /*width: 1100px;*/
    }

    .container-inner {
        display: block;
    }
    .container-area #container {
        min-width: auto;
    }
    #container {
        display: block;
        vertical-align: top;
        width: 100%;
        /*width: 1100px;*/
    }

    #quick-menu {
        display: block;
        padding: 40px 0;
        vertical-align: top;
        width: 100%;
        background-color: #f3f3f3;
    }

    #quick-menu ul {
        text-align: center;
    }
    #quick-menu ul li {
        width: 100%;
    }
    #quick-menu ul li:nth-child(odd) {
        padding-right: 0;
    }
    #quick-menu ul li:nth-child(even) {
        padding-left: 0;
    }

    #quick-menu ul li {
        display: inline-block;
        width: 15%;
        padding-bottom: 0;
    }

    #quick-menu ul li a {
        padding: 30px 0;
    }
    #quick-menu ul li a i {
        display: block;
        font-size: 50px;
        /*font-size: 8rem;*/
        line-height: 1;
        color: #909090;
    }


}

/*MOBILE MENUE*/
@media screen and (max-width: 1125px) {
    /****************************************
    04. title style
    ****************************************/
    .sub-title {
        font-size: 26px !important;
    }
    .section h3 {
        font-size: 20px;
    }
    .container-area {
        margin-top: 80px;
        /*float: left;*/
    }
}

@media screen and (min-width: 769px) {
    .border-top-tab > li > a, .nav-tabs.nav-justified > li > a {
        padding: 10px 2px;
    }
}

@media screen and (max-width: 1207px) {
    .publications dl dd .book-btn a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    #quick-menu ul li {
        /*display: inline-block;*/
        width: 33%;
        padding-bottom: 5px;
    }
    .tab-double.border-top-tab li > a {
        min-height: 10px;
    }
    .tab-double.border-top-tab li > a > span {
        display: inline;
    }

    .information_materials #tab03 .logo-area.bottom {
        flex-direction: column;
        gap: 40px;
    }

    .brochure-area {
        flex-direction: column;
    }
    .brochure-area li {
        width: 100%;
    }
    .brochure-area li a img {
        width: 40%;
    }
    #container .section.commemorative-book .book-list a {
        flex-direction: column;
        gap:0;
        align-items: center;
        padding: 25px 30px 20px 30px;
    }
    #container .section.commemorative-book .book-list a p {
        font-size: 17px;
        text-align: center;
    }
    #container .section.commemorative-book .book-list a p:last-child{
        margin-top: 20px;
    }
}

@media screen and (max-width: 678px) {
    .greetings-title .img-area {
        margin: 0 0 30px 0;
        float: none;
        display: block;
    }
    .publications dl dd .book-btn {
        padding-top: 10px;
        position: static;
        bottom: 0;
        left: 0;
    }
    .publications dl dd .book-btn a {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:480px) {
    #quick-menu {
        padding: 20px 0;
    }

    #quick-menu ul li {
        /*display: inline-block;*/
        width: 100%;
        padding: 5px 30px !important;
    }

    .container-area #container .contents-area {
        /* padding: 50px 94px; */
        padding: 4.8% 5%;
    }
    .introduction .introduction-area dl {
        float: none;
        width: 100%;
        min-height: auto;
        margin-bottom: 40px;
    }
    .introduction .introduction-area dl:last-child {
        margin-bottom: 0;
    }
    .introduction .introduction-area dl:nth-child(odd) {
        padding-right: 0;
    }
    .introduction .introduction-area dl:nth-child(even) {
        padding-left: 0;
    }
    .introduction .title {
        text-align: left !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 1.7;
         padding: 0;
         background: none;
        background-size: 53px auto;
        /* background-size: contain; */
    }

    /*간행물*/
    .publications dl {
        display: block;
    }
    .publications dl dt,
    .publications dl dd {
        width: 100%;
        display: block;
        vertical-align: top;
        text-align: center;
    }
    .publications dl dd .book-btn {
        padding-top: 10px;
        position: static;
        bottom: 0;
        left: 0;
    }
    .publications dl dd .book-btn a {
        width: 100%;
        margin-bottom: 5px;
    }
    .publications dl dd .eng-title {
        text-align: center !important;
    }
    .publications dl dd {
        position: relative;
        max-width: 700px;
        padding-left: 0;
    }
    .publications dl dd .title {
        padding: 10px 0;
        text-align: center !important;
    }

}

@media screen and (max-width:350px) {

    .president-area ul li {
        width: 100%;
    }
    /*.main-board .tab-area li > a {*/
    /*padding: 0 2px;*/
    /*font-size: 12px;*/
    /*}*/

    /*.buttons dl {*/
    /*float: none;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*margin: 0;*/
    /*padding-bottom: 30px;*/
    /*}*/

}

@media print {

}


