@charset "utf-8";

/*
	copyright(c) 2020 HAZON
	http://www.hazon.co.kr
*/

/* All & Mobile Device */
html, body, 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, strong, 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;
	border: 0;
}

/* html5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}

body {
	font: inherit;
	word-break: break-all;
	vertical-align: baseline;
	box-sizing: border-box;
}

body * {
	box-sizing: border-box;
}

nav ul, ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
	content: '';
	content: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

input, select {
	vertical-align: middle;
}

button:focus, 
a:focus {
	outline: 0;
}

h5 {
	font-size: 1rem;
	line-height: 1.6;
}

/* noto-sans-kr-300 - latin */
@font-face {
    font-family: 'NotoSansKR';
    font-weight: 100;
    font-style: normal;
    src: url('/resources/common/fonts/NotoSansKR-Thin.eot');
    src: url('/resources/common/fonts/NotoSansKR-Thin.eot?#iefix') format('embedded-opentype'),
         url('/resources/common/fonts/NotoSansKR-Thin.woff2') format('woff2'),
         url('/resources/common/fonts/NotoSansKR-Thin.woff') format('woff'),
         url('/resources/common/fonts/NotoSansKR-Thin.ttf') format("truetype"),
         url('/resources/common/fonts/NotoSansKR-Thin.svg#NotoSansKR-Thin') format('svg');
    font-display: swap;
} 
@font-face {
    font-family: 'NotoSansKR';
    font-weight: 300;
    font-style: normal;
    src: url('/resources/common/fonts/NotoSansKR-Light.eot');
    src: url('/resources/common/fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
         url('/resources/common/fonts/NotoSansKR-Light.woff2') format('woff2'),
         url('/resources/common/fonts/NotoSansKR-Light.woff') format('woff'),
         url('/resources/common/fonts/NotoSansKR-Light.ttf') format("truetype"),
         url('/resources/common/fonts/NotoSansKR-Light.svg#NotoSansKR-Light') format('svg');
    font-display: swap;
} 
@font-face {
    font-family: 'NotoSansKR';
    font-weight: 400;
    font-style: normal;
    src: url('/resources/common/fonts/NotoSansKR-Regular.eot');
    src: url('/resources/common/fonts/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
         url('/resources/common/fonts/NotoSansKR-Regular.woff2') format('woff2'),
         url('/resources/common/fonts/NotoSansKR-Regular.woff') format('woff'),
         url('/resources/common/fonts/NotoSansKR-Regular.ttf') format("truetype"),
         url('/resources/common/fonts/NotoSansKR-Regular.svg#NotoSansKR-Regular') format('svg');
    font-display: swap;
} 
@font-face {
    font-family: 'NotoSansKR';
    font-weight: 500;
    font-style: normal;
    src: url('/resources/common/fonts/NotoSansKR-Medium.eot');
    src: url('/resources/common/fonts/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
         url('/resources/common/fonts/NotoSansKR-Medium.woff2') format('woff2'),
         url('/resources/common/fonts/NotoSansKR-Medium.woff') format('woff'),
         url('/resources/common/fonts/NotoSansKR-Medium.ttf') format("truetype"),
         url('/resources/common/fonts/NotoSansKR-Medium.svg#NotoSansKR-Medium') format('svg');
    font-display: swap;
} 
@font-face {
    font-family: 'NotoSansKR';
    font-weight: 700;
    font-style: normal;
    src: url('/resources/common/fonts/NotoSansKR-Bold.eot');
    src: url('/resources/common/fonts/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
         url('/resources/common/fonts/NotoSansKR-Bold.woff2') format('woff2'),
         url('/resources/common/fonts/NotoSansKR-Bold.woff') format('woff'),
         url('/resources/common/fonts/NotoSansKR-Bold.ttf') format("truetype"),
         url('/resources/common/fonts/NotoSansKR-Bold.svg#NotoSansKR-Bold') format('svg');
    font-display: swap;
} 
@font-face {
    font-family: 'NotoSansKR';
    font-weight: 900;
    font-style: normal;
    src: url('/resources/common/fonts/NotoSansKR-Black.eot');
    src: url('/resources/common/fonts/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),
         url('/resources/common/fonts/NotoSansKR-Black.woff2') format('woff2'),
         url('/resources/common/fonts/NotoSansKR-Black.woff') format('woff'),
         url('/resources/common/fonts/NotoSansKR-Black.ttf') format("truetype"),
         url('/resources/common/fonts/NotoSansKR-Black.svg#NotoSansKR-Black') format('svg');
    font-display: swap;
}

/*template*/
@font-face {
	font-family: 'POP_Brush';
	src: url('/resources/common/fonts/POP_Brush.svg#POP_Brush')
		format('svg'), url('/resources/common/fonts/POP_Brush.ttf')
		format('truetype'), url('/resources/common/fonts/POP_Brush.woff')
		format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WPOPBrush';
	src: url('/resources/common/fonts/WPOPBrush.eot');
	src: url('/resources/common/fonts/WPOPBrush.eot?#iefix')
		format('embedded-opentype'),
		url('/resources/common/fonts/WPOPBrush.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'ON 목우자수심결R';
  src: url('/resources/common/fonts/ON 목우자수심결R.eot');
  src: url('/resources/common/fonts/ON 목우자수심결R.eot?#iefix') format('embedded-opentype'),
       url('/resources/common/fonts/ON 목우자수심결R.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTMogujasusimgyeolR';
  src: url('/resources/common/fonts/TTMogujasusimgyeolR.svg#TTMogujasusimgyeolR') format('svg'),
       url('/resources/common/fonts/TTMogujasusimgyeolR.ttf') format('truetype'),
       url('/resources/common/fonts/TTMogujasusimgyeolR.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.pop_mojssg{
	font-family: 'ON 목우자수심결R', 'TTMogujasusimgyeolR', "gulim", malgun gothic, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}


/* font */
.pop_Brush, 
.pop_Brush * {
	font-family: 'WPOPBrush', 'POP_Brush', "gulim", malgun gothic, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

/* form */
input[type='text'], 
input[type='password'], 
input[type='image'], 
input[type='search'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

input[disabled] {
	background: #e9edf1;
	border: 1px solid #dfe3e9;
	color: #354052;
}

/* placeholder */
::-webkit-input-placeholder {
	color: #c9d1d6;
}

::-moz-placeholder {
	color: #c9d1d6;
} /* firefox 19+ */
:-moz-placeholder {
	color: #c9d1d6;
}

:-ms-input-placeholder {
	color: #c9d1d6;
} /* ie */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 5px 25px 5px 5px;
    background: #fff url(/resources/content/images/icon/ic_select_arrow.png) no-repeat right 5px center;
    border-radius: 3px;
    border-color: #ddd;
    font-size: 1rem;
}

select::-ms-expand {
	display: none;
}

select.disabled {
	background-color: #e9edf1;
}

textarea {
	height: 150px;
	resize: none;
	-webkit-appearance: none;
	word-break: break-word;
}

:focus {
	outline: #c0ccdc dashed 1px;
}

/* start of mobile form default */
input[type='text'], 
input[type='password'], 
input[type='image'], 
input[type='search'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

textarea {
	-webkit-appearance: none;
}

/* hide */
caption, legend, .hide {
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.hidden {
	display: none;
}

/* 대체 텍스트 숨김 */
.ir_pm {
	display: block;
	overflow: hidden;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_wa {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.screen_out {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999px;
} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */