@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { 
	font-family:"Nanum Gothic",'Malgun Gothic', sans-serif; 
}
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br{
	display: none !important;
}
/* 초기 설정 끝 */

/* -------로고부분 설정 시작------- */
.main_logo {
    width: 100%;
    padding: 20px 0 25px;
	background: #fff;
}
.main_logo h1 {
    margin: 0 auto;
    width: 170px;
}
.main_logo h1 a {
    display: block;
	position: relative;
}
.main_logo h1 span {
    position: absolute;
    font-size: 10px;
    letter-spacing: 4px;
    color: #888;
    left: 52px;
    bottom: -5px;
}
.main_logo h1 a:after {
    content: ".";
    visibility: hidden;
    font-size: 1px;
    display: block;
    clear: both;
    line-height: 0;
}
/* -------로고부분 설정 끝------- */

/* -------메뉴 설정 시작------- */
.navbar-inverse {
    background: #9e1a20;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
}
.navbar-brand{
	display:none
}
.topmarginLay_a {
	height: 142px !important;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	margin: 0;
}
.navbar-inverse .navbar-collapse {
    text-align: center;
    padding: 0;
    background-color: #FFF;
    line-height: 0;
}
.navbar-inverse .navbar-collapse > ul {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
    border-left: 1px solid #86161b;
}
@media screen and (min-width:768px) {
	.navbar-inverse .navbar-nav > li {
		display: table-cell;
		width: 1%;
		float: none;
		text-align: center;
	}
}
.navbar-inverse .navbar-nav>li>a {
    padding: 15px 7px;
    text-shadow: none;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    border-right: 1px solid #86161b;
    background: #9e1a20;
}
.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li:focus>a, 
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #ffffff;
    background-color: #841e1f;
    box-shadow: none;
    border-color: #86161b;
}
/* ----- 하단 서브 메뉴 설정 시작 ----- */
.navbar-inverse .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    min-width: auto;
    padding: 10px 3px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
}
.navbar-inverse .dropdown-menu > li > a {
    background: rgba(0,0,0,0);
    color: #555555;
    font-size: 12px;
    letter-spacing: -0.2px;
    padding: 5px 0;
    text-align: center;
}
.navbar-inverse .dropdown-menu > li > a:hover, 
.navbar-inverse .dropdown-menu > li > a:focus {
    background: rgba(0,0,0,0);
    color: #bf2021;
    text-decoration: underline !important;
    font-weight: 600;
}

/* ----- 상단 메뉴 모바일 설정 시작 ----- */
@media screen and (max-width: 767px) {
	.navbar-inverse {
		background: #fff;
		box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	}
	.navbar-inverse .container {
		padding: 0;
	}
	.main_logo {
		display: none;
	}
	.navbar-brand{
		display:block;
		padding: 13px;
	}
	.navbar-brand img {
		max-width: 115px;
		float: left;
		margin-right: 6px;
	}
	.topmarginLay_a {
		height: 59px !important;
	}
    .navbar_top_wrap .navbar_top_logo {display: none;}
	.navbar_top_wrap .navbar_top_contact {
		position: fixed;
		padding: 6px 0;
		right: 90px;
		text-align: right;
		left: auto;
	}
    .navbar-inverse .navbar-header {
		display: inherit; 
		border-bottom: 1px solid #ededed; 
		margin: 0;
	}
	.navbar-inverse .navbar-collapse{
		margin:0;
	}
    .navbar-inverse .navbar-collapse > ul, 
	.navbar-inverse .navbar-collapse > ul > li {
		width: 100%;
		border: none;
	}
    .navbar-inverse .navbar-toggle {
		margin: 13px 12px;
		border: none;
	}
    .navbar-inverse .navbar-toggle .icon-bar {
		background-color: #444;
	}
	.navbar-inverse .navbar-toggle:focus, 
	.navbar-inverse .navbar-toggle:hover {
		background-color: #fff;
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar {
		background-color: #ac2f30;
	}
	.navbar-inverse .navbar-nav>li>a{
		text-align:left;
    	border: none;
	}
	.navbar-inverse .navbar-collapse > ul > li {
		border-bottom: 1px solid #86161b;
	}
	.navbar-inverse .navbar-nav>li:hover>a, .navbar-inverse .navbar-nav>li:focus>a, 
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, 
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, 
	.navbar-inverse .navbar-nav>.open>a:hover {
		background-color: #383838;
	}
    .navbar-inverse .navbar-nav > li > a, 
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		padding: 15px 15px;
		text-align: left;
	}
    .navbar-nav .open .dropdown-menu {
		padding: 10px 0;
		background: #f3f3f3;
	}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px;
		text-align:left;color: #616161;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #9e1a20;
	}
}
/* -------메뉴 설정 끝------- */

