@import url(https://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);

html {overflow-x: hidden; overflow-y: scroll;}
body { font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color:#fff}
.body-layout{word-break: keep-all !important;}

* {font-family: 'Noto Sans KR', sans-serif !important; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans KR', sans-serif !important; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

/* 모바일 메뉴 위치 조정 */
.navbar-toggle {margin-top: 25px}

/* 소셜 아이콘 삭제 */
.footer-social-layout {display: none}

/* 게시판 본문 위치 조정 */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {padding: 20px !important}

/*상단 메뉴 설정 시작*/
.navbar-inverse{
	background:#222222;     /*배경 색*/
	border-color:#080808;         /*테두리 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

.container {
	width: 100% !important;
	max-width: 1170px;
}

.container.container_contents {
	width: 100%;
	max-width: none;
}

body.modal-open {
	padding-right: 0px !important;
}

/*상단 메뉴 로고 시작*/
.navbar-brand img {
	padding-top: 4px;
	margin-top:0;
}
@media (max-width: 767px){
    .navbar-inverse .navbar-brand{
        width: 220px;
    }
    .topmarginLay_a{
        height: 87px !important;
    }
}
/*상단 메뉴 로고 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu {
    border-radius: 0px;
    border: none;
    left: 0 !important;
    padding: 15px 0;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-menu > li > a {
    background-color: #ffffff;
    color: #555555;
    padding: 4px 15px;
    margin: 0;
    font-size: 14px;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
	color: #a7181e;
    text-decoration: underline !important;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center{
	background:#ffffff;           /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
.footer_copy .text-center {
    float: left;
    width: 100%;
    background-color: #4e4e4e;
    color: #ffffff;
    font-size: 12px;
    padding: 25px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

p.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

.flex-caption span.intro-title{
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption span.intro-text{
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
/*인트로 텍스트 설정 끝*/



/*---------------------------------------skin design---------------------------------------------*/


.navbar-inverse {
    border-color: rgba(0,0,0,0);
    border: none;
    background: #fff;
    padding: 0px;
    border-top: 2px solid #d71921;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.navbar-inverse .divider-vertical {
display:none;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-brand {
    color: #000;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #000;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
    padding: 0px 52px 0px 52px;
    margin: 23px 0;
    border-left: 1px solid #ddd;
    color: #313131;
    background: transparent;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.navbar-inverse .navbar-nav > li:first-child > a {
    border-left: 0px;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}
.navbar-right{
    margin-right:0;
}
@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav > li > a {
		padding: 0 15px;
	}
	
	.dropdown-menu {
		padding: 0;
	}
	
	.navbar-nav .open .dropdown-menu li > a:hover,
	.navbar-nav .open .dropdown-menu li > a:focus {
		color: #D7171F !important;
		text-decoration: underline !important;
	}
}

.flexslider {
    margin: 0px;
    background: #FFF url("./ajax-loader-.gif") no-repeat scroll center center;
    border: 0px solid #FFF;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-brand{font-family: 'Lobster', cursive; font-size: 22px;}

/* .intro-widgetbox{display:none;} */

.container_contents{width:auto;}


.container_contents section{overflow:hidden;min-height:100px;}
.container_contents section>div{padding:0px;}

.intro-html-layout>div.col-sm-12{padding:0px;}

.con-area1{background:#fff;}
.con-area2{position:relative;}





.con-area3{}
.con-area4{}

.gu-slider .carousel-inner .item{height:600px;background-size:cover!important;background-position:center!important;}

.topmarginLay_a{margin-top:-20px; height: 68px; transition: ease 1s all;}

.carousel li {margin-right: 0px;}

.sl-con{display:table; width:100%; height:600px;;}
.sl-con>span{display:table-cell !important; vertical-align:middle;}
.sl-con img{margin: 0 auto;}
.sl-con-small>img{width:290px;}

video{min-width: 100%;min-height: 100%;width: auto;height: auto;background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;transition: 1s opacity;}

.section-about{position: absolute;top: 0px;right: 0px;max-width: 450px;text-align: left;padding: 35px;color:#000;background:rgba(255,255,255,0.5);}

.title-font1{font-family:Impact !important;font-size: 45px;}
.con-area2 .box strong {
    font-weight: 600;
}

.con-area4{min-height:150px;}
.gu-parallax { background: url(/skin/img/pcg24-bg1.jpg) 50% 0 fixed; height: auto;  margin: 0 auto; width: 100%; position: relative;   box-shadow: 0 0 50px rgba(0,0,0,0);padding: 0px; }
.con-area4 .text{padding:80px 20px;background:rgba(0,0,0,0.3);color:#fff;max-width:650px;margin:0 auto;}
.con-area4 .text h3{margin-bottom:15px;font-weight:bold;}

.socialArea img{border-radius: 50% !important;}

#map-canvas {width: 100%; height: 500px;margin: 0;padding: 15px;}
.gu-address{padding:25px;text-align:right;}

.addressmap{background: #f5f5f5;overflow: hidden;}

.intro-board-layout{width: 100%;}
.intro-board-layout .page-header{display:none;}


.section-board1{min-height:0px;background:#6EBFAC;}
.section-board1 h1{padding:45px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 50px !important;}
.section-board1 a.btnBoard1{padding: 20px;color: #fff;background:#83CEBC;}

.gu-gotop{padding: 15px;display: block;background: #f5f5f5;margin-bottom: 35px;color: #000;}

.gu-btn-contact{}


/*블로그게시판 custom*/
.dhb-txt-box{width:33.3%;float:left;min-height: 300px;background: #FFF none repeat scroll 0% 0%;border: 0px solid #D9D9D9;}
.dhb-txt-box .text-right{display:none;}
.dhb-txt-list{width:100%!important;border-right: 0px solid #D9D9D9;}
.dhb-txt-list>.row div:first-child{width:100%;}
.dhb-txt-list>.row div:nth-child(2){width:100%;padding-top:15px;}

.thumb-hidden {border: 0px solid #FFF; box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0);}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { .dhb-txt-box{width:50% !important;} }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { .dhb-txt-box{width:33.3% !important;} }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { .dhb-txt-box{width:33.3% !important;} }

.dhb-txt-box{width:100%;}

.gu-title{min-height:0px;background:#6EBFAC;}
.gu-title h1{padding:25px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 20px !important;text-align:center;}

.mod-custom-form-index { margin-top: 32px; }

.dh-margin-top{clear:both;}

/*---------------------------------------basic style---------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
	vertical-align: baseline;
	
	-ms-word-break: keep-all;
    word-break: keep-all;

    /* Non standard for webkit */
    word-break: keep-all;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
img, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 15px;
}

.btnEdit i,
.btnDelete i {
	color: #eee;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {	
	color: #d71921;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    font-size: 15px;
    color: #d71921;
}
.navbar-inverse .navbar-nav > li:last-child > a {
    border-right: none;
}
.caret, .navbar-inverse .divider-vertical {
	display: none;
}
/*---------------------------------------//basic style---------------------------------------------*/

/* publishing template monster 52929  */
/* 
body {
    font: 15px 'Arial', "나눔고딕", sans-serif;
    line-height: 1.428571429;
    color: #a5a5a5;
}

.body-layout {
    font-family: 'Arial', "나눔고딕", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', "나눔고딕", sans-serif !important;
}

h2 {
    font:  bold 30px/1em 'Cabin', '나눔고딕';
    margin: 0 0 40px 0;
    color: #4f4f4f;
}

h3 {
    font: 500 18px/22px 'Cabin', '나눔고딕';
    margin: 0 0 5px 0;
    color: #3c3c3c;
}

h4 {
    font: 500  18px/1em 'Cabin', '나눔고딕';
    margin: 0 0 16px 0;
    color: #3c3c3c;
} */

p {
    margin-bottom: 21px;
    line-height: 21px;
}

.intro-html-layout .container {
    margin-right: auto;
    margin-left: auto;
}

.follow_icon {
    margin: 0;
    padding: 6px 0 18px 0;
    list-style: none;
}

.follow_icon li {
    display: inline-block;
    margin-left: 3px;
}

.follow_icon li:hover .fa,
.follow_icon li:focus .fa,
.follow_icon2 li:hover .fa,
.follow_icon2 li:focus .fa {
    color: red;
}

.follow_icon li a {
    width: 41px;
    height: 41px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    outline: none;
    color: #c4c4c4;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}


.follow_icon .fa {
    display: inline-block;
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.follow_icon li:first-child {
    margin: 0;
}


.follow_icon2 {
    margin: 0;
    padding: 6px 0 18px 0;
    list-style: none;
}

.follow_icon2 li {
    display: inline-block;
    margin-left: 18px;
}

.follow_icon2 li:first-child {
    margin: 0;
}

.follow_icon2 li a {
    font-size: 22px;
    color: #454545;
    outline: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

/* .btn-default {
    text-decoration: none;
    display: inline-block;
    padding: 0 30px;
    font: bold 12px/40px 'Cabin' !important;
    margin: 0;
    border-radius: 40px;
    color: #5b5b5b;
    background: none;
    float: none;
    outline: none;
    border-color: #cccccc;
    background: #f7f7f7 url('/skin/img/main/btn.png') repeat-x;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
 */
.btn-default.btn2 {
    text-decoration: none;
    display: inline-block;
    padding: 0 30px;
    font: bold 12px/40px 'Cabin';
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 40px;
    color: #2f2f2f;
    background: #f0f0f0;
    float: none;
    outline: none;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

/* .btn-default:hover,
.btn-default:focus,
.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background: #4c4c4c;
    text-decoration: none;
} */

.list1 {
    margin: 0;
    padding: 14px 0 40px 0;
    list-style: none;
    text-align: left;
}

.list1.indent {
    padding: 0 0 20px 0;
}

.list1 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin: 0 0 6px 0;
    overflow: hidden;
    padding-left: 21px;
    background: url('/skin/img/main/ico_list_arrow.png') 0 5px no-repeat;
}

.list1 li a {
    font: 16px 'Cabin', '나눔고딕';
    color: #868686;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1 li a:hover {
    color: #383838;
}

.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list2 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin: 0 0 21px 0;
    overflow: hidden;
}

.list2 li figure {
    float: left;
    margin: 0 30px 0 0;
}

@media (max-width: 480px) {
    .list2 li figure {
        float: none;
        margin: 0 0 20px 0;
    }
}

.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list4 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 27px;
    overflow: hidden;
}

.list4 li time {
    font: italic 24px/24px 'Cabin';
    margin: 0 0 12px 0;
    color: #464646;
    float: left;
    margin-right: 10px;
}

.list4 li p {
    margin-bottom: 0;
}

.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list7 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 33px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.list7 li strong {
    color: #5b5b5b;
    font-size: 24px;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 100%;
    float: left;
    margin-right: 17px;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.nav-tabs > li > a {
    border-top: 2px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD !important;
    transition: ease 0.2s all;
    color: #666;
    background: #f3f3f3;
}
.nav-tabs>li>a:hover {
    border-color: #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-top: 2px solid #D7171F;
	border-bottom: 1px solid #DDD !important;
}

.thumbnail .caption {
    padding: 9px;
    color: #a5a5a5;
}

.extra-wrap {
    overflow: hidden;
}

.thumb-pad2 {
    margin: 0 0 40px 0;
}

.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

.thumb-pad2 figure {
    margin: 0 0 18px 0;
    display: inline-block;
    border: 7px solid #ffffff;
    border-radius: 100%;
}

.thumb-pad2 figure img {
    border-radius: 100%;
}

.thumb-pad2 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .intro-html-layout .container {
        /*width: 1170px;*/
        /*padding: 0;*/
    }
}

/* main page */

#section2,
#section4 {
    background-color: #e8e8e8;
}

/* navigation bar */
.navbar-inverse {
    position: absolute;
    background-color: #fff;
}

.navbar .navbar-brand img {width: 100%; transition: ease 0.2s all;}
/* //navigation bar */

@media screen and (max-width: 991px) {
	.navbar .navbar-brand img {
		margin-top: 5px;
	}
}

@media screen and (max-width: 768px) {
	.navbar .navbar-brand img {
		margin-top: 10px;
	}
}

.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
	border: 0;
	background: transparent !important;
}

.navbar-toggle > .icon-bar {
	background-color: #333 !important;
}

.navbar-toggle:focus > .icon-bar,
.navbar-toggle:hover > .icon-bar {
	background-color: #D7171F !important;
}

/* slide */
.gu-slider .carousel-inner .item {height: 200px;}

#section1 .container {
    height: 100%;
    position: relative;
}

#section1 .sl-txt {
    position: absolute;
    top: 0%;
    left: 0;
    padding: 10px;
    text-align: left;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default;
	transition: ease 0.3s all;
}

#section1 .sl-txt .title {
    font: 20px/30px 'Cabin';
    color: #fff;
    margin-bottom: 0;
	transition: ease 0.3s all;
}

#section1 .sl-txt .description {
    font: 20px/30px 'Cabin';
    color: #a2d6ff;
    margin-bottom: 0;
	transition: ease 0.3s all;
}

@media screen and (max-width: 767px) {
	#section1 .sl-txt {
		display: block;
		text-align: center;
		position: inherit;
		padding-top: 40px;
	}
	
	#section1 .sl-txt .title {
		text-align: center;
		display: block;
		font-size: 32px;
		font-weight: 600;
		color: #333;
		margin-top: 10px;
	}
	
	#section1 .sl-txt .description,
	#section1 .sl-txt .txt { display: none }
}

@media screen and (max-width: 480px) {
	#section1 .sl-txt .title {
		font-size: 24px;
	}
}

.carousel-indicators {
    top: 60%;
    bottom: 80px;
    text-align: left;
    padding: 0;
    display: block;
    width: 100%;
    margin-left: -165px;
}
.carousel-indicators li {
    width: 68px;
    height: 4px;
    margin: 0 1px;
    border-radius: 0px;
    border: none;
    background-color: #fff;
}
.carousel-indicators li.active {
    width: 68px;
    height: 4px;
    margin: 0 1px;
    border: none;
    background-color: #d71921;
}

/*main slide part*/
.carousel-inner div.item:nth-child(1)
{
    background:url('/skin/img/slide/slide4.png') no-repeat;
}
.carousel-inner div.item:nth-child(2)
{
    background:url('/skin/img/slide/slide3.png') no-repeat;
}
.carousel-inner div.item:nth-child(3)
{
    background:url('/skin/img/slide/sl3.jpg') no-repeat;
}
.list1 li a {
    font: 16px 'Cabin', '나눔고딕';
    color: #868686;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

@media (min-width: 768px) {
    .gu-slider .carousel-inner .item {
        height: 500px;
    }
	#section1 .sl-txt span {
		color: #6f6f6f;
		font-size: 18px;
		display: block;
	}
    #section1 .sl-txt .title {
        font-size: 45px;
		font-weight: 600;
		color: #333;
		margin-bottom: 30px;
		letter-spacing: -1px;
		line-height:52px;
    }
    #section1 .sl-txt .description {
		font-size: 18px;
		font-weight: 500;
		color: #D71921;
	}
    #section1 .sl-txt {
        top: 24%;
    }
    .carousel-indicators {
        top: 85%;
        width: 1170px;
        margin-left: -585px;
    }
}
/* //slide */

/* section2 */
#section2 {
    padding: 70px 0 70px 0;
    text-align: center;
}
#section2 h2 {
    color: #464646;
    margin-bottom: 11px;
    letter-spacing: -1.5px;
    margin-top: 0;
    font-size: 34px;
    font-weight: 600;
}
#section2 p {
    font-weight: 400;
	font-size:14px;
    color: #555555;
    margin-bottom: 0px;
}
#section2 .box {
    padding: 20px 0;
    margin-bottom: 1px;
    width: 100%;
    float: left;
    position: relative;
}
#section2 .box:after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: #fff;
}
#section2 .box1 {
    background: #d8544d;
}
#section2 .box2 {
    background: #e7ce04;
}
#section2 .box3 {
    background: #8cbd3a;
}
#section2 .box4 {
    background: #49b2a6;
}
#section2 .box5 {
    background: #4e6f89;
}
#section2 .box figure {
    height: 65px;
    margin-bottom: 10px;
}
#section2 .box a {
    color: #ffffff;
    text-transform: uppercase;
    font: 18px/24px 'Cabin' '나눔고딕';
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#section2 .box a:hover,
#section2 .box a:focus {
    color: #5a5a5a;
}

