// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


@import url(/resource/css/nanumsquare.css);

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(http://fonts.gstatic.com/s/notosans/v6/C7bP6N8yXZ-PGLzbFLtQKRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
select {

    -webkit-appearance: none;  
    -moz-appearance: none;
    appearance: none;
    background: url(/resource/img/product_arrow_m.png) no-repeat 95% 50%;
}
select::-ms-expand {
    display: none;
}
textarea {

    resize: none;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	/* line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link { color: black; text-decoration: none; border: none;}
a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: none; }
*:focus { outline: none; }
a{ outline: none;}

.fp-controlArrow {display: none;}
.content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/* index */
.main_img1 {
	background-image: url("/resource/img/img_1-1.jpg");
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    /* background-size: cover; */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
}
.main_img2 {
	background-image: url("/resource/img/img_1-2.jpg");
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    /* background-size: cover; */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
}
.main_img3 {
	background-image: url("/resource/img/img_1-3.jpg");
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    /* background-size: cover; */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
}

.main_img1 div {
	
	width: 1020px;
	height: auto;
    z-index: 1000;
    position: absolute;
    left: 50%;
    margin-left: -310px;
    opacity: 0;
}
.main_img2 div {
	
	width: 1020px;
	height: auto;
    z-index: 1000;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
}
.main_img3 div {
	
	width: 1020px;
	height: auto;
    z-index: 1000;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
}
/* 슬라이드네비 */
.slide_nav {
	position: absolute;
	left: 50%;
    margin: 0;
    /* padding: 10px 0px; */
    background: rgba(0,0,0,.5);
    width: 102px;
    border-radius: 35px;
    text-align: center;
    z-index: 1000;
    bottom: 100px;
    margin-left: -51px;
}
.slide_nav ul li {
	display: block;
    width: 20px;
    height: 20px;
    margin: 7px;
    position: relative;
    z-index: 0;
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
    float: left;
}
.slide_nav ul li a {
	display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.slide_nav ul li a span {
	border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.slide_nav ul li a.active span{
	height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background: #00358e;
}

.index_business {
	background-image: url("/resource/img/img_2.jpg");
	background-size: cover;
}
.index_product {
	background-image: url("/resource/img/img_3.jpg");
	background-size: cover;
}

/* index_nav */
.nav {
	position: fixed;
    top: 50%;
    margin-top: -145px;
	/* width: 8em; */
	margin-left: 30px;
    z-index: 999;
}

.nav__item {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.nav__item:focus {
	outline: none;
}
.nav--etefu .nav__item {
	width: 30px;
	height: 70px;
	margin: 20px 0;
	overflow:visible;
}

.nav--etefu .nav__item-inner {
	position: relative;
	display: block;
	overflow: hidden;
	width: 4px;
	height: 100%;
	background: rgba(255,255,255,0.4);
	-webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.nav--etefu .nav__item:not(.nav__item--current):focus .nav__item-inner,
.nav--etefu .nav__item:not(.nav__item--current):hover .nav__item-inner{
	opacity: 1;
}

.nav--etefu .nav__item-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00358e;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.nav--etefu .nav__item--current .nav__item-inner::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.nav--etefu .nav__item-title {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100px;
	margin-top: -15px;
	text-align: center;
	font-size: 14px;
	opacity: 0;
	color: rgba(255,255,255,.8);
	font-family: 'roboto', sans-serif;
	letter-spacing: 1.6px;
	-webkit-transform: rotate3d(0,0,1,90deg) translate3d(1em,0,0);
	transform: rotate3d(0,0,1,90deg) translate3d(1em,0,0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.nav--etefu .nav__item--current .nav__item-title {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,90deg);
	transform: rotate3d(0,0,1,90deg);
}



@-webkit-keyframes moveScale {
	50% {
		right: auto;
		left: 0;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
	}
	51% {
		right: 0;
		left: auto;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-animation-timing-function: cubic-bezier(0.2,1,0.3,1);
		animation-timing-function: cubic-bezier(0.2,1,0.3,1);
	}
	100% {
		right: 0;
		left: auto;
		-webkit-transform: scale3d(0.2,1,1);
		transform: scale3d(0.2,1,1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
}

@keyframes moveScale {
	50% {
		right: auto;
		left: 0;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
	}
	51% {
		right: 0;
		left: auto;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-animation-timing-function: cubic-bezier(0.2,1,0.3,1);
		animation-timing-function: cubic-bezier(0.2,1,0.3,1);
	}
	100% {
		right: 0;
		left: auto;
		-webkit-transform: scale3d(0.2,1,1);
		transform: scale3d(0.2,1,1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
}

.nav--berta .nav__item-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	display: block;
	padding: 0 0 0 0.75em;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 2px;
	text-transform: uppercase;
	pointer-events: none;
	opacity: 0;
	color: #ffe7db;
	-webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0);
}

.nav--berta .nav__item--current .nav__item-title {
	-webkit-animation: moveToRight 0.5s 0.2s forwards;
	animation: moveToRight 0.5s 0.2s forwards;
}

@-webkit-keyframes moveToRight {
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.2,1,0.3,1);
		animation-timing-function: cubic-bezier(0.2,1,0.3,1);
	}
}

@keyframes moveToRight {
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.2,1,0.3,1);
		animation-timing-function: cubic-bezier(0.2,1,0.3,1);
	}
}
.wrap_btn {
	display: block;
}

.center {
	text-align: center;
}

.gnb {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 9999;
}

.gnb .logo a {
	position: absolute;
    top: 30px;
    left: 40px;
	display: inline-block;
    width:150px;
    height:50px;
    background: url(/resource/img/logo.png) no-repeat;
}
.gnb .gnb_menu {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    margin-left: -408px;
}
.gnb .gnb_menu li {
    float: left;
    width: 160px;
    height: 100px;
    text-align: center;
    font: 400 20px/100px 'NanumSquare', sans-serif;
    color: #fff;
}
.gnb .gnb_menu a {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 8px 0;
  color: #fff;
}
.gnb .gnb_menu a:hover{
  color: #00358e;
  font: 700 20px/100px 'NanumSquare', sans-serif;
}

/* .gnb .gnb_menu a:before, .gnb_menu a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  top: 3px;
  background: #fff;
}

.gnb .gnb_menu a:before {
  left: 0;
}
.gnb .gnb_menu a:after {
  right: 0;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gnb .gnb_menu a:hover:before {
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gnb .gnb_menu a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
} */


.gnb_sub {
	position: fixed;
    width: 100%;
    height: 100px;
    z-index: 1000;
    border-bottom: 1px solid rgba( 196,196,196,0.5 );
}
.gnb_sub .logo a {
	position: absolute;
    top: 30px;
    left: 40px;
	display: inline-block;
    width:156px;
    height:42px;
    background: url(/resource/img/logo.png) no-repeat;
}
.gnb_sub .gnb_menu {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    margin-left: -408px;
}
.gnb_sub .gnb_menu li {
    float: left;
    width: 160px;
    height: 100px;
    text-align: center;
    font: 400 20px/100px 'NanumSquare', sans-serif;
    color: #fff;
}
.gnb_sub .gnb_menu a {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0;
  color: #fff;
}
.gnb_sub .gnb_menu a:hover{
  color: #00358e;
  font: 700 20px/100px 'NanumSquare', sans-serif;
}

.gnb_sub.scroll .gnb_menu a:hover{
  color: #00358e;
  font: 700 20px/100px 'NanumSquare', sans-serif;
}

.gnb_sub.scroll {
	background: #fff;
}
.gnb_sub.scroll .logo a {
    position: absolute;
    top: 30px;
    left: 40px;
    background: url(/resource/img/logo_b.png) no-repeat;
}
.gnb_sub.scroll .gnb_menu li {
	font: 600 20px/100px 'NanumSquare', sans-serif;
    color: #1e1e1e;
}
.gnb_sub.scroll .gnb_menu a {
	font: 600 20px/100px 'NanumSquare', sans-serif;	
  color: #1e1e1e;
}

/* .gnb_sub .gnb_menu a:before, .gnb_sub .gnb_menu a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  top: 3px;
  background: #fff;
}

.gnb_sub .gnb_menu a:before {
  left: 0;
}
.gnb_sub .gnb_menu a:after {
  right: 0;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gnb_sub .gnb_menu a:hover:before {
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gnb_sub .gnb_menu a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
} */




/* language */
.language {
    position: absolute;
    top: 30px;
    right: 40px;
}
.languagepicker {
	display: inline-block;
    width: 80px;
    height: 42px;
    background: rgba(255,255,255,0.8);
    color: #00358e;
	padding: 0;
	overflow: hidden;
	transition: all .3s ease;
	vertical-align: top;
	float: left;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 84px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
	vertical-align: initial;
}

.languagepicker li {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}
.large:hover {
	height: 245px;
}
.languagepicker a.on {
	font: 800 18px 'NanumSquare', sans-serif;
	color: #00358e;
}
.languagepicker a {
	font: 600 18px 'NanumSquare', sans-serif;
	color: #666;
}
.icon_plus img {
    position: absolute;
    top:17px;
    right:15px;
}



/* btn_mainSlide */
.btn_mainSlide {
  	display: inline-block;
	width: 210px;
	height: 50px;
	margin-top: 60px;
	font: 700 20px/50px 'NanumSquare', sans-serif;
	text-align: center;
	letter-spacing: 2px;
	color: #666;
	/* border-radius: 50px; */
	background: none;
  	border: none;
  	cursor: pointer;
    letter-spacing: 0.05rem;
    opacity: 0.7;
}
.btn_mainSlide:focus {
  outline: 1px dotted #00358e;
}
  .draw-border {
  box-shadow: inset 0 0 0 2px transparent;
  color: #fff;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.draw-border::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.draw-border::after {
  border-top-width: 2px;
  border-right-width: 2px;
}
.draw-border:hover {
  color: #00358e;
}
.draw-border:hover::before, .draw-border:hover::after {
  border-color: #00358e;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
          transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
          transition-delay: 0s, 0.25s, 0s;
}


.wrap_index {
	text-align: center;
	margin-bottom: -100px;
	min-height: 600px;
}
/* main_business */
.box_business {
	width: 1000px;
	margin: 0 auto;
}
.box_business .box_main {
	position: relative;
	display: inline-block;
	box-sizing:border-box;
	width: 300px;
	height: 250px;
	padding: 40px;
	margin-bottom: 5px;
	background: rgba(37,37,37,.8); 
	cursor: pointer;
	z-index: 29;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.box_main p {
	/* position: absolute; */
}
.box_icon, .box_tit, .box_btn {
	width: 100%;
	text-align: center;
}
.box_business .box_icon {
	/* top: 0; */	
}
.box_business .box_icon img {
	width: 68px;
}
.box_business .box_tit {
/* 	top: 55%; */
	font: 600 20px 'NanumSquare', sans-serif;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0.6;
	margin: 20px 0 20px 0;
}
.box_business .box_btn {
/* 	bottom: 20px; */
}
.tit_main {
	font: 500 50px/50px 'NanumSquare', sans-serif;
	color: #fff;
}
.txt_main {
	font: 300 25px/35px 'NanumSquare', sans-serif;
	color: rgba(255,255,255,.7);
	margin-top: 30px;
	margin-bottom: 60px;	
}
/* main_product */
.box_product .box_main {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 300px;
	background: rgba(37,37,37,.8); 
	cursor: pointer;
	z-index: 29;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.box_main:hover {
	-webkit-box-shadow: 0 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	transform: scale(1.03);
	background: rgba(13,13,13,.8); 
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	z-index: 30;
}
.box_main:hover > a > .box_tit {
	opacity: 0.9;
}
.box_icon, .box_tit, .box_btn {
	width: 100%;
	text-align: center;
}
.box_product .box_icon {
	top: 30px;	
}
.box_product .box_icon img {
	width: 210px;
}
.box_product .box_tit {
	bottom: 20%;
	font: 700 30px 'NanumSquare', sans-serif;
	height:72px;
	color: #fff;
	opacity: 0.6;
	margin-top: 60px;
	margin-bottom: 30px;
}
.box_product .box_btn {
	bottom: 40px;
}
.tit_main {
	font: 500 50px/50px 'NanumSquare', sans-serif;
	color: #fff;
}
.txt_main {
	font: 300 25px/35px 'NanumSquare', sans-serif;
	color: rgba(255,255,255,.7);
	margin-top: 30px;
	margin-bottom: 60px	
}


.main_img1 .contents_web{
	top: 50%;
	margin-top: -175px;
}
.main_img2 .contents_web{
	top: 50%;
	margin-top: -190px;
}
.main_img3 .contents_web{
	top: 50%;
	margin-top: -190px;
}
.contents_web {
		width: 1020px;
		margin: 0 auto;
}

/* 슬라이드 테스트 */
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: #333;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 21s linear infinite 0s;
    -moz-animation: imageAnimation 21s linear infinite 0s;
    -o-animation: imageAnimation 21s linear infinite 0s;
    -ms-animation: imageAnimation 21s linear infinite 0s;
    animation: imageAnimation 21s linear infinite 0s;
}
.cb-slideshow li div {
	width: 1020px;
	height: auto;
    z-index: 1000;
    position: absolute;
    left: 50%;
    margin-left: -510px;
    opacity: 0;
    -webkit-animation: titleAnimation 21s linear infinite 0s;
    -moz-animation: titleAnimation 21s linear infinite 0s;
    -o-animation: titleAnimation 21s linear infinite 0s;
    -ms-animation: titleAnimation 21s linear infinite 0s;
    animation: titleAnimation 21s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span { background-image: url(/resource/img/img_1-1.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(/resource/img/img_1-2.jpg);
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    -ms-animation-delay: 7s;
    animation-delay: 7s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(/resource/img/img_1-3.jpg);
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    -o-animation-delay: 14s;
    -ms-animation-delay: 14s;
    animation-delay: 14s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    -ms-animation-delay: 7s;
    animation-delay: 7s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    -o-animation-delay: 14s;
    -ms-animation-delay: 14s;
    animation-delay: 14s;
}
/* Animation for the slideshow images */

@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	50% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */

@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
/* .no-cssanimations .cb-slideshow li span{
	opacity: 0;
} */
/* @media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
} */









/* 플립호버 테스트 */
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {

}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
	transform: rotateY(180deg);
}

/* footer */
.footer {
	width: 100%;
	height: auto;
	background-color: #222;
	color: #fff;
}
.footer_inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 40px 0;
}
.footer_inner .footer_logo {
	position: absolute;
    left: 0;
    opacity: 0.3;
}
.footer_inner .footer_logo img {
	width: 130px;
}
.footer_inner .txt {
	padding-left: 187px;
    color: #808080;
    font-family: 'NanumSquare', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.footer_inner .txt .copyright {
	display: block;
	margin-top: 5px;
}

.main_footer {
	width: 100%;
	height: auto;
	background-color: #222;
	color: #fff;
	position: absolute;
    bottom: 0;
}
.main_footer_inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 40px 0;
}
.main_footer_inner .footer_logo {
	position: absolute;
    left: 0;
    opacity: 0.3;
}
.main_footer_inner .footer_logo img {
	width: 130px;
}
.main_footer_inner .txt {
	padding-left: 187px;
    color: #808080;
    font-family: 'NanumSquare', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.main_footer_inner .txt .copyright {
	display: block;
	margin-top: 5px;
}

/* contact us */
#contact_wrap {
	width: 100%;
	margin-bottom: 100px;
}
#contact_wrap .content_header {
	width: 100%;
	height: 430px;
	position: relative;
}

#contact_wrap .content_header {
	background: url( '/resource/img/contact_top.jpg' ) 50%;
	background-size: cover;
	text-align: center;
}

#contact_wrap .content_header .content_title {
	color: #fff;
	font: bold 70px 'NanumSquare', sans-serif;
	letter-spacing: 1.6px;
	padding-top: 200px;
}

.contact_info .content {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	height: auto;
	padding: 40px 0;
	vertical-align: middle;
}
.info_logo {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -36px;
}
.info_txt {
	display: inline-block;
	margin-left: 280px;
	padding-left: 40px;
	border-left: 1px solid #ddd;
}
.info_txt li {
	margin-top: 15px;
}
.info_txt li:first-child {
	margin-top: 0px;
}
.info_txt img {
	vertical-align: middle;
	margin-right: 10px;
}
/* .send_info, .send_msg {
	display: inline-block;
	margin-top: 50px;
	width: 48%;
	position: relative;
} */
/* .send_msg {
	float: right;
}
.send_info input {
	display: block;
	width: 100%;
	height: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.send_msg input {
	display: block;
	width: 100%;
	height: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.send_msg textarea {
	height: 280px;
	border: 1px solid #ddd;
} */
/* .btn_contact {
	width: 210px;
    height: 50px;
    text-align: center;
    color: #fff;
    font: bold 18px/50px 'NanumSquare', sans-serif;
    background-color: #bb3a1d;
    cursor: pointer;
}
.error {
	font-size: 13px;
	color: #00358e;
	position: absolute;
	left: 0;
	display: none;
}
.error#errorDept {
	top: 103px;
}
.error#errorName {
	top: 165px;
}
.error#errorEmail {
	top: 227px;
}
.error#errorPhone {
	top: 288px;
}
.error#errorDesc {
	top: 338px;
	left: 524px;
}
#contact_wrap select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
} */
/**/
.fp-section {
	overflow: hidden;
}
.index_main .main_slide {
	overflow: hidden;
	height: 100%;
}
.index_main .main_slide li {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
	overflow:hidden;
}
.index_main .main_slide li .slide_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-size: 2080px; */
	background-size: cover;
	animation: slideBg 10s alternate infinite linear;
	-webkit-animation: slideBg 10s alternate infinite linear;
}
@keyframes slideBg {
  0% {
  transform: scale(1);
  }	
  100% {
  transform: scale(1.5);
  }
  
  /* 0% {
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  }	
  100% {
  background:url('http://new.aedstore.co.kr/resource/img/img_1-1.jpg') no-repeat;
  background-size: 200% 200%;
  -webkit-background-size: 200% 200%;
  } */
}
.index_main .main_slide li .content {
	position: absolute;
	top: 50%;
	margin-top: -180px;	
 	left: 50%;
	margin-left: -510px; 
}
.index_main .main_slide li .content .tit_mainSlide {
	font: 400 70px/80px 'NanumSquare', sans-serif;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.index_main .main_slide li .content .txt_mainSlide {
	font: 300 20px/30px 'NanumSquare', sans-serif;
	color: rgba(255,255,255,.8);
	margin-top: 30px;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.index_main .main_slide li .content .btn_mainSlide {
	background: rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
} 
.index_main .main_slide li .content .btn_mainSlide:hover {
	background: rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
} 
.titAni {
	display: inline-block; 
	margin-left: 100px;
	opacity: 0;
}
	
.txtAni {
	opacity: 0;
}

/* 제품*/
#products-box {
	width: 1140px;
	margin: 0 auto;
}
.products-block-area {
    overflow: hidden;
}
.products-block {
    float: left;
    margin-bottom: 80px;
    width: 500px;
}
.products-block:nth-child(2n) {
    float: right;
}
#btnLink {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-sizing: border-box;
	background: #00358e;
	font-weight: 400;
	color: #fff;
	margin: 30px auto 0 0;
	text-align: center;
    transition: all 0.5s;
}
#btnLink:hover{
    	background: #2658ae;
    
}
.heading-level3-with-border {
    margin-bottom: 20px;
    position: relative;
    color: #003057;
    font-weight: bold;
    font-size: 24px;
}
.text-free-area p, body.cke_editable p {
    margin-bottom: 20px !important;
}
.text-free-area ul > li, body.cke_editable ul > li {
    position: relative !important;
    margin-bottom: 10px !important;
    padding-left: 10px !important;
}
.text-free-area ul > li:before, body.cke_editable ul > li:before {
    content: "" !important;
    display: inline !important;
    width: 5px !important;
    height: 1px !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.7em !important;
    background-color: #000 !important;
}
.products-block li {
    line-height: 20px;
}
.products-photo {
	text-align: center;
}
.products-logo {
    margin-bottom: 20px;
}
.text-free-area p, body.cke_editable p {
    margin-bottom: 20px !important;
}
.text-free-area h2, body.cke_editable h2 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.rtecenter {
    text-align: center;
}
.text-free-area img, body.cke_editable img {
    margin-bottom: 20px !important;
}
.heading-level2 {
    margin-bottom: 30px;
    padding: 10px 25px;
    background-color: #326BC9;
    background-image: url(/sites/all/themes/custom/nk/assets/img/common/bg_heading_top-left_dark-cyan.svg);
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
    font-weight: bold;
}
.heading-level2__title {
    display: inline-block;
    font-size: 24px;
    font-size: 150% rem;
    line-height: 1.4;
}
.products-lead-text {
    margin-bottom: 30px;
}
.text-free-area table, body.cke_editable table {
    width: 100% !important;
    margin-bottom: 30px !important;
    border: 1px solid #ccc !important;
}
.text-free-area table td, body.cke_editable table td {
    padding: 20px !important;
    border: 1px solid #ccc !important;
}
/* */

/* media query */
@media screen and (max-width:1400px) {
	.box_business .box_main {
		width: 290px;
		height: 290px;
	}
}
@media screen and (max-width:1300px) {
	.gnb_menu {
	    margin-left: -260px;
	}
	.gnb_menu li {
	    width: 120px;
	    font: 400 18px/100px 'NanumSquare', sans-serif;
	}
	.box_business .box_main {
		width: 260px;
		height: 260px;
	}
	.tit_main {
		font: 500 42px/42px 'NanumSquare', sans-serif;
	}
	.txt_main {
		font: 300 20px/28px 'NanumSquare', sans-serif;
		margin-top: 30px;
		margin-bottom: 30px	
	}
}
@media screen and (max-width:1280px) {
	.gnb_menu {
	    margin-left: -260px;
	}
	.gnb_menu li {
	    width: 120px;
	    font: 400 18px/100px 'NanumSquare', sans-serif;
	}
	.box_business .box_main {
		width: 240px;
		height: 240px;
	}
	.tit_main {
		font: 500 42px/42px 'NanumSquare', sans-serif;
	}
	.txt_main {
		font: 300 20px/28px 'NanumSquare', sans-serif;
		margin-top: 30px;
		margin-bottom: 30px	
	}
}
@media screen and (max-width:1200px) {
	.box_business .box_main {
		width: 250px;
		height: 250px;
	}
}
@media screen and (max-width:1000px) {
	.box_business {
	    width: 100%;
	    margin: 0 auto;
	}
	.gnb_menu {
	    margin-left: -260px;
	}
	.gnb_menu li {
	    width: 120px;
	    font: 400 18px/100px 'NanumSquare', sans-serif;
	}
	.box_business .box_main {
		width: 246px;
		height: 246px;
	}
	.tit_main {
		font: 500 35px 'NanumSquare', sans-serif;
	}
	.txt_main {
		font: 300 18px/24px 'NanumSquare', sans-serif;
		margin-top: 30px;
		margin-bottom: 30px	
	}
	.box_product .box_icon img {
		width: 60px;
	}
	
}
@media screen and (max-width:770px) {
	.box_business .box_main {
		 width: 25%;
   		 height: 200px;
	}
	.box_business .box_icon img {
		width: 50px;
	}
	.box_business .box_tit {
		top: 50%;
		font: 800 16px 'NanumSquare', sans-serif;
		color: #fff;
		opacity: 0.6;
	}
	.tit_main {
		font: 500 28px 'NanumSquare', sans-serif;
	}
	.txt_main {
		font: 300 17px/24px 'NanumSquare', sans-serif;
		margin-top: 30px;
		margin-bottom: 30px	
	}

}

@media screen and (max-width:580px) {
	.nav--etefu .nav__item--current .nav__item-title {
		display: none;
	}
	.box_business .box_main {
	    width: 35%;
	    height: 100px;
	    padding: 0;
	    margin-bottom: 5px;
	}
	.box_business .box_icon {
		margin-top: 5px;
	}
	.box_business .box_icon img {
		
		width: 35px;
	}
	.box_business .box_btn img {
		width: 20px;
	}
	.box_business .box_tit {
		font: 800 14px 'NanumSquare', sans-serif;
		color: #fff;
		opacity: 0.6;
		margin: 5px 0;
	}
	.tit_main {
		font: 500 35px 'NanumSquare', sans-serif;
		padding: 0 15px;
	}
	.txt_main {
		font: 300 17px/24px 'NanumSquare', sans-serif;
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 0 15%;	
	}
	.txt_main br {
		display: none;
	}
	.box_product .box_main {
	    width: 35%;
	    height: 145px;
	}
	.box_product .box_tit {
		font: 800 15px 'NanumSquare', sans-serif;
		margin: 30px 0 20px 0;
		height: auto;
		
	}
	.box_product .box_btn img {
		width: 20px;
	}
	.box_product .box_btn {
		bottom: 15px;
	}
	.index_product .tit_main {
		padding: 0 30px;
		font-size: 31px;
	}
	.pd-img-02 img, .pd-img-01 img {
		display: none;
	}
	.index_main .main_slide li .content {
		width: 100%;
		margin-left: -180px;
		text-align: center;
		padding: 0 30px;
    	box-sizing: border-box;
	}
	.index_main .main_slide li .content .tit_mainSlide {
		font: 500 32px/40px 'NanumSquare', sans-serif;
	}
	.index_main .main_slide li .content .txt_mainSlide {
		font: 300 17px/24px 'NanumSquare', sans-serif;
		padding: 0 15px;
	}
	.index_main .main_slide li .content .txt_mainSlide br {
		display: none;
	}
	

}


.box_draw {
	position: absolute;
    top: 2.5%;
    left: 2.5%;
    width: 95%;
    height: 95%;
}
.pd-img-01, .pd-img-02 {
	display: inline-block;
}
.pd-img-01 img, .pd-img-02 img {
	position: absolute;
	bottom: -80px;
	width: 400px;
}
.pd-img-01 img {
	left: -170px;
}
.pd-img-02 img {
	right: -260px;
}

/*인덱스 프로덕트 버튼*/

.cta {
  position: relative;
  margin: auto;
  padding: 19px 25px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(0, 53, 142, 0.7);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font: 500 22px/18px 'NanumSquare', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #00358e;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.modal_content img{margin-bottom: 30px;}


/*희주추가*/
.product_table{
   width: 100%; 
    border-top:3px solid #326BC9; 
}
.product_table table{
    width: 100%; 
}
.product_table tr td{
    padding: 10px;
    border: 1px solid #ccc;
    
}
.product_table tr td:nth-of-type(1){
    background-color: #f1f1f1;
    font-weight: bold;
}
.product_table1{
   width: 100%; 
 
}
.product_table1 table{
    width: 100%; 
}
.product_table1 tr td{
    padding: 10px;
    border: 1px solid #ccc;
    
}
.product_table1 tr td:nth-of-type(1){
    background-color: #f1f1f1;
    font-weight: bold;
}
.product_table1 tr:nth-of-type(1){
    background-color: #f1f1f1;
    font-weight: bold;
}


.product_table2 table{
    width: 100%; 
}
.product_table2 tr td{
    padding: 10px;
    border: 1px solid #ccc;
    
}

.product_table2 tr:nth-of-type(1){
    background-color: #f1f1f1;
    font-weight: bold;
}



.blunixpage{
     float: left;
    margin-bottom: 20px;
    width: 490px;
    background-color: #f1f1f1;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-right: 10px;
    height: 150px;
        letter-spacing: -1px;
}

.blunixpage div:nth-of-type(1){
    width:100px;
    float: left;
}
.blunixpage div:nth-of-type(1)>img{
    width: 100%;
}
.blunixpage div:nth-of-type(2){
   width: 340px;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.new_contactbtn a{    width: 100%;
 
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-sizing: border-box;
    background: #00358e;
    font-weight: 400;
    color: #fff;
    margin: 30px auto 0 0;
    text-align: center;
    transition: all 0.5s;
display: block;
}
.new_contactbtn{
        transition: all 0.5s;
}
.reno130_box{
    width: 100%;
    
}
.reno130_01{
    width: 200px;
    float: left;
    text-align: center;
    border-radius: 20px;
    height: 250px;
    background-color: #f1f1f1;
    margin-bottom: 50px;}

.reno130_01>div{

    text-align: center;
    display: block;
    border-radius: 100px;
    margin-bottom: 20px;
}
.reno130_01>div>img{
    padding: 10px;
}
.reno130_01 p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.reno130_box>div:nth-of-type(1),.reno130_box>div:nth-of-type(2),.reno130_box>div:nth-of-type(3){
    margin-right: 70px;
    
}
.reno130_maintext{
font-size: 24px;
    font-weight: bold;
    color: #003057;
    margin-bottom: 30px;
}
.reno130_box1{
    width: 100%;
    
}
.reno130_02{
width: 300px;
    float: left;
    border-radius: 20px;
    height: 300px;
    border: 3px solid #2ea2d5;
    padding: 20px;
    box-sizing: border-box;
}
.reno130_02>.reno130_02_1>p:nth-of-type(1){
    font-size: 30px;
    font-weight: bold;
}
.reno130_02>.reno130_02_1>p:nth-of-type(2){
    font-size: 18px;
    font-weight: bold;
        padding-bottom: 30px;
}
.reno130_02>.reno130_02_1{
        padding-bottom: 30px;
    border-bottom: 3px solid #2ea2d5;
    margin-bottom: 20px;
   padding-bottom: 10px;
    
}
.reno130_02>.reno130_02_2{
        margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    
}
.reno130_box1>div{
    
     margin-bottom: 50px;   
}
.reno130_box1>div:nth-of-type(1),.reno130_box1>div:nth-of-type(2){
    margin-right: 55px;
    
}
.image_dvt1{
      float: left;
    background-color: #f1f1f1;

    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;  
    
}
.image_dvt2{
      float: left;
background-color: #f1f1f1;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;

    text-align: center;  
    
}
.dvtpage{width: 100%;}

.dvtpage>div{
width:500px;
float: left;
margin-right: 3px;
padding: 10px;
    box-sizing: border-box;}

.dvtpage>div>img{width:100%;}


/* 팝업 배경 */
.popup-overlay {
    display: none; /* 기본은 숨김 */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999;
}

/* 팝업 박스 */
.popup-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 500px; /* 이미지 너비에 맞춰 조절 */
    width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.popup-img {
    width: 100%;
    display: block;
}

/* 하단 바 (체크박스 및 닫기 버튼) */
.popup-footer {
    background: #333;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.close-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
}