/***** header 영역 *****/
#header_wrap {
	width:100%;
	position:fixed;
	top:0;
	z-index:100;
}
.header {
	width:100%;
	background:#ffffff;
	box-sizing:border-box;
	padding:20px 0;
	border-bottom:1px solid #e8e8e8;
}
.header:after {
	content:"";
	display:table;
	clear:both;
}
.logo{
    position: relative;
	width:180px;
	margin:0 auto;
	float:left;
}
.logo img {
    height: 44px;
    display: block;
}
.logo:after{
    content: '1544-4905';
    color: #e0017e;
    position: absolute;
    left: 0;
    font-size: 15px;
    top: 100%;
    letter-spacing: 0.2em;
    font-family: 'noto-m';
}
.gnb {
	float:left;
	margin-left: 30px;
}
.gnb_li {
	float:left;
	margin-right:10px;
	text-align:center;
	position:relative;
}
.gnb_a {
	display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 1em;
    box-sizing: border-box;
    padding: 15px 20px;
    font-family: 'noto-m';
}
.sub{
	display:none;
    position: absolute;
    top: 55px;
    left: 50%;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
    background:#fff;
    width: 150px;
	transition:all 0.5s;
	animation:fadeEffect 0.5s;
}
.sub li{
	transition:all 0.3s;
}
.sub a{
	display: block;
    font-size: 13.5px;
	letter-spacing:-0.04em;
    color: #333;
    padding: 13px 0;
}
.sub li:hover{
	background:#f9f9f9;
}
.sub li:hover a{
	color:#f53d7e;
}

.navi-list{
	float:right;
}
.navi-list ul{
	display:inline-block;
	margin-right: 30px;
	vertical-align: 8px;
}
.navi-list ul li{
	float:left;
}
.navi-list ul li a{
	font-size:14px;
	color: #666;
    font-family: 'noto-m';
}
.navi-list ul li:first-child{
	position:relative;
	padding-right: 20px;
}
.navi-list ul li:first-child::after{
	position:absolute;
	top:1px;
	right:0;
	content:'';
	width:1px;
	height:15px;
	background:#a5a5a5;
	margin:0 10px;
}
.navi-list .navi-sns{
	display:inline-block;
	padding-top: 6px;
}
.navi-list .navi-sns a{
	display: inline-block;
    margin-right: 3px;
}
.navi-list .navi-sns img{
	height:33px;
}
/**depth1에 hover했을때 효과**/
.gnb > ul > li > a::after{
	content:''; 
	width:0; 
	height:3px; 
	background:#f53d7e;
	position:absolute; 
	right:0;
	bottom:0;
	transition:all ease .5s;
}
.gnb > ul > li > a:hover::after{
	width:100%;
	right:auto; 
	left:0;
}


/***** content_wrap 영역 *****/
.content_wrap {
	width:100%;
}
#content_wrap {
	width:100%;
	padding-top: 150px;
}


/***** footer 영역 *****/
.footer{
	width:100%;
	background:#242424;
	padding:30px 0;
	position:relative;
}
.foo_1{
	margin-bottom:20px;
}
.foo_1 li {
	display:inline-block;
	text-align:left;
	margin-bottom:4px
}
.foo_1 li a {
    display: block;
    font-size: 14px;
    margin-right: 20px;
}
.foo_2 {
	width: 100%;
    padding: 13px 0 10px;
}
.footer_info span{
	font-size: 13px;
	line-height: 22px;
	color: #bbbbbb;
}
.footer_line{
    padding: 0 5px 0 10px;
    background: url(/img/ico/nav_line.png) no-repeat left center;
}
.foo_2 p.copy {
	font-size:12px;
	line-height:22px;
	margin-top:4px;
	color:#bbbbbb;
}
.foo_logo {
	position: absolute;
    top: 50%;
    right: 0;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
	width:130px;
}
.foo_logo img {
	width:100%;
}
.top_btn{
    display: block;
    position: absolute;
    bottom: 20px;
	right:20px;
    z-index: 100;
    padding: 14px 10px;
    background: rgba(255,255,255,0.5);
    color: #fff;
	border:1px solid #e8e8e8;
    cursor: pointer;
    letter-spacing: -0.05em;
    font-size: 14px;
}