#section2 .lnk, #section3 .lnk, #section4 .lnk, #section5 .lnk {
    color: #313131;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#section5 .lnk:hover, 
#section5 .lnk:focus, 
#section4 .lnk:hover, 
#section4 .lnk:focus, 
#section3 .lnk:hover, 
#section3 .lnk:focus, 
#section2 .lnk:hover, 
#section2 .lnk:focus, 
#section2 .lnk:hover 
.fa, #section2 .lnk:focus .fa {
    text-decoration: underline !important;
}
#section2 .lnk span {
    font-size: 22px;
    float: right;
    margin: 0px 0px 0px 4px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#section3 .lnk {
    margin-bottom: 5px;
    display:block;
    text-align:center;
}

@media (min-width: 768px) {
    #section2 .box {
        width: 20%;
    }
}
/* //section2 */
/* section4 */
#section4 {
    padding: 86px 0 48px 0;
}
#section4 p {
    margin-bottom: 18px;
    color: #a5a5a5;
    font-size: 12px;
}

#section4 .title {
    font: bold  30px/1em 'Cabin','나눔고딕';
    color: #4f4f4f;
    margin-bottom: 41px;
}
#section4 .col-lg-4 {
    margin-bottom: 40px;
}
#section4 .thumb-pad1 .thumbnail {
    position: relative;
    margin: 0 0 19px 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    text-align: left;
}
#section4 .thumb-pad1 figure {
    padding: 0;
    position: relative;
}
#section4 .thumb-pad1 figure time {
        font: 600 36px 'Cabin';
    color: #ffffff;
    position: absolute;
    text-align: center;
    display: block;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    margin: -22px 0 0 0;
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
#section4 .thumb-pad1 figure img {
    margin: 5px 0px;
    width: 100%;
}
#section4 .thumb-pad1 .thumbnail .caption {
    padding: 0;
    margin: 0;
}
#section4 .thumb-pad1 .thumbnail .caption strong {
    font: italic 24px/1em 'Cabin', '나눔고딕';
    color: #464646;
    margin-bottom: 15px;
    display: block;
}

