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

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

/*  */
.container {
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 2rem;

}

.container > h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ea7404;
    margin-bottom: 1rem;
}

.container .txt {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container .txt > span {
    font-size: 1rem;
    font-weight: 700;
    color: #555;
    display: inline-block;
}

.container .txt > h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #00346a;
    margin-bottom: 1rem;
}

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

.container .txt > p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.container .txt .list {
    display: flex;
    gap: 1rem;
}

.container .txt .list > li {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: #1f497d;
    border-radius: 0.5rem;
    padding: 1rem;
}

.container .txt .list .img {
    width: fit-content;
}

.container .txt .list .img img {
    width: 35px;
    height: auto;
    object-fit: contain;
}

.container .txt .list > li > p {
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
    word-break: keep-all;
    text-wrap: balance;
}

/*  */
.cs {
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 2rem;
}

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

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

.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>input {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    padding-left: 10px;
}

.cs__input.box {
    gap: 1rem;
}

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

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

.cs__radio.type {
    width: 100%;
    gap: 1rem;
}

.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.2rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

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

#insuType {
    width: 100%;
    height: 50px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    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;
}

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

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

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

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

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

.cs__info>label>span {
    font-size: 0.9rem;
    font-weight: 500;
}

.cs__info>span {
    font-size: 0.9rem;
    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: #ea7404;
    border-radius: 0.2rem;
    cursor: pointer;
}

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

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

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

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

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

.content .top h2 {
    font-size: 1.2rem;
}

.content .top h2 > b {
    color: #00346a;
    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: #f8f8f8;
}

.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;
    padding-top: 4px;
}

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

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

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

.content .list .des > li {
    font-size: 1rem;
    text-wrap: balance;
}


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

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

    .visual {
        padding: 0 1rem 2rem;
    }

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

    /*  */
    .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-direction: column;
        gap: 0;
    }

    /*  */
    .container {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .container > h2 {
        margin-top: 0;
    }

    .container .txt {
        height: auto;
    }

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

    .container .txt > em {
        font-size: 1rem;
        word-break: keep-all;
    }

    .container .txt > p > br {
        display: none;
    }

    .container .txt .list {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .container .txt .list > li {
        width: 100%;
        gap: 0;
    }

    /* .container .txt .list > li > p {
        word-break: keep-all;
        text-wrap: balance;
    } */

    .container .txt .list > li > p > br {
        display: none;
    }

    .container .txt .list .img {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 1rem;
    }

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

    /*  */
    .content .top h2 {
        font-size: 1rem;
        word-break: keep-all;
        text-wrap: balance;
        text-align: center;
    }

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

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

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

    .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-wrap: auto;
        text-indent: -10px;
        padding-left: 10px;
    }

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

}