/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url('http://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);


body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background-color: #fff;
	font-size: 15px;
    line-height: 1.6em;
	font-weight: 400;
}

html {
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 20px;
}


h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold, h2.h-bold, h3.h-bold, h4.h-bold, h5.h-bold, h6.h-bold  {
	font-weight: 600;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 0 20px;

}

p.lead {
	font-weight: 600;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #000;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}

.light {
    font-weight: 400;
}

/* --- logo --- */
.lang {
	text-align:right; margin:10px 20px 10px 0;
}
.lang a {
	padding: 0 2px;
}



/* misc */
hr {
  margin-top: 10px;
}

hr.bold {
  border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding: 20px 0;
	display:block;
    position:relative;
    z-index:120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	font-size: 30px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6em;
}
.color-dark .section-heading h2 {
	color: #493b2a;
	font-family:'Jeju Myeongjo', serif;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background:url(/home_kr/img/main_bg.jpg) center fixed;
	background-size:cover;
	border-top:#bfb499 dashed 2px;
	border-bottom:#bfb499 dashed 2px;
	padding-bottom:40px;
}

.bg-gray {
	background:url(/home_kr/img/main_bg02.jpg) center;
	background-size:100% 100%;
}

.bg-gray02 {
	background:url(/home_kr/img/main_bg01.jpg);
}

.bg-dark {
	background: #404040;
}

.bg-boder { border-bottom:#dbdbdb solid 1px;}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	padding:0;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* ====  slider ==== */

/* Header */

section#intro {
	padding:0;
	width: 100%;
}

/* Carousel Styles */
.carousel-inner {
   z-index:-2;
}
.carousel-inner img {
    width: 100%;
    max-height: 650px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	z-index:0;
	color:#fff;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 30px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30px;
}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
  margin-left:0;
  margin-top:0;
  margin-bottom:0;
  padding-left: 0;
  height: 500px;
  z-index: 0;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  margin-left:0;
  padding-left: 0;
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 25%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 span {
	color: #fff;
	font-size: 27px;
	line-height: 40px;
	font-weight:700;
}

.header-text h3 span {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight:400;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


/* ==========================================================================
work section
========================================================================== */
#work {
	padding: 10px 0 0 0;
	border-top:#999999 dashed 1px;
	border-bottom:#999999 dashed 1px;
}
#work h3 {
  font-size: 18px;
  text-align:left;
  color:#333;
  margin:10px 0;
}
#work .main_board_title {font-family:'Jeju Gothic', serif; font-size:20px; margin-top:20px; float:left; width:70%;}
#work .main_board_more {font-family:'Jeju Gothic', serif; font-size:25px; margin-top:20px; float:right; width:30%; text-align:right;}

#work .work001, #work .work002 {
margin-bottom:30px;
}

