@charset "utf-8";

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

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

.visual {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.visual > .inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3053c1;
    border-radius: 1rem;
    padding: 4rem;
}

.visual .txt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: normal;
    color: #fff;
}

.visual .txt > h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

.visual .txt > h3 {
    font-size: 2rem;
}

.visual .img img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

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

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

/*  */
.cs__top {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #ccc;
    padding: 0 0 1rem;
}

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

.cs__top>p {
    font-size: 1.2rem;
    font-weight: 800;
}

/*  */
.cs__inputs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

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

.cs__input.last {
    width: 100%;
}

.cs__input span {
    width: 80px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
}

.cs__input input {
    width: calc(100% - 80px);
    height: 100%;
    border-style: none;
    background-color: #f2f2f2;
    border-radius: 0.5rem;
    padding-left: 1rem;
}

.input__box {
    width: calc(33.33% - 11px);
    height: 50px;
    display: flex;
    gap: 10px;
}

.input__box>.cs__input {
    width: 70%;
}

.cs__radio {
    width: 30%;
    height: 100%;
    display: flex;
}

.cs__radio input {
    margin-right: 5px;
}

.cs__radio:nth-child(2) input {
    margin-left: 10px;
}

.cs__radio input[type=radio] {
    display: none;
}

.cs__radio input[type=radio]+label {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    background-color: #f3f3f3;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.cs__radio input[type=radio]:checked+label {
    background-color: #000;
    color: #fff;
}


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

.cs__info {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 1rem 0;
}

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

.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__submit {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1rem;
}

.cs__submit>a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background-color: #000;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.cs__submit>a:nth-of-type(1) {
    color: #fff;
}

.cs__submit>a:nth-of-type(1) img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
}

.cs__submit>a:nth-of-type(2) {
    color: #000;
    background-color: #f7e600;

}

.cs__submit>a:nth-of-type(2) img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
}

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

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

.content .list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.content .list > li {
    border-bottom: 1px solid #ccc;
    padding: 4rem 0;
}

.content .list > li:nth-last-of-type(1){
    border-bottom: none;
}

.content .list > li > h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #3053c1;
    margin-bottom: 1.5rem;
}

.content .list > li > h3 > b {
    font-weight: 800;
}

.content .list > li > ul > li {
    font-size: 1.1rem;
}

.content .list > li > ul > li img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
}

.content .des {
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    padding: 2rem;
}

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


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

.banner > .inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    background-color: #218fe5;
    border-radius: 1rem;
    padding: 2rem 3rem;
}

.banner .box {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.banner .box .img img {
    width: 70px;
    height: auto;
    object-fit: contain;
}

.banner .box > p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}

.banner button {
    width: 200px;
    min-width: 180px;
    height: auto;
    font-size: 1rem;
    font-weight: 700;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    cursor: pointer;
}

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

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

.call__area .item {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.call__area .item1 {
    color: #fff;
    background-color: #000;
}
.call__area .item2 {
    background-color: #ffb617;
}

.call__area .item > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem;
}

.call__area .item .img img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.call__area .item .txt {
    text-align: center;
}

.call__area .item .txt > span {
    font-size: 1.2rem;
    font-weight: 600;
}

.call__area .item .txt > p {
    font-size: 1.6rem;
    font-weight: 700;
}



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

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

    .visual {
        padding: 1rem;
    }

    .visual .txt > h3 {
        font-size: 1.6rem;
    }

    .visual .img img {
        width: 124px;
    }

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

    .input__box {
        width: 100%;
    }

    .cs__input {
        width: 100%;
    }

    .cs__input span {
        justify-content: flex-start;
    }

    .cs__input span > br {
        display: none;
    }

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

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

    .call__area .item .img img {
        width: 90px;
    }

}






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

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

    .visual {
        padding: 1rem;
    }

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

    .visual .txt {
        width: 100%;
    }
    
    .visual .txt > h2 {
        font-size: 1rem;
    }

    .visual .txt > h3 {
        font-size: 1.2rem;
    }

    .visual .img {
        align-self: flex-end;
    }

    .visual .img img {
        width: 80px;
    }

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

    .cs__top {
        gap: 10px;
    }

    .cs__top img {
        width: 25px;
    }

    .cs__top>p {
        font-size: 1rem;
    }

    .input__box {
        width: 100%;
    }

    .cs__input {
        width: 100%;
    }

    .cs__input span {
        justify-content: flex-start;
    }

    .cs__input span > br {
        display: none;
    }

    .cs__submit {
        flex-wrap: wrap;
        gap: 10px;
    }

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

    .content .list > li {
        padding: 2rem 0;
    }

    .content .list > li > h3 {
        font-size: 1.1rem;
    }

    .content .list > li > ul > li {
        font-size: 1rem;
    }

    .content .des > p {
        font-size: 0.95rem;
    }



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

    .banner > .inner {
        flex-direction: column;
        padding: 2rem;
    }

    .banner .box {
        flex-direction: column;
    }

    .banner .box > p {
        font-size: 1rem;
        text-align: center;
        word-break: keep-all;
    }

    .banner button {
        width: 100%;
    }

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

    .call__area > .inner {
        flex-wrap: wrap;
    }

    .call__area .item > a {
        justify-content: center;
        gap: 2rem;
    }

    .call__area .item .img img {
        width: 70px;
    }

    .call__area .item .txt {
        text-align: left;
    }

    .call__area .item .txt > span {
        font-size: 1rem;
    }
    .call__area .item .txt > p {
        font-size: 1.2rem;
    }

}