﻿@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) {

    /*modify*/
    /*.table-responsive {*/
    /*width: 100%;*/
    /*margin-bottom: 15px;*/
    /*overflow-y: hidden;*/
    /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
    /*border: 0px solid transparent;*/
    /*}*/

}

/*배경관련*/
@media (min-width: 768px) and (max-width: 1200px) {

}

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

    /* *******************************************************************
    layout style
    ******************************************************************* */
    .container .inner-wrap {
        background: none;
    }
    .snb-area {
        display: none;
    }
    #container {
        padding-top: 30px;
    }
    .contents-area {
        position: relative;
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .sub-title-text {
        display: inline-block;
        line-height: 1;
        font-size: 23px;
        padding: 25px 0 15px;
        border-bottom: 2px solid #195992;
        font-weight: 700;
    }
    .page-nav li {
        font-size: 12px;
    }
    .page-nav-area {
        display: none;
        /*position: absolute;*/
        /*top: 40px;*/
        /*right: 5px;*/
    }

    #container .innerwrap {
        position: relative;
        width: auto;
        margin: 0 auto;
        padding: 20px 15px;
    }
    #container .innerwrap .contents-area {
        position: relative;
        float: none;
        width: auto;
        padding: 0;

    }

    /*sub-title-area*/
    .contents-area .sub-title-area {
        margin: 0 0 0;
    }
    .contents-area .sub-title-area h3.sub-title {
        margin: 0 0 10px;
        padding: 0;
        font-size: 24px;
        font-weight: 500;
        color: #051a32;
    }
    .contents-area .sub-title-area .bar {
        display: block;
        width: 60px;
        height:3px;
        background-color: #051a32;
    }

    /*contents-style*/
    .contents .section {
        font-size: 14px;
        min-height: 300px;
    }
    .section .mobile-hidden {
        display:none;
    }
    .section h4.conts-title {
        font-size: 17px;
        font-weight: 700;
        margin: 20px 0 5px 0;
    }
    .section h5{
        padding-left: 0!important;
    }
    .indent p, .indent table, .indent ul {
        margin-left: 0;
    }
    .indent-01{
        padding-left: 0 !important;
    }
    .indent-02{
        padding-left: 0 !important;
    }
    .indent-03{
        padding-left: 0 !important;
    }
    .indent p,
    .indent table,
    .indent ul{
        margin-left: 0;
    }

    /*modify*/
    .nav-tabs > li {
        width: 120px;
        float: left;
        margin-bottom: -1px !important;
    }
    /*.tab-content .tab-pane {*/
    /*padding: 0;*/
    /*}*/
    .status-area .status .depth1 {
        padding-left: 0;
    }
    .status-area .status .depth2 {
        padding-left: 0;
    }
    /*.tab-content .tab-pane {*/
    /*padding: 0 0px 0 5px;*/
    /*}*/
    .nav-tabs.nav-justified > li {
        float: left;
    }

    /* *******************************************************************
    sub page style
    ******************************************************************* */
    /*회장인사말*/
    .section.greeting .date {
        padding: 20px 0 0 0;
    }
    .section.greeting .name {
        padding-bottom: 10px;
        text-align: right;
        font-size: 18px;
        font-weight: 400;
    }
    .greeting-img p.txt {
        width: 100%;
    }

    .greeting-img p {
        float: none;
    }
    .greeting-img .txt {
        float: none;
        width: 100%;
    }
    /*연혁*/
    .history-box dt {
        padding-left: 10px;
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        /* vertical-align: middle; */
        color: #195992;
        font-weight: 700;
    }
    .history-box dd {
        float: none;
        padding: 0 0 0 0;
        width: 100%;
        /* text-align: center; */
    }
    .history-box p {
        text-align: left;
    }

    .download-group .down-form a {
        margin-top: 0;
        display: block;
        margin-bottom: 5px;
    }

    /*임원진*/
    .board_member .member-area {
        display: inline-block;
        width: 100%;
        height: auto !important;
    }

    /*정관*/
    /*.pdf-area iframe {*/
    /*width: 100%;*/
    /*!*height: auto;*!*/
    /*!*min-height: 500px;*!*/
    /*box-sizing: border-box;*/
    /*border: 5px solid #eee;*/
    /*}*/

    /* 학술대회 안내 */
    .conference-info {

    }
    .conference-info img {
        float: none !important;
        display: block;
    }
    /*download box*/
    /* 다운로드 리스트 */
    .download-list02 {
        /*padding-left: 0 !important;*/
        /*margin-top: 30px;*/
        padding: 0 10px;
    }
    .download-list02 li {
        width: 100%;
        padding: 10px 0;
        line-height: 1.5;
        border-bottom: 1px dashed #ddd;
        /*background: url("/assets/images/bullet/square.png") left 10px no-repeat;*/
    }
    .download-list02 li a.btn {
        float: none;
    }
    .download-list02 li a.btn-download {
        float: none;
    }

}

/* phone ~ 400px */
@media screen and (max-width:400px) {
    .link-area ul li {
        width: 100%;
    }
    /*.download-group .down-form a.btn-reg {*/
    /*display: block;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*}*/
}



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

@media print {

}
