@charset "utf-8";

/*
 * File       : style.css
 * Author     : YONG
 *
 * 최종수정일 : 24/00/00
 *
 * SUMMARY:
 * 통합.CSS
 */

/* 
■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■ 공용 ■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■
*/

.mw-1200 {
    max-width: 1200px;
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.hide {
    font-size: 0.5rem;
    color: #fff;
}

.color--red {
    color: #ed3722 !important;
}

.pc__br {
    display: block;
}

.m__br {
    display: none;
}

/*  */
body {
    padding-bottom: 80px;
}

/*  */
.header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
}

.header.noti {
    border-bottom: 1px solid #ccc;
}

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

.logo>a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo>a>img {
    width: 140px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.logo>a>span {
    font-size: 1.1rem;
    font-weight: 800;
    color: #555;
}

/*  */
.nav>ul {
    display: flex;
    align-items: center;
    gap: 3rem;
}

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

.call>a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.call>a>img {
    width: 35px;
    height: auto;
    object-fit: contain;
}

.call>a>span {
    font-size: 1.1rem;
    font-weight: 800;
    color: #00a2e2;
}

.m__menu {
    display: none;
}

.m__call {
    display: none;
}

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

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

.main>.inner>h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #444;
    margin: 2rem 0;
}

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

.step .title {
    width: 100%;
    height: auto;
    line-height: normal;
    margin-bottom: 2rem;
}

.step .title h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00a2e2;
}

.step .title p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #444;
}

.step>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.step>ul>li {
    width: calc(50% - 0.5rem);
    height: auto;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 2rem;
}

.step>ul>li .txt h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #00a2e2;
    margin-bottom: 10px;
}

.step>ul>li .txt p {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
}

.step>ul>li>picture>img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

/*  */
.main__img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.main__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/*  */
.main__table {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.main__table table {
    border: 1px solid #ccc;
}

.main__table table th,
.main__table table td {
    font-size: 1rem;
    text-align: center;
    word-break: keep-all;
    border: 1px solid #ccc;
    padding: 1rem;
}

.main__table table th {
    background-color: #ebebeb;
}

.main__table >p {
    font-size: 1rem;
    margin-top: 10px;
}

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

.warning .title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.warning .title h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.warning .title span {
    font-size: 1rem;
    color: #444;
}

.warning .title span>img {
    width: 20px;
    height: auto;
    object-fit: contain;
    margin-right: 0.5rem;
}

.warning__list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.warning__list ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 1rem;
}

.warning__list ol li
.warning__list ul li {
    font-size: 1rem;
    font-weight: 400;
    word-break: keep-all;
    color: #444;
}

.warning__list ol li {
    list-style-type: decimal;
}

.warning__btn {
    text-align: left;
    margin-top: 1rem;
}

.warning__btn>a {
    display: flex;
    border: 1px solid #ccc;
    padding: 10px 1rem;
    cursor: pointer;
}

/*  */
.fixed__stuff {
    width: 100%;
    height: 80px;
    display: none;
    justify-content: center;
    background-color: #444;
    position: fixed;
    left: 0;
    bottom: 0;
}

.fixed__stuff.active {
    display: flex;
}

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

.fix__call {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #00a2e2;
    border-radius: 0.5rem;
    padding: 10px 1rem;
}

.fix__call > img {
    width: 24px;
    height: auto;
    object-fit: contain;
}
.fix__call>span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    display: inline-block;
    margin-top: 3px;
}

.fix__chat {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #4e05c4;
    border-radius: 0.5rem;
    padding: 10px 1rem;
}

.fix__chat > img {
    width: 24px;
    height: auto;
    object-fit: contain;
    filter: invert(1);
}

.fix__chat>span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    display: inline-block;
    margin-top: 3px;
}

/*  */
.footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #444;
    padding: 2rem;
}

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

.footer__logo {
    text-align: center;
}

.footer__logo img {
    width: 120px;
}

.footer__logo p {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #ccc;
}

