/* */

.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: #F7B100;
    font-size: 16px;
    color: #fff;
    border-radius: 999px;
}

#main-wrap {
    margin-top: 100px;
}

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

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

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

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

._tit {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.25;
}

.circle-title {
    display: flex;
    gap: 10px;
    /* 글자 사이 간격 조절 */
    justify-content: center;
    position: relative;
}

.char {
    position: relative;
}

.char::before {
    content: "";
    position: absolute;
    top: -15px;
    /* 원의 위치 조절 */
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}

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

._stit {
    font-size: 32px;
    font-weight: 100;
    margin: 0 0 15px;
    /* color: var(--bs-primary); */
}

._etit {
    font-size: 24px;
    font-weight: 100;
    margin: 0 0 15px;
    line-height: 1.7;
}

/* */

.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: 76px !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-1 */

.sec-1 {
    background-image: url(../img/home/sec1_bg.jpg);
}

.sec-1 .list-group-item {
    padding: 15px 0;
    border: 0 !important;
    background-color: #000;
    font-size: 21px;
    color: #fff;
    border-radius: 10px;
}

.sec-1 .grid._2>div {
    background-color: #000;
    border-radius: 10px;
}

.sec-1 .grid._2>div em {
    padding: 1px 12px 5px;
    background-color: #fff;
    font-size: 18px;
    font-style: normal;
    color: #F7B100;
    border-radius: 999px;
}

.sec-1 .grid._2>div p {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    line-height: 1.4;
}

.sec-1 ._3 p {
    display: inline-block;
    padding: 0 0 5px;
    font-size: 32px;
    font-weight: 100;
    border-bottom: 3px solid #F7B100;
}

.sec-1 .line-top {
    border-top: 1px solid #D7D7D7 !important;
}

.sec-1 ._1 .position-absolute {
    right: -10px;
    top: -60px;
}

/* sec-2 */

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

.sec-2 .table-responsive {
    overflow: hidden;
    border-radius: 10px;
}

.sec-2 .table-responsive th {
    font-weight: 600;
}

.sec-2 .table-responsive th,
.sec-2 .table-responsive td {
    padding: 10px 0;
    border-left-width: var(--bs-border-width);
    font-size: 24px;
    font-weight: 500;
    vertical-align: middle;
}

.sec-2 .table-responsive tfoot td {
    padding: 14px 0;
    font-size: 28px;
}

.sec-2 .table-responsive td:nth-child(1) {
    color: #000;
}

.sec-2 .table-responsive td {
    color: #666;
}

.sec-2 .table-responsive td:nth-child(3) {
    font-size: 18px;
}

.sec-2 .table-responsive th:nth-child(1),
.sec-2 .table-responsive td:nth-child(1) {
    border-left-width: 0;
}

.sec-2 .table-responsive td:nth-child(1) {
    background-color: #fdefcc;
}

.sec-2 .table-responsive tfoot td:nth-child(1) {
    border-top: 2px solid #F7B100;
    border-bottom: 2px solid #F7B100;
}

.sec-2 .table-responsive tfoot td:nth-child(2) {
    border-top: 2px solid #F7B100;
    border-bottom: 2px solid #F7B100;
    background-color: #f1f1f1;
}

/* sec-3 */

.sec-3 {
    background-color: #fffdf4;
}

.sec-3 .list-group-item {
    width: 564px;
    padding: 22px 0;
    border: 0 !important;
    background-color: #F1F1F1;
    font-size: 18px !important;
    color: #D73B3C;
    border-radius: 10px;
}

.sec-3 .list-group-item .line-top {
    border-top: 1px solid #D73B3C !important;
}

.sec-3 .line-top {
    border-top: 1px solid #D7D7D7 !important;
}

.sec-3 .line-top._top {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    border-top: 3px solid #F7B100 !important;
}

/* sec-4 */

.sec-4 {
    background-color: #fffdf4;
}

.sec-4 .bg_start {
    position: absolute;
    top: 0;
    left: 0;
}

.sec-4 .bg_end {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sec-4 .line-top {
    border-top: 1px solid #D7D7D7 !important;
}

/* sec-5 */

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

.sec-5 .line-top {
    border-top: 1px solid #D7D7D7 !important;
}

/* sec-6 */

.sec-6 {
    background-image: url(../img/home/sec6_bg.jpg);
}

.sec-6 .line-top._top {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    border-top: 3px solid #F7B100 !important;
}

/* sec-7 */

.sec-7 {
    background-color: #fffdf4;
}

.sec-7 .bg-wrap {
    max-width: 790px;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #F7B100;
    text-align: center;
    border-radius: 20px;
}

/* 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: #F7B100;
    color: #fff;
}

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

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

/* sec-9 */

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

.sec-9 .list-group-flush>.list-group-item {
    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: #F7B100; /* 원하는 색으로 변경 가능 */
    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 #F7B100;
}

.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;
    height: 75px;
}

.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 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: #F7B100;
    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;
    /* 화살표와 간격 */
}
