﻿@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;
    }

    .mobile-hidden {
        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 {*/
    /*width: auto;*/
    /*height: 28px;*/
    /*padding-left: 10px;*/
    /*line-height: 30px;*/
    /*font-size: 13px;*/
    /*}*/
    /*.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;*/
    /*}*/

    /* *******************************************************************
        학회장 인사말 : greeting.vm
    ******************************************************************* */

    #contents .section.greeting p.title {
        font-size: 16px;
    }
    #contents .section.greeting p strong {
        font-size: 14px;
    }
    #contents .section.greeting p img {
        max-width: 100%;
    }
    #contents .section.greeting p.chairman {
        margin-top: 40px;
        text-align: right;
        font-size: 16px;
    }
    #contents .section.greeting p.chairman strong {
        font-size: 20px;
    }
    #contents .section.greeting p.chairman-sign {
        text-align: right;
    }

    /* *******************************************************************
        출판물
    ******************************************************************* */
    .book-info dd, .book-info dt {
        float: none;
    }
    .book-info dd {
        text-align: center;
    }
    .book-info dt {
        padding-left: 0;
        text-align: center;
    }



    /*!* ********************************************************************/
    /*회원센터*/
    /******************************************************************** *!*/
    /*.three-column {*/
    /*!*list-style: none;*!*/
    /*-moz-column-count: 1;*/
    /*-moz-column-gap: 0;*/
    /*-moz-column-fill: balance;*/
    /*-webkit-column-count: 1;*/
    /*-webkit-column-gap: 0;*/
    /*-webkit-column-fill: balance;*/
    /*column-count: 1;*/
    /*column-gap: 0;*/
    /*column-fill: balance;*/
    /*list-style-position: inside;*/
    /*padding: 0 20px;*/
    /*border: 3px solid #f7f7f7;*/
    /*}*/
    /*.three-column li {*/
    /*line-height: 3;*/
    /*}*/
    /*.three-column li a {*/
    /*font-size: 15px;*/
    /*}*/

    /*.tb-user-search td {*/
    /*text-align: center;*/
    /*border-bottom: 1px solid #ddd !important;*/
    /*}*/


    /*!* ********************************************************************/
    /*제휴사업*/
    /******************************************************************** *!*/
    /*.affilication td li {*/
    /*line-height: 1.5;*/
    /*}*/
    /*.affilication td > ul {*/
    /*padding: 10px 0 10px 10px;*/
    /*}*/
    /*.affilication td > ul > li {*/
    /*font-weight: 700;*/
    /*padding-bottom: 15px;*/
    /*!*background: url("/images/bullet/bullet_main_board.png") no-repeat 0 8px;*!*/
    /*}*/
    /*.affilication td > ul > li:last-child {*/
    /*padding-bottom: 0;*/
    /*}*/
    /*.affilication td > ul > li > ul {*/
    /*padding: 0 0 0 20px;*/
    /*}*/
    /*.affilication td > ul > li > ul > li {*/
    /*font-weight: 500;*/
    /*text-indent: -10px;*/
    /*}*/
    /*.affilication td p.star {*/
    /*padding: 0 0 10px 40px;*/
    /*text-indent: -20px;*/
    /*}*/

    /*!* ********************************************************************/
    /*계산서신청*/
    /******************************************************************** *!*/
    /*.ol-list li{*/
    /*padding-left: 15px;*/
    /*text-indent: -15px;*/
    /*padding-bottom: 10px;*/
    /*}*/


}

/* phone ~ 320px */
@media screen and (max-width:500px) {
    /*국제협력*/
    .pictures-list ul li {
        display: block;
        float: none;
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
    }
}

@media print {

}
