/*
 * Copyright 2014 inpleworks, Co.
*/


/* header
-------------------------------------- */  
#xet_header {
	width: calc(100% - 40px);
	height: 58px;
	padding: 0 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: flex;
    justify-content: space-between;
	transform: translate3d(0px, 0px, 0px);
    transition: all 0.5s ease 0s;
}
#xet_header:hover{
	background: rgba(255,255,255,0.85);	
}
#xet_header:hover ul.xet_nav > li > a{
	color: #1c1d1d !important;
}
#xet_header.header_up {
    transition: transform 0.3s ease 0s;
}
#xet_header.header_down {
	background: rgba(255,255,255,0.85);	
	border-bottom: none;
}
.xet_logo {
	/* margin-left: 30px;  */
	display: flex;
	align-items: center;
}
.xet_logo a {
	height: 28px;
	line-height:28px;
	overflow: hidden;
	display: inline-block;	
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xet_logo a img { 
	height: 100%;
	vertical-align: top; 
}
.xet_logo a .logo_w{
	display: block;
}
.xet_logo a .scroll_logo{
	display: none;
}
#xet_header.header_down .xet_logo a .logo_w {
  display: none;
}
#xet_header.header_down .xet_logo a .scroll_logo {
  display: block;
}

/* NAV
-------------------------------------- */  
.xet_nav_wrp { 
	position:absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
	/* margin-right: 30px;  */
	background: rgba(0,0,0,0); /* ie9,10 bug fix */
}
@media \0screen { 
	.xet_nav_wrp { 
		background: url(../img/trans-0.png) repeat;/* ie8 bug fix */
	}
}
ul.xet_nav { 
	margin: 0;
	padding: 0;
	list-style: none;
	*zoom:1; 	
	height: 58px; 
	display: flex;
	align-items: center;
}
ul.xet_nav:after { 
	content:""; display:block; clear:both; 
}
ul.xet_nav > li { 
	position:relative;  
	line-height: 0;
}
/* ul.xet_nav > li:after { 
	content: "  /";
	color: #fff;
} */
ul.xet_nav > li:last-child:after { 
	content: " ";
}
ul.xet_nav > li > a { 
	display: inline-block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
	color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0 8px;
    padding: 0 10px;
    overflow: hidden;
	/* opacity: 0.5; */
	transition: all 0.4s;
	position: relative;
}
ul.xet_nav > li > a:hover{
	opacity: 1;
}
ul.xet_nav > li > a:hover > .menu_txt{
	transform: translatey(-40px);
}
ul.xet_nav > li > a:hover > .hidden_txt{
	bottom: 1px;
}
ul.xet_nav > li > a > .menu_txt { 
	display: block;
	padding: 0px;
	line-height: 1.2;
	transition: all 0.4s;
}
ul.xet_nav > li > a > .hidden_txt{
	color: #00489d;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform:translateX(-50%);
	transition: all 0.4s;
}
ul.xet_nav > li.xet_acc a { 
	display: inline-block;
	font-size: 22px; 
	cursor:pointer;
	margin: 0 5px;
}
ul.xet_nav li img { 
	vertical-align:middle; 
}
ul.xet_nav li:hover > a > span,
ul.xet_nav li a.on > span {
	/* padding-bottom: 3px; */
	/* border-bottom: 1px solid #eee; */
}


