@charset "utf-8";

/*
 * File       : care.css
 * Author     : SMART GEO
 * Guideline  : -
 * Update : 2022-05-03
 *
 * Dependency : 치료후기 스타일
 *
 * SUMMARY:
 * 01) 전역 스타일
 * 02) 히어로 스타일 및 애니메이션
 * 03) 리스트 스타일 및 애니메이션
 * 04) 페이징 스타일
 * 05) 좋아요 스타일
 * 06) 움직이는하트 스타일 및 애니메이션
 * 07) 하트이펙트 스타일 및 애니메이션
 * 08) 러닝맨버튼 스타일 및 애니메이션
 * 09) 모달뷰 스타일 및 애니메이션
 * 10) 하트바운스 스타일 및 애니메이션
 * 11) 에디터내부 스타일
 * 12) 비디오 / 환우 문구 / 스크롤 스타일 재정
 * 13) 치료후기 영상 스타일
 */

/* **************************************** *
 * 01) 전역 스타일
 * **************************************** */

.notiBox {box-sizing: border-box; width: 25%; float: left}
.notiBox .box {box-sizing: border-box; border: 1px solid #eee; margin: 10px}
.notiBox .box:hover {border: 1px solid #333}
.notiBox .box:hover h2 a {color: #1a829c; font-weight: bold !important;}
.notiBox .cont {padding: 15px 30px}
.notiBox .cont a {cursor: pointer}
.notiBox .cont h2 {display: block; margin: 5px 0 0; line-height: 1.7em; height: 80px}
.notiBox .cont h2 a {font-size:20px; color: #333; font-weight: 500}
.notiBox .cont .name {color: #1E5290; font-size: 14px; font-weight: 500}

.btn_search {display: inline-block; text-align: center; font-size: 14px; min-width: 60px; height: 34px; line-height: 34px; border-color: #113a6b; background-color: #113a6b; color: #fff;}
.paging{padding:40px 0 30px;text-align:center;}
.paging span{display:inline-block; height:20px;margin:0 8px;text-align:center;line-height:20px; vertical-align: top}
.paging span a:link, .paging span a:visited{color:#777;font-size:13px;}
.paging span.on{}
.paging span.on a{color:#113a6b;font-weight:bold;}
.paging .pre{margin:0 9px 0 3px;}
.paging .next{margin:0 3px 0 12px;}

#contents{
    padding: 0;
}
.w_wrap{
    width: unset;
    background: #E0DAD4;
}
em{
    font-style: italic;
}
#page_top .section_title_sub{
    width: 1320px;
}
#page_top .title_first{
    text-align: left;
    margin: 50px 20px 0;
}
#page_top{
    background: url('https://cheongmac.blob.core.windows.net/common/bg_root05_pagetop_care.png') center center/cover no-repeat;
}

@media screen and (max-width: 1600px) {
    .section_title_sub{
        padding-right: 120px;
    }
}
@media screen and (max-width: 1320px) {
    #page_top.title_wrap{
        width: 100%;
    }
    #page_top .section_title_sub{
        width: 100%;
        padding-right: 240px;
    }
    #page_top .title_first{
        margin: 50px 20px 0 50px;
    }
}
@media screen and (max-width: 1140px){
    .w_wrap{
        padding: 0;
        background: white;
    }
    #page_top{
        background: unset;
    }
    #page_top .section_title_sub{
        padding-right: 0;
    }
    #page_top .title_first{
        margin: 0;
    }
    #page_top .first_child{
        font-size: 16px;
    }
}

/* **************************************** *
 * 02) 히어로 스타일 및 애니메이션
 * **************************************** */
@keyframes progressBar {
    0% {
        width: 0;
    }
    100%
    {
        width: 100%;
    }
}

#care_hero{
    height: 380px;
    position: relative;
    overflow: hidden;
}

#care_hero .like_area{
    width: 50px;
    height: 56px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
#care_hero .hero_img{
    width: 100%;
    height: 380px;
    background-color: #c6ad9f;
    object-fit: cover;
    position: absolute;
}
#care_hero .hero_data{
    width: 100%;
    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 62px 10px;
    cursor: pointer;
}
#care_hero .data_name{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
#care_hero .ic_hidden_w{
    width: 18px;
    height: 16px;
    background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_hidden.svg') center center/cover no-repeat;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    top: 3px;
    filter: brightness(0) invert(1);
}
#care_hero .ic_hidden_text{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
#care_hero .data_title{
    font-weight: 600;
    font-size: 32px;
    padding: 20px 0 30px;
}
#care_hero .title_color{
    color: #FFFFFF;
    display: inline-flex;
}
#care_hero .center{
    text-align: center;
    display: block;
}
#care_hero .data_contents{
    display: -webkit-box;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5;
    padding: 0;
    width: 34%;
}
#care_hero .swiper_width{
    width: calc(100% / 3 - 20px);
    height: 15px;
    background: transparent;
    border-radius: unset;
    opacity: 1;
    position: relative;
    bottom: 24px;
}
#care_hero .swiper_width:before,
#care_hero .swiper_width:after{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 6px;
    left: 0;
}
#care_hero .swiper_width:before{
    background: white;
}
#care_hero .swiper_width:after{
    background: black;
}
#care_hero .on.swiper_width:before{
    background: black;
}
#care_hero .on.swiper_width:after{
    background: white;
}
#care_hero .swiper_width.swiper-pagination-bullet-active:before{
    background: black;
}
#care_hero .swiper_width.swiper-pagination-bullet-active:after{
    background: white;
    animation: progressBar 4s;
}
#care_hero .on.swiper_width.swiper-pagination-bullet-active:before{
    background: white;
}
#care_hero .on.swiper_width.swiper-pagination-bullet-active:after{
    background: black;
    animation: progressBar 4s;
}
#care_hero .swiper-pagination{
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}
#care_hero .swiper-button-toggle{
    position: relative;
    bottom: 52px;
    transform: translateX(calc(1320px / 2));
    width: 14px;
    height: 20px;
    background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_care_hero_stop.svg') center center/cover no-repeat;
    z-index: 1;
    cursor: pointer;
    margin: 0 auto;
}
#care_hero .swiper-button-toggle.off{
    background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_care_hero_play.svg') center center/cover no-repeat;
}
#care_hero .data_notice{
    display: none;
}
#care_hero .list_likes {
    display: none;
}
#care_hero .list_likes.pulse{
    animation: heartBeat 0.8s;
}

