@charset "UTF-8";

/* 폰트 셋팅 */
@charset "UTF-8";

/*에스코어드림*/
/* @font-face {
	font-family: 'SCDream';
	src: url('../fonts/s-coredream-1thin.woff') format('woff');
	font-weight: 100;
}

@font-face {
	font-family: 'SCDream';
	src: url('../fonts/s-coredream-4regular.woff') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: 'SCDream';
	src: url('../fonts/s-coredream-8heavy.woff') format('woff');
	font-weight: 800;
} */
/*
* Nanum Square Web Fonts
* Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)
*/
@font-face {
 font-family: '../fonts/NanumSquare';
 font-weight: 300;
 src: url(../fonts/nanumsquarel.eot);
 src: url(../fonts/nanumsquarel.eot) format('embedded-opentype'),
      url(../fonts/nanumsquarel.woff) format('woff'),
      url(../fonts/nanumsquarel.ttf) format('truetype');
}
@font-face {
 font-family: '../fonts/NanumSquare';
 font-weight: normal;
 src: url(../fonts/nanumsquarer.eot);
 src: url(../fonts/nanumsquarer.eot) format('embedded-opentype'),
      url(../fonts/nanumsquarer.woff) format('woff'),
      url(../fonts/nanumsquarer.ttf) format('truetype');
}
@font-face {
 font-family: '../fonts/NanumSquare';
 font-weight: 600;
 src: url(../fonts/nanumsquareb.eot);
 src: url(../fonts/nanumsquareb.eot) format('embedded-opentype'),
      url(../fonts/nanumsquareb.woff) format('woff'),
      url(../fonts/nanumsquareb.ttf) format('truetype');
}
@font-face {
 font-family: '../fonts/NanumSquare';
 font-weight: 800;
 src: url(../fonts/nanumsquareeb.eot);
 src: url(../fonts/nanumsquareeb.eot) format('embedded-opentype'),
      url(../fonts/nanumsquareeb.woff) format('woff'),
      url(../fonts/nanumsquareeb.ttf) format('truetype');
}


body {
	/* 
font-family: 'Roboto', sans-serif;
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Noto Sans', sans-serif;
*/
	 font-family: 'NanumSquare', sans-serif;
	font-weight: normal;
}


/* reset ::: 스타일초기화 */
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

body {
	/*overflow: auto;*/
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	letter-spacing: -0.03em;
	line-height: 1;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-break: keep-all;
	word-wrap: break-word;
}

a {
	display: block;
	text-decoration: none;
	color: #666;
}

a:link,
a:visited {
	text-decoration: none;
	color: #666;
}

a:hover,
a:active {
	text-decoration: none;
	color: #666;
}

div:after {
	content: "";
	display: block;
	clear: both;
}

ul:after {
	content: "";
	display: block;
	clear: both;
}
li:after {
	content: "";
	display: block;
	clear: both;
}
ol:after {
	content: "";
	display: block;
	clear: both;
}

dl:after {
	content: "";
	display: block;
	clear: both;
}
section:after {
	content: "";
	display: block;
	clear: both;
}


/* table 기본설정 */
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
}
td,
th,
fieldset,
img,
abbr,
acronym,
img,
fieldset,
iframe {
	border: 0 none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

dl,
dt,
dd,
ul,
ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

caption,
legend {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	height: 0;
	width: 0;
	text-indent: -999em;
}

hr {
	display: none;
}

img,
input,
button,
select,
textarea {
	vertical-align: middle;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* 폰태그 기본 설정 */
*:focus {
	outline: none !important;
}

:focus {
	outline: none !important;
}


form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.ie7 legend {
	position: absolute;
	left: -99999px;
	top: -9999px;
	display: inline;
	width: 1px;
	height: 1px;
	text-indent: 0;
}

label {
	cursor: pointer;
	margin: 0;
	padding: 0;
	vertical-align: middle
}

caption {
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

button {
	cursor: pointer;
	border: 0 none;
}

button,
input,
textarea {
	margin: 0;
	outline: none;
}

button:focus,
input:focus,
textarea:focus {
	outline: none !important;
}

input[type='checkbox'],
input[type='radio'] {
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
}

select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
}

select::-ms-expand {
	display: none;
}

select {
	vertical-align: middle;
	padding-left: 10px;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-appearance: none;
	appearance: none;
}

/*checkbox css
input[type="checkbox"] {
	display:none;
}
input[type="checkbox"] + label span {
	display:inline-block;
	width:24px;
	height:24px;
	margin:-2px 7px 0 0;
	vertical-align:middle;
	background:#c3c2c5 url('../images/check_ico.png') no-repeat center center;
	background-size:13px auto;
	cursor:pointer;
	border-radius:3px;
}
input[type="checkbox"]:checked + label span {
	background:#363636 url('../images/check_ico.png') no-repeat center center;
	background-size:13px auto;
}

@media (max-width:768px) {
	input[type="checkbox"] + label span {
		display:inline-block;
		width:18px;
		height:18px;
		background-size:9px auto;
	}
}*/

/*textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
	-webkit-box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
	-moz-box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
    outline: none;	 
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}*/




/* placeholder 스타일 지정 */
input::placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	opacity: 1;
	/* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}

/* IE */
input:-ms-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}

/* Firefox */
input:-mos-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}








