@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}


/*#s005 Header-top*/
html #header .header-top.header-top-dark {
    background: #282828;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a{
	padding: 0px 10px;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover, html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover, html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus, html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
    background: transparent;
    color: #fff;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a.master{
	color: #dbc354;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a.master:hover{
	color: #ffd300;
}
#header .header-top {
    position: initial; 
}
#header .header-top.header-top-style-4 {
    margin-bottom: 0px;
}
#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
	 padding: 6px 0px;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    font-size: 13px;
	font-weight: 300;
    color: rgba(255,255,255,0.5);
}
@media only screen and (max-width:992px){
	#header .header-top.header-top-style-4 .container .header-nav-top-wrap,
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
    	width: 100%;
	}
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
    	text-align: left;
	}
}
@media only screen and (max-width:496px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 0px 3px;
		font-size: 0.9em !important;
	}
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
		 padding-top: 0px;
	}
	#header .header-top .header-nav-top-text-wrap strong {
		font-size: 0.9em ;
	}
}
/*#s005 Header-top-search*/
#header .header-search{
	margin: 15px 0 8px 5px;
}
#header .header-top p {
    line-height: inherit;
}
#header .mobile-search-form {
	display: none;
}
#header .mobile-search-form input[type="text"]{
	vertical-align: top;
}
#header .header-search .search-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    min-width: 26px;
    height: 35px;
    margin: 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-color: rgb(255, 30, 30);
    border: none;
	vertical-align: top;
}
#header .header-search .search-toggle {
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	min-width: 25px;
	margin: 0;
	text-align: center;
	background-color: transparent;
	color: #222;
	border: none;
	cursor: pointer;
}
#header .header-search input[type="text"]{
	padding: 4px 5px;
    border-color: transparent;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 30%;
}
#header .mobile_show {
	position: fixed;
	width: 100%;
	top: 148px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	height: 69px;
	display: block !important;
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 3px 5px 3px 0px;
	}
	#header .header-top .header-nav-top {
		margin-right: 0px;
		margin-top: 5px;
	}
	#header .header-top .header-search {
		margin-right: 0px;
	}
	#header .header-search .search-toggle {
		background-color: #222222;
		color: #fff;
	}
	#header .header-search input[type="text"]{
		width: 60%;	
	}
}
/*#s005 - Logo*/
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media only screen and (max-width:992px){
	.header-column:first-child {
		width: 15%;
	}
	#header.header-narrow .header-logo {
		margin-top: 10px;
	}
	#header .header-logo img {
		width: 130px;
	}
}
/*#s005 - Header*/
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    font-weight: 500;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: #444;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 1.1em;
	color: #cacaca;
	border-color: #666;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #fff;
	background-color: transparent;
}
#header .header-nav-main > nav > ul > li > a{
	color: #474747 !important;
/*     padding: 17px 30px 20px 30px!important; */
    padding: 17px 20px 10px 20px!important;    
    border-top: 3px solid transparent;
    border-radius: 0px;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main > nav > ul > li > a:hover{
	border-color: #0A6BBE;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #474747 !important;
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media only screen and (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: rgba(255,255,255,0.8) !important;
		border-color: #fff;
		color: #000 !important;
	}
    #header .header-nav-main nav > ul > li > a{
        line-height: inherit;
		color: #555 !important;
        padding: 7px 8px 3px 8px !important;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #000 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media only screen and (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}

/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    margin: 15px 0 8px 5px;
	background-color: #222222;
	color: #fff;
}
/*slider*/
#s005 .brush {
	font-family: 'Nanum Pen Script';
	color:#8fa900; 
	font-size:5rem;
}
#s005 .slider-container .tp-caption.btn{
	background-color: #0667C3 !important;
	color: #fff;
}
#s005 .slider-container .tp-caption.btn:hover{
	background-color: #045DAD !important;
	color: #fff;
}
@media only screen and (max-width:479px){
	#s005 .brush {
		font-size:2rem;
	}
}

