@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&family=Noto+Serif+KR:wght@300;400;500;600&family=Noto+Sans+SC:wght@300;400;500;700;900&family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Sans+KR:wght@300;400;500;700;900&family=Noto+Sans:wght@300;400;500;700;900&display=swap");

/* :lang(jp) {
    font-family: 'Noto Sans Japanese', 'Hiragino Maru Gothic ProN',
        'Hiragino kaku Gothic ProN', arial, sans-serif;
} */

:lang(es_es),
:lang(es_mx),
:lang(kr) {
  font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
}
:lang(jp) {
  font-family: "Noto Sans JP", "Hiragino Maru Gothic ProN", "Hiragino kaku Gothic ProN", arial, sans-serif;
}
:lang(zh_tw) {
  font-family: "Noto Sans TC", Helvetica, Arial, sans-serif;
}
:lang(zh_cn) {
  font-family: "Noto Sans SC", Helvetica, Arial, sans-serif;
}
:lang(pt_pt),
:lang(pt_br),
:lang(it),
:lang(de) {
  font-family: "Noto Sans SC", Helvetica, Arial, sans-serif;
}

/*20230117 프랑스어 대문자 이슈로 적용*/
:lang(fr) {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
}

body {
  font-family: "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", "Noto Sans", Helvetica, Arial, sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  color: #555 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #555555 !important;
}

textarea:focus,
input:focus {
  outline: none;
}

mark {
  padding: 0;
  color: #ee2d2f;
  background-color: transparent;
}

/*font변경으로 인한 font-awsome 이슈 해결*/
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
}

/*skip__bnr*/
.skip__bnr {
  position: absolute;
  display: table;
  width: 100%;
  height: 80px;
  background-image: -o-linear-gradient(left, #265376, #34c1b2);
  background-image: -webkit-gradient(linear, left top, right top, from(#265376), to(#34c1b2));
  background-image: linear-gradient(to right, #265376, #34c1b2);
}
.vip__success {
  display: table;
  width: 100%;
  height: 80px;
}

.vip__success.before {
  width: 1085px;
  margin: 0 auto;
}
.skip__bnr_info {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.skip__bnr__title {
  font-size: 18px;
  font-weight: bold;
}
.algin-left p {
  margin: 0;
  text-align: left;
}
.skip__bnr__txt {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.4;
}
.skip__bnr__btn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.skip__bnr__btn button {
  position: relative;
  padding: 11px 55px 11px 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  outline: 0;
}

.skip__bnr__btn button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  background: url(/assets/web/img/global/vip_bnr_arrow_rg.png) no-repeat;
}

.icon__arrow-rg {
  display: inline-block;
  vertical-align: center;
  padding-left: 22px;
}

.skip__bnr__close {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}

/*
    skip__bnr이 있을시 id="glo_wrapper"에 클래스 주가
*/
.use__ship__bnr {
  padding-top: 80px;
}

/*20221202*/
.skip-promotion-bnr {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  background-image: url(/assets/web/img/global/PC_main_top_bn_promo_L.png);
  background-repeat: repeat-x;
  text-align: center;
  background-color: #1e1f35;
  overflow: hidden;
}
.skip-promotion-bnr-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.skip-promotion-bnr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 32%;
  width: 100%;
  height: 120px;
  background-image: url(/assets/web/img/global/PC_main_top_bn_promo_R.png);
  background-position: 0 100%;
  background-repeat: repeat-x;
  z-index: -1;
}
.skip-promotion-bnr img {
  max-width: 1920px;
  height: 100%;
}
.use-promotion-bnr {
  margin-top: 80px;
}

.skip-promotion-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 45px;
  margin-top: -13px;
  width: 27px;
  height: 27px;
  z-index: 10;
}

.skip-promotion-bnr.no-bg {
  background-image: none;
}
.skip-promotion-bnr.no-bg:after {
  content: none;
}

/*global add*/
.newest {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e0192f;
  border-radius: 3em;
  position: absolute;
  right: 4%;
  bottom: -2%;
}

.payment-step-wrapper .currency_type {
  float: right;
  display: block;
  cursor: pointer;
  color: #e5e5e5;
  padding-top: 4px;
  font-size: 0;
}

.payment-step-wrapper .currency_type em {
  display: inline-block;
  margin: 0 4px;
  line-height: 16px;
  font-size: 12px;
  color: #999999;
}

.payment-step-wrapper .currency_type em.active {
  background: #0052cc;
  border-radius: 100px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.payment-step-wrapper .currency_type em:hover {
  text-decoration: underline;
}

.payment-step-wrapper.section_select_pay {
  margin-bottom: 30px;
}

.payment-step-wrapper.section_select_pay .middle-line {
  margin-right: 5px;
  text-decoration: line-through;
}

.payment-step-wrapper.section_select_pay .list-coin {
  border: none;
  color: #fff;
}

.payment-step-wrapper.section_select_pay .list-coin > li {
  border-radius: 5px;
}

.payment-step-wrapper.section_select_pay .list-coin > li.active a {
  background: #24263c;
  border-radius: 5px;
  padding: 4px 0;
}

.payment-step-wrapper .payment_sub_list {
  padding: 0px 20px;
  margin: 0 0 5px 0;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background: #f5f5f5;
}

.payment-step-wrapper .payment_sub_list li {
  float: left;
  margin: 0 30px 0 0;
  cursor: pointer;
}

.payment-step-wrapper .payment_sub_list li input,
label {
  cursor: pointer;
}

.payment-set-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-set-list > li {
  position: relative;
  padding: 0 15px;
  margin-top: -1px;
  border: solid #d5d5d5;
  border-width: 1px 0 1px 0;
  /*height: 64px;*/
  line-height: 64px;
  vertical-align: middle;
}

.payment-set-list > li p {
  padding: 15px 0;
  line-height: 18px;
}

/*2020_04_03 payment_txt_img*/
.payment-set-list > li.payment_txt_img {
  /* height: 66px; */
  line-height: 100%;
}
.payment-set-list > li.payment_txt_img p {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
/*add end*/

/*2020_10_07 jp신용카드*/
.payment-step-wrapper01 .new_payment li.credit-count-06 {
  border-top-color: #fff;
}
.payment-set-list > li.credit-count-06 span {
  padding-bottom: 5px;
}

.payment-set-list > li.credit-count-06 p {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 7px;
  font-size: 10px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  vertical-align: top;
}

/*2020_07_23 pay-icon*/
.payment-step-wrapper01 .new_payment li .pay-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 74px;
  height: 19px;
  padding: 4px 0 3px;
  border-top-left-radius: 10px;
  text-indent: -9999px;
  background-color: #fff;
}
.icon-gompay {
  background: url(/assets/web/img/global/pm_gompay.png) 55% 50% no-repeat;
  background-size: 54px;
}
.icon-payletter {
  background: url(/assets/web/img/global/pm_payletter.png) 55% 50% no-repeat;
  background-size: 54px;
}
.icon-paymentwall {
  background: url(/assets/web/img/global/pm_paymentwall.png) 55% 50% no-repeat;
  background-size: 54px;
}
.icon-sbi {
  background: url(/assets/web/img/global/pm_sbi.png) 55% 50% no-repeat;
  background-size: 54px;
}
.icon-eximbay {
  background: url(/assets/web/img/global/img_payment_eximbay.png) 55% 50% no-repeat;
  background-size: 54px;
}

/*20200204 결제수단 추가*/
.icon-checkout {
  background: url(/assets/web/img/global/pm_checkout.png) 55% 50% no-repeat;
  background-size: 66px;
}

/*20220613 paypal추가*/
.icon-paypal {
  background: url(/assets/web/img/global/logo_n_paypal.png) 55% 50% no-repeat;
  background-size: 54px;
}

.payment-set-list > li.on {
  border-top: 2px solid #24263c;
  border-bottom: 2px solid #24263c;
  margin-bottom: 1px;
}

.payment-step-wrapper .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
/*부족한 코인 갯수 노출 20210527*/
.payment-step-wrapper .need_coin {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 13px;
  border: 1px solid #f44336;
  border-radius: 4px 4px;
}
.payment-step-wrapper .need_coin:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-left: -4px;
  margin-bottom: -4px;
  border-bottom: 1px solid #f44336;
  border-left: 1px solid #f44336;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.payment-step-wrapper .need_coin b {
  display: inline-block;
  height: 26px;
  font-size: 20px;
  color: #e52e28;
  font-weight: 700;
  border-bottom: 1px solid #e52e28;
}
.payment-step-wrapper .coin-dicount-promo b {
  height: auto;
  font-size: 13px;
  border-bottom: 0;
}

.wrapper_age {
  padding-top: 98px !important;
}

.contents_age {
  margin-bottom: 0 !important;
  background: url(/assets/web/img/global/bg_age_verif02.png) no-repeat;
  background-size: cover;
}

/* section_age_verif */
.section_age_verif {
  background: url(/assets/web/img/global/img_age_verif02.png) no-repeat right bottom;
  min-height: 683px;
  padding: 85px 35px 100px 35px;
  font-size: 16px;
  color: #cdcbf0;
  line-height: 28px;
}

.section_age_verif .text {
  word-break: keep-all;
}

.section_age_verif .text_ok {
  width: 405px;
  word-break: keep-all;
}

.section_age_verif h4 {
  max-width: 660px;
  font-size: 42px;
  line-height: 58px;
  color: #fff;
  word-break: keep-all;
}

.section_age_verif strong {
  font-size: 24px;
  color: #fff;
}

.section_age_verif .line {
  width: 82px;
  height: 2px;
  background: #fff;
  margin: 35px 0 55px 0;
}

/*202402*/
/*age verification step 01 문구변경에 따른 class="step01" 추가*/
.step01 .sm-title {
  margin-bottom: 14px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.step01 .section_age_verif h4 {
  font-size: 26px;
  line-height: 36px;
}
.step01 .section_age_verif .text p {
  max-width: 600px;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 60px;
  font-weight: 300;
  color: #b0aed1;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.step01 .section_age_verif .text strong {
  font-size: 20px;
}
.step01 .btn_wrap {
  margin-top: 50px;
}
.step01 .btn_wrap button {
  min-width: 150px;
  padding: 11px 20px;
  line-height: 120%;
  font-size: 15px;
}

/* 영문 정기 결제 페이지*/
.section_payment_en_wrap {
  margin-bottom: 0 !important;
  background: url(/assets/web/img/global/bg_payment_en.jpg) no-repeat;
  background-size: cover;
}

.section_payment_en {
  min-height: 635px;
  padding: 80px 35px 1px 35px;
  font-size: 16px;
  color: #f5dadb;
  line-height: 28px;
  text-align: center;
}

.section_payment_en h4 {
  font-size: 62px;
  color: #fff;
  line-height: 70px;
  letter-spacing: -1px;
}

.section_payment_en button {
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 16px;
  background: #cc0000;
  border: 1px solid #cc0000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.section_payment_en button:hover {
  background: #b30000;
  border: 1px solid #b30000;
  color: #f4f5f7;
}

.section_payment_en .sub_text {
  font-size: 25px;
  margin: 40px 0px 70px;
  color: #fff;
}

.section_payment_en .sub_payment {
  font-size: 14px;
  margin: 20px 0 50px 0;
  color: #f9e32b;
}

.section_payment_en .etc_text {
  text-align: left;
  width: 1073px;
  margin: 0px auto 20px;
  color: #c9c9c9;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 19px;
  font-size: 13px;
  border: 1px solid #3e3e3e;
}

.section_payment_en .etc_text li {
  margin: 16px 0;
  text-align: left;
  padding-left: 11px;
  background: url(/assets/web/img/global/bu_square01.gif) no-repeat 0 13px;
}

/* button type */
.btn_wrap {
  margin: 58px 0 0 0;
  font-weight: bold !important;
}

.btn_wrap button {
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.button_no {
  margin-right: 10px;
  font-size: 16px;
  color: #ffffff;
  border: 2px solid #5d5864;
  border-radius: 5rem;
  padding: 6px 42px;
  background: none;
}

.button_no:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: #5d5864;
  outline: none;
}

.button_yes {
  font-size: 16px;
  color: #ffffff;
  border: 2px solid #fff;
  border-radius: 5rem;
  padding: 6px 60px;
  background: #d30e09;
}

.button_yes:hover {
  background: #f8130e;
  border-color: #fff;
  outline: none;
}

.button_send {
  font-size: 16px;
  color: #ffffff;
  border: 2px solid #00f99f;
  border-radius: 5rem;
  padding: 6px 60px;
  background: #101226;
}
.button_send:hover {
  background: #00f99f;
  border-color: #fff;
  outline: none;
}

/* 20200117 수정 */
.button_send[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.btn-verify {
  min-width: 120px;
  border-color: #00f99f;
  background-color: #101226;
  color: #ffffff;
}
.btn-verify:hover,
.btn-verify:focus {
  background-color: #00f99f;
  color: #fff;
}
/* //20200117 수정 */

.btn_ok_wrap {
  margin: 58px 0 0 0;
  font-weight: bold !important;
}

.btn_ok_wrap button {
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.button_ok {
  font-size: 16px;
  color: #ffffff;
  border: 2px solid #fff;
  border-radius: 5rem;
  padding: 6px 60px;
  background: #d30e09;
}

.button_ok:hover {
  background: #f8130e;
  border-color: #fff;
  outline: none;
}

/*episode*/
.ep-header_ch {
  margin: 0 0 50px;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.ep-header_ch .ep-cover_ch {
  background-size: cover !important;
  width: 100%;
  min-height: 322px;
}

.ep-header_ch .inner_ch {
  width: 1200px;
  margin: 0 auto;
  min-height: 322px;
}

/*
.ep-header_ch .ep-cover_ch .inner_ch .title_content_box{
	color: #fff;
	width: 100%;
    height: 322px;
	display: table-cell;
	vertical-align: middle;
	}

.ep-header_ch .ep-cover_ch .inner_ch .title_content_box .title_content{margin-left: 50px;
	}

.ep-header_ch .ep-cover_ch .inner_ch .title_content_box .title_content .type_box {margin-bottom: 12px;}
.ep-header_ch .ep-cover_ch .inner_ch .title_content_box .title_content .type {color: #31ded9; font-weight: bold; margin-right: 10px; font-size: 13px;
	}
.ep-header_ch .ep-cover_ch .inner_ch .title_content_box .title_content .date {color: #000; background: #fff; border-radius:  30px; font-weight: bold !important ; margin-right: 10px; padding:2px 8px; font-size: 11px;
	}
.ep-header_ch .ep-cover_ch .inner_ch .title_content_box .title_content .writer {color: rgba(255,255,255,0.70); font-weight: bold !important ; font-size: 13px;
	}

.ep-header_ch .ep-cover_ch .inner_ch .title_content_box .title_content h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 14px;
    max-width: 500px;
    line-height: 54px;
	}
.ep-header_ch .ep-cover_ch .inner_ch .title_content_box .title_content h2 { color: rgba(255,255,255,0.85); font-size: 16px; font-weight: normal !important;margin-bottom: 25px;
	}

.title_content .episode_sns {}
.title_content .episode_sns .sns_facebook {background: url(/assets/web/img/global/img_sns_facebook.png) no-repeat;width: 36px;height: 36px;display: inline-block;text-indent: -9999px;float:  left;margin-right: 4px;}
.title_content .episode_sns .sns_twiter {background: url(/assets/web/img/global/img_sns_twiter.png) no-repeat;width: 36px;height: 36px;display: inline-block;text-indent: -9999px;float:  left;margin-right: 10px;}
.title_content .episode_sns .first_episode {background: #FF0004 url(/assets/web/img/global/bu_cross01.png) no-repeat 140px center;color: #fff;font-size: 16px;font-weight: bold;text-align:center;padding: 5px 40px 6px 30px;border-radius:30px;display: inline-block;}
*/

.ep-header_ch .title_content_box {
  color: #fff;
  width: 100%;
  height: 322px;
  display: table-cell;
  vertical-align: middle;
}

.ep-header_ch .title_content {
  margin-left: 60px;
}

.ep-header_ch .type_box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.ep-header_ch .title_content .type {
  color: #31ded9;
  font-weight: bold;
  margin-right: 5px;
  font-size: 13px;
}

.ep-header_ch .title_content .date {
  color: #000;
  background: #fff;
  border-radius: 30px;
  font-weight: bold !important;
  margin-right: 6px;
  padding: 1px 7px;
  font-size: 11px;
}

.ep-header_ch .title_content .writer {
  color: rgba(255, 255, 255, 0.8);
  /* font-weight: bold !important; */
  font-size: 13px;
  display: inline-block;
}

/*202312 원밀리언 아이콘*/
.ep-header_ch .title_content .ico_oneMillion {
  width: 47px;
  height: 30px;
  margin-right: 7px;
  font-size: 0;
  text-indent: -9999px;
  background: url("/assets/web/img/global/icon/label_episode_1M_en_eu.png") no-repeat;
  background-size: cover;
}
/*TC*/
.ep-header_ch .title_content .ico_oneMillion.tc {
  width: 60px;
  background-image: url("/assets/web/img/global/icon/label_episode_1M_tc.png");
}

/*JP*/
.ep-header_ch .title_content .ico_oneMillion.jp {
  width: 59px;
  background-image: url("/assets/web/img/global/icon/label_episode_1M_jp_sc.png");
}

/*202312 투믹스 독점 아이콘*/
.ep-header_ch .title_content .ico_only {
  align-self: flex-start;
  width: 70px;
  height: 25px;
  margin-right: 7px;
  font-size: 0;
  text-indent: -9999px;
  background: url("/assets/web/img/global/icon/label_episode_original_h25.png") no-repeat;
  background-size: cover;
}

.ep-header_ch .title_content h1 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 20px;
  max-width: 500px;
  max-height: 97px;
  line-height: 1.4;
  font-weight: 500;
  overflow: hidden;
}

.ep-header_ch .title_content h2 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: normal !important;
  margin-bottom: 23px;
  max-width: 503px;
  line-height: 21px;
}

.title_content .episode_sns .sns_facebook {
  background: url(/assets/web/img/global/img_sns_facebook.png) no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-indent: -9999px;
  float: left;
  margin-right: 4px;
}

.title_content .episode_sns .sns_twiter {
  background: url(/assets/web/img/global/img_sns_twiter.png) no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-indent: -9999px;
  float: left;
  margin-right: 10px;
}

.title_content .episode_sns .first_episode {
  background: #ff0004 url(/assets/web/img/global/bu_cross01.png) no-repeat right 1em center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 5px 40px 6px 30px;
  margin-right: 3px;
  border-radius: 30px;
  display: inline-block;
}

.title_content .episode_sns .last_episode {
  background: #2a2a2a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 5px 30px 6px 30px;
  border-radius: 30px;
  display: inline-block;
}

/* favorites */
#glo_header .btn_favorites {
  float: left;
  background: url(/assets/web/img/global/icon/ico_favorites.png) no-repeat;
  width: 34px;
  height: 34px;
  display: block;
  text-indent: -9999px;
  opacity: 0.9;
  margin-right: 8px;
}

#glo_header .btn_favorites:hover {
  opacity: 1;
  cursor: pointer;
}

#glo_header .btn_favorites.on {
  float: left;
  background: url(/assets/web/img/global/icon/ico_favorites_on.png) no-repeat;
  width: 34px;
  height: 34px;
  display: block;
  text-indent: -9999px;
  opacity: 0.8;
  margin-right: 8px;
}

.title_content .episode_sns .btn_favorites_lp {
  background: url(/assets/web/img/global/icon/ico_favorites_plus.png) no-repeat 50% 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 3px 28px 4px 28px;
  border-radius: 30px;
  margin-right: 3px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  cursor: pointer;
  border: 2px solid #fff;
}

.title_content .episode_sns .btn_favorites_lp.check {
  background: url(/assets/web/img/global/icon/ico_favorites_check01.png) no-repeat 50% 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 3px 28px 4px 28px;
  border-radius: 30px;
  margin-right: 6px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  cursor: pointer;
  border: 2px solid #ff0004;
}

/*footer*/
.footer-lang {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-lang dt,
.footer-lang dd {
  float: left;
  color: #888;
}

.footer-lang dt {
  line-height: 34px;
  font-weight: 500;
}

.footer-lang dd {
  margin: 5px 0 0 10px;
  text-align: left;
}

.footer-lang dd > a {
  display: block;
  min-width: 110px;
  padding: 2px 20px 2px 10px;
  border: 1px solid #666;
  background: #333;
  color: #fff;
}

.footer-lang dd > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -8px;
  border: 5px solid transparent;
  border-bottom-color: #ccc;
}

.footer-lang dd .dropdown-menu {
  top: auto;
  position: absolute;
  bottom: 23px;
  width: 100%;
  min-width: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #666;
  background: #333;
  border-radius: 0;
}

.footer-lang dd .dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 6px 10px;
  font-size: 12px;
  color: #ccc;
}

.footer-lang dd .dropdown-menu > li > a:hover {
  background: #444;
  color: #fff;
}

.footer-lang dd .dropdown-menu > li > a:after {
  content: none;
}

.footer-lang ul > li {
  display: block;
}

/*요일별 보기 요일 추가 180403*/
.lists > li a .right-top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.lists > li a .day {
  background: rgb(55, 111, 183);
  display: inline-block;
  padding: 1px 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  float: right;
}

/*18+ 아이콘 추가 180405*/
.thumb .left-bot {
  position: absolute;
  left: 0;
  bottom: 0;
}

.thumb .left-bot .ico_age18 {
  background: #bbbbbb;
  margin: 0 0 5px 5px;
  padding: 1px 3px;
  border-radius: 30px;
  opacity: 0.7;
  color: #fff;
  font-size: 11px;
  display: inline-block;
}

/*
main.homepage-2 .hero-container form.form-inline button:hover {
    background: rgba(255,255,255,0.26);
    border-color: #fff;
    outline: none;
}
main.homepage-2 .hero-container form.form-inline button {
    font-size: 14px;7
}
main.homepage-2 .hero-container form.form-inline button {
    position: relative;
    width: 100%;
    background: none;
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    margin-left: 8px;
    margin: 0;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
*/

/*개발팀 추가 180406*/
.sc-recom .list-recom .caption .tit2 {
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 0 4px #000;
}

.sc-recom .list-recom > li.hit .caption .tit {
  font-size: 24px;
  font-weight: 700;
}

.sc-recom .list-recom > li.x2 .caption .tit2 {
  font-size: 24px;
  font-weight: 700;
}

.sc-recom .list-recom > li .caption .tit2 {
  font-size: 18px;
  font-weight: 700;
}

/*에피소드 리스트 내 서비스 불가 에피소드일 경우 20210528*/
.ep-body .list-ep > li {
  position: relative;
}
.ep-body .list-ep > li.nomore_read_con {
  background-color: initial;
}

.ep-body .list-ep > li a .coin-appfree {
  clear: both;
  display: inline-block;
  color: #fff;
  background: #f2445d;
  padding: 0px 8px;
  border-radius: 5em;
  margin-bottom: 4px;
}

.ep-body .list-ep > li a.nomore_read_overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.6);
}
/*********/

/*새로운 메인페이지*/
#glo_header {
  background: #0f1128;
  font-size: 16px;
  color: #a6a6ab;
  padding: 20px 0 14px 0;
  min-height: 70px;
}

.glo_header_wrap {
  max-width: 1240px;
  margin: 0 auto;
  min-width: 1240px;
}

.glo_header_wrap h1 {
  background: url(/assets/web/img/global/logo_n.png) no-repeat;
  width: 187px;
  height: 38px;
  float: left;
  text-indent: -9999px;
  margin-right: 34px;
}

/*promotion logo*/
#glo_header.promotion-header {
  padding-top: 0;
}
.promotion-header #glo_gnb {
  padding-top: 20px;
}
.promotion-header .glo_header_right {
  padding-top: 20px;
}
.glo_header_wrap h1.logo-gif {
  background: none;
  width: 187px;
  height: 70px;
  text-indent: 0;
  margin-right: 34px;
}

.glo_header_wrap h1.logo-gif img {
  vertical-align: top;
}

/*promotion logo end*/

.glo_header_wrap h1.logo_de {
  margin-right: 21px !important;
}

#glo_gnb {
  float: left;
}

#glo_gnb ul li {
  float: left;
}

#glo_gnb ul li a {
  float: left;
  padding: 8px 12px 10px 12px;
  margin: 0 5px;
  line-height: 18px;
}

#glo_gnb ul li:hover {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}

#glo_gnb ul li.on {
  cursor: pointer;
  background: #ee2d2f;
  border-radius: 50px;
  color: #fff;
}

.glo_gnb_de ul li a {
  padding: 8px 11px 10px 11px !important ;
  margin: 0 4px !important;
}

#glo_header .glo_header_left {
  float: left;
}

#glo_header .glo_header_right {
  position: relative;
  float: right;
}

/*new 추가로 인해 eu국가일경우 clss추가*/
.eu .glo_header_wrap h1 {
  margin-right: 10px;
}
.eu .glo_gnb_de ul li a {
  padding: 8px 7px 10px 7px !important ;
  margin: 0 2px !important;
}

/* recently read*/
#glo_header .btn_recently {
  float: left;
  background: url(/assets/web/img/global/icon/ico_recently_head.png) no-repeat;
  width: 34px;
  height: 34px;
  display: block;
  text-indent: -9999px;
  opacity: 0.9;
  margin-right: 8px;
}

#glo_header .btn_recently:hover {
  opacity: 1;
  cursor: pointer;
}

#glo_header .btn_recently.on {
  float: left;
  background: url(/assets/web/img/global/icon/ico_recently_head_on.png) no-repeat;
  width: 34px;
  height: 34px;
  display: block;
  text-indent: -9999px;
  opacity: 0.8;
  margin-right: 8px;
}

/* family mode 추가 190311*/

#glo_header .glo_header_right .section_19plus {
  float: left;
  border: 1px solid #00f99f;
  border-radius: 4px;
  line-height: 18px;
  padding: 4px 10px 4px 18px;
  font-size: 12px;
  position: relative;
  margin: 2px 10px 0 0;
  text-align: center;
  color: #00f99f;
  font-weight: 700;
  background: url(/assets/web/img/global/icon/ico_familymode.png) no-repeat 1px 5px;
  background-size: 16px 16px;
}

#glo_header .glo_header_right .section_19plus:hover {
  background: url(/assets/web/img/global/icon/ico_familymode_off.png) no-repeat 1px 5px;
  background-size: 16px 16px;
  -webkit-transition: background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  -o-transition: box-shadow 0.2s, background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, transform 0.2s, -webkit-box-shadow 0.2s,
    -webkit-transform 0.2s;
  cursor: pointer;
}

#glo_header .glo_header_right .section_19plus.off {
  float: left;
  border: 1px solid #4a4b57;
  border-radius: 4px;
  line-height: 18px;
  padding: 4px 10px 4px 18px;
  font-size: 12px;
  position: relative;
  margin: 2px 10px 0 0;
  text-align: center;
  color: #afafb2;
  font-weight: bold;
  background: url(/assets/web/img/global/icon/ico_familymode_off.png) no-repeat 1px 5px #3a3b44;
  background-size: 16px 16px;
}

#glo_header .glo_header_right .section_19plus.off:hover {
  background: url(/assets/web/img/global/icon/ico_familymode.png) no-repeat 1px 5px #3a3b44;
  background-size: 16px 16px;
  -webkit-transition: background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  -o-transition: box-shadow 0.2s, background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, background-image 0.2s, color 0.2s, border 0.2s, transform 0.2s, -webkit-box-shadow 0.2s,
    -webkit-transform 0.2s;
  cursor: pointer;
}

/*
#glo_header .glo_header_right .section_19plus {
    float: left;
    border: 1px solid #676874;
    border-radius: 50px;
    line-height: 18px;
    padding: 4px 50px 4px 10px;
    font-size: 13px;
    position: relative;
    margin: 2px 10px 0 0;
}
*/

#glo_header .glo_header_right .section_19plus .text {
  color: #ee2d2f;
}

#glo_header .glo_header_right .section_19plus .btn_off {
  border: 1px solid #676874;
  border-radius: 50px;
  line-height: 18px;
  padding: 4px 10px;
  font-size: 13px;
  margin-left: 5px;
  background: #2a2b3e;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
  color: #fff;
}

#glo_header .glo_header_right .section_19plus:hover .btn_off {
  background: #ee2d2f;
  border: 1px solid #ee2d2f;
  -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  -o-transition: box-shadow 0.2s, background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
}

#glo_header .glo_header_right .section_19plus .btn_on {
  border: 1px solid #ee2d2f;
  border-radius: 50px;
  line-height: 18px;
  padding: 4px 10px;
  font-size: 13px;
  margin-left: 5px;
  background: #ee2d2f;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
  color: #fff;
}

#glo_header .glo_header_right .section_19plus p {
  margin: 0;
}

#glo_header .glo_header_right .section_search {
  float: left;
  border: 1px solid #676874;
  border-radius: 50px;
  line-height: 18px;
  padding: 4px 10px;
  font-size: 13px;
  position: relative;
  margin: 1px 10px 0 0;
}

#glo_header .glo_header_right .section_search .top_search {
  background: none;
  border: none;
  width: 150px;
}

#glo_header .glo_header_right .section_search .top_search_de {
  width: 130px !important;
}

#glo_header .glo_header_right .section_search .btn_search {
  background: url(/assets/web/img/global/ico_search.png) no-repeat;
  display: inline-block;
  /* padding: 6px 12px; */
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;

  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 4px;
  float: right;
  width: 18px;
  height: 18px;
  margin: 1px 3px 0 0;
}

#glo_header .glo_header_right .login_wrap {
  float: left;
  position: relative;
}

#glo_header .glo_header_right .login {
  float: left;
  border: 1px solid #676874;
  border-radius: 50px;
  line-height: 18px;
  padding: 4px 15px;
  font-size: 13px;
  position: relative;
  font-weight: bold;
  margin: 2px 8px 0 0;
}

#glo_header .glo_header_right .login:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0f1128;
  font-weight: bold;
  -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  -o-transition: box-shadow 0.2s, background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
}

#glo_header .glo_header_right .login_box {
  position: absolute;
  background: #24263c;
  width: 300px;
  height: 500px;
  right: 0;
  top: 50px;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
}

.top_banner_wrap {
  position: relative;
  height: 485px;
  margin-bottom: 50px;
}
.top_banner_wrap .top_banner {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  min-height: 485px;
  padding: 48px 0 47px;
  background-color: #171719;
  box-sizing: border-box;
  overflow: hidden;
}

.top_banner_wrap .top_banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 590px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(89deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) top left no-repeat;
}

.top_banner_wrap .top_banner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 590px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) top right no-repeat;
}

.top_banner .main_banner_item {
  text-align: center;
}

.top_banner .slick-list {
  margin: 0 -10px;
}

.top_banner .slick-slide {
  width: 720px;
  margin: 0 10px;
  border-radius: 10px 10px;
  overflow: hidden;
}

.top_banner_wrap .slider_item {
  position: relative;
  /* opacity: 0.5;
  transition: opacity 0.3s linear; */
}

.top_banner_wrap .slider_item img {
  object-fit: cover;
  width: 100%;
  height: 390px;
}

.top_banner_wrap .slider_item.slick-current {
  opacity: 1;
  transition: opacity 0.5s linear;
  z-index: 1;
}

.top_banner_indicaotr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  z-index: 2;
}

.top_banner_indicaotr .slick-arrow {
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 1;
}

.top_banner_wrap .prev_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-600px, -50%);
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(/assets/web/img/global/btn_carousel_L.png) 0 0 no-repeat;
  z-index: 1;
}

.top_banner_wrap .prev_arrow:hover {
  background: url(/assets/web/img/global/btn_carousel_L_hover.png) 0 0 no-repeat;
}

.top_banner_wrap .next_arrow {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(600px, -50%);
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(/assets/web/img/global/btn_carousel_R.png) 0 0 no-repeat;
  z-index: 1;
}

.top_banner_wrap .next_arrow:hover {
  background: url(/assets/web/img/global/btn_carousel_R_hover.png) 0 0 no-repeat;
}

.bottom_banner {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.bottom_banner_wrap .bottom_banner .list_bu {
  position: absolute;
  left: 102px;
  bottom: 70px;
}

.bottom_banner_wrap .bottom_banner .list_bu span {
  text-indent: -9999px;
  display: inline-block;
  margin: 0 4px 0 0;
  width: 12px;
  height: 12px;
  background: #585858;
  border-radius: 100px;
  overflow: hidden;
}

.bottom_banner_wrap .bottom_banner .list_bu span.on {
  background: #fff;
}

.top_banner_wrap .top_banner .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
}

.top_banner_wrap .top_banner .slick-dots > li,
.bottom_banner_wrap .bottom_banner .slick-dots > li {
  text-indent: -9999px;
  display: inline-block;
  margin: 0 4px 0 0;
  width: 12px;
  height: 12px;
  background: #585858;
  border-radius: 100px;
  overflow: hidden;
}

.top_banner_wrap .top_banner .slick-dots button,
.bottom_banner_wrap .bottom_banner .slick-dots button {
  background-color: inherit;
  font-size: 0;
  border: 0;
}

.top_banner_wrap .top_banner .slick-dots > li.slick-active,
.bottom_banner_wrap .bottom_banner .slick-dots > li.slick-active {
  background: #fff;
}

.bottom_banner_wrap {
  margin-bottom: 60px;
}

.bottom_banner_wrap .bottom_banner {
  position: relative;
  width: 720px;
  margin: 0 auto;
  /* min-height: 485px; */
}

.bottom_banner_wrap .bottom_banner .slick-dots {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

/*에피소드 뷰어 하단 배너 영역*/
.no-active {
  display: none;
}

.viewer-etc {
  margin-top: 30px;
  padding: 30px 0 85px;
  background-color: #f5f5f5;
}
#viewer-body2 .viewer-etc {
  padding-bottom: 0;
  background-color: transparent;
}

.viewer-etc h3 {
  width: 720px;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #2a2a2a;
}

.viewer-etc h3 .ico {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -87px -2px;
  display: inline-block;
  width: 25px;
  height: 40px;
  vertical-align: middle;
  margin-right: 1px;
}

.viewer-etc .continue h3 .ico {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -119px -82px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.viewer-etc .list_wrap li {
  background-color: inherit;
}

/*뷰어 마지막에 다음화 보기 영역*/
.ep__next {
  width: 720px;
  padding: 80px 0;
  margin: 0 auto;
}
/*bg가 검은색일경우 class="bg-black"*/
.ep__next.bg-black {
  background-color: #000;
}

/*bg가 흰색일경우 class="bg-white"*/
.ep__next.bg-white {
  background-color: #fff;
}

.ep__next > a,
.ep__next .pre__release {
  display: table;
  table-layout: fixed;
  width: 660px;
  margin: 0 auto;
  padding: 11px 30px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 5px 5px;
}

.ep__next.bg-black > a,
.ep__next.bg-black .pre__release {
  border-color: #333;
  background-color: #000;
}

.ep__next > a > div,
.ep__next .pre__release > div {
  display: table-cell;
  vertical-align: middle;
}

.ep__next .ep__thumb__img {
  width: 150px;
  height: 90px;
}

.ep__next .ep__name {
  width: 288px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.ep__next .ep__name__con {
  margin-bottom: 5px;
  line-height: 20px;
  color: #000;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.ep__next.bg-black .ep__name__con {
  color: #fff;
}

.ep__next .ep__next__turn {
  font-size: 14px;
  font-weight: normal;
  color: #888;
}

.ep__next .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  width: 160px;
  min-height: 60px;
  line-height: 19px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  border-radius: 5px 5px;
  white-space: normal;
  background-color: #ff0004;
  word-break: normal;
}

/* .ep__next .btn__txt {
    max-width: 75px;
} */
.btn__next__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 5px;
}

/* 에피소드 내 벨 버튼 초기 상태 202402 */
.checkbox-bell {
  background: transparent;
}
.checkbox-bell > span {
  display: inline-block;
  font-size: 0;
}
.checkbox-bell .check__icon {
  display: none;
}
.checkbox-bell.checked .bell__icon {
  display: none;
}
.checkbox-bell.checked .check__icon {
  display: block;
}

/* 벨 버튼 애니메이션 */
.checkbox-bell.animated:not(.checked) .bell__icon {
  transform-origin: 50% 0%;
  animation: bellAnimated 1s linear forwards;
}

.checkbox-bell.checked.animated .check__icon svg path {
  animation: checkAnimated 1s alternate ease forwards;
}

