@import url(./NotoSansCJKkr.css);
@import url(./NotoSerifCJKkr.css);

@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}

@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
}

@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url('../../font/iconic/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../../font/iconic/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../../font/iconic/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../base/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.eot');
    src: url('../base/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.eot') format('embedded-opentype'), url('../base/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.woff2') format('woff2'), url('../base/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.woff') format('woff'), url('../base/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.ttf') format('truetype'), url('../base/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.godo * {
    font-family: 'Godo', sans-serif;
}

body {
    background-color: #ffffff;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: NotoSanskr;
}

body .qr_bugo {
    background-color: #f4f4f4;
}

.mobile-page {
    max-width: 450px;
    margin: auto;
}

.mobile-page .top-logo-box {
    width: 100%;
    height: 60px;
    padding: 15px;
    border-bottom: 1px solid #19242c;
}

.mobile-page .top-logo-box img {
    height: 30px;
}

.mobile-page .title {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #2c3d4e;
    font-family: NotoSanskr;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #23313e;
    padding: 3px 0 7px 12px;
}

.mobile-page .title:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 9px;
    height: 9px;
    border: solid 2px #e0d095;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-page.qr_bugo .title {
    font-size: 20px;
    font-weight: 700;
}

.mobile-page.bugo-detail {
    max-width: 400px;
}

.mobile-page.bugo-detail .fixed-bottom{
    max-width: 400px;
}

.mobile-page.bugo-detail .title {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 0;
}

.mobile-page.bugo-detail .desc {
    font-size: 12px;
    font-weight: 500;
    padding: 0 5px;
    margin-top: -5px;
    color: #666;
}

.mobile-page .info {
    width: 100%;
}

.mobile-page.qr_bugo section.info {
    padding: 10px;
    font-size: 15px;
}

.mobile-page .info-row {
    width: 100%;
    display: flex;
}

.mobile-page .info section:first-child {
    margin-top: 5px;
}

.mobile-page .info-row div {
    float: left;
    box-sizing: border-box;
}

.mobile-page .row-title {
    width: 57px;
    padding: 5px 0;
    font-family: NotoSanskr;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    color: #23313e;
}

.mobile-page .row-info {
    width: calc(100% - 57px);
    padding: 5px 0;
    font-family: NotoSanskr;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    color: #33485b;
    border-bottom: 1px solid rgba(51, 72, 91, 0.3);
}

.mobile-page .info-row:last-child .row-info {
    border-bottom: 0;
}

.mobile-page .hall-logo-section {
    max-width: 450px;
    width: 100%;
    height: 56px;
    text-align: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 0.5px 0 0 rgba(0, 0, 0, 0.3);
    background-color: #23313e;
    margin: auto;
}

.mobile-page .hall-logo-section .hall-logo {
    width: auto;
    height: 48px;
    margin: 4px auto;
}

.bugo-send-section {
    max-width: 450px;
    width: 98%;
    height: 45px;
    border-radius: 22px;
    background-color: #23313e;
    padding: 11px 0 10px;
    object-fit: contain;
    font-family: NotoSanskr;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: #e0d095;
    margin: 15px auto 0;
}

.mobile-page .section {
    width: 100%;
    background-color: #ffffff;
    padding: 0 15px;
}

.mobile-page .save-btn-section {
    max-width: 450px;
    width: 98%;
    height: 45px;
    border-radius: 22px;
    background-color: #23313e;
    padding: 11px 0 10px;
    object-fit: contain;
    font-family: NotoSanskr;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: #e0d095;
    margin: auto;
}

.title {
    font-size: 30px;
    font-weight: bolder;
    padding: 5px 15px;
}

