@charset "UTF-8";

/* visual */

#visual {
    position: relative;
}

/*
#visual .vis_wrap::before{content: ''; background: rgba
(255,255,255,.5); width: 1px; height: 100%; position: absolute; top: 0; left: 80px; z-index: 9}
#visual .vis_slide{position: relative;}
*/
#visual .vis_wrap {
    width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    height: 100%;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, .6);
    border-right: 1px solid rgba(255, 255, 255, .6);
}

#visual .inner_wrap {
    padding: 0 80px;
    padding-top: 240px;
    box-sizing: border-box;
}

#visual .vis_slide .item {
    background: url(../img/main/visual_bg_01.jpg)center center no-repeat;
    width: 100%;
    height: 820px;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
}

#visual .vis_slide .item img {
    height: 100% !important;
    width: 100% !important;
}


#visual h2.vis_tit {
    text-align: center
}

#visual h2.vis_tit img {
    max-width: 100%;
}

#visual p.vis_exp {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

#visual .vis_slide_btn {
    width: 100%;
    padding: 50px 0;
}

#visual .vis_slide_btn ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#visual .vis_slide_btn ul li.vis_prev {
    background: url(../img/main/vis_slide_btn.png)0 0 no-repeat;
    width: 17px;
    height: 29px;
    display: block;
    font-size: 0
}

#visual .vis_slide_btn ul li.vis_next {
    background: url(../img/main/vis_slide_btn.png)0 0 no-repeat;
    width: 17px;
    height: 29px;
    display: block;
    transform: rotate(180deg);
    font-size: 0
}

#visual .vis_slide_btn ul li {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 26px;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
}

#visual .vis_slide_btn ul li {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 26px;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
}


#visual .btm_slide_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#visual .btm_slide_l {}

#visual .btm_slide_r {}

#visual .btm_slide_cmn {
    width: 49%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

#visual .btm_slide_cmn .slide_tit {
    width: 100%;
    max-width: 150px;
    text-align: center;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding: 40px 30px;
    box-sizing: border-box;
}

#visual .btm_slide_cmn .slide_crnt {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#visual .btm_slide_cmn .slide_crnt li {
    font-size: 20px;
    color: #999;
    font-weight: 500;
}

#visual .btm_slide_cmn .slide_crnt li.crnt {
    font-size: 28px;
    color: #333
}

#visual .btm_slide_cmn .slide_tit p.tit {
    font-size: 24px;
    font-weight: bold;
}

#visual .btm_slide_cmn .owl-carousel {
    width: calc(100% - 150px - 80px);
}

#visual .btm_slide_cmn .owl-carousel .item {
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

#visual .btm_slide_cmn .owl-carousel .item span {
    display: block;
}

#visual .btm_slide_cmn .owl-carousel .item span.date {
    width: 60px;
    margin-right: 4%;
    font-size: 17px;
    font-weight: 500;
    color: #999;
    text-align: center;
}

#visual .btm_slide_cmn .owl-carousel .item span.date b {
    font-size: 48px;
    font-weight: bold;
    display: block;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

#visual .btm_slide_cmn .owl-carousel .item span.txt {
    width: calc(100% - 60px - 4%);
}

#visual .btm_slide_cmn .owl-carousel .item span.txt b {
    display: block;
}

#visual .btm_slide_cmn .owl-carousel .item span.txt b.tit {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#visual .btm_slide_cmn .owl-carousel .item span.txt b.exp {
    font-size: 18px;
    line-height: 28px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#visual .btm_slide_cmn .slide_btn {
    width: 80px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}

#visual .btm_slide_cmn .slide_btn ul {}

#visual .btm_slide_cmn .slide_btn ul li {
    height: 98px;
    line-height: 98px;
    font-size: 0;
    text-align: center;
}

#visual .btm_slide_cmn .slide_btn ul li a {
    display: block;
}

@media all and (max-width:1600px) {
    #visual .vis_wrap {
        width: 100%;
        border: 0;
    }

}

