@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body.body-layout {
	background-color: #FAFAFA;
/* 	padding-top: 105px; */
}

/* 리셋 */
body, .body-layout, input, textarea, button, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', "맑은 고딕", 'Malgun Gothic', "애플 SD 산돌고딕 Neo", 'Apple SD Gothic Neo', sans-serif !important;
}

.navbar ~ br, .navbar .caret, .navbar-brand img, .navbar .divider-vertical,
.container.footer-social-layout, .topmarginLay_a,
.navbar .divider-vertical+li, .navbar .divider-vertical+li+li {
	display: none !important;
}

/* 컨테이너 리셋 */
@media screen and (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* 네비게이션 메뉴
 * 비활성화: 스크롤이 최상위일 경우
 * 활성화: 스크롤이 그 이하일 경우
 */

/** 네비게이션 메뉴(비활성화) **/
.navbar-inverse {
/* 	position: absolute; */
	background-color: rgba(0, 0, 0, .39);
	border: none;
	margin-bottom: 0;
	-webkit-transition: ease .3s all;
	-moz-transition: ease .3s all;
	transition: ease .3s all;
}

.navbar-inverse .navbar-brand {
/* 	margin-top: 15px;
	margin-bottom: 15px; */
	margin-top: 22px;
	margin-bottom: 22px;
	margin-left: 15px;
/* 	width: 250px;
	height: 75px;
	background-size: 250px 75px; */
	width: 200px;
	height: 60px;
	background-size: 200px 60px;
	background-image: url('/skin/img/logo/logo_txt_w@2x.png');
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-transition: ease .3s all;
	-moz-transition: ease .3s all;
	transition: ease .3s all;
	
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	position: relative;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a:before {
    content: '';
    background: #fff;
    width: 5px;
    height: 2px;
    position: absolute;
    top: 14px;
    left: 5px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a:before {
	background: #e3c85f;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-brand {
		margin-left: 0 !important;
	}
	
	.navbar-inverse .navbar-nav {
		margin-top: 27px;
		margin-bottom: 27px;
		-webkit-transition: ease .3s all;
		-moz-transition: ease .3s all;
		transition: ease .3s all;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -.05rem;
		padding-left: 20px;
		padding-right: 20px;
/* 		color: #FFF; */
		-webkit-transition: ease .3s all;
		-moz-transition: ease .3s all;
		transition: ease .3s all;
	}
	
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #FFF;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 15px;
		background-color: #333;
		border-radius: 0;
		border: none;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-name: fadeInRight;
		left: 0;
		right: auto;
		
/* 		display: block; */
/* 		position: absolute;
		background-color: transparent;
		width: 60vh;
		padding: 0px 15px; */
	}
	
/* 	.navbar-inverse .navbar-nav .dropdown-menu > li {
		float: left;
	} */
	
	.navbar-inverse .navbar-nav > li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    background-color: transparent;
    color: #FFF;
    padding: 8px 15px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1;
}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #E3C85F;
		text-decoration: underline !important;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/** 네비게이션 메뉴(활성화) **/
.navbar-inverse.active {
	background-color: #FFF;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .125);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, .125);
}

.navbar-inverse.active .navbar-brand {
	width: 200px;
	height: 60px;
	background-size: 200px 60px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url('/skin/img/logo/logo_txt_d@2x.png');
}

@media screen and (min-width: 768px) {
	.navbar-inverse.active .navbar-nav {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.navbar-inverse.active .navbar-nav > li > a {
		color: #212121;
	}
	
	.navbar-inverse.active .navbar-nav > li > a:hover,
	.navbar-inverse.active .navbar-nav > li > a:focus,
	.navbar-inverse.active .navbar-nav > li:hover > a,
	.navbar-inverse.active .navbar-nav > li:focus > a,
	.navbar-inverse.active .navbar-nav > .open > a,
	.navbar-inverse.active .navbar-nav > .open > a:hover,
	.navbar-inverse.active .navbar-nav > .open > a:focus {
		color: #212121;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-inverse .navbar-brand {
		width: 60px;
		transition-duration: 0s;
	}
	
	.navbar-inverse.active .navbar-brand {
		width: 60px;
		transition-duration: .3s;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-brand {
		margin-top: 18px;
		margin-bottom: 17px;
	}
	
	.navbar-inverse .navbar-toggle {
		border-color: #FFF;
		margin-top: 30px;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	.navbar-inverse .navbar-toggle,
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover {
		background-color: transparent !important;
	}
	
	.navbar-inverse .navbar-toggle .icon-bar {
		-webkit-border-radius: 0;
		border-radius: 0;
	}
}

/* 슬라이드 영역 */
.container_contents {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.fill {
	height: 720px;
}

.fill .carousel-caption {
/* 	top: 220px; */
	top: 18%;
	bottom: auto;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.container.container_contents, .fill {
		min-height: auto;
	}
	
	.fill {
		height: 370px !important;
	}
	
	.fill .carousel-caption {
		top: 30vh;
	}
}

.fill .carousel-caption h1 span, .fill .carousel-caption p span {
    font-weight: 300;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
}
.fill .carousel-caption h1 span {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.fill .carousel-caption h1 {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
}
.fill .carousel-caption h1 span .bg {
    font-weight: 600;
    letter-spacing: -0.1em;
    color: #fff;
}
.fill .carousel-caption h1 span .big {
    margin-top: 30px;
    padding-left: 30px;
    display: block;
    color: #e1e1e1;
    font-size: 23px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.15em;
	position: relative;
}
.fill .carousel-caption h1 span .big:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    background: #dedede;
    width: 20px;
    height: 1px;
}

.fill .carousel-caption p {
/*     background: rgba(0, 117, 177, 0.65);
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0 0;
    padding: 5px 15px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn; */
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0 0;
    padding: 5px 0px;
	color: #E3C85F;
	border-bottom: 2px solid #E3C85F;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}
.fill .carousel-caption p span {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
	.fill .carousel-caption h1 span {
		font-size: 32px;
	}
	
	.fill .carousel-caption h1 span .bg {
		line-height: 24px;
	}
	
	.fill .carousel-caption h1 span .big {
		font-size: 24px;
	}
	
	.fill .carousel-caption p {
		font-size: 18px;
	}
}

.fill .carousel-inner > .item { background-size: cover; background-position: top center; background-repeat: no-repeat; background-attachment: fixed; }
.fill .carousel-inner > .item:nth-child(1) { background-image: url('/skin/img/slide/f_slide3.jpg'); }
.fill .carousel-inner > .item:nth-child(2) { background-image: url('/skin/img/slide/f_slide2.jpg'); }
/* .fill .carousel-inner > .item:nth-child(3) { background-image: url('/skin/img/slide/f_slide1.jpg'); } */
.fill .carousel-inner > .item:nth-child(3) { background: url('/skin/img/slide/slide04.jpg') no-repeat center / cover; }
.fill .carousel-inner > .item:nth-child(4) { background: url('/skin/img/slide/slide05.jpg') no-repeat center / cover; }
.fill .carousel-inner > .item:nth-child(5) { background: url('/skin/img/slide/slide06.jpg') no-repeat center / cover; }

.fill .carousel-indicators > li {
	width: 50px;
	height: 8px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #FFF;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.fill .carousel-indicators > li+li {
	margin-left: 3px;
}

.fill .carousel-indicators > li.active {
	background-color: #FFF;
}

.fill .carousel-banners {
    position: absolute;
    height: 160px;
    width: 100%;
/*     top: 420px; */
	bottom: 30px;
}

@media screen and (min-width: 768px) {
	.carousel-banners .row {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}
	
	.carousel-banners .col-md-3 {
		padding-left: 2.5px;
		padding-right: 2.5px;
	}
}

.carousel-banners .container .row > .col-md-3 > .mainBannerBox {
	display: block;
	background-color: #FFF;
	height: 160px;
	background-color: rgba(0, 0, 0, .72);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none !important;
	-webkit-transition: ease-out .3s all;
	-moz-transition: ease-out .3s all;
	-o-transition: ease-out .3s all;
	transition: ease-out .3s all;
}

.carousel-banners .container .row > .col-md-3:nth-child(1) > .mainBannerBox { background-image: url('/skin/img/main/banner1.jpg'); }
.carousel-banners .container .row > .col-md-3:nth-child(2) > .mainBannerBox { background-image: url('/skin/img/main/banner2.jpg'); }
.carousel-banners .container .row > .col-md-3:nth-child(3) > .mainBannerBox { background-image: url('/skin/img/main/banner3.jpg'); }
.carousel-banners .container .row > .col-md-3:nth-child(4) > .mainBannerBox { background-image: url('/skin/img/main/banner4.jpg'); }

.carousel-banners .container .row > .col-md-3:nth-child(1) > .mainBannerBox:hover { background-image: url('/skin/img/main/banner1_on.jpg'); }
.carousel-banners .container .row > .col-md-3:nth-child(2) > .mainBannerBox:hover { background-image: url('/skin/img/main/banner2_on.jpg'); }
.carousel-banners .container .row > .col-md-3:nth-child(3) > .mainBannerBox:hover { background-image: url('/skin/img/main/banner3_on.jpg'); }
.carousel-banners .mainBannerBox .txt {
    display: block;
    color: #FFF;
    position: relative;
    bottom: 0;
    text-align: center;
    width: calc(100% - 5px);
    padding: 111px 10px 25px;
    font-size: 18px;
    letter-spacing: -0.08em;
    font-weight: 400;
    text-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
    background-size: 72px 72px;
    background-position: center 25px;
    background-repeat: no-repeat;
}
.carousel-banners .mainBannerBox .txt:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    bottom: 35px;
    left: 60px;
}
.carousel-banners .mainBannerBox .txt:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    bottom: 35px;
    right: 60px;
}
.carousel-banners .container .row > .col-md-3:nth-child(1) > .mainBannerBox .txt { background-image: url('/skin/img/main/banner1.png'); }
.carousel-banners .container .row > .col-md-3:nth-child(2) > .mainBannerBox .txt { background-image: url('/skin/img/main/banner2.png'); }
.carousel-banners .container .row > .col-md-3:nth-child(3) > .mainBannerBox .txt { background-image: url('/skin/img/main/banner3.png'); }

.carousel-banners .mainBannerBox.typeB {
	cursor: default !important;
}

.carousel-banners .mainBannerBox.typeB .txt2 {
    display: block;
    color: #616161;
    font-size: 19px;
    padding-top: 45px;
    text-align: center;
    letter-spacing: -0.06em;
    font-weight: 600;
}
.carousel-banners .mainBannerBox.typeB .txt3 {
    display: block;
    color: #E3C85F;
    font-size: 28px;
    padding-top: 10px;
    text-align: center;
    letter-spacing: -0.08rem;
    font-weight: 600;
    line-height: 28px;
	-webkit-text-shadow: 0 0.5px 0px rgba(0, 0, 0, .5);
	text-shadow: 0 0.5px 0px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 991px) {
	.carousel-banners .mainBannerBox.typeB .txt2 {
		padding-top: 48px;
	}
	.carousel-banners .mainBannerBox.typeB .txt3 {
		font-size: 20px;
	}
}

.container.container_contents, .fill {
	min-height: 80vh;
}


/* 서브 페이지 */
.container.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container.sub-layout > .sub {
	padding-bottom: 50px;
}

.subHeader {
	height: 350px;
	margin-bottom: 0px;
	background-size: cover;
    background-color: #DDD;
	background-repeat: no-repeat;
	background-position: top center;
}

.subHeader.visual1 { background-image: url('/skin/img/sub/visual1.jpg'); }
.subHeader.visual2 { background-image: url('/skin/img/sub/visual2.jpg'); }
.subHeader.visual3 { background-image: url('/skin/img/sub/visual3.jpg'); background-position: center bottom; }
.subHeader.visual4 { background-image: url('/skin/img/sub/visual4.jpg'); }
.subHeader.visual5 { background-image: url('/skin/img/sub/visual5.jpg'); background-position: center bottom; }
.subHeader.visual6 { background-image: url('/skin/img/sub/visual6.jpg'); }

.subHeader .textBox {
	margin-top: 180px;
	text-align: center;
}
.subHeader .textBox h2 {
    margin: 0 0 15px;
    color: #FFF;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -0.05rem;
}
.subHeader .textBox p {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5rem;
}

.subHeader .breadcrumb {
/*     background-color: transparent; */
/*     padding: 0; */
    margin: 5px 0 0;
    font-size: 13px;
    text-align: right;
    float: right;
    padding: 8px 25px 4px;
    background-color: #FAFAFA;
/*     border-radius: 6px 6px 0 0; */
	-webkit-border-radius: 0;
	border-radius: 0;
}

.subHeader .breadcrumb li {
	color: #212121;
	opacity: .8;
	font-weight: 400;
}

.subHeader .breadcrumb > li:first-child::before {
	font-family: "FontAwesome" !important;
	content: '\f015';
	margin-right: 3px;
}

.subHeader .breadcrumb li.active {
	opacity: 1;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.subHeader .breadcrumb {
		width: 100%;
		text-align: center;
	}
}

/* 서브 페이지 메뉴 */
.subMenu {
	background-color: #FFF;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 50px;
}

.subMenu.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1020;
}
.subMenu .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    border-top: none;
    border-bottom: none;
    border-color: #e1e1e1;
    float: left;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.06em;
    padding: 15px 20px 15px;
}
.subMenu .btn, .subMenu .btn:hover, .subMenu .btn:focus { outline: none; }
.subMenu .btn:hover, .subMenu .btn:focus,
.subMenu .dropdown:hover .btn, .subMenu .dropdown:focus .btn {
	background: #E3C85F;
	color: #fff;
}

.subMenu .btn.btn-custom-home {
	padding: 15px 18px;
}

.subMenu > .container > .dropdown {
	z-index: 101;
}

.subMenu > .container > .dropdown > .btn::after {
	float: right;
	font-family: "FontAwesome" !important;
	content: '\f107';
}

.subMenu .btn+.dropdown > .btn,
.subMenu .dropdown+.dropdown > .btn {
	min-width: 160px;
	text-align: left;
	border-left: 0;
}

.subMenu > .container > .dropdown:hover > .dropdown-menu {
	display: block;
}
.subMenu .dropdown-menu {
    top: 50px;
    min-width: 161px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    z-index: 100;
    margin: 0;
    padding: 10px;
}
.subMenu .dropdown-menu > li > a {
    padding: 8px 10px;
    color: #111;
    font-size: 14px;
    letter-spacing: -0.04em;
}
.subMenu .dropdown-menu > li > a:hover, .subMenu .dropdown-menu > li > a:focus {
	background: #E3C85F;
	color: #fff;
}
.subMenu .dropdown-menu[aria-labelledby="onedepth"] { left: 49px; }
.subMenu .dropdown-menu[aria-labelledby="onedepth"] .caret,
.subMenu .dropdown-menu[aria-labelledby="onedepth"] .divider-vertical+li,
.subMenu .dropdown-menu[aria-labelledby="onedepth"] .divider-vertical+li+li { display: none !important; }
.subMenu .dropdown-menu[aria-labelledby="twodepth"] { left: 209px; }
/* .subMenu .subMenuHeader {
	margin: 5px 0 25px;
	padding: 0 15px;
}

.subMenu .subMenuHeader .txt1 {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #212121;
}

.subMenu .subMenuHeader .txt2 {
	display: block;
	font-size: 11px;
	color: #736F70;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.subMenu .nav-stacked {
	margin-bottom: 15px;
}

.subMenu .nav-stacked>li+li {
	margin-top: 0;
}

.subMenu .nav-pills>li>a {
	color: #736F70;
	border-bottom: 1px solid #DDD;
	padding: 12px 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.subMenu .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #FFF;
	background-color: #E3C85F;
	border-bottom: 1px solid #E3C85F;
}

.subMenu .nav-pills>li.active>a::after {
	font-family: 'FontAwesome' !important;
	float: right;
	content: '\f105';
}
 */
.subContentHeader {
	margin-bottom: 25px;
}

.subContentHeader h2 {
    display: block;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #212121;
    margin: 0;
}

.subContentHeader .sub {
	margin-left: 15px;
    font-size: 12px;
	font-weight: normal;
    color: #736F70;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	line-height: 50px;
}

@media screen and (min-width: 768px) {
	.subContentHeader h2 {
		float: left;
	}
}

.subContentHeader::after {
	content: '';
	background-image: url('/skin/img/sub/header_line.png');
	width: 100%;
	display: block;
	position: relative;
	left: 0;
	height: 7px;
	margin-top: 5px;
}

.nav-justified-style {
	margin-bottom: 25px;
}

.nav-justified-style > li {
	background-color: #818181;
	background-image: url('/skin/img/s_ptn.png');
}

.nav-justified-style > li:hover {
	background-color: #4BA9D5;
}

.nav-justified-style > li:hover > a,
.nav-justified-style > li:hover > a:hover,
.nav-justified-style > li:hover > a:focus,
.nav-justified-style > li:focus > a,
.nav-justified-style > li:focus > a:hover,
.nav-justified-style > li:focus > a:focus {
	background-color: transparent;
}

.nav-justified-style > li > a {
	-webkit-border-radius: 0;
	border-radius: 0;
/* 	background-color: #818181; */
	color: #FFF;
	border-left: 1px solid #FAFAFA;
}

.nav-justified-style > li:first-child > a {
	border-left: 0;
}

.nav-justified-style > li.active {
	background-color: #0588C5;
}

.nav-justified-style > li.active > a,
.nav-justified-style > li.active > a:hover,
.nav-justified-style > li.active > a:focus {
	color: #FFF;
/* 	background-color: #0588C5; */
	background-color: transparent;
}

button[type="submit"] {
	-webkit-border-radius: 4px;
	border-radius: 4px;
/* 	border: none; */
}

.typeModForm button[type="submit"] {
	float: none !important;
	margin-top: 50px;
}

/* 서브 페이지 내용 */
.greetingWrap {
	padding: 25px;
}

.greetingWrap p {
	font-size: 15px;
	line-height: 26px;
	color: #414141;
	font-weight: 400;
	letter-spacing: -0.05rem;
	margin-bottom: 20px;
}
.greetingWrap > p:nth-child(1) {
	color: #c3a73d;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin-bottom: 30px;
}
#location iframe {
	width: 100%;
	height: 350px;
	border: 1px solid #DDD;
}

#location h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}
#location h3:before {
    content: '';
    background: #E3C85F;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 0;
}
#location h4 {
    color: #000;
    font-size: 17px;
    letter-spacing: -0.06em;
    margin-top: 0;
    margin-bottom: 10px;
}
#location h4 i {
    width: 25px;
    color: #E3C85F;
    text-align: center;
}
#location h4+p {
    margin: 0;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.6;
}
#location h4+p i { padding: 0 8px; }
#location p+h4 {
	margin-top: 25px;
}

