@charset "utf-8";

.inner {
	position: relative;
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

/* 상단 */
#header {
	position: fixed;
	width: 100%;
	top: 0px; 
	left: 0;
	background: transparent;
	z-index: 1006;
	padding: 10px 0;
	transition: background .3s;
}
#header:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: fixed;
	top: 95px;
	left: 0;
	z-index: 1;
}
#header .inner .flex {
	align-items: center;
}
#header h1.logo {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
}
#header h1.logo img {
	width: 150px;
}
#header .header_menu {
    flex: 2;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
#header .header_menu > li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
#header .header_menu > li> a {
	position: relative;
    display: block;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    transition: all .3s;
}
#header .header_menu > li> a:hover {
	color: #F90093;
}
#header .sub_menu {
	display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    list-style: none;
    background: #15151e;
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
}
#header .sub_menu:before {
    content: '';
    background: linear-gradient(-50deg,#9A00FF, #F90093);
    position: absolute;
    width: 137px;
    height: 141px;
    top: -1px;
    left: -1px;
    z-index: -1;
    border-radius: 20px;
}
#header .sub_menu li a {
    display: block;
    padding: 5px 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    font-size: 15px;
}
#header .sub_menu li a:hover {
	color: #F90093;
}
#header .right {
	position: absolute;
	top: 35px;
	right: 50px;
}
#header .right > div {
	position: relative;
	display: inline-block;
	padding: 0 15px;
}
#header .right > div > a {
    position: relative;
    display: block;
    width: 144px;
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
    text-align: center;
    background: #15151E url("../images/ico-down.svg")no-repeat 94% 50%;
    color: #fff;
    font-size: 14px;
    text-indent: -10px;
}
#header .right > div > a:before {
    content: '';
    background: linear-gradient(-50deg,#9A00FF, #F90093);
    position: absolute;
    width: 148px;
    height: 38px;
    top: -2px;
    left: -2px;
    z-index: -1;
    border-radius: 10px;
}
#header .right > div > a img {
	width: 17px;
	vertical-align: middle;
	margin-right: 10px;
}
#header .right > div.login > a {
	width: 96px;
	background: #15151E;
	text-indent: 0;
}
#header .right > div.login > a:before {
	width: 100px;
}
#header .right > div ul {
    display: none;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -70px;
    _display: none;
    list-style: none;
    padding: 5px 10px 5px 25px;
    background: #15151e;
    border-radius: 10px;
    width: 144px;
    box-sizing: border-box;
}
#header .right > div ul:before {
    content: '';
    background: linear-gradient(-50deg,#9A00FF, #F90093);
    position: absolute;
    width: 146px;
    height: 258px;
    top: -1px;
    left: -1px;
    z-index: -1;
    border-radius: 10px;
}
#header .right > div ul li {
	margin: 15px 0;
}
#header .right > div ul li a {
	font-family: "Poppins";
    color: #fff;
    display: block;
    font-size: 12px;
    padding-left: 30px;
}
#header .right > div ul li a:hover {
	color: #F90093;
}
#header .right > div ul li a img {
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
#header .right > div ul li:nth-child(1) a {
	background: url("../images/top_sns01.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(1) a:hover {
	background: url("../images/top_sns01_on.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(2) a {
	background: url("../images/top_sns02.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(2) a:hover {
	background: url("../images/top_sns02_on.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(3) a {
	background: url("../images/top_sns03.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(3) a:hover {
	background: url("../images/top_sns03_on.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(4) a {
	background: url("../images/top_sns04.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(4) a:hover {
	background: url("../images/top_sns04_on.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(5) a {
	background: url("../images/top_sns05.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(5) a:hover {
	background: url("../images/top_sns05_on.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(6) a {
	background: url("../images/top_sns06.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(6) a:hover {
	background: url("../images/top_sns06_on.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(7) a {
	background: url("../images/top_sns08.png")no-repeat 0 50% / 20px;
}
#header .right > div ul li:nth-child(7) a:hover {
	background: url("../images/top_sns08_on.png")no-repeat 0 50% / 20px;
}

#header.fixmenu {
	background: #141127;
}
#header.fixmenu h1.logo {
    position: absolute;
    top: 14px;
    left: 50px;
    margin-bottom: 0;
    padding-top: 0;
}
#header.fixmenu .right {
	top: 14px;
}
/* // 상단 */




/* 모바일 상단 */
#header .menu {
	display: none;
	font-size:1em; 
	position: absolute;
	top: 20px;
    right: 20px;
}
#header .menu a {
	position: relative; 
	display:block;
	width:28px; 
	height:21px;
}
#header .menu a span {
	position: absolute; 
	background: #fff; 
	display:block;
	width: 22px;
    height: 3px;
    left: 5px;
    transition: all .2s;
}
#header .menu a span:nth-child(1) {
	top: 0px;
}
#header .menu a span:nth-child(2) {
	top:10px;
	left: 0;
	width: 28px; 
}
#header .menu a span:nth-child(3) {
	top: 20px;
}

#header.on .menu a span:nth-child(1) {
	top: 11px;
	transform: rotate(45deg);
}
#header.on .menu a span:nth-child(2) {
	display: none;
}
#header.on .menu a span:nth-child(3) {
	top: 11px;
	transform: rotate(-45deg);
}
.scroll-func {
	width:100%;
}
.left-wrap  {
	width: 100%;
	position: fixed; 
	top: 0;
	display: none;
	z-index: 1005;
	height:100%;
	transform: scale(0);
	transform-origin : 100% 0 rotate(45deg);
	background: #000;
	box-sizing: border-box;
	transition: all .2s;
}
.left-wrap.on {
	transform: scale(1);
}
.not-scroll {
	overflow:hidden;
}
.left-wrap .depth {
	padding-top: 65px;
	text-align: center;
}
.left-wrap .depth li a {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif !important;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 25px;
    transition: all .3s ease-in-out;
}
.left-wrap .depth li ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-in-out;
}
.left-wrap .depth li ul a {
	font-size: 15px;
	height: 30px;
    line-height: 30px;
}
.left-wrap .depth li.open ul {
	max-height: 300px;
}
.left-wrap .sns {
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    font-size: 0;
    text-align: center;
}
.left-wrap .sns li {
	display: inline-block;
}
.left-wrap .sns li img {
    width: 20px;
    margin: 0 8px;
    vertical-align: middle;
}
.left-wrap .login a {
    position: relative;
    display: block;
    width: 96px;
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
    text-align: center;
    background: #15151E;
    color: #fff;
    font-size: 14px;
    margin: 15px auto;
}
.left-wrap .login a:before {
    content: '';
    background: linear-gradient(-50deg,#9A00FF, #F90093);
    position: absolute;
    width: 100px;
    height: 38px;
    top: -2px;
    left: -2px;
    z-index: -1;
    border-radius: 10px;
}


/* // 모바일 상단 */


#container {
	
}




