/*
	Theme Name: Around you
	Theme URL: https://www.designersol.co.kr
	Author: Sangok Lee
	Version: 1.0
	License URL: https://www.designersol.co.kr
 	Copyright 2014~ DESIGNSOL
*/

@charset "utf-8";
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.eot);
    src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'), url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype')
}
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.eot);
    src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'), url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype')
}

a {
	color:inherit;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a, 
a:hover,
a:focus,  
a:hover span {
	color:inherit;
   	text-decoration: none;
    	outline: 0;
}
ul {
	margin:0;
	padding-left:0;
	list-style: none;
}

/* font-size */
body {letter-spacing: -0.03em; color:#333 !important; line-height: 22px}
@media (max-width:991px) {
	body {font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;}
	body,
	.log-txt,
	.log-group .dropdown-menu {font-size:14px}

	.info1-wrap h1 {font-size:18px; font-weight:700}

	.quick-caption h2,
	.grid-title h4,
	.underline-title,
	.help-caption h4,
	.info1-wrap h4,
	.video-wrapper .cont-txt {font-size:16px; font-weight:700}

	#banner h1{font-weight:700}

}
@media (min-width:992px) {
	body{font-family:'나눔고딕','Nanum Gothic','돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;}
	body,
	.log-txt, 
	.log-group .dropdown-menu {font-size:13px}

	.info1-wrap h1 {font-size:20px; font-weight:500}
	.quick-caption h2,
	.grid-title h4,
	.underline-title,
	.help-caption h4 {font-size:17px; font-weight:500}

	.info1-wrap h4 {font-size:16px; font-weight: 500}

	#banner h1{font-weight:500}
}
@media (min-width:992px) {
	 .main-nav ul li a,
	 .main-nav .dropdown-menu {font-size:14px}
}

/* padding */
.main-header .container,
.banner-wrapper .container,
.main.container,
.quick-mnu-left,
.quick-mnu-right,
.quick-mnu-right a,
.content,
.video1,
.video2,
.video3,
.info1-wrap .cnt1,
.info1-wrap .cnt2,
.info1-wrap .cnt3 {padding-left:0; padding-right:0} 

/* margin */
.quick-caption h2,
.quick-caption p,
.help-caption h4,
.help-caption p {margin:0}

/* margin */
.quick-wrapper,
.info1-wrap, 
.recent-webz-wrapper,
.recent-list-wrapper,
.video-wrapper {margin-bottom:50px}

/* buttn */
.buttn {
	display:inline-block;
	border-radius: 2px;
	margin:1px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 14px;
	font-weight:400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media (max-width:991px){.buttn {padding:5px 15px}}
@media (min-width:992px){.buttn {padding:8px 25px}}
.buttn:hover {background:#444; color:#fff}
.buttn-orange {background:#f27242; color:#fff}
.buttn-gray {background:#bbb; color:#fff}

.cont-table {display:table}
.cont-table-cell {display:table-cell; vertical-align:middle}

/* main-header */
.main-header{
	z-index: 1020;
}
header.main-header.fixed {
	position: fixed;
	left:0;
	top:0;
	width:100%;
}
.header-wrapper {
	display:table;
	width:100%;
	transition: padding 300ms;
}
.header-group {
	display: table-cell;
	height:inherit;
	vertical-align:middle;
}
.header-lp,
.header-rp {
	display:table;
	height:inherit;
}
.header-lp{
	float:left;
}
.header-rp{
	float:right;
}
.logo a {
	font-weight:700;
}
.main-nav {
	display:table-cell;
	vertical-align: middle;
}
.main-nav {
	padding-left:40px;
}
.container .main-nav {
	padding-left:20px;
}
.main-nav > ul.menu > li {
	margin:0 25px 0 0;
}
.container .main-nav > ul.menu > li {
	margin:0 15px 0 0;
}

@media (min-width: 1200px) {
	.header-wrapper {
		height: 70px;
	}
	.logo a {
			font-size:30px;
	}
	.logo img {
		max-width:250px;
		max-height: 70px;
	}
	/* 전체폭 */
	.header-wrapper {
		padding:20px 30px;
	}
	.fixed.header-scrolled .header-wrapper {
		padding:10px 30px;
	}
	/* 고정폭 */
	.fixed > .container > .header-wrapper {
		padding:20px 20px;
	}
	.fixed.header-scrolled > .container > .header-wrapper {
		padding:10px 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-wrapper {
		height: 60px;
	}
	.logo a {
			font-size:25px;
	}
	.logo img {
		max-width:230px;
		max-height: 60px;
	}
	/* 전체폭 고정폭 */
	.header-wrapper,
	.fixed > .container > .header-wrapper  {
		padding:20px 25px; 
	}
	.fixed.header-scrolled .header-wrapper,
	.fixed.header-scrolled > .container > .header-wrapper  {
		padding:10px 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-wrapper {
		height: 50px;
	}
	.logo a {
			font-size:25px;
	}
	.logo img {
		max-width:220px;
		max-height: 50px;
	}
	/* 전체폭 고정폭 */
	.header-wrapper,
	.fixed > .container > .header-wrapper  {
		padding:15px 20px; 
	}
	.fixed.header-scrolled .header-wrapper,
	.fixed.header-scrolled > .container > .header-wrapper {
		padding:10px 20px;
	}
}
@media (max-width: 767px) {
	.header-wrapper {
		height: 40px;
	}
	.logo a {
			font-size:25px;
	}
	.logo img {
		max-width:180px;
		max-height: 35px;
	}
	.header-wrapper,
	.fixed.header-scrolled .header-wrapper {
		padding:10px 15px; 
	}
}
header.main-header {
	transition: background 300ms;
	background:rgba(255,255,255,0);
	color:#fff
}
header.main-header.header-scrolled {
	background:rgba(255,255,255,1);
	color:#333;
	-webkit-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2);
    	-moz-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2);
    	box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2);	
}

/* logo */
.logo {
	display:table;
	float:left;
	height:inherit;
}
.logo > a {
	display:table-cell;
	vertical-align: middle;
}
/* main-nav */
.main-nav > ul.menu > li {
	display:inline-block;
	position: relative;
}
.main-nav > .menu > li > a {
	display:block;
	padding:18px 0;
	font-weight:700
}
.main-nav > .menu > li:hover > a,
.main-nav > .menu > .active > a {
	 color:#c76c37;
}
.main-nav > .menu > .active > a {
	font-weight:700
}
ul.menu > .dropdown > .dropdown-menu,
.dropdown.has-children > .dropdown-menu {
	display:block;
	margin:0;
	padding:25px 0;/* 30px */
	border:0; 
	border-radius:0; 
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	background:#343434;
	opacity: 1!important;
	transition:opacity 250ms, transform 250ms;	
}
ul.menu > .dropdown > .dropdown-menu{
	top:-999px!important;
	transform:translateY(-10px)!important;
}
ul.menu > li:hover > .dropdown-menu {
	top:50px !important;
	opacity: 1!important;
	visibility:visible!important;
	transform:translateY(0)!important;
}
.dropdown.has-children > .dropdown-menu {
	top:-999px!important;	
	transform:translateY(-10px)!important;
	left:100%;
}
.dropdown.has-children:hover > .dropdown-menu{
	top:-25px !important; /* 30px */
	opacity: 1!important;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* for IE8 */
	visibility:visible!important;
	transform:translateY(0)!important;
}
.menu .dropdown-menu > li > a {
	padding:6px 30px; /* 30px */
	color:#bbbbbb;
}
.menu .dropdown-menu li  a:hover,
.menu .dropdown-menu li a:focus,
.menu .dropdown-menu .active > a,
.menu .dropdown-menu .active > a:hover,
.menu .dropdown-menu .active > a:focus {
	color:#fff;
	 background-color: transparent;
}

/* toggle-wrapper */
.log-info,
.toggle-wrapper {
	position: relative;
	margin-right:1px;
	display:table-cell;
	vertical-align:middle;
}
.toggle-wrapper {
	cursor:pointer;
	width:26px;
	height:26px;
}
.log-info .fa {
	width:40px;
	text-align: center;
	font-size:16px;
	color:#000;
}
.toggle-bar {
	position:absolute;
	left:0;
	width:26px;
	height:3px;
	background-color:#000;
    	transition-duration: 0.2s;	
    	margin-top:-2px;
}
.toggle-bar:before,
.toggle-bar:after {
	content:"";
	position:absolute;
	left:0;
	width:26px;
	height:3px;
	background-color:#000;
	transition-duration: 0.2s;
}
.toggle-bar:before {
	top:-8px;
}
.toggle-bar:after { 
	top: 8px; 
}
.toggle-bar.active { 
	width:0;
}
.toggle-bar.active:after {
  	top: 0px;
 	 transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
}
.toggle-bar.active:before {
  	top: 0px;
 	 transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
}

/* mb-nav */
.mb-nav-bg {
	display:none;
	position:fixed;
	top:80px;
	width:100%;
	height:100%;
	z-index: 1000;	
	background:rgba(0,0,0,0.6);
	cursor: pointer
}
.mb-nav-bg.bg-open{
	display:block;
	display:-webkit-box;
}
.mb-nav {
	position:fixed;
	top:80px;
	width:290px;
	margin-right:0;
	font-size:14px;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y:auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
}
.menu-right {
	right:-290px;
}
.menu-right.menu-open {
	right:0px;
}
.log-group,
.search-group {
	background:#c5af9b;
}
.log-group{
	padding:20px 20px 15px 20px;
}
.search-group,
.naver-group {
	padding:15px 20px;
}
.log-group > li{
	display:block;
	float:left;
}
.log-group > li > a {
	display:block;
}
.log-group > li > a > span {
	display:block;
	text-align:center;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.log-txt{
	padding-top:3px;
}
.log-group .dropdown-menu {
	min-width:240px;
	 border: none; 
	 border: 0px solid rgba(0, 0, 0, .15);
 	border-radius: 3px; 
}
.log-group .dropdown-menu > li {
	display:inline-block;
	float:left;
}
.log-group .dropdown-menu > li > a {
	padding:3px 5px;
	margin-left:5px;
}
.search-group input[type="text"] {
	border:1px solid #191919;
	background:#343434;
	color:#fff;
	border-radius: 0;
}
.naver-group a {
	display:block;
	padding: 10px 0;
	background:#53c559;
	color:#ffffff;
	text-align: center;
	font-weight:400;
}
.contact-group {
	padding-bottom:10px;
}
.contact-group span {
	padding:0 5px 2px 5px;
	background:#ff4a32;
	border-radius: 2px;
}
.contact-group span .fa {
	font-size:10px;
	color:#fff;
}
@media (max-width: 1199px) {
	.mb-nav {
		height:100%;
		padding-bottom:100px;
	}
}
@media (max-width: 991px) {
	.mb-nav-bg,
	.mb-nav {
		top:70px;
	}
	.log-group{
		padding:15px 20px 0 20px;
	}
}
@media (max-width: 767px) {
	.mb-nav-bg,
	.mb-nav {
		top:60px;
	}
}

/* mb-menu */
.mb-menu {
	padding:0;
	background:#fff;
}
.mb-menu li a {
	display:block;
}
.mb-menu li a,
.contact-group li {
	padding:12px 20px 12px 20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.mb-menu li ul{
	padding:0;
}
.mb-menu li > ul >  li > a {
	padding:12px 20px 12px 40px;
}
.mb-menu li > ul > li> ul > li > a{
	padding:12px 20px 12px 60px;
}
.mb-menu li a p {
	margin:0;
	float:left;
}
.mb-menu li a p.has-children {
	width:90%;
}
.mb-menu li a p.has-fa {
	width:10%;
	margin-top:5px;
}
.fa.arrow,
.fa.plus-minus {
	float:right;
	font-size:10px;
  	-webkit-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
.fa.arrow:before {
	content: "\f078";
}
.active > a .fa.arrow {
	content: "\f077";
}
.fa.plus-minus:before {
	content: "\f067";
}
.active > a .fa.plus-minus:before {
	content: "\f068";
}
.active > a .fa.arrow, 
.active > a .fa.plus-minus {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);	
} 
.mb-menu li a:hover,
.mb-menu li a:focus,
.mb-menu .active > a {
	 color:#c76c37;
	 background:rgba(0,0,0,0.05)
}

/* login-widget */
.login-widget,
.login-bg {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.login-widget {
	z-index: 1050;		
}
.login-bg {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: .7;
}
.login-wrapper {
	position:relative;
	display:table;
	width:100%;
	max-width:700px;
	height:100%;
	margin:auto;	
}
.login-container {
	display:table-cell;
	vertical-align: middle;
}
.login-content {
	padding:15px;
	background: #fff;
}
.login-outline {
	padding:30px 80px;
	border:1px solid #e8e8e8;
}
.login-header,
.login-body {
	padding:10px 0;
	text-align:center;
}
.login-widget .close {
	margin:10px 20px 0 0;
	font-size:50px;
	font-weight:200;
	opacity: 1;
	filter: alpha(opacity=100);
}
.login-widget .close:focus {
	outline: none;	
}
.login-header h1 {
	margin:0;
	font-size:25px;
	text-align:center;
}
.login-widget .form-group {
	display:inline-block;
	text-align:left;
	margin-bottom:0;
}
.login-widget .form-group .form-control {
	border-radius:0;
	width:250px;
}
.login-widget .login-check {
	margin:5px 0;
	line-height:20px;
	height:20px;
	text-align:right;
}
.login-widget label {
	font-weight:400;
	font-size:13px;
}
.buttn-login {
	padding:10px 0;
	width:100%;
	color:#fff;
	background:#c5af9b;
	border:0;
	font-size:16px;
}
.buttn-login:hover {
	color:#fff;
	background:#a08975;
}
.login-widget .message {
	margin: 10px 0 0 0;
	border-radius:0;
}
.login-widget .message p {
	margin:5px 0!important; 
}
@media (min-width: 768px) {
	.buttn-login {
		margin-top:10px;
	}
}
@media (max-width: 767px) {
	.login-content {
		margin:0 15px;
	}
	.login-outline {
    		padding:15px;
	}
	.login-widget .close {
		margin:10px 40px 0 0;
	}
	.login-widget .form-group {
		display:block;
		margin-bottom:10px;
	}
	.login-widget .form-group .form-control {
		width:100%;
	}
}

/* banner */
.banner-wrapper{
	position: relative;
}
#banner .owl-item .owlbg {
	width:100%; /* for IE8 */
	background-position: center!important;
	background-repeat: no-repeat;
	background-size: cover;
}
#banner .owl-content {
	display:table;
	width:100%;
	height: inherit;
}
#banner .owl-content .caption {
	display:table-cell;
	vertical-align: bottom;
	text-align:center;
}
#banner h1 {
	margin-bottom:0;
}
#banner p {
	margin:0;
	padding-bottom:2px
}
#banner .caption h1, #banner .caption p, #banner .caption div {
	position: relative;
}
#banner p {font-size:18px}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

@media (max-width: 767px) {
	#banner .owl-content .caption {padding:0 15px 30px 15px;}
	#banner.owl-theme .owl-controls {bottom:5px;}
}
@media (min-width: 768px) {
	#banner .owl-content .caption {padding:0 15px 45px 15px;}
	#banner.owl-theme .owl-controls {bottom:10px;}
}
@media (min-width: 1200px) {#banner .owl-content .caption {padding:0 15px 60px 15px;}}
/* Owl Carousel */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* owl-controls */
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-controls {
  	margin-top: 0;
  	text-align: center;
}
#banner.owl-theme .owl-controls {
 	position: absolute;
	width:100%;
 }
 .owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 2px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	background: #fff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* Owl Carousel Transitions */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 1s ease both;
  -moz-animation: scaleUpFrom 1s ease both;
  animation: scaleUpFrom 1s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 1s ease both;
  -moz-animation: scaleUpTo 1s ease both;
  animation: scaleUpTo 1s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* main-container */
@media (max-width: 767px) {
	.main.container {
		padding-left:15px;
		padding-right:15px;
	}
}

/* breadcrumb-wrapper */
.breadcrumb-wrapper{
	padding:10px 10px;
	background:#fff;
	text-align:right;
	color:#898989;
	font-size:13px
}

/* quick-wrapper */
.quick-mnu-left > a {
	display:table;
	width:100%;
	height:100%;
}
.quick-mnu-left .quick-caption {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}
.quick-mnu-right > a {
	height:50%;
}
.quick-caption {
	padding:0 15px;
}
.quick-mnu-right .quick-caption {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:100%;
	height:40px;
	text-align:center;
}
.quick-caption h2,
.quick-caption p {
	padding:1px 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
}
.quick-wrapper a:hover h2{
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
}
.quick-wrapper a:hover p {
	-webkit-transform: translate3d(0,4px,0);
	transform: translate3d(0,4px,0);
}
.quick-mnu-right .quick-caption h2,
.quick-mnu-right .quick-caption p {
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.quick-mnu-left .ver-bar {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	width:4px;
	height:40px;
	background-color:#343434;
}
@media (max-width:767px) {
	.quick-wrapper {
		height:270px;
	}	
	.quick-mnu-left {
		height:110px;
	}
	.quick-mnu-right > a {
		height:80px;
	}
	.quick-mnu-left .ver-bar {
		left:0;
		right:0;
		margin:0 auto;
		width:40px;
		height:4px;
	}
}
@media (min-width:768px) {
	.quick-wrapper {
		height:160px;
	}	
	.quick-mnu-left,
	.quick-mnu-right {
		height:100%;
	}
}
@media (min-width:992px) {
	.quick-wrapper {
		height:180px;
	}	
}

/* underline-title */
.underline-title {
	display:inline-block;
	padding-top:5px;
	margin-top:0;
	margin-bottom:10px;
	border-top:3px solid #333
}

/* recent-webz-wrapper */
.grid-title a {display:block}

/* video-wrapper */
.video-target {
    cursor: pointer;
}
.video-container {
    display: none;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    width:100%;
    height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   z-index: 1080;
   background-color:rgba(0,0,0,0.6)
}
.video-frame {
    position: absolute;
	text-align: center;
	padding:10px
}
.video-frame:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.video-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    max-width: 900px
}
.video {
	width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.video embed,
.video iframe {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:100%;
	background:#000;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    border:none
}
.video-block {position:relative; overflow: hidden}
.video-block .video-bg {background-position: center!important; background-repeat: no-repeat; background-size: cover}
.video-link,
.video-bg{display:block; position:absolute; top:0; left:0; width:100%; height:100%; border-radius:3px 3px 0 0}
.video-link .fa {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1
}
.video-link .fa:before {
	position: absolute;
	top:50%;
	left:50%;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	font-size:20px;
	padding-top:20px;
	background-color:rgba(0,0,0,0.6);
	border-radius: 50%;
	text-align:center;
	color:#ff4a32;
}
.video-block:hover .hover-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.video-wrapper .cont-txt {display:block;padding:10px; font-size:14px; border-radius: 0 0 3px 3px; background:#ededed}
@media (max-width: 767px){
	.video-block {height:200px}
	.video1,
	.video2,
	.video3 {margin-bottom:30px}	
}
@media (min-width: 768px){
	.video-block {height:150px}	
	.video1 .video-block,
	.video1 .cont-txt {margin-right:10px}	 	
	.video2 .video-block,
	.video2 .cont-txt {margin-right:5px; margin-left:5px}	 	
	.video3 .video-block,
	.video3 .cont-txt {margin-left:10px}	 	
}
@media (min-width: 992px){
	.video-block {height:200px}	
}

/* recent-list-wrapper */
@media (max-width: 767px){
	#recent-carousel .item-left {padding-right:0}
	#recent-carousel .item-right {padding-left:0}
}
@media (min-width: 785px){
	#recent-carousel .item-left {padding-right:20px}
	#recent-carousel .item-right {padding-left:20px}
}
@media (min-width:992px){
	#recent-carousel .item-left {padding-right:30px}
	#recent-carousel .item-right {padding-left:30px}
} 
#recent-carousel .owl-controls .owl-page span {
	background:#999
}
#recent-carousel  .owl-controls .owl-page.active span,
#recent-carousel  .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #f27242;
}

/* help-wrapper */
#help-wrapper {
	width:100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover
}
.help-content {
	display:table;
	width:100%;
	height:100px;
	margin-bottom:15px;
	max-height:150px
}
.fa-icon,
.help-caption {
	display:table-cell;
	vertical-align:middle;
	height:inherit
} 
.fa-icon {
	width:15%;
	text-align:center;
	font-size:25px;
	border-radius: 3px 0 0 3px
}
.help-caption {
	width:85%;
	padding:15px;
	background-color:rgba(255,255,255,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#50ffffff); /* for IE8 */
  	border-radius: 0 3px 3px 0
}
.help-caption p{
	padding-top:10px;
	line-height: 22px	
}
@media (max-width:767px){
	#help-wrapper {
		height:700px
	}
}
@media (min-width:768px){
	#help-wrapper {
		height:500px
	}
}
@media (min-width:992px){
	#help-wrapper {
		height:400px
	}
}
/*	footer-wrapper */
.footer-wrapper {
	background-color:#343434;
	color:#7a7a7a;
	padding-bottom:50px
}
.foot-block {
	padding-top:20px;
	padding-bottom:20px
}
.footer-wrapper h3.foot-domain {
	font-size:20px;
	color:#fff;
	border-bottom:none
}
.footer-wrapper h3 {
	font-size:16px;
	color:#c7c7c7;
	padding-bottom:10px;
	border-bottom:1px solid #414141
}
.foot-family li a,
.foot-social {
	margin-bottom:3px
}
.foot-family li a {
	display:inline-block;
	padding:3px 10px;
	border-radius:2px;
	background:#7a7a7a;
	color:#313131;
	font-size:12px;
	font-weight:bold
}
.foot-social li{
	float:left;
	padding-right:5px
}
.footer-wrapper .foot-social li .fa {
	font-size:25px
}
.foot-block > p,
.foot-nav > li {
	margin:0;
	line-height:22px
}
@media (min-width: 768px) and (max-width: 991px) {
	.foot-block{
		height:200px
	}
}