/* S -- 2023-06-02(Fri) Add */
#careVideo { margin: 0 auto; position: relative; width: 66%; border-radius: 0.6rem; overflow: hidden; }
#careVideo .careVideoWrapper { width: 100%; aspect-ratio: 16 / 9; }
#careVideo .careVideoWrapper iframe { width: 100%; height: 100%; object-fit: cover; }
#careVideo .guestForbidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; cursor: not-allowed; }

@media screen and (max-width: 1140px) {
    #careVideo { width: 100%; }
}
/* E -- 2023-06-02(Fri) Add */

@media screen and (max-width: 1140px){
    #care_hero{
        height: 220px;
    }
    #swiper-hero{
        left: -10px;
    }
    #care_hero .like_area{
        width: 40px;
        height: 60px;
        top: 14px;
        left: 14px;
    }
    #care_hero .hero_img{
        width: 100%;
        height: 220px;
        object-fit: cover;
        background-color: unset;
        position: absolute;
        border-radius: 15px;
        object-position: 58% 30%;
    }
    #care_hero .hero_data{
        max-width: unset;
        margin: 110px auto 0;
        height: 50%;
        padding: 10px 20px;
        /*background: rgba(0,0,0,0.5);*/
        border-radius: 0 0 15px 15px;
    }
    #care_hero .data_name{
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
    }
    #care_hero .ic_hidden_text{
        display: none;
    }
    #care_hero .title_color{
        display: -webkit-box;
        overflow: hidden;
        vertical-align: top;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    #care_hero .data_title{
        font-weight: 600;
        font-size: 18px;
        color: #FFFFFF;
        padding: 10px 0 6px;
        overflow: hidden;
        vertical-align: top;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        border-bottom: 1px solid white;
    }
    #care_hero .center{
        display: none;
    }
    #care_hero .data_contents{
        display: none;
    }
    #care_hero .swiper-pagination{
        display: none;
    }
    #care_hero .swiper-button-toggle{
        display: none;
    }
    #care_hero .data_notice{
        display: block;
        color: white;
        padding: 6px 0;
    }
    #care_hero .list_likes {
        font-family: 'Noto Sans KR';
        font-weight: 500;
        font-size: 16px;
        color: #393939;
        cursor: pointer;
        position: absolute;
        z-index: 3;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    #care_hero .hero_data_mix_blend{
        max-width: unset;
        margin: 0;
        height: 50%;
        padding: 10px 20px;
        background: #B0B0B0;
        border-radius: 0 0 15px 15px;
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        mix-blend-mode: multiply;
    }
}

/* **************************************** *
 * 03) 리스트 스타일 및 애니메이션
 * **************************************** */
@keyframes fadeInUp_1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp_2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    10% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp_3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    20% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp_4 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    30% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes opacity_delay1 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mini_heartBeat {
    0% {
        width: 20px;
        height: 16px;
        top: -20px;
        left: -10px;
    }
    14% {
        width: 24px;
        height: 20px;
        top: -24px;
        left: -14px;
    }
    28% {
        width: 20px;
        height: 16px;
        top: -20px;
        left: -10px;
    }
    42% {
        width: 24px;
        height: 20px;
        top: -24px;
        left: -14px;
    }
    70% {
        width: 20px;
        height: 16px;
        top: -20px;
        left: -10px;
    }
}

#care_list {
    width: 100%;
    height: auto;
    max-width: 1320px;
    margin: 20px auto 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#care_list .no_search{
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: black;
}
#care_list .ic_hidden {
    width: 30px;
    height: 26px;
    background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_hidden.svg') center center/cover no-repeat;
    position: relative;
    margin: 0 1px;
    padding: 0;
    display: inline-block;
    top: 4px;
}

#care_list .notiBox{
    box-sizing: border-box;
    width: 25%;
    height: 434px;
    animation: fadeInUp_1 0.6s ease-out;
    margin-bottom: 68px;
}
#care_list .notiBox:nth-child(4n - 2){
    animation: fadeInUp_2 0.8s ease-out;
}
#care_list .notiBox:nth-child(4n - 1){
    animation: fadeInUp_3 1s ease-out;
}
#care_list .notiBox:nth-child(4n){
    animation: fadeInUp_4 1.2s ease-out;
}
#care_list .notiBox .cont{
    padding: 0;
    margin: 5px;
    position: relative;
    height: 100%;
}
#care_list .notiBox .cont:hover{
    height: calc(100% - 100px);
}
#care_list .thumbnail_img{
    width: 320px;
    height: 320px;
    object-fit: cover;
    z-index:2;
}
#care_list .like_area{
    width: 50px;
    height: 56px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
