@charset "utf-8";

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

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

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

/*  */
.visual {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    background-color: #008E70;
    padding: 2rem 0;
}

.visual > .inner {
    width: 100%;
    height: auto;
    background-color: #EBFFFB;
}

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

.swiper-slide {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.swiper-slide .txt {
    width: 60%;
    height: auto;
    padding-left: 2rem;
}

.swiper-slide .txt > div {
    margin-bottom: 2rem;
}

.swiper-slide .txt > div > img {
    width: 100px;
    height: auto;
}

.swiper-slide .txt > h3 {
    font-size: 1.2rem;
    color: #008E70;
}

.swiper-slide .txt > h2 {
    font-size: 1.4rem;
    font-weight: 700;
}

.swiper-slide .txt > span {
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
}

.swiper-slide .txt > ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 1rem 0 3rem;
}

.swiper-slide .txt > ul > li {
    font-size: 1rem;
}

.swiper-slide .txt > a {
    width: fit-content;
    display: flex;
    font-size: 1rem;
    color: #fff;
    background-color: #008E70;
    padding: 12px 2rem;
}

.swiper-slide .img {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide .img img {
    width: 300px;
    height: auto;
    object-fit: contain;
}

.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background: #000;
}

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

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

.direct__menu .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.direct__menu .title img {
    width: 30px;
    height: auto;
    object-fit: contain;
}

.direct__menu .title > h4 {
    font-size: 1.2rem;
}

.direct__menu .list {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1rem;
}

.direct__menu .list > li {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    border-radius: 1rem;
}

.direct__menu .list > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

.direct__menu .list .txt {
    height: 100%;
}

.direct__menu .list .txt > span {
    font-size: 1rem;
    font-weight: 700;
}

.direct__menu .list .txt > h5 {
    font-size: 1rem;
}

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

/*  */
.cs {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

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

.cs .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.cs .title img {
    width: 30px;
    height: auto;
    object-fit: contain;
}

.cs .title > h4 {
    font-size: 1.2rem;
}

.cs .wrap {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 2rem;
}

#typeSelect {
    width: 30%;
    height: 50px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    appearance: none;
    /* 기본 브라우저 스타일 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: url('../img/caret-down-solid.svg') no-repeat right 1rem center;
    ;
    background-size: 12px;
    padding: 10px 1rem;
}

#typeSelect option {
    font-size: 1rem;
    background-color: #fff;
    color: #333;
    padding: 10px;
}

.cs__inputs {
    width: 70%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    border-left: 1px solid #ccc;
    padding-left: 1rem;
}

.cs__input {
    width: calc(50% - 8px);
    height: 50px;
    display: flex;
    align-items: center;
}

.cs__input>input {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding-left: 10px;
}

.cs__apply {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs__info {
    display: flex;
    gap: 5px;
    margin-bottom: 1rem;
}

.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;
}

.submit {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background-color: #008E70;
    border-radius: 0.2rem;
    cursor: pointer;
}

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

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

.ft__call .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.ft__call .title img {
    width: 30px;
    height: auto;
    object-fit: contain;
}

.ft__call .title > h4 {
    font-size: 1.2rem;
}

.ft__call .list {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1rem;
}

.ft__call .list>li {
    width: 100%;
    height: auto;
    background-color: #D9F6F6;
}

.ft__call .list>li>a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

.ft__call .list .txt {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ft__call .list .txt>p {
    font-size: 1rem;
    font-weight: 700;
}

.ft__call .list .txt>p>b {
    font-weight: inherit;
    color: #ed3722;
}

.ft__call .list .txt>span {
    font-size: 1.2rem;
    font-weight: 800;
}

.ft__call .list .img img {
    width: 80px;
    height: auto;
    object-fit: contain;
}

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

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

    /*  */
    .visual {
        height: auto;
        padding: 0;
    }

    .swiper-slide .txt {
        padding-left: 0;
    }

    .swiper-slide .txt > ul {
        margin: 1rem 0 2rem;
    }

    .swiper-slide .img img {
        width: 200px;
    }

    .swiper-slide .img img.w-250 {
        width: 250px;
    }

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

    .direct__menu .list .txt {
        width: 100%;
        height: auto;
    }

    .direct__menu .list .txt > h5 {
        word-break: keep-all;
    }

    .direct__menu .list > li > a {
        flex-direction: column;
        align-items: flex-end;
        padding: 1.5rem;
    }

    .direct__menu .list > li img {
        width: 60px;
    }

    /*  */
    .cs {
        padding: 0 1rem;
    }

    .cs .wrap {
        flex-direction: column;
    }

    #typeSelect {
        width: 100%;
    }

    .cs__inputs {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }

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

}






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

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

    /*  */
    .visual {
        height: auto;
        padding: 0;
    }

    .swiper-slide {
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
    }

    .swiper-slide .txt {
        width: 100%;
        padding-left: 0;
    }

    .swiper-slide .txt > h2 {
        font-size: 1.2rem;
    }

    .swiper-slide .txt > span {
        font-size: 1rem;
    }

    .swiper-slide .txt > ul {
        margin: 1rem 0 2rem;
    }

    .swiper-slide .txt > ul > li {
        font-size: 0.9rem;
        text-indent: -10px;
        padding-left: 10px;
    }

    .swiper-slide .txt > a {
        font-size: 0.9rem;
    }

    .swiper-slide .img {
        width: 100%;
        justify-content: flex-end;
    }

    .swiper-slide .img img {
        width: 120px;
    }

    .swiper-slide .img img.w-250 {
        width: 170px;
    }

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

    .direct__menu .title > h4 {
        font-size: 1rem;
    }

    .direct__menu .list {
        flex-wrap: wrap;
    }

    .direct__menu .list .txt {
        width: 100%;
        height: auto;
    }

    .direct__menu .list .txt > h5 {
        word-break: keep-all;
    }

    .direct__menu .list > li > a {
        flex-direction: column;
        align-items: flex-end;
        padding: 1.5rem;
    }

    .direct__menu .list > li img {
        width: 50px;
    }

    /*  */
    .cs {
        padding: 0 1rem;
    }

    .cs .title > h4 {
        font-size: 1rem;
    }

    .cs .wrap {
        flex-direction: column;
    }

    #typeSelect {
        width: 100%;
    }

    .cs__inputs {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }

    .cs__input {
        width: 100%;
    }

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

    .ft__call .title > h4 {
        font-size: 1rem;
    }

    .ft__call .list {
        flex-wrap: wrap;
    }

    .ft__call .list>li>a {
        padding: 1.5rem;
    }

    .ft__call .list .txt>p {
        font-size: 0.9rem;
    }

    .ft__call .list .txt>span {
        font-size: 1rem;
    }

    .ft__call .list .img img {
        width: 45px;
    }

}