/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css');

body {
    overflow-x: hidden;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    word-wrap: break-word;
}
table {margin:0 auto; border-spacing:0;}
img{border:none;vertical-align:bottom; max-width: 100%; height: auto; }

.text-muted {
    color: #777;
}

.text-primary {
    color: #f5dc85;
}
ul, li{list-style:none;padding:0px;margin:0px;}
p {
    font-size: 14px;
    line-height: 1.75;
	font-family: 'NanumSquare','Noto Sans KR',sans-serif;
}

p.large {
    font-size: 16px;
}

a {
	font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    color: #e8b343;
	text-decoration: none;
}

a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
    color: #333;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-yellow {
    border-color: #f5dc85;
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #f5dc85;
}



.btn-yellow {
    border-color: #f5dc85;
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #f5dc85;
}

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

.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    background-image: none;
}

.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
    border-color: #fed136;
    background-color: #f5dc85;
}

.btn-yellow .badge {
    color: #f5dc85;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #f5dc85;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #f5dc85;
}

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

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #f5dc85;
}

.btn-xl .badge {
    color: #f5dc85;
    background-color: #fff;
}



.btn-m {
    padding: 12px 20px;
    border-color: #033b61;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #095283;
    background-color: #FFFFFF;
}

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

.btn-m:active,
.btn-m.active,
.open .dropdown-toggle.btn-m {
    background-image: none;
}

.btn-m.disabled,
.btn-m[disabled],
fieldset[disabled] .btn-m,
.btn-m.disabled:hover,
.btn-m[disabled]:hover,
fieldset[disabled] .btn-m:hover,
.btn-m.disabled:focus,
.btn-m[disabled]:focus,
fieldset[disabled] .btn-m:focus,
.btn-m.disabled:active,
.btn-m[disabled]:active,
fieldset[disabled] .btn-m:active,
.btn-m.disabled.active,
.btn-m[disabled].active,
fieldset[disabled] .btn-m.active {
    border-color: #f5dc85;
    background-color: #f5dc85;
}

.btn-m .badge {
    color: #f5dc85;
    background-color: #fff;
}

.btn-white{
	color:#ffffff;
	border-color: #ffffff;
    background-color: transparent;
}

.navbar-default {
    border-color: transparent;
    background-color: #ffffff;
	border-bottom:1px solid #ccc;
}

.navbar-default .navbar-brand {
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    color: #f5dc85;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #e8b343;
}

.navbar-default .navbar-collapse {
   /* border-color: rgba(255,255,255,.02);*/
    background: #337ab7;
}

.navbar-default .navbar-toggle {
    border-color: #8db509;
    background-color: #b0d82d;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #c6ea52;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-weight: 800;
	font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
	/*padding-right: 8px;*/
	text-align: center;
}