/* ---------- footer 설정 시작 ---------- */
.footer_copy {
    padding: 30px 0 40px;
    overflow: hidden;
    font-size: 13px;
    border-top: 1px solid #ddd;
    background: #f3f3f3;
}
.footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.footer-wrap + br {display: none;}
.footer-sns {float: right;}
.footer-logo, .footer-list {float: left; font-size: 13px;}
.footer-logo {margin-right: 50px; margin-bottom: 20px;}
.footer-list ul {overflow:hidden; padding:0;}
.footer-list ul li {float: left; list-style: none;}
.footer-list .link {overflow: hidden; margin: 10px 0 20px;}
.footer-list .link li {color: #777; margin-right: 30px;}
.footer-list .link li a {color: inherit;}
.footer-list .link li a:hover, .footer-list .link li a:focus{text-decoration:underline !important;}
.footer-list .info {max-width: 800px; color: #777; margin-bottom: 0;}
.footer-list .info li span {font-weight: 500;}
.footer-list .info li {margin-right: 20px; line-height: 1.7;}
.footer-list .copyright {font-size: inherit; color: #777;}
@media screen and (max-width:767px){
	.footer-logo{
		display:none;
	}
	.footer-list {font-size: 12px;}
	.footer-list .link {
		margin: 0 0 10px;
	}
	.footer-list .link li {
		margin-right: 15px;
	}
}
/* footer 설정 끝*/

/* 메인 슬라이드 설정*/
.carousel-inner .item{
	background-size: cover;
	background-repeat:no-repeat;
	background-position:left center;
	height:550px;
}
.carousel-inner .item:nth-child(1){
    background-image:url('/skin/img/slide/slide01.jpg');
}
.carousel-inner .item:nth-child(2){
    background-image:url('/skin/img/slide/slide02.jpg');
}
.carousel-inner .item:nth-child(3){
    background-image:url('/skin/img/slide/slide03.jpg');
}

.carousel-caption {
    max-width: 1170px;
    top: 0;
    bottom: 0;
    /* right: 0; */
    /* left: 0; */
    margin: 0 auto;
    padding: 75px 15px 0;
}

.carousel-caption .text_area{
	text-align:left;
	margin-top:63px;
	letter-spacing: -0.6px;  
    padding-right: 50px;
    position: relative;
}
.carousel-caption .text_area span{
	text-align:left;
	text-shadow:none;
	display: block;
}
.carousel-caption .text_area .topText {
    font-size: 18px;
    color: #f3c67e;
    font-style: italic;
    padding-left: 10px;
    margin-bottom: 20px;
}
.carousel-caption .text_area .middleText {
    font-size: 58px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -2.5px;
}
.carousel-inner > .item:nth-child(1) .middleText {
    font-weight: 300;
}
.carousel-caption .text_area .middleText strong {
    font-size: 72px;
    display: block;
}
.carousel-caption .text_area .bottomText {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.65;
    word-break: keep-all;
    margin-top: 20px;
    text-shadow: 0 0 3px rgba(0,0,0,0.6);
}
.carousel-caption .text_area .bottomText em {
    color: #fff;
    opacity: 0.7;
}
.carousel-caption .text_area .carousel-indicators{
    left: 20px;
    bottom: -300px;
    transform: translate(0, 0);
    width: auto;
    margin: 0;
}
.carousel-caption .text_area .carousel-indicators li,
.carousel-caption .text_area .carousel-indicators li.active{
    width:12px;
    height:12px;
    border:2px solid #fff;
    background:rgba(0,0,0,0);
    margin:0 5px 0 0;
}
.carousel-caption .text_area .carousel-indicators li.active{
    background:#fff;
}
.carousel-caption .borderText {
    border-top: 1px solid rgba(255,255,255,0.3);
    font-weight: 400;
    font-size: 24px;
    padding-top: 40px;
    margin-top: 40px;
}

.box_area {
}
.box_area > .row {
    margin:0 
}
.box_area > .row > .col-sm-8{
    padding:0
}
.box_area > .row > .col-sm-8 > .row{
    margin:0 -3px;
}
.box_area > .row > .col-sm-4 {
    padding: 0 10px
}
.carousel-caption .box_area .row .col-md-6:nth-child(1) .box{
}
.carousel-caption .box_area .row .col-md-6:nth-child(2) .box{
}
.carousel-caption .box_area .row .col-md-6:nth-child(3) .box{
}
.carousel-caption .box_area .row .col-md-6:nth-child(4) .box{
}
.carousel-caption .box_area .row .col-md-6 {
    padding: 0px 3px;
    margin-bottom: 6px;
}
.carousel-caption .box_area .row .col-md-6 .inner {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 5px 5px 6px rgba(0,0,0,0.4);
    color: #333;
    width: 100%;
    height: 190px;
    overflow:hidden;
}

.carousel-caption .box_area .row .col-md-6 .inner::before {
    content: "";
    width: 50px;
    height: 34px;
    border-left: 25px solid rgba(0,0,0,0);
    border-right: 25px solid rgba(0,0,0,0);
    border-bottom: 34px solid #ffac8c;
    position: absolute;
    right: 30px;
    bottom: 0;
    opacity: 0.25;
}
.carousel-caption .box_area .row .col-md-6 .inner::after {
    content: "";
    width: 90px;
    height: 65px;
    border-left: 45px solid rgba(0,0,0,0);
    border-right: 45px solid rgba(0,0,0,0);
    border-bottom: 65px solid #949494;
    position: absolute;
    right: -29px;
    bottom: 0;
    opacity: 0.15;
}

.carousel-caption .box {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    display: block;
    padding-bottom: 6px;
}

.carousel-caption .box span {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    letter-spacing: -1px;
}
.carousel-caption .box i {
    display: block;
    text-shadow: none;
    font-size: 44px;
    color: #868686;
    margin-top: 16px;
}

.carousel-caption .col-md-6 .inner:hover .hoverBox,
.carousel-caption .col-md-6 .inner:focus .hoverBox{
    display:block;
}
.carousel-caption .hoverBox {
    display: none;
    position: absolute;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    letter-spacing: -0.5px;
    background: rgba(158, 26, 32, 0.9);
}
.carousel-caption .hoverBox span{
	text-shadow:none;
}
.carousel-caption .hoverBox .title{
	display:block;
	margin-bottom: 10px;
	font-size:22px;
	font-weight:600;
	color:#fff;
}
.carousel-caption .hoverBox .title:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 12px auto;
}
.carousel-caption .hoverBox .text{
	display:block; 
	margin-bottom: 5px;
	font-size:14px;
	color:#fff;
}
.carousel-caption .hoverBox .plusBox{
	position:absolute;
	top:0;
	right:0;
	border:35px solid #7a6d5d;
	border-color:#7a6d5d #7a6d5d transparent transparent;
	display:none
}
.carousel-caption .hoverBox .plusBox img {
	position: absolute; 
	top: -22px; 
	right: -22px;
}
.carousel-caption .event_link {
    position: relative;
    background: #e42d2d;
    height: 386px;
    display: block;
    color: #333;
    text-decoration:none;
}
.carousel-caption .event_link::after{
    content:"";
    width:100%;
    height:50%;
    position: absolute;
    left: 0;
    bottom:0;
    background-color: #ffc666;
}
.carousel-caption .event_link > .box{
    padding: 48px 25px 48px;
    background: #fff;
    border-radius: 150px;
    z-index: 1;
}
.carousel-caption .event_link > .box > span {
    font-size: 26px;
    font-weight: 800;
    color: #202020;
    line-height: 1.2;
}
.carousel-caption .event_link > .box > span em{
    display: block;
    color:#d42527;
    font-size: 20px;
    font-style:normal;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
}
.carousel-caption .event_link > .box img {
    margin: 30px auto 0;
}

.carousel .controlBtn{
	position:relative;
	width:1000px;
	margin:0 auto;
}
.carousel .controlBtn .controlBtn_inner{
	position:absolute;
	top:-85px;
}
.carousel .controlBtn .carousel-control{display: block;position:relative;width:19px;height: 19px;opacity: 1;line-height:0;}
.carousel .controlBtn .left.carousel-control{float:left;margin-right: 1px}
.carousel .controlBtn .right.carousel-control{float:left;margin-right: 15px;}
.carousel .controlBtn .pageNation{color:#FFF;text-shadow:none;font-size: 12px;vertical-align:2px;}
.carousel .controlBtn .pageNation .nowPage {font-weight: 600;}


@media screen and (max-width:767px){
	.carousel-inner .item {
		height: 345px;
    }
    .item .carousel-caption{
        left: 0;
        right: 0;
    }
    
  	.carousel-caption .text_area{
		/* display:none; */
    }
    .item .carousel-caption .text_area{
        padding-right: 15px;
    }
    .item:nth-child(1) .carousel-caption .text_area{
        margin-top: 90px;
    }
    .carousel-caption .text_area .middleText strong{
        font-size: 50px;
        display: block;
        margin-top: 16px;
    }
  	.carousel-caption .box_area{
        margin-top: 38px;
    }
	.carousel-caption .box{
		height: 130px
	}
	.carousel-caption .box span {
		left: 15px;
		top: 15px;
		font-size: 15px;
	}
	.carousel-caption .hoverBox .plusBox{
		display:none;
	}
	.carousel-caption .hoverBox {
		padding-top: 38px;
		/*display:block;*/
		background: rgba(158, 26, 32, 0.85);
	}
	.carousel-caption .hoverBox .title:after {
		display:none;
	}
	.carousel-caption .hoverBox .title {
		margin-bottom: 2px;
	}
	.carousel-caption .hoverBox .text {
		opacity: 0.6;
		font-size: 12px;
    }
    .carousel-caption .text_area .bottomText{
        font-size: 20px !important;
    }
    .carousel-caption .text_area .carousel-indicators{
        left: 50%;
        bottom: -260px;
        transform: translateX(-50%);
    }

    #carousel-example-generic > .carousel-caption{
        position: relative;
        left: auto;
        right: auto;
    }
    #carousel-example-generic > .carousel-caption .text_area{
        display: none;
    }
    #carousel-example-generic > .carousel-caption .box_area{
        padding: 0;
    }
    .carousel-caption .box_area .row .col-md-6 .inner{
        height: 145px;
    }
}
@media screen and (max-width:991px){
	.carousel-caption_inner {
		padding: 0 25px;
    }
    .box_area {
        padding: 0 10px;
        margin-top: 70px;
    }
    .carousel-caption{
		width:auto !important;
        padding:0 15px;
        left: 10%;
        right: 10%;
	}
    .carousel-caption .text_area {
		margin-bottom: 40px;
		margin-top: 60px;
	}
    .carousel-caption .text_area span{
		text-align:center;
	}
	.carousel-caption .text_area .middleText {
		font-size: 32px;
		line-height: 42px;
	}
	.carousel-caption .text_area .bottomText {
		font-size: 20px;
	}
	.carousel-caption .text_area .topText {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.carousel-caption .borderText {
		font-size: 18px;
		margin-top: 15px;
		padding-top: 15px;
	}
    .carousel-caption .controlBtn{display:none;}
    .carousel-caption .text_area .middleText strong {
        font-size: 60px;
        display: block;
        margin-top: 20px;
    }
}

/* ------- 메인 컨텐츠 -------*/
.container_contents {
	width: 100%;
}
.intro-html-layout > .col-sm-12:first-child {
    padding: 0;
}
.main-in {overflow: hidden; max-width: 1030px; padding: 0 15px; margin: 0 auto;}
@media screen and (min-width: 992px) and (max-width: 1200px) {.main-in {width: auto;}}
@media screen and (min-width: 768px) and (max-width: 991px) {.main-in {width: 750px;}}

/* ------- 메인 게시판 -------*/
.intro-widget-layout {display:none;}
.intro-board-layout {width: 100%;}
.intro-board-widget-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0 60px;
}
.intro-boardbox {
    width: 50%;
}
.intro-boardbox .page-header {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 2px solid #bf2021;
}
.intro-boardbox .page-header h4 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #2c2c2c;
    margin: 0;
}
.intro-boardbox .page-header h4 a {
    color: #2c2c2c;
    border: none;
    padding: 10px 0;
}
.intro-boardbox .front-panel .panel {
    border: none;
    margin: 0;
}
.intro-boardbox .front-panel .panel-body {
    padding: 0;
}
.intro-boardbox .front-panel .dh-front-list2-words {
    padding: 0;
    margin: 0;
}
.intro-boardbox .dh-front-list2 h6 b, .intro-boardbox .dh-front-list2 h6 a{display: block;}
.intro-boardbox .dh-front-list2 h6 a::after{
    content: '';
    display: table;
    clear: both;
}
.intro-boardbox .dh-front-list2 h6 a span {
    color: #666666;
    font-size: 14px;
    letter-spacing: -0.5px;
	font-weight: 400;
}
.intro-boardbox .dh-front-list2 h6 a span.list-row-subject {
    font-weight: 600;
    color: #2c2c2c;
    float: left;
    width: 350px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.intro-boardbox .dh-front-list2 h6 a span.row-separator{
    display: none;
}
.intro-boardbox .dh-front-list2 h6 a span.list-row-regdate{
    float: right;
}
.intro-boardbox-5 .list-row-subject:before {
    content: "NOTICE";
    background: #c6a160;
    color: #fff;
    padding: 2px 8px;
    font-size: 10px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.intro-boardbox .list-row-contents {
    display: none;
}
.intro-boardbox .dh-front-list2-words {margin-top:0}
.intro-boardbox .dh-front-list2 h6 {
	position:relative;
    margin: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}
.intro-boardbox .front-panel .panel-body > .dh-front-list2-words:last-child h6 {
    border-bottom: 2px solid #aaa;
}
.intro-boardbox .dh-front-list2 h6 .label-danger {
    background: #fff;
    color: #bf2021 !important;
    font-weight: 800;
    padding: 0 3px;
}

.intro-boardbox .dh-front-blog {
    margin: 0;
    padding: 35px 0;
    border-bottom: 2px solid #aaa;
}
.dh-front-blog>.col-md-4>.thumbnail {
	min-height: 140px;
	margin: 0 0;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    display: none !important;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 140px;
    padding: 0;
    border: none;
}
.dh-front-blog .blog-row-subject, .dh-front-blog .blog-row-contents , .dh-front-blog .thumbnail .caption{display:none}



@media screen and (max-width: 991px){
	.intro-boardbox-5 {width:50%;}
    .intro-boardbox-10 {width:50%;}
    .intro-boardbox .dh-front-list2 h6 a span.list-row-subject{width: 255px;}
}
@media (max-width: 767px){
	.intro-board-widget-layout{
		padding: 30px 0;
	}
	.intro-boardbox .page-header {
		padding-bottom: 10px;
	}
	.intro-boardbox .page-header h4 {
		font-size:18px;
	}
	.intro-boardbox .page-header>h4>.btn {
		padding: 0px 0;
	}
	.intro-boardbox {
		width:100%; 
		margin:0 0 20px;
		padding: 0;
	}
	.intro-boardbox .dh-front-list2 h6 a span{
		font-size:13px;
	}
	.intro-boardbox .dh-front-blog {
		padding: 15px 0;
	}
	.intro-boardbox .dh-front-blog > .col-sm-6 {
		padding: 0;
    }
    .intro-boardbox .dh-front-list2 h6 a span.list-row-subject{
        width: 245px;
    }
}

/* ---------- 서브페이지 설정 시작 ---------- */
/* 일반페이지 */
.sub-layout{
    width: 100%;
    padding: 0;
}
.subWrapper{

}
.subWrapper .subHeader{
    height: 180px;
    background: #333 url('/skin/img/sub/sub_title.jpg') no-repeat center / cover;
}
.subWrapper .subHeader .container{
    height: 100%;
    position: relative;
}
.subWrapper .subHeader .breadcrumb{
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.subWrapper .subHeader .breadcrumb > li > a{
    color: #ccc;
}
.subWrapper .subHeader .breadcrumb > li.active{
    color: #fff;
}
.subWrapper .subHeader .subTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
}
.subBody{
    padding: 70px 0 80px;
}
.subMenu{
    padding-right: 65px;
}
.subside_title {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 9px 0 18px;
    color: #9e1a20;
    border-bottom: 1px solid #9e1a20;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.8px;
}
.subside_title::before {
    content: "";
    width: 30px;
    height: 20px;
    border-left: 15px solid rgba(0,0,0,0);
    border-right: 15px solid rgba(0,0,0,0);
    border-bottom: 20px solid #ffac8c;
    position: absolute;
    right: 40px;
    bottom: 0;
    opacity: 0.36;
}
.subside_title::after {
    content: "";
    width: 50px;
    height: 34px;
    border-left: 25px solid rgba(0,0,0,0);
    border-right: 25px solid rgba(0,0,0,0);
    border-bottom: 34px solid #949494;
    position: absolute;
    right: 7px;
    bottom: 0;
    opacity: 0.15;
}

.subMenu .nav-pills > li{
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.subMenu .nav-pills > li > a {
    border-radius: 0;
    color: #333;
    font-size: 15px;
    padding: 12px 12px;
    letter-spacing: -0.5px;
}
.subMenu .nav-pills > li.active > a {
    color: #fff;
    background: #9E1A20;
    font-weight: 600;
}
.subMenu .nav-pills > li.active::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 20px;
    color: #de7f7f;
}
.subMenu .nav > li > .nav-inner{
    padding: 10px;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
}
.subMenu .nav > li > .nav-inner > li{
    border-bottom: 0;
}
.subMenu .nav > li > .nav-inner > li > a {
    font-size: 12px;
    color: #666;
    padding: 5px 10px;
    letter-spacing: -0.5px;
}
.subMenu .nav > li > .nav-inner > li.active > a{
    color:#333;
    text-decoration:underline;
    font-weight:600;
}
.subContent{

}
.subContent_title {
    margin-top: 0px;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 56px;
    letter-spacing: -1px;
    color: #111;
}
.subContent_inner{
    
}
.subContent_inner .content{
    padding-bottom: 75px;
}
.subContent_inner .content:last-child{
    padding-bottom: 0;
}
.subContent_inner .content h4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    padding-left: 30px;
    position: relative;
    letter-spacing: -1.2px;
    font-weight: 600;
}
.subContent_inner .content h4::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    border: 4px solid #9E1A20;
    position: absolute;
    top: 5px;
    left: 4px;
    transform: rotate(45deg);
}
.subContent_inner .content p {
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    line-height: 1.8;
    color: #444;
}
.subContent_inner .content td,
.subContent_inner .content dd,
.subContent_inner .content li{
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 1.8;
    color: #444;
}
.subContent_inner .content .table{
    margin-bottom: 0;
    border-top: 2px solid #333;
}
.subContent_inner .content .table tr{
    border-bottom: 1px solid #ddd;
}
.subContent_inner .content .table tr td{
    background:#fff;
}
.subContent_inner .content .table tr th,
.subContent_inner .content .table tr td{
    padding: 14px 16px;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    word-break: keep-all;
}
.subContent_inner .content .table tr th{
    font-weight: 600;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
.subContent_inner .content .img-label{
    text-align: center;
    font-weight: 600;
}
.subContent_inner .content .inner {
    margin-bottom: 40px;
}
.subContent_inner .content p + .inner {
    margin-top: 35px;
}
.subContent_inner .content .inner h5 {
    font-size: 16px;
    font-weight: 600;
    padding-left: 13px;
    position: relative;
    margin: 0 0 16px;
    color: #111;
    letter-spacing: -0.5px;
}
.subContent_inner .content .inner h5::before {
    content: '';
    display: block;
    width: 5px;
    height: 15px;
    background: #9E1A20;
    position: absolute;
    top: 1px;
    left: 0;
}
.subContent_inner .content .inner p{
    font-size:14px;
    letter-spacing:-0.3px;
    margin-bottom:20px;
}
.subContent_inner .content .inner p:last-child{
    margin-bottom:0;
}
.subContent_inner .content .li_inner{
    padding: 0;
    margin: 0;
}
.subContent_inner .content .li_inner > li {
    font-size: 14px;
    margin-top: 0;
    margin-left: 13px;
    position: relative;
    padding-left: 14px;
    line-height: 1.5;
}
.subContent_inner .content .li_inner > li + li{
    margin-top:5px;
}
.subContent_inner .content .li_inner > li .table {
    margin-top: 5px;
}
.subContent_inner .content .li_inner > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 1px;
    background: #666;
}
.subContent_inner .content .inner .table th,
.subContent_inner .content .inner .table td{
    font-size:14px;
    letter-spacing:-0.3px;
    line-height:1.5;
}
.subContent_inner .content .download {
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid #9e1a20;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0 25px;
    letter-spacing: -0.5px;
    border-radius: 2px;
    background: #9e1a20;
}
.subContent_inner .content .download:hover{
    background: #fff;
    border-color:#9E1A20;
    color: #9E1A20;
    text-decoration: none;
}
.subContent_inner .content .download + p{
    position: relative;
    color: #ce3f45;
    font-size: 14px;
    padding-left: 20px;
}
.subContent_inner .content .download + p::before{
    content: '※';
    position: absolute;
    top: 0px;
    left: 0;
}

