/* Add here all your CSS customizations */
/* 테마제작에 사용되는 기본 css 시트 */

body{
	font-size: 13px;
}

.ra-page-wrap{
	padding-bottom:30px;
}
.ra-page-wrap *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.ra-page-wrap .ra-page *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ra-page-wrap .bd *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ra-page-wrap {
	padding:30px;
	border:1px solid #e1e1e1;
	overflow:hidden;
}



/* 버튼 및 링크 버튼 */
a, a:hover, a:focus{
	color:#333;
}

.btn{
	border-radius:0;
}


.btn.no-border{
	border:none;
}

.btn.round-border{
	border-radius:15px;
}

.btn.no-bgcolor{
	background:none;
	color:white;
	border-color:white;
}
.btn.full-width{
	width:100%;
}

html.sticky-header-active #header .header-top{
	display:none !important;
}

#header .header-top{
    background-color: #F4F4F4;
    margin-top: -8px;
	padding:0;
}
#header .header-body{
	border-top-width:0;
}

html.sticky-header-active #header .header-body{
	min-height:100px;

}

html.sticky-header-active #header .header-logo img{
	margin-top:35px;
	margin-bottom:20px;
		
}

html.sticky-header-active #header .header-nav.header-nav-stripe nav > ul > li > a, 
#header .header-nav.header-nav-stripe nav > ul > li:hover > a{
	
	
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color:transparent;
	color:#000 !important;
}



/* 서브페이지 페이지헤더 시작 */

.ra-page p{
	font-size:13px;
}
.page-header-reverse .breadcrumb, .page-header-reverse .breadcrumb.breadcrumb-valign-mid{
	background:none;
	margin-top:25px;
}

.page-header.parallax{
	padding-top:60px;
}

.page-header-custom-background h1{
	font-size:25px;
	border-bottom:3px solid #fff;
	text-shadow:0 0 3px #333;
}

.nav-next-prev{
	position:absolute;
	right:0;
	bottom:-50px;
	list-style:none;
	margin-bottom:0;
}

.nav-next-prev li{
	float:left;
	margin-right:5px;
}
.nav-next-prev li:last-child{

	margin-right:30px;
}

.nav-next-prev li a{
	font-size:14px;
	padding:20px 25px;
	
}

.nav-next-prev li a:hover{
	background-color:rgba(0,0,0,0.5);
}

.nav-next-prev li a i{

}

.nav-next-prev li a span{
	display:none;
}

/* 서브페이지 페이지 헤더 마침 */

/* 서브페이지 컨텐츠 상단부 시작 */
.content_top h4{
    font-size: 13px;
    color: #999;
    border-left: 3px solid;
    line-height: 1em;
    padding-left: 7px;
	margin-bottom:7px;
}

.content_top h3{
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    line-height: 1em;
    padding-bottom: 25px;
    letter-spacing: -1px;
}

/* 서브페이지 컨텐츠 상단부 마침 */


/* 서브페이지 사이드바 시작*/

aside.sidebar{
	padding-bottom:30px;
}

.sidebar .sidebar_title_wrapper{
	
	background:url(../images/sidebar_top_bg.jpg) left bottom no-repeat;
	padding:24px;
	padding-bottom:50px;
	margin-bottom:-1px;
	border:1px solid #e1e1e1;
	border-bottom:0;
}
.sidebar .sidebar_title_wrapper span{
	font-size:11px;
	text-transform:uppercase;
	color:#aaa;
}
.sidebar h4.sidebar_title{
	font-weight:bold;
	color:#333 !important;	
	margin-bottom:0px;
}

aside ul.nav-list{
	border-bottom:1px solid #e0e0e0;
}

aside ul.nav-list > li{
	border:1px solid #e0e0e0;
	padding:13px 24px;
	border-bottom:0;
}

aside ul.nav-list > li.active{
	
	background:white;
}

aside ul.nav-list > li > a,
aside ul.nav-list > li.has-sub a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border-bottom:0;
}
aside ul.nav-list > li > a{
	padding:5px 0;
	font-size:1em;
}

ul.nav-list li ul{
	padding:15px 0 10px;
}
aside ul.nav-list > li.has-sub a{
	padding:0;
}
aside ul.nav-list > li > a > span{
	color:#999;
}

aside ul.nav-list > li > ul > li > a > span{
	padding-right:5px;
}