#dangerGoods .table.table-style tbody tr td {
	text-align: center !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.container_image .col-md-6 {
	margin-bottom: 30px;
}

.container_image .col-md-6 img {
	border: 1px solid #ddd;
}

.subContent h3 {
    color: #111;
    font-size: 22px;
    letter-spacing: -0.04em;
    margin: 10px 0 15px;
}

.sub.typePage#service .subWrap h3+p {
    background-color: #DDD;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sub.typePage#service .subWrap a[href="/#service"] {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: #0588C5;
	background-image: url('/skin/img/s_ptn.png');
	color: #FFF;
}

.q_number div h3 {
	font-size: 14px;
	margin-bottom: 15px;
}

.q_number .form-control,
.q_number .checkbox label {
	font-size: 13px;
}

.q_number div:nth-child(n+3) {
	font-size: 13px;
}

.subContent h3::before {
	position: relative;
	content: '';
	display: inline-block;
	top: 0;
	left: 0;
	vertical-align: top;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #E3C85F;
}

.subContent p {
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.8;
    padding-left: 20px;
}

/* 테이블 스타일 */
.table.table-style {
	border-top: 1px solid #0588C5;
	border-bottom: 1px solid #C8C8C8;
}

.table.table-style thead tr th,
.table.table-style tbody tr th,
.table.table-style tbody tr td {
	vertical-align: middle;
	padding: 8px 10px;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

.table.table-style thead tr th,
.table.table-style tbody tr th {
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: center;
}

.table.table-style thead tr > th:last-child,
.table.table-style tbody tr > td:last-child {
	border-right: 0;
}

.table.table-style tbody.all-centered tr td {
	text-align: center;
}

/* 게시판 테이블 */
.dh-board {
	opacity: 0;
}

.dh-board .table.table-hover {
	border-top: 1px solid #0588C5;
	border-bottom: 1px solid #C8C8C8;
}

.dh-board .table.table-hover thead tr th,
.dh-board .table.table-hover tbody tr th,
.dh-board .table.table-hover tbody tr td {
	vertical-align: middle;
	padding: 12px 15px;
/* 	border-right: 1px solid #D8D8D8; */
	border-bottom: 1px solid #D8D8D8;
}

.dh-board .table.table-hover thead tr th,
.dh-board .table.table-hover tbody tr th {
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: center;
}

/* .dh-board .table.table-hover thead tr > th:last-child,
.dh-board .table.table-hover tbody tr > td:last-child {
	border-right: 0;
} */

.dh-board .table.table-hover tbody.all-centered tr td {
	text-align: center;
}

.pagination > li > a {
	margin: 0;
}

.pagination > li > a,
.dh-board .right-inner-addon .btn {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.dh-view-box {
	opacity: 0;
	margin-bottom: 35px;
}

/* FAQ */
.faq-area .faq-num {
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -1px;
    letter-spacing: -0.05rem;
}

.faq-area .faq-num.notice {
	color: #0588C5;
}

.faq-area .panel-group {
	border-top: 1px solid #0588C5;
/* 	border-bottom: 1px solid #C8C8C8; */
}

.faq-area .panel.panel-default {
	background-color: transparent;
	text-align: left;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: 1px dotted #c8c8c8;
}

.faq-area .panel.panel-default .panel-heading {
	background-color: transparent;
/* 	padding: 15px 25px; */
	padding: 0;
}

.faq-area .panel.panel-default .panel-heading .panel-title > a {
	display: block;
	padding: 20px 20px;
	text-decoration: none !important;
}

.faq-area .panel.panel-default .panel-heading .panel-title > a::after {
	float: right;
	font-family: 'FontAwesome';
	content: '\f055';
	font-size: 20px;
    margin-top: 0px;
	transition: ease .3s all;
	-webkit-transition: ease .3s all;
	-moz-transition: ease .3s all;
	-o-transition: ease .3s all;
	-khtml-transition: ease .3s all;
	-ms-transition: ease .3s all;
}

.faq-area .panel.panel-default .panel-heading .panel-title > a[aria-expanded="true"]::after {
	transform: rotate(180deg);
	content: '\f056';
}

.faq-area .panel.panel-default .panel-body {
	border-top: 0;
	background-color: #FAFAFA;
	padding: 15px 20px 30px;
}

.faq-area .panel-group .panel+.panel {
	margin-top: 0;
}

.faq-area .is-faq-mores {
	display: none;
}

.ul-style {
	padding-left: 20px;
	margin-bottom: 0;
	list-style-type: none;
}

.ul-style > li {
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.8;
    position: relative;
}
.ul-style > li:before {
    content: '';
    position: absolute;
    background: #ccc;
    width: 8px;
    height: 2px;
    left: -18px;
    top: 12px;
}
.ul-style > li > u {
    color: #E3C85F;
    font-weight: 500;
}
/* 주문폼 커스터마이징 */
.q_number input, .q_number textarea {
	margin: 0 0 5px 0;
}

.q_number textarea {
	height: 150px;
}

.checkbox label, .radio label {
	padding-right: 15px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-left: -20px;
	margin-top: 3px;
	padding-right: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	padding-top: 0;
}

.q_number .file_name {
	margin-bottom: 0 !important;
}

/* @media screen and (min-width: 768px) { */
#mod_type_formForm .form-control {
	-webkit-border-radius: 0;
	border-radius: 0;
}

#mod_type_formForm .fa-square {
    display: none;
}

