@charset "utf-8";

/*
 * File       : style.css
 * Author     : YONG
 *
 * 최종수정일 : 25/00/00
 *
 * SUMMARY:
 * 메인페이지.CSS
 */

/* 
■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■ PC ■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■
*/

.main {
    width: 100%;
    height: auto;
}

/*  */
.visual {
    width: 100%;
    height: auto;
    min-height: 550px;
    display: flex;
    justify-content: center;
    background-color: #EBEBF5;
    margin-bottom: 174px;
}

.visual>.inner {
    width: 100%;
    height: auto;
    padding: 2rem 0;
    position: relative;
}

.swiper-container.swiper {
    width: 100%;
    height: auto;
}

.swiper .swiper-wrapper {
    display: flex;
}

.swiper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2rem;
    padding: 10px 0;
}

.swiper .swiper-slide img {
    width: 120px;
    height: 30px;
    object-fit: contain;
}

.swiper .swiper-slide img.big {
    height: 20px;
}

/*  */
.container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
}

.container .txt {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: normal;
}

.container .txt span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #595959;
}

.container .txt h2 {
    font-size: 3rem;
}

.container .txt h2>b {
    font-weight: inherit;
    color: #2015B3;
}

.container .img img {
    width: 250px;
    height: auto;
    object-fit: contain;
}

/*  */
.direct {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    padding: 2rem;
}

.direct>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.direct>ul>li {
    width: calc(20% - 13px);
    height: auto;
}

.direct>ul>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.direct>ul>li img {
    width: 80px;
    height: auto;
    object-fit: contain;
}

.direct>ul>li>a>span {
    font-size: 1rem;
    font-weight: 500;
}

/*  */
.cs__wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.cs__wrap>.inner {
    width: 100%;
    height: auto;
    display: flex;
    gap: 2rem;
}

.cs__wrap .title {
    width: 20%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ccc;
}

.cs__wrap .title>h3 {
    font-size: 1.6rem;
    color: #595959;
}

.cs__wrap .title>h3>b {
    font-weight: inherit;
    color: #2015B3;
}

/*  */
.cs {
    width: 80%;
    height: auto;
    display: flex;
    gap: 2rem;
}

.cs__inputs {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cs__box {
    display: flex;
    gap: 1rem;
}

.cs__box .cs__input {
    width: 80%;
}

.cs__input {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}


.cs__input>span {
    width: 70px;
    height: auto;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: right;
    padding-right: 1rem;
}

.cs__input>input {
    width: calc(100% - 70px);
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding-left: 10px;
}

.cs__radio {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cs__radio input[type=radio] {
    width: 20px;
    height: 20px;
    accent-color: #2015B3;
}

.cs__radio label {
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

/* select */
.cs__select {
    width: calc(100% - 70px);
    height: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    background-color: #fff;
    appearance: none;
    background-image: url(../img/sort-down-solid.svg);
    background-size: 14px;
    background-position: bottom 18px right 18px;
    background-repeat: no-repeat;
    padding: 0 18px;
}

.cs__select option {
    font-size: 1rem;
    padding: 1rem;
}

.cs__apply {
    padding-left: 70px;
}

.cs__info {
    display: flex;
    gap: 5px;
}

.cs__info label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cs__info input {
    width: 17px;
    height: 17px;
}

.cs__info span {
    font-size: 0.9rem;
}

.cs__info>span {
    color: cornflowerblue;
    text-decoration: underline;
    cursor: pointer;
}

.cs__btn {
    width: 20%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #2015B3;
    border-radius: 1rem;
    cursor: pointer;
}

/*  */
.com__slide {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #F8F8F8;
    padding: 4rem 0;
}

.com__slide>.inner {
    width: 100%;
    height: auto;
}

.com__slide .title {
    margin-bottom: 2rem;
}

.com__slide .title>h3 {
    font-size: 1.6rem;
    color: #595959;
}

.com__slide .title>h3>b {
    color: #2015B3;
    font-weight: inherit;
}

.swiper-container.swiper2 {
    padding: 0 2rem;
}

.swiper2 .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EBF0FF;
    border-radius: 1rem;
    padding: 2rem;
}


.swiper2 .swiper-slide>h5 {
    font-size: 1rem;
    align-self: baseline;
    margin-bottom: 2rem;
}

.swiper2 .swiper-slide.slide1>h5 {
    color: #B500C6;
}

.swiper2 .swiper-slide.slide2>h5 {
    color: #C00000;
}

.swiper2 .swiper-slide.slide3>h5 {
    color: #52700C;
}

.swiper2 .swiper-slide .img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.swiper2 .swiper-slide .img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.swiper2 .swiper-slide .img.big img {
    width: 100px;
}

.swiper2 .swiper-slide>p {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
}

.swiper2 .swiper-slide>button {
    font-size: 1rem;
    font-weight: 500;
    align-self: self-end;
    cursor: pointer;
}

.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
    width: 44px;
    background-size: 20px 20px;
    filter: grayscale(1);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1rem;
}

/*  */
.compare {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 4rem 0;
}

.compare>.inner {
    width: 100%;
    height: auto;
}

.compare .title {
    margin-bottom: 1rem;
}

.compare .title>h3 {
    font-size: 1.4rem;
}

.compare .title>h3>b {
    font-weight: inherit;
    color: #2015B3;
}

.compare .list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.compare .list>li {
    width: calc(33.33% - 11px);
    height: auto;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2rem;
}

.compare .list>li:hover {
    background-color: #EBEBF5;
}

.compare .txt {
    display: flex;
    flex-direction: column;
}

.compare .txt strong {
    font-size: 1rem;
    margin-bottom: 10px;
}

.compare .txt h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.compare .txt p {
    font-size: 0.9rem;
    font-weight: 500;
}

.compare .img {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0;
}

.compare .img img {
    width: 60px;
    height: auto;
    object-fit: contain;
}

.compare .list>li>a {
    font-size: 0.95rem;
    font-weight: 600;
}

.direct__btn {
    width: fit-content;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 1rem;
    padding: 1rem 3rem;
}

.direct__btn>b {
    color: #2015B3;
}

/*  */
.footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #F8F8F8;
    padding: 2rem 0;
}

