div.content-wrap {
    width: 100%;
    height: auto;
    /* margin-top: 130px; */
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container .video-container-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.video-container .video-container-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}
.video-container .video-container-wrap video.video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* div.content-wrap div.content__section-pre */
div.content-wrap div.content__section-pre {
    width: 100%;
    height: 940px;
    background-image: url("../img/main/main_pre_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -120px;
    overflow: hidden;
}
div.content-wrap div.content__section-pre div.content__section-pre-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.content-wrap div.content__section-pre div.content__section-pre-wrap div.info-msg {
    z-index: 2;
    padding: 0 40px;
    width: 100%;
}
div.content-wrap div.content__section-pre div.content__section-pre-wrap div.info-msg span.txt01 {
    width: 100%;
    font-size: 59px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #FFFFFF80;
    display: inline-block;
}
div.content-wrap div.content__section-pre div.content__section-pre-wrap div.info-msg span.txt02 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}
div.content-wrap div.content__section-pre div.content__section-pre-wrap span.scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
/* div.content-wrap div.content__section-pre */

/* div.content-wrap div.content__section-products */
div.content-wrap div.content__section-products {
    width: 100%;
    height: 1145px;
    background-image: url("../img/main/main_product_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
div.content-wrap div.content__section-products div.content__section-products-wrap {
    width: 1280px;
    padding: 130px 0;
    margin: 0 auto;
}
div.content-wrap div.content__section-products div.content__section-products-wrap h2 {
    font-family: Wanted Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.2px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
}
div.content-wrap div.content__section-products div.content__section-products-wrap span.msg {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: Wanted Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 52.2px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
}
div.content-wrap div.content__section-products div.content__section-products-wrap div.products {
    width: 100%;
    margin-top: 72px;
}
div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.detail {
    padding: 60px;
    border-radius: 40px;
    background: #32607C;
    display: none;
    /* justify-content: space-between; */
    gap: 80px;
}
div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.detail.on {
    display: flex;
}
div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.detail div.left {
    width: 520px;
    /* background: #fff; */
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.detail div.right {
    display: flex;
    align-items: center;
    /* width: calc(100% - 520px); */
}
div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.tab-menu {
    margin-bottom: 0;
}
div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.text-box01 span.small-title {
    color: #C4C4C4;
    font-weight: 600;
}
div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.text-box01 span.small-title.type02 {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}
div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.text-box01 p.msg {
    font-weight: 700;
    font-size: 38px;
    color: #FFF;
}
/* div.content-wrap div.content__section-products */

div.main-guide {
    width: 83px;
    height: auto;
    background: #333333;
    position: fixed;
    top: 165px;
    right: 35px;
    padding: 0 15px;
}
div.main-guide div.guide {
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
}
div.main-guide div.guide:last-child {
    border-bottom: 0;
}
div.main-guide div.guide span {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15.6px;
    text-align: center;
    margin-top: 6px;
}
div.main-guide div.guide img {
    max-width: 100%;
}

div.content-wrap div.content__section-introduce__mo,
div.content-wrap div.content__section-news__mo,
div.content-wrap div.content__section-pre__mo {
    display: none;
}

/* 모바일 */
@media screen and (max-width: 1200px) {
    div.main-guide {
        display: none;
    }

    /* div.content-wrap div.content__section-pre */
    div.content-wrap div.content__section-pre {
        width: 100%;
        height: 600px;
        background-image: url("../img/main/main_pre_bg.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -93px;
    }
    div.content-wrap div.content__section-pre div.content__section-pre-wrap {
        width: 100%;
    }
    /* div.content-wrap div.content__section-pre */

    div.content-wrap div.content__section-products {
        height: auto;
    }
    div.content-wrap div.content__section-products div.content__section-products-wrap {
        width: 100%;
        padding: 80px 0;
    }
    div.content-wrap div.content__section-products div.content__section-products-wrap div.products {
        padding: 0 10px;
    }
    div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.detail div.left {
        width: 40%;
    }
    div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.tab-menu {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    div.content-wrap div.content__section-pre div.content__section-pre-wrap div.info-msg span.txt01 {
        font-size: 25px;
        line-height: 34.2px;
    }
    div.content-wrap div.content__section-pre div.content__section-pre-wrap div.info-msg span.txt02 {
        font-size: 16px;
        line-height: 24px;
    }
    /* div.content-wrap div.content__section-about */
    div.content-wrap div.content__section-about div.content__section-about-wrap div.abouts {
        flex-wrap: wrap;
    }
    div.content-wrap div.content__section-about div.content__section-about-wrap div.abouts a {
        width: 48%;
        margin: 0 1% 2%;
    }
    /* div.content-wrap div.content__section-about */

    div.content-wrap div.content__section-products div.content__section-products-wrap span.msg {
        font-size: 22px;
        line-height: 32px;
    }
    div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.text-box01 p.msg {
        font-size: 22px;
        line-height: 32px;
        text-align: left;
    }
    div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.detail {
        padding: 20px;
        gap: 30px;
    }
    div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.detail.on {
        display: flex;
        flex-direction: column;
    }
    div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.detail div.left,
    div.content-wrap div.content__section-products div.content__section-products-wrap div.products div.detail div.right {
        width: 100%;
    }
}
/* 모바일 */

/* yang add 2024.12.12 */
.contactus_content {
    padding: 60px;
    border-radius: 40px;

    background-image: url("../img/main/main_contactus_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactus_content::after {
    content: '';

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #0000004D;
    border-radius: 40px;

    font-family: Wanted Sans;
}

.contactus_desc {
    display: grid;
    gap: 10px;

    position: relative;
    z-index: 1;

    color: #fff;
    text-align: left;
}

.contactus_desc_stit {
    font-size: 16px;
    font-weight: 700;
}

.contactus_desc_mtit {
    font-size: 36px;
    font-weight: 500;
}

.contactus_desc_txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.contactus_desc_btn {
    border-radius: 30px;
    padding: 12px 32px;
    background-color: #fff;
    color: #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: fit-content;
    font-weight: 600;
    font-size: 15px;
}

.section-box01.d_b {
    display: block !important;
}

.text-container {
    position: relative;

    width: 100%;
    height: 300px;
}

.animated-text-shadow {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;

    color: #FFFFFF80;
}

.animated-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 2;

    /* display: inline-block; */
    background: radial-gradient(circle, white 40%, transparent 60%);
    background-position: center;
    background-size: 0 0;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    animation: fillCenter 3s ease-in-out forwards;
}

@keyframes fillCenter {
    0% {
        background-size: 30% 30%;
    }
    100% {
        background-size: 200% 200%;
    }
}

@media screen and (max-width: 768px) {
    .contactus_content {
        padding: 75px 20px;
    }

    .contactus_desc_stit {
        font-size: 14px;
    }

    .contactus_desc_mtit {
        font-size: 22px;
    }
}

/* 2025-01-24 add start */
.btn_group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 42px;
}
.btn_group a.btn:last-child {
    width: fit-content;
    white-space: nowrap;
}
@media screen and (max-width: 1200px) {
    .btn_group {
        margin-top: 24px;
    }
}
/* 2025-01-24 add end */
