@charset "utf-8";
:root {
    --point-bg: linear-gradient(90deg, #C5135E 0%, #1D2A75 100%); /* 그라데이션 */
    --table-border-color: #00235D;
}

/* sub-top background s */
.sub-top.intro {background-image: url("/_user/img/sub/img-subvisual-intro.png"); background-size: cover;} /* 회사소개 */
.sub-top.pro {background-image: url("/_user/img/sub/img-subvisual-provisioning.png"); background-size: cover; background-position: 80% 5%;} /* 프로비저닝 */
.sub-top.news {background-image: url("/_user/img/sub/img-subvisual-news.png"); background-size: cover; background-position: 47% 98%;} /* 뉴스 */
.sub-top.ai {background-image: url("/_user/img/sub/img-subvisual-ai.png"); background-size: cover; background-position: 80% 42%;} /* AI신약 */
.sub-top.computing {background-image: url("/_user/img/sub/img-subvisual-computing.png"); background-size: cover; background-position: 80% 42%;} /* 컴퓨팅 */
.sub-top.contact {background-image: url("/_user/img/sub/img-subvisual-contact.png"); background-size: cover; background-position: 50% 42%;}  /* CONTACT US */
@media screen and (min-width: 1900px){
    .sub-top {background-position: center bottom !important;}
}
/* sub-top background e */

/* sub-nav s */
body.sub {background: #F6F7F8;;}
.sub-container {position: relative; box-sizing: border-box; margin-top: 65px}
.sub-nav {position: relative; width: 100%; height: 50px; max-width: 1800px; margin: 0 auto; z-index: 10;}
.breadcrumbs-wrap .homebtn, .breadcrumbs-wrap .breadcrumbs, .sub-nav .sub-util {display: none;}
.breadcrumbs-wrap .breadcrumbs:last-child {display: block;}
.breadcrumbs-wrap .breadcrumbs {position: relative;}
.breadcrumbs-wrap .breadcrumbs>button {position: relative; display: block; box-sizing: border-box; width: 100%; height: 50px; padding: 10px 20px; text-align: left; background: #1A5653; color: #fff; box-shadow: 0 0 18px 0 rgba(26, 26, 26, 0.08); font-size: 1.5rem;}
.breadcrumbs-wrap .breadcrumbs>button:after {content: ''; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 17px; height: 8px; background: url("/_user/img/sub/ico-nav-arrow.svg") center no-repeat; background-size: auto 8px; transition: .3s;}
.breadcrumbs-wrap .breadcrumbs>button.on::after {transform: rotate(180deg); margin-top: -4px;}
.breadcrumbs-wrap .breadcrumbs>ul {display: none; position: absolute; top: 50px; left: 0; width: 100%; box-sizing: border-box; padding: 8px 0; background: #FFF; z-index: 2; box-shadow: 0 0 18px 0 rgba(26, 26, 26, 0.08);}
.breadcrumbs-wrap .breadcrumbs>ul>li+li {margin-top: 10px;}
.breadcrumbs-wrap .breadcrumbs>ul>li>a {display: block; padding: 10px 30px; color: #808080; line-height: 1; letter-spacing: -1px; transition: .2s; font-size: 1.4rem;}
.fix .sub-nav {position: fixed; top: 65px}
@media screen and (min-width: 768px){
    .sub-nav {height: 60px;}
    .breadcrumbs-wrap .breadcrumbs>button {height: 60px; padding: 10px 30px; font-size: 2rem;}
    .breadcrumbs-wrap .breadcrumbs>button::after {right: 25px; width: 20px; height: 20px; background-size: contain;}
    .breadcrumbs-wrap .breadcrumbs>ul {top: 60px;}
    .breadcrumbs-wrap .breadcrumbs>ul>li+li {margin-top: 18px;}
    .breadcrumbs-wrap .breadcrumbs>ul>li>a {font-size: 1.7rem;}
}

@media screen and (min-width: 1200px){
    .header.sub-header {position: relative;}

    .sub-nav {position: static; top: 0; height: 70px; border-bottom: 1px solid #dbdfe2; background: #1A5653; margin-top: 1rem; box-shadow: 0 0 18px 0 rgba(26, 26, 26, 0.08); border-radius: 2rem; transition: top .3s ease;}
    .nav-inner {display: flex; justify-content: space-between; align-items: center; max-width: 1560px; margin: 0 auto; padding: 0 30px; box-sizing: border-box;}
    .breadcrumbs-wrap .homebtn, .sub-nav .breadcrumbs {display: block;}
    .breadcrumbs-wrap {display: flex; height: 70px;}
    .breadcrumbs-wrap .homebtn {width: 70px; height: 70px; background: url("/_user/img/sub/ico-homesvg.svg") center no-repeat; background-size: 20px;}
    .breadcrumbs-wrap .breadcrumbs::before {content: ''; display: block; position: absolute; left: -1px; z-index: 1; width: 1px; height: 100%; background: #dbdfe2;}
    .breadcrumbs-wrap .breadcrumbs>button {min-width: 250px; height: 70px; padding: 10px 40px 10px 20px; font-size: 16px; border: none; box-shadow: unset;}
    .breadcrumbs-wrap .breadcrumbs>button::after {right: 2rem; width: 17px; height: 8px; background-image: url("/_user/img/sub/ico-nav-arrow.svg"); background-size: 16px;}
    .breadcrumbs-wrap .breadcrumbs>button.on::after {}
    .breadcrumbs-wrap .breadcrumbs>ul {top: 71px; border: 1px solid #dbdee1; border-top: none;}
    .breadcrumbs-wrap .breadcrumbs>ul>li+li {margin-top: 10px;}
    .breadcrumbs-wrap .breadcrumbs>ul>li>a {padding: 8px 15px; font-size: 15px; line-height: 16px; letter-spacing: -1px; transition: .2s;}
    .breadcrumbs-wrap .breadcrumbs>ul>li>a:hover {color: #05548f;}
    .fix .sub-nav {position: fixed; top: 110px; left: 50%; transform: translateX(-50%); margin-top: 0; max-width: unset; border-radius: 0;}
}
/* sub-nav e*/

/* 서브 공통 레이아웃 s */
.red {color: var(--red);}
.sub-top {position: relative; width: 100%; max-width: 1800px; margin: 0 auto; height: 160px; padding: 60px 20px 70px; box-sizing: border-box; background-repeat: no-repeat;}
.sub-top>h2 {display: flex; justify-content: center; color: #fff; font-size: 32px; font-weight: 500; letter-spacing: -0.7px; max-width: 1400px; padding: 0 20px; box-sizing: border-box; margin: 0 auto;}
.sub-tit-top {display: flex; justify-content: center; color: #fff; text-transform: uppercase; font-weight: 100; padding-bottom: 1rem;}
.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: 1560px; margin: 0 auto; padding: 50px 20px 50px; box-sizing: border-box;}
.sub-title {position: relative; display: block; color: var(--black); word-break: keep-all; box-sizing: border-box; max-width: 1480px; margin: 0 auto 2rem; font-weight: 700; line-height: 1.5; font-size: 2rem;}
.sub-title::before {content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 10px; background: url("/_user/img/sub/ico-tit-bullet.png") no-repeat center / 25px; position: relative; top: 2px;}
.sub-title-box {margin-bottom: 2rem;}
.sub-title-box .sub-title {margin: 0;}
.sub-title-box > p {font-size: 1.5rem; padding: 1rem 0 0 3rem;}
.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;}
.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;}
.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;}
.sub-container .no-contents {font-size: 16px; color: #aaa; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 160px; border: 1px solid #ddd; background: #fff;}
.sub-container .no-contents>span {display: block; padding-top: 14px; font-size: 14px;}
.sub-container .no-contents>img {margin-right: 0; width: 30px;}

@media screen and (min-width: 768px) {
    .sub-top {height: 250px; padding: 100px 20px 70px}
    .sub-tit-top {font-size: 1.6rem;}
    .sub-top>h2 {font-size: 40px;}
}


@media screen and (min-width: 1024px) {
    .sub-container {margin-top: 110px;}
    .sub-top {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 280px; background-size: auto 100%; text-align: center; border-radius: 2rem;}
    .sub-tit-top {font-size: 2rem;}
    .sub-top>h2 {font-size: 6.5rem; letter-spacing: 0;}
    .contents {padding: 140px 40px 50px;}
    .sub-title {font-size: 36px; text-align: left; margin-bottom: 5rem;}
    .sub-title-box {margin-bottom: 5rem;}
    .sub-title-box > p {font-size: 2.2rem; padding: 1rem 0 0 3rem;}
    .homebtn>a {width: 60px; height: 22px; padding-right: 30px;}
    .ico-home {width: 20px; height: 20px; background-size: 100%;}
    .sub-container .no-contents {font-size: 20px; height: 300px;}
    .sub-container .no-contents>span {padding-top: 20px; font-size: 16px;}
    .sub-container .no-contents>img {width: 48px;}
}

@media screen and (min-width: 1200px) {
    .sub-top {height: 350px;}
}

/* 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;}

@media all and (min-width: 1024px){
    .sub-section{padding-bottom: 60px;}
    .section-tit {font-size: 28px; padding-bottom: 23px;}
}
/* sub-section e */

/* 오시는길 s */
.location-info-area {padding: 3rem 0; border: 1px solid #000; border-left: none; border-right: none; font-size: 1.5rem;}
.location-info-area > li {display: flex; gap: 3rem; word-break: keep-all;}
.location-info-area > li + li {padding-top: 1rem;}
.location-info-area > li > p {min-width: 7rem;}
.location-area {min-height: 300px; background: #ddd; border-radius: 1.5rem; margin-top: 3rem;}
.ico-down {display: inline-block; width: 20px; height: 17px; margin-left: 0.5rem; background: url("/_user/img/sub/ico-down.svg") no-repeat center / 20px;}
@media screen and (min-width: 1024px) {
    .location-info-area {padding: 4rem 0; font-size: 1.7rem;}
    .location-info-area > li + li {padding-top: 2rem;}
    .location-info-area > li > p {min-width: 10rem;}
    .location-info-area > li a:hover {text-decoration: underline; text-underline-position: under;}
    .location-area {border-radius: 2rem; margin-top: 6rem;}
    .location-area {min-height: 600px;}
    .ico-down {background-size: 25px; margin-left: 1rem;}
}
/* 오시는길 e */

/* point-box s */
.point-box {position: relative; text-align: center; width: 100%; padding: 20px; box-sizing: border-box; background: var(--point-bg); border-radius: 10px; color: #fff;}
.point-box>p, .point-box>span {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: 20px;}
    .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 {font-size: 18px;}
}
/* point-box e */




/* 준비중 페이지 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.44px; text-align: center; color: #111; font-weight: 300;}
.preparing {color: #9C9C9C; text-align: center; font-size: 30px; letter-spacing: -0.75px; padding-top: 32px; font-weight: 600;}
.preparing>span {color: var(--point-color2); vertical-align: middle;}
.preparing-wrap .txt {display: block; font-size: 16px; padding-top: 10px; color: #9C9C9C;}
@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: 55px; padding-top: 52px;}
    .preparing-wrap .txt {font-size: 20px; padding-top: 10px;}
}
/* 준비중 페이지 e */

/* 대회개요 s */
.column-table {position: relative; width: 100%;}
.column-table::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: var(--point-bg);}
.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; flex-wrap: wrap; justify-content: center; align-items: center;}
.logo-list li + li {margin-left: 20px;}
.logo-list img {max-width: 200px;}
.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; gap: 10px;}
    .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-labal {display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 20px; background: #222; color: #fff; margin-top: 2px; margin-right: 3px; font-size: 13px;}
.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-labal {width: 70px; height: 24px; margin-right: 5px; margin-top: 0; 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 {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("/_user/imgout-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 */
.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("/_user/imglogin.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("/_user/img-naver.svg")center/contain no-repeat;}
.login-kakao {background: #FAE300; color: #111;}
.login-kakao::before {background: url("/_user/img-kakao.svg")center/contain no-repeat;}
@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 {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 */
.point {color: var(--point-color); font-weight: 500;}
.point + .point {padding-top: 5px;}
.point.dep2 {padding-left: 10px;}
.scroll-table::before {content: ''; position: absolute; top: 0; left: 0; height: 2px; width: 100%; 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: #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 {font-size: 18px; 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;}
.flex-con .left span {font-size: 16px;}
.greeting .sign {font-size: 16px; font-weight: 500;}
.greeting .img-sign {vertical-align: middle; margin: unset;}
.greeting .sign-box {display: flex; align-items: center; justify-content: center; gap: 20px; padding-top: 20px;}

@media screen and (min-width: 768px){
    .greeting {font-size: 16px;}
    .greeting-tit {font-size: 28px;}
    .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: 32px; letter-spacing: -1.5px; padding-bottom: 50px;}
    .flex-con .left span {font-size: 20px;}
    .greeting .pic {aspect-ratio: 1 / 1; object-fit: contain;}
    .impact {font-size: 20px; padding-bottom: 5px;}
    .greeting .img-box {padding-bottom: 60px;}
    .greeting .sign-box {flex-direction: row; justify-content: flex-end; gap: 20px; max-width: 420px;}
    .greeting .sign img {width: 135px; position: relative; top: -4px; }
    .greeting .img-sign {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 {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;}
}
/* 응원게시판 답변 추가 e */

/* 주요행사 수정 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 */

/* 사이트맵 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);}
.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*/

/*서버중단 및 오류 페이지*/
.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: #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 {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*/
.event-list {width: auto; display: flex; align-items: center; gap: 20px; padding-top: 20px; overflow-x: auto; padding-bottom: 20px;}
.event-list img {max-width: 100%; border-radius: 10px; }
.event-list li {min-width: 80%}
.event-list li > p {text-align: center; font-size: 16px; padding-top: 10px; color: #111; font-weight: bold;}
.section-txt {font-size: 17px; color: #111; padding-bottom: 10px;}
.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 {font-size: 20px; padding-bottom: 20px;}
}
@media screen and (min-width: 1024px){
    .event-list {gap: 30px; justify-content: center;}
    .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 {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding-top: 20px;}
.side-list img {max-width: 100%; border-radius: 10px; }
.side-list li > p {text-align: center; font-size: 20px; padding-top: 10px; color: #111; font-weight: bold;}
.side-list li > span {display: block; text-align: center; font-size: 18px; padding-top: 10px; word-break: keep-all;}
.img-box.side {margin: 0 auto 20px; max-width: 1000px;}
@media screen and (min-width: 768px){
    .side-list li {width: calc(50% - 14px);}
    .side-list li + li {padding-top: 0;}
    .section-txt {font-size: 20px; padding-bottom: 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 {position: relative; width: 100%; height: auto; border: 1px solid #ddd; padding: 20px; box-sizing: border-box;}
.pop-img-box>img {display: block; margin: 0 auto; max-width: 100%;}
.pop-img-box .btn-img-popup {position: absolute; left: 0; bottom: 0; height: 34px; padding: 10px 12px; box-sizing: border-box; background: #091C6A; color: #FFF;}
.bigimg-popup {display: none; position: fixed; padding-top: 40px; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 100; width: 90%; height: 400px; overflow: hidden;}
.bigimg-popup .btn-close {position: absolute; right: 0; top: 0; width: 40px; height: 40px; background: #000;}
.bigimg-popup .btn-close:before {content: ''; position: absolute; left: 20px; top: 7px; width: 1px; height: 25px; background: #fff; transform: rotate(45deg);}
.bigimg-popup .btn-close:after {content: ''; position: absolute; left: 20px; top: 7px; width: 1px; height: 25px; background: #fff; transform: rotate(-45deg);}
.bigimg-popup>div {overflow: auto; height: 100%;}
.svg-zoom {display: inline-block; width: 16px; height: 15px; margin-right: 6px; background: url("/_user/img-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 {border: none; padding: 0;}
    .bigimg-popup>div>img {width: 100%;}
}
/* 확대보기 e */

/* 버스 추가 s */
.bus-wrap .link-btn-wrap {justify-content: right; margin-top: 20px;}
.bus-wrap .img-scroll-box {overflow-x: auto; padding-bottom: 10px; margin-top: 20px;}
.bus-box + .bus-box {margin-top: 50px;}
.bus-box .section-tit::before {content: '•'; color: var(--point-color); margin-right: 5px; 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 {padding-top: 80px; border-top: 1px dashed #C2C2C2; margin-top: 80px;}
    .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 {justify-content: flex-start; margin-top: 60px;}
    .bus-box .section-tit::before {margin-right: 10px;}
}
/* 버스 추가 e */

/* 성화행사 s */
.pop-img-box + .pop-img-box {margin-top: 30px;}

.img-relay-box {display: flex; margin-bottom: 30px;}
.img-relay-box img {max-width: 100%;}
.img-relay-box .pc {display: none;}
@media screen and (min-width: 1024px) {
    .torch-area {display: flex; justify-content: space-between; padding-top: 40px;}
    .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*/