/* pc버전 유지용도 */
/* html {min-width: 1280px;} */

body {
    scroll-behavior: smooth;
    /* 부드러운 스크롤 적용 */
}

/* header */
#gnb_layout {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 99;
    min-width: 1920px;
    /* 1600 이하에서 해제됨 */
}

#gnb_layout .container {
    padding: 0 40px;
    height: 84px;
    width: auto;
}

#gnb_layout .logo {
    position: absolute;
    z-index: 99;
    top: 50%;
    padding-left: 0;
    margin: 0;
    transform: translateY(-50%);
    font-size: 0;
}

#gnb_layout .gnb {
    position: relative;
    width: 100%;
    text-align: center;
}

#gnb_layout .gnb .dept1 {
    display: inline-block;
    position: relative;
}

#gnb_layout .gnb .dept1 a {
    display: inline-block;
    padding: 0 30px;
    line-height: 84px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

#gnb_layout .gnb .dept1 a:hover {
    color: #e60012;
}

#gnb_layout .gnb .dept1 a.active,
#gnb_layout .gnb .dept1.on>a {
    color: #e60012;
    font-weight: 700;
}

#gnb_layout .gnb .btn-chat {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#gnb_layout .gnb .btn-spon {
    position: absolute;
    right: 220px;
    top: 50%;
    transform: translateY(-50%);
}

#gnb_layout .gnb .dept2 {
    display: none;
    width: 200px;
    margin: 0 auto;
    position: absolute;
    top: 84px;
    left: 50%;
    margin-left: -100px;
    padding: 10px 0;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}

#gnb_layout .gnb .dept2 a {
    font-size: 15px;
    line-height: 40px;
    color: #999;
    font-weight: 300;
}

#gnb_layout .gnb .dept2 a:hover {
    color: #e60012;
    font-weight: 500;
}

#gnb_layout .utill {
    position: absolute;
    right: 40px;
    top: 0;
    display: inline-grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}

#gnb_layout .utill img {
    margin-top: 20px;
}

#gnb_layout .utill:after {
    clear: both;
    content: '';
    display: block;
}

#gnb_layout .utill a {
    float: left;
}

#gnb_layout .utill .en_btn {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 84px;
    display: block;
}

#gnb_layout .utill .all_menu {
    background: url('/img/renewal/all-menu.png') center no-repeat;
    width: 30px;
    height: 21px;
    margin-top: 32px;
}

#gnb_layout .side-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
    min-width: 360px;
}

#gnb_layout .side-close {
    text-align: right;
}

#gnb_layout .side-close button {
    padding: 40px 65px 0 0;
}

#gnb_layout .side-menu>ul {
    width: 1600px;
    margin: 160px auto;
    display: block;
    height: 480px;
}

#gnb_layout .side-menu>ul>li {
    float: left;
    width: calc(100%/7);
    height: 410px;
    display: block;
    text-align: center;
    border-right: 1px solid #efefef;
    padding-top: 65px;
}

#gnb_layout .side-menu>ul>li:last-child {
    border-right: none;
}

#gnb_layout .side-menu>ul>li>a {
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

#gnb_layout .side-menu>ul>li>.sub {
    margin-top: 30px;
}

#gnb_layout .side-menu>ul>li>.sub>li>a {
    font-size: 18px;
    line-height: 48px;
    color: #999;
}

#gnb_layout .side-menu>ul>li>.sub>li>a:hover {
    color: #e60012;
    font-weight: 500;
}

/* 영문 */
#gnb_layout.en .gnb {
    margin-left: 50px;
}

#gnb_layout.en .utill .en_btn:after {
    content: none;
}

/* ===== 1) <=1600px ===== */
@media (max-width: 1600px) {
    #gnb_layout {
        min-width: auto;
    }

    #gnb_layout .gnb {
        padding-left: 76px;
    }
}

