/* 폰트 */
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* header */
#gnb_layout {
    background: #fff;
}
#gnb_layout .gnb .dept1 a {
    color: #222;
    transition: all 0.2s;
}
#gnb_layout .gnb .dept1 a:hover {
    color: #09357f;
}

/* 후원 */
#etoday .section.spon {
    border-top: 1px solid #ddd;
    padding: 25px 0;
    height: auto;
}
#etoday .section.spon .spon_wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
}
#etoday .section.spon .spon_wrap:last-child {
   margin-bottom: 0;
}  
#etoday .section.spon h6 {
    width: 100px;
    font-family: 'pretendard';
    font-size: 20px;
    font-weight: 700 !important;
    color: #363636;
    margin: 0;
    font-weight: normal;
}
#etoday .section.spon ul {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 0;
}
#etoday .section.spon ul li.h-fix img {
    height: 37px;
}

/* 공통 */
#etoday section.section h2 {
    font-family: 'GMarketSans';
    font-weight: bold;
    font-size: 50px;
    color: #09357f;
}
#etoday section.section h2 span {
    font-family: 'GMarketSans';
    font-style: normal;
    color: #008cd6;
    font-weight: normal;
    font-size: 20px;
}
#etoday .main-point {
    color: #008cd6 !important;
}

/* visual */
#etoday .section.sec01 {
    background: url(/img/etoday/visual-bg.png) no-repeat center;
    background-size: cover;
    margin-top: 80px;
    height: 1218px;
}
#etoday .section.sec01 .visual-txt {
    text-align: center;
    padding-top: 70px;
}
#etoday .section.sec01 .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}
#etoday .section.sec01 .btn-wrap a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 20px;
    width: 300px;
    background: #008cd6;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    border: 3px solid #008cd6;
}
#etoday .section.sec01 .btn-wrap a:nth-child(2) {
    background: #fff;
    color: #008cd6;
}

/* 개요 */
#etoday .section.sec03 {
    background: linear-gradient(to top, #09357f 250px, #fff 250px);
    overflow: hidden;
}
#etoday .section.sec03 .info-txt {
    position: relative;
    z-index: 1;
    background: #effaff;
    border: 5px solid #09357f;
    border-radius: 30px;
    padding: 50px 60px;
    box-shadow: 0 0 30px rgba(0, 140, 214, 0.3 );
}
#etoday .section.sec03 .info-txt::before {
    position: absolute;
    content: '';
    width: 213px;
    height: 245px;
    background: url(/img/etoday/section1-img2.png) no-repeat center;
    background-size: contain;
    left: -180px;
    bottom: -50px;
}
#etoday .section.sec03 .info-txt::after {
    position: absolute;
    content: '';
    width: 169px;
    height: 203px;
    background: url(/img/etoday/section1-img3.png) no-repeat center;
    background-size: contain;
    right: -100px;
    bottom: -50px;
}
#etoday .section.sec03 .info-txt .min_tit {
    background: #008cd6;
    border: 0;
}
#etoday .section.sec03 .info-txt .min_tit span {
    font-family: 'GMarketSans';
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}
#etoday .section.sec03 .info-txt .txt {
    color: #222;
}
#etoday .section.sec03 .ani_text {
    position: absolute;
    z-index: 0;
    top: 35%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: 'GMarketSans';
    font-size: 200px;
    font-weight: bold;
    color: #eef5fb;
    animation: flow 120s linear infinite;
}

/* 기념품 */
#etoday .section.sec06 {
    /* background: #09357f url(/img/etoday/section2-bg.png) no-repeat center; */
    background: #09357f;
}
#etoday section.sec06.section h2 {color: #fff;}

/* 코스 */
#etoday .section.sec07 {
    background: url(/img/etoday/section3-bg.png) no-repeat center;
    background-size: cover;
}
#etoday .section.sec07 .tab_wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}
#etoday .section.sec07 .tab_wrap .tab_btn {
    display: inline-block;
    font-size: 24px;
    font-family: 'GMarketSans';
    font-weight: bold;
    padding: 15px 70px;
    color: #008cd6;
    border: 3px solid #008cd6;
    border-radius: 80px;
    background: #fff;
    cursor: pointer;
}
#etoday .section.sec07 .tab_wrap .tab_btn.on {
    background: #008cd6;
    border-color: #008cd6;
    color: #fff;
}
#etoday .section.sec07 .tab_con {
    display: none;
}
#etoday .section.sec07 .tab_con.on {
    display: block;
}

/* 공지사항 */
#etoday .section.sec08 .con {
        justify-content: center;
}
#etoday .section.sec08 .board ul li .tag {
    background: #008cd6;
}

/* 자주 묻는 질문 */
#etoday .section.sec09 {
    background: #008cd6;
}
#etoday section.section.sec09 h2 {
    color: #fff;
}
#etoday section.section.sec09 h2 span {
    color: #fff;
}
#etoday .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table li {
    background: #fff;
    border-radius: 10px;
}
#etoday .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;
    font-weight: bold;
    color: #222;
}
#etoday .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .content .n_tr .n_td.txt {
    color: #444;
}