#mod_type_formForm h3.pull-left {
    margin-bottom: 5px !important;
}

/* } */

.sub.typeModForm[data-main="2"] .nav-justified-style > li > a {
	background-position: center 20px; background-repeat: no-repeat; background-size: 28px 28px;
	padding-top: 56px; padding-bottom: 15px; display: block;
	font-size: 17px;
}

.sub.typeModForm[data-main="2"] .nav-justified-style > li:nth-child(1) > a { background-image: url('/skin/img/sub/no7.png'); }
.sub.typeModForm[data-main="2"] .nav-justified-style > li:nth-child(2) > a { background-image: url('/skin/img/sub/no8.png'); }
.sub.typeModForm[data-main="2"] .nav-justified-style > li:nth-child(3) > a { background-image: url('/skin/img/sub/no9.png'); }
.sub.typeModForm[data-main="2"] .nav-justified-style > li:nth-child(4) > a { background-image: url('/skin/img/sub/mail.png'); }

.mod-custom-form-no7 #mod_type_formForm,
.mod-custom-form-no8 #mod_type_formForm,
.mod-custom-form-no9 #mod_type_formForm {
	margin-left: -15px;
	margin-right: -15px;
	opacity: 0;
}

/** 주문폼 NO 7 **/
.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(9) {
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #CCC;
}

