@charset "UTF-8";

/****************** font  *************
font-family: 'S-CoreDream;

font-weight:600 / Bold
font-weight:500; / Medium
font-weight:400 / Regular
font-weight:300 / Light 
font-weight:200 / ExtraLight

********************************************** */

@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); 
	font-weight: 200; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); 
	font-weight: 300; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); 
	font-weight: 400; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); 
	font-weight: 500; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); 
	font-weight: 600; 
	font-style: normal; 
}

html { overflow-y:auto; font-size: 62.5%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'S-CoreDream';
	font-size:1.6rem;
	color:#555;
	margin:0;
	padding:0;
	position:relative;
	min-width:100%;
	background: #F3F3F3;
	font-weight: 400;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/*
게시판 뷰페이지 안에 관리자단에서 넣는 테이블에 영향을 미치므로 전역 css로 사용하지 않고 각각 table에 스타일 적용.
table { border-collapse:collapse; border-spacing:0; }
*/
div{word-break:keep-all;}
table caption, legend { display:none; }
em, address { font-style:normal; }
img,
a img { border:none; display: block; max-width: 100%;}

body a { text-decoration:none; color:#000; }
body a:hover,
body a:focus{text-decoration:none;}
body .nav>li>a:hover,
body .nav>li>a:focus{background-color:initial}
fieldset{border:0 none;}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	list-style:none
	}
body.admin nav ul li{background:none;}
button{border:0; padding:0; cursor: pointer;}
.blind { position: absolute; width: 1px; height: 0; font-size: 0; line-height: 0; text-align: left; text-indent: -999em; left: -9999px; overflow: hidden;}

div h1, div h2, div h3, div h4, div h5, div h6{margin:0; line-height:normal; font-weight: normal;}
div ul, div ol{margin:0; padding:0;}
div p{margin:0;}
div address{margin:0}

body li{line-height:normal;}

input::-ms-clear,
input::-ms-reveal {display: none; width : 0; height: 0;}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }

input{-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; font-family: 'S-CoreDream';}
input, select{-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0;}
input[type=text], select, textarea{-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0; outline:none; border: 0; /*-webkit-appearance: none;-moz-appearance: none;appearance: none;*/}

@media only print and (orientation: landscape) {

	body{-webkit-print-color-adjust: exact;color:#000;}
	@ page a4sheet { size:21.0cm 29.7cm }/* size:21.0cm 29.7cm */
	.a4 {width:100%; height:100%; font-size:1em; page:a4sheet; page-break-after: always; border-style:none; }
	.header-warp{display:block;}
	.m-header-warp{display:none;}
	.m-footer{display:none;}
	.footer{display:block;}
	.main-visual-area{display:block;}
	.m-main-visual-area{display:none;}
}

/* Portrait mode */

@media only print and (orientation: portrait) {

	body{-webkit-print-color-adjust: exact;color:#000;}
	@ page a4sheet { size:21.0cm 29.7cm }/* size:21.0cm 29.7cm */
	.a4 {width:100%; height:100%; font-size:1em; page:a4sheet; page-break-after: always; border-style:none; }
	.header-warp{display:block;}
	.m-header-warp{display:none;}
	.m-footer{display:none;}
	.footer{display:block;}
	.main-visual-area{display:block;}
	.m-main-visual-area{display:none;}
}

.mt20{margin-top:2rem !important}
.mt40{margin-top:4rem;}
.mt50{margin-top:5rem}
.ml10{margin-left:1rem;}
