/*// GLOBAL RESET //*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1;
}

a {
    text-decoration-skip-ink: none;
    text-decoration: none;
    font-weight: inherit;
    color: inherit;
}

a:active, a:hover {
    outline: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    padding: 0;
    border: 1px solid;
    background: none;
    line-height: 1;
    font: inherit;
    cursor: pointer;
}

input {
    padding: 0;
    border: 1px solid;
    background: none;
    line-height: 1;
    font: inherit;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear {
    display: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
    display: none;
}

input[type="file"] {
    border: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    src: local("Spoqa Han Sans Neo Bold"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff2") format("woff2"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff") format("woff"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    src: local("Spoqa Han Sans Neo Medium"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff2") format("woff2"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff") format("woff"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    src: local("Spoqa Han Sans Neo Regular"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff2") format("woff2"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff") format("woff"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    src: local("Spoqa Han Sans Neo Light"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff2") format("woff2"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff") format("woff"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 100;
    src: local("Spoqa Han Sans Neo Thin"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff2") format("woff2"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff") format("woff"), url("/application/views/dist/css/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.ttf") format("truetype");
}

.font-weight-500 {
    font-weight: 500;
}

:root {
    --main_color: #25665e;
    --point_color: #FBA49E;
    --bg_color: #FFF1F0;

    --ui-background-bg: #FFF;
    --ui-contents-bg: #F8FDFE;
    --ui-point-color: #25665E;
    --ui-point-color-light: #25665E;
    --success: #1CB881;
    --error: #F04444;
    --warning: #FCBF2C;
    --info: #5FA5FA;
    --text-01: #333333;
    --text-02: #979797;
    --text-03: #979797;
    --text-04: #979797;
    --btn-action-bg: #F8FDFE;
    --btn-gray-bg: #E7E5E4;
    --form-disabled-border: #E5E7EB;
    --form-disabled-bg: #E5E7EB;
    --input-text-border: #F8FDFE;
    --input-text-border-hover: #25665E;
    --input-text-border-focus: #25665E;
    --input-text-bg: #f1f1f1;
    --input-text-bg-hover: #e4e4e4;
    --input-text-bg-focus: #e4e4e4;
}

.question-progress {
    position: relative;
    z-index: 10;
}

.question-progress progress {
    width: 100%;
    height: 10px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
}

.question-progress ::-webkit-progress-bar {
    border-radius: 30px;
    background-color: #fff;
}

.question-progress ::-webkit-progress-value {
    border-radius: 30px;
    background-color: var(--ui-point-color);
}

.question-progress .progress-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}

.question-progress .progress-num span {
    font-size: 0.875rem;
}

.question-progress .progress-num span:nth-of-type(1) {
    color: var(--ui-point-color);
}

.question-progress .progress-num span:nth-of-type(2) {
    color: var(--text-02);
}

.question-progress .progress-num span:nth-of-type(2)::before {
    content: "/";
    margin: 0 6px;
}

.graph-progress {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    z-index: 10;
}

.graph-progress progress:not(.average) {
    width: 100%;
    height: 6px;
    border: none;
    -webkit-appearance: none;
}

.graph-progress progress:not(.average)::-webkit-progress-bar {
    border-radius: 50px;
    background-color: transparent;
}

.graph-progress progress:not(.average)::-webkit-progress-value {
    border-radius: 50px;
    background-color: #17a2b8;
}

.graph-progress progress.warning::-webkit-progress-value {
    background-color: #fd7e14;
}

.graph-progress progress.danger::-webkit-progress-value {
    background-color: #dc3545;
}

.graph-progress .average {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    border: none;
    -webkit-appearance: none;
    z-index: 1;
}

.graph-progress .average::-webkit-progress-bar {
    background-color: transparent;
}

.graph-progress .average::-webkit-progress-value {
    background: transparent;
    border-right: 2px dashed #f97316;
    height: 100%;
}

.graph-progress .average + p {
    position: absolute;
    top: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3px 5px 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    border-radius: 15px;
    background-color: #f97316;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
}

.graph-progress .average[value="0"] + p, .graph-progress .average[value="1"] + p, .graph-progress .average[value="2"] + p, .graph-progress .average[value="3"] + p, .graph-progress .average[value="4"] + p, .graph-progress .average[value="5"] + p, .graph-progress .average[value="6"] + p, .graph-progress .average[value="7"] + p, .graph-progress .average[value="8"] + p, .graph-progress .average[value="9"] + p, .graph-progress .average[value="10"] + p {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.graph-progress .average[value="90"] + p, .graph-progress .average[value="91"] + p, .graph-progress .average[value="92"] + p, .graph-progress .average[value="93"] + p, .graph-progress .average[value="94"] + p, .graph-progress .average[value="95"] + p, .graph-progress .average[value="96"] + p, .graph-progress .average[value="97"] + p, .graph-progress .average[value="98"] + p, .graph-progress .average[value="99"] + p, .graph-progress .average[value="100"] + p {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
}

.btn-link {
    border: none;
    background-color: transparent;
}

.btn-bottom-active {
    background-color: var(--ui-point-color);
    border: 1px solid var(--ui-point-color);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.btn-bottom-active-light {
    background-color: var(--ui-point-color-light);
    border: 1px solid var(--ui-point-color-light);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.btn-bottom-gray {
    background-color: var(--btn-gray-bg);
    border: 1px solid var(--btn-gray-bg);
    color: #929292;
    font-size: 1rem;
    font-weight: bold;
}

.btn-bottom-border-active {
    background-color: #fff;
    border: 1px solid var(--ui-point-color);
    color: var(--ui-point-color);
    font-size: 1rem;
    font-weight: bold;
}

/*.btn-action {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    min-width: 1.875rem;*/
/*    width: 1.875rem;*/
/*    height: 1.875rem;*/
/*    border: none;*/
/*    border-radius: 0.625rem;*/
/*    background-color: var(--btn-action-bg);*/
/*    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
/*    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
/*}*/


/*.btn-action2 {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    min-width: 1.875rem;*/
/*    width: 1.875rem;*/
/*    height: 1.875rem;*/
/*    border: none;*/
/*    border-radius: 0.625rem;*/
/*    background-color: var(--btn-action-bg);*/
/*    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
/*    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
/*}*/

.btn-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 0.5rem;
    border: none;
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        display: block !important;
    }
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1 !important;
}

.swiper-button-next:hover svg g, .swiper-button-prev:hover svg g {
    fill: #919191;
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 20px;
}

.swiper-button-next svg g, .swiper-button-prev svg g {
    fill: #9e9e9e !important;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #333333;
    background-color: #F8FDFE;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color .3s, color .3s, -webkit-transform .3s;
    transition: background-color .3s, color .3s, -webkit-transform .3s;
    transition: background-color .3s, color .3s, transform .3s;
    transition: background-color .3s, color .3s, transform .3s, -webkit-transform .3s;
}

.pagination li a:hover {
    color: #fff;
    background-color: #25665E;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.pagination li.active a {
    color: #fff;
    background-color: #25665E;
}

.pagination li.next a, .pagination li.previous a, .pagination li.first a, .pagination li.last a {
    font-size: 0;
}

.pagination li.next a::after, .pagination li.previous a::after, .pagination li.first a::after, .pagination li.last a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-image .3s;
    transition: background-image .3s;
}

.pagination li.next a::after, .pagination li.previous a::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M9 19c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l6 6c.4.4.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.pagination li.next a:hover::after, .pagination li.previous a:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M9 19c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l6 6c.4.4.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.pagination li.first a::after, .pagination li.last a::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%231d1d1f' d='M13 18c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l4.3-4.3-4.3-4.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5 5c.4.4.4 1 0 1.4l-5 5c-.2.2-.4.3-.7.3z'/%3E%3Cpath fill='%231d1d1f' d='M6 18c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4L9.6 12 5.3 7.7c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5 5c.4.4.4 1 0 1.4l-5 5c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.pagination li.first a:hover::after, .pagination li.last a:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M13 18c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l4.3-4.3-4.3-4.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5 5c.4.4.4 1 0 1.4l-5 5c-.2.2-.4.3-.7.3z'/%3E%3Cpath fill='%23ffffff' d='M6 18c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4L9.6 12 5.3 7.7c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5 5c.4.4.4 1 0 1.4l-5 5c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.pagination li.first a:after, .pagination li.previous a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-email {
    background: url("/application/views/dist/img/default-ui-icon/icon-email.svg") no-repeat center;
}

.icon-password {
    background: url("/application/views/dist/img/default-ui-icon/icon-password.svg") no-repeat center;
}

.icon-smile {
    background: url("/application/views/dist/img/default-ui-icon/icon-smile.svg") no-repeat center;
}

.icon-menu {
    background: url("/application/views/dist/img/default-ui-icon/icon-menu.svg") no-repeat center;
}

.icon-logout {
    background: url("/application/views/dist/img/default-ui-icon/icon-logout.svg") no-repeat center;
    background-size: 1rem;
}

.icon-logout2 {
    background: url("/application/views/dist/img/default-ui-icon/icon-logout2.svg") no-repeat center;
    background-size: 1.2rem;
}

.icon-login {
    background: url("/application/views/dist/img/default-ui-icon/icon-login.svg") no-repeat center;
    background-size: 1rem;
}

.icon-back {
    background: url("/application/views/dist/img/default-ui-icon/icon-arrow-back.svg") no-repeat center;
}

.icon-close {
    background: url("/application/views/dist/img/default-ui-icon/icon-close.svg") no-repeat center;
}

.icon-setting {
    background: url("/application/views/dist/img/default-ui-icon/icon-setting.svg") no-repeat center;
}

.icon-search {
    background: url("/application/views/dist/img/default-ui-icon/icon-search.svg") no-repeat center;
}

.icon-home {
    background: url("/application/views/dist/img/default-ui-icon/icon-nav-home.svg") no-repeat center;
}

.icon-bell {
    background: url("/application/views/dist/img/default-ui-icon/icon-nav-bell.svg") no-repeat center;
}

.icon-mypage {
    background: url("/application/views/dist/img/default-ui-icon/icon-nav-mypage.svg") no-repeat center;
}

.icon-list {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%231d1d1f' d='M8 7h13c.6 0 1-.4 1-1s-.4-1-1-1H8c-.6 0-1 .4-1 1s.4 1 1 1zM21 11H8c-.6 0-1 .4-1 1s.4 1 1 1h13c.6 0 1-.4 1-1s-.4-1-1-1zM21 17H8c-.6 0-1 .4-1 1s.4 1 1 1h13c.6 0 1-.4 1-1s-.4-1-1-1zM3 5c-.6 0-1 .4-1 1s.5 1 1 1 1-.4 1-1-.4-1-1-1zM3 11c-.6 0-1 .4-1 1s.5 1 1 1 1-.4 1-1-.4-1-1-1zM3 17c-.6 0-1 .4-1 1s.5 1 1 1 1-.4 1-1-.4-1-1-1z'/%3E%3C/svg%3E");
}

.break-xxl {
    max-width: 1536px;
    width: 1536px;
}

.break-xl {
    max-width: 1280px;
    width: 1280px;
}

.break-md {
    max-width: 768px;
    width: 768px;
}

.break-xs {
    max-width: 280px;
    width: 280px;
}

@media screen and (min-width: 768px) {
    .break-lg {
        max-width: 960px;
    }

    .break-sm {
        max-width: 520px;
    }
}