#Center .con1 img {
    border: 1px solid #d8d8d8;
    padding: 7px;
    box-shadow: 7px 7px 0 #eee;
}
#Center .con2 .timeline .table{
    
}
#Center .con2 .timeline .table tr th {
    font-size: 18px;
    color: #9E1A20;
    background: none;
    letter-spacing: -1px;
}
#Center .con2 .timeline .table tr td{
    text-align: left;
}

#Center .con4 .table-responsive {
    margin-bottom: 30px;
}
#Center .con4 .table tr td{
    text-align: left;
}

#Consulting02 .content .process {
    padding: 30px 26px;
    border: 1px solid #d8d8d8;
    margin-bottom: 15px;
    background: #f8f8f8;
}

#Consulting02 .content .process h5 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -0.5px;
}
#Consulting02 .content .process h5 > span {
    color: #9E1A20;
    margin: 0 12px 0 8px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1.5px;
    font-style: italic;
}
#Consulting02 .content .process .li_process {
    padding: 15px 25px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 0;
}
#Consulting02 .content .process .li_process > li {
    font-size: 14px;
    padding-left: 21px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    letter-spacing: -0.45px;
    line-height: 1.6;
}
#Consulting02 .content .process .li_process > li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 5px;
    display: block;
    width: 6px;
    height: 6px;
    background: #555;
    border-radius: 50%;
}
#Consulting04 .subContent_inner .content .inner {
    border: 1px solid #d8d8d8;
    border-left: 3px solid #9E1A20;
    margin-bottom: 20px;
}
#Consulting04 .panel-heading{
    background: #f8f8f8;
    padding: 0;
}
#Consulting04 .panel-heading .panel-title{
    margin: 0;
    padding-left: 0;
}
#Consulting04 .panel-heading .panel-title::before{
    display: none;
}
#Consulting04 .panel-heading .panel-title a {
    display: block;
    padding: 15px 17px;
    position: relative;
}
#Consulting04 .panel-heading .panel-title a::after {
    content: "";
    position: absolute;
    display: block;
    top: 16px;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(/skin/img/sub/plus_icon.png) no-repeat center;
}
#Consulting04 .panel-collapse .panel-body {
    padding: 15px 17px;
}
#Consulting04 .panel-collapse .panel-body p {
    margin-top: 0;
    line-height: 1.5;
}