@media all and (max-width:1200px) {
    #visual .inner_wrap {
        padding: 0;
        padding-top: 180px;
    }

    #visual .btm_slide_cmn .owl-carousel .item {
        flex-direction: column;
    }

    #visual .btm_slide_cmn .owl-carousel .item span.date {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: left
    }

    #visual .btm_slide_cmn .owl-carousel .item span.txt {
        width: 100%;
    }

    #visual .btm_slide_cmn .slide_btn ul li {
        height: 48px;
    }

    #visual .btm_slide_cmn .owl-carousel .item span.date b {
        font-size: 28px;
    }

    #visual .btm_slide_cmn .slide_tit {
        padding: 30px;
    }

    #visual .btm_slide_cmn .owl-carousel .item {
        padding: 30px;
    }

}

@media all and (max-width:1024px) {
    #visual {
        height: auto;
    }

    #visual .inner_wrap {
        padding: 0;
        padding-top: 140px;
    }

    #visual .vis_wrap {
        height: auto;
    }

    #visual .btm_slide_wrap {
        flex-direction: column;
    }

    #visual .btm_slide_cmn {
        width: 100%;
    }

    #visual .btm_slide_l {
        margin-bottom: 20px;
    }

    #visual .vis_slide_btn {
        padding: 25px 0;
    }

    #visual .vis_slide_btn ul li {
        font-size: 22px;
    }

    #visual p.vis_exp {
        font-size: 24px;
    }

    #visual .btm_slide_cmn .owl-carousel .item span.txt b.exp {
        font-size: 16px;
        line-height: 24px;
    }

    #visual .btm_slide_cmn .slide_btn ul li {
        height: auto;
    }

}

@media all and (max-width:768px) {
    #visual .vis_slide_btn ul li {
        font-size: 18px;
    }

    #visual .btm_slide_cmn .slide_tit p.tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #visual .btm_slide_cmn .slide_crnt li.crnt {
        font-size: 22px;
    }

    #visual .btm_slide_cmn .slide_crnt li {
        font-size: 18px;
    }

    #visual .btm_slide_cmn .owl-carousel .item span.date {
        font-size: 15px;
    }

    #visual .btm_slide_cmn .owl-carousel .item span.date b {
        font-size: 22px;
    }

    #visual .btm_slide_cmn .owl-carousel .item span.txt b.tit {
        font-size: 18px;
        line-height: 26px;
    }
}

@media all and (max-width:525px) {
    #visual {
        padding-bottom: 50px;
    }

    #visual .btm_slide_cmn .slide_tit {
        max-width: none;
        width: 100%;
        padding: 10px 0;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ccc;
    }

    #visual .btm_slide_cmn .slide_crnt {
        width: 100%;
    }

    #visual .btm_slide_cmn .slide_tit p.tit {
        width: 100%;
        margin-bottom: 0
    }

    #visual .btm_slide_cmn .slide_btn {
        width: 70px;
    }

    #visual .btm_slide_cmn .owl-carousel {
        width: calc(100% - 70px);
    }

    #visual .vis_slide .item {
        height: 870px;
        ;
    }

}




/* sportsGroup 종목단체소개 */

#sportsGroup {
    background: url(../img/main/sportsGroup_bg.png) 0 0 no-repeat;
    width: 100%;
    height: 817px;
    padding: 80px 0;
    box-sizing: border-box;
}

#sportsGroup .inner_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5%;
    box-sizing: border-box;
}

#sportsGroup .sg_l {
    width: 46%;
    margin-right: 20px;
}

section .tit_wrap {
    padding-bottom: 30px;
}

section .tit_wrap h2.tit {
    font-family: 'GmarketSansMedium';
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 8px;
}

section .tit_wrap p.exp {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    font-weight: 500;
    word-break: keep-all;
}

#sportsGroup .num_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#sportsGroup .num_list li {
    width: 160px;
    height: 160px;
    background: #ececec;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin-right: 20px;
}

#sportsGroup .num_list li:last-child {
    margin-right: 0
}

#sportsGroup .num_list li span {
    display: block;
    font-size: 48px;
}

#sportsGroup .sg_r {
    width: calc(54% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#sportsGroup .sg_r a {
    width: 47.5%
}

#sportsGroup .sg_r img {
    width: 100%;
    position: relative;
}

#sportsGroup .sg_r .sgimg_01 {
    bottom: -40px;
}

#sportsGroup .sg_r .sgimg_02 {}