.shadow {
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

body {
    background-color: var(--ui-background-bg);
}

.container {
    /*position: relative;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
}


.container.nav-b {
    padding-bottom: 56px;
}

@media screen and (min-width: 768px) {
    .container.nav-b {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .container {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }
}

@media screen and (min-width: 768px) {
    .container.selfcheck .toolbar-top, .container.selfcheck-result .toolbar-top {
        margin-top: 0;
    }

    .container.selfcheck .toolbar-top .toolbar-nav h2, .container.selfcheck-result .toolbar-top .toolbar-nav h2 {
        position: absolute !important;
        margin-top: 30px;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }
}

.flex-st {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pd-vert-18 {
    padding: 18px 0;
}

.m-left-6 {
    margin-left: 6px;
}

.m-left-13 {
    margin-left: 13px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-right-5 {
    margin-right: 5px;
}

.m-right-10 {
    margin-right: 10px;
}

.m-right-25 {
    margin-right: 25px;
}

.m-top-25 {
    margin-top: 25px;
}

.h-56 {
    height: 56px;
}

.h-50 {
    height: 50px;
}

.h-44 {
    height: 44px;
}

.h-32 {
    height: 32px;
}

.h-24 {
    height: 24px;
}

.bg-content {
    background-color: #F8FDFE;
}

.bg-point {
    background-color: #25665E;
}

.bg-active {
    background-color: #25665E !important;
}

.bg-cancel {
    background-color: var(--text-02) !important;
    /*color: var(--text-01) !important;*/
    color: #fff !important;
}


.bg-w {
    background-color: #fff;
}

.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 768px) {
    .title-box {
        max-width: 960px;
    }

    .title-box img {
        width: 1.8rem;
    }

    .title-box h3 {
        margin-left: 1rem;
        font-size: 1.5rem;
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(246, 246, 246, 0.9);
    z-index: 9999;
}

.loader > div {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader > div img {
    width: 65px;
}

.loader > div p {
    margin-top: 0.5rem;
    margin-right: -7px;
    font-size: 0.75rem;
    font-weight: 900;
    color: #25665E;
    letter-spacing: 7px;
}

.modal-open {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.modal .modal-back {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 280px;
    max-width: 520px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #F8FDFE;
    z-index: 2;
}

.modal .modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #eee;
}

.modal .modal-content .modal-body {
    padding: 15px 20px 20px;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
    border-top: 0 solid #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2002;
}

@media screen and (min-width: 768px) {
    .bottom-nav {
        display: none !important;
    }
}

.bottom-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
}

.bottom-nav ul li {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 1);
    height: 100%;
}

.bottom-nav ul li p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1;
}

.bottom-nav ul li.active .icon-home {
    background: url("/application/views/dist/img/default-ui-icon/icon-nav-home-active.svg") no-repeat center;
}

.bottom-nav ul li.active .icon-bell {
    background: url("/application/views/dist/img/default-ui-icon/icon-nav-bell-active.svg") no-repeat center;
}

.bottom-nav ul li.active .icon-mypage {
    background: url("/application/views/dist/img/default-ui-icon/icon-nav-mypage-active.svg") no-repeat center;
}

.bottom-nav ul li.active p {
    color: var(--ui-point-color);
}

.bottom-nav ul li.alrim i {
    position: relative;
}

.bottom-nav ul li.alrim i::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 12px;
    height: 12px;
    background: url("/application/views/dist/img/default-ui-icon/icon-dot.svg") no-repeat center;
    background-size: 100%;
}

@media screen and (min-width: 768px) {
    .bottom-nav ul {
        margin: 0 auto;
        max-width: 960px;
    }
}

.toolbar-top {
    /*position: fixed;*/
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 0 solid #fff;
    background-color: rgba(246, 246, 246, 0.7);
    -webkit-backdrop-filter: saturate(100%) blur(2px);
    backdrop-filter: saturate(100%) blur(2px);
    /*z-index: 2000;*/
}

@media screen and (min-width: 768px) {
    .toolbar-top {
        position: relative !important;
        margin-top: 25px;
        background-color: transparent;
    }

    .toolbar-top h2 {
        position: static !important;
        font-size: 1.5rem;
        font-weight: 700;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .toolbar-top button {
        display: none;
    }
}

.toolbar-bottom {
    position: fixed;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 56px;
    border: 0 solid #fff;
    border-top: 0 solid #fff;
    background-color: transparent;
}

.toolbar-bottom.navtop {
    bottom: 56px;
}

.toolbar-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.toolbar-main h1 {
    margin: 0 auto;
    padding: 0.5rem 0 0;
    width: 6rem;
}

.toolbar-main h1 img {
    width: 100%;
}

.toolbar-main .company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.375rem 0 0.500rem;
    height: 1.875rem;
    background-color: var(--ui-contents-bg);
}

.toolbar-main .company-info .company-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 3.750rem;
    max-height: 1.250rem;
}

.toolbar-main .company-info .company-img img {
    width: 100%;
    height: 100%;
}

.toolbar-main .company-info small {
    font-size: 0.688rem;
    color: var(--text-02);
    line-height: 2;
}






@media screen and (min-width: 768px) {
    .toolbar-main {
        max-width: 960px;
    }
}

.toolbar-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.toolbar-nav h2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: calc(100% - 100px);
}

@media screen and (min-width: 768px) {
    .toolbar-nav {
        max-width: 960px;
    }
}

@media screen and (max-width: 520px) {
    .toolbar-nav h2 {
        white-space: nowrap;
    }
}

.pc-header {
    display: none;
    /*display: block;*/
}


@media screen and (min-width: 768px) {
    .pc-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        display: block;
        height: 70px;
        background-color: rgba(255, 241, 240, 0.7);
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: saturate(180%) blur(2px);
        backdrop-filter: saturate(180%) blur(2px);
        z-index: 2001;
    }

    .pc-header > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 960px;
        height: 100%;
    }

    .pc-header + .toolbar-top {
        position: static;
        margin-top: 1rem;
    }

    .pc-header h1 {
        width: 8.063rem;
    }

    .pc-header h1 a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc-header h1 a img {
        width: 100%;
    }

    .pc-header nav {
        margin-left: auto;
    }

    .pc-header nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pc-header nav > ul li {
        position: relative;
        margin: 0 1rem;
        font-weight: 500;
        white-space: nowrap;
        cursor: pointer;
    }

    .pc-header nav > ul li.alrim::before {
        content: '';
        position: absolute;
        top: -8px;
        right: -10px;
        display: block;
        width: 11px;
        height: 11px;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: var(--main_color);
    }

    .pc-header nav > ul li > ul {
        position: absolute;
        top: 18px;
        padding: 0;
        height: 0;
        opacity: 0;
    }

    .pc-header nav > ul li::after {
        content: '';
        width: 0;
    }

    .pc-header nav > ul li:hover::after {
        /*content: '';*/
        /*position: absolute;*/
        /*left: 0;*/
        /*bottom: -6px;*/
        /*width: 100%;*/
        /*height: 3px;*/
        /*background-color: #25665E;*/
        /*-webkit-transition: width .3s;*/
        /*transition: width .3s;*/
    }

    .pc-header nav > ul li:hover > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 7px;
        padding: 25px 30px;
        height: auto;
        background-color: var(--main_color);
        opacity: 1;
        -webkit-transition: height .3s, opacity .3s;
        transition: height .3s, opacity .3s;
        border-radius: 20px;
        border-top-left-radius: 0;
    }

    .pc-header nav > ul li:hover > ul li {
        margin: 0;
        font-weight: 400;
        color: #FFF;
    }

    .pc-header nav > ul li a {
        opacity: 0.8;
        transition: 0.2s;
    }
    .pc-header nav > ul li a:hover {
        opacity: 1;
        text-decoration: underline;
    }
    .pc-header nav > ul li a.header-a {
        opacity: 1;
        text-decoration: none;
    }

    .pc-header nav > ul li:hover > ul li:nth-of-type(n + 2) {
        margin-top: 1rem;
    }

    .pc-header .company-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0.375rem 0 0.500rem;
        height: 1.875rem;
        background-color: var(--ui-contents-bg);
    }

    .pc-header .company-info .company-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 3.750rem;
        width: 3.750rem;
        max-height: 1.250rem;
    }

    .pc-header .company-info .company-img img {
        width: 100%;
        height: 100%;
    }

    .pc-header .company-info small {
        font-size: 0.688rem;
        color: var(--text-02);
        line-height: 2;
    }
}

@media screen and (max-width: 768px) {
    .pc-header.open {
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 95vh;
        background-color: #F8FDFE;
        z-index: 2001;
    }

    .pc-header.open > div {
        padding: 44px;
        overflow: hidden;
    }

    .pc-header.open > div h1 {
        display: none;
        padding: 0;
        margin: 0;
    }

    .pc-header.open > div nav {
        padding: 0.5rem 0;
        height: calc(100vh - 44px - 15px - 44px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .pc-header.open > div nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem;
    }

    .pc-header.open > div nav > ul > li > a {
        font-size: 1.250rem;
        font-weight: 900;
    }

    .pc-header.open > div nav > ul > li ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.5rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .pc-header.open > div nav > ul > li ul li {
        position: relative;
    }

    .pc-header.open > div nav > ul > li ul li a {
        font-size: 1.125rem;
        font-weight: 500;
    }

    .pc-header.open > div nav > ul > li ul li a::before {
        content: '';
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 0.5rem;
        width: 8px;
        height: 3px;
        border-radius: 8px;
        vertical-align: middle;
        background-color: #25665E;
    }

    .pc-header.open > div .m-noshow {
        display:none;
    }
    .pc-header.open > div .m-show {
        position: relative; transform: translateY(-50px);
    }

}

.rcol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.rcol-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

.rcol-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.rcol-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.rcol-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.rcol-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}

.rcol-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.rcol-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}

.rcol-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}

.rcol-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.rcol-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.rcol-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}

.rcol-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.gap-50 {
    gap: 50px;
}

.gap-45 {
    gap: 45px;
}

.gap-40 {
    gap: 40px;
}

.gap-35 {
    gap: 35px;
}

.gap-30 {
    gap: 30px;
}

.gap-25 {
    gap: 25px;
}

.gap-20 {
    gap: 20px;
}

.gap-15 {
    gap: 15px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.fw-t {
    font-weight: 100;
}

.fw-l {
    font-weight: 300;
}

.fw-n {
    font-weight: 400;
}

.fw-b {
    font-weight: 500;
}

.fw-xb {
    font-weight: 700;
}

.fc-main {
    color: var(--text-01);
}

.fc-sub {
    color: var(--text-02);
}

.fc-point {
    color: var(--ui-point-color);
}

.fc-white {
    color: #fff;
}

.bc-yellow {
    background-color: #FFFF00;
}

.ft-roboto {
    font-family: 'Roboto', sans-serif;
}

.roboto-l {
    font-weight: 300;
}

.roboto-n {
    font-weight: 400;
}

.roboto-b {
    font-weight: 700;
}

@media (max-width: 960px) {

    footer .footer-text {
        margin-left: 15px;
    }
}

@media (max-width: 540px) {

    footer .footer-text {
        margin-left: 0;
    }

}


body {
    font-family: 'Spoqa Han Sans Neo', "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-01);
}

h1, .headline1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

/*h2, .headline2 {*/
/*    font-size: 1.25rem;*/
/*    font-weight: 500;*/
/*    line-height: 1.2;*/
/*    color: inherit;*/
/*}*/

h3, .headline3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h4, .headline4 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

p, .read-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
}

b, em, strong {
    /*font-size: 1rem;*/
    font-weight: 700;
    color: inherit;
}

mark {
    padding: .2rem;
    background-color: inherit;
    color: inherit;
}

small, .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: inherit;
}

caption, .helper-text {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    color: inherit;
}

.info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    color: var(--text-02);
    line-height: 1.3;
    word-break: keep-all;
}

.info-text::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: block;
    margin-right: 5px;
    margin-bottom: 3px;
    width: 1rem;
    height: 1rem;
    background: url("/application/views/dist/img/default-ui-icon/icon-alert.svg") no-repeat center;
}

.sr-only {
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}

.selfcheck-list {
    margin-bottom: 2.5rem;
    width: 100%;
}

.selfcheck-list li {
    margin-bottom: 15px;
    width: 100%;
}

.selfcheck-list li button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 6.250rem;
    border: 0px solid var(--ui-contents-bg);
    border-radius: 25px;
    background-color: var(--ui-contents-bg);
}