#Rights01 .subContent_inner .content.con1{
    padding-bottom: 35px
}

[id^="Violation"] .nav-tabs{
    border: 0;
    margin-top: 55px;
    margin-bottom: 46px;
}
[id^="Violation"] .nav-tabs > li{
    width: 25%;
    margin: 0;
    text-align: center;
}
[id^="Violation"] .nav-tabs > li > a {
    color: #fff;
    padding: 8px 0px;
    background: #868686;
    font-size: 14px;
    border: none;
    margin-right: 3px;
}
[id^="Violation"] .nav-tabs > li > a:hover, 
[id^="Violation"] .nav-tabs > li > a:focus {
    background: #5f5f5f;
}
[id^="Violation"] .nav-tabs > li.active > a,
[id^="Violation"] .nav-tabs > li.active > a:hover,
[id^="Violation"] .nav-tabs > li.active > a:focus{
    background: #9E1A20;
    color: #fff;
    font-weight: 600;
    border:none;
}
[id^="Violation"] .con1 .table tr th{
}
[id^="Violation"] .con1 .table tr td:last-child{
    text-align: left;
}
[id^="Violation"] .subContent_inner .content .li_inner > li{
    margin-left: 0;
}
.content .li_violation {
    padding: 0;
    margin: 15px 0 25px;
}
.content .li_violation li {
    font-weight: 600;
}
.content .li_violation li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f16b6b;
    font-size: 20px;
    margin-right: 8px;
}
.content .dl_violation {
    position: relative;
    padding: 9px 15px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    margin-bottom: 6px;
}
.content .dl_violation dt {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    display: inline-block;
    width: 170px;
}
.content .dl_violation dd {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}
.content .inner p.callto {
    margin: 16px 0 10px;
    border: 1px solid #d8d8d8;
    padding: 5px 15px;
    background: #f8f8f8;
    color: #222;
}
.content .inner p.callto a {
    color: #f16b6b;
    text-decoration: underline;
}
.content .inner p.callto b{
    color: #f16b6b;
}
.content .inner .inner_inner {
    margin-top: 25px;
}
.content .inner_inner h6 {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #981016;
    margin: 0 0 8px;
}
.content .inner_inner h6::before {
    content: "";
    width: 15px;
    height: 2px;
    background: #9e1a20;
    display: block;
    margin-bottom: 8px;
}
#Board05 .subContent_inner .content .li_link{
    margin: 0;
    padding: 0;
}
#Board05 .subContent_inner .content .li_link > li {
    margin-bottom: 7px;
    padding: 9px 12px;
    border: 1px solid #d8d8d8;
    background: #f8f8f8;
}
#Board05 .subContent_inner .content .li_link > li:hover {
    background: #fff;
    border-color: #9e1a20;
}
#Board05 .subContent_inner .content .li_link > li > span{
    display: inline-block;
    font-weight: 600;
}
#Board05 .subContent_inner .content .li_link > li > a {
    float: right;
    border: 1px solid #d8d8d8;
    padding: 1px 5px;
    margin-left: 3px;
    border-radius: 3px;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #333;
    text-decoration: none;
}
#Board05 .subContent_inner .content .li_link > li > a i {
    margin-left:7px;
}
#Board05 .subContent_inner .content .li_link > li > a:hover {
    background: #9e1a20;
    color: #fff;
    border-color: #9e1a20;
}
#Board05 .subContent_inner .content .li_link > li > p {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 14px;
    font-size: 13px;
}
#Board05 .subContent_inner .content .li_link > li > p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 1px;
    background: #666;
}
#Campaign01 .con1{
    
}
#Campaign01 .con1 p.intro{
    font-size: 24px;
    font-weight: 600;
    padding: 15px 80px;
    word-break: keep-all;
}
#Campaign01 .con1 p.intro > span{
    color: #f0f;
}
#Campaign01 .con1 .li_inner{
    padding: 0 80px;
    margin: 0 0 50px;
}
#Campaign01 .con1 .li_inner > li{
    font-size: 18px;
}
#Campaign01 .con1 .li_inner > li::before{
    top: 13px;
}
#Campaign01 .con2 .inner{
    
}
#Campaign01 .con2 .inner .li_campaign{
    padding: 0;
    margin: 15px 0 0;
}
#Campaign01 .con2 .inner .li_campaign > li{
    position: relative;
    padding-left: 20px;
}
#Campaign01 .con2 .inner .li_campaign > li > span{
    color: #f00;
}
#Campaign01 .con2 .inner .li_campaign > li:nth-child(1){
    color: #00f;
}
#Campaign01 .con2 .inner .li_campaign > li::before{
    content: '※';
    position: absolute;
    left: 0;
    color: #333;
}
#Campaign01 .con2 .inner:nth-of-type(2) .li_inner{
    padding: 30px 20px;
    background: #f8f8f8;
    border: 1px solid #bbb;
    word-break: keep-all;
}
#Campaign01 .con2 .inner:nth-of-type(3) td dl{
    text-align: left;
    margin: 0;
}
#Campaign01 .con2 .inner:nth-of-type(3) td dl dt{
    font-size: 16px;
    font-weight: 600;
}
#Campaign01 .con2 .inner:nth-of-type(3) td dl dd{
    padding: 0 0 3px 15px;
    position: relative;
}
#Campaign01 .con2 .inner:nth-of-type(3) td dl dd::before{

    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #bbb;
    position: absolute;
    left: 2px;
    top: 12px;
    border-radius: 50%;

}
#Campaign01 .con2 .inner:nth-of-type(3) td dl dd > span{
    color: #f00;
    font-weight: 600;
}
#Campaign02 .con0{
    display: none;
}
#Campaign02 .con0 .camp_info{
    
}
#Campaign02 .bbs-area .dh-board{
    margin: 0 -15px;
}
#Campaign02 .bbs-area .filter-items{
    padding: 10px 15px;
}
#Campaign02 .bbs-area .filter-items::after{
    content: '';
    clear: both;
    display: table;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row{
    margin: 0;
}
[id^="Campaign"] .bbs-area .filter-items > a{
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 9px 17px;
    border: 1px solid #d6d6d6;
    letter-spacing: -0.05em;
    border-radius: 3px;
}
[id^="Campaign"] .bbs-area .filter-items > a.on{color: #da232b;border-color: #da232b;z-index: 999;}

[id^="Campaign"] .bbs-area .filter-items > a > .filter-label{
    padding: 0;
    margin: 0;
    background: none;
    font-size: 14px;
    color: #222;
}
[id^="Campaign"] .bbs-area .filter-items > a.on > .filter-label{
    font-weight: 600;
    color: #da232b;
}
[id^="Campaign"] .bbs-area .filter-items > a.on span{
}
#Campaign02 .bbs-area .thumb-hidden{
    border: 0;
}
#Campaign02 .bbs-area .thumb-hidden > .btnRead{
    height: 100%;
}
#Campaign02 .bbs-area .thumb-hidden > .btnRead > img{
    height: 100%;
    width: auto;
}
#Campaign02 .bbs-area .dh-margin-top{
    padding: 0 15px;
    margin: 30px 0 0;
}
#Campaign03 .con0 .event_how{
    
}
#Campaign03 .con0 .event_how .how_inner{
    padding: 20px 20px;
    border: 15px solid #ffe6e6;
    margin-bottom: 30px;
}
#Campaign03 .con0 .event_how .how_inner > span{
    display: inline-block;
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
}
#Campaign03 .con0 .event_how .how_inner > span > button{
    background: #6b6f75;
    border: 1px solid #6b6f75;
    border-radius: 0;
}
#Campaign03 .con0 .event_how .how_inner > i{
    margin: 0 5px;
    display: inline-block;
    font-size: 19px;
    color: #E42D2D;
}
#Campaign03 .con0 .event_wrap{
    
}
#Campaign03 .con0 .event_wrap .event{
    text-align: center;
    padding: 60px 20px;
    border: 1px solid #d8d8d8;
    position: relative;
}
#Campaign03 .con0 .event_wrap .event::before{
    /* content: url(/skin/img/sub/swu_char.png); */
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    transform: rotate(-5deg);
}
#Campaign03 .con0 .event_wrap .event h5{
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.05em;
}
#Campaign03 .con0 .event_wrap .event a{
    display: inline-block;
    padding: 15px 25px;
    background: #e42d2d;
    border: 1px solid #e42d2d;
    color: #fff;
    border-radius: 50px;
    position: relative;
    letter-spacing: -0.6px;
    font-size: 15px;
    font-weight: 600;
}
#Campaign03 .con0 .event_wrap .event a:hover{
    text-decoration: none;
    background:#fff;
    color: #e42d2d;
}
/* 포토갤러리 */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    padding: 0 15px;
    border: 0;
    margin:0 0 30px;
    background: transparent;
}
.dhb-txt-box-type-b-img-layout {
	padding: 0;
}
.dhb-txt-box-type-b-text-layout {
	text-align: center;
}
.dhb-txt-box-type-b-text-layout h4 {
    font-size: 16px;
    padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	height: 180px;
	box-shadow: none;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
	display: none;
}