.room-select, .sangju-phone {
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.room-select-section, .sangju-phone-section {
    margin-top: 15px;
}

.loading-div {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(22, 22, 22, 0.5);
    z-index: 1000;
}

.center-section {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-section .section {
    background-color: #ffffff;
    max-width: 400px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.center-section .section .icon-section {
    height: 55px;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.center-section .section .icon-section img {
    height: 30px;
    width: 30px;
    text-align: center;
}

.center-section .section .text-section {
    height: auto;
    width: 100%;
    text-align: left;
    padding: 30px 15px;
    font-family: NotoSanskr;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.01px;
    color: #2c3d4e;
}

.center-section .section .btn-section {
    height: 44px;
    width: 100%;
    text-align: center;
    border-top: 2px solid rgba(60, 60, 67, 0.18);
    font-family: NotoSanskr;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 49px;
    letter-spacing: normal;
    color: #2c3d4e;
}

.center-section .section .header-close-btn {
    position: absolute;
    right: -5px;
    top: -2px;
    padding: 0;
    text-align: center;
}

.mobile-page.join-page ul.errorlist {
    font-size: 13px;
    color: #19242c;
    margin-top: -23px;
    margin-bottom: 23px;
}

.mobile-page.join-page ul.errorlist li {
    display: inherit;
}

.mobile-page.join-page {

}

.mobile-page .page_title {
    width: 100%;
    position: relative;
    font-family: "Godo", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #23313e;
    padding: 10px;
}

.mobile-page.join-page .info {
    border-bottom: 0;
    width: calc(100% - 110px);
    float: left;
}

.funeral-tr a {
    color: inherit;
    text-decoration: inherit;
}

.bugo-list-div {
    padding: 0 5px;
}

.bugo-list-table th {
    background-color: #19242c;
    color: #ced4da;
    padding: 0.30rem 0.55rem;
}

.bugo-list-table td {
    padding: 0.55rem 0.45rem;
}

.table_top_row div {
    height: 90px;
    background-color: #FFFFFF;
    border: #FFFFFF 1px solid;
    font-family: "Godo", sans-serif;
    font-weight: 700;
    padding-top: 20px;
    float: left;

}

.table_top_row div:first-child {
    width: 70%;
}

.table_top_row .main-title {
    font-size: 20px;
    display: block;
}

.table_top_row .sub-title {
    font-size: 10px;
    font-weight: 300;
    color: #2c3d4e;
    display: block;
}

.table_top_row div:last-child {
    width: 30%;
    padding: 28px 0 0;
}

.table_top_row div #monthpicker {
    border: 0;
    font-size: 15px;
    font-family: "Godo", sans-serif;
    font-weight: 700;
    padding: 0 7px 0 0;
    width: 100%;
    text-align: right;
}

.table_top_sec_row {
    width: 100%;
    margin: 10px 0 15px 0;
    display: inline-block;
}

.table_top_sec_row div {
    padding: 5px 15px;
}

.table_top_sec_row div .title,
.table_top_sec_row div .info {
    font-size: 17px;
    width: 50%;
    display: inline-block;
    float: left;
    height: 33px;
    font-weight: 700;
}

.table_top_sec_row .title {
    border-bottom: 0;
    color: #777a81;
    text-align: left;
}

.table_top_sec_row .info {
    padding-top: 3px;
    text-align: right;
}

.y-info {
    color: #e0b433;
}

.r-info {
    color: #e83e8c;
}

#add_sang {
    font-family: NotoSanskr;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #19242c;
    border: 1px solid #19242c;
    padding: 3px 6px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mobile-page.bugo-detail .section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile-page.bugo-detail .section.input-section {
    padding: 30px 0;
}

.mobile-page.bugo-detail .info-head {
    width: 25%;
    text-align: center;
    font-weight: 600;
    padding-top: 3px;
    float: left;
}

.mobile-page.bugo-detail .info-input {
    width: 75%;
    float: left;
}

.mobile-page.bugo-detail .info-input p {
    margin-top: 3px;
    margin-bottom: 0;
}

.mobile-page.bugo-detail .info-input .input-clear-fas {
    position: absolute;
    font-size: 20px;
    top: 6px;
    right: 23px;
    cursor: pointer;
}

.mobile-page.bugo-detail .funeral_phone_input {
    width: 70%;
}

.mobile-page.bugo-detail .funeral_phone_input_btn {
    margin-left: 3%;
    width: 27%;
}

.mobile-page.bugo-detail .table-bordered th {
    padding: 0;
    line-height: 31px;
}

.mobile-page.bugo-detail .table-bordered td {
    border: 0;
    padding: 0;
}

.mobile-page.bugo-detail #id_photo,
.mobile-page.bugo-detail #tmp_photo {
    display: none;
}

.mobile-page.bugo-detail #click_photo_btn {
    width: 90%;
    background-color: #FFFFFF;
}

.mobile-page.bugo-detail #click_photo_btn:hover {
    background-color: #6c757d;
}