#care_list .list_likes {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-size: 14px;
    color: #393939;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 3;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
#care_list .list_likes.pulse .heart_border,
#care_list .list_likes.pulse .heart_wave{
    animation: mini_heartBeat 0.8s;
}
#care_list .textnail{
    background: #FBFBFB;
    width: 100%;
    height: 114px;
    position: relative;
    bottom: 0;
    cursor: pointer;
    transition: all 0.5s;
}
#care_list .textnail:before{
    content: '';
    display: none;
}
#care_list .notiBox .cont:hover .textnail{
    position: relative;
    bottom: 52px;
    height: 166px;
    transition: all 0.5s;
}
#care_list .notiBox .cont:hover .textnail:before{
    content: '';
    width: 100%;
    height: 114px;
    background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, #FBFBFB 100%);
    top: -114px;
    position: absolute;
    display: block;
}
#care_list .notiBox .cont h2{
    padding: 27px 20px 18px;
    margin: 0;
    height: unset;
}
#care_list .notiBox .cont h2 a p{
    display: -webkit-box;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 600;
    line-height: 1.2;
    font-size: 24px;
    color: #333333;
}
#care_list .notiBox .cont:hover h2{
    display: none;
}
#care_list .notiBox .cont .name{
    display: none;
}
#care_list .notiBox .cont:hover .name{
    display: block;
    font-weight: 700;
    font-size: 28px;
    height: 60px;
    color: #333333;
    line-height: 38px;
    padding: 20px;
    display: -webkit-box;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 20px;
}
#care_list .notiBox .cont .s_data {
    padding: 0 20px 27px;
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #898989;
    /*text-align: right;*/
    text-align: left;
}
#care_list .notiBox .cont .s_data .date { display: none; }
#care_list .notiBox .cont .s_data .bar{ display: none; /* margin: 0 2px; */ }
#care_list .notiBox .cont .s_data .hit { display: flex; align-items: center; gap: 3px; }
#care_list .notiBox .cont .s_data .ico-hit { width: 18px; aspect-ratio: 1 / 1; object-fit: cover; }

@media screen and (max-width: 1140px) {
    #care_list {
        flex-direction: column;
        margin: 30px auto 0;
        height: auto;
    }
    #care_list .notiBox {
        width: calc(100% - 40px);
        height: calc(150px - 20px);
        border-bottom: 1px solid #C4C4C4;
        padding: 0;
        margin: 10px 20px;
    }

    #care_list .notiBox .cont {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    #care_list .notiBox .cont:hover .name{
        margin-bottom: 0;
        height: unset;
        line-height: unset;
    }
    #care_list .notiBox .cont h2 {
        padding: 24px 30px 0 20px;
    }
    #care_list .notiBox .cont:hover h2 {
        display: block;
    }
    #care_list .notiBox .cont h2 a p {
        color: black;
        font-size: 14px
    }
    #care_list .thumbnail_img {
        width: 110px;
        height: 110px;
        background-blend-mode: overlay, normal;
        border-radius: 15px;
        position: absolute;
    }
    #care_list .like_area{
        position: absolute;
        width: 30px;
        height: 60px;
        top: 6px;
        right: 6px;
    }
    #care_list .textnail {
        padding-left: 120px;
        width: 100%;
        background: transparent;
    }
    #care_list .ic_hidden {
        width: 14px;
        height: 12px;
        top: 2px;
    }
    #care_list .notiBox .cont:hover .textnail {
        position: unset;
        height: unset;
        bottom: unset;
        transition: unset;
    }
    #care_list .notiBox .cont .s_data{
        text-align: left;
        font-size: 10px;
    }
    #care_list .notiBox .cont .s_data .ico-hit { width: 15px; }
    #care_list .notiBox .cont:hover .textnail:before {
        display: none;
    }
    #care_list .notiBox .cont .name {
        display: block;
        color: black;
        font-weight: 500;
        font-size: 12px;
        padding: 0 20px 10px;
    }
    #care_list .notiBox .cont:hover .name {
        display: block;
        color: black;
        font-weight: 500;
        font-size: 12px;
        padding: 0 20px 10px;
    }
    #care_list .list_likes {
        right: 0;
    }
    #care_list .hidden_text{
        display: none;
    }
    .like_text{
        text-align: center;
        width: 100%;
    }
}

/* **************************************** *
 * 04) 페이징 스타일
 * **************************************** */
.paging{
    padding: 40px 0;
}
.paging span{
    width: 30px;
    height: 30px;
}
.paging a {
    width: 30px;
    height: 30px;
}
.paging span a{
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #777777;
    justify-content: center;
    cursor: pointer;
}
.paging span.on{
    background: #777777;
    border-radius: 3px;
}
.paging span.on a {
    color: white;
}
.paging .pre, .paging .next {
    margin: 7px 12px 0 12px;
}

@media screen and (max-width: 1140px){
    .paging span a{
        font-size: 15px;
    }
}

/* **************************************** *
 * 05) 좋아요 스타일
 * **************************************** */
