@charset "utf-8";

/* 스타일 초기화 */
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
input,
textarea,
i,
u,
em,
strong,
b,
a,
button,
th,
td,
select,
code {
    margin: 0;
    padding: 0;
    font-style: normal;
    letter-spacing: -0.05em;
    font-family: "Pretendard", sans-serif;
    color: #2f3039;
}
h1,
h2,
h3,
h4,
h5,
strong {
    font-weight: 700;
}
b,
em {
    font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img,
fieldset,
iframe,
button {
    border: 0;
}
ul,
li {
    list-style: none;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="search"],
textarea {
    outline: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 14px 2px 14px;
    background-color: #fff;
    width: 300px;
    height: 50px;
    border: 1px solid #D6D6DD;
    transition: all 0.3s;
}
input,
select,
button,
label,
textarea {
    vertical-align: middle;
}
input,
textarea,
button {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
}
input[type="password"] {
    font-family: inherit;
}
select {
    font-size: 12px;
    font-weight: 500;
    color: inherit;
    line-height: 1.5;
    -webkit-appearance: none;
    border: 1px solid #B0B7C1;
    transition: all 0.3s;
}
input,
select,
textarea {
    outline: 0;
}
input[type="text"]:focus,
select:focus,
textarea:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
    outline: 0;
    --tw-ring-color: #584CC6;
    border-color: #584CC6;
}
input:disabled,
select:disabled,
button:disabled,
label:disabled,
a:disabled,
textarea:disabled {
    cursor: default;
}
label,
button,
select,
a {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: auto;
}
legend {
    overflow: hidden;
    visibility: hidden;
    font-size: 1px;
    text-indent: -9999px;
    margin-top: -1px;
    width: 1px;
    height: 1px;
}
a {
    text-decoration: none;
    color: inherit;
}
a:visited {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
a > img {
    display: block;
}
button {
    background: none;
    font-family: inherit;
    overflow: visible;
    outline: 0;
    text-align: inherit;
}
u {
    text-decoration: none;
}
code {
    display: inline;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
}
html {
    -webkit-text-size-adjust: none;
}
body {
    word-break: break-word;
    font-size: 15px;
    line-height: 1;
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    background: #F9FAFC;
}

.alert {
	font-size: 12px;
	font-weight: 400;
	color: #dc3545;
	display: none;
    margin: 6px 2px 4px;
}
.alert2 {
	font-size: 12px;
	font-weight: 400;
	color: #dc3545;
	float: right;
	margin: 2px 14px;
}

/* input 스타일 */
[type="checkbox"] {
    /* width: 20px;
    height: 20px;
    border: 1px solid #c9d6df; */
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #9BA0A9;
    background: #fff;
    color: #7C6FF3;
}
select {
    width: 170px;
    height: 32px;
    line-height: 1.5;
    padding: 0 10px;
    background-image: url("../img/icon/select_down_btn.png");
    background-size: 32px 32px;
    border-right: unset;
    background-position: right center;
    font-family: "Pretendard";
    
}
input[type="date"] {
    position: relative;
    min-height: 30px;
    padding: 12px 16px;
    border: 1px solid #B0B7C1;
    font-size: 16px;
    color: #000000;
    width: 161px;
    height: 44px;
    border-radius: 4px;
    padding: 12px 16px;
    font-weight: 500;
}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    z-index: 1;
}
input[type="date"]:after {
    position: absolute;
    top: 50%;
    right: -1px;
    content: "";
    width: 52px;
    height: 36px;
    background: url("../img/icon/calender.png") center center no-repeat;
    transform: translateY(-50%);
    z-index: 0;
    background-size: 24px 24px;
}
input[type="date"]:disabled {
    opacity: 0.7;
}
input:read-only,
textarea:read-only,
select:disabled {
    color: #15161a;
    background-color: #fff;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 이미지 체크박스 */
.inp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}
.inp.inp-blind {
    position: relative;
    display: inline-block;
}
.inp.inp-blind b {
    font-size: 0;
}
.inp.inp-blind input[type="checkbox"] ~ i,
.inp.inp-blind input[type="checkbox"]:checked ~ i {
    left: 50%;
    transform: translate(-50%, -50%);
}

.inp input[type="checkbox"] {
    font-size: 0;
    line-height: 0;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 0;
}