/*subtitle 서브페이지 타이틀*/
#s005 .page-header.parallax {
    padding: 160px 0 60px;
}
/*config_wrp*/
/*#s005 #config_wrp .config_wrp ul li a{
	text-decoration: none;
	color: #666;
	font-size: 20px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 15px 13px 15px;
	background-color: rgba(238, 238, 238, 0.41);
	border: 1px solid #ddd;
	margin-top: -1px;
}
#s005 #config_wrp .config_wrp ul li a.active{
	border-bottom: 2px solid #e11111;
    background-color: #fff;
    color: #e11111;
	z-index: 5;
	position: relative;
#s005 #config_wrp h1{
	display: inline-block;
	background-color: #e11111;
	min-height: 100px;
	padding: 28px 0px;
	border-radius: 5px 5px 0 0;
}
}*/
#s005 #config_wrp h1{
	display: inline-block;
}
#s005 #config_wrp .breadcrumb{
	float: right;
	background-color: transparent;
}
#s005 #config_wrp .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
/*cs-banner*/
#s005 #config_wrp .left-cs-banner strong{
	display: block;
}
#s005 #config_wrp .left-cs-banner .btn{
	background-color: #8fa900;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
/*subtitle tab 서브페이지 타이틀 하단 탭*/
#tap_wrp.tab_company {
    width: 100%;
    height: 50px;
    background-color: #eee;
	margin: -35px 0 35px 0;
}
#tap_wrp.tab_company a {
	color: #666;
    text-decoration: none;
    padding: 14px 15px 11px 15px;
	margin: 0 5px;
    font-size: 1.7rem;
    display: inline-block;
	border-bottom: 3px solid transparent;
}
#tap_wrp.tab_company a.active,
#tap_wrp.tab_company a:hover {
	color: #222;
	border-color: #222;
}
@media only screen and (max-width: 992px){
	#tap_wrp.tab_company a{
		padding: 14px 0 11px 0;
		font-size: 13px;
		margin: 0 5px 0 0 ;
	}
}

/*main-banner*/
#s005 #main-banner {
	background-color: #222222;
}
/*main-banner - banner01*/
#s005 #main-banner .banner01 {
	text-decoration: none;
	color: #eee;
	display: block;
	width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.1),rgba(255, 255, 255, 0));
    padding: 10px;
    border-left: 1px solid rgba(238, 238, 238, 0.1);
    border-right: 1px solid rgba(238, 238, 238, 0.1);
	margin-left: -1px;
	font-size: 15px;
	text-shadow: 1px 2px 0px #000;
}
#s005 #main-banner .banner01:hover{
	background: linear-gradient(rgb(10, 107, 190), rgb(4, 93, 173));
	text-shadow: 0px 0px 0px #000;
}
/*content01*/
#s005 #content{
	background-color: #eee;
	padding: 30px 0px;
}
#s005 #content h3 strong{
	color: #0A6BBE;
}
/*hot-menu*/
#s005 #content #hot-menu .owl-carousel .owl-stage {
	margin-top: 35px;
}
#s005 #content #hot-menu .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; 
    position: absolute;
    top: 0px;
}
#s005 #content #hot-menu{
	background-color: #fff;
	border: 1px solid #d9d9d9;
	margin-right: -1px;
	z-index: 2;
	min-height: 440px;
}
#s005 #content #hot-menu .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #737373;
}
@media only screen and (max-width:479px){
	#s005 #content #hot-menu{
		min-height: inherit;
	}
}
/*배너공통*/
#s005 #content .mainbanner{
	min-height: 220px;
	border: 1px solid #d9d9d9;
}
#s005 #content .mainbanner .btn{
	background-color: transparent;
    color: #666;
    border: 1px solid #666;
}
#s005 #content .mainbanner .btn:hover{
	background-color: #434343;
    color: #eee;
}
#s005 #content .mainbanner .more{
	float: right;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    padding: 3px 5px 0px 5px;
    margin: 15px;
    vertical-align: middle;
    color: #e1e1e1;
    font-weight: 300;
    border: 2px solid #e1e1e1;
	text-decoration: none;
}
/*found-banner*/
#s005 #content .found-banner {
	background: url(../img/banner_img01.png) 90% 80% no-repeat;
	background-color: #fff;
}