.tab-content{
	border-color:#e1e1e1;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus{
	border-left-color:#e1e1e1;
	border-right-color:#e1e1e1;

}
/* 서브페이지 사이드바 마침*/

/* 서브페이지 서비스소개 */
.service-info img{
	width:100%;
}

.service-info .list.list-icons{
	overflow:hidden;
}
.service-info .list.list-icons li{
	float:left;
	margin-right:20px;
}
.service-info .list.list-icons li i,
.service-info .list.list-icons li a{
	color:#999;
	
}

/* 제품소개 */
.thumb-info-caption-title img{
	width:auto;
	display:inline-block;
	margin-left:5px;
}
.ra-product .thumb-info-caption .thumb-info-caption-text{
	padding:15px;
	padding-top:0;
	
}
.ra-product .thumb-info-caption-title{
	width:100%;
	border:1px solid #e1e1e1;
	border-bottom:0;
	border-top:0;
	margin:0;
	text-indent:15px;
	padding-bottom:10px;
}
.ra-product .thumb-info-caption{
	text-align:left;
}

.ra-product .thumb-info-caption-text{
	border:1px solid #e1e1e1;
	border-top:0;	
}

.ra-product-webzine h5{
	margin-bottom:5px;
}
.ra-product-webzine p{
	line-height:1.6em;
}


.ra-product-webzine .product-cate{
	font-size:11px;
}

.ra-product-webzine .product-cate em{
	font-style:normal;
}


.ra-product-webzine h5 img{
	display:inline-block;
	margin-left:10px;
	
}

.thumb-info {
    border: none;
    border-radius: 0;
}

html.webkit .thumb-info .thumb-info-wrapper{
	margin:0;
	border-radius:0;
}
.thumb-info-caption > h5 {
    padding: 20px 0;
    width: 80%;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto 10px;
}

/* 제품소개 2 */

.ra-page .img-thumbnail{
	padding:0;
	border:0;
	border-radius:0;
	
}

.ra-page .owl-carousel .owl-item img{
	border-radius:0;
}

.ra-page .owl-carousel{
	margin-bottom:0px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]{
	background:#585858;
	border:none;
	border-radius:0;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	background:#999;
}



/* 텝 스타일 */
.tabs{
	border-radius:0;
	
}
.nav-tabs{
	border-bottom-color:#e1e1e1;
}
.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:focus,
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus{
	border-top-width:1px;
	
}

.nav-tabs li a{
	border-radius:0;
	font-size:13px;
	background:#fff;
	
}
html body .tabs .nav-tabs a{
	color:#999;
}


.tab-content{
	border-radius:0;
	box-shadow:none;
	padding:24px;
}

#footer{
	background-color:#71757e;	
}

#footer .footer-copyright{
	background-color:#71757e;	
	border-top:none;
}

#footer .footer-copyright nav a{
	color:white;
}

#footer .footer-copyright nav a:hover{
	text-decoration:none;
}


#footer,
#footer.light{
	border-top:0;
	padding-top:0;
	margin-top:0;
}



#footer.light .footer-copyright nav a{
	color:#333;
}

#footer.light .footer-copyright{
	margin-top:40px;
	padding-bottom:30px;
	border-top:1px solid #e1e1e1;
}

#footer.light .footer-copyright nav ul li{
	border-color:#e1e1e1;
	
}

/* 모달 로그인 */

.login-modal .modal-content{
	border:none;
	border-radius:0;
}
.login-modal .modal-header{
	padding:0;
	border:none;
}

.login-modal .modal-header:after{
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}

.login-modal .modal-header h4{
	position:relative;
	width:50%;
	float:left;
	text-align:center;
	line-height:4em;
	font-size:16px;
}

.login-modal .modal-header h4 a:hover{
	text-decoration:none;
	color:#999;
}

.login-modal .modal-header h4.right{
	background:#f0f0f0;
}

.login-modal .modal-header .close{
	position:absolute;
	right:10px;
	top:10px;
	z-index:10;
}

.login-modal .modal-body{
	padding:0;
}