/* 하단 */
#footer {
    position: relative;
    padding: 60px 0 30px;
    background: #15151E;
    height: auto!important;
}
#footer .fp-tableCell {
	height: auto!important;
}
#footer .inner {
	max-width: 1340px;
}
#footer .top > div {
	text-align: left;
	flex: 1;
	margin-right: 60px;
}
#footer .top > div:nth-child(2) {
	flex: 0.7;
}
#footer .top > div h4 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 15px;
}
#footer .top .logo {
	margin-bottom: 20px;
}
#footer .top .logo img {
	height: 55px;
}
#footer .top .logo + p {
	font-size: 16px;
	line-height: 1.3;
}
#footer .top .sns {
	margin-top: 60px;
}
#footer .top .sns li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#footer .top .sns li img {
	vertical-align: middle;
	width: 20px;
}
#footer .top > div p {
	font-size: 16px;
	margin: 10px 0;
}
#footer .top > div:last-child {
	margin-right: 0;
	flex: 1.1;
}
#footer .top > div:last-child p {
	padding-left: 30px;
}
#footer .top > div p.tel {
	background: url("../images/ico-tel.svg")no-repeat 0 50%;
}
#footer .top > div p.fax {
	background: url("../images/ico-fax.svg")no-repeat 0 50%;
}
#footer .top > div p.addr {
	background: url("../images/ico-addr.svg")no-repeat 0 50%;
}
#footer .top > div p.mail {
	background: url("../images/ico-mail.svg")no-repeat 0 50%;
}
#footer .bottom {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	margin-top: 60px;
	padding: 23px 0 0;
}
#footer .bottom .fl {
	font-size: 14px;
}
#footer .bottom .fl span {
	font-weight: 500;
	color: #F40199;
}
#footer .bottom .fr ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
#footer .bottom .fr ul li a {
	font-size: 16px;
}





.top_btn {
    position: fixed;
    right: 105%;
    bottom: 75px;
    z-index: 99;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    background: transparent;
}
.top_btn.on {
    right: 30px;
}
.kakao {
    bottom: 152px;
    width: 50px;
}
.kakao.on {
	right: 45px;
}
.pop {
    bottom: 215px;
    width: 50px;
}
.pop.on {
    right: 45px;
}