/*search-banner*/
#s005 #content .search-banner {
	background: url(../img/banner_img02.png) 90% 80% no-repeat;
	background-color: #fff;
	margin-left: -1px;
}
@media only screen and (max-width:992px){
	#s005 #content .search-banner {
		margin-left: 0px;
	}
}
/*cs-banner*/
#s005 .cs-banner{
	margin-left: -1px;
	margin-top: -1px;
	border-color: #262626 !important;
	background: url(../img/cs_bg.png) right center no-repeat;
	background-color: #262626;
}
#s005 .cs-banner{
	margin-left: -1px;
	margin-top: -1px;
	border-color: #262626 !important;
	background: url(../img/cs_bg.png) right center no-repeat;
	background-color: #262626;
}
#s005 .cs-banner .m-dark{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 30px !important;
	margin: -30px !important;
	height: 100%;
	width: 100%;
	position: absolute;
}
@media only screen and (max-width:992px){
	#s005 #content .cs-banner {
		margin-left: 0px;
	}
	#s005 #content .cs-banner h3{
		font-size: 1.6em;
		margin-bottom: 5px !important;
	}
	#s005 #content .cs-banner h1{
		font-size: 2.2em;
		margin-bottom: 5px !important;
	}
}
/*latest*/
#s005 .latest_wrp {
	background: linear-gradient(rgb(255, 255, 255),rgb(241, 241, 241));
	padding: 40px 0; 
}
/*footer*/
#s005 #footer {
	margin: 0px;
}
#s005 #footer a.btn {
    background-color: rgba(238, 238, 238, 0.15);
}
@media only screen and (max-width:992px){
	#s005 #footer .logo_wrp a img{
		width: 100px;
		margin-bottom: 10px;
	}
}

/*company_01*/
#s005 .company_01 .top_img img{
	width: 100%;
}
#s005 .company_01 .top_img span{
	position: absolute;
    right: 0;
    color: rgba(255,255,255,0.95);
    top: 35%;
    right: 3%;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	line-height: 40px;
	z-index: 3;
}
#s005 .company_01 .ling_box{
	display: block;
    background-color: #ffbe29;
    width: 40px;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#s005 .company_01 .top_img .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	top: 0;
}
#s005 .company_01 h3{
	font-family: 'Nanum Pen Script';
	font-size: 4.5rem;
	letter-spacing: -0.2rem;
}
#s005 .company_01 h3 span{
	color: #ff3a3a;
}
#s005 .company_01 p strong{
	display: block;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
@media only screen and (max-width:992px){
	#s005 .company_01 h3 {
		line-height: 50px;
	}
	#s005 .company_01 h3 span {
		font-size: 6.5rem;
		display: block;
	}
	#s005 .company_01 .top_img span{
		font-size: 20px;
		line-height: 20px;
	}	
}

