/*
 * Copyright 2014 inpleworks, Co.
*/


/* header
-------------------------------------- */  
#xet_header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transform: translate3d(0px, 0px, 0px);
    transition: background-color 0.3s ease 0s;
}
#xet_header.header_up {
    transition: transform 0.3s ease 0s;
}
#xet_header.header_down {
	background: #f1f1f1;
/*	background-image:url(http://hytech2020.qqqq0357.gethompy.com/img/top_img.jpg) !important;*/
}
.xet_logo {
	margin-left: 30px; 
}
.xet_logo a {
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	display: inline-block;	
	font-size: 28px;
	font-weight: 600;
	color: #444;
}
.xet_logo a img { 
	height: 30%;
	vertical-align: middle; 
}


/* NAV
-------------------------------------- */  
.xet_nav_wrp { 
	position:relative;
	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 20px 0 0;
	padding: 0;
	list-style: none;
	*zoom:1; 	
}
ul.xet_nav:after { 
	content:""; display:block; clear:both; 
}
ul.xet_nav > li { 
	position:relative; 
	float: left;
	margin:0;
	padding: 0; 
	height: 90px; 
	line-height: 90px;	
}
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; 
	text-decoration:none;
	cursor:pointer;
	margin: 0 15px;
	padding: 0; 
	color:#444;
	font-weight:400;
}
ul.xet_nav > li > a > span { 
	padding: 0px;
	line-height: 1.5;
}
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: 25px 0 0 0;
	padding: 0; 
	color:#444;
}
.xet_acc > a > span > i { 
	font-size: 24px; 
}


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





/* 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;	
}

.mainicon img{
	transition:0.5s;
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;	
}
.mainicon img:hover{
	transform: translateY(-8px);
}
.mainicon a{
	margin-right:20px;	
}
.mainicon a:nth-child(4){
	margin-right:0px;
}

.section1 h1.h1 {
	float:left;
}
.section1 .cus{
	position: relative;
    margin-top: -60px;
    z-index: 99;
    float: left;
}
.section1 .cus:after{content:""; display:table; clear:both;}


.section3 div.cool span {
	color:#005b8f;
	font-family: 'Montserrat', sans-serif;
}
.section3 div.cool {
    float: left;
    text-align: left;
    margin-left: 8%;
}
.section3 div.cool p {
	font-size:19px;
	color:#444;
	font-family: 'Montserrat', sans-serif;
	margin-top: -10px;
}
.section3 div.cool:after{content:""; display:table; clear:both;}
.section3 div.cool a img {
    margin-top: -25px;
}
.section3 h1.h1{
    width: 93%;
}
	
.section3 h1.h1 a{
	margin-right:57px;
}
.section3 h1.h1 a:nth-child(3){
	margin-right:0px;
}
.section3 h1.h1 img{
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.section3 h1.h1 img:hover{
	transform: translateY(-8px);
}

.section4{
	margin-left: -35px;
}
.section4 h3.h3{
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
}
.section4 .xet_code {
	font-size: 27px;
    line-height: 41px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
	

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


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

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

.xet_content.sub_content {	
	padding: 30px;
	border: 1px solid #e1e1e1;
}
.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: 20%;	
}
.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: 400;
	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: #333 !important;
}
#xet_footer.footer_sub {
	margin-top: 30px;
	border-top: 1px solid #e1e1e1;
	background: #fff;
	color:#333;
}

/* sns icon */
.xet_sns a {
	display: inline-block;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #3F51B5;
	border: 1px solid #3F51B5;
	-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: 20px;
}
.xet_sns a:hover {
	color: #3F51B5;
	background: #fff;
}

