@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Noto Sans KR', 'Oswald', sans-serif;
    color: #333333;
}

#wrap {
    width: 100%;
    margin: 0 auto;
}

.area_inner {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.screen-out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 사이드바 네비 */

.sidenav-overlay {
    background: rgba(0, 0, 0, .6) !important;
}

.navi_m .toggle {
    color: #333333;
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 30px;
    z-index: 110;
}

.navi_m .sidenav {
    width: 210px;
    box-sizing: border-box;
    background: #333333;
    left: unset !important;
    right: 0;
    transform: translate(210px, 0);
    font-size: 15px;
    font-weight: 400;
    z-index: 111 !important;
}

.navi_m .sidenav-brand {
    background: #2c3fa1;
    border-bottom: 0;
    height: 40px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.navi_m .sidenav-brand-gnb {
    display: inline-block;
}

.navi_m .sidenav-brand-gnb li, .navi_m .sidenav-brand-gnb li a {
    color: #ffffff;
    float: left;
}

.navi_m .sidenav-brand-gnb li:after {
    content: '';
    background-color: #556bdd;
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 11px;
}

.navi_m .sidenav-brand-gnb li:last-child:after {
    display: none;
    margin-right: 0;
}

.navi_m .sidenav-menu > li {
    border-bottom: 1px solid #444444;
}

.navi_m .sidenav-menu a {
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
    box-sizing: border-box;
    color: #bbbbbb;
}

.navi_m .sidenav-menu a:hover {
    background: unset;
    color: #ffffff;
}

.navi_m .sidenav-link-title {
    padding: 0;
}

.navi_m .sidenav-dropdown-icon, .navi_m .sidenav-link-icon {
    top: 1px;
    font-size: 20px;
}

.navi_m .sidenav-dropdown a {
    background: #222222;
    color: #757575;
}

.navi_m .sidenav-dropdown > li {
    border-bottom: 1px solid #303030;
}

.navi_m .sidenav-dropdown > li:last-child {
    border-bottom: 0;
}

.navi_m .sidenav-dropdown, .navi_m .sidenav-header {
    border-bottom: 0;
}

.navi_m .depth_03 li a {
    text-indent: 10px;
    background: #111111;
}

#header {
    z-index: 911;
    width: 100%;
    display: block;
}

.gnb {
    width: 100%;
    display: block;
    height: 35px;
    box-sizing: border-box;
    position: relative;
    background: #ff802c;
    background: -moz-linear-gradient(left, #ff802c 0%, #ff802c 47%, #364ab8 67%, #364ab8 100%);
    background: -webkit-linear-gradient(left, #ff802c 0%, #ff802c 47%, #364ab8 67%, #364ab8 100%);
    background: linear-gradient(to right, #ff802c 0%, #ff802c 47%, #364ab8 67%, #364ab8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff802c', endColorstr='#364ab8', GradientType=1);
    z-index: 94;
}

.gnb_list {
    position: absolute;
    right: 0;
    top: 10px;
}

.gnb_list li {
    display: inline-block;
    float: left;
}

.gnb_list li, .gnb_list li a {
    font-size: 13px;
    color: #ffffff;
}

.gnb_list li a:hover {
    text-decoration: underline;
}

.gnb_list li:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #ff7c1b;
    margin: 0 10px;
}

.gnb_list > li:first-child:before {
    width: 0;
    margin: 0;
}

.head {
    width: 100%;
    display: block;
    height: 100px;
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
    z-index: 93;
}

.main_logo {
    position: absolute;
    left: 0;
    top: 20px;
}

.lnb {
    position: absolute;
    right: 0;
    top: 40px;
}

.lnb_list > li {
    display: inline-block;
    float: left;
    padding-left: 75px;
}

.lnb_list > li:first-child {
    padding-left: 0;
}

.lnb_list > li, .lnb_list > li a {
    font-size: 19px;
    color: #333333;
    text-decoration: none;
}

.lnb_list > li:hover, .lnb_list > li a:hover {
    color: #364ab8;
}

.blind_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 90;
}

.snb_list {
    position: absolute;
    width: 145px;
    top: 30px;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    z-index: 101;
}

.snb_list li, .snb_list li a {
    font-size: 13px;
    color: #333333;
    position: relative;
    font-weight: 300;
    padding-top: 15px;
}

.snb_list li:hover, .snb_list li a:hover {
    text-decoration: underline;
    color: #333333;
}

.snb_bg {
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: 105px;
    z-index: 92;
    height: 0;
}

.main_top_area {
    width: 100%;
    display: block;
    background-color: #d9dbe1;
}

.main_bn_area {
    position: relative;
}

.main_bn_m {
    display: none;
}

.main_bn, .main_bn_m, .sub_bn, .sub_link_bn_01_list li, .sub_link_bn_02_list li {
    box-shadow: 0 0 8px #ddd;
}

.main_bn, .sub_bn {
    margin-top: 45px;
}

.main_bn {
    display: inline-block;
    width: 895px;
    height: 340px;
    box-sizing: border-box;
    float: left;
}

.main_bn h2 {
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    padding: 30px 50px 30px 35px;
    font-family: 'Oswald', 'Noto Sans KR', sans-serif;
    font-size: 37px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    color: #364ab8;
    border: 7px solid #364ab8;
    top: 50px;
    left: 50px;
}

.main_bn .bx-wrapper {
    box-shadow: none !important;
    border: 0 !important;
    background: #fff;
    margin-bottom: 0;
}

.main_bn .bx-controls {
    position: absolute;
    bottom: 25px;
    left: 30px;
}

.main_bn .bx-wrapper .bx-pager, .main_bn .bx-wrapper .bx-controls-auto {
    position: relative;
    display: inline-block;
    float: right;
    width: auto !important;
    top: 0;
}

.main_bn .bx-wrapper .bx-pager-item, .main_bn .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    vertical-align: top !important;
}

.main_bn .bx-wrapper .bx-pager {
    padding-top: 0 !important;
}

.main_bn .bx-wrapper .bx-controls-auto .bx-start, .main_bn_m .bx-wrapper .bx-controls-auto .bx-start {
    background: url("../images/main_slider_btn_play.png") no-repeat 0 0 !important;
    width: 14px;
    height: 14px;
    margin: 0 5px !important;
}

.main_bn .bx-wrapper .bx-controls-auto .bx-stop, .main_bn_m .bx-wrapper .bx-controls-auto .bx-stop {
    background: url("../images/main_slider_btn_pause.png") no-repeat 0 0 !important;
    width: 14px;
    height: 14px;
}

.main_bn .bx-wrapper .bx-pager.bx-default-pager a, .main_bn_m .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 3px solid #364ab8;
    background: transparent;
}