/* list 게시판 */
.dh-board > .table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}
.dh-board > .table-hover td, 
.dh-board > .table-hover th {
    padding: 12px !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing:-0.3px;
}
.dh-board > .table-hover thead th {
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
    font-weight:600;
    color:#333;
}
.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #ffffff;}
.table-hover th, .table-hover td {
    padding: 10px !important;
	border-right: none;
}
.dh-board > .table-hover td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #9e1a20;
    text-decoration: underline !important;
    font-weight: 600;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 30px;
}


.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
#btnNew {
    background: #4a4a4a;
    border: 1px solid #4a4a4a;
}

.dh-view-box{margin-top:0px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header h4 {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
	margin:0;
    background: #f3f3f3;
}
.content_wrap .page-header h4:before {content: none;}
.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
	display:none;
}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach{padding: 0px 10px 0;}
.dh-view-box .dh-attach h6{
    margin: 0;
    padding: 6px;
    font-size: 13px;
}
.dh-view-box .dh-attach + div{
    padding-top: 30px !important;
}

.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label .glyphicon-lock {color: #666;}
.label-danger, .label-primary{color: #a9131b;}
.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #f3f3f3;
	border: 1px solid #ddd;
	color: #a9131b !important;
	font-weight:600;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
	border-radius: 0;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
	background: #6b6f75;
	border: 1px solid #6b6f75;
}

/* ----------- 회원가입 ---------- */
.join-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 15px;
}
.join-layout .jumbotron {
    background: rgba(0,0,0,0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.join-layout .jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
	display: inline-block;
}
.join-layout .jumbotron p {
    display:none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .panel-footer {
    background: rgba(0,0,0,0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #bbb;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px;
    letter-spacing: -0.5px;
    border-bottom: none;
    line-height: 1;
    background: #fff;
    color: #9e1a20;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0,0,0,0);
    border-radius: 0;
}
.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}
.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}
.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #4e4f52;
    background: #4e4f52;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #3d3e40;
}

