/*=================================================
		00. 공통 
=================================================*/
.white{
	color: #FFFFFF;
}

/*****#####===== 카테고리 버튼  =====#####*****/
.bcat-btn-wrap{
	margin-bottom: 40px;
}

.bcat-btn-wrap .list-inline .btn{
	border: 1px solid #4f4f4f;
	background: #FFFFFF;
	font-weight: 700;
    font-size: 17px;	
}

.bcat-btn-wrap .list-inline .btn.active{
	background: #4f4f4f;
	color: #FFFFFF;
}
/*****#####===== 페이지네이션  =====#####*****/
.pagination>.active>a, 
.pagination>.active>span,
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: #000000;
    border-color: #000000;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0;
}

.pagination-wrap{
	margin-top: 3%;
}
/*=================================================
		00. 메인
=================================================*/

header{
	background-image: url('/img/main/main-bg1.jpg');
}	

header .tree{
	position: absolute;
	top: 187px;
}

header .txt-box{
	position: absolute;
    top: 600px;
    left: -10px;
    height: 80px;
}

header .menu-wrap{
	margin: 35% 0 20%;
	overflow:hidden;
}

header .menu-wrap .item-wrap{
	margin: 10px;
    border: 2px solid #E1E1E1;
    border-radius: 5px;
    cursor: pointer;
}

header .menu-wrap .item-wrap:hover{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}

header .menu-wrap .item-wrap.blue{
	background-color: rgba(22,126,193,0.6);
}

header .menu-wrap .item-wrap.pink{
	background-color: rgba(241,130,169,0.6);
}

header .menu-wrap .item-wrap.yellow{
	margin-top: 19px;
	background-color: rgba(238,239,120,0.6);
}

header .menu-wrap .item-wrap.orange{
	background-color: rgba(241,157,121,0.6);
}

header .menu-wrap .item-wrap.green{
	background-color: rgba(121,241,146,0.6);
}

header .menu-wrap .item-wrap.grass{
	background-color: rgba(121,229,217,0.6);
}

header .menu-wrap h4{
    font-weight: 800;
    font-size: 30px;	
}

header .menu-wrap h4.big{
    margin-right: 85px;	
    font-weight: 800;
    font-size: 45px;	
}

header .menu-wrap ul{
	margin-left: 20%;
    text-align: left;
    font-weight: 800;
    font-size: 25px;
    color: #FFFFFF;	
}
a.navbar-brand {cursor:pointer;}
/*
header .logo-img-wrap{
	margin: 5% 0 10% 0; 
}

header .box-wrap{
	margin: 200px 0;
}

header .box-wrap .text-wrap{
	padding-right: 6%;
}

header .box-wrap .text-wrap h3{
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 38px;
}

header .box-wrap .text-wrap h4{
	color: #FFFFFF;
	font-size: 25px;
}

header .box-wrap .text-wrap p{
	color: #FFFFFF;
}

header .box-wrap .ratio-box.blue{
	background-color: #01AEF0;
}

header .box-wrap .ratio-box.sky{
	background-color: #00BFF5;
}


header .box-wrap .ratio-box .ratio-content span{
	color: #FFFFFF;
	font-weight: 800;
	font-size: 30px;
}
*/

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	header .menu-wrap .item-wrap{
		margin: 3px;
	}

	header .menu-wrap .item-wrap.yellow{
		margin-top: 3px;
	}
	
	header .menu-wrap h4{
	    font-size: 18px;	
	}
	
	header .menu-wrap h4.big{
	    margin-right: 60px;	
	    font-size: 25px;	
	}
	
	header .menu-wrap ul{
		margin-left: 10%;
	    font-size: 18px;
	}
		
}

/*=================================================
		01. products
=================================================*/
#products .wheel-content-wrap{
	position: relative;
	overflow: hidden;
}

#products .wheel-content-wrap .center-bg-img{
	position: absolute;
	text-align: center;
	left:50%;
	margin-left: -280px;
	
}

#products .wheel-content-wrap .item-table img{
	cursor: pointer;
}

