<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #111111;
    font-family: 'Noto Sans KR', sans-serif;
}
input, textarea, button, select {
    font-family: 'Noto Sans KR', sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}
img {
    vertical-align: top;
}
button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
.detail-comment-list .wrap {
     position: relative;
}
.wrap.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d1d1;
    z-index: 10;
    cursor: pointer;
}
.wrap.overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 100vh;
    width: 100%;
    background: #d1d1d1;
    mix-blend-mode: multiply;
    z-index: 10;
}

header {
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
}

.sub-header {
    background-color: #fff;
}

/*
footer {
    width: 100%;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
}
*/


footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#content {
    padding-bottom: 53px;
}

#main_copy {
    position: relative;
    width: 100%;
    height: 35px;
    color: #fff;
    background-color: #2fc4b1;
    font-size: 0.85em;
    text-align: center;
    line-height: 35px;
}
#main_copy &gt; a {
    font-weight: 600;
    text-decoration: underline;
}
header #main_copy + .nav{
    padding-top: 0;
}

.btn-common-full-black {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #303030;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    padding: 0;
}
.btn-common-full-green {
    border: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2fc4b1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    padding: 0;
}
.btn-common-bordered-full {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height:38px;
    text-align: center;
    color: #111111;
    border: solid 1px #303030;
    border-radius: 6px;
    padding: 0;
}
.main-footer {
    background-color: #f3f3f3;
    padding: 20px 15px 30px;
}
.main-footer h3 {
    font-size: 12px;
    font-weight: 700;
    color: #2fc4b1;
    margin-bottom: 15px;
}
.main-footer .links {
    display: flex;
}
.main-footer .links a {
    font-size: 10px;
    line-height: 1.5;
    font-weight: 300;
    color: #838383;
    display: flex;
    align-items: center;
}
.main-footer .links a:after {
    margin: 0 8px;
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
}
.main-footer .links a:last-child:after {
    content: none;
}
.main-footer .copyright {
    font-size: 10px;
    line-height: 1.5;
    font-weight: 300;
    color: #838383;
}
.main-slide-section ul li .image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 37.3333%;
}
.nav a {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #a1a1a1;
    padding: 10px 5px 7px;
    display: inline-block;
}

.nav .hospital {
    background-color: #2fc4b1;
}


.nav .hospital a {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    padding: 10px 5px;
    display: inline-block;
}
.nav {
    padding: 0 15px;
    display: flex;
    box-shadow: 0 -4px 6px 0 rgb(0 0 0 / 70%);
}

.nav.black-bordered {
    box-shadow: none;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.nav.black-bordered li.active a {
    color: #111111;
    border-bottom: 3px solid #303030;
}
.nav.black-bordered li a {
    padding: 10px 16px;
}

.nav li {
    flex: 1 0 auto;
    text-align: center;
}
.notification-nav a {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #a1a1a1;
    padding: 10px 12px;
    display: inline-block;
}
.notification-nav li a {
    position: relative;
}
.notification-nav li.new a:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 10px;
    right: 1px;
    background-color: #ff8519;
    border-radius: 50%;
}

.notification-icon.new a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 19px;
    background-color: #2fc4b1;
    border-radius: 50%;
}



.shadow-nav {
    box-shadow: 0 -4px 6px 0 rgb(0 0 0 / 70%);
}
.nav li a {
    border-bottom: 6px solid transparent;
}
.nav li.active a {
    color: #111111;
    border-color: #2fc4b1;
}

.nav .hospital.active a {
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.common-category-select-container {
    padding: 15px;
    background: #f3f3f3;
}
.common-category-select {
    display: flex;
}
.common-category-select li {
    flex: 1 0 auto;
    margin-left: 15px;
}
.common-category-select li:first-child {
    margin-left: 0;
}
.common-category-select input[type="radio"] {
    display: none;
}

.common-category-select label {
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #c3c3c3;
    border-radius: 15px;
    border: solid 1px #c3c3c3;
    box-sizing: border-box;
    height: 30px;
    line-height: 28px;
}

.common-category-select input[type="radio"]:checked+label {
    border: solid 1px #2fc4b1;
    color: #2fc4b1;
}

.btn-common-write {
    display: inline-block;
    text-indent: -9999em;
    width: 50px;
    height: 50px;
    background: url(../images/btn-write@3x.png) #2fc4b1 50% 50% no-repeat;
    background-size: 20px 19px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 23%);
    position: fixed;
    right: 16px;
    bottom: 75px;
}

.btn-noti-read {
    display: inline-block;
    height: 30px;
    color: #FFFFFF;
    padding: 0 10px;
    background: #2fc4b1 50% 50% no-repeat;
    background-size: 20px 19px;
    border-radius: 5em;
    position: fixed;
    right: 16px;
    bottom: 75px;
}

.btn-review-write {
    width: 50px;
    height: 50px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 5px 0 rgba(37, 37, 37, 0.2);
    background-color: #2fc4b1;
    border-radius: 50%;
    position: fixed;
    right: 16px;
    bottom: 83px;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    z-index: 3;
}

.btn-review-write .star-icon {
    margin-bottom: 6px;
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/btn-write-2@3x.png) 0 0 no-repeat;
    background-size: 16px 16px;
}

.btn-common-close {
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/popup-close@3x.png) 50% 50% no-repeat;
    background-size: 20px 20px;
}
.tab-bar {
    display: flex;
    justify-content: space-between;
    padding: 8px 25px 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.tab-bar li {
    text-align: center;
    font-size: 10px;
    color: #7c7c7c;
}
.tab-bar li.active {
    color: #2fc4b1;
}
.tab-bar .notification-icon{
    position: relative;
}
.tab-bar li .icon-1 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-home@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-bottom: 5px;
}
.tab-bar li .icon-2 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-search@3x.png) 50% 50% no-repeat;
    background-size: 19px 19px;
    margin-bottom: 5px;
}
.tab-bar li .icon-3 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-alarm@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-bottom: 5px;
}
.tab-bar li .icon-4 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-notice@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-bottom: 5px;
}
.tab-bar li .icon-5 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-user@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-bottom: 5px;
}

.tab-bar li.active .icon-1 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-home-sel@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-bottom: 5px;
}
.tab-bar li.active .icon-2 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-search-sel@3x.png) 50% 50% no-repeat;
    background-size: 19px 19px;
    margin-bottom: 5px;
}
.tab-bar li.active .icon-3 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-alarm-sel@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-bottom: 5px;
}
.tab-bar li.active .icon-4 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-notice-sel@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-bottom: 5px;
}
.tab-bar li.active .icon-5 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-user-sel@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-bottom: 5px;
}

.popup-comment-remove-confirm {
    position: absolute;
    width: 53.33333%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0 10px 5%;
    z-index: 20;
}
.popup-comment-remove-confirm .message {
    padding: 18.15% 0 14.25%;
    font-size: 12px;
    line-height: 1;
    color: #111111;
    text-align: center;
}

.popup-send-message-confirm {
    position: absolute;
    width: 61.33333%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    z-index: 30;
    padding: 0 15px;
}
.popup-send-message-confirm .btn-close {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../images/popup-close@3x.png) 50% 50% no-repeat;
    background-size: 10px 10px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.popup-send-message-confirm .detail-message {
    background-color: #f3f3f3;
    text-align: center;
    padding: 8.69565% 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.popup-send-message-confirm .detail-message .icon-message {
    display: inline-block;
    background: #2bc5b2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 6.95652%;
}
.popup-send-message-confirm .detail-message .message-1 {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 6.95652%;
}
.popup-send-message-confirm .detail-message .message-1 .number {
    color: #2fc4b1;
}
.popup-send-message-confirm .detail-message .message-2 {
    font-size: 12px;
    line-height: 1;
    color: #949494;
}
.popup-send-message-confirm .message {
    text-align: center;
    padding: 8.26086% 0 4.34782%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.popup-send-message-confirm .message .message-1 {
    font-size: 13px;
    color: #111111;
    padding-bottom: 8.47826%;
}
.popup-send-message-confirm .message .message-1 .nickname {
    font-weight: 500;
    color: #2fc4b1;
}

.popup-send-message-confirm .message .message-2 {
    font-size: 12px;
    line-height: 1.3;
    color: #949494;
    padding-bottom: 4%;
}

.popup-send-message-confirm .message .message-3{
    font-size: 13px;
    color: #111111;
    padding-bottom: 4%;
}

.popup-send-message-confirm .btn-confirm {
    width: calc(50% - 10px);
    max-width: 85px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: #2fc4b1;
    font-size: 12px;
    color: #ffffff;
}

.popup-send-message-confirm .btn-cancel {
    width: calc(50% - 10px);
    max-width: 85px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: #ffffff;
    border: 1px solid #2fc4b1;



    font-size: 12px;
    color: #2fc4b1;
}




.common-half-rounded-confirms {
    display: flex;
    justify-content: space-between;
}
.common-half-rounded-confirms button {
    width: calc(50% - 5px);
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 17px
}
.common-half-rounded-confirms .cancel {
    background-color: #ababab;
}
.common-half-rounded-confirms .okay {
    background-color: #2fc4b1;
}

.recent-topics-inner-container {
    padding: 15px;
}
.recent-topics-inner-container .title h3 {
    font-size: 16px;
    font-weight: 700;
}
.recent-topics-outer-container .title h3 {
    font-size: 14px;
    font-weight: 700;
}
.recent-topics-inner-container .title {
    margin-bottom: 10px;
}
.recent-topics-outer-container .title {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
}
.recent-topics-outer-container .sort-buttons {
    display: flex;
}
.recent-topics-outer-container .sort-buttons a {
    font-size: 12px;
    color: #7f7f7f;
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.recent-topics-outer-container .sort-buttons a.active {
    color: #2fc4b1;
}
.recent-topics-outer-container .sort-buttons a:after {
    margin: 0 4px;
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
}
.recent-topics-outer-container .sort-buttons a:last-child:after {
    content: none;
}
.recent-topics-list h3 {
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    line-height: 1;
    margin-bottom: 10px;
    white-space: pre-line;
    word-break: break-all;
    max-height: 2em;
    overflow: hidden;
}

.recent-topics-list h4 {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    line-height: 1;
    margin-bottom: 10px;
    /*white-space: pre-line;*/
    word-break: break-all;
    max-height: 2em;
    overflow: hidden;
}

.recent-topics-list {
    display: flex;
    overflow-x:scroll;
    overflow-y:hidden;
    -webkit-overflow-scrolling:scroll;
}
.recent-topics-list li {
    flex: 0 0 auto;
    width: 300px;
    height: 147px;
    padding: 20px 16px 16px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e8e8e8;
    margin-right: 15px;
}
.recent-topics-list li:last-child {
    margin-right: 0;
}
.recent-topics-inner-container .recent-topics-list li .image-div.video-image img{
    width: 80px;
    height: 40px !important;
}
.recent-topics-list .image {
    width: 80px;
    height: 40px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 0 auto;
    margin-right: 12px;
}
.recent-topics-list .name-line {
    display: flex;
    line-height: 1;
    margin-bottom: 17px;
}
.recent-topics-list .name-line .category {
    font-size: 11px;
    font-weight: 500;
    color: #2fc4b1;
    display: flex;
    align-items: center;
}
.recent-topics-list .name-line .category:after {
    margin: 0 6px;
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
}
.recent-topics-list .name-line .nickname {
    font-size: 11px;
    color: #a3a3a3;
}
.recent-topics-list .name-line .reg-time {
    font-size: 11px;
    color: #a3a3a3;
    margin-left: auto;
}
.recent-topics-list .summary {
    margin-bottom: 8px;
    display: flex;
}
.recent-topics-list .summary .text.has_image{
    width: calc(100% - 100px);
}
.recent-topics-list .summary .text {
    font-size: 12px;
    line-height: 1.36;
    color: #111111;
    word-break:break-all;
    display: flex;
    width: 100% ;
    gap: 10px;
    justify-content: space-between;
}
.recent-topics-list .summary .link-more {
    color: #a3a3a3;
    font-size: 11px;
    float: right;
}
.recent-topics-list .meta-line {
    display: flex;
    font-size: 11px;
    color: #a3a3a3;
}
.recent-topics-list .meta-line div {
    display: flex;
    align-items: center;
}
.recent-topics-list .meta-line div:after {
    margin: 0 6px;
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
}
.recent-topics-list .meta-line div:last-child:after {
    content: none;
}
.recent-topics-list.square {
    flex-direction: column;
    padding: 0 15px;
}
.recent-topics-list.square li {
    padding: 10px 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-right: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2;
}

.recent-topics-list.square li&gt;.image-div{
    padding-top: 15px;
    margin-right: 10px;

}
.recent-topics-list.square li&gt;.text-div{

    width: 100%;
    /*display: inline-block;*/
}


/* 3depth */

.talk-detail-article-section .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #111111;
    line-height:1.3;
}
.talk-detail-article-section .article-section {
    padding: 25px 15px 15px;
}
.talk-detail-article-section .author-section {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}

.talk-detail-article-section .author-section .author {
    font-size: 11px;
    font-weight: 500;
}

.talk-detail-article-section .author-section .time {
    font-size: 11px;
    color: #a3a3a3;
}
.talk-detail-article-section .article {
    font-size: 13px;
    line-height: 1.46;
    text-align: left;
    color: #111111;
    margin: 14px 0 42px;
}
.talk-detail-article-section .article img {
    width: 100%;
}

.talk-detail-article-section .article div.num-list, .talk-detail-article-section .article div.row {
    margin: 20px 0;
}
.talk-detail-article-section .article div.num-list div, .talk-detail-article-section .article div.row div {
    margin-top: 20px;
    line-height: 1.8;
    word-break: keep-all;
}
.talk-detail-article-section .article h4 {
    font-weight: 700;
    font-size: 14px;
}
.talk-detail-article-section .article .row h4 {
    margin-bottom: 10px;
}
.talk-detail-article-section .article div.num-list p {
    padding-inline-start: 15px;
}
.talk-detail-article-section .article div.num-list p.inner-list {
    padding-inline-start: 30px;
}
.talk-detail-article-section .banner {
    margin-top: 13px;
}
.talk-detail-article-section .banner img {
    width: 100%;
}
.talk-detail-article-section .meta ul {
    display: flex;
}
.talk-detail-article-section .meta ul li {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #a3a3a3;
}
.talk-detail-article-section .meta ul li:after {
    margin: 0 6px;
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
}
.talk-detail-article-section .meta ul li:last-child:after {
    content: none;
}
.talk-detail-article-section .buttons {
    border-top: 1px solid #e7e7e7;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
}
.talk-detail-article-section .buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.talk-detail-article-section .buttons .like-button {
    background-color: #c9c9c9;
    width: calc(50% - 8px);
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
}
.talk-detail-article-section .buttons .save-button {
    background-color: #c9c9c9;
    width: calc(50% - 8px);
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
}
.talk-detail-article-section .buttons button.active {
    background-color: #2fc4b1
}
.talk-detail-article-section .buttons .icon-like {
    background: url(../images/icon-todak-w@3x.png) 0 0 no-repeat;
    background-size: 19px 17px;
    width: 19px;
    height: 17px;
    margin-right: 18px;
}
.talk-detail-article-section .buttons .icon-save {
    background: url(../images/btn-save@3x.png) 0 0 no-repeat;
    background-size: 19px 17px;
    width: 19px;
    height: 17px;
    margin-right: 18px;
}

.talk-detail-article-section .article .video-content{
    padding: 15px 0;
    text-align: center;
}

.talk-detail-article-section .article .video-content video{
    width: 100%;
    max-width: 1200px;
}


.detail-comment-list {
    padding: 0 16px;
}
.detail-comment-list li {
    margin: 25px 0;
}
.detail-comment-list .reply {
    margin: 25px 0;
    padding-left: 25px;
}
.detail-comment-list .comment-message {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    color: #9e9e9e;
    margin-top: 24px;
}
.detail-comment-list .comment-message .comment-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icon-te@3x.png) 0 0 no-repeat;
    background-size: 12px 12px;
    margin-right: 5px;
}
.detail-comment-list .author-section {
    display: flex;
    align-items: center;
}
.detail-comment-list .author-section .author {
    font-size: 11px;
    font-weight: 700;
    color: #111111;
}

