@charset "utf-8";

/* mv */
.mv {
    height: 690px;
    position: relative;
}

.mv .mv_slide {
    height: 100%;
}

.mv .mv_slide .inner {
    position: relative;
    height: 100%;
}

.mv .mv_slide .inner .mv_label {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1;
    font-family: 'OneMobile', sans-serif;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 19px;
    background-color: #222222;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.mv .mv_slide .inner .mv_tit {
    font-size: 62px;
    letter-spacing: -0.025em;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
}

.mv .mv_slide .inner .mv_tit span {
    font-weight: 300;
}

.mv .mv_slide .swiper-pagination {
    bottom: 40px;
}

.mv .mv_slide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 0.5;
}

.mv .mv_slide .swiper-pagination-bullet-active {
    opacity: 1;
}

.mv .com_inquiry_box {
    position: absolute;
    top: 50%;
    transform: translate(30%, -50%);
    right: calc((100% - 1400px) / 2);
    width: 29%;
    z-index: 2;
    min-width: 500px;
    max-width: 550px;
}

.com_inquiry_box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px 50px 10px 50px;
    padding: 45px 50px 60px;
}

.com_inquiry_box .tit {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.025em;
    line-height: 1.48em;
    color: #0050bb;
    margin-bottom: 25px;
}

.com_input_flex_box {
    display: flex;
    gap: 15px;
}

.com_input_flex_box>div {
    flex: 1;
    min-width: 0;
}

.com_input_style_box {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    overflow: hidden;
}

.com_input_style_box input {
    outline: unset;
    border: 1px solid #c9c9c9;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #000;
}

.com_input_style_box input::placeholder {
    color: #666;
}

.com_input_style_box input:focus {
    border-color: #0050bb;
}

.com_select_style_box .nice-select {
    border: solid 1px #c9c9c9;
    height: 46px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 15px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 500;
}

.com_select_style_box .nice-select.open {
    border-color: #0050bb;
}

.com_select_style_box .nice-select .list {
    margin-top: 1px;
    width: 100%;
}

.com_select_style_box .nice-select .option {
    font-weight: 500;
    line-height: unset;
    min-height: unset;
    padding: 0 15px;
    color: #888888;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: -0.025em;
}

.com_select_style_box .nice-select .option:hover {
    background-color: #0050bb;
    color: #fff;
}

.com_inquiry_box .com_input_flex_box+.com_input_flex_box {
    margin-top: 15px;
}

.com_inquiry_box .flex_box {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    gap: 30px;
}

.com_inquiry_box .flex_box .left {
    display: flex;
    gap: 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.com_inquiry_box .flex_box .right {
    display: flex;
    gap: 25px;
}

.com_inquiry_box .flex_box .left a {
    text-decoration: underline;
    text-underline-position: under;
    color: #444444;
}

.com_input_radion_box input {
    appearance: unset;
    width: 18px;
    height: 18px;
    background: url('/img/disagree_icon.png') no-repeat center / cover;
}

.com_input_radion_box input[type='radio']:checked {
    background: url('/img/agree_icon.png') no-repeat center / cover;
}

.com_input_radion_box {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #444444;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    cursor: pointer;
}

.com_input_radion_box input[type='radio']:checked~span {
    color: #0050bb;
}

.com_btn01 {
    border-radius: 10px;
    background-color: #0050bb;
    width: 100%;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff !important;
}

.quick_box {
    display: none;
}

.mv .com_inquiry_box .close_btn {
    display: none;
}

@media all and (max-width:1720px) {
    .mv .com_inquiry_box {
        transform: translateY(-50%);
    }
}

@media all and (max-width:1400px) {
    .mv .com_inquiry_box {
        right: 3.125%;
    }
}

@media all and (max-width:1024px) {
    .quick_box {
        position: fixed;
        width: 40px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        z-index: 10;
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px 0;
    }

    .quick_box a {
        color: #0050bb;
        font-size: 14px;
        aspect-ratio: 1/1;
        width: 100%;
        display: block;
        padding: 10px;
    }

    .mv .com_inquiry_box {
        position: fixed;
        max-width: 90%;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 15;
        display: none;
        border-radius: unset;
        min-width: unset;
    }

    .mv .com_inquiry_box .close_btn {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

}

@media all and (max-width:700px) {
    .mv .com_inquiry_box {
        padding: 40px 20px;
    }

    .mv .mv_slide .inner .mv_tit {
        font-size: 50px;
    }

    .mv .mv_slide .inner .mv_label {
        font-size: 16px;
    }

    .mv {
        height: 444px;
    }
}

/* END mv */

/* con01 */
.con {
    padding: 100px 0;
}

.com_con_tit {
    font-size: 52px;
    font-family: 'ONE-Mobile-Title', sans-serif;
    text-align: center;
    color: #222;
    letter-spacing: -0.025em;
    line-height: 1.2em;
}

.com_con_tit span {
    color: #0050bb;
}

.com_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.com_flex_box.item04 {
    gap: 40px;
}

.com_flex_box .item img {
    width: 100%;
}

.com_flex_box.item04 .item {
    width: calc(25% - 30px);
}

.com_flex_box .item .img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    aspect-ratio: 1/0.69;
}

.com_flex_box .item .img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.com_flex_box .item .img .hover_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025em;
    opacity: 0;
    transition: all 0.3s ease;
}