@media all and (max-width:1400px) {

    #sportsGroup .inner_wrap {
        padding: 0
    }

}




@media all and (max-width:1024px) {
    #sportsGroup {
        height: auto;
    }

    #sportsGroup {
        background: none;
    }

    #sportsGroup .inner_wrap {
        flex-direction: column;
    }

    #sportsGroup .sg_l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #sportsGroup .sg_r {
        width: 100%
    }

    #sportsGroup .sg_r img {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    #sportsGroup .sg_r .sgimg_01 {
        bottom: 0;
    }

    #sportsGroup .tit_wrap {
        text-align: center;
    }

    #sportsGroup .num_list {
        justify-content: center;
    }

    #sportsGroup .num_list li {
        margin-right: 10px;
        width: 140px;
        height: 140px;
    }
}


@media all and (max-width:768px) {
    section .tit_wrap h2.tit {
        font-size: 30px;
    }

    section .tit_wrap p.exp {
        font-size: 16px;
        line-height: 24px;
    }

    #sportsGroup .num_list {
        justify-content: space-between;
    }

    #sportsGroup .num_list li {
        font-size: 18px;
        width: 32%;
        border-radius: 10px;
        margin-right: 0;
        height: auto;
        padding: 20px 0;
    }

    #sportsGroup .num_list li span {
        font-size: 24px;
    }
}

@media all and (max-width:525px) {
    #sportsGroup {
        padding: 0;
        padding-bottom: 50px;
    }

    #sportsGroup .sg_r a {
        width: 100%;
    }

    #sportsGroup .sg_r img {
        width: 100%;
        margin-bottom: 15px;
    }

    #sportsGroup .sg_r .sgimg_02 {
        margin-bottom: 0
    }
}


/* program 주요 프로그램 */
#program {
    margin-top: -310px;
    height: 550px;
    padding-bottom: 80px;
}

#program .tit_wrap {
    text-align: center;
    padding-bottom: 20px;
}

#program .program_slide_wrap {
    width: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

#program ul.pro_slide_btn {}

#program ul.pro_slide_btn li {}

#program ul.pro_slide_btn li a {
    display: block;
    background: url(../img/main/pro_slide_btn.png)0 0 no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 0
}

#program .program_slide {
    width: 100%;
    max-width: 922px;
    margin: 0 auto;
}

#program .owl-carousel .owl-stage-outer {
    overflow: visible
}

#program .program_slide .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

#program .program_slide .item_l {
    width: 48%;
    height: 370px;
    position: relative;
    background: white;
}

/* #program .program_slide .item_l img{width: 100%; height: 100%; object-fit: fill;} */
#program .program_slide .item_l img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#program .program_slide .item_l a {
    font-size: 18px;
    color: #fff;
    background: #333;
    width: 222px;
    display: block;
    padding: 20px 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0
}

#program .program_slide .item_l a::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

#program .program_slide .item_r {
    width: 52%;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}

#program .program_slide .item_r span {
    display: block;
}

#program .program_slide .item_r .cate {
    font-size: 18px;
    font-weight: 500;
    background: #f2f2f2;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 15px;
}

#program .program_slide .item_r .date {
    display: flex;
    align-items: flex-start;
    font-size: 48px;
    font-weight: bold;
    color: #999;
    margin-bottom: 30px;
}

#program .program_slide .item_r .date .big {
    font-weight: bold;
}

#program .program_slide .item_r .date .sm {
    font-size: 17px;
    display: block;
    line-height: 0
}

#program .program_slide .item_r .tit {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

#program .program_slide .item_r .txt {
    font-size: 18px;
    line-height: 28px;
    color: #999;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width:1400px) {
    #program {
        background: url(../img/main/sportsGroup_bg.png) 0 0 no-repeat;
        width: 100%;
        margin-bottom: 80px;
    }
}

@media all and (max-width:1024px) {
    #program {
        height: auto;
        margin-top: 0;
    }
}

