/*로그인숨감*/
.loginBtn{display: none !important; visibility: hidden  !important; opacity: 0  !important;}
.login_box {display: none !important; visibility: hidden  !important; opacity: 0  !important;}


/* main {height: 500px;} */
.wrap {position: relative;	display: block;	width: 100%;	height: auto;}
.set {display: block; width: 100%; height: auto; position: relative;}
.set-in {margin: 0 auto; display: block; max-width: 1220px; padding-left: 10px; padding-right: 10px;width: 100%; height: auto; position: relative;}
.set-in2 {margin: 0 auto; display: block; max-width: 1270px; padding-left: 10px; padding-right: 10px;width: 100%; height: auto; position: relative;}
.hidden_cate {display: none !important;}
legend, caption,.sound_only, .blind { position: absolute !important;    top: auto;    left: -10000px;    width: 1px;    height: 1px;    overflow: hidden;}
/* header start*/
	
header {
	display: block;
	position: fixed;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: auto;
	z-index: 10;
	font-size: 0;
}

.header_top {
	position: relative;
	display: block;
	width: 100%;
	height: 150px
}

.header_top>.bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/common/header_top_bg.png)repeat-x left top;
}

.header_top .inner {
	z-index: 1;
	height: 100%;
	padding-top: 40px;
}

.header_top .inner .logo {
	display: block;
	margin: 0 auto;
	width: 278px;
	height: auto;
}

.header_top .inner .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header_top .inner>span {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}

.header_top .inner>span.deco1 {
	background: url(/images/common/deco1.png)no-repeat center center;
	width: 120px;
	height: 120px;
	left: 10px;
}
.header_top .inner>span.deco2 {
	background: url(/images/common/deco2.png)no-repeat center center;
	width: 134px;
	height: 134px;
	right: 10px;
}

.header_nav .block {
	float: left;
	position: relative;
	display: block;
	width: 20%;
	height: auto;
}

.header_nav {
	background: rgba(24,25,68,0.7);
}
.header_nav>div {
}

.header_nav .block>div {
	position: relative;
	display: table;
	width: 100%;
	height: 58px;
}

.header_nav .block>div>a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'NanumMyeongjo', sans-serif;
}

.header_nav .block>div>a>p {
	display: block;
	line-height: 1;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
	margin-top: 1px;
	font-family: 'Noto Sans KR', sans-serif;
}
.header_nav .block>div>a>span {
	display: block;
	line-height: 1;
	font-family: 'MalgunGothic',sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0;
	color: #fff;
	margin-top: 1px;
}


.header_nav .block>ul {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 58px;
	display: block;
	width: 100%;
	height: auto;
	background: rgba(24,25,68,0.8);
	display: none;
	display: block;
	transition: padding 0.2s ease-in-out;
}
.header_nav .block.active>div {
	background: rgba(24,25,68,0.8);
}
.header_nav .block:hover>div {
	background: rgba(24,25,68,0.8);
}
.header_nav .block.current>div {
	background: rgba(24,25,68,0.8);
}

.header_nav .block>ul li {
	display: block;
	width: 100%;
	text-align:center;
	height: 0;
	visibility: hidden;
	padding: 0;
	opacity: 0;
	transition: height 0.2s ease-in-out, visibility 0.2s ease-in-out, padding 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.header_nav .block.open_pc_nav ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.header_nav .block.open_pc_nav ul li {
	height: 37px;
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 1;
}


.header_nav .block:after { 
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #bdbfbf;
}
.header_nav .block:last-child:after { 
	display: none !important;
}

.header_nav .block>ul li span {
	display: none;
}
.header_nav .block>ul li a {
	font-size: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	line-height: 1;
	font-weight: 300;
	color: #fff;
}
.header_nav .block>ul li a:hover {
	text-decoration: underline;
}

.header_nav .block>ul li.on a {
	text-decoration: underline;
}

.header_nav .block>ul li.on2 a {
	text-decoration: underline;
}


.mobile_menu_btn {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url(/images/common/mobile_menu_btn.png)no-repeat center center;
	background-size: 28px;
	display: none;
}

.loginBtn {
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-size: 28px;
	display: none;
	padding: 0 8px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}
.loginOutBtn {
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-size: 28px;
	display: none;
	padding: 0 8px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

@media all and (max-width: 1024px) {
	.loginBtn {
	display: inline-block;}
	.loginOutBtn {
	display: inline-block;}
	.mobile_menu_btn {
		display: block;
	}
	.header_top .inner>span,
	.header_nav {
		display: none !important;
	}
	
	.header_top {
		height: 100px;
	}
	.header_top .inner {
		padding-top: 29px;
	}
	.header_top .inner .logo {
		width: 200px;
	}
}

@media all and (max-width: 767px) {
	.header_top {
		height: 75px;
	}
	.header_top .inner {
		padding-top: 21px;
	}
	.header_top .inner .logo {
		width: 120px;
	}
}

@media all and (max-width: 520px) {
	.header_top {
		height: 66px;
	}
	.header_top .inner {
		padding-top: 20px;
	}
	.header_top .inner .logo {
		width: 110px;
	}
}


/* 모바일  nav */

#header-nav {
	display: none;
}

@media all and (max-width: 1024px) {
	#header-nav {
		display: block;
	}
}

