@charset "utf-8";
@import url("notosanskr.css");

html {overflow-x: hidden; overflow-y: auto;}
body {background-color: #fff;}
*{
	word-break:keep-all;
}
.body-layout, input, textarea, button{font-family:'NanumBarungothic', 'Sans-serif';}
ol, ul, li {list-style: none;}
a, a:hover, a:focus, a:link, a:visited {text-decoration: none !important;}

ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
/* 
@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.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: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', 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,
.topmarginLay_a {
	display: none;
} */
.body-layout {
	padding-top: 93px;
}

/* layout */
.navbar ~ .container, .sub-layout {
	width: 100%;
	padding: 0!important;
}
.navbar ~ .container > .intro-html-layout {
	width: 100%;
	padding: 0!important;
	margin: 0;
}

.navbar ~ .container > .intro-html-layout > .col-sm-12 {
	width: 100%;
	padding: 0!important;
}


/* 슬라이드 설정 */
#main-carousel {
	position: relative;
	height: 480px;
}

@media (max-width: 767px) {
	#main-carousel {
		margin-top: 57px;
	}
}

.carousel-inner {
	height:100%;
}

.item {
	width: 100%;
	height: 100%;
}

.item:nth-child(1) {
    background: url(/skin/img/slide/slide1.jpg) no-repeat 50% 50% / cover;
}
.item:nth-child(2) {
    background: url(/skin/img/slide/slide2.jpg) no-repeat 50% 50% / cover;
}

.carousel-caption {
    position: absolute;
    top: 135px;
    bottom: auto;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.carousel-caption h2 {
    margin: 0;
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    line-height: 1;
    position: relative;
    letter-spacing: 10px;
}
.carousel-caption h2 span {
    display: block;
    font-size: 30px;
    letter-spacing: 0;
    margin-top: 30px;
    font-weight: 400;
}
.carousel-caption p {
    display: inline-block;
    margin: 0 0 26px;
    padding: 8px 16px 8px;
    font-size: 16px;
    text-shadow: none;
    background: #dd121b;
    line-height: 1;
    border-radius: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
    	left: 10%;
	    width: 100%;
	    margin: -170px 0 0;
	}
	.carousel-caption h1 span {
	    font-size: 55px;
	}
	.carousel-control {
		width: 10%;
	}
}
@media screen and (max-width: 767px) {
	#main-slide { height: 380px; }
	.carousel-caption {
		left: 6%;
		margin: 0 0;
		top: 25%;
	}
	.carousel-caption h1 {
   		font-size: 26px;
    	line-height: 1.6;
	}
	.carousel-caption h1 span { 
		font-size: 20px; 
	}
	.carousel-caption p {
		font-size: 15px;
		line-height: 1.8;
		margin: 10px 0 0;
	}
}

.navbar-inverse {
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    border-top: 2px solid #dd121b;
    box-shadow: 0 3px 5px rgba(60,60,60,0.2);
}

.navbar-inverse .divider-vertical {
    display: none;
}

.navbar~br {
    display: none;
}

/*===== 로고 설정 =====*/
.navbar-inverse .navbar-brand {
    padding: 20px 15px 18px;
}
.navbar-brand img {
    margin: 0;
}

/*===== 메인 메뉴 설정 =====*/
.navbar.navbar-inverse > .container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.5px;
    padding: 35px 28px;
}
.navbar-inverse .navbar-nav>li>a .caret {
    display: none;
}

.navbar-inverse .navbar-nav > li:hover>a,.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: #fff;
    color: #dd121b;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
}

/*===== 서브 메뉴 설정 =====*/
.navbar-inverse .dropdown-menu {
    background: #f3f3f3;
    right: auto !important;
    padding: 15px 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 7px rgba(0,0,0,0.15);
}
.navbar-inverse .dropdown-menu > li > a {
    color: #666666;
    padding: 8px 30px;
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1;
}
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover {
    color: #333;
    font-weight:600;
    background: rgba(0,0,0,0);
}
/*===== 모바일 메뉴 설정 =====*/
.navbar-toggle {
    border-radius: 0;
    border: none;
    margin: 10px 10px 0;
    padding: 10px 10px;
    background: #fff;
}
.navbar-toggle .icon-bar {
    background: #323232 !important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: #fff;
}