@media all and (max-width:768px) {
    #program .owl-carousel .owl-stage-outer {
        overflow: hidden
    }

    #program .program_slide .item {
        flex-direction: column;
    }

    #program .program_slide .item_l {
        width: 100%;
    }

    #program .program_slide .item_r {
        width: 100%;
        padding: 25px;
    }

    #program .program_slide .item_l a {
        font-size: 16px;
        padding: 16px 20px;
        width: 200px;
    }

    #program .program_slide .item_l a::after {
        right: 20px;
    }

    #program .program_slide .item_r .cate {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 8px 15px
    }

    #program .program_slide .item_r .date {
        font-size: 32px;
        margin-bottom: 20px;
    }

    #program .program_slide .item_r .date .sm {
        font-size: 14px;
    }

    #program .program_slide .item_r .tit {
        font-size: 18px;
    }

    #program .program_slide .item_r .txt {
        font-size: 16px;
        line-height: 22px;
    }
}


@media all and (max-width:525px) {
    #program {
        height: auto;
        padding-bottom: 50px;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}

@media all and (max-width:460px) {
    #program .program_slide .item_l {
        height: 320px;
    }
}


/* quickMenu 퀵메뉴 */

#quickMenu {}

#quickMenu .inner_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#quickMenu .quick_l {
    width: 70%;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}

#quickMenu .quick_l ul.quick_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#quickMenu .quick_l ul.quick_list li {
    width: 18.4%;
}

#quickMenu .quick_l ul.quick_list li a {
    display: block;
    padding: 40px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

#quickMenu .quick_l ul.quick_list li:nth-child(2n) a {
    background: #fafafa;
}

#quickMenu .quick_l ul.quick_list li span {
    display: block;
}

#quickMenu .quick_l ul.quick_list li span.tit {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#quickMenu .quick_l ul.quick_list li span.exp {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #666;
    font-weight: 500;
}

#quickMenu .quick_l ul.quick_list li span.plus {
    text-align: center
}

#quickMenu .quick_l ul.quick_list li span.plus img {
    max-width: 100%;
    margin: 20px auto;
}

#quickMenu .quick_l ul.quick_list li span.plus::after {
    content: '';
    background: url(../img/main/quick_spicon.png)0 0 no-repeat;
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
}

#quickMenu .quick_l ul.quick_list li:nth-child(2) span.plus::after {
    background-position: -65px 0;
}

#quickMenu .quick_l ul.quick_list li:nth-child(3) span.plus::after {
    background-position: -130px 0;
}

#quickMenu .quick_l ul.quick_list li:nth-child(4) span.plus::after {
    background-position: -195px 0;
}

#quickMenu .quick_l ul.quick_list li:nth-child(5) span.plus::after {
    background-position: -260px 0;
}

#quickMenu .quick_r {
    width: 30%;
    padding-left: 40px;
    box-sizing: border-box;
}

#quickMenu .quick_r .info {}

#quickMenu .quick_r .info span {
    display: block;
}

#quickMenu .quick_r .info .tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

#quickMenu .quick_r .info .tel {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 18px;
}

#quickMenu .quick_r .info .tel b {
    color: #ff5a4c;
    font-weight: bold;
}

#quickMenu .quick_r .info .time {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

#quickMenu .quick_r .info .time b {
    font-size: 28px;
    font-weight: bold;
}

#quickMenu .quick_r .info .exp {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-bottom: 30px;
}

#quickMenu .quick_r .info .exp b {
    color: #ff5a4c;
    font-weight: 600
}

#quickMenu .quick_r .info .exp strong {
    color: #333;
    font-weight: 600
}

#quickMenu .quick_r .info ul.btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#quickMenu .quick_r .info ul.btns li {
    width: 49%;
}

#quickMenu .quick_r .info ul.btns li a {
    display: block;
    border: 4px solid #e2e2e2;
    font-size: 18px;
    font-weight: 500;
    padding: 15.5px 30px;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
}

#quickMenu .quick_r .info ul.btns li:last-child a {
    background: #252525;
    color: #fff;
    border-color: #252525;
}


@media all and (max-width:1400px) {
    #quickMenu .inner_wrap {
        width: 95%
    }

}


@media all and (max-width:1200px) {
    #quickMenu .inner_wrap {
        flex-direction: column;
    }

    #quickMenu .quick_l {
        width: 100%;
        padding: 0;
        border: 0;
        order: 2
    }

    #quickMenu .quick_r {
        width: 100%;
        padding: 0;
        text-align: center;
        order: 1;
        margin-bottom: 30px;
    }
}


