/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Sanza - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:	#726FB9 (blue)
hover color:	#fed136 (yellow)
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/

/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
/*nanum gothic*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*--------------------
1. General
--------------------*/
	
body {
	margin: 0px;
	font-family: "Nanum Gothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	font-family: "Nanum Gothic", sans-serif;
}

p {
	font-family: "Nanum Gothic", sans-serif;}

.dark-bg p {
color: #B1B1B1;	
}

a:hover, a:focus, a:active, a.active {
	/*color: #fec503;*/
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

/*::selection {
	text-shadow: none;
	background: #fed136;
}*/


ul {
	padding-left: 0;
	padding-top: 0px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}

section ul li:before {
	font-family: "Nanum Gothic", sans-serif;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Nanum Gothic", sans-serif;
	padding: 0px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #fed136;
	border-color: #fed136
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #fed136
}
.navbar-default .nav li a {
	font-family: "Nanum Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color:#fff;
	font-size:18px;
	text-decoration:none;
}
.navbar-default .nav li a:hover {color:#fff !important;}
/*.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #fed136;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}*/
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}

@media (min-width:768px) {
	.navbar-default
	{
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #FFFFFF;
		border-bottom: 1px solid #828282;
		padding: 5px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}
}

/*--------------------
3. section0 /  company
--------------------*/

#section0 {
	background-image: url(/images/01_company_bg.jpg);
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
	
}

#section0 .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	
	h1 {padding:50px 0 0 70px; margin:0;}
	
	#section0 .intro-text {
		padding-top: 290px;
		padding-bottom: 245px;
    }
}

#section0 .intro-text .intro-lead-in {
	display: inline-block;
	
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}

@media (min-width: 768px) {
	#section0 .intro-text .intro-lead-in {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
	width:100%;
	}
}

#section0 .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	#section0 .intro-text .intro-heading {
		line-height: 95px;
		font-size: 57px;
		margin-bottom: 10px;
	}
}

/*»ç¾÷¿µ¿ª*/

#section1 {
	background-image: url(/images/02_buisness_bg.jpg);
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
	
}

#section1 .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	
	h1 {padding:50px 0 0 70px; margin:0;}
	
	#section1 .intro-text {
		padding-top: 290px;
		padding-bottom: 245px;
    }
}

#section1 .intro-text .intro-lead-in {
	display: inline-block;
	
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}

@media (min-width: 768px) {
	#section1 .intro-text .intro-lead-in {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
	width:100%;
	}
}

#section1 .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	#section1 .intro-text .intro-heading {
		line-height: 95px;
		font-size: 57px;
		margin-bottom: 10px;
	}
}



/*ÅõÀÚ¿µ¿ª*/

#section2 {
	background-image: url(/images/03_ir_bg.jpg);
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
	
}

#section2 .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	
	h1 {padding:50px 0 0 70px; margin:0;}
	
	#section2 .intro-text {
		padding-top: 290px;
		padding-bottom: 245px;
    }
}

#section2 .intro-text .intro-lead-in {
	display: inline-block;
	
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}

@media (min-width: 768px) {
	#section2 .intro-text .intro-lead-in {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
	width:100%;
	}
}

#section2 .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	#section2 .intro-text .intro-heading {
		line-height: 95px;
		font-size: 57px;
		margin-bottom: 10px;
	}
}

/*Ã¤¿ë*/

#section3 {
	background-image: url(/images/04_recruit_bg.jpg);
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
	
}

#section3 .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	
	h1 {padding:50px 0 0 70px; margin:0;}
	
	#section3 .intro-text {
		padding-top: 290px;
		padding-bottom: 245px;
    }
}

#section3 .intro-text .intro-lead-in {
	display: inline-block;
	
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}

@media (min-width: 768px) {
	#section3 .intro-text .intro-lead-in {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
	width:100%;
	}
}

#section3 .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	#section3 .intro-text .intro-heading {
		line-height: 95px;
		font-size: 57px;
		margin-bottom: 10px;
	}
}

/*Ã¤¿ë*/

#section4 {
	background-image: url(/images/05_customer_bg.jpg);
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
	min-height:0px;
}

#section4 .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	
	h1 {padding:50px 0 0 70px; margin:0;}
	
	#section4 .intro-text {
		padding-top: 290px;
		padding-bottom: 245px;
    }
}

#section4 .intro-text .intro-lead-in {
	display: inline-block;
	
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}