/* ---------- 로그인 ---------- */
.login-layout .panel-body > div.col-sm-12 {
	text-align: center;
}
.inner-box-msg {
	width: 100%;
	text-align:center;
	float: none;
	margin-bottom: 35px;
}
.inner-box-form {
    width: 100%;
	max-width: 440px;
    float: none;
    margin: 0 auto;
	overflow: hidden;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 540px;
    padding: 20px 0px 35px;
    margin: 80px auto 80px;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #a9131b;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
	float: right;
	width: 120px;
    height: 33px;
    background: #6b6f75;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #6b6f75;
    font-size: 13px;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
	border-color:#55585d;
	background:#55585d;
}

.id-find-layout h2,
.pw-find-layout h2{
	text-align:center;
}

.nav-campaign{
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}
.nav-campaign::before,
.nav-campaign::after{display: none;}
.nav-campaign > li{
    flex: 1;
}
.nav-campaign > li a{
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #aaa;
    color: #717171;
}
.nav-campaign > li a:hover,
.nav-campaign > li a:focus{
    color: #9e1a20;
    border-color: #9e1a20;
    background: none;
}
.nav-campaign > li.active a{
	color: #9e1a20;
    border-color: #9e1a20;
    background: none;
}


@media (max-width:767px){
	.dh-board > .table-hover td, .dh-board > .table-hover th {
		padding: 10px !important;
		font-size: 12px;
		font-weight: 400;
	}
	.dh-margin-top {
		margin-top: 10px;
	}
	.join-layout .jumbotron {
		font-size: 24px;
		padding-top: 23px;
	}
	.join-layout .form-horizontal .panel-body .form-group {
		padding: 15px 0;
	}
	.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
		padding: 0;
	}
	.join-layout .form-horizontal .form-group .control-label {
		width: auto;
		background: rgba(0,0,0,0);
		padding: 0;
	}
	.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
		padding: 0;
	}
}



