/*
Theme Name: Hello
Theme URI: https://momjobgo.com
Template: starter
Author: Hello
Author URI: https://momjobgo.com
Description: starter
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 0.1.1659687842
Updated: 2022-08-05 17:23:56

*/

/* buttons */
.btn {
    border-radius: 8px !important;
    /* 로그인 */
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 29px;

    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.btn-bd {
    border: 1px solid #666 !important;
    background-color: #ffffff !important;
    color: #666 !important;
}
.btn-01 {
    /* Primary/Color */
    background: #7749F8 !important;
    border-radius: 8px !important;
    /* 로그인 */
    font-family: 'Noto Sans KR' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 29px !important;
    display: flex;
    align-items: center;
    text-align: center;

    /* Gray Color/White */
    color: #FFFFFF !important;
    padding: 17px !important;
}

.btn-01:hover {
    background-color: #FFFFFF;
    border: 2px solid #7749F8;
    border-radius: 8px;
    color: #7749F8;
}

.bw-01 {
    cursor: pointer;
}
.bw-01:hover {
    background-color: #FFFFFF;
    border: 1px solid #7749F8;
    border-radius: 8px;
    color: #7749F8;
}

.btn-02 {
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 5px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;

    /* Gray Color/Gray-90 */
    color: #666666;
}

.btn-02:hover {
    /* Rectangle 4012 */

    box-sizing: border-box;


    background: #FFFFFF;
    /* Gray Color/Gray-50 */
    border: 1px solid #D3D3D3;
    border-radius: 6px;


    /* title 04 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;

    /* Gray Color/Gray-90 */
    color: #666666;
}

.btn-03 {
    /* button_03 */
    position: relative;
    width: 68px;
    height: 68px;

    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));

    /* Ellipse 123 */

    background: #AF8EFF;

}

.btn-04 {

    /* Ellipse 124 */

    box-sizing: border-box;

    background: #FFFFFF;
    /* Gray Color/Gray-50 */
    border: 1px solid #D3D3D3;


    /* Gray Color/Gray-100 */
    color: #333333;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    align-items: center;
    text-align: center;

    width: 64px;
    height: 64px;
    border-radius: 42px;
    display: inline-block;
    padding: 12px;
}

.btn-04:hover {
    background: #EBE3FF;
    border: 1px solid #EBE3FF;
    color: #333333;
}
.btn-04.select {
    background: #AF8EFF;
    border: 1px solid #AF8EFF;
    color: #FFFFFF;
}
.btn-04.dim {
    background: #E9E9E9;
    border: 1px solid #E9E9E9;
    color: #9C9C9C;
}

.btn-keyword {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    display: inline-block;

    background: #FFFFFF;
    /* Gray Color/Gray-50 */

    border: 1px solid #D3D3D3;
    border-radius: 100px;

    padding: 9px 23px 7px 23px;

    color: #666666;
}
.btn-keyword.select {
    background: #AF8EFF;
    border: 1px solid #AF8EFF;
    border-radius: 100px;
    color: #FFFFFF;

}
.btn-keyword-2 {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    color: #666666;
}

.btn-like {
    background: #FFFFFF;
    padding: 7px;
}

.btn-wide {
    padding-left: 34px;
    padding-right: 34px;
}