.detail-comment-list .author-section .time {
    font-size: 11px;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: right;
    color: #a3a3a3;
    margin-left: 16px;
}

.detail-comment-list .comment-content {
    word-break: keep-all;
    margin: 9px 0 15px;
    font-size: 12px;
    line-height: 1.25;
    color: #111111;
}

.detail-comment-list .comment-function a {
    font-size: 11px;
    font-weight: 500;
    color: #a7a7a7;
    margin-left: 14px;
}

.detail-comment-list .comment-function a:first-child {
    margin-left: 0;
}

.detail-comment-list .comment-content .reply-author {
    font-size: 12px;
    color: #111111;
    font-weight: 700;
    margin-right: 6px;
}

.detail-comment-write {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 15px;
}

.detail-comment-write .btn-image-attach {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../images/btn-photo-g@3x.png) 0 0 no-repeat;
    background-size: 18px 18px;
}


.comment-content .btn-secret {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../images/btn-secret.png) 50% 50% no-repeat;
    background-size: 15px 15px;
    padding: 5px;
}

.detail-comment-write .btn-secret {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../images/btn-secret@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
}

.detail-comment-write .btn-secret.active {
    background: url(../images/btn-secret-sel@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
}

.detail-comment-write .comment-box {
    border-radius: 20px;
    border: solid 1px #e7e7e7;
    background-color: #f3f3f3;
    width: calc(100% - 65px);
    flex: 0 0 auto;
    box-sizing: border-box;
    height: 40px;
    padding: 6px 4px;
    display: flex;
    justify-content: space-between;
}
.detail-comment-write .comment-box textarea {
    background: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 7px;
    width: calc(100% - 32px);
    font-size: 11px;
    overflow: hidden;
    resize: none;

}
.detail-comment-write .comment-box textarea::placeholder {
    font-size: 11px;
    font-weight: 300;
    color: #a7a7a7;
    text-indent: 0;
}
.detail-comment-write .comment-box .btn-leave {
    font-size: 0;
    width: 28px;
    height: 28px;
    background: url(../images/btn-enter@3x.png) 50% 50% no-repeat;
    background-size: 28px 28px;
}

.detail-comment-write .function-buttons {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.detail-comment-write .function-buttons button {
    margin-left: 10px;
}
.detail-comment-write .function-buttons button:first-child {
    margin-left: 0;
}
.common-write-form .input-section {
    padding: 0 15px;
}
.common-write-form .input-section .subject {
    border: none;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding: 18px 0 17px;
    box-sizing: border-box;
    outline: none;
}
.common-write-form .input-section .subject::placeholder {
    font-size: 14px;
    color: #cccccc;
}
.common-write-form .input-section .content {
    padding: 15px 0 0;
    border: none;
    width: 100%;
    height: 104px;
    outline: none;
}
.common-write-form .input-section .content::placeholder {
    font-size: 14px;
    color: #cccccc;
}
.common-write-form .input-section .reg-button {
    display: block;
    border: none;
    background: none;
    font-size: 15px;
    font-weight: 500;
    /*color: #c3c3c3;*/
    color: #2fc4b1;
    margin-left: auto;
    margin-right: 11px;
}
.common-write-form .input-section .reg-button.active {
    color: #2fc4b1;
}
.common-write-form .function-section {
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
    padding: 12px 15px 11px;
}
.common-write-form .function-section.buttons{
    display: flex;
    gap: 5px;
}
.common-write-form .function-section .icon-photo {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-photo-g@3x.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-right: 9px;
}
.common-write-form .function-section .btn-attach-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    border: solid 1px #c3c3c3;
    font-size: 11px;
    font-weight: 500;
    color: #a7a7a7;
}

.common-write-form .function-section .btn-attach-delete{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    border: solid 1px #ff7272;
    font-size: 11px;
    font-weight: 500;
    color: #ff7272;
}
.common-write-form .function-section .icon-delete{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/ic/ic_remove_circle.svg) 50% 50% no-repeat;
    background-size: 18px 18px;
    margin-right: 9px;
}
.mypage-member-menu {
    background: #f3f3f3;
    padding: 15px;
}
.mypage-member-menu .section {
    margin-bottom: 15px;
}
.mypage-member-menu .section ul {
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(37, 37, 37, 0.1);
    background-color: #fff;
}
.mypage-member-menu .section:last-child {
    margin-top: 21px;
    margin-bottom: 0;
}
.mypage-member-menu .section .message-number {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 15px 0 15px;
}
.mypage-member-menu .section .message-number span {
    color: #2fc4b1;
}
.mypage-member-menu .section ul li {
    border-bottom: 1px solid #e7e7e7;
}
.mypage-member-menu .section ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    padding: 0 15px 0 15px;
}
.mypage-member-menu .section-title {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
    color: #565656;
}
.mypage-member-menu .username {
    display: flex;
    align-items: center;
    height: 55px;
    font-weight: 500;
    padding: 0 20px 0 15px;
    background: #fff;
}
.mypage-member-menu .username .grade {
    font-size: 14px;
    font-weight: 500;
    color: #383838;
    text-transform: uppercase;
    margin-right: 11px;
}
.mypage-member-menu .username .nickname {
    color: #2fc4b1;
}
.mypage-member-menu .username .btn-setting {
    margin-left: auto;
    display: inline-block;
    text-indent: -9999em;
    width: 20px;
    height: 20px;
    background: url(../images/icon-setting@3x.png) 50% 50% no-repeat;
    background-size: 20px 20px;
}
.mypage-member-menu .mypage-icon-1 {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon-message@3x.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    margin-right: 6px;
}
.mypage-member-menu .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-next@3x.png) 50% 50% no-repeat;
    background-size: 20px 20px;
}
.mypage-member-menu .number {
    margin-left: auto;
    margin-right: 5px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    width: 40px;
    line-height: 16px;
    display: inline-block;
    border-radius: 8px;
    background-color: #cccccc;
}

.mypage-common-menu ul li {
    font-size: 14px;
    color: #001111;
    border-bottom: 1px solid #e8e8e8;
}
.mypage-common-menu ul li a {
    display: block;
    padding: 17px 17px 15px;
}

.switch-check {
    display: none;
}

.toggle-switch-outer {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 10px;
    background: #cccccc;
    border-radius: 5px;
}

.toggle-switch-inner {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    top: -5px;
    box-shadow: 0px 3px 5px 0 rgba(37, 37, 37, 0.3);
    box-sizing: border-box;
}

.toggle-switch-inner {
    transform: translateX(-10px);
}