#section4 .title2 {
    font: bold 70px/1em 'Cabin', '나눔고딕';
    color: #ff362d;
    margin: -60px 0 3px 0;
}
#section4 .description1 {
    font: bold 25px/1em 'Cabin', '나눔고딕';
    color: #444;
    margin: 0 0 19px 0;
    letter-spacing: -1px;
}
#section4 .description2 {
    font: 30px/1em 'Cabin', '나눔고딕';
    color: #a9a9a9;
    margin: 0 0 18px 0;
}
#section4 a {
    width: 100%;
}
#section4 .wrapLnk .fa {
    float: right;
    margin-top: 4px;
}
/* //section4 */

/* section5 */
#section5 {
    overflow: hidden;
    padding: 30px 0 0 0;
    text-align: center;
}
#section5 {
    border-top: 1px solid #ededed;
}

#section5 .title {
    font: bold 30px/1em 'Cabin', '나눔고딕';
    color: #4f4f4f;
    margin-bottom: 41px;
}

#section5 {
    overflow: hidden;
    padding: 80px 0 12px 0;
    background-position: center center;
    position: relative;
    background-color: #3e5362;
    background-image: url('/skin/img/main/bg_s5.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
}

#section5 strong {
    font: 600 18px 'Cabin','나눔고딕';
    margin-bottom: 10px;
    display: block;
    color: #404040;
}
#section5 .lnk {
    margin-top: 0px;
}
/* //section5 */

