@charset "utf-8";

	@font-face {
		font-family: 'Noto Sans Thin';
		font-style: normal;
		font-weight: 100;
		src: local('Noto Sans Thin'), local('NotoSans-Thin'),
		url(/assets/fonts/NotoSansKR-Thin-Hestia.eot),
		url(/assets/fonts/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
		url(/assets/fonts/NotoSansKR-Thin-Hestia.woff) format('woff'),
		url(/assets/fonts/NotoSansKR-Thin-Hestia.otf) format('opentype');
	}

	@font-face {
		font-family: 'Noto Sans Light';
		font-style: normal;
		font-weight: 300;
		src: local('Noto Sans Light'), local('NotoSans-Light'),
		url(/assets/fonts/NotoSansKR-Light-Hestia.eot),
		url(/assets/fonts/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
		url(/assets/fonts/NotoSansKR-Light-Hestia.woff) format('woff'),
		url(/assets/fonts/NotoSansKR-Light-Hestia.otf) format('opentype');
	}

	@font-face {
		font-family: 'Noto Sans DemiLight';
		font-style: normal;
		font-weight: 400;
		src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
		url(/assets/fonts/NotoSansKR-DemiLight-Hestia.eot),
		url(/assets/fonts/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
		url(/assets/fonts/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
		url(/assets/fonts/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
	}

	@font-face {
		font-family: 'Noto Sans Regular';
		font-style: normal;
		font-weight: 400;
		src: local('Noto Sans Regular'), local('NotoSans-Regular'),
		url(/assets/fonts/NotoSansKR-Regular-Hestia.eot),
		url(/assets/fonts/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
		url(/assets/fonts/NotoSansKR-Regular-Hestia.woff) format('woff'),
		url(/assets/fonts/NotoSansKR-Regular-Hestia.otf) format('opentype');
	}

	@font-face {
		font-family: 'Noto Sans Medium';
		font-style: normal;
		font-weight: 500;
		src: local('Noto Sans Medium'), local('NotoSans-Medium'),
		url(/assets/fonts/NotoSansKR-Medium-Hestia.eot),
		url(/assets/fonts/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
		url(/assets/fonts/NotoSansKR-Medium-Hestia.woff) format('woff'),
		url(/assets/fonts/NotoSansKR-Medium-Hestia.otf) format('opentype');
	}

	@font-face {
		font-family: 'Noto Sans Bold';
		font-style: normal;
		font-weight: 700;
		src: local('Noto Sans Bold'), local('NotoSans-Bold'),
		url(/assets/fonts/NotoSansKR-Bold-Hestia.eot),
		url(/assets/fonts/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
		url(/assets/fonts/NotoSansKR-Bold-Hestia.woff) format('woff'),
		url(/assets/fonts/NotoSansKR-Bold-Hestia.otf) format('opentype');
	}

	@font-face {
		font-family: 'Noto Sans Black';
		font-style: normal;
		font-weight: 900;
		src: local('Noto Sans Black'), local('NotoSans-Black'),
		url(/assets/fonts/NotoSansKR-Black-Hestia.eot),
		url(/assets/fonts/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
		url(/assets/fonts/NotoSansKR-Black-Hestia.woff) format('woff'),
		url(/assets/fonts/NotoSansKR-Black-Hestia.otf) format('opentype');
	}



* {
	font-family: "Noto Sans DemiLight", "Dotum","돋움",Serif;
}
a, a:visited, a:actived, a:hover {
	text-decoration:none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Noto Sans DemiLight" !important;
}


header.mainHeader {
	position:fixed;
	width:100%;
	top:63px;
	left:0px;
	background-color:transparent;
	z-index:1000;
}
header.subHeader {
	width:100%;
	margin-top:60px;
	background-color:transparent;
	z-index:1000;
}

#btn_side {
	z-index:900;
}

#fp-nav {
	left:20px;
}


div.divTopNavi {
	position:relative;
}
div.divBtnClose {
	position:absolute;
	top:12px;
	right:25px;
	width:30px;
	height:30px;
	z-index:50005;
	display:none;
	background-color:white;
	text-align:center;
}
div.divBtnClose img {
	width:100%;
}


.navbar-default{
	border-color:transparent;
	background-color:transparent;
	background-image:none;
	box-shadow:0px 0px 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color:transparent;
}


a.navbar-brand img {
	max-width:110px;
	margin-left:24px;
	margin-top:-44px;
}

a.navbar-brand.logoSub img {
	max-width:300px;
}

div#topmenu-navbar-collapse {
	margin-left:40%;
}

.navbar-default .navbar-nav>li>a {
	color:white;
	font-size:1.5em;
	margin-right:26px;
	letter-spacing:-1px;
}
.navbar-default .navbar-nav>li>a:last-child {
	margin-right:0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:white;
}
ul#ulMember {
	padding-left:40px;
}
ul#ulMember li {
	font-size:0.8em;
}

.navSub>li>a {
	color:black !important;
}

div.divSection1 {
	margin-left:42%;
	top:38%;
	posItion:absolute;
}

div.divSection1 h1 {
	font-family: 'Bodoni Moda', serif !important;
	color:white;
	letter-spacing:8px;
	font-size:3.2em;
	margin-bottom:30px;
}
div.divSection1 h1 span {
	font-family: 'Nanum Myeongjo', serif;
	color:white;
	letter-spacing:0px;
	font-size:0.8em;
	padding-top:2px;
}
div.divSection1 h2 {
	color:white;
	font-size:1.7em;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height:150%;
	letter-spacing:-0.7px;
	font-family:"Noto Sans Light" !important;
}
button#btnSlide1 {
	margin-top:40px;
	border-radius:0px;
	background-color:#9b7f53;
	color:#fff;
	width:150px;
	height:36px;
}

div.divSection2 {
	height:100%;
}
div.section2cont1 {
	width:38%;
	height:100%;
	float:left;
/* 	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column; */
	padding-left:175px;
	padding-top:20%;
}

div.divSection2BGBlack {
	width:62%;
	height:100%;
	float:left;
/*
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
*/
	background-color:rgba(0,0,0, 0.56);
}

div.section2cont2 {
	padding-top:13.7%;
	padding-left:75px;
	height:100%;
/*
	vertical-align:middle;
	width:40%;
	height:100%;
	float:left;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
*/
}
div.section2cont2 h1 {
	font-size:2.8em;
	font-family: 'Bodoni Moda', serif !important;
	color:white;
	margin-top:-6px;
	letter-spacing:6px;
}

div.section2cont2 h1 span {

}
div.section2cont2 h2 {
	font-family: 'Nanum Myeongjo', serif !important;
	font-weight:400;
	color:#9b7f53;
	margin-top:5px;
	font-size:2.5em;
	letter-spacing:-2px;
}
div.section2cont2 p {
	margin-top:47px;
	color:white;
	font-size:1.4em;
}


div.section2cont3 {
	padding-top:13.7%;
	padding-left:35px;
/*
	vertical-align:middle;
	width:60%;
	height:100%;
	float:left;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
*/
}
div.section2cont3 h1 {
	font-size:2.8em;
	font-family: 'Bodoni Moda', serif !important;
	color:white;
	margin-top:-6px;
	letter-spacing:6px;
}

div.section2cont3 h1 span {

}
div.section2cont3 h2 {
	font-family: 'Nanum Myeongjo', serif !important;
	font-weight:400;
	color:#9b7f53;
	margin-top:5px;
	font-size:2.5em;
	letter-spacing:-2px;
}
div.section2cont3 p {
	margin-top:47px;
	color:white;
	font-size:1.4em;
}

div.divLeftLine {
	border-left:1px solid white;
	padding:110px 0px 110px 76px;
}
div.divLeftLineNone {
	/* min-height:795px; */
	padding-top:110px;
}



h3.h3Section2 {
	/* color:#997e52; */
	color:white;
	font-size:3.2em;
	font-family: 'Bodoni Moda', serif !important;
	letter-spacing:9px;
}
h4.h4Section2 {
	font-family: 'Nanum Myeongjo', serif !important;
	color:white;
	letter-spacing:3.5px;
	font-size:2.3em;
	text-shadow:0px 2px 5px #333;
}
p.pSection2 {
	font-family:"Noto Sans Thin";
	margin-top:60px;
	color:white;
	font-size:1.3em;
	max-width:400px;
	line-height:170%;
}
button#btnSlide2 {
	margin-top:20px;
	border-radius:0px;
	background-color:#9b7f53;
	color:#fff;
	width:150px;
	height:36px;
}

div.fullpage-wrapper {
	height:100vh;
}



div.section3cont1 {
	width:38%;
	height:100%;
	float:left;
/* 	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column; */
	padding-left:107px;
	padding-top:23%;
}

div.section3cont2 {
	width:62%;
	height:100%;
	float:left;
	padding-top:9%;
	padding-left:55px;
}

h3.h3Section3 {
	color:#997e52;
	font-size:3.2em;
	font-family: 'Bodoni Moda', serif !important;
	letter-spacing:9px;
}
h4.h4Section3 {
	font-family: 'Nanum Myeongjo', serif !important;
	color:#997e52;
	letter-spacing:3.5px;
	font-size:2.0em;
}

div.section3cont2 h3 {
	color:#997e52;
	font-size:1.9em;
	font-family: 'Bodoni Moda', serif !important;
	letter-spacing:2px;
	font-weight:700;
}
div.section3cont2 h4 {
	color:#997e52;
	font-size:1.5em;
}

div.bbsNotice {
	min-height:75vh;
	position:relative;
	float:left;
	width:28%;
}

div.bbsReference {
	border-left:1px solid #999;
	min-height:75vh;
	padding-left:58px;
	position:relative;
	float:left;
	width:31.5%;
}

div.bbsNews {
	border-left:1px solid #999;
	min-height:75vh;
	padding-left:58px;
	position:relative;
	position:relative;
	float:left;
	width:34%;
}

button.btnViewAll {
	position:absolute;
	/* left:0px; */
	bottom:0px;
	font-size:1em;
	width:130px;
	height:42px;
}
ul.ulMainNotice {
	width:90%;
	padding:60px 0px 0px 0px;
}
ul.ulMainNotice li {
	list-style:none;
	color:#9b7f53;
}
ul.ulMainNotice li a {
	color:#9b7f53;
	text-decoration:none;
}
ul.ulMainNotice li p {
	font-size:1.1em;
	font-family:"Noto Sans Bold" !important;
	text-transform:uppercase;
}
ul.ulMainNotice li h4 {
	margin-bottom:30px;
	font-size:1.2em;
	height:50px;
	overflow:hidden;
	line-height:150%;
}

ul.ulMainNotice li h5 {
	margin-bottom:10%;
	padding-bottom:10%;
	font-size:1.2em;
	font-family:"Noto Sans Black" !important;
	font-weight:900;
	border-bottom:1px solid #9b7f53;
}
ul.ulMainNotice li:last-child h5 {
	border-bottom:0px;
}

ul.ulMainRefer {
	width:90%;
	padding:60px 0px 0px 0px;
}

ul.ulMainRefer li {
	list-style:none;
	color:#9b7f53;
}
div.divReferIMG {
	width:92%;
	padding-top:65%;
}
ul.ulMainRefer li a {
	color:#9b7f53;
	text-decoration:none;
}

ul.ulMainRefer li h4 {
	margin-bottom:10px;
	font-size:1em;
}
ul.ulMainRefer li p {
	font-size:1.1em;
	font-style:italic;
	text-transform:uppercase;
	float:left;
	padding-left:15px;
}
ul.ulMainRefer li h5 {
	margin-top:0px;
	margin-bottom:30px;
	font-size:1.2em;
	font-family:"Noto Sans Black" !important;
	font-weight:900;
	float:right;
	padding-right:30px;
}










div#section4 div.footer {
	background-color:#19221c;
	min-height:255px;
	margin-bottom:-30px;
	padding:20px 0px 0px 80px;
	color:#9b7f53;
	display:inline-block;
	width:100%;
}
div#section4 div.footer h1 {
	color:#9b7f53;
	font-family: 'Bodoni Moda', serif !important;
	font-weight:600;
	font-size:2.2em;
}
footer div.footer {
	width:100%;
	display:inline-block;
	background-color:#19221c;
	min-height:255px;
	margin-bottom:-30px;
	padding:20px 0px 0px 80px;
	color:#9b7f53;
}
footer div.footer h1 {
	color:#9b7f53;
	font-family: 'Bodoni Moda', serif !important;
	font-weight:600;
	font-size:2.2em;
}
div.footer a {
	text-decoration:none;
	color:#9b7f53;
}
ul.ulFooter {
	margin-top:20px;
	display:inline-block;
	padding:0px;
}
ul.ulFooter li {
	float:left;
	list-style:none;
	line-height:120%;
	font-size:1.2em;
}
ul.ulFooter li:after {
	content:"|";
	padding:0px 30px;
}
ul.ulFooter li:last-child:after {
	content:"";
	padding:0px;
}