/* child1 */
ul.xet_nav ul { 
	z-index: 99; 
	display: none;
	position: absolute; 
	left: 50%; 
	top: 100%;	
	width: 180px;
	list-style: none;
	margin: 0 0 0 -90px; 
	padding: 0;
}
ul.xet_nav ul li { 
	position: relative;
	float:none; 
	margin: 0;
	padding: 6px 0;
	height: auto;
	line-height: 150%;
	background: #f9f9f9;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
ul.xet_nav ul li a { 
	display: block; 
	font-size: 13px; 
	font-weight: normal; 
	margin: 0; 
	padding: 0 20px;
	color: #333; 
}
ul.xet_nav ul li a.child { 
	background:url(../img/right_arrow.png) 90% 50% no-repeat;
}

/* 3차 메뉴 */
ul.xet_nav ul.child2 { 
	top: 0; 
	left:100%; 
	margin: 0;
}

/* show */
ul.xet_nav > li:hover > ul,
ul.xet_nav ul > li:hover > ul {
	display: block;
	-moz-animation: fadeIn .3s ease-in ;
    -webkit-animation: fadeIn .3s ease-in ;
    animation: fadeIn .3s ease-in;
}

/* color */
ul.xet_nav ul li:hover {
	background: #fff;
}

.xet_nav_wrp .edge {   
    position: absolute;
    left: 50%;
    top: -8px;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 8px 8px;
}





/* account */
.xet_acc { 
	position: relative;
	margin:0;
	padding:0;
	*zoom:1; 	
}
.xet_acc:after { 
	content:""; display:block; clear:both; 
}
.xet_acc > a { 
	float: left;
	display: inline-block;
	text-decoration:none;
	cursor:pointer;
	line-height: 48px;
	height: 48px;
	width: 48px;
	text-align: center;
	margin: 22px 0 0 0;
	padding: 0; 
	color:#fff;
}
.xet_acc > a > span > i { 
	font-size: 24px; 
}


.icon_close,
.icon_menu.active {
	display: none;
}
.icon_close.active {
	display: inline-block;
}

/* kakao */
.kakao{
	position: fixed;
	bottom: 72px;
	right: 15px;
	z-index: 50;
}
.kakao a{
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 62px;
	text-indent: -9999px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	background: #FAE100 url("https://cdn-icons-png.flaticon.com/512/2111/2111466.png")no-repeat center/ 50%;
}


/* section...
-------------------------------------- */  
.xet_section {
	color: #3F51B5;
	background: #fff;
}

.xet_section .bgcolor {
	background: #f1f1f1;
}
.xet_section .themebg {
	background: #3F51B5;
	color: #fff;
}
.xet_section.parallax {
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #3F51B5;
	color: #fff;
}

.xet_section .xet_icon {
	padding: 30px 0;
	border: 1px solid #3F51B5;	
}
.xet_section .xet_icon i {
	font-size: 120px;	
	vertical-align: middle;
}

.xet_section img { 
	vertical-align: top;
	max-width: 100%;
}

.xet_code {
	font-size: 14px;	
}





/* BODY
-------------------------------------- */  
#xet_body { 
	position:relative; 
	background: #fff;
}
#xet_body.sub_content_bg {
	/* background: #f1f1f1 !important; */
}
#xet_body.no_slider {
	margin-top: 58px;
}


/* content */
.xet_content_wrp { 
	position:relative; 
	overflow:hidden;
}

.xet_content { 
	background:#fff;
	box-sizing: inherit;
}

.xet_content.sub_content {	
	/* padding: 30px; */
	/* border: 1px solid transparent; */
}
.xet_content.sub_content.side_left {
	margin-left: 30px;
}
.xet_content.sub_content.side_right {
	margin-right: 30px;
}
.xet_content.act {
	margin: 90px 0 0 !important;
	padding: 60px 0 !important;
}

/* breadcrumb 
-------------------------------------- */  
/* .breadcrumb_wrp { 
	position:relative;
	padding: 30px 0;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
}
.breadcrumb_wrp a {
	color: #3F51B5;
}
.breadcrumb_wrp ul { 
	margin:0; 
	padding:0;
	list-style:none; 
}
.breadcrumb_wrp ul li { 
	display: inline; 
	padding: 0;
	margin: 0;
}
.breadcrumb_wrp ul li:after { 
	content: "  >";
	color: #3F51B5;
}
.breadcrumb_wrp ul li:last-child:after { 
	content: " ";
}
.breadcrumb_wrp ul li a { 
	display: inline-block; 
	padding: 0 5px ; 
	font-size: 13px; 
	white-space: normal;
} */

/* side area */
.xet_side_wrp {
	position:relative;
	float: right;
	width: 25%;	
}
.xet_side_wrp.side_left {
	float: left !important;
}
.xet_side_wrp.side_right {
	float: right !important;
}
.xet_side_wrp .xet_side {
	background: #fff;
	border: 1px solid #e1e1e1;
}