.main_bn .bx-wrapper .bx-pager.bx-default-pager a:hover, .main_bn .bx-wrapper .bx-pager.bx-default-pager a.active, .main_bn .bx-wrapper .bx-pager.bx-default-pager a:focus,
.main_bn_m .bx-wrapper .bx-pager.bx-default-pager a:hover, .main_bn_m .bx-wrapper .bx-pager.bx-default-pager a.active, .main_bn_m .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #364ab8;
}

.sub_link_bn_01_list li:first-child {
    margin-left: 0;
}

.sub_bn {
    background: url("../images/main_subbn_bg.jpg") no-repeat 0 0;
    text-shadow: 1px 1px 1px #000000;
    position: relative;
    width: 285px;
    height: 340px;
    float: left;
    box-sizing: border-box;
    margin-left: 20px;
}

.sub_bn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 25px;
    box-sizing: border-box;
}

.sub_link_bn_01_list li, .sub_link_bn_02_list li {
    margin-left: 20px;
    margin-top: 20px;
}

.sub_bn .sub_bn_text_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 35px 25px 0 25px;
}

.sub_bn .sub_bn_text_02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px 30px 25px;
}

.sub_bn .sub_bn_text_01 em {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fda063;
}

.sub_bn .sub_bn_text_01 p {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 29px;
    word-break: keep-all;
    color: #ffffff;
    line-height: 1.35;
    margin-top: 10px;
}