div.footer address {
	margin-top:30px;
	margin-bottom:5px;
	font-size:1.1em;
}
div.footer p {
	font-size:1.1em;
}
div.footer p.copyRight {
	font-size:0.9em;
	margin-top:30px;
}



#fp-nav li {
	display:flex;
	height:auto !important;
	min-height:20px;
}
#fp-nav li a.active {
	padding-bottom:150px;
}


#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
	color:#9b7f53;
	transform:rotate(90deg) translateX(68px) translateY(39px);

}
#fp-nav ul li a span {
	height: 12px !important;
	width: 12px !important;
	border-color:#9b7f53 !important;
	border:1px solid #9b7f53 !important;
	background-color:white !important;
	margin:-12px 0px 0px -12px;
}
#fp-nav ul li a.active span {
	height: 6px !important;
	width: 6px !important;
	border-color:#9b7f53 !important;
	background-color:#9b7f53 !important;
	margin:-66px 0px 0px 1px !important;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
	width:100px !important;
}







/* ----------------------------------------------------------------------------------- s_clappdi */
div.subDocumentWrapper {
	padding:0px 15px;
}
div.documentWrapper {
	width:100%;
	max-width:1680px;
	margin:100px auto 100px auto;
	padding:0px 15px;
}

p.pNavi {
	text-align:right;
	color:#a4a4a4;
	margin-top:-10px;
	margin-bottom:20px;
	clear:both;
}
p.pNavi > span {
	border-bottom:1px solid #a4a4a4;
	display:inline-block;
	padding-bottom:3px;
}
h1.sclappdi_h1 {
	font-family: 'Bodoni Moda', serif !important;
	font-size:5.3em;
	text-align:center;
	font-weight:700;
	line-height:160%;
	margin-bottom:90px;
}
div.documentWrapper h2 {
	font-family: 'Bodoni Moda', 'Nanum Myeongjo', serif !important;
	font-size:3.3em;
	text-align:left;
	font-weight:700;
	line-height:160%;
	margin-bottom:90px;
}