#products .wheel-content-wrap .center-bg-img h3{
	position: absolute;
	top: 50%;
	left:50%;
	margin: -10% 0 0 -15%;
	font-weight: 700;
	font-size: 45px;
	color: #FFFFFF;
}

#products .wheel-content-wrap .col-md-6{
	position: relative;
}

#products .wheel-content-wrap p{
	font-family: 'Raleway', "Nanum Gothic";	
}
/*****#####===== 아이템1  =====#####*****/
#products .wheel-content-wrap .item-1-wrap{
	margin: -0.8% 8% 0 0;
}
/*
#products .wheel-content-wrap .item-1{
	margin-right: 45px;
}
*/
#products .wheel-content-wrap .item-1 .circle-wrap span{
	border: none;
	background-color: #F183AA;
	font-weight: 800;
	font-size: 18px;
	color: #8A4C43;	
}

#products .wheel-content-wrap .item-1 .circle-wrap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 12px #FFFFFF;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 0;
    z-index: 10;
    transform: scale(0.84);
}

#products .wheel-content-wrap .item-1 p{
	margin-top: 5%;
	font-weight: 700;
	font-size: 16px;
}

/*****#####===== 아이템2  =====#####*****/
#products .wheel-content-wrap .item-2-wrap{
	margin: -0.8% 0 0 10%;
}
/*
#products .wheel-content-wrap .item-2{
	margin-left: 45px;
}
*/
#products .wheel-content-wrap .item-2 .circle-wrap span{
	border: none;
	background-color: #167FC1;
	font-weight: 800;
	font-size: 18px;
	color: #FFFFFF;	
}

#products .wheel-content-wrap .item-2 .circle-wrap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 12px #FFFFFF;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -1px;
    left: -1px;
    padding: 0;
    z-index: 10;
    transform: scale(0.84);
}

#products .wheel-content-wrap .item-2 p{
	font-weight: 700;
	font-size: 16px;
}

/*****#####===== 아이템3  =====#####*****/
#products .wheel-content-wrap .item-3-wrap{
	margin: 9% 23% 0 0;
}
/*
#products .wheel-content-wrap .item-3{
	margin-right: 120px;
}
*/
#products .wheel-content-wrap .item-3 .circle-wrap{
	padding: 0;
}

#products .wheel-content-wrap .item-3 .circle-wrap span{
	border: none;
	background-color: #79E5D8;
	font-weight: 800;
	font-size: 18px;
	color: #147F75;	
}

#products .wheel-content-wrap .item-3 .circle-wrap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #FFFFFF;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: -1px;
    padding: 0;
    z-index: 10;
    transform: scale(0.859);
}

#products .wheel-content-wrap .item-3 p{
	margin-top: 5%;
	font-weight: 700;
	font-size: 16px;
}

/*****#####===== 아이템4  =====#####*****/
#products .wheel-content-wrap .item-4-wrap{
	margin:9% 0 0 23%;
}
/*
#products .wheel-content-wrap .item-4{
	margin-left: 120px;
}
*/
#products .wheel-content-wrap .item-4 .circle-wrap span{
	border: none;
	background-color: #EEEF78;
	font-weight: 800;
	font-size: 18px;
	color: #85860F;	
}

#products .wheel-content-wrap .item-4 .circle-wrap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 12px #FFFFFF;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -1px;
    left: -1px;
    padding: 0;
    z-index: 10;
    transform: scale(0.84);
}

#products .wheel-content-wrap .item-4 p{
	font-weight: 700;
	font-size: 16px;
}

/*****#####===== 아이템5  =====#####*****/
#products .wheel-content-wrap .item-5-wrap{
	margin: 10% 7% 0 0;
}
/*
#products .wheel-content-wrap .item-5{
	margin-right: 50px;
}
*/
#products .wheel-content-wrap .item-5 .circle-wrap span{
	border: none;
	background-color: #F183AA;
	font-weight: 800;
	font-size: 18px;
	color: #8A4C43;	
}

#products .wheel-content-wrap .item-5 .circle-wrap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 12px #FFFFFF;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 0;
    z-index: 10;
    transform: scale(0.84);
}

