/* Add here all your CSS customizations */
/* 라운드 테마제작에 사용되는 기본 css 시트 */

/* 헤더부 */

@media (min-width: 992px){
	#header .header-nav-bar{
		background: none;
		border-top:1px solid #f1f1f1;
	}
	#header nav ul.nav-main > li.open a, 
	#header nav ul.nav-main > li.active > a, 
	#header nav ul.nav-main > li:hover > a{
		background: none;
	}
	#header nav ul.nav-main a{
		color: #333;
	}
	
	#header .header-nav-bar{
		padding-bottom: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu{
		border-radius: 0;
	}
	
	#header .header-nav-main nav > ul > li > a{
		padding-bottom: 22px;
		font-size: 14px;
	}
	
	#header .header-nav-main nav > ul > li:first-child > a{
		padding-left:0;
	}
	
	.header-top .nav > li > a{
		padding:6px 5px;
	}
	
	/* 메인화면 */
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu{
		border-top:0;
		
		border-left: 3px solid transparent;
	  -moz-border-image: -moz-linear-gradient(top, #6375b7 0%, #65b4c0 100%);
	  -webkit-border-image: -webkit-linear-gradient(top, #6375b7 0%, #65b4c0 100%);
	  border-image: linear-gradient(to bottom, #6375b7 0%, #65b4c0 100%);
	  border-image-slice: 1;
	}
	
	#rd-main .no-margin{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	
	#rd-main .no-margin [class*="col-"]{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	

	
}


.featured-boxes-full [class*="col-"]{
	padding:0;
}

.featured-boxes-full .featured-box-full.featured-box-full-light .fa, 
.featured-boxes-full .featured-box-full.featured-box-full-light .icons, 
.featured-boxes-full .featured-box-full.featured-box-full-light h1, 
.featured-boxes-full .featured-box-full.featured-box-full-light h2, 
.featured-boxes-full .featured-box-full.featured-box-full-light h3, 
.featured-boxes-full .featured-box-full.featured-box-full-light h4, 
.featured-boxes-full .featured-box-full.featured-box-full-light h5, 
.featured-boxes-full .featured-box-full.featured-box-full-light h6, 
.featured-boxes-full .featured-box-full.featured-box-full-light p, 
.featured-boxes-full .featured-box-full.featured-box-full-light a{
	color:#333;

}

.featured-boxes-full.text-left .featured-box-full{
	text-align: left;
	padding:40px 35px;
}

section.section.section-overlay:before{
	background:url(../../images/patterns/_bg19.png) repeat scroll 0 0 transparent;
}

/* 박스 스타일 */
.ra-box{
	background:white;
	padding:25px 30px;
	color:#333;
	margin-bottom:30px;
	min-height:220px;
}

.ra-box.border-box{
	border:1px solid #e0e0e0;
}

.ra-box .box-icon{
}

.ra-box h4{
	font-size:1.3em;
	margin-bottom:15px;
	font-weight: bold;
}

.ra-box p{
	line-height:20px;
	margin-bottom:40px;
}

.ra-box.color p,
.ra-box.color h4{
	color:white !important;
}



.ra-box.color.color-blue{
	background:#1746d3;
}

.ra-box.color.color-light-blue{
	background:#75d1f0;
}
.ra-box.color.color-orange{
	background:#ea693e;
}
.ra-box.color.color-light-orange{
	background:#f09475;
}

.ra-box.color.color-strong-orange{
	background:#d1461a;
}


.ra-box.color.color-yellow{
	background:#d4a149;
}
.ra-box.color.color-light-yellow{
	background:#e1b568;
}

.ra-box.color.color-strong-yellow{
	background:#be882a;
}

.ra-box.color.color-light-green-blue{
	background:#84c9d5;
}

.ra-box.color.color-green-blue{
	background:#37a1b3;
}

.ra-box.color.color-deep-green-blue{
	background:#008096;
}


.ra-box.color.color-deep-blue{
	background:#3763b3;
}

.ra-box .ra-read-more{

}

.ra-box .btn-quick-type1{

	position:relative;
}

.ra-box .btn-quick-type1:last-child{


}

.ra-box .btn-quick-type1 > h3{
	font-size:14px;
	line-height:1.2em;
	color:#333;
	font-weight: bold;
}

.ra-box .btn-quick-type1 > p{
	font-size:11px;
	color:#b6b6b6;
}

.ra-box .btn-quick-type1 > .btn{
	position:absolute;
	right:0px;	
	top:0px;
	
	padding:5px 13px;
	background:white;
}

.ra-box .btn-quick-type1 > .btn i{
	color:#333;
}

.ra-box .btn-quick-type1 + hr.solid{
	background: #efefef;
}

.sns-box{
	min-height:400px;
	margin-bottom:20px;
}



.cm_family_site{
	float:right;
	
}

#cm_fmsite{
	float:left;
	width:150px;
	height:30px;
	line-height:25px;
	margin-right:0px;
	text-indent:5px;
	background:white;
	-webkit-appearance: none;
	border:none;
	border-right:0px; 
	border-top:0px; 
	boder-left:0px; 
	boder-bottom:0px;
	border:1px solid #ddd;
	border-radius: 0px;
}

.cm_family_site .cm_fmGo{
	margin:0;
	float:left;
	margin-left:-17px;
}



#header .full-dropdown-menu-wrapper{
    border-top: 1px solid #e1e1e1;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: white;
    left: 0;
	
}

