@charset"utf-8";

/* Eric Meyer reset.css */
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 none; 
	vertical-align:middle; 
	font-family:'notokr-regular', sans-serif;
	color:#444444;
}

ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:""; content:none;}
table{border-collapse:collapse; border-spacing:0; width:100%; table-layout:fixed;}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* shs reset.css*/
html{width:100%; height:100%;}
body{width:100%; height:100%; overflow-x:hidden;}
a{text-decoration:none;}
a:hover{color:#666; text-decoration:none;}
hr{display:none;}
legend,caption{display:block; position:absolute; top:-1000em; left:-1000em; text-indent:-1000em; overflow:hidden; }
button,label{cursor:pointer; font-family:'notokr-regular', sans-serif;}
button{border:0 none;}
input[type=text],
input[type=tel],
input[type=password]{
	font-size:1em; 
	color:#000000; 
	border-radius:0;
	box-sizing:border-box; 
	border:solid 1px #e2e8ed;
	padding:0 4% 0 4%;
	line-height:40px;
	font-family:'notokr-regular', sans-serif;
	-webkit-appearance:none;
}
/* Removes the clear button from date inputs */
input[type=date]::-webkit-clear-button {display:none;}

/* Removes the spin button */
input[type=date]::-webkit-inner-spin-button {display:none;}

/* Always display the drop down caret */
input[type=date]::-webkit-calendar-picker-indicator {color: #2c3e50;}

/* A few custom styles for date inputs */
input[type=date] {
    -webkit-appearance:none;
	height:42px;
    color:#999999;
    font-family:'notokr-regular', sans-serif;
    font-size:0.8em;
    border:0;
    background:#ecf0f1;
    display: inline-block !important;
    visibility: visible !important;
}
input[type=date]:focus {color:#95a5a6; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus{outline:1px solid #000000;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {-webkit-appearance:none; margin:0;}
input[type=radio],
input[type=checkbox] {margin:0; padding:0;}
input::placeholder {font-size:0.8em; color:#999999; line-height:40px;}
textarea{border:1px solid #ccc; line-height:1.5; font-size:12px; color:#666; resize:none; border-radius:0; font-family:'notokr-regular', sans-serif;}
textarea:focus{border:1px solid #666;}
select{-webkit-appearance:none;}
/* ie 9 */
select::-ms-expand {display:none;}
.blind{display:block; overflow:hidden; position:absolute; top:-1000em; left:0;}
/* Noto Sans KR */
@font-face { 
	font-family:'notokr-regular'; 
	src: url('../font/NotoSans-Regular.eot'); 
	src: url('../font/NotoSans-Regular.otf');
	src: url('../font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), 
	url('../font/NotoSans-Regular.woff') format('woff')
}
/* AppleSDGothicNeo */
/*@font-face { 
	font-family:'AppleSDGothicNeo'; 
	src: url('../font/AppleSDGothicNeoR.eot'); 
	src: url('../font/AppleSDGothicNeoR.ttf');
	src: url('../font/AppleSDGothicNeoR.eot?#iefix') format('embedded-opentype'), 
	url('../font/AppleSDGothicNeoR.woff') format('woff')
}*/
/* AppleSDGothicNeoB */
/*@font-face { 
	font-family:'AppleSDGothicNeoB'; 
	src: url('../font/AppleSDGothicNeoB.eot'); 
	src: url('../font/AppleSDGothicNeoB.otf');
	src: url('../font/AppleSDGothicNeoB.eot?#iefix') format('embedded-opentype'), 
	url('../font/AppleSDGothicNeoB.woff') format('woff'),
}*/

img,video,iframe{
	/*max-width:100%;*/
	display:block;
	border:0;
}

.out{position:absolute;display:block;width:0;height:0;line-height:0;text-indent:-9999px;overflow:hidden}
.blind{position: absolute;overflow: hidden;width: 1px;height: 1px;display: inline-block;clip: rect(0,0,0,0)}
.clear::before{content:'';display:block}
.clear::after{content:'';display:block;clear:both}


/* popup */
.popup_wrap {
	display: flex; flex-direction:column;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.popup_wrap .popup_cont {
	flex: 1 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	height: auto;
	background: #ffffff;
	border-radius: 4px;
	z-index: 999;
}
.popup_wrap .popup_cont span.pc_tit {
	display: block;
	float: left;
	padding: 20px 0 0 20px;
	text-align: left;
	font-family: 'notokr-bold', sans-serif;
	font-size: 1.2em;
	color: #333333;
}
.popup_wrap .popup_cont span.pc_txt {
	display: block;
	float: left;
	padding: 20px;
	text-align: left;
	word-break: keep-all;
	font-size: 0.9em;
	color: #5a5a5a;
}
.popup_wrap .popup_cont .pc_footer {display: flex; flex:0 0 56px; justify-content: flex-end; margin-top: auto; width: 100%; height: 56px;}
.popup_wrap .popup_cont .pc_footer button.pc_btn_c,
.popup_wrap .popup_cont .pc_footer button.pc_btn_ck {
	float: right;
	width: 58px;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	margin-right: 10px;
	border: 0;
	outline: none;
	background: transparent;
	font-family: 'notokr-medium', sans-serif;
	font-size: 0.9em;
	color: #5a5a5a;
}
.popup_wrap .popup_cont .pc_footer button.pc_btn_ck {color: #3b84f8;}
.popup_wrap .popup_cont .pc_footer button.pc_btn_o {
	float: right;
	width: 172px;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	margin-right: 10px;
	border: 0;
	outline: none;
	background: transparent;
	font-family: 'notokr-medium', sans-serif;
	font-size: 0.9em;
	color: #f27186;
}
.popup_wrap .popup_cont .pc_footer button.pc_btn_c:hover,
.popup_wrap .popup_cont .pc_footer button.pc_btn_o:hover {background: #f0f0f0;}
.popup_wrap .bg_dim {width: 100%; height: 100%; background-color: #000000; opacity: 0.6; z-index: 9;}