#title_first{
    display: block;
    width: 1320px;
    margin: 20px auto 0;
    text-align: right;
    padding-right: 4px;
}
#title_first .first_main {
    display: inline-block;
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
}
#title_first .first_main{
    display: none;
}
#title_first .first_likes {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #393939;
    cursor: pointer;
    top: 4px;
    position: relative;
}
#title_first .first_likes:before{
    content: '';
    position: relative;
    top: 4px;
    left: 0;
    width: 26px;
    height: 22px;
    background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_care_like_off.svg') top left/cover no-repeat;
    display: inline-flex;
    margin-right: 10px;
}
#title_first .on.first_likes:before{
    content: '';
    background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_care_like_on.svg') top left/cover no-repeat;
}

@media screen and (max-width: 1320px){
    #title_first{
        width: 100%;
    }
}

@media screen and (max-width: 1140px){
    #title_first{
        width: 100%;
        text-align: left;
        padding: 0 20px;
    }
    #title_first .first_main{
        display: block;
        margin-top: 32px;
    }
    #title_first .first_likes{
        display: inline-block;
        float:right;
        top: -28px;
    }
    #title_first .first_likes:before{
        top: 2px;
        left: 0;
        width: 20px;
        height: 16px;
    }
    #title_first .on.first_likes:before{
        content: '';
        background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_care_like_on.svg') top left/cover no-repeat;
    }
}

/* **************************************** *
 * 06) 움직이는 하트 스타일 및 애니메이션
 * **************************************** */
@keyframes move {
    100% {
        transform: rotate(360deg);
    }
}

.heart{
    position: relative;
    width: 20px;
    height: 16px;
    overflow: hidden;
}
.heart .heart_wave{
    -webkit-mask-image: url('/css/svg/ic_root05_care_heart.svg');
    -webkit-mask-size:contain;
    -webkit-mask-position:center;
    -webkit-mask-repeat:no-repeat;
    width: 20px;
    height: 16px;
    position: absolute;
    overflow: hidden;
    background: transparent;
    transform: scale(1);
    top: 0;
    left: 0;
}
.heart .wave-one {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    left: -100%;
    border-radius: 44%;
    background: #CB2222;
    animation: move 5s infinite linear;
}
.heart .heart_border{
    width: 20px;
    height: 16px;
    position: absolute;
    background: url("/css/svg/ic_root05_care_heart_border.svg") top center/cover no-repeat;
    top: 0;
    left: 0;
}

/* **************************************** *
 * 07) 하트이펙트 스타일 및 애니메이션
 * **************************************** */
@keyframes fireworksStar {
    0%,100%{
        opacity:1;
    }
    50%{
        opacity: 1;
    }
    75%{
        opacity: 1;
    }
}

#care_heart_effect{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50011;
    display: none;
}
#care_heart_effect.on{
    display: block;
}
#care_heart_effect *,
#care_heart_effect :after,
#care_heart_effect :before {
    box-sizing: border-box;
    position: relative;
}
#care_heart_effect .firework-rounded{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.35);
    opacity: 0;
    animation: fireworksStar 1.0s cubic-bezier(0, 0, 0.2, 1) alternate-reverse;
}
#care_heart_effect .firework-rounded-img{
    width: 360px;
    height: 360px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fireworksStar 1.0s cubic-bezier(0, 0, 0.2, 1) alternate-reverse;
    opacity: 0;
    mix-blend-mode: multiply;
}
@media screen and (max-width: 1140px){
    #care_heart_effect .firework-rounded{
        background: rgba(255, 255, 255, 0.65);
    }
    #care_heart_effect .firework-rounded-img{
        width: 80vw;
        height: 80vw;
    }
}

/* **************************************** *
 * 08) 러닝맨버튼 스타일 및 애니메이션
 * **************************************** */
@keyframes s_data_delay1 {
    0%{
        color: #B4AFAC;
    }
    30%{
        color: #B4AFAC;
    }
    100%{
        color: white;
    }
}
@keyframes s_data_delay2 {
    0%{
        color: white;
    }
    30%{
        color: white;
    }
    100%{
        color: #A49A91;
    }
}
@keyframes s_data_btn_width {
    0% {
        width: 46px;
    }
    30% {
        width: 46px;
    }
    100% {
        width: 176px;
    }
}
@keyframes icon_arrow_move1 {
    0%{
        background: none;
        left: -10px;
    }
    30%{
        background: none;
        left: -10px;
    }
    100%{
        background: #A49A91;
        left: 12px;
    }
}
@keyframes icon_arrow_move {
    0%{
        background: none;
        left: -10px;
    }
    30%{
        background: none;
        left: -10px;
    }
    100%{
        background: #fff;
        left: 8px;
    }
}