.com_flex_box .item .img .hover_box .img {
    margin-bottom: unset;
    border-radius: unset;
}

.com_flex_box .item .tit {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55em;
    letter-spacing: -0.025em;
    color: #222;
}

.com_flex_box .item .price {
    line-height: 1.6em;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #666666;
    margin: 5px 0 10px;
}

.com_flex_box .item .total {
    line-height: 1.2em;
    font-size: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #0050bb;
    position: relative;
    width: fit-content;
}

.com_flex_box .item .total b {
    font-weight: 800;
    font-size: 26px;
}

.com_flex_box .item:hover .img .hover_box {
    opacity: 1;
}

.com_flex_box .item:hover .total::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    bottom: -5px;
    background-color: #0050bb;
}

@media all and (max-width:1400px) {
    .com_flex_box.item04 .item {
        width: calc(33.333% - 27px);
    }
}

@media all and (max-width:1024px) {
    .com_flex_box.item04 .item {
        width: calc(50% - 20px);
    }
}

@media all and (max-width:700px) {
    .com_con_tit {
        font-size: 38px;
    }
}

/* END con01 */

/* com_banner */
.com_banner {
    padding: 130px 0;
}

.com_banner .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .com_banner {
    background: url('/img/main_banner.jpg') no-repeat center / cover;
}

.com_banner .tit {
    font-family: 'ONE-Mobile-Title', sans-serif;
    font-size: 42px;
    letter-spacing: -0.025em;
    text-align: center;
    color: #fff;
    line-height: 1.3em;
}

.com_con_sub_tit {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.55em;
    color: #666666;
    text-align: center;
}

@media all and (max-width:700px) {
    .main .com_banner {
        padding: 90px 0;
    }

    .com_banner .tit {
        font-size: 27px;
    }

    .con {
        padding: 80px 0;
    }

    .com_con_sub_tit {
        font-size: 16px;
    }
}

/* END com_banner */

/* con02 */
.main .con02_slide {
    padding: 30px 0;
}

.main .con02_slide .item {
    height: auto;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.main .con02_slide .item .img img {
    width: 100%;
}

.main .con02_slide .item .img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.main .con02_slide .item .alt_box {
    padding: 20px 30px 40px;
}

.main .con02_slide .item .alt_box .tit {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #222;
}

.main .con02_slide .item .alt_box .alt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: 1.6em;
    color: #666666;
    font-weight: 400;
    margin: 15px 0;
    min-height: 103px;
}

.main .con02_slide .item .alt_box .review_box {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.6em;
    color: #888;
    justify-content: space-between;
}

.main .con02_slide .item .alt_box .review_box .review_alt {
    display: flex;
}

.main .con02_slide .item .alt_box .review_box .review_alt .bar {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.main .con02_slide .item .alt_box .review_box .review_alt .bar::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #bfbfbf;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.swiper-button-lock {
    display: block;
}

.com_slide_arw {
    position: absolute;
    top: 50%;
    width: 70px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 3;
}

.com_slide_arw.prev {
    background: url('/img/main_con02_prev.png') no-repeat center / cover;
    left: -100px;
    transform: translate(-50%, -50%);
}

.com_slide_arw.next {
    background: url('/img/main_con02_next.png') no-repeat center / cover;
    right: -100px;
    transform: translate(50%, -50%);
}

.com_slide_arw.prev:hover {
    background: url('/img/main_con02_prev_on.png') no-repeat center / cover;
}

.com_slide_arw.next:hover {
    background: url('/img/main_con02_next_on.png') no-repeat center / cover;
}

@media all and (max-width:1700px) {
    .com_slide_arw.prev {
        left: 0;
        transform: translateY(-50%);
    }

    .com_slide_arw.next {
        right: 0;
        transform: translateY(-50%);
    }
}

/* END con02 */

/* con03 */
.con03 {
    overflow: hidden;
    /* min-height: 986px; */
}