html.sticky-header-active #header .full-dropdown-menu-wrapper{
	top:100px;
	
}

/* 풀다운 메뉴 */

.full-dropdown-menu-wrapper{
	display:none;
}
.full-dropdown-menu{
	padding-top:15px;
	text-align:left;
	padding-bottom:15px;
}

.full-dropdown-menu a{
}


.full-dropdown-menu .full-dropdown-menu-title{
	display:block;
	font-size:12px;
	color:#333;
	border-bottom:0px solid #e1e1e1;
	padding-bottom:14px;
	padding-top:15px;
}

.full-dropdown-menu .full-dropdown-menu-title i{
	color:#585858;
	font-size:5px;
	padding-right:5px;
}


.full-dropdown-menu .sub-menu{
	list-style:none;
	padding-left:0;
	
}

.full-dropdown-menu .sub-menu li{
	border-bottom:1px solid #f1f1f1;
}

.full-dropdown-menu .sub-menu li a{
	line-height:36px;
	color:#585858;
	font-size:12px;
	
}

.full-dropdown-menu .sub-menu li a i{
	color:#ccc;
	font-size:9px;
	padding-right:5px;
}


.full-dropdown-menu-bottom{
	padding:10px 0;
	background:#333;
}
.full-dropdown-menu-bottom h3,
.full-dropdown-menu-bottom p{
	display:inline-block;
	color:#fff;
	font-size:12px;
	margin-bottom:0;
}

.full-dropdown-menu-bottom h3{
	float:left;
}

.full-dropdown-menu-bottom h3 i{
	font-size:9px;
	padding-right:8px;

}

.full-dropdown-menu-bottom a{
	color:white;
	margin-bottom:0;
}

.full-dropdown-menu-bottom h3 + .xe-widget-wrapper{
	display:inline-block;
	float:left;
}

body.sticky-menu-active #header .header-bottom-bar-wrapper{
		display:none;
	}


#footer.light .footer-copyright nav a{
	font-weight: bold;
	font-size:12px;
}

#header .header-logo img{
	margin:25px auto 15px;
}

.nav-lang li a{
	font-family: arial,dotum;
}

#header .header-search{
	display: none;
	position: absolute;
	top:93px;
	right:21px;
	background: white;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding:5px;
	
}

#header .header-search .form-control{
	border:none;
	box-shadow: none;
	
}
.tparrows{
	background: none !important;
}
.tparrows:before{
	font-size:45px;
	text-shadow: 1px 1px 3px 3px black;
	
}

/* 겔러리리 스티일 */

