@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;
    padding: 2rem 0;
}

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

/*  */
.container {
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2rem;
}

.container .sub__logo {
    margin-bottom: 2rem;
}

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

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

.container>h4 {
    font-size: 1.6rem;
    color: #00c2d8;
    margin-bottom: 2rem;
}

.container>em {
    font-size: 1.2rem;
    font-weight: 600;
    color: #595959;
    margin-bottom: 1rem;
}

.container>p {
    font-size: 1.1rem;
    font-weight: 500;
}

.container .img {
    display: flex;
    justify-content: flex-end;
}

.container .img img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}

/*  */
.cs {
    width: 35%;
    height: auto;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2rem;
}

.cs .title {
    padding-bottom: 1rem;
}

.cs .title p {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}

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

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

.cs__input.box {
    gap: 1rem;
}

.cs__input.box>input {
    width: 60%;
}

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

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

.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;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.cs__radio input[type=radio]:checked+label {
    color: #000;
    border: none;
    border: 2px solid #3a4ca8;
}

/* select */
#csSelect {
    width: 100%;
    height: 50px;
    font-size: 0.95rem;
    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;
}

#csSelect option {
    font-size: 1rem;
    padding: 1rem;
}

.cs__apply {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs__info {
    display: flex;
    gap: 5px;
    margin: 0 0 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;
}

.cs__btn {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

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

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

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

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

.content .top img {
    width: 30px;
    height: auto;
    object-fit: contain;
    margin-right: 10px;
}

.content .top h2 {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.2rem;
    line-height: normal;
    border: 4px solid #ededed;
    border-bottom: none;
    border-left: none;
    border-radius: 0 1rem 0 0;
    padding: 12px 2rem 1rem;
}

.content .top h2>b {
    color: #595959;
    font-weight: inherit;
}

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

.content .list>li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 4rem 0;
}

.content .list>li:nth-child(odd) {
    background-color: #f5fcff;
}

.content .list>li>.inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

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

.content .list .title img {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.content .list .title h3 {
    font-size: 1.2rem;
}

.content .list .title h3>b {
    font-weight: inherit;
    color: #ef3d29;
}

.content .list .des {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 66px;
}

.content .list .des>li {
    font-size: 1rem;
    font-weight: 500;
}



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

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

    .visual {
        padding: 1rem;
    }

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

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

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

    /*  */
    .content .list>li {
        padding: 4rem 2rem;
    }

    .content .list .des>li>br {
        display: none;
    }


}






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

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

    .visual {
        padding: 0;
    }

    .visual > .inner {
        flex-wrap: wrap;
        gap: 0;
    }

    /*  */
    .container {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #ccc;
        padding: 1.5rem;
    }

    .container .sub__logo img {
        width: 100px;
    }

    .container > h3 {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .container > h4 {
        font-size: 1.2rem;
        word-break: keep-all;
        margin-bottom: 1rem;
    }

    .container > em {
        font-size: 0.95rem;
    }

    .container > p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .container .img img {
        width: 80px;
        height: 60px;
    }

    /*  */
    .cs {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #ccc;
    }

    /*  */
    .content .top h2 {
        width: 100%;
        font-size: 1rem;
        border-radius: 0;
        border: none;
        flex-wrap: wrap;
        justify-content: center;
        padding: 1rem;
    }

    /*  */
    .content .list>li {
        padding: 2rem 1rem;
    }

    .content .list .title {
        flex-direction: column;
    }

    .content .list .title img {
        width: 40px;
    }

    .content .list .title h3 {
        font-size: 1.1rem;
        word-break: keep-all;
    }

    .content .list .title h3>br {
        display: none;
    }

    .content .list .des {
        padding-left: 0;
    }

    .content .list .des>li {
        font-size: 0.95rem;
        text-indent: -10px;
        padding-left: 10px;
    }

    .content .list .des>li>br {
        display: none;
    }

}