@charset "utf-8";
@import "notosans.css";

:root {
    --point: #0c7766;
    --black: #222222;
    --white: #ffffff;
    --bggray: #f1f1f1;
    --lgray: #efefef;
    --gray: #cccccc;
    --gray9: #999999;
    --gray6: #666666;
    --dgray: #333333;
    --yellow: #fffd70;
    --red: #fa2d2d;
    --dgreen: #0a2823;
    --main-bg-color: #f7ab00;
    --main-bg-hover-color: #ee9d17;
    --default-font-size: 18px;
    --default-font-color: #333;
    --accent-font-color: #262626;
    --default-btn-color: #f5ab00;
    --tag2-color: #ff6600;
    --point_text: #ffffff;
}

html {
    font-family: 'Noto Sans', dotum, sans-serif;
    font-weight: 400;
    font-size: var(--default-font-size);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', dotum, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: var(--default-font-color);
    max-width: 840px;
    margin: 0 auto;
}

/* html,body{height:100%;} */
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

/* h1, h2, h3, h4, h5, h6 {font-size:1rem;font-family:'Noto Sans', dotum, sans-serif} */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,
input,
button,
select,
img {
    vertical-align: middle;
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', dotum, sans-serif;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}



/* font-color */
.fc-black {
    color: var(--black) !important;
}

.fc-gray {
    color: var(--gray6) !important;
}

/* list */

.dot-list>li {
    position: relative;
    padding-left: 2rem;
}

.dot-list>li:before {
    content: '\00B7';
    font-size: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    text-align: center;
}

.dot-list ul {
    padding-left: 1rem;
}


/* button */
.bottom-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 840px;
}

.btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.6rem;
    text-align: center;
    width: 100%;
    background-color: var(--point);
    border: none;
    border-radius: 5rem;
    color: var(--point_text);
    font-weight: 500;
    height: 4.2rem;
    font-size: 1.5rem;
}

.btn-default.disabled {
    opacity: .65;
}

.btn-default:focus {
    outline: none;
}

.btn-default i {
    margin: 0 0.5rem;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--point);
    color: var(--point);
}

.btn-white {
    background-color: var(--white);
    color: var(--point);
}

.btn-more {
    border-color: var(--black);
    color: var(--black);
    font-weight: 400;
}

.btn-halfround {
    border-radius: 0 0 2rem 2rem !important;
}

.btn-halfsize {
    width: 19rem;
}

.bottom-button .btn-default {
    width: calc(100% - 4rem);
    margin-bottom: 2rem;
}

.full-button {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.full-button .half-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.6rem;
    text-align: center;
    background-color: var(--point);
    border: none;
    color: var(--point_text);
    font-weight: 500;
    height: 5rem;
    font-size: 1.5rem;
    flex: 1 1 40%;
    border-radius: 0;
}

.full-button .half-button.dark {
    background-color: var(--dgreen);
}

.btn-default.dark {
    background-color: var(--dgreen);
}

.btn-default.gray {
    background-color: var(--gray6);
}

.btn-login {
    margin-top: 1.4rem;
}

.btn-balance {
    border: none;
    background-color: transparent !important;
    color: var(--gray6) !important;
    font-size: 1.25rem;
}

/* .btn-balance.active {
    background-color: var(--point) !important;
    color: var(--point_text) !important;
} */

.gender-btn-wrap .btn-check:checked+.btn,
.gender-btn-wrap .btn.active,
.gender-btn-wrap .btn.show,
.gender-btn-wrap .btn:first-child:active,
.gender-btn-wrap :not(.btn-check)+.btn:active {
    color: var(--point_text) !important;
    background-color: var(--point) !important;
    border-color: var(--point) !important;
}



.double-btn-wrap {
    display: flex;
    justify-content: space-between;
}

.gender-btn-wrap {
    border: 1px solid var(--gray);
    display: flex;
    justify-content: space-between;
    border-radius: 5rem;
}

.gender-btn-wrap label.btn {
    width: 50%;
}

/* .gender-btn-wrap>label.btn:first-child{
    margin-right:8%;
} */

/* tag */
.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.3rem;
    height: 2.1rem;
    padding: 0 1.2rem;
    font-weight: 400;
    border-radius: 100rem;
    white-space: nowrap;
    background-color: var(--point);
}

.tag2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.3rem;
    height: 2.1rem;
    padding: 0 1.2rem;
    font-weight: 400;
    border-radius: 100rem;
    white-space: nowrap;
    background-color: var(--tag2-color);
}

/* form */
.form-label {
    font-size: 1.3rem;
    font-weight: 500;
}

.form-label i {
    font-style: normal;
    font-weight: 300;
    color: var(--gray9);
}