.mobile-page.bugo-detail label {
    margin-bottom: 0;
}

.mobile-page.bugo-detail .img-file {
    font-size: 0;
}

.mobile-page.bugo-detail #photo-clear_id {
    display: none;
}

.mobile-page .bottom-volume {
    height: 80px;
    width: 100%;
}

.mobile-page .fixed-bottom {
    position: fixed;
    bottom: 10px;
    max-width: 450px;
    width: 98%;
    height: 61px;
    border-radius: 30px;
    background-color: #23313e;
    margin: auto;
    padding: 18px 0 15px;
    object-fit: contain;
    font-family: NotoSanskr;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #e0d095;
}

#bank-modal .modal-dialog {

}

.b_user {
    text-align: center;
    float: left;
    border-bottom: #2c3d4e 1px solid;
}

.b_user_row {
    height: 35px;
    line-height: 35px;
    font-family: NotoSanskr;
    font-size: 14px;
}

.b_user_info .b_user {
    border-bottom: #ced4da 1px solid;
}

.b_user_relation {
    width: 25%;
}

.b_user_name {
    width: 40%;
}

.b_user_btn {
    width: 35%;
    line-height: 35px;
    padding-right: 10px;
    text-align: right;
}

.b_user_btn button {
    margin-top: -3px;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 모달 기본 */
.modal {
    top: -100%;
    opacity: 0;
    transition: top 0.4s, opacity 0.4s;
}

.modal.show {
    top: 0;
    opacity: 1;
}

.modal-backdrop {
    top: -100%;

    transition: top 0.4s, opacity 0.4s;
}

.modal-backdrop.show {
    transition: top 0.4s, opacity 0.4s;

    top: 0;
}

.modal .modal-position {
    max-width: 450px;
    height: 100%;
    margin: auto;
    position: relative;
    background-color: #ffffff;
}

#certi_num, #certi_num_confirm_btn {
    display: none;
}

#mbMenuToggle {
    float: right;
    font-size: 25px;
    margin-top: -5px;
    width: 60px;
    height: 40px;
}

#mbMenuToggle span {
    font-size: 17px;
    font-weight: 600;
    display: block;
    float: right;
    margin-top: 6px;
    margin-left: 5px;
}

.mobile-menu {
    position: fixed;
    top: 59px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    border-top: 2px solid #f8f6f7;
    z-index: 999;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.mobile-menu .inner-wrap {
    padding: 10px 20px;
    border-top: 1px solid #eae8e9;
}

.mobile-menu .inner-wrap .mb-menu-wrap {
}

.mobile-menu .inner-wrap .mb-menu-wrap .menu-item {
    padding: 15px 3px;
    border-bottom: 1px solid #eee;
}

.mobile-menu .inner-wrap .mb-menu-wrap .menu-item > a {
    display: block;
    color: #424242;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1;
}

.mobile-menu .inner-wrap .mb-menu-wrap .menu-item .submenu {
    display: none;
    padding: 15px 10px 0;
}

.mobile-menu .inner-wrap .mb-menu-wrap .menu-item .submenu .submenu-item {
    margin-bottom: 10px;
}

.mobile-menu .inner-wrap .mb-menu-wrap .menu-item .submenu .submenu-item:last-child {
    margin-bottom: 0;
}

.mobile-menu .inner-wrap .mb-menu-wrap .menu-item .submenu .submenu-item a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}

.mobile-menu .inner-wrap .mb-menu-wrap .menu-item.has-children.active > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu .inner-wrap .mb-menu-wrap .menu-item.has-children.active .submenu {
    display: block;
}

.show-mb-menu {
    overflow-y: hidden;
}

.show-mb-menu .mobile-menu {
    left: 0;
}

.show-mb-menu #header .header-bottom .inner-wrap .mb-menu {
    background-image: url(../../potal/img/common/mb-menu_close.png);
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

.mb-menu-wrap ul {
    list-style: none;
    padding: 0;
}

.bugo-list-table {
    table-layout: fixed;
}