.modal {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1020;
    background: #0B0442;
    height: 100%;
    opacity: 0;
	z-index: -1;
	visibility: hidden;
}
.modal.open {
	opacity: 1;
	z-index: 1100;
	visibility: visible;
}
.modal .close {
	display: block;
	position: absolute;
	top: 50px;
	right: 50px;
	background: transparent;
	width: 30px;
	height: 30px;
	z-index: 1;
}
.modal .close img {
	width: 100%;
}
.modal .modal_cont {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1120px;
    max-height: 90vh;
    padding: 80px 0;
    box-sizing: border-box;
}



.privacy_popup {
	display: none;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.privacy_popup .scroll {
	max-height: 440px;
    overflow-y: auto;
    margin-bottom: 25px;
    height: calc(50vh - 75px);
    white-space: pre-line;
}
.privacy_popup .modal_cont h3 {
	font-size: 20px;
	margin-bottom: 15px;
}



@media screen and (max-width: 1650px){
	#header .header_menu {
		margin-left: -85px;
	}
	#header .right > div {
	    padding: 0 10px;
	}
	#header.fixmenu h1.logo {
		left: 20px;
	}
	#header.fixmenu .right {
		right: 20px;
	}
	#header .header_menu > li {
		padding: 0 15px;
	}
	#header .header_menu > li> a {
		font-size: 14px;
	}
	#header .sub_menu:before {
		width: 115px;
	}
}
@media screen and (max-width: 1280px){
	#header .header_menu > li {
		padding: 0 7px;
	}
	#header .header_menu > li > a {
		font-size: 14px;
	}
	header .right > div {
	    padding: 0 0 0 10px;
	}
	#header .right > div > a {
		width: 80px;
	    font-size: 13px;
	}
	#header .right > div > a:before {
		width: 84px;
	}
	#header .right > div.sns > a {
		width: 130px;
	}
	#header .right > div.sns > a:before {
		width: 134px;
	}
	#header .right > div ul {
		width: 130px;
		margin-left: -65px;
		padding: 5px 10px 5px 20px;
	}
	#header .right > div ul:before {
		width: 132px;
	}
	#header .sub_menu:before {
	    width: 98px;
	}


	#footer .top .logo img {
	    height: 40px;
	}
	#footer .top .logo + p {
		font-size: 14px;
	}
	#footer .top > div h4 {
		margin-top: 0;
		font-size: 18px;
	}
	#footer .top > div p {
		font-size: 14px;
	}
	#footer .top .sns {
	    margin-top: 50px;
	}
	#footer .bottom {
		margin-top: 50px;
	}
	#footer .bottom .fl {
	    font-size: 13px;
	}
	#footer .bottom .fr ul li a {
	    font-size: 14px;
	}
}
@media screen and (max-width: 1024px){
	#header {
		padding: 13px 0;
	}
	#header h1.logo {
		margin-bottom: 0;
		padding-top: 0;
	}
	#header.fixmenu {
		padding: 30px 0;
	}
	#header.fixmenu h1.logo {
	    top: 15px;
	    left: 20px;
	}
	#header h1.logo img {
	    width: 145px;
	}
	#header .header_menu {
		display: none;
	}
	#header .right > div.sns,
	#header .right > div.login,
	#header .right > div:last-child:after {
		display: none;
	}
	#header .right {
	    top: 20px;
	    right: 55px;
	}
	#header .right > div > a {
	    font-size: 16px;
	}
	#header .menu {
		display: block;
	}


	#container {
	    
	}


	#footer {
    	padding: 45px 0 20px;
    }
	#footer .top {
		padding-top: 200px;
	}
	#footer .top > div:nth-child(1) {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    text-align: center;
	}
	#footer .top .logo + p {
	    max-width: 70%;
	    margin: 0 auto;
	}
	#footer .top .sns {
	    margin-top: 35px;
	}
	#footer .top > div:nth-child(2) {
		flex: 1;
	}
	#footer .bottom > div {
		float: none;
		width: 100%;
		text-align: center;
	}
	#footer .bottom .fl {
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px){
	.modal .close {
		width: 20px;
		height: 20px;
	}


	#footer .bottom .fr ul li {
		margin: 0 10px;
	}
}
@media screen and (max-width: 480px){
	#footer .top .logo + p {
	    font-size: 12px;
	}
	#footer .top {
		display: block;
	}
	#footer .top > div h4 {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
	#footer .top > div p {
	    font-size: 12px;
	    margin: 5px 0;
	}
	#footer .top > div:last-child {
		margin-top: 30px;
	}
	#footer .top > div:last-child p {
		padding-left: 25px;
		background-size: 14px!important;
	}
	#footer .bottom {
	    margin-top: 35px;
	}
	#footer .bottom .fl {
	    font-size: 11px;
	}
	#footer .bottom .fr ul li {
	    margin: 0 5px;
	}
	#footer .bottom .fr ul li a {
	    font-size: 12px;
	}
}