/* 폰트 */
@font-face {
    font-family: 'neurimboGothicRegular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/neurimboGothicRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* header */
#gnb_layout.sport .gnb .dept1 a:hover {
    color: #30a8dd;
}
#etc_header.sport a {
    margin-top: 0px;
}

/* 메인 */
#sport .section.sec01 {
    background: url(/img/main/visual-img.png) no-repeat center;
    background-size: cover;
}
#sport .section.sec02 {
    background: url(/img/main/section2-bg.png) no-repeat center;
    background-size: cover;
    padding: 230px 0 170px;
}
#sport .section.sec02 .con-txt {
    padding: 0;
}
#sport .section.sec02  .txt p {
    font-family: 'neurimboGothicRegular';
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 40px;
}
#sport .section.sec02  .txt .btn_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 10px;
    margin-top: 40px;
}
#sport .section.sec02  .txt .btn_wrap a {
    display: inline-block;
    font-family: 'neurimboGothicRegular';
    font-size: 30px;
    color: #30a8dd;
    border: 3px solid #30a8dd;
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s;
    padding: 6px 0 15px;
}
#sport .section.sec02  .txt .btn_wrap a:hover {
    background: #30a8dd;
    color: #fff;
}
#sport .section.sec03 {
    background: url(/img/main/section3-bg.png) no-repeat bottom;
    background-size: cover;
}
#sport .section.sec03 .info-txt .list {
    align-items: center;
}
#sport .section.sec03 .info-txt .min_tit {
    color: #fff;
    background: #30a8dd;
    border-radius: 0;
    width: 175px;
    font-size: 30px;
}
#sport .section.sec03 .info-txt .min_tit span {
    font-family: 'neurimboGothicRegular';
    padding: 0 15px 10px 15px;
}
#sport .section.sec05 {
    background: #000 url(/img/main/section4-bg.png) no-repeat bottom;
    background-size: contain;
}
#sport section.section h2 span {
    color: #30a8dd;
    font-family: 'neurimboGothicRegular';
    font-style: normal;
    margin-bottom: 0;
}
#sport section.section h2 {
    font-family: 'neurimboGothicRegular';
    color: #fff;
    font-size: 60px;
    line-height: 1;
}
#sport .section.sec05 table thead th {
    font-family: 'neurimboGothicRegular';
    font-size: 30px;
    color: #fff;
    background: #2a2a2a;
    border-right: 0;
    border-radius: 0;
}
#sport .section.sec05 table tbody td {
    font-family: 'neurimboGothicRegular';
    font-size: 26px;
    color: #4d4d4d;
    background: #fff;
}
#sport .section.sec05 table tbody tr.black td:nth-child(1) {
    border-radius: 0;
}
#sport .section.sec05 table tbody tr.black td:nth-child(3) {
    border-radius: 0;
}
#sport .section.sec05 table tbody tr.black td {
    background: #30a8dd;
}
#sport .section.sec06 {
    background: url(/img/main/section5-bg.png) no-repeat center;
    background-size: cover;
}
#sport .section.sec07 {
    background: #30a8dd url(/img/main/section6-bg.png) no-repeat center right;
    /* background-size: contain; */
}
#sport section.sec07 h2 span {
    color: #fff;
}
#sport .section.sec07 h6 {
    display: inline-block;
    width: 274px;
    padding: 0 0 15px;
    margin-left: 50%;
    margin-bottom: 20px;
    transform: translateX(-50%);
    background: url(/img/main/section6-img1.png) no-repeat center;
    color: #fff;
    font-family: 'neurimboGothicRegular';
    font-size: 40px;
    text-align: center;
}
#sport .section.sec07 .cource_wrap {
    margin-bottom: 80px;
}
#sport .section.sec07 .container {
    position: relative;
    z-index: 2;
}
#sport .section.sec07 .ani_text {
    font-family: 'neurimboGothicRegular';
    color: rgba(0, 0, 39, 0.05);
    font-style: italic;
    top: 25%;
}
#sport .section.sec07 .ani_text.two {
    top: 65%;
    animation: flowtwo 100s linear infinite;
}
@keyframes flowtwo {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
#sport section.sec08 h2 {
    color: #000;
}
#sport .section.sec08 .board ul li .tag {
    background: #30a8dd;
}
#sport .section.sec09 {
    background: url(/img/main/section8-bg.png) no-repeat center;
    background-size: cover;
}
#sport section.sec10 h2 {
    color: #000;
}
#sport .section.sec10 .con .txt h6 {
    background: #30a8dd;
    font-family: 'pretendard';
}
#sport .section.sec10 .con .txt h6 b {
    font-size: 26px;
    font-family: 'neurimboGothicRegular';
}
#sport .section.sec10 .con .txt .min-tit {
    font-family: 'neurimboGothicRegular';
    font-size: 26px;
    font-weight: normal;
}
#sport .section.sec10 .con .txt1 .num.thr {
    background: #00174b;
}
#sport .section.sec10 .con .txt2 p span.sky {
    background: #65a6d2;
}
#sport .section.sec10 .con .txt2 p span.yel {
    background: #87c700;
}
#sport .section.sec10 {
    padding: 120px 0;
}

/* fixed */
#sport .fixed-icon a:last-child {
    display: block;
}

/* 후원 */
#sport .section.spon {
    border-top: 1px solid #ddd;
    padding: 25px 0;
    height: auto;
}
#sport .section.spon .spon_wrap {
    display: flex;
    gap: 60px;
}
#sport .section.spon .spon_wrap:first-child {
    margin-bottom: 20px;
}
#sport .section.spon h6 {
    font-family: 'neurimboGothicRegular';
    font-size: 24px;
    color: #363636;
    margin: 0;
    font-weight: normal;
}
#sport .section.spon ul {
    display: flex;
    gap: 40px;
}

.main-point {color: #30a8dd !important;}

/* 자주묻는질문 */
#sport .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.title {
    /* font-size: 25px; */
}
#sport .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.title span {
    font-family: 'pretendard' !important;
}
#sport .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.category {
    display: none;
}
#sport .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table li td {
       border: 1px solid #fff !important;
}


@media all and (max-width:768px) {
    #sport section.section h2 {
        font-size: 36px;
    }
    #sport .section.sec01 {
        /* background: url(/img/main/visual-mo.png) no-repeat center; */
        background: none;
        /* background-size: cover; */
        margin-top: 84px;
        height: auto;
        /* height: 500px; */
    }
    #sport .section.sec02 {
        padding: 80px 0;
    }
    #sport .section.sec02 .txt p {
        font-size: 26px;
    }
    #sport .section.sec02 .txt .btn_wrap a {
        font-size: 20px;
    }
    #sport .section.sec03 .info-txt .min_tit {
        font-size: 20px;
    }
    #sport .section.sec07 h6 {
        font-size: 20px;
        background-size: contain;
        padding: 0 0 8px;
    }
    #sport .section.sec07 .cource_wrap {
        margin-bottom: 60px;
    }
    #sport .section.sec10 {
        padding: 80px 0;
    }
    #sport .section.spon .spon_wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #sport .section.spon ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    #gnb_layout.sport .mobile.nav .top .logo img {
        margin-top: 20px;
        height: 35px;
    }

    #sport .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td span {
    /* font-size: 16px; */
}
    /* 참가신청 */
    .sub_contents.apply02 .participation_con ul {
        display: flex;
        margin-bottom: 40px;
    }
        .sub_contents.apply02 .participation_con ul .box_02 {
            width: 10px !important;
        }
}