﻿@charset "utf-8";

/* PC */
@media screen and (min-width: 1025px) {
    /****************************************
    01. common style
    ****************************************/
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    /****************************************
    01. common style
    ****************************************/
}

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

}

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

    /* *******************************************************************
        main-spot-area : 메인 배너
    ******************************************************************* */
    .main-spot-area {
        position: relative;
        height: auto;
        padding: 0;
    }
    .main-spot-area .inner-wrap {
        visibility: hidden;
        width: 100%;
    }
    .main-spot-area ul {

    }
    .main-spot-area ul li {
        position: relative;
        width: 100%;
        height: auto;
    }
    .main-spot-area ul li .inner {
        height: auto;
        margin: 0 auto;
    }
    .main-spot-area .bx-wrapper .bx-viewport {
        background: transparent;
    }
    .main-spot-area .controls-arrow {
        position: absolute;
        top: 40%;
    }
    .main-spot-area .controls-arrow {

    }
    .main-spot-area .controls-arrow a {
        display: block;
        width: 64px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        border-radius: 64px;
        background: rgba(200,200,200,0.45);
    }
    .main-spot-area .controls-arrow a i {
        font-size: 48px;
        color: rgba(255,255,255,0.45);
    }
    .main-spot-area .controls-arrow a.bx-next i {
        padding-left: 5px;
    }
    .main-spot-area .controls-arrow a.bx-prev i {
        padding-right: 5px;
    }
    .main-spot-area .controls-arrow a:hover {
        background: rgba(21,120,196,0.75);
    }
    .main-spot-area .controls-arrow a:hover i {
        color: rgba(255,255,255,0.75);
    }
    .main-spot-area .prev-arrow {
        left: 50px;
    }
    .main-spot-area .next-arrow {
        right: 50px;
    }
    .main-spot-area .bx-wrapper .bx-pager,
    .main-spot-area .bx-wrapper .bx-controls-auto {
        top: auto;
        bottom: 20px;
    }
    .main-spot-area .bx-wrapper .bx-pager.bx-default-pager a {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 10px;
        vertical-align: middle;
        background: #fff;
        border-radius: 100%;
    }
    .main-spot-area .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .main-spot-area .bx-wrapper .bx-pager.bx-default-pager a.active {
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        background: transparent;
        border-radius: 100%;
    }

    /* *******************************************************************
        메인컨텐츠
    ******************************************************************* */
    .main-contents {
        padding: 0;
    }

    /* *******************************************************************
        main-news-horizen : 공지사항
    ******************************************************************* */
    .main-news-horizen {
        width: 100%;
        height: auto;
        padding: 30px 20px 40px;
        line-height: 1.5;
    }
    .main-news-horizen .inner-wrap {
        visibility: hidden;
        padding: 0;
        border: 0;
    }
    .main-news-horizen .inner-wrap h3 {
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 20px;
        padding: 0;
        line-height: 1.1;
        background: none;
    }
    .main-news-horizen .inner-wrap h3 a {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        font-size: 17px;
        color: #fff;
        border-radius: 2px;
        background-color: #025bbc;
    }
    .main-news-horizen .inner-wrap .more {
        display: none;
    }
    .main-news-horizen .inner-wrap .more:hover {
        background-color: #494db8;
    }
    .main-news-horizen .inner-wrap .notice-bd-area {
        float: none;
        width: auto;
        padding: 5px 0 0;
    }
    .main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid {
        margin: 0;
        padding: 0;
    }
    .main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li {
        position: relative;
        width: auto;
        height: auto;
        padding-left: 0;
    }
    .main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li a,
    .main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li p.empty {
        width: 86%;
        height: auto;
        padding-left: 0;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }
    .main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li span {
        display: none;
    }
    .main-news-horizen .inner-wrap .prev-arrow {
        top: -10px;
        right: 10px;
    }
    .main-news-horizen .inner-wrap .next-arrow {
        bottom: -5px;
        right: 10px;
    }
    .main-news-horizen .inner-wrap .controls-arrow a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align :center;
        border: 1px solid #dfdfdf;
        background-color: #fff;
    }

    /* ==================================================================================
        진행중인 강좌
    ================================================================================== */
    .lecture-list-area h3 {
        margin: 0 0 40px;
        font-size: 24px;
    }
    .lecture-list-area ul.lecture-list > li {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 20px;
    }
    .lecture-list-area ul.lecture-list > li:nth-child(3n) {
        margin-right: 0;
    }
    .lecture-list-area ul.lecture-list > li > a {
        display: block;
        box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    }
    .lecture-list-area ul.lecture-list > li > a > .thm-area {
        height: auto;
    }
    .lecture-list-area ul.lecture-list > li > a > .thm-area > img {
        width: 100%;
    }
    .lecture-list-area ul.lecture-list > li > a > .title-area {
        height: auto;
        padding: 15px;
    }
    .lecture-list-area ul.lecture-list > li > a > .title-area p {
        height: auto;
        line-height: 1.5;
        font-size: 15px;
    }
    .lecture-list-area .btn-area {
        margin: 20px 0 40px;
    }

    /* ==================================================================================
        Contact us
    ================================================================================== */
    .contact-area {
        padding: 40px 20px;
    }
    .contact-area .inner-wrap {
        height: auto;
        text-align: center;
        background: none;
    }
    .contact-area .inner-wrap h3 {
        display: block;
        margin: 0 0 30px;
        line-height: 1;
        text-align: center;
        font-size: 24px;
    }
    .contact-area .inner-wrap .info-text {
        display: block;
    }
    .contact-area .inner-wrap .info-text ul {
        margin: 5px 0 15px;
    }
    .contact-area .inner-wrap .info-text ul li:first-child {
        margin: 0 0 20px;
        font-size: 17px;
    }
    .contact-area .inner-wrap .info-text ul li {
        display: block;
        margin: 0 0 10px;
        font-size: 15px;
        font-weight: 500;
    }
    .contact-area .inner-wrap .info-text ul li:after {
        display: none;
    }
    .contact-area .inner-wrap .info-text p {
        margin-top: 20px;
        padding: 0 40px;
        line-height: 1.5;
        font-size: 14px;
        word-break: keep-all;
    }

}

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





}

@media print {

}