/* section6 */
#section6 {
    overflow: hidden;
    padding: 95px 0 47px 0;
    background: #ededed;
}

#section6 .col-lg-4,
#section6 .col-lg-3 {
    margin-bottom: 40px;
}

#section6 .title {
    font: bold 26px/1em 'Cabin', '나눔고딕';
    color: #33383c;
    margin-bottom: 41px;
}

.thumb-pad4 {
    margin: 0;
    padding: 0 0 2px 0;
    overflow: hidden;
}

.thumb-pad4 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}

.thumb-pad4 figure {
    margin: 0 0 20px 0;
}

.thumb-pad4 figure img {
    width: 100%;
}

.thumb-pad4 .thumbnail .caption {
    padding: 0;
}

#section6 .box_info {
    padding-bottom: 42px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 48px;
}

#section6 .box_info strong {
    font: 28px/36px 'Cabin' '나눔고딕';
    color: #8a8a8a;
    margin-bottom: 41px;
}
/* //section6 */

/* section7 */
address,
address strong,
address a {
    font: italic 16px 'Cabin';
    color: #868686;
}

.gu-address {
    display: none;
}
/* //section7 */
/* //main page */

/* sub page */
.sub-layout {
    margin-top: 40px;
}

.content.indent {
    padding: 10px 0 0 0;
    background: #ffffff;
}

.who-box {
    background: #ffffff;
    position: relative;
}

.who-box .col-lg-4 {
    margin-bottom: 58px;
}

.thumb-pad4 {
    margin: 0;
    padding: 0 0 2px 0;
    overflow: hidden;
}

.thumb-pad4 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}

.thumb-box6 {
    overflow: hidden;
    padding: 78px 0 0 0;
    text-align: center;
    background: #f1f1f0 url('/skin/img/sub/pattern.png') repeat;
    border-top: 8px solid #e4e4e4;
}

.thumb-box6 .container > .row {
    margin-right: -15px;
    margin-left: -15px;
}

.thumb-box6 strong {
    font: 600 18px 'Cabin','나눔고딕';
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #404040;
}

.thumb-box7 {
    overflow: hidden;
    padding: 80px 0 0 0;
}

.thumb-box7 .col-lg-3,
.thumb-box7 .col-lg-4,
.thumb-box7 .col-lg-5 {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .content.indent {
        padding: 79px 0 0 0;
    }
    
    .thumb-box6 .container > .row {
        margin-right: 0;
        margin-left: -30px;
    }
}
/* //sub page */

/* footer */
.footer_copy .wrapFooter {
    display: inline-block;
    float: none;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
}
.footer_copy .wrapFooter span:nth-child(1) {
    padding-left: 0px;
}
.footer_copy .wrapFooter span {
    display: inline-block;
    padding: 0px 4px;
    line-height: 20px;
}
.footer_copy .wrapFooter .info {
    padding-top: 10px;
}
@media (min-width: 992px) {
    .footer_copy .wrapFooter {
        width: 1170px;
    }
    
    .footer_copy .wrapFooter .info {
        padding-top: 0px;
    }
}
/* //footer */

.footer-social-layout {display: none;}

/* //publishing template monster 52929  */



/* 메인 위젯영역 커스텀 */
/* 위젯 상단 - section3 */
/* section3 수정*/
#section3 {
    padding: 0;
    text-align: center;
    max-width: 50%;
    width: 100%;
    float: left;
    margin-top: 70px;
}
@media screen and (max-width:991px){
	#section3{
		max-width:100%
	}
}
/*
#section3 .badge {
    display: block;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: #fff;
    text-align: center;
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 23px;
    float: none;
    margin: 30px auto 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}*/
#section3 .badge {
    display: block;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: #fff;
    text-align: center;
    font-size: 47px;
    color: #d71921;
    font-weight: 500;
    padding-top: 25px;
    float: none;
    margin: 0px auto;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#section3 strong {
    font: bold 25px/1em '나눔고딕' 'Cabin';
    color: #4f4e4e;
    display: block;
    margin-bottom: 22px;
}
#section3 p {
    color: #555555;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    margin-top: 4px;
}

#section3 .col-lg-4 {
    text-align: left;
}

#section3 .btn:hover {
    color: #fff;
    background: #4c4c4c;
    text-decoration: none;
}
/* //section3 */

.intro-widget-layout {
    max-width: 1170px;
	width:100%;
	padding: 0;
    margin: 0 auto;
    float: none;
    overflow: hidden;
}
@media screen and (min-width:991px){
	.intro-widgetbox {
    	width: 32%;
		border-bottom: none;
	}
	.widget-bottom {
    width: 18%;
	}
}

