/* 팝업레이어 */
#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;
	}
}
/*common*/
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.text-color-dark{
	color: #585858;
}
.text-color-theme{
	color: #08c
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.line-height27 {
	line-height: 27px;
}
.hide {
	display: none;
}
.divider-small-left{
	float: left;
}
@media only screen and (max-width: 766px) {
	.divider {
	display: none;
	}
	.mobile-hide {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.mobile-mb15 {
		margin-bottom: 15px;
	}
}

/*S002 Header-top*/
html #header .header-top.header-top-dark {
    background: #2b3e63;
}
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;
}
#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: 12px 0px;
	 /* padding값로 상단 부분을 내림 서브 이미지 공간을 조절함 근본적 대책아님 */
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    font-size: 1.6rem;
	font-weight: 300;
    color: rgba(255,255,255,0.5);
}
@media only screen and (max-width:1200px){
	#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 50px;
		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 ;
	}
}
/*S002 Header-top-search*/
#header .header-search{
	margin: 15px 0 8px 15px;
}
#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(16, 160, 216);
    border: none;
	vertical-align: top;
}
#header .header-search .search-toggle {
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	min-width: 25px;
	margin: 0;
	text-align: center;
	color: #fff;
	background-color: transparent;
	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: 1200px){
	#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 input[type="text"]{
		width: 60%;	
	}
}
/*S002 - Logo*/
@media only screen and (max-width:1200px){
	.header-column:first-child {
		width: 15%;
	}
	#header .header-logo img {
		width: 130px;
	}
}
/*S002 - Header*/
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	background: #10a0d8;
	border-bottom: 0px;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 20px;
    font-weight: 500;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
	content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 15%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#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-top-color: #2b3e63;
    border-radius: 0px;
    border-top: 0px;
    border-bottom: 3px solid #2b3e63;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 1.1em;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #777;
}
#header .header-nav-main > nav > ul > li > a{
	color: #fff !important;
	padding: 10px 20px !important;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #FFF !important;
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
	border-width: 0px;
}
#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-width: 0px;
}
@media only screen and (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
}
@media only screen and (max-width:1200px) {
	#header .header-nav-main > nav > ul > li > a{
		color: #fff !important;
	}
	#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;
	}
    #header .header-nav-main nav > ul li a{
        line-height: inherit;
        padding: 7px 8px 3px 8px;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu>li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu>li>a {
		color: #fff;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu>li>a:hover {
		background-color: transparent;
	}
	#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;
	}
}

/*S002 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    margin: 15px 0 8px 15px;
	background: #fff;
	color: #10a0d8;
}

/*s002 - privacy 전문보기 팝업*/
#privacy h3{
	border-bottom: 3px solid #eee;
}
#privacy h3:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	background-color: #2ca928;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 1px;
}
/*S002 - Main Slider*/
.slider-container .main-label {
    text-shadow: 0px 0px 0px;
}

/*S002 - Contents - common*/
section#cesa{
	padding: 50px 0;
}
@media only screen and (max-width:992px){
	section#cesa{
		padding-bottom: 0;
	}
}
/*S002 - contents01*/
.contents01 .banner_panel li{
	border: 1px solid #ddedf6;
	margin-left: -1px;
	padding: 30px;
}
.contents01 .banner_panel li p{
	font-size: 13px;
	line-height: 22px;
}
.contents01 .banner_panel li .btn{
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 6px 18px;
	color: #888;
}
.contents01 .banner_panel .banner-bg{
	background-color: #ddedf6;
}
.contents01 .banner_panel .banner-bg .btn{
	background-color: #fff;
	border-color: #fff;
}
.contents01 .type1 {
    background: url(../img/ban_icon1.png) no-repeat 90% 90%;
}
.contents01 .type2 {
    background: url(../img/ban_icon2.png) no-repeat 90% 90%;
}
.contents01 .type3 {
    background: url(../img/ban_icon3.png) no-repeat 90% 90%;
}
.contents01 .type4 {
    background: url(../img/ban_icon4.png) no-repeat 90% 90%;
}
/*S002 - contents02*/
.contents02 .cesa-list .cesa-list-con h4 {
	color: #666;
}
.contents02 .cesa-notice li {
	margin-bottom: 5px;
	width: 100%;
}
.contents02 .cesa-notice li a{
	display: block;
	text-decoration: none;
	color: #999;
}
.contents02 .cesa-notice li span{
	float: right;
}
.contents02 .cesa-list-list li{
	float: left;
	border-left: 1px solid #eee;
}
.contents02 .cesa-list-list li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.contents02 .cesa-list-list li .img-wraper{
	display: inline-block;
	min-height: 40px;
}
.contents02 .cesa-list .cesa-list-con .custom_center {
	border-top:1px solid #eee; 
	border-bottom:1px solid #eee;
}
@media only screen and (max-width:1200px){
	.contents02 .cesa-list > li {
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-left: 0px;
	}
	.contents02 .cesa-list > li:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.contents02 .cesa-list .cesa-list-con h4 {
		border-bottom: 2px solid #eee;
   		padding-bottom: 5px;
	}
	.contents02 .cesa-list .cesa-list-con .custom_center {
		border-top: 0px; 
		border-bottom: 0px;
	}
}
/*S002 - footer*/
#footer {
	padding: 0;
	background-color: #f8f8f8;
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
}
#footer .footer-copyright {
     margin-top: 0; 
}
#footer {
     margin-top: 0; 
}
#footer .contact p {
    margin: 0 0 10px;
}
#footer .btn {
	border: 1px solid #6a6a6a;
	background-color: #858585;
	color: #fff;
}

/*S002 Location-nav*/
#cesa #location-nav ul li a{
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 10px;
    color: #666;
	border-bottom: 1px solid #ddd;
}
#cesa #location-nav ul li a:hover,
#cesa #location-nav ul li a.active{
	color: #fff;
	background-color: #1759a5;
}
@media only screen and (max-width:992px){
	#cesa #location-nav,
	#cesa #location-subtitle{
		display: none;
	}
}
/*S002 cesa info-table*/
.info-table li{
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}
.info-table li h3{
	color: #0794d1;
}
.info-table li .c_center{
	background-color: #10a0d8;
	color: #fff;
}
#bt-info-table{
	display: none;
}
@media only screen and (max-width:992px){
	#bt-info-table{
		display: block;
		padding: 0px;
		padding-bottom: 50px;
	}
	.info-table li{
		border: 1px solid #eee;
		width: 50%;
		float: left;
		margin-left: -1px;
		min-height: 180px;
	}
	.info-table li p{
		margin: 0px;
	}
}
@media only screen and (max-width:479px){
	.info-table li{
		width: 100%
	}
}
/*location-subtitle*/
#cesa #location-subtitle h2{
	display: inline-block;
}
#cesa #location-subtitle .breadcrumb {
	background-color: transparent;
	display: inline-block;
	text-align: right;
	padding: 0;
}
#cesa #location-subtitle .breadcrumb > li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}
#cesa #location-subtitle .breadcrumb > li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
	color: #666666;
}
#cesa #location-subtitle .breadcrumb.breadcrumb-valign-mid li.active {
    color: #666666;
}
#cesa #location-subtitle .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
/*S002 서브페이지 공통*/
.page-header.parallax {
    margin: 0 0 10px;
    padding: 70px 0 50px;
}
@media only screen and (max-width:479px){
	.page-header.parallax h3{
		font-size: 1.5rem;
	}
	.page-header.parallax h1{
		font-size: 3rem;
	}
}

/*보드 부분 == 절대 수정 금지!*/
#contents-wrapper #board_01_write .board_01_write_title h2{
	display: none;
}