textarea::placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	opacity: 1;
	/* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}

textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}

textarea:-ms-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}

textarea:-mos-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}





.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important;
}

/*****Align*****/
.fn {
	float: none !important
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}

.tac {
	text-align: center !important
}

.tal {
	text-align: left !important
}

.tar {
	text-align: right !important
}

.vat {
	vertical-align: top !important;
}

.vm {
	vertical-align: middle !important;
}


/***** clear float *****/
.clear {
	clear: both;
}

.clearfix {
	clear: both;
}

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

/***** width *****/
.w5p {
	width: 5% !important;
}

.w10p {
	width: 10% !important;
}

.w15p {
	width: 15% !important;
}

.w20p {
	width: 20% !important;
}

.w25p {
	width: 25% !important;
}

.w30p {
	width: 30% !important;
}

.w35p {
	width: 35% !important;
}

.w40p {
	width: 40% !important;
}

.w45p {
	width: 45% !important;
}

.w50p {
	width: 50% !important;
}

.w55p {
	width: 55% !important;
}

.w60p {
	width: 60% !important;
}

.w65p {
	width: 65% !important;
}

.w70p {
	width: 70% !important;
}

.w75p {
	width: 75% !important;
}

.w80p {
	width: 80% !important;
}

.w85p {
	width: 85% !important;
}

.w90p {
	width: 90% !important;
}

.w95p {
	width: 95% !important;
}

.w100p {
	width: 100% !important;
}

/***** margin *****/
.mt0 {
	margin-top: 0 !important
}

.mt5 {
	margin-top: 5px !important
}

.mt8 {
	margin-top: 8px !important
}

.mt10 {
	margin-top: 10px !important
}

.mt15 {
	margin-top: 15px !important
}

