/*
 * Nanum Gothic (Korean) http://www.google.com/webfonts/earlyaccess
 */
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);


* {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "Apple SD Gothic Neo", "Pretendard Variable", "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: var(--header-height);
}

img {
    border: 0px;
}

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

#header {
    /*position:relative;*/
    position: fixed;
    z-index: 150;
    top: 0;
    width: 100%;
    height: 124px;
    background: #FFF;
}

.logo {
    padding-left: 30px;
}

.d_day {
    width: 118px;
    height: 64px;
    line-height: 66px;
    background: url("../img/global/bg_d_day.png") left no-repeat;
    padding-right: 20px;
    padding-left: 56px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 30px;
    color: #FFF;
}

.nation_area {}

.nation_area .nation_item {
    float: left;
    width: 69px;
    height: 64px;
    text-align: center;
    border-left: solid 1px #e1e1e1;
}

.nation_area .nation_item img {
    margin-top: 13px;
}

#header_top {
    position: relative;
    width: 100%;
    min-width: 1100px;
    /*height:64px;*/
    background-color: #f7f7f7;
    border-top: solid 5px #ff3f75;

}

#header_menu {
    position: relative;
    height: 50px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    background: #000;
}

#header .nav-icon button {
    width: 30px;
    height: 21px;
    margin-top: 32px;
}

/* 모바일 헤더 추가 */
#open-sitemap {
    width: 30px;
    height: 21px;
    margin-top: 32px;
}

#gnb_layout .mobile.nav {
    display: none;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

/* [#gnb_layout] start */
#gnb_layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 94px;
    /* 헤더 높이 */
    z-index: 99;
    background-color: #000000a6;
}

/* container */
#gnb_layout .container {
    width: auto;
    height: 100%;
    padding: 0 100px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

/* logo */
#gnb_layout .logo {
    position: static;
    transform: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: flex;
}

/* nav */
#gnb_layout .gnb {
    position: relative;
    width: 100%;
}

#gnb_layout .gnb>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

/* 1depth */
#gnb_layout .gnb .dept1 {
    display: block;
}

#gnb_layout .gnb .dept1 a {
    display: block;
    padding: 0 14px;
    line-height: 94px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

#gnb_layout .gnb .dept1 a:hover,
#gnb_layout .gnb .dept1 a.active {
    color: var(--c-pri);
}

/* (추후 생성될) 우측 버튼 영역: ul 바깥, nav.gnb 안에 넣으면 됨
     <nav class="gnb">
       <ul>...</ul>
       <div class="gnb_actions">
         <a class="btn-spon">...</a>
         <a class="btn-chat">...</a>
       </div>
     </nav>
  */
#gnb_layout .gnb_actions {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

#gnb_layout .gnb_actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* Responsive (PC 범위에서 겹침 방지) */
@media (max-width:1500px) {
    #gnb_layout .gnb>ul {
        gap: 20px;
    }

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

    #gnb_layout .gnb_actions a {
        padding: 0 12px;
    }
}

@media (max-width:1280px) {
    #gnb_layout .container {
        padding: 0 20px;
    }

    #gnb_layout .gnb>ul {
        gap: 14px;
    }

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


@media (max-width:768px) {
    #gnb_layout {
        height: 84px;
    }

    #gnb_layout .gnb .dept1 a {
        line-height: 84px;
    }

    /* 모바일 메뉴 버튼(햄버거) */
    #open-sitemap {
        background: url(/img/therace/all-menu.png);
        display: block;
        width: 30px;
        height: 21px;
        position: relative;
        z-index: 100;
    }

    #open-sitemap::after {
        content: '';
        position: absolute;
        inset: -10px;
    }
}

/* [#gnb_layout] end */


/* [@keyframes flow] start */
@keyframes flow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* [@keyframes flow] end */

#gnb_layout .mobile.nav.on {
    display: block;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    text-align: center;
    position: fixed;
    overflow: auto;
}

#gnb_layout .mobile.nav .top {
    height: 100px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0 20px;
}

#gnb_layout .mobile.nav .top .logo {
    background: url('/img/common/logo-on.png') center no-repeat;
    width: 215px;
    height: 100px;
    background-size: contain;
    left: 30px;
    top: 0;
    position: static;
}

#gnb_layout .mobile.nav .top .close {
    opacity: 1;
}

#gnb_layout .mobile.nav ul {
    padding-top: 60px;
}

#gnb_layout .mobile.nav>ul>li>a {
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 85px;
    background: url('/img/common/mobile-plus.png') right 100px center no-repeat;
}

