@charset "utf-8";
/* Font */
@import url(font.css);

/* Theme Name: Cubana - Multipurpose
   Author:Harry
   Author e-mail: harrynworld@gmail.com
   Version: 1.0.0
   Created:February 2015
   File Description:Main CSS file of the template
*/

/* TABLE OF CONTENTS
	1) Reset
	2) Help classes
	3) Parallax
	4) Pre-loader
	5) Navigation
	6) Home
	7) About-us
	8) Fun-facts
	9) Portfolio
	10) inner (Info) 
	11) Team / Skills
	12) Services
	13) Testimonials
	14) Partners
	15) Contact
	16) Footer
	17) Back-to-top
	18) Responsive
*/

/* 1 Reset----------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0; font-family: "NotoSansKR",  sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#737373;}

body {
	font-family: "NotoSansKR",  sans-serif;
	font-weight: 400;
	color: #535353;
	letter-spacing: 0.02em;
	min-width:320px;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
    color: inherit;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    color: #f1cf2f;
}
p {
    color: #737373;
    line-height: 23px;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: "NotoSansKR",  sans-serif;
}
textarea {
    max-width: 100%;
    resize: none;
}
hr {
	margin: 10px 0px;
}
address {
	margin-bottom: 0px;
}
.btn {
    /*font-size: 14px;*/
    font-family: "NotoSansKR",  sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    line-height:24px;
}
.btn:focus,.btn:active {
    outline: none;
    color: #ffffff;
}
.btn-custom{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #303030;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #303030;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #303030;
	background-color: rgba(255,255,255,.5);
}
.btn-bar a{
	margin-right: 10px;	
    font-size:16px;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #fff;
}
/* 2 Helper classes
----------------------------------------------------------------------------- */
.margin-t-md {
	margin-top: 30px;
}
.margin-b-md {
	margin-bottom: 30px;
}
.title {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: "NotoSansKR",  serif;
	margin-bottom: 20px;
}
.slog {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bg-dark {
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
/* 4 Preloader
----------------------------------------------------------------------------- */
.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999;
}
.loader {
    width:200px;
    height:200px;
    font-size: 24px;
    text-align: center;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url("/images/kor06r-17-0331/preloader.gif"); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}

/* 5 Topbar / Navigation
----------------------------------------------------------------------------- */
#L_SITE_LOGO h1{}
#L_SITE_LOGO a {display: block; width: 200px; height: 80px; text-indent: -9999px;}
#L_SITE_LOGO img{
	display: block; width: 100%;
}