.con03 .con03_slide {
    overflow: visible;
    min-height: 560px;
    position: relative;
}

.con03_slide .item {
    transform: scale(0.7);
    width: 31%;
}

.con03_slide .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.con03_slide .item .name {
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.025em;
    line-height: 1.4em;
    color: #666666;
    transition: all 0.3s ease;
}

.con03_slide .item .ment {
    margin: 20px 0 15px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #444444;
    line-height: 1.6em;
    display: none;
}

.con03_slide .item .img {
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1/1;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    width: 100%;
}

.con03_slide .item .img img {
    width: 100%;
    border-radius: 50%;
}

.con03_slide .swiper-slide-active {
    transform: scale(1);
}

.con03_slide .swiper-slide-active .img {
    border: 3px solid #0050bb;
    margin-bottom: unset;
}

.con03_slide .swiper-slide-active .ment {
    display: block;
}

.con03_slide .swiper-slide-active .name {
    font-size: 34px;
    color: #222;
}

.bg01 {
    background-color: #eaf3fc;
}

.com_btn01.w340 {
    max-width: 340px;
    margin: 0 auto;
}

.con03_slide .con03_arw {
    width: 35px;
    height: 60px;
    position: absolute;
    z-index: 2;
    top: 38%;
    transition: all 0.3s ease;
}

.con03_slide .con03_arw.prev {
    background: url('/img/con03_prev.png') no-repeat center / cover;
    left: 30%;
    transform: translate(-50%, -50%);
}

.con03_slide .con03_arw.next {
    background: url('/img/con03_next.png') no-repeat center / cover;
    right: 30%;
    transform: translate(50%, -50%);
}

.con03_slide .con03_arw.prev:hover {
    background: url('/img/con03_prev_on.png') no-repeat center / cover;
}

.con03_slide .con03_arw.next:hover {
    background: url('/img/con03_next_on.png') no-repeat center / cover;
}

@media all and (max-width:1400px) {
    .con03 .con03_slide {
        min-height: calc(100vw * (425/1024));
    }
}

@media all and (max-width:1024px) {
    .con03 .con03_slide {
        min-height: calc(100vw * (460/1024));
    }
}

@media all and (max-width:767px) {
    .con03_slide .con03_arw {
        display: none;
    }

    .con03_slide .item {
        width: 50%;
    }

    .con03 .con03_slide {
        min-height: calc(100vw * (470/700));
    }
}

@media all and (max-width:500px) {
    .con03 .con03_slide {
        min-height: calc(100vw * (300/390));
    }
}

/* END con03 */

/* con04 */


.com_brand_box .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
    box-sizing: border-box;
}

.com_brand_box .row01 {
    margin: 0 65px;
}

.com_brand_box .row01 .brand {
    width: calc(10% - 18px);
    text-align: center;
}

.com_brand_box .row02 .brand {
    width: calc(9.0909% - 18.18181px);
    text-align: center;
}

.com_brand_box>div img {
    width: 100%;
}

@media all and (max-width:1024px) {
    .com_brand_box .row {
        justify-content: center;
    }

    .com_brand_box .row01 .brand {
        width: calc(20% - 16px);
    }

    .com_brand_box .row02 .brand {
        width: calc(20% - 38px);
    }
}

@media all and (max-width:700px) {

    .com_brand_box .row01 {
        margin: 0;
    }

    .com_brand_box .row01 .brand {
        width: calc(25% - 15px);
    }

    .com_brand_box .row02 .brand {
        width: calc(25% - 20px);
    }

}

/* END con04 */

/* con05 */
.bg02 {
    background-color: #f9f9f9;
}

.com_flex_box.brand04,
.com_flex_box.brand05 {
    gap: 25px;
}

.com_flex_box .brand img {
    width: 100%;
}

.com_flex_box.brand04>div {
    width: calc(25% - 19px);
}

.com_flex_box.brand05>div {
    width: calc(20% - 20px);
}

.com_flex_box.brand04 {
    padding: 0 140px;
}

.com_flex_box.brand05 {
    margin: 25px 0;
}

@media all and (max-width:1400px) {
    .com_flex_box.brand04>div {
        width: calc(50% - 13px);
    }

    .com_flex_box.brand05>div {
        width: calc(33.333% - 17px);
    }

    .com_flex_box.brand04,
    .com_flex_box.brand05 {
        justify-content: center;
    }
}

@media all and (max-width:1024px) {
    .com_flex_box.brand04 {
        padding: unset;
    }

    .com_flex_box.brand04>div,
    .com_flex_box.brand05>div {
        width: calc(50% - 13px);
    }
}

