@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@latest/nanumbarungothicsubset.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");

body {
	background: #FFF;
	font-family: 'NanumBarunGothic', sans-serif;
}

footer,
.notosans {
	font-family: 'Noto Sans KR', sans-serif;
}

p {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #3d3c3a;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

.navbar {
	padding: 15px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 40px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}

/* ---------------------------------------------------
	SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	display: flex;
	width: 100%;
	max-width: 1600px;
	align-items: stretch;
	overflow-x: hidden;
}

#sidebar {
	min-width: 270px;
	max-width: 270px;
	color: #000;
	transition: all 0.3s;
	z-index: 999;
}

#sidebar.active {
	margin-left: -270px;
}

#sidebar .sidebar-header {
}

#sidebar > div.sidetop-fixed {
	/*position: fixed;
	max-height: 100vh;
	overflow-y: auto;*/
	background: #FFF;
	width: 270px;
	padding: 30px 32px 0px;
}

#sidebar ul.menus {
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#sidebar ul.banners {
	margin-top: 20px;
	padding: 3px 0;
}

#sidebar ul.menus li{
	margin: 20px 0;
}

#sidebar ul.banners li{
	padding: 3px 0;
}

#sidebar div.dropdown button {
	width: 100%; text-align: left;
}

#sidebar div.dropdown button.dropdown-toggle::after {
	margin-left: calc(100% - 90px);
	border-top: .6em solid;
	border-right: .4em solid transparent;
	border-left: .4em solid transparent;
	vertical-align: 0;
}
#sidebar div.dropdown ul.dropdown-menu {
	width: 100%;
}

#sidebarToggle {
	position: fixed;
	background: #FFF;
	left: 0px;
	top: 0px;
	box-shadow: 2px 2px 5px #AAA;
}
#sidebarToggle img {
	width: 20px;
}

/* ---------------------------------------------------
	CONTENT STYLE
----------------------------------------------------- */

#content {
	width: 100%;
	padding: 0;
	min-height: 100vh;
	transition: all 0.3s;
}
#content div.carousel div.container {
}
#content div.carousel div.container a {
	display: contents;
}
#content div.carousel div.container img {
	width: 200%;
	max-width: 2000px;
}

#content div.section {
}

#content div.section p,
#content div.section span,
.footer p,
.footer span {
	transform: scale(0.95,1);
}

#content div.section.sect01,
#content div.divider.sect01 {
	background-color: #eff8f8;
}

#content div.section.sect03,
#content div.divider.sect03 {
	background-color: #e4f2f7;
}

#content div.section.sect05,
#content div.divider.sect05 {
	background-color: #edf8fe;
}

#content div.section.sect07,
#content div.divider.sect07 {
	background-color: #f1f0f8;
}

.footer > .section.banners {
	background-color: #FFF;
}

#content div.section.sect06 div.feature.col div.white-box {
	background-color: #FFF;
	border: 1px solid #086c98;
	background-position: 95% 20%;
	background-repeat: no-repeat;
	min-width: 250px;
	min-height: 200px;
}

#content div.section.sect06 ul li:before {
	content: "■ ";
}
#content div.section.sect06 ul li:before,
#content div.section.sect06 ul li a {
	color: #086c98;
}

#content div.section.sect02,
#content div.divider.sect02,
#content div.section.sect04,
#content div.divider.sect04,
#content div.section.sect06,
#content div.section.sect08 {
	background-color: #FFF;
}

#content div.section.sect01 div.feature.col img {
	max-width: 203px;
	margin-bottom: 0.5em;
}

#content div.section.sect02 div.feature.col img {
	min-width: 250px;
	max-width: 412px;
	width: 100%;
	height: auto;
}
#content div.section.sect04 div.row a > img {
	max-width: 842px;
}

#content div.section.sect04 div.row a > img,
#content div.section.sect05 div.row a > img {
	width: 100%;
	height: auto;
}
#content div.section.sect06 div.row a:first-of-type > img {
	max-width: 589px;
}
#content div.section.sect06 div.row a:last-of-type > img {
	max-width: 253px;
}

#content div.section div.limit-width {
	max-width: 950px;
}

#content div.divider {
	overflow: hidden;
	height: 80px;
}

#content.sub1 div.section.sub02 span.circle-btn:before { content: '>>'; }
#content.sub1 div.section.sub02 .circle-btn {
	background-color: #499cbe;
	color: #FFF;
	border-radius: 50%;
	font-family: 'Noto Sans KR';
	font-size: .9em;
	font-weight: lighter;
	margin: 0 .5em;
	display: inline-block;
	text-align: center;
	padding: .1em .3em;
	letter-spacing: -.1em;
}

#content.sub1 div.section span.dash-icon:before { content: '-'; }
#content.sub1 div.section span.dash-icon {
	color: #499cbe;
	font-size: 80px;
	line-height: 0;
	transform: scale(1.1, 0.8);
	position: absolute;
	top: 0px;
}

#content.sub1 div.section span.q-icon:before { content: 'Q'; }
#content.sub1 div.section span.q-icon {
	background-color: #499cbe;
	color: #FFF;
	border-radius: 50%;
	font-family: 'NanumBarunGothic';
	font-size: .9em;
	font-weight: bold;
	margin-right: .2em;
	display: inline-block;
	text-align: center;
	padding: .2em .4em 0;
}

#content.sub1 p {
	color: #797979;
}

#content div.section.sub03,
#content div.section.sub05,
#content div.section.sub07 {
	background-color: #f5f5f5;
}

.footer {
	background-color: #3b4442;
}
.footer .circle-box {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	display: inline-block;
}
.footer .circle-box span {
	margin: auto;
}

button#scroll-top {
	position: fixed;
	right: calc(1vw + 10px);
	bottom: calc(1vh + 10px);
}

.color-bold {
	color: #137168;
	font-weight: bold;
}

/* ---------------------------------------------------
	MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 1201px) {
	#sidebar {
		margin-left: 0px !important;
	}
	#sidebarToggle {
		display: none;
	}
	#content div.divider {
		max-width: calc(100vw - 270px);
	}
}
@media (max-width: 1200px) {
	#sidebar {
		margin-left: -270px;
	}
	#sidebar.active {
		margin-left: 0;
	}
}