@media screen and (min-width: 768px) {	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(3),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(5),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(18) {
		width: 30%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(4),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(17) {
		width: 70%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(9),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(12),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(21) {
		width: 100%;
		padding-right: 50%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(13),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(14),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(15),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(16) {
		width: 50%;
	}
}

/** 주문폼 NO 8 **/
.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(9) {
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #CCC;
}

@media screen and (min-width: 768px) {	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(3),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(5),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(18) {
		width: 30%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(4),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(17) {
		width: 70%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(9),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(12),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(21) {
		width: 100%;
		padding-right: 50%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(13),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(14),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(15),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(16) {
		width: 50%;
	}
}

/** 주문폼 NO 9 **/
.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(9) {
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #CCC;
}

@media screen and (min-width: 768px) {	
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(3),
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(5),
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(18) {
		width: 30%;
	}
	
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(4),
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(17) {
		width: 70%;
	}
	
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(9),
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(12),
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(21) {
		width: 100%;
		padding-right: 50%;
	}
	
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(13),
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(14),
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(15),
	.mod-custom-form-no9 #mod_type_formForm > .q_number:nth-child(16) {
		width: 50%;
	}
}

.mod-custom-form-no7 #mod_type_formForm,
.mod-custom-form-no8 #mod_type_formForm,
.mod-custom-form-no9 #mod_type_formForm {
    margin-bottom: 50px;
    opacity: 1;
    background-color: #fbfdff;
    padding-top: 25px;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #DDD;
    padding-bottom: 25px;
    max-width: 980px;
    margin: 0 auto;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .125);
    margin-top: 35px;
}

.maintenance {
	padding-top: 75px;
	padding-bottom: 50px;
	text-align: center;
}

.maintenance i {
	font-size: 60px;
    background-color: #313D47;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 70px;
    padding: 15px 15px 15px 10px;
    color: #FFF;
}

/* 푸터 및 퀵메뉴 */
.footer_copy {
	float: left;
	width: 100%;
	background-color: #EFEFEF;
	border-top: 1px solid #EEE;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer_inner .container {
	text-align: left;
}

.footer_inner .container .footer_logo {
	float: left;
	width: 150px;
}

.footer_inner .container .footer_logo_txt {
	float: left;
	color: #6d6d6d;
}

.footer_inner .container .footer_logo_txt+.footer_logo_txt {
	margin-left: 20px;
}

.footer_inner .container .footer_logo+.footer_logo_txt {
	margin-top: 10px;
}

.footer_inner .container .footer_logo+.footer_logo_txt > span {
	margin-left: 20px;
}

.footer_inner .footer_logo_txt {
	padding-top: 10px;
}

.footer_inner .footer_logo_txt span {
	display: block;
	margin-bottom: 3px;
}

.footer_inner .col-sm-6 .footer_logo_txt > span:nth-child(1) {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.footer_inner .col-sm-6 .footer_logo_txt > span:nth-child(2) {
	margin-bottom: 8px;
}

.quickRight {
	position: fixed;
/*     bottom: 300px; */
	bottom: 10%;
    right: -100px;
    z-index: 1020;
    background-color: #F7F7F7;
	-webkit-transition: ease .5s all;
	transition: ease .5s all;
}

.quickRight:hover {
	right: 0;
}

@media screen and (max-width: 767px) {
	.quickRight {
		display: none !important;
	}
}

.quickRight::before {
    position: absolute;
    display: block;
    font-family: "FontAwesome" !important;
    content: '\f104';
    left: -30px;
    top: 0;
    background-color: #414141;
    width: 30px;
    height: 63px;
    border-radius: 6px 0 0 6px;
    color: #FFF;
    font-size: 20px;
    padding: 17px 0;
}

.quickRight:hover::before {
	content: '\f105';
}

.quickRight ul {
	padding-left: 0;
	margin-bottom: 0;
	border-left: 1px solid #DDD;
}

.quickRight ul li {
	list-style: none;
}

.quickRight ul li:hover {
	background-color: #EFEFEF;
}

.quickRight ul li a {
	padding: 10px;
	display: block;
	border-bottom: 1px solid #DDD;
	text-decoration: none !important;
}

.quickRight ul > li:first-child a {
	border-top: 1px solid #DDD;
}

.quickRight ul li a .img {
	display: block;
	background-color: #444;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 8px;
	float: left;
}

.quickRight ul li a .img > img {
	width: 24px;
	height: 24px;
}

.quickRight ul li a .txt {
    padding: 10px 10px;
    display: block;
    min-width: 100px;
    text-align: left;
    margin-left: 42px;
    font-size: 15px;
	color: #414141;
}

/* .quickRight ul li.moveTop a .txt {
	margin-left: 0;
	padding: 0;
	-webkit-transition: ease .5s all;
	transition: ease .5s all;
}

.quickRight:hover ul li.moveTop a {
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: ease .5s all;
	transition: ease .5s all;
}

.quickRight:hover ul li.moveTop a .txt {
	margin-left: 0;
	padding: 0;
} */

.quickRight ul > li:nth-child(1) a .img { background-color: #04A1AB; }
.quickRight ul > li:nth-child(2) a .img { background-color: #0588C5; }
.quickRight ul > li:nth-child(3) a .img { background-color: #166AD3; }
.quickRight ul > li:nth-child(4) a .img { background-color: #FBA519; }

/* 2017-08-23 added */
.subContentHeader.mainVer {
	text-align: center;
}

.subContentHeader.mainVer h2 {
	float: none;
	display: inline-block;
}

.intro-html-layout .section {
	padding-top: 75px;
	padding-bottom: 75px;
}

.bg-white {
	background-color: #FFF !important;
}

#vision.section {
	background-image: url('/skin/img/main/vision_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}

/* #network {
	background: #0097df;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDk3ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDEzNjUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover, #0097df 0%, #013650 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #0097df 0%,#013650 100%);
	background: radial-gradient(ellipse at center, #0097df 0%,#013650 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097df', endColorstr='#013650',GradientType=1 );
} */

#slider {
/* 	margin-bottom: 50px; */
}

#service .section-contents .col-xs-5 {
	margin-bottom: 20px;
}

#service .centered-btn {
    position: absolute;
    z-index: 1000;
    width: 20vw;
    left: calc(50% - 10vw);
    margin-top: 7%;
}

.login-layout {
    max-width: 1170px;
    margin: 150px auto 50px;
}

.kakaoMap{
	width: 100% !important;
}