.navbar-default .nav li a.submenu {
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-weight: 300;
	font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
	padding-right: 50px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #000;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #000;
    background-color: #f5dc85;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #e8b343;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -10px;
}
.banner1 .top_menu {background-color: #23408f;padding-right: 10px;}
.top_menu ul{list-style: none;padding:0px;}
.top_menu li.right{list-style: none;text-align: right;color: #fff;}
.top_menu li.right a{font-size:13px;color:#fff;padding: 0px 0px 0px 0px;	line-height:36px;	}
.top_banner li{list-style: none;text-align:left;font-size:30px;font-weight:bold; padding:25px 0px}
.navbar-fixed-top {
    top: 0px;
    border-width: 0px 0 1px;
}
header .bg_index{
    text-align: center;
    color: #fff;
    background-attachment: scroll;    
	background-image: url(../img/main01.jpg);
    background-position: center 26px;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
	height:220px;
}
div.foot_img{   	   		
		text-align: center;
		background-attachment: scroll;    
		background-image: url(../img/foot.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;	
		height:50px;
}
footer {
    padding: 15px 0;
    text-align: center;
	background: #000000;
	margin-top: 0px;
}

footer span.copyright {
	font-size:10px;
    text-transform: uppercase;
    text-transform: none;
    
    line-height: 0px;
	color:#e7e7e7;
}
#main_cont{margin:80px 0px 0px 0px;}
.main_cont_tit{font-size: 22px;color: #095283;padding:10px 10px;text-align:center;}
.brandbox{
	border-bottom: 0px solid #e5e5e5;
	border-top: 0px solid #e5e5e5;
	height: 240px;
	padding:0px;
}
@media all and (max-width: 600px) {
	.view_no{display:none;}
	.view_name{display:none;}
	.view_file{display:none;}
	.view_date{width:100px;}
	.pagination > li > a, .pagination > li > span {padding:6px 9px;}
	
}
.carousel-indicators{bottom: 0px;}
.carousel .carousel-indicators li {background-color: red;}
.carousel .carousel-indicators li.active {background-color: blue;}
.index_text1{font-size:14px;font-family:'NanumSquare', serif;letter-spacing:0px;font-weight:normal;}
.index_text2{font-size:22px;font-family: 'NanumSquare', serif;font-weight:bold;}
.index_box1 {display:block; width:auto; margin-top:10px;}
.index_box2 {display:block; width:auto; margin-top:80px;}
.pd_view{height:auto;background:#fff;}
#main_cont .more a.btn{}
@media(min-width:768px) {	
	.pd_view{height:700px;background:#fff;}
	.navbar-default .nav li a {
		text-transform: uppercase;
		font-family: 'NanumSquare','Noto Sans KR',sans-serif;
		font-weight: 800;
		font-size: 20px;
		letter-spacing: 1px;
		color: #333;
		/*padding-right: 8px;*/
		text-align: center;
	}
	.index_box1 {display:block; width:auto; margin-top:10px;}
	.index_box2 {display:block; width:auto; margin-top:10px;}
	.index_text1{font-size:25px;font-family:'NanumSquare', serif;letter-spacing:1px;font-weight:bold;}
	.index_text2{font-size:45px;font-family: 'NanumSquare', serif;font-weight:bold;}
	.carousel-indicators{bottom: 0px;}
	.view_no{width:80px;}
	.view_name{width:120px;}
	.view_date{width:150px;}
	.view_file{width:80px;}
	.brandbox{
		border-bottom: 0px solid #e5e5e5;
		border-top: 0px solid #e5e5e5;
		height: 262px;
		padding:0px;
	}
	#main_cont{margin:160px 0px 30px 0px;}
	.main_cont_tit{font-size: 24px;font-weight: 800;color: #095283;padding:10px 10px;text-align:left;}
	#main_cont .more a.btn{}
	footer {
		padding: 25px 0;
		text-align: center;
		background: #000000;
		margin-top: 0px;
	}

	footer span.copyright {
		font-size:16px;
		text-transform: uppercase;
		text-transform: none;
		font-family: 'NanumSquare','Noto Sans KR',sans-serif;
		line-height: 35px;
		color:#e7e7e7;
	}
	header .bg_index{
		text-align: center;
		color: #333;
		background-attachment: scroll;    
		background-image: url(../img/main03.jpg);
		background-position: center center;
		background-repeat: none;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;	
		height:500px;
	}
	div.foot_img{   	   		
		text-align: center;
		background-attachment: scroll;    
		background-image: url(../img/foot.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;	
		height:250px;
	}
	.container {
		padding-right: 10px;
		padding-left: 10px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
	}
	.navbar-toggle2 {    display: block;  }
	/* 탑배너 */
	.banner1 {
		position:relative;
		width:100%;		
		overflow:hidden;
		z-index:1;
		background: #23408f;
	}	
	.banner1 .top_menu {
		display:bolck;
		margin: 0 auto;
		padding: 0;
		*zoom: 1;	
		position:relative;
		top:3px;
		width: 1150px;
		height:40px;
		display: block;
		text-align:center;	
		border:0px solid #000;
		left:50%;
		margin-left:-575px;
		color:#fff;
		background-color: transparent;
	}
	.top_menu li{
		list-style: none;
		float: left;		
	}
	.top_menu li.right{list-style: none;float:right;}
	.top_menu li.right a{
		font-size:13px;
		color:#fff;
		padding: 10px 10px 0px 10px;
		line-height:36px;
	}
	.top_menu li.right a:hover,
	.top_menu li.right a:focus,
	.top_menu li.right a:active{
		color:#bef923;
		text-decoration:none;
	}
    .navbar-default {
        padding: 0px 0 25px;
        border: 0;
        background-color: #ffffff;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
		border-bottom: 1px solid #ccc;
    }

    .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 {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }	
}

header {

    text-align: center;
    color: #fff;
/*
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
	background-image: url(../img/bg_01.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
*/
}



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

header .intro-text {
    padding-top:140px;
    padding-bottom: 30px;
}

header .intro-text .intro-lead-in {
	position: relative;
    top: -10px;
    margin-bottom: 25px;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-size: 16px;  
    line-height: 25px;
	font-weight:bold;
	color: #333;
	background-color: rgba(255, 255, 255, 0.9);
}

header .intro-text .intro-heading {
    padding-bottom: 0px;
    /*text-transform: uppercase;*/
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 40px;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

header .intro-text-sub {
	padding-top: 150px;
	padding-bottom: 100px;
}
header .intro-text-sub .intro-lead-in-sub {
	margin-bottom: 5px;
	font-family: 'NanumSquare','Noto Sans KR',sans-serif;
	font-size: 22px;        
	line-height: 40px;
	color: #e8b343;
	font-weight:bold;
}
header .intro-text-sub .intro-heading-sub {
	margin-bottom: 50px;
	text-transform: uppercase;
	font-family: 'NanumSquare','Noto Sans KR',sans-serif;
	font-size: 75px;
	font-weight: 700;
	line-height: 65px;
}
section {
    padding: 20px 0 0 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px;
	color: #095283;
}
section h2.section-heading2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 54px;
	color: #000000;
}

section p.section-subheading {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #555;
}

section h3.section-heading {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 18px;
	color: #095283;
	font-weight:800;
	text-align:center;
}
section div.section-subheading {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    color: #555;
	letter-spacing: -0.6px;
}

a.logo{position:relative;top:-39px;}

.panel-heading{font-size: 13px;}
.list-group{font-size: 12px;line-height: 22px;}
li.open a#dropdownCategoryMenu{background-color:/*transparent*/#000;color:#c3ff00;border:1px solid #c3ff00;}
.dropdown{border-top: 1px solid #cccccc;}
.nodropdown{border-top: 1px solid #cccccc;}
div.blue{ color:#0a9cff;font-weight:bold;margin-bottom:10px;font-size:16px;}
.navbar-default .nav li a.lang {border-top: 1px solid #e7e7e7;}
li.customer2{float:left; list-style: none;padding:28px;border:1px solid #e7e7e7;text-align:center;margin:15px;}
li.customer2 img{width:127px;height:51px;}
.foot_top {
    margin-bottom: 20px;
    text-align: center;
    background: url(../img/line_footer.png) 0 center repeat-x;
}
.foot_top span {
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    font-weight: 700;
    color: #111;
    background: #fff;
}
.line{margin:25px 0px; height:1px; background-color:#127ed7;}

.news_row{
	padding: 20px 10px;    border-top: 1px solid #ccc;
}
.news_row_view{
	padding: 0px 0px;    
	background-color: #fff;
}

.news_row:hover,.news_row:focus{
	background-color: #fff;
	cursor:pointer;
}
.news_title{	
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.news_body{
	margin-bottom: 38px;	
    font-size: 15px;
    line-height: 180%;
    color: #555;
}
.news_date{
	font-size: 15px;
    color: #c79d46;
    letter-spacing: 0;
	float: left;
}
.news_title_view{	
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    color: #333;
    letter-spacing: 0px;
	background: #f4f4f4;
	padding:20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.news_date_view{
	font-size: 15px;
    color: #555;
    letter-spacing: 0;
	border-bottom: 1px solid #ccc;
	padding:10px;
}

.news_body_view{
	margin-bottom: 38px;	
	font-size: 15px;
	line-height: 180%;
	color: #555;
	padding:0px 15px;
	word-break:break-all;
}
.product{padding:15px;border-bottom:1px solid #ccc;}
.product .title{font-size: 20px;font-weight:bold;text-align:center;overflow: hidden;text-overflow: ellipsis;}
.product .text{
	font-size: 15px;
    line-height: 26px;
    padding-top: 16px;
    height: 65px;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
}
img.logo{height: 50px;top: 35px;position: relative;}
.index_sitelink{border:1px solid #ccc;padding:13px 0px;margin-bottom:10px;}
select.category{width:100%;height:50px;border: 1px solid #C4C4C4;box-sizing: border-box;border-radius: 5px;padding: 12px 24px;font-family: 'Roboto';font-style: normal;font-weight: 400;font-size: 16px;line-height: 36px;}
select.category:focus,select.category:hover{border: 1px solid #9B51E0;box-sizing: border-box;border-radius: 10px;outline: 3px solid #79f5f3;border-radius: 5px;}
a.search{width:100%}
@media(min-width:768px) {    
	select.category{width:auto;height:49px;border: 1px solid #C4C4C4;box-sizing: border-box;border-radius: 5px;padding: 12px 24px;font-family: 'Roboto';font-style: normal;font-weight: 400;font-size: 16px;line-height: 36px;margin-right:12px;}
	select.category:focus,select.category:hover{border: 1px solid #9B51E0;box-sizing: border-box;border-radius: 10px;outline: 3px solid #79f5f3;border-radius: 5px;}
	a.search{width:auto;}
	.index_sitelink{border:1px solid #ccc;padding:13px 0px;margin-bottom:10px;}
	.news_title_view{font-size: 16px;	}
	.news_row{padding: 20px 20px;	}
	.news_title{	font-size: 16px;float: left; width:65%;}
	.bbs_name{	font-size: 16px;    color: #666;    letter-spacing: 0;	float: left;width:15%; text-align:center;}
	.bbs_date{	font-size: 16px;    color: #666;    letter-spacing: 0;	float: left;width:20%; text-align:center;}

	.product{border:1px solid #ccc;width:96%;float:left;padding:30px 10px;margin-bottom: 12px;}
	.product .title{font-size: 22px;font-weight:bold;text-align:center;overflow: hidden;text-overflow: ellipsis;}
	.product .text{
		font-size: 16px;
		line-height: 26px;
		padding-top: 16px;
		height: 65px;
		overflow: hidden;
		vertical-align: top;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: box;
	}
	#me_email1,#me_email2,#me_hp2,#me_hp3{width:192px;}
	header .bg_index .intro-text {
        padding-top: 250px;
        padding-bottom: 200px;
    }	
	header .intro-text {
        padding-top: 210px;
        padding-bottom: 80px;
    }	
	header .intro-text .intro-lead-in {
		position: relative;
	    top: 80px;
        margin-bottom: 0px;
        font-family: 'NanumSquare','Noto Sans KR',sans-serif;
        font-size: 22px;        
        line-height: 60px;
		height: 130px;
		color: #333;
		width: 700px;
	    margin: 0 auto;
    }
    header .intro-text .intro-heading {
        margin-bottom: 0px;
        /*text-transform: uppercase;*/
        font-family: 'NanumSquare','Noto Sans KR',sans-serif;
        font-size: 50px;
        font-weight: 700;
        line-height: 105px;
    }
	header .intro-text-sub {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    header .intro-text-sub .intro-lead-in-sub {
        margin-bottom: 5px;
        font-family: 'NanumSquare','Noto Sans KR',sans-serif;
        font-size: 22px;        
        line-height: 40px;
		color: #e8b343;
		font-weight:bold;
    }
	header .intro-text-sub .intro-heading-sub {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: 'NanumSquare','Noto Sans KR',sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 65px;
    }
	section {
		padding: 40px 0 0 0;
	}
	section h2.section-heading {
		margin-top: 80px;
		margin-bottom: 25px;
		font-size: 54px;
		color: #095283;
	}
	section h2.section-heading2 {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 54px;
		color: #000000;
	}

	section p.section-subheading {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 24px;
		color: #555;
		font-weight:normal;
	}
	section h3.section-heading {
		margin-top: 10px;
		margin-bottom: 80px;
		font-size: 30px;
		color: #095283;
		font-weight:800;
		text-align:left;
	}
	section div.section-subheading {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 50px;
		color: #555;
		padding-left: 10px;
		letter-spacing: 0.6px;
	}	
	p.img{padding:15px 0;}
	li.customer{float:left; list-style: none;padding:28px;border:0px solid #000;text-align:center}
	li.customer2{float:left; list-style: none;padding:28px;border:1px solid #e7e7e7;text-align:center;margin:15px;}
	li.customer2 img{width:127px;height:51px;}
	a.logo{position:relative;top:-12px;z-index: 999999;}
	img.logo{height: auto;top: 6px;position: relative;}
	.panel-heading{font-size: 30px;}
	.list-group{font-size: 20px;line-height: 26px;}
	.navbar-default .navbar-collapse {background: #ffffff;}
	li.open a#dropdownCategoryMenu{background-color:transparent;color:#c3ff00;border:0px}
	.dropdown{border-top: 0px solid #e7e7e7;}
	.nodropdown{border-top: 0px solid #e7e7e7;}
	ul.nav li.dropdown:hover > ul.dropdown-menu{display:block;}
	div.blue{ color:#0a9cff;font-weight:bold;margin-bottom:10px;font-size:22px;}
	.navbar-default .nav li a.lang {border-top: 0px solid #e7e7e7;}
	.foot_top {
		margin-bottom: 45px;
		text-align: center;
		background: url(../img/line_footer.png) 0 center repeat-x;
	}
	.foot_top span {
		display: inline-block;
		padding: 0 35px;
		font-size: 44px;
		font-weight: 700;
		color: #111;
		background: #fff;
	}
	.line{margin:35px 0px; height:1px; background-color:#127ed7;}
}





.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 35px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px 5px 25px 5px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-size: 16px;
	padding: 15px 5px 10px 5px;
    
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #f5dc85;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
	.col-lg-15 {
		width: 25%;
		float: left;
	}
	.col-lg-45 {
		width: 45%;
		float: left;
	}
	.col-lg-25 {
		width: 30%;
		float: left;
	}
	.col-lg-20 {
		width: 20%;
		float: left;
	}
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    /* background-color: #222;
   background-image: url(../img/map-image.png);*/
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 15px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #f5dc85;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}



footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #f5dc85;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'NanumSquare','Noto Sans KR',sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #f5dc85;
}

::selection {
    text-shadow: none;
    background: #ffc600;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #f5dc85;
}


section#main2 {   
	width: 100%;
    float: left;
    text-align: center;
}
section#main2 .index {   
	padding:100px 0;
    text-align: center;
	background-color: #222;
    background-image: url(../img/index/main01.jpg);
    background-position: center;
    background-repeat: no-repeat;
	 background-size: cover;
}
section#main2 .bg02 {   
	padding:230px 0;
    text-align: center;
	background-color: #222;
    background-image: url(../img/index/main02.jpg);
    background-position: center;
    background-repeat: no-repeat;
	 background-size: cover;
}

section#main2 .bg03 {   	   
	padding:230px 0;
    text-align: center;
	background-color: #222;
    background-image: url(../img/index/main03.jpg);
    background-position: center;
    background-repeat: no-repeat;
	 background-size: cover;
}

section#main4 .bg04 {   	   
	padding:90px 0;
    text-align: center;
	background-color: #222;
    background-image: url(../img/index/main04.jpg);
    background-position: center;
    background-repeat: no-repeat;
	 background-size: cover;
}




.news-tit{
	padding:30px 100px 0 100px;
	font-size: 16px;	
	color: #e8b343;
	line-height:20px;
}
.news-txt{
	padding:30px 100px 0 100px;
	font-size: 14px;	
	color: #333;
}
.news-date{
	padding-top:20px;
	font-size: 14px;	
	color: #666;
}


header .sub01{
    text-align: center;
    color: #fff;
    background-attachment: scroll;    
	background-image: url(../img/sub01.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
}
header .sub02{
    text-align: center;
    color: #fff;
    background-attachment: scroll;    
	background-image: url(../img/sub02.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
}
header .sub03{
    text-align: center;
    color: #fff;
    background-attachment: scroll;    
	background-image: url(../img/sub03.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
}
header .sub04{
    text-align: center;
    color: #fff;
    background-attachment: scroll;    
	background-image: url(../img/sub04.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
}
header .sub05{
    text-align: center;
    color: #fff;
    background-attachment: scroll;    
	background-image: url(../img/sub05.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
}
header .sub06{
    text-align: center;
    color: #fff;
    background-attachment: scroll;    
	background-image: url(../img/sub06.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
}
header .sub07{
    text-align: center;
    color: #fff;
    background-attachment: scroll;    
	background-image: url(../img/sub07.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
}
/*menu*/
.section {
    padding-bottom: 50px;
}
.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
.nav-pills {
    margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 24px;
}
.nav-pills > li > a {
    background: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 5px;    
    border: 0px solid #ffffff;
	color:#fece1a;
	width: 112px;
    text-align: center;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;  
	background-color: #e6b911;
}
.nav-pills>li>a:focus, .nav-pills>li>a:hover {
    color: #fff;
    background-color: #fece1a;
}
.nav-pills>li+li {
    margin-left: 0px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 20px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
   /* border:0;*/
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FECE1A;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:12px;
}
.thumbnail .mask {
    opacity:0.2;
    filter: alpha(opacity=20);	
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;	
}
.thumbnail:hover .mask {
    top:0;
}


.fbox{	
	height: 300px;
	padding-top:30px;
}

section#brand4 .bg05 {   	   
	padding:90px 0;
    text-align: center;
	background-color: #222;
    background-image: url(../img/sub01_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
	 background-size: cover;
}

.table-responsive .tt > td{height:30px;}





.pagination>li>a{
	color:#000;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>a:active
{
    background-color:#000;
	color:#fff;
}

div.page-scroll{background: #F7EAC9;}
/*
.navbar-collapse{background: #222;}
.navbar-right{background: #222;margin-top:0px;margin-bottom:0px;}
.navbar-right li{border-bottom: 1px solid #4c4a4a;}
*/
ul.customer{text-align:center}
li.customer{float:left; list-style: none;padding-top:25px;border:0px solid #000;text-align:center}
span.line{ color:#000;text-decoration:underline;}
p.padding10{padding-left:10px;}
div.padding10{padding-left:10px;}
ul.product{padding-left:22px;}
ul.product li{padding-bottom:6px;}

/*ul.nav li.dropdown:hover > ul.dropdown-menu{display:block;}*/

.dropdown-menu > li > a.submenu{font-size: 15px;line-height: 35px;}
.dropdown-menu > li > a.submenu:hover,.dropdown-menu > li > a.submenu:focus,.dropdown-menu > li > a.submenu:active{font-weight:normal;color:#fff;background:#4c4f50; }
a.product{color:#F7EAC9;}


.product .button{
	background: #9d9d9d;
	text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.lecture{padding:30px;}
.lecture .title{font-size: 26px;font-weight:bold;text-align:center;}
.lecture .text{
	background: #9d9d9d;
	text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}



.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index:99999999;
}

table.T2 { width:100%; table-layout:fixed; border-collapse:collapse; }
table.T2 th {
border-top:2px solid #23325D;
border-bottom:1px solid #333;
padding:12px 0;
font-weight:normal; 
font-size:15px;
background: #f5f5f5;
text-align:center;
}
table.T2 td { text-align:center; padding:2px 0; border-left:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1; }
table.T2 td:first-child { border-left:0; }

.col-lg-45, .col-lg-25, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.tabon{float:left;font-size:22px;color: #000;font-weight: 600;padding:15px;background-color: #ccc;}
.taboff{float:left;font-size:22px;color: #58960e;font-weight: 600;padding:15px;background-color: #fff;border-right:1px solid #ccc;}