@charset "utf-8";
:root {
    --point-color: var(--main-color2); /* 블루 */
    --point-color2: #C5135E; /* 핑크 */
    --point-bg: linear-gradient(197deg, #7FBE26 21.58%, #00A63C 33.89%, #00A0E9 48.71%, #0082CD 62.47%, #0068B7 68.95%); /* 그라데이션 */
    --game-box-color: #072995;
    --table-border-color: #00235D;
}

/* sub-top background s */
.sub-top.intro {background-position: 40% 5%; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/_user/athletic/img/sub/img-subvisual-intro.png");}
.sub-top.event {background-position: 80% 5%; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/_user/athletic/img/sub/img-subvisual-event.png");}
.sub-top.info {background-position: 47% 98%; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/_user/athletic/img/sub/img-subvisual-info.png");}
.sub-top.bus {background-position: 80% 42%; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/_user/athletic/img/sub/img-subvisual-bus.png");}
.sub-top.tour {background-position: 80% 42%; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/_user/athletic/img/sub/img-subvisual-tour.png");}
.sub-top.community {background-position: 50% 42%; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/_user/athletic/img/sub/img-subvisual-community.png");}
.sub-top.login {background-position: 80% 42%; background-size: cover; background: #111 url("/_user/athletic/img/sub/img-subvisual-login.png") no-repeat;}

@media screen and (min-width: 1900px) {
    .sub-top {background-position: center bottom !important; background-size: contain !important;}
}
/* sub-top background e */

/* 서브 공통 레이아웃 s */
.sub-top {width: 100%; height: 320px; padding: 150px 20px 70px; position: relative; background-repeat: no-repeat; box-sizing: border-box;}
.sub-top > h2 {max-width: 1400px; margin: 0 auto; padding: 0 20px; color: #fff; font-size: 29px; font-weight: 500; letter-spacing: -0.7px; display: flex; justify-content: flex-start; box-sizing: border-box;}
.homebtn {display: flex;}
.homebtn > a {width: 45px; height: 16px; padding-right: 10px; color: #fff; text-align: right;}
.sub-wrap {overflow: hidden; position: relative;}
.contents {max-width: 1440px; margin: 0 auto; padding: 50px 20px 50px; box-sizing: border-box;}
.sub-title {padding-bottom: 60px; color: #111; font-size: 29px; font-weight: 800; letter-spacing: -1.5px;}
.sub-title-s {padding-bottom: 1rem; font-size: 20px; font-weight: 700;}
.screen-out, .blind {display: none;}
.ico-home {width: 15px; height: 15px; margin-top: 1px; display: inline-block; background: url("/_user/athletic/img/sub/ico-home.svg") center/ 95% no-repeat;}
.sub-top.scroll-up:before {left: -20px; transform: rotate(3deg);}
.sub-top.resize:before {transition: 0s;}
.point-color {color: var(--point-color);}
.category {width: 100%; position: absolute; left: 0; bottom: 0;}
.category-btn {width: 100%; height: 52px; padding: 17px 16px; color: #fff; font-size: 15px; display: flex; align-items: center; justify-content: space-between; position: relative; background: var(--point-color);}
.category-wrap {width: 100%; display: none; overflow-y: auto; position: absolute; z-index: 5; border: 1px solid #e5e5e5; box-sizing: border-box;}
.category-wrap li .tab-btn {width: 100%; height: 52px; padding: 17px 16px; display: flex; align-items: center; background: #fff; box-sizing: border-box;}
.category-btn .arrow {width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; transition: .3s;}
.category-btn.active .arrow {transform: rotate(180deg);}
.category li.active .tab-btn {background: #F6FAFF;}
.category .arrow::before {content: ''; width: 7px; height: 7px; position: absolute; top: 50%; transform: translateY(-50%) rotate(135deg); border-top: 2px solid #fff; border-right: 2px solid #fff;}
.btn-wrap button.delete {color: #fff; background: red; border-color: red;}
.btn-wrap button.delete:hover {background: #bd0404;}
.board-top > p {}
.board-top em.total {color: var(--point-color); vertical-align: middle;}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {
    .category-wrap {width: 100%; max-width: 1400px; margin: 0 auto; display: flex !important; flex-wrap: wrap; justify-content: center; position: static !important; border: none;}
    .category-btn {display: none;}
    .category-wrap li {width: 100%; flex: 1;}
    .category-wrap.col3 li {width: 33.33%;}
    .category-wrap.col4 li {width: 25%;}
    .category-wrap li .tab-btn {height: 80px; color: #fff; font-size: 20px; justify-content: center; background: rgba(0, 0, 0, 0.60); transition: background .3s;}
    .category-wrap li + li .tab-btn {border-left: 1px solid #666;}
    .category-wrap li.active .tab-btn {color: #fff; background-position: center center; background-size: cover; background-repeat: no-repeat; background-image: url("/_user/athletic/img/sub/category-bg.png");}
    .sub-top {height: 458px; padding: 200px 20px 60px;}
    .sub-top > h2 {padding: 0; font-size: 50px; font-weight: 800; letter-spacing: 0;}
    .sub-title {padding-bottom: 30px; font-size: 40px;}
    .sub-title-s {font-size: 30px;}
    .homebtn > a {width: 60px; height: 22px; padding-right: 30px;}
    .contents {padding-top: 160px;}
    .inner {padding-bottom: 120px;}
    .ico-home {width: 20px; height: 20px; background-size: 100%;}
}

.breadcrumbs {max-width: 1400px; margin: 0 auto; padding: 20px 20px 0; display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
.breadcrumb-area {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px;}
.breadcrumb-item + .breadcrumb-item::before {content: ""; width: 6px; height: 10px; margin-right: 8px; display: inline-block; background: url("/_user/athletic/img/sub/ico-bread-arrow.svg") no-repeat center / contain;}
.breadcrumb-item, .breadcrumb-item a {padding-left: 8px; color: #fff; font-size: 16px; font-weight: 400; font-family: Pretendard; display: inline-block;}
.breadcrumb-item a:first-of-type {padding-left: 0;}
.breadcrumb-item.active {font-weight: 500;}
.breadcrumb-item:first-child a {display: flex; align-items: center; justify-content: center;}
.ico-home {width: 16px; height: 16px; text-indent: -9999px; display: inline-block; position: relative; background: url(/_user/athletic/img/sub/ico-home.svg) no-repeat center/cover;}

@media screen and (min-width: 1200px) {
    .breadcrumb-area {flex-direction: row; justify-content: space-between; gap: 0;}
    .breadcrumbs {gap: 12px;}
    .breadcrumb-item, .breadcrumb-item a, .breadcrumb-item.active {font-size: 16px;}
    .breadcrumb-item + .breadcrumb-item::before {margin-right: 12px;}
    .ico-home {width: 15px; height: 15px;}
}

/* link-btn s */
.link-btn-wrap {display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 20px;}
.link-btn {min-height: 40px; padding: 11px 20px; color: transparent; font-size: 14px; font-weight: 400; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; z-index: 0; background: #fff; border-radius: 8px; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #C5135E 0%, #1D2A75 100%); box-sizing: border-box; transition: .3s;}
.link-btn::before {content: ""; padding: 2px; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #C5135E 0%, #1D2A75 100%); border-radius: 8px; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: destination-out; mask-composite: exclude; pointer-events: none;}
.link-btn:hover .ico-down, .link-btn:focus .ico-down {background-image: url("/_user/athletic/img/sub/ico-down-white.svg") !important;}
.link-btn.large {padding: 15px; color: #072995; border: 1px solid #072995;}
.link-btn.small {min-height: 30px; padding: 7px; font-size: 12px;}
.link-btn-wrap .link-btn:last-child {margin-right: 0; margin-bottom: 0;}
.link-btn span {min-width: 17px; background: #6B1685; --svg: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='octicon:link-external-16'%3E%3Cpath id='Vector' d='M3.75 2.61914H7.25C7.44891 2.61914 7.63968 2.69816 7.78033 2.83881C7.92098 2.97946 8 3.17023 8 3.36914C8 3.56805 7.92098 3.75882 7.78033 3.89947C7.63968 4.04012 7.44891 4.11914 7.25 4.11914H3.75C3.6837 4.11914 3.62011 4.14548 3.57322 4.19236C3.52634 4.23925 3.5 4.30284 3.5 4.36914V12.8691C3.5 13.0071 3.612 13.1191 3.75 13.1191H12.25C12.3163 13.1191 12.3799 13.0928 12.4268 13.0459C12.4737 12.999 12.5 12.9354 12.5 12.8691V9.36914C12.5 9.17023 12.579 8.97946 12.7197 8.83881C12.8603 8.69816 13.0511 8.61914 13.25 8.61914C13.4489 8.61914 13.6397 8.69816 13.7803 8.83881C13.921 8.97946 14 9.17023 14 9.36914V12.8691C14 13.3333 13.8156 13.7784 13.4874 14.1066C13.1592 14.4348 12.7141 14.6191 12.25 14.6191H3.75C3.28587 14.6191 2.84075 14.4348 2.51256 14.1066C2.18437 13.7784 2 13.3333 2 12.8691V4.36914C2 3.40314 2.784 2.61914 3.75 2.61914ZM10.604 1.61914H14.75C14.8163 1.61914 14.8799 1.64548 14.9268 1.69236C14.9737 1.73925 15 1.80284 15 1.86914V6.01514C15.0001 6.06465 14.9855 6.11307 14.958 6.15427C14.9305 6.19546 14.8915 6.22757 14.8457 6.24653C14.8 6.26549 14.7497 6.27044 14.7011 6.26076C14.6525 6.25108 14.608 6.22719 14.573 6.19214L13.03 4.64914L9.28 8.39914C9.13785 8.53178 8.94975 8.60404 8.75536 8.60069C8.56097 8.59733 8.37548 8.51861 8.238 8.38114C8.10053 8.24366 8.02181 8.05817 8.01846 7.86378C8.0151 7.66939 8.08736 7.48129 8.22 7.33914L11.97 3.58914L10.427 2.04614C10.3919 2.01118 10.3681 1.96659 10.3584 1.91804C10.3487 1.86948 10.3536 1.81915 10.3726 1.77341C10.3916 1.72767 10.4237 1.6886 10.4649 1.66113C10.5061 1.63367 10.5545 1.61905 10.604 1.61914Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");}
.link-btn:hover span {background: #fff;}
.table-link-box {padding-bottom: 20px; display: flex; justify-content: flex-end;}
.ico-down {width: 16px; height: 15px; margin-left: 17px; display: block; background: url("/_user/athletic/img/sub/ico-down.svg") center no-repeat !important;}
.ico-down.white {width: 16px; height: 15px; margin-left: 17px; display: block; background: url("/_user/athletic/img/sub/ico-down-white.svg") center no-repeat;}
.out-link {width: 15px; height: 12px; margin-bottom: 3px; margin-left: 5px; display: inline-block; background: url("/_user/athletic/img/sub/ico-link.svg") no-repeat center / contain;}

@media screen and (min-width: 768px) {
    .link-btn-wrap .link-btn {min-width: 220px; margin-right: 10px; margin-bottom: 0;}
    .link-btn.small {min-width: auto;}
}

@media all and (min-width: 1024px) {
    .link-btn {padding: 14px 20px; font-size: 16px;}
    .link-btn.large {width: 220px; min-height: 64px;}
    .link-btn.small {min-width: 90px; padding: 7px 17px; font-size: 14px;}
    .ico-link {margin-left: 10px;}
    .out-link {width: 17px; height: 13px; margin-left: 7px;}
}
/* link-btn e */

/* tab 기본 레이아웃 s */
.tab-nav {margin-bottom: 30px; display: flex; flex-wrap: wrap; overflow: visible; gap: 2px;}
.tab-nav li {width: 100%; background: #F7F7F7; box-sizing: border-box;}
.tab-nav li:nth-child(n+3) {border-left: none;}
.tab-nav li:nth-child(2n) {border-left: none;}
.tab-content .list.on {display: block;}
.tab-content .list {display: none;}
.tab-nav li a {min-height: 50px; height: 100%; padding: 11px; font-size: 15px; font-weight: 400; line-height: 1.3; word-break: break-all; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; box-sizing: border-box;}
.tab-nav li.on {color: var(--point-color2); overflow: visible; position: relative; background: #fff; border-radius: 8px; box-shadow: 0 0 8px 0 rgba(197, 19, 94, 0.34);}
.tab-nav li.on a::before {content: ""; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; z-index: -1; background: linear-gradient(90deg, #C5135E 0%, #1D2A75 100%); border-radius: 10px;}
.tab-box {margin-bottom: 30px;}
.tab-nav.type02 {margin-bottom: 10px;}
.tab-nav.type02 li {width: calc(25% - 2px);}
.tab-box .link-btn-wrap {width: 100%;}
.tab-box .link-btn-wrap .link-btn {width: 100%; max-width: 100%;}

@media all and (min-width: 1024px) {
    .tab-nav {width: 100%; margin-bottom: 50px; flex-wrap: nowrap;}
    .tab-box {width: 100%; margin-bottom: 50px; display: flex;}
    .tab-nav li a {font-size: 18px; transition: 0.3s;}
    .tab-nav.type02 {height: 64px; margin-bottom: 0;}
    .tab-nav.pc-right {justify-content: flex-end;}
    .tab-box .link-btn-wrap {max-width: 220px; margin-left: 23px;}
}
/* tab 기본 레이아웃 e */

/* sub-section s */
.sub-section {padding-bottom: 30px;}
.sub-section:last-of-type {padding-bottom: 0;}
.section-tit {padding-bottom: 18px; color: #111; font-size: 20px; font-weight: 700; display: flex; align-items: center;}
.tit-bullet {min-width: 30px; height: 30px; margin-right: 5px; display: inline-block; background: url("/_user/athletic/img/sub/ico-tit-bullet.svg") no-repeat; background-size: 30px 30px;}
.flame-list {color: #111;}
.flame-list > li {padding-bottom: 8px; font-size: 15px; letter-spacing: -0.4px; word-break: keep-all; display: flex; align-items: baseline;}
.flame-list > li:last-child {padding-bottom: 0;}
.flame-list > li.dep2 {padding-left: 10px;}

@media all and (min-width: 1024px) {
    .sub-section {padding-bottom: 60px;}
    .section-tit {padding-bottom: 23px; font-size: 28px;}
    .tit-bullet {width: 40px; height: 40px; margin-right: 10px; background-size: 40px 40px;}
    .flame-list > li {font-size: 20px;}
    .flame-list > li.dep2 {font-size: 19px;}
}
/* sub-section e */

/* point-box s */
.point-box {width: 100%; padding: 20px 0; color: #fff; text-align: center; position: relative; background: url("/_user/athletic/img/sub/info-bg-m.svg") center center no-repeat; background-size: cover; box-sizing: border-box;}
.point-box > p, .point-box > span {word-break: keep-all;}
.point-box > ul {font-size: 15px; line-height: 26px;}
.point-box > span {margin-top: 10px; font-size: 13px; font-weight: 500; display: block;}
.point-box + .tbl-wrap {margin-top: 20px;}
.point-box + .board-list-wrap {margin-top: 30px;}
.point-box > p > em {font-size: 15px;}
.overview-tbl .teal {font-weight: 700;}

@media all and (min-width: 1024px) {
    .point-box {padding: 27px; background: url("/_user/athletic/img/sub/bg-tit.svg") center center no-repeat;}
    .point-box > ul {font-size: 20px; display: flex; align-items: center; justify-content: center;}
    .point-box li:first-child {margin-right: 20px;}
    .point-box + .board-list-wrap {margin-top: 100px;}
    .overview-tbl th, .overview-tbl td {padding: 15px 34px;}
}
/* point-box e */

/* 공통 table s */
.tbl-wrap .tbl {position: relative;}
.tbl-wrap .tbl::before {content: ''; width: 100%; height: 2px; position: absolute; top: 0; left: 0; background: var(--point-bg);}
.common-table .tbl colgroup {display: table-column-group;}
.common-table .tbl tbody {display: table-row-group;}
.common-table .tbl tr {padding: 0; display: table-row; border-bottom: none;}
/* 공통 table e */

/* 박스 이미지 */
.photo-list {padding-top: 16px; position: relative;}
.photo-list .box {padding-bottom: 20px;}
.photo-list .box:last-of-type {padding-bottom: 0;}
.photo-list .box a {display: block;}
.photo-list .box:hover .box-hover {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background-color: rgba(0, 35, 93, 0.3);}
.photo-list .box:hover .box-hover:before {content: ''; width: 28px; height: 1px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff;}
.photo-list .box:hover .box-hover:after {content: ''; width: 1px; height: 28px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff;}
.photo-list .box:hover .photo-box img {transform: scale(1.1, 1.1);}
.photo-list .box .photo-box {height: 0; padding-top: 70%; overflow: hidden; position: relative; background: #F8F8F8 url("/_user/athletic/img/sub/ico-photo.svg") center 50% no-repeat; background-size: 49px; border: 1px solid #ddd;}
.photo-list .box .photo-box:after {content: '등록된 이미지가 없습니다.'; margin-top: 10px; color: #aaa; font-size: 12px; font-weight: 300; position: absolute; top: calc(50% + 23px); left: 50%; transform: translateX(-50%);}
.photo-list .box .photo-box > img {width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 1; transition: all 0.5s;}
.photo-list .box .text-box {padding: 14px; font-weight: 300; position: relative; z-index: 2; border: 1px solid #ddd; border-top-width: 0;}
.photo-list .box .text-box .box-tit p {padding-bottom: 13px; color: #222; font-size: 14px; letter-spacing: -0.7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.box-info > span {color: #111; font-size: 14px;}
.box-info .date, .box-info .view {margin-right: 17px;}

@media screen and (min-width: 768px) {
    .photo-list {padding-top: 40px; display: flex; flex-wrap: wrap; justify-content: flex-start;}
    .photo-list::before {content: ''; width: 100%; height: 2px; position: absolute; top: 0; left: 0; background: var(--point-bg);}
    .photo-list .box {width: calc(50% - 10px); margin-right: 20px;}
    .photo-list .box:nth-of-type(2n) {margin-right: 0;}
}

@media screen and (min-width: 1024px) {
    .photo-list .box {width: calc(33.33% - 13.33px); padding-bottom: 30px;}
    .photo-list .box .photo-box {padding-top: 69%; background-position: center 45%; background-size: 67px;}
    .photo-list .box:nth-of-type(2n) {margin-right: 20px;}
    .photo-list .box:nth-of-type(3n) {margin-right: 0;}
    .photo-list .box .text-box {padding: 20px;}
    .photo-list .box .text-box .box-tit p {font-size: 16px; letter-spacing: -0.9px;}
    .photo-list .box .box-info {font-size: 16px;}
    .photo-list .box .photo-box:after {font-size: 14px;}
    .box-info .date, .box-info .view {margin-right: 20px;}
}

@media screen and (min-width: 1500px) {
    .photo-list .box {width: calc(25% - 30px); margin-right: 40px; padding-bottom: 40px;}
    .photo-list .box:nth-of-type(2n), .photo-list .box:nth-of-type(3n) {margin-right: 40px;}
    .photo-list .box:nth-of-type(4n) {margin-right: 0;}
    .photo-list .box .photo-box:after {width: 160px;}
}

/* 게시판 아이콘 */
.board-list-wrap .board-list tr > td > span {top: -1px;}
.ico-file {width: 15px; height: 15px; margin-right: 0; display: inline-block; position: relative; background: url("/_user/athletic/img/sub/ico-file.svg") center / 95% no-repeat;}
.ico-view {width: 16px; height: 11px; margin-right: 10px; display: inline-block; position: relative; background: url("/_user/athletic/img/sub/ico-view.svg") center / 95% no-repeat;}
.ico-date {width: 13px; height: 12px; margin-right: 10px; display: inline-block; position: relative; background: url("/_user/athletic/img/sub/ico-date.svg") center / 90% no-repeat;}
.ico-writer {width: 15px; height: 15px; margin-right: 10px; display: inline-block; position: relative; background: url("/_user/athletic/img/sub/ico-writer.svg") center / 100% no-repeat;}
.ico-download {width: 15px; height: 15px; margin-right: 8px; background: url("/_user/athletic/img/layout/ico-download.svg") center no-repeat;}
.boardview-info .ico-date, .boardview-info .ico-view {top: 2px; position: relative;}
.box-info .ico-date, .box-info .ico-view {margin-right: 7.5px;}
.box-info .ico-date {width: 13px; height: 13px; top: 1px; background-size: 95%;}
.box-info .ico-view {width: 15px; height: 11px; top: 2px;}

@media screen and (min-width: 1024px) {
    .ico-file {width: 16px; height: 16px; background-size: 100%;}
    .ico-view {width: 19px; height: 14px;}
    .ico-date {width: 15px; height: 15px; background-size: 95%;}
    .box-info .ico-date, .box-info .ico-view {top: 2px;}
    .board-list-wrap .board-list tr > td > span {top: 3px;}
    .board-list-wrap .board-list tr > td > span.ico-view {top: 5px;}
    .boardview-info .ico-date, .boardview-info .ico-view {top: 4px;}
    .box-info .ico-date {width: 15px; height: 15px; top: 0; background-size: 95%;}
    .box-info .ico-view {width: 19px; height: 14px; top: 1px;}
}

/* 응원게시판 폼 */
.tbl.form-wrap td {padding-left: 30px;}

/* 준비중 페이지 s */
.preparing-wrap {color: #111; text-align: center;}
.preparing-wrap > img {width: 300px;}
.preparing-wrap > span {padding-top: 20px; color: #111; font-size: 16px; font-weight: 300; line-height: 21px; letter-spacing: -0.44px; text-align: center; display: block;}
.preparing {margin-bottom: 20px; padding-top: 32px; color: #111; font-size: 30px; font-weight: 700; letter-spacing: -0.75px; text-align: center;}
.preparing > span {color: var(--point-color);}
.preparing-wrap .txt {color: #111; font-size: 16px; display: block;}

@media screen and (min-width: 1024px) {
    .preparing-wrap > img {width: 500px;}
    .preparing-wrap > span {padding-top: 24px; font-size: 18px; line-height: 28px;}
    .preparing {margin-bottom: 40px; padding-top: 52px; font-size: 55px;}
    .preparing-wrap .txt {font-size: 20px;}
}
/* 준비중 페이지 e */

/* 대회개요 s */
.column-table {width: 100%; position: relative;}
.column-table::before {content: ''; width: 100%; height: 2px; position: absolute; top: 0; left: 0; background: var(--point-bg);}
.column-table tbody tr {text-align: center; display: flex; flex-direction: column;}
.column-table tbody > tr > th {padding: 16px 0; color: #111; font-weight: 800; letter-spacing: -0.4px; display: block; background-color: #F9F9F9;}
.column-table tbody > tr > td {padding: 16px 0; color: #111; font-weight: 500; letter-spacing: -0.4px; display: block; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;}
.logo-list {display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.logo-list li + li {margin-left: 20px;}
.logo-list img {max-width: 200px;}
.logo-sponsor {width: 35%; height: 20%; max-width: 138px;}

@media screen and (min-width: 768px) {
    .logo-list > li > img.logo-sponsor {max-width: 100%;}
    .column-table tbody > tr > th, .column-table tbody > tr > td {font-size: 16px;}
}

@media screen and (min-width: 1024px) {
    .column-table tbody tr {flex-direction: row;}
    .column-table tbody > tr > th {width: 152px; min-width: 152px; padding: 26px 0; font-size: 18px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #DDD; border-right: 1px solid #DDD;}
    .column-table tbody > tr > td {width: 100%; padding-left: 20px; font-size: 18px; text-align: left; letter-spacing: -0.45px; display: flex; align-items: center; border-top: none; border-bottom: 1px solid #DDD;}
    .logo-list {justify-content: flex-start; gap: 10px;}
    .logo-sponsor {width: auto; height: auto;}
}
/* 대회개요 e */

/* 경기장 안내 s */
.locat {padding: 0 10px; display: flex; align-items: center; justify-content: space-between;}
.locat .link-btn-wrap {width: auto;}

@media screen and (min-width: 768px) {
    .locat .link-btn-wrap {margin-left: 10px;}
}
/* 경기장 안내 e */

/* 응원게시판 form s */
.tbl-labal {width: 60px; height: 20px; margin-top: 2px; margin-right: 3px; color: #fff; font-size: 13px; display: inline-flex; align-items: center; justify-content: center; background: #222;}
.tbl.form-wrap {border: none;}
.tbl.form-wrap colgroup {display: none;}
.tbl.form-wrap tbody {display: flex; flex-direction: column;}
.tbl.form-wrap tr {border-top: none;}
.tbl.form-wrap th {height: auto; padding: 0; text-align: left; border: none; background: #fff;}
.tbl.form-wrap tr:first-child th {padding-top: 20px;}
.tbl.form-wrap td {height: auto; padding: 8px 0 16px; display: block;}
.form-wrap .info {padding-top: 10px; font-size: 12px; display: block;}

@media screen and (min-width: 1024px) {
    .tbl-labal {width: 70px; height: 24px; margin-top: 0; margin-right: 5px; font-size: 14px;}
    .tbl.form-wrap {border-bottom: 1px solid #DDD;}
    .tbl.form-wrap colgroup {display: table-column-group;}
    .tbl.form-wrap tbody {display: table-row-group;}
    .tbl.form-wrap tr {border-top: 1px solid #DDD; display: table-row;}
    .tbl.form-wrap th {padding: 16px 10px; text-align: center; border-right: 1px solid #ddd; background: #F9F9F9;}
    .tbl.form-wrap tr:first-child th {padding-top: 20px;}
    .tbl.form-wrap td {padding: 16px 10px 16px 30px; display: table-cell;}
    .form-input.writer {width: 280px;}
    .form-wrap .info {font-size: 14px;}
}
/* 응원게시판 form e */

/* 숙박정보 s */
.link-btn.down-btn.gr {padding: 10px; color: #fff; font-size: 14px; font-weight: 300; border: none; background: linear-gradient(90deg, #00B6BE 0%, #0060AF 100%); transition: .4s;}
.board-btn-box {width: 100%; display: flex; flex-direction: column;}
.board-btn-box .search-box {width: 100%; margin-bottom: 15px;}
.tab-box .link-btn:hover, .tab-box .link-btn:focus {color: #fff; background: #072995; box-shadow: rgba(7, 41, 149, 0.2) 0px 8px 24px;}
.tab-box .link-btn:hover .ico-link, .tab-box .link-btn:focus .ico-link {background-image: url("/_user/athletic/img/sub/ico-out-link-w.svg");}

@media screen and (min-width: 768px) {
    .board-btn-box {width: auto; padding-top: 0; flex-direction: row; align-items: flex-end; justify-content: flex-end;}
    .board-btn-box .link-btn-wrap {width: auto;}
    .board-btn-box .search-box {margin-bottom: 0;}
    .board-btn-box .search-box .sel {min-width: 77px; font-size: 14px;}
}

@media all and (min-width: 1024px) {
    .board-btn-box .link-btn.down-btn {margin-left: 20px; font-size: 15px; justify-content: space-between;}
    .board-btn-box .search-box {max-width: 600px;}
    .board-btn-box .search-box .sel {min-width: 100px; font-size: 16px;}
    .board-btn-box .search-box .sel.area {min-width: 200px; margin-right: 10px; font-size: 16px;}
}
/* 숙박정보 e */

/* 대회조직도 s */
.organ-chart {color: #111; position: relative;}
.organ-chart::before {content: ''; width: 1px; height: 50%; display: block; position: absolute; top: 10px; left: 50%; z-index: -1; transform: translateX(-50%); background-color: #ddd;}
.organ-chart .chart {display: flex; flex-direction: column;}
.organ-chart .chart::after {content: ''; display: block; position: absolute; top: 50%; left: 50%;}
.organ-chart .chart > div {margin-bottom: 30px; z-index: 5;}
.organ-chart .chart p {position: relative; z-index: 5;}
.organ-chart .chart p span {padding: 10px 0; color: #111; font-size: 14px; line-height: 2; letter-spacing: -0.45px; text-align: center; display: block;}
.organ-chart .chart p span:last-child {border: 1px solid #ddd;}
.organ-chart .chart p span:first-of-type {padding: 20px 0; color: #fff; font-size: 16px; line-height: 1.4; letter-spacing: -0.35px; background: url("/_user/athletic/img/sub/img-organ-bg.svg") 0 0 no-repeat; background-size: cover;}
.chart-box {margin-bottom: 30px;}
.chart-box.floor-2 {position: relative;}
.chart-box.floor-2::after {content: ''; width: calc(100% + 20px); height: 1px; display: block; position: absolute; left: -10px; bottom: 28px; transform: translateY(-50%); background-color: #ddd;}
.chart-box:last-child {margin-bottom: 0; display: flex; flex-direction: column; position: relative;}
.chart-box:last-child:before, .chart-box:last-child:after {content: ''; width: 1px; display: block; position: absolute; top: -50px; background-color: #ddd;}
.chart-box:last-child:before {height: 353px; left: -12px;}
.chart-box:last-child:after {height: 691px; right: -12px;}
.chart-box:last-child div:nth-child(1) {order: 2;}
.chart-box:last-child div:nth-child(2) {order: 1;}
.chart-box:last-child div:nth-child(3) {order: 3;}
.chart-box:last-child div:nth-child(1)::before, .chart-box:last-child div:nth-child(3)::before {content: ''; width: 20px; height: 1px; display: block; position: absolute; top: 29px; z-index: -1; background-color: #ddd;}
.chart-box:last-child div:nth-child(1)::before {left: -12px;}
.chart-box:last-child div:nth-child(3)::before {right: -12px;}
.organ-chart div:nth-child(3) {margin-bottom: 20px;}
.chart-box > div {margin-bottom: 20px; position: relative;}
.chart-li {background: #F7F7F7; border: 1px solid #ddd;}
.chart-box > div p {padding: 16px 0; color: #fff; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.chart-box > div p > span {display: flex; align-items: center; justify-content: center;}
.chart-box > div p > span .num {margin-left: 8px; padding: 3px 10px; font-size: 13px; font-weight: 300; text-align: center; letter-spacing: -0.33px; background: #fff; border-radius: 11px; box-sizing: border-box;}
.chart-box > div p > .bar {margin: 7px 0;}
.chart-box > div ul {padding: 18px 20px; font-size: 13px; line-height: 1.6; letter-spacing: -1px;}
.chart-box .dot-list li {padding-left: 10px; position: relative;}
.chart-box .dot-list li::after {content: ''; width: 3px; height: 3px; display: block; position: absolute; top: 8px; left: 0; background: #111; border-radius: 100%;}
.chart-box .flex-box {display: flex; justify-content: center;}
.chart-box .flex-box ul {width: 50%; position: relative;}
.chart-box .flex-box li {text-align: center;}
.chart-box .flex-box ul + ul::after {content: ''; height: 63%; display: inline-block; position: absolute; top: 50%; left: 0; transform: translateY(-50%); border-right: 2px dashed #ddd;}
.chart-box .lighter {color: rgba(255, 255, 255, 0.8); font-size: 14px; line-height: 1.5; letter-spacing: -0.35px;}
.chart-box .w-100 {width: 100%;}
.chart-box .w-100 .flex-box ul {line-height: 1.5;}
.organ-chart div > div p {background: url("/_user/athletic/img/sub/img-organ-bg1.svg") no-repeat; background-size: cover;}
.organ-chart div > div p.execution {background: url("/_user/athletic/img/sub/img-organ-bg2.svg") no-repeat; background-size: cover;}
.organ-chart div:first-child > div p span {background: #F7F7F7;}
.organ-chart div:nth-child(3) > div {position: relative; z-index: 6;}
.organ-chart div:nth-child(2) > div p > span .num, .organ-chart div:nth-child(3) > div p > span .num, .organ-chart div:nth-child(4) > div p > span .num {color: var(--main-color2); font-weight: bold;}
.flex-col-box > ul + ul {position: relative;}
.flex-col-box > ul + ul::before {content: ''; width: 90%; height: 1px; display: block; position: absolute; top: 0; left: 5%; transform: translateY(-50%); border-top: 1px solid #ddd;}

@media screen and (min-width: 768px) {
    .chart-box {margin-bottom: 40px;}
    .chart-box > div {margin-bottom: 30px;}
    .organ-chart .chart p span:first-of-type, .organ-chart .chart p span {font-size: 18px;}
    .organ-chart div:nth-child(3) {margin-bottom: 30px;}
    .chart-box > div p > span {font-size: 18px;}
    .chart-box > div p > span .num {font-size: 14px;}
    .chart-box > div ul {font-size: 17px;}
    .chart-box .dot-list li::after {top: 12px;}
    .chart-box .flex-box ul:first-child::after {height: 68%;}
    .chart-box:last-child:before, .chart-box:last-child:after {top: -60px;}
    .chart-box:last-child:before {height: 412px;}
    .chart-box:last-child:after {height: 821px;}
}

@media screen and (min-width: 1024px) {
    .organ-chart .chart p span {padding: 20px 0;}
    .organ-chart::before {height: 69.5%;}
    .organ-chart {max-width: 1200px; margin: 0 auto;}
    .organ-chart .chart {width: 370px; height: 270px; margin: 0 auto 20px;}
    .chart-box {margin-bottom: 100px; display: flex; align-items: flex-start; justify-content: space-between;}
    .chart-box > div {min-width: 370px; margin-bottom: 0; box-sizing: border-box;}
    .organ-chart div:nth-child(2) > div {margin: 0 auto;}
    .organ-chart div:nth-child(3) {margin-bottom: 26px; justify-content: center; position: relative;}
    .organ-chart div:nth-child(4) > div {margin-bottom: 0;}
    .chart-box .long {min-width: 580px;}
    .chart-box:last-child {flex-direction: row;}
    .chart-box:last-child > div {min-width: 280px;}
    .chart-box > div p {height: 60px; padding: 20px 0; box-sizing: border-box;}
    .organ-chart > div.floor-1 div::before {content: ''; width: 1px; height: 70px; display: block; position: absolute; top: -72px; left: 50%; transform: translateX(-50%); background: #ddd;}
    .organ-chart > div.floor-1 div:first-child::after {content: ''; width: 162%; height: 1px; display: block; position: absolute; top: -72px; left: 131%; transform: translateX(-50%); background: #ddd;}
    .organ-chart .chart-box.floor-2 > div {width: 100%;}
    .organ-chart .chart-box.floor-2 > div p {background: url('/_user/athletic/img/sub/img-organ-bg1-pc.svg') no-repeat; background-size: cover;}
    .organ-chart .chart-box.floor-2 .flex-box ul {width: auto; flex: 1;}
    .organ-chart div.floor-3 {padding: 0 70px; gap: 20px; display: flex; justify-content: space-between;}
    .organ-chart div.floor-3 > div {width: 25%; min-width: auto;}
    .organ-chart > div.chart-box.floor-3 > div::before {content: ''; width: 1px; height: 80px; display: block; position: absolute; top: -72px; left: 50%; transform: translateX(-50%); background: #ddd;}
    .organ-chart div.floor-3 > div:first-child::after {content: ''; width: 168%; height: 1px; display: block; position: absolute; top: -72px; left: -100%; background: #ddd;}
    .organ-chart div.floor-3 > div:last-child::after {content: ''; width: 168%; height: 1px; display: block; position: absolute; top: -72px; right: 50%; background: #ddd;}
    .organ-chart div.floor-3 .flex-col-box {height: calc(100% - 60px);}
    .organ-chart div.floor-3 .flex-col-box ul {min-height: 30%; display: flex; flex-direction: column; justify-content: center;}
    .chart-box:last-child:before, .chart-box:last-child:after, .chart-box.floor-2::after {display: none;}
}
/* 대회조직도 e */

/* 로그인 s */
.login-wrap {margin: 0 auto; text-align: center; box-sizing: border-box;}
.login-wrap .login::before {content: ''; width: 80px; height: 80px; display: inline-block; background: url("/_user/athletic/img/sub/img-login.png") center/50% no-repeat; border: 3px solid #ddd; border-radius: 50%; box-sizing: border-box;}
.login-wrap .login .text {margin: 20px 0 33px; font-size: 18px; letter-spacing: -0.8px; word-break: keep-all;}
.login-wrap .login .text .first {color: #111; font-size: 16px; font-weight: 500; line-height: 1.5;}
.login-wrap .login .text span:last-child {margin-top: 14px; color: #aaa; font-size: 14px; letter-spacing: -0.7px; display: block;}
.login-btn {width: 100%; padding: 16px 0; font-size: 15px; font-weight: 300; letter-spacing: -0.75px; display: flex; align-items: center; justify-content: center; border-radius: 10px; box-sizing: border-box;}
.login-btn::before {content: ''; width: 17px; height: 17px; margin-right: 12px; display: inline-block; position: relative; top: -1px;}
.login-naver {margin-bottom: 10px; color: #fff; background: #03CF5D;}
.login-naver::before {background: url("/_user/athletic/img/sub/icon-naver.svg") center/contain no-repeat;}
.login-kakao {color: #111; background: #FAE300;}
.login-kakao::before {background: url("/_user/athletic/img/sub/icon-kakao.svg") center/contain no-repeat;}
.login-wrap .login .btn-box {max-width: 378px; margin: 0 auto;}

@media screen and (min-width: 768px) {
    .sub-top + .sub-wrap .inner {padding-top: 50px;}
    .login-wrap {padding: 90px 80px;}
    .login-wrap .login::before {width: 100px; height: 100px;}
    .login-wrap .login .text {margin: 34px 0; font-size: 18px;}
    .login-wrap .login .text span:last-child {font-size: 16px;}
    .login-btn {font-size: 18px;}
    .login-naver {margin-bottom: 15px;}
    .login-wrap .login .text .first {font-size: 20px;}
}
/* 로그인 e */

/* 상징물 s */
.grid-box {padding: 40px 0; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; background: url('/_user/athletic/img/sub/icon-grid.png'); background-size: 16px 16px; border-right: 1px solid #efefef; border-bottom: 1px solid #efefef; box-sizing: border-box;}
.grid-box img, .symbol-box.type02 .img-box img {max-width: 50%; display: block;}
.symbol-box.type02 .img-area {display: flex; justify-content: space-between;}
.symbol-box.type02 .img-area div {width: calc(50% - 5px);}
.symbol-box.type02 .img-box {margin-bottom: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-sizing: border-box;}
.symbol-box em {margin-bottom: 16px; color: #111; font-size: 18px; font-weight: 600; display: block;}
.symbol-box .text-area > p {padding-top: 20px; color: #222; font-size: 14px; letter-spacing: -0.38px; display: flex; align-items: baseline;}
.symbol-box .text-area > p:first-of-type {padding-top: 0;}
.symbol-box .text-area > p::before {content: ''; min-width: 3px; width: 3px; height: 3px; margin-right: 5px; display: inline-block; position: relative; top: -4px; background: #111; border-radius: 3px;}
.sub-section.symbol-box .section-tit {padding-bottom: 23px;}
.symbol-box .link-btn-wrap {margin-top: 30px;}
.symbol-box .link-btn-wrap .link-btn {padding: 12px 20px; justify-content: space-between;}
.symbol-box.slogan .grid-box {padding: 70px 0;}
.symbol-box.slogan .grid-box img {max-width: 70%;}
.symbol-box.mascot .grid-box img, .symbol-box.mascot .img-box img {max-width: 60%;}
.symbol-box.mascot .grid-box:first-of-type img {max-width: 80%;}
.symbol-box .text-area > p > br {display: none;}
.br {height: 20px; display: block;}
.symbol .link-btn-wrap .down-btn {width: 100%; padding: 15px 20px; color: var(--main-color2); font-size: 15px; display: flex; align-items: center; justify-content: space-between; background: #FFF; border: 1px solid var(--main-color2);}
.symbol .link-btn-wrap .down-btn:hover {color: #fff; background: url("/_user/athletic/img/sub/btn-bg.svg") center center no-repeat; background-size: cover; border: 1px solid transparent;}
.symbol .link-btn-wrap .down-btn .ico-down {width: 16px; height: 15px; display: block; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.657 11.8516V15.0516C16.6675 15.4648 16.5137 15.8652 16.2293 16.1652C15.9449 16.4651 15.5532 16.64 15.14 16.6516H4.51702C4.10385 16.64 3.71211 16.4651 3.42773 16.1652C3.14334 15.8652 2.98953 15.4648 3.00001 15.0516V11.8516" stroke="%230086D1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.20312 8.60547L9.82812 12.6055L13.4531 8.60547" stroke="%230086D1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.8291 12.611V3" stroke="%230086D1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat !important;}
.symbol .link-btn-wrap .down-btn:hover .ico-down {background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.657 11.8516V15.0516C16.6675 15.4648 16.5137 15.8652 16.2293 16.1652C15.9449 16.4651 15.5532 16.64 15.14 16.6516H4.51702C4.10385 16.64 3.71211 16.4651 3.42773 16.1652C3.14334 15.8652 2.98953 15.4648 3.00001 15.0516V11.8516" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.20312 8.60547L9.82812 12.6055L13.4531 8.60547" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.8291 12.611V3" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat !important;}

@media screen and (min-width: 768px) {
    .grid-box, .symbol-box.type02 .img-box {justify-content: space-around;}
    .grid-box img, .symbol-box.type02 .img-box img {margin: 0 !important;}
    .symbol-box .link-btn-wrap {display: flex; justify-content: flex-end;}
    .symbol-box .link-btn-wrap .link-btn {min-height: 50px; padding: 16px 12px;}
    .symbol-box.type02 .img-area div {width: calc(50% - 7px); max-height: 320px;}
    .symbol-box.mascot .grid-box img, .symbol-box.mascot .img-box img {max-width: 40%;}
    .symbol-box.mascot .grid-box:first-of-type img {max-width: 56%;}
    .symbol .link-btn-wrap {display: flex; flex-wrap: nowrap; justify-content: center;}
}

@media screen and (min-width: 1024px) {
    .sub-section.symbol {display: flex; align-items: flex-start;}
    .sub-section.symbol .section-tit {width: 20%;}
    .sub-section.symbol .symbol-box {width: 80%;}
    .symbol-box em {margin-bottom: 24px; font-size: 20px;}
    .symbol-box .text-area > p {font-size: 18px;}
    .symbol-box .link-btn-wrap .link-btn {padding: 14px 10px;}
    .symbol-box .text-area > p {padding-top: 0; line-height: 28px;}
}
/* 상징물 e */

/* 경기일정 s */
.point {color: var(--point-color); font-weight: 500;}
.point + .point {padding-top: 5px;}
.point.dep2 {padding-left: 10px;}
.scroll-table::before {content: ''; width: 100%; height: 2px; position: absolute; top: 0; left: 0; background: linear-gradient(90deg, #C5135E 0%, #1D2A75 100%);}
.scroll-table + .point {margin-top: 18px;}
.scroll-table td.medium {font-weight: 600;}

@media screen and (min-width: 1024px) {
    .scroll-table .point {font-size: 16px;}
    .scroll-table + .point {margin-top: 30px;}
    .scroll-table.schedule .tbl-wrap .tbl th, .scroll-table.schedule .tbl-wrap .tbl td {font-size: 18px;}
}
/* 경기일정 e */

/* 경기종목 경기장안내 s */
.sub-map-box {padding-top: 30px;}
.map-sel-box {margin-top: 16px;}
/* 경기종목 경기장안내 e */

/* 인사말 s */
.greeting {color: #555; word-break: keep-all;}
.greeting-tit {padding-bottom: 40px; color: #222; font-size: 22px; font-weight: 600; font-family: PureunJeonnam; line-height: 1.5; word-break: keep-all; display: block;}
.impact {padding-bottom: 8px; font-size: 18px;}
.greeting img {max-width: 100%; margin: 0 auto;}
.greeting .img-box {padding-bottom: 15px;}
.flex-con .right {padding-top: 30px; text-align: right; display: flex; align-items: center; justify-content: center; position: relative;z-index: -1;}
.flex-con .right::after {content: ''; width: 224px; height: 252px; display: block; position: absolute; top: -80px; left: 28%; z-index: -1; transform: translateX(-50%); background: url("/_user/athletic/img/sub/greeting-bg.svg"); background-size: cover;}
.flex-con .right span {display: inline-block;}
.flex-con .left span {font-size: 16px; line-height: 1.6; letter-spacing: -0.17px;}
.greeting .sign {font-size: 16px; font-weight: 500;}
.greeting .img-sign {margin: unset; vertical-align: middle;}
.greeting .sign-box {margin-bottom: 20px; padding-top: 20px; display: flex; align-items: center; justify-content: center; gap: 20px;}
.greeting .img-sign {max-width: 160px; padding-top: 0;}

@media screen and (min-width: 768px) {
    .greeting {font-size: 16px;}
    .greeting-tit {font-size: 28px;}
    .greeting .sign {font-size: 18px;}
    .flex-con .left span {font-size: 18px;}
    .flex-con .right::after {width: 335px; height: 379px; top: -140px; left: 32%;}
}

@media screen and (min-width: 1024px) {
    .flex-con {display: flex;}
    .flex-con .left {width: 53%; line-height: 1.5;}
    .flex-con .left br {line-height: 2;}
    .flex-con .right {width: 47%; padding-top: 0; padding-left: 80px;}
    .flex-con .right::after {top: -100px; left: 35%;}
    .greeting {font-size: 17px;}
    .greeting-tit {padding-bottom: 50px; font-size: 45px; letter-spacing: -1.35px;}
    .flex-con .left span {font-size: 17px;}
    .greeting .pic {aspect-ratio: 1 / 1; object-fit: contain;}
    .impact {padding-bottom: 5px; font-size: 20px;}
    .greeting .img-box {padding-bottom: 60px;}
    .greeting .sign-box {max-width: 420px; flex-direction: row; justify-content: flex-start; gap: 0;}
    .greeting .img-sign {max-width: 160px; padding-top: 0;}
}
/* 인사말 e */

/* 응원게시판 답변 추가 s */
.inner.qna .boardview-con:first-child {border-bottom: none;}
.inner.qna .boardview-wrap + .boardview-wrap {margin-top: 40px;}
.boardview-wrap.answer .boardview-top {padding: 20px; background: #F8F8F8; border-top: 2px solid #00235D;}
.boardview-wrap.answer .tit-wrap {padding: 0; border-bottom: 0;}
.boardview-wrap.answer .tit-wrap .boardview-tit {color: var(--point-color);}
.boardview-wrap.answer .boardview-con {padding: 20px;}
.inner.qna .state {padding: 5px 8px; color: #fff; font-weight: 300; background: var(--point-color); border-radius: 30px;}

@media screen and (min-width: 768px) {
    .inner.qna .boardview-wrap + .boardview-wrap {margin-top: 72px;}
    .boardview-wrap.answer .boardview-top {padding: 25px 40px;}
    .boardview-wrap.answer .boardview-con {padding: 50px 40px;}
    .boardview-wrap.answer .boardview-info {margin-bottom: 27px;}
}
/* 응원게시판 답변 추가 e */

/* 주요행사 수정 s */
.section-tit + .noti {margin-bottom: 10px; display: flex; justify-content: flex-end;}
.section-tit + .bullet-list {padding-left: 30px;}
.section-tit + .img-box {width: 100%; display: flex; justify-content: center;}
.section-tit + .img-box > img {width: 100%;}

/* bullet-list s */
.bullet-list {font-weight: 300;}
.bullet-list > li {padding-bottom: 15px; font-size: 14px; letter-spacing: -0.4px; word-break: keep-all; display: flex; align-items: baseline;}
.bullet-list > li:last-child {padding-bottom: 0;}
.bul-square {width: 4px; height: 4px; margin-right: 10px; display: inline-block; position: relative; top: -3px; flex-shrink: 0; background: var(--point-color);}
.bul-square-type01 {width: 7px; height: 2px; margin-right: 8px; display: inline-block; position: relative; top: -3px; flex-shrink: 0; background: #555;}
.bullet-type01 {width: 2px; height: 12px; display: inline-block; position: relative; top: 2px; flex-shrink: 0; transform: rotate(-45deg); background: #1C2A55;}
.bullet-type01 + span {padding-left: 12px;}
.bullet-type02 {width: 3px; height: 3px; display: inline-block; position: relative; top: 6px; flex-shrink: 0; background: #072995; border-radius: 50%;}
.bullet-type02 + span {padding-left: 5px;}
.bullet-list > li.inner, li.inner {flex-wrap: wrap;}
.bullet-list > li.inner > ul, li.inner > ul {width: 100%; margin-bottom: 5px; padding-top: 9px; padding-left: 18px;}
.bullet-list > li.inner > ul:last-child {margin-bottom: 0;}
.bullet-list > li.inner > ul li {margin-bottom: 5px;}
.bullet-list > li.inner > ul li:last-child {margin-bottom: 0;}
.bullet-list .black {color: #333; font-weight: 400;}

@media all and (min-width: 768px) {
    .bullet-list > li {padding-bottom: 16px; font-size: 16px;}
    .bul-square {top: -5px;}
}

@media all and (min-width: 1024px) {
    .section-tit + .bullet-list {padding-left: 50px;}
    .bullet-type01 {height: 14px;}
    .bullet-type02 {top: 6px;}
    .bullet-list > li.inner > ul li {margin-bottom: 10px;}
    .bul-square-type01 {top: -4px;}
}
/* bullet-list e */
/* 주요행사 수정 e */

/* 경기종목 s */
.info-tit {padding-bottom: 10px; color: var(--point-color2); font-size: 18px;}
.sports-wrap {display: flex; flex-direction: column;}
.sports-wrap .game-info-wrap {padding: 30px 0;}
.sports-wrap .game-info-wrap .game-tit {margin-bottom: 10px; color: #003894; font-size: 34px; font-weight: 700; letter-spacing: -1.7px; word-break: keep-all;}
.sports-wrap .game-info-wrap .game-info {padding-top: 15px; word-break: keep-all;}
.sports-wrap .game-info-wrap .game-info > li {padding-bottom: 20px;}
.sports-wrap .game-info-wrap .game-info > li:last-child {padding-bottom: 0;}
.sports-wrap .game-info-wrap .game-info .game-info-tit {padding-bottom: 10px; color: #0E1959; font-size: 19px; font-weight: 800; letter-spacing: -0.8px;}
.sports-wrap .game-info-wrap .game-info .game-info-inner > li {padding-bottom: 10px; line-height: 1.5; letter-spacing: -0.35px; position: relative; z-index: 1;}
.sports-wrap .game-info-wrap .game-info .game-info-inner > li em {color: #2d2d2d; font-weight: 700;}
.sports-wrap .game-info-wrap .game-info .game-info-inner > li:last-child {padding-bottom: 0;}
.sports-tab .item-list {padding: 0 0 30px; display: grid; gap: 5px; grid-auto-flow: row dense; grid-template-columns: repeat(auto-fit, minmax(76px, 76px)); grid-template-rows: 1fr; justify-content: center; position: relative;}
.sports-tab .item-list.left {align-items: flex-start; justify-content: flex-start;}
.sports-tab .item-list > li {height: 85px; text-align: center; position: relative; overflow: hidden; border: 1px solid #E6E6E6; box-sizing: border-box; transition: boder-color .3s;}
.sports-tab .sports-item {height: 100%; padding: 5px 0; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box;}
.sports-tab .item-list > li a.active, .sports-tab .item-list > li:hover {color: #fff; font-weight: bold; outline: 1px solid #fff; background: var(--main-color2); border-radius: 5px; box-shadow: 3px 3px 0 0 #A8A9A9;}
.sports-tab .item-list > li:hover a .txt-area, .sports-tab .item-list > li a.active .txt-area {color: #fff; font-weight: bold;}
.sports-item .ico-area {width: 100%; height: 60px; position: relative; background-position: center; background-size: 45px; background-repeat: no-repeat; transition: all .5s;}
.sports-item .txt-area {width: 100%; color: #003894; font-size: 14px; word-break: keep-all;}
.sports-tab-view > li, .table-tab-view > li, .map-tab-view > div {display: none;}
.sports-tab-view > li.active, .table-tab-view > li.active, .map-tab-view > div.active {display: block;}
.game-info-wrap, .table-tab-view-warp {opacity: 0;}
.game-info-wrap.active {display: block; animation: slideTop 1s ease forwards;}
.table-tab-view-warp.active {display: block; animation: slideTop 0.5s ease forwards; animation-delay: 0.5s;}
.map-tab-view .map-wrap {position: relative;}
.map-tab-view .map-wrap .map {width: 100%; min-height: 400px; background: lightblue;}
.map-tab-view .map-wrap .map-list {margin-top: 20px;}
.map-tab-view .map-wrap .map-list > li {margin-bottom: 10px; display: flex; align-items: center;}
.map-tab-view .map-wrap .map-list > li:last-child {margin-bottom: 0;}
.map-tab-view .map-wrap .map-list > li > p {color: #111;}
.sports-info-box {padding: 20px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; background: #F2F9FF; position: relative;}
.sports-info-box:before{content: '';width: 100%;height: 38px; display: block; background: url("/_user/athletic/img/sub/sports-bg.svg") center bottom no-repeat; position: absolute; left: 0; bottom: 0;}
.game-tit-box {width: 100%; margin-bottom: 20px;}
.sports-info-box .sports-img {display: flex; align-items: center; justify-content: center;}
.sports-info-box .sports-img img {width: 250px; background: #fff; border-radius: 100%;}
.game-box p {color: #111; font-size: 20px; font-weight: 700; line-height: 40px; margin-bottom: 20px;}
.game-li li { display: flex; flex-direction: column; margin-bottom: 15px;}
.game-li li:last-child {margin-bottom: 0;}
.game-li em {min-width: 125px; margin-bottom: 5px; display: inline-block;}
.circle {width: 15px; height: 15px; margin: 0 auto; display: block; background: #E6002D; border-radius: 50%;}
.table-tab-view .tbl th, .table-tab-view .tbl td {word-break: keep-all;}
.game-tit br {display: none;}
.sports-schedule {padding-top: 50px;}

/* 맵 아이콘 */
.map-ico {width: 32px; min-width: 32px; height: 40px; margin-right: 10px; display: block; background-size: 32px 40px;}

/* 경기 종목 픽토그램 */
.sports-tab .sports-item .ico-area {background-position: center; background-size: 50px; background-repeat: no-repeat;}



@media screen and (min-width: 768px) {
    .sports-tab .item-list {padding: 0 0 50px; grid-template-columns: repeat(auto-fit, minmax(106px, 106px));}
    .sports-tab .item-list > li {height: 106px;}
    .sports-item .ico-area {height: 70px; top: 5px; background-size: 60px;}
    .sports-item .txt-area {font-size: 16px; bottom: 15px;}
    .sports-wrap .game-info-wrap .game-tit {margin-bottom: 50px; font-size: 55px; letter-spacing: -3px;}
    .sports-wrap .game-info-wrap .game-info {width: 50%;}
    .sports-wrap .game-info-wrap .game-info .game-info-tit {font-size: 18px;}
    .sports-wrap .game-info-wrap .game-info .game-info-inner > li {font-size: 16px;}
    .sports-wrap .game-info-wrap .game-info > li {padding-bottom: 24px;}
    .map-tab-view .map-wrap .map-list > li > p {font-size: 16px;}
    .sports-info-box {gap: 50px; flex-direction: row;}
    .sports-info-box::after {width: 250px; height: 250px; background-size: 250px; border-radius: 250px;}
    .sports-wrap .game-info-wrap .game-tit-box {height: fit-content;}
    .game-li li{flex-direction: row;}
    .game-li em {margin-right: 5px; margin-bottom: 0px; display: inline-block;}
}

@media screen and (min-width: 1024px) {
    .sports-tab .item-list {padding: 0 0 100px; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(130px, 130px));}
    .sports-tab .item-list > li {height: 140px;}
    .sports-tab .sports-item {padding: 0 0 15px;}
    .map-tab-view .map-wrap .map {min-height: 500px;}
    .map-tab-view .map-wrap .map-list {margin-top: 30px;}
    .sports-item .ico-area {height: 100px; background-size: 80px !important;}
    .game-tit br {display: block;}
    .sports-tab-view > li .sports-info-box:after {width: 350px; height: 350px; opacity: 0; right: 16%; background-size: 350px; border-radius: 0;}
    .sports-item .txt-area {font-size: 19px;}
    .sports-info-box {padding: 0 80px;}
    .sports-wrap .game-info-wrap .game-tit {margin-right: 70px; color: #003894; font-size: 50px;}
    .sports-wrap .game-info-wrap .game-tit-box {display: flex;}
    .game-box {}
    .game-box p {margin-bottom: 30px; color: #111; font-size: 22px; font-weight: 700; line-height: 40px;}
    .game-li li {margin-bottom: 10px;}
    .game-li li:last-child {margin-bottom: 0;}
    .game-li em {margin-right: 20px;}
    .sports-wrap .game-info-wrap .game-info {width: 60%;}
    .sports-wrap .game-info-wrap .game-info > li {padding-bottom: 70px;}
    .sports-wrap .game-info-wrap .game-info .game-info-tit {font-size: 32px;}
    .sports-wrap .game-info-wrap .game-info .game-info-inner > li {font-size: 22px;}
    .sports-wrap .game-info-wrap .game-tit::after {width: 350px; height: 350px; bottom: 0;}
    .sports-tab .item-list > li.active .ico-area {background-size: 130px !important;}
    .sports-wrap .game-info-wrap .game-tit-box::before {width: 217px; height: 295px;}
    .sports-wrap .game-info-wrap .game-tit-box::after {width: 237px; height: 164px; bottom: 0;}
}

@media screen and (min-width: 1250px) {
    .game-tit br {display: none;}
}

@media screen and (min-width: 1440px) {
    .sports-info-box .sports-img img {width: 370px;}
}

@keyframes slideLeft {
    0% {opacity: 0; transform: translateX(-20px);}
    100% {opacity: 1; transform: translateY(0);}
}

@keyframes slideTop {
    0% {opacity: 0; transform: translateY(20px);}
    100% {opacity: 1; transform: translateY(0);}
}

@keyframes slideTop2 {
    0% {opacity: 0; transform: translate(-50%, 20px);}
    100% {opacity: 1; transform: translate(-50%, 0);}
}
/* 경기종목 e */

/* 사이트맵 s */
.sitemap-wrap .depth1 {display: flex; flex-wrap: wrap; align-items: flex-start; gap: 20px 10px;}
.sitemap-wrap .depth1 .depth1-item {width: 100%; overflow: hidden; border: 1px solid var(--point-color);}
.sitemap-wrap .depth1 .depth1-item .site-tit {height: 46px; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; background: var(--point-color);}
.sitemap-wrap .depth1 .depth1-item .depth2 li {border-bottom: 1px solid var(--point-color);}
.sitemap-wrap .depth1 .depth1-item .depth2 li:last-of-type {border-bottom: none;}
.sitemap-wrap .depth1 .depth1-item .depth2-tit {display: flex; align-items: center; box-sizing: border-box;}
.sitemap-wrap .depth1 .depth1-item .depth2-tit > a {width: 100%; min-height: 46px; padding: 15px 10px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
.sitemap-wrap .depth1 .depth1-item .depth2-tit > a:hover {color: var(--point-color); text-decoration: underline; text-underline-position: under;}

@media screen and (min-width: 768px) {
    .sitemap-wrap .depth1 .depth1-item {width: calc(50% - 10px);}
}

@media screen and (min-width: 1024px) {
    .sitemap-wrap .depth1 {gap: 40px 45px;}
    .sitemap-wrap .depth1 .depth1-item .site-tit {height: 80px; font-size: 22px;}
    .sitemap-wrap .depth1 .depth1-item .depth2-tit > a {padding: 15px 20px; font-size: 18px;}
    .sitemap-wrap .depth1 .depth1-item {width: calc(33% - 29px);}
}
/* 사이트맵 e */

/* 서버중단 및 오류 페이지 */
.mob-br {display: inline-block;}
.wrap {height: 100%; padding: 20px; box-sizing: border-box;}
.error-wrap {min-width: 320px; min-height: calc(100% - 100px); padding: 50px 0; color: #000; font-size: 15px; line-height: 1.5; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; background-color: #fff;}
.logo-2 {width: 100%; padding: 25px 20px; position: absolute; top: 0; left: 0; z-index: 10; box-sizing: border-box;}
.logo-2 > a {display: inline-block;}
.logo-2 img {width: 131px;}
.error-wrap .error {padding: 0 0 30px;}
.error-wrap.renewal {min-height: calc(100% - 80px); padding-top: 30px;}
.error-wrap.renewal .logo-2 {width: 180px; padding-bottom: 30px; position: static;}
.error-wrap.renewal .error {margin: 0 20px; padding: 30px 0; border-top: 1px solid var(--dgray); border-bottom: 1px solid var(--dgray);}
.renewal-info-img {max-width: 100%;}
.error-wrap .error-top {height: 150px; text-align: center; overflow: hidden;}
.error-wrap .error-top img {width: 187px;}
.error-wrap .error-bottom {padding-top: 30px;}
.error-wrap .error-bottom .txt {width: 255px; margin: 0 auto; color: #686868;}
.error-wrap .error strong {padding-bottom: 10px; color: var(--black); font-size: 24px; font-weight: bold; display: block;}
.error-wrap .btn-wrap {font-size: 14px; gap: 5px;}
.error-wrap .btn-wrap > a {min-width: 140px; height: 42px; color: var(--point-color); letter-spacing: -1px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--point-color); border-radius: 45px; box-sizing: border-box; transition: all 0.2s ease-in;}
.error-wrap .btn-wrap > a:hover {color: #fff; background-color: #3345A1;}
.error-wrap .book-application ul li {min-width: 100px;}
.error-wrap .book-application .icon-img img {width: 38px;}

@media screen and (min-width: 768px) {
    .logo-2 img, .error-wrap.renewal .logo-2 {width: 195px;}
    .error-wrap.renewal .logo-2 {padding-bottom: 50px;}
    .error-wrap.renewal .error {padding: 50px 0;}
    .error-wrap {font-size: 18px;}
    .error-wrap .error-top {height: auto;}
    .error-wrap .error-top img {width: 400px; max-width: 100%;}
    .error-wrap .error-bottom .txt {width: auto; font-weight: 500;}
    .error-wrap .error strong {font-size: 36px; white-space: nowrap;}
    .error-wrap .error-bottom {padding-top: 0; padding-left: 2%; text-align: left; display: flex; flex-direction: column; justify-content: center;}
    .error-wrap .error {padding: 0 20px 30px; display: flex; flex-direction: row;}
    .error-wrap .error > * {width: auto;}
    .error-wrap .btn-wrap {padding-top: 45px; font-size: 16px; justify-content: flex-start; gap: 10px;}
    .error-wrap .btn-wrap > a {width: 100%; max-width: 176px; height: 50px;}
    .error-wrap .book-application {padding: 20px; box-sizing: border-box;}
    .error-wrap .book-application .sub-title {font-size: 20px;}
    .error-wrap .book-application ul {gap: 29px;}
    .error-wrap .book-application ul li {min-width: 220px; max-width: 255px; border-radius: 20px;}
    .error-wrap .book-application ul li a {height: 98px; padding: 20px; font-weight: 500; display: flex; align-items: center; justify-content: center;}
    .error-wrap .book-application .icon-img {width: 60px; height: 60px; margin: 0 20px 0 0;}
    .error-wrap .book-application .icon-img img {width: 46px;}
    .error-wrap .book-application ul li a > p {padding-top: 0; font-size: 18px;}
}

@media screen and (min-width: 1024px) {
    .error-wrap .error strong {font-size: 40px;}
    .error-wrap .btn-wrap > a {border-width: 3px;}
    .error-wrap .book-application ul li {min-width: 255px; height: 100px;}
    .error-wrap .book-application ul li:hover {border: 1px solid var(--point-color); border-radius: 49px; box-shadow: inset 0 0 0 1px var(--point-color);}
}

/* 홍보영상 s */
.video-box {width: 100%; height: 100%; min-height: 195px; aspect-ratio: 1.64 / 1; margin: 0 auto; padding-bottom: 0; overflow: hidden; position: relative;}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1200px) {
    .video-box {max-width: 1400px; min-height: 310px; max-height: none;}
}
/* 홍보영상 e */

/* 개회식 추가 s */
.event-list {width: auto; padding-top: 20px; padding-bottom: 20px; display: flex; overflow-x: auto; align-items: center; gap: 20px;}
.event-list img {max-width: 100%; border-radius: 10px;}
.event-list li {min-width: 80%;}
.event-list li > p {padding-top: 10px; color: #111; font-size: 16px; font-weight: bold; text-align: center;}
.section-txt {padding-bottom: 10px; color: #111; font-size: 17px;}
.event-list + .point-box {margin-top: 40px;}

@media screen and (min-width: 768px) {
    .event-list.col-3 li {width: calc(33.33% - 14px);}
    .event-list.col-4 li, .event-list.col-5 li {width: calc(50% - 14px);}
    .event-list li {min-width: 40%;}
    .event-list li + li {padding-top: 0;}
    .section-txt {padding-bottom: 20px; font-size: 20px;}
}

@media screen and (min-width: 1024px) {
    .event-list {justify-content: center; gap: 30px;}
    .event-list li {min-width: unset;}
    .event-list.col-3 li {width: calc(33.33% - 20px);}
    .event-list.col-4 li {width: calc(25% - 23px);}
    .event-list.col-5 li {width: calc(20% - 24px);}
    .event-list li > p {font-size: 20px;}
    .event-list + .point-box {margin-top: 80px;}
}
/* 개회식 추가 e */

/* 부대행사 추가 s */
.side-list {padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;}
.side-list img {max-width: 100%; border-radius: 10px;}
.side-list li > p {padding-top: 10px; color: #111; font-size: 20px; font-weight: bold; text-align: center;}
.side-list li > span {padding-top: 10px; font-size: 18px; text-align: center; word-break: keep-all; display: block;}
.img-box.side {max-width: 1000px; margin: 0 auto 20px;}

@media screen and (min-width: 768px) {
    .side-list li {width: calc(50% - 14px);}
    .side-list li + li {padding-top: 0;}
    .section-txt {padding-bottom: 20px; font-size: 20px;}
}

@media screen and (min-width: 1024px) {
    .side-list {gap: 30px;}
    .side-list li {width: calc(25% - 23px);}
    .side-list li > p {font-size: 22px;}
    .side-list li > span {font-size: 18px;}
    .img-box.side {margin-bottom: 30px;}
}
/* 부대행사 추가 e */

/* 확대보기 s */
.pop-img-box {width: 100%; height: auto; padding: 20px; position: relative; border: 1px solid #ddd; box-sizing: border-box;}
.pop-img-box > img {max-width: 100%; margin: 0 auto; display: block;}
.pop-img-box .btn-img-popup {height: 34px; padding: 10px 12px; color: #FFF; position: absolute; left: 0; bottom: 0; background: #091C6A; box-sizing: border-box;}
.bigimg-popup {width: 90%; height: 400px; padding-top: 40px; display: none; overflow: hidden; position: fixed; top: 50%; left: 50%; z-index: 100; transform: translate(-50%, -50%);}
.bigimg-popup .btn-close {width: 40px; height: 40px; position: absolute; top: 0; right: 0; background: #000;
    z-index: 9999;}
.bigimg-popup .zoom-area {position: relative; z-index: 1;}
.bigimg-popup .btn-close:before {content: ''; width: 1px; height: 25px; position: absolute; top: 7px; left: 20px; transform: rotate(45deg); background: #fff;}
.bigimg-popup .btn-close:after {content: ''; width: 1px; height: 25px; position: absolute; top: 7px; left: 20px; transform: rotate(-45deg); background: #fff;}
.bigimg-popup > div {height: 100%;}
.svg-zoom {width: 16px; height: 15px; margin-right: 6px; display: inline-block; background: url("/_user/athletic/img/sub/icon-zoomin.svg") center no-repeat;}

@media screen and (min-width: 768px) {
    .btn-img-popup {display: none;}
}

@media screen and (min-width: 1024px) {
    .pop-img-box {padding: 0; border: none;}
    .bigimg-popup > div > img {width: 100%;}
}
/* 확대보기 e */

/* 버스 추가 s */
.bus-wrap .link-btn-wrap {margin-top: 20px; justify-content: right;}
.bus-wrap .img-scroll-box {margin-top: 20px; padding-bottom: 10px; overflow-x: auto;}
.bus-box + .bus-box {margin-top: 50px;}
.bus-box .section-tit::before {content: '•'; margin-right: 5px; color: var(--point-color); font-size: 1.2em; line-height: 1;}

@media screen and (min-width: 768px) {
    .img-scroll-box {display: flex; justify-content: center;}
}

@media screen and (min-width: 1024px) {
    .bus-box .section-tit {font-size: 25px;}
    .bus-box + .bus-box {margin-top: 80px; padding-top: 80px; border-top: 1px dashed #C2C2C2;}
    .bus-item {display: flex; align-items: center; gap: 60px;}
    .cont-box {width: 50%;}
    .bus-wrap .link-btn-wrap {margin-top: 0;}
    .bus-wrap .img-scroll-box {margin-top: 60px; justify-content: flex-start;}
    .bus-box .section-tit::before {margin-right: 10px;}
}
/* 버스 추가 e */

/* 성화행사 s */
.info-box {padding: 20px; color: #fff; line-height: 1.6; background: url("/_user/athletic/img/sub/info-bg-m.svg") center center no-repeat; background-size: cover;}
.info-box .tit {color: #FFF; font-size: 14px; font-weight: 500; text-align: center; letter-spacing: -0.2px;}
.info-box .desc {color: #FFF; font-size: 18px; font-weight: 400; text-align: center; letter-spacing: -0.26px;}
.info-box .desc span {font-weight: 500;}
.pop-img-box + .pop-img-box {margin-top: 30px;}
.img-relay-box {margin-bottom: 30px; display: flex;}
.img-relay-box img {max-width: 100%;}
.img-relay-box .pc {display: none;}

@media screen and (min-width: 1024px) {
    .info-box {background: url("/_user/athletic/img/sub/info-bg.svg") center no-repeat; background-size: cover;}
    .info-box .tit {font-size: 20px;}
    .info-box .desc {font-size: 26px;}
    .torch-area {padding-top: 40px; display: flex; justify-content: space-between;}
    .torch-area .pop-img-box:nth-of-type(1) {width: 40%; max-width: 440px;}
    .torch-area .pop-img-box:nth-of-type(2) {width: 60%;}
    .img-relay-box .mobile {display: none;}
    .img-relay-box .pc {display: block;}
}
/* 성화행사 e */

/* 조직도 수정 s */
.organ-img-chart > img {max-width: 100%; margin: 0 auto;}
.organ-img-chart .pc, .organ-img-chart .tablet {display: none;}

@media screen and (min-width: 768px) {
    .organ-img-chart .mobile {display: none;}
    .organ-img-chart .tablet {display: block;}
}

@media screen and (min-width: 1200px) {
    .organ-img-chart .tablet {display: none;}
    .organ-img-chart .pc {display: block;}
}
/* 조직도 수정 e */
/* 경기종목 수정 s*/
.sports-info-box {gap: 10px;}
.sports-map-box {width: 100%; min-height: 300px; display: none; overflow: hidden; border-radius: 20px;}
.sports-map-box > div {min-height: 300px;}

@media screen and (min-width: 768px) {
    .sports-map-box, .sports-map-box > div {min-height: 260px;}
    .sports-info-box {gap: 20px;}
}
/* 경기종목 수정 e*/