#products .wheel-content-wrap .item-5 p{
	font-weight: 700;
	font-size: 16px;
}

/*****#####===== 아이템6  =====#####*****/
#products .wheel-content-wrap .item-6-wrap{
	margin: 10% 0 0 9%;
}
/*
#products .wheel-content-wrap .item-6{
	margin-left: 50px;
}
*/
#products .wheel-content-wrap .item-6 .circle-wrap span{
	border: none;
	background-color: #167FC1;
	font-weight: 800;
	font-size: 18px;
	color: #FFFFFF;	
}

#products .wheel-content-wrap .item-6 .circle-wrap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 12px #FFFFFF;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -1px;
    left: -1px;
    padding: 0;
    z-index: 10;
    transform: scale(0.84);
}

#products .wheel-content-wrap .item-6 p{
	font-weight: 700;
	font-size: 16px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	/*****#####===== 아이템1  =====#####*****/
	#products .wheel-content-wrap .item-1-wrap{
		margin: 0 10px;
	}
	
	#products .wheel-content-wrap .item-1 p{
		font-weight: 600;
		font-size: 14px;
	}
	
	/*****#####===== 아이템2  =====#####*****/
	#products .wheel-content-wrap .item-2-wrap{
		margin: 0 10px;
	}

	#products .wheel-content-wrap .item-2 p{
		font-weight: 600;
		font-size: 14px;
	}
	
	/*****#####===== 아이템3  =====#####*****/
	#products .wheel-content-wrap .item-3-wrap{
		margin: 0 10px;
	}

	#products .wheel-content-wrap .item-3 p{
		font-weight: 600;
		font-size: 14px;
	}
		
	/*****#####===== 아이템4  =====#####*****/
	#products .wheel-content-wrap .item-4-wrap{
		margin: 0 10px;
	}

	#products .wheel-content-wrap .item-4 p{
		font-weight: 600;
		font-size: 14px;
	}
	
	/*****#####===== 아이템5  =====#####*****/
	#products .wheel-content-wrap .item-5-wrap{
		margin: 0 10px;
	}

	#products .wheel-content-wrap .item-5 p{
		font-weight: 600;
		font-size: 14px;
	}
	
	/*****#####===== 아이템6  =====#####*****/
	#products .wheel-content-wrap .item-6-wrap{
		margin: 0 10px;
	}
	
	#products .wheel-content-wrap .item-6 p{
		font-weight: 600;
		font-size: 14px;
	}	
}
/*=================================================
		02. contact us
=================================================*/
/*****#####===== 회사소개  =====#####*****/
#contact-us{
	padding-bottom: 0;
	background-color: #F4F4F4;
}

#contact-us .company-info-wrap i{
	font-size: 40px;
}

#contact-us .company-info-wrap p{
	margin: 45px 0;
	color: #484848;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Nanum Gothic';
}

#contact-us .form-control{
	margin-bottom: 18px;
	padding: 18px 25px 18px 25px;
	height: auto;
}

#contact-us .submit_btn{
	margin-bottom: 76px;
	padding: 16px 12px;
	background: #167FC1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Nanum Gothic';
	
}

/*=================================================
		03. about us 
=================================================*/
#about-us .phrase-wrap{
	color: #01AEF0;
}

#about-us .phrase-wrap h2{
	margin-bottom: 40px;
	font-weight: 800;
	font-size: 60px;
}

#about-us .phrase-wrap h4{
	margin-bottom: 20px;
	font-size: 35px;
}

#about-us .phrase-wrap h4.gray{
	font-size: 25px;
	color: #989A99;
}

#about-us .phrase-wrap h4 span{
	margin-bottom: 25px;
	font-weight: 800;
	font-size: 40px;
}

#about-us .iso-img{
	position: absolute;
    top: 230px;
    right: 50%;
    margin-right: -35%;	
}

#about-us .content-wrap h2{
	font-weight: bold;
	font-style: italic;
	color: #00AFF0;
}

#about-us .content-wrap p{
	font-weight: bold;
	font-size: 19.7px;
	color: #4F4F4F;
}