/* lnb */
.lnb {margin-bottom:50px}
.lnb > #side-menu {
    border: 1px solid rgba(0,0,0,0.1);	
    border-bottom:0
}

/*toTop */
#toTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 34px;
    text-align:center;
	background:#ddd;
	opacity:.5;
	filter: alpha(opacity=50);
	 border:1px solid #ddd;
     border-radius:3px;
     padding-top:8px;
     font-size:10px;
     z-index: 2000
}
#toTop:hover{
	opacity:1;
	filter: alpha(opacity=100);
}

/* XE style 수정 */
#spot .search input[type="text"], 
.localNavigation li a, 
.localNavigation li.on a, 
.xm input[type="text"], 
.xm input[type="email"],
.xm input[type="password"],
.xm input[type="tel"],
.xm input[type="url"],
.x input[type="text"],
.x input[type="number"]{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box}

/* #prod-caro owl-controls */
#prod-caro .owl-controls {
	position: absolute;
	right:15px;
	top:10px;
	margin-top:0
}
#prod-caro .owl-controls .owl-page.active span,
#prod-caro .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #f27242;
}

/* prod-caro */
#prod-caro .owl-item .owlbg {
	display:block;
	background-position: center!important;
	background-repeat: no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#prod-caro .bg1 {background-image: url(../images/product1.jpg)}