@keyframes bellAnimated {
  0% {
    transform: rotate(35deg);
  }
  12.5% {
    transform: rotate(-30deg);
  }
  25% {
    transform: rotate(25deg);
  }
  37.5% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(15deg);
  }
  62.5% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes checkAnimated {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes bgColorChange {
  to {
    background-color: #00c47d;
  }
}

/* 벨 버튼 완료 */
.checkbox-bell.checked:not(.animated) .check__icon svg path {
  stroke-dashoffset: 0;
}

.check__icon svg {
  width: 24px;
  height: 24px;
}
.check__icon svg path {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}
/****************/

/*next episode 대신 선공개 노출 202402*/
.ep__next .pre__release {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pre__release .ep__name {
  text-align: center;
  width: 450px;
}
.pre__release .ep__name__con {
  line-height: 120%;
  font-size: 25px;
}
.pre__release .ep_bell_wrap {
  display: flex !important;
  align-items: center;
  justify-content: end;
}
.pre__release .ep_bell_wrap .checkbox-bell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-height: auto;
  padding: 0;
  margin-left: 10px;
  border-radius: 100%;
  border: 0;
  background-color: #ff0004;
}
.pre__release .ep_bell_wrap .checkbox-bell.checked {
  animation: bgColorChange 0.5s ease forwards;
}
.pre__release .btn__txt {
  font-size: 13px;
  font-weight: normal;
  color: #888;
  font-weight: 600;
}
.pre__release .bell__icon {
  width: 26px;
  height: 26px;
}

/*에피소드 뷰어 하단 작품*/
.ep-viewer__bottom__list {
  position: relative;
  display: block;
  width: 820px;
  margin: 0 auto 20px;
  clear: both;
  overflow: hidden;
}

.ep-viewer__bottom__list:last-child {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.ep-viewer__bottom__list .list_wrap {
  clear: both;
}

.ep-viewer__bottom__list .list_wrap .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  transform: translate(0, -70%);
}

.ep-viewer__bottom__list .list_wrap .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.ep-viewer__bottom__list .list_wrap .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.ep-viewer__bottom__list .list_wrap .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  transform: translate(0, -70%);
}

.ep-viewer__bottom__list .list_wrap .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.ep-viewer__bottom__list .list_wrap .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.ep-viewer__bottom__list .list_wrap ul {
  width: 720px;
  margin: 0 auto;
}

.ep-viewer__bottom__list li {
  position: relative;
  float: left;
  background: #000;
  width: 172px;
  height: 255px;
  border-radius: 3px;
  color: #fff;
  margin: 5px 4px 10px;
  cursor: pointer;
}

.ep-viewer__bottom__list li img {
  border-radius: 3px 3px 0 0;
}

.ep-viewer__bottom__list li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 60px 15px 0 15px;
  border-radius: 3px;
}

.ep-viewer__bottom__list li .visual .main_text .title {
  /* padding: 0 0 8px 0; */
  position: absolute;
  bottom: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 23px;
  max-height: 52px;
  /* border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: calc(100% - 30px);
  font-weight: 500;
}

.ep-viewer__bottom__list li .visual .main_text .writer {
  color: #adadad;
  position: absolute;
  bottom: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 30px);

  padding-top: 4px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.ep-viewer__bottom__list li .visual .main_text .etc {
  margin: 0 0 0 0 !important;
  position: absolute;
  bottom: 19px;
}

.section_most li:hover .text {
  opacity: 1;
}

.ep-viewer__bottom__list li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 172px;
  height: 255px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ep-viewer__bottom__list li:hover .text {
  opacity: 1;
}
.ep-viewer__bottom__list .noimage_title {
  width: 138px;
  top: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 28%);
  -ms-transform: translate(-50%, 28%);
  transform: translate(-50%, 28%);
  word-break: break-word;
}
.viewer-etc h3.ft-white {
  color: #fff;
}

/*즐겨찾기*/
.section_myfavorite h3 .favorites {
  background: url(/assets/web/img/global/icon/ico_favorites_on.png) no-repeat 0 1px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 3px;
}
.section_myfavorite {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  display: block;
  margin-bottom: 50px;
  overflow: hidden;
}

.section_myfavorite h3 {
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
  margin-left: 51px;
}

.section_myfavorite h3 .ico {
  background: url(/assets/web/img/global/icon/ico_recently.png) no-repeat 0px -1px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 3px;
}

.section_myfavorite .list_wrap {
  clear: both;
}

.section_myfavorite .list_wrap .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.section_myfavorite .list_wrap .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section_myfavorite .list_wrap .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.section_myfavorite .list_wrap .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
}

.section_myfavorite .list_wrap .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.section_myfavorite .list_wrap .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.section_myfavorite .list_wrap ul {
  margin: 0 auto;
  width: 1100px;
}

.section_myfavorite li {
  position: relative;
  float: left;
  background: #000;
  width: 200px;
  height: 296px;
  border-radius: 3px;
  color: #fff;
  margin: 10px 10px 15px 10px;
  cursor: pointer;
}

.section_myfavorite li img {
  border-radius: 3px;
}

.section_myfavorite li .visual span.title {
  position: absolute;
  bottom: 74px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  left: 0;
  width: 200px;
}
.section_myfavorite li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 64px 15px 0 15px;
  border-radius: 3px;
}

.section_myfavorite li .visual .main_text .title {
  padding: 0px 0 8px 0;
  /* border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: 170px;
  position: absolute;
  bottom: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3em;
  max-height: 2.7em;
  font-weight: 500;
}

.section_myfavorite li .visual .main_text .etc {
  position: absolute;
  bottom: 10px;
}

.section_myfavorite li .visual .main_text .etc .history {
  color: #9d9d9d;
  padding: 3px 0 0 0;
  display: inline-block;
}

.section_myfavorite li .visual .main_text .etc .remai {
  padding: 3px;
  background: rgba(162, 162, 162, 0.26);
  color: #08ff08;
  float: right;
  border-radius: 3px;
}

/* favorite read 추가 */
.section_myfavorite .best li {
  position: relative;
  float: left;
  background: #000;
  width: 220px;
  height: 326px;
  border-radius: 3px;
  color: #fff;
  margin: 10px 10px 15px 10px;
  cursor: pointer;
}

.section_myfavorite .best li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 220px;
  height: 326px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_myfavorite .best li .visual .main_text .title {
  padding: 0px 0 8px 0;
  border-bottom: 1px solid rgba(121, 121, 121, 0.5);
  width: 190px;
  position: absolute;
  bottom: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3em;
  max-height: 2.7em;
  font-weight: 500;
}

.section_myfavorite li:hover {
  -webkit-box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section_myfavorite li:hover h4 {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}

.section_myfavorite li:hover .text {
  opacity: 1;
}

.section_myfavorite li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 296px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_myfavorite li .text h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.section_myfavorite li .text h5 {
  font-size: 12px;
  color: #a6a6a6;
}

.section_myfavorite li .text .line {
  width: 18px;
  height: 1px;
  display: block;
  background: #808080;
  margin: 10px 0;
}

.section_myfavorite li .text .info {
  font-size: 13px;
  line-height: 19px;
}

/*내가 본 작품*/
.section_myrecent {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  display: block;
  margin-bottom: 50px;
  overflow: hidden;
}

.section_myrecent h3 {
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
  margin-left: 51px;
}

.section_myrecent h3 .ico {
  background: url(/assets/web/img/global/icon/ico_recently.png) no-repeat 0px -1px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 3px;
}

.section_myrecent .list_wrap {
  clear: both;
}

.section_myrecent .list_wrap .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.section_myrecent .list_wrap .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section_myrecent .list_wrap .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.section_myrecent .list_wrap .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
}

.section_myrecent .list_wrap .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.section_myrecent .list_wrap .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.section_myrecent .list_wrap ul {
  margin: 0 auto;
  width: 1100px;
}

.section_myrecent li {
  position: relative;
  float: left;
  background: #000;
  width: 200px;
  height: 296px;
  border-radius: 3px;
  color: #fff;
  margin: 10px 10px 15px 10px;
  cursor: pointer;
}

.section_myrecent li img {
  border-radius: 3px;
}

.section_myrecent li .visual span.title {
  position: absolute;
  bottom: 74px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  left: 0;
  width: 200px;
}
.section_myrecent li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 64px 15px 0 15px;
  border-radius: 3px;
}

.section_myrecent li .visual .main_text .title {
  padding: 0px 0 8px 0;
  /* border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: 170px;
  position: absolute;
  bottom: 62px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3em;
  max-height: 2.7em;
  font-weight: 500;
}

.section_myrecent li .visual .main_text .history {
  color: #adadad;
  position: absolute;
  bottom: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  padding-top: 4px;
  width: 190px;
  padding-right: 18px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.section_myrecent li .visual .main_text .etc {
  position: absolute;
  bottom: 10px;
}

.section_myrecent li .visual .main_text .etc .history {
  color: #9d9d9d;
  padding: 3px 0 0 0;
  display: inline-block;
}

.section_myrecent li .visual .main_text .etc .remai {
  padding: 3px;
  background: rgba(162, 162, 162, 0.26);
  color: #08ff08;
  float: right;
  border-radius: 3px;
}

/* recently read 추가 */
.section_myrecent .best li {
  position: relative;
  float: left;
  background: #000;
  width: 220px;
  height: 326px;
  border-radius: 3px;
  color: #fff;
  margin: 10px 10px 15px 10px;
  cursor: pointer;
}

.section_myrecent .best li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 220px;
  height: 326px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_myrecent .best li .visual .main_text .title {
  /* padding: 0px 0 8px 0;
    border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: 190px;
  position: absolute;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3em;
  max-height: 2.7em;
  font-weight: 500;
}

.section_myrecent .best li .visual .main_text .myrecent_title {
  /* padding: 0px 0 8px 0;
    border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: 190px;
  position: absolute;
  bottom: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3em;
  max-height: 2.7em;
}

.section_upcoming li:hover,
.section_myrecent li:hover,
.section_because li:hover,
.section_todayup li:hover,
.section_most li:hover,
.section_recommended_wrap li:hover,
.section_ongoing .list_wrap li:hover {
  -webkit-box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section_upcoming li:hover h4,
.section_myrecent li:hover h4,
.section_because li:hover h4,
.section_todayup li:hover h4,
.section_most li:hover h4,
.section_recommended_wrap li:hover h4,
.section_ongoing .list_wrap li:hover h4 {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 3px #ffdd1b, 0 0 5px #ffdd1b;
  }
  to {
    text-shadow: 0 0 1px #ffdd1b, 0 0 3px #ffdd1b;
  }
}

.section_myrecent li:hover .text {
  opacity: 1;
}

.section_myrecent li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 296px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_myrecent li .text h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.section_myrecent li .text h5 {
  font-size: 12px;
  color: #a6a6a6;
}

.section_myrecent li .text .line {
  width: 18px;
  height: 1px;
  display: block;
  background: #808080;
  margin: 10px 0;
}

.section_myrecent li .text .info {
  font-size: 13px;
  line-height: 19px;
}

/*my favorite upcomming*/
.upcomming_content {
  position: relative;
}
.upcomming_content .upcomming-day {
  font-size: 13px;
  font-weight: 300;
}
.upcomming_content .coomingsoon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  text-align: center;
  white-space: nowrap;
}

.upcomming_content .coomingsoon span {
  display: inline-block;
  position: relative;
  padding: 8px 20px;
  font-size: 14px;
  color: #000;
  background-color: #ffdd1b;
  -webkit-box-shadow: 0px 0px 6px #0000004d;
  box-shadow: 0px 0px 6px #0000004d;
  border-radius: 10px 10px;
}
.upcomming_content .coomingsoon span:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top-color: #ffdd1b;
}

/*취향설정 기능 추가 202305*/
.section_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.set_preference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 60px;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border: 2px solid #ee312f;
  background-color: #000;
  border-radius: 50px 50px;
}
.set_preference .icon-arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(/assets/web/img/global/btn_prefer_ico_arrow.png) no-repeat;
  text-indent: -9999px;
}

/*202312*/
/*100만뷰 및 독점 작품*/
.section_oneMillion {
  width: 1200px;
  margin: 0 auto 50px;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
}

.section_oneMillion h3 {
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
  padding: 0 60px 0 52px;
}
.section_oneMillion h3 .see-all {
  align-self: end;
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
}

.section_oneMillion h3 .ico {
  background: url(/assets/web/img/global/icon/ico_view_type2.png) no-repeat center;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 4px;
}

.section_oneMillion .list_wrap {
  clear: both;
}

.section_oneMillion .list_wrap ul {
  margin: 0 auto;
  width: 1100px;
}

.section_oneMillion .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.section_oneMillion .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section_oneMillion .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.section_oneMillion .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
}

.section_oneMillion .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.section_oneMillion .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.section_oneMillion li {
  position: relative;
  float: left;
  background: #000;
  width: 200px;
  height: 296px;
  border-radius: 3px;
  color: #fff;
  margin: 10px;
  cursor: pointer;
}

.section_oneMillion li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 296px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_oneMillion li img {
  border-radius: 3px 3px 0 0;
}

.section_oneMillion li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 80px 15px 0 15px;
  border-radius: 3px;
}

.section_oneMillion li .visual .main_text .title {
  position: absolute;
  bottom: 70px;
}

.section_oneMillion li .visual .main_text .title-txt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 23px;
  max-height: 50px;
  width: 170px;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 17px;
}

.section_oneMillion li .visual .main_text .writer {
  color: #adadad;
  position: absolute;
  bottom: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  width: 170px;
  padding-top: 4px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.section_oneMillion li .visual .main_text .etc {
  margin: 0 0 0 0 !important;
  position: absolute;
  bottom: 20px;
}

.section_oneMillion li:hover {
  -webkit-box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section_oneMillion li:hover h4 {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}

.section_oneMillion li:hover .text {
  opacity: 1;
}

/*업데이트 작품*/
.section_todayup {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  display: block;
  margin-bottom: 50px;
  overflow: hidden;
}

.section_todayup h3 .newcomic {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -82px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 3px;
}

.section_todayup h3 {
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
  margin-left: 51px;
}

.section_todayup h3 .ico {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -1px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 3px;
}

.section_todayup .list_wrap {
  clear: both;
}

.section_todayup .list_wrap .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.section_todayup .list_wrap .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section_todayup .list_wrap .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.section_todayup .list_wrap .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
}

.section_todayup .list_wrap .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.section_todayup .list_wrap .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.section_todayup .list_wrap ul {
  margin: 0 auto;
  width: 1100px;
}

.section_todayup li {
  position: relative;
  float: left;
  background: #000;
  width: 200px;
  height: 296px;
  border-radius: 3px;
  color: #fff;
  margin: 10px;
  cursor: pointer;
}

.section_todayup li img {
  border-radius: 3px 3px 0 0;
}

.section_todayup li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 80px 15px 0 15px;
  border-radius: 3px;
}

.section_todayup li .visual .main_text .title {
  /* padding: 0 0 8px 0; */
  position: absolute;
  bottom: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 23px;
  max-height: 50px;
  /* border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: 170px;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 17px;
}

.section_todayup li .visual .main_text .writer {
  color: #adadad;
  position: absolute;
  bottom: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  width: 170px;
  padding-top: 4px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.section_todayup li .visual .main_text .etc {
  margin: 0 0 0 0 !important;
  position: absolute;
  bottom: 20px;
}

.visual .main_text .etc .type01 {
  color: #eea800 !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type02 {
  color: #fd337f !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type03 {
  color: #336cfd !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type04 {
  color: #3ae5f4 !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type05 {
  color: #11d96c !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type06 {
  color: #59ff9b !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type07 {
  color: #33a0fd !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type08 {
  color: #7454eb !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type09 {
  color: #fb33fd !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type10 {
  color: #fd9733 !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type11 {
  color: #fd7133 !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type12 {
  color: #ff0000 !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.visual .main_text .etc .type13 {
  color: #ffdf72 !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

/*코미디*/
.visual .main_text .etc .type14 {
  color: #f43aaf !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

/*액션*/
.visual .main_text .etc .type15 {
  color: #f43a3f !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

/*공상과학*/
.visual .main_text .etc .type16 {
  color: #963af4 !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

/*무협*/
.visual .main_text .etc .type17 {
  color: #3af4a2 !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

/*스릴러*/
.visual .main_text .etc .type18 {
  color: #a0d60b !important;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.section_todayup li:hover .text {
  opacity: 1;
}

.section_todayup li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 296px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_todayup li .text h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.section_todayup li .text h5 {
  font-size: 12px;
  color: #a6a6a6;
}

.section_todayup li .text .line {
  width: 18px;
  height: 1px;
  display: block;
  background: #808080;
  margin: 10px 0;
}

.section_todayup li .text .info {
  font-size: 13px;
  line-height: 19px;
}

/*추천작품 작품*/
.section_most {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  display: block;
  margin-bottom: 50px;
  overflow: hidden;
}

.section_most h3 {
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
  margin-left: 51px;
}

.section_most h3 .ico {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -78px -2px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 1px;
}

.section_most .list_wrap {
  clear: both;
}

.section_most .list_wrap .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.section_most .list_wrap .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section_most .list_wrap .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.section_most .list_wrap .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
}

.section_most .list_wrap .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.section_most .list_wrap .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.section_most .list_wrap ul {
  margin: 0 auto;
  width: 1100px;
}

.section_most li {
  position: relative;
  float: left;
  background: #000;
  width: 200px;
  height: 296px;
  border-radius: 3px;
  color: #fff;
  margin: 10px;
  cursor: pointer;
}

.section_most li img {
  border-radius: 3px 3px 0 0;
}

.section_most li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 60px 15px 0 15px;
  border-radius: 3px;
}

.section_most li .visual .main_text .title {
  padding: 0 18px 0 0;
  position: absolute;
  bottom: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 23px;
  max-height: 52px;
  /* border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: 170px;
  font-weight: 500;
}

.section_most li .visual .main_text .writer {
  color: #adadad;
  position: absolute;
  bottom: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  width: 170px;
  padding-top: 4px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.section_most li .visual .main_text .etc {
  margin: 0 0 0 0 !important;
  position: absolute;
  bottom: 19px;
}

/*
.section_most li .visual .main_text .etc .type01 {
    color: #fd337f;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}

.section_most li .visual .main_text .etc .type02 {
    color: #dca000;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}

.section_most li .visual .main_text .etc .type03 {
    color: #3ae5f4;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}*/

.section_most li:hover .text {
  opacity: 1;
}

.section_most li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 296px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_most li .text h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.section_most li .text h5 {
  font-size: 12px;
  color: #a6a6a6;
}

.section_most li .text .line {
  width: 18px;
  height: 1px;
  display: block;
  background: #808080;
  margin: 10px 0;
}

.section_most li .text .info {
  font-size: 13px;
  line-height: 19px;
}

/*업커밍 작품*/
.section_upcoming_wrap {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 50px;
}
.section_upcoming {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
}

.section_upcoming h3 {
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
  padding: 0 60px 0 52px;
}
.section_upcoming h3 .see-all {
  align-self: end;
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
}

.section_upcoming h3 .ico {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -159px -83px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 1px;
}

.section_upcoming .list_wrap {
  clear: both;
}

.section_upcoming .list_wrap ul {
  margin: 0 auto;
  width: 1100px;
}

.section_upcoming .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.section_upcoming .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section_upcoming .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.section_upcoming .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
}

.section_upcoming .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.section_upcoming .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.section_upcoming li {
  position: relative;
  float: left;
  background: #000;
  width: 200px;
  height: 296px;
  border-radius: 3px;
  color: #fff;
  margin: 10px;
  cursor: pointer;
}

.section_upcoming li img {
  border-radius: 3px 3px 0 0;
}

.section_upcoming li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 56%;
  padding: 60px 15px 0 15px;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  border-radius: 3px;
  z-index: 1;
}

.section_upcoming li .visual .main_text .title {
  position: absolute;
  bottom: 44px;
  width: 170px;
  max-height: 52px;
  padding: 0 18px 5px 0;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.section_upcoming li .visual .main_text .etc {
  margin: 0 0 0 0 !important;
  position: absolute;
  bottom: 19px;
}

.section_other .open_date {
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #08ff08;
  font-size: 9px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.section_upcoming li .available.active {
  background-color: #ee312f;
}

.section_upcoming li:hover .text {
  opacity: 1;
}

.section_upcoming li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 296px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*202402*/
.section_upcoming .toast-popup {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0);
}
.section_upcoming .icon-heartbeat {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0 auto 10px -13px;
  background: url("/assets/web/img/global/main_thumb_heart_nor.png") no-repeat 0 0;
}
.toast-popup div {
  display: inline-block;
  min-width: 84px;
  /* height: 36px; */
  margin-top: 40px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px 4px;
}

/*undone*/
.toast-popup.undone div {
  background-color: rgba(51, 51, 51, 0.9);
}
/*available*/
.toast-popup.available div {
  color: rgba(238, 49, 47, 0.9);
  background-color: #fff;
}
/*reminde*/
.toast-popup.reminde div {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.9);
}
.toast-popup.reminde .icon-heartbeat {
  background: url("/assets/web/img/global/main_thumb_heart_sel.png") no-repeat 0 0;
  animation: hearbeat 1s 2 ease-in-out;
}
/*preview*/
.toast-popup.preview div {
  color: #fff;
  background-color: rgba(238, 49, 47, 0.9);
}

@keyframes hearbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*upcoming page*/
.sub-wrap-top .section_upcoming {
  width: 1220px;
}
.sub-wrap-top .section_upcoming .best {
  width: 1160px;
  margin: 0 auto;
}

.sub-wrap-top .family__safe__info + h4 {
  margin-top: 20px;
}

.sub-wrap-top .section_upcoming .best li {
  position: relative;
  float: left;
  background: #000;
  width: 270px;
  height: 400px;
  border-radius: 4px;
  color: #fff;
  margin: 10px;
  cursor: pointer;
}

.sub-wrap-top .section_upcoming .best .visual > p {
  border-radius: 4px;
  overflow: hidden;
}

.sub-wrap-top .section_upcoming .best li .visual .main_text {
  /* min-height: auto; */
  min-height: 47%;
  /* overflow: hidden; */
}

.sub-wrap-top .section_upcoming .best li .text {
  width: 270px;
  height: 400px;
}
.sub-wrap-top .section_upcoming .best li .visual .main_text .title {
  width: 100%;
  margin-bottom: 7px;
  font-size: 22px;
}
.sub-wrap-top .section_upcoming .best li .visual .main_text .writer {
  width: 100%;
  font-size: 14px;
}
.sub-wrap-top .section_upcoming .slick-arrow {
  margin-top: -20px;
}
.sub-wrap-top .section_upcoming .left_btn {
  left: -9px;
}
.sub-wrap-top .section_upcoming .right_btn {
  right: -9px;
}
.sub-wrap-top .section_upcoming li .visual .main_text .title {
  max-height: 60px;
  padding: 0 18px 12px 0;
}
.sub-wrap-top .section_other .open_date {
  min-width: 34px;
  height: 34px;
  padding: 7px 2px;
  font-size: 13px;
}
/*업커밍페이지 하단 작품 리스트*/
.sub-wrap-bottom .section_ongoing > div {
  margin-bottom: 0;
}
.sub-wrap-bottom .section_ongoing:last-child {
  padding-bottom: 100px;
}

.sub-wrap-bottom h4 {
  width: 1080px;
  margin: 0 auto;
}
.sub-wrap-bottom .section_upcoming {
  width: 1220px;
}
.sub-wrap-bottom .section_upcoming .best {
  width: 1100px;
  margin: 0 auto;
}
.sub-wrap-bottom .section_upcoming .best li {
  width: 200px;
  height: 296px;
}

.sub-wrap-bottom .section_because {
  width: 1100px;
}

.sub-wrap-bottom .left_btn {
  position: absolute;
  left: -9px;
  top: 50%;
  margin-top: -20px;
}

.sub-wrap-bottom .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.sub-wrap-bottom .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.sub-wrap-bottom .right_btn {
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -20px;
}

.sub-wrap-bottom .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.sub-wrap-bottom .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

/*추천작품 작품*/
.section_because {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  display: block;
  margin-bottom: 50px;
  overflow: hidden;
}

.section_because h3 {
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
  margin-left: 51px;
}

.section_because h3 .ico {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -119px -82px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 1px;
}

.section_because .list_wrap {
  clear: both;
}

.section_because .list_wrap .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.section_because .list_wrap .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section_because .list_wrap .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.section_because .list_wrap .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
}

.section_because .list_wrap .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.section_because .list_wrap .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.section_because .list_wrap ul {
  margin: 0 auto;
  width: 1100px;
}

.section_because li {
  position: relative;
  float: left;
  background: #000;
  width: 200px;
  height: 296px;
  border-radius: 3px;
  color: #fff;
  margin: 10px;
  overflow: hidden;
  cursor: pointer;
}

.section_because li img {
  border-radius: 3px 3px 0 0;
}

.section_because li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 60px 15px 0 15px;
  border-radius: 3px;
}

.section_because li .visual .main_text .title {
  padding: 0 18px 0 0;
  position: absolute;
  bottom: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 23px;
  max-height: 52px;
  /* border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: 170px;
  font-weight: 500;
}

.section_because li .visual .main_text .writer {
  color: #adadad;
  position: absolute;
  bottom: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  width: 170px;
  padding-top: 4px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.section_because li .visual .main_text .etc {
  margin: 0 0 0 0 !important;
  position: absolute;
  bottom: 19px;
}

.section_because li:hover .text {
  opacity: 1;
}

.section_because li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 296px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_because li .text h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.section_because li .text h5 {
  font-size: 12px;
  color: #a6a6a6;
}

.section_because li .text .line {
  width: 18px;
  height: 1px;
  display: block;
  background: #808080;
  margin: 10px 0;
}

.section_because li .text .info {
  font-size: 13px;
  line-height: 19px;
}

.section_because_wrap {
  background: #e9e9e9;
  width: 100%;
  padding: 50px 0;
}

/* 투믹스 추천 작품 */
.section_recommended_wrap {
  background: #e9e9e9;
  width: 100%;
  padding: 50px 0;
}

/*추천작품 다음에 because of you가 올 경우 */
.section_recommended_wrap + .section_because_wrap {
  margin-top: -50px;
  padding-top: 0px;
}

.section_recommended {
  width: 1260px;
  margin: 0 auto;
  clear: both;
  position: relative;
  display: block;
  margin-bottom: 50px;
  overflow: hidden;
}

.section_recommended img {
  width: 100%;
}

.section_recommended h3 {
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #ee2d2f;
  margin-left: 51px;
}

.section_recommended h3 .ico {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -118px -3px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 7px;
}

.section_recommended .list_wrap {
  clear: both;
}

.section_recommended .list_wrap .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.section_recommended .list_wrap .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section_recommended .list_wrap .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.section_recommended .list_wrap .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
}

.section_recommended .list_wrap .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.section_recommended .list_wrap .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.section_recommended .list_wrap ul {
  margin: 0 auto;
  width: 1170px;
}

.section_recommended li {
  position: relative;
  float: left;
  background: #000;
  width: 270px;
  height: 400px;
  border-radius: 3px;
  color: #fff;
  margin: 10px;
  cursor: pointer;
}

.section_recommended li img {
  border-radius: 3px 3px 0 0;
}

.section_recommended li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 60px 20px 0 20px;
  border-radius: 3px;
}

.section_recommended li .visual .main_text .title {
  padding: 0 18px 0 0;
  position: absolute;
  bottom: 74px;
  font-size: 22px;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4em;
  max-height: 2.8em;
  /* border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: 235px;
  font-weight: 500;
}

.section_recommended li .visual .main_text .writer {
  color: #adadad;
  position: absolute;
  bottom: 30px;
  white-space: nowrap;
  width: 235px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

  padding-top: 6px;
  padding-right: 5px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.section_recommended li .visual .main_text .etc {
  margin: 0 0 0 0 !important;
  position: absolute;
  bottom: 19px;
}

/*
.section_recommended li .visual .main_text .etc .type01 {
    color: #fd337f;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}

.section_recommended li .visual .main_text .etc .type02 {
    color: #dca000;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}

.section_recommended li .visual .main_text .etc .type03 {
    color: #3ae5f4;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}
*/

.section_recommended .text .etc {
  margin: 0 0 5px 0;
}

/*
.section_recommended .text .etc .type01 {
    color: #fd337f;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}

.section_recommended .text .etc .type02 {
    color: #dca000;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}

.section_recommended .text .etc .type03 {
    color: #3ae5f4;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}
*/

.section_recommended li:hover .text {
  opacity: 1;
}

.section_recommended li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 270px;
  height: 400px;
  z-index: 1;
  border: 3px solid rgba(227, 173, 15, 0.9);
  border-radius: 3px;
  padding: 30px 23px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_recommended li .text h4 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 30px;
}

.section_recommended li .text h5 {
  font-size: 13px;
  color: #a6a6a6;
  font-weight: normal;
  margin: 0 0 0 0;
}

.section_recommended li .text .line {
  width: 33px;
  height: 2px;
  display: block;
  background: #fff;
  margin: 18px 0 23px 0;
  font-weight: normal;
}

.section_recommended li .text .info {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 190px;
  overflow: hidden;
}

/*남은작품 숫자표시 / 신작 / 월간작 */
.section_other .ico_box {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.section_other .ico_box > p {
  height: 20px;
  margin-bottom: 0px;
}

.section_other .iconew {
  position: relative;
  z-index: 1;
  font-size: 10px;
  background: #0f70cb;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px 0 3px 3px;
  margin-right: 2px;
  float: left;
}

.section_other .ico_19plus {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  width: 25px;
  background: #f42121 url("/assets/web/img/icon/ico-adult.png") no-repeat 50% 50%;
  border-radius: 0 0 3px 3px;
  margin-right: 2px;
  float: left;
}

.section_other .ico_15 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  width: 25px;
  background: #f48b21 url("/assets/web/img/icon/ico-adult.png") no-repeat 50% 50%;
  border-radius: 0 0 3px 3px;
  margin-right: 2px;
  float: left;
}

/*202312 원밀리언 아이콘*/
.visual .ico_oneMillion {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  width: 39px;
  height: 25px;
  margin: 5px 0 0 5px;
  background: url("/assets/web/img/global/icon/label_thumb_1M_en_eu.png") no-repeat;
  background-size: cover;
  margin-right: 2px;
  float: left;
}

.visual .ico_oneMillion.tc {
  width: 49px;
  background-image: url("/assets/web/img/global/icon/label_thumb_1M_tc.png");
}
.visual .ico_oneMillion.jp {
  width: 48px;
  background-image: url("/assets/web/img/global/icon/label_thumb_1M_jp_sc.png");
}

/*202312 투믹스 독점 아이콘*/
.visual .ico_only {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  width: 68px;
  height: 20px;
  background: url("/assets/web/img/global/icon/label_thumb_original.png") no-repeat;
  background-size: cover;
  margin-left: 6px;
  float: left;
}

.visual .main_text .ico_oneMillion {
  position: absolute;
  top: -25px;
  margin: 0;
}

.section_oneMillion .section_other .ico_19plus {
  float: right !important;
  margin-right: 6px !important;
}

.section_oneMillion .section_other .ico_15 {
  float: right !important;
  margin-right: 6px !important;
}

/*.com일 경우*/
body.badge-19 .section_other .ico_box > p {
  height: auto;
  margin-bottom: auto;
}

body.badge-19 .section_other .ico_19plus {
  text-indent: 0;
  width: auto;
  position: relative;
  z-index: 1;
  font-size: 10px;
  background-color: #f42121;
  color: #fff;
  padding: 3px 5px;
  border-radius: 0 0 3px 3px;
  margin-right: 2px;
  float: left;
  background-image: none;
}

body.badge-19 .section_other .ico_15 {
  text-indent: 0;
  width: auto;
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-weight: 600;
  color: #f42121;
  background-color: #fff;
  padding: 3px 5px 2px;
  border-radius: 0 0 3px 3px;
  margin-right: 2px;
  border: 1px solid #f42121;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -1px;
  float: left;
  background-image: none;
}

.section_other .ico_up {
  position: relative;
  z-index: 1;
  font-size: 10px;
  background: #ffce00;
  color: #010101;
  padding: 3px 5px;
  border-radius: 0 0 3px 3px;
  margin-right: 2px;
  float: left;
  font-weight: bold;
  float: left;
}

.section_other .ico_fin {
  position: relative;
  z-index: 1;
  font-size: 10px;
  background: #699bb6;
  color: #fff;
  padding: 3px 4px 3px 5px;
  border-radius: 0 0 3px 3px;
  margin-right: 2px;
  float: left;
}

/*남은작품 숫자표시 / 신작 / 월간작 */
.ep-sidebar .list-sidebar a .caption {
  margin-left: 110px;
  padding-top: 4px;
}

.ep-sidebar .list-sidebar a .caption .ico_box {
  width: 100%;
  display: inline-table;
}

.ep-sidebar .list-sidebar a .caption .iconew {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 10px;
  background: #0f70cb;
  color: #fff;
  padding: 1px 4px;
  border-radius: 50px;
  float: left;
  margin: 0 2px 0 0;
}

.ep-sidebar .list-sidebar a .caption .ico_19plus {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 10px;
  background: #f42121;
  color: #fff;
  padding: 1px 4px;
  border-radius: 50px;
  float: left;
  margin: 0 2px 0 0;
}

.ep-sidebar .list-sidebar a .caption .ico_up {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 10px;
  background: #ffce00;
  color: #010101;
  padding: 1px 4px;
  border-radius: 50px;
  float: left;
  font-weight: bold;
  margin: 0 2px 0 0;
}

.ep-sidebar .list-sidebar a .caption .ico_fin {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 10px;
  background: #699bb6;
  color: #fff;
  padding: 3px 4px 3px 5px;
  border-radius: 0 0 3px 3px;
  margin-right: 2px;
  float: left;
}

.section_other .section_remai {
  padding: 1px 3px;
  background: rgba(162, 162, 162, 0.26);
  color: #08ff08;
  float: right;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  min-width: 21px;
  text-align: center;
}

.section_other .section_read {
  padding: 1px 3px;
  background: rgba(162, 162, 162, 0.26);
  color: #00c2ff;
  float: right;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  min-width: 21px;
  text-align: center;
  font-size: 12px;
}

.section_other .section_read em.ep {
  color: #c6c6c6;
}
.section_other .section_read em {
  color: #1089ba;
}

.section_other .month {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -38px -78px;
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  right: 8px;
  top: 11px;
  z-index: 1;
  text-indent: -9999px;
}

.section_other .rank {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: -1px;
  z-index: 1;
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 38px;
  height: 51px;
  padding: 6px 0 0 0;
  font-weight: bold;
  background: url(/assets/web/img/global/ico_rank.png) no-repeat;
  text-shadow: 1px 1px 5px #e91504;
}

/*로그인박스 */
.layer-login02 {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 1;
  width: 340px;
  background: #24263c;
  border-radius: 10px;
}

.layer-login02.active {
  display: block;
}

.layer-login02 .layer-login-body,
.layer-login02 .layer-login-footer,
.layer-login02 .layer-login-header {
  padding: 10px 15px;
}

.layer-login02 .layer-login-header {
  padding-bottom: 0;
}

.layer-login02 .layer-login-header h4 {
  font-size: 18px;
  text-align: center;
  clear: right;
  margin-top: -10px;
  color: #fff;
  margin: 10px;
  font-weight: normal;
}

.layer-login02 .layer-login-header .btn-layer-close {
  background: url("/assets/web/img/icon/layer-close.png") no-repeat 50% 50%;
  width: 24px;
  height: 24px;
}

.layer-login02 .layer-login-body {
  padding-top: 0;
}

.layer-login02 .layer-login-footer {
  background: #181927;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
}

.layer-login02 .layer-login-footer a {
  font-size: 14px;
  color: #c8c8c8;
}

.layer-login02 .layer-login-footer a:focus,
.layer-login02 .layer-login-footer a:hover {
  color: #fff;
}

.layer-login02 .simple-login {
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
}

.layer-login02 .simple-login > div {
  margin-top: -13px;
}

.layer-login02 .simple-login h5 {
  position: relative;
  color: #c8c8c8;
  font-size: 12px;
  display: inline-block;
  padding: 0 15px;
  background: #24263c;
  margin-bottom: 20px;
  font-weight: normal;
}

.layer-login02 .list-inline li {
  margin: 0 3px;
}

.layer-login02 .list-inline .ico_sns_facebook {
  width: 62px;
  height: 62px;
  display: inline-block;
  background: url(/assets/web/img/global/main/ico_sns.png) no-repeat;
  text-indent: -9999px;
}

.layer-login02 .list-inline .ico_sns_google {
  width: 62px;
  height: 62px;
  display: inline-block;
  background: url(/assets/web/img/global/main/ico_sns.png) no-repeat -64px 0;
  text-indent: -9999px;
}

.layer-login02 .list-inline .ico_sns_yahoo {
  width: 62px;
  height: 62px;
  display: inline-block;
  background: url(/assets/web/img/global/main/ico_sns.png) no-repeat 0 -64px;
  text-indent: -9999px;
}

.layer-login02 .list-inline .ico_sns_line {
  width: 62px;
  height: 62px;
  display: inline-block;
  background: url(/assets/web/img/global/main/ico_sns.png) no-repeat -64px -64px;
  text-indent: -9999px;
}

.layer-login02 .form-control {
  background: none;
  color: #fff !important;
}

.layer-login02 .form-group-line {
  border-bottom-color: #484a5e;
}