/* END con05 */

/* 2024.01.24 수정 */
.mv_tit_box {
    display: flex;
    gap: 35px;
    align-items: center;
    color: #fff;
    z-index: 1;
    padding-top: 95px;
    position: relative;
}

.mv_tit_box .mv_tit2 {
    font-size: 42px;
    line-height: 1.8em;
    letter-spacing: -0.025em;
}

.mv_tit_box .mv_tit2 b {
    font-size: 62px;
    letter-spacing: -0.025em;
    line-height: 1;
    font-family: 'ONE-Mobile-Title', sans-serif;
}

.mv_tit_box .mv_sub_tit {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.8em;
}

.mv_btn01 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    height: 45px;
    border-radius: 22px;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: -0.025em;
    background-color: #ffb924;
    z-index: 1;
    position: relative;
}

.mv .mv_btn01 {
    color: #fff;
}

.mv .item .img01 {
    position: absolute;
    bottom: 0;
}

@media all and (max-width:1024px) {
    .mv .mv_slide .inner {
        text-align: center;
    }

    .mv_tit_box {
        flex-direction: column;
        padding-top: 60px;
        gap: 25px;
    }

    .mv {
        height: auto;
    }

    .mv_tit_box .mv_tit2 {
        font-size: 30px;
    }

    .mv_tit_box .mv_tit2 b {
        font-size: 44px;
    }

    .mv .item .img01 {
        position: relative;
        bottom: unset;
    }

    .mv .swiper-slide {
        height: auto;
    }
}

/* END 2024.01.24 수정 */

/* 2024.03.19 css 수정 */

.promotion .con02 .com_brand_box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.promotion .con02 .com_brand_box .brand {
    width: calc(8.3333% - 18.3333px);
}

@media all and (max-width:1400px) {
    .promotion .con02 .com_brand_box {
        justify-content: center;
    }

    .promotion .con02 .com_brand_box .brand {
        width: calc(10% - 17px);
    }
}

@media all and (max-width:1024px) {
    .promotion .con02 .com_brand_box .brand {
        width: calc(14.28% - 16px);
    }
}

@media all and (max-width:700px) {
    .promotion .con02 .com_brand_box .brand {
        width: calc(20% - 15px);
    }
}

.company .con05 .flex_con_box {
    display: flex;
    gap: 160px;
    flex-wrap: wrap;
    align-items: center;
}

.company .con05 .flex_con_box>div {
    width: calc(50% - 80px);
}


.company .con05 .flex_con_box .alt_box h3 {
    font-size: 52px;
    line-height: 1.555em;
    color: #222;
    letter-spacing: -0.025em;
}

.company .con05 .flex_con_box .alt_box p {
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

@media all and (max-width:768px) {
    .company .con05 .flex_con_box>div {
        width: 100%;
    }

    .company .con05 .flex_con_box .alt_box {
        text-align: center;
    }

    .company .con05 .flex_con_box .alt_box h3 {
        font-size: 48px;
    }

    .company .con05 .flex_con_box .alt_box p {
        font-size: 16px;
    }
}

.company .con06 .img_list {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}

.company .con06 .img_list .list_box {
    width: calc(33.33% - 60px);
}

.company .con06 .img_list .list_box .img_box {
    text-align: center;
}

.company .con06 .img_list .list_box .txt_box {
    text-align: center;
}

.company .con06 .img_list .list_box .txt_box p {
    font-size: 24px;
    color: #666;
    line-height: 2.58333em;
}

@media all and (max-width:768px) {
    .company .con06 .img_list .list_box {
        width: 100%;
    }
}


.company .con07 .half_flex_box {
    display: flex;
}

.company .con07 .half_flex_box>div {
    width: 50%;
}

.conbt0 {
    padding-top: 100px;
    box-sizing: border-box;
}

/* END 2024.03.19 css 수정 */

/* 20240408 css 추가 */

@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.ing_main {
	background: url('/img/ing_bg01.png') no-repeat center / cover;
	width: 100%;
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
}

.ing_main .half_box {
	display:flex;
	align-items:center;	
	flex-wrap:wrap;
}

.ing_main .half_box > div {
	width: 50%;
}

.ing_main .half_box .left h3 {
	margin-top: 55px;
	font-size: 52px;
	color: #fff;
	font-weight: bold;
	line-height: 1.192em;
	letter-spacing: -0.025em;
	 font-family: 'ONE-Mobile-Title';
}

@media all and (max-width:1024px) {
	.ing_main .half_box > div {
		width: 100%;
		text-align: center;
	}
}

/* END 20240408 css 추가 */