#prod-caro .bg2 {background-image: url(../images/product2.jpg)}
#prod-caro .bg3 {background-image: url(../images/product3.jpg)}
#prod-caro .caption {
	position: absolute;
	width: 100%;
	bottom: 15px
}
#prod-caro p {
	margin: 0 15px;
	padding: 5px 15px;
	border-radius: 2px;
	font-size: 14px;
	font-weight:500;
	color: #000;
	background-color: rgba(255,255,255,.5);
}
/* info1-wrap */
.info1-wrap .cnt2 {position: relative}
.info1-wrap .cnt3 a {display:block}
.info1-wrap .cnt2,
.info1-wrap .cnt-t,
.info1-wrap .cnt-b {background:#ededed}
.info1-wrap .cnt-b {margin-top:5px} 
.info1-wrap .cnt-img {width:25%}
.info1-wrap .cnt-txt {width:75%}	
.info1-wrap .cnt-img,
.info1-wrap .cnt-txt {float:left; height:inherit}
.info1-wrap h4 {margin-top:0; margin-bottom:5px}
.info1-wrap p {text-align:justify}
.info1-wrap .cnt3 p {padding-right:15px} 
.info1-wrap .fa {
	font-size: 18px;
	width: 40px;
	height: 30px;
	padding-top: 6px;
	border-radius: 3px;
	color:#fff; 
	background:#3a4050
}
.hor-bar {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:40px;
	height:4px;
	background-color:#343434;	
}
@media (max-width:767px) {
	.hor-bar {
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto 0;
		width:4px;
		height:40px;
	}
	.info1-wrap .cnts {padding:15px}
	#prod-caro .owl-item .owlbg {height:250px}
	.info1-wrap .cnt-t,
	.info1-wrap .cnt-b {height:120px} 
}
@media (min-width:768px) {
	.info1-wrap .cnts {padding:0 30px}
	#prod-caro .owl-item .owlbg,
	.info1-wrap .cnt2 .cnts {height:300px}
	.info1-wrap .cnt-t,
	.info1-wrap .cnt-b {height:120px} 
}
@media (min-width:992px) {
	#prod-caro .owl-item .owlbg,
	.info1-wrap .cnt2 .cnts {height:300px}
	.info1-wrap .cnt-t {height:150px}
	.info1-wrap .cnt-b {height:145px} 
}
@media (max-width:991px) {.info1-wrap .cnt3 {margin-top:5px}} 
@media (min-width:992px) {
	.info1-wrap .cnt-t,
	.info1-wrap .cnt-b {margin-left:5px}
}

@media (min-width:1921px) {
	.header-wrapper,
	.banner-wrapper,
	#help-wrapper,
	.footer-wrapper {max-width:1920px; margin-left:auto; margin-right:auto;}
}