.inp b {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    color: #1e2022;
    font-weight: 400;
}
.inp input[type="checkbox"] ~ i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../img/icon/inp-ico-check.png") center center no-repeat;
}
.inp input[type="checkbox"]:checked ~ i {
    background: url("../img/icon/inp-ico-checked.png") center center no-repeat;
}
.inp input[type="checkbox"]:disabled ~ i {
    background: url("../img/icon/inp-ico-disabled.png") center center no-repeat;
}
.inp input[type="checkbox"]:checked:disabled ~ i {
    background: url("../img/icon/inp-ico-checked-disabled.png") center center
        no-repeat;
}

/* 통합 검색 이미지 체크박스 */
.sbinp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0px 8px 15px;
}
.sbinp.sbinp-blind {
    position: relative;
    display: inline-block;
}
.sbinp.sbinp.sbinp-blind label {
    margin-left: 10px;
}

.sbinp.sbinp-blind input[type="checkbox"] ~ i,
.sbinp.sbinp-blind input[type="checkbox"]:checked ~ i {
    transform: translate(-50%, -50%);
}

.sbinp input[type="checkbox"] {
    font-size: 0;
    line-height: 0;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 0;
}
.sbinp b {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    color: #1e2022;
    margin-left: 2px;
}
.sbinp input[type="checkbox"] ~ i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../img/icon/inp-ico-check.png") center center no-repeat;
}
.sbinp input[type="checkbox"]:checked ~ i {
    background: url("../img/icon/inp-ico-checked.png") center center no-repeat;
}
.sbinp input[type="checkbox"]:disabled ~ i {
    background: url("../img/icon/inp-ico-disabled.png") center center no-repeat;
}
.sbinp input[type="checkbox"]:checked:disabled ~ i {
    background: url("../img/icon/inp-ico-checked-disabled.png") center center
        no-repeat;
}

/* radio box */
.checks {
    position: relative;
}
.checks input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 1px;
    box-shadow: inset 0 3px 6px rgba(201, 214, 223, 0.49);
}
.checks input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px;
}
.checks input[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #9cb1bf;
    border-radius: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}
.checks input[type="radio"] + label:active:before,
.checks input[type="radio"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.checks input[type="radio"]:checked + label:before {
    background: #fff;
    border-color: #c9d6df;
    width: 19px;
    height: 19px;
}
.checks input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 9px;
    height: 9px;
    background: #0c81e4;
    border-radius: 100%;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.checks input[type="radio"]:disabled:checked + label:after {
    background: none;
}

/*watch icon*/
input[type="time"] {
    position: relative;
    min-height: 30px;
    padding: 10px 12px;
    border: 1px solid #9cb1bf;
    font-size: 13px;
    color: #52616b;
    width: 100px !important;
}
input[type="time"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    z-index: 1;
}
.input_time_box input:after {
    position: absolute;
    top: 50%;
    right: -1px;
    content: "";
    width: 32px;
    height: 36px;
    background: url("../img/icon/inp-ico-watch.png") center center no-repeat;
    transform: translateY(-50%);
    z-index: 0;
}

/* hidden */
.blind {
    visibility: hidden !important;
    position: absolute !important;
    color: transparent !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    font-size: 1px !important;
    text-indent: -9999px !important;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.del {
    text-decoration: line-through;
}
/* margin & padding size */
.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.ml-70 {
    margin-left: 70px !important;
}
.mr-70 {
    margin-right: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.ml-90 {
    margin-left: 90px !important;
}
.mr-90 {
    margin-right: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.mr-100 {
    margin-right: 100px !important;
}

.pl-315 {
    padding-left: 315px;
}
.pd-5 {
    padding: 5px;
}
.pd-10 {
    padding: 10px;
}
.pd-20 {
    padding: 20px;
}
.pd-30 {
    padding: 30px;
}
.pd-40 {
    padding: 40px;
}
.pd-50 {
    padding: 50px;
}

.ta-c {
    text-align: center;
}
.ta-l {
    text-align: left;
}
.ta-r {
    text-align: right;
}
.mg_right_4{
	margin-right: 4px;
}
.mg_left_4{
	margin-left: 4px;
}
.mg_right_6{
	margin-right: 6px;
}
.mg_right_10{
	margin-right: 10px;
}
.mg_right_20{
	margin-right: 20px;
}
.mg_left_10{
	margin-left: 10px;
}
.mg_left_20{
	margin-left: 20px;
}
.mg_0{
    margin: 0;
}