.block {display: block;}

/*  << 20240813 */
/* notice popup */
.notice_popup_bg {z-index: 1000; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(1.5px);}
@supports (-webkit-backdrop-filter: none) {
    .notice_popup_bg { -webkit-backdrop-filter: blur(1.5px); }
}
.notice_popup {z-index: 1001; position: fixed; left: calc(50% - 280px); transform: translateX(-50%); top: 22%;}
/*.notice_popup {z-index: 1001; position: fixed; left: 20%; transform: translateX(-50%); top: 14%;}*/

.notice_popup .close_btn_top {z-index: 1001; position: absolute; right: -17px; top: -17px;
    width: 35px; height: 35px; background: url(../images/btn_round_close.png) center no-repeat; background-size: contain;}
.notice_popup .mySwiper {width: 480px; height: 520px; border-radius: 12px 12px 0 0; overflow: hidden;}
.notice_popup .mySwiper .swiper-wrapper .swiper-slide a {display: block; width: 100%; height: 100%; border-radius: 12px 12px 0 0; overflow: hidden;}
.notice_popup .mySwiper .swiper-wrapper .swiper-slide a img {width: 100%; height: 100%; object-fit: cover; border-radius: 12px 12px 0 0;}
.notice_popup .swiper-horizontal>.swiper-pagination-bullets,
.notice_popup .swiper-pagination-bullets.swiper-pagination-horizontal,
.notice_popup .swiper-pagination-custom,
.notice_popup .swiper-pagination-fraction {display: inline-block; width: auto; bottom: auto; top: 10px; left: 10px;}
.notice_popup .swiper-pagination {width: auto; font-size: 14px; padding: 6px 10px; box-sizing: border-box; color: #fff; background: rgba(0, 0, 0, 0.2); border-radius: 100px;}
/* .notice_popup .swiper-horizontal>.swiper-pagination-bullets,
.notice_popup .swiper-pagination-bullets.swiper-pagination-horizontal {width: auto; bottom: auto; top: 20px; right: 18px; text-align: right;}
.notice_popup .swiper-pagination-bullet,
.notice_popup .swiper-pagination-bullet-active {background: #fff !important;} */

.notice_popup .notice_bottom {background: #fff; border-radius: 0px 0px 12px 12px; padding: 12px; display: flex; justify-content: space-between; align-items: center;}
.notice_popup .notice_bottom input[type="checkbox"] {appearance: none; margin: 0; position: relative;}
.notice_popup .notice_bottom label {display: inline-block; width: 18px; height: 18px; border: 1px solid #5F6367; border-radius: 4px;
    vertical-align: middle; cursor: pointer; white-space: nowrap; position: relative; line-height: 18px;}
.notice_popup .notice_bottom label::after {content:''; width: 80%; height: 80%; background: url(../../daeat/common/images/btn_check_gray.png) center no-repeat; background-size: contain; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.notice_popup .notice_bottom label span {display: block; padding-left: 28px; position: absolute; top: 0; left: 0;
    font-size: 16px; line-height: 1.1; letter-spacing: -1px; color: #5F6367;}
.notice_popup .notice_bottom a {display: inline-block; font-size: 16px; line-height: 1; text-align: right; letter-spacing: -1px; color: #5F6367; position: relative; padding-right: 28px;}
.notice_popup .notice_bottom a::before {content: ''; display: inline-block; width: 20px; height: 1px; background: #5F6367; position: absolute; right: 0; top: 50%; margin-top: -0.5px; transform: rotate(45deg);}
.notice_popup .notice_bottom a::after {content: ''; display: inline-block; width: 20px; height: 1px; background: #5F6367; position: absolute; right: 0; top: 50%; margin-top: -0.5px; transform: rotate(-45deg);}

/* notice popup2 */
.notice_popup_bg2 {z-index: 1000; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(1.5px);}
@supports (-webkit-backdrop-filter: none) {
    .notice_popup_bg2 { -webkit-backdrop-filter: blur(1.5px); }
}
.notice_popup2 {z-index: 1001; position: fixed; left: calc(50% + 280px); transform: translateX(-50%); top: 22%;}
.notice_popup2 .close_btn_top2 {z-index: 1001; position: absolute; right: -17px; top: -17px;
    width: 35px; height: 35px; background: url(../images/btn_round_close.png) center no-repeat; background-size: contain;}
.notice_popup2 .mySwiper {width: 480px; height: 520px; border-radius: 12px 12px 0 0; overflow: hidden;}
.notice_popup2 .mySwiper .swiper-wrapper .swiper-slide a {display: block; width: 100%; height: 100%; border-radius: 12px 12px 0 0; overflow: hidden;}
.notice_popup2 .mySwiper .swiper-wrapper .swiper-slide a img {width: 100%; height: 100%; object-fit: cover; border-radius: 12px 12px 0 0;}

.notice_popup2 .swiper-horizontal>.swiper-pagination-bullets,
.notice_popup2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.notice_popup2 .swiper-pagination-custom,
.notice_popup2 .swiper-pagination-fraction {display: inline-block; width: auto; bottom: auto; top: 10px; left: 10px;}
.notice_popup2 .swiper-pagination {width: auto; font-size: 14px; padding: 6px 10px; box-sizing: border-box; color: #fff; background: rgba(0, 0, 0, 0.2); border-radius: 100px;}

.notice_popup2 .notice_bottom {background: #fff; border-radius: 0px 0px 12px 12px; padding: 12px; display: flex; justify-content: space-between; align-items: center;}
.notice_popup2 .notice_bottom input[type="checkbox"] {appearance: none; margin: 0; position: relative;}
.notice_popup2 .notice_bottom label {display: inline-block; width: 18px; height: 18px; border: 1px solid #5F6367; border-radius: 4px;
    vertical-align: middle; cursor: pointer; white-space: nowrap; position: relative; line-height: 18px;}
.notice_popup2 .notice_bottom label::after {content:''; width: 80%; height: 80%; background: url(../../daeat/common/images/btn_check_gray.png) center no-repeat; background-size: contain; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.notice_popup2 .notice_bottom label span {display: block; padding-left: 28px; position: absolute; top: 0; left: 0;
    font-size: 16px; line-height: 1.1; letter-spacing: -1px; color: #5F6367;}
.notice_popup2 .notice_bottom a {display: inline-block; font-size: 16px; line-height: 1; text-align: right; letter-spacing: -1px; color: #5F6367; position: relative; padding-right: 28px;}
.notice_popup2 .notice_bottom a::before {content: ''; display: inline-block; width: 20px; height: 1px; background: #5F6367; position: absolute; right: 0; top: 50%; margin-top: -0.5px; transform: rotate(45deg);}
.notice_popup2 .notice_bottom a::after {content: ''; display: inline-block; width: 20px; height: 1px; background: #5F6367; position: absolute; right: 0; top: 50%; margin-top: -0.5px; transform: rotate(-45deg);}

/*  20240813 >> */


/* appointment */
input[type="checkbox"] {display: none;}
input[type="checkbox"] + label {display: inline-block; width: 20px; height: 20px; border: 1px solid #C8C8C8; border-radius: 4px; 
    vertical-align: middle; cursor: pointer; white-space: nowrap; position: relative;}
input[class="agree"] + label::after {content:''; width: 20px; height: 20px; background: rgba(0,0,0,0);}
input.agree:checked + label {border-color: #381187; background: #381187;}
input.agree:checked + label::after {content:''; width: 20px; height: 20px; 
    background: url(../images/btn_wht_check_on.png) center no-repeat; background-size: contain; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}

.appointment {width: 66.66%; position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 999; padding: 19.5px 5%; box-sizing: border-box;
    background: #69488E; border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 18px 18px 0 0; transition: all .2s;}
.appointment.off {display: none;}
.appointment .inner form {display: flex; align-items: center; justify-content: center; gap: 12px;}
.appointment .inner form .tab_ver {display: flex; align-items: center; justify-content: center; gap: 12px;}
.appointment .inner form h3 {font-weight: 500; font-size: 20px; line-height: 28px; letter-spacing: -0.02em; color: #FFFFFF;}
.appointment .inner form ul {display: flex; align-items: center;}
.appointment .inner form ul.input_box {gap: 8px;}
.appointment .inner form ul.input_box input {background: #FFFFFF; border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 8px; padding: 7px 12px; outline: none;
    font-weight: 500; font-size: 15px; line-height: 18px; color: #2E1566; vertical-align: middle; box-sizing: border-box;}
.appointment .inner form ul.input_box input::placeholder {font-family: 'Spoqa Han Sans Neo'; font-weight: 500; color: #8E8E8E;}
.appointment .inner form ul.input_box input.user_name {max-width: 164px;}
.appointment .inner form ul.input_box input.user_tel {max-width: 276px;}
.appointment .inner form ul.agree_box {gap: 12px;}
.appointment .inner form ul.agree_box li:first-child {min-width: 280px; position: relative;}
.appointment .inner form ul.agree_box label {font-weight: 500; font-size: 14px; line-height: 20px; letter-spacing: -0.02em; color: #FFFFFF;}
.appointment .inner form ul.agree_box a {font-weight: 700; font-size: 14px; line-height: 20px; letter-spacing: -0.02em; color: #FFFFFF;
    display: inline-block; white-space: nowrap;}
.appointment .inner form ul.agree_box button {background: #140537; border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 100px; padding: 6px 12px;
    font-weight: 700; font-size: 15px; line-height: 22px; text-align: center; color: #FFFFFF; cursor: pointer;}
.appointment .inner form label span {display: inline-block; padding-left: 28px;}
.appointment .inner form li a {display: inline-block;}
.appointment .inner .close_btn {display: none;}


/* visual */
.visual {margin-top: 98px;}
.visual .mySwiper {position: relative;}
.visual .swiper-slide {position: relative;}
.visual .swiper-horizontal>.swiper-pagination-bullets,
.visual .swiper-pagination-bullets.swiper-pagination-horizontal {top:75%; left: 18%; width: 50%; text-align: left;}
.visual .swiper-horizontal>.swiper-pagination-bullets,
.visual .swiper-pagination-bullets.swiper-pagination-horizontal {left: 66%;}
.visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin-right: 52px !important;}
.visual .swiper-pagination-bullet {width: 12px; height: 12px; background: #9A74E7; opacity: 1; position: relative;}
.visual .swiper-pagination-bullet::after {content: ''; display: block; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #9A74E7;
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none;}
.visual .swiper-pagination-bullet-active::after {display: block;}
.visual ul li a {display: block; width: 100%; height: calc(var(--vh, 1vh) * 100 - 98px); position: relative;transform: none;}
.visual ul li a img {transform:none;}
.visual ul li a img {width: 100%; height: 100%; object-position: center top; object-fit: cover;}
.visual ul li a .button_wap {
    margin-top:12%;
}
.visual ul li a .button_wap button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 32px;
    gap: 12px;
    min-width: 172px;
    border: 2px solid #7944EE;
    border-radius: 100px;
    flex: none;
    flex-grow: 0;
    text-align: center;
    letter-spacing: -0.05em;
    color: #7944EE;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-size: 1.3rem;
    font-weight: 700;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
}
.visual ul li a img.arrow { object-fit: none;object-position: center center;width: 100%;height: auto;transform: scale(0.6); }
/* .visual .banner_bg {background:url('../images/visual_new.png') bottom right no-repeat; background-size: cover; width: 100%; height: calc(100vh - 28px);}
.visual .video_box {width: 100%; position: relative;} */
/* .visual .imgBG {width: 100%;} */
.visual .visual_text {position: absolute; top: 50%; transform: translateY(-50%); left: 16.66%;}
.visual .visual_text {left: 64.66%;}
.visual .visual_text p {font-weight: 300; font-size: 24px; line-height: 36px; margin-bottom: 4px;}
.visual .visual_text p:last-of-type {margin-bottom: 0;}
.visual .visual_text p strong {font-size: 58px; line-height: 70px; letter-spacing: -0.04em;}
.visual .scroll_down {position: absolute; left: 50%; transform: translateX(-50%); bottom: 103px;}
.visual .scroll_down a {display: inline-block; font-family: 'Inter'; font-size: 20px; line-height: 24px; text-align: center; color: #2E1566;
    animation: bounce_scroll 1s infinite alternate; -webkit-animation: bounce_scroll 1s infinite alternate;}
.visual .scroll_down a span {display: block;}
.visual .scroll_down a .img_box {width: 12px; height: 12px; background: url(../images/btn_scroll_down_mo.png) center no-repeat; background-size: contain; margin: 0 auto;}
.visual .scroll_down a img {margin: 0 auto;}
@keyframes bounce_scroll {
    0% { top: 0; }
    25% { top: -10px; transform: scale(1.1); }
    40% { top: 0; transform: scale(1); }
    100% { top: 10px; }
}
/* .visual .btn_ytb {width: 33%; padding-top: calc(600/441 * 33%); background-size: contain; background-repeat: no-repeat; background-position: center; 
    position: absolute; top: 50%; transform: translateY(-37%);}
.visual .visual_hangoeun .btn_ytb {left: 53%;}
.visual .visual_doctor .btn_ytb {left: 50%;} */

/* 유튜브 미니 사이즈 롤링배너용 */
.visual .video_ytb {width: 33%; padding-top: calc(441/600 * 33%); background-size: contain; background-repeat: no-repeat; background-position: center; 
    position: absolute; top: 50%; transform: translateY(-37%);}
.visual .visual_hangoeun .video_ytb {left: 53%;}
.visual .visual_doctor .video_ytb {left: 50%;}
.visual .video_ytb > div {width: 88%; padding-top: calc(315/560 * 88%); border-radius: 20px; overflow: hidden; position: absolute; top: 6%; left: 5%;}
.visual .video_ytb iframe {width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}

/* visual 영상 */
.visual.vimeo.pc_ver {margin-top: 28px; width: 100%; height: calc(100vh - 28px); overflow: hidden;}
.visual.vimeo.pc_ver .swiper-slide {background: url(../images/visual_bg.png) center no-repeat; background-size: cover;}
.visual.vimeo.pc_ver .banner_video_cover {position: absolute; left:0; top: 0; width: 100%; height: calc(100vh - 28px); z-index: 2;}
.visual.vimeo.pc_ver .banner_video {position: relative; width: 100%; height: 0; padding-bottom: 50.25%; z-index: 1;}
.visual.vimeo.pc_ver .banner_video iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

/* 20250527 추가 */
.visual .visual_patent .visual_text p{color:#F3D36A;}
.visual .visual_patent .visual_text p strong{color: #fff;}
.visual ul .visual_patent a .button_wap button{border-color: #F3D36A;color:#F3D36A;}
/* #content */
#content {overflow: hidden;}
section {background: #fff; clear: both;}
section > span {font-weight: 400; font-size: 14px; }
section > span {font-weight: 700; font-size: 16px; line-height: 20px; color: #2E1566; transform: skew(-0.1deg);}
section > span i {font-style: normal;}
section h3 a {display: inline-block; font-weight: 700; font-size: 34px; line-height: 43px; padding-bottom: 32px; color: #2E1566; transform: skew(-0.1deg);}
section h3 a span {display: none; width: 12px; height: 13px; margin-left: 4px; background: url(../images/arrow_pp_right.png) top center no-repeat;
    background-size: contain; vertical-align: middle;}

.mySwiper {overflow: hidden;}
.swiper-button-next, .swiper-button-prev {color: #2E1566 !important; opacity: .5 !important;}
.swiper-button-next:active, .swiper-button-prev:active {opacity: 1 !important;}
.swiper-pagination-bullet {background: #7435FF !important;}
.swiper-pagination-bullet-active {background: #7435FF !important;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 2px !important;}

.event_text p {font-weight: 500; font-size: 24px; letter-spacing: -0.02em; margin-bottom: 16px;}
.event_text .event_date {color: #7435FF; font-family: 'Inter'; font-style: normal; font-weight: 600; font-size: 10px; margin-bottom: 4px; display: block;}

.event {padding: 60px 16.6% 160px; position: relative;}
.event .swiper-wrapper .swiper-slide {padding: 16px 16px 28px; margin-right: 0.35%; box-sizing: border-box; border-radius: 16px; border: 1px solid rgba(46, 21, 102, 0.15);}
.event .swiper-wrapper .swiper-slide .event_img {display: block; position: relative; margin-bottom: 12px; overflow: hidden; border-radius: 16px;}
.event .swiper-wrapper .swiper-slide .event_img img {width: 100%; transition: all .2s;}
.event .swiper-wrapper .swiper-slide .event_img span {display: inline-block; background: rgba(116, 53, 255, 0.75); border: 1px solid #7435FF; border-radius: 4px;
    color: #fff; font-weight: 500; font-size: 14px; padding: 6px 12px; position: absolute; top: 20px; left: 20px;}
.event .swiper-wrapper .swiper-slide .event_text .event_date {color: #7435FF; font-family: 'Inter'; font-style: normal; font-weight: 600; font-size: 10px; margin-bottom: 4px; display: block;}
.event .swiper-wrapper .swiper-slide .event_text a {font-weight: 500; font-size: 24px; letter-spacing: -0.02em; margin-bottom: 12px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.event .swiper-wrapper .swiper-slide .event_text .event_btn {display: inline-block; width: 100%; height: 52px; line-height: 52px; background: rgba(116, 53, 255, 0.05);
    border: 1px solid rgba(116, 53, 255, 0.15); border-radius: 100px; box-sizing: border-box; text-align: center; color: #7435FF;
    font-weight: 500; font-size: 16px; margin-bottom: 0;}
.event .swiper-button-prev {left: 12%;}
.event .swiper-button-next {right: 12%;}
.event .swiper-button-prev::after, 
.event .swiper-button-next::after {font-size: 60px;}
.event .swiper-pagination {bottom: 120px !important;}
/* hover */

@media (hover:hover) {
    .event .swiper-wrapper .swiper-slide:hover .event_img img {transform: scale(1.2);}
    .swiper-button-next:hover, .swiper-button-prev:hover {opacity: 1 !important;}
}


.people {padding-left: 16.66%; position: relative; }
.people .people_inner {padding-bottom: 120px;}
.people .people_inner:after {content: ''; display: block; clear: both;}
.people .flow_banner_box {display: none;}
.people .with_diet {font-size: 40px; font-weight: 250; margin-bottom: 32px; color: #2E1566;}
.people .with_diet span {font-weight: 700; color: #7435FF;}
.people .swiper-wrapper {position: relative; top: 0; left: 0; z-index: 10; width: 100%;}
.people .swiper-wrapper::before {content: ''; display: block; clear: both;}
.people .swiper-wrapper li {float: left; margin-right: 0.3%;}
.people .swiper-wrapper li .people_img {margin-bottom: 16px;}
.people .swiper-wrapper li .people_img img {width: 100%; border-radius: 16px;}
.people .swiper-wrapper li .event_text {padding-left: 4%;}
.people .swiper-button-prev {top: 124px; left: 80%;}
.people .swiper-button-next {top: 124px; left: calc(80% + 37px); right: auto;}
.people .swiper-button-prev::after, 
.people .swiper-button-next::after {font-size: 15px; font-weight: 900;}


.story {padding-left: 16.66%; position: relative; }
.story .story_inner {padding-bottom: 120px;}
.story .story_inner:after {content: ''; display: block; clear: both;}
.story .swiper-wrapper {position: relative; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; display: flex; justify-content: start;}
.story .swiper-wrapper .swiper-slide > a {display: block; width: 100%; position: relative;}
.story .swiper-wrapper .swiper-slide > a img {width: 100%; border-radius: 32px;}
.story .swiper-wrapper .swiper-slide > a .hashtag {width: 90%; position: absolute; bottom: 15%; left: 8%; z-index: 50;}
.story .swiper-wrapper .swiper-slide > a .hashtag p {font-weight: 700; font-size: 1.75rem; line-height: 2.375rem; letter-spacing: -0.04em; margin-bottom: 8px;}
.story .swiper-wrapper .swiper-slide > a .hashtag span {display: inline-block; font-weight: 500; font-size: 0.875rem; line-height: 1.125rem; color: rgba(46, 21, 102, 0.75);
    background: rgba(255, 255, 255, 0.4); border: 1px solid rgba(116, 53, 255, 0.4); border-radius: 4px; padding: 6px 2%; margin-right: 4px; white-space: nowrap;
    pointer-events: none; cursor: default;}
.story .swiper-button-prev {top: 43px; left: 80%;}
.story .swiper-button-next {top: 43px; left: calc(80% + 37px); right: auto;}
.story .swiper-button-prev::after, 
.story .swiper-button-next::after {font-size: 15px; font-weight: 900;}
.story .swiper-pagination {display: none;}


.picture {background: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #2E1566; padding: 120px 16.66%;}
.picture .picture_inner > ul {display: grid; grid-template-columns: repeat(3, 2fr); gap: 1rem; margin-bottom: 36px;}
.picture .picture_inner > ul > li {position: relative; background: #FFFFFF; border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 16px; padding: 16px 4% 24px;
    transition: all .2s; overflow: hidden;}
.picture .picture_inner > ul > li .card {-webkit-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -webkit-perspective: 0; -webkit-transition: all .5s;
    backface-visibility: hidden; /*뒷면 숨기기*/ visibility: visible; transition: all .5s;}
.picture .picture_inner > ul > li .people_card {transform: rotateY(0deg); position: relative;}
.picture .picture_inner > ul > li .people_card .hashtag span {display: inline-block; background: rgba(255, 255, 255, 0.4); border: 1px solid rgba(116, 53, 255, 0.4);
    border-radius: 4px; padding: 6px 3%; margin-right: 1%; font-weight: 500; font-size: 14px; color: rgba(46, 21, 102, 0.75);}
.picture .picture_inner > ul > li .people_img {margin-bottom: 16px; position: relative; display: flex; gap: 2px;}
.picture .picture_inner > ul > li .people_img .img_box {overflow: hidden;}
.picture .picture_inner > ul > li .people_img .img_box:nth-of-type(1) {border-radius: 16px 0 0 16px;}
.picture .picture_inner > ul > li .people_img .img_box:nth-of-type(2) {border-radius: 0 16px 16px 0;}
.picture .picture_inner > ul > li .people_img .img_box img {width: 100%;}
.picture .picture_inner > ul > li .people_img .after_kg {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(116, 53, 255, 0.75);
    color: #fff; border: 1px solid #7435FF; border-radius: 50%; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; text-align: center;}
.picture .picture_inner > ul > li .people_img .after_kg p {font-weight: 700; font-size: 12px;}
.picture .picture_inner > ul > li .people_img .after_kg p span {display: block; font-family: 'Inter'; font-weight: 300; font-size: 10px;}
.picture .picture_inner > ul > li .people_img .after_kg strong {font-weight: 700; font-size: 22px;}
.picture .picture_inner > ul > li .event_text .event_title a {font-weight: 500; font-size: 24px; letter-spacing: -0.02em; margin-bottom: 16px;}
.picture .picture_inner > ul > li .people_hover {width: 100%; height: 100%; position: absolute; left: 0; top: 0; box-sizing: border-box; border-radius: 16px;
    background: rgba(255, 255, 255, 1); padding: 0 4%; opacity: 0; transform: rotateY(-180deg); transition: all .2s;}
.picture .picture_inner > ul > li .people_hover > ul {display: flex; justify-content: center; gap: 20px; margin: 30px 0 20px;}
.picture .picture_inner > ul > li .people_hover > ul > li {width: 46%;}
.picture .picture_inner > ul > li .people_hover > ul > li dl {margin-bottom: 16px; text-align: center;}
.picture .picture_inner > ul > li .people_hover > ul > li dl dt {font-size: 12px; letter-spacing: -0.04em; }
.picture .picture_inner > ul > li .people_hover > ul > li dl dd {font-size: 32px; font-weight: 700; line-height: 32px; color: #7435FF;}
.picture .picture_inner > ul > li .people_hover > ul > li dl dd span {font-size: 12px;}
.picture .picture_inner > ul > li .people_hover > ul > li .chartbox {width: 100%; height: 200px;}
.picture .picture_inner > ul > li .people_hover a {display: inline-block; width: 92%; height: 52px; line-height: 52px; background: rgba(116, 53, 255, 0.05);
    border: 1px solid rgba(116, 53, 255, 0.15); border-radius: 100px; box-sizing: border-box; text-align: center; color: #7435FF;
    position: absolute; left: 50%; transform: translateX(-50%); bottom: 18px;}
.picture .notice {font-weight: 500; font-size: 16px; line-height: 20px; text-align: center; color: #8A7F9F; margin-bottom: 40px;}
.picture .more_view {display: block; text-align: center; padding: 20px 0; background: rgba(116, 53, 255, 0.05); border: 1px solid rgba(116, 53, 255, 0.15);
    border-radius: 100px; color: #7435FF; font-weight: 500; font-size: 22px;}
/* hover */
@media (hover:hover) {
    .picture .picture_inner > ul > li:hover {box-shadow: 0px 8px 10px rgba(46, 21, 102, 0.15); border: 1px solid #7435FF;}
    .picture .picture_inner > ul > li:hover .people_card {transform: rotateY(180deg);}
    .picture .picture_inner > ul > li:hover .people_hover {transform: rotateY(0deg); opacity: 1;}
}


.self_review {padding: 120px 16.66%; position: relative; background: rgba(172, 134, 255, .2);}
.self_review h3 a {color: #2E1566;}
.self_review .swiper-wrapper .swiper-slide a {display: block;}
.self_review .swiper-wrapper .swiper-slide a img {width: 100%; border-radius: 16px;}
.self_review .swiper-button-prev {top: 163px; left: 80%;}
.self_review .swiper-button-next {top: 163px; left: calc(80% + 37px); right: auto;}
.self_review .swiper-button-prev::after, 
.self_review .swiper-button-next::after {font-size: 15px; font-weight: 900;}
.self_review .swiper-pagination {display: none;}


.video {padding: 120px 0 0 16.66%; position: relative;}
/*.video.incheon {padding: 0 0 0 16.66%;}*/
.video h3 a {color: #2E1566;}
.video .video_inner {padding-bottom: 120px;}
.video .video_inner:after {content: ''; display: block; clear: both;}
.video .swiper-wrapper {top: 0; left: 0; width: 100%; height: 100%; position: relative; z-index: 10;}
.video .swiper-wrapper .swiper-slide {background: #FFFFFF; border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 12px;}
.video .swiper-wrapper .swiper-slide a {display: block; color: #2E1566;}
.video .swiper-wrapper .swiper-slide a .video_thumb {position: relative;}
.video .swiper-wrapper .swiper-slide a .video_thumb img {width: 100%; border-top-left-radius: 12px; border-top-right-radius: 12px;}
.video .swiper-wrapper .swiper-slide a .video_thumb::after {content:''; width: 92px; height: 92px; display: block; background: url(../images/btn_play.png) center no-repeat; background-size: contain;
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 20;}
.video .swiper-wrapper .swiper-slide a dl {padding: 16px 4% 28px;}
.video .swiper-wrapper .swiper-slide a dl dt {font-weight: 700; font-size: 28px; line-height: 36px; letter-spacing: -0.02em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.video .swiper-wrapper .swiper-slide a dl dd {font-size: 24px; line-height: 30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.video .swiper-button-prev {top: 163px; left: 80%;}
.video .swiper-button-next {top: 163px; left: calc(80% + 37px); right: auto;}
.video .swiper-button-prev::after, 
.video .swiper-button-next::after {font-size: 15px; font-weight: 900;}
.video .swiper-pagination {display: none;}

/* 간편상담신청 css 깨짐 현상으로 인한 중간 미디어쿼리 추가 */
@media screen and (max-width: 1680px) {
    /* appointment */
    .appointment {width: 90%;}
    .appointment .inner form {gap: 32px; justify-content: space-between;}
    .appointment .inner form .tab_ver {width: 80%; flex-direction: column;}
    .appointment .inner form h3 {width: 20%; font-weight: 500; font-size: 20px; line-height: 28px; letter-spacing: -0.02em; color: #FFFFFF;}
    .appointment .inner form ul {width: 100%; display: flex; align-items: center;}
    .appointment .inner form ul.input_box li:nth-child(1) {width: 40%;}
    .appointment .inner form ul.input_box li:nth-child(1) input.user_name {width: 100%; max-width: 100%; box-sizing: border-box;}
    .appointment .inner form ul.input_box li:nth-child(2) {width: 60%;}
    .appointment .inner form ul.input_box li:nth-child(2) input.user_tel {width: 100%; max-width: 100%; box-sizing: border-box;}
    .appointment .inner form ul.input_box li input {box-sizing: border-box;}
    .appointment .inner form ul.input_box input.user_name {width: 100%;}
    .appointment .inner form ul.input_box input.user_tel {width: 100%;}
    .appointment .inner form ul.agree_box {gap: 8px;}
    .appointment .inner form ul.agree_box li {width: 50%;}
    .appointment .inner form ul.agree_box button {display: block; width: 100%;}
}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {

    /* << 20240813 */
    /* notice popup */
    .notice_popup {left: calc(50% - 230px); top: 22%;}

    .notice_popup .close_btn_top {right: -17px; top: -17px; width: 35px; height: 35px;}
    .notice_popup .mySwiper {width: 440px; height: 475px;}

    /* notice popup2 */
    .notice_popup2 {left: calc(50% + 230px); top: 22%;}

    .notice_popup2 .close_btn_top {right: -17px; top: -17px; width: 35px; height: 35px;}
    .notice_popup2 .mySwiper {width: 440px; height: 475px;}

    /* 20240813 >> */

    /* visual */
    .visual .scroll_down {bottom: 151px;}
    .visual .visual_text {left: 10%;}
    .visual .swiper-horizontal>.swiper-pagination-bullets, .visual .swiper-pagination-bullets.swiper-pagination-horizontal {left: 12%;}


    /* content */
    .event {padding: 60px 10% 160px;}
    .event .swiper-button-prev {left: 5%;}
    .event .swiper-button-next {right: 5%;}
    .people {padding-left: 10%;}
    .story {padding-left: 10%;}
    .story .swiper-wrapper .swiper-slide > a .hashtag p {font-size: 1rem; line-height: 1.375rem; margin-bottom: 6px;}
    .story .swiper-wrapper .swiper-slide > a .hashtag span {font-size: 0.563rem; line-height: 0.75rem; padding: 4px 2%;}
    .picture {padding: 120px 10%;}
    .picture .picture_inner > ul {grid-template-columns: repeat(2, 3fr);}
    .self_review {padding: 120px 10%;}
    .video {padding: 120px 0 0 10%;}
}

/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* << 20240813 */
    /* notice popup */
    .notice_popup {left: calc(50% - 170px); transform: translate(-50%, -25vh); top: 50vh;}
    .notice_popup .mySwiper {width: 330px; height: 357px;}
    .notice_popup .close_btn_top {display: none;}

    .notice_popup .notice_bottom {padding: 8px 12px;}
    .notice_popup .notice_bottom label span {font-size: 12px; line-height: 16px; letter-spacing: 0; padding-left: 24px;}
    .notice_popup .notice_bottom label {width: 16px; height: 16px; line-height: 18px;}
    .notice_popup .notice_bottom a {font-size: 12px; padding-right: 14px;}
    .notice_popup .notice_bottom a::before {width: 11.5px;}
    .notice_popup .notice_bottom a::after {width: 11.5px;}
    .notice_popup .swiper-pagination {font-size: 12px; padding: 4px 8px;}

    /* notice popup2 */
    .notice_popup2 {left: calc(50% + 170px); transform: translate(-50%, -25vh); top: 50vh;}
    .notice_popup2 .mySwiper {width: 330px; height: 357px;}
    .notice_popup2 .close_btn_top2 {display: none;}

    .notice_popup2 .notice_bottom {padding: 8px 12px;}
    .notice_popup2 .notice_bottom label span {font-size: 12px; line-height: 16px; letter-spacing: 0; padding-left: 24px;}
    .notice_popup2 .notice_bottom label {width: 16px; height: 16px; line-height: 18px;}
    .notice_popup2 .notice_bottom a {font-size: 12px; padding-right: 14px;}
    .notice_popup2 .notice_bottom a::before {width: 11.5px;}
    .notice_popup2 .notice_bottom a::after {width: 11.5px;}
    .notice_popup2 .swiper-pagination {font-size: 12px; padding: 4px 8px;}

    /* 20240813 >>  */


    /* visual */
    .visual ul li a img {object-position: center top;}
    .visual .visual_text {top: 40%; left: 5%;}
    .visual .visual_text p {margin-bottom: 10px;}
    .visual .visual_text p strong {font-size: 60px; line-height: 68px; letter-spacing: -0.06em;}
    .visual .visual_patent .visual_text p i {display: block;}
    .visual .visual_reservation .visual_text p i {display: block;}
    .visual .swiper-horizontal>.swiper-pagination-bullets,
    .visual .swiper-pagination-bullets.swiper-pagination-horizontal {width: 70%; left: 7%; bottom: 40%;}
    .visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin-right: 36px !important;}
    .visual .swiper-pagination-bullet {width: 8px; height: 8px;}
    .visual .swiper-pagination-bullet::after {width: 35px; height: 35px;}
    /* .visual .banner_bg {background:url('../images/visual_tb.png') top 32% right no-repeat; background-size: cover; height: calc(var(--vh, 1vh) * 100 - 100px);}
    .visual .scroll_down {bottom: 171px;} */
    .visual .visual_hangoeun .visual_text,
    .visual .visual_doctor .visual_text {top: 60%;}
    .visual.on .swiper-horizontal>.swiper-pagination-bullets,
    .visual.on .swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 33%;}

    /* .visual .btn_ytb {width: 90%; padding-top: calc(441/600 * 90%); top: auto; bottom: 5%; transform: translate(-50%, 0);}
    .visual .visual_hangoeun .btn_ytb {left: 50%;}
    .visual .visual_doctor .btn_ytb {left: 50%;} */

    /* 유튜브 미니 사이즈 롤링배너용 */
    .visual .video_ytb {width: 90%; padding-top: calc(441/600 * 90%); top: auto; bottom: 5%; transform: translate(-50%, 0);}
    .visual .visual_hangoeun .video_ytb {left: 50%;}
    .visual .visual_doctor .video_ytb {left: 50%;}
    .visual .video_ytb > div {width: 88%; padding-top: calc(315/560 * 88%); border-radius: 20px;}


    /* visual 영상 */
    .visual.vimeo.tab_ver {margin-top: 100px; width: 100%; /* height: calc(100vh - 100px); */ height: calc(var(--vh, 1vh) * 100 - 100px); overflow: hidden;}
    .visual.vimeo.tab_ver .swiper-slide {background: url(../images/visual_bg_tab.png) center no-repeat; background-size: cover;}
    .visual.vimeo.tab_ver .banner_video_cover {position: absolute; left:0; top: 0; width: 100%; height: calc(100vh - 100px); z-index: 2;}
    .visual.vimeo.tab_ver .banner_video {position: relative; width: 100%; height: 0; padding-bottom: calc(817 / 640 * 100%); z-index: 1;}
    .visual.vimeo.tab_ver .banner_video iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}


    .visual ul li a .button_wap button {
        transform: scale(1);
        transform-origin: left;
    }

    .visual .visual_text,
    .visual .visual_hangoeun .visual_text,
    .visual .visual_doctor .visual_text {top: 59%;}
    .visual .swiper-horizontal>.swiper-pagination-bullets,
    .visual .swiper-pagination-bullets.swiper-pagination-horizontal,
    .visual.on .swiper-horizontal>.swiper-pagination-bullets,
    .visual.on .swiper-pagination-bullets.swiper-pagination-horizontal {top:78%;}

    /* content */
    section > span {font-weight: 400; font-size: 14px;}
    section > span i {display: none;}
    section h3 a {font-size: 24px; line-height: 30px; padding-bottom: 32px;}
    section h3 a span {display: inline-block;}

    .event {padding: 60px 7.5% 120px;}
    .event h3 a {padding-bottom: 16px;}
    .event .event_text p {font-size: 18px;}
    .event .swiper-pagination {bottom: 60px !important;}
    .event .swiper-button-prev {left: 2%;}
    .event .swiper-button-next {right: 2%;}
    .event .swiper-button-prev::after,
    .event .swiper-button-next::after {font-size: 40px;}

    .people {padding-left: 5%;}
    .people .people_inner {padding-bottom: 120px;}
    .people .with_diet {font-size: 32px;}
    .people .swiper-wrapper li .event_text {padding-left: 2%;}
    .people .swiper-button-prev,
    .people .swiper-button-next {top: 114px;}
    .people .swiper-button-prev {left: calc(95% - 62px);}
    .people .swiper-button-next {left: calc(95% - 27px);}

    .story {padding-left: 5%;}
    .story .story_inner {padding-bottom: 60px;}
    .story .swiper-wrapper .swiper-slide > a img {width: 100%; border-radius: 24px;}
    .story .swiper-button-prev {left: calc(95% - 62px);}
    .story .swiper-button-next {left: calc(95% - 27px);}

    .picture  {padding: 120px 5%;}
    .picture .picture_inner ul {grid-template-columns: repeat(2, 2fr); gap: 1rem; margin-bottom: 32px;}
    .picture .picture_inner > ul > li {padding: 16px 4% 20px;}
    .picture .picture_inner > ul > li .people_img {margin-bottom: 12px;}
    .picture .picture_inner > ul > li .event_text p {margin-bottom: 8px;}
    .picture .picture_inner > ul > li .event_text .event_title a {font-size: 18px; margin-bottom: 8px;}
    .picture .picture_inner > ul > li .people_hover > ul {margin: 20px 0;}
    .picture .picture_inner > ul > li .people_hover a {bottom: 20px;}
    .picture .picture_inner ul li:nth-of-type(n+5) {display: none;}
    .picture .notice {font-size: 14px; line-height: 18px; margin-bottom: 32px;}
    .picture .notice span {display: block;}

    .self_review {padding: 80px 5%;}
    .self_review .swiper-button-prev {top: 120px; left: calc(95% - 62px);}
    .self_review .swiper-button-next {top: 120px; left: calc(95% - 27px);}


    .video {padding: 120px 0 0 5%;}
    /*.video.incheon {padding: 0 0 0 5%;}*/
    .video .video_inner {padding-bottom: 60px;}
    .video .swiper-wrapper .swiper-slide a .video_thumb::after {width: 46px; height: 46px;}
    .video .swiper-wrapper .swiper-slide a dl {padding: 8px 4% 16px;}
    .video .swiper-wrapper .swiper-slide a dl dt {font-size: 18px; line-height: 23px; margin-bottom: 3px;}
    .video .swiper-wrapper .swiper-slide a dl dd {font-size: 12px; line-height: 15px;}
    .video .swiper-button-prev {left: calc(95% - 62px);}
    .video .swiper-button-next {left: calc(95% - 27px);}
}
/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }

    .visual ul li a .button_wap button {
        transform: scale(0.7);
        transform-origin: left;
    }

    .visual .visual_text,
    .visual .visual_hangoeun .visual_text,
    .visual .visual_doctor .visual_text {top:auto;bottom:2%;}
    .visual .swiper-horizontal>.swiper-pagination-bullets,
    .visual .swiper-pagination-bullets.swiper-pagination-horizontal,
    .visual.on .swiper-horizontal>.swiper-pagination-bullets,
    .visual.on .swiper-pagination-bullets.swiper-pagination-horizontal {top:auto;bottom: 6%;}

    /* << 20240813 */

        /* notice popup */
        /* .notice_popup {width: 330px; position: relative; left: 50%; transform: translate(-50%, 0); top: 0; margin-top: 5vh;} */
    .notice_popup {width: 330px; position: absolute; left: 50%; transform: translate(-50%, 0); top: 1vh;}
    .notice_popup .mySwiper {width: 330px; height: 357px;}

    .notice_popup .notice_bottom {padding: 8px 12px;}
    .notice_popup .notice_bottom label {width: 16px; height: 16px; line-height: 18px;}
    .notice_popup .notice_bottom a {font-size: 12px; padding-right: 14px;}
    .notice_popup .notice_bottom a::before {width: 11.5px;}
    .notice_popup .notice_bottom a::after {width: 11.5px;}
    .notice_popup .swiper-pagination {font-size: 12px; padding: 4px 8px;}

    /* notice popup2 */
    /* .notice_popup2 {width: 330px; position: relative; left: 50%; transform: translate(-50%, 0); top: 0; margin-top: 5vh;} */
    .notice_popup2 {width: 330px; position: absolute; left: 50%; transform: translate(-50%, 0); top: calc(423px + 1vh);}
    .notice_popup2.on {top: 1vh;}
    .notice_popup2 .mySwiper {width: 330px; height: 357px;}

    .notice_popup2 .notice_bottom {padding: 8px 12px;}
    .notice_popup2 .notice_bottom label {width: 16px; height: 16px; line-height: 18px;}
    .notice_popup2 .notice_bottom a {font-size: 12px; padding-right: 14px;}
    .notice_popup2 .notice_bottom a::before {width: 11.5px;}
    .notice_popup2 .notice_bottom a::after {width: 11.5px;}
    .notice_popup2 .swiper-pagination {font-size: 12px; padding: 4px 8px;}

    /* 20240813 >> */


    /* appointment */
    input[type="checkbox"] + label {width: 14px; height: 14px;}
    input[class="agree"] + label::after {width: 14px; height: 14px;}
    input.agree:checked + label {border-color: #381187; background: #381187;}
    input.agree:checked + label::after {width: 14px; height: 14px;}

    .appointment {width: 100%; padding: 20px 5% 40px; bottom: 69px; display: none;}
    .appointment.on {display: block;}
    .appointment input[type="checkbox"] + label {vertical-align: bottom;}
    .appointment .inner form {flex-direction: column; align-items: flex-start; gap: 16px;}
    .appointment .inner form .tab_ver {width: 100%; align-items: flex-start; gap: 8px; flex-direction: row;}
    .appointment .inner form h3 {width: 100%; font-size: 18px; line-height: 26px; display: none;}
    .appointment .inner form ul {flex-direction: column;}
    .appointment .inner form ul.input_box {width: 70%;}
    .appointment .inner form ul.input_box li:nth-child(1) {width: 100%;}
    .appointment .inner form ul.input_box li:nth-child(2) {width: 100%;}
    .appointment .inner form ul.input_box li input {border-radius: 4px;}
    .appointment .inner form ul.agree_box {width: 30%; flex-direction: column-reverse; gap: 4px;}
    .appointment .inner form ul.agree_box li {width: 100%;}
    .appointment .inner form ul.agree_box li:nth-child(1) {position: absolute; bottom: 16px; left: 5%;}
    .appointment .inner form ul.agree_box label {font-weight: 400; font-size: 12px; line-height: 15px;}
    .appointment .inner form ul.agree_box label span {padding-left: 18px;}
    .appointment .inner form ul.agree_box a {font-size: 12px; line-height: 15px; vertical-align: initial;}
    .appointment .inner form ul.agree_box button {height: 77px; font-size: 14px; line-height: 20px; border: 1px solid rgba(46, 21, 102, 0.15);
        border-radius: 4px; padding: 6px; letter-spacing: -0.02em;}
    .appointment .inner .close_btn {display: block; color: #fff; font-size: 12px; line-height: 15px; position: absolute; bottom: 16px; right: 5%;}
    .appointment .inner .close_btn::before {content: ''; display: inline-block; width: 14px; height: 14px;
        background: url(../images/btn_wht_close.png) center no-repeat; background-size: contain; vertical-align: bottom; padding-right: 4px;}

    /* visual */
    .visual {margin-top: 102px;}
    .visual ul li a {height: calc(var(--vh, 1vh) * 100 - 170px);}
    .visual ul li a img {object-fit: contain; object-position: right top;}
    .visual ul li a img {object-fit: cover; }
    .visual ul li a img.fast_contact {
        object-fit: cover;
        object-position: 10% top;
    }
    .visual .banner_bg {background:url('../images/visual_mo.png') top right no-repeat; background-size: cover; height: calc(var(--vh, 1vh) * 100 - 171px);}
    .visual ul li a .button_wap {
        margin-top:6%;
    }
    .visual .visual_text p {font-size: 12px; line-height: 15px; margin-bottom: 6px;}
    .visual .visual_text p strong {font-size: 30px; line-height: 34px; letter-spacing: -0.05em;}
    .visual .visual_model .visual_text p i {display: block;}
    .visual .scroll_down {bottom: 28px;}
    .visual .scroll_down a {font-size: 12px; line-height: 15px;}
    .visual .scroll_down a img {width: 12px; height: 12px;}

    .visual .video_ytb > div {border-radius: 16px;} /* 유튜브 미니 사이즈 롤링배너용 */

    /* visual 영상 */
    .visual.vimeo.mo_ver {margin-top: 102px; width: 100%; /* height: calc(100vh - 102px); */ height: calc(var(--vh, 1vh) * 100 - 171px); overflow: hidden;}
    .visual.vimeo.mo_ver .swiper-slide {background: url(../images/visual_bg_mo.png) center no-repeat; background-size: cover;}
    .visual.vimeo.mo_ver .banner_video_cover {position: absolute; left:0; top: 0; width: 100%; height: calc(var(--vh, 1vh) * 100 - 100px); z-index: 2;}
    .visual.vimeo.mo_ver .banner_video {position: relative; width: 100%; height: 0; padding-bottom: calc(986 / 640 * 100%); z-index: 1;}
    .visual.vimeo.mo_ver .banner_video iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

    /* content */
    .event {padding: 60px 5%;}
    section > span {display: none;}
    section h3 a {font-size: 18px; line-height: 22.54px; padding-bottom: 12px;}
    section h3 a span {display: inline-block;}

    .event_text p {font-size: 20px; line-height: 25px; margin-bottom: 8px;}
    .event_text .event_date {font-weight: 600; font-size: 10px; line-height: 12px;}

    .event .swiper-wrapper .swiper-slide {padding: 12px 12px 24px; margin-right: 0.35%; border-radius: 8px;}
    .event .swiper-wrapper .swiper-slide .event_img {border-radius: 8px;}
    .event .swiper-wrapper .swiper-slide .event_img span {font-size: 12px; padding: 4px 8px; position: absolute; top: 12px; left: 12px;}
    .event .swiper-wrapper .swiper-slide .event_text a {font-size: 20px; margin-bottom: 12px;}
    .event .swiper-wrapper .swiper-slide .event_text .event_btn {height: 40px; line-height: 40px; font-size: 12px;}
    .event .swiper-pagination {bottom: 30px !important;}
    .event .swiper-button-prev, .event .swiper-button-next {display: none !important;}

    .people {padding: 60px 5%;}
    .people .people_inner {padding-bottom: 0;}
    .people > p {display: none;}
    .people .swiper-wrapper {display: none;}
    .people .with_diet {font-size: 20px; margin-bottom: 16px;}
    .people .with_diet i {display: block;}
    .people .flow_banner_box {display: block; position: relative; border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 8px; padding: 20px 5%; box-sizing: border-box;
        overflow: hidden;}
    .people .flow_banner_box::before {content: ''; display: block; width: 5%; height: 100%; background: #fff; position: absolute; top: 0; left: 0; z-index: 30;
        border-top-left-radius: 8px; border-bottom-left-radius: 8px;}
    .people .flow_banner_box::after {content: ''; display: block; width: 5%; height: 100%; background: #fff; position: absolute; top: 0; right: 0; z-index: 30;
        border-top-right-radius: 8px; border-bottom-right-radius: 8px;}
    .people .flow_banner_box .flow_bann_area ul li .people_img img {width: 100%; border-radius: 4px; margin-bottom: 4px;}
    .people ul li .event_text {padding-left: 2%;}
    .people ul li .event_text .event_date {margin-bottom: 2px; font-size: 8px;}
    .people .event_text p:last-child {font-size: 10px; line-height: 1em;}
    .people .swiper-button-prev, .people .swiper-button-next {display: none !important;}
    /* flow banner [S] */
    .simply-scroll {padding-bottom: 8px;}
    .simply-scroll:nth-of-type(2) {margin-left: -8%;}
    .simply-scroll-clip {position: relative; overflow: hidden;}
    .simply-scroll-list {overflow: hidden; margin: 0; padding: 0; list-style: none;}
    .simply-scroll-list:last-child {padding-bottom: 0;}
    .simply-scroll-list li {margin-right: 2%; float: left; width: 84px; height: 116px;}
    .simply-scroll .simply-scroll-clip {width: 570px; height: 116px;}
    /* flow banner [E] */

    .story {padding: 0 5%;}
    .story .story_inner {padding-bottom: 84px;}
    .story h3 a {padding-bottom: 16px;}
    .story .swiper-wrapper .swiper-slide > a img {border-radius: 8px;}
    .story .swiper-wrapper .swiper-slide > a .hashtag {bottom: 8%; left: 6%;}
    .story .swiper-wrapper .swiper-slide > a .hashtag p {font-size: 1.5rem; line-height: 1.875rem; margin-bottom: 12px;}
    .story .swiper-wrapper .swiper-slide > a .hashtag span {font-size: 0.75rem; line-height: 0.938rem; padding: 4px 2%; text-align: center; margin-right: 1%; box-sizing: border-box;}
    .story .swiper-button-prev, .story .swiper-button-next {display: none !important;}
    .story .swiper-pagination {display: block !important; bottom: 60px !important;}

    .picture  {padding: 60px 5%;}
    .picture .picture_inner ul {grid-template-columns: repeat(1, 3fr); gap: 1rem; margin-bottom: 16px;}
    .picture .picture_inner ul li:nth-of-type(n+4) {display: none;}
    .picture .picture_inner ul li .people_img {margin-bottom: 12px;}
    .picture .picture_inner > ul > li .people_img .img_box:nth-of-type(1) {border-radius: 8px 0 0 8px;}
    .picture .picture_inner > ul > li .people_img .img_box:nth-of-type(2) {border-radius: 0 8px 8px 0;}
    .picture .picture_inner ul li .people_img .after_kg {width: 64px; height: 64px;}
    .picture .picture_inner ul li .people_img .after_kg p {font-size: 12px;}
    .picture .picture_inner ul li .people_img .after_kg p span {font-size: 8px;}
    .picture .picture_inner ul li .people_img .after_kg strong {font-size: 18px;}
    .picture .picture_inner > ul > li .event_text .event_title a {font-size: 20px; line-height: 25px;}
    .picture .picture_inner ul li .people_card .hashtag span {padding: 6px 3%; margin-right: 1%; font-weight: 500; font-size: 12px;}
    .picture .picture_inner > ul > li .people_hover > ul {margin: 12px 0;}
    .picture .picture_inner > ul > li .people_hover > ul > li dl {margin-bottom: 6px;}
    .picture .picture_inner > ul > li .people_hover > ul > li dl dt {font-size: 12px;}
    .picture .picture_inner > ul > li .people_hover > ul > li dl dd {font-size: 22px; line-height: 26px;}
    .picture .picture_inner > ul > li .people_hover > ul > li dl dd span {font-size: 12px;}
    .picture .picture_inner > ul > li .people_hover > ul > li .chartbox {width: 100%; height: 200px;}
    .picture .picture_inner > ul > li .people_hover a {bottom: 16px; height: 34px; line-height: 34px;}
    /* .picture .picture_inner > ul > li .people_hover a {display: none;} */
    .picture .notice {font-size: 10px; line-height: 13px; margin-bottom: 16px;}
    .picture .notice span {display: inline;}
    .picture .notice i {display: block;}
    .picture .more_view {padding: 12px 0; font-size: 14px;}
    
    .self_review {padding: 60px 5%;}
    .self_review .mySwiper {padding-bottom: 20px; position: relative;}
    .self_review .swiper-wrapper {padding-bottom: 8px;}
    .self_review .swiper-pagination {display: block;}
    .self_review .swiper-horizontal>.swiper-pagination-bullets, 
    .self_review .swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 0;}
    .self_review .swiper-button-prev,
    .self_review .swiper-button-next {display: none;}

    .video {padding: 60px 0 0 5%;}
    .video .video_inner {padding-bottom: 84px;}
    .video .swiper-wrapper .swiper-slide {border-radius: 8px;}
    .video .swiper-wrapper .swiper-slide a .video_thumb img {border-top-left-radius: 8px; border-top-right-radius: 8px;}
    .video .swiper-wrapper .swiper-slide a .video_thumb::after {width: 48px; height: 48px;}
    .video .swiper-wrapper .swiper-slide a dl {padding: 12px 4% 16px;}
    .video .swiper-wrapper .swiper-slide a dl dt {font-size: 17px; line-height: 21px; letter-spacing: -0.04em;}
    .video .swiper-pagination {display: block !important; bottom: 60px !important;}
    .video .swiper-button-prev, 
    .video .swiper-button-next {display: none !important;}
}