.sub_bn .sub_bn_text_02 span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.sub_bn .sub_bn_text_02 strong {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #aab8ff;
    margin-top: 10px;
}

.sub_bn .sub_bn_text_02:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #aab8ff;
    margin-bottom: 10px;
}

.sub_link_bn_01 {
    float: left;
}

.sub_link_bn_01_list li {
    float: left;
}

.sub_link_bn_01_list li, .sub_link_bn_01_list li > a {
    box-sizing: border-box;
    position: relative;
    color: #333333;
}

.sub_link_bn_01_list li {
    display: inline-block;
    width: 285px;
    height: 284px;
}

.sub_link_bn_01_list li > a {
    display: block;
    width: 100%;
    height: 100%;
}

.sub_link_bn_01_list li:nth-child(1) {
    background: #ffffff url("../images/main_link_bn_st1_bg1.png") no-repeat 81% 85%;
}

.sub_link_bn_01_list li:nth-child(2) {
    background: #ffffff url("../images/main_link_bn_st1_bg2.png") no-repeat 85% 85%;
}

.sub_link_bn_01_list li:nth-child(3) {
    background: #ffffff url("../images/main_link_bn_st1_bg3.png") no-repeat 81% 85%;
}

.sub_link_bn_01_list li div {
    font-weight: 400;
    position: absolute;
    padding: 30px 30px 60px 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.sub_link_bn_01_list li p {
    font-size: 30px;
    word-break: keep-all;
    margin-top: 15px;
}

.sub_link_bn_01_list li b {
    font-size: 15px;
    font-weight: 600;
    color: #364ab8;
}

.sub_link_bn_01_list li .sub_link_bn_btn {
    display: inline-block;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    background-color: #364ab8;
    position: absolute;
    bottom: 28px;
    left: 25px;
}

.sub_link_bn_02 {
    float: left;
}

.sub_link_bn_02_list li, .sub_link_bn_02_list li a {
    position: relative;
    color: #ffffff;
    box-sizing: border-box;
}

.sub_link_bn_02_list li {
    display: block;
    width: 285px;
    height: 132px;
}

.sub_link_bn_02_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.sub_link_bn_02_list li a {
    padding: 35px 25px 10px;
}

.sub_link_bn_02_list b {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.sub_link_bn_02_list p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-top: 10px;
}

.sub_link_bn_02_list li:nth-child(1) {
    background: #364ab8 url("../images/main_link_bn_st2_bg1.png") no-repeat 105% 55%;
}

.sub_link_bn_02_list li:nth-child(2) {
    background: #ff802c url("../images/main_link_bn_st2_bg2.png") no-repeat 110% 55%;
}

.sub_menu {
    clear: both;
    margin-top: 45px;
    position: relative;
}

.sub_menu_list li {
    border-left: 1px solid #666666;
    width: 25%;
    display: block;
    background-color: #555555;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.sub_menu_list li:hover {
    background-color: #364ab8;
}

.sub_menu_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.sub_menu_list li, .sub_menu_list li a {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}

.main_bottom_area {
    padding-bottom: 50px;
}

.latest_area {
    display: block;
}

.latest {
    width: 265px;
    float: left;
    margin-right: 40px;
    margin-top: 50px;
}

.latest_title {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
}

.latest_title h2 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 400;
}

.latest_title i {
    font-size: 18px;
    color: #333333;
    position: absolute;
    right: 0;
    top: 0;
}

.latest_list li {
    padding-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.latest_list li:first-child {
    padding-top: 0;
}

.latest_list li, .latest_list li a {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
}

.latest_list li a:hover {
    text-decoration: underline;
}

.schedule {
    margin-top: 50px;
    float: left;
    width: 590px;
    height: 210px;
    display: inline-block;
}

.schedule_title {
    display: inline-block;
    width: 110px;
    background-color: #18b1b1;
    text-align: center;
    float: left;
    height: 100%;
    box-sizing: border-box;
}

.schedule_title i {
    font-size: 70px;
    color: #ffffff;
    margin: 30px 0 10px 0;
}

.schedule_title h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    padding: 0 10px;
    word-break: keep-all;
}