.navbar-custom {
	background-color: #ffffff;
	margin-bottom: 0px;
	width: 100%;
	z-index: 1000;
	border: none;
	color: #333;
	border-radius: 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.navbar-custom .container {max-width: 100%;}
.navbar-custom .navbar-brand {
	font-size: 22px;
	text-transform: uppercase;
	color: #666;
	font-weight: 800;
	letter-spacing: 0.15em;
	margin: 15px 0 0;
	font-family: "NotoSansKR",  serif;
}
.navbar-custom .navbar-brand:hover {
	color: #888;
}
.navbar-custom .nav{
	padding: 15px 0;
}
.navbar-custom .nav > li {margin-right: 20px;}
.navbar-custom .nav > li:last-child {margin-right: 0;}
.navbar-custom .navbar-nav>li>a {
	color: #1f1f1f;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}
.login-bar{
	padding:10px 0;
	text-align:right;
}
.login-bar li{
	display:inline-block;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #ddd;
	line-height:8px;
}
.login-bar li:first-child{
	margin-left:0;
	padding-left:0;
	border-left:0;
}
.login-bar li a{
	font-size:12px;
	line-height:8px;
}


/* 6 Home
----------------------------------------------------------------------------- */
/* default */

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .6s infinite;
	-moz-animation: blink .6s infinite;
	-ms-animation: blink .6s infinite;
	-o-animation: blink .6s infinite;
	animation: blink .6s infinite;
}

/* rolling */
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .6s infinite;
	-moz-animation: blink .6s infinite;
	-ms-animation: blink .6s infinite;
	-o-animation: blink .6s infinite;
	animation: blink .6s infinite;
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* 7 About-us
----------------------------------------------------------------------------- */
#about-us .features-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.features-box i {
	font-size: 36px;
}
.features-box .features-line {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.features-box p{
	color: #9aa7af;
    line-height: 22px;
}
.advanced-about {
	overflow: hidden;
	clear: both;
}
.advanced-about ul li {
	margin: 5px 0px
}
.advanced-about ul li i {
	margin-right: 10px;
}

/* 8 Fun-facts
----------------------------------------------------------------------------- */
.fun-facts {
	overflow: hidden;
	color: #888;
}
.facts{
	margin: 20px 0px;
}
.facts i{
	font-size: 36px;
}
.facts h1 {
	font-family: "NotoSansKR",  serif;
}

/* 9 Portfolio
----------------------------------------------------------------------------- */
/* image hover effect */
.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}
.work-desc{
    width: 100%;
    padding: 10px 20px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    position: relative;
}
.work-desc h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "NotoSansKR",  serif;
    margin-bottom: 5px;
}
.work-desc span {
	margin-top: 10px;
}
/* 10 inner (Info)
----------------------------------------------------------------------------- */
#inner-section {
	background: url(/images/kor06r-17-0331/img-2.jpg) center;
}
.intermediate-container .subheading h4 {
	color: #ffffff;
	font-style: italic;
	font-family: "NotoSansKR",  serif;
}
.intermediate-container .heading h2 {
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	margin-top: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
}
/* 11 Team / Skills
----------------------------------------------------------------------------- */
.team h4,.skill h4 {
	font-family: "NotoSansKR",  serif;
}
.team h5 {
	color: #9aa7af;
}
.skill-chart {
	margin: 0px auto;
}
.skill i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
/* 12 Services
----------------------------------------------------------------------------- */
.service-item i {
	float: left;
	font-size: 28px;
	line-height: 36px;
	width: 30px;
}
.service-item .service-detail {
	margin-left: 50px;
}
.service-item .service-detail h4 {
	font-family: "NotoSansKR",  serif;
}
.service-item .service-detail p {
	color: #9aa7af;
}

/* 13 Testimonials
----------------------------------------------------------------------------- */
#testimonials {
	background: url(/images/kor06r-17-0331/img-2.jpg) center;
}
.testi-slide {
	color: #f1f2f3;
}
.testi-slide .img-user {
	width: 48px;
	height: 48px;
	border: 3px solid #ffffff;
}
.testi-slide h5 {
	font-weight: 400;
	line-height: 24px;
}
.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ffffff;
	background: transparent;
}

/* 14 Partners
----------------------------------------------------------------------------- */
.partners {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}
.partner {
	padding: 15px;
	text-align: center;
	-webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
	-moz-box-shadow: -1px -1px 0px 0px #ebeef0;
	box-shadow: -1px -1px 0px 0px #ebeef0;
}
.partner > img {
	max-width: 100%;
	max-height: 100%;
}

/* 15 Contact
----------------------------------------------------------------------------- */
.error {
	margin: 8px 0px;
	display: none;
	color: red;
	font-family: "NotoSansKR",  serif;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
	font-family: "NotoSansKR",  serif;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact textarea.form-control{
	height: 120px;
}
#contact i {
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 36px;
}
#contact h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: "NotoSansKR",  serif;
}
#contact a.support {
	display: block;
	font-size: 30px;
}
.info-contact {
	font-size: 16px;
}
/* 16 Footer
----------------------------------------------------------------------------- */
.footer {
	background: #383838;
	padding:25px 0px;
}
.footer .footer-menu{
	margin:0 auto 1em;
}
.footer .footer-menu:after{
	content:'';
	display:block;
	clear:both;
}
.footer .footer-menu li{
	display:inline-block;
	margin-left:10px;
	padding-left:10px;
	line-height:8px;
	border-left:1px solid #555;
}
.footer .footer-menu li:first-child{
	margin-left:0;
	padding-left:0;
	border-left:0;
}
.footer .footer-menu li a{
	line-height:8px;
	font-size:15px;
	color:#bbb;
}
.footer p{
	margin-bottom: 0px;
	font-size:14px;
	line-height:22px;
	letter-spacing:0;
}
.footer-area {width:800px; margin: 0 auto;}

