/* Font Faces */
@font-face {
    font-family: 'SBAggroL';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SBAggroM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Reset and Base Styles */
html {
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1;
    color: #2e2e2e;
    background-color: #ebebeb;
}

img {
    vertical-align: top;
}

/* Utility Classes */
.sb-aggro {
    font-family: 'SBAggroB', sans-serif;
}

.sb-aggro-l {
    font-family: 'SBAggroL', sans-serif;
}

.sb-aggro-m {
    font-family: 'SBAggroM', sans-serif;
}

.sb-aggro-b {
    font-family: 'SBAggroB', sans-serif;
}

.container {
    margin: 0 auto;
    max-width: 800px;
    background: #fff;
    overflow: hidden;
}

.header {
    text-align: center;
    padding: 1rem;
}

.logo a {
    position: relative;
    animation: 0.2s ease 1 alternate both running bottom-to-top;
}

.logo a img {
    width: 16.6rem;
    height: 5.2rem;
    vertical-align: text-bottom;
    object-fit: contain;
}

.inner {
    padding: 0 2rem;
}

.banner {
    background-color: #2e2e2e;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
    animation: 0.2s ease 0.0s 1 alternate both running bottom-to-top;
}

.banner .inner {
    animation: 1.5s ease default-blink infinite;
}

.banner span {
    color: #ffe600;
}

section {
    padding: 4rem 0;
    text-align: center;
}

.section-hero {
    background: linear-gradient(to bottom, #fff 55%, #2e2e2e 55%);
}

.check-icon {
    width: 3.3rem;
    height: 3.3rem;
    margin: 0 0 3rem 0;
    object-fit: contain;
    opacity: 0;
}

.section-hero .check-icon.on {
    animation: swing-in-top-fwd 0.2s 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

.section-hero .hero-text-1 {
    margin: 0 0 2rem 0;
    animation: 0.2s ease 0.4s 1 alternate both running bottom-to-top;
    position: relative;
}

.section-hero .hero-text-1 p {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.3;
}

.section-hero .hero-text-1 b {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(to right, #5fa6dc 0%, #3e4cd2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-hero .strong-text {
    background: linear-gradient(to right, #4766e5 0%, #3635c2 100%);
    max-width: 38rem;
    border-radius: 7rem;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 2rem;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: 0.2s ease 0.4s 1 alternate both running bottom-to-top;
    position: relative;
}

.section-hero .strong-text span {
    padding: 0 0.5rem;
    background: linear-gradient(to right, #d7981f 0%, #dbaa23 25%, #f6f18d 75%, #f4cc46 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-hero .phone {
    transform: translateY(-4rem);
    min-height: 40rem;
}

.section-hero .phone-img {
    position: relative;
    width: 87%;
    animation: scale-in-center 0.2s 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.section-hero .phone-notice {
    width: 52%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    opacity: 0;
}

.section-hero .phone-notice-1 {
    top: 20%;
    width: 80%;
    animation: 0.2s ease 1.0s 1 alternate both running bottom-to-top2,
    1.5s ease default-blink infinite;
}

.section-hero .phone-notice-2 {
    top: 34%;
    animation: 0.2s ease 1.2s 1 alternate both running bottom-to-top2;
}

.section-hero .phone-notice-3 {
    top: 46%;
    animation: 0.2s ease 1.4s 1 alternate both running bottom-to-top2;
}

.section-hero .phone-notice-4 {
    top: 58%;
    animation: 0.2s ease 1.6s 1 alternate both running bottom-to-top2;
}

.section-hero .phone-notice-5 {
    top: 70%;
    animation: 0.2s ease 1.8s 1 alternate both running bottom-to-top2;
}

.section-hero .hero-text-3 {
    transform: translateY(-5rem);
    text-align: center;
    opacity: 0;
}

.section-hero .hero-text-3.on {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top;
    position: relative;
}

.section-hero .hero-text-3 b {
    margin: 0;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ffe600;
    background: linear-gradient(to right, #e3bd44 0%, #f5f08b 25%, #d4a71f 75%, #f4f197 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-hero .hero-text-3 p {
    margin: 0 0 1.3rem;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.section-hero .strong-text-line {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.section-hero .hero-text-4 {
    background-color: #3f3f3f;
    padding: 1.5rem 0;
    transform: translateY(-2rem);
    opacity: 0;
}

.section-hero .hero-text-4.on {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top;
}

.section-hero .hero-text-4 p {
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
}

.section-hero .hero-text-4 b {
    color: #fff;
    font-size: 3rem;
    line-height: 1.3;
}

.section-hero .hero-text-5 {
    position: relative;
    margin: 1.5rem 0 0;
    opacity: 0;
}

.section-hero .hero-text-5.on {
    animation: puff-in-center 0.2s 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

.strong-text-effect {
    width: 10.7rem;
    position: absolute;
    left: 50%;
}

.hero-text-5 .strong-text-effect:first-of-type {
    top: 50%;
    transform: translate(-90%, -95%);
}

.hero-text-5 .strong-text-effect:last-of-type {
    top: 50%;
    transform: translate(-15%, -50%);
}

.section-hero .hero-text-5 p {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.section-hero .hero-text-5 b {
    background: linear-gradient(to right, #e3bd44 0%, #f5f08b 25%, #d4a71f 75%, #f4f197 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.8rem;
    line-height: 1.3;
}

.section-submit .check-icon.on {
    animation: swing-in-top-fwd 0.2s 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

.section-submit .submit-text-1 {
    opacity: 0;
}

.section-submit .submit-text-1.on {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top;
    position: relative;
}

.section-submit .submit-text-1 p {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.3;
}

.section-submit .submit-text-1 b {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(to right, #5fa6dc 0%, #3e4cd2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 1rem 0;
}

.caution {
    display: block;
    color: #ff0000;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
    word-break: keep-all;
    line-height: 1.2;
    position: relative;
    opacity: 0;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

.section-submit-form {
    background-color: #2e2e2e;
}

.section-submit-form .inner.on > h2,
.section-submit-form .inner.on > span {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top, 2.5s ease default-blink infinite;
}

.section-submit-form h2 {
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.2;
    word-break: keep-all;
    opacity: 0;
}

.section-submit-form h2.on {
    position: relative;
}

.section-submit-form h2 b {
    background: linear-gradient(to bottom, #5fa6dc 0%, #3e4cd2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Contact Form Styles */
.contact-form {
    margin: 4rem 0 0;
}

.form-group {
    margin-bottom: 1rem;
    opacity: 0;
}

.form-group.on {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top;
    position: relative;
}

.form-label {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: left;
}

.form-input {
    width: 100%;
    height: 4rem;
    padding: 0 1.6rem;
    background-color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    color: #2e2e2e;
    box-sizing: border-box;
    text-align: center;
}

.form-input::placeholder {
    color: #ccc;
}

.form-input:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(71, 102, 229, 0.3);
}

.form-input:focus::placeholder {
    opacity: 0;
}

/* Phone Input Styles */
.phone-inputs {
    display: flex;
    gap: 1rem;
}

.phone-prefix {
    flex: 1;
    text-align: center;
    color: #888;
}

.phone-middle,
.phone-end {
    flex: 1;
}

/* Radio Group Styles */
.radio-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.radio-option {
    flex: 1;
    cursor: pointer;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-text {
    display: inline-block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    padding: 0 1rem;
    background-color: #fff;
    color: #2e2e2e;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    min-width: 6.4rem;
}

.radio-option input[type="radio"]:checked + .radio-text {
    background: linear-gradient(to right, #4766e5 0%, #3635c2 100%);
    color: #fff;
}

/* Terms Checkbox Styles */
.terms-group {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
}

.checkbox-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3rem;
    flex: 1;
    min-width: 0;
}

.checkbox-item.select-all-item {
    font-weight: 700;
    padding: 0.5rem 0;
}

.terms-divider {
    height: 0.1rem;
    background-color: #e0e0e0;
    margin: 1rem 0;
}

.sub-terms {
    display: block;
}

.checkbox-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 1;
}

.checkbox-option input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #fff;
    margin-right: 0.8rem;
    position: relative;
    flex-shrink: 0;
    border-radius: 0.6rem;
}

.checkbox-option input[type="checkbox"]:checked + .checkbox-custom {
    background-image: url('image/02_Simbol_BG.webp');
    background-size: 2.4rem 2.4rem;
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox-text {
    font-size: 1.6rem;
    color: #fff;
}

.more-btn {
    width: 4.8rem;
    height: 2rem;
    background-color: #fff;
    border: 0.1rem solid #afafaf;
    border-radius: 0.3rem;
    color: #7a7a7a;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: 0.5rem;
    flex-shrink: 0;
}

.submit-btn {
    width: 100%;
    height: 5rem;
    background: linear-gradient(to right, #4766e5 0%, #3635c2 100%);
    border-radius: 3rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
    border: 0.1rem solid #fff;
    box-shadow: 
        0 0 1rem rgba(71, 102, 229, 0.5),
        0 0 2rem rgba(71, 102, 229, 0.3),
        0 0 3rem rgba(71, 102, 229, 0.2);
    animation: neon-blink 1s steps(1) infinite;
    position: relative;
    margin: 1rem 0 6rem 0;
    opacity: 0;
}

.submit-btn.on {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top;
    position: relative;
}

.submit-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10rem;
}

.cursor-img {
    transform: translate(-30%, -20%) scale(0.7);
    animation: image-toggle1 3s infinite;
}

.cursor-img-2 {
    transform: translate(-30%, -20%);
    animation: image-toggle2 3s steps(1) infinite;
}

.section-submit-form .agency {
    display: flex;
    background-color: #fff;
    border-radius: 1rem;
    opacity: 0;
}

.section-submit-form .agency.on {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top;
}

.section-submit-form .agency > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2rem 1rem;
    position: relative;
    align-items: center;
    gap: 1rem;
}

.section-submit-form .agency > div:nth-child(2)::before,
.section-submit-form .agency > div:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    width: 0.1rem;
    background-color: #ddd;
}

.section-submit-form .agency > div:nth-child(2)::before {
    left: 0;
}

.section-submit-form .agency > div:nth-child(2)::after {
    right: 0;
}

.section-submit-form .agency > div p {
    color: #000;
    font-weight: 700;
}

.section-submit-form .agency > div:first-of-type img {
    height: 2.5rem;
}

.section-submit-form .agency > div:nth-of-type(2) img {
    width: 3rem;
}

.section-submit-form .agency > div:last-of-type img {
    height: 2.5rem;
}

.section-submit-form .agency > div > div {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 3rem;
    padding-top: 0.7rem;
    padding-right: 0.3rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 1.2;
    background-color: #f2f2f2;
    border-radius: 0.5rem;
    overflow: hidden;
}

.section-submit-form .agency > div > div::before {
    position: absolute;
    content: '원';
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.section-submit-form .agency > div > div > ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: linear scroll-up-full 0.25s infinite;
}

.section-submit-form .agency > div > div > ul.on {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: cubic-bezier(0.29, 0.48, 0.56, 0.78) scroll-up-stop 0.4s, cubic-bezier(0.29, 0.48, 0.56, 0.78) mini-jump 2.3s infinite;
}

.section-submit-form .agency > div > div > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    color: #9b9b9b;
}

.section-submit-form .agency > div > div span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #9b9b9b;
    line-height: 1.2;
}

.chat {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.messages {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.messages:first-of-type {
    margin: unset;
}

.message {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    gap: 0.3rem;
    text-align: left;
    line-height: 1.3;
}

.message img {
    width: 2rem;
}

.message-box {
    position: relative;
    height: 35rem;
}

.message-box .yours {
    position: absolute;
    top: 50%;
    left: 50%;
}

.message-box .yours:first-of-type {
    transform: translate(-80%, -130%);
}

.message-box .yours:nth-of-type(2) {
    transform: translate(40%, -140%);
}

.message-box .yours:nth-of-type(3) {
    transform: translate(-120%, -90%);
}

.message-box .yours:nth-of-type(4) {
    transform: translate(55%, -80%);
}

.message-box .yours:nth-of-type(5) {
    transform: translate(10%, -100%);
}

.message-box .yours:nth-of-type(6) {
    transform: translate(-50%, -60%);
}

.message-box .yours:nth-of-type(7) {
    transform: translate(-130%, -40%);
}

.message-box .yours:nth-of-type(8) {
    transform: translate(20%, -20%);
}

.message-box .yours:nth-of-type(9) {
    transform: translate(-30%, 10%);
}

.message-box .yours:last-of-type {
    transform: translate(-90%, -10%);
}

.message-box.on .yours {
    opacity: 1;
}

.message-box.on .yours:first-of-type .message {
    animation: pop-scale-in-left 0.3s 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.message-box.on .yours:nth-of-type(2) .message {
    animation: pop-scale-in-left 0.3s 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.message-box.on .yours:nth-of-type(3) .message {
    animation: pop-scale-in-left 0.3s 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.message-box.on .yours:nth-of-type(4) .message {
    animation: pop-scale-in-left 0.3s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.message-box.on .yours:nth-of-type(5) .message {
    animation: pop-scale-in-left 0.3s 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.message-box.on .yours:nth-of-type(6) .message {
    animation: pop-scale-in-left 0.3s 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.message-box.on .yours:nth-of-type(7) .message {
    animation: pop-scale-in-left 0.3s 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.message-box.on .yours:nth-of-type(8) .message {
    animation: pop-scale-in-left 0.3s 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.message-box.on .yours:nth-of-type(9) .message {
    animation: pop-scale-in-left 0.3s 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.message-box.on .yours:last-of-type .message {
    animation: pop-scale-in-left 0.3s 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.yours {
    align-items: flex-start;
}

.yours .message {
    margin-right: 25%;
    background-color: #EEE;
    position: relative;
    opacity: 0;
    box-shadow: 5px 5px 4px 1px #0000002e;
}

.yours .message.on {
    animation: scale-in-left 0.3s 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.yours:last-of-type.messages.on {
    animation: scale-in-left 0.2s 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.yours:last-of-type .message.on {
    opacity: 1;
    animation: jello-horizontal 1s 0.4s infinite;
}

.yours .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -0.7rem;
    height: 2rem;
    width: 2rem;
    background: #eee;
    border-bottom-right-radius: 1.5rem;
}
.yours .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -1rem;
    width: 1rem;
    height: 2rem;
    background: white;
    border-bottom-right-radius: 1rem;
}

.mine {
    align-items: flex-end;
}

.mine .message {
    color: white;
    background: rgb(0, 120, 254);
    position: relative;
    text-align: right;
}

.mine .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -0.8rem;
    height: 2rem;
    width: 2rem;
    background: rgb(0, 120, 254);
    border-bottom-left-radius: 1.5rem;
}

.mine .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -1rem;
    width: 1rem;
    height: 2rem;
    background: white;
    border-bottom-left-radius: 1rem;
}

.section-request {
    background-color: #2e2e2e;
}

.section-request > .inner > span {
    display: inline-block;
    color: #fff;
    font-size: 2.8rem;
    opacity: 0;
}

.section-request > .inner > h2 {
    background: linear-gradient(to right, #e3bd44 0%, #f5f08b 25%, #d4a71f 75%, #f4f197 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: 900;
    position: relative;
    margin: 0 0 2rem;
    opacity: 0;
}

.section-request > .inner > span.on,
.section-request > .inner > h2.on {
    animation: puff-in-center 0.2s 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

.section-request > .inner > h2 .strong-text-effect {
    width: 10.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
}

.section-request > .inner > h2 .strong-text-effect:first-of-type {
    transform: translate(-200%, -60%);
}

.section-request > .inner > h2 .strong-text-effect:nth-of-type(2) {
    transform: translate(-60%, -70%);
}

.section-request > .inner > h2 .strong-text-effect:last-of-type {
    transform: translate(100%, -40%);
}

.section-request .request-list {
    background-color: #fff;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    opacity: 0;
}

.section-request .request-list.on {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top;
    position: relative;
}

.section-request .request-list {
    height: 30rem;
    overflow: hidden;
}

.section-request .request-list ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: scroll-up 15s linear infinite;
}

.section-request .request-list ul li {
    text-align: left;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 1.5rem;
}

.section-request .request-list ul li .agency {
    width: 3rem;
    text-align: center;
}

.section-request .request-list ul li .status {
    width: 11rem;
    background-color: #f0f0f0;
    text-align: center;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 1.4rem;
}

.section-request .request-list ul li .status.status-registering {
    background: linear-gradient(to right, #ff3f45 0%, #7f0023 100%);
    color: #fff;
}

.section-request .request-list ul li .status.status-registered {
    background: linear-gradient(to right, #4766e5 0%, #3635c2 100%);
    color: #fff;
}

.section-news {
    position: relative;
}

.section-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('image/19.News_OBJ.webp');
    background-size: 150%;
    background-position: 50% 55%;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
}

.section-news.on::before {
    animation: 0.2s ease 0.3s 1 alternate both running bg-fade-out;
}

.section-news > * {
    position: relative;
    z-index: 1;
}

.section-news .news-text-1 {
    font-weight: 900;
    margin: 0 0 3rem;
    opacity: 0;
}

.section-news .news-text-1.on {
    animation: puff-in-center 0.2s 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    position: relative;
}

.section-news .news-text-1 p {
    font-size: 2.1rem;
}

.section-news .news-text-1 b {
    font-size: 3.4rem;
    background: linear-gradient(to right, #ff3f45 0%, #7f0023 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    line-height: 1.4;
}

.section-news .news-text-2 {
    background-color: #2e2e2e;
    padding: 1rem 0;
    color: #fff;
    opacity: 0;
}

.section-news .news-text-2.on {
    animation: slide-in-left 0.2s 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.section-news .news-text-2 p {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 0 0 4rem;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.42;
    position: relative;
}

.section-news .news-text-2.on span {
    animation: scale-in-center 0.2s 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.section-news .news-text-2 p img {
    position: absolute;
    width: 9rem;
    left: 50%;
    bottom: -1rem;
    transform: translateX(-250%);
    animation: unset;
}

.section-news .news-text-2.on img {
    animation: 0.2s ease 1.0s 1 alternate both running bottom-to-top3;
}

.section-news .chat {
    padding: 5rem 0;
    position: relative;
}

.section-news .chat .yours .message,
.section-news .chat .yours .message.last:before,
.section-news .chat .mine .message,
.section-news .chat .mine .message.last:before {
    background-color: #2e2e2e;
}

.section-news .chat .mine .message {
    opacity: 0;
}

.section-news .chat .mine .message.on {
    animation: scale-in-right 0.2s 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.section-news .chat .message {
    display: block;
    color: #fff;
}

.section-news .chat .message b {
    color: #ffe600;
}

.section-news .chat .message b img {
    vertical-align: sub;
}

.section-news .news-text-3 {
    padding: 2rem 0;
    background-color: #2e2e2e;
    color: #ffe600;
    line-height: 1.2;
    font-size: 2.1rem;
    font-weight: 700;
}

.section-news .news-text-3.on {
    animation: slide-in-bck-center 0.2s 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.section-news .news-text-4 {
    padding: 4rem 0 0;
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 1.3;
}

.section-news .news-text-4 p {
    position: relative;
    font-weight: 900;
    opacity: 0;
}

.section-news .news-text-4 p:last-of-type {
    position: relative;
}

.section-news .news-text-4 p:last-of-type img {
    position: absolute;
    width: 7rem;
    left: 50%;
    top: 50%;
    transform: translate(-190%, -30%);
}

.section-news .news-text-4 p:last-of-type img:last-of-type {
    width: 5rem;
    transform: translate(125%, -50%);
}

.section-news .news-text-4 b {
    position: relative;
    font-weight: 900;
    background: linear-gradient(to right, #5fa6dc 0%, #3e4cd2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0;
}

.section-news .news-text-4 p.on,
.section-news .news-text-4 b.on {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top;
}

.section-news .news-text-4 img.on {
    animation: float-up-down1 3s ease-in-out infinite;
}

.section-news .news-text-4 img:last-of-type.on {
    animation: float-up-down2 3s ease-in-out infinite;
}

.section-review {
    background-color: #2e2e2e;
    padding: 4rem 0 0;
}

.section-review .review-text-1 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 3rem 0;
    color: #fff;
    opacity: 0;
}

.section-review .review-text-1.on {
    animation: puff-in-center 0.2s 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

.section-review .review-text-1 b {
    font-weight: 900;
    font-size: 3rem;
    background: linear-gradient(to right, #e3bd44 0%, #f5f08b 25%, #d4a71f 75%, #f4f197 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.8;
    position: relative;
}

.review-text-1 b .strong-text-effect:first-of-type {
    top: 50%;
    transform: translate(-120%, -60%);
}

.review-text-1 b .strong-text-effect:last-of-type {
    top: 50%;
    transform: translate(70%, -70%);
}

.section-review .review-item {
    margin: 0 0 5rem 0;
}

.section-review .review-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-review .review-item ul li {
    flex: 1 1 calc(50% - 0.5rem);
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    opacity: 0;
    position: relative;
}

.section-review .review-item ul li:first-of-type.on {
    animation: 0.2s ease 0.2s 1 alternate both running bottom-to-top;
}

.section-review .review-item ul li:nth-of-type(2).on {
    animation: 0.2s ease 0.3s 1 alternate both running bottom-to-top;
}

.section-review .review-item ul li:nth-of-type(3).on {
    animation: 0.2s ease 0.4s 1 alternate both running bottom-to-top;
}

.section-review .review-item ul li:last-of-type.on {
    animation: 0.2s ease 0.2s 1 alternate both running bottom-to-top;
}

.section-review .review-item ul li img {
    width: 100%;
    margin: 0 0 1rem;
}

.section-review .review-item ul li p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.section-review .review-item ul li span {
    display: inline-block;
    font-size: 1rem;
    color: #333333;
    line-height: 1.2;
    word-break: keep-all;
}

.section-review .anchor-btn {
    margin: 1rem 0 4rem 0;
}

.submit-btn b {
    color: #ffe600;
}

/* Footer Styles */
.footer {
    background-color: #2e2e2e;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 2rem 0 12rem;
}

.footer-decorative-lines {
    position: relative;
    width: 100%;
    height: 0.1rem;
    margin: 0 0 2rem;
}

.footer-line-thin {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer .inner {
    padding: 0 2rem;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    text-align: center;
}

.footer-logo img {
    height: 3rem;
    width: auto;
    margin: 0 0 1.2rem;
    object-fit: contain;
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.company-info {
    margin: 0 0 1rem;
}

.company-info p {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.4;
}

.footer-links {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-link {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

/* Tablet Media Query */
/* 약관 모달 스타일 */
.terms-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10001;
}

.terms-modal-content {
  background: white;
  border-radius: 1rem;
  max-width: 60rem;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.terms-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  border-bottom: 0.1rem solid #eee;
}

.terms-modal-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}

.terms-modal-close {
  background: none;
  border: none;
  font-size: 2.4rem;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-modal-close:hover {
  color: #333;
}

.terms-modal-body {
  padding: 2rem;
  overflow-y: auto;
  flex: 1;
}

.terms-content h1 {
    padding-bottom: 40px;
}

.terms-content h4 {
  margin: 2rem 0 1rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}

.terms-content h4:first-child {
  margin-top: 0;
}

.terms-content p {
  margin: 0 0 1.5rem 0;
  line-height: 1.6;
  color: #666;
  font-size: 1.4rem;
}

.terms-content ul {
  margin: 0 0 1.5rem 0;
  padding-left: 1rem;
}

.terms-content li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #666;
  font-size: 1.4rem;
}

.terms-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 2rem 0;
}

.terms-content table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
}

.terms-content table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.terms-content table th,
.terms-content table td {
    padding: 1.2rem 1rem;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.6;
}

.terms-content table td {
    word-break: keep-all;
}

.terms-content table thead th {
    text-align: center;
}

.terms-notice {
  background: #f8f9ff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
  border-left: 0.3rem solid #667eea;
}

.terms-notice p {
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  color: #555;
}

.terms-notice p:last-child {
  margin-bottom: 0;
}

.terms-modal-footer {
  padding: 1.5rem 2rem;
  border-top: 0.1rem solid #eee;
  text-align: center;
}

.terms-modal-confirm {
  background: #667eea;
  color: white;
  border: none;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.terms-modal-confirm:hover {
  background: #5a6fd8;
}

/* Footer CTA 섹션 (고정 위치) */
.footer-cta-section {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
    width: 100%;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.footer-cta-buttons {
    width: 100%;
    max-width: 1150px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
}

.footer-cta-buttons .floating-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    right: 0;
    bottom: 200px;
    margin-right: 10px;
}

.footer-cta-buttons .floating-box .cta-btn {
    position: relative;
    max-width: 60px;
    padding: 0;
}

.footer-cta-buttons .floating-box .cta-btn:hover {
    box-shadow: none;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.25));
}

.footer-cta-buttons .cta-btn {
    padding: 1.5rem 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
}
.footer-cta-buttons .cta-btn img {
    width: 100%;
}

.footer-cta-buttons .phone-btn,
.footer-cta-buttons .kakao-btn {
    flex: 0 0 49%;
}

.footer-cta-buttons .discount-btn {
    flex: 0 0 100%;
}

.footer-cta-buttons > .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.5rem 2.5rem;
    border-radius: 1rem;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: none;
}

.kakao-btn span {
    color: #3c1e1e !important;
}

.cta-icon {
    width: 2.4rem;
    height: 2.4rem;
}

.cta-btn span {
    color: inherit;
}

/* 할인 버튼 스타일 */
.discount-btn {
    background: linear-gradient(135deg, #4766e5 0%, #3635c2 100%);
    color: white !important;
    border: none;
    cursor: pointer;
}

.discount-btn span {
    color: white !important;
}

/* 이탈 방지 모달 스타일 */
.exit-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 20000;
}

.exit-modal-content {
    width: 90%;
    max-width: 600px;
    border-radius: 20px;
    padding: 25px;
    animation: bounceIn 0.2s ease-out;
    position: relative;
    max-height: 90dvh;
    overflow-x: hidden;
    overflow-y: auto;
}
.exit-modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('image/Roulette_BG.webp');
    background-size: 100%;
    background-position: 50% 55%;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
}

.exit-modal-content > div {
    position: relative;
    z-index: 2;
}

.exit-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: inherit; 
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    z-index: 10;
}

.exit-modal-close span {
    width: 20px;
    height: 20px;
    position: relative;
}

.exit-modal-close span::before,
.exit-modal-close span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #999;
    transform: translate(-50%, -50%) rotate(45deg);
}

.exit-modal-close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.exit-modal-header {
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.exit-modal-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin: 0 0 10px 0;
}

.exit-modal-title .highlight {
    background: linear-gradient(to right, #e3bd44 0%, #f5f08b 25%, #d4a71f 75%, #f4f197 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 30px;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
    animation: pulse 1.5s infinite;
}

.exit-modal-subtitle {
    font-size: 16px;
    color: white;
    margin: 0;
}

.exit-modal-subtitle strong {
    background: linear-gradient(135deg, #4766e5 0%, #3735c3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 30px;
}

.exit-modal-body {
    padding: 0px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.secret-offer {
    position: relative;
    margin-bottom: 25px;
    filter: drop-shadow(5px 10px 12px rgba(0,0,0,0.75));
}

.secret-offer .roulette {
    width: 100%;
    transform: rotate(0deg);
    z-index: 1;
}

.secret-offer .roulette.on {
    animation: 2s ease turn-roulette forwards;
}

.secret-offer .roulette-ar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -45%);
    max-width: 35px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,1));
    z-index: 2;
}

.secret-offer .roulette-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,1));
    cursor: pointer;
    z-index: 2;
}

.offer-badge {
    display: inline-block;
    background: #ff6b6b;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.offer-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-list li {
    word-break: keep-all;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
}

.offer-list li:before {
    content: "";
    position: absolute;
    left: 0;
}

.offer-list li strong {
    color: #ff6b6b;
    font-weight: 700;
}

.exit-modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

.exit-btn.phone-btn span {
    color: #fff;
}

.exit-btn {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
}

.exit-btn.phone-btn {
    color: white;
}

.exit-btn.kakao-btn {
    /* background: #fee500; */
    color: #3c1e1e;
}

.exit-btn.apply-btn {
    border: 3px solid #ffffff;
    border-radius: 35px;
    color: white;
    background: linear-gradient(135deg, #4766e5 0%, #3735c3 100%);
    filter: drop-shadow(4px 4px 12px rgba(0,0,0,0.5));
}

.exit-btn.apply-btn span {
    color: inherit;
}

.exit-btn.apply-btn span > b {
    color: #ffd700;
}

.exit-btn.leave-btn {
    background: #f0f0f0;
    color: #999;
    font-size: 14px;
}

.exit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.exit-btn.leave-btn:hover {
    background: #e0e0e0;
    color: #666;
}

.exit-icon {
    width: 20px;
    height: 20px;
}

.exit-icon.exit-icon-call {
    fill: #fff;
}

.exit-modal-warning {
    text-align: center;
    font-size: 13px;
    color: #ff6b6b;
    margin: 0;
    padding: 15px;
    background: #fff0f0;
    border-radius: 10px;
}

.exit-modal-notice {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 12px 15px;
    background: linear-gradient(135deg, #fd3e45 0%, #810124 100%);
    border: 3px solid #ffffff;
    border-radius: 35px;
    word-break: keep-all;
    line-height: 1.2;
    filter: drop-shadow(4px 4px 12px rgba(0,0,0,0.5));
}
.exit-modal-notice > b {
    font-size: 14px;
    color: #ffd700;
}

