@charset "utf-8";

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

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

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

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

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

.visual .title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.visual .title strong {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    background-color: #FCC317;
    border-radius: 2rem;
    padding: 8px 3rem;
}

.visual .title h2 {
    font-size: 3rem;
    font-weight: 900;
}

.visual .title p {
    font-size: 1rem;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.visual .title p > b {
    font-weight: inherit;
    color: #FC7715;
}


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

.visual .list > li {
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 50%;
}

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

.visual .list > li h2 {
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    line-height: normal;
}

/*  */
.cs {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 256px;
}

.cs > .inner {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 2rem;
    border: 1px solid #ccc;
    position: absolute;
    top: -250px;
    padding: 2rem;
}


.cs .title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 2rem;
}

.cs .title > p {
    font-size: 1rem;
    font-weight: 600;
}

/*  */
.cs__inputs {
    width: 100%;
    height: auto;
    display: flex;
}

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

.cs__inputs .input {
    width: calc(50% - 0.5rem);
    height: auto;
    display: flex;
    align-items: center;
}

.cs__inputs .input > span {
    width: 70px;
    height: auto;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

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

.cs__inputs .radio {
    width: calc(100% - 70px);
    height: 45px;
    display: flex;
    gap: 10px;
}

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

.cs__inputs .radio input[type=radio]+label {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    border: 1px solid #ccc;
    font-size: 0.95rem;
    cursor: pointer;
}

.cs__inputs .radio input[type=radio]:checked+label {
    font-size: 0.95rem;
    background-color: #FCC317;
    border: none;
    color: #000;
}

.cs__inputs .input.last {
    width: 100%;
    height: auto;
}

.cs__inputs .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%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0 0 0;
}

.cs__apply .label__wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

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

.cs__apply label > input {
    width: 14px;
    height: 14px;
}

.cs__apply label > span {
    font-size: 0.9rem;
}

.cs__apply .label__wrap > p {
    font-size: 0.9rem;
    color: cornflowerblue;
    text-decoration: underline;
    cursor: pointer;
}

.cs__apply .submits {
    width: 80%;
    height: auto;
    display: flex;
    gap: 1rem;
}

.cs__apply .submits > a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
}

.cs__apply .submits > a {
    background-color: #FCC317;
}

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

.section__btn button {
    width: 220px;
    height: 50px;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid #ccc;
    cursor: pointer;
}

.section__btn button.active {
    border: none;
    color: #fff;
    background-color: #FCC317;
}

/*  */
.bojang {
    width: 100%;
    height: auto;
    display: none;
    flex-direction: column;
}

.bojang.active {
    display: flex;
}

.art1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #FCC317;
    padding: 4rem 0;
}

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

.art1 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.art1 .title > p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}

.art1 .title > p > b {
    color: #000;
    font-weight: inherit;
}

.art1 .title > img {
    width: 80px;
    height: auto;
    object-fit: contain;
}

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

.art1 .list > li {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background-color: #fff;
    border-radius: 2rem;
    padding: 2rem;
}

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

.art1 .list__title span {
    font-size: 1.2rem;
    font-weight: 800;
}

.art1 .list__title h2 {
    font-size: 1rem;
    font-weight: 600;
}

.art1 .list > li > h3 {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    color: #555;
}

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

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

.art2 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.art2 .title > p {
    font-size: 1.6rem;
    font-weight: 600;
}

.art2 .title > p > b {
    color: #FC7715;
    font-weight: inherit;
}

.art2 .title > img {
    width: 80px;
    height: auto;
    object-fit: contain;
}


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

.art2 .list > li {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border: 1px solid #ccc;
    border-radius: 2rem;
    padding: 2rem;
}

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

.art2 .list__title span {
    font-size: 1.2rem;
    font-weight: 800;
}

.art2 .list__title h2 {
    font-size: 1rem;
    font-weight: 600;
}

.art2 .list > li > h3 {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    color: #555;
}

.art3 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #FCF6E3;
    padding: 4rem 0;
}

.art3 > .inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.art3 .txt {
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    line-height: normal;
}

.art3 .txt h2 {
    font-size: 2rem;
    color: #FC7715;
}