.btn-tel-shortcut {
    margin-bottom: 79px;
    z-index: 99;
}
.btn-privacy {
    background-color: #F2F2F2 !important;
    border: 1px solid #B9B9B9 !important;
    font-size: 18px !important;
}
.btn-privacy::after{
    content: " ";
    width: 25px;
    height: 30px;
    float: right;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='30' viewBox='0 0 25 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.81015 24.4766L16.8594 14.9951L8.81015 5.5136' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* colors */
.text-green {
    color: #0ECEA3 !important;
}
.text-blue {
    color: #10BBF1 !important;
}
.text-skyblue {
    color: #56B9FD !important;
}
.text-purple {
    color: #AF8EFF !important;
}
.text-skypurple {
    color: #90ACFF !important;
}
.text-darkergray {
    color: #333333 !important;
}
.text-darkgray {
    color: #666666 !important;
}
.text-gray-90 {
    color: #666666 !important;
}
.text-gray {
    color: #9B9CB8 !important;
}
.text-white {
    color: #ffffff !important;
}
.text-red {
    color: #FA7D7D !important;
}
.text-skyred {
    color: #FF988F !important;
}
.text-orange {
    color: #FFAA47 !important;
}

/* bg color */
.bg-green {
    background-color: #0ECEA3 !important;
}
.bg-lightgreen {
    background-color: rgba(14, 206, 163, 0.1) !important;
}
.bg-blue {
    background-color: #10BBF1 !important;
}
.bg-skyblue {
    background-color: #56B9FD !important;
}
.bg-lightblue {
    background-color: #E7F8FE !important;
}
.bg-purple {
    background-color: #AF8EFF !important;
}
.bg-lightpurple {
    background-color: #F7F4FF !important;
}
.bg-skypurple {
    background-color: #90ACFF !important;
}
.bg-gray {
    background-color: #9B9CB8 !important;
}
.bg-gray-60 {
    background-color: #B9B9B9 !important;
}
.bg-gray-40 {
    background-color: #E9E9E9 !important;
}
.bg-gray-30 {
    background-color: #F2F2F2 !important;
}
.bg-gray-20 {
    background-color: #F8F8F8 !important;
}
.bg-lightgray {
    background-color: #F8F8F8 !important;
}
.bg-red {
    background-color: #FA7D7D !important;
}
.bg-skyred {
    background-color: #FF988F !important;
}
.bg-lightred {
    background-color: #FFF0F0 !important;
}

.bg-orange {
    background-color: #FFAA47 !important;
}
.bg-lightorange {
    background-color: #FFE6C8 !important;
}

.bg-lightyellow {
    background-color: rgba(255, 184, 0, 0.1) !important;
}
/* border */
.bd-green {
    border: 1px solid;
    border-color: #0ECEA3 !important;
}
.bd-blue {
    border: 1px solid;
    border-color: #10BBF1 !important;
}
.bd-skyblue {
    border: 1px solid;
    border-color: #56B9FD !important;
}
.bd-purple {
    border: 1px solid;
    border-color: #AF8EFF !important;
}
.bd-skypurple {
    border: 1px solid;
    border-color: #90ACFF !important;
}
.bd-gray {
    border: 1px solid;
    border-color: #9B9CB8 !important;
}
.bd-lightgray {
    border: 1px solid;
    border-color: #D3D3D3 !important;
}
.bd-gray-50 {
    border: 1px solid;
    border-color: #D3D3D3 !important;
}
.bd-gray-60 {
    border: 1px solid;
    border-color: #B9B9B9 !important;
}
.bd-white {
    border: 1px solid;
    border-color: #FFFFFF !important;
}
.bd-red {
    border: 1px solid;
    border-color: #FA7D7D !important;
}
.bd-skyred {
    border: 1px solid;
    border-color: #FF988F !important;
}
.bd-orange {
    border: 1px solid;
    border-color: #FFAA47 !important;
}
.bd-none {
    border: none !important;
}
.bd-top {
    border: none;
    border-top : 1px solid;
}
.bw-2 {
    border-width: 2px !important;
}
.br-6 {
    border-radius: 6px;
}
.br-8 {
    border-radius: 8px;
}
.br-10 {
    border-radius: 10px;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-14 {
    font-size: 14px !important;
}

.fw-lightbold {
    font-weight: 600 !important;
}

/* Alignment */
.text-left           { text-align: left; }
.text-right          { text-align: right; }
.text-center         { text-align: center; }
.text-justify        { text-align: justify; }
.text-nowrap         { white-space: nowrap; }

/* margin, padding */
.mt-10px {
    margin-top: 10px !important;
}
.mb-10px {
    margin-bottom: 10px !important;
}
.mt-15px {
    margin-top: 15px !important;
}
.mb-15px {
    margin-bottom: 15px !important;
}
.mt-10px {
    margin-top: 10px !important;
}
.mt-20px {
    margin-top: 20px !important;
}
.mt-24px {
    margin-top: 24px !important;
}
.mt-30px {
    margin-top: 30px !important;
}
.mt-60px {
    margin-top: 60px !important;
}
.mb-20px {
    margin-bottom: 20px !important;
}
.mb-24px {
    margin-bottom: 24px !important;
}
.mb-30px {
    margin-bottom: 30px !important;
}
.pt-30px {
    padding-top: 30px !important;
}
.pb-30px {
    padding-bottom: 30px !important;
}
.pt-40px {
    padding-top: 40px !important;
}
.pb-40px {
    padding-bottom: 40px !important;
}
.ms-5px {
    margin-left: 5px !important;
}
.me-5px {
    margin-right: 5px !important;
}
.ms-10px {
    margin-left: 10px !important;
}
.me-10px {
    margin-right: 10px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}
.mb-16px {
    margin-bottom: 16px !important;
}

.ms-15px {
    margin-left: 15px !important;
}
.me-20px {
    margin-right: 20px !important;
}
.p-12px24px {
    padding: 12px 24px !important;
}
.p-15px10px {
    padding: 15px 10px !important;
}
.p-15px20px {
    padding: 15px 20px !important;
}
.p-18px20px {
    padding: 18px 20px !important;
}
.p-10px19px {
    padding: 10px 19px !important;
}
.p-10px {
    padding: 10px !important;
}
.p-12px {
    padding: 12px !important;
}
.p-20px {
    padding: 20px !important;
}
.p-24px {
    padding: 24px !important;
}
.p-40px {
    padding: 40px !important;
}
.pt-10px {
    padding-top: 10px !important;
}
.pt-12px {
    padding-top: 12px !important;
}
.pt-15px {
    padding-top: 15px !important;
}
.pt-27px {
    padding-top: 27px !important;
}
.pt-24px {
    padding-top: 24px !important;
}
.pb-5px {
    padding-bottom: 5px !important;
}
.pb-10px {
    padding-bottom: 10px !important;
}
.pb-12px {
    padding-bottom: 12px !important;
}
.pb-15px {
    padding-bottom: 15px !important;
}
.pb-20px {
    padding-bottom: 20px !important;
}
.pb-24px {
    padding-bottom: 24px !important;
}
.pb-27px {
    padding-bottom: 27px !important;
}
.ps-5px {
    padding-left: 5px !important;
}
.ps-15px {
    padding-left: 15px !important;
}
.ps-30px {
    padding-left: 30px !important;
}

.pe-5px {
    padding-right: 5px !important;
}

.gap {
    content: " ";
    margin: 20px 0 0 0 !important;
}

.gap-15px {
    margin: 15px 0 0 0 !important;
}
/* fonts */
.title-02 {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    display: inline-block;
    color: #333333;
}
.title-04 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}

.sub-01 {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}
.sub-02 {
    font-family: 'Noto Sans KR' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #8E8E8E;
}

/* card lists */
.card-thumbnail {
    border: none !important;
}
.card-thumbnail .card-header {
    padding: 0;
    border-bottom: none !important;
    border: 1px solid #D3D3D3;
    border-radius: 8px 8px 0 0 !important;
}
.card-thumbnail .card-body {
    background: #FFFFFF;
    /* Gray Color/Gray-50 */

    border: 1px solid #D3D3D3;
    border-radius: 0 0 8px 8px;
    border-top: none;

    padding: 24px;
}
.card-thumbnail .svg-wrapper {
    border-radius: 8px 8px 0 0 !important;
}

.card-02 .card-body,.card-03 .card-body,
.list-03 .card-body, .list-04 .card-body {
    border-bottom: none;
    border-radius: 0;
}
.card-02 .card-footer {
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 18px 24px;
    min-height: 60px;
}
.card-03 .card-footer,
.list-03 .card-footer,
.list-04 .card-footer,
.card-weather .card-footer {
    border-top: none;
    border-radius: 0 0 8px 8px !important;
    min-height: 60px;
    padding: 0;
}
.card.card-04 {
    background-color: transparent;
}
.card.card-weather {
    border-radius: 8px;
}
.card-weather .card-body {
    background: #FFFFFF;
    /* Gray Color/Gray-50 */

    border: 1px solid #D3D3D3;
    border-radius: 8px;

    padding: 20px;
}
.card-weather .text-degree {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 63px;
    display: flex;
    align-items: center;
    text-align: center;

    /* Gray Color/Gray-100 */

    color: #333333;

}

.card-weather .card-footer .btn-left::after { /* ::after works too */
    content: "";
    position: absolute;
    right: 50%;
    z-index: 100;
    width: 1px;
    height: 32px;
    background: #D3D3D3;
    bottom: 15px;
}

.card-footer .btn-left {
    border-top: none;
    border-radius: 0 0 0 8px;
    padding: 18px 24px;
    min-height: 60px;
    width: 50%;
}
.card-footer .btn-right {
    border-top: none;
    border-radius: 0 0 8px 0;
    padding: 18px 24px;
    min-height: 60px;
    width: 50%;
}
.card-04 .card-header {
    height: 47px;
    background-color: inherit;
}
.card-04 .card-body {
    border: 1px solid #D3D3D3;
    border-radius: 8px;
}

.svg-wrapper {
    display: flex;
    align-items: center;
    height: 200px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQyIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDI0MiAyMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjwhLS0KU291cmNlIFVSTDogaG9sZGVyLmpzLzEwMCV4MjAwCkNyZWF0ZWQgd2l0aCBIb2xkZXIuanMgMi42LjAuCkxlYXJuIG1vcmUgYXQgaHR0cDovL2hvbGRlcmpzLmNvbQooYykgMjAxMi0yMDE1IEl2YW4gTWFsb3BpbnNreSAtIGh0dHA6Ly9pbXNreS5jbwotLT48ZGVmcz48c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWyNob2xkZXJfMTgyODU1ZjI4NDMgdGV4dCB7IGZpbGw6I0FBQUFBQTtmb250LXdlaWdodDpib2xkO2ZvbnQtZmFtaWx5OkFyaWFsLCBIZWx2ZXRpY2EsIE9wZW4gU2Fucywgc2Fucy1zZXJpZiwgbW9ub3NwYWNlO2ZvbnQtc2l6ZToxMnB0IH0gXV0+PC9zdHlsZT48L2RlZnM+PGcgaWQ9ImhvbGRlcl8xODI4NTVmMjg0MyI+PHJlY3Qgd2lkdGg9IjI0MiIgaGVpZ2h0PSIyMDAiIGZpbGw9IiNFRUVFRUUiLz48Zz48dGV4dCB4PSI4OS44NTU0Njg3NSIgeT0iMTA1LjQiPjI0MngyMDA8L3RleHQ+PC9nPjwvZz48L3N2Zz4=');
    background-size: cover;
    background-position: center;
}

.recipe-card {
    border: none !important;
    border-radius: 8px !important;
}

.recipe-card .card-header {
    padding: 20px !important;
    border: none !important;
    height: 110px;
    background-color: #FFEBB7;
    border-radius: 8px 8px 0 0 !important;
}

.recipe-card .card-body {
    padding: 20px !important;
    border-radius: 0 0 8px 8px !important;
}


/*.svg-wrapper > svg {*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    height: 100%;*/
/*}*/

/* badge */
.heart-badge {
    margin-right: 20px;
    top: 142px;
    cursor: pointer;
}
.call-badge {
    margin-right: 20px;
    bottom: 9px;
}
.menu-badge {
    margin-right: 20px;
    bottom: 9px;
}
.weather-badge {
    margin-right: 15px;
    bottom: 14px;
}
.keyword-badge {
    padding: 20px 20px 0 0;
}
.round-badge {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQyIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDI0MiAyMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjwhLS0KU291cmNlIFVSTDogaG9sZGVyLmpzLzEwMCV4MjAwCkNyZWF0ZWQgd2l0aCBIb2xkZXIuanMgMi42LjAuCkxlYXJuIG1vcmUgYXQgaHR0cDovL2hvbGRlcmpzLmNvbQooYykgMjAxMi0yMDE1IEl2YW4gTWFsb3BpbnNreSAtIGh0dHA6Ly9pbXNreS5jbwotLT48ZGVmcz48c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWyNob2xkZXJfMTgyODU1ZjI4NDMgdGV4dCB7IGZpbGw6I0FBQUFBQTtmb250LXdlaWdodDpib2xkO2ZvbnQtZmFtaWx5OkFyaWFsLCBIZWx2ZXRpY2EsIE9wZW4gU2Fucywgc2Fucy1zZXJpZiwgbW9ub3NwYWNlO2ZvbnQtc2l6ZToxMnB0IH0gXV0+PC9zdHlsZT48L2RlZnM+PGcgaWQ9ImhvbGRlcl8xODI4NTVmMjg0MyI+PHJlY3Qgd2lkdGg9IjI0MiIgaGVpZ2h0PSIyMDAiIGZpbGw9IiNFRUVFRUUiLz48Zz48dGV4dCB4PSI4OS44NTU0Njg3NSIgeT0iMTA1LjQiPjI0MngyMDA8L3RleHQ+PC9nPjwvZz48L3N2Zz4=');*/
    background-size: cover;
    background-position: center;
}
.round-badge.round-75px {
    width: 75px;
    height: 75px;
    border-radius: 75px;

}
.round-badge.round-66px {
    width: 66px;
    height: 66px;
    border-radius: 66px;

}
.round-badge.round-142px {
    width: 142px;
    height: 142px;
    border-radius: 142px;

}
.round-badge.round-95px {
    width: 95px;
    height: 95px;
    border-radius: 95px;

}
.number-badge {
    border-radius: 50%;
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    float: left;
    background-color: #ffffff;
    color: #FFB800;
    font-weight: bold;
    font-style: italic!important;
    margin-right: 10px;
}

/* list */
.list-01 .list-group-item {
    background: #FFFFFF;
    /* Gray Color/Gray-50 */

    border: 1px solid #D3D3D3 !important;
    border-radius: 8px !important;

    display: flex;
    vertical-align: middle;
    justify-content: normal;
    align-items: center;

    height: 100px;
    padding: 25px;
}
.list-01 .list-group-item label {

    vertical-align: middle;
}
.form-check-input {
    width: 1.25em !important;
    height: 1.25em !important;
    outline: none !important;
    border:1px solid rgba(0,0,0,.25) !important;
}
.form-check-input[type=checkbox]:checked {
    background-color: #0ECEA3 !important;
    border-color: #0ECEA3 !important;
    accent-color: #0ECEA3 !important;
}

/* radio */
/* The container */
.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input[type='radio'] {
    width: 20px !important;
    height: 20px !important;

    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px !important;
    height: 20px !important;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input[type='radio'] ~ .checkmark {
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
}

/* When the radio button is checked, add a blue background */
.radio-container input[type='radio']:checked ~ .checkmark {
    background-color: #FFFFFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input[type='radio']:checked ~ .checkmark:after {
    display: inline-block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0ECEA3;
}
/* end radio */

.list-02  {
    border: 1px solid #D3D3D3 !important;
    border-radius: 8px !important;
    margin-left: 40px;
}
.list-02.none-check  {
    border: 1px solid #D3D3D3 !important;
    border-radius: 8px !important;
    margin-left: 0px;
}
.list-02 .card-body {
    padding: 24px;
}
.list-02 .card-footer {
    padding: 18px 24px;
    border-top:none;
}
.list-02-checkbox {
    margin-left: -40px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 40%;
}

.list-03,
.list-04 {
    border:none !important;
    border-radius: 8px;
    margin-left: 40px;
}
.list-03.none-check,
.list-04.none-check {
    margin-left: 0;
}
.list-03 .card-body,
.list-04 .card-body {
    background: #FFFFFF;
    /* Gray Color/Gray-50 */

    border: 1px solid #D3D3D3;
    border-radius: 8px 8px 0 0;
    border-bottom: none;

    padding: 24px;
}
.list-05 {
    border-radius: 8px;
    margin-left: 40px;
}
.list-05.none-check {
    margin-left: 0;
}
.list-05 .card-body {
    padding: 16px 20px;
}

/* form-control */
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select,
input.form-control::placeholder {
    font-family: 'Noto Sans KR';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #9C9C9C !important;
    padding: 14px !important;
}
.form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%238E8E8E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") !important;
}
.input-group>.form-select {
    color: #333333 !important;
}
input.form-control::placeholder {
    padding: 0 !important;
}
.input-group>input.form-control,
.input-group>.input-group-text {
    color: #666 !important;
}

.um-form input[type=text], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=number], .um-form input[type=password] {
    font-family: 'Noto Sans KR';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #9C9C9C !important;
    padding: 14px !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;;
    border-radius: 0.375rem !important;;
    height: inherit !important;
}
.um input[type=submit].um-button {
    background-color: #AF8EFF !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
.um-field-error, .um-notice {
    display: none;
}
/* navigation */
.navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
}
.w-20 {
    width: 20% !important;
}
.w-33 {
    width: 33.333% !important;
}

