
/* TABLE OF CONTENTS

	1. BASIC
	2. EFFECT
	3. BUTTONS
	4. HEADER
	5. SLIDER
	6. SUB
	7. SECTION
	8. FOOTER

*/


/*==========================================================
     Basic Style
============================================================*/

::selection {
	color:#fff;
	background:#f8bb00;
}

::-moz-selection {
	color:#fff;
	background:#f8bb00;
}

body {
	overflow-x:hidden;
	letter-spacing:-0.03em;
}

a {
	color:#000;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input, textarea {
	outline-width:0;
}

#container legend {
	display:none;
}

#hd_pop {
 height:0;
}

#bo_v .temp {border:0;}


/*==========================================================
     effect Style
============================================================*/

.no-js #loader {
	display: none;
}

.js #loader { 
	display: block;
	position: absolute;
	left: 100px;
	top: 0; 
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../img/Preloader_3.gif) center no-repeat #fff;
}

.item {
  float: left;
  position: relative;
  width:100%;
  line-height: 1em;
  background:#eee;
  margin-bottom:2vh;
}

.item:hover .overlay {
  display: block;
  background-color:rgba(0,0,0,.25);

}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  color: #fff;
}


/*----- section4 banner effect -----*/
figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	-o-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.5em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	-ms-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	margin-bottom:10px;
	font-size:20px;
	color:#fff;
}

figure.effect-lily p {
	color:#fff;
	opacity: 0;
	filter:alpha(1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	-ms-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}



figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	-ms-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/*==========================================================
     button style
============================================================*/

button, button::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

button {
  background: none;
  border: 2px solid #333;
  color: #333;
  display: block;
  font-size: 16px;
  padding: 1em 2em;
  position: relative;
  outline:none;
}

button::before,
button::after {
  background: #333;
  content: '';
  position: absolute;
  z-index: -1;
}

button:hover {
  color: #fff;
}


/*==========================================================
     header
============================================================*/

#header .topbar {
	padding:0;
	background:#fff;
}

#header .topbar .tnb {
	padding:4px 0;
	font-size:0;
	text-align:right;
}

#header .topbar .tnb li {
	display:inline-block;
}

#header .topbar .tnb li a {
	padding:0 5px;
	font-size:12px;
	line-height:25px;
	color:#9a9999;
}

#header .topbar .tnb li a:hover {
	color:#f8bb00;
}

.navbar {
	margin-bottom:0;
	border-width:0;
	border-radius:0;
	z-index:99999;
	border-bottom:1px solid #e4e4e4;
}


/*----- Logo -----*/
.header .logo {
	float:left;
	padding:0;
}
.header .logo img {
	width: auto;
	height:70px;
}

#hd_nav {
	padding:15px 0;
	background:#fff;
}



/*----- right nav -----*/
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
	background:rgba(0, 0, 0, 0.34);
	border-radius:25px;
}

#fp-nav.right {
    right: 45px;
}

#fp-nav.left {
    left: 17px;
}

#fp-nav ul {
  margin: 0;
  padding:10px 0;
}

#fp-nav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 10px;
    position:relative;
}

#fp-nav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }

#fp-nav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -3px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}


/*==========================================================
     sub area
============================================================*/
#svis {
	height: 250px;
    background: url(../img/common/svis.jpg) center no-repeat;
}

#svis .col-md-12 {
	display:table;
	width:100%;
	height:250px;
}

#svis #container_title {
	display:table-cell;
	vertical-align:middle;
	padding:0;
    letter-spacing: -0.5px;
    font-size: 36px;
	font-weight:normal;
    color: #fff;
    border-bottom: 0;
	text-align:center !important;
}

#bo_v_title {
	display:none;
}

#bo_v_con {
	line-height:normal;
	text-align:center;
}



/*==========================================================
     section area
============================================================*/
section.section .container {
	display:table;
	height:100%;
}


.table_cell {
	display:table-cell;
	vertical-align:middle;
	width:inherit;
}

.fp-section {
	overflow:hidden;
}


/*----- section0 -----*/
#section0 {
	background:url(../img/main/st0/st0.jpg) center no-repeat;
	background-size:cover;
}

#section0 h1,
#section0 p {
	color:#fff;
	text-align:center;
}

#section0 h1 {
	margin-bottom:10px;
	font-size:45px;
	font-weight:400;
}

