/* intro */

.intro-content {
    gap: 0 !important;
}

.intro-content>a {
    position: relative;
    padding: 5% 30px 0;
    width: 100%;
    min-height: 100vh;
    display: block;
    transition: .3s;
    overflow: hidden;
}

.intro-content a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.9s;
    -ms-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background: url(../img/intro/intro_1.jpg)no-repeat 50% 50%/cover;
}

.intro-content a.st2 .bg {
    background-image: url(../img/intro/intro_2.jpg);
}

.intro-content a:hover .bg {
    transform: scale(1.05);
}

.intro-content a:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.intro-content a:hover:after {
    opacity: 1;
}

.intro-content .tit-wrap {
    position: relative;
    z-index: 1;
}

.intro-content .tit-wrap .tit {
    position: relative;
    font-size: clamp(2rem, 1.1118rem + 3.5526vw, 5.375rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    transition: .3s;
}

.intro-content .tit-wrap .tt {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.25em;
}

.intro-content .tit-wrap .tt:after {
    position: absolute;
    content: '';
    left: 8px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(158, 0, 0);
    transform: translateX(-50%);
    transition: .3s;
}

.intro-content a.st1:hover .tit-wrap .tit,
.intro-content a.st1:hover .tit-wrap .tt {
    color: #fff;
}

.intro-content a.st2:hover .tit-wrap .tit,
.intro-content a.st2:hover .tit-wrap .tt {
    color: #fff;
}

.intro-content a:hover .tit-wrap .tt:after {
    background-color: rgb(255, 255, 255);
}

/* */

.vertical-text {
    writing-mode: vertical-rl;
    /* 또는 vertical-lr */
    text-orientation: upright;
    white-space: nowrap;
    height: auto;
    /* 적절한 높이 지정 */
}

.vertical-text .tit,
.vertical-text .tt {
    margin: 0;
    padding: 0;
}


/* */

.row {
    margin: 0;
}

#header-navbar .container {
    max-width: 1800px !important;
    padding: 0 !important;
}

#header-navbar .site-nav>ul>li:last-child a {
    padding: 4px 12px;
    background-color: #F0584A;
    font-size: 16px;
    color: #fff;
    border-radius: 999px;
}

#main-wrap {
    /* margin-top: 72px; */
}

#main-wrap .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.sec-inner {
    overflow: hidden;
    max-width: 1280px !important;
    margin: 0 auto;
    padding: 120px 0;
}

.sec-in {
    overflow: hidden;
    margin: 0 auto;
    padding: 120px 0;
}

.head-wrap {
    margin: 0 0 50px;
}

._cat {
    display: inline-block;
    margin: 0 0 20px;
    padding: 1px 14px 7px;
    background-color: #F0584A;
    font-size: 24px;
    color: #fff;
    border-radius: 999px;
}

._tit {
    font-family: "Arita-buri-SemiBold", system-ui;
    font-size: 72px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.25;
}

._tit2 {
    font-family: "Arita-buri-SemiBold", system-ui;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.25;
}

._txt {
    font-size: 32px;
    color: #666666;
}

/* */

.max-1300 {
    width: 1300px;
    margin: 0 auto;
}

.max-1400 {
    width: 1400px;
    margin: 0 auto;
}

.max-1600 {
    width: 1600px;
    margin: 0 auto;
}

.max-1600 div strong {
    font-size: 56px !important;
}

.max-1600 div p {
    font-size: 54px !important;
    font-weight: 300;
    line-height: 1.3;
}

.max-1600 div p ._so {
    font-size: 48px !important;
    font-weight: 700;
}

/* sec-0 */

.sec-0 {
    position: relative;
}

.sec-0 .sec-inner {
    overflow: visible;
    max-width: 100% !important;
    padding: 0;
}

/* */

.sec-0 .bg-raster {
    background-color: rgba(0, 0, 0, 0.2);
}

.sec-0 .bar {
    display: inline-block;
    height: 22px;
    padding: 20px 0;
}

.sec-0 .bar:after {
    top: 25%;
    height: 22px;
    background-color: #fff;
}

.sec-0 .carousel-indicators {
    margin-bottom: 1.5rem;
}

.sec-0 .carousel-indicators [data-bs-target] {
    opacity: 1;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 0 !important;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.18);
}

.sec-0 .carousel-indicators .active {
    background-color: #64D0CB;
}

.carousel-home .container {
    height: 100svh !important;
    min-height: 200px !important;
}

.text-stack {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    /* 올라오는 동작 외부 잘림 방지 */
}

.fade-item {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    /* 초기 완전 숨김 */
}

/* sec-8 */

.sec-8 {
    background-color: #000;
}

.sec-8 .grid._2>div {
    min-height: 410px;
    background-color: #fff;
    border-radius: 10px;
}

.sec-8 .grid._2>div .position-absolute {
    right: 25px;
    bottom: 25px;
}

.sec-8 .grid._2>div:nth-child(1) {
    background-color: #F0584A;
    color: #fff;
}

.sec-8 .grid._2>div em {
    padding: 4px 8px;
    background-color: #fff;
    font-style: normal;
    color: #F0584A;
    border-radius: 999px;
}

.sec-8 .grid._2>div p {
    font-size: 24px;
}

/* sec-9 */

#main_top_consult_form {
    padding: 20px;
    background: rgba(255, 255, 255, .6)
}

.sec-9 {
    background-image: url(../img/brand/sec8_bg.jpg);
}

.sec-9 .list-group-flush>.list-group-item {
    border-width: 0;
    background-color: transparent;
    font-size: 24px !important;
    font-weight: 700;
}

.sec-9 .list-group-flush>.list-group-item label span {
    position: relative;
}