/*****#####===== 파랑 박스text  =====#####*****/
#about-us .box-content-wrap{
	padding: 20px;
	border-radius: 10px;
	background-color: #83D4F2;
	line-height: 30px;
}

#about-us .box-content-wrap p.box-title{
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
}

#about-us .box-content-wrap p{
	font-size: 19px;
}

#about-us .box-content-wrap ol{
	list-style-type: square;
	padding-left: 3%;
	font-weight: bold;
	font-size: 19px;
	color: #4F4F4F;		
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#about-us .phrase-wrap h2{
		margin-bottom: 10px;
		font-size: 26px;
	}

	#about-us .phrase-wrap h4{
		margin-bottom: 10px;
		font-size: 20px;
	}

	#about-us .phrase-wrap h4.gray{
		font-size: 20px;
	}

	#about-us .phrase-wrap h4 span{
		font-size: 32px;
	}

	#about-us .iso-img{
		position: absolute;
		top: 230px;
		right: 50%;
		margin-right: -35%;	
	}

	#about-us .content-wrap h2{
		margin-top: 15px;
		font-size: 24px;
	}

	#about-us .content-wrap p{
		font-size: 16px;
	}

	/*****#####===== 파랑 박스text  =====#####*****/
	#about-us .box-content-wrap{
		padding: 10px;
		line-height: 20px;
	}

	#about-us .box-content-wrap p.box-title{
		font-size: 19px;
	}

	#about-us .box-content-wrap p{
		font-size: 15px;
	}

	#about-us .box-content-wrap ol{
		font-size: 15px;	
	}

	#about-us .box-content-wrap ol li{
		padding: 0 0 10px;	
	}
}

/*=================================================
		04. vision&mission
=================================================*/
#vision{
	background-image: url('/img/main/visionmission-bg2.jpg');
	font-weight: 700;
    font-family: 'Raleway', sans-serif;	
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#vision .text-image{
		padding: 30px 0 10px;
	}	
	
	#vision .text-image img{
		margin: 0 0 10px;
	}
}
/*=================================================
		05. history
=================================================*/
#history{
	height:100%;
	background-image: url('/img/main/history-bg.jpg');
	background-size:cover;
}

#history .history-slider-wrap .bx-wrapper .bx-prev {
	left: -55px;
}

#history .history-slider-wrap .bx-wrapper .bx-next {
	right: -55px;
}
/*=================================================
		06. vedio
=================================================*/
#video{
	background-image: url('/img/main/video-bg2.jpg');
}

#video .section-title-wrap{
	color: #FFFFFF;
}

#video .main-video-wrap{
	width: 100%;
}

.video-btn-wrap .vertical-list{
	width: 100%;
}

.video-btn-wrap .vertical-list li{
	width: 20%;
	padding: 10px;
}

.video-btn-wrap .vertical-list li:first-child{
	padding-left: 0;
}

.video-btn-wrap .vertical-list li:last-child{
	padding-right: 0;
}

.video-btn-wrap .vertical-list li span{
	display: block;
	padding-top: 10%;
	width: 100%;
	height: 100px;
	cursor: pointer;
	
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	background: rgba(255,255,255,0.5);
	
	font-weight: 800;
    font-size: 15px;
	color: #FFFFFF;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){
	#history .history-slider-wrap .bx-wrapper .bx-prev {
		left: 0px;
	}

	#history .history-slider-wrap .bx-wrapper .bx-next {
		right: 0px;
	}
}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
	#history .history-slider-wrap .bx-wrapper .bx-prev {
		left: 0px;
	}

	#history .history-slider-wrap .bx-wrapper .bx-next {
		right: 0px;
	}
}