.login-modal .modal-body .login-desc{
	padding:3em;
	text-align:center;
	font-size:.9em;
	margin-bottom:0;
	color:#999;
	
}
.login-modal .cm_idpw:after{
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.login-modal .modal-body .cm_inputWrap{
	border-top:1px solid #e1e1e1;
	margin-bottom:0px;
	padding:10px;
	
}

.login-modal .modal-body .cm_inputWrap label,
.login-modal .modal-body .cm_inputWrap input{
	display:block;
	padding:0px 10px;
	background:white;
	border:none;
	margin-bottom:0;	
	font-size:13px;
	width:100%;
}

.login-modal .modal-body .cm_inputWrap label{
	color:#000;
	padding-bottom:0;
}

.login-modal .cm_keep{
	text-align:center;
	width:50%;
	float:right;
	line-height:3em;
}

.login-modal .cm_loginBtn{
	width:40%;
	margin-left:20px;
	background:#333;
	color:white;
	line-height:3em;
	text-align:center;
	float:left;
	border:none;
	
}

.cm_login_help{
	padding:0;
	list-style:none;
}

.cm_login_help li{
	width:100%;
}

.cm_login_help li a:hover{
	text-decoration:none;
	
}

.cm_login_help li.idpw a{
	width:100%;
	background:#3b5998;
	text-align:center;
	color:white;
	line-height:72px;
	display:block;
}

.cm_login_help li.idpw a i{
	background:#283d68;
	text-align:center;
	color:white;
	line-height:72px;
	float:left;
	width:70px;
	font-size:20px;
	
}

.cm_login_help li.authmail a {
	width:100%;
	background:#dd4b39;
	text-align:center;
	color:white;
	line-height:72px;
	display:block;
}

.cm_login_help li.authmail a i{
	background:#b52f1f;
	text-align:center;
	color:white;
	line-height:72px;
	float:left;
	width:70px;
	font-size:20px;
}



@media (min-width: 768px) {
	.login-modal .modal-sm{
		width:500px;
	}
	
}


/* 메뉴부 */
@media (min-width: 992px) {
}

@media (max-width: 991px) {
	
/* 드랍다운 메뉴부 */

#header .header-btn-collapse-nav{
    background: white;
    color: #333;
    top: -35px;
    border: 1px solid #e1e1e1;
}

#header .nav-main-collapse.light{
	background-color:white;
	border-top:1px solid #e1e1e1;
}

#header .nav-main-collapse.light ul li{
	border-color:#e1e1e1;
	
}
#header nav.light ul.nav-main li a{
	color:#333;	
}

#header .nav-main-collapse.light nav ul.nav-main a, 
#header .nav-main-collapse.light nav ul.nav-main a:focus, 
#header .nav-main-collapse.light nav ul.nav-main a:hover{
	color:#000;
}

#header > .container{
	height:100px;
	margin-bottom:0px;
}
#header .logo img{
	margin-top:0px;
	max-width:150px;
}

#header .header-nav-main nav > ul > li.active > a, 
#header .header-nav-main nav > ul > li.active > a:focus, 
#header .header-nav-main nav > ul > li.active > a:hover{
	color:#333;
}
ul.nav-pills > li.active > a{
	background:none;
	color:#333;

}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover,
ul.nav-pills > li.active > a:hover, 
ul.nav-pills > li.active > a:focus{
	background:none;
	color:#333;
}
#header .header-nav-main nav > ul li a.dropdown-toggle .fa{
	line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
}

html.sticky-header-active #header .header-nav.header-nav-stripe nav > ul > li > a, 
#header .header-nav.header-nav-stripe nav > ul > li:hover > a{
		padding-top:7px;
	}
	
	
	

}

@media (max-width: 767px) {

#header .header-btn-collapse-nav{
	top:-20px;

	margin-top:0 !important;
	margin-bottom:20px;
	}

}


.x .x_form-horizontal .section{
	background:white;
	border-top:none;
	margin:0;
	padding:0;
	
}

.x .x_form-horizontal input[type=color], .x .x_form-horizontal input[type=date], .x .x_form-horizontal input[type=datetime-local], .x .x_form-horizontal input[type=datetime], .x .x_form-horizontal input[type=email], .x .x_form-horizontal input[type=month], .x .x_form-horizontal input[type=number], .x .x_form-horizontal input[type=password], .x .x_form-horizontal input[type=search], .x .x_form-horizontal input[type=tel], .x .x_form-horizontal input[type=text], .x .x_form-horizontal input[type=time], .x .x_form-horizontal input[type=url], .x .x_form-horizontal input[type=week]{
	height:20px ;
	line-height:20px ;
}

