@charset "utf-8";

/*
 * File       : common.css
 * Author     : YONG
 *
 * 최종수정일 : 25/00/00
 *
 * SUMMARY:
 * 서브페이지.CSS
 */

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

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

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

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

.content {
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #18a2a5;
    background-color: #b9e3e2;
    border-radius: 1rem;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 10%);
    padding: 4rem 2rem;
    position: relative;
}

.content .title h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.content .title strong {
    font-size: 1.6rem;
    color: #18a2a5;
    line-height: normal;
}

.content .title span {
    font-size: 1rem;
    color: #555;
}

.content .tag {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.content .tag li {
    font-size: 0.9rem;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 70%);
    border-radius: 0.5rem;
    padding: 10px 1rem;
}

.content>p {
    font-size: 1rem;
    font-weight: 500;
}

.content .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content .list li {
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.content picture {
    position: absolute;
    right: 3rem;
    bottom: 0;
}

.content picture>img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

/*  */
.cs {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 10%);
    padding: 2rem;
}

.cs__title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px;
}

.cs__title img {
    width: 160px;
}

.cs__title p {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: normal;
}

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

.cs__input>span {
    width: 70px;
    font-size: 0.9rem;
}

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

.cs__textarea {
    width: calc(100% - 70px);
    height: 70px;
    resize: none;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    padding: 10px;
}


/*  */
.cs__apply {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cs__info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    margin-bottom: 10px;
}

.cs__info label {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

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

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

.submit__button {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

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

.submit.katalk {
    background-color: #F7E600;
    color: #000;
}

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

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

.product .title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #18a2a5;
    margin-bottom: 2rem;
}

.product .title h5 {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background-color: #18a2a5;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 10px 1.5rem;
}

.product .title p {
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
    line-height: normal;
}

/*  */
.product .items {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.product .items li {
    width: 100%;
    height: auto;
    display: flex;
    gap: 3rem;
}

.product .items picture {
    width: 30%;
    min-width: 360px;
    height: auto;
}

.product .items .txt {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product .items .txt .top {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.product .items .txt .top span {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #18a2a5;
    border-radius: 50%;
    margin-right: 10px;
}

.product .items .txt .top h3 {
    font-size: 1.4rem;
}

.product .items .txt .top h3>b {
    font-weight: inherit;
    color: #18a2a5;
}

.product .items .txt>p {
    font-size: 1rem;
    color: #444;
    line-height: normal;
    margin-bottom: 10px;
}

.product .items .txt>p:nth-last-of-type(1) {
    color: #555;
    margin-bottom: 0;
}

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

.des > .inner {
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
    border-radius: 1rem;
    padding: 2rem;
}

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



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

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

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

    .visual>.inner {
        flex-direction: column;
    }

    /*  */
    .content {
        width: 100%;
    }

    /*  */
    .cs {
        width: 100%;
    }

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

    .product .items li {
        gap: 2rem;
    }

    .product .items .txt {
        width: 70%;
    }

    .product .items .txt .top h3 {
        font-size: 1rem;
    }

    /*  */
    .des {
        padding: 0 1rem 2rem;
    }

}






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

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

     /*  */
     .visual {
        padding: 1rem;
    }

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

    /*  */
    .content {
        width: 100%;
        padding: 1.5rem 1.5rem 0 1.5rem;
    }

    .content .title h2 {
        font-size: 0.9rem;
    }

    .content .title strong {
        font-size: 1rem;
        line-height: normal;
    }

    .content .tag {
        gap: 10px;
    }

    .content .tag li {
        width: 100%;
        font-size: 0.8rem;
        text-align: center;
    }

    .content>p {
        font-size: 0.9rem;
        word-break: keep-all;
    }

    .content .list {
        gap: 5px;
    }

    .content .list li {
        font-size: 0.9rem;
        word-break: keep-all;
    }

    .content picture {
        position: static;
        display: flex;
        justify-content: flex-end;
        margin-top: 1rem;
    }

    .content picture>img {
        width: 100px;
    }

    /*  */
    .cs {
        width: 100%;
        padding: 1.5rem;
    }


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

    .product .title h5 {
        font-size: 0.9rem;
        padding: 12px;
    }


    .product .items li {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .product .items .txt {
        width: 100%;
    }



    .product .items .txt .top h3 {
        font-size: 1rem;
        line-height: normal;
    }

    .product .items .txt>p {
        font-size: 0.9rem;
        word-break: keep-all;
    }

    .product .items .txt>p>br {
        display: none;
    }

    .product .items picture {
        width: 100%;
    }

    /*  */
    .des {
        padding: 0 1rem 2rem;
    }

}