.art3 .txt > ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.art3 .txt > ul > li > h3 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #595959;
}

.art3 .img img {
    width: 350px;
    height: auto;
    object-fit: contain;
}

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

.insu__banner.active {
    display: flex;
}

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

.insu__banner .fire, 
.insu__banner .life {
    width: 100%;
    height: auto;
}

.insu__banner .fire {
    margin-bottom: 2rem;
}

.insu__banner .fire > h4,
.insu__banner .life > h4 {
    font-size: 1.2rem;
    border-bottom: 1px solid #FCC317;
    margin-bottom: 1rem;
    padding-bottom: 5px;
}

.insu__banner .items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.insu__banner .items > li {
    width: calc(20% - 13px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.insu__banner .items .img {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}

.insu__banner .items .img > img {
    max-width: 120px;
    max-height: 30px;
}

.insu__banner .items > li > span {
    font-size: 0.9rem;
    font-weight: 500;
}

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

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

    .visual {
        min-height: auto;
    }

    .visual .title h2 {
        font-size: 2.2rem;
    }

    .visual .list > li {
        width: 150px;
        height: 150px;
    }

    .visual .list > li img {
        width: 40px;
    }

    /*  */
    .cs {
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
        padding: 2rem;
    }

    .cs .title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
    }

    .cs > .inner {
        position: static;
        border-radius: 0;
        border: none;
        padding: 0;
    }

    /*  */
    .section__btn {
        padding: 2rem 0;
    }

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

    .art1 .title > p {
        font-size: 1.4rem;
    }
    
    .art1 .list {
        flex-wrap: wrap;
    }

    .art1 .list > li {
        width: calc(50% - 8px);
    }

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

    .art2 .title > p {
        font-size: 1.4rem;
    }

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

    .art2 .list > li {
        width: calc(50% - 8px);
    }

    /*  */
    .art3 .txt {
        width: 45%;
    }

    .art3 .txt h2 {
        font-size: 1.4rem;
    }

    .art3 .img img {
        width: 250px;
    }

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

    .insu__banner .items > li {
        width: calc(33.33% - 11px);
    }

}






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

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 모바일 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */
    /*  */
    .visual {
        min-height: auto;
        padding: 2rem 1rem;
    }

    .visual .title strong {
        font-size: 1rem;
    }

    .visual .title h2 {
        font-size: 2rem;
        text-align: center;
    }

    .visual .title p {
        font-size: 0.9rem;
    }

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

    .visual .list > li {
        width: 140px;
        height: 140px;
    }

    .visual .list > li img {
        width: 36px;
    }

    .visual .list > li h2 {
        font-size: 0.8rem;
    }

    /*  */
    .cs {
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
        padding: 1rem;
    }

    .cs > .inner {
        position: static;
        border-radius: 0;
        border: none;
        padding: 0;
    }

    .cs .title {
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .cs .title > p {
        font-size: 0.9rem;
    }

    /*  */
    .cs__inputs {
        flex-direction: column;
    }

    .cs__inputs .input {
        width: 100%;
    }

    .cs__inputs .input > span {
        text-align: left;
    }

    .cs__apply .submits {
        width: 100%;
    }

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

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

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

    .art1 .title > p {
        font-size: 1.2rem;
    }

    .art1 .title > img,
    .art2 .title > img {
        width: 60px;
    }

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

    .art1 .list > li {
        align-items: flex-start;
        border-radius: 1rem;
    }

    .art1 .list > li > h3 {
        text-align: left;
    }

    .art1 .list__title {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .art1 .list__title span {
        font-size: 1rem;
    }

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

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

    .art2 .title > p {
        font-size: 1.2rem;
    }

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

    .art2 .list > li {
        align-items: flex-start;
        border-radius: 1rem;
    }

    .art2 .list > li > h3 {
        text-align: left;
    }

    .art2 .list__title {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .art2 .list__title span {
        font-size: 1rem;
    }

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

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

    .art3 .txt {
        width: 100%;
    }

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

    .art3 .img img {
        width: 150px;
    }

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

    .insu__banner .fire > h4,
    .insu__banner .life > h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .insu__banner .items > li {
        width: calc(50% - 8px);
    }

}