#gnb_layout .mobile.nav>ul>li>a.on {
    color: #ff3f75;
    background: url('/img/common/mobile-minus.png') right 100px center no-repeat;
}

#gnb_layout .mobile.nav .depth2 {
    display: none;
    background: #ff3f75;
    padding: 35px 0;
    margin-bottom: 20px;
}

#gnb_layout .mobile.nav .depth2.on {
    display: block;
}

#gnb_layout .mobile.nav .depth2 li {
    padding-bottom: 0px;
    border-bottom: 0;
    padding: 0;
}

#gnb_layout .mobile.nav .depth2 li:last-child a {
    margin-bottom: 0;
}

#gnb_layout .mobile.nav .depth2 li a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 55px;
}

#gnb_layout .mobile.nav .depth3 {
    padding: 10px 0;
    background: #f8f8f8;
    margin: 0 20px;
    border-radius: 10px;
}

#gnb_layout .mobile.nav .depth3 li a {
    color: #888;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}

@media all and (max-width:768px) {
    #gnb_layout .top-bnr .top-bnr-close {
        right: 30px;
    }

    #gnb_layout .top-bnr {
        line-height: 40px;
        height: 40px;
    }

    #gnb_layout .top-bnr h3 {
        font-size: 14px;
    }

    #gnb_layout .top-bnr .top-bnr-close {
        right: 20px;
        height: 16px;
        margin-top: 0;
        transform: translateY(-50%);
    }

    #gnb_layout {
        position: fixed;
    }

    #gnb_layout .container {
        padding: 0 20px;
    }

    #gnb_layout .logo a {
        width: 250px;
        height: auto;
        background-size: contain;
    }

    #gnb_layout .nav-icon {
        top: calc(50% + 40px);
        transform: translateY(-50%);
        right: 20px;
    }

    #gnb_layout .nav-icon a {
        font-size: 16px;
        margin-right: 15px;
        vertical-align: middle;
    }

    #gnb_layout .nav-icon button {
        background-size: contain;
        width: 27px;
        vertical-align: middle;
    }

    #gnb_layout .nav-icon.mobile {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #open-sitemap {
        margin-top: 0;
    }

    #gnb_layout .mobile.nav .top {
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #gnb_layout .mobile.nav .top .logo {
        width: 250px;
        height: auto;
        left: 20px;
    }

    #gnb_layout .mobile.nav .close {
        background-size: contain;
        height: 25px;
        right: 20px;
    }

    #gnb_layout .mobile.nav ul {
        padding: 30px 0;
    }

    #gnb_layout .mobile.nav ul li {
        text-align: center;
    }

    #gnb_layout .mobile.nav>ul>li>a {
        font-size: 18px;
        background: url('/img/common/mobile-plus.png') right 35px center/16px no-repeat;
        line-height: 53px;
    }

    #gnb_layout .mobile.nav>ul>li>a.on {
        background: url('/img/common/mobile-minus.png') right 35px center/16px no-repeat;
    }

    #gnb_layout .mobile.nav .depth2 {
        padding: 20px 0;
        margin-bottom: 15px;
        height: auto;
    }

    #gnb_layout .mobile.nav .depth2 li a {
        line-height: 35px;
        font-size: 14px;
    }

    #gnb_layout.on .logo a {
        width: 160px;
        height: 80px;
        background-size: contain;
    }

    #gnb_layout.on .nav-icon button {
        background-size: contain;
    }

    #gnb_layout.on .nav-icon a {
        color: #222;
    }
}

#wrap.sub {
    --etcHeaderH: 100px;
}

.banner_bxslider li {
    width: 175px;
    height: 80px;
}

.sub_intro_bg_apply,
.sub_intro_bg_community {
    border-bottom: 1px solid #e6e6e6;
    background: #f5f5f5;
}

#wrap.sub .sub_intro {
    position: relative;
    display: flex;
    min-height: calc(40vh - var(--etcHeaderH));
    padding-top: var(--etcHeaderH);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub_intro_tran_bg {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 20px;
}

.sub_intro .sub_intro_title {
    font-size: 44px;
    font-weight: 700;
    color: #252528;
    text-align: center;
    margin-bottom: 20px;
}

.sub_intro .sub_intro_date {
    font-size: 20px;
    font-weight: 400;
    color: #252528;
    text-align: center;
}