.layer-login02 .help-block {
  font-size: 13px;
}

.layer-login02 .help-block label {
  margin: 0 10px;
}

#glo_header .glo_header_right .login_after {
  float: left;
}

#glo_header .glo_header_right .login_after .charge {
  float: left;
  position: relative;
  margin: 2px 8px 0 0;
}
#glo_header .glo_header_right .login_after .charge span {
  display: block;
  border: 1px solid #ee2d2f;
  border-radius: 50px;
  line-height: 18px;
  padding: 4px 15px;
  font-size: 12px;
  font-weight: bold;
  background: #ee2d2f;
  color: #fff;
}

#glo_header .glo_header_right .login_after .charge:hover {
  background: #cd2527;
  font-weight: bold;
  -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  -o-transition: box-shadow 0.2s, background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
}

/*버튼라인 그라디언트 동작*/
#glo_header .glo_header_right .login_after .charge.gradient-border {
  z-index: 0;
}
#glo_header .glo_header_right .login_after .charge.gradient-border span {
  border: 0;
}
.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1 * 2px);
  left: calc(-1 * 2px);
  height: calc(100% + 2px * 2);
  width: calc(100% + 2px * 2);
  background: linear-gradient(60deg, #fff, #ee312f, #fff);
  border-radius: 50px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
#glo_header .glo_header_right .login_after .charge.gradient-border:hover {
  border-radius: 50px;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#glo_header .glo_header_right .login_after .my_wrap {
  float: left;
  position: relative;
}
#glo_header .glo_header_right .login_after .my_wrap .notice-gnb {
  position: absolute;
  top: -2px;
  right: 6px;
  z-index: 10;
  width: 14px;
  font-size: 0;
}

#glo_header .glo_header_right .login_after .my_wrap .notice_alarm {
  position: absolute;
  top: -6px;
  right: 0;
  font-size: 12px;
  color: #fff;
  background: #ee2d2f;
  padding: 0 4px;
  border-radius: 50px;
  text-align: center;
  min-width: 18px;
  margin: 0;
}

.layer-mymenu .vip-button-block {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  word-break: normal;
}
.layer-mymenu .vip-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  color: #00f99f;
}
.layer-mymenu .vip-button:focus {
  border: 0;
  outline: none;
}
.layer-mymenu .vip-button span {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 5px;
}
.layer-mymenu .vip-button u {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.layer-mymenu .list-group .list-group-item a .notice_alarm {
  position: absolute;
  right: 16px;
  font-size: 12px;
  color: #fff;
  background: #ee2d2f;
  padding: 0 4px;
  border-radius: 50px;
  text-align: center;
  min-width: 18px;
  margin: 0;
}

/*해지자,결제유보자 1개월 무료 결제*/
.free-oneMonth {
  position: relative;
  word-break: normal;
}
.free-oneMonth .vip-button {
  display: initial;
  width: 185px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0 0;
  margin-bottom: 4px;
}
.free-oneMonth .sm-txt {
  display: block;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
}
.free-oneMonth .layer-vip__txt {
  font-size: 11px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.4);
}
.free-oneMonth .free-oneMonth-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 33px;
  text-indent: -9999px;
  background: url(/assets/web/img/global/img_bn_vip_extension_ico.png) 0 0 no-repeat;
}

/*해지자,결제유보자 1개월 무료 결제 카운팅 배너*/
.free-oneMonth-bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 4px 4px;
  background: #000 url(/assets/web/img/global/img_bn_vip_extension_main_bg.png) 0 0 no-repeat;
}

.free-oneMonth-bnr-left {
  margin-left: 262px;
}

.free-oneMonth-bnr-left .sm-txt {
  display: inline-block;
  padding: 2px 12px;
  font-size: 12px;
  color: #00f99f;
  border: 1px solid #00f99f;
  border-radius: 50px 50px;
}
.free-oneMonth-bnr-sub_title {
  padding-left: 5px;
  font-size: 13px;
  font-weight: 200;
  color: #fff;
}
.free-oneMonth-bnr-left h2 {
  width: 455px;
  margin-top: 5px;
  line-height: 110%;
  font-size: 30px;
  color: #fff;
}

.free-oneMonth-bnr-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.free-oneMonth-bnr h2 span {
  color: #00f99f;
}

.counting_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.counting_wrap div {
  height: 70px;
  line-height: 70px;
  padding: 0 7px 0 5px;
  background: url(/assets/web/img/global/img_bn_vip_extension_clock.png) 0 0 no-repeat;
}
.counting_wrap span {
  margin-top: -6px;
  font-weight: 200;
}
.free-oneMonth-bnr .info-txt {
  width: 130px;
  margin-left: 10px;
  margin-right: 53px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #282532;
}

/*(메인)첫결제 1개월 추가지급 카운팅*/
.first-pay-benefit a {
  background-image: url(/assets/web/img/global/img_bn_1st_purchase_main_bg.png);
}
.first-pay-benefit .text-red {
  color: #ff0c0c !important;
}
.layer-mymenu .first-pay-benefit .vip-button {
  color: #fff;
}
.first-pay-benefit .vip-button u {
  color: #00f99f;
}
.first-pay-benefit .info-txt {
  color: #fff;
}

/*upcomming bnr*/
/*
  각 월에 따라서 class변경
  1월 class="month1" 2월 class="month2" 3월 class="month3" 4월 class="month4" 5월 class="month5"
  6월 class="month6" 7월 class="month7" 8월 class="month8" 9월 class="month9" 10월 class="month10"
  11월 class="month11" 12월 class="month12"
*/
.upcomming-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  padding: 0 60px;
  margin: 0 auto 50px;
}
.upcomming-bnr.month1 {
  background: transparent linear-gradient(270deg, #fff223 0%, #4efedb 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month2 {
  background: transparent linear-gradient(270deg, #5a29ff 0%, #c1ffe0 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month3 {
  background: transparent linear-gradient(270deg, #ffb376 0%, #b076ff 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month4 {
  background: transparent linear-gradient(270deg, #ffec8f 0%, #fb7397 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month5 {
  background: transparent linear-gradient(270deg, #2af598 0%, #009efd 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month6 {
  background: transparent linear-gradient(270deg, #05a8f1 0%, #c3bcff 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month7 {
  background: transparent linear-gradient(270deg, #c3bcff 0%, #e5ff7f 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month8 {
  background: transparent linear-gradient(90deg, #ff3db1 0%, #7fff99 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month9 {
  background: transparent linear-gradient(90deg, #befff8 0%, #eb7fff 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month10 {
  background: transparent linear-gradient(90deg, #ffb663 0%, #76ff71 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month11 {
  background: transparent linear-gradient(90deg, #68e5ff 0%, #ff6176 100%) 0% 0% no-repeat padding-box;
}
.upcomming-bnr.month12 {
  background: transparent linear-gradient(90deg, #ffd8a4 0%, #759eff 100%) 0% 0% no-repeat padding-box;
}

.upcomming-bnr .upcomming-month {
  margin-right: 10px;
  padding-bottom: 7px;
}

.upcomming-bnr .upcomming-txt {
  line-height: 140%;
  font-size: 30px;
  margin: 0;
}

.upcomming-bnr .upcomming-txt b {
  display: block;
  font-size: 38px;
  font-weight: 800;
}

.upcomming-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  padding: 12px 30px;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  border: 0;
  border-radius: 30px 30px;
}
.upcomming-button b {
  margin-right: 5px;
}

/*메인 코인 할인 배너*/
.coin-discount-bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  height: 120px;
  margin: 0 auto 10px;
  background: #000 url(/assets/web/img/global/img_bn_coin_discount_main_bg.png) 0 0 no-repeat;
}

.coin-discount-bnr-left {
  margin-left: 262px;
}
.coin-discount-bnr-left h2 {
  width: 635px;
  padding: 28px 0;
  line-height: 110%;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
.coin-discount-bnr-left h2 span {
  color: #00f99f;
}

.coin-discount-bnr-left h2 b {
  font-weight: 700;
}

.coin-discount-bnr-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.coin-discount-bnr h2 b {
  color: #00f99f;
}

.coin-discount-bnr .info-txt {
  min-width: 80px;
  margin-left: 10px;
  margin-right: 60px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

/*메인 vip 할인 배너*/
.vip-discount-bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  height: 120px;
  margin: 0 auto 10px;
  background: #000 url(/assets/web/img/global/img_bn_vip_discount_main_bg.png) 0 0 no-repeat;
}

.vip-discount-bnr-left {
  margin-left: 262px;
}
.sub-title {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
.vip-discount-bnr-left h2 {
  width: 635px;
  line-height: 130%;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
.vip-discount-bnr-left h2 b {
  font-weight: 700;
  color: #fb295c;
}

.vip-discount-bnr-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.vip-discount-bnr .info-txt {
  min-width: 80px;
  margin-left: 10px;
  margin-right: 60px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.bbs-list > tbody tr td .notice_alarm {
  position: relative;
  font-size: 11px;
  top: -6px;
  color: #fff;
  background: #ee2d2f;
  padding: 0 4px;
  border-radius: 50px;
  text-align: center;
  min-width: 18px;
  margin: 0 0 0 2px;
}

.bbs-list .no-list {
  padding: 80px 0;
}
.table-hover .no-list:hover {
  background-color: #fff;
}

.acc-history .panel .panel-heading .panel-title a .pull-left .notice_alarm {
  position: relative;
  font-size: 11px;
  color: #fff;
  background: #ee2d2f;
  padding: 0 4px;
  border-radius: 50px;
  text-align: center;
  min-width: 18px;
  margin: 0 0 0 2px;
}

.info-sidebar .info-menu li {
  position: relative;
}

.info-sidebar .info-menu .notice_alarm {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: #ee2d2f;
  padding: 0 4px;
  border-radius: 50px;
  text-align: center;
  min-width: 20px;
  margin: -10px 0 0 0;
}

#glo_header .glo_header_right .login_after .my {
  float: left;
  border: 1px solid #676874;
  border-radius: 50px;
  line-height: 18px;
  padding: 3px 15px;
  font-size: 13px;
  position: relative;
  font-weight: bold;
  margin: 2px 8px 0 0;
}

#glo_header .glo_header_right .login_after .my:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0f1128;
  font-weight: bold;

  cursor: pointer;
}

#glo_header .glo_header_right .login_after .my span {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -13px -129px;
}

#glo_header .glo_header_right .login_after .my:hover span {
  background: #fff url(/assets/web/img/global/main/ico_main.png) no-repeat -53px -129px;
}

#glo_header .glo_header_right .login_after .my.on {
  background: #fff;
  border: 1px solid #0f1128;
  color: #0f1128;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-shadow: inset 1px 1px 2px #2a2a2a54;
  box-shadow: inset 1px 1px 2px #2a2a2a54;
}

#glo_header .glo_header_right .login_after .my.on span {
  background: #fff url(/assets/web/img/global/main/ico_main.png) no-repeat -133px -128px;
}

#glo_header .glo_header_right .login_after .my.on:hover {
  float: left;
  background: #0f1128;
  border-radius: 50px;
  line-height: 18px;
  padding: 3px 15px;
  font-size: 13px;
  position: relative;
  font-weight: bold;
  margin: 2px 8px 0 0;
  border: 1px solid #fff;
  color: #fff;
}

#glo_header .glo_header_right .login_after .my.on:hover span {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -93px -128px;
}

.d_none {
  display: none;
}

/*footer 변경*/
#glo_wrapper {
  display: table;
  width: 100%;
}

#glo_wrapper .footer-top ul {
  float: left;
}

#glo_wrapper .footer-top .first {
  padding-left: 0;
}

#glo_wrapper .footer-top ul > li a {
  position: relative;
  color: #9c9da7;
  display: block;
  padding: 8px 15px;
  font-size: 12px;
}

#glo_wrapper .footer-top {
  background: #2d2d37;
  text-align: center;
  color: #9c9da7;
}

#glo_wrapper .footer-info {
  background: #383943;
  color: #9c9da7;
  padding: 25px 0;
}

#glo_wrapper .footer-info p {
  margin: 2px 0 6px 0;
  display: inline-block;
  width: 850px;
  word-break: keep-all;
  color: #8d8d98;
  font-size: 12px;
}

.toomics_notice_wrap {
  background: #fff;
  overflow: hidden;
  padding: 10px 0;
}

.toomics_notice {
  margin: 0 auto;
  width: 1200px;
}

.toomics_notice .toomics_notice_left {
  float: left;
  display: block;
}

.toomics_notice .toomics_notice_left .new {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -89px -169px;
  display: inline-block;
  width: 23px;
  height: 22px;

  margin-right: 4px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}

.toomics_notice .toomics_notice_left .text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
  line-height: 23px;
}

.toomics_notice .toomics_notice_left .date {
  color: #aeaeb1;
  margin-left: 10px;

  -o-text-overflow: ellipsis;

  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  line-height: 23px;
}

.toomics_notice p {
  margin: 0;
}

.toomics_notice .toomics_notice_right {
  float: right;
}

.toomics_notice .toomics_notice_right p {
  float: left;
  line-height: 18px;
}

.toomics_notice .toomics_notice_right .event {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -129px -167px;
  display: inline-block;
  width: 23px;
  height: 22px;
  margin-right: 4px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}

.toomics_notice .toomics_notice_right .text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
}

.toomics_notice .toomics_notice_right .coupon_box {
  padding-left: 10px;
  margin-left: 10px;
  color: #ee2d2f;
  background: url(/assets/web/img/global/main/bu_line.gif) no-repeat 0 6px;
}

.toomics_notice .toomics_notice_right .coupon {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -167px -167px;
  display: inline-block;
  width: 23px;
  height: 22px;
  margin-right: 4px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}

#glo_contents {
  position: relative;
  word-break: normal;
}

#glo_contents:not(.contents_age) > div.inner:not(.episode-contents) {
  padding: 50px 0;
}

.section_search .form-srch input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px rgb(15, 17, 40) inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

.form-group input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  color: #555 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #555555 !important;
}

.layer-login .help-block label {
  font-size: 12px;
  margin: 0 5px;
}

.list_wrap li {
  overflow: hidden;
  border-radius: 3px;
  background: #f5f5f5;
}

.list_wrap li .text {
  border: 1px solid rgb(238, 45, 47);
}

.list_wrap li .visual img {
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* Chrome Animation Flash Bug */
.list_wrap li img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.list_wrap li:hover img {
  -webkit-transform: scale3d(1.02, 1.02, 1.02);
  transform: scale3d(1.02, 1.02, 1.02);
}

.list_wrap li .visual .main_text {
  border-radius: 3px;
}

/* cancel vip membership 마이페이지 버튼 */
.mypage .mypage-coin {
  position: relative;
}

.mypage .mypage-coin .btn_cancel_vip {
  position: absolute;
  bottom: 28px;
  color: #fff;
  background-color: #383a3f;
  border-color: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  right: 45px;
  cursor: pointer;
  padding: 5px 15px;
  border: 1px solid #2d2d2d;
}

#glo_header .glo_header_right .layer-mymenu {
  font-size: 13px;
}

/*account setting toogle switch*/
.mypage-coin .easy_charge-toggle {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 5px 10px;
  border-radius: 4px 4px;
}
.mypage-coin .toggle_switch_wrap {
  width: 144px;
  word-break: normal;
  border: 1px solid #888888;
  border-radius: 5px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mypage-coin .easy_charge-toggle_txt {
  font-size: 12px;
  line-height: 13px;
  color: #888888;
}
.mypage-coin .toggle_switch {
  width: 18px;
  height: 8px;
  background-color: #cccccc;
}
.mypage-coin .toggle_button {
  width: 12px;
  height: 12px;
  right: calc(100% - 11px);
}

.mypage-coin .toggle_switch_wrap.active {
  border: 1px solid #fff;
}
.mypage-coin .toggle_switch_wrap.active .easy_charge-toggle_txt {
  color: #fff;
}
.btn_cancel_vip02 + .toggle_switch_wrap {
  margin-top: 5px;
}

/*ongoing 추가 20180607*/
/*서브페이지*/
.section_ongoing_wrap {
  background: url(/assets/web/img/global/bg_ongoing.jpg) repeat-x;
  width: 100%;
  padding: 40px 0 0 0;
}

/*favorite,recently만 bg 수정 2023_02_15*/
.section_ongoing_wrap.sub-wrap {
  background: none;
  background-color: #fff;
}
.sub-wrap .sub-wrap-top {
  padding-top: 0;
  background-color: #fff;
}
.sub-wrap .sub-wrap-bottom {
  padding-top: 50px;
  background-color: rgb(245, 245, 245);
}

.section_ongoing {
  width: 1220px;
  margin: 0 auto;
  clear: both;
  position: relative;
  display: block;
  padding-bottom: 50px;
  overflow: hidden;
}

.ongoing_title {
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
}

.ongoing_title .select_type {
  float: right;
}

.ongoing_title h3 {
  float: left;
}

.section_ongoing h3 {
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
  background: url(/assets/web/img/global/icon/ico_ongoing.png) no-repeat 0 4px;
  padding-left: 43px;
}

.section_ongoing h3.rank {
  background: url(/assets/web/img/global/icon/ico_rank.png) no-repeat 0 1px;
}

.section_ongoing h3.recently {
  background: url(/assets/web/img/global/icon/ico_recently.png) no-repeat 0 1px;
}

.section_ongoing h3.recommended {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -124px -3px;
}

.section_ongoing h3.favorites {
  background: url(/assets/web/img/global/icon/ico_favorites_on.png) no-repeat 0 1px;
}

.section_ongoing h3.new {
  background: url(/assets/web/img/global/icon/ico_newcoimcs.png) no-repeat 0 2px;
}

.section_ongoing h3.upcoming {
  background: url(/assets/web/img/global/icon/ico_upcoming.png) no-repeat 0 0;
}

.section_ongoing h3 .ico {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -78px -2px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 1px;
}

.section_ongoing .list_wrap {
  clear: both;
}

.section_ongoing_wrap .free-oneMonth-bnr a {
  width: 1200px;
  background-image: url(/assets/web/img/global/img_bn_vip_extension_sub_bg.png);
}
.section_ongoing_wrap .first-pay-benefit a {
  width: 1200px;
  background-image: url(/assets/web/img/global/img_bn_1st_purchase_sub_bg.png);
}

.section_ongoing .list_wrap .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.section_ongoing .list_wrap .ico_left {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -40px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section_ongoing .list_wrap .ico_left:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat 0px -40px;
}

.section_ongoing .list_wrap .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
}

.section_ongoing .list_wrap .ico_right {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -120px -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.section_ongoing .list_wrap .ico_right:hover {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -80px -40px;
}

.section_ongoing .list_wrap ul {
  margin: 0 auto;
  width: 1200px;
  padding: 8px 0 0 0;
}

.section_ongoing .list_wrap ul.normal {
  padding: 10px 5px 5px;
  clear: both;
}

.section_ongoing .list_wrap li {
  position: relative;
  float: left;
  background: #000;
  width: 186px;
  height: 275px;
  border-radius: 3px;
  color: #fff;
  margin: 6px;
  cursor: pointer;
}

.section_ongoing .list_wrap li img {
  border-radius: 3px 3px 0 0;
}

.section_ongoing .list_wrap li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 60px 15px 0 15px;
  border-radius: 3px;
}

.section_ongoing .list_wrap li .visual .main_text .title {
  position: absolute;
  bottom: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4em;
  max-height: 3.5em;
  width: 190px;
  font-weight: 500;
}

.section_ongoing .list_wrap li .visual .main_text .writer {
  color: #adadad;
  position: absolute;
  bottom: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 190px;
  padding-right: 18px;
  padding-top: 4px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.section_ongoing .list_wrap li .visual .main_text .etc {
  margin: 0 0 0 0 !important;
  position: absolute;
  bottom: 19px;
}

/*
.section_ongoing li .visual .main_text .etc .type01 {
    color: #fd337f;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}

.section_ongoing li .visual .main_text .etc .type02 {
    color: #dca000;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}

.section_ongoing li .visual .main_text .etc .type03 {
    color: #3ae5f4;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 12px;
}*/

.section_ongoing .list_wrap li:hover .text {
  opacity: 1;
}

.section_ongoing .list_wrap li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 186px;
  height: 275px;
  z-index: 1;
  border: 1px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_ongoing .list_wrap li .text h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.section_ongoing .list_wrap li .text h5 {
  font-size: 12px;
  color: #a6a6a6;
}

.section_ongoing .list_wrap li .text .line {
  width: 18px;
  height: 1px;
  display: block;
  background: #808080;
  margin: 10px 0;
}

.section_ongoing .list_wrap li .text .info {
  font-size: 13px;
  line-height: 19px;
}

.section_ongoing .day_list.week .today {
  color: #222222;
  background: #ffffff;
}

/*week 일떄 All 노출 */
.section_ongoing .day_list.week ul li {
  float: left;
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 150px;
  vertical-align: middle;
  text-align: center;
  padding: 16px 20px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.section_ongoing .day_list ul li {
  float: left;
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 170px;
  vertical-align: middle;
  text-align: center;
  padding: 16px 20px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.section_ongoing .day_list ul li:hover {
  cursor: pointer;
}

.section_ongoing .day_list {
  display: table;
  width: 1220px;
  margin: 10px 0 0 0;
  clear: both;
}

.section_ongoing .day_list .on,
.section_ongoing .day_list .on:hover {
  background: #ee2d2f;
  border-top: 1px solid #ee2d2f;
  border-bottom: 1px solid #ee2d2f;
  color: #fff;
}

.section_ongoing .day_list .up {
  position: absolute;
  z-index: 30;
  width: 30px;
  top: -8px;
  border: 1px solid #ee2d2f;
  border-radius: 100px;
  background: #fff;
  color: #ee2d2f;
  font-size: 10px;
}

.section_ongoing .day_list .today {
  color: #ffffff;
  text-decoration: underline;
  padding: 16px 0;
  background: #cc5d6a;
  border-bottom: 1px solid #cc5d6a;
  width: 200px;
}

.section_ongoing .list_wrap .best li {
  position: relative;
  float: left;
  background: #000;
  width: 220px;
  height: 325px;
  border-radius: 3px;
  color: #fff;
  margin: 10px;
  cursor: pointer;
}

.section_ongoing .genre_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_ongoing .genre_list ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 12px;
  /* font-weight: bold; */
  vertical-align: middle;
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.section_ongoing .genre_list ul li:hover {
  cursor: pointer;
  background: #eee;
}

.section_ongoing .genre_list {
  width: 1220px;
  margin: 10px 0;
  clear: both;
}

.section_ongoing .genre_list .on,
.section_ongoing .genre_list .on:hover {
  background: #ee2d2f;
  border-top: 1px solid #ee2d2f;
  border-bottom: 1px solid #ee2d2f;
  color: #fff;
}

.section_ongoing .genre_list .up {
  position: absolute;
  z-index: 30;
  width: 30px;
  top: -8px;
  border: 1px solid #ee2d2f;
  border-radius: 100px;
  background: #fff;
  color: #ee2d2f;
  font-size: 10px;
}

.section_ongoing .genre_list .today {
  color: #ee2d2f;
  text-decoration: underline;
}

.section_ongoing .genre_list .best li {
  position: relative;
  float: left;
  background: #000;
  width: 220px;
  height: 325px;
  border-radius: 3px;
  color: #fff;
  margin: 10px;
  cursor: pointer;
}

.section_ongoing .list_wrap .best li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 220px;
  height: 325px;
  z-index: 1;
  border: 1px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_ongoing .list_wrap .best li .text:hover {
  opacity: 1;
}

.section_ongoing .list_wrap .normal li .visual .main_text .title {
  padding: 0 18px 0 0;
  position: absolute;
  bottom: 66px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4em;
  max-height: 3.5em;
  font-size: 16px;
  /* border-bottom: 1px solid rgba(121, 121, 121, 0.5); */
  width: 160px;
  font-weight: 500;
}

.section_ongoing .list_wrap .normal li .visual .main_text .writer {
  color: #adadad;
  position: absolute;
  bottom: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 160px;
  font-size: 12px;

  padding-right: 18px;
  padding-top: 4px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.ongoing_title .nav-radio {
  float: right;
  margin: 15px 0 0 0;
}

/*토글버튼*/
.nav__toggle {
  float: right;
  font-size: 14px;
  line-height: 24px;
  background-color: #f2f0f4;
  border-radius: 20px;
}

.nav__toggle li {
  float: left;
  min-width: 120px;
  text-align: center;
}

.nav__toggle a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 11px 0;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid transparent;
}

.nav__toggle li.active a {
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.27);
  box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.27);
  background-color: #ee2d2f;
}

.nav__toggle li.today a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -1px;
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #000;
}

.section_ongoing .list_wrap .allday {
  float: left;
  width: auto;
}

.section_ongoing .list_wrap .allday li {
  position: relative;
  float: none;
  background: #000;
  width: 158px;
  height: 234px;
  border-radius: 3px;
  color: #fff;
  margin: 6px;
  cursor: pointer;
}

.section_ongoing .list_wrap .allday.active {
  padding: 4px 0 0 0;
  border: 4px solid #cc5d6a;
}

.section_ongoing .list_wrap .allday.active li {
  position: relative;
  float: none;
  background: #000;
  width: 180px;
  height: 234px;
  border-radius: 3px;
  color: #fff;
  margin: 6px;
  cursor: pointer;
}

.section_ongoing .list_wrap .allday li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 138px;
  height: 204px;
  z-index: 1;
  border: 1px solid rgba(227, 173, 15, 0.8);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_ongoing .list_wrap .allday li .visual .main_text .title {
  position: absolute;
  bottom: 42px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4em;
  max-height: 3.9em;
  font-size: 16px;
  width: 138px;
  border: none;
  font-weight: 500;
}

.section_ongoing .list_wrap .allday_wrap {
  margin: 0 auto;
}
/*
.section_ongoing .list_wrap .allday.active li .visual .main_text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, transparent, rgba(105, 0, 154, 0.84) 76%, #cc046c);
    padding: 60px 10px 0 10px;
    border-radius: 3px;
}
*/
.section_ongoing .list_wrap .allday li .visual .main_text .etc {
  margin: 0 0 0 0 !important;
  position: absolute;
  bottom: 13px;
  font-size: 11px !important;

  width: 138px;
  padding-top: 6px;
  padding-right: 38px;
  border-top: 1px solid rgba(121, 121, 121, 0.5);
}

.section_ongoing .list_wrap .allday li .visual .main_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, rgba(0, 0, 0, 0.84)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84) 85%, #000);
  padding: 60px 10px 0 10px;
  border-radius: 3px;
}

.section_ongoing .list_wrap .allday .section_other .section_remai {
  padding: 1px 3px;
  background: rgba(162, 162, 162, 0.26);
  color: #08ff08;
  float: right;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 1;
  min-width: 21px;
  text-align: center;
  font-size: 11px !important;
  font-weight: normal;
}

.section_ongoing .list_wrap .allday li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 158px;
  height: 234px;
  z-index: 1;
  border: 1px solid rgb(238, 45, 47);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_ongoing .list_wrap .allday li:hover .text {
  opacity: 1;
}

.section_ongoing .list_wrap .allday.active li .text {
  color: #fff;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 180px;
  height: 234px;
  z-index: 1;
  border: 1px solid rgb(238, 45, 47);
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_ongoing .list_wrap .allday.active li:hover .text {
  opacity: 1;
}

.section_ongoing .list_wrap .allday.active li .visual .main_text .title {
  position: absolute;
  bottom: 42px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4em;
  max-height: 2.8em;
  font-size: 16px;
  width: 160px;
  border: none;
  font-weight: 500;
}

/*family__safe__info 안내 문구 추가*/
.family__safe__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0 20px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #172340;
  border-radius: 10px 10px;
}

.toast__close {
  width: 12px;
  margin-left: auto;
}

.family__safe__info__txt {
  margin-left: 10px;
  line-height: 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.family__safe__info__txt a,
.family__safe__info__txt mark {
  font-weight: 500;
  color: #00f99f;
}
.family__safe__info__txt a:hover {
  text-decoration: underline;
}
.family__safe__info__txt span {
  font-weight: bold;
}

/* mypage top 변경 180626 */
#glo_contents .mybook-spot {
  margin-top: 0;
}