.toggle-switch-outer, .toggle-switch-inner {
    transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

input[type="checkbox"].switch-check:checked + .toggle-switch-outer {
    background: #2fc4b1;
}

input[type="checkbox"].switch-check:checked + .toggle-switch-outer .toggle-switch-inner {
    background: #ffffff;
    transform: translateX(10px);
    box-shadow: 0px 3px 5px 0 rgba(37, 37, 37, 0.3);
}

.toggle-switch {
    margin-right: 10px;
}

.my-info-edit .row .input-line {
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 15px;
}

.my-info-edit .label {
    font-size: 12px;
    line-height: 1;
    color: #acacac;
    width: 24.34782%;
    box-sizing: border-box;
}
.my-info-edit .data {
    width: calc(75.65218% - 45px);
}
.my-info-edit .row .input-line input[type='text'],
.my-info-edit .row .input-line input[type='password'] {
    border: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    height: 26px;
}

.my-info-edit .btn-change {
    font-size: 12px;
    color: #707070;
    width: 45px;
    height: 26px;
    line-height: 24px;
    box-sizing: border-box;
    border: solid 1px #e7e7e7;
    background-color: #f8f8f8;
}

.my-info-edit-detail {
    background: #f3f3f3;
    padding: 20px 15px 15px;
}
.my-info-edit-detail .input-box {
    margin-bottom: 10px;
}
.my-info-edit-detail input[type='text'],
.my-info-edit-detail input[type='password'] {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #c3c3c3;
    background-color: #ffffff;
    outline: none;
    padding: 4px 10px;
    box-sizing: border-box;
}
.my-info-edit-detail input[type='text']::placeholder,
.my-info-edit-detail input[type='password']::placeholder {
    font-size: 12px;
    color: #acacac;
}
.my-info-edit-detail input[type='text']:focus,
.my-info-edit-detail input[type='password']:focus {
    border: solid 1px #2fc4b1;
}
.my-info-edit-detail .tips {
    margin: 15px 0 20px;
}
.my-info-edit-detail .tips p {
    font-size: 12px;
    line-height: 2.08;
    color: #565656;
    display: flex;
    align-items: center;
}
.my-info-edit-detail .tips p:before {
    margin-right: 6px;
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    background: #2fc4b1;
    border-radius: 50%;
}
.my-info-edit-detail .btn-confirm {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2fc4b1;
    color: #fff;
    margin-top: 10px;
    display: block;
}
.common-post-list ul {
    margin: 0 15px;
}
.common-post-list ul .title {
    font-size: 14px;
    font-weight: 500;
    color: #001111;
    line-height: 1.36;
    white-space:normal;
}
.common-post-list ul .meta {
    font-size: 11px;
    display: flex;
    align-items: center;
    color: #a3a3a3;
    margin-top: 10px;
}
.common-post-list ul .meta .dot {
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
    border-radius: 50%;
    margin: 0 6px;
}
.common-post-list ul .meta .time {
    margin-left: 10px;
}
.common-post-list ul .meta .comment {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #f3f3f3;
    font-size: 10px;
    margin-left: 11px;
    color: #a3a3a3;
}
.common-post-list ul .region {
    font-size: 11px;
    line-height: 1.64;
    color: #a3a3a3;
}
.common-post-list ul .image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: 50px;
    border-radius: 10px;
    flex: 0 0 auto;
    margin-right: 10px;
}
.common-post-list ul .article {
    font-size: 12px;
    line-height: 1.58;
    color: #111111;
    margin-top: 15px;
}
.common-post-list ul .meta .comment .count {
    font-size: 11px;
    font-weight: 500;
    color: #2fc4b1;
}
.common-post-list ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0 15px;
}
.common-post-list ul li .column-box {
    display: flex;
    align-items: center;
}
.no-posts-message {
    display: flex;
    justify-content: center;
    font-size: 13px;
    color: #a9a9a9;
    padding: 7.3461em 0 7.3461em;
}
.no-results-message {
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #a9a9a9;
    padding: 6.4em 0 6.4em;
}

.sub-header {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 15px;
}
.sub-header.centered {
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
}
.sub-header .title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.06;
    color: #111111;
}
.sub-header .back-button {
    margin-right: 22px;
}
.sub-header .back-button img {
    width: 20px;
    height: 20px;
}
.sub-header .btn-edit-menu {
    margin-left: auto;
}
.sub-header .btn-edit-menu img {
    width: 20px;
    height: 20px;
}

.notice-list .title-wrap{
    width:calc(100% - 40px);
}
.notice-list ul {
    margin: 0;
}
.notice-list li .arrow {
    background: url(../images/btn-open@3x.png) 0 0 no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: auto;
}
.notice-list li.active .arrow {
    background: url(../images/btn-close@3x.png) 0 0 no-repeat;
    background-size: 20px 20px;
}
.notice-list ul li {
    padding: 0;
}
.notice-list ul li a {
    padding: 15px 15px 15px;
    display: flex;
    align-items: center;
}
.notice-list .expanded {
    border-top: 1px solid #e7e7e7;
    padding: 15px 15px 63px;
    font-size: 13px;
    line-height: 1.46;
    color: #4e4e4e;
}