#section0 h1 span {
	font-weight:bold;
}

#section0 p {
	margin-top:40px;
	font-size:20px;
	font-weight:300;
}

#section0 p span {color:#ffd332;text-decoration:underline;}

#section0 .mtxt {
	display:block;
	position:absolute;
	top:35%;
	left:0;
	right:0;
	height:auto;
}

#section0 .icon {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -20px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: solid 2px #fff;
  color:#fff;
  font-size:20px;
  text-align:center;
  z-index: 3;
  cursor:pointer;
  animation: float 2s linear infinite;
  -webkit-animation: float 2s linear infinite;
}


/*----- section1 -----*/
section.section .container-fluid {
	position:absolute;
	right:0;
	left:0;
	height:100%;
}

#section1 .fp-slide {
	display:block;
}

#section1 h3 {
	margin-bottom:45px;
	font-size:32px;
	font-weight:bold;
	line-height:45px;
	word-break:keep-all;
}

#section1 h3 span {color:#efbc01;}

#section1 h4 {
	margin-bottom:15px;
	font-size:20px;
	font-weight:300;
	color:#c6c6c6;
}

#section1 p {
	font-size:18px;
	font-weight:300;
	line-height:33px;
}


#section1 button {
	margin-top:60px;
	padding:1em 2em;
	overflow: hidden;
	background:#efbc01;
	border:1px solid #efbc01;
	color:#fff;
}

#section1 button:hover {border:1px solid #333;background:#333;}

#section1 button::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.4s;
  transform-origin: top left;
  width: 0;
}

#section1 button:hover:after {
  height: 100%;
  width: 135%;
}

#section1 button .fa {
	margin-left:50px;
}


#section1 .right {
	display:table;
	position:relative;
    right: 0;
    top: inherit;
    height: 100%;
}

#section1 .sec01_slide {
	padding-right:0;
	padding-left:0;
	height:100%;
}

.carousel-inner {
	height:100%;
}


#section1 .carousel-inner>.item {
	position:absolute;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
}

#section1 .sec01_con {
	display: table-cell;
    color: #333;
    text-align: left;
    vertical-align: middle;
}

#section1 .row {
	height:100%;
}

 /*----- section1 slide -----*/
.our-office{
	padding-right: 0px;
	padding-left:0px;
}

.office-carousel-left, 
.office-carousel-right {	
	background-color: #f0f0f0;
	color:#000;
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 32px;
	z-index: 5;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}

.office-carousel-left {
	left:0;
}

.office-carousel-right {
	right:0;
}

#office-carousel:hover .office-carousel-left {
	left:0;
}

#office-carousel:hover .office-carousel-right {
	right:0;
}

#office-carousel .item img{
	/* width: 100%; */
	width:980px;
	height:1080px;
}


/*----- section2 -----*/
#section2 {
	background:url(../img/main/st2/st2_bg.jpg) center no-repeat;
	background-size:cover;
}

#section2 .sec02_tit {
	margin-bottom:60px;
	text-align:center;
	color:#333;
}

#section2 h1 {
	margin-bottom:7px;
	color:#333;
	font-size:40px;
	font-weight:bold;
}


.tz-gallery1 .caption {
	padding: 36px 30px;
    text-align: center;
	background:#fff;
}

.tz-gallery1 .thumbnail {
	cursor:pointer;
    padding: 0;
    margin-bottom:0;
    background-color: #fff;
    border-radius:0;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
	overflow:hidden;
}

.tz-gallery1 .caption h3 {
    font-size: 20px;
    font-weight: bold;
    margin:0 0 5px;
	letter-spacing:-0.05em;
}

.tz-gallery1 .caption p {
	margin:0;
    color: #333;
	font-size:16px;
}

.tz-gallery1 .row {
	padding-right:0;
	padding-left:0;
}

.tz-gallery1 .fa {
	position:absolute;
	display:block;
	width:80px;
	height:80px;
    left: 42%;
	top:40%;
	border-radius:80px;
	background:#fff;
	font-size:35px;
	color:#f7b500;
	line-height:80px;
	text-align:center;
}