.selfcheck-list li button::after {
    content: '';
    position: absolute;
    right: 0.938rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    width: 0.500rem;
    height: 0.750rem;
    background: url("/application/views/dist/img/default-ui-icon/icon-arrow.svg") no-repeat center;
}

.selfcheck-list li button:disabled {
    -webkit-filter: grayscale(100%) contrast(0.75);
    filter: grayscale(100%) contrast(0.75);
    border: 1px solid #f6f6f6 !important;
    cursor: auto;
}

.selfcheck-list li button:disabled::after {
    display: none;
}

.selfcheck-list li button figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.5rem;
    margin-right: 1rem;
    width: 6.250rem;
    height: 6.250rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.selfcheck-list li button figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 280px) {
    .selfcheck-list li button figure {
        display: none;
    }
}

.selfcheck-list li button p.info-wrap {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.selfcheck-list li button p.info-wrap .name {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    color: #333333;
}

.selfcheck-list li button p.info-wrap .info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.2;
    color: #888;
}

@media screen and (max-width: 280px) {
    .selfcheck-list li button p.info-wrap {
        margin-left: 1rem;
    }
}

.selfcheck-list li button p.score {
    margin-left: auto;
    margin-right: 1.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.selfcheck-list li button.result-type01 {
    border-color: #84B060;
}

.selfcheck-list li button.result-type01 p.score {
    color: #84B060;
}

.selfcheck-list li button.result-type02 {
    border-color: #71ABE7;
}

.selfcheck-list li button.result-type02 p.score {
    color: #71ABE7;
}

.selfcheck-list li button.result-type03 {
    border-color: #E49441;
}

.selfcheck-list li button.result-type03 p.score {
    color: #E49441;
}

.selfcheck-list li button.result-type04 {
    border-color: #f37373;
}

.selfcheck-list li button.result-type04 p.score {
    color: #f37373;
}

.selfcheck-list li.recommend button {
    border: 1px solid #ddd;
}

.question-list {
    margin-top: 24px;
}

.question-list > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border-radius: 25px;
    background-color: var(--ui-contents-bg);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    /*z-index: 1;*/
}

.question-list > div .num {
    margin-bottom: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ui-point-color);
    line-height: 1;
}

.question-list > div .question-text {
    margin-bottom: 28px;
    font-size: 1.25rem;
    font-weight: 700;
}


.question-list > div .question-feedback {
    /*margin-bottom: 28px;*/
    font-size: 1.25rem;
    font-weight: 700;
}

.board-text-list {
    padding: 12px 0;
    background-color: #F8FDFE;
}

.board-text-list li p {
    margin-right: 0.5rem;
}

.board-text-list li p::before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
    width: 4px;
    height: 18px;
    background-color: #F1C381;
    border-radius: 10px;
    vertical-align: sub;
}

.contents-list-silder li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 240px;
    height: 160px;
    margin-right: 1rem;
    background-color: #F8FDFE;
    overflow: hidden;
}

.contents-list-silder li a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.contents-list-silder li img {
    width: 100%;
    height: 109px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
}

@media screen and (min-width: 768px) {
    .contents-list-silder li:hover img {
        width: 125%;
    }
}

.contents-detail-card {
    width:100%;
    text-align: center;
}

.contents-detail-card li.img_li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: 1rem;
    background-color: #F8FDFE;
    width: 240px;
    overflow: hidden;
    align-items: center;
}

.contents-detail-card li.img_li img {
    width: 100%;
    height: 109px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
}

.contents-detail-card li.img_li:hover img {
    width: 110%;
}

.contents-detail-card li.btn_li {
    display: inline-block;
    vertical-align: middle;
}

.contents-detail-card li .card-btn {
    display: inline-block;
    line-height: 75px;
    height: 109px;
    padding: 15px 30px;
    margin-top: 1rem;
    margin-right: 1rem;
    background-color: rgba(37, 64, 246, 0.65);
    color:#ffffff;
    font-size:1.2rem;
    text-align: center;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
.contents-detail-card li .card-btn:hover {
    background-color: rgba(37, 64, 246, 0.9);
}

@media screen and (max-width: 400px) {
    .contents-detail-card li .card-btn {
        font-size:0.9rem;
    }
}
@media screen and (max-width: 325px) {
    .contents-detail-card li.img_li {
        width: 200px;
    }
}


@media screen and (min-width: 768px) {
    .medical-facility-list {
        width: 42%;
    }
}

@media screen and (max-width: 768px) {
    .medical-facility-list {
        width: 100%;
    }
}

.contents-list li {
    height: 100px;
    max-height: 100px;
    background-color: #F8FDFE;
    overflow: hidden;
}

.contents-list li.alrim-off * {
    opacity: 0.7;
}

.contents-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.contents-list li a > div {
    padding: 20px 10px 20px 20px;
}

.contents-list li a > div small {
    color: #979797;
}

.contents-list li a .title-thum {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    padding: 15px 15px 15px 0;
    max-width: 115px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contents-list li a .title-thum img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}

.contents-list li a i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 20px 0 20px 20px;
    background: url("/application/views/dist/img/default-ui-icon/icon-nav-bell-active.svg") no-repeat center;
}

.graph-list {
    background-color: #F8FDFE;
}

.graph-list li {
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.graph-list li > p small {
    color: #979797;
}

.graph-list .graph-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-top: 2px solid #f97316;
}

.graph-list .graph-info p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
    color: #979797;
    line-height: 1;
}

.graph-list .graph-info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.graph-list .graph-info-text > div {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
}

.graph-list .graph-info-text p {
    position: absolute;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width: 520px) {
    .graph-list li {
        margin-bottom: 40px;
    }

    .graph-list li:last-child {
        margin-bottom: 0;
    }

    .graph-list li .graph-info-text p {
        position: relative;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
    }
}

.setting-list {
    background-color: #F8FDFE;
}

.setting-list li:nth-of-type(n + 2) {
    border-top: 1px solid var(--form-disabled-bg);
}

.setting-list li a, .setting-list li button {
    padding: 0;
    border: none;
    font-weight: 500;
}

.medical-list {
    margin-bottom: 2.5rem;
    width: 100%;
}

.medical-list li {
    margin-bottom: 15px;
    width: 100%;
}

.medical-list li button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 6.250rem;
    border: 0px solid var(--ui-contents-bg);
    border-radius: 25px;
    background-color: var(--ui-contents-bg);
}

.medical-list li button::after {
    content: '';
    position: absolute;
    right: 0.938rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    width: 0.500rem;
    height: 0.750rem;
    background: url("/application/views/dist/img/default-ui-icon/icon-arrow.svg") no-repeat center;
}

.medical-list li button figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.5rem;
    margin-right: 1rem;
    width: 5rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.medical-list li button figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 280px) {
    .medical-list li button figure {
        display: none;
    }
}

.medical-list li button p.info-wrap {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.medical-list li button p.info-wrap .name {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    color: #333333;
}

.medical-list li button p.info-wrap .info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.2;
    color: #888;
}

@media screen and (max-width: 280px) {
    .medical-list li button p.info-wrap {
        margin-left: 1rem;
    }
}

.medical-list li button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 6.250rem;
    border: 0px solid var(--ui-contents-bg);
    border-radius: 25px;
    background-color: var(--ui-contents-bg);
}

.medical-list li button::after {
    content: '';
    position: absolute;
    right: 0.938rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    width: 0.500rem;
    height: 0.750rem;
    background: url("/application/views/dist/img/default-ui-icon/icon-arrow.svg") no-repeat center;
}

.medical-list li button figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.5rem;
    margin-right: 1rem;
    width: 5rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.medical-list li button figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 280px) {
    .medical-list li button figure {
        display: none;
    }
}

.medical-list li button p.info-wrap {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.medical-list li button p.info-wrap .name {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    color: #333333;
}

.medical-list li button p.info-wrap .info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.2;
    color: #888;
}

@media screen and (max-width: 280px) {
    .medical-list li button p.info-wrap {
        margin-left: 1rem;
    }
}


.medical-list li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 6.250rem;
    border: 0px solid var(--ui-contents-bg);
    border-radius: 25px;
    background-color: var(--ui-contents-bg);
}

.medical-list li a::after {
    content: '';
    position: absolute;
    right: 0.938rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    width: 0.500rem;
    height: 0.750rem;
    background: url("/application/views/dist/img/default-ui-icon/icon-arrow.svg") no-repeat center;
}

.medical-list li a figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.5rem;
    margin-right: 1rem;
    width: 5rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.medical-list li a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 280px) {
    .medical-list li a figure {
        display: none;
    }
}

.medical-list li a p.info-wrap {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.medical-list li a p.info-wrap .name {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    color: #333333;
}

.medical-list li a p.info-wrap .info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.2;
    color: #888;
}

@media screen and (max-width: 280px) {
    .medical-list li a p.info-wrap {
        margin-left: 1rem;
    }
}


.medical-list2 {
    margin-bottom: 2.5rem;
    width: 100%;
}

.medical-list2 li {
    margin-bottom: 15px;
    width: 100%;
}

.medical-list2 li button {
    position: relative;
    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;
    padding: 1rem 0;
    width: 100%;
    height: 12.500rem;
    border: 0px solid var(--ui-contents-bg);
    border-radius: 25px;
    background-color: var(--ui-contents-bg);
}

.medical-list2 li button figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.5rem;
    margin-right: 1rem;
    width: 5rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.medical-list2 li button figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 280px) {
    .medical-list2 li button figure {
        display: none;
    }
}

.medical-list2 li button p.info-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

.medical-list2 li button p.info-wrap .name {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    color: #333333;
}

.medical-list2 li button p.info-wrap .info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.2;
    color: #888;
}

@media screen and (max-width: 280px) {
    .medical-list2 li button p.info-wrap {
        margin-left: 1rem;
    }
}

.medical-list2 li button p.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: calc(100% - 30px);
    height: 40px;
    color: #fff;
    border-radius: 30px;
    background-color: #25665E;
}

@media screen and (min-width: 768px) {
    .medical-list2 li button {
        height: 9.375rem;
    }

    .medical-list2 li button figure {
        margin-left: 0.938rem;
    }

    .medical-list2 li button p.btn {
        margin: 0 25px 0 auto;
        width: 150px;
    }
}

.hospital-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    width: 100%;
}

.hospital-list li {
    margin-bottom: 15px;
    width: calc(100% / 2 - 7.5px);
}

@media screen and (max-width: 768px) {
    .hospital-list li {
        width: 100%;
    }
}

.hospital-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F8FDFE;
    border-radius: 25px;
    overflow: hidden;
}

.hospital-list li a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 148px;
}

.hospital-list li a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hospital-list li a figure.hospital-noimg {
    background-color: #eee;
}

.hospital-list li a figure.hospital-noimg img {
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.hospital-list li a .name {
    padding: 1rem 1.5rem 0;
    font-size: 1.125rem;
    font-weight: 700;
}

.hospital-list li a address {
    padding: 0.5rem 1.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25;
}

.reserve-list {
    margin-bottom: 2.5rem;
    width: 100%;
}

.reserve-list li {
    margin-bottom: 15px;
    width: 100%;
}

.reserve-list li > p.badge {
    padding: 15px 10px 10px;
    width: 100%;
    font-weight: 500;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1;
}

.reserve-list li > p.p-point {
    color: #25665E;
}

.reserve-list li > p .badge-title {
    color: #333333;
    font-weight: 600;
}

.reserve-list li button {
    position: relative;
    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;
    width: 100%;
    height: 6.250rem;
    border: 0px solid var(--ui-contents-bg);
    border-radius: 25px;
    background-color: var(--ui-contents-bg);
}

.reserve-list li button figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.5rem;
    margin-right: 1rem;
    width: 5rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.reserve-list li button figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 280px) {
    .reserve-list li button figure {
        display: none;
    }
}

