/*
 * Jeju Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
	font-family: "Jeju Gothic";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/JejuGothic-Regular.eot);
	src: url(../fonts/JejuGothic-Regular.eot?#iefix) format('embedded-opentype'),
		url(../fonts/JejuGothic-Regular.woff2) format('woff2'),
		url(../fonts/JejuGothic-Regular.woff) format('woff'),
		url(../fonts/JejuGothic-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NanumGothic-Regular.eot);
	src: url(../fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		url(../fonts/NanumGothic-Regular.woff2) format('woff2'),
		url(../fonts/NanumGothic-Regular.woff) format('woff'),
		url(../fonts/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
		url(../fonts/NotoSansKR-Regular.woff) format('woff'),
		url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}

/*
CSS
*/

html {
	position: relative;
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer {
    position: absolute;
	width: 100%;
    bottom: 0;
	color: #fff;
	opacity: .6;
	line-height: 1.2em;
}
hr.dot {
	border-style: dotted;
	border-color: #bbbbbb;
}

.container-table {
	display: table;
	height: 100%;
}
.container-table > .container-table-middle {
	display: table-cell;
	vertical-align: middle;
}
.container-table > .container-table-bottom {
	display: table-cell;
	vertical-align: bottom;
}

/* paeg */
.page {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
}
.page > .row {
    padding: 100px 0;
}
.page > .row > .container {
    padding: 50px;
}
@media (max-width: 450px) {
	.page > .row {
		padding: 80px 0;
	}
	.page > .row > .container {
		padding: 10px;
	}
}
.page.page-bg-fixed {
	background-attachment: fixed;
}
.page.page-bg-001 {
	background: url(../../images/bg/div-bg-001.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page.page-bg-002 {
	background: url(../../images/bg/div-bg-002.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-white {
    background-color: rgba(255,255,255,1);
}
.bg-white-opacity {
    background-color: rgba(255,255,255,.9);
}
.bg-gray {
    background-color: rgba(230,230,230,1);
}
.bg-gray-opacity {
    background-color: rgba(230,230,230,.9);
}
.bg-black {
    background-color: rgba(0,0,0,1);
}
.bg-black-opacity {
    background-color: rgba(0,0,0,.6);
}
.bg-graywhite {
	background: #f1f1f1;
}
.bg-orange {
	background: #f7931e;
}
.bg-logo {
	background: #d21518;
}

/* text */
.text-color-logo {
	color: #d21518;
}
.text-color-fff {
	color: #fff;
}
.text-color-888 {
	color: #888;
}
.text-color-333 {
	color: #333;
}

/* textbox */
.textbox {
	display: block;
	padding: 10px 20px;
}
.textbox.textbox-logo {
	background-color: #d21518;
	color: #fff;
}
.textbox.textbox-orange {
	background-color: #f7931e;
	color: #fff;
}
.textbox.textbox-white {
    background-color: rgba(255,255,255,1);
	color: #333;
}
.textbox.textbox-white-opacity {
    background-color: rgba(255,255,255,.8);
	color: #333;
}
.textbox.textbox-black {
    background-color: rgba(0,0,0,1);
	color: #fff;
}
.textbox.textbox-black-opacity {
    background-color: rgba(0,0,0,.6);
	color: #fff;
}
.textbox.textbox-gray {
    background-color: rgba(230,230,230,1);
	color: #333;
}
.textbox.textbox-gray-opacity {
    background-color: rgba(230,230,230,.9);
	color: #333;
}

.img-bg-organization {
	width: 100%;
	height: 220px;
	background: url(../../images/organ.png) no-repeat center right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
@media (min-width: 450px) {
	.img-bg-organization {
		width: 100%;
		height: 400px;
		background: url(../../images/organ.png) no-repeat center right;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
}