@charset "UTF-8";
@import "reset.css";
@import "layout.css";



.main-visual {
    height: 100vh;
    background: #e6e6e6;
}

.main-visual .visual-tit {
    height: 100vh;
}

.main-visual .visual-tit p {
    width: 100%;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}

.main-title {
    text-align: center !important;
}

.main-title h2 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #141414;
    line-height: 3rem;
}

.main-title h2 span {
    display: block;
    font-size: 2.7rem;
    font-weight: 800;
    padding-top: 0.7rem;
}

.main-title p {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.6rem;
    color: #666 !important;
    padding-top: 1rem !important;
}

.main-title .tit-section {
    font-family: 'Play', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700;
    color: #b3b3b3;
    line-height: 2rem !important;
    padding-top: 0 !important;
    letter-spacing: -0.03em;
}

.main-business {
    background: #f5f5f5 !important;
    padding: 7rem 0;
}

.main-product {
    background: #eaeaea;
    padding: 7rem 0;
}

.main-product .main-product-slide {
    padding: 0 4rem !important;
}

.main-product .swiper-slide {
    margin-top: 3rem;
    padding: 0 1rem;
}

.main-product .swiper-slide .img-box {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 1.5rem;
}

.main-product .swiper-slide .img-box img {
    transform: scale(1);
    width: 100% !important;
    height: auto;
    transition: all 0.6s;
}

.main-product .swiper-slide:hover .img-box img {
    transform: scale(1.05);
}

.main-product .info {
    margin-top: 2rem;
    letter-spacing: -0.03em;
    text-align: center;
}

.main-product .info .sbj {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c2c2c;
}

.main-product .info .cont {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
    padding-top: 0.5rem;
}

.main-product .swiper-button-prev, .main-product .swiper-button-next {
    top: 40%;
}

.main-product .swiper-button-prev:after, .main-product .swiper-button-next:after {
    font-family: bootstrap-icons !important;
    font-size: 2.8rem;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #d5d5d5 !important;
}

.main-product .swiper-button-prev:after {
    left: 0;
    content: "\F129";
}

.main-product .swiper-button-next:after {
    right: 0;
    content: "\F133";
}

@media all and (max-width: 767px) {
    .main-product .swiper-slide {
        padding: 0 0 !important;
    }

    .swiper-button-next,.swiper-button-prev {
        top: 40% !important;
    }

    .main-product .swiper-button-prev:after, .main-product .swiper-button-next:after {
        font-size: 2rem;
    }
}

.main-prcenter {
    background: #fffcfc !important;
    padding: 7rem 0;
}

.btn-more {
    display: inline-block;
    position: relative;
    width: 130px !important;
    box-sizing: border-box;
    border: 1px solid #494949;
    background: #494949;
    border-radius: 10rem;
    padding: 0.6rem 1.3rem;
    font-family: 'Play', sans-serif !important;
    font-size: 0.7rem;
    font-weight:700;
    color: #fff !important;
    letter-spacing: 0;
    text-align: left !important;
}

.btn-more i {
    position: absolute;
    top: 0.65rem;
    right: 0.8rem;
    color: #eb1b22 !important;
    font-size: 0.7rem;
}

.btn-more:hover {
    border: 1px solid  #009877;
    background: #fff;
    color: #009877 !important;
}

.btn-more02 {
    display: block;
    position: relative;
    width: 280px !important;
    background: #009877;
    border: 1px solid  #009877;
    font-family: 'Play', sans-serif !important;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.8rem 1.5rem;
    color: #fff !important;
    box-sizing: border-box;
}

.btn-more02 i {
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    color: #fff !important;
    padding-left: 1.5rem;
    font-size: 0.9rem;
}

.btn-more02:hover {
    background: #fafaf5;
    border: 1px solid  #009877;
    color: #009877 !important;
}

.btn-more02:hover i {
    color: #eb1b22 !important;
}

.sub-visual {
    padding-top: 90px;
    height: 400px !important;
    box-sizing: border-box !important;
}

.sub-visual .bg-about {
    background: #d4d9de;
    height: 100%;
}

.sub-visual .bg-business {
    background: #d4d9de;
    height: 100%;
}

.sub-visual .bg-product {
    background: #d4d9de;
    height: 100%;
}

.sub-visual .bg-prcenter {
    background: #d4d9de;
    height: 100%;
}

.sub-visual .bg-support {
    background: #d4d9de;
    height: 100%;
}

.sub-visual .bg-etc {
    background: #d4d9de;
    height: 100%;
}

.sub-visual .sub-visual-tit {
    font-size: 2rem;
    font-weight: 700;
    height: 300px;
}

.sub-visual .sub-visual-tit p {
    width: 100%;
    text-align: center;
}

.sub-content {
    position: relative;
    width: 1400px;
    margin: 5rem auto;
}

.sub-content .sub-navi {
    width: 100%;
    background: #e3e3e3;
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 3rem;
}

.sub-content .sub-tit-box {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

.sub-content .sub-tit-box h2 {
    font-size: 1.7rem;
    font-weight: 700;
}

.sub-content .cont-wrap {
    background: #ededed;
    min-height: 400px;
}

.sub-content .cont-wrap p {
    width: 100%;
    text-align: center;
}

.form-wrap {
    width: 100%;
    margin: 0 auto;
}

.form-wrap .tit-label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.8rem;
}

.form-wrap .bg-input {
    border: 0 !important;
    background: #f2f2f2;
    padding: 0.9rem;
    font-size: 1rem;
    color: #171c1c;
    font-weight: 600;
}

.form-wrap .bg-input::placeholder {
    color: #4e5c5c;
    font-size: 0.9rem;
    font-weight: 600;
}

.form-wrap .check-style {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.7rem;
    margin-top: 0;
    border: 0 !important
}