.intro-board-widget-layout {
    background: #f3f3f3;
}
.intro-widgetbox {
    margin-top: 0px;
    padding: 24px;
}
.widget-bottom {
	padding: 0;
}
.intro-widgetBoardbox > a {
    display: inline-block;
    padding: 0px;
	background: transparent;
    border-bottom: 0px solid transparent;
}
.intro-widgetBoardbox > a:hover {
    border: none !important;
}
.intro-widgetbox > h5 {
    display: block;
}
.intro-widgetBoardbox > a > h5 img {
    display: inline-block;
}

.intro-widgetBoardbox > a > h5 > a.more_btn2 {
    top: 25px;
    right: 25px;
}
.intro-widget-list-box>ul>li>a {
    color: #555;
    margin: 0px 0;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-widget-list-box>ul>li>a:hover, 
.intro-widget-list-box>ul>li>a:focus {
    color: #d71921;
}
span.widget-list-row-subject {
    float: left;
	max-width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intro-widgetBoardbox > a > h5, 
.intro-widgetbox > h5,
.widget-bottom h3,
.widget-bottom2 h3{
    display: inline-block;
    margin: 0 0 15px;
    color: #313131;
    font-size: 20px;
    font-weight: 600;
}

.intro-widget-list-box {
    background: transparent;
}
.intro-widget-list-box>ul {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
}
.intro-widget-list-box>ul>li {
    padding: 0px 0 6px;
    margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
    font-family: "NanumGothic","Malgun gothic" !important;
    letter-spacing: -0.4px;
}
.intro-widget-list-box>ul>li+li {
    border-top: none;
}

.intro-widgetBoardbox {
    border: none;
	background: transparent !important;
	margin-bottom: 0;
}
.intro-widgetBoardbox .pull-right {
    right: 0;
    display: none;
}

/* 위젯 하단 영역 */
.widget-bottom > div {
    padding: 25px;
    min-height: 168px;
}
.banner{overflow: hidden;}
.banner > div {
    overflow: hidden;
	padding: 0;
}
.banner img {
    float: left;
    margin-right: 3px;
	margin-bottom: 7px;
	width: 142px;
}
.contact .list-style {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    padding-left: 13px;
}
a.b_btn{
	color: #555;
    background: #e5e5ea;
    padding: 8px 19px;
    font-size: 12px;
	display:inline-block;
}
a.b_btn:hover, a.b_btn:focus {
    background: #ccccd0;
}
/* 모바일 */
@media screen and (max-width:991px){
	.widget-bottom .banner-area{
		margin-bottom:20px
	}
	.widget-bottom{
		margin-top:20px
	}
}
/* 사이트 링크 */
.widget-bottom2 {
    padding: 0;
    margin-bottom: 40px;
}
.widget-bottom2 h3 {
    display: block;
}
.go-site {
    padding: 0 15px;
}
.go-site a {
    display: inline-block;
    color: #555555;
    padding: 8px 15px;
    border: 3px solid #d3d3d3;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 179px;
}
.go-site a:hover, .go-site a:focus {
    border-bottom: 3px solid #d71921 !important;
    border: 3px solid #d71921;
}


/* ************************************************************************** */
/* 서브 페이지 커스텀 */

.container.sub-layout {
	margin-top: 0;
	padding-left: 0px;
	padding-right: 0px;
}

/* 서브 페이지 반응형 */

@media screen and (min-width: 1200px) {
	#side { width: 185px !important; }
	#content { width: 969px !important; }
}

@media screen and (max-width: 1199px) {
	#side { width: 185px !important; }
	#content { width: 815px !important; }
}

@media screen and (max-width: 991px) {
	#side { width: 185px !important; }
	#content { width: calc(100% - 185px) !important; }
}

@media screen and (max-width: 767px) {
	#content { width: 100% !important; }
}

/* 서브 페이지 반응형 끝 */

#top {
    background: url('/skin/img/sub/sub_top.jpg') no-repeat;
    height: 210px;
    border-bottom: 1px solid #DDD;
    background-position: top center;
}

/* 사이드 메뉴 */

@media screen and (min-width: 768px) {
	#side {
		padding-right: 0px;
	}
}

#side li {
	list-style: none;
}
#side li.top {
    padding: 36px 10px;
    text-align: center;
    font-size: 24px;
    color: #313131;
    border-bottom: 2px solid #d7171f;
}
#side li.top small {
	font-size: 50%;
	display: block;
	color: #666;
	font-weight: 400;
}

#side > li > a {
	padding: 8px 10px;
	display: block;
	color: #000;
	text-decoration: none !important;
	border-bottom: 1px solid #DDD;
	transition: ease .2s all;
	font-size: 14px;
}

#side > li > a:after {
	color: #D7171F;
	transtion: ease .2s all;
}

#side > li > a:hover, #side > li > a:focus {
	color: #D7171F;;
	border-bottom: 1px solid #D7171F !important;
}

#side > li > a:hover:after, #side > li > a:focus:after {
	content: '\f105';
    font-family: 'FontAwesome';
    font-size: 0.5em;
    float: right;
    margin-top: 3px;
}

#side > li.active > a, #side > li.active > a:hover, #side > li.active > a:focus {
	color: #FFF;
	background: #D7171F;
	border-bottom: 1px solid #D7171F !important;
}

#side > li.active > a:after {
	color: #FFF;
	content: '\f105';
    font-family: 'FontAwesome';
    font-size: 0.5em;
    float: right;
    margin-top: 3px;
}
#side > li:last-child {
    border-bottom: 2px solid #aaa;
}
#side > li:last-child a {
    border-bottom: none;
}
#content {
	border-left: 1px solid #DDD;
	padding-bottom: 100px;
	margin-left: 0;
	margin-right: 0;
}
.page-top {
    padding-bottom: 30px;
}
.page-top h1 {
    font-size: 34px;
    color: #313131;
    font-weight: 500;
    margin-top: 10px;
}

.page-top h1 small {
    font-size: 14px;
    color: #666;
    margin-left: 13px;
	transition: ease 0.3s all;
}

.breadcrumb {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 12px;
    text-align: right;
}

.breadcrumb > li {
	color: #888;
}

.breadcrumb > li.active {
	color: #D7171F;
}