@media (max-width: 767px){

    /* subPage */
    .subMenu {
        padding-right: 15px;
        margin-bottom: 80px;
        display: none;
    }
    .subWrapper .subHeader{
        height: 145px;
    }
    .subWrapper .subHeader .subTitle{
        font-size: 8vw;
    }
    .subContent_title{
        font-size: 7vw;
    }

    #Center .con1 img{
        margin-bottom: 30px;
    }

    #Consulting02 .content .process h5{
        font-size: 18px;
    }
    #Consulting02 .content .process h5 > span{
        display: block;
        margin: 0 0 5px;
    }

    [id^="Violation"] .nav-tabs > li{
        width: 50%;
    }
    [id^="Violation"] .nav-tabs > li > a{
        margin-bottom: 3px;
        font-size: 12px;
    }
    #Board05 .subContent_inner .content .li_link > li{
        font-size: 12px;
    }
    #Board05 .subContent_inner .content .li_link > li > a{
        font-size: 11px;
        padding: 0px 5px; 
    }
    /* footer */


}
@media (min-width: 768px) and  (max-width: 991px){

    .navbar-inverse .navbar-nav>li>a{
        padding: 15px 10px;
        font-size: 11px;
    }
    /* subPage */
    .subMenu .nav-pills > li > a{
        font-size: 13px;
    }
    #Center .con1 img{
        margin-bottom: 30px;
    }
    #Center .con2 .timeline .table tr th, #Center .con2 .timeline .table tr td{
        padding: 14px 6px;
    }
    #Center .con2 .timeline .table tr th{
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
    }
    [id^="Violation"] .nav-tabs > li{
        width: 50%;
        margin-bottom: 3px;
    }
    /* footer */

    
}
@media (min-width: 992px) and  (max-width: 1199px){
    .navbar-inverse .navbar-nav>li>a{
        font-size: 14px;
    }
    .carousel-caption{
        left: 10%;
        right: 10%;
    }
    .carousel-caption .text_area .middleText{
        font-size: 43px;
    }
    /* subPage */
    .subMenu .nav-pills > li > a{
        font-size: 12px;
    }


    /* footer */

    
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}