@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

@import "../../vendors/bootstrap-3.3.7/dist/css/bootstrap.min.css";
@import "../../vendors/swiper-3.4.1/dist/css/swiper.min.css";
@import "../../vendors/rd-navbar-2.1.8/dist/css/rd-navbar.css";
@import "../../vendors/font-awesome-4.7.0/css/font-awesome.min.css";
@import "layout.css"; /* Header, Footer*/
@import "nav.css"; /* Nav */
@import "swiper.css"; /* Main Visual */
@import "fullpage.css"; /* fullpage.css */
@import "main-content.css"; /* Main Content */
@import "sub-content.css"; /* Sub Content */
@import "slick.css"; /* Slick Carousel */
@import "ezsboard5.css"; /* Slick Carousel */

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR'; font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

 @font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
            
            
@-ms-viewport{width:auto; }

body {
	overflow-x: hidden;
	_overflow-x:hidden; 
	-webkit-text-size-adjust:none; 
	min-width:320px; 
	overflow-x:hidden;
	word-break:keep-all;
	color:rgba(29, 29, 29, 1); 
	padding:0;
	margin:0; 
	line-height: 1.5;
	letter-spacing:-0.025em;
}

div, p, ul, dl, h4, h5 {transition:margin 0.3s ease-in-out; }
dl, ul, li, dd, dt {padding:0; margin:0; }

p {
	line-height: 1.5;
	margin-bottom:0;
}
a, button {
	color:inherit; cursor:pointer;
	-moz-transition:color 0.3s, background-color 0.3s, border-color 0.3s, transform 0.3s;
	-o-transition:color 0.3s, background-color 0.3s, border-color 0.3s, transform 0.3s;
	-webkit-transition:color 0.3s, background-color 0.3s, border-color 0.3s, transform 0.3s;
	transition:color 0.3s, background-color 0.3s, border-color 0.3s, transform 0.3s;
}
a:hover,
a:focus,
a:active,
a:visited,
a.active {
	color:inherit;
	text-decoration:none;	
}
a:focus {outline:1px dotted; }

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0; 
	font-weight:600;
	font-family:'Lato','Noto Sans KR', sans-serif;; 
}

ul, dl {padding:0; margin:0; }
dt {font-weight:normal; }
li {list-style:none; }
button {border:0; }
img {max-width:100%; }
input[type=password] {font-family:'arial', 'NanumSquare',  'Noto Sans KR'; }
button, input, optgroup, select, textarea {font-family:inherit; color:inherit; }
label, strong, th, dt {font-weight:500; }
::-moz-selection {
	text-shadow: none;
	color:#fff;
	background: #0dcad5;
}
::selection {
	text-shadow: none;
	color:#fff;
	background: #0dcad5;
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}

.mt5 {margin-top:5px !important; }
.mt10 {margin-top:7px !important; }
.mt20 {margin-top:10px !important; }
.mt30 {margin-top:15px !important; }
.mt40 {margin-top:20px !important; }
.mt50 {margin-top:25px !important; }
.mt60 {margin-top:30px !important; }
.mt70 {margin-top:40px !important; }
.mt80 {margin-top:50px !important; }
.mt90 {margin-top:50px !important; }
.mt100 {margin-top:50px !important; }

.mb5 {margin-bottom:5px !important; }
.mb10 {margin-bottom:7px !important; }
.mb20 {margin-bottom:10px !important; }
.mb30 {margin-bottom:15px !important; }
.mb40 {margin-bottom:20px !important; }
.mb50 {margin-bottom:25px !important; }
.mb60 {margin-bottom:30px !important; }
.mb70 {margin-bottom:40px !important; }
.mb80 {margin-bottom:50px !important; }
.mb90 {margin-bottom:50px !important; }
.mb100 {margin-bottom:50px !important; }

.txt_l, .txt-l {text-align:left !important; }
.txt_r, .txt-r {text-align:right !important; }
.txt_c, .txt-c {text-align:center !important; }
.mCenter {margin:0 auto; }

.fs10 {font-size:6px; }
.fs11 {font-size:8px; }
.fs12 {font-size:9px; }
.fs13 {font-size:11px; }
.fs14 {font-size:12px; }
.fs15 {font-size:12px; }
.fs16 {font-size:12px; }
.fs18 {font-size:14px; }
.fs20 {font-size:15px; }
.fs22 {font-size:16px; }
.fs24 {font-size:18px; }
.fs25 {font-size:18px; }
.fs26 {font-size:18px; }
.fs28 {font-size:18px; }
.fs30 {font-size:20px; }
.fs32 {font-size:20px; }
.fs40 {font-size:20px; line-height:1em; }
.fs42 {font-size:20px; line-height:1em; }
.fs48 {font-size:20px; line-height:1em; }
.fs50 {font-size:25px; line-height:1em; }
.fs80 {font-size:28px; line-height:1em; }

.fw100 {font-weight:100; }
.fw200 {font-weight:200; }
.fw300 {font-weight:300; }
.fw400 {font-weight:400; }
.fw500 {font-weight:500; }
.fw600 {font-weight:600; }
.fw700 {font-weight:700; }
.fw800 {font-weight:800; }
.fw900 {font-weight:900; }