/* ongoing day 180626 */
.section_other .ico_day_box {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.section_other .ico_day_box .ico_day {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 10px;
  background: rgba(63, 63, 63, 0.5);
  color: #fff;
  padding: 3px 5px;
  border-radius: 0 0 3px 3px;
}

/*180625 비주얼 썸네일 */

.ep-body .list-ep > li .card {
  height: 138px;
  margin: 10px;
  cursor: pointer;
}

.ep-body .list-ep > li .card .title_box_wrap {
  float: right;
}

.ep-body .list-ep > li .card .title_box {
  color: #fff;
  height: 138px;
  vertical-align: middle;
  display: table-cell;
}

.ep-body .list-ep > li .card .title_box h5 {
  font-size: 26px;
  margin-bottom: 7px;
  font-weight: 500;
  width: 320px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.2em;
  max-height: 2.4em;
  margin: 0 20px 6px 0;
}

.ep-body .list-ep > li .card .title_box .red_box {
  border-radius: 20px;
  background: #ff0004;
  padding: 4px 10px;
  float: left;
  display: block;
  clear: both;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .black {
  background: #2a2a2a;
}

.ep-body .list-ep > li .card .title_box .type01 {
  color: #eea800 !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type02 {
  color: #fd337f !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type03 {
  color: #336cfd !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type04 {
  color: #3ae5f4 !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type05 {
  color: #dca000 !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type06 {
  color: #59ff9b !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type07 {
  color: #33a0fd !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type08 {
  color: #7454eb !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type09 {
  color: #fb33fd !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type10 {
  color: #fd9733 !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type11 {
  color: #fd7133 !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type12 {
  color: #ff0000 !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type13 {
  color: #ffdf72 !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type14 {
  color: #3ae5f4 !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li .card .title_box .type15 {
  color: #3ae5f4 !important;
  padding: 0 0 0 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.ep-body .list-ep > li a > div[class^="cell-"] {
  padding: 10px 5px !important;
}

/* mypage top 변경 180626 */
#glo_contents .mybook-spot {
  margin-top: 0;
}

/* ongoing day 180626 */
.section_other .ico_day_box {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.section_other .ico_day_box .ico_day {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 10px;
  background: rgba(63, 63, 63, 0.5);
  color: #fff;
  padding: 3px 5px;
  border-radius: 0 0 3px 3px;
}

/* 180628 glo_sidebar */
.ep-sidebar .glo_sidebar .list-sidebar a .thumb {
  height: 128px;
  border: none;
  border-radius: 4px;
}

.ep-sidebar .glo_sidebar .list-sidebar a .excerpt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4em;
  max-height: 4.2em;
}

.ep-sidebar .glo_sidebar .list-sidebar a .tit {
  font-size: 16px;
}

.ep-sidebar .glo_sidebar .list-sidebar a .comic_genre {
  font-size: 12px;
  color: #a9a9a9;
}

.ep-sidebar .glo_sidebar .section_title {
  font-size: 20px;
  line-height: 38px;
  /* height:  40px; */
  padding: 1px 0 0 0;
}

/* hot icon*/
.ico_hot {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -88px -7px;
  display: inline-block;
  width: 25px;
  height: 31px;
  vertical-align: middle;
  margin-right: 3px;
}

.ico_new {
  background: url(/assets/web/img/global/main/ico_main.png) no-repeat -84px -83px;
  display: inline-block;
  width: 33px;
  height: 37px;
  vertical-align: middle;
  margin-right: 5px;
}

/* 뷰어 수정 */
.glo_viewer .viewer-top .viewer-title {
  margin-top: 13px;
  position: relative;
  display: inline-block;
  padding: 0 70px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.glo_viewer .viewer-top .viewer-title em {
  color: #888;
  margin-left: 8px;
  padding-left: 14px;
  border-left: 1px solid #656565;
}

.glo_viewer .viewer-top .viewer-title em .ep_num {
  font-size: 16px;
  color: #5d5d5d;
  margin-left: 4px;
  padding-left: 1px;
  border-left: none;
}

/*scrolling toggle*/
.viewer-method {
  position: absolute;
  top: 23px;
  right: 0;
  color: #888888;
  font-size: 18px;
}
.viewer-method-toggle {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 16px;
  margin-left: 9px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  cursor: pointer;
}

.viewer-method-circle {
  position: absolute;
  top: -4px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100%;
}

.viewer-method-toggle.active {
  background-color: #fff;
}
.active .viewer-method-circle {
  right: 0;
  left: auto;
  background-color: #ee2d2f;
}

.viewer-slick a .caption .tit .ep_num {
  color: #a7a7a7;
  font-size: 12px;
  margin-left: 4px;
}

.glo_viewer .viewer-top {
  background-color: #202124;
  position: fixed;
  top: -85px;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 10;
  text-align: center;
}

.glo_viewer .viewer-top .viewer-logo {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 146px;
  height: 31px;
  background: url(/assets/web/img/layout/viewer-logo.png) no-repeat 0 0;
}

.glo_viewer .viewer-mini {
  background: rgba(23, 24, 32, 0.75);
  height: 148px;
  padding-top: 28px;
}

.glo_viewer .list-inline {
  color: #fff;
}

.glo_viewer .list-inline span.ico_view_prev {
  background: url(/assets/web/img/global/icon/btn_viewer_left.png) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.glo_viewer .list-inline li a {
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}

.glo_viewer .list-inline li a.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.glo_viewer .list-inline li a:hover span.ico_view_prev {
  background: url(/assets/web/img/global/icon/btn_viewer_left.png) no-repeat 0 -40px;
}

.glo_viewer .list-inline span.ico_view_list {
  background: url(/assets/web/img/global/icon/btn_viewer_list.png) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
}

.glo_viewer .list-inline li a:hover span.ico_view_list {
  background: url(/assets/web/img/global/icon/btn_viewer_list.png) no-repeat 0 -40px;
}

.glo_viewer .list-inline span.ico_view_next {
  background: url(/assets/web/img/global/icon/btn_viewer_right.png) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
  float: right;
}

.glo_viewer .list-inline li a:hover span.ico_view_next {
  background: url(/assets/web/img/global/icon/btn_viewer_right.png) no-repeat 0 -40px;
}

/*업커밍 관련 선공개 알림 202402*/
.glo_viewer .list-inline .bell {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 7px 7px;
  margin: 0 auto;
  background-color: #252525;
  border: 1px solid #000;
  border-radius: 4px 4px;
  box-sizing: border-box;
}
.glo_viewer .list-inline .bell img {
  vertical-align: top;
}
.glo_viewer .list-inline .bell + span {
  font-size: 12px;
  color: #888;
}

.glo_viewer .viewer-slick .slick-arrow.slick-prev {
  left: -40px;
  background: url(/assets/web/img/global/icon/btn_viewer_left01.png) no-repeat 46% 0;
  width: 16px;
  height: 26px;
  top: 25px;
}

.glo_viewer .viewer-slick .slick-arrow.slick-next {
  right: -40px;
  background: url(/assets/web/img/global/icon/btn_viewer_right01.png) no-repeat 46% 0;
  width: 16px;
  height: 26px;
  top: 25px;
}

.glo_viewer .viewer-slick .slick-arrow.slick-prev:hover {
  background: url(/assets/web/img/global/icon/btn_viewer_left01.png) no-repeat 46% -26px;
}

.glo_viewer .viewer-slick .slick-arrow.slick-next:hover {
  background: url(/assets/web/img/global/icon/btn_viewer_right01.png) no-repeat 46% -26px;
}

/*이미지 로딩 중일때 progress ring*/
.viewer-body-scroll .viewer-imgs > div {
  position: relative;
}
.progress {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 720px;
  height: 100%;
  /* height: 700px; */
  margin-left: -360px;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress__loading {
  font-size: 0;
}

.loading__img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url(/assets/mobile/img/global/m_img_comic_view_loading.png) 0 0 no-repeat;
  background-size: 30px 30px;

  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}
.loading__img.absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading__txt {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #777777;
  vertical-align: middle;
}
.reload__btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 22px;
  color: #777777;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.icon-reload {
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-right: 5px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url(/assets/mobile/img/global/icon-reload.png) 0 0 no-repeat;
  background-size: 18px 22px;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.viewer-bottom .inner {
  width: auto;
  max-width: 1200px;
}
.viewer-bottom .list-inline {
  margin-left: 0;
}

/*default progress ring*/
.progress-open {
  position: static !important;
  overflow: hidden;
}
.default-progress {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1042;
}
.default-progress .loading__img {
  margin-right: 0;
}

/*일본어일 경우 뷰어UI 수정 및 툴팁 추가 20211116*/
.glo_viewer .viewer-bottom.left-direc span.ico_view_prev {
  background: url(/assets/web/img/global/icon/btn_viewer_right.png) no-repeat;
  margin-left: 10px;
  float: right;
}

.glo_viewer .viewer-bottom.left-direc span.ico_view_next {
  background: url(/assets/web/img/global/icon/btn_viewer_left.png) no-repeat;
  margin-right: 10px;
  float: left;
}

.glo_viewer .viewer-bottom.left-direc a:hover span.ico_view_prev {
  background: url(/assets/web/img/global/icon/btn_viewer_right.png) no-repeat 0 -40px;
}

.glo_viewer .viewer-bottom.left-direc a:hover span.ico_view_next {
  background: url(/assets/web/img/global/icon/btn_viewer_left.png) no-repeat 0 -40px;
}

/*툴팁*/
.tooltips {
  position: absolute;
  top: -45px;
  left: 0;
  display: block;
  width: 100%;
  line-height: 18px;
  padding: 0 15px;
  font-size: 12px;
}
.tooltips.noshow {
  display: none;
}

.tooltips > div {
  position: relative;
  display: inline-block;
  min-width: 92px;
  padding: 7px 10px;
  color: #fff;
  opacity: 0.9;
  border-radius: 5px 5px;
  background-color: #ee2d2f;
}

.tooltips > div:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #ee2d2f;
}

.tooltips > div:nth-child(2) {
  margin: 0 60px;
}

/*크로스 뷰어*/
.viewer-body-cross {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cross-imgs {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  z-index: 4;
}

.cross-imgs > div {
  display: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
/*보여줄 페이지에 class="active"*/
.cross-imgs > div.active {
  display: block;
}

.viewer-body-cross .cross-imgs img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cross-left {
  left: 0;
}

.cross-right {
  left: 50%;
}
.single-view .cross-right {
  left: 0;
}

.cross-last-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.cross-last-page.active {
  pointer-events: auto;
}

.last-page__wrap {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 20px;
}
.last-page__wrap .non__adult__info {
  width: auto;
  margin: 0;
  word-break: break-word;
}
.last-page__wrap .non__adult__txt {
  padding: 0 2.5%;
}

/*크로스뷰어 버튼영역*/
.cross-btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.cross-btns button {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  /* overflow: hidden; */
}

.cross-btn-txt {
  visibility: hidden;
  position: absolute;
  width: auto;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  padding: 8px;
  font-size: 15px;
  line-height: 18px;
  background-color: rgba(41, 41, 41, 0.7);
  color: #fff;
  border-radius: 5px;
  z-index: 3;
}

button.cross-prev {
  margin-left: 0%;
  left: 2%;
  width: 39%;
  cursor: url(/assets/web/img/global/icon-progress-prevPg.png), pointer;
}
button.cross-prev.end {
  cursor: url(/assets/web/img/global/icon-progress-prevEp.png), pointer;
}
button.cross-menu {
  left: 41%;
  width: 18%;
  cursor: url(/assets/web/img/global/icon-progress-menu.png), pointer;
}
button.cross-next {
  left: 59%;
  width: 38%;
  cursor: url(/assets/web/img/global/icon-progress-nextPg.png), pointer;
}
button.cross-next.end {
  cursor: url(/assets/web/img/global/icon-progress-nextEp.png), pointer;
}

button.cross-menu.active {
  visibility: hidden;
}

/*좌측으로 읽는경우*/
.left button.cross-prev {
  cursor: url(/assets/web/img/global/icon-progress-nextPg.png), pointer;
  left: 59%;
}
.left button.cross-next {
  cursor: url(/assets/web/img/global/icon-progress-prevPg.png), pointer;
  left: 2%;
}
.left button.cross-prev.end {
  cursor: url(/assets/web/img/global/icon-progress-nextEp.png), pointer;
  left: 59%;
}
.left button.cross-next.end {
  cursor: url(/assets/web/img/global/icon-progress-prevEp.png), pointer;
  left: 2%;
}

.viewer-footer-cross {
  position: fixed;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  bottom: 95px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: rgba(41, 41, 41, 0.9);
  padding: 0 30px;
  border-radius: 10px;
}

.paging {
  font-size: 15px;
  color: #fff;
}
.total-pg {
  color: #888888;
}

.progress__bar {
  margin: 0 30px;
}

/*툴팁*/
.progress__bar .slider .tooltip.bs-tooltip-top {
  margin-top: -35px;
}

.progress__bar .tooltip.show {
  opacity: 0.9;
}
.progress__bar .tooltip.bs-tooltip-top .arrow {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1px;
  left: -0.2rem;
  margin-left: -1px;
  border-width: 5px 5px 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #000;
}

/* .progress__bar .bs-tooltip-top .tooltip-inner {
    left: -45%;
} */

/*progress bar*/
.progress__bar .slider {
  width: 700px;
}

.progress__bar .slider .slider-track {
  height: 4px;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: none;
}

.progress__bar .slider-handle {
  width: 24px;
  height: 24px;
  background: url(/assets/web/img/global/icon-bar-arrow.png) no-repeat;
  background-position: -1px -1px;
}

.progress__bar .bs-tooltip-top .tooltip-inner {
  top: -4px;
  padding: 4px 8px;
  font-size: 14px;
}

/*왼쪽으로 넘기는 작품일경우 아이콘 변경 클래스 추가*/
.left .slider .slider-track-high {
  background-color: #fff;
}
.left .slider-handle {
  background-position: -53px -1px;
}
.progress__bar.left .slider-selection {
  background-color: rgba(255, 255, 255, 0.4);
}

.progress__bar .slider-selection {
  background-image: none;
  background-color: #fff;
}
/*끝에 도달했을경우 아이콘 변경 클래스 추가*/
.progress__bar.end .slider-handle {
  background-position: -27px -1px;
}
.left.end .slider-handle {
  background-position: -79px -1px;
}
.progress__bar.end .bs-tooltip-top .arrow {
  border-top-color: #ee2d2f;
}
.progress__bar.end .tooltip-inner {
  background-color: #ee2d2f;
}

/*한장보기/두장보기*/
.bar__btns > button {
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  outline: 0;
  padding: 0 5px;
  background-color: transparent;
}

.bar__btns > button:first-child:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: 10px;
  height: 12px;
  margin-top: -2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.icon-bar__btn {
  display: inline-block;
  width: 13px;
  height: 16px;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.bar__btn-bouble .icon-bar__btn:first-child {
  margin-right: -4px;
}

.bar__btns > button.active {
  color: rgba(255, 255, 255, 1);
}
.bar__btns > button.active .icon-bar__btn {
  border-color: #fff;
}

/*토스트 박스*/
.toast_wrap {
  position: fixed;
  bottom: 150px;
  left: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  word-break: break-word;
  padding: 10px 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: rgba(51, 51, 51, 0.9);
  border-radius: 10px;
}
.toast_wrap .txt-turning {
  color: #fdcc01;
}

.purchase_turning {
  width: 300px;
}

/*뷰어 토스트 박스*/
.direction__toast__con {
  position: fixed;
  top: 74px;
  left: 50%;
  min-width: 200px;
  min-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  word-break: break-word;
  padding: 15px 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: rgba(23, 35, 64, 0.9);
  border-radius: 10px;
}

.direction__icon {
  display: block;
  margin: 0 auto;
  background: url(/assets/web/img/global/toast-direction.png) no-repeat;
}

/*viewer issue 토스트 박스*/
.direction__toast__con.viewer_issue_success {
  top: auto;
  bottom: 100px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.9);
}
.direction__toast__con.viewer_issue_success b {
  display: block;
}

/*15세 컨텐츠에 안내문구 추가 20230322*/
.direction__toast__con.adult_read_notice {
  top: 84px;
  bottom: auto;
  min-height: 40px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.9);
  z-index: 4;
}

.drc-rg {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  font-size: 18px;
}
.drc-rg .direction__icon {
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
  background-position: 0 0;
}
.drc-lf {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  font-size: 18px;
}

.drc-lf .direction__icon {
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
  background-position: 0 -91px;
}

.drc-scroll {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  font-size: 18px;
}

.drc-scroll .direction__icon {
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
  background-position: 0 -185px;
}

.direction__last {
  visibility: hidden;
}

/*마지막페이지에 도달하면 보이게 */
.direction__last.active {
  visibility: visible;
}

.direction__last .direction__toast__con {
  top: auto;
  left: 50%;
  bottom: 50px;
}

/*업커밍관련 커밍순 토스트 박스*/
.direction__toast__con.preview_comming {
  top: 84px;
  z-index: 10;
  min-width: 420px;
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.9);
}
.direction__toast__con.preview_notice b {
  display: block;
}
.direction__toast__con.preview_notice .text-yellow {
  display: block;
  color: #fdcc01;
}

/*업커밍관련 토스트 박스 202402*/
.direction__toast__con.preview_notice {
  top: auto;
  bottom: 100px;
  min-width: 350px;
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.9);
}
.direction__toast__con.preview_notice b {
  display: block;
}
.direction__toast__con.preview_notice .text-yellow {
  display: block;
  color: #fdcc01;
}

/*고정배너*/
.fixed__bnr__con {
  position: fixed;
  bottom: 100px;
  left: 50%;
  text-align: center;
  word-break: normal;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #2e2f36;
  border: 2px solid #505050;
  border-radius: 5px 5px;
}
/*가입률 증가를 위한 배너 알림*/
.fixed__bnr__con.join_increase {
  bottom: -133px;
  width: 600px;
  padding: 8px 0;
  z-index: 10;
}
.fixed__bnr__con.join_increase div {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.fixed__bnr__con.join_increase b {
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.fixed__bnr__con.join_increase .text-red {
  color: #ee312f !important;
}
.fixed__bnr__con.join_increase .small-txt {
  position: absolute;
  bottom: 10px;
  right: 16px;
  font-size: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

/*뷰어 컨텐츠 가로세로 중앙 위치 클래스*/
.center-page__wrap {
  position: absolute;
  top: auto;
  -ms-transform: rotate(-0.0000000001deg);
  transform: rotate(-0.0000000001deg); /*에피소드 이미지 1px문제 해결*/
  -webkit-transform: rotate(-0.0000000001deg);
  height: auto;
}

/*
.cross-next .cross-btn-txt {
    text-align: right;
} */

/*toonft floating menu*/
.toonft-float-menu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}
.float-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 380px;
  height: 55px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-color: #ecaf53;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.float-menu-title.collapsed {
  border-radius: 8px 8px;
}
.float-menu-title .icon-arrow {
  display: inline-block;
  width: 14px;
  height: 8px;
  vertical-align: middle;
  text-indent: -9999px;
  background: url("/assets/web/img/global/ico_toonft_arrow_down.png") no-repeat 0 0;
}
.float-menu-title.collapsed .icon-arrow {
  background: url("/assets/web/img/global/ico_toonft_arrow_up.png") no-repeat 0 0;
}
.float-menu-con {
  width: 380px;
  padding: 39px 43px;
  text-align: center;
  word-break: normal;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.float-menu-con-txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
}
.float-menu-con.list {
  padding: 20px 30px 13px;
}
.float-menu-con dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.float-menu-con dt {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.float-menu-con dd {
  font-weight: 600;
  text-align: right;
}

/*non adult*/
.non__adult__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 720px;
  margin: 40px auto;
  padding: 30px 21px 30px 30px;
  border-radius: 5px 5px;
  border: 1px solid rgba(136, 136, 136, 0.2);
}
.icon-non__adult {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(/assets/web/img/icon/icon_non_adult.png) 0 0 no-repeat;
}
.non__adult__close {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.non__adult__close img {
  vertical-align: top;
}

.non__adult__txt {
  margin-left: 30px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  text-align: left;
  border-left: 1px solid rgba(136, 136, 136, 0.1);
}
.non__adult__txt p {
  margin-bottom: 20px;
}
.non__adult__txt p:last-child {
  margin-bottom: 0;
}

.adult__ver {
  min-width: 250px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  border-radius: 3px 3px;
  border: 1px solid rgba(102, 102, 102, 0.2);
  background-color: #fff;
}

/* 180627 vip step02 */
.section_payment_en02_wrap {
  margin-bottom: 0 !important;
  background: url(/assets/web/img/global/bg_payment_en02.jpg) no-repeat;
  background-size: 2560px 1300px;
}

.section_payment_en02 {
  min-height: 720px;
  padding: 100px 35px 1px 35px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

.section_payment_en02 h4 {
  font-size: 50px;
  color: #00fffc;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 47px;
}

.section_payment_en02 .btn_box {
  margin: 68px auto 50px;
  width: 380px;
}

.section_payment_en02 button {
  border-radius: 5px;
  padding: 15px 13px 15px 50px;
  font-size: 18px;
  border: none;
  text-decoration: none;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  clear: both;
  width: 380px;
  display: block;
  text-align: left;
  margin: 30px 0;
  position: relative;
  line-height: 24px;
  height: 78px;
}

.section_payment_en02 button.type01 {
  background: #103753;
  color: #fff;
}

.section_payment_en02 button.type01:hover {
  background: #18517a;
  color: #f4f5f7;
}

.section_payment_en02 button.type01 em.ico {
  background: url(/assets/web/img/global/ico_creditcard.png) no-repeat;
  position: absolute;
  right: 13px;
  top: -12px;
  z-index: 10;
  width: 126px;
  height: 30px;
  background-size: cover;
}

.section_payment_en02 button.type01 em {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  display: block;
}

.section_payment_en02 button.type02 em {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  display: block;
}

.section_payment_en02 button.type02 {
  background: #1b4e79;
  color: #fff;
}

.section_payment_en02 button.type02:hover {
  background: #245f90;
  color: #f4f5f7;
}

.section_payment_en02 button.type02 em.ico {
  background: url(/assets/web/img/global/ico_creditcard.png) no-repeat;
  position: absolute;
  right: 13px;
  top: -12px;
  z-index: 10;
  width: 126px;
  height: 30px;
  background-size: cover;
}

/* 카드아이콘 추가*/
.section_payment_en02 button.type02 em.ico .card01 {
  position: absolute;
  top: -12px;
  background: #00ffcd;
  text-indent: -9999px;
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50em;
  left: 11px;
  -webkit-box-shadow: 0px 0px 4px #00ffcd;
  box-shadow: 0px 0px 4px #00ffcd;
}

.section_payment_en02 button.type02 em.ico .card02 {
  position: absolute;
  top: -12px;
  background: #00ffcd;
  text-indent: -9999px;
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50em;
  left: 44px;
  -webkit-box-shadow: 0px 0px 4px #00ffcd;
  box-shadow: 0px 0px 4px #00ffcd;
}

.section_payment_en02 button.type02 em.ico .card03 {
  position: absolute;
  top: -12px;
  background: #00ffcd;
  text-indent: -9999px;
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50em;
  left: 76px;
  -webkit-box-shadow: 0px 0px 4px #00ffcd;
  box-shadow: 0px 0px 4px #00ffcd;
}

.section_payment_en02 button.type02 em.ico .card04 {
  position: absolute;
  top: -12px;
  background: #00ffcd;
  text-indent: -9999px;
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50em;
  left: 108px;
  -webkit-box-shadow: 0px 0px 4px #00ffcd;
  box-shadow: 0px 0px 4px #00ffcd;
}

.section_payment_en02 button.type02 em.ico .active {
  display: block;
}

.section_payment_en02 button.type03 {
  background: #103753;
  color: #fff;
}

.section_payment_en02 button.type03:hover {
  background: #18517a;
  color: #f4f5f7;
}

.section_payment_en02 button.type03 em.ico {
  background: url(/assets/web/img/global/ico_creditcard_paypal.png) no-repeat;
  position: absolute;
  right: 13px;
  top: -12px;
  z-index: 10;
  width: 54px;
  height: 30px;
  background-size: cover;
}

.section_payment_en02 button.type03 em {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  margin-left: 15px;
  position: absolute;
  left: 230px;
}

.section_payment_en02 button span {
  background: #000;
  border-radius: 30em;
  padding: 1px;
  width: 30px;
  color: #00fffc;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 9px 0 0;
  line-height: 30px;
  position: absolute;
  height: 30px;
  top: 50%;
  left: 10px;
  margin-top: -15px;
}

.section_payment_en02 .pay_another {
  text-decoration: underline;
  cursor: pointer;
  color: #ddcbc9;
}

/*선택된 페이 추가 */
.section_payment_en02 .sub_text {
  font-size: 22px;
}
.section_payment_en02 .pay_choose {
  font-size: 16px;
}

.section_payment_en02 .pay_choose em {
  padding: 0 3px;
}

.section_payment_en02 .pay_color01 {
  color: #2bdef9;
  font-weight: bold;
}

.section_payment_en02 .pay_color02 {
  color: #f45e62;
  font-weight: bold;
}

/*결제페이지 vip추가*/
.section_vippay_notice li {
  margin: 5px 0;
  line-height: 16px;
  font-weight: 300;
}

.section_vippay_notice {
  padding: 15px;
  border-bottom: 1px solid #d5d5d5;
}

/*payment 추가수정 */

.section_select_paytype {
  margin-bottom: 20px;
}

.section_select_paytype h5 {
  font-size: 36px;
  margin-bottom: 40px;
}

.section_select_paytype li {
  display: inline-block;
  /*margin: 6px;*/
  margin: 10px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.23);
  padding: 50px 5px 6px 5px;
  border-radius: 5px;
  position: relative;
  width: 250px;
}

.section_select_paytype li:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.section_select_paytype p {
  padding-bottom: 18px;
  letter-spacing: -1px;
}

.section_select_paytype button {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  background: #cc0000;
  border: 1px solid #cc0000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.section_select_paytype li:hover button {
  background: #e00000;
  border: 1px solid #b30000;
  color: #f4f5f7;
}

.section_select_paytype p span.pay_color01 {
  color: #2bdef9;
  font-weight: bold;
}

.section_select_paytype p span.pay_color02 {
  color: #f45e62;
  font-weight: bold;
}

.ep-body .list-ep > li a .cell-thumb .thumb {
  width: 160px !important;
  height: 96px !important;
}

.ep-body .list-ep > li a .cell-thumb {
  width: 180px !important;
}

.ep-body .list-ep > li a .cell-num {
  width: 125px !important;
  text-align: center;
  position: relative;
}

.ep-body .list-ep > li a .cell-stars {
  width: 130px !important;
  padding-left: 0;
  padding-right: 0;
}

.cell-time {
  width: 90px !important;
}

.ep-body .list-ep > li a .cell-coin {
  position: relative;
  width: 120px !important;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.ep-body .list-ep > li .last_read {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 9px;
  width: 100%;
  background: #150000c2;
  color: #fff;
  font-size: 11px;
}

/* 세일 아이콘 */
.section_select_paytype li .ico_sale {
  position: absolute;
  right: -5px;
  top: -19px;
  z-index: 1;
}

.section_select_paytype li .ico_sale .hot {
  background: url(/assets/web/img/global/icon/ico_hot.png) no-repeat;
  width: 36px;
  height: 47px;
  text-indent: -9999px;
  float: left;
  margin: 0 5px 0 0;
}

.section_select_paytype li .ico_sale .sale01 {
  background: url(/assets/web/img/global/icon/ico_sale25.png) no-repeat;
  width: 42px;
  height: 47px;
  float: left;
  line-height: 14px;
  font-size: 13px;
  padding: 9px 0 0 0;
  font-weight: bold;
}

.section_select_paytype li .ico_sale .sale02 {
  background: url(/assets/web/img/global/icon/ico_sale37.png) no-repeat;
  width: 42px;
  height: 47px;
  float: left;
  line-height: 14px;
  font-size: 13px;
  padding: 9px 0 0 0;
  font-weight: bold;
}

.section_select_paytype li .ico_sale .sale03 {
  background: url(/assets/web/img/global/icon/ico_sale44.png) no-repeat;
  width: 42px;
  height: 47px;
  float: left;
  line-height: 14px;
  font-size: 13px;
  padding: 9px 0 0 0;
  font-weight: bold;
}

.section_select_paytype li .ico_sale .sale04 {
  background: url(/assets/web/img/global/icon/ico_sale44.png) no-repeat;
  width: 42px;
  height: 47px;
  text-indent: -9999px;
  float: left;
}

/* pc list sidebar read count */
.glo_sidebar .section_other .section_remai {
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.26);
  color: #08ff08;
  float: right;
  border-radius: 3px;
  position: absolute;
  right: 4px;
  bottom: 5px;
  z-index: 1;
  min-width: 21px;
  text-align: center;
}

.remai_read {
  color: #ffb108 !important;
}

.nav-radio li.active a:after {
  content: "";
  position: absolute;
  top: 6px !important;
  left: 4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #de3838;
  border-radius: 10px;
}

.single_pay {
  color: #d54949;
  font-size: 11px;
  margin: 0 10px 18px 10px;
}

/* notice 추가 180720*/
.notice_type01 {
  display: inline-block;
  padding: 10px 14px 10px 14px;
  margin: 0 20px;
  background: #fde7e5;
  border-radius: 3px;
  color: #3b211a;
}

.notice_type01 .ico_notice01 {
  display: inline-block;
  background: url(/assets/web/img/global/icon/ico_notice.png) no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: sub;
}

.ico_vip {
  font-size: 11px;
  background: #d5ab30;
  border-radius: 2px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  width: 36px;
  display: inline-block;
  vertical-align: text-top;
}

.ico_coin {
  font-size: 11px;
  background: #fff;
  border-radius: 2px;
  line-height: 14px;
  color: #4a6785;
  text-align: center;
  width: 36px;
  display: inline-block;
  vertical-align: text-top;
  border: 1px solid #a5b3c2;
}

.color_type01 {
  font-size: 0.9em;
  color: #8d8d8d;
}

.viewer-slick .slick-slide:hover .current {
  border: 3px solid #292929c4;
}

.viewer-slick .slick-slide.active:hover .current {
  border: 3px solid #ee312f;
}

/* 크롬 포커싱 아웃라인 제거 */
*:focus {
  outline: none;
}

/*폭력성 안내문구 노출*/
.violence-info {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
}

.viewer-imgs img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* 180904 결제페지지 수정   */
.list-coin > li a .cell-bill .btn-default {
  border-radius: 3px !important;
  position: relative !important;
  width: 200px;
  height: 40px;
  font-size: 18px;
  padding: 7px;
}

.cell-bill .sale_price {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #059eff;
  border-radius: 80em;
  padding: 6px;
  position: absolute;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  left: -22px;
  z-index: 5;
  top: -10px;
}

.cell-bill .sale_price .num {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1px;
}

.coin-info .label .sale_price .num {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: -1px;
}

.list-coin > li a .cell-detail {
  position: relative;
}

.list-coin > li a .cell-detail .hot_icon {
  position: absolute;
  left: -14px;
  top: 14px;
  background: url(/assets/web/img/global/icon/ico_hot.png) no-repeat;
  width: 23px;
  height: 30px;
  background-size: cover;
  text-indent: -9999px;
}

.list-coin > li a .cell-detail .hot_icon2 {
  position: absolute;
  left: -30px;
  background: url(/assets/web/img/global/icon/ico_hot2.png) no-repeat;
  width: 38px;
  height: 38px;
  background-size: cover;
  text-indent: -9999px;
}

.list-coin > li a .cell-detail .event_icon {
  position: absolute;
  left: -30px;
  background: url(/assets/web/img/global/ico_event_1st.png) no-repeat;
  width: 38px;
  height: 38px;
  background-size: cover;
  text-indent: -9999px;
}

/*동작 hot icon*/
.list-coin > li a .cell-detail .ani_hot_icon {
  position: absolute;
  left: -30px;
  top: -5px;
}

.list-coin > li a .cell-detail .ani_hot_icon .hot_bg {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  animation: pulse 1.2s ease infinite;
  background: url(/assets/web/img/global/icon/icon_hot_bg.png) no-repeat;
  background-size: cover;
}

.list-coin > li a .cell-detail .ani_hot_icon .hot_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  margin-top: 13px;
  margin-left: 4px;
  font-size: 9px;
  color: #fff;
  z-index: 99;
  border: none;
  cursor: pointer;
  outline: none;
  background: url(/assets/web/img/global/icon/icon_hot_txt.png) no-repeat;
  background-size: cover;
  text-indent: -99999px;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/*2021_11_30 추가*/
.list-coin > li a .cell-detail-con {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cell-detail .event {
  margin-right: 5px;
  padding: 3px 10px;
  line-height: 1.2;
  font-weight: normal;
  border: 1px solid #059eff;
  font-size: 11px;
  color: #059eff;
  background: #fff;
  border-radius: 11px 11px;
}
/*novo 추가 202402*/
.cell-detail .novo {
  margin-right: 5px;
  padding: 3px 10px;
  line-height: 1.2;
  font-weight: normal;
  border: 1px solid #ffa305;
  font-size: 11px;
  color: #ffa305;
  background: #fff;
  border-radius: 11px 11px;
}
.cell-detail-pay {
  margin-bottom: 0;
}

.cell-detail .hot_icon ~ .cell-detail-pay {
  margin-left: 0px;
}
.cell-detail .event ~ .cell-detail-pay {
  margin-left: 0px;
}

/*해지자,결제유보자 1개월*/
/*promo code event*/
.free-oneMonth-pay .cell-detail-pay,
.promo_code_pay .cell-detail-pay {
  float: left;
}
.free-oneMonth-pay .free-oneMonth-notice,
.promo_code_pay .promo_code_event_notice {
  float: right;
  margin-left: 15px;
  font-weight: 600;
  color: #00c47d;
}

.payment-step-wrapper .free-oneMonth-notice,
.promo_code_pay .promo_code_event_notice {
  max-width: 220px;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}
.payment-step-wrapper .free-oneMonth-notice .need_coin span,
.promo_code_pay .promo_code_event_notice .need_coin span {
  color: #ee312f;
}

.list-coin > li.free-oneMonth-pay .cell-detail,
.list-coin > li.promo_code_pay .cell-detail {
  max-width: 470px;
  padding-right: 0;
}
.list-coin > li.free-oneMonth-pay .cell-bill,
.list-coin > li.promo_code_pay .cell-bill {
  width: 220px;
}

.promo_code_pay .sale_price {
  background-color: #00c47d;
}
/**************************/

.list-coin > li a .cell-detail-con.bonus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-coin > li a .bonus_coin {
  /* position: relative;
    top: 12px;
    left: 15px; */

  font-size: 10px;
  font-weight: normal;
  color: #50b9d9;
  background: #fff;
  border-radius: 80em;
  padding: 0 1px;
  position: relative;
  line-height: 1.2;
  display: block;
  border: 2px solid #50b9d9;
  margin-bottom: 4px;
  width: 80px;
  text-align: center;
}

.list-coin > li a .cell-detail .bonus_coin em {
  font-size: 11px;
  font-weight: bold;
}

.list-coin > li a .cell-detail .text-middlegreen {
  color: #00c47d;
}

/*코인 할인 이벤트 202403*/
.list-coin > li a .cell-detail .limited_icon {
  position: absolute;
  left: -30px;
  background: url(/assets/web/img/global/icon_limited_pc.png) no-repeat;
  width: 38px;
  height: 38px;
  background-size: cover;
  text-indent: -9999px;
}
.payment-section .cell-bill {
  font-size: 18px;
}
.payment-section .line-through {
  margin-right: 3px;
  color: #888;
  text-decoration: line-through;
}
.payment-section .text-red {
  font-weight: 700;
  color: #ee312f;
}

/* 180831 결제완료페이지 지형*/

.section_com_payment_wrap {
  background: url(/assets/web/img/global/bg_completed.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section_com_payment_box {
  padding-top: 94px;
  padding-bottom: 126px;
}

.section_com_payment {
  margin: 0 auto;
  width: 732px;
  min-height: 600px;
  text-align: center;
  padding: 85px 0;
  background: url(/assets/web/img/global/img_completed.png) no-repeat;
  background-size: cover;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.section_com_payment h2 {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
}

/*결제완료 페이지 이메일*/
.send_eamil_wrap {
  position: relative;
  width: 320px;
  margin: 0 auto 20px;
}
.section_search .send_email {
  width: 100%;
  min-height: 46px;
  padding: 12px 106px 10px 11px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: inherit;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  background-color: #000;
  border: 1px solid #ccc;
}
.section_search .send_email::-webkit-scrollbar {
  display: none; /* 크롬, 사파리, 오페라, 엣지 */
}
.section_search .send_email::-webkit-input-placeholder {
  color: #fff;
}
.section_search .send_email::-moz-placeholder {
  color: #fff;
}
.section_search .send_email:-ms-input-placeholder {
  color: #fff;
}
.section_search .send_email::-ms-input-placeholder {
  color: #fff;
}
.section_search .send_email::placeholder {
  color: #fff;
}
.section_search .send_email:focus {
  background-color: #fff;
  color: #000;
}
.section_search .send_email.error:focus {
  background-color: #fff;
  color: #ff0000;
  border-color: #ee312f;
}

.btn_send_eamil {
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translate(0, -56%);
  -ms-transform: translate(0, -56%);
  transform: translate(0, -56%);
  max-width: 95px;
  min-width: 60px;
  min-height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4px 2px;
  color: #fff;
  border: none;
  background-color: #ee312f;
  border-radius: 14px 14px;
}
.btn_send_eamil.noactive {
  opacity: 0.5;
}

.send_email_error {
  display: none;
  width: 320px;
  margin: -20px auto 20px;
  color: #ff0000;
  font-size: 13px;
  text-align: left;
  padding-left: 10px;
}
.send_email_error.active {
  display: block;
}

.send_email_toast {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  left: 0;
  width: 320px;
  height: 100%;
  padding: 15px 0;
  text-align: center;
  color: #a94464;
  font-size: 13px;
  border-radius: 4px 4px;
  background-color: #f2dede;
}
.send_email_toast.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*200506 일본어 결제완료 페이지*/
h2.complete__title-jp {
  font-size: 60px;
}

.section_com_payment h3,
.complete__info__txt {
  max-width: 340px;
  margin: 20px auto 15px;
  font-size: 16px;
  color: #9da0d4;
  font-weight: 500;
  word-break: keep-all;
}

.section_com_payment h3 {
  margin-top: 25px;
  margin-bottom: 46px;
}

.section_com_payment .input__wrap {
  width: 320px;
  border: 0;
}

.jp-payment_success__input__wrap {
  position: relative;
  width: 100%;
  padding: 11px 80px 11px 5px;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.section_com_payment .input__wrap input {
  width: 100%;
  height: 22px;
  font-size: 14px;
  color: #555555;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.section_com_payment .input__error {
  display: inline-block;
  width: 100%;
  padding-left: 9px;
  margin-top: 9px;
  line-height: 19px;
  font-size: 13px;
  font-weight: 300;
  color: #ff0000;
  text-align: left;
}
.section_com_payment .btn-verify {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-right: 0;
  min-width: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 5px 18px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  background-color: #ee312f;
  border: 0;
  border-radius: 15px;
}

.section_com_payment .btn_goback,
.section_com_payment .btn_gohome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 0;
  background: #de1c35;
  width: 320px;
  height: 76px;
  margin: 0 auto;
  cursor: pointer;
}

.section_com_payment .btn_goback:hover,
.section_com_payment .btn_gohome:hover {
  background: #ec2f36;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.section_com_payment .left-arrow-line {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 25px;
  padding-right: 12px;
  margin-right: 3px;
}
.section_com_payment .left-arrow-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px solid #fff;
}
.section_com_payment .left-arrow-line:after {
  content: "";
  position: absolute;
  left: 2px;
  top: -6px;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
  background-color: inherit;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.section_com_payment .btn_gohome p {
  display: inline-block;
}

.submit__success {
  padding: 13px 0;
  margin: 35px 30px 0;
  font-size: 13px;
  line-height: 24px;
  color: #a94464;
  background-color: #f2dede;
  border-radius: 4px;
}

.otherpay_coin {
  color: #fee9c2;
  text-decoration: underline;
  margin-bottom: 40px;
  display: inline-block;
}

.otherpay_coin:hover {
  color: #fff;
  text-decoration: underline;
}

p.etc {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 70%;
  color: #888888;
}

/* vip episode page */
h4.vip_only_title {
  display: inline-block;
  background: #d19e00;
  padding: 5px 10px;
  border-radius: 4px 4px 0 0;
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
}

.list-ep.vip_only {
  border: 1px solid #ffab00;
  background: #fcf9f4;
}

/* 가입시 email domain 체크 실패시 underline 표기*/
.check__div {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}

.check__line {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: 1;
  height: 2px;
  background-color: red;
}

/* vip banner 추가 */
.section_vipbanner {
  width: 1080px;
  margin: 20px auto 25px;
  cursor: pointer;
  background: url(/assets/web/img/global/main/PC_vip_bn.png) no-repeat;
  height: 120px;
  position: relative;
}

.section_vipbanner .title_text {
  max-width: 800px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  display: block;
  padding: 18px 0 0 50px;
  letter-spacing: -1px;
  text-shadow: 0px 3px 6px #000;
}

.section_vipbanner .sub_text {
  max-width: 800px;
  color: #9abedc;
  font-size: 16px;
  padding: 3px 0 0 50px;
  display: block;
  text-shadow: 0px 3px 6px #000;
}
.section_vipbanner .vip_btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0, -50%);
  background: #ec2f36;
  color: #fff;
  padding: 10px 23px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.section_vipbanner01 {
  width: 1200px;
  margin: -15px auto 25px;
  cursor: pointer;
  background: url(/assets/web/img/global/main/vipbanner.png) no-repeat;
  height: 120px;
  position: relative;
}

.section_vipbanner01 .title_text {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  display: block;
  padding: 20px 0 0 50px;
  letter-spacing: -1px;
}

.section_vipbanner01 .sub_text {
  color: #a3cefb;
  font-size: 16px;
  padding: 3px 0 0 50px;
  display: block;
}
.section_vipbanner01 .vip_btn {
  position: absolute;
  right: 50px;
  top: 41px;
  background: #ec2f36;
  color: #fff;
  padding: 10px 23px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}

.section_vipbanner02 {
  width: 1200px;
  margin: -25px auto 25px;
  cursor: pointer;
  background: url(/assets/web/img/global/main/PC_vip_bn_lg.png) no-repeat;
  height: 120px;
  position: relative;
}

.section_vipbanner02 .title_text {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  display: block;
  padding: 20px 0 0 50px;
  letter-spacing: -1px;
  text-shadow: 0px 3px 6px #000;
}

.section_vipbanner02 .sub_text {
  color: #9abedc;
  font-size: 16px;
  padding: 3px 0 0 50px;
  display: block;
  text-shadow: 0px 3px 6px #000;
}
.section_vipbanner02 .vip_btn {
  position: absolute;
  right: 50px;
  top: 41px;
  background: #ec2f36;
  color: #fff;
  padding: 10px 23px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.banner_appdown {
  padding: 20px 0 30px 0;
  margin: 0 auto;
  width: 720px;
  position: relative;
}

.banner_appdown .title {
  position: absolute;
  z-index: 10;
  bottom: 126px;
  left: 59px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 400px;
  line-height: 1.2em;
}

/*서비스 불가 상태일 때 20210528*/
.nomore_read {
  width: 100%;
}
.nomore_read + .episode-contents {
  margin-top: 30px;
}
.ep-header_ch + .nomore_read {
  margin-top: -50px;
}
.nomore_read_notice {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #f44336;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
}
.nomore_read + .section_vipbanner02 {
  margin-top: 15px;
}
.nomore_read .ico-notice {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  text-indent: -9999px;
  background: url(/assets/web/img/icon/ico_episode_list_notice.png);
}
.nomore_read_drop {
  display: block;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
}
.nomore_read_drop_title {
  position: relative;
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}
.nomore_read_drop_con {
  background-color: #fff0ef;
}
.nomore_read_drop_title_txt {
  display: inline-block;
  max-width: 1100px;
  font-size: 14px;
}
.ico-drop {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  vertical-align: middle;
  background: url(/assets/web/img/icon/ico_select_arrow_up.png);
}
.nomore_read_drop_title.collapsed .ico-drop {
  background: url(/assets/web/img/icon/ico_select_arrow_down.png);
}
.nomore_read_drop_con_txt {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 12px;
  color: #888888;
}
.nomore_read_drop_title strong {
  font-weight: normal;
  color: #f44336;
}

.list-ep .nomore_read_notice {
  padding: 5px 0;
  margin: -11px 11px 7px 10px;
  font-size: 12px;
  background-color: #000;
  border-bottom: 0;
}

.ico_nomore_read {
  width: 56px;
  height: 56px;
  padding: 15px;
  margin-left: auto;
  margin-right: 32px;
  border-radius: 100%;
  text-indent: -9999px;
  background: url(/assets/web/img/icon/ico_episode_list_unavailable.png) 50% 50% no-repeat #fff;
}

/*15세 컨텐츠에 안내문구 추가 20230322*/
.adult_read_notice + .episode-contents {
  margin-top: 30px;
}
.ep-header_ch + .adult_read_notice {
  margin-top: -51px;
}
.adult_read_notice + .section_vipbanner02 {
  margin-top: 15px;
}
.adult_read_notice {
  padding: 15px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background-color: #222;
  border-bottom: 1px solid #d5d5d5;
}
.adult_read_notice .age15 {
  display: inline-block;
  padding: 0 3px;
  margin-left: 3px;
  margin-right: 3px;
  color: #f42121;
  border: 1px solid #f42121;
  border-radius: 2px 2px;
  background-color: #fff;
}
.adult_read_notice .age19 {
  display: inline-block;
  padding: 0 3px;
  margin-left: 3px;
  margin-right: 3px;
  color: #fff;
  border-radius: 2px 2px;
  background-color: #f42121;
}
.adult_read_notice .text-orange {
  color: #f48b21 !important;
}
.adult_read_notice .text-red {
  color: #f42121 !important;
}
.adult_read_notice .icon-adult-link {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  text-indent: -9999px;
  background: url(/assets/web/img/global/ico_episode_list_noti_19_link.png) 0 0 no-repeat;
}

.adult_read_notice.type-b {
  font-weight: bold;
}
.adult_read_notice.type-b .age19 {
  width: 14px;
  height: 20px;
  text-indent: -9999px;
  background: url(/assets/web/img/icon/search-plus18.png) no-repeat 0 50%;
  background-size: 14px 16px;
}

/*무료회차 소장 구매 여부 20210528*/
.pull-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.purchase_free_ep {
  margin-right: 10px;
  font-size: 12px;
  color: #222;
}
.ico_purchase_ep {
  display: inline-block;
  width: 30px;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
  background: url(/assets/web/img/icon/swich_nor.png) no-repeat;
}
.purchase_free_ep_btn {
  padding: 4px 10px;
  line-height: 16px;
  font-size: 12px;
  color: #222;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px 4px;
}
/*무료회차 포함 구매시 class추가*/
.buying .ico_purchase_ep {
  background: url(/assets/web/img/icon/swich_sel.png) no-repeat;
}

/* search new */
.section_search_dropbox {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px #0000000d;
  box-shadow: 2px 2px 2px #0000000d;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 32px;
  min-width: 308px;
  max-width: 340px;
  overflow-y: auto;
  max-height: 444px;
}

.section_search_dropbox .recently_list li,
.section_search_dropbox .relation_list li {
  position: relative;
  clear: both;
  border-top: 1px solid #ececec;
  width: 100%;
}

.section_search_dropbox .recently_list li:hover,
.section_search_dropbox .relation_list li:hover {
  background: #f0f0f0;
  text-decoration: underline;
  cursor: pointer;
}

.section_search_dropbox .recently_list em,
.section_search_dropbox .relation_list em {
  color: #ff0004;
}

/*relation_list*/
.recently_list .search_box .img,
.relation_list .search_box .img {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
}
.relation_list h3 {
  padding: 10px 10px 8px 10px;
  font-size: 11px;
  line-height: 16px;
  color: #aaa;
  border-top: 1px solid #ececec;
}
/*2023_07 class="renew"가 있을경우*/
.renew .section_search_dropbox .recently_list li:first-child {
  border-top: 0;
}
.renew .section_search_dropbox .relation_list li:first-child {
  border-top: 1px solid #222;
}

.section_search_dropbox h4 {
  color: #a5a8ae;
  font-size: 14px;
  padding: 14px 10px 6px 10px;
}

.search_box .img {
  width: 54px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin: 0;
}

.search_box {
  padding: 8px 10px;
  position: relative;
  display: block;
  overflow: hidden;
}

.search_box dl {
  margin: 3px 0 0 10px;
  width: 170px;
  font-size: 11px;
  float: left;
  display: inline-block;
}

.search_box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_box dl dt span.title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  color: #0b1d3a;
  font-size: 14px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 144px;
  overflow: hidden;
  font-weight: normal;
  margin: 0 4px 0 0;
}

.search_box dl dt span + span {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 14px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
}

.search_box dl dt span.plus18 {
  background: url(/assets/mobile/img/icon/search-plus18.png) no-repeat 0 0;
  background-size: 14px 16px;
}

.search_box dl dt span.age15 {
  background: url(/assets/mobile/img/icon/search-age15.png) no-repeat 0 0;
  background-size: 14px 16px;
}

/*.com일경우*/
body.badge-19 .search_box dl dt span.title {
  color: #0b1d3a;
  font-size: 14px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 144px;
  overflow: hidden;
  float: left;
  font-weight: normal;
}

body.badge-19 .search_box dl dt span.plus18 {
  text-indent: 0;
  width: auto;
  height: auto;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
  background-color: #f42121;
  font-weight: normal;
  padding: 1px 2px;
  margin: 1px 0 0 3px;
  float: left;
  letter-spacing: -1px;
  background-image: none;
}

body.badge-19 .search_box dl dt span.age15 {
  text-indent: 0;
  width: auto;
  height: auto;
  font-size: 11px;
  color: #f42121;
  border-radius: 3px;
  font-weight: normal;
  padding: 0 2px;
  margin: 1px 0 0 3px;
  float: left;
  border: 1px solid #f42121;
  letter-spacing: -1px;
  background: none;
}

.search_box dl dd.type {
  color: #ad9f75;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 160px;
  overflow: hidden;
}

.search_box dl dd.writer {
  color: #b9bbc0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 160px;
  overflow: hidden;
}

.recently_list .recently_close {
  position: absolute;
  right: 5%;
  top: 25px;
  z-index: 100;
}

/* 2022_08_08 family safe 안내문 추가로 수정 */
.family__safe__serch {
  position: absolute;
  z-index: 12;
  left: 0;
  top: 32px;
  max-height: 500px;
  border-radius: 4px;
  overflow: hidden;
}

.family__safe__serch .section_search_dropbox {
  position: initial;
  margin-bottom: 43px;
  /* border-radius: 0; */
}
.family__safe__serch .family__safe__info {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  margin-bottom: 0;
  border-radius: 0;
}
.family__safe__serch .family__safe__info img {
  width: 100%;
  height: 100%;
}
.family__safe__info .icon-fmInfo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.family__safe__info .family__safe__info__txt {
  line-height: 150%;
  font-size: 11px;
  word-break: normal;
}

/*2023_07 search*/
/*search_box*/
.serch-adult-notice {
  padding: 10px 10px;
  border-radius: 4px 4px;
  z-index: 10;
}
.serch-adult-notice-con {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 10px;
  border-radius: 4px 4px 0 0;
  background-color: #eee;
}
.icon-serch-adult {
  margin-right: 10px;
  flex-shrink: 0;
}
.serch-adult-notice-txt {
  line-height: 16px;
  font-size: 11px;
  color: #222;
  word-break: normal;
}

.serch-adult-notice-buttons {
  font-size: 0;
}
.serch-adult-notice-buttons button {
  display: inline-block;
  width: 50%;
  padding: 8px 0;
  font-size: 10px;
  border: none;
}

.serch-adult-notice-buttons .no {
  color: #222;
  background-color: #dadadf;
  border-radius: 0 0 0 4px;
}
.serch-adult-notice-buttons .yes {
  color: #fff;
  background-color: #ee312f;
  border-radius: 0 0 4px 0;
}

.stick {
  position: absolute;
  top: 0;
  padding: 0;
  background-color: #eee;
}

.stick .serch-adult-notice-buttons {
  display: none;
}

/*no adult일 경우*/
.serch-adult-notice.no-adult .serch-adult-notice-con {
  background-color: #172340;
  border-radius: 4px 4px;
}
.no-adult .serch-adult-notice-txt {
  color: #fff;
}
.no-adult mark {
  color: #00f99f;
}

.no-adult.stick {
  width: 306px;
  top: 1px;
}

/***********************************/

/* width */
#bar_type01::-webkit-scrollbar {
  width: 8px;
  border-radius: 50px;
}

/* Track */
#bar_type01::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

/* Handle */
#bar_type01::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 50px;
}

/* Handle on hover */
#bar_type01::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
  border-radius: 50px;
}

.recently_list.no,
.recently_list_no {
  padding: 20px 0;
  background: #f3f3f5;
  color: #9da0a8;
  text-align: center;
}

/* recently delete 추가*/
/*delete 활성화 class="delete-active" 추가*/
.section_myrecent.delete-active li:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section_myrecent.delete-active .text {
  display: none;
}
.section_myrecent.delete-active li:hover h4 {
  -webkit-animation: none;
  animation: none;
}
.delete-active .delete__visual {
  display: block;
}

.delete__btn {
  float: right;
  margin-right: 20px;
  font-size: 0;
}
.before-click .icon-delete {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
}
.after-click > a {
  display: inline-block;
  width: 122px;
  line-height: 100%;
  margin-right: 8px;
  padding: 13px 0;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
}
.after-click > a:last-child {
  margin-right: 0;
}
.after-click .delete-cancle {
  color: #787878;
  border: 1px solid #dcdcdc;
}
.after-click .delete-success {
  color: #fff;
  font-weight: bold;
  border: 1px solid #ee2d2f;
  background-color: #ee2d2f;
  opacity: 0.2;
}
/*선택된게 있을시 class="active" 삽입*/
.after-click .delete-success.active {
  opacity: 1;
}

.select__sub {
  margin-top: 20px;
  padding: 0 20px;
  clear: both;
  overflow: hidden;
}
.select__sub-lf {
  float: left;
  line-height: 100%;
  padding: 8px 14px;
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  letter-spacing: -0.1px;
}
.select__sub-rg {
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  color: #787878;
  vertical-align: middle;
}
.icon-select {
  display: inline-block !important;
  width: 14px;
  height: 12px;
  margin-top: -1px;
  margin-right: 6px;
  font-size: 0;
  background: url(/assets/web/img/global/icon-check.png) no-repeat;
  background-position: 0 -1px;
  text-indent: -9999px;
  vertical-align: middle;
}

/*전체 선택시 class="active" 삽입*/
.select__sub-lf.active {
  color: #fff;
  background-color: #ee2d2f;
  border-color: #ee2d2f;
}
.active .icon-select {
  background-position: 0 -13px;
}
.select__sub-rg {
  float: right;
}

/*delete 선택을 위함*/
.delete__visual {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: 8;
}
.delete__check {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.delete__check__con {
  position: absolute;
  top: 11px;
  right: 11px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  font-size: 0;
  background: url(/assets/web/img/global/icon-sercle_check.png) no-repeat;
  background-position: 0 -1px;
}
/*
    삭제할 컨텐츠 선택시
    class="active"
*/
.active .delete__check {
  border: 1px solid #ee2d2f;
  background-color: rgba(255, 255, 255, 0.1);
}
.active .delete__check__con {
  background-position: 0 -42px;
}

/*역삼각형*/
.tri {
  width: 0px;
  height: 0px;
  border-top: 6px solid #fff;
  border-bottom: 50px solid none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  left: 20px;
  top: 43px;
}

.btn_favorites_wrap .toast_popup {
  position: absolute;
  top: -58px;
  z-index: 100;
  left: 0px;
  display: inline-block;
  min-width: 220px;
  background: #fff;
  text-indent: 0;
  border-radius: 4px;
  padding: 12px 18px;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.btn_favorites_wrap {
  position: relative;
  display: inline-block;
}

/* 회원가입 체크 */
.section_signcheck {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 50;
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  word-break: break-word;
}

.section_signcheck_wrap {
  position: relative;
  padding: 0 8px 30px 8px;
  max-height: 75vh;
  overflow: auto;
  width: 100%;
}

.section_signcheck_wrap .check_id {
  font-size: 1.2em;
  color: #d00606;
  font-weight: bold;
  padding: 6px 0;
}

.section_signcheck_wrap h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.3em;
}

.section_signcheck_wrap h4 span {
  color: #0d59e0;
}

.section_signcheck_wrap .sub_text {
  color: #9e9e9e;
  font-size: 1em;
  line-height: 1.4em;
}

.section_pre_accounts {
  margin-top: 30px;
}

.section_pre_accounts h5 {
  font-size: 1em;
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
  padding-bottom: 6px;
  font-weight: normal;
  color: #2a2a2a;
}

.section_pre_accounts ul {
  margin-bottom: 30px;
}

.section_pre_accounts ul li {
  padding: 0.6em;
  background: #e7e7e7;
  margin: 0.8em 0;
  display: block;
  overflow: hidden;
  min-height: 3em;
  font-size: 1em;
  border-radius: 2px;
  position: relative;
}

.section_pre_accounts ul li:hover {
  cursor: pointer;
  background: #dadada;
}

.section_pre_accounts ul li i {
  float: left;
  margin-right: 6px;
}

.section_pre_accounts ul li span {
  float: left;
  height: 26px;
  line-height: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 190px;
  overflow: hidden;
}

.section_pre_accounts ul li span em {
  position: absolute;
  right: 6px;
  background: #ee312f;
  color: #fff;
  border-radius: 2px;
  padding: 0 6px;
}

.section_pre_accounts ul li .ico_naver {
  background: url(/assets/mobile/img/icon/ico_naver.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.section_pre_accounts ul li .ico_yahoo {
  background: url(/assets/mobile/img/icon/ico_yahoo.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.section_pre_accounts ul li .ico_facebook {
  background: url(/assets/mobile/img/icon/ico_facebook.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.section_pre_accounts ul li .ico_google {
  background: url(/assets/mobile/img/icon/ico_google.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.section_pre_accounts ul li .ico_line {
  background: url(/assets/mobile/img/icon/ico_line.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.section_pre_accounts ul li .ico_twitter {
  background: url(/assets/mobile/img/icon/ico_twitter.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.section_pre_accounts ul li .ico_apple {
  background: url(/assets/mobile/img/icon/ico_apple.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: inline-block;
}

/* 이메일 인증 */

.section_email_auth {
  padding: 0 10px;
}
.section_email_auth .point01 {
  font-size: 1.3em;
  color: #d00606;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
}

.section_email_auth .text {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.3em;
  text-align: center;
}

.section_email_auth_num {
  font-size: 12px;
  text-align: center;
  margin-top: 28px;
}

.section_email_auth_num .btn_verify {
  font-size: 18px;
  background: #ee312f;
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 22px;
}

.section_email_auth_num h5 {
  font-size: 12px;
  margin-bottom: 0;
  color: #909090;
}

.section_email_auth_num .input_text {
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #dbdbdb;
  padding: 0 16px;
  margin: 10px 0;
  width: 168px;
  text-align: center;
}

.email_auth_verify {
  background: #fff !important;
  padding: 4px 0 !important;
}

.section_email_auth_num .resend a {
  color: #0a4baf;
  text-decoration: underline;
}

.email_auth_verify a {
  text-align: center !important;
  font-size: 1.4em !important;
  font-weight: bold !important;
  color: #fff !important;
  padding: 2px;
  display: inline-block;
}

.email_auth_verify a em {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #ffd4d4;
}

/* 야후메일 가입 */
.section_yahoo {
  padding: 0 10px;
}
.section_yahoo .point01 {
  font-size: 1.3em;
  color: #d00606;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
}

.section_yahoo .text {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.6em;
  line-height: 1.5em;
  text-align: center;
  word-break: break-word;
}

.section_yahoo_num {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  position: relative;
  padding-top: 40px;
}

.section_yahoo_num .btn_verify {
  font-size: 16px;
  color: #fff;
  padding: 14px 0 14px 48px;
  border: none;
  border-radius: 4px;
  width: 92%;
  font-weight: bold;
  margin-bottom: 16px;
  background: url(/assets/web/img/global/main/ico_sns_yahoo.png) no-repeat 8px -8px #710e9d;
}

.section_yahoo_num h5 {
  font-size: 12px;
  margin-bottom: 16px;
  color: #909090;
  font-weight: normal;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section_yahoo_num h5 em {
  background: #fff;
  padding: 4px;
}

.section_yahoo_num .input_text {
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #dbdbdb;
  padding: 0 16px;
  margin: 10px 0;
  width: 168px;
  text-align: center;
}

.email_auth_verify {
  background: #fff !important;
  padding: 4px 0 !important;
}

.section_yahoo_num .resend a {
  color: #0a4baf;
  text-decoration: underline;
}

#section_signcheck_footer {
  background: #ee312f;
}

#section_signcheck_footer:hover {
  background: #ce0d00 !important;
}

#section_signcheck_footer a {
  text-align: center !important;
  font-size: 1.4em !important;
  font-weight: bold !important;
  color: #fff !important;
}

#section_signcheck_footer a em {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #ffd4d4;
}

.modal_sign {
  width: 450px !important;
}

.mypage .mypage-coin .btn_cancel_vip01 {
  color: #fff;
  background-color: #383a3f;
  border-color: transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  padding: 4px 10px;
  border: 1px solid #545454;
  margin: 0 0 0 -4px;
  display: inline-block;
  font-size: 13px;
}

.mypage .mypage-coin .btn_cancel_vip01:hover {
  background: #222225;
  -webkit-transform: 250ms;
  -ms-transform: 250ms;
  transform: 250ms;
}

/*코인 분리에 따른 수정*/
.mypage .mypage-coin ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mypage .mypage-coin > ul > li {
  /* float: left; */
  /* width: 34.6666%; */
  height: 135px;
  padding: 30px 30px 0 40px;
  color: #fff;
  word-break: keep-all;
}

.mypage .mypage-coin .mypage-coin-customer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mypage .mypage-coin .etc {
  display: flex;
  flex-flow: column;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #171719;
  width: 23.33333%;
  padding: 18px 20px 10px 20px;
}

.mypage .mypage-coin .etc em {
  color: #4476e3;
}

.mypage .mypage-coin .etc_text {
  font-size: 11px;
  color: #8d8d8d;
  line-height: 14px;
}
.mypage .mypage-coin .etc strong + .btn_cancel_vip02 {
  margin: 0;
}

.mypage .mypage-coin .btn_cancel_vip02 {
  width: 142px;
  word-break: normal;
  color: #fff;
  background-color: #ee312f;
  border-color: transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 10px;
  margin: 8px 0 0 0;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

.mypage .mypage-coin .text {
  color: #ffece9;
}

/*코인 분리 표기 2020_09_24*/
.current__device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.icon-device {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  text-indent: -9999px;
  background: url(/assets/web/img/global/icon-device.png) 0 0 no-repeat;
}

.icon-device.aos {
  background-position: -1px -1px;
}

.icon-device.ios {
  background-position: -26px -1px;
}

.mypage .mypage-coin .web {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #171719;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #35373b;
}

.mypage .mypage-coin .app {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #171719;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2b2c2f;
}

.mypage-coin__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.mypage-coin__txt {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.mypage-coin__amount {
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.mypage-coin__amount.origin {
  color: #f44336;
}
.bounus {
  color: #578be3;
}

/*Account settings 페이지 내 promo code 202305*/
.promo_code_tabs {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.promo_code_tabs li {
  flex-grow: 1;
}

.promo_code_tabs li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #222;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid #eee;
}

.promo_code_tabs li.active a {
  padding-top: 6px;
  font-weight: 600;
  color: #e6373e;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 4px solid #e6373e;
  border-bottom: 0;
}

.promo_code_write {
  padding: 40px 40px;
  margin-bottom: 38px;
  background-color: #f5f5f5;
}

.promo_code_write_title {
  margin-bottom: 10px;
  font-size: 13px;
  color: #222;
}
.promo_code_write_con {
  display: flex;
  justify-content: center;
}
.promo_code_write_input {
  position: relative;
}
.promo_code_write_con input {
  width: 670px;
  margin-right: 15px;
  padding: 7px 40px 7px 16px;
  color: #999;
  background-color: #fff;
  border: 1px solid #ccc;
}
.promo_code_write_input .error_icon {
  display: none;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  position: absolute;
  right: 30px;
  top: 10px;
  background: url(/assets/web/img/global/ico_input_delete.png) no-repeat;
}

.promo_code_write_con .error_info {
  display: none;
  margin-top: 7px;
  margin-left: 12px;
  font-size: 12px;
  color: #ff0000;
}

.promo_code_write_con .btn {
  align-self: flex-start;
  width: 155px;
  padding: 7px 0;
  border-radius: 26px 26px;
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
  cursor: initial;
  box-shadow: none;
}

/*잘못입력 할 경우*/
.promo_code_write_input.error input {
  border: 1px solid #ee312f;
}
.promo_code_write_input.error .error_icon {
  display: block;
}
.promo_code_write_input.error .error_info {
  display: block;
}

/*활성화시*/
.promo_code_write_con input:focus {
  color: #222;
  border: 1px solid #222;
}
.promo_code_write_con .btn.active {
  cursor: pointer;
  opacity: 1;
}

.promo_code_info {
  margin-bottom: 38px;
}
.promo_code_info h3 {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 18px;
  color: #222;
}
.promo_code_info li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #646464;
}

/*used code history*/
.prom_code_list .promo_details {
  font-weight: 400;
}
.promo_details .before-promo {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
}
.promo_details .before-promo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #222;
}
.promo_details .before-promo:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 7px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #222;
  transform: rotate(-55deg);
  background-color: inherit;
  text-indent: -9999px;
  transition: transform 0.2s ease-in-out;
}

.promo_details .after-promo {
  color: #ee312f;
  font-weight: 400;
}

.prom_code_list .used {
  color: #ee312f;
  font-weight: 400;
}

/* app free */
.section_app_free_wrap {
  margin-bottom: 0 !important;
  background: url(/assets/web/img/global/payment/bg_appfree.png) no-repeat 0 bottom;
  background-size: cover;
}

.section_app_free {
  min-height: 635px;
  padding: 80px 34px 120px;
  font-size: 16px;
  color: #f5dadb;
  line-height: 28px;
}

.section_app_free h4 {
  font-size: 54px;
  color: #fff;
  line-height: 62px;
  text-align: center;
  margin-bottom: 54px;
}

.section_app_free h5 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 38px;
  padding: 0 10px;
}

.section_app_free h6 {
  font-size: 16px;
  color: #ffffffab;
  font-weight: normal;
  padding: 0 20px;
  line-height: 22px;
  z-index: 10;
  position: relative;
}
.section_app_free .section_method_wrap {
  margin: 0 auto;
  width: 912px;
  display: table;
}

.section_app_free .method_wrap01 {
  background: #00000063;
  width: 428px;
  border-radius: 8px;
  border: 1px solid #21c4aa54;
  position: relative;
  -webkit-box-shadow: 2px 3px 8px #2a2a2aa6;
  box-shadow: 2px 3px 8px #2a2a2aa6;
  float: left;
  margin: 12px;
  padding: 54px 30px 30px 30px;
  text-align: center;
  height: 428px;
}
/*only qr code*/
.section_app_free .only_qrcode {
  float: none;
  margin: 12px auto;
}

.section_app_free .method_wrap02 {
  background: #00000063;
  width: 428px;
  border-radius: 8px;
  border: 1px solid #106a8cde;
  position: relative;
  -webkit-box-shadow: 2px 3px 8px #2a2a2aa6;
  box-shadow: 2px 3px 8px #2a2a2aa6;
  float: left;
  margin: 12px;
  padding: 40px 0 30px 0;
  text-align: center;
  height: 428px;
}

.section_app_free .method01 {
  display: inline-block;
  padding: 2px 11px;
  border-radius: 3px;
  color: white;
  border-bottom: 32px solid #1c877a;
  border-left: 0px solid transparent;
  border-right: 11px solid transparent;
  height: 0;
  line-height: 37px;
  position: absolute;
  top: -18px;
  font-weight: bold;
  left: -1px;
}

.section_app_free .method02 {
  display: inline-block;
  padding: 2px 11px;
  border-radius: 3px;
  color: white;
  border-bottom: 32px solid #106a8c;
  border-left: 0px solid transparent;
  border-right: 11px solid transparent;
  height: 0;
  line-height: 37px;
  position: absolute;
  top: -18px;
  font-weight: bold;
  left: -1px;
}

.section_app_free .btn_method02 {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}

.section_app_free .method_wrap01 .qr_code {
  margin: 40px 30px 48px 30px;
}

.section_app_free .method_wrap01 a {
  margin: 8px;
}

.section_app_free .method_wrap02 p {
  margin: 0;
}

.section_app_free .method_wrap02 .qr_code {
  position: absolute;
  bottom: 55px;
}

.section_app_free .btn_vipget {
  background: #da2a32;
  color: #fff;
  border-radius: 3px;
  padding: 8px 20px;
  display: inline-block;
  min-width: 340px;
  -webkit-box-shadow: 0px 1px 4px #000000a6;
  box-shadow: 0px 1px 4px #000000a6;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

.section_app_free .btn_vipget:hover {
  background: #c8141e;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

/* 20190327 sns */
.footer_sns {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.footer_sns a {
  opacity: 0.6;
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

.footer_sns a:hover {
  opacity: 1;
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

.footer_sns li {
  display: inline-block;
  padding: 0 0 0 14px;
  border-left: 2px solid #666666;
}

.footer_sns li:hover {
  cursor: pointer;
}

.footer_sns li span {
  position: relative;
  float: left;
  text-align: left;
  color: #d1d1d2;
  font-weight: 300;
}

.footer_sns li.footer_sns_facebook {
  border-left: none;
  padding-right: 14px;
}

.footer_sns li span.sns_facebook {
  background: url(/assets/web/img/global/ico_facebook.png) no-repeat 0;
  background-size: cover;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 14px;
}

.footer_sns li span.sns_insta {
  background: url(/assets/web/img/global/ico_instagram.png) no-repeat 0;
  background-size: cover;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 14px;
}

/* viewer tip 190329 */
.loading_bg {
  position: fixed;
  margin: auto;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 110px;
  width: 165px;
  border-radius: 10px;
  pointer-events: none;
  z-index: 1010;
  background: rgba(32, 32, 32, 0.9);
  padding: 18px;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}

.loading_bg_on {
  opacity: 100 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.loading_bg_off {
  opacity: 0 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.loading_v {
  position: absolute;
  -webkit-transform: translate3d(0px, -10px, 0px);
  transform: translate3d(0px, -10px, 0px);

  width: 150px;
  height: 100px;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}

.loading_v_on {
  -webkit-transform: translate3d(0px, 15px, 0px) !important;
  transform: translate3d(0px, 15px, 0px) !important;
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) 0s;
  display: block;
  -webkit-animation: slideV 0.5s 0.3s forwards;
  animation: slideV 0.5s 0.3s forwards;
  opacity: 100;
}

.loading_text {
  position: absolute;
  left: 66px;
  width: 92px;
  margin-bottom: 0;
  color: #fdcc01;
  font-size: 13px;
  word-break: break-word;
  line-height: 1.4;
}

.loading_cross {
  position: absolute;
  left: 0;
  top: 0;
}

/*20200204 읽는 방향 추가*/
/*right*/
.read-right .loading_v {
  top: 3px;
  -webkit-transform: translate3d(-10px, 0px, 0px);
  transform: translate3d(-10px, 0px, 0px);
}
.read-right .loading_v_on {
  -webkit-transform: translate3d(15px, 0px, 0px) !important;
  transform: translate3d(15px, 0px, 0px) !important;
}
.read-right .loading_text,
.read-left .loading_text {
  top: initial;
  bottom: 0px;
  left: 50%;
  width: 114px;
  margin-bottom: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}

/*left*/
.read-left .loading_v {
  top: 3px;
  -webkit-transform: translate3d(15px, 0px, 0px);
  transform: translate3d(15px, 0px, 0px);
}
.read-left .loading_v_on {
  -webkit-transform: translate3d(-10px, 0px, 0px) !important;
  transform: translate3d(-10px, 0px, 0px) !important;
}

/* sign popup */
.section_sign {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 50;
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.section_sign_warp {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 362px;
}

.section_sign_box {
  min-height: 460px;
}
/*로그인팝업 상단배너*/
.section_sign_box .sign_up_bnr {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background: transparent -o-radial-gradient(50% 50%, closest-side, #794eb8 0%, #333038 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #794eb8 0%, #333038 100%) 0% 0% no-repeat padding-box;
}
.section_sign_box .sign_up_bnr ~ .title_tab {
  border-radius: 0;
}
.sign_up_bnr .sign_up_bnr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 90px;
  padding: 10px 40px;
  font-size: 20px;
  text-align: center;
  background: url(/assets/web/img/global/bg_signup_img.png) 0 0 no-repeat;
  background-size: cover;
}
.sign_up_bnr .txt_underline {
  color: #ffdd34;
  font-weight: 300;
  text-decoration: underline;
}
.sign_up_bnr b {
  color: #fff;
}
/*20231122 일본 로그인 이벤트 상단배너*/
.section_sign_box .jp_login_event {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.section_sign_box .jp_login_event ~ .title_tab {
  border-radius: 0;
}

/*202403 */
.sign_up_bnr.discount_promo {
  background-color: #153156;
  background-image: none;
}
.discount_promo .sign_up_bnr_inner {
  background: url(/assets/web/img/global/bn_singup_bg_promo.png) 0 0 no-repeat;
}
.discount_promo .txt_underline {
  font-size: 16px;
  color: #40ffa5;
}
.discount_promo b {
  font-size: 30px;
}

.discount_promo .text-lightGreen {
  color: #40ffa5;
}

.section_sign_box .img_sign {
  border-radius: 4px 4px 0 0;
}
.section_sign_box .sign_text {
  padding: 15px 22px 10px 22px;
}
.section_sign_box .sign_text h4 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 1.6em;
}

.section_sign_box .sign_text p {
  color: #e0d6cb;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.section_sign_box .ok {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  background: #ff0000;
  border-radius: 0 0 4px 4px;
  font-size: 18px;
  font-weight: bold;
}

.section_sign_box button {
  position: relative;
  background: #ff0000;
  border: none;
  color: #fff;
  font-weight: bold;
  width: 300px;
  text-align: center;
  clear: both;
  display: table;
  padding: 12px 0;
  font-size: 16px;
  border-radius: 30vw;
  margin: 10px auto 40px auto;
}

.section_sns_sign_wrap01 h4 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.section_sns_sign_wrap01 button {
  position: relative;
  background: #ff0000;
  border: none;
  color: #fff;
  font-weight: bold;
  width: 300px;
  text-align: center;
  clear: both;
  display: table;
  padding: 14px 0;
  font-size: 16px;
  border-radius: 30vw;
  margin: 40px auto 24px auto;
}

.section_sns_sign_wrap01 .forgot_ps {
  text-align: center;
  color: #0c235f;
  text-decoration: underline;
}

.section_sign_box .sns_sign_btn {
  padding: 28px 0 3px;
  text-align: center;
}

.section_sign_box .sns_sign_btn img {
  width: 67px;
}

.section_sign_box .sns_sign_btn01 {
  padding: 28px 0 36px;
  text-align: center;
}
.section_sign_box .sns_sign_btn01 a,
.section_sign_box .sns_sign_btn a {
  display: inline-block;
  margin: 4px 2px;
  width: 67px;
  height: 67px;
}
.section_sign_box .sns_sign_btn01 img,
.section_sign_box .sns_sign_btn img {
  width: 67px;
}

.section_sns_sign_wrap h4 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.section_sign_box .title_tab {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.section_sign_box .title_tab li {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  background: #dee1e9;
  padding: 10px;
  display: inline-block;
  float: left;
  border-top: 4px solid #a6aeb8;
  font-size: 20px;
  font-weight: normal;
  color: #3a4354;
  cursor: pointer;
}

.section_sign_box .title_tab li.on {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-top: 4px solid red;
  color: #24263c;
  font-weight: bold;
}

.section_sign_box .section_signin {
  padding: 30px 24px 30px 24px;
  clear: both;
  max-height: 510px;
  overflow: auto;
  background: #fff;
  border-radius: 14px;
}

.section_sign_box .section_sns_sign {
  text-align: center;
  border-top: 1px solid #dedede;
  position: relative;
}

.section_sign_box .section_sns_sign h5 {
  font-size: 12px;
  color: #9697a9;
  font-weight: normal;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}

.section_sign_box .section_sns_sign h5 em {
  background: #fff;
  padding: 6px 12px;
}

.section_sign_box .section_signin01 {
  padding: 30px 24px 30px 24px;
  clear: both;
  max-height: 490px;
  overflow: auto;
  background: #fff;
  border-radius: 14px;
}

.section_sign_box .section_sns_sign01 {
  text-align: center;
  border-top: 1px solid #dedede;
  position: relative;
  width: 348px;
  margin: 0 auto;
}

.section_sign_box .section_sns_sign01 h5 {
  padding: 6px 10px;
  display: inline-block;
  font-size: 16px;
  color: #9697a9;
  font-weight: normal;
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  margin: 0 auto;
}

.section_sign_box .section_sns_sign01 h5 em {
  background: #fff;
  padding: 6px 12px;
}

.section_signin .form_sign {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 8px;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #dadbdf;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.section_sign_box01 .forgot_ps {
  text-align: center;
  color: #0c235f;
  text-decoration: underline;
}

.section_signin .form_sign::-webkit-input-placeholder {
  color: #8d8ea2;
}

.section_signin .form_sign::-moz-placeholder {
  color: #8d8ea2;
}

.section_signin .form_sign:-ms-input-placeholder {
  color: #8d8ea2;
}

.section_signin .form_sign::-ms-input-placeholder {
  color: #8d8ea2;
}

.section_signin .form_sign::placeholder {
  color: #8d8ea2;
}

.section_signin .error_ms {
  color: #ff0000;
  font-size: 12px;
  padding: 0 4px;
}

.section_sign_box .close_popup {
  background: url(/assets/web/img/icon/btn_close_popup.png) no-repeat 50% 50%;
  background-size: 42px;
  width: 42px;
  height: 42px;
  position: absolute;
  text-indent: -9999px;
  top: -20px;
  right: -20px;
  margin: 0;
  cursor: pointer;
}

.section_signin .section_signin_sub {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 6px 4px 8px;
  font-size: 12px;
  height: 36px;
  margin: 16px 0 20px 0;
}

.section_signin .section_signin_sub .save_id {
  float: left;
  color: #67697c;
}

.section_signin .section_signin_sub .save_id .login_chk_box {
  width: 18px;
  height: 17px;
}

.section_signin .section_signin_sub .forgot_ps {
  float: right;
  color: #0c235f;
}

.section_signin .section_signup_text {
  font-size: 13px;
  text-align: center;
  color: #67697c;
  margin: 16px 0 20px 0;
  height: 36px;
}

.section_signin .section_signup_text a {
  color: #ee2d2f;
}

.section_sign01 {
  display: none;
}

.section_sign01 .section_sign_warp {
  position: absolute;
  top: 40px;
  right: 8px;
  width: 362px;
  -webkit-box-shadow: 2px 2px 3px 0px #00000030;
  box-shadow: 2px 2px 3px 0px #00000030;
  z-index: 50;
}

.section_sign.active {
  display: block !important;
}

.section_sign01.active {
  display: block !important;
}

.section_sign_box .modal-content {
  padding: 0;
  border-radius: 6px;
}

.section_sign_box .modal-body {
  padding: 0 !important;
  border-radius: 10px !important;
}

.section_sign_box .modal-auth {
  width: 420px;
}

/*비로그인 상태에서 회원 전용 회차 진입시 표시 20230328*/
.no_login_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 10px;
  background: #153156 url("/assets/web/img/global/img_login_bn_NPlus_bg.png") 0 0 no-repeat;
  background-size: cover;
}
.no_login_status .no_login_status_txt {
  margin-left: 10px;
  text-align: left;
  font-size: 18px;
}
.no_login_status .no_login_status_txt p {
  margin: 0;
  font-weight: 300;
}
.no_login_status .text-lightGreen {
  color: #40ffa5;
}
.no_login_status .underline {
  text-decoration: underline;
}
.no_login_status_txt strong {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

/* 별점평가 수정 190424 */
.stars-dl {
  float: left;
  margin: 0;
  width: 100%;
}
.stars-dl .star-view {
  float: right !important;
}

/*배경이 검은색일때(class="bg-black"있을 경우) 별점 영역*/
.bg-black .panel-header {
  border-color: #333;
}
.bg-black .stars-dl {
  color: #ddd;
}
.bg-black .panel {
  background-color: #000;
}
.bg-black .count-stars .btn {
  color: #333;
  border-color: #333;
  background-color: #000;
}
.bg-black .star-view button[type="submit"] {
  color: #ddd;
}

/*로그인 팝업 내에 최근에 로그인한 방법 안내*/
.recently_login .sns_sign_btn01,
.recently_login .sns_sign_btn {
  position: relative;
  padding-top: 50px;
}
.recently_login_tooltip {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 91px;
  height: 27px;
  padding: 5px 10px;
  font-size: 11px;
  color: #00f99f;
  font-weight: 500;
  text-align: center;
  background-color: #172340;
  border-radius: 20px 20px;
}
.sns_sign_btn .recently_login_tooltip {
  top: 17px;
}
.recently_login_tooltip:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -6px;
  border: 5px solid transparent;
  border-top-color: #172340;
}

.recently_login_tooltip.notice_tip:before {
  content: url(/assets/web/img/global/ico_login_noti_dot.png);
  position: absolute;
  top: -3px;
  right: 0px;
  display: block;
}
.recently_login_con a {
  position: relative;
}
.recently_login_con a:before {
  content: url(/assets/web/img/global/ico_login_noti_dot.png);
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  z-index: 1;
}
.recently_login_con a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #172340;
  border-radius: 100%;
}
.recently_login_con img {
  position: relative;
}
.section_sign_box button .recently_login_tooltip {
  top: -22px;
}

/*로그인이 실패한경우 노티스 202402*/
.section_sign_box .login_failed_notice {
  font-size: 12px;
  color: #ff0000;
}
.login_max_failed_notice {
  padding: 20px 20px;
  font-size: 12px;
  border-radius: 10px 10px;
  background-color: rgba(0, 196, 125, 0.1);
}
.login_max_failed_notice .login_max_failed {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #00c47d;
  font-weight: 600;
}
.login_max_failed_notice .login_max_failed span {
  margin-right: 10px;
}
.login_max_failed_notice .login_max_failed_email {
  color: #222;
}
.login_max_failed_notice .login_max_failed_email a {
  text-decoration: underline;
}

.section_sign_box button.reset_pw {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00c47d;
}
.section_sign_box button.reset_pw img {
  margin-left: 10px;
}

/*작품 신고버튼 220822*/
.modal_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.modal_btn .btn-white {
  min-width: 240px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal_btn .btn-black {
  min-width: 240px;
  color: #fff;
  border: 1px solid #333;
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ico-q {
  display: inline-block;
  width: 30px;
  height: 29px;
  margin-right: 2px;
  text-indent: -9999px;
  background: url(/assets/web/img/global/img_viewer_btn_issue.png);
}
.modal_btn .btn_txt {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  vertical-align: sub;
  font-weight: bold;
}
/*
이미 존재하는 같은 아이디 팝업창 관련
add by HJH (190503)
 */
.same-email-modal {
  position: absolute;
  top: 50%;
  margin: -300px 0 0 -170px;
  left: 50%;
}

/*성별확인*/
.gender_popup_text {
  position: absolute;
  background: #ffffff;
  z-index: 10;
  right: 16px;
  top: 32px;
  min-width: 130px;
  max-width: 192px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 1px 2px 5px #2a2a2a2e;
  box-shadow: 1px 2px 5px #2a2a2a2e;
}

.gender_popup_text ul li {
  color: #aaaaaa;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}

.gender_popup_text ul li:hover {
  cursor: pointer;
  background: #f3f3f3;
}

.gender_popup_text ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.gender_popup_text ul li label {
  display: block;
  position: relative;
  font-size: 14px;
  z-index: 9;
  padding: 10px 0 10px 34px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  width: 100%;
  margin: 0;
}

.gender_popup_text ul li:hover label {
  color: #2a2a2a;
}

.gender_popup_text ul li .check {
  display: block;
  position: absolute;
  background: #e1e1e1;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 12px;
  left: 10px;
  z-index: 5;
  -o-transition: border 0.25s linear;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  border: 2px solid #e1e1e1;
}

.gender_popup_text ul li:hover .check {
  border: 2px solid #e1e1e1;
}

.gender_popup_text ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 1px;
  right: 1px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.gender_popup_text input[type="radio"]:checked ~ .check {
  border: 2px solid #e1e1e1;
}

.gender_popup_text input[type="radio"]:checked ~ .check::before {
  background: #ff0d0d;
}

.gender_popup_text input[type="radio"]:checked ~ label {
  color: #2a2a2a;
}

.list-group-item.gender .btn_gender {
  position: absolute;
  right: 16px;
  top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #3b5998;
  padding-right: 14px;
  cursor: pointer;
  border: 1px solid #ebebeb;
  padding: 4px 20px 4px 8px;
  margin: 0;
  border-radius: 2px;
}

.list-group-item.gender .btn_gender:hover {
  background: #fafafa;
}

.list-group-item.gender .btn_gender:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top-color: #afafaf;
  margin-right: 5px;
}

.find .find-header {
  text-align: center;
  margin-top: -100px;
  position: relative;
}

.find .find-header span {
  position: absolute;
  top: 45px;
  left: 274px;
  text-align: center;
  font-size: 18px;
  width: 150px;
  font-weight: bold;
  display: table;
  vertical-align: middle;
  line-height: 22px;
  overflow: hidden;
  word-break: break-word;
  height: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.find .find-header span em {
  display: table-cell;
  vertical-align: middle;
}

.noimage_title {
  position: absolute;
  bottom: 74px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  left: 0;
}

.ep-body .list-ep > li a .cell-title .up {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 12px;
  border-radius: 30px;
  background: #e92943;
  color: #fff;
  padding: 0 4px;
}

.info-sidebar .info-sidebar-title {
  height: 135px;
  padding: 0 0 0 13px;
  background: #56575b;
  display: table;
  width: 100%;
}

.info_title_box {
  display: table-cell;
  vertical-align: middle;
}

.info-sidebar .info-sidebar-title h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 4px;
}

.info-sidebar .info-sidebar-title small {
  color: #acadb4;
  font-size: 13px;
}

.info-sidebar .info-menu {
  background: #fbfafa;
  padding: 0px 13px;
}

.info-sidebar .info-menu > li a {
  display: block;
  font-size: 15px;
  letter-spacing: -1px;
  color: #222;
  padding: 35px 0;
}

.ep-body .list-ep > li a .coin-type1 {
  color: #f4435b;
  padding-left: 0;
  background: none;
}

/*sigin in*/
.ep-body .list-ep > li a .coin-type4 {
  color: #00c48e;
  padding-left: 0;
  background: none;
}

.ep-body .list-ep > li a .coin-type5 {
  color: #d5ab08;
  padding-left: 0;
  background: none;
}

.ep-body .list-ep > li a .coin-type6 {
  color: #929292;
}

.ep-body .list-ep > li a .coin-type7 {
  color: #82bdef;
  padding-left: 20px;
}

.ep-body .list-ep > li a .coin-type1 em.cointype01 {
  color: #fff;
  border-radius: 100em;
  background-color: #f4435b;
  width: 16px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  margin-right: 3px;
  text-align: center;
}

/*sigin in*/
.ep-body .list-ep > li a .coin-type4 em.cointype04 {
  color: #fff;
  border-radius: 100em;
  background-color: #00c48e;
  width: 16px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  margin-right: 3px;
  text-align: center;
}

.ep-body .list-ep > li a .coin-type5 em.cointype05 {
  color: #fff;
  border-radius: 100em;
  background-color: #d5ab08;
  width: 16px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  margin-right: 3px;
  text-align: center;
}

.section_error_pg {
  background: url(/assets/web/img/global/bg_error.png) no-repeat;
  background-size: cover;
  height: 760px;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.section_error_pg .logo {
  background: url(/assets/web/img/global/logo01.png) no-repeat;
  display: block;
  width: 200px;
  height: 200px;
  text-indent: -9999px;
  margin: -50px auto 24px;
  opacity: 0.6;
}

.section_error_pg .text {
  font-size: 24px;
  /* font-weight: bold; */
  letter-spacing: -1px;
}

.section_error_pg button {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #ee2d2f;
  border-radius: 100px;
  border: none;
  padding: 8px 26px;
  margin: 10px 0 0 0;
}

.error_pg_wrap {
  display: table;
  width: 100%;
}

.section_email_check {
  word-break: keep-all;
  text-align: center;
}

.section_email_check h4 {
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  padding: 0 24px;
  margin-bottom: 15px;
}

.section_email_check a {
  color: #0692e0;
}

.section_email_check .text02 {
  margin-bottom: 20px;
}

.section_email_check .text03 {
  margin-bottom: 30px;
}

.section_email_check .text04 {
  color: #ff0000;
}

.section_email_check button {
  margin: 10px auto 20px !important;
  width: auto !important;
  padding: 12px 20px;
  min-width: 180px;
}

.section_email_check button.deactive {
  background: #848484 !important;
}

/* nice payment 추가 */
.section_nice_payment {
  background: #fff;
  border-radius: 3px;
  margin-top: -35px;
  z-index: 10;
  position: relative;
  color: #bebebe;
  text-align: left;
  overflow: hidden;
  -webkit-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

.section_nice_payment .card_type {
  border-bottom: 1px solid #dddddd;
  padding: 10px 30px;
}

.section_nice_payment .card_type span {
  margin-right: 5px;
}

.section_nice_payment .number {
  clear: both;
  padding: 16px 30px 0 30px;
}

.section_nice_payment .code_wrap {
  padding: 0 30px;
}

.section_nice_payment .date {
  clear: both;
  float: left;
}

.section_nice_payment .cvv {
  float: right;
}

.section_nice_payment button {
  background: #ff0004;
  font-size: 18px;
  color: #fff;
  margin: 12px auto;
  width: auto;
  text-align: center;
  padding: 10px 46px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c20003;
}

.section_nice_payment button.type_ing {
  background: #cf0003 !important;
}

.section_nice_payment .totalpay {
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  text-align: center;
  letter-spacing: -1px;
  padding-bottom: 2px;
  clear: both;
  margin-top: 20px;
}

.section_nice_payment .totalpay span {
  color: #ff0004;
}

.section_nice_payment h5 {
  position: relative;
  color: #3d3d3d;
  font-weight: normal;
  margin: 5px 0 0 0px;
}

.section_nice_payment .card_type span.active img {
  opacity: 1;
}

.section_nice_payment .card_type span img {
  width: 42px;
  opacity: 0.3;
}

.section_nice_payment .error_ms {
  font-size: 11px;
  color: #e75e62;
  margin-bottom: 2px;
  height: 20px;
  clear: both;
  display: block;
}

.section_nice_payment .sub_text {
  text-align: center;
  font-size: 11px;
  padding: 2px 70px 18px;
  line-height: 16px;
}

.section_nice_payment .sub_text a {
  text-decoration: underline;
}

.section_nice_payment input {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #1e1e1e;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.section_nice_payment input::-webkit-input-placeholder {
  color: #c7c7c7;
}

.section_nice_payment input::-moz-placeholder {
  color: #c7c7c7;
}

.section_nice_payment input:-ms-input-placeholder {
  color: #c7c7c7;
}

.section_nice_payment input::-ms-input-placeholder {
  color: #c7c7c7;
}

.section_nice_payment input::placeholder {
  color: #c7c7c7;
}

.section_nice_payment .date input {
  width: 60px;
  text-align: center;
}

.section_nice_payment .cvv input {
  width: 70px;
  text-align: center;
  margin-right: 14px;
  float: left;
}

.section_nice_payment .cvv img {
  display: inline-block;
}

.section_nice_payment .cvv em {
  font-size: 12px;
  color: #9a9a9a;
}

/*aliypay / wechat*/
.ico_aliypay {
  background: url(/assets/web/img/global/ico_aliypay.png) no-repeat;
  padding: 3px 31px;
  background-size: 25px;
  line-height: 24px;
  margin-left: 2px !important;
}

.ico_wechat {
  background: url(/assets/web/img/global/ico_wechat.png) no-repeat;
  padding: 3px 31px;
  background-size: 25px;
  line-height: 24px;
  margin-left: 2px !important;
}

.ico_paypal {
  background: url(/assets/web/img/global/ico_paypal.png) no-repeat 2px 2px;
  padding: 2px 30px;
  background-size: 76px;
  line-height: 18px;
  margin-left: 2px !important;
  text-indent: -9999px;
  display: inline-block;
  width: 8em;
}

.bbs-form > tbody > tr > td.change-pass-wrap .form-control {
  width: 400px;
}

.footer-card-icon-wrap span {
  float: left;
}

.footer-card-icon-wrap span.card-icon-mgl5 {
  margin-left: 3px;
}

.footer-card-icon-wrap span img {
  width: 27px;
}

/* nice_payment error*/
.section_nice_payment .error_box {
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  width: 320px;
  background: #fce7e4;
  margin: 18px 30px 0 30px;
  border-radius: 4px;
  border: 1px solid #ffb2b2;
  color: #2a2a2a;
}

.section_nice_payment .error_box span {
  background: url(/assets/web/img/global/icon/ico_notice.png) no-repeat;
  display: inline-block;
  padding-left: 24px;
}

.section_vipbanner_bobo {
  margin: -20px auto 30px;
  width: 1090px;
}

.section_vipbanner_bobo .banner01 {
  margin-right: 16px;
}

/* .payment-set-list > li img {
    padding-left: 5px;
    padding-right: 5px;
} */

.payment-step-wrapper h3 {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 20px 0 16px 0;
}

.payment-step-wrapper h3 span {
  font-size: 14px;
  background: #502e1f;
  padding: 4px 14px;
  color: #fff;
  border-radius: 100em;
  margin-right: 6px;
}

.payment-step-wrapper01 h3 {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin: 0px 0 14px 0;
  color: #fff;
  background: #d5ab30;
  padding: 2px 8px;
  border-radius: 2px;
}

.payment-step-wrapper01 h3 span {
  font-size: 14px;
  background: #502e1f;
  padding: 4px 14px;
  color: #fff;
  border-radius: 100em;
  margin-right: 6px;
}

/*결제페이지 상단 1개월 무료결제 카운팅*/
.payment-step-wrapper .free-oneMonth-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 900px;
  height: 120px;
  margin-top: 10px;
  border-radius: 4px 4px;
  background: #000 url(/assets/web/img/global/img_bn_vip_extension_payment_bg.png);
}

.payment-step-wrapper .free-oneMonth-bnr-left {
  margin-left: 222px;
}

.payment-step-wrapper .free-oneMonth-bnr-left h2 {
  width: 470px;
  font-size: 22px;
  line-height: 120%;
}
.payment-step-wrapper .free-oneMonth-bnr-right {
  margin-right: 30px;
}

/*결제페이지 첫결제 1개월 추가지급 카운팅*/
.payment-step-wrapper .first-pay-benefit {
  background: #000 url(/assets/web/img/global/img_bn_vip_1st_payment_bg.png);
}
.first-pay-benefit .sm-txt {
  color: #ff0c0c;
  border: 1px solid #ff0c0c;
}

/*결제페이지 첫결제 1개월 추가지급 리스트*/
.payment-step-wrapper .first-pay-benefit-con b.text-red {
  font-size: 22px;
  line-height: 100%;
}

.payment-step-wrapper .first-pay-benefit-con.active {
  color: #fff;
  background: url(/assets/web/img/global/bg_promo_1st_purchase_bg.png) 0 0 no-repeat;
}
.payment-step-wrapper .first-pay-benefit-con.active a {
  background-color: inherit;
}
/* .list-coin .first-pay-benefit-con a:focus,
.list-coin .first-pay-benefit-con a:hover {
    background: inherit;
} */

.list-coin .first-pay-benefit-con.active .btn-default {
  background-color: #e52e28;
  border: none;
  color: #fff;
}
.first-pay-benefit-con .sale_price {
  background: transparent -o-linear-gradient(top, #ff0c0c 0%, #e7d8ff 100%) 0% 0% no-repeat;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ff0c0c), to(#e7d8ff)) 0% 0% no-repeat;
  background: transparent linear-gradient(180deg, #ff0c0c 0%, #e7d8ff 100%) 0% 0% no-repeat;
}

.first-pay-benefit-payment h3 {
  background-color: #ee312f;
}

/*결제페이지 상단 코인할인 프로모션*/
.payment-step-wrapper .coin-discount-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 900px;
  height: 120px;
  margin-top: 10px;
  border-radius: 4px 4px;
  background: #000 url(/assets/web/img/global/img_bn_coin_discount_payment_bg.png);
}
.payment-step-wrapper .coin-discount-bnr-left h2 {
  width: 450px;
  padding: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.payment-step-wrapper .coin-discount-bnr-left .sm-txt {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #00f99f;
  border: 1px solid #00f99f;
  border-radius: 50px 50px;
}

/*20230111 vip, coin 그룹으로 나뉨*/
.payment-section {
  margin-top: 16px;
}
.payment-section .list-coin {
  margin-top: 0;
}
.payment-section h3 {
  margin: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #aeb7cb;
  border-radius: 10px 10px 0px 0px;
}

.payment-section:not(.first) .list-coin {
  background-color: #f5f5f5;
}
.payment-section:not(.first) .cell-coin {
  color: #888;
}
.payment-section.first {
  margin-top: 8px;
}
.payment-section.first h3 {
  background-color: #e52e28;
}
.payment-section.first .list-coin > li:last-child {
  border-bottom: 1px solid #0f1128;
}
.payment-section .list-coin > li a .cell-coin {
  width: 210px;
}
.payment-section .list-coin > li a .cell-detail {
  padding-left: 20px;
}
.payment-section .middle-line {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  margin-right: 3px;
}
.payment-section .middle-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #f44336;
}
.payment-section .middle-line:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 5px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #f44336;
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
  background-color: inherit;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.payment-section b.text-red {
  font-size: 13px;
}

.payment-step-wrapper01 .new_payment li {
  background: #eff0f3;
  border: 1px solid #eff0f3;
  width: 172px;
  border-radius: 2px;
  display: table;
  text-align: center;
  /* margin: 15px 8px 8px 0; */
  margin: 0 8px 8px 0;
  float: left;
  cursor: pointer;
  padding: 0;
}

/* .payment-step-wrapper01 .new_payment li:nth-child(0) ~
.payment-step-wrapper01 .new_payment li:nth-child(4) {margin-top:0;} */

.payment-step-wrapper01 .new_payment li:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #e7eaed;
}

.payment-step-wrapper01 .new_payment li span {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  height: 58px;
  /* height: 75px; */
}

.payment-step-wrapper01 .new_payment li.on {
  background: #ffeded;
  border: 1px solid #e52e28;
}

.payment-step-wrapper01 {
  clear: both;
  display: block;
  /* overflow: hidden; */
  width: 900px;
  margin: 0 auto 15px;
}

.payment-step-wrapper01 .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.payment-step-wrapper01 h2 {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
}

/*결제선택 UI 변경 2022_06_23*/
.payment-step-wrapper01 .new_payment .payment_con_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 74px;
  padding-top: 10px;
  text-align: center;
}

.selected_coin_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.selected_coin_top h2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}
.easy_charge-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.easy_charge-toggle_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.easy_charge-toggle_txt {
  font-size: 16px;
  line-height: 20px;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.4);
}

.payment_con_wrap > div {
  width: 100%;
}

.payment_con_wrap img {
  max-height: 43px;
  max-width: 144px;
}

.payment_con_wrap .method__name {
  margin-top: -16px;
}

.payment_con_wrap .payment__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  min-height: 20px;
  height: 31px;
  text-align: center;
  margin-bottom: 0 !important;
  background-color: #fff;
}

.payment-set-list .payment_con_wrap .method__name {
  margin: 0 6px 0 6px;
  text-align: left;
  letter-spacing: -0.5px;
  font-size: 10px;
  line-height: 15px;
  word-break: keep-all;
}

.payment-step-wrapper01 .payment_con_wrap span.pay-icon-flex {
  height: auto;
  margin: 0 6px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  text-indent: -9999px;
  background-size: 99%;
}

/*결제사 점검중*/
.payment-step-wrapper01 .new_payment li .checking {
  width: 100%;
  display: table-row;
  background-color: #fff;
  vertical-align: middle;
}
.payment-step-wrapper01 .new_payment li .checking span {
  height: auto;
  line-height: 100%;
  padding: 6px 0;
  color: #e52e28;
  font-weight: 500;
}

/* 연령 확인 추가*/
.section_age_verif .age_confirm {
  margin-top: 10px;
}

.section_age_verif .age_confirm h5 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #00f49d;
}

.section_age_verif .age_confirm select {
  color: #2a2a2a;
  border-radius: 2px;
  line-height: 20px;
  padding: 8px;
  margin: 0 6px 0 0;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.section_age_verif .form-tel {
  max-width: 40%;
  margin-top: 40px;
}

.section_age_verif .text p {
  max-width: 600px;
  margin-bottom: 15px;
  font-weight: 300;
  color: rgba(205, 203, 240, 0.97);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.section_age_verif .text {
  color: #fff;
}

/* form style */
.form-alert {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #f8130e;
}

.text-leaver {
  margin-top: 35px;
}

.cancel-vip-font-wrap {
  margin-top: 30px;
  font-size: 17px;
  color: #9a9a9a;
}

.deactivate-font-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 17px;
  color: #9a9a9a;
  cursor: pointer;
}

.info-body .account-info-content {
  height: 30px;
  background-color: #efefef;
  font-size: 14px;
  border-radius: 3px;
  padding: 6px;
  margin-bottom: 15px;
}

.info-body .account-info-title {
  font-size: 13px;
  margin-bottom: 5px;
}

/*purchse history page내 refund 버튼 추가*/
#accordion.table {
  overflow: hidden;
}
#accordion.table tr.accordion-line {
  cursor: pointer;
}
#accordion.table tr.accordion-line:hover {
  background-color: #fdeaea;
}
.bbs-list > tbody .accordion-txt > td {
  padding: 0;
}
.accordion-txt table {
  width: 100%;
  background-color: #f5f5f5;
}
.info-body .icon-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 12px;
}
.info-body .icon-arrow span {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -2px;
  margin-top: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: inherit;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.info-body .collapsed .accordion-title span {
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*마케팅동의 20230502*/
.account-info-content.marketing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.account-info-content .marketing_off {
  display: inline-block;
  width: 49px;
  height: 38px;
  margin-top: 2px;
  margin-right: 10px;
  text-indent: -9999px;
  font-size: 0;
  background: url(/assets/web/img/global/pop_prefer_toggleswitch_age_off.png) no-repeat;
}

/*marketing on 이면 active*/
.account-info-content.marketing.active .marketing_off {
  margin-right: 0;
  background: url(/assets/web/img/global/pop_prefer_toggleswitch_age_on.png) no-repeat;
}

.accordion-txt .refund-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.accordion-txt .refund-btn .refund-icon {
  margin-right: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.accordion-txt .refund-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 145px;
  padding: 4px 10px;
  margin: 0 0 0 12px;
  font-size: 12px;
  text-align: center;
  white-space: normal;
  border: 0;
  border-radius: 4px 4px;
}
.accordion-txt .refund-tooltip span {
  vertical-align: middle;
  white-space: normal;
}
.refund-tooltip.refund {
  color: #222;
  border: 1px solid #ccc;
  background-color: #fff;
}
.refund-tooltip.request {
  color: #222;
  border: 1px solid #ccc;
  background-color: #fff;
}
.refund-tooltip.complete {
  color: #fff;
  background-color: #00c47d;
}
.refund-tooltip.refund-no {
  color: #fff;
  background-color: #999;
}

/*2020_04_07 deactivate VIP*/
.deactivate header h1 {
  margin-bottom: 0;
}
.deactivate .deactivate-font-wrap {
  margin-top: 0;
}

/*20220610 deactive btn*/
.deactive-btn {
  min-width: 250px;
}

/* Reactivate VIP */
.layer-mymenu .layer-mymenu-header .vip_restart {
  display: table;
  padding: 5px 10px;
  background: #ee3230;
  border-radius: 2px;
  clear: both;
  margin: 10px 0 0 0;
  font-size: 11px;
  cursor: pointer;
}

.layer-mymenu .layer-mymenu-header .vip_restart_comp {
  display: table;
  padding: 5px 10px 4px 0;
  border-radius: 2px;
  clear: both;
  color: #00f717;
  margin: 10px 0 0 0;
  font-size: 11px;
}

.layer-mymenu .layer-mymenu-header .vip_restart_comp .material-icons {
  width: 16px;
  height: 16px;
  font-family: "Material Icons";
  font-size: 1.5em;
  vertical-align: bottom;
  margin-left: 3px;
}

/*IR Notification 페이지 20230413*/
.info-wrapper.ir-notification {
  background-image: none;
  background-color: #fff;
}
.ir-notification .info-body {
  width: 1120px;
}

/*코인 분리 표기 2020_09_24*/
.layer-coin__con {
  padding: 8px 20px 8px 15px;
  border-bottom: 1px solid #56575b;
  background-color: #454649;
  clear: both;
  overflow: hidden;
}

.layer-coin__con.web {
  border-left: 2px solid #0c80c3;
}

.layer-coin__con.app {
  border-left: 2px solid #ee2d2f;
}

.layer-coin__con li {
  /* float: left; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /* width: 48%; */
  font-size: 0;
}
/*
.layer-coin__con li:first-child {
    margin-right: 6px;
} */

.layer-coin__con li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 2px;
  height: 2px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.6);
}

.layer-coin__txt {
  max-width: 165px;
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  word-break: keep-all;
}

.layer-coin__amount {
  display: inline-block;
  padding: 2px 3px;
  font-size: 14px;
  font-weight: 500;
  background-color: #000;
  border-radius: 2px;
}

.web .layer-coin__amount {
  color: #91c5ff;
}

.app .layer-coin__amount {
  color: #ff5722;
}

/*코인할인 프로모션 배너 202403*/
.layer-coin-promo {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  background-color: #494a50;
}
.icon-coin {
  flex-shrink: 0;
  margin-right: 6px;
}
.layer-coin-promo-txt {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
}
.layer-coin-promo-txt span {
  font-size: 12px;
  color: #00f99f;
}

/*vip 프로모션 배너 202403*/
.layer-vip-promo {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}
.layer-vip-promo a {
  display: flex;
  align-items: center;
  background-color: #56575b;
}
.layer-vip-promo .icon-crown {
  flex-shrink: 0;
  margin-right: 8px;
}
.layer-vip-promo .layer-vip-promo-txt {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
}
.layer-vip-promo .layer-vip-promo-txt span {
  color: #00f99f;
}
.layer-vip-promo .undeline {
  display: block;
  text-decoration: underline;
}
.layer-vip-promo .icon-arrow {
  flex-shrink: 0;
  margin-left: auto;
}

/*2020_06_02 layer mymenu vip 추가*/
.layer-vip {
  padding: 18px 19px 20px;
  text-align: center;
  background-color: #f2f2f2;
}
.layer-vip h5 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #0f1128;
}
.layer-vip__txt {
  display: inline-block;
  margin-bottom: 12px;
  line-height: 16px;
  font-weight: 300;
  font-size: 12px;
  color: #0f1128;
  opacity: 0.6;
}
.layer-vip .btn-red {
  border-radius: 0;
  background-color: #ee2d2f;
}

.layer-vip.success {
  padding-top: 20px;
}
.layer-vip-success__img {
  display: block;
  margin: 0 auto 10px;
}

.top_notice {
  background: #003353;
  height: 80px;
}

.notice_text_warp {
  margin: 0 auto;
  max-width: 1380px;
  min-width: 1320px;
  display: block;
  text-align: center;
  padding: 0;
  position: relative;
}

.notice_text_warp .text {
  color: #fff;
  display: inline-block;
  padding: 18px 20px 0 12px;
  text-align: left;
}

.notice_text_warp .text h3 {
  font-size: 18px;
  background: url(/assets/web/img/global/icon/ico_notice04.png) no-repeat;
  padding-left: 29px;
}

.notice_text_warp .text p {
  padding-left: 29px;
  font-size: 13px;
  color: #c5c5c5;
}
.notice_text_warp .text p span {
  color: #05b3dd;
}

.notice_text_warp .text01 {
  color: #fff;
  display: inline-block;
  padding: 21px 20px 0 12px;
  text-align: left;
}

.notice_text_warp .text01 h3 {
  background: url(/assets/web/img/global/icon/ico_complete.png) no-repeat 0;
  background-size: 27px 27px;
  padding-left: 50px;
  font-size: 21px;
  float: left;
  margin-right: 16px;
}

.notice_text_warp .text01 .subtext {
  font-size: 16px;
  color: #07d1fe;
  display: inline-block;
  margin: 9px 0 0 10px;
}

.notice_text_warp button {
  display: inline-block;
  vertical-align: top;
  margin: 25px;
  background: #04a7cf;
  border: none;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
}

.notice_text_warp .topbanner_close {
  position: absolute;
  right: 0;
  color: #fff;
  top: 32px;
  width: 18px;
  height: 18px;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: url(/assets/web/img/global/icon/ico_close.png) no-repeat;
  background-position: center center;
}

/* Skrill 이메일 confirm 팝업 */
.section_skrill-confirm_box {
  min-height: 300px;
}

.section_skrill-confirm_box .modal-body {
  padding: 0 !important;
  border-radius: 10px !important;
  border-top: 5px solid black;
}

.section_skrill-confirm_box .modal-skrill-box {
  width: 445px;
}

.section_skrill-confirm_box h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.section_skrill-confirm_box .section_confirmin {
  padding: 40px;
  clear: both;
  max-height: 510px;
  overflow: auto;
  background: #fff;
  border-radius: 14px;
}

.section_confirmin .form_confirm {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 8px;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #dadbdf;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: center;
}

.section_confirmin .section_confirmin_sub {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 6px 4px 8px;
  font-size: 12px;
  height: 36px;
  margin: 16px 0 20px 0;
}

.section_confirmin .section_confirmin_sub .confirm_agree {
  float: left;
  color: #67697c;
  width: 100%;
}

.section_confirmin .error_ms {
  color: #ff0000;
  font-size: 12px;
  padding: 0 4px;
}

.section_skrill-confirm_box button {
  background: #dadbdf;
  border: none;
  color: #fff;
  font-weight: bold;
  width: 300px;
  text-align: center;
  clear: both;
  display: table;
  padding: 12px 0;
  font-size: 16px;
  border-radius: 30vw;
  margin: 30px auto 0px auto;
}

.section_skrill-confirm_box .close_popup {
  background: url(/assets/mobile/img/global/btn_close_popup.png) no-repeat 50% 50%;
  background-size: 42px;
  width: 42px;
  height: 42px;
  position: absolute;
  text-indent: -9999px;
  top: -20px;
  right: -20px;
  margin: 0;
  cursor: pointer;
}

/* Skrill 이메일 confirm 팝업 */

/* 에피소드 배너 영역 추가 */
.normal_ep-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 116px;
  padding: 0 40px;
  margin: 10px;
  background: url(/assets/web/img/banner/episode.png) no-repeat;
  background-size: cover;
}
.normal_ep-text {
  margin-right: 15px;
  font-size: 17px;
  text-align: center;
  color: #fff;
}
.normal_ep-btn {
  min-width: 130px;
  margin-left: auto;
  height: 36px;
  padding: 0 10px;
  border-radius: 36px;
  background-color: #ff0004;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

/* payment badge */
.pay-badge {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  /* height: 20px; */
  padding: 3px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #fff;
  line-height: 120%;
  -webkit-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);

  font-size: 11px;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

/*2020_04_08두줄일 경우*/
.pay-badge.multiline {
  /* height: 35px; */
  padding: 2px 10px;
  border-radius: 18px;
  /* line-height: 15px;
    transform: translate(-50%, -25px); */
}

.pay-badge__red {
  border-color: #e52e28;
  color: #e52e28;
}
.pay-badge__blue {
  border-color: #2756eb;
  color: #2756eb;
}
.pay-badge__fasteasy {
  border-color: #22b2df;
  color: #22b2df;
}

/* 2020_04_06 일본 결제페이지 수정건 */
.pay-badge.jp {
  left: 0;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.section_payment_en02 .pay-badge.jp.pay-badge__blue {
  color: #2756eb;

  font-size: 11px;
  font-weight: 600;
}
.section_payment_en02 .pay-badge.jp.pay-badge__red {
  color: #e52e28;

  font-size: 11px;
  font-weight: 600;
}

/* 2020_04_07 해지 보류 페이지*/
#glo_contents.hold_cancel {
  margin-bottom: 0 !important;
  background: url(/assets/web/img/global/bg_hold_cancel.png) no-repeat;
  background-size: 1903px 833px;
}
.section_check {
  min-height: 635px;
  padding: 130px 35px 1px 35px;
  text-align: center;
}
.section_check h4 {
  line-height: 54px;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
}
.section_check button {
  width: 360px;
  height: 62px;
  margin: 0 auto;
  line-height: 100%;
  border-radius: 5px;
  font-size: 25px;
  font-weight: bold;
  background: #ee312f;
  border: 1px solid #ee312f;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
.section_check button:hover {
  background: #b30000;
  border: 1px solid #b30000;
  color: #f4f5f7;
}
.section_check .sub_text {
  margin: 30px 0px 55px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
.giveup_free {
  margin-top: 40px;
}
.giveup_free a {
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #94827e;
  border-bottom: 1px solid #94827e;
}

/*app down page*/
.icon__price {
  position: relative;
  display: block;
  width: 90px;
  margin: 0 auto;
  padding: 3px 6px 4px;
  line-height: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  border-radius: 50px;
  word-break: keep-all;
}
.icon__price:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
}

.price-free-app {
  color: #fff;
  background-color: #ff0004;
}
.price-free-app:after {
  border-top-color: #ff0004;
}

.app__down {
  min-height: 100vh;
  background-color: #f5f5f5;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  /*상단 다운링크 고정 삽입으로인하여 추가*/
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  /*여기까지*/
}
.app__down__img {
  margin-bottom: 40px;
  width: 90px;
}

.app__down__txt {
  max-width: 338px;
  margin-bottom: 40px;
  word-break: keep-all;
}

.app__down__txt__main {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.app__down__txt__sub {
  font-size: 20px;
  text-align: center;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
}

.app__down__btn {
  width: 335px;
  height: 70px;
  margin-bottom: 10px;
  background-color: #000000;
  border-radius: 10px 10px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  word-break: keep-all;
}
.app__down__btn.btn-red {
  padding: 3px 5px;
  background-color: #ee312f;
}

.app__down__btn img {
  height: 70px;
}

/*free in app page*/
.ep__name {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
  word-break: keep-all;
}
.free-in-app .icon__price {
  top: 5px;
  right: -10px;
  margin-right: 0;
}
.free-in-app .ep__thumb__img {
  display: block;
  width: 160px;
}
.free-in-app .app__down__txt {
  max-width: 440px;
}
.free-in-app .app__down__txt__main {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}
.free-in-app .app__down__txt__main:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 0;
  left: 50%;
  margin-left: -7px;
  background-color: #000;
}
.free-in-app .ep__turning-txt {
  margin: 0 0;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.free-in-app .app__down__img {
  width: auto;
}

/*코인페이지 20211129*/
/*abloader*/
.abloader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 100;
}
.abloader--dark {
  background-color: rgba(0, 0, 0, 0.7);
}
.abloader.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.abloader-inner {
  font-size: 5px;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  text-indent: -9999em;
  border-top: 3px solid #c62828;
  border-right: 3px solid#fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.abloader-inner,
.abloader-inner:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.abloader-text {
  margin-top: 30px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.abloader-text__title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}
.abloader-text__sub {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}
.abloader-text__caution {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tcoin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.tcoin i[class^="sp-"] {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  font-style: normal;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-indent: -9999px;
}
.sp-icon2__refresh {
  width: 16px;
  height: 16px;
  background: url(/assets/web/img/global/coin_page/refresh.png) no-repeat;
}
.sp-icon2__logo-sm {
  width: 78px;
  height: 13px;
  background: url(/assets/web/img/global/coin_page/logo-sm.png) no-repeat;
}
.tcoin-header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 48px;
  background: #fff;
  text-align: center;
}
.tcoin-header h1 {
  font-size: 18px;
  line-height: 48px;
  font-weight: normal;
}
.tcoin-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #eff1f2;
  padding: 32px 24px;
  overflow: auto;
}
.tcoin-body--white {
  background: #fff;
}

.tcoin-title {
  max-width: 575px;
  padding: 0 50px;
  margin: -2px auto 20px;
  font-size: 24px;
}
.tcoin-steps {
  max-width: 575px;
  padding: 0 50px;
  margin: 0 auto;
}
.tcoin-steps > li {
  margin-bottom: 30px;
}

.tcoin-steps > li {
  margin-bottom: 30px;
}

.tcoin-steps > li:last-child {
  margin-bottom: 0;
}

.tcoin-steps > li img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tcoin-steps-num {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #222222;
  border-radius: 17px 17px;
}
.tcoin-sub__title {
  margin-bottom: 10px;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
}

.tcoin-steps__img {
  padding: 10px 10px;
  border: 2px solid #222222;
  border-radius: 20px 20px;
}

.tcoin-steps > li:first-child .tcoin-steps__img {
  min-height: 165px;
  padding: 26px 28px;
  background: url("/assets/web/img/global/coin_page/img_con01.png") 0 0 no-repeat;
  background-color: #fff;
}
.tcoin-steps__img .text-skyblue {
  color: #1a73e8;
}
.indicator {
  margin-bottom: 32px;
}
.metamask-info__btn {
  display: table;
  min-width: 150px;
  padding: 8px 10px;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #1a73e8;
  border-radius: 5px 5px;
}
.metamask-info__sub {
  padding-left: 72px;
  font-size: 13px;
}

.tcoin-inner {
  max-width: 312px;
  margin: 0 auto;
}

.tcoin-payinfo {
  margin: -32px -24px 0;
  padding: 24px 34px 15px;
  background: #eaf5ff;
}
.tcoin-payinfo__logo {
  display: block;
  text-align: right;
  margin-bottom: 16px;
}
.tcoin-payinfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.tcoin-payinfo dt,
.tcoin-payinfo dd {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-flex: 1;
  padding: 6px 0;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #0e0e0e;
  font-weight: normal;
  line-height: 100%;
}
.tcoin-payinfo dd {
  text-align: right;
  font-weight: 700;
}

.tcoin-myinfo {
  padding-top: 55px;
}
.tcoin-myinfo__own {
  /* display: flex;
    justify-content: space-between; */
  letter-spacing: -0.5px;
  font-size: 14px;
}
.tcoin-myinfo__own a {
  display: table;
  margin-left: auto;
}
.tcoin-myinfo__own a u {
  margin-right: 2px;
  vertical-align: middle;
}
.tcoin-myinfo__own em {
  font-weight: 700;
}
.tcoin-myinfo__use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  margin-top: 12px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #f5f5f5;
}
.tcoin-myinfo__label {
  color: #888;
}

.tcoin-myinfo__coin {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
.tcoin-myinfo__krw {
  display: block;
  margin-top: 6px;
  font-size: 11px;
}
.tcoin-myinfo__error {
  display: block;
  margin-top: 20px;
  color: #ee312f;
  text-align: center;
  font-size: 14px;
}

.tcoin-rguide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.tcoin-rguide i {
  margin-right: 4px;
}
.tcoin-inner .btn + .btn {
  margin-left: 8px;
}
.tcoin-inner .btn.btn-block {
  display: block;
  width: 100%;
  margin-top: 0;
}
.tcoin-inner .btn.btn-lg {
  font-size: 16px;
}
.tcoin-inner .btn-gray-outlined {
  background-color: transparent;
  border-color: #e1e1e1;
  color: #1a1a1a;
}
.tcoin-inner .btn-red {
  background-color: #c62828;
  color: #f5f5f5;
}

.tcoin-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px;
  margin-bottom: 52px;
}
.tcoin-btns > button:nth-child(1) {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.well--exchange {
  padding: 16px 20px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  background-color: #fcfcfc;
  font-size: 12px;
  line-height: 1.3;
  color: #727272;
}
.well--exchange .well__title {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
.well--exchange .dot-list > li {
  position: relative;
  padding-left: 8px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: left;
  color: #444444;
}
.dot-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #9e9e9e;
}
.dot-list > li ~ li {
  margin-top: 4px;
}
.tcoin-footer {
  -ms-flex: none;
  flex: none;
  -webkit-box-flex: 0;
}
.tcoin-footer > button {
  border-radius: 0 !important;
}

/*결제완료 페이지*/
.tcoin-complete {
  padding: 55px 0;
}
.tcoin-complete .complete__title {
  font-size: 65px;
}
.tcoin-complete .complete__info__txt {
  margin: 20px auto;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
}
.tcoin-calculate {
  width: 320px;
  margin: 0 auto;
}
.tcoin-calculate ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.tcoin-calculate__name {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: left;
  opacity: 0.6;
}
.tcoin-calculate__amount {
  margin-left: 5px;
  font-size: 14px;
  padding-right: 4px;
  font-weight: 600;
  color: #fff;
}
.tcoin-calculate__amount.text-red {
  color: #ff4a61;
}
.tcoin-calculate__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.tcoin-calculate__result .tcoin-calculate__name {
  opacity: 1;
}
.tcoin-calculate__result .tcoin-calculate__amount {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.tcoin-complete .btn_goback {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
}
/*코인페이지 끝*/

/*해지자,결제유보자 재결제 완료*/
.tcoin-complete .free-oneMonth-info {
  width: 320px;
  padding-top: 10px;
  margin: 0 auto 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.tcoin-complete .free-oneMonth-period {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.tcoin-complete .free-oneMonth-period span {
  color: #00f99f;
}

.tcoin-complete .free-oneMonth-info div {
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
}
.tcoin-complete .free-oneMonth-info .sm-txt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

/*페에스북 에러페이지*/
.error-container {
  margin-top: 60px;
  margin: 60px auto;
  width: 600px;
  min-height: 730px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.error-container b {
  text-decoration: underline;
}

.error-container .error-wrap {
  padding: 30px 20px;
  background-color: #fff;
}
.error-container h2 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #222222;
}

.error-txt {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}
.error-email-send .error-inputbox {
  position: relative;
  width: 400px;
  margin: 0 auto 10px;
}
.error-inputbox input {
  width: 400px;
  padding: 7px 10px;
  border: 1px solid #cccccc;
}
.error-inputbox input:active,
.error-inputbox input:focus {
  border: 1px solid #222222;
}
.error-inputbox .text-red {
  display: none;
  text-align: left;
}
.icon-error-inputbox {
  display: none;
  position: absolute;
  top: 8px;
  right: 10px;
}

.error-email-send .error-inputbox.error input {
  padding: 7px 36px 7px 10px;
  border: 1px solid #ee312f;
}
.error-email-send .error-inputbox.error .icon-error-inputbox {
  display: block;
}
.error-email-send .error-inputbox.error .text-red {
  display: block;
}
.error-email-send ::-webkit-input-placeholder {
  color: #999999;
}
.error-email-send-txt {
  width: 400px;
  padding: 10px 20px;
  margin: 0 auto 15px;
  font-size: 12px;
  color: #fff;
  background-color: #172340;
  border-radius: 20px;
}
.error-email-send button {
  min-width: 200px;
  padding: 12px 15px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 20px 20px;
  background-color: #ee312f;
}
.error-email-send button:hover {
  color: #fff;
}
.error-sub {
  padding: 10px 20px;
  text-align: left;
  background-color: #f5f5f5;
}
.error-sub li {
  margin-bottom: 5px;
}

/* 2020_04_07 모달 공통*/
.top_line_red,
.top_line-deepblue {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.top_line_red > div:first-child {
  border-top: 4px solid red;
}
.top_line-deepblue > div:first-child {
  border-top: 4px solid #083b58;
}
.section_sign_box .modal_con {
  text-align: center;
  word-break: normal;
}
.section_sign_box .popup__title {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  color: #323232;
}
.section_sign_box .notice {
  font-size: 14px;
  color: red;
}
.section_sign_box .modal_btns {
  width: 316px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.section_sign_box .btn {
  line-height: 100%;
  padding: 14px 0;
  margin-bottom: 0;
}
.section_sign_box .modal_btns .btn {
  float: left;
  width: 48.1%;
  margin-right: 3.8%;
  margin-top: 0;
  clear: none;
}
.section_sign_box .modal_btns .btn:last-child {
  margin-right: 0;
}
.section_sign_box .pink_red_btn {
  width: 300px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background: #ee312f;
  border: none;
  border-radius: 30px;
}
.section_sign_box .red_btn {
  width: 300px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background: #ff0000;
  border: none;
  border-radius: 30px;
}
.section_sign_box .white_btn {
  width: 300px;
  padding: 12px 0;
  color: #a7aeb7;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border: 2px solid #a7aeb7;
  border-radius: 30px;
}

.section_sign_box .gray_btn {
  width: 300px;
  padding: 12px 0;
  color: #323232;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  border-radius: 30px;
}

.section_sign_box .small-txt {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #666666;
  word-break: break-word;
}

/*진행중 dot*/
.ani-dots {
  display: inline-block;
  position: relative;
  height: 15px;
  font-size: 18px;
  font-weight: bold;
  top: -4px;
}
.ani-dot:nth-child(1) {
  position: absolute;
  animation: grow 1.5s infinite;
}
.ani-dot:nth-child(2) {
  position: absolute;
  animation: slide 1.5s infinite;
}
.ani-dot:nth-child(3) {
  position: absolute;
  left: 8px;
  animation: slide 1.5s infinite;
}

@keyframes grow {
  0%,
  50% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}
@keyframes slide {
  0% {
    transform: translate(0px, 0px);
  }

  50%,
  100% {
    transform: translate(8px, 0px);
  }
}

/*공통 끝*/

/*모달창 링크관련*/
.link {
  display: inline-block;
  text-decoration: underline;
}
.link:active,
.link:focus,
.link:hover {
  text-decoration: underline;
}
/* 2020_04_02 성별선택 모달창 추가건 */
.section_sign_box .modal-dialog {
  width: 420px;
  height: auto;
}
.section_sign_box.gender_select .modal_con {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.section_sign_box .modal_con_wrap {
  padding: 50px 60px;
}

/*
    modal_con안에 모달이 두개 들어갈 경우,
    상단에 붉은색 radius 라인 적용하기위함
    class="top_line_red"
*/
.modal_con_wrap.top_line_red {
  border-radius: 7px 5px 0 0;
  border-top: 5px solid red;
}

.section_sign_box .modal_title {
  font-size: 23px;
  line-height: 26px;
}
.section_sign_box .modal_txt-sm {
  font-size: 16px;
  line-height: 21px;
  color: #646464;
}

.section_sign_box.gender_select .gender_text {
  padding: 46px 30px 0;
  border-top: 4px solid red;
  text-align: center;
}
.section_sign_box.gender_select .gender_text h3 {
  line-height: 1;
  font-size: 28px;
  margin-bottom: 15px;
}
.section_sign_box.gender_select .gender_text p {
  padding-bottom: 26px;
  margin: 0;
  font-size: 16px;
  color: #646464;
  border-bottom: 1px solid #dcdcdc;
}
.section_sign_box.gender_select .gender_btns {
  padding: 30px 51px 50px;
}
.section_sign_box.gender_select .gender_btns ul {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.section_sign_box.gender_select .gender_btns li {
  float: left;
  position: relative;
  margin-left: 20px;
}
.section_sign_box.gender_select .gender_btns li:first-child {
  margin-left: 0;
}
.section_sign_box.gender_select .gender_btns li a {
  display: block;
  width: 100%;
}
.section_sign_box.gender_select .gender_btns li a span {
  position: absolute;
  bottom: 16px;
  display: block;
  width: 100%;
  font-weight: normal;
  color: #fff;
}
.section_sign_box.gender_select .gender_btns li.unknown a span {
  color: #333;
}

/* 2020_04_07*/
/*email_verification*/
.email_verification {
  padding: 30px 20px 36px;
}
.email_verification p {
  padding: 20px 0;
  margin: 0;
  font-size: 16px;
  color: #646464;
}
.section_sign_box .email_verification .pink_red_btn {
  width: 40%;
  margin-top: 20px;
}

/*vip membership cancel 모달창*/
.vip_cancel {
  padding: 30px 0 36px;
}
.vip_cancel p {
  line-height: 28px;
  padding-top: 16px;
  margin-bottom: 22px;
  font-size: 21px;
  font-weight: bold;
}

/*giveup_cancel 모달창*/
.giveup_cancel {
  padding: 60px 0 50px;
}
.giveup_cancel p {
  line-height: 28px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}

/*free_one_month 모달창*/
.free_one_month {
  padding: 28px 0 50px;
}
.free_one_month p {
  padding-top: 26px;
  line-height: 30px;
  font-size: 23px;
  font-weight: bold;
}
.free_one_month .btn {
  width: 180px;
}
.free_one_month .small-txt {
  width: 72%;
  margin: 15px auto 30px;
  padding-top: 0;
}

/*credit gompay*/
.section_sign_box .modal-dialog.credit {
  width: 595px;
  height: auto;
}
.credit__con {
  position: relative;
  text-align: left;
  padding: 0 24px 45px;
}
.credit .popup__title {
  padding-top: 40px;
  margin-bottom: 22px;
}
.credit .popup__title span {
  display: block;
}
.credit__info {
  margin-bottom: 25px;
}
.credit__choice {
  margin-bottom: 13px;
  font-size: 0;
}
.credit__choice > a {
  position: relative;
  display: inline-block;
  width: 86px;
  height: 46px;
  margin-right: 5px;
  vertical-align: middle;
  text-indent: -9999px;
  border: 1px solid #dcdcdc;
  opacity: 0.5;
  border-radius: 6px 6px;
  background: url(/assets/web/img/global/popup_credit_icon_bg_06.png) no-repeat;
  cursor: default;
}
.credit__choice > a:last-child {
  margin-right: 0;
}
.credit__choice > a.active {
  opacity: 1;
  border-color: #1f94d7;
}
.credit__choice > a.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 26px;
  height: 26px;
  background: url(/assets/web/img/global/icon_check.png) no-repeat 1px 1px;
}
.credit__card.visa {
  background-position: 0 0;
}
.credit__card.master {
  background-position: -87px 0;
}
.credit__card.jcb {
  background-position: -175px 0;
}
.credit__card.amex {
  background-position: -262px 0;
}
.credit__card.diners {
  background-position: -350px 0;
}
.credit__card.discover {
  background-position: -437px 0;
}

.credit__info__con {
  border-top: 2px solid #000;
}
.credit__info__con ul {
  margin-bottom: 18px;
}
.credit__info__con li {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.pay-title {
  position: relative;
  display: table-cell;
  width: 35%;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #083b58;
}
.pay-txt {
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  color: #787878;
}
.pay-txt .w-long {
  width: 275px;
}
.pay-txt .w-small {
  width: 100px;
}
.pay-txt input,
.pay-txt .pay-data {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  font-size: 16px;
  color: #787878;
  text-indent: 14px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}
.pay-txt .pay-data {
  line-height: 38px;
}
.pay-data > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.pay-data .icon-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  margin: 0 6px;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
/* .pay-txt .icon-container img {
    max-width: inherit;
} */
.pay-txt iframe {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
.pay-txt ::-webkit-input-placeholder {
  color: #c8c8c8;
}
.pay-txt :-ms-input-placeholder {
  color: #c8c8c8;
}
.pay-txt ::-moz-placeholder {
  color: #c8c8c8;
}
.pay-txt ::-ms-input-placeholder {
  color: #c8c8c8;
}
.pay-txt ::placeholder {
  color: #c8c8c8;
}
.input__wrap {
  display: inline-block;
  font-size: 0;
  border: 1px solid #dcdcdc;
}
.input__wrap input {
  width: 100%;
  border: none;
  outline: none;
}
.pay-info-txt {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  word-break: keep-all;
}

.credit__total {
  font-size: 24px;
  font-weight: bold;
  color: #323232;
  text-align: center;
}
.credit__total-red {
  color: #ff0000;
}
/*버튼*/
.credit .btn-single {
  width: 60%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #969696;
  border-radius: 7px;
  cursor: not-allowed;
}
.credit .btn-single.success {
  cursor: pointer;
  background-color: #1f94d7;
}

.access-terms {
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 14px;
  color: #787878;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
}

/*입력값 오류*/
.error input,
.error .input__wrap,
.error .pay-data {
  border-color: #ff0000;
}
.error .pay-info-txt {
  color: #ff0000;
}
/*입력값 성공*/
.success .pay-title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-left: 8px;
  margin-top: -9px;
  width: 15px;
  height: 11px;
  vertical-align: middle;
  background: url(/assets/web/img/global/icon_check.png) no-repeat 1px -25px;
}

/*checkout 결제*/
#checkout .credit .popup__title {
  padding-top: 50px;
}
#checkout .pay-title {
  padding-right: 21px;
}
#checkout .access-terms {
  font-weight: 400;
}
#checkout .access-terms a {
  color: #1f94d7;
}

#checkout .btn-single {
  padding: 24px 0;
}
#checkout .success .pay-title:after {
  right: 7px;
  margin-top: -6px;
}

/*20200204 카드 아이콘*/
.icon-container.amex {
  background-image: url(/assets/web/img/global/icon/card-icons/american-express.svg);
}
.icon-container.diners {
  background-image: url(/assets/web/img/global/icon/card-icons/diners-club.svg);
}
.icon-container.discover {
  background-image: url(/assets/web/img/global/icon/card-icons/discover.svg);
}
.icon-container.jcb {
  background-image: url(/assets/web/img/global/icon/card-icons/jcb.svg);
}
.icon-container.mada {
  background-image: url(/assets/web/img/global/icon/card-icons/mada.svg);
}
.icon-container.maestro {
  background-image: url(/assets/web/img/global/icon/card-icons/maestro.svg);
}
.icon-container.mastercard {
  background-image: url(/assets/web/img/global/icon/card-icons/mastercard.svg);
}

.icon-container.visa {
  background-image: url(/assets/web/img/global/icon/card-icons/visa.svg);
}

.icon-container.expdate {
  background-image: url(/assets/web/img/global/icon/card-icons/exp-date.svg);
}
.icon-container.cvv {
  background-image: url(/assets/web/img/global/icon/card-icons/cvv.svg);
}
.icon-container.card {
  background-image: url(/assets/web/img/global/icon/card-icons/card.svg);
}
.icon-container.error {
  width: 16px;
  background-image: url(/assets/web/img/global/icon/card-icons/error.svg);
}

/*error일 경우*/
.error .icon-container.card {
  background-image: url(/assets/web/img/global/icon/card-icons/card-error.svg);
}
.error .icon-container.cvv {
  background-image: url(/assets/web/img/global/icon/card-icons/cvv-error.svg);
}
.error .icon-container.expdate {
  background-image: url(/assets/web/img/global/icon/card-icons/exp-date-error.svg);
}

/*최근읽은 웹툰 삭제 팝업*/
.recent__delete {
  padding: 40px 0 30px;
}
.recent__delete p {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.2px;
}

/*별점주기 팝업*/
#star__rate .star__rate {
  padding: 30px 0 36px;
}
.star__rate h3 {
  margin-bottom: 15px;
}
.star__rate .stars-dl {
  float: none;
  margin-bottom: 15px;
}
.star__rate .star-view {
  float: none !important;
  margin-right: 0;
}
.star__rate .stars-dl dd {
  height: auto;
}

.star__rate .count-stars button {
  width: auto;
  display: inline-block;
  padding: 10px 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}
.star__rate .count-stars button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.star__rate .pink_red_btn {
  width: auto;
  padding: 15px 55px;
}

#user__star__rate .star__rate {
  padding: 30px 0 11px;
}

.familysafe__pop {
  padding: 40px 0 30px;
}
.familysafe__pop p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #8a8a8a;
}

/*free in app*/
#free_in_app .modal-dialog {
  height: auto;
}
#free_in_app .modal__img {
  padding-top: 24px;
}
#free_in_app .modal__main__txt {
  padding: 24px 55px 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  word-break: keep-all;
}
#free_in_app .btn__wrap {
  padding: 0 40px 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app__down__btns a {
  display: block;
  width: 190px;
  height: 60px;
  padding: 5px 17px;
  background-color: #000;
  border-radius: 10px 10px;
  font-size: 0;
  text-indent: -9999px;
}
.app__down__btns a:first-child {
  margin-bottom: 5px;
}
.app__down__btn span {
  display: block;
  width: 156px;
  height: 50px;
  background: url(/assets/web/img/modal/free_in_app_btns.png) 0 0 no-repeat;
}

/*언어별 다운로드 버튼 class*/
/*aos*/
.app__down__btn span.appdownload_Android_en {
  background-position: -157px 0;
}
.app__down__btn span.appdownload_Android_de {
  background-position: 0 0;
}
.app__down__btn span.appdownload_Android_fr {
  background-position: 0 -51px;
}
.app__down__btn span.appdownload_Android_it {
  background-position: -157px -51px;
}
.app__down__btn span.appdownload_Android_pt_br {
  background-position: -471px -51px;
}
.app__down__btn span.appdownload_Android_pt_pt {
  background-position: 0 -102px;
}
.app__down__btn span.appdownload_Android_es_mx {
  background-position: -471px 0;
}
.app__down__btn span.appdownload_Android_es_es {
  background-position: -314px 0;
}
.app__down__btn span.appdownload_Android_zh_tw {
  background-position: -314px -102px;
}
.app__down__btn span.appdownload_Android_zh_cn {
  background-position: -157px -102px;
}
.app__down__btn span.appdownload_Android_jp {
  background-position: -314px -51px;
}

/*ios*/
.app__down__btn span.appdownload_iOS_en {
  background-position: -157px -153px;
}
.app__down__btn span.appdownload_iOS_de {
  background-position: 0 -153px;
}
.app__down__btn span.appdownload_iOS_fr {
  background-position: 0 -204px;
}
.app__down__btn span.appdownload_iOS_it {
  background-position: -157px -204px;
}
.app__down__btn span.appdownload_iOS_pt_br {
  background-position: -471px -204px;
}
.app__down__btn span.appdownload_iOS_pt_pt {
  background-position: 0 -255px;
}
.app__down__btn span.appdownload_iOS_es_mx {
  background-position: -471px -153px;
}
.app__down__btn span.appdownload_iOS_es_es {
  background-position: -314px -153px;
}
.app__down__btn span.appdownload_iOS_zh_tw {
  background-position: -314px -255px;
}
.app__down__btn span.appdownload_iOS_zh_cn {
  background-position: -157px -255px;
}
.app__down__btn span.appdownload_iOS_jp {
  background-position: -314px -204px;
}

#free_in_app .qr__code {
  width: 125px;
  height: 125px;
  padding: 10px;
  background-color: #eeeeee;
  border-radius: 8px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*fullVer_a, fullVer_b*/
.section_sign_box .modal-dialog.fullVer_a,
.section_sign_box .modal-dialog.fullVer_b {
  width: 500px;
}

.fullVer_a_con,
.fullVer_b_con {
  padding: 50px 60px;
}
.fullVer_a_con .text-red,
.fullVer_b_con .text-red {
  color: #ee312f !important;
}

.fullVer_a h3,
.fullVer_b h3 {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 28px;
}

.fullVer_a p,
.fullVer_b p {
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 28px;
  color: #ee312f;
  font-weight: bold;
}

.fullVer_b .modal_btns {
  width: 100%;
}

.fullVer_a .btn,
.fullVer_b .modal_btns .btn {
  line-height: 110%;
  word-break: normal;
  white-space: normal;
}

.fullVer_b .modal_btns .gray_btn {
  width: 24.1%;
}
.fullVer_b .modal_btns .pink_red_btn {
  width: 72.1%;
}

/*vip membership cancel 모달창*/
.vip_cancel {
  padding: 30px 0 36px;
}
.vip_cancel p {
  line-height: 28px;
  padding-top: 16px;
  margin-bottom: 22px;
  font-size: 21px;
  font-weight: bold;
}

/*서비스 장애 안내*/
.modal-dialog.service_error {
  width: 650px;
  height: auto;
}

.service_error_con {
  padding: 50px;
}

.service_error_con h3 {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 28px;
}

.service_error_con .service_error_txt {
  padding: 20px;
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 18px;
  color: #666;
  text-align: left;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.service_error .text-red {
  color: #ee312f;
}

/*휴대폰 인증 안내*/
.modal-dialog.mobile_verify {
  width: 550px;
  height: auto;
}
.mobile_verify .top_line_red {
  overflow: visible;
}
.mobile_verify .top_line_red > div:first-child {
  border-radius: 7px 5px 0 0;
}
.mobile_verify .modal_title {
  margin-bottom: 20px;
}
.mobile_verify .modal_txt-sm {
  margin-bottom: 20px;
}

.mobile_verify_con input::-webkit-input-placeholder {
  color: #c7c7c7;
}

.mobile_verify_con input::-moz-placeholder {
  color: #c7c7c7;
}

.mobile_verify_con input:-ms-input-placeholder {
  color: #c7c7c7;
}

.mobile_verify_con input::-ms-input-placeholder {
  color: #c7c7c7;
}

.mobile_verify_con input::placeholder {
  color: #c7c7c7;
}

.mobile_verify_con .iti__flag-container {
  border-bottom: 1px solid #dadbdf;
}
.mobile_verify_con .mobile_verify_input {
  width: 210px;
  padding: 10px 8px;
  padding-left: 5px !important;
  margin-left: 107px !important;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #dadbdf;
}
/* .mobile_verify_code_con .mobile_verify_input {
    border-bottom: 1px solid #ee312f;
} */

.mobile_verify_con .iti__selected-flag {
  width: 95px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 8px;
  background-color: #fff;
}
.mobile_verify_con .iti__flag-container:hover .iti__selected-flag {
  background-color: #fff;
}

.mobile_verify_con .iti__flag-container:hover {
  border-bottom-color: #000;
}
.mobile_verify_con input:focus {
  border-bottom-color: #000;
}
.mobile_verify_con .iti__selected-dial-code {
  font-size: 18px;
}
.mobile_verify_con .iti__country-list {
  width: 410px;
}
.mobile_verify_con .notice {
  display: none;
  position: relative;
  width: 242px;
  margin-left: 142px;
  padding-left: 5px;
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
}
.mobile_verify .btn {
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.4;
  cursor: default;
}
#mobile_verify_code .btn {
  opacity: 1;
}
.mobile_verify .text-green,
.mobile_verify .link {
  font-size: 12px;
}

/*버튼클릭시 클래스 넣기*/
.opacity_animate {
  -webkit-animation: opacityani 1s 1;
  animation: opacityani 1s 1;
}
@-webkit-keyframes opacityani {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacityani {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

/*휴대폰 인증 코드 입력*/
.mobile_verify_code_con {
  position: relative;
}
#mobile_verify_code .mobile_verify_con .mobile_verify_input {
  width: 410px;
  padding-right: 35px;
  padding-left: 8px !important;
  margin-left: 0 !important;
}
.mobile_verify_code_con:after {
  display: none;
  content: url(/assets/web/img/global/ico_verify_input_check.png);
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

#mobile_verify_code .mobile_verify_con .notice {
  width: 390px;
  margin: 0 auto;
  padding-left: 0;
  text-align: left;
  font-size: 12px;
}

.mobile_verify .gray_btn {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  cursor: default;
}

#mobile_verify_code .modal_con_wrap > .notice {
  /* margin-top: 20px; */
  font-size: 12px;
  color: #ee312f;
}

/*입력사항 오류시 class"uncomplete"*/
/*입력사항 시간 초과시 class"overtime"*/
.mobile_verify .uncomplete .mobile_verify_input {
  border-color: #ee312f;
}
.mobile_verify .uncomplete .mobile_verify_code_con .mobile_verify_input {
  border-color: #ee312f;
}
.mobile_verify .uncomplete .mobile_verify_con .notice {
  display: block;
}
.mobile_verify .overtime .gray_btn {
  margin-top: 20px;
  color: #000;
  cursor: pointer;
}

/*입력이 다되면 class="complete"*/
.mobile_verify .complete .mobile_verify_input {
  border-color: rgba(0, 0, 0, 1);
}
.mobile_verify .complete .iti__flag-container {
  border-color: rgba(0, 0, 0, 1);
}
.mobile_verify .complete .pink_red_btn {
  margin-top: 20px;
  opacity: 1;
  cursor: pointer;
}

.mobile_verify .complete .mobile_verify_code_con:after {
  display: block;
}

/*비활성화 class="empty"*/
#mobile_verify_code .btn.empty {
  opacity: 0.4;
}

/*nomore_read_ep*/
#nomore_read_ep .modal-dialog {
  width: 550px;
  height: auto;
}
.nomore_read_ep {
  padding: 45px 50px;
}
.nomore_read_ep h3 {
  color: #ee312f;
}
.nomore_read_ep p {
  padding-top: 20px;
  margin: 0;
  font-size: 16px;
  color: #646464;
}
.nomore_read_ep .pink_red_btn {
  width: 280px;
  margin-top: 20px;
}

/*purchase all episode*/
#purchase_all_ep .modal-dialog {
  width: 400px;
}
#purchase_all_ep .modal-body {
  padding: 0 0 50px;
  text-align: center;
  border-radius: 0 0 14px 14px;
}

.purchase_all_ep h3 {
  padding: 18px 0;
  margin-bottom: 10px;
  font-size: 23px;
  text-align: center;
  color: #ee312f;
  background-color: #f7f7f7;
}
.purchase_all_ep_count {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.purchase_all_ep_count b {
  color: #ee312f;
}
.purchase_all_ep .notice {
  margin-bottom: 20px;
  color: #222;
  font-size: 14px;
  font-weight: normal;
}
.purchase_all_ep .checkbox-img {
  margin-bottom: 20px;
}
.purchase_all_ep .checkbox-img label::before {
  margin-right: 5px;
  border-color: #bdbdbd;
}
.purchase_all_ep .checkbox-img label {
  font-size: 13px;
  color: #646464;
  font-weight: 300;
}

#purchase_all_ep .modal_btns {
  width: 316px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#purchase_all_ep .btn {
  line-height: 100%;
  padding: 14px 0;
  margin-bottom: 0;
}
#purchase_all_ep .modal_btns .btn {
  float: left;
  width: 48.1%;
  margin-right: 3.8%;
  margin-top: 0;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  clear: none;
}
#purchase_all_ep .modal_btns .btn:last-child {
  margin-right: 0;
}

#purchase_all_ep .red_btn {
  color: #fff;
  background: #ff0000;
}

#purchase_all_ep .gray_btn {
  color: #323232;
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
}

/*Please wait*/
#plz_wait .modal-dialog {
  width: 400px;
  height: auto;
}
.plz_wait {
  padding: 63px 66px;
}
.plz_wait p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  color: #646464;
}

