@import url(./layout.css);
@import url(./layout-custom.css);
@import url(./animation.css);
@import url(./fonts.css);

:root {
    --base-height: 100vh;
    --base-width: var(--base-width);
    --footer-height: 312px;
    --header-height: 100px;
    --header-base-height: 70px;
    --base-padding: 80px;
    --content-wrapper: 1560px;
    --narrow-wrapper: 1400px;
    --scrollbar-width: 0;
    --sub-bottom-padding: 160px;
}

html,
body,
div,
ul,
li,
p,
h3,
h1,
h2,
h4,
h5 {
    padding: 0;
    margin: 0;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
optgroup,
select,
button {
    cursor: pointer;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
img {
    vertical-align: top;
}
body {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    overscroll-behavior-y: none;
}
caption {
    display: none;
}
button,
a {
    touch-action: manipulation;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    outline: none;
}
* {
    font-family:
        'Pretendard',
        -apple-system,
        BlinkMacSystemFont,
        system-ui,
        Roboto,
        'Helvetica Neue',
        'Segoe UI',
        'Apple SD Gothic Neo',
        'Noto Sans KR',
        'Malgun Gothic',
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol',
        sans-serif;
    line-height: normal;
    color: #1d222c;
    box-sizing: border-box;
    font-weight: normal;
    word-break: keep-all;
}
i,
em {
    line-height: inherit;
    font-style: normal;
}
.blind {
    font-size: 0 !important;
    color: transparent !important;
}
span,
i,
strong,
q {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}
q::before,
q::after {
    content: none;
}
b {
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    border: none;
    background-color: transparent;
}

.aos {
    opacity: 0;
}

.aos.action {
    opacity: 1;
}

.sec-cont {
    padding: 0 var(--base-padding);
    position: relative;
}

.sec-cont.sec-cont--full {
    padding: 0;
}

section {
    position: relative;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
}

section.sec-fixed {
    z-index: 0;
}

section.bg-transparent {
    background-color: transparent;
}

.page-wrapper {
    max-width: var(--content-wrapper);
    margin: 0 auto;
}

.narrow-wrapper {
    max-width: var(--narrow-wrapper);
    margin: 0 auto;
}

.footer-bottom a {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: default !important;
}

/* basic-checkbox */
.basic-checkbox {
    display: none;
}

.basic-checkbox + label {
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    color: #252525;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.16px;
    position: relative;
    cursor: pointer;
}

.basic-checkbox + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../img/assets/ico-basic-checkbox-o.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.basic-checkbox:checked + label::before {
    background-image: url(../img/assets/ico-basic-checkbox.svg);
}

.basic-checkbox + label span {
    color: #ec607f;
    font-weight: 700;
}

/* comm-tab */

.comm-tab-cont {
    display: none;
}

.comm-tab-cont.current {
    display: block;
    animation: showUp 0.3s ease forwards;
}

/* basic-radio */
.basic-radio {
    display: none;
}

.basic-radio + label {
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    color: #252525;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.16px;
    position: relative;
    cursor: pointer;
}

.basic-radio + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../img/assets/ico-basic-radio-o.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.basic-radio:checked + label::before {
    background-image: url(../img/assets/ico-basic-radio.svg);
}

.basic-radio + label span {
    color: #ec607f;
    font-weight: 700;
}

/* btn-ui */
.btn-ui {
    display: inline-block;
    vertical-align: top;
    min-width: 253px;
    border-radius: 10px;
    background: #999;
    color: #fff;
    font-size: var(--t18);
    font-weight: 700;
    padding: 0 20px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.btn-ui--primary {
    background: #06f;
}

/* btn-round */
.btn-round {
    padding: 16px 20px;
    border-radius: 50px;
    background: #252525;
    min-width: 310px;
    color: #fff;
    text-align: center;
    font-size: var(--t18);
    font-weight: 700;
    line-height: 150%; /* 27px */
}

/* form-basic */
.form-basic {
    margin-top: 50px;
}

.form-basic__row {
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
}

.form-basic__row + .form-basic__row {
    border-top: none;
}

.form-basic__col {
    display: flex;
    flex: 1;
    align-items: flex-start;
}

.form-basic__label {
    flex: 0 0 224px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.form-basic__col--wide {
    flex: 0 0 250px;
}

.form-basic__label--required::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 8px;
    background-image: url(../img/assets/ico-start-required.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-basic__label-text {
    color: #252525;
    font-size: var(--t16);
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.form-basic__input {
    width: 100%;
    max-width: 500px;
}

.form-basic__text {
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    background: #fff;
    height: 46px;
    padding: 0 15px;
    color: #000;
    font-family: Pretendard;
    font-size: var(--t16);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.form-basic__text:read-only {
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
}

.form-basic__text:disabled {
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
    color: #999;
}

input[type='date'].form-basic__text {
    max-width: 250px;
}

select.form-basic__text,
select.form-basic__text:read-only {
    max-width: 250px;
    appearance: none;
    padding-right: 40px;
    background-color: #fff;
    background-image: url(../img/assets/ico-angle-basic-select.svg);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

.form-basic__text + label {
    display: none;
}

.form-basic__field {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-basic__input--btn {
    padding-right: 105px;
    position: relative;
}

.form-basic__address {
    width: 100%;
    max-width: 605px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 46px;
    border-radius: 5px;
    background: #5390da;
    color: #fff;
    font-size: var(--t16);
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.form-basic__noti {
    margin-left: 10px;
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.form-basic__alert {
    width: 100%;
    margin-top: 10px;
    animation: shake 0.2s ease-in-out 3 alternate;
}

.form-basic__alert p {
    color: #ec607f;
    font-size: var(--t15);
    font-weight: 700;
    line-height: 20px; /* 22.5px */
    letter-spacing: -0.15px;
    position: relative;
    padding-left: 25px;
}

.form-basic__alert p::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/assets/ico-form-alert.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-basic-block + .form-basic-block {
    margin-top: 80px;
}

.form-basic-block-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.form-basic-block__title {
    color: #000;
    font-size: var(--t24);
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}

.form-basic-block__desc {
    color: var(--Color-gray-600, #666);
    font-size: var(--t16);
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.form-basic__radio {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 46px;
}

.form-basic__checkbox {
    padding-top: 3px;
}

.form-basic__range {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-basic__range span {
    color: #000;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

/* 추가 */
.btn-ghost {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    padding: 17px 40px;
    border-radius: 55px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.1);
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.btn-ghost span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: var(--t17);
    font-weight: 600;
    line-height: 160%; /* 27.2px */
}

.btn-ghost > svg {
    margin-left: 20px;
}

.btn-ghost b {
    display: inline-block;
    vertical-align: top;
    line-height: 100%;
    margin-right: 10px;
}

.btn-ghost:hover {
    background-color: #fff;
}

.btn-ghost:hover svg path {
    fill: #000;
}

.btn-ghost:hover span {
    color: #000;
}

.br-mo {
    display: none;
}