@keyframes fadeEffect{
	from{opacity:0;}
	to{opacity:1}
}

/*페이징*/
.paging {
	text-align:center;
	margin-top:60px;
	margin-botttom:60px;
}
.paging ul {
	display: inline;
    vertical-align: top;
    font-size: 0;
}
.paging li {
	display: inline-block;
    overflow: hidden;
    position: relative;
    width: 38px;
    height: 38px;
    margin-left: -1px;
    border: 1px solid #dfdfdf;
	zoom:1;
	cursor:pointer;
    color: #999;
    line-height: 38px;
    font-size: 14px;
}
.paging li.current {
	color:#fff;
	background:#ff495e;
}
.paging li:hover{
	background:#999;
}
.paging li:first-child,
.paging li:last-child{
	display: inline-block;
    overflow: hidden;
    width: 39px;
    height: 38px;
    border: 1px solid #999;
    border-radius: 3px;
    vertical-align: top;
    font-size: 0;
	cursor:pointer;
	background-image:url(/images/btn/m_topback2.png);
	background-repeat:no-repeat;
	background-size:auto 14px;
	background-position:center;
	opacity:0.4;
}
.paging li:first-child{
	margin-left:10px;
}
.paging li:last-child{
	margin-right:10px;
	transform:rotate(180deg);
}
.terms_page{
	width: 1028px;
    margin: auto;
    border: 1px solid #ddd;
    margin-top: 81px;
    margin-bottom: 24px;
    padding: 65px;
}
.terms_page .terms_tit .tab {
	position:relative;
}
.terms_page .terms_tit .tab h2{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 21px;
    letter-spacing: -0.04em;
    background: #f9f9f9;
    padding: 20px 0;	
	box-sizing:border-box;
	cursor:pointer;
}
.terms_page .terms_tit .tab h2.active{
    border:1px solid #eee;
    background: #fff;
	box-shadow:0 4px 4px rgba(0,0,0,0.1);
	margin-top:-1px
}
.terms_page .tabcontent .cont{
	margin-top:24px;
	line-height:1.4em
}
.terms_page .tabcontent .cont p{
    line-height: 1.4em;
    font-size: 14px;
    color: #666;
}
.terms_page .tabcontent .__se_tbl_ext{
	width:100% !important;
}

/**퀵 버튼**/
.quick_right{
	position:fixed;
	top:157px;
	right:10px;
	width:80px;
	z-index:600
}
.quick_right li{
	display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
	border:1px solid #eee;
    margin-bottom: 4px;
	border-radius:80px;
	cursor:pointer;
}
.quick_right li a{
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color: #777;
}
.quick_right li i{
    display: block;
    font-size: 21px;
    padding-bottom: 8px;
	color:#111;
}
.quick_right .log_out{
    border-radius: 0;
    height: auto;
	border:0;
	background:none;
}
.quick_right .log_out a{
    font-size: 12px;
    margin-top: 8px;
    color: #000;
}
.quick_right .log_out i{
    display: inline-block;
    font-size: 13px;
    margin-left: 2px;
}





/*페이징
.paging {overflow: hidden; text-align: center;  margin-top: 20px; margin-bottom: 20px; font-weight: bold; color: #767676; display: table; margin-left: auto; margin-right: auto; }
.paging ul {overflow: hidden;}
.paging li {display: inline-block; zoom: 1; display: inline; float: left;}

.paging li {display: block; width: 24px; height: 20px; margin: 0 2px; overflow: hidden; color: #767676; font-size: 12px; padding-top: 4px;}border: 1px solid #ebebeb; 
.paging li.current {color:#000;}background:#EDA490; color: #fff;
.paging li a{color:#9C9C9C;}*/