/***** xs *****/
@media (max-width: 767px){
	.video-btn-wrap .vertical-list{
		margin-top: 10px;
	} 
	
	.video-btn-wrap .vertical-list li+li+li+li{
		margin-left: 45px;
	}
	
	.video-btn-wrap .vertical-list li+li+li+li+li{
		margin-left: 0;
	}	
	
	.video-btn-wrap .vertical-list li{
	    padding: 3px;	
		width: 33.333333%;
        line-height: 16px;	
	}	
	
	.video-btn-wrap .vertical-list li span{
	    padding-top: 3%;
	    height: 74px;    	
		border: 3px solid #FFFFFF;
		font-weight: 100;
	    font-size: 13px;	
	}	
	#history .history-slider-wrap .bx-wrapper .bx-prev {
		left: 1%;
	}

	#history .history-slider-wrap .bx-wrapper .bx-next {
		right: 1%;
	}
}

/*=================================================
		07. map
=================================================*/
#map{
	background-image: url("/img/main/map-bg.png");
}

#map .btn-wrap{
	margin-top: 10px;
}

#map .btn-wrap .btn{
	padding-top: 7%;
	width: 100%;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.7);
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;	
}

#map .btn-wrap .btn .red{
	color: #F00000;
}

#map .btn-wrap .btn .orange{
	color: #FF8800;
}

#map .btn-wrap .btn .navy{
	color: #01ffb5;
}

#map .btn-wrap .btn .green{
	color: #AFDF00;
}

#map .btn-wrap .btn p{
	color: #FFFFFF;
	font-weight: normal;
}

/*****#####===== 글쓰기 모달 =====#####*****/
.ui_modal .modal-dialog{
	margin-top: 140px;
}

.ui_modal .modal-dialog .modal-content .modal-body{
	min-height: 480px;
}

.ui_modal .modal-dialog .modal-content img{
	padding: 23px 0 0;
}

.ui_modal .modal-dialog .modal-content h4{
	padding-left: 20px;
    font-weight: 800;
    font-size: 30px;	
}

.ui_modal .modal-dialog .modal-content .contents-wrap h3{
    font-weight: 800;
    font-size: 18px;	
}

.ui_modal .modal-dialog .modal-content .contents-wrap ul{
	margin-left: -18px;
	list-style: decimal;
    font-weight: 900;
    font-size: 17px;	
}


.ui_modal .modal-dialog .modal-content .contents-wrap ul{
    padding-bottom: 15px;
}
	
.ui_modal .modal-dialog .modal-content .contents-wrap ul li>ul{
    margin-left: -20px;		
    padding-left: 0;
	list-style: none;
    font-weight: 200;
    font-size: 15px;	
}

.adress{
	border-top: 2px solid #000000;
	background-color: #FF5050;
	color: #FFFFFF;
}

.adress h2{
    margin-top: 0;
	padding-top: 10px;
	
	font-weight: 800;
	font-size: 26px;
}

.adress p{
	margin: 0;
	padding: 0 0 10px;
	font-size: 17px;
}

#headoffice_modal p{
	font-size: 18px;
}

#china_modal .adress{
	background-color: #E46C0A;
}

#indonesia_modal .adress{
	background-color: #0070C0;
}

#usa_modal .ui_modal .modal-dialog .modal-content .contents-wrap ul{
	list-style: none;	
}

#usa_modal p{
	margin-bottom: 0;
	font-size: 25px;
}

#usa_modal .adress{
	color: #000000;
}

#usa_modal .adress p{
	font-size: 20px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	#map .btn-wrap .btn{
		margin-top: 5px;
		padding-top: 3%;
		font-weight: 600;
		font-size: 15px;	
	}

	.adress h2{
		font-size: 20px;
	}
		
	#headoffice_modal p{
		margin: 0;
		font-size: 14px;
	}
	
	#usa_modal p{
		font-size: 15px;
	}
	
	#usa_modal .adress p{
		font-size: 16px;
	}		
}

/*=================================================
		08. iot 
=================================================*/
#iot .section-title{
	text-transform: capitalize;
}

#iot .image-wrap .col-md-4{
	padding-right: 5px;
	padding-left: 5px;
}

#iot .ratio-box{
	margin-bottom: 15px;
	border: 1px solid #8A8A8A;
}

#iot .ratio-box.col {
	background:#feff85;
}

#iot .thumbnail{
	cursor: pointer;
}

/*=================================================
		09. our product
=================================================*/
#our-product{
	background: #F3F3F3;
}

