@charset "utf-8";
/* CSS Document */

.main_banner_all_wrap {
	width: 100%;
}
.main_banner_wrap {
	width: 100%;
	min-width: 100%;
}
.main_banner_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_banner {
	float: left; width: 33.3%;
	width:calc(100%/3);
}
.main_banner_a {
	display: block;
	position: relative;top: 0px;
	left: 0px;
}
.main_banner_txt {
	position: absolute;bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}
.main_banner_a img {
	width: 100%;
}

.app_box_star_base {
	width: 12px;
	height: 12px;
	background-image: url(../images/common/app_box_star_base.png);
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;top: 0px; left: 0px;
	background-size: contain;
}
.app_box_star_base.star_on {
background-image: url(../images/common/icon_star_on.png);
}
.app_box_star_on {
	position: absolute;top: 0px; left: 0px;
	width: auto;
	height: 12px;
	background-image: url(../images/common/icon_star_on.png);
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
}

.sub_all_wrap {
	padding: 15px 10px;
}
.sub_wrap {
	/* display: table; */
   max-width: 1700px; 
	width:100%;
}
.sub_page_wrap .sub_wrap {
	width: 100%;
}
.sub_title_wrap {
	padding: 10px 0;
	font-weight:600;
}
.sub_title_wrap:first-child{
	padding-top:0;
}
.sub_title {
	font-size: 26px;
	/* position: relative;top: 0px; left: 0px; */
	width: 100%;
	/* padding-right: 100px; */
/* 	height: 50px;
	line-height: 50px; */
	overflow:hidden;
}
.sub_title:before{
	content:"";
	display:inline-block;
	width:30px;
	height:27px;
	background: url(../images/blet.png)no-repeat 0 0;
	background-size:contain;
	vertical-align:-5px;
	margin-right:10px;
}
.sub_title .sub_title_more {
 width: 65px;
 height: 30px;
 line-height: 30px;
 /* position: absolute;top: 50%;
 right: 0px; */
  margin-top: 3px;
 font-size: 14px;
 background-color: #222;
 color: #fff;
 text-align: center;
 border-radius: 5px;
 float:right;
 margin-right:10px;
}
.sub_title span{
	display:inline-block;
	font-size:16px;
	color:#666;
	font-weight:400;
	padding-left:15px;
}
.sub_app_all_wrap {
	width: 100%;
	overflow: hidden;
}
.sub_app_wrap {
		    margin-right: -5px;
    margin-left: -5px;

}
.sub_app_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.app_box_wrap {
/* 	width: 170px; */
 	width:11.11%; 
	float: left;
	padding: 5px;
}
.main_sl_box .app_box_wrap {
	width: 168.888px !important;
	padding:5px !important;
	border:0 !important;
}
.main_sl_box .app_box_wrap.popul_app{
	width:11.11% !important; 
}
.main_sl_box .app_box_wrap:nth-child(n+11),
.list_s .app_box_wrap:nth-child(n+19){
	display:none;
}
.main_sl_box .app_box_wrap.popul_app:nth-child(n+10){
	display:block;
}
.app_box {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.main_sl_box .app_box_wrap .app_box{
	padding: 15px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}
.app_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.app_box_img {
	max-width: 128px;
	max-height: 128px;
	width:100%;
	display: block;
	margin:0 auto;
/* 	position: relative;top: 0px; left: 0px; */
}
.main_sl_box .app_box_wrap .app_box .app_box_img{
	position:static !important;
	width: 100%;
    height: auto;
}
/* .app_box_img:hover:after{
    content: "";
    display: block;
    position: absolute;top: -15px;
    left: -15px;right: -15px; bottom: -15px;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
} */
.app_box_img:hover img{
	transform:scale(1.2);
	transition:ease-out 0.3s; 
}
.app_box_img_in {
	max-width: 128px;
	max-height: 128px;
	display: block;
	/* position: relative;top: 0px; left: 0px; */
	overflow: hidden;
}
.main_sl_box .app_box_wrap .app_box_img_in{
	width:auto;
	height:auto;
}
.app_box_img_in img {
	width: 100%;
	min-height: 100%;
}

.app_box_title {
	/* font-family: 'no400'; */
	white-space: nowrap;
    overflow: hidden;
/*     height: 30px; */
}
.app_box_title a,.app_box_title div{
	font-size: 18px;
	color: #404040;
/* 	 height: 30px;
    line-height: 30px; */
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app_box_title a:hover {
	text-decoration: underline;
}
.app_box_pd {
	white-space: nowrap;
    overflow: hidden;
	padding:5px 0 10px;
/*     height: 30px;
    line-height: 30px; */
}
.app_box_pd a, .app_box_pd div {
	font-size: 13px;
/* 	color: #a4a4a4; */
	display:block;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
/* 	 height: 30px;
    line-height: 30px; */
	color: #719b34;
	height:20px;
}
.app_box_pd a:hover {
	text-decoration: underline;
	color: #719b34
}

.app_box_info_wrap {
	position: relative;top: 0px; left: 0px;
	width: 100%;
}
.sub_app_all_wrap .app_box_wrap .app_box_info_wrap{
	padding-top: 15px;
}
.app_install_chk {
	/* position: absolute;bottom: 0px;
	right: 0px; */
	width: 22px;
	/* float:left;
	padding-left:5px; */
	position:absolute;
	right:0;
}
.app_install_chk img{
	vertical-align:-3px;
}
.m_app_box_info_wrap {
	display: none;
}
.main_sl_box .app_box_wrap .app_box .m_app_box_info_wrap{
	display:none;
}
.m_app_box_info_label {
	font-size: 14px;
	color: #666;
	text-align: center;
	text-align: center;
	display: inline-block;
	 padding: 0px 10px;
	/* padding-bottom: 5px; */
}
.view_app_box_wrap .m_app_box_info_desc {
	/* text-align: center; */
	position:absolute;
	right:0;
	bottom:0;
}
.m_app_state {
	display:block;
	font-size: 13px;
    padding: 5px 10px;
    width: auto;
    background-color: #719b34;
    border-radius: 5px;
    color: #fff;
	text-align:center;
}
.m_app_state.m_app_state_install {
 color: #fff;
 background-color: #719b34;
/*  font-family: 'no300'; */
}
.app_box_star_wrap {
	width: 100%;
}
.app_box_star_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.app_box_star_box {
	float: left;
}
.app_box_star_txt {
	float: left;
	padding-left: 5px;
	color: #999;
	font-size: 14px;
}
.view_review_box_info_top_score .app_box_star_txt {
	display: none;
}

.app_box_manga .app_box_img {
    width: 158px;
    height: 200px;
    display: block;
    position: relative;
    top: -15px;
    left: -15px;
}
.app_box_manga .app_box_img_in {
	width: 158px;
    height: 200px;
}


.app_box_manga .app_box_img:hover:after {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.app_box_manga .app_box_info_wrap {
	padding-top: 15px;
}

.app_box_cost_wrap {
	padding-top: 5px;
}
.app_box_cost {
	color: #3c82ff;
	font-size: 14px;
}

.app_box_cost:hover {
	text-decoration: underline;
}


.span_adult {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 2px solid #d3334c;
    font-size: 14px;
    color: #d3334c;
    border-radius: 100px;
    display: inline-block;
    font-family: 'no400';
    position: relative;
    top: -2px;
    left: 0px;
    margin-right: 5px;
}


.app_view_all_wrap {
	padding: 30px;
}
.app_view_wrap {
	width: 100%;
	min-width: 1130px;
}
.app_view_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.app_view_box_wrap {
	float: left; width: 770px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.app_view_side_wrap {
	float: left; width: 320px;
	margin-left: 40px;
}
.app_view_side_label_wrap {
	width: 100%;
}
.app_view_side_label {
	
}
.app_view_side_label a {
	font-size: 20px;
	color: #333;
	text-indent: 6px;
	display: inline-block;
}
.app_view_side_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.app_view_side_box .app_box_wrap {
	width: 100%;
}
.app_view_side_box .app_box_img {
	float: left;
}
.app_view_side_box .app_box_info_wrap {
	float: left; 
	/* width: 150px; */
	width:calc(100% - 128px);
	padding-left: 15px;
	padding-top: 0px;
	height: 128px;
}
.app_box_desc {
    overflow: hidden;
    /* height: 46px; */
    display: none;
}
.app_view_side_box .app_box_desc {
	display: block;
    height: 44px;
}
.app_box_desc a,.app_box_desc div {
	font-size: 13px;
	color: rgba(42,42,49,0.5);
}
.app_box_desc a:hover {
	color: #719b34
}

.app_view_side {
	width: 100%;
	padding-bottom: 30px;
}



.view_app_box_wrap {
	padding: 30px;
	border-bottom: 1px solid #ddd;
}
.view_app_box {
	width: 100%;
	/* padding: 0 90px 0 210px; */
	position: relative;/* top: 0px; left: 0px; */
	min-height: 180px;
}

.view_app_img {
	float:left;
	width: 180px;
	height: 180px;
}
.view_app_img img {
	width: 100%;
	min-height: 100%;
}
.view_app_box .m_app_box_info_wrap {
	display: block;
	position: absolute;top: 0px;
	right: 0px;
}
.view_app_box .m_app_state {
    background-color: #719b34;
    border-radius: 5px;
    color: #fff;
	padding:7px 20px;
	font-size:14px;
}
.view_app_info_wrap {
	float:left;
	width: calc(100% - 180px);
	padding:0 60px 0 30px;
}
.view_app_info_title {
	font-size: 30px;
	/* font-family: 'no200'; */
	letter-spacing: -2px;
	color: #333;
	line-height: 1.2;
}
.view_app_install_chk {
	display: inline-block;
	padding-left: 10px;
}
.view_app_install_chk img {
	vertical-align: middle;
}
.view_app_info_pd {
	padding: 10px 0 20px;
}
.view_app_info_pd a {
	font-size: 15px;
	color: #719b34;
	font-weight:400;
}
.view_app_info_pd a:hover {
	text-decoration: underline;
	color: #719b34
}

.view_app_info_type_wrap {}

.view_app_info_cate {
	font-size: 14px;
	color: #999;
/* 	font-family: 'no400'; */
}
.view_app_info_cate:hover {
	text-decoration: underline;
	color: #719b34
}
.view_app_info_dot {
	padding: 0 5px;
	font-size: 14px;
	color: #999;
	font-family: 'no400';
}

.view_app_info_age {
	font-size: 14px;
	color: #719b34;
	font-family: 'no400';
}
.view_app_info_age:hover {
	text-decoration: underline;
	color: #719b34
}
.view_app_box .app_box_star_wrap {
	padding-top: 10px;
}
.view_app_box .app_box_star_txt {
	display: none;
}
.app_box_people {
	float: left;
	padding-left: 10px;
	color: #999;
}
.view_slider_all_wrap {
	padding: 30px;
	position: relative;top: 0px; left: 0px;
}
.view_slider_box_wrap {
	width: 100%;
	position: relative;top: 0px; left: 0px;
	max-height: 350px;
		overflow: hidden;
}
.view_slider_box {
	width: 100%;
	position: relative;top: 0px; left: 0px;
	min-width: 100%!important;
}
.view_slider_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.view_slider {
	float: left;
	padding: 0 5px;
	display: block;
}
.view_slider img {
	width: auto;
	max-height: 350px;
	max-width: 100%;
}

.view_slider_left {
	position: absolute;top: 50%;
	left:0px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 100px;
	text-indent: -9999px;
	background-image: url(../images/common/view_slider_left.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.view_slider_left.disabled {
	display: none;
}
.view_slider_right {
	position: absolute;top: 50%;
	right:0px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 100px;
	text-indent: -9999px;
	background-image: url(../images/common/view_slider_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.view_slider_right.disabled {
	display: none;
}

.view_app_desc_all_wrap {
	padding: 30px;
    position: relative;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #ddd;
}

.view_app_desc_wrap {
	width: 100%;
	position: relative;top: 0px; left: 0px;
	padding-bottom: 100px;
}

.view_app_desc {
	width: 100%;
	height: 208px;
	overflow: hidden;
}

.view_app_desc_in {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	letter-spacing:0;
}

.view_app_desc:after{
    content: "";
    display: block;
    height: 50px;
    position: absolute;bottom: 100px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.view_app_desc_btn_wrap {
	position: absolute;bottom: 0px;
	left: 0px;
	width: 100%;
}
.view_app_desc_btn {
	display: block;
	width: 230px;
	height: 45px;
	border: 1px solid #ddd;
	color: #666;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
}

.desc_ok .view_app_desc_wrap {
	padding-bottom: 0px;
}
.desc_ok .view_app_desc {
	height: auto;
}
.desc_ok .view_app_desc_btn_wrap {
	display: none;
}
.desc_ok .view_app_desc:after {
	display: none;
}
.more_on .view_app_desc:after {
	display: none;
}
.more_on .view_app_desc_btn {
	color: #fff;
	background-color: #719b34;
	border-color: #719b34;
}
.view_review_all_wrap {
		padding: 30px;
    position: relative;
    top: 0px;
    left: 0px;
}

.view_review_wrap {
	width: 100%;
}
.view_review_label_wrap {
	width: 100%;
}

.view_review_label {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	position: relative;top: 0px; left: 0px;
}
.view_review_label .view_review_write_btn {
	height: 34px;
	line-height: 34px;
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background-color: #333;
	display: block;
	position: absolute;top: 50%;right: 0px;
	margin-top: -17px;
	border-radius: 5px;
}

.view_review_info_wrap {
	padding: 10px 0;
	width: 100%;
}
.view_review_info:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.view_review_info {
	padding-left: 200px;
	position: relative;top: 0px; left: 0px;
	width: 100%;
}
.view_review_info_score {
	position: absolute;top: 0px;
	left: 0px;
	width: 200px;
	text-align: center;
}

.view_review_info_score .app_box_star_txt {
	float: none;
	padding: 0;
	font-size: 50px;
/* 	font-family: 'na200'; */
	color: #719b34
}
.view_review_info_score .app_box_star_box {
	display: block;
	float: none;
}
.view_review_info_score .app_box_people {
	display: block;
	float: none;
	padding: 5px 0
}
.view_review_info_bar_wrap {
	width: 100%;
}
.view_review_info_bar {
	width: 100%;
	padding: 2px 0;
}
.view_bar_box_wrap {
	width: 100%;
	position: relative;top: 0px; left: 0px;
	padding-left: 30px;
}
.view_bar_box {
	width: 100%;
	height: 20px;
}
.view_bar_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.view_bar {
	float: left; 
	height: 20px;
}
.view_bar_num {
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	display: none;
	color: #666
}
.view_bar_score {
	position: absolute;top: 0px; left: 0px;
	width: 30px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #666
}


.view_bar_01 .view_bar {
background-color: #ff8f5e
}
.view_bar_02 .view_bar {
background-color: #ffc649
}
.view_bar_03 .view_bar {
background-color: #a4c866
}
.view_bar_04 .view_bar {
background-color: #71b894
}
.view_bar_05 .view_bar {
background-color: #6da5cc
}


.view_review_box_all_wrap {
	padding: 10px;
}

.view_review_box_wrap {
	padding: 15px 0 20px;
}
.view_review_box {
	width: 100%;
	position: relative;top: 0px; left: 0px;
	padding-left: 70px;
	min-height: 52px;
}
.view_review_box_img {
	position: absolute;top: 0px; left: 0px;
	width:52px;
	height: 52px;
}
.view_review_box_img_in {
	display: block;
	width: 100%;
	width:52px;
	height: 52px;
	overflow: hidden;
}
.view_review_box_info_wrap {
	width: 100%;
}
.view_review_box_info_top_wrap {
	width: 100%;
	padding: 0 0 10px;
}
.view_review_box_info_top_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.view_review_box_info_top_left {
	float: left;
}

.view_review_box_info_top_right {
	float: right;
}
.view_review_declare_wrap {
	float: left;
	position: relative;top: 0px; left: 0px;
	overflow: hidden;
	width: 60px;
	text-align: center;
}
.view_review_declare_wrap label {
	font-size: 14px;
	color: #666;
}
.view_review_declare_wrap input:checked + label {
	color: #db344c
}

.view_review_declare_wrap input {
	 position: absolute;top: -50px; left: -50px;
    width: 1px; height: 1px; overflow: hidden;
    visibility: hidden;
}

.view_review_like_wrap {
	float: left;
	position: relative;top: 0px; left: 0px;
	overflow: hidden;
}
.view_review_like_wrap label b {
	font-size: 14px;
	font-weight: normal;
	padding: 0 2px;
	display: inline-block;
	vertical-align: bottom;
}

.view_review_like_wrap input {
	 position: absolute;top: -50px; left: -50px;
    width: 1px; height: 1px; overflow: hidden;
    visibility: hidden;
}

.view_review_like_wrap input:checked + label {
	color: #3c82ff
}
.view_review_like_img {
	background-image: url(../images/common/like_no.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	width: 20px;
	height: 18px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -3px;
}
.view_review_like_wrap input:checked + label .view_review_like_img {
	background-image: url(../images/common/like.png);
}

.view_review_box_info_in {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.view_review_box_info_in_wrap {
	width: 100%;
	height: 66px;
	overflow: hidden;
}
.view_review_box_info_more {
	padding: 10px 0;
	height: 45px;
	text-align: right;
}
.view_review_box_info_more_btn {
	padding: 2px 5px;
	color: #999;
	border: 1px solid #eee;
	background-color: #fff;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	border-radius: 5px;
}

.review_ok .view_review_box_info_in_wrap {
	height: auto;
}
.review_ok .view_review_box_info_more {
	display: none;
}



.view_review_box_info_btn_wrap {
	position: relative;top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 0;
	display: none;
}
.view_review_box_info_btn {
	display: block;
	width: 230px;
	height: 45px;
	border: 1px solid #ddd;
	color: #666;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
}

.view_review_box_wrap:nth-child(n+5) {
	display: none;
}

.r_box_on .view_review_box_info_btn_wrap {
	display: block;
}
.r_box_more_on .view_review_box_wrap:nth-child(n+5) {
	display: block;
}

.r_box_more_on .view_review_box_info_btn {
	color: #fff;
	background-color: #719b34;
	border-color: #719b34;
}

.my_review_wrap .view_review_box_info_in_wrap {
	height: auto!important
}


.view_txt_info_all_wrap {
	padding: 30px;
    position: relative;
    top: 0px;
    left: 0px;
	border-top: 1px solid #ddd;
}

.view_txt_label_wrap {
    width: 100%;
}

.view_txt_label {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	position: relative;top: 0px; left: 0px;
}

.view_txt_info_desc {
	font-size: 16px;
	color: #888
}
.view_txt_info {
	width: 100%;
}
.view_txt_info:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.div_50_box_wrap {
	float: left; width: 50%;
}
.div_box {
	width: 100%;
}
.div_box_in {
	width: 100%;
	position: relative;top: 0px; left: 0px;
	font-size: 15px;
	line-height: 2;
}
.div_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.div_box_desc {
	    padding-left: 100px;
    color: #888;
        min-height: 30px;
}
.div_box_label {
	position: absolute;top: 0px; left: 0px;
	color: #333;
}

.div_box_desc a {
	color: #3c82ff
}



.pop_review_star_wrap {
	width: 100%;
	padding: 10px 0px;
}
.pop_review_star_in {
	width: 100%;
}
.pop_review_star_box {
	display: inline-block;
	position: relative;top: 0px;
	left: 0px;
	overflow: hidden;
	padding: 5px;
}
.pop_review_star_box input {
		 position: absolute;top: -50px; left: -50px;
    width: 1px; height: 1px; overflow: hidden;
    visibility: hidden;
}
.pop_review_star {
	display: inline-block;
	width: 30px; height: 30px;
    background-image: url(../images/common/icon_star_off.png);
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
    background-size: 30px;
}

.pop_star_on .pop_review_star {
    background-image: url(../images/common/app_box_star_on2.png);
}






.view_review_del_wrap {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    margin-right: 3px;
}
.view_review_del_wrap .view_review_del_btn {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    width: 50px;
    text-align: center;
    color: #fff;
    background-color: #b8324d;
    display: block;
    border-radius: 5px;
}

.view_review_edit_wrap {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;

}
.view_review_edit_wrap .view_review_edit_btn  {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    width: 50px;
    text-align: center;
    color: #fff;
    background-color: #719b34;
    display: block;
    border-radius: 5px;
}

.sub_table_box table {
	background-color: #fff;
	font-size: 15px;
	border: 1px solid #ddd;
}
.sub_table_box th {
	padding: 8px 5px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #ddd;
	background-color: #f7f7f7;
	color: #888
}
.sub_table_box td {
padding: 8px 10px;
border-top: 1px solid #ddd;
}
.app_td_wrap {
    display: table;
    width: 100%;
}
.app_td_img {
	display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    padding: 0 20px
}
.app_td_img a {
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
}
.app_td_img a img {
	width: 100%;
	min-height: 60px;
}
.app_td_txt {
	display: table-cell;
    vertical-align: middle;
}
.app_td_txt a {
	color: #333;
}

.sub_table_my_pay .td_01 {
	width: 265px;
}
.sub_table_my_pay .td_03 {
	width: 160px;
	text-align: right;
	padding-right: 20px;
}
.sub_table_my_pay td.td_03 {
	color: #719b34
}
.sub_table_my_pay .td_04 {
	width: 135px;
	text-align: center;
}
.sub_table_my_pay .td_05 {
	width: 150px;
	text-align: center;
}
.sub_table_my_pay .td_05 a {
	color: #333;
}
.sub_table_my_pay a[href]:hover {
color: #719b34!important;
text-decoration: underline;
}

.more_btn_wrap {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 30px 0;
}
.more_btn {
    display: block;
    width: 230px;
    height: 45px;
    border: 1px solid #ddd;
    color: #666;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
}



.div_30_all_wrap {
	width: 100%;
	padding-top: 20px;
}
.div_30_wrap {
	width: 100%;
}
.div_30_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.div_30_box_wrap {
	float: left; width: 32%;
}
.div_30_box_02 {
	margin: 0 2%;
}
.div_30_box {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
}
.div_30_box_label {
	height: 30px;
	line-height: 30px;
	color: #333; font-family: 'no400';
	font-size: 18px;
	letter-spacing: -1px;
}
.div_30_box_desc {
	height: 50px;
	color: #719b34;
}
.div_30_box_desc span {
	font-size: 36px;
	font-family: 'na400';
	letter-spacing: -1px;
}
.div_30_box_desc b {
	font-size: 18px;
	font-family: 'na300';
}

.div_30_box_03 .div_30_box_desc {
	color: #ef4d6a;
}


.sub_page_long_app .app_box_wrap {
	/* width: 320px; */
	width:25%;
}
.sub_page_long_app .app_box_img {
	float: left;
}
.sub_page_long_app .app_box_info_wrap {
	float: left;/*  width: 150px; */
	width:calc(100% - 128px);
	padding-left: 20px;
	padding-top: 0px;
/* 	min-height: 128px; */
}
.sub_page_long_app .app_box_desc {
	display: inline-block; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */ 
	white-space: normal;
	line-height: 1.2; height: 2.2em;
}

.m_app_bottom_wrap {
	float: left; width: 100%;
	/* padding-top: 15px; */
}
.m_app_bottom_scrap {
	text-align: right;
}
.m_app_bottom_scrap_btn {
	font-size:15px;
	color: #3c82ff
}
.m_app_bottom_date {
	text-align: right;
	color: #999;
	font-size:15px;
}
.act_star_txt {
	color: #3c82ff
}




.sub_set_all_wrap {
	width: 100%;
}
.sub_set_wrap {
	width: 100%;
	border-top: 1px solid #ddd;
}
.set_box {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px 2%;
}
.set_box_in {
	width: 100%;
	padding-right: 90px;
	position: relative;top: 0px; left: 0px;
}
.set_box_btn_wrap {
	position: absolute;top: 0px; right: 0px;
}
.set_box_btn {
	width: 100%;
	position: relative;top: 0px; left: 0px;
	overflow: hidden;
}
.set_box_btn label {
	width: 80px;
	height:36px;
	background-color: #babbbc;
	border-radius: 100px;
	position: relative;top: 0px; left: 0px;
}
.set_box_btn label:before {
	display: block;
	color: #fff;
	height: 36px;
	position: absolute;top: 0px; left: 0px;
	line-height: 36px;
	padding: 0 10px;
	width: 100%;
	content: "OFF";
	text-align: right;
	font-family: 'no400';
	font-size: 16px;
}
.set_box_btn label span {
	position: absolute;top: 50%; left: 4px;
	margin-top: -14px;
	width: 28px;height: 28px;
	background-color: #fff;
	display: block;
	border-radius: 100px;
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,0.2);
	box-shadow: 0 0px 12px rgba(0,0,0,0.2);
}
.set_box_btn input:checked + label {
	background-color: #1ac563;
}
.set_box_btn input:checked + label:before {
	content: "ON";
	text-align: left;
}
.set_box_btn input:checked + label span {
	left: auto;
	right: 4px;
}
.set_box_txt {
	font-size: 18px;
	color: #555;
	padding-top: 7px;
	min-height: 35px;
}
.set_box_btn input {
	 position: absolute;top: -50px; left: -50px;
    width: 1px; height: 1px; overflow: hidden;
    visibility: hidden;
}


.device_name_all_wrap {
	width: 100%;
}
.device_name_wrap {
	display: inline-block;
	width: 180px;
}
.device_edit_btn_all_wrap {
	display: inline-block;
	width: 75px;
}

.device_edit_ok {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 3px;
	color: #3c82ff
}
.device_edit_cancel {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 3px;
	color: #999
}
.device_name {
	height: 30px;
	line-height: 30px;
	padding-left: 3px;
}
.device_edit_btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 3px;
	color: #3c82ff;
	background-image: url(../images/common/device_edit_btn.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 13px;
}
.device_name_edit {
	display: none;
}
.device_edit_on_btn_wrap {
	display: none;
}

.edit_on .device_name_edit {
	display: inline-block;
	width: 100%;
}
.edit_on .device_edit_on_btn_wrap {
	display: inline-block;
}
.edit_on .device_name {
	display: none;
}
.edit_on .device_edit_btn_wrap {
	display: none;
}




.device_name_edit input {
height: 30px;
	line-height: 30px;
	padding: 2px;
	border-radius: 5px;
	background-color: #f9fafc;
	border: 1px solid #eee;
	width: 100%;
}

.device_del_btn {
	background-color: #f9f9f9;
	color: #333;
	border: 1px solid #ddd;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px;
}

.sub_table_my_setting .td_01 {
	width: 280px;
}
.sub_table_my_setting .td_02 {
	text-align: center;
}
.sub_table_my_setting .td_03 {
	text-align: center;
}
.sub_table_my_setting .td_04 {
	text-align: center;
}
.sub_table_my_setting .td_05 {
	text-align: center;
	width: 135px;
}
.sub_table_my_setting .td_06 {
	text-align: center;
	width: 135px;
}
.sub_table_my_setting .td_07 {
	text-align: center;
	width: 80px;
}
.doc_all_wrap {
    width: 100%;
}
.doc_wrap {
width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px 2%;
    white-space: pre-line;
}



.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #719b34;
}


.faq_cate_box_wrap {
	/* position: absolute;top: 0px; right: 0px; */
	float:right;
	margin-top:8px;
}
.faq_cate_box_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.faq_cate_box {
	float: left;
	padding: 0 10px;
	position: relative;top: 0px;left: 0px;
}
.faq_cate_box:last-child{
	padding-right:0;
}
.faq_cate_a {
	font-size: 15px;
	float: left;
	color: #666;
}
.faq_cate_box:after {
    content: "";
    height: 12px;
    width: 1px;
    background-color: #bbb;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -6px;
}
.faq_cate_box:first-child:after {
display: none;
}

.faq_cate_box.active .faq_cate_a {
	color: #719b34;
}

.sub_nav_all_wrap {
	display: none;
}
.faq_cate_all_wrap {
	display: none;
}

/*title_desc*/
.title_desc{
	float:right;
	font-size:15px;
	color:#9a9a9a;
}




/*리뉴얼 @mi_suuun*/

/* width */
.menu_box::-webkit-scrollbar,
.aside_all_wrap::-webkit-scrollbar{
  width: 6px;
}

/* Track */
.menu_box::-webkit-scrollbar-track,
.aside_all_wrap::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
.menu_box::-webkit-scrollbar-thumb, 
.aside_all_wrap::-webkit-scrollbar-thumb 
{
  background: #cccccc; 
  border-radius: 10px;
}

/* Handle on hover */
.menu_box::-webkit-scrollbar-thumb:hover, 
.aside_all_wrap::-webkit-scrollbar-thumb:hover, {
  background: #cccccc; 
}
.menu_box,.aside_all_wrap{
	scrollbar-3dLight-Color: #cccccc;
	scrollbar-arrow-color: #fff;
	scrollbar-Face-Color: #cccccc;
/* 	scrollbar-Track-Color: #cccccc;
	scrollbar-DarkShadow-Color: #cccccc;
	scrollbar-Highlight-Color: #cccccc;
	scrollbar-Shadow-Color: #cccccc; */
}
.board_write{
	background:#fff;
}
.input_file_wrap{
	overflow:hidden;
}
.input_file_wrap .file_txt{
	float:left;
	margin-right:5px;
}
.input_file_wrap .fake_box{
	position:relative;
	cursor:pointer;
	display:inline-block;
	width:100px;
	height:35px;
	text-align:center;
	/* float:left; */
}
.input_file_wrap .file_fake{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:40px;
	line-height:40px;
	background:#f9f9f9;
	border:1px solid #cececf;
	color:#444;
	font-size:15px;
	border-radius:5px;
}
.input_file_wrap input[type="file"]{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	border:0;
	padding:0;
	width:100%;
	height:40px;
	cursor:pointer;
	opacity:0;
	outline:0;
	z-index:1;
}
.input_file_wrap .file_txt.wid02{
	width:50%;
}
.table_input.input_email input{
	width:25%;
}
.table_input.input_email select{
	width:140px;
	height:40px;
	padding:0 20px;
	background:#f9f9f9;
	border:1px solid #cececf;
	color:#444;
	font-size:15px;
	border-radius:5px;
	margin-left:5px;
}
.input_gol{
	display:inline-block;
	padding:0 10px;
}
.table_add{
	margin-top:12px;
}
.table_add ul li{
	font-size:14px;
	color:#666;
}
.mob_style{
	display:none;
}
.label_bar span:before{
	content:"";
	display:inline-block;
	width:3px;
	height:calc(100% - 30px);
	background:#b6314c;
	vertical-align: -3px;
	margin-right:10px;
}

/*payment @mi_suuun*/
.check_style input[type="checkbox"] {
    display:none;
}
.check_style input[type="checkbox"] + label span:first-child {
    display:inline-block;
    width:28px;
    height:28px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(/Form/_guest/basic/images/check_off.png) left top no-repeat;
    cursor:pointer;
}
.check_style input[type="checkbox"]:checked + label span:first-child{
    	background:url(/Form/_guest/basic/images/check_on.png) left top no-repeat;
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
.payment_wrap select::-ms-expand {
    display: none;
}
.payment_wrap select {
    -webkit-appearance: none;  /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url(/Form/_guest/basic/images/sel_bt.png) no-repeat 90% 50%;  /* 화살표 모양의 이미지 */
	border:1px solid #a13052;
}
.payment_wrap li{
	list-style:none;
}
.payment_wrap{
	max-width:810px;
	width:100%;
	display:table;
	table-layout: fixed;
}
.payment_wrap > div{
	display:table-cell;
}
.payment_wrap div.con_left{
	width:68%;
	background:#2a2a31;
}
.payment_wrap div.con_left .con_wbox{
	padding:30px 35px;
}
.payment_wrap div.con_right{
	width:32%;
	background:url(/Form/_guest/basic/images/payment_bg.png);
	background-size:cover;
	position:relative;
	color:#fff;
}
.payment_wrap div.con_right .con_wbox{
	padding:30px 25px;
}
/*pay_left*/
.payment_wrap .con_left h2{
	display:table;
	width:100%;
	padding-bottom:12px;
	border-bottom:2px solid #a23052;
	margin:0;
}
.payment_wrap .con_left h2 div{
	display:table-cell;
	vertical-align:bottom;
}
.payment_wrap .con_left h2 div.pay_logo img:first-child{
	width:117px;
}
.payment_wrap .con_left h2 div.head_txt{
	font-size:14px;
	color:#66666d;
	letter-spacing:-0.05em;
	text-align:right;
}
.payment_wrap .pay_bottom > div{
	padding-top:15px;
}
.payment_wrap .pay_bottom .check_style{
	padding:10px 0;
}
.payment_wrap .pay_bottom li.check_style > div,
.payment_wrap .pay_bottom h3.check_style{
	display:table;
	width:100%;
}
.payment_wrap .pay_bottom .check_style div.agree_left{
	display:table-cell;
	width:calc(100% - 117px);
	vertical-align:middle;
}
.payment_wrap .pay_bottom .check_style .agree_left{
	font-size:15px;
	color:#fff;
	letter-spacing:-0.05em;
	font-weight:500;
}
.payment_wrap .pay_bottom h3.check_style .agree_left{
	font-size:20px;
}
.payment_wrap .pay_bottom .check_style div.agree_right{
	display:table-cell;
	width:117px;
	vertical-align:middle;
}
.payment_wrap .pay_bottom .check_style div.agree_right:after{
	content:"";
	display:block;
	clear:both;
}
.payment_wrap .pay_bottom .check_style div.agree_right span{
	font-size:15px;
	color:#fff;
	display:inline-block;
}
.payment_wrap .pay_bottom .check_style div.agree_right > div{
	float:left;
}
.payment_wrap .pay_bottom .check_style div.agree_right .modal_bt{
	float:right;
}
.payment_wrap .pay_c{
	color:#b63e62 !important;
}
.payment_wrap .pay_bottom .check_style div.agree_right span.pay_c{
	padding-right:7px;
}
.payment_wrap .pay_bottom .check_style div.agree_right .modal_bt a{
	color:rgba(255,255,255,0.3);
	font-size:14px;
	letter-spacing:-0.05em;
	text-underline-position: under;
}
.payment_wrap .pay_bottom .real_frm, 
.payment_wrap .pay_bottom h3.check_style{
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.payment_wrap .pay_info > div > div,
.payment_wrap .pay_info > div.pay_s > div .pay_sbox > div{
	float:left;
}
.payment_wrap .pay_info > div{
	overflow:hidden;
	width:100%;
	padding-bottom:10px;
}
.payment_wrap .pay_info > div:last-child{
	padding-bottom:0;
}
.payment_wrap .pay_info > div.pay_s{
	float:none;
	overflow:hidden;
}
.payment_wrap .pay_info > div.pay_s > div{
	float:left;
}
.payment_wrap .pay_info > div.pay_s > div .pay_sbox{
	overflow:hidden;
	width:100%;
}
.payment_wrap .pay_info div.pay_tit{
	width:80px;
	padding-top:4px;
}
.payment_wrap .pay_info div.pay_con{
	width:calc(100% - 80px);
}
.payment_wrap .pay_info > div.pay_s .pay_s01{
	width:calc(100% - 160px);
}
.payment_wrap .pay_info > div.pay_s .pay_s02{
	width:160px;
}
.payment_wrap .pay_info > div.pay_s .pay_s02 div.pay_tit{
	width:70px;
}
.payment_wrap .pay_info > div.pay_s .pay_s02 div.pay_con{
	width:calc(100% - 70px);
}
.payment_wrap .pay_info .pay_tit{
	font-size:15px;
	letter-spacing:-0.05em;
	color:#fff;
	width:80px;
}
.payment_wrap .pay_con ul{
	display:table;
	width:100%;
}
.payment_wrap .pay_con ul li{
	display:table-cell;
}
.payment_wrap .pay_con input{
	width:100%;
	border:1px solid #34343b;
	background:rgba(0,0,0,0.2);
	height:30px;
	text-align:center;
	color:#fff;
	
}
.payment_wrap .info_01 .pay_con li:nth-child(odd){
	width:calc(100% - 36px / 4);
}
.payment_wrap .info_01 .pay_con li:nth-child(even),
.payment_wrap .info_04 .pay_con li:nth-child(even),
.payment_wrap .info_05 .pay_con li:nth-child(even){
	color:rgba(255,255,255,0.2);
	width:12px;
	text-align:center;
}
.payment_wrap .info_02 .pay_s01 .pay_con ul,
.payment_wrap .info_03 .pay_s01 .pay_con ul{
	max-width:175px;
}
.payment_wrap .info_02 .pay_s01 .pay_con li:nth-child(odd){
	width:calc(100% - 50px / 2);
}
.payment_wrap .info_02 .pay_s01 .pay_con li:nth-child(even){
	color:rgba(255,255,255,1);
	width:25px;
	text-align:center;
}
.payment_wrap .info_02 .pay_s02 .pay_con li:nth-child(odd){
	width:calc(100% - 35px);
}
.payment_wrap .info_02 .pay_s02 .pay_con li:nth-child(even){
	color:rgba(255,255,255,0.2);
	width:35px;
	text-align:center;
}
.payment_wrap .info_02 .pay_s02 .pay_con li:nth-child(even) span{
	font-weight:500;
	font-size:20px;
    vertical-align: -5px;
}
.payment_wrap .info_03 .pay_s01 .pay_con ul{
	border:1px solid #a13052;
}
.payment_wrap .info_03 .pay_s01 .pay_con li{
	width:50%;
}
.payment_wrap input[type="radio"] {
	display:none; 
}
.payment_wrap input[type="radio"] + label{
	display:block;
	cursor:pointer;
}
.payment_wrap input[type="radio"] + label span{
	display:block;
    background: rgba(0,0,0,0.2);
	color:rgba(255,255,255,0.1);
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:300;
}
.payment_wrap input[type="radio"]:checked + label span{
	background:#a13052;
	color:#fff;
}
.payment_wrap .info_03 .pay_s02 .pay_con select{
	color:#a13052;
	width:100%;
	height:30px;
	font-size:13px;
	font-weight:300;
	padding:7px;
}
.payment_wrap .info_04 .pay_con ul{
	max-width:230px;
}
.payment_wrap .info_04 .pay_con li:nth-child(odd){
	width:calc(100% - 24px / 2);
}
.payment_wrap .info_05 .pay_con ul{
	max-width:280px;
}
.payment_wrap .info_05 .pay_con li:first-child{
	width: 95px;
}
.payment_wrap .info_05 .pay_con li:nth-child(3){
	width: 50px;
}
.payment_wrap .info_05 .pay_con li:last-child{
	width:110px;
}
/*pay_right*/
.payment_wrap .con_right .close_bt{
	position:absolute;
	right:15px;
	top:15px;
}
.payment_wrap .con_right .real_pay h2{
	padding-bottom:25px;
}
.payment_wrap .con_right .real_pay h2 span{
	display:block;
}
.payment_wrap .con_right .real_pay h2 span img{
	display:inline-block;
	vertical-align:middle;
	padding-left:10px;
}
.payment_wrap .con_right .con_top{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.payment_wrap .con_right .con_top li{
	overflow:hidden;
	padding:12px 0;
}
.payment_wrap .con_right .item_txt{
	font-size:16px;
}
.payment_wrap .con_right .con_top li div:first-child{
	float:left;
}
.payment_wrap .con_right .con_top li:first-child{
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.payment_wrap .con_right .con_top li div:last-child{
	float:right;
}
.payment_wrap .con_right .con_bottom{
	padding-top:15px;
}
.payment_wrap .con_right .con_bottom .pay_total{
	text-align:right;
}
.payment_wrap .con_right .con_bottom .pay_total .item_total{
	font-size:26px;
	font-weight:700;
}
.payment_wrap .con_right .con_bottom .pay_total span:last-child{
	font-size:22px;
}
.payment_wrap .con_right .pay_bt{
	position:absolute;
	bottom:25px;
	right:25px;
	width:160px;
}
.payment_wrap .con_right .pay_bt .bt_box{
	background:#1b1b22;
	overflow:hidden;
	border-radius:5px;
	text-align:center;
}
.payment_wrap .con_right .pay_bt .bt_box a{
	display:block;
	background:none;
	border:0;
	font-size:22px;
	letter-spacing:-0.075em;
	font-weight:500;
	color:#fff;
	text-align:center;
	width:100%;
	padding:10px 0;
	background:url(../images/arrow_01.png)no-repeat 90% center;
	cursor:pointer;
}
.business_info_div{
	display:none;
}
@media (max-width:767px){
	.payment_wrap > div{
		display:block;
		width:100% !important;
	}	
}
@media (max-width:510px){
	.payment_wrap .pay_info > div.pay_s > div{
		float:none;
		width:100% !important;
	}
	.payment_wrap .pay_info > div.pay_s .pay_s02{
		padding-top:10px;
	}
	.payment_wrap .pay_info > div.pay_s .pay_s02 div.pay_tit{
		width:80px;
	}
	.payment_wrap .pay_info > div.pay_s .pay_s02 div.pay_con{
		width:calc(100% - 80px);
	}
	.payment_wrap .info_03 .pay_s02 .pay_con select,
	.payment_wrap .info_02 ul{
		max-width:175px;
	}
	.payment_wrap .info_03 .pay_s02 .pay_con select{
		padding:0 7px
	}
}

/*개인정보 처리방침*/
.doc_store{
	max-width:1024px;
	margin:0 auto;
}
.doc_store .sub_title:before{
	display:none;
}
.doc_store .sub_title{
	text-align:center;
	line-height:65px;
}
.doc_store .sub_title span{
	display:inline-block;
}
.doc_store .sub_title span:first-child{
	width:65px;
	height:65px;
}
.doc_store .sub_title span:first-child img{
	max-width:100%;
}
.doc_store .sub_title span:last-child{
	font-size:36px;
	letter-spacing:-0.05em;
	color:#393939;
	font-weight:400;
}
.hidden{
	display:none;
}
/*payment*/
.payment_wrap h3.pay_tit{
	font-size:20px;
	font-weight:500;
	letter-spacing:-0.05em;
	color:#fff;
	margin:0;
	padding:12px 0;
	border-bottom:1px solid rgba(204,204,204,0.1);
}
.payment_wrap .pay_frm{
	padding:65px 0;
	border-bottom:1px solid rgba(204,204,204,0.1);
}
.payment_wrap .pay_frm ul{
	padding:0;
	text-align:center;
}
.payment_wrap .pay_frm ul li{
	letter-spacing:-0.05em;
	color:#fff;
}
.payment_wrap .pay_frm ul li.text1{
	font-size:26px;
	padding:30px 0;
}
.payment_wrap .pay_frm ul li.text2 span{
	display:block;
	font-size:15px;
	color:rgba(255,255,255,0.6);
	padding-bottom:5px;
}
.payment_wrap .pay_frm ul li.text2 span:last-child{
	padding-bottom:0;
}
.me_c{
	color:#f25c8d !important
}
.time_motion{
  display:block;
  margin:0 auto;
  animation-name: time_s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes time_s {
　　  from {transform: rotate(0deg);}
	 to {transform: rotate(360deg);}
}
.pay_success{
	padding-top:75px !important;
}
.pay_code{
	padding-bottom:15px;
	border-bottom:1px solid rgba(204,204,204,0.1);
}
.pay_code ul li{
	font-size:15px;
	color:rgba(255,255,255,0.6);
	letter-spacing:-0.05em;
	padding-bottom:5px;
}
.pay_code ul li:last-child{
	padding-bottom:0;
}
.payment_wrap .con_right .pay_bt .bt_box a.com_bt{
	background:none;
}


/*download*/
body.page_download{
	background:#fff;
}
.download h3{
	font-weight:500;
	font-size:26px;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	padding:15px 0;
}
.down_box.sub_all_wrap{
	padding-top:35px;
	padding-bottom:50px;
}
.download .down_t .down_hp{
	text-align:center;
}
.download .down_t .down_hp li.hp1{
	color:rgba(42,42,49,0.6);
	font-size:20px;
	letter-spacing:-0.075;
	padding-top:20px;
}
.download .down_t .down_hp li.hp2,
.download .down_t .down_hp li.hp2 span{
	font-size:22px;
	color:#3b3b3b;
	letter-spacing:-0.075;
	font-weight:500;
}
.download .down_t .down_hp li.hp2 span{
	color:#ef4d6a
}
.download .down_t .down_hp li.hp3{
	padding-top:20px;
}
.download .down_t .down_hp li.hp3 a{
	display:inline-block;
	width:255px;
	font-size:22px;
	color:#fff;
	background:#ef4d6a;
	font-weight:500;
	border-radius:30px;
	padding:15px 0;
}
.download .down_txt{
	margin-top:20px;
	background:#f6f6f6;
	border-radius:20px;
	padding:20px 10px;
}
.download ol li,
.download .gif_txt{
	overflow:hidden;
}
.download .down_txt ol li > div,
.download .gif_txt > div{
	float:left;
}
.download .down_txt ol li > div:first-child,
.download .gif_txt > div:first-child{
	width:16px;
	height:16px;
/* 	line-height:16px; */
	border-radius:50%;
	background:#2a2a31;
	color:#fff;
	text-align:center;
	font-size:11px;
    margin-top: 2px;
}
.download .down_txt ol li > div:last-child,
.download .gif_txt > div:last-child{
	width:calc(100% - 16px);
	padding-left:5px;
	color:#666;
	letter-spacing:-0.05em;
	font-size:16px;
}
.download .down_b{
	padding-top:40px;
}
.download .down_b h4{
	text-align:center;
	font-size:22px;
	color:#3b3b3b;
	padding-bottom:15px;
}
.download .down_bb ol li{
	padding-bottom:35px;
}
.download .down_bb ol li:last-child{
	padding-bottom:0;
}
.download .down_bb ol li > div{
	float:left;
}
.download .down_bb ol li > div.gif_txt{
	width:calc(100% - 290px);
}
.download .down_bb ol li > div.real_gif{
	width:290px;
}
.download .down_bb ol li > div.gif_txt span{
	display:block;
}
.mob_down{
	position:absolute;
	bottom:35px;
	width:calc(100% - 30px);
	left:15px;
	display:none;
}
.mob_down a,
.down_a span{
	display:block;
	background:#b33455;
	color:#fff;
	text-align:center;
	font-size:15px;
	font-weight:500;
	letter-spacing:-0.05em;
	padding:10px 0;
	border-radius:10px;
}
.mob_down a img{
	display:inline-block;
	width:20px;
    margin-right: 10px;
    vertical-align: -3px;
}
.menu_07{
	display:none;
}
.down_a span{
	padding:0 10px;
	background:#222;
	border-radius:5px;
}
.mob_down.mob_s{
	display:none;
}
/*미지원 add @misuuun 20210311*/
.download_no{
	text-align:center;
	padding:90px 15px 50px;
}
.down_no .hp_tit{
	padding:20px 0 15px;
    font-weight: 500;
    font-size: 26px;
}
.down_no .hps{
	color:#666;
	font-size:16px;
	letter-spacing:-0.05em;
}
/*본인확인 add @mi_suuun 20210323*/
.file_identification{
	background:#fff;
}
.identi_box{
	max-width:660px;
	margin:0 auto;
	padding:35px 15px;
}
.identi_box .identi_t ul li{
	text-align:center;
}
.identi_box .identi_t ul li.iden1{
	padding:25px 0 15px;
}
.identi_box .identi_t ul li span{
	display:block;
}
.identi_box .identi_t ul li.iden1 span{
	color:#3b3b3b;
	font-size:23px;
	font-weight:500;
	line-height:normal;
}
.identi_box .identi_t ul li.iden2 span{
	font-size:15px;
	color:#999;
	line-height:normal;
}
.identi_box .identi_b{
	padding-top:25px;
}
.identi_box .identi_b > div{
	border-radius:15px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
}
.identi_box .identi_b .check_agree_box_in{
	border:2px solid #ef4d6a;
	padding-top:23px;
	padding-bottom:23px;
}
.identi_box .identi_b .check_agree_box_in span{
	font-size:18px;
	font-weight:500;
	color:#393939;
}
.identi_box .identi_b .check_agree_view {
	margin-top:5px;
}
.identi_box .identi_b .check_agree_view a{
	font-size:16px;
	color:#666;
}
.identi_box .identi_b .identi_hp{
	border:2px solid #f2f2f2;
}
.identi_box.on .identi_b .identi_hp{
	border:2px solid #ef4d6a;
}
.identi_box .identi_b .identi_hp a{
	display:block;
	background:url(../images/i_arrow.png)no-repeat right center;
	padding:14px 0;
	background-size:11px 22px;
}
.identi_box .identi_b .identi_hp .identi_htit{
	color:#393939;
	font-size:20px;
	font-weight:500;
}
.identi_box .identi_b .identi_hp .identi_htxt{
	font-size:15px;
	color:#999;
	font-weight:300;
}
.identi_box .identi_bt{
	background:#fff;
	margin-bottom:0;
	border:2px solid #f2f2f2;
}
.identi_box .identi_bt a{
	display:block;
	text-align:center;
	color:#393939;
	font-size:24px;
	font-weight:500;
	padding:14px 0;
}
.identi_box.on .identi_bt{
	background:#ef4d6a;
	border:2px solid #ef4d6a;
}
.identi_box.on .identi_bt a{
	color:#fff;
}
/*error_page*/
.page_detail.file_detail .con_wrap{
	position:relative;
}
.error_page{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}
.error_page ul li{
	text-align:center;
}
.error_page li.error1 img{
	max-width:100%;
}
.error_page li.error2{
	font-size:24px;
	color:#393939;
	padding:50px 0 10px;
}
.error_page li.error3{
	font-size:18px;
	color:rgba(57,57,57,0.5);
}

/*회원탈퇴 추가*/
.mem_leave_bt{
	text-align:center;
	padding-top:30px;
}
.mem_leave_bt a{
	display:inline-block;
	color:#3c82ff;
	text-decoration:underline;
	text-underline-position: under;
	font-size:15px;
}
.leave_page .total_btn_all_wrap{
	padding-top:10px;
}
.leave_page_in{
	text-align:center;
}
.leave_email{
	color:#78af41;
	font-size:16px;
	font-weight:600;
}
.leave_page_in ul li{
	font-size:26px;
	color:#393939;
}
.leave_page_in ul li.lp_txt1 span{
	font-style:italic;
}
.leave_page_in ul li.lp_txt2 span{
	color:#ef4d6a;
	font-weight:600;
}
.leave_page_in ul li.lp_txt3{
	padding-top:50px;
}
.leave_page_in ul li.lp_txt3 a{
	display:inline-block;
	font-size:17px;
	color:rgba(51,51,51,0.8);
	width:140px;
	padding:8px 0;
	border:1px solid #c0c0c0;
	border-radius:40px;
	background:#fff;
}
/* 공통 스타일 추가
------------------------------------------------------ */
/* -------- 공통 시작 -------- */
button { 
	background: transparent; 
	border:none;
}
.inputArea { 
	box-sizing:border-box;
	width: 100%;
	padding:5px;
	border:1px solid #E0E0E0;
	border-radius: 5px;
	background: #fff; 
    font-size: 16px; 
}
/* -------- 공통 끝 -------- */
/* -------- 테이블 관련 시작 -------- */
.td_200 { 
	width: 200px; 
}
.tblBox { 
	overflow-x:auto; 
}
.tblBox table { 
	width: 100%;
	min-width: 600px; 
}
.tblBox table th { 
    padding: 10px;
	background: #f8f8f8;
    border: 1px solid #dfdfdf;
    font-weight: 500; 
    font-size: 16px;
    color: #222;
    text-align: center;
}
.tblBox table td { 
	padding: 10px;
    border: 1px solid #dfdfdf;
    word-break: break-all;
	font-size:0;
}
.tblBtmBox { 
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 15px 0 0;
}
.tblBtmBox > * { 
	box-sizing: border-box;
    min-width: 100px;
	padding:10px 10px 7px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.3px; 
}
.tblBtmBox > *:nth-child(odd) { 
	border:1px solid #db344c;
	background: #fff;
	color:#db344c;	 
}
.tblBtmBox > *:nth-child(even) { 
	background:#db344c;	 
	color:#fff;
}
/* -------- 테이블 관련 끝 -------- */
/* 공통 스타일 끝
------------------------------------------------------ */
/* 탈퇴 페이지 시작
------------------------------------------------------ */
.withdrawWr { 
	box-sizing:border-box;
	padding:10px;
	background: #fff;
	border-radius: 10px;
	border:1px solid #ddd;
}
/* 탈퇴 페이지 끝
------------------------------------------------------ */