/* input event */
input[type=text].input_en {
    -webkit-ime-mode: inactive;
    -moz-ime-mode: inactive;
    -ms-ime-mode: inactive;
    ime-mode: inactive;
}

input[type=text].input_ko,
input[type=text].input_kr {
    -webkit-ime-mode: active;
    -moz-ime-mode: active;
    -ms-ime-mode: active;
    ime-mode: active;
}

.robot1 {
    padding-top: 2rem;
    vertical-align: bottom;
    text-align: center;
}

.robot1>img {
    width: 70%;
}

.icon_v {
    width: 7%;
    display: inline-block;
}

.fm-vicus {
    padding: 1.5rem !important;
}

.btn-vicus {
    padding: .85rem !important;
}


.fm-vicus-lg {
    padding: 2.5rem !important;
}

.btn-vicus-lg {
    padding: 1.2rem !important;
    font-size: 1.5rem !important;
}




.accent_text {
    color: var(--accent-font-color) !important;
}

/* 레이아웃 End */

.main-bg-color {
    background-color: var(--main-bg-color) !important;
    border-color: var(--main-bg-color) !important;
}

.main-bg-color:hover,
.main-bg-color:active {
    background-color: var(--main-bg-hover-color) !important;
}

i.main-bg {
    color: var(--main-bg-color) !important;
}

.main-bg-color-only {
    background-color: var(--main-bg-color) !important;
}

.radius-c {
    font-weight: bold;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}


/* 테두리 없애기 */
input:focus {
    outline: none;
}



/* datatable */
input[type="search"].search_datatable_input {
    width: 200px;
    display: inline-block;
}

#data_recommend_table td:nth-child(2) {
    width: 70px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0;
}

table#data_glist_table td {
    border-color: #dee2e6 !important;
}

.td-btn {
    width: 70px;
}

/* selection */




/* 상태바 */
.progress-bar.ani1 {
    animation: progressAnimation 2s;
}

.progress-bar.ani1>i {
    margin-right: 2px;
}

@keyframes progressAnimation {
    0% {
        width: 50%;
    }
}


.i_item_rows .goods_item,
.owl-theme {
    border: 1px solid #ccc;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.i_item_rows .goods_item {
    padding: 1rem;
}


/* owl */
.owl-item {
    padding: 1rem;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -1.5rem;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    /* background: #869791 */
    background: #4e5a56
}


.el_key {
    display: inline-block;
    background-color: var(--main-bg-color);
    color: #fff;
    padding: .1rem .3rem;
    font-size: .9rem;

    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
}

/* 모달창 */
@media (min-width: 576px) {

    .container-sm {
        max-width: 95%;
    }

    .modal-dialog {
        max-width: 95%;
        margin: 1.75rem auto;
    }
}


/* button */
.btn-vicus2 {
    padding: 1rem !important;
    font-size: 1.5rem;
    font-weight: bold;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-vicus2:hover,
.btn-vicus2:active,
.btn-vicus2:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-vicus2>i {
    font-weight: 700;
}

#goods_adviser_set {
    background-color: #393939;
    color: #fff;
}

#goods_adviser_cart {
    background-color: var(--point);
    color: #fff;
}

/* quick */
.robot2 {
    background: url(/images/offline/robot_2.png);
    background-position: 95% 110%;
    background-repeat: no-repeat;
    background-size: 42%;
}

@media (min-width: 992px) {
    .robot2 {
        background-size: 30%;
    }
}

.slogan-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}



.sl_contnet {
    font-size: 1.5rem;
    line-height: 1.4;
}

.quick-content-wrap {
    border: 1px solid #d6d6d6;
    padding: 1.5rem;
    border-radius: 1.3rem;
    -webkit-border-radius: 1.3rem;
    -moz-border-radius: 1.3rem;
    -ms-border-radius: 1.3rem;
    -o-border-radius: 1.3rem;
}

.content_title {
    font-size: 1.5rem;
}

.content_disc {
    font-size: 1.2rem;
}

.quick-content-wrap>dt {
    margin-bottom: .7rem;
}

.quick-content-wrap>dd {
    font-size: 1.2rem;
}


.element_group_text {
    font-size: 1.5rem;
    font-weight: bold;
}

.element_group_table th {
    text-align: center;
    font-weight: 300;
}

/* cart */

.goods_cart_item {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
}

.goods_cart_item+.goods_cart_item {
    border-top: 0;
}

.goods_cart_wrap img {
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 2rem;
}

#btn-reconsulting,
#btn-consulting-reservation {
    font-size: 1.5rem;
    width: 40%;
}

#btn-recart,
#btn-cart-save {
    font-size: 1.5rem;
    width: 40%;
}


/* booking */
.booking_input_wrap {
    border: 1px solid var(--point);
    background-color: var(--white);
    padding: 1rem 2rem;
    border-radius: 2rem;
    width: 50%;
    display: inline-block;
}