.op9 {opacity:.9; }
.op8 {opacity:.8; }
.op7 {opacity:.7; }
.op6 {opacity:.6; }
.op5 {opacity:.5; }
.op4 {opacity:.4; }
.op3 {opacity:.3; }

@media (min-width: 1280px) {	
	.mt5 {margin-top:5px !important; }
	.mt10 {margin-top:10px !important; }
	.mt20 {margin-top:20px !important; }
	.mt30 {margin-top:30px !important; }
	.mt40 {margin-top:40px !important; }
	.mt50 {margin-top:50px !important; }
	.mt60 {margin-top:60px !important; }
	.mt70 {margin-top:70px !important; }
	.mt80 {margin-top:80px !important; }
	.mt90 {margin-top:90px !important; }
	.mt100 {margin-top:100px !important; }
	
	.mb5 {margin-bottom:5px !important; }
	.mb10 {margin-bottom:10px !important; }
	.mb20 {margin-bottom:20px !important; }
	.mb30 {margin-bottom:30px !important; }
	.mb40 {margin-bottom:40px !important; }
	.mb50 {margin-bottom:50px !important; }
	.mb60 {margin-bottom:60px !important; }
	.mb70 {margin-bottom:70px !important; }
	.mb80 {margin-bottom:80px !important; }
	.mb90 {margin-bottom:90px !important; }
	.mb100 {margin-bottom:100px !important; }	
	
	.fs10 {font-size:10px; }
	.fs11 {font-size:11px; }
	.fs12 {font-size:12px; }
	.fs13 {font-size:13px; }
	.fs14 {font-size:14px; }
	.fs15 {font-size:15px; }
	.fs16 {font-size:16px; }
	.fs18 {font-size:18px; }
	.fs20 {font-size:20px; }
	.fs22 {font-size:22px; }
	.fs24 {font-size:24px; }
	.fs25 {font-size:25px; }
	.fs26 {font-size:26px; }
	.fs28 {font-size:28px; }
	.fs30 {font-size:30px; }
	.fs32 {font-size:32px; }
	.fs40 {font-size:40px; line-height:1em; }
	.fs42 {font-size:42px; line-height:1em; }
	.fs48 {font-size:48px; line-height:1em; }
	.fs50 {font-size:50px; line-height:1em; }
	.fs80 {font-size:80px; line-height:1em; }
}
.w100 {width:100%; }
.w90 {width:100%; }
.w80 {width:100%; }
.w70 {width:100%; }
.w60 {width:100%; }
.w50 {width:100%; }
.w40 {width:100%; }
.w30 {width:100%; }
.w20 {width:100%; }
.w10 {width:100%; }
@media (min-width: 768px) {	
	.w90 {width:90%; }
	.w80 {width:80%; }
	.w70 {width:70%; }
	.w60 {width:60%; }
	.w50 {width:50%; }
	.w40 {width:40%; }
	.w30 {width:30%; }
	.w20 {width:20%; }
	.w10 {width:10%; }
}
/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
	display:block; 
	position: fixed;
	right: 10px;
	bottom: 10px;
	-webkit-transform: translateY(180px);
	  -ms-transform: translateY(180px);
	      transform: translateY(180px);
	z-index:2;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 28px;
	text-decoration: none !important;
	text-align: center;
	overflow: hidden;
	transition: .3s all ease;
	background:rgba(255, 255, 255, .7);
	color: #999 !important;
	border:1px solid #d9d9d9;
}
.top-icon {padding:10px; }
.top-icon::before {content:""; display:block; width:11px; height:10px; background:url('../images/comm/ico-icon.png') no-repeat center / 200px; margin:0 auto; }

html.lt-ie9 .ui-to-top {
	right:15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 46px;
	background:#1986fd; 
	color: #ffffff !important;
	border:0;
}
.ui-to-top:hover {
	text-decoration: none;
	border-color:#111;
	color: #ffffff;
}
.ui-to-top:focus {
	color: #ffffff;
}
.ui-to-top.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width: 992px) {
	.ui-to-top {
		right: 150px;
    	bottom:1px;
		width:120px;
		height:60px;
		font-size: 30px;
		line-height:52px;
		background:#111; /* #d81845 */
		color: #ffffff !important;
		border:0;
		box-shadow:0 3px 3px rgba(0, 0, 0, .12);
	}

	.ui-to-top:hover {
		text-decoration: none;
		background:#757575; 
		color: #ffffff;
		transition:.3s;
	}

	.ui-to-top:focus {
		color: #ffffff;
	}

	.ui-to-top.active {
		-webkit-transform: translateY(0);
		  -ms-transform: translateY(0);
		      transform: translateY(0);
	}
	
	.top-icon {padding:15px; }
	.top-icon:before {content:""; display:block; width:22px; height:20px; background:url('../images/comm/ico-icon.png') no-repeat -69px -50px; margin:0 auto; }
	.top-icon:after {content:"TOP"; font:600 16px 'Roboto'; line-height:16px; display:block; margin-top:10px; }
}