.schedule_cont {
    display: inline-block;
    background-color: #f5f9f9;
    border: 2px solid #18b1b1;
    border-left: 0;
    width: 480px;
    height: 100%;
    box-sizing: border-box;
    float: left;
    padding: 20px;
}

.schedule_list dt, .schedule_list dd {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    overflow: hidden;
    cursor: pointer;
}

.schedule_list dt:first-of-type, .schedule_list dd:first-of-type {
    margin-top: 0;
}

.schedule_list dt {
    float: left;
    display: inline-block;
}

.schedule_list dd:after {
    float: left
}

.schedule_list dt:before {
    clear: both;
    content: '';
    width: 2px;
    height: 2px;
    background-color: #18b1b1;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.schedule_list dd {
}

.schedule_list dd p {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.schedule_list dd strong {
    color: #18b1b1;
    font-weight: 500;
}

#main_link {
    clear: both;
    display: block;
    margin-top: 50px;
    width: 100%;
    position: relative;
}

#main_link .link_arrow {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
    background: transparent;
    z-index: 999;
}

#main_link .link_arrow:hover {
    color: #364ab8;
}

#main_link .button-prev {
    left: 0 !important;
}

#main_link .button-next {
    right: 0 !important;
}

#main_link .bx-prev {
    background: url("../images/main_link_btn_prev.png") no-repeat top left;
    display: inline-block;
    width: 30px;
    height: 30px;
}

#main_link .bx-prev:hover {
    background: url("../images/main_link_btn_prev_h.png") no-repeat top left;
}

#main_link .bx-next {
    background: url("../images/main_link_btn_next.png") no-repeat top right;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#main_link .bx-next:hover {
    background: url("../images/main_link_btn_next_h.png") no-repeat top right;
}

#main_link .slider-section {
    height: 60px;
    position: relative;
    overflow: hidden;
}

#main_link .bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin: 0 auto;
}

#main_link .bxslider {
    position: absolute;
    top: 0;
}

#main_link .bx-wrapper img {
    display: inline-block;
}

#main_link .bxslider .slide-img {
    display: table;
}

#main_link .bxslider .slide-img a {
    width: 100%;
    height: 60px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    text-align: center;
    transition: border .1s ease-in;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#main_link .bxslider .slide-img a:hover {
    border: 1px solid #364ab8;
    cursor: pointer;
}

#footer {
    display: block;
    width: 100%;
    border-top: 1px solid #dddddd;
}

#footer h2 {
    display: inline-block;
    padding: 30px 50px 0 0;
    float: left;
}

.footer_info {
    float: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.9;
    color: #888888;
    padding: 30px 0;
    word-break: keep-all;
}

.info_m {
    display: none;
}

.text_bar {
    width: 1px;
    height: 10px;
    background-color: #cccccc;
    display: inline-block;
    margin: 0 10px;
}

.copyright {
    font-size: 11px;
    margin-top: 10px;

}

@media all and (min-width: 1024px) {
    .navi_m {
        display: none;
    }
}