@media (min-width: 768px) {
	#section4 .intro-text .intro-lead-in {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
	width:100%;
	}
}

#section4 .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	#section4 .intro-text .intro-heading {
		line-height: 95px;
		font-size: 57px;
		margin-bottom: 10px;
	}
}

#section5 {
	background-image: url(/images/06_main_bg.jpg);
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
	
}

#section5 .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
	background: url("/images/com_popbtn02.png")no-repeat 50% 50%;
}

@media (min-width: 768px) {
	
	h1 {padding:50px 0 0 70px; margin:0;}
	
	#section5 .intro-text {
		padding-top: 290px;
		padding-bottom: 245px;
    }
}

#section5 .intro-text .intro-lead-in {
	display: inline-block;
	
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
}

@media (min-width: 768px) {
	#section5 .intro-text .intro-lead-in {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
	width:100%;
	}
}

#section5 .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	word-spacing: 10px;
	color: #FFFFFF;
}

@media (min-width: 768px) {
	#section5 .intro-text .intro-heading {
		line-height: 57px;
		font-size: 57px;
		margin-bottom: 20px;
	}
}


/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	/* opacity: 0.95; */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/*--------------------
5. Footer
--------------------*/

footer {
	padding: 30px;
	position:fixed;
	width:100%;
	bottom:0;
}

footer p {
	color: #fff;
	margin: 0;
}

/*pad*/
@media (min-width: 769px) and (max-width:1023px) {
footer .containers {width:500px;margin:0 auto;}
footer .containers:after{display:block;visibility:hidden;clear:both;content:""}
footer p {font-size:12px;line-height:19px;}
footer .flg {display:none;}
footer .fsm {display:none;}
}
@media (min-width: 961px) and (max-width:1023px) {

	footer .fmd {float:none !important;}
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	footer .containers {width:100%;margin:0 auto;}
	footer span {margin:0 7px;}
	footer p {font-size:9px;line-height:10px;position:relative;display:inline-block;margin-left:-20px;}
	footer .dpnone {display:none;}
	footer .fsm {text-align:center;margin-left: 20px;}
	footer .flg {display:none;}
	footer .fmd {display:none;}
}

@media only screen and (min-width : 500px) and (max-width : 768px) {
	footer .footer_img {	position:absolute; top: -115px; right: calc(50% - 28px); width: 50px; }/*1Â÷ top: -90px; / 2Â÷ top: -110px; right: 103px; width: 125px; */
	/*footer .footer_img {position:absolute; top: -96px; right: calc(50% - 50px); width: 100px;}
	  footer .footer_img {position:absolute; top:1px;right:-37px;width:40px;}*/
}

@media only screen and (min-width : 320px) and (max-width : 500px) {
	footer .footer_img {	position:absolute; top: -103px; right: calc(50% - 23px); width: 45px; }/*1Â÷ top: -90px; / 2Â÷ top: -110px; right: 103px; width: 125px; */
	/*
	footer .footer_img {	position:absolute; top: -95px; right: calc(50% - 23px); width: 40px; }/*1Â÷ top: -90px; / 2Â÷ top: -110px; right: 103px; width: 125px; 
	footer .footer_img {position:absolute; top: -96px; right: calc(50% - 50px); width: 100px;}
	  footer .footer_img {position:absolute; top:1px;right:-37px;width:40px;}*/
}


@media (min-width: 1024px) {
	footer .containers {width:590px; margin:0 auto;}
	footer .containers:after{display:block;visibility:hidden;clear:both;content:""}
	footer span {margin:0 15px;}
	footer p {padding-top:10px;font-size: 12px;line-height:19px;}
	footer .fsm {display:none;}
	footer .fmd {display:none;}
}

/*--------------------
6. Modal
--------------------*/
/*body.modal-open {
    overflow: auto;
}
body.modal-open[style] {
    padding-right: 0px !important;padding-left: 0px !important;
}*/
.modal-content {border-radius: 0;	}
.modal-header .close {font-size: 30px;	}
.tab-content {color:#666;}
/*m*/
body {position:relative;}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
.mobile_menu {    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;}
.hammenu {position:absolute;right:15px;top:15px;color:#fff;font-size:20px;cursor:pointer;border:1px solid #fff;padding: 3px 7px 1px 7px;}
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background:#fff;
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 60px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.overlay ul li a {

	text-decoration: none;
	font-size: 12px;
	color: #666;
	display: block;
	transition: 0.3s;font-weight:bold;
}
.overlay .closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 30px;
	color: #c6b198;
}

.overlay .closebtn:hover {text-decoration:none;}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
  }
}
		