/* ---------- banner hover effect ---------- */
.imghvr-zoom-in {
    position: relative;
    margin: 0;
    max-width: 100%;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.imghvr-zoom-in figcaption {
	background-color: rgba(248, 187, 0, 0.74);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.imghvr-zoom-in:hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.imghvr-zoom-in > img {
    vertical-align: top;
    max-width: 100%;
}

.imghvr-zoom-in a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class^='imghvr-'] *,
[class^='imghvr-'] *:before, [class^='imghvr-'] *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
    transition: all 0.35s ease;
} 


/*----- section3 -----*/
#section3 {
	background:#333;
}

#section3 h1 {
	margin-bottom:7px;
	font-size:40px;
	font-weight:bold;
}

#section3 p {
	font-size:18px;
	font-weight:300;
}

#section3 .sec03_gall .gall_area img {
	width:100%;
	height:auto;
}

#section3 .sec03_tit {
	margin-bottom:60px;
	text-align:center;
	color:#fff;
}

#section3 .sec03_gall .gall_area .col-md-3 {
	overflow:hidden;
} 

#section3 .overlay .fa {
	display:none;
}


/*----- section4 -----*/
#section4 {
	background:#f5f5f5;
}

#section4 h1 {
	margin-bottom:7px;
	font-size:40px;
	font-weight:bold;
}


#section4 p {
	font-weight:300;
}

#section4 .sec04_tit {
	margin-bottom:60px;
	text-align:center;
	color:#333;
}

.sec04_tit p {
	font-size:18px;
}

#section4 .board .board_area {
	background:#fff;
}

#section4 #map .root_daum_roughmap .wrap_map {height:100%;}


.grid {
	position: relative;
	margin: 0 auto;
	padding:0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 28px;
	max-height: 360px;
	height:231px;
	background: #333;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
/* 	max-width: 100%; */
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	/* margin: 0; */
}

.grid figure p {
	letter-spacing: -0.5px;
	font-size:14px;
}


/*----- section5 -----*/
#section5 {
	background:url(../img/common/footer/section5.jpg) center no-repeat;
	background-size:cover;
	padding:70px 0;
	margin:0;
	text-align:center;
}

#section5 h4 {
	margin-bottom:10px;
	color:#fff;
	font-size:30px;
	font-weight:normal;
}

#section5 p {
	color:#fff000;
	font-weight:bold;
	font-size:30px;
}

#section5 p span, #section5 a span {color:#fff;}

#section5 a {
	color:#fff000;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.03em;
}

#section5 .container {
	padding:76px 0;
}


#section5 .fa {
	margin-right:15px;
	color:#fff;
	font-size:40px;
}


/*==========================================================
     footer area
============================================================*/

.foot_con {
	background:#f4ab3e;
}

.foot_con ul:after {
    display: block;
    clear: both;
    content: "";
}

.foot_con ul li {
	float:left;
	padding:15px 0;
	margin-right:15px;
}

.foot_con ul li a {
	color:#fff;
	font-size:14px;
	font-weight:300;
}

.foot_con ul li a:hover {
	color:#fff;
}


.foot_copy {
	background:#333;
}

.foot_copy .container {
	padding:65px 15px;
}

.foot_copy span, .foot_copy p  {
	color:#fff;
	font-size:12px;
	line-height:22px;
	letter-spacing:0.02em;
	font-weight:300;
	text-align:left;
}

.foot_copy span {
	display:inline-block;
}

.foot_copy span b {
	color:#c8c8c8;
	font-weight:500;
}


/*----- sns -----*/
.sns {
	text-align:right;
	padding:20px 0;
}
.sns a {
	color:#fff;
}

.sns .fa {
	color:#fff;
	font-size:20px;
}
 
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	border-radius:4px;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	border-radius:4px;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	border-radius:4px;
}
.fa-google-plus:hover {
    background-color: #e25714;
}
.fa-envelope {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	border-radius:4px;
}
.fa-envelope:hover {
    background-color: #f8bb00;
}



/*----- return to top button -----*/
#return-to-top {
	position:fixed;
	bottom:3em;
	right:3em;
	background:#fff;
	width:60px;
	height:60px;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:60px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: 1px solid #ececec;
	border-radius: 50%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
	display:none;
	transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	z-index:999999;
}

#return-to-top i {
	color:#777;
	margin:0;
	position:relative;
	font-size:22px;
}

#return-to-top:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transition: translate3d(0, -5px, 0);
	-ms-transition: translate3d(0, -5px, 0);
	-o-transition: translate3d(0, -5px, 0);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#return-to-top:hover i {
	color: #777;
}
