@charset "utf-8";
:root {
    --point-color: #004799;  /* 블루 */
    --point-color2: #FFD900; /* 노랑 */
    --game-box-color: #072995;
    --table-border-color: #00235D;
}

/* sub-top background s */
.sub-top.intro {background-image: url("/home/jssports/_user/athletic/img/sub/img-subvisual-intro.jpg"); background-size: cover; background-position: 60% 0;} /* 대회소개 */
.sub-top.event {background-image: url("/home/jssports/_user/athletic/img/sub/img-subvisual-event.jpg"); background-size: cover; background-position: 80% 5%;} /* 주요행사 */
.sub-top.info {background-image: url("/home/jssports/_user/athletic/img/sub/img-subvisual-info.jpg"); background-size: cover; background-position: 47% 98%;} /* 경기안내 */
.sub-top.tour {background-image: url("/home/jssports/_user/athletic/img/sub/img-subvisual-tour.jpg"); background-size: cover; background-position: 80% 42%;} /* 관광정보 */
.sub-top.community {background-image: url("/home/jssports/_user/athletic/img/sub/img-subvisual-community.jpg"); background-size: cover; background-position: 50% 42%;}  /* 참여마당 */
.sub-top.login {background-image: url("/home/jssports/_user/athletic/img/sub/img-subvisual-login.jpg"); background-size: cover; background-position: 80% 42%;} /* 로그인 */
/* sub-top background e */