#care_list .notiBox .cont .s_data_btn{
    display: none;
    position: relative;
    width: 46px;
    height: 46px;
    transition: width 1s;
}
#care_hero .hero_data .s_data_btn{
    position: relative;
    width: 46px;
    height: 46px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    background: white;
    border-radius: 50px;
    margin-top: 20px;
    transition: width 1s;
    display: block;
}
#care_list .notiBox .cont.s_data_btn:hover {
    display: block;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: white;
    background: #B4AFAC;
    border-radius: 50px;
    width: 176px;
    height: 46px;
    margin-left: 20px;
    animation: s_data_btn_width 0.8s ease-out;
}
#care_hero .hero_data .s_data_btn:hover{
    display: block;
    width: 176px;
    height: 46px;
    animation: s_data_btn_width 0.8s ease-out;
}
#care_hero .hero_data .s_data_btn:before{
    content: '글 보기';
    position: absolute;
    top: 14px;
    left: 54px;
    width: 100px;
    color: white;
    opacity: 1;
    text-align: left;
    margin-left: 10px;
}
#care_hero .hero_data .video.s_data_btn:before{
    content: '영상 보기';
    position: absolute;
    top: 14px;
    left: 54px;
    width: 150px;
    color: white;
    opacity: 1;
    text-align: left;
    margin-left: 10px;
}
#care_list .notiBox .cont .s_data_btn:hover:before{
    content: '글 보기';
    position: absolute;
    top: 14px;
    left: 50px;
    width: 100px;
    color: white;
    animation: s_data_delay1 0.8s linear;
}
#care_list .notiBox .cont .video.s_data_btn:hover:before{
    content: '영상 보기';
    position: absolute;
    top: 14px;
    left: 50px;
    width: 150px;
    color: white;
    animation: s_data_delay1 0.8s linear;
}
#care_hero .hero_data .s_data_btn:hover:before{
    color: #A49A91;
    animation: s_data_delay2 0.8s linear;
}
#care_list .notiBox .cont:hover .s_data{
    display: none;
}
#care_list .icon_arrow {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 20px;
    height: 2px;
    background: none;
}
#care_hero .icon_arrow{
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 6px;
    width: 20px;
    height: 2px;
    background: none;
}
#care_list .notiBox .cont .s_data_btn:hover .icon_arrow{
    transform: translate(1rem, 0);
    position: absolute;
    background: #fff;
    left: 8px;
    animation: icon_arrow_move 0.65s cubic-bezier(0.65, 0, 0.076, 1);
}
#care_hero .hero_data .s_data_btn:hover .icon_arrow{
    display: block;
    transform: translate(1rem, 0);
    position: absolute;
    background: #A49A91;
    left: 12px;
    animation: icon_arrow_move1 0.65s cubic-bezier(0.65, 0, 0.076, 1);
}
#care_list .notiBox .cont .icon_arrow:before{
    position: absolute;
    content: "";
    top: -4px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#care_hero .hero_data .icon_arrow:before{
    position: absolute;
    content: "";
    top: -4px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #A49A91;
    border-right: 2px solid #A49A91;
    transform: rotate(45deg);
}

@media screen and (max-width: 1140px){
    #care_hero{

    }
    #care_list .notiBox .cont:hover .s_data_btn{
        display: none;
    }
    #care_hero .hero_data .s_data_btn,
    #care_hero .hero_data:hover  .s_data_btn{
        display: none;
    }
    #care_list .notiBox .cont:hover .s_data{
        display: block;
    }
}

/* **************************************** *
 * 09) 모달뷰 스타일 및 애니메이션
 * **************************************** */
@keyframes running_start {
    0%{
        right: 190px;
    }
    100%{
        right: 30px;
    }
}
@keyframes running_man {
    0%{
        left: 20px;
    }
    100%{
        left: 140px;
    }
}
@keyframes running_font {
    0%{
        left: 30px;
    }
    100%{
        left: 190px;
    }
}

#care_modal_wrap {
    display: none;
    position: fixed;
    z-index: 50001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;
    color: #414144;
    background: rgba(0, 0, 0, 0.5);
}
#care_modal_wrap .care_modal_inner {
    position: absolute;
    background-color: white;
    border: none;
    width: 80%;
    height: 90%;
    max-width: 1200px;
    max-height: 1080px;
    top: 50%;
    left: 50%;
    border-radius: 40px;
    filter: drop-shadow(2px 2px 5px rgba(209, 209, 209, 0.35));
    overflow: hidden;
    transform: translate(-1320px, -50%);
    transition: transform 0.3s ease-out;
}
#care_modal_wrap.on .care_modal_inner {
    transform: translate(-50%, -50%);
}
#care_modal_wrap .care_close {
    position: absolute;
    top: 50px;
    right: 70px;
    font-size: 24px;
    font-weight: bold;
    z-index: 100;
    color: black;
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity 0.3s;
}
#care_modal_wrap.on .care_close {
    opacity: 1;
    animation: opacity_rotale1 1.4s;
}
#care_modal_wrap .care_close:before {
    content: '';
    width: 24px;
    height: 2px;
    background: #333333;
    transform: rotate(
            225deg
    );
    top: 12px;
    left: 2px;
    position: absolute;
    transition: transform 2s;
}
#care_modal_wrap .care_close:hover:before{
    transform: rotate(
            540deg
    );
    transition: transform 2s;
}
#care_modal_wrap .care_close:after {
    content: '';
    width: 24px;
    height: 2px;
    background: #333333;
    transform: rotate(
            -225deg
    );
    top: 12px;
    left: 2px;
    position: absolute;
    transition: transform 2s;
}
#care_modal_wrap .care_close:hover:after{
    transform: rotate(
            90deg
    );
    transition: transform 2s;
}