@media screen and (max-width: 767px) {

    .navbar-inverse {
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    }
    .navbar-inverse .navbar-brand {margin: 0;padding:15px}
    .navbar-brand img {
        width: 90px;
        height: auto;
    }
    .navbar-top > div > a {margin: 5px 20px 0;}
    .navbar-collapse {
        padding: 0;
    }
    .navbar-inverse .navbar-nav > li> a {
        color: #5a5a5a !important;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        padding: 10px 30px;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-nav > li > a .caret {bottom: 5px;}
    .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
        background: #ddd;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {color: #333 !important; border: none !important; margin: 0 0 0; background: #f7f7f7;}
    .navbar-inverse .navbar-collapse .navbar-nav {
        margin: 0;
        background: #f3f3f3;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #5a5a5a;
        text-align: center;
        padding: 4px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {padding: 10px 15px 10px 25px;}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #dd121b;
        background-color: transparent;
        font-weight: 600;
    }
}
/* //메뉴 설정 끝 */





/* main-contents */
.main-wrap {
	width: 100%;
	padding: 0;
	margin: 0;
}

.main-inner-wrap {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 15px 30px;
}

.col-20-5 {
	float: left;
	padding: 0 15px;
	width: 20%;
	margin-bottom: 20px;
}

@media (max-width: 990px) {	
	.col-20-5 {
		width: 33.3333333333%
	}
}

@media (max-width: 767px) {
	.col-20-5 {
		width: 50%
	}
}


@media (max-width: 450px) {
	.col-20-5 {
		width: 100%
	}
}

.main-box a {
    display: block;
    transition: 0.4s;
    background: #333;
}

.main-box h4 {
    padding: 15px 10px;
    height: auto;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 0;
    background-color: #f3f3f3;
    text-align: center;
    transition: 0.4s;
}

.main-box h4 span {
    font-size: 13px;
    display: block;
    margin-top: 6px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #666;
    transition: 0.4s;
}

.image-wrap {
    overflow: hidden;
}

.image-wrap img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}

.main-box a:hover img, .main-box a:focus img {
    transform: translate3d(0px, 0px, -1000px) scale(1.1, 1.1);
    opacity: 0.4;
}

.main-box:hover a:hover h4, .main-box a:focus h4 { 
    color: #FFF;
    background-color: #dd121b;
}
.main-box:hover a:hover h4 span, .main-box a:focus h4 span{
    color:#fff
}

/* footer */
.footer_copy .text-center {
    background: #fff;
    border-top: 1px solid #ddd;
    color: #888;
    font-size: 13px;
    text-align: left;
    margin: 0;
    letter-spacing: -0.3px;
    padding: 0 0 40px;
}
.footer-top {
    background: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    overflow: hidden;
}
.footer-top ul {
	margin-bottom:0;
    padding: 10px 15px;
}
.footer-top ul li{float: left; display: inline-block;}
.footer-top ul li a {
    color: #666;
    font-size: 14px;
    margin-right: 30px;
    font-weight: 400;
    padding: 6px 0;
    display: block;
}
.footer-top ul li:last-child a:after{content: ""}
.footer-middle {
    max-width: 1170px;
    margin: 40px auto 10px;
    padding: 0 15px;
}
.footer-middle ul{margin: 0; padding: 0; display: inline-block; width: 100%; line-height: 26px;}
.footer-middle ul li{float: left; display: inline-block;}
.footer-middle ul li span:after{content: "|"; color: #dedede; padding: 0 10px 0;}
.footer-middle ul li:last-child span:after{content: "";}
.footer-bottom {max-width: 1170px; margin: 0 auto; padding: 0 15px;}
.footer-bottom p{display: inline-block; width: 100%;}

.footer-bottom li {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 3px;
}
.footer-bottom + br {
    display: none;
}

.socialArea{display: none;}
@media screen and (max-width: 991px) {
    .footer-top{width: 100%;}
    .footer-middle{width: 100%;}
    .footer-bottom{width: 100%;}
}
/* footer 영역 */



.intro-html-layout {
    margin-bottom: 60px;
}

.intro-board-widget-layout {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto 30px;
}

.intro-widget-layout {
    display: none;
}

.intro-board-layout {
    padding: 0;
    width: 100%;
}

.intro-boardbox {
    width: 50%;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .intro-boardbox {
        width: 100%;
    }
}
.intro-boardbox .page-header {
    padding: 15px 25px 15px;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #f3f3f3;
    margin: 0;
}
.intro-boardbox .page-header h4 {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    text-align: left;
    letter-spacing: -0.5px;
    margin: 0;
}
.intro-boardbox .page-header h4 .btn {
    padding: 0;
    line-height: 1;
    border: none;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
    content: url(/skin/img/main/board_arrow.png);
}

.intro-boardbox .front-panel > .panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin:0;
}

.intro-boardbox .panel-body {
    padding: 0;
}

.intro-boardbox .dh-front-list2 {
    border: 1px solid #ddd;
    margin: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none;
}

.intro-boardbox .dh-front-list2 .front-panel {
    padding: 30px 25px 20px;
}

.dh-front-list2 h6 {
    margin: 0;
    letter-spacing: -0.06em;
}

.dh-front-list2 h6 a, 
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.dh-front-list2-words {
    margin: 0px 0 15px!important;
    padding: 0 !important;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 230px;
    white-space: nowrap;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}

