@font-face {
    font-family: 'ELANDB';
    font-style: normal;
    src: url('/humanframe/global/assets/css/font/ELAND/ELAND_B.ttf') format('truetype'),
    url('/humanframe/global/assets/css/font/ELAND/ELAND_OTF_B.otf') format('opentype');
}
@font-face {
    font-family: 'ELANDM';
    font-style: normal;
    src: url('/humanframe/global/assets/css/font/ELAND/ELAND_M.ttf') format('truetype'),
        url('/humanframe/global/assets/css/font/ELAND/ELAND_OTF_M.otf') format('opentype');
}
@font-face {
    font-family: 'ELANDL';
    font-style: normal;
    src: url('/humanframe/global/assets/css/font/ELAND/ELAND_L.ttf') format('truetype'),
        url('/humanframe/global/assets/css/font/ELAND/ELAND_OTF_L.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 100;
    src: url('/humanframe/global/assets/css/font//NotoSansKR-Thin.woff2') format('woff2'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Thin.woff') format('woff'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 200;
    src: url('/humanframe/global/assets/css/font/NotoSansKR-Light.woff2') format('woff2'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Light.woff') format('woff'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    src: url('/humanframe/global/assets/css/font/NotoSansKR-Regular.woff2') format('woff2'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Regular.woff') format('woff'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    src: url('/humanframe/global/assets/css/font/NotoSansKR-Medium.woff2') format('woff2'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Medium.woff') format('woff'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 600;
    src: url('/humanframe/global/assets/css/font/NotoSansKR-Bold.woff2') format('woff2'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Bold.woff') format('woff'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    src: url('/humanframe/global/assets/css/font/NotoSansKR-Black.woff2') format('woff2'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Black.woff') format('woff'),
        url('/humanframe/global/assets/css/font/NotoSansKR-Black.otf') format('opentype');
}

@font-face {
    font-family: 'CoreDream';
    font-weight: 500;
    src: url('/humanframe/global/assets/css/font/CoreDream/SCDream5.otf') format('opentype');
}

body {position: relative;}
body::before {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 45%; background: #f3f2f2; z-index: -1;}

/* header */
header {margin-bottom: 8.7rem;}
header .in_header {position: relative; padding-top: 7.4rem; display: flex; align-items: flex-end; justify-content: space-between; width: 100%; max-width: 144rem; margin: 0 auto;}
header .in_header .logo {width: 34.9rem;}
header .in_header .logo img {width: 100%;}
header .in_header .tab_menu {display: flex; gap: 1.6rem;}
header .in_header .tab_menu li a {display: flex; align-items: center; justify-content: center; width: 22.8rem; height: 4.6rem; background: #676767;}
header .in_header .tab_menu li.on a {background: #ea5737;}
header .in_header .tab_menu li a img {width: 15.5rem;}
header .in_header .busan_logo {position: absolute; top: 1.9rem; right: 0;}

.blog_list_wrap .container {width: 100%; max-width: 144rem; margin: 0 auto; padding-top: 5rem;}
.blog_list_wrap .blog_list,
.blog_list_wrap .card_news {display: flex; flex-wrap: wrap; justify-content: center; gap: 6rem;}
.blog_list_wrap .blog_list>li,
.blog_list_wrap .card_news>li {position: relative; width: calc(33.333% - 4rem);}
.blog_list_wrap.share .blog_list>li,
.blog_list_wrap.share .card_news>li {width: 100%; max-width: 44rem;}
.blog_list_wrap .blog_list>li .title,
.blog_list_wrap .card_news>li .title {font-family: 'CoreDream'; font-size: 2.4rem; color: #000000; margin-bottom: 2.9rem; text-align: center;}
.blog_list_wrap .blog_list>li .card_swiper_wrap,
.blog_list_wrap .card_news>li .card_swiper_wrap {position: relative; width: 100%; box-shadow: 0 0 2.8rem rgba(0,0,0,0.28);}
.blog_list_wrap .blog_list>li .swiper-slide,
.blog_list_wrap .card_news>li .swiper-slide {width: 100% !important;}
.blog_list_wrap .blog_list>li .swiper-slide img,
.blog_list_wrap .card_news>li .swiper-slide img {display: block; width: 100%;}
.blog_list_wrap .blog_list>li .slide_btn,
.blog_list_wrap .card_news>li .slide_btn {position: absolute; bottom: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 1.4rem; width: 8.8rem; height: 3.4rem; border-top-left-radius: 1.8rem; background: #fff; z-index: 1;}
.blog_list_wrap .blog_list>li .slide_btn .btn,
.blog_list_wrap .card_news>li .slide_btn .btn {font-size: 0; display: block;}
.blog_list_wrap .blog_list>li .slide_btn .prev,
.blog_list_wrap .blog_list>li .slide_btn .next,
.blog_list_wrap .card_news>li .slide_btn .prev,
.blog_list_wrap .card_news>li .slide_btn .next {width: 0.8rem; height: 1.5rem; position: static; color: transparent; background-repeat: no-repeat; background-size: 100%; opacity: 1; margin-top: 0; cursor: pointer;}
.blog_list_wrap .blog_list>li .slide_btn .prev,
.blog_list_wrap .card_news>li .slide_btn .prev {background-image: url('/resource/card/img/slide_prev.png');}
.blog_list_wrap .blog_list>li .slide_btn .next,
.blog_list_wrap .card_news>li .slide_btn .next {background-image: url('/resource/card/img/slide_next.png');}
.blog_list_wrap .blog_list>li .slide_btn .stop,
.blog_list_wrap .card_news>li .slide_btn .stop {width: 0.5rem; height: 1.1rem; background-repeat: no-repeat; background-size: 100%; background-image: url('/resource/card/img/slide_stop.png');}
.blog_list_wrap .blog_list>li .slide_btn .stop.on,
.blog_list_wrap .card_news>li .slide_btn .stop.on {background-image: url('/resource/card/img/slide_play.png');}

.blog_list_wrap .blog_list>li .shareArea,
.blog_list_wrap .card_news>li .shareArea {position: absolute; top: 1.4rem; right: 2.2rem; z-index: 1;}

.blog_list_wrap.share .all_btn {display: block; width: 100%; max-width: 44rem; padding: 1.5rem 0; border-radius: 3rem; background: #000; color: #fff; text-align: center; font-size: 2rem; font-family: "CoreDream"; margin: 0 auto;}
.blog_list_wrap.share .all_btn:hover {text-decoration: none;}

/* footer */
footer {padding: 4.7rem 0 7.8rem 0; text-align: center;}
footer .copyright {font-size: 1.5rem; font-weight: 500; color: #444444;}

@media screen and (max-width: 1440px) {
    header .in_header {height: 16rem;}
    header .in_header,
    .blog_list_wrap .container {padding: 5rem 5rem 0 5rem; box-sizing: border-box;}
    header .in_header .busan_logo {right: 5rem;}
}

@media screen and (max-width: 1280px) {
    header .in_header .logo {width: 29rem;}
    header .in_header .tab_menu li a {width: 18rem;}
    header .in_header .tab_menu li a img {width: 13rem;}
    .blog_list_wrap .blog_list,
    .blog_list_wrap .card_news {gap: 5rem 4rem;}
    .blog_list_wrap .blog_list>li,
    .blog_list_wrap .card_news>li {width: calc(33.333% - 2.666rem);}
}

@media screen and (max-width: 1093px) {
    .blog_list_wrap .blog_list>li .title,
    .blog_list_wrap .card_news>li .title {line-height: 150%; height: 7.2rem; word-break: keep-all;}
    .blog_list_wrap.share .blog_list>li .title {height: auto;}
}

@media screen and (max-width: 1025px) {
    header {margin-bottom: 0;}
    header .in_header, .blog_list_wrap .container {padding: 5rem 3rem 0 3rem;}
    header .in_header {flex-direction: column; align-items: center; gap: 4rem; height: auto;}
    header .in_header .logo {width: 27rem;}
    header .in_header .tab_menu li a {width: 16rem; height: 4.2rem;}
    header .in_header .tab_menu li a img {width: 11rem;}
    header .in_header .busan_logo {right: 3rem;}
    header .in_header .busan_logo img {width: 9.5rem;}
    .blog_list_wrap .container {padding-top: 7rem;}
    .blog_list_wrap .blog_list,
    .blog_list_wrap .card_news {gap: 3rem;}
    .blog_list_wrap .blog_list>li,
    .blog_list_wrap .card_news>li {width: calc(33.333% - 2rem);}
    .blog_list_wrap .blog_list>li .title,
    .blog_list_wrap .card_news>li .title {height: auto; font-size: 2rem; margin-bottom: 2.4rem;}
}

@media screen and (max-width: 881px) {
    .blog_list_wrap .blog_list>li .title,
    .blog_list_wrap .card_news>li .title {height: 6rem;}
    .blog_list_wrap.share .blog_list>li .title {height: auto;}
}

@media screen and (max-width: 780px) {
    header .in_header, .blog_list_wrap .container {padding: 5rem 2rem 0 2rem;}
    header .in_header .busan_logo {right: 1rem; top: 1rem;}
    header .in_header .tab_menu li a {width: 14rem;}
    header .in_header .tab_menu li a img {width: 10rem;}
    header .in_header .busan_logo img {width: 7.5rem;}
    .blog_list_wrap .container {padding: 4rem 2rem 0 2rem;}
    .blog_list_wrap .blog_list,
    .blog_list_wrap .card_news {gap: 5rem;}
    .blog_list_wrap .blog_list>li,
    .blog_list_wrap .card_news>li {width: 100%;}
    .blog_list_wrap .blog_list>li .title {font-size: 2.4rem; height: auto;}
}

@media screen and (max-width: 480px) {
    header .in_header {gap: 2rem; padding: 5rem 0 0 0;}
    header .in_header .logo {width: 18rem;}
    header .in_header .tab_menu {gap: 0;}
    header .in_header .tab_menu li {width: 33.333%;}
    header .in_header .tab_menu li a {width: 100%; padding: 1.2rem 1rem; box-sizing: border-box; height: 4.4rem;}
    header .in_header .tab_menu li a img {width: 100%;}
    header .in_header .busan_logo img {width: 6rem;}
    .blog_list_wrap .container {padding-top: 5rem;}
    .blog_list_wrap .blog_list>li,
    .blog_list_wrap .card_news>li {width: 100%;}
    .blog_list_wrap .blog_list>li .title {font-size: 2rem; margin-bottom: 2rem;}
    .blog_list_wrap .blog_list>li .slide_btn {gap: 1rem; width: 6.5rem; height: 3rem;}
    .blog_list_wrap .blog_list>li .slide_btn .prev, .blog_list_wrap .blog_list>li .slide_btn .next {width: 0.6rem; height: 1.1rem;}
    .blog_list_wrap.share .all_btn {font-size: 1.8rem;}
}

/* 공유버튼 */
.shareArea {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.share {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative
}
.shareList>li>a,
.print>a,
.share>.shareBtn {
    display: block;
    text-indent: -9999px;
    width: 3.4rem;
    height: 3.4rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-image: url(/resource/rise-up/img/icon_share_open.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    transition: 0.2s;
}
.share>.shareBtn {
    margin-right: 0;
}
.shareList>li>a {
    margin-right: 6px;
}
.share>a {
    margin-right: 10px;
}
.share:hover>a {
    background-image: url(/resource/rise-up/img/icon_share_open_hover.png);
}
.print>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_print.png);
}
.print:hover>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_print_hover.png);
}
.shareList>li.bookmark>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_bookmark.png);
}
.shareList>li.naverband>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_naverband.png);
}
.shareList>li.kakaostory>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_kakao.png);
}
.shareList>li.twitter>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_x.png);
}
.shareList>li.facebook>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_facebook.png);
}
.share>a:hover,
.print:hover>a,
.shareList>li:hover>a {
    background-color: #1e3c73;
    transition: 0.2s;
}
.shareList>li.bookmark:hover>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_bookmark_hover.png);
}
.shareList>li.naverband:hover>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_naverband_hover.png);
}
.shareList>li.kakaostory:hover>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_kakao_hover.png);
}
.shareList>li.twitter:hover>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_x_hover.png);
}
.shareList>li.facebook:hover>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_facebook_hover.png);
}
.shareList>li.bookmark.checked>a {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_bookmark_hover.png);
}
.share.on>.shareBtn {
    background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_close.png);
}
.share.on>.shareBtn:hover {
    background-color: #fff;
}
.share>.shareBox {
    display: none;
}
.share.on>.shareBox {
    display: block;
}
.shareList {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 0;
    overflow: hidden;
}

