/*event.scss*/
/*_buttons.scss*/
/*_colors.scss*/
/*_mixins.scss*/
@import url(https://wdr.ubion.co.kr/common/fonts/blackhan/blackHansans.css);
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*_placeholder.scss*/
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be {
  *zoom: 1;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap:before, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article:before, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be:before, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article:before, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be:before, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap:after, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article:after, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be:after, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article:after, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be:after {
  content: "";
  display: table;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap:after, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article:after, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be:after, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article:after, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be:after {
  clear: both;
}

a.board_link_btn {
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
a.board_link_btn.blue {
  background: #0b71b9;
}

/*_forms.scss*/
div.layer_pop, div.layer_pop_m {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url(../../../img//all_bg.png) repeat;
}

div.pop_wrap {
  width: 970px;
  height: 550px;
  overflow-y: auto;
  padding: 30px;
  background: #ebecee;
}
@media (max-width: 960px) {
  div.pop_wrap {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

/*_icons.scss*/
span.top_alarm {
  display: inline-block;
  background: #5391d5;
  width: 20px;
  height: 20px;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0 3px;
}

span.ico_border_co1 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #21b1ea;
  background: none;
  color: #21b1ea;
}
@media (max-width: 960px) {
  span.ico_border_co1 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_border_co1 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_border_co1 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

span.ico_border_co2 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #f26c4f;
  background: none;
  color: #f26c4f;
}
@media (max-width: 960px) {
  span.ico_border_co2 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_border_co2 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_border_co2 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

span.ico_back_co1 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #f26c4f;
  background: #f26c4f;
  color: #fff;
}
@media (max-width: 960px) {
  span.ico_back_co1 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_back_co1 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_back_co1 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

span.ico_back_co2 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #21b1ea;
  background: #21b1ea;
  color: #fff;
}
@media (max-width: 960px) {
  span.ico_back_co2 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_back_co2 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_back_co2 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

/*_buttons1.scss*/
/*_colors1.scss*/
/*_mixins1.scss*/
/*_buttons2.scss*/
/*_colors2.scss*/
/*_mixins2.scss*/
/*_placeholder2.scss*/
/*_buttons3.scss*/
/*_colors3.scss*/
/*_icons3.scss*/
/*_mixins3.scss*/
/* Sub-section comment block
   ========================================================================== */
/* Usage */
/* svg element
 ========================================================================== */
/* maring-and-padding-spacing
  ========================================================================== */
/*_placeholder3.scss*/
div.credit_260804 ul li {
  float: none;
  width: 100%;
}

div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt p.cons, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn:hover, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn:hover, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn, div.credit_260804 {
  color: #0b1431;
}

div.credit_260804 section.review_sc .review_btn, div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.order_link button.btn_lec, div.credit_260804 section.preview_sc div.item_wrap div.item div.youtube, div.credit_260804 section.preview_sc div.item_wrap div.item div.txt {
  background-color: #0b1431;
}

div.credit_260804 section.review_sc .review_btn, div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.order_link button.btn_lec, div.credit_260804 section.preview_sc div.item_wrap div.item div.txt {
  color: #fff;
}

div.credit_260804 section.review_sc .slick-slider .center .li_wd .review, div.credit_260804 section.order_sc ul.order_ul li.order_li, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn:hover, div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn:hover, div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn {
  background-color: #fff;
}

div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt p.cons::-webkit-scrollbar-thumb, div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt h6.id::after {
  background-color: #ebebf2;
}

div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn {
  background-color: #f9f9f9;
}

div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt p.cons strong, div.credit_260804 section.tab_sc div.wrap_1024 p.ps strong {
  color: #ff5139;
}

div.credit_260804 section.review_sc .review_btn:hover {
  color: #ff85b7;
}

div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.order_link button.btn_lec:hover {
  color: #fdd04f;
}

div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left dl.order_dl > dt {
  background-color: #fdd04f;
}

div.credit_260804 {
  font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", "Dotum", "DroidFont", sans-serif;
  word-break: keep-all;
  letter-spacing: -0.5px;
  font-weight: 300;
}
div.credit_260804 .title_wrap {
  padding: 0;
  text-align: center;
}
div.credit_260804 .title_wrap h4.title {
  font-size: 60px;
  font-size: 3.9rem;
  margin: 0 0 20px 0;
  font-family: "Black Han Sans", "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", "Dotum", "DroidFont", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.2px;
}
div.credit_260804 .title_wrap h4.title.black {
  color: #0b1431;
}
div.credit_260804 .title_wrap h4.title.black em {
  color: #0060d8;
}
div.credit_260804 .title_wrap h4.title.white {
  color: #fff;
}
div.credit_260804 .title_wrap h4.title.white em {
  color: #2effbd;
}
div.credit_260804 .title_wrap h4.sub_title {
  font-size: 42px;
  font-size: 2.73rem;
  font-family: "Black Han Sans", "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", "Dotum", "DroidFont", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.2px;
}
div.credit_260804 .title_wrap h4.sub_title.black {
  color: #0b1431;
}
div.credit_260804 .title_wrap h4.sub_title.black em {
  color: #0060d8;
}
div.credit_260804 .title_wrap h4.sub_title.white {
  color: #fff;
}
div.credit_260804 .title_wrap h4.sub_title.white em {
  color: #2effbd;
}
div.credit_260804 .title_wrap p.sm_text {
  font-size: 24px;
  font-size: 1.56rem;
}
div.credit_260804 .title_wrap p.sm_text.white {
  color: #fff;
}
div.credit_260804 .title_wrap p.sm_text em {
  font-weight: bold;
}
@media (max-width: 960px) {
  div.credit_260804 .title_wrap h4.title {
    font-size: 50px;
    font-size: 3.25rem;
    margin: 0 0 10px 0;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }
  div.credit_260804 .title_wrap h4.sub_title {
    font-size: 46px;
    font-size: 2.99rem;
  }
  div.credit_260804 .title_wrap p.sm_text {
    font-size: 20px;
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  div.credit_260804 .title_wrap h4.title {
    font-size: 40px;
    font-size: 2.6rem;
    margin: 0 0 10px 0;
    line-height: 1.1;
    letter-spacing: -0.8px;
  }
  div.credit_260804 .title_wrap h4.sub_title {
    font-size: 36px;
    font-size: 2.34rem;
  }
  div.credit_260804 .title_wrap p.sm_text {
    font-size: 18px;
    font-size: 1.17rem;
  }
}
div.credit_260804 section.header_sc {
  padding: 109px 0 87px;
  background: #1c4fcf url("/wowpass/img/event/credit_260804/main_bg.jpg") top center no-repeat;
}
div.credit_260804 section.header_sc img {
  max-width: 100%;
}
div.credit_260804 section.header_sc div.wrap_1024 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
div.credit_260804 section.header_sc div.wrap_1024 img.slogan {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: auto;
  margin: 0 auto 62px auto;
}
div.credit_260804 section.header_sc div.wrap_1024 div.text_wrap {
  text-align: left;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
div.credit_260804 section.header_sc div.wrap_1024 div.text_wrap .main_02 {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 0 19px 0;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
div.credit_260804 section.header_sc div.wrap_1024 div.text_wrap .main_03 {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 0 21px 0;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
div.credit_260804 section.header_sc div.wrap_1024 div.text_wrap .main_04 {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 0 42px 0;
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 50px;
  min-height: 610px;
  width: 100%;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap img.book {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 0 -35px 0;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 560px;
  padding: 20px;
  background: #0b3fb2;
  border-radius: 20px;
  border: 1px solid #02339e;
  box-shadow: 1px 0 8px 0 rgba(0, 32, 84, 0.6);
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.img {
  width: 30%;
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.img img {
  max-width: 100%;
  margin: 0 auto 10px auto;
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.text {
  width: 70%;
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.text span {
  display: block;
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.text span.label {
  font-size: 18px;
  font-size: 1.17rem;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 0 0 -4px;
  border-radius: 50px;
  background: #174ec9;
  color: #adedff;
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.text span.big_text {
  font-size: 30px;
  font-size: 1.95rem;
  margin: 7px 0 6px 0;
  font-weight: 700;
  color: #fff;
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.text span.big_text em {
  color: #50ffbb;
}
div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.text span.small_text {
  font-size: 17px;
  font-size: 1.105rem;
  color: #adedff;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  margin: 205px 0 0 0;
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 33.3333333333%;
  padding: 20px;
  background: #0b3fb2;
  border-radius: 20px;
  border: 1px solid #02339e;
  box-shadow: 1px 0 8px 0 rgba(0, 32, 84, 0.6);
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.img {
  width: 35%;
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.img img {
  max-width: 100%;
  margin: 0 auto 10px auto;
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text {
  width: 65%;
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span {
  display: block;
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.label {
  font-size: 14px;
  font-size: 0.91rem;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 0 0 -4px;
  border-radius: 50px;
  background: #174ec9;
  color: #adedff;
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.big_text {
  font-size: 18px;
  font-size: 1.17rem;
  margin: 7px 0 6px 0;
  color: #fff;
  font-weight: 600;
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.big_text em {
  color: #50ffbb;
}
div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.small_text {
  font-size: 16px;
  font-size: 1.04rem;
  color: #adedff;
}
@media (max-width: 960px) {
  div.credit_260804 section.header_sc {
    padding: 70px 30px;
  }
  div.credit_260804 section.header_sc img {
    max-width: 70%;
  }
  div.credit_260804 section.header_sc div.wrap_1024 img.slogan {
    margin: 0 auto 30px auto;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap {
    min-height: 470px;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap img.book {
    max-width: 40%;
    margin: 0 0 -25px 0;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.text span.label {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.text span.big_text {
    font-size: 20px;
    font-size: 1.3rem;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap div.benefit_item div.text span.small_text {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap {
    width: 100%;
    margin: 175px 0 0 0;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.img {
    display: none;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text {
    width: 100%;
    text-align: center;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.label {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.big_text {
    font-size: 20px;
    font-size: 1.3rem;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.small_text {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.header_sc {
    padding: 80px 30px;
  }
  div.credit_260804 section.header_sc img {
    max-width: 100%;
  }
  div.credit_260804 section.header_sc div.wrap_1024 img.slogan {
    margin: 0 auto 30px auto;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
    min-height: 470px;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.book_wrap img.book {
    max-width: 100%;
    margin: 0;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap {
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item {
    width: 100%;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.img {
    display: block;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text {
    text-align: left;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.label {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.big_text {
    font-size: 20px;
    font-size: 1.3rem;
  }
  div.credit_260804 section.header_sc div.wrap_1024 div.benefit_wrap div.item div.text span.small_text {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
div.credit_260804 section.type_sc {
  padding: 80px 0 0 0;
  background: #1144b5;
  text-align: center;
}
div.credit_260804 section.type_sc h4.sub_title {
  color: #fff;
}
div.credit_260804 section.type_sc div.item_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
div.credit_260804 section.type_sc div.item_wrap div.item {
  width: 30%;
  text-align: center;
}
div.credit_260804 section.type_sc div.item_wrap div.item img {
  max-width: 100%;
  margin: 0 auto;
}
div.credit_260804 section.type_sc div.item_wrap div.item span {
  display: block;
}
div.credit_260804 section.type_sc div.item_wrap div.item span.big_text {
  font-size: 24px;
  font-size: 1.56rem;
  margin: 0 0 16px 0;
  color: #78ffde;
  font-weight: 700;
}
div.credit_260804 section.type_sc div.item_wrap div.item span.small_text {
  font-size: 20px;
  font-size: 1.3rem;
  color: #fff;
}
div.credit_260804 section.type_sc div.item_wrap div.item span.small_text em {
  font-size: 24px;
  font-size: 1.56rem;
  display: block;
  margin: 0 0 8px 0;
  font-weight: 700;
}
@media (max-width: 960px) {
  div.credit_260804 section.type_sc {
    padding: 80px 20px 0 20px;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.type_sc {
    padding: 80px 30px;
  }
  div.credit_260804 section.type_sc div.item_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  div.credit_260804 section.type_sc div.item_wrap div.item {
    width: 100%;
    margin: 0 auto;
  }
  div.credit_260804 section.type_sc div.item_wrap div.item:nth-child(2) {
    position: relative;
    width: 250px;
    height: 250px;
    background: #0f3b9c;
    border-radius: 100%;
    overflow: hidden;
  }
  div.credit_260804 section.type_sc div.item_wrap div.item:nth-child(2) img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 70%;
  }
  div.credit_260804 section.type_sc div.item_wrap div.item span.big_text {
    font-size: 20px;
    font-size: 1.3rem;
    margin: 0 0 16px 0;
  }
  div.credit_260804 section.type_sc div.item_wrap div.item span.small_text {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.credit_260804 section.type_sc div.item_wrap div.item span.small_text em {
    font-size: 20px;
    font-size: 1.3rem;
    margin: 0 0 8px 0;
  }
}
div.credit_260804 section.curriculum_sc {
  padding: 160px 0;
  background: #fff;
}
div.credit_260804 section.curriculum_sc p.select_text {
  font-size: 25px;
  font-size: 1.625rem;
  margin: 60px 0 45px 0;
  text-align: center;
  font-weight: 700;
}
div.credit_260804 section.curriculum_sc div.item_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 80px;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item {
  width: 420px;
  padding: 40px 45px;
  border-radius: 30px;
  text-align: center;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item.type_01 {
  background: #f0f4ff;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item.type_01 div.header_wrap span.label {
  background: #0871f2;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item.type_01 div.header_wrap h5 {
  color: #0871f2;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item.type_01 div.btn_wrap button.btn_go {
  background: #0871f2;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item.type_02 {
  background: #fff5f8;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item.type_02 div.header_wrap span.label {
  background: #e1003a;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item.type_02 div.header_wrap h5 {
  color: #e1003a;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item.type_02 div.btn_wrap button.btn_go {
  background: #e1003a;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.header_wrap {
  margin: 0 0 30px 0;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.header_wrap span.label {
  font-size: 16px;
  font-size: 1.04rem;
  display: inline-block;
  padding: 8px 20px;
  margin: 0 0 12px 0;
  border-radius: 50px;
  color: #fff;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.header_wrap h5 {
  font-size: 46px;
  font-size: 2.99rem;
  display: block;
  margin: 4px 0 10px 0;
  font-family: "Black Han Sans", "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", "Dotum", "DroidFont", sans-serif;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.header_wrap p {
  font-size: 18px;
  font-size: 1.17rem;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap div.benefit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #e1e2e5;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap div.img {
  width: 80px;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap div.text {
  width: calc(100% - 80px);
  text-align: left;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap dl {
  font-size: 17px;
  font-size: 1.105rem;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap dl dt {
  display: block;
  margin: 0 0 6px 0;
  font-weight: 700;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap dl dd {
  display: block;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap div.recommend {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 20px;
  margin: 30px 0 0 0;
  background: #fff;
  border-radius: 15px;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap div.recommend div.img {
  width: 80px;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap div.recommend div.text {
  width: calc(100% - 80px);
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.price_wrap {
  margin: 30px 0;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.price_wrap del {
  font-size: 20px;
  font-size: 1.3rem;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.price_wrap span.price {
  font-size: 34px;
  font-size: 2.21rem;
  display: block;
  font-weight: 700;
}
div.credit_260804 section.curriculum_sc div.item_wrap div.item div.btn_wrap button.btn_go {
  font-size: 22px;
  font-size: 1.43rem;
  width: 100%;
  padding: 20px;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 960px) {
  div.credit_260804 section.curriculum_sc {
    padding: 80px 20px;
  }
  div.credit_260804 section.curriculum_sc div.item_wrap {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.curriculum_sc {
    padding: 80px 30px;
  }
  div.credit_260804 section.curriculum_sc p.select_text {
    font-size: 20px;
    font-size: 1.3rem;
    margin: 60px 0 45px 0;
  }
  div.credit_260804 section.curriculum_sc div.item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  div.credit_260804 section.curriculum_sc div.item_wrap div.item {
    width: 100%;
  }
  div.credit_260804 section.curriculum_sc div.item_wrap div.item div.header_wrap p {
    font-size: 17px;
    font-size: 1.105rem;
  }
  div.credit_260804 section.curriculum_sc div.item_wrap div.item div.benefit_wrap dl {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.credit_260804 section.curriculum_sc div.item_wrap div.item div.price_wrap {
    margin: 30px 0;
  }
  div.credit_260804 section.curriculum_sc div.item_wrap div.item div.price_wrap del {
    font-size: 18px;
    font-size: 1.17rem;
  }
  div.credit_260804 section.curriculum_sc div.item_wrap div.item div.price_wrap span.price {
    font-size: 30px;
    font-size: 1.95rem;
  }
  div.credit_260804 section.curriculum_sc div.item_wrap div.item div.btn_wrap button.btn_go {
    font-size: 20px;
    font-size: 1.3rem;
  }
}
div.credit_260804 section.process_sc {
  padding: 160px 0;
  background: #f6f8fc;
}
div.credit_260804 section.process_sc div.process_scroll {
  margin: 80px 0 0 0;
}
div.credit_260804 section.process_sc div.item_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 40px;
  margin: 60px 0 0 0;
  background: #fff;
  border-radius: 30px;
}
div.credit_260804 section.process_sc div.item_wrap div.item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
div.credit_260804 section.process_sc div.item_wrap div.item div.img {
  width: 95px;
}
div.credit_260804 section.process_sc div.item_wrap div.item div.text {
  width: calc(100% - 95px);
}
div.credit_260804 section.process_sc div.item_wrap div.item div.text span {
  display: block;
}
div.credit_260804 section.process_sc div.item_wrap div.item div.text span.big_text {
  font-size: 21px;
  font-size: 1.365rem;
  margin: 0 0 6px 0;
  font-weight: 700;
  color: #1f4199;
}
div.credit_260804 section.process_sc div.item_wrap div.item div.text span.small_text {
  font-size: 17px;
  font-size: 1.105rem;
}
@media (max-width: 960px) {
  div.credit_260804 section.process_sc {
    padding: 80px 20px;
  }
  div.credit_260804 section.process_sc div.process_scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 60px 0 0 0;
  }
  div.credit_260804 section.process_sc div.process_scroll img {
    width: 1000px;
  }
  div.credit_260804 section.process_sc div.item_wrap {
    align-items: flex-start;
  }
  div.credit_260804 section.process_sc div.item_wrap div.item {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: calc((100% - 30px) / 3);
  }
  div.credit_260804 section.process_sc div.item_wrap div.item div.text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.process_sc {
    padding: 80px 30px;
  }
  div.credit_260804 section.process_sc div.item_wrap {
    flex-wrap: wrap;
  }
  div.credit_260804 section.process_sc div.item_wrap div.item {
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }
  div.credit_260804 section.process_sc div.item_wrap div.item div.img {
    width: 95px;
  }
  div.credit_260804 section.process_sc div.item_wrap div.item div.text {
    width: calc(100% - 95px);
  }
  div.credit_260804 section.process_sc div.item_wrap div.item div.text span {
    display: block;
  }
  div.credit_260804 section.process_sc div.item_wrap div.item div.text span.big_text {
    font-size: 16px;
    font-size: 1.04rem;
    margin: 0 0 6px 0;
    font-weight: 700;
    color: #1f4199;
  }
  div.credit_260804 section.process_sc div.item_wrap div.item div.text span.small_text {
    font-size: 16px;
    font-size: 1.04rem;
  }
}
div.credit_260804 section.support_sc {
  padding: 160px 0;
  background: #f1f3f7;
}
div.credit_260804 section.support_sc div.item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  margin: 60px 0 0 0;
}
div.credit_260804 section.support_sc div.item_wrap div.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - 50px) / 2);
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
}
div.credit_260804 section.support_sc div.item_wrap div.item div.img {
  width: 160px;
}
div.credit_260804 section.support_sc div.item_wrap div.item div.img img {
  max-width: 100%;
}
div.credit_260804 section.support_sc div.item_wrap div.item div.text {
  width: calc(100% - 160px);
  text-align: left;
}
div.credit_260804 section.support_sc div.item_wrap div.item div.text span {
  display: block;
}
div.credit_260804 section.support_sc div.item_wrap div.item div.text span.big_text {
  font-size: 22px;
  font-size: 1.43rem;
  margin: 0 0 15px 0;
  color: #0060d8;
  font-weight: 700;
}
div.credit_260804 section.support_sc div.item_wrap div.item div.text span.small_text {
  font-size: 18px;
  font-size: 1.17rem;
}
div.credit_260804 section.support_sc div.item_wrap div.item p.bottom {
  font-size: 20px;
  font-size: 1.3rem;
  width: 90%;
  padding: 16px 20px;
  margin: 20px auto 0 auto;
  background: #eceff4;
  border-radius: 50px;
  font-weight: 700;
}
@media (max-width: 960px) {
  div.credit_260804 section.support_sc {
    padding: 80px 20px;
  }
  div.credit_260804 section.support_sc div.item_wrap {
    gap: 30px;
  }
  div.credit_260804 section.support_sc div.item_wrap div.item {
    flex-wrap: wrap;
  }
  div.credit_260804 section.support_sc div.item_wrap div.item div.img {
    width: 100%;
  }
  div.credit_260804 section.support_sc div.item_wrap div.item div.img img {
    margin: 0 auto;
  }
  div.credit_260804 section.support_sc div.item_wrap div.item div.text {
    width: 100%;
    text-align: center;
  }
  div.credit_260804 section.support_sc div.item_wrap div.item p.bottom {
    width: 100%;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.support_sc {
    padding: 80px 30px;
  }
  div.credit_260804 section.support_sc div.item_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin: 10px 0 0 0;
  }
  div.credit_260804 section.support_sc div.item_wrap div.item {
    width: 100%;
    margin: 0 auto;
  }
  div.credit_260804 section.support_sc div.item_wrap div.item div.text span.big_text {
    font-size: 16px;
    font-size: 1.04rem;
    margin: 10px 0 5px 0;
  }
  div.credit_260804 section.support_sc div.item_wrap div.item div.text span.small_text {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.credit_260804 section.support_sc div.item_wrap div.item p.bottom {
    font-size: 18px;
    font-size: 1.17rem;
  }
}
div.credit_260804 section.special_sc {
  padding: 160px 0;
  background: #f1f3f7;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be {
  position: relative;
  margin: 60px 0 0 0;
}
@media (max-width: 480px) {
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be {
    margin: 10px 0 0 0;
  }
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li {
  width: 100%;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn {
  transition: 0.3s;
  border: 1px solid #1b1916;
  border-bottom: 2px solid #fffef7;
  font-weight: 500;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn:hover {
  border: 1px solid #1b1916;
  border-bottom: 1px solid #1b1916;
}
@media (max-width: 480px) {
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn {
    box-shadow: none;
    border-bottom: 1px solid #1b1916;
  }
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn {
  position: absolute;
  top: 0;
  width: 19.5%;
  height: 80px;
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 1.3;
  color: #898c95;
  letter-spacing: -0.5px;
  float: left;
  border-radius: 5px 5px 0 0;
  outline-width: 0;
  transition: 0.3s;
  border: 1px solid #94928e;
  border-bottom: 1px solid #1b1916;
  background: #e9eaed;
  box-shadow: 4px 0 0;
  z-index: 3;
  text-align: center;
  padding: 5px 0 0 0;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn:hover {
  transition: 0.3s;
  border: 1px solid #1b1916;
  border-bottom: 1px solid #1b1916;
  font-weight: 700;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_01_be {
  left: 0;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_02_be {
  left: 20.2%;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_03_be {
  left: 40.3%;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_04_be {
  left: 60.4%;
}
@media (max-width: 960px) {
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn {
    font-size: 13.6px;
    font-size: 0.884rem;
    letter-spacing: -0.5px;
    height: 100px;
    padding: 0 5px 0 10px;
    word-break: break-all;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn br {
    display: none;
  }
}
@media (max-width: 760px) {
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn {
    word-break: keep-all;
  }
}
@media (max-width: 560px) {
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn {
    width: 100%;
    height: 40px;
    line-height: 18px;
    line-height: 1rem;
    text-align: center;
    border-radius: 5px;
    word-break: keep-all;
    border-bottom: 1px solid #6d7274;
    box-shadow: none;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_01_be {
    left: 0;
    top: 0;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_02_be {
    left: 0;
    top: 42px;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_03_be {
    left: 0;
    top: 84px;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_04_be {
    left: 0;
    top: 126px;
  }
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article {
  display: none;
  margin-top: 79px;
  padding: 40px;
  text-align: center;
  border: 1px solid #1b1916;
  border-radius: 0 0 5px 5px;
  box-shadow: 4px 5px 0;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article {
    margin-top: 99px;
    padding: 20px 20px 15px;
  }
}
@media (max-width: 560px) {
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article {
    margin-top: 170px;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
  }
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text {
  width: calc(100% - 330px);
  padding: 20px 0 0 20px;
  text-align: left;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text p.big_text {
  font-size: 48px;
  font-size: 3.12rem;
  font-family: "Black Han Sans", "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", "Dotum", "DroidFont", sans-serif;
  margin: 0 0 10px 0;
  line-height: 1.1;
  color: #0b1431;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text p.big_text em {
  color: #0060d8;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text ul.list {
  margin: 20px 0 0 0;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text ul.list > li {
  font-size: 19px;
  font-size: 1.235rem;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0 20px 0;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text ul.list > li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: url("/wowpass/img/event/credit_260804/special_arrow.png") no-repeat center center;
  background-size: 100% 100%;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.img {
  width: 330px;
}
div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.img img {
  max-width: 100%;
}
@media (max-width: 960px) {
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text {
    width: 70%;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text p.big_text {
    font-size: 36px;
    font-size: 2.34rem;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text ul.list {
    margin: 20px 0 0 0;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text ul.list > li {
    font-size: 17px;
    font-size: 1.105rem;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 14px 0;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text ul.list > li::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: url("/wowpass/img/event/credit_260804/special_arrow.png") no-repeat center center;
    background-size: 100% 100%;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.img {
    width: 30%;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text {
    width: 100%;
    text-align: center;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text p.big_text {
    font-size: 30px;
    font-size: 1.95rem;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text ul.list {
    margin: 20px 0 0 0;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text ul.list > li {
    font-size: 16px;
    font-size: 1.04rem;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 0 14px 0;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.text ul.list > li::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wowpass/img/event/credit_260804/special_arrow.png") no-repeat center center;
    background-size: 100% 100%;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.img {
    width: 70%;
  }
  div.credit_260804 section.special_sc div.wrap_1024 ul.tab_ul_be li article div.content_wrap div.img img {
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  div.credit_260804 section.special_sc {
    padding: 80px 20px;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.special_sc {
    padding: 80px 30px;
  }
}
div.credit_260804 section.check_sc {
  padding: 160px 0;
  background: #f1f3f7;
}
div.credit_260804 section.check_sc div.title_wrap span.small {
  font-size: 24px;
  font-size: 1.56rem;
}
div.credit_260804 section.check_sc div.item_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 60px 0 0 0;
}
div.credit_260804 section.check_sc div.item_wrap div.img {
  width: 420px;
}
div.credit_260804 section.check_sc div.item_wrap div.img img {
  max-width: 100%;
}
div.credit_260804 section.check_sc div.item_wrap div.text {
  width: calc(100% - 420px);
}
div.credit_260804 section.check_sc div.item_wrap div.text ul.list > li {
  font-size: 26px;
  font-size: 1.69rem;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  color: #0b1431;
  font-weight: 600;
}
div.credit_260804 section.check_sc div.item_wrap div.text ul.list > li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 200px;
  height: 12px;
  background-image: radial-gradient(circle 6px at calc(100% - 6px) 50%, #959eaf 100%, transparent calc(100% + 0.5px)), repeating-linear-gradient(90deg, #959eaf 0, #959eaf 5px, transparent 5px, transparent 10px);
  background-size: 100% 100%, calc(100% - 12px) 2px;
  background-position: 0 0, left center;
  background-repeat: no-repeat;
}
div.credit_260804 section.check_sc div.item_wrap div.text ul.list > li em {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #94ffbc 40%);
  font-weight: 700;
}
@media (max-width: 960px) {
  div.credit_260804 section.check_sc {
    padding: 80px 20px;
  }
  div.credit_260804 section.check_sc div.item_wrap div.img {
    width: 35%;
  }
  div.credit_260804 section.check_sc div.item_wrap div.text {
    width: 65%;
  }
  div.credit_260804 section.check_sc div.item_wrap div.text ul.list > li {
    font-size: 20px;
    font-size: 1.3rem;
  }
  div.credit_260804 section.check_sc div.item_wrap div.text ul.list > li::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 140px;
    height: 12px;
    background-image: radial-gradient(circle 6px at calc(100% - 6px) 50%, #959eaf 100%, transparent calc(100% + 0.5px)), repeating-linear-gradient(90deg, #959eaf 0, #959eaf 5px, transparent 5px, transparent 10px);
    background-size: 100% 100%, calc(100% - 12px) 2px;
    background-position: 0 0, left center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.check_sc {
    padding: 0 30px 80px 30px;
  }
  div.credit_260804 section.check_sc div.item_wrap {
    flex-wrap: wrap;
  }
  div.credit_260804 section.check_sc div.item_wrap div.img {
    width: 100%;
  }
  div.credit_260804 section.check_sc div.item_wrap div.img img {
    max-width: 80%;
    margin: 0 auto 0 10px;
  }
  div.credit_260804 section.check_sc div.item_wrap div.text {
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
  }
  div.credit_260804 section.check_sc div.item_wrap div.text ul.list > li {
    font-size: 18px;
    font-size: 1.17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 0;
  }
  div.credit_260804 section.check_sc div.item_wrap div.text ul.list > li::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wowpass/img/event/credit_260804/check_arrow.png") no-repeat center center;
    background-size: contain;
  }
}
div.credit_260804 section.trophy_sc {
  padding: 160px 0;
  background: #1c1f27 url("/wowpass/img/event/credit_260804/trophy_bg.jpg") top center no-repeat;
}
div.credit_260804 section.trophy_sc div.item_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
  gap: 60px;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  padding: 0 40px 40px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  text-align: center;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item div.label {
  width: 125px;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item div.label img {
  max-width: 100%;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item div.info {
  width: calc(100% - 125px);
  margin: 0 0 0 -60px;
  text-align: center;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item div.info span.top {
  font-size: 18px;
  font-size: 1.17rem;
  display: block;
  margin: 0 0 3px 0;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item div.info span.name {
  font-size: 22px;
  font-size: 1.43rem;
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 700;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item div.info span.bottom {
  font-size: 18px;
  font-size: 1.17rem;
  display: inline-block;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item p.summary {
  font-size: 24px;
  font-size: 1.56rem;
  width: 100%;
  margin: 0 0 30px 0;
  font-weight: 700;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item p.summary em {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #94ffbc 40%);
}
div.credit_260804 section.trophy_sc div.item_wrap div.item div.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
div.credit_260804 section.trophy_sc div.item_wrap div.item div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  div.credit_260804 section.trophy_sc {
    padding: 80px 20px;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.trophy_sc {
    padding: 80px 30px;
  }
  div.credit_260804 section.trophy_sc div.item_wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
  div.credit_260804 section.trophy_sc div.item_wrap div.item {
    width: 100%;
    padding: 0 30px 30px;
  }
  div.credit_260804 section.trophy_sc div.item_wrap div.item div.label {
    width: 70px;
  }
  div.credit_260804 section.trophy_sc div.item_wrap div.item div.info {
    width: calc(100% - 70px);
    margin: 20px 0 0 -20px;
  }
  div.credit_260804 section.trophy_sc div.item_wrap div.item div.info span.top {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.credit_260804 section.trophy_sc div.item_wrap div.item div.info span.name {
    font-size: 18px;
    font-size: 1.17rem;
  }
  div.credit_260804 section.trophy_sc div.item_wrap div.item div.info span.bottom {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.credit_260804 section.trophy_sc div.item_wrap div.item p.summary {
    font-size: 20px;
    font-size: 1.3rem;
    margin: 20px 0;
  }
}
div.credit_260804 section.tc_sc {
  padding: 160px 0px;
  background: #f6f8fc;
}
div.credit_260804 section.tc_sc div.item_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: 60px 0 0 0;
}
div.credit_260804 section.tc_sc div.item_wrap div.item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 480px;
  padding: 40px;
  background: #fff;
  border-radius: 30px;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.img {
  width: 130px;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.img img {
  max-width: 100%;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.text {
  width: calc(100% - 130px);
  padding: 0 0 0 20px;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.text p.name {
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0b1431;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.text ul.career_ul {
  margin-top: 10px;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.text ul.career_ul > li {
  font-size: 16px;
  font-size: 1.04rem;
  padding: 4px 0;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.review {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 30px;
  margin: 20px 0 0 0;
  background: #f2f4f9;
  border-radius: 20px;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.review div.review_img {
  width: 65px;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.review div.review_img img {
  max-width: 100%;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.review div.review_text {
  width: calc(100% - 65px);
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.review div.review_text p.summary {
  font-size: 17px;
  font-size: 1.105rem;
  margin: 0 0 14px 0;
  font-weight: 600;
  color: #0b1431;
}
div.credit_260804 section.tc_sc div.item_wrap div.item div.review div.review_text span.name {
  font-size: 15px;
  font-size: 0.975rem;
}
@media (max-width: 960px) {
  div.credit_260804 section.tc_sc {
    padding: 80px 20px;
  }
  div.credit_260804 section.tc_sc div.item_wrap {
    flex-wrap: wrap;
  }
  div.credit_260804 section.tc_sc div.item_wrap div.item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.tc_sc {
    padding: 80px 30px;
  }
  div.credit_260804 section.tc_sc div.item_wrap div.item {
    justify-items: center;
  }
  div.credit_260804 section.tc_sc div.item_wrap div.item div.img {
    width: 70%;
    margin: 0 auto;
  }
  div.credit_260804 section.tc_sc div.item_wrap div.item div.text {
    width: 100%;
    margin: 20px 0 0 0;
  }
  div.credit_260804 section.tc_sc div.item_wrap div.item div.review {
    flex-wrap: wrap;
  }
  div.credit_260804 section.tc_sc div.item_wrap div.item div.review div.review_img {
    width: 100%;
  }
  div.credit_260804 section.tc_sc div.item_wrap div.item div.review div.review_img img {
    margin: 0 auto;
  }
  div.credit_260804 section.tc_sc div.item_wrap div.item div.review div.review_text {
    width: 100%;
  }
}
div.credit_260804 section.preview_sc {
  padding: 160px 0;
  background: #f1f3f7;
}
div.credit_260804 section.preview_sc div.item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  margin: 80px 0 0 0;
}
div.credit_260804 section.preview_sc div.item_wrap div.item {
  width: calc((100% - 50px) / 2);
}
div.credit_260804 section.preview_sc div.item_wrap div.item div.txt {
  font-size: 17px;
  font-size: 1.105rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: center;
  padding: 3%;
}
div.credit_260804 section.preview_sc div.item_wrap div.item div.youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
div.credit_260804 section.preview_sc div.item_wrap div.item div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 960px) {
  div.credit_260804 section.preview_sc {
    padding: 80px 20px;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.preview_sc {
    padding: 80px 30px;
  }
  div.credit_260804 section.preview_sc div.item_wrap {
    gap: 30px;
    margin: 30px 0 0 0;
  }
  div.credit_260804 section.preview_sc div.item_wrap div.item {
    width: 100%;
  }
}
div.credit_260804 section.tab_sc {
  padding: 160px 0px;
  background: #f9f9f9;
}
@media (max-width: 960px) {
  div.credit_260804 section.tab_sc {
    padding: 80px 20px;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.tab_sc {
    padding: 80px 30px;
  }
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be {
  position: relative;
  margin: 60px 0 0 0;
}
@media (max-width: 480px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be {
    margin: 10px 0 0 0;
  }
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li {
  width: 100%;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn {
  transition: 0.3s;
  border: 1px solid #1b1916;
  border-bottom: 2px solid #fffef7;
  font-weight: 500;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn:hover {
  border: 1px solid #1b1916;
  border-bottom: 1px solid #1b1916;
}
@media (max-width: 480px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li.on > button.tab_btn {
    box-shadow: none;
    border-bottom: 1px solid #1b1916;
  }
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn {
  position: absolute;
  top: 0;
  width: 19.5%;
  height: 80px;
  font-size: 16px;
  font-size: 1.04rem;
  line-height: 1.3;
  color: #ccc;
  letter-spacing: -0.5px;
  float: left;
  border-radius: 5px 5px 0 0;
  outline-width: 0;
  transition: 0.3s;
  border: 1px solid #6d7274;
  border-bottom: 1px solid #1b1916;
  box-shadow: 4px 0 0;
  z-index: 3;
  text-align: left;
  padding: 5px 0 0 20px;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn:hover {
  transition: 0.3s;
  border: 1px solid #1b1916;
  border-bottom: 1px solid #1b1916;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_01_be {
  left: 0;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_02_be {
  left: 20.2%;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_03_be {
  left: 40.3%;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_04_be {
  left: 60.4%;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_05_be {
  left: 80.5%;
}
@media (max-width: 960px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn {
    font-size: 13.6px;
    font-size: 0.884rem;
    letter-spacing: -0.5px;
    height: 100px;
    padding: 0 5px 0 10px;
    word-break: break-all;
  }
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn br {
    display: none;
  }
}
@media (max-width: 760px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn {
    word-break: keep-all;
  }
}
@media (max-width: 560px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn {
    width: 100%;
    height: 40px;
    line-height: 18px;
    line-height: 1rem;
    text-align: center;
    border-radius: 5px;
    word-break: keep-all;
    border-bottom: 1px solid #6d7274;
    box-shadow: none;
  }
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_01_be {
    left: 0;
    top: 0;
  }
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_02_be {
    left: 0;
    top: 42px;
  }
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_03_be {
    left: 0;
    top: 84px;
  }
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_04_be {
    left: 0;
    top: 126px;
  }
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li button.tab_btn.tab_05_be {
    left: 0;
    top: 168px;
  }
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article {
  display: none;
  margin-top: 79px;
  padding: 40px 30px 20px;
  text-align: center;
  border: 1px solid #1b1916;
  border-radius: 0 0 5px 5px;
  box-shadow: 4px 5px 0;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article {
    margin-top: 99px;
    padding: 20px 20px 15px;
  }
}
@media (max-width: 560px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article {
    margin-top: 211px;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
  }
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap {
  padding: 5px 0 0 2%;
}
@media (max-width: 480px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap {
    padding: 0;
  }
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .book_img {
  float: left;
  width: 30%;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .book_img .book_tt {
  font-size: 22px;
  font-size: 1.43rem;
  text-align: left;
  font-weight: bold;
  letter-spacing: -1px;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .book_img .book_tt > em {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ffea29 40%);
}
@media (max-width: 960px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .book_img .book_tt {
    font-size: 18px;
    font-size: 1.17rem;
  }
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .book_img .img_box {
  margin-top: 20px;
  padding: 0 16% 0 1%;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .book_img .img_box > img {
  width: 100%;
}
@media (max-width: 480px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .book_img {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .book_img .book_tt {
    float: right;
    width: 70%;
  }
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .book_img .img_box {
    float: left;
    width: 25%;
    padding: 0;
    margin: 0;
  }
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .page_img {
  float: right;
  width: 66%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border: 1px solid #e2e5f4;
  box-shadow: 1px 1px 5px #eff1f8;
  padding: 20px;
  border-radius: 5px;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .page_img > img {
  width: 100%;
  margin: 0 auto;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .page_img p.txt {
  font-size: 15px;
  font-size: 0.975rem;
  line-height: 23px;
  line-height: 1.625rem;
  padding-top: 10px;
  text-align: left;
  border-top: 1px dashed #e2e5f4;
}
div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .page_img p.txt > strong {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #e2e5f4 40%);
}
@media (max-width: 960px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .page_img p.txt {
    font-size: 14px;
    font-size: 0.91rem;
    line-height: 22px;
    line-height: 1.5rem;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .page_img {
    float: none;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
  }
  div.credit_260804 section.tab_sc div.wrap_1024 ul.tab_ul_be li article div.img_wrap .page_img p.txt {
    font-size: 13.6px;
    font-size: 0.884rem;
    line-height: 22px;
    line-height: 1.5rem;
  }
}
div.credit_260804 section.tab_sc div.wrap_1024 p.ps {
  font-size: 12px;
  font-size: 0.78rem;
  text-align: right;
}
@media (max-width: 480px) {
  div.credit_260804 section.tab_sc div.wrap_1024 p.ps {
    font-size: 11px;
    font-size: 0.715rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
div.credit_260804 section.order_sc {
  padding: 160px 0;
  background: #0d3aaa;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  margin: 20px 0 0;
  border-radius: 30px;
  border: 3px solid #232323;
  text-align: center;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.label {
  width: 125px;
  height: 100px;
  padding: 18px 5px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.label.type_01 {
  background: #fff;
  border: 2px solid #1748c5;
  color: #1748c5;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.label.type_01 span {
  position: relative;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.label.type_01 span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -6px;
  width: 31px;
  height: 24px;
  background: url("/wowpass/img/event/credit_260804/order_01.png") no-repeat center center;
  background-size: contain;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.label.type_02 {
  background: #fff;
  border: 2px solid #e1003a;
  color: #e1003a;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.label.type_02 span {
  position: relative;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.label.type_02 span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -9px;
  width: 31px;
  height: 24px;
  background: url("/wowpass/img/event/credit_260804/order_02.png") no-repeat center center;
  background-size: contain;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.label span {
  font-size: 14.5px;
  font-size: 0.9425rem;
  display: inline-block;
  padding: 0 0 0 25px;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.label em {
  font-size: 15.5px;
  font-size: 1.0075rem;
  display: block;
  margin: 9px 0 0 0;
  font-weight: 600;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left {
  width: calc(100% - 445px);
  padding: 15px 0;
  text-align: left;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left p.tt {
  font-size: 29px;
  font-size: 1.885rem;
  line-height: 30px;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: -1px;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left p.tt em {
  font-weight: bold;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left p.tt em.type_01 {
  color: #2056e0;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left p.tt em.type_02 {
  color: #e1003a;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left dl.order_dl {
  font-size: 15.6px;
  font-size: 1.014rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 25px 0 0 0;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left dl.order_dl > dt {
  width: 80px;
  padding: 4px 8px;
  text-align: center;
  font-weight: 500;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left dl.order_dl > dd {
  width: calc(100% - 90px);
  padding: 4px 8px;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 280px;
  padding: 15px 0 15px 30px;
  border-left: 2px dotted #ccc;
  text-align: right;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.ico {
  font-size: 17px;
  font-size: 1.105rem;
  width: 60px;
  height: 65px;
  padding: 2px 0;
  background: url("/wowpass/img/event/credit_260804/order_sale.png") no-repeat center center;
  text-align: center;
  font-weight: 700;
  line-height: 31px;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.price_wrap {
  width: calc(100% - 60px);
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.price_wrap p.before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.price_wrap p.before > em {
  font-size: 17px;
  font-size: 1.105rem;
  letter-spacing: 0.5px;
  text-decoration: line-through;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.price_wrap p.after {
  font-size: 20px;
  font-size: 1.3rem;
  margin-top: 3px;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.price_wrap p.after em.num {
  font-size: 36px;
  font-size: 2.34rem;
  font-weight: 700;
  margin-right: 3px;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.price_wrap p.after em.num.type_01 {
  color: #2056e0;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.price_wrap p.after em.num.type_02 {
  color: #e1003a;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.order_link {
  width: 100%;
  text-align: center;
}
div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.order_link button.btn_lec {
  font-size: 18px;
  font-size: 1.17rem;
  width: 90%;
  padding: 17px 0;
  border-radius: 100px;
  border: 0;
  font-weight: bold;
}
@media (max-width: 960px) {
  div.credit_260804 section.order_sc {
    padding: 80px 20px;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li {
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 30px 30px;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.label {
    width: 200px;
    height: 82px;
    margin: 0 auto;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left {
    width: 100%;
    padding: 0;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left p.tt {
    text-align: center;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right {
    justify-content: center;
    width: 100%;
    padding: 30px 0 0 0;
    border-left: none;
    border-top: 2px dotted #ccc;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.price_wrap {
    width: 220px;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.order_link {
    width: 60%;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.order_link button.btn_lec {
    padding: 12px 0;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.order_sc {
    padding: 80px 30px;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left {
    width: 100%;
    padding: 0;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left p.tt {
    font-size: 24px;
    font-size: 1.56rem;
    line-height: 27px;
    line-height: 2.125rem;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left dl.order_dl {
    flex-wrap: wrap;
    justify-content: center;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_left dl.order_dl dd {
    width: 100%;
    text-align: center;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right {
    justify-content: space-between;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.price_wrap {
    width: calc(100% - 60px);
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.order_link {
    width: 100%;
  }
  div.credit_260804 section.order_sc ul.order_ul li.order_li div.order_box_right div.order_link button.btn_lec {
    width: 100%;
    padding: 12px 0;
    margin: 20px 0 0 0;
  }
}
div.credit_260804 section.review_sc {
  position: relative;
  background: #f6f8fc;
  padding: 160px 0;
}
@media (max-width: 960px) {
  div.credit_260804 section.review_sc {
    padding: 80px 0;
  }
}
@media (max-width: 760px) {
  div.credit_260804 section.review_sc {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.review_sc {
    padding: 40px 0;
  }
}
div.credit_260804 section.review_sc .slick-slider {
  margin-top: 20px;
  overflow: hidden;
}
@media (max-width: 760px) {
  div.credit_260804 section.review_sc .slick-slider {
    margin-top: 10px;
  }
}
div.credit_260804 section.review_sc .slick-slider .center {
  width: 100%;
}
div.credit_260804 section.review_sc .slick-slider .center .slick-slide {
  opacity: 0.2;
  filter: alpha(opacity=20);
  display: none;
  float: left;
  min-height: 1px;
  transition: all ease-in-out 0.3s;
  margin: 0px 10px;
}
div.credit_260804 section.review_sc .slick-slider .center .li_wd .review {
  width: 100%;
  padding: 0 6% 6%;
  text-align: center;
  border: 3px solid #232323;
  border-radius: 30px;
}
div.credit_260804 section.review_sc .slick-slider .center .li_wd .review > img {
  margin: -3px auto 0;
}
@media (max-width: 480px) {
  div.credit_260804 section.review_sc .slick-slider .center .li_wd .review > img {
    width: 100px;
  }
}
div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt {
  margin-top: 15px;
}
div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt h6.id {
  font-size: 16px;
  font-size: 1.04rem;
  font-weight: bold;
}
div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt h6.id::after {
  position: relative;
  display: block;
  content: " ";
  margin: 18px auto;
  width: 20px;
  height: 2px;
}
div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt p.cons {
  font-size: 14px;
  font-size: 0.91rem;
  line-height: 23px;
  line-height: 1.625rem;
  height: 200px;
  overflow-y: scroll;
}
@media (max-width: 560px) {
  div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt p.cons {
    height: 240px;
  }
}
div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt p.cons::-webkit-scrollbar {
  width: 5px;
}
div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt p.cons::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
div.credit_260804 section.review_sc .slick-slider .center .li_wd .review .txt p.cons strong {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #f1f1f1 30%);
}
div.credit_260804 section.review_sc .slick-slider .center .slick-active {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
div.credit_260804 section.review_sc .slick-slider .center .slick-current {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.credit_260804 section.review_sc .slick-slider .center .slick-arrow {
  position: absolute;
  opacity: 0.8;
  filter: alpha(opacity=80);
  top: 46%;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 0;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
div.credit_260804 section.review_sc .slick-slider .center .slick-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.credit_260804 section.review_sc .slick-slider .center .slick-prev {
  background: url("/wowpass/img/event/credit_260804/prev.png") center no-repeat;
  left: 50%;
  margin-left: -360px;
}
div.credit_260804 section.review_sc .slick-slider .center .slick-next {
  background: url("/wowpass/img/event/credit_260804/next.png") center no-repeat;
  left: 50%;
  margin-left: 290px;
}
div.credit_260804 section.review_sc .slick-slider .slick-initialized .slick-slide {
  display: block;
}
div.credit_260804 section.review_sc .review_btn {
  width: 360px;
  height: 90px;
  display: block;
  text-align: center;
  margin: 60px auto 0;
  border: 3px solid #fff;
  border-radius: 100px;
  padding-top: 27px;
}
div.credit_260804 section.review_sc .review_btn > span {
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 760px) {
  div.credit_260804 section.review_sc .review_btn {
    width: 330px;
    height: 80px;
    margin: 30px auto 0;
    padding-top: 22px;
  }
  div.credit_260804 section.review_sc .review_btn > span {
    font-size: 18px;
    font-size: 1.17rem;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.review_sc .review_btn {
    width: 80%;
    height: 80px;
    margin: 10px auto 0;
  }
}
div.credit_260804 section.faq_sc {
  padding: 100px 0;
  background: #f6f8fc;
}
div.credit_260804 section.faq_sc div.wrap_1024 {
  margin: 60px auto 0 auto;
}
div.credit_260804 section.faq_sc dl.slide_toggle {
  margin: 0 0 16px 0;
}
div.credit_260804 section.faq_sc dl.slide_toggle dt.qt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px 24px;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
}
div.credit_260804 section.faq_sc dl.slide_toggle dt.qt div.img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
div.credit_260804 section.faq_sc dl.slide_toggle dt.qt button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
div.credit_260804 section.faq_sc dl.slide_toggle dt.qt button p.text {
  font-size: 19px;
  font-size: 1.235rem;
  width: calc(100% - 100px);
  font-weight: 700;
  text-align: left;
}
div.credit_260804 section.faq_sc dl.slide_toggle dt.qt button em.more {
  font-size: 15px;
  font-size: 0.975rem;
  width: 100px;
  font-weight: 400;
}
div.credit_260804 section.faq_sc dl.slide_toggle dd.qq {
  display: none;
  margin: 8px 0 0 0;
  padding: 20px 24px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
div.credit_260804 section.faq_sc dl.slide_toggle dd.qq::after {
  content: "";
  display: block;
  clear: both;
}
div.credit_260804 section.faq_sc dl.slide_toggle dd.qq div.img {
  float: left;
  width: 40px;
  height: 40px;
}
div.credit_260804 section.faq_sc dl.slide_toggle dd.qq div.text {
  margin-left: 60px;
  font-size: 16px;
  font-size: 1.04rem;
  line-height: 23px;
  line-height: 1.625rem;
}
@media (max-width: 960px) {
  div.credit_260804 section.faq_sc {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  div.credit_260804 section.faq_sc {
    padding: 60px 30px;
  }
  div.credit_260804 section.faq_sc dl.slide_toggle dt.qt {
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
  }
  div.credit_260804 section.faq_sc dl.slide_toggle dt.qt button p.text {
    font-size: 16px;
    font-size: 1.04rem;
    width: calc(100% - 80px);
  }
  div.credit_260804 section.faq_sc dl.slide_toggle dt.qt button em.more {
    font-size: 14px;
    font-size: 0.91rem;
    width: 80px;
  }
  div.credit_260804 section.faq_sc dl.slide_toggle dd.qq div.text {
    margin-left: 50px;
    font-size: 15px;
    font-size: 0.975rem;
    line-height: 22px;
    line-height: 1.5rem;
  }
}

/*# sourceMappingURL=credit_260804.css.map */
