@charset "utf-8";
/* @import url("contents_01.css"); */
/********** common ***********/
/*thumb-list*/
.thumb-list { overflow: hidden; position: relative; }
.thumb-list li { height: 430px; margin-bottom: 36px; }
.thumb-list li:last-child { margin-bottom: 0px !important; }
.thumb-list li > .notice { border: 1px solid #282B30; }
.thumb-list li > .notice .title { padding: 14px 24px; }
.thumb-list li > .notice .item { height: 128px; padding: 24px; border-top: 1px solid #282B30; }
.thumb-list li > a { display: block; position: relative; width: 100%; height: 100%; }
.thumb-list li > a .img-wrap { overflow: hidden; position: relative; width: 100%; height: 252px; }
.thumb-list li > a .img-wrap > .time { display: block; position: absolute; left: 8px; bottom: 8px; background-color: #343638; }
.thumb-list li > a .img-wrap > .time > span { padding: 0px 10px; line-height: 28px; }
.thumb-list li > a .img-wrap > img { position: absolute; width: 100%; left: 50%; top: 0px; transform: translateX(-50%); transition: all .5s; }
.thumb-list li > a .txt-wrap { position: absolute; width: 100%; height: 178px; left: 0px; bottom: 0px; background-color: #000; }
.thumb-list li > a .txt-wrap .subject-wrap { padding: 24px; border-bottom: 1px solid #292929; }
.thumb-list li > a .txt-wrap .date-wrap { padding: 14px 24px; }
.thumb-list li.full > a .img-wrap { overflow: hidden; position: relative; width: 100%; height: 100%; }
.thumb-list li.full > a .img-wrap::after { position: absolute; content: ''; width: 100%; height: 41%; left: 0px; bottom: 0px; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 50%); }
.thumb-list li.full:not(.wide) > a .img-wrap > img { position: absolute; width: auto; height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all .5s; }
.thumb-list li.full > a .img-wrap .icon { position: absolute; left: 8px; top: 8px; z-index: 1; }
.thumb-list li.full > a .txt-wrap { position: absolute; width: 100%; height: auto; left: 0px; bottom: 0px; padding: 24px; background-color: transparent; }
.thumb-list li.player { overflow: hidden; position: relative; height: auto; margin-bottom: 36px; z-index: 1; }
.thumb-list li.player > a { display: block; position: relative; width: 100%; height: 0; padding-bottom: 119%; }
.thumb-list li.player > a .img-wrap { overflow: hidden; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: #000; padding: 24px 24px 0px 24px; }
.thumb-list li.player > a .img-wrap .num { display: inline-block; position: absolute; left: 12px; top: 12px; width: 72px;  text-align: center; color: #000; text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; z-index: 2; }
.thumb-list li.player:not(.wide) > a .img-wrap > img { position: absolute; width: auto; height: 92.8%; left: 50%; top: auto; bottom: 0px; transform: translate(-50%, 0px); transition: all .5s; z-index: 2; }
.thumb-list li.player > a .img-wrap::before { position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-image: linear-gradient(180deg, #000000 35%, #1F2125 91%); z-index: 1; }
.thumb-list li.player > a .txt-wrap { position: absolute; width: 100%; height: auto; left: 0px; bottom: 0px; padding: 24px; background-color: rgba(0, 0, 0, 0.80); padding: 16px 24px; z-index: 3; }
.thumb-list li.player > a .txt-wrap .flag { position: absolute; right: 24px; top: 28px; }
.thumb-list li.w100 { height: auto; margin-bottom: 40px; }
.thumb-list li.w100 > a { overflow: hidden; display: block; padding-bottom: 40px; border-bottom: 1px solid #4A4A4A; }
.thumb-list li.w100 > a .img-wrap { overflow: hidden; position: relative; width: 256px; height: 190px; float: left; }
.thumb-list li.w100 > a .txt-wrap { position: relative; width: calc(100% - 256px); height: auto; left: auto; bottom: auto; background-color: transparent; padding-left: 24px; float: left; }
.thumb-list li.w100 > a .txt-wrap .subject-wrap { padding: 0px; border-bottom: 0px; }
.thumb-list li.w100 > a .txt-wrap .subject-wrap .subject > span { position: relative; padding-right: 32px; }
.thumb-list li.w100 > a .txt-wrap .subject-wrap .subject .new { position: absolute; right: 0px; top: 2px; }
.thumb-list li.w100 > a .txt-wrap .subject-wrap .matter {  line-height: 1.5 !important; height: 4.5em; }
.thumb-list li.w100 > a .txt-wrap .date-wrap { padding: 0px; }
.thumb-list li.w100 > a .txt-wrap .subject-wrap .date-wrap > span + span { margin-left: 8px; }

/*table-list*/
.table-list { border-top: 2px solid #434343; }
.table-list thead tr th { font-size: 16px; color: #292929; padding: 19px 0px; text-align: center; border-bottom: 1px solid #999999; }
.table-list tbody tr td { font-size: 18px; color: #4b4b4b; padding: 30px 0px; text-align: center; border-bottom: 1px solid #D9D6D6; }
.table-list tbody tr td.date { font-size: 16px; }
/*board-view*/
.board-view { position: relative; width: 100%;}
.board-view .btn-back { position: absolute; left: 0px; top: 0px; z-index: 2; }
.board-view .subject-wrap { position: relative; }
.board-view .subject-wrap .subject { word-break: keep-all; }
.board-view .subject-wrap .divide { background-color: #D8D8D8; }
.board-view .subject-wrap .category > span { display: inline-block; padding-bottom: 6px; border-bottom: 2px solid #228893; }
.board-view .sns-wrap { position: absolute; right: 0px; bottom: 0px; }
.board-view .sns-wrap > button { float: left; }
.board-view .sns-wrap > button + button { margin-left: 24px; }
.board-view .sns-wrap > button img { width: 32px; }
.board-view .w1068 > .matter-wrap .matter { color: #A8A8A8; margin-top: 64px; }
.board-view .w1068 > .matter-wrap .matter img { max-width: 100%; }
.board-view .w1068 > .matter-wrap .matter figure { margin: 24px 0px; }
.board-view .list-pager-wrap { overflow: hidden; border: 1px solid #4B5053; border-width: 1px 0px; }
.board-view .list-pager-wrap > div { float: left; width: calc(50% - 80px); }
.board-view .list-pager-wrap > .center { width: 160px; height: 170px; border: 1px solid #4B5053; border-width: 0px 1px; padding: 59px 0px; text-align: center; }
.board-view .list-pager-wrap > .side { padding: 34px 40px; }
.board-view .list-pager-wrap > .side:last-of-type { text-align: right; }
.board-view .list-pager-wrap > .side .subject { text-align: left; }
.board-view .list-pager-wrap > .side:last-of-type .subject { text-align: right; }
/*reply-wrap*/
.reply-wrap { overflow: hidden; background-color: #282B30; }
.reply-wrap .reply-write-wrap { overflow: hidden; padding: 40px 0px; }
.reply-wrap .reply-write-wrap textarea { width: calc(100% - 93px); height: 96px; float: left; }
.reply-wrap .reply-write-wrap .btn-confirm { width: 93px; height: 96px; background-color: #000; line-height: 96px; color: #fff; font-size: 16px; transition: all .3s; }
.reply-list-wrap { overflow: hidden; padding-bottom: 40px; }
.reply-list-wrap .reply-list li { overflow: hidden; padding: 24px 0px; }
.reply-list-wrap .reply-list li + li { border-top: 1px solid #3C424C; }
.reply-list-wrap .reply-list li > div { float: left; }
.reply-list-wrap .reply-list li .img-wrap { overflow: hidden; width: 64px; height: 64px; border-radius: 50%; }
.reply-list-wrap .reply-list li .img-wrap img { width: 64px; height: 64px; }
.reply-list-wrap .reply-list li .txt-wrap { width: calc(100% - 64px); padding-left: 16px; }
.reply-list-wrap .reply-list li .txt-wrap .top { overflow: hidden; }
.reply-list-wrap .reply-list li .txt-wrap .top .user { float: left; }
.reply-list-wrap .reply-list li .txt-wrap .top .btn-wrap { float: right; }
.reply-list-wrap .reply-list li .txt-wrap .top .btn-wrap button { float: left; }
.reply-list-wrap .reply-list li .txt-wrap .top .btn-wrap button + button { margin-left: 8px; }
.reply-list-wrap .reply-list li .txt-wrap .bottom { float: left; clear: both; width: 100%; }
.reply-list-wrap .reply-list li .txt-wrap .bottom textarea { width: 100% ; height: 60px; float: left; }
/*search-item*/
.search-wrap .search-item { overflow: hidden; position: relative; margin: 0px auto; width: 100%; max-width: 376px; }
.search-wrap .search-item > div { float: left; }
.search-wrap .search-item > div + div { margin-left: 16px; }
.search-wrap .search-item .select-item { width: 90px; }
.search-wrap .select-item select { padding: 6px 16px 16px 0px; line-height: 1; }
.search-wrap .search-item .input-item { width: 270px; border: 1px solid #fff; border-width: 0px 0px 1px 0px; }
.search-wrap .search-item .input-item input { padding: 6px 32px 16px 6px; border: 0px;  line-height: 1; background-color: transparent; color: #858585; }
.search-wrap .search-item .btn-wrap { position: absolute; right: 0px; bottom: 0px; text-align: center; }
.search-wrap .search-item .btn-wrap .btn-search {  margin-right: 0; margin-bottom: 4px; }
/*title-wrap*/
.title-wrap { overflow: hidden; }
.title-wrap .search-wrap { float: right; }
.title-wrap .desc { float: right; margin-top: -20px; }
/*has-pattern*/
.has-pattern { background-color: #272727; background-image: url(/resources/images/common/bg_bird2.png); background-position: top center; background-repeat: no-repeat; }
/*list-slider*/
.list-slider-wrap { border-bottom: 1px solid #282B30; }
.list-slider .slick-slide { position: relative; width: 840px; padding: 0px 40px; opacity: .3; transition: .3s; }
.list-slider .slick-slide.slick-current { opacity: 1; }
.list-slider .slick-slide .item { position: relative; width: 100%; height: 0px; padding-bottom: 60%; /*background: #1F2123;*/ }
.list-slider .slick-slide .item img { position: absolute; left: 50%; top: 0px;  transform: translateX(-50%); }
.list-slider.video .slick-slide { position: relative; width: 992px; padding: 0px 40px; opacity: 1; transition: .3s; }
.list-slider.video .slick-slide .item { position: relative; width: 100%; height: 0px; padding-bottom: 56.25%; }
.list-slider.video .slick-slide .item iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.list-slider.video .slick-slide .item::after { position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.30); z-index: 2; }
.list-slider.video .slick-slide.slick-current .item::after { display: none; }
.list-slider.w100 .slick-slide { position: relative; width: auto; padding: 0px 0px; opacity: 1; transition: .3s; }
.list-slider.w100 .slick-arrow { position: absolute; width: 37px; height: 68px; top: 50%; transform: translateY(-50%); z-index: 2; background-color: transparent; }
.list-slider.w100 .slick-arrow:before,.list-slider.w100 .slick-slide.slick-arrow:before { position: absolute; content: ''; left: 0px; top: 0px; width: 37px; height: 68px; background-repeat: no-repeat; background-position: center; }
.list-slider.w100 .slick-arrow.slick-prev { left: -62px;  }
.list-slider.w100 .slick-arrow.slick-prev:before { background-image: url(/resources/images/common/icon_arrow_left.svg); }
.list-slider.w100 .slick-arrow.slick-next { right: -62px; }
.list-slider.w100 .slick-arrow.slick-next:before { background-image: url(/resources/images/common/icon_arrow_right.svg); }
/*table-wrap*/
.table-wrap.has-scroll { overflow-x: auto; overflow-y: hidden; width: 100%; }
.table-wrap.has-scroll .table { min-width: 1344px; table-layout: fixed; }
/* .slick-arrow */
.custom-controls-wrap { text-align: center; }
.custom-controls-wrap .custom-controls > div, .custom-controls-wrap .custom-controls > button { float: left; }
.custom-controls .custom-slick-arrow{ display: inline-block; position: relative;; bottom: 0;  width: 20px;  height: 20px; text-indent: -999999em; z-index: 2; }
.custom-controls .custom-slick-prev.custom-slick-arrow{ background: url(/resources/images/common/icon_slider_prev.svg) no-repeat center;; }
.custom-controls .custom-slick-next.custom-slick-arrow{ background: url(/resources/images/common/icon_slider_next.svg) no-repeat center; }
.custom-controls .play-control { display: inline-block; line-height: 27px; float: left; }
.custom-controls .play-control button { width: 20px; height: 20px; background-repeat: no-repeat; background-repeat: no-repeat; background-position: center; vertical-align: middle; }
.custom-controls .play-control button.stop { display: inline-block; background-image: url(/resources/images/common/icon_slider_pause.svg); }
.custom-controls .play-control button.play { display: none; background-image: url(/resources/images/common/icon_slider_start.svg); }
.custom-controls .play-control.active button.stop { display: none; }
.custom-controls .play-control.active button.play { display: inline-block; }

/* .slick-dots */
.custom-controls .slick-dots { position: relative;  display: block; padding: 0; line-height: 6px; }
.custom-controls .slick-dots li { float: none; position: relative; display: inline-block; width: 6px; height: 6px; cursor: pointer; margin-right: 4px; vertical-align: middle; }
.custom-controls .slick-dots li:last-child { margin-right: 0; }
.custom-controls .slick-dots li button { vertical-align: top; text-indent:-99999em; width: 6px; height: 6px; background-color: #D5DADC; }
.custom-controls .slick-dots li.slick-active button { width: 6px; height: 6px; background-color: #4B5053; box-sizing: border-box;}

/*desc*/
.desc > ul { overflow: hidden; }
.desc > ul li { overflow: hidden; position: relative; font-size: 16px; color: #A8A8A8; letter-spacing: -0.6px; line-height: 26px; padding-left: 12px; }
.desc > ul li + li { margin-top: 8px; }
.desc > ul li::after { position: absolute; width: 4px; height: 4px; content: ''; display: block; top: 9px; left: 0; background: #A8A8A8; }
.desc.color-FFFFFF > ul li { position: relative; font-size: 16px; color: #fff; letter-spacing: -0.6px; line-height: 26px; padding-left: 12px; }
.desc.color-FFFFFF > ul li::after { position: absolute; width: 4px; height: 4px; content: ''; display: block; top: 11px; left: 0; background: #fff; }

/*.tablest.add-type*/
.tablest.add-type { border-top: 1px solid #4A4A4A; }
.tablest.add-type .thead .th { padding: 20px 0px; text-align: center; vertical-align: middle; }
.tablest.add-type .thead .th:first-of-type { padding-left: 40px; }
.tablest.add-type .thead .th:last-of-type { padding-right: 40px; }
.tablest.add-type .tbody .th { display: none; }
.tablest.add-type .tbody .td { padding: 16px 9px; }
.tablest.add-type .tbody .td:nth-of-type(2) { padding-left: 40px; }
.tablest.add-type .tbody .td:last-of-type { padding-right: 40px; }
.tablest.add-type .tbody .td.grid2 .input-item { width: calc(50% - 10px); }
.tablest.add-type .tbody .td .input-item { width: 100%; max-width: 100%; }
/*btn*/
.btn.add { height: 54px; line-height: 52px; }
.btn.add > span { position: relative; height: 24px; padding: 5px 0px 5px 24px; background-repeat: no-repeat; background-position: left center; background-image: url(/resources/images/page/icon_add.svg); }

/********** contents ***********/
#contentsWrap #contents1 { padding-top: 68px; }
#contents1 .hero-wrap { overflow: hidden; position: relative; width: 100%; max-width: 1920px; margin: 0px auto; padding: 0px 16px; }
#contents1 .hero-wrap > div { float: left; }
#contents1 .hero-wrap .left { width: calc(40% - 8px); }
#contents1 .hero-wrap .left .thumb-list li { height: 744px; margin-top: 16px; }
#contents1 .hero-wrap .right { width: calc(60% - 8px); margin-left: 16px; }
#contents1 .hero-wrap .right .thumb-list li { height: 365px; float: left; width: calc(33.8% - 8px); margin-bottom: 0; margin-top: 16px; }
#contents1 .hero-wrap .right .thumb-list li.wide { width: calc(66.2% - 8px); }
#contents1 .hero-wrap .right > .thumb-list li + li { margin-left: 16px; }
#contents1 .list-wrap { position: relative; width: 100%; }
#contents1 .thumb-list li > a .img-wrap > img { top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); -moz-transform: translate(-50% , -50%); transition: all .5s;}

#contents2-1.has-player { background-color: #1F2123; background-image: url(/resources/images/page/bg_player_view.jpg); background-position: top center; background-repeat: no-repeat; padding-bottom: 0px; }
#contents2-1 .plyer-info-wrap .bg { overflow: hidden; position: absolute; width: 100%; height: 710px; left: 0px; top: 110px; }
#contents2-1 .plyer-info-wrap .bg::after { position: absolute; content:''; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.5); }
#contents2-1 .plyer-info-wrap .bg video { position: absolute; top: 0px; left: 50%; transform: translateX(-50%); width: 100%;}
#contents2-1 .plyer-info-wrap .player-info { overflow: hidden; }
#contents2-1 .plyer-info-wrap .player-info > div { float: left; width: 50%; height: 0px; padding-bottom: 34%; }
#contents2-1 .plyer-info-wrap .player-info .pic { position: relative; }
#contents2-1 .plyer-info-wrap .player-info .pic img { position: absolute; width: 60%; left: 50%; bottom: 0px; transform: translateX(-50%); }
#contents2-1 .plyer-info-wrap .player-info .info-wrap { position: relative; }
#contents2-1 .plyer-info-wrap .player-info .info-wrap .info { position: absolute; width: 100%; height: 240px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #979797;  }
#contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top > span { vertical-align: middle; }
#contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top .num { display: inline-block;  width: 169px; border-right: 1px solid #979797; font-size: 140px; line-height: 174px; font-weight: bold; text-align: center; color: #000; text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; }
#contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top .name { display: inline-block; padding: 0px 3.4%; width: calc(100% - 174px); }
#contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top .name .rajdhani.bold { line-height: 30px; }
#contents2-1 .plyer-info-wrap .player-info .info-wrap .info .bottom { padding: 0px 32px; border-top: 1px solid #979797; }
#contents2-1 .plyer-info-wrap .player-info .info-wrap .info .bottom > span { display: inline-block; line-height: 68px !important; }
#contents2-1 .plyer-info-wrap .player-info .info-wrap .info .bottom > span + span { margin-left: 16px; }
#contents2-1 .playe-stat-wrap { background-color: #000; border: 1px solid #333333; }
#contents2-1 .playe-stat-wrap .top { overflow: hidden; padding: 24px 0px; }
#contents2-1 .playe-stat-wrap .top > div { float: left; }
#contents2-1 .playe-stat-wrap .top .season { width: 176px; border-right: 1px solid rgba(255, 255, 255, 0.10); padding-top: 32px; padding-left: 48px; }
#contents2-1 .playe-stat-wrap .top .season > p { line-height: 1 !important; }
#contents2-1 .playe-stat-wrap .top .stat-wrap { position: relative; width: calc(100% - 176px); padding: 0px 5.8%; }
#contents2-1 .playe-stat-wrap .top .stat-wrap .stat { float: left; width: 20.5%; height: 140px; padding-left: 140px; padding-top: 24px; background-repeat: no-repeat; background-position: left center; background-size: 140px auto; }
#contents2-1 .playe-stat-wrap .top .stat-wrap .stat + .stat { margin-left: 6%; }
#contents2-1 .playe-stat-wrap .top .stat-wrap .stat1 { background-image: url(/resources/images/page/icon_stat1.png);}
#contents2-1 .playe-stat-wrap .top .stat-wrap .stat2 { background-image: url(/resources/images/page/icon_stat2.png);}
#contents2-1 .playe-stat-wrap .top .stat-wrap .stat3 { background-image: url(/resources/images/page/icon_stat3.png);}
#contents2-1 .playe-stat-wrap .top .stat-wrap .stat4 { background-image: url(/resources/images/page/icon_stat4.png);}
#contents2-1 .playe-stat-wrap .bottom { padding: 0px 48px; border-top: 1px solid #3C424C; line-height: 87px; background-color: #0E0E0F; }
#contents2-1 .playe-stat-wrap .bottom .data + .data { margin-left: 65px; }
#contents2-1 .playe-stat-wrap .bottom .data > span + span { margin-left: 16px; }
#contents2-1 .playe-stat-wrap .bottom .data > span > span { margin-left: 16px; }
#contents2-1-2 .thumb-list li { height: auto; }
#contents2-3 .calendar-wrap .calendar-date > span { padding: 0px 40px; }
#contents2-3 .calendar-wrap .calendar-date > button { vertical-align: top; height: 50px; }
#contents2-3 .calendar-wrap .calendar-table-wrap { border-top: 2px solid #000; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table thead th { text-align: center; padding: 19px 0px; color: #A8A8A8; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody { border: 2px solid #000; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td { background-color: #1C1E22; padding: 0px; border: 1px solid #000; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap { position: relative; width: 100%; height: 0px; padding-bottom: 100%; background-color: #282B30; z-index: 1; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .day { display: block; position: absolute; width: 42px; height: 42px; left: 8px; top: 8px; border-radius: 50%; background-color: #000; text-align: center; line-height: 42px; z-index: 1; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody tr td:first-child .day { color: #D50032; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter { display: block;font-size: 14px; color: #fff; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap { position: absolute; left: 0; top: 0; display: block; overflow-y: auto;  margin-top: 58px; padding: 0 12px; width: 100%; height: calc( 100% - 64px ); }

#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap::-webkit-scrollbar { width: 0; opacity: 0; }

/* 크롬 스크롤바 */
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap::-webkit-scrollbar { width: 20px; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap::-webkit-scrollbar-thumb { margin-top: 8px; background-color: #fff; border-radius: 16px; background-clip:padding-box; border: 6px solid transparent; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap::-webkit-scrollbar-track { background-color: transparent; }
/* 익스 스크롤바 */
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap { scrollbar-arrow-color:#B6B7B8; scrollbar-track-color:#4C4D4F; scrollbar-width: thin; }


#calendarLayer.layerpop-wrap .layerpop .layer-body .matter .scroll-wrap  { display: block; height: 210px; overflow-y: auto; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap span , #calendarLayer.layerpop-wrap .layerpop .layer-body .matter .scroll-wrap span { position: relative; display: block; padding-left: 12px; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap span:after , #calendarLayer.layerpop-wrap .layerpop .layer-body .matter .scroll-wrap span:after { content: ""; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; background-color: #228893; }
#contents2-3 .layerpop-wrap .layerpop .layer-body .matter .scroll-wrap span:after { top: 13px; }
#contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap span + span , .layerpop-wrap .layerpop .layer-body .matter span + span { margin-top: 8px;}
#contents3-3 { padding-top: 68px !important; padding-bottom: 0 !important; }
#contents3-3 .game-match-wrap { padding-top: 120px; }
#contents3-3 .game-match-wrap hr { margin-bottom: 48px; }
#contents3-3 .link-wrap { text-align: center; position: relative; margin-bottom: 56px; }
#contents3-3 .link-wrap .title { font-weight: 600; font-size: 40px; color: #FFFFFF; letter-spacing: -1.5px; line-height: 52px; display: inline-block;}
#contents3-3 .link-wrap .search-wrap { position: absolute; bottom: 0; right: 0; }
#contents3-3 .ranking-wrap .table-wrap { width: 100%; margin: 0px auto; text-align: center;  }
#contents3-3 .ranking-wrap .table-wrap thead td .rajdhani { font-size: 48px; }
#contents3-3 .ranking-wrap .table-wrap thead td .rank { font-size: 80px; color: #228893; }
#contents3-3 .ranking-wrap .table-wrap thead td .logo { overflow: hidden; display: inline-block; float: left; }
#contents3-3 .ranking-wrap .table-wrap thead td .logo img { width: 184px; height: 184px; }
#contents3-3 .ranking-wrap .table-wrap thead td .name { display: inline-block; line-height: 184px; font-size: 22px; float: left; margin-left: 8px; }
#contents3-3 .ranking-wrap .table-wrap thead td { background-color: transparent; border-top: 1px solid transparent; }
#contents3-3 .ranking-wrap .table-wrap tbody th { border-top: 1px solid #4A4A4A; font-size: 16px; color: #fff; }
#contents3-3 .ranking-wrap .table-wrap tbody tr td { position: relative; }
#contents3-3 .ranking-wrap .table-wrap tbody tr td:nth-of-type(2) { padding-left: 16px; text-align: left; }
#contents3-3 .ranking-wrap .table-wrap tbody td .rajdhani { font-size: 28px !important; }
#contents3-3 .ranking-wrap .table-wrap tbody td .rank { font-size: 48px; color: #fff; }
#contents3-3 .ranking-wrap .table-wrap tbody td .logo { overflow: hidden; display: inline-block; float: left; }
#contents3-3 .ranking-wrap .table-wrap tbody td .logo img { width: 80px; height: 80px; }
#contents3-3 .ranking-wrap .table-wrap tbody td .name { display: inline-block; line-height: 80px; font-size: 20px; float: left; margin-left: 8px; }
#contents3-3 .ranking-wrap .table-wrap tbody tr  { border-top: 16px solid #1F2123; }
#contents3-3 .ranking-wrap .table-wrap tbody tr.sungnam td::before { position: absolute; content: ''; width: 100%; height: calc(100% - 4px); left: 0px; top: 0px; border: 2px solid #228893; border-width: 2px 0px; }
#contents3-3 .ranking-wrap .table-wrap tbody tr.sungnam td:first-child::before { border-left: 2px solid #228893; }
#contents3-3 .ranking-wrap .table-wrap tbody tr.sungnam td:last-child::before { left: -2px; border-right: 2px solid #228893; }
#contents3-3 .ranking-wrap .table-wrap tbody td > span { display: inline-block; }

#contents3-3 .ranking-wrap .second-wrap { width: 66.66666667%; margin: 0px auto; text-align: center;  }
#contents3-3 .ranking-wrap .second-wrap .bg-282B30 { position: relative; padding: 24px 0px; }
#contents3-3 .ranking-wrap .second-wrap .sungnam .bg-282B30::before { position: absolute; content: ''; width: calc(100% - 4px); height: calc(100% - 4px); left: 0px; top: 0px; border: 2px solid #228893; }
#contents3-3 .ranking-wrap .second-wrap .rank { position: absolute; left: 24px; top: 24px; font-size: 28px; color: #fff; }
#contents3-3 .ranking-wrap .second-wrap .logo img { width: 56px; }
#contents3-3 .ranking-wrap .second-wrap .data { padding: 0px 13%; }
#contents3-3 .ranking-wrap .second-wrap .data [class *= "col-"] { padding: 0px; }
#contents3-3 .ranking-wrap .third-wrap { width: 100%; margin: 0px auto; text-align: center;  }
#contents3-3 .ranking-wrap .third-wrap .bg-282B30 { position: relative; padding: 24px 0px; }
#contents3-3 .ranking-wrap .third-wrap .sungnam .bg-282B30::before { position: absolute; content: ''; width: calc(100% - 4px); height: calc(100% - 4px); left: 0px; top: 0px; border: 2px solid #228893; }
#contents3-3 .ranking-wrap .third-wrap .rank { position: absolute; left: 24px; top: 24px; font-size: 28px; color: #fff; }
#contents3-3 .ranking-wrap .third-wrap .logo img { width: 56px; }
#contents3-3 .ranking-wrap .third-wrap .data { padding: 0px 13%; }
#contents3-3 .ranking-wrap .third-wrap .data [class *= "col-"] { padding: 0px; }
#contents4-2 .title h2 { color: #FFFFFF; letter-spacing: -1.5px; }
#contents4-2 .data-wrap .txt-wrap  { position: relative; padding: 64px 0px; }
#contents4-2 .data-wrap [class *= "col-"] + [class *= "col-"] .txt-wrap::before { position: absolute; content: ''; width: 1px; height: 74.4%; background-color: #3C424C; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
#contents4-2 .map-wrap { position: relative; width: 100%; height: 420px; background-color: #ddd; }
#contents4-2 .desc ul li > span:first-child { display: inline-block; width: 131px;  }
#contents4-2 .desc.w131 ul li > span + span { width: calc(100% - 131px); }
#contents4-2 .desc ul li span.way { display: inline-block; min-width: 48px; line-height: 24px; height: 24px; color: #fff; font-size: 16px; padding: 0px 8px;  border-radius: 2px; margin-right: 8px; text-align: center; }
#contents4-2 .desc ul li span.way.orange { background-color: #FFB700; }
#contents4-2 .desc ul li span.way.blue { background-color: #00A8DC; }
#contents4-2 .root_daum_roughmap .wrap_btn_zoom { z-index: 1; }
#contents4-2 .seat-wrap { position: relative; }
#contents4-2 .seat-wrap .btn { position: absolute; right: 140px; bottom: 32px; }
#contents4-2 .notice-wrap { overflow: hidden; }
#contents4-2 .notice-wrap > div { float: left; }
#contents4-2 .notice-wrap .icon { min-width: 70px; width: 7%; margin-top: 13px; }
#contents4-2 .notice-wrap .txt { width: 72%; }
#contents4-2 .notice-wrap .icon > img { width: 100%; }
#contents4-3 .title h2 { color: #FFFFFF; letter-spacing: -1.5px; }
#contents4-3 .desc.w115 ul li + li { margin-top: 16px; }
#contents4-3 .desc.w115 ul li > span { display: block; float: left;  }
#contents4-3 .desc.w115 ul li > span:first-child { width: 115px;  }
#contents4-3 .desc.w115 ul li > span + span { width: calc(100% - 115px); }
#contents4-3 .desc.w193 ul li + li { margin-top: 16px; }
#contents4-3 .desc.w193 ul li > span { display: block; float: left;  }
#contents4-3 .desc.w193 ul li > span:first-child { width: 193px;  }
#contents4-3 .desc.w193 ul li > span + span { width: calc(100% - 193px); }
#contents4-3 .supporters-list-wrap .supporters-list { overflow: hidden; position: relative; }
#contents4-3 .supporters-list-wrap .supporters-list li:first-child {  padding-left: 18px; padding-right: 18px; }
#contents4-3 .supporters-list-wrap .supporters-list li:first-child .item { position: relative; margin: 0 auto; border-bottom: 0 none; padding: 40px 163px; background-color: #2D3137;}
#contents4-3 .supporters-list-wrap .supporters-list li:first-child .item::after { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 0; border-top: 70px solid #1F2123; border-right: 70px solid transparent; }
#contents4-3 .supporters-list-wrap .supporters-list li:first-child .item::before { content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-bottom: 70px solid #1F2123; border-left: 70px solid transparent; }
#contents4-3 .supporters-list-wrap .supporters-list li:first-child .item p:first-child{ font-size: 32px;}
#contents4-3 .supporters-list-wrap .supporters-list li .item { overflow: hidden; position: relative; padding: 40px 0px; border-bottom: 1px solid #3C424C; }
#contents4-3 .supporters-list-wrap .supporters-list li .item .img-wrap { float: left; width: 256px; }
#contents4-3 .supporters-list-wrap .supporters-list li .item .img-wrap img { width: 256px; height: 244px; }
#contents4-3 .supporters-list-wrap .supporters-list li .item .txt-wrap { position: relative; float: left; width: calc(100% - 256px); height: 244px; padding-left: 24px; }
#contents4-3 .supporters-list-wrap .supporters-list li .item .txt-wrap > a { position: absolute; bottom: 0px; left: 24px; }
#contents4-3 .img-wrap li { float: left; width: calc(50% - 16px); }
#contents4-3 .img-wrap li + li { margin-left: 32px; margin-top: 32px; }
#contents4-3 .img-wrap li:nth-child(2) { margin-top: 0; }
#contents4-3 .img-wrap li:nth-child(3) { margin-left: 0; }
#contents4-3 .list-slider .slick-slide .item { padding-bottom: 56%; }
#contents4-3 .list-slider .slick-slide .item img{ top: 50%; transform: translate(-50% , -50%); max-width: 100%; max-height: 100%; height: auto !important; -webkit-transform: translate(-50% , -50%); -moz-transform: translate(-50% , -50%); -ms-transform: translate(-50% , -50%); -o-transform: translate(-50% , -50%); }
#contents4-6 .title h2 { color: #FFFFFF; letter-spacing: -1.5px; }
#contents4-6 .cheering-list-wrap .cheering-list { overflow: hidden; position: relative; }
#contents4-6 .cheering-list-wrap .cheering-list li .item { overflow: hidden; position: relative; padding: 40px 0px; border-bottom: 1px solid #3C424C; }
#contents4-6 .cheering-list-wrap .cheering-list li .item .video-wrap { float: left; width: 422px; height: auto; padding-bottom: 0px; }
#contents4-6 .cheering-list-wrap .cheering-list li .item .video-wrap .video { position: relative; width: 100%; padding-bottom: 57.8%; background-color: #282B30; background-repeat: no-repeat; background-image: url(/resources/images/page/bg_cheering.png); background-position: center; }
#contents4-6 .cheering-list-wrap .cheering-list li .item .txt-wrap { position: relative; float: left; width: calc(100% - 422px); height: 244px; padding-left: 24px; }
#contents4-6 .cheering-list-wrap .cheering-list li .item .txt-wrap > a { position: absolute; bottom: 0px; left: 24px; }
#contents4-6 .cheering-list-wrap .cheering-list li .item .txt-wrap .btn-download { width: 54px; height: 54px; min-width: 54px; background-image: url(/resources/images/page/icon_download.svg); background-repeat: no-repeat; background-position: center; }
#contents5-7-2 .title-wrap p {  font-size: 40px; color: #FFFFFF; letter-spacing: -1.5px; text-align: center; line-height: 52px; }
#cheeringLayer .words-wrap { overflow-y: auto; width: 100%; height: 448px; }
#member #age14 .auth { position: relative; }
#member #age14 .auth.active .confirm-wrap::after { position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.5); }
@media all and (max-width:1620px) {
    /*title-wrap*/
    .title-wrap .search-wrap { float: right; margin-top: 0px; }
    .title-wrap .desc { float: right; margin-top: 0px; }

    /********** contents ***********/
    #contents2-1 .playe-stat-wrap .top .stat-wrap { position: relative; width: calc(100% - 176px); padding: 0px 0px; }
    #contents2-1 .playe-stat-wrap .top .stat-wrap .stat { float: left; width: 25%; height: 140px; padding-left: 100px; padding-top: 24px; background-repeat: no-repeat; background-position: left center; background-size: 100px auto; }
    #contents2-1 .playe-stat-wrap .top .stat-wrap .stat + .stat { margin-left: 0px; }
    #contents3-3 .ranking-wrap .second-wrap { width: 100%; margin: 0px auto; text-align: center;  }

}
@media all and (max-width:1024px) {
    /********** common ***********/
    /*thumb-list*/
    .thumb-list li { height: auto; margin-bottom: 36px; }
    .thumb-list li > a .img-wrap { overflow: hidden; position: relative; width: 100%; height: 0; padding-bottom: 66.66%; }
    .thumb-list li > a .txt-wrap { position: relative; width: 100%; height: 178px; left: auto; bottom: auto; background-color: #000; }
    .thumb-list li.full:not(.wide) > a .img-wrap { overflow: hidden; position: relative; width: 100%; height: 0; padding-bottom: 113.7%; }
    /*title-wrap*/
    .title-wrap .search-wrap { float: right; width: 100%; margin-top: 24px; margin-bottom: 56px; }
    .title-wrap .desc { float: left; margin-top: 16px; margin-bottom: 16px; }
    /*search-item*/
    .search-wrap .search-item { overflow: hidden; position: relative; margin: 0px auto; width: 100%; max-width: 100%; border-bottom: 1px solid #ffffff; }
    .search-wrap .search-item > div { float: left; }
    .search-wrap .search-item > div + div { margin-left: 0px; margin-top: 8px; }
    .search-wrap .search-item .select-item { width: 100%; }
    .search-wrap .select-item select { padding: 6px 16px 16px 6px; line-height: 1;  }
    .search-wrap .search-item .input-item { width: 100%; border: 0 none;  }
    .search-wrap .search-item .input-item input { padding: 6px 32px 16px 6px; border: 0px;  line-height: 1; background-color: transparent; color: #858585; }
    .search-wrap .select-item select { border-bottom: 1px solid #ffffff; }
    .search-wrap .search-item .btn-wrap { position: absolute; right: 0px; bottom: 0px; text-align: center; }
    .search-wrap .search-item .btn-wrap .btn-search {  margin-right: 0; margin-bottom: 4px; }
    /*table-list*/
    .table-list thead { display: none; }
    .table-list tbody tr { overflow: hidden; display: block; position: relative; border-bottom: 1px solid #D9D6D6; padding: 24px 0px; }
    .table-list tbody tr td { display: block; border-bottom: 0px; width: calc(100% - 64px); float: right; padding: 0px; text-align: left; line-height: 1.3; }
    .table-list tbody tr td:nth-child(1) { width: 64px; float: left; height: 100%; position: relative; text-align: center; line-height: 82px; }
    .table-list tbody tr td:nth-child(2) { margin-bottom: 4px; }
    .table-list tbody tr td:nth-child(3) { margin-bottom: 8px; }
    .list-slider .slick-slide { width: 100vw; padding: 0px 20px; }
    /*board-view*/
    .board-view .w1068 > .matter-wrap .matter  { color: #A8A8A8; margin-top: 56px; }
    .board-view .w1068 > .matter-wrap .matter figure { margin: 0px; }
    .board-view .w1068 > .matter-wrap .matter img { max-width: 100%; height: auto !important; }
    .board-view .list-pager-wrap { overflow: hidden; border: 1px solid #4B5053; border-width: 1px 0px; }
    .board-view .list-pager-wrap > div { float: left; width: calc(50% - 53px); }
    .board-view .list-pager-wrap > .center { width: 106px; height: 113px; border: 1px solid #4B5053; border-width: 0px 1px; padding: 39px 0px; text-align: center; }
    .board-view .list-pager-wrap > .side { padding: 17px 7px 0px 0px; }
    .board-view .list-pager-wrap > .side:last-of-type { text-align: right; padding: 17px 0px 0px 7px; }
    .board-view .sns-wrap { position: static; }
    .board-view .sns-wrap > button { float: none; }
    /*reply-wrap*/
    .reply-wrap .reply-write-wrap { overflow: hidden; padding: 40px 24px; }
    .reply-wrap .reply-write-wrap textarea { width: 100%; float: none; background-color: #1E2125; border: 0px; }
    .reply-wrap .reply-write-wrap .text-area-wrap { text-align: right; }
    .reply-wrap .reply-write-wrap .btn-confirm { width: 93px; height: 42px; margin-top: 8px; background-color: #000; line-height: 42px; color: #fff; font-size: 16px; }
    .reply-list-wrap { overflow: hidden; padding-bottom: 40px; }
    .reply-list-wrap .reply-list { padding: 0px 24px; }

    /*.tablest.add-type*/
    .tablest.add-type { border-top: 1px solid #4A4A4A; }
    .tablest.add-type .thead .th { display: none; }
    .tablest.add-type .thead .th:first-of-type { padding-left: 16px; }
    .tablest.add-type .thead .th:last-of-type { padding-right: 16px; }
    .tablest.add-type .tbody .th { display: block; }
    .tablest.add-type .tbody .td { padding: 0px 16px; border-bottom: 0px; }
    .tablest.add-type .tbody .td:nth-of-type(2) { padding-left: 16px; }
    .tablest.add-type .tbody .td:last-of-type { padding-right: 16px; padding-bottom: 16px; border-bottom: 2px solid #1F2123; }
    .tablest.add-type .tbody .td.grid2 .input-item { width: calc(50% - 10px); }
    .tablest.add-type .tbody .td .input-item { width: 100%; max-width: 100%; }

    .btn.add { width: 100%; height: 54px; line-height: 52px; }
    /********** contents ***********/
    #contents1 .hero-wrap .left { width: 100%; }
    #contents1 .hero-wrap .left .thumb-list li { height: auto; margin-top: 16px; margin-bottom: 0px; }
    #contents1 .hero-wrap .thumb-list li .img-wrap { overflow: hidden; position: relative; width: 100%; height: 0; padding-bottom: 100%; }
    #contents1 .hero-wrap .right .thumb-list li { height: auto; float: left; width: 100%; margin-bottom: 0; margin-top: 16px; }
    #contents1 .hero-wrap .right { width: 100%; margin-left: 0px; }
    #contents1 .hero-wrap .right .thumb-list li.wide { width: 100%; }
    #contents1 .hero-wrap .right > .thumb-list li + li { margin-left: 0px; }
    #contents2-1.has-player { background-color: #1F2123; background-image: url(/resources/images/page/bg_player_view.jpg); background-position: top center; background-repeat: no-repeat; padding-bottom: 0px; background-size: 200% 500px; }
    #contents2-1 .plyer-info-wrap .bg { position: absolute; width: 100%; height: 710px; left: 0px; top: 110px; }
    #contents2-1 .plyer-info-wrap .bg::after { position: absolute; content:''; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.5); }
    #contents2-1 .plyer-info-wrap .bg video { display: none; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); width: auto; height: 100vh; }
    #contents2-1 .plyer-info-wrap .player-info > div { float: left; width: 100%; height: auto; padding-bottom: 0px; }
    #contents2-1 .plyer-info-wrap .player-info .pic img { position: relative; width: 100%; left: auto; bottom: auto; transform: translateX(0); }
    #contents2-1 .plyer-info-wrap .player-info .info-wrap .info { position: relative; width: 100%; height: auto; left: auto; top: auto; transform: translate(0, 0); border: 1px solid #979797; background-color: #000; margin-bottom: 24px;  }

    #contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top { position: relative; overflow: hidden; }
    #contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top .num { position: absolute; display: block; width: 50%; border-right: 0 none; left: 25%; top: 50%; transform: translate( -50% , -50% ); }
    #contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top .num span { }
    #contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top .name { float: right; display: block; width: 50%; padding: 7.2% 4.7%; border-left: 1px solid #979797; min-height: 174px; }
    #contents2-1 .plyer-info-wrap .player-info .info-wrap .info .bottom { padding: 24px 0px; border-top: 1px solid #979797; }
    #contents2-1 .plyer-info-wrap .player-info .info-wrap .info .bottom > span { display: block; line-height: 1.5 !important; text-align: center; }
    #contents2-1 .plyer-info-wrap .player-info .info-wrap .info .bottom > span + span { margin-left: 16px; }
    #contents2-1 .playe-stat-wrap .top { overflow: hidden; padding: 0px 32px; }
    #contents2-1 .playe-stat-wrap .top .season { width: 100%; border-right: 0px solid rgba(255, 255, 255, 0.10); border-bottom: 1px solid rgba(255, 255, 255, 0.10); padding-top: 32px; padding-bottom: 24px; padding-left: 0px; text-align: center; }
    #contents2-1 .playe-stat-wrap .top .season p { display: inline-block; }
    #contents2-1 .playe-stat-wrap .top .stat-wrap { position: relative; width: 100%; padding: 0px 0px; }
    #contents2-1 .playe-stat-wrap .top .stat-wrap .stat { float: left; width: 25%; height: 140px; padding-left: 0px; padding-top: 24px; background-repeat: no-repeat; background-position: left center; background-size: 100px auto; text-align: center; }
    #contents2-1 .playe-stat-wrap .top .stat-wrap .stat + .stat { margin-left: 0px; }
    #contents2-1 .playe-stat-wrap .top .stat-wrap .stat1 { background-image: none; }
    #contents2-1 .playe-stat-wrap .top .stat-wrap .stat2 { background-image: none; }
    #contents2-1 .playe-stat-wrap .top .stat-wrap .stat3 { background-image: none; }
    #contents2-1 .playe-stat-wrap .top .stat-wrap .stat4 { background-image: none; }
    #contents2-1 .playe-stat-wrap .bottom { padding: 24px; border-top: 1px solid #3C424C; line-height: 1.5; background-color: #0E0E0F; }
    #contents2-1 .playe-stat-wrap .bottom .data { display: block;  }
    #contents2-1 .playe-stat-wrap .bottom .data + .data { margin-left: 0px; margin-top: 24px; }
    #contents2-1 .playe-stat-wrap .bottom .data > span:first-child { display: inline-block; min-width: 70px; }
    #contents2-1 .playe-stat-wrap .bottom .data > span + span { margin-left: 8px; }
    #contents2-1 .playe-stat-wrap .bottom .data > span > span { margin-left: 0px; }
    #contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap { position: relative; width: 100%; height: auto; padding-bottom: 100px; background-color: #282B30; z-index: 1; }
    #contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .day { display: block; position: absolute; width: 30px; height: 30px; left: 50%; top: 8px; margin-left: -15px; border-radius: 50%; background-color: #000; text-align: center; line-height: 30px; }
    #contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody tr td:first-child .day { color: #D50032; }
    #contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter { display: block; position: absolute;  width: 24px; height: 24px; top: 60%; left: calc(50% - 12px); padding-top: 0px; padding-left: 0px; color: #fff; font-size: 14px; background-image: url(/resources/images/common/icon_cal.svg); background-repeat: no-repeat; background-position: bottom center;  }
    #contents2-3 .calendar-wrap .calendar-table-wrap .calendar-table tbody td .day-wrap .matter .scroll-wrap span { display: none; }
    #contents3-3 { padding-top: 68px !important; }
    #contents2-3 .calendar-wrap .calendar-date > span { padding: 0 3.5%; }
    #contents3-3 .game-match-wrap { padding-top: 56px; }
    #contents3-3 .link-wrap .title { font-size: 32px; }
    #contents3-3 .link-wrap { margin-bottom: 32px; }
    #contents3-3 .link-wrap a { position: relative; display: block; margin-bottom: 8px; margin-top: 24px; }
    #contents3-3 .link-wrap .search-wrap { position: relative; }
    #contents3-3 .ranking-wrap .second-wrap .data { padding: 0px 0%; }
    #contents3-3 .ranking-wrap .third-wrap .data { padding: 0px 0%; }
    #contents4-2 .desc ul li > span:first-child { width: 100%; }
    #contents4-2 .desc ul li > span + span { width: 100%; }
    #contents4-2 .data-wrap .txt-wrap  { position: relative; padding: 56px 0px; }
    #contents4-2 .data-wrap [class *= "col-"] + [class *= "col-"] .txt-wrap::before { position: absolute; content: ''; width: 90%; height: 1px; background-color: #3C424C; left: 50%; top: 0px; transform: translate(-50%, 0px);  }
    #contents4-2 .seat-wrap .btn { position: static; margin-top: 16px; }
    #contents4-3 .desc.w115 ul li > span { display: block; float: left;  }
    #contents4-3 .desc.w115 ul li > span:first-child { width: 100%;  }
    #contents4-3 .desc.w115 ul li > span + span { width: 100%; }
    #contents4-3 .desc.w193 ul li > span { display: block; float: left;  }
    #contents4-3 .desc.w193 ul li > span:first-child { width: 100%;  }
    #contents4-3 .desc.w193 ul li > span + span { width: 100%; }
    #contents4-3 .supporters-list-wrap .supporters-list li:first-child { padding-left: 8px; padding-right: 8px; }
    #contents4-3 .supporters-list-wrap .supporters-list li:first-child .item { padding: 40px 16px; }
    #contents4-3 .img-wrap li { float: none; width: 100%; }
    #contents4-3 .img-wrap li + li { margin-left: 0; margin-top: 32px; }
    #contents4-3 .img-wrap li:nth-child(2) { margin-top: 32px; }
    #contents4-6 .cheering-list-wrap .cheering-list li .item .video-wrap { float: left; width: 100%; height: auto; padding-bottom: 0; }
    #contents4-6 .cheering-list-wrap .cheering-list li .item .txt-wrap { width: 100%; padding-left: 0; margin-top: 24px; }
    #contents4-6 .cheering-list-wrap .cheering-list li .item .txt-wrap > a { left: 0; }
    #contents4-6 .cheering-list-wrap .cheering-list li .item .txt-wrap .btn-download { width: 100%; }

    #contents5-7-1 .tablest .tr .td.has-input.qualifi .radio-item + .radio-item { margin-left: 32px; margin-top: 0; margin-bottom: 16px; }
    #contents5-7-1 .tablest .tr .td.has-input.qualifi p.ml24 { margin-left: 0 !important;  }

}
@media all and (max-width:768px) {
    .thumb-list li.w100 { height: auto; margin-bottom: 32px; }
    .thumb-list li.w100 > a { overflow: hidden; display: block; padding-bottom: 32px; border-bottom: 1px solid #4A4A4A; }
    .thumb-list li.w100 > a .img-wrap { overflow: hidden; position: relative; width: 100%; height: 0; padding-bottom: 73%; float: left; }
    .thumb-list li.w100 > a .txt-wrap { position: relative; width: 100%; height: auto; left: auto; bottom: auto; background-color: transparent; padding: 24px 24px 0px; float: left; }
    .thumb-list li.w100 > a .txt-wrap .subject-wrap .matter {  line-height: 1.5 !important; height: 3em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; }
    #contents3-3 .game-match-wrap hr { margin-bottom: 24px; }
    #contents3-3 .ranking-wrap .table-wrap table { min-width: auto !important; }
    #contents3-3 .ranking-wrap .table-wrap colgroup col { width: 50px !important; padding: 8px; }
    #contents3-3 .ranking-wrap .table-wrap colgroup col:nth-child(1) { width: 65px !important; }
    #contents3-3 .ranking-wrap .table-wrap colgroup col:nth-child(2) { width: 145px !important; }
    #contents3-3 .ranking-wrap .table-wrap thead td .rajdhani { font-size: 24px; }
    #contents3-3 .ranking-wrap .table-wrap thead td .logo { float: none; }
    #contents3-3 .ranking-wrap .table-wrap thead td .logo img { width: 92px; height: 92px; }
    #contents3-3 .ranking-wrap .table-wrap thead td .name { display: none; }
    #contents3-3 .ranking-wrap .table-wrap tbody th { font-size: 12px; }
    #contents3-3 .ranking-wrap .table-wrap tbody tr td:nth-of-type(2) { padding-left: 0px; text-align: center; }
    #contents3-3 .ranking-wrap .table-wrap tbody td .rank { font-size: 24px; color: #fff; }
    #contents3-3 .ranking-wrap .table-wrap tbody td .logo img { width: 40px; height: 40px; }
    #contents3-3 .ranking-wrap .table-wrap tbody td .name { display: none; }
    #contents3-3 .ranking-wrap .table-wrap tbody td .rajdhani { font-size: 14px !important; }
    #contents4-3 .supporters-list-wrap .supporters-list li .item .img-wrap { float: left; width: 100%; margin-bottom: 24px; }
    #contents4-3 .supporters-list-wrap .supporters-list li:first-child .item::before { display: none; }
    #contents4-3 .supporters-list-wrap .supporters-list li:first-child .item p:first-child{ font-size: 28px;}
    #contents4-3 .supporters-list-wrap .supporters-list li .item .img-wrap img { width: 100%; height: auto; }
    #contents4-3 .supporters-list-wrap .supporters-list li .item .txt-wrap { position: relative; float: left; width: 100%; height: auto; padding-left: 0px; }
    #contents4-3 .supporters-list-wrap .supporters-list li .item .txt-wrap > a { position: relative; bottom: auto; left: auto; margin-top: 24px; width: 100%; }
    #contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top .name { padding: 14.2% 4.7%; }
}
@media all and (max-width:540px) {
    .layerpop-wrap .layerpop .layer-body { padding: 32px 50px; }
    .list-slider.w100 .slick-arrow { width: 30px; height: 55px; }
    .list-slider.w100 .slick-arrow:before, .list-slider.w100 .slick-slide.slick-arrow:before { width: 30px; height: 55px; background-size: contain; }
    .list-slider.w100 .slick-arrow.slick-prev { left: -42px; }
    .list-slider.w100 .slick-arrow.slick-next { right: -42px; }
  }
@media all and (max-width:360px) {
    .layerpop-wrap .layerpop .layer-body { padding: 32px 30px; }
    .list-slider.w100 .slick-arrow { width: 15px; height: 30px; }
    .list-slider.w100 .slick-arrow:before, .list-slider.w100 .slick-slide.slick-arrow:before { width: 15px; height: 30px; }
    .list-slider.w100 .slick-arrow.slick-prev { left: -23px; }
    .list-slider.w100 .slick-arrow.slick-next { right: -23px; }

}

@media all and (max-width:360px) {
    /* #contents2-1 .plyer-info-wrap .player-info .info-wrap .info .top .num { width: 147px;} */
}
@media all and (max-width:320px) {
}
/*hover*/
@media all and (min-width:768px) {
    /********** common ***********/
    .thumb-list li > a:hover .img-wrap > img { position: absolute; width: 100%; left: 50%; top: 0px; transform: translateX(-50%) scale(1.2); transition: all .5s; }
    .thumb-list li.full:not(.wide) > a:hover .img-wrap > img { position: absolute; width: auto; height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(1.2); transition: all .5s; }
    .thumb-list li.player:not(.wide) > a:hover .img-wrap > img { position: absolute; width: auto; height: 92.8%; left: 50%; top: auto; bottom: 0px; transform: translate(-50%, 0px) scale(1.1); transition: all .5s; z-index: 2; }
    .thumb-list li > .list-youth:hover .img-wrap > img { position: absolute; width: 100%; left: 50%; top: 0px; transform: translateX(-50%) scale(1.2); transition: all .5s; }
    .thumb-list li.full:not(.wide) > .list-youth:hover .img-wrap > img { position: absolute; width: auto; height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(1.2); transition: all .5s; }
    .thumb-list li.player:not(.wide) > .list-youth:hover .img-wrap > img { position: absolute; width: auto; height: 92.8%; left: 50%; top: auto; bottom: 0px; transform: translate(-50%, 0px) scale(1.1); transition: all .5s; z-index: 2; }
    #contents1 .thumb-list li > a:hover .img-wrap > img { top: 50%; transform: translate(-50%,-50%) scale(1.2); -webkit-transform: translate( -50% , -50% ) scale(1.2); -moz-transform: translate(-50% , -50%) scale(1.2); transition: all .5s; }
    .reply-wrap .reply-write-wrap .btn-confirm:hover { background-color: #fff; color: #000; transition: all .3s; }
    .board-view .list-pager-wrap > .side a .arrow img { transition: all .3s;  }
    .board-view .list-pager-wrap > .side a:hover .arrow img { transition: all .3s; margin-left: -20px; }
    .board-view .list-pager-wrap > .side:last-child a:hover .arrow img { transition: all .3s; margin-right: -20px; }
    /********** contents ***********/
    #contents4-6 .cheering-list-wrap .cheering-list li .item .txt-wrap .btn-download:hover { width: 54px; height: 54px; min-width: 54px; background-image: url(/resources/images/page/icon_download_b.svg); background-repeat: no-repeat; background-position: center; }
    .btn.add:hover > span , .btn.add:focus > span , .btn.add:active > span { background-image: url(/resources/images/page/icon_add_on.svg); }
}