/* ===== 2) <=1280px ===== */
@media (max-width: 1280px) {
    #gnb_layout .container {
        width: auto;
        padding: 0 20px;
        height: 70px;
    }

    #gnb_layout .mobile.nav .top .logo {
        transform: none;
    }

    #gnb_layout .mobile.nav .top .logo img {
        margin-top: 18px;
    }

    #gnb_layout .logo img {
        height: 44px;
    }

    #gnb_layout .utill {
        grid-gap: 0;
    }

    #gnb_layout .utill img,
    #gnb_layout .utill .all_menu {
        display: none;
    }

    #gnb_layout .utill .en_btn {
        color: #ff3f75;
        margin-right: 40px;
    }

    #gnb_layout .gnb .dept1 a {
        padding: 0 23px;
        font-size: 17px;
    }

    #gnb_layout .gnb {
        padding-left: 0;
    }
}

/* ===== 3) <=1024px ===== */
@media (max-width: 1024px) {}

/* ===== 4) <=768px ===== */
@media (max-width: 768px) {}

/* ===== 5) <=480px ===== */
@media (max-width: 480px) {}



@media (max-width: 1600px) {
    #gnb_layout .logo a img {
        width: 70%;
    }

    #gnb_layout .gnb .btn-chat {
        right: 20px;
    }

    #gnb_layout .gnb .btn-spon {
        right: 190px;
    }

    #gnb_layout .gnb .dept1 a {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    #gnb_layout .logo a img {
        height: auto;
    }
}

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

    /* header */
    #open-sitemap {
        background: url(/img/all-menu.png);
    }

    #gnb_layout .mobile.nav .top .logo {
        display: inline;
        width: auto;
        align-items: center;
    }

    #gnb_layout .logo img {
        height: 40px;
    }

    #gnb_layout .mobile.nav .top .logo img {
        margin-top: 20px;
    }

    #gnb_layout .mobile.nav.on {
        background: #ffffff;
    }

    #gnb_layout .mobile.nav>ul>li>a {
        color: #272727;
    }
}

/* 섹션 공통 */

.section {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
}

/* 폰트색 */
.white {
    color: #ffffff !important;
}


/* 섹션 공통 */
section.section {
    min-height: auto;
}

section.section h2 {
    font-size: 48px;
    font-family: 'Pretendard';
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
}

section.section h2 span {
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 24px;
    font-weight: 900;
    color: #e60012;
}

.notice_txt {
    font-size: 18px;
    color: #e60012;
    margin-top: 30px;
    text-align: center;
}

.red {
    color: #e60012;
}


/* ===== 1) <=1600px ===== */
@media (max-width: 1600px) {
    /* placeholder */
}

/* ===== 2) <=1280px ===== */
@media (max-width: 1280px) {
    .section {
        min-height: 960px;
    }
}

/* ===== 3) <=1024px ===== */
@media (max-width: 1024px) {}

/* ===== 4) <=768px ===== */
@media (max-width: 768px) {
    nav.gnb {
        display: none;
    }

    .section {
        min-height: auto;
    }

    section.section .container {
        width: 100%;
        padding: 0 20px;
    }

    section.section h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    section.section h2 span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .notice_txt {
        font-size: 14px;
    }

}

/* ===== 5) <=480px ===== */

@media (max-width: 480px) {}

/* section01 - 메인비주얼 */

.section.sec01 {
    height: 100vh;
    background: url(/img/main/visual-pc.png) no-repeat center top;
    background-size: cover;
}

.section.sec01 .btn_wrap {
    display: flex;
    gap: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 60px;
}

.section.sec01 .btn_wrap a {
    display: inline-block;
    padding: 15px 100px;
    border-radius: 50px;
    background: #e60012;
    color: #fff;
    font-size: 24px;
    border: solid 2px;
    font-weight: 800;
}

.section.sec01 .btn_wrap a:nth-child(2) {
    background: #fff;
    color: #e60012;
}

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

    .sec01{
        max-height: 937px;
    }
}

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

    .section.sec01 {
        background: url(/img/main/visual-mo.png) no-repeat center;
        background-size: cover;
        height: 720px;
    }

    .section.sec01 .btn_wrap {
        bottom: 260px;
        gap: 10px;
    }

    .section.sec01 .btn_wrap a {
        font-size: 16px;
        padding: 10px 50px;
    }
}

/* section_spon - 스폰서 */

.section.sec-spon {
    min-height: 0 !important;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}