div.sclappdi_cont1 {
	margin-top:68px;
	width:100%;
	clear:both;
}

h2.sclappdi_h2 {
	font-family: 'Nanum Myeongjo', serif !important;
	color:black;
	letter-spacing:2px;
	font-size:4.2em;
	font-weight:800;
	line-height:160%;
	margin-top:5px;
}
div.sclappdi_cont1 > div.col-xs-12.col-sm-6:first-child {
	padding:0px;
}
div.sclappdi_cont1 > div.col-xs-12.col-sm-6:last-child {
	padding-left:96px;
	padding-right:20px;
}
h3.sclappdi_h3 {
	color:black;
	font-weight:600;
	line-height:160%;
	font-size:1.88em;
}

div.sclappdi_cont2 {
	/* display:flex; */
	width:100%;
	margin-top:50px;
}
div.sclappdi_cont2 > div.col-xs-12 {
	padding:5px;
}

div.sclappdi_cont2 h5 {
	font-size:1.9em;
	line-height:160%;
	margin-top:50px;
}


/* ----------------------------------------------------------------------------------- Research */
div.research_cont1 {
	padding-top:10px;
	width:100%;
	clear:both;
	display:inline-block;
}
div.research_cont1 div.col-xs-12.col-sm-6 {
	
}
div.research_cont1 h1 {
	font-family: 'Bodoni Moda', serif !important;
	font-size:6em;
	line-height:115%;
	margin-top:0px;
}
div.research_cont1 > div.col-xs-12.col-sm-6:last-child {
	padding:40px 0px 0px 0px;
	margin-left:-5px;
}