.h-nav-bg {
	position: fixed;
	right: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
	font-size: 0;
}

.header-nav-inner {
	position: fixed;
	z-index: 99999999999999;
	right: calc(-77% - 43px);
	top: 0;
	width: 77%;
	height: 100%;
	background: #fff;
	transition: right 0.3s;
}

.header-nav-con {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 4;
}

#header-nav.active .h-nav-bg {
	display: block;
}
#header-nav.active .header-nav-inner {
	right: 0;
}

.header-nav-close {
	position: absolute;
	left: -43px;
	width: 43px;
	height: 43px;
	background-color: #0d2033;
	z-index: 4;
	font-size: 0;
	cursor: pointer;
	background-image: url(/images/common/assets2.png);
	background-size: 650px;
	background-position: left -458px top 10px;
	background-repeat: no-repeat;
}

.header-nav-con .top {
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
	background: #65669c;
}

.header-nav-con .top .logo {
	cursor: pointer;
	font-size: 0;
	margin: 21px 0 0 20px;
	position: relative;
	display: inline-block;
	width: 140px;
	height: 36px;
	background-image: url(/images/common/logo.png);
	background-size: auto 100%;
	background-position: left -0 center;
	background-repeat: no-repeat;
}
.log_in_out {
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #7ad8ff;
	padding: 3px 5px;
	box-sizing: border-box;
	color: #0599d7 !important;
	cursor: pointer;
	font-family: Arial,'Nanum Gothic', sans-serif;
	z-index: 10;
	right: 10px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
}					
.header-nav-sch {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #333333;
}

.header-nav-sch input {
	float: left;
	display: block;
	width: calc(100% - 55px);
	height: 100%;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border: 0;
	border-right: 1px solid #111;
	padding-left: 21px;
	color: #fff;
	font-family: Arial,'Nanum Gothic', sans-serif;
}

.header-nav-sch input::placeholder {
  font-size:  14px;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.header-nav-sch input:-ms-input-placeholder {
  font-size:  14px;
  text-align: left;
  color: #fff;
  line-height: 1;
}

.header-nav-sch button {
	float: left;
	display: block;
	width: 55px;
	height: 100%;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 0;
	border: 0;
	background-image: url(/images/common/assets2.png);
	background-size: 375px;
	background-position: left -230px top -35px;
	background-repeat: no-repeat;
}

.h-n-main {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.h-n-main .list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.h-n-main .list.active span.title>a {
	color: #00b9c1;
}

.h-n-main .list:first-child span.title {
	border-top: 1px solid #eee;
}
.h-n-main .list span.title {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	line-height: 54px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	padding-left: 21px;
	cursor: pointer;
	font-family: Arial,'Nanum Gothic', sans-serif;
}
.h-n-main .list span.title>a{
	display: block;
	width: 100%;
	height: 100%;
}

.h-n-main .list span.title:after {
	font-family: 'Raleway', sans-serif;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	content: "∨";
	z-index: 5;
	font-size: 0;
	color: #666;
	position:absolute; top:50%; transform:translateY(-50%);
	right: 10px;
	font-weight: bold;
	background: url(/images/common/gnbDownArrow.png)no-repeat center center;
	background-size: 100%;
	}

.h-n-main .list.noarrow span.title:after {
	display: none !important;
}

.h-n-main .list.active span.title:after {
	background: url(/images/common/gnbUpArrow.png)no-repeat center center;
	background-size: 100%;
}

.h-n-main .list ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	transition: height 0.3s;
	overflow-y: hidden;
	font-size: 20px;
}

.h-n-main .list ul li {
	transition: height 0.3s;
	height: 0;
	background: #f9f9f9;
	overflow: hidden;
	line-height: 44px;
	box-sizing: border-box;
	padding-left: 21px;
	border-bottom: 0px solid #ddd;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
}
.h-n-main .list ul li.hide {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: -99;
}
.h-n-main .list.active ul li {
	height: 45px;
	border-bottom: 1px solid #eee;
}

.h-n-main .list ul li a {
	font-weight: 400;
	color: #333;
	width: 100%;
	height: 100%;
	display: block;
	font-family: Arial,'Nanum Gothic', sans-serif;
}

.h-n-main .list ul li a span {
	/* display: none !important; */
	font-size: 12px;
	letter-spacing: -0.040em;
}

.h-n-main .list ul li.active a {
	font-weight: 600;
	color: #09cfd5;
}


.h-n-main .list.active ul li.on {
	background-color: #f2f2f2;
}
.h-n-main .list.active ul li.on a {
	font-weight: 700;
	color: #65669c;
}

.h-n-main .list.active ul li.on2 {
	background-color: #f2f2f2;
}
.h-n-main .list.active ul li.on2 a {
	font-weight: 700;
	color: #65669c;
}

.header-nav-bottom {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 20px;
	background: #fff;
	font-size: 0;
	border-top: 1px solid #ddd;
}

.header-nav-bottom a {
	position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/images/common/fool_sns.png);
    background-repeat: no-repeat;
    background-size: 190px;
    border-radius: 100%;
}