.section.sec-spon .spon_wrap {
    display: flex;
    gap: 50px;
    background: #fff;
    padding: 25px 50px;
    align-items: center;
}

.section.sec-spon .spon_wrap h4 {
    font-size: 24px;
    font-weight: 900;
}

/* 이전/다음 버튼 커스터마이징 */
.section.sec-spon .spon_wrap .bx-controls.bx-has-controls-direction {
    position: absolute;
    left: 80%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.section.sec-spon .spon_wrap .bx-controls-direction {
    position: absolute;
    display: flex;
    right: -60px;
}

.section.sec-spon .spon_wrap .bx-wrapper .bx-controls-direction a {
    position: static;
}

.section.sec-spon .spon_wrap .bx-prev {
    background: url('/img/sponsor/spon-prev.png') no-repeat center;
    width: 30px;
    height: 30px;
}

.section.sec-spon .spon_wrap .bx-next {
    background: url('/img/sponsor/spon-next.png') no-repeat center;
    width: 30px;
    height: 30px;
}

.bx-start,
.bx-stop {
    display: none;
}

@media all and (max-width:1280px) {
    .bx-wrapper img {
        max-width: 90% !important;
    }
}

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

    .section.sec-spon .bx-wrapper .bx-viewport .gj_slide {
        width: 100% !important;
    }
    .section.sec-spon .spon_wrap {
        flex-direction: column;
        padding: 20px 10px;
        gap: 15px;
    }

    .section.sec-spon .spon_wrap h4 {
        font-size: 18px;
    }

    .section.sec-spon .spon_wrap .bx-controls.bx-has-controls-direction {
        display: none;
    }
}

/* section02 - 대회안내 */

.section.sec02 {
    background: url(/img/main/sec02-bg.png) no-repeat bottom;
    background-size: cover;
}

.section.sec02 .tit {
    text-align: left;
}

.section.sec02 .tit p {
    font-size: 18px;
    color: #888;
    margin-top: 10px;
    font-weight: 300;
}

.section.sec02 .con-txt {
    display: flex;
    padding: 180px 0 180px;
    gap: 50px;
    align-items: center;
}

.section.sec02 .con-txt .txt p {
    font-size: 18px;
    color: #696969;
}

.section.sec02 .con-txt .txt h6 {
    position: relative;
    font-size: 48px;
    color: #292929;
    margin: 50px 20px 30px 20px;
    font-weight: 900;
}

.section.sec02 .con-txt .txt h6 b {
    position: relative;
    color: #e60012;
    font-size: 52px;
}

.section.sec02 .con-txt .txt h6::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 5px;
    width: 8px;
    height: 50px;
    background: #e60012;
}

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

    .section.sec02 .sec02 .tit p {
        font-size: 14px;
    }

    .section.sec02 .con-txt {
        flex-direction: column;
        gap: 30px;
        padding: 80px 0;
    }

    .section.sec02 .con-txt .txt p {
        font-size: 14px;
        margin-top: 10px;
    }

    .section.sec02 .con-txt .txt h6 {
        font-size: 24px;
        margin: 30px 20px 30px 10px;
    }

    .section.sec02 .con-txt .txt {
        text-align: center;
    }

    .section.sec02 .con-txt .txt h6 b {
        font-size: 26px;
    }

    .section.sec02 .con-txt .txt h6::before {
        display: none;
    }
    
    .section.sec02 .sec02_logo img {
        scale: 0.9;
    }
}

/* section03 - 대회요강 */

.section.sec03 {
    background-color: #ffffff;
    background-image: url(/img/main/sec03-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 160px 0;
}

.section.sec03 .info-box {
    background-color: #fff;
    padding: 100px 30px;
    border-radius: 30px;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.14)) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
}

.section.sec03 .info-box .tit {
    text-align: center;
}

.section.sec03 .info-box .tit p {

}

.section.sec03 .info-box .info-box-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section.sec03 .info-txt {
    margin: 60px auto 0;
}

.section.sec03 .info-txt .list {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
}

.section.sec03 .info-txt .min_tit {
    min-width: 160px;
    color: #e60012;
    font-size: 22px;
    text-align: center;
    background: #ffffff;
    border: 2px solid #e60012;
    border-radius: 50px;
}

