@charset "UTF-8";
body {font-size:14px; color:#666;}
body, h1, h2, h3, h4, h5,
div, ul, ol, li, dl, dt, dd,
table, th, td, p, span, em, address, strong {
    -webkit-user-select:none; -webkit-touch-callout:none; user-select:none;
}
body, p,
h1, h2, h3, h4, h5,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset, legend, input, textarea, button, select,
span, a, div, button, em, address, label, strong {margin:0;padding:0;font-size:inherit;color:inherit;outline:none;-webkit-tap-highlight-color:transparent;}
body, input, textarea, select, button, table {font-family:sans-serif; font-size:14px; font-weight:normal;line-height:1.5;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased}
img, fieldset, button {border:0 none;}
ul, ol, li {list-style:none}
img {max-width:100%; vertical-align:top;}
input, select {font-size:14px}
input {background:#FFF;}
em, address, i {font-style:normal}
a {text-decoration:none;}
button {margin:0;padding:0;background:none;}
h1, h2, h3, h4, h5, h6, b {color:#111}
table {width:100%;border-spacing:0; border-collapse:collapse;}
td, th {border-spacing:0;border-collapse:collapse;word-wrap:break-word;word-break:break-all}
caption {position:absolute;overflow:hidden; width:0;height:0;margin:-1px 0;font-size:1px;line-height:0}
fieldset {display:block;}
legend {display:none}
label, button {cursor:pointer}
label {color:inherit;}
a,
span,
strong,
em {color:inherit;}
strong {font-weight:700;}
iframe {border:0;}
[tabindex] {outline:none;}
::-webkit-scrollbar {display:none; -webkit-appearance:none; width:0;}
label {display:inline-block; /*margin-bottom:.3rem;*/ font-weight:400; font-size:14px;}
hr {display:block; height:1px; border:0; border-top:1px solid #eee; margin:1em 0; padding:0;}

select,
textarea,
input[type=text],
input[type=date],
input[type=time],
input[type=tel],
input[type=search],
input[type=number],
input[type=password],
input[type=email] {
    display:block;
    box-sizing:border-box;
    width:100%;
    height:44px;
    padding:5px 16px;
    line-height:normal;
    font-size:14px; color:#000;
    outline:none;
    transition:border-color 150ms ease-in-out 0s;
    -webkit-appearance:none;
    appearance:none;
    border-radius:5px;
    background-color:#fff;
    border:1px solid #d9d9d9;
}
input:focus {border-color:#000;}

fieldset[disabled] input,
fieldset[disabled] .textarea,
fieldset[disabled] textarea,
fieldset[disabled] select,
input[type=text]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=email] {cursor:default; border-color:#e1e1e1; background-color:#eee; color:#999;}

fieldset[disabled] input,
fieldset[disabled] .textarea,
fieldset[disabled] textarea,
fieldset[disabled] select,
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {cursor:default; border-color:#e1e1e1; background-color:#eee; color:#999;}

.input,
.select {position:relative;}
span.select,
span.input {display:inline-block;}
.input.success input {border-color:#39b54a;}
.input.error input {border-color:#f30000;}
.input.success:after,
.input.error:after,
.select:after,
.btn-select:after {position:absolute; right:13px; top:15px; content:''; display:inline-block; width:15px; height:15px; background-image:url('../images/common/spr_common.png'); background-repeat:no-repeat; background-size:360px auto; pointer-events:none;}
.input.success:after {background-position:-45px -95px;}
.input.error:after {background-position:-60px -95px;}
.btn-select:after,
.select:after {background-position:-15px -95px;}
.select.disabled:after {background-position:-30px -95px; border-top-color:#ccc;}
.select-list select {padding-left:46px;}
.btn-select:before,
.select-list:before {position:absolute; left:15px; top:12px; content:''; display:inline-block; width:20px; height:20px; background:url('../images/common/spr_common.png') -120px -75px no-repeat; background-size:360px auto;}
/* TODO :  선택되지 않은 셀렉트박스 디자인 변경*/
select:required:invalid {color:#999;}
.select[data-value]:before {content:attr(data-value); font-size:14px; line-height:38px; text-align:center; position:absolute; top:1px; right:1px; bottom:1px; left:1px; padding-right:15px; border-radius:2px; background-color:#fff; pointer-events:none;}
select::-ms-expand {display:none}
select{
	width:100%;
	height:44px;
	padding-left:10px;
	padding-right:40px;
	font-size:14px;
	color:#000;
	border:1px solid #d9d9d9;
	border-radius:5px;
	background-color:#fff;
	-webkit-appearance:none;
	-ms-appearance:none;
	appearance:none;
	box-sizing:border-box;
}
select:focus{border-color:#000;}


.radio,
.checkbox {position:relative; display:inline-block; height:20px;}
.checkbox i {position:absolute; left:3px; top:2px; display:inline-block; width:15px; height:15px; background:url('../images/common/spr_common.png') -75px -95px no-repeat; background-size:360px auto;}
.checkbox input[type='checkbox'],
.radio input[type='radio'] {display:inline-block; width:20px; height:20px; margin-right:5px; vertical-align:top; border:1px solid #e1e1e1; border-radius:50%; cursor:pointer; -webkit-appearance:none;}

.checkbox input[type='checkbox']:checked,
.radio input[type='radio']:checked {background-color:#4490e9; border-color:#4490e9;}
.radio input[type='radio']:checked + i {position:absolute; left:6px; top:6px; display:inline-block; width:8px; height:8px; background-color:#fff; border-radius:50%;}
.checkbox input[type='checkbox']:checked + i {background-position:-90px -95px;}

.radio input[type='radio']:disabled,
.checkbox input[type='checkbox']:disabled {background-color:#eee; border:1px solid #e1e1e1;}
.radio input[type='radio']:disabled + i,
.checkbox input[type='checkbox']:disabled + i {display:none;}
.checkbox input[type='checkbox']:disabled:checked + i {display:inline-block; background-position:-105px -95px;}
.radio input[type='radio']:disabled:checked + i {display:inline-block; background-color:#d9d9d9;}

/* The switch - the box around the slider */
.switch {position:relative; display: inline-block; width:40px; height:18px;}
.switch input {opacity:0; width:0; height:0;}

/* The slider */
.switch .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius:9px;
background-color: #d9d9d9;
-webkit-transition:all .2s ease-in;
transition:all .2s ease-in;
}

.switch .slider:before {
position: absolute;
content:'';
height:20px;
width:20px;
left:0;
top:-1px;
border-radius:50%;
background-color: #fff;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
-webkit-transition:transform .2s ease-in;
transition:transform .2s ease-in;
}
.switch input:checked + .slider { background-color: #4490e9; }
.switch input:checked + .slider:before { -webkit-transform: translateX(21px); transform: translateX(21px); }


textarea {
    width:100%; height:100px;
    padding:15px 16px;
    border:1px solid #d9d9d9;
    border-radius:5px;
    line-height:1.5;
    font-size:14px;
    resize:none;
    vertical-align:top;
    white-space:pre-line;
    word-wrap:break-word;
    word-break:break-all;
    background:#FFF;
    font-weight:normal;
}
textarea:focus {border-color:#000;}

input::-webkit-input-placeholder {font-size:14px;font-weight:normal; color:#999 !important; font-family:'Noto Sans KR', 'Roboto', sans-serif;}
input:-ms-input-placeholder {font-size:14px;font-weight:normal; color:#999 !important; font-family:'Noto Sans KR', 'Roboto', sans-serif;}
input::placeholder {font-size:14px;font-weight:normal; color:#999 !important; font-family:'Noto Sans KR', 'Roboto', sans-serif;}
textarea::placeholder {font-size:14px;font-weight:normal; color:#999 !important; font-family:'Noto Sans KR', 'Roboto', sans-serif;}
textarea::-webkit-input-placeholder {font-size:14px;font-weight:normal; color:#999 !important; font-family:'Noto Sans KR', 'Roboto', sans-serif;}
::selection {background-color:#3f60d5; color:#fff;}

/* input search cancel button */
input::-webkit-search-cancel-button {display:none;}

/* input number spin button */
input[type=number] {-moz-appearance:textfield;}
input[type=number]::-webkit-inner-spin-button {-webkit-appearance:none;}

button {box-sizing:border-box;color:#555;}

.blind {
    display:inline-block;
    overflow:hidden;
    clip:rect(1px, 1px, 1px, 1px);
    width:1px;
    height:1px;
    margin:-1px;
    border:0;
    clip-path:inset(50%);
}