#care_modal_wrap #care_view{
    position: relative;
    overflow: hidden;
    background: white;
}
#care_modal_wrap .view_bar{
    position: relative;
    height: 102px;
}
#care_modal_wrap .bar_menu {
    width: 100%;
    padding: 42px 70px 32px;
}
#care_modal_wrap .view_text{
    position: relative;
    overflow-y: scroll;
    opacity: 0;
    margin: 20px 70px;
    background: white;
    border-radius: 15px;
    height: calc(100% - 180px);
}
#care_modal_wrap.on .view_text {
    opacity: 1;
    animation: opacity_delay1 0.8s;
}
#care_modal_wrap .view_text::-webkit-scrollbar { display: none;}
#care_modal_wrap .view_text::-webkit-scrollbar-track { display: none; }
#care_modal_wrap .view_text::-webkit-scrollbar-thumb {
    display: none;
}
#care_modal_wrap .view_text::-webkit-scrollbar-button { display: none; }
#care_modal_wrap .text_title {
    font-family: 'Noto Sans KR';
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #414144;
    padding-bottom: 8px;
    padding-left: 10px;
}
#care_modal_wrap .text_line{
    border-top: 1px solid #c4c4c4;
    margin: 0;
    position: relative;
}
#care_modal_wrap .text_data{
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: right;
    color: #929292;
    padding-top: 12px;
    position: relative;
    letter-spacing: 1px;
}
#care_modal_wrap .text_data .data_date { display: none; }
#care_modal_wrap .text_data span:nth-child(2) { display: none; }
#care_modal_wrap .data_bar{
    padding-left: 10px;
    margin-left: 9px;
    color: #7c7c7c;
    font-weight: normal;
    position: relative;
    display: inline-block;
}
#care_modal_wrap .data_bar:after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: -12px;
}
#care_modal_wrap .data_likes{
    position: relative;
}
#care_modal_wrap .text_cont {
    position: relative;
    /*padding: 0 10px;*/
    word-break: break-all;
}
#care_modal_wrap .care_preview_login {
    margin: 52px 0;
    width: 100%;
    height: 300px;
    background: white;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 15px;
    left: 0;
    /*bottom: 320px;*/
    position: relative;
    z-index:50004;
    display: none;
    opacity: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
#care_modal_wrap .care_preview_login::before {
    content: '';
    position: absolute;
    top: -121px;
    left: -2px;
    width: calc(100% + 4px);
    height: 120px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 60%, transparent 100%);
}
#care_modal_wrap .care_preview_login.on{
    display: block;
    animation: opacity_delay1 4ms;
    opacity: 1;
}
#care_modal_wrap .care_preview_login.down {
    bottom: 30px;
}
#care_modal_wrap .care_preview_hidden{
    width: 100%;
    /*height: 170px;*/
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 68.68%);
    bottom: 0;
    position: relative;
    z-index:50003;
    display: none;
    opacity: 0;
}
#care_modal_wrap .care_preview_hidden {
    /*bottom: 300px;*/
}
#care_modal_wrap .care_preview_hidden.down {
    bottom: 30px;
}
#care_modal_wrap .care_preview_hidden.on {
    display: block;
    animation: opacity_delay1 4ms;
    opacity: 1;
}
#care_modal_wrap .login_text{
    padding: 50px 120px;
    text-align: center;
    position: relative;
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
}
#care_modal_wrap .login_line{
    border-top: 1px solid #C4C4C4;
    padding: 20px;
    position: relative;
}
#care_modal_wrap .login_button{
    padding: 0 100px 50px;
    text-align: center;
    position: relative;
}
#care_modal_wrap .button_login{
    background: #F26F3D;
    border-radius: 10px;
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    width: 190px;
    height: 64px;
    color: #FFFFFF;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}
#care_modal_wrap .button_login:before{
    content: '';
    background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_care_door_close.gif') center center/cover no-repeat;
    width: 28px;
    height: 32px;
    position: absolute;
    top: 16px;
    left: 20px;
}
#care_modal_wrap .button_login:hover:before{
    animation: running_man 1.5s linear;
    left: 140px;
}
#care_modal_wrap .button_login:after{
    content: '로그인 하기';
    width: calc(100% - 20px);
    height: 26px;
    position: absolute;
    top: 16px;
    left: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
#care_modal_wrap .button_login:hover:after{
    animation: running_font 2s linear;
    opacity: 1;
    left: 190px;
}
#care_modal_wrap .login_start{
    position: relative;
    top: 0;
    right: 190px;
    opacity: 0;
    text-align: center;
}
#care_modal_wrap .button_login:hover .login_start{
    animation: running_start 2s linear;
    opacity: 1;
    right: 30px;
}
#care_modal_wrap .button_back{
    border-radius: 10px;
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 16px 56px;
    background: #CBCBCB;
    box-shadow: 3px 3px 10px #D9D9D9;
    color: white;
    border: 1px solid #C4C4C4;
}
#care_modal_wrap .button_back:hover{
    background: #212121;
    color: white;
    border: 1px solid white;
}
#care_modal_wrap .cont_scroll{
    padding-bottom: 20px;
}
#care_modal_wrap .care_prev_next{
    width: 100%;
    height: auto;
    margin-top: 0;
    border-top: 1px solid #909090;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
#care_modal_wrap .prev_title,
#care_modal_wrap .next_title{
    font-family: "Noto Sans KR";
    font-weight: bold;
    padding: 5px 10px;
    font-size: 16px;
    width: 100px;
    height: 50px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
}
#care_modal_wrap .next_title{
    border-bottom: 1px solid #909090;
}
#care_modal_wrap .prev_subject,
#care_modal_wrap .next_subject{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    width: calc(100% - 100px);
    display: -webkit-box;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