/* lnb */
.xet_lnb_wrp { 
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
}
.xet_lnb_wrp a { 
	color: #555; 	
}
.xet_lnb_title {
	margin-bottom: 1px;
	padding: 60px 0;
	text-align: center;
	background: #3F51B5;
}
.xet_lnb_title a {
	font-size: 24px;
	color: #fff;
}
ul.xet_lnb { 
	margin:0; 
	padding:0; 
	list-style:none; 
}
ul.xet_lnb li { 
	position:relative; 
	padding:0; 
	margin:0; 
	text-align:left;
	border-top:1px solid #e1e1e1;
}
ul.xet_lnb li:first-child {
	border: 0; 
}
ul.xet_lnb li a { 
	display:block; 
	position: relative;
	overflow:hidden;  
	font-weight: 600;
	padding: 10px 10px 10px 20px; 
	font-size: 14px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul.xet_lnb li a>span {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 20px;
}
ul.xet_lnb li a img { 
	vertical-align:middle; 
}
ul.xet_lnb li a.on { 	
	font-weight: bold;
	color: #fff;
}
/* 3차 */
ul.xet_lnb ul {
	display: none;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
ul.xet_lnb li.on ul {
	display: block
}
ul.xet_lnb li li { 
	border: 0; 
	background: none;
}
ul.xet_lnb li li a {
	font-weight: 300;
	padding: 10px 40px; 
}
ul.xet_lnb li li a.on:after {
	content: "";
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0;
	height: 1px;
	background: #3F51B5;
}



/* side widget */
.xet_side_widget { 
	position:relative;
	text-align: left;
	border-top: 1px solid #e1e1e1;
}
.xet_side_widget .h3 { 	
	padding: 20px 20px 0;
	color: #3F51B5;
}
.xet_side_widget a {
	color: #3F51B5;
}
.xet_side_widget .widget_code { 
	padding: 20px;
}




/* footer
-------------------------------------- */  
#xet_footer {
	background: #f1f1f1;
	color: #757575;
}
#xet_footer.footer_sub {
	margin-top: -1px;
	width: calc(100% - 160px);
    padding: 48px 80px 20px;
	background: #1c1d1d;
	z-index: 1;
	position: relative;
}
#xet_footer.footer_sub .footer_top{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#xet_footer.footer_sub .footer_le a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
}
#xet_footer.footer_sub .footer_le a img{
	width: 100%;
}
#xet_footer.footer_sub .footer_le .company_wrap{
	margin: 20px 0 30px;
}
#xet_footer.footer_sub .footer_le .company_wrap p{
	color:#fff;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
}
#xet_footer.footer_sub .footer_ri{
	text-align: right;
}
#xet_footer.footer_sub .footer_ri #xet_nav{
	display: flex;
	justify-content: flex-end;
	list-style: none;
	gap: 14px;
	margin: 0 0 24px;
}
#xet_footer.footer_sub .footer_ri #xet_nav li .ft_menu{
	display: block;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	font-weight: 700;
}

#xet_footer .footer_bt{
	display: flex;
	justify-content: space-between;
	color: #fff;
	border-top: 1px solid #3e3e3e;
    padding-top: 12px;
}
#xet_footer .footer_bt .link_wrap{
	display: flex;
	gap: 8px;
}
#xet_footer .footer_bt .link_wrap a{
	display: block;
	color: #fff;
	font-size: 12px;
}

