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

body {width: 100%; overflow-y: auto;background-color: #f6f6f6;  }
body, html { 
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
}
html {}

img {max-width: 100%;}
#wrap{z-index: 1; position: relative;top: 0px; left: 0px;
	/* min-width: 1400px; */
}
#wrap > div {z-index: 900; position: relative;top: 0px; left: 0px;}
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.app_box a {
	  --top: 0;
  --left: 0;
	overflow: hidden;
	display:block;
}
.app_box > a{
	display:block;
}
.ink-ripple-play:before {
	content: "";
	position: absolute;
  top: var(--top);
  left: var(--left);
  animation: ink 1.2s ease-in;
  background: currentColor;
	width: 5%;
  padding-bottom: 5%;
  border-radius: 100%;
	opacity: 0;
  transform: scale(0);
}

@keyframes ink {
	from { opacity: 0.2; }
	to { transform: scale(333); }
}

a:hover, a:focus, a:active {
    text-decoration: none;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 100px;
    right: 10px;
    overflow: hidden;
    width: 38px;
    height: 36px;
    border: none;
    text-indent: -999999px;
    background: url(../images/totop.png); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;

}
#toTop:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#wrap > div.header_wrap {
	width: 100%; position: fixed;top: 0px;
	z-index: 990;
    background-image: url(https://adamstore.co.kr/Form/_guest/basic/css/../images/common/header_wrap.jpg);
    background-repeat: repeat-x;
}
.header {width: 100%;
	padding:25px 20px 20px;
}
.header:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_left {
	/* position: absolute;top: 30px;left: 20px; width: 200px; */ /* height: 90px; */
	overflow: hidden;
	word-break: break-all; /* padding: 5px 20px; */
	/* background-image: url(../images/common/header_wrap.jpg);
	    background-repeat: repeat-x;
	    z-index: 999; */
		float:left;
		width:197px;
}
.header_left img{
	max-width:none;
}
.header_right {
	/* padding-left: 200px; width: 100%; */
	float:left;
	width:calc(100% - 197px);
	padding-left:80px;
}
.header_right_in {
	/* width: 100%; padding: 0 2%; */
/* 	overflow:hidden; */
}
.header_right_in:after,.header_right_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top_nav {
	/* position: relative;top: 0px; left: 0px; float: left;
	padding: 0 320px 0 130px; */
	float:left;
	/* overflow:hidden; */
}
.top_admin {
	/* position: absolute;top: 0px; right: 0px;
	left: auto;
	float: none; */
	float:right;
}
.top_cate_wrap,.top_menu_wrap{
	padding-top:10px;
}
.top_admin_box {
	float: left; font-size: 13px;
	margin: 0 10px;
}
.top_admin_alram .btn-group>.btn {
	background:#fff;
	background-image: none;
	box-shadow: none;
	padding-top: 36px;
	background-image: url(../images/common/top_icon_alram.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	border: none; color: #666
}
.top_admin_alram .btn-group>.btn .caret {
	display: none;
}
.top_admin_alram .dropdown-menu {
	width: 180px; margin-left: -90px; left: 50%;
}
.top_admin_alram table {
	margin-bottom: 0px;
}
.top_admin_alram th {
	border-top: none!important;font-size: 15px; width: 50%;
	font-weight: normal;
}
.top_admin_alram td {
	border-top: none!important; text-align: right!important;
	color: #336ef4; font-size: 15px;width: 50%;
}

.top_admin_box > a {
	width: 45px;
	line-height: 45px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
} 
.top_admin_myapp > a {
	background-image: url(../images/common/top_admin_myapp.png);
}
.top_admin_setting > a {
	background-image: url(../images/common/top_admin_setting.png);
}
.top_admin_menu > a {
	background-image: url(../images/common/top_admin_menu.png);
}

.top_admin_close > a {
	background-image: url(../images/common/top_admin_close.png);
	    background-size: 24px auto;
}
.top_admin_box.top_admin_close {
	display: none;
}

.top_admin_menu .btn-group {
	display: block;
}
.top_admin_menu .btn-group>.btn {
	background-image: url(../images/common/top_admin_menu.png);
	width: 45px;
	line-height: 45px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-color: transparent;
	border: none;
	outline: none;
}

.top_admin_menu .d_menu_all_wrap {
	position: absolute;
	top: 100%;
	z-index: 1000;
	font-size: 14px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	width: 270px; left: auto;
	right: -20px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	border: none;
	border-radius: 15px;
}

.d_menu_wrap {
	padding: 20px;
}
.d_menu_photo_wrap {
	position: relative;top: 0px; left: 0px;
}
.d_menu_photo {
	width: 66px; height: 66px;
	margin: 0 auto;
	position: relative;top: 0px; left: 0px;
}
.d_menu_photo_box {
	position: absolute;top:0px;
	width: 66px; height: 66px;
	overflow: hidden;
}
.d_menu_photo_box img {
	max-width: 100%;
	min-height: 100%;
}
.d_menu_photo_file {
	position: absolute;bottom: 0px;
	right: 0px;
	width: 22px;
	height: 22px;
	background-image: url(../images/common/d_menu_photo_file.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.d_menu_name {
	font-size: 16px;
	color: #222;
	padding: 10px 0;
	min-height: 34px;
}
.d_menu_email {
	font-size: 15px;
	color: #a4a4a4;
	padding: 5px 0 ;
	min-height: 34px;
}
.d_menu_edit_wrap {
	padding: 5px 0 10px;
}
.d_menu_edit_btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background-image: url(../images/common/d_menu_edit_btn.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #3c82ff;
	font-size: 15px;
}
.d_menu_log_box a {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	border-radius: 5px;
} 
.d_menu_log_box a.d_menu_log_box_login {
	/* background-color: #719b34;
	border-color: #719b34; */
	border-color:#ef4d6a;
	background:#ef4d6a;
	color: #fff;
} 





.header_logo {
	padding-top:5px;
}
/* .header_left:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
} */
.header_logo a {
	display: inline-block; color: #fff;letter-spacing: -1px;
}
.header_logo a img{
	width:197px;
}
.header_logo a span {
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6; 
}
.header_logo a b {
	padding-top: 8px;
	display: block; font-size: 26px; font-weight: normal;
}

.sec_all_wrap {
	width: 100%; min-height: 100%; padding-top: 90px;
}
.sec_wrap {
	width: 100%;
}
.sec_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.aside_all_wrap {
	position: fixed;top: 0px; left: 0px;
	bottom: 0px; background-color: #2a2a31; width: 200px;overflow: auto;
	padding-top: 90px; z-index: 992;
	-ms-overflow-style: none;
}
.aside_all_wrap::-webkit-scrollbar{ display:none; }


/*::-webkit-scrollbar
{
    width: 10px; 
    height: 10px;
}

::-webkit-scrollbar-track
{
    background-color: #c1c1c1;

}
::-webkit-scrollbar-thumb
{

    background-color: #d5334b;
    border-radius: 100px;
}*/


.con_all_wrap {
	padding-left: 200px; width: 100%; position: relative;top: 0px; left: 0px;
	z-index: 870
}
.con_wrap {
    width: 100%;
    min-height: 670px;
}
.aside_top {
	padding: 15px 10px;
}
.aside_top_label {
	padding: 10px 0 5px; color: #fff;
	font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
	font-weight: bold;
}
.aside_select_wrap .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.aside_select_wrap .bootstrap-select > button.btn-default {
	background: #111117;
	border-color: transparent;
	text-shadow: none;
	font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
	color: #6895fb; font-weight: bold;
	font-size: 12px; padding: 10px 12px;
}
.aside_select_wrap .dropdown-menu>li>a {
	padding: 3px 5px 3px 10px;
	font-size: 13px;
}

.con_head {
	padding: 10px 0
}
.con_head h1 {
	font-size: 24px; color: #000
}



.login_all_wrap {
	width: 100%; position: relative;top: 0px; left: 0px; min-height: 100%;
	padding: 20px; 
}
.login_wrap {
	width: 100%; max-width: 600px; position: relative;top: 0px;
	margin: 10% auto;
	background-color: #fff; border-radius:20px; padding: 15px 20px;
}
.login_in {
	position: relative;top: 0px; left: 0px;width: 100%; max-width: 350px;
	padding: 50px 0; margin: 0 auto;
}
.login_box_input {
	padding: 2px 0
}
.login_box_input .form-control {
	height: 50px; color: #336ef4; border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.login_box_check {
	padding: 10px 0 20px;
}
.login_box_btn_wrap .btn.btn-submit {
	width: 100%; display: block; height:50px; line-height: 50px; padding: 0px;
	text-align: center;font-size:18px; color: #fff;
	background-color: #336ef4
}
.login_top_wrap {
	display: block; width: 100%; padding: 10px 0; text-align: center;
}
.login_top_wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.login_top_wrap a {
	display: inline-block; letter-spacing: -1px;
}
.login_top_wrap a span {
	font-size: 20px; color: #333;
}
.login_top_wrap a b {
	padding-top: 8px;
	display: block; font-size: 32px; font-weight: normal;color: #336ef4
}

.m_menu_btn {
	display: none;
}
.all_bg {
	display: none;
}

#wrap.pc .all_bg {
	display: none !important;
}

#wrap.pc .aside_all_wrap {
	left: 0px;
}


.header_right_inner {
	/* position: relative;top: 0px; left: 0px;
	padding-right: 260px; */
}
.header_right_inner:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.top_nav .top_link_wrap {
	display: none;
}
.top_nav .dropdown-toggle {
	background-color: transparent;
	border: none;
	/* height: 45px; line-height: 45px; */
	padding: 0 10px;
	font-size: 18px;
	color: #fff;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}
.btn-group:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top_nav .dropdown-menu {
	width:100%;
	min-width:auto;
	padding:30px 10px;
	float:none;
	border-radius:25px;
	box-shadow: 12px 9px 30px 0px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 12px 9px 30px 0px rgba(0, 0, 0, 0.14);
	border:none;
	margin:10px 0 0;
	min-width:880px;
	width:100%;
}
.top_nav .menu_box:after,.top_nav:after{
	content:"";
	display:block;
	clear:both;
}
.top_nav .menu_box{
	padding:0 20px;
	height:580px;
	overflow-y:scroll;
}
.top_nav .menu_box > li{ /*1차메뉴*/
	float:left;
	width:180px;
	padding-right:30px;
}
.top_nav .menu_box > li:last-child{
	padding-right:0;
}
.top_nav .menu_box > li .lnb_menu > a{
	display:block;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:15px;
	position:relative;
	color:#2a2a31;
	font-size:18px;
	letter-spacing:-0.25px;
}
.top_nav .menu_box > li .lnb_menu > a:after{
	content:"";
	display:block;
	width:60px;
	height:3px;
	background:#d8344c;
	position:absolute;
	bottom:-1px;
	left:0;
}
.top_nav .menu_box .sub_menu{
	padding-top:20px;
}
.top_nav .menu_box .sub_menu ul li{
	padding-bottom:6px;
}
.top_nav .menu_box .sub_menu ul li:last-child{
	padding-bottom:0;
}
.top_nav .menu_box .sub_menu ul li a{
	font-size:16px;
	color:rgba(42,42,49,1);
}
.top_nav .menu_box .sub_menu ul li.active a{
	color:#d8344c;
	font-weight:500;
}
.top_nav .top_cate_wrap {
	/* position: absolute;top: 0px; left: 0px; */
	float:left;
}
.top_nav .top_menu_wrap {
	/* position: relative;top: 0px; left: 0px; */
}
.top_nav .top_menu_all_wrap {
	/* width: 100%;position: relative;top: 0px; left: 0px; */
	float:left;
	padding: 0 20px;
}
.top_nav .top_menu_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top_nav .menu {float: left;}
.top_nav .menu_a {
/* 	height: 45px; line-height: 45px; */
	color: #fff;
	font-size: 18px;
	padding: 0 15px;
	/* position: relative;top: 0px; left: 0px; */
}
.top_nav .menu.active .menu_a{
	color:#f9ea3a;
}
/* .top_nav .menu.active .menu_a:after {
	content: "";
	width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f6f6;
    position: absolute;bottom: -130%;
    left: 50%;
    margin-left: -10px;
} */

.pc .top_nav .top_search_wrap {
	display: block;
}
.top_nav .top_search_wrap {/* position: absolute;top: 0px; right: 0px; */float:left;}
.top_nav .top_search {
	width: 300px;
	padding-right: 50px;
	background-color: #fff;
	border-radius: 100px;
	position: relative;top: 0px; left: 0px;
	overflow: hidden;
}
.top_nav .top_search input[type="text"] {
	width: 100%;
	background-color: transparent!important;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 5px 0px 5px 20px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


.top_nav .top_search .top_search_btn {
	position: absolute;top: 0px; right: 10px;
	height: 45px;
	width: 40px;
	background-image: url(../images/common/top_search_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.top_nav .top_menu_all_wrap:before{
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background-color: #fff;
    position: absolute;top: 50%;
    left: 0px;
    margin-top: -10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}


.top_cate_wrap .caret {
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(5px,-3.5px) rotate(45deg);
    -ms-transform: translate(5px,-3.5px) rotate(45deg);
}

.top_cate_wrap .open .caret {
	transform: translate(5px,0.5px) rotate(-135deg);
    -ms-transform: translate(5px,0.5px) rotate(-135deg);
}







.aside_menu .btn-group {
	display: block;
}
.aside_menu .dropdown-toggle {
	display: none;
}
.aside_menu .dropdown-menu {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	top: 0px;
	width: 100%;
}
.aside_menu .dropdown-menu > ul >li .lnb_menu > a {
	color: #fff;
	display:block;
	height: 50px; line-height: 50px;
	padding: 0px;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: 200px center;
	overflow: hidden;
	padding-left: 60px;
}
.aside_menu .dropdown-menu > ul >li >.lnb_menu {
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 18px 16px;
}
.aside_menu .dropdown-menu > ul>li.menu_icon_app:first-child > div.lnb_menu{
	background-image: url(../images/common/menu_icon_app.png);
}
.aside_menu .dropdown-menu > ul>li.menu_icon_app:nth-child(2) > div.lnb_menu{
	background-image: url(../images/common/menu_icon_game.png);
}
.aside_menu .dropdown-menu >ul>li.menu_icon_manga > div.lnb_menu{
	background-image: url(../images/common/menu_icon_manga.png);
}
.aside_menu .dropdown-menu> ul>li.menu_icon_app:nth-child(3) > div.lnb_menu{
	background-image: url(../images/common/menu_icon_adult.png);
}
.aside_menu .dropdown-menu> ul>li:focus > .lnb_menu >a,.aside_menu .dropdown-menu> ul>li:hover .lnb_menu >a,.aside_menu .dropdown-menu> ul>li.active .lnb_menu >a {
	color: #fff;background-color: transparent;
	background-image: url(../images/common/dropdown-menu.png);
	background-position: 170px center;
transition-property: none
}

.aside_menu .dropdown-menu> ul>li:focus .lnb_menu, .aside_menu .dropdown-menu> ul>li:hover .lnb_menu , .aside_menu .dropdown-menu> ul>li.active .lnb_menu{
	background-color: #719b34; 
}
.aside_menu .dropdown-menu .no_data{
	display:none;
}
/*2차메뉴*/
.aside_menu .sub_menu{
	padding:20px 25px; 
	background:#222227;
	display:none; 
}  
.aside_menu .sub_menu.on{
	display:block;
}

.aside_menu .top_menu_wrap {
	display: none;
}
.aside_menu .top_cate_wrap {
	padding: 20px 0;
	background-color: #222
}


.aside_menu .top_link .link_a,.aside_menu .sub_menu ul li a{
	display: block;
	padding-bottom:10px;
	font-size:16px;
	color: #9090a3;
	/* font-family: 'no400'; */
}
.aside_menu .top_link:last-child .link_a{
	padding-bottom:0;
}
.aside_menu .top_link .link_a:hover,.aside_menu .sub_menu ul li.active a,
.aside_menu .sub_menu ul li a:hover,.aside_menu .sub_menu ul li a:focus,.aside_menu .sub_menu ul li a:active{
	color: #719b34
}

.aside_menu .top_link.active .link_a {
	color: #719b34
}

.aside_menu .top_link_wrap {
	padding: 35px 5px 20px 25px;
}


/*customer_side*/
.aside_menu .customer_side{
	padding-top:40px;
}
.aside_menu .customer_side .sub_tit{
	font-size:20px;
	color:#fff;
	padding-bottom:30px;
}




/*팝업*/
.pop_on {
    overflow: hidden;
}
.pop_all_wrap {
    display: none;
    margin: 0 auto;
    width: 96%;
    padding: 0px;
    border-radius: 5px;
    max-width: 500px;
    background-color: #fff;
    max-height: 90%;
    overflow: auto;
    margin-top: 30px;
    top: 0px!important;
    position: fixed!important;
}
.pop_box_wrap {
	text-align: center;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 5px;
    overflow: auto;
    color: #666;
}
.term_wrap {
    padding: 10px;
}
.term_wrap textarea {
    display: block;width: 100%!important;
    height: 200px; 
    border: 1px solid #ddd;
    padding: 5px;font-size: 15px;
    border-radius: 5px;
    outline: none;box-shadow: none;
}

.pop_review_area {
    padding: 10px 0;
}
.pop_review_area textarea {
    display: block;width: 100%!important;
    height: 100px; 
    padding: 5px;font-size: 15px;
    border-radius: 5px;
    outline: none;box-shadow: none;
    background-color: #efeff4;
    border: none;
}
.pop_box_in {
    width: 100%;
     margin: 0 auto;
}

.pop_top_desc_wrap {
	width: 100%;
	padding: 5px 0px;
}
.pop_top_desc {
	text-align: left;
	color: #719b34;
	line-height: 1.5;
	font-size: 14px;
	display: block; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */ 
/* 	white-space: normal; */
}



.pop_top_label_wrap {
padding: 10px 20px;
background-color: #f9f9f9;
border-bottom: 1px solid #eee;
}
.pop_top_label {
    font-size:18px;
    color: #222;
    text-align: center;letter-spacing: -1px;
}
.normal_btn_wrap {
	/* padding: 10px; */
}

.normal_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.normal_btn_wrap a {
	display: block;
	float: left;
	width: 49%;
	background-color: #fff;
	border: 1px solid #eee;
    text-align: center;
    line-height: 40px; height: 40px;
    font-size:16px;
    color: #666;
    border-radius: 5px;
}
.normal_btn_wrap .pop_btn_100 {
    width: 100%;
    margin:0px;
}
.normal_btn_wrap a:first-child {
	margin-right: 2%;
}
.normal_btn_wrap a.btn_ok {
	background-color: #719b34;
	color: #fff;
	border-color: #719b34;
}
.normal_btn_wrap a.btn_cancel {
}



.pop_box_close_btn {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-image: url(../images/common/pop_box_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.pop_login .signup_in {
	border-radius: 0px;
	border: none;
}

.pop_box {
    width: 100%;
	padding:20px;
}

.pop_login_box {
    width: 100%;
    position: relative;top: 0px; left: 0px;
}
.pop_login_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pop_login_left {
    float: left; width: 100%;
}
.pop_login_right {
   width: 100%;
   padding-bottom: 15px;
}
.pop_login_right a {
   width: 100%;
   height: 60px; line-height: 60px;
   text-align: center;
   color: #fff;
   display: block;
   font-size: 22px;
   border-radius: 5px;


    background: #48e58a; /* Old browsers */
background: linear-gradient(270deg, #6537d8, #ad82ee, #6537d8, #ad82ee);
background: -moz-linear-gradient(270deg, #6537d8, #ad82ee, #6537d8, #ad82ee); /* FF3.6-15 */
background: -webkit-linear-gradient(270deg, #6537d8, #ad82ee, #6537d8, #ad82ee); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(270deg, #6537d8, #ad82ee, #6537d8, #ad82ee); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e83d1', endColorstr='#eb061c',GradientType=1 ); /* IE6-9 */
background-size: 600% 600%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
-o-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;

}
.pop_login_input_wrap input {
    width: 100%;
    display: block;
   height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.pop_login_input_wrap:first-child {
    padding-bottom: 5px;
}

.pop_login_mid_wrap {
    width: 100%; padding: 10px 0 20px
}
.pop_login_mid_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pop_login_link_wrap {
    float: left; margin-left: 10px;
    font-size: 0px;
}
.pop_login_link_wrap a {
   display: inline-block;
   height: 25px; line-height: 25px;
   border: 1px solid #ddd; font-size: 14px; color: #666;
   padding: 0 10px; margin-left: 10px
}








.footer_all_wrap {
	width: 100%;
/* 	padding-top: 100px; */
}
.footer_wrap {
	width: 100%;
	background-color: #fff;
}
.footer_top_wrap {
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
}
.footer_top {
	padding: 10px 3%;
}
.footer_mid_wrap {
	width: 100%;
}
.footer_mid {
	padding: 10px 3%;
}
.footer_top a {
	font-size: 16px;
	color: #333;
	/* font-family: 'no400'; */
	margin: 3px 15px 3px 0 ;
	display: inline-block;
}
.footer_top a.active {
	color: #db344c
}
.footer_top a:hover {
	color: #db344c
}
.footer_info {
	padding: 15px 0;
	font-size: 15px;
	/* font-family: 'no400'; */
	color: #888
}
.footer_info2{
	padding-bottom:15px;
	color:#888;
}
.footer_info span {
    display: inline-block;
    width: 20px;
    height: 12px;
    position: relative;top: 0px; left: 0px;
}
.footer_info span:after {
    content: "";
    height: 12px;
    width: 1px;
    background-color: #bbb;
    position: absolute;top: 50%;
    left: 50%;
    margin-top: -6px;
}
.footer_info a {
	color: #db344c
}

.footer_info_desc {
	color: #bbb;
	padding-bottom: 50px;
}


/*게시판*/
.board_all_wrap {
    width: 100%; padding-bottom: 30px;
}
.board_wrap {
    width: 100%; margin: 0 auto;
}
.board_con {
    width: 100%; position: relative;top: 0px; left: 0px;
    /* background-color: #fff; */
}

.board_list table {
    border: 1px solid #ddd;
   background-color: #fff;
}
.board_list th {
    background-color: #fcfcfc;
    border-bottom: 1px solid #e5e5e5;
    text-align: center; font-weight: normal;
    color: #393939;
    padding: 10px 0px;
    font-size: 14px;
}
.board_list td {
    border-bottom: 1px solid #e5e5e5;
    text-align: center; font-weight: normal;
    color: #666;
    padding: 12px 0px;
    font-size: 15px;
    word-break: break-all;
}


.board_list tr:hover {
    background-color: #f7f7f7;
}
.td_num {
    width: 100px;
}
.td_hit {
    width: 80px;
}
.td_date {
    width: 120px;
}
.td_cost {
    width: 120px;
}
.td_qty {
    width: 70px;
}
.td_pay_type {
    width: 120px;
}
.td_date_end {
    width: 120px;
}
.td_state {
    width: 80px;
}
.td_name {
    width: 80px;
}
.board_btn_all_wrap {
    width: 100%;
}
.board_btn_wrap {
    width: 100%;
    padding-top: 20px;
}
.board_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.board_right_btn {
    float: right;
}

.board_btn_wrap a {
    display: inline-block;
    border: 1px solid #ddd; color: #666;
    background-color: #fff;
    height: 40px; line-height: 40px; width: 95px;
    margin: 0 3px; text-align: center;
    font-size: 15px;
    border-radius: 5px;
}

.board_btn_wrap a.board_btn_write {
    background-color: #719b34; color: #fff; border-color: #719b34;
}
.board_btn_wrap a.board_btn_list {
    background-color: #fff;
}
.board_btn_wrap a.board_btn_edit {
    background-color: #ef3333; color: #fff; border-color: #ef3333;
}
.board_btn_wrap a.board_btn_del {
    background-color: #333; color: #fff; border-color: #333;
}

.board_view {
    width: 100%; 
    border: 1px solid #ddd;
}
.board_view_label {
    width: 100%; 
    padding: 12px 20px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #ddd;
}


.board_con .board_view_label {
    text-align: center;
}

.board_view_info {
    background-color: #fff; border-bottom: 1px solid #ddd;
    padding: 10px 25px;
}
.board_view_info:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.board_view_info_left {
    float: left;
}
.board_view_info_right {
    float: right;
}
.board_view_info_div  {
    float: left; margin: 3px;
    font-size: 15px;
}
.board_view_info_div b {
    color: #333;
}
.board_view_info_div span {
    color: #333; padding: 0 10px;
}
.board_view_info_div:last-child span{
	padding-right:0;
}
.board_view_info_div a {
    color: #666; font-size: 13px;
}
.board_view_info_div a:hover {
    color: #e83837
}
.board_view_info_file a {
    color: #337bef!important
}



.board_view_con {
    padding: 35px;
	width: 100%;
    min-height: 250px;
    font-size: 15px;
	background:#fff;
}
.board_reply_date {
     padding: 10px 2%; width: 100%;
    font-size: 15px;
    color: #888
}
.board_reply_date span {
    font-family: 'no400';
    color: #333;
    padding-right: 5px;
}

.board_write table {
    border: 1px solid #e5e5e5;
}
.board_write th {
    background-color: #fcfcfc;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
	text-align: center;
/*     border-right: 1px solid #ddd; */
	width:140px;
	vertical-align:middle;
}
.board_write td {
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
	width:calc(100% - 140px);
	padding:10px;
}
.board_write td input,.board_write td textarea{
	background:#f9fafc;
	border:1px solid #e5e5e5;
	border-radius:5px;
	padding:0 15px;
}
.board_write td input{
	height:40px;
}
.input_text_wrap input {
    width: 100%;
    display: block;
   /* padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc; */
}
.input_text_wrap2 input {
/*       padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc; */
}
.span_req {
    color: #e83837;
}
/* .textarea_wrap {
    padding: 10px;
} */
.textarea_wrap textarea {
	width: 100%!important;
    height: 335px;
/*        background-color: #fff;
    background-image: none;
    border: 1px solid #eee; */
}

.span_state_no {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ddd;
    text-align: center;
    color: #222;
    min-width: 35px;
    background-color: #fff;
    font-size: 12px;
    width: 60px;
    font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
}
.span_state_yes {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #17c5a3;
    text-align: center;
    color: #17c5a3;
    min-width: 35px;
    background-color: #fff;
    font-size: 12px;
    width: 60px;
    font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
}


.board_view_reply_wrap {
    width: 100%;
    border-top: 1px solid #ddd;
}
.board_view_reply {
    padding: 20px 2% 10px;
    width: 100%;
}
.main_board_line {
    width: 100%;
}
.main_board_line_in {
    font-size: 16px;
    color: #2a2a31;
    font-family: 'no400';
}


.board_page_all_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;max-width: 1080px; margin: 0 auto;
}
.board_page_wrap {
    width: 100%; padding: 30px 0; text-align: center;
    font-size: 0px;
}
.board_page_wrap * {
    vertical-align: middle;
}
.board_page_wrap > div {
    display: inline-block;
}
.board_page_wrap span {
    display: inline-block;
}
.board_page_wrap b {
    display: inline-block;
    font-weight: normal;
}
.board_page_num {
    font-size: 15px;
    padding: 2px;
}
.board_page_prev_wrap {
    
}
.board_page_prev_wrap span {
    font-size: 13px;
    padding: 2px;
}
.board_page_prev_wrap a {
 display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;  color: #333; min-width: 35px; padding: 0 10px;
    background-color: #fff;
}


.board_page_next_wrap {
    
}
.board_page_next_wrap span {
    font-size: 13px;
    padding: 2px;
}
.board_page_next_wrap a {
 display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;  color: #333; min-width: 35px; padding: 0 10px;
    background-color: #fff;
}

.board_page_num_wrap {
    padding: 0 10px;
}

.board_page_num a {
    display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;  color: #333; min-width: 35px; padding: 0 2px;
    background-color: #fff;
}

.board_page_num b {
    display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #db344c;
    text-align: center;  color: #fff; min-width: 35px; padding: 0 2px;
    background-color: #db344c;
}





.faq_wrap {width: 100%; border-top: 2px solid #222;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}
.faq_box {border-bottom: 1px solid #eee; width: 100%;font-size:16px;
    line-height: 1.6

}
.q_box {display: block; width: 100%; position: relative;top: 0px; left: 0px;
    cursor: pointer;
}
.q_txt {
    padding:15px 70px;
    background: #fff url(../images/common/faq_q_icon.png);
    background-position: 35px 16px;
    background-repeat: no-repeat;
    color: #666;
	font-size:15px;
}
.q_btn {
    position: absolute;top: 0px; bottom: 0px; right: 0px; width: 60px;
    cursor: pointer; 
    background-position: center center;
    background-image: url(../images/common/bottom_arr.png);
    background-repeat: no-repeat;
}
.a_box {display: block; width: 100%!important; position: relative;top: 0px; left: 0px;
    background-color: #f9f9f9; display: none;
    border-top: 1px solid #eee;
}
.a_box_in {width: 100%;position: relative;top: 0px; left: 0px;}
.a_txt {
    padding:15px 70px 30px;
    background:#fcfcfc url(../images/common/faq_a_icon.png);
    background-position: 35px 16px;
    background-repeat: no-repeat;
	color:#666;
	font-size:15px;

}
.faq_box.active .q_btn {
    background-image: url(../images/common/top_arr.png);
}

.f_bottom_box_in {
    width: 100%;
    padding-left: 200px;
    position: relative;top: 0px; left: 0px;
}
.f_bottom_box_in:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.f_bottom_box_label_wrap {
    position: absolute;top: 0px; left: 0px;
}
.f_bottom_box_label {
    font-size: 28px;
    color: #484a5a;
    font-family: 'no400';
}
.f_bottom_box_desc {
    font-size: 15px;
    color: #666;
    padding: 10px 0 0
}
.f_board_box {
    width: 100%;
    padding-right: 90px;
    position: relative;top: 0px;
    left: 0px;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom:8px;
    border-top: 1px solid #ddd;
}
.f_board_box:first-child {
    border-top: none;
}

.f_board_box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.f_board_box_in {
    float: left;
    max-width: 100%;
    padding-right: 20px;
    position: relative;top: 0px;
    left: 0px;
}
.f_board_box_in span {
    position: absolute;top: 3px; right: 0px;
}
.f_board_box_in a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    text-align: left;
}
.f_board_date {
    position: absolute;top: 9px; right: 0px;
    color: #a9a9aa;
    font-size: 14px;
}

.f_board_wrap {
    width: 100%;
    min-height: 190px;
}

.f_bottom_box_more_wrap {
    padding-top: 10px;
}
.f_bottom_box_more_wrap a {
    display: block;
    width: 150px; height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #444;
    font-family: 'no200';
    background-image: url(../images/main/f_bottom_box_more_wrap.png);
    background-repeat: no-repeat;
    background-position: 120px center;
}
.f_board_box_empty_wrap {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
}



.total_btn_all_wrap {
    width: 100%;
}
.total_btn_wrap {
	margin:0 -8px;
/*     padding: 10px 0; */
}
.total_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.total_btn_wrap a {
    float: left; 
	width: 50%;
	display:block;
	padding:0 8px;
}
.total_btn_wrap a span,
.total_btn_wrap .btn_submit{
	display:block;
	height: 45px; line-height: 45px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 17px;
    background-color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px
}
.total_btn_wrap .btn_submit{
	width:170px;
    background-color: #ef4d6a;
    color: #fff;
    border-color: #ef4d6a;
}
.signup_wrap .total_btn_wrap{
	overflow:hidden;
}
.signup_wrap .total_btn_wrap > *{
	float:left;
}
.signup_wrap .total_btn_wrap div{
	width:50%;
	padding:0 8px;
}
.signup_wrap .total_btn_wrap div input{
	width:100%;
}
.signup_end .total_btn_wrap{
	max-width:295px;
	margin: 0 auto;
}
.signup_end .total_btn_wrap a span{
	border-radius:30px;
}
.two_block_all_wrap .total_btn_wrap a {
	width: 100%;
}


.form_text_box_wrap {
    width: 100%;
}
.form_text_box_top {
    width: 100%;
    position: relative;top: 0px; left: 0px; padding: 10px 0 5px;

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

.form_text_box_label {
    float: left; font-size: 18px; color: #333;
}
.form_text_box_desc {
    float: right; padding-right: 5px;
}
.form_text_box {
    width: 100%; position: relative;top: 0px; left: 0px;
    padding: 5px 0;

}
.form_text_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form_text_box_input {
    border: 1px solid #ddd; border-radius: 5px;
    display: table;
    padding: 10px; width: 100%;
     background-color: #fff;
}
.form_text_box_input input,
.form_text_box_input select{
    display: table-cell;width: 99%;
    height: 35px; line-height: 35px;
    border: none;
    vertical-align: top;
    padding: 5px;font-size: 15px;
}

.form_text_box_input textarea {
    display: block;width: 100%!important;
    height: 200px; 
    border: none;
    padding: 5px;font-size: 15px;
}


.form_text_box_input.no_modi,
.form_text_box_input.no_modi input,
.form_text_box_input.no_modi select{
	background:#f4f4f4;
}

.form_text_box_input span {
    display: table-cell;width: 1%;
    vertical-align: top;
}
.form_text_box_input span a {
    display: inline-block; width: 100px;
    height: 35px; line-height: 35px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
}

.form_text_box_desc div {
    display: none;
}

.at_valid .form_text_box_desc .txt_valid {
    display: block;
}

.at_invalid .form_text_box_desc .txt_invalid {
    display: block;
}

.txt_valid {
    font-size: 14px; color: #3fb24f;
}

.txt_invalid {
    font-size: 14px; color: #dd2c63;
}

.signup_complete_box {
    width: 100%; 
    text-align: center;
    padding: 30px 0;
}

.total_btn_wrap .btn_submit span{
    background-color: #333; color: #fff; border-color: #333;
}

.idpw .total_btn_wrap .btn_submit{
	background:transparent;
	border-color:transparent;
}

.signup_complete_text {
    font-size:26px; /* font-family: 'na300'; */
    color: #393939; text-align: center;
    width: 100%;
	padding-bottom:50px;
}

.signup_complete_text span {
    color: #ef4d6a
}
/* .file_login {
	position:relative;
	height:100vh;
} */
.signup_all_wrap {
    width: 100%;
}
.signup_wrap {
    width: 100%;  margin: 0 auto 2.5%;
    padding: 0px 15px; max-width: 470px;
}

.signup_in {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.signup_top_label_wrap {
    width: 100%;
    padding: 20px 0
}
.signup_top_label {
    font-size:36px;/*  font-family: 'na300'; */
    color: #333; text-align: center;
}

.signup_top_label span {
    color: #e23d3c
}

.signup_mid_wrap {
    width: 100%; 
 /*    padding: 10px 0 30px; */
 	padding-bottom:5px;
}

.signup_agree_all_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
   /*  padding-bottom: 20px; */
}
.chk_agree_wrap{
	padding:35px 0 40px;
}
.signup_agree_all_box {
    width: 100%; position: relative;top: 0px; left: 0px;
    overflow: hidden;
    padding: 45px 0 30px;
    border-bottom: 1px solid #ddd;
}

.signup_agree_all_box input {
     position: absolute;top: -20px;
 left: -20px;
 width: 1px; height: 1px; overflow: hidden;
 display: block;
 font-size: 1px;
}

.signup_agree_all_box label {
display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666;
    font-size: 18px;
}

.signup_agree_all_box label:before {
   content: '\f00c';
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    border: 2px solid #ccc;
    vertical-align: middle;
    font-family: 'FontAwesome';
    /* border-radius: 100px; */
	border-radius:5px;
    font-weight: normal;
    font-size: 15px;
    color: #ccc;
}

/* .signup_agree_all_wrap.active .signup_agree_all_box label {
       color: #000;
} */
.signup_agree_all_box span{
	font-size:20px;
	color:#393939;
}
.signup_agree_all_wrap.active .signup_agree_all_box label:before {
      content: '\f00c';
    color: #fff;
    display: block;
    border-color: #ef4d6a;
    background-color: #ef4d6a;
}

.check_agree_box_wrap {
    width: 100%;
/*     padding: 3px 0 */
	padding-bottom:15px;
}
.check_agree_box_in {
    width: 100%;
}
.check_agree_box_wrap:last-child{
	padding-bottom:0;
}
.check_agree_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.check_agree_box {
    float: left;
}
.check_agree_view {
    float: right;
}
.check_agree_view a {
    font-size: 16px; color: #666;
    border-bottom: 1px solid #666;
}


.check_agree_box {position: relative;top: 0px; left: 0px;
float: left; padding: 3px 0
} 
.check_agree_box input {
        position: absolute;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
     clip: rect(0,0,0,0); 
    border: 0;
    background: #fff;
    margin: 0px;
} 
.check_agree_box input + label { 
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; 
} 
.check_agree_box input + label span {
    font-size: 16px;
    font-weight: normal;
	color:#393939;
}
.check_agree_box label b {
    font-size: 16px; font-weight: normal;
    padding-right: 3px;
	color:#393939;
}
 .check_agree_box label b.main_c{
	color:#ef4d6a;
 }
.check_agree_box input + label:active:before, 
.check_agree_box input:checked + label:active:before,
.check_agree_box input:checked + label:before {
 content: '\f00c';
    color: #fff;
    display: block;
    border-color: #ef4d6a;
    background-color: #ef4d6a;
}

.check_agree_box input+ label:hover,
.check_agree_box input:checked + label {
    color: #000
}
.check_agree_box input + label:before {
   content: '\f00c';
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    border: 2px solid #ccc;
    vertical-align: middle;
    font-family: 'FontAwesome';
    /* border-radius: 100px; */
	border-radius:5px;
    font-weight: normal;
    font-size: 15px;
    color: #ccc;
}

.check_agree_box_sub {
    float: left;
    padding-left: 35px;
    font-size: 16px;
    color: #999
}

.ex_head_wrap {
	text-align: center;
	padding-bottom: 40px;
	padding-top:2.5%;
}

.ex_head_wrap a {
	display: inline-block;
	width:230px;
}
.file_login .ex_head_wrap img{
	width:100%;
}
.signup_notice_label {
	font-size: 26px;
	padding-bottom:15px;
	/* font-family: 'na300'; */
	letter-spacing: -1px;
	color: #333;
/* 	padding: 5px 0; */
}

.signup_notice_desc {
	font-size: 15px;
	letter-spacing: -1px;
	color: #999;
/* 	padding: 5px 0; */
	line-height: 1.5
}



.form_radio_box {position: relative;top: 0px; left: 0px;
padding: 2px 10px 2px 0; display: inline-block;
} 
.form_radio_box input {
        position: absolute;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
     clip: rect(0,0,0,0); 
    border: 0;
    background: #fff;
    margin: 0px;
} 
.form_radio_box input + label { 
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; height: 25px;
} 
.form_radio_box input + label span {
    font-size: 16px; line-height: 27px;
    vertical-align: middle;
}
.form_radio_box input + label:active:before, 
.form_radio_box input:checked + label:active:before,
.form_radio_box input:checked + label:before {
    content: '\f111';
    color: #ef4d6a;
    font-size: 18px;
    display: block;
    border: 1px solid #ef4d6a;
    padding-left: 0px;
    line-height: 25px;
}

.form_radio_box input+ label:hover,
.form_radio_box input:checked + label {
    color: #000
}
.form_radio_box input + label:before {
   content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    vertical-align: middle;
    font-family: 'FontAwesome';
}







.new_top_label_wrap {
padding-bottom:25px;
}
.new_top_label {
    font-size:26px; /* font-family: 'na400'; */
    color: #393939;
  /*   text-align: center; */
}
.new_login_wrap .new_top_label {
     text-align: center; letter-spacing: -1px;
}
.new_box {
    width: 100%;
}
.new_login {
    width: 100%;
}
.new_login_box {
    width: 100%;
    position: relative;top: 0px; left: 0px;
}
.new_login_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.new_login_left {
    float: left; width: 100%;
}
.new_login_right {
   width: 100%;
/*    padding-bottom: 15px; */
}
.new_login_right > a {
   width: 100%;
   height: 60px; line-height: 60px;
   text-align: center;
   color: #fff;
   display: block;
   font-size: 20px;
   border-radius: 5px;
background-color: #ef4d6a
}
.new_login_right .join_bt{
	text-align:center;
	padding:25px 0 0px;
}
.new_login_right .join_bt > *{
	display:block;
}
.new_login_right .join_bt span{
	color:#a4a4a4;
	padding-bottom:10px;
	font-size:15px;
}
.new_login_right .join_bt a{
	color:#ef4d6a;
	border:1px solid #ef4d6a;
    border-radius: 5px;
	padding:12px 0;
	font-size:18px;
}
.new_login_right .join_bt img{
	padding-left:10px;
	vertical-align: -1px;
}
.new_login_input_wrap input {
    width: 100%;
    display: block;
   height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.new_login_input_wrap:first-child {
    padding-bottom: 10px;
}

.new_login_mid_wrap {
    width: 100%; padding: 15px 0 20px
}
.new_login_mid_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.new_login_link_wrap {
    float: right; /* margin-left: 10px; */
 /*    font-size: 0px; */
}
.new_login_link_wrap a {
   display: inline-block;
   /* height: 25px; line-height: 25px;
   border: 1px solid #ddd; */
   font-size: 15px; color: #666; 
  /*  padding: 0 10px; */ margin-left: 10px
}

/*modal_login*/
.pop_box_in .new_login_right .join_bt{
	padding:25px 0 0;
}

.checkbox_st_wrap {position: relative;top: 0px; left: 0px;
float: left; padding: 3px 0
} 
.checkbox_st_wrap input {
        position: absolute;
    width: 16px;
    height: 16px;
    padding: 0;
    overflow: hidden;
     clip: rect(0,0,0,0); 
    border: 0;
    background: #fff;
    margin: 0px;
} 
.checkbox_st_wrap input + label { 
    display: inline-block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; 
} 
.checkbox_st_wrap input + label span {
    font-size: 14px;
}
.checkbox_st_wrap input + label:active:before, 
.checkbox_st_wrap input:checked + label:active:before,
.checkbox_st_wrap input:checked + label:before {
    content: '\f00c';
    color: #fff;
    font-size: 13px;
    display: block;
    border: 1px solid #ef4d6a;
    background-color: #ef4d6a;
}

.checkbox_st_wrap input+ label:hover,
.checkbox_st_wrap input:checked + label {
    color: #000
}
.checkbox_st_wrap input + label:before {
content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-family: 'FontAwesome';
    border-radius: 3px;
}

.new_login_bottom_wrap {
   /*  border-top: 1px solid #ddd; */
}

.new_label_wrap {
    width: 100%;
	padding:35px 0 15px;
}
.new_label_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.new_label {
    display: inline-block;
    font-size: 24px;/*  padding-right: 15px; */letter-spacing: -1px;
    color: #333;
	float:left;
}
.new_desc {
    display: inline-block;
    font-size: 15px; letter-spacing: -1px;
    font-family: 'no300';
	color:#a4a4a4;
	float:right;
    margin-top: 6px;
}

.new_sns_login_btn_wrap {
    width: 100%;
}
.new_sns_login_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.new_sns_login_btn {
    float: left; width: 100%;
}
.new_sns_login_btn:first-child{
	margin-bottom:10px;
}
.new_sns_login_btn a {
    border-radius: 3px; display: block;
    padding-left: 60px; width: 100%;
    position: relative;top: 0px; left: 0px;
}
.new_sns_login_btn a span {
    display: block; height: 50px; line-height: 50px;
    text-align: center;
    border-left: 1px solid #fff;
    font-size: 18px; text-indent: -60px
}
.new_sns_login_btn a b {
    display: block; width: 60px; height: 50px;
    position: absolute;top: 0px; left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
}
.new_sns_login_naver a {
    background-color: #3ec600;
    color: #fff;
}
.new_sns_login_kakao a {
    background-color: #ffde00;
    color: #3c1311; font-weight: bold;
}


.new_sns_login_naver a b {
  background-image: url(../images/common/pop_sns_login_naver.png);
}
.new_sns_login_kakao a b {
background-image: url(../images/common/pop_sns_login_kakao.png);
}
.new_box_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
}
.new_box_close_btn {
position: absolute;
    top: 7px;
    right: 7px;
    width: 25px;
    height: 25px;
    background-image: url(../images/common/pop_box_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
}



.aside_menu .top_admin {
	display: none;
}

.new_icon {
    display: inline-block;
    width: 16px;
    line-height: 17px;
    height: 16px;
    font-size: 12px;
    color: #ffffff;
    background: #719b34;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle;
    font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
}

.m_br {
	display: none;
}

.sweet-alert {
	font-family:'Roboto','AppleSDGothicNeo',sans-serif !important;
}





.fixed_nav_wrap {
	width: 100%;
	position: fixed;bottom: 0px;
	left: 0px;
	background-color: #2a2a31;
	color: #fff;
	display: none;
}
.fixed_nav_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fixed_nav_wrap a {
	float: left; width: 25%;
	color: #fff;
	text-align: center;
	padding: 36px 0 5px 0;
	font-size: 14px;
	background-repeat: no-repeat;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    background-size: 20px;
}
.fixed_nav_01 {
	background-image: url(../images/common/fixed_nav_01.png);
	background-position: center 10px;
}
.fixed_nav_02 {
	background-image: url(../images/common/fixed_nav_02.png);
	background-position: center 10px;
}
.fixed_nav_03 {
	background-image: url(../images/common/fixed_nav_03.png);
	background-position: center 12px;
}
.fixed_nav_04 {
	background-image: url(../images/common/fixed_nav_04.png);
	background-position: center 10px;
	display: none;
}
.fixed_nav_05 {
	background-image: url(../images/common/fixed_nav_05.png);
	background-position: center 10px;
}

.fixed_nav_wrap a.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.search_on {
    display: none;
    /* width: 30px;
    height: 30px; */
	width: 20px;
    height: 20px;
    background-image: url(../images/common/search_on.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    background-size: 20px;
    position: absolute;
    top: 20px;
    left: 15px;
}
.top_search_close {
	display: none;
}
/*20201015 @mi_suuun*/
.sub_page_long_app.sub_page_wrap .sub_wrap{
	max-width:1310px;
}
.sub_wrap.sub_page_wid01{
	max-width:1120px;
}
.sub_wrap.sub_page_wid02{
	max-width:1310px;
}
.sub_main_wrap .app_box{
	height:260px;
	border-radius:10px;
}
.main_sl_box.sub_main_wrap .app_box{
	height:260px !important;
}
.no_data{
	margin-top:0;
	text-align:center;
	font-size:18px;
	font-weight:300;
	color:rgba(57,57,57,0.5);
	padding:10px 0;
}
.sub_app_wrap .no_data{
	padding:115px 0;
}
.no_data img{
	vertical-align:-3px;
	padding-left:3px;
}

/*이메일*/
.signup_wrap .input_email{
	overflow:hidden;
	max-width:555px;
	width:100%;
}
.signup_wrap .input_email select{
	width:100%;
}
.signup_wrap .input_email .email_box{
	display:table;
	width:100%;
	margin-bottom:10px;
}
.signup_wrap .input_email .email_box input{
	border:1px solid #ddd;
}
 .signup_wrap .input_email .email_box > div.gol_s{
	width:24px;
	border:0;
	vertical-align:middle;
	text-align:center;
 }
  .signup_wrap .input_email .email_box > div{
	display:table-cell;
	width:calc(100% - 24px /2);
}
:focus {
    outline: -webkit-focus-ring-color 0;
}