div.research_cont1 h2 {
	font-family: 'Nanum Myeongjo', serif !important;
	margin-top:160px;
	font-size:4.5em;
	font-weight:600;
	line-height:150%;
}

div.research_cont2 {
	padding-top:60px;
	width:100%;
	clear:both;
}

div.research_cont2 h5 {
	font-size:1.92em;
	line-height:160%;
}

div.research_cont3 {
	padding-top:125px;
	width:100%;
	clear:both;
	display:inline-block;
}
div.research_cont3 > div.col-xs-12.col-sm-6 img {
	width:100%;
}
div.research_cont3 > div.col-xs-12.col-sm-6:first-child {
	padding-left:0px;
	padding-right:80px;
}
div.research_cont3 > div.col-xs-12.col-sm-6:last-child {
	padding-left:70px;
	padding-right:9px;
}
div.research_cont3 h3 {
	text-align:center;
	font-family: 'Nanum Myeongjo', serif !important;
	font-weight:600;
	font-size:2.6em;
}
div.research_cont3 p {
	text-align:center;
	font-size:1.5em;
	line-height:150%;
	margin-top:20px;
}


/* ------------------------------------------------------------------------------------------- BOARD */
h3.boardTitle {
	font-family: 'Bodoni Moda', 'Nanum Myeongjo', serif !important;
	font-size:4.5em;
	/* line-height:210%; */
	clear:both;
}
.btn-primary2 i {
	font-size:18px;
}
.postTop  {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-top:50px;
	padding:30px 0px 30px 0px;
	display:inline-block;
	width:100%;
	position:relative;
}
h3.postTitle  {
	margin-top:10px !important;
	font-size:2.2em !important;
	font-weight:900;
	line-height:150%;
}
h3.postTitle div.col-xs-12.col-sm-8 {
	font-family: 'Nanum Myeongjo', serif !important;
}