.sub_contents_header {
    position: relative;
    padding-top: 83px;
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.sub_contents_header .sub_con_title {
    font-size: 48px;
    font-weight: 700;
    color: #252528;
    text-align: center;
}

.sub_contents_header .sub_con_subtitle {
    /* position:absolute; */
    z-index: 1;
    top: 135px;
    left: 0px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #666;
    background-color: #FFF;
}


.sub_contents {
    width: 100%;
    min-height: 700px;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media all and (max-width:768px) {
    .sub_contents {
        padding: 0 20px;
        min-height: auto;
    }

    #sub_history_area {
        display: none;
    }

    #sub_history_box {
        /* width: 100%; */
        display: none;
    }

    .sub_contents_header {
        width: 100%;
        padding: 0 20px;
        border-bottom: none;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .sub_contents_header .sub_con_title {
        font-size: 26px;
        height: auto;
    }

    .sub_contents_header .sub_con_subtitle {
        position: static;
        font-size: 16px;
    }

    .sub_intro .sub_intro_title {
        font-size: 30px;
    }

    .sub_intro .sub_intro_title.en {
        font-size: 20px;
    }

    .sub_intro .sub_intro_date {
        font-size: 16px;
    }

    .sub_intro_tran_bg {
        padding: 50px 20px;
    }

    #wrap.sub {
        --etcHeaderH: 80px;
    }
}


/*** ���� ������ �ؽ�Ʈ (������) - ���� ***/

.sub_icon_text {
    font-size: 16px;
    color: #444;
    line-height: 26px;
    margin-bottom: 80px;
}

.sub_icon_text .icon {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

.sub_icon_text .icon_title {
    font-size: 26px;
    color: #000;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sub_icon_text .icon_jum {
    position: relative;
    font-size: 16px;
    padding-left: 16px;
}

.sub_icon_text .icon_jum::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    /* 텍스트 기준 수직 정렬 */
    width: 8px;
    height: 8px;
    background-color: var(--c-pri);
}

.sub_icon_text .icon_bar {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    line-height: 50px;
    background: url("/img/sub/icon_con_bar.png") no-repeat left 47px;
    margin-bottom: 10px;
}

@media all and (max-width:768px) {
    .sub_icon_text {
        margin-bottom: 40px;
    }

    .sub_icon_text .icon_bar {
        font-size: 18px;
    }

    .sub_icon_text div>p {
        font-size: 14px !important;
    }

    .sub_icon_text .icon_title {
        font-size: 20px;
    }

    .sub_icon_text .icon_jum::before {
        top: 10px;
        width: 5px;
        height: 5px;
    }
}



/*** ���� ���̺� �⺻ - ���� ***/

.sub_con_table {
    border-collapse: collapse;
    width: 100%;
    border-top: solid 2px #000;
    font-size: 16px;
    color: #444;
}

.sub_con_table th {
    background-color: #f4f4f4;
    color: #000000;
    line-height: 60px;
    font-weight: 700;
    border-bottom: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
    text-align: center;
}

.sub_con_table td {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    border-bottom: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
    line-height: 60px;
}

.sub_con_table td.left_s {
    padding-left: 30px;
    text-align: left;
}

.sub_con_table td.lh_100 {
    line-height: 100px;
}

.sub_con_table td.font_18 {
    font-weight: 700;
    font-size: 18px;
}


.sub_con_table .left {
    border-left: solid 1px #d5d5d5;
}

.sub_con_table .top {
    border-top: solid 1px #d5d5d5;
}

/*** ���� ������ ���ǻ��� �ڽ� - ���� ***/

.sub_con_check {
    width: 1100px;
    border-bottom: solid 1px #aaaaaa;
    padding-bottom: 20px;
}

.sub_con_check .con {
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    background: url("/img/sub/icon_check_pink.png") no-repeat left 8px;
    padding-left: 15px;
    padding-bottom: 5px;
}

@media all and (max-width:768px) {
    .sub_con_check {
        width: 100%;
        /* border-bottom: none; */
    }

    .sub_con_table td {
        font-size: 14px !important;
        line-height: 1.8 !important;
    }

    .sub_con_table .top {
        font-size: 14px;
    }

    .sub_con_table td.left_s {
        padding-left: 10px;
    }
}





.button_blue {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #1598dc;
    border: 0;
}

.button_blue2 {
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #1598dc;
    border: 0;
}


.button_red {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #d6000f;
    border: 0;
}


#footer {
    position: relative;
    font-size: 0px;
    background: #222;
    height: 100px;
    border-top: solid 1px #b5b5b6;
}

#copyright {
    position: relative;
    width: 1100px;
    height: 100px;
    margin: 0 auto;
    background: url("/img/main/copyright_logo.jpg") no-repeat left;
}