/*company_02*/
.company_02 .conbox_01 .company_label{
	position: absolute;
    left: 5px;
    top: 0;
	background: url(../img/company_label_01.png);
	display: inline-block;
	width: 70px;
    height: 80px;
	color: #fff;
	padding: 17px 20px;
    font-size: 2.7rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-weight: 600;
}
.company_02 .conbox_01{
	border: 1px solid #ddd;
    border-radius: 4px;
	background: linear-gradient(#fff,rgba(238, 238, 238, 0.1));
}
.company_02 .conbox_01 .company_txt_wrp{
	padding: 11% 50px 20px 50px;
}
.company_02 .conbox_01 .company_txt_wrp h3{
	font-size: 2.7rem;
	line-height: 3.2rem
}
.company_02 .conbox_01 h3 strong{
	color: #0A6BBE;
}
.company_02 .conbox_01 .company_txt_wrp p strong{
	display: block;
    font-weight: 400;
    color: #d08404;
    font-size: 19px;
}
.company_02 .conbox_01 .company_img_wrp img{
	width: 100%;
}
@media only screen and (max-width:479px){
	.company_02 .conbox_01 .company_txt_wrp{
		padding: 70px 10px 30px 10px;
	}
}
/*menu01*/
#menu_page .menu_banner_top{
	background: url(../img/menu_top.jpg) right;
	height: 190px;
}
#menu_page .menu_banner_top .menu_banner_top_txt{
	background: #df3d32;
    height: 100%;
	padding-top: 50px;
}
#menu_page .menu_banner_top .menu_banner_top_txt h3{
	font-size: 3.5rem;
    font-weight: 600;
}
#menu_page .menu_banner_top .menu_banner_top_txt p{
	font-size: 1.7rem;
	opacity: 0.8;
}
#menu_page .menu_banner_top .menu_banner_top_txt:after{
	border-color: transparent transparent transparent #df3d32;
    border-style: solid;
    border-width: 95px;
    content: " ";
    display: block;
    margin-right: -190px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
}
#menu_page .menu_banner_top .menu_banner_top_border{
	height: 100%;
	float: right;
}
#menu_page .menu_banner_top .menu_banner_top_border:before{
	border-color: rgba(223, 61, 50, 0.77) transparent transparent transparent;
    border-style: solid;
    border-width: 95px;
    content: " ";
    display: block;
    margin-left: -95px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
}
#menu_page .menu_banner_top .menu_banner_top_border:after{
	border-color: transparent transparent rgba(223, 61, 50, 0.77) transparent;
    border-style: solid;
    border-width: 95px;
    content: " ";
    display: block;
    margin-left: -95px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
}
@media only screen and (max-width:1200px){
	#menu_page .menu_banner_top .menu_banner_top_border:before,
	#menu_page .menu_banner_top .menu_banner_top_border:after{
		margin-left: -78px;
	}
}
@media only screen and (max-width:992px){
	#menu_page .menu_banner_top .menu_banner_top_txt{
		width: 60%;
	}
	#menu_page .menu_banner_top .menu_banner_top_border,
	#menu_page .menu_banner_top .menu_banner_top_border:before,
	#menu_page .menu_banner_top .menu_banner_top_border:after{
		display: none;
	}
}
@media only screen and (max-width:479px){
	#menu_page .menu_banner_top .menu_banner_top_txt{
		width: 100%;
		background-color: rgba(0,0,0,0.5) !important;
	}
	#menu_page .menu_banner_top .menu_banner_top_txt:after{
		display: none;
	}
}
/*menu01-ham-menu*/
#menu_page .ham-menu{
	border: 1px solid #cccccc;
}
#menu_page .ham-menu > div{
	min-height: 217px;
}
#menu_page .ham-menu p{
	background-color: #eee;
	position: absolute;
	bottom: 0px;
	background-color: #eee;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
	font-size: 12px;
	line-height: 19px;
}
#menu_page .ham-menu h4 span{
	color: #0A6BBE;
}
@media only screen and (max-width:768px){
	#menu_page .m-pn{
		padding: 0px !important;
	}
}
/*menu02*/
#menu_page.menu02 .menu_banner_top .menu_banner_top_txt{
	background: #8fa900;
}
#menu_page.menu02 .menu_banner_top .menu_banner_top_txt:after{
	border-color: transparent transparent transparent #8fa900;
}
#menu_page.menu02 .menu_banner_top .menu_banner_top_border:before{
	border-color: rgba(143, 169, 0, 0.7) transparent transparent transparent;
}
#menu_page.menu02 .menu_banner_top .menu_banner_top_border:after{
	border-color: transparent transparent rgba(143, 169, 0, 0.7) transparent;
}

