@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/kopubbatang.css);
@import url("http://img.mailplug.com/template/custom_css/animate.css");

/* 폰트 조정 */
body, textarea, input, button, h1, h2, h3, h4, h5, h6, p, li, ol {
    font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif !important;
    font-weight: 400;
}

html { overflow-x: hidden; overflow-y: scroll; }
body { background-color: #F3F3F3; }
body > .container:not(.sub-layout) { background-color: #ECECEC; width: 100%; }
.navbar-inverse .divider-vertical, .navbar-inverse .caret, .container.footer-social-layout { display: none !important; }

.lang-en * {
	word-break: normal;
}

/* 상단 메뉴 영역 */
.navbar-inverse {
	background-image: none;
	background-color: #181818;
	border-bottom-color: transparent;
	margin-bottom: 0;
}

.navbar.navbar-static-top {
	position: fixed;
    right: 0;
    left: 0;
	top: 0;
    z-index: 1030;
}

.navbar-inverse .navbar-nav {
	visibility: hidden;
}

.navbar-inverse .navbar-brand {
	padding: 20px 20px; 
}

.navbar-inverse .navbar-brand img,
.footer_copy .footer-brand {
	margin-top: 0;
	width: 208px;
	height: 50px;
}

/* 상단 메뉴 영역 - Tablet, PC */
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav {
		margin-top: 35px;
	}
	.navbar-inverse .navbar-nav > li > a {
		color: #777;
		font-weight: 600;
		text-shadow: none;
		-webkit-text-shadow: none;
		transition: ease .3s all;
	}
}

/* 상단 메뉴 영역 - Mobile */
@media screen and (max-width: 767px) {
	.navbar-toggle {
		margin-top: 35px;
	}
}

.wrap-langbtn {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1031;
	padding: 15px 0 0;
}

.wrap-langbtn .langbtn {
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: 0;
	background: transparent;
	color: #FFF;
	border: 0;
	font-size: 12px;
	padding: 0;
	opacity: .5;
	transition: ease .3s all;
}

.wrap-langbtn .langbtn.is-active {
	opacity: 1;
}

.wrap-langbtn .langbtn+.langbtn {
	margin-left: 5px;
}

.topmarginLay_a {
	display: block !important;
	height: 90px !important;
}

/* 메인 슬라이드 영역 */
#mainCarousel {
	min-height: calc(100vh - 203px);
}

#mainCarousel .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#mainCarousel .carousel-inner .item,
#mainCarousel .carousel-inner .active.left,
#mainCarousel .carousel-inner .active.right {
	opacity: 0;
}

#mainCarousel .carousel-inner .active,
#mainCarousel .carousel-inner .next.left,
#mainCarousel .carousel-inner .prev.right {
	opacity: 1;
}

#mainCarousel .carousel-inner .next,
#mainCarousel .carousel-inner .prev,
#mainCarousel .carousel-inner .active.left,
#mainCarousel .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#mainCarousel .carousel-control {
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.main-copy-big {
		font-size: 80px;
		line-height: 78px;
		display: block;
		font-family: "Kopub Batang", serif;
		letter-spacing: 0.03em;
		animation-duration: 1s;
		animation-fill-mode: both;
/* 		animation-name: fadeInUp; */
		animation-delay: .2s;
	}

	.main-copy-small {
		font-size: 24px;
		display: block;
		margin-top: 25px;
		letter-spacing: 0.03em;
		line-height: 26px;
		animation-duration: 1s;
		animation-fill-mode: both;
/* 		animation-name: fadeInUp; */
		animation-delay: .5s;
	}
	
	.carousel-caption {
		top: 28%;
		bottom: auto;
	}
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 2px solid #FFF;
	margin: 0 5px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	background: #FFF;
	border: 2px solid #FFF;
	margin: 0 5px;
}

/* 서브 페이지 영역 */
.container.sub-layout {
	width: 100%; padding: 0; margin: 0;
	min-height: calc(100vh - 203px);
}

.is-header {
	height: 200px;
	background-image: url('/skin/img/sub/subTop.jpg');
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.is-header > .container {
	height: 100%;
}

.is-header .breadcrumb {
    float: right;
    background: transparent;
    padding: 0;
	margin-top: 215px;
}

.is-header .breadcrumb::before {
	font-family: "FontAwesome" !important;
	content: '\f015';
}

.header-box {
	float: left;
	width: 262.5px;
	height: 250px;
	background-color: rgba(160, 140, 126, .72);
	padding: 110px 30px 30px;
}

.header-box h2, .header-box p {
	margin: 0; padding: 0;
	color: #FFF;
}

.header-box h2 {
	font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 500;
}

.header-box p {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
}

/* 사이드 스타일 */
.side {
	padding-left: 0;
	list-style: none;
}

.side .divider {
	color: #666;
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 14px;
}

.side .divider:not(first-child) {
	margin-top: 20px;
}

.side > .divider:first-child {
	margin-top: 0;
}

.side li {
	list-style: none;
}

.side li > a {
	display: block;
	font-size: 15px;
	line-height: 32px;
	color: #212121;
	border-left: 3px solid #CECECE;
	border-bottom: 1px solid #DFDFDF;
	padding: 5px 15px;
	background-color: #E9E9E9;
}

.side li > a:hover, .side li > a:focus {
	border-bottom: 1px solid #DFDFDF !important;
}

.side li.active > a {
	border-left-color: #A08C7E;
	font-weight: bold;
	color: #A08C7E;
}

/* 컨텐츠 영역 */
.is-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.is-content p {
	font-size: 15px;
	line-height: 32px;
	color: #212121;
	margin: 0 0 10px;
}

.lang-kr * {
	word-break: keep-all;
}

.is-content h3 {
	margin-top: 0;
	margin-bottom: 25px;
	color: #A08C7E;
	padding-bottom: 15px;
	border-bottom: 1px solid #CECECE;
}

.quote-box {
    background-color: #FFF;
    padding: 30px 30px 20px 30px;
    margin: 25px 0;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, .125);
}

.pg-contactus p+h4 {
	margin-top: 25px;
}

.pg-contactus iframe {
	border: 1px solid #CECECE;
}

.pg-members h4 {
	border-left: 3px solid #A08C7E;
	padding-left: 10px;
	font-weight: 500;
}

.list {
	padding-left: 15px;
}

.list li {
	list-style: none;
	display: block;
	font-size: 15px;
	line-height: 32px;
	color: #212121;
}

.is-point {
	color: #A08C7E !important;
}

.is-members-pic {
    margin-top: 10px;
    /* border-radius: 6px; */
    /* -webkit-border-radius: 6px; */
    border: 6px solid #FFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}


/* 푸터 영역 */
.footer_copy { float: left; width: 100%; background-color: #181818; }
.footer_copy .text-center { color: #777; padding: 25px 15px 10px; font-size: 12px; }
.footer_copy .text-center .col-md-9 { line-height: 20px; }
.footer_copy .text-center p ~ br { display: none; }
.footer_copy .footer-brand { margin: 0 5px; }
.footer_copy .footer-brand-name { font-weight: 600; }
.footer_copy span+span { margin-left: 10px; }
.footer_copy .copyright { font-weight: 600; margin: 0; }