/* filecast.mobile.style.css */

.layer_hbd#ggultoon_bg_mobile {
 background: url("/static/_mobile/_img/event/ggultoon_cupon/bg_mobile.png") no-repeat center center;
 background-size: cover;
}
.popup_btn .left {
 background: url("/static/_mobile/_img/event/ggultoon_cupon/btn_close_left_7_255x60.png") no-repeat center center;
 background-size: cover;
}
.popup_btn .right {
 background: url("/static/_mobile/_img/event/ggultoon_cupon/btn_close_right_255x60.png") no-repeat center center;
 background-size: cover;
}

/* common */
body {
 overflow: scroll;
 position: relative;
 font-family: sans-serif;
 font-size: 1em;
 overflow-x: hidden;
 background: #f0f0f0;
}
.no-padding {
 padding: 0;
}
.hide {
 display: none;
}
#wrap {
 position: relative;
 width: 100%;
}
.wrap_inner {
 width: 100%;
}
.modal-open {
 overflow: hidden;
 position: fixed;
 width: 100%;
}

nav {
 height: 100%;
 width: 75%;
 left: 0;
 top: 0;
 z-index: 2;
 position: fixed;
 overflow-y: scroll;
 display: none;
 /*
	background-color: #0a4a3c;
	overflow-y: hidden;
    overflow-x: visible;
    */
 transform: translate(-280px, 0);
}
/* overlay layer */
.ssm-overlay {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.2);
 display: none;
 z-index: 40;
}

/* prevent scroll when nav is open */
.is-navOpen {
 overflow: hidden;
 /*overflow: auto;
    overflow-y: scroll;
    */
}

/* header */
#wrap .mobile-home-page-warp {
 margin-top: 0px;
}
/* #wrap{
    padding-top: 50px;
} */
#wrap .mobile-header-search-div {
 width: 100%;
 position: relative;
 z-index: 1;

 /* 2024.10 리뉴얼 추가 */
 /* position: fixed;
 left: 0px;
 top: 0px;
 z-index: 1000; */
}
.header {
 width: 100%;
 padding-top: 20px; /* background:#4fc3f7; */
 /* height: 113px; */
 -webkit-transition: all 0.1s ease-out;
 -o-transition: height 0.1s ease-out;
 -ms-transition: height 0.1s ease-out;
 -moz-transition: height 0.1s ease-out;
 transition: all 0.2s ease;

 background: rgb(79, 195, 247); /* Old browsers */
 background: -moz-linear-gradient(-45deg, rgba(79, 195, 247, 1) 0%, rgba(66, 180, 242, 1) 39%, rgba(46, 157, 236, 1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(
  -45deg,
  rgba(79, 195, 247, 1) 0%,
  rgba(66, 180, 242, 1) 39%,
  rgba(46, 157, 236, 1) 100%
 ); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(
  135deg,
  rgba(79, 195, 247, 1) 0%,
  rgba(66, 180, 242, 1) 39%,
  rgba(46, 157, 236, 1) 100%
 ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc3f7', endColorstr='#2e9dec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.header:after {
 content: "";
 display: block;
 clear: both;
}
.header.fixed {
 position: relative;
 height: 56px;
 top: 0;
 left: 0;
 z-index: 3;
}
.header .btn_side {
 cursor: pointer;
 position: absolute;
 display: block;
 left: 4%;
 top: 26px;
 width: 30px;
 height: 25px;
 text-indent: -9999px;
 cursor: pointer;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -207px -120px;
 background-size: 320px 416px;
}
/* .header .btn_side:active{background:#11a3df url('/static/_mobile/_img/common/btn_menu.png') no-repeat 1px 1px;background-size:18px auto;} */
.header .logo {
 width: 142px;
 margin: 0 auto;
 text-align: center;
}
.header .logo a {
 cursor: pointer;
 display: inline-block;
 width: 132px;
 height: 27px;
 background: url("/static/_mobile/_img/common/logo1.png") no-repeat 0 0;
 background-size: auto 27px;
}
.header .logo.newlogo a {
 height: 46px;
 background: url("/static/_mobile/_img/common/logo_190606.png") no-repeat 0 0;
 background-size: auto 46px;
}
/********************************************** 로고 ****************************************************************/
.header.logochange {
 padding-top: 12px;
}
.header.logochange .logo a {
 cursor: pointer;
 display: inline-block;
 width: 138px;
 height: 42px;
 background: url("/static/_mobile/_img/common/logo170101.png") no-repeat 0 0;
 background-size: 132px 42px;
}
.header.logochange .btn_side {
 top: 24px;
}
.header.logochange .btn_login {
 padding-top: 20px;
}
.header.logochange .h_mid {
 padding-top: 4px;
}
/**************************************************************************************************************/
.header .btn-mobile-login-txt {
 display: block;
}
.header .scroll_logo {
 float: left;
 width: 16%;
 text-align: center;
}
.header .logo:active {
 background: #11a3df;
}
.header .btn_login {
 position: absolute;
 top: 12px;
 right: 4%;
 padding: 4px 0;
 color: #fff;
 cursor: pointer;
 font-weight: bold;
 font-size: 13px;
 padding-top: 12px;
}
/* .header .btn_login{display: none;position:absolute;top:0;right:0;padding:22px 4% 0 0;color:#fff;cursor:pointer;font-weight:bold;font-size:13px;}
.header .btn_login.type1{width:57px;text-align:right;padding:0;margin:16px 4% 0 0;} */
.header .h_mid {
 overflow: hidden;
 width: 100%;
 padding: 8px 3.5% 0 3.5%; /* background:#4fc3f7; */
}
.header .child_protect {
 float: left;
 width: 43px;
 margin-right: 10px;
 padding: 6px 0 8px 0;
}
.header .child_protect span {
 display: inline-block;
 width: 43px;
 height: 40px;
 margin-top: 7px;
 background: url("/static/_mobile/_img/common/kid_protect2.png") no-repeat 3px 0;
 background-size: auto 37px;
 text-indent: -9999px;
}
.header .child_protect span:hover {
 background-position: -40px 0;
}
.header .child_protect span.on {
 background-position: -40px 0;
}
.header .searchAll {
 position: relative;
 overflow: hidden;
 width: 84.5%;
 padding: 12px 0 10px 0; /* background:#4fc3f7; */
}
.header .searchAll fieldset {
 width: 100%;
 height: 40px;
 padding: 0 2%;
 border: 1px solid #3f9ac4; /* border-radius:5px; */
 background: #d5eeff;
}
.header .searchAll input {
 display: inline-block;
}
.header .searchAll input[type="text"] {
 width: 85%;
 height: 36px;
 padding-right: 25px;
 border: none;
 border-radius: 5px 0 0 5px;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: -1px;
 background: #d5eeff;
}
.header .searchAll input[type="text"]:focus,
.header .searchAll input[type="search"]:focus {
 outline: none;
}
.header .searchAll input[type="search"] {
 width: 85%;
 height: 38px;
 border: none;
 border-radius: 5px 0 0 5px;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: -1px;
 background: #d5eeff;
}
.header .searchAll .btn_search {
 float: right;
 display: inline-block;
 width: 22px;
 height: 22px;
 margin-top: 7px;
 border: none;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -76px -188px;
 background-size: 320px 416px;
}
.header .searchAll.type1 {
 float: left;
 width: 62%;
 padding: 0;
}
.header .searchAll.type1 fieldset {
 height: 40px;
 padding: 0 0 0 2%;
}
.header .searchAll.type1 input[type="text"] {
 width: 80%;
 height: 38px;
 padding-right: 25px;
}
.header .searchAll .search_close {
 position: absolute;
 top: 21px;
 right: 10%;
 display: inline-block;
 width: 25px;
 height: 25px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -225px -355px;
 background-size: 320px 416px;
 cursor: pointer;
}
.gnb {
 clear: both;
 width: 100%;
 overflow: hidden;
 font-size: 15px;
 border-top: 1px solid #2b94e8;
 background: rgb(69, 183, 243); /* Old browsers */
 background: -moz-linear-gradient(left, rgba(69, 183, 243, 1) 0%, rgba(41, 153, 232, 1) 51%, rgba(31, 142, 228, 1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(
  left,
  rgba(69, 183, 243, 1) 0%,
  rgba(41, 153, 232, 1) 51%,
  rgba(31, 142, 228, 1) 100%
 ); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(
  to right,
  rgba(69, 183, 243, 1) 0%,
  rgba(41, 153, 232, 1) 51%,
  rgba(31, 142, 228, 1) 100%
 ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45b7f3', endColorstr='#1f8ee4',GradientType=1 ); /* IE6-9 */
 /* background:#19abe8;margin-top:10px; */
}
.gnb span.menu {
 position: relative;
 display: block;
 float: left;
 width: 25%;
 padding: 10px 0 10px 0;
 font-size: 15px;
 text-align: center;
 font-weight: bold; /* background:#19abe8; */
 cursor: pointer;
 color: #ccf0ff;
}
.gnb span.menu span.bg {
 position: absolute;
 bottom: 0;
 display: block;
 width: 100%;
 height: 3px;
 border-top: 1px solid #18639a;
 border-bottom: 1px solid #8a8a8a;
 background: #a3a3a3;
}
.gnb span.menu:active,
.gnb span.menu.active {
 color: #fff;
}
.gnb span.menu:active {
 background: #11a3df;
}
.gnb span.menu:active span.bg,
.gnb span.menu.active span.bg {
 background: #fff;
}
.slide-right.header.fixed.animated.fqdeInDownBig.type1 {
 padding-top: 8px;
 height: 56px;
 border-bottom: 1px solid #18639a;
}

.gnb span.menu.new-icon {
    position: relative;
}

.gnb span.menu.new-icon::after {
    content:"";
    display: block;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 23px;
    height: 11px;
    background-image: url(/static/_mobile/_img/ico/new_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    animation: floatUpDown 2s ease-in-out infinite;
}

.gnb span.menu.gnb-shorts .gnb-text {
    color:#ffe84c;
    display: inline-block;
    animation: floatUpDown2 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translate(-50% ,0);
  }
  50% {
    transform: translate(-50% ,2px);
  }
  100% {
    transform: translate(-50% ,0);
  }
}

@keyframes floatUpDown2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 280px) {
 .gnb span.menu {
  font-size: 12px;
  letter-spacing: -0.5px;
 }
}

/* 상단 스크롤메뉴 탑 */
#wrap.fix_search .mobile-header-search-div {
 position: fixed;
 z-index: 20;
 top: 0;
 left: 0;
}
/*.header.fix_scroll{z-index:20;position:fixed;top:0;left:0;width:100%;padding:10px 4% 10px 13%;border-bottom:1px solid #0c74a1;height: 53px;}*/
#wrap.fix_search .mobile-header-search-div .header {
 width: 100%;
 padding: 10px 4% 10px 13%;
 border-bottom: 1px solid #0c74a1;
 height: 53px;
}
#wrap.fix_search .mobile-header-search-div .header .logo,
#wrap.fix_search .mobile-header-search-div .header .btn_login,
#wrap.fix_search .mobile-header-search-div .header .child_protect {
 display: none;
}
#wrap.fix_search .mobile-header-search-div .header .h_mid {
 padding: 0;
}
#wrap.fix_search .mobile-header-search-div .header .btn_side {
 position: absolute;
 display: block;
 left: 4%;
 top: 19px;
 width: 30px;
 height: 25px;
 text-indent: -9999px;
 cursor: pointer;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -207px -120px;
 background-size: 320px 416px;
}
#wrap.fix_search .mobile-header-search-div .header .searchAll {
 position: relative;
 overflow: hidden;
 width: 100%;
 padding: 0;
}
#wrap.fix_search .mobile-header-search-div .header .searchAll fieldset {
 width: 100%;
 height: 32px;
 padding: 0 2%;
 border: 1px solid #3f9ac4; /* border-radius:5px; */
 background: #d5eeff;
}
#wrap.fix_search .mobile-header-search-div .header input[type="text"].input_search {
 width: 85%;
 height: 30px;
 border: none;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: -1px;
 background: #d5eeff;
}
#wrap.fix_search .mobile-header-search-div .header .btn_search {
 float: right;
 display: inline-block;
 width: 20px;
 height: 20px;
 margin-top: 5px;
 border: none;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -76px -188px;
 background-size: 320px 416px;
}
#wrap.fix_search .mobile-header-search-div .header .btn_login {
 display: none;
}
#wrap.fix_search .mobile-header-search-div .header .searchAll .search_close {
 top: 5px;
}
#wrap.fix_search .mobile-header-search-div .header input[type="search"] {
 height: 30px;
}
#wrap.fix_search .mobile-home-page-warp {
 /* margin-top: 53px; */
}

/* container */
.container {
 width: 100%;
 margin: 0;
 background: #f0f0f0;
}
.top_content {
 /* overflow: hidden; */
 width: 100%;
 background: #f0f0f0;
}
.top_menu {
 float: none;
 padding: 0;
}
.top_menu .depth1 {
 overflow: hidden;
 padding: 0;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #ccc;
 font-size: 13px;
}
.top_menu .depth1 li {
 width: 25%;
 float: left;
}
.top_menu .depth1 li > span {
 display: block;
 width: 100%;
 cursor: pointer;
 padding: 5px 0;
 border-right: 1px solid #ebebeb;
 border-bottom: 1px solid #ebebeb;
 text-align: center;
 background: #fff;
 color: #212121;
 font-weight: bold;
}
.top_menu .depth1 li:nth-child(5) > span,
.top_menu .depth1 li:nth-child(6) > span,
.top_menu .depth1 li:nth-child(7) > span,
.top_menu .depth1 li:nth-child(8) > span {
 border-bottom: none;
}
.top_menu .depth1 li > span.b_none {
 border-bottom: none;
}
.top_menu .depth1 li > span.l_none {
 border-left: none;
}
.top_menu .depth1 li > span.r_none {
 border-right: none;
}
.top_menu .depth1 li > span:active,
.top_menu .depth1 li > span.active {
 color: #29b6f6;
 background: #fff;
}
.top_menu .depth1 li > span span {
 display: block;
 width: 22px;
 height: 18px;
 margin: 0 auto 2px auto;
 border: none;
 text-align: center;
 background: url("/static/_mobile/_img/common/main_menu_20240418.png") no-repeat;
 background-size: 320px 416px;
 white-space: nowrap;
}

.top_menu .depth1 li .m1 {
 width: 20px;
 background-position: -156px -320px;
}
.top_menu .depth1 li .m2 {
 width: 23px;
 background-position: -253px -320px;
}
.top_menu .depth1 li .m3 {
 width: 23px;
 background-position: -253px -320px;
}
.top_menu .depth1 li .m4 {
 width: 23px;
 background-position: -252px -298px;
}
.top_menu .depth1 li .m5 {
 width: 23px;
 background-position: -202.5px -298px;
}
.top_menu .depth1 li .m6 {
 width: 20px;
 background-position: -156px -298px;
}
.top_menu .depth1 li .m7 {
 background-position: -111px -298px;
}
.top_menu .depth1 li .m8{
    width: 20px;
}
.top_menu .depth1 li:not(:last-of-type) .m8:not(.new-19) {
 background: url("/static/_mobile/_img/renew_icon/ico-bj.svg")no-repeat center center;
 background-size: 100%;
 /* background-position: -64px -298px; */
}
.top_menu .depth1 li:last-of-type .m8{
 background-position: -64px -298px;
}
.top_menu .depth1 li .m8.new-19{
    width: 20px;
    background-position: -277px -320px;
}
.top_menu .depth1 li .m9 {
 width: 21px;
 background-position: -21px -298px;
}
.top_menu .depth1 li .m10 {
 width: 19px;
 background-position: -22px -320px;
}
.top_menu .depth1 li .m11 {
 width: 20px;
 background-position: -64px -317px;
}

.top_menu .depth1 li > span:active .m1,
.top_menu .depth1 li > span.active .m1 {
 width: 20px;
 background-position: -137px -320px;
}
.top_menu .depth1 li > span:active .m2,
.top_menu .depth1 li > span.active .m2 {
 background-position: -230px -320px;
}
.top_menu .depth1 li > span:active .m3,
.top_menu .depth1 li > span.active .m3 {
 background-position: -229px -320px;
}
.top_menu .depth1 li > span:active .m4,
.top_menu .depth1 li > span.active .m4 {
 background-position: -229.5px -298px;
}
.top_menu .depth1 li > span:active .m5,
.top_menu .depth1 li > span.active .m5 {
 width: 23px;
 background-position: -179px -298px;
}
.top_menu .depth1 li > span:active .m6,
.top_menu .depth1 li > span.active .m6 {
 width: 20px;
 background-position: -137px -298px;
}
.top_menu .depth1 li > span:active .m7,
.top_menu .depth1 li > span.active .m7 {
 background-position: -88px -298px;
}
.top_menu .depth1 li > span:active .m8,
.top_menu .depth1 li > span.active .m8 {
 width: 20px;
 background-position: -45px -298px;
}
.top_menu .depth1 li > span:active .m9,
.top_menu .depth1 li > span.active .m9 {
 width: 21px;
 background-position: 0 -298px;
}
.top_menu .depth1 li > span:active .m10,
.top_menu .depth1 li > span.active .m10 {
 width: 20px;
 background-position: -1px -320px;
}
.top_menu .depth1 li > span:active .m11,
.top_menu .depth1 li > span.active .m11 {
 width: 20px;
 background-position: -45px -317px;
}

/* 2024.04.17 new 아이콘 추가 */
.top_menu .depth1 li>span>.new-icon-add::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width:12px;
    height: 12px;
    background: url("/static/_mobile/_img/common/icon_new.png") no-repeat center center;
    background-size: cover;
    margin-right: 4px;
    margin-bottom: 2px;
}

.top_menu .depth2 {
 overflow: hidden;
 padding: 0;
 border-bottom: 1px solid #bebebe;
 font-size: 12px;
 display: none;
 background: #f6f6f6;
}
.top_menu .depth2 li > span {
 position: relative;
 cursor: pointer;
 padding: 10px 0;
 border-right: 1px solid #ebebeb;
 border-bottom: 1px solid #ebebeb;
 text-align: center;
 background: #f6f6f6;
 color: #616161;
 font-weight: bold;
}
.top_menu .depth2 li:nth-child(1) > span,
.top_menu .depth2 li:nth-child(2) > span,
.top_menu .depth2 li:nth-child(3) > span,
.top_menu .depth2 li:nth-child(4) > span {
 border-top: none;
}
.top_menu .depth2 li > span.l_none {
 border-left: none;
}
.top_menu .depth2 li > span.r_none {
 border-right: none;
}
.top_menu .depth2 li > span.b_none {
 border-bottom: none;
}
.top_menu .depth2 li:nth-child(9) > span {
 border-bottom: none;
}
.top_menu .depth2 li > span.t_none {
 border-top: none;
}
/* .top_menu .depth2 li > span:hover, */
.top_menu .depth2 li > span.active {
 background: #fff;
 color: #36bbf7;
}
.top_menu .depth2 li > span span.ico_new {
 display: inline-block;
 width: 12px;
 height: 12px;
 position: relative;
 top: 2px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/new3.png") no-repeat 0 0;
 background-size: auto 12px;
}
.top_menu .depth2 li > span .w_point_get {
 position: absolute;
 right: -110px;
 top: 9px;
 display: block;
 width: 123px;
 height: 20px;
 background: url("/static/_mobile/_img/event/w_point_img.png") no-repeat 0 0;
 background-size: auto 20px;
}

.top_menu .depth3 {
 position: relative;
 width: 100%;
 padding: 0 2%; /* margin-bottom:10px; */
 border-bottom: 1px solid #bebebe;
 background: #e2e2e2;
 font-size: 11px;
 display: none;
}
.top_menu .depth3 li {
 position: relative;
 float: left;
 width: auto;
 padding: 10px 0 10px 0;
 color: #8d8d8d;
 text-align: center;
 font-weight: bold;
}
/* .top_menu .depth3 li.new{width:12%;}
.top_menu .depth3 li.overlap{width:16%;}
.top_menu .depth3 li.mydata{width:22%;}
.top_menu .depth3 li.alliance{width:18%;}
.top_menu .depth3 li.adult{width:18%;}  */
.top_menu .depth3 li.active {
 color: #0089e9;
}
.top_menu .depth3 li.active .bg {
 display: block;
}
.top_menu .depth3 li.bar {
 display: block;
 width: 20px;
 text-align: center;
 padding: 10px 0 6px 0;
 color: #fff;
}
.top_menu .depth3 li .bg {
 display: none;
 z-index: 1;
 position: absolute;
 bottom: -1px;
 left: 50%;
 width: 15px;
 height: 8px;
 margin-left: -7px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/bg_depth3.gif") no-repeat 0 0;
 background-size: 15px 8px;
}
.top_menu .depth3 li.go_req_list {
 float: none;
 position: absolute;
 right: 2%;
 top: -5px;
}
.top_menu .depth3 li.go_req_list a {
 display: block;
 width: 70px;
 height: 24px;
 line-height: 24px;
 text-align: center;
 color: #2fb3f4;
 border: 1px solid #fff;
 border-radius: 12px;
 background: #eee;
}
.top_menu .depth3.type1 li .bg {
 left: 42%;
}
.top_menu .depth3 li span {
 display: inline-block;
 width: 100%;
 cursor: pointer;
}
.top_menu .depth3 .dot {
 width: 5px;
 padding: 10px 0 12px 0;
 font-size: 1.5em;
 line-height: 0.9em;
 font-weight: bold;
 color: #fff;
}

/* 검색결과 */
.top_menu .depth1.search {
 border-top: 1px solid #dedede;
}
.top_menu .depth1.search li > span {
 border-top-color: #bdbdbd;
 border-right-color: #c7c7c7;
 border-left-color: #d9d9d9;
 background: #d9d9d9;
 color: #6f6f6f;
}
.top_menu .depth1.search li > span span {
 background: #d9d9d9 no-repeat 0 0;
 background-size: 22px auto;
}

.top_menu .depth1.search li .m1 {
 background-image: url("/static/_mobile/_img/common/m1_s.png");
 background-size: 22px auto;
}
.top_menu .depth1.search li .m2 {
 background-image: url("/static/_mobile/_img/common/m2_s.png");
}
.top_menu .depth1.search li .m3 {
 background-image: url("/static/_mobile/_img/common/m3_s.png");
}
.top_menu .depth1.search li .m4 {
 background-image: url("/static/_mobile/_img/common/m4_s.png");
}
.top_menu .depth1.search li .m5 {
 background-image: url("/static/_mobile/_img/common/m5_s.png");
}
.top_menu .depth1.search li .m6 {
 background-image: url("/static/_mobile/_img/common/m6_s.png");
 background-size: 22px auto;
}
.top_menu .depth1.search li .m7 {
 background-image: url("/static/_mobile/_img/common/m7_s.png");
}
.top_menu .depth1.search li .m8 {
 background-image: url("/static/_mobile/_img/common/m8_s.png");
}

.top_menu .depth1.search li > span:active .m1,
.top_menu .depth1.search li > span.active .m1 {
 background-image: url("/static/_mobile/_img/common/m1_on.png");
}
.top_menu .depth1.search li > span:active .m2,
.top_menu .depth1.search li > span.active .m2 {
 background-image: url("/static/_mobile/_img/common/m2_on.png");
}
.top_menu .depth1.search li > span:active .m3,
.top_menu .depth1.search li > span.active .m3 {
 background-image: url("/static/_mobile/_img/common/m3_on.png");
}
.top_menu .depth1.search li > span:active .m4,
.top_menu .depth1.search li > span.active .m4 {
 background-image: url("/static/_mobile/_img/common/m4_on.png");
}
.top_menu .depth1.search li > span:active .m5,
.top_menu .depth1.search li > span.active .m5 {
 background-image: url("/static/_mobile/_img/common/m5_on.png");
}
.top_menu .depth1.search li > span:active .m6,
.top_menu .depth1.search li > span.active .m6 {
 background-image: url("/static/_mobile/_img/common/m6_on.png");
}
.top_menu .depth1.search li > span:active .m7,
.top_menu .depth1.search li > span.active .m7 {
 background-image: url("/static/_mobile/_img/common/m7_on.png");
}
.top_menu .depth1.search li > span:active .m8,
.top_menu .depth1.search li > span.active .m8 {
 background-image: url("/static/_mobile/_img/common/m8_on.png");
}

.top_menu .depth2.search {
 display: none;
}
.top_menu .depth2.search li > span > span.num {
 font-size: 0.8em;
 font-weight: normal;
}

/* content */
.content {
 background: #f0f0f0;
}
.content.type1 {
 background: #fff;
}
.main_banner {
 clear: both;
 display: block;
 margin-top: 10px;
}
.main_banner .bannerArea {
 float: left;
 position: relative;
 width: 100%;
}
.main_banner .bannerArea:after {
 content: "";
 display: block;
 clear: both;
}
.main_banner .bannerArea ul {
 position: relative;
}
.main_banner .bannerArea ul li {
 width: 100%;
}
.main_banner .bannerArea ul li span {
 display: block;
 background: #cbdee7;
 text-align: center;
}
.main_banner .bannerArea ul li span img {
 display: inline-block;
}
.main_banner .bannerArea ul li.type0 span {
 background: #21abf6;
}
.main_banner .bannerArea ul li.type1 span {
 background: #2e88dd;
}
.main_banner .bannerArea ul li.type2 span {
 background: #6a95e8;
}
.main_banner .bannerArea ul li.type3 span {
 background: #fffcb1;
}
.main_banner .bannerArea ul li.type4 span {
 background: #f3be34;
}
.main_banner .bannerArea ul li.type5 span {
 background: #001cab;
}
.main_banner .bannerArea ul li.type6 span {
 background: #a4cc13;
}
.main_banner .bannerArea ul li.type7 span {
 background: #07193b;
}
.main_banner .bannerArea ul li.type8 span {
 background: #008adf;
}
.main_banner .bannerArea ul li.type20 span {
 background: #0e1a3f;
}
.main_banner .bannerArea ul li.type21 span {
 background: #3f3535;
}

.main_banner .swiper-container {
 text-align: center;
}
.main_banner .swiper-pagination {
 position: relative;
 width: 100%;
 background-color: #f0f0f0;
 padding: 5px 0;
}
.main_banner .swiper-pagination > span:first-child {
 margin-left: 0;
}
.main_banner .swiper-pagination > span {
 margin-left: 8px;
}
.main_banner .swiper-pagination > .swiper-pagination-bullet {
 width: 7px;
 height: 7px;
 opacity: 1;
 background-color: #333;
}
.main_banner .swiper-pagination > .swiper-pagination-bullet-active {
 background-color: #4fc3f7;
}
.main_banner .swiper-pagination > .swiper-pagination-bullet:focus {
 outline: none;
}

.event_list li {
 cursor: pointer;
}
.main_banner .b_btnarea {
 overflow: hidden;
 clear: both;
 padding-top: 8px;
 text-align: center;
}
.main_banner .b_btnarea li {
 display: inline-block;
 margin-right: 3px;
 text-indent: -9999px;
}
.main_banner .b_btnarea li span {
 display: block;
 width: 6px;
 height: 6px;
 background: #151516;
 border-radius: 50%;
}
.main_banner .b_btnarea li.active span {
 background: #0aaffa;
}

.content .now_txt {
 clear: both;
 padding: 10px 0 10px 0;
 text-align: center;
 color: #212121;
 font-size: 11px;
 font-weight: bold;
 width: 92%;
 margin: auto;
 letter-spacing: -1px;
}
.content .now_txt.type1 {
 padding-top: 10px; /* border-bottom:1px solid #898989; */
}
.content .now_txt span {
 color: #0089e9;
}
.content .my_data {
 padding: 15px 2% 0 2%;
 border-top: 1px solid #fff;
 color: #212121;
 font-size: 12px;
 background: #f7f7f7;
}
.content .my_data p {
 color: #6a6a6a;
 font-size: 12px;
 letter-spacing: -1px;
}
.content .my_data p:first-child {
 font-size: 14px;
 color: #212121;
}
.content .my_data span {
 color: #29b6f6;
}
.content .no_data {
 padding: 100px 0;
 text-align: center;
 color: #212121;
 font-size: 15px;
 font-weight: bold;
 background: #f7f7f7;
}
.content .no_s_data {
 padding: 25px 3%;
 letter-spacing: -1px;
}
.content .no_s_data p {
 margin-bottom: 10px;
 color: #303030;
 font-size: 15px;
 font-weight: bold;
}
.content .no_s_data ul {
 font-size: 12px;
 color: #757879;
}
.content .no_s_data ul li {
 margin-bottom: 4px;
}
.content .no_s_data .btn_request {
 display: block;
 text-indent: -9999px;
 width: 269px;
 height: 51px;
 margin: 25px 0 0 5px;
 background: url("/static/_mobile/_img/common/btn_re.png") no-repeat 0 0;
 background-size: 269px auto;
 cursor: pointer;
}
.content .btn_check {
 width: 100%;
 padding: 20px 0;
 text-align: center;
 background: #f7f7f7;
}
.content .btn_check span {
 display: inline-block;
 padding: 6px 0 7px 0;
 border: 1px solid;
 border-radius: 4px;
 font-size: 13px;
}
.content .btn_check span.choice_all {
 width: 90px;
 margin-right: 8px;
 background: #959aa1;
 border-color: #7a7f85;
 color: #fff;
}
.content .btn_check span.choice_del {
 width: 50px;
 background: #666;
 border-color: #4a4e54;
 color: #fff;
}
.content .ban_data {
 padding: 25px 3%;
 letter-spacing: -1px;
}
.content .ban_data .top {
 padding: 0 0 20px 0;
 border-bottom: 1px solid #d5d5d5;
}
.content .ban_data .top p {
 font-size: 15px;
 font-weight: bold;
 color: #616161;
}
.content .ban_data .top .s_txt {
 font-size: 12px;
 font-weight: normal;
}
.content .ban_data .top p.f_txt {
 color: #212121;
}
.content .ban_data .top p.f_txt .word,
.content .ban_data .top p.f_txt .txt_p {
 color: #e52475;
}
.content .ban_data .btm {
 padding-top: 20px;
}
.content .ban_data .btm p {
 font-size: 15px;
 font-weight: bold;
 margin-bottom: 10px;
 color: #212121;
}
.content .ban_data .btm ul {
 font-size: 12px;
 color: #757879;
}
.content .ban_data .btm ul li {
 margin-bottom: 4px;
}

/* 검색 금칙어 변경 */
/* .block-search-div {overflow: hidden;} */
.content .ban_data {
 padding: 0;
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 margin: 7px 1rem 8px;
 box-sizing: border-box;
}
.content .ban_data span {
 display: block;
 line-height: 18px;
}
.content .ban_data .txt1 {
 width: 66px;
 font-size: 10px;
 background: #004477;
 color: #fff;
 text-align: center;
 border-radius: 3px;
}
.content .ban_data .txt2 {
 font-size: 11px;
 color: #004477;
 padding-left: 6px;
 width: 100%;
}

/* 컨텐츠 리스트 */
.content_list {
 clear: both;
}
.content_list.type1 {
 margin-bottom: 15px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li {
 position: relative;
 overflow: hidden;
 clear: both;
 width: 100%;
 padding: 9px 0 0 0;
 margin-bottom: 0;
 background: #fff;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li:active,
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.active {
 background: #ecf4f7;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li:after {
 content: "";
 display: block;
 clear: both;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top {
 overflow: hidden;
 position: relative;
 width: 100%;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
 float: right;
 width: 82%;
 padding: 4px 4% 13px 2%;
 border-bottom: 1px solid #d5d5d5;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li:last-child .top .l_conArea {
 border-bottom: none;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit {
 overflow: hidden;
 width: 98%;
 height: 35px;
 margin-bottom: 5px;
 line-height: 18px;
 font-size: 16px;
 letter-spacing: -1px;
 color: #000;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 word-break: break-all;
 -webkit-box-orient: vertical;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .category {
 float: left;
 display: inline-block;
 padding-top: 2.5px;
 font-size: 11px;
 color: #616161;
 line-height: 12px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .category span {
 color: #cecece;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .down_info {
 float: right;
 padding: 1px 4px 3px 4px;
 border-radius: 3px;
 font-size: 11px;
 color: #fff;
 background: #eb2a79;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info {
 float: right;
 line-height: 12px;
 text-align: right;
}

.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info span {
 display: inline-block;
 font-size: 11px;
 line-height: 12px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .alliance {
 position: relative;
 top: 2px;
 width: 26px;
 height: 12px;
 background: url("/static/_mobile/_img/ico/alliance.gif") no-repeat 0 0;
 background-size: auto 12px;
 line-height: 12px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .time {
 margin-right: 2px;
 color: #616161;
 line-height: 12px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .time span {
 position: relative;
 top: 2px;
 width: 12px;
 height: 12px;
 margin-right: 2px;
 background: url("/static/_mobile/_img/ico/clock.gif") no-repeat 0 0;
 background-size: 12px 12px;
 line-height: 12px;
}

.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .point {
 height: 12px;
 color: #29b6f6;
 font-weight: bold;
 letter-spacing: -1px;
 line-height: 12px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .point span {
 line-height: 12px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .point .ico {
 position: relative;
 top: 2px;
 width: 12px;
 height: 12px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/ico/point.gif") no-repeat 0 0;
 background-size: 12px 12px;
}

.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .point .price.type1 {
 text-decoration: line-through;
 line-height: 12px;
 font-size: 11px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .point .free {
 display: inline-block;
 margin-left: 3px;
 color: #e32173;
 letter-spacing: -1px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .point .free.type1 {
 margin-left: 0;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .point .sum300 {
 display: inline-block;
 color: #ff4362;
 letter-spacing: -1px;
 line-height: 12px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .sum_ico {
 position: relative;
 top: 2px;
 width: 47px;
 height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -118.5px -522px;
 background-size: 422px 550px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .reward_ico {
 position: relative;
 top: 2px;
 width: 32px;
 height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -290px -377px;
 background-size: 422px 550px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .vip_ico {
 position: relative;
 top: 2px;
 width: 27px;
 height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -385px -377px;
 background-size: 422px 550px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .view_free {
 display: inline-block;
 width: 66px;
 height: 13px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -216px -409px;
 background-size: 384px 500px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info .ico_free {
 position: relative;
 top: 3px;
 display: inline-block;
 width: 26px;
 height: 13px;
 margin-left: 5px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -191px -377px;
 background-size: 422px 550px;
}

/* 2024.05.17 잔여일 남은 컨텐츠 조건 추가 */
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .category::after,
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .file_info::after{
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .leftover-btn-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding-top: 6px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .leftover-btn-wrap>*{
    margin: 0;
    padding: 3px 10px;
    box-sizing: border-box;
    border:1px solid #48bbf4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #fff;
    color: #208fe5;
    font-weight: 800;
}




.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea {
 position: absolute;
 left: 4%;
 width: 64px;
 height: 64px;
 margin-right: 4%;
 border-radius: 50%;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea .inner {
 overflow: hidden;
 width: 100%;
 height: 100%;
 border-radius: 50%;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea span {
 position: absolute;
 display: block;
 top: 0;
 left: 0;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea span.shadow {
 width: 64px;
 height: 64px;
 border-radius: 50%;
 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea img {
 display: block;
 width: 100%;
 height: 100%;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea .ico_hd {
 z-index: 3;
 top: 0px;
 left: -3px;
 display: block;
 width: 20px;
 height: 20px;
 padding: 0;
 border-radius: 0;
 border: none;
 background: url("/static/_mobile/_img/ico/ico_hd_v2.png") no-repeat 0 0;
 background-size: auto 20px;
}

.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.active {
 padding-bottom: 0;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.active .top {
 border-left: none;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.active .top .con_tit {
 color: #44bff7;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .left_line {
 display: block;
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 width: 2px;
 height: 82.5px;
 background: #19a8e3;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.active .left_line {
 display: block;
}

/* 다운로드수별 타이틀색 */
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit.z_color {
 color: #444748;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit.a_color {
 color: #f04f84;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit.b_color {
 color: #59b32f;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit.c_color {
 color: #24b6e5;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit.d_color {
 color: #444748;
}

/* 내가본영상 */
.content_list.type1 > ul > li {
 float: left;
 padding: 0;
}
.content_list.type1 > ul > li > span {
 display: block;
 float: left;
}
.content_list.type1 > ul > li > span.hand {
 width: 90%;
}
.content_list.type1 > ul > li > span .l_conArea {
 width: 80%;
 border: none;
}
.content_list.type1 > ul > li > span.check {
 width: 10%;
 height: 90px;
 background: #ebebeb;
}
/* 2024.05.17 잔여일 남은 컨텐츠 조건 추가 */
.content_list.type1 > ul > li.leftover-content > span.check{
    height: 120px;
}
.content_list.type1 > ul > li > span.check span {
 display: block;
 width: 18px;
 height: 15px;
 margin: 40px auto;
 background: url("/static/_mobile/_img/common/check_out.gif") no-repeat 0 0;
 background-size: auto 15px;
}
.content_list.type1 > ul > li.leftover-content > span.check span{
    margin: 60px auto;
}
.content_list.type1 > ul > li > span.check.active {
 background: #d7f3ff;
}
.content_list.type1 > ul > li > span.check.active span {
 background: url("/static/_mobile/_img/common/check_on.gif") no-repeat 0 0;
 background-size: auto 15px;
}
.content_list.type1 > ul > li > span .top {
 margin: 15px 0 0 0;
}
.content_list.type1 > ul > li > span .btm {
 padding-bottom: 15px;
}

/* 컨텐츠 view */
.m_view {
 position: relative;
 width: 100%;
 margin-top: 60px; /*margin-bottom:38px;*/
 background: #fff;
}
.v_top .top {
 overflow: hidden;
 padding: 10px 3%; /* margin-bottom:6px; margin-bottom:3px;*/
 background: #fff;
}
.v_top .top .l_conArea {
 float: left;
 width: 80%;
}
.v_top .top .con_tit {
 overflow: hidden;
 width: 100%;
 height: 36px;
 margin-bottom: 6px;
 line-height: 18px;
 font-size: 14px;
 letter-spacing: -1px;
 color: #212121;
 font-weight: bold;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 color: #44bff7;
 word-break: break-all;
 opacity: 1;
}
.ico.adult {
 display: inline-block;
 display: none;
 position: relative;
 top: 2px;
 width: 13px;
 height: 13px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/ico/adult.gif") no-repeat 0 0;
 background-size: 13px 13px;
}
.c_list.adult .ico.adult {
 display: inline-block;
}
.v_top .top .category {
 font-size: 11px;
 float: left;
 color: #616161;
}
.v_top .top .category span {
 color: #cecece;
}
.v_top .top .u_name {
 position: relative;
 top: -2px;
 display: inline-block;
 float: left;
 color: #616161;
 line-height: 12px;
 font-size: 11px;
}
.v_top .top .u_name span {
 position: relative;
 top: 2px;
 display: inline-block;
 width: 12px;
 height: 12px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/ico/name.gif") no-repeat 0 0;
 background-size: auto 12px;
}
.v_top .top .file_info {
 float: right;
 text-align: right;
}
.v_top .top .file_info span {
 display: block;
 float: left;
 font-size: 11px;
 line-height: 12px;
 vertical-align: top;
}
.v_top .top .file_info .alliance {
 width: 26px;
 height: 12px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/ico/alliance.gif") no-repeat 0 0;
 background-size: auto 12px;
}
.v_top .top .file_info .time {
 display: inline-block;
 padding-top: 0.5px;
 margin-right: 3px;
 color: #616161;
 line-height: 12px;
}
.v_top .top .file_info .time span {
 width: 12px;
 height: 12px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -335px -61px;
 background-size: 390px 507px;
}
.v_top .top .file_info .point {
 letter-spacing: -1px;
 color: #29b6f6;
 line-height: 12px;
}
.v_top .top .file_info .point .ico {
 width: 12px;
 height: 12px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -335px -73px;
 background-size: 390px 507px;
}
.v_top .top .file_info .point .ico.type1 {
 margin-right: 0;
}
.v_top .top .file_info .point .t_line {
 text-decoration: line-through;
}
.v_top .top .file_info .point .txt {
 margin-right: 3px;
 line-height: 12px;
}
.v_top .top .file_info .reward {
 clear: both;
 float: right;
 padding-top: 2px;
 color: #f04f84;
}
.v_top .top .file_info .reward .ico {
 width: 54px;
 height: 14px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -205px -345px;
 background-size: 390px 507px;
 vertical-align: top;
}
.v_top .top .file_info .reward .r_num {
 position: relative;
 top: 3px;
}
.v_top .top .file_info .vip_50 {
 position: relative;
 top: -2px;
 float: right;
 margin-left: 4px;
 color: #f04f84;
}
.v_top .top .file_info .vip_50 .ico {
 width: 27px;
 height: 15px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -357px -361px;
 background-size: 390px 507px;
 vertical-align: top;
}
.v_top .top .file_info .vip_50 .r_num {
 position: relative;
 top: 3px;
}
.v_top .top .file_info .sum_ico {
 width: 47px;
 height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -118.5px -522px;
 background-size: 422px 550px;
}
.v_top .top .file_info .price {
 text-decoration: line-through;
 color: #29b6f6;
 font-weight: bold;
}
.v_top .top .file_info .price.type1 {
 text-decoration: none;
}
.v_top .top .file_info .free {
 margin-left: 3px;
 color: #e32173;
 letter-spacing: -1px;
 font-weight: bold;
}
.v_top .top .file_info .free.type1 {
 margin-left: 0;
}
.v_top .top .file_info .ico_free {
 position: relative;
 display: inline-block;
 width: 26px;
 height: 13px;
 margin-left: 5px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -191px -377px;
 background-size: 422px 550px;
}
.v_top .top .file_info .sum300 {
 position: relative;
 top: 1px;
 margin-left: 3px;
 color: #ff4362;
 letter-spacing: -1px;
 font-weight: bold;
 line-height: 12px;
}
.v_top .top .file_info .dis_num {
 clear: both;
 float: right;
 color: #f00046;
}
.v_top .top .file_info .slash {
 margin: 0 2px;
}
.v_top .top .file_info .view_free {
 position: relative;
 top: 1px;
 width: 66px;
 height: 12px;
 line-height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -216px -409px;
 background-size: 384px 500px;
 vertical-align: middle;
}
.v_top .top .r_imgArea {
 float: left;
 position: relative;
 width: 56px;
 height: 56px;
 margin-right: 3%;
 opacity: 1;
}
.v_top .top .r_imgArea .inner {
 overflow: hidden;
 width: 100%;
 height: 100%;
 border-radius: 50%;
}
.v_top .top .r_imgArea span {
 position: absolute;
 display: block;
 top: 0;
 left: 0;
}
.v_top .top .r_imgArea span.shadow {
 width: 56px;
 height: 56px;
 border-radius: 50%;
 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.v_top .top .r_imgArea span.ico_hd {
 z-index: 3;
 top: 0px;
 left: -3px;
 display: block;
 width: 20px;
 height: 20px;
 padding: 0;
 border-radius: 0;
 border: none;
 background: url("/static/_mobile/_img/ico/ico_hd_v2.png") no-repeat 0 0;
 background-size: auto 20px;
}
.v_top .top .r_imgArea img {
 display: block;
 width: 100%;
 height: 100%;
}
.v_top .seller_datalist {
 clear: both;
 position: relative;
 float: left;
 width: 100%;
 margin-top: 10px;
 padding: 3px 0 1px 10px;
 border: 1px solid #a4ddf9;
 border-radius: 4px;
 background: #edf9ff;
 color: #616161;
 font-size: 12px;
 letter-spacing: -1px;
}
.v_top .seller_datalist .bg {
 position: absolute;
 right: 10px;
 top: 5px;
 display: block;
 width: 8px;
 height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -540px 0;
}

.reward_txt {
 overflow: hidden;
 position: relative;
 width: 100%;
 padding: 8px 3%;
 color: #d4cfc8;
 background: #a9a49d;
 font-size: 12px;
 letter-spacing: -1px;
}
.reward_txt .left_txt {
 float: left;
 width: 62%;
 font-size: 11px;
}
.reward_txt .t_white {
 color: #fff;
 font-weight: bold;
}
.reward_txt .ico {
 position: relative;
 top: 2px;
 display: inline-block;
 width: 54px;
 height: 14px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -205px -345px;
 background-size: 390px 507px;
}
.reward_txt .go_event {
 position: absolute;
 top: 50%;
 right: 3%;
 display: inline-block;
 width: 100px;
 padding: 5px 0 4px 0;
 margin-top: -14px;
 border: 1px solid #76716b;
 border-radius: 3px;
 background: #8f8b84;
 letter-spacing: -1px;
 text-align: center;
}

.content_view {
 clear: both; /* display:none; */
}
.content_view .bg_top {
 display: block;
 width: 100%;
 height: 24px;
 background: #f5f5f5;
 text-align: center;
}
.content_view .bg_top span {
 display: inline-block;
 width: 11px;
 height: 6px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -169px -122px;
}
.content_v_top {
 position: relative;
 width: 100%;
 border-bottom: 1px solid #dadada;
}
.content_v_top .ico_hd {
 opacity: 0.8;
 z-index: 3;
 top: 24px;
 left: 10px;
 display: block;
 width: 43px;
 height: 25px;
 padding: 0;
 border: none;
 background: url("/static/_mobile/_img/ico/ico_hd.png") no-repeat 0 0;
 background-size: auto 25px;
}
.content_v_top .preview-img-inner-div {
 overflow: hidden;
 width: 100%;
 height: 200px;
 text-align: center;
 background: #000;
}
.content_v_top img {
 display: inline-block;
 width: auto;
 height: 200px;
}
.content_v_top .s_title {
 position: absolute;
 width: 100%;
 padding: 3px 0 2px 0;
 color: #fff;
 text-align: center;
 font-size: 11px;
 background: rgba(0, 0, 0, 0.4);
}
.content_v_top .s_title span {
 overflow: hidden;
 display: inline-block;
 width: 75%;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.content_v_top > span {
 position: absolute;
 display: inline-block;
 bottom: 10px;
 width: 47%;
 padding: 3px 0 5px 0;
 border: 3px solid #fff;
 border-radius: 5px;
 color: #fff;
 background: rgba(0, 0, 0, 0.7);
 font-size: 14px;
 text-align: center;
 font-weight: bold;
 letter-spacing: -1px;
}
.content_v_top .btn_down {
 left: 2%;
}
.content_v_top .btn_hd {
 left: 51%;
}
.content_v_top .p_area {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 200px;
 text-align: center;
 cursor: pointer;
}
.content_v_top .p_area > span {
 z-index: 1;
 display: inline-block;
 width: 71px;
 height: 71px;
 margin-top: 67px;
 color: #fff;
 text-align: center;
}
.content_v_top .p_area .btn_p_view {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat 0 -223px;
 background-size: 320px 416px;
}
.content_v_top .p_area .btn_c_view {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat 0 -147px;
 background-size: 320px 416px;
}
.content_v_top .p_area .btn_p_view.contents10 {
 width: 115px;
 height: 77px;
 background: url("/static/_mobile/_img/common/btn_preview.png") no-repeat 0 0;
 background-size: 115px auto;
}
.content_v_top .p_area .btn_c_view.contents10 {
 width: 115px;
 height: 77px;
 background: url("/static/_mobile/_img/common/btn_viewer.png") no-repeat 0 0;
 background-size: 115px auto;
}
.content_v_top .p_area .contents10 span {
 margin-top: 53px;
}
.content_v_top .p_area .contents10 .t_red {
 color: #f1004f;
}
.content_v_top .p_area .contents10 .txt {
 color: #fff;
}
.content_v_top .p_area span span {
 display: inline-block;
 margin-top: 48px;
 color: #29b6f6;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: -1px;
}
.user_help_wrap {
 width: 100%;
 padding: 12px 0;
 background: #f7f7f7;
 text-align: center;
}
.user_help_wrap > span {
 display: inline-block;
 width: 100px;
 height: 26px;
 border: 1px solid #c5c5c7;
 border-radius: 4px;
 background: #fff;
 color: #666;
 text-align: center;
 line-height: 26px;
 letter-spacing: -1px;
}
.user_help_wrap > span:first-child {
 margin-right: 10px;
}
.user_help_wrap > span.go_singo {
 margin-left: 10px;
 background: #f7f7f7;
}

.pc_down {
 width: 100%;
 padding: 10px 0 8px 0;
 text-align: center;
 background: #eb2a79;
}
.pc_down span {
 display: inline-block;
}
.pc_down .ico {
 width: 18px;
 height: 13px;
 margin-right: 10px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -247.5px -56px;
 background-size: 288px 333px;
}
.pc_down .txt {
 color: #fff;
 font-size: 13px;
}
.btn_view {
 overflow: hidden;
 width: 100%;
 height: 48px;
}
/* .btn_view.type1{margin-bottom:6px;} */
.btn_view.fixed {
 z-index: 1;
 position: fixed;
 left: 50%;
 bottom: -1px;
 -webkit-transform: translate(-50%, 0);
}
.btn_view > span {
 display: block;
 float: left;
 padding: 16px 0 14px 0;
 font-size: 13px;
 line-height: 1.2em;
 color: #fff;
 cursor: pointer;
 text-align: center;
 background: #1e88e5;
}
.btn_view > span span {
 display: inline-block;
 vertical-align: top;
}
.btn_view .btn_more {
 background: #1e88e5;
 height: 46px;
}
.btn_view .b_close {
 background: #162e56;
 text-align: center;
}
.btn_view .b_close span.img {
 position: relative;
 top: 3px;
 width: 12px;
 height: 18px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/btn_close2.gif") no-repeat 0 0;
 background-size: 12px auto;
}
.btn_view .b_top,
.btn_view .b_play {
 height: 48px;
 background: #1e88e5;
 text-align: center;
}
.btn_view .b_top span.img {
 display: inline-block;
 width: 12px;
 height: 12px;
 margin-left: 3px;
 position: relative;
 top: 1px;
 background: url("/static/_mobile/_img/common/btn_top.gif") no-repeat 0 0;
 background-size: auto 12px;
}
.btn_view .b_play span.img {
 display: inline-block;
 width: 12px;
 height: 12px;
 margin-left: 3px;
 position: relative;
 top: 1px;
 background: url("/static/_mobile/_img/common/btn_n_play.gif") no-repeat 0 0;
 background-size: auto 12px;
}
.btn_view .b_down,
.btn_view .b_a_down {
 position: relative;
 border-top: 1px solid #fff;
 background: #1e88e5;
}
.btn_view .b_down .ico {
 display: inline-block;
 width: 12px;
 height: 12px;
 position: relative;
 top: 1px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -58px -125px;
 background-size: 390px 507px;
}
.btn_view .b_a_down .ico {
 display: inline-block;
 width: 13px;
 height: 14px;
 position: relative;
 top: 1px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/btn_down2.gif") no-repeat 0 0;
 background-size: auto 14px;
}
.btn_view .b_a_down {
 width: 31.4%;
}
.btn_view .b_a_down.no_view {
 width: 62.8%;
}
.btn_view .b_coupon {
 width: 19.5%;
 border-top: 1px solid #fff;
 background: #959aa1;
}
.btn_view .b_zzim {
 width: 17.7%;
 border-top: 1px solid #fff;
 background: #aaaeb4;
}
.btn_view .b_singo {
 width: 12.9%;
 border-top: 1px solid #fff;
 background: #000;
}
.btn_view .b_view {
 /* display:none; */
 width: 31.4%;
 border-top: 1px solid #fff;
 background: #00529a;
}
.btn_view .b_view .ico {
 display: inline-block;
 width: 13px;
 height: 14px;
 position: relative;
 top: 1px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/btn_new_view.gif") no-repeat 0 0;
 background-size: auto 14px;
}

.btn_vClose {
 cursor: pointer;
 display: block;
 width: 100%;
 padding: 9px 0;
 font-size: 12px;
 border-top: 1px solid #176ab3;
 background: #1e88e5;
 color: #fff;
 text-align: center;
 font-weight: bold;
}
.btn_vClose span.img {
 display: inline-block;
 width: 11px;
 height: 6px;
 margin-left: 10px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -169px -116px;
}
.btn_view .b_down.contents10 {
 padding-left: 35px;
}
.btn_view .b_down.contents10 .bg {
 position: absolute;
 top: 0;
 left: -5px;
 display: block;
 width: 71px;
 height: 43px;
 background: url("/static/_mobile/_img/common/bg_btn10.png") no-repeat 0 0;
 background-size: auto 43px;
}
.btn_view .b_a_down.contents10 {
 padding-left: 35px;
}
.btn_view .b_a_down.contents10 .bg {
 position: absolute;
 top: 0;
 left: -5px;
 display: block;
 width: 71px;
 height: 43px;
 background: url("/static/_mobile/_img/common/bg_btn10.png") no-repeat 0 0;
 background-size: auto 43px;
}

.btn_detail {
 overflow: hidden;
 padding: 15px 2%;
 border-bottom: 2px solid #bdbdbd;
 background: #f5f5f5;
}
.btn_detail span {
 display: inline-block;
 float: right;
 width: 23%;
 text-align: center;
 padding: 5px 0 6px 0;
 border: 1px solid #a8a8a8;
 border-radius: 5px;
 background: #dbdbdb;
 color: #424242;
 font-size: 12px;
 font-weight: bold;
}
.btn_detail .btn_notify {
 float: left;
}
.btn_detail .btn_edit {
 float: left;
 margin-left: 7px;
 border-color: #218fc2;
 background: #29b6f6;
 color: #fff;
}
.btn_detail .btn_like {
 margin-left: 7px;
 border-color: #8e8e8e;
 background: #959aa1;
 color: #fff;
}

.btn_full {
 cursor: pointer;
 padding: 8px 0;
 background: #243b4b;
 color: #fff;
 text-align: center;
 font-size: 12px;
}
.btn_full span {
 display: inline-block;
}
.btn_full span.txt {
 margin-right: 10px;
 position: relative;
 top: 3px;
}
.btn_full span.ico {
 position: relative;
 top: -1px;
 width: 17px;
 height: 12px;
 background: url("/static/_mobile/_img/common/btn_fillscreen.gif") no-repeat 0 0;
 background-size: auto 12px;
 vertical-align: middle;
}

.v_u_info {
 clear: both;
 width: 100%;
 padding: 10px 0 10px 2%;
 background: #fff;
}
.v_u_info p {
 margin-bottom: 3px;
 font-size: 13px;
 letter-spacing: -1px;
 color: #2f2f2f;
}
.v_u_info div {
 font-size: 12px;
 letter-spacing: -1px;
 color: #989898;
 line-height: 1.2em;
}
.v_u_info div span {
 color: #757575;
}
.v_u_info div .point span {
 color: #507bdb;
}
.v_u_info div .bonus span {
 color: #29b6f6;
}
.v_u_info div .cp span {
 color: #000;
}
.v_u_info div .fix_c span {
 color: #ff8800;
}

.file_List {
 overflow: hidden;
 width: 100%;
 border-top: 1px solid #dadada;
 border-bottom: 1px solid #dadada;
 background: #f7f7f7;
}
.file_List ul li {
 width: 100%;
 overflow: hidden;
 position: relative;
 padding: 10px 2%;
 border-bottom: 1px solid #e8e8e8;
}
.file_List ul li.active {
 background: #e1eaee;
}
.file_List ul li.active .left p {
 color: #29b6f6;
}
.file_List ul li.active .left_line {
 display: block;
}
.file_List ul li:last-child {
 margin-bottom: 0;
 border-bottom: none;
}
.file_List .left {
 overflow: hidden;
 float: left;
 width: 70%;
}
.file_List .left p {
 overflow: hidden;
 min-width: 20px;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 12px;
}
.file_List .left div .size {
 display: inline-block;
 margin-left: 5px;
 font-size: 12px;
 font-weight: bold;
 color: #82b64c;
}
.file_List .left div .e_book {
 display: inline-block;
 color: #ccd0d1;
 font-size: 12px;
}
.file_List .left div .e_book .e_area {
 overflow: hidden;
 position: relative;
 top: -1px;
 display: inline-block;
 width: 80px;
 height: 6px;
 border: 1px solid #8a8a8a;
 margin-right: 8px;
 vertical-align: middle;
 border-radius: 2px;
 background: #fff;
}
.file_List .left div .e_book .e_area .percent {
 display: block;
 width: 0%;
 height: 4px;
 background: #48c5ff;
}
.file_List .left div .e_book .c_page,
.file_List .left div .e_book .t_page {
 color: #616161;
}
.file_List .left div .time {
 color: #616161;
}
.file_List .left div .time span {
 display: inline-block;
 position: relative;
 top: 2px;
 width: 12px;
 height: 12px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -335px -61px;
 background-size: 390px 507px;
}
.file_List .left_line {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 display: none;
 width: 2px;
 height: 53px;
 background: #19a8e3;
}
.file_List .btn_right {
 position: absolute;
 top: 12px;
 right: 2%;
}
.file_List .btn_n_view,
.file_List .btn_n_down {
 cursor: pointer;
 display: inline-block;
 width: 57px;
 height: 30px;
 border: 1px solid;
 background: #fff;
 font-weight: bold;
 font-size: 11px;
 text-align: center;
 line-height: 30px;
}
.file_List .btn_right span:last-child {
 margin-left: 1px;
}
.file_List .btn_n_view {
 border-color: #28b6f4;
 color: #28b6f6;
}
.file_List .btn_n_down {
 border-color: #1f88e4;
 color: #1e8ae4;
}
/* .file_List .btn_n_view{background:url('/static/_mobile/_img/common/common_180405.png') no-repeat -263px -104px;background-size:320px 416px;}
.file_List .btn_n_down{background:url('/static/_mobile/_img/common/common_180405.png') no-repeat -263px -240px;background-size:320px 416px;} */
.m-home-filelist-more-btn {
 width: 100%;
 line-height: 29px;
 height: 29px;
 background: #fff;
 color: #7cb342;
 text-align: center;
 font-size: 12px;
 letter-spacing: -1px;
 font-weight: bold;
}
.m-home-filelist-more-btn span {
 display: inline-block;
 width: 13px;
 height: 6px;
 margin-left: 10px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/common/bg_reply.gif") no-repeat 0 0;
 background-size: 13px 6px;
}

.v_top .num_list {
 clear: both;
 padding: 15px 0 0 10px;
 background: #3d4244;
}
.v_top .num_list > p {
 float: left;
 width: 100%;
 margin-bottom: 12px;
 font-size: 11px;
 color: #fff;
 font-weight: bold;
 line-height: 1.3em;
}
.v_top .num_list > p > span {
 display: inline-block;
 float: left;
 margin-right: 3px;
 vertical-align: top;
}
.v_top .num_list > p span.c_tit {
 overflow: hidden;
 display: inline-block;
 color: #29b6f6;
 text-overflow: ellipsis;
 white-space: nowrap;
 vertical-align: middle;
}
.v_top .num_list > p span.mbc_event {
 float: none;
 position: relative;
 display: inline-block;
 width: 40px;
 padding: 1px 0 1px 0;
 margin-left: 3px;
 border-radius: 6px;
 line-height: 12px;
 text-align: center;
 background: #ff4362;
 color: #fff;
 text-indent: 0;
 font-size: 11px;
}
.v_top .list_wrap {
 width: 100%;
 margin: auto;
}
.v_top .list_wrap ul {
 float: left;
 height: 124px;
}
.v_top .list_wrap ul li {
 float: left;
 width: 105px;
 margin-right: 10px;
 cursor: pointer;
}
.v_top .list_wrap ul li.active {
}
.v_top .list_wrap ul li.active p {
 color: #29b6f6;
}
.v_top .list_wrap ul li.active p .num,
.v_top .list_wrap ol li.active p .date {
 color: #29b6f6;
}
.v_top .list_wrap ul li .num_img {
 position: relative;
 width: 105px;
 height: 67px;
 margin-bottom: 7px;
}
.v_top .list_wrap ul li .num_img img {
 display: block;
 width: 100%;
 height: 67px;
}
.v_top .list_wrap ul li .num_img .time {
 position: absolute;
 bottom: 0;
 right: 0;
 padding: 1px 3px;
 background: #000;
 color: #fff;
}
.v_top .list_wrap ul li .num_img .btn_play {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 105px;
 height: 67px;
 border: 1px solid #000;
 background: url("/static/_mobile/_img/common/btn_play.png") no-repeat 0 0;
 background-size: 100% auto;
 cursor: pointer;
}
.v_top .list_wrap ul li .num_img .ico_hd {
 position: absolute;
 opacity: 0.8;
 z-index: 3;
 top: 5px;
 left: 5px;
 display: block;
 width: 27px;
 height: 16px;
 padding: 0;
 border: none;
 background: url("/static/_mobile/_img/ico/ico_hd.png") no-repeat 0 0;
 background-size: auto 16px;
}
.v_top .list_wrap ul li p {
 width: 100%;
 font-size: 13px;
 color: #b6b9ba;
}
.v_top .list_wrap ul li p .num {
 font-size: 14px;
 font-weight: bold;
 color: #fff;
}
.v_top .list_wrap ul li p .date {
 color: #b6b9ba;
 font-size: 11px;
 letter-spacing: -1px;
}
.v_top .list_wrap ul li .n_txt {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 color: #b6b9ba;
 letter-spacing: -1px;
 font-size: 11px;
}

.adult_explain {
 clear: both;
 width: 100%;
 border-top: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
}
.adult_explain:after {
 content: "";
 display: block;
 clear: both;
}
.adult_explain .line {
 display: block;
 width: 100%;
 border-top: 1px solid #dcdcdc;
}
.adult_explain img {
 display: inline-block;
 width: 100%;
}
.v_btm_seller {
 clear: both; /* padding-bottom:50px; */
}
.comment_wrap.mobile-comment-list-wrap {
 border-bottom: 1px solid #dcdcdc;
}

/*.content_v_btm{display:none;}*/
.content_detail {
 clear: both;
 padding: 20px 3% 40px 3%;
 font-size: 12px;
 background: #fff;
}
.content_detail img {
 display: inline-block;
 width: 100%;
 height: 100%;
 margin-bottom: 10px;
}
.content_detail p {
 padding: 10px 0;
 word-wrap: break-word;
 color: #616161;
 letter-spacing: -1px;
}
.content_detail p:last-child {
 padding-bottom: 0;
}
.content_detail .txt_type {
 font-size: 1.1em;
 font-weight: bold;
}
.comment_wrap {
 clear: both;
 width: 100%;
 padding: 10px 0 0 0;
 background: #f5f5f5;
}
.comment_wrap h2 {
 padding-left: 3%;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: -1px;
}
.comment_wrap h2 span {
 font-weight: normal;
 font-size: 11px;
 color: #7cb342;
}
.comment_wrap .reply_input {
 overflow: hidden;
 height: 80px;
 margin: 10px 3%;
 border: 1px solid #a8a8a8;
 background: #959aa1;
}
.comment_wrap .reply_input textarea {
 display: block;
 float: left;
 width: 85%;
 height: 80px;
 padding: 8px 2%;
 border-radius: 0;
 border: none;
 color: #0f0f11;
 resize: none;
 font-size: 12px;
 line-height: 16px;
}
.comment_wrap .reply_input .btn_submit {
 display: block;
 float: left;
 width: 15%;
 height: 100%;
 padding: 30px 0;
 border: 1px solid #90969d;
 background: #959aa1;
 color: #fff;
 font-size: 12px;
 text-align: center;
}
.comment_wrap .comment {
 overflow: hidden;
 padding: 7px 3% 12px 3%;
 border-top: 1px solid #dcdcdc;
 background: #fafafa;
 font-size: 13px;
 font-size: 12px;
}
.comment_wrap .comment.last {
 /* border:none; */
}
.comment_wrap .comment p {
 letter-spacing: -1px;
}
.comment_wrap .comment .c_writer {
 float: left;
 margin-bottom: 10px;
 color: #ccc;
 font-size: 12px;
 line-height: 1.2em;
}
.comment_wrap .comment .c_writer .best {
 position: relative;
 top: 1px;
 display: inline-block;
 width: 22px;
 height: 10px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -366px -51px;
 background-size: 426px 640px;
}
.comment_wrap .comment .comment_list {
 float: right;
 font-size: 11px;
 margin-top: 2px;
}
.comment_wrap .comment .comment_list li {
 float: left;
 color: #868686;
}
.comment_wrap .comment .comment_list li span {
 display: inline-block;
}
.comment_wrap .comment .comment_list li .identify {
 width: 12px;
 height: 10px;
 padding-top: 1px;
 margin-right: 3px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/ico/zzim.png") no-repeat 0 0;
 background-size: 11px 10px;
}
.comment_wrap .comment .comment_list li .num {
 color: #a1887f;
}
.comment_wrap .comment .comment_list li .bar {
 padding: 0 5px;
 color: #c6cacb;
}
.comment_wrap .comment .comment_list li .delete {
 color: #212121;
}
.comment_wrap .comment .c_content {
 clear: both;
 color: #616161;
}
.comment_wrap .comment .replyArea {
 position: relative;
 width: 100%;
 margin-top: 12px;
}
.comment_wrap .comment .replyArea .bg {
 display: block;
 position: absolute;
 left: 2px;
 width: 15px;
 height: 16px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -160px -112px;
}
.comment_wrap .comment .replyArea .reply {
 /* width:92%; */
 height: 42px;
 margin-left: 18px;
 border: 1px solid #b6b6b6;
 background: #fff;
}
.comment_wrap .comment .replyArea .reply textarea {
 display: block;
 float: left;
 width: 85%;
 height: 40px;
 border: none;
 resize: none;
 border-radius: 5px 0 0 5px;
}
.comment_wrap .comment .replyArea .reply .btn_reply {
 display: block;
 float: left;
 width: 15%;
 line-height: 40px;
 background: #959aa1;
 color: #fff;
 text-align: center;
 font-size: 0.8em;
}
.comment_wrap .comment.reply {
 padding: 7px 3% 12px 3%;
 border: none;
 background: #f0f0f0;
}
.comment_wrap .comment.reply .inner {
 position: relative;
 padding: 8px 0 0 18px;
}
.comment_wrap .comment.reply .bg {
 display: block;
 position: absolute;
 left: 2px;
 top: 10px;
 width: 9px;
 height: 10px;
 background: url("/static/_mobile/_img/common/bg_comment.gif") no-repeat 0 0;
 background-size: 9px 10px;
}
.comment_wrap .comment.reply:last-child {
 border-bottom: 1px solid #dcdcdc;
}
.btn_r_more {
 clear: both;
 width: 100%;
 display: block;
 padding: 6px 0;
 border-bottom: 1px solid #a3a3a3;
 text-align: center;
 background: #959aa1;
 color: #fff;
 font-size: 12px;
}
.btn_r_more span.bg1 {
 display: inline-block;
 position: relative;
 top: 6px;
 width: 11px;
 height: 6px;
 margin-left: 10px;
 background: url("/static/_mobile/_img/common/bg_reply_03.gif") no-repeat 0 0;
 background-size: 11px 6px;
 vertical-align: top;
}

.seller_another {
 clear: both;
 position: relative;
 width: 100%;
 padding: 15px 0 25px 0;
 background: #fafafa;
}
.seller_another h2 {
 padding: 8px 0 0 3%;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: -1px;
}
.seller_another .btn_seller_room {
 position: absolute;
 right: 10px;
 top: 20px;
 display: block;
 width: 88px;
 height: 21px;
 cursor: pointer;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -90px -370px;
 background-size: 320px 416px;
}
.seller_another .content_list {
 padding: 15px 0 10px 0;
}
.seller_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li:last-child .top .l_conArea {
 border-bottom: 1px solid #d5d5d5;
}

/* 뷰페이지 슬라이드 스타일 추가 171128 */
.mobile-view-swipe {
 overflow: hidden;
 /*visibility: hidden;*/
 position: relative;
 /*min-height:720px;*/
}
.view_slide_wrap.swipe-wrap {
 overflow: hidden;
 position: relative;
}
.view_slide_wrap.swipe-wrap .position_wrap {
 /*min-height:720px;*/
}

.view_slide_wrap.swipe-wrap .position_wrap.swipe {
 float: left;
 position: relative;
 /*border: solid 2px;*/
 min-height: 720px;
 /*background-color: green;*/
}

.view_slide_wrap.swipe-wrap.swipe.border_black {
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;
}

#mobile-new-view-swipe-wrap {
 /*overflow-y: hidden;*/
 min-height: 720px;
}

.mobile-new-view-conteiner-div.swipe-contents {
 margin-top: 0px;
}

/* 대댓글 영역추가 */
.comment_wrap .replay_wrap {
 position: relative;
 padding: 3px 0 0 0;
 background: #f0f0f0;
}
.comment_wrap .replay_wrap .bg {
 position: absolute;
 top: 0;
 left: 50%;
 display: block;
 width: 14px;
 height: 7px;
 margin-left: -7px;
 background: url("/static/_mobile/_img/common/bg_reply.png") no-repeat 0 0;
 background-size: 14px auto;
}
.comment_wrap .replay_wrap .inner {
 padding: 0 0 0 18px;
}
.comment_wrap .replay_wrap .comment.reply {
 padding-top: 15px;
}
.comment_wrap .replay_wrap .comment.reply:last-child {
 padding-top: 0;
}
.comment_wrap .replay_wrap .comment {
 border-top: none;
}
.comment_wrap .ico_seller {
 display: inline-block;
 width: 11px;
 height: 11px;
 margin-right: 5px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -305px -40px;
 background-size: 320px 416px;
}
.comment_wrap .ico_filecast {
 display: inline-block;
 width: 11px;
 height: 11px;
 margin-right: 5px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -305px -60px;
 background-size: 320px 416px;
}
.comment_wrap .txt_filecast {
 color: #24b6e5;
}

/* 탑버튼 */
.btn_top {
 z-index: 10;
 display: none;
 position: fixed;
 width: 40px;
 height: 40px;
 bottom: 50px;
 right: 20px;
 background: url("/static/_mobile/_img/common/btn_top.png") no-repeat 0 0;
 text-indent: -9999px;
 cursor: pointer;
 background-size: 40px 40px;
}

/* 뷰페이지 이동버튼 */
.move_viewpage {
 display: none;
}
.move_viewpage .m_btn {
 z-index: 50;
 position: fixed;
 top: 375px;
 width: 38px;
 height: 60px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/view_move_btn.png") no-repeat;
 cursor: pointer;
 background-size: 76px 60px;
}
.move_viewpage .m_btn.prev {
 background-position: 0 0;
 left: 0;
}
.move_viewpage .m_btn.next {
 background-position: -38px 0;
 right: 0;
}

/* footer */
.footer {
 width: 100%;
 padding: 0 0 65px 0;
 font-size: 11px;
 background: #f0f0f0;
 text-align: center;
 color: #c0c0c0;
 letter-spacing: -1px;
}
.footer span {
 color: #616161;
}
.footer span .ico {
 display: inline-block;
 width: 12px;
 height: 8px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -472px -52px;
 background-size: 512px 665px;
}

.term_list {
 width: 100%;
 padding: 0px 0 5px 0;
 text-align: center;
}
.term_list .txt {
 color: #212121;
}
.term_list .bar {
 display: inline-block;
 margin: 0 5px;
 vertical-align: middle;
 color: #c7c7c7;
}

.footer .kids_protect {
 padding-top: 15px;
}
.footer .kids_protect .txt {
 color: #b9b9b9;
}

.info_cop {
 padding-top: 15px;
 color: black;
}

/* 로그인, 회원가입 */
/*.modal{display:block;width:100%;height:100%;background:rgba(0,0,0,0.7);}*/
.modal_inner {
 z-index: 2;
 width: 92%;
 position: relative;
 top: 40px;
 margin: 30px auto;
 border-radius: 6px;
 background: #fff;
}
.l_j_wrap {
 position: relative;
 width: 100%;
}
.login_tab {
 width: 100%;
 font-size: 17px;
 font-weight: bold;
 letter-spacing: -1px;
 line-height: 1.2em;
}
.login_tab > span {
 cursor: pointer;
 display: inline-block;
 float: left;
 width: 50%;
 padding: 13px 0;
 text-align: center;
 background: #444a4c;
 color: #a1a7a9;
}
.login_tab span.active {
 background: #fff;
 color: #24b6e5;
}
.login_tab span.tab0 {
 border-radius: 6px 0 0 0;
}
.login_tab span.tab1 {
 border-radius: 0 6px 0 0;
 color: #fff;
}
.login_tab span.tab1 .green {
 color: #bfff7a;
}
.login_tab span.tab1.active,
.login_tab span.tab1.active .green {
 color: #7cb342;
}
.login_wrap {
 clear: both;
 padding-top: 25px;
 font-size: 1.2em;
}
.login_wrap.join {
 display: none;
}
.login_wrap .red_txt {
 margin-bottom: 8px;
 text-align: center;
 font-weight: bold;
 color: #e52475;
 font-size: 13px;
 letter-spacing: -1px;
}
.login_wrap .top {
 padding: 0 2%;
 border-bottom: 1px solid #d1d1d1;
}
.login_wrap .top form {
 width: 96%;
 margin: 0 auto;
}
.login_wrap .top form input {
 display: inline-block;
 padding: 0 0 0 1%;
 margin-bottom: 10px;
 border: 1px solid #b7b7b7;
 border-radius: 4px;
 font-size: 14px;
 background: #f8fafb;
 color: #bdbdbd;
}
.login_wrap .top form p {
 overflow: hidden;
}
.login_wrap .top form input[type="text"] {
 float: left;
 width: 48%;
 height: 35px;
 letter-spacing: -1px;
}
.login_wrap .top form input[type="text"]:focus,
.login_wrap.join .top form input[type="password"]:focus {
 font-weight: bold;
 border-color: #a0d468;
 background: #fafff4;
 color: #0f0f11;
}
.login_wrap .top form input[type="password"] {
 width: 100%;
 height: 35px;
 letter-spacing: -1px;
}
.login_wrap .top form input.user_email:focus,
.login_wrap .top form input[type="password"]:focus {
 font-weight: bold;
 border-color: #24b6e5;
 background: #edfaff;
 color: #0f0f11;
}
.login_wrap input[type="checkbox"].checkbox {
 display: inline-block;
 width: 16px;
 height: 16px;
 margin: 0 3px 0 0;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -153px -30px;
 background-size: 320px 416px;
 appearance: none;
 -webkit-appearance: none;
 border: none;
 padding: 0;
}
.login_wrap .top form input {
 display: inline-block;
 padding: 0 0 0 1%;
 margin-bottom: 10px;
 border: 1px solid #b7b7b7;
 border-radius: 4px;
 font-size: 14px;
 background: #f8fafb;
 color: #bdbdbd;
}
.login_wrap .top form input[type="email"] {
 float: left;
 width: 48%;
 height: 35px;
 letter-spacing: -1px;
 vertical-align: middle;
}
.login_wrap .top form input[type="email"]:focus,
.login_wrap.join .top form input[type="password"]:focus {
 font-weight: bold;
 border-color: #a0d468;
 background: #fafff4;
 color: #0f0f11;
}

.login_wrap input[type="checkbox"].checkbox:checked {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -170px -30px;
 background-size: 320px 416px;
}
.login_wrap .top #fc-join-form-email-host-span {
 width: 48%;
}
.login_wrap .top #fc-join-form-email-host-span select {
 width: 100%;
}
.login_wrap .top form select {
 display: inline-block;
 float: left;
 width: 48%;
 height: 35px;
 line-height: 33px;
 padding: 5px 0 6px 1%;
 border: 1px solid #b7b7b7;
 border-radius: 4px;
 background: #f8fafb;
 color: #0f0f11;
 font-size: 1.1em;
}
.login_wrap .top form p:first-child span {
 display: inline-block;
 float: left;
 width: 4%;
 line-height: 36px;
 text-align: center;
 font-size: 1em;
}
.login_wrap .top .input-notice {
 clear: both; /*margin-bottom:8px;*/
 font-size: 0.9em;
 color: #757575;
 letter-spacing: -1px;
}
.login_wrap .top .check_login {
 float: left;
 line-height: 1.2em;
}
.login_wrap .top .check_login label {
 font-size: 13px;
 font-weight: normal;
 vertical-align: middle;
 color: #616161;
 letter-spacing: -1px;
}
.login_wrap .top .find_pw {
 float: right;
 margin-bottom: 15px;
 font-weight: bold;
 font-size: 13px;
 letter-spacing: -2px;
 line-height: 1.2em;
}
.login_wrap .top .find_pw span {
 cursor: pointer;
}
.login_wrap .agree {
 width: 100%;
 padding: 10px 4%;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #d1d1d1;
 background: #f4f4f4;
 letter-spacing: -1px;
}
.login_wrap .agree label {
 vertical-align: top;
}
.login_wrap .agree span {
 cursor: pointer;
 display: inline-block;
 padding-bottom: 1px;
 line-height: 16px;
 border-bottom: 1px solid #24b6e5;
 color: #24b6e5;
}
.login_wrap .go_join {
 padding: 12px 4%;
 border-bottom: 1px solid #d1d1d1;
 background: #f4f4f4;
 cursor: pointer;
}
.login_wrap .go_join p {
 display: inline-block;
 margin-bottom: 8px;
 color: #7cb342;
 font-weight: bold;
 font-size: 13px;
 letter-spacing: -1px;
}
.login_wrap .go_join:active {
 background: rgba(244, 244, 244, 0.5);
}
.login_wrap .go_join .btn_n_join {
 display: block;
 padding: 10px 0;
 font-size: 16px;
 border: 1px solid #8dbe58;
 border-radius: 5px;
 background: #a0d468;
 color: #366b00;
 text-align: center;
 font-weight: bold;
}
.login_wrap .go_join .btn_n_join .white {
 display: inline-block;
 position: relative;
 top: -3px;
 width: 10px;
 height: 14px;
 background: url("/static/_mobile/_img/login/bg_btnjoin.gif") no-repeat 0 0;
 background-size: auto 14px;
 vertical-align: middle;
 letter-spacing: -2px;
}
.login_wrap .btm {
 width: 100%;
 padding: 14px 4% 13px 4%;
 border-top: 1px solid #fff;
 border-radius: 0 0 6px 6px;
 background: #fff;
 letter-spacing: -1px;
}
.login_wrap .btm .ex_txt {
 margin-bottom: 8px;
 color: #24b6e5;
 font-size: 13px;
 font-weight: bold;
}
.login_wrap .btm ol {
 margin-bottom: 12px;
 color: #757575;
}
.login_wrap .btm ol li {
 margin-bottom: 3px;
}
.login_wrap .btm ol span {
 font-weight: bold;
 color: #212121;
}
.login_wrap .btm ul li {
 margin-bottom: 7px;
}
.login_wrap .btm ul li span {
 line-height: 1.4em;
}
.login_wrap .btm ul li span b {
 color: #212121;
}
.login_wrap .btm ul li span.text {
 color: #757575;
}
.login_wrap .btm ul li span.text span {
 color: #c9c9c9;
}
.btn_login_l {
 clear: both;
 display: block;
 width: 100%;
 padding: 8px 0;
 margin: 15px auto;
 border: 1px solid #00aad9;
 border-radius: 5px;
 text-align: center;
 font-size: 16px;
 letter-spacing: -1px;
 font-weight: bold;
 background: #24b6e5;
 color: #fff;
}
.btn_join {
 clear: both;
 display: block;
 width: 100%;
 padding: 9px 0 10px 0;
 margin: 5px 0 15px 0;
 border: 1px solid #93c75c;
 border-radius: 5px;
 text-align: center;
 font-size: 16px;
 letter-spacing: -1px;
 font-weight: bold;
 background: #a0d468;
 color: #fff;
}
.btn_m_close.type1 {
 left: 90%;
 top: -30px;
}

/* sideMenu */
.sideMenu {
 z-index: 1;
 width: 75%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 font-weight: bold;
 display: none;
}
.sideMenu .top .my_name {
 width: 100%;
 margin-top: 9px;
 padding: 12px 0 13px 0;
 font-size: 16px;
 text-align: center;
 color: #fff;
 background: #29b6f6;
}
.sideMenu .top .my_video {
 overflow: hidden;
 width: 100%;
 letter-spacing: -1px;
}
.sideMenu .top .my_video li {
 float: left;
 width: 50%;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 color: #212121;
}

.sideMenu .top .my_video li.full {
 float: left;
 width: 100%;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 padding-right : 20px;
 color: #212121;
}

.sideMenu .top .my_video li:first-child {
 border-right: 1px solid #d1d1d1;
 border-left: none;
}
.sideMenu .top .my_video li > span {
 display: block;
 width: 100%;
 padding: 15px 0;
 background: #f4f4f4;
 text-align: center;
 font-size: 14px;
}
.sideMenu .top .my_video li > span span {
 display: inline-block;
 vertical-align: top;
 line-height: 1.2em;
}
.sideMenu .top .my_video li > span span.txt {
 padding-top: 2px;
}
.sideMenu .top .my_video li > span span.ico {
 display: inline-block;
 width: 26px;
 height: 21px;
 margin-right: 4%;
}
.sideMenu .top .my_video li:first-child > span span.ico {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -200px -33px;
 background-size: 308px 416px;
}
.sideMenu .top .my_video li:last-child > span span.ico {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -235px -33px;
 background-size: 308px 416px;
}
.sideMenu .top .my_info {
 position: relative;
 width: 100%;
}
.sideMenu .not_login {
 width: 100%;
}
.sideMenu .not_login p {
 width: 100%;
 padding: 35px 0;
 text-align: center;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 background: url("/static/_mobile/_img/mypage/bg_notLogin_top.jpg") no-repeat 0 0;
 background-size: 100% 115px;
}
.sideMenu .not_login .btn_goLogin {
 cursor: pointer;
 width: 100%;
 padding: 12px 3%;
 background: url("/static/_mobile/_img/mypage/bg_notLogin_btm.jpg") no-repeat 0 0;
 background-size: 100% 178px;
}
.sideMenu .not_login .btn_goLogin span {
 display: block;
 width: 100%;
 letter-spacing: -1px;
 padding: 10px 0;
 border-radius: 5px;
 text-align: center;
 color: #fff;
 font-weight: bold;
 font-size: 15px;
}
.sideMenu .not_login .btn_goLogin span:hover {
 opacity: 0.7;
}
.sideMenu .not_login .btn_goLogin .login {
 margin-bottom: 10px;
 background: #24b6e5;
}
.sideMenu .not_login .btn_goLogin .join {
 background: #a0d468;
}
.sideMenu .top .my_info {
 background: #282b2e;
}
.sideMenu .top .my_info ul li {
 overflow: hidden;
}
.sideMenu .top .my_info ul li div {
 float: left;
 width: 33.3%;
 height: 52px;
 padding: 8px 0 5px 0;
 border-bottom: 1px solid #3b3e41;
 border-left: 1px solid #3b3e41;
 letter-spacing: -1px;
}
.sideMenu .top .my_info ul li div:first-child {
 border-left: none;
}
.sideMenu .top .my_info ul li div.my_id {
 width: 100%;
 overflow: hidden;
 height: 40px;
 padding-top: 11px;
}
.sideMenu .top .my_info ul li div.my_id .info_tit {
 float: left;
 padding-left: 2%;
}
.sideMenu .top .my_info ul li div.my_id .info_con {
 float: right;
 padding-right: 5%;
 font-size: 14px;
}
.sideMenu .top .my_info ul li div .info_tit {
 display: block;
 padding-left: 5%;
 margin-bottom: 3px;
 color: #757575;
 font-size: 11px;
}
.sideMenu .top .my_info ul li div .info_tit.type1,
.sideMenu .top .my_info ul li div .info_con.type1 {
 display: inline-block;
}
.sideMenu .top .my_info ul li div .info_tit.type1 {
 position: relative;
 top: 1px;
}
.sideMenu .top .my_info ul li div .info_con {
 display: block;
 padding-right: 10%;
 text-align: right;
 font-size: 13px;
 color: #757575;
}
.sideMenu .top .my_info ul li div .txt_white {
 color: #fff;
}
.sideMenu .top .my_info ul li div .txt_white.type1 {
}
.sideMenu .top .my_info ul li div .txt_blue {
 color: #29b6f6;
}
.sideMenu .top .my_info ul li div .txt_red {
 color: #cc66cc;
}
.sideMenu .top .my_info ul li div .txt_orange {
 color: #ff8800;
}
.sideMenu .top .my_info .vip_ico {
 display: inline-block;
 position: relative;
 top: -2px;
 width: 17px;
 height: 15px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/ico/ico_vip.png") no-repeat 0 0;
 background-size: 17px 15px;
 vertical-align: middle;
}
.sideMenu .top .my_child,
.sideMenu .top .my_app_push_agree,
.sideMenu .top .my_marketing_agree {
 overflow: hidden;
 color: #bdbdbd;
 width: 100%;
 padding: 7px 0;
 border-top: 1px solid #3b3e41;
 background: #303336;
 letter-spacing: -1px;
 font-size: 13px;
}
.sideMenu .top .my_child .txt,
.sideMenu .top .my_app_push_agree .txt,
.sideMenu .top .my_marketing_agree .txt {
 display: inline-block;
 float: left;
 padding-top: 3px;
 margin-left: 4%;
}
.sideMenu .top .my_child .btn_child,
.sideMenu .top .my_app_push_agree .btn_child,
.sideMenu .top .my_marketing_agree .btn_child {
 cursor: pointer;
 display: inline-block;
 float: right;
 width: 80px;
 height: 25px;
 margin-right: 4%;
 text-indent: -9999px;
 vertical-align: top;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -117px -147px;
 background-size: 308px 416px;
}
.sideMenu .top .my_child .btn_child.on,
.sideMenu .top .my_app_push_agree .btn_child.on,
.sideMenu .top .my_marketing_agree .btn_child.on {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -208px -147px;
 background-size: 320px 416px;
}




.sideMenu .top .btn_wrap {
 padding: 10px 4%;
 background: #000;
}
.sideMenu .top .btn_wrap span {
 cursor: pointer;
 display: inline-block;
 width: 47%;
 padding: 7px 0 6px 0;
 text-align: center;
 border: 2px solid;
 border-radius: 6px;
 font-size: 14px;
 letter-spacing: -2px;
}
.sideMenu .top .btn_wrap span:hover {
 opacity: 0.7;
}
.sideMenu .top .btn_wrap .btn_point {
 margin-right: 4%;
 border-color: #29b6f6;
 color: #29b6f6;
 background: #001b24;
}
.sideMenu .top .btn_wrap .btn_edit {
 border-color: #a0d468;
 color: #81d52c;
 background: #101f00;
}
.sideMenu .btm {
 width: 100%;
}
.sideMenu .btm p {
 width: 100%;
 padding: 3px 0;
 border-bottom: 1px solid #dcdcdc;
 background: #f5f5f5;
 color: #bdbdbd;
 font-size: 12px;
 letter-spacing: -1px;
 text-align: center;
}
.sideMenu .btm ul li {
 position: relative;
 cursor: pointer;
 padding: 11px 4% 10px 4%;
 border-bottom: 1px solid #dcdcdc;
 background: #fff;
 font-size: 15px;
 letter-spacing: -1px;
 color: #212121;
 font-weight: normal;
}
.sideMenu .btm ul li:active {
 color: #29b6f6;
}
.sideMenu .btm ul li.b_blue {
 border-color: #29b6f6;
}
.sideMenu .btm ul li .b_border {
 position: absolute;
 bottom: 0;
 left: 0;
 display: block;
 width: 100%;
 border-bottom: 1px solid #dcdcdc;
}
.sideMenu .btm ul li .b_border.type1 {
 border-color: #29b6f6;
}
.sideMenu .btm ul li .down_ico {
 display: inline-block;
 width: 18px;
 height: 14px;
 position: relative;
 top: 2px;
 margin-left: 10px;
 background: url("/static/_mobile/_img/common/common.png") no-repeat;
 background-size: 320px 416px;
}
.sideMenu .btm ul li .down_ico.type1 {
 background-position: -169px 0;
}
.sideMenu .btm ul li .down_ico.type2 {
 background-position: -192px 0;
}
.sideMenu .btm ul li .memo_ico {
 display: inline-block;
 width: 35px;
 margin-left: 5px;
 border-radius: 3px;
 color: #fff;
 text-align: center;
 font-size: 12px;
 background: #29b6f6;
 letter-spacing: 0;
}
.sideMenu .btm ul li span.ico_new {
 display: inline-block;
 width: 12px;
 height: 12px;
 position: relative;
 top: 2px;
 margin-left: 7px;
 background: url("/static/_mobile/_img/common/new3.png") no-repeat 0 0;
 background-size: auto 12px;
}

/* 서브페이지 */
.sub_tit {
 position: relative;
 padding: 11px 2% 10px 2%;
 text-align: center;
 background: #005d94;
 color: #fff;
 font-size: 16px;
 vertical-align: middle;
 font-weight: bold;
}
.sub_tit span {
 color: #bdbdbd;
}
.sub_tit .btn_goHome {
 position: absolute;
 top: 11px;
 left: 2%;
 display: block;
 width: 20px;
 height: 16px;
 text-indent: -9999px;
 cursor: pointer;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -218px -124px;
 background-size: 371px 433px;
}
.sub_tit .btn_goHome:hover {
 opacity: 0.7;
}
.sub_tit.free {
 display: none;
}
.sub_tit .txt {
 color: #7cb6f4;
}
.sub_tit .s_id {
 color: #fff;
}

/* 공지사항 리스트 */
.notice {
 width: 100%;
 padding-bottom: 30px;
}
.notice.type1 {
 padding-bottom: 0;
}
.notice > ul {
 margin-top: 10px;
}
.notice > ul li {
 clear: both;
 position: relative;
 width: 100%;
 margin-bottom: 8px;
 padding: 10px 2%;
 height: 76px;
 border-bottom: 1px solid #d5d5d5;
 background: #fff;
}
.notice a {
 color: #000000;
}
.notice .top {
 overflow: hidden;
 margin-bottom: 10px;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: -1px;
}
.notice .top p {
 overflow: hidden;
 display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 vertical-align: bottom;
}
.notice .btm {
 overflow: hidden;
 position: absolute;
 bottom: 10px;
 width: 96%;
 font-size: 11px;
 color: #cecece;
}
.notice .btm.type1 {
 position: relative;
 top: 0;
 width: 100%;
 padding-top: 5px;
 border-top: 1px solid #d9d9d9;
}
.notice .btm .date {
 float: left;
 font-size: 11px;
}
.notice .btm .date span {
 display: inline-block;
 font-size: 12px;
 color: #616161;
 vertical-align: middle;
}
.notice .btm .n_writer {
 float: right;
 color: #898989;
}
.notice .hide {
 display: none;
}

/* 공지사항 글보기 */
.n_view {
 width: 100;
 margin-bottom: 10px;
 padding: 20px 4%;
 background: #fff;
}
.n_view .btm {
 padding-bottom: 5px;
}
.n_view .n_con {
 min-height: 140px;
 padding: 10px 0;
 border-top: 1px solid #d9d9d9;
 font-size: 13px;
 letter-spacing: -1px;
}
.n_view .n_con p {
 padding-bottom: 20px;
 font-size: 12px;
 color: #616161;
}
.n_view .n_con .txt_style1 {
 font-size: 14px;
 font-weight: bold;
}
.notice_btn {
 position: relative;
 overflow: hidden;
 margin: 10px 2%;
 height: 30px;
 text-align: center;
}
.notice_btn .right {
 float: right;
}
.notice_btn span {
 display: inline-block;
 width: 60px;
 padding: 5px 0 4px 0;
 border-radius: 4px;
 border: 1px solid;
 font-size: 13px;
 text-align: center;
}
.notice_btn .center {
 display: inline-block; /* position:absolute;top:0;left:45%; */
}
.notice_btn .del {
 border-color: #898989;
 color: #424242;
 background: #a3a3a3;
}
.notice_btn .list {
 border-color: #7a7f85;
 color: #fff;
 background: #959aa1;
}
.notice_btn .edit {
 border-color: #218fc2;
 color: #fff;
 background: #29b6f6;
}
.notice_btn .write {
 border-color: #0070c9;
 color: #fff;
 background: #1e88e5;
}
.notice_btn .btn_req {
 position: absolute;
 right: 0;
 top: 0;
 margin: 0;
 width: 102px;
 line-height: 18px;
 border: 1px solid #004ba3;
 letter-spacing: -1px;
 font-size: 13px;
 text-align: center;
 color: #fff;
 background: #507bdb;
}
.notice_btn .btn_del {
 position: absolute;
 top: 0;
 left: 2%;
 border-color: #959aa1;
 color: #fff;
 background: #61666c;
}
.notice_btn .btn_edit {
 position: absolute;
 top: 0;
 right: 2%;
 border-color: #56d1ff;
 color: #fff;
 background: #29b6f6;
}

.move_list {
 position: relative;
 width: 100%;
 padding: 0 4%;
 margin-top: 8px;
 background: #e0e0e0;
}
.move_list > span {
 display: block;
 position: absolute;
 left: 4%;
 width: 25px;
 height: 24px;
 cursor: pointer;
}
.move_list > span.top_list {
 top: 9px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -129px -199px;
 background-size: 340px 440px;
}
.move_list > span.btm_list {
 bottom: 9px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -154px -199px;
 background-size: 340px 440px;
}
.move_list .listArea {
 width: 100%;
 height: 83px;
 overflow: hidden;
}
.move_list .listArea ul {
 position: relative;
}
.move_list .listArea ul li {
 padding: 11px 0 12px 35px;
 font-size: 13px;
 letter-spacing: -1px;
 font-weight: bold;
 border-bottom: 1px solid #fff;
}
.move_list .listArea ul li p {
 width: 95%;
 overflow: hidden;
 vertical-align: middle;
 text-overflow: ellipsis;
 white-space: nowrap;
}

/* 공지사항 글쓰기 */
.n_write {
 width: 100%;
 padding-top: 10px;
}
.n_write .top {
 overflow: hidden;
 padding: 8px 0;
 padding-left: 3px;
 margin: 0;
 border-top: 1px solid #4fc3f7;
 border-bottom: 1px solid #4fc3f7;
 background: #f0f7fa;
}
.n_write .top ul li {
 margin: 0;
 padding: 0;
 background: #f0f7fa;
}
.n_write .top select {
 display: block;
 width: 100%;
 height: 100%;
 border: none;
 background: transparent;
 font-weight: normal;
 font-size: 13px;
 color: #8b8d8d;
 appearance: none;
 -webkit-appearance: none;
 -ms-appearance: none;
 -moz-appearance: none;
}
.n_write .btn_wrap {
 padding: 10px;
 text-align: center;
}
.n_write .btn_wrap span {
 display: inline-block;
 width: 60px;
 padding: 5px 0 4px 0;
 border-radius: 4px;
 border: 1px solid;
 font-size: 13px;
 text-align: center;
}
.n_write .btn_wrap .list {
 border-color: #bebebe;
 color: #fff;
 background: #959aa1;
}
.n_write .btn_wrap .btn_req {
 margin: 0;
 width: 102px;
 line-height: 18px;
 border: 1px solid #004ba3;
 letter-spacing: -1px;
 color: #fff;
 background: #507bdb;
}
.n_write .btn_wrap .up {
 border-color: #218fc2;
 color: #fff;
 background: #29b6f6;
}
.n_write .input_tit {
 display: block;
 width: 100%;
 padding: 10px 2%;
 border: none;
 border-top: 1px solid #4fc3f7;
 font-size: 13px;
 color: #bdbdbd;
}
.n_write .input_con {
 display: block;
 width: 100%;
 height: 250px;
 padding: 10px 2%;
 border: none;
 border-bottom: 1px solid #4fc3f7;
 font-size: 13px;
 resize: none;
 color: #bdbdbd;
}

/* 이벤트 리스트 */
.event {
 background: #f0f0f0;
}
.sub_tab {
 overflow: hidden;
 width: 100%;
 position: relative;
 z-index: 0;
}
.sub_tab > span {
 z-index: 1;
 position: relative;
 display: inline-block;
 float: left;
 width: 50%;
 padding: 14px 0;
 background: #c4cacc;
 text-align: center;
 font-size: 15px;
 font-weight: bold;
 color: #a1a7a9;
 cursor: pointer;
}
.sub_tab > span .bg {
 display: none;
 z-index: 2;
 position: absolute;
 bottom: -1px;
 left: 50%;
 margin-left: -6px;
 width: 12px;
 height: 6px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -27px -56px;
 background-size: 320px 416px;
}
.sub_tab > span .new_ico {
 display: block;
 z-index: 2;
 position: absolute;
 top: 16px;
 left: 73%;
 width: 18px;
 height: 18px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/new3.png") no-repeat;
 background-size: contain;
}
.sub_tab > span:active,
.sub_tab > span.active {
 background: #fff;
 color: #4fc3f7;
}
.sub_tab > span:active .bg,
.sub_tab > span.active .bg {
 display: block;
}
.sub_tab.type1 {
    display:flex;
}

.sub_tab.type1 > span {
 width: 33.33%;
 flex:1 1 100%;
 border-right: 1px solid #fff;
 font-size:14px;
}
.sub_tab.request > span {
 width: 33.33%;
 border-right: 1px solid #fff;
}
.sub_tab.type1 > span:last-child {
 border: none;
}
.sub_tab.request > span:last-child {
 border: none;
}

.event .sub_tab {
 margin: 0;
}
.event_list {
 clear: both;
}
.event_list li {
 width: 100%;
 margin: 0 0 10px 0;
 border-bottom: 1px solid #d5d5d5;
 background: #fff;
}
.event_list li img {
 display: inline-block;
 width: 100%;
}
.event_list li .top {
 width: 100%;
 text-align: center;
 background: #000;
}
.event_list li .top:after {
 content: "";
 display: block;
 clear: both;
}
.event_list li .top.type0 {
 background: #a0010a;
}
.event_list li .top.type1 {
 background: #24b6e5;
}
.event_list li .top.type2 {
 background: #3a5da9;
}
.event_list li .top.type3 {
 background: #7153c6;
}
.event_list li .top.type4 {
 background: #008fbf;
}
.event_list li .top.type5 {
 background: #6895ea;
}
.event_list li .top.type6 {
 background: #249dec;
}
.event_list li .btm {
 width: 100%;
 padding: 8px 2%;
}
.event_list li .btm p {
 margin-bottom: 8px;
 font-size: 13px;
 letter-spacing: -1px;
 font-weight: bold;
 color: #303232;
}
.event_list li .btm dl {
 overflow: hidden;
 font-size: 12px;
 letter-spacing: -1px;
}
.event_list li .btm dl dt {
 clear: both;
 float: left;
 margin-right: 5px;
 color: #b6b6b6;
 font-weight: normal;
}
.event_list li .btm dl dd {
 float: left;
 color: #303232;
}
.e_view {
 width: 100%;
 border-bottom: 1px solid #d5d5d5;
 background: #fff;
}
.e_view .e_tit_wrap {
 width: 100%;
 padding: 10px 3%;
}
.e_view .top {
 padding-bottom: 10px;
 border-bottom: 1px solid #d9d9d9;
 font-size: 1.4em;
 font-weight: bold;
 letter-spacing: -1px;
}
.e_view .top p {
 overflow: hidden;
 display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.e_view .btm {
 overflow: hidden;
 padding: 8px 0;
 border-bottom: 1px solid #d9d9d9;
 font-size: 1.1em;
 color: #cecece;
}
.e_view .btm .date {
 float: left;
 font-size: 1.1em;
}
.e_view .btm .date span {
 display: inline-block;
 font-size: 12px;
 color: #616161;
}
.e_view .btm .n_writer {
 float: right;
}
.e_view .e_con {
 width: 100%;
 position: relative;
}
.e_view .e_con img {
 width: 100%;
 display: block;
}
.e_view .btn_seller {
 position: absolute;
 bottom: 20%;
 left: 20%;
 width: 60%;
 height: 50px;
 cursor: pointer;
}
.e_view .btn_attend {
 position: absolute;
 top: 70.9%;
 left: 28.1%;
 width: 42.9%;
 height: 6.2%;
 cursor: pointer;
}
.e_view .btn_facebook {
 position: absolute;
 bottom: 16%;
 left: 15%;
 width: 70%;
 height: 50px;
 cursor: pointer;
}
.e_view .btn_google {
 position: absolute;
 top: 15%;
 left: 5%;
 width: 45%;
 height: 70px;
}
.e_view .btn_app {
 position: absolute;
 top: 16%;
 left: 50%;
 width: 45%;
 height: 70px;
 cursor: pointer;
}
.e_view .btn_cross {
 position: absolute;
 bottom: 16%;
 left: 10%;
 width: 80%;
 height: 80px;
 cursor: pointer;
}
#mobile-event-view-fb-like {
 position: absolute;
 top: 60%;
 left: 50%;
 margin-left: -60px;
 z-index: 1;
 display: none;
}

/* pagnation */
.pagnation {
 clear: both;
 width: 100%;
 padding: 15px 0;
 text-align: center;
 background: #f0f0f0;
}
.pagnation > span {
 opacity: 1 !important;
 display: inline-block;
 width: 28px;
 line-height: 28px;
 margin: 0 1%;
 border: 1px solid #e5e5e5;
 border-radius: 4px;
 background: #fff;
 color: #bdbdbd;
 font-size: 1.2em;
 text-align: center;
 cursor: pointer;
 font-weight: bold;
}
.pagnation span:hover,
.pagnation span.active {
 color: #29b6f6;
}
.pagnation .prev,
.pagnation .next {
 width: 32px;
}

/* 자주묻는질문 */
.customer {
 margin-top: 20px;
 padding: 10px 4%;
 background: #fff;
}
.customer.type1 {
 margin-top: 0;
}
.customer dl {
 overflow: hidden;
 color: #616161;
}
.customer dl dt {
 float: left;
 width: 20%;
 font-size: 12px;
 letter-spacing: -1px;
}
.customer dl dt.last {
 padding-top: 10px;
}
.customer dl dd {
 float: left;
 width: 80%;
 font-size: 1.2em;
}
.customer dl dd a {
 display: block;
 width: 100px;
 padding: 5px 0;
 margin-top: 5px;
 border-radius: 5px;
 border: 1px solid #bebebe;
 background: #fff;
 color: #8c8c8c;
 font-weight: bold;
}
.customer dl dd a span {
 display: inline-block;
 width: 25px;
 height: 17px;
 margin: 0 0 0 4px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/mypage/my_phone.gif") no-repeat 0 0;
 background-size: auto 16px;
}
.customer dl dd a:hover,
.customer dl dd a:visited,
.customer dl dd a:active {
 text-decoration: none;
}
.go_onetoone {
 padding: 8px 0;
 font-size: 13px;
 background: #303030;
 text-align: center;
 letter-spacing: -1px;
 color: #b6b6b6;
}
.go_onetoone b,
.go_onetoone span {
 color: #fff;
}
.go_onetoone b {
 cursor: pointer;
}

/* 포인트적립내역 */
.list_style {
}
.list_style ul {
 min-height: auto;
}
.list_style ul li {
 overflow: hidden;
 border-bottom: 1px solid #dcdcdc;
 background: #f5f5f5;
}
.list_style ul li.bg,
.list_style ul li.tit {
 background: #fff;
}
.list_style ul li.tit div {
 padding: 5px 0;
 font-size: 11px;
 color: #bdbdbd;
}
.list_style ul li div {
 float: left;
 padding: 7px 0;
 font-size: 12px;
 letter-spacing: -1px;
}
.list_style ul li div:nth-child(1) {
 width: 20%;
 padding-left: 3%;
}
.list_style ul li div:nth-child(2) {
 width: 43%;
 font-weight: bold;
 text-align: center;
}
.list_style ul li.tit div:nth-child(2) {
 text-align: center;
}
.list_style ul li div:nth-child(3) {
 width: 17%;
 text-align: center;
}
.list_style ul li div:nth-child(4) {
 width: 20%;
 padding-right: 5%;
 text-align: right;
}
.list_style ul li div .date {
 color: #898989;
}
.list_style ul li div .con {
 overflow: hidden;
 cursor: pointer;
 display: block;
 max-width: 98%;
 color: #212121;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.list_style ul li div .txt_blue {
 color: #4fc3f7;
}

/* 1:1문의 */
.oneToone_wrap {
 width: 100%;
 height: 100%;
 margin-top: 10px;
 padding-bottom: 100px;
 background: #738eaf;
 letter-spacing: -1px;
}
.oneToone_inner {
 overflow: hidden;
 min-height: 400px;
}
.btn_t_prev {
 display: block;
 width: 100%;
 padding: 8px 0;
 background: #344f78;
 color: #8da9cb;
 text-align: center;
 font-size: 12px;
}
.btn_t_prev span {
 display: inline-block;
 width: 18px;
 height: 8px;
 margin-left: 10px;
 background: url("/static/_mobile/_img/common/bg_oto.gif") no-repeat 0 0;
 background-size: auto 8px;
}
.manage_wrap {
 position: relative;
 clear: both;
 float: left;
 width: 100%;
 padding: 10px 5% 10px 30px;
}
.manage_wrap .bg {
 position: absolute;
 display: block;
 left: -19px;
 top: 10px;
 width: 19px;
 height: 25px;
 background: url("/static/_mobile/_img/mypage/1-1_right.gif") no-repeat 0 0;
 background-size: 19px auto;
}
.manage_wrap > p {
 margin-bottom: 8px;
 color: #fff;
 font-size: 11px;
}
.manage_wrap .m_img {
 position: absolute;
 display: block;
 width: 30px;
 height: 30px;
 top: -25px;
 left: -36px;
 background: url("/static/_mobile/_img/mypage/filecast_logo.png") no-repeat 0 0;
 background-size: 30px 30px;
}
.manage_wrap .m_con {
 position: relative;
 float: left;
 min-width: 60%;
 max-width: 85%;
 padding-top: 10px;
 border-radius: 5px;
 border-top: 1px solid #6583a6;
 box-shadow: 3px 3px 5px #6280a3;
 background: #f3fbff;
 color: #18639a;
 font-size: 13px; /* font-weight:bold; */
}
.manage_wrap .m_con img {
 display: block;
 width: 98%;
 margin: 0 auto;
}
.manage_wrap .m_con p {
 width: 100%;
 padding: 0 10px; /* border-top:1px solid #b7c9da; */
 border-radius: 5px 5px 0 0;
}
.manage_wrap .m_con > span {
 display: inline-block;
 padding: 0 10px;
}
.manage_wrap .m_con div {
 padding: 0 3%;
}
.manage_wrap .m_con .m_btm {
 position: relative;
 overflow: hidden;
 min-width: 50%;
 padding: 3px 4%;
 margin-top: 10px;
 border-top: 1px solid #b7c9da;
 border-bottom: 1px solid #afc6da;
 border-radius: 0 0 5px 5px;
 box-shadow: 0 3px 3px #e2f4fd inset;
 background: #e5f6ff;
 color: #74c6da;
 font-size: 12px;
 text-align: right;
}
.manage_wrap .m_con .m_btm .oto_ing {
 display: inline-block;
 margin-left: 8px;
 font-weight: bold;
 color: #1ca8cb;
 font-size: 11px;
}
.user_wrap {
 position: relative;
 clear: both;
 float: right;
 width: 100%;
 padding: 10px 30px 10px 20px;
}
.user_wrap > p {
 margin-bottom: 8px;
 color: #fff;
 font-size: 11px;
}
.user_wrap .bg {
 position: absolute;
 display: block;
 right: -20px;
 top: 10px;
 width: 20px;
 height: 25px;
 background: url("/static/_mobile/_img/mypage/1-1_left.gif") no-repeat 0 0;
 background-size: 19px auto;
}
.user_wrap .u_con {
 position: relative;
 float: right;
 min-width: 55%;
 max-width: 85%;
 border-top: 1px solid #6c86a6;
 box-shadow: 3px 3px 5px #6280a3;
}
.user_wrap .u_con img {
 display: block;
 width: 98%;
}
.user_wrap .u_con .q_con {
 padding: 8px 5%;
 border-top: 1px solid #c3cdda;
 border-radius: 5px 5px 0 0;
 background: #fff;
 color: #212121;
 font-size: 13px; /* font-weight:bold; */
}
.user_wrap .u_con .u_btm {
 position: relative;
 padding: 3px 5%;
 border-bottom: 1px solid #bfc9d7;
 border-radius: 0 0 5px 5px;
 box-shadow: 0 3px 3px #ebf1f4 inset;
 background: #f7f8f9;
 color: #bdbdbd;
 font-size: 12px;
 text-align: right;
}
.user_wrap .u_con .u_btm .oto_ing {
 display: inline-block;
 margin-left: 5px;
 font-weight: bold;
 color: #616161;
 font-size: 11px;
}
.input_Q {
 clear: both;
 position: fixed;
 bottom: 0;
 width: 100%;
 padding-bottom: 10px;
 border-top: 1px solid #597595;
 background: #f0f0f0;
}
.input_Q textarea {
 display: block;
 width: 100%;
 height: 64px;
 padding: 10px 2%;
 border: none;
 font-size: 14px;
 resize: none;
 color: #000;
 background: #fff;
}
.input_Q .btn_wrap {
 text-align: center;
 margin: 10px 0 0 0;
}
.input_Q .btn_wrap span {
 cursor: pointer;
 display: inline-block;
 padding: 6px 0 5px 0;
 border-radius: 4px;
 border: 1px solid;
 font-size: 13px;
 text-align: center;
}
.input_Q .btn_wrap .cancle {
 width: 62px;
 margin-right: 8px;
 border-color: #7a7f85;
 color: #e4e6e7;
 background: #959aa1;
}
.input_Q .btn_wrap .up {
 width: 72px;
 border-color: #0070c9;
 color: #fff;
 background: #1e88e5;
}

.manage_wrap .m_con .m_btm .btn_del,
.user_wrap .u_con .u_btm .btn_del {
 position: absolute;
 top: 5px;
 left: 8px;
 display: block;
 width: 29px;
 height: 13px;
 background: url("/static/_mobile/_img/common/btn_del.png") no-repeat 0 0;
 background-size: 29px 13px;
}

/* 쿠폰등록 */
.coupon {
 width: 100%;
 padding: 10px 2%;
 margin-bottom: 5px;
 border-bottom: 1px solid #d5d5d5;
 background: #fff;
}
.coupon .top {
 overflow: hidden;
 width: 100%;
 margin-bottom: 10px;
}
.coupon .top .bg_coupon {
 display: inline-block;
 width: 89px;
 height: 56px;
}
.coupon .top .bg_coupon img {
 display: block;
 width: 89px;
 height: 56px;
}
.coupon .top .right {
 display: inline-block;
 vertical-align: top;
 margin-left: 8px;
 width: calc(95% - 89px);
}
.coupon .top .right.naol {
 margin-top: 3px;
}
@media (min-width: 446px) {
 .coupon .top .right.naol {
  margin-top: 10px;
 }
}
.coupon .top .right > span {
 font-size: 13px;
 font-weight: bold;
 letter-spacing: -1px;
}
.coupon .top .right > span span {
 color: #4fc3f7;
}
.coupon .top .right .c_tit {
 display: block;
}
.coupon .top .right .txt_blue {
 color: #4fc3f7;
}
.coupon .top .right p {
 font-size: 11px;
 color: #757575;
 letter-spacing: -1px;
}
.coupon .btm {
 width: 100%;
 height: 37px;
 border: 1px solid #a8a8a8;
 background: #f8fafb;
}
.coupon .btm input[type="text"] {
 display: inline-block;
 width: 75%;
 height: 35px;
 margin-right: 2%;
 padding: 6px 0 6px 5px;
 border: none;
 background: #f8fafb;
 color: #000;
 font-size: 14px;
}
.coupon .btm input[type="number"] {
 display: inline-block;
 float: left;
 width: 75%;
 height: 35px;
 min-width: 229px;
 margin-right: 2%;
 padding: 6px 0 6px 5px;
 border: none;
 background: #f8fafb;
 color: #000;
 font-size: 14px;
}
.coupon .btm span {
 display: inline-block;
 float: right;
 width: 15%;
 min-width: 68px;
 height: 35px;
 line-height: 35px;
 border: none;
 color: #fff;
 background: #959aa1;
 font-size: 13px;
 text-align: center;
}
.coupon_notice {
 overflow: hidden;
 width: 100%;
 padding: 15px 3%;
}
.coupon_notice p {
 font-size: 11px;
 font-weight: bold;
 letter-spacing: -1px;
}
.coupon_notice ol {
 font-size: 12px;
 color: #757575;
 letter-spacing: -1px;
}
.coupon_notice ol li {
 padding: 1px 0;
}
.coupon_notice ol li .number {
 clear: both;
 display: inline-block;
 vertical-align: top;
}
.coupon_notice ol li .txt {
 display: inline-block;
 width: 95%;
}

/* 비밀번호변경 */
.change_pw {
}
.change_pw .my_id {
 width: 100%;
 padding: 10px 0;
 background: #282b2e;
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
}
.pw_form {
 padding: 10px 5%;
}
.pw_form input {
 display: block;
 width: 100%;
 margin-top: 10px;
 padding: 8px 0 8px 12px;
 border-radius: 4px;
 border: 1px solid;
 font-size: 14px;
 background: #f8fafb;
}
.pw_form input.type1 {
 border-color: #a8a8a8;
}
.pw_form input.type1::-webkit-input-placeholder {
 color: #dbdcdc;
}
.pw_form input.type1::-moz-placeholder {
 color: #dbdcdc;
} /* firefox 19+ */
.pw_form input.type1:-ms-input-placeholder {
 color: #dbdcdc;
} /* ie */
.pw_form input.type1:-moz-placeholder {
 color: #dbdcdc;
}
.pw_form input.type2 {
 border-color: #29b6f6;
}
.pw_form input.type2::-webkit-input-placeholder {
 color: #a1ddf8;
}
.pw_form input.type2::-moz-placeholder {
 color: #a1ddf8;
} /* firefox 19+ */
.pw_form input.type2:-ms-input-placeholder {
 color: #a1ddf8;
} /* ie */
.pw_form input.type2:-moz-placeholder {
 color: #a1ddf8;
}
.pw_form p {
 margin: 10px 0;
 font-size: 12px;
 color: #818181;
 font-weight: bold;
}
.pw_form .btn_wrap {
 text-align: center;
 margin: 15px 0;
}
.pw_form .btn_wrap span {
 display: inline-block;
 padding: 5px 0 6px 0;
 border-radius: 4px;
 font-weight: bold;
 border: 1px solid;
 font-size: 14px;
 text-align: center;
}
.pw_form .btn_wrap .cancle {
 width: 80px;
 margin-right: 10px;
 border-color: #7a7f85;
 color: #fff;
 background: #959aa1;
}
.pw_form .btn_wrap .up {
 width: 100px;
 border-color: #0070c9;
 color: #fff;
 background: #1e88e5;
}

/* alert */
.modal-dialog {
 margin: 50px auto 0;
}
.modal-body {
 padding: 15px 20px 10px 20px;
}
.modal-content {
 font-size: 13px;
 border-radius: 5px;
}
.modal-content .modal-header {
 position: relative;
 padding: 12px 15px;
 border-bottom: none;
 border-radius: 5px 5px 0 0;
 background: #4fc3f7;
 text-align: center;
}
.modal-content .modal-header .modal-title {
 font-size: 14px;
 font-weight: bold;
 color: #fff;
}
.modal-content .modal-header .close {
 position: absolute;
 top: -35px;
 right: 5px;
 cursor: pointer;
 display: block;
 width: 25px;
 height: 25px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -171px -149px;
 background-size: 400px 520px;
 text-indent: -9999px;
 opacity: 1;
}
.modal-content .modal-body .alert-msg {
 font-size: 14px;
 font-weight: bold;
 color: #595b5b;
}
.modal-content .modal-body .alert-msg .txt_red {
 color: #e40000;
}
.modal-content .modal-footer {
 border-radius: 0 0 5px 5px;
 margin-top: 0;
 border-top: none;
 text-align: center;
}
.modal-content .btn {
 padding: 3px 8px 4px 8px;
 font-weight: bold;
}
.modal-content .btn:hover {
 opacity: 0.7;
}
.modal-content .btn-default {
 border-color: #a8a8a8;
 color: #424242;
 background: #dbdbdb;
}
.modal-content .btn-primary {
 margin-left: 0;
 border-color: #6ebeff;
 color: #fff;
 background: #1e88e5;
}

/* 성인인증 */
.modal-body.type1 {
 padding: 0;
 border-radius: 0 0 9px 9px;
}
.adult_ {
 padding-bottom: 15px;
 margin-top: 12px;
 background: #fff;
}
.adult .top {
 overflow: hidden;
 padding: 15px 5%;
}
.adult .top .image {
 display: inline-block;
 float: left;
 width: 52px;
 height: 51px;
 margin-right: 4%;
 margin-bottom: 20px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/etc/adult_19.gif") no-repeat 0 0;
 background-size: 51px 51px;
}
.adult .top .explain {
 float: left;
 width: 75%;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: -1px;
}
.adult .top .explain span {
 color: #e82222;
}
.adult .top .txt {
 clear: both;
 display: inline-block;
 font-size: 13px;
 line-height: 18px;
 color: #616161;
 letter-spacing: -1px;
 vertical-align: middle;
}
.adult .check {
 overflow: hidden;
 width: 100%;
 padding: 12px 5%;
 background: #ebecec;
}
.adult .check p {
 float: left;
 padding-top: 4px;
 font-size: 12px;
 font-weight: bold;
 color: #303232;
 letter-spacing: -1px;
}
.adult .check span {
 display: block;
 float: right;
 padding: 3px 12px 4px 12px;
 border: 1px solid #bebebe;
 font-size: 12px;
 font-weight: bold;
 border-radius: 4px;
 background: #959aa1;
 color: #fff;
 vertical-align: middle;
}
.adult .confirm {
 padding: 15px 5%;
 border-radius: 0 0 4px 4px;
 background: #f6f6f6;
}
.adult .confirm .txt {
 font-size: 15px;
}
.adult .confirm > span {
 display: inline-block;
 width: 48%;
 height: 93px;
 padding: 7px 0 0;
 border: 3px solid;
 border-radius: 8px;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 border-color: #29b6f6;
 color: #29b6f6;
 background: #fff;
 overflow: hidden;
 margin-bottom: 3%;
}
.adult .confirm > span:nth-child(2n-1) {
 margin-right: 2.3%;
}
.adult .confirm > span.kakao,
.adult .confirm > span.card {
 padding-top: 6px;
 margin-bottom: 0;
}
.adult .confirm > span .ico {
 display: block;
 margin: 0 auto 10px auto;
 width: 65px;
 height: 46px;
 background-image: url("/static/_mobile/_img/etc/adult_ico2.png");
 background-repeat: no-repeat;
}
.adult .confirm > span.iPine .ico {
 background-position: 0 0;
}
.adult .confirm > span.phone .ico {
 background-position: -69px 0;
}
.adult .confirm > span.kakao .ico {
 background-position: 0 -50px;
}
.adult .confirm > span.card .ico {
 background-position: -69px -50px;
}

/* 카카오페이 성인인증*/
.adult_kakao .modal-body {
 overflow: hidden;
}
.adult_kakao .step_wrap {
 width: 86.4%;
 height: 350px;
 margin: 15px auto 10%;
 position: relative;
}
.adult_kakao .step_wrap img {
 display: inline-block;
 width: 22.5%;
 max-width: 102px;
 padding-right: 3%;
 margin: 0 0 0 -10px;
 vertical-align: top;
}
.adult_kakao .step1 ul {
 display: inline-block;
 width: 78.64%;
}
.adult_kakao .step1 ul li {
 width: 100%;
}
.adult_kakao .step1 ul li input[type="checkbox"] {
 display: none;
}
.adult_kakao .step1 ul li input[type="checkbox"] + label .txt {
 display: inline-block;
 height: 20px;
 padding-left: 25px;
 background: url("/static/_mobile/_img/common/common_off.png") no-repeat;
 background-size: 20px;
}
.adult_kakao .step1 ul li input[type="checkbox"]:checked + label .txt {
 background: url("/static/_mobile/_img/common/common_on.png") no-repeat;
 background-size: 20px;
}
.adult_kakao .step1 ul li.all {
 font-size: 15px;
 margin-bottom: 20px;
}
.adult_kakao .step1 ul li.all .txt {
 line-height: 20px;
}
.adult_kakao .step1 ul li.bg {
 padding: 15px 0;
 background: #f8fafb;
 border-bottom: 1px solid #eff1f4;
}
.adult_kakao .step1 ul li.bg label {
 padding-left: 5px;
}
.adult_kakao .step1 ul li.bg .txt {
 font-weight: normal;
 font-size: 12px;
 line-height: 20px;
 letter-spacing: -1px;
}
.adult_kakao .step1 ul li.bg .view {
 color: #909091;
 font-weight: normal;
 text-decoration: underline;
 float: right;
 margin-right: 10px;
 font-size: 12px;
 line-height: 20px;
}

.adult_kakao .step_wrap .next_btn {
 width: 100%;
 padding: 10px 0;
 background: #24b6e5;
 border: 1px solid #00aad9;
 border-radius: 5px;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 position: absolute;
 left: 0;
 bottom: 0;
}

.adult_kakao .step1_view {
 background: #f4f7f8;
 position: relative;
}
.adult_kakao .step1_view .tit {
 font-size: 15px;
 font-weight: bold;
 padding: 15px 15px 20px;
 letter-spacing: -0.5px;
}
.adult_kakao .step1_view ol {
 padding: 0 15px;
}
.adult_kakao .step1_view ol li {
 margin-bottom: 7%;
}
.adult_kakao .step1_view ol li span {
 letter-spacing: -0.5px;
}
.adult_kakao .step1_view ol li .num {
 font-weight: bold;
 color: #303232;
 display: block;
}
.adult_kakao .step1_view ol li .num + span {
 color: #616161;
}
.adult_kakao .step1_view .ok_btn {
 width: 60%;
 padding: 10px 0;
 background: #ffc800;
 border-radius: 3px;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 position: absolute;
 left: 50%;
 bottom: 20px;
 margin-left: -30%;
}

.adult_kakao .step2 ul {
 display: inline-block;
 width: 78.64%;
}
.adult_kakao .step2 ul li {
 width: 100%;
}

.adult_kakao .step2 ul li:nth-child(n + 2) {
 border-bottom: 1px solid #eff1f4;
 margin-bottom: 5px;
}
.adult_kakao .step2 ul li.tit {
 font-size: 15px;
 font-weight: bold;
 margin-bottom: 15px;
}
.adult_kakao .step2 ul li .txt_box {
 width: 62%;
 border: none;
 border-right: 1px solid #eff1f4;
 outline: none;
 display: inline-block;
 margin: 10px 0 14px;
 padding: 5px 0;
 border-radius: 0;
 -webkit-border-radius: 0;
}
.adult_kakao .step2 ul li .txt_box::-ms-input-placeholder {
 color: #999;
}
.adult_kakao .step2 ul li .txt_box::-webkit-input-placeholder {
 color: #999;
}
.adult_kakao .step2 ul li .txt_box::-moz-placeholder {
 color: #999;
}
.adult_kakao .step2 ul li .txt_box::-moz-placeholder {
 color: #999;
}
.adult_kakao .step2 ul li:last-child .txt_box {
}
.adult_kakao .step2 ul li select {
 display: inline-block;
 float: right;
 vertical-align: top;
 width: 30%;
 padding: 15px 0;
 border: none;
 outline: none;
 background: url("/static/_mobile/_img/common/tab_ico.png") no-repeat 100% 20px;
 background-size: 11px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.adult_kakao .step2 ul li select::-ms-expand {
 display: none;
}
.adult_kakao .step2 ul li .msg_btn {
 width: 34%;
 padding: 10px 0;
 margin-top: 5px;
 letter-spacing: -1px;
 font-size: 11px;
 background: #f6fafb;
 border: 1px solid #e0e3e4;
 border-radius: 3px;
 outline: none;
 float: right;
}

/* 자녀안심서비스 */
.e_view .e_con.child {
 padding: 0;
}
.child {
 padding: 15px 5%;
 background: #fff;
}
.child input[type="password"] {
 display: block;
 width: 100%;
 margin: 15px 0 20px 0;
 padding: 8px 0 8px 12px;
 border-radius: 4px;
 border: 1px solid #a8a8a8;
 font-size: 14px;
 background: #f8fafb;
}
.child .child_ex .txt {
 margin-bottom: 5px;
 font-weight: bold;
 font-size: 18px;
}
.child .child_ex p {
 font-size: 13px;
 line-height: 18px;
 color: #303232;
 letter-spacing: -1px;
}

/* 충전하기 */
.charge_banner {
 margin-top: 10px;
 text-align: center;
 background: #7147ff;
}
.charge_banner.type1 {
 background: #ff8e04;
}
.charge_banner.type2 {
 margin-bottom: 20px;
 background: #ffc325;
}
.charge_txt {
 padding: 10px 0;
 text-align: center;
 font-weight: bold;
 letter-spacing: -1px;
 font-size: 12px;
}
.charge_txt span {
 color: #0089e9;
}
.charge_list ul {
 padding: 0;
}
.charge_list ul li {
 overflow: hidden;
 width: 100%;
 margin-bottom: 5px;
 border-bottom: 1px solid #d5d5d5;
 background: #fff;
}
.charge_list ul li .top {
 overflow: hidden;
 margin-bottom: 12px;
}
.charge_list ul li .top .type1 {
 display: block;
 float: left;
 margin: 12px 0 0 2%;
}
.charge_list ul li .top .type1 input[type="radio"] {
 display: none;
}
.charge_list ul li .top .type1 input[type="radio"] + label span {
 cursor: pointer;
 vertical-align: middle;
 display: block;
 float: left;
 width: 16px;
 height: 15px;
 margin-right: 5px;
 background: url("/static/_mobile/_img/charge/radio_o_off.png") no-repeat 0 0;
 vertical-align: middle;
 background-size: 15px 15px;
}
.charge_list ul li .top .type1 input[type="radio"]:checked + label span {
 background: url("/static/_mobile/_img/charge/radio_b_on.png") no-repeat 0 0;
 background-size: 15px 15px;
}
.charge_list ul li .top .left {
 float: left;
 margin-top: 8px;
}
.charge_list ul li .top .left div {
 float: left;
}
.charge_list ul li .top .left div .sum {
 display: inline-block;
 font-size: 15px;
 letter-spacing: -1px;
 font-weight: bold;
}
.charge_list ul li .top .left div .sum > span:nth-child(1) {
 display: inline-block;
 margin-right: 4px;
 font-size: 16px;
 color: #4fc3f7;
}
.charge_list ul li .top .left div .sum span:nth-child(2) {
 position: relative;
 top: -2px;
 font-size: 13px;
}
.charge_list ul li .top .left div .sum_flat {
 display: inline-block;
 width: 47px;
 height: 11px;
 margin-top: 7px;
 font-weight: bold;
 color: #fff;
 background: url("/static/_mobile/_img/charge/bg_discount.jpg") no-repeat 0 0;
 vertical-align: top;
 background-size: 47px 11px;
}
.charge_list ul li .top .left div .plus {
 width: 100%;
 padding-top: 5px;
 font-size: 12px;
 color: #303232;
 letter-spacing: -1px;
 font-weight: normal;
}
.charge_list ul li .top .left div .plus.style1 {
 font-size: 11px;
}
.charge_list ul li .top .left div .plus span {
 color: #95c54a;
 font-size: 12px;
}
.charge_list ul li .right {
 float: right;
 display: inline-block;
 margin: 12px 2% 0 2%;
 text-align: right;
 vertical-align: middle;
}
.charge_list ul li .right span {
 color: #303232;
 font-weight: bold;
 font-size: 12px;
}
.charge_list ul li .right span.discount {
 display: block;
 color: #bdbdbd;
 text-decoration: line-through;
}
.charge_list ul li .right span span {
 letter-spacing: -1px;
 font-family: tahoma;
 color: #01579b;
 font-size: 22px;
}
.charge_list ul li .btm {
 clear: both;
 font-size: 11px;
 background: #f3f9fc;
}
.charge_list ul li .btm > span {
 display: inline-block;
 padding: 10px 0 10px 8%;
 margin-right: 7px;
 font-weight: bold;
}
.charge_list ul li .btm input[type="radio"] {
 display: none;
}
.charge_list ul li .btm input[type="radio"] + label span {
 cursor: pointer;
 position: relative;
 top: 2px;
 display: block;
 float: left;
 width: 13px;
 height: 13px;
 margin-right: 5px;
 vertical-align: top;
 background: url("/static/_mobile/_img/charge/radio_s_off.jpg") no-repeat 0 0;
 background-size: 12px 12px;
}
.charge_list ul li .btm input[type="radio"] + label {
 display: inline-block;
 margin-right: 10px;
}
.charge_list ul li .btm input[type="radio"]:checked + label span {
 background: url("/static/_mobile/_img/charge/radio_s_on.jpg") no-repeat 0 0;
 background-size: 12px 12px;
}
.total_wrap {
 width: 100%;
 padding: 10px 2% 20px 2%;
}
.total_wrap h3 {
 margin-bottom: 3px;
 color: #616161;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: -1px;
}
.total_wrap .total_sum {
 margin-bottom: 15px;
 color: #005d94;
 font-size: 12px;
 font-weight: bold;
}
.total_wrap .total_sum #total_sum {
 top: 0;
 padding-top: 2px;
 font-family: tahoma;
 font-size: 22px;
 color: #005d94;
}
.total_wrap .total_sum span {
 position: relative;
 top: -2px;
}
.total_wrap .total_detail {
 color: #1fafe3;
 font-size: 15px;
 font-weight: bold;
}
.total_wrap .total_detail span {
 color: #0f0f11;
}
.total_wrap .total_detail span.t_green {
 color: #7bb61d;
}
.total_wrap .total_detail span span {
 color: #ff8000;
}
.charge_choice {
 position: relative;
 width: 100%;
 padding: 20px 2% 0 2%;
 background: #282b2e;
}
.charge_choice h3 {
 margin-bottom: 15px;
 color: #fff;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: -1px;
}
.charge_choice ul {
 overflow: hidden;
 width: 100%;
 padding: 0 2%;
}
.charge_choice ul li {
 cursor: pointer;
 float: left;
 width: 48%;
 padding: 6px 0;
 margin-bottom: 15px;
 border: 2px solid #29b6f6;
 border-radius: 6px;
 text-align: center;
 background: #001b24;
 letter-spacing: -2px;
 color: #26ace9;
 font-size: 16px;
 font-weight: bold;
}
.charge_choice ul li:nth-child(2n-1) {
 margin-right: 4%;
}
.charge_choice .bg {
 position: absolute;
 top: 0;
 left: 48%;
 display: block;
 width: 21px;
 height: 12px;
 background: url("/static/_mobile/_img/charge/bg_total.jpg") no-repeat 0 0;
}
.charge_notice {
 padding: 20px 2% 97px 4%;
}
.charge_notice h3 {
 margin-bottom: 7px;
 color: #212121;
 font-size: 10px;
 font-weight: bold;
 letter-spacing: -1px;
}
.charge_notice ol li {
 overflow: hidden;
 width: 100%;
 font-size: 12px;
 letter-spacing: -1px;
}
.charge_notice ol li span {
 display: inline-block;
 float: left;
 width: 92%;
 color: #303232;
}
.charge_notice ol li span.num {
 clear: both;
 width: 18px;
}
.charge_notice ol li span b {
 color: #212121;
}

/* 정액제 충전 */
.charge_list.type1 ul li {
 position: relative;
 padding: 10px 0 0 2%;
 line-height: 1.2em;
}
.charge_list.type1 ul li .bg {
 position: absolute;
 top: 0;
 right: 0;
 width: 39px;
 height: 40px;
 background: url("/static/_mobile/_img/charge/common.png") no-repeat -123px 0;
}
.charge_list.type1 ul li .top {
 cursor: pointer;
 float: left;
 width: 100%;
 padding-bottom: 3px;
 margin-bottom: 0;
}
.charge_list.type1 ul li .top > span {
 display: block;
 float: left;
}
.charge_list.type1 ul li .top input[type="radio"] {
 display: none;
}
.charge_list.type1 ul li .top input[type="radio"] + label span {
 position: relative;
 top: 3px;
 display: block;
 float: left;
 width: 16px;
 height: 15px;
 margin-right: 8px;
 background: url("/static/_mobile/_img/charge/radio_o_off.png") no-repeat 0 0;
 vertical-align: middle;
 background-size: 15px 15px;
}
.charge_list.type1 ul li .top input[type="radio"]:checked + label span {
 background: url("/static/_mobile/_img/charge/radio_o_on.jpg") no-repeat 0 0;
 background-size: 15px 15px;
}
.charge_list.type1 ul li .top div {
 float: left;
 width: 90%;
 position: relative;
 top: 3px;
}
.charge_list.type1 ul li .top div p:first-child {
 width: 100%;
 padding-bottom: 10px;
 font-size: 14px;
 letter-spacing: -1px;
 line-height: 18px;
 font-weight: bold;
}
.charge_list.type1 ul li .top div p:first-child span {
 color: #ff8000;
}
.charge_list.type1 ul li .top div p:nth-child(2) {
 padding-bottom: 10px;
 border-bottom: 1px solid #dcdcdc;
 font-size: 11px;
 letter-spacing: -1px;
 font-weight: bold;
}
.charge_list.type1 ul li .btm {
 clear: both;
 position: relative;
 top: 3px;
 padding: 5px 2% 12px 2%;
 text-align: right;
 background: #fff;
}
.charge_list.type1 ul li .btm .discount {
 padding: 0;
 margin-top: 6px;
 text-decoration: line-through;
 color: #bdbdbd;
 font-size: 11px;
 vertical-align: top;
}
.charge_list.type1 ul li .btm .discount b {
 font-family: tahoma;
 font-size: 16px;
}
.charge_list.type1 ul li .btm .discount span {
 position: relative;
 top: -2px;
}
.charge_list.type1 ul li .btm .dis_flat {
 display: inline-block;
 width: 59px;
 height: 13px;
 margin-top: 5px;
 padding: 0;
 color: #fff;
 text-align: left;
 text-indent: -9999px;
 vertical-align: top;
}
.charge_list.type1 ul li .btm .dis_flat.style1 {
 background: url("/static/_mobile/_img/charge/flat01.jpg") no-repeat 0 0;
 background-size: auto 13px;
}
.charge_list.type1 ul li .btm .dis_flat.style2 {
 background: url("/static/_mobile/_img/charge/flat02.jpg") no-repeat 0 0;
 background-size: auto 13px;
}
.charge_list.type1 ul li .btm .dis_flat.style3 {
 background: url("/static/_mobile/_img/charge/flat03.jpg") no-repeat 0 0;
 background-size: auto 13px;
}
.charge_list.type1 ul li .btm .sum {
 display: inline-block;
 padding: 0;
 margin: 2px 0 0 2px;
 font-size: 11px;
 color: #f26100;
 vertical-align: top;
}
.charge_list.type1 ul li .btm .sum b {
 font-family: tahoma;
 font-size: 22px;
 line-height: 22px;
 letter-spacing: -1px;
}
.charge_list.type1 ul li .btm .sum span {
 position: relative;
 top: -2px;
}

/* 충전하기 리뉴얼 */
.charge_n_list > h3 {
 padding-left: 2%;
 margin-bottom: 10px;
 font-size: 14px;
 color: #000;
 font-weight: bold;
}
.charge_n_list > h3 span {
 display: inline-block;
 position: relative;
 top: -2px;
 font-size: 12px;
 font-weight: 400;
 color: #ffaa04;
}
.charge_n_list ul {
 padding: 0;
}
.charge_n_list ul li {
 overflow: hidden;
 width: 100%;
 margin-bottom: 5px;
 border-bottom: 1px solid #d5d5d5;
 background: #fff;
 position: relative;
}
.charge_n_list ul li.active .btm {
 display: block;
}
.charge_n_list ul li .top {
 overflow: hidden;
 padding: 14px 3% 16px 3.5%;
}
.charge_n_list ul li .top.padding_style {
 height: 86px;
 padding: 18px 3% 18px 3.5%;
}
.charge_n_list ul li .top .left {
 float: left;
 padding-top: 10px;
}
.charge_n_list ul li .top .left.style2 {
 padding-top: 5px;
}
.charge_n_list ul li .top .left .btn_radio {
 display: inline-block;
 float: left;
 margin-top: 10px;
}
.charge_n_list ul li .top input[type="radio"] {
 display: none;
}
.charge_n_list ul li .top input[type="radio"] + label span {
 cursor: pointer;
 display: block;
 float: left;
 width: 16px;
 height: 15px;
 margin-right: 5px;
 background: url("/static/_mobile/_img/charge/radio_o_off.png") no-repeat 0 0;
 vertical-align: middle;
 background-size: 15px 15px;
}
.charge_n_list ul li .top input[type="radio"]:checked + label span {
 background: url("/static/_mobile/_img/charge/radio_b_on.png") no-repeat 0 0;
 background-size: 15px 15px;
}
.charge_n_list ul li .top .sum_area {
 display: block;
 float: left;
 margin-top: -3px;
}
.charge_n_list ul li .top.style1 .sum_area {
 margin-top: 5px;
}
.charge_n_list ul li .top .sum_area .p_style {
 font-size: 11px;
 color: #e7327e;
}
.charge_n_list ul li .top .sum_area .d_sum {
 position: relative;
 display: inline-block;
 font-size: 10px;
 color: #c1c1c1;
}
.charge_n_list ul li .top .sum_area .d_sum b {
 position: relative;
 top: 1px;
 font-size: 12px;
}
.charge_n_list ul li .top .sum_area .d_sum span {
 display: block;
 position: absolute;
 top: 48%;
 width: 100%;
 border-top: 1px solid #000;
}
.charge_n_list ul li .top .sum_area .sum {
 display: block;
 font-size: 12px;
 color: #303232;
}
.charge_n_list ul li .top .sum_area .sum.position {
 position: relative;
 top: 9px;
}
.charge_n_list ul li .top .sum_area .sum span {
 position: relative;
 top: 2px;
 display: inline-block;
 font-size: 18px;
 line-height: 1.1em;
 color: #01579b;
 font-weight: bold;
 letter-spacing: -0.5px;
}
.charge_n_list ul li .top .right {
 float: right;
 text-align: right;
}
.charge_n_list ul li .top .right .txt1 {
 position: relative;
 top: 3px;
 margin: 0;
 font-size: 12px;
 letter-spacing: -1px;
}
.charge_n_list ul li .top .right .txt1 .t_blue {
 line-height: 21px;
 font-size: 20px;
 font-weight: bold;
 letter-spacing: -0.5px;
}
.charge_n_list ul li .top .right .txt1 .t_blue b,
.charge_n_list ul li .top .right .txt1 .t_green b,
.s_list .right .t_blue b,
.s_list .right .t_green b {
 font-size: 18px;
 line-height: 1.2em;
 font-weight: 700;
 vertical-align: bottom;
}
.charge_n_list ul li .top .right .point {
 color: #29b6f6;
 font-size: 12px;
}
.charge_n_list ul li .top .right .point span {
 font-size: 16px;
 line-height: 1.2em;
 font-weight: bold;
 vertical-align: bottom;
}
.charge_n_list ul li .top .right .c_detail {
 display: block;
 position: relative;
 top: 5px;
 font-size: 13px;
 letter-spacing: -0.2px;
}
.charge_n_list ul li .top .right .c_detail .txt_red {
 color: #e52475;
}
.charge_n_list ul li .btm {
 display: none;
 padding: 10px 0;
 background: #f3f9fc;
 text-align: center;
 font-size: 11px;
 font-weight: bold;
}
.charge_n_list ul li .btm p {
 color: #3d3f3f;
}
.charge_n_list ul li .btm p span {
 color: #7bb61d;
}
.charge_n_list .tip {
 padding: 10px 0 0 2%;
 color: #757879;
}
.charge_n_list .tip .big_txt {
 font-size: 13px;
}
.charge_n_list .tip .big_txt span {
 color: #000;
}
.charge_n_list .tip li {
 margin: 5px 0;
 line-height: 13px;
 font-size: 11px;
 background: none;
 border-bottom: none;
}
.charge_n_list .tip .ico {
 display: inline-block;
 width: 12px;
 height: 12px;
 margin-right: 5px;
 background: no-repeat 0 0;
 vertical-align: top;
}
.charge_n_list .tip .ico.typep {
 background-image: url("/static/_mobile/_img/charge/ico_p_v4.png");
 background-size: 12px 12px;
}
.charge_n_list .tip .ico.typeb {
 background-image: url("/static/_mobile/_img/charge/ico_b_v4.png");
 background-size: 12px 12px;
}
.charge_n_list .tip .b_txt {
 color: #765fc6;
 line-height: 13px;
}
.charge_n_list .tip .p_txt {
 color: #247bc5;
 line-height: 13px;
}
.charge_n_list .btm_txt {
 padding: 5px 2% 110px 2%;
 font-size: 11px;
 letter-spacing: -1px;
 color: #0d163b;
}
.charge_n_list .ico_best {
 position: absolute;
 top: 0;
 left: 0;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 0px 35px 30px 35px;
}
.charge_n_list .ico_best span,
.charge_n_list .ico_top span {
 position: absolute;
 top: 2px;
 left: -32px;
 display: block;
 width: 25px;
 color: #fff;
 font-size: 9px;
}

.charge_btnarea {
 z-index: 1000;
 position: fixed;
 bottom: 0;
 padding: 0;
 width: 100%;
 background: rgba(0, 108, 247, 0.8);
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.charge_btnarea.style1 {
 background: rgba(255, 65, 0, 0.8);
}
.charge_btnarea > span {
 display: block;
 width: 68%;
 padding: 9px 0 10px 0;
 margin: 11px auto;
 border: 2px solid #fff;
 border-radius: 5px;
 text-align: center;
 background: #001b24;
 color: #00ccff;
 font-weight: bold;
 font-size: 23px;
 letter-spacing: -1px;
}
.charge_btnarea span span {
 display: inline-block;
 position: relative;
 top: 2px;
 width: 19px;
 height: 19px;
 margin-left: 8px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -279px -199px;
 background-size: 320px 416px;
}
.charge_btnarea.style1 > span {
 color: #ff7800;
}
.charge_btnarea.style1 span span {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -279px -180px;
 background-size: 320px 416px;
}

.charge_step {
 width: 94%;
 max-width: 590px;
 margin: 0 auto;
 position: absolute;
 top: 10%;
 left: 50%;
 transform: translate(-25%, 0);
 -webkit-transform: translate(-50%, 0);
 border: 2px solid #4fc3f7;
 border-radius: 4px;
 background: #070d11;
}
.charge_step select {
 display: block;
 width: 90%;
 padding: 5px;
 margin: 20px auto;
 border: 2px solid #18639a;
 border-radius: 4px;
 font-size: 14px;
 -webkit-appearance: none;
 background: #fff url("/static/_mobile/_img/charge/bg_select.gif") no-repeat 100% 0;
 background-size: 32px 33px;
}
.charge_step .apply_info {
 width: 100%;
 padding: 10px 5%;
 margin-bottom: 15px;
 background: #1e2226;
}
.charge_step .apply_info.type1 {
 padding-top: 20px;
 margin: 0;
 background: none;
}
.charge_step .apply_info p {
 font-size: 17px;
 color: #62666a;
}
.charge_step .apply_info p span {
 color: #fff;
}
.charge_step .apply_info p span.txt_green {
 color: #7bb61d;
}
.charge_step .apply_info div {
 text-align: right;
}
.charge_step .apply_info .d_sum {
 position: relative;
 display: inline-block;
 color: #62666a;
 font-size: 11px;
}
.charge_step .apply_info .d_sum b {
 font-size: 12px;
 position: relative;
 top: 1px;
}
.charge_step .apply_info .d_sum span {
 position: absolute;
 top: 48%;
 left: 0;
 display: inline-block;
 width: 100%;
 border-top: 1px solid #29b6f6;
}
.charge_step .apply_info .sum {
 color: #fff;
 font-size: 12px;
}
.charge_step .apply_info .sum b {
 position: relative;
 top: 2px;
 color: #29b6f6;
 font-size: 16px;
}
.charge_step .apply_info .t_purple {
 color: #aa53c1;
}
.charge_step .total {
 position: relative;
 width: 100%;
 padding: 10px 5%;
 background: #29b6f6;
}
.charge_step .total h3 {
 color: #005d94;
 font-size: 11px;
 letter-spacing: -1px;
}
.charge_step .total .d_sum {
 position: relative;
 display: inline-block;
 color: #18639a;
 font-size: 12px;
}
.charge_step .total .d_sum b {
 font-size: 15px;
 position: relative;
 top: 1px;
 color: #18639a;
}
.charge_step .total .d_sum span {
 position: absolute;
 top: 48%;
 left: 0;
 display: inline-block;
 width: 100%;
 border-top: 1px solid #005d94;
}
.charge_step .total .d_sum.b_none span {
 display: none;
}
.charge_step .total .d_sum.b_none {
 width: 1px;
 margin: 3px 0 0 0;
 text-indent: -9999px;
}
.charge_step .total .d_sum.b_none + .sum {
 top: 24px;
 padding: 0;
}
.charge_step .total .sum {
 position: absolute;
 top: 18px;
 display: inline-block;
 padding-left: 5px;
 color: #fff;
}
.charge_step .total .sum b {
 font-size: 18px;
}
.charge_step .total .vat {
 color: #78edff;
 font-size: 11px;
 bottom: 12px;
 margin-left: 5px;
}
.charge_step .total .vat.style1 {
 color: #ffc755;
}
.charge_step .choice_type {
 width: 100%;
 padding: 15px 5% 20px 5%;
}
.charge_step .choice_type h3 {
 margin-bottom: 10px;
 font-size: 11px;
 color: #62666a;
 font-weight: bold;
}
.charge_step .choice_type span {
 overflow: hidden;
 position: relative;
 display: inline-block;
 width: 48%;
 margin-bottom: 15px;
 padding: 8px 0 6px 0;
 border: 2px solid #29b6f6;
 border-radius: 4px;
 font-size: 14px;
 text-align: center;
 background: #001b24;
 font-weight: bold;
 letter-spacing: -1px;
 color: #29b6f6;
}
.charge_step .choice_type span:nth-child(2n-1) {
 margin-left: 2%;
}
.charge_step .choice_type span.big {
 width: 99%;
 margin-left: 0;
}
.charge_step .apply_info p .txt_red {
 color: #ff4479;
 letter-spacing: -1px;
}
.step_btn {
 width: 100%;
 padding: 0 5%;
 margin-bottom: 20px;
 text-align: center;
}
.step_btn span {
 display: inline-block;
 padding: 8px 0 6px 0;
 border: 2px solid;
 border-radius: 4px;
 font-size: 14px;
 text-align: center;
 background: #001b24;
 font-weight: bold;
 letter-spacing: -1px;
}
.step_btn span.apply {
 width: 73%;
 margin-right: 3%;
 border-color: #29b6f6;
 color: #29b6f6;
}
.step_btn span.cancel {
 width: 20%;
 border-color: #5c7681;
 color: #5c7681;
}
.charge_step .btn_m_close {
 position: absolute;
 top: -40px;
 right: 0;
}

/* 충전페이지 리뉴얼 v1910 */
.charge_step.v1910 {
 background: #f3f3f5;
}
.charge_step.v1910 .btn_close {
 right: 0;
}
.charge_step.v1910 .apply_info.type1 {
 padding: 20px 5% 10px 0;
}
.charge_step.v1910 .apply_info.type1 p {
 padding: 7px 0 0 5%;
 color: #000;
 letter-spacing: -0.5px;
}
.charge_step.v1910 .apply_info.type1 p span {
 color: #000;
}
.charge_step.v1910 .apply_info.type1 .g_txt {
 color: #62666a;
 font-size: 12px;
}
.charge_step.v1910 .apply_info.type1 .g_txt span {
 color: #62666a;
}
.charge_step.v1910 h3 {
 background: #24b6e5;
 width: 30%;
 height: 20px;
 max-width: 87px;
 line-height: 20px;
 padding-left: 5%;
 color: #fff;
 letter-spacing: -1px;
 font-size: 11px;
 font-weight: normal;
}
.charge_step.v1910 .total {
 padding: 15px 0 30px;
 background: #fff;
 border-top: 2px solid #e4e5e7;
 border-bottom: 2px solid #e4e5e7;
}
.charge_step.v1910 .total .d_sum {
 margin-left: 5%;
 top: 12px;
 color: #000;
}
.charge_step.v1910 .total .d_sum b {
 color: #000;
}
.charge_step.v1910 .total .d_sum span {
 border-top: 1px solid #333;
}
.charge_step.v1910 .total .sum {
 top: 44px;
 padding-left: 12px;
 color: #000;
}
.charge_step.v1910 .total .sum b {
 color: #c94479;
}
.charge_step.v1910 .total .sum .vat {
 color: #62666a;
}
.charge_step.v1910 .choice_type {
 padding: 15px 0 20px;
}
.charge_step.v1910 .choice_type h3 {
 margin-bottom: 17px;
}
.charge_step.v1910 .choice_type span {
 width: 43.3%;
 background: #fff;
}
.charge_step.v1910 .choice_type span:nth-child(2n-1) {
 margin-left: 3%;
}
.charge_step.v1910 .choice_type span:nth-child(even) {
 margin-left: 5%;
}
.charge_step.v1910 .choice_type span.big {
 width: 90%;
 margin-left: 5%;
}

.charge_step.v1910 .choice_type .kakao .ico_discount {
 position: absolute;
 width: 29px;
 height: 28px;
 top: 0;
 left: 0;
 background: url("/static/_img/charge/ico_discount.png");
}

/* 토스트팝업 통해 결제창 오픈시 */
.cs_box {
    max-height: 80vh;
    overflow-y: scroll;
}

.charge_toast_layer > div {
    padding:15px;
    box-sizing: border-box;
}

.charge_toast_layer .ctl_top {
    background: #fff;
    border-top: 2px solid #e4e5e7;
    border-bottom: 2px solid #e4e5e7;
    text-align: center;
    padding:0;
}

.charge_toast_layer .ctl_top .ctl_list_wrap {
    padding:15px;
}

.charge_toast_layer .ctl_top .ctlt_img {
    background: linear-gradient(to bottom, #5ac8eb 0%, #32bbe7 50%, #24b6e5 100%);
}

.charge_toast_layer .ctl_list {
    display:flex;
    justify-content: space-between;
    border-top:1px solid #ededed;
    padding-top: 6px;
    margin-top: 6px;
}

.charge_toast_layer .ctl_list:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.charge_toast_layer .ctl_list .ctl_left {
    color:#757879;
    font-size:12px;
}

.charge_toast_layer .ctl_list .ctl_right {
    color:#333;
    font-size:12px;
    font-weight: bold;
}

.charge_toast_layer .ctl_list.red .ctl_left,
.charge_toast_layer .ctl_list.red .ctl_right {
    color:#c94479;
    font-weight: bold;
}

.charge_toast_layer .ctl_tit {
    font-size:16px;
    color:#000;
    font-weight: bold;
    margin-bottom: 8px;
}

.charge_toast_layer .ctl_txt {
    color:#757879;
    font-size: 12px;
    margin-top: 5px;
    text-align: justify
}


/* 카카오페이 결제버튼 */
.charge_step .choice_type span:nth-child(2n-1).kakao {
 padding: 0;
 line-height: 34px;
}
.charge_step .choice_type span:nth-child(2n-1).kakao .flag {
 margin: 0;
 margin-right: 5px;
}
.charge_step .choice_type .flag {
 position: absolute;
 top: 0;
 left: 0;
 display: inline-block;
 width: 25.6%;
 height: 38px;
 margin: 0;
 border: none;
 padding: 0;
 border-radius: 0;
 text-align: center;
 color: #fff;
 background: url("/static/_mobile/_img/charge/bg_kakaopay_btn.png") no-repeat 0 0;
 background-size: auto 34px;
 vertical-align: middle;
 line-height: 17px;
 font-weight: normal;
 font-size: 12px;
}
/* 모바일 결제수단 new icon */
.charge_step .choice_type .new {
 position: absolute;
 top: 0;
 left: 0;
 display: inline-block;
 width: 25.6%;
 height: 38px;
 margin: 0;
 border: none;
 padding: 0;
 border-radius: 0;
 text-align: center;
 color: #fff;
 background: url("/static/_mobile/_img/charge/bg_new_btn.png") no-repeat 0 0;
 background-size: auto 34px;
 vertical-align: middle;
 line-height: 17px;
 font-weight: normal;
 font-size: 12px;
}

/* 정액제 리뉴얼 */
.charge_n_list.type1 ul li .top input[type="radio"],
.charge_n_list.first ul li .top input[type="radio"] {
 display: none;
}
.charge_n_list.type1 ul li .top input[type="radio"] + label span,
.charge_n_list.first ul li .top input[type="radio"] + label span {
 cursor: pointer;
 display: block;
 float: left;
 width: 16px;
 height: 15px;
 margin-right: 5px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -180px -180px;
 background-size: 320px 416px;
}
.charge_n_list.type1 ul li .top input[type="radio"]:checked + label span,
.charge_n_list.first ul li .top input[type="radio"]:checked + label span {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -220px -180px;
 background-size: 320px 416px;
}
.charge_n_list.type1 ul li .top .sum_area {
 margin: 0;
}
.charge_n_list.type1 ul li .top .sum_area .sum span {
 color: #f26100;
}
.charge_n_list.type1 ul li .top .right .bonus {
 font-size: 12px;
}
.charge_n_list.type1 ul li .top .right .bonus .txt_o {
 color: #ff8e04;
}
.charge_n_list.type1 ul li .top .right .bonus b {
 font-size: 16px;
 line-height: 1.2em;
 font-weight: bold;
 vertical-align: bottom;
}

.charge_btnarea.type1 span {
 border-color: #fe8f15;
 color: #fe8f15;
}
.charge_step.style1 {
 border-color: #fe8f15;
}
.charge_step.style1 .total {
 background: #fe8f15;
}
.charge_step.style1 .total h3 {
 color: #a14200;
}
.charge_step.style1 .total .d_sum {
 color: #c05c00;
}
.charge_step.style1 .total .d_sum b {
 color: #c05c00;
}
.charge_step.style1 .total .d_sum span {
 border-color: #a24200;
}
.charge_step.style1 .choice_type span {
 border-color: #fe8f15;
 color: #fe8f15;
}

/* 본인인증 */
.confirm {
 background: #fff;
}
.confirm .top {
 overflow: hidden;
 width: 100%;
 padding: 20px 5%;
}
.confirm .top .image {
 display: block;
 float: left;
 width: 52px;
 height: 51px;
 margin-right: 5%;
 margin-bottom: 20px;
 background: url("/static/_mobile/_img/etc/adult_check.gif") no-repeat 0 0;
 background-size: 51px 51px;
}
.confirm .top .explain {
 font-weight: bold;
 font-size: 15px;
 letter-spacing: -1px;
}
.confirm .top .txt {
 clear: both;
 color: #616161;
 font-size: 13px;
}
.confirm .btm {
 width: 100%;
 padding: 20px 5%;
 background: #ebecec;
 color: #616161;
}
.confirm .btm div {
 margin-bottom: 15px;
}
.confirm .btm label {
 display: inline-block;
 width: 20%;
 color: #616161;
}
.confirm .btm input[type="text"] {
 display: inline-block;
 width: 73%;
 padding: 4px 0;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
}
.confirm .btm input[type="radio"] {
 display: inline-block;
 vertical-align: middle;
 margin: 0;
}
.confirm .btm input[type="radio"] + span {
 display: inline-block;
 margin: 0 10px 0 4px;
 vertical-align: middle;
}
.confirm .btm select {
 display: inline-block;
 padding: 2px 0;
 vertical-align: middle;
}

/* 신고하기 */
.report .top {
 overflow: hidden;
 width: 100%;
 padding: 15px 5%;
}
.report .top span {
 color: #616161;
 font-weight: bold;
}
.report .top .form-bbs-display-title {
 width: 100%;
 display: block;
 height: 28px;
 padding-left: 8px;
}
.report .mid {
 width: 100%;
 padding: 15px 5%;
 background: #ebecec;
}
.report .mid .select_style {
 display: block;
 width: 100%;
 height: 28px;
 padding-left: 3px;
}
.report .btm {
 width: 100%;
 padding: 15px 5%;
 color: #616161;
}
.report .top .tit,
.report .mid label,
.report .btm label {
 display: block;
 width: 100%;
 margin-bottom: 8px;
 color: #616161;
}
.report .btm textarea {
 display: block;
 width: 100%;
 height: 200px;
 border: 1px solid #a8a8a8;
 resize: none;
}

/* 댓글신고하기 */
.report.type1 .top p,
.report.type1 .btm p.tit {
 margin-bottom: 5px;
 font-weight: bold;
 font-size: 15px;
}
.report.type1 .top span.comment {
 display: block;
 overflow: hidden;
 width: 80%;
 font-weight: normal;
 text-overflow: ellipsis;
 white-space: nowrap;
 letter-spacing: -1px;
}
.report.type1 .top span.user_name {
 font-weight: bold;
}
.report.type1 .btm > span {
 display: block;
 letter-spacing: -1px;
 margin-bottom: 5px;
}
.report.type1 .btm div {
 padding: 8px 0 4px 0;
 border-top: 1px solid #fff;
}
.report.type1 .btm div.b_none {
 border-top: none;
}
.report.type1 .btm label {
 display: inline-block;
}
.report.type1 .btm input[type="radio"] {
 display: none;
}
.report.type1 .btm input[type="radio"] + label {
 display: inline-block;
 width: 17px;
 vertical-align: middle;
 line-height: 17px;
}
.report.type1 .btm input[type="radio"] + label span {
 vertical-align: middle;
 display: inline-block;
 float: left;
 width: 17px;
 height: 17px;
 margin: 0;
 margin-top: 3px;
 background: url("/static/_mobile/_img/charge/common.png") no-repeat 0 -64px;
}
.report.type1 .btm input[type="radio"]:checked + label span {
 background-position: -17px -64px;
}
.report.type1 .btm div .txt {
 display: inline-block;
 line-height: 20px;
 vertical-align: top;
 font-weight: bold;
 color: #303232;
}

/* 충전레이어 */
.modal-header.type1 {
 position: relative;
 height: 50px;
}
.modal-title.type1 {
 position: relative;
 bottom: -10px;
 text-align: center;
}
.modal-footer .btn + .btn-coupon {
 margin-left: 0;
 background: #e52475;
 color: #fff6aa;
 border-color: #6150a5;
}

/* smartDB */
.smartDB {
 position: relative;
 width: 100%;
 padding: 20px 3%;
 border-top: 2px solid #4fc3f7;
 border-bottom: 2px solid #4fc3f7;
 background: #fff;
 display: none;
}
.btn_s_close {
 cursor: pointer;
 position: absolute;
 display: block;
 right: 14px;
 width: 20px;
 height: 20px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -163px -120px;
 background-size: 320px 416px;
}
.smart_img {
 float: left; /* width:17%;min-width:73px; */
 width: 61px;
 height: 80px;
 margin-right: 3%;
 border: 1px solid #c4c9d0;
}
.smart_img img {
 display: block;
 width: 61px;
 height: 80px;
}
.smart_content {
 float: left;
 width: 79%;
 padding-bottom: 8px;
 border-bottom: 1px solid #d9d9d9;
}
.smart_content .tit {
 margin-bottom: 4px;
 font-size: 14px;
 line-height: 14px;
 font-weight: bold;
}
.smart_content p {
 margin-bottom: 3px;
 color: #212121;
 font-size: 11px;
 letter-spacing: -1px;
}
.smart_content .score_wrap {
 margin-bottom: 5px;
}
.smart_content .star_score {
 display: inline-block;
 width: 62px;
 height: 11px;
 background: url("/static/_mobile/_img/common/star_score.png") no-repeat;
}
.smart_content .star_score.type1 {
 background-position: 0 0;
}
.smart_content .star_score.type2 {
 background-position: 0 -11px;
}
.smart_content .star_score.type3 {
 background-position: 0 -22px;
}
.smart_content .star_score.type4 {
 background-position: 0 -33px;
}
.smart_content .star_score.type5 {
 background-position: 0 -44px;
}
.smart_content .num_score {
 font-weight: bold;
 font-size: 12px;
}
.smart_content .bar {
 display: inline-block;
 margin: 0 5px;
 color: #bdbdbd;
}
.smart_content .text_style {
 color: #757575;
}
.smart_content .txt {
 overflow: hidden;
 width: 98%;
 margin-bottom: 0;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.smart_explain {
 clear: both;
 width: 100%;
 padding: 9px 0 15px 0;
}
.smart_explain p {
 overflow: hidden;
 font-size: 11px;
 line-height: 20px;
 letter-spacing: -1px;
 color: #757575;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.btn_show {
 display: block;
 width: 35%;
 margin: 0 auto;
 padding: 8px 0;
 border-radius: 5px;
 background: #e5e9ea;
 color: #b9bcbd;
 font-weight: bold;
 text-align: center;
 font-size: 12px;
}
.btn_show.active {
 cursor: pointer;
 padding: 6px 0;
 border: 2px solid #00aad9;
 background: #24b6e5;
 color: #fff;
}

/* 회차별보기 */
.search_num_wrap {
 float: left;
 position: relative;
 width: 100%;
 padding: 20px 0 0 0;
 border-top: 2px solid #4fc3f7;
 border-bottom: 2px solid #4fc3f7;
 background: #fff;
 display: none;
}
.sum_n_img {
 overflow: hidden;
 float: left;
 width: 50px;
 min-width: 50px;
 height: 50px;
 margin: 0 3% 10px 3%;
 border-radius: 50%;
}
.sum_n_img img {
 display: block;
 width: 100%;
 height: 50px;
}
.search_content {
 float: left;
 width: 70%;
 margin-top: 4px;
}
.search_content .tit {
 margin-bottom: 3px;
 font-size: 14px;
 font-weight: bold;
 color: #212121;
 letter-spacing: -1px;
}
.search_content .tit span {
 font-weight: normal;
 color: #41bbf7;
 font-size: 11px;
}
.search_content .tit span.mbc_event {
}
.search_content .tit span.mbc_event .ico {
 position: relative;
 top: 1px;
 display: inline-block;
 width: 40px;
 padding: 3px 0 1px 0;
 margin: 0 5px;
 border-radius: 9px;
 line-height: 14px;
 text-align: center;
 background: #ff4362;
 color: #fff;
 text-indent: 0;
 font-size: 11px;
 vertical-align: top;
}
.search_content .tit span.mbc_event .e_txt {
 display: inline-block;
 color: #f04f84;
 font-weight: bold;
 font-size: 13px;
}
.search_content .txt {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 12px;
 letter-spacing: -1px;
 color: #212121;
}
.search_content .txt .bar {
 display: inline-block;
 margin: 0 5px;
 color: #bdbdbd;
}
.search_content .txt .text_style {
 color: #616161;
}
.search_num_list {
 clear: both;
 padding: 10px 10px 25px 10px;
 background: #fcfcfc url("/static/_mobile/_img/common/bg_search.jpg") no-repeat 0 0;
 background-size: 100% auto;
}
.search_num_list > p {
 width: 100%;
 margin-bottom: 10px;
 font-size: 12px;
 color: #616161;
 font-weight: bold;
}
.search_num_list > p span {
 overflow: hidden;
 display: inline-block;
 max-width: 50%;
 color: #29b6f6;
 text-overflow: ellipsis;
 white-space: nowrap;
 vertical-align: middle;
}
.list_wrap {
 position: relative;
 overflow: hidden;
 margin: auto;
}
.search_num_list > span {
 z-index: 1;
 position: absolute;
 display: block;
 width: 44px;
 height: 62px;
 text-indent: -9999px;
 background-size: contain;
}
.search_num_list > span.btn_prev {
 left: 0;
 background-image: url("/static/_mobile/_img/common/m_left_btn.png");
}
.search_num_list > span.btn_next {
 right: 0;
 background-image: url("/static/_mobile/_img/common/m_right_btn.png");
}
.list_wrap ul {
 float: left;
}
.list_wrap ul li {
 float: left;
 width: 105px;
 margin-right: 10px;
 cursor: pointer;
}
.list_wrap ul li .num_img {
 position: relative;
 width: 105px;
 height: 67px;
 margin-bottom: 8px;
}
.list_wrap ul li .num_img img {
 display: block;
 width: 100%;
 height: 67px;
 border: 1px solid #c2c7ce;
}
.list_wrap ul li .num_img .time {
 position: absolute;
 bottom: 0;
 right: 0;
 padding: 1px 3px;
 background: #000;
 color: #fff;
}
.list_wrap ul li .num_img .btn_play {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 105px;
 height: 67px;
 background: url("/static/_mobile/_img/common/btn_play.png") no-repeat 0 0;
 background-size: 100% auto;
 cursor: pointer;
}
.list_wrap ul li .num_img .sun_300 {
 position: absolute;
 top: 5px;
 right: 4px;
 display: inline-block;
 width: 40px;
 padding: 2px 0 0 0;
 border-radius: 9px;
 font-weight: bold;
 line-height: 13px;
 text-align: center;
 background: #ff4362;
 color: #fff;
 text-indent: 0;
 font-size: 11px;
 vertical-align: middle;
}
.list_wrap ul li .num_img .ico_hd {
 position: absolute;
 opacity: 0.8;
 z-index: 3;
 top: 5px;
 left: 5px;
 display: block;
 width: 27px;
 height: 16px;
 padding: 0;
 border: none;
 background: url("/static/_mobile/_img/ico/ico_hd.png") no-repeat 0 0;
 background-size: auto 16px;
}

.list_wrap ul li p {
 font-size: 13px;
 color: #212121;
}
.list_wrap ul li p .num {
 font-size: 14px;
 font-weight: bold;
}
.list_wrap ul li p .date {
 color: #616161;
 font-size: 11px;
 letter-spacing: -1px;
}
.list_wrap ul li .n_txt {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 color: #616161;
 letter-spacing: -1px;
 font-size: 11px;
}

/* 카테고리메뉴 */
.cate_list li {
 float: left;
 position: relative;
 width: 100%;
 padding: 15px 2%;
 border-bottom: 1px solid #dcdcdc;
 background: #fff;
 font-size: 15px;
}
.cate_list li .cate_ico {
 display: block;
 position: relative;
 float: left;
 width: 19px;
 height: 14px;
 margin: 0 7px 0 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat;
 background-size: 256px 332px;
}
.cate_list li .cate_ico.type1 {
 background-position: -125px -255px;
}
.cate_list li .cate_ico.type2 {
 background-position: -162px -255px;
}
.cate_list li .cate_ico.type3 {
 background-position: -202px -255px;
}
.cate_list li .cate_ico.type4 {
 background-position: -202px -238px;
}
.cate_list li .cate_ico.type5 {
 background-position: -162px -238px;
}
.cate_list li .cate_ico.type6 {
 background-position: -125px -238px;
}
.cate_list li .cate_ico.type7 {
 background-position: -89px -238px;
}
.cate_list li .cate_ico.type8 {
 background-position: -51px -238px;
}
.cate_list li .cate_ico.type9 {
 background-position: -17px -238px;
}
.cate_list li .cate_ico.type10 {
 width: 17px;
 margin-right: 9px;
 background-position: -89px -255px;
}
.cate_list li .depth_show,
.cate_list li .depth_hide {
 display: block;
 position: absolute;
 right: 2%;
 top: 19px;
 width: 14px;
 height: 7px;
}
.cate_list li .depth_show {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -62px -56px;
 background-size: 320px 416px;
}
.cate_list li .depth_hide {
 display: none;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -49px -56px;
 background-size: 320px 416px;
}
.cate_list li:active,
.cate_list li.active {
 background: #f5f5f5;
}
.cate_list li:active p,
.cate_list li.active p {
 color: #29b6f6;
}
.cate_list li.active p {
 margin-bottom: 11px;
}
.cate_list li:active .depth_show,
.cate_list li.active .depth_show {
 display: none;
}
.cate_list li:active .depth_hide,
.cate_list li.active .depth_hide {
 display: block;
}
.cate_list li.active .depth_area {
 display: block;
}
.cate_list li:active .cate_ico.type1,
.cate_list li.active .cate_ico.type1 {
 width: 15px;
 margin-right: 11px;
 background-position: -110px -255px;
}
.cate_list li:active .cate_ico.type2,
.cate_list li.active .cate_ico.type2 {
 background-position: -143.5px -255px;
}
.cate_list li:active .cate_ico.type3,
.cate_list li.active .cate_ico.type3 {
 background-position: -183.5px -255px;
}
.cate_list li:active .cate_ico.type4,
.cate_list li.active .cate_ico.type4 {
 background-position: -183.5px -238px;
}
.cate_list li:active .cate_ico.type5,
.cate_list li.active .cate_ico.type5 {
 background-position: -143.5px -238px;
}
.cate_list li:active .cate_ico.type6,
.cate_list li.active .cate_ico.type6 {
 width: 15px;
 margin-right: 11px;
 background-position: -109.5px -238px;
}
.cate_list li:active .cate_ico.type7,
.cate_list li.active .cate_ico.type7 {
 width: 18px;
 margin-right: 8px;
 background-position: -70.5px -238px;
}
.cate_list li:active .cate_ico.type8,
.cate_list li.active .cate_ico.type8 {
 width: 16px;
 margin-right: 10px;
 background-position: -36px -238px;
}
.cate_list li:active .cate_ico.type9,
.cate_list li.active .cate_ico.type9 {
 width: 17px;
 margin-right: 9px;
 background-position: 0 -238px;
}
.cate_list li:active .cate_ico.type10,
.cate_list li.active .cate_ico.type10 {
 width: 17px;
 margin-right: 9px;
 background-position: -70.2px -255px;
}
.cate_list li p {
 float: left;
 font-weight: bold;
 font-size: 13px;
 letter-spacing: -1px;
 line-height: 1.2em;
}
.cate_list .depth_area {
 display: none;
 overflow: hidden;
 width: 100%;
 padding-left: 8%;
}
.cate_list .depth_area span {
 display: inline-block;
 float: left;
 width: 24%;
 padding: 2px 0 0 0;
 margin: 0 1% 15px 0;
 border: 1px solid #dadada;
 border-radius: 3px;
 text-align: left;
 background: #fff;
 text-indent: 5px;
 font-size: 13px;
 line-height: 18px;
 color: #616161;
 letter-spacing: -1px;
 cursor: pointer;
}
.cate_list .depth_area span:active,
.cate_list .depth_area span.active {
 background: #19abe8;
 color: #fff;
}

/* 하단카테고리메뉴 */
.btm_fix_m {
 z-index: 1000;
 position: fixed;
 bottom: 0;
 padding: 0;
 background: rgba(0, 0, 0, 0.8);
 color: #fff;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.btm_fix_m l {
 overflow: hidden;
}
.btm_fix_m ul li {
 position: relative;
 float: left;
 padding: 15px 0 14px 0;
 text-align: center;
 cursor: pointer;
}
.btm_fix_m ul li:nth-child(1) {
 width: 16%;
}
.btm_fix_m ul li:nth-child(2) {
 width: 26%;
}
.btm_fix_m ul li:nth-child(3) {
 width: 18%;
}
.btm_fix_m ul li:nth-child(4) {
 width: 30%;
 background: none;
}
.btm_fix_m ul li:nth-child(5) {
 width: 10%;
 padding: 17px 0;
 background: #232323;
}
.btm_fix_m ul li .a_b {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 3px;
 margin-bottom: 14px;
 text-indent: -9999px;
}
.btm_fix_m ul li .txt {
 font-weight: bold;
 font-size: 13px;
}
.btm_fix_m ul li .txt span {
 display: inline-block;
 position: relative;
 top: 3px;
 height: 15px;
 margin-right: 2px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat;
 background-size: 400px 520px;
}
.btm_fix_m ul li .txt span.style1 {
 width: 20px;
 background-position: -105px 0;
}
.btm_fix_m ul li .txt span.style2 {
 width: 17px;
 background-position: 1px 0;
}
.btm_fix_m ul li .txt span.style3 {
 width: 14px;
 background-position: -36px 0;
}
.btm_fix_m ul li .txt span.style4 {
 width: 16px;
 background-position: -67px 0;
}
.btm_fix_m ul li .ico {
 display: block;
 width: 12px;
 height: 14px;
 margin: 0 auto;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -28px -152px;
 background-size: 452px 614px;
}
.btm_fix_m ul li .bar {
 display: block;
 position: absolute;
 width: 3px;
 height: 11px;
 right: 0;
 top: 21px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -42px -56px;
 background-size: 320px 416px;
}
.btm_fix_m ul li:active .txt span.style1,
.btm_fix_m ul li.active .txt span.style1 {
 background-position: -125px 0;
}
.btm_fix_m ul li:active .txt span.style2,
.btm_fix_m ul li.active .txt span.style2 {
 background-position: -15.5px 0;
}
.btm_fix_m ul li:active .txt span.style3,
.btm_fix_m ul li.active .txt span.style3 {
 width: 14px;
 background-position: -49px 0;
}
.btm_fix_m ul li:active .txt span.style4,
.btm_fix_m ul li.active .txt span.style4 {
 background-position: -84px 0;
}
.btm_fix_m ul li:active .a_b,
.btm_fix_m ul li.active .a_b {
 background: #21baff;
}
.btm_fix_m ul li:active .txt,
.btm_fix_m ul li.active .txt {
 color: #21baff;
}

/* 이용약관, 개인정보 */
.etc_area {
 padding: 30px 3% 10px 3%;
 background: #fff;
}
.etc_area h3 {
 margin-bottom: 18px;
 font-size: 14px;
 font-weight: bold;
}
.etc_area > ol > li {
 margin-bottom: 20px;
 font-size: 12px;
}
.etc_area > ol > li b {
 font-size: 13px;
 letter-spacing: -1px;
}
.etc_area > ol ol ol,
.etc_area > ol ul,
.etc_area > ol ul ol {
 margin-left: 10px;
}
.etc_area > p {
 font-size: 12px;
}
.etc_area .move_btn {
 margin-top: 20px;
}
.etc_area .move_btn li {
 margin-bottom: 12px;
}
.etc_area .move_btn li a {
 display: block;
 width: 100%;
 padding: 7px;
 border-radius: 4px;
 background: #959aa1;
 color: #fff;
}
.etc_area > p {
 margin: 12px 0;
}
.etc_btm {
 padding: 30px 3% 15px 3%;
 background: #f0f0f0;
 font-size: 12px;
}
.etc_btm p {
 margin: 12px 0;
}

/* 무료포인트 300p 지급 */
.free_point {
 overflow: hidden;
 width: 94%;
 padding-bottom: 20px;
 margin: 0 auto;
 border-radius: 5px;
 background: #0d72db;
}
.free_point h1 {
 padding: 12px 0;
 background: #002f89;
 font-size: 17px;
 color: #fff;
 font-weight: bold;
 letter-spacing: -1px;
 text-align: center;
}
.free_point ol {
 width: 280px;
 margin: 15px auto;
 font-size: 13px;
 color: #fff;
}
.free_point ol li {
 margin-bottom: 4px;
}
.free_point ol li .num {
 color: #7db9ff;
}
.free_point ol li .txt_y {
 color: #ffef39;
}
.free_point .btn_g_point {
 display: block;
 width: 150px;
 padding: 8px 0;
 margin: 0 auto;
 border: 1px solid #004cba;
 border-radius: 4px;
 text-align: center;
 font-size: 12px;
 background: #3bc300;
 color: #fff;
}

/* 지금인기가 가장많아요 */
.rank_wrap {
 margin-bottom: 10px;
 background: #fff;
}
.rank_wrap h2 {
 position: relative;
 padding: 20px 4% 10px 4%;
 border-bottom: 1px solid #ebebeb;
 color: #29b6f6;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: -1px;
}
.rank_wrap h2 .time {
 float: right; /*position:absolute;right:4%;bottom:10px;*/
 color: #929292;
 font-size: 11px;
 font-weight: normal;
 letter-spacing: 0;
}
.rank_wrap ol li {
 position: relative;
 padding: 14px 4% 12px 4%;
 border-bottom: 1px solid #ebebeb;
}
.rank_wrap ol li:active {
 background: rgba(0, 144, 203, 0.05);
}

.rank_wrap ol li.rank_top {
 height: 78px;
 padding: 6px 4% 0 4%;
}

.rank_wrap ol li.rank_top.hand > .rank_wrap ol li span {
 display: inline-block;
}
.rank_wrap ol li .rank {
 /* position:relative;top:1px; */
 width: 14px;
 height: 14px;
 margin-right: 10px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat;
 text-indent: -9999px;
 background-size: 448px 582px;
 vertical-align: top;
}

.rank_wrap ol li .new_rank {
 font-size: 16px;
 font-weight: bold;
 margin: 25px 10px;
 color: #939393;
 font-style: italic;
 line-height:78px;
} /* 기본 7~10 */
.rank_wrap ol li .new_rankGr {
 font-size: 16px;
 font-weight: bold;
 margin: 25px 10px;
 color: #81b928;
 font-style: italic;
 line-height:78px;
} /* 랭킹123 */
.rank_wrap ol li .new_rank10 {
 font-size: 14px;
 font-weight: bold;
 margin: 25px 5px;
 color: #939393;
 font-style: italic;
 line-height:78px;
} /* 두자리숫자 */
.rank_wrap ol li .new_rank100 {
 font-size: 11px;
 font-weight: bold;
 margin: 25px 4px;
 color: #939393;
 font-style: italic;
 line-height:78px;
} /* 세자리숫자 */

.rank_wrap ol li .rank.type1 {
 background-position: 0 -478px;
}
.rank_wrap ol li .rank.type2 {
 background-position: -14px -478px;
}
.rank_wrap ol li .rank.type3 {
 background-position: -29px -478px;
}
.rank_wrap ol li .rank.type4 {
 background-position: -44px -478px;
}
.rank_wrap ol li .rank.type5 {
 background-position: -58px -478px;
}
.rank_wrap ol li .rank.type6 {
 background-position: -71px -478px;
}
.rank_wrap ol li .rank.type7 {
 background-position: -85px -478px;
}
.rank_wrap ol li .rank.type8 {
 background-position: -99px -478px;
}
.rank_wrap ol li .rank.type9 {
 width: 13px;
 background-position: -112px -478px;
}
.rank_wrap ol li .rank.type10 {
 background-position: -126px -478px;
}
.rank_wrap ol li .r_sumImg {
 position: relative;
 width: 64px;
 height: 64px;
 margin-right: 12px;
}
.rank_wrap ol li .r_sumImg .inner {
 overflow: hidden;
 width: 64px;
 height: 64px;
 border-radius: 50%;
}
.rank_wrap ol li .r_sumImg img {
 width: 100%;
 height: 100%;
}
.rank_wrap ol li .r_sumImg span.ico_hd {
 z-index: 3;
 position: absolute;
 top: 0px;
 left: -4px;
 display: block;
 width: 20px;
 height: 20px;
 padding: 0;
 border-radius: 0;
 border: none;
 background: url("/static/_mobile/_img/ico/ico_hd_v2.png") no-repeat 0 0;
 background-size: auto 20px;
 box-shadow: none;
}
.rank_wrap ol li .r_sumImg .shadow {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}

.rank_wrap ol li.rank_top.hand {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 padding-bottom: 5px;
}

.rank_wrapn.new ol li.rank_top.hand {
 padding-bottom: 0px;
}

.rank_wrap ol li.rank_top .tit {
 display: block;
 width: 100%;
 position: relative;
 top: 15px;
 height: 34px;
 max-width: 63%;
 text-overflow: ellipsis;
 word-break: break-all;
 -webkit-line-clamp: 2;
 white-space: normal;
 vertical-align: top;
}

.rank_wrap ol li.rank_top.hand .tit {
 top: 0px;
}

.rank_wrap ol li.rank_top .up {
 top: 32px;
}
.rank_wrap ol li.rank_top .rank {
 position: relative;
 top: 22px;
}

.rank_wrap ol li.rank_top.hand .rank {
 position: static;
}

.rank_wrap ol li .tit {
 overflow: hidden;
 max-width: 88%;
 color: #212121;
 font-size: 14px;
 line-height: 1.2em;
 padding-right: 3px;
 letter-spacing: -1px;
 text-overflow: ellipsis;
 white-space: nowrap;
 word-break: break-all;
}
.rank_wrap ol li .up {
 position: absolute;
 right: 4%;
 top: 14px;
 width: 12px;
 height: 13px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -190px -33px;
 background-size: 320px 416px;
}
.rank_wrap ol li.rank_more,
.rank_wrap ol li.rank_fold {
 padding: 12px 4% 10px 4%;
 background: #f6f6f6;
 border-bottom: 1px solid #fff;
 text-align: center;
 font-size: 14px;
 color: #53656c;
 font-weight: bold;
}
.rank_wrap ol li.rank_more span.ico,
.rank_wrap ol li.rank_fold span.ico {
 display: inline-block;
 width: 19px;
 height: 10px;
 margin-left: 10px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat;
}
.rank_wrap ol li.rank_more span.ico {
 background-position: -246px -112px;
}
.rank_wrap ol li.rank_fold span.ico {
 background-position: -265px -112px;
}

/* 이콘텐츠 어때요 */
.today_recommend {
 width: 100%;
 height: 100%;
 padding: 18px 0 5px 0;
 margin-bottom: 10px;
 background: #fff;
}
.today_recommend h2 {
 padding-left: 4%;
 margin-bottom: 10px;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: -1px;
}
.today_recommend h2 .cast_r {
 position: relative;
 top: 0;
 display: inline-block;
 width: 71px;
 height: 18px;
 margin-right: 4px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat 0 -33px;
 background-size: 320px 416px;
}
.today_recommend .t_list_wrap {
 overflow: hidden;
 width: 100%;
 height: 50%;
}
.today_recommend ul {
 overflow: hidden;
 width: 100%;
}
.today_recommend ul li {
 float: left;
 width: 50%;
 height: 100%;
 padding: 0 2% 15px 4%;
}
.today_recommend ul li:nth-child(2n) {
 padding: 0 4% 15px 2%;
}
.today_recommend ul li .r_image {
 overflow: hidden;
 width: 100%;
 margin-bottom: 4px;
 border: 1px solid #f0f0f0;
}
.today_recommend ul li .r_image img {
 display: block;
 width: 100%;
}
.today_recommend ul li .r_txt {
 overflow: hidden;
 width: 100%;
 height: 35px;
 text-overflow: ellipsis;
 word-break: break-all;
 font-size: 14px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 line-height: 18px;
 color: #212121;
 letter-spacing: -1px;
}
.today_recommend ul li .r_txt .tit {
 color: #29b6f6;
 font-weight: bold;
}
.today_recommend .move_today_btn {
 width: 100%;
 padding-bottom: 15px;
 text-align: center;
}
.today_recommend .move_today_btn span {
 display: inline-block;
 width: 47px;
 height: 25px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat;
 background-size: 320px 416px;
 cursor: pointer;
}
.today_recommend .move_today_btn span.btn_prev {
 margin-right: 15px;
 background-position: -190px -385px;
}
.today_recommend .move_today_btn span.btn_next {
 background-position: -250px -385px;
}

/* 알아두면 좋은소식들 */
.cast_news {
 position: relative;
 width: 100%;
 padding: 18px 0 0 0;
 background: #fff;
}
.cast_news h2 {
 padding-left: 4%;
 margin-bottom: 10px;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: -1px;
}
.cast_news h2 .cast_r {
 position: relative;
 top: 0;
 display: inline-block;
 width: 71px;
 height: 18px;
 margin-right: 4px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -76px -33px;
 background-size: 320px 416px;
}
.cast_news ul {
 overflow: hidden;
 width: 100%;
 border-top: 1px solid #ebebeb;
}
.cast_news ul li {
 position: relative;
 padding: 12px 4% 11px 4%;
 border-bottom: 1px solid #ebebeb;
}
.cast_news ul li:active {
 background: rgba(0, 144, 203, 0.05);
}
.cast_news ul li .txt {
 overflow: hidden;
 display: block;
 max-width: 88%;
 color: #212121;
 font-size: 14px;
 line-height: 1.2em;
 letter-spacing: -1px;
 text-overflow: ellipsis;
 white-space: nowrap;
 word-break: break-all;
}
.cast_news ul li .ico {
 position: absolute;
 top: 14px;
 right: 4%;
 width: 10px;
 height: 14px;
 display: block;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -292px -92px;
 background-size: 640px 682px;
}
.cast_news .list_more {
 cursor: pointer;
 position: absolute;
 right: 4%;
 top: 19px;
 color: #000;
 font-size: 11px;
 letter-spacing: -1px;
}
.cast_news .list_more span {
 color: #29b6f6;
}

/* 쿠폰이벤트 */
.c_event {
 position: relative;
 width: 94%;
 margin: 0 auto;
 border-radius: 8px;
}
.c_event h1 {
 padding: 7px 10px;
 border-radius: 8px 8px 0 0;
 line-height: 20px;
 text-align: center;
 color: #929292;
 background: #000;
 font-size: 14px;
}
.c_event h1 b {
 color: #fff;
}
.c_event h1 span span {
 color: #ffc30d;
}
.c_event > div {
 overflow: hidden;
 position: relative;
 width: 100%;
 border-radius: 0 0 8px 8px;
}
.c_event > div span {
 z-index: 3;
 position: absolute;
 left: 5%;
 width: 90%;
 display: block;
 cursor: pointer;
}
.c_event > div .btn_get {
 height: 60px;
 bottom: 12%;
}
.c_event > div .btn_e_close {
 height: 20px;
 bottom: 2%;
}
.btn_close {
 position: absolute;
 top: -45px;
 right: 25px;
 cursor: pointer;
 display: block;
 width: 25px;
 height: 25px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -171px -149px;
 background-size: 400px 520px;
 text-indent: -9999px;
 opacity: 1;
}

/* 쿠폰이벤트 구입 */
.charge_step.event {
 border-color: #eb0009;
}
.charge_step.event .total {
 background: #eb0009;
}
.charge_step.event .total h3 {
 color: #51191f;
}
.charge_step.event .total .d_sum {
 color: #9b0006;
}
.charge_step.event .total .d_sum b {
 color: #9b0006;
}
.charge_step.event .total .d_sum span {
 border-color: #fff;
}
.charge_step.event .total .vat {
 color: #ffc30d;
}
.charge_step.event .choice_type {
 background: #ffc30d;
}
.charge_step.event .choice_type h3 {
 color: #484021;
}
.charge_step.event .choice_type span {
 border-color: #eb0009;
 color: #eb0009;
 background: #fff;
}

/* 첫결제 */
.charge_n_list.first h3 {
 padding-left: 4%;
 margin-bottom: 10px;
 font-size: 13px;
 color: #104799;
 font-weight: bold;
}
.charge_n_list.first ul li .top .sum_area {
 margin-top: 5px;
}
.charge_n_list.first ul li .top .left .btn_radio {
 margin-top: 15px;
}
.charge_n_list.first ul li .top .sum_area .sum span {
 color: #000;
}
.a_point,
.b_point {
 float: left;
 width: 90px;
 border: 2px solid;
 border-radius: 4px;
 text-align: center;
}
.a_point {
 position: relative;
 border-color: #eb0009;
}
.b_point {
 border-color: #ffc325;
}
.a_point .tit,
.b_point .tit {
 display: inline-block;
 width: 100%;
 padding: 2px 0 4px 0;
 color: #fff;
 font-size: 11px;
 line-height: 1.2em;
}
.a_point .tit {
 background: #eb0009;
}
.b_point .tit {
 background: #ffc325;
}
.a_point .sum,
.b_point .sum {
 color: #000;
 font-size: 14px;
}
.a_point .sum b,
.b_point .sum b {
 font-size: 18px;
}
.a_point .icox2 {
 display: block;
 position: absolute;
 top: -7px;
 left: -12px;
 width: 24px;
 height: 24px;
 background: url("/static/_mobile/_img/charge/x2.png") no-repeat 0 0;
 background-size: 24px 24px;
}
.right .plus {
 display: block;
 float: left;
 width: 18px;
 height: 18px;
 margin: 15px 3px 0 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -300px 0;
}
.charge_btnarea.style2 {
 background: rgba(255, 174, 19, 0.8);
}
.charge_btnarea.style2 > span {
 color: #ffc625;
}
.charge_btnarea.style2 > span span {
 top: 6px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -279px -218px;
 background-size: 320px 416px;
}

/*첫결제 x2 */
.a_point .x2 {
 position: absolute;
 display: block;
 width: 26px;
 height: 26px;
 margin-top: -49px;
 margin-left: -15px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/charge/x2.png");
 background-repeat: no-repeat;
 background-size: 100% 100%;
}

.charge_step.first {
 border-color: #ffc325;
}
.charge_step.first .total {
 background: #ffc325;
}
.charge_step.first .total h3 {
 color: #a14200;
}
.charge_step.first .total .d_sum {
 color: #c86a05;
}
.charge_step.first .total .d_sum b {
 color: #c05c00;
}
.charge_step.first .total .d_sum span {
 border-color: #a24200;
}
.charge_step.first .total .sum {
 color: #000;
}
.charge_step.first .total .vat {
 color: #ffc30d;
}
.charge_step.first .choice_type {
 background: #070d11;
}
.charge_step.first .choice_type h3 {
 color: #62666a;
}
.charge_step.first .choice_type span {
 border-color: #e10000;
 color: #ffc325;
 background: #001b24;
}

/* 첫결제 레이어 */
.f_charge {
 position: relative;
 width: 94%;
 margin: 0 auto;
 border-radius: 8px;
 border: none;
}
.f_charge > div {
 overflow: hidden;
 position: relative;
 width: 100%;
 border-radius: 8px;
}
.f_charge > div span {
 z-index: 3;
 position: absolute;
 left: 5%;
 width: 90%;
 display: block;
 cursor: pointer;
}
.f_charge > div .btn_get {
 height: 60px;
 bottom: 16%;
}
.f_charge > div .btn_e_close {
 height: 20px;
 bottom: 2%;
}

/* 1512 충전 */
.event_charge {
 width: 100%;
 margin: 10px 0 20px 0;
}
.event_charge > .top {
 text-align: center;
 background: #104799;
}
.event_charge > .top img {
 display: inline-block;
}
.event_charge .ec_txt {
 width: 100%;
 padding: 8px 4% 6px 4%;
 background: #172843;
}
.event_charge .ec_txt p {
 padding-bottom: 3px;
 color: #607abb;
 font-size: 11px;
}
.event_charge .ec_txt p span {
 color: #a2c944;
}
.event_charge .btm {
 padding: 20px 2% 15px 2%;
 background: #1f4680;
}
.event_charge .btm h3 {
 margin-bottom: 10px;
 color: #fff;
 font-size: 13px;
 font-weight: bold;
}
.event_charge ul li {
 margin-bottom: 5px;
 border-bottom: 1px solid #007d2b;
 background: #fff;
}
.event_charge ul li .top {
 overflow: hidden;
 padding: 13px 2%;
}
.event_charge ul li .top .left {
 float: left;
}
.event_charge ul li .top .left .btn_radio {
 display: inline-block;
 float: left;
 margin-top: 10px;
}
.event_charge ul li .top input[type="radio"] {
 display: none;
}
.event_charge ul li .top input[type="radio"] + label span {
 cursor: pointer;
 display: block;
 float: left;
 width: 16px;
 height: 15px;
 margin-right: 5px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -180px -180px;
 background-size: 320px 416px;
}
.event_charge ul li .top input[type="radio"]:checked + label span {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -200px -180px;
 background-size: 320px 416px;
}
.event_charge ul li .top .sum_area {
 display: block;
 float: left;
 margin-top: -3px;
}
.event_charge ul li .top .sum_area .p_style {
 font-size: 11px;
 color: #e7327e;
}
.event_charge ul li .top .sum_area .d_sum {
 position: relative;
 display: inline-block;
 font-size: 10px;
 color: #c1c1c1;
}
.event_charge ul li .top .sum_area .d_sum b {
 position: relative;
 top: 1px;
 font-size: 12px;
}
.event_charge ul li .top .sum_area .d_sum span {
 display: block;
 position: absolute;
 top: 48%;
 width: 100%;
 border-top: 1px solid #000;
}
.event_charge ul li .top .sum_area .sum {
 display: block;
 font-size: 12px;
 color: #303232;
}
.event_charge ul li .top .sum_area .sum span {
 position: relative;
 top: 2px;
 display: inline-block;
 font-size: 18px;
 line-height: 1.1em;
 color: #e52475;
 font-weight: bold;
}
.event_charge ul li .top .right {
 float: right;
 text-align: right;
}
.event_charge ul li .top .right .point span {
 font-size: 12px;
}
.event_charge ul li .top .right .point span b {
 font-size: 16px;
 line-height: 1.2em;
 vertical-align: bottom;
}
.event_charge ul li .top .right .c_detail {
 display: block;
 position: relative;
 top: 5px;
 font-size: 11px;
 letter-spacing: -0.5px;
}
.event_charge ul li .top .right .t_green {
 color: #85bb38;
}
.event_charge ul li .top .right .t_red {
 color: #e52475;
}
.event_charge .btm > p {
 color: #88a5f7;
 font-size: 11px;
}

.modal-dialog.type1 {
 margin: 55px auto;
}
.charge1512 {
 position: relative;
 width: 94%;
 margin: 0 auto;
 border-radius: 8px;
 border: none;
}
.charge1512 > div {
 overflow: hidden;
 position: relative;
 width: 100%;
 border-radius: 8px;
}
.charge1512 > div span {
 z-index: 3;
 position: absolute;
 left: 5%;
 width: 90%;
 display: block;
 cursor: pointer;
}
.charge1512 > div .btn_get {
 height: 60px;
 bottom: 16%;
}
.charge1512 > div .btn_e_close {
 height: 20px;
 bottom: 2%;
}

/* 자료요청리스트 */
.req_cate {
 width: 100%;
 padding: 8px 0;
}
.req_cate ul {
 overflow: hidden;
}
.req_cate ul li {
 float: left;
 position: relative;
 padding: 6px 12px 6px 10px;
 color: #212121;
 font-size: 14px;
}
.req_cate ul li.active .txt {
 display: block;
 color: #19abe8;
}
.req_cate ul li .bar {
 position: absolute;
 right: 0;
 top: 6px;
 display: inline-block;
 color: #c6cacb;
}
.req_list ul li {
 width: 100%;
 padding: 12px 4%;
 margin-bottom: 5px;
 border-bottom: 1px solid #d5d5d5;
 background: #fff;
}
.req_list ul li .top {
 position: relative;
 height: 20px;
 margin-bottom: 6px;
}
.req_list ul li .top .tit {
 overflow: hidden;
 max-width: 70%;
 font-size: 14px;
 letter-spacing: -1px;
 font-weight: bold;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.req_list ul li .top .tit:active {
 text-decoration: underline;
}
.req_list ul li .top .btn_reqView {
 position: absolute;
 top: 5px;
 right: 0;
 display: block;
 width: 54px;
 height: 15px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/common.png") no-repeat 0 -120px;
 background-size: 320px 416px;
}
.req_list ul li .btm {
 overflow: hidden;
 width: 100%;
 font-size: 11px;
}
.req_list ul li .btm span {
 display: block;
 color: #616161;
 vertical-align: bottom;
}
.req_list ul li .btm .num {
 float: left;
 margin-right: 7px;
}
.req_list ul li .btm .process {
 float: left;
 letter-spacing: -1px;
}
.req_list ul li .btm .process.type1 {
 color: #7cb342;
}
.req_list ul li .btm .process.type2 {
 color: #3577a7;
}
.req_list ul li .btm .id {
 float: right;
 margin-right: 7px;
}
.req_list ul li .btm .date {
 float: right;
}
.req_btnarea {
 width: 100%;
 padding: 8px 0;
 text-align: center;
 background: #f6f6f6;
}
.req_btnarea span {
 display: inline-block;
 width: 112px;
 line-height: 18px;
 padding: 6px 0 5px 0;
 border: 1px solid;
 border-radius: 5px;
 letter-spacing: -1px;
 font-size: 15px;
 text-align: center;
 color: #fff;
}
.req_btnarea .btn_req {
 display: inline-block;
 margin: 0;
}
.btn_mylist {
 margin-right: 10px;
 border-color: #7a7f85;
 background: #959aa1;
}
.btn_req {
 display: block;
 margin: 10px auto 0 auto;
 width: 112px;
 line-height: 18px;
 padding: 6px 0 5px 0;
 border: 1px solid;
 border-radius: 4px;
 letter-spacing: -1px;
 font-size: 15px;
 text-align: center;
 color: #fff;
 border-color: #004ba3;
 background: #507bdb;
}
.btn_req.type1 {
 display: block;
 width: 132px;
 margin: 10px auto 0 auto;
}
.req_list_btn_reqView {
 position: relative;
 top: -38px;
 float: right;
 display: block;
 width: 54px;
 height: 15px;
 text-indent: -9999px;
 background: url("/static/_mobile/_img/common/common.png") no-repeat 0 -120px;
 background-size: 320px 416px;
}

/* 무료관 */
.f_banner {
 margin-top: 10px;
 text-align: center;
 background: #40cde4;
}
.f_banner img {
 display: inline-block;
}
.f_link {
 position: absolute;
 display: block;
 width: 22.6%;
 height: 8.6%;
 cursor: pointer;
}
.f_link.type0 {
 top: 21.8%;
 left: 10%;
}
.f_link.type1 {
 top: 21.8%;
 left: 38.4%;
}
.f_link.type2 {
 top: 21.8%;
 left: 66.8%;
}
.f_link.type3 {
 top: 31.9%;
 left: 10%;
}
.f_link.type4 {
 top: 31.9%;
 left: 38.4%;
}
.f_link.type5 {
 top: 31.9%;
 left: 66.8%;
}
.f_link.type6 {
 top: 42%;
 left: 10%;
}
.f_link.type7 {
 top: 42%;
 left: 38.4%;
}
.f_link.type8 {
 top: 42%;
 left: 66.8%;
}
.f_link.type9 {
 height: 9.6%;
 top: 52.1%;
 left: 10%;
}
.f_link.type10 {
 height: 9.6%;
 top: 52.1%;
 left: 38.4%;
}
.f_link.type11 {
 height: 9.6%;
 top: 52.1%;
 left: 66.8%;
}
.f_link.type12 {
 top: 63.1%;
 left: 10%;
}
.f_link.type13 {
 top: 63.1%;
 left: 38.4%;
}
.f_link.type14 {
 top: 63.1%;
 left: 66.8%;
}
.f_link.type15 {
 top: 73.1%;
 left: 10%;
}
.f_link.type16 {
 top: 73.1%;
 left: 38.4%;
}
.f_link.type17 {
 top: 73.1%;
 left: 66.8%;
}
.f_link.type18 {
 top: 83.2%;
 left: 10%;
}
.f_link.type19 {
 top: 83.2%;
 left: 38.4%;
}
.f_link.type20 {
 top: 83.2%;
 left: 66.8%;
}

/* 19소설 */
.novel_detail {
 clear: both;
 width: 100%;
 padding-bottom: 10px;
 font-size: 12px;
 font-family: sans-serif;
 background: #d0d5d9;
}
.novel-title {
 z-index: 1;
 position: absolute;
 top: 0;
 width: 100%;
 padding: 5px 0 40px 25px;
 font-size: 14px;
 font-weight: bold;
 background: #2a2b2b;
}
.novel-title p {
 overflow: hidden;
 width: 80%;
 text-overflow: ellipsis;
 color: #fff;
}
.novel-chapter {
 width: 50px;
 margin: 10px auto;
 border: 1px solid #fff;
 border-radius: 4px;
 color: #fff;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
}
.font_zoom {
 position: absolute;
 top: 35px;
 left: 25px;
 display: block;
 overflow: hidden;
}
.screen_out {
 overflow: hidden;
 position: absolute;
 width: 0;
 height: 0;
 line-height: 0;
 text-indent: -9999px;
}
.font_zoom .btn_font {
 float: left;
 display: inline-block;
 width: 40px;
 border-radius: 0;
 color: #fff;
 background: #303336;
 font-size: 14px;
}
.font_zoom .btn_big {
 border-radius: 4px 0 0 4px;
 border: none;
 border-right: 1px solid #0a0a0b;
}
.font_zoom .btn_small {
 padding: 1px 0 1px 0;
 border: none;
 border-radius: 0 4px 4px 0;
}
.font_big {
 font-size: 14px;
}
.font_small {
 font-size: 10px;
}
.font_nomal {
 font-size: 12px;
}
.novel_cWrap {
 position: relative;
 width: 100%;
 padding: 75px 25px 10px 25px;
 color: #222425;
 word-wrap: break-word;
 letter-spacing: -1px;
}
.novel_cWrap .scrollbar {
 position: absolute;
 right: 10px;
 top: 75px;
 width: 45px;
 height: 17px;
 padding-right: 10px;
 text-align: right;
 font-size: 11px;
 color: #fff;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -60px -120px;
 background-size: 320px 416px;
}
.aNovel_close {
 position: absolute;
 top: 10px;
 right: 10px;
 cursor: pointer;
 display: block;
 width: 25px;
 height: 25px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -171px -149px;
 background-size: 400px 520px;
}

/* 파트너 회원가입 */
.j_banner {
 margin-top: 10px;
 background: #023d98;
 text-align: center;
}
.p_join {
 width: 100%;
 margin-bottom: 10px;
 background: #fff;
}
.p_join .inner {
 width: 92%;
 max-width: 640px;
 margin: 0 auto;
}
.p_join .red_txt {
 padding: 20px 0 8px 0;
 text-align: center;
 font-weight: bold;
 color: #e52475;
 font-size: 13px;
 letter-spacing: -1px;
}
.p_join .top {
 padding: 0 2%;
}
.p_join .top form {
 width: 96%;
 margin: 0 auto;
}
.p_join .top form input {
 display: inline-block;
 padding: 7px 0 6px 1%;
 margin-bottom: 10px;
 border: 1px solid #b7b7b7;
 border-radius: 4px;
 font-size: 14px;
 background: #f8fafb;
 color: #212121;
}
.p_join .top form p {
 overflow: hidden;
}
.p_join .top form input[type="text"] {
 float: left;
 width: 48%;
 letter-spacing: -1px;
}
.p_join .top form input[type="text"]:focus,
.login_wrap.join .top form input[type="password"]:focus {
 font-weight: bold;
 border-color: #a0d468;
 background: #fafff4;
 color: #0f0f11;
}
#join_user_id-p {
 float: left;
 width: 48%;
 letter-spacing: -1px;
}
#join_user_id-p[type="email"]:focus,
.login_wrap.join .top form input[type="password"]:focus {
 font-weight: bold;
 border-color: #a0d468;
 background: #fafff4;
 color: #0f0f11;
}
.p_join .top form input[type="password"] {
 width: 100%;
 letter-spacing: -1px;
}
.p_join .top form input.user_email:focus,
.login_wrap .top form input[type="password"]:focus {
 font-weight: bold;
 border-color: #24b6e5;
 background: #edfaff;
 color: #0f0f11;
}
.p_join input[type="checkbox"].checkbox {
 display: inline-block;
 width: 16px;
 height: 16px;
 margin: 0 3px 0 0;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -153px -30px;
 background-size: 320px 416px;
 appearance: none;
 -webkit-appearance: none;
 border: none;
 padding: 0;
}
.p_join input[type="checkbox"].checkbox:checked {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -170px -30px;
 background-size: 320px 416px;
}
.p_join .top #fc-join-form-email-host-span {
 width: 48%;
}
.p_join .top #fc-join-form-email-host-span select {
 width: 100%;
}
.p_join .top ul li,
.p_join .top .e_text1 {
 padding-bottom: 8px;
 font-size: 11px;
}
.p_join .top form select {
 display: inline-block;
 float: left;
 width: 48%;
 height: 35px;
 line-height: 33px;
 padding: 5px 0 6px 1%;
 border: 1px solid #b7b7b7;
 border-radius: 4px;
 background: #f8fafb;
 color: #0f0f11;
 font-size: 1.1em;
}
.p_join .top form p:first-child span {
 display: inline-block;
 float: left;
 width: 4%;
 line-height: 36px;
 text-align: center;
 font-size: 1em;
}
.p_join .top .input-notice {
 clear: both; /*margin-bottom:8px;*/
 font-size: 0.9em;
 color: #757575;
 letter-spacing: -1px;
}
.p_join .top .check_login {
 float: left;
 line-height: 1.2em;
}
.p_join .top .check_login label {
 font-size: 13px;
 font-weight: normal;
 vertical-align: middle;
 color: #616161;
 letter-spacing: -1px;
}
.p_join .top .find_pw {
 float: right;
 margin-bottom: 15px;
 font-weight: bold;
 font-size: 13px;
 letter-spacing: -2px;
 line-height: 1.2em;
}
.p_join .top .find_pw span {
 cursor: pointer;
}
.p_join .agree {
 width: 100%;
 padding: 10px 0;
 border-top: 1px solid #d1d1d1;
 border-bottom: 1px solid #d1d1d1;
 background: #f4f4f4;
 letter-spacing: -1px;
}
.p_join .agree div {
 width: 92%;
 padding: 0 2%;
 max-width: 640px;
 margin: 0 auto;
 font-size: 11px;
}
.p_join .agree span.center {
 display: block;
 width: 96%;
 max-width: 640px;
 margin: 0 auto;
 border: none;
 color: #616161;
}
.p_join .agree span label {
 display: inline-block;
 padding-top: 2px;
 font-weight: normal;
}
.p_join .agree span span {
 cursor: pointer;
 display: inline-block;
 line-height: 12px;
 border-bottom: 1px solid #24b6e5;
 color: #24b6e5;
}
.p_join .agree p {
 width: 96%;
 padding-left: 20px;
 max-width: 640px;
 margin: 0 auto;
 color: #616161;
}
.p_join .go_join {
 padding: 12px 4%;
 border-bottom: 1px solid #d1d1d1;
 background: #f4f4f4;
 cursor: pointer;
}
.p_join .go_join p {
 display: inline-block;
 margin-bottom: 8px;
 color: #7cb342;
 font-weight: bold;
 font-size: 13px;
 letter-spacing: -1px;
}
.p_join .go_join:active {
 background: rgba(244, 244, 244, 0.5);
}
.p_join .go_join .btn_n_join {
 display: block;
 padding: 10px 0;
 font-size: 16px;
 border: 1px solid #8dbe58;
 border-radius: 5px;
 background: #a0d468;
 color: #366b00;
 text-align: center;
 font-weight: bold;
}
.p_join .go_join .btn_n_join .white {
 display: inline-block;
 position: relative;
 top: -3px;
 width: 10px;
 height: 14px;
 background: url("/static/_mobile/_img/login/bg_btnjoin.gif") no-repeat 0 0;
 background-size: auto 14px;
 vertical-align: middle;
 letter-spacing: -2px;
}
.p_join .btm {
 width: 100%;
 padding: 14px 4% 13px 4%;
 border-top: 1px solid #fff;
 border-radius: 0 0 6px 6px;
 background: #fff;
 letter-spacing: -1px;
}
.p_join .btm .ex_txt {
 font-size: 12px;
 font-weight: bold;
}
.p_join .btm ol {
 margin-bottom: 8px;
 color: #757575;
 font-size: 13px;
}
.p_join .btm ol li {
 overflow: hidden;
 width: 100%;
}
.p_join .btm ol span {
 font-weight: bold;
 color: #212121;
}
.btn_login_l {
 clear: both;
 display: block;
 width: 100%;
 padding: 8px 0;
 margin: 15px auto;
 border: 1px solid #00aad9;
 border-radius: 5px;
 text-align: center;
 font-size: 16px;
 letter-spacing: -1px;
 font-weight: bold;
 background: #24b6e5;
 color: #fff;
}
.btn_join {
 clear: both;
 display: block;
 width: 100%;
 padding: 9px 0 10px 0;
 margin: 5px 0 15px 0;
 border: 1px solid #93c75c;
 border-radius: 5px;
 text-align: center;
 font-size: 16px;
 letter-spacing: -1px;
 font-weight: bold;
 background: #a0d468;
 color: #fff;
}

/* 3가지 이벤트 */
.e_con.blog,
.e_con.sns,
.e_con.intel {
 position: relative;
}
.free_tab span {
 position: absolute;
 display: block;
 width: 33.3%;
 cursor: pointer;
}
.free_tab span.blog {
 left: 0;
}
.free_tab span.sns {
 left: 33.3%;
}
.free_tab span.intel {
 left: 66.6%;
}
.blog .free_tab span {
 height: 3%;
 top: 9.5%;
}
.sns .free_tab span {
 height: 6.5%;
 top: 20.3%;
}
.intel .free_tab span {
 height: 3%;
 top: 10.3%;
}
.btn_downImg {
 position: absolute;
 display: block;
 width: 49.5%;
 height: 1.5%;
 left: 6%;
 top: 40%;
 cursor: pointer;
}
.btn_sns_go {
 position: absolute;
 top: 78.6%;
 left: 9.4%;
 display: block;
 width: 81%;
 height: 4.3%;
 cursor: pointer;
}
.url_input {
 position: absolute;
 width: 88%;
 padding: 3%;
 margin: 0 auto;
 border-radius: 5px;
 background: #fff;
}
.blog .url_input {
 top: 79.6%;
 left: 6%;
 height: 11%;
}
.intel .url_input {
 top: 77.5%;
 left: 6%;
}
.url_input label {
 display: block;
 margin-bottom: 5px;
 color: #fb8c93;
 font-weight: normal;
 letter-spacing: -1px;
 font-size: 12px;
}
.url_input input {
 display: inline-block;
 height: 2%;
 padding: 7px 0 6px 0;
 margin-bottom: 10px;
 border: 1px solid #a8a8a8;
 border-radius: 3px;
 background: #f8fafb;
 vertical-align: middle;
 font-size: 14px;
}
.url_input input.style1 {
 width: 48%;
 margin-right: 2%;
}
.url_input input.style2 {
 width: 100%;
}
.url_input select {
 display: inline-block;
 width: 49%;
 height: 35px;
 vertical-align: top;
}
.url_input .btn_register {
 display: block;
 width: 100%;
 padding: 7px 0 6px 0;
 border: 1px solid #cb3a4c;
 color: #fff;
 background: #ea5864;
 font-size: 14px;
}
.intel .url_input label {
 color: #00b053;
}
.intel .url_input .btn_register {
 border-color: #93c75c;
 background: #00b053;
}
.postiog_ex a {
 position: absolute;
 display: block;
 width: 41.8%;
 height: 1.5%;
 cursor: pointer;
}
.postiog_ex a.type1 {
 left: 6%;
 top: 50.2%;
}
.postiog_ex a.type2 {
 left: 51.5%;
 top: 50.2%;
}
.postiog_ex a.type3 {
 left: 6%;
 top: 48.1%;
}
.postiog_ex a.type4 {
 left: 51.5%;
 top: 52.1%;
}
.blog_btn a {
 position: absolute;
 display: block;
 width: 27.5%;
 height: 1.5%;
 top: 73.1%;
 cursor: pointer;
}
.blog_btn a.naver {
 left: 6%;
}
.blog_btn a.daum {
 left: 35.9%;
}
.blog_btn a.nate {
 left: 65.6%;
}
.my_pList {
 position: absolute;
 top: 22.4%;
 left: 6%;
 overflow: hidden;
 width: 88%;
 padding: 5px 0;
 margin: 15px auto;
 border: 1px solid #008d00;
 border-radius: 5px;
 background: #00b053;
 font-size: 14px;
 letter-spacing: -1px;
 text-align: center;
}
.my_pList span {
 display: inline-block;
 word-break: break-all;
 color: #fff;
}
.my_pList span.txt_y {
 color: #fcff00;
}
.my_pList span.bar {
 padding: 0 5px;
 color: #4ada79;
}
.select_cate span {
 position: absolute;
 display: block;
 width: 42%;
 height: 1.7%;
 text-indent: -9999px;
}
.select_cate .type1 {
 left: 8%;
 top: 31%;
}
.select_cate .type2 {
 left: 50%;
 top: 31%;
}
.select_cate .type3 {
 left: 8%;
 top: 31%;
}
.select_cate .type4 {
 left: 50%;
 top: 33.2%;
}
.select_cate .type5 {
 left: 8%;
 top: 33.2%;
}
.select_cate .type6 {
 left: 50%;
 top: 33.2%;
}
.select_cate .type7 {
 left: 8%;
 top: 35.4%;
}
.select_cate .type8 {
 left: 50%;
 top: 35.4%;
}
.select_cate .type9 {
 left: 8%;
 top: 35.4%;
}
.select_cate .type10 {
 left: 50%;
 top: 37.6%;
}
.select_cate .type11 {
 left: 36.4%;
 top: 37.6%;
}
.select_cate .type12 {
 left: 64.6%;
 top: 37.6%;
}
.tit_example {
 overflow: hidden;
 position: absolute;
 top: 24.7%;
 left: 6%;
 width: 88%;
 height: 12%;
 border-radius: 8px;
 background: #fff;
}
.tit_example .logo_area {
 border-bottom: 1px solid #f9656f;
}
.tit_example .tit_list {
 position: absolute;
 top: 25.5%;
 left: 0;
 float: left;
 width: 50%;
 padding: 12px 0 4px 12px;
 font-size: 13px;
 letter-spacing: -1px;
 color: #fb959b;
}
.tit_example .tit_list.type1 {
 left: 50%;
}
.tit_example .tit_list li {
 overflow: hidden;
 width: 95%;
 text-overflow: ellipsis;
 white-space: nowrap;
 padding-bottom: 3%;
}
.tit_example .tit_txt {
 clear: both;
 position: absolute;
 bottom: 0;
 width: 100%;
 padding: 10px 12px;
 background: #fcf0f0;
 font-size: 12px;
 letter-spacing: -1px;
}
.tit_example .tit_txt p {
 color: #822226;
}
.tit_example .tit_txt .t_small {
 overflow: hidden;
 width: 95%;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 12px;
 margin-top: 3px;
 color: #f9656f;
}

/* 게임로프트 회원가입 */
.j_banner.type1 {
 background: #00104b;
}
.p_join .top form input[type="text"].size {
 width: 100%;
}
.p_join .top form select.phone,
.p_join .top form input[type="tel"] {
 width: 32%;
 vertical-align: middle;
}
.p_join .top form input[type="tel"] {
 color: #212121;
}
.p_join .top .bg_line {
 display: block;
 width: 100%;
 height: 6px;
 margin-bottom: 10px;
 background: url("/static/_mobile/_img/login/bg_gJoin.gif") repeat-x 0 0;
}
.p_join .top .hpine {
 display: inline-block;
 width: 2%;
 line-height: 30px;
 vertical-align: top;
 text-align: center;
}
.p_join .btm ul {
 margin-bottom: 8px;
 color: #757575;
 font-size: 13px;
}
.p_join .btm ul li {
 overflow: hidden;
 width: 100%;
 margin-bottom: 3px;
}
.p_join .btm ul .tit {
 position: relative;
 display: inline-block;
 float: left;
 width: 125px;
 font-size: 11px;
 line-height: 18px;
 letter-spacing: -1px;
}
.p_join .btm ul .tit .bg {
 position: absolute;
 right: 6px;
}
.p_join .btm ul .txt {
 display: inline-block;
 float: left;
 width: 58%;
}
.p_join .btm ol .num {
 display: block;
 float: left;
 width: 15px;
 font-weight: normal;
 color: #757575;
}
.p_join .btm ol .txt {
 display: block;
 float: left;
 width: 93%;
 font-weight: normal;
 color: #757575;
}

/* 뷰페이지 배너 */
.ad_banner {
 clear: both;
}
.ad_banner a {
 display: block;
 width: 100%;
 text-align: center;
 background: #ec3956;
}
.ad_banner span {
 display: block;
 width: 100%;
 text-align: center;
 background: #640035;
}

/* 어린이관 */
.kids_banner {
 width: 100%;
 text-align: center;
}
.kids_banner span {
 display: block;
 width: 92%;
 margin: 10px auto 0 auto;
 border-radius: 5px;
 background: #0069df;
}

.children_banner {
 width: 100%;
 text-align: center;
 cursor: pointer;
}
.children_banner span {
 display: block;
 width: 92%;
 margin: 10px auto 0 auto;
 border-radius: 5px;
 background: #f9da02;
}

.kid_form {
 width: 92%;
 margin: 10px auto;
}
.kid_form .s_wrap {
 overflow: hidden;
 float: left;
 display: inline-block;
 width: 56.4%;
 height: 35px;
 margin-right: 3%;
 border: 1px solid #c6c6c6;
 border-radius: 4px;
}
.kid_form .s_wrap input {
 display: inline-block;
}
.kid_form .s_wrap input[type="search"] {
 width: 80%;
 height: 33px;
 border: none;
 font-size: 14px;
}
.kid_form .s_wrap input[type="button"] {
 width: 20%;
 height: 33px;
 border: none;
 background: #959aa1 url("/static/_mobile/_img/common/btn_ksearch.png") no-repeat center 2px;
 background-size: 31px 31px;
}
.kid_form select {
 float: right;
 display: inline-block;
 width: 40%;
 height: 35px;
 padding-left: 2px;
 border: 1px solid #c6c6c6;
 border-radius: 4px;
 vertical-align: top;
 font-size: 13px;
 letter-spacing: -1px;
}
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit.kids {
 display: block;
 width: 60%;
 height: 18px;
 margin: 19px 0;
 white-space: nowrap;
 text-overflow: ellipsis;
}
.content_list .btn_kfree {
 position: absolute;
 top: 20px;
 right: 4%;
 width: 95px;
 height: 28px;
 padding: 5px 0 0 5px;
 background: url("/static/_mobile/_img/common/kid_select.png") no-repeat 0 0;
 font-size: 12px;
 background-size: 95px 28px;
 color: #24b6e5;
}
.btn_go_free {
 clear: both;
 display: block;
 width: 200px;
 padding: 8px 0 10px 0;
 margin: 0 auto 15px auto;
 border-radius: 4px;
 font-weight: bold;
 font-size: 13px;
 text-align: center;
 background: #24b6e5;
 color: #fff;
 letter-spacing: -1px;
}
.search_num_wrap.kids {
 padding-top: 50px;
 background: #fcfcfc;
}
.search_num_wrap.kids .top_name {
 z-index: 1;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 30px;
 background: #fff;
}
.search_num_wrap.kids .top_name span {
 display: block;
 width: 70%;
 padding: 8px 0 20px 4%;
 font-weight: bold;
 color: #212121;
 font-size: 12px;
 letter-spacing: -1px;
 background: url("/static/_mobile/_img/common/bg_kids.png") no-repeat 0 bottom;
 background-size: 100% 9px;
}
.search_num_wrap.kids .btn_s_close {
 top: 15px;
 z-index: 2;
}
.search_num_wrap.kids2 {
 padding: 13px 0;
}
.search_num_wrap.kids2 .sum_n_img {
 margin-bottom: 0;
}
.search_num_wrap.kids2 .search_content {
 margin-top: 10px;
}
.search_num_wrap.kids2 .search_content .tit {
 font-size: 17px;
}
.search_num_wrap.kids2 .search_content .tit span {
 font-size: 14px;
}
.kids_another {
 overflow: hidden;
 width: 100%;
 padding-bottom: 45px;
}
.kids_another .search_num_wrap.kids2 {
 border-top: 1px solid #dadada;
 border-bottom: none;
 background: #f8f8f8;
}
.kids_another .search_num_wrap.kids2 .search_content {
 margin-top: 14px;
}
.kids_another .search_num_wrap.kids2 .search_content .tit {
 font-size: 15px;
 letter-spacing: -1px;
}
.kids_another .search_num_wrap.kids2 .search_content .tit span.num {
 font-size: 14px;
}
.kids_another .search_num_wrap.kids2 .search_content .tit span.con {
 display: inline-block;
 overflow: hidden;
 max-width: 85%;
 text-overflow: ellipsis;
 white-space: nowrap;
 vertical-align: top;
 font-weight: bold;
 color: #212121;
}
.kids_another .content_list {
 border-top: 1px solid #dadada;
}

/* 2가지 이벤트 */
.v1604 .free_tab span {
 width: 49.8%;
}
.v1604 .free_tab span.blog {
 left: 0;
}
.v1604 .free_tab span.intel {
 left: 50%;
}
.v1604.blog .free_tab span {
 top: 9.15%;
}
.v1604.intel .free_tab span {
 top: 10.6%;
}
.v1604 .tit_example {
 height: 12.5%;
 top: 23.8%;
}
.v1604 .btn_downImg {
 top: 40.1%;
}
.v1604 .postiog_ex a.type1,
.V1604 .postiog_ex a.type2 {
 top: 48.4%;
}
.v1604 .postiog_ex a.type3,
.V1604 .postiog_ex a.type4 {
 top: 50.2%;
}
.v1604 .blog_btn a {
 top: 70.4%;
}
.v1604.blog .url_input {
 top: 79.8%;
}
.v1604.blog .url_input input {
 display: block;
 height: 17.3%;
}
.v1604 .select_cate {
 overflow: hidden;
 position: absolute;
 top: 31.5%;
 left: 6%;
 width: 87.5%;
 height: 8.1%;
 padding: 0 0 0 3%;
}
.v1604 .select_cate p {
 float: left;
 width: 33.3%;
 padding-bottom: 5%;
}
.v1604 .select_cate p label {
 display: inline-block;
 font-size: 13px;
 color: #727272;
}
.v1604 .select_cate p input[type="checkbox"] {
 display: none;
}
.v1604 .select_cate p input[type="checkbox"] + span {
 position: relative;
 top: 4px;
 display: inline-block;
 width: 16px;
 height: 16px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -153px -33px;
 background-size: 320px 416px;
}
.v1604 .select_cate p input[type="checkbox"]:checked + span {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -170px -33px;
 background-size: 320px 416px;
}
.v1604 .my_pList {
 top: 22.6%;
 margin: 0 auto;
 border-color: #003969;
 background: #004f82;
}
.v1604 .my_pList .bar {
 color: #3a72a8;
}
.cate_button span {
 position: absolute;
 top: 39.2%;
 display: block;
 width: 87.5%;
 height: 1.8%;
}
.cate_button .naver {
 left: 6.2%;
}
/* .cate_button .daum{left:51.5%;} */
.v1604.intel .url_input {
 top: 77.6%;
 height: 12.1%;
}
.v1604.intel .url_input label {
 color: #004f82;
}
.v1604.intel .url_input .btn_register {
 border-color: #0081b4;
 background: #339bd0;
}
.v1604 .url_input input {
 height: 10%;
}

/* 자녀안심서비스 v2 */
.child.v1604 {
 padding: 10px 0 0 0;
 border-radius: 0 0 9px 9px;
 background: #fff;
}
.child.v1604 input[type="password"] {
 display: block;
 width: 90%;
 margin: 10px auto;
 padding: 8px 0 8px 12px;
 border-radius: 4px;
 border: 1px solid #a8a8a8;
 font-size: 14px;
 background: #f8fafb;
}
.child.v1604 input::-webkit-input-placeholder {
 color: #4fc3f7;
}
.child.v1604 input::-moz-placeholder {
 color: #4fc3f7;
}
.child.v1604 input:-ms-input-placeholder {
 color: #4fc3f7;
}
.child.v1604 input[type="button"] {
 display: block;
 width: 90%;
 margin: 10px auto 20px auto;
 padding: 8px 0 8px 12px;
 border-radius: 4px;
 border: 1px solid #00aad9;
 font-size: 14px;
 background: #24b6e5;
 color: #fff;
}
.child.v1604 .child_ex {
 width: 100%;
 padding: 10px 5% 25px 5%;
 border-radius: 0 0 9px 9px;
 border-top: 1px solid #d1d1d1;
 background: #f4f4f4;
}
.child.v1604 .child_ex .txt {
 margin: 15px 0 5px 0;
 font-weight: bold;
 font-size: 16px;
}
.child.v1604 .child_ex p {
 font-size: 13px;
 line-height: 18px;
 color: #303232;
 letter-spacing: -1px;
}

.e_con.children {
 position: relative;
 width: 100%;
 height: 100%;
}
.e_con.children .btn_children {
 position: absolute;
 display: block;
 width: 61%;
 height: 3.5%;
 left: 19.6%;
 top: 30.2%;
 cursor: pointer;
}

/* 포인트 사용내역 */
.point_period {
 width: 100%;
 padding: 10px 2% 12px 2%;
 background: #ddd;
}
.point_period p {
 margin-bottom: 8px;
 font-size: 11px;
 letter-spacing: -1px;
 color: #8f8f8f;
}
.point_period .select_wrap {
 width: 100%;
 text-align: center;
}
.point_period select {
 display: inline-block;
 height: 35px;
 border: 1px solid #c6c6c6;
 border-radius: 4px;
 color: #757575;
 font-size: 13px;
 background: #fff;
}
.point_period select.size1 {
 width: 20%;
 max-width: 110px;
 padding-left: 5px;
}
.point_period select.size2 {
 width: 12.5%;
 max-width: 70px;
 padding-left: 3px;
}
.point_period .btn_area {
 overflow: hidden;
 margin-top: 8px;
}
.point_period .btn_area span {
 display: inline-block;
 width: 112px;
 line-height: 18px;
 padding: 6px 0 5px 0;
 border: 1px solid;
 border-radius: 5px;
 letter-spacing: -1px;
 font-size: 15px;
 text-align: center;
 color: #fff;
}
.point_period .btn_area .btn_delete {
 float: left;
 width: 64px;
 border-color: #4a4e54;
 background: #61666c;
}
.point_period .btn_area .btn_use_search {
 float: right;
 border-color: #7a7f85;
 background: #959aa1;
}
.list_style.type1 input {
 margin: 0;
 vertical-align: top;
}
.list_style.type1 ul li div {
 padding-top: 8px;
}
.list_style.type1 ul li.text {
 text-align: center;
 height: 220px;
 padding-top: 80px;
}
.list_style.type1 ul li div:nth-child(1) {
 width: 11%;
 min-width: 35px;
 padding-left: 0;
 text-align: center;
}
.list_style.type1 ul li div:nth-child(2) {
 width: 22%;
 text-align: left;
}
.list_style.type1 ul li div:nth-child(3) {
 width: 48%;
 text-align: left;
}
.list_style.type1 ul li div:nth-child(4) {
 width: 19%;
}
.list_style.type1 ul li.tit div:nth-child(2) {
 font-weight: normal;
}
.list_style.type1 ul li.tit div:nth-child(3) {
 text-align: center;
}

/* 교육동영상 무료 */
.e_con.education {
 position: relative;
 width: 100%;
 height: 100%;
}
.e_con.education > span {
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 width: 25.9%;
 height: 14.4%;
}
.e_con.education > span a {
 display: block;
 width: 100%;
 height: 100%;
 text-indent: -9999px;
}
.e_con.education > span.link1 {
 top: 33.8%;
 left: 4.7%;
}
.e_con.education > span.link2 {
 top: 33.8%;
 left: 36.9%;
}
.e_con.education > span.link3 {
 top: 33.8%;
 left: 68.9%;
}
.e_con.education > span.link4 {
 top: 53.2%;
 left: 4.7%;
}
.e_con.education > span.link5 {
 top: 53.2%;
 left: 36.9%;
}
.e_con.education > span.link6 {
 top: 53.2%;
 left: 68.9%;
}
.e_con.education > span.link7 {
 top: 72.5%;
 left: 4.7%;
}
.e_con.education > span.link8 {
 top: 72.5%;
 left: 36.9%;
}
.e_con.education > span.link9 {
 top: 72.5%;
 left: 68.9%;
}

/* 카카오이벤트 페이지 */
.e_con.kakao {
 position: relative;
 width: 100%;
 height: 100%;
}
.e_con.kakao .btn_kakao {
 position: absolute;
 top: 80.9%;
 left: 12.7%;
 display: block;
 width: 73.5%;
 height: 4.7%;
 text-indent: -9999px;
}

/* 키즈관 1605 */
.btn_kids_b {
 position: absolute;
 display: block;
 width: 41.5%;
 height: 7.8%;
 text-indent: -9999px;
 cursor: pointer;
}
.v1605.btn_kids_b.type1 {
 top: 26.8%;
 left: 6%;
}
.v1605.btn_kids_b.type2 {
 top: 26.8%;
 left: 53%;
}
.v1605.btn_kids_b.type3 {
 top: 36%;
 left: 6%;
}
.v1605.btn_kids_b.type4 {
 top: 36%;
 left: 49%;
 width: 48%;
}
.v1605.btn_kids_b.type5 {
 top: 45.1%;
 left: 6%;
}
.v1605.btn_kids_b.type6 {
 top: 45.1%;
 left: 53%;
}
.v1605.btn_kids_s {
 position: absolute;
 display: block;
 width: 27%;
 height: 6.5%;
 text-indent: -9999px;
 cursor: pointer;
}
.v1605.btn_kids_s.type1 {
 top: 55.7%;
 left: 6%;
}
.v1605.btn_kids_s.type2 {
 top: 55.7%;
 left: 36%;
}
.v1605.btn_kids_s.type3 {
 top: 55.7%;
 left: 67%;
 width: 27%;
}
.v1605.btn_kids_s.type4 {
 top: 63.4%;
 left: 6%;
}
.v1605.btn_kids_s.type5 {
 top: 63.4%;
 left: 34%;
 width: 31.5%;
}
.v1605.btn_kids_s.type6 {
 top: 63.4%;
 left: 67%;
}
.v1605.v1605.btn_kids_s.type7 {
 top: 71.2%;
 left: 6%;
}
.v1605.btn_kids_s.type8 {
 top: 71.2%;
 left: 36%;
}
.v1605.btn_kids_s.type9 {
 top: 71.2%;
 left: 67%;
}
.v1605.btn_kids_s.type10 {
 top: 78.9%;
 left: 6%;
 width: 27%;
 height: 6.5%;
}
.v1605.btn_kids_s.type11 {
 top: 78.9%;
 left: 36%;
}
.v1605.btn_kids_s.type12 {
 top: 78.9%;
 left: 67%;
}
.v1605.btn_kids_s.type13 {
 top: 86.6%;
 left: 6%;
}
.v1605.btn_kids_s.type14 {
 top: 86.6%;
 left: 36%;
}
.v1605.btn_kids_s.type15 {
 top: 86.6%;
 left: 65%;
 width: 31.5%;
 height: 7.5%;
}

/* 뷰페이지 그래프 */
.view_donut {
 width: 100%;
 padding: 20px 0;
 background: #f0f0f0;
 text-align: center;
}
.view_donut h2 {
 margin-bottom: 20px;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: -1px;
}
.donut_area {
 overflow: hidden;
 width: 100%;
 padding: 0 2%;
 margin-bottom: 12px;
 text-align: left;
}
.donut_l {
 float: left;
 width: 50%;
}
.donut_l .grade {
 float: left;
 width: 50%;
 text-align: center;
}
.donut_l .grade p.most .num {
 color: #000;
}
.donut_l .grade p.most .num span {
 color: #757879;
}
.donut_l .grade p.most .num .size {
 font-weight: bold;
 color: #000;
}
.donut_l .grade .num {
 font-size: 13px;
 color: #757879;
}
.donut_l .grade .ico {
 display: inline-block;
 width: 22%;
 height: auto;
 margin-right: 10px;
}
.donut_l .grade .ico img {
 display: inline-block;
 width: 100%;
}
.donut_l .grade p:first-child {
 margin: 5px 0 12px 0;
}
.chart_area {
 position: relative;
 left: -5%;
 float: left;
 width: 50%;
}
.chart_area span {
 position: absolute;
 color: #757879;
 font-size: 13px;
 top: 50%;
 left: 50%;
 margin: -10px 0 0 -11px;
 letter-spacing: -1px;
}

.chart_area svg {
 margin: -10px 0 0 -10px;
}
.chart_area svg .name {
 fill: #757879;
 font-size: 8px;
 text-anchor: middle;
}
.chart_area svg .per {
 fill: #ffffff;
 font-size: 7px;
 text-anchor: middle;
}

.donut_r .chart_area span {
 margin-left: -16px;
}
.donut_r {
 float: left;
 width: 50%;
}
.donut_r .grade {
 float: left;
 width: 50%;
 padding-top: 3%;
 text-align: center;
}
.donut_r .grade p {
 margin-bottom: 8%;
 font-size: 12px;
 color: #757879;
}
.donut_r .grade p.most {
 font-weight: bold;
 color: #000;
}
.donut_r .grade p.most .per span {
 color: #757879;
 font-weight: normal;
}
.donut_r .grade p .color_area {
 display: inline-block;
 width: 8px;
 height: 8px;
 margin-right: 5px;
}
.donut_r .grade p .per {
 float: right;
}
.donut_r .grade .t10 {
 margin-right: 2px;
}
.donut_r .grade .t10 .color_area {
 background: #50a4de;
}
.donut_r .grade .t20 .color_area {
 background: #de5050;
}
.donut_r .grade .t30 .color_area {
 background: #ffae00;
}
.donut_r .grade .t40 .color_area {
 margin-left: 7px;
 background: #93d354;
}

.view_donut .d_txt {
 display: inline-block;
 padding: 5px 5px 3px 5px;
 border: 1px solid #cad3d7;
 border-radius: 5px;
 color: #000;
 font-size: 13px;
 letter-spacing: -1px;
 background: #fff;
}
.view_donut .d_txt .t_red {
 font-weight: bold;
 color: #e5245c;
}

/* 추천영화신작 */
.update_movie {
 overflow: hidden;
 width: 100%;
 padding: 20px 0 0 0;
 margin-bottom: 20px;
}
.update_movie > p {
 margin: 0 0 10px 15px;
 font-size: 14px;
 color: #757879;
 letter-spacing: -1px;
}
.update_movie > p span {
 color: #212121;
}
.update_movie ul {
 float: left;
 width: 100%;
 padding: 20px 3.5%;
 background: #fff;
}
.update_movie ul li {
 float: left;
 width: 33.3%;
 padding: 0 12px 24px 12px;
 text-align: center;
}
.update_movie ul li > span {
 display: block;
}
.update_movie ul li > span.imgarea {
 position: relative;
 display: inline-block;
 width: 100%;
 height: 100%;
 max-width: 109px;
}
.update_movie ul li > span.imgarea img {
 display: block;
 width: 100%;
 height: 100%;
 max-width: 109px;
 max-height: 164px;
 margin: 0 auto;
 border: 1px solid #c2c7ce;
}
.update_movie ul li .ico_new {
 position: absolute;
 top: 3px;
 left: 0;
 display: inline-block;
 width: 26px;
 height: 13px;
 background: url("/static/_mobile/_img/common/ico_new_m2.png") no-repeat 0 0;
 background-size: auto 13px;
}
.update_movie ul li .ico_hot {
 position: absolute;
 top: 3px;
 left: 0;
 display: inline-block;
 width: 26px;
 height: 13px;
 background: url("/static/_mobile/_img/common/ico_hot_m.png") no-repeat 0 0;
 background-size: auto 13px;
}
.update_movie ul li .tit {
 overflow: hidden;
 display: block;
 width: 98%;
 height: 17px;
 margin: 5px auto;
 letter-spacing: -1px;
 font-weight: bold;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 15px;
 line-height: 17px;
}
.update_movie ul li .tit .txt {
 overflow: hidden;
 max-width: 90%;
 text-overflow: ellipsis;
 word-break: break-all;
 text-align: left;
}
.update_movie ul li .tit .ico_adult {
 position: relative;
 top: 1px;
 display: inline-block;
 width: 15px;
 height: 15px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/ico_adult.png") no-repeat 0 0;
 background-size: 15px 15px;
 vertical-align: top;
}
.update_movie ul li .category,
.update_movie ul li .date {
 font-size: 12px;
 color: #a8a9aa;
 letter-spacing: -1px;
}

/* 테마관 */
.recommend_tag {
 width: 100%;
 margin-bottom: 15px;
 background: #f6f6f6;
}
.recommend_tag .top {
 overflow: hidden;
 width: 100%;
 padding: 12px 3%;
 border-bottom: 1px solid #ebebeb;
}
.recommend_tag .top h3 {
 float: left;
 padding-top: 10px;
 font-weight: bold;
 font-size: 15px;
 color: #212121;
}
.recommend_tag .top .tag_search {
 overflow: hidden;
 float: right;
 width: 50%;
 border: 1px solid #c6c6c6;
 border-radius: 5px;
 background: #fff;
}
.recommend_tag .top .tag_search input {
 display: inline-block;
}
.recommend_tag .top .tag_search .text {
 float: left;
 width: 80%;
 border: none;
 height: 31px;
 padding: 9px 0 5px 0;
 background: #fff;
 font-size: 14px;
 text-indent: 10px;
 color: #757575;
}
.recommend_tag .top .tag_search .text:focus {
 outline: none;
}
.recommend_tag .top .tag_search .btn {
 float: right;
 width: 20%;
 max-width: 80px;
 height: 33px;
 border: none;
 border-radius: 0;
 background: #959aa1 url("/static/_mobile/_img/common/btn_ksearch.png") no-repeat center 2px;
 background-size: 31px 31px;
}
.recommend_tag .tag_area {
 width: 100%;
 padding: 6px 3%;
}
.recommend_tag .tag_area span {
 display: inline-block;
 padding: 5px 10px 3px 10px;
 margin: 6px 7px 6px 0;
 border: 1px solid #959aa1;
 border-radius: 12px;
 letter-spacing: -1px;
 font-size: 13px;
 color: #505050;
 background: #fff;
}
.recommend_tag .tag_area span.active {
 border-color: #29b6f6;
 color: #29b6f6;
}
.theme_wrap {
 width: 100%;
 padding: 20px 0 0 0;
 border-bottom: 1px solid #d5d5d5;
 margin-bottom: 10px;
 background: #fff;
}
.theme_wrap h4 {
 overflow: hidden;
 width: 80%;
 float: left;
 padding-left: 10px;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: -1px;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.theme_wrap .btn_like {
 float: right;
 padding-top: 2px;
 margin-right: 10px;
 color: #4ebff7;
}
.theme_wrap .btn_like .ico {
 display: inline-block;
 width: 16px;
 height: 14px;
 margin-right: 3px;
 vertical-align: bottom;
 background: url("/static/_mobile/_img/common/ico_like.jpg") no-repeat 0 0;
 background-size: auto 14px;
}
.theme_wrap .theme_list {
 overflow: hidden;
 clear: both;
 width: 100%;
 padding: 15px 0 0 0;
}
.theme_list ul {
 overflow: hidden;
 float: left;
 width: 100%;
 height: 80%;
 padding: 0 3.5%;
 background: #fff;
}
.theme_list ul li {
 float: left;
 width: 33.3%;
 padding: 0 0 24px 0;
 text-align: center;
}
.theme_list ul li > span {
 display: inline-block; /* margin:0 auto; */
}
.theme_list ul li > span.imgarea {
 position: relative;
 width: 90%;
 max-width: 109px;
 display: inline-block;
}
.theme_list ul li > span.imgarea img {
 display: block;
 width: 100%;
 height: 100%;
 max-width: 109px;
 max-height: 164px;
 border: 1px solid #c2c7ce;
}
.theme_list ul li .ico_new {
 position: absolute;
 top: 0;
 left: 0;
 display: inline-block;
 width: 72px;
 height: 26px;
 background: url("/static/_mobile/_img/common/ico_new_m.png") no-repeat 0 0;
 background-size: auto 26px;
}
.theme_list ul li .tit {
 overflow: hidden;
 display: inline-block;
 width: 98%;
 height: 17px;
 margin: 5px auto;
 letter-spacing: -1px;
 font-weight: bold;
 font-size: 15px;
 line-height: 17px;
}
.theme_list ul li .tit .txt {
 overflow: hidden;
 display: inline-block;
 max-width: 90%;
 padding-right: 2px;
 text-overflow: ellipsis;
 word-break: break-all;
 text-align: left;
 white-space: nowrap;
}
.theme_list ul li .tit .ico_adult {
 position: relative;
 display: inline-block;
 width: 15px;
 height: 15px;
 margin-right: 3px;
 vertical-align: top;
 background: url("/static/_mobile/_img/common/ico_adult.png") no-repeat 0 0;
 background-size: 15px 15px;
}
.theme_list ul li .category,
.update_movie ul li .date {
 font-size: 12px;
 color: #a8a9aa;
 letter-spacing: -1px;
}
.theme_list .btn_more,
.theme_list .btn_fold {
 clear: both;
 display: block;
 width: 100%;
 padding: 10px 0;
 font-size: 14px;
 background: #f6f6f6;
 text-align: center;
 color: #5a6264;
}
.theme_list .btn_more span.ico {
 position: relative;
 top: 1px;
 display: inline-block;
 width: 19px;
 height: 10px;
 margin-left: 5px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -246px -112px;
}
.theme_list .btn_fold span.ico {
 position: relative;
 top: 1px;
 display: inline-block;
 width: 19px;
 height: 10px;
 margin-left: 5px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -266px -112px;
}

.theme_list .mobile-theme-list-hidden-li {
 display: none;
}
.new_pagnation {
 clear: both;
 width: 100%;
 padding: 15px 0 15px 0;
 text-align: center;
 background: #f0f0f0;
}
.new_pagnation > span {
 opacity: 1 !important;
 display: inline-block;
 width: 32px;
 padding: 5px 0 4px 0;
 margin: 0 3px;
 border: 1px solid #e5e5e5;
 border-radius: 4px;
 background: #fff;
 color: #bdbdbd;
 font-size: 1.2em;
 text-align: center;
 cursor: pointer;
 font-weight: bold;
}
.new_pagnation span:hover,
.new_pagnation span.active {
 color: #29b6f6;
}
.new_pagnation .prev,
.new_pagnation .next {
 width: 57px;
}

/* 무통장입금 레이어 */
.modal-title .txt_yewllow {
 font-size: 13px;
 color: #f6efb9;
}
.modal-content .charge_tit {
 margin-bottom: 5px;
 font-size: 12px;
 color: #62666a;
}
.table_style {
 overflow: hidden;
 width: 100%;
 margin-bottom: 10px;
 border: 2px solid;
 border-radius: 5px;
 background: #fdf0f5;
}
.table_style.style1 {
 border-color: #f398bf;
}
.table_style.style2 {
 border-color: #91daf2;
}
.table_style table {
 width: 100%;
}
.table_style table th {
 width: 25%;
 padding: 5px 0 6px 8px;
 border-top: 2px solid;
 background: #fff;
}
.table_style table td {
 width: 75%;
 padding: 5px 0 6px 8px;
 border-top: 2px solid;
 font-weight: bold;
}
.table_style.style1 table th {
 color: #e52475;
 border-color: #f398bf;
}
.table_style.style1 table td {
 border-color: #f398bf;
 background: #fdf0f5;
 color: #e73b7f;
}
.table_style.style2 table th {
 color: #62666a;
 border-color: #91daf2;
}
.table_style.style2 table td {
 background: #e9f9ff;
 color: #008ee0;
 border-color: #91daf2;
}
.table_style .b_none {
 border-top: none;
}
.d_info_input {
 width: 100%;
}
.d_info_input ul {
 width: 100%;
 margin-bottom: 10px;
 border: 2px solid #91daf2;
 border-radius: 5px;
}
.d_info_input ul li {
 width: 100%;
 padding: 5px 3%;
 border-top: 2px solid #91daf2;
}
.d_info_input ul li.b_none {
 border-top: none;
}
.d_info_input ul li label {
 display: block;
 margin-bottom: 5px;
 font-weight: normal;
 color: #62666a;
}
.d_info_input ul li input,
.d_info_input ul li select {
 display: inline-block;
 height: 35px;
 padding-left: 8px;
 margin-bottom: 5px;
 -webkit-appearance: none;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
}
.d_info_input ul li select {
 background: #dadddf url("/static/_mobile/_img/charge/bg_select.jpg") no-repeat 95% 15px;
 background-size: 12px 6px;
 vertical-align: middle;
}
.d_info_input ul li select.size1 {
 width: 100%;
 color: #7d7d7d;
 background: #f8fafb;
}
.d_info_input ul li select.size2 {
 width: 23.6%;
 color: #7d7d7d;
 background: #f8fafb;
}
.d_info_input ul li input {
 background: #f8fafb;
}
.d_info_input ul li input.size1 {
 width: 100%;
}
.d_info_input ul li input.size2 {
 width: 32.2%;
}
.d_info_input ul li .hyphen {
 display: inline-block;
 width: 6%;
 font-size: 20px;
 text-align: center;
 color: #e0e0e0;
}
.modal-content .t_agree {
 float: left;
}
.modal-content .t_agree input[type="checkbox"] {
 display: none;
}
.modal-content .t_agree input[type="checkbox"] + .radio {
 position: relative;
 top: -2px;
 display: inline-block;
 width: 16px;
 height: 16px;
 margin: 0 3px 0 0;
 padding: 0;
 vertical-align: middle;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -153px -33px;
 background-size: 320px 416px;
}
.modal-content .t_agree input[type="checkbox"]:checked + .radio {
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -170px -30px;
 background-size: 320px 416px;
}
.modal-content .t_agree .txt {
 color: #616161;
 font-size: 13px;
 vertical-align: middle;
}
.modal-content .go_terms {
 float: right;
 border-bottom: 1px solid #24b6e5;
 font-size: 13px;
 color: #24b6e5;
}
.modal-content .btn_step {
 clear: both;
}
.btn_step {
 width: 100%;
 padding: 15px 0;
 text-align: center;
}
.btn_step span {
 display: inline-block;
 padding: 8px 0 7px 0;
 border: 1px solid;
 border-radius: 4px;
}
.btn_step .btn_step2 {
 width: 31%;
 max-width: 168px;
 margin-right: 4px;
 border-color: #518e00;
 background: #7bb61d;
 color: #fff;
}
.btn_step .btn_cancle {
 width: 23.5%;
 max-width: 125px;
 border-color: #a8a8a8;
 background: #dbdbdb;
}
.btn_step .btn_ok {
 width: 31%;
 max-width: 168px;
 margin-right: 4px;
 border-color: #218fc2;
 background: #29b6f6;
 color: #fff;
}
.attention {
 width: 100%;
 padding: 15px 20px;
 border-radius: 0 0 5px 5px;
 background: #e2e2e2;
}
.attention .tit,
.btn_bank .tit {
 margin-bottom: 6px;
 font-size: 13px;
}
.attention ul {
 font-size: 12px;
 color: #757879;
 letter-spacing: -1px;
}
.btn_bank {
 overflow: hidden;
 width: 100%;
 padding: 15px 20px;
 border-radius: 0 0 5px 5px;
 background: #e2e2e2;
}
.btn_bank > a {
 float: left;
 display: block;
 width: 23.5%;
 margin: 0 2% 10px 0;
}
.btn_bank > a.n_margin {
 margin-right: 0;
}
.btn_bank .btn {
 display: inline-block;
 overflow: hidden;
 width: 100%;
 padding: 0;
 margin: 0;
 border: 1px solid #66c1d9;
 border-radius: 4px;
 text-align: center;
 background: #fff;
}
.btn_bank .btn img {
 display: block;
 width: 100%;
}

/* 청소년검색결과 제외 */
.result_except {
 width: 94%;
 padding-bottom: 15px;
 margin: 20px auto 0 auto;
 border-bottom: 1px solid #d5d5d5;
 font-size: 13px;
}
.result_except p {
 margin-bottom: 5px;
}
.result_except .txt1 {
 font-size: 15px;
 color: #fb3c4a;
 font-weight: bold;
}
.result_except .txt2 {
 font-size: 12px;
 color: #757879;
 letter-spacing: -1px;
}
.result_except .txt3 {
 font-size: 12px;
 color: #29b6f6;
}
.result_except .txt3 b {
 border-bottom: 1px solid #29b6f6;
}
.result_except .go_join,
.result_except .go_adult {
 display: block;
 width: 269px;
 padding: 8px 0 7px 15px;
 margin: 10px 0;
 border: 1px solid;
 border-radius: 4px;
 color: #fff;
 font-weight: bold; /* text-align:center; */
}
.result_except .go_join {
 border-color: #71a23e;
 background: #a0d468;
}
.result_except .go_adult {
 border-color: #00a0cc;
 background: #24b6e5;
}

/* 1606 정액제 충전 */
.charge_banner.type3 {
 background: #645e44;
}
.fix_item {
 width: 100%;
 padding: 20px 0 0 0;
}
.fix_item h3 {
 padding-left: 17px;
 margin-bottom: 10px;
 font-size: 14px;
 color: #000;
 font-weight: bold;
 letter-spacing: -1px;
}
.fix_item h3 .s_txt {
 font-size: 12px;
 color: #818282;
 font-weight: normal;
}
.fix_item .item_list > li {
 margin-bottom: 10px;
 background: #fcfcfc;
}
.fix_item .item_name {
 position: relative;
 width: 100%;
 padding: 15px 0 10px 17px;
}
.fix_item .item_name p {
 font-size: 14px;
 color: #545656;
 font-weight: bold;
}
.fix_item .item_name p .o_txt {
 color: #ff8e04;
}
.fix_item .item_name .ico_best {
 position: absolute;
 top: 0;
 left: 0;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-color: #ff8e04 transparent transparent #ff8e04;
 border-width: 0px 30px 30px 30px;
}
.fix_item .item_name .ico_best span {
 position: absolute;
 top: 2px;
 left: -29px;
 display: block;
 width: 25px;
 color: #fff;
 font-size: 9px;
}
.fix_item .item_list > li ul {
 width: 100%;
 border-top: 1px solid #f0f0f0;
 border-bottom: 1px solid #d5d5d5;
 background: #fff;
}
.fix_item .item_list > li ul li {
 overflow: hidden;
 position: relative;
}
.fix_item .radio_area {
 position: absolute;
 top: 20px;
 left: 17px;
}
.fix_item .radio_area input[type="radio"] {
 display: none;
}
.fix_item .radio_area input[type="radio"] + span {
 cursor: pointer;
 display: block;
 float: left;
 width: 20px;
 height: 20px;
 margin-right: 5px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/charge/radio_o_off.png") no-repeat 0 0;
 background-size: 20px 20px;
}
.fix_item .radio_area input[type="radio"]:checked + span {
 background: url("/static/_mobile/_img/charge/radio_o_on.png") no-repeat 0 0;
 background-size: 20px 20px;
}
.fix_item .radio_area .txt {
 font-size: 13px;
}
.fix_item .sum_area {
 width: 78%;
 float: right;
 padding: 10px 20px;
 text-align: right;
}
.fix_item .sum_area.type1 {
 border-bottom: 1px solid #d5d5d5;
}
.fix_item .sum_area .p_style {
 font-size: 11px;
 color: #e7327e;
}
.fix_item .sum_area .d_sum {
 position: relative;
 display: inline-block;
 font-size: 10px;
 color: #c1c1c1;
}
.fix_item .sum_area .d_sum b {
 position: relative;
 top: 1px;
 font-size: 12px;
}
.fix_item .sum_area .d_sum span {
 display: block;
 position: absolute;
 top: 48%;
 width: 100%;
 border-top: 1px solid #000;
}
.fix_item .sum_area .sum {
 display: block;
 font-size: 12px;
 color: #f26100;
}
.fix_item .sum_area .sum span {
 position: relative;
 top: 2px;
 display: inline-block;
 font-size: 18px;
 line-height: 1.1em;
 color: #f26100;
 font-weight: bold;
}

/* 무통장입금 약관 */
.terms_bank {
 overflow-y: scroll;
 width: 94%;
 padding-right: 10px;
 height: 250px;
 margin: 15px auto 0 auto;
 color: #767676;
 font-size: 12px;
 letter-spacing: -1px;
 line-height: 20px;
}
.terms_bank h2 {
 margin-bottom: 5px;
 color: #24b6e5;
 font-size: 14px;
 font-weight: bold;
}
.terms_bank .t_bold {
 font-weight: bold;
}
.terms_bank .line {
 width: 100%;
 margin: 20px auto;
 border-top: 1px solid #e7e7e7;
}
.terms_bank p.type1 {
 padding-left: 12px;
}
.terms .b_line {
 width: 355px;
 margin-left: 22px;
 border-top: 1px solid #e7e7e7;
}

/* 판매자료실 */
.friend_btn {
 width: 100%;
 padding: 12px 0;
 text-align: center;
}
.friend_btn > span {
 display: inline-block;
 width: 90px;
 padding: 5px 0 4px 0;
 border: 1px solid;
 border-radius: 4px;
 color: #fff;
 font-size: 12px;
}
.friend_btn > span.like {
 margin-right: 8px;
 border-color: #7a7f85;
 background: #959aa1;
}
.friend_btn > span.add {
 border-color: #004ba3;
 background: #507bdb;
}
.friend_btn > span .ico {
 display: inline-block;
 position: relative;
 top: 1px;
 width: 11px;
 height: 11px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -280px 0;
 background-size: 320px 412px;
}
.seller_search {
 overflow: hidden;
 width: 100%;
 padding: 10px;
}
.seller_search .s_tit {
 float: left;
 color: #727272;
 font-weight: bold;
 font-size: 14px;
 line-height: 33px;
}
.seller_search .s_wrap {
 overflow: hidden;
 float: right;
 display: inline-block;
 width: 56.4%;
 height: 35px;
 border: 1px solid #c6c6c6;
 border-radius: 4px;
}
.seller_search .s_wrap input {
 display: inline-block;
 -webkit-appearance: none;
 border-radius: 0;
}
.seller_search .s_wrap input[type="search"] {
 width: 80%;
 height: 33px;
 border: none;
 font-size: 14px;
}
.seller_search .s_wrap input[type="button"] {
 width: 20%;
 height: 33px;
 border: none;
 vertical-align: top;
 background: #959aa1 url("/static/_mobile/_img/common/btn_ksearch.png") no-repeat center 2px;
 background-size: 31px 31px;
}
.modal-body.no-padding {
 padding: 0;
}
.freind_form div {
 width: 100%;
 padding: 10px 15px;
}
.freind_form .s_text {
 padding: 20px 15px;
 background: #ebecec;
}
.freind_form .name {
 display: inline-block;
 width: 20%;
 color: #303232;
 vertical-align: middle;
}
.freind_form .input_name {
 display: inline-block;
 width: 80%;
 padding: 8px 0 6px 8px;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
 background: #f8fafb;
 color: #303232;
 font-weight: bold;
}
.freind_form .input_text {
 display: block;
 width: 100%;
 height: 150px;
 margin-top: 5px;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
 background: #fff;
 resize: none;
}
.btn.btn-add {
 padding: 6px 10px 4px 10px;
 border-color: #218fc2;
 background: #29b6f6;
 color: #fff;
}
.btn.btn-cancle {
 padding: 6px 10px 4px 10px;
 border-color: #a8a8a8;
 background: #dbdbdb;
 color: #424242;
}

/* 친구관리 */
.friend_list ul li {
 overflow: hidden;
 width: 100%;
 padding: 10px 2% 8px 2%;
 border-bottom: 1px solid #d9d9d9;
 background: #fff;
}
.friend_list ul li.top {
 padding: 8px 2%;
 background: #f0f0f0;
}
.friend_list ul li.tit {
 overflow: hidden;
 position: relative;
 padding: 4px 2%;
 color: #bdbdbd;
 text-align: center;
 font-size: 12px;
}
.friend_list ul li.tit .area {
 float: left;
 width: 35px;
 height: 10px;
}
.friend_list ul li.tit p {
 float: left;
 width: 70%;
}
.friend_list ul li.tit .right {
 position: absolute;
 right: 2%;
 top: 4px;
}
.friend_list ul li > span {
 display: inline-block;
}
.friend_list ul li .check {
 float: left;
 position: relative;
 top: 6px;
 margin-right: 10px;
 vertical-align: middle;
}
.friend_list ul li .check input[type="checkbox"] {
 display: block;
 width: 25px;
 height: 23px;
 margin: 0;
 background: #f5f6f7;
}
.friend_list .seller_name {
 width: 60%;
 height: 35px;
}
.friend_list .seller_name span {
 display: inline-block;
}
.friend_list .seller_name .id {
 margin-bottom: 2px;
 font-size: 13px;
 font-weight: bold;
 color: #212121;
}
.friend_list .seller_name .text {
 overflow: hidden;
 width: 97%;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 11px;
}
.friend_list .btn_del,
.friend_list .btn_sellerroom,
.friend_list .btn_edit {
 float: right;
 position: relative;
 top: 4px;
 width: 50px;
 padding: 3px 0 2px 0;
 border: 1px solid;
 border-radius: 3px;
 color: #fff;
 text-align: center;
 font-size: 12px;
}
.friend_list .btn_del {
 border-color: #878c92;
 background: #61666c;
}
.friend_list .btn_sellerroom {
 border-color: #878c92;
 background: #959aa1;
}
.friend_list .btn_send_memo {
 display: inline-block;
 float: right;
 position: relative;
 top: 4px;
 width: 50px;
 padding: 3px 0 2px 0;
 margin-left: 3px;
 border: 1px solid #0070c9;
 border-radius: 3px;
 color: #fff;
 text-align: center;
 font-size: 12px;
 background: #1e88e5;
 letter-spacing: -1px;
}
.friend_list .btn_edit {
 border-color: #878c92;
 background: #959aa1;
 width: 62px;
}
.friend_list ul li.top .btn_del,
.friend_list ul li.top .btn_sellerroom {
 top: 0;
}
.friend_list ul li.top .check {
 top: 2px;
}
.friend_list .no_friend {
 text-align: center;
 font-size: 14px;
 letter-spacing: -1px;
}

/* 무료포인트 받으러가기 배너 */
.content_text_banner {
 position: relative;
 width: 100%;
 min-height: 33px;
 margin: 8px 0;
}
.f_point_banner {
 z-index: 1;
 position: relative;
 width: 100%;
 background: #ff2b9b;
 text-align: center;
}
.f_point_banner .b_inner {
 position: relative;
 display: inline-block;
 width: 100%;
 max-width: 640px;
}
.f_point_banner .b_inner span {
 display: block;
 position: absolute;
}
.f_point_banner .b_inner .go_point {
 top: 0;
 right: 0;
 width: 23.4%;
 height: 100%;
 cursor: pointer;
}
.f_point_banner .b_inner .fb_close {
 top: -77%;
 right: 2%;
 width: 7.8%;
 cursor: pointer;
}

/* 카카오톡 친구추가이벤트 */
.e_con.kakaofriend {
 width: 100%;
 height: 100%;
 background: #f4c800;
}
.kakao_wrap {
 position: relative;
 width: 100%;
 max-width: 640px;
 height: 100%;
 padding: 7.8% 3% 0 3%; /* max-padding-top:60px; */
 margin: 0 auto;
 background: url("/static/_mobile/_img/event/bg_kakaofriend1608.png") no-repeat 0 0;
 background-size: 100% auto;
}
.kakao_wrap .top {
 width: 100%;
 margin-bottom: 1.3%;
 border: none;
}
.kakao_wrap .join_bonus {
 float: left;
 width: 48.1%;
 height: 100%;
 max-height: 278px;
 padding: 9.8% 0 5.5% 0;
 margin-right: 3.7%;
 background: url("/static/_mobile/_img/event/bg_kakaoarea1608_1.png") no-repeat 0 0;
 background-size: 100% auto;
}
.kakao_wrap .join_bonus h4 {
 display: none;
}
.kakao_wrap .join_bonus ul li {
 width: 74.1%;
 margin: 0 auto;
}
.kakao_wrap .join_bonus ul .space {
 padding-bottom: 8.3%;
}
.kakao_wrap .misson_bonus {
 overflow: hidden;
 float: left;
 width: 48.1%; /* height:100%; */
 max-height: 278px;
 padding: 8.4% 0 /* 1 */ 3.4% 0;
 background: url("/static/_mobile/_img/event/bg_kakaoarea1608_2.png") no-repeat 0 0;
 background-size: 100% auto;
}
.kakao_wrap .misson_bonus ul li {
 position: relative;
 width: 83%;
 margin: 0 auto;
 padding: 5% 0 13% 0;
}
.kakao_wrap .misson_bonus ul li p {
 display: none;
}
.kakao_wrap .misson_bonus ul li .clear {
 position: absolute;
 display: block;
 top: 9%;
 opacity: 0.95;
 display: none;
}
.kakao_wrap .misson_bonus ul li.active .clear {
 display: block;
}
.kakao_wrap .t_explain_wrap {
 clear: both;
 position: relative;
 width: 100%;
 max-height: 263px;
 padding: 30px 0 42.5% 0;
 margin-bottom: 5%;
}
.kakao_wrap .t_explain {
 position: absolute;
 width: 100%;
 max-width: 640px;
 top: -37%;
}
.kakao_wrap .t_explain img {
 display: block;
 width: 100%;
}
.now_friend_num {
 position: relative;
 width: 100%;
 padding: 0 0 21.9% 0;
 border-radius: 15%;
 background: url("/static/_mobile/_img/event/bg_kakaograph.png") no-repeat 0 0;
 background-size: 98% 80%;
}
.now_friend_num .tit {
 z-index: 9;
 position: absolute;
 left: 5.5%;
 top: -34.5%;
 width: 89.8%;
 height: 60%;
 background: url("/static/_mobile/_img/event/bg_graphtit.png") no-repeat 0 0;
 text-indent: -9999px;
 background-size: 100% auto;
}
.now_friend_num .tit .n_txt {
 position: absolute;
 right: 27.5%;
 top: 11.5%;
 display: block;
 font-size: 28px;
 line-height: 1em;
 font-weight: bold;
 color: #fffc00;
 text-indent: 0;
 font-family: "NanumGothic", 나눔고딕, sans-serif;
}
.now_friend_num .friend_graph_wrap {
 z-index: 7;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: url("/static/_mobile/_img/event/kakao_grapharea.png") no-repeat 0 0;
 background-size: 100% auto;
}
.now_friend_num .graph_area {
 z-index: 6;
 position: absolute;
 top: 51%;
 left: 6%;
 display: block;
 width: 88%;
 height: 14%;
}
.now_friend_num .graph_bar {
 z-index: 5;
 position: absolute;
 top: 0;
 display: block;
 width: 100%;
 height: 100%;
}
.now_friend_num .graph_bar .bar_area {
 z-index: 6;
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 0%;
 height: 100%;
 border-right: 3px solid #000;
}
.now_friend_num .graph_bar.person5 {
 z-index: 4;
 left: 0;
 width: 8.5%;
}
.now_friend_num .graph_bar.person15 {
 z-index: 3;
 left: 8.5%;
 width: 18.9%;
}
.now_friend_num .graph_bar.person30 {
 z-index: 2;
 left: 27.4%;
 width: 27.9%;
}
.now_friend_num .graph_bar.person70 {
 z-index: 1;
 left: 55.3%;
 width: 44%;
}
.now_friend_num .graph_bar.person5 .bar_area {
 background: #afeb13;
}
.now_friend_num .graph_bar.person15 .bar_area {
 background: #009bec;
}
.now_friend_num .graph_bar.person30 .bar_area {
 background: #ae67eb;
}
.now_friend_num .graph_bar.person70 .bar_area {
 background: #f52d75;
 border-right: none;
}
.now_friend_num .circle {
 z-index: 10;
 position: absolute;
 top: 47.5%;
 display: block;
 width: 4.2%;
 height: 19.8%;
 background: url("/static/_mobile/_img/event/kakao_num_off.png") no-repeat 0 0;
 background-size: 100% auto;
}
.now_friend_num .circle.active {
 background: url("/static/_mobile/_img/event/kakao_num_on.png") no-repeat 0 0;
 background-size: 100% auto;
}
.now_friend_num .circle.person5 {
 left: 11.3%;
}
.now_friend_num .circle.person15 {
 left: 27.8%;
}
.now_friend_num .circle.person30 {
 left: 51.8%;
}
.now_friend_num .circle.person70 {
 left: 90%;
}
.now_friend_num .now_num {
 z-index: 15;
 position: absolute;
 left: 2%;
 top: 21%;
 display: block;
 width: 9.5%;
 height: 34%;
 background: url("/static/_mobile/_img/event/now_num.png") no-repeat 0 0;
 background-size: 100% auto;
}
.now_friend_num .now_num .n_txt {
 position: absolute;
 top: 17.8%;
 right: 52%;
 display: block;
 text-align: center;
 font-size: 16px;
 line-height: 1.1em;
 font-weight: bold;
 color: #000;
 letter-spacing: -1px;
 font-family: "NanumGothic", 나눔고딕, sans-serif;
}
.now_friend_num p.txt {
 display: none;
}
.kakao_wrap .btn_kakao {
 display: block;
 width: 83%;
 margin: 3% auto 5% auto;
 cursor: pointer;
}
.kakao_wrap .btn_kakao:active {
 opacity: 0.8;
}
.e_con.kakaofriend .btm {
 padding: 0;
 background: #45282a;
}
.e_con.kakaofriend .btm img {
 display: block;
 max-width: 640px;
 margin: 0 auto;
}

/* 카카오톡 팝업 */
.kakaofriend1608 {
 position: relative;
 width: 92%;
 height: 100%;
 margin: 0 auto;
 border-radius: 9px;
}
.kakaofriend1608 > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.kakaofriend1608 .btn_kakaofriend1608 {
 position: absolute;
 top: 80.5%;
 display: block;
 left: 12.5%;
 width: 75%;
 height: 8.7%;
 cursor: pointer;
}
.kakaofriend1608 .btn_e_close {
 position: absolute;
 bottom: 0;
 display: block;
 width: 100%;
 height: 7.7%;
 cursor: pointer;
}
.kakaofriend1608 .btn_close.kakao {
 top: 2.5%;
 right: 0;
 width: 7.5%;
 height: 6.5%;
 background: none;
}

/* 앱이벤트 팝업 */
.app_event1608 {
 position: relative;
 width: 92%;
 height: 100%;
 margin: 0 auto;
 border-radius: 9px;
}
.app_event1608 > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.app_event1608 .btn_app_event1608 {
 position: absolute;
 top: 72.2%;
 display: block;
 left: 9%;
 width: 81.3%;
 height: 11%;
 cursor: pointer;
}
.app_event1608 .btn_e_close {
 position: absolute;
 bottom: 0;
 display: block;
 width: 100%;
 height: 10%;
 cursor: pointer;
}

/* 로그인플러스 휴대폰간편로그인 배너 추가 */
.login_ad {
 width: 100%;
 padding-bottom: 15px;
}
.login_ad .login_ad_banner {
 width: 100%;
 height: 35px;
 background: url("/static/_mobile/_img/login/login_ad_2207_m.png") no-repeat 50% 50% #f8fafb;
 border: 1px solid #ddd;
 border-radius: 4px;
 cursor: pointer;
}

/* 로그인 / 회원가입 sns 추가 */
.new_login_wrap {
 width: 100%;
 margin: 0 auto;
 background: #fff;
}
.new_login_wrap .top {
 position: relative;
 width: 100%;
 max-width: 640px;
 padding: 25px 6.7%;
 margin: 0 auto;
}
.new_login_wrap .top.type1 {
 padding-top: 8px;
 padding-bottom: 8px;
}
.new_login_wrap .line_style {
 padding-bottom: 10px;
}
.new_login_wrap .input_style {
 display: inline-block;
 height: 36px;
 vertical-align: top;
 padding-left: 8px;
 letter-spacing: -0.5px;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
 background: #f8fafb;
 font-size: 14px;
}
.new_login_wrap .input_style.type1 {
 width: 50.5%;
}
.new_login_wrap .input_style.type2 {
 width: 100%;
}
.new_login_wrap .center {
 display: inline-block;
 width: 5%;
 text-align: center;
}
.new_login_wrap .select_style {
 display: inline-block;
 width: 44.5%;
 height: 36px;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
 background: #f8fafb;
 font-size: 14px;
}
.new_login_wrap .select_style.type1 {
 border: none;
}
.new_login_wrap .check_login {
 margin-top: 10px;
 margin-bottom: 12px;
 float: left;
}
.new_login_wrap .check_login label {
 font-size: 12px;
 font-weight: normal;
 color: #929292;
 letter-spacing: -0.5px;
}
.new_login_wrap .find_pw {
 margin-top: 10px;
 float: right;
 font-size: 12px;
 font-weight: normal;
 color: #616161;
 letter-spacing: -0.5px;
}
.new_login_wrap .checkbox {
 display: inline-block; /* position:relative;top:1px; */
 vertical-align: top;
 width: 16px;
 height: 16px;
 margin: 0 3px 0 0;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat -90px -25px;
 background-size: 140px 100px;
 appearance: none;
 -webkit-appearance: none;
 border: none;
 padding: 0;
}
.new_login_wrap .checkbox:checked {
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat -107px -25px;
 background-size: 140px 100px;
}
.new_login_wrap .btn_n_login {
 position: relative;
 clear: both;
 display: block;
 width: 100%;
 height: 35px;
 margin: 15px auto;
 border: 1px solid #00aad9;
 border-radius: 4px;
 background: #24b6e5;
}
.new_login_wrap .btn_n_login .ico_area {
 display: inline-block;
 width: 13.4%;
 height: 100%;
 border-right: 1px solid #20a3ce;
 text-align: center;
}
.new_login_wrap .btn_n_login .ico_area .ico {
 position: relative;
 top: 6px;
 display: inline-block;
 width: 25px;
 height: 22px;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat 0 0;
 background-size: 140px 100px;
}
.new_login_wrap .btn_n_login .txt {
 display: inline-block;
 padding-left: 2%;
 color: #fff;
 font-size: 13px;
 letter-spacing: -0.5px;
 font-weight: bold;
 white-space: nowrap;
}
.new_login_wrap .btn_n_login .bg {
 position: absolute;
 right: 10px;
 top: 12px;
 display: inline-block;
 width: 6px;
 height: 11px;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat -45px 0;
 background-size: 140px 100px;
}
.sns_login_wrap {
 width: 100%;
 padding: 15px 0 0 0;
 border-top: 1px solid #d1d1d1;
}
.sns_login_wrap > p {
 margin-bottom: 10px;
 color: #212121;
 font-weight: bold;
 font-size: 12px;
 letter-spacing: -0.5px;
}

.sns_login_wrap .sns_login_btn {
    overflow: hidden;
   }
   .sns_login_wrap .sns_btn {
    display: block;
    float: left;
    width: 32%;
    height: 35px;
    margin-right: 2%;
    border: 1px solid;
    border-radius: 4px;
 padding-left: 5px !important;

   }


/* ! 2024.06 광고도메인 페북 로그인 제외 */
/* 2024.07.24 애플로그인 추가 */
.sns_login_wrap .sns_login_btn.ad_domain {
 overflow: hidden;
 display: flex;
gap: 1.3%;
width: 100%;
}
.sns_login_btn.ad_domain .sns_btn {
 float: none;
 margin: 0 !important;
 width: auto;
 flex: 1;
 height: 35px;
 border: 1px solid;
 border-radius: 4px;
 box-sizing: border-box;
}


.sns_login_wrap .sns_btn.facebook {
 border-color: #0a5de5;
 background: #0866ff;
}
.sns_login_wrap .sns_btn.kakao {

 border-color: #e0c900;
 background: #ffc321;
}
.sns_login_wrap .sns_btn.naver {

 margin: 0;
 border-color: #00aa1d;
 background: #00c63b;
}

.sns_login_wrap .sns_btn.apple {

    margin: 0;
    border-color: #000;
    background: #FFF;
   }



/* .sns_login_wrap .sns_btn .ico {
 position: relative;
 display: inline-block;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat;
 background-size: 140px 100px;
 vertical-align: middle;
} */
.sns_login_wrap .sns_btn .ico {
    position: relative;
    display: inline-block;
    background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat;
    background-size: 140px 100px;
    vertical-align: middle;
    box-sizing: border-box;
    top: 6px;
   }
/* .sns_login_wrap .sns_btn.facebook .ico {
 top: 5px;
 width: 11px;
 height: 23px;
 background-position: 0 -25px;
} */
.sns_login_wrap .sns_btn.facebook .ico{
    width: 20px;
    height: 20px;
    background: url("/static/_mobile/_img/login/logo_facebook_white.svg")no-repeat center center !important;
    background-size: 100%;
}
.sns_login_wrap .sns_btn.kakao .ico {
 width: 21px;
 height: 19px;
 background-position: -20px -25px;
 top:7px;
}
.sns_login_wrap .sns_btn.naver .ico {
 width: 20px;
 height: 18px;
 background-position: -45px -25px;
 top:8px;
}

.sns_login_wrap .sns_btn.apple .ico{
    width: 20px;
    height: 20px;
    background: url("/static/_mobile/_img/login/logo_apple_black.svg")no-repeat center center !important;
    background-size: 100%;
}

.sns_login_wrap .sns_btn .type {
 position: relative;
 top: 9px;
 display: inline-block;
 width: 60%;
 font-size: 12px;
 color: #fff;
 font-weight: bold;
 text-align: center;
 letter-spacing: -0.5px;
}
.sns_login_wrap .sns_btn.apple .type{
color: #000;
}
.go_join {
 width: 100%;
 border-top: 1px solid #d1d1d1;
 border-bottom: 1px solid #d1d1d1;
 background: #f4f4f4;
}
.go_join.type1 {
 background: #fff;
}
.go_join .inner,
.new_login_wrap .btm {
 width: 100%;
 max-width: 640px;
 padding: 15px 6.7%;
 margin: 0 auto;
}
.go_join .inner p {
 margin-bottom: 7px;
 font-size: 12px;
 color: #7cb342;
 letter-spacing: -0.5px;
}
.go_join .inner p.tit {
 margin-bottom: 4px;
 font-size: 13px;
 color: #212121;
 font-weight: bold;
}
.go_join .inner p.txt {
 margin-bottom: 12px;
 color: #757575;
}
.new_login_wrap .btn_n_join {
 position: relative;
 clear: both;
 display: block;
 width: 100%;
 height: 35px;
 margin: 0 auto;
 border: 1px solid #8dbe58;
 border-radius: 4px;
 background: #a0d468;
}
.new_login_wrap .btn_n_join.type1 {
 margin-top: 10px;
}
.new_login_wrap .btn_n_join .ico_area {
 display: inline-block;
 width: 13.4%;
 height: 100%;
 border-right: 1px solid #90be5d;
 text-align: center;
}
.new_login_wrap .btn_n_join .ico_area .ico {
 position: relative;
 top: 6px;
 display: inline-block;
 width: 25px;
 height: 22px;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat 0 0;
 background-size: 140px 100px;
}
.new_login_wrap .btn_n_join .txt {
 display: inline-block;
 padding-left: 2%;
 color: #fff;
 font-size: 13px;
 letter-spacing: -0.5px;
 font-weight: bold;
}
.new_login_wrap .btn_n_join .bg {
 position: absolute;
 right: 10px;
 top: 12px;
 display: inline-block;
 width: 6px;
 height: 11px;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat -45px 0;
 background-size: 140px 100px;
}
.new_login_wrap .btm {
 font-size: 12px;
 letter-spacing: -0.5px;
}
.new_login_wrap .btm .ex_txt {
 margin-bottom: 7px;
 color: #24b6e5;
}
.new_login_wrap .btm ul li {
 margin-bottom: 7px;
}
.new_login_wrap .btm ul li:last-child {
 margin-bottom: 0;
}
.new_login_wrap .btm ul li span {
 line-height: 1.4em;
}
.new_login_wrap .btm ul li span b {
 color: #212121;
}
.new_login_wrap .btm ul li span.text {
 color: #757575;
}
.new_login_wrap .btm ul li span.text span {
 color: #c9c9c9;
}
.filecast_merit {
 width: 100%;
 background: #f3f7fa;
}
.filecast_merit .inner {
 width: 100%;
 max-width: 640px;
 padding: 15px 6.7%;
 margin: 0 auto;
}
.filecast_merit ul li {
 overflow: hidden;
 height: 45px;
}
.filecast_merit ul li .img {
 position: relative;
 top: 4px;
 display: inline-block;
 float: left;
 width: 39px;
 height: 39px;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat;
 background-size: 140px 100px;
 vertical-align: middle;
}
.filecast_merit ul li.type1 .img {
 background-position: 0 -50px;
}
.filecast_merit ul li.type2 .img {
 background-position: -45px -50px;
}
.filecast_merit ul li.type3 .img {
 background-position: -90px -50px;
}
.filecast_merit ul li .txt {
 display: inline-block;
 width: 80%;
 float: right;
 line-height: 44px;
 border-bottom: 1px solid #d7d7d7;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: -1px;
}
.filecast_merit ul li .txt .txt_red {
 color: #e52475;
}
.sns_join {
 width: 100%;
 max-width: 640px;
 padding: 15px 6.7%;
 margin: 0 auto;
}
.sns_join p {
 letter-spacing: -0.5px;
}
.sns_join p.tit {
 margin-bottom: 4px;
 font-size: 13px;
 color: #212121;
 font-weight: bold;
}
.sns_join p.txt {
 margin-bottom: 12px;
 font-size: 12px;
 color: #757575;
}
.sns_join ul li {
 position: relative;
 clear: both;
 display: block;
 width: 100%;
 height: 35px;
 margin-bottom: 10px;
 border: 1px solid;
 border-radius: 4px;
}
.sns_join ul li.facebook {
 border-color: #1d427d;
 background: #3b5997;
}
.sns_join ul li.kakao {
 border-color: #e0c900;
 background: #ffc321;
}
.sns_join ul li.naver {
 border-color: #00aa1d;
 background: #00c63b;
}
.sns_join ul li .ico_area {
 position: relative;
 top: -1px;
 display: inline-block;
 width: 13.4%;
 height: 33px;
 border-right: 1px solid;
 text-align: center;
}
.sns_join ul li.facebook .ico_area {
 border-color: #1d427d;
}
.sns_join ul li.kakao .ico_area {
 border-color: #e0c900;
}
.sns_join ul li.naver .ico_area {
 border-color: #00aa1d;
}
.sns_join ul li .ico {
 position: relative;
 display: inline-block;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat;
 background-size: 140px 100px;
 vertical-align: middle;
}
.sns_join ul li.facebook .ico {
 top: 6px;
 width: 11px;
 height: 23px;
 background-position: 0 -25px;
}
.sns_join ul li.kakao .ico {
 top: 7px;
 width: 21px;
 height: 19px;
 background-position: -20px -25px;
}
.sns_join ul li.naver .ico {
 top: 7px;
 width: 20px;
 height: 18px;
 background-position: -45px -25px;
}
.sns_join ul li .txt {
 position: relative;
 top: 8px;
 display: inline-block;
 padding-left: 2%;
 color: #fff;
 font-size: 13px;
 letter-spacing: -0.5px;
 font-weight: bold;
}
.sns_join ul li .bg {
 position: absolute;
 right: 10px;
 top: 12px;
 display: inline-block;
 width: 6px;
 height: 11px;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat -45px 0;
 background-size: 140px 100px;
}
.new_login_wrap .top_banner {
 width: 100%;
 background: #081029;
}
.new_login_wrap .top_banner img {
 display: block;
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.new_login_wrap .new_join_txt {
 padding-top: 10px;
 text-align: center;
 font-size: 13px;
 color: #e52475;
 font-weight: bold;
}
.new_login_wrap .coupon_txt {
 margin: 6px 0 10px 0;
 font-size: 11px;
 color: #757575;
 letter-spacing: -0.5px;
}
.new_login_wrap .agree_area {
 width: 100%;
 border-top: 1px solid #d1d1d1;
 border-bottom: 1px solid #d1d1d1;
 background: #f4f4f4;
}
.new_login_wrap .agree_area .border_top {
 display: block;
 width: 100%;
 border-top: 1px solid #fff;
}
.new_login_wrap .agree_area .agree {
 width: 100%;
 max-width: 640px;
 padding: 10px 6.7%;
 margin: 0 auto;
}
.new_login_wrap .agree_area .agree label {
 font-weight: normal;
 font-size: 12px;
 color: #8e8e8e;
}
.new_login_wrap .agree_area .agree label span {
 display: inline-block;
 width: auto;
 position: relative;
 color: #24b6e5;
 font-weight: bold;
}
.new_login_wrap .agree_area .agree label span .line {
 position: absolute;
 top: 16px;
 display: block;
 width: 100%;
 border-bottom: 1px solid #24b6e5;
}
.new_login_wrap .agree_area .age_join {
 width: 100%;
 max-width: 640px;
 padding: 0 6.7% 10px;
 margin: 0 auto;
}
.new_login_wrap .agree_area .age_join label {
 font-weight: normal;
 font-size: 12px;
 color: #8e8e8e;
}
.new_login_wrap .sns_login_wrap.type1 {
 width: 100%;
 max-width: 640px;
 padding: 5px 6.7% 25px 6.7%;
 margin: 0 auto;
 border: none;
}

/* 72시간 이용권 페이지 */
.day3_wrap {
 position: relative;
 width: 100%;
 max-width: 640px;
 height: 100%;
 margin: 20px auto;
 padding: 0 2%;
 text-align: center;
}
.day3_wrap img {
 display: inline-block;
 width: 100%;
 max-width: 640px;
}
.day3_wrap .btn_day3Coupon {
 position: absolute;
 top: 79.1%;
 left: 14.5%;
 display: block;
 margin: 0 auto;
 width: 69.8%;
 height: 8.3%;
 text-indent: -9999px;
 cursor: pointer;
}
.day3_wrap .page_close {
 position: absolute;
 top: 4.1%;
 right: 6.6%;
 display: block;
 width: 6.8%;
 height: 5.3%;
 cursor: pointer;
}
.day3_wrap .btn_never_open {
 position: absolute;
 bottom: 0;
 display: block;
 width: 95.5%;
 height: 7%;
 text-indent: -9999px;
 cursor: pointer;
}

/* 판매자 1612 */
.e_con.seller1612 {
 width: 100%;
}
.e_con.seller1612 > .top {
 width: 100%;
 padding: 0;
 text-align: center;
 background: #3c1257;
}
.e_con.seller1612 > .top img {
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.seller1612 .my_rank {
 width: 100%;
}
.seller1612 .my_rank img {
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.seller1612 .category_rank {
 width: 100%;
}
.seller1612 .category_rank .inner {
 position: relative;
 width: 100%;
 height: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.seller1612 .category_rank .inner img {
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.seller1612 .category_rank .now_time {
 position: absolute;
 top: 3.1%;
 right: 10.8%;
 text-align: right;
 letter-spacing: -0.5px;
}
.seller1612 .category_rank .now_time .date {
 color: #f4c800;
 font-size: 12px;
 line-height: 14px;
}
.seller1612 .category_rank .now_time .date span {
 font-size: 11px;
}
.seller1612 .category_rank .now_time p {
 width: 100%;
 text-align: right;
 color: #918fff;
}
.seller1612 .category_rank .cate_rank {
 position: absolute;
 top: 7.8%;
 width: 41.6%;
 height: 29.3%; /* border:1px solid red; */
}
.seller1612 .cate_rank h4 {
 display: block;
 width: 100%;
 height: 9.7%;
 text-indent: -9999px;
}
.seller1612 .cate_rank.type1 {
 left: 6.2%;
}
.seller1612 .cate_rank.type3 {
 left: 6.2%;
 top: 38.2%;
}
.seller1612 .cate_rank.type5 {
 left: 6.2%;
 top: 68.8%;
}
.seller1612 .cate_rank.type2 {
 left: 51.2%;
}
.seller1612 .cate_rank.type4 {
 left: 51.2%;
 top: 38.2%;
}
.seller1612 .cate_rank.type6 {
 left: 51.2%;
 top: 68.8%;
}
.seller1612 .cate_rank .rank_list {
 height: 89.6%;
}
.seller1612 .cate_rank .rank_list ul {
 overflow: hidden;
 width: 100%;
 height: 81.7%;
 padding: 2% 0;
}
.seller1612 .cate_rank .rank_list ul li {
 float: left;
 width: 100%;
 height: 9%;
 font-size: 12px;
 display: table;
}
.seller1612 .cate_rank .rank_list ul li.top {
 border: none;
 padding: 0;
}
.seller1612 .cate_rank .rank_list ul li div {
 float: left;
 display: table-cell;
}
.seller1612 .cate_rank .rank_list ul li.tit div {
 padding: 1.5% 0;
 color: #b1b1b1;
 font-size: 10px;
 vertical-align: middle;
}
.seller1612 .cate_rank .rank_list ul li.tit div.style3 {
 padding-right: 10%;
}
.seller1612 .cate_rank .my_score {
 position: relative;
 width: 100%;
 height: 18.4%;
 text-align: center;
}
.seller1612 .cate_rank .my_score p {
 padding: 5px 0 0 0;
 font-size: 12px;
}
.seller1612 .cate_rank .my_score .no_seller {
 position: absolute;
 top: 50%;
 width: 100%;
 margin-top: -7px;
 text-align: center;
 color: #ff4d10;
 letter-spacing: -1px;
}
.seller1612 .cate_rank .my_score p span {
 font-size: 14px;
}
.seller1612 .cate_rank .my_score p span,
.seller1612 .cate_rank .my_score .id {
 color: #ff4d10;
}
.seller1612 .cate_rank .my_score > span {
 display: inline-block;
 font-size: 12px;
}
.seller1612 .cate_rank .my_score .slash {
 margin: 0 5px;
 color: #ffc21f;
}
.cate_rank .rank_list ul li div.style1 {
 width: 20.5%;
 color: #a1a1b9;
 text-align: center;
}
.cate_rank .rank_list ul li div.style2 {
 width: 43.9%;
 color: #ff4c0f;
}
.cate_rank .rank_list ul li div.style2 span {
 overflow: hidden;
 display: block;
 width: 95%;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.cate_rank .rank_list ul li div.style3 {
 width: 35.5%;
 padding-right: 10%;
 color: #191774;
 text-align: right;
}
.seller1612 .btn_area {
 width: 100%;
 padding: 40px 0 60px 0;
 text-align: center;
}
.seller1612 .btn_area span {
 display: inline-block;
 width: 43.7%;
 max-width: 282px;
 cursor: pointer;
}
.seller1612 .btn_area .btn_seller1612.type1 {
 margin-right: 3%;
}
.seller1612 .btm {
 width: 100%;
 background: #4d4c57;
}
.seller1612 .btm ol {
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
 padding: 15px 2%;
 background: #4d4c57;
}

/* 쪽지 */
.memo_wrap {
 width: 100%;
 padding: 12px 0;
}
.memo_wrap h3 {
 padding: 0 0 5px 10px;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: -1px;
}
.memo_wrap h3 span {
 color: #29b6f6;
}
.memo_wrap .text_memo {
 padding-left: 10px;
 font-size: 11px;
}
.memo_btn_wrap {
 width: 100%;
 padding: 18px 0;
 text-align: center;
}
.memo_btn_wrap .memo_btn {
 display: inline-block;
 margin-right: 8px;
 padding: 4px 0;
 border: 1px solid;
 border-radius: 4px;
 text-align: center;
 color: #fff;
 font-size: 15px;
 letter-spacing: -1px;
}
.memo_btn_wrap .memo_btn.all {
 width: 73px;
 border-color: #afb4ba;
 background: #959aa1;
}
.memo_btn_wrap .memo_btn.delete {
 width: 65px;
 border-color: #4a4e54;
 background: #33373d;
}
.memo_btn_wrap .memo_btn.send_memo {
 width: 90px;
 margin-right: 0;
 border-color: #afb4ba;
 background: #2087e6;
}
.memo_list ul,
.memo_list ul li {
 width: 100%;
}
.memo_list ul li {
 margin-bottom: 6px;
 border-bottom: 1px solid #d5d5d5;
}
.memo_list ul li.no_memo {
 border: none;
 text-align: center;
 font-size: 14px;
 padding: 10px 0;
}
.memo_list .tit_wrap {
 overflow: hidden;
 width: 100%;
}
.memo_list .tit_wrap .check {
 float: left;
 width: 10%;
 height: 65px;
 background: #ebebeb;
}
.memo_list .tit_wrap .check span {
 display: block;
 width: 18px;
 height: 15px;
 margin: 27px auto;
 background: url("/static/_mobile/_img/common/check_out.gif") no-repeat 0 0;
 background-size: auto 15px;
}
.memo_list ul li.active .tit_wrap .check {
 background: #d7f3ff;
}
.memo_list ul li.active .tit_wrap .check span {
 background: url("/static/_mobile/_img/common/check_on.gif") no-repeat 0 0;
 background-size: auto 15px;
}
.memo_list ul li.active .check_btm {
 background: #d7f3ff;
}
.memo_list .right {
 float: left;
 width: 90%;
 height: 65px;
 padding: 10px 0 10px 10px;
 background: #fff;
}
.memo_list .right .tit {
 overflow: hidden;
 width: 90%;
 margin-bottom: 8px;
 font-size: 15px;
 letter-spacing: -0.8px;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.memo_list .right .info {
 overflow: hidden;
}
.memo_list .right .info span {
 display: block;
 font-size: 12px;
 color: #616161;
}
.memo_list .right .info .name {
 float: left;
}
.memo_list .right .info .date {
 float: right;
 margin-right: 10px;
}
.memo_list ul li.on .tit,
.memo_list ul li.on .right .info .name {
 color: #29b6f6;
}
.memo_list ul li.on .memo_area {
 display: table;
}
.memo_area {
 overflow: hidden;
 width: 100%;
 display: table;
 display: none;
}
.memo_area > div {
 display: table-cell;
}
.memo_area .check_btm {
 display: table-cell;
 width: 10%;
 background: #ebebeb;
}
.memo_area .memo_content_wrap {
 display: table-cell;
 width: 90%;
 padding: 5px 0 0 0;
 background: #fff;
}
.memo_area .memo_content {
 width: 100%;
 padding: 15px 10px;
 font-size: 12px;
 line-height: 20px;
 letter-spacing: -0.5px;
 color: #797979;
}
.memo_area .memo_control {
 width: 100%;
}
.memo_area .memo_control .m_button {
 display: block;
 float: left;
 height: 32px;
 line-height: 32px;
 text-align: center;
 color: #fff;
 font-size: 14px;
 letter-spacing: -1px;
}
.memo_area .memo_control .m_button.memo_close {
 width: 70%;
 background: #959aa1;
}
.memo_area .memo_control .m_button.send {
 width: 30%;
 background: #2087e6;
}
.memo_area .memo_control .m_button .txt span {
 font-size: 11px;
}
.memo_area .memo_control .m_button .ico {
 display: inline-block; /* position:relative;top:6px; */
 width: 11px;
 height: 6px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/bg_reply_04.gif") no-repeat 0 0;
 background-size: 11px 6px;
 vertical-align: middle;
}
.memo_wrap .new_pagnation {
 background: #f7f7f7;
}
.memo_modal {
 width: 100%;
 padding: 15px 5% 5px 5%;
}
.memo_modal .tit {
 display: block;
 margin-bottom: 8px;
 font-size: 12px;
}
.memo_modal .input_style {
 display: block;
 width: 100%;
 margin-bottom: 10px;
 padding: 3px 0 3px 10px;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
 background: #f8fafb;
 font-size: 14px;
}
.memo_modal .input_style.type1 {
 resize: none;
 height: 200px;
 margin-bottom: 0;
}

/* 100원 정액제 결제팝업 */
.fix_100_popup {
 overflow: hidden;
 width: 92%;
 max-width: 640px;
 margin: 0 auto;
 border-radius: 9px;
 background: #fff;
}
.fix_100_popup h1 {
 padding: 14px 0 12px 13px;
 color: #fff;
 background: #252627;
 font-size: 14px;
}
.fix_100_popup .top_img img {
 width: 100%;
}
.fix_100_popup .fix100_content {
 width: 100%;
 padding: 15px 4.9%;
}
.fix_100_popup .fix100_content > p {
 font-size: 15px;
 font-weight: bold;
}
.fix_100_popup .fix100_content > p span {
 color: #e40177;
}
.fix_100_popup .fix100_content > ol {
 margin-bottom: 20px;
 color: #000;
 line-height: 20px;
 font-size: 13px;
 letter-spacing: -1px;
}
.fix_100_popup .fix100_content > ol li span {
 display: inline-block;
 margin-left: 12px;
}
.fix_100_popup .sum_area {
 overflow: hidden;
 width: 100%;
 border-top: 3px solid #000;
 border-bottom: 3px solid #000;
}
.fix_100_popup .sum_area .left {
 float: left;
 width: 64.8%;
}
.fix_100_popup .sum_area .left ul li {
 width: 100%;
 padding: 8px 10px 7px 10px;
 border-bottom: 1px solid #d3e2e8;
 background: #e8f0f3;
 font-size: 14px;
 color: #757879;
 letter-spacing: -0.5px;
}
.fix_100_popup .sum_area .left ul li.bg {
 background: #f0f5f7;
}
.fix_100_popup .sum_area .left ul li .num {
 float: right;
 color: #252627;
}
.fix_100_popup .sum_area .left ul li .num.color b {
 color: #e40177;
}
.fix_100_popup .sum_area .right {
 float: right;
 width: 35.2%;
 height: 108px;
 background: #252627;
}
.fix_100_popup .sum_area .right .btn_pay {
 display: block;
 width: 85.1%;
 padding: 26px 0 24px 0;
 margin: 15px auto;
 border: 1px solid #e40177;
 border-radius: 3px;
 letter-spacing: -1px;
 text-align: center;
 background: #fff;
 color: #e40177;
 font-weight: bold;
 font-size: 14px;
}
.fix_100_popup .sum_area .right .btn_pay:hover {
 opacity: 0.7;
 text-decoration: none;
}
.fix_100_popup .sum_area .c_txt {
 clear: both;
 padding: 10px 0;
 text-align: center;
}
.fix_100_popup .sum_area .c_txt .txt {
 color: #757879;
 font-size: 12px;
 line-height: 20px;
}
.fix_100_popup .sum_area .c_txt input[type="checkbox"] {
 display: inline-block; /* position:relative;top:1px; */
 vertical-align: top;
 width: 19.7px;
 height: 20px;
 margin: 0 3px 0 0;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat -95.2px -26.5px;
 background-size: 150px 110px;
 appearance: none;
 -webkit-appearance: none;
 border: none;
 padding: 0;
}
.fix_100_popup .sum_area .c_txt input[type="checkbox"]:checked {
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat -113.7px -26.5px;
 background-size: 150px 110px;
}
.fix_100_popup .notice_fix {
 padding: 20px 0;
 font-size: 11px;
 color: #aab1b5;
}
.fix_100_popup .notice_fix li {
 overflow: hidden;
 clear: both;
}
.fix_100_popup .notice_fix li b {
 color: #767d81;
}
.fix_100_popup .notice_fix li .line {
 display: inline-block;
 float: left;
 width: 5px;
 margin-right: 5px;
}
.fix_100_popup .notice_fix li .txt {
 display: inline-block;
 float: left;
 width: 95%;
}
.fix_100_popup .btn_p_close {
 display: block;
 width: 70px;
 padding: 4px 0 3px 0;
 margin: 0 auto;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
 background: #dbdbdb;
 color: #424242;
 font-size: 14px;
 text-align: center;
}

/* 자료요청 이벤트 */
.request_x3 {
 width: 100%;
 height: 100%;
}
.request_x3 .top {
 width: 100%;
 background: #20a8f3;
}
.request_x3 .top img {
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.request_x3 .request_event {
 position: relative;
 width: 100%;
 padding: 30px 0 40px 0;
 background: #f5efcb;
 text-align: center;
}
.request_x3 .request_event:after {
 content: "";
 display: block;
 clear: both;
}
.request_x3 .request_event .t_big {
 position: absolute;
 left: 50%;
 top: 0;
 width: 75.5%;
 max-width: 458px;
 padding: 5px 10px;
 color: #fff4b3;
 background: #000;
 font-size: 14px;
 letter-spacing: -1px;
 font-weight: bold;
 -webkit-transform: translate(-50%, -50%);
}
.request_x3 .request_event div {
 position: relative;
 display: inline-block;
 width: 45.3%;
 height: 100%;
 max-width: 290px;
}
.request_x3 .request_event .point_x3 {
 margin-right: 3%;
}
.request_x3 .request_event div > a {
 position: absolute;
 top: 73.4%;
 left: 5.1%;
 display: block;
 width: 88.6%;
 height: 20.5%;
 text-indent: -9999px;
}
.request_x3 .upload_step {
 position: relative;
 width: 100%;
 padding: 40px 0 20px 0;
}
.request_x3 .upload_step .t_big {
 position: absolute;
 left: 50%;
 top: 0;
 width: 71.5%;
 max-width: 458px;
 text-align: center;
 padding: 5px 10px;
 color: #fff4b3;
 background: #000;
 font-size: 14px;
 letter-spacing: -1px;
 font-weight: bold;
 -webkit-transform: translate(-50%, -50%);
}
.request_x3 .upload_step ol {
 width: 93.7%;
 margin: 0 auto;
 max-width: 600px;
}
.request_x3 .upload_step ol li {
 position: relative;
 overflow: hidden;
 width: 100%;
 margin-bottom: 20px;
}
.request_x3 .upload_step .l_img {
 display: block;
 float: left;
 width: 21.3%;
 vertical-align: middle;
}
.request_x3 .upload_step .r_txt {
 position: absolute;
 left: 25%;
 top: 50%;
 font-size: 13px;
 letter-spacing: -1px;
 -webkit-transform: translate(0, -50%);
}
.request_x3 .upload_step .r_txt .txt_blue {
 display: block;
 color: #3aaef4;
}
.request_x3 .btm {
 width: 100%;
 padding: 0;
 text-align: center;
 background: #363636;
}
.request_x3 .btm img {
 display: inline-block;
 width: 100%;
 max-width: 640px;
}

/* 비밀번호 찾기 */
.find_password {
 width: 100%;
 margin: 0 auto;
}
.find_password .input_style {
 display: inline-block;
 width: 100%;
 height: 36px;
 margin-bottom: 8px;
 padding-left: 10px;
 letter-spacing: -0.5px;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
 background: #f8fafb;
 font-size: 14px;
}
.find_password .secret_wrap {
 width: 100%;
 height: 36px;
 border: 1px solid #9a807c;
 border-radius: 4px;
}
.find_password .secret_wrap span {
 display: inline-block;
 width: 50%;
}
.find_password .secret_wrap .img_refresh {
 font-size: 13px;
 text-align: center;
 line-height: 34px;
 background: #efe3e4;
 color: #9d7f7c;
 letter-spacing: -1px;
}
.find_password .btn_go_email {
 display: block;
 width: 100%;
 height: 35px;
 margin: 15px auto;
 border: 1px solid #00aad9;
 border-radius: 4px;
 background: #24b6e5;
 color: #fff;
 font-size: 14px;
}
.find_password ol {
 padding-top: 10px;
 font-size: 13px;
 letter-spacing: -1px;
 line-height: 18px;
}
.find_password ol li {
 overflow: hidden;
 margin-bottom: 2px;
}
.find_password ol li span {
 display: inline-block;
 float: left;
 line-height: 18px;
}
.find_password ol li .num {
 width: 4%;
}
.find_password ol li .txt {
 width: 96%;
}
.find_password .go_join {
 border-radius: 0 0 4px 4px;
}
.find_password .btn_join {
 color: #366b00;
}
.find_password .btn_join .t_white {
 color: #fff;
 font-weight: normal;
}
.fc-captcha-img {
 position: relative;
 top: -2px;
 display: inline-block;
 width: 100%;
 height: 34px;
 vertical-align: middle;
}

/* 아이디찾기 */
.find_password .id_line {
 overflow: hidden;
 width: 100%;
 height: 36px;
 margin-bottom: 5px;
}
.find_password .id_line .name {
 float: left;
 display: block;
 width: 20%;
 padding-left: 5px;
 font-size: 13px;
 line-height: 34px;
 font-weight: normal;
 letter-spacing: -1px;
}
.find_password .id_line .input_style {
 width: 80%;
}
.find_password .check_area {
 padding: 8px 0;
}
.find_password .checkbox {
 display: inline-block; /* position:relative;top:1px; */
 vertical-align: middle;
 width: 16px;
 height: 16px;
 margin: 0 3px 0 0;
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat -90px -25px;
 background-size: 140px 100px;
 appearance: none;
 -webkit-appearance: none;
 border: none;
 padding: 0;
}
.find_password .checkbox:focus {
 outline: none;
}
.find_password .checkbox:checked {
 background: url("/static/_mobile/_img/login/new_login_img.png") no-repeat -107px -25px;
 background-size: 140px 100px;
}
.find_password .checkbox + span {
 display: inline-block;
 font-size: 13px;
 margin-right: 5px;
}
.find_password .select_area,
.find_password .check_area {
 display: inline-block;
 width: 80%;
 height: 36px;
}
.find_password .select_width {
 display: block;
 float: left;
 width: 28%;
 font-size: 13px;
 margin-right: 3%;
}
.find_password .select_width:last-child {
 margin: 0;
}
.find_password .select_width.type1 {
 width: 38%;
}
.find_password .select_width select {
 display: inline-block;
 width: 80%;
 height: 36px;
 margin-bottom: 8px;
 padding-left: 10px;
 letter-spacing: -0.5px;
 border: 1px solid #a8a8a8;
 border-radius: 4px;
 background: #f8fafb;
 font-size: 14px;
}
.find_password .select_width .txt {
 display: inline-block;
 width: 20%;
 text-align: center;
}
.find_password .info_txt {
 margin-top: 30px;
 font-size: 13px;
 letter-spacing: -1px;
}

/* 아이디찾기 결과 */
.id_result {
 background: #fff;
}
.id_result ul li {
 overflow: hidden;
 width: 100%;
 border-bottom: 1px solid #d9d9d9;
 background: #fff;
 letter-spacing: -1px;
}
.id_result ul li.bg {
 background: #fafafa;
}
.id_result ul li.tit div {
 font-size: 12px;
 color: #bdbdbd;
}
.id_result ul li div {
 float: left;
 font-size: 14px;
 padding: 10px 0 8px 0;
}
.id_result ul li .l1 {
 width: 70%;
 padding-left: 15px;
}
.id_result ul li .l2 {
 width: 30%;
 text-align: right;
 padding-right: 15px;
}
.id_result .no_id {
 font-size: 12px;
 letter-spacing: -1px;
}
.id_result .no_id p {
 margin: 0 0 30px 15px;
}
.id_result .no_id .l_txt {
 margin: 30px 0 10px 15px;
 font-size: 16px;
 font-weight: bold;
}
.id_result .go_join {
 border-radius: 0 0 4px 4px;
}
.id_result .go_join .inner {
 padding: 10px 15px;
}
.id_result .btn_join {
 color: #366b00;
}
.id_result .btn_join .t_white {
 color: #fff;
 font-weight: normal;
}

/* 사용자 이벤트 */
.user1702 .top {
 width: 100%;
 padding: 0;
 border: none;
 background: #0387e4;
}
.user1702 .top img {
 display: block;
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.user1702 > div {
 position: relative;
 padding: 40px 0 20px 0;
}
.user1702 .t_big {
 position: absolute;
 left: 50%;
 top: 0;
 width: 75.5%;
 max-width: 458px;
 padding: 7px 10px 5px 10px;
 color: #fff4b3;
 background: #000;
 font-size: 17px;
 letter-spacing: -1px;
 font-weight: bold;
 -webkit-transform: translate(-50%, -50%);
 text-align: center;
}
.user1702 ol {
 overflow: hidden;
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.user1702 ol li {
 float: left;
 width: 50%;
 text-align: center;
}
.user1702 ol li .s_img {
 display: block;
 width: 50%;
 min-width: 90px;
 margin: 0 auto;
}
.user1702 ol li p {
 width: 100%;
 padding: 10px 8% 25px 8%;
 font-size: 14px;
 letter-spacing: -1px;
}
.user1702 .mobile_data_use {
 background: #f5efcb;
}
.user1702 .btm {
 padding: 0;
 background: #363636;
}
.user1702 .btm img {
 display: block;
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}

/* VIP 혜택관 */
.e_con.vip1703 {
 width: 100%;
 background: #000;
}
.e_con.vip1703 .top {
 padding: 0;
 border: none;
 text-align: center;
 position: relative;
}
.e_con.vip1703 .top img {
 display: inline-block;
 max-width: 640px;
 margin: 0 auto;
}
.vip1703 .my_grade {
 width: 100%;
 height: 8.2%;
 text-align: center;
 position: absolute;
 top: 74.2%;
}
.vip1703 .my_grade p {
 width: 87%;
 margin: 0 auto;
 padding: 1.3% 0;
 text-align: center;
 font-size: 20px;
 letter-spacing: -1px;
 color: #fff;
}
.vip1703 .my_grade p span {
 color: #e4c58f;
}
.vip1703 .vip_area {
 width: 100%;
 padding: 0 0 50px 0;
 background: url("/static/_mobile/_img/event/bg_vip2001.jpg") no-repeat center top;
 background-size: 640px auto;
}
.vip1703 .vip_benefit {
 position: relative;
 width: 87.5%;
 max-width: 560px;
 padding: 40px 0 0 0;
 margin: 0 auto;
}
.vip1703 .vip_benefit .txt {
 width: 100%;
 text-align: center;
 color: #dfdedf;
 font-size: 16px;
 letter-spacing: -1px;
 padding: 8px 0;
 background: #171615;
 border: 2px solid #6c614c;
}
.vip1703 .vip_benefit .txt b {
 color: #fff;
}
.vip1703 .vip_benefit .txt .t_yellow b {
 color: #efd098;
}
.vip1703 .vip_benefit ul {
 padding: 20px 0 30px;
}
.vip1703 .vip_benefit ul li {
 overflow: hidden;
 display: table;
 width: 100%;
 height: 80px;
 padding: 10px 0;
 border-bottom: 1px solid #353535;
}
.vip1703 .vip_benefit ul li .img {
 position: relative;
 display: block;
 float: left;
 width: 23.6%;
 height: 90px;
 text-align: center;
}
.vip1703 .vip_benefit ul li .img img {
 position: absolute;
 top: 50%;
 left: 50%;
 display: inline-block;
 width: 80%;
 -webkit-transform: translate(-50%, -50%);
}
.vip1703 .vip_benefit ul li .right {
 float: left;
 width: 76.4%;
 padding-left: 15px;
 font-size: 14px;
 letter-spacing: -1px;
 color: #8b8887;
}
.vip1703 .vip_benefit ul li .right .tit {
 margin-bottom: 5px;
 font-size: 18px;
 color: #fff;
 letter-spacing: -1px;
 font-weight: bold;
}
.vip1703 .vip_benefit ul li .right .tit span {
 color: #efd098;
}
.vip1703 .vip_benefit ul li.b2 .right {
 padding: 8px 0 0 15px;
}
.vip1703 .vip_benefit ul li.b3 {
 border: none;
}
.vip1703 .grade_explain {
 width: 87.5%;
 max-width: 560px;
 padding: 0 0 45px;
 margin: 0 auto;
 text-align: center;
}
.vip1703 .grade_explain .name {
 width: 100%;
 text-align: center;
 color: #dfdedf;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: -1px;
 padding: 8px 0;
 background: #171615;
 border: 2px solid #6c614c;
}
.vip1703 .grade_explain .name .t_yellow {
 color: #efd098;
}
.vip1703 .grade_explain .txt {
 width: 100%;
 max-width: 640px;
 padding-top: 15px;
 font-size: 13px;
 letter-spacing: -1px;
 color: #a19e99;
}
.vip1703 .btn_use_go {
 display: block;
 width: 87.5%;
 max-width: 560px;
 margin: 0 auto;
}
.vip1703 .btn_coupon_get {
 display: block;
 width: 87.5%;
 max-width: 560px;
 margin: 0 auto;
}
@media (max-width: 420px) {
 .vip1703 .my_grade p {
  font-size: 15px;
  padding: 1.8% 0;
 }
}
@media (max-width: 380px) {
 .vip1703 .my_grade p {
  font-size: 14px;
  padding: 1.6% 0;
 }
 .vip1703 .vip_benefit ul li .right .tit ~ p {
  font-size: 13px;
 }
}
@media (max-width: 360px) {
 .vip1703 .my_grade p {
  font-size: 13px;
 }
}

/* 3월 요청자료 이벤트 팝업 */
.popup_request1703 {
 position: relative;
 width: 96%;
 height: 100%;
 margin: 0 0 0 3%;
}
.popup_request1703 > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.popup_request1703 .btn_event_seller,
.popup_request1703 .btn_event_buyer {
 position: absolute;
 top: 68.6%;
 display: block;
 width: 31.8%;
 height: 9.4%;
 cursor: pointer;
 text-indent: -9999px;
}
.popup_request1703 .btn_event_seller {
 left: 8.6%;
}
.popup_request1703 .btn_event_buyer {
 left: 57.2%;
}
.popup_request1703 .btn_e_close {
 position: absolute;
 bottom: 0;
 left: 0;
 display: block;
 width: 97%;
 height: 12.1%;
 cursor: pointer;
}
.btn_close.re_style1703 {
 top: 2%;
 right: 5%;
}

/* ios 팝업 */
.popup_ios1706 {
 position: relative;
 width: 96%;
 height: 100%;
 margin: 0 0 0 3%;
}
.popup_ios1706 > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.popup_ios1706 .btn_event {
 position: absolute;
 top: 67.5%;
 left: 51.6%;
 display: block;
 width: 39.8%;
 height: 12.2%;
 cursor: pointer;
 text-indent: -9999px;
}
.popup_ios1706 .btn_get {
 position: absolute;
 top: 67.5%;
 left: 7.1%;
 display: block;
 width: 39.8%;
 height: 12.2%;
 cursor: pointer;
 text-indent: -9999px;
}
.popup_ios1706 .btn_e_close {
 position: absolute;
 bottom: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 11.1%;
 cursor: pointer;
}
.btn_close.re_style1706 {
 top: -2%;
 right: 3%;
}

/* 파일캐스트 안심페이지 */
.etc_filecast_wrap {
 width: 100%;
 padding-bottom: 0px;
 background: #fff;
}
.etc_filecast_wrap .top {
 position: relative;
 width: 100%;
 height: 100%;
 background: #0095ff;
}
.etc_filecast_wrap .top .bg {
 display: block;
 width: 100%;
 max-width: 768px;
 margin: 0 auto;
}
.etc_filecast_wrap .top .boy {
 position: absolute;
 left: 50%;
 bottom: -3%;
 display: block;
 width: 28.4%;
 max-width: 218px;
 transform: translate(-50%, -0);
}
.etc_filecast_wrap .f_content {
 width: 100%;
 max-width: 768px;
 margin: 0 auto 30px auto;
 padding: 30px 7%;
}
.etc_filecast_wrap .f_content p,
.etc_filecast_wrap .filecast_list li {
 color: #757879;
 font-size: 14px;
}
.etc_filecast_wrap .f_content .b_txt,
.etc_filecast_wrap .filecast_list .b_txt {
 margin-bottom: 10px;
 font-size: 18px;
 font-weight: bold;
 letter-spacing: -1px;
 color: #000;
}
.etc_filecast_wrap .filecast_list .b_txt_style {
 color: #24b6e5;
 font-weight: bold;
}
.etc_filecast_wrap .f_content > img {
 display: block;
 width: 100%;
 margin: 20px auto;
}
.etc_filecast_wrap .filecast_list li {
 width: 100%;
 max-width: 768px;
 margin: 0 auto;
 padding: 10px 7%;
}
.etc_filecast_wrap .filecast_list li > img {
 display: block;
 width: 100%;
 margin: 10px auto;
}

/* 매거진 전용관 */
.book_private .top {
 width: 100%;
 text-align: center;
 background: #c7c3bf;
}
.book_private .top img {
 display: inline-block;
 width: 100%;
 max-width: 640px;
}
.book_private .type_area {
 width: 100%;
 padding: 6px 3%;
 background: #f6f6f6;
}
.book_private .type_area > span {
 display: inline-block;
 padding: 6px 15px 5px 15px;
 margin: 6px 7px 6px 0;
 border: 1px solid #959aa1;
 border-radius: 12px;
 letter-spacing: -1px;
 font-size: 13px;
 color: #505050;
 background: #fff;
}
.book_private .type_area span.active {
 border-color: #29b6f6;
 color: #29b6f6;
}
.book_private .ico_19 {
 position: relative;
 top: -2px;
 display: inline-block;
 width: 15px;
 height: 15px;
 margin-right: 3px;
 vertical-align: middle;
 background: url("/static/_mobile/_img/common/ico_adult.png") no-repeat 0 0;
 background-size: 15px 15px;
}
.magazine_list {
 position: relative;
 width: 100%;
 padding:/* 40px 0  */ 40px 0;
 background: #fff;
}
.magazine_list ul {
 overflow: hidden;
 width: 100%;
 padding: 0 4.6%;
}
.magazine_list ul li {
 float: left;
 width: 33.3%;
 padding: 0 3.4%;
 margin-bottom: 30px;
}
.magazine_list ul li a {
 display: block;
 width: 100%;
 color: #212121;
}
.magazine_list ul li a:hover {
 text-decoration: none;
}
.magazine_list ul li a > span {
 display: block;
}
.magazine_list ul li .img {
 max-width: 150px;
 max-height: 204px;
 margin: 0 auto;
 margin-bottom: 10px;
 border: 1px solid #c2c7ce;
}
.magazine_list ul li .img img {
 width: 100%;
 height: 100%;
}
.magazine_list ul li .tit {
 width: 100%;
 height: 22px;
 text-align: center;
 line-height: 20px;
 font-size: 14px;
 letter-spacing: -1px;
 font-weight: bold;
}
.magazine_list ul li .date {
 width: 100%;
 height: 26px;
 text-align: center;
 line-height: 18px;
 font-size: 12px;
 letter-spacing: -1px;
 color: #757879;
}
.magazine_list .list_more {
 position: absolute;
 bottom: 0;
 width: 100%;
 padding: 15px 0;
 border-bottom: 1px solid #fff;
 font-size: 15px;
 background: #f6f6f6;
 text-align: center;
 color: #53656c;
}
.magazine_list .list_more .ico {
 position: relative;
 top: 1px;
 display: inline-block;
 width: 19px;
 height: 10px;
 margin-left: 5px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -246px -112px;
}

.magazine_list ul li a.active {
 background: #e6ebef;
}
.magazine_list ul li a.active .tit,
.magazine_list ul li a.active .date {
 color: #3bbef2;
}

/* 뷰페이지 가이드 팝업 */
.popup_view_guide {
 position: relative;
 width: 55%;
 margin: 0 auto;
 text-align: center;
}
.popup_view_guide .btn_e_close {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 max-height: 75px;
 height: 14.7%;
 cursor: pointer;
}

/* 페이지 로딩중 */
.position_wrap.connect {
 min-height: 720px;
 background: #36373a url("/static/_mobile/_img/common/bg_loading1.png") no-repeat center 200px;
 background-size: 90% auto;
}
.position_wrap.non_existent {
 min-height: 2000px;
 background: #36373a url("/static/_mobile/_img/common/bg_loading2.png") no-repeat center 200px;
 background-size: 90% auto;
}

/* 자동결제 해지 */
.autopay_exit {
 width: 100%;
 padding-top: 40px;
 text-align: center;
 background: #fff1d6;
}
.autopay_exit .inner {
 position: relative;
 width: 100%;
 max-width: 768px;
 margin: 0 auto;
 padding-bottom: 35%;
}
.autopay_exit .tit {
 width: 60%;
 max-width: 362px;
 margin: 0 auto 20px auto;
 text-align: center;
}
.autopay_exit .tit img {
 display: inline-block;
 width: 100%;
}
.autopay_exit .txt_wrap {
 display: none;
}
.autopay_exit .txt_wrap.active {
 display: block;
}
.autopay_exit .txt_wrap p {
 margin-bottom: 25px;
 line-height: 22px;
 font-size: 15px;
 color: #616161;
 letter-spacing: -0.5px;
}
.autopay_exit .txt_blue {
 font-weight: bold;
 color: #24b6e5;
 letter-spacing: 0;
}
.autopay_exit .txt_red {
 display: inline-block;
 width: auto;
 padding: 3px 5px;
 margin: 4px 0 8px 0;
 font-weight: bold;
 color: #fff;
 letter-spacing: 0;
 background: #e82475;
 line-height: 16px;
}
.autopay_exit .t_yellow {
 color: #ffd200;
}
.autopay_exit .name,
.autopay_exit .day,
.autopay_exit .txt_black,
.autopay_exit .c_number {
 color: #000;
 font-weight: bold;
}
.autopay_exit .content_img {
 left: 50%;
 bottom: 0;
 position: absolute;
 width: 60%;
 max-width: 455px;
 transform: translate(-50%, 35%);
}
.autopay_exit .btn_wrap {
 width: 100%;
 padding: 25% 0 50px 0;
 background: #fac613;
}
.autopay_exit .btn_wrap .btn {
 display: inline-block;
 width: 39.8%;
 max-width: 255px;
 height: 50px;
 padding: 0;
 border: 4px solid #000;
 border-radius: 25px;
 line-height: 42px;
 font-weight: bold;
 letter-spacing: -1px;
}
.autopay_exit .btn_wrap .btn.later {
 margin-right: 5%;
 color: #24b6e5;
 background: #fff;
}
.autopay_exit .btn_wrap .btn.now {
 color: #b37e00;
 background: #fde389;
}

.autopay_reason {
 width: 100%;
}
.autopay_reason ol li {
 width: 100%;
 padding: 15px 5%;
 background: #fff;
}
.autopay_reason ol li.bg_gray {
 background: #ebecec;
}
.autopay_reason label {
 margin-bottom: 8px;
 color: #303232;
}
.autopay_reason .line {
 width: 100%;
 padding: 8px 0;
 border-bottom: 1px solid #d9d9d9;
}
.autopay_reason .line.last {
 border: none;
}
.autopay_reason .check_style {
 display: inline-block;
 width: 20px;
 height: 20px;
 margin-right: 5px;
}
.autopay_reason .check_style + span {
 display: inline-block;
 vertical-align: middle;
 color: #989a9b;
}
.autopay_reason .area_style {
 display: block;
 width: 100%;
 height: 150px;
 padding: 10px;
 border: 1px solid #a8a8a8;
 resize: none;
 background: #fff;
}
.autopay_reason .autopay_btm {
 padding: 15px 5% 50px 5%;
}
.autopay_reason .autopay_btm > p {
 font-size: 12px;
 letter-spacing: -1px;
}
.autopay_reason .autopay_btm .btn_area {
 padding-top: 20px;
 text-align: center;
}
.autopay_reason .autopay_btm .btn_area .btn {
 display: inline-block;
 padding: 0;
 border: 1px solid;
 height: 38px;
 line-height: 38px;
 letter-spacing: -1px;
}
.autopay_reason .autopay_btm .btn_area .btn.later {
 width: 120px;
 margin-right: 3.5%;
 border-color: #218fc2;
 background: #29b6f6;
 color: #fff;
}
.autopay_reason .autopay_btm .btn_area .btn.now {
 width: 100px;
 border-color: #a8a8a8;
 background: #fff;
 color: #c69e40;
}

/* 자동결제 해지팝업 */
.autopay_step2 {
 position: relative;
 width: 92%;
 height: 100%;
 max-width: 640px;
 margin: 0 auto;
 border-radius: 9px;
}
.autopay_step2 > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.autopay_step2 .txt_area {
 position: absolute;
 top: 50%;
 width: 100%;
 text-align: center;
 font-size: 15px;
}
.autopay_step2 .txt_area .b_txt {
 font-weight: bold;
 font-size: 16px;
}
.autopay_step2 .txt_area p {
 margin-bottom: 15px;
 letter-spacing: -1px;
}
.autopay_step2 .btn_ok {
 position: absolute;
 top: 78%;
 left: 50%;
 display: block;
 width: 31%;
 height: 30px;
 border: 1px solid #218fc2;
 border-radius: 3px;
 text-align: center;
 font-size: 13px;
 line-height: 28px;
 color: #000;
 background: #fff;
 transform: translate(-50%, 0);
 cursor: pointer;
}

/* 자동결제 해지방어 */
.autopay_thanks {
 position: relative;
 width: 92%;
 height: 100%;
 max-width: 640px;
 margin: 0 auto;
 border-radius: 9px;
}
.autopay_thanks > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.autopay_thanks .txt_area {
 position: absolute;
 top: 44%;
 width: 100%;
 text-align: center;
 font-size: 16px;
}
.autopay_thanks .txt_area .t_red {
 font-weight: bold;
 color: #c50241;
}
.autopay_thanks .txt_area p {
 margin-bottom: 15px;
 letter-spacing: -1px;
}
.autopay_thanks .btn_thanks {
 position: absolute;
 top: 83%;
 left: 50%;
 display: block;
 width: 31%;
 height: 30px;
 border: 1px solid #218fc2;
 border-radius: 3px;
 text-align: center;
 font-size: 13px;
 line-height: 28px;
 color: #24b6e5;
 background: #fff;
 transform: translate(-50%, 0);
 cursor: pointer;
}

/* 검색결과 추천 */
.search_word {
 width: 94%;
 padding: 10px 0 20px 0;
 margin: 20px auto 0 auto;
 border-bottom: 1px solid #d5d5d5;
}
.search_word p {
 font-size: 15px;
 letter-spacing: -1px;
}
.search_word p .n_word,
.search_word p .r_word {
 color: #e52676;
 font-weight: bold;
}
.search_word .search_go {
 display: block;
 padding-top: 3px;
 color: #24b6e5;
 letter-spacing: -1px;
 line-height: 18px;
}
.search_word .search_go .b_style {
 border-bottom: 1px solid #24b6e5;
 font-size: 12px;
 font-weight: bold;
 color: #24b6e5;
}
.search_word .search_go .b_style:hover {
 text-decoration: none;
}
.rank_wrap.now_rank {
 padding: 20px 0 30px 0;
 margin-bottom: 0;
}
.rank_wrap.now_rank ol li.rank_top .tit {
 max-width: 70%;
}
.best_search_word {
 width: 100%;
 padding: 10px 0 30px 0;
 background: #fff;
}
.best_search_word h2 {
 position: relative;
 padding: 20px 4% 15px 4%;
 border-bottom: 1px solid #ebebeb;
 color: #29b6f6;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: -1px;
}
.word_list ol {
 overflow: hidden;
 width: 100%;
 padding: 10px 3% 0 0;
}
.word_list ol li {
 float: left;
 width: 33.3%;
 padding: 10px 0 10px 3%;
 font-size: 14px;
 letter-spacing: -1px;
}
.word_list ol li .ranknum {
 position: relative;
 top: 4px;
 display: inline-block;
 width: 14px;
 height: 14px;
 margin-right: 5px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat;
 text-indent: -9999px;
 background-size: 448px 582px;
}
.word_list ol li .ranknum.type1 {
 background-position: 0 -478px;
}
.word_list ol li .ranknum.type2 {
 background-position: -14px -478px;
}
.word_list ol li .ranknum.type3 {
 background-position: -29px -478px;
}
.word_list ol li .ranknum.type4 {
 background-position: -44px -478px;
}
.word_list ol li .ranknum.type5 {
 background-position: -58px -478px;
}
.word_list ol li .ranknum.type6 {
 background-position: -71px -478px;
}
.word_list ol li .ranknum.type7 {
 background-position: -85px -478px;
}
.word_list ol li .ranknum.type8 {
 background-position: -99px -478px;
}
.word_list ol li .ranknum.type9 {
 width: 13px;
 background-position: -112px -478px;
}
.word_list ol li .ranknum.type10 {
 background-position: -126px -478px;
}
.word_list ol li .ranknum.type11 {
 background-position: -140px -478px;
}
.word_list ol li .ranknum.type12 {
 background-position: -154px -478px;
}
.word_list .word {
 display: inline-block;
 width: 75%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 vertical-align: middle;
 color: #333;
}

/* 배송정보 입력 팝업 */
.delivery_info {
 overflow: hidden;
 width: 100%;
 padding: 12px 5%;
}
.delivery_info p {
 font-size: 12px;
 letter-spacing: -1px;
}
.delivery_info .t_blue {
 margin-bottom: 3px;
 color: #29b6f6;
}
.delivery_info .t_gray {
 margin-bottom: 8px;
 color: #616262;
}
.delivery_info .input_style {
 float: left;
 display: block;
 height: 35px;
 padding-left: 8px;
 margin-bottom: 8px;
 border-radius: 4px;
 border: none;
 background: #fff;
 font-size: 12px;
 vertical-align: text-top;
}
.delivery_info .input_style:focus {
 cursor: none;
}
.delivery_info .input_style.type1 {
 width: 100%;
}
.delivery_info .input_style.type2 {
 width: 33.1%;
}
.delivery_info .input_style.type3 {
 width: 43.7%;
 margin-right: 3%;
}
.delivery_info .select_style {
 float: left;
 display: block;
 width: 28.3%;
 height: 35px;
 margin: 0;
 margin-bottom: 8px;
 border: none;
 background: #dadddf;
 vertical-align: top;
}
.delivery_info .line {
 float: left;
 display: block;
 width: 2.6%;
 padding-top: 2px;
 font-size: 20px;
 color: #fff;
 line-height: 35px;
 text-align: center;
}
.delivery_info .btn_post {
 float: left;
 display: block;
 width: 53.3%;
 height: 35px;
 border: 2px solid #29b6f6;
 border-radius: 4px;
 background: #001b24;
 color: #2099cf;
 line-height: 31px;
 text-align: center;
 vertical-align: top;
 font-size: 12px;
 letter-spacing: -1px;
}

.delivery_info .input_notice {
 clear: both;
 width: 100%;
 padding: 20px 0;
 border-bottom: 1px dotted #d5d5d5;
 color: #fff;
}
.delivery_info .input_notice .txt_yellow {
 color: #fffe93;
}

/* 우편번호 팝업 */
.post_num_wrap {
 width: 100%;
 border: 2px solid #4fc3f7;
 border-radius: 4px;
}
.modal-content.type_post {
 border-radius: 9px;
}
.btn_close.type_post {
 right: 0;
}

/* 뷰페이지 스크롤 메뉴 */

.view_scroll_wrap .top {
 overflow: hidden;
 padding: 10px 3%; /* margin-bottom:6px; margin-bottom:3px;*/
 background: #fff;
}
.view_scroll_wrap .top .r_imgArea {
 float: left;
 position: relative;
 width: 56px;
 height: 56px;
 margin-right: 3%;
 opacity: 1;
}
.view_scroll_wrap .top .r_imgArea .inner {
 overflow: hidden;
 width: 100%;
 height: 100%;
 border-radius: 50%;
}
.view_scroll_wrap .top .r_imgArea span {
 position: absolute;
 display: block;
 top: 0;
 left: 0;
}
.view_scroll_wrap .top .r_imgArea span.shadow {
 width: 56px;
 height: 56px;
 border-radius: 50%;
 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.view_scroll_wrap .top .r_imgArea span.ico_hd {
 z-index: 3;
 top: 0px;
 left: -3px;
 display: block;
 width: 16px;
 height: 16px;
 padding: 0;
 border-radius: 0;
 border: none;
 background: url("/static/_mobile/_img/ico/ico_hd_v2.png") no-repeat 0 0;
 background-size: auto 16px;
 box-shadow: none;
}
.view_scroll_wrap .top .r_imgArea img {
 display: block;
 width: 100%;
 height: 100%;
}
.view_scroll_wrap .top .r_imgArea .inner {
}
.view_scroll_wrap .top .l_conArea {
 float: left;
 width: 80%;
}
.view_scroll_wrap .top .con_tit {
 overflow: hidden;
 width: 100%;
 height: 36px;
 margin-bottom: 6px;
 line-height: 18px;
 font-size: 14px;
 letter-spacing: -1px;
 color: #212121;
 font-weight: bold;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 color: #44bff7;
 word-break: break-all;
 opacity: 1;
}
.ico.adult {
 display: inline-block;
 display: none;
 position: relative;
 top: 2px;
 width: 13px;
 height: 13px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/ico/adult.gif") no-repeat 0 0;
 background-size: 13px 13px;
}
.c_list.adult .ico.adult {
 display: inline-block;
}
.view_scroll_wrap .top .category {
 font-size: 11px;
 float: left;
 color: #616161;
}
.view_scroll_wrap .top .category span {
 color: #cecece;
}
.view_scroll_wrap .top .u_name {
 position: relative;
 top: -2px;
 display: inline-block;
 float: left;
 color: #616161;
 line-height: 12px;
 font-size: 11px;
}
.view_scroll_wrap .top .u_name span {
 position: relative;
 top: 2px;
 display: inline-block;
 width: 12px;
 height: 12px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/ico/name.gif") no-repeat 0 0;
 background-size: auto 12px;
}
.view_scroll_wrap .top .file_info {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 gap: 3px;
 float: right;
 text-align: right;
}
.view_scroll_wrap .top .file_info::after {
 content: "";
 display: block;
 visibility: hidden;
 clear: both;
}
.view_scroll_wrap .top .file_info span {
 display: block;
 font-size: 11px;
 line-height: 12px;
}
.view_scroll_wrap .top .file_info span.CC_active {
 display: block;
 width: 20px;
 height: 12px;
 background: url("/static/_mobile/_img/ico/ico_srt.png") no-repeat 0 0;
 background-size: 100%;
}

.view_scroll_wrap .top .file_info .alliance {
 width: 26px;
 height: 12px;
 background: url("/static/_mobile/_img/ico/alliance.gif") no-repeat 0 0;
 background-size: auto 12px;
}
.view_scroll_wrap .top .file_info .time {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 3px;
 padding-top: 0.5px;
 color: #616161;
 line-height: 12px;
}
.view_scroll_wrap .top .file_info .time span {
 width: 12px;
 height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -335px -61px;
 background-size: 390px 507px;
}
.view_scroll_wrap .top .file_info .point {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 3px;
 letter-spacing: -1px;
 color: #29b6f6;
 line-height: 12px;
}
.view_scroll_wrap .top .file_info .point .ico {
 width: 12px;
 height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -335px -73px;
 background-size: 390px 507px;
}
.view_scroll_wrap .top .file_info .point .ico.type1 {
 margin-right: 0;
}
.view_scroll_wrap .top .file_info .point .t_line {
 text-decoration: line-through;
}
.view_scroll_wrap .top .file_info .point .txt {
 margin-right: 3px;
 line-height: 12px;
}
.view_scroll_wrap .top .file_info .reward {
 clear: both;
 float: right;
 padding-top: 2px;
 color: #f04f84;
}
.view_scroll_wrap .top .file_info .reward .ico {
 width: 54px;
 height: 14px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -205px -345px;
 background-size: 390px 507px;
 vertical-align: top;
}
.view_scroll_wrap .top .file_info .reward .r_num {
 position: relative;
 top: 3px;
}
.view_scroll_wrap .top .file_info .vip_50 {
 position: relative;
 top: -2px;
 float: right;
 color: #f04f84;
}
.view_scroll_wrap .top .file_info .vip_50 .ico {
 width: 27px;
 height: 15px;
 margin-right: 3px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -357px -361px;
 background-size: 390px 507px;
 vertical-align: top;
}
.view_scroll_wrap .top .file_info .vip_50 .r_num {
 position: relative;
 top: 3px;
}
.view_scroll_wrap .top .file_info .sum_ico {
 width: 47px;
 height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -118.5px -522px;
 background-size: 422px 550px;
}
.view_scroll_wrap .top .file_info .price {
 text-decoration: line-through;
 color: #29b6f6;
 font-weight: bold;
}
.view_scroll_wrap .top .file_info .price.type1 {
 text-decoration: none;
}
.view_scroll_wrap .top .file_info .free {
 margin-left: 3px;
 color: #e32173;
 letter-spacing: -1px;
 font-weight: bold;
}
.view_scroll_wrap .top .file_info .free.type1 {
 margin-left: 0;
}
.view_scroll_wrap .top .file_info .ico_free {
 position: relative;
 display: inline-block;
 width: 26px;
 height: 13px;
 margin-left: 5px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -191px -377px;
 background-size: 422px 550px;
}
.view_scroll_wrap .top .file_info .sum300 {
 position: relative;
 top: 1px;
 margin-left: 3px;
 color: #ff4362;
 letter-spacing: -1px;
 font-weight: bold;
 line-height: 12px;
}
.view_scroll_wrap .top .file_info .dis_num {
 clear: both;
 float: right;
 color: #f00046;
}
.view_scroll_wrap .top .file_info .slash {
 margin: 0 2px;
}
.view_scroll_wrap .top .file_info .view_free {
 position: relative;
 top: 1px;
 width: 66px;
 height: 12px;
 line-height: 12px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -216px -409px;
 background-size: 384px 500px;
 vertical-align: middle;
}
.view_scroll_wrap .top .r_imgArea {
 float: left;
 position: relative;
 width: 56px;
 height: 56px;
 margin-right: 3%;
 border-radius: 50%;
 opacity: 1;
}
.view_scroll_wrap .top .r_imgArea span {
 position: absolute;
 display: block;
 top: 0;
 left: 0;
 width: 56px;
 height: 56px;
 border-radius: 50%;
 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.view_scroll_wrap .top .r_imgArea img {
 display: block;
 width: 100%;
 height: 100%;
}

#mobile-middle-view-container-li .view_scroll_wrap {
 z-index: 50;
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 display: block;
}
#mobile-middle-view-container-li .view_scroll_wrap .top {
 overflow: hidden;
 position: relative;
 width: 100%;
 padding: 10px 4% 10px 3%;
 background: #fff;
}
#mobile-middle-view-container-li .view_scroll_wrap .top .sum_img {
 float: left;
 overflow: hidden;
 width: 56px;
 height: 56px;
 margin-right: 10px;
 border-radius: 50%;
}
#mobile-middle-view-container-li .view_scroll_wrap .top .sum_img img {
 display: block;
 height: 100%;
}
#mobile-middle-view-container-li .view_scroll_wrap .top .file_name {
 overflow: hidden;
 float: left;
 display: block;
 width: 80%;
 color: #29b6f6;
 font-size: 14px;
 letter-spacing: -1px;
 font-weight: bold;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 color: #44bff7;
 word-break: break-all;
}

#mobile-middle-view-container-li .view_scroll_wrap .btn_view {
 display: none;
 margin-top: 50px;
}
#mobile-middle-view-container-li .view_scroll_wrap .btn_view .b_a_down .ico {
 display: inline-block;
 width: 13px;
 height: 14px;
 position: relative;
 top: 1px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/btn_down2.gif") no-repeat 0 0;
 background-size: auto 14px;
}
#mobile-middle-view-container-li .view_scroll_wrap .btn_view .b_view {
 border-top: 1px solid #fff;
 background: #00529a;
}
#mobile-middle-view-container-li .view_scroll_wrap .btn_view .b_view .ico {
 display: inline-block;
 width: 13px;
 height: 14px;
 position: relative;
 top: 1px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/btn_new_view.gif") no-repeat 0 0;
 background-size: auto 14px;
}
#mobile-middle-view-container-li .view_scroll_wrap .btn_view .b_coupon {
 background: #959aa1;
}

#mobile-middle-view-container-li.fix_view .view_scroll_wrap {
 z-index: 50;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 display: none;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top {
 height: 50px;
}
/*
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top{overflow:hidden;position:relative;width:100%;padding:10px 4%;background:#fff;}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .sum_img{width:50px;height:50px;}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .sum_img img{display:block;height:100%;}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .file_name{width:80%;padding-top:14px;font-size:18px;padding-right:3px;margin:0;white-space:nowrap;line-height:20px;display:block;-webkit-line-clamp: 1;}
*/
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .btn_view {
 display: none;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .btn_view .b_a_down .ico {
 display: inline-block;
 width: 13px;
 height: 14px;
 position: relative;
 top: 1px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/btn_down2.gif") no-repeat 0 0;
 background-size: auto 14px;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap.re2021 .btn_view .b_a_down .ico {
 display: inline-block;
 width: 13px;
 height: 14px;
 position: relative;
 top: 1px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/btn_down3.jpg") no-repeat 0 0;
 background-size: auto 14px;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .btn_view .b_view {
 border-top: 1px solid #fff;
 background: #00529a;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap.re2021 .btn_view .b_view {
 border-top: 1px solid #fff;
 background: #a0d468;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap.re2021 .btn_view .b_a_down {
 border-top: 1px solid #fff;
 background: #29b6f6;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .btn_view .b_view .ico {
 display: inline-block;
 width: 13px;
 height: 14px;
 position: relative;
 top: 1px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/btn_new_view.gif") no-repeat 0 0;
 background-size: auto 14px;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap.re2021 .btn_view .b_view .ico {
 display: inline-block;
 width: 13px;
 height: 14px;
 position: relative;
 top: 1px;
 margin-left: 3px;
 background: url("/static/_mobile/_img/common/btn_new_view2.jpg") no-repeat 0 0;
 background-size: auto 14px;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .btn_view .b_coupon {
 background: #959aa1;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap {
 display: block;
}
#mobile-middle-view-container-li.fix_view.fix_view_btn .view_scroll_wrap .btn_view {
 display: block;
}

#mobile-middle-view-container-li.fix_view.fix_view_btn .view_scroll_wrap .btn_view .b_a_down {
 width: 31.4%;
}
#mobile-middle-view-container-li.fix_view.fix_view_btn .view_scroll_wrap .btn_view .b_view {
 display: block;
 width: 31.4%;
}
#mobile-middle-view-container-li.fix_view.fix_view_btn .view_scroll_wrap .btn_view .b_view.twice {
 width: 62.8%;
}

#mobile-middle-view-container-li.fix_view.fix_view_btn .view_scroll_wrap .btn_view .b_singo {
 display: none;
}

#mobile-middle-view-container-li .view_see_area.mobile-view-swipe {
 margin-top: -76px;
}
#mobile-middle-view-container-li.fix_view .view_see_area.mobile-view-swipe {
 margin-top: 0px;
}

#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top {
 z-index: 5;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 margin-bottom: 0;
 background: #fff;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .r_imgArea {
 width: 50px;
 height: 50px; /* animation:fix_animation 500ms 1 linear normal; */
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .r_imgArea .inner {
 width: 50px;
 height: 50px;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .r_imgArea span.shadow {
 width: 50px;
 height: 50px;
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .con_tit {
 width: 100%;
 padding-top: 6px;
 font-size: 15px;
 padding-right: 3px;
 margin: 0;
 white-space: nowrap;
 line-height: 20px;
 display: block;
 -webkit-line-clamp: 1; /* animation:fix_animation_font 500ms 1 linear normal; */
}
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .fix_display_area {
 overflow: hidden;
 height: 0;
 display: none; /* animation:fix_animation_display 500ms 1 linear normal;display:none; */
}

#mobile-middle-view-container-li .view_scroll_wrap .top,
#mobile-middle-view-container-li .view_scroll_wrap .top .r_imgArea,
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .r_imgArea .inner,
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .r_imgArea span.shadow,
#mobile-middle-view-container-li .view_scroll_wrap .top .con_tit,
#mobile-middle-view-container-li .view_scroll_wrap .top .fix_display_area,
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top,
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .r_imgArea,
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .con_tit,
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .fix_display_area {
 transition: all 100ms ease-out;
 -webkit-transition: all 100ms ease-out;
 -o-transition: all 100ms ease-out;
 -ms-transition: all 100ms ease-out;
 -moz-transition: all 100ms ease-out;
}

.v_top.fix_scroll .top {
 z-index: 5;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 margin-bottom: 0;
 background: #fff;
}
.v_top.fix_scroll .top .r_imgArea {
 width: 50px;
 height: 50px; /* animation:fix_animation 500ms 1 linear normal; */
}
.v_top.fix_scroll .top .con_tit {
 width: 100%;
 padding-top: 14px;
 font-size: 18px;
 padding-right: 3px;
 margin: 0;
 white-space: nowrap;
 line-height: 20px;
 display: block;
 -webkit-line-clamp: 1; /* animation:fix_animation_font 500ms 1 linear normal; */
}
.v_top.fix_scroll .top .fix_display_area {
 overflow: hidden;
 height: 0;
 display: none; /* animation:fix_animation_display 500ms 1 linear normal;display:none; */
}
.v_top.fix_scroll .top .ico_hd {
 background-size: auto 10px;
}
.v_top .btn_view.fix_scroll {
 z-index: 100;
 position: fixed;
 top: 68px;
 left: 0;
}
.v_top .btn_view.fix_scroll .b_a_down {
 width: 31.4%;
}
.v_top .btn_view.fix_scroll .b_view {
 display: block;
 width: 31.4%;
}
.v_top .btn_view.fix_scroll .b_singo {
 display: none;
}

#mobile-middle-view-container-li .view_scroll_wrap .top .sum_img,
#mobile-middle-view-container-li .view_scroll_wrap .top .file_name,
.v_top.fix_scroll .top,
.v_top.fix_scroll .top .r_imgArea,
.v_top.fix_scroll .top .con_tit,
.v_top .btn_view.fix_scroll > span,
.v_top.fix_scroll .top .fix_display_area {
 transition: all 100ms ease-out;
 -webkit-transition: all 100ms ease-out;
 -o-transition: all 100ms ease-out;
 -ms-transition: all 100ms ease-out;
 -moz-transition: all 100ms ease-out;
}

#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .sum_img,
#mobile-middle-view-container-li.fix_view .view_scroll_wrap .top .file_name,
.v_top .top,
.v_top .top .r_imgArea,
.v_top .top .con_tit,
.v_top .btn_view > span,
.v_top .top .fix_display_area {
 transition: all 300ms ease-out;
 -webkit-transition: all 300ms ease-out;
 -o-transition: all 300ms ease-out;
 -ms-transition: all 300ms ease-out;
 -moz-transition: all 300ms ease-out;
}
.v_top.fix_scroll .user_help_wrap {
 margin-top: 68px;
}

@keyframes fix_animation {
 0% {
  width: 65px;
  height: 65px;
 }
 100% {
  width: 50px;
  height: 50px;
 }
}

@keyframes fix_animation_font {
 0% {
  font-size: 14px;
 }
 100% {
  font-size: 18px;
 }
}

@keyframes fix_animation_display {
 0% {
  height: auto;
  opacity: 1;
 }
 100% {
  overflow: hidden;
  height: 0;
  opacity: 0;
 }
}

/* 캐스트 원페이 */
.sub_tab.charge {
 display:flex;
}
.sub_tab.charge > span {
 flex:1 1 100%;
 font-size: 14.8px;
}
.charge_banner.one_pay {
 background: #ffd634;
}
.one_pay_wrap {
 overflow: hidden;
 width: 92%;
 margin: 30px auto;
 border: 1px solid #f7f7f7;
 border-radius: 8px;
 background: #fff;
}
.one_pay_wrap .tab {
 width: 100%;
}
.one_pay_wrap .tab .tab_btn {
 float: left;
 display: inline-block;
 width: 50%;
 height: 35px;
 font-size: 1.4em;
 line-height: 35px;
 background: #444a4c;
 color: #8e9497;
 font-weight: bold;
 text-align: center;
}
.one_pay_wrap .tab .tab_btn.active {
 background: #fff;
 color: #ff9104;
}
.one_pay_wrap .tab_area {
 display: none;
 clear: both;
 padding: 15px 0;
}
.one_pay_wrap .tab_area.active {
 display: block;
}
.one_pay_wrap .tab_area dl {
 overflow: hidden;
 width: 100%;
 border-bottom: 1px solid #ffefcc;
}
.one_pay_wrap .tab_area dl dt {
 display: inline-block;
 width: 30%;
 padding-left: 15px;
 font-weight: normal;
 font-size: 13px;
 color: #ffae01;
 letter-spacing: -2px;
}
.one_pay_wrap .tab_area dl dd {
 display: inline-block;
 width: 65%;
 padding: 12px 0;
 font-size: 13px;
 vertical-align: middle;
 color: #757879;
}
.one_pay_wrap .tab_area .select_box {
 display: inline-block;
 width: 72px;
 height: 35px;
 border: 1px solid #c6c6c6;
 border-radius: 3px;
 background: #f9f9f9;
 vertical-align: middle;
 line-height: 32px;
}
.one_pay_wrap .tab_area .select_box.type2 {
 width: 100px;
}
.one_pay_wrap .tab_area .bg {
 background: #fffbf0;
}
.one_pay_wrap .tab_area .txt_red {
 color: #d2091c;
 font-weight: bold;
}
.one_pay_wrap .tab_area .txt_yellow {
 color: #ff9104;
 font-weight: bold;
}
.one_pay_wrap .tab_area .txt_black {
 color: #000;
}
.one_pay_wrap .tab_area .txt_blue {
 color: #00abeb;
}
.one_pay_wrap .tab_area .s_point {
 color: #00abeb;
 font-weight: bold;
}
.one_pay_wrap .tab_area .point {
 font-weight: bold;
}
.one_pay_wrap .tab_area .slash {
 display: inline-block;
 padding: 0 3px;
 vertical-align: middle;
}
.one_pay_wrap .btn_one_pay {
 display: block;
 width: 82.8%;
 height: 35px;
 margin: 20px auto;
 border: 1px solid #de7600;
 border-radius: 3px;
 line-height: 33px;
 font-size: 14px;
 letter-spacing: -1px;
 text-align: center;
 background: #ff9104;
 color: #fff;
}
.one_pay_wrap .onepay_opt_show_text {
 display: none;
}
.one_pay_wrap .onepay_opt_show_text.active {
 display: block;
}

/* 마이페이지 원페이 */
.my_onepay {
 width: 100%;
 background: #ff9104;
}
.my_onepay .top {
 position: relative;
 width: 100%;
 padding: 13px 5%;
 border-bottom: 1px solid #ffbb64;
}
.my_onepay .top .tit {
 color: #fff;
 font-size: 14px;
}
.my_onepay .top .btn_change {
 position: absolute;
 right: 5%;
 top: 10px;
 display: block;
 width: 100px;
 height: 28px;
 line-height: 24px;
 border: 2px solid #bf5d00;
 border-radius: 14px;
 background: #de7600;
 color: #ffd95e;
 text-align: center;
 font-size: 14px;
 letter-spacing: -1px;
}
.sideMenu .top .my_onepay ul li div {
 border-color: #ffbb64;
}
.sideMenu .top .my_onepay ul li div .info_tit {
 color: #ffd634;
}
.sideMenu .top .my_onepay ul li div .info_con {
 color: #000;
}

/* 원페이 변경팝업 */
.modal-content.onepay {
 background: #f4f4f4;
}
.modal-content.onepay .modal-header {
 background: #ff9104;
}
.modal-content.onepay .modal-body {
 padding-bottom: 1px;
}
.modal-content.onepay .modal-header .modal-title {
 font-size: 1.3em;
}
.onepay_popup {
 overflow: hidden;
 width: 93.5%;
 margin: 15px auto;
 border-radius: 5px;
 background: #fff;
}
.onepay_popup .tab {
 width: 100%;
}
.onepay_popup .tab .tab_btn {
 float: left;
 display: inline-block;
 width: 50%;
 height: 35px;
 font-size: 1.2em;
 line-height: 33px;
 background: #444a4c;
 color: #8e9497;
 font-weight: bold;
 text-align: center;
}
.onepay_popup .tab .tab_btn.active {
 background: #fff;
 color: #ff9104;
}
.onepay_popup .tab_area {
 display: none;
 clear: both;
 padding: 15px 0;
}
.onepay_popup .tab_area.active {
 display: block;
}
.onepay_popup .tab_area dl {
 overflow: hidden;
 width: 100%;
}
.onepay_popup .tab_area dl dt {
 display: inline-block;
 width: 35%;
 padding-left: 8px;
 font-weight: normal;
 font-size: 13px;
 color: #ffae01;
 letter-spacing: -2px;
}
.onepay_popup .tab_area dl dd {
 display: inline-block;
 width: 60%;
 padding: 15px 0;
 font-size: 13px;
 vertical-align: middle;
}
.onepay_popup .tab_area .select_box {
 display: inline-block;
 height: 35px;
 border: 1px solid #c6c6c6;
 border-radius: 3px;
 background: #f9f9f9;
 vertical-align: middle;
 line-height: 32px;
}
.onepay_popup .tab_area .select_box.type2 {
 width: 72px;
}
.onepay_popup .tab_area .slash {
 display: inline-block;
 padding: 0 7px;
 vertical-align: middle;
}
.onepay_popup .txt {
 width: 100%;
 padding: 12px 0;
 text-align: center;
 letter-spacing: -1px;
 font-size: 12px;
}
.onepay_popup .tab_area .btm {
 width: 96%;
 margin: 0 auto;
 padding: 12px 0;
 border-top: 1px solid #f4f4f4;
 text-align: center;
 letter-spacing: -1px;
}
.onepay_popup .tab_area .btm .onepay_opt_show_text {
 display: none;
}
.onepay_popup .tab_area .btm .onepay_opt_show_text.active {
 display: block;
}
.onepay_popup .tab_area .txt_red {
 color: #d2091c;
}
.onepay_popup .tab_area .txt_black {
 color: #000;
}
.onepay_popup .tab_area .txt_blue {
 color: #00abeb;
}
.onepay_s_txt {
 display: none;
 width: 93.5%;
 margin: 0 auto;
 text-align: center;
 color: #ff9104;
}
.onepay_s_txt.active {
 display: block;
}
.onepay_txt {
 width: 93.5%;
 padding-top: 3px;
 margin: 0 auto;
 font-size: 12px;
 color: #8e9497;
}
.btn_onepay_change {
 display: block;
 width: 93.5%;
 height: 35px;
 margin: 25px auto;
 border: 1px solid #de7600;
 border-radius: 3px;
 line-height: 33px;
 font-size: 14px;
 letter-spacing: -1px;
 text-align: center;
 background: #ff9104;
 color: #fff;
}
.btn_close.one_pay {
 right: 0;
}

/* 원페이 팝업 */
.cast_one_pay1804 {
 position: relative;
 width: 92%;
 height: 100%;
 margin: 0 auto;
 border-radius: 9px;
}
.cast_one_pay1804 > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.cast_one_pay1804 .btn_one_pay1804 {
 position: absolute;
 top: 70.8%;
 display: block;
 left: 18.8%;
 width: 62.1%;
 height: 11.8%;
 cursor: pointer;
}
.cast_one_pay1804 .btn_e_close {
 position: absolute;
 bottom: 0;
 display: block;
 width: 100%;
 height: 10.8%;
 cursor: pointer;
}
.btn_close.style1709 {
 top: -35px;
 right: 6%;
}

/* 1분 미리보기 팝업 */
.one_minute_wrap {
 width: 81.2%;
 max-width: 590px;
 padding-bottom: 18px;
 margin: 30% auto;
 border: 2px solid #162e56;
 border-radius: 5px;
 background: #fff;
}
.one_minute_wrap .top {
 width: 100%;
 padding: 20px 0 10px 0;
 font-size: 13px;
 text-align: center;
}
.one_minute_wrap .txt_blue {
 color: #1e88e5;
}
.one_minute_wrap .btm_btn {
 width: 100%;
 padding: 10px 0;
 background: #f7f7f7;
 text-align: center;
 letter-spacing: -1px;
 font-size: 11px;
}
.one_minute_wrap .btm_btn .one_view_btn {
 display: inline-block;
 height: 30px;
 text-align: center;
 border: 1px solid;
 line-height: 28px;
 cursor: pointer;
}
.one_minute_wrap .btm_btn .one_view_btn.now_view {
 width: 25.5%;
 background: #162e56;
 color: #fff;
}
.one_minute_wrap .btm_btn .one_view_btn.now_down {
 width: 25.5%;
 background: #1e88e5;
 color: #fff;
}
.one_minute_wrap .btm_btn .one_view_btn.now_close {
 width: 17.8%;
 margin-left: 15px;
 background: #fff;
 color: #616161;
 border-color: #dadada;
}

/* 1분 바로보기 버튼 */
.mejs__overlay-button.preview {
 display: inline-block;
 width: 75px;
 height: 75px;
 background: url("/static/_mobile/_img/common/btn_preview_1m.png") no-repeat 0 0;
 background-size: 75px 75px;
}

/* 원페이 이벤트 페이지 */
.e_con.one_pay {
 position: relative;
 width: 100%;
 background: #ffa800;
}
.e_con.one_pay > img {
 display: block;
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.one_pay .btn_one_pay {
 position: absolute;
 top: 79.5%;
 left: 50%;
 display: block;
 width: 80%;
 max-width: 517px;
 height: 11.7%;
 -webkit-transform: translate(-50%, 0);
 cursor: pointer;
}
.one_pay .btm {
 width: 100%;
 text-indent: 0;
 background: #d57000;
 color: #5d0500;
}
.one_pay .btm .inner {
 width: 100%;
 max-width: 640px;
 padding: 20px 4%;
 margin: 0 auto;
}
.one_pay .btm .inner ol li {
 overflow: hidden;
 margin-bottom: 3px;
}
.one_pay .btm .inner ol .num {
 float: left;
 display: inline-block;
 width: 15px;
}
.one_pay .btm .inner ol .txt {
 float: left;
 width: 93%;
}
.one_pay .btm .inner ol b {
 color: #444748;
}

/* 구독자료 */
.no_subs_data {
 width: 100%;
 padding: 25px 4%;
 background: #fff;
}
.no_subs_data .txt {
 margin-bottom: 5px;
 font-weight: bold;
 font-size: 14px;
}
.no_subs_data ul li {
 font-size: 1em;
}

/* 나를 구독한 친구 */
.friend_list_me {
 width: 50%;
 float: left;
}
.friend_list_me.b_style {
 border-right: 1px solid #d9d9d9;
}
.friend_list_me li {
 overflow: hidden;
 width: 100%;
 border-bottom: 1px solid #d9d9d9;
 background: #fff;
}
.friend_list_me li.bg {
 background: #fafafa;
}
.friend_list_me li > div {
 float: left;
 padding: 10px 0;
}
.friend_list_me li.list_top > div {
 padding: 5px 0;
 line-height: 20px;
 color: #bdbdbd;
 text-align: center;
 font-size: 11px;
}
.friend_list_me li.list_top > div.l2 {
 text-indent: -10px;
}
.friend_list_me li .l1 {
 width: 20%;
 text-align: center;
 line-height: 18px;
 color: #616161;
}
.friend_list_me li .l2 {
 width: 80%;
}
.friend_list_me .user_name {
 font-size: 14px;
 font-weight: bold;
 color: #212121;
}
.btn_close.style1806 {
 right: 0;
}

/* 웹툰 포인트 이벤트 팝업 */
.w_point_1808_popup {
 position: relative;
 width: 92%;
 height: 100%;
 margin: 0 auto;
 border-radius: 9px;
}
.w_point_1808_popup > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.w_point_1808_popup .btn_w_point_1808 {
 position: absolute;
 top: 70.2%;
 display: block;
 left: 11.3%;
 width: 77.6%;
 height: 13.1%;
 cursor: pointer;
}
.w_point_1808_popup .btn_e_close {
 position: absolute;
 bottom: 0;
 display: block;
 width: 100%;
 height: 10.3%;
 cursor: pointer;
}
.btn_close.style1808_w_point {
 top: 10%;
 right: 6%;
}

/* 성인방송 결제페이지 */
.adult_charge_wrap {
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.adult_charge_wrap .c_header {
 position: relative;
 width: 100%;
 background: #000;
}
.adult_charge_wrap .c_header h1 {
 width: 70%;
}
.c_header .btn_back {
 position: absolute;
 right: 2%;
 top: 50%;
 transform: translate(0, -50%);
 font-size: 12px;
 color: #fff;
 cursor: pointer;
}
.adult_charge_wrap .top,
.adult_charge_wrap .c_type_choice,
.adult_charge_wrap .btm {
 width: 100%;
 padding: 20px 0;
}
.adult_charge_wrap .top {
 background: #181616;
}
.adult_charge_wrap .top h2,
.adult_charge_wrap .c_type_choice h2,
.adult_charge_wrap .btm h2 {
 padding: 0 0 12px 3.5%;
 font-size: 1.4em;
 font-weight: bold;
 color: #c0bdbe;
}
.a_charge_item_wrap ul {
 width: 100%;
 border-top: 1px solid #252627;
}
.a_charge_item_wrap li {
 overflow: hidden;
 width: 100%;
 padding: 10px 0;
 border-bottom: 1px solid #252627;
 background: #181616;
}
.a_charge_item_wrap .bg {
 background: #1d1b1c;
}
.a_charge_item_wrap .left {
 float: left;
 padding: 2px 0 0 4.5%;
}
.a_charge_item_wrap .right {
 float: right;
 padding: 0 7% 0 0;
 text-align: right;
}
.a_charge_item_wrap .btn_radio {
 display: block;
 float: left;
}
.a_charge_item_wrap input[type="radio"] {
 display: none;
}
.a_charge_item_wrap input[type="radio"] + label span {
 position: relative;
 top: 12px;
 cursor: pointer;
 vertical-align: middle;
 display: block;
 float: left;
 width: 16px;
 height: 15px;
 margin-right: 10px;
 background: url("/static/_mobile/_img/charge/adult_charge_radio_btn.png") no-repeat 0 0;
 vertical-align: middle;
 background-size: auto 15px;
}
.a_charge_item_wrap input[type="radio"]:checked + label span {
 background-position: -15px 0;
}
.a_charge_item_wrap .sum_area {
 float: left;
}
.a_charge_item_wrap .sum_area .save_point {
 margin-bottom: 3px;
 font-size: 11px;
 color: #655844;
 letter-spacing: -1px;
}
.a_charge_item_wrap .sum_area .sum {
 font-size: 1.3em;
 color: #edce9f;
 line-height: 22px;
}
.a_charge_item_wrap .sum_area .sum span {
 font-weight: bold;
 font-size: 1.6em;
 vertical-align: bottom;
 line-height: 25px;
}
.a_charge_item_wrap .txt1 {
 margin-bottom: 4px;
 color: #e4d1b5;
 font-size: 11px;
 line-height: 22px;
}
.a_charge_item_wrap .txt1 span {
 font-weight: bold;
 font-size: 1.6em;
 line-height: 25px;
 vertical-align: bottom;
}
.a_charge_item_wrap .c_detail {
 color: #6f5b60;
 font-size: 11px;
}
.a_charge_item_wrap .input_c_num {
 display: inline-block;
 width: 50px;
 height: 23px;
 border: none;
 vertical-align: bottom;
 line-height: 21px;
 text-align: center;
 color: #000;
 font-weight: normal;
 font-size: 14px;
}
.t_saving_txt {
 width: 93%;
 padding: 10px;
 margin: 15px auto 0 auto;
 text-align: center;
 font-size: 1.3em;
 color: #595757;
 background: #000;
 letter-spacing: -0.5px;
}
.t_saving_txt .t_yellow {
 color: #edce9f;
}
.t_saving_txt .t_white {
 color: #e4d1b5;
}
.adult_charge_wrap .c_type_choice {
 width: 100%;
 background: #0d0a0b;
}
.c_type_choice ul {
 overflow: hidden;
 padding-left: 3.5%;
}
.c_type_choice li {
 float: left;
 width: 30.5%;
 margin: 0 2.3% 10px 0;
}
.c_type_choice li:nth-child(3n) {
 margin-right: 0;
}
.c_type_choice li .c_btn {
 display: block;
 width: 100%;
 padding: 8px 0;
 border: 1px solid #010000;
 border-radius: 3px;
 text-align: center;
 font-size: 1.4em;
 letter-spacing: -0.5px;
 font-weight: bold;
 background: #413f40;
 color: #ad9b81;
}
.c_type_choice li .c_btn.b_disable {
 background: #1d1a1b;
 color: #574e43;
}
.adult_charge_wrap .btm {
 width: 100%;
 padding-bottom: 30px;
 background: #181616;
}
.adult_charge_wrap .btm ul {
 padding: 0 3.5%;
 font-size: 12px;
 color: #4c4a4a;
 letter-spacing: -1px;
 line-height: 20px;
}

/* 성인방송 결제페이지 리뉴얼 2022-07 김우리 */
.bj_charge_wrap {
 z-index: 0;
 margin: 0 auto;
 background: #f8fafb;
 position: relative;
 max-width: 640px;
 color: #333;
}
.bj_charge_wrap .bj_charge_inner {
 width: 100%;
 padding: 0 3.5%;
}
.bj_charge_wrap .topArea {
 display: block;
 width: 100%;
 border-top: solid 1px #cfdbe2;
}
.bj_charge_wrap .itemArea {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 align-items: flex-start;
 flex-direction: row;
}
.itemArea .itemList {
 width: 48.5%;
 margin-top: 15px;
 margin-right: 3%;
 cursor: pointer;
}
.itemArea .itemList:nth-child(2n) {
 margin-right: 0;
}
.itemArea .itemList > input[type="radio"] {
 display: none;
}
.itemArea .itemList > input[type="radio"]:checked + .imgBox {
 background: #edfaff;
 border-color: #96e2f2;
}
.itemArea .itemList > input[type="radio"]:checked ~ .imgBox > .heart_num {
 color: #24b6e5;
}
.itemArea .itemList > input[type="radio"]:checked ~ .itemTxt > .txt_total {
 color: #24b6e5;
}
.itemArea .itemList > input[type="radio"]:checked ~ .itemTxt > .txt_price input[type="text"] {
 border-color: #96e2f2;
}
.itemArea .itemList .imgBox {
 z-index: -1;
 position: relative;
 width: 100%;
 height: 120px;
 background: #fff;
 border: 1px solid #cfdbe2;
 border-radius: 5px;
 text-align: center;
 overflow: hidden;
}
.itemArea .itemList .imgBox > .heart_ico {
 position: absolute;
 left: 0;
 top: 0;
 width: 36px;
}
.itemArea .itemList .imgBox > .heart_ico::before {
 z-index: -1;
 position: absolute;
 left: 0;
 top: 0;
 content: "";
 border-top: 48px solid #84b7cb;
 border-right: 66px solid transparent;
}
.itemArea .itemList:nth-child(3n) .imgBox > .heart_ico::before {
 border-top-color: #2dc3e8;
}
.itemArea .itemList:nth-child(n + 4) .imgBox > .heart_ico::before {
 border-top-color: #ee5aba;
}
.itemArea .itemList .imgBox > .heart_ico > span {
 color: #fff;
 font-family: "맑은고딕", "Malgun Gothic";
 font-size: 1.2em;
 text-align: center;
}
.itemArea .itemList .imgBox > .heart_ico > span b {
 margin-right: 1px;
 font-size: 1.5em;
 font-weight: 700;
 letter-spacing: -1px;
}
.itemArea .itemList .imgBox > .heart_img {
 z-index: -2;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 width: 90px;
 height: 90px;
}
.itemArea .itemList .imgBox > .heart_img.bullet {
 width: 80px;
 height: 80px;
}
.itemArea .itemList .imgBox > .heart_img img {
 display: block;
 width: 100%;
}
.itemArea .itemList .imgBox > .heart_num {
 position: absolute;
 right: 10px;
 bottom: 5px;
 color: #ff8aae;
 font-family: "맑은고딕", "Malgun Gothic";
 font-size: 1.4em;
 font-weight: 700;
 letter-spacing: -0.2px;
}
.itemArea .itemList .itemTxt {
 width: 100%;
 padding-top: 6px;
 line-height: 18px;
 font-size: 1.3em;
 letter-spacing: -0.8px;
 text-align: center;
}
.itemArea .itemList .itemTxt > .txt_total {
 font-weight: 700;
}
.itemArea .itemList .itemTxt > .txt_price {
 color: #999;
 font-weight: normal;
}
.itemArea .itemList .itemTxt > .txt_price input[type="text"] {
 width: 28px;
 line-height: 14px;
 margin: 0 1px 0 2px;
 border: 1px solid #cfdbe2;
 border-radius: 2px;
 text-align: right;
 vertical-align: top;
}
.bj_charge_wrap .itemBill {
 width: 100%;
 margin-top: 20px;
 padding: 10px;
 background: #edfaff;
 border: 1px solid #96e2f2;
 border-radius: 5px;
 font-size: 1.4em;
 letter-spacing: -0.2px;
 text-align: center;
}
.bj_charge_wrap .itemBill > span {
 color: #24b6e5;
 font-weight: bold;
}
.bj_charge_wrap h1 {
 font-size: 1.4em;
 font-weight: 700;
}
.bj_charge_wrap section {
 display: inline-block;
 width: 100%;
 padding: 20px 0;
}
.bj_charge_wrap ul.paymentArea {
 width: 100%;
 margin-top: 5px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 align-items: flex-start;
 flex-direction: row;
}
.bj_charge_wrap ul.paymentArea > li {
 width: 31.666%;
 margin-top: 10px;
 margin-right: 2.5%;
 padding: 10px 0;
 background: #fff;
 border: 1px solid #cfdbe2;
 border-radius: 4px;
 color: #84b7cb;
 font-size: 1.3em;
 font-weight: 700;
 text-align: center;
 letter-spacing: -1px;
 cursor: pointer;
}
.bj_charge_wrap ul.paymentArea > li:nth-child(3n) {
 margin-right: 0;
}
.bj_charge_wrap ul.paymentArea > li.pay.enabled:hover {
 background: #2dc3e8;
 border: 1px solid #2dc3e8;
 color: #fff;
}
.bj_charge_wrap ul.paymentArea > li.pay.disabled {
 border-color: #eff1f4;
 color: #cfdbe2;
 font-weight: normal;
 cursor: default;
 -webkit-touch-callout: none;
 user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 -webkit-user-select: none;
}
.bj_charge_wrap section.bj_charge_bottom {
 background: #fff;
 border-top: 1px solid #cfdbe2;
}
.bj_charge_wrap ul.noticeArea li {
 margin-top: 5px;
 color: #757879;
 font-size: 12px;
 letter-spacing: -0.5px;
}
.bj_charge_wrap ul.noticeArea li:first-child {
 margin-top: 15px;
}
.bj_charge_wrap ul.noticeArea li > span.fontRed {
 color: #e52475;
}
@media screen and (min-width: 640px) {
 .bj_charge_wrap .itemArea {
  padding-top: 7px;
 }
 .itemArea .itemList {
  width: 32%;
  margin-right: 2%;
 }
 .itemArea .itemList:nth-child(2n) {
  margin-right: 2%;
 }
 .itemArea .itemList:nth-child(3n) {
  margin-right: 0;
 }
 .itemArea .itemList .imgBox {
  height: 140px;
 }
}

/* 1810 웹툰 포인트 이벤트 팝업 */
.w_point_1810_popup {
 position: relative;
 width: 92%;
 height: 100%;
 margin: 0 auto;
 border-radius: 9px;
}
.w_point_1810_popup > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.w_point_1810_popup .btn_w_point_1810 {
 position: absolute;
 top: 68%;
 display: block;
 left: 11.3%;
 width: 77.6%;
 height: 13.1%;
 cursor: pointer;
}
.w_point_1810_popup .btn_e_close {
 position: absolute;
 left: 1.8%;
 bottom: 0;
 display: block;
 width: 98%;
 height: 10.3%;
 cursor: pointer;
}
.btn_close.style1810_w_point {
 top: 10%;
 right: 6%;
}

/* 1908 판매자 이벤트 팝업 */
.seller_1908_popup {
 position: relative;
 width: 92%;
 height: 100%;
 margin-left: 3.5%;
 border-radius: 9px;
}
.seller_1908_popup > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.seller_1908_popup .btn_seller_1908 {
 position: absolute;
 top: 52%;
 left: 5%;
 display: block;
 width: 54%;
 height: 15.3%;
 cursor: pointer;
}
.seller_1908_popup .btn_e_close {
 position: absolute;
 bottom: 0;
 right: 0;
 display: block;
 width: 100%;
 height: 11.5%;
 cursor: pointer;
}
.btn_close.style1908 {
 top: -35px;
 right: 4.3%;
}

/* 휴면회원 15일 무료쿠폰 팝업 */
.free_15day_popup {
 position: relative;
 width: 92%;
 height: 100%;
 margin: 0 auto;
 border-radius: 9px;
}
.free_15day_popup > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.free_15day_popup .btn_free_15day {
 position: absolute;
 top: 64%;
 left: 14%;
 display: block;
 width: 70%;
 height: 17.9%;
 cursor: pointer;
}
.free_15day_popup .btn_e_close {
 position: absolute;
 bottom: 0;
 right: 0;
 display: block;
 width: 100%;
 height: 11.5%;
 cursor: pointer;
}
.btn_close.style_free_15 {
 top: -35px;
 right: 4.3%;
}

/* 1909 웹툰 이벤트 팝업 */
.webtoon_1909_popup {
 position: relative;
 width: 92%;
 height: 100%;
 margin: 0 auto;
 border-radius: 9px;
}
.webtoon_1909_popup > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.webtoon_1909_popup .btn_webtoon_1909 {
 position: absolute;
 top: 67.2%;
 left: 14%;
 display: block;
 width: 74%;
 height: 14.3%;
 cursor: pointer;
}
.webtoon_1909_popup .btn_e_close {
 position: absolute;
 bottom: 0;
 right: 0;
 display: block;
 width: 100%;
 height: 10.5%;
 cursor: pointer;
}
.btn_close.style_webtoon_1909 {
 top: 8px;
 right: 4.3%;
}

/* 2022-06 생일축하 이벤트 상단띠배너 */
#topBanner_hbd {
 position: relative;
 width: 100%;
 height: auto;
 background: #7598ff;
 border-bottom: 1px solid #5674cc;
 text-align: center;
}
#topBanner_hbd > .topBannerArea {
 max-width: 1000px;
 height: auto;
 margin: 0 auto;
}
#topBanner_hbd > .topBannerArea .btn_topBanner_x {
 position: absolute;
 top: 50%;
 right: 3.5%;
 transform: translateY(-50%);
}
#topBanner_hbd > .topBannerArea .btn_topBanner_x > img {
 max-width: 24px;
}
#topBanner_hbd > .topBannerArea .img_topBanner > img {
 display: block;
 margin: 0 auto;
 max-width: 640px;
}

/* 2022-06 생일축하 이벤트 레이어팝업 */
.layer_hbd {
 z-index: 9999999;
 position: absolute;
 left: 50%;
 top: 8%;
 transform: translateX(-50%);
 width: 90%;
 max-width: 480px;
 margin-bottom: 10%;
 border-radius: 15px;
 overflow: hidden;
 -webkit-box-shadow: 0px 0px 25px rgb(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 0px 25px rgb(0, 0, 0, 0.2);
 box-shadow: 0px 0px 25px rgb(0, 0, 0, 0.2);
}
.layer_hbd .hbd_bg {
 position: relative;
 float: left;
 display: inline-block;
 width: 100%;
 background: #d0e9f3;
}
.layer_hbd .hbd_bg > img {
 width: 100%;
}
.layer_hbd .hbd_bg > .layerClose {
 position: absolute;
 right: 3.5%;
 top: 3.5%;
 width: 24px;
 height: 24px;
 cursor: pointer;
}
.layer_hbd .hbd_bg > .layerText {
 position: absolute;
 left: 0;
 top: 63%;
 display: table;
 width: 100%;
 height: 20%;
 padding: 0 4%;
 box-sizing: border-box;
}
.layer_hbd .hbd_bg > .layerText p {
 display: table-cell;
 vertical-align: middle;
 color: #242424;
 line-height: 1.9em;
 font-size: 1.1em;
 font-weight: bold;
 text-align: center;
 letter-spacing: -0.5px;
}
.layer_hbd .hbd_bg > .giftOpen {
 position: absolute;
 left: 50%;
 bottom: 0;
 transform: translateX(-50%);
 display: inline-block;
 width: 100%;
 height: 16%;
 cursor: pointer;
}
.layer_hbd_gift {
 z-index: 9999;
 position: absolute;
 left: 50%;
 top: 0;
 transform: translate(-50%, 50%);
 width: 90%;
 max-width: 480px;
 height: auto;
}
.layer_hbd_gift .hbd_gift > .layerClose {
 position: absolute;
 left: 50%;
 bottom: 0;
 transform: translateX(-50%);
 display: inline-block;
 width: 100%;
 height: 20%;
 cursor: pointer;
}
@media (max-width: 280px) {
 .layer_hbd .hbd_bg > .layerText p {
  line-height: 1.5em;
  font-size: 1em;
 }
 .layer_hbd .hbd_bg > .layerText p br {
  display: none;
 }
}

/* 2022-06 카카오페이 100원 이벤트 레이어팝업 */
.layer_kakaopay_2206 {
 width: 90%;
 max-width: 510px;
 border-radius: 15px;
 overflow: hidden;
 -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 margin-bottom: 10%;
}
.layer_kakaopay_2206 .kakaopay_2206_img {
 float: left;
 display: inline-block;
 position: relative;
 width: 100%;
 background: #f5ce22;
 text-align: center;
}
.kakaopay_2206_img .kakaopay_2206_txt {
 position: absolute;
 top: 33%;
 left: 0px;
 width: 100%;
 padding: 0 20px;
 color: #1c1e1e;
 font-family: Dotum, 돋움, sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 letter-spacing: -0.8px;
}
.kakaopay_2206_img .kakaopay_2206_txt > .txtPoint {
 color: #fe5636;
 font-size: 16px;
 font-weight: bold;
 line-height: 24px;
}
.kakaopay_2206_img .kakaopay_2206_btn {
 position: absolute;
 left: 12%;
 bottom: 4%;
 width: 76%;
 height: 12%;
}
.kakaopay_2206_img .kakaopay_2206_btn > span {
 display: none;
}
.layer_kakaopay_2206 .kakaopay_2206_bottom {
 float: left;
 display: inline-block;
 width: 100%;
 padding: 18px 20px;
 background: #66645a;
}
.layer_kakaopay_2206 .kakaopay_2206_bottom ul li {
 float: left;
 display: inline-block;
 width: 100%;
 margin-bottom: 5px;
 color: #fff;
 font-size: 11px;
 line-height: 16px;
}
.layer_kakaopay_2206 .kakaopay_2206_bottom ul li:last-child {
 margin-bottom: 0;
}
@media (max-width: 280px) {
 .kakaopay_2206_img .kakaopay_2206_txt {
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: -1px;
 }
 .kakaopay_2206_img .kakaopay_2206_txt > .txtPoint {
  font-size: 13px;
  line-height: 14px;
 }
}

/* 2022-07 레이어팝업 컨트롤 영역 추가 */
.layerCtrl {
 float: left;
 display: inline-block;
 width: 100%;
 background: #1f1f1f;
}
.layerCtrl > ul {
 width: 100%;
}
.layerCtrl > ul li {
 line-height: 40px;
}
.layerCtrl > ul li.listL {
 float: left;
 padding-left: 20px;
}
.layerCtrl > ul li.listR {
 float: right;
 padding-right: 15px;
}
.layerCtrl > ul li input[type="checkbox"] {
 display: none;
}
.layerCtrl > ul li.btnTxt > label {
 color: #727272;
 font-size: 12px;
 font-weight: normal;
 cursor: pointer;
}
.layerCtrl .layerCtrl_btnClose {
 display: inline-block;
 width: 22px;
 height: 22px;
 margin-bottom: 3px;
 background: url("/static/_mobile/_img/common/layerCtrl_btnClose.png") no-repeat;
 background-size: 100%;
 vertical-align: middle;
 opacity: 0.45;
 cursor: pointer;
}

/* 팝업 레이어 공통 - 단순 이미지일때 */
.layerImg {
 width: 90%;
 max-width: 480px;
 border: 1px solid #1f1f1f;
 border-radius: 15px;
 overflow: hidden;
 -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
}

/* 2022-07 카카오페이 정기결제인증 포인트지급 레이어팝업 */
.layer_kakaopay_2207 {
 background: #3e96fa;
 width: 90%;
 max-width: 510px;
 border-radius: 15px;
 overflow: hidden;
 -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 margin-bottom: 10%;
}
.layer_kakaopay_2207 .kakaopay_2207_img {
 float: left;
 display: inline-block;
 position: relative;
 width: 100%;
 background: #3e96fa;
 text-align: center;
}
.kakaopay_2207_img .kakaopay_2207_btn {
 position: absolute;
 left: 50%;
 bottom: 5%;
 transform: translateX(-50%);
 width: 60%;
 height: 13%;
}
.kakaopay_2207_img .kakaopay_2207_btn > span {
 display: none;
}
.layer_kakaopay_2207 .kakaopay_2207_bottom {
 float: left;
 display: inline-block;
 width: 100%;
 padding: 0 25px 25px;
}
.layer_kakaopay_2207 .kakaopay_2207_bottom ul li {
 float: left;
 display: inline-block;
 width: 100%;
 color: #c7dfed;
 font-size: 11px;
 line-height: 18px;
 letter-spacing: -0.5px;
}

/* 2022-11 카카오페이 정기결제인증 포인트지급 레이어팝업 */
.layer_kakaopay_2211 {
 width: 90%;
 max-width: 640px;
 border-radius: 15px;
 overflow: hidden;
 -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 margin-bottom: 10%;
}
.layer_kakaopay_2211 .kakaopay_2211_img {
 float: left;
 display: inline-block;
 position: relative;
 width: 100%;
 background: #f5563d;
 text-align: center;
}
.kakaopay_2211_img .kakaopay_2211_btn {
 position: absolute;
 left: 50%;
 bottom: 14%;
 transform: translateX(-50%);
 width: 50%;
 height: 11%;
}
.kakaopay_2211_img .kakaopay_2211_btn > span {
 display: none;
}
.layer_kakaopay_2211 .kakaopay_2211_bottom {
 float: left;
 display: inline-block;
 width: 100%;
 padding: 20px 20px;
 background: #f5563d;
}
.layer_kakaopay_2211 .kakaopay_2211_bottom ul li {
 float: left;
 display: inline-block;
 width: 100%;
 color: #fff;
 font-size: 11px;
 line-height: 18px;
 letter-spacing: -0.5px;
}

/* 2022-08 정액제 자동결제 첫달 100원 레이어팝업 */
.layer_autopay100_2208 {
 width: 90%;
 max-width: 520px;
 border: 1px solid #1f1f1f;
 border-radius: 15px;
 overflow: hidden;
 -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
}
.layer_autopay100_2208 > .layer_bg {
 float: left;
 display: inline-block;
 position: relative;
 width: 100%;
 background: #6a6afc;
 text-align: center;
}
.layer_autopay100_2208 > .layer_bg > .btnArea {
 position: absolute;
 left: 50%;
 bottom: 6%;
 width: 100%;
 transform: translateX(-50%);
 display: flex;
 justify-content: center;
 align-items: center;
}
.layer_autopay100_2208 > .layer_bg > .btnArea li {
 width: 35%;
 height: auto;
 padding: 5%;
 margin-right: 2%;
 cursor: pointer;
}
.layer_autopay100_2208 > .layer_bg > .btnArea li:last-child {
 margin-right: 0;
}
.layer_autopay100_2208 > .layer_bg > .btnArea li span {
 display: none;
}
.layer_autopay100_2208 > ul.layer_notice {
 float: left;
 display: inline-block;
 width: 100%;
 padding: 6% 5%;
 background: #3d349e;
}
.layer_autopay100_2208 > ul.layer_notice li {
 float: left;
 display: inline-block;
 position: relative;
 width: 100%;
 padding-left: 8px;
 color: #c9dbff;
 font-size: 11px;
 line-height: 17px;
 letter-spacing: -0.25px;
}
.layer_autopay100_2208 > ul.layer_notice li:nth-child(n + 2):before {
 content: "";
 display: inline-block;
 width: 2px;
 height: 1px;
 position: absolute;
 left: 0;
 top: 8px;
 background: #fff;
}
.layer_autopay100_2208 > ul.layer_notice li.layer_notice_title {
 line-height: 11px;
 margin-bottom: 4%;
 padding-left: 0;
 font-weight: bold;
}

/* 2022-08 정액제 자동결제 2000원 할인 레이어팝업 */
.layer_autopayDC_2208 {
 width: 90%;
 max-width: 520px;
 border: 1px solid #1f1f1f;
 border-radius: 15px;
 overflow: hidden;
 -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
}
.layer_autopayDC_2208 > .layer_bg {
 float: left;
 display: inline-block;
 position: relative;
 width: 100%;
 background: #eb67a0;
 text-align: center;
}
.layer_autopayDC_2208 > .layer_bg > .btnArea {
 position: absolute;
 left: 50%;
 bottom: 6%;
 width: 100%;
 transform: translateX(-50%);
 display: flex;
 justify-content: center;
 align-items: center;
}
.layer_autopayDC_2208 > .layer_bg > .btnArea li {
 width: 28.5%;
 height: auto;
 padding: 5%;
 margin-right: 2%;
 cursor: pointer;
}
.layer_autopayDC_2208 > .layer_bg > .btnArea li:last-child {
 margin-right: 0;
}
.layer_autopayDC_2208 > .layer_bg > .btnArea li span {
 display: none;
}
.layer_autopayDC_2208 > ul.layer_notice {
 float: left;
 display: inline-block;
 width: 100%;
 padding: 6% 5%;
 background: #9e3462;
}
.layer_autopayDC_2208 > ul.layer_notice li {
 float: left;
 display: inline-block;
 position: relative;
 width: 100%;
 padding-left: 8px;
 color: #ffc9e1;
 font-size: 11px;
 line-height: 17px;
 letter-spacing: -0.25px;
}
.layer_autopayDC_2208 > ul.layer_notice li:nth-child(n + 2):before {
 content: "";
 display: inline-block;
 width: 2px;
 height: 1px;
 position: absolute;
 left: 0;
 top: 8px;
 background: #fff;
}
.layer_autopayDC_2208 > ul.layer_notice li.layer_notice_title {
 line-height: 11px;
 margin-bottom: 4%;
 padding-left: 0;
 font-weight: bold;
}

/* 2022-08 장기미사용회원 할인 레이어팝업 */
.layer_sleep_2208 {
 width: 90%;
 max-width: 480px;
 border: 1px solid #1f1f1f;
 border-radius: 15px;
 overflow: hidden;
 -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
}
.layer_sleep_2208 > .layer_bg {
 float: left;
 display: inline-block;
 position: relative;
 width: 100%;
 background: #432cd2;
 text-align: center;
}
.layer_sleep_2208 > .layer_bg > .btnArea {
 position: absolute;
 left: 50%;
 bottom: 6%;
 width: 100%;
 transform: translateX(-50%);
 display: flex;
 justify-content: center;
 align-items: center;
}
.layer_sleep_2208 > .layer_bg > .btnArea li {
 width: 46%;
 height: auto;
 padding: 5%;
 cursor: pointer;
}
.layer_sleep_2208 > .layer_bg > .btnArea li span {
 display: none;
}

/* 2022-10 BJ방송 총알10발 지급 레이어팝업 */
.layer_bj_2210 {
 width: 90%;
 max-width: 480px;
 overflow: hidden;
}
.layer_bj_2210 > .layer_bg {
 float: left;
 display: inline-block;
 position: relative;
 width: 100%;
 text-align: center;
}

ul.layer_btn_bottom {
 display: inline-block;
 width: 100%;
 border-top: 1px solid #000;
}
ul.layer_btn_bottom li {
 float: left;
 display: inline-block;
 width: 50%;
 line-height: 50px;
 background: #e6e9ef;
 box-sizing: border-box;
 color: #808080;
 font-size: 14px;
 font-weight: 700;
 text-align: center;
 cursor: pointer;
}
ul.layer_btn_bottom li:first-child {
 background: #363342;
}
ul.layer_btn_bottom li:nth-child(2) {
 background: #000;
}
ul.layer_btn_bottom li:hover {
 color: #ccc;
}

/* 2022-11 첫결제 자유이용권 100원 레이어팝업 */
.layer_first_100 {
 width: 90%;
 max-width: 480px;
 border: 1px solid #1f1f1f;
 border-radius: 15px;
 overflow: hidden;
 -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
 box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
}
.layer_first_100 > .layer_bg {
 float: left;
 display: inline-block;
 width: 100%;
 background: #fce9d1;
 text-align: center;
}
.layer_first_100 > .layer_bg > .btnArea {
 width: 100%;
 padding: 10px;
 overflow: hidden;
}
.layer_first_100 > .layer_bg > .btnArea li {
 float: left;
 width: 50%;
 height: auto;
 text-align: center;
 cursor: pointer;
}
.layer_first_100 > .layer_bg > .btnArea li img {
 width: 98%;
}

.pop_notice {
 width: 100%;
 padding: 10px;
 background: #5d2012;
}
.pop_notice li {
 position: relative;
 line-height: 1.2em;
 margin-bottom: 3px;
 padding-left: 10px;
 color: #d9a397;
 font-size: 10px;
 text-align: left;
 word-break: keep-all;
}
.pop_notice li:last-child {
 margin-bottom: 0;
}
.pop_notice li:before {
 content: "-";
 position: absolute;
 left: 0;
 top: 0;
}

/* 추석맞이 충전 */
.charge.v19091 {
 padding-bottom: 40px;
}
.event_charge.v19091 > .top {
 background: #362e28;
}
.v19091 .vr_item {
 border-radius: 5px;
 border-color: #c99265;
}
.v19091 .vr_item .top {
 padding-bottom: 20px;
 border-bottom: none;
 background-image: url("/static/_mobile/_img/charge/top_bg_19091.jpg");
 background-color: #18ab3c;
 background-repeat: repeat;
 background-size: contain;
 background-position: center;
}
.v19091 .vr_item .top .sum_area .p_style {
 color: #fff;
}
.v19091 .vr_item .top .sum_area .d_sum {
 color: #cba491;
}
.v19091 .vr_item .top .sum_area .d_sum span {
 border-color: #fff;
}
.v19091 .vr_item .top .sum_area .sum {
 color: #ffe198;
}
.v19091 .vr_item .top .sum_area .sum span {
 line-height: 1.1em;
 color: #ffe198;
 letter-spacing: -0.5px;
}
.v19091 .vr_item .btm {
 position: relative;
 width: 100%;
 padding-top: 10px;
}
.v19091 .vr_item .btm p {
 padding: 0;
 padding-bottom: 8px;
 color: #503137;
}
.v19091 .vr_item .btm p .o_txt {
 color: #d58b4d;
}
.v19091 .vr_item .btm p .txt_style {
 color: #120f9c;
}
.v19091 .vr_item .btm p .t_yellow {
 color: #503137;
}
.v19091 .vr_item .btm div {
 padding-top: 3px;
 margin: -20px auto 5px auto;
 background: #b3002f;
 color: #fff;
 text-align: center;
}
.v19091 .vr_item .btm div .t_style {
 color: #ffe198;
}
.v19091 .vr_item .ico_vr {
 top: 3px;
 width: 60px;
 padding-left: 12px;
 border-radius: 0;
 color: #fff;
 background: url("/static/_mobile/_img/charge/ico_charge19091.png") no-repeat 0 0;
 background-size: 60px 16px;
 text-align: left;
}
.v19091 .tip {
 padding-left: 10px;
 color: #4b466b;
}
.v19091 .tip li {
 margin: 5px 0;
 line-height: 13px;
 font-size: 11px;
}
.v19091 .tip .ico {
 display: inline-block;
 width: 12px;
 height: 12px;
 margin-right: 5px;
 background: no-repeat 0 0;
 vertical-align: top;
}
.v19091 .tip .ico.typep {
 background-image: url("/static/_mobile/_img/charge/ico_p_v4.png");
 background-size: 12px 12px;
}
.v19091 .tip .ico.typeb {
 background-image: url("/static/_mobile/_img/charge/ico_b_v4.png");
 background-size: 12px 12px;
}
.v19091 .tip .b_txt {
 color: #765fc6;
 line-height: 13px;
}
.v19091 .tip .p_txt {
 color: #247bc5;
 line-height: 13px;
}
.charge_n_list.v1607.v19091 ul li .top.padding_style {
 height: 87px;
 padding: 19px 2% 18px 2%;
}
.charge_n_list.v1607.v19091 ul li .top .sum_area .p_style {
 color: #b3002f;
}
.charge_n_list.v1607.v19091 ul li .top .sum_area .p_style.type1 {
 color: #ffc000;
}
.charge_n_list.v1607.v19091 ul li .top .sum_area .sum {
 color: #5a4c42;
}
.charge_n_list.v1607.v19091 ul li .top .sum_area .sum.type1 {
 color: #9abf2f;
}
.charge_n_list.v1607.v19091 ul li .top .sum_area .sum.position {
 position: relative;
 top: 9px;
}
.charge_n_list.v1607.v19091 ul li .top .sum_area .sum span {
 color: #5a4c42;
 letter-spacing: -0.5px;
}
.charge_n_list.v1607.v19091 ul li .top .style2 .sum_area .sum,
.charge_n_list.v1607.v19091 ul li .top .style2 .sum_area .sum .type1 {
 color: #97908b;
}
.charge_n_list.v1607.v19091 ul li .top .sum_area .d_sum span {
 border-color: #868686;
}
.charge_n_list.v1607.v19091 ul li .top .right .txt1 {
 position: relative;
 top: 3px;
 margin: 0;
 color: #985002;
}
.charge_n_list.v1607.v19091 ul li .top .right .txt1 span.t_blue {
 line-height: 21px;
 font-size: 20px;
 color: #985002;
 font-weight: bold;
 letter-spacing: -0.5px;
}
.charge_n_list.v1607.v19091 ul li .top .right .txt1.type1,
.charge_n_list.v1607.v19091 ul li .top .right .txt1 span.t_blue.style1 {
 color: #d28139;
}
.charge_n_list.v1607.v19091 ul li .top .right .t_blue {
 color: #e7728c;
}
.charge_n_list.v1607.v19091 ul li .top .right .t_yellow {
 color: #d58b4d;
}
.charge_n_list.v1607.v19091 .ico_best {
 position: absolute;
 top: 0;
 left: 0;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-color: #c99265 transparent transparent #c99265;
 border-width: 0px 35px 30px 35px;
}
.charge_n_list.v1607.v19091 .ico_best.type2 {
 border-color: #f06937 transparent transparent #f06937;
}
.v19091 .btm_txt {
 padding: 5px 2% 110px 2%;
 text-align: right;
 font-size: 11px;
 letter-spacing: -1px;
 color: #0d163b;
}

/* 추석결제 팝업 */
.charge19091 {
 position: relative;
 width: 92%;
 height: 100%;
 margin: 0 auto;
 border-radius: 9px;
}
.charge19091 > img {
 display: block;
 width: 100%;
 border-radius: 8px;
}
.charge19091 .btn_charge19091 {
 position: absolute;
 top: 67.5%;
 left: 17.9%;
 display: block;
 width: 65%;
 height: 14.2%;
 cursor: pointer;
}
.charge19091 .btn_e_close {
 position: absolute;
 bottom: 0;
 right: 0;
 display: block;
 width: 100%;
 height: 10%;
 cursor: pointer;
}
.btn_close.style19091 {
 top: 8px;
 right: 4.3%;
}

/* 1910 7주년 충전 */
.charge.v1910 {
 padding-bottom: 40px;
}
.event_charge.v1910 > .top {
 background: #000;
}
.charge_n_list.v1910 ul li .top .sum_area .p_style {
 color: #00abeb;
}
.charge_n_list.v1910 ul li .top .sum_area .sum {
 color: #ff6100;
}
.charge_n_list.v1910 ul li .top .sum_area .sum span {
 color: #ff6100;
}
.charge_n_list.v1910 ul li .top .style2 .sum_area .sum,
.charge_n_list.v1910 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffa168;
}
.charge_n_list.v1910 ul li .top .sum_area .d_sum span {
 border-color: #00abeb;
}
.charge_n_list.v1910 ul li .top .right .txt1 {
 color: #000;
}
.charge_n_list.v1910 ul li .top .right .txt1 span.t_blue {
 color: #000;
}
.charge_n_list.v1910 ul li .top .right .txt1.type1,
.charge_n_list.v1910 ul li .top .right .txt1 span.t_blue.style1 {
 color: #656565;
}
.charge_n_list.v1910 ul li .top .right .t_yellow {
 color: #db0413;
}
.charge_n_list.v1910 .ico_best {
 border-color: #00abeb transparent transparent #00abeb;
}

/* 20011 충전 */
.event_charge.v20011 > .top {
 background: #ffba00;
}
.charge_n_list.v20011 ul li .top .sum_area .p_style {
 color: #00abeb;
}
.charge_n_list.v20011 ul li .top .sum_area .sum {
 color: #ff008a;
}
.charge_n_list.v20011 ul li .top .sum_area .sum span {
 color: #ff008a;
}
.charge_n_list.v20011 ul li .top .style2 .sum_area .sum,
.charge_n_list.v20011 ul li .top .style2 .sum_area .sum .type1 {
 color: #ff008a;
}
.charge_n_list.v20011 ul li .top .right .txt1 {
 color: #8800d6;
}
.charge_n_list.v20011 ul li .top .right .txt1 span.t_blue {
 color: #8800d6;
}
.charge_n_list.v20011 ul li .top .right .txt1.type1,
.charge_n_list.v20011 ul li .top .right .txt1 span.t_blue.style1 {
 color: #8800d6;
}
.charge_n_list.v20011 ul li .top .right .per_wrap {
 display: inline-block;
 height: 22px;
 background: #ffbe00;
 padding: 2px;
 color: #fff;
 position: relative;
 top: -2px;
 left: -15px;
 font-size: 11px;
 font-weight: bold;
}
.charge_n_list.v20011 ul li:nth-child(-n + 3) .top .right .per_wrap {
 left: -22px;
}
.charge_n_list.v20011 ul li .top .right .per_wrap .per_num {
 display: inline-block;
 height: 18px;
 line-height: 18px;
 background: #fff;
 color: #ff9c00;
 padding: 0 1px;
 margin-right: 1px;
}
.charge_n_list.v20011 ul li .top .right .per_wrap .angle {
 position: absolute;
 top: 0;
 right: -15px;
 border-style: solid;
 border-width: 11px 5px 11px 10px;
 border-color: transparent transparent transparent #ffbe00;
}
.charge_n_list.v20011 ul li .top .right .t_yellow {
 color: #ff008a;
}
.charge_n_list.v20011 .ico_best {
 border-color: #5d67d7 transparent transparent #5d67d7;
}

/* 2008 충전 */
.charge.v2008 {
 padding-bottom: 40px;
}
.event_charge.v2008 > .top {
 background: #db3b57;
}
.charge_n_list.v1604.v2008 h3 span {
 color: #ffaa04;
}
.charge_n_list.v1607.v2008 ul li .top.padding_style {
 height: 87px;
 padding: 19px 2% 18px 2%;
}
.charge_n_list.v1607.v2008 ul li .top .sum_area .p_style {
 color: #52e6ff;
}
.charge_n_list.v1607.v2008 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v1607.v2008 ul li .top .sum_area .sum.position {
 position: relative;
 top: 9px;
}
.charge_n_list.v1607.v2008 ul li .top .sum_area .sum span {
 color: #ffba00;
 letter-spacing: -0.5px;
}
.charge_n_list.v1607.v2008 ul li .top .style2 .sum_area .sum,
.charge_n_list.v1607.v2008 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffd533;
}
.charge_n_list.v1607.v2008 ul li .top .sum_area .d_sum span {
 border-color: #52e6ff;
}
.charge_n_list.v1607.v2008 ul li .top .right .txt1 {
 position: relative;
 top: 3px;
 margin: 0;
 color: #b9001b;
}
.charge_n_list.v1607.v2008 ul li .top .right .txt1 span.t_blue {
 line-height: 21px;
 font-size: 20px;
 color: #b9001b;
 font-weight: bold;
 letter-spacing: -0.5px;
}
.charge_n_list.v1607.v2008 ul li .top .right .txt1.type1,
.charge_n_list.v1607.v2008 ul li .top .right .txt1 span.t_blue.style1 {
 color: #f85147;
}
.charge_n_list.v1607.v2008 ul li .top .right .t_yellow {
 color: #cb222a;
}
.charge_n_list.v1607.v2008 .ico_best {
 position: absolute;
 top: 0;
 left: 0;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-color: #ffba00 transparent transparent #ffba00;
 border-width: 0px 35px 30px 35px;
}
.v2008 .tip {
 padding: 10px 0 0 2%;
 color: #757879;
}
.v2008 .tip .big_txt span {
 color: #000;
}
.v2008 .tip li {
 margin: 5px 0;
 line-height: 13px;
 font-size: 11px;
 background: none;
 border-bottom: none;
}
.v2008 .tip .ico {
 display: inline-block;
 width: 12px;
 height: 12px;
 margin-right: 5px;
 background: no-repeat 0 0;
 vertical-align: top;
}
.v2008 .tip .ico.typep {
 background-image: url("/static/_mobile/_img/charge/ico_p_v4.png");
 background-size: 12px 12px;
}
.v2008 .tip .ico.typeb {
 background-image: url("/static/_mobile/_img/charge/ico_b_v4.png");
 background-size: 12px 12px;
}
.v2008 .tip .b_txt {
 color: #765fc6;
 line-height: 13px;
}
.v2008 .tip .p_txt {
 color: #247bc5;
 line-height: 13px;
}
.v2008 .btm_txt {
 padding: 5px 2% 110px 2%;
 font-size: 11px;
 letter-spacing: -1px;
 color: #0d163b;
}

/* 2009 충전 */
.charge.v2009 {
 padding-bottom: 40px;
}
.event_charge.v2009 > .top {
 background: #7237db;
}
.charge_n_list.v2009 ul li .top .sum_area .p_style {
 color: #4e00ff;
}
.charge_n_list.v2009 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v2009 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v2009 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2009 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffd533;
}
.charge_n_list.v2009 ul li .top .sum_area .d_sum span {
 border-color: #4e00ff;
}
.charge_n_list.v2009 ul li .top .right .txt1 {
 color: #ab2fc9;
}
.charge_n_list.v2009 ul li .top .right .txt1 span.t_blue {
 color: #ab2fc9;
}
.charge_n_list.v2009 ul li .top .right .txt1.type1,
.charge_n_list.v2009 ul li .top .right .txt1 span.t_blue.style1 {
 color: #e56aff;
}
.charge_n_list.v2009 ul li .top .right .t_yellow {
 color: #5d16ff;
}
.charge_n_list.v2009 .ico_best {
 border-color: #7028ff transparent transparent #7028ff;
}

/* 2010 충전 */
.charge.v2010 {
 padding-bottom: 40px;
}
.event_charge.v2010 {
 margin-bottom: 0;
}
.event_charge.v2010 > .top {
 background: #0e0d0e;
}
.charge_n_list.v2010 > h3 {
 margin-bottom: 0;
 padding-top: 20px;
 padding-bottom: 10px;
 background: #dcd4c4;
}
.charge_n_list.v2010 > h3 .slash {
 color: #fff;
}
.charge_n_list.v2010 > h3 .txt {
 color: #9e824c;
}
.charge_n_list.v2010 fieldset {
 background: #dcd4c4;
}
.charge_n_list.v2010 fieldset ul li {
 border-bottom: 2px solid #c0b8a8;
}
.charge_n_list.v2010 fieldset ul li:last-child {
 margin-bottom: 0;
}
.charge_n_list.v2010 ul li .top .sum_area .p_style {
 color: #ffb828;
}
.charge_n_list.v2010 ul li .top .sum_area .sum {
 color: #bd171e;
}
.charge_n_list.v2010 ul li .top .sum_area .sum span {
 color: #bd171e;
}
.charge_n_list.v2010 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2010 ul li .top .style2 .sum_area .sum .type1 {
 color: #d47174;
}
.charge_n_list.v2010 ul li .top .sum_area .d_sum span {
 border-color: #a58952;
}
.charge_n_list.v2010 ul li .top .right .txt1 {
 color: #a58952;
}
.charge_n_list.v2010 ul li .top .right .txt1 span.t_blue {
 color: #a58952;
}
.charge_n_list.v2010 ul li .top .right .txt1.type1,
.charge_n_list.v2010 ul li .top .right .txt1 span.t_blue.style1 {
 color: #cfbf9e;
}
.charge_n_list.v2010 ul li .top .right .t_yellow {
 color: #a58952;
}
.charge_n_list.v2010 .ico_best {
 border-color: #ffb828 transparent transparent #ffb828;
}
.charge_n_list.v2010 .tip,
.charge_n_list.v2010 .btm_txt {
 background: #f0f0f0;
}

/* 20100 충전 */
.charge.v20100 {
 padding-bottom: 40px;
}
.event_charge.v20100 > .top {
 background: #3c2a1d;
}
.charge_n_list.v20100 ul li .top .sum_area .p_style {
 color: #90e900;
}
.charge_n_list.v20100 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v20100 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v20100 ul li .top .style2 .sum_area .sum,
.charge_n_list.v20100 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffd533;
}
.charge_n_list.v20100 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v20100 ul li .top .right .txt1 {
 color: #61320c;
}
.charge_n_list.v20100 ul li .top .right .txt1 span.t_blue {
 color: #61320c;
}
.charge_n_list.v20100 ul li .top .right .txt1.type1,
.charge_n_list.v20100 ul li .top .right .txt1 span.t_blue.style1 {
 color: #af8f7b;
}
.charge_n_list.v20100 ul li .top .right .t_yellow {
 color: #ac542f;
}
.charge_n_list.v20100 .ico_best {
 border-color: #ff6228 transparent transparent #ff6228;
}

/* 2011 충전 */
.charge.v2011 {
 padding-bottom: 40px;
}
.event_charge.v2011 > .top {
 background: #efba00;
}
.charge_n_list.v2011 ul li .top .sum_area .p_style {
 color: #da0015;
}
.charge_n_list.v2011 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v2011 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v2011 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2011 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffd533;
}
.charge_n_list.v2011 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v2011 ul li .top .right .txt1 {
 color: #970f1c;
}
.charge_n_list.v2011 ul li .top .right .txt1 span.t_blue {
 color: #970f1c;
}
.charge_n_list.v2011 ul li .top .right .txt1.type1,
.charge_n_list.v2011 ul li .top .right .txt1 span.t_blue.style1 {
 color: #c98582;
}
.charge_n_list.v2011 ul li .top .right .t_yellow {
 color: #c38b78;
}
.charge_n_list.v2011 .ico_best {
 border-color: #db0015 transparent transparent #db0015;
}

/* 2012 충전 */
.charge.v2012 {
 padding-bottom: 40px;
}
.event_charge.v2012 > .top {
 background: #fcd258;
}
.charge_n_list.v2012 ul li .top .sum_area .p_style {
 color: #ffd023;
}
.charge_n_list.v2012 ul li .top .sum_area .sum {
 color: #fb991f;
}
.charge_n_list.v2012 ul li .top .sum_area .sum span {
 color: #fb991f;
}
.charge_n_list.v2012 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2012 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffc14b;
}
.charge_n_list.v2012 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v2012 ul li .top .right .txt1 {
 color: #a21a00;
}
.charge_n_list.v2012 ul li .top .right .txt1 span.t_blue {
 color: #a21a00;
}
.charge_n_list.v2012 ul li .top .right .txt1.type1,
.charge_n_list.v2012 ul li .top .right .txt1 span.t_blue.style1 {
 color: #ca8087;
}
.charge_n_list.v2012 ul li .top .right .t_yellow {
 color: #ac542f;
}
.charge_n_list.v2012 .ico_best {
 border-color: #ffb71f transparent transparent #ffb71f;
}

/* 20121 충전 */
.charge.v20121 {
 padding-bottom: 40px;
}
.event_charge.v20121 > .top {
 background: #71000b;
}
.charge_n_list.v20121 ul li .top .sum_area .p_style {
 color: #a61944;
}
.charge_n_list.v20121 ul li .top .sum_area .sum {
 color: #fb991f;
}
.charge_n_list.v20121 ul li .top .sum_area .sum span {
 color: #fb991f;
}
.charge_n_list.v20121 ul li .top .style2 .sum_area .sum,
.charge_n_list.v20121 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffc14b;
}
.charge_n_list.v20121 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v20121 ul li .top .right .txt1 {
 color: #a21a00;
}
.charge_n_list.v20121 ul li .top .right .txt1 span.t_blue {
 color: #a21a00;
}
.charge_n_list.v20121 ul li .top .right .txt1.type1,
.charge_n_list.v20121 ul li .top .right .txt1 span.t_blue.style1 {
 color: #ca8087;
}
.charge_n_list.v20121 ul li .top .right .t_yellow {
 color: #ac542f;
}
.charge_n_list.v20121 .ico_best {
 border-color: #a61944 transparent transparent #a61944;
}

/* 2101 충전 */
.charge.v2101 {
 padding-bottom: 40px;
}
.event_charge.v2101 > .top {
 background: #dfd6c5;
}
.charge_n_list.v2101 ul li .top .sum_area .p_style {
 color: #b5754c;
}
.charge_n_list.v2101 ul li .top .sum_area .sum {
 color: #fb991f;
}
.charge_n_list.v2101 ul li .top .sum_area .sum span {
 color: #fb991f;
}
.charge_n_list.v2101 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2101 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffc14b;
}
.charge_n_list.v2101 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v2101 ul li .top .right .txt1 {
 color: #c38964;
}
.charge_n_list.v2101 ul li .top .right .txt1 span.t_blue {
 color: #c38964;
}
.charge_n_list.v2101 ul li .top .right .txt1.type1,
.charge_n_list.v2101 ul li .top .right .txt1 span.t_blue.style1 {
 color: #cfac95;
}
.charge_n_list.v2101 ul li .top .right .t_yellow {
 color: #ac542f;
}
.charge_n_list.v2101 .ico_best {
 border-color: #ae453e transparent transparent #ae453e;
}

/* 2102 충전 */
.charge.v2102 {
 padding-bottom: 40px;
}
.event_charge.v2102 > .top {
 background: #aa8300;
}
.charge_n_list.v2102 ul li .top .sum_area .p_style {
 color: #ffc600;
}
.charge_n_list.v2102 ul li .top .sum_area .sum {
 color: #fb991f;
}
.charge_n_list.v2102 ul li .top .sum_area .sum span {
 color: #fb991f;
}
.charge_n_list.v2102 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2102 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffc14b;
}
.charge_n_list.v2102 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v2102 ul li .top .right .txt1 {
 color: #c51c2c;
}
.charge_n_list.v2102 ul li .top .right .txt1 span.t_blue {
 color: #c51c2c;
}
.charge_n_list.v2102 ul li .top .right .txt1.type1,
.charge_n_list.v2102 ul li .top .right .txt1 span.t_blue.style1 {
 color: #e17b84;
}
.charge_n_list.v2102 ul li .top .right .t_yellow {
 color: #e14456;
}
.charge_n_list.v2102 .ico_best {
 border-color: #ae453e transparent transparent #ae453e;
}
.charge_n_list.v2102 .ico_top {
 display: block;
 width: 25px;
 height: 40px;
 background-image: url("/static/_mobile/_img/charge/charge2102_ico.png");
 background-repeat: no-repeat;
 background-size: 62px;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 position: absolute;
 top: 0;
 right: 104px;
}
.charge_n_list.v2102 .ico_top.x3 {
 background-position: -36px 0;
}
.charge_n_list.v2102 ul li:last-child .ico_top.x3 {
 right: 110px;
}

/* 21021 충전 */
.charge.v21021 {
 padding-bottom: 40px;
}
.event_charge.v21021 > .top {
 background: #fbbc7f;
}
.charge_n_list.v21021 ul li .top .sum_area .p_style {
 color: #ff6e6e;
}
.charge_n_list.v21021 ul li .top .sum_area .sum {
 color: #fb991f;
}
.charge_n_list.v21021 ul li .top .sum_area .sum span {
 color: #fb991f;
}
.charge_n_list.v21021 ul li .top .style2 .sum_area .sum,
.charge_n_list.v21021 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffc14b;
}
.charge_n_list.v21021 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v21021 ul li .top .right .txt1 {
 color: #f65555;
}
.charge_n_list.v21021 ul li .top .right .txt1 span.t_blue {
 color: #f65555;
}
.charge_n_list.v21021 ul li .top .right .txt1.type1,
.charge_n_list.v21021 ul li .top .right .txt1 span.t_blue.style1 {
 color: #ff968d;
}
.charge_n_list.v21021 ul li .top .right .t_yellow {
 color: #ac542f;
}
.charge_n_list.v21021 .ico_best {
 border-color: #ff968d transparent transparent #ff968d;
}

/* 2103 충전 */
.charge.v2103 {
 padding-bottom: 40px;
}
.event_charge.v2103 > .top {
 background: #edc1ca;
}
.charge_n_list.v2103 ul li .top .sum_area .p_style {
 color: #fca1b3;
}
.charge_n_list.v2103 ul li .top .sum_area .sum {
 color: #fb991f;
}
.charge_n_list.v2103 ul li .top .sum_area .sum span {
 color: #fb991f;
}
.charge_n_list.v2103 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2103 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffd533;
}
.charge_n_list.v2103 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v2103 ul li .top .right .txt1 {
 color: #ff2e69;
}
.charge_n_list.v2103 ul li .top .right .txt1 span.t_blue {
 color: #ff2e69;
}
.charge_n_list.v2103 ul li .top .right .txt1.type1,
.charge_n_list.v2103 ul li .top .right .txt1 span.t_blue.style1 {
 color: #ff968d;
}
.charge_n_list.v2103 ul li .top .right .t_yellow {
 color: #ff2e69;
}
.charge_n_list.v2103 .ico_best {
 border-color: #fca1b3 transparent transparent #fca1b3;
}

/* 2104 충전 */
.charge.v2104 {
 padding-bottom: 40px;
}
.event_charge.v2104 > .top {
 background: #edc1ca;
}
.charge_n_list.v2104 ul li .top .sum_area .p_style {
 color: #8cbc24;
}
.charge_n_list.v2104 ul li .top .sum_area .sum {
 color: #8cbc24;
}
.charge_n_list.v2104 ul li .top .sum_area .sum span {
 color: #8cbc24;
}
.charge_n_list.v2104 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2104 ul li .top .style2 .sum_area .sum .type1 {
 color: #c2d0ab;
}
.charge_n_list.v2104 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v2104 ul li .top .right .txt1 {
 color: #ff2e69;
}
.charge_n_list.v2104 ul li .top .right .txt1 span.t_blue {
 color: #ff2e69;
}
.charge_n_list.v2104 ul li .top .right .txt1.type1,
.charge_n_list.v2104 ul li .top .right .txt1 span.t_blue.style1 {
 color: #ff968d;
}
.charge_n_list.v2104 ul li .top .right .t_yellow {
 color: #ff2e69;
}
.charge_n_list.v2104 .ico_best {
 border-color: #fca1b3 transparent transparent #fca1b3;
}

/* 2105 충전 */
.charge.v2105 {
 padding-bottom: 40px;
}
.event_charge.v2105 > .top {
 background: #ddc0a7;
}
.charge_n_list.v2105 ul li .top .sum_area .p_style {
 color: #8cbc24;
}
.charge_n_list.v2105 ul li .top .sum_area .sum {
 color: #8cbc24;
}
.charge_n_list.v2105 ul li .top .sum_area .sum span {
 color: #8cbc24;
}
.charge_n_list.v2105 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2105 ul li .top .style2 .sum_area .sum .type1 {
 color: #c2d0ab;
}
.charge_n_list.v2105 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v2105 ul li .top .right .txt1 {
 color: #ff2e69;
}
.charge_n_list.v2105 ul li .top .right .txt1 span.t_blue {
 color: #ff2e69;
}
.charge_n_list.v2105 ul li .top .right .txt1.type1,
.charge_n_list.v2105 ul li .top .right .txt1 span.t_blue.style1 {
 color: #ff968d;
}
.charge_n_list.v2105 ul li .top .right .t_yellow {
 color: #ff2e69;
}
.charge_n_list.v2105 .ico_best {
 border-color: #fca1b3 transparent transparent #fca1b3;
}

/* 2106 충전 */
.charge.v2106 {
 padding-bottom: 40px;
}
.event_charge.v2106 > .top {
 background: #b5d9d1;
}
.charge_n_list.v2106 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2106 ul li .top .style2 .sum_area .sum .type1 {
 color: #4eaca1;
}
.charge_n_list.v2106 ul li .top .sum_area .p_style {
 color: #4eaca1;
}
.charge_n_list.v2106 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v2106 ul li .top .sum_area .sum {
 color: #268290;
}
.charge_n_list.v2106 ul li .top .sum_area .sum span {
 color: #268290;
}
.charge_n_list.v2106 ul li .top .right .txt1.type1,
.charge_n_list.v2106 ul li .top .right .txt1 span.t_blue.style1 {
 color: #ff968d;
}
.charge_n_list.v2106 ul li .top .right .txt1 {
 color: #cf3d63;
}
.charge_n_list.v2106 ul li .top .right .txt1 span.t_blue {
 color: #cf3d63;
}
.charge_n_list.v2106 ul li .top .right .t_yellow {
 color: #ff2e69;
}
.charge_n_list.v2106 .ico_best {
 border-color: #268290 transparent transparent #268290;
}

/* 2107 충전 */
.charge.v2107 {
 padding-bottom: 40px;
}
.event_charge.v2107 > .top {
 background: #bdcbfc;
}
.charge_n_list.v2107 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2107 ul li .top .style2 .sum_area .sum .type1 {
 color: #64b1cd;
}
.charge_n_list.v2107 ul li .top .sum_area .p_style {
 color: #90a6fe;
}
.charge_n_list.v2107 ul li .top .sum_area .d_sum span {
 border-color: #277b96;
}
.charge_n_list.v2107 ul li .top .sum_area .sum {
 color: #277b96;
}
.charge_n_list.v2107 ul li .top .sum_area .sum span {
 color: #277b96;
}
.charge_n_list.v2107 ul li .top .right .txt1.type1,
.charge_n_list.v2107 ul li .top .right .txt1 span.t_blue.style1 {
 color: #ff968d;
}
.charge_n_list.v2107 ul li .top .right .txt1 {
 color: #f65555;
}
.charge_n_list.v2107 ul li .top .right .txt1 span.t_blue {
 color: #f65555;
}
.charge_n_list.v2107 ul li .top .right .t_yellow {
 color: #277b96;
}
.charge_n_list.v2107 .ico_best {
 border-color: #a0b3fe transparent transparent #a0b3fe;
}

/* 2108 충전 */
.charge.v2108 {
 padding-bottom: 40px;
}
.event_charge.v2108 > .top {
 background: #684ddc;
}
.charge_n_list.v2108 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2108 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffe343;
}
.charge_n_list.v2108 ul li .top .sum_area .p_style {
 color: #92a3f8;
}
.charge_n_list.v2108 ul li .top .sum_area .d_sum span {
 border-color: #277b96;
}
.charge_n_list.v2108 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v2108 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v2108 ul li .top .right .txt1.type1,
.charge_n_list.v2108 ul li .top .right .txt1 span.t_blue.style1 {
 color: #7f97ff;
}
.charge_n_list.v2108 ul li .top .right .txt1 {
 color: #617df5;
}
.charge_n_list.v2108 ul li .top .right .txt1 span.t_blue {
 color: #617df5;
}
.charge_n_list.v2108 ul li .top .right .t_yellow {
 color: #92a3f8;
}
.charge_n_list.v2108 .ico_best {
 border-color: #39e0db transparent transparent #39e0db;
}

/* 2109 충전 */
.charge.v2109 {
 padding-bottom: 40px;
}
.event_charge.v2109 > .top {
 background: #976500;
}
.charge_n_list.v2109 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2109 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffe343;
}
.charge_n_list.v2109 ul li .top .sum_area .p_style {
 color: #704244;
}
.charge_n_list.v2109 ul li .top .sum_area .d_sum span {
 border-color: #999999;
}
.charge_n_list.v2109 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v2109 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v2109 ul li .top .right .txt1.type1,
.charge_n_list.v2109 ul li .top .right .txt1 span.t_blue.style1 {
 color: #704244;
}
.charge_n_list.v2109 ul li .top .right .txt1 {
 color: #704244;
}
.charge_n_list.v2109 ul li .top .right .txt1 span.t_blue {
 color: #704244;
}
.charge_n_list.v2109 ul li .top .right .t_yellow {
 color: #976500;
}
.charge_n_list.v2109 .ico_best {
 border-color: #fcbc0f transparent transparent #fcbc0f;
}

/* 21092 충전 */
.charge.v21092 {
 padding-bottom: 40px;
}
.event_charge.v21092 {
 padding-bottom: 20px;
 margin-bottom: 0;
 background: #dcd4c4;
}
.event_charge.v21092 > .top {
 background: #8b867b;
}
.charge_n_list.v21092 > h3 {
 padding-bottom: 10px;
 margin-bottom: 0;
 background: #dcd4c4;
}
.charge_n_list.v21092 > h3 span {
 color: #9e824c;
}
.charge_n_list.v21092 fieldset ul {
 background: #dcd4c4;
}
.charge_n_list.v21092 ul li {
 border-color: #c0b8a8;
}
.charge_n_list.v21092 ul li .top .style2 .sum_area .sum,
.charge_n_list.v21092 ul li .top .style2 .sum_area .sum .type1 {
 color: #d47174;
}
.charge_n_list.v21092 ul li .top .sum_area .p_style {
 color: #ffb828;
}
.charge_n_list.v21092 ul li .top .sum_area .d_sum span {
 border-color: #a58952;
}
.charge_n_list.v21092 ul li .top .sum_area .sum {
 color: #bd171e;
}
.charge_n_list.v21092 ul li .top .sum_area .sum span {
 color: #bd171e;
}
.charge_n_list.v21092 ul li .top .right .txt1.type1,
.charge_n_list.v21092 ul li .top .right .txt1 span.t_blue.style1 {
 color: #cfbf9e;
}
.charge_n_list.v21092 ul li .top .right .txt1 {
 color: #a58952;
}
.charge_n_list.v21092 ul li .top .right .txt1 span.t_blue {
 color: #a58952;
}
.charge_n_list.v21092 ul li .top .right .t_yellow {
 color: #a58952;
}
.charge_n_list.v21092 .ico_best {
 border-color: #ffb828 transparent transparent #ffb828;
}

/* 2110 충전 */
.charge.v2110 {
 padding-bottom: 40px;
}
.event_charge.v2110 > .top {
 background: #8b8370;
}
.charge_n_list.v2110 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2110 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffe343;
}
.charge_n_list.v2110 ul li .top .sum_area .p_style {
 color: #a60011;
}
.charge_n_list.v2110 ul li .top .sum_area .d_sum span {
 border-color: #999999;
}
.charge_n_list.v2110 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v2110 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v2110 ul li .top .right .txt1.type1,
.charge_n_list.v2110 ul li .top .right .txt1 span.t_blue.style1 {
 color: #c25b66;
}
.charge_n_list.v2110 ul li .top .right .txt1 {
 color: #a60011;
}
.charge_n_list.v2110 ul li .top .right .txt1 span.t_blue {
 color: #a60011;
}
.charge_n_list.v2110 ul li .top .right .t_yellow {
 color: #5d4a4b;
}
.charge_n_list.v2110 .ico_best {
 border-color: #fcbc0f transparent transparent #fcbc0f;
}

/* 2111 충전 */
.charge.v2111 {
 padding-bottom: 40px;
}
.event_charge.v2111 > .top {
 background: #4a3b3c;
}
.charge_n_list.v2111 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2111 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffe343;
}
.charge_n_list.v2111 ul li .top .sum_area .p_style {
 color: #a60011;
}
.charge_n_list.v2111 ul li .top .sum_area .d_sum span {
 border-color: #999999;
}
.charge_n_list.v2111 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v2111 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v2111 ul li .top .right .txt1.type1,
.charge_n_list.v2111 ul li .top .right .txt1 span.t_blue.style1 {
 color: #c25b66;
}
.charge_n_list.v2111 ul li .top .right .txt1 {
 color: #a60011;
}
.charge_n_list.v2111 ul li .top .right .txt1 span.t_blue {
 color: #a60011;
}
.charge_n_list.v2111 ul li .top .right .t_yellow {
 color: #5d4a4b;
}
.charge_n_list.v2111 .ico_best {
 border-color: #fcbc0f transparent transparent #fcbc0f;
}

/* 2112 충전 */
.charge.v2112 {
 padding-bottom: 40px;
}
.event_charge.v2112 > .top {
 background: #9fc0ca;
}
.charge_n_list.v2112 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2112 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffe343;
}
.charge_n_list.v2112 ul li .top .sum_area .p_style {
 color: #a60011;
}
.charge_n_list.v2112 ul li .top .sum_area .d_sum span {
 border-color: #999999;
}
.charge_n_list.v2112 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v2112 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v2112 ul li .top .right .txt1.type1,
.charge_n_list.v2112 ul li .top .right .txt1 span.t_blue.style1 {
 color: #f87c7c;
}
.charge_n_list.v2112 ul li .top .right .txt1 {
 color: #e40000;
}
.charge_n_list.v2112 ul li .top .right .txt1 span.t_blue {
 color: #e40000;
}
.charge_n_list.v2112 ul li .top .right .t_yellow {
 color: #5d4a4b;
}
.charge_n_list.v2112 .ico_best {
 border-color: #fcbc0f transparent transparent #fcbc0f;
}

/* 21122 충전 */
.charge.v21122 {
 padding-bottom: 40px;
}
.event_charge.v21122 > .top {
 background: #410047;
}
.charge_n_list.v21122 ul li .top .style2 .sum_area .sum,
.charge_n_list.v21122 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffe343;
}
.charge_n_list.v21122 ul li .top .sum_area .p_style {
 color: #7814c9;
}
.charge_n_list.v21122 ul li .top .sum_area .d_sum span {
 border-color: #999999;
}
.charge_n_list.v21122 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v21122 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v21122 ul li .top .right .txt1.type1,
.charge_n_list.v21122 ul li .top .right .txt1 span.t_blue.style1 {
 color: #c69be3;
}
.charge_n_list.v21122 ul li .top .right .txt1 {
 color: #934ac1;
}
.charge_n_list.v21122 ul li .top .right .txt1 span.t_blue {
 color: #934ac1;
}
.charge_n_list.v21122 ul li .top .right .t_yellow {
 color: #5d4a4b;
}
.charge_n_list.v21122 .ico_best {
 border-color: #7814c9 transparent transparent #7814c9;
}

/* 2201 충전 */
.charge.v2201 {
 padding-bottom: 40px;
}
.event_charge.v2201 > .top {
 background: #b7b1a6;
}
.charge_n_list.v2201 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2201 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffc14b;
}
.charge_n_list.v2201 ul li .top .sum_area .p_style {
 color: #ba805d;
}
.charge_n_list.v2201 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v2201 ul li .top .sum_area .sum {
 color: #fb991f;
}
.charge_n_list.v2201 ul li .top .sum_area .sum span {
 color: #fb991f;
}
.charge_n_list.v2201 ul li .top .right .txt1.type1,
.charge_n_list.v2201 ul li .top .right .txt1 span.t_blue.style1 {
 color: #cfac95;
}
.charge_n_list.v2201 ul li .top .right .txt1 {
 color: #c38964;
}
.charge_n_list.v2201 ul li .top .right .txt1 span.t_blue {
 color: #c38964;
}
.charge_n_list.v2201 ul li .top .right .t_yellow {
 color: #ac542f;
}
.charge_n_list.v2201 .ico_best {
 border-color: #ae453e transparent transparent #ae453e;
}

/* 22012 충전 */
.charge.v22012 {
 padding-bottom: 40px;
}
.event_charge.v22012 > .top {
 background: #b7b1a6;
}
.charge_n_list.v22012 ul li .top .style2 .sum_area .sum,
.charge_n_list.v22012 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffc14b;
}
.charge_n_list.v22012 ul li .top .sum_area .p_style {
 color: #ffd735;
}
.charge_n_list.v22012 ul li .top .sum_area .d_sum span {
 border-color: #d49445;
}
.charge_n_list.v22012 ul li .top .sum_area .sum {
 color: #fb991f;
}
.charge_n_list.v22012 ul li .top .sum_area .sum span {
 color: #fb991f;
}
.charge_n_list.v22012 ul li .top .right .txt1.type1,
.charge_n_list.v22012 ul li .top .right .txt1 span.t_blue.style1 {
 color: #f05d69;
}
.charge_n_list.v22012 ul li .top .right .txt1 {
 color: #c33346;
}
.charge_n_list.v22012 ul li .top .right .txt1 span.t_blue {
 color: #c33346;
}
.charge_n_list.v22012 ul li .top .right .t_yellow {
 color: #c33346;
}
.charge_n_list.v22012 .ico_best {
 border-color: #ae453e transparent transparent #ae453e;
}

/* 2202 충전 */
.charge.v2202 {
 padding-bottom: 40px;
}
.event_charge.v2202 > .top {
 background: #352726;
}
.charge_n_list.v2202 ul li .top .style2 .sum_area .sum,
.charge_n_list.v2202 ul li .top .style2 .sum_area .sum .type1 {
 color: #ffe343;
}
.charge_n_list.v2202 ul li .top .sum_area .p_style {
 color: #432c2b;
}
.charge_n_list.v2202 ul li .top .sum_area .d_sum span {
 border-color: #999999;
}
.charge_n_list.v2202 ul li .top .sum_area .sum {
 color: #ffba00;
}
.charge_n_list.v2202 ul li .top .sum_area .sum span {
 color: #ffba00;
}
.charge_n_list.v2202 ul li .top .right .txt1.type1,
.charge_n_list.v2202 ul li .top .right .txt1 span.t_blue.style1 {
 color: #9a6b67;
}
.charge_n_list.v2202 ul li .top .right .txt1 {
 color: #582e2d;
}
.charge_n_list.v2202 ul li .top .right .txt1 span.t_blue {
 color: #582e2d;
}
.charge_n_list.v2202 ul li .top .right .t_yellow {
 color: #5d4a4b;
}
.charge_n_list.v2202 .ico_best {
 border-color: #cf0040 transparent transparent #cf0040;
}

/* 이벤트리스트 리뉴얼 1910 */
.content .event_tab {
 padding: 10px 0 0;
}
.content .event_tab li {
 display: none;
}
.content .event_tab.active {
 margin-left: 2%;
 padding: 12px 0;
 overflow: hidden;
}
.content .event_tab.active li {
 display: block;
 float: left;
 font-size: 14px;
 color: #000;
}
.content .event_tab.active .active {
 color: #19abe8;
}
.content .event_tab.active .bar {
 margin: 0 5px;
 color: #c6cacb;
}
.event_list li {
 border-bottom: none;
 background: #f0f0f0;
}
.event_list li .btm dl dt,
.event_list li .btm dl dd {
 color: #212121;
}

.mejs__overlay:hover > .mejs__overlay-button.preview {
 background-position: 0px 0px;
}

.mejs__overlay-error {
 display: none;
}
.mobile_view_preview_err-msg {
 background-color: #fff;
 color: #000;
 text-align: center;
 margin-top: -49px;
 position: absolute;
 width: 100%;
 display: none;
}

.new_login_wrap #mobile-nlogin-txt-notice-err {
 display: none;
 position: absolute;
 top: 113px;
 z-index: 1;
 height: 25px;
 color: red;
 text-align: left;
 padding-left: 10px;
 font-size: 13px;
 line-height: 25px;
 letter-spacing: -1px;
}

.Embed_size_AUTO_set_CSS {
 display: none;
}

#mobile-middle-view-container-li {
 background: #36373a;
 /*min-height:720px;*/
 background: #36373a url("/static/_mobile/_img/common/bg_loading1.png") no-repeat center 200px;
 background-size: 90% auto;
}

/* 리스트 로딩 */
.pullDownLabel,
.pullUpLabel {
 color: #999;
}
.pullDown,
.pullUp {
 display: none;
 background-color: #f0f0f0;
 height: 40px;
 line-height: 40px;
 font-weight: bold;
 font-size: 0.8em;
 color: #888;
}
.pullDown .pullDownIcon,
.pullUp .pullUpIcon {
 display: block;
 float: left;
 opacity: 0.4;
 width: 40px;
 height: 40px;
 background: url("/static/_mobile/_img/common/pull_to_refresh.png") 0 0 no-repeat;
 -webkit-background-size: 40px 80px;
 -ms-background-size: 40px 80px;
 background-size: 40px 80px;
 -webkit-transition-property: -webkit-transform;
 -ms-transition-property: -webkit-transform;
 -webkit-transition-duration: 250ms;
 -ms-transition-duration: 250ms;
}
.pullDown .pullDownIcon {
 -webkit-transform: rotate(0deg) translateZ(0);
 -ms-transform: rotate(0deg) translateZ(0);
}
.pullUp .pullUpIcon {
 -webkit-transform: rotate(-180deg) translateZ(0);
 -ms-transform: rotate(-180deg) translateZ(0);
}
.pullDown.flip .pullDownIcon {
 -webkit-transform: rotate(-180deg) translateZ(0);
 -ms-transform: rotate(-180deg) translateZ(0);
}
.pullUp.flip .pullUpIcon {
 -webkit-transform: rotate(0deg) translateZ(0);
 -ms-transform: rotate(0deg) translateZ(0);
}
.pullDown.loading .pullDownIcon,
.pullUp.loading .pullUpIcon {
 background-position: 0 100%;
 -webkit-transform: rotate(0deg) translateZ(0);
 -ms-transform: rotate(0deg) translateZ(0);
 -webkit-transition-duration: 0ms;
 -ms-transition-duration: 0ms;
 -webkit-animation-name: loading;
 -ms-animation-name: loading;
 -webkit-animation-duration: 1s;
 -ms-animation-duration: 1s;
 -webkit-animation-iteration-count: infinite;
 -ms-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 -ms-animation-timing-function: linear;
}
.pullDown {
 text-align: center;
}

@-webkit-keyframes loading {
 from {
  -webkit-transform: rotate(0deg) translateZ(0);
 }
 to {
  -webkit-transform: rotate(360deg) translateZ(0);
 }
}
@-ms-keyframes loading {
 from {
  -ms-transform: rotate(0deg) translateZ(0);
 }
 to {
  -ms-transform: rotate(360deg) translateZ(0);
 }
}
.mm-menu > .mm-panel {
 overflow: hidden;
 padding: 0 0px;
 -webkit-overflow-scrolling: touch;
 background: rgba(0, 0, 0, 0.7);
}
.mm-menu {
 border-color: rgba(0, 0, 0, 0.1);
 background: rgba(0, 0, 0, 0.7);
}
.mm-menu > .mm-panel.mm-hasnavbar {
 padding-top: 0px;
}

.btn_m_close {
 cursor: pointer;
 display: block;
 width: 25px;
 height: 25px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -171px -149px;
 background-size: 400px 520px;
 text-indent: -9999px;
}
.btn_m_modal_close {
 cursor: pointer;
 display: block;
 width: 20px;
 height: 20px;
 background: url("/static/static/_mobile/_img/common/common.png") no-repeat -134px -120px;
 text-indent: -9999px;
}
.btn_m_modal_close.type1 {
 cursor: pointer;
 display: block;
 right: 10px;
 width: 25px;
 height: 25px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -171px -149px;
 background-size: 400px 520px;
 text-indent: -9999px;
 opacity: 1;
}
.ssm-overlay.ssm-nav-visible {
 background-color: rgba(0, 0, 0, 0.6) !important;
}
.left-menu-close-x-btn-div {
 left: 78% !important;
}

.content_view {
 display: none;
}
.mobile-comment-list-wrap {
 margin-top: 0px;
}
.mobile-comment-list-more {
 margin-top: 0px;
}
.m-mail-input-p {
 position: relative;
 min-height: 41px;
}
.m-mail-input-p {
 position: relative;
 min-height: 44px;
}
.m-message-join-err {
 min-height: 40px;
 position: relative;
}
.join-error-msg,
.form-error {
 color: #f90909;
}
.mobile-video-area {
 background-color: #000;
}

/* 100원 핫딜 */
.hotdeal {
 width: 100%;
 background: #000;
}
.hotdeal .top {
 position: relative;
 max-width: 640px;
 border: none;
 padding: 0;
 margin: 0 auto;
}
.hotdeal .top > img {
 display: block;
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}
.hotdeal .none {
 display: none !important;
}
.hotdeal form {
 width: 100%;
 height: 12%;
 position: absolute;
 top: 54.6%;
}
.hotdeal .c_box {
 margin-top: 0;
 width: 18px;
 height: 18px;
 position: absolute;
 top: 8%;
 left: 23.5%;
}
.hotdeal .c_box:focus {
 outline: none;
}
.hotdeal .hd_btn {
 display: block;
 background: none;
 border: none;
 text-indent: -9999px;
 position: absolute;
 top: 47%;
 left: 15%;
 width: 70%;
 height: 53%;
 padding: 0;
}
.hotdeal .hd_btn:focus {
 outline: none;
}

@media (max-width: 580px) {
 .hotdeal .c_box {
  width: 15px;
  height: 15px;
 }
}
@media (max-width: 470px) {
 .hotdeal .c_box {
  width: 13px;
  height: 13px;
 }
}
@media (max-width: 400px) {
 .hotdeal .c_box {
  width: 11px;
  height: 11px;
 }
}
@media (max-width: 320px) {
 .hotdeal .c_box {
  width: 10px;
  height: 10px;
 }
}

/* 핫딜 2008 */
.e_con.hot_2008 {
 background: #87035e;
}
.hotdeal.hot_2008 form {
 height: 15.5%;
 top: 58.9%;
}
.hotdeal.hot_2008 .c_box {
 top: 6.4%;
 left: 22.5%;
}
.hotdeal.hot_2008 .hd_btn {
 top: 52%;
 left: 12%;
 width: 76%;
 height: 47%;
}

.e_con.free15 {
 width: 100%;
 background: #17114b;
}
.e_con.free15 .top {
 position: relative;
 max-width: 640px;
 border: none;
 padding: 0;
 margin: 0 auto;
}
.e_con.free15 .top > img {
 display: block;
 width: 100%;
 margin: 0 auto;
}

.free15 .user_id {
 position: absolute;
 top: 69.8%;
 left: 9.1%;
 width: 82.2%;
 height: 5.3%;
 font-size: 24px;
 font-weight: normal;
 color: #6dff3b;
 text-align: center;
 line-height: 2;
}
.free15 form {
 position: absolute;
 top: 86.1%;
 left: 19.9%;
 width: 59.9%;
 height: 7.9%;
}
.free15 .free15_btn {
 width: 100%;
 height: 100%;
 background: none;
 text-indent: -9999px;
 border: none;
 padding: 0;
}
.free15 .free15_btn:focus {
 outline: none;
}

.free15 .btm {
 width: 100%;
 text-indent: 0;
 background: #0b0714;
 color: #797681;
}
.free15 .btm .inner {
 width: 100%;
 max-width: 640px;
 padding: 20px 4%;
 margin: 0 auto;
}
.free15 .btm .inner ol li {
 overflow: hidden;
 margin-bottom: 3px;
}
.free15 .btm .inner ol .num {
 float: left;
 display: inline-block;
 width: 15px;
}
.free15 .btm .inner ol .txt {
 float: left;
 width: 93%;
}

@media (max-width: 640px) {
 .free15 .user_id {
  line-height: 1.8;
 }
}
@media (max-width: 520px) {
 .free15 .user_id {
  font-size: 20px;
 }
}
@media (max-width: 420px) {
 .free15 .user_id {
  font-size: 18px;
 }
}
@media (max-width: 380px) {
 .free15 .user_id {
  font-size: 16px;
 }
}
@media (max-width: 320px) {
 .free15 .user_id {
  line-height: 1.6;
  font-size: 16px;
 }
}

/*ajax loading */
#fc-loading {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 11000;
 visibility: visible;
 display: none;
}

#fc-loading .contents {
 position: absolute;
 left: 50%;
 top: 50%;
 width: 45px;
 height: 45px;
 margin-left: -22px;
 margin-top: -22px;
 height: 100%;
}
#fc-loading .contents .txt {
 width: 148px;
 font-weight: bold;
 color: #acb3ac;
 margin-left: -43px;
 margin-top: 17px;
 background-color: #000;
 opacity: 0.2;
 text-align: center;
}

#fc-loading .contents .viewImg.rotated {
 -webkit-animation-name: loading;
 -webkit-animation-duration: 0.6s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 animation-name: loading;
 animation-duration: 0.6s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
}

@-webkit-keyframes loading {
 from {
  -webkit-transform: rotate(0deg);
 }
 to {
  -webkit-transform: rotate(360deg);
 }
}
@keyframes loading {
 from {
  transform: rotate(0deg);
 }
 to {
  transform: rotate(360deg);
 }
}

.mobile-wrap-modal {
 height: 0px;
 width: 10%;
 position: absolute;
 top: 0px;
 right: 0px;
 z-index: 2;
}
.slide-menu-closed-btn {
 position: absolute;
 right: 10px;
 width: 50px;
 z-index: 3;
}
.slide-menu-empty-div {
 background-color: #000;
 opacity: 0.5;
}

.form-coupon-error {
 position: relative;
 top: -21px;
 left: 10px;
 display: inline-block;
}

.hand,
input[type="button"],
button {
 cursor: pointer;
}
.container-min-heigth {
 /* min-height:694px; */
}
.content-min-heigth {
}
.empty-tail {
 height: 30px;
 padding-top: 7px;
 background-color: #f0f0f0;
}

#mobile-home-iscroll-div {
 background-color: #f0f0f0;
}

.left-menu-close-x-btn-div {
 position: absolute;
 border-color: #000;
 z-index: 4;
 right: 12px;
 top: 18px;
}
/*
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
*/

.modal.fade:not(.in).left .modal-dialog {
 -webkit-transform: translate3d(-25%, 0, 0);
 transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).up .modal-dialog {
 -webkit-transform: translate3d(0, 0, -25%);
 transform: translate3d(0, 0, -25%);
}

#mobile-search-2-text-error {
 font-size: 14px;
 margin-top: 8px;
 margin-left: -60px;
 left: 50%;
 position: absolute;
}

#mobile-search-1-text-error {
 font-size: 14px;
 margin-top: 8px;
 margin-left: -45%;
 position: absolute;
}
.file-non-display-li {
 display: none;
}

/*videojs*/
.vjs-default-skin .vjs-big-play-button {
 left: 50%;
 margin-left: -60px;
 top: 50%;
 margin-top: -39px;
}

/*good contents swip*/
#mobile-main-good-contents-swipe {
 overflow: hidden;
 visibility: hidden;
 position: relative;
}
#mobile-home-good-contents-list-div {
 overflow: hidden;
 position: relative;
}
#mobile-home-good-contents-list-div .swip-list {
 float: left;
 width: 100%;
 position: relative;
}

/* broadcast Swipe 2 required styles */

#mobile-search-b-chapter-swip {
 overflow: hidden;
 visibility: hidden;
 position: relative;
 height: 130px;
}
.swipe-wrap {
 overflow: hidden;
 position: relative;
}
.swipe-wrap .swip-list-div {
 float: left;
 width: 100%;
 position: relative;
 height: 130px;
 /*border: solid 1px;*/
 text-align: center;
}

/* full tv css */
.aspFullScreen {
 position: fixed;
 top: 0px;
 left: 0px;
 z-index: 99999;
 width: 1px;
 min-width: 100%;
 height: 1px;
 min-height: 100%;
}

/* END required styles */

.e_con.pay_100 {
 background: #0037a3;
}
.e_con.pay_100 .top {
 width: 100%;
 padding: 0;
 border: none;
}
.e_con.pay_100 .top img,
.e_con.pay_100 .mid img,
.e_con.pay_100 .btm img {
 display: block;
 width: 100%;
 max-width: 768px;
 margin: 0 auto;
}
.e_con.pay_100 .mid {
 position: relative;
 width: 100%;
 height: 100%;
}
.e_con.pay_100 .mid .btn_100_pay {
 position: absolute;
 left: 15.5%;
 top: 58.8%;
 display: block;
 width: 68.2%;
 max-width: 526px;
 height: 18.4%;
 cursor: pointer;
}
.e_con.pay_100 .mid .txt_agree {
 position: absolute;
 bottom: 14%;
 left: 0;
 width: 100%;
 color: #fff;
 font-size: 12px;
 text-align: center;
}
.e_con.pay_100 .mid .txt_agree input {
 margin: 0;
}
.e_con.pay_100 .btm {
 width: 100%;
 padding: 0;
 background: #000062;
 border: none;
}

/* 사이드메뉴 리뉴얼 ***************************************************************/
/* 로그인 메뉴 */
.nav.new {
 width: 85%;
 max-width: 640px;
 display: block;
 transform: translate(-100%, 0);
}
.modal-content {
 border: none;
}

.sideMenu.new .top .my_name {
 background: #000;
 padding: 10px 0;
 position: relative;
}
.sideMenu.new .top .my_name span {
 display: block;
}
.sideMenu.new .top .my_name .channel_ico {
 width: 20px;
 height: 18px;
 display: inline-block;
 margin-right: 5px;
 position: relative;
 top: 3px;
 background: url("/static/_mobile/_img/ico/ico_filecast.png") no-repeat;
 background-size: 20px 18px;
}
.sideMenu.new .top .my_name .channel_ico.facebook {
 background-image: url("/static/_mobile/_img/ico/ico_facebook.png");
 background-size: 18px 18px;
}
.sideMenu.new .top .my_name .channel_ico.kakao {
 background-image: url("/static/_mobile/_img/ico/ico_kakao.png");
 background-size: 18px 18px;
}
.sideMenu.new .top .my_name .channel_ico.naver {
 background-image: url("/static/_mobile/_img/ico/ico_naver.png");
 background-size: 18px 18px;
}
/* 2024.07.25 애플로그인 아이콘 추가 */
.sideMenu.new .top .my_name .channel_ico.apple {
    background-image: url("/static/_mobile/_img/login/logo_apple_white.svg");
    background-size: 18px 18px;
    background-size: contain;
   }
.sideMenu.new .top .my_name .member_email {
 color: #757575;
 font-weight: normal;
}
.sideMenu.new .top .my_name .log_out {
 display: inline-block;
 width: 20%;
 border: 1px solid #3b3e41;
 border-radius: 15px;
 color: #545556;
 position: absolute;
 top: 50%;
 left: 3%;
 transform: translate(0, -50%);
 background: #111;
 text-align: center;
 font-size: 13px;
 padding: 0.8% 0;
}

.sideMenu.new .top .my_info ul li div {
 width: 25%;
}
.sideMenu.new .top .my_info ul li div .txt_black {
 color: #000;
}
.sideMenu.new .top .my_info ul li div.my_onepay {
 width: 50%;
}
.sideMenu.new .top .my_info ul li div.my_onepay .info_tit {
 color: #fff;
 padding-left: 2.5%;
}
.sideMenu.new .top .my_info ul li div.my_onepay .info_tit .btn_change {
 background: #de7600;
 text-align: right;
 color: #ffd95e;
 border: 1px solid #bf5d00;
 border-radius: 15px;
 padding: 1% 8%;
 float: right;
 margin: -3px 3% 0 0;
 font-size: 10px;
}
.sideMenu.new .top .my_info ul li div.my_onepay .info_con {
 padding-right: 3%;
 letter-spacing: -1.5px;
 color: #ffd634;
 clear: both;
}
.sideMenu.new .top .my_info ul li div .info_con {
 font-weight: normal;
}

.sideMenu.new .top .my_child {
 border-top: none;
}

.sideMenu.new .top .my_video {
 background: #000;
}
.sideMenu.new .top .my_video li {
 border: none;
}
.sideMenu.new .top .my_video li:first-child {
 border: none;
 text-align: right;
}
.sideMenu.new .top .my_video li > span span.ico {
 width: 21px;
 height: 14px;
 position: relative;
 top: 4px;
}
.sideMenu.new .top .my_video li:first-child > span span.ico {
 background: url("/static/_mobile/_img/common/my_video_1.png");
 background-size: contain;
}
.sideMenu.new .top .my_video li:last-child > span span.ico {
 background: url("/static/_mobile/_img/common/my_video_2.png");
 background-size: contain;
}
.sideMenu.new .top .my_video li > span {
 display: inline-block;
 width: 90%;
 padding: 6px 0;
 margin: 8px 2%;
 background: #001b24;
 border: 2px solid #aebec3;
 border-radius: 7px;
}
.sideMenu.new .top .my_video li > span span.txt {
 color: #fff;
}

.sideMenu.new .btm ul li {
 border-bottom: 1px solid #f9f9f9;
}
.sideMenu.new .btm ul li span.ico_star {
 display: inline-block;
 width: 12px;
 height: 12px;
 position: relative;
 top: 0;
 margin-left: 7px;
 background: url("/static/_mobile/_img/common/ico_star.png") no-repeat;
 background-size: contain;
}
.sideMenu.new .btm p {
 padding: 3px 0 3px 5px;
 text-align: left;
 border: none;
 font-weight: normal;
}

/* 로그아웃 메뉴 */
.sideMenu.new .top .my_name.logOut {
 height: 70px;
}

.sideMenu.new .not_login .login_box {
 height: 92px;
 background: url("/static/_mobile/_img/mypage/bg_notLogin_top_new.jpg");
 background-size: 100% 115px;
}
.sideMenu.new .not_login .ico_fc {
 width: 50px;
 height: 50px;
 margin: 29px 3% 0;
 float: left;
 background: url("/static/_mobile/_img/common/ico_fc.png") no-repeat 0 0;
 background-size: contain;
}
.sideMenu.new .not_login p {
 background: none;
 width: auto;
 padding: 0;
 float: left;
 margin-top: 33px;
}
.sideMenu.new .not_login p span {
 display: block;
 text-align: left;
 font-weight: normal;
}
.sideMenu.new .not_login p .txt {
 font-size: 13px;
}
.sideMenu.new .not_login p .login {
 font-size: 18px;
 color: #4abcf0;
}

.sideMenu.new .not_login .btn_goLogin {
 border-bottom: 1px solid #282b2e;
 background: #000;
}
.sideMenu.new .not_login .btn_goLogin .join {
 border: 3px solid #85ba4f;
 position: relative;
}
.sideMenu.new .not_login .btn_goLogin .btn_gt {
 width: auto;
 position: absolute;
 top: 0;
 right: 3%;
}

.sideMenu.new .top .my_video.logOut li > span {
 margin: 12px 2%;
 width: 92%;
}
.sideMenu.new .top .my_video.logOut li:not(.full) first-child > span {
 background: #00080b;
 border-color: #35393b;
}
.sideMenu.new .top .my_video.logOut li:not(.full) first-child > span span.txt {
 color: #4d4d4d;
}
.sideMenu.new .top .my_video.logOut li:first-child > span span.ico.ico_off {
 background: url("/static/_mobile/_img/common/my_video_1_off.png");
 background-size: contain;
}

.sideMenu.new .top .left-menu-close-x-btn-div {
 top: 22px;
 left: auto !important;
}
.sideMenu.new .top.off_login .left-menu-close-x-btn-div {
 top: 25%;
 left: auto !important;
}
.sideMenu.new .top .btn_m_modal_close.type1 {
 background-position: -172px -150px;
}

/* 통합 무료충전소 */
.content .now_txt .blue_txt {
 color: #0089e9;
}
.free_point_list {
 background: #fff;
}
.free_point_list li {
 overflow: hidden;
 width: 90%;
 margin: 0 auto;
 background: #fff;
 border-bottom: 1px solid #f5f5f5;
 position: relative;
}
.free_point_list li .img {
 width: 15%;
 max-width: 67px;
 float: left;
 margin: 3.2% 3% 2%;
 position: relative;
}
.free_point_list li .img img {
}
.free_point_list li .ico_best {
 display: block;
 width: 32px;
 height: 16px;
 position: absolute;
 top: 0;
 left: 0;
 background: url("/static/_mobile/_img/etc/ico_best2.png") no-repeat 0 0;
 background-size: auto 16px;
}
.free_point_list li .txt {
 float: left;
 width: 79%;
 padding: 3%;
}
.free_point_list li .txt p:first-child {
 font-size: 16px;
 margin-bottom: 1.5%;
 font-weight: bold;
 letter-spacing: -1px;
}
.free_point_list li .txt p:last-child {
 font-size: 13px;
 color: #616161;
}

/* 고객센터 == 1:1 문의 */
.manage_wrap {
 padding: 10px 5% 10px 45px;
}

/* 메인페이지 리뉴얼 1912 */
.rank_wrap.new h2 {
 border: none;
}


/* 2024.01.16 메뉴 추가 */
.top-menu{display: flex;align-items: center;width: 100%;padding-bottom: 1rem;}
.top-menu button{
    flex:1 1 0%; 
    cursor: pointer;
    padding: 10px 0;
    border:0;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    background: #f6f6f6;
    color: #616161;
    font-weight: bold;
    font-size:12px;
    height:40px;
}
.top-menu button:first-child {
    border-left:0;
}
.top-menu button.active{
    background: #fff;
    color: #36bbf7;}
.top-menu button .adult-menu-ico{display: inline-block;vertical-align: middle;width: 16px; height:14px; background: url("/static/_mobile/_img/ico/adult.png")no-repeat center center;background-size: 100%; margin-right: 3px;}
.top-menu button.active .adult-menu-ico{background: url("/static/_mobile/_img/ico/adult_active.png")no-repeat center center; background-size: 100%;}
.adult-menu-ico-new {
 display: inline-block;vertical-align: middle;width: 16px; height:14px; background: url("/static/_mobile/_img/ico/adult.png")no-repeat center center;background-size: 100%; margin-right: 3px;
}

.rank_wrap.new ol li.rank_top {
 padding: 0;
 display: flex;
 width: 100%;
}
.rank_wrap.new ol li.rank_top .rank {
 top: 0;
 margin: 31px 0 0 9px;
}
.rank_wrap.new ol li.rank_top .rank_bg {
 display: inline-block;
 vertical-align: top;
 height: 100%;
 width: 30px;
 min-width: 30px;
 background: #f6f6f6;
 border-right: 1px solid #ebebeb;
}
/* .rank_wrap.new ol li.rank_top .tit {max-width:58%;} */

.rank_wrap.new ol li .r_sumImg {
 width: 95px;
 height: 60px;
 margin: 8px 12px 0 5px;
}
.rank_wrap.new ol li .r_sumImg .shadow {
 border-radius: 8px;
 box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3) inset;
}
.rank_wrap.new ol li .r_sumImg .inner {
 width: 95px;
 height: 60px;
 border-radius: 8px;
}
.rank_wrap.new ol li .r_sumImg span.ico_hd {
 width: 26px;
 height: 15px;
 background: url("/static/_mobile/_img/ico/ico_hd.png") no-repeat 0 0;
 background-size: auto 15px;
 top: 5px;
 left: 4px;
}
.rank_wrap.new ol li .r_sumImg span.ico_adult {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.3);
 border-radius: 8px;
 z-index: 4;
}
.rank_wrap.new ol li .r_sumImg span.ico_adult span {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 40px;
 height: 35px;
 margin: -17px 0 0 -18px;
 background: url("/static/_mobile/_img/ico/ico_19.png") no-repeat 0 0;
 background-size: auto 35px;
}
.rank_wrap.new ol li .r_sumImg span.ico_adult + .ico_hd {
 opacity: 0.7;
}

.rank_wrap.new ol li.rank_more,
.rank_wrap.new ol li.rank_fold {
 color: #929292;
 font-weight: normal;
 border-color: #dadada;
}

.today_recommend.new h2 {
 padding-left: 8px;
}
.today_recommend.new h2 .cast_r,
.cast_news.new h2 .cast_r {
 width: auto;
 color: #29b6f6;
 background: none;
 text-indent: 0;
}

.today_recommend.new ul li .r_image {
 border-radius: 8px;
}
.today_recommend.new,
.cast_news.new {
 border-bottom: 1px solid #ccc;
}
.today_recommend.new .move_today_btn span.btn_prev {
 background-position: -190px -385px;
}
.today_recommend.new .move_today_btn span.btn_next {
 background-position: -250px -385px;
}

.cast_news.new .list_more span {
 color: #000;
}
.cast_news.new ul li:last-child {
 border: none;
}

/* 메인페이지 헤더 터치영역 수정 */
.header.style1 .btn_side {
 padding: 10px 15px 0 0;
 width: 45px;
 height: 37px;
 top: 16px;
 background-position: -207px -110px;
}
.header.style1 .btn_login {
 padding: 0;
}
.header.style1 .btn_login .txt {
 padding: 12px 0 12px 15px;
 display: block;
}
.header.style1 .searchAll {
 width: 100%;
 padding: 8px 0 10px;
}
.header.style1 .searchAll .search_close {
 top: 17px;
}

/* 카테고리 컨텐츠리스트 리뉴얼 1912 */
.header.style2 {
 background: #fff;
 padding-top: 0;
}
.header.style2 .logo {
 width: auto;
 float: left;
 position: relative;
}
.header.style2 .logo:active {
 background: none;
}
.header.style2 .logo a {
 width: 69px;
 height: 51px;
 padding: 10px 15px;
 background: url("/static/_mobile/_img/common/logo2.png") no-repeat 15px 11px;
 background-size: auto 30px;
}
.header.style2 .logo a::after {
 display: inline-block;
 content: "";
 width: 1px;
 height: 26px;
 background: #f1f1f1;
 position: absolute;
 top: 13px;
 right: 0;
}
.header.style2 .h_mid {
 width: calc(100% - 70px);
 float: left;
 padding: 5px 0 7px;
}
.header.style2 .searchAll {
 width: 100%;
 padding: 0;
}
.header.style2 .searchAll fieldset {
 background: none;
 border: none;
 padding: 2px 2% 0 3%;
}
.header.style2 .searchAll input[type="text"] {
 width: 70%;
 background: none;
}
.header.style2 .searchAll input[type="text"]::placeholder {
 color: #acc5d5;
 font-weight: normal;
}
.header.style2 .searchAll .search_close {
 top: 10px;
 right: 14%;
}
.header.style2 .searchAll .btn_search {
 outline: none;
 margin-right: 10px;
 margin-top: 8px;
}

.top_menu.new .gnb_wrap {
 border-bottom: 1px solid #004477;
 z-index: 49;
 width: 100%;
 height: 43px;
 background: rgb(51, 164, 236); /* Old browsers */
 background: -moz-linear-gradient(left, rgba(51, 164, 236, 1) 0%, rgba(41, 153, 232, 1) 51%, rgba(31, 142, 228, 1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(
  left,
  rgba(51, 164, 236, 1) 0%,
  rgba(41, 153, 232, 1) 51%,
  rgba(31, 142, 228, 1) 100%
 ); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(
  to right,
  rgba(51, 164, 236, 1) 0%,
  rgba(41, 153, 232, 1) 51%,
  rgba(31, 142, 228, 1) 100%
 ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45b7f3', endColorstr='#1f8ee4',GradientType=1 ); /* IE6-9 */
 /* padding-right: 25px; */
 /* padding-left: 25px; */
}
.top_menu.new .depth1 {
 border: none;
 width: 100%;
 overflow: visible;
}
.top_menu.new .depth1 li {
 width: auto !important;
 /* width: 15% ; */
 text-align: center;
 padding: 10px 0 0;
 margin-right: 20px;
}
.top_menu.new .depth1 li:first-child {
 margin-left: 10px;
}
.top_menu.new .depth1 li:last-of-type{
    padding-right: 8px;
}

.top_menu.new .depth1 li.w_txt {
 width: auto !important;
 /* min-width: 65px; */
}
.top_menu.new .depth1 li .adult_ico {
 width: 20px;
 height: 20px;
 float: left;
 margin: 1px 3px 0 0;
 background: url("/static/_mobile/_img/common/ico_adult2.png") no-repeat;
 background-size: contain;
}
.top_menu.new .depth1 li .adult_ico + span {
 float: left;
}
.top_menu.new .depth1 li span {
 width: auto;
 background: none;
 border: none;
 color: #ccf0ff;
 padding: 0;
 display: inline-block;
 font-size: 15px;
 font-weight: normal;
}
.top_menu.new .depth1 li span.active {
 color: #fff;
 font-weight: bold;
 padding-bottom: 8px;
 border-bottom: 3px solid #fff;
}
.top_menu.new .depth1 li span.active > span {
 color: #fff;
 font-weight: bold;
}

.top_menu.new .depth1 li.new-icon {
    position: relative;
}

.top_menu.new .depth1 li.new-icon::after {
    content:"";
    display:block;
    position:absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    width:23px;
    height:11px;
    background-image: url('/static/_mobile/_img/ico/new_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
}


/* 2024.04.17 new 아이콘 추가 */
.top_menu.new .depth1 li[data-sub="3301"],
.top_menu.new .depth1 li.add-icon-area{
    width: 25% ;
    /* width: 25% !important; */
    /* max-width: fit-content; */
    /* min-width: 65px; */
    /* box-sizing: border-box; */
}
.top_menu.new .depth1 li.add-icon-area{
    margin-left: 0;
    /* display: flex; */
}
.top_menu.new .depth1 li[data-sub="3301"]>span{
    /* display: flex;
    align-items: center; */
    vertical-align: middle;
}
/* .top_menu.new .depth1 li[data-sub="3301"] span>*{
    float: none;
} */
.top_menu.new .depth1 li[data-sub="3301"] span>.new-icon-add::before{
    width: 20px;
    height: 20px;
    margin-bottom: 0px;

}

.top_menu.new .depth1 li.add-icon-area.m31,
.top_menu.new .depth1 li[data-sub="3301"],
.top_menu.new .depth1 li.add-icon-area.m4{
    min-width: none;
}
.top_menu.new .depth1 li.add-icon-area.m32{
    min-width: none;
}

.top_menu .depth2.top100_depth2 {
    display:flex !important;
    align-items: center;
}

.top_menu .depth2.top100_depth2 li[data-cate="500"] {
    flex:1 1 0%;
}

.top_menu .depth2.top100_depth2 li[data-cate="500"] span {
    width:100%;
}


.top_menu.new .depth2 {
 position: relative;
}
.top_menu.new .depth2 li > span .ico_star {
 display: inline-block;
 width: 12px;
 height: 12px;
 position: relative;
 top: 1px;
 left: 1px;
 background: url("/static/_mobile/_img/common/ico_star.png") no-repeat;
 background-size: contain;
}

.top_menu.new .list_wrap ul li .num_img {
 overflow: hidden;
 border-radius: 8px;
}

.content_text_banner.new {
 margin: 0;
}

.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li {
 border-bottom: 1px solid #f0f0f0;
 padding: 13px 0 10px;
}

.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea {
 width: 105px;
 border-radius: 8px;
 display: inline-block;
 margin: 0;
 left: 3%;
 position: relative;
}
/* 2024.05.17 잔여일 남은 컨텐츠 조건 추가 */
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.leftover-content .top .r_imgArea,
.content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.leftover-content .top .r_imgArea span.shadow{
    height: 90px;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea span.shadow {
 width: 105px;
 border-radius: 8px;
 box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1) inset;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea .inner {
 border-radius: 8px;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea .ico_hd {
 background-image: url("/static/_mobile/_img/ico/ico_hd.png");
 width: 28px;
 height: 17px;
 background-size: auto 17px;
 top: 5px;
 left: 5px;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea .ico_adult {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.3);
 border-radius: 8px;
 z-index: 4;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea .ico_adult span {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 42px;
 height: 37px;
 margin: -19px 0 0 -19px;
 background: url("/static/_mobile/_img/ico/ico_19.png") no-repeat 0 0;
 background-size: auto 37px;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea .ico_adult + .ico_hd {
 opacity: 0.7;
}

/* #ico_srt{
  display: block;
  width: 25px;
  height: 15px;
  background: url("/static/_mobile/_img/ico/ico_srt.png") no-repeat 0 0;
  background-size: 100%;
  float: left;
 } */

 /* 2024.07.17 ios 자막뱃지 이슈 */
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea span.title_wrap {
 width: 100%;
 position: relative;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea #ico_srt,
#ico_srt {
 display: block;
 width: 25px;
 height: 15px;
 background: url("/static/_mobile/_img/ico/ico_srt.png") no-repeat 0 0;
 background-size: 100%;
 /* float: left; */
 position: absolute;
 left: 0;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea #ico_srt::after,
#ico_srt::after {
 content: "";
 display: block;
 visibility: hidden;
 clear: both;
}

.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
 border: none;
 padding: 4px 2% 0 1%;
 display: inline-block;
 position: relative;
 width: calc(95% - 105px);
}
/* 2024.07.17 ios 자막뱃지 이슈 */
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit,
span.tit {
 /* text-indent: 5px; */
 margin-bottom: 6px;
}

.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit mark.title,
mark.title:not(.listview-title>mark.title) {
 display: block;
 font-weight: normal !important;
 text-align: left;
 background-color: transparent !important;
}

/* 2024.07.17 ios 자막뱃지 이슈 */
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea #ico_srt+mark.title,
#ico_srt+mark.title{
    text-indent: 30px;
}

.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.cate_more,
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.cate_fold {
 color: #929292;
 font-weight: normal;
 padding: 12px 4% 10px 4%;
 background: #f6f6f6;
 border-bottom: 1px solid #dadada;
 text-align: center;
 font-size: 14px;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.cate_more .ico,
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.cate_fold .ico {
 display: inline-block;
 width: 19px;
 height: 10px;
 margin-left: 10px;
 background: url("/static/_mobile/_img/common/common_191108.png") no-repeat;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.cate_more .ico {
 background-position: -246px -112px;
}
.content_list.new > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li.cate_fold .ico {
 background-position: -265px -112px;
}

/* 내가 본 영상 , 찜한 영상 */
#mobile-mydown-list-contents-list-ul > li,
#mobile-myzzim-list-contents-list-ul > li {
 padding: 0;
}

.ad_banner {
 padding: 0 0 13px;
}

/* 이미지 경로 교체 */
.header.style1 .searchAll .btn_search,
.header.style2 .searchAll .search_close,
.header.style2 .searchAll .btn_search,
.today_recommend.new .move_today_btn span,
.cast_news.new ul li .ico {
 background-image: url("/static/_mobile/_img/common/common_191108.png");
}

/* 정액제 충전 팝업창 리뉴얼 */
.charge_step.autopay {
 border-color: #fe8f15;
}
.charge_step.autopay h3 {
 background: #fe8f15;
}
.charge_step.autopay .apply_info.type1 .c_use {
 letter-spacing: -2px;
}
.charge_step.autopay .choice_type {
 padding: 15px 0 0;
}
.charge_step.autopay .choice_type.type1 {
 padding: 15px 0 10px;
}
.charge_step.autopay .choice_type span {
 border-color: #fe8f15;
 color: #fe8f15;
}
.charge_step.autopay .info {
 width: 100%;
 background: #fff;
 border-top: 2px solid #e4e5e7;
}
.charge_step.autopay .info ul {
 padding: 15px 5% 20px;
}
.charge_step.autopay .info ul li {
 color: #999;
}

/********** 뷰페이지 리뉴얼 *********/
/* 컨텐츠 제목 (상단 메인 title) */
.view_scroll_wrap.re2020 .top .l_conArea {
 width: 100%;
}

/* conteiner */
.m_view {
 background: #c8c8c8;
}

/* hd 아이콘 */
.v_top.re2020 .content_v_top .ico_hd {
 opacity: 1;
 top: 15px;
 width: 46px;
 height: 27px;
 background-position: auto 27px;
}
/* 1분 미리보기 버튼 */
.v_top.re2020 .content_v_top .p_area .btn_p_view {
 background: url("/static/_mobile/_img/common/common_191108.png") no-repeat 0 -271px;
 width: 89px;
 height: 89px;
 background-size: 390px 505px;
}
.v_top.re2020 .content_v_top .p_area span span {
 margin-top: 56px;
}

/* 바로보기 버튼 */
.v_top.re2020 .m_view_action_btn {
 height: 55px;
 border-bottom: 2px solid #f0f0f0;
}
.v_top.re2020 .m_view_action_btn > span {
 padding: 19px 0;
 font-size: 14px;
 font-weight: bold;
}

/* 유저 info */
.v_top.re2020 .v_u_info {
 background: #3d4244;
 overflow: hidden;
 position: relative;
}
.v_top.re2020 .v_u_info p {
 color: #656b6d;
}
.v_top.re2020 .v_u_info p b {
 color: #bcc2c4;
}
.v_top.re2020 .v_u_info div {
}
.v_top.re2020 .v_u_info div .point span {
 color: #299bd0;
}
.v_top.re2020 .v_u_info div .bonus span,
.v_u_info div .cp span {
 color: #a1a7a9;
}
.v_top.re2020 .v_u_info .charge_btn {
 width: 65px;
 height: 55%;
 position: absolute;
 top: 50%;
 right: 2%;
 transform: translate(0, -50%);
}
.v_top.re2020 .v_u_info .charge_btn span {
 display: block;
 width: 100%;
 height: 100%;
 background: #000;
 text-align: center;
 line-height: 30px;
 color: #2c91ea;
 border-radius: 20px;
}

/* 파일 리스트 */
.v_top.re2020 .file_List {
 background: #fff;
 border-bottom: 1px solid #898989;
 margin-bottom: 6px;
}
.v_top.re2020 .file_List .left {
 width: 60%;
}
.v_top.re2020 .file_List .left p {
 width: auto !important;
}
.v_top.re2020 .file_List .btn_right span {
 color: #fff;
 border: none;
 border-radius: 15px;
 width: 65px;
 font-weight: normal;
}
.v_top.re2020 .file_List .btn_right span:last-child {
 margin-left: 3px;
}
.v_top.re2020 .file_List .btn_n_down {
 background: #2c91ea;
}
.v_top.re2020 .file_List .btn_n_view {
 background: #959aa1;
}
/* 파일 리스트 더보기 */
.v_top.re2020 .m-home-filelist-more-btn {
 background: #f7f7f7;
 color: #929292;
 height: 43px;
 line-height: 43px;
 border-top: 1px solid #f0f0f0;
 font-weight: normal;
}

/* 회차별 리스트 */
.v_top.re2020 .num_list {
 background: #f0f0f0;
 border-bottom: 1px solid #898989;
 margin-bottom: 6px;
 min-height: 167px !important;
}
.v_top.re2020 .num_list .list_wrap,
.v_top.re2020 .num_list .list_wrap > div {
 height: 125px !important;
}
.v_top.re2020 .num_list > p {
 display: inline-block;
 width: auto;
 color: #616161;
}
.v_top.re2020 .num_list .order_by {
 float: right;
 margin-right: calc(3% - 5px);
}
.v_top.re2020 .num_list .order_by span {
 float: none;
 margin: 0;
 padding: 0 5px;
 font-weight: normal;
}
.v_top.re2020 .num_list .order_by .active {
 color: #29b6f6;
}
.v_top.re2020 .num_list .order_by .bar {
 width: 1px;
 height: 12px;
 background: #bdbdbd;
 margin: 1px 4px 0;
 padding: 0;
}
.v_top.re2020 .list_wrap .swipe-wrap .swip-list-div {
 height: 125px; /*text-align:inherit;*/
}
.v_top.re2020 .list_wrap ul li .num_img {
 border-radius: 8px;
 overflow: hidden;
 height: 62px;
}
.v_top.re2020 .list_wrap ul li .num_img .shadow {
 display: inline-block;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.v_top.re2020 .list_wrap ul li .num_img img {
 border: none;
}
.v_top.re2020 .list_wrap ul li .num_img .btn_play {
 border: none;
 background-image: url("/static/_mobile/_img/common/btn_play2.png");
 top: -2px;
}
.v_top.re2020 .list_wrap ul li .num_img .ico_hd {
 opacity: 1;
}
.v_top.re2020 .list_wrap ul li p {
 text-align: center;
}
.v_top.re2020 .list_wrap ul li p .num {
 display: block;
 color: #000;
}
.v_top.re2020 .list_wrap ul li p .date {
 display: block;
 font-size: 13px;
 color: #616161;
}

/* 그래프 */
.view_graph {
 background: #f7f7f7;
 border-bottom: 1px solid #898989;
 margin-bottom: 6px;
 padding: 15px 3% 20px;
 overflow: hidden;
}
.view_graph h2 {
 font-size: 14px;
 font-weight: bold;
}
.view_graph .d_txt {
 margin: 6px 0 12px;
}
.view_graph .d_txt .t_red {
 color: #e52475;
 font-weight: bold;
}
.view_graph .graph_area {
}
.view_graph .graph_area div {
 float: left;
}
.view_graph .graph_area .graph_l {
 background: #fff;
 width: 40%;
 margin-right: 3%;
 padding: 8px 2.5% 12px;
}
.view_graph .graph_area .graph_l p,
.view_graph .graph_area .graph_r p {
 float: left;
 color: #b6b9ba;
}
.view_graph .graph_area .graph_l p > span,
.view_graph .graph_area .graph_r p > span {
 display: block;
}
.view_graph .graph_area .graph_l p .num,
.view_graph .graph_area .graph_r p .num {
 margin: 3px 0 6px;
}
.view_graph .graph_area .graph_l p .bar {
 width: 100%;
 height: 5px;
}
.view_graph .graph_area .graph_l .man .num {
 color: #50a4de;
}
.view_graph .graph_area .graph_l .man .bar {
 width: 100%;
 height: 5px;
 background: #50a4de;
}
.view_graph .graph_area .graph_l .woman {
 text-align: right;
}
.view_graph .graph_area .graph_l .woman .num {
 color: #93d354;
}
.view_graph .graph_area .graph_l .woman .bar {
 width: 100%;
 height: 5px;
 background: #93d354;
}

.view_graph .graph_area .graph_r {
 background: #fff;
 width: 57%;
 padding: 8px 2.5% 12px;
}
.view_graph .graph_area .graph_r p {
 width: 20%;
}
.view_graph .graph_area .graph_r .age20,
.view_graph .graph_area .graph_r .age30 {
 text-align: center;
 width: 30%;
}
.view_graph .graph_area .graph_r .age40 {
 text-align: right;
}
.view_graph .graph_area .graph_r .age10 .num {
 color: #50a4de;
}
.view_graph .graph_area .graph_r .age20 .num {
 color: #de5050;
}
.view_graph .graph_area .graph_r .age30 .num {
 color: #ffae00;
}
.view_graph .graph_area .graph_r .age40 .num {
 color: #93d354;
 margin-right: 5px;
}
.view_graph .graph_area .graph_r .bar_wrap {
 width: 100%;
}
.view_graph .graph_area .graph_r .bar_wrap .bar {
 height: 5px;
 display: block;
 float: left;
}
.view_graph .graph_area .graph_r .bar_wrap .age10 {
 background: #50a4de;
}
.view_graph .graph_area .graph_r .bar_wrap .age20 {
 background: #de5050;
}
.view_graph .graph_area .graph_r .bar_wrap .age30 {
 background: #ffae00;
}
.view_graph .graph_area .graph_r .bar_wrap .age40 {
 background: #93d354;
}

/* 하단 안내문구 */
.adult_explain {
 background: #fff;
 border-bottom: 1px solid #898989;
 margin-bottom: 6px;
}
.adult_explain img[src*="down"] {
 margin-left: -0.8%;
}

/* 댓글 입력창 */
.v_btm.re2020 .comment_wrap {
 background: #fff;
}
.v_btm.re2020 .comment_wrap .reply_input textarea::placeholder {
 color: #bdbdbd;
}
/* 댓글 리스트 */
.v_btm.re2020 .comment_wrap.mobile-comment-list-wrap {
 border-bottom: 1px solid #898989;
 margin-bottom: 6px;
}
.v_btm.re2020 .comment_wrap.mobile-comment-list-wrap.style2 {
 border-color: #f0f0f0;
 margin-bottom: 0;
}
.v_btm.re2020 .comment_wrap .comment {
 padding: 7px 3% 0;
 border: none;
 background: #fff;
}
.v_btm.re2020 .comment_wrap .comment.best {
 background: #fafafa;
}
.v_btm.re2020 .comment_wrap .comment.best.last {
 border-bottom: 1px solid #dadada;
}
.v_btm.re2020 .comment_wrap .comment.best.last .c_content {
 border: none;
}
.v_btm.re2020 .comment_wrap .comment.b_none .c_content {
 border: none;
}
.v_btm.re2020 .comment_wrap .comment:last-child .c_content {
 border: none;
}
.v_btm.re2020 .comment_wrap .comment .c_content {
 padding-bottom: 10px;
 border-bottom: 1px solid #f0f0f0;
}
.v_btm.re2020 .comment_wrap .comment.reply {
 position: relative;
 overflow: visible;
 background: #f0f0f0;
 padding: 7px 3% 12px 3%;
}
.v_btm.re2020 .comment_wrap .comment.reply > .bg {
 display: block;
 width: 23px;
 height: 10px;
 position: absolute;
 top: 4px;
 left: 50%;
 transform: translate(0, -50%);
 background: url("/static/_mobile/_img/common/bg_reply2.png") no-repeat;
 background-size: contain;
}
/* 댓글 더보기 */
.v_btm.re2020 .mobile-comment-list-more {
 padding: 0;
 border-bottom: 1px solid #898989;
 margin-bottom: 6px;
}
.v_btm.re2020 .mobile-comment-list-more .btn_r_more {
 background: #f7f7f7;
 color: #929292;
 border: none;
 padding: 13px 0;
}
.v_btm.re2020 .mobile-comment-list-more .btn_r_more span.bg1 {
 background-image: url("/static/_mobile/_img/common/bg_more.gif");
}

/* 판매자 다른 자료 보기 */
.v_btm_seller.re2020 .seller_another {
 padding-bottom: 0;
 border-bottom: 6px solid #c8c8c8;
}
.v_btm_seller.re2020 .content_list {
 padding-bottom: 0;
}
.v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li {
 border-bottom: 1px solid #f0f0f0;
}
.v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
 width: 74%;
}
.v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea,
.v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li:last-child,
.v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li:last-child .top .l_conArea {
 border-bottom: none;
}
.v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea {
 width: 100px;
 border-radius: 8px;
}
.v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea .inner {
 border-radius: 8px;
}
.v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea span.shadow {
 width: 100px;
 border-radius: 8px;
 box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
}
.v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea .ico_hd {
 top: 4px;
 left: 4px;
 width: 30px;
 height: 18px;
 background-image: url("/static/_mobile/_img/ico/ico_hd.png");
 background-size: auto 18px;
}
.v_btm_seller.re2020 .btn_r_more {
 background: #f7f7f7;
 color: #929292;
 border-color: #898989;
 border-top: 1px solid #f0f0f0;
 padding: 10px 0 11px;
 font-size: 14px;
}
.v_btm_seller.re2020 .btn_r_more span.bg1 {
 background: url("/static/_mobile/_img/common/common_191108.png") no-repeat -246px -112px;
 width: 19px;
 height: 10px;
 top: 7px;
}

/* 뷰페이지 리뉴얼 21-04-08 */
.content_v_top.renew img {
 height: 252px;
}
.content_v_top.renew .p_area {
 height: 252px;
}
.v_top.re2020 .content_v_top.renew .p_area .btn_p_view {
 width: 81px;
 height: 91px;
 background: url("/static/_mobile/_img/common/common_210408.png") no-repeat -4px -271px;
 background-size: 390px 505px;
 margin-top: 90px;
}
.v_top.re2020 .content_v_top.renew .p_area span span {
 color: #fff;
 margin-right: 5px;
 margin-top: 78px;
}
.content_v_top.renew .p_area > .btn_normal,
.content_v_top.renew .p_area > .btn_fhd {
 display: block;
 width: 35%;
 height: 46px;
 line-height: 42px;
 background: rgba(0, 0, 0, 0.6);
 position: absolute;
 left: 2%;
 bottom: 10%;
 border-radius: 23px;
 border: 2px solid rgba(255 255 255 / 60%);
 margin-top: 0;
 font-size: 14px;
 font-weight: bold;
 color: #7f8387;
 letter-spacing: -1px;
}
.content_v_top.renew .p_area > .btn_fhd {
 right: 2%;
 left: auto;
}
.content_v_top.renew .p_area > .active {
 background: rgba(0, 0, 0, 0.9);
 color: #2c90e9;
 border-color: #2c90e9;
}

/* 뷰페이지 리뉴얼 21-08-26 */
.view_scroll_wrap.re2021 .top .con_tit {
 color: #000;
 font-size: 15px;
}
.v_top.re2021 .content_v_top.renew .p_area {
 box-shadow: inset -10px 60px 35px -40px rgb(0 0 0 / 50%);
}
.v_top.re2021 .content_v_top.renew .p_area .btn_p_view {
 width: 113px;
 height: 102px;
 background: url("/static/_mobile/_img/common/common_210826.png") no-repeat -2px -325px;
 background-size: 490px 605px;
 margin-top: 65px;
}
.v_top.re2021 .content_v_top .ico_fhd {
 width: 46px;
 height: 27px;
 display: block;
 z-index: 3;
 top: 15px;
 left: 10px;
 padding: 0;
 border: none;
 background: url(/static/_mobile/_img/ico/ico_fhd.png) no-repeat 0 0;
 background-size: auto 25px;
}
.v_top.re2021 .content_v_top.renew .p_area span span {
 margin-right: 22px;
 margin-top: 43px;
}
.v_top.re2021 .content_v_top {
 border-color: #000;
}
.v_top.re2021 .m_view_action_btn {
 border-color: #000;
}
.v_top.re2021 .m_view_action_btn > span {
 border-color: #fff;
 line-height: 1em;
}
.v_top.re2021 .m_view_action_btn .b_view {
 background-color: #a0d468;
}
.v_top.re2021 .m_view_action_btn .b_view .ico {
 background-image: url("/static/_mobile/_img/common/btn_new_view2.jpg");
}
.v_top.re2021 .m_view_action_btn .b_a_down {
 background-color: #29b6f6;
}
.v_top.re2021 .m_view_action_btn .b_a_down .ico {
 background-image: url("/static/_mobile/_img/common/btn_down3.jpg");
}

/* ios 일때 */
.v_top.re2021 .m_view_action_btn.ios-high-disabled .b_a_down,
#mobile-middle-view-container-li.fix_view .btn_view.ios-high-disabled .b_a_down {
    display:none;
    cursor: none;
}

.v_top.re2021 .m_view_action_btn.ios-high-disabled > span,
#mobile-middle-view-container-li.fix_view .btn_view.ios-high-disabled > span {
    width:33.33% !important;
}

.v_top.re2021 .m_view_action_btn > span {
    transition:none !important;
}

.v_top.re2021 .file_List li.ios-high-disabled .btn_right span.btn-file-list-down {
    display:none;
}


.v_top.re2021 .file_List li {
 border: none;
}
.v_top.re2021 .file_List li:after {
 content: "";
 display: block;
 width: 96%;
 height: 1px;
 position: absolute;
 left: 2%;
 bottom: 0;
 background: #f3f3f3;
}
.v_top.re2021 .file_List li:last-child:after {
 display: none;
}
.v_top.re2021 .file_List .btn_n_view {
 background: #a0d468;
}
.v_top.re2021 .file_List .btn_n_down {
 background: #29b6f6;
}

.v_top.re2021 .m_view_action_btn.flat_btn_view {
    display:flex;
}

.v_top.re2021 .m_view_action_btn.flat_btn_view .file-act-btn,
.v_top.re2021 .m_view_action_btn.flat_btn_view > span {
    flex:1 1 0%;
}


/******************** 모바일 알림창 *********************/
.header .btn_login.alim {
 right: 4%;
}
.header .btn_login.alim .btn-mobile-alim {
 overflow: hidden;
 padding: 12px 0 4px 10px;
}
.header .btn_login.alim .btn-mobile-alim span {
 float: left;
}
.header .btn_login.alim .btn-mobile-alim .txt {
 display: block;
 background: #1f8ee4;
 padding: 0 24px 0 8px;
 margin-top: 1px;
 border: 1px solid #2387e5;
 border-radius: 5px;
 font-size: 11px;
 line-height: 14px;
}
.header .btn_login.alim .btn-mobile-alim .txt.d_none {
 background: none;
 border: none;
 text-indent: -9999px;
}
.header .btn_login.alim .btn-mobile-alim .alim_ico {
 display: block;
 width: 22px;
 height: 25px;
 background: url("/static/_mobile/_img/common/common_191108.png") -658px -158px;
 background-size: 340px 448px;
 margin: -3px 0 0 -18px;
}
.header .btn_login.alim .btn-mobile-alim .alim_ico::after {
 content: "";
 display: block;
 clear: both;
}

.alim_wrap ul {
 width: 94%;
 padding: 5% 0;
 margin: 0 auto;
}
.alim_wrap ul li {
 width: 100%;
 margin-bottom: 8px;
 background: #fcfcfc;
 border: 1px solid #eaeced;
 border-radius: 5px;
 overflow: hidden;
 position: relative;
 box-shadow: 1px 1px 2px 0px #e7e9ec;
}
.alim_wrap ul li .l_txt {
 width: 90%;
 background: #f6f6f6;
 border-right: 1px solid #f6f6f6;
 float: left;
}
.alim_wrap ul li .l_txt .tit {
 padding: 4% 3% 1%;
 font-size: 14px;
 color: #000;
}
.alim_wrap ul li .l_txt span {
 display: block;
 padding: 0 3% 4%;
 font-size: 11px;
 color: #1ca8cb;
}
.alim_wrap ul .new_alim .l_txt {
 background: #fff;
}
.alim_wrap ul .new_alim .l_txt .tit {
 color: #18639a;
}

.alim_wrap ul li .r_btn {
 width: 10%;
 height: 100%;
 position: absolute;
 right: 0;
}
.alim_wrap ul li .r_btn span {
 display: block;
 width: 9px;
 height: 13px;
 background: url("/static/_mobile/_img/common/btn_alim_view.png") no-repeat;
 background-size: auto 13px;
 text-indent: -9999px;
 margin: 0 auto;
 position: relative;
 top: 50%;
 transform: translate(0, -50%);
}

.alim_wrap > span {
 display: block;
 text-align: center;
 color: #b9b9b9;
}

/******************** 저작권 보호센터 *********************/
.sub_tab.type2 {
 border-bottom: 1px solid #bebebe;
}
.sub_tab.type2 span {
 width: 33.3%;
 border-right: 1px solid #ebebeb;
 border-bottom: 1px solid #ebebeb;
 background: #f6f6f6;
 font-size: 13px;
 color: #000;
 font-weight: normal;
}
.sub_tab.type2 span:nth-child(3n) {
 border-right: 0;
}
.sub_tab.type2 span.active {
 background: #fff;
 color: #4fc3f7;
}

.content .copyright {
 padding: 30px 3% 20px;
 overflow: hidden;
 background: #fff;
}
.content .copyright h3 {
 font-size: 18px;
 font-weight: bold;
 color: #005d94;
}
.content .copyright .copy {
 padding: 25px 0 60px;
}
.content .copyright .copy > li {
 margin-bottom: 25px;
}
.content .copyright .copy > li span {
 color: #616161;
}
.content .copyright .copy > li > .tit {
 font-size: 14px;
 color: #000;
 font-weight: bold;
 letter-spacing: -1px;
 margin-bottom: 3px;
}
.content .copyright .copy > li > .txt {
 font-size: 11px;
 line-height: 18px;
 letter-spacing: -1px;
 margin-bottom: 8px;
 color: #000;
}
.content .copyright .copy > li > .txt span {
 display: inline-block;
 color: #616161;
}
.content .copyright .copy > li > .txt .g_txt {
 color: #a1a7a9;
}
.content .copyright .copy > li > .btn {
 border: 1px solid #c3c8ce;
 border-radius: 5px;
 font-size: 11px;
 color: #616161;
}
.content .copyright .copy > li > .btn:focus,
.content .copyright > ul > li > .btn:active {
 outline: none;
 box-shadow: none;
}
.content .copyright .copy ul {
 margin-top: 8px;
}
.content .copyright .copy ul li {
 float: left;
 text-align: center;
 margin-bottom: 5px;
 letter-spacing: -0.5px;
}
.content .copyright .copy ul li span {
 color: #9b9e9f;
}
.content .copyright .copy ul li:nth-child(odd) {
 background: #e2e2e2;
 padding: 5px 4px;
}
.content .copyright .copy ul li:nth-child(even) {
 height: 38px;
 padding: 12px 2px 0 3px;
}
.content .copyright .copy ul::after {
 content: "";
 display: block;
 clear: both;
}

.content .copyright .copy.style2 ul li {
 height: 66px;
}
.content .copyright .copy.style2 ul li:nth-child(odd) {
 padding: 5px 6px;
}
.content .copyright .copy.style2 ul li:nth-child(even) {
 padding-top: 25px;
}

.content .copyright .copy.style3 ul li {
 height: 52px;
}
.content .copyright .copy.style3 ul li:nth-child(odd) {
 padding: 5px 6px;
}
.content .copyright .copy.style3 ul li:nth-child(even) {
 padding-top: 19px;
}

.content .copyright > p {
 line-height: 16px;
 margin-top: 12px;
}
.content .copyright > p > .block {
 float: left;
 width: 98%;
}
.content .copyright > p > .dash {
 float: left;
 width: 2%;
}
.content .copyright > p > .b_txt {
 color: #0089e9;
}

/* 모바일 콘텐츠 리스트 공지 */
.content10_txt {
 clear: both;
 position: relative;
 top: 0;
 right: 0;
 z-index: 10;
 width: 100%;
 padding: 8px 0;
 text-align: center;
 background: #47e36d;
 font-size: 12px;
 letter-spacing: -1px;
}
.content10_txt .bg {
 position: absolute;
 top: 0;
 left: 0;
 /* z-index: 100; */
 display: block;
 width: 10px;
 height: 10px;
 background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -228px 0;
 background-size: 320px 416px;
}
.content10_txt .txt {
 color: #fff;
}
.content10_txt .txt span {
 color: #fefc00;
}
.content10_txt .txt10 {
 overflow: hidden;
 height: 17px;
}
.btn_content10 {
 position: absolute;
 display: block;
 width: 86%;
 height: 9%;
 top: 84%;
 left: 7%;
 cursor: pointer;
}

/* 저작권 보호센터 리스트 */
.copy_list {
 width: 100%;
 border-top: 1px solid #f0f0f0;
 padding-bottom: 30px;
}
.copy_list.type1 {
 padding-bottom: 0;
}
.copy_list ul li {
 clear: both;
 position: relative;
 width: 100%;
 margin-bottom: 8px;
 padding: 10px 2%;
 height: 76px;
 border-bottom: 1px solid #d5d5d5;
 background: #fff;
}
.copy_list a {
 color: #000000;
}
.copy_list .top {
 overflow: hidden;
 margin-bottom: 10px;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: -1px;
}
.copy_list .top p {
 overflow: hidden;
 display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 vertical-align: bottom;
}
.copy_list .btm {
 overflow: hidden;
 position: absolute;
 bottom: 10px;
 width: 96%;
 font-size: 11px;
 color: #cecece;
}
.copy_list .btm.type1 {
 position: relative;
 top: 0;
 width: 100%;
 padding-top: 5px;
 border-top: 1px solid #d9d9d9;
}
.copy_list .btm .date {
 float: left;
 font-size: 11px;
}
.copy_list .btm .date span {
 display: inline-block;
 font-size: 12px;
 color: #616161;
 vertical-align: middle;
}
.copy_list .btm .n_writer {
 float: right;
 color: #898989;
}
/* .copy_notice_view .notice .n_view {padding-bottom:0;} */
.copy_notice_view .notice .n_view .n_con p {
 padding-bottom: 0;
}
.copy_notice_view .notice .n_view .n_con {
 padding-bottom: 0;
}
.copy_notice_view .btn_back {
 display: block;
 width: 80px;
 height: 30px;
 font-size: 15px;
 background: #979aa3;
 border-radius: 3px;
 color: #fff;
 line-height: 30px;
 margin: 20px auto 0;
 text-align: center;
}

/* 캐스트 원페이 리뉴얼 */
.one_pay_wrap.v2003 {
 border: 1px solid #ff9104;
}
.one_pay_wrap.v2003 .tab .tab_btn {
 height: 42px;
 line-height: 42px;
 font-size: 1.5em;
}
.one_pay_wrap.v2003 .tab .tab_btn.active {
 background: #ff9104;
 color: #fff;
}
.one_pay_wrap.v2003 .tab_area {
 padding: 0;
}
.one_pay_wrap.v2003 .tab_area dd.style1 {
 margin-top: 8px;
}
.one_pay_wrap.v2003 .tab_area .select_box {
 padding-left: 20px;
 width: 100%;
}
.one_pay_wrap.v2003 .tab_area .select_box.style1 {
 width: calc(100% - 35.14px);
 float: right;
 margin-top: -8px;
}
.one_pay_wrap.v2003 .tab_area dl {
 padding: 0 3.5%;
}
.one_pay_wrap.v2003 .tab_area dl.type1 {
 width: 50%;
 float: left;
}
.one_pay_wrap.v2003 .tab_area dl.type1:first-child {
 border-right: 1px solid #ffefcc;
}
.one_pay_wrap.v2003 .tab_area dl:last-child {
 border-bottom: none;
}
.one_pay_wrap.v2003 .tab_area dl dt {
 width: 100%;
 padding: 15px 0 0;
}
.one_pay_wrap.v2003 .tab_area dl dd {
 width: 100%;
 padding: 5px 0 12px;
 color: #000;
}
.one_pay_wrap.v2003 .tab_area dl dt .e_ico {
 display: inline-block;
 width: 33px;
 height: 12px;
 background: url("/static/_mobile/_img/charge/ico_onepay.png") no-repeat;
 background-size: auto 12px;
 position: relative;
 top: 1px;
 left: 3px;
}
.one_pay_wrap.v2003 + .btn_one_pay {
 display: block;
 margin: 0 auto 20px;
 width: 55%;
 background: #970f1c;
 color: #fff;
 border: 1px solid #d16f00;
 text-align: center;
 height: 38px;
 line-height: 36px;
 border-radius: 3px;
 font-size: 1.5em;
}

.sub_tab.charge .e_ico {
 display: inline-block;
 width: 30px;
 height: 11px;
 background: url("/static/_mobile/_img/charge/ico_onepay.png") no-repeat;
 background-size: auto 11px;
 position: absolute;
 top: 3px;
 left: 3px;
}

/* 모바일 마일리지 */
.m_mile {
 background: #fff;
}
.m_mile .info {
 padding: 20px 3% 35px;
 color: #212121;
}
.m_mile .info h3 {
 font-size: 16px;
 font-weight: bold;
 padding-bottom: 10px;
}
.m_mile .info ul {
 overflow: hidden;
}
.m_mile .info ul li {
 overflow: hidden;
 padding-bottom: 6px;
}
.m_mile .info ul li span {
 display: block;
 float: left;
 font-size: 11px;
}
.m_mile .info ul li .dash {
 width: 5px;
 margin-right: 3px;
 margin-top: -2px;
}
.m_mile .info ul li .txt {
 width: calc(100% - 8px);
}

.m_mile .use_mile {
 padding-bottom: 30px;
}
.m_mile .use_mile h3 {
 font-size: 16px;
 font-weight: bold;
 color: #212121;
 padding: 0 0 10px 3%;
}
.m_mile .use_mile .have_mile {
 border-top: 1px solid #d9d9d9;
 border-bottom: 1px solid #d9d9d9;
 padding: 10px 3%;
}
.m_mile .use_mile .have_mile span {
 margin-right: 10px;
 font-size: 11px;
 color: #424242;
}
.m_mile .use_mile .have_mile .have {
 font-size: 14px;
 color: #4fc3f7;
}

.m_mile .use_mile .get_mile {
 overflow: hidden;
}
.m_mile .use_mile .get_mile > div {
 border-bottom: 1px solid #d9d9d9;
 padding: 15px 3%;
 overflow: hidden;
}
.m_mile .use_mile .get_mile > div span {
 float: left;
 padding-top: 7px;
 margin-right: 10px;
 font-size: 11px;
 color: #424242;
}
.m_mile .use_mile .get_mile ul {
 float: left;
 width: 75%;
}
.m_mile .use_mile .get_mile ul li {
 float: left;
 width: 30%;
 font-size: 13px;
 padding: 5px 0;
 margin-right: 10px;
 text-align: center;
 border-radius: 3px;
 background: #f8fafb;
 border: 1px solid #bdbdbd;
 color: #bdbdbd;
}
.m_mile .use_mile .get_mile ul li:nth-child(3n) {
 margin-right: 0;
}
.m_mile .use_mile .get_mile ul li:nth-child(-n + 3) {
 margin-bottom: 10px;
}
.m_mile .use_mile .get_mile ul .able {
 border: 1px solid #a8a8a8;
 color: #424242;
}
.m_mile .use_mile .get_mile ul .active {
 border: 1px solid #4ca5eb;
 color: #4ca5eb;
}
.m_mile .use_mile .get_mile .btn_use {
 display: block;
 width: 40%;
 height: auto;
 padding: 5px 0;
 background: #19abe8;
 border: 1px solid #0090ca;
 border-radius: 3px;
 color: #fff;
 margin: 15px auto 10px;
 font-size: 16px;
 text-align: center;
}

.m_mile .use_mile .none_mile {
 padding: 10px 0;
 text-align: center;
 font-size: 11px;
}

/* .m_mile .mile_list_wrap {min-height: 300px;} */
.m_mile .mile_list_wrap h3 {
 font-size: 16px;
 font-weight: bold;
 color: #212121;
 padding: 0 0 10px 3%;
}
.m_mile .mile_list_wrap .mile_list {
 overflow: hidden;
}
.m_mile .mile_list_wrap .mile_list .tit {
 overflow: hidden;
 padding: 3px 3% 8px;
 border-bottom: 1px solid #d9d9d9;
}
.m_mile .mile_list_wrap .mile_list .tit span {
 color: #bdbdbd;
}
.m_mile .mile_list_wrap .mile_list .tit span {
 display: block;
 float: left;
 width: 33.33%;
 font-size: 11px;
}
.m_mile .mile_list_wrap .mile_list .date {
 text-align: left;
}
.m_mile .mile_list_wrap .mile_list .txt {
 text-align: center;
}
.m_mile .mile_list_wrap .mile_list .mileage {
 text-align: right;
}

.m_mile .mile_list_wrap .mile_list ul {
}
.m_mile .mile_list_wrap .mile_list ul li {
 overflow: hidden;
 padding: 10px 3%;
 border-bottom: 1px solid #d9d9d9;
}
.m_mile .mile_list_wrap .mile_list ul li:nth-child(2n) {
 background: #fafafa;
}
.m_mile .mile_list_wrap .mile_list ul li:last-child {
 border-bottom: 1px solid #818181;
}
.m_mile .mile_list_wrap .mile_list ul li span {
 display: block;
 float: left;
 width: 33.33%;
 font-size: 11px;
}
.m_mile .mile_list_wrap .mile_list ul li .date {
 color: #898989;
}
.m_mile .mile_list_wrap .mile_list ul li .txt {
 color: #212121;
}
.m_mile .mile_list_wrap .mile_list ul li .mileage {
 color: #4fc3f7;
}

.m_mile .mile_list_wrap .mile_list .none_list {
 padding: 10px 0;
 margin-bottom: 150px;
 text-align: center;
 color: #212121;
 font-size: 11px;
 border-bottom: 1px solid #818181;
}

/* 모바일 상단 여백 */
.content .border_btm {
 border-bottom: 1px solid #d9d9d9;
}
.content .border_top {
 border-top: 15px solid #fff;
}

/* 실시간 검색어 */
.key_wrap {
 margin: 3px 0 10px;
 position: relative;
 height: 20px;
}
.key_wrap > .txt {
 float: left;
 display: block;
 padding: 0 20px 0 10px;
 font-size: 12px;
 color: #18639a;
}
.key_wrap > .key_top {
 float: left;
 width: calc(100% - 87px);
}
.key_wrap > .key_top span {
 display: block;
 float: left;
}
.key_wrap > .key_top .rank {
 margin: 0 8px;
 font-size: 14px;
 line-height: 16px;
 color: #a9e6ff;
}
.key_wrap > .key_top .rank.num10 {
 margin: 0 7px 0 1px;
}

.key_wrap > .key_top .tit {
 font-size: 14px;
 color: #fff;
 line-height: 16px;
 width: calc(100% - 60px);
}
.key_wrap > .key_top .rank_ico {
 font-size: 12px;
 margin-right: 2px;
 line-height: 16px;
 color: #676767;
}
.key_wrap > .key_top .rank_ico.up {
 color: #e73d80;
}
.key_wrap > .key_top .rank_ico.down {
 color: #3e9be9;
}
.key_wrap > .key_top .num {
 font-size: 14px;
 line-height: 16px;
 color: #fff;
}
.key_wrap > .keybox_open {
 float: left;
 display: block;
 position: absolute;
 top: -2px;
 right: 0;
 width: 20px;
 height: 21px;
 background: url("/static/_mobile/_img/common/common_191108.png") -360px -217px;
 background-size: 380px 502px;
}

.keybox {
 margin: 3px 0 0;
}
.keybox > .txt {
 display: inline-block;
 font-size: 12px;
 padding-bottom: 1px;
 margin: 0 0 10px 10px;
 color: #fff;
 border-bottom: 1px solid #fff;
}
.keybox > .keybox_close {
 display: block;
 position: relative;
 top: -2px;
 float: right;
 width: 20px;
 height: 21px;
 background: url("/static/_mobile/_img/common/common_191108.png") -360px -241px;
 background-size: 380px 502px;
}
.keybox .key_list {
 width: 100%;
 padding-top: 8px;
 position: absolute;
 left: 0;
 z-index: 49;
 border-top: 1px solid #2069a4;
 border-bottom: 1px solid #2387e5;
 background: #fff;
}
.keybox ul {
 margin-bottom: 15px;
 padding: 0 3.5%;
}
.keybox ul li {
 border-bottom: 1px solid #f5f5f5;
 padding: 9px 0 8px;
 font-size: 14px;
 overflow: hidden;
}
.keybox ul li:last-child {
 border: none;
}
.keybox ul li span {
 display: block;
 float: left;
}
.keybox ul li .rank {
 height: 20px;
 margin: 0 19px 0 10px;
 line-height: 20px;
 color: #929292;
}
.keybox ul li:nth-child(-n + 3) .rank {
 color: #7bb61e;
}
.keybox ul li:last-child .rank {
 margin: 0 15px 0 6px;
}

.keybox ul li .tit {
 width: calc(100% - 78px);
 height: 20px;
 line-height: 20px;
}
.keybox ul li .rank_ico {
 color: #000;
 margin-left: 15px;
 font-size: 12px;
 height: 20px;
 line-height: 20px;
}
.keybox ul li .rank_ico.up {
 color: #e73d80;
 margin: 0 5px 0 0;
}
.keybox ul li .rank_ico.down {
 color: #3e9be9;
 margin: 0 5px 0 0;
}
.keybox ul li .rank_ico.new {
 color: #2693e7;
 font-size: 12px;
 margin-left: 6px;
}
.keybox ul li .num {
 font-size: 14px;
 color: #929292;
 height: 20px;
 line-height: 20px;
}

.keybox .btn_keybox_close {
 display: block;
 width: 100%;
 height: 35px;
 font-size: 11px;
 background: #181616;
 color: #727272;
 text-align: center;
 line-height: 35px;
}

@media (min-width: 640px) {
 .onpl_cast_table .user {
  font-size: 22px;
 }
 .onpl_cast_table .info_txt {
  font-size: 16.5px;
 }
 .onpl_cast_table table {
  font-size: 14px;
 }
 .onpl_cast_popup > p {
  top: 92.5%;
 }
}
@media (max-width: 412px) {
 .onpl_cast_table .user {
  font-size: 15px;
 }
 .onpl_cast_table .info_txt {
  font-size: 11.6px;
 }
 .onpl_cast_table table {
  font-size: 10px;
 }
}

@media (max-width: 390px) {
 .header.style2 .searchAll .search_close {
  right: 17%;
 }
}

@media (min-width: 500px) and (max-width: 768px) {
 .e_con.pay_100 .mid .txt_agree {
  bottom: 17%;
  font-size: 13px;
 }
 .comeback_1804 .text_area {
  font-size: 1.4em;
 }
}
@media (min-width: 768px) {
 .e_con.pay_100 .mid .btn_100_pay {
  left: 50%;
  margin-left: -266px;
 }
 .e_con.pay_100 .mid .txt_agree {
  bottom: 15%;
  font-size: 13px;
 }
 .comeback_1804 .text_area {
  font-size: 1.4em;
 }
}

@media (max-width: 410px) {
 /* 사이드메뉴 리뉴얼 */
 .sideMenu.new .top .my_name .log_out {
  font-size: 11px;
 }
 .sideMenu.new .top .my_info ul li div.my_onepay .info_con {
  font-size: 12px;
 }

 /* 통합 무료충전소 */
 .free_point_list li .img {
  margin: 3.7% 3% 3%;
 }
 .free_point_list li .txt p:first-child {
  font-size: 14px;
 }
 .free_point_list li .txt p:last-child {
  font-size: 11px;
 }

 .header .child_protect {
  margin: 0;
 }
 /* .header .searchAll{width:83%;} */
 .header .searchAll .search_close {
  right: 11%;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 76%;
 }
 .content_list.type1 > ul > li > span .l_conArea,
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 74%;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .r_imgArea {
  left: 3%;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit.kids {
  width: 52%;
 }
 .mbc1605 .list_wrap li {
  height: 120px;
 }
 .smart_content {
  width: 74%;
 }
 .update_movie ul li,
 .theme_list ul li {
  padding-left: 2%;
 }
 .update_movie ul li > span.imgarea,
 .theme_list ul li > span.imgarea {
  width: 90px;
  height: 135px;
 }
 .update_movie ul li a > span.imgarea,
 .theme_list ul li a > span.imgarea {
  width: 90px;
  height: 132px;
 }
 .mbc1605.imbc1607 .update_movie ul li > span.imgarea {
  height: 135px;
 }
 .mbc_sale_1705 .update_movie ul li > span.imgarea {
  height: 135px;
 }
 .update_movie ul li .tit,
 .theme_list ul li .tit {
  width: 90%;
 }
 .theme_list ul li .tit .txt.adult {
  max-width: 80%;
 }
 .vr_btnarea span {
  font-size: 12px;
 }
 .v_top .top .l_conArea {
  width: 75%;
 }
 .friend_list .seller_name {
  width: 55%;
 }
 .kakao_wrap .t_explain_wrap {
  margin-bottom: 3%;
 }
 .now_friend_num .circle {
  top: 46%;
 }
 .now_friend_num .tit .n_txt {
  font-size: 14px;
  top: 20%;
 }
 .now_friend_num .now_num .n_txt {
  font-size: 11px;
  top: 21%;
 }
 .seller1612 .my_rank .inner .rank_num {
  top: 12%;
  font-size: 18px;
 }
 .seller1612 .category_rank .now_time .date {
  font-size: 9px;
 }
 .seller1612 .category_rank .now_time {
  width: 45%;
  top: 3.1%;
 }
 .seller1612 .cate_rank .rank_list ul li {
  font-size: 12px;
  letter-spacing: -0.5px;
 }
 .seller1612 .cate_rank .my_score p {
  padding: 8px 0 1% 0;
  font-size: 12px;
  line-height: 14px;
 }
 .seller1612 .cate_rank .my_score p span {
  font-size: 13px;
 }
 .seller1612 .cate_rank .my_score > span {
  font-size: 11px;
 }
 .charge1703_v .txt {
  top: 20%;
  font-size: 11px;
 }
 .magazine_list ul li .img {
  height: 115px;
 }
 .autopay_step2 .btn_ok {
  top: 82%;
 }
 .autopay_thanks .txt_area {
  font-size: 12px;
 }
 .rank_wrap.now_rank ol li.rank_top .tit {
  max-width: 65%;
 }
 .word_list ol li {
  font-size: 13px;
 }
 .v1712 .vr_item .btm div {
  margin-top: -25px;
 }
 .v1712 .vr_item .btm div .txt,
 .v1712 .vr_item .btm div .time {
  width: 100%;
  text-align: center;
 }

 /* 리뉴얼 */
 .v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 68%;
 }
}

@media screen and (max-width: 280px) {
 .v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 58%;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .con_tit {
  font-size: 13px;
 }
}

@media (max-width: 350px) {
 .donut_r .grade {
  padding-top: 2%;
 }
 /* .header .searchAll{width:80%;}	 */
 .mbc1605 .list_wrap li {
  height: 130px;
 }
 .now_friend_num .now_num .n_txt {
  font-size: 11px;
  top: 21%;
 }
 .update_movie ul li a > span.imgarea,
 .theme_list ul li a > span.imgarea {
  width: 90px;
  height: 130px;
 }
 .moviesale1612 .update_movie ul li a > span.imgarea {
  width: 90px;
  height: 130px;
 }
 .mbc_sale_1705 .update_movie ul li a > span.imgarea {
  width: 90px;
  height: 130px;
 }
 .seller1612 .category_rank .now_time .date {
  font-size: 9px;
 }
 .seller1612 .category_rank .now_time {
  width: 61%;
  top: 2.6%;
  letter-spacing: -0.8px;
  line-height: 12px;
 }
 .seller1612 .cate_rank .rank_list ul li {
  font-size: 10px;
  letter-spacing: -0.5px;
 }
 .seller1612 .cate_rank .my_score p {
  padding: 5px 0 0 0;
  font-size: 12px;
 }
 .seller1612 .cate_rank .my_score p span {
  font-size: 13px;
 }
 .seller1612 .cate_rank .my_score > span {
  font-size: 11px;
 }
 .reward_txt .left_txt {
  width: 58%;
 }
 .autopay_step2 .btn_ok {
  top: 82%;
 }
 .autopay_thanks .txt_area {
  font-size: 12px;
 }
 .view_scroll_wrap .top .l_conArea {
  width: 74%;
 }
}

@media (min-width: 391px) and (max-width: 440px) {
 .mbc1605.imbc1607 .update_movie ul li > span.imgarea {
  height: 140px;
 }
 .header .searchAll .search_close {
  right: 10%;
  top: 70px;
 }
 .header.fix_scroll .search_close {
  right: 10%;
  top: 15px;
 }
 /* .header .searchAll{width:84.5%;} */
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 79%;
 }
 .content_list.type1 > ul > li > span .l_conArea,
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 76%;
 }
 .mbc1605 .list_wrap li {
  height: 170px;
 }
 .update_movie ul li > span.imgarea,
 .theme_list ul li > span.imgarea {
  height: 145px;
 }
 .update_movie ul li a > span.imgarea,
 .theme_list ul li a > span.imgarea {
  height: 140px;
 }
 .mbc_sale_1705 .update_movie ul li a > span.imgarea {
  height: 140px;
 }
 .kakao_wrap .t_explain_wrap {
  margin-bottom: 5%;
 }
 .now_friend_num .circle {
  top: 46%;
 }
 .now_friend_num .tit .n_txt {
  font-size: 17px;
  top: 16%;
 }
 .now_friend_num .now_num .n_txt {
  font-size: 12px;
  top: 15%;
 }
 .seller1612 .my_rank .inner .rank_num {
  top: 12.5%;
  font-size: 18px;
 }
 .seller1612 .category_rank .now_time .date {
  font-size: 12px;
 }
 .seller1612 .category_rank .now_time {
  width: 45%;
  top: 2.9%;
 }
 .magazine_list ul li .img {
  height: 130px;
 }
 .autopay_step2 .btn_ok {
  top: 82%;
 }
 .autopay_thanks .txt_area {
  font-size: 13px;
 }

 /* 리뉴얼 */
 .v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 70%;
 }
}
@media (min-width: 441px) and (max-width: 500px) {
 /* .header .searchAll{width:85%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 15px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 13px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 81%;
 }
 .content_list.type1 > ul > li > span .l_conArea,
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 79%;
 }
 .mbc1605 .list_wrap li {
  height: 180px;
 }
 .update_movie ul li > span.imgarea,
 .theme_list ul li > span.imgarea {
  height: 160px;
 }
 .update_movie ul li a > span.imgarea,
 .theme_list ul li a > span.imgarea {
  height: 160px;
 }
 .fix_item .sum_area {
  width: 82%;
 }
 .kakao_wrap .t_explain_wrap {
  padding-bottom: 43%;
 }
 .now_friend_num .circle {
  top: 46.8%;
 }
 .now_friend_num .tit .n_txt {
  top: 20%;
  font-size: 20px;
 }
 .now_friend_num .now_num .n_txt {
  font-size: 13px;
  top: 15%;
 }
 .seller1612 .my_rank .inner .rank_num {
  font-size: 22px;
 }
 .seller1612 .category_rank .now_time .date span {
  font-size: 14px;
 }
 .seller1612 .category_rank .now_time {
  width: 45%;
  top: 2.9%;
 }
 .charge1703_v .txt {
  font-size: 13px;
 }
 .magazine_list ul li .img {
  height: 142px;
 }
 .comeback_1804 .text_area {
  font-size: 1.4em;
 }

 /* 리뉴얼 */
 .v_btm_seller.re2020 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 72%;
 }
}
@media (min-width: 501px) and (max-width: 550px) {
 .v1604 .select_cate p label {
  font-size: 16px;
 }
 /* .header .searchAll{width:88%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 17px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 15px;
 }
 .update_movie ul li > span.imgarea,
 .theme_list ul li > span.imgarea {
  height: 160px;
 }
 .update_movie ul li a > span.imgarea,
 .theme_list ul li a > span.imgarea {
  height: 160px;
 }
 .fix_item .sum_area {
  width: 82%;
 }
 .now_friend_num .tit .n_txt {
  top: 20%;
  font-size: 22px;
 }
 /* .kakao_wrap .t_explain_wrap{padding-bottom:44.5%;} */
 .now_friend_num .now_num .n_txt {
  font-size: 13px;
  top: 19%;
 }
 .seller1612 .category_rank .now_time .date span {
  font-size: 14px;
 }
 .charge1703_v .txt {
  font-size: 14px;
 }
 .magazine_list ul li .img {
  height: 172px;
 }
}
@media (min-width: 551px) and (max-width: 600px) {
 .v1604 .select_cate p label {
  font-size: 16px;
 }
 /* .header .searchAll{width:89%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 17px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 15px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 82%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .content_list.type1 > ul > li > span .l_conArea,
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 80%;
 }
 .e_view .btn_google {
  top: 15%;
 }
 .mbc1605 .list_wrap li {
  height: 200px;
 }
 .update_movie ul li > span.imgarea,
 .theme_list ul li > span.imgarea {
  height: 170px;
 }
 .update_movie ul li a > span.imgarea,
 .theme_list ul li a > span.imgarea {
  height: 170px;
 }
 .fix_item .sum_area {
  width: 82%;
 }
 /* .kakao_wrap .t_explain_wrap{padding-bottom:44.5%;} */
 .now_friend_num .tit .n_txt {
  top: 20%;
  font-size: 24px;
 }
 .now_friend_num .now_num .n_txt {
  font-size: 15px;
  top: 22%;
 }
 .seller1612 .category_rank .now_time .date span {
  font-size: 14px;
 }
 .seller1612 .cate_rank .my_score p {
  padding: 4.5% 0 0 0;
  font-size: 12px;
 }
 .charge1703_v .txt {
  font-size: 15px;
 }
 .magazine_list ul li .img {
  height: 175px;
 }
}
@media (min-width: 601px) and (max-width: 700px) {
 .header .searchAll .search_close {
  right: 7%;
 }
 .v1604 .select_cate p label {
  font-size: 16px;
 }
 /* .header .searchAll{width:90%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 19px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 17px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 82%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 83%;
 }
 .e_view .btn_google {
  top: 16%;
 }
 .mbc1605 .list_wrap li {
  height: 225px;
 }
 .update_movie ul {
  padding: 20px 0;
 }
 .theme_list ul {
  padding: 20px 0 0 0;
 }
 .update_movie ul li/* , .theme_list ul li */ {
  width: 25%;
  padding: 0 0 24px 0;
 }
 .mbc_sale_1705 .update_movie ul li a > span.imgarea {
  height: 170px;
 }
 .fix_item .sum_area {
  width: 84%;
 }
 /* .kakao_wrap .t_explain_wrap{padding-bottom:46%;} */
 .now_friend_num .tit .n_txt {
  top: 18%;
 }
 .now_friend_num .now_num .n_txt {
  font-size: 15px;
  top: 23%;
 }
 .seller1612 .cate_rank .my_score p {
  padding: 4.5% 0 0 0;
  font-size: 12px;
 }
 .charge1703_v .txt {
  font-size: 15px;
 }
 .magazine_list ul li .img {
  height: 195px;
 }
}
@media (min-width: 660px) {
 .update_movie ul,
 .theme_list ul {
  padding: 20px 0;
 }
 .update_movie ul li/* , .theme_list ul li */ {
  width: 20%;
  padding: 0 0 24px 0;
 }
 .update_movie ul li {
  height: 251px;
 }
 .update_movie ul li > span.imgarea {
  height: 164px;
 }
 .update_movie ul li a > span.imgarea {
  height: 164px;
 }
 .update_movie ul li .tit,
 .theme_list ul li .tit {
  height: 17px;
 }
 .fix_item .sum_area {
  width: 88%;
 }
 /* .kakao_wrap .t_explain_wrap{padding-bottom:46%;} */
 .now_friend_num .tit .n_txt {
  top: 19%;
 }
 .now_friend_num .now_num .n_txt {
  font-size: 15px;
  top: 23%;
 }
 .new_login_wrap .top {
  max-width: 550px;
  padding: 25px 0;
 }
 .go_join .inner,
 .sns_join,
 .new_login_wrap .btm,
 .new_login_wrap .sns_login_wrap.type1,
 .new_login_wrap .agree_area .agree,
 .filecast_merit .inner {
  max-width: 550px;
  padding: 15px 0;
 }
 .new_login_wrap .agree_area .age_join {
  max-width: 550px;
  padding: 0 0 10px;
 }
 .find_password .go_join .inner {
  width: 100;
 }
 .seller1612 .category_rank .now_time .date span {
  font-size: 24px;
 }
 .seller1612 .cate_rank .my_score p {
  padding: 4.5% 0 0 0;
  font-size: 12px;
 }
 .seller1612 .cate_rank .rank_list ul li.tit div {
  padding: 2% 0;
 }
 .attend1701 .attend_btn_area .txt {
  bottom: -25px;
  font-size: 16px;
 }
 .charge1703_v .txt {
  font-size: 16px;
 }
 .mbc_sale_1705 .update_movie ul li a > span.imgarea {
  height: 170px;
 }
 .magazine_list ul li {
  width: 25%;
  max-width: 192px; /* width:192px;padding:0 20px; */
 }
 .magazine_list ul li .img {
  height: 145px;
 }
}

@media (min-width: 701px) and (max-width: 800px) {
 .header .searchAll .search_close {
  right: 7%;
 }
 .v1604 .select_cate p label {
  font-size: 16px;
 }
 /* .header .searchAll{width:91%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 23px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 21px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 85%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 83%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .e_view .btn_google {
  top: 16%;
 }
 .mbc1605 .list_wrap li {
  height: 260px;
 }
 .magazine_list ul li .img {
  height: 160px;
 }
}

@media (min-width: 768px) {
 .btn_view.fixed {
  width: 100%; /* margin-left:-8px; */
 }
 .autopay_exit .inner {
  padding-bottom: 300px;
 }
 .autopay_exit .btn_wrap {
  padding-top: 200px;
 }
}
@media (min-width: 801px) and (max-width: 900px) {
 .header .searchAll .search_close {
  right: 6%;
 }
 .v1604 .select_cate p label {
  font-size: 18px;
 }
 /* .header .searchAll{width:92%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 26px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 24px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 87%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 84%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 83%;
 }
 .e_view .btn_google {
  top: 16%;
  height: 80px;
 }
 .mbc1605 .list_wrap li {
  height: 300px;
 }
 .seller1612 .cate_rank .rank_list ul {
  padding: 1% 0;
 }
 .seller1612 .cate_rank .rank_list ul li {
  height: 4.5%;
  font-size: 12px;
  line-height: 1.2em;
 }
 .magazine_list ul li .img {
  height: 185px;
 }
}
@media (min-width: 901px) and (max-width: 1000px) {
 .header .searchAll .search_close {
  right: 6%;
 }
 .v1604 .select_cate p label {
  font-size: 18px;
 }
 /* .header .searchAll{width:93%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 29px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 27px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 88%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 85%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 83%;
 }
 .e_view .btn_google {
  top: 16%;
  height: 80px;
 }
 .mbc1605 .list_wrap li {
  height: 350px;
 }
 .update_movie ul li/* , .theme_list ul li */ {
  width: 16.5%;
  padding: 0 0 24px 0;
 }
 .magazine_list ul li .img {
  height: 185px;
 }
}
@media (min-width: 1001px) and (max-width: 1100px) {
 .header .searchAll .search_close {
  right: 5%;
 }
 .v1604 .select_cate p label {
  font-size: 20px;
 }
 .v1604 .select_cate p input[type="checkbox"] + span {
  width: 21px;
  height: 21px;
  margin-right: 5px;
  background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -191px -41px;
  background-size: 400px 520px;
 }
 .v1604 .select_cate p input[type="checkbox"]:checked + span {
  background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -212px -41px;
  background-size: 400px 520px;
 }
 /* .header .searchAll{width:94%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 35px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 32px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 89%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 86%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 83%;
 }
 .e_view .btn_google {
  top: 16%;
  height: 80px;
 }
 .mbc1605 .list_wrap li {
  height: 400px;
 }
 .update_movie ul li/* , .theme_list ul li */ {
  width: 16.5%;
  padding: 0 0 24px 0;
 }
 .magazine_list ul li {
  width: 20%; /* max-width:192px; */
 }
 .magazine_list ul li .img {
  height: 170px;
 }
}
@media (min-width: 1101px) and (max-width: 1200px) {
 .header .searchAll .search_close {
  right: 5%;
 }
 .v1604 .select_cate p label {
  font-size: 22px;
 }
 .v1604 .select_cate p input[type="checkbox"] + span {
  width: 21px;
  height: 21px;
  margin-right: 5px;
  background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -191px -41px;
  background-size: 400px 520px;
 }
 .v1604 .select_cate p input[type="checkbox"]:checked + span {
  background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -212px -41px;
  background-size: 400px 520px;
 }
 /* .header .searchAll{width:94.5%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 38px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 35px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 90%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 87%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 83%;
 }
 .e_view .btn_google {
  top: 16%;
  height: 90px;
 }
 .mbc1605 .list_wrap li {
  height: 450px;
 }
 .update_movie ul li/* , .theme_list ul li */ {
  width: 16.5%;
  padding: 0 0 24px 0;
 }
 .magazine_list ul li {
  width: 25%;
  max-width: 192px;
 }
 .magazine_list ul li .img {
  height: 170px;
 }
}
@media (min-width: 1201px) and (max-width: 1400px) {
 .header .searchAll .search_close {
  right: 5%;
 }
 .v1604 .select_cate p label {
  font-size: 26px;
 }
 .v1604 .select_cate p input[type="checkbox"] + span {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -248px -53.5px;
  background-size: 519px 674px;
 }
 .v1604 .select_cate p input[type="checkbox"]:checked + span {
  background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -276px -53.5px;
  background-size: 519px 674px;
 }
 /* .header .searchAll{width:95%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 42px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 38px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 91%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 88%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 83%;
 }
 .e_view .btn_google {
  top: 16%;
  height: 110px;
 }
 .mbc1605 .list_wrap li {
  height: 500px;
 }
 .update_movie ul li/* , .theme_list ul li */ {
  width: 12.5%;
  padding: 0 0 24px 0;
 }
 .magazine_list ul li {
  width: 14%;
  max-width: 192px;
  padding: 0 1.5%;
 }
 .magazine_list ul li .img {
  height: 170px;
 }
}
@media (min-width: 1401px) and (max-width: 1500px) {
 .header .searchAll .search_close {
  right: 5%;
 }
 .v1604 .select_cate p label {
  font-size: 30px;
 }
 /* .header .searchAll{width:95.5%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 45px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 40px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 92%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 89%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 83%;
 }
 .e_view .btn_google {
  top: 16%;
  height: 120px;
 }
 .mbc1605 .list_wrap li {
  height: 550px;
 }
 .update_movie ul li/* , .theme_list ul li */ {
  width: 12.5%;
  padding: 0 0 24px 0;
 }
 .magazine_list ul li {
  width: 14%;
  max-width: 192px;
  padding: 0 1.5%;
 }
 .magazine_list ul li .img {
  height: 185px;
 }
}
@media (min-width: 1501px) and (max-width: 1600px) {
 .header .searchAll .search_close {
  right: 5%;
 }
 .v1604 .select_cate p label {
  font-size: 32px;
 }
 /* .header .searchAll{width:95.8%;} */
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 48px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 45px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 93%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 90%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 83%;
 }
 .e_view .btn_google {
  top: 16%;
  height: 130px;
 }
 .mbc1605 .list_wrap li {
  height: 600px;
 }
 .update_movie ul li/* , .theme_list ul li */ {
  width: 12.5%;
  padding: 0 0 24px 0;
 }
 .magazine_list ul li {
  width: 14%;
  max-width: 192px;
  padding: 0 1.5%;
 }
 .magazine_list ul li .img {
  height: 190px;
 }
}
@media (min-width: 1601px) {
 .header .searchAll .search_close {
  right: 4.5%;
 }
 /* .header .searchAll{width:96%;} */
 .v1604 .select_cate p label {
  font-size: 32px;
 }
 .tit_example .tit_list li,
 .tit_example .tit_txt p {
  font-size: 52px;
 }
 .tit_example .tit_txt p.t_small {
  font-size: 48px;
 }
 .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 94%;
 }
 .content_list.type1 > ul > li > span .l_conArea {
  width: 91%;
 }
 .kids_another .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  float: right;
  width: 84%;
 }
 .v_btm_seller .content_list > ul:not([id$="-home-contents-list-ul"]):not([id$="-search-contents-list-ul"]) > li .top .l_conArea {
  width: 83%;
 }
 .e_view .btn_google {
  top: 16%;
  height: 150px;
 }
 .mbc1605 .list_wrap li {
  height: 680px;
 }
 .update_movie ul li/* , .theme_list ul li */ {
  width: 12.5%;
  padding: 0 0 24px 0;
 }
 .magazine_list ul li {
  width: 14%;
  max-width: 192px;
  padding: 0 1.5%;
 }
 .magazine_list ul li .img {
  height: 195px;
 }
}

@media (max-width: 767px) {
 .modal-content {
  width: 90%;
  margin: 0 auto;
 }
}

@media (max-width: 640px) {
 .modal-content.type1 {
  width: 96%;
 }
 .adult .check p {
  font-size: 11px;
 }
}

@media (min-width: 595px) {
 .header .searchAll.type1 {
  width: 68%;
 }
}

@media (min-width: 396px) and (max-width: 595px) {
 .header .searchAll.type1 {
  width: 60%;
 }
}

@media (max-width: 470px) {
 .charge_list.type1 ul li .top div {
  float: left;
  width: 75%;
 }
 .confirm.type1 .top .tit {
  font-size: 12px;
 }
 .confirm .btm label {
  font-size: 12px;
 }
}

@media (max-width: 400px) {
 .charge_choice .bg {
  left: 47%;
 }
 .confirm .top .explain {
  font-size: 14px;
 }
 .confirm .btm label {
  font-size: 12px;
 }

 .file_List .left p {
  width: 240px;
 }
}

@media (min-width: 352px) and (max-width: 369px) {
 .file_List .left p {
  width: 230px;
 }
}

@media (min-width: 344px) and (max-width: 351px) {
 .file_List .left p {
  width: 220px;
 }
}

@media (min-width: 331px) and (max-width: 343px) {
 .file_List .left p {
  width: 200px;
 }
}

@media (max-width: 330px) {
 .file_List .left p {
  overflow: hidden;
  width: 170px;
 }
}

@media (max-width: 369px) {
 .p_join .btm ul .txt {
  width: 50%;
 }
 .adult .confirm .txt {
  font-size: 13px;
 }
}

@media (min-width: 500px) and (max-width: 800px) {
 .v1604 .select_cate p label {
  font-size: 16px;
 }
 .v1604 .select_cate p input[type="checkbox"] + span {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -153px -33px;
  background-size: 320px 416px;
 }
 .v1604 .select_cate p input[type="checkbox"]:checked + span {
  background: url("/static/_mobile/_img/common/common_180405.png") no-repeat -170px -33px;
  background-size: 320px 416px;
 }
}

@media (min-width: 950px) {
 .mbc1605 .list_wrap li {
  float: left;
  width: 33.3%;
 }
}

iframe[name="google_conversion_frame"] {
 position: absolute;
 bottom: 0;
}

.e_con.google_2001 {
 width: 100%;
 background: #f0be00;
}
.e_con.google_2001 .top {
 position: relative;
 max-width: 640px;
 margin: 0 auto;
 border: none;
 padding: 0;
 background: #1d6fd6;
 overflow: hidden;
}
.e_con.google_2001 .top > img {
 display: inline-block;
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
}

.e_con.google_2001 .top .answer {
 width: 90%;
 margin: 0 auto 30px;
 overflow: hidden;
 position: relative;
}
.e_con.google_2001 .top .answer > p {
 width: 20%;
 float: left;
 margin-right: 5%;
 position: absolute;
 top: 50%;
 transform: translate(0, -50%);
}
.e_con.google_2001 .top .answer > input {
 width: 75%;
 height: 85px;
 border: 5px solid #0041a0;
 font-size: 2em;
 font-weight: normal;
 padding-left: 10px;
 float: right;
 box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
}
.e_con.google_2001 .top .answer > input:focus {
 outline: none;
}

.e_con.google_2001 .top .google_btn {
 width: 80%;
 margin: 0 auto;
}
.e_con.google_2001 .top .google_btn img {
}

.e_con.google_2001 .top .info {
 display: block;
 text-align: center;
 margin: 20px 0 40px;
 color: #88beff;
 font-size: 18px;
 font-weight: normal;
}

@media (max-width: 640px) {
 .e_con.google_2001 .top .info {
  font-size: 14px;
 }
}
@media (max-width: 460px) {
 .e_con.google_2001 .top .info {
  font-size: 13px;
 }
}
@media (max-width: 430px) {
 .e_con.google_2001 .top .answer > input {
  height: 70px;
 }
 .e_con.google_2001 .top .info {
  font-size: 12px;
 }
}
@media (max-width: 390px) {
 .e_con.google_2001 .top .answer > input {
  height: 60px;
 }
 .e_con.google_2001 .top .info {
  font-size: 11px;
 }
}
@media (max-width: 340px) {
 .e_con.google_2001 .top .answer > input {
  height: 55px;
 }
 .e_con.google_2001 .top .info {
  font-size: 10px;
 }
}

/* 2024설날팝업 */
#fcEventNewyear2024 *{box-sizing: border-box;}
#fcEventNewyear2024 button{border: 0; outline: 0; background: none; cursor: pointer;}
#fcEventNewyear2024 .layer_content{ position:absolute; top: 50%; left: 50%; width:320px; height:600px; padding:0 22px; background-color: #3a4157; background-repeat: no-repeat; background-size: 100%; background-position: center top; transform: scale(0.9) translate(-50%, -50%); -webkit-transform: scale(0.9) translate(-50%, -50%); -moz-transform: scale(0.9) translate(-50%, -50%); -ms-transform: scale(0.9) translate(-50%, -50%); -o-transform: scale(0.9) translate(-50%, -50%); }
#fcEventNewyear2024 .layer_content .btn-today{position:absolute; top:8px; left:8px; width:98px; height:12px;}
#fcEventNewyear2024 .layer_content .btn_modal_close{position:absolute; top:4px; right:4px; width:22px; height:22px; background:url(/static/_mobile/_img/event/newyear2024/ico_m_new_btn_close.png) no-repeat center / 14px;}
#fcEventNewyear2024 .layer_content .benefit-list{margin-top:250px;}
#fcEventNewyear2024 .layer_content p{width:276px; height:91px; margin:0; overflow: hidden; text-indent: -999px; background-repeat: no-repeat; background-size: 100%; background-position: center;}
#fcEventNewyear2024 .layer_content .txt-free{background:url(/static/_mobile/_img/event/newyear2024/img_m_new_free_txt.png);}
#fcEventNewyear2024 .layer_content .txt-free.disabled{background:url(/static/_mobile/_img/event/newyear2024/img_m_new_free_txt_complete.png);}
#fcEventNewyear2024 .layer_content .txt-point{background:url(/static/_mobile/_img/event/newyear2024/img_m_new_point_txt.png);}
#fcEventNewyear2024 .layer_content .txt-rental{background:url(/static/_mobile/_img/event/newyear2024/img_m_new_rental_txt.png);}

#fcEventNewyear2024.general .layer_content{background-image: url(/static/_mobile/_img/event/newyear2024/bg_m_new_event_general.jpg);}

#fcEventNewyear2024.dormant .layer_content{background-image: url(/static/_mobile/_img/event/newyear2024/bg_m_new_event_dormant.jpg);}
#fcEventNewyear2024.dormant .layer_content .benefit-list{margin-top:256px;}
#fcEventNewyear2024.dormant .layer_content .benefit-list li + li{margin-top:8px;}
#fcEventNewyear2024.dormant .layer_content p{height:126px;}
#fcEventNewyear2024.dormant .layer_content .txt-point{background:url(/static/_mobile/_img/event/newyear2024/img_m_new_point_txt_lg.png);}
#fcEventNewyear2024.dormant .layer_content .txt-rental{background:url(/static/_mobile/_img/event/newyear2024/img_m_new_rental_txt_lg.png);}

.charge_step.v1910 .apply_info.type1 p span.newyear_add{ padding:3px; margin-right:4px; font-size:10px; color:#fff; letter-spacing: -1px; background:#ff6868; border-radius:5px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; -ms-border-radius:5px ; -o-border-radius:5px ; }

/* 2024설이벤트 */
.charge_n_list.newyear ul li .top.padding_style{position:relative;}
.charge_n_list.newyear ul li .top .right{ position: absolute; top:50%; right:10px; transform:translateY(-50%) ; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }
/* 2024.07.15 충전소 수정 */
/* .charge_n_list.newyear ul li .top .style2 .sum_area .sum, 
.charge_n_list.newyear ul li .top .style2 .sum_area .sum .type1{color:#0062be;} */
.charge_n_list.newyear ul li .top .style2 .sum_area .sum, 
.charge_n_list.newyear ul li .top .style2 .sum_area .sum .type1{color:#001d9a;}
/* .charge_n_list.newyear ul li .top .right .txt1.type1,
.charge_n_list.newyear ul li .top .right .txt1 span.t_blue.style1,
.charge_n_list.newyear ul li .top .right .txt1 span.t_blue{color:#fc5e41;} */
.charge_n_list.newyear ul li .top .right .txt1.type1,
.charge_n_list.newyear ul li .top .right .txt1 span.t_blue.style1,
.charge_n_list.newyear ul li .top .right .txt1 span.t_blue{color:#ff387b;}
.charge_n_list.newyear ul li .top .right .c_detail{color:#260001; font-size:12px; letter-spacing: -0.9px;}
.charge_n_list.newyear ul li .top .right .t_yellow{color:#0062be;}
.charge_n_list.newyear .d_label{display:inline-block; vertical-align:middle; width:54px; height:22px; margin:-4px 3px 0 0; padding-right:4px; font-size:10px; font-weight:600; text-align:center; letter-spacing:-0.5px; line-height:22px; color:#fc5e41; background:url(/static/_mobile/_img/event/newyear2024/img_m_new_bg_dlabel.png) no-repeat center / 100%;}
/* 2024.07.15 충전소 수정 */
/* .charge_n_list.newyear .ico_best{border-color:#0062be transparent transparent #0062be;} */
.charge_n_list.newyear .ico_best{border-color:#001d9a transparent transparent #001d9a;}

/* 2024 bottomNavi renewal */
.mobile-home-renew-wrap{position:fixed; left:0; bottom: 0; width:100%; z-index: 100;}
.mobile-home-renew-wrap ul{display: flex; align-items: center; background:rgba(0,0,0,0.8);}
.mobile-home-renew-wrap ul li{position:relative; flex:1; padding:5px 0; font-size:11px; font-weight:700; text-align:center; color:#DADADA;}
.mobile-home-renew-wrap ul li.active{color:#1CB4FF;}
.mobile-home-renew-wrap ul li + li::before{content:''; position:absolute; top:50%; left: 0; width:1px; height: 10px; margin-top: -5px; background:#999;}
.mobile-home-renew-wrap ul span::before{content:''; display:block; width:24px; height:24px; margin:0 auto; background-repeat: no-repeat; background-position: center; background-size: 100%;}
.mobile-home-renew-wrap .bottom-menu-home span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_home.png)}
.mobile-home-renew-wrap .bottom-menu-category span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_cate.png)}
.mobile-home-renew-wrap .bottom-menu-search span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_search.png)}
.mobile-home-renew-wrap .bottom-menu-down span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_down.png)}
.mobile-home-renew-wrap .bottom-menu-mypage span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_my.png)}
.mobile-home-renew-wrap .bottom-menu-flixko span::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V3.9934ZM4 5V19H20V5H4ZM10.6219 8.41459L15.5008 11.6672C15.6846 11.7897 15.7343 12.0381 15.6117 12.2219C15.5824 12.2658 15.5447 12.3035 15.5008 12.3328L10.6219 15.5854C10.4381 15.708 10.1897 15.6583 10.0672 15.4745C10.0234 15.4088 10 15.3316 10 15.2526V8.74741C10 8.52649 10.1791 8.34741 10.4 8.34741C10.479 8.34741 10.5562 8.37078 10.6219 8.41459Z' fill='%23dadada'/%3E%3C/svg%3E");}

.mobile-home-renew-wrap .bottom-menu-home.active span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_home_on.png)}
.mobile-home-renew-wrap .bottom-menu-category.active span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_cate_on.png)}
.mobile-home-renew-wrap .bottom-menu-search.active span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_search_on.png)}
.mobile-home-renew-wrap .bottom-menu-down.active span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_down_on.png)}
.mobile-home-renew-wrap .bottom-menu-mypage.active span::before{background-image:url(/static/_mobile/_img/common/filecast_bottom_renew_my_on.png)}
.mobile-home-renew-wrap .bottom-menu-flixko.active span::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V3.9934ZM4 5V19H20V5H4ZM10.6219 8.41459L15.5008 11.6672C15.6846 11.7897 15.7343 12.0381 15.6117 12.2219C15.5824 12.2658 15.5447 12.3035 15.5008 12.3328L10.6219 15.5854C10.4381 15.708 10.1897 15.6583 10.0672 15.4745C10.0234 15.4088 10 15.3316 10 15.2526V8.74741C10 8.52649 10.1791 8.34741 10.4 8.34741C10.479 8.34741 10.5562 8.37078 10.6219 8.41459Z' fill='%231CB4FF'/%3E%3C/svg%3E");}

.mobile-home-renew-wrap .bottom-menu-top{position: absolute; right: 10px; bottom:58px; width: 50px; height: 50px; border:0; outline: 0; background:url(/static/_mobile/_img/common/filecast_renew_topButton.png) no-repeat center / 100%;}


/* 토스트배너 */
.mobile-home-renew-wrap .toast_fixed_banner {
    position: absolute;
    right: 10px;
    bottom: 110px;
    width: 50px;
    cursor: pointer;
    text-align: center;
}

.mobile-home-renew-wrap .toast_fixed_banner .tfb_img img {
    width:100%;
}

.mobile-home-renew-wrap .toast_fixed_banner .tfb_time {
    text-align: center;
    font-size:12px;
    color:#ffff00;
    font-weight: bold;
    background-color: #FD3F85;
    border:1px solid #EB0B5E;
    border-radius: 4px;
    width: 90%;
    margin: 0 auto;
}

/* 2024 페이스북 로그인 장애  */
.facebook-notice>.pop_layer,
.fb-container>.pop_layer{
    width: 100%;
    background-color: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}
.facebook-notice-wrap{
    position: relative;
}
.facebook-notice-wrap>button{
    position: absolute;
    left: 10%;
    bottom: 10px;
    display: block;
    width: 80%;
    height: 60px;
    padding: 0;
    margin: 0;
    background: url("/static/_img/popup/facebook/main_popuplayer_btn.png")no-repeat center center;
    background-size: 100%;
    border-style: none;
    color: transparent;
    -webkit-user-drag: none;
    cursor: pointer;
}

/* 2024 페이스북 아이디 리스트 팝업 */
.fb-id-container{
    position: relative;
    padding-top: 20px;
    background-color: #f7f7f7;
}

.fb-id-container>button,
.no-fb-id>button{
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border-style: none;
    background-color: transparent;
    cursor: pointer;
}
.fb-id-container>.facebook-id-list-top,
.change-account-info-wrap,
.fb-id-container>ul{
    padding: 0 5%;
}

.fb-id-container>.facebook-id-list-top{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.fb-id-container>.facebook-id-list-top>img{
    display: block;
    width: 137px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 15px;
}
.fb-id-container>.facebook-id-list-top>p{
    font-size: 14px;
}

.fb-id-container>ul{
    width: 100%;
    max-height: 225px;
    overflow-x: scroll;
    margin-bottom: 40px;
}
.fb-id-container>ul::-webkit-scrollbar{
    display: none;
}
.fb-id-container>ul>li{
    display: block;
    width: 100%;
    padding: 1rem 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
}
.fb-id-container>ul>li+li{
    margin-top: 5px;
}
.fb-id-container>ul>li.active{
    border-color: #00b0ea;
}
.fb-id-container>ul>li>input[type="radio"]{display: none;}
.fb-id-container>ul>li>label{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.fb-id-container>ul>li>label::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("/static/_img/popup/facebook/03_popuplayer_IDlist_radio_default.png")no-repeat center center;
    background-size: 100%;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    margin-bottom: 15px;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
}
.fb-id-container>ul>li>input[type="radio"]:checked+label::before{
    background: url("/static/_img/popup/facebook/03_popuplayer_IDlist_radio_active.png")no-repeat center center;
    background-size: 100%;
}
.fb-id-container>ul>li>label>p{
    width: 100%;
    text-align: center;
}
.fb-id-container>ul>li>label>p>*{
    display: block;
}
.fb-id-container>ul>li>label>p:last-of-type{
    font-weight: 500;
    color: #666;
    margin-top: 10px;
}
.fb-id-container>ul>li>label>p>*>b{
    font-size: 14px;
}
.fb-id-container>ul>li>label>p .user-id{
    font-size: 18px;
}
.fb-id-container>ul>li>label>p .user-id::after{
    /*content: '@facebook';*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}
.fb-id-container>ul>li>label>p .free-use{
    display: none;
    width: 88px;
    height: 20px;
    background: url("/static/_img/popup/facebook/03_popuplayer_IDlist_tag.png")no-repeat left center;
    background-size: contain;
    margin: 0 auto;
}
.fb-id-container>ul>li>label>p .free-use.active{
    display: block;
}
.fb-id-container>ul>li>label>p .date>b{
    font-size: 14px;
    font-weight: 500;
}
.fb-id-container>ul>li>label>p .date>b+b{
    margin-left: 4px;
}
.fb-id-container>ul>li>label>p .point-wrap>b{
    font-weight: 700;
}
.fb-id-container>ul>li>label>p .point-wrap>b::before{
    content: '보유포인트';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    font-weight: 500;
}
.fb-id-container>ul>li>label>p .point-wrap>b::after{
    content: 'p';
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
}
.change-account-info-wrap{
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}
.change-account-info-wrap>label{
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
}
.change-account-info-wrap>input{
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #a9acad;
    background-color: #f7f7f7;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    outline: none;
}
.change-account-info-wrap>input+label{
    margin-top: 10px;
}

.change-account-info-wrap>#change-account{
    display: block;
    width: 100%;
    height: 68px;
    background: url("/static/_img/popup/facebook/03_popuplayer_IDlist_btn.png")no-repeat left top;
    background-size: 100%;
    margin: 0 auto;
    border-style: none;
    color: transparent;
    -webkit-user-drag: none;
    cursor: pointer;
    margin-top: 30px;
    padding: 0;
}
#fcFacebookConversionModal .layer_first_100.facebook-notice,
#fcFacebookConversionPasswordModal .layer_first_100,
#fcFacebookConversionPasswordModal .layer_first_100.fb-id-container,
#fcFacebookConversionFailModal .layer_first_100.fb-container{
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-style: none !important;
}

.no-fb-id{
    position: relative;
    background-color: #fff;
    padding: 70px 0px;
    text-align: center;
}
.no-fb-id>p:not(.bottom-wrap){
    padding-bottom: 55px;
    font-size: 2.2rem;
}
.no-fb-id>p:not(.bottom-wrap)>*{
    display: block;
    font-weight: 700;
}
.no-fb-id>p:not(.bottom-wrap)>span>b{
    color: #415a92;
}
.no-fb-id>p:not(.bottom-wrap)>span>b::before{
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: url("/static/_img/popup/facebook/fb-icon.png")no-repeat center center;
    background-size: 100%;
    margin-right: 4px;
}

.no-fb-id>.bottom-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #e5e8ef;
}
.no-fb-id>.bottom-wrap>*{
    display: block;
    color: #646b75;
    font-size: 1.5rem;
}

.no-fb-id>.bottom-wrap>b{
    font-size: 1.6rem;
    font-weight: 700;
}



/* 2024.08.13 찜한자료 4사 통합 개선 */
.zzim-notice{width: 100%; box-sizing: border-box; padding: 12px; background-color: #F7F7F7; color: #A0A2A3; font-size: 12px; line-height: 1.2; font-weight: 500;}
.zzim-notice>li{display: flex; justify-content: flex-start; align-items: flex-start; width: 100%;}
.zzim-notice>li+li{margin-top: 4px;}
.zzim-notice>li>i{display: inline-block; width: 10px;}
.zzim-notice>li>span>i{display: inline-block; vertical-align: top; width: 22px;height: 14px;}
i.tag-pc{background: url("/static/_mobile/_img/mypage/renew/tag-pc.png")no-repeat center center; background-size: 100%;}
i.tag-mo{background: url("/static/_mobile/_img/mypage/renew/tag-mo.png")no-repeat center center; background-size: 100%;}
/* 찜리스트 상단 */
#mypage-info-contents-warp>.my_content{padding:0px !important;}
.zzim-list-top-wrap{display: flex; justify-content: space-between; align-items: center; width: 100%; box-sizing: border-box; padding: 12px 8px; background-color: #FFFFFF;}
.zzim-list-top-wrap>h3{display: flex; justify-content: flex-start; align-items: center; gap: 6px; font-size: 16px; line-height: 1.3; font-weight: 700; color: #6A6D6E;}
.zzim-list-top-wrap>h3>i{font-style: normal; font-weight: 500; color: #A0A2A3;}
.zzim-list-top-wrap>.all-list-del{ box-sizing: border-box; height: 28px; line-height: 28px; background-color: #9C9EA1; border: 1px solid #96999A; color: #FFFFFF; font-size: 11px; font-weight: 600; padding: 0px 10px; border-radius:2px ; -webkit-border-radius:2px ; -moz-border-radius:2px ; -ms-border-radius:2px ; -o-border-radius:2px ; }
/* 찜 리스트 수정 */
.content_list.type1 > ul#mobile-myzzim-list-contents-list-ul{width: 100%; background-color: #fff; box-sizing: border-box; padding: 0px 10px;}
.content_list.type1 > ul#mobile-myzzim-list-contents-list-ul > li{display: flex; justify-content: flex-start; align-items: center; gap:8px; float: none; width: 100%; box-sizing: border-box; padding: 14px 0px; margin: 0 auto;}
.content_list.type1 > ul#mobile-myzzim-list-contents-list-ul > li:first-of-type{padding-top: 0px;}
/* 체크박스 숨기기 */
.content_list.type1 > ul#mobile-myzzim-list-contents-list-ul > li > span.check{display: none;}
.content_list.type1 > ul#mobile-myzzim-list-contents-list-ul > li > span{width: 100%; float: none;}
.content_list.type1 > ul#mobile-myzzim-list-contents-list-ul > li > span .top{margin: 0px; display: flex; justify-content: flex-start; align-items: center;gap: 12px;}
/* 리스트아이템 */
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .zzim-thumbnail{  position: relative; width: 98px; height: 60px; overflow: hidden; border-radius:8px ; -webkit-border-radius:8px ; -moz-border-radius:8px ; -ms-border-radius:8px ; -o-border-radius:8px ; }
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .zzim-thumbnail>img{display: block; width: 100%; height: 100%; object-fit: cover;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea{padding: 0px; flex: 1; float: none !important; display: flex; justify-content: flex-start; align-items: center; gap:8px;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap{width: 100%}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap>.con_tit>.title_wrap>.title{font-size: 14px; font-weight: 500; color: #6A6D6E !important;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap>.con_tit>.title_wrap>i.tag-pc{display: block; width: 24px; min-width: 24px; height: 16px; background: url("/static/_mobile/_img/mypage/renew/tag-pc.png")no-repeat center center; background-size: 100%;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap>.con_tit>.title_wrap>i.tag-mo{display: block; width: 24px; min-width: 24px; height: 16px; background: url("/static/_mobile/_img/mypage/renew/tag-mo.png")no-repeat center center; background-size: 100%;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap>.con_tit>.title_wrap>.tag-pc+mark,
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap>.con_tit>.title_wrap>.tag-mo+mark{margin-top: 4px;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap>.zzim-info-wrap{display: flex; justify-content: flex-start; align-items: center; gap:8px; font-size: 12px; line-height: 1.2; font-weight: 500; color: #A0A2A3;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap>.zzim-info-wrap>.uploader-nickname{max-width: 60%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap>.zzim-info-wrap>.category{float: none !important; margin: 0; padding: 0; color:inherit; font-size: inherit; line-height: inherit;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>.zzim-list-item-info-wrap>.zzim-info-wrap>*+*::before{content: ''; display: inline-block; vertical-align: middle; width: 1px; height: 8px; background-color: #DCDFE0; margin-right: 8px;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .l_conArea>button{width: 32px; height: 32px; min-width: 32px; border-style: none; background: url("/static/_mobile/_img/mypage/renew/ico-del.png")no-repeat center center; background-size: 100%;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .r_imgArea{position: initial !important;}
.content_list.new > ul#mobile-myzzim-list-contents-list-ul > li .top .con_tit{width: 100%; line-height: normal; margin-bottom: 0px; flex: 2; height: auto; -webkit-line-clamp: 1; margin-bottom: 4px;}
.content_list.type1 > ul#mobile-myzzim-list-contents-list-ul > li > .zzim-list-single-del{width: 32px; height: 32px; min-width: 32px; background: url("/static/_mobile/_img/mypage/renew/ico-del.png")no-repeat center center; background-size: 100%; border-style: none; background-color: none;}
#mobile-middle-myzzim-container-li>#mobile-myzzim-bot-pagnation{ padding-top: 0px; padding-bottom: 20px;}





/* 2024.10.15 리스트 페이지 리뉴얼 */
.list-sort-container *{box-sizing: border-box; padding: 0; margin: 0; }
/* 탭 */
.list-sort-container{ width: 100%; background-color: #fff; padding: 12px 16px; padding-bottom: 8px; }
.list-sort-container .list-tab-wrap{ display:flex; justify-content: center; align-items: center; width: 100%; margin-bottom: 8px;}
.list-sort-container .list-tab-wrap.hidden{display: none; visibility: hidden;}
.list-sort-container .list-tab-wrap>li{border: 1px solid #CFDBE2; flex: 1; text-align: center; height: 36px; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.list-sort-container .list-tab-wrap>li:first-of-type{ border-radius: 4px 0px 0px 4px; -webkit-border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0px 0px 4px; -ms-border-radius: 4px 0px 0px 4px; -o-border-radius: 4px 0px 0px 4px; }
.list-sort-container .list-tab-wrap>li:last-of-type{ border-radius: 0px 4px 4px 0px; -webkit-border-radius: 0px 4px 4px 0px; -moz-border-radius: 0px 4px 4px 0px; -ms-border-radius: 0px 4px 4px 0px; -o-border-radius: 0px 4px 4px 0px; }
.list-sort-container .list-tab-wrap>li:not(:last-of-type){border-right: none;}
.list-sort-container .list-tab-wrap>li>*{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border-bottom: 2px solid transparent; }
.list-sort-container .list-tab-wrap>li>*>mark{background-color: transparent; font-size: 14px; padding-top: 4px; line-height: 1; letter-spacing: -0.5px; color: #757879; font-weight: 500;}
.list-sort-container .list-tab-wrap>li.active>*>mark{color: #24B6E5;  font-weight: 800;}
.list-sort-container .list-tab-wrap>li.active>*{border-color: #24B6E5;}
.list-sort-container .list-tab-wrap.type-2>li:nth-last-of-type(2), .list-sort-container .list-tab-wrap.type-2>li:last-of-type{display: none !important;}
.list-sort-container .list-tab-wrap.type-2>li:nth-of-type(2){ border-right: 1px solid #CFDBE2; border-radius: 0px 4px 4px 0px; -webkit-border-radius: 0px 4px 4px 0px; -moz-border-radius: 0px 4px 4px 0px; -ms-border-radius: 0px 4px 4px 0px; -o-border-radius: 0px 4px 4px 0px; }
.list-sort-container .list-tab-wrap.type-3>li:nth-of-type(3){ border-right: 1px solid #CFDBE2; border-radius: 0px 4px 4px 0px; -webkit-border-radius: 0px 4px 4px 0px; -moz-border-radius: 0px 4px 4px 0px; -ms-border-radius: 0px 4px 4px 0px; -o-border-radius: 0px 4px 4px 0px; }
.list-sort-container .list-tab-wrap.type-3>li:last-of-type{display: none !important;}

/* 체크박스 */
.list-sortbar-wrap, .list-sortbar-wrap .list-sortbar{display: flex; justify-content: space-between; align-items: center; gap: 8px;}
.list-sortbar-wrap .list-sortbar{justify-content: flex-start; flex-wrap: wrap;}
.list-sortbar-wrap .list-sortbar>li>input[type="checkbox"], .list-sortbar-wrap .switch-button-wrap>input[type="checkbox"]{display: none;}
.list-sortbar-wrap .list-sortbar>li label{display: flex; justify-content: flex-start; align-items: center; gap: 4px;}
.list-sortbar-wrap .list-sortbar>li label>i{display: inline-block; width: 18px; height: 18px;}
.list-sortbar-wrap .list-sortbar>li label>span{color: #A9ACAD; font-size: 13px; line-height: 1; font-weight: 500; letter-spacing: -0.5px;}
.list-sortbar-wrap .list-sortbar>li>input[type="checkbox"]:checked+label>i>svg rect{stroke: #24B6E5;}
.list-sortbar-wrap .list-sortbar>li>input[type="checkbox"]:checked+label>i>svg path{display: block; fill: #24B6E5;}
.list-sortbar-wrap .list-sortbar>li>input[type="checkbox"]:checked+label>span{color: #444748;}
/* 뷰타입 변경 버튼 */
.list-sortbar-wrap .switch-button-wrap{position: relative;}
.list-sortbar-wrap .switch-button-wrap>label{display: block; width: 36px; height: 36px; border: 1px solid #CFDBE2; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }
.list-sortbar-wrap .switch-button-wrap>label[data-value="text"]{ background: url("/static/_mobile/_img/renew_icon/posterview.svg")no-repeat center center; background-size: 18px; }
.list-sortbar-wrap .switch-button-wrap>label[data-value="poster"]{background: url("/static/_mobile/_img/renew_icon/listview.svg")no-repeat center center; background-size: 18px;}
/* .list-sortbar-wrap .switch-button-wrap>label{} */
.list-sortbar-wrap .switch-button-wrap>label[data-value="image"]{background: url("/static/_mobile/_img/renew_icon/poster-only.svg")no-repeat center center; background-size: 18px;}
.list-sortbar-wrap .switch-button-wrap>.tool-tip{position: absolute; bottom: -40px; right: -5px; z-index: 100; display: flex; justify-content: center; align-items: flex-end; padding-bottom: 9px; width: 167px; height: 37px; background: url("/static/_mobile/_img/renew_icon/union.svg")no-repeat top right; background-size: 100%;}
.list-sortbar-wrap .switch-button-wrap>.tool-tip>span{font-size: 11px; line-height: 1; font-weight: 500; color: #24B6E5; letter-spacing: -0.5px;}


.renew-list, .renew-list>*{background-color: #fff;}

/* 리스트뷰 */
/* [id$="-contents-list-ul"][id^='mobile-']{box-sizing: border-box; padding: 0px 16px;} */
[id$="-contents-list-ul"] *{box-sizing: border-box; padding: 0; margin: 0;}
[id$="-contents-list-ul"] .data-list-item:not(.grid-item){display: block; width: 100%; padding: 12px 16px;}
[id$="-contents-list-ul"] .data-list-item:not(.grid-item)+.data-list-item{border-top: 1px solid #EEF1F2; border-bottom: none;}
[id$="-contents-list-ul"] .cate_more.hand+.data-list-item:not(.grid-item),[id$="-contents-list-ul"] .data-list-item:not(.grid-item):first-of-type{border-top: 1px solid #EEF1F2 !important;}
[id$="-contents-list-ul"] .data-list-item:not(.grid-item).active{background-color: #F1F1F1 !important;}
[id$="-contents-list-ul"] .data-list-item>.title-container{display: flex; justify-content: flex-start; align-items: center; gap: 8px; margin-bottom: 8px;}
[id$="-contents-list-ul"] .data-list-item>.title-container i{ color: transparent;}
[id$="-contents-list-ul"] .data-list-item>.title-container i.useable-age{display: inline-block; width: 20px; height: 20px; min-width: 20px;}
[id$="-contents-list-ul"] .data-list-item>.title-container i.useable-age.all{background: url("/static/_mobile/_img/renew_icon/badge_all.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.title-container i.useable-age.more-19{background: url("/static/_mobile/_img/renew_icon/badge_19.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.title-container i.useable-age.more-15{background: url("/static/_mobile/_img/renew_icon/badge_15.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.title-container i.useable-age.more-12{background: url("/static/_mobile/_img/renew_icon/badge_12.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.title-container i.ico-new{width: 12px; height: 13px; min-width: 12px; background: url("/static/_mobile/_img/renew_icon/badge_new.svg")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.title-container .listview-title{display: flex; justify-content: flex-start; align-items: center; gap:4px;}
[id$="-contents-list-ul"] .data-list-item>.title-container .listview-title>mark.title{display: -webkit-box; color: #666; font-size: 14px; background-color: transparent; line-height: 1.2; font-weight: 500; letter-spacing: -0.5px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; word-wrap: break-word;}
[id$="-contents-list-ul"] .data-list-item>.title-container i.ico-free{ display: inline-block; vertical-align: middle; width: 35px; height: 18px; min-width: 35px; background: url("/static/_mobile/_img/renew_icon/badge_free.png")no-repeat center center; background-size: 100%; box-sizing: border-box; }
[id$="-contents-list-ul"] .data-list-item>.title-container #ico-subtitle{display: inline-block; width: 30px; min-width: 30px; vertical-align: middle;}
[id$="-contents-list-ul"] .data-list-item>.title-container #ico-subtitle>img{width: 100%; height: 100%; object-fit: contain;}
.titleWeight0{font-weight: 500 !important;}
.titleWeight1{font-weight: 800 !important;}
.colorTitle0{color: #666 !important;}
.colorTitle1{color: #F08942 !important;}
.colorTitle2{color: #318CC5 !important;}
.colorTitle3{color: #426984 !important;}
.colorTitle4{color: #DB676F !important;}
.colorTitle5{color: #3A8A56 !important;}

/* 리스트뷰 정보 */
[id$="-contents-list-ul"] .data-list-item>.listview-item-info{display: flex; justify-content: flex-start; align-items: center; gap: 8px;}
[id$="-contents-list-ul"] .data-list-item>.listview-item-info>span,[id$="-contents-list-ul"] .data-list-item>.listview-item-info mark{font-size: 13px; line-height: 1.25; font-weight: 500; color: #A9ACAD; letter-spacing: -0.5px; }
[id$="-contents-list-ul"] .data-list-item>.listview-item-info>span{display: flex; justify-content: flex-start; align-items: center; gap: 0.5px;}
[id$="-contents-list-ul"] .data-list-item>.listview-item-info mark, [id$="-contents-list-ul"] .data-list-item .item-info-wrap mark{background-color: transparent; max-width: 150px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; word-wrap: break-word;}
[id$="-contents-list-ul"] .data-list-item>.listview-item-info i, .item-info-wrap i{display: inline-block; vertical-align: middle; width: 18px; height: 18px; min-width: 18px;}
[id$="-contents-list-ul"] .data-list-item>.listview-item-info i.ico-comment, i.ico-comment{background: url("/static/_mobile/_img/renew_icon/icon_reply.svg")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.listview-item-info i.ico-seller-grade.gold, i.ico-seller-grade.gold {background: url("/static/_mobile/_img/renew_icon/grade_gold.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.listview-item-info i.ico-seller-grade.silver, i.ico-seller-grade.silver {background: url("/static/_mobile/_img/renew_icon/grade_silver.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.listview-item-info i.ico-seller-grade.bronze, i.ico-seller-grade.bronze {background: url("/static/_mobile/_img/renew_icon/grade_bronze.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.listview-item-info i.ico-seller-grade.dia_blue, i.ico-seller-grade.dia_blue {background: url("/static/_mobile/_img/renew_icon/grade_dia_blue.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .data-list-item>.listview-item-info i.ico-seller-grade.dia_green, i.ico-seller-grade.dia_green {background: url("/static/_mobile/_img/renew_icon/grade_dia_green.png")no-repeat center center; background-size: 100%;}


/* 포스터뷰 */
/* .data-listview-container.posterview{display: grid !important; grid-template-columns: repeat(auto-fill, minmax(46%, auto)); grid-template-rows:masonry !important; column-gap: 12px; row-gap: 24px; box-sizing: border-box; padding: 0px 16px; width: 100%; border-style: none;} */
[id$="-contents-list-ul"].data-listview-container.posterview{border-top: none; background-color: #fff; padding:0 16px; display:flex; flex-wrap:wrap; gap:12px; margin-bottom: 20px;}
[id$="-contents-list-ul"] .data-list-item.grid-item{border-bottom: none; padding: 0px;}
[id$="-contents-list-ul"]>.data-list-item.grid-item.active{background-color: transparent !important;}
[id$="-contents-list-ul"] .data-list-item .m-thumb-wrap{ position: relative; width: 100%; padding-top: calc(96 / 173 * 100%); border: 1px solid rgba(000, 000, 000, 0.06); overflow: hidden; margin-bottom: 8px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
[id$="-contents-list-ul"] .data-list-item[data-view-type="posterview"] .m-thumb-wrap{padding-top: calc(245.4 / 173 * 100%); border: 1px solid rgba(000, 000, 000, 0.06);}
[id$="-contents-list-ul"] .data-list-item .m-thumb-wrap>*{position: absolute;}
[id$="-contents-list-ul"] .data-list-item .m-thumb-wrap .thumbnail-img{display: block; width: 100%; height: 100%; object-fit: cover; min-height: 96px; left: 0; top: 0; z-index: 1; }
/* 랭킹 */
[id$="-contents-list-ul"]>.data-list-item .m-thumb-wrap .left-top-wrap{display: flex; align-items: center; left: 0px; top: 0px; z-index: 10;}
[id$="-contents-list-ul"]>.data-list-item .m-thumb-wrap .left-top-wrap .item-rank{ min-width: 26px; height: 26px; box-sizing: border-box; padding: 0px 5px; text-align: center; background-color: #24B6E5; color: #fff; font-weight: 900; font-size: 18px; line-height: 27px; font-style: italic; text-indent: -3px; border-radius: 0px 0px 4px 0px ; -webkit-border-radius: 0px 0px 4px 0px ; -moz-border-radius: 0px 0px 4px 0px ; -ms-border-radius: 0px 0px 4px 0px ; -o-border-radius: 0px 0px 4px 0px ; }
/* 랭킹 옆 뱃지 */
[id$="-contents-list-ul"] .m-thumb-wrap .left-top-wrap .item-rank+i{margin-right: 0px; box-sizing: border-box; color: transparent; border: 1px solid #24B6E5; border-radius: 0px 0px 4px 0px; -webkit-border-radius: 0px 0px 4px 0px; -moz-border-radius: 0px 0px 4px 0px; -ms-border-radius: 0px 0px 4px 0px; -o-border-radius: 0px 0px 4px 0px; }
[id$="-contents-list-ul"] .m-thumb-wrap .left-top-wrap .item-rank+i.ico-payback{ width: 84px; height: 26px; min-width: 84px; background: url("/static/_mobile/_img/renew_icon/badge_payback_poster.png")no-repeat left center; background-size: 100%; }
[id$="-contents-list-ul"] .m-thumb-wrap .left-top-wrap .item-rank+i.ico-payback+.ico-sale{display: none;}
[id$="-contents-list-ul"] .m-thumb-wrap .left-top-wrap .item-rank+.ico-sale,.ico-sale{width: 46px; min-width: 46px; height: 26px; background: url("/static/_mobile/_img/renew_icon/badge_sale_poster.png")no-repeat left center; background-size: 100%;}
[id$="-contents-list-ul"] .m-thumb-wrap>.ico-sale{ left: 0px; top: 0px; z-index: 10; color: transparent; border: 1px solid #24B6E5; border-radius: 4px 0px 4px 0px ; -webkit-border-radius: 4px 0px 4px 0px ; -moz-border-radius: 4px 0px 4px 0px ; -ms-border-radius: 4px 0px 4px 0px ; -o-border-radius: 4px 0px 4px 0px ; }
/* 프리뱃지 */
[id$="-contents-list-ul"] .data-list-item .m-thumb-wrap [class^="ico-"]{color: transparent;}
[id$="-contents-list-ul"] .data-list-item .m-thumb-wrap .ico-free{display: block; width: 46px; height: 26px; left: 0px; top: 0px; z-index: 10; background: url("/static/_mobile/_img/renew_icon/icon_free.svg")no-repeat center center; background-size: 100%;}
/* 이용연령 */
[id$="-contents-list-ul"] .m-thumb-wrap .useable-age{right: 4px; top: 4px; z-index: 10; margin-right: 0px; display: block; width: 20px; height: 20px; min-width: 20px;}
[id$="-contents-list-ul"] .m-thumb-wrap .useable-age.more-19{background: url("/static/_mobile/_img/renew_icon/badge_19.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .m-thumb-wrap .useable-age.more-15{background: url("/static/_mobile/_img/renew_icon/badge_15.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .m-thumb-wrap .useable-age.more-12{background: url("/static/_mobile/_img/renew_icon/badge_12.png")no-repeat center center; background-size: 100%;}
[id$="-contents-list-ul"] .m-thumb-wrap .useable-age.all{background: url("/static/_mobile/_img/renew_icon/badge_all.png")no-repeat center center; background-size: 100%;}
/* 동영상 화질 */
[id$="-contents-list-ul"] .m-thumb-wrap .video-quality{left: 4px; bottom: 4.37px; z-index: 10; display: block;}
[id$="-contents-list-ul"] .m-thumb-wrap .video-quality[data-video-type="4K"]{width: 19px; height: 14px; background: url("/static/_mobile/_img/renew_icon/quality_4k.png")no-repeat center center; background-size: 19px;}
[id$="-contents-list-ul"] .m-thumb-wrap .video-quality[data-video-type="1080"]{width: 35px; height: 14px; background: url("/static/_mobile/_img/renew_icon/quality_1080.png")no-repeat center center; background-size: 35px;}
[id$="-contents-list-ul"] .m-thumb-wrap .video-quality[data-video-type="720"]{width: 33px; height: 16px; background: url("/static/_mobile/_img/renew_icon/quality_720.png")no-repeat center center; background-size: 33px;}
[id$="-contents-list-ul"] .m-thumb-wrap .video-quality[data-video-type="480"]{width: 33px; height: 16px; background: url("/static/_mobile/_img/renew_icon/quality_480.png")no-repeat center center; background-size: 33px;}
[id$="-contents-list-ul"] .m-thumb-wrap .video-quality[data-video-type="360"]{width: 33px; height: 17px; background: url("/static/_mobile/_img/renew_icon/quality_360.png")no-repeat center center; background-size: 33px;}
/* 러닝타임 */
[id$="-contents-list-ul"] .m-thumb-wrap .runningtime{ right: 4px; bottom: 4.37px; z-index: 10; padding: 0px 4px; background-color: rgba(0, 0, 0, 0.6); color: #fff; font-size: 11px; line-height: 16px; letter-spacing: -0.5px; overflow: hidden; border-radius:2px ; -webkit-border-radius:2px ; -moz-border-radius:2px ; -ms-border-radius:2px ; -o-border-radius:2px ; }
/* 해시태그 */
[id$="-contents-list-ul"]>.data-list-item .posterview-item-info{font-size: 13px; line-height: 1.2; color: #666666; letter-spacing: -0.5px;}
[id$="-contents-list-ul"]>.data-list-item .posterview-item-info>*+*{margin-top: 4px;}
[id$="-contents-list-ul"]>.data-list-item .hashtag-wrap>span.hashtag{color: #507BDB;}
[id$="-contents-list-ul"]>.data-list-item .hashtag-wrap>span.hashtag::before{content:'#'; display: inline-block; vertical-align: middle; color: inherit;}
[id$="-contents-list-ul"]>.data-list-item.grid-item.active>.item-wrap .posterview-item-info,
[id$="-contents-list-ul"]>.data-list-item.grid-item.active>.item-wrap .posterview-item-info>.hashtag-wrap>span.hashtag{color: #A9ACAD !important;}

/* 타이틀 */
[id$="-contents-list-ul"]>.data-list-item .posterview-title{width: 100%; word-break: break-all; word-wrap: break-word; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
[id$="-contents-list-ul"].top100-item>.data-list-item .posterview-title{height: 31.19px;}
[id$="-contents-list-ul"].img-type-height-item>.data-list-item .posterview-title{height: 31.19px;}
[id$="-contents-list-ul"]>.data-list-item .posterview-title #ico-subtitle{ display: inline-block; vertical-align: middle; width: 25px;}

[id$="-contents-list-ul"]>.data-list-item .posterview-title .ico-new{display: inline-block; vertical-align: middle; width: 12px; height: 13px; min-width: 12px; background: url("/static/_mobile/_img/renew_icon/badge_new.svg")no-repeat center center; background-size: 100%; }
/* 닉네밍 및 댓글 갯수 */
[id$="-contents-list-ul"]>.data-list-item .item-info-wrap{display: flex; justify-content: space-between; align-items: center; width: 100%;}
[id$="-contents-list-ul"]>.data-list-item .item-info-wrap>span{display: flex; justify-content: flex-start; align-items: center; gap: 2px;}
[id$="-contents-list-ul"]>.data-list-item .uploader-nickname,.data-list-item .comment-count{font-size: 12px; line-height: 1.3; color: #A9ACAD; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}

#view-type-options{display: none !important;}

/* 포스터,이미지뷰 */
[id$="-contents-list-ul"].data-listview-container.posterview .data-list-item {
	width:calc(50% - 6px);
    margin-bottom: 8px;
}

@media screen and (max-width:320px) {
	[id$="-contents-list-ul"].data-listview-container.posterview .data-list-item {
		width:100%;
	}
}

@media screen and (min-width:570px) {
	[id$="-contents-list-ul"].data-listview-container.posterview .data-list-item {
		width:calc(33.33% - 8px);
	}
}

@media screen and (min-width:750px) {
	[id$="-contents-list-ul"].data-listview-container.posterview .data-list-item {
		width:calc(25% - 9px);
	}
}

@media screen and (min-width:1024px) {
	[id$="-contents-list-ul"].data-listview-container.posterview .data-list-item {
		width:calc(20% - 10px);
	}
}

@media screen and (min-width:580px) {
	/* .data-listview-container.posterview{grid-template-columns: repeat(auto-fill, minmax(30%, auto));} */
}





.grid {
	/* background: #EEE; */
	width: calc(100% - 32px);
	margin: 0 auto;
	/* padding: 0px 16px; */

	display: grid;
	/* grid-template-columns: repeat(auto-fit, minmax(173px, 1fr)); */
	grid-template-columns: repeat(2, 1fr); 
    grid-auto-rows: 10px;
    grid-gap: 5px;
	grid-column-gap: 12px;
  }   

  	@media (max-width: 320px) {
	    .grid {
	        display: flex !important;
			flex-direction: column;
			/* gap: 24px; */
	    }
	}

	@media (min-width: 321px) and (max-width: 350px) {
	    .grid {
	        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
			grid-gap: 3px;
			grid-column-gap: 12px;
	    }
	}

	@media (min-width: 351px) and (max-width: 390px) {
	    .grid {
	        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
			grid-gap: 3px;
			grid-column-gap: 12px;
	    }
	}

	@media (min-width: 421px) {
	    .grid {
	        grid-template-columns: repeat(auto-fill, minmax(173px, 1fr));
			grid-gap: 3px;
			grid-column-gap: 12px;
	    }
	}

  .grid, .grid>*{ 
	box-sizing: border-box;
  }
  
  /* clearfix */
  .grid::after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
  }
  
  /* ---- grid-item ---- */
  .grid-item--height2 { height: 330.37px; }
  
.grid>.grid-item, 
.grid>.grid-sizer {  
	/* position: absolute; */
	/* width: 48%; */
	width: 100%;
	min-width: 50%;
	/* height: 177px; */
	box-sizing: border-box;
	float: left !important;
	margin-bottom: 24px;
	/* background-color: #0069f9; */
}

/* .grid>.grid-sizer{display: none;} */

.grid>.item-height-2{
	height: 330.37px;
}


/* 검색결과 페이지 */
.top_menu.renew .smartDB,
.top_menu.renew .search_num_wrap{
    float: none;
}



.do-not-show-wrap{
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 15px;
}
.do-not-show-wrap>p{
    color: #fff;
    /* font-size: 14px; */
}



/* 플릭스코 */
.flixko_banner_wrap .fbw_top {
    background-color: #000;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:16px 12px;
    box-sizing: border-box;
}

.flixko_banner_wrap .fbw_top .fbwt_left img {
    width:130px;
}

.flixko_banner_wrap .fbw_top .fbwt_right {
    font-size:13px;
    color:#fff;
}

.flixko_banner_wrap .fbw_top .fbwt_right span {
    color:#ffea61;
    font-weight: 700;
}

.flixko_banner_wrap .fbw_banner {
    background-color: #d9d9d9;
}

.flixko_banner_wrap .fbw_banner img {
    width:100%;
    object-fit: cover;
}

.flixko_search_wrap {
    padding:10px;
    background-color: #f6f6f6;
    border-top:1px solid #ADC4D7;
    border-bottom:1px solid #ADC4D7;
    display: flex;
    align-items: center;
}

.flixko_search_wrap .fsw_search {
    height:36px;
    border:1px solid #29B6F6;
    width:calc(100% - 36px);
    padding-left:10px;
    box-sizing: border-box;
    outline:none;
}

.flixko_search_wrap .fsw_btn {
    width:36px;
    height:36px;
    cursor: pointer;
    background-color: #29B6F6;
    border:none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.flixko_search_wrap .s_select {
    display: none;
}

.top_menu.new .depth2.flixko_tab {
    padding:12px 16px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    background-color: #fff;
}

.top_menu.new .depth2.flixko_tab li {
    flex:1 1 0%;
}

.top_menu.new .depth2.flixko_tab li > span {
    width: 100%;
    height:38px;
    border:1px solid #E5E5E5;
    text-align: center;
    line-height:36px;
    cursor: pointer;
    font-size:14px;
    font-weight: bold;
    color:#838383;
    padding:0;
    background-color:#fff;
}

.top_menu.new .depth2.flixko_tab li > span.active {
    color:#2DC3E8;
    border-bottom:2px solid #2DC3E8;
}

.top_menu.new .depth2.flixko_tab li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.top_menu.new .depth2.flixko_tab li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.top_menu.new .depth2.flixko_tab li:nth-child(5) > span {
    display:flex;
    align-items: center;
    justify-content: center;
}

.top_menu.new .depth2.flixko_tab li:nth-child(5) > span::before {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23FB5858'/%3E%3Cpath d='M8.45395 11.91L10.1531 9.37503C10.1072 9.3934 10.0245 9.41177 9.94187 9.41177C8.48151 9.41177 7.27832 8.39228 7.27832 6.87681C7.27832 5.27868 8.55499 4.25 10.1164 4.25C11.6778 4.25 12.9544 5.2695 12.9544 6.86762C12.9544 7.59321 12.7156 8.15348 12.2748 8.85151L10.346 11.91H8.45395ZM10.1164 8.05244C10.8603 8.05244 11.3288 7.52892 11.3288 6.85844C11.3288 6.18796 10.8603 5.66444 10.1164 5.66444C9.37242 5.66444 8.904 6.18796 8.904 6.85844C8.904 7.52892 9.37242 8.05244 10.1164 8.05244Z' fill='white'/%3E%3Cpath d='M6.23501 4.4245V11.91H4.57259V5.87567H3.25V4.4245H6.23501Z' fill='white'/%3E%3C/svg%3E");
    display: inline-block;
    width:16px;
    height:16px;
    margin-right: 3px;
    margin-top: -2px;
}

.flixko_nav {
    display: flex;
    align-items: center;
}

.flixko_nav .fn_tit {
    font-weight: bold;
    color:#333;
    font-size:14px;
}

.flixko_nav .fn_icon {
    display: inline-block;
    width:16px;
    height:16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23ADADAD' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin:0 3px;
}

.flixko_nav .fn_now {
    font-weight: bold;
    color:#2DC3E8;
    font-size:14px;
}

/* 메인 플릭스코 레이어 팝업 */
#fcFlatContents .layer_content {position:fixed; top: 50%; left: 50%; max-width:380px; width:98%;  transform: translate(-50%, -50%); overflow: hidden; border-radius: 26px; background-color: #000; margin:0;}

#fcFlatContents .layer_content > img {
    width:100%;
}

#fcFlatContents .layer_content .button-wrap {
    width: 100%;
    position: absolute;
    bottom: 16%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 30px;
    box-sizing: border-box;
}

#fcFlatContents .layer_content .button-wrap .fl-btn {
    width:49%;
    padding:0;
    background-color: transparent;
    border:0;
}

#fcFlatContents .layer_content .button-wrap .fl-btn img {
    width:100%;
}

#fcFlatContents .layer_content .bottom-wrap {
    width: 100%;
    bottom:0;
    color:#fff;
    display:flex;
    justify-content: space-between;
    padding:0 25px;
    background-color:#000;
}

#fcFlatContents .layer_content .bottom-wrap button {
    color:#fff;
    font-size:14px;
    background-color: transparent;
}

#fcFlatContents .layerCtrl > ul li.btnTxt > label span {
    background-color: #fff;
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
}

#fcFlatContents .layer_content .layerCtrl > ul li.listR,
#fcFlatContents .layer_content .layerCtrl > ul li.listL {
    padding:0;
    color:#fff;
}

#fcFlatContents .layerCtrl .layerCtrl_btnClose {
    width:auto;
    height:auto;
    background:none;
    color:#fff;
    opacity: 1;
    font-size:13px;
}

#fcFlatContents .layerCtrl > ul li.btnTxt > label {
    color:#fff;
    display: flex;
    align-items: center;
    font-size:13px;
}

/* 플릭스코 컨텐츠 위 레이어 팝업 */
#fcFlatContentsView .flixco_layer_inner {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 16px;
    max-width:360px;
    width:98%;
    margin:0;
}

#fcFlatContentsView .flixco_layer_inner > img {
    width:100%;
    margin-top: -50px;
}

#fcFlatContentsView .flixco_layer_inner button {
    cursor: pointer;
}

#fcFlatContentsView .flixco_layer_inner .fl_btn {
    display: block;
    margin:24px auto;
    background-color: transparent;
    border:0;
}

#fcFlatContentsView .fl_button_wrap {
    display: flex;
    align-items: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
    background-color:#fff;
}

#fcFlatContentsView .fl_button_wrap .fb_btn {
    width:50%;
    border:0;
    background-color:#4F7AFA;
    height:52px;
    color:#fff;
    font-size:15px;
    font-weight: bold;
    opacity: 1;
    margin-bottom: 0;
}

#fcFlatContentsView .fl_button_wrap .fb_btn.cancel {
    background-color: #e5e5e5;
    color:#666;
    background-image: none;
}

#fcFlatContentsView .flixco_layer_inner > label {
    display:block;
    margin:35px auto;
    position: relative;
    text-align: center;
}

#fcFlatContentsView .flixco_layer_inner > label input[type=checkbox] {
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
}

#fcFlatContentsView .flixco_layer_inner > label img {
    cursor: pointer;
}

/* 7900 레이어 팝업 */
#fcFlatContentsView .flixco_layer_inner.fli2 > img {
    margin-top:0;
}

#fcFlatContentsView .flixco_layer_inner.fli2 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}

#fcFlatContentsView .flixco_layer_inner.fli2 .fl_button_wrap .fb_btn {
    background-color:#3A299F;
}

#fcFlatContentsView .flixco_layer_inner.fli2 .fl_button_wrap .fb_btn.cancel {
    background-color:#e5e5e5;
}

#fcFlatContentsView .flixco_layer_inner.fli2 > label {
    position:absolute;
    left:50%;
    bottom:14%;
    transform: translateX(-50%);
}

/* avkorea tab */
.avk_tab_box {
    display: flex;
    align-items: center;
    padding:10px;
    box-sizing: border-box;
}

.avk_tab_box .avk_tab {
    display: block;
    line-height:38px;
    height:40px;
    cursor: pointer;
    text-align: center;
    background-color:#F7F7F7;
    font-size:15px;
    font-weight: 700;
    color:#333;
    border:1px solid #E5E5E5;
    width:50%;
}

.avk_tab_box .avk_tab.now {
    background-color:#F43A49;
    border-color: #F43A49;
    color:#fff;
}

.avk_tab_box .avk_tab > a {
    display:block;
    width:100%;
    height:100%;
    color:#333;
}

.avk_tab_box .avk_tab.now >a {
    color:#fff;
}

.avk_tab_box .avk_tab:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.avk_tab_box .avk_tab:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
}

.avk_tab_box .avk_tab:last-child::after {
    content:"";
    display: block;
    width:42px;
    height:20px;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -45px;
    background-repeat: no-repeat;
    background-size:100%;
    background-position: center;
    background-image: url("/static/_mobile/_img/ico/cate_new.png");
}

/* 마케팅 수신 동의 팝업 */
#fcAppPushPop .modal-dialog {
    position:absolute; top: 50%; left: 50%; max-width:360px; width:90%; background-color: #fff; transform: translate(-50%, -50%); border-radius: 16px; text-align: center; overflow: hidden; margin-top: 0;
}

#fcAppPushPop .modal-dialog .sp_top {
    padding-top:20px;
}

#fcAppPushPop .modal-dialog .sp_top .sp_icon {
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M17.9987 3C16.9715 3 16.1416 3.83789 16.1416 4.875V6C11.905 6.86719 8.71313 10.6523 8.71313 15.1875V16.2891C8.71313 19.043 7.70912 21.7031 5.89843 23.7656L5.46897 24.252C4.98148 24.8027 4.86541 25.5938 5.16139 26.2676C5.45737 26.9414 6.12477 27.375 6.85601 27.375H29.1414C29.8727 27.375 30.5343 26.9414 30.8361 26.2676C31.1378 25.5938 31.016 24.8027 30.5285 24.252L30.099 23.7656C28.2883 21.7031 27.2843 19.0488 27.2843 16.2891V15.1875C27.2843 10.6523 24.0924 6.86719 19.8558 6V4.875C19.8558 3.83789 19.0259 3 17.9987 3ZM20.6277 31.9043C21.3241 31.2012 21.713 30.2461 21.713 29.25H17.9987H14.2845C14.2845 30.2461 14.6733 31.2012 15.3697 31.9043C16.0662 32.6074 17.0121 33 17.9987 33C18.9853 33 19.9313 32.6074 20.6277 31.9043Z' fill='%23183153'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin:0 auto;
    margin-bottom: 4px;
}

#fcAppPushPop .modal-dialog .sp_top .sp_tit {
    font-weight: 700;
    color:#183153;
    font-size:24px;
    margin: 0;
}

#fcAppPushPop .modal-dialog .sp_txt {
    margin:16px 0;
    font-size:16px;
    color:#616d8a;
}

#fcAppPushPop .modal-dialog .sp_txt_bonus {
    margin: 0;
    font-size:16px;
    font-weight: 700;
    color:#fa6ee3;
}

#fcAppPushPop .modal-dialog .button-wrap {
    margin-top: 32px;
    display: flex;

}

#fcAppPushPop .modal-dialog .button-wrap > button {
    flex:1 1 100%;
    border:0;
    color:#fff;
    font-weight: 700;
    font-size: 18px;
    height: 60px;
}

#fcAppPushPop .modal-dialog .button-wrap .fl-btn {
    background-color: #B1B8C0;
    position: relative;
}

#fcAppPushPop .modal-dialog .button-wrap .fl-btn.btn2 {
    background-color: #183153;
}

#fcAppPushPop .modal-dialog .button-wrap .fl-btn input {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    top:0;
    left:0;
}

#fcAppPushPop .modal-dialog .button-wrap .fl-btn label {
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    line-height:60px;
}


/* 마케팅 수신 동의 후 팝업 */
#fcAppPushPopNext .modal-dialog {position:absolute; top: 50%; left: 50%; max-width:360px; width:90%; background-color: #fff; transform: translate(-50%, -50%); border-radius: 16px; text-align: center; overflow: hidden; margin-top: 0;}

#fcAppPushPopNext .modal-dialog .sp_top {
    padding-top:20px;
}

#fcAppPushPopNext .modal-dialog .sp_top .sp_icon {
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M17.9987 3C16.9715 3 16.1416 3.83789 16.1416 4.875V6C11.905 6.86719 8.71313 10.6523 8.71313 15.1875V16.2891C8.71313 19.043 7.70912 21.7031 5.89843 23.7656L5.46897 24.252C4.98148 24.8027 4.86541 25.5938 5.16139 26.2676C5.45737 26.9414 6.12477 27.375 6.85601 27.375H29.1414C29.8727 27.375 30.5343 26.9414 30.8361 26.2676C31.1378 25.5938 31.016 24.8027 30.5285 24.252L30.099 23.7656C28.2883 21.7031 27.2843 19.0488 27.2843 16.2891V15.1875C27.2843 10.6523 24.0924 6.86719 19.8558 6V4.875C19.8558 3.83789 19.0259 3 17.9987 3ZM20.6277 31.9043C21.3241 31.2012 21.713 30.2461 21.713 29.25H17.9987H14.2845C14.2845 30.2461 14.6733 31.2012 15.3697 31.9043C16.0662 32.6074 17.0121 33 17.9987 33C18.9853 33 19.9313 32.6074 20.6277 31.9043Z' fill='%23183153'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin:0 auto;
    margin-bottom: 4px;
}

#fcAppPushPopNext .modal-dialog .sp_top .sp_tit {
    font-weight: 700;
    color:#183153;
    font-size:24px;
    margin: 0;
}

#fcAppPushPopNext .modal-dialog .sp_txt {
    margin:16px 0;
    font-size:15.5px;
    color:#616d8a;
    line-height: 24px;
}

#fcAppPushPopNext .modal-dialog .sp_txt.spt2 {
    margin:16px 26px;
    text-align: left;
}

#fcAppPushPopNext .modal-dialog .sp_txt_bonus {
    margin: 0;
    font-size:16px;
    font-weight: 700;
    color:#fa6ee3;
}

#fcAppPushPopNext .modal-dialog .button-wrap {
    margin-top: 32px;
    display: flex;

}

#fcAppPushPopNext .modal-dialog .button-wrap > button {
    flex:1 1 100%;
    border:0;
    color:#fff;
    font-weight: 700;
    font-size: 18px;
    height: 60px;
    background-color: #183153;
}

@media screen and (max-width:390px) {
    #fcAppPushPopNext .modal-dialog .sp_top .sp_tit {
        font-size:22px;
    }

    #fcAppPushPopNext .modal-dialog .sp_txt.spt2 {
        font-size:14px;
        margin:14px 18px;
    }
}

@media screen and (max-width:350px) {
    #fcAppPushPop .modal-dialog .sp_txt {
        font-size:13px;
    }

    #fcAppPushPopNext .modal-dialog .sp_txt.spt2 {
        font-size:13px;
    }
}




/* 고화질 레이어팝업 */
.modal#fcHighQualityPop {
    display:flex;
    align-items: center;
    justify-content: center;
}

#fcHighQualityPop .modal-dialog {
    width:90%;
    max-width:680px;
    margin:0 auto;
    margin-top:0;
}

#fcHighQualityPop .modal-dialog > .fb_btn.cancel {
    position:absolute;
    top:12px;
    right:12px;
    width:24px;
    height:24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72' fill='none'%3E%3Cpath d='M54 18L18 54M18 18L54 54' stroke='%23D2D2DC' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    border:0;
    background-size:100%;
}

#fcHighQualityPop .modal-dialog .high-bottom {
    width: 100%;
    text-align: center;
    background-color: #0c0e1a;
    padding:10px 0;
}

#fcHighQualityPop .modal-dialog .high-bottom img {
    height:16px;
}

#fcHighQualityPop .modal-dialog .high-bottom label input[type=checkbox] {
    width: 1px;
    height: 1px;
    visibility: hidden;
    position: absolute;
}

#fcHighQualityPop .modal-dialog .fl_button_wrap {
    display:flex;
    align-items: center;
}

#fcHighQualityPop .modal-dialog button {
    width:100%;
    border:0;
    height:44px;
    padding:0;
    text-align: center;
    font-size:14px;
    color:#fff;
    font-weight: 700;
    background-color: #60687f;
}

#fcHighQualityPop .modal-dialog button span {
    color:#aad6fe;
}

#fcHighQualityPop .modal-dialog img {
    width:100%;
}



/* 모바일 고화질/일반화질 */
.quality-tabs-wrapper {
    background-color:#fff;
    padding-bottom:6px;
    margin-top:7px;
}

.quality-tabs {
    display: flex;
    align-items: center;
}

.quality-tabs .quality-tab-btn {
    background-color: #959AA1;
    font-weight: 700;
    font-size:15px;
    color:#000;
    text-align: center;
    padding:11px 0;
    display: block;
    width: 50%;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #898989;
}

.quality-tabs .quality-tab-btn:first-child {
    border-right:1px solid #898989;
}

.quality-tabs .quality-tab-btn.active {
    color:#29B6F6;
    background-color: #fff;
    border-bottom-color: #fff;
    position: relative;
}

.quality-tabs .quality-tab-btn.active::after {
    content:"";
    display:block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2329B6F6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
}

.quality-tabs .quality-tab-btn[data-tab=high] {
    position: relative;
}

.quality-tabs .quality-tab-btn[data-tab=high]::before {
    content: "";
    display:block;
    width:40px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80' height='40' viewBox='0 0 80 40' fill='none'%3E%3Crect width='80' height='40' fill='url(%23pattern0_16_5)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_16_5' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_16_5' transform='scale(0.0125 0.025)'/%3E%3C/pattern%3E%3Cimage id='image0_16_5' width='80' height='40' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAoCAYAAABpYH0BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAzIDc5Ljk2OTBhODdmYywgMjAyNS8wMy8wNi0yMDo1MDoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNzg4ZGJiMC1hMWY0LTk0NDYtYWE4MC00ZjQwMjNiZDNhMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTcyRURFOTdEMDFCMTFGMDlCNThGMjg1MERBQjNDNDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTcyRURFOTZEMDFCMTFGMDlCNThGMjg1MERBQjNDNDAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjExIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmZjNDQzNWMxLTkwMDctNjM0Ny04ZmVlLWI5OWRlMDIyMTA5NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNzg4ZGJiMC1hMWY0LTk0NDYtYWE4MC00ZjQwMjNiZDNhMDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7wJYA3AAAECElEQVR42uxaTUhUURQ+M71UspgmfxZGU00YZIbQHyEtQgocjNq0cNUmJVoIJVGrFGvTylYRoS0EA7ctxCCRFiYlYlniUIqlQobjzwxpP2LZOd57fW/evHFm3rxXz7wfHN7zet+de7/3nXvOve+6lo91gw5FaFVoAbS9aJmwsfETbRTtKVoz2pD2ny4NgRlojWhX0NwgYYTfaE1o19C+U4GiIa8d7bTkaE2QsC6jFXIPXRRKuyfJSwll3FtXXPggXgfQNkleUsIvtBI3DxiSvNRBnFURgeWSC9MoJwL9kgfT8Lt5BJYwhwzFkmZqdwFU+th94weAttDadY6/UMsDXoCGosS/0TaObU9gG3nY1n5WdvUtQM/X2LoHsgBajrD751MAN4aN22wpxroegPEFgAtvTOc11uLibnvfufblnNhuXCeQp94Xe4zr5CuMPELPjOnuKJYPMDeTqY3UkirqcZXUMZe4Xh8O+GgOQGmO8e+UeKL7U7otVqllXvW+I5RWZm09zhUwN7ILIwvs6stmSoqnrLWUepiXTeNSN/jDQQQGIwBbcBA1e+wjUKuY83nGyvq2xOZNvSL1rv1qBtJd21mLuyPsSi4W8NpDICmGlEMo3GqsrN5ZgJdhHlQ80Uoll87lm0zv59PqimLL4OjNU8St2Ydq6Uv+2UsYgCp3xpaPoss2fIwuI+VUFMQGCfH38Dyb90iJ5BGk1KbJWJduCzlMgYTWSdZxEVCSBc1ppBa9+bNj6/aGo4OEXllPQqoS9UoVLt03k/ZQFVsInELyHqMKq/0soLROJpmi4DNBA5eKLBnMgxitb3J1kaJIbUJZlNdN8Wf6kehT+Zh77ogNMq8jDiWQQO5yMod19jpubH9JItIRecmkMQJDETbXrihqgqU1+ryuC9urBUY0KdSnyQ6658CKDUL78HCMXUkBJR7r2xcKWnH1LDYFEETwEN4Q5PXO5KpBhlSaRvrydwgkt2r/rA7SamgVJNImis76pHmAE3jIowaZdxGwaovaXjyYYAHFrnRmfEFNmwiDBsQIRZJCRZDpDVvSBcV2ArUBJRFoU6EhwWaCHqQknyZK94eNPYGUKcijF9oxt04UKAKKUIrVeDYdf7NBnzeupkCzlv08fRNZltt6Tlfgf07goqTBNObd/NiChDmMufmZDwlz6CQCHwH7SCwBKX9YbyYCB2nRJflIfaFK3IkoTKeNOiUnSaOLc7aaxlAkrkC7D+wIlwTEPd5GyjsrsheXwQFLOmxUDezIB62/Nm9w0mgJ9Yl7aDOf8gwPWP5r3EK7nWTd+hTq2grFQW/6Dr8mIqZOU1cu5QxIrFsv5Dl1LRyPRMeR5+TNBD2JjiTPaXOgEYm01eZyKnmEPwIMAGzcG63IRLphAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
}

.quality-text {
    text-align: center;
    font-size:11px;
    font-weight: 700;
    color:#000;
    padding:15px 0;
}

.quality-text span {
    color:#E52475;
    padding-left:14px;
    background-repeat: no-repeat;
    background-size:12px;
    background-image: url("/static/_mobile/_img/common/info.png");
    background-position: left 3px;
}

/* 토스트 팝업 */
.toast_bottom {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width:680px;
    z-index: 9999;
    transform: translate(-50%, 120%);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.toast_bottom.show {
    transform: translate(-50%, 0px);
}

.toast_inner {
    width: 100%;
    position: relative;
}

.toast_link img {
    display: block;
    width: 100%;
    height: auto;
}

.toast_close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background-color:transparent;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M36 12L12 36M12 12L36 36' stroke='white' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size:100%;
    background-repeat:no-repeat;
    padding:0;
}



/* 모바일 고화질/일반화질 */
.quality-tabs-wrapper {
    background-color:#fff;
    padding-bottom:6px;
    margin-top:7px;
}

.quality-tabs {
    display: flex;
    align-items: center;
}

.quality-tabs .quality-tab-btn {
    background-color: #959AA1;
    font-weight: 700;
    font-size:15px;
    color:#000;
    text-align: center;
    padding:11px 0;
    display: block;
    width: 50%;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #898989;
}

.quality-tabs .quality-tab-btn:first-child {
    border-right:1px solid #898989;
}

.quality-tabs .quality-tab-btn.active {
    color:#29B6F6;
    background-color: #fff;
    border-bottom-color: #fff;
    position: relative;
}

.quality-tabs .quality-tab-btn.active::after {
    content:"";
    display:block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2329B6F6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
}

.quality-tabs .quality-tab-btn[data-tab=high] {
    position: relative;
}

.quality-tabs .quality-tab-btn[data-tab=high]::before {
    content: "";
    display:block;
    width:40px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80' height='40' viewBox='0 0 80 40' fill='none'%3E%3Crect width='80' height='40' fill='url(%23pattern0_16_5)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_16_5' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_16_5' transform='scale(0.0125 0.025)'/%3E%3C/pattern%3E%3Cimage id='image0_16_5' width='80' height='40' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAoCAYAAABpYH0BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAzIDc5Ljk2OTBhODdmYywgMjAyNS8wMy8wNi0yMDo1MDoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNzg4ZGJiMC1hMWY0LTk0NDYtYWE4MC00ZjQwMjNiZDNhMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTcyRURFOTdEMDFCMTFGMDlCNThGMjg1MERBQjNDNDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTcyRURFOTZEMDFCMTFGMDlCNThGMjg1MERBQjNDNDAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjExIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmZjNDQzNWMxLTkwMDctNjM0Ny04ZmVlLWI5OWRlMDIyMTA5NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNzg4ZGJiMC1hMWY0LTk0NDYtYWE4MC00ZjQwMjNiZDNhMDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7wJYA3AAAECElEQVR42uxaTUhUURQ+M71UspgmfxZGU00YZIbQHyEtQgocjNq0cNUmJVoIJVGrFGvTylYRoS0EA7ctxCCRFiYlYlniUIqlQobjzwxpP2LZOd57fW/evHFm3rxXz7wfHN7zet+de7/3nXvOve+6lo91gw5FaFVoAbS9aJmwsfETbRTtKVoz2pD2ny4NgRlojWhX0NwgYYTfaE1o19C+U4GiIa8d7bTkaE2QsC6jFXIPXRRKuyfJSwll3FtXXPggXgfQNkleUsIvtBI3DxiSvNRBnFURgeWSC9MoJwL9kgfT8Lt5BJYwhwzFkmZqdwFU+th94weAttDadY6/UMsDXoCGosS/0TaObU9gG3nY1n5WdvUtQM/X2LoHsgBajrD751MAN4aN22wpxroegPEFgAtvTOc11uLibnvfufblnNhuXCeQp94Xe4zr5CuMPELPjOnuKJYPMDeTqY3UkirqcZXUMZe4Xh8O+GgOQGmO8e+UeKL7U7otVqllXvW+I5RWZm09zhUwN7ILIwvs6stmSoqnrLWUepiXTeNSN/jDQQQGIwBbcBA1e+wjUKuY83nGyvq2xOZNvSL1rv1qBtJd21mLuyPsSi4W8NpDICmGlEMo3GqsrN5ZgJdhHlQ80Uoll87lm0zv59PqimLL4OjNU8St2Ydq6Uv+2UsYgCp3xpaPoss2fIwuI+VUFMQGCfH38Dyb90iJ5BGk1KbJWJduCzlMgYTWSdZxEVCSBc1ppBa9+bNj6/aGo4OEXllPQqoS9UoVLt03k/ZQFVsInELyHqMKq/0soLROJpmi4DNBA5eKLBnMgxitb3J1kaJIbUJZlNdN8Wf6kehT+Zh77ogNMq8jDiWQQO5yMod19jpubH9JItIRecmkMQJDETbXrihqgqU1+ryuC9urBUY0KdSnyQ6658CKDUL78HCMXUkBJR7r2xcKWnH1LDYFEETwEN4Q5PXO5KpBhlSaRvrydwgkt2r/rA7SamgVJNImis76pHmAE3jIowaZdxGwaovaXjyYYAHFrnRmfEFNmwiDBsQIRZJCRZDpDVvSBcV2ArUBJRFoU6EhwWaCHqQknyZK94eNPYGUKcijF9oxt04UKAKKUIrVeDYdf7NBnzeupkCzlv08fRNZltt6Tlfgf07goqTBNObd/NiChDmMufmZDwlz6CQCHwH7SCwBKX9YbyYCB2nRJflIfaFK3IkoTKeNOiUnSaOLc7aaxlAkrkC7D+wIlwTEPd5GyjsrsheXwQFLOmxUDezIB62/Nm9w0mgJ9Yl7aDOf8gwPWP5r3EK7nWTd+hTq2grFQW/6Dr8mIqZOU1cu5QxIrFsv5Dl1LRyPRMeR5+TNBD2JjiTPaXOgEYm01eZyKnmEPwIMAGzcG63IRLphAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
}

.quality-text {
    text-align: center;
    font-size:11px;
    font-weight: 700;
    color:#000;
    padding:15px 0;
}

.quality-text span {
    color:#E52475;
    padding-left:14px;
    background-repeat: no-repeat;
    background-size:12px;
    background-image: url("/static/_mobile/_img/common/info.png");
    background-position: left 3px;
}





/* 고화질 레이어팝업 */
.modal#fcHighQualityPop {
    display:flex;
    align-items: center;
    justify-content: center;
}

#fcHighQualityPop .modal-dialog {
    width:90%;
    max-width:680px;
    margin:0 auto;
    margin-top:0;
}

#fcHighQualityPop .modal-dialog > .fb_btn.cancel {
    position:absolute;
    top:12px;
    right:12px;
    width:24px;
    height:24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72' fill='none'%3E%3Cpath d='M54 18L18 54M18 18L54 54' stroke='%23D2D2DC' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    border:0;
    background-size:100%;
}

#fcHighQualityPop .modal-dialog .high-bottom {
    width: 100%;
    text-align: center;
    background-color: #0c0e1a;
    padding:10px 0;
}

#fcHighQualityPop .modal-dialog .high-bottom img {
    height:16px;
}

#fcHighQualityPop .modal-dialog .high-bottom label input[type=checkbox] {
    width: 1px;
    height: 1px;
    visibility: hidden;
    position: absolute;
}

#fcHighQualityPop .modal-dialog .fl_button_wrap {
    display:flex;
    align-items: center;
}

#fcHighQualityPop .modal-dialog button {
    width:100%;
    border:0;
    height:44px;
    padding:0;
    text-align: center;
    font-size:14px;
    color:#fff;
    font-weight: 700;
    background-color: #60687f;
}

#fcHighQualityPop .modal-dialog button span {
    color:#aad6fe;
}

#fcHighQualityPop .modal-dialog img {
    width:100%;
}


/* 메인 포스터 뷰 */
/* .data-listview-container.posterview{display: grid !important; grid-template-columns: repeat(auto-fill, minmax(46%, auto)); grid-template-rows:masonry !important; column-gap: 12px; row-gap: 24px; box-sizing: border-box; padding: 0px 16px; width: 100%; border-style: none;} */
[id$="realtime-rank-list-ol"].data-listview-container.posterview{border-top: none; background-color: #fff; padding:0 16px; display:flex; flex-wrap:wrap; gap:12px; margin-bottom: 20px;}
[id$="realtime-rank-list-ol"] .data-list-item.grid-item{border-bottom: none; padding: 0px;}
[id$="realtime-rank-list-ol"]>.data-list-item.grid-item.active{background-color: transparent !important;}
[id$="realtime-rank-list-ol"] .data-list-item .m-thumb-wrap{ position: relative; width: 100%; padding-top: calc(96 / 173 * 100%); border: 1px solid rgba(000, 000, 000, 0.06); overflow: hidden; margin-bottom: 8px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
[id$="realtime-rank-list-ol"] .data-list-item[data-view-type="posterview"] .m-thumb-wrap{padding-top: calc(245.4 / 173 * 100%); border: 1px solid rgba(000, 000, 000, 0.06);}
[id$="realtime-rank-list-ol"] .data-list-item .m-thumb-wrap>*{position: absolute;}
[id$="realtime-rank-list-ol"] .data-list-item .m-thumb-wrap .thumbnail-img{display: block; width: 100%; height: 100%; object-fit: cover; min-height: 96px; left: 0; top: 0; z-index: 1; }
/* 랭킹 */
[id$="realtime-rank-list-ol"]>.data-list-item .m-thumb-wrap .left-top-wrap{display: flex; align-items: center; left: 0px; top: 0px; z-index: 10;}
[id$="realtime-rank-list-ol"]>.data-list-item .m-thumb-wrap .left-top-wrap .item-rank{ min-width: 26px; height: 26px; box-sizing: border-box; padding: 0px 5px; text-align: center; background-color: #24B6E5; color: #fff; font-weight: 900; font-size: 18px; line-height: 27px; font-style: italic; text-indent: -3px; border-radius: 0px 0px 4px 0px ; -webkit-border-radius: 0px 0px 4px 0px ; -moz-border-radius: 0px 0px 4px 0px ; -ms-border-radius: 0px 0px 4px 0px ; -o-border-radius: 0px 0px 4px 0px ; }
/* 랭킹 옆 뱃지 */
[id$="realtime-rank-list-ol"] .m-thumb-wrap .left-top-wrap .item-rank+i{margin-right: 0px; box-sizing: border-box; color: transparent; border: 1px solid #24B6E5; border-radius: 0px 0px 4px 0px; -webkit-border-radius: 0px 0px 4px 0px; -moz-border-radius: 0px 0px 4px 0px; -ms-border-radius: 0px 0px 4px 0px; -o-border-radius: 0px 0px 4px 0px; }
[id$="realtime-rank-list-ol"] .m-thumb-wrap .left-top-wrap .item-rank+i.ico-payback{ width: 84px; height: 26px; min-width: 84px; background: url("/static/_mobile/_img/renew_icon/badge_payback_poster.png")no-repeat left center; background-size: 100%; }
[id$="realtime-rank-list-ol"] .m-thumb-wrap .left-top-wrap .item-rank+i.ico-payback+.ico-sale{display: none;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .left-top-wrap .item-rank+.ico-sale,.ico-sale{width: 46px; min-width: 46px; height: 26px; background: url("/static/_mobile/_img/renew_icon/badge_sale_poster.png")no-repeat left center; background-size: 100%;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap>.ico-sale{ left: 0px; top: 0px; z-index: 10; color: transparent; border: 1px solid #24B6E5; border-radius: 4px 0px 4px 0px ; -webkit-border-radius: 4px 0px 4px 0px ; -moz-border-radius: 4px 0px 4px 0px ; -ms-border-radius: 4px 0px 4px 0px ; -o-border-radius: 4px 0px 4px 0px ; }
/* 프리뱃지 */
[id$="realtime-rank-list-ol"] .data-list-item .m-thumb-wrap [class^="ico-"]{color: transparent;}
[id$="realtime-rank-list-ol"] .data-list-item .m-thumb-wrap .ico-free{display: block; width: 46px; height: 26px; left: 0px; top: 0px; z-index: 10; background: url("/static/_mobile/_img/renew_icon/icon_free.svg")no-repeat center center; background-size: 100%;}
/* 이용연령 */
[id$="realtime-rank-list-ol"] .m-thumb-wrap .useable-age{right: 4px; top: 4px; z-index: 10; margin-right: 0px; display: block; width: 20px; height: 20px; min-width: 20px;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .useable-age.more-19{background: url("/static/_mobile/_img/renew_icon/badge_19.png")no-repeat center center; background-size: 100%;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .useable-age.more-15{background: url("/static/_mobile/_img/renew_icon/badge_15.png")no-repeat center center; background-size: 100%;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .useable-age.more-12{background: url("/static/_mobile/_img/renew_icon/badge_12.png")no-repeat center center; background-size: 100%;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .useable-age.all{background: url("/static/_mobile/_img/renew_icon/badge_all.png")no-repeat center center; background-size: 100%;}
/* 동영상 화질 */
[id$="realtime-rank-list-ol"] .m-thumb-wrap .video-quality{left: 4px; bottom: 4.37px; z-index: 10; display: block;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .video-quality[data-video-type="4K"]{width: 19px; height: 14px; background: url("/static/_mobile/_img/renew_icon/quality_4k.png")no-repeat center center; background-size: 19px;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .video-quality[data-video-type="1080"]{width: 35px; height: 14px; background: url("/static/_mobile/_img/renew_icon/quality_1080.png")no-repeat center center; background-size: 35px;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .video-quality[data-video-type="720"]{width: 33px; height: 16px; background: url("/static/_mobile/_img/renew_icon/quality_720.png")no-repeat center center; background-size: 33px;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .video-quality[data-video-type="480"]{width: 33px; height: 16px; background: url("/static/_mobile/_img/renew_icon/quality_480.png")no-repeat center center; background-size: 33px;}
[id$="realtime-rank-list-ol"] .m-thumb-wrap .video-quality[data-video-type="360"]{width: 33px; height: 17px; background: url("/static/_mobile/_img/renew_icon/quality_360.png")no-repeat center center; background-size: 33px;}
/* 러닝타임 */
[id$="realtime-rank-list-ol"] .m-thumb-wrap .runningtime{ right: 4px; bottom: 4.37px; z-index: 10; padding: 0px 4px; background-color: rgba(0, 0, 0, 0.6); color: #fff; font-size: 11px; line-height: 16px; letter-spacing: -0.5px; overflow: hidden; border-radius:2px ; -webkit-border-radius:2px ; -moz-border-radius:2px ; -ms-border-radius:2px ; -o-border-radius:2px ; }
/* 해시태그 */
[id$="realtime-rank-list-ol"]>.data-list-item .posterview-item-info{font-size: 13px; line-height: 1.2; color: #666666; letter-spacing: -0.5px;}
[id$="realtime-rank-list-ol"]>.data-list-item .posterview-item-info>*+*{margin-top: 4px;}
[id$="realtime-rank-list-ol"]>.data-list-item .hashtag-wrap>span.hashtag{color: #507BDB;}
[id$="realtime-rank-list-ol"]>.data-list-item .hashtag-wrap>span.hashtag::before{content:'#'; display: inline-block; vertical-align: middle; color: inherit;}
[id$="realtime-rank-list-ol"]>.data-list-item.grid-item.active>.item-wrap .posterview-item-info,
[id$="realtime-rank-list-ol"]>.data-list-item.grid-item.active>.item-wrap .posterview-item-info>.hashtag-wrap>span.hashtag{color: #A9ACAD !important;}

/* 타이틀 */
[id$="realtime-rank-list-ol"]>.data-list-item .posterview-title{width: 100%; word-break: break-all; word-wrap: break-word; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
[id$="realtime-rank-list-ol"].top100-item>.data-list-item .posterview-title{height: 31.19px;}
[id$="realtime-rank-list-ol"].img-type-height-item>.data-list-item .posterview-title{height: 31.19px;}
[id$="realtime-rank-list-ol"]>.data-list-item .posterview-title #ico-subtitle{ display: inline-block; vertical-align: middle; width: 25px;}

[id$="realtime-rank-list-ol"]>.data-list-item .posterview-title .ico-new{display: inline-block; vertical-align: middle; width: 12px; height: 13px; min-width: 12px; background: url("/static/_mobile/_img/renew_icon/badge_new.svg")no-repeat center center; background-size: 100%; }
/* 닉네밍 및 댓글 갯수 */
[id$="realtime-rank-list-ol"]>.data-list-item .item-info-wrap{display: flex; justify-content: space-between; align-items: center; width: 100%;}
[id$="realtime-rank-list-ol"]>.data-list-item .item-info-wrap>span{display: flex; justify-content: flex-start; align-items: center; gap: 2px;}
[id$="realtime-rank-list-ol"]>.data-list-item .uploader-nickname,.data-list-item .comment-count{font-size: 12px; line-height: 1.3; color: #A9ACAD; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}

#view-type-options{display: none !important;}

/* 포스터,이미지뷰 */
[id$="realtime-rank-list-ol"].data-listview-container.posterview .data-list-item {
 width:calc(50% - 6px);
 margin-bottom: 8px;
}

@media screen and (max-width:320px) {
 [id$="realtime-rank-list-ol"].data-listview-container.posterview .data-list-item {
  width:100%;
 }
}

@media screen and (min-width:570px) {
 [id$="realtime-rank-list-ol"].data-listview-container.posterview .data-list-item {
  width:calc(33.33% - 8px);
 }
}

@media screen and (min-width:750px) {
 [id$="realtime-rank-list-ol"].data-listview-container.posterview .data-list-item {
  width:calc(25% - 9px);
 }
}

@media screen and (min-width:1024px) {
 [id$="realtime-rank-list-ol"].data-listview-container.posterview .data-list-item {
  width:calc(20% - 10px);
 }
}

@media screen and (min-width:580px) {
 /* .data-listview-container.posterview{grid-template-columns: repeat(auto-fill, minmax(30%, auto));} */
}


/* 1:1 문의 리뉴얼 */
.renew_inquiry_wrap {
    background-color:#fff;
    padding-bottom: 50px;
}

.renew_inquiry_top {
    padding:2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 4px;
}

.renew_inquiry_top > h3 {
    font-size:13px;
    font-weight: bold;
}

.renew_inquiry_top .btn_qna_write {
    padding: 3px 5px;
    border: 1px solid #00a7d6;
    border-radius: 4px;
    color: #fff;
    background: #24b6e5;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}

.renew_inquiry_wrap .list_style ul li {
    background-color:#fff;
    display:flex;
}

.renew_inquiry_wrap .list_style ul li.list_tit {
    border-top:2px solid #dcdcdc;
}

.renew_inquiry_wrap .list_style ul li .l_chk {
    padding-left:2%;
    width:30px;
}

.renew_inquiry_wrap .list_style ul li .l_chk input[type=checkbox] {
    margin:0;
}

.renew_inquiry_wrap .list_style ul li .l_num {
    width:35px;
    font-weight: normal;
}

.renew_inquiry_wrap .list_style ul li .l_title {
    width:calc(100% - 185px);
}

.renew_inquiry_wrap .list_style ul li .l_title a {
    display:block;
    text-align: left;
    width:100%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 4px;
}

.renew_inquiry_wrap .list_style ul li .l_state {
    padding-right:0;
    text-align: center;
    width:60px;
}

.renew_inquiry_wrap .list_style ul li .l_date {
    width:60px;
    text-align: center;
}

.renew_inquiry_wrap .a_btn_wrap {
    padding:10px 2%;
    overflow: hidden;
}

.renew_inquiry_wrap .a_btn_wrap .btn_del {
    width: 40px;
    border-color: #8f9194;
    background: #626262;
    padding: 1px 0;
    margin: 0;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}

.renew_inquiry_wrap .a_btn_wrap .btn_apply {
    padding: 3px 5px;
    border: 1px solid #00a7d6;
    border-radius: 4px;
    color: #fff;
    background: #24b6e5;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    float:right;
}

.renew_inquiry_wrap .new_pagnation {
    background-color: #fff;
    padding-top:0;
}

.qna_view_wrap .qna_view_row .qna_view_label {
    padding:2%;
    text-align: center;
    background: #f7f7f7;
    font-weight: bold;
    color:#444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qna_view_wrap .qna_view_row .qna_view_data {
    width: 80%;
    text-align: left;
    padding: 2%;
    font-weight: normal;
}

.qna_view_wrap .qna_view_row.qna_view_answer .qna_view_data {
    background-color: #fafafa;
}

.list_style ul.qna_view_wrap li div {
    float:none;
}

.qna_view_wrap .qna_view_row:first-child,
#renew-mobile-qna-view .qna_view_row:first-child{
    border-top:1px solid #dcdcdc;
}

.qna_view_wrap .qna_view_row .qna_view_data input[type=text] {
    width:100%;
    height: 28px;
    padding: 0 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    box-sizing: border-box;
}

.qna_view_wrap .qna_view_row .qna_view_data #renew_qna_content {
    width:100%;
    min-height: 200px;
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    box-sizing: border-box;
    resize: vertical;
}

.qna_view_wrap .qna_view_row .qna_view_data select {
    border: 1px solid #ccc;
    height:28px;
    color:#666;
}

/* ai채팅 레이어팝업 */
.ai_chat_pop {
    display:block;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0.5);
    z-index: 99999999;
}

.ai_chat_pop .ai_chat_inner {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    max-width: 520px;
    width: 100%;
    text-align: center;
}

.ai_chat_pop .ai_chat_inner img {
    width:100%;
    max-width:520px;
}

.ai_chat_pop .ai_chat_inner .ai_chat_close {
    position: absolute;
    top: 2%;
    right: 5%;
    width: 5%;
    height: 5%;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: 0;
}