.form-wrap textarea {
    height: 250px !important
}

.form-wrap .policy-box {
    width: 100%;
    margin: 0 auto 5rem;
    font-size: 1rem;
    font-weight: 700;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-radius: 0.3rem;
    padding: 4rem 7rem;
}

.form-wrap .policy-box .policy {
    font-size: 0.95rem;
    box-sizing: border-box;
    font-weight: 500;
    color: #4d4d4d;
}

.form-wrap .policy-box .policy h4 {
    font-weight: 700;
    padding: 0.7rem 0;
}

.form-wrap .policy-box .agree-box {
    width: 220px;
    margin: 3rem auto 0;
}

.form-wrap .policy-box .check-style01 {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.7rem;
    margin-top: 0
}

.form-wrap hr {
    color: #819090;
}

.form-checkbox-danger .form-check-input:checked,
.form-radio-danger .form-check-input:checked {
    background-color: #019877;
    border-color: #019877
}

.btn-inquiry {
    width: 35%;
    height: 4rem;
    background: #494949;
    border: 1px solid #494949;
    color: #fff;
    font-weight: 500;
    border-radius: 0.3rem;
    font-size: 1.2rem;
    margin: 3rem 0 3rem
}

.btn-inquiry:hover {
    width: 35%;
    height: 4rem;
    background: #ffffff;
    border: 1px solid #494949;
    color: #494949
}

@media all and (min-width: 1025px) and (max-width:1440px) {
    .form-wrap {
        width: 100%;
    }

    .form-wrap .tit-label {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    .form-wrap .bg-input {
        padding: 0.7rem;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .form-wrap {
        width: 100%;
    }

    .form-wrap .policy-box {
        padding: 3rem 4rem;
    }
}

@media all and (max-width: 767px) {
    .form-wrap {
        width: 100%;
    }

    .form-wrap .col-2-m, .form-wrap .col-10-m {
        width: 100%;
    }

    .form-wrap .tit-label {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .form-wrap .bg-input {
        padding: 0.8rem;
        margin-bottom: 1rem;
    }

    .form-wrap .bg-input::placeholder {
        font-size: 0.8rem;
    }

    .form-wrap .policy-box {
        margin: 0 auto 2rem;
        font-size: 1rem;
        padding: 2rem;
    }

    .form-wrap .policy-box .policy {
        font-size: 0.95rem;
        box-sizing: border-box;
        font-weight: 500;
        color: #4d4d4d;
    }

    .btn-inquiry {
        width: 100%;
        height: 3rem;
        font-size: 1rem;
        margin: 1rem 0 4rem
    }

    .btn-inquiry:hover {
        width: 100%;
        height: 3rem;
    }

}

.privacy-box {
    margin: 0 auto 8rem;
}

.privacy-anchor-box {
    padding: 3rem 3.5rem;
    background: #fafafa;
    text-align: left;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 700;
    box-sizing: border-box;
    overflow: hidden;
}

.privacy-anchor-box strong {
    font-weight: 700;
}

.privacy-anchor-box .anchor-list {
    width: 97%;
    margin: 3.5rem auto 0;
    font-size: 0.95rem;
    text-align: left;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.privacy-anchor-box .anchor-list a {
    color: #6c6c6c;
    font-weight: 500;
    line-height: 2rem;
}

.privacy-anchor-box .anchor-list a:hover {
    text-decoration: underline !important;
}

.privacy-terms-content {
    width: 95%;
    margin: 0 auto;
    padding: 0 2rem;
}

.privacy-terms-content h3 {
    padding: 60px 0 20px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #111;
}

.privacy-terms-content p {
    font-size: 1rem;
    color: #444;
    line-height: 1.7em;
}

.privacy-terms-content p.align-center {
    width: 80%;
    margin: 0 auto;
}

.privacy-terms-content .bu-list {
    padding-top: 15px;
}

.privacy-terms-content .bu-list>li {
    position: relative;
    margin-left: 1rem;
    font-size: 1rem;
    color: #333;
    line-height: 1.5rem;
    list-style: none;
    padding-bottom: 0.7rem;
}

.privacy-terms-content .bu-list>li:before {
    content: '-';
    position: absolute;
    margin-left: -1rem;
    font-size: 1.5rem;
    color: #333;
    font-weight: 200;
}

.privacy-terms-content .bu-list>li ul li {
    position: relative;
    margin-left: 0.8rem;
    font-size: 1rem;
    color: #333;
    line-height: 1.5rem;
    list-style: none;
    padding-top: 0.4rem;
}

.privacy-terms-content .bu-list>li ul li:before {
    content: 'ㆍ';
    position: absolute;
    margin-left: -0.8rem;
    font-size: 0.9rem;
    color: #333;
}

.privacy-terms-content hr {
    margin-top: 50px;
    border-top: solid 1px #dbdbdb;
    position: static;
    width: 100%;
    visibility: visible;
}

.custom-modal {
    max-width: 650px !important;
}

.custom-modal .h-500 {
    max-height: 500px !important;
}

.custom-modal h5 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.05em;
}

.custom-modal .con-style p {
    padding-bottom: 20px;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.5em;
}

.custom-modal .con-style img {
    width: 65%;
}

@media all and (max-width: 767px) {
    .privacy-box {
        width: 100%;
        margin: 2rem auto 4rem;
    }

    .privacy-anchor-box {
        padding: 2rem;
    }

    .privacy-anchor-box .anchor-list {
        width: 100%;
        margin: 2rem auto 0;
        font-size: 0.9rem;
    }
}






.btn-effect {
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

@keyframes slideDown {
    0% {
        transform:translateY(-100%);
    }
    100% {
        transform:translateY(0);
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform:translateY(-100%);
    }
    100% {
        transform:translateY(0);
    }
}