@charset "utf-8";

/** setting **/
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
    font-family: 'score1';
    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: 'score2';
    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: 'score3';
    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: 'score4';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
    font-family:'ktfont1'; 
    src:url('../font/Kintelligence-100.woff'); 
    src: url('../font/Kintelligence-100.woff') format(‘woff’); 
    font-weight: normal; 
    font-style: normal; 
} 
@font-face{ 
    font-family:'ktfont2'; 
    src:url('../font/Kintelligence-300.woff'); 
    src: url('../font/Kintelligence-300.woff') format(‘woff’); 
    font-weight: normal; 
    font-style: normal; 
} 
@font-face{ 
    font-family:'ktfont3'; 
    src:url('../font/Kintelligence-500.woff'); 
    src: url('../font/Kintelligence-500.woff') format(‘woff’); 
    font-weight: normal; 
    font-style: normal; 
} 
@font-face{ 
    font-family:'ktfont4'; 
    src:url('../font/Kintelligence-800.woff'); 
    src: url('../font/Kintelligence-800.woff') format(‘woff’); 
    font-weight: normal; 
    font-style: normal; 
} 

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* 
font-family: 'NanumSquareLight';
font-family: 'NanumSquare';
font-family: 'NanumSquareBold';
font-family: 'NanumSquareExtraBold';
font-family: 'NanumSquareAcb';
font-family: 'NanumSquareAceb';
font-family: 'NanumSquareAcl';
font-family: 'NanumSquareAcr'; 
*/
/*
html, body { width:100%;   overflow:visible; letter-spacing:0px; color:#333; font-size:10px; font-family: 'Noto Sans KR', sans-serif; background-color:#dce1e6; }
*/

html, body { 
	width:100%; overflow-y:auto; letter-spacing:0px; color:#333; font-size:10px;  font-family: 'NanumSquare', 'Noto Sans KR', sans-serif; background-color:#fff;
}



/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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;
	vertical-align: baseline;
	box-sizing:border-box;
	/*세로모드에서 가로모드로 전환할때 텍스트가 약간 커지는 현상 방지*/
	margin:0; padding:0;border:0;vertical-align:baseline;-webkit-text-size-adjust:none;
  	text-decoration:none;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
	display: block; font-family: 'Noto Sans KR', sans-serif;
}
body {
	line-height: 1.8rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	box-sizing:border-box;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
	box-sizing:border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, a {
	padding:0; margin:0; background:transparent; border:0; outline:0; cursor:pointer; font-size:inherit; font-family: 'Noto Sans KR', sans-serif;
}
textarea, input, select, textarea {
	padding:0; margin:0; outline:0; font-size:inherit; font-family: 'Noto Sans KR', sans-serif; border:1px solid #d2d2d2;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; padding:5 10px;
}
select {
    background: url(../images/icon/icon_basic_select.png) no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    background-size: 10px 7px;
}
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}

input[type=date]::-webkit-inner-spin-button, .top_wrap .input_wrap input[type=date]::-webkit-outer-spin-button {
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}

select {
	cursor:pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
button:active, a:active, input[type="reset"]:active, input[type="submit"]:active {
	opacity:0.8;
}


i {
	font-size:0;
}
hr { display:block; margin:0; padding:0; border:0; background-color:#e1e1e1; }


/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ccc; }
::-moz-placeholder { /* Firefox 19+ */ color: #ccc; }
:-ms-input-placeholder { /* IE 10+ */ color: #ccc; }
:-moz-placeholder { /* Firefox 18- */ color: #ccc; }

/* 스크롤 */
::-webkit-scrollbar{ width:0; }


/**** 셋팅 클래스 ****/
.cf:after{content:''; display:block; clear:both;}
.fl{float: left;}
.fr{float: right;}

/* 체크박스 */
.checkbox_wrap .checkbox_lbl {font-size:1.4rem; margin-left:27px; line-height: 2rem}
.checkbox_wrap label {vertical-align:middle; cursor:pointer;} 
.checkbox_wrap input {display: none;}        
.checkbox_wrap span {float:left; margin:0 auto; width:20px; height: 20px; display: block;  background: url("../images/icon/icon_checkbox_off.png"); background-size:100%;}  
.checkbox_wrap input:checked + span {background: url("../images/icon/icon_checkbox_on.png"); background-size:100%;}
/* 라디오 버튼 */
.radio_wrap .radio_lbl { font-size:1.4rem;  margin-left:27px; line-height: 2rem}
.radio_wrap label {vertical-align:middle; cursor:pointer;}                       
.radio_wrap input {display: none;}
.radio_wrap span {float:left; margin:0 auto; width:20px; height: 20px; display: block;  background: url("../images/icon/icon_radiobtn_off.png"); background-size:100%;}  
.radio_wrap input:checked + span {background: url("../images/icon/icon_radiobtn_on.png"); background-size:100%;}