@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:1em;font-family:'Pretendard', dotum, sans-serif;/* max-width:1920px; */margin: 0 auto;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
body * {font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Pretendard", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {white-space: pre-wrap; /* 줄바꿈 허용 */
    word-wrap: break-word; /* 단어가 너무 길 경우 줄바꿈 */
    overflow-wrap: break-word; /* 긴 단어 줄바꿈 (최신 브라우저용) */font-size:1.1em; }
a {color:#000;text-decoration:none}

*, :after, :before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
    -webkit-transition:all 0.30s ease-in-out;
    -moz-transition:all 0.30s ease-in-out;
    -ms-transition:all 0.30s ease-in-out;
    -o-transition:all 0.30s ease-in-out;
    outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
    /* -webkit-box-shadow:0 0 5px #9ed4ff;
    -moz-box-shadow:0 0 5px #9ed4ff;
    box-shadow:0 0 5px #9ed4ff;
    border:1px solid #558ab7 !important; */
}

.placeholdersjs {color:#aaa !important}

/* select {
	-webkit-appearance:none; 
    -moz-appearance:none; 
    appearance:none;
	font-family: inherit;
} */

table {
    border-spacing: 0px;
    border-style: none;
}
em, i {
    font-style:normal;
}

i:not([class*="fa"]) {
    font-style: normal;
}
i[class*="fa"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900; /* 필요시 */
}


/* 체크박스 */
.form-check-input:checked {
    background-color: #30B372;
    border-color: #30B372;
}

/* 라디오버튼 */
.form-check-input[type="radio"]:checked {
    background-color: #30B372;
    border-color: #30B372;
}

@media all and (max-width:768px) {
    input[type=text],input[type=password], textarea  {
        font-size:14px;
    }
}