div.postData {

}
div.postData.col-xs-12.col-sm-4.hidden-xs {
	position:absolute;
	top:50%;
	right:0%;
	transform:translate(0%, -50%);
}

div.postData h4 {
	text-align:right;
	font-size:0.7em !important;
	font-weight:900;
	padding:0px 0px 0px 0px;
}

div.postData h4 span {
	padding:0px 15px;
}
.btn-primary2 {
	padding:5px 20px;
	background-color:#6a6a6a;
	color:white;
	font-size:1.5em;
	border-radius:0px;
	margin-right:2px;
	min-height:43px;
}
.btn-primary2:hover {
	color:white;
}
.btn-primary3 {
	padding:5px 20px;
	background-color:#9b7f53;
	color:white;
	font-size:1.5em;
	border-radius:0px;
	margin-right:2px;
}
.btn-primary3:hover {
	color:white;
}

.btn-primary4 {
	padding:5px 12px;
	background-color:#6a6a6a;
	color:white;
	font-size:1.2em;
	border-radius:0px;
	margin-right:2px;
}
.btn-primary4:hover {
	color:white;
}


.searchbox {
	padding-top:45px;
}

table.table.table-hover {
	margin-top:60px;
}
table.table.table-hover  tr td {
	padding:30px;
}
table.table.table-hover  tr td:first-child {
	text-align:center;
	width:70px;
	padding:30px 10px;
	font-size:1.5em;
}
table.table.table-hover  tr td:nth-child(2) {
	padding-left:10px;
}
table.table.table-hover  tr td p {
	font-size:1.5em;
}
table.table.table-hover  tr td a {
	font-size:2.2em;
	color:black;
	font-family: 'Nanum Myeongjo', serif !important;
	font-weight:900;
	text-decoration:none;
}
table.table.table-hover  tr td.tdName {
	width:133px;
	padding-top:75px;
	font-size:1.7em;
}
.gallery-box {
	overflow:hidden;
	padding-top:140%;
	width:100%;
	background-color:#111;
}
.gallery-box  img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1); 
	-o-transform:scale(1);  
	transform:scale(1);
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.gallery-box:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);   
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