.header-nav-bottom a:nth-child(n+2) {
	margin-left: 10px;
}

.header-nav-bottom a.fb{
    background-position: left 0 top 0;
}
.header-nav-bottom a.ins{
	background-position: left -51px top 0;
}
.header-nav-bottom a.nb{
	background-position: left -100px top 0;
}

body.over-hidden {
    overflow: hidden !important;
}

@media all and (max-width: 767px) {
	.header-nav-con .top {
		height: 70px;
	}
	
	.header-nav-con .top .logo {
	margin-top: 16px;
	}
}


@media all and (max-width: 425px) {
	.header-nav-con .top {
		height: 66px;
	}
	
	.header-nav-con .top .logo {
	margin-top: 14px;
	}
}

/* 모바일  nav end */
/* header end */



/* footer start */
footer {
	background: #333333;
	font-size: 0;
}

.footer_top {
	border-bottom: 1px solid #555;
}

.footer_top .inner {
	height: 45px;
}
.footer_top .inner .links {
	line-height: 45px;
	padding-left: 260px;
}

.footer_top .inner .links a {
	font-family: 'MalgunGothic',sans-serif;
	font-size: 14px;
	letter-spacing: -0.0250em;
	color: #fff;
	font-weight: 400;
	margin-right: 30px;
}
.footer_top .inner .links a:hover {
	color: #acb1fe;
}

.foot_site_select {
	position: absolute;
	display: block;
	width: 100%;
	max-width: 240px;
	height: 45px;
	right: 0;
	top: 0;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}

.foot_site_select select {
	border: 0;
	width: 100%;
	height: 100%;
	background: #292929 url(/images/common/foot_site_select.png)no-repeat center right 14px;
	padding-left: 13px;
	padding-right: 30px;
	font-family: 'MalgunGothic',sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	letter-spacing: -0.030em;
}
.foot_site_select select { -webkit-appearance: none; -moz-appearance: none;appearance: none;}
.foot_site_select select::-ms-expand { display:none; }


.foot_info {
	padding: 40px 0;
	padding-left: 260px;
	background: url(/images/common/foot_deco.png)no-repeat center left 125px;
}

.foot_info p {
	font-family: 'MalgunGothic',sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	color: #aaa;
	letter-spacing: -0.025em;
	margin-top: -4px;
	display: block;
}


.foot_info p b {
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

@media all and (max-width: 1024px) {
	.footer_top .inner .links,
	.foot_info {
		padding-left: 170px;
	}
	.foot_info {
		background-position: center left 42px;
	}
}

@media all and (max-width: 767px) {
	.footer_top .inner .links,
	.foot_info {
		padding-left: 10px;
	}
	.foot_info {
		background: #292929;
	}
}


@media all and (max-width: 520px) {
	.footer_top {
		border-bottom: 0;
	}
	.footer_top .inner {
		height: auto;
	}
	.foot_site_select {
		position: relative;
		right: inherit;
		top: inherit;
		width: 100%;
		max-width: 100%;
		border-top: 1px solid #555;
		border-bottom: 1px solid #555;
		border-right: 0;
		border-left: 0;
	}
}
@media all and (max-width: 520px) {
.f_br { display: none;}
}


/* footer end */

.header-nav-con .login_box {
	padding-left: 150px;
	padding-right: 150px;
}


@media all and (max-width: 767px) {
	.header-nav-con .login_box {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media all and (max-width: 520px) {
	.header-nav-con .login_box {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media all and (max-width: 425px) {
	.header-nav-con .login_box {
		padding-left: 20px;
		padding-right: 20px;
	}
}










































































































