.reserve-list li button p.info-wrap {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.reserve-list li button p.info-wrap .name {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    color: #333333;
}

.reserve-list li button p.info-wrap .day {
    font-size: 0.875rem;
    color: #333333;
}

.reserve-list li button p.info-wrap .info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.2;
    color: #888;
}

@media screen and (max-width: 280px) {
    .reserve-list li button p.info-wrap {
        margin-left: 1rem;
    }
}

.faq-list li {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 2rem;
    background-color: #F8FDFE;
}

.faq-list li > a {
    display: block;
    padding: 1rem 0;
    width: 100%;
}

.faq-list li .answer_list {
    width: 100%;
}

.faq-list li .answer_list img {
    max-width: 100%;
}

.tablist {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tablist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% / 2 - 7.5px);
}

.tablist li > .tab {
    background-color: #E7E5E4;
}

.tablist li > .tab.active {
    color: #25665E;
    background-color: #F8FDFE;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.tabpanel {
    display: none;
}

.tabpanel.active {
    display: block;
}

.selfcheck-intro {
    padding-top: 0;
    height: 100%;
}

.selfcheck-intro .toolbar-top {
    position: fixed;
    top: 0;
    background-color: transparent;
}

.selfcheck-intro .toolbar-top h2 {
    position: absolute !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.selfcheck-intro > article {
    position: relative;
}

.selfcheck-intro > article > *:not(figure) {
    position: relative;
    z-index: 1;
}

.selfcheck-intro > article > div.shadow {
    background-color: #F8FDFE;
}

@media screen and (max-width: 500px) {
    .selfcheck-intro > article > figure {
        margin-top: 15px;
    }
}

.selfcheck-intro > article > figure img {
    position: relative;
    margin-top: 50px;
    max-width: 300px;
    z-index: 1;
}

.selfcheck-intro > article > figure img + span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 250px;
    background-color: #f1f1f1;
}

@media screen and (max-width: 500px) {
    .selfcheck-intro > article > figure img + span {
        top: -15px;
        left: 50%;
        width: 115%;
        border-radius: 0 0 50% 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: border-radius .3s;
        transition: border-radius .3s;
    }
}

@media screen and (min-width: 500px) {
    .selfcheck-intro > article > figure img + span {
        position: fixed;
        width: 100%;
        height: 200px;
    }
}

@media screen and (min-width: 768px) {
    .selfcheck-intro > article > figure img + span {
        height: 350px;
    }
}

@media screen and (min-width: 768px) {
    .selfcheck-guide > article {
        max-width: 960px;
    }

    .selfcheck-guide > article h3 {
        font-size: 2.250rem;
    }
}

@media screen and (min-width: 768px) {
    .selfcheck-select > article {
        max-width: 960px;
    }
}

@media screen and (min-width: 768px) {
    .selfcheck article {
        max-width: 960px;
    }
}

.selfcheck article button.prev {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
}