.bugo-list-table .ellipsis {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-suggestions .autocomplete-suggestion {
    font-size: 15px;
    white-space: inherit;
}

.autocomplete-suggestions .autocomplete-suggestion span {
    font-size: 13px;
    color: #3e3e3e;
}

.login-page .login-box, .find-box {
    padding: 30px 15px 60px;
    border-radius: 10px;
}

.login-page .hall-logo-box {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.login-page .hall-logo {
    height: 50px;
    text-align: center;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}

.input100 {
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 50px;
    background: 0 0;
    padding: 0 7px 0 43px;
}

.login-page input, .find-page input, .join-page input,
.login-page select, .find-page select, .join-page select {
    outline: none;
    border: none;
}

input:read-only {
    background-color: #dddddd;
    color: #333333;
}

.label-input100 {
    font-size: 17px;
    color: #2c3d4e;
    line-height: 1.5;
    padding-left: 7px;
    font-weight: 700;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #7f7f7f;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.focus-input100::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #adadad;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

.input100:focus + .focus-input100::after {
    color: #e0b433;
}

.has-val.input100 + .focus-input100::after {
    color: #e0b433;
}

.login-page button, .find-page button {
    outline: none !important;
    border: none;
    background: transparent;
}

.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #2c3d4e;
}

.login100-form-btn {
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    color: #e0d095;;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}

.login-page .etc-box, .find-page .etc-box {
    font-size: 13px;
    color: #34485b;
    padding: 20px 0;
    font-weight: 500;
}

.login-page .etc-box .etc-btn, .find-page .etc-box .etc-btn {
    width: 33%;
    float: left;
    text-align: center;
    border-left: 1px solid #34485b;
}

.login-page a, .find-page a {
    color: inherit;
    text-decoration: inherit;
}

.login-page .etc-box .etc-btn:first-child, .find-page .etc-box .etc-btn:first-child {
    border-left: 0;
}

.mobile-page .box-title {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    font-family: "Godo", sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

.find-page #phone_certi_btn {
    position: absolute;
    top: 33px;
    right: 0;
    display: inline-block;
    font-weight: 400;
    color: #e0d095;
    background-color: #2c3d4e;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 7px 10px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
}

#certi_num_div {
    display: none;
}

.m-b-23 {
    margin-bottom: 23px;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    background-color: #fff;
    border: 0px solid #c80000;
    border-radius: 2px;
    bottom: calc((100% - 20px) / 2);
    right: 2px;
    top: 6px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    text-align: left;
    font-family: NotoSanskr;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    bottom: calc((100% - 20px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px;
}

.complete-page .information-box {
    font-size: 16px;
    padding: 30px 0;
    text-align: center;
}

.complete-page .information-box .information-inner-box {
    border: 1px solid #2c3d4e;
    border-radius: 30px;
    padding: 66px 0;
}

.complete-page .information-box .information-inner-box .icon-box {
    margin-bottom: 20px;
}

.information-box .bolder {
    font-weight: 700;
}

#phone_certi_btn, #certi_num_confirm_btn {
    margin: 0 0 5px;
    position: absolute;
    right: 0;
    top: 31px;
}

#phone_certi_btn {
    padding: .475rem .35rem;
    font-size: 0.8rem;
}

.privacy-page #privacy_policy_div {
    height: 100%;
    overflow-y: auto;
}

#privacy_policy_div {
    width: 100%;
    height: 100px;
    overflow-y: scroll;
    font-family: NotoSanskr;
    font-size: 13px;
    border-top: 1px solid #d9d9d9;
}

#privacy_policy_div ul {
    list-style: inherit;
    padding-inline-start: 0;
    margin-bottom: 4px;
}

#privacy_policy_div p {
    margin-bottom: 2px;
}

#privacy_policy_comment {
    font-family: NotoSanskr;
    font-size: 14px;
    padding: 15px 0;
    text-align: right;
}

#privacy_policy_checkbox {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

#privacy_policy_comment label {
    position: relative;
    top: -2px;
}

.index-box {
    padding: 7vw 5vw;
}

.index-box .sub-box {
    width: 100%;
    display: inline-block;
}

.index-box .sub-box > div {
    float: left;
    min-height: 70px;
    height: 100%;
}

.index-box .sub-box .title-text {
    width: calc(100% - 80px);
}

.index-box .sub-box .title-text > div {
    width: 100%;
}

.index-box .sub-box .title-text .first-row {
    font-size: 7vw;
    font-weight: 700;
    color: #707070;
    letter-spacing: 0;
}