.footer ul li {
    font-size: 0.9rem;
    color: #ccc;
}


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

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 공용 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */

    .header {
        padding: 0 1rem;
    }

    .logo>a>img {
        margin-bottom: 5px;
    }

    .logo>a>span {
        margin-top: 5px;
    }

    .main.noti {
        padding: 0 1rem;
    }

    /*  */
    .nav {
        width: 100%;
        height: auto;
        display: none;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        transition: all 0.3s ease;
        position: absolute;
        top: 70px;
        right: 0;
        padding: 2rem 2rem 0 2rem;
        z-index: 999;
    }

    .nav.active {
        display: flex;
        align-items: flex-start;
    }

    .nav>ul {
        width: 100%;
        flex-direction: column;
    }

    .nav>ul>li {
        width: 100%;
        height: auto;
    }

    /*  */
    .m__menu {
        display: block;
        width: 24px;
        height: 20px;
        cursor: pointer;
    }

    .m__menu ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .m__menu ul li {
        width: 100%;
        height: 3px;
        background-color: #444;
        border-radius: 2rem;
        transition: all 0.3s ease;
        position: absolute;
    }

    .m__menu ul li:nth-of-type(1) {
        width: 50%;
        background-color: #00a2e2;
        top: 0px;
        right: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .m__menu ul li:nth-of-type(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .m__menu ul li:nth-of-type(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .m__menu.active ul li:nth-of-type(1) {
        width: 100%;
        background-color: #444;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 0;
    }

    .m__menu.active ul li:nth-of-type(2) {
        width: 0%;
        opacity: 0;
    }

    .m__menu.active ul li:nth-of-type(3) {
        background-color: #444;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px;
        left: 0;
    }

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

    .m__call {
        display: block;
        border-top: 1px solid #ccc;
        padding: 2rem 0;
    }

    .m__call>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.1rem;
        font-weight: 500;
        color: #666;
    }

    .m__call>a b {
        font-size: 1.6rem;
        font-weight: 700;
        color: #00a2e2;
    }

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

    .step>ul>li {
        width: 100%;
    }


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

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

    /*  */
    .notice__modal>.inner {
        width: 80%;
        height: 80%;
    }
}


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

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 공용 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */

    .header {
        padding: 0 1rem;
    }

    .logo>a>img {
        width: 118px;
        margin-bottom: 5px;
    }

    .logo>a>span {
        font-size: 1rem;
        margin-top: 5px;
    }


    /*  */
    .nav {
        width: 100%;
        height: calc(100vh - 70px);
        display: none;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #ccc;
        background-color: #fff;
        transition: all 0.3s ease;
        position: absolute;
        top: 70px;
        right: 0;
        padding: 2rem;
        z-index: 999;
    }

    .nav.active {
        display: flex;
        align-items: flex-start;
    }

    .nav>ul {
        width: 100%;
        flex-direction: column;
        gap: 3rem;
    }

    .nav>ul>li {
        width: 100%;
        height: auto;
    }

    /*  */
    .m__menu {
        display: block;
        width: 24px;
        height: 20px;
        cursor: pointer;
    }

    .m__menu ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .m__menu ul li {
        width: 100%;
        height: 3px;
        background-color: #444;
        border-radius: 2rem;
        transition: all 0.3s ease;
        position: absolute;
    }

    .m__menu ul li:nth-of-type(1) {
        width: 50%;
        background-color: #00a2e2;
        top: 0px;
        right: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .m__menu ul li:nth-of-type(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .m__menu ul li:nth-of-type(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .m__menu.active ul li:nth-of-type(1) {
        width: 100%;
        background-color: #444;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 0;
    }

    .m__menu.active ul li:nth-of-type(2) {
        width: 0%;
        opacity: 0;
    }

    .m__menu.active ul li:nth-of-type(3) {
        background-color: #444;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px;
        left: 0;
    }

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

    .m__call {
        display: block;
        border-top: 1px solid #ccc;
        padding: 2rem 0;
    }

    .m__call>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.1rem;
        font-weight: 500;
        color: #666;
    }

    .m__call>a b {
        font-size: 1.6rem;
        font-weight: 700;
        color: #00a2e2;
    }

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

    .main>.inner>h2 {
        font-size: 1.2rem;
        margin: 1rem 0;
    }

    .step .title {
        word-break: keep-all;
        margin-bottom: 1rem;
        padding-right: 2rem;
    }

    .step .title h3 {
        font-size: 1rem;
    }

    .step .title p {
        font-size: 1rem;
    }

    .step>ul>li {
        width: 100%;
        min-height: auto;
        gap: 1rem;
        padding: 1.5rem;
    }

    .step>ul>li .txt h5 {
        font-size: 0.9rem;
    }

    .step>ul>li .txt p {
        font-size: 0.9rem;
        word-break: keep-all;
    }

    .step>ul>li>picture>img {
        max-width: 95px;
    }

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

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

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

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

    /*  */
    .footer>.inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__logo {
        text-align: left;
    }

    .footer__logo img {
        width: 90px;
    }

    .footer__logo p {
        font-size: 0.9rem;
    }

}