/* sns icon */
.xet_sns a {
	display: inline-block;
	margin-left:4px;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	background: rgba(255,255,255,0.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.xet_sns a>i {
	line-height: 40px;
	font-size: 16px;
}
.xet_sns a:hover {
	background: rgba(255,255,255,0.3);
}

/* footer menu */
.xet_footer_nav { 
	margin:0; 
	padding: 0; 
	list-style:none; 
}
.xet_footer_nav li { 
	display:inline; 
	margin: 0;
	padding: 0;	
}
.xet_footer_nav > li:after { 
	content: "  /";
	color: #3F51B5;
}
.xet_footer_nav > li:last-child:after { 
	content: " ";
}
.xet_footer_nav li a { 
	display:inline-block;
	padding: 5px;
	font-weight:normal; 
	font-size: 12px; 
	color: #3F51B5;
}

/* copyright text */
.xet_copyright {
	font-size: 12px; 
	font-weight: 100;
}




/* TOP Scroll buttons
-------------------------------------- */
#xet_top_scroll { 
	z-index: 97;
	display:none;
	text-decoration:none;
	position:fixed; 
	bottom: 15px;
	right: 15px;
	overflow:hidden; 
	width: 48px; 
	height: 48px; 
	border: 0; 
	text-indent:-999px; 
	background:url(../img/top_scroll.png) no-repeat center #999; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
#xet_top_scroll_hover { 
	display:block;  
	width: 48px; 
	height: 48px; 
	overflow:hidden;
	 float:left; 
	 opacity: 0; 
	 -moz-opacity: 0;
	 filter:alpha(opacity=0); 
	 background:url(../img/top_scroll.png) no-repeat center #333;
}
#xet_top_scroll:active, 
#xet_top_scroll:focus { outline:none; }

/* layout in buttons
-------------------------------------- */
.xet_layout_btn { 	
	font-size: 16px;
	padding: 0px 40px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #3F51B5;
	color: #3F51B5;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.xet_layout_btn.small {
	font-size: 14px;
	line-height: 36px;
	padding: 0 20px;
}
.xet_layout_btn:hover { 
	background: #3F51B5;
	color: #fff;
}
.xet_layout_btn.w {
	color: #fff;
	border-color: #fff;
}
.xet_layout_btn.w:hover {
	color: #3F51B5;
	background: #fff;
	border-color: #fff;
}

/* Pulldown Area
-------------------------------------- */  
.xet_fulldown {
	display: none;
	z-index: 98;
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;	
	background: #000;
	background: rgba(0,0,0,.9);	
	color: #3F51B5;
}
.xet_fulldown_cont {
	margin-top: 120px;
	height: 90%;
	/* overflow-y: scroll; */
}
.xet_fulldown .h2 {
	margin: 30px 0;
}

/* m acc */
.xet_macc {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
}
.xet_macc a {
	display: inline-block;
	font-size: 14px; 
	margin: 5px 0; 
	color: #bbb;
}

/* search */
.xet_search_form { 
	margin: 0;
}
.xet_search_form .itext { 
	width: 300px;
	height: 40px;
	line-height: 40px;	
	padding: 0;
	text-indent: 5px;
	background: #fff;
	border: 0;
}

/* m nav */
.xet_mnav {
	height: 100%;
	/* overflow-y: scroll; */
	-webkit-overflow-scrolling: touch; 
}
.xet_mnav ul { 
	margin: 0;
	padding: 0;
	list-style: none;	
}
.xet_mnav li { 
	margin: 5px 0;
	padding: 0; 
	list-style: none;
}
.xet_mnav li a { 
	display: inline-block;
	padding: 10px 0;
	font-size: 16px; 
	color: #3F51B5;
}
.xet_mnav li ul { 
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.xet_mnav li ul li a { 
	padding: 0;
	font-size: 13px;
	color: #bbb;
}

/* viewportchecker
-------------------------------------- */  
.hidden {
	opacity: 0;
}
.visible{
	opacity: 1;
}


/* default
-------------------------------------- */  
.overflow_hidden { 
	overflow: hidden; 
}
span.hidden {
	visibility: hidden;
	font-size: 0;
	text-indent: -99999em;
}
.xet_mg_b10 {
	margin-bottom: 10px;
}
.xet_mg_b20 {
	margin-bottom: 20px;
}
.xet_mg_b30 {
	margin-bottom: 30px;
}
.xet_mg_b40 {
	margin-bottom: 40px;
}
.xet_mg_b60 {
	margin-bottom: 60px;
}

.xet_mg_t20 {
	margin-top: 20px;
}
.xet_mg_t30 {
	/* margin-top: 30px; */
}
.xet_mg_t50 {
	margin-top: 50px;
}

.xet_pd_lr50 {
	padding-left: 50px;
	padding-right: 50px;
}
.xet_pd50 {
	padding: 50px;
}
.xet_pd_tb60 {
	padding: 60px 0;
}

.no_border {
	border: 0;
}
.r2 { 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
.r50 { 
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
}


/* 일반 데스크탑 */
@media (max-width: 1280px) {
	#xet_header:hover{
		background: transparent;
	}
	#xet_header.header_down{
		background:none;
	}
	.xet_acc > a { 
		float: right;
        width: 42px;
        height: 42px;
        line-height: 1em;
        margin: 0px;
        background-color: #1c1d1d;
        display: flex !important;
        justify-content: center;
        align-items: center;
	}
	.xet_acc > a > span > i { 
		/* font-size: 20px;  */
	}
	ul.xet_nav{
		display: none;
	}
	.xet_nav_wrp {
		width: 50%;
		top: 8px;
		left: auto;
		right: 20px;
		transform: none;
	}
	.xet_mnav ul{
		text-align: right;
		border-bottom: 1px solid #fff;
		margin: 0 60px;
		padding-bottom: 60px;
	}
	.xet_mnav li a{
		font-size: 56px;
		line-height: 1em;
		font-weight: 300;
		color: #fff;
	}
	.menu_info{
		text-align: left;
        color: #fff;
        margin: 0 60px;
        padding-top: 20px;
        font-size: 18px;
        line-height: 1.5em;
        font-weight: 300;
	}
}

/* 작은 데스크탑 / 랩탑 */
@media (max-width: 1080px) {
	#xet_header{
		height: 40px;
	}
	.xet_logo a{
		height: 24px;
		line-height: 24px;
	}
	.xet_nav_wrp{
		top: 4px;
	}
	.xet_acc > a { 
        width: 32px;
        height: 32px;
	}
	.xet_acc > a > span > i { 
		font-size: 20px; 
	}
	.xet_mnav ul{
		border-bottom: none;
	}
	#xet_footer.footer_sub {
    	margin-top: -1px;
    	width: calc(100% - 40px);
    	padding: 32px 20px 20px;
	}
	#xet_footer.footer_sub .footer_le a{
		width: 180px;
	}
	.menu_info{
		position: absolute;
		bottom: 30px;
	}
}