/* 17 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    #L_SITE_LOGO a{
		display:block;
		margin-left:15px;
		line-height:57px;
	}
	.navbar-custom {
		background-color: #fff;
	}
	.navbar-custom .navbar-brand {
		color: #333 !important;
		padding: 13px 15px 20px 15px;
		margin-top: 15px;
		height: auto;
	}


	.navbar-nav>li>a {
	
	}
	.navbar-custom .navbar-toggle {
		margin-top: 8px;
	}
	.navbar-custom .nav{
		padding:15px 0;
	}
	.login-bar{
		padding:12.5px 0 0 0;
		text-align:center;
	}
	.login-bar:after{
		content:"";
		display:block;
		clear:both;
	}
	.login-bar li{
		float:left;
		display:block;
		margin-left:5%;
		padding:0;
		width:30%;
		line-height:17px;
		border:0;
	}
	.login-bar li a{
		display:block;
		padding:5px 10px;
		width:100%;
		border:1px solid #ddd;
		font-size:12px;
		line-height:17px;
	}
	.features-box .col-sm-4{
		text-align: center !important;
	}
	.advanced-about .col-sm-6:first-of-type,.skill{
		margin-bottom: 30px;
	}
	.facts {
		margin-bottom: 50px;
	}
	.footer-area {width:100%; padding:0px 20px;}
}

@media only screen and (max-width: 479px) {
	.footer .footer-menu li a {font-size: 13px;}
	.footer p, .footer li {font-size: 13px;}
}


/*==================================
STYLE SWITHER - Demo purpose only
==================================*/ 

#style-switcher div h3 {
    color: #1D1D1D;
    font-size: 16px;
    margin: 8px 3px 12px;
}
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}
#style-switcher .bottom a {
	text-decoration: none;
}

#style-switcher .bottom a.settings i {
    margin-left: 8px;
    color: gray;
    font-size: 18px;
    position: absolute;
    margin-top: 9px;
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
	padding:0;
	border-radius: 0px;
}
ul.pattern li {
    float: left;
    margin: 2px;
}
ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
}

ul.pattern .color1 {
	background-color: #1dc6df;
}
ul.pattern .color2 {
	background-color: #d13a7a;
}
ul.pattern .color3 {
	background-color: #f05050;
}
ul.pattern .color4 {
	background-color: #33b86c;
}
ul.pattern .color5 {
	background-color: #3a3f51;
}
ul.pattern .color6 {
	background-color: #Fbce43;
}
ul.pattern .color7 {
	background-color: #6d5cae;
}
ul.pattern .color8 {
  background-color: #f1cf2f;
}

/* ********************************************************************* COLOR ********************************************************************** */

.btn-custom{
	background-color: #f1cf2f;
        border-color: #f1cf2f;
}
.btn-custom:hover,.btn-custom:focus{
		background-color: #eb0457;
		border-color: #eb0457;
}
.form-control:focus {
		border-color: #f1cf2f;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus,
.testi-slide p,#ajaxsuccess,#contact i,#contact h4{
		color: #f1cf2f !important;
}
.item-img-overlay span{
		background: url(/images/kor06r-17-0331/plus.png) no-repeat center center rgba(0, 177, 157,.7);
}
.work-desc{
	border-bottom: 2px solid rgba(0, 177, 157,.7);
}
.back-to-top {
		background: #f1cf2f;
}

/* ********************************************************************* NAVI 상단메뉴 ********************************************************************** */