.index-box .sub-box .title-text .second-row {
    font-size: 6vw;
    color: #707070;
}

.index-box .sub-box .title-text .second-row span {
    color: #E2B757;
    font-weight: 500;
}

.index-box .sub-box .title-month {
    width: 80px;
    font-size: 10vw;
    font-weight: 700;
    line-height: 20vw;
    color: #BFBFBF;
    text-align: right;
}

.index-box .sub-box .btn-box {
    width: 42.5vw;
    border: 1px solid #707070;
    border-radius: 4vw;
    margin-top: 5vw;
    padding: 4vw;
}

.index-box .sub-box .btn-box .index-btn-title {
    width: 100%;
    font-size: 5vw;
    font-weight: 700;
    text-align: right;
    color: #707070;
}

.index-box .sub-box .btn-box .index-btn-info {
    width: 100%;
    font-size: 5vw;
    font-weight: 700;
    text-align: right;
    color: #E44B5E;
    margin-top: 4vw;
}

.index-box .sub-box .btn-box .index-btn-info img.network-btn-img {
    width: 10vw;
    margin-top: -4vw;
}
.index-box .sub-box .btn-box .index-btn-info img.ad-btn-img {
    width: 10vw;
    margin-top: -4vw;
}

.index-box .sub-box .btn-box .index-btn-info.info-name {
    color: #E2B757;
}

.index-box .sub-box .btn-box .index-btn-info span {
    font-size: 5.5vw;
}

.index-box .sub-box .btn-box .index-btn-desc {
    width: 100%;
    font-size: 3vw;
    font-weight: 700;
    text-align: right;
    color: #707070;
    margin-top: 1vw;
}

.index-box .sub-box .btn-box:nth-child(odd) {
    margin-right: 5vw;
}

.step-by-0 {
    width: 13px;
    height: 13px;
    border-radius: 6px;
    border: 3px solid #fbc81d;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
}

.step-by-1 {
    width: 13px;
    height: 13px;
    border-radius: 6px;
    border: 3px solid #34485b;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
}

.step-by-2 {
    width: 13px;
    height: 13px;
    border-radius: 6px;
    border: 3px solid #ccabd8;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
}

.step-by-3 {
    width: 13px;
    height: 13px;
    border-radius: 6px;
    border: 3px solid #fdb3ca;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
}

/* ui */
.ui-autocomplete.ui-widget {
    font-family: NotoSanskr;
}

.ui-menu .ui-menu-item {
    padding: 3px 1em 3px .4em;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.ui-menu .ui-menu-item span.sido {
    font-size: 12px;
    color: #858585;
    font-weight: 400;
}

.ui-menu .ui-menu-item span.highlight {
    font-size: 15px;
    font-weight: 600;
    background-color: #fbc81d;
}

.ui-menu .ui-menu-item span.sido span.highlight {
    font-size: 13px;
}

@media all and ( min-width: 450px ) {
    .mobile-menu {
        width: 450px;
    }

    .show-mb-menu .mobile-menu {
        left: calc(50% - 225px);
    }

    .index-box .sub-box .title-text .first-row {
        font-size: 25px;
    }

    .index-box {
        padding: 25px 17px;
    }

    .index-box .sub-box .title-text .first-row {
        font-size: 25px;
    }

    .index-box .sub-box .title-text .second-row {
        font-size: 21px;
    }

    .index-box .sub-box .title-month {
        font-size: 35px;
        line-height: 70px;
    }

    .index-box .sub-box .btn-box {
        width: 199px;
        border-radius: 14px;
        margin-top: 18px;
        padding: 14px;
    }

    .index-box .sub-box .btn-box .index-btn-title {
        font-size: 16px;
    }

    .index-box .sub-box .btn-box .index-btn-info {
        font-size: 18px;
        margin-top: 14px;
    }

    .index-box .sub-box .btn-box .index-btn-info span {
        font-size: 20px;
    }

    .index-box .sub-box .btn-box .index-btn-desc {
        font-size: 10px;
        margin-top: 4px;
    }

    .index-box .sub-box .btn-box:nth-child(odd) {
        margin-right: 18px;
    }

    .index-box .sub-box .btn-box .index-btn-info img.network-btn-img {
        width: 35px;
        margin-top: -10px;
    }
}