.dh-front-list2 h5, .dh-front-list2 h5 a, .dh-front-list2 h5 p, .dh-front-list2 h5 span {
    font-size: 11px !important;
    color: #555 !important;
}

.dh-front-list2-words small > span {
    margin-left: 15px !important;
    padding: 3px !important;
}

.dh-front-list2 h6 a .list-row-subject:hover {
    color: #dd121b;
    transition: 0.3s;
    text-shadow: none;
}
.dh-front-list2 h6 a:hover, 
.dh-front-list2 h6 a:hover span {
    text-decoration: none !important;
}
/* main 하단 게시판 영역 */


/* main 하단 3번째 게시판 */

.contactBannerArea .contactBannerWrap {
    min-height: 225px;
    padding: 80px 40px 20px;
    background: url(/skin/img/main/main-contact-bg.jpg) no-repeat 50% 50% / cover;
}

.contactBannerArea .contactBannerWrap i {
    font-family: FontAwesome;
    font-style: normal;
    width: 70px;
    height: 70px;
    display: inline-block;
    float: left;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #dd121b;
    padding-top: 17px;
    margin-right: 16px;
}

.contactBannerArea .contactBannerWrap h5 {
    font-size: 16px;
    color: #333;
    margin: 12px 0 7px;
    padding: 0;
    font-weight: 600;
}

.contactBannerArea .contactBannerWrap h3 {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0;
    padding: 0;
    letter-spacing: -0.5px;
}

.contactBannerWrap .bannerTitle {
    font-size: 22px;
    font-weight: 800;
    color: #323232;
    text-align: left;
    letter-spacing: -1.5px;
    margin: 0;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.contactBannerWrap .bannerTitle:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #323232;
    display: block;
    margin-bottom: 10px;
}

.contactBannerWrap .bannerDes {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.5px;
    display: block;
    line-height: 25px;
}

/* main 하단 3번째 게시판 */




/* sub commons */
.visual_wrap {
    background-image: url('/skin/img/sub/subtop-bg.jpg');
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 170px;
    position: relative;
	margin-top: 0;
}

@media (max-width:767px){
	.visual_wrap {
		margin-top: 53px;
	}
}

.visual_inner_wrap {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 58px 0 0;
}

.visual_inner_wrap h4 {
    font-size: 44px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    line-height: 1;
    letter-spacing: -0.5px;
    margin: 0;
}

.visual_inner_wrap p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 1;
    display: none;
}

.breadcrumb_wrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
}

.breadcrumb_wrap h3 {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 0 30px;
    color: #333;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -1px;
}

.breadcrumb_wrap h3 span {
    font-size: 13px;
    font-weight: 300;
    color: #888;
    letter-spacing: 0;
    display: inline-block;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    margin: 14px 0 0;
    padding: 0 0 0;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    float: right;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>.active {
    color: #dd121b;
}

.breadcrumb>li+li:before {
    content: "\276D";
}

.sub-page {
    min-height: 600px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px 80px;
}

.left_menu_wrap {
    padding: 0;
}

.right_menu_wrap {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .right_menu_wrap {
        padding: 30px 0 0 0;
    }
}

.left_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}

.left_menu > div {
    padding: 9px 0 30px;
    border-bottom: 2px solid #75767a;
}

.left_menu h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.5px;
}

.left_menu > li > a {
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #ddd !important;
    margin: 0;
    padding: 16px 20px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
}

.left_menu > li.active > a {
    color: #fff;
    background-color: #75767a;
    font-weight: 400;
}

.left_menu > li.active > a:after {
    content: "\276F";
    float: right;
}

.left_menu_sub {
    margin: 0;
    padding: 0;
	list-style: none;
}

.left_menu_sub > li.active > a {
    color: #333;
    font-size: 13px;
    background: #cecfd2;
}

.left_menu_sub > li > a {
    background: #FFF;
    padding: 14px 20px 14px 25px;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #777;
    line-height: 1;
    font-weight: 400;
    border-right: none;
    letter-spacing: -0.2px;
    border-left: none;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
}

.left_menu_sub > li.active > a:after {
    content: "\276F";
    float: right;
}

.contents-wrap {
	margin-bottom: 45px;
}

.inner-wrap {
	margin-bottom: 35px;
}

.sub-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin: 0 0 20px;
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
    padding-left: 28px;
}

.sub-title:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #dd121b;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.sub-sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #dd121b;
    margin: 45px 0 15px;
    letter-spacing: -0.5px;
    line-height: 1;
}

.sub-list {
    padding-left:0px;
    margin: 0 0 20px;
}

.sub-list > li {
    list-style: none;
    position: relative;
    font-size: 13px;
    color: #666;
    line-height: 180%;
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: left;
}