/*menu3*/
#menu_page.menu03 .ham-menu > div{
	min-height: 0px;
}
#menu_page.menu03 .ham-menu h4{
	font-size: 17px !important;
    font-weight: 400 !important;
}
#menu_page.menu03 .menu_banner_top .menu_banner_top_txt{
	background: #f57700;
}
#menu_page.menu03 .menu_banner_top .menu_banner_top_txt:after{
	border-color: transparent transparent transparent #f57700;
}
#menu_page.menu03 .menu_banner_top .menu_banner_top_border:before{
	border-color: rgba(245, 119, 0, 0.7) transparent transparent transparent;
}
#menu_page.menu03 .menu_banner_top .menu_banner_top_border:after{
	border-color: transparent transparent rgba(245, 119, 0, 0.7) transparent;
}

/*burger-shop*/
.burger-shop .burger-shop-search{
	border: 1px solid #ddd;
	padding: 30px 0;
}
.burger-shop .burger-shop-search select,
.burger-shop .burger-shop-search input{
	padding: 5px;
	border-radius: 0px;
	border: 1px solid #ddd;
	height: 35px;
	width: 20%;
}
.burger-shop .burger-shop-search input[type="submit"]{
	width: 10%;
	background-color: #333;
	color: #fff;
	border-collapse: #333;
}
@media only screen and (max-width:479px){
	.burger-shop .burger-shop-search{
		border: 0px;
		padding: 0;
	}
	.burger-shop .burger-shop-search select,
	.burger-shop .burger-shop-search input{
		padding: 5px;
		border-radius: 0px;
		border: 1px solid #ddd;
		height: 35px;
		width: 32%;
	}
	.burger-shop .burger-shop-search input[type="submit"]{
		width: 98%;
		display: inline-block;
		background-color: #333;
		color: #fff;
		margin-top: 5px;
	}
}
/*burger-shop table 검색결과*/
.burger-shop .burger-shop-result h4 p{
	display: inline-block;
	float: right;
}
.burger-shop .burger-shop-result h4 span{
	font-size: 12px;
	margin-right: 4px;
}
.burger-shop .burger-shop-result strong{
	display: inline-block;
    padding: 6px 5px 3px;
    line-height: 8px;
	color: #fff;
	vertical-align: middle;
	margin-right: 2px;
	font-size: 12px;
}
.burger-shop .burger-shop-result strong.dv{
	background-color: #ff671e;
}
.burger-shop .burger-shop-result strong.ev{
	background-color: #08a305;
}
.burger-shop .burger-shop-result strong.ho{
	background-color: #0545a3;
}
.burger-shop .burger-shop-result table{
	font-size: 15px;
	border-top: 2px solid #ff4141;
}
.burger-shop .burger-shop-result table th,
.burger-shop .burger-shop-result table td{
	padding: 10px !important;
	text-align: center;
}
.burger-shop .burger-shop-result table th{
	color: #333;
    font-weight: 400;
	border-bottom: 1px solid #ddd;
}
.burger-shop .burger-shop-result table td{
	border-bottom: 1px solid #ddd;
}
@media only screen and (max-width:479px){
	.burger-shop .burger-shop-result h4 p{
		display: inline-block;
		float: none;
	}
}

/*foundation_01*/
.foundation_01 .symbol_wrp {
	border-bottom: 1px dashed #ddd;
}
.foundation_01 .round-box-01 {
    width: 70%;
    background-color: #0A6BBE;
    border-radius: 50%;
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto;
	color: #222;
}


.foundation_01 .round-box-01.round-bg {
	background-color: #0A6BBE;
	color: #fff;
}


.foundation_01 .round-box-01 strong{
	display: block;
    padding-top: 40%;
    font-size: 2.4rem;
	text-transform: uppercase;
}

