
/* reset */
*{margin:0; padding:0; box-sizing: border-box;}
html{font-size: 10px;}
body,input,select,textarea,a,button,h1,h2,h3,h4,h5,h6 { font-size:1.6rem; color: #333; text-decoration: none; }

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, button {
	margin: 0;
	padding: 0;
	border: 0;
    font-family: 'Pretendard', "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
	/*vertical-align: baseline;*/
    font-weight: 500;
    line-height: 140%;
}


a { text-decoration: none; }
button {cursor: pointer;}
/* header input[type=checkbox]#mui{display: none !important;} */
input[type=button]{cursor: pointer;}
input[type=checkbox]{margin:0;}
label {
    font-size: 18px;
    line-height: 2rem;
    padding: 0.2em 0.4em;
}

[type="radio"], span {
    vertical-align: middle;
}

[type="radio"] {
    appearance: none;
    border: max(2px, 0.1em) solid gray;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    transition: border 0.5s ease-in-out;
}

[type="radio"]:checked {
    border: 0.4em solid tomato;
}

[type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted tomato;
}

[type="radio"]:hover {
    box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
    cursor: pointer;
}

[type="radio"]:hover + span {
    cursor: pointer;
}

[type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
}

[type="radio"]:disabled + span {
    opacity: 0.7;
    cursor: not-allowed;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}



select {  
    background: url('../images/btnSelectArrow.svg') no-repeat 90% 50%; 
    -webkit-appearance: none; 
    /* 네이티브 외형 감추기 */ 
    -moz-appearance: none; 
    appearance: none;
    padding:0 0.8rem; 
    min-width: 12rem;
    height: 4rem;
    border: 1px solid #E5E5E5;
    border-radius: 0.4rem;
    font-weight: 400;
    font-size: 1.5rem;
    color: #777;
    background-color: #fff;
}
input {  
    padding:0 0.8rem; 
    min-width: 12rem;
    height: 4rem;
    border: 1px solid #E5E5E5;
    border-radius: 0.4rem;
    font-weight: 400;
    font-size: 1.5rem;
    color: #222;
    &::placeholder{
        color:#B3B3B3;
    }
}
.disFlex{
    display: flex;
    align-items: center;
}



/* 폰트 */
@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    src: url(/tds/font/Pretendard-Black.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    src: url(/tds/font/Pretendard-ExtraBold.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    src: url(/tds/font/Pretendard-Bold.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    src: url(/tds/font/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    src: url(/tds/font/Pretendard-Medium.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    src: url(/tds/font/Pretendard-Regular.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    src: url(/tds/font/Pretendard-Light.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    src: url(/tds/font/Pretendard-ExtraLight.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    src: url(/tds/font/Pretendard-Thin.woff) format('woff');
}