div.galleryExp {
	position:absolute;
	width:100%;
	display:inline-block;
	left:0px;
	bottom:0px;
	background-color:rgba(0,0,0, 0.7);
	color:white;
	font-size:2em;
	font-family: 'Nanum Myeongjo', serif !important;
	font-weight:400;
	padding:20px;
	min-height:200px;
}
div.galleryExp div {
	font-family: 'Nanum Myeongjo', serif !important;
}
div.galleryExp a {
	color:white;
}
div.galleryExp p {
	text-align:center;
	color:white;
	font-size:0.7em;
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translate(-50%, -50%);
}

div.post_list a {
	font-size: 2.0em;
	color: black;
	text-decoration: none;
	font-weight:400;
	line-height:150%;
}

div.post_list a.col-xs-3.col-sm-2 {
	font-size: 1.5em;
	color: black;
	text-decoration: none;
	font-family: 'Noto Sans Light', serif !important;
	line-height:150%;
	padding-top:13px;
}
div.post_list a p {
	font-family: 'Nanum Myeongjo', serif !important;
	font-weight:900;
	padding-top:8px;
}

div.post_list {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #eee;
}
div.post_list:first-child {
	border-top:1px solid #eee;
}



/* ---------------------------------------------------------------------------------------- Login */

div.loginPage h2 {
	font-family: 'Bodoni Moda', serif !important;
	font-size:4.5em;
	font-weight:600;
	text-align:center;
	margin:100px auto;
}
div.loginPage .form-control {
	padding:30px;
	font-size:1.2em;
	border-radius:0px;
}
div.btnLogin {
	width:100%;
	text-align:center;
	padding:30px 0px 100px 0px;
}
div.btnLogin a.loginBtn {
	font-size:1.2em;
	text-decoration:none;
	color:black;
}
a.loginBtn:first-child:after {
	content:" | ";
	padding:20px;
}

/* ---------------------------------------------------------------------------------------- Login */

div.memberJoin h2 {
	font-family: 'Bodoni Moda', serif !important;
	font-size:4.5em;
	font-weight:600;
	text-align:center;
	margin:100px auto;
}

div.memberJoin button {
	margin:40px auto 100px auto;
	padding:20px;
}

div.memberJoin .form-control {
	border-radius:0px;
	background-color:white;
	padding:30px;
	resize: none;
}

div.registerForm h2 {
	font-family: 'Bodoni Moda', serif !important;
	font-size:4.5em;
	font-weight:600;
	text-align:center;
	margin:100px auto;
}

div.registerForm .form-control {
	padding:20px;
	font-size:1.2em;
	border-radius:0px;
}



a.btnSearchAddress {
	width:120px;
	height:43px;
	color:white !important;
	font-size:16px;
	padding-top:7px;
}
div.registerForm .control-label {
	font-size:1.2em;
	padding:10px 15px;
	text-align:left;
	width:180px;
}

div.registerForm .form-group .col-lg-8 {
	/* padding-right:0px; */
}