.x .x_form-horizontal .x_input-append a.x_add-on, .x .x_form-horizontal .x_input-prepend a.x_add-on{
	height:20px ;
	line-height:20px ;
	
}


/* 헤더상단 언어 */

#header .nav-lang{
	display:none;
	position:absolute;
	top:39px;
	left:7px;
	list-style:none;
	padding-left:0;
	background:#f4f4f4;
}
#header .nav-lang li{	
	line-height:22px;
	padding:5px 10px;
}

#header .nav-lang li a{
	line-height:22px !important;
	color:#333 !important;
}


.nav > li > a:hover, .nav > li > a:focus{
	background:none;
}
/* 헤더상단 언어 마침*/

/* 슬라이더 */

.tp-bgimg {
	background-color:#f2f2f2 !important;

}

.slider-quick-menu-wrap{
	position:absolute;
	z-index:3;
	bottom:0;
	left:0;
	right:0;
	padding-bottom:50px;
}

.slider-quick-menu-wrap h4{
	color:white;
	font-size:13px;
}

.slider-quick-menu-wrap a{
	display:block;
}
.slider-quick-menu-wrap a:hover{
	text-decoration:none;
}

.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
  width: 45px;
  height: 80px;
  background: rgba(16, 16, 25, 0.5);
}
.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover {
  background: #101019;
}
.tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 70%;
  width: 30px;
  height: 30px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.tp-rightarrow.custom-arrows-style-1 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 슬라이더 마침*/


/* 로그인 페이지 */

.featured-boxes-style-11 .featured-box {
	border:1px solid #e1e1e1;
	border-radius:0;
	margin:0;
	margin-right:-1px;
	background:none;
	overflow:hidden;
	max-height:383px;
	margin-bottom:50px;
}

.featured-boxes-style-11 .featured-box .box-content {
	border: 0;
	padding:0;
}
.featured-boxes-style-11 .featured-box .box-content form{
	margin-bottom:-1px;
}

.featured-boxes-style-11 .featured-box .box-content .form-group{
	margin:0;
}

.featured-boxes-style-11 .featured-box .box-content h4 {
	text-align:center;
	padding:25px;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:0;
}

.featured-boxes-style-11 .featured-box .box-content img {
	display:inline;
	margin-bottom:0;
}

.featured-boxes-style-11 .featured-box .box-content form input[type="text"],
.featured-boxes-style-11 .featured-box .box-content form input[type="email"],
.featured-boxes-style-11 .featured-box .box-content form input[type="password"],
.featured-boxes-style-11 .featured-box .box-content form input[type="submit"],
.featured-boxes-style-11 .featured-box .box-content form input[type="file"],
.featured-boxes-style-11 .featured-box .box-content form select,
.featured-boxes-style-11 .featured-box .box-content form .btn.btn-mod.btn-cancel{
	width:100%;
	line-height:70px;
	height:70px;
	text-indent:20px;
	border:none;
	border-radius:0;
	border-bottom:1px solid #e1e1e1;
	box-shadow:none;
	-webkit-box-shadow:none;
	margin:0;
	padding:0;

}
.featured-boxes-style-11 .featured-box .box-content form input[type="submit"]{
	color:white;
	text-shadow:none;
}

.featured-boxes-style-11 .featured-box .box-content form .btn.btn-mod.btn-cancel{
	color:#333;	
	text-shadow:none;
}
.featured-boxes-style-11 .featured-box .box-content form input[type="file"]{
	left:0;
	margin-left:0;
	padding-left:0;
	height:35px;
	line-height:35px;
}

.featured-boxes-style-11 .featured-box .box-content form input[type="radio"]{

}

.featured-boxes-style-11 .featured-box .box-content form .help-inline{
	display:none;
}

.featured-boxes-style-11 .featured-box .box-content form .help-block,
.featured-boxes-style-11 .featured-box .box-content form .control-label{
	padding-left:20px;
}



.featured-boxes-style-11 .featured-box label{
	margin:0;
	margin-top:5px;


}
.featured-boxes-style-11 .featured-box .util-box{
	padding:10px 0;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	margin:0;
	font-size:11px;
}

.featured-boxes-style-11 .featured-box h4{
	color:#333;
}

.featured-boxes-style-11 h3{
	margin-bottom:15px;
}