.breadcrumb:before {
	color: #ccc;
	content: '\f138';
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.breadcrumb > li+li:before {
	content: '\f105';
	font-family: 'FontAwesome';
}

@media screen and (max-width: 767px) {
	.page-top h1 small {
		display: block;
		line-height: 20px;
		margin-left: 0;
		padding-top: 5px;
	}
}

/* 푸터 */

.footer_copy .row > .col-md-9 {
	text-align: left;
	word-break: keep-all;
}

.footer_copy .row > .col-md-9 > span {
	color: #999;
}

.footer_copy .row > .col-md-9 > span.dummy {
	color: #CCC;
}

.footer_copy .row > .col-md-9 > .copyright {
	font-size: 12px;
	font-weight: 600;
}

.footer_copy .text-center a {
	color: #CCCCCC !important;
}

.footer_copy .text-center a:hover,
.footer_copy .text-center a:focus {
	color: #CCCCCC !important;
	text-decoration: underline !important;
}

@media screen and (max-width: 991px) {
	.footer_copy .row > .col-md-9 {
		padding-top: 20px;
		text-align: center;
	}
	
	.footer_copy .row > .col-md-9 > span {
		display: block;
	}
	
	.footer_copy .row > .col-md-9 > span.dummy {
		display: none;
	}
	
	.footer_copy .row > .col-md-9 > .copyright > span {
		display: block;
	}
}

.footer-img {
	margin: 0 auto;
	margin-top: 15px;
}


/*  페이지 전체 WordBreaking */
body {
	word-break: keep-all;
}

/* summary */
.summary_tb {
    border-style: hidden;
    background-image: url(/skin/img/sub/summary_bg.png);
    background-repeat: no-repeat;
	background-position: 99% 90%;
}
@media screen and (max-width:991px){
	.summary_tb{
		background:transparent;
		background-image:none;
	}	
}
.summary_tb > tbody > tr > th > div {
    background: #eee;
    color: #332;
    text-align: right;
    font-weight: 500;
    border-radius: 20px;
    padding: 6px 10px;
    width: 90%;
    float: right;
	word-break: keep-all;
	transition: ease 0.3s all;
}
.summary_tb > tbody > tr > td {
    color: #555555;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
	.summary_tb > colgroup > col:first-child {
		width: 45%;
	}
	.summary_tb > colgroup > col:last-child {
		width: 55%
	}
}

@media screen and (max-width: 425px) {
	.summary_tb > tbody > tr > th > div {
		text-align: center;
	}
}

/* finance */


.finance > div {
	padding: 0px 35px 35px 35px;
}

@media screen and (max-width: 767px) {
	.finance > div {
		padding: 0px 15px 35px 15px;
	}
}

.finance .tab-content  {
	padding: 30px;
}

.finance_tb {
    margin-top: 35px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #ddd;
}
.finance_tb > thead > tr > th {
    text-align: center;
    background: #F5F5F5;
    color: #313131;
    border: 1px solid #ddd;
}

.finance_tb > tbody > tr > td {
    text-align: right;
    border: 1px solid #ddd;
    font-size: 13px;
}

.finance_tb > tbody > tr > td:first-child {
	text-align: left;
}

.finance .tab-content h4 > span {
	float: right;
}
.finance_tb > tbody > tr:has(td:first-child strong) > td{
    font-weight: 700;
}
#menu2 > div > p {
	text-align: right;
}

/* relationship, org */
.relationship img, .org img {
	margin: auto;
}

/* manager */
.manager {
	padding: 0 35px;
}

@media screen and (max-width: 767px) {
	.manager {
		padding: 0 15px;
	}
}

.manager_tb > tbody > tr > td {
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 425px) {
	.manager_tb > tbody > tr > td {
		display: block;
    	width: 100%;
	}
}

.manager_tb > tbody > tr > td:nth-child(2) {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    padding: 15px 10px;
}

.manager_tb > tbody > tr > td > span {
	color: #C84041;
	font-weight: bold;
}

.manager_tb tbody tr td img {
	max-width: 100px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0 auto;
}

/*? manager table custom */

.manager_tb,
.manager_tb tbody tr,
.manager_tb tbody tr td {
	border: 0;
	border-left: 0;
	border-right: 0;
}

.manager_tb {
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
}

.manager_tb tbody tr td {
	border-bottom: 1px solid #DDD;
}

.tb-align {
	text-align: left;
    font-size: 14px;
    line-height: 26px;
    padding: 15px 88px;
    color: #333 !important;
    font-weight: 400 !important;
}

@media screen and (max-width: 425px) {
	.tb-align {
		padding: 0px;
	}
}

/* vision */
.vision h3{
	font-size: 24px;
    font-weight: 600;
    color: #d7171f;
    margin: 0 0 30px;
}
.vision_def_text {
	padding: 15px 65px 0 65px;
}

.vision_def2, .vision_def4 {
	padding: 15px 15px 15px 15px;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
}

.vision_def2 > h4, .vision_def4 > h4 {
	font-weight: bold;
    font-size: 20px;
    color: #3163CE;
}

@media (max-width: 425px) {
	.vision_def2 > h4, .vision_def4 > h4 {
		font-size: 15px;
    	line-height: 25px;
	}
}

.vision_def3 {
	padding: 15px 15px 15px 15px;
    border-radius: 10px;
    border: 1px solid #333;
}

.vision_def3 > ul {
	text-align: left;
    width: 70%;
    margin: auto;
    font-size: 18px;
    line-height: 35px;
}

@media (max-width: 425px) {
	.vision_def3 > ul {
		margin: 0;
    	width: 100%;
		font-size: 14px;
	}
}

.vision_def4 > h4 {
	color: #C71F27;
}

/* location */

.location {
	margin-left: 0px;
	margin-right: 0px;
}
.location h5 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 27px;
	margin-top: 0;
}
.ad_box {
    padding: 20px;
    background: #f3f3f3;
    margin-top: 20px;
}

.textbox-area {
	max-height: 350px;
    overflow-y: scroll;
}

.textbox-area p.bold {
	font-weight: bold;
}

/* 게시판 */

.dh-board, .form-horizontal#insertForm, .dh-view-box {
	border-left: 1px solid #DDD;
	width: 83.333333%;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	margin-top: 0;
	min-height: 400px;
}

.dh-view-box {
	padding-left: 45px;
    padding-right: 45px;
}

