@charset "UTF-8";
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    height: 100%;
}
body {
    color: #333;
    font-family: 'Pretendard', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    word-break: keep-all;
    overflow-x: hidden;
    height: 100%;
}
article,
aside,
footer,
header,
main,
nav,
section {
    display: block;
}
dd,
dl,
dt,
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
fieldset,
hr {
    display: block;
    margin: 0;
    padding: 0;
    border: 0 none;
}
input,
select,
textarea {
    max-width: 100%;
    vertical-align: middle;
    border-radius: 0.6rem;
    border: 1px solid #D4D4D8;
    background: #FFF;
    font-size: 1.5rem;
}
input[type="text"],
input[type="password"] {
    min-width: 10rem;
    height: 4rem;
    padding: 0 1.6rem;
    font-size: 1.6rem;
}
input:disabled {
    background: #F4F4F4;
    color: #767676;
    font-size: 1.6rem;
    font-weight: 400;
}
input[type="date"] {
    min-width: 10rem;
    height: 4rem;
    padding: 0 1.6rem;
    font-size: 1.5rem;
    color: #111;
    background: #fff url("/project/images/layout/input-date-bg.png") no-repeat right 1.6rem center/2rem;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
    opacity: 0;
    appearance: none;
}
/* input[type=date]::-webkit-datetime-edit-text {-webkit-appearance: none;display: none;}
input[type=date]::-webkit-datetime-edit-month-field{-webkit-appearance: none;display: none;}
input[type=date]::-webkit-datetime-edit-day-field {-webkit-appearance: none;display: none;}
input[type=date]::-webkit-datetime-edit-year-field {-webkit-appearance: none;display: none;} */
select {
    min-width: 10rem;
    height: 4rem;
    padding: 0 1.6rem;
}
textarea {
    padding: 1.6rem;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("/project/images/layout/select-arr.png") no-repeat right 0.6rem center;
    box-shadow: none;
    color: #111;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}
input::placeholder,
textarea::placeholder {
    color: #767676;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}
select::-ms-expand {
    display: none;
}
address,
em,
i {
    font-style: normal;
}
strong {
    font-weight: 700;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    padding: 0;
    border: 0 none;
    background: none;
    cursor: pointer;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
img {
    max-width: 100%;
    border: 0 none;
    font-size: 0;
    vertical-align: middle;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th {
    font-weight: 600;
}
.IR,
.hidden,
.sound_only,
.sr-only,
caption,
legend {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0 none;
    clip: rect(0, 0, 0, 0);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9b9b9b;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9b9b9b;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #9b9b9b;
}
input::placeholder,
textarea::placeholder {
    color: #9b9b9b;
}
fieldset {
    min-inline-size: unset;
}
#skip {
    position: absolute;
    left: 0;
    top: -1000px;
    width: 100%;
    height: 0;
    z-index: 1000;
    line-height: 0;
    font-size: 0;
}
#skip a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0;
    font-size: 0;
}
#skip a:focus,
#skip_nav a:active,
#skip_nav a:hover {
    position: absolute;
    left: 0;
    top: 1000px;
    padding: 0.8rem 0;
    display: block;
    height: 4.5rem;
    background: #20262c;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    color: #fff;
}
.blind {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    display: none;
}
.txt-left {
    text-align: left !important;
}
.txt-center {
    text-align: center !important;
}
.txt-right {
    text-align: right !important;
}
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* content-title */
.content-title1 {
    margin: 0 0 2rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: #222;
}
* + .content-title1 {
    margin-top: 4rem;
}
.content-title2 {
    color: #000;
    display: block;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
    margin: 8.8rem 0 3.2rem;
}
* + .content-title2 {
    margin-top: 3.2rem;
}
.content-title3 {
    font-size: 1.8rem;
    color: #000;
    margin: 1rem 0 0.5rem;
    display: block;
    font-weight: 500;
}
* + .content-title3 {
    margin-top: 2rem;
}

/* modal-pop-body */
.modal-pop-body .content-title1 {
    font-size: 2.2rem;
    line-height: 1;
    margin: 0 0 2rem;
}
.modal-pop-body .content-title2 {
    font-size: 2rem;
    line-height: 1;
    margin: 3rem 0 1.5rem;
}
.modal-pop-body .content-title3 {
    font-size: 1.8rem;
    line-height: 1;
    margin: 2.4rem 0 1rem;
}
.modal-pop-body p {
    font-size: 1.6rem;
}
.modal-pop-body .number-list {
    margin-top: 1rem;
}
.modal-pop-body .number-list li {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

/* input-agree-txt */
.input-box-desc div .content-title1 {
    font-size: 2.2rem;
    line-height: 1;
    margin: 0 0 2rem;
}
.input-box-desc div .content-title2 {
    font-size: 2rem;
    line-height: 1;
    margin: 3rem 0 1.5rem;
}
.input-box-desc div .content-title3 {
    font-size: 1.8rem;
    line-height: 1;
    margin: 2.4rem 0 1rem;
}
.input-box-desc div p {
    font-size: 1.6rem;
}
.input-box-desc div .number-list {
    margin-top: 1rem;
}
.input-box-desc div .number-list li {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

/* Comment Text */
.comment-text {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 2.4rem !important;
    color: #757575 !important;
}

/* Number List */
.number-list {
    counter-reset: num-list;
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}
.number-list > li {
    position: relative;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
    color: #424242;
    padding-left: 3rem;
}
.number-list > li:before {
    display: flex;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: #fff;
    color: #153281;
    font-size: 1.2rem;
    content: ""counter(num-list)"";
    counter-increment: num-list;
    line-height: normal;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0.4rem;
    border: 1px solid #153281;
    position: absolute;
    top: 0;
    left: 0;
}

/* Number List02 */
.number-list2 {
    counter-reset: num-list;
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}
.number-list2 > li {
    position: relative;
    display: flex;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
    color: #424242;
    gap: 0.8rem;
}
.number-list2 > li:before {
    display: flex;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: #EDEDF0;
    color: #153281;
    font-size: 1.1rem;
    content: ""counter(num-list)"";
    counter-increment: num-list;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transform: translateY(.4rem);
    border-radius: 1.2rem;
}

/* Text List */
* .text-list {
    margin-top: 0.8rem;
}
.text-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.text-list > li {
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #424242;
    line-height: 2.25rem;
}
.text-list > li:before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: #9e9e9e;
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 0;
}

/* Text List02 */
.text-list2 {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.text-list2 > li {
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.25rem;
    color: #424242;
}
.text-list2 > li:before {
    content: "";
    width: 0.4rem;
    height: 1px;
    background: #828282;
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
}

/* Comment Text */
.comment-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #757575;
}

/* color */
.color1 {
    color: #3C6FF6 !important;
}
.color2 {
    color: #F36B09 !important;
}
.color3 {
    color: #9AC970 !important;
}

/* common btn */
.btn-wrap {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}
.btn-wrap.center {
    justify-content: center;
}
.btn-wrap .btn {
    display: flex;
    width: 100%;
    max-width: 27.2rem;
    padding: 0 1rem;
    height: 5.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem !important;
    gap: 1rem;
}
.btn-wrap .btn span {
    font-weight: 500;
    font-size: 1.6rem;
}
.btn-wrap .btn.small {
    height: 4.8rem;
    max-width: 20rem;
}
.btn-wrap .btn.btn1 {
    background: #3C6FF6;
    color: #fff;
}
.btn-wrap .btn.btn2 {
    background: #fff;
    color: #505050;
    border: 1px solid #D4D4D8;
}
.btn-wrap .btn.btn3 {
    background: #fff;
    color: #3C6FF6;
    border: 1px solid #3C6FF6;
}

/*마진*/
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.1rem !important;
}
.mt-2 {
    margin-top: 0.2rem !important;
}
.mt-3 {
    margin-top: 0.3rem !important;
}
.mt-4 {
    margin-top: 0.4rem !important;
}
.mt-5 {
    margin-top: 0.5rem !important;
}
.mt-6 {
    margin-top: 0.6rem !important;
}
.mt-7 {
    margin-top: 0.7rem !important;
}
.mt-8 {
    margin-top: 0.8rem !important;
}
.mt-9 {
    margin-top: 0.9rem !important;
}
.mt-10 {
    margin-top: 1rem !important;
}
.mt-15 {
    margin-top: 1.5rem !important;
}
.mt-20 {
    margin-top: 2rem !important;
}
.mt-25 {
    margin-top: 2.5rem !important;
}
.mt-30 {
    margin-top: 3rem !important;
}
.mt-35 {
    margin-top: 3.5rem !important;
}
.mt-40 {
    margin-top: 4rem !important;
}
.mt-45 {
    margin-top: 4.5rem !important;
}
.mt-50 {
    margin-top: 5rem !important;
}
.mt-55 {
    margin-top: 5.5rem !important;
}
.mt-60 {
    margin-top: 6rem !important;
}
.mt-65 {
    margin-top: 6.5rem !important;
}
.mt-70 {
    margin-top: 7rem !important;
}
.mt-75 {
    margin-top: 7.5rem !important;
}
.mt-80 {
    margin-top: 8rem !important;
}
.mt-85 {
    margin-top: 8.5rem !important;
}
.mt-90 {
    margin-top: 9rem !important;
}
.mt-95 {
    margin-top: 9.5rem !important;
}
.mt-100 {
    margin-top: 10rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.1rem !important;
}
.mb-2 {
    margin-bottom: 0.2rem !important;
}
.mb-3 {
    margin-bottom: 0.3rem !important;
}
.mb-4 {
    margin-bottom: 0.4rem !important;
}
.mb-5 {
    margin-bottom: 0.5rem !important;
}
.mb-6 {
    margin-bottom: 0.6rem !important;
}
.mb-7 {
    margin-bottom: 0.7rem !important;
}
.mb-8 {
    margin-bottom: 0.8rem !important;
}
.mb-9 {
    margin-bottom: 0.9rem !important;
}
.mb-10 {
    margin-bottom: 1rem !important;
}
.mb-15 {
    margin-bottom: 1.5rem !important;
}
.mb-20 {
    margin-bottom: 2rem !important;
}
.mb-25 {
    margin-bottom: 2.5rem !important;
}
.mb-30 {
    margin-bottom: 3rem !important;
}
.mb-35 {
    margin-bottom: 3.5rem !important;
}
.mb-40 {
    margin-bottom: 4rem !important;
}
.mb-45 {
    margin-bottom: 4.5rem !important;
}
.mb-50 {
    margin-bottom: 5rem !important;
}
.mb-55 {
    margin-bottom: 5.5rem !important;
}
.mb-60 {
    margin-bottom: 6rem !important;
}
.mb-65 {
    margin-bottom: 6.5rem !important;
}
.mb-70 {
    margin-bottom: 7rem !important;
}
.mb-75 {
    margin-bottom: 7.5rem !important;
}
.mb-80 {
    margin-bottom: 8rem !important;
}
.mb-85 {
    margin-bottom: 8.5rem !important;
}
.mb-95 {
    margin-bottom: 9.5rem !important;
}
.mb-100 {
    margin-bottom: 10rem !important;
}