.view-privacy .expanded {
    border-top: 1px solid #e7e7e7;
    padding: 15px 15px 63px;
    font-size: 13px;
    line-height: 1.46;
    color: #4e4e4e;
}
.contact-form {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100vh - 53px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #fff;
    z-index: 9999;
}
.contact-form .header {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: #f8f8f8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 20px 0 15px;
}
.contact-form .header .title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #111111;
}
.contact-form .guideline {
    background: #f3f3f3;
    padding: 20px 15px 15px;
}
.contact-form .guideline .title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46;
    color: #111111;
    margin-bottom: 10px;
}
.contact-form .guideline .content {
    font-size: 12px;
    line-height: 1.33;
    color: #111111;
}
.contact-form .form {
    padding: 0 15px;
}
.contact-form .form .receiver-email {
    font-size: 13px;
    font-weight: 700;
    color: #2fc4b1;
}
.contact-form .form .row {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 53px;
    border-bottom: 1px solid #e7e7e7;
}
.contact-form .form .row:last-child {
    border-bottom: 0;
}
.contact-form .form .row .col:nth-child(1) {
    width: 22.89855%;
    font-size: 14px;
    font-weight: 500;
    color: #a3a3a3;
}
.contact-form .form .row .col:nth-child(2) {
    width: 77.10145%;
}
.contact-form .form input[type='text'] {
    border: none;
}
.contact-form .form .content-section {
    min-height: 120px;
}
.contact-form .form textarea {
    border: none;
    width: 100%;
    color: #a3a3a3;
    min-height: 120px;
    box-sizing: border-box;
    padding: 16px 0;
}
.contact-form .form input[type='text']::placeholder,
.contact-form .form textarea::placeholder {
    font-size: 13px;
    color: #cdcdcd;
}
.contact-form .function {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 -4px 10px 0 rgb(0 0 0 / 10%);
    padding: 6px 15px;
}
.contact-form .function .btn-attach-photo {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url(../images/btn-photo-w@3x.png) #dddddd 50% 50% no-repeat;
    background-size: 18px 18px;
    border-radius: 20px;
}
.contact-form .function .btn-send {
    width: calc(100% - 50px);
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2fc4b1;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.global-search {

}

.global-search input[type='text'] {
    border: none;
    font-size: 15px;
    width: calc(100% - 20px);
    box-sizing: border-box;
}

.global-search input[type='text']::placeholder {
    font-size: 15px;
    color: #cdcdcd;
}

.global-search .back-button {
    margin-right: 22px;
}
.global-search .back-button img {
    width: 20px;
    height: 20px;
}
.global-search .search-form {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
}
.global-search .search-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.search-recent-keywords {
    padding: 0 15px;
}
.search-recent-keywords .title {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    border-bottom: 1px solid #e7e7e7;
}
.search-recent-keywords .keyword-list {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.79;
    color: #505050;
}


.search-list h4 {
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    line-height: 1;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-list .category-rounded {
    margin-bottom: 10px;
    padding: 3px 5px 2px;
    text-align: center;
    display: inline-flex;
    border-radius: 8px;
    background-color: #a3a3a3;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}

.search-list .strong {
    color: #2fc4b1;
}

.search-list {
    display: flex;
    overflow-x:scroll;
    overflow-y:hidden;
    -webkit-overflow-scrolling:scroll;
}
.search-list li {
    flex: 0 0 auto;
    width: 300px;
    height: 147px;
    padding: 20px 16px 16px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e8e8e8;
    margin-right: 15px;
}
.search-list li:last-child {
    margin-right: 0;
}
.search-list .image {
    width: 80px;
    height: 40px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 0 auto;
    margin-right: 12px;
}
.search-list .name-line {
    display: flex;
    line-height: 1;
    margin-bottom: 17px;
}
.search-list .name-line .category {
    font-size: 11px;
    font-weight: 500;
    color: #2fc4b1;
    display: flex;
    align-items: center;
}
.search-list .name-line .category:after {
    margin: 0 6px;
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
}
.search-list .name-line .nickname {
    font-size: 11px;
    color: #a3a3a3;
}
.search-list .name-line .reg-time {
    font-size: 11px;
    color: #a3a3a3;
    margin-left: auto;
}
.search-list .summary {
    margin-bottom: 8px;
    display: flex;
}
.search-list .summary .text {
    font-size: 11px;
    line-height: 1.36;
    color: #111111;
}
.search-list .summary .link-more {
    color: #a3a3a3;
    font-size: 11px;
    float: right;
}
.search-list .meta-line {
    display: flex;
    font-size: 11px;
    color: #a3a3a3;
}
.search-list .meta-line div {
    display: flex;
    align-items: center;
}
.search-list .meta-line div:after {
    margin: 0 6px;
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
}
.search-list .meta-line div:last-child:after {
    content: none;
}
.search-list.square {
    flex-direction: column;
    padding: 0 15px;
}
.search-list.square li {
    padding: 20px 0 16px;
    width: auto;
    height: auto;
    border-radius: 0;
    margin-right: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2;
}


.notification-list ul .title {
    font-weight: normal;
}
.notification-list ul .title .cate {
    font-weight: 500;
    color: #a3a3a3;
}

.notification-list ul .meta .time {
    margin-left: 0;
}
.notification-list ul .read .title {
    color: #a3a3a3;
}
.notification-list .meta-line {
    display: flex;
    font-size: 11px;
    color: #a3a3a3;
    margin-top: 10px;
}
.notification-list .meta-line .nickname {
    color: #001111;
}
.notification-list .meta-line span {
    display: flex;
    align-items: center;
}
.notification-list .meta-line span:after {
    margin: 0 6px;
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
}
.notification-list .meta-line span:last-child:after {
    content: none;
}



.chat .chat-functions {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 15px;
}

.chat .chat-functions .btn-image-attach {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../images/btn-photo-g@3x.png) 0 0 no-repeat;
    background-size: 18px 18px;
}


.chat .chat-functions .comment-box {
    border-radius: 20px;
    border: solid 1px #e7e7e7;
    background-color: #f3f3f3;
    width: calc(100% - 70px);
    flex: 0 0 auto;
    box-sizing: border-box;
    height: 40px;
    padding: 6px 4px;
    display: flex;
    justify-content: space-between;
}
.chat .chat-functions .comment-box textarea {
    background: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 7px;
    width: 100%;
    font-size: 11px;
}
.chat .chat-functions .comment-box.disabled-time{
    width:100%;
}
.chat  .chat-functions .comment-box textarea::placeholder {
    font-size: 11px;
    font-weight: 300;
    color: #a7a7a7;
    text-indent: 0;
}
.chat .chat-functions .btn-leave {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url(../images/btn-enter@3x.png) 50% 50% no-repeat;
    background-size: 40px 40px;
}

.chat .chat-functions .function-buttons {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.chat .chat-functions .function-buttons button {
    margin-left: 10px;
}
.chat .chat-functions .function-buttons button:first-child {
    margin-left: 0;
}
.chat-list {
    background: #f3f3f3;
    height: calc(100vh - 102px);
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 0 15px 0;
}
.chat-list .left-balloon {
    display: flex;
    align-items: flex-end;
    margin: 10px 0;
}
.chat-list .left-balloon .message-text {
    background: #fff;
    box-sizing: border-box;
    padding: 6px 12px 11px 10px;
    width: 77.27975%;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.42;
    color: #001111;
    word-break: break-word;
}
.chat-list .left-balloon .time {
    font-size: 10px;
    color: #a3a3a3;
    margin-left: 10px;
}
.chat-list .right-balloon {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 10px 0;
}
.chat-list .right-balloon .message-text {
    background: #2fc4b1;
    box-sizing: border-box;
    padding: 6px 12px 11px 10px;
    width: 77.27975%;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.42;
    color: #fff;
}
.chat-list .right-balloon .time {
    font-size: 10px;
    color: #a3a3a3;
    margin-right: 10px;
}
.chat-list .date-border {
    font-size: 11px;
    color: #a3a3a3;
    position: relative;
    text-align: center;
    margin: 15px 0;
}
.chat-list .date-border span {
    position: relative;
    display: inline-block;
    background: #f3f3f3;
    z-index: 5;
    padding: 0 15px;
}
.chat-list .date-border:before {
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    margin-top: -1px;
    top:50%;
    left: 0;
    border-top: 1px solid #dddddd;
}
.login {
    padding: 60px 33px 0;
}
.login .login-form .input-box {
    margin-bottom: 10px;
}
.login .login-form .btn-login-confirm {
    margin: 20px 0 18px;
    display: block;
}
.login-member-links {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #303030;
}
.login-member-links li {
    display: flex;
    align-items: center;
}
.login-member-links li:after {
    display: inline-block;
    content: "";
    background: #d9d9d9;
    width: 1px;
    height: 10px;
    margin: 0 15px;
}
.login-member-links li:last-child:after {
    content: none;
}
.common-form input[type='text'], .common-form input[type='password']{
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: solid 1px #2fc4b1;
    background-color: #ffffff;
}
.common-form input[type='text']::placeholder, .common-form input[type='password']::placeholder {
    color: #a3a3a3;
}
.common-form input[type='text']:disabled, .common-form input[type='password']:disabled {
    border: solid 1px #d8d8d8;
    background-color: #f7f7f7;
}
.sign-up .sign-up-form {
    padding: 19px 26px;
}

.sign-up .sign-up-text{
    display: flex;
    gap: 3px;
    font-size: 12px;
    letter-spacing: normal;
    text-align: left;
    color: #565656;
    line-height: 1.5;
    word-break: keep-all;
}
.sign-up .sign-up-text:before{
    content: '��';
    color: #565656;
    font-size: 14px;
}

.sign-up .sign-up-form .input-box {
    margin-bottom: 15px;
}
.sign-up .sign-up-form .input-box .nickname-box {
    display: flex;
}
.sign-up .sign-up-form .input-box .nickname-box input[type='text'] {
    width: calc(100% - 60px);
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sign-up .sign-up-form .input-box .nickname-box .btn-nickname-verify {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background-color: #949494;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;

    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.sign-up .sign-up-form .label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #111111;
    margin-bottom: 5px;
}
.sign-up .sign-up-form .notice-text {
    text-align: center;
    font-size: 14px;
    color: #919191;
    margin-top: 25px;
}
.sign-up .sign-up-form .notice-text a {
    font-weight: 700;
    color: #111111;
    margin-left: 8px;
}
.sign-up .sign-up-form .btn-phone-auth {
    margin-top: 20px;
}
.sign-up .sign-up-form .btn-sign-up-confirm {
    margin-top: 25px;
}
.sign-up .sign-up-form .btn-sign-up-confirm:disabled {
    background: #d9d9d9;
}

.find-account .user-auth .tip-text {
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    color: #111111;
    padding: 0 26px;
    word-break: keep-all;
    margin-bottom: 28px;
}
.find-account .user-auth .tip-text-list {
    font-size: 12px;
    letter-spacing: normal;
    text-align: left;
    color: #565656;
    margin-top: 18px;
}
.find-account .user-auth .tip-text-list div {
    padding-left: 10px;
    position: relative;
    margin-bottom: 14px;
}
.find-account .user-auth .tip-text-list div:last-child {
    margin-bottom: 0;
}
.find-account .user-auth .tip-text-list div:before {
    content: "";
    display: inline-flex;
    align-items: center;
    position: absolute;
    top:4px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2fc4b1;
}
.find-account .user-auth .input-box {
    margin-bottom: 15px;
}

.find-account {
    padding: 0 33px;
}
.find-account .user-auth {
    padding: 47px 0 0;
}
.find-account .found-message {
    padding: 90px 0 0;
}
.find-account .found-message .message-text {
    font-size: 14px;
    line-height: 1.07;
    text-align: center;
    color: #111111;
    margin-bottom: 36px;
}
.find-account .found-message .message-text .strong {
    font-weight: 700;
    color: #2fc4b1;
}

.find-account .found-message .buttons .button-1 {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #303030;
    color: #fff;
}

.find-account .found-message .buttons .button-2 {
    width: calc(50% - 5px);
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2fc4b1;
}
.reset-password {
    padding: 59px 0 0;
}
.reset-password .title {
    font-size: 14px;
    line-height: 1.07;
    text-align: center;
    color: #111111;
    margin-bottom: 15px;
}
.reset-password .tip {
    font-size: 11px;
    line-height: 1.64;
    color: #565656;
}
.reset-password .input-box {
    margin-bottom: 10px;
}
.reset-password .btn-change-password {
    margin-top: 30px;
}

.reset-password .btn-change-password:disabled {
    background: #d9d9d9;
}
.hospital-talk-wide {
    padding-bottom: 22px;
}
.hospital-talk-wide .sort {
    width: calc(100% - 30px);
    position: fixed;
    display: flex;
    justify-content:space-between;
    padding: 12px 15px 10px;
    background-color: #FFFF;
    top: 37px;
    z-index: 9;
}
.hospital-talk-wide .sort select {
    width: 120px;
    height: 30px;
    border-radius: 6px;
    border: solid 1px #c5c5c5;
    font-size: 12px;
    color: #111111;
    padding: 0 0 0 10px;
}


/*.region-wrap .sort .region-btn {
    width: calc(33.3333% - 5px);
    height: 30px;
    border-radius: 6px;
    border: solid 1px #ececec;
    font-size: 15px;
    color: #707070;
    text-align: center;
    background-color: #ececec;
}*/


.hospital-talk-wide .sort .region-btn {
    width: calc(33.3333% - 5px);
    height: 30px;
    border-radius: 6px;
    border: solid 1px #2fc4b1;
    font-size: 13px;
    color: #2fc4b1;
    text-align: center;
    font-weight: 600;
    background-color: #FFF;
}


.hospital-talk-wide .sort .region-btn.active {
    border: solid 1px #2fc4b1;
    background-color: #2fc4b1;
    font-weight: 600;
    color: #FFF;
}


.hospital-talk-wide-list li {
    padding: 20px 10px 15px;
}
.hospital-talk-wide-list li.normal:last-child .container {
    border-bottom: 1px solid #c5c5c5;
}
.hospital-talk-wide-list li.wide {
    border-top: 1px solid #c5c5c5;
}
.hospital-talk-wide-list li:first-child {
    border-top: 0;
}
.hospital-talk-wide-list li:last-child {
    border-bottom: none;
}
.hospital-talk-wide-list .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #111111;
}
.hospital-talk-wide-list .meta, .hospital-talk-normal-list .meta {
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 1.64;
    color: #a3a3a3;
}
.hospital-talk-wide-list .meta div, .hospital-talk-normal-list .meta div {
    display: flex;
    align-items: center;
}

.hospital-talk-wide-list .meta div:after, .hospital-talk-normal-list .meta div:after {
    margin: 0 6px;
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #a3a3a3;
}

.hospital-talk-wide-list .meta div:last-child:after,
.hospital-talk-normal-list .meta div:last-child:after {
    content: none;
}

.hospital-talk-wide-list .buttons {
    display: flex;
    align-items: center;
}
.hospital-talk-wide-list .buttons a {
    margin-left: 10px;
}
.hospital-talk-wide-list .buttons a:first-child {
    margin-left: 0;
}
.hospital-talk-wide-list .buttons .btn-counsel {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    background-color: #303030;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}

.hospital-talk-wide-list .buttons .btn-save {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    border-radius: 6px;
    background: url(../images/btn-save@3x.png) #c9c9c9 50% 50% no-repeat;
    background-size: 20px 20px;
}
.hospital-talk-wide-list .buttons .btn-save.active {
    background: url(../images/btn-save@3x.png) #2fc4b1 50% 50% no-repeat;
    background-size: 20px 20px;
}
.hospital-talk-wide-list .image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 100%;
    height: 0;
    padding-top: 50.72463%;
}
.hospital-talk-wide-list .header {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.hospital-talk-wide-list .summary {
    font-size: 11px;
    line-height: 1.36;
    margin-top: 18px;
    color: #111111;
}
.hospital-talk-normal {
    padding-bottom: 22px;
}
.hospital-talk-normal-list {
    padding: 0 15px;
}
.hospital-talk-normal-list li,
.hospital-talk-wide-list li.normal .container {
    display: flex;
    align-items: center;
    border-top: 1px solid #c5c5c5;
    padding: 15px 0;
}
.hospital-talk-wide-list .normal {
    border-top: 0;
}
.hospital-talk-wide-list .wide+.normal {
    border-top: 10px solid #f3f3f3;
}
.hospital-talk-wide-list .wide+.normal .container {
    border-top: 0;
}
.hospital-talk-normal-list .image,
.hospital-talk-wide-list li.normal .image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 75px;
    height: 0;
    padding-top: 50px;
    margin-right: 11px;
}

.hospital-talk-normal-list .title,
.hospital-talk-wide-list li.normal {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #111111;
    padding: 0 15px;
    border-bottom: none;
}
.hospital-talk-normal-list .buttons,
.hospital-talk-wide-list li.normal .buttons {
    margin-left: auto;
}
.hospital-talk-normal-list .buttons .btn-save,
.hospital-talk-wide-list li.normal .buttons .btn-save {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    border-radius: 6px;
    background: url(../images/btn-save@3x.png) #c9c9c9 50% 50% no-repeat;
    background-size: 20px 20px;
}
.hospital-talk-normal-list .buttons .btn-save.active,
.hospital-talk-wide-list li.normal .buttons .btn-save.active {
    background: url(../images/btn-save@3x.png) #2fc4b1 50% 50% no-repeat;
    background-size: 20px 20px;
}



.counsel-reservation-list .image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 75px;
    height: 0;
    padding-top: 50px;
    margin-right: 10px;
}

.counsel-reservation-list li {
    display: flex;
}
.counsel-reservation-list .status {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #a3a3a3;
    margin-bottom: 4px;
}
.counsel-reservation-list .status.finish {
    color: #2fc4b1;
}
.counsel-reservation-list .hospital-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #111111;
}
.counsel-reservation-list .region {
    font-size: 11px;
    line-height: 1.64;
    color: #a3a3a3;
}
.counsel-reservation-list .buttons {
    margin-top: 5px;
    display: flex;
}
.counsel-reservation-list .buttons a {
    margin-left: 10px;
    display: inline-block;
    height: 25px;
    line-height: 23px;
    border: solid 1px #949494;
    background-color: #f6f6f6;
    font-size: 12px;
    text-align: center;
    color: #747474;
}
.counsel-reservation-list .buttons a:first-child {
    margin-left: 0;
}
.counsel-reservation-list .buttons .button-1 {
    width: 85px;
}
.counsel-reservation-list .buttons .button-2 {
    width: 80px;
}
.counsel-reservation-list .buttons.active .button-1 {
    background-color: #ffffff;
    color: #111111;
}
.counsel-reservation-list .buttons.active .button-2 {
    background-color: #2fc4b1;
    border-color: #2fc4b1;
    color: #ffffff;
}
.counsel-reservation-list {
    padding: 0 15px;
}
.counsel-reservation-list li {
    border-bottom: 1px solid #c5c5c5;
    padding: 15px 0;
}

.hospital-detail-slide .image {
    padding-top: 50.66666%;
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.hospital-detail-header {
    position: relative;
}
.hospital-detail-header .slide-section {
    min-height: 50px;
}
.hospital-detail-header .header-menu {
    width: 100%;
    position: absolute;
    height: 50px;
    background-color:rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.hospital-detail-header .header-menu .back-button img {
    width: 20px;
    height: 20px;
}

.hospital-detail-header .header-menu .buttons .btn-save {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    border-radius: 6px;
    background: url(../images/btn-save@3x.png) 50% 50% no-repeat;
    background-size: 20px 20px;
}

.hospital-detail-header .header-menu .buttons .btn-save.active {
    background: url(../images/btn-save-sel-2@3x.png) 50% 50% no-repeat;
    background-size: 20px 20px;
}

.hospital-detail-header .hospital-info {
    padding: 15px 15px 18px;
}

.hospital-detail-header .hospital-info .name {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
}
.hospital-detail-header .hospital-info .meta .region {
    font-size: 11px;
    font-weight: 500;
    color: #111111;
}
.hospital-detail-header .hospital-info .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.hospital-detail-header .hospital-info .meta .save-count {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #a3a3a3;
}
.hospital-detail-header .hospital-info .meta .save-icon {
    margin-right: 6px;
    background: url(../images/btn-save-sel-3@3x.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 12px 12px;
}
.hospital-detail-content-common .nav {
    border-top: none;
}
.hospital-detail-content-common .nav li a {
    padding: 10px 9px;
}
.hospital-detail-content-common .hospital-intro-section {
    padding: 30px 15px 20px;
    border-bottom: 1px solid #e7e7e7;
}
.hospital-detail-content-common .hospital-intro-section .title {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
}
.hospital-detail-content-common .hospital-intro-section .article {
    font-size: 13px;
    color: #111111;
    margin: 10px 0 20px 0;
    line-height: 20px;
}
.hospital-detail-content-common .hospital-intro-section .article p {
    margin-bottom: 26px;
}
.hospital-detail-content-common .hospital-intro-section .meta .option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.hospital-detail-content-common .hospital-intro-section .meta .option-list li {
    box-sizing: border-box;
    /*margin-left: 6px;*/
    font-size: 11px;
    color: #111111;
    padding: 0 7px;
    height: 20px;
    line-height: 18px;
    border-radius: 6px;
    border: solid 1px #d9d9d9;
    background-color: #f5f5f5;
}
.hospital-detail-content-common .hospital-intro-section .meta .option-list li:first-child {
    margin-left: 0;
}

.hospital-detail-content-common .doctor-intro-section {
    padding: 20px 15px;
    border-bottom: 1px solid #e7e7e7;
}
.hospital-detail-content-common .doctor-intro-section .title {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
}
.hospital-detail-content-common .doctor-intro-section .doctor-list .avatar {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 11px;
}
.hospital-detail-content-common .doctor-intro-section .doctor-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hospital-detail-content-common .doctor-intro-section .doctor-list li:last-child {
    margin-bottom: 0;
}
.hospital-detail-content-common .doctor-intro-section .doctor-list .info .name {
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 5px;
}
.hospital-detail-content-common .doctor-intro-section .doctor-list .info .hospital-name {
    font-size: 11px;
    color: #a3a3a3;
}
.hospital-detail-content-common .direction-section {
    padding: 20px 15px 48px;
}
.hospital-detail-content-common .direction-section .time {
    position: relative;
    padding-left: 27px;
    font-size: 13px;
    color: #111111;
    line-height: 1.46;
    margin-bottom: 16px;
}
.hospital-detail-content-common .direction-section .time:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top:0;
    left: 0;
    background: url(../images/icon-time@3x.png) 0 0 no-repeat;
    background-size: 16px 16px;
}

.hospital-detail-content-common .direction-section .address {
    position: relative;
    padding-left: 27px;
    font-size: 13px;
    color: #111111;
    line-height: 1.46;
    margin-bottom: 15px;
}
.hospital-detail-content-common .direction-section .address:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top:0;
    left: 0;
    background: url(../images/icon-map@3x.png) 0 0 no-repeat;
    background-size: 16px 16px;
}

.hospital-detail-bottom-buttons {
    display: flex;
    justify-content: space-between;
    padding: 7px 15px 6px;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0px 5px 2px rgb(0 0 0 / 30%);
}
.hospital-detail-bottom-buttons .half-button-black {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #303030;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}
.hospital-detail-bottom-buttons .half-button-green {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2fc4b1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.hospital-detail-bottom-buttons .full-button-green {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2fc4b1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.hospital-review-box .main-rating .rating-score {
    font-size: 30px;
    font-weight: 700;
    color: #111111;
}

.hospital-rating{
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    line-height:1;
}

.large-rating-stars, .small-rating-stars {
    height: 24px;
    position: relative;
    display: inline-flex;
    margin-left: -2px;
}

.large-rating-stars .full-stars,
.small-rating-stars .full-stars {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
}
.large-rating-stars .full-stars .star,
.small-rating-stars .full-stars .star {
    margin: 0 2px;
    flex: 0 0 auto;
}
.large-rating-stars .full-stars .star,
.small-rating-stars .full-stars .star {
    display: inline-block;
    background: url(../images/full_star.png) 0 0 no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}
.large-rating-stars .empty-stars,
.small-rating-stars .empty-stars {
    display: flex;
    z-index: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.large-rating-stars .empty-stars .star,
.small-rating-stars .empty-stars .star {
    margin: 0 2px;
    flex: 0 0 auto;
}
.large-rating-stars .empty-stars .star,
.small-rating-stars .empty-stars .star {
    display: inline-block;
    background: url(../images/empty_star.png) 0 0 no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.small-rating-stars {
    height: 12px;
    margin-left: -1px;
}

.small-rating-stars .empty-stars .star {
    display: inline-block;
    background: url(../images/empty_star.png) 0 0 no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

.small-rating-stars .full-stars .star {
    display: inline-block;
    background: url(../images/full_star.png) 0 0 no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

.small-rating-stars .full-stars .star {
    margin: 0 1px;
}

.small-rating-stars .empty-stars .star {
    margin: 0 1px;
}

.hospital-review-box .main-rating {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
}

.hospital-review-box .sub-rating {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-bottom: 1px solid #e7e7e7;*/
}
.sub-rating  .rating-title {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin: 0 5px;
}

.rating-section  .rating-title{
    font-size: 17px;
    font-weight: 600;
    color: #111111;
    margin: 5px 10px;
}


.rating-section-sub .rating-title-sub{
    font-size: 12px;
    font-weight: 600;
    color: #eb1400;
    margin: 5px 10px;
}


.rating-section-sub  .rating-message-star{
    font-size: 12px;
    font-weight: 600;
    color: #111111;
    margin: 5px 10px;
}
.mb-15 {
    margin-bottom: 15px;
}

.rating-section-sub  .rating-underline{
    border-bottom:  1px solid #111111;
    padding-bottom: 1px;
}

.sub-rating  .hospital-rating{
    margin: 0 3px;
}

.hospital-review-box .main-rating .rating-score {
    margin-right: 8.26666%;
}
.hospital-review-box .user-reviews {
    padding: 0 15px;
}
.hospital-review-box .user-reviews li {
    border-bottom: 1px solid #e7e7e7;
    padding: 11px 0 16px;
}
.hospital-review-box .user-reviews .meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.hospital-review-box .user-reviews .meta .date {
    font-size: 11px;
    line-height: 1;
    margin-left: 11px;
    color: #a3a3a3;
}
.hospital-review-box .user-reviews .review-content {
    font-size: 12px;
    line-height: 1.25;
    color: #111111;
}

.common-write-review {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: #fff;
}

.common-write-review .header {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: #f8f8f8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 20px 0 15px;
}

.common-write-review .header .title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #111111;
}
.common-write-review .input-section {
    padding: 20px 15px 16px;
    border-top: 1px solid #e7e7e7;
}
.common-write-review .input-section textarea {
    width: 100%;
    height: 125px;
    border: none;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 16px 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #a3a3a3;
}
.common-write-review .buttons {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}
.common-write-review .buttons button {
    margin: 0 5px;
}
.common-write-review .buttons .btn-cancel {
    width: 85px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: #ababab;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
}
.common-write-review .buttons .btn-reg {
    width: 85px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: #2fc4b1;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
}

.common-write-review .rating-section {
    padding: 13px 15px;
    display: flex;
    justify-content: center;
}

.common-write-review .rating-section-sub {
    display: flex;
    justify-content: center;
}




.common-form-option-select {
    display: flex;
}
.common-form-option-select li {
    flex: 1 0 auto;
    margin-left: 15px;
}
.common-form-option-select li:first-child {
    margin-left: 0;
}
.common-form-option-select input[type="radio"] {
    display: none;
}

.common-form-option-select label {
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #c3c3c3;
    border-radius: 6px;
    border: solid 1px #c3c3c3;
    box-sizing: border-box;
    height: 35px;
    line-height: 33px;
}

.common-form-option-select input[type="radio"]:checked+label {
    border: solid 1px #2fc4b1;
    color: #2fc4b1;
}


.hospital-detail-bottom-buttons .half-button-black {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #303030;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}
.hospital-detail-bottom-buttons .half-button-green {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2fc4b1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.hospital-detail-bottom-buttons .two-button {
    width: calc(50% - 5px) !important;
}



.hospital-detail-bottom-buttons .three-button-black {
    width: calc(33% - 5px);
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #303030;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}
.hospital-detail-bottom-buttons .three-button-green {
    width: calc(33% - 5px);
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2fc4b1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}


.counsel-reservation-bottom-buttons {
    display: flex;
    justify-content: space-between;
    padding: 7px 15px 6px;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0px 5px 2px rgb(0 0 0 / 30%);
}

.counsel-reservation-bottom-buttons .full-button-green {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2fc4b1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.counsel-reservation-bottom-buttons .full-button-green.active {
    background-color: #2fc4b1;
}

.counsel-reservation-bottom-buttons .full-button-green {
    background-color: #d9d9d9;
}

.common-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.common-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.common-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: url(../images/unchecked_box.png) 0 0 no-repeat;
    background-size: 16px 16px;
}

.common-checkbox:hover input ~ .checkmark {
    background: url(../images/unchecked_box.png) 0 0 no-repeat;
    background-size: 16px 16px;
}

.common-checkbox input:checked ~ .checkmark {
    background: url(../images/checked_box.png) 0 0 no-repeat;
    background-size: 16px 16px;
}

.common-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.common-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.counsel-reservation-agree-section .agree-box {
    margin-bottom: 19px;
}
.counsel-reservation-agree-section .agree-box .data {
    margin-top: 10px;
}
.counsel-reservation-agree-section .agree-box .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.counsel-reservation-agree-section .agree-box .added-agree {
    display: flex;
    margin-top: 9px;
    padding-left: 25px;
}
.counsel-reservation-agree-section .agree-box .added-agree label {
    margin-right: 14px;
}
.counsel-reservation-agree-section .agree-box .added-agree label:last-child {
    margin-right: 0;
}
.counsel-reservation-agree-section .agree-box .header .require {
    color: #2fc4b1;
}
.counsel-reservation-agree-section .agree-box .arrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/btn-open-2-g@3x.png) 0 0 no-repeat;
    background-size: 20px 20px;
}

.counsel-reservation-agree-section .agree-box .terms-box {
    background-color: #f9f9f9;
    font-size: 11px;
    line-height: 1.36;
    color: #303030;
    padding: 15px 17px 25px 9px;
}

.counsel-reservation-agree-section {
    border-top: 10px solid #f3f3f3;
    padding: 20px 15px 35px;
}
.counsel-reservation-form-section {
    padding: 21px 15px 24px;
}
.counsel-reservation-form-section .notice {
    font-size: 12px;
    color: #2fc4b1;
    font-weight: 500;
}

.counsel-reservation-form-section .input-box {
    margin-top: 20px;
}

.counsel-reservation-form-section .input-box .label {
    margin-bottom: 5px;
}
.counsel-reservation-form-section .random-number-use {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.counsel-reservation-form-section .counsel-time-select .common-form-option-select {
    flex-wrap: wrap;
    justify-content: space-between;
}
.counsel-reservation-form-section .counsel-time-select li {
    margin-left: 0;
    margin-bottom: 10px;
    width: calc(33.33% - 10px);
    flex: 0 0 auto;
}

.paging {
    margin: 30px auto;
    text-align: center;
}

.paging a {
    padding: 0 5px;
}

.paging a.active {
    color: #2fc4b1;
}

.swiper_banner .swiper-pagination-fraction {
    /*background: rgba(68, 68, 68, 0.7);*/
    background: #2fc4b1;
    border-radius: 30px;
    color: #fff;
    width: 50px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3em;
    left: auto;
    right: 10px;
    bottom: 10px;
}

.swiper-button-prev ,
.swiper-button-next{
    color: #2fc4b1;
}

.sub-header #edit-menu {
    position: absolute;
    box-sizing: border-box;
    padding: 0;
    top:45px;
    right:20px;
    width: 125px;
    height: 80px;
    border-radius: 2.5px;
    box-shadow: 0px 1.5px 5px 0 rgba(37, 37, 37, 0.28);
    background-color: #ffffff;
    display: none;
}

.sub-header .edit-menu-sub {

    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 13px;

}
.sub-header .edit-menu-sub:first-child {
    border-bottom: 1px solid #f3f3f3;

}

.board_region{
    font-size: 13px;
    font-weight: 500;
    color: #555555;
    background-color: #FFFFFF;
    width: fit-content;
    padding: 3px;
    margin-right: 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.region-sort-list{
    display: flex;
    justify-content: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.region-sort-write{
    display: flex;
    justify-content: left;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;

}

/*.report-btn:before{
    clear:both;
    background-image: url(/images/siren2.svg);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    padding: 2px;
}*/
.report-btn{
    font-size: 11px;
    color: #c1242a;
    margin: 0 3px;
    line-height: 1;
}

.board-info-search{
    display: flex;
    vertical-align: middle;
    margin-right: 3px;
}
.board-info-search input{
    width: 70%;
    border-radius: 3px;
    border: 1px solid rgb(118, 118, 118);
    padding: 2px;
    height: 25px;
}
.board-info-search input[type="text"]:focus{
    width: 70.5%;
    height: 27px;
    padding: 1px 1px 1px 2px;
    outline: none !important;
    border:1px solid #2fc4b1;
    border-radius: 3px;
}
.board-info-search .search-button{
    /*vertical-align: sub;
    width: 20px;
    height: 20px;
    background: url(../images/btn-search@3x.png) 50% 50% no-repeat;
    background-size: 19px 19px;*/
    /*border: 1px solid rgb(118, 118, 118);*/
    border-radius: 3px;
    background-color: #2fc4b1;
    color: #ffffff;
    width: 45px;
    height: 31px;
    padding: 2px;
}


.recent-topics-list .summary .summary-text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*width: 600px;*/

}

.recent-topics-list .summary-title{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.image-div.video-image video,
.image-div.video-image img
{
    width: 100px;
    height: 116px!important;
    object-fit: cover;
    /*opacity: 0.8;*/

}



.image-div.video-image{
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}
.image-div.video-image:after{
    content: '';
    position: absolute;
    top: 59px;
    left: 38px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url("/images/icon-video.svg") no-repeat center center/cover;
    opacity: 1;

}

.image-div.video-image.size-sm video{
    width: 80px;
    height: 40px!important;
    object-fit: cover;
    /*opacity: 0.8;*/

}
.image-div.video-image.size-sm:after{
    content: '';
    position: absolute;
    top: 15px;
    left: 30px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url("/images/icon-video.svg") no-repeat center center/cover;
    opacity: 1;

}

@media screen and (max-width:900px) {
    .recent-topics-list .summary .summary-text{
        width: 100%;
    }
    .recent-topics-list .summary .summary-text&gt;p,
    .recent-topics-list .summary .summary-text&gt;div
    {
        /*display: contents;*/
    }
    .recent-topics-list .summary .text {
        /*gap: 0;*/
    }

}

@media screen and (max-width:400px) {
    .recent-topics-list .contain-image .summary-title{
        width: calc(100% - 20px);
    }
    .recent-topics-list .contain-image .summary .summary-text{
        width: calc(100% - 60px);
        /*max-width: 150px;*/
        margin-right: auto;
    }
    .recent-topics-list .contain-image .summary .text{
        justify-content: inherit;

    }
    .recent-topics-list .summary .summary-text&gt;p,
    .recent-topics-list .summary .summary-text&gt;div
    {
        /*display: contents;*/
    }
    .recent-topics-list .summary .text {
        /*gap: 5px;*/
    }
}

@media screen and (max-width:300px) {
    .recent-topics-list .contain-image .summary .summary-text{
        max-width: 120px;
    }
}


</pre></body></html>