.selfcheck article button.next {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.selfcheck article button.finished {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width: 768px) {
    .selfcheck-result article {
        max-width: 960px;
    }
}

.selfcheck-result .cont-result {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    border-radius: 25px;
    background-color: var(--ui-contents-bg);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.selfcheck-result .cont-result .name {
    margin-bottom: 5px;
    font-size: 1.25rem;
    font-weight: 500;
}

.selfcheck-result .cont-result .info {
    font-size: 1.5rem;
    font-weight: 700;
}

.selfcheck-result .cont-result .info-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 35px 0;
    padding: 40px;
    border: 7px solid #ddd;
    border-radius: 50%;
}

.selfcheck-result .cont-result .info-img img {
    width: 90px;
    height: 90px;
}

.selfcheck-result .cont-result .score {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.selfcheck-result .cont-result .score span:nth-of-type(1) {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 500;
}

.selfcheck-result .cont-result .score span:nth-of-type(2) {
    font-size: 2rem;
    font-weight: 700;
}

.selfcheck-result .cont-result .result-text {
    margin: 35px 20px;
    word-break: keep-all;
}

@media screen and (min-width: 768px) {
    .selfcheck-result .cont-result .result-text {
        max-width: 425px;
        line-height: 2;
        text-align: center;
    }
}

.selfcheck-result .cont-result.result-type01 .info-img {
    border-color: #84B060;
}

.selfcheck-result .cont-result.result-type01 .score span:nth-of-type(2) {
    color: #84B060;
}

.selfcheck-result .cont-result.result-type02 .info-img {
    border-color: #71ABE7;
}

.selfcheck-result .cont-result.result-type02 .score span:nth-of-type(2) {
    color: #71ABE7;
}

.selfcheck-result .cont-result.result-type03 .info-img {
    border-color: #E49441;
}

.selfcheck-result .cont-result.result-type03 .score span:nth-of-type(2) {
    color: #E49441;
}

.selfcheck-result .cont-result.result-type04 .info-img {
    border-color: #f37373;
}

.selfcheck-result .cont-result.result-type04 .score span:nth-of-type(2) {
    color: #f37373;
}

.contents-view {
    position: relative;
    background-color: #F8FDFE;
}

.contents-view .title-thum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-height: 240px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.contents-view .title-thum img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.contents-view .movie {
    position: relative;
    display: block;
    margin: 20px 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.contents-view .movie iframe, .contents-view .movie object, .contents-view .movie embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contents-view small {
    color: #979797;
}

.contents-view h3 {
    padding-bottom: 15px;
    border-bottom: 5px solid #F6F6F6;
}

.contents-view p img {
    width: 100%;
}

.opinion-box {
    background-color: #F8FDFE;
}

.selfcheck-end-message {
    border: 2px solid #25665E;
    background-color: #F8FDFE;
}

.selfcheck-end-message p {
    color: #333333;
}

.selfcheck-opinion-messge {
    background-color: #F8FDFE;
}

.selfcheck-opinion-messge p {
    color: #333333;
}

.user-info figure {
    width: 80px;
    height: 80px;
    border: 1px solid #D6D3D1;
    background-color: #F8FDFE;
}

.user-info figure img {
    width: 100%;
}

.empty {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem 0;
    padding: 1rem 0.5rem !important;
    width: 100% !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    border: 3px solid #e5e5e5;
    border-radius: 20px;
}

.empty img {
    margin-bottom: 0.5rem;
    max-width: 70px;
    width: 70px;
    height: 80px;
}

.empty p {
    font-size: 0.875rem !important;
    font-weight: 500;
    color: #979797 !important;
}

.selfcheck .toolbar-top span, .selfcheck-result .toolbar-top span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 250px;
    background-color: #f1f1f1;
}

@media screen and (max-width: 500px) {
    .selfcheck .toolbar-top span, .selfcheck-result .toolbar-top span {
        top: -15px;
        left: 50%;
        width: 115%;
        border-radius: 0 0 50% 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: border-radius .3s;
        transition: border-radius .3s;
    }
}

@media screen and (min-width: 500px) {
    .selfcheck .toolbar-top span, .selfcheck-result .toolbar-top span {
        position: fixed;
        width: 100%;
        height: 200px;
    }
}

@media screen and (min-width: 768px) {
    .selfcheck .toolbar-top span, .selfcheck-result .toolbar-top span {
        height: 350px;
    }
}

.calendar {
    position: relative;
}

.calendar .calendar-bg-01 {
    position: absolute;
    top: 18%;
    left: 20%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.calendar .calendar-bg-02 {
    position: absolute;
    top: 12%;
    left: 62%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #C4D1F2;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #C4D1F2), color-stop(100%, #A3F4F6));
    background: -webkit-gradient(linear, left top, left bottom, from(#C4D1F2), to(#A3F4F6));
    background: linear-gradient(to bottom, #C4D1F2 0%, #A3F4F6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4D1F2', endColorstr='#A3F4F6', GradientType=0);
}

.calendar-wrap {
    position: relative;
    z-index: 1;
}

.calendar-wrap .calendar-content table {
    table-layout: fixed;
    width: 100%;
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th {
    padding: 2rem 0;
    text-align: center;
    vertical-align: middle;
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 2.500rem;
    font-weight: 900;
    color: #25665E;
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(1) a, .calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(3) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    min-width: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.625rem;
    background-color: var(--btn-action-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.1rem;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(1) a:hover, .calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(3) a:hover {
    background-color: #25665E;
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(1) a {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23EC4899' d='M15 19c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4l6-6c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.4 12l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(1) a:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M15 19c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4l6-6c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.4 12l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(3) a {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23EC4899' d='M9 19c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l6 6c.4.4.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(3) a:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M9 19c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l6 6c.4.4.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(2) {
    border-bottom: 1px solid #f1f1f1;
    font-weight: 300;
}

.calendar-wrap .calendar-content table tbody tr:nth-of-type(2) td {
    padding-bottom: 1rem;
    text-align: center;
    color: #25665E;
    font-size: 1rem;
}

.calendar-wrap .calendar-content table tbody tr td {
    padding: 1rem 0 3rem;
    text-align: center;
    color: #979797;
    font-size: 0.875rem;
}

.calendar-wrap .calendar-content table tbody tr td a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    max-width: 30px;
    height: 30px;
    color: #25665E;
    font-size: 0.875rem;
    border: 1px solid #25665E;
    border-radius: 50%;
    background-color: transparent;
}

.calendar-wrap .calendar-content table tbody tr td a::after {
    content: '';
    -webkit-transition: background-color .5s, width .5s, hight .5s;
    transition: background-color .5s, width .5s, hight .5s;
}

.calendar-wrap .calendar-content table tbody tr td a:hover::after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ec4899;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M22 2h-6c-1.6 0-3.1.8-4 2-.9-1.2-2.4-2-4-2H2c-.6 0-1 .4-1 1v15c0 .6.4 1 1 1h7c1.1 0 2 .9 2 2 0 .6.4 1 1 1s1-.4 1-1c0-1.1.9-2 2-2h7c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1zM11 17.5c-.6-.3-1.3-.5-2-.5H3V4h5c1.7 0 3 1.3 3 3v10.5zm10-.5h-6c-.7 0-1.4.2-2 .5V7c0-1.7 1.3-3 3-3h5v13z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    border-radius: 50%;
    -webkit-transition: background-color .3s, width .3s, height .3s;
    transition: background-color .3s, width .3s, height .3s;
}

.calendar-wrap .calendar-content table tbody tr td a[href="javascript:callDay('/User_diary/diary_write')"] {
    color: #fff;
    background-color: #25665E;
}

.calendar-wrap .calendar-content table tbody tr td a[href="javascript:callDay('/User_diary/diary_write')"] strong {
    font-size: 0.875rem;
}

.calendar-wrap .calendar-content table tbody tr td a[href="javascript:callDay('/User_diary/diary_write')"]:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M21 19h-9c-.6 0-1 .4-1 1s.4 1 1 1h9c.6 0 1-.4 1-1s-.4-1-1-1zM20.2 2.8c-1.2-1.2-3.2-1.2-4.4 0L3.3 15.3c-.1.1-.2.3-.3.5l-1 4c-.1.3 0 .7.3.9.2.2.4.3.7.3h.2l4-1c.2 0 .3-.1.5-.3L20.2 7.2c1.2-1.2 1.2-3.2 0-4.4zm-1.4 3L6.5 18.1l-2.1.5.5-2.1L17.2 4.2c.4-.4 1.2-.4 1.6 0 .4.4.4 1.2 0 1.6z'/%3E%3C/svg%3E");
}

.calendar-wrap .calendar-content table tbody tr td a[href="javascript:callDay('/User_diary/diary_write')"]::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    background-color: #ed184f !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#fd5581), to(#fd8b55));
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 520px) {
    .calendar-wrap .calendar-content table tbody tr td {
        padding: 1rem 0 2rem;
    }
}

@media screen and (max-width: 280px) {
    .calendar-wrap .calendar-content table tbody tr:nth-of-type(1) th:nth-of-type(2) {
        font-size: 1.5rem;
    }

    .calendar-wrap .calendar-content table tbody tr td {
        padding: 1rem 0;
    }
}

.calendar-wrap .wake-up .input-line .input-box {
    padding-bottom: 0;
}

.calendar-wrap .wake-up .input-line .input-box input {
    font-size: 1rem;
    font-weight: 500;
    color: #25665E;
    cursor: pointer;
}

.ui-timepicker-standard {
    font-family: "Roboto", sans-serif !important;
    padding: 0 !important;
    border-color: #25665E !important;
    border-radius: 12px;
    z-index: 1 !important;
}


.ui-timepicker-standard .ui-timepicker {
    padding: 0 !important;
    width: 100% !important;
}

.ui-timepicker-standard .ui-timepicker-viewport {
    width: 100%;
    background-color: #fff;
}

.ui-timepicker-standard .ui-timepicker-viewport .ui-menu-item {
    position: relative;
    width: 100%;
}

.ui-timepicker-standard .ui-timepicker-viewport .ui-menu-item:nth-of-type(n + 2) {
    margin-top: 0.5rem;
}

.ui-timepicker-standard .ui-timepicker-viewport .ui-menu-item a {
    padding: 0.5rem 1rem;
    border-width: 0;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
}

.ui-timepicker-standard .ui-timepicker-viewport .ui-menu-item a.ui-state-hover {
    border-width: 0;
    color: #fff;
    background-color: #25665E;
}

.medical-calendar-wrap table {
    table-layout: fixed;
    width: 100%;
}

.medical-calendar-wrap table tr:nth-of-type(1) th {
    padding: 1.5rem 0;
    border: none;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 900;
    color: #25665E;
}

.medical-calendar-wrap table tr:nth-of-type(1) th:nth-of-type(1) a, .medical-calendar-wrap table tr:nth-of-type(1) th:nth-of-type(3) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    min-width: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.625rem;
    background-color: var(--btn-action-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.1rem;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.medical-calendar-wrap table tr:nth-of-type(1) th:nth-of-type(1) a:hover, .medical-calendar-wrap table tr:nth-of-type(1) th:nth-of-type(3) a:hover {
    background-color: #25665E;
}

.medical-calendar-wrap table tr:nth-of-type(1) th:nth-of-type(1) a {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23EC4899' d='M15 19c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4l6-6c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.4 12l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.medical-calendar-wrap table tr:nth-of-type(1) th:nth-of-type(1) a:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M15 19c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4l6-6c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.4 12l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.medical-calendar-wrap table tr:nth-of-type(1) th:nth-of-type(3) a {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23EC4899' d='M9 19c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l6 6c.4.4.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.medical-calendar-wrap table tr:nth-of-type(1) th:nth-of-type(3) a:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M9 19c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l6 6c.4.4.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
}

.medical-calendar-wrap table tr:nth-of-type(2) td {
    padding: 0.8rem;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    color: #25665E;
}

.medical-calendar-wrap table tr td {
    padding: 1rem 0 0 1rem;
    height: 70px;
    border: 1px solid #ddd;
    font-size: 0.875rem;
    color: #333333;
    overflow: hidden;
}

.medical-calendar-wrap table tr td:first-child {
    border-left: none;
}

.medical-calendar-wrap table tr td:last-child {
    border-right: none;
}

.medical-calendar-wrap table tr td a {
    position: relative;
    display: block;
    font-weight: 900;
    color: #25665E;
}

.medical-calendar-wrap table tr td a::before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
    margin-bottom: 2px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23EC4899' d='M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm0 20c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9z'/%3E%3Cpath fill='%23EC4899' d='M16.4 13.1 13 11.4V6c0-.6-.4-1-1-1s-1 .4-1 1v6c0 .4.2.7.6.9l4 2c.1.1.2.1.4.1.4 0 .7-.2.9-.6.2-.4 0-1-.5-1.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.medical-calendar-wrap table tr td a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 5px;
    background-color: #25665E;
}

@media screen and (max-width: 520px) {
    .medical-calendar-wrap table tr td {
        padding: 1rem 0;
        height: 65px;
        text-align: center;
    }

    .medical-calendar-wrap table tr td a::after {
        left: 50%;
        bottom: -15px;
        width: 12px;
        height: 5px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.word-cloud .ranking ul {
    gap: 15px;
}

.word-cloud .ranking ul li {
    padding: 1rem 1.5rem;
    background-color: #FFF;
}

.word-cloud .ranking ul li .index {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2rem;
    height: 30px;
    font-size: 1rem;
    font-weight: 500;
    color: #25665E;
}

.word-cloud .ranking ul li .index::before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23EC4899' d='M12 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm0-14C8.7 2 6 4.7 6 8s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6z'/%3E%3Cpath fill='%23EC4899' d='M17 24c-.2 0-.4 0-.5-.1L12 21.2l-4.5 2.7c-.3.2-.7.2-1.1 0-.3-.2-.5-.6-.4-1l1.2-9.1c.1-.5.6-.9 1.1-.9.6.1 1 .6.9 1.1l-.9 7.1 3.2-1.9c.3-.2.7-.2 1 0l3.2 1.9-.9-7.1c-.1-.5.3-1.1.9-1.1.6-.1 1.1.3 1.1.9l1.2 9.1c.1.4-.1.8-.4 1-.2 0-.4.1-.6.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: 1rem;
}

.word-cloud .cloud .count {
    padding: 0.5rem 1.5rem;
    background-color: #FFF;
}

@media screen and (max-width: 768px) {
    .word-cloud {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .word-cloud .cloud .count {
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.content-category {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
}

.content-category > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
}

.content-category > ul li:not(.category-btn) div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-category > ul li:not(.category-btn) i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.5rem;
    width: 20px;
    height: 20px;
    color: #979797;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.content-category > ul li:not(.category-btn).category-btn {
    display: none;
}

.content-category > ul li.category-btn {
    display: none;
}

.content-category > ul li.category-btn button i {
    margin-top: -2px;
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 768px) {
    .content-category {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%;
    }

    .content-category ul li:not(.category-btn) {
        display: none;
    }

    .content-category ul li.category-btn {
        display: block;
    }

    .content-category.open > ul {
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.5rem 3rem;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
    }

    .content-category.open > ul li:not(.category-btn) {
        display: block;
    }

    .content-category.open > ul li.category-btn {
        margin-bottom: 1rem;
    }

    .content-category.open > ul li.category-btn button i.icon-list {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%231d1d1f' d='m13.4 12 5.3-5.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0L12 10.6 6.7 5.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l5.3 5.3-5.3 5.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3l5.3-5.3 5.3 5.3c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4L13.4 12z'/%3E%3C/svg%3E");
    }
}

.emotion-calendar table tbody tr td a {
    overflow: hidden;
}

.emotion-calendar table tbody tr td a::after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.emotion-calendar table tbody tr td a[href="javascript:callDay('/User_diary/diary_emotion_card')"] {
    color: #fff;
    background-color: #25665E;
    overflow: visible;
}

.emotion-calendar table tbody tr td a[href="javascript:callDay('/User_diary/diary_emotion_card')"] strong {
    font-size: 0.875rem;
}

.emotion-calendar table tbody tr td a[href="javascript:callDay('/User_diary/diary_emotion_card')"]:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M21 19h-9c-.6 0-1 .4-1 1s.4 1 1 1h9c.6 0 1-.4 1-1s-.4-1-1-1zM20.2 2.8c-1.2-1.2-3.2-1.2-4.4 0L3.3 15.3c-.1.1-.2.3-.3.5l-1 4c-.1.3 0 .7.3.9.2.2.4.3.7.3h.2l4-1c.2 0 .3-.1.5-.3L20.2 7.2c1.2-1.2 1.2-3.2 0-4.4zm-1.4 3L6.5 18.1l-2.1.5.5-2.1L17.2 4.2c.4-.4 1.2-.4 1.6 0 .4.4.4 1.2 0 1.6z'/%3E%3C/svg%3E");
}

.emotion-calendar table tbody tr td a[href="javascript:callDay('/User_diary/diary_emotion_card')"]::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    background-color: #ed184f !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#fd5581), to(#fd8b55));
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.emotion-calendar table tbody tr td a.first_grade {
    border-color: transparent !important;
}

.emotion-calendar table tbody tr td a.first_grade::after {
    display: block;
    background-image: url("/application/views/dist/img/first_grade.svg");
}

.emotion-calendar table tbody tr td a.second_grade {
    border-color: transparent !important;
}

.emotion-calendar table tbody tr td a.second_grade::after {
    display: block;
    background-image: url("/application/views/dist/img/second_grade.svg");
}

.emotion-calendar table tbody tr td a.third_grade {
    border-color: transparent !important;
}

.emotion-calendar table tbody tr td a.third_grade::after {
    display: block;
    background-image: url("/application/views/dist/img/third_grade.svg");
}

.emotion-calendar table tbody tr td a.fourth_grade {
    border-color: transparent !important;
}

.emotion-calendar table tbody tr td a.fourth_grade::after {
    display: block;
    background-image: url("/application/views/dist/img/fourth_grade.svg");
}

.emotion-calendar table tbody tr td a.fivth_grade {
    border-color: transparent !important;
}

.emotion-calendar table tbody tr td a.fivth_grade::after {
    display: block;
    background-image: url("/application/views/dist/img/fivth_grade.svg");
}

.emotion-card-wrap .emotion-card-m {
    display: none;
}

.emotion-card-wrap .emotion-card-m .emotion-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
}

.emotion-card-wrap .emotion-card-m .emotion-list li {
    width: calc(100% / 4 - 0.5rem);
    border: 3px solid #ddd;
    border-radius: 14px;
    background-color: #fff;
    -webkit-transition: border .3s;
    transition: border .3s;
    overflow: hidden;
}

.emotion-card-wrap .emotion-card-m .emotion-list li.image-selected {
    border: 3px solid #25665E;
}

.emotion-card-wrap .emotion-card-m .emotion-list li img {
    display: none;
    width: 100%;
}

.emotion-card-wrap .emotion-card-m .emotion-list li span {
    display: block;
    margin: 0.5rem 0;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
}

.emotion-card-wrap .emotion-card-m .emotion-list li span.text-en {
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: #979797;
}

.emotion-card-wrap .emotion-card-pc > div {
    background-color: #fff;
    background-image: url("/application/views/dist/img/card-pc-bg2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 930px 930px;
}

.emotion-card-wrap .emotion-card-pc > div > div {
    position: relative;
    padding: 85px 15px;
    background-image: url("/application/views/dist/img/card-pc-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 750px;
}

.emotion-card-wrap .emotion-card-pc > div table {
    table-layout: fixed;
    position: relative;
    margin: 0 auto;
    width: 88%;
}

.emotion-card-wrap .emotion-card-pc > div table td .emotion-card {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.5rem;
    height: 59px;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: border .3s, background-color .3s, -webkit-transform .3s;
    transition: border .3s, background-color .3s, -webkit-transform .3s;
    transition: border .3s, background-color .3s, transform .3s;
    transition: border .3s, background-color .3s, transform .3s, -webkit-transform .3s;
    cursor: pointer;
}

.emotion-card-wrap .emotion-card-pc > div table td .emotion-card:hover, .emotion-card-wrap .emotion-card-pc > div table td .emotion-card.image-selected {
    border-top: 1px solid #25665E;
    border-bottom: 1px solid #25665E;
    background-color: white;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.emotion-card-wrap .emotion-card-pc > div table td .emotion-card img {
    display: none;
    width: 60%;
}

.emotion-card-wrap .emotion-card-pc > div table td .emotion-card span {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.emotion-card-wrap .emotion-card-pc > div table td .emotion-card span.text-en {
    font-size: 10px;
    color: #979797;
}

@media screen and (max-width: 768px) {
    .emotion-card-wrap .emotion-card-m {
        display: block;
    }

    .emotion-card-wrap .emotion-card-m .emotion-list li {
        width: calc(100% / 6 - 0.5rem);
    }

    .emotion-card-wrap .emotion-card-pc {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .emotion-card-wrap .emotion-card-m .emotion-list li {
        width: calc(100% / 4 - 0.5rem);
    }
}

@media screen and (max-width: 520px) {
    .emotion-card-list > div {
        width: calc(100% / 3 - 15px);
    }
}

.layer-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.layer-popup .layer-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.layer-popup .layer-popup-content > a {
    display: block;
}

.layer-popup .layer-popup-content > a figure {
    width: 100%;
}

.layer-popup .layer-popup-content > a figure img {
    width: 100%;
}

.layer-popup .layer-popup-content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer-popup .layer-popup-content > div button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% / 2);
    height: 40px;
    border: none;
    font-size: 0.9rem;
    color: #979797;
}

.layer-popup .layer-popup-content > div button:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.width-30 {
    width: 30px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.bd-none {
    border: none !important;
}

.bd-5 {
    border: 5px solid #ddd;
}

.bd-top-5 {
    border-top: 5px solid #ddd;
}

.bd-right-5 {
    border-right: 5px solid #ddd;
}

.bd-bottom-5 {
    border-bottom: 5px solid #ddd;
}

.bd-left-5 {
    border-left: 5px solid #ddd;
}

.bd-4 {
    border: 4px solid #ddd;
}

.bd-top-4 {
    border-top: 4px solid #ddd;
}

.bd-right-4 {
    border-right: 4px solid #ddd;
}

.bd-bottom-4 {
    border-bottom: 4px solid #ddd;
}

.bd-left-4 {
    border-left: 4px solid #ddd;
}

.bd-3 {
    border: 3px solid #ddd;
}

.bd-top-3 {
    border-top: 3px solid #ddd;
}

.bd-right-3 {
    border-right: 3px solid #ddd;
}

.bd-bottom-3 {
    border-bottom: 3px solid #ddd;
}

.bd-left-3 {
    border-left: 3px solid #ddd;
}

.bd-2 {
    border: 2px solid #ddd;
}

.bd-top-2 {
    border-top: 2px solid #ddd;
}

.bd-right-2 {
    border-right: 2px solid #ddd;
}

.bd-bottom-2 {
    border-bottom: 2px solid #ddd;
}

.bd-left-2 {
    border-left: 2px solid #ddd;
}

.bd-1 {
    border: 1px solid #ddd;
}

.bd-top-1 {
    border-top: 1px solid #ddd;
}

.bd-right-1 {
    border-right: 1px solid #ddd;
}

.bd-bottom-1 {
    border-bottom: 1px solid #ddd;
}

.bd-left-1 {
    border-left: 1px solid #ddd;
}

.round-none {
    border-radius: 0;
}

.round50p {
    border-radius: 50%;
}

.round-44 {
    border-radius: 44px;
}

.round-tleft-44 {
    border-radius: 44px 0 0 0;
}

.round-tright-44 {
    border-radius: 44px 0 0;
}

.round-bright-44 {
    border-radius: 0 0 44px 0;
}

.round-bleft-44 {
    border-radius: 0 0 0 44px;
}

.round-40 {
    border-radius: 40px;
}

.round-tleft-40 {
    border-radius: 40px 0 0 0;
}

.round-tright-40 {
    border-radius: 40px 0 0;
}

.round-bright-40 {
    border-radius: 0 0 40px 0;
}

.round-bleft-40 {
    border-radius: 0 0 0 40px;
}

.round-36 {
    border-radius: 36px;
}

.round-tleft-36 {
    border-radius: 36px 0 0 0;
}

.round-tright-36 {
    border-radius: 36px 0 0;
}

.round-bright-36 {
    border-radius: 0 0 36px 0;
}

.round-bleft-36 {
    border-radius: 0 0 0 36px;
}

.round-32 {
    border-radius: 32px;
}

.round-tleft-32 {
    border-radius: 32px 0 0 0;
}

.round-tright-32 {
    border-radius: 32px 0 0;
}

.round-bright-32 {
    border-radius: 0 0 32px 0;
}

.round-bleft-32 {
    border-radius: 0 0 0 32px;
}

.round-28 {
    border-radius: 28px;
}

.round-tleft-28 {
    border-radius: 28px 0 0 0;
}

.round-tright-28 {
    border-radius: 28px 0 0;
}

.round-bright-28 {
    border-radius: 0 0 28px 0;
}

.round-bleft-28 {
    border-radius: 0 0 0 28px;
}

.round-24 {
    border-radius: 24px;
}

.round-tleft-24 {
    border-radius: 24px 0 0 0;
}

.round-tright-24 {
    border-radius: 24px 0 0;
}

.round-bright-24 {
    border-radius: 0 0 24px 0;
}

.round-bleft-24 {
    border-radius: 0 0 0 24px;
}

.round-20 {
    border-radius: 20px;
}

.round-tleft-20 {
    border-radius: 20px 0 0 0;
}

.round-tright-20 {
    border-radius: 20px 0 0;
}

.round-bright-20 {
    border-radius: 0 0 20px 0;
}

.round-bleft-20 {
    border-radius: 0 0 0 20px;
}

.round-16 {
    border-radius: 16px;
}

.round-tleft-16 {
    border-radius: 16px 0 0 0;
}

.round-tright-16 {
    border-radius: 16px 0 0;
}

.round-bright-16 {
    border-radius: 0 0 16px 0;
}

.round-bleft-16 {
    border-radius: 0 0 0 16px;
}

.round-12 {
    border-radius: 12px;
}

.round-tleft-12 {
    border-radius: 12px 0 0 0;
}

.round-tright-12 {
    border-radius: 12px 0 0;
}

.round-bright-12 {
    border-radius: 0 0 12px 0;
}

.round-bleft-12 {
    border-radius: 0 0 0 12px;
}

.round-8 {
    border-radius: 8px;
}

.round-tleft-8 {
    border-radius: 8px 0 0 0;
}

.round-tright-8 {
    border-radius: 8px 0 0;
}

.round-bright-8 {
    border-radius: 0 0 8px 0;
}

.round-bleft-8 {
    border-radius: 0 0 0 8px;
}

.round-5 {
    border-radius: 5px;
}

.round-tright-5 {
    border-radius: 5px 0 0;
}

.round-bright-5 {
    border-radius: 0 0 5px 0;
}

.round-4 {
    border-radius: 4px;
}

.round-tleft-4 {
    border-radius: 4px 0 0 0;
}

.round-tright-4 {
    border-radius: 4px 0 0;
}

.round-bright-4 {
    border-radius: 0 0 4px 0;
}

.round-bleft-4 {
    border-radius: 0 0 0 4px;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-block-inline {
    display: inline-block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-flex-inline {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.justify-space-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-space-r {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.op-100 {
    opacity: 1;
}

.op-75 {
    opacity: .75;
}

.op-50 {
    opacity: .5;
}

.op-20 {
    opacity: .2;
}

.op-0 {
    opacity: 0;
}

.over-auto {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
}

.over-hidden {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}

.overscroll-x {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
}

.overscroll-y {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.white-wrap {
    white-space: normal;
}

.white-nowrap {
    white-space: nowrap;
}

.p-static {
    position: static;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.top0 {
    top: 0;
}

.bottom0 {
    bottom: 0;
}

.left0 {
    left: 0;
}

.right0 {
    right: 0;
}

.horizontal-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    *::-webkit-scrollbar {
        display: none;
    }

    *::-webkit-scrollbar-thumb {
        display: none;
    }

    *::-webkit-scrollbar-thumb:hover {
        display: none;
    }
}

.silder-warp::-webkit-scrollbar {
    display: none;
}

.silder-warp::-webkit-scrollbar-thumb {
    display: none;
}

.silder-warp::-webkit-scrollbar-thumb:hover {
    display: none;
}

.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.w-76 {
    width: 76px;
}

.w-56 {
    width: 56px;
}

.w-50 {
    width: 50px;
}

.w-44 {
    width: 44px;
}

.w-32 {
    width: 32px;
}

.wp-100 {
    width: 100%;
}

.wp-90 {
    width: 90%;
}

.wp-80 {
    width: 80%;
}

.wp-70 {
    width: 70%;
}

.wp-60 {
    width: 60%;
}

.wp-50 {
    width: 50%;
}

.wp-40 {
    width: 40%;
}

.wp-30 {
    width: 30%;
}

.wp-20 {
    width: 20%;
}

.wp-10 {
    width: 10%;
}

.h-fit {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}

.h-100 {
    height: 100% !important;
}

.h-100vh {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.ma-auto {
    margin: auto;
}

.mx-auto {
    margin: 0 auto;
}

.my-auto {
    margin: auto 0;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.word-wrap {
    word-break: break-all;
}

.word-keep {
    word-break: keep-all;
}

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.td-none {
    text-decoration: none;
}

.td-underline {
    text-decoration: underline;
}

.fs-30 {
    font-size: 1.875rem !important;
}

.fs-28 {
    font-size: 1.75rem !important;
}

.fs-26 {
    font-size: 1.625rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-125 {
    line-height: 1.25 !important;
}

.lh-15 {
    line-height: 1.5 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.ellipsis {
    display: inline-block !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-line1 {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    max-height: 2.8rem;
    -webkit-line-clamp: 1;
}

.ellipsis-line2 {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    max-height: 2.8rem;
    -webkit-line-clamp: 2;
}

.ellipsis-line3 {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    max-height: 10rem;
    -webkit-line-clamp: 3;
}

.sr-only {
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}

.align-baseline {
    vertical-align: baseline;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.visivle {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.z-10000 {
    z-index: 10000;
}

.z-9000 {
    z-index: 9000;
}

.z-8000 {
    z-index: 8000;
}

.z-7000 {
    z-index: 7000;
}

.z-6000 {
    z-index: 6000;
}

.z-5000 {
    z-index: 5000;
}

.z-4000 {
    z-index: 4000;
}

.z-3000 {
    z-index: 3000;
}

.z-2000 {
    z-index: 2000;
}

.z-1000 {
    z-index: 1000;
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="url"], input[type="search"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 100%;
    border: 0 solid transparent;
    background-color: transparent;
    font-size: 1rem;
    color: var(--text-01);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:disabled {
    border-color: var(--form-disabled-border) !important;
    background-color: var(--form-disabled-bg) !important;
}

input:disabled:hover {
    border-color: var(--form-disabled-border) !important;
    background-color: var(--form-disabled-bg) !important;
}

.input-fill {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.input-fill label, .input-fill .input-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-02);
}

.input-fill .input-box {
    position: relative;
    padding-bottom: 1rem;
}

.input-fill .input-box input {
    position: relative;
    padding: 1rem;
    height: 44px;
    border: 1px solid var(--input-text-border);
    background-color: var(--input-text-bg);
    -webkit-transition: color .3s, border-color .3s, background-color .3s;
    transition: color .3s, border-color .3s, background-color .3s;
}

.input-fill .input-box input:hover {
    border: 1px solid var(--input-text-border-hover);
    background-color: var(--input-text-bg-hover);
}

.input-fill .input-box input:focus {
    border: 1px solid var(--input-text-border-focus);
    background-color: var(--input-text-bg-focus);
}

.input-fill .input-box input::-webkit-input-placeholder {
    color: var(--text-03);
}

.input-fill .input-box input:-ms-input-placeholder {
    color: var(--text-03);
}

.input-fill .input-box input::-ms-input-placeholder {
    color: var(--text-03);
}

.input-fill .input-box input::placeholder {
    color: var(--text-03);
}

.input-fill .input-helper {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    color: var(--text-03);
}

.input-fill.success input {
    border: 1px solid var(--success);
}

.input-fill.success .input-helper {
    color: var(--success);
}

.input-fill.error input {
    border: 1px solid var(--error);
    background-color: #f9baba;
}

.input-fill.error input::-webkit-input-placeholder {
    color: var(--error);
}

.input-fill.error input:-ms-input-placeholder {
    color: var(--error);
}

.input-fill.error input::-ms-input-placeholder {
    color: var(--error);
}

.input-fill.error input::placeholder {
    color: var(--error);
}

.input-fill.error .input-helper {
    color: var(--error);
}

.input-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.input-line label, .input-line .input-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-02);
}

.input-line .input-box {
    position: relative;
    padding-bottom: 1rem;
}

.input-line .input-box input {
    position: relative;
    padding: 1rem;
    height: 44px;
    border: 1px solid var(--input-text-border);
    background-color: #fff;
    -webkit-transition: color .3s, border-color .3s, background-color .3s;
    transition: color .3s, border-color .3s, background-color .3s;
}

.input-line .input-box input:hover {
    border: 1px solid var(--input-text-border-hover);
    background-color: #fff;
}

.input-line .input-box input:focus {
    border: 1px solid var(--input-text-border-focus);
    background-color: #fff;
}

.input-line .input-box input::-webkit-input-placeholder {
    color: var(--text-03);
}

.input-line .input-box input:-ms-input-placeholder {
    color: var(--text-03);
}

.input-line .input-box input::-ms-input-placeholder {
    color: var(--text-03);
}

.input-line .input-box input::placeholder {
    color: var(--text-03);
}

.input-line .input-helper {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    color: var(--text-03);
}

.input-line.success input {
    border: 1px solid var(--success);
    background-color: #fff;
}

.input-line.success .input-helper {
    color: var(--success);
}

.input-line.error input {
    border: 1px solid var(--error);
    background-color: #fff;
}

.input-line.error input::-webkit-input-placeholder {
    color: var(--error);
}

.input-line.error input:-ms-input-placeholder {
    color: var(--error);
}

.input-line.error input::-ms-input-placeholder {
    color: var(--error);
}

.input-line.error input::placeholder {
    color: var(--error);
}

.input-line.error .input-helper {
    color: var(--error);
}

.input-tail .input-box input:focus {
    padding-right: 44px;
}

.input-tail .input-box input:focus ~ input[type="reset"] {
    opacity: 1;
}

.input-tail .input-box input[type="reset"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    border: 0;
    background: url("/application/views/dist/img/default-ui-icon/icon-input-close.svg") no-repeat center;
    background-size: 15px;
    opacity: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.input-tail .input-box input[type="password"] ~ .btn-password-view, .input-tail .input-box input.input-password-view ~ .btn-password-view {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    border: 0;
    background: url("/application/views/dist/img/default-ui-icon/icon-input-eye-view.svg") no-repeat center;
    background-size: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.input-tail .input-box input[type="password"] ~ .btn-password-view.hide, .input-tail .input-box input.input-password-view ~ .btn-password-view.hide {
    background: url("/application/views/dist/img/default-ui-icon/icon-input-eye-hide.svg") no-repeat center;
    background-size: 22px;
}

.input-icon .input-box .icon {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.input-icon .input-box .icon:first-child + input {
    padding-left: 44px;
}

.input-icon .input-box .icon:first-child ~ label {
    left: 44px;
}

.input-icon .input-box .icon:last-child {
    right: 0;
}

.input-icon .input-box > input:first-child {
    padding-right: 44px;
}

.input-icon.input-floating-fill .input-box .icon, .input-icon.input-floating-line .input-box .icon, .input-icon.input-floating-underline .input-box .icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-icon.input-tail .input-box input:not([type="reset"]) {
    padding-right: 44px;
}

.input-icon.input-tail .input-box input:not([type="reset"]):focus {
    padding-right: 88px;
}

.input-icon.input-tail .input-box input:not([type="reset"]):focus ~ .icon {
    right: 44px;
}

.input-icon.input-tail .input-box input[type="password"] {
    padding-right: 88px;
}

.input-icon.input-tail .input-box input[type="password"] ~ .icon {
    right: 44px;
}

textarea {
    font-family: inherit;
    padding: 1rem;
    width: 100%;
    font-size: 1rem;
    border: 1px solid var(--input-text-border);
    background-color: #fff;
    resize: none;
    -webkit-transition: color .3s, border-color .3s, background-color .3s;
    transition: color .3s, border-color .3s, background-color .3s;
}

textarea:disabled {
    border-color: var(--form-disabled-border) !important;
    background-color: var(--form-disabled-bg) !important;
}

textarea:disabled:hover {
    border-color: var(--form-disabled-border) !important;
    background-color: var(--form-disabled-bg) !important;
}

textarea:hover {
    border: 1px solid var(--input-text-border-hover);
    background-color: #fff;
}

textarea:focus {
    border: 1px solid var(--input-text-border-focus);
    background-color: #fff;
}

textarea::-webkit-input-placeholder {
    color: var(--text-03);
}

textarea:-ms-input-placeholder {
    color: var(--text-03);
}

textarea::-ms-input-placeholder {
    color: var(--text-03);
}

textarea::placeholder {
    color: var(--text-03);
}

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    top: 50%;
    left: 0;
    border: none;
    margin: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:disabled ~ label {
    color: gray;
}

input:disabled ~ label::before {
    border-color: #E5E7EB !important;
    background-color: #E5E7EB !important;
}

.input-check {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-check input[type="checkbox"] ~ label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.input-check input[type="checkbox"] ~ label::before {
    content: '';
    margin-right: 0.625rem;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #25665E;
    -webkit-transition: .1s;
    transition: .1s;
}

.input-check input[type="checkbox"] ~ label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 10px;
    height: 7px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .1s;
    transition: .1s;
    opacity: 0;
}

.input-check input[type="checkbox"]:checked:focus ~ label::before {
    outline: 3px solid skyblue;
}

.input-check input[type="checkbox"]:checked ~ label::before {
    background-color: #25665E;
    border-color: #25665E;
}

.input-check input[type="checkbox"]:checked ~ label::after {
    opacity: 1;
}

.input-check input[type="radio"] ~ label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.input-check input[type="radio"] ~ label::before {
    content: '';
    margin-right: 0.625rem;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #25665E;
    border-radius: 50%;
    -webkit-transition: .1s;
    transition: .1s;
}

.input-check input[type="radio"] ~ label::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .1s;
    transition: .1s;
    opacity: 0;
}

.input-check input[type="radio"]:checked:focus ~ label::before {
    outline: 3px solid skyblue;
}

.input-check input[type="radio"]:checked ~ label::before {
    background-color: #25665E;
    border-color: #25665E;
}

.input-check input[type="radio"]:checked ~ label::after {
    opacity: 1;
}

.input-check-only label {
    text-indent: -99999px;
}

.input-check-only label::before {
    margin: 0 !important;
}

.input-check-right label::before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0.625rem;
    margin-right: 0 !important;
}

.input-check-right label::after {
    left: auto !important;
    right: 3px;
}

.question-check {
    position: relative;
}

.question-check:nth-of-type(n + 2) {
    margin-top: 15px;
}

.question-check label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2hjydlsrks
    0px 0 40px;
    width: 100%;
    height: 44px;
    border: 1px solid #D6D3D1;
    border-radius: 22px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.15rem;
    cursor: pointer;
}

.question-check input {
    position: absolute;
    opacity: 0;
}

.question-check input:hover ~ label {
    color: #fff;
    border-color: var(--ui-point-color);
    background-color: var(--ui-point-color);
    -webkit-transition: .3s;
    transition: .3s;
}

.question-check input:checked ~ label {
    color: #fff;
    border-color: var(--ui-point-color);
    background-color: var(--ui-point-color);
    -webkit-transition: .3s;
    transition: .3s;
}

.question-check input:checked ~ label::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 17px;
    height: 12px;
    background: url("/application/views/dist/img/default-ui-icon/icon-check.svg") no-repeat center;
}


.feedback-check {
    position: relative;
    display: inline-flex;
    width: 85px;
    margin-right: 2px;
}

.feedback-check:nth-of-type(n + 2) {
    margin-top: 15px;
}

.feedback-check label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    display: inline-grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 0 20px 0 40px;*/
    padding: 0 3px 0 3px;
    width: 100%;
    height: 44px;
    border: 1px solid #D6D3D1;
    border-radius: 22px;
    line-height: 1.2;
    font-weight: 500;
    cursor: pointer;
}

.feedback-check input {
    position: absolute;
    opacity: 0;
}

.feedback-check input:hover ~ label {
    color: #fff;
    border-color: var(--ui-point-color);
    background-color: var(--ui-point-color);
    -webkit-transition: .3s;
    transition: .3s;
}

.feedback-check input:checked ~ label {
    color: #fff;
    border-color: var(--ui-point-color);
    background-color: var(--ui-point-color);
    -webkit-transition: .3s;
    transition: .3s;
}

.feedback-check input:checked ~ label::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 17px;
    height: 12px;
    /*background: url("/application/views/dist/img/default-ui-icon/icon-check.svg") no-repeat center;*/
}


.input-check-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-check-arrow input:checked + label::before {
    background: url("/application/views/dist/img/default-ui-icon/icon-input-check-arrow-active.svg") no-repeat center;
    background-color: transparent !important;
}

.input-check-arrow label::after {
    display: none;
}

.input-check-arrow label::before {
    width: 1.5rem !important;
    height: 1.5rem !important;
    border: none !important;
    background: url("/application/views/dist/img/default-ui-icon/icon-input-check-arrow.svg") no-repeat center;
}

.input-check-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.input-check-btn input + label:hover {
    background-color: #25665E;
    border-color: #25665E;
    color: #fff;
}

.input-check-btn input:checked + label {
    background-color: #25665E;
    border-color: #25665E;
    color: #fff;
}

.input-check-btn label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 44px;
    border: 1px solid #D6D3D1;
    border-radius: 12px;
    background-color: #fff;
    color: #333333;
    font-size: 1rem;
    -webkit-transition: color .3s, border-color .3s, background-color .3s;
    transition: color .3s, border-color .3s, background-color .3s;
}

.input-check-btn label::after {
    display: none;
}

.input-check-btn label::before {
    display: none;
}

.input-check-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.input-check-double > div.input-check, .input-check-double > div.input-check-btn {
    width: 100%;
}

.input-check-double > div.input-check:nth-of-type(n + 2), .input-check-double > div.input-check-btn:nth-of-type(n + 2) {
    margin-left: 1rem;
}

.select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    height: 32px;
    border-radius: 6px;
    background-color: #F8FDFE;
}

.select select {
    padding-left: 5px;
    padding-right: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.875rem;
    border: none;
    background: url("/application/views/dist/img/default-ui-icon/icon-select-arrow.svg") no-repeat right;
    cursor: pointer;
}

.select.bd-none {
    border-color: transparent;
    background-color: transparent;
}

.input-select-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D6D3D1;
    border-radius: 10px;
    background-color: #fff;
}

.select-default {
    position: relative;
    border: none;
    font-family: "Spoqa Han Sans Neo", "Malgun Gothic";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    width: 90px;
    height: 44px;
}

.chevron-select {
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    object-fit: cover;
    margin-left: 10px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .login {
        margin: 0 auto;
        height: 100vh;
    }
}

.login > div {
    max-width: 425px;
}

.login > div h1 {
    width: 9.375rem;
}

.login .input-icon .input-box input:not([type="reset"]) {
    padding: 0 0.938rem 0 3.125rem;
    height: 50px !important;
}

.login .input-icon .input-box input:not([type="reset"]):focus {
    padding-right: 44px;
}

.login .input-icon .input-box input:not([type="reset"]):focus ~ .icon-email {
    background-image: url("/application/views/dist/img/default-ui-icon/icon-email-active.svg");
}

.login .input-icon .input-box input:not([type="reset"]):focus ~ .icon-password {
    background-image: url("/application/views/dist/img/default-ui-icon/icon-password-active.svg");
}

.login .input-icon .input-box .icon {
    height: 50px !important;
}

.login .input-icon .input-box .icon:last-child {
    left: 0.375rem;
}

.login .input-box input[type="reset"] {
    height: 50px;
}

.login .input-box input[type="password"] ~ .btn-password-view, .login .input-box input.input-password-view ~ .btn-password-view {
    height: 50px;
}

@media screen and (min-width: 768px) {
    .login {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .login > div {
        width: 500px;
    }

    .login .toolbar-top h2 {
        position: absolute !important;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }
}

.login .consent .shadow {
    background-color: #F8FDFE;
}

.login .consent .shadow > .input-check-arrow {
    padding: 16px 20px;
}

.login .consent .shadow > .input-check-arrow:first-child {
    border-bottom: 1px solid #D6D3D1;
}

@media screen and (min-width: 768px) {
    .main .toolbar-top {
        display: none;
    }
}

.main .main-title {
    font-size: 38px;
    font-weight: bold;
}

@media screen and (max-width: 520px) {
    .main .main-title {
        padding: 0 20px;
        width: 100%;
        font-size: 30px;
    }
}

.main .main-top {
    position: relative;
    height: 200px;
    background-color: #fff;
    overflow: hidden;
}

@media screen and (max-width: 520px) {
    .main .main-top {
        height: 200px;
    }
}

.main .main-top h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 38px;
    text-align: center;
    word-break: keep-all;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

@media screen and (max-width: 520px) {
    .main .main-top h2 {
        padding: 0 20px;
        width: 100%;
        font-size: 30px;
    }
}

.main .main-top > div {
    height: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
}

.main .main-top > div svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100vw;
    height: 100%;
}

.main .main-top > div #bgart circle {
    fill: transparent;
    stroke: url(#bggrad);
    stroke-linecap: round;
    -webkit-animation: bgmove 170s linear infinite;
    animation: bgmove 170s linear infinite;
}

.main .main-top > div #bggrad [offset="0%"] {
    stop-color: #e40046;
}

.main .main-top > div #bggrad [offset="100%"] {
    stop-color: #ff8674;
}

@-webkit-keyframes bgmove {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bgmove {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.main .main-checks {
    padding: 100px 0;
}

.main .main-checks .main-checks-list {
    margin-top: 50px;
}

.main .main-checks .main-checks-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.main .main-checks .main-checks-list ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.main .main-checks .main-checks-list ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: 200px;
    height: 200px;
    background-color: #fff;
}

.main .main-checks .main-checks-list ul li figure img {
    width: 100%;
}

@media screen and (max-width: 520px) {
    .main .main-checks {
        padding: 50px 0;
    }

    .main .main-checks .main-checks-list ul {
        gap: 15px;
    }

    .main .main-checks .main-checks-list ul li figure {
        padding: 15px;
        width: 150px;
        height: 150px;
    }
}

.main .main-medical {
    background-color: #A5BED5;
}

.main .main-medical > div {
    padding: 6rem 0;
    background-image: url("/application/views/dist/img/main-img/main-img-01.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 560px;
}

@media screen and (max-width: 768px) {
    .main .main-medical > div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3rem 0 23rem;
        background-position: bottom center;
    }

    .main .main-medical > div .main-title {
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    .main .main-medical > div {
        padding: 3rem 0 17rem;
        background-size: 106%;
    }
}

.main .main-diary {
    padding-top: 100px;
    background-color: #A5BED5;
}

.main .main-diary > div {
    padding: 0 0 30rem;
    background: url("/application/views/dist/img/main-img/main-img-02.png"), url("/application/views/dist/img/main-img/main-img-02-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center, center 115px;
    background-size: 330px, 900px;
}

@media screen and (max-width: 520px) {
    .main .main-diary {
        padding-top: 50px;
    }

    .main .main-diary > div {
        padding: 0 0 26rem;
        background-position: bottom center, center bottom;
        background-size: 330px, 600px;
    }
}

.main .mind-record {
    padding-top: 100px;
    background-color: #fff;
}

.main .mind-record > div {
    padding: 0 0 25rem;
    background: url("/application/views/dist/img/main-img/main-img-03.png"), url("/application/views/dist/img/main-img/main-img-03-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center, center 130px;
    background-size: 400px, 630px;
}

.main .main-mind-info {
    padding: 5rem 0;
    background-color: #fff;
}

.main .main-mind-info .contents-list-silder {
    margin: 0 auto;
}

@media screen and (max-width: 520px) {
    .main .main-mind-info {
        padding: 3rem 0;
    }
}

.mypage .toolbar-top #btn_setting {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media screen and (max-width: 768px) {
    .mypage .toolbar-top #btn_setting {
        margin-right: 2rem;
    }
}

.mypage .toolbar-top #btn_searchview {
    display: none;
}

@media screen and (max-width: 768px) {
    .mypage .toolbar-top #btn_searchview {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-right: 2rem;
    }

    .mypage #searchBox {
        display: none;
    }
}

.mypage .input-box .icon, .mypage .input-box input {
    height: 50px !important;
}

.mypage .board-text-list img {
    margin-right: 0.5rem;
    width: 32px !important;
    height: auto;
}

.mypage .board-text-list p::before {
    display: none;
}


.drug .board-text-list img {
    margin-right: 0.2rem;
    width: 24px !important;
    height: auto;
}

/* User_enter/alliance 페이지용 main_ent */

@media screen and (min-width: 768px) {
    .main_ent .toolbar-top {
        display: none;
    }
}

.main_ent .main-title {
    font-size: 38px;
    font-weight: bold;
}

@media screen and (max-width: 520px) {
    .main_ent .main-title {
        padding: 0 20px;
        width: 100%;
        font-size: 30px;
    }
}

.main_ent .main-top {
    position: relative;
    height: 200px;
    background-color: #fff;
    overflow: hidden;
}

@media screen and (max-width: 520px) {
    .main_ent .main-top {
        height: 200px;
    }
}

.main_ent .main-top h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 38px;
    text-align: center;
    word-break: keep-all;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

@media screen and (max-width: 520px) {
    .main_ent .main-top h2 {
        padding: 0 20px;
        width: 100%;
        font-size: 30px;
    }
}

.main_ent .main-top > div {
    height: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
}

.main_ent .main-top > div svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100vw;
    height: 100%;
}

.main_ent .main-top > div #bgart circle {
    fill: transparent;
    stroke: url(#bggrad);
    stroke-linecap: round;
    -webkit-animation: bgmove 170s linear infinite;
    animation: bgmove 170s linear infinite;
}

.main_ent .main-top > div #bggrad [offset="0%"] {
    stop-color: #e40046;
}

.main_ent .main-top > div #bggrad [offset="100%"] {
    stop-color: #ff8674;
}

@-webkit-keyframes bgmove {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bgmove {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.main_ent .main-checks {
    padding: 100px 0;
}

.main_ent .main-checks .main-checks-list {
    margin-top: 50px;
}

.main_ent .main-checks .main-checks-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.main_ent .main-checks .main-checks-list ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.main_ent .main-checks .main-checks-list ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: 200px;
    height: 200px;
    background-color: #fff;
}

.main_ent .main-checks .main-checks-list ul li figure img {
    width: 100%;
}

@media screen and (max-width: 520px) {
    .main_ent .main-checks {
        padding: 50px 0;
    }

    .main_ent .main-checks .main-checks-list ul {
        gap: 15px;
    }

    .main_ent .main-checks .main-checks-list ul li figure {
        padding: 15px;
        width: 150px;
        height: 150px;
    }
}

.main_ent .main-medical {
    background-color: #A5BED5;
}

.main_ent .main-medical > div {
    padding: 4rem 0 10rem 0;
    background-image: url("/application/views/dist/img/main-img/main-img-01.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 560px;
}

.main_ent .main-medical > div .main-desc {
    padding: 0.5rem 0;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .main_ent .main-medical > div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3rem 0 23rem;
        background-position: bottom center;
        background-size: 65%;
    }

    .main_ent .main-medical > div .main-title {
        text-align: center;
        font-size: 1.5rem;
    }

    .main_ent .main-medical > div .main-desc {
        text-align: center;
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }

    /*  fs-20 fw-b mt-15 mb-15  ta-center*/
}

@media screen and (max-width: 520px) {
    .main_ent .main-medical > div {
        padding: 3rem 0 9rem;
        background-size: 60%;
    }

    .main_ent .main-medical > div .main-desc {
        text-align: center;
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }
}

.main_ent .mid-button {
    padding-top: 20px;
    background-color: #fff;
}

.main_ent .mid-button > div {
    width: 100%;
    margin: 0;
    text-align: center;
}

.main_ent .mid-button > div > button {
    width: 30%;
    margin: 0 20px;
}

@media screen and (max-width: 768px) {
    .main_ent .mid-button > div {
        width: 100%;
        margin: 0;
    }

    .main_ent .mid-button > div > button {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

.main_ent .mind-record {
    padding-top: 30px;
    background-color: #fff;
}

.main_ent .mind-record > div {
    padding: 0rem 0 25rem 0;
    background: url("/application/views/dist/img/main-img/main-img-03.png"), url("/application/views/dist/img/main-img/main-img-03-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center, center 230px;
    background-size: 400px, 630px;
}

.main_ent .mind-record .mind-record-desc {
    padding: 0 6rem;
    text-align: left;
    margin-bottom: 15px;
}

.main_ent .mind-record .mind-record-desc > li {
    text-indent: -22px;
    margin-left: 22px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .main_ent .mind-record > div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: bottom center;
        background-size: 65%;
    }

    .main_ent .mind-record > div .main-title {
        text-align: center;
        font-size: 1.5rem;
    }

    .main_ent .mind-record > div .mind-record-desc {
        text-align: left;
        padding: 5px 20px;
    }

    .main_ent .mind-record .mind-record-desc > li {
        margin-bottom: 10px;
        font-size: 0.9rem;
        text-indent: -16px;
        margin-left: 16px;
    }

    /*  fs-20 fw-b mt-15 mb-15  ta-center*/
}

@media screen and (max-width: 520px) {
    .main_ent .mind-record > div {
        padding: 0rem 0 15rem 0;
    }

    .main_ent .mind-record .mind-record-desc {
        text-align: left;
        padding: 5px 20px;
        font-size: 0.9rem;
        font-weight: 500;
        margin-bottom: 15px;
    }
}


.main_ent .main-diary {
    padding-top: 100px;
    background-color: #A5BED5;
}

.main_ent .main-diary > div {
    padding: 0 0 30rem;
    background: url("/application/views/dist/img/main-img/main-img-02.png"), url("/application/views/dist/img/main-img/main-img-02-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center, center 115px;
    background-size: 330px, 900px;
}

@media screen and (max-width: 520px) {
    .main_ent .main-diary {
        padding-top: 50px;
    }

    .main_ent .main-diary > div {
        padding: 0 0 26rem;
        background-position: bottom center, center bottom;
        background-size: 330px, 600px;
    }
}

/* 의약품 검색 */
.drug-list-name {font-weight: 500; font-size: 1.125rem; line-height: 1.5}
.drug-list-etc {display: inline; font-weight: 300; font-size: 1.125rem; line-height: 1.5}

@media screen and (max-width: 768px) {
    .drug-list-name {font-weight: 500; font-size: 1.08rem; line-height: 1.5}
    .drug-list-etc {display: inline; font-weight: 300; font-size: 1rem; line-height: 1.5}
    .drug-list-thum {  display:none !important;}
}

.d-search-ul {
    padding: 5px 0;
}
.d-search-ul li {
    display:inline;
}
.d-search-ul li div,
.d-search-ul li input {
    display:inline-block;
}

.d-search-ul li input {
    margin:10px 0;
    width:80%;
}

.d-search-ul li div:hover {
    color: #fff;
    background-color: #25665E;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    cursor: pointer;
}

.d-search-ul li div.active {
    color: #fff;
    background-color: #25665E;
}

@media screen and (max-width: 768px) {
    .d-search-ul li input {
        width:70%;
    }
}
@media screen and (max-width: 520px) {
    .d-search-ul .d-search-title {
        display:none;
    }
}

.text_cnt_area {
    position: relative;
    text-align:right;
    top:-25px;
    right:25px;
    color: var(--text-02);
    font-size:0.85rem;
}