#header  {
    background-color: #FFFFFF !important;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15), inset 0px 1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0px 0px;
}
#header a {
    color: #8E8E8E;
}
#main {
    margin-top: 0 !important;
}
#main.mt-60px {
    margin-top: 58px !important;
}
.container {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.top-info {
    padding: 24px 18px 24px 24px !important;
}
.top-info.fixed {
    padding: 12px 24px !important;
}

.phone-number-pad .modal-header {
    padding: 24px;
}

.number-pad .mt-10px.text-gray-90 {
    height: 24px;
    overflow: hidden;
}
.number-pad .btn-04 {
    padding: 9px;
}

.modal-location.modal-dialog {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.modal-location .modal-header {
    border-bottom: none !important;
}
.modal-location .modal-footer {
    border-top: none !important;
}

.modal-privacy .modal-header {
    border-bottom: 1px solid #D3D3D3 !important;
}

@media (min-width: 600px) {
    #wrapper, #header, .modal-fullscreen .modal-content, .modal-location, .top-info.fixed, .bottom-info.fixed {
        width: 400px !important;
        margin: auto;
        margin-left: 62%;
    }
    .modal-location.modal-dialog {
        margin-left: auto !important;
        margin-right: auto !important;
    }

}
/* um */
.um-center .um-button {
    width: 100% !important;
}

/* activity page */
.activity-tabs .nav-link {
    color: #fff;
    font-size: 18px !important;
    background-color: #6CD6F7 !important;
    color: #fff;
    border-bottom: 1px solid #10BBF1 !important;
}
.activity-tabs .nav-link:focus, .activity-tabs .nav-link:hover {
    color: #fff;
    border-color: #6CD6F7 !important;
    border-bottom: 1px solid #10BBF1 !important;
    isolation: isolate;
}

.activity-tabs .active {
    color: #10BBF1 !important;
    font-weight: bold;
    background-color: #ffffff !important;
    border: 1px solid #10BBF1 !important;
    border-bottom: 1px solid #ffffff !important;
}
.activity-tabs .active:focus, .activity-tabs .active:hover {
    border: 1px solid #10BBF1 !important;
    border-bottom: 1px solid #ffffff !important;
}

.activity-detail {
    border-radius: 10px 10px 0 0;
    margin-top: -10px;
}
.activity-content hr {
    border-top-color: #E9E9E9;
}

/* food page */
.food-tabs .nav-link {
    color: #fff;
    font-size: 18px !important;
    background-color: #53DCBD !important;
    color: #fff;
    border-bottom: 1px solid #0ECEA3 !important;
}
.food-tabs .nav-link:focus, .food-tabs .nav-link:hover {
    color: #fff;
    border-color: #53DCBD !important;
    border-bottom: 1px solid #0ECEA3 !important;
    isolation: isolate;
}

.food-tabs .active {
    color: #0ECEA3 !important;
    font-weight: bold;
    background-color: #ffffff !important;
    border: 1px solid #0ECEA3 !important;
    border-bottom: 1px solid #ffffff !important;
}
.food-tabs .active:focus, .food-tabs .active:hover {
    border: 1px solid #0ECEA3 !important;
    border-bottom: 1px solid #ffffff !important;
}

.food-detail {
}
.food-content hr {
    border-top-color: #E9E9E9;
}

/* phone book page */
.phone-book-tabs .nav-link {
    color: #fff;
    font-size: 18px !important;
    background-color: #FFB45B !important;
    color: #fff;
    border-bottom: 1px solid #FFAA47 !important;
}
.phone-book-tabs .nav-link:focus, .phone-book-tabs .nav-link:hover {
    color: #fff;
    border-color: #FFAA47 !important;
    border-bottom: 1px solid #FFAA47 !important;
    isolation: isolate;
}

.phone-book-tabs .active {
    color: #FFAA47 !important;
    font-weight: bold;
    background-color: #ffffff !important;
    border: 1px solid #FFAA47 !important;
    border-bottom: 1px solid #ffffff !important;
}
.phone-book-tabs .active:focus, .phone-book-tabs .active:hover {
    border: 1px solid #FFAA47 !important;
    border-bottom: 1px solid #ffffff !important;
}


/* pick page */
.pick-tabs .nav-link {
    color: #fff;
    font-size: 18px !important;
    background-color: rgba(250, 125, 125, 0.6) !important;
    color: #fff;
    border-bottom: 1px solid #FA7D7D !important;
}
.pick-tabs .nav-link:focus, .pick-tabs .nav-link:hover {
    color: #fff;
    border-color: #FA7D7D !important;
    border-bottom: 1px solid #FA7D7D !important;
    isolation: isolate;
}

.pick-tabs .active {
    color: #FA7D7D !important;
    font-weight: bold;
    background-color: #ffffff !important;
    border: 1px solid #FA7D7D !important;
    border-bottom: 1px solid #ffffff !important;
}
.pick-tabs .active:focus, .pick-tabs .active:hover {
    border: 1px solid #FA7D7D !important;
    border-bottom: 1px solid #ffffff !important;
}

.pick-detail {
}
.pick-content hr {
    border-top-color: #E9E9E9;
}

.wp-video-shortcode iframe {
    width: 100%;
    max-height: 300px;
}