@media all and (max-width:1024px) {
    #quickMenu .quick_l ul.quick_list li {
        width: 32%;
        margin: 0 2% 2% 0;
    }

    #quickMenu .quick_l ul.quick_list li a {
        padding: 20px 0;
    }

    #quickMenu .quick_l ul.quick_list li:nth-child(3n) {
        margin: 0 0 2% 0;
    }

    #quickMenu .quick_l ul.quick_list li:nth-child(5) {
        margin: 0 0 2% 0;
    }

    #quickMenu .quick_l ul.quick_list li:nth-child(4),
    #quickMenu .quick_l ul.quick_list li:nth-child(5) {
        width: 49%;
    }

    #quickMenu .quick_l ul.quick_list li span.plus {
        display: none;
    }

    #quickMenu .quick_l ul.quick_list li a::before {
        content: '';
        background: url(../img/main/quick_spicon.png)0 0 no-repeat;
        width: 65px;
        height: 65px;
        display: block;
        margin: 0 auto 10px;
    }

    #quickMenu .quick_l ul.quick_list li:nth-child(2) a::before {
        background-position: -65px 0;
    }

    #quickMenu .quick_l ul.quick_list li:nth-child(3) a::before {
        background-position: -130px 0;
    }

    #quickMenu .quick_l ul.quick_list li:nth-child(4) a::before {
        background-position: -195px 0;
    }

    #quickMenu .quick_l ul.quick_list li:nth-child(5) a::before {
        background-position: -260px 0;
    }
}


@media all and (max-width:768px) {
    #quickMenu .quick_l ul.quick_list li span.tit {
        font-size: 17px;
    }

    #quickMenu .quick_l ul.quick_list li span.exp {
        font-size: 16px;
        line-height: 22px;
    }

    #quickMenu .quick_r .info .tit {
        font-size: 20px;
    }

    #quickMenu .quick_r .info .tel {
        font-size: 38px;
    }

    #quickMenu .quick_r .info .time {
        font-size: 20px;
    }

    #quickMenu .quick_r .info .time b {
        font-size: 22px;
    }

    #quickMenu .quick_r .info .exp {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    #quickMenu .quick_r .info ul.btns li a {
        font-size: 16px;
        padding: 14px 0;
    }
}

@media all and (max-width:525px) {
    #quickMenu .quick_l ul.quick_list li a::before {
        zoom: .7
    }

    #quickMenu .quick_l ul.quick_list li span.tit {
        font-size: 16px;
    }
}

@media all and (max-width:460px) {
    #quickMenu .quick_l ul.quick_list li span.tit {
        margin-bottom: 0
    }

    #quickMenu .quick_l ul.quick_list li span.exp {
        display: none
    }

    #quickMenu .quick_l ul.quick_list li a::before {
        zoom: .5
    }
}




/* mediaData */

#mediaData {
    height: 340px;
}

#mediaData .inner_wrap {
    padding: 80px 0;
    box-sizing: border-box;
}

#mediaData .tit_wrap {
    text-align: center;
    position: relative;
}

#mediaData .tit_wrap ul.tab {}

#mediaData .tit_wrap ul.tab li {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translateY(-50%);
}

#mediaData .tit_wrap ul.tab li:last-child {
    left: auto;
    right: 22%;
}

#mediaData .tit_wrap ul.tab li a {
    font-size: 24px;
    font-weight: bold;
    color: #c4c4c4;
}

#mediaData .tit_wrap ul.tab li.on a {
    color: #333;
}

#mediaData .tit_wrap ul.tab li:nth-child(1) a::after {
    content: '';
    background: url(../img/main/media_tab_icon.png)0 0 no-repeat;
    width: 34px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 20px;
}

#mediaData .tit_wrap ul.tab li:nth-child(2) a::before {
    content: '';
    background: url(../img/main/media_tab_icon.png)0 0 no-repeat;
    width: 34px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 3px 0;
    transform: rotate(180deg);
}

#mediaData .media_slide_wrap {}

#mediaData .media_slide_wrap .tab_con_cmn {
    display: none;
}