@media screen and (max-width: 991px) {
	.dh-board, .form-horizontal#insertForm, .dh-view-box {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.dh-board, .form-horizontal#insertForm, .dh-view-box {
		border-left: 0;
		width: 100%;
		min-height: none;
	}
	
	.dh-view-box {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.bbs-list-index-layout,
.bbs-list-add-layout,
.bbs-list-edit-layout,
.bbs-list-view-layout {
    width: 100%;
    max-width: 1170px;
}

.bbs-list-index-layout > .page-top,
.bbs-list-add-layout > .page-top,
.bbs-list-edit-layout > .page-top,
.bbs-list-view-layout > .page-top {
	border-left: 1px solid #DDD;
	padding-left: 30px;
	padding-right: 30px;
}

.bbs-list-index-layout #side,
.bbs-list-add-layout #side,
.bbs-list-edit-layout #side,
.bbs-list-view-layout #side {
	margin-left: -15px;
}

.bbs-list-index-layout > p:last-child {
	display: none;
}

/* 펀드소개 */



.whatfund img {
	width: 100%;
	max-width: 173px;
	margin: 0 auto;
}

.introduction_def > ul > li{
	list-style: none;
    text-align: left;
    margin: 0 auto;
    width: 90%;
    border: 2px solid #eee;
    padding: 15px;
    border-radius: 15px;
	margin-top: 15px;
}

.whatfund > div:last-child h4 {
	color: #D71921;
    font-size: 25px;
    font-weight: bold;
}

.introduction_def {
	margin-top: 35px;
}

.introduction_def h4 {
	color: #336699;
}

.whatfund span, .introduction_def span {
    color: #1D7804;
    font-weight: bold;
}

/* 사이트 맵 */

#content.sitemap .col-md-3 {
	transition: ease .5s all;
}

#content.sitemap .panel {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #EFEFEF;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: ease 1s all;
}

#content.sitemap .panel-heading {
	border-radius: 0;
	-webkit-border-radius: 0;
	background: #EFEFEF;
	border-color: #EFEFEF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: -1px;
}

#content.sitemap .panel-body {
	border-radius: 0;
	-webkit-border-radius: 0;
	background: #FFF;
}

#content.sitemap .panel-body li {
	list-style: none;
}

#content.sitemap .panel-body li > a {
	color: #000;
	text-decoration: none !important;
	display: block;
	padding: 5px 0;
	transition: ease .1s all;
	border-bottom: 1px solid #fafafa !important;
}
 
#content.sitemap .panel-body li > a:hover,
#content.sitemap .panel-body li > a:focus {
	color: #D7171F;
	font-weight: bold;
}

#content.sitemap .panel-body li:last-child > a,
#content.sitemap .panel-body li:last-child > a:hover,
#content.sitemap .panel-body li:last-child > a:focus {
	border-bottom: 0px !important;
}

@media screen and (min-width: 992px) {
	#content.sitemap .col-md-3 {
		width: 25%;
	}
}

@media screen and (max-width: 991px) {
	#content.sitemap .col-md-3 {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	#content.sitemap .col-md-3 {
		width: 100%;
	}
}

/* 모달 */
.mplus-modal{

}
.modal.in .modal-dialog{

}
.mplus-modal .modal-header {
	background: #f1f1f1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: bold;
}

.mplus-modal .modal-header .modal-logo {
	float: right;
}
.modal-backdrop.in{
    display: none;
}
@media screen and (max-width: 767px) {
	.mplus-modal .modal-header .modal-logo {
		display: none;
	}
}

.mplus-modal .modal-body {
	padding: 0;
}

.mplus-modal .modal-body .textbox-area {
	padding: 15px;
	background: #FFF;
	padding: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.mplus-modal .modal-footer {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #f1f1f1;
	text-align: center;
	border-top: 0px !important;
}

.mplus-modal .modal-footer .btn {
    float: right;
    display: block;
    background: #FFF !important;
    border: 1px solid #ccc !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}


/* 프로세스 */
.process_def {
	margin-top: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 55px;
}

.process_def img {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.process_def h4 {
	color: #336699;
    text-align: left;
    width: 64%;
    margin: 0 auto;
    margin-bottom: 35px;
}

@media (max-width: 1024px) {
	.process_def h4 {
		width: 77%;
	}
}

@media (max-width: 768px) {
	.process_def h4 {
		width: 100%;
	}
}

/* 컴플라이언스 */

.compliance_def {
	margin-top: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 55px;
}

.compliance_def img {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.compliance_def h4 {
	color: #336699;
    text-align: left;
    width: 64%;
    margin: 0 auto;
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
	.compliance_def h4 {
		width: 77%;
	}
}

@media screen and (max-width: 768px) {
	.compliance_def h4 {
		width: 100%;
	}
}

/* 리스크 */

.risk_def {
	margin-top: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 55px;
}

.risk_def img {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.risk_def h4 {
	color: #336699;
    text-align: left;
    width: 64%;
    margin: 0 auto;
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
	.risk_def h4 {
		width: 77%;
	}
}

@media screen and (max-width: 768px) {
	.risk_def h4 {
		width: 100%;
	}
}

/* 투자전략 */

.strategy_def {
	margin-top: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 55px;
}

.strategy_def img {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.strategy_def h4 {
	color: #336699;
    text-align: left;
    width: 64%;
    margin: 0 auto;
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
	.strategy_def h4 {
		width: 77%;
	}
}

@media screen and (max-width: 768px) {
	.strategy_def h4 {
		width: 100%;
	}
}

/* 펀드상품정보 게시판 카테고리 */
.filter-items .filter-label:hover, .filter-items .filter-label:focus {
    background: #565656;
    color: #fff;
}
.filter-items .filter-label {
    color: #313131;
}

/* 인사말 */
#content .greeting_body h3 {
    margin: -5px 0 30px;
    font-size: 21px;
    color: #D7171F;
    line-height: 1.6em;
    text-align: center;
}
 
#content .greeting_body p {
	word-break: keep-all;
    letter-spacing: -0.01em;
	line-height: 26px;
}

#content .greeting_body p.head {
	font-size: 18px;
	font-weight: bold;
}
#content .greeting_body p.intro {
    font-size: 19px;
    color: #f00;
    font-weight: 600;
    letter-spacing: -0.04em;
}

#content .greeting_body span.ceo_name {
	font-size: 20px;
	font-weight: bold;
    letter-spacing: 2px;
    margin-left: 20px;
}

/* 사이드 메뉴 고객상담 배너 */

#side .callback {
	border-bottom: 1px solid #ddd;
	background: #FFF;
	padding: 15px 5px;
	border-top: 1px solid #ddd;
	margin-top: 25px;
}