.plz_wait .loading__img {
  width: 34px;
  height: 34px;
  margin-right: 0;
  background: url(/assets/web/img/global/ico_progress_ring_red.png) 0 0 no-repeat;
  background-size: 34px 34px;
}

/*purchase complete*/
#purchase_complete .modal-dialog {
  width: 400px;
  height: auto;
}
.purchase_complete {
  padding: 50px 0;
}
.purchase_complete p {
  width: 300px;
  margin: 0 auto 20px;
  font-size: 16px;
  color: #646464;
}
.purchase_complete .pink_red_btn {
  width: 180px;
  margin-top: 20px;
}

/*purchase coin ep*/
#ep-own .modal-dialog {
  width: 400px;
}
#ep-own .modal-title {
  padding-right: 35px;
}
#ep-own .modal-body {
  padding: 0;
  text-align: center;
  border-radius: 0 0 14px 14px;
}
.purchase_coin_ep {
  padding: 0 15px;
}
.purchase_coin_ep h3 {
  padding-top: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  color: #ee312f;
}
.purchase_coin_ep h3 b {
  color: #03a9f4;
}
.purchase_coin_ep .notice {
  margin-bottom: 20px;
  color: #222;
  font-size: 14px;
  font-weight: normal;
}
#ep-own .checkbox-img {
  display: block;
  padding: 10px 15px;
  text-align: right;
  background-color: #f7f7f7;
  border-radius: 0 0 14px 14px;
}
#ep-own .checkbox-img label::before {
  margin-right: 5px;
  border-color: #bdbdbd;
}