.footer>.inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer>.inner>ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer>.inner>ul>li {
    font-size: 0.9rem;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 태블릿 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */

    .visual {
        min-height: auto;
        margin-bottom: 0;
    }

    .visual>.inner {
        padding: 2rem;
    }

    /*  */
    .swiper .swiper-slide img {
        width: 100px;
    }

    /*  */
    .container .txt h2 {
        font-size: 2.4rem;
    }

    .container .img img {
        width: 180px;
    }

    /*  */
    .direct {
        position: static;
        transform: none;
    }

    .direct>ul>li img {
        width: 70px;
    }

    /*  */
    .cs__wrap {
        padding: 2rem;
    }

    .cs__wrap>.inner {
        flex-direction: column;
        gap: 1rem;
    }

    .cs__wrap .title {
        width: 100%;
        border: none;
        text-align: center;
    }

    .cs__wrap .title>h3>br {
        display: none;
    }

    .cs {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
    }

    .cs__inputs {
        width: 100%;
    }

    .cs__apply {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .cs__btn {
        width: 100%;
    }

    .submit {
        height: 50px;
    }

    .submit>br {
        display: none;
    }

    /*  */
    .com__slide {
        padding: 2rem;
    }

    .com__slide .title>h3 {
        text-align: center;
    }

    .com__slide .title>h3>br {
        display: none;
    }

    .swiper2 .swiper-slide .img img {
        width: 70px;
        height: 70px;
    }

    .swiper2 .swiper-slide .img.big img {
        width: 90px;
    }

    .swiper2 .swiper-slide>p {
        font-size: 1.6rem;
    }

    /*  */
    .compare {
        padding: 2rem 1rem;
    }

    .compare .list>li {
        width: calc(50% - 8px);
    }

    /*  */
    .footer {
        padding: 2rem 1rem;
    }

}






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

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 모바일 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */

    .visual {
        margin: 0;
    }

    .visual>.inner {
        padding: 1rem 1rem 2rem;
    }

    /*  */
    .swiper .swiper-slide img {
        width: 80px;
        height: 20px;
    }

    .swiper .swiper-slide img.big {
        height: 16px;
    }

    /*  */
    .container {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 0;
    }

    .container .txt span {
        font-size: 1.2rem;
        text-align: center;
    }

    .container .txt h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .container .img img {
        width: 120px;
    }

    /*  */
    .direct {
        position: static;
        transform: none;
        padding: 1.5rem;
    }

    .direct>ul>li {
        width: calc(25% - 12px);
    }

    .direct>ul>li img {
        width: 70px;
    }

    .direct>ul>li>a>span {
        font-size: 0.9rem;
    }

    /*  */
    .cs__wrap {
        padding: 2rem;
    }

    .cs__wrap>.inner {
        flex-direction: column;
        gap: 1rem;
    }

    .cs__wrap .title {
        width: 100%;
        border: none;
        text-align: center;
    }

    .cs__wrap .title>h3 {
        font-size: 1.2rem;
    }

    .cs__wrap .title>h3>br {
        display: none;
    }

    .cs {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
    }

    .cs__inputs {
        width: 100%;
    }

    .cs__box .cs__input {
        width: 65%;
    }

    .cs__radio {
        width: 35%;
    }

    .cs__apply {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .cs__btn {
        width: 100%;
    }

    .submit {
        height: 50px;
    }

    .submit>br {
        display: none;
    }

    /*  */
    .com__slide {
        padding: 2rem;
    }

    .com__slide .title>h3 {
        font-size: 1.2rem;
        text-align: center;
    }

    .com__slide .title>h3>br {
        display: none;
    }

    .swiper2 .swiper-slide .img img {
        width: 60px;
        height: 60px;
    }

    .swiper2 .swiper-slide .img.big img {
        width: 80px;
    }

    .swiper2 .swiper-slide>p {
        font-size: 1.6rem;
    }

    /*  */
    .compare {
        padding: 2rem 1rem;
    }

    .compare .title>h3 {
        font-size: 1.2rem;
    }

    .compare .list>li {
        width: 100%;
    }

    .compare .img img {
        width: 50px;
    }

    /*  */
    .direct__btn {
        width: 100%;
        font-size: 1rem;
        text-align: center;
        padding: 1rem;
    }

    /*  */
    .footer {
        padding: 2rem 1rem;
    }
}