/* 서브 공통 레이아웃 s */
.sub-top {position: relative; width: 100%; height: 320px; background: #1C2A55 no-repeat; padding: 150px 20px 70px; box-sizing: border-box; font-family: PureunJeonnam;}
.sub-top>h2 {display: flex; justify-content: center; padding-bottom: 26px; color: #fff; font-size: 29px; font-weight: 500; letter-spacing: -0.7px;}
.homebtn {display: flex;}
.homebtn>a {width: 45px; height: 16px; color: #fff; text-align: right; padding-right: 10px;}
.sub-wrap {position: relative; overflow: hidden;}
.contents {max-width: 1400px; margin: 0 auto; padding: 50px 20px 50px; box-sizing: border-box;}
.sub-title {padding-bottom: 60px; font-size: 29px; color: #111; font-weight: 500; text-align: center; letter-spacing: -1.5px; font-family: PureunJeonnam; font-weight: 600}
.screen-out,  .blind {display: none;}
.ico-home {display: inline-block; margin-top: 1px; width: 15px; height: 15px; background: url("/home/jssports/_user/athletic/img/sub/ico-home.svg") center/ 95% no-repeat;}
.sub-top.scroll-up:before {transform: rotate(3deg); left: -20px;}
.sub-top.resize:before {transition: 0s;}
.point-color {color: var(--point-color);}
.category {width: 100%; position: absolute; left: 0; bottom: 0;}
.category-btn {display: flex; align-items: center; justify-content: space-between; position: relative; width: 100%; height: 52px; padding: 17px 16px; background: var(--point-color); color: #fff; font-size: 15px; font-family: PureunJeonnam;}
.category-wrap {display: none; width: 100%; position: absolute; overflow-y: auto; z-index: 5; border: 1px solid #e5e5e5; box-sizing: border-box;}
.category-wrap li .tab-btn {display: flex; align-items: center; width: 100%; height: 52px; padding: 17px 16px; box-sizing: border-box; background: #fff; font-family: PureunJeonnam;}
/*.category-wrap li:nth-child(n+2) .tab-btn {border-top: 1px solid #e5e5e5;}*/
.category-btn .arrow {display: flex; align-items: center; justify-content: center; width: 18px; height: 18px; transition: .3s;}
.category-btn.active .arrow {transform: rotate(180deg);}
.category li.active .tab-btn {background: #F6FAFF;}
.category .arrow::before {content: ''; position: absolute; top: 50%; width: 7px; height: 7px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translateY(-50%) rotate(135deg);}
.btn-wrap button.delete {background: red; border-color: red; color: #fff;}
.btn-wrap button.delete:hover {background: #bd0404;}

@media screen and (min-width: 1024px){
    .category-wrap {position: static !important; display: flex !important; flex-wrap: wrap; justify-content: center; border: none;}
    .category-btn {display: none;}
    .category-wrap li {background: #fff; width: 20%; max-width: 240px;}
    .category-wrap.col3 li {width: 33.33%;}
    .category-wrap.col4 li {width: 25%;}
    .category-wrap li .tab-btn {height: 80px; justify-content: center; font-size: 20px; background: #111; color: #fff;}
    .category-wrap li + li .tab-btn {border-left: 1px solid #fff;}
    .category-wrap li.active .tab-btn {color: #fff; background: var(--point-color);}
}

@media screen and (min-width: 1024px) {
    .sub-top {height: 430px; padding: 200px 20px 60px;}
    .sub-top>h2 {font-size: 36px; padding-bottom: 30px; letter-spacing: 0; font-weight: 600;}
    .sub-title {font-size: 36px;}
    .homebtn>a {width: 60px; height: 22px; padding-right: 30px;}
    .contents {padding-top: 130px;}
    .inner {padding-bottom: 120px;}
    .sub-title {padding-bottom: 30px;}
    .ico-home {width: 20px; height: 20px; background-size: 100%;}
}

.breadcrumbs {display: flex; justify-content: center; margin: 0 auto;}
.breadcrumb-area {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px;}
.breadcrumb-item +.breadcrumb-item::before {content: ""; display: inline-block; margin-right: 8px; width: 6px; height: 10px; background: url("/home/jssports/_user/athletic/img/sub/ico-bread-arrow.svg") no-repeat center / contain}
.breadcrumb-item, .breadcrumb-item a {display: inline-block; color: #fff; font-weight: 400; font-size: 16px; padding-left: 8px; font-family: Pretendard;}
.breadcrumb-item a:first-of-type {padding-left: 0;}
.breadcrumb-item.active {font-weight: 500;}
.ico-home {display: inline-block; text-indent: -9999px; width: 16px; height: 16px; background: url(/home/jssports/_user/athletic/img/sub/ico-home.svg) no-repeat center/cover; position: relative;}

@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: 15px;}
    .breadcrumb-item +.breadcrumb-item::before {margin-right: 12px;}
    .ico-home {width: 15px; height: 15px;}
}

/* link-btn s */
.link-btn {display: flex; padding: 11px 20px; min-height: 40px; justify-content: center; align-items: center; background: #fff; box-sizing: border-box; color: var(--point-color); border: 1px solid var(--point-color); transition: .4s; font-size: 14px; font-weight: 400;}
.link-btn:hover, .link-btn:focus {background: #004EA2;  color: #fff; border: none; box-shadow: 5px 0px 15px 0px rgba(7,41,149,0.32);}
.link-btn:hover .ico-down, .link-btn:focus .ico-down {background-image: url("/home/jssports/_user/athletic/img/sub/ico-down-white.svg");}
.link-btn.large {color: #072995; border: 1px solid #072995; padding: 15px;}
.link-btn.small {padding: 7px; font-size: 12px; min-height: 30px;}
.link-btn-wrap .link-btn {margin-bottom: 10px;}
.link-btn-wrap .link-btn:last-child {margin-bottom: 0; margin-right: 0;}
.link-btn span {min-width: 17px;}
/*.ico-link {display: block; width: 17px; height: 13px; margin-left: 17px; background: url("/home/jssports/_user/athletic/img/sub/ico-out-link.svg") center no-repeat;}*/
.ico-down {display: block; width: 16px; height: 15px; margin-left: 17px; background: url("/home/jssports/_user/athletic/img/sub/ico-down.svg") center no-repeat;}
.ico-down.white {display: block; width: 16px; height: 15px; margin-left: 17px; background: url("/home/jssports/_user/athletic/img/sub/ico-down-white.svg") center no-repeat;}
.out-link {display: inline-block; width: 15px; height: 12px; margin-left: 5px; margin-bottom: 3px; background: url("/home/jssports/_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-bottom: 0; margin-right: 10px;}
    .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 {font-size: 14px; padding: 7px 17px; min-width: 90px;}
    .ico-link {margin-left: 10px;}
    .out-link {margin-left: 7px; width: 17px; height: 13px;}
}
/* link-btn e */

/* tab 기본 레이아웃 s */
.tab-nav {display: flex; flex-wrap: wrap; margin-bottom: 30px;}
.tab-nav li {background: #F7F7F7; border: 1px solid #DDD; box-sizing: border-box; width: 100%;}
.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 {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-weight: 400; height: 100%; min-height: 50px; padding: 11px; position: relative; word-break: break-all; font-size: 15px; line-height: 1.3; box-sizing: border-box; font-family: PureunJeonnam;}
.tab-nav li.on {background: #111; border: none;}
.tab-nav li.on a {color: #FFF;}
.tab-box {margin-bottom: 30px;}
.tab-nav.type02 {margin-bottom: 10px;}
.tab-nav.type02 li {width: 25%;}
.tab-box .link-btn-wrap {width: 100%;}
.tab-box .link-btn-wrap .link-btn {width: 100%; max-width: 100%;}
.tab-nav li:hover {box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;}
.tab-nav li:hover a {box-shadow: var(--point-color) 0 0 0 1px inset;}

@media all and (min-width: 1024px){
    .tab-nav {width: 100%; margin-bottom: 50px; flex-wrap: nowrap;}
    .tab-box {display: flex; width: 100%;}
    .tab-nav li {transition: 0.3s;}
    .tab-nav li a {font-size: 18px;}
    .tab-box {margin-bottom: 50px;}
    .tab-nav.type02 {margin-bottom: 0; height: 64px;}
    .tab-box .link-btn-wrap {max-width: 220px; margin-left: 23px;}
    .tab-nav li:first-child {border-left: 1px solid #dedede;}
    .tab-nav li.on:first-child {border-left: none;}
    .tab-nav li:nth-child(n+3) {border-top: 1px solid #dedede;}
    .tab-nav li.on:nth-child(n+3) {border: none;}
}

/* tab 기본 레이아웃 e */

/* sub-section s */
.sub-section {padding-bottom: 30px;}
.sub-section:last-of-type {padding-bottom: 0;}
.section-tit {display: flex; align-items: center; font-size: 20px; color: #111; padding-bottom: 18px; font-weight: 600;}
.tit-bullet {display: inline-block; min-width: 30px; height: 30px; background: url("/home/jssports/_user/athletic/img/sub/ico-tit-bullet.svg") no-repeat; background-size: 30px 30px;}

@media all and (min-width: 1024px){
    .sub-section{padding-bottom: 60px;}
    .section-tit {font-size: 28px; padding-bottom: 23px;}
    .tit-bullet {width: 40px; height: 40px; background-size: 40px 40px; margin-right: 10px;}
}
/* sub-section e */

/* point-box s */
.point-box {position: relative; text-align: center; width: 100%; padding: 20px; box-sizing: border-box; background: #111; border-radius: 50px;}
.point-box>p, .point-box>span {color: #fff; word-break: keep-all;}
.point-box>p {font-size: 15px; line-height: 26px;}
.point-box>span {display: block; margin-top: 10px; font-weight: 300; font-size: 13px;}
.point-box + .tbl-wrap {margin-top: 20px;}
.point-box + .board-list-wrap {margin-top: 30px;}
.point-box>p>em {font-size: 15px;}

@media all and (min-width: 1024px){
    .point-box {padding: 27px; border-radius: 60px;}
    .point-box>p {font-size: 25px;}
    .point-box>span {font-size: 18px;}
    .point-box + .board-list-wrap {margin-top: 100px;}
    .point-box>p>em {font-size: 22px;}
    .point-box>span {margin-top: 12px; font-size: 18px;}
}
/* point-box e */

/* 공통 table s */
.tbl-wrap {border-top: 1px solid #004EA2;;}
.common-table .tbl colgroup {display: table-column-group;}
.common-table .tbl tbody {display: table-row-group;}
.common-table .tbl tr {display: table-row; padding: 0; border-bottom: none;}
/* 공통 table e */

/*박스 이미지*/
.photo-list {padding-top: 16px;}
.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 {position: absolute; background-color: rgba(0,35,93,0.3); width: 100%; height: 100%; top: 0; left: 0; z-index: 2;}
.photo-list .box:hover .box-hover:before {position: absolute; content: ''; width: 28px; height: 1px; background-color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.photo-list .box:hover .box-hover:after {position: absolute; content: ''; width: 1px; height: 28px; background-color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.photo-list .box:hover .photo-box img {transform: scale(1.1 ,1.1);}
.photo-list .box .photo-box {background: #F8F8F8 url("/home/jssports/_user/athletic/img/sub/ico-photo.svg") center 50% no-repeat; background-size: 49px; height: 0 ; padding-top: 70%; position: relative; overflow: hidden; border: 1px solid #ddd;}
.photo-list .box .photo-box:after {font-weight: 300; content: '등록된 이미지가 없습니다.'; color: #aaa; font-size: 12px; margin-top: 10px; position: absolute; left: 50%; top: calc(50% + 23px); transform: translateX(-50%);}
.photo-list .box .photo-box>img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; transition: all 0.5s; z-index: 1;}
.photo-list .box .text-box {position: relative; z-index: 2; border: 1px solid #ddd; border-top-width: 0; padding: 14px; font-weight: 300;}
.photo-list .box .text-box .box-tit p {font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #222; letter-spacing: -0.7px; padding-bottom: 13px;}
.box-info>span {color: #111; font-size: 14px;}
.box-info .date {margin-right: 17px;}
@media screen and (min-width: 768px) {
    .photo-list {display: flex; justify-content: flex-start; flex-wrap: wrap; padding-top: 40px; border-top: 2px solid var(--point-color);}
    .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%;}
    .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 .box-tit p {font-size: 16px; letter-spacing: -0.9px;}
    .photo-list .box .box-info {font-size: 16px;}
    .photo-list .box .text-box {padding: 20px;}
    .photo-list .box .photo-box {background-size: 67px; background-position: center 45%;}
    .photo-list .box .photo-box:after {font-size: 14px;}
}
@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) {margin-right: 40px;}
    .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: -2px;}
.ico-file {position: relative; display: inline-block; width: 15px; height: 15px; margin-right: 0; background: url("/home/jssports/_user/athletic/img/sub/ico-file.svg") center / 95% no-repeat;}
.ico-view {position: relative; display: inline-block; width: 16px; height: 11px; margin-right: 10px; background: url("/home/jssports/_user/athletic/img/sub/ico-view.svg") center / 95% no-repeat;}
.ico-date {position: relative; display: inline-block; width: 13px; height: 12px; margin-right: 10px; background: url("/home/jssports/_user/athletic/img/sub/ico-date.svg") center / 90% no-repeat;}
.ico-download {width: 15px; height: 15px; margin-right: 8px; background: url("/home/jssports/_user/athletic/img/layout/ico-download.svg") center no-repeat;}
.boardview-info .ico-date, .boardview-info .ico-view {position: relative; top: 2px;}
.box-info .ico-date, .box-info .ico-view {margin-right: 7.5px;}
.box-info .ico-date {width: 13px; height: 13px; background-size: 95%; top: 1px;}
.box-info .ico-view {width: 15px; height: 11px; top: 2px;}
@media screen and (min-width: 768px) {
    .box-info .ico-date, .box-info .ico-view {top: 2px;}
    .board-list-wrap .board-list tr>td>span {top: 3px;}
}

@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%;}
    .boardview-info .ico-date, .boardview-info .ico-view {top: 4px;}
    .box-info .ico-date, .box-info .ico-view {top: 0;}
    .box-info .ico-date {width: 15px; height: 15px; 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: 184px;}
.preparing-wrap>span {display: block; padding-top: 20px; line-height: 21px; letter-spacing: -0.35px; text-align: center; color: #111; font-weight: 300;}
.preparing {color: #111; text-align: center; font-size: 30px; letter-spacing: -0.75px; padding-top: 32px; font-weight: 600;}
.preparing>span {color: var(--point-color);}
.preparing-wrap .txt {display: block; font-size: 14px; padding-top: 10px;}
@media screen and (min-width: 1024px){
    .preparing-wrap>img {width: 326px;}
    .preparing-wrap>span {padding-top: 24px; line-height: 28px; font-size: 18px;}
    .preparing {font-size: 40px; padding-top: 52px;}
    .preparing-wrap .txt {font-size: 20px; padding-top: 20px;}
}
/* 준비중 페이지 e */

/* 대회개요 s */
.column-table {border-top: 2px solid var(--table-border-color); width: 100%;}
.column-table tbody tr {display: flex; flex-direction: column; text-align: center;}
.column-table tbody>tr>th  {display: block;font-weight: 800;letter-spacing: -0.4px;background-color: #F9F9F9;color: #111;padding: 16px 0;}
.column-table tbody>tr>td  {display: block;font-weight: 500;letter-spacing: -0.4px;color: #111;padding: 16px 0;border-top: 1px solid #DDD;border-bottom: 1px solid #DDD;}
.logo-list {display: flex; justify-content: center; align-items: center;}
.logo-list li:first-child {margin-right: 20px;}
.logo-list li:nth-of-type(2) {margin-right: 15px;}
.logo-list img {max-width: 138px;}
.logo-sponsor {max-width: 138px; width: 35%; height: 20%;}
@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  {display: flex;justify-content: center;font-size: 18px;align-items: center;padding: 26px 0;border-bottom: 1px solid #DDD;border-right: 1px solid #DDD;width: 152px;min-width: 152px;}
    .column-table tbody>tr>td  {display: flex;align-items: center;font-size: 18px;letter-spacing: -0.45px;text-align: left;padding-left: 20px;border-top: none;border-bottom: 1px solid #DDD;width: 100%;}
    .logo-list {justify-content: flex-start}
    .logo-sponsor {width: auto; height: auto;}

}
/* 대회개요 e */

/* 경기장 안내 s */
.locat {display: flex; justify-content: space-between; align-items: center; padding: 0 10px;}
.locat .link-btn-wrap {width: auto;}
@media screen and (min-width: 768px) {
    .locat .link-btn-wrap {margin-left: 10px;}
}
/* 경기장 안내 e */

/* 응원게시판 form s */
.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 {background: #fff; height: auto; padding: 0; text-align: left; border: none;}
.tbl.form-wrap tr:first-child th {padding-top: 20px;}
.tbl.form-wrap td {display: block; height: auto; padding: 8px 0 16px;}
.form-wrap .info {display: block; font-size: 12px; padding-top: 10px;}
@media screen and (min-width: 1024px) {
    .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 {display: table-row; border-top: 1px solid #DDD;}
    .tbl.form-wrap th {background: #F9F9F9; padding: 16px 10px; text-align: center; border-right: 1px solid #ddd;}
    .tbl.form-wrap tr:first-child th {padding-top: 20px;}
    .tbl.form-wrap td {display: table-cell; padding: 16px 10px 16px 30px;}
    .form-input.writer {width: 280px;}
    .form-wrap .info {font-size: 14px;}
}
/* 응원게시판 form e*/

/* 숙박정보 s */
.link-btn.down-btn.gr {padding: 10px; color: #fff; background: linear-gradient(90deg, #00B6BE 0% , #0060AF 100%); font-size: 14px; font-weight: 300; border: none; transition: .4s;}
.board-btn-box {width: 100%; display: flex; flex-direction: column;}
.board-btn-box .search-box {margin-bottom: 15px; width: 100%;}
.tab-box .link-btn:hover, .tab-box .link-btn:focus {background: #072995; color: #fff; 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("/home/jssports/_user/athletic/img/sub/ico-out-link-w.svg");}
@media screen and (min-width: 768px){
    .board-btn-box {flex-direction: row; justify-content: flex-end; align-items: flex-end;}
    .board-btn-box {width: auto; padding-top: 0;}
    .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 {justify-content: space-between; font-size: 15px; margin-left: 20px;}
    .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; font-size: 16px; margin-right: 10px;}
}
/* 숙박정보 e */

/* 대회조직도 s */
.organ-chart {position: relative; color: #111;}
.organ-chart::before {content: ''; display: block; position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: -1; height: 100%; width: 1px; background-color: #ddd;}
.organ-chart .chart {display: flex; flex-direction: column;}
.organ-chart .chart::after {content: ''; display: block; position: absolute; left: 50%; top: 50%;}
.organ-chart .chart > div {border: 2px solid var(--point-color); border-radius: 5px; margin-bottom: 30px; z-index: 5; background: #fff;}
.organ-chart .chart p {position: relative; z-index: 5;}
.organ-chart .chart p span {display: block; padding: 10px 0; text-align: center; font-size: 18px; letter-spacing: -0.45px; line-height: 1.6; color: #111;}
.organ-chart .chart p span:first-of-type {font-size: 16px; padding: 10px 0; letter-spacing: -0.35px; line-height: 1.4; color: #fff; background: var(--point-color);}
.chart-box {margin-bottom: 30px;}
.chart-box:last-child {margin-bottom: 0;}
.organ-chart div:nth-child(3) {margin-bottom: 20px;}
.chart-box > div {border: 2px solid; border-radius: 5px; background: #fff; margin-bottom: 20px; position: relative; z-index: 5;}
.chart-box > div p {display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 0; color: #fff; text-align: center;}
.chart-box > div p > span {display: flex; align-items: center; justify-content: center;}
.chart-box > div p > span .num {border-radius: 11px; padding: 3px 10px; margin-left: 8px; box-sizing: border-box; background: #fff; font-size: 13px; text-align: center; letter-spacing: -0.33px; font-weight: 300;}
.chart-box > div p > .bar {margin: 7px 0;}
.chart-box > div ul {padding: 18px 0; text-align: center; font-size: 13px; letter-spacing: -1px; line-height: 1.84;}
.chart-box .flex-box {display: flex; justify-content: center;}
.chart-box .flex-box ul {width: 50%;}
.chart-box .flex-box ul {position: relative;}
.chart-box .flex-box ul + ul::after {content: ''; display: inline-block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 63%; border-right: 2px dashed #ddd;}
.chart-box .lighter {line-height: 1.5; color: rgba(255,255,255,0.8); font-size: 14px; letter-spacing: -0.35px;}
.chart-box .w-100 {width: 100%;}
.chart-box .w-100 .flex-box ul {line-height: 1.5;}
.organ-chart div:nth-child(2) > div {border-color: var(--point-color);}
.organ-chart div:nth-child(2) > div p {background: var(--point-color);}
.organ-chart div:nth-child(2) > div p > span .num {color: #E62E0D; font-weight: bold;}
.organ-chart div:nth-child(3) > div {border-color: var(--point-color);}
.organ-chart div:nth-child(3) > div p {background: var(--point-color);}
.organ-chart div:nth-child(3) > div p > span .num {color: #E62E0D; font-weight: bold;}
.organ-chart div:nth-child(4) > div {border-color: #009140;}
.organ-chart div:nth-child(4) > div p {background: #009140;}
.organ-chart div:nth-child(4) > div p > span .num {color: #E62E0D; font-weight: bold;}
.flex-col-box > ul + ul {border-top: 1px dashed #009140}
@media screen and (min-width: 450px) {
    .chart-box > div ul {font-size: 14px; line-height: 2;}
}
@media screen and (min-width: 768px) {
    .chart-box {margin-bottom: 40px;}
    .chart-box > div {margin-bottom: 30px;}
    .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; line-height: 2;}
    .chart-box .flex-box ul:first-child::after {height: 68%;}
}
@media screen and (min-width: 1024px) {
    .organ-chart .chart p span:first-of-type {padding: 20px 0; font-size: 18px;}
    .organ-chart .chart p span {padding: 20px 0;}
    .organ-chart::before {height: 65%;}
    .organ-chart {max-width: 1200px; margin: 0 auto;}
    .organ-chart .chart {width: 370px; height: 250px; margin: 0 auto 20px;}
    /*.organ-chart .chart p span:first-of-type {font-size: 16px; line-height: 1.6;}*/
    /*.organ-chart .chart p span {font-size: 22px;}*/
    .chart-box {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 80px;}
    .chart-box > div {min-width: 370px; box-sizing: border-box; margin-bottom: 0;}
    /*.organ-chart > div:nth-child(2) {width: 98%; margin: 0 auto 70px; position: relative;}*/
    /*.organ-chart div:nth-child(2) {justify-content: center; margin-bottom: 70px;}*/
    .organ-chart div:nth-child(3) {justify-content: end; margin-bottom: 140px; position: relative;}
    .organ-chart div:nth-child(4) > div {margin-bottom: 0;}
    .chart-box .long {min-width: 580px;}
    .chart-box:last-child > div {min-width: 310px;}
    .chart-box > div p {padding: 20px 0; height: 60px; box-sizing: border-box;}
    .chart-box > div ul {padding: 24px 0;}
    .organ-chart > div.floor-1 div::before {content: ''; display: block; position: absolute; left: 50%; top: -72px; transform: translateX(-50%); width: 1px; height: 70px; background: #ddd;}
    .organ-chart > div.floor-1 div:first-child::after {content: ''; display: block; position: absolute; left: 107%; top: -72px; transform: translateX(-50%); width: 115%; height: 1px; background: #ddd;}
    .organ-chart > div.floor-1 div::after {content: ''; display: block; position: absolute; left: -26px; top: -72px; transform: translateX(-50%); width: 113%; height: 1px; background: #ddd;}
    .organ-chart div.floor-2::before {content: ''; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 50%; height: 1px; background: #ddd;}
    .organ-chart div.floor-3 {display: flex; gap: 20px; justify-content: space-between; align-items: stretch;}
    .organ-chart div.floor-3 > div {width: 20%;}
    .organ-chart div.floor-3 > div::before {content: ''; display: block; position: absolute; left: 50%; top: -72px; transform: translateX(-50%); width: 1px; height: 70px; background: #ddd;}
    .organ-chart div.floor-3 > div:first-child::after {content: ''; display: block; position: absolute; left: 153px; top: -72px; width: 162%; height: 1px; background: #ddd;}
    .organ-chart div.floor-3 > div:last-child::after {content: ''; display: block; position: absolute; right: 153px; top: -72px; width: 162%; height: 1px; 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;}
}
/* 대회조직도 e */

/* 로그인 s */
.login-wrap {padding: 50px 40px; border: 1px solid #ddd; box-sizing: border-box; text-align: center; max-width: 540px; margin: 0 auto;}
.login-wrap .login::before {content: ''; display: inline-block; width: 80px; height: 80px; border: 3px solid #ddd; border-radius: 50%; box-sizing: border-box; background: url("/home/jssports/_user/athletic/img/sub/img-login.png")center/50% no-repeat;}
.login-wrap .login .text {font-weight: 300; word-break: keep-all; font-size: 16px; letter-spacing: -0.8px; margin: 20px 0 33px;}
.login-wrap .login .text span:last-child {display: block; margin-top: 14px; font-size: 14px; letter-spacing: -0.7px; color: #aaa;}
.login-btn {display: flex; align-items: center; justify-content: center; width: 100%; padding: 16px 0; box-sizing: border-box; font-size: 15px; font-weight: 300; letter-spacing: -0.75px;}
.login-btn::before {content: ''; display: inline-block; width: 17px; height: 17px; margin-right: 12px; position: relative; top: -1px;}
.login-naver {background: #03CF5D; color: #fff; margin-bottom: 10px;}
.login-naver::before {background: url("/home/jssports/_user/athletic/img/sub/icon-naver.svg")center/contain no-repeat;}
.login-kakao {background: #FAE300; color: #111;}
.login-kakao::before {background: url("/home/jssports/_user/athletic/img/sub/icon-kakao.svg")center/contain no-repeat;}
@media screen and (min-width: 768px) {
    .sub-top + .sub-wrap .inner {padding-top: 70px;}
    .login-wrap {padding: 90px 80px;}
    .login-wrap .login::before {width: 100px; height: 100px;}
    .login-wrap .login .text {font-size: 18px; margin: 34px 0;}
    .login-wrap .login .text span:last-child{font-size: 16px;}
    .login-btn {font-size: 18px;}
    .login-naver {margin-bottom: 15px;}
}
/* 로그인 e */

/* 상징물 s */
.grid-box {display: flex; justify-content: center; align-items: center; background: url('/home/jssports/_user/athletic/img/sub/icon-grid.png'); background-size: 16px 16px; border-right: 1px solid #efefef; border-bottom: 1px solid #efefef; padding: 40px 0; margin-bottom: 20px; box-sizing: border-box;}
.grid-box img, .symbol-box.type02 .img-box img {display: block; max-width: 50%;}
.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 {display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 20px; box-sizing: border-box;}
.symbol-box em {display: block; font-weight: 600; color: #111; font-size: 18px; margin-bottom: 16px;}
.symbol-box .text-area>p {display: flex; align-items: baseline; font-size: 14px; padding-top: 20px; letter-spacing: -0.38px; color: #222;}
.symbol-box .text-area>p:first-of-type {padding-top: 0;}
.symbol-box .text-area>p::before {content: ''; position: relative; top: -4px; display: inline-block; width: 3px; min-width: 3px; height: 3px; border-radius: 3px; background: #111; margin-right: 5px;}
.sub-section.symbol-box .section-tit {padding-bottom: 23px;}
.symbol-box .link-btn-wrap {margin-top: 30px;}
.symbol-box .link-btn-wrap .link-btn {justify-content: space-between; padding: 12px 20px;}
.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 {display: block; height:20px;}

@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 {max-height: 320px; width: calc(50% - 7px);}
    .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%;}
}
@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%;}
    .grid-box, .symbol-box.type02 .img-box {}
    .symbol-box em {font-size: 20px; margin-bottom: 24px;}
    .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;}
.scroll-table + .point {margin-top: 18px;}
.scroll-table td.medium {font-weight: 600;}
@media screen and (min-width: 1024px) {
    .scroll-table + .point {margin-top: 30px; font-size: 16px;}
    .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: #111; word-break: keep-all;}
.greeting-tit {font-size: 22px; word-break: keep-all; display: block; padding-bottom: 40px; line-height: 1.5; font-weight: 600;}
.impact {color: var(--point-color); font-size: 20px; display: block; padding-bottom: 8px;}
.greeting img {max-width: 100%; margin: 0 auto;}
.greeting .img-box {padding-bottom: 15px;}
.flex-con .right {padding-top: 30px; display: flex; flex-direction: column; text-align: right;}
.flex-con .right span {display: inline-block; padding-top: 20px; width: 100%; max-width: 430px; margin: 0 auto;}
.flex-con .left span {font-size: 16px;}
.greeting .sign {font-size: 16px; font-weight: 500;}
.greeting .img-sign {width: 72px; vertical-align: middle; margin: unset; margin-left: auto; padding-top: 10px;}

@media screen and (min-width: 768px){
    .greeting {font-size: 16px;}
    .greeting-tit {font-size: 30px;}
    .greeting .sign {font-size: 18px;}
    .greeting .sign img {width: 88px;}
    .flex-con .left span {font-size: 18px;}

}
@media screen and (min-width: 1024px){
    .flex-con {display: flex;}
    .flex-con .left {width: 63%; line-height: 1.5;}
    .flex-con .left br {line-height: 2;}
    .flex-con .right {padding-top: 0; width: 37%; padding-left: 8%;}
    .greeting {font-size: 18px;}
    .greeting-tit {font-size: 45px; letter-spacing: -1.5px; padding-bottom: 50px;}
    .flex-con .left span {font-size: 20px;}
    .flex-con .right span {padding-top: 30px;}
    .greeting .pic {padding-top: 20px; aspect-ratio: 1 / 1; object-fit: contain;}
    .impact {font-size: 25px; padding-bottom: 5px;}
    .greeting .img-box {padding-bottom: 60px;}

    .greeting .sign img {width: 135px; position: relative; top: -4px; }
}
/* 인사말 e */

/* 2023. 03. 27. 응원게시판 답변 추가 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: #F0F8FF; 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 {background: var(--point-color); color: #fff; border-radius: 30px; padding: 5px 8px; font-weight: 300;}

@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;}
}
/* 2023. 03. 27. 응원게시판 답변 추가 e */

/* 2023. 04. 04. 주요행사 수정 s */
.section-tit + .noti {display: flex; justify-content: flex-end; margin-bottom: 10px;}
.section-tit + .bullet-list {padding-left: 30px;}
.section-tit +.img-box {display: flex; justify-content: center; width: 100%;}
.section-tit +.img-box>img {width: 100%;}
/* bullet-list s */
.bullet-list {font-weight: 300;}
.bullet-list>li {display: flex; align-items: baseline; padding-bottom: 15px; font-size: 14px; letter-spacing: -0.4px; word-break: keep-all;}
.bullet-list>li:last-child {padding-bottom: 0;}
.bul-square {display: inline-block; width: 4px; height: 4px; background: var(--point-color); position: relative; top: -3px; flex-shrink: 0; margin-right: 10px;}
.bul-square-type01 {display: inline-block; width: 7px; height: 2px; background: #555; position: relative; top: -3px; flex-shrink: 0; margin-right: 8px;}
.bullet-type01 {display: inline-block; width: 2px; height: 12px; background: #1C2A55; transform: rotate(-45deg); flex-shrink: 0; position: relative; top: 2px;}
.bullet-type01 + span {padding-left: 12px;}
.bullet-type02 {width: 3px; height: 3px; display: inline-block; background: #072995; border-radius: 50%; flex-shrink: 0; position: relative; top: 6px;}
.bullet-type02 + span {padding-left: 5px;}
.bullet-list>li.inner, li.inner {flex-wrap: wrap;}
.bullet-list>li.inner>ul, li.inner>ul {padding-left: 18px; padding-top: 9px; margin-bottom: 5px; width: 100%;}
.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 {font-size: 16px; padding-bottom: 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 */

/* 2023. 04. 04. 주요행사 수정 e */

/* 경기종목 s */
.sports-wrap {display: flex; flex-direction: column;}
.sports-wrap .game-info-wrap {padding: 30px; border-top: 3px solid #222; background: #F9F9F9;}
.sports-wrap .game-info-wrap .game-tit {position: relative; font-size: 34px; color: var(--point-color); letter-spacing: -1.7px; font-family: "PureunJeonnam", sans-serif; font-weight: 700; margin-bottom: 10px; 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 {color: #111; letter-spacing: -0.8px; font-size: 16px; font-weight: 700; padding-bottom: 10px;}
.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 {font-weight: 700; color: #2d2d2d;}
.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; grid-auto-flow: row dense; grid-template-columns: repeat(auto-fit, minmax(60px, 60px)); grid-template-rows: 1fr; position: relative; justify-content: center;}
.sports-tab .item-list>li {position: relative; height: 60px; text-align: center; box-sizing: border-box; overflow: hidden; box-shadow: 0 0 0 1px #eee inset;}
.sports-tab .sports-item {display: flex; flex-direction: column; justify-content: space-between; color: var(--point-color);}
.sports-tab .item-list>li.active {border: 3px solid #004EA2; background: #FFF; box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.25);}
.sports-item .ico-area {position: relative; width: 100%; height: 43px; background-size: 35px; background-repeat: no-repeat; background-position: center; transition: all .5s;}
.sports-tab .item-list>li:hover .ico-area {background-size: 40px;}
.sports-item .txt-area {font-size: 10px; word-break: keep-all; position: absolute; left: 0; bottom: 3px; z-index: 1; width: 100%;}
.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;}
.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 {display: flex; align-items: center; margin-bottom: 10px;}
.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 {position: relative;}
.sports-info-box:after {position: absolute; right: 0; top: -10px; content: ''; display: block; width: 100px; height: 100px; background-size: 100%; border-radius: 100px;}
.circle {display: block; width: 10px; height: 10px; background: #004EA2; border-radius: 50%; margin: 0 auto;}
.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 {display: block; width: 32px; min-width: 32px; height: 40px; background-size: 32px 40px; margin-right: 10px;}
/*.map-ico1 {background-image: url('/home/jssports/_user/athletic/img/sub/img-map1.svg')}*/
/*.map-ico2 {background-image: url('/home/jssports/_user/athletic/img/sub/img-map2.svg')}*/
/*.map-ico3 {background-image: url('/home/jssports/_user/athletic/img/sub/img-map3.svg')}*/
/*.map-ico4 {background-image: url('/home/jssports/_user/athletic/img/sub/img-map4.svg')}*/
/*.map-ico5 {background-image: url('/home/jssports/_user/athletic/img/sub/img-map5.svg')}*/
/*.map-ico6 {background-image: url('/home/jssports/_user/athletic/img/sub/img-map6.svg')}*/
/*.map-ico7 {background-image: url('/home/jssports/_user/athletic/img/sub/img-map7.svg')}*/

@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; background-size: 70px; top: 5px;}
    .sports-item .txt-area {font-size: 16px; bottom: 15px;}
    .sub-wrap .sports-tab .item-list>li:hover:before {right: -13%; top: -11%; background: var(--point-color);}
    .sports-tab .item-list>li:hover .ico-area {background-size: 80px;}
    .sports-wrap .game-info-wrap {padding: 60px 50px 30px; box-sizing: border-box;}
    .sports-wrap .game-info-wrap .game-tit {font-size: 55px; margin-bottom: 50px; letter-spacing: -3px;}
    .sports-wrap .game-info-wrap .game-info {width: 57%;}
    .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:after {width: 250px; height: 250px; background-size: 250px; border-radius: 250px;}
    .sports-tab .item-list>li.active {border-width: 5px;}
}

@media screen and (min-width: 1024px){
    .sports-tab .item-list {grid-template-columns: repeat(auto-fit, minmax(113px, 113px)); padding: 0 0 100px;}
    .sports-tab .item-list>li {height: 113px;}
    .sports-info-wrap .sports-list>li:before {border-radius: 55px;}
    .map-tab-view .map-wrap .map {min-height: 500px;}
    .map-tab-view .map-wrap .map-list {margin-top: 30px;}
    .sports-item .ico-area {height: 60px; background-size: 60px; top: 10px;}
    .sports-tab .item-list>li:hover .ico-area {background-size: 70px;}
    .game-tit br {display: block;}
    .sports-info-box:after {width: 350px; height: 350px; background-size: 350px; border-radius: 350px; opacity: 1;}
    .sports-item .txt-area {font-size: 19px;}
    .sports-wrap .game-info-wrap {position: relative; padding: 80px 80px 70px;}
    .sports-wrap .game-info-wrap .game-tit {font-size: 60px;}
}
@media screen and (min-width: 1250px){
    .game-tit br {display: none;}
}

/*경기 종목 픽토그램*/
.sports-tab .sports-item.athletics .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-athletics-bl.svg');} /* 육상 */
.sports-tab .sports-item.soccer .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-soccer-bl.svg');} /* 축구 */
.sports-tab .sports-item.tennis .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-tennis-bl.svg');} /* 테니스 */
.sports-tab .sports-item.soft-tennis .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-soft-tennis-bl.svg');} /* 소프트테니스 */
.sports-tab .sports-item.volleyball .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-volleyball-bl.svg');} /* 배구 */
.sports-tab .sports-item.tabletennis .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-tabletennis-bl.svg');} /* 탁구 */
.sports-tab .sports-item.ko-wrestling .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-ko-wrestling-bl.svg');} /* 씨름 */
.sports-tab .sports-item.archery .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-archery-bl.svg');} /* 궁도 */
.sports-tab .sports-item.taekwondo .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-taekwondo-bl.svg');} /* 태권도 */
.sports-tab .sports-item.badminton .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-badminton-bl.svg');} /* 배드민턴 */
.sports-tab .sports-item.boxing .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-boxing-bl.svg');} /* 복싱 */
.sports-tab .sports-item.judo .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-judo-bl.svg');} /* 유도 */
.sports-tab .sports-item.bowling .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-bowling-bl.svg');} /* 볼링 */
.sports-tab .sports-item.swimming .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-swimming-bl.svg');} /* 수영 */
.sports-tab .sports-item.cycle .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-cycle-bl.svg');} /* 자전거 */
.sports-tab .sports-item.kendo .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-kendo-bl.svg');} /* 검도 */
.sports-tab .sports-item.golf .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-golf-bl.svg');} /* 골프 */
.sports-tab .sports-item.baduk .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-baduk-bl.svg');} /* 바둑 */
.sports-tab .sports-item.weightlifting .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-weightlifting-bl.svg');} /* 역도 */
.sports-tab .sports-item.basketball .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-basketball-bl.svg');} /* 농구 */
.sports-tab .sports-item.billiards .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-billiards-bl.svg');} /* 당구 */
.sports-tab .sports-item.obliquecase .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-obliquecase-bl.svg');} /* 사격 */
.sports-tab .sports-item.footvolleyball .ico-area {background-image: url('/home/jssports/_user/athletic/img/sub/icon-footvolleyball-bl.svg');} /* 족구 */

.sports-info-box:after {background-repeat: no-repeat; background-color: rgba(176, 176, 176, 0.10); background-position: center;}
.sports-info-box.athletics:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-athletics-cr.svg');} /* 육상 */
.sports-info-box.soccer:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-soccer-cr.svg');} /* 축구 */
.sports-info-box.tennis:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-tennis-cr.svg');} /* 테니스 */
.sports-info-box.soft-tennis:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-soft-tennis-cr.svg');} /* 소프트테니스 */
.sports-info-box.volleyball:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-volleyball-cr.svg');} /* 배구 */
.sports-info-box.tabletennis:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-tabletennis-cr.svg');} /* 탁구 */
.sports-info-box.ko-wrestling:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-kwrestling-cr.svg');} /* 씨름 */
.sports-info-box.archery:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-archery-cr.svg');} /* 궁도 */
.sports-info-box.taekwondo:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-taekwondo-cr.svg');} /* 태권도 */
.sports-info-box.badminton:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-badminton-cr.svg');} /* 배드민턴 */
.sports-info-box.boxing:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-boxing-cr.svg');} /* 복싱 */
.sports-info-box.judo:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-judo-cr.svg');} /* 유도 */
.sports-info-box.bowling:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-bowling-cr.svg');} /* 볼링 */
.sports-info-box.swimming:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-swimming-cr.svg');} /* 수영 */
.sports-info-box.cycle:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-cycle-cr.svg');} /* 자전거 */
.sports-info-box.kendo:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-kendo-cr.svg');} /* 검도 */
.sports-info-box.golf:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-golf-cr.svg');} /* 골프 */
.sports-info-box.baduk:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-baduk-cr.svg');} /* 바둑 */
.sports-info-box.weightlifting:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-weightlifting-cr.svg');} /* 역도 */
.sports-info-box.basketball:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-basketball-cr.svg');} /* 농구 */
.sports-info-box.billiards:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-billiards-cr.svg');} /* 당구 */
.sports-info-box.obliquecase:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-obliquecase-cr.svg');} /* 사격 */
.sports-info-box.footvolleyball:after {background-image: url('/home/jssports/_user/athletic/img/main/icon-footvolleyball-cr.svg');} /* 족구 */

@media screen and (min-width: 768px){


}
@media screen and (min-width: 1024px){

}

@media screen and (min-width: 1250px){

}
/* 경기종목 e */

/* 사이트맵 s*/
.sitemap-wrap .depth1 {display: flex; flex-wrap: wrap; gap: 20px 10px; align-items: flex-start;}
.sitemap-wrap .depth1 .depth1-item {width: 100%; overflow: hidden; border: 1px solid var(--point-color); font-family: PureunJeonnam;}
.sitemap-wrap .depth1 .depth1-item .site-tit {height: 46px;display: flex;align-items: center;justify-content: center; background: var(--point-color); color: #fff;font-size: 18px;}
.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 {display: flex; justify-content: center; align-items: center; width: 100%; min-height: 46px; box-sizing: border-box; padding: 15px 10px;}
.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%; box-sizing: border-box; padding: 20px;}
.error-wrap {position: relative; line-height: 1.5; background-color: #fff; padding: 50px 0; min-width: 320px; min-height: calc(100% - 100px); display: flex; align-items: center; justify-content: center; color: #000; font-size: 15px; flex-direction: column;}
.logo-2 {position: absolute; z-index: 10; left: 0; top: 0; width: 100%; box-sizing: border-box; padding: 25px 20px;}
.logo-2>a {display: inline-block;}
.logo-2 img {width: 131px;}
.error-wrap .error {padding: 0 0 30px;}
.error-wrap.renewal {padding-top: 30px; min-height: calc(100% - 80px);}
.error-wrap.renewal .logo-2 {padding-bottom: 30px; width: 180px; position: static;}
.error-wrap.renewal .error {padding: 30px 0; margin: 0 20px; border-top: 1px solid var(--dgray); border-bottom: 1px solid var(--dgray);}
.renewal-info-img {max-width: 100%;}
.error-wrap .error-top {height: 150px; overflow: hidden; text-align: center;}
.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 {color: var(--black); font-size: 24px; font-weight: bold; padding-bottom: 10px; display: block;}
.error-wrap .btn-wrap {font-size: 14px; gap: 5px;}
.error-wrap .btn-wrap>a {min-width: 140px; box-sizing: border-box; justify-content: center; letter-spacing: -1px; color: var(--point-color); border-radius: 45px; border: 2px solid var(--point-color); height: 42px; display: flex; align-items: center; transition: all 0.2s ease-in;}
.error-wrap .btn-wrap>a:hover {color: #fff; background-color: var(--point-color);}
.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 {max-width: 100%; width: 400px;}
    .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; text-align: left; padding-left: 2%; display: flex; flex-direction: column; justify-content: center;}
    .error-wrap .error {display: flex; flex-direction: row; padding: 0 20px 30px;}
    .error-wrap .error>* {width: auto;}
    .error-wrap .btn-wrap {justify-content: flex-start; font-size: 16px; padding-top: 45px; gap: 10px;}
    .error-wrap .btn-wrap>a {height: 50px; width: 100%; max-width: 176px;}
    .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 {max-width: 255px; border-radius: 20px; min-width: 220px;}
    .error-wrap .book-application ul li a {display: flex; align-items: center; font-weight: 500; height: 98px; justify-content: center; padding: 20px;}
    .error-wrap .book-application .icon-img {margin: 0 20px 0 0; width: 60px; height: 60px;}
    .error-wrap .book-application .icon-img img {width: 46px;}
    .error-wrap .book-application ul li a > p {font-size: 18px; padding-top: 0;}
}
@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-radius: 49px; border: 1px solid var(--point-color); box-shadow: inset 0 0 0 1px var(--point-color);}
}

/* 홍보영상 s */
.video-box {position: relative; padding-bottom: 0; width: 100%; height: 100%; min-height: 195px; overflow: hidden; margin: 0 auto; aspect-ratio: 1.64 / 1;}
@media screen and (min-width: 768px){
}
@media screen and (min-width: 1200px){
    .video-box {max-height: none; min-height: 310px; max-width: 1400px;}
}
/* 미디어 e */