@charset "UTF-8";

body {overflow-x: hidden;}
body.on {overflow: hidden;}

/*** header s ***/
.header {position: fixed; z-index: 21; width: 100%; border-bottom: 1px solid #FFFFFF80; transition: .4s;}
.inner-header {display: flex; position: relative; z-index: 40; align-items: center; justify-content: space-between; padding: 18px 20px; box-sizing: border-box; height: 75px;}
.inner-header .logo a {display: block; width: 215px;}
.inner-header .logo a img {max-width: 100%; position: relative; top: -5px; z-index: 25; transform: scale(0.81); transform-origin: left;}
.inner-header .util {display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 20;}
.inner-header .util.col3 {min-width: 60px;}
.inner-header .util > button, .inner-header .util > a {width: 20px; height: 20px; overflow: hidden; text-indent: -9999px; transition: background-color 0.3s;}
.inner-header .popup-btn {background: url('/home/jssports/_user/athletic/img/layout/icon-bell-w.svg')0 0/contain no-repeat;}
.inner-header .account-btn {display: none; background-size: 20px 20px;}
.inner-header .site-btn {display: none;}
.inner-header .gnb-btn, .inner-header .site-btn {position: relative; z-index: 20;}
.gnb-btn > span, .site-btn > span {display: inline-block; position: absolute; width: 100%; height: 2px; right: 0; top: 50%; transform: translateY(-50%); background: #fff;}
.gnb-btn > span::before, .site-btn > span::before {position: absolute; content: ''; display: block; width: 100%; height: 2px; top: -7px; left: 0; transition: all 0.3s; background: #fff;}
.gnb-btn > span::after, .site-btn > span::after {position: absolute; content: ''; display: block; width: 100%; height: 2px;  bottom: -7px; right: 0; transition: all 0.3s; background: #fff;}
.gnb-wrap {position: fixed; overflow: hidden; left: 100%; top: 0; bottom: 0; height: 100vh; width: 100%; background: var(--point-color); padding-top: 75px; display: flex; z-index: 20; box-sizing: border-box; transition: left 0.3s;}
.gnb-wrap.open {left: 0;}
.gnb-wrap.open .gnb-top {display: none;}
.gnb-wrap.open + .util {min-width: 60px;}
.gnb-wrap.open + .util.col3 {min-width: 90px;}
.gnb-wrap.open + .util > .account-btn {display: block;}
.gnb-wrap .gnb > li > a {color: #fff; font-size: 45px; font-weight: 700; padding: 15px 0; display: inline-block; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 0.5px; font-family: PureunJeonnam;}
.gnb-wrap .gnb > li > a:hover {-webkit-text-fill-color: #fff; -webkit-text-stroke-width: 0;}
.gnb-wrap .gnb .dep2 {display: none; text-align: center;}
.gnb-wrap .gnb .dep2 > li > a {padding: 10px 0; display: inline-block; font-size: 20px; color: #fff; font-weight: 300;}
.gnb-wrap .gnb .dep2 > li > a.on {color: #fff;}
.gnb-wrap .gnb .dep2 > li > a .out-link {display: inline-block; width: 15px; height: 12px; margin-top: 5px; margin-left: 5px; margin-bottom: 3px; background: url("/home/jssports/_user/paralympic/img/sub/ico-out-link-w.svg") no-repeat center / contain; background-size: 100%;}
.gnb-wrap .gnb .dep2 > li > a:hover .out-link {background-image: url("/home/jssports/_user/athletic/img/sub/ico-out-link-w.svg")}
.gnb-wrap .gnb-inner {width: 100%; height: 100%; overflow-y: auto; padding: 30px 0 0; text-align: center; border-top: 1px solid rgba(221,221,221,.3);}
.family-site {display: flex; justify-content: center; width: 100%; margin-top: auto; padding: 30px 0; background: #fff; box-sizing: border-box;}
.family-site li:first-child {padding-right: 50px;}
.family-site li a {font-size: 16px; color: #404040; display: block;}
.family-site li a:before {content: ''; position: relative; top: -2px; display: inline-block; width: 4px; height: 4px; background: #404040; border-radius: 50%; margin-right: 4px;}

.header.active {position: fixed; background: #1C2A55;}
.header.active .inner-header {border-bottom: 1px solid rgba(221,221,221,.3);}
.header.active .inner-header .popup-btn {background: url('/home/jssports/_user/athletic/img/layout/icon-bell.svg')0 0/contain no-repeat;}
.header.active .inner-header .account-btn {background: url('/home/jssports/_user/athletic/img/layout/icon-account.svg')0 0/contain no-repeat;}
.header.active .inner-header .account-btn.logout {background-image: url('/home/jssports/_user/athletic/img/layout/icon-logout.svg'); background-size: 20px 20px;}
.gnb-btn.active>span {transform: rotate(-45deg);}
.gnb-btn.active>span:before {top: 0; transition: top 75ms ease,opacity 75ms ease .12s; opacity: 0;}
.gnb-btn.active>span:after {bottom: 0; transform: rotate(90deg);}
.gnb-wrap.open {overflow: visible; display: flex; flex-direction: column; align-items: center;}
.gnb-btn.on>span {transform: rotate(-45deg);}
.gnb-btn.on>span:before {top: 0; transition: top 75ms ease,opacity 75ms ease .12s; background: #fff !important;}
.gnb-btn.on>span:after {bottom: 0; transform: rotate(90deg); background: #fff !important;}
.gnb-wrap .gnb > li.active {padding-bottom: 20px;}
.gnb-wrap .gnb > li.active > a {-webkit-text-fill-color: #fff; -webkit-text-stroke-width: 0;}

@media screen and (min-width: 768px){
    .inner-header .logo a {width: 250px;}
}
@media screen and (min-width: 1200px){
    .inner-header-wrap {position: relative; height: 90px; transition: .4s; overflow: hidden;}
    .header.active .inner-header-wrap::before {content: ''; position: absolute; left: 0; bottom: 0; width: 470px; height: 446px; background: url("/home/jssports/_user/athletic/img/layout/bg-header-pc.png") no-repeat center bottom / contain;}
    .header.active .inner-header-wrap::after {content: ''; position: absolute; right: 0; top: 0; width: 1004px; height: 768px; background: url("/home/jssports/_user/athletic/img/layout/bg-header-pc02.png") no-repeat center top 90px / contain;}
    .inner-header .logo a {width: auto;}
    .header.active {background: #fff;}
    .inner-header {position: relative; max-width: 1760px; height: 90px; margin: 0 auto; padding: 35px 20px;}
    .inner-header .logo a img {transform: scale(1); top: -10px;}
    .gnb-wrap {padding-top: 0; align-items: center;}
    .gnb-wrap.open {flex-direction: row; z-index: 20;}
    .gnb-wrap.open .gnb-top {display: block; width: 100%;}
    .gnb-wrap.open .gnb-inner {border: none; flex-direction: column;}
    .gnb-wrap .gnb-inner {display: flex; align-items: center; justify-content: flex-start; text-align: left; padding-left: 60px; box-sizing: border-box;}
    .gnb-wrap .gnb {height: 100%; width: 100%; padding-top: 35px;}
    .gnb-link {width: 30%; height: 100%; padding: 0 0 0 4.2vw; justify-content: center; flex-direction: column;}
    .gnb-btn.on>span:before {background: #111;}
    .gnb-btn.on>span:after {background: #111;}
    .gnb-wrap .gnb li {padding-bottom: 10px;}
    .gnb-wrap .gnb > li > a {font-size: 55px; padding: 20px 0;}
    .gnb-wrap .gnb > li > a.hover {-webkit-text-fill-color: #fff; -webkit-text-stroke-width: 0;}
    .gnb-wrap .gnb .dep2 {display: flex; transition: .4s;}
    .gnb-wrap .gnb .dep2 > li > a {font-size: 20px; padding: 0 25px 0 0; transition: all 0.3s;}
    .gnb-wrap .gnb .dep2 > li > a:hover {color: #fff;}
    .gnb-wrap .gnb .dep2 > li:last-child a {padding: 0;}
    .inner-header .util {min-width: 80px; order: 3;}
    .inner-header .util.col3 {min-width: 125px;}
    .inner-header .util > button, .inner-header .util > a {width: 28px; height: 28px; transition: .3s;}

    /*.header.active .inner-header .util {min-width: auto;}*/
    /*.header.active .inner-header .popup-btn {display: none;}*/
    /*.header.active .inner-header .account-btn {display: none;}*/
    /*.header.active .inner-header .site-btn {display: none;}*/
    .gnb-wrap .gnb > li.active {padding-bottom: 7px;}
    .family-site li a {font-size: 20px; transition: all 0.3s;}
    .family-site li a:hover {color: #FF7A00;}
    .family-site li:first-child a {padding-bottom: 20px;}
    .inner-header .site-btn {display: block;}
    .inner-header .gnb-btn {display: none;}
    .gnb-btn > span, .site-btn > span {height: 3px;}
    .gnb-btn > span::before, .site-btn > span::before {height: 3px;}
    .gnb-btn > span::after, .site-btn > span::after {height: 3px;}
    .inner-header .util > button.gnb-btn:hover > span {background: #FF7A00;}
    .inner-header .util > button.gnb-btn:hover > span::before, .inner-header .util > button.gnb-btn:hover > span::after {width: 50%; background: #05B4B3;}
    .inner-header .util > button.gnb-btn.on > span::after, .inner-header .util > button.gnb-btn.on > span::before {width: 100%; background: #111;}
    .inner-header .util > a.site-btn:hover > span {background: #05B4B3;}
    .inner-header .util > a.site-btn:hover > span::before, .inner-header .util > a.site-btn:hover > span::after {width: 50%; background: #05B4B3;}
    .inner-header .util > a.site-btn.on > span::after, .inner-header .util > a.site-btn.on > span::before {width: 100%; background: #111;}
    .inner-header .account-btn {display: block; background: url('/home/jssports/_user/athletic/img/layout/icon-account-w.svg')0 0/contain no-repeat;}
    .inner-header .account-btn:hover {background: url('/home/jssports/_user/athletic/img/layout/icon-account-gr.svg')0 0/contain no-repeat;}
    .inner-header .popup-btn:hover {background: url('/home/jssports/_user/athletic/img/layout/icon-bell-gr.svg')0 0/contain no-repeat;}
    .inner-header .account-btn.logout:hover {background: url('/home/jssports/_user/athletic/img/layout/icon-logout-gr.svg')0 0/contain no-repeat;}
}

.pc-gnb-wrap {display: none;}
@media all and (min-width:1200px) {
    .pc-gnb-wrap {position: relative; display: flex; justify-content: space-between; opacity: 1;}
    .pc-gnb-wrap .gnb {display: flex; padding: 0; background: none;}
    .pc-gnb-wrap .gnb > li {position: relative; width: 11vw; max-width: 140px; text-align: center;}
    .pc-gnb-wrap .gnb > li:last-child {padding: 0;}
    .pc-gnb-wrap .gnb > li > a {color: #fff; font-size: 22px; font-family: PureunJeonnam;}
    .pc-gnb-wrap .gnb > li > a {height: 90px; display: flex; flex-direction: column; justify-content: center; font-weight: 800;}
    .pc-gnb-wrap .gnb > li > a:after {content: ''; display: inline-block; width: 100%;}
    .pc-gnb-wrap .gnb .dep2 {display: none; position: absolute; left: 0; top: 90px; width: 100%; height: 350px; padding: 25px 0; box-sizing: border-box;}
    .pc-gnb-wrap .gnb .dep2 > li {padding-bottom: 40px;}
    .pc-gnb-wrap .gnb .dep2 > li:last-child {padding-bottom: 0;}
    .pc-gnb-wrap .gnb .dep2 > li > a {display: flex; justify-content: center; align-items: baseline; color: #1E2C8D; position: relative; font-size: 20px; transition: all 0.3s;}
    /*.pc-gnb-wrap .gnb .dep2 > li > a:hover, .gnb .dep2 > li > a.active {color: #FF7A00;}*/
    .pc-gnb-wrap .gnb .dep2 > li > a .out-link {margin-left: 4px; background: url("/home/jssports/_user/athletic/img/main/ico-link.svg") no-repeat center / contain; transition: 0.3s;}
    /*.pc-gnb-wrap .gnb .dep2.on > li > a .out-link {background: url("/home/jssports/_user/athletic/img/main/ico-link-w.svg") no-repeat center / contain;}*/
    /*.pc-gnb-wrap .gnb .dep2 > li > a:hover .out-link {background-image: var(--svg); --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='MDI_dock-window' data-name='MDI / dock-window' transform='translate(-0.442 0.005)'%3E%3Crect id='Boundary' width='20' height='20' transform='translate(0.442 -0.005)' fill='%23fff' opacity='0'/%3E%3Cpath id='Path_dock-window' data-name='Path / dock-window' d='M13.333,11.667v1.667H1.667A1.667,1.667,0,0,1,0,11.667V3.333H1.667v8.333m15-10V8.333A1.667,1.667,0,0,1,15,10H5A1.667,1.667,0,0,1,3.333,8.333V1.667A1.667,1.667,0,0,1,5,0H15a1.667,1.667,0,0,1,1.667,1.667M15,1.667H5V8.333H15Z' transform='translate(18.775 16.661) rotate(180)' fill='%23A90081'/%3E%3C/g%3E%3C/svg%3E");}*/
    .family-site {width: 40%; height: 100%; padding-left: 4vw; flex-direction: column; align-items: flex-start;}
    .family-site li:first-child a {padding: 0 0 20px 0;}

    .pc-gnb-wrap .gnb li a.active {background: #FFD900;}
    .header .pc-gnb-wrap .gnb .dep2.on {background: #FFD900;}
    .header .gnb .dep2.on > li > a:hover {text-decoration: underline; text-underline-position: under; text-decoration-thickness: from-font;}
}

/* header sticky s */
.header.sticky {background: #fff; border-bottom: 1px solid #111;}
.header.sticky .gnb li a, .header.active .gnb li a {color: #111;}
.header.sticky .gnb-btn > span::before, .header.sticky .site-btn > span::before {background: #111;}
.header.sticky .gnb-btn > span::after, .header.sticky .site-btn > span::after {background: #111;}
.header.sticky .gnb-btn > span, .header.sticky .site-btn > span {background: #111;}
.header.sticky .inner-header .popup-btn {background: url("/home/jssports/_user/athletic/img/layout/icon-bell.svg") no-repeat center / contain;}
.header.sticky .inner-header .account-btn {background: url("/home/jssports/_user/athletic/img/layout/icon-account.svg") no-repeat center / contain;}
.header.sticky .inner-header .account-btn.logout {background: url("/home/jssports/_user/athletic/img/layout/icon-logout.svg") no-repeat center / contain;}
.header.sticky .inner-header .account-btn:hover {background: url('/home/jssports/_user/athletic/img/layout/icon-account-gr.svg')0 0/contain no-repeat;}
.header.sticky .inner-header .popup-btn:hover {background: url('/home/jssports/_user/athletic/img/layout/icon-bell-gr.svg')0 0/contain no-repeat;}
.header.sticky .inner-header .account-btn.logout:hover {background: url('/home/jssports/_user/athletic/img/layout/icon-logout-gr.svg')0 0/contain no-repeat;}
/* header sticky e */
/* header active s */
.header.active .gnb li a {color: #111;}
@media all and (min-width:1200px) {
    .header.active .gnb-btn > span::before, .header.active .gnb-btn > span, .header.active .site-btn > span , .header.active .site-btn > span::before, .header.active .site-btn > span::after {background: #111;}
}
/* header active e */
/*** header e ***/
/* footer s */
.footer {flex-shrink: 0; margin-top: auto;}
.footer .out-footer {padding: 15px 18px; border-top: 1px solid #eee; box-sizing: border-box; background: #fff;}
.footer .out-footer .footer-banner {align-items: center;}
.footer .out-footer .footer-banner>div {display: flex; align-items: center; justify-content: center;}
.footer .out-footer .footer-banner>div>p {color: #111; font-weight: 700; margin-right: 16px; white-space: nowrap;}
.footer .out-footer .footer-banner .sponor .banner {display: flex; align-items: center;}
.footer .out-footer .footer-banner .sponor .banner>li {margin-right: 23px;}
.footer .out-footer .footer-banner .sponor .banner>li:last-of-type {margin-right: 0;}
.banner img {width: 100%; max-width: 170px;}
.footer-bottom {padding: 20px 20px 25px; box-sizing: border-box; background: #004EA2;}
.footer-inner {display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 1500px; margin: 0 auto;}
.footer-bottom .footer-logo img {max-width: 100%; transform: scale(0.75)}
.footer-bottom .footer-text {padding-top: 27px; word-break: keep-all; font-size: 13px; color: #9198B6; font-weight: 300; line-height: 1.7; text-align: center;}
.copyright {font-size: 10px;}
.copyright span:nth-of-type(1) {display: block; padding: 20px 0; font-size: 13px;}
@media screen and (min-width: 768px){
    .footer .out-footer {padding: 15px 40px;}
    .footer-banner .yi-s-logo {width: 60%;}
}
@media screen and (min-width: 1024px){
    .out-footer .swiper-container {width: 100%; max-width: 1320px; box-sizing: border-box;}
    .footer .out-footer {display: flex; height: 80px;}
    .footer .out-footer .footer-banner {justify-content: space-between;}
    .footer .out-footer .footer-banner .hosted , .footer .out-footer .footer-banner .sponor {display: flex;}
    .footer .out-footer .footer-banner>div {width: auto !important;}
    .footer .out-footer .footer-banner>div>p {font-size: 18px; margin-right: 15px; font-weight: 800;}
    .footer .inner-footer {height: 170px; padding: 40px 60px; display: flex; align-items: center; justify-content: space-between;}
    .banner img {width: 150px;}
    .banner .yy-logo {width: 88px;}
    .banner .gp-logo {width: 100px;}
    .banner .gp-s-logo {width: 100px;}
    /*.banner .gg-s-logo {width: 100px;}*/
    .banner .yy-sports-logo {width: 130px;}
    .footer-logo {width: 15%;}
    .footer-bottom {padding: 50px 0 60px; flex-direction: row; background: #004EA2 url("/home/jssports/_user/athletic/img/layout/bg-footer.png") no-repeat center left / contain;}
    .footer-inner {flex-direction: row;}
    .footer-bottom .footer-text {width: 75%; padding:0; font-size: 16px; text-align: left; color: #fff;}
    .footer-bottom .copyright {display: flex; justify-content: space-between; padding-top: 35px; font-size: 14px;}
    .copyright span:nth-of-type(1) {padding: 0;}
    .footer-bottom .copyright span:nth-of-type(2) {opacity: 0.4;}
    .footer-bottom .footer-logo img {transform: scale(1);}
    .footer-bottom .copyright br {display: none;}
}
/* footer e */

/* popup s */
.popup-wrap {position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; background: rgba(0,0,0,0.7);}
.popup-inner {position: fixed; overflow: hidden; z-index: 20; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; max-width: 300px; width: 90%;}
.popup-slide {height: 350px;}
.popup-slide .popup-slider {width: 100%;height: 100%;box-sizing: border-box;position: relative;left: 0;}
.popup-slide .popup-slider a {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.popup-slide .popup-slider a img {width: 100%; height: 100%; object-fit: cover;}
.popup-bottom {padding: 10px; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box;}
.popup-bottom > button {font-size: 14px; color: #303030;}
.popup-slide .slide-control div {position: absolute; width: 35px; height: 55px; border: none; text-indent: -9999px; top: 50%; transform: translateY(-50%); overflow: hidden;}
.popup-wrap .swiper-button-prev {left: 0; background: rgba(217,217,217,.65) url("/home/jssports/_user/athletic/img/layout/icon-prev-btn.png"); background-position: 50%; background-repeat: no-repeat;}
.popup-wrap .swiper-button-next {right: 0; background: rgba(217,217,217,.65) url("/home/jssports/_user/athletic/img/layout/icon-next-btn.png"); background-position: 50%; background-repeat: no-repeat;}
.popup-wrap .swiper-pagination-fraction {position: static; width: auto; padding-left: 50px; color: #303030; font-weight: 700; font-size: 15px;}
.popup-bottom .today-no {cursor: pointer; font-size: 14px; color: #303030;}
.popup-bottom .today-no:before {content: ''; position: relative; top: 2px; display: inline-block; width: 12px; height: 12px; box-sizing: border-box; border: 1px solid #111; margin-right: 5px; border-radius: 3px;}
.popup-bottom input:focus + label {outline: 1px solid #111;}
.popup-bottom input:checked + .today-no:before {border-color: #2483C7; background: url("/home/jssports/_user/athletic/img/layout/icon-popchk.svg")center/contain no-repeat;}
.popup-bottom input:checked + label {color: #2483C7}
.popup-wrap .swiper-button-disabled {pointer-events: auto;}
@media screen and (min-width: 1024px){
    .popup-inner {max-width: 495px; left: auto; right: 50px; transform: translate(0, -50%);}
    .popup-slide {height: 600px;}
    .popup-wrap .slide-control div {width: 47px; height: 70px;}
    .popup-bottom > button {font-size: 15px;}
    .popup-bottom .today-no {font-size: 15px;}
    .popup-bottom .today-no:before {width: 15px; height: 15px; top: 3px;}
    .popup-wrap .swiper-pagination-fraction {font-size: 16px; padding-left: 225px;}
    .popup-bottom input:checked + .today-no:before {background: url("/home/jssports/_user/athletic/img/layout/icon-popchk.svg")center/contain no-repeat;}
}
@media screen and (min-width: 1400px){
    .popup-inner {right: 140px;}
}
/* popup e */

/* 탑버튼 s */
.top-btn {display: none; cursor: pointer; position: fixed; right: 20px; bottom: 50px; z-index: 15; width: 40px; height: 40px; background: linear-gradient(#2483C7, #FF7A00), linear-gradient(to right, #2483C7 0%, #FF7A00 100%); border: 1px solid transparent; background-origin: border-box; background-clip: content-box, border-box;}
.top-btn > button {display: block; text-indent: -9999px; width: 100%; height: 100%; background: #000930 url("/home/jssports/_user/athletic/img/layout/img-top.svg")center/41% no-repeat;}
.sub-wrap .top-btn {right: 25px;}
@media screen and (min-width: 768px) {
    .top-btn { right: 52px; bottom: 55px;}
}
@media screen and (min-width: 1024px) {
    .top-btn {width: 56px; height: 56px; right: 97px;}
    .top-btn > button {background: #000930 url("/home/jssports/_user/athletic/img/layout/img-top.svg")center/18px 26px no-repeat;}
    .sub-wrap .top-btn {right: 30px;}
}

/* 탑버튼 e */
.scrollLock { overflow: hidden; }