/* 찾아오시는 길 */
#etoday .section.sec10 {
    padding: 120px 0;
}
#etoday .section.sec10 .con .txt h6 {
    font-family: 'pretendard';
    background: #008cd6;
}
#etoday .section.sec10 .con .map #daumRoughmapContainer1756372241285  {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#etoday .section.sec10 .con .map #daumRoughmapContainer1756372241285 .cont {
    display: none;
}
#etoday .section.sec10 .con .txt1 .num {
    background: #697215
}
#etoday .section.sec10 .con .txt1 .num.two {
    background: #35b644;
}

/* 퀵버튼 */
#etoday .fixed-icon a:last-child {
    display: block;
}

/* 션 섹션 신규 */
#etoday #section7 {}
#etoday #section7 .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
#etoday #section7 .wrap .img img {width: 100%;}
#etoday #section7 .wrap .txt {
    padding: 120px 100px;
}
#etoday #section7 .wrap .txt p {
    font-size: 20px;
    font-family: 'GMarketSans';
    padding-left: 40px;
    margin-top: 60px;
    /* text-align: center; */
}
#etoday #section7 .wrap .txt p span {
    color: #e60012;
    font-family: 'GMarketSans';
    font-size: 18px;
}

/* 이벤트 섹션 신규 */
#etoday #section8 {
    padding: 120px 0;
    background: #f8f8f8;
}
#etoday #section8 .top {
    display: flex;
    gap: 100px;
    align-items: center;
}
#etoday #section8 .top img {
    display: block;
    margin-bottom: 40px;
}
#etoday #section8 .bottom {
    text-align: center;
}

@media all and (max-width:768px) {
    /* 공통 */
    #etoday section.section h2 {
        font-size: 30px;
    }
    #etoday section.section h2 span {
        font-size: 16px;
    }

    /* 비쥬얼 */
    #etoday .section.sec01 {
        padding: 0 20px;
        background: url(/img/etoday/visual-mo.png) no-repeat top center;
        background-size: cover;
        height: auto;
        padding-bottom: 300px;
    }
    #etoday .section.sec01 .visual-txt {
        padding-top: 30px;
    }
    #etoday .section.sec01 .visual-txt img {
        width: 85%;
    }
    #etoday .section.sec01 .btn-wrap {
        gap: 10px;
        margin-top: 20px;
    }
    #etoday .section.sec01 .btn-wrap a {
        font-size: 16px;
        padding: 10px;
        width: 50%;
    }

    /* 대회개요 */
    #etoday .section.sec03 .tit img {
        width: 80%;
    }
    #etoday .section.sec03 .info-txt {
        padding: 20px;
    }
    #etoday .section.sec03 .info-txt .min_tit span {
        font-size: 16px;
    }
    #etoday .section.sec03 .info-txt::before, #etoday .section.sec03 .info-txt::after {
        display: none;
    }

    /* 코스안내 */
    #etoday .section.sec07 .tab_wrap {
        gap: 10px;
        margin-bottom: 20px;
    }
    #etoday .section.sec07 .tab_wrap .tab_btn {
        font-size: 14px;
        padding: 10px;
        width: 33%;
        text-align: center;
    }

    /* 오시는 길 */
    #etoday .section.sec10 {
        padding: 80px 0;
    }
    #etoday .section.sec10 .con .map #daumRoughmapContainer1756372241285 {
        width: 100% !important;
    }
        #etoday .section.sec10 .con .map #daumRoughmapContainer1756372241285 .wrap_map {
            height: 250px !important;
        }

    /* 후원 */
    #etoday .section.spon h6 {
        width: auto;
    }
    #etoday .section.spon .spon_wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #etoday .section.spon ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        justify-items: center;
    }
    #etoday .section.spon ul.one {
            grid-template-columns: 1fr;
        }

        /* 참가신청 */
        .sub_contents.apply02 .participation_con ul {
            display: flex;
            margin-bottom: 40px;
        }

    /* 션 신규 섹션 */
    #etoday #section7 .wrap {
        grid-template-columns: 1fr;
    }
    #etoday #section7 .wrap .txt {
        padding: 60px 0 80px;
    }
        #etoday #section7 .wrap .txt h4 {
            text-align: center;
        }
    #etoday #section7 .wrap .txt h4 img {
        width: 70%;
        margin-left: -20px;
    }
    #etoday #section7 .wrap .txt p {
        font-size: 14px;
        padding: 0 20px;
        text-align: center;
        margin-top: 30px;
    }
    #etoday #section7 .wrap .txt p span {
        font-size: 14px;
    }

    /* 이벤트 섹션 신규 */
    #etoday #section8 {
        padding: 80px 0;
    }
    #etoday #section8 .top {
        flex-direction: column;
        gap: 0;
    }
    #etoday #section8 .top > div:nth-child(1) {
        text-align: center;
    }
    #etoday #section8 .top > div:nth-child(1) img {
        width: 70%;
        display: inline-block;
    }
}