.main_link02 { margin:30px 10px;}
.main_link02_c {height:170px; border:#fff solid 1px; background-position:center; background-size:cover;}

a:hover .main_link02_c span, a:hover .main_link02_c i { color:#fff;}

.main_bottom {clear:both; margin:0 22px;}
#work .work003 {
padding: 3px;
}
.main_bottom_box { border:#dcd5cc solid 1px; padding:15px; color:#b5aea3; font-family: 'Jeju Gothic', serif; line-height:30px;}
.main_bottom_box .main_bottom_img { height:200px; background-position:center; background-size:cover;}


/* ===========================
--- Bottom
============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}


.box-social .social-facebook a { 
	display: block;
	background: #3873ae;
}


/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.sidebar .widget ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}


.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}


.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display:inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

form.search-form input:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}



/* ===========================
--- Footer
============================ */

footer {
    background-color: #282828;
	padding: 15px 0 ;
}

footer p {
	color:rgba(255,255,255,0.7);
	font-size: 11px;
}
footer .adm {
	color: #fff;
}

footer a.totop {
	color: #fff;
	margin-bottom: 10px;
}
footer a.totop:focus {
	outline: 0;
}


/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}




/* ======sub====== */
.subtop_img01 { display:inline-block; width:100%; background:url(/home_kr/img/subtop_01.jpg) center bottom; padding:40px 0 30px 0;}
.subtop_img02 { display:inline-block; width:100%; background:url(/home_kr/img/subtop_02.jpg) center bottom; padding:40px 0 30px 0;}
.subtop_img03 { display:inline-block; width:100%; background:url(/home_kr/img/subtop_03.jpg) center bottom; padding:40px 0 30px 0;}
.subtop_img04 { display:inline-block; width:100%; background:url(/home_kr/img/subtop_04.jpg) center bottom; padding:40px 0 30px 0;}
.subtop_img h2 { font-size:22px; font-weight:bold; margin-left:20px; line-height:30px; color:#666; text-shadow: 0 0 10px #fff;}
.subtop_img h3 { font-size:18px; margin-top:0; margin-left:20px; line-height:24px; color:#666; text-shadow: 0 0 10px #fff;}

.navicat { display:inline-block; width:100%; border-bottom:#ccc solid 1px; border-top:#ccc solid 1px; background:#fcfcfc; padding:15px 0 0 0; margin-top:-6px;}

.navicat_title01 i { color:#314e64; font-size:22px;}
.navicat_title01 { float:left; width:550px; font-size:27px; font-family: 'Jeju Gothic', serif; color:#314e64;}
.navicat_title01 span { font-size:15px; font-weight:400; color:#999999;}

.navicat_title02 { float:right; width:400px; font-size:11px; text-align:right; color:#999999; margin:10px 0 5px 0;}

#sub_contents { clear:both; padding-top:50px;}
#sub_contents .sub_tit001 { font-family: 'Jeju Gothic', serif; font-size:24px; line-height:30px; margin-bottom:20px; color:#ccc;}
#sub_contents .sub_tit001 span { color:#cbab3d;}

.sign { margin:30px 20px 0 0; text-align:right; font-family: 'Jeju Myeongjo', serif; font-size:20px;}
.sign span {font-size:30px; color:#000000;}

.sub_com01_img { width:220px; float:left; padding:0 20px 10px 0;}
.sub_com01_img img { width:100%; border-radius:20px;}

.bottom_dot { display:inline-block; width:100%; padding:20px 0; border-bottom:#ccc dashed 1px;}
.bottom_dot span { font-family: 'Jeju Gothic', serif;}
.his01 { font-family: 'Jeju Myeongjo', serif; font-size:30px; color:#3f93af;}

.img100 { text-align:center; font-size:13px; margin-bottom:30px;}
.img100 img { width:100%; border:#ccc solid 1px; box-shadow: 2px 2px 5px rgba(0,0,0,0.3); margin-bottom:5px;}

.sub_text001 { font-family:'Jeju Myeongjo', serif; font-size:33px; line-height:40px; color:#4894df; margin-top:50px;}
.sub_text002 { font-family: 'Jeju Gothic', serif; margin:30px 0 5px 0; font-size:18px; color:#ab9b6b;}
.sub_text002 span { font-size:22px; color:#887846;}

.sub_linebox { display:inline-block; border:#c5c5c5 solid 1px; background:#fcfcfc; border-radius:10px; padding:20px 0; height:300px;}
.sub_linebox img { margin-top:5px;}

.ul_li ul { padding:0; margin:50px 15px;}
.ul_li ul li { padding:0; margin:0 0 15px 0;}

.table_box_top {display:inline-block; border-bottom:#ccc dashed 1px; border-top:#ccc dashed 1px; width:100%; padding:10px 0;}
.table_box {display:inline-block; border-bottom:#ccc dashed 1px; width:100%; padding:10px 0;}
.table01 { color:#887846;}

.vision_cer {display:inline-block; margin:50px 0; width:100%;}
.vision_cer_title {font-family: 'Jeju Gothic', serif; text-align:center; font-size:24px; color:#000;}
.vision_cer_title_bar { width:100px; height:2px; background:#000; margin:10px auto 20px auto;}
.vision_cer_img {height:300px; border:#ccc dashed 2px; border-radius:20px; text-align:center; padding:20px; font-size:20px; line-height:40px; margin-bottom:20px;}
.vision_cer_img img { width:120px;}
.vision_cer_img_text {font-size:14px; line-height:22px; }

.vision_cer_title02 {font-family: 'Jeju Gothic', serif; text-align:center; font-size:24px; color:#3b83bd; margin-top:20px;}
.vision_cer_title_bar02 { width:100px; height:2px; background:#3b83bd; margin:10px auto 20px auto;}
.vision_cer_img02 {height:200px; border:#97b1c6 solid 1px; border-bottom:#7893a9 solid 3px; border-radius:5px; padding:30px; font-size:20px; margin-bottom:20px;}
.vision_cer_img_text02 {font-size:19px; line-height:28px; color:#000; text-shadow: 1px 1px 1px #fff;}

.sub_text003 { font-family: 'Jeju Gothic', serif; margin-top:50px; font-size:27px; color:#ccc;}
.sub_text003 span { color:#007dbe;}
.sub_text003_img { margin-top:30px;}
.proimg_circle { width:220px; height:220px; border-radius:135px; margin-top:30px;} 

.pro02_box { text-align:center; background:#fafafa; border-radius:10px; margin:20px 0; padding:20px; height:320px; border-right:#e0e0e0 solid 3px; border-bottom:#e0e0e0 solid 3px;}
.pro01_20 { color:#887846; margin-top:20px;}
.pro02_20 { font-size:13px;}

.pro03_box img { width:100%; margin-top:30px;}
.pro03_20 { font-size:14px; line-height:20px; margin:10px 70px 0 0; height:140px; border-bottom:#ccc dotted 2px;}

.pro04_box { border:#ccc dashed 2px; border-radius:20px; padding:20px; display:inline-block; width:100%; margin-bottom:20px;}
.pro04_box ul li { list-style:decimal; margin-left:10px; margin-bottom:8px; text-shadow: 1px 1px 1px #fff;}
.pro04_bar { width:20px; height:2px; background:#3f93af; margin:5px 0;}
.pro04_title { font-family: 'Jeju Myeongjo', serif; font-size:22px; color:#3f93af; margin:5px 0 20px 0;}

.bus_img img { width:100%; margin:20px 0 30px 0;}

/* -----------------ลว--------------------- */
#sub_menu_02 {
margin: 20px 0;
}

#sub_menu_02 a .sub_cat_on {
font-size:14px;
color:#000000;
float:left;
background:#ffffff;
border:#cccccc solid 1px;
border-top:#cbab3d solid 2px;
border-bottom:#ffffff solid 1px;
margin:0 -1px -1px 0;
padding:8px 20px 12px 20px;
}

#sub_menu_02 a .sub_cat {
font-size:14px;
color:#000000;
float:left;
margin:5px -1px -1px 0;
padding:8px 20px;
border:#cccccc solid 1px;
background:#f6f6f6;
}

#sub_menu_02 a:hover .sub_cat {
background:#ffffff;
border-top:#cbab3d solid 2px;
border-bottom:#ffffff solid 1px;
margin:0 -1px -1px 0;
padding:8px 20px 12px 20px;
}
/* -----------------ลว--------------------- */



@media (max-width:991px) {
.sub_linebox { height:auto;}
.vision_cer_img { display:inline-block; height:auto; width:100%;}

.ul_li ul { margin:10px 15px;}
}
@media(min-width:767px) {
	
.intro {
	height: 100%;
	padding: 0;
}

.brand-heading {
	font-size: 100px;
}

.intro-text {
	font-size: 25px;
}

.header-text {
    top: 30%;
}
.header-text h2 span {
	padding: 5px 20px;
	font-size: 40px;
	line-height: 60px;
	background-color:rgba(180,150,50,0.5);
}
.header-text h3 span {
	font-size: 30px;
	line-height: 40px;
}


}
@media (max-width:768px) {
	.lang {
	text-align:left;
	}
	
	.service-box {
		margin-bottom: 50px;
	}
	
	.team-wrap {
		margin-bottom: 30px;
	}
	
	form#contact-form {
		margin-bottom: 50px;
	}
	
	.xs-marginbot-20 {
		margin-bottom: 20px;
	}
#subtop_img01 h2 { font-size:18px;}
#subtop_img01 h3 { font-size:15px;}

.navicat_title01 { float:left; width:100%;}
.navicat_title02 { float:left; width:100%; text-align:left;}

.pro02_box { margin:10px 0; height:auto;}
.sub_linebox { display:inline-block; border:#c5c5c5 solid 1px; background:#fcfcfc; border-radius:10px; padding:20px 0 10px 0; height:auto;}
}

@media (max-width:480px) {
.sub_com01_img { float:none;}
}