@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: 460px) {
    /****************************************
    01. common style
    ****************************************/

    /*검색창*/
    .form-inline #keywordFrm .panel-body .btn.btn-primary {
        margin-top:10px !important;
    }

    .form-inline #keywordFrm .panel-body .highlight-blue {
        vertical-align: text-top;
    }
}
/* phone ~ 370px */
@media screen and (max-width: 370px) {
    /****************************************
    01. common style
    ****************************************/

    .element-inline {
        width: 60%;
        margin-top:10px;
    }

}


/* phone ~ 767px */
@media screen and (max-width: 767px) {
    /* *******************************************************************
	공통
******************************************************************* */
    /* 컨텐츠 타이틀 */
    #contents .article .section h3 {
        font-family: 'S-CoreDream-6Bold';
        font-size: 20px;
        color: #333;
    }
    #contents .article .section h4 {

    }
    #contents .article .section p {
        margin: 0 0 20px;
    }
    #contents .article .section .btn-area {
        padding: 30px 0;
        text-align: center;
    }
    #contents .article .section .btn-area .btn-go {
        display: inline-block;
        margin: 10px;
        padding: 15px 25px;
        line-height: 1;
        text-align: center;
        font-size: 15px;
        color: #fff;
        border: 0;
        border-radius: 40px;
        background-color: #11cceb;
        transition: all 0.25s;
    }
    #contents .article .table-responsive{
        border-left:none !important;
        border-right:none !important;
    }

    /* 다운로드 리스트 */
    #contents .article .section .section-list.downloads li {
        float: none;
        width: 100%;
        padding: 20px 10px;
    }
    #contents .article .section .section-list.downloads.w100 li {
        width: 100%;
        float: none;
    }
    #contents .article .section .section-list.downloads li p {
        float: none;
        margin: 0 0 15px;
        line-height: 1.5;
    }
    #contents .article .section .section-list.downloads li .btn-default {
        float: none;
        padding: 8px 10px;
    }
    #contents .article .section .section-list.downloads li .btn-default a {
        color: #08b1cd;
        font-size: 14px;
    }

    /* *******************************************************************
        학회소개 > 소개
    ******************************************************************* */
    .introduction #contents .article {

    }

    /* introduction-1 */
    .introduction #contents .article .section.introduction-1 h3 {
        margin: 0 0 80px;
        line-height: 1.5;
        text-align: right;
        font-size: 17px;
    }
    .introduction #contents .article .section.introduction-1 .contents-area {
        background-color: #fafafa;
    }
    .introduction #contents .article .section.introduction-1 .contents-area .inner-wrap {
        position: relative;
        padding: 30px 0 60px;
    }
    .introduction #contents .article .section.introduction-1 .thm {
        position: relative;
        left: 10%;
        top: -80px;
        width: 90%;
    }
    .introduction #contents .article .section.introduction-1 .thm img {
        max-width: 100%;
    }
    .introduction #contents .article .section.introduction-1 .text-area {
        padding: 0 20px;
    }
    .introduction #contents .article .section.introduction-1 .text-area > ul {
        display: table;
        margin-top: -60px;
    }
    .introduction #contents .article .section.introduction-1 .text-area > ul > li {
        display: table-row;
        overflow: hidden;
    }
    .introduction #contents .article .section.introduction-1 .text-area > ul > li > span {
        display: table-cell;
        padding: 0 25px 30px 0;
        font-size: 17px;
    }
    .introduction #contents .article .section.introduction-1 .text-area > ul > li > p {
        display: table-cell;
        padding: 0 0 30px 0;
        font-size: 17px;
    }

    /* introduction-2 */
    .introduction #contents .article .section.introduction-2 {
        position: relative;
        padding: 0 0 120px;
    }
    .introduction #contents .article .section.introduction-2 .line {
        display: none;
    }
    .introduction #contents .article .section.introduction-2 ul {
        display: block;
    }
    .introduction #contents .article .section.introduction-2 ul > li {
        border-top: 3px solid #00BFDF;
        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    }
    .introduction #contents .article .section.introduction-2 ul > li > span.num {
        display: block;
        margin: 0;
        padding: 20px 0 0;
        text-align: center;
        font-size: 24px;
        font-weight: 300;
    }
    .introduction #contents .article .section.introduction-2 ul > li > p.text-area {
        min-height: auto;
        padding: 10px 20px 30px;
        border-right: 1px dotted #eee;
    }
    .introduction #contents .article .section.introduction-2 ul > li:last-child > p.text-area {
        border-right: 0;
    }
    .introduction #contents .article .section.introduction-2 ul > li > p.text-area > span.title {
        margin: 0 0 20px;
        font-size: 20px;
    }
    .introduction #contents .article .section.introduction-2 ul > li > p.text-area > span.info {
        margin: 0;
        line-height: 1.5;
        font-size: 15px;
    }

    /* introduction-3 */
    .introduction #contents .article .section.introduction-3 {
        padding: 30px 0 60px;
    }
    .introduction #contents .article .section.introduction-3 h3 {
        padding: 120px 0 0;
        text-align: right;
        line-height: 1.3;
    }
    .introduction #contents .article .section.introduction-3 h3 span.quotes {
        position: absolute;
        left: 0;
        top: 100px;
        font-size: 77px;
        font-weight: 700;
        color: #ccc;
    }
    .introduction #contents .article .section.introduction-3 h3 b {
        font-size: 18px;
        font-weight: 700;
        color: #333;
    }
    .introduction #contents .article .section.introduction-3 .thm {
        position: absolute;
        right: 10%;
        top: -160px;
        width: 90%;
    }
    .introduction #contents .article .section.introduction-3 .thm img {
        max-width: 100%;
    }

    /* *******************************************************************
        학회소개 > 연혁
    ******************************************************************* */
    .history #contents .article {

    }

    /* history-1 */
    .history #contents .article .section.history-1-1 {

    }
    .history #contents .article .section.history-1-1 dl dd > ul > li > ul{
        display: block;
        width: 100%;
        padding: 0 0 0 12px;
    }

    /* 연혁 리스트 */
    .history #contents .article .section.history-1 dl {
        display: table;
        width: 100%;
    }
    .history #contents .article .section.history-1 dl dt,
    .history #contents .article .section.history-1 dl dd {
        display: table-cell;
    }
    .history #contents .article .section.history-1 dl dt {
        width: 22%;
        top: 14px;
        left: 0;
    }
    .history #contents .article .section.history-1 dl dd {
        width: 78%;
    }
    .history #contents .article .section.history-1 dl dt .hexagon {
        margin: -15px 0 0;
        font-size: 17px;
    }
    .history #contents .article .section.history-1 dl dd > ul > li {
        display: block;
        line-height: 1.4;
    }
    .history #contents .article .section.history-1 dl dd > ul > li:last-child {
        padding-bottom: 40px;
    }
    .history #contents .article .section.history-1 dl:last-child dd > ul > li:last-child {
        padding-bottom: 0;
    }
    .history #contents .article .section.history-1 dl dd > ul > li > span {
        width: 100%;
        padding: 0 0 5px 40px;
        font-size: 15px;
    }
    .history #contents .article .section.history-1 dl dd > ul > li:first-child > span {
        position: relative;
        top: -20px;
        padding: 0 0 0 40px;
    }
    .history #contents .article .section.history-1 dl dd > ul > li:first-child > ul {
        position: relative;
        top: -15px;
        margin-bottom: -15px;
        padding: 0 0 0 10px;
    }
    .history #contents .article .section.history-1 dl dd > ul > li > ul {
        display: block;
        width: 100%;
        padding: 0 0 0 12px;
    }
    .history #contents .article .section.history-1 dl dd > ul > li > ul > li {
        padding-left: 30px;
        padding-bottom: 3px;
        font-size: 14px;
    }
    #contents .article .section .tab-custom .tab-bg .tab-area .button-tab li{
        width:100%;
        display: block;
    }
    .history #contents .article .section.history-1 .tab-custom .tab-bg .tab-area .button-tab li a{
        font-size: 15px;
    }
    .history #contents .article .section.history-1 .tab-custom .tab-bg .tab-area .button-tab li a{
        margin:0;
    }

    /* *******************************************************************
        학회소개 > 역대회장단
    ******************************************************************* */


    .former-chairman #contents .article .section.former-chairman-1 .namecard {
        width: 100% ;
        margin: 15px 0;
        height: auto !important;
    }
    .former-chairman #contents .article .section.former-chairman-1 .namecard .name .position {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 5px;
    }
    .former-chairman #contents .article .section.former-chairman-1 .namecard .name span:nth-child(2n) {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
    .former-chairman #contents .article .section.former-chairman-1 .namecard .annotation {
        top: 28px;
        font-size: 28px;
    }

    /* *******************************************************************
        논문투고/검색 > 논문투고
   ******************************************************************* */
    #contents .article .section.paper-submission-1 .btn-area {
        flex-direction: column;
    }
    .article .section.paper-submission-1 .btn-download.clearfix {
        margin-bottom: 10px;
    }
    .paper-submission #contents .article .section.paper-submission-1 .journal-area {
        flex-direction: column;
    }
    .paper-submission #contents .article .section.paper-submission-1 .journal-text,
    .paper-submission #contents .article .section.paper-submission-1 .journal-img {
        width: 100%;
    }
    .paper-submission #contents .article .section.paper-submission-1 .journal-img {
        padding: 0 80px;
    }
    .paper-submission #contents .article .section.paper-submission-1 .highlight {
        margin-top: 10px;
    }

    /*학술활동 */
    .category-list li {
        display: block;
        width: 100%;
    }
    .category-list li a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

}