.pc_menu {display:none;}
.modal-header .close {margin-top: -6px; font-size:28px;}
.logo_b {width:90px;position:absolute;}
.sm_logo {position:absolute; top:15px;left:20px;width:140px;}

.language_btn {position:absolute; width:100%; bottom:0;}
.language_btn > ul,li {list-style:none;padding:0;}
.language_btn ul li {float:left;width:50%;box-sizing: border-box;height:30px;line-height:30px;text-align:center;border-top:1px solid #aaaaaa;}
.language_btn ul li a {line-height:none;}
.language_btn ul li.lan_on {background:#efefef;}
#section0 {min-height:560px;}

#section0 .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
    word-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#section0 .intro-text .intro-lead-in {
	display: inline-block;
	width:100%;
	margin-bottom: 25px;
	padding: 4px 0px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}

#section1 {min-height:560px;}

#section1 .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
    word-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#section1 .intro-text .intro-lead-in {
	display: inline-block;
	width:100%;
	margin-bottom: 25px;
	padding: 4px 0px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}
#section2 {min-height:560px;}

#section2 .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
    word-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#section2 .intro-text .intro-lead-in {
	display: inline-block;
	width:100%;
	margin-bottom: 25px;
	padding: 4px 0px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}
#section3 {min-height:560px;}

#section3 .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
    word-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#section3 .intro-text .intro-lead-in {
	display: inline-block;
	width:100%;
	margin-bottom: 25px;
	padding: 4px 0px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}
#section4 {min-height:560px;}

#section4 .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
    word-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#section4 .intro-text .intro-lead-in {
	display: inline-block;
	width:100%;
	margin-bottom: 25px;
	padding: 4px 0px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0)
}
#section5 {min-height:560px;}

#section5 .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
    word-spacing: 10px;
    color: #FFFFFF;
	letter-spacing:-0.5px;
}

#section5 .intro-text .intro-lead-in {
	display: inline-block;
	width:100%;
	margin-bottom: 35px;
	padding: 4px 0px;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
}

#section5 .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    background: url(/images/com_popbtn02.png)no-repeat 50% 50%;
    background-size: CONTAIN;
}
.com_popbtn {width:250px;}

.modal-title {text-align:right;
	padding-right:30px;text-transform: uppercase;
	font-size: 13px;
	color:#736357;
	font-weight:bold;
	letter-spacing:0.5px}
