@charset "UTF-8";
@font-face {
  font-family: 'NanumSquare';
  src: url("/webfont/NanumSquare/NanumSquareR.eot");
  src: url("/webfont/NanumSquare/NanumSquareR.eot?#iefix") format("embedded-opentype"), url("/webfont/NanumSquare/NanumSquareR.woff") format("woff"), url("/webfont/NanumSquare/NanumSquareR.woff2") format("woff2"), url("/webfont/NanumSquare/NanumSquareR.ttf") format("truetype");
}

@font-face {
  font-family: 'NanumSquareB';
  src: url("/webfont/NanumSquare/NanumSquareB.eot");
  src: url("/webfont/NanumSquare/NanumSquareB.eot?#iefix") format("embedded-opentype"), url("/webfont/NanumSquare/NanumSquareB.woff") format("woff"), url("/webfont/NanumSquare/NanumSquareB.woff2") format("woff2"), url("/webfont/NanumSquare/NanumSquareB.ttf") format("truetype");
}

@font-face {
  font-family: 'NanumSquareLight';
  src: url("/webfont/NanumSquare/NanumSquareLight.eot");
  src: url("/webfont/NanumSquare/NanumSquareLight.eot?#iefix") format("embedded-opentype"), url("/webfont/NanumSquare/NanumSquareLight.woff") format("woff"), url("/webfont/NanumSquare/NanumSquareLight.woff2") format("woff2"), url("/webfont/NanumSquare/NanumSquareLight.ttf") format("truetype");
}