label.labelCaptcha {
	padding-top:0px !important;
}

div.page-header h4 {
	font-family: 'Bodoni Moda', 'Nanum Myeongjo', serif !important;
	font-size:2.5em;
	font-weight:600;
	text-align:left;
	margin:100px auto;
}

input#mem_password {
	padding:20px;
	font-size:1.2em;
	border-radius:0px;
	width:100%;
}

.mypage  .form-control {
	padding:20px;
	font-size:1.2em;
	border-radius:0px;
}

.mypage .col-sm-3.control-label {
	text-align:left;
}


/* ------------------------------------------------------------------------------------------------- find us */
div.findUS {
	max-width:1640px;
}
div.divMap {
	width:100%;
	height:610px;
	margin-bottom:50px;
}
div.findus1 h3 {
	font-family: 'Bodoni Moda', 'Nanum Myeongjo', serif !important;
	font-size:2.7em;
	font-weight:600;
}
div.findus2 h4 {
	font-size:1.7em;
	font-weight:600;
}
div.findus2 h5 {
	font-size:1.7em;
	font-weight:300;
	line-height:150%;
}
div.findus3 h4 {
	font-size:1.7em;
	font-weight:600;
}
div.findus3 h5 {
	font-size:1.7em;
	font-weight:300;
	line-height:150%;
}
div.findus3 h5 a {
	text-decoration:none;
	color:black;
}







.mx100 { max-width:100%; }

.clearfix {clear:both;}
.bold {font-weight:bold;}

.pd10{padding: 10px;}
.pd15{padding: 15px;}
.pd20{padding: 20px;}
.pd30{padding: 30px;}
.pd40{padding: 40px;}
.pd50{padding: 50px;}
.pd100{padding: 100px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt100{padding-top:100px;}

.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}

.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}

.mg10{margin: 10px;}
.mg15{margin: 15px;}
.mg20{margin: 20px;}
.mg30{margin: 30px;}
.mg40{margin: 40px;}
.mg50{margin: 50px;}
.mg100{margin: 100px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}

.per5{width:5%;}
.per10{width:10%;}
.per15{width:15%;}
.per20{width:20%;}
.per25{width:25%;}
.per30{width:30%;}
.per35{width:35%;}
.per40{width:40%;}
.per45{width:45%;}
.per50{width:50%}
.per55{width:55%;}
.per60{width:60%}
.per65{width:65%;}
.per70{width:70%}
.per75{width:75%;}
.per80{width:80%}
.per85{width:85%;}
.per90{width:90%}
.per95{width:95%;}
.per100{width:100%;}

.px10{width:10px;}
.px20{width:20px;}
.px30{width:30px;}
.px40{width:40px;}
.px50{width:50px;}
.px60{width:60px;}
.px70{width:70px;}
.px80{width:80px;}
.px90 {width:90px;}
.px100{width:100px;}
.px150{width:150px;}
.px200{width:200px;}
.px250{width:250px;}
.px300{width:300px;}
.px350{width:350px;}
.px400{width:400px;}
.px450{width:450px;}
.px500{width:500px;}
.px550{width:550px;}
.px600{width:600px;}
.px650{width:650px;}
.px700{width:700px;}





.btn-primary {color: #fff;background-color: #348fe2;border-color: #348fe2;background-image: none;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2670b7;
  border-color: #2670b7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #348fe2;
  border-color: #348fe2;
}
.btn-primary .badge {
  color: #348fe2;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff5c57;
  border-color: #ff5c57;
  background-image: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ce4741;
  border-color: #ce4741;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger
,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}
.btn-danger .badge {
  color: #ff5c57;
  background-color: #fff;
}