.copyright_text {
    position: absolute;
    z-index: 10;
    top: 34px;
    left: 0px;
    width: 670px;
    font-size: 12px;
    color: #9f9f9f;
    line-height: 20px;
}

.copyright_btn_area {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 0px;
}

.global_btn_top {
    position: fixed;
    z-index: 10;
    right: 0px;
    bottom: 98px;
    text-align: right;
}

.individual_notice {
    text-align: right;
    color: #d50000;
}

/* 20231228 대회요강 추가 */
.sub_contents.info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sub_contents.info .info_img img {
    border-radius: 25px;
}

@media all and (max-width:768px) {
    .sub_contents.info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* 국문 참가신청 */
    .sub_contents.apply02 p.text_red {
        margin: -30px 0 20px !important;
    }

    .sub_contents.apply02 input.chk_btn+label {
        width: 100%;
    }

    /* 영문 참가신청 */
    .sub_contents.en.apply {
        padding-top: 80px;
    }

    .sub_contents.en.apply .anysport .agree_list td {
        padding-left: 0;
    }

    .sub_contents.en.apply .anysport .entry_list td {
        width: 100%;
    }

    .sub_contents.en.apply input.chk_btn+label {
        width: 100%;
    }

    .sub_contents.en.apply .anycontent .input_title {
        width: 200px;
        overflow: overlay;
    }

    .sub_contents.en.apply .national_en th {
        width: 100%;
        display: inline-block;
        height: 72px;
        padding: 20px 15px;
        font-size: 16px;
    }

    .sub_contents.en.apply .national_en td {
        width: 100%;
        display: inline-block;
        height: 72px;
        padding: 10px 15px;
    }

    .sub_contents.en.apply .national_en select.foreigner {
        width: 100% !important;
    }

    .sub_contents.en.apply .list_result_text .result_box {
        margin-top: 0;
    }

    .sub_contents.en.apply .text_red {
        margin: -30px 0 20px !important;
    }
}


/* 20241128 참가신청 추가 */
@media all and (max-width:768px) {

    .sub_contents .apply_section .input_title.o_tel.required field_T {
        font-size: 10px !important;
    }
}


/* etc - 공통 */

#etc_header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#etc_header a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#etc_header a img {
    display: block;
    max-height: 100%;
}

/* 개인정보처리방침 */
#wrap.privacy .sub_contents_header {
    padding-top: 160px;
}

/* #wrap.privacy p {
    font-size: 18px;
    line-height: 1.6;
} */

#wrap.privacy .sub_contents p {
    font-size: 18px;
    line-height: 1.8;
}

#wrap.privacy table {
    font-size: 18px;
    border-top: 1px solid #ddd;
}

#wrap.privacy table tr {
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
    text-align: center;
}

#wrap.privacy table th {
    text-align: center;
    background: #f8f8f8;
    padding: 10px;
    border-right: 1px solid #ddd;
}

#wrap.privacy table th:last-child {
    border-right: 0;
}

#wrap.privacy table tr td {
    padding: 10px;
    border-right: 1px solid #ddd;
}

#wrap.privacy table tr td:last-child {
    border-right: 0;
}

#wrap.privacy table tr td.br {
    border-right: 1px solid #ddd;
}

.apply_guide {
    display: none !important;
}
s
/* 참가신청 약관 젤 윗칸 보더처리 */
.agree_01 {
    border-top: 1px solid #e5e5e5;
}

@media all and (max-width:768px) {
    #wrap.privacy .sub_contents_header {
        padding-top: 80px;
    }

    #wrap.privacy table {
        font-size: 14px;
    }

    #wrap.privacy p {
        font-size: 14px;
    }

    .sub_contents_header .sub_con_title {
        width: auto;
    }

    #etc_header {
        height: 80px;
    }

    #etc_header a {
        scale: 0.8;
    }

    #wrap.privacy table tr td {
        padding: 5px;
    }
}


/*** 참가자 유의사항 ***/

.sub_icon_text {
    font-size: 16px;
    color: #444;
    line-height: 26px;
    margin-bottom: 80px;
}

.sub_icon_text .icon {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

.sub_icon_text .icon_title {
    font-size: 26px;
    color: #000;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media all and (max-width:768px) {
    .sub_icon_text {
        margin-bottom: 40px;
    }

    .sub_icon_text div>p {
        font-size: 14px !important;
    }

    .sub_icon_text .icon_title {
        font-size: 20px;
    }
}