#mediaData .media_slide_wrap .tab_con_01 {
    display: block;
}

#mediaData .media_slide {}

#mediaData .media_slide .item {}

#mediaData .media_slide .item .thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

#mediaData .media_slide .item .thumb img {}

#mediaData .media_slide .item .txt {
    text-align: center;
}

#mediaData .media_slide .item .txt span {
    display: block;
}

#mediaData .media_slide .item .txt .tit {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mediaData .media_slide .item .txt .exp {
    font-size: 18px;
    font-weight: 500;
    color: #999;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mediaData .media_slide .item .txt .date {
    font-size: 17px;
    color: #999;
}

#mediaData .media_slide .item .txt .date b {
    color: #333
}


@media all and (max-width:1200px) {
    #mediaData {
        height: 380px;
    }

    #mediaData .tit_wrap {
        padding-bottom: 0
    }

    #mediaData .tit_wrap ul.tab {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 20px 0;
    }

    #mediaData .tit_wrap ul.tab li {
        position: static;
        transform: none;
    }

    #mediaData .tit_wrap ul.tab li a {
        display: block;
        padding: 10px;
        box-sizing: border-box;
        font-size: 18px;
        position: relative
    }

    #mediaData .tit_wrap ul.tab li:nth-child(1) a::after {
        display: none;
    }

    #mediaData .tit_wrap ul.tab li:nth-child(2) a::before {
        display: none;
    }

}



@media all and (max-width:768px) {
    #mediaData {
        height: auto;
    }

    #mediaData .inner_wrap {
        padding: 50px 0
    }

    #mediaData .media_slide .item .txt .tit {
        font-size: 18px;
    }

    #mediaData .media_slide .item .txt .exp {
        font-size: 16px;
    }

    #mediaData .media_slide .item .txt .date {
        font-size: 15px;
    }

    #mediaData .tit_wrap ul.tab {
        padding: 10px 0;
    }

    #mediaData .tit_wrap ul.tab li a {
        font-size: 16px;
    }
}


/* facility */

#facility {
    background: #f3f5e8;
    padding: 320px 0 80px;
}

#facility .inner_wrap {}

#facility .tit_wrap {
    padding-bottom: 0;
}

#facility .fac_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -50px;
}

#facility .fac_cmn {
    width: 26%;
}

#facility .fac_cmn ul.fac_list {
    width: 100%;
}

#facility .fac_cmn ul.fac_list li {
    margin-bottom: 40px;
}

#facility .fac_cmn ul.fac_list li:last-child {
    margin-bottom: 0
}

#facility .fac_cmn ul.fac_list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}

#facility .fac_cmn ul.fac_list li span.num {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #24c26e;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

#facility .fac_cmn ul.fac_list li .con {
    width: calc(100% - 50px - 10px);
}

#facility .fac_cmn ul.fac_list li .con span {
    display: block;
}

#facility .fac_cmn ul.fac_list li .con span.tit {
    margin-bottom: 6px;
}

#facility .fac_cmn ul.fac_list li .con span.txt {
    font-size: 18px;
    color: #666;
    font-weight: 500
}

#facility .fac_c {
    width: 47%;
}

#facility .fac_c img {
    max-width: 100%
}

@media all and (max-width:1300px) {

    #facility .fac_wrap {
        margin-top: 0
    }
}


@media all and (max-width:1200px) {
    #facility .fac_wrap {}

    #facility .fac_c {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    #facility .fac_c img {
        width: 100%;
        margin: auto;
    }

    #facility .fac_l {
        order: 2;
        width: 49%
    }

    #facility .fac_r {
        order: 3;
        width: 49%
    }
}

@media all and (max-width:768px) {

    #facility {
        padding: 50px 0;
    }

    #facility .fac_cmn ul.fac_list li a {
        font-size: 18px;
    }

    #facility .fac_cmn ul.fac_list li .con span.txt {
        font-size: 16px;
    }



}

@media all and (max-width:640px) {
    #facility .fac_l {
        width: 100%
    }

    #facility .fac_r {
        width: 100%
    }

    #facility .fac_l ul.fac_list {
        margin-bottom: 20px;
    }

    #facility .fac_cmn ul.fac_list li {
        margin-bottom: 20px;
    }

}