@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: #DFE8EF;
    background: radial-gradient(farthest-corner, rgba(251, 248, 226, 1) 0%, rgba(224, 230, 239, 1) 86%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.visual>.inner {
    width: 100%;
    height: auto;
    padding: 4rem 0 3rem;
    position: relative;
}

/*  */
.breadcrumbs {
    position: absolute;
    top: 10px;
    left: 0;
}

.breadcrumbs > ul {
    display: flex;
    gap: 10px;
}

.breadcrumbs > ul > li {
    font-size: 0.9rem;
    font-weight: 500;
}

.swiper-container.swiper {
    width: 100%;
    height: auto;
}

.swiper .swiper-wrapper {
    display: flex;
}

.swiper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2rem;
    padding: 5px;
}

.swiper .swiper-slide img {
    width: 120px;
    height: 40px;
    object-fit: contain;
}

/*  */
.container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem;
}

.container .txt>h2 {
    font-size: 2.6rem;
    color: #404040;
}

.container .txt>h2>b {
    font-weight: inherit;
    color: #606C38;
}

.container .txt>p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #404040;
}

.container .txt>p>b {
    font-weight: inherit;
    color: #606C38;
}

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

/*  */
.cs {
    width: 100%;
    height: auto;
    background: #8F9CA1;
    background: linear-gradient(90deg, rgba(143, 148, 127, 1) 0%, rgba(144, 151, 147, 1) 86%);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2rem;
}

.cs__wrap {
    width: 100%;
    height: auto;
    display: flex;
    gap: 2rem;
}

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

.cs__input {
    width: calc(50% - 8px);
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 2rem;
    overflow: hidden;
}

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

.cs__input>input {
    width: calc(100% - 70px);
    height: 100%;
    background-color: inherit;
    padding-left: 1rem;
}

.cs__input.box>input {
    width: calc(100% - 25%);
}

.cs__radio {
    width: 25%;
    height: 100%;
    display: flex;
    padding: 10px 0;
}

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

.cs__radio input[type=radio]+label:nth-of-type(1) {
    border-right: 1px solid #d7e4bd;
}

.cs__radio input[type=radio]:checked+label {
    color: #4f6228;
}

.cs__info {
    width: 100%;
    display: flex;
    gap: 5px;
}

.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: #cdc182;
    text-decoration: underline;
    cursor: pointer;
}

.cs__btn {
    width: 15%;
    height: auto;
}

.submit {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    background-color: #405424;
    border-radius: 0.5rem;
    cursor: pointer;
}

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

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

.content .items {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.content .item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.content .item .img img {
    width: 60px;
    min-width: 60px;
    height: auto;
    object-fit: contain;
}

.content .item .txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid #ccc;
    padding-left: 2rem;
}

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

.content .item .txt > h3 > b {
    font-weight: inherit;
    color: #4f6228;
}

.content .item .txt > ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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

/*  */
.banner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #606C38;
    padding: 4rem 0;
}

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

.banner .txt {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.banner .txt > h4 {
    font-size: 2rem;
    border-bottom: 4px solid #fff;
}

.banner .txt > p {
    font-size: 1.4rem;
    font-weight: 500;
}

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



/*  */
.insu__banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 2rem 0;
}

.insu__banner > .inner > .title {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.insu__banner > .inner > .title > ul {
    width: 100%;
    height: auto;
    display: flex;
}

.insu__banner > .inner > .title > ul > li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
}

.insu__banner > .inner > .title > ul > li > h5 {
    font-size: 1.2rem;
    text-align: center;
}

.insu__banner > .inner > .title > ul > li > h5 > b {
    font-weight: inherit;
    color: #4f6228;
}

.insu__banner > .inner > .title > ul > li:nth-of-type(1){
    border-bottom: 2px solid #4f6228;
    transform: translateY(-50%);
}

.insu__banner > .inner > .title > ul > li:nth-of-type(3){
    border-bottom: 2px solid #4f6228;
    transform: translateY(-50%);
}

.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 .title,
.insu__banner .life .title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.insu__banner .fire .title > h4,
.insu__banner .life .title > h4 {
    min-width: 80px;
    font-size: 1.2rem;
}

.insu__banner .fire .title > hr,
.insu__banner .life .title > hr {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 0;
    border: none;
}

.insu__banner .items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.insu__banner .items > li {
    width: calc(25% - 8px);
    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 {
    width: 140px;
    height: 40px;
    object-fit: contain;
}


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

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

    /*  */
    .visual>.inner {
        padding: 3rem 1rem 2rem;
    }

    .breadcrumbs {
        left: 1rem;
    }

    .swiper .swiper-slide img {
        width: 100px;
        height: 35px;
    }

    /*  */
    .container {
        padding: 2rem 4rem;
    }

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

    .container .txt>p {
        font-size: 1.4rem;
    }

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

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

    /*  */
    .banner {
        padding: 4rem 2rem;
    }

    .banner .txt > h4 {
        font-size: 1.8rem;
    }

    .banner .txt > p {
        font-size: 1.2rem;
    }

    /*  */
    .insu__banner {
        padding: 2rem 1rem;
    }
    .insu__banner > .inner > .title > ul {
        gap: 1rem;
    }

    .insu__banner > .inner > .title > ul > li > h5 {
        word-break: keep-all;
    }


}






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

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

    .visual>.inner {
        padding: 3rem 1rem 2rem;
    }

    .breadcrumbs {
        left: 1rem;
    }

    .swiper .swiper-slide img {
        width: 100px;
        height: 30px;
    }

    /*  */
    .container {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 0;
    }

    .container .txt {
        text-align: center;
    }

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

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

    .container .img img {
        width: 140px;
    }

    /*  */
    .cs__wrap {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .cs {
        padding: 1.5rem;
    }

    .cs__inputs {
        width: 100%;
    }

    .cs__input {
        width: 100%;
    }

    .cs__info {
        justify-content: center;
    }

    .cs__btn {
        width: 100%;
        height: 50px;
    }

    .submit {
        font-size: 1rem;
    }


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

    .content .item {
        flex-direction: column;
    }

    .content .item .txt {
        border: none;
        padding: 0;
    }

    .content .item .txt > h3 {
        font-size: 1.1rem;
        word-break: keep-all;
    }

    .content .item .txt > ul > li {
        font-size: 0.95rem;
    }

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

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

    .banner .txt {
        text-align: center;
    }

    .banner .txt > h4 {
        font-size: 1.4rem;
    }

    .banner .txt > p {
        font-size: 1.2rem;
        word-break: keep-all;
    }

    .banner .img img {
        width: 110px;
    }

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

    .insu__banner > .inner > .title > ul {
        flex-direction: column;
        gap: 1rem;
    }

    .insu__banner > .inner > .title > ul > li:nth-of-type(1){
        border-bottom: 1px solid #4f6228;
    }
    .insu__banner > .inner > .title > ul > li:nth-of-type(3){
        border-bottom: 1px solid #4f6228;
    }

    .insu__banner > .inner > .title > ul > li > h5 {
        font-size: 1rem;
    }

    .insu__banner .fire .title > h4, 
    .insu__banner .life .title > h4 {
        font-size: 1.1rem;
    }

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

    .insu__banner .items .img > img {
        width: 120px;
    }
}