.section.sec03 .info-txt .min_tit span {
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
}

.section.sec03 .info-txt .list .txt {
    font-size: 24px;
}

.section.sec03 .info-txt .list .spon {
    display: flex;
    gap: 30px;
    align-items: center;
}


@media (max-width: 1024px) {
    
    .section.sec03 .info-box{
        padding: 100px 80px;
    }
    .section.sec03 .info-box .tit {
        padding: 0 10px;
    }
    

}

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

    .section.sec03 {
        padding: 60px 0;
    }

    .section.sec03 .tit p {
        font-size: 14px;
    }
    
    .section.sec03 .info-box {
        padding: 60px 30px;
    }

    .section.sec03 .info-txt {
        width: 100%;
        margin: 30px auto 0;
    }

    .section.sec03 .info-txt .min_tit {
        font-size: 14px;
        width: 130px;
    }

    .section.sec03 .info-txt .list {
        gap: 20px;
        flex-direction: column;
        align-items: center;

    }

    .section.sec03 .info-txt .list .txt {
        font-size: 14px;
        text-align: center;
    }
}

/* section04 - 리더스 그룹 */

.section.sec04 {
    background-color: #ffffff;
    background-image: url(/img/main/sec04-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 80px 0;
}

.section.sec04 h2 {
    margin: 30px 0;
}

.section.sec04 .con.top p {
    color: #696969;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
}

.section.sec04 .con.middle {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section.sec04 .con.middle .tag {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #e60012;
    border-radius: 50px;
    max-width: 600px;
    margin: 30px auto;
    padding: 10px 10px;
    color: #ffffff;
}

.section.sec04 .con.middle .tag .tag-tit {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.section.sec04 .con.middle .tag .tag-txt {
    color: #f8f8f8;
}

.section.sec04 .con.middle p {
    font-size: 18px;
    text-align: left;
}

.section.sec04 .con.middle p:last-child {
    margin-bottom: 0;
}

.section.sec04 .con.middle p b {
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    padding-right: 10px;
    width: 65px;
}

.section.sec04 .con.bottom {
    margin-top: 60px;
}

.section.sec04 .con.bottom h6 {
    position: relative;
    color: #333;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
}

.section.sec04 .con.bottom ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    width: 100%;
    margin: 40px auto 0;
}

.section.sec04 .con.bottom li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    width: 260px;
    height: 280px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.section.sec04 .con.bottom li img {
    margin: 0 0 20px;
    width: 80px;
    height: auto;
}

.section.sec04 .con.bottom li .min_tit {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin: 20px 0 10px;
}

.section.sec04 .con.bottom li .min_tit span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #e60012;
    border-radius: 50%;
    padding: 5px;
    letter-spacing: 0.01rem;
    margin-right: 5px;
}

.section.sec04 .con.bottom li p {
    font-size: 16px;
    text-align: center;
}

.section.sec04 .con.bottom .btn_wrap {
    text-align: center;
    margin-top: 40px;
}

.section.sec04 .con.bottom .btn_wrap a {
    display: inline-block;
    padding: 15px 80px;
    border: 2px solid #e60012;
    border-radius: 50px;
    color: #e60012;
    font-size: 22px;
    font-weight: 900;
    transition: all 0.2s;
}

.section.sec04 .con.bottom .btn_wrap a:hover {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
}

.section.sec04 .con.bottom>p {
    color: #e60012;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}


@media all and (max-width:768px) {
    
    .section.sec04 {
        padding: 60px 0;
    }

    .section.sec04 .con.top p {
        font-size: 14px;
    }

    .section.sec04 .con.middle {
        flex-direction: column;
        gap: 10px;
    }

    .section.sec04 .con.middle .tag {
        font-size: 14px;
        padding: 28px 15px;
        height: 110px;
    }

    .section.sec04 .con.middle .tag img {
        width: 20px;
    }

    .section.sec04 .con.middle .tag .tag-tit {
        font-size: 18px;
    }

    .section.sec04 .con.middle .tag {
        display: flex;
        gap: 10px;
        border-radius: 10px;
        flex-direction: column;
    }

    .section.sec04 .con.middle p {
        font-size: 14px;
    }

    .section.sec04 .con.middle p b {
        font-size: 16px;
        width: 48px;
    }

    .section.sec04 .con.bottom h6 {
        font-size: 24px;
    }

    .section.sec04 .con.bottom h6::after {
        width: 100%;
    }

    .section.sec04 .con.bottom h6::before {
        width: 130px;
    }

    .section.sec04 .con.bottom ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section.sec04 .con.bottom li .min_tit {
        font-size: 18px;
    }

    .section.sec04 .con.bottom li p {
        font-size: 14px;
    }

    .section.sec04 .con.bottom .btn_wrap a {
        font-size: 16px;
    }

    .section.sec04 .con.bottom>p {
        font-size: 14px;
    }
}


/* section05 - 타임테이블 */
.section.sec05 {
    background-color: #ffffff;
    background-image: url(/img/main/sec05-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 60px 0 120px 0;
}

.section.sec05 table {
    border: 2px solid #f4f4f4;
}

.section.sec05 table thead th {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    background: #e60012;
    font-weight: 700;
    border: 2px solid #f4f4f4;
}

.section.sec05 table tbody tr {
    line-height: 4;
}

.section.sec05 table tbody td {
    font-size: 20px;
    background: #ffffff;
    text-align: center;
}

.section.sec05 table tbody tr.black td {
    color: #fff;
    border-right: 2px solid #fff;
    background: #e60012;
}

@media all and (max-width:768px) {
    .section.sec05 {
        padding: 80px 0;
    }

    .section.sec05 table thead th {
        font-size: 14px;
    }

    .section.sec05 table tbody td {
        font-size: 14px;
        line-height: 1.6;
        padding: 10px 5px;
    }

    .section.sec05 table tbody tr.black .img_wrap.two {
        flex-direction: column;
    }
}

/* section06 - 기념품 */
.section.sec06 {
    padding: 120px 0;
    background: url(/img/main/sec06-bg.png) no-repeat center;
    background-size: cover;
}

.section.sec06 h2 {
    color: white;
}

.section.sec06 h2 span {
    color: white;
}

/* .section.sec06 .gift_ready {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
} */

.section.sec06 .gift-tit h6 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

/* 이미지 섹션 */
.section.sec06 .gift-img-01,
.section.sec06 .gift-img {
    text-align: center;
    margin-bottom: 20px;
}

.section.sec06 .gift-img img,
.section.sec06 .gift-img-01 img {
    max-width: 100%;
    height: auto;
}

.section.sec06 .size-table {
    margin: 60px auto;
    max-width: 100%;
    overflow-x: auto;
}

.section.sec06 .size-table .gift-tit {
    text-align: center;
}

.section.sec06 .size-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    margin-top: 10px;
}

.section.sec06 .size-table th {
    background-color: #e60012;
    color: #fff;
    font-weight: 600;
}

.section.sec06 .size-table td:first-child {
    color: #e60012;
    font-weight: 600;
}

.section.sec06 .size-table th,
.section.sec06 .size-table td {
    border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.section.sec06 .size-table th,
.section.sec06 .size-table td:last-child {
    border-right: none;
}

.section.sec06 .gift_sec02 {
    padding: 40px 20px;
    text-align: center;
}

.section.sec06 .gift-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.section.sec06 .gift {
    flex: 0 1 280px;
    text-align: center;
}

.section.sec06 .gift-img img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.section.sec06 .gift-name {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}

.section.sec06 .gift-desc {
    font-size: 16px;
    color: #666;
    margin-top: 8px;
}

.section.sec06 .gift-red {
    color: #ea0a2a;
    font-weight: 700;
}

/* 반응형 미디어쿼리 */
@media screen and (max-width: 1024px) {
    .section.sec06 .gift-items {
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    .section.sec06 {
        padding: 80px 0;
    }

    .section.sec06 .gift-tit h6 {
        font-size: 18px;
    }

    .section.sec06 .sub-txt {
        font-size: 14px;
    }

    .section.sec06 .gift-items {
        flex-direction: column;
        align-items: center;
    }

    .section.sec06 .gift-min {
        max-width: 80%;
    }

    .section.sec06 .size-table table {
        font-size: 14px;
    }

    .section.sec06 .gift_sec01 .gift-tit h6::before {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .section.sec06 .gift_sec02 .gift-tit h6::before {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .section.sec06 .gift-name {
        font-size: 16px;
    }

    .section.sec06 .gift-desc {
        font-size: 14px;
    }

    .section.sec06 .gift {
        flex: 0 1 90%;
    }
}


/* section07 - 코스안내 */
.section.sec07 {
    background-color: #ffffff;
    background-image: url(/img/main/sec07-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 60px 0 120px 0;
}

.section.sec07 .tab_wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}

.section.sec07 .tab_wrap .tab_btn {
    display: inline-block;
    font-size: 24px;
    padding: 15px 80px;
    color: #e60012;
    border: 2px solid #e60012;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 800;
}

.section.sec07 .tab_wrap .tab_btn.on {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
}

.section.sec07 .tab_con {
    display: none;
}

.section.sec07 .tab_con.on {
    display: block;
}

.section.sec07 .tab_con_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .section.sec07 {
        padding: 80px 0;
    }

    .section.sec07 .tab_wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .section.sec07 .tab_wrap .tab_btn {
        font-size: 16px;
        padding: 12px 30px;
    }
}

/* section08 - 참가신청 */
.section.sec08 {
    background-color: #ffffff;
    background-image: url(/img/main/sec08-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 60px 0 120px 0;
}

.section.sec08 h2 {
    color: #fff;
}

.section.sec08 h2 span {
    color: #fff;
}

.section.sec08 .con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.sec08 .con ul {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.section.sec08 .con .entry-box {
    max-width: 500px;
    padding: 50px 70px;
    background: #fff url(../img/main/sec08-btn-bak.png) center no-repeat;
    border: 2px solid #e60012;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.section.sec08 .con .entry-title {
    font-size: 62px;
    font-weight: 900;
    color: #e60012;
    margin-bottom: 10px;
}

.section.sec08 .con .entry-line {
    width: 240px;
    height: 2px;
    background-color: #e60012;
    border: none;
    margin: 0 auto 20px;
}

.section.sec08 .con .entry-label {
    font-size: 24px;
    color: #e60012;
    margin-bottom: 5px;
}

.section.sec08 .con .entry-date {
    font-size: 24px;
    font-weight: 700;
    color: #e60012;
}

.section.sec08 .con .whitebox {
    background: #e60012 url(../img/main/sec08-btn-bak-w.png) center no-repeat;
    border: 2px solid #fff;
}

.section.sec08 .con .white-line {
    background-color: #ffffff;
}

.section.sec08 .btn_wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.section.sec08 .btn_wrap a {
    width: 250px;
    display: inline-block;
    font-size: 24px;
    padding: 15px 20px;
    text-align: center;
    transition: all 0.2s;
    background: #fff;
    color: #e60012;
    border: 2px solid #e60012;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 800;
}

.section.sec08 .btn_wrap a:nth-child(2) {
    background: #e60012;
    color: #fff;
}

.section.sec08 .btn_wrap a:hover {
    background: #720000;
    border-color: #ffffff;
    color: #fff;
}

@media all and (max-width:768px) {
    .section.sec08 {
        padding: 80px 0;
    }

    .section.sec08 ul {
        flex-direction: column;
    }

    .section.sec08 .btn_wrap {
        display: grid;
        gap: 10px;
        margin-top: 30px;
    }

    .section.sec08 .btn_wrap a {
        font-size: 16px;
        padding: 12px 20px;
        min-width: 320px;
    }

    .section.sec08 .con {
        flex-direction: column;
        gap: 20px;
    }

    .section.sec08 .con .img {
        text-align: center;
    }

    .section.sec08 .con .img img {
        width: 60%;
    }

    .section.sec08 .con .entry-box,
    .section.sec08 .con .whitebox {
        padding: 50px;
        background-size: 80%;
    }

    .section.sec08 .con .entry-title {
        font-size: 45px;
    }

    .section.sec08 .con .entry-line {
        width: 220px;
    }

    .section.sec08 .con .entry-label {
        font-size: 16px;
    }

    .section.sec08 .con .entry-date {
        font-size: 14px;
    }

    .section.sec08 .con .whitebox {
        background: #e60012 url(../img/main/sec08-btn-bak-w.png) center no-repeat;
        border: 2px solid #fff;
    }

    .section.sec08 .con .white-line {
        background-color: #ffffff;
    }

    .section.sec04 .con.bottom li .min_tit span {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

/* section09 - 공지사항 */
.section.sec09 {
    padding: 120px 0;
}

.section.sec09 .con {
    display: flex;
    align-items: center;
    gap: 70px;
}

.section.sec09 .board {
    width: 600px;
}

.section.sec09 .board .btn-more {
    text-align: right;
    margin-bottom: 15px;
}

.section.sec09 .board .btn-more a {
    font-size: 19px;
    color: #1b1b1b;
}

.section.sec09 .board ul {
    border-top: 2px solid #1b1b1b;
    width: 100%;
}

.section.sec09 .board ul li a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    align-items: center;
    border-bottom: 1px solid #1b1b1b;
    padding: 15px 30px;
    color: #1b1b1b;
}

.section.sec09 .board ul li .tag {
    padding: 8px 20px;
    border-radius: 8px;
    color: #fff;
    background: #dc2525;
    font-size: 14px;
    font-weight: bold;
}

.section.sec09 .board ul li p {
    font-size: 19px;
    margin: 0;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section.sec09 .board ul li .date {
    position: absolute;
    right: 30px;
    font-size: 16px;
}

@media all and (max-width:768px) {
    .section.sec09 {
        padding: 80px 0;
    }

    .section.sec09 .con {
        flex-direction: column;
        gap: 20px;
    }

    .section.sec09 .con .img {
        display: none;
    }

    .section.sec09 .con .img img {
        width: 60%;
    }

    .section.sec09 .board {
        width: 100%;
    }

    .section.sec09 .board ul li a {
        padding: 10px;
        gap: 10px;
    }

    .section.sec09 .board ul li .tag {
        padding: 5px 10px;
        font-size: 12px;
    }

    .section.sec09 .board ul li p {
        font-size: 14px;
        width: 50%;
    }

    .section.sec09 .board ul li .date {
        font-size: 12px;
        right: 10px;
    }

    .section.sec09 .board .btn-more a {
        font-size: 14px;
    }
}

/* section10 - 자주 묻는 질문 */
.section.sec10 {
    position: relative;
    min-height: auto;
    height: auto;
    padding: 120px 0;
    background: url(/img/main/sec10-bg.png) no-repeat center;
    background-size: cover;
}

.section.sec10 .con .sch_box {
    display: none;
}

.section.sec10 .con .board_paging {
    display: none;
}

.section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table li {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr {
    border-bottom: 0;
}

.section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.title {
    color: #323232;
    font-size: 22px;
}

.section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.title span {
    font-weight: bold;
}

.section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table {
    border-top: 0;
}

.section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .content .n_tr {
    border-bottom: 0;
    background: none;
    border-top: 1px solid #e1e1e1;
}

.section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .content .n_tr .n_td.txt {
    color: #818181;
    line-height: 1.6;
    font-size: 18px;
}

.section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.arrow .arrow_icon {
    width: 26px;
    height: 15px;
    background: url(/img/sub/board-arrow.png);
}

.new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .content .n_tr .n_td .a {
    display: none;
}

@media all and (max-width:768px) {
    .section.sec10 {
        padding: 80px 0;
    }

    .section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.arrow .arrow_icon {
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.title {
        font-size: 14px;
    }

    .section.sec10 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .content .n_tr .n_td.txt {
        font-size: 14px;
    }
}

/* section11 - 찾아오시는길 */
.section.sec11 {
    padding: 120px 0;
    background: url(/img/main/sec11-bg.png) no-repeat center;
}

.section.sec11 .con {
    display: flex;
    gap: 40px;
}

.section.sec11 .con .map #daumRoughmapContainer1737522187121 {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section.sec11 .con .txt h6 {
    display: inline-block;
    background: #ea0a2a;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.section.sec11 .con .txt h6 b {
    font-size: 20px;
}

.section.sec11 .con .txt h6 span {
    font-size: 18px;
    margin-left: 10px;
}

.section.sec11 .con .txt h6 img {
    padding-right: 10px;
}

.section.sec11 .con .txt .min-tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.2em;
}

.section.sec11 .con .txt1 {
    margin: 20px 0;
}

.section.sec11 .con .txt1 p {
    font-size: 18px;
    line-height: 2;
}

.section.sec11 .con .txt1 .num {
    color: #fff;
    background: #ee6306;
    border-radius: 50px;
    padding: 0px 8px;
    font-weight: bold;
    margin-right: 5px;
}

.section.sec11 .con .txt1 .num.two {
    background: #764798;
}

.section.sec11 .con .txt2 .min-tit {
    margin-bottom: 5px;
}

.section.sec11 .con .txt2 p {
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.section.sec11 .con .txt2 p span {
    color: #fff;
    background: #0064ff;
    border-radius: 3px;
    padding: 0 5px;
}

.section.sec11 .con .txt2 p span.green {
    background: #00c24e;
}

.section.sec11 .con .txt2 p span.red {
    background: #ff0000;
}

.section.sec11 .con .txt2 p span.gray {
    background: #626262;
}

.section.sec11 .section_address.lst {
    display: none;
}


@media (max-width: 1024px) {
    
    .section.sec11 .con {
        flex-direction: column;
    }

    .section.sec11 .con .txt h6 {
        display: block;
        text-align: center;
        line-height: 1.5em;
    }
    .section.sec11 .map {
        display: flex;
        justify-content: center;
        min-height: 430px;
    }

}


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

    .section.sec11 {
        padding: 80px 0;
    }

    .section.sec11 .con .txt h6 b {
        font-size: 16px;
    }

    .section.sec11 .con .txt1 p {
        font-size: 14px;
    }

    .section.sec11 .con .txt h6 span {
        font-size: 14px;
    }

    .section.sec11 .con .txt1 .num {
        padding: 0 6px;
    }

    .section.sec11 .con .txt2 p {
        font-size: 14px;
    }

    .section.sec11 .map {
        min-height: 220px;
    }

    .section.sec11 .con .map #daumRoughmapContainer1737522187121 {
        width: 100% !important;
    }

    .section.sec11 .con .map #daumRoughmapContainer1737522187121 .wrap_map {
        height: 200px !important;
    }
}



/* footer */

.footer {
    height: auto;
    min-height: auto;
}

.footer .copy {
    width: 100%;
    height: auto;
    background-color: #181818;
    padding: 48px 0;
}

.footer .copy .wrap {
    margin: 0 auto;
    position: relative;
}

.footer .copy .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer .copy .wrap .top .ft_logo {
    color: #ededed;
    font-size: 28px;
    font-weight: 900;
}

.footer .copy .wrap p {
    font-size: 16px;
    font-weight: 300;
    color: #999;
    line-height: 1.6;
}

.footer .copy .wrap p a {
    color: #999;
}

.footer .copy .wrap .human {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    font-weight: 300;
    color: #999;
}

@media all and (max-width:768px) {
    .footer .copy {
        height: auto;
        padding: 48px 20px;
    }

    .footer .copy .wrap {
        width: 100%;
        text-align: center;
    }

    .footer .copy .wrap p {
        font-size: 14px;
    }

    .footer .copy .wrap .human {
        position: static;
        font-size: 14px;
        text-align: center;
    }

    .footer .copy .wrap .top {
        flex-direction: column;
        gap: 10px;
    }

    .footer .copy .wrap .top .ft_logo {
        font-size: 20px;
    }
}


/* fixed 야이콘 */
.fixed-icon {
    position: fixed;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 20px;
    bottom: 70px;
    right: 40px;
}

.fixed-icon a:last-child {}

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

    /* fixed-icon */
    .fixed-icon {
        bottom: 20px;
        right: 10px;
        gap: 10px;
    }

    .fixed-icon a {
        width: 80px;
        height: 80px;
    }

    .fixed-icon a:last-child {
        display: inline-block;
    }
}