#ep-own .checkbox-img label {
  margin-bottom: 0;
  font-size: 13px;
  color: #646464;
  font-weight: 300;
}
#ep-own .btn {
  min-width: 240px;
  line-height: 20px;
  padding: 2px 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 30px;
}
#ep-own .red_btn {
  color: #fff;
  background: #ff0000;
}
#ep-own .red_btn b {
  display: block;
}
#ep-own .link {
  margin-bottom: 30px;
}

/*gift_bonus_coin*/
#gift_bonus_coin .modal-dialog {
  width: 650px;
  height: auto;
}
.gift_bonus_coin {
  padding: 50px 50px;
  text-align: center;
}
.gift_bonus_coin h3 {
  font-size: 23px;
}
.gift_bonus_coin p {
  padding: 20px 0;
  margin: 0;
  font-size: 18px;
  color: #222222;
}

.reward_content {
  padding: 20px;
  line-height: 23px;
  font-size: 18px;
  color: #222222;
  text-align: left;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.reward_content dl {
  margin-bottom: 8px;
}
.reward_content dl:last-child {
  margin-bottom: 0;
}
.reward_content dt,
.reward_content dd {
  display: inline;
}

.gift_bonus_coin .pink_red_btn {
  width: 280px;
  margin-top: 0;
  white-space: normal;
}

/*modal tooltip*/
.modal__tooltip {
  visibility: hidden;
  position: absolute;
  left: 18px;
  padding: 10px 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 10px;
}
.modal__tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50%;
  display: inline-block;
  width: 10px; /* 사이즈 */
  height: 10px; /* 사이즈 */
  border-top: 1px solid #121212; /* 선 두께 */
  border-right: 1px solid #121212; /* 선 두께 */
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); /* 각도 */
  bottom: -6px; /* 기본 0px 값 */
  margin-left: -14px;
  background-color: #fff;
}
.modal__tooltip__close {
  position: absolute;
  top: 6px;
  right: 10px;
  padding: 0;
  background-color: initial;
}