.thumb-info .thumb-info-wrapper{
	margin:0;
	border-radius: 0;
	
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title{
	background: none;
	top:auto;
	    bottom: 20px;
    left: 20px;
    right: 20px;
}

.thumb-info .thumb-info-inner{
	font-size:16px;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(255, 255, 255, .3);
	font-weight: normal;
}

.thumb-info .thumb-info-type{
	font-size:12px;
	background:none;
	padding:0;
	margin:0;
}


/* 메인스타일 2 주제박스 */
.featured-boxes .featured-box{
	margin: 0;
    border: none;
	border-left:1px solid #efefef;
    border-radius: 0;
    background: none;
    box-shadow: none;
	transition: box-shadow 0.3s ease-in-out;
}

.featured-boxes .featured-box:hover{
	box-shadow: 0px 0px 60px rgba(0,0,0,0.04);	
}



.featured-boxes .row .col-lg-3:last-child .featured-box{
	border-right:1px solid #efefef;
}



html .featured-box-primary .box-content{
	border-top:none;
	padding:70px 45px 50px 45px;
}

html .featured-box-primary h4{
	color:#333333;
	margin:15px 0 10px;
}


/* 메인 스타일 2 바로가기 */
.content-grid .content-grid-item{
	background:white;
}

.content-grid .content-grid-item:before{
	border-left-color:#efefef;
	
}

.content-grid .content-grid-item:after{
	border-bottom-color:#efefef;
	bottom:0px;
	
}

.owl-carousel .owl-item img{
	width:auto;
	margin: 0 auto;
}

/* 메인 3 컨텍스 섹션 */
section.section.section-contact{
	padding:95px;
}

section.section.section-contact ul{
	list-style: none;
}

section.section.section-primary.section-contact,
section.section.section-primary.section-contact a,
section.section.section-primary.section-contact p{
	color: white;

}

html body section.section.section-primary.section-contact .tabs.tabs-bottom .nav-tabs li.active a{
	color: white;
	border-bottom-color: rgba(255,255,255,0.30);
}

.section-contact form .form-group label{
	margin-bottom:0;
	display: none;
}
.section-contact form .form-group input,
.section-contact form .form-group textarea{
	background: none;
	border: none;
	box-shadow: none;
	border-bottom:1px solid #c3c3c3;
	border-radius: 0;
	padding:0;
	font-size: 12px;
	margin-bottom:30px;
}

.section-contact form .form-group input{
	margin-bottom:21px;
}


.section-contact .form-control:focus{
	box-shadow: none;
}


/* 서브타이틀박스 하단메뉴 */
#sub-titlebox-menu{
	position: relative;
	border-bottom:1px solid #e1e1e1;
	background: white;
	z-index: 1;
}

.sub-titlebox-menu{
	list-style: none;
	padding:0;
	margin:0;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
}


.sub-titlebox-menu li{
	position:relative;
	float:left;
	
}

.sub-titlebox-menu li:after{
	
}

.sub-titlebox-menu li a{
	padding: 15px 25px 15px 45px;
	color: #333;
	display:inline-block;
	border-left:1px solid #e1e1e1;
}
.sub-titlebox-menu > li > a:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #666;
    z-index: 5;
}

.sub-titlebox-menu > li > a:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #fff;
    z-index: 5;
}

.sub-titlebox-menu > li > a > i{
	padding-left: 10px;
}
.sub-titlebox-menu li .stm-submenu{
	position:absolute;
	display: none;
	left:0;
	width:250px;
	list-style: none;
	background: white;
	border:1px solid #e1e1e1;
	padding-left:0px;
	
}

.sub-titlebox-menu li .stm-submenu li{
	float:none;
	border-bottom:1px solid #e1e1e1;
}
.sub-titlebox-menu li .stm-submenu > li:last-child{
	border-bottom:none;
}

.sub-titlebox-menu li .stm-submenu li a{
	border: none;
	padding: 10px 25px;
	
}


/* 동영상 배경 슬라이더 */

.slider{
	z-index:2;	
}

.slider-container{
	background-color:transparent;
}
.slider-container .slider-content{
	position:absolute;
	
	width:100%;
	height: 100%;
	z-index: 2;
}

.slider-container .slider-content > h1{
	margin-top:150px;
}

.slider-container .slider-content > img{
	margin:150px auto 0 auto;
	max-width:100%;
	

}

.slider-container .slider-content > p{
	margin-top:30px;
	margin-bottom:50px;
	
}

.slider-bg{
	background: linear-gradient(to right,rgba(81,177,203,0.9)  , rgba(99,117,183,0.9));
    /* background-image:url(../../images/mcontent_pattern.png) ; */
	background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footer-logo{
	border-top:1px solid #e1e1e1;
}

dl.com_history{
	margin-left:30px;
	
}

dl.com_history dt{

	font-size:14px; 
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
	
}

dl.com_history dd{

	font-size:12px;
	padding-bottom:17px;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:17px;
	
	
}