@font-face {
  font-family: 'NanumSquareEB';
  src: url("/webfont/NanumSquare/NanumSquareEB.eot");
  src: url("/webfont/NanumSquare/NanumSquareEB.eot?#iefix") format("embedded-opentype"), url("/webfont/NanumSquare/NanumSquareEB.woff") format("woff"), url("/webfont/NanumSquare/NanumSquareEB.woff2") format("woff2"), url("/webfont/NanumSquare/NanumSquareEB.ttf") format("truetype");
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body,
html {
  height: 100%;
  width: 100%;
}

body {
  min-height: 100%;
  background: #191919;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong, th {
  font-weight: normal;
}

body,
button,
input,
select,
table,
textarea {
  font-family: '나눔스퀘어', NanumSquare, '나눔고딕',NanumGothic, '맑은고딕',MalgunGothic,'돋움',Dotum, Helvetica,sans-serif;
  font-size: 10px;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

li {
  vertical-align: top;
}

textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  resize: none;
}

address,
em {
  font-style: normal;
}

input,
select {
  vertical-align: middle;
}

input[type=text]::-ms-clear {
  display: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.blind {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

table {
  table-layout: fixed;
  padding: 0;
  border-spacing: 0px;
  border: 0;
  border-collapse: collapse;
}

.onstage_wrap {
  position: relative;
  min-width: 960px;
  height: 100%;
  background: #191919;
}

.onstage_wrap .inner {
  position: relative;
  overflow: hidden;
  width: 960px;
  height: 100%;
  margin: 0 auto;
}

.onstage_wrap .onstage_mine {
  height: 100%;
  background: url(/img/onstage2.0/main_bottom.png) 50% 100% no-repeat, url(/img/onstage2.0/web_mine.png) 50% 0 no-repeat;
}

.onstage_wrap .onstage_mine .main_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-width: 4px 0;
}

.onstage_wrap .onstage_mine .main_link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.onstage_wrap .onstage_mine .main_link.on {
  display: block;
}

.onstage_wrap .onstage_testpage {
  background: #191919 url(/img/onstage2.0/web_test.png) 50% 0 no-repeat;
  height: 100%;
}

.onstage_wrap .onstage_testpage .inner {
  width: 860px;
  height: 100%;
  max-height: 956px;
  min-height: 800px;
}

.onstage_wrap .onstage_testpage .page_number {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 14px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  z-index: 10;
}

.onstage_wrap .onstage_testpage .page_number strong {
  color: #17e574;
}

.onstage_wrap .onstage_testpage .page_title {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  z-index: 10;
}

.onstage_wrap .onstage_testpage .test_list {
  position: relative;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
  height: 55%;
  text-align: center;
}

.onstage_wrap .onstage_testpage .test_list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 50%;
  height: 100%;
}

.onstage_wrap .onstage_testpage .test_list li.on .test_thum {
  display: none;
}

.onstage_wrap .onstage_testpage .test_list li.on .img_select {
  display: block;
}

.onstage_wrap .onstage_testpage .test_list li .test_thum {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.onstage_wrap .onstage_testpage .test_list li .img_select {
  display: none;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.onstage_wrap .onstage_testpage .test_list li .select_btn {
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  bottom: 0;
  right: 0;
  outline: none;
  width: 100%;
}

.onstage_wrap .onstage_testpage .test_list:last-child {
  height: 45%;
}

.onstage_wrap .onstage_testpage .test_list:last-child li:before {
  height: 95%;
}

.onstage_wrap .onstage_testpage .test_list:last-child li:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 97%;
  height: 4px;
  background: #fff;
  content: '';
}

.onstage_wrap .onstage_testpage .test_list:last-child li:last-child:after {
  right: 0;
  left: auto;
}

.onstage_wrap .onstage_testpage .test_list:last-child li .playBtn {
  top: 0;
}

.onstage_wrap .onstage_testpage .test_list:only-of-type {
  height: 100%;
}

.onstage_wrap .section01 {
  width: 100%;
  background: #191919 url(/img/onstage2.0/section01.png) repeat-x;
  background-size: 330px 991px;
  -webkit-background-size: 330px 991px;
}

.onstage_wrap .section01 .inner {
  background: #191919;
  padding-bottom: 90px;
}

.onstage_wrap .section01 .inner .result_tab {
  padding: 33px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.onstage_wrap .section01 .inner .result_tab .result_list {
  width: 960px;
  margin: 0 auto;
  white-space: nowrap;
}

.onstage_wrap .section01 .inner .result_tab .result_list li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 36px;
}

.onstage_wrap .section01 .inner .result_tab .result_list li:first-child {
  margin-left: 30px;
}

.onstage_wrap .section01 .inner .result_tab .result_list li .result_tab_link {
  position: relative;
  display: block;
  width: 112px;
  height: 20px;
  display: inline-block;
  background: url(/img/onstage2.0/test_sp.png) no-repeat;
  background-position: 0 0;
  background-size: 490px 350px;
  -webkit-background-size: 490px 350px;
  color: transparent;
}

.onstage_wrap .section01 .inner .result_tab .result_list li .result_tab_link.purple {
  width: 108px;
  background-position: -112px 0;
}

.onstage_wrap .section01 .inner .result_tab .result_list li .result_tab_link.red {
  width: 94px;
  background-position: -224px 0;
}

.onstage_wrap .section01 .inner .result_tab .result_list li .result_tab_link.orange {
  width: 110px;
  background-position: -322px 0;
}

.onstage_wrap .section01 .inner .result_tab .result_list li.on .result_tab_link {
  position: relative;
  background-position: 0 -19px;
}

.onstage_wrap .section01 .inner .result_tab .result_list li.on .result_tab_link:before {
  display: block;
  position: absolute;
  top: -36px;
  left: -3px;
  width: 21px;
  height: 21px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background: #38b74d;
  content: '';
}

.onstage_wrap .section01 .inner .result_tab .result_list li.on .result_tab_link.purple {
  background-position: -112px -19px;
}

.onstage_wrap .section01 .inner .result_tab .result_list li.on .result_tab_link.purple:before {
  background: #9a31d4;
}

.onstage_wrap .section01 .inner .result_tab .result_list li.on .result_tab_link.red {
  background-position: -224px -19px;
}

.onstage_wrap .section01 .inner .result_tab .result_list li.on .result_tab_link.red:before {
  background: #d6102c;
}

.onstage_wrap .section01 .inner .result_tab .result_list li.on .result_tab_link.orange {
  background-position: -322px -19px;
}

.onstage_wrap .section01 .inner .result_tab .result_list li.on .result_tab_link.orange:before {
  background: #ee7800;
}

.onstage_wrap .section01 .inner .test_select {
  display: inline-block;
  min-width: 417px;
  padding-bottom: 28px;
  margin: 47px 0 0 21px;
  border-bottom: 4px solid #fff;
}

.onstage_wrap .section01 .inner .test_select li {
  width: 75px;
  height: 66px;
  margin-left: 17px;
  display: inline-block;
  background: url(/img/onstage2.0/test_sp.png) no-repeat;
  background-position: 0 -42px;
  background-size: 490px 350px;
  -webkit-background-size: 490px 350px;
  color: transparent;
}

.onstage_wrap .section01 .inner .test_select li:first-child {
  margin-left: 0;
}

.onstage_wrap .section01 .inner .test_select li.select_1_2 {
  width: 70px;
  background-position: -80px -42px;
}

.onstage_wrap .section01 .inner .test_select li.select_1_3 {
  width: 63px;
  background-position: -161px -42px;
}

.onstage_wrap .section01 .inner .test_select li.select_1_4 {
  width: 76px;
  background-position: -232px -42px;
}

.onstage_wrap .section01 .inner .test_select li.select_2_1 {
  width: 55px;
  background-position: -14px -112px;
}

.onstage_wrap .section01 .inner .test_select li.select_2_2 {
  width: 53px;
  background-position: -92px -112px;
}

.onstage_wrap .section01 .inner .test_select li.select_2_3 {
  width: 53px;
  background-position: -166px -112px;
}

.onstage_wrap .section01 .inner .test_select li.select_2_4 {
  width: 48px;
  background-position: -246px -112px;
}

.onstage_wrap .section01 .inner .test_select li.select_3_1 {
  width: 74px;
  background-position: -1px -182px;
}

.onstage_wrap .section01 .inner .test_select li.select_3_2 {
  width: 74px;
  background-position: -78px -182px;
}

.onstage_wrap .section01 .inner .test_select li.select_3_3 {
  width: 64px;
  background-position: -162px -182px;
}

.onstage_wrap .section01 .inner .test_select li.select_3_4 {
  width: 62px;
  background-position: -238px -182px;
}

.onstage_wrap .section01 .inner .test_select li.select_4_1 {
  width: 52px;
  background-position: -10px -252px;
}

.onstage_wrap .section01 .inner .test_select li.select_4_2 {
  width: 67px;
  background-position: -82px -252px;
}

.onstage_wrap .section01 .inner .test_select li.select_4_3 {
  width: 60px;
  background-position: -162px -252px;
}

.onstage_wrap .section01 .inner .test_select li.select_4_4 {
  width: 64px;
  background-position: -236px -252px;
}

.onstage_wrap .section01 .inner .test_select li.select_5_1 {
  width: 62px;
  background-position: -314px -252px;
}

.onstage_wrap .section01 .inner .test_select li.select_5_2 {
  width: 51px;
  background-position: -394px -252px;
}

.onstage_wrap .section01 .inner .result_title {
  margin: 42px 0 32px 21px;
}

.onstage_wrap .section01 .inner .result_title img {
  max-width: 630px;
  height: auto;
}

.onstage_wrap .section01 .inner .result_text {
  color: #38b74d;
  font-size: 22px;
  line-height: 45px;
  font-weight: bold;
  margin-left: 21px;
}

.onstage_wrap .section01 .inner .concert_info {
  margin: 14px 0 0 21px;
  font-size: 24px;
  color: #fff;
}

.onstage_wrap .section01 .inner .concert_info li {
  margin-bottom: 7px;
}

.onstage_wrap .section01 .inner .concert_info li:last-child {
  margin-bottom: 0;
}

.onstage_wrap .section01 .inner .link_area {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 21px;
  padding: 0 21px;
}

.onstage_wrap .section01 .inner .link_area .link_box {
  display: table-cell;
  vertical-align: top;
  padding-right: 13px;
}

.onstage_wrap .section01 .inner .link_area .link_box .link_btn {
  display: block;
  height: 60px;
  background: #35a848;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

.onstage_wrap .section01 .inner .link_area .link_box:last-child {
  padding: 0 9px 0 0;
}

.onstage_wrap .section01 .inner .link_area .link_box:last-child .link_btn {
  background: #bebebe;
  color: #191919;
}

.onstage_wrap .section01 .inner .btn_box {
  margin: 18px 21px 16px;
}

.onstage_wrap .section01 .inner .btn_box .share_btn, .onstage_wrap .section01 .inner .btn_box .refresh_btn {
  padding: 5px 0;
  color: #a5a5a5;
  font-size: 21px;
  line-height: 32px;
  outline: none;
}

.onstage_wrap .section01 .inner .btn_box .share_btn:before, .onstage_wrap .section01 .inner .btn_box .refresh_btn:before {
  display: inline-block;
  vertical-align: bottom;
  width: 28px;
  height: 32px;
  margin-right: 15px;
  display: inline-block;
  background: url(/img/onstage2.0/test_sp.png) no-repeat;
  background-position: -406px -42px;
  background-size: 490px 350px;
  -webkit-background-size: 490px 350px;
  color: transparent;
  content: '';
}

.onstage_wrap .section01 .inner .btn_box .refresh_btn {
  margin-left: 40px;
}

.onstage_wrap .section01 .inner .btn_box .refresh_btn:before {
  width: 27px;
  display: inline-block;
  background: url(/img/onstage2.0/test_sp.png) no-repeat;
  background-position: -448px -42px;
  background-size: 490px 350px;
  -webkit-background-size: 490px 350px;
  color: transparent;
}

.onstage_wrap .section02 {
  width: 100%;
  background: #3c8a49 url(/img/onstage2.0/section02_green.png) 50% 0 no-repeat;
  background-size: 1355px 2443px;
  -webkit-background-size: 1355px 2443px;
}

.onstage_wrap .section02 .inner {
  padding: 330px 21px 186px;
}

.onstage_wrap .section02 .lineup_box {
  margin-top: 160px;
}

.onstage_wrap .section02 .lineup_box:first-of-type {
  margin-top: 0;
}

.onstage_wrap .section02 .lineup_box:first-of-type .swiper-container:before {
  width: 64px;
  display: inline-block;
  background: url(/img/onstage2.0/test_sp.png) no-repeat;
  background-position: -321px -42px;
  background-size: 490px 350px;
  -webkit-background-size: 490px 350px;
  color: transparent;
}

.onstage_wrap .section02 .lineup_box:last-child {
  margin-top: 167px;
}

.onstage_wrap .section02 .lineup_box:last-child .swiper-container:before {
  display: inline-block;
  background: url(/img/onstage2.0/test_sp.png) no-repeat;
  background-position: -321px -182px;
  background-size: 490px 350px;
  -webkit-background-size: 490px 350px;
  color: transparent;
}

.onstage_wrap .section02 .swiper_title {
  color: #fff;
  font-size: 40px;
  letter-spacing: -1.2px;
  letter-spacing: -2.7px;
  font-weight: bold;
}

.onstage_wrap .section02 .swiper_title .swiper_subtitle {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 42px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

.onstage_wrap .section02 .swiper_title.text_right {
  text-align: right;
}

.onstage_wrap .section02 .swiper_box {
  position: relative;
  width: 539px;
  min-height: 424px;
  margin: -14px 0 0 90px;
}

.onstage_wrap .section02 .swiper_box:before {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 5px 9px rgba(30, 19, 19, 0.4);
  content: '';
}

.onstage_wrap .section02 .swiper_box .swiper-container {
  position: relative;
  padding-top: 25px;
}

.onstage_wrap .section02 .swiper_box .swiper-container:before {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 46px;
  display: inline-block;
  background: url(/img/onstage2.0/test_sp.png) no-repeat;
  background-position: -321px -112px;
  background-size: 490px 350px;
  -webkit-background-size: 490px 350px;
  color: transparent;
  z-index: 10;
  content: '';
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box {
  display: block;
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box img {
  width: 100%;
  height: auto;
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box img.before_img {
  display: block;
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box img.after_img {
  display: none;
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box:hover img.before_img, .onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box:active img.before_img, .onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box:focus img.before_img {
  display: none;
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box:hover img.after_img, .onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box:active img.after_img, .onstage_wrap .section02 .swiper_box .swiper-container .swiper-slide .img_box:focus img.after_img {
  display: block;
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-pagination-bullets {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: auto;
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #1f5227;
  margin: 0 6px;
  width: 11px;
  height: 11px;
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-button-next {
  width: 22px;
  height: 40px;
  display: inline-block;
  background: url(/img/onstage2.0/test_sp.png) no-repeat;
  background-position: -448px -112px;
  background-size: 490px 350px;
  -webkit-background-size: 490px 350px;
  color: transparent;
}

.onstage_wrap .section02 .swiper_box .swiper-container .swiper-button-prev {
  width: 22px;
  height: 40px;
  display: inline-block;
  background: url(/img/onstage2.0/test_sp.png) no-repeat;
  background-position: -406px -112px;
  background-size: 490px 350px;
  -webkit-background-size: 490px 350px;
  color: transparent;
}

.onstage_wrap .section02 .swiper_box.left_box {
  margin: -20px 129px 0 0;
}

.onstage_wrap .section02 .swiper_box.left_box .swiper-pagination-bullets {
  right: auto;
  left: 0;
}

.onstage_wrap .section03 {
  width: 100%;
  background: #626262 url(/img/onstage2.0/section03.png) 50% 0 no-repeat;
  background-size: 1355px 745px;
  -webkit-background-size: 1355px 745px;
  height: 745px;
}

.onstage_wrap .section03 .link_btn {
  display: block;
  position: absolute;
  top: 392px;
  left: 204px;
  width: 257px;
  height: 62px;
}

.onstage_wrap.result_green .inner, .onstage_wrap.result_red .inner, .onstage_wrap.result_orange .inner, .onstage_wrap.result_purple .inner {
  width: 672px;
}

.onstage_wrap.result_purple .section01 .inner .result_text {
  color: #9a31d4;
}

.onstage_wrap.result_purple .section01 .inner .link_area .link_btn {
  background: #9a31d4;
}

.onstage_wrap.result_purple .section02 {
  background: #872abb url(/img/onstage2.0/section02_purple.png) 50% 0 no-repeat;
  background-size: 1355px 2443px;
  -webkit-background-size: 1355px 2443px;
}

.onstage_wrap.result_purple .section02 .swiper_box .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #42125d;
}

.onstage_wrap.result_red .section01 .inner .result_text {
  color: #d6102c;
}

.onstage_wrap.result_red .section01 .inner .link_area .link_btn {
  background: #d6102c;
}

.onstage_wrap.result_red .section02 {
  background: #b63143 url(/img/onstage2.0/section02_red.png) 50% 0 no-repeat;
  background-size: 1355px 2443px;
  -webkit-background-size: 1355px 2443px;
}

.onstage_wrap.result_red .section02 .swiper_box .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #760717;
}

.onstage_wrap.result_orange .section01 .inner .result_text {
  color: #ee7800;
}

.onstage_wrap.result_orange .section01 .inner .link_area .link_btn {
  background: #ee7800;
}

.onstage_wrap.result_orange .section02 {
  background: #e4811c url(/img/onstage2.0/section02_orange.png) 50% 0 no-repeat;
  background-size: 1355px 2443px;
  -webkit-background-size: 1355px 2443px;
}

.onstage_wrap.result_orange .section02 .swiper_box .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #d05119;
}