.btn-turquoise {
  color: #fff;
  background-color: #00acac;
  border-color: #00acac;
  background-image: none;
}
.btn-turquoise:hover,
.btn-turquoise:focus,
.btn-turquoise:active,
.btn-turquoise.active,
.open .dropdown-toggle.btn-turquoise {
  color: #fff;
  background-color: #008a8c;
  border-color: #008a8c;
}
.btn-turquoise.disabled,
.btn-turquoise[disabled],
fieldset[disabled] .btn-turquoise,
.btn-turquoise.disabled:hover,
.btn-turquoise[disabled]:hover,
fieldset[disabled] .btn-turquoise:hover,
.btn-turquoise.disabled:focus,
.btn-turquoise[disabled]:focus,
fieldset[disabled] .btn-turquoise:focus,
.btn-turquoise.disabled:active,
.btn-turquoise[disabled]:active,
fieldset[disabled] .btn-turquoise:active,
.btn-turquoise.disabled.active,
.btn-turquoise[disabled].active,
fieldset[disabled] .btn-turquoise.active {
  background-color: #00acac;
  border-color: #00acac;
}
.btn-turquoise .badge {
  color: #00acac;
  background-color: #fff;
}

.btn-royalblue {
  color: #fff;
  background-color: #717bb6;
  border-color: #717bb6;
  background-image: none;
}r
.btn-royalblue:hover,
.btn-royalblue:focus,
.btn-royalblue:active,
.btn-royalblue.active,
.open .dropdown-toggle.btn-royalblue {
  color: #fff;
  background-color: #464a6f;
  border-color: #464a6f;
}
.btn-royalblue.disabled,
.btn-royalblue[disabled],
fieldset[disabled] .btn-royalblue,
.btn-royalblue.disabled:hover,
.btn-royalblue[disabled]:hover,
fieldset[disabled] .btn-royalblue:hover,
.btn-royalblue.disabled:focus,
.btn-royalblue[disabled]:focus,
fieldset[disabled] .btn-royalblue:focus,
.btn-royalblue.disabled:active,
.btn-royalblue[disabled]:active,
fieldset[disabled] .btn-royalblue:active,
.btn-royalblue.disabled.active,
.btn-royalblue[disabled].active,
fieldset[disabled] .btn-royalblue.active {
  background-color: #717bb6;
  border-color: #717bb6;
}
.btn-royalblue .badge {
  color: #717bb6;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f49b1b;
  border-color: #f49b1b;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c57e00;
  border-color: #c57e00;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}
.btn-warning .badge {
  color: #f49b1b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #49b6d5;
  border-color: #49b6d5;
  background-image: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3492ac;
  border-color: #3492ac;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}
.btn-info .badge {
  color: #49b6d5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5db75d;
  border-color: #5db75d;
  background-image: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #409e3e;
  border-color: #409e3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5db75d;
  border-color: #5db75d;
}
.btn-success .badge {
  color: #5db75d;
  background-color: #fff;
}


.btn-silver {
  color: #fff;
  background-color: #b7c2c8;
  border-color: #b7c2c8;
  background-image: none;
}
.btn-silver:hover,
.btn-silver:focus,
.btn-silver:active,
.btn-silver.active,
.open .dropdown-toggle.btn-silver {
  color: #fff;
  background-color: #929ba2;
  border-color: #929ba2;
}
.btn-silver.disabled,
.btn-silver[disabled],
fieldset[disabled] .btn-silver,
.btn-silver.disabled:hover,
.btn-silver[disabled]:hover,
fieldset[disabled] .btn-silver:hover,
.btn-silver.disabled:focus,
.btn-silver[disabled]:focus,
fieldset[disabled] .btn-silver:focus,
.btn-silver.disabled:active,
.btn-silver[disabled]:active,
fieldset[disabled] .btn-silver:active,
.btn-silver.disabled.active,
.btn-silver[disabled].active,
fieldset[disabled] .btn-silver.active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}
.btn-silver .badge {
  color: #b7c2c8;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #2c353c;
  border-color: #2c353c;
  background-image: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,black
fieldset[disabled] .btn-black.active {
  background-color: #2c353c;
  border-color: #2c353c;
}
.btn-black .badge {
  color: #2c353c;
  background-color: #fff;
}





