/* RESET
--------------------------------------------------------------------------------------------------------*/

@font-face {
     font-family: 'S-CoreDream-1Thin';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-2ExtraLight';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://fastly.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-6Bold';
     src: url('https://fastly.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-7ExtraBold';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'S-CoreDream-8Heavy';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'S-CoreDream-9Black';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

          
* {
	margin:0; padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

html {
	width:100%;
}

body{
	width:100%;
	line-height:1;
	color:#333;
	font-size:1em;
	font-family:'S-CoreDream-4Regular', '돋움', 'dotum', 'Roboto', sans-serif;
	overflow-y: visible !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

ul, ol, li { padding:0; margin:0; list-style:none; }

a { text-decoration:none; color:#333; }

strong, em, i, address, b { font-style:normal; font-weight:400; }

img { vertical-align:top; border:none;}

h1, h2, h3, h4, h5 ,h6 { line-height:1; font-weight:400; }

.hidden { visibility:inherit; width:0; height:0; font-size:0; line-height:0; overflow:hidden; }

.clear  {clear:both; }

input[type=checkbox] { vertical-align:middle; }

input[type=radio] { vertical-align:middle;margin:0 5px; }

input[type=button] {cursor:pointer;	border:none; }

select, input {	vertical-align:top; margin:0; padding:0; }



.table_style {
	border-top: 1px solid #c6a797;
    border-left: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    border-collapse: collapse;
    width: 100%;
}

.table_style caption {
	display:none;
}

.table_style thead th {
    line-height: 20px;
	background:#f9f1ec;
	color:#67584e;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #e1d4c0;
    text-align: center;
    padding: 8px 15px 7px 15px;
}


.table_style tbody th, .table_style tbody td {
    line-height: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    text-align: center;
    padding: 11px 15px 10px 15px;
}

.table_style tbody th {
	background:#f9f9f9;
	color:#444;
}

#scroll_banner {
	position:absolute;
	top:130px;
	right:20px;
	color:#fff;
	z-index:1000;
	text-align:center;
}

#scroll_banner ul {
	margin-top:20px;
}


#scroll_banner ul li {
	margin-bottom:10px;
}

#scroll_banner a.close {
	position:absolute;
	top:0; 
	right:0;
	display:block;
}


/*footer*/

.footerArea {
	width:100%;
	background:#f3f3f3;
}

.footerArea .footer_wrap {
	position:relative;
	top:0;
	left:0;
	width:750px;
	margin:0 auto;
	padding:50px 0;
	overflow:hidden;
	text-align:center;
}

.footerArea .footer_wrap .logo {
	margin-bottom:20px;
	font-family:'S-CoreDream-7ExtraBold';
	letter-spacing:3px;
	font-size:1.2em;
	color:#222;
}

.footerArea .footer_wrap .info {
	width:700px;
    margin:0 auto;
    text-align:center;
}

.footerArea .footer_wrap .info ul {
	font-size:0;
	overflow:hidden;
}

.footerArea .footer_wrap .info ul li {
	margin:0 15px 8px 15px;
	font-family:'S-CoreDream-3Light';
	color:#888;
	font-size:17px;
	display:inline-block;
}

.footerArea .footer_wrap .info ul li.corp, .footerArea .footer_wrap .info ul li.tel {
	background:none;
}

.footerArea .footer_wrap .info em {
	margin-top:10px;
	font-size:11px;
	color:#797979;
	display:block;
}


@media screen and (max-width: 877px) {
	
	.table_style thead th {
		font-size:3vw;
		padding:1.2vw;
	}
	
	
	.table_style tbody th, .table_style tbody td {
		font-size:3vw;
		line-height:4vw;
		padding:1.2vw;
	}
	
	#scroll_banner {
		width:18vw;
		display:block;
	}
	
	#scroll_banner ul li a img {
		width:100%;
	}
	
	#scroll_banner .close img {
		width:100%;
	}
	
	.footerArea .footer_wrap {
		width:100%;
	}
	
	
	.footerArea .footer_wrap .logo {
		font-size:3.5vw;
		margin-bottom:4vw;
	}

	.footerArea .footer_wrap .info {
		width:100%;
		margin-left:0;
		margin-top:2vw;
	}

	.footerArea .footer_wrap .info ul li {
		margin: 0 1.5vw 1.3vw 1.5vw;
		color: #888;
		font-size: 2.8vw;
	}
	
	.footerArea .footer_wrap .info ul li.corp, .footerArea .footer_wrap .info ul li.tel {
		margin-right:0;
		padding-right:0;
	}

	.footerArea .footer_wrap .info span {
		margin-top:2vw;
		font-size:2vw;
		color:#999;
		display:block;
	}	
	
	.footerArea .footer_wrap .info em {
		margin-top:10px;
		font-size:1.8vw;
		display:block;
	}
	
}