.booking_input_wrap:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    border-right: none;
}

.booking_input_wrap+.booking_input_wrap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.booking_input_wrap i {
    font-size: 1.2rem;
    line-height: 1.5;
}

.booking_input_wrap i.active {
    color: var(--point);
}

.booking_input {
    border: 0;
    background-color: var(--white);
    font-size: 1.3rem;
    font-weight: 400 !important;
    color: var(--black);
    font-weight: bold;
    display: inline-block;
    padding: 0 1rem;
    line-height: 1.5;
    vertical-align: top;
    width: 80%;
}

.booking_input_wrap.gray {
    border: none;
    background-color: var(--bggray);
}

.booking_input_wrap.gray .booking_input {
    background-color: var(--bggray);
}

.booking_input_wrap.gray:first-child {
    border-right: 1px solid var(--gray);
}




#consulting-modal-submit {
    font-size: 1.3rem;
}

.checkbox_resize1 {
    transform: scale(1.6);
    border: 1px solid #ccc;
}


/* health */
.agree_chk_list button {
    font-weight: 300;
    font-size: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.kakao_btn {
    font-size: 1.5rem;
    background-color: #f7df01;
}

/* 일반설문 정보 버튼 */
.btn-info-df {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    background-color: #393939;
    padding: 1.3rem;
    line-height: 1.5;
    border: 0;
    outline: none;
}

.btn-info-df:hover,
.btn-info-df:active {
    outline: none;
}

.default-survey-btn {
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 1.4rem;
    background-color: var(--default-btn-color) !important;
}

.robot3 {
    background: url(/images/offline/robot_3.png);
    background-position: 95% 70%;
    background-repeat: no-repeat;
    background-size: 42%;
    margin-bottom: 0 !important
}



/* 카테고리  */
.ca_text {
    font-weight: 300;
    background-color: #262626;
    color: #fff;
}

#recommend-price-total {
    display: inline-block;
    margin: 0.5rem 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--point)
}

.goods_item .i_name {
    font-size: 1.2rem;
}

td.i_price,
.goods_item .i_price {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--accent-font-color)
}

td.i_price {
    min-width: 120px;
    text-align: right;
    padding-top: 1rem !important;
}

.i_image {
    border: 1px solid #ccc;
    border-radius: .7rem;
    -webkit-border-radius: .7rem;
    -moz-border-radius: .7rem;
    -ms-border-radius: .7rem;
    -o-border-radius: .7rem;
}

.f_11 {
    font-size: 1.1rem !important;
}

.f_12 {
    font-size: 1.2rem !important;
}

.f_13 {
    font-size: 1.3rem !important;
}

.f_14 {
    font-size: 1.4rem !important;
}

.f_15 {
    font-size: 1.5rem !important;
}

.f_16 {
    font-size: 1.6rem !important;
}

.f_17 {
    font-size: 1.7rem !important;
}

.f_18 {
    font-size: 1.8rem !important;
}

.f_19 {
    font-size: 1.9rem !important;
}

.f_20 {
    font-size: 2.0rem !important;
}

.wm-50 {
    width: 50% !important;
}


.btn-default.lgray {
    background-color: var(--lgray);
    color: var(--black);
}

.btn-medium {
    font-size: 1.3rem;
    height: 3.2rem;
    font-weight: 400;
    min-width: 9rem;
}

.btn-small {
    font-size: 1.2rem;
    height: 2.4rem;
    font-weight: 400;
}

/* checkbox */
.form-check:not(.form-switch) {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    border-radius: 0.3em;
}

.form-check:not(.form-switch) .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check:not(.form-switch) .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--white);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--gray);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.form-check:not(.form-switch) .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(/images/offline/arrow/check_white.png);
}

.form-check:not(.form-switch) .form-check-input:checked {
    background-color: var(--point);
    border-color: var(--point);
}

.form-check:not(.form-switch) .form-check-label {
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.fc-red {
    color: var(--red) !important;
}

/* form-switch 변형 2025-05-29 */
.form-switch.fi-switch .form-check-input {
    margin-left: -2.5em;
    width: 5em !important;
    height: 2.5em !important;
    border-radius: 3em !important;
    -webkit-border-radius: 3em !important;
    -moz-border-radius: 3em !important;
    -ms-border-radius: 3em !important;
    -o-border-radius: 3em !important;
}

.form-switch.fi-switch .form-check-input:checked {
    background-color: var(--point) !important;
    border-color: var(--point) !important;
}

.form-switch.fi-switch .form-check-input:checked+.form-check-label {
    color: var(--point) !important;
}

@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}

.blink_text {
    animation: blink-effect 1s step-end infinite;
    -webkit-animation: blink-effect 1s step-end infinite;
}