.mt18 {
	margin-top: 18px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt25 {
	margin-top: 25px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt35 {
	margin-top: 35px !important
}

.mt40 {
	margin-top: 40px !important
}

.mt45 {
	margin-top: 45px !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
}

.mt120 {
	margin-top: 120px !important
}

.mt130 {
	margin-top: 130px !important
}

.mt140 {
	margin-top: 140px !important
}

.mt150 {
	margin-top: 150px !important
}

.mt170 {
	margin-top: 170px !important
}

.mt180 {
	margin-top: 180px !important
}

.mt200 {
	margin-top: 200px !important
}

.mt220 {
	margin-top: 220px !important
}

.mt250 {
	margin-top: 250px !important
}

.mr0 {
	margin-right: 0 !important
}

.mr5 {
	margin-right: 5px !important
}

.mr10 {
	margin-right: 10px !important
}

.mr15 {
	margin-right: 15px !important
}

.mr20 {
	margin-right: 20px !important
}

.mr25 {
	margin-right: 25px !important
}

.mr30 {
	margin-right: 30px !important
}

.mr35 {
	margin-right: 35px !important
}

.mr40 {
	margin-right: 40px !important
}

.mr45 {
	margin-right: 45px !important
}

.mr50 {
	margin-right: 50px !important
}

.ml0 {
	margin-left: 0 !important
}

.ml5 {
	margin-left: 5px !important
}

.ml8 {
	margin-left: 8px !important
}

.ml10 {
	margin-left: 10px !important
}

.ml15 {
	margin-left: 15px !important
}

.ml20 {
	margin-left: 20px !important
}

.ml25 {
	margin-left: 25px !important
}

.ml30 {
	margin-left: 30px !important
}

.ml35 {
	margin-left: 35px !important
}

.ml40 {
	margin-left: 40px !important
}

.ml45 {
	margin-left: 45px !important
}

.ml50 {
	margin-left: 50px !important
}

.ml60 {
	margin-left: 60px !important
}

.ml70 {
	margin-left: 70px !important
}

.ml80 {
	margin-left: 80px !important
}

.ml100 {
	margin-left: 100px !important
}

.ml110 {
	margin-left: 110px !important
}

.ml120 {
	margin-left: 120px !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mb5 {
	margin-bottom: 5px !important
}

.mb10 {
	margin-bottom: 10px !important
}

.mb15 {
	margin-bottom: 15px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb25 {
	margin-bottom: 25px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.mb35 {
	margin-bottom: 35px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.mb45 {
	margin-bottom: 45px !important
}

.mb50 {
	margin-bottom: 50px !important
}

.mb110 {
	margin-bottom: 110px !important
}

/***** padding *****/
.pl0 {
	padding-left: 0 !important
}

.pt5 {
	padding-top: 5px !important
}

.pt10 {
	padding-top: 10px !important
}

.pt15 {
	padding-top: 15px !important
}

.pt18 {
	padding-top: 18px !important
}

.pt20 {
	padding-top: 20px !important
}

.pt25 {
	padding-top: 25px !important
}

.pt30 {
	padding-top: 30px !important
}

.pt35 {
	padding-top: 35px !important
}

.pt40 {
	padding-top: 40px !important
}

.pt45 {
	padding-top: 45px !important
}

.pt50 {
	padding-top: 50px !important
}

.pt55 {
	padding-top: 55px !important
}

.pt80 {
	padding-top: 80px !important
}

.pr0 {
	padding-right: 0px !important
}

.pr5 {
	padding-right: 5px !important
}

.pr10 {
	padding-right: 10px !important
}

.pr15 {
	padding-right: 15px !important
}

.pr20 {
	padding-right: 20px !important
}

.pr25 {
	padding-right: 25px !important
}

.pr30 {
	padding-right: 30px !important
}

.pr35 {
	padding-right: 35px !important
}

.pr40 {
	padding-right: 40px !important
}

.pr45 {
	padding-right: 45px !important
}

.pr50 {
	padding-right: 50px !important
}

.pl0 {
	padding-left: 0px !important
}

.pl5 {
	padding-left: 5px !important
}

.pl10 {
	padding-left: 10px !important
}

.pl15 {
	padding-left: 15px !important
}

.pl20 {
	padding-left: 20px !important
}

.pl25 {
	padding-left: 25px !important
}

.pl30 {
	padding-left: 30px !important
}

.pl35 {
	padding-left: 35px !important
}

.pl40 {
	padding-left: 40px !important
}

.pl45 {
	padding-left: 45px !important
}

.pl50 {
	padding-left: 50px !important
}

.pl55 {
	padding-left: 55px !important
}

.pl60 {
	padding-left: 60px !important
}

.pl65 {
	padding-left: 65px !important
}

.pl70 {
	padding-left: 70px !important
}

.pl75 {
	padding-left: 75px !important
}

.pl80 {
	padding-left: 80px !important
}

.pb0 {
	padding-bottom: 0px !important
}

.pb5 {
	padding-bottom: 5px !important
}

.pb10 {
	padding-bottom: 10px !important
}

.pb15 {
	padding-bottom: 15px !important
}

.pb20 {
	padding-bottom: 20px !important
}

.pb25 {
	padding-bottom: 25px !important
}

.pb30 {
	padding-bottom: 30px !important
}

.pb35 {
	padding-bottom: 35px !important
}

.pb40 {
	padding-bottom: 40px !important
}

.pb45 {
	padding-bottom: 45px !important
}

.pb50 {
	padding-bottom: 50px !important
}

.pb50 {
	padding-bottom: 55px !important
}

.pb60 {
	padding-bottom: 60px !important
}

.pb80 {
	padding-bottom: 80px !important
}