@media all and (max-width: 1023px) {

    .area_inner {
        width: 100%;
        min-width: auto;
        margin: 0 auto;
        height: 100%;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .lnb {
        display: none;
    }

    .gnb {
        display: none;
    }

    .head {
        height: 60px;
    }

    .main_logo {
        top: 9px;
        left: 20px;
    }

    .main_logo img {
        width: 147px;
    }

    .main_bn {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 30px !important;
    }

    .main_bn .bxslider {
        min-height: 276px;
    }

    .main_bn .bx-wrapper img {
        width: 100%;
    }

    .main_bn h2 {
        padding: 2.5% 5% 2.5% 3%;
        font-size: 2.0rem;
        color: #364ab8;
        border: 5px solid #364ab8;
        top: 15%;
        left: 5%;
    }

    .sub_bn {
        background: url('../images/main_subbn_bg.jpg') no-repeat 0 0;
        background-size: cover;
        width: 30%;
        height: 100%;
        min-width: 200px;
        min-height: 281px;
        float: left;
        margin-left: 0;
        margin-top: 10px;
    }

    .sub_bn .sub_bn_text_01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 25px 20px 0 20px;
    }

    .sub_bn .sub_bn_text_02 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px 25px 20px;
    }

    .sub_bn .sub_bn_text_01 em {
        font-size: 13px;
    }

    .sub_bn .sub_bn_text_01 p {
        font-size: 24px;
    }

    .sub_bn .sub_bn_text_02 span {
        font-size: 17px;
    }

    .sub_bn .sub_bn_text_02 strong {
        font-size: 13px;
    }

    .sub_link_bn_01, .sub_link_bn_02 {
        width: 70%;
        float: left;
    }

    .sub_link_bn_01_list li {
        width: 32%;
        height: auto;
        min-width: 154px;
        min-height: 154px;
    }

    .sub_link_bn_01_list li a {
        width: 100%;
        height: 100%;
    }

    .sub_link_bn_01_list li, .sub_link_bn_02_list li {
        margin-left: 1.33333% !important;
        margin-top: 10px;
    }

    .sub_link_bn_01_list li .sub_link_bn_btn {
        display: none;
    }

    .sub_link_bn_01_list li p {
        font-size: 18px;
        margin-top: 10px;
    }

    .sub_link_bn_01_list li b {
        font-size: 10px;
    }

    .sub_link_bn_01_list li div {
        padding: 13px 17px;
        width: 100%;
        top: 0;
        left: 0;
        box-sizing: border-box;

    }

    .sub_link_bn_01_list li {
        background-size: 53% !important;
    }

    .sub_link_bn_02_list li {
        float: left;
    }

    .sub_link_bn_02_list li {
        position: relative;
        display: block;
        width: 48.66666%;
        height: 100%;
        min-height: 117px;
        box-sizing: border-box;
        color: #ffffff;
    }

    .sub_link_bn_02_list li a {
        padding: 28px 23px 10px;
    }

    .sub_menu {
        margin-top: 30px;
    }

    .sub_menu_list li {
        width: 50%;
        border-top: 1px solid #666666
    }

    .sub_menu_list li:nth-child(1), .sub_menu_list li:nth-child(2) {
        border-top: 0;
    }

    .main_bottom_area {
        padding-bottom: 40px;
    }

    .latest {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-top: 45px;
    }

    .latest:nth-child(2) {
        margin-right: 0;
    }

    .schedule {
        margin-top: 40px;
        width: 100%;
    }

    .schedule_title {
        width: 14%;
    }

    .schedule_cont {
        width: 86%;
    }

    #main_link {
        display: none;
    }

    #footer h2 {
        display: none;
    }

    .footer_info {
        font-size: 12px;
        float: none;
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .main_bn {
        display: none;
    }

    .main_bn_m {
        display: inline-block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        float: unset;
        margin-top: 20px;
    }

    .main_bn_m img {
        width: 100%;
        height: 100%;
        max-height: 450px;
    }

    .main_bn_m h2 {
        display: inline-block;
        position: absolute;
        box-sizing: border-box;
        padding: 15px 10px;
        font-family: 'Oswald', 'Noto Sans KR', sans-serif;
        font-size: 21px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.3;
        color: #364ab8;
        border: 3px solid #364ab8;
        width: 290px;
        bottom: 50px;
        left: 50%;
        margin-left: -145px;
        text-align: center;
    }

    .main_bn_m .bx-wrapper {
        box-shadow: none !important;
        border: 0 !important;
        background: #fff;
        margin-bottom: 0;
        max-height: 450px;
    }

    .main_bn_m .bx-controls {
        position: unset;
        bottom: 0;
        left: 0;
    }

    .main_bn_m .bx-wrapper .bx-pager, .main_bn_m .bx-wrapper .bx-controls-auto {
        position: absolute;
        display: inline-block;
        float: unset;
        width: 100%;
        bottom: 20px;
    }

    .main_bn_m .bx-wrapper .bx-pager-item, .main_bn_m .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        vertical-align: top !important;
    }

    .main_bn_m .bx-wrapper .bx-pager {
        padding-top: 0 !important;
    }

    .sub_bn {
        background: url(../images/main_subbn_bg_m.jpg) no-repeat 0 0;
        background-size: cover;
        width: 100%;
        height: 100%;
        min-width: 200px;
        min-height: 130px;
        float: left;
        margin-left: 0;
        margin-top: 10px;
    }

    .sub_bn .sub_bn_text_01 {
        padding: 23px 20px 0 20px;
    }

    .sub_bn .sub_bn_text_02 {
        padding: 0 20px 23px 20px;
    }

    .sub_bn_text_01, .sub_bn_text_02 {
        text-align: center;
    }

    .sub_bn .sub_bn_text_01 p {
        font-size: 22px;
        margin-top: 5px;
    }

    .sub_bn .sub_bn_text_02 {
        text-align: center;
        font-size: 12px;
        font-family: 'Noto Sans KR', sans-serif;
        color: #ffffff;
        font-weight: 400;
    }

    .sub_bn .sub_bn_text_02 span, .sub_bn .sub_bn_text_02 strong {
        font-size: unset;
        font-family: unset;
        color: unset;
        display: inline;
    }

    .sub_bn .sub_bn_text_02:before {
        margin-bottom: 10px;
        margin: 0 auto 13px auto;
        display: block;
    }

    .sub_link_bn_01, .sub_link_bn_02 {
        width: 100%;
    }

    .sub_link_bn_01_list li, .sub_link_bn_02_list li {
        margin-left: 0 !important;
    }

    .sub_link_bn_01_list li {
        width: 100%;
        height: 84px;
        background-size: 75px !important;
        background-position: 93% 53% !important;
    }

    .sub_link_bn_01_list li a, .sub_link_bn_01_list li {
        min-width: 100%;
        min-height: unset;
    }

    .sub_link_bn_01_list li div {
        padding: 15px 17px;
    }

    .sub_link_bn_01_list li b {
        font-size: 12px;
    }

    .sub_link_bn_01_list li p {
        font-size: 22px;
        margin-top: 10px;
    }

    .sub_link_bn_02 {
        display: block;
    }

    .sub_link_bn_02_list li {
        width: 49.4%;
        height: 100%;
        min-height: 84px;
        box-sizing: border-box;
    }

    .sub_link_bn_02_list li:nth-child(1) {
        /*background: #364ab8 url(../images/main_link_bn_st2_bg1.png) no-repeat 92% 48%;*/
        /*background-size: 24%;*/
        background: #364ab8;
    }

    .sub_link_bn_02_list li:nth-child(2) {
        margin-left: 1.2% !important;
        /*background: #ff802c url(../images/main_link_bn_st2_bg2.png) no-repeat 91% 51%;*/
        /*background-size: 28%;*/
        background: #ff802c;
    }

    .sub_link_bn_02_list b {
        font-size: 22px;
    }

    .sub_link_bn_02_list p {
        font-size: 15px;
        padding-top: 8px;
    }

    .sub_link_bn_02_list li a {
        padding: 18px 17px;
    }

    .sub_menu {
        margin-top: 20px;
    }

    .sub_menu_list li {
        width: 100%;
        height: 40px;
    }

    .sub_menu_list li, .sub_menu_list li a {
        font-size: 15px;
        line-height: 40px;
    }

    .sub_menu_list li:nth-child(2) {
        border-top: 1px solid #666666;
    }

    .latest {
        width: 100%;
        float: none;
        margin-top: 40px;
    }

    .schedule {
        height: 100%;

    }

    .schedule_title {
        display: block;
        width: 100%;
        background-color: #18b1b1;
        text-align: left;
        float: none;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
    }

    .schedule_title i {
        font-size: 24px;
        color: #ffffff;
        margin: 8px 5px 5px 10px;
        float: left;
    }

    .schedule_title h3 {
        font-size: 17px;
        font-weight: 400;
        display: inline-block;
        padding: 0;
    }

    .schedule_cont {
        display: block;
        width: 100%;
        background-color: #f5f9f9;
        border: 2px solid #18b1b1;
        border-top: 0;
        float: inherit;
        padding: 20px;
    }

    .footer_info {
        display: none;
    }

    .info_m {
        display: block;
    }

}