/* 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; 
}




/* 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: 12px;
	padding: 0px 38px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #3F51B5;
	color: #3F51B5;
	border-radius:20px !important;
	font-family: 'Montserrat', sans-serif;
	-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: 12px;
    padding: 0px 38px;
    line-height: 36px;
}
.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_mg_l-30 {
	margin-left: -30px;
}

.xet_pd_lr50 {
	padding-left: 50px;
	padding-right: 50px;
}
.xet_pd_lr60 {
	padding-left: 60px;
	padding-right: 60px;
}
.xet_pd50 {
	padding: 50px;
}
.xet_pd_tb60 {
	padding: 60px 0;
}
.xet_pd_tb90 {
	padding: 90px 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%; 
}

/*COOLING SYSTEM 카다로그 버튼 5개*/
.tabType1{position:relative;zoom:1; list-style: none; margin:0; padding:0;}
.tabType1 li{float:left; width:20%; padding:0.3em 0.3em;}
.tabType1 li > a{display: block; position: relative; width: 100%; padding: 11px 0 12px 20px; background: #f4f4f4; /*border: 1px solid #cacaca;*/ font-size: 15px; color: #444; text-align: left; letter-spacing: -0.1px; transition: 0.3s; font-family: 'Montserrat', sans-serif; font-weight:400;}
.tabType1 li > a i{padding-right:5px;}
.tabType1 li > a:hover{background:#323040;border-color:#323040;color:#fff}
.tabType1 li:first-child{margin:0}
.tabType1 > li.on > a {background:#323040;border-color:#323040;text-decoration:none;font-weight:500;color:#fff}
.tabType1 a:hover{text-decoration:none}
.tabType1 > li.on > a,.tabNb{z-index:1}
.tabType1:after,.tabNb:after{content:"";display:block;clear:both;zoom:1}


/*COOLING SYSTEM 카다로그 버튼 3개*/
.tabType5{position:relative;zoom:1; list-style: none; margin:0; padding:0;}
.tabType5 li{float:left; width:32.5%; padding:0.3em 0.3em;}
.tabType5 li > a{display: block; position: relative; width: 100%; padding: 11px 0 12px 20px; background: #f4f4f4; /*border: 1px solid #cacaca;*/ font-size: 15px; color: #444; text-align: left; letter-spacing: -0.1px; transition: 0.3s; font-family: 'Montserrat', sans-serif; font-weight:400;}
.tabType5 li > a i{padding-right:5px;}
.tabType5 li > a:hover{background:#323040;border-color:#323040;color:#fff}
.tabType5 li:first-child{margin:0}
.tabType5 > li.on > a {background:#323040;border-color:#323040;text-decoration:none;font-weight:500;color:#fff}
.tabType5 a:hover{text-decoration:none}
.tabType5 > li.on > a,.tabNb{z-index:1}
.tabType5:after,.tabNb:after{content:"";display:block;clear:both;zoom:1}


/*SERVO SYSTEMS 카다로그 버튼 2개*/
.tabType2{position:relative;zoom:1; list-style: none; margin:0; padding:0;}
.tabType2 li{float:left; width:21%; padding-right: 20px; padding-bottom: 11px;}
.tabType2 li:after{content:"";display:block;clear:both;zoom:1}
.tabType2 li > a{display: block; position: relative; width: 95%; padding: 11px 0 12px 20px; background: #f4f4f4; font-size: 15px; color: #444; text-align: left; letter-spacing: -0.1px; transition: 0.3s; font-family: 'Montserrat', sans-serif; font-weight:400;}
.tabType2 li > a i{padding-right:5px;}
.tabType2 li > a:hover{background:#323040; border-color:#323040; color:#fff}


/*제품소개 소제목 3개*/
.tabs.type3{margin-bottom:50px;}
.tabType3{position:relative;zoom:1; list-style: none; margin:0; padding:0;}
.tabType3 li{float:left; width:32.5%; padding:0.2em 0.2em;}
.tabType3 li:after{content:"";display:block;clear:both;zoom:1}
.tabType3 li > a{display:block;position:relative;width:100%;padding:15px 0 14px;background:#fff;border:1px solid #cacaca;font-size:15px;color:#666;text-align:center;}
.tabType3 li > a:hover{font-weight:bold;color:#111;}
.tabType3 li:first-child{margin:0}
.tabType3 > li.on > a {background:#005b8f;border-color:#005b8f;text-decoration:none;font-weight:500;color:#fff}
.tabType3 a:hover{text-decoration:none}
.tabType3 > li.on > a,.tabNb{z-index:1}
.tabType3:after,.tabNb:after{content:"";display:block;clear:both;zoom:1}

/*제품소개 소제목 4개*/
.tabs.type4{margin-bottom:50px;}
.tabType4{position:relative;zoom:1; list-style: none; margin:0; padding:0;}
.tabType4 li{float:left; width:24%;  padding:0.2em 0.2em;}
.tabType4 li > a{display:block;position:relative;width:100%;padding:15px 0 14px;background:#fff;border:1px solid #cacaca;font-size:15px;color:#666;text-align:center;}
.tabType4 li > a:hover{font-weight:bold;color:#111;}
.tabType4 li:first-child{margin:0}
/* .tabType4 > li.on > a, .tabType4 > li > a:focus{background:#323040;border-color:#323040;text-decoration:none;font-weight:bold;color:#fff} */
.tabType4 > li.on > a{background:#005b8f;border-color:#005b8f;text-decoration:none;font-weight:500;color:#fff}
.tabType4 a:hover{text-decoration:none}
.tabType4 > li.on > a,.tabNb{z-index:1}
.tabType4:after,.tabNb:after{content:"";display:block;clear:both;zoom:1}
