@font-face {
    font-family:'nanumsquareotf_acb-webfont';
    src: url("../fonts/nanumsquareotf_acb-webfont.woff");
}

@font-face {
    font-family:'nanumsquareroundotfeb';
    src: url("../fonts/nanumsquareotf_aceb-webfont.woff");
}

@font-face {
    font-family:'NanumSquareR';
    src: url("../fonts/NanumSquareR.woff");
}

body {font-family: 'nanumsquareotf_acb-webfont', sans-serif!important}

.section {
    /*margin-top: 4rem;
    margin-bottom: 4rem;*/
    margin: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#first_section {
    padding-top: 0;
    /*display: inline-block;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%)*/
}

@media only screen and (max-width: 600px) {
    .section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #first_section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.row {
    margin-bottom: 0 !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.home_title_1 {
    font-family: 'nanumsquareroundotfeb' !important;
    font-size: 1.6rem;
    color:  #614232;
    line-height: 1.4;
    margin: 0;
}

.home_title_1 > span {
    font-weight: bold;
}

.home_title_2 {
    margin-top: 0.75rem;
    font-size: 1.075rem;
    color: #9B9B9B;
}

.home_button_1 {
    margin-top: 1.5rem;
    font-size: 1rem !important;
    background-color: #B47E7B;
    border-radius: 30px;
}

.home_button_1:hover {
    background-color: #B47E6A;
}

.home_title_1_mobile {
    font-size: 1.5rem;
    color:  #614232;
    line-height: 1.4;
}

.home_title_2_mobile {
    font-size: 1rem;
    color: #9B9B9B;
}

.home_radius_cell {
    padding: 0.5rem;
    background-color: white;
    border-radius: 15px;
    text-align: center;
    display: flex;
    height: 100%;
}

.home_radius_cell > p {
    font-size: 1rem;
    color: #614232;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.home_radius_cell > span {
    font-size: 0.9rem;
    color: #614232;
    font-weight: 800;
}

.home_service_title {
    font-size: 1.5rem;
    color:  #614232;
    font-weight: bold;
}

.home_service_text {
    font-size: 1rem;
    color:  #614232;
    font-weight: 800;
}

.home_notice_background {
    background-color: #F8F4F2;
}

.notice {
    background-color: white;
    padding: 1rem;
    height: 100%;
}

.notice_title {
    font-family: 'NanumSquareR';
    margin-top: 0;
    font-size: 1rem;
    font-weight: bold;
    color: grey;
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 0.8rem;
}

.notice_title > a {
    font-size: 1rem;
    color: grey;
}

.notice_title > a > i {
    font-size: 1.4rem;
}

.notice_cell {
    font-size: 1rem;
    color:  #9c9c9c;
}

.notice_list {
    font-size: 1rem;
    margin-bottom: 0;
}

.notice_list > tbody > tr > td {
    padding: 0.5px;
}

.footer_link {
    display: inline-block;
    width: 10%;
}

.login_signup_header {
    font-size: 1.1rem;
    color: #614232;
    font-weight: bold;
    background-color: #E9E4DC;
    padding: 1rem 0;
}

.login_signup_title {
    font-family: 'nanumsquareroundotfeb' !important;
    font-size: 1.75rem;
    color: #614232;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.login_signup_form {
    border: 1px solid #BCBCBC !important;
    padding-left: 0.5rem !important;
    width: calc(100% - 0.5rem) !important;
    border-radius: 5px !important;
    height: 52px !important;
}

.login_signup_form:focus {
    border-bottom: 1px solid #BCBCBC !important;
    box-shadow: none !important;
}

.login_signup_form_sub {
    margin-top: 0.5rem;
    margin-right: 0.75rem;
    color: #614232;
    font-weight: bold;
}

.login_signup_form_sub > a {
    color: #614232;   
    font-weight: bold;
}

.login_button {
    margin-top: 1rem;
    background-color: #614232;
    color: white;
    width: 100%;
    font-weight: bold;
}

.login_button:hover {
    background-color: #614232;
}

.signup_button {
    border: 1px solid #614232;
    background-color: white;
    color: #614232;
    width: 100%;
    font-weight: bold;
    height: calc(2.75rem + 1px);
    line-height: calc(2.75rem + 1px);
}

.signup_button:hover {
    background-color: white;
}

.signup_form {
    border: 1px solid #BCBCBC !important;
    padding-left: 0.5rem !important;
    width: calc(100% - 0.5rem) !important;
    border-radius: 5px !important;
    /*margin-top: 0.5rem !important;*/
    /*height: 36px !important;*/
    margin : 0 !important;
    height: 2.75rem !important;
}

.signup_form:focus {
    border-bottom: 1px solid #BCBCBC !important;
    box-shadow: none !important;
}

.signup_form::placeholder {
    /*color: black !important;*/
    font-size: 14.5px !important;
}

.signup_title {
    color: #614232;
    font-weight: bold;
    text-align: left;
}

.signup_select {
    display: block !important;
    border: 1px solid #BCBCBC !important;
    border-radius: 5px !important;
    -webkit-appearance:none;
}

.signup_textarea {
    border: 1px solid #BCBCBC !important;
    border-radius: 5px !important;
    height: 10rem;
    resize: none;
}

.signup_checkbox > span {
    color: #614232;
    font-weight: bold;
    /*margin: 0.8rem 0;*/
    /*margin-left: -2px;*/
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    background-color: #614232 !important;
    border: 2px solid #614232;
}

.certificate_button {
    background-color: #614232;
    color: white;
    font-weight: bold;
}

.certificate_button:hover {
    background-color: #614232;
}