#our-product #product-board .bcat-btn-wrap{
	margin-bottom: 0;
}

#our-product #product-board .bcat-btn-wrap ul li+li .btn{
	width: 128px;
}


#our-product #product-board .link-btn-wrap li:first-child{
	 margin-left: 67px;
}

#our-product #product-board .link-btn-wrap li{
    margin-right: 0px;	

}

#our-product #product-board .link-btn-wrap li .btn{
    padding: 7px 0;	
	width: 128px;
    border: 1px solid #4f4f4f;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 17px;	
}

/*****#####===== 버튼 색 =====#####*****/
#our-product #product-board .bcat-btn-wrap ul li .btn{
	border: none;
	color: #FFFFFF;
}

#our-product #product-board .bcat-btn-wrap ul li+li .btn{
	background-color: #ff8800;
}

#our-product #product-board .bcat-btn-wrap ul li+li+li .btn{
	background-color: #f00000;
}

#our-product #product-board .bcat-btn-wrap ul li+li+li+li .btn{
	background-color: #afdf00;
}

#our-product #product-board .bcat-btn-wrap ul li+li+li+li+li .btn{
	background-color: #177DC5;
}

#our-product #product-board .link-btn-wrap li .btn{
	border: none;
	color: #FFFFFF;
}

#our-product #product-board .link-btn-wrap li:first-child .btn{
	background-color: #ff8800;
}

#our-product #product-board .link-btn-wrap li+li .btn{
	background-color: #f00000;
}

#our-product #product-board .link-btn-wrap li+li+li .btn{
	background-color: #afdf00;
}

#our-product #product-board .link-btn-wrap li+li+li+li .btn{
	background-color: #177DC5;
}

#our-product #product-board .item{
    margin-bottom: 20%;
    border: 1px solid #CCCCCC;
}

#our-product #product-board .item h4{
    margin-top: 0;
	padding-top: 20px;
    font-weight: 600;
    border-top: 1px solid #BEBDBD; 
}

#our-product #product-board .item p{
    margin-bottom: 15px;
    color: #AAAAAA;
    font-size: 13px;
}

#our-product #product-board .item .btn{
	padding: 10px 12px;
}

#our-product #product-board .item .btn-default{
    background: #F3F3F3;
    border-color: #9F9F9F;
}

#our-product #product-board .item .product-popup-btn{
	margin-bottom: -23px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	#our-product .row_10 > div[class*='col-'] {
	    padding-left: 5px;
	    padding-right: 5px;
	}	

	#our-product #product-board .item h4{
	    margin-bottom: 0;
		padding-top: 15px;
		font-size: 15px;
	}

	#our-product #product-board .item .btn{
		padding: 5px 12px;
	}
	
	.xs-btn-wrap{
		margin: 0 0 20px;
	}	
}

/*=================================================
		10. news 
=================================================*/
#news .news-table{
	margin-bottom: 40px;
	width: 100%;
    border-bottom: 2px solid #8A8A8A;
}

#news .news-table tr th{
	padding: 10px 0;
	background: #F3F3F3;
	color: #4F4F4F;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 17px;
}

#news .news-table tr td{
	padding: 10px 0;
	border: 1px solid #F3F3F3;
	font-weight: 600;
	font-size: 19px;
}

#news .news-table tr td.border-left{
	border-left: none;
}

#news .news-table tr td.border-right{
	border-right: none;
}

/*=================================================
		11. section list 
=================================================*/
#sec-list {
	padding: 40px 0 30px;
	background-color: #333333;
	color: #ffffff;
}

#sec-list .sec-list-wrap h4{
	margin-bottom: 20px;
	font-size: 18px;
}

#sec-list .sec-list-wrap p{
	color: #BABABA;
	line-height: 12px;
}

#sec-list .sec-list-wrap ul{
	padding-left: 10%;
	list-style: none;
	color: #BABABA;
}

#sec-list .sec-list-wrap #map-canvas{
	height: 200px;
}

/*=================================================
		스크롤업 버튼 
=================================================*/
.scroll-up{
	background-color: none;
	border: none;
}