.sec-9 .list-group-flush>.list-group-item label span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 6px;
    height: 6px;
    background-color: #F0584A;
    /* 원하는 색으로 변경 가능 */
    border-radius: 50%;
}

/* .sec-9 .list-group-flush>.list-group-item:last-child label span::after {
    display: none;
} */

.sec-9 .list-group-flush>.list-group-item input::placeholder,
.sec-9 .list-group-flush>.list-group-item textarea::placeholder {
    font-size: 24px;
    font-weight: 400;
    color: #979797;
}

.sec-9 .form-control {
    padding: 16px 20px 16px;
    border: 1px solid #F0584A;
}

.sec-9 .form-control,
.sec-9 .form-tit label {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
}

.sec-9 .form-check-input {
    display: none;
    /* 기본 체크박스 숨김 */
}

.sec-9 .form-check-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #333;
}

/* 기본 상태: 체크 안 함 이미지 */
.sec-9 .form-check-label::before {
    content: "";
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    left: 0;
    top: 6px;
    width: 21px;
    height: 21px;
    background-image: url(../img/home/unchecked.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 체크 상태: 체크된 이미지 */
.sec-9 .form-check-input:checked+.form-check-label::before {
    background-image: url(../img/home/checked.png);
}

/* sec-10 */

.sec-10 .sec-inner {
    max-width: 100% !important;
    padding: 10px 0;
}

/* flow_line */

.flowLine .ttp_bot_slide {
    /* overflow: hidden; */
    position: relative;
}

.flowLine .ttp_bot_slide .ttp_wrap {
    display: flex;
    column-gap: 60px;
    align-items: center;
    position: absolute;
    height: 100%;
    white-space: nowrap;
    animation: logo_motion 25s linear infinite;
}

.flowLine .ttp_bot_slide .ttp_wrap div {
    padding: 20px;
    border: 2px solid #F0584A;
    border-radius: 10px;
}

.flowLine .ttp_bot_slide .ttp_wrap div strong {
    border-top: 1px solid #F0584A !important;
    font-size: 54px;
    color: #F0584A;
}

.flowLine .ttp_bot_slide img {
    display: block;
    margin-right: 30px;
    /* 필요에 따라 조절 */
}

@keyframes logo_motion {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1280px) {

    .sec-10 .sec-inner {
        padding: 0;
    }

    .flowLine .ttp_bot_slide img {
        width: 300px;
        height: auto;
    }

}

@media screen and (max-width: 767px) {

    .flowLine .ttp_bot_slide img {
        width: 200px;
        height: auto;
    }

    .flowLine .ttp_bot_slide .ttp_wrap {
        column-gap: 15px;
        animation-duration: 10s;
    }

}

/* */

.site-footer-wrap {
    /* padding-bottom: 154px; */
    /* tail_form 높이만큼 */
}

#tail_form {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 124px;
    margin: 0 auto;
    padding: 20px 0;
    background: #000;
    transition: all 1s;
}

#tail_form.active {
    bottom: 0;
}

#tail_form ul {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto
}

#tail_form ul li {
    height: 50px
}

#tail_form ul li+li {
    margin-left: 2%
}

#tail_form ul li input {
    width: 100%;
    height: 100%;
    border: 0;
    padding-left: 23px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

#tail_form ul li input::placeholder {
    color: #979797;
}

#tail_form .agrees {
    font-size: 13px;
    text-align: right;
    color: rgba(255, 255, 255, .6);
}

#tail_form .agrees span {
    display: inline-block;
}

#tail_form .agrees span:first-child {
    margin-right: 28px
}

#tail_form .agrees label {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 0;
}

#tail_form .agrees a {
    display: inline-block;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 13px;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .3);
}

#tail_form .btn-submit {
    padding: 10px 40px;
    border: 2px solid #fff;
    background-color: #F0584A;
    font-weight: 700;
    color: #fff;
    border-radius: 999px;
}

#tail_form .form-check-input {
    display: none;
    /* 기본 체크박스 숨김 */
}

#tail_form .form-check-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #333;
}

/* 기본 상태: 체크 안 함 이미지 */
#tail_form .form-check-label::before {
    content: "";
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    left: 0;
    top: 6px;
    width: 21px;
    height: 21px;
    background-image: url(../img/home/unchecked.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 체크 상태: 체크된 이미지 */
#tail_form .form-check-input:checked+.form-check-label::before {
    background-image: url(../img/home/checked.png);
}

/* 기본 상태: 체크 안 함 이미지 */
#tail_form .form-agree .form-check-label::before {
    top: 14px;
}

/* footer */

._f-1.line-bottom {
    border-bottom: 1px solid #D9D9D9 !important;
}

/* */

.quick-side {
    display: none;
    position: fixed;
    width: 70px;
    height: 70px;
    background: #ffb71c;
    font-size: 18px;
    border-radius: 999px;
    top: auto;
    bottom: 50px;
    right: 20px;
    box-shadow: 6px 9px 24px 0px rgba(0, 0, 0, 0.11);
    z-index: 49;
}

.quick-side a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.quick-side a:hover {
    color: #000;
}

.sec-inner .textani {
    opacity: 0;
    will-change: opacity, transform;
}

/* */

.text-arrow-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #D7D7D7;
    /* 회색 텍스트 */
}

.line {
    position: absolute;
    top: 50%;
    left: -7px;
    width: 111px;
    height: 24px;
    background: url(../img/home/ico_line.png);
    transform: translateY(-50%);
    z-index: 1;
}

.text {
    position: relative;
    z-index: 2;
    padding-right: 8px;
    /* 화살표와 간격 */
}

/* */

.policy-box {
    max-width: 720px;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 13px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-size: 12px;
}

.policy-box h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.policy-box h5 {
    margin-top: 2rem;
    font-weight: 600;
}