.foundation_01 .round-box-01.round-plus:after{
	content: '+';
    position: absolute;
    right: 0%;
	color: #777;
	font-size: 25px;
}
@media only screen and (max-width:992px){
	.foundation_01 .round-box-01 strong{
		font-size: 1.5rem;
	}
	.foundation_01 .round-box-01 {
		font-size: 13px;
		line-height: 20px;
	}
}
@media only screen and (max-width:768px){
	.foundation_01 .round-box-01 {
		width: 50%;
		margin-bottom: 40px;
	}
	.foundation_01 .round-box-01.round-plus:after{
		content: '+';
		position: absolute;
		bottom: -33px;
		right: 48%;
	}
}
/*foundation_01 foundation_vision_txt*/
.foundation_01 .foundation_vision_txt h4{
	position: relative;
}
.foundation_01 .foundation_vision_txt span{
    color: #ddd;
    position: absolute;
    right: 0;
    top: -20px;
	width: 50px;
	height: 50px;
	background: url(../img/vision-bg.png);
	z-index: -1;
}
/*foundation_02*/
.foundation_02 {
	background-color: rgba(238, 238, 238, 0.3);
}
.foundation_02 .burger-process-wrp h4{
	display: inline-block;
    border-radius: 25px;
    padding: 5px;
    font-size: 16px;
    position: absolute;
    right: 25%;
    width: 50%;
    background-color: #f11010;
    color: #fff;
    text-align: center;
}
.foundation_02 .burger-process-wrp .burger-process{
	border: 1px solid #000;
    margin-top: 15px;
    padding-top: 40px !important;
    padding: 25px;
	text-align: center;
	font-size: 17px;
	min-height: 240px;
	color: #222;
}
.foundation_02 .burger-process-wrp .burger-process span{
	display: block;
	color: #999999;
	line-height: 17px;
    font-size: 13px;
}
/*
.foundation_02 .burger-process-wrp ul li:after{
	border-color: transparent transparent transparent rgba(223, 61, 50, 0.77);
    border-style: solid;
    border-width: 5px;
    content: " ";
    display: block;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: -7px;
    width: 0;
}
.foundation_02 .burger-process-wrp ul li:after{
	border-color: transparent transparent transparent rgba(223, 61, 50, 0.77);
    border-style: solid;
    border-width: 5px;
    content: " ";
    display: block;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: -7px;
    width: 0;
}
*/
.foundation_02 .burger-process-wrp ul li:last-child:after{
	border-color: transparent;
}
@media only screen and (max-width:768px){
    .foundation_02 .burger-process-wrp ul li:after{
		border-color: rgba(223, 61, 50, 0.77) transparent transparent transparent;
		bottom: -7px !important;
		top: inherit !important;
		right: 48% !important;
	}
    .foundation_02 .burger-process-wrp ul li:last-child:after{
        border-color: rgba(223, 61, 50, 0.77) transparent transparent transparent ;
    }
    .foundation_02 .burger-process-wrp ul.last-process li:last-child:after{
        border-color: transparent;
    }
}
/*foundation_03*/
.foundation_03 table{
	font-size: 15px;
	border-top: 2px solid #0A6BBE;
}
.foundation_03 table th,
.foundation_03 table td{
	padding: 10px !important;
	text-align: center;
}
.foundation_03 table thead th{
	color: #333;
	border: 1px solid #ddd;
	background-color: #fafafa;
}
.foundation_03 table td{
	border: 1px solid #ddd;
}
/*foundation_04*/
#burger-story-board ul{
	border-top: 1px solid #0A6BBE;
	border-bottom: 1px solid #eee;
}
#burger-story-board ul li{
	border-bottom: 1px solid #eee;
}
#burger-story-board ul li:last-child{
	border-bottom: 0px;
}
#burger-story-board ul li a {
	text-decoration: none;
	color: #666;
}
#burger-story-board ul li a img{
	width: 100%;
}
#burger-story-board ul li a p{
	font-size: 15px;
    color: #333;
    line-height: 20px;
	font-weight: 600;
	min-height: 60px;
}
#burger-story-board ul li a .suc{
	display: inline-block;
    background-color: #ee2020;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 5px;
}