#care_modal_wrap .next_subject{
    border-bottom: 1px solid #909090;
}
#care_modal_wrap .prev_subject:hover a,
#care_modal_wrap .next_subject:hover a{
    color: #ff8000;
}
#care_modal_wrap .menu_title{
    font-family: "Noto Sans KR";
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    padding: 0;
    display: flex;
    align-items: center;
}
#care_modal_wrap .menu_title .ic_color5_1{
    margin-right: 6px;
}
#care_modal_wrap .menu_title .ic_color5_1:before{
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    display: inline-block;
}
#care_modal_wrap .menu_title .ic_color5_1:before{
    background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_top5_1.png') center center/cover no-repeat;
    mix-blend-mode: multiply;
}
#care_modal_wrap .text_img{
    position: relative;
    width: 100%;
    margin-top: 44px;
}
#care_modal_wrap .text_img#text_img_mobile{
    display: none;
}
#care_modal_wrap .text_img#text_img_pc{
    display: block;
}
#care_modal_wrap .img_thumbnail{
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 370px;
    object-fit: contain;
}
#care_modal_wrap .img_thumbnail.hide{
    display: none;
}

#care_modal_wrap .list_likes.pulse{
    animation: heartBeat 0.8s;
}
#care_modal_wrap .ic_hidden {
    width: 26px;
    height: 22px;
    background: url('https://cheongmac.blob.core.windows.net/common/ic_root05_hidden.svg') center center/cover no-repeat;
    position: relative;
    margin: 0 1px;
    padding: 0;
    display: inline-block;
    top: 2px;
}
#care_modal_wrap .ic_hidden.small {
    width: 16px;
    height: 14px;
    top: 2px;
}

@media screen and (max-width: 1140px){
    #care_modal_wrap .text_cont {
        padding: 10px 20px 0;
    }
    #care_modal_wrap .care_modal_inner {
        width: 0;
        height: 100%;
        max-width: none;
        max-height: none;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
        transition: width 0.3s ease-out;
    }
    #care_modal_wrap.on .care_modal_inner {
        width: 100%;
        height: 100%;
        transform: none;
    }
    #care_modal_wrap .care_close {
        top: 22px;
        right: 20px;
    }
    #care_modal_wrap .care_close:before,
    #care_modal_wrap .care_close:after{
        width: 20px;
    }
    #care_modal_wrap .view_bar{
        height: 70px;
    }
    #care_modal_wrap .bar_menu {
        padding: 0;
        background: #FFFFFF;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    }
    #care_modal_wrap .menu_title{
        padding: 20px;
        font-size: 20px;
    }
    #care_modal_wrap .menu_title .ic_color5_1{
        width: 30px;
        height: 26px;
        margin-right: 4px;
    }
    #care_modal_wrap .menu_title .ic_color5_1:before{
        width: 30px;
        height: 26px;
    }
    #care_modal_wrap .view_text{
        margin: 34px;
    }
    #care_modal_wrap.on .view_text{
        height: calc(100% - 70px);
        margin: 0;
        background: unset;
        box-shadow: unset;
        border-radius: unset;
    }
    #care_modal_wrap .text_img{
        margin: 0;
        width: 100%;
    }
    #care_modal_wrap .text_img#text_img_mobile{
        display: block;
    }
    #care_modal_wrap .text_img#text_img_pc{
        display: none;
    }
    #care_modal_wrap.on .wrap_text{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background: white;
        border-radius: 15px;
    }
    #care_modal_wrap .text_title{
        font-size: 18px;
        color: #333333;
        font-weight: 600;
        padding: 30px 20px 8px;
    }
    #care_modal_wrap .text_line{
        margin: 0 20px;
        width: calc(100% - 40px);
        position: relative;
    }
    #care_modal_wrap .title_pc{
        display: none;
    }
    #care_modal_wrap .text_data{
        padding: 10px 20px 10px;
        font-size: 14px;
        line-height: 19px;
    }
    #care_modal_wrap .data_likes{
        color: #212121;
    }
    #care_modal_wrap .view_cont{
        position: relative;
        margin: 0;
    }
    #care_modal_wrap .img_thumbnail{
        padding: 0;
        object-fit: cover;
        width: 100%;
        height: 320px;
        object-position: 50% 50%;
    }
    #care_modal_wrap .menu_title{
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
    }
    #care_modal_wrap .prev_subject,
    #care_modal_wrap .next_subject {
        height: 40px;
        line-height: 40px;
    }
    #care_modal_wrap .prev_title,
    #care_modal_wrap .next_title{
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }
    #care_modal_wrap .care_preview_login{
        width: calc(100%);
        height: 200px;
    }
    #care_modal_wrap .care_preview_hidden{
        width: calc(100%);
        height: 60px;
    }
    #care_modal_wrap .login_text{
        padding: 20px 20px;
        font-size: 16px;
        line-height: 28px;
    }
    #care_modal_wrap .login_line{
        padding: 10px;
    }
    #care_modal_wrap .login_button{
        padding: 0 20px 40px;
    }
    #care_modal_wrap .button_login{
        font-size: 16px;
        line-height: 16px;
        padding: 0;
        width: 128px;
        height: 38px;
        margin-right: 20px;
        box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    }
    #care_modal_wrap .button_login:before{
        width: 16px;
        height: 20px;
        top: 10px;
        left: 12px;
    }
    #care_modal_wrap .button_login:after{
        font-size: 16px;
        line-height: 16px;
        top: 10px;
        left: 20px;
    }
    #care_modal_wrap .button_back{
        font-size: 16px;
        line-height: 16px;
        padding: 10px 26px;
        box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    }
    #care_modal_wrap .ic_hidden {
        width: 14px;
        height: 12px;
        top: 0;
    }
    #care_modal_wrap .ic_hidden.small{
        width: 14px;
        height: 12px;
        top: 0;
    }

}
@media screen and (max-width: 500px){
    #care_modal_wrap .img_thumbnail{
        object-position: 55% 50%;
    }
}
@media screen and (max-width: 380px){
    #care_modal_wrap .img_thumbnail{
        object-position: 50% 50%;
    }
}
@media screen and (max-width: 350px){
    #care_list .notiBox .cont .s_data .bar,
    #care_list .notiBox .cont .s_data .hit {
        display: none;
    }
}