#easy_charge .modal-dialog,
#easy_charge-cancel .modal-dialog,
#easy_charge-restart .modal-dialog {
  width: 550px;
}

#easy_charge .easy_charge_con,
#easy_charge-cancel .easy_charge_con,
#easy_charge-restart .easy_charge_con {
  padding: 45px 50px;
}
#easy_charge .easy_charge_con h3,
#easy_charge-cancel .easy_charge_con h3,
#easy_charge-restart .easy_charge_con h3 {
  color: #ee312f;
}
#easy_charge .easy_charge_con p,
#easy_charge-cancel .easy_charge_con p,
#easy_charge-restart .easy_charge_con p {
  padding-top: 20px;
  margin: 0;
  font-size: 16px;
  color: #646464;
}
#easy_charge .easy_charge_con .pink_red_btn {
  width: 280px;
  margin-top: 20px;
}
#easy_charge-cancel .easy_charge_con .modal_btns,
#easy_charge-restart .easy_charge_con .modal_btns {
  margin-top: 20px;
}
#easy_charge-cancel .easy_charge_con .btn,
#easy_charge-restart .easy_charge_con .btn {
  font-size: 14px;
  font-weight: normal;
}

/*간편결제 충전*/
#easy_charge-pay .modal-title {
  position: relative;
}

#easy_charge-pay .modal-dialog {
  width: 430px;
}

#easy_charge-pay .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#easy_charge-pay .modal-header:before,
#easy_charge-pay .modal-header:after {
  content: none;
}
.modal-header-rg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#easy_charge-pay .modal-title img {
  margin-top: -2px;
  margin-right: 2px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
#easy_charge-pay .modal-title:hover .modal__tooltip {
  visibility: visible;
}
.modal-header-rg_txt {
  display: inline-block;
  margin-right: 5px;
  color: #888888;
  text-decoration: underline;
  text-align: right;
}
.icon-arrow-rg {
  display: inline-block;
  width: 7px;
  height: 11px;
  text-indent: -9999px;

  background: url(/assets/web/img/global/img_popup_title_smallarrow.png) 0 0 no-repeat;
}

#easy_charge-pay .modal-body {
  padding: 0;
  border-radius: 0 0 14px 14px;
}
#easy_charge-pay .easy_charge-pay_con {
  padding: 0 15px;
}
#easy_charge-pay .list-coin {
  margin-top: 0;
  padding-top: 30px;
}
#easy_charge-pay .list-coin li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: #24263c;
  border-radius: 5px;
  padding: 18px 15px;
}
#easy_charge-pay .list-coin li > div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 13px;
}
#easy_charge-pay .list-coin .cell-coin {
  color: #fff;
}
#easy_charge-pay .list-coin .cell-detail {
  color: #fff;
  margin-left: 30px;
}
#easy_charge-pay .list-coin .cell-bill {
  margin-left: auto;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
#easy_charge-pay .list-coin em {
  font-size: 20px;
}

#easy_charge-pay .red_btn {
  display: block;
  min-width: 200px;
  padding: 13px 20px;
  margin: 20px auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  background: #ff0000;
  border: none;
  border-radius: 30px;
}
#easy_charge-pay .modal_close-bt {
  display: block;
  padding: 10px 15px;
  text-align: right;
  color: #646464;
  font-size: 13px;
  background-color: #f7f7f7;
  border-radius: 0 0 14px 14px;
}
#easy_charge-pay .modal__tooltip {
  min-width: 430px;
  border: 1px solid #000;
  bottom: 30px;
}
#easy_charge-pay .modal__tooltip__title {
  margin-bottom: 5px;
  font-size: 15px;
  color: #222222;
  text-align: left;
}

#easy_charge-pay .modal__tooltip__txt {
  font-size: 13px;
  line-height: 20px;
  color: #707070;
  text-align: left;
  word-break: normal;
}

/*coin discount promo 202403*/
#easy_charge-pay .easy_charge-pay_con {
  padding: 0;
}
#easy_charge-pay .easy_charge-pay_con .coin_discount_promo_top {
  line-height: 150%;
  padding: 7px 0;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(92deg, #bb6edf 1.87%, #00c47d 100%);
}
#easy_charge-pay .easy_charge-pay_con .coin_discount_promo_top b {
  display: block;
  font-size: 16px;
}
#easy_charge-pay .easy_charge-pay_con .coin_discount_promo_top span {
  font-size: 14px;
}
#easy_charge-pay .easy_charge-pay_con .list-coin {
  padding-left: 15px;
  padding-right: 15px;
}
#easy_charge-pay .easy_charge-pay_con .list-coin li {
  align-items: center;
}
#easy_charge-pay .easy_charge-pay_con .cell-coin {
  text-align: center;
}
#easy_charge-pay .easy_charge-pay_con .cell-coin span {
  display: block;
}
#easy_charge-pay .easy_charge-pay_con .save_amount {
  display: block;
  font-size: 10px;
  color: #00f99f;
}
#easy_charge-pay .easy_charge-pay_con .cell-bill {
  font-size: 14px;
}
#easy_charge-pay .easy_charge-pay_con .middle-line {
  color: #888;
  line-height: 110%;
  text-decoration: line-through;
}
.easy_charge-pay_con .red_btn {
  font-size: 16px;
}