/* smart & s */
#clients {
	margin: 5px 0;
}

.space-one {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url('../img/banner/b1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

#content_01 {
	height: 350px;
	line-height: 350px;
}

.red-title {
	color: #0A6BBE;
}

.idx-title {
	font-size: 5rem;
	font-weight: 700;
	color: white;
}

.idx-sub-title {
	font-size: 3rem;
	font-weight: 500;	
	color: white;
}

.v-heading {
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px dotted #e4e4e4;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.715) !important;
}

.v-heading h5 {
	border-bottom-color: #0A6BBE;
	margin: 0 0 -2px 0;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-weight: 600;
}

.company-section {
	margin: 20px 0;
	padding: 20px 0;
}

.team-member { margin: 10px 0;}
.member-photo {
	position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
}

.team-member .member-name .name {
	font-size: 18px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 600;	
}

.team-member .member-position {
	font-style: italic;
    font-size: 14px;
    color: #999;	
}

.team-member .member-desc {
	margin-top: 10px;
    padding-top: 10px;	
}

.t-bordered {border-top-color: #eaeaea;}


/*foundation_03*/
#foundation_03 table{
	font-size: 15px;
	border-top: 2px solid #0A6BBE;
}
#foundation_03 table th,
#foundation_03 table td{
	padding: 10px !important;
	text-align: center;
}
#foundation_03 table thead th{
	color: #333;
	border: 1px solid #ddd;
	background-color: #fafafa;
}
#foundation_03 table td{
	border: 1px solid #ddd;
}


/* --------------------------------------------
	STANDARD MEDIA STYLING
-------------------------------------------- */

figure {
   margin: 0;
}

figure img {
   width: 100%;
   height: auto;
}

figure a {
   /*display: block;*/
}

figure .overlay {
   width: 100%;
   height: 100%;
   position: absolute;
   display: block;
   z-index: 3;
   -moz-opacity: 0;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   margin-left: -0.6px;
   padding-right: 0.6px;
}

figure:hover > a > .overlay {
   -moz-opacity: 0.9;
   opacity: 0.9;
   filter: alpha(opacity=90);
   margin-top: -1.6px;
   padding-bottom: 1.6px;
}

figure.animated-overlay figcaption {
   background-color: rgba(65, 150, 224, 0.8);
}

figure.animated-overlay.transparent figcaption {
   background-color: transparent;
}

figure.animated-overlay figcaption .thumb-info h4,
figure.animated-overlay figcaption .thumb-info h5,
figcaption .thumb-info-excerpt p {
   color: #ffffff;
}

figcaption .thumb-info h5 {
   margin-bottom: 0;
   margin-top: 4px;
   transform: translate(0,30px);
}


figure.animated-overlay figcaption .thumb-info i {
   background: #222222;
   color: #ffffff;
   cursor: pointer !important;
   -webkit-transition-duration: 0.3s;
   -moz-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;
}

figcaption .thumb-info {
   position: absolute;
   width: 100%;
   height: 100%;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
}

figcaption .thumb-info h4 {
   line-height: 20px;
   padding: 0 5%;
   width: 100%;
   -ms-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
   text-align: center;
   -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
   -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-shadow: 0 0 5px rgba(0,0,0,.2);
   position: absolute;
   bottom: 25px;
}

figcaption .thumb-info-extended h4 {
   margin-top: -60px;
}

figcaption .thumb-info-extended h5 {
   padding: 0 5%;
   width: 100%;
   position: absolute;
   bottom: 5px;
}

figcaption .thumb-info a:hover {
   -moz-opacity: 1;
   opacity: 1;
   filter: alpha(opacity=100);
}