/* **************************************** *
 * 10) 하트바운스 스타일 및 애니메이션
 * **************************************** */
@keyframes bounceCustom {
    0%, 20%, 53%, 100% {
        top: 0px;
    }
    40%, 43% {
        top: -6px;
    }
    70% {
        top: -3px;
    }
    80% {
        top: 0px;
    }
}

#care_modal_wrap .text_data .list_likes{
    cursor: pointer;
}
#care_modal_wrap .text_data .heart{
    display: inline-block;
    top: 0px;
    margin: 0 6px;
    animation: bounceCustom 1s linear 1s infinite;
}

/* **************************************** *
 * 11) 에디터내부 스타일
 * **************************************** */
.cont_scroll{
    font-family: 'Noto Sans KR';
}
.cont_scroll > .editor-box-content p {
    margin-bottom: 1rem;
    font-size: 16px!important;
    line-height: 26px!important;
}
.text_patientName{
    background-color: transparent;
    width: 100%;
    border-radius: 15px;
    display: inline-block;
    font-family: 'Pretendard';
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    margin: 10px 0;
}
.cont_scroll.preview .editor-box-content:nth-child(1){
    display: none;
}

@media screen and (max-width: 1140px) {
    .text_patientName{
        display: block;
        position: relative;
        top: 0;
        font-size: 14px;
        margin: 10px 0;
    }
}
@media screen and (max-width: 350px) {
    .cont_scroll .editor-box-info > span:nth-child(2) {
        font-size: 14px!important;
    }
}


/* **************************************** *
 * 12) 비디오 / 환우 문구 추가
 * **************************************** */
.video_thumbnail{
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
}
.video_thumbnail.contents{
    width: auto;
    height: 390px;
    display: block;
}
.video_thumbnail.contents.hide{
    display: none;
}
#care_modal_wrap .care_view_tail1{
    position: relative;
    width: 100%;
    max-width: 488px;
    height: 84px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 118px;
    background: url("https://cheongmac.blob.core.windows.net/common/img_care_tail1_pc.jpg") center center/contain no-repeat;
}
#care_modal_wrap .care_view_tail2{
    position: relative;
    width: 100%;
    max-width: 452px;
    left: 50%;
    transform: translateX(-50%);
    height: 34px;
    margin-top: 56px;
    margin-bottom: 4px;
    background: url("https://cheongmac.blob.core.windows.net/common/img_care_tail2_pc.jpg") center center/contain no-repeat;
}
#care_modal_wrap .view_text{
    padding: 0 10px;
}

@media screen and (max-width: 1140px){
    .video_thumbnail{
        width: 100%;
        height: auto;
    }
    .video_thumbnail.contents{
        width: 100%;
        height: auto;
    }
    #care_modal_wrap .care_view_tail1{
        max-width: 276px;
        height: 48px;
        margin-bottom: 80px;
        background: url("https://cheongmac.blob.core.windows.net/common/img_care_tail1_m.jpg") center center/contain no-repeat;
    }
    #care_modal_wrap .care_view_tail2{
        max-width: 224px;
        height: 34px;
        margin-top: 14px;
        margin-bottom: 6px;
        background: url("https://cheongmac.blob.core.windows.net/common/img_care_tail2_m.jpg") center center/contain no-repeat;
    }
    #care_modal_wrap .view_text{
        padding: unset;
    }
}


/* **************************************** *
 * 13) 치료후기 영상 스타일
 * **************************************** */
@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.care.video_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contents_video {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: auto;
    /*display: inline-block;*/
    display: none;
}
.contents_video:after{
    content:"";
    position:absolute;
    background:url("https://cheongmac.blob.core.windows.net/btn/btn_root04_Play.svg") center center/cover no-repeat;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    transform: translate(-50%, -50%);
    animation: breathing 5s ease-out infinite normal;
}
.contents_video:hover:after{
    background:url("https://cheongmac.blob.core.windows.net/btn/btn_root04_Play_hover.svg") center center/cover no-repeat;
}
.hide.contents_video:after{
    display: none;
}
.hero_video:after{
    content:"";
    position:absolute;
    background:url("https://cheongmac.blob.core.windows.net/btn/btn_root04_Play.svg") center center/cover no-repeat;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    transform: translate(-50%, -50%);
    animation: breathing 5s ease-out infinite normal;
}
.hero_video:hover:after{
    background:url("https://cheongmac.blob.core.windows.net/btn/btn_root04_Play_hover.svg") center center/cover no-repeat;
}


@media screen and (max-width: 960px) {
    .hero_video:after{
        width: 32px;
        height: 32px;
        left: calc(100% - 64px);
    }
}