#side .callback i.fa {
	font-size: 3.6em;
	margin-right: 0;
}
.en #side .callback i.fa {
    font-size: 2.5em;
    margin-right: 0;
    line-height: 47px;
}

#side .callback p {
	margin-bottom: 0;
	padding-top: 3px;
	font-weight: bold;
}
.en #side .callback p{
    padding-right: 8px;
}
#side .callback p > span {
	color: #D7171F;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
}
.en #side .callback p > span{
    font-size: 16px;
}
.dh-popup{top:110px;}
.dh-popup.pull-right{right: 420px;}
.dh-popup > p {
    margin:0 0 7px;
}
.dh-popup .popup-img{width: 460px;}
.text-bbs7 .form-inline .form-control,
.text-bbs7 .dh-view-box>.row>.dh-view-info>span:nth-of-type(2){
	display:none;
}

/* investment */
/*
.dh-board .table.table-hover tr > .regdate{
    display: none;
}
*/

/* 2020-06-18 */
.nav-upper{

}
.nav-upper::after, .nav-upper .lang::after{
    content: '';
    clear: both;
    display: table;
}
.nav-upper .lang{
    padding: 0;
    margin-bottom:0;
    list-style: none;
    float: right;
}
.nav-upper .lang li {
    float: left;
    cursor: pointer;
    padding: 3px 10px 4px;
    font-weight: 500;
    color: #888;
    margin-left: 3px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    background: #e0e0e0;
}
.nav-upper .lang li:hover {
    color: #333;
    background: #eaeaea;
}
.nav-upper .lang li.active,
.nav-upper .lang li.active:hover,
.nav-upper .lang li.active:focus{
    background: #D6000F;
    color: #fff;
}

.en #section1 .sl-txt .title {
    font-size: 30px;
    line-height: 1.5;
    text-shadow: 0 0 5px rgba(255,255,255,0.8);
    transition:none
}
.en #section1 .sl-txt .txt {
    font-weight: 500;
    font-size: 15px;
    text-shadow: 0 0 2px rgba(255,255,255,1);
}
.en .widget-bottom2{
    padding-top: 40px;
}
.en .go-site a {
    height: 106px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.35;
    padding: 12px 20px;
    text-decoration: none;
}
.en .go-site a:nth-child(2), .en .go-site a:nth-child(3), .en .go-site a:nth-child(5), .en .go-site a:nth-child(6){
    padding-top: 30px;
}
.en .go-site a:nth-child(7){
    padding-top: 22px;
}

.en .page-top h1 {
    letter-spacing: -0.02em;
}

.en .summary h3,
.en .relationship h3 {
    padding-left: 15px;
    margin: 0 0 15px;
    letter-spacing: -0.02em;
    font-size: 20px;
    font-weight: 600;
    text-align:left;
}
.en .summary_tb {
    background-position: 99% 50%;
    background-size: 40%;
}
.en .relationship {
    margin-top: 25px;
}
.en .relationship img {
    margin: 0 15px;
    padding: 60px 150px;
    max-width: 100% !important;
    border-radius: 4px;
}

.en .whatfund > div:last-child h4 {
    letter-spacing: -0.03em;
}

.en #side .side-sub{
    padding: 0;
    background: #f8f8f8;
    margin-bottom: 0;
}
.en #side .side-sub > li{
    
}
.en #side .side-sub > li > a{
    padding: 5px 0px 5px 15px;
    font-size: 12px;
    display: block;
    color: #333;
}
.en #side .side-sub > li.active > a{
    background: none;
    color: #333;
    font-weight: 600;
    border-bottom: 0 !important;
}

.table_strategy {
    border-top: 2px solid #333;
}
.table_strategy tr th, 
.table_strategy tr td {
    font-size: 12px;
    text-align: left;
    border: 1px solid #e8e8e8;
    padding: 12px 5px !important;
}
.prod .table_strategy tr th, 
.prod .table_strategy tr td {
    padding: 12px 8px !important;
}
.prod .table_strategy tr th, 
.prod .table_strategy tr td{
    vertical-align: middle;
}
.table_strategy thead tr th {
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
    color: #333;
    font-weight: 500;
    text-align: center;
}
.table_strategy tr td .li_inner {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.table_strategy tr td .li_inner li {
    position: relative;
    padding-left: 9px;
    color: #5f5f5f;
    line-height: 1.35;
}
.table_strategy tr td .li_inner li+li {
    margin-top: 8px;
}
.table_strategy tr td .li_inner li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #444;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}


@media screen and (max-width: 767px){
    .en #section1 .sl-txt .title {
        font-size: 15px;
        line-height: 1.3;
    }
    .en .go-site a {
        height: auto;
        vertical-align: middle;
        width: 100%;
        padding-top: 8px !important;
    }
    #content{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 991px){
    .navbar-inverse .navbar-brand{
        width: 252px;
        padding-top: 0;
    }
    .container.sub-layout {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .en #side .side-sub > li > a{
        font-size: 13px;
    }
}

.en .prod .table tr td:nth-child(1), .en .prod .table tr td:nth-child(4), .en .prod .table tr td:nth-child(5), .en .prod .table tr td:nth-child(6), .en .prod .table tr td:nth-child(7){
    text-align: center;
}

.en .prod .table-responsive p.text-right{
    margin-bottom: 0;
}

.brochure_dl{
    background: #fff;
    color: #D7171F;
    display: block;
    max-width: 315px;
    text-align: center;
    padding: 9px 0;
    margin-left: 26px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.23);
    border: 1px solid #D7171F;
}
.brochure_dl:hover{
    color: #fff;
    background: #D7171F;
    text-decoration: none;
}
.brochure_dl > i{
    margin-left: 5px;
}

@media (max-width: 767px){
    .brochure_dl{
        font-size: 14px;
    }
    #content .greeting_body h3 {
        margin: 20px 0 25px;
        font-size: 18px;
    }
}