/* 태블릿 세로 */
@media (max-width: 768px) {
	.xet_mnav ul{
		margin: 0 20px;
	}
	.menu_info {
		margin: 0 20px;
		font-size: 14px;
	}
	#xet_footer.footer_sub .footer_top{
		display: block;
	}
	#xet_footer.footer_sub .footer_ri{
		text-align: left;
	}
	#xet_footer.footer_sub .footer_ri #xet_nav{
		justify-content: flex-start;
		padding: 0;
	}
	.xet_sns{
		margin-bottom:24px;
	}
	.xet_sns a {
    	margin-right: 4px;
		margin-left: 0;
	}
	#xet_footer .footer_bt{
		flex-wrap: wrap;
	}
	.xet_copyright{
		order: 2;
	}
	#xet_footer .footer_bt .link_wrap {
		width: 100%;
		order: 1;
	}
	.kakao {
    	bottom: 86px;
	}
	.kakao a{
		width: 36px;
		height: 36px;
	}
	#xet_top_scroll {
    	bottom: 45px;
		width: 36px;
		height: 36px;
	}
}
/* 모바일 */
@media (max-width: 480px){
	.xet_logo a{
		height: 20px;
		line-height: 20px;
	}
	#xet_body.no_slider{
		margin-top: 0;
	}
    .xet_logo a .logo_w{
        display: none;
    }
    .xet_logo a .scroll_logo{
        display: block;
    }
	#xet_header {
    	width: calc(100% - 20px);
	   	padding: 0 10px;
		border-bottom-color:transparent !important;
	}
	.xet_nav_wrp{
		right: 10px;
	}
	.xet_mnav li{
		margin: 20px 0;
	}
	.menu_info{
		font-size: 12px;
	}
	#xet_footer.footer_sub .footer_le a{
		width: 120px;
	}
	#xet_footer.footer_sub .footer_le .company_wrap p{
		font-size: 12px;
	}
}
/* 모바일 */
@media (max-width: 375px) {
}