@charset "EUC-KR";

/* 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-bg,
    .gnb,
    .sitemap-area,
    .youtube-area,
    .mobile-hidden,
    .quick-menu,
    .top-btn-area {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }

    /* *******************************************************************
        sub-spot
    ******************************************************************* */
    #sub-spot {
        background-size: cover;
    }
    #sub-spot .innerwrap {
        height: 120px;
        padding: 0 20px;
        border-bottom: 1px solid #e7e7e7;
    }
    #sub-spot h1 {
        padding-top: 40px;
        font-size: 28px;
    }

    /* breadcrumb-area */
    .breadcrumb-area > ul {
        margin-right: -10px;
        padding-top: 28px;
    }
    .breadcrumb-area > ul > li {
        font-size: 12px;
    }
    .breadcrumb-area > ul > li.home a {
        font-size: 12px;
    }
    .breadcrumb-area > ul > li.arrow {
        margin: 0 5px;
    }
    .breadcrumb-area .btn-print {
        display: none;
    }

    /* *******************************************************************
        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: 80px 0;
        font-size: 15px;
    }
    #contents .article .section .innerwrap {
        padding: 0 20px;
    }
    #contents .article .section:first-child {
        padding: 80px 0;
    }
    #contents .article .section h2 {
        line-height: 1.3;
        margin-bottom: 60px;
        padding: 15px 0 0;
        font-size: 28px;
    }
    #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;
    }

    /* *******************************************************************
        pages style
    ******************************************************************* */

    /* *******************************************************************
        common
    ******************************************************************* */
    #alert_ready {
        width: auto;
        margin: 50px 20px 0;
        padding: 20px 0;
        font-size: 17px;
    }

    /* ´Ù¿î·Îµå ¸®½ºÆ® */
    #contents .article .section .file-download-area > li {
        width: 285px;
        height: 140px;
        margin: 0 auto 10px;
        padding: 15px 20px 20px;
        font-size: 15px;
    }
    #contents .article .section .file-download-area.multi > li {
        float: none;
        margin: 0 auto 20px;
    }
    #contents .article .section .file-download-area > li:nth-child(4) {
        margin-right: auto;
    }
    #contents .article .section .file-download-area > li > p {
        width: 245px;
        font-size: 17px;
    }
    #contents .article .section .file-download-area > li > p.en {
        margin: 5px 0 0;
        font-size: 12px;
    }
    #contents .article .section .file-download-area > li > a {
        position: absolute;
        left: 50%;
        bottom: 20px;
        width: 100px;
        height: 32px;
        line-height: 32px;
        margin-left: -50px;
        font-size: 13px;
        border-radius: 32px;
    }
    #contents .article .section .file-download-area > li > a:hover {
        background-color: #FF5151;
    }

    #contents .article .section .info-box {
        margin: 0 0 30px;
        padding: 30px;
        background-color: #fafafa;
    }
    #contents .article .section .info-box.small {
        margin: 0 0 20px;
        padding: 20px;
        font-size: 15px;
    }
    #contents .article .section .info-box.white {
        background-color: #fff;
    }
    #contents .article .section .info-box.transparent {
        margin: 0 0 60px;
        padding: 0;
        background-color: transparent;
    }
    #contents .article .section .info-box.violet {
        margin: 0 0 60px;
        padding: 20px;
    }

    #contents .article .section .info-box p {
        margin: 0;
    }

    #contents .article .section .section-area {
        margin: 60px 0 0;
    }
    #contents .article .section .section-area h3 {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    #contents .article .section .section-area h3 small {
        margin: 10px 0 0;
        font-size: 17px;
    }
    #contents .article .section .section-area .section-contents {
        float: none;
        width: 100%;
    }

    /* ´Ù¿î·Îµå ¸®½ºÆ® - °¡·Î¹èÄ¡ ÄÁÅÙÃ÷ ¾È¿¡ ÀÖÀ» °æ¿ì ½ºÅ¸ÀÏ */
    #contents .article .section .section-area .section-contents .file-download-area {
        text-align: center;
    }
    #contents .article .section .section-area .section-contents .file-download-area > li {
        width: 285px;
        height: 140px;
        margin: 0 auto 10px;
        padding: 15px 20px 20px;
        font-size: 15px;
    }
    #contents .article .section .section-area .section-contents .file-download-area.multi > li {
        float: none;
        margin: 0 auto 20px;
    }
    #contents .article .section .section-area .section-contents .file-download-area > li > p {
        width: 245px;
        font-size: 17px;
    }
    #contents .article .section .section-area .section-contents .file-download-area > li > a {
        position: absolute;
        left: 50%;
        bottom: 20px;
        width: 100px;
        height: 32px;
        line-height: 32px;
        margin-left: -50px;
        font-size: 13px;
        border-radius: 32px;
    }

    /* *******************************************************************
        vendors
    ******************************************************************* */
    /* pagenation */
    .pagination {
        margin: 40px 0;
    }
    .pagination > li > a,
    .pagination > li > span {
        padding: 5px 10px;
    }
    .pagination-lg > li > a,
    .pagination-lg > li > span {
        padding: 5px 8px;
        font-size: 12px;
    }
    .pagination-lg > li:first-child > a,
    .pagination-lg > li:first-child > span {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .pagination-lg > li:last-child > a,
    .pagination-lg > li:last-child > span,
    .pagination-lg > li:nth-last-child(2) > a,
    .pagination-lg > li:nth-last-child(2) > span  {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .pagination-sm > li > a,
    .pagination-sm > li > span {
        padding: 5px 8px;
        font-size: 12px;
    }
    .pagination-sm > li:first-child > a,
    .pagination-sm > li:first-child > span {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .pagination-sm > li:last-child > a,
    .pagination-sm > li:last-child > span {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > ÇÐÈ¸°³¿ä > ¼Ò°³
    ******************************************************************* */
    /* ÁÖ¿ä»ç¾÷ */
    #contents .article.about-aik .section.major-business ul > li {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
        padding: 30px;
    }
    .trans-en #contents .article.about-aik .section.major-business ul > li {
        height: auto;
    }
    .trans-en #contents .article.about-aik .section.major-business ul > li > span.ko {
        height: auto;
        margin-bottom: 20px;
    }
    #contents .article.about-aik .section.major-business ul > li:nth-child(3n) {
        margin-right: 0;
    }
    #contents .article.about-aik .section.major-business ul > li > span.icon {
        margin: 0 0 10px;
    }
    #contents .article.about-aik .section.major-business ul > li > span.icon ion-icon {
        font-size: 72px;
    }
    #contents .article.about-aik .section.major-business ul > li > span.ko {
        height: auto;
        margin: 0 0 20px;
    }
    #contents .article.about-aik .section .thm-area img {
        max-width: 100%;
    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > ÇÐÈ¸°³¿ä > CI
    ******************************************************************* */
    /* Á¤±â°£Çà¹° */
    #contents .article.aik-ci .section.publications-info ul > li {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 80px;
        padding: 0;
        border: 0;
    }
    #contents .article.aik-ci .section.publications-info ul > li > span.cover {
        margin: 0 0 20px;
    }
    #contents .article.aik-ci .section.publications-info ul > li > span.cover img {
        margin: 0 auto;
    }
    #contents .article.aik-ci .section.publications-info ul > li > span.ko {
        margin: 0 0 10px;
        font-size: 19px;
    }
    #contents .article.aik-ci .section.publications-info ul > li > span.en {
        height: auto;
        margin: 0 0 10px;
        font-size: 15px;
    }
    #contents .article.aik-ci .section.publications-info ul > li > span.ko-info {
        padding: 10px 20px;
        text-align: center;
        line-height: 1.8;
        font-size: 15px;
        border-radius: 5px;
        background-color: #F1F7FE;
    }

    /* ÇÐ¼ú ¹× Á¤±âÇà»ç */
    #contents .article.aik-ci .section.conference-info ul > li {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
        padding: 30px;
    }
    #contents .article.aik-ci .section.conference-info ul > li.short {
        height: auto;
    }
    #contents .article.aik-ci .section.conference-info ul > li > span.ko-title {
        margin: 0 0 5px;
        font-size: 21px;
    }
    #contents .article.aik-ci .section.conference-info ul > li > span.en-title {
        height: auto;
        font-size: 15px;
        margin-bottom: 20px;
    }
    #contents .article.aik-ci .section.conference-info ul > li > span.ko-info {
        margin: 0 0 10px;
        font-size: 15px;
    }
    #contents .article.aik-ci .section.conference-info ul > li > span.en-info {
        font-size: 14px;
    }

    /* CI ¹× È«º¸ÀÚ·á */
    #contents .article.aik-ci .section.ci-area p.thm {
        margin-bottom: 60px;
    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > ¿¬Çõ
    ******************************************************************* */
    #contents .article.history .history-section {
        margin-top: 50px;
    }
    #contents .article.history .history-section .history-area > li:first-child {
        padding-top: 30px;
        background: url(/images/pages/pages_introduce/icon_aik.png) -1px top no-repeat;
    }
    #contents .article.history .history-section .history-area > li  > .thm-area {
        display: none;
    }
    #contents .article.history .history-section .history-area > li  > .history-list {
        float: none;
        width: 100%;
        padding: 0 0 60px;
        border-left: 2px solid #59116B;
    }
    #contents .article.history .history-section .history-area > li:first-child > .history-list {
        padding: 60px 0;
    }
    #contents .article.history .history-section .history-area > li  > .history-list h3 {
        margin: 0 0 20px;
        padding-left: 30px;
    }
    #contents .article.history .history-section .history-area > li  > .history-list > ul {
        padding-left: 30px;
    }
    #contents .article.history .history-section .history-area > li  > .history-list > ul > li .conts {
        padding-left: 60px;
    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > ÀÓ¿ø
    ******************************************************************* */
    #contents .article.board-members .organization-area {
        margin-bottom: 60px;
    }
    #contents .article.board-members .organization-area h3 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    #contents .article.board-members .organization-area .org-group dl {
        width: 100%;
        margin: 0 0 40px;
    }
    #contents .article.board-members .organization-area .org-group dl dt img {
        width: 120px;
        height: 160px;
        margin: 0 0 10px;
    }
    #contents .article.board-members .organization-area .org-group dl dd b  {
        font-size: 17px;
    }
    #contents .article.board-members .organization-area .org-group dl dd strong {
        font-size: 19px;
    }
    #contents .article.board-members .organization-area .org-group dl dd small {
        font-size: 15px;
    }
    #contents .article.board-members .organization-area .director-list li {
        float: none;
        width: 100%;
    }
    #contents .article.board-members .organization-area .director-list li .name {
        padding: 10px 10px 0;
        font-size: 19px;
    }
    #contents .article.board-members .organization-area .director-list li .sosok {
        padding: 0 10px 10px 10px;
        font-size: 15px;
    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > À§¿øÈ¸ ¹× ºÎ¼³±â°ü > ºÎ¼³±â°ü
    ******************************************************************* */
    #contents .article.affiliated-organ ul.list-disc li {
        float: none;
        width: 100%;
    }
    #contents .article.affiliated-organ td ion-icon {
        font-size: 46px;
    }
    #contents .article.affiliated-organ td span.icon {
        width: 64px;
        height: 64px;
    }
    #contents .article.affiliated-organ td span.icon.homepage {
        border-radius: 32px;
    }
    #contents .article.affiliated-organ td span.icon.homepage ion-icon {
        font-size: 46px;
    }
    #contents .article.affiliated-organ td span.btn-area a {
        padding: 5px 10px;
        font-size: 12px;
    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > Á¤°ü ¹× Á¦±ÔÁ¤
    ******************************************************************* */
    #contents .article.regulations {

    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > ÁöÈ¸ ¹× »ç¹«±¹ > ÁöÈ¸
    ******************************************************************* */
    #contents .article.branch .branch-list {
        margin: 50px 0 0;
    }
    #contents .article.branch .branch-list > li {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
        padding: 30px;
        text-align: center;
        border: 1px solid #dfdfdf;
        background: #F1F7FE url(/images/main/bg_publication_blue.png) -60px 50% no-repeat;
        background-size: 285px;
    }
    #contents .article.branch .branch-list > li:nth-child(4n) {
        margin: 0 0 30px 0;
    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > ÁöÈ¸ ¹× »ç¹«±¹ > »ç¹«±¹
    ******************************************************************* */
    #contents .article.office .contact-info-list {
        margin: 0 0 20px;
        padding: 20px;
        text-align: center;
        background-color: #F1F7FE;
    }
    #contents .article.office .contact-info-list li {
        width: 100%;
        margin: 0 0 10px;
        padding: 15px;
    }
    #contents .article.office .contact-info-list li:last-child {
        margin: 0;
    }
    /* *******************************************************************
        	ÇÐÈ¸¾È³» > °ÇÃà¼¾ÅÍ ´ë°ü
       ******************************************************************* */
    .center-rental .rental-list,
    .center-rental .img-area {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    #contents .article.center-rental .section h4 {
        text-align: center;
    }
    .center-rental .img-area img {
        width: 100%;
    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > È¸¿ø/¿¬°£ÈÄ¿ø»ç > È¸¿ø ¹× °¡ÀÔ
    ******************************************************************* */
    #contents .article.regular-member h3 {
        margin-top: 60px;
    }
    .membership-button .buttons-group {
        margin: 60px 0 0;
    }
    .membership-button .buttons-group li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        letter-spacing: -0.45px;
    }

    /* join-process */
    .join-process > ul > li {
        float: left;
        width: 40%;
        height: 60px;
        line-height: 54px;
        margin: 0 0 10px;
        padding: 0;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: #333;
        border: 3px solid #6F4DCB;
    }
    .join-process > ul.long > li {
        width: 100%;
        height: 120px;
    }
    .join-process > ul.long > li.mobile-long-60 {
        height: 60px;
        line-height: 60px;
    }
    .join-process > ul > li small {
        top: -20px;
        line-height: 1.4;
        font-size: 12px;
    }
    .join-process > ul > li.wide {
        width: 100%;
        margin: 0;
    }
    .join-process > ul > li.divide {
        width: 30px;
        line-height: 60px;
        font-size: 14px;
    }
    .join-process > ul.long > li.divide {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0;
    }

    /* *******************************************************************
        ÇÐÈ¸¾È³» > È¸¿ø/¿¬°£ÈÄ¿ø»ç > ÈÄ¿ø»ç
    ******************************************************************* */
    .sponsors-divline {
        margin: 60px 0 80px;
    }
    #contents .article.sponsor .sponsors-list {
        margin: 0 auto;
        text-align: center;
    }
    #contents .article.sponsor .sponsors-list > ul > li {
        float: none;
        display: inline-block;
        width: 132.5px;
        margin: 0 20px 20px;
    }
    #contents .article.sponsor .sponsors-list.bronze > ul > li {
        height: 54px;
    }
    #contents .article.sponsor .sponsors-list > ul > li a img {
        max-width: 100%;
    }
    #contents .article.sponsor .sponsors-list > ul > li:nth-child(8n) {
        margin-right: 20px;
    }
    #contents .article.sponsor .sponsors-list > ul > li > a .sample-text {
        padding-top: 10px;
        font-size: 17px;
        height: 58px;
        width: 142px;
    }

    /* ÇÃ·¡Æ¼³Ñ */
    #contents .article.sponsor .sponsors-list.platinum > ul > li {
        float: none;
        width: 285px;
        margin: 0 auto 20px;
    }
    #contents .article.sponsor .sponsors-list.platinum > ul > li:nth-child(4n) {
        margin-right: auto;
    }

    /* °ñµå */
    #contents .article.sponsor .sponsors-list.gold > ul > li {
        float: none;
        width: 224px;
        margin: 0 auto 20px;
    }
    #contents .article.sponsor .sponsors-list.gold > ul > li:nth-child(5n) {
        margin-right: auto;
    }

    /* ½Ç¹ö */
    #contents .article.sponsor .sponsors-list.silver > ul > li {
        float: left;
        width: 50%;
        margin: 0 0 10px;
        padding: 0 5px 0 0;
    }
    #contents .article.sponsor .sponsors-list.silver > ul > li:nth-child(2n) {
        margin-right: 0;
        padding: 0 0 0 5px;
    }

    /* Çà»ç ÈÄ¿ø */
    #contents .article.sponsor .sponsors-list.event {
        /*padding-top: 60px;*/
        /*padding-bottom: 100px;*/
    }
    #contents .article.sponsor .sponsors-list.event h4 {
        width: auto;
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 24px;
    }

    /* *******************************************************************
        ÁÖ¿äÈ°µ¿ > Á¤±â°£Çà¹°
    ******************************************************************* */
    #contents .article.publications .publication-area {
        margin: 0 0 80px;
    }
    #contents .article.publications .publication-area h3 {
        margin: 0 0 30px;
        text-align: center;
        line-height: 1.4;
    }
    #contents .article.publications .publication-area .thm {
        float: none;
        width: 225px;
        height: 300px;
        margin: 0 auto 30px;
    }
    #contents .article.publications .publication-area .info-area {
        float: none;
        width: 100%;
        height: auto;
    }
    #contents .article.publications .publication-area .info-area > ul {
        list-style: disc;
        padding-left: 20px;
        text-align: center;
    }
    #contents .article.publications .publication-area .info-area > ul > li {
        margin: 0 0 10px;
        text-align: left;
    }
    #contents .article.publications .publication-area .info-area > ul > li.highlight {
        display: inline-block;
        margin: 0 0 20px;
        padding: 5px 10px;
        font-size: 13px;
    }
    #contents .article.publications .publication-area .info-area .btn-area {
        position: static;
        margin: 20px 0 0;
        padding: 0;
    }
    #contents .article.publications .publication-area .info-area .btn-area > a {
        display: inline-block;
        margin: 3px;
        padding: 8px 10px;
        font-size: 13px;
    }

    /*modal-popup*/
    #contents .article.publications .modal {
        z-index: 9999;
    }
    #contents .article.publications .modal-content h5 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
    }

    /* *******************************************************************
        ÁÖ¿äÈ°µ¿ > ÇÐ¼úÇà»ç > ÇÐ¼ú¹ßÇ¥´ëÈ¸
    ******************************************************************* */
    .conference-list {
        padding: 50px 0;
    }
    .info-box + .conference-list {
        padding: 0 0 50px;
    }
    .conference-list dt {
        float: none;
        margin: 0 auto 30px;
        text-align: center;
    }
    .conference-list dt img {
        width: 200px;
        height: auto;
        margin: 0;
    }
    .wide-img .conference-list dt img {
        margin-right: 0;
    }
    .conference-list dd h5 {
        margin: 0 0 20px;
        font-size: 19px;
    }
    .conference-list dd ul {
        padding-left: 0 !important;
    }
    .conference-list dd ul.plan {
        margin: 0 0 10px !important;
        padding-left: 0 !important;
        list-style: none;
        font-size: 15px;
    }
    .conference-list.conts-short dd ul.plan {
        margin: 0 0 30px !important;
    }
    .conference-list dd ul.plan li {
        margin-bottom: 20px;
    }
    .conference-list dd ul.plan .label {
        display: block;
        width: 72px;
        height: 24px;
        line-height: 24px;
        margin: 0 0 5px 0;
        font-size: 13px;
    }
    .conference-list dd ul.plan li:last-child .label {
        float: none;
    }
    .conference-list.conts-long dd ul.plan li:last-child .label {
        margin: 0 0 5px 0;
    }
    .conference-list dd ul.plan li:last-child .conts {
        float: none;
        display: block;
        width: 100%;
    }
    .conference-list dd ul.link {
        margin: 0;
        list-style: none;
        text-align: right;
    }
    .conference-list.conts-short dd ul.link {
        position: static;
        margin: 0;
        list-style: none;
        text-align: right;
    }
    .conference-list dd ul.link li {
        display: inline-block;
        margin: 0 0 5px 2px;
    }
    .conf-intro {
        font-size: 15px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    /* *******************************************************************
        AIK's ¾ÆÄ«ÀÌºê > ¿ø¹®¼­ºñ½º > ´ëÇÑ°ÇÃàÇÐÈ¸³í¹®Áý
    ******************************************************************* */
    .article.archive-aik-journal {
        padding-bottom: 50px;
    }
    .article.archive-aik-journal .paper-list > li {
        display: inline-block;
        margin: 0 25px 40px;
    }

    /* *******************************************************************
        AIK's ¾ÆÄ«ÀÌºê > ¿ø¹®¼­ºñ½º > ÇÐ¼ú¹ßÇ¥´ëÈ¸³í¹®Áý
    ******************************************************************* */
    .article.archive-conference-journal {
        padding-bottom: 50px;
    }
    .article.archive-conference-journal .paper-list > li {
        margin: 0 25px 40px;
    }

    /* *******************************************************************
        AIK's ¾ÆÄ«ÀÌºê > °ÇÃàµµ¼­ > ÇÐÈ¸¹ßÇàµµ¼­
    ******************************************************************* */

    /*------------------------------
        ÇÐÈ¸µµ¼­ ¾È³» - ¸®½ºÆ®
    ------------------------------*/
    .article.aik-book .book-list > ul > li {
        margin: 0 0 50px;
        padding: 0 0 50px;
    }
    .article.aik-book .book-list > ul > li:last-child {
        margin: 0 0 20px;
    }

    /* Ç¥Áö */
    .article.aik-book .book-list > ul > li > .cover {
        float: none;
        width: 200px;
        margin: 0 auto 30px;
    }

    /* Ã¥¼Ò°³ */
    .article.aik-book .book-list > ul > li > .book-info {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .article.aik-book .book-list > ul > li > .book-info .title a {
        line-height: 1.3;
        font-size: 21px;
    }
    #contents .article.aik-book .book-list > ul > li > .book-info .author {
        font-size: 14px;
    }
    #contents .article.aik-book .book-list > ul > li > .book-info .etc {
        margin: 0 0 20px;
        font-size: 14px;
    }
    .article.aik-book .book-list > ul > li > .book-info .txt {
        font-size: 15px;
    }
    .article.aik-book .book-list > ul > li > .book-info .btn-area a {
        margin-top: 2px;
        padding: 5px 20px;
        font-size: 15px;
    }

    /*------------------------------
        ÇÐÈ¸µµ¼­ ¾È³» - »ó¼¼
    ------------------------------*/
    .article.aik-book .book-view .title {
        margin: 0 0 40px !important;
        font-size: 28px;
    }
    .article.aik-book .book-view > ul > li {
        margin: 0 0 50px;
        padding: 0 0 50px;
    }
    .article.aik-book .book-view > ul > li:last-child {
        margin: 0 0 20px;
    }

    /* Ç¥Áö */
    .article.aik-book .book-view > ul > li > .cover {
        float: none;
        width: 200px;
        margin: 0 auto 30px;
    }
    .article.aik-book .book-view > ul > li > .cover > a.btn-order {
        padding: 5px 10px;
        font-size: 15px;
    }

    /* Ã¥¼Ò°³ */
    .article.aik-book .book-view > ul > li > .book-info {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .article.aik-book .book-view > ul > li > .book-info p {
        margin: 0 0 10px !important;
    }
    .article.aik-book .book-view > ul > li > .book-info p b {
        margin: 0 10px 0 0;
    }
    .article.aik-book .info {
        line-height: 1.68;
        font-size: 15px;
    }

    /* *******************************************************************
        News > ÁÖ¿äÀÏÁ¤
    ******************************************************************* */
    .article.major-schedule {

    }
    #contents .article.major-schedule .section:first-child {
        padding: 40px 0;
    }

    .article.major-schedule #fullcalendar h2 {
        position: relative;
        top: 35px;
        margin: 0;
        font-size: 21px;
    }
    .article.major-schedule #fullcalendar {

    }
    .article.major-schedule .fc-view-container {
        font-size: 13px;
    }
    .article.major-schedule #fullcalendar .fc-toolbar.fc-header-toolbar {
        margin-bottom: 40px;
    }
    .fc-unthemed .fc-list-empty {
        padding: 20px;
    }
    .fc-head-container.fc-widget-header,
    .fc-day-header.fc-widget-header.fc-sun,
    .fc-day-header.fc-widget-header.fc-sat {
        border-top: 2px solid #6F4DCB;
        background-color: #F1F7FE !important;
    }
    .fc-row.fc-widget-header table thead tr th {
        padding: 10px 0;
    }

    /* Åä¿äÀÏ */
    .article.major-schedule .fc-sat {
        /*background-color: #f3f8fc;*/
    }
    .article.major-schedule .fc-sat .fc-day-number {
        color: #6060FF;
    }

    /* ÀÏ¿äÀÏ */
    .article.major-schedule .fc-sun {
        /*background-color: #fff4f2;*/
    }
    .article.major-schedule .fc-sun .fc-day-number {
        color: #FF7376;
    }

    /* ÀÌº¥Æ® */
    .article.major-schedule .fc-event {
        margin-top: 2px;
        border-radius: 2px;
        cursor: pointer;
    }

    /* *******************************************************************
        ³í¹®Åõ°í > JAABE
    ******************************************************************* */
    .article.jaabe p {

    }

    /* *******************************************************************
        ETC
    ******************************************************************* */

    /*table*/
    #contents .tb-basic {
        margin: 0;
    }
    #contents .tb-basic th {
        padding: 15px;
        font-size: 14px;
    }
    #contents .tb-basic thead th {
        border-bottom: 1px solid #dfdfdf;
        background-color: #f4f4f4;
    }
    #contents .tb-basic tbody td {
        padding: 15px;
        font-size: 14px;
    }

    /* ´Ù¿î·Îµå ¸®½ºÆ® */
    .download-list02 {
        padding: 10px 15px;
    }
    .download-list02 li {
        line-height: 1.4;
        margin: 0 0 10px;
        padding: 0 0 10px;
        font-size: 14px;
    }
    .download-list02 li:last-child {
        margin: 0;
    }
    .download-list02 li a {
        float: none;
        display: block;
        margin-top: 5px;
        width: 120px;
        line-height: 23px;
        font-size: 13px;
    }
    .download-list02 .btn-download i {
        padding-right: 10px;
    }

}

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

}

@media print {

}