figcaption .thumb-info i {
   font-size: 22px;
   line-height: 33px;
   padding: 14px;
   border-radius: 50%;
   height: 34px;
   width: 34px;
   display: block;
   -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
   -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-align: center;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   -ms-box-sizing: content-box;
   box-sizing: content-box;
   position: absolute;
   left: 50%;
   top: 47%;
   margin: -24px 0 0 -24px;
}

figcaption .thumb-info-v2 i {
   font-size: 30px;
   line-height: 37px;
   padding: 10px;
   border-radius: 50%;
   height: 40px;
   width: 40px;
   top: 50%;
   margin-top: -25px;
   margin-left: -30px;
   left: 50%;
   position: absolute;
   text-align: center;
}

figcaption .thumb-info-excerpt h4 {
   line-height: 20px;
   margin-bottom: 0;
   padding: 0 5%;
   width: 100%;
   -ms-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
   text-align: center;
   -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
   -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-shadow: 0 0 5px rgba(0,0,0,.2);
   position: absolute;
   top: 40%;
   margin-top: -40px;
}

figcaption .thumb-info-excerpt p {
   line-height: 22px;
   margin-bottom: 0;
   padding: 0 5%;
   width: 100%;
   text-align: center;
   -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
   -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-shadow: 0 0 5px rgba(0,0,0,.2);
   position: absolute;
   top: 40%;
   margin-top: 0;
}

figcaption .thumb-info-excerpt i {
   display: none;
}

figure.animated-overlay {
   position: relative;
   overflow: visible;
   z-index: 2;
}

figure.animated-overlay > a {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 4;
}

figure.animated-overlay .thumb-slider ul.slides li a {
   position: relative;
   z-index: 2;
}

figure.animated-overlay figcaption {
   height: 100%;
   width: 100%;
   display: block;
   opacity: 0;
   filter: alpha(opacity=0);
   text-align: center;
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   /*background-image: url(../img/crease.svg);*/
   -moz-background-size: cover;
   background-size: cover;
   background-position: center center;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
   -moz-transition: -moz-transform 0.3s, opacity 0.3s;
   -o-transition: transform 0.3s, opacity 0.3s;
   transition: transform 0.3s, opacity 0.3s;
}

.browser-ie figure.animated-overlay figcaption,
.browser-ie10 figure.animated-overlay figcaption {
   background-image: none;
}

figure.animated-overlay:hover figcaption {
   opacity: 1;
   filter: alpha(opacity=100);
}


.portfolio-item-info {
   text-align: center;
   padding-top: 15px;
   padding-bottom: 15px;
}

.portfolio-item-title {
   font-size: 18px;
   margin: 0;
}

/* equipment */
.equipment-body { padding: 15px 0; border-top: 1px solid gray;}
.eq-nav a { font-size: 1.2rem; color: #0077b3}
.eq-active { padding:1px; background-color: #0A6BBE;}
.eq-active a { color: white; }
.eq-item:hover {background-color:#fff8f8; cursor: pointer;}
.eq-item-btn a { background-color: #0667C3 !important; color: #fff;}
.eq-item-btn a:hover { background-color: #045DAD !important; color: #fff;}
.eq-nav-underline {border-bottom: 2px solid #0A6BBE;}
.eq-item-detail { margin-top: 20px;}
.eq-item-spec { padding-top: 15px; padding-left: 15px; background-color: #0A6BBE;}
.eq-item-spec h5 { color: white; padding-bottom: 15px;}

/* Service */
.service-bq { margin-top: 20px; }

/* contact us */
.contactus { padding: 20px 0;}

.equipment-footer {	padding-top: 150px;}
.equipment-footer .box-01 { float:left; width:160px; height:160px; border:1px solid #999999; margin: 2px;}

.text-dark {color: #585858;}
.text-hd {font-size:1.8rem;}
.text-blue {color: #5185C3;}