.modal-header{ padding:20px;}
.tab-content {padding:0 10px;padding-bottom:50px;}
.nav-tabs  {background:#efefef;border-top:1px solid #ddd;}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 34px;
	height:34px;
    border-right: 1px solid #ddd;
    border-radius: 0;
    text-align: center;font-size:12px;
	border-left:none;border-top:none;border-bottom:none;text-decoration: none;
}
.nav-tabs>li {padding:0;width:25%;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { border-left:none;}
.about_table {font-size:14px;}
.tab_cont_tit {font-size:15px;}
.con_history_wrap .con_history dl {margin:0;padding:0;}

.modal-body {padding: 0;}
.tab_cont_tit {color:#006837 !important; font-size:22px;font-weight:700;margin:30px 0 20px 0;}
.com_tit2 {color:#006837 !important; font-size:19px;margin:20px 0 10px 0; font-weight:700;}
.com_main_txt {color:#333;margin:0 !important;font-size:14px;line-height:20px;}
.con_history_wrap .con_history:after{display:block;visibility:hidden;clear:both;content:""}
.con_history_wrap .con_history {font-size:14px;padding:2px 0;margin-bottom:0 !important;}
.con_history_wrap dt {float:left;color:#006837;width:30%;}
.con_history_wrap dd {float:left;color:#666;width:70%;}
.mb40 {margin-bottom:20px;}
.mb30 {margin-bottom:15px;}
.ethics li {
	font-size:14px;
	list-style-position: inside;
	text-indent: -20px;
	padding-left: 20px;
}


.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
	margin-right: 15px;
	padding: 5px 10px;
}
.about_table {margin-top:15px;width:100%;}
.about_table td.bg{background:#efefef;text-align:center;width:100px;color:#333;font-weight:700;padding-left:0;vertical-align:top;letter-spacing:1px;}
.about_table td {padding:5px 0 5px 10px;color:#666;}
.about_table td.w350 {width:350px;}
.about_img2 {width:55%;margin-top:30px;}
/*.about_img2 {width:50%;margin-top:30px;}*/

.reportBox01 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
}
.reportB01_txt .tit {
	color:#006837 !important;
	font-size:22px;
	font-weight:700;
	margin:30px 0 20px 0;
}
.reportB01_txt .txt {
	font-size:15px;
	line-height:25px;
}
.report_tbl {
	width:100%;
	margin-top:20px;
}
.report_tbl td {
	padding:10px 0;
	line-height:18px;
}

/*»ç¾÷¼Ò°³*/
.cpimg {display:none;}
.tab_cont_tit2{color:#006837 !important; font-size:22px;font-weight:700;margin:30px 0 0 0;}
.cpimgm {border:1px solid #aaa;margin-top:20px;}
.cp_table {color:#333;margin-bottom:20px;width:100%;}
.cp_table thead {background:#efefef;border-top:2px solid #006837;border-bottom:1px solid #006837}
.cp_table thead th {text-align:center;font-weight:700;font-size:12px;padding:6px 0;}
.cp_table tbody td {border-bottom:1px solid #ddd;text-align:center;font-size:12px;padding:6px 0px;}
.cp_table tbody tr:last-child td {border-bottom:1px solid #006837;}
.align-left {text-align:left !important;padding:0 0 0 30px !important;}
.bg_graybox {background:#efefef;;width:100%;padding:20px 0 15px 20px;margin-top:30px;}
.bg_graybox p {margin:0; font-weight:700;color:#666;}
.bg_graybox ul li {margin:0; font-size:12px;padding:0; line-height:18px;color:#666;}
.table_tit {color:#333;font-weight:700;font-size:18px;margin:15px 0 4px 0;}

/*Ã¤¿ë*/
#com11 .com_main_txt {font-weight:700;}
#com12 .com_main_txt {font-weight:700;}
.talent_top {margin-top:10px;}
.talent_box {border-bottom:1px solid #efefef;padding-top:30px;}
.talent_box dl:after{display:block;visibility:hidden;clear:both;content:""}
.talent_box dl dt {float:left;width:20%;}
.talent_box dl dd {float:left;width:80%;padding-left:10px;}
.talent_box dl dd p.rec_tit1 {font-weight:700;}
.rectop_img {margin-bottom:40px;margin-top:20px;}

/*ÅõÀÚÁ¤º¸*/
.ir_tit {color:#245a7e;background: url(/images/ir_bilt_bg.gif) no-repeat 1px 1px;font-weight:bold;padding-left:30px;margin-top:48px;}
.ir_table1 {border-top:3px solid #6b95bd;width:100%;font-size:12px;}
.ir_table1 thead {background:#d5eff7;}
.ir_table1 thead tr th {color:#6b95bd;font-weight:700;padding:3px 0;width: 189px;}
.ir_table1 tbody tr td:first-child {padding-left:10px;}
.ir_table1 tbody td {border-bottom:2px solid #ddd;padding:3px 0;color:#222;}
.ir_table1 tbody tr.bggray td {background:#ddd;}
.ir_table1 tbody tr.bgpink td {background:#ffd5d5;}
.unit {text-align:right;font-size:12px;margin-bottom:5px;}

/*°í°´Áö¿ø customer*/
.cus_textarea {width:100%;height:147px;border:1px solid #ccc;resize:none;}
.agree_area {text-align:center;font-size:12px;vertical-align:middle;margin-top:13px;}
.agree_area input {vertical-align:middle;margin:0;}
.qna_textarea {width:100%;height:77px; border:1px solid #707070;resize:none;}
.qna_intext {border:1px solid #707070;height:18px; line-height:18px;width:150px;}

.about_table select {border:1px solid #707070;}
.about_table .qna_intext2 {width:100px !important;}
.about_table .qna_intext {width:60px;}

.map_wrap_area {width:100%;margin:40px 0;}
.map_wrap_area:after{display:block;visibility:hidden;clear:both;content:""}
.map_wrap_area .map_wrap {width:100%;border:1px solid #aaaaaa;;margin-right:20px;}
.map_wrap_area .map_wrap iframe {height:230px;}
.map_wrap_area .map_address {width:100%;}
.address_tit {    color: #006837 !important;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0 0;}

.map_address ul {margin-top:10px;}
.map_address ul li {margin:0;padding:0;color:#666;line-height:20px;}
.map_address ul .flleft {width:100%;float:left;}
.map_address ul li span {width: 75px; display: inline-block;}



}



/*pc*/
@media (min-width: 1024px) {
.mobile_menu {display:none;}
.navbar-nav{padding-top: 70px;padding-right: 70px;}
.logo_b {display:none;}
.modal-title {text-align:left;
	padding-right:0px;text-transform: uppercase;
	font-size: 21px;
	color:#736357;
	font-weight:bold;
	letter-spacing:0.5px}
.modal-header .close {font-size:34px;position:absolute;top:25px;right:29px;}
.modal-header {padding:0 0 43px 0;} 
.modal-dialog {width: 1024px;margin:115px auto 0;}

.contens_wrap {width:964px; margin:0 auto; display:block;}
.contents_inner {width:824px;margin:0 auto; display:block;padding-top:93px;padding-bottom:30px;}
.mb40 {margin-bottom:40px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mb30 {margin-bottom:30px;}
.nav-tabs>li {width: 125px;}
.nav-tabs>li:first-child {margin-left:10px;}
.nav-tabs>li>a {border-radius: 4px 4px 0 0;}
.nav>li>a {padding:2px 15px;text-decoration:none;}
.con_history_wrap .con_history {margin:0;height:28px; line-height:28px;}

.tab_cont_tit {color:#006837 !important; font-size:22px;font-weight:700;margin:28px 0 !important;}
.tab_cont_tit2 {color:#006837 !important; font-size:22px;font-weight:700;margin:30px 0 0 0;}
.com_tit2 {color:#006837 !important; font-size:19px;margin:0; font-weight:700;margin-bottom:10px !important;}
.com_main_txt {color:#333;font-weight:700;margin:0 !important;font-size:14px;line-height:20px;}
.con_history:after{display:block;visibility:hidden;clear:both;content:""}
.con_history_wrap .con_history {font-size:14px;height:28px;line-height:28px;}
.con_history_wrap dt {float:left;color:#006837;width:100px;}
.con_history_wrap dd {float:left;color:#666;}
.about_table {margin-top:30px;width:100%;}
.about_table td.bg{background:#efefef;text-align:center;width:100px;color:#333;font-weight:700;padding-left:0;vertical-align:top;letter-spacing:1px;}
.about_table td {padding:5px 0 5px 10px;}
.w360 {width:360px;}

.ethics li {
	font-size:14px;
	list-style-position: inside;
	text-indent: -20px;
	padding-left: 20px;
}

.reportBox01 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
}
.reportB01_img {
	width:20%;
}
.reportB01_img img {
	width:100%;
}
.reportB01_txt {
	width:78%;
}
.reportB01_txt .tit {
	color:#006837 !important;
	font-size:22px;
	font-weight:700;
	margin:30px 0 20px 0;
}
.reportB01_txt .txt {
	font-size:15px;
	line-height:25px;
}
.report_tbl {
	width:100%;
	margin-top:20px;
}
.report_tbl td {
	padding:10px 0;
	line-height:18px;
}


#section0 {height:989px;}

.cpimg {border:1px solid #aaa;}
.cpimgm {display:none;}
.cp_wrap {padding-top:23px;padding-bottom:10px;}
.cp_wrap:after{display:block;visibility:hidden;clear:both;content:""}
.cp_wrap .cp_img {float:left;margin-right:31px;}
.cp_wrap .cp_img .cpimg {border:1px solid #aaa;}
.cp_wrap .cp_txt {float:left;}
.cp_table {color:#333;margin-bottom:20px;}
.cp_table thead {background:#efefef;border-top:2px solid #006837;border-bottom:1px solid #006837}
.cp_table thead th {text-align:center;font-weight:700;font-size:12px;padding:6px 0;}
.cp_table tbody td {border-bottom:1px solid #ddd;text-align:center;font-size:12px;padding:6px 0;}
.cp_table tbody tr:last-child td {border-bottom:1px solid #006837;}
.align-left {text-align:left !important;padding-left:25px !important;}
.bg_graybox {background:#efefef;height:160px;float:right;width:568px;padding:20px 0 0 25px;}
.bg_graybox p {margin:0; font-weight:700;color:#666;}
.bg_graybox ul li {margin:0; font-size:12px;padding:0; line-height:18px;color:#666;}
.table_tit {color:#333;font-weight:700;font-size:18px;margin:15px 0 4px 0;}
.talent_top {margin-top:30px;}
.talent_box {border-bottom:1px solid #efefef;padding:14px 0;}
.talent_box:after{display:block;visibility:hidden;clear:both;content:""}
.talent_box dt {float:left;padding-left:30px;}
.talent_box dd {float:left;padding-left:45px;}
.talent_box .rec_tit1 {color:#333;font-size:15px;font-weight:700;margin:0 0 10px 0;}
.talent_box .rec_tit2 {color:#666;font-size:13px;margin:0;font-weight:700;}
.recruit_icon07 {padding-top:10px;}

/*ÅõÀÚÁ¤º¸*/
.ir_tit {color:#245a7e;background: url(/images/ir_bilt_bg.gif) no-repeat 1px 1px; font-weight:bold;padding-left:30px;margin-top:48px;}
.ir_table1 {border-top:3px solid #6b95bd;width:100%;font-size:12px;}
.ir_table1 thead {background:#d5eff7;}
.ir_table1 thead tr th {color:#6b95bd;font-weight:700;padding:3px 0; width: 189px;}
.ir_table1 tbody tr td:first-child {padding-left:10px;}
.ir_table1 tbody td {border-bottom:2px solid #ddd;padding:3px 0;color:#222;}
.ir_table1 tbody tr.bggray td {background:#ddd;}
.ir_table1 tbody tr.bgpink td {background:#ffd5d5;}
.unit {text-align:right;font-size:12px;margin-bottom:5px;}
.irtable2_wrap {padding-top:30px;}

/*Ã¤¿ë*/
.rectop_img {margin-bottom:40px;margin-top:20px;}

/*°í°´Áö¿ø customer*/
.cus_textarea {width:100%;height:147px;border:1px solid #ccc;resize:none;}
.agree_area {text-align:center;font-size:12px;vertical-align:middle;margin-top:13px;}
.agree_area input {vertical-align:middle;margin:0;}
.qna_textarea {width:100%;height:77px; border:1px solid #707070;resize:none;}
.qna_intext3 {width:50px !important;}
.qna_intext {border:1px solid #707070;height:18px; line-height:18px;width:150px;}
.about_table select {border:1px solid #707070;}

.map_wrap_area {width:100%;margin:40px 0;}
.map_wrap_area:after{display:block;visibility:hidden;clear:both;content:""}
.map_wrap_area .map_wrap {width:518px;border:1px solid #aaaaaa;float:left;margin-right:20px;}
.map_wrap_area .map_wrap iframe {height:298px;}
.map_wrap_area .map_address {float:left;}
.address_tit {color: #006837 !important; font-size:18px; font-weight:700; margin:0px 0 0 0;}

.map_address ul {
	margin-top:10px;
}
.map_address ul li {margin:0;padding:0;color:#666;line-height:20px;}
.map_address ul li span {width: 70px;display: inline-block;}


}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01;
}

.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #23AD21;
}

.btn-xl {
color: #fff;
    background-color: #23AD21;
    /* border-color: #726FB9; */
    font-family: "Nanum Gothic", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px; display:none;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px; display:none;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
.reportB01_img {
	width:100%;
	text-align:center;
	margin-top:20px;
}
.reportB01_img img {
	width:30%;
}
.reportB01_txt {
	width:100%;
}
.reportB01_txt .txt {
	font-size:14px;
	line-height:20px;
}
.report_tbl {
	width:100%;
	margin-top:20px;
}
.report_tbl th {
	font-size:14px;
	width:25%;
}
.report_tbl td {
	width:75%;
	font-size:13px;
	padding:10px 0;
	line-height:18px;
}
.mo_br {
	display:none;
}


}


/* ¸ð¹ÙÀÏ¿ë Ç®ÆäÀÌÁö Æ² ±ú°í µû·Î ¾µ¶§ ¹Ìµð¾îÄõ¸®
.m { display: none; }

@media (max-width: 768px) {
	.fullpage { display: none; }
	.m { display: block; }
}
*/
footer .fmd { float: left; }
.dpnone { float: left;margin-left: -75px; }
.dpnone img { width: 125px; }
@media (max-width: 960px) {
	/*.dpnone { float: none;
	margin-left: 190px;
    margin-bottom: 20px;*/ }
	footer .fmd { float: none; }
	.n_ir { display: none; }
}