.sub-list > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.color-red {
	color: #dd121b;
	font-weight: 700;
}

.dh-board, 
.dh-view-box,
.bbs-list-edit-layout #insertForm, 
.bbs-list-add-layout #insertForm {
    display: none;
}


.greeting-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin: 0 0 25px;
}

#intro01 p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-bottom: 25px;
    line-height: 28px;
    letter-spacing: -0.3px;
}

#danger01 p,
#danger02 p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 0 0 15px;
    line-height: 26px;
    word-break: break-word;
}

.contents-wrap p{
    font-size:14px;
    line-height:26px;
    color:#666;
    margin-bottom:0;
}
.contents-wrap p .p-head {
    font-weight: 600;
    margin-right: 14px;
}

.contents-wrap .table {
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #75767a;
    letter-spacing: -0.3px;
    margin-top:10px;
}

.contents-wrap .table thead tr th {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    background: #f3f3f3;
    border: 1px solid #ddd;
}
.contents-wrap .table tbody tr th {
    border: 1px solid #ddd;
    color: #333;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    background: #f3f3f3;
    padding: 10px 15px;
}
.contents-wrap .table tbody tr td {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    vertical-align: middle;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.biz01-img {
    margin-top: 30px;
}

.biz01-img img {
	width: 100%;
	height: 230px;
}

.biz02-img img {
	width: 100%;
	height: 280px;
	margin-bottom: 20px;
}

.biz03-img img {
	width: 100%;
	height: 190px;
	margin-bottom: 20px;
}

.biz04-img img {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}

.img-title {
    font-size: 16px;
    font-weight: 500;
    color: #323232;
    text-align: center;
    padding: 15px;
    margin: 0;
}

.intro03 img {
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    padding: 20px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

/* ---------- 로그인 ---------- */
.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: 100px auto 100px;
    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: #444;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #444;
    font-size: 13px;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
	border-color:#333;
	background:#333;
}

.id-find-layout h2,
.pw-find-layout h2{
	text-align:center;
}

/* ---------- 회원가입 ---------- */
.join-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 15px;
}
.join-layout > .row{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.join-view-layout > .row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}

.join-layout .jumbotron {
    background: rgba(0,0,0,0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.join-layout .jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    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 .form-control:focus {
    border-color: #a9131b;
}
.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,
#joinForm .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading,
#joinForm .panel-heading {
    border-bottom: none;
    line-height: 1;
    margin: 0 0 20px;
    color: #a9131b;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: rgba(0,0,0,0);
    padding: 0;
}
.join-layout .form-horizontal .panel-body,
 #joinForm .panel-body{
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group,
 #joinForm .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label,
 #joinForm .control-label{
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .form-group .control-label br,
  #joinForm .control-label br,{
    display: none;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6,
  #joinForm .panel-body .form-group .col-sm-6{
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3,
  #joinForm .panel-body .joinForm-zipcode .col-sm-3{
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control,
  #joinForm .form-control{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.join-layout .form-horizontal .joinForm-addr .control-label{
    padding: 40px 15px;
}
 #joinForm .control-label{

 }
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer,
 #joinForm .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 #444;
    background: #444;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #333;
}

@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;
	}
}

.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #dd121b;
}
/*
.carousel-indicators .active::after {
    content: '';
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #FFF;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}
*/

/* list board */
.dh-board > .table-hover{
    border-top: 2px solid #75767a;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}
.dh-board > .table-hover th {
    padding: 14px !important;
    font-size: 14px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
.dh-board > .table-hover td {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    color: #666;
}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #ffffff;}
.dh-board > .table-hover td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #dd121b;
    text-decoration: underline !important;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 0;
}

.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;}
.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;}

.dh-view-box{margin-top:0px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #75767a;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    margin: 0;
    background: #f3f3f3;
}
.dh-view-box>.row>.page-header h4 {
    font-weight: 500;
    color: #333;
    margin: 0;
    font-size: 22px;
}
.dh-view-box>.row>.page-header h4:after {
    content: none;
}
.content_wrap .page-header h4:before {content: none;}
.dh-view-box>.row>.dh-view-info.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
}
.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>.row>.dh-view-info {
    display: none;
}
.dh-view-box .dh-attach{padding: 0 40px 0;}
.dh-view-box .dh-attach h6{margin: 0; padding: 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 30px 40px 40px !important;}

.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: #dd121b !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;
	font-size: 15px;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	height: 35px;
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #dd121b;
    border: 1px solid #dd121b;
}

.footer-top .footer-list4 .admin{
	display:none;
}
.footer-top .footer-list4{
	padding-top:14px;
}
.footer-top .footer-list4 a{
	display:inline-block;
	padding:2px 8px;
	border-radius:4px;
	background:#999;
	color:#ddd;
	font-size:13px;
	font-weight:500;
}