@media screen and (max-width: 1025px) {
    .blog_list_wrap .blog_list>li .shareArea {top: 1rem; right: 1rem;}
    .shareList>li>a, .print>a, .share>.shareBtn {width: 3rem; height: 3rem; background-size: 3rem;}
}

/*팝업*/
.share-modal[hidden] { display:none; }
.share-modal {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.5);
  display: grid; place-items: center;
  z-index: 9999;
}
.share-dialog {
  background: #fff; width: min(520px, 92vw);
  border-radius: 12px; padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,.2);
  outline: none;
}
.share-title { font-size: 18px; margin: 0 0 12px; }
.share-url-wrap { margin-bottom: 16px; }
.share-url {
  width: 100%; font-size: 14px; padding: 10px 12px;
  border: 1px solid #ddd; border-radius: 8px;
}
.share-actions { display: flex; gap: 8px; justify-content: flex-end; }
.btn-copy, .btn-close {
  padding: 10px 14px; border-radius: 8px; border: 0; cursor: pointer;
}
.btn-copy { background: #0066ff; color: #fff; }
.btn-close { background: #f1f1f1; }

/* 추가 */
.blog_list_wrap {position: relative; z-index: 0;}
.card_news {margin-bottom: 100px;}
.card_news.card_share {margin-bottom: 30px;}