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

.visual>.inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

/*  */
.container {
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container>span {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.container>h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

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

.container>ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 2rem;
}

.container>ul>li {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

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

/*  */
.cs {
    width: 35%;
    height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 2rem;
}

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

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


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

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

.cs__radio {
    width: calc(100% - 70px);
    height: 100%;
    display: flex;
    gap: 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;
    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;
    background-color: #ffecce;
}

.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 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;
    background-color: #ffecce;
    border-radius: 0.2rem;
    cursor: pointer;
}

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

.content__wrap>.inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.content__nav {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.content__nav>ul {
    display: flex;
}

.content__nav>ul>li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem;
    cursor: pointer;
}

.content__nav>ul>li.active {
    border-bottom: 4px solid #00854a;
}

/*  */
.content {
    display: none;
}

.content.active {
    display: block;
}

.content2,
.content3,
.content4 {
    padding: 2rem 0;
}

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

.content1 .list>li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding: 4rem 0;
}

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

.content1 .list>li>span {
    font-size: 2rem;
    font-weight: 700;
    color: #00854a;
    margin-bottom: 10px;
}

.content1 .list>li>h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.content1 .list>li>h2>b {
    font-weight: 800;
}

.content1 .list>li>ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.content1 .list>li>ul>li {
    font-size: 1rem;
    font-weight: 500;
}

.content1 .list .extra1 {
    margin-top: 2rem;
}

.content1 .list .extra1>ul {
    display: flex;
    gap: 1rem;
}

.content1 .list .extra1>ul>li {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff9f0;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 0.9rem;
    line-height: normal;
}

.content1 .list .extra2 {
    margin-top: 2rem;
}

.content1 .list .extra2 img {
    width: 50%;
    height: auto;
    object-fit: contain;
}

.content1 .list .extra3 {
    margin: 2rem 0;
}

.content1 .list .extra3>ul {
    display: flex;
    gap: 10px;
}

.content1 .list .extra3>ul>li {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff9f0;
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 2rem;
}

.content1 .list .extra3>ul>li:nth-last-of-type(1) {
    border: none;
    background-color: #ffdca6;
}

.content1 .list .extra3>ul>li.shape {
    font-size: 2rem;
    color: #595959;
    background-color: inherit;
    border: none;
    padding: 0;
}

.content1 .list .extra4 table {
    width: 100%;
    height: auto;
    margin: 1rem 0;
}

.content1 .list .extra4 table th,
.content1 .list .extra4 table td {
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ccc;
    padding: 1rem;
}

.content1 .list .extra4 table th {
    background-color: #fff9f0;
}

.content1 .list .extra5 {
    margin: 1rem 0;
}

.content1 .list .extra5 img {
    width: 50%;
    height: auto;
    object-fit: contain;
}

/*  */
.content2 .table__wrap {
    width: 100%;
    height: auto;
    overflow-x: auto;
}

.content2 .table__wrap table {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.content2 .table__wrap table th,
.content2 .table__wrap table td {
    font-size: 1rem;
    border: 1px solid #ccc;
    padding: 1rem;
}

.content2 .table__wrap table th {
    background-color: #f3f3f3;
}

.content2 .list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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

/*  */
.ft__call {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    padding: 2rem 0;
}

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

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

.ft__call>.inner>ul>li {
    width: 50%;
    height: auto;
}

.ft__call>.inner>ul>li:nth-of-type(1) {
    border-right: 2px dashed #ccc;
}

.ft__call>.inner>ul>li>a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.ft__call>.inner>ul>li>a img {
    width: 45px;
    height: auto;
    object-fit: contain;
}

.ft__call>.inner>ul>li>a>span {
    font-size: 1rem;
    font-weight: 500;
}

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

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

    .visual {
        padding: 2rem;
    }

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

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

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

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

    /*  */
    .content__wrap {
        padding: 0;
    }

    .content__nav {
        margin-bottom: 0;
    }

    .content {
        padding: 2rem 1rem;
    }

    .content1 .list>li>h2 {
        font-size: 1.2rem;
    }

    .content1 .list .extra2 img,
    .content1 .list .extra5 img {
        width: 60%;
    }

    .content1 .list .extra3>ul>li {
        width: 100%;
        word-break: keep-all;
    }

    .content1 .list .extra3>ul>li.shape {
        width: fit-content;
    }

    .content1 .list .extra3>ul>li>br {
        display: none;
    }
}






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

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

    .visual {
        padding: 0;
    }

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

    /*  */
    .container {
        width: 100%;
        padding: 2rem;
    }

    .container>span {
        font-size: 1rem;
    }

    .container>h2 {
        font-size: 1.1rem;
        word-break: keep-all;
    }

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

    .container>h3>br {
        display: none;
    }

    .container>ul>li img {
        width: 40px;
        min-width: 40px;
    }

    .container>ul>li>p {
        font-size: 0.9rem;
    }

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

    /*  */
    .content__wrap {
        padding: 0;
    }

    .content__nav {
        margin-bottom: 0;
    }

    .content__nav>ul>li {
        font-size: 0.9rem;
        word-break: keep-all;
        text-align: center;
    }

    .content {
        padding: 2rem 1rem;
    }

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

    .content1 .list>li>span {
        font-size: 1.6rem;
    }

    .content1 .list>li>h2 {
        font-size: 1.1rem;
        word-break: keep-all;
    }

    .content1 .list>li>h2>br {
        display: none;
    }

    .content1 .list>li>ul>li {
        font-size: 0.9rem;
    }

    .content1 .list>li>ul>li>br {
        display: none;
    }

    /*  */
    .content1 .list .extra1>ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .content1 .list .extra1>ul>li {
        max-width: calc(33.33% - 7px);
        font-size: 0.85rem;
    }

    .content1 .list .extra2 img,
    .content1 .list .extra5 img {
        width: 100%;
    }

    .content1 .list .extra3>ul {
        flex-direction: column;
    }

    .content1 .list .extra3>ul>li {
        font-size: 0.9rem;
        padding: 1rem;
    }

    .content1 .list .extra3>ul>li.shape {
        line-height: normal;
        transform: rotate(90deg);
    }

    .content1 .list .extra4 table th,
    .content1 .list .extra4 table td {
        font-size: 0.9rem;
    }

    /*  */
    .content2 .table__wrap table th,
    .content2 .table__wrap table td,
    .content2 .list>li {
        font-size: 0.9rem;
    }

    /*  */
    .essential__txt,
    .depositor__txt {
        padding-right: 0;
    }


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

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

    .ft__call>.inner>ul>li {
        width: 100%;
    }

    .ft__call>.inner>ul>li:nth-of-type(1) {
        border-right: none;
        border-bottom: 2px dashed #ccc;
        padding-bottom: 1rem;
    }

    .ft__call>.inner>ul>li>a img {
        width: 35px;
    }

}