@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;
    flex-direction: column;
    gap: 2rem;
}

.visual .title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #EFF6FF;
    border-radius: 1rem;
    padding: 4rem;
}

.visual .title span {
    font-size: 1.2rem;
    font-weight: 600;
}

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

.visual .title h3 {
    font-size: 1.1rem;
    font-weight: 500;
}

/*  */
.visual .list {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 2rem;
}

.visual .list > hr {
    width: 1px;
    height: 100%;
    background-color: #ccc;
    border: none;
    margin: 0;
}

.visual .list > li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.visual .list > li img {
    width: 50px;
    height: auto;
}

.visual .list > li > span {
    font-size: 1rem;
    font-weight: 500;
    word-break: keep-all;
}

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

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

/*  */
.cs {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 2rem;
}

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

/*  */
.cs__input {
    width: calc(50% - 16px);
    height: 50px;
    display: flex;
    align-items: center;
}

.cs__input.w-100 {
    width: 100%;
}

.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: #385e8b;
    border: 2px solid #385e8b;
}

.radio__type input[type="radio"]+label {
    width: 100%;
}

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

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

.cs__info {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 1rem 0;
}

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

.cs__info span {
    font-size: 0.9rem;
}

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

.cs__info>span {
    color: cornflowerblue;
    text-decoration: underline;
    cursor: pointer;
}

.cs__submit {
    width: 50%;
    height: 55px;
    background-color: #385e8b;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

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

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

.content__menu {
    width: 100%;
    height: auto;
    display: flex;
}

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

.content__menu > li.active {
    border-bottom: 3px solid #385e8b;
}

/*  */
.content {
    display: none;
    padding: 2rem 0;
}

.content.active {
    display: block;
}

.content1 .list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.content1 .list > hr {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    border: none;
    margin: 0;
}

.content1 .list > li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
}

.content1 .list > li > span {
    font-size: 2rem;
    font-weight: 700;
    color: #385e8b;
}

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

.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;
}

.content1 .table__wrap {
    width: 100%;
    height: auto;
    overflow-y: auto;
}

.content1 .table__wrap .title {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

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

.content1 table {
    width: 70%;
    height: auto;
}

.content1 table thead {
    background-color: #f3f3f3;
}

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

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

/*  */
.content2 .essential__txt {
    padding: 0;
}

/*  */
.content3 .depositor__txt {
    padding: 0;
}

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

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

    .visual {
        padding: 1rem;
    }

    .visual > .inner {
        gap: 1rem;
    }

    .visual .list {
        gap: 0;
        padding: 0;
    }

    .visual .list > li {
        flex-direction: column;
        gap: 0;
        text-align: center;
        word-break: keep-all;
        padding: 1.5rem;
    }

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

    .cs {
        padding: 1.5rem;
    }

    .cs__inputs {
        gap: 1rem;
    }

    .cs__submit {
        width: 100%;
    }

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

    .content1 table {
        width: 100%;
    }

    .content1 .table__wrap .title {
        width: 100%;
    }

}






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

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

    .visual {
        padding: 0;
    }

    .visual > .inner {
        gap: 0;
    }

    .visual .title {
        border-radius: 0;
        padding: 2rem;
    }

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

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

    .visual .title h3 {
        font-size: 1rem;
        word-break: keep-all;
    }

    .visual .title h3 > br {
        display: none;
    }

    .visual .list {
        flex-direction: column;
        gap: 0;
        border-radius: 0;
        border: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 0;
    }

    .visual .list > hr {
        width: 100%;
        height: 1px;
    }

    .visual .list > li {
        flex-direction: column;
        gap: 0;
        text-align: center;
        word-break: keep-all;
        padding: 1rem;
    }

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

    .visual .list > li > span {
        font-size: 0.9rem;
    }

    /*  */
    .cs__wrap {
        border-bottom: 1px solid #000;
        padding: 0;
    }

    .cs {
        border: none;
        border-radius: 0;
    }

    .cs__inputs {
        gap: 1rem;
    }

    .cs__input {
        width: 100%;
    }

    .cs__input.h-a {
        height: auto;
    }

    .radio__type {
        flex-wrap: wrap;
    }

    .radio__type input[type="radio"]+label {
        width: calc(50% - 5px);
        height: 50px;
    }

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

    .cs__submit {
        width: 100%;
    }

    /*  */
    .content__menu > li {
        font-size: 0.9rem;
        text-align: center;
        word-break: keep-all;
        padding: 1rem 0;
    }

    .content {
        padding: 2rem 1rem;
    }

    .content1 .list > li {
        line-height: normal;
        padding: 0;
    }

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

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

    .content1 .list > li > ul {
        gap: 10px;
    }

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

    .content1 .table__wrap .title {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }

    .content1 table {
        width: 100%;
        min-width: 540px;
    }


}