@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");

*{
    color: #454545;
}



.container{
    margin-top: 150px;
    margin-bottom: 50px;
}

.form-control{
    font-weight: normal;
}
label{
    font-weight: 600;
}
.form-label2{
    margin-bottom: 0.3em;
}

.agreeWrap{
    width: 100%;
    height: auto;
    background-color: #f0f4fc;
    padding: 20px;
    box-sizing: border-box;
    font-size: 0.8em;
}


.event02 .input02 {
    padding: 2rem 6.5%;
    overflow: hidden;
    background-color: #fff;
}

.event02 .input02 > span {
    display: inline-block;
    float: left;
    width: 100%;
}

.event02 .input02 > span input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    font-weight: 300;
    border: 1px solid #67543b;
}

.event02 .input02 > span input:last-child {
    margin-bottom: 0;
}

.event02 .input02 > span label {
    display: inline-block;
    float: left;
    font-size: 0.95rem;
    font-weight: 300;
    cursor: pointer;
    }

    .event02 .input02 > span label::before {
    display: inline-block;
    float: left;
    content: "";
    width: 15px;
    height: 15px;
    margin: 2px 5px 2px 0;
    border: 1px solid #67543b;
    cursor: pointer;
    }

    .event02 .input02 > span input[type="checkbox"]:checked + label::before {
    background-image: url("../../../common/images/check02.jpg");
    background-size: 100%;
    }

    .event02 .input02 > span button {
    display: block;
    width: 200px;
    margin: 0.5rem auto 0;
    cursor: pointer;
    }

    .event02 .input02 > span button img {
    display: block;
    width: 100%;
    }

    .event02 .input02 > span.secure input {
    width: 158.5px;
    height: 55px;
    }

    .event02 .input02 > span.send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
    }

    .event02 .input02 > span.send .box02 {
    margin-bottom: 0.5rem;
    }

    .event02 .input02 > span.send .box02 h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    }

    .event02 .input02 > span.send .box02 p {
    font-size: 0.8rem;
    line-height: 22px;
    }

    .event02 .input02 > span.send > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }

    .secure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 2rem 0 1rem;
        }

        .secure > p {
        margin-right: 1rem;
        margin-bottom: 0.25rem;
        font-size: 0.9rem;
        }

        .secure .apply_secure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .secure .apply_secure > span {
        display: inline-block;
        width: 158.5px;
        height: 55px;
        padding: calc((55px - 35px)/2);
        border: 1px solid #c9c9c9;
        background-color: #fff;
        }

        .secure .apply_secure > span > img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        }

        .secure .apply_secure > .change {
        display: block;
        width: 55px !important;
        height: 55px !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
        cursor: pointer;
        background-color: transparent !important;
        }

        .secure .apply_secure > input {
        display: inline-block;
        width: 158.5px;
        height: 55px;
        padding: 0.5rem;
        font-size: 0.9rem;
        border: 1px solid #c9c9c9;
        background-color: #fff;
        }
    .fas{
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display,inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }
    .fa-sync-alt::before{
        content: "\f2f1";
    }