.dropdown-menu .divider { margin:0; }
.dropdown-menu>li>a { padding: 10px 20px; font-weight:600; color:#919191; }
.dropdown-menu>li>a:hover { background-color:#ffffff; color:#f1cf2f; }

.navbar-custom .navbar-nav> li:last-child > a { padding-right:0;}

.navbar .dropdown-menu { border-top:1px solid #f1cf2f; border-bottom:2px solid #f1cf2f; border-radius:0; box-shadow:none; font-size:15px; min-width:210px; box-shadow:0px 2px 8px rgba(0, 0, 0, 0.16); border-left:0; border-right:0; margin-bottom:0 !important; padding:0; left:50%; margin-left:-110px;}
.navbar.navbar-main .dropdown-menu > li > a { line-height:2.66 !important; border-bottom:1px solid #f0f0f0; padding:2px 20px 2px 14px; }

@media only screen and (min-width: 768px) {
	.navbar.navbar-main s.dropdown-menu > li:last-child > a { border-bottom:0; }
}

.dropdown-arrow { font-size:10px; padding-left:7px; color:#ccc; }

.dropdown-submenu>a:after { display:block; content:" "; float:right; width:0; height:0; border-color:transparent; border-style:solid; border-width:3px 0 3px 3px; border-left-color:#ccc;  margin-top:14px; margin-right:-10px; }
.dropdown-submenu:hover>a:after { border-left-color:#2c62ae; }
.dropdown-submenu.pull-left { float:none; }
.dropdown-submenu.pull-left>.dropdown-menu { left:-100%; margin-left:10px; -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px; }

@media only screen and (max-width: 768px) {
	.navbar-custom .navbar-nav>li>a { padding-top:10px; padding-bottom:10px; }
	.navbar-custom .navbar-nav>li.open>a { border-bottom:1px solid #f0f0f0; }
	.navbar .navbar-nav li a { line-height:3.4; }
	.navbar-collapse { -webkit-box-shadow:0px 3px 0px 0px rgba(0,0,0,0.08); -moz-box-shadow:0px 3px 0px 0px rgba(0,0,0,0.08); box-shadow:0px 3px 0px 0px rgba(0,0,0,0.08); }
	.navbar.navbar-main .navbar-nav li a { padding-top:5px; padding-bottom:5px; line-height:26px; }
	.navbar.navbar-main .dropdown-menu { border-top:1px solid #f0f0f0; border-bottom:0; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; margin-bottom:5px !important;  margin-left:0;}
	.navbar.navbar-main .dropdown-menu > li > a {padding:5px 20px 5px 23px;}
}


/* ********************************************************************* MAIN CONTENTS 메인컨텐츠 ********************************************************************** */
		.whois-main-contents-area {padding-bottom:50px; }
        .whois-main-contents-area .whois-main-contents-area-box { width:32.33%; min-height:348px; float:left; background-color:#f9f9f9; border-top: 3px solid #ffa5c5;}
        .whois-main-contents-area .whois-main-contents-area-box-left-margin { margin:0 0 0 1.5%; }
        .whois-main-contents-area .whois-main-contents-area-box-inner { padding:22px; font-size:14px; color:#747474; }
        .whois-main-contents-area .whois-main-contents-area-box-inner h5 { margin:0 0 35px 0; padding:0; font-size:20px; font-weight:bold; text-align: center; color: #555;}
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-notice {}
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-notice li { padding:10px 0 10px 0; line-height: 24px; border-bottom:1px solid #e1e1e1; }
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-notice li .whois-main-contents-area-box-notice-title { width: 95%; display: inline-block; vertical-align: middle; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-notice li .whois-main-contents-area-box-notice-arrow { width:5%; display: inline-block; vertical-align: middle; }
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-notice li:first-child { padding:0 0 10px 0; }
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-business {}
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-business .whois-main-contents-area-box-business-message { margin:0 0 10px 0; }
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer {}
		.whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer li { padding:0 0 10px 35px; font-size:16px; position:relative;}
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer li.whois-main-contents-area-box-customer-time { margin:10px 0 0 0; padding:20px 0 0 35px; border-top:1px solid #ccc; font-size:16px;}
        .whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer li i { width:10%; margin:4px 0 0 0; vertical-align: top; }
		.whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer li .whois-main-contents-area-box-customer-text { width:90%; display:inline-block; letter-spacing:-0.2px;}
        .whois-main-contents-area i { color:#f1cf2f; }

		.whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer li:nth-child(1) .whois-main-contents-area-box-customer-text:before { content: ''; display: inline-block; width: 22px; height: 25px;
    	background: url(/images/kor06r-17-0331/cs_icon01.png) no-repeat center center;  position: absolute; left: 0px;}
		.whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer li:nth-child(2) .whois-main-contents-area-box-customer-text:before { content: ''; display: inline-block; width: 22px; height: 25px;
    	background: url(/images/kor06r-17-0331/cs_icon02.png) no-repeat center center;  position: absolute; left: 0px;}
		.whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer li:nth-child(3) .whois-main-contents-area-box-customer-text:before { content: ''; display: inline-block; width: 22px; height: 25px;
    	background: url(/images/kor06r-17-0331/cs_icon03.png) no-repeat center center;  position: absolute; left: 0px;}
		.whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer li:nth-child(4) .whois-main-contents-area-box-customer-text:before { content: ''; display: inline-block; width: 22px; height: 25px;
    	background: url(/images/kor06r-17-0331/cs_icon04.png) no-repeat center center;  position: absolute; left: 0px;}
		.whois-main-contents-area .whois-main-contents-area-box-inner .whois-main-contents-area-box-customer li:nth-child(5) .whois-main-contents-area-box-customer-text:before { content: ''; display: inline-block; width: 22px; height: 25px;
    	background: url(/images/kor06r-17-0331/cs_icon05.png) no-repeat center center;  position: absolute; left: 0px;}

        @media only screen and (max-width: 1200px) {
                .whois-main-contents-area .whois-main-contents-area-box { min-height:350px; }
}

@media only screen and (max-width: 768px) {
                .whois-main-contents-area { padding-top:20px; padding-bottom:0; }
                .whois-main-contents-area .whois-main-contents-area-box { width:100%; min-height: inherit; margin:0 0 20px 0; }
                .whois-main-contents-area .whois-main-contents-area-box:last-child { margin:0; }
                .whois-main-contents-area .whois-main-contents-area-box-inner h5 { margin: 0 0 30px 0; }
}





/* common */
body {padding-top: 80px !important;}
.container {width: 100% !important; max-width: 1200px;}
.navbar-right {margin-right: 0 !important;}
.navbar-sns {float: left; margin-left: 60px; padding: 11px 0; height: 80px;}
.navbar-sns:after {content: ''; display: table; clear: both;}
.navbar-sns li {float: left; margin-right: 20px;}
.navbar-sns li:last-child {margin-right: 0;}
.navbar-sns li a {display: block; font-size: 13px; color: #000; height: 58px;}
.navbar-sns li a:before {content: ''; display: block; width: 34px; height: 34px; margin: 0 auto 3px;}
.navbar-sns li:nth-child(1) a:before {background: url('/images/kor06r-17-0331/main_sns_kakao.png')no-repeat center center / cover;}
.navbar-sns li:nth-child(2) a:before {background: url('/images/kor06r-17-0331/main_sns_insta.png')no-repeat center center / cover;}
.navbar-sns li:nth-child(3) a:before {background: url('/images/kor06r-17-0331/main_sns_blog.png')no-repeat center center / cover;}


@media only screen and (max-width: 1280px) {
	.navbar-custom .nav > li {margin-right: 20px;}
	.navbar-sns {display: none;}
}

@media only screen and (max-width: 992px) {
	body {padding-top: 70px !important;}
	#L_SITE_LOGO a {width: 160px; height: 70px;}
	.navbar-custom .nav{padding: 10px 0;}
	.navbar-custom .nav > li {margin-right: 0;}
	.navbar-custom .nav > li > a {font-size: 17px; padding-left: 10px; padding-right: 10px;}
}

@media only screen and (max-width: 768px) {
	body {padding-top: 50px !important;}
	#L_SITE_LOGO a {width: 120px; height: 50px;}
	.navbar-custom .nav{padding: 0;}
	.navbar-sns {display: block; float: none; margin-left: 0; text-align: center; padding: 30px 0; height: auto;}
	.navbar-sns li {float: none; display: inline-block; margin-right: 20px;}
	.navbar-sns li a {font-size: 13px;}
}


@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* main */
section.main-banner {padding-top: 0; padding-bottom: 0;}
.main-banner .slick-arrow {width: 60px; height: 60px; position: absolute; top: 50%; margin-top: -20px; z-index: 1; border: none; background: none; text-indent: -9999px;}
.main-banner .slick-prev {left: 20px;}
.main-banner .slick-next {right: 20px;}
.main-banner .slick-arrow:after {content: ''; display: block; width: 40px; height: 40px; border-left: solid 3px #fff; border-bottom: solid 3px #fff; position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px;}
.main-banner .slick-prev:after {transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.main-banner .slick-next:after {transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}
.main-banner .slick-dots {position: absolute; bottom: 40px; z-index: 1; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.main-banner .slick-dots:after {content: ''; display: table; clear: both;}
.main-banner .slick-dots li {margin-right: 10px; float: left;}
.main-banner .slick-dots li:last-child {margin-right: 0;}
.main-banner .slick-dots li button {display: block; width: 20px; height: 20px; border: none; background: #fff; -webkit-border-radius: 20px; border-radius: 20px; text-indent: -9999px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.main-banner .slick-dots li.slick-active button {width: 50px; background: #ffd800;}
.main-banner__cont > div {position: relative; padding-bottom: 38.8888%;}
.main-banner__cont > div > div {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.main-banner__cont > div > div > div {display: table; width: 100%; height: 100%;}
.main-banner__cont > div > div > div > div {display: table-cell; vertical-align: middle; width: 100%; text-align: center;}
.main-banner__cont h3 {font-family: 'TmonMonsori', 'NotoSansKR',  sans-serif; color: #fff; font-size: 50px; line-height: 1.3;}

.main-title {color: #010101; font-size: 40px; text-align: center; font-weight: 700;}
.main-story {background: #f0f2f4;}
.main-story__link {display: block; padding-bottom: 30%; font-size: 0; line-height: 0; text-indent: -9999px; position: relative; margin-top: 80px; background: url('/images/kor06r-17-0331/main_story.jpg')no-repeat center center / cover;}
.main-story__link:before {content: ''; display: block; width: 1px; height: 30px; background: #000; position: absolute; left: 50%; bottom: 100%; margin-bottom: 30px;}
.main-story__link:after {content: ''; display: block; width: 7px; height: 7px; background: #000; position: absolute; left: 50%; margin-left: -3px; bottom: 100%; margin-bottom: 23px; -webkit-border-radius: 50%; border-radius: 50%;}

.main-products {}
.main-products__list {padding-top: 60px; margin: -10px;}
.main-products__list:after {content: ''; display: table; clear: both;}
.main-products__list li {float: left; width: 33.3333%; padding: 10px;}
.main-products__list li a {display: block; padding-bottom: 100%; position: relative;}
.main-products__list li:nth-child(1) a {background: url('/images/kor06r-17-0331/main_product1.jpg')no-repeat center center / cover;}
.main-products__list li:nth-child(2) a {background: url('/images/kor06r-17-0331/main_product2.jpg')no-repeat center center / cover;}
.main-products__list li:nth-child(3) a {background: url('/images/kor06r-17-0331/main_product3.jpg')no-repeat center center / cover;}
.main-products__list li:nth-child(4) a {background: url('/images/kor06r-17-0331/main_product4.jpg')no-repeat center center / cover;}
.main-products__list li:nth-child(5) a {background: url('/images/kor06r-17-0331/main_product5.jpg')no-repeat center center / cover;}
.main-products__list li:nth-child(6) a {background: url('/images/kor06r-17-0331/main_product6.jpg')no-repeat center center / cover;}
.main-products__list li:nth-child(7) a {background: url('/images/kor06r-17-0331/main_product7.jpg')no-repeat center center / cover;}
.main-products__list li:nth-child(8) a {background: url('/images/kor06r-17-0331/main_product8.jpg')no-repeat center center / cover;}
.main-products__list li:nth-child(9) a {background: url('/images/kor06r-17-0331/main_product9.jpg')no-repeat center center / cover;}
.main-products__list li a:after {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
.main-products__list li a > span {display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}
.main-products__list li a > span > span {display: table; width: 100%; height: 100%;}
.main-products__list li a > span > span > span {display: table-cell; width: 100%; vertical-align: middle; text-align: center; color: #f1cf2f; font-size: 30px; font-weight: 700;}

.main-customer {background: url('/images/kor06r-17-0331/main_customer_bg.jpg')no-repeat center center / cover;}
.main-customer__title {color: #fff; text-align: center;}
.main-customer__title h3 {font-size: 40px;}
.main-customer__title p {font-size: 25px; color: #fff; margin-top: 20px;}
.main-customer__more {display: block; width: 200px; height: 50px; line-height: 50px; background: #fff; font-size: 18px; text-align: center; margin: 60px auto 0; color: #000; -webkit-border-radius: 30px; border-radius: 30px;}

.main-business {}
.main-business__top {position: relative; text-align: center;}
.main-business__more {color: #636363; font-size: 16px; padding-bottom: 5px; border-bottom: solid 1px #a6a6a6; display: inline-block; margin-top: 50px;}
.main-business__list {padding-top: 50px; margin: 0 -15px;}
.main-business__list:after {content: ''; display: table; clear: both;}
.main-business__list li {float: left; width: 25%; padding: 0 15px;}
.main-business__list li.nodata {}
.main-business__list li a {display: block; background: #f2f2f2; padding: 40px 20px; position: relative;}
.main-business__list li a h5 {font-size: 18px; color: #464646; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; height: 4.2em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-business__list li a span {display: block; color: #949494; font-size: 14px; margin-top: 60px;}
.main-business__list li a:before,
.main-business__list li a:after {content: ''; display: block; background: #7a7a7a; position: absolute; right: 20px; bottom: 40px;}
.main-business__list li a:before {width: 13px; height: 1px; margin-bottom: 6px;}
.main-business__list li a:after {width: 1px; height: 13px; margin-right: 6px;}

@media only screen and (max-width: 1280px) {
	.main-banner__cont h3 {font-size: 40px;}
	.main-banner .slick-dots {bottom: 20px;}
	.main-banner .slick-dots li {margin-right: 5px;}
	.main-banner .slick-dots li button {width: 10px; height: 10px;}
	.main-banner .slick-dots li.slick-active button {width: 30px;}
}

@media only screen and (max-width: 992px) {
	section {padding-top: 60px; padding-bottom: 60px;}
	.main-banner__cont h3 {font-size: 30px;}
	.main-banner .slick-prev {left: 0;}
	.main-banner .slick-next {right: 0;}
	.main-banner .slick-arrow:after {width: 30px; height: 30px; margin-left: -15px; margin-top: -15px;}
	.main-title {font-size: 30px;}
	.main-products__list {padding-top: 40px; margin: -5px;}
	.main-products__list li {padding: 5px;}
	.main-products__list li a > span > span > span {font-size: 24px;}
	.main-customer__title h3 {font-size: 30px;}
	.main-customer__title p {font-size: 18px; margin-top: 10px;}
	.main-customer__more {width: 160px; height: 44px; line-height: 44px; font-size: 16px; margin: 30px auto 0;}
	.main-business__list {margin: 0;}
	.main-business__list li {float: none; width: 100%; padding: 0; margin-bottom: 10px;}
	.main-business__list li:last-child {margin-bottom: 0;}
	.main-business__list li a {padding: 20px;}
	.main-business__list li a h5 {font-size: 16px; height: auto; word-wrap: normal; display: block;}
	.main-business__list li a span {font-size: 13px; margin-top: 20px;}
	.main-business__list li a:before,
	.main-business__list li a:after {bottom: 20px;}
}

@media only screen and (max-width: 768px) {
	.main-banner__cont h3 {font-size: 20px;}
	.main-banner .slick-dots {bottom: 10px;}
	.main-title {font-size: 24px;}
	.main-products__list {padding-top: 30px; margin: -2px;}
	.main-products__list li {padding: 2px;}
	.main-products__list li a > span > span > span {font-size: 16px;}
	.main-customer__title h3 {font-size: 24px;}
	.main-customer__title p {font-size: 14px;}
	.main-customer__more {width: 120px; height: 40px; line-height: 40px; font-size: 14px; margin: 20px auto 0;}

}