/*성인원작 안내*/
#adult_origin_guide .modal-dialog {
  width: 430px;
  height: auto;
}
.adult_origin_guide {
  padding: 30px 15px;
}
.adult_origin_guide p {
  margin: 10px 0 15px;
  font-size: 16px;
  color: #646464;
}
.adult_origin_guide .icon-18plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 30px;
  font-weight: bold;
  color: #ee312f;
  border-radius: 100% 100%;
  border: 6px solid #ee312f;
  background-color: #fff;
}
.adult_origin_guide .icon-18plus span {
  line-height: 100%;
}
.adult_origin_guide .red_btn {
  width: auto;
  line-height: 26px;
  padding: 10px 25px;
  word-break: normal;
  white-space: normal;
}

.adult_origin_guide .modal_close-bt {
  display: block;
  margin-top: 10px;
  color: #646464;
  font-size: 13px;
}

/*viewer issue*/
#viewer_issue .modal-dialog {
  width: 400px;
}
#viewer_issue .modal-body {
  padding-bottom: 40px;
  border-radius: 0 0 14px 14px;
}
.viewer_issue_con {
  margin-top: 25px;
  padding: 0 15px;
  text-align: center;
}
.btn_list-col li {
  width: 100%;
  margin-bottom: 5px;
}
.btn_list-col .btn:last-child {
  margin-bottom: 0;
}
.btn_list-col .btn {
  display: block;
  color: #222;
  border-radius: 0;
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_list-col .btn:hover {
  color: #222;
  background-color: #e6f0ff;
  border-color: #ccc;
}

.btn_list-col .btn.active {
  color: #fff;
  background-color: #0052cc;
  border-color: #0052cc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.viewer_issue_con .modal-header-rg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.viewer_issue_con button {
  min-width: 140px;
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 26px 26px;
}
.btn_wrap button:first-child {
  margin-right: 10px;
}

/*15세/19세 중복구매*/
#db_purchase .modal-dialog {
  width: 400px;
  height: auto;
}
#db_purchase .modal-content {
  border-radius: 14px;
}
#db_purchase .modal-body {
  border-radius: 14px !important;
}
.db_purchase_img {
  position: relative;
  height: 178px;
  background: url(/assets/web/img/global/db_purchase_ex.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px 12px 0 0;
}
.db_purchase_img_con {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  vertical-align: middle;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.db_purchase_img .btn {
  min-width: 280px;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  background-color: inherit;
}
#db_purchase .icon-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  margin-top: -2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: inherit;
  vertical-align: middle;
}

.db_purchase_img .btn:hover,
.db_purchase_img .btn:active {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}
.db_purchase_img .btn:hover .icon-arrow,
.db_purchase_img .btn:active .icon-arrow {
  border-top-color: #000;
  border-right-color: #000;
}

.db_purchase_txt {
  padding: 30px 15px;
}

.db_purchase_txt h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.db_purchase_txt p {
  font-size: 14px;
}
#db_purchase .modal_btns .btn {
  min-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
#db_purchase .modal_btns .btn-default {
  color: #323232;
  background-color: #f0f0f0;
}

#db_purchase .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #646464;
  font-size: 13px;
}
#db_purchase .ico-notice {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

/*purchase history 환불관련 모달*/
#refund_complete .modal-dialog,
#refund_no-vip .modal-dialog,
#refund_no-used .modal-dialog {
  width: 550px;
  height: auto;
}
.purchase_refund {
  padding: 46px 50px 50px;
}
.purchase_refund p {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 16px;
  color: #646464;
}
.purchase_refund .icon-18plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 30px;
  font-weight: bold;
  color: #ee312f;
  border-radius: 100% 100%;
  border: 6px solid #ee312f;
  background-color: #fff;
}
.purchase_refund .red_btn {
  min-width: 280px;
  line-height: 26px;
  padding: 10px 25px;
  word-break: normal;
  white-space: normal;
}

.purchase_refund .modal_close-bt {
  display: block;
  margin-top: 10px;
  color: #646464;
  font-size: 13px;
}

/*첫결제 50% SALE*/
.section_sign_box.first-pay-sale-wrap .modal-content {
  border: 0;
  border-radius: 20px 20px;
}
.section_sign_box.first-pay-sale-wrap .modal-body {
  border-radius: 20px 20px !important;
  background: transparent -o-radial-gradient(50% 60%, closest-side, #ff0c0c 0%, #e7d8ff 150%) 0% 0% no-repeat;
  background: transparent radial-gradient(closest-side at 50% 60%, #ff0c0c 0%, #e7d8ff 150%) 0% 0% no-repeat;
}
.section_sign_box.first-pay-sale-wrap .modal-dialog {
  width: 320px;
  height: auto;
}

.first-pay-sale {
  position: relative;
  padding: 130px 35px 60px;
  color: #fff;
}
.first-pay-sale .sub-title {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  border-top: 3px double #fff;
  border-bottom: 3px double #fff;
}
.first-pay-sale .sale-period {
  font-size: 30px;
  font-weight: 700;
}
.first-pay-sale .sale-value {
  font-size: 80px;
  font-weight: 700;
}
.first-pay-sale .sub-txt {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 30px;
}
.first-pay-sale .white_btn {
  width: 100%;
  margin-top: 30px;
  color: #ff0c0c;
  border: 0;
}
.sale-amount {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 120px;
  height: 120px;
  color: #ff0c0c;
  background: url(/assets/web/img/global/img_full_popup_label_01.png) 0 0 no-repeat;
  background-size: 100%;
  z-index: 1;
}
.sale-bg-icon {
  position: absolute;
  top: 9px;
  left: 100px;
  width: 60px;
  height: 60px;
  background: url(/assets/web/img/global/img_full_popup_label_02.png) 0 0 no-repeat;
  background-size: 100%;
}
.sale-amount-num {
  font-size: 20px;
}
.sale-amount b {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
}
.sale-amount-txt {
  font-size: 18px;
}
.section_sign_box.first-pay-sale-wrap .close_popup {
  background: url(/assets/web/img/global/ico_main_full_popup_close.png) 0 0 no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  text-indent: -9999px;
  top: -25px;
  right: 50%;
  margin: 0 -8px;
  cursor: pointer;
}

/*첫결제 50% SALE Type B*/
.section_sign_box.first-pay-sale-typeb .modal-content {
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section_sign_box.first-pay-sale-typeb .modal-body {
  border-radius: 20px 20px !important;
  background: inherit;
}
.first-pay-sale.typeb {
  position: relative;
  padding: 70px 12px 60px;
  color: #fff;
}
/*상단이 두줄일경우 20231129*/
.first-pay-sale.typeb.multi-line {
  padding-top: 40px;
}
.section_sign_box.first-pay-sale-typeb .modal-dialog {
  width: 320px;
  height: 500px;
  background: url(/assets/web/img/global/popup_3+1_Btype_bg.png) 0 0 no-repeat;
}

.typeb .sale-amount {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 90px;
  height: 90px;
  color: #ff0c0c;
  background: url(/assets/web/img/global/img_full_popup_label_typeb_01.png) 0 0 no-repeat;
  background-size: 100%;
  z-index: 1;
}
.typeb .sale-amount-num {
  font-size: 15px;
}
.typeb .sale-amount b {
  font-size: 30px;
}
.typeb .sale-amount-txt {
  font-size: 13px;
  font-weight: 700;
}
.typeb .sub-title {
  margin-bottom: 40px;
  font-size: 14px;
}
.typeb .sub-txt {
  margin: 0;
}
.typeb .sale-main-txt span {
  display: block;
  font-size: 32px;
  text-decoration: underline;
}
.typeb .sale-main-txt b {
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
}
.typeb .white_btn {
  width: 90%;
  margin-top: 15px;
  color: #fff;
  border: 2px solid #fff;
  background-color: inherit;
}

.section_sign_box.first-pay-sale-typeb .close_popup {
  background: url(/assets/web/img/global/ico_main_full_popup_close.png) 0 0 no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  text-indent: -9999px;
  top: -25px;
  right: 50%;
  margin: 0 -8px;
  cursor: pointer;
}

/* file donwload */
.file-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 8px 12px;
  margin-bottom: 10px;
  background: #fff;
}
.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.file > a {
  text-decoration: underline;
  margin-right: 10px;
  font-size: 16px;
  color: #337ab7;
}
.file > span {
  color: #666;
}
.file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #e6373e;
}
.file-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.file-info dt {
  margin-right: 8px;
  color: #333;
}

/*set_preference 202305*/
#set_preference .modal-dialog {
  width: 650px;
  height: auto;
}
.set_preference_con {
  padding: 30px 50px;
  text-align: left;
}
.set_preference_con h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.set_preference_con .preference_adult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.set_preference_con .adult_off {
  display: inline-block;
  width: 49px;
  height: 42px;
  margin-right: 10px;
  margin-top: 6px;
  text-indent: -9999px;
  font-size: 0;
  background: url(/assets/web/img/global/pop_prefer_toggleswitch_age_off.png) no-repeat;
}
.set_preference_con .preference_adult_txt {
  font-size: 16px;
  font-weight: 300;
  color: #646464;
}

/*18plus 아니면*/
.set_preference_con .preference_adult.active .adult_off {
  margin-right: 0;
  background: url(/assets/web/img/global/toggleswitch_age_on.png) no-repeat;
}

/*preference select*/
.preference_select {
  height: 335px;
  margin-bottom: 30px;
  border-top: 2px solid rgba(204, 204, 204, 0.8);
  border-bottom: 2px solid rgba(204, 204, 204, 0.8);
  overflow-y: overlay;
}
.preference_select::-webkit-scrollbar {
  width: 14px;
}
.preference_select::-webkit-scrollbar-thumb {
  color: #a8a8a8;
  outline: none;
  border-radius: 10px;
  border: 4px solid transparent;
  /* box-shadow 색상은 지정 안했을 경우 기본적으로 color 값을 따라감 */
  -webkit-box-shadow: inset 6px 6px 0;
  box-shadow: inset 6px 6px 0;
}
.preference_select::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.preference_select_con a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 10px 30px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.preference_select_con.all a {
  color: #646464;
  border-bottom: 2px solid rgba(204, 204, 204, 0.3);
}
.preference_select_con.active a {
  color: #000;
  background-color: #ee312f1a;
}

.set_preference_con .pink_red_btn {
  width: 280px;
  margin-top: 0;
  margin-bottom: 20px;
  white-space: normal;
  opacity: 0.5;
  cursor: initial;
}
.set_preference_con .pink_red_btn.active {
  opacity: 1;
  cursor: pointer;
}

.preference_notice {
  font-size: 12px;
  color: #646464;
  text-align: center;
}

/*preference 선택을 위함*/
.preference_check {
  display: block;
  position: relative;
  width: 27px;
  height: 25px;
  margin-right: 20px;
  text-indent: -9999px;
  font-size: 0;
  background: url(/assets/web/img/global/checkbox_heart_off.png) no-repeat;
  background-position: center;
  overflow: hidden;
}
.preference_select_con.all .preference_check {
  background: url(/assets/web/img/global/checkbox_heart_all_off.png) no-repeat;
  background-position: center;
}
/*
  좋아요를 누를 경우 하트변경
*/
.preference_select_con.active .preference_check {
  background: url(/assets/web/img/global/checkbox_heart_on.png) no-repeat;
  background-position: center;
}

/*promo code success*/
#promo_code_success .modal-dialog {
  width: 550px;
}

#promo_code_success .promo_code_success_con {
  padding: 45px 50px;
}
#promo_code_success .promo_code_success_con h3 {
  margin-bottom: 20px;
  font-size: 23px;
  color: #222;
}
#promo_code_success .promo_code_date {
  margin-bottom: 30px;
  color: #646464;
  font-size: 16px;
}
#promo_code_success .promo_code_date b {
  color: #222;
}
#promo_code_success .promo_code_num {
  margin-bottom: 10px;
  font-size: 18px;
  color: #8d8ea2;
  font-weight: 300;
}
#promo_code_success .promo_details {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0 20px;
  font-size: 16px;
  color: #646464;
  border-top: 1px solid #ccc;
}
#promo_code_success .before-promo {
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 15px;
  font-weight: 600;
}
#promo_code_success .before-promo:before {
  height: 2px;
  border-top: 2px solid #646464;
}
#promo_code_success .before-promo:after {
  right: 2px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #646464;
  transform: rotate(-55deg);
  background-color: inherit;
  text-indent: -9999px;
  transition: transform 0.2s ease-in-out;
}

#promo_code_success .after-promo {
  font-size: 24px;
  color: #ee312f;
  font-weight: 600;
  margin-left: 8px;
}
#promo_code_success .pink_red_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding: 15px 0;
  margin-top: 0;
}

#promo_code_success .pay-now-icon {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  text-indent: -9999px;
  background: url(/assets/web/img/global/ico_btn_paynow.png) 0 0 no-repeat;
}

/*구매/구독전환 유도*/
#payment_guide .modal-dialog {
  width: 400px;
  height: auto;
}
#payment_guide .top_line_red {
  overflow: initial;
}
#payment_guide .top_line_red > div:first-child {
  border-radius: 10px 10px 0 0;
}
#payment_guide .payment_guide {
  padding: 17px 0 40px;
}
.payment_guide .another-plan {
  display: block;
  padding-right: 15px;
  margin-bottom: 20px;
  text-align: right;
  text-decoration: underline;
  color: #888;
}
.payment_guide .another-plan .icon-arrow-rg {
  display: inline-block;
}
#payment_guide h1 {
  margin-bottom: 10px;
  font-size: 23px;
  color: #ee312f;
  font-weight: 600;
}
.payment_guide ul {
  margin-bottom: 20px;
}
.payment_guide .payment_guide_check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.payment_guide .payment_guide_check.check:first-child {
  margin-top: 23px;
}

.payment_guide_check input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.payment_guide .payment_guide_check label {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 35px;
  margin-bottom: 0;
  color: #646464;
  font-weight: 300;
  cursor: pointer;
}
.payment_guide_check .payment_guide_title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.payment_guide .payment_guide_check input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  background: url(/assets/web/img/global/ico_popup_quick_payment_check_nor.png);
  overflow: hidden;
}
.payment_guide .payment_guide_check input[type="checkbox"]:checked + label:before {
  background: url(/assets/web/img/global/ico_popup_quick_payment_check_sel.png);
}

.payment_guide .payment_guide_amount {
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 13px;
}
.payment_guide .payment_guide_amount div{
  display: flex;
  align-items: center;
}
.payment_guide_amount .icon-badge {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: url(/assets/web/img/global/ico_first_purchase.png) 0 0 no-repeat;
  text-indent: -9999px;
  font-size: 1px;
}
.payment_guide_amount .txt_green {
  text-decoration: underline;
  font-weight: bold;
  color: #00bc9a;
  font-size: 12px;
}
.payment_guide_check .payment_guide_amount_txt {
  font-weight: bold;
  color: rgba(34, 34, 34, 0.4);
  font-size: 13px;
}

/*체크를 하면 class-"check"*/
.payment_guide_check.check {
  position: relative;
  transform: translate(-50%, 0);
  left: 50%;
  width: 110%;
  padding: 10px 25px;
  background: transparent linear-gradient(90deg, #9afff1 0%, #fffb8a 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 0;
}
.payment_guide_check.check .payment_guide_amount_txt {
  color: rgba(34, 34, 34, 1);
}

.payment_guide .payment_guide_info {
  padding: 0 15px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #646464;
}
.payment_guide .payment_guide_info .text-red {
  text-decoration: underline;
}
.payment_guide .payment-choice {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 15px;
}
.payment_guide .payment-choice span {
  display: inline-block;
  font-size: 0;
  margin-bottom: 5px;
}
.payment_guide .payment-choice span img {
  height: 21px;
}

.payment_guide .red_btn {
  min-width: 280px;
  line-height: 26px;
  padding: 10px 25px;
  word-break: normal;
  white-space: normal;
}

.payment_guide .modal_close-bt {
  display: block;
  margin-top: 10px;
  color: #646464;
  font-size: 13px;
}

/*중복 등록 확인 팝업*/
#db-regi-confirm .modal-dialog {
  width: 550px;
}

#db-regi-confirm .db-regi-confirm-con {
  padding: 45px 65px;
}
#db-regi-confirm .db-regi-confirm-con p {
  margin: 0;
  font-size: 16px;
  color: #646464;
}
#db-regi-confirm .db-regi-confirm-con .pink_red_btn {
  width: 280px;
  margin-top: 20px;
}
#db-regi-confirm .db-regi-confirm-con .modal_btns {
  margin-top: 20px;
}
#db-regi-confirm .db-regi-confirm-con .btn {
  font-size: 14px;
  font-weight: normal;
}

/*cancel payment*/
#cancel-payment .modal-dialog {
  width: 550px;
}

#cancel-payment .cancel-payment-con {
  padding: 48px 50px 50px;
}
#cancel-payment .cancel-payment-con h3 {
  margin-bottom: 23px;
  font-size: 23px;
  color: #222;
}
#cancel-payment .cancel-payment-txt {
  margin-bottom: 23px;
  font-size: 16px;
  color: #646464;
  font-weight: 300;
}
#cancel-payment .pink_red_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  padding: 14px 15px;
  font-weight: normal;
  word-break: normal;
  margin-top: 0;
  white-space: normal;
}

#cancel-payment .pay-now-icon {
  display: inline-block;
  width: 20px;
  height: 7px;
  margin-left: 8px;
  flex-shrink: 0;
  text-indent: -9999px;
  background: url(/assets/web/img/global/ico_brn_readnewcomics_arrow.png) 0 0 no-repeat;
}

/*뷰어 결제 프로세스 팝업 202309*/
/*뷰어 결제 프로세스(코인) 팝업 202403*/
#viewer-payment-coin.modal,
#viewer-payment-coin.modal {
  display: block;
  visibility: hidden;
  overflow-y: hidden;
}
#viewer-payment-coin.modal.in,
#viewer-payment-coin.modal.in {
  visibility: visible;
}
#viewer-payment.section_sign_box .modal-content,
#viewer-payment-coin.section_sign_box .modal-content {
  border-radius: 20px 20px;
}
#viewer-payment .modal-body,
#viewer-payment-coin .modal-body {
  background-color: #eee;
  border-radius: 22px 22px !important;
}
#viewer-payment .modal-dialog,
#viewer-payment-coin .modal-dialog {
  width: 360px;
}

#viewer-payment .modal-body {
  min-height: 530px;
}

#viewer-payment-coin .modal-body {
  min-height: 573px;
}

/*viewer-payment-title*/
.viewer-payment-title {
  padding: 12px 10px;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  background: transparent linear-gradient(101deg, #1f1f2f 0%, #1e1e6d 100%) 0% 0% no-repeat;
}
.viewer-payment-title h3 {
  font-size: 18px;
  color: #00ffa3;
}
.viewer-payment-title div {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

/*viewer-payment-coin viewer-payment-title*/
.viewer-payment-coin .viewer-payment-title {
  padding: 12px 10px;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  background: transparent linear-gradient(92deg, #bb6edf 1.87%, #00c47d 100%) 0% 0% no-repeat;
}
.viewer-payment-coin .viewer-payment-title div {
  font-weight: 700;
}

/*viewer-payment-title 3+1 배너*/
.viewer-payment-title.free-oneMonth-bnr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
  background: #22202b url("/assets/web/img/global/bn_promo_bg_right.png") 100% 100% no-repeat;
  background-position: 265px;
}
.viewer-payment-title .free-oneMonth-bnr-left {
  margin-left: 0;
}
.viewer-payment-title .counting_wrap div {
  height: 36px;
  line-height: 36px;
  padding: 0 3px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px 4px;
  background-size: cover;
}
.viewer-payment-title .free-oneMonth-bnr-right {
  display: block;
  height: 60px;
  padding: 5px 0;
  margin-left: 10px;
  text-align: left;
  background: none;
}
/*************viewer-payment-title 3+1 배너 끝*/

#viewer-payment .payment-step-wrapper,
#viewer-payment-coin .payment-step-wrapper {
  width: 330px;
  padding: 5px 5px;
  margin: 20px auto 10px;
  border-radius: 20px 20px;
  background-color: #fff;
  overflow: hidden;
}
#viewer-payment .payment-step-wrapper .currency_type,
#viewer-payment-coin .payment-step-wrapper .currency_type {
  float: none;
  padding: 0;
}
#viewer-payment .payment-step-wrapper .currency_type em,
#viewer-payment-coin .payment-step-wrapper .currency_type em {
  float: none;
  margin: 0 6px;
  padding: 5px 7px;
  font-size: 14px;
}
#viewer-payment .payment-step-wrapper .currency_type em.active,
#viewer-payment-coin .payment-step-wrapper .currency_type em.active {
  background-color: #24263c;
}

/*fr일 경우 202404*/
#viewer-payment .viewer-payment-title.fr h3 {
  font-size: 16px;
}
#viewer-payment .viewer-payment-title.fr div {
  font-size: 12px;
}

/*viewer-payment-top*/
.modal-content .viewer-payment-top {
  height: 285px;
  padding-bottom: 10px;
  background-color: #eee;
  overflow-y: scroll;
}
.viewer-payment-top::-webkit-scrollbar {
  display: none;
}
.viewer-payment-top .text-brightgreen {
  color: #00c47d;
}

.viewer-list-charge {
  width: calc(100% - 28px);
  margin: 0 auto;
  padding-bottom: 10px;
}

.viewer-list-charge li {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px 5px;
}
/*결제 종류 선책시 class="active" */
.viewer-list-charge li.active {
  background-color: #ffeded;
  border: 1px solid #ee312f;
}

.viewer-list-charge li a {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  min-height: 50px;
  padding: 12px 10px;
}

.viewer-list-charge-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 10px 0 5px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  border-radius: 100% 100%;
}
.viewer-list-charge-discount.no-sale {
  background-color: #f5f5f5;
  border: 1px solid rgba(221, 221, 221, 0.6);
}
.viewer-list-charge-discount.amount {
  color: #fff;
  background-color: red;
}
.viewer-list-charge-discount.amount .icon-discount {
  font-size: 10px;
  font-weight: 300;
}
.viewer-list-charge-discount.event {
  font-size: 8px;
  color: #fff;
  font-weight: 900;
  background: url("/assets/web/img/global/ico_coin_promo.png") 100% 100% no-repeat;
}

.viewer-list-charge-period > div {
  display: flex;
  align-items: center;
}

.viewer-list-charge-period span[class^="icon-viewer"] {
  margin-left: 4px;
  padding: 0 6px;
  font-size: 11px;
  border-radius: 5px 5px;
}

.charge-period {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.viewer-list-charge-period span[class^="icon-viewer"] {
  font-size: 10px;
  line-height: 17px;
  color: #fff;
  border-radius: 4px 4px;
}
.viewer-list-charge-period .text-brightgreen {
  font-weight: 600;
  font-size: 11px;
}
.icon-viewer-hot {
  background: transparent linear-gradient(116deg, #ee3135 0%, #fd7536 100%) 0% 0% no-repeat;
}
.icon-viewer-event {
  background: transparent linear-gradient(110deg, #00c47d 0%, #18e270 100%) 0% 0% no-repeat;
}

.viewer-list-bill {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 10px;
}
.viewer-list-bill > span {
  margin-right: 3px;
}
.viewer-list-bill .middle-line {
  color: #a8a8a8;
  text-decoration: line-through;
}
.viewer-list-bill .text-brightgreen {
  font-weight: normal;
}

.viewer-list-charge-pay {
  margin-left: auto;
  text-align: right;
  letter-spacing: -0.3px;
}
.viewer-list-charge-pay .per-pay {
  font-size: 11px;
}

.viewer-payment-coin .viewer-list-charge-pay {
  font-size: 14px;
  font-weight: 700;
}
.viewer-payment-coin .viewer-list-charge-pay .middle-line {
  color: #888;
  text-decoration: line-through;
}

/*3+1 프로모션일 경우*/
.viewer-list-charge li.promo {
  position: relative;
  background: url("/assets/web/img/global/bg_promo_1st_purchase_bg.png") 100% 100% no-repeat;
  background-size: cover;
}
.promo a {
  position: relative;
}
.promo .charge-period {
  color: #fff;
}
.promo .viewer-list-bill {
  font-weight: 300;
  color: #fff;
}

/*결제 종류 선책시 class="active" */
.viewer-list-charge li.promo.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 49, 47, 0.2);
}

/*viewer-payment-bottom*/
.viewer-payment-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 15px 20px;
  background-color: #eeeeee;
  border-radius: 0 0 20px 20px;
}
.viewer-payment-coin .viewer-payment-bottom {
  padding-bottom: 10px;
}

/*viewer-payment-bottom에 easy_charge-toggle*/
.viewer-payment-bottom .easy_charge-toggle {
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-top: 20px;
  margin-bottom: 5px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
}

.viewer-payment-bottom .easy_charge-toggle_txt {
  font-weight: 500;
}

.viewer-payment-bottom .toggle_switch {
  margin-left: auto;
}

.viewer-payment-bottom .notice {
  display: flex;
  align-items: center;
  height: 40px;
  padding-top: 20px;
  margin-bottom: 5px;
  font-size: 11px;
  color: #888;
  box-sizing: border-box;
}
.viewer-payment-bottom .notice span {
  margin-right: 7px;
}

/*viewer-list-payment*/
.viewer-list-payment {
  position: relative;
  margin-bottom: 5px;
}
.viewer-payment-coin .viewer-list-payment {
  margin-bottom: 10px;
}

.viewer-list-payment ul {
  width: 343px;
  height: 75px;
  margin-right: -15px;
  overflow-y: hidden;
  border: 0;
  margin-bottom: 0;
}
.viewer-list-payment .slick-list {
  padding-top: 10px;
}

.viewer-list-payment li {
  position: relative;
  float: left;
  width: 140px !important;
  height: 60px;
  color: #222;
  border-radius: 4px 4px;
  background-color: #fff;
  cursor: pointer;
}
.viewer-list-payment .icon-viewer-event {
  position: absolute;
  top: -7px;
  left: 50%;
  padding: 0 6px;
  font-size: 10px;
  line-height: 17px;
  color: #fff;
  border-radius: 4px 4px;
  transform: translate(-50%, 0);
}
.viewer-list-payment .slick-initialized .slick-slide {
  margin-right: 10px;
}
.viewer-list-payment .slick-arrow.slick-disabled {
  display: none !important;
}

.viewer-list-payment .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -40%);
  width: 40px;
  height: 40px;
  z-index: 2;
}

.viewer-list-payment .ico_left {
  background: url(/assets/web/img/global/btn_arrow_right.png) 0 0 no-repeat;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 10px 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.viewer-list-payment .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -40%);
  width: 40px;
  height: 40px;
}

.viewer-list-payment .ico_right {
  background: url(/assets/web/img/global/btn_arrow_left.png) 0 0 no-repeat;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.viewer-list-payment-item .icon-payment-item {
  display: block;
}
.viewer-list-payment-item.credit .icon-payment-item {
  width: 20px;
  height: 20px;
  background: url("/assets/mobile/img/global/ico_card_off.png") 0 0 no-repeat;
}
.viewer-list-payment-item.more .icon-payment-item {
  width: 20px;
  height: 20px;
  background: url("/assets/mobile/img/global/ico_more_off.png") 0 0 no-repeat;
}

.viewer-list-payment-txt {
  margin-top: 2px;
  line-height: 110%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
/*결제 타입 선택시 class="active"*/
.viewer-list-payment li.active {
  border: 1px solid #ee312f;
  box-shadow: 0px 3px 6px #00000029;
}
.viewer-list-payment li.active {
  color: #ee312f;
}
.viewer-list-payment li.active .viewer-list-payment-item.credit .icon-payment-item {
  background: url("/assets/web/img/global/ico_card_on.png") 0 0 no-repeat;
}
.viewer-list-payment li.active .viewer-list-payment-item.more .icon-payment-item {
  background: url("/assets/web/img/global/ico_more_on.png") 0 0 no-repeat;
}

.viewer-list-payment .viewer-list-payment-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 60px;
  border: 0;
}
/*비활성화시*/
.viewer-list-payment .viewer-list-payment-item.non-active {
  opacity: 0.5;
  cursor: default;
}
.viewer-list-payment .viewer-list-payment-item img {
  flex-shrink: 1;
}
.viewer-payment-bottom .viewer-payment-btn {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0 auto;
  padding: 14px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  white-space: normal;
  border-radius: 50px 50px;
  background-color: rgba(238, 49, 47);
}

/*float icon*/
.viewer-payment-bottom .float-info {
  position: relative;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  min-width: 146px;
  max-width: 300px;
  min-height: 20px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #663dbc;
  border-radius: 25px 25px;
}

/*payment-information*/
#viewer-payment .payment-information,
#viewer-payment-coin .payment-information {
  padding: 10px 15px 30px;
  border-radius: 0 0 20px 20px;
}
#viewer-payment .payment-information h4,
#viewer-payment-coin .payment-information h4 {
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
#viewer-payment .payment-information li,
#viewer-payment-coin .payment-information li {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 2px;
  color: #999;
}

.change-charge-method {
  display: block;
  position: absolute;
  top: -40px;
  left: 0px;
  max-width: 280px;
  height: 34px;
  padding: 8px 15px;
  word-break: normal;
  color: #fff;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px 50px;
}
.change-charge-method:hover {
  color: #fff;
}

/******************************/

.change-charge-method {
  display: block;
  position: absolute;
  top: -40px;
  left: 0px;
  max-width: 280px;
  height: 34px;
  padding: 8px 15px;
  word-break: normal;
  color: #fff;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px 50px;
}
.change-charge-method:hover {
  color: #fff;
}

/******************************/

/**자동 결제 중인 멤버십 상품 가격 안내
  가격 인상 후 VIP 해지 재확인 페이지 **/

/*공통부분*/
.autopay-membership-change-price .modal-dialog,
.price-increase-cancel-recheck .modal-dialog {
  width: 650px;
  height: auto;
}
.autopay-membership-change-price .autopay-membership-change-price-wrap,
.price-increase-cancel-recheck .price-increase-cancel-recheck-wrap {
  height: 700px;
  padding: 50px 0 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  overflow-y: auto;
}
.autopay-membership-change-price .bottom-con,
.price-increase-cancel-recheck .bottom-con {
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #eee;
}

/* width */
.autopay-membership-change-price-wrap::-webkit-scrollbar,
.price-increase-cancel-recheck-wrap::-webkit-scrollbar {
  width: 8px;
  border-radius: 50px;
}

/* Track */
.autopay-membership-change-price-wrap::-webkit-scrollbar-track,
.price-increase-cancel-recheck-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

/* Handle */
.autopay-membership-change-price-wrap::-webkit-scrollbar-thumb,
.price-increase-cancel-recheck-wrap::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 50px;
}

/* Handle on hover */
.autopay-membership-change-price-wrap::-webkit-scrollbar-thumb:hover,
.price-increase-cancel-recheck-wrap::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
  border-radius: 50px;
}

.autopay-membership-change-price-wrap h3,
.price-increase-cancel-recheck-wrap h3 {
  padding: 0 50px;
  margin-bottom: 50px;
  font-size: 26px;
  color: #222;
  font-weight: 700;
}

.autopay-membership-change-price-wrap .upcoming,
.price-increase-cancel-recheck-wrap .upcoming {
  background-color: #eee;
}

.autopay-membership-change-price .btn,
.price-increase-cancel-recheck-wrap .btn {
  width: 550px;
  padding: 10px 20px;
}
.autopay-membership-change-price .pink_red_btn,
.price-increase-cancel-recheck-wrap .pink_red_btn {
  margin-top: 30px;
}
.autopay-membership-change-price-wrap .white_btn,
.price-increase-cancel-recheck-wrap .white_btn {
  font-weight: 400;
  color: #adadad;
  font-size: 16px;
  background-color: #fff;
  border-width: 1px;
}

.autopay-membership-change-price .text-red,
.price-increase-cancel-recheck .text-red {
  color: #ee312f !important;
}

/*autopay-membership-change-price*/
.current-sub-plan {
  width: 550px;
  margin: 0 auto;
}
.current-sub-plan h4 {
  padding: 4px 15px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  background-color: rgba(66, 66, 66, 0.6);
  border-radius: 15px 15px;
}
.good-price {
  margin-bottom: 30px;
}
.good-price dt {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 10px;
  color: #ee312f;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid rgba(238, 49, 47, 0.43);
  border-radius: 4px 4px;
}
.good-price dd {
  color: #222;
  font-size: 25px;
  font-weight: 500;
}

.will-cost {
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #ee312f;
  border-radius: 4px 4px;
  background-color: #ffeded;
}
.will-cost dt {
  width: 100%;
  color: #222;
  font-size: 20px;
  font-weight: 700;
}
.will-cost dd {
  font-size: 28px;
  color: #f44336;
  font-weight: 700;
}
.will-cost .will-cost-con {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  font-size: 45px;
}

.save-amount {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid rgba(238, 49, 47, 0.6);
}
.save-amount b {
  display: inline-block;
  margin: 5px 5px;
  padding: 2px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #ee312f;
  border-radius: 4px 4px;
}

.modal-upcoming h3 {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.modal-upcoming .sub-txt {
  margin-bottom: 15px;
  font-size: 16px;
  color: #646464;
  text-align: center;
}
.modal-upcoming .section_upcoming {
  width: 100%;
}

.modal-upcoming .list_wrap {
  padding-left: 40px;
  text-align: left;
}
/*price-increase-cancel-recheck*/
#price-increase-cancel-recheck .price-increase-cancel-recheck {
  border-radius: 0 0 10px 10px;
}
.price-increase-cancel-recheck > h3 {
  margin-bottom: 30px;
}
.price-increase-cancel-recheck .benefit-list-sub {
  padding: 0 50px;
  margin-bottom: 30px;
  line-height: 28px;
  font-size: 20px;
  color: rgba(34, 34, 34, 0.8);
}
.price-increase-cancel-recheck .benefit-list {
  padding: 0 50px;
}
.price-increase-cancel-recheck .benefit-list li {
  display: flex;
  align-items: center;
  line-height: 22px;
  padding: 15px 30px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ee312f;
  border-radius: 4px 4px;
}
.price-increase-cancel-recheck .benefit-list li:last-child {
  margin-bottom: 0;
}
.price-increase-cancel-recheck .benefit-list li div {
  margin-left: 15px;
}

/*coin-discount-promo 팝업*/
/*vip-discount-promo 팝업*/
#coin-discount-promo .modal-dialog,
#vip-discount-promo .modal-dialog {
  width: 320px;
  height: auto;
}
#coin-discount-promo .modal-content,
#vip-discount-promo .modal-content {
  border-radius: 20px 20px;
}
#coin-discount-promo .modal-body,
#vip-discount-promo .modal-body {
  background-color: #3b125b;
  border-radius: 14px !important;
}
#coin-discount-promo .modal_con {
  padding: 60px 22px 50px;
  color: #fff;
}
#coin-discount-promo .big_coin_icon {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%, 0);
}
#coin-discount-promo .coin-discount-notice,
#vip-discount-promo .coin-discount-notice {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 17px;
  font-size: 14px;
  border-top: 4px double #fff;
  border-bottom: 4px double #fff;
}
#coin-discount-promo .coin-discount-sub-title {
  margin-bottom: 17px;
  margin-left: 9px;
  color: #fff;
  font-family: "Noto Serif KR";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 8px;
}
#coin-discount-promo .coin-discount-img {
  width: 225px;
  height: 200px;
  margin: 0 auto 17px;
}
#coin-discount-promo .coin-discount-img img {
  width: 225px;
  height: 199px;
  margin: 0 auto 17px;
}
#coin-discount-promo .pink_red_btn {
  width: 250px;
}
#coin-discount-promo .coin-discount-date {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 400;
}

/*vip-discount-promo*/
#vip-discount-promo .modal-body {
  background-color: #fb295c;
}
#vip-discount-promo .modal_con {
  padding: 60px 4px 50px;
  color: #fff;
}
#vip-discount-promo .top_icon {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%, 0);
}
#vip-discount-promo .coin-discount-notice {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
  font-size: 26px;
  text-transform: uppercase;
}
#vip-discount-promo .coin-discount-sub-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

#vip-discount-promo .coin-discount-date {
  margin-bottom: 24px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

#vip-discount-promo .coin-discount-img {
  margin: 0 auto 24px;
}

#vip-discount-promo .gray_btn {
  width: 250px;
  min-height: 50px;
  padding: 10px 10px;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #222;
}

/*fr 일 경우*/
#vip-discount-promo .lang-fr .coin-discount-notice {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.28px;
}
#vip-discount-promo .lang-fr .coin-discount-date {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Noto Serif KR";
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
#vip-discount-promo .lang-fr .coin-discount-img {
  margin: 0 auto 20px;
}
