@import "jquery-confirm.css";
@font-face {
    font-family: GmarketSans;
    src: url("../fonts/GmarketSansLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: GmarketSans;
    src: url("../fonts/GmarketSansMedium.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: GmarketSans;
    src: url("../fonts/GmarketSansBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: GmarketSans;
    src: url("../fonts/GmarketSansLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: noto;
    src: url("../fonts/NotoSansKR-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: noto;
    src: url("../fonts/NotoSansKR-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: noto;
    src: url("../fonts/NotoSansKR-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: noto;
    src: url("../fonts/NotoSansKR-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RIDIBatang';
    src: url('../fonts/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HakgyoansimGgooreogiR';
    src: url('../fonts/HakgyoansimGgooreogiR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "hana";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Hana2L.woff") format("woff");
}

@font-face {
  font-family: "hana";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Hana2M.woff") format("woff");
}

@font-face {
  font-family: "hana";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Hana2B.woff") format("woff");
}

html, body {
    font-family: noto, -apple-system, sans-serif;
    color: rgb(0, 0, 0);
    scroll-behavior: smooth;
    word-break: keep-all;
    letter-spacing: -1px;
}

body {
    overflow-x: hidden;
}
/* start: 250804 */
/*.is-dragging {*/
/*    pointer-events: none;*/
/*}*/
/* end: 250804 */
.slick-slider {
    touch-action: auto !important;
}
.is-pc {
    display: block;
}

.is-mobile {
    display: none !important;
}

.size-full {
    width: 100%;
}

.size-m {
    max-width: 340px;
}

button {
    padding: 0px;
    background: none;
    border: none;
    cursor: pointer;
}

.blind {
    position: absolute;
    left: -99999em;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    margin: 0px;
}

img {
    max-width: 100%;
}

.plus {
    vertical-align: super;
    margin-left: 2px;
}

/* page list */
.page-list {
    padding: 80px 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.page-list p {
    font-weight: 500;
    font-size: 22px;
}

.page-list ul {
    margin-top: 20px;
}
.page-list li + li {
    margin-top: 10px;
}

/* common */
.common-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
.common-pagination img {
    vertical-align: 0;
}
.common-pagination .btn-next img,
.common-pagination .btn-last img {
    transform: rotate(180deg) translate(0, 0);
}
.common-pagination .numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 14px 0;
}
.common-pagination .btn-number {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    color: #a7a7a7;
}

.common-pagination button:not(.btn-number) {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
}

.common-pagination .bl-more {
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-pagination .btn-number.is-active {
    border-radius: 50%;
    background-color: #dfdfdf;
    color: #009178;
}
.common-container {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
}

.common-container-2 {
    max-width: 785px;
    padding: 0 40px;
    margin: 90px auto 0;
}


.common-title-1 {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    line-height: 45px;
	font-family: hana, noto, -apple-system, sans-serif;
}

.common-title-2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 51px;
	font-family: 'hana';
}

.common-title-3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
}

.common-title-3 + .common-tabs {
    margin-top: 14px;
}

.common-sub-title-1 {
    font-size: 20px;
    line-height: 28px;
    color: #949494;
    margin-top: 10px;
}

.common-title-wrap-1 {
    display: flex;
    align-items: center;
}

.common-title-wrap-2 {
    text-align: center;
}

.common-tabs-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.common-tabs-wrap .common-tabs {
    margin-top: 0;
}

.common-tabs-wrap ~ .common-title-3 {
    margin-top: 80px;
}
.common-tabs {
    display: flex;
    margin-top: 70px;
    border-bottom: 3px solid #dfdfdf;
	font-family: hana;
}

.common-tabs.no-line {
    border-bottom: 0;
}

.common-tabs button {
    font-size: 25px;
    color: #949494;
    font-weight: 500;
    padding: 12px 0;
}
.common-tabs button + button {
    margin-left: 29px;
}
.common-tabs button.is-active {
    color: #454343;
    font-weight: bold;
}

.common-tabs-2 {
    display: flex;
}
.common-tabs-2 button {
    font-size: 16px;
    font-weight: 500;
    color: #dfdfdf;
}
.common-tabs-2 button.is-active {
    color: #454343;
}
.common-tabs-2 button + button {
    position: relative;
    padding-left: 20px;
}
.common-tabs-2 button + button:before {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    content: "";
    display: block;
    height: 13px;
    width: 1px;
    background-color: #dfdfdf;
}

.js-image-full-layer:hover {
    cursor: zoom-in;
}

.btn-common-more-1 {
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #949494;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #a3adb8;
    border-radius: 20px;
    text-align: center;
    margin-left: 10px;
}

.badge {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 22px;
    border-radius: 20px;
	font-family: 'hana';
}

.badge.type-1 {
    height: 42px;
    line-height: 42px;
    font-weight: 500;
    color: #009278;
    background-color: #e0f1eb;
	margin-bottom: 5px;
}

.badge.type-2 {
    background-color: #009178;
    color: #fff;
	margin-bottom: 5px;
}

.badge.type-3 {
    border: 1px solid #009178;
    color: #009178;
	margin-bottom: 5px;
}
.badge.type-4 {
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #949494;
    padding: 0 12px;
    border-radius: 20px;
    border: 1px solid #c6c6c6;
	margin-bottom: 5px;
}

.slick-dots {
	 
   display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.slick-dots li {
    list-style: none;
}
.slick-dots button {
    text-indent: -9999px;
    overflow: hidden;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin: 0 4px;
    outline: none;
}

.slick-dots li.slick-active button {
    background-color: #009178;
}

.slick-dots.custom-2 li {
    flex: 1;
}
.slick-dots.custom-2 button {
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: 2px;
}

/* start: 250719 */
.dot-list {
    text-align: center;
    margin-top: 30px;
}
.dot-list button {
    text-indent: -9999px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin: 0 6px;
    outline: none;
}

.dot-list button.is-active {
    background-color: #009178;
}
/* end: 250719 */

/* === Side Menu Overlay ==================================================== */
.full-menu-wrap{
  position: fixed; inset: 0;
  display: none;           /* .h-show 때 보이게 */
  z-index: 2147483000;
  background: rgba(0,0,0,.8);
  overscroll-behavior: contain;
  touch-action: none;      /* 전체 오버레이에서 직접 스크롤 금지 */
}
.full-menu-wrap.h-show{ display:block; }

.full-menu-wrap .btn-close{
  position:absolute; right:16px; top:24px;
  background-image:url("../images/btn-close.png");
  background-size:24px auto;
  width:24px; height:24px;
   z-index: 2147483700;
  pointer-events: auto;
  cursor: pointer;
}

/* === Side Panel =========================================================== */
.full-menu{
  position: fixed; right: 0; top: 0;
  width: 420px;
  height: calc(var(--vh, 1vh) * 100); /* JS로 설정 */
  height: 100dvh;                      /* 최신 iOS/크롬 */
  height: 100vh;                       /* fallback */
  background: #fff;
  display: flex; flex-direction: column;
  box-sizing: border-box;
  overflow: hidden; /* 스크롤은 아래 .full-menu-nav 전담 */
  z-index: 2147483600;
   padding-top: 22px;
    padding-bottom: 40px;
    padding-left: 60px;
}

@media (max-width: 440px){
  .full-menu{ width: min(420px, 92vw); }
}

/* === Scroll Container(핵심) ============================================== */
.full-menu-nav{
  flex: 1 1 auto;
  min-height: 0;                 /* flex 내부 스크롤 죽는 버그 방지 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOS 가속 */
  touch-action: pan-y;                /* 세로 스크롤만 허용 */
  overscroll-behavior: contain;
padding-top: 30px;
  padding-right: 20px;
  /* 마지막 항목이 하단에 가려지지 않도록 충분한 패딩 */
  padding-bottom: 10px;;
}

/* 스크롤바 */
.full-menu-nav::-webkit-scrollbar{ width:8px; }
.full-menu-nav::-webkit-scrollbar-thumb{ background:#9ca7b3; border-radius:16px; }
.full-menu-nav::-webkit-scrollbar-track{ background:#dfdfdf; border-radius:16px; }

/* === Titles/Links ========================================================= */
.full-menu-nav .depth1{ font-size:16px; color:#6a6a6a; }

.full-menu-nav .type1 .depth2{ margin-top:14px; }
.full-menu-nav .type1 .depth2 a{
  font-weight:bold; font-size:20px; line-height:42px;
  color:#454343; display:block;
}

/* --- type2(서비스) 블럭: 확실히 노출 & 기존 스타일 유지 --- */
.full-menu-nav .type2{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
  overflow:visible !important;
  margin-top: 30px;
}
.full-menu-nav .type2 .depth2{ margin-top:8px; }
.full-menu-nav .type2 .depth2 a{
  display:block; font-weight:500; font-size:17px; line-height:42px; color:#454343;
}

/* 링크 클릭 보장 */
.full-menu .full-menu-nav .depth2 a{ pointer-events:auto !important; }

/* 푸터는 스크롤 영역 밖(고정) */
.full-menu-footer{
  flex:0 0 auto;
  margin-top:10px; padding-top:10px; border-top:1px solid #dfdfdf;
}
.full-menu-footer img{ width:70px; }
.full-menu-footer .terms{ display:flex; margin-bottom:10px; }
.full-menu-footer .terms a{ color:#9ca7b3; font-size:13px; }
.full-menu-footer .terms a + a:before{
  content:""; display:inline-block; width:1px; height:11px;
  background-color:#9ca7b3; margin:0 16px 0 19px;
}
.full-menu-footer .copyright{
  font-size:12px; color:#9ca7b3; margin-top:16px; font-weight:300;
}

/* === 메인 오버레이가 닫혀 있을 때 클릭 막지 않게 ======================== */
.image-view-layer,
.image-view-layer-2,
.image-view-layer-3,
#mainNotice { pointer-events: none !important; }
.image-view-layer.is-open,
.image-view-layer-2.is-open,
.image-view-layer-3.is-open,
#mainNotice.is-open { pointer-events: auto !important; }

.header {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 8;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    padding: 24px 80px 24px 0px;
    box-sizing: border-box;
    margin: 0 auto;
}
.header-inner > div {
    display: flex;
    align-items: center;
 font-family: 'hana';
}

.header-logo img {
    width: 150px;
    height: auto;
}
.header-nav {
    display: flex;
}
.header-nav a {
    color: #454343;
    font-weight: 500;
    font-size: 18px;
    padding: 0 12px;
}

.header-util {
    display: flex;
    align-items: center;
}

.header-util button {
    margin: 0 12px;
}

.header-util button img {
    width: 32px;
    height: auto;
}

footer {
    position: relative;
    z-index: 7;
    background-color: #606062;
}

.footer-logo img {
    width: 93px;
    height: auto;
}
.footer-inner {
  display:flex; align-items:center; justify-content:space-between;
  max-width:1200px; padding:60px 80px 60px 120px; box-sizing:border-box;
  margin:0 auto; color:#fff; position:relative; z-index:1;
}
.footer-inner .menu-2 { position:relative; overflow:visible; z-index:3; }
.footer-inner .btn-site { position:relative; z-index:4; cursor:pointer; }

/* 오버레이가 닫혀 있을 땐 클릭 방해 금지 */
.image-view-layer,
.image-view-layer-2,
.image-view-layer-3,
#mainNotice { pointer-events:none; }
.image-view-layer.is-open,
.image-view-layer-2.is-open,
.image-view-layer-3.is-open,
#mainNotice.is-open { pointer-events:auto; }

/* 패밀리사이트 드롭다운 박스 */
.footer-inner .site-menu{
  position:absolute; left:0; bottom:44px;
  width:280px; max-width:calc(100vw - 24px);
  max-height:240px; overflow-y:auto; overflow-x:hidden;
  background:#fff; color:#222;
  border:1px solid #e5e5e5; border-radius:8px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  padding:12px; display:none; z-index:9999;
}
.footer-inner .site-menu.is-open{ display:block; }

.footer-inner .site-menu .link-site{
  display:block; padding:10px 12px; line-height:1.4; text-decoration:none; color:inherit;
}


.footer-inner .footer-copy {
    color: #9ca7b3;
    font-weight: 300;
    margin-top: 10px;
    font-size: 15px;
}

.footer-link {
    display: flex;
    align-items: center;
    font-size: 17px;
}
.footer-link a + a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    margin: 0 16px 0 19px;
    position: relative;
    top: 1px;
}

.footer-inner-2 {
    font-size: 17px;
}

.footer-inner-2 a {
    width: 104px;
	color:#fff;
}

.footer-inner-2 > div {
    display: flex;
   flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.footer-inner-2 strong {
    width: 88px;
}
.footer-inner-2 .menu-2 {
   /* margin-top: 16px;*/
}
.footer-inner-2 button { /* 250806 */
    background-color: transparent;
    border: 1px solid #99999a;
    border-radius: 4px;
    color: #fff;
    padding: 6px 40px 7px 10px;
    appearance: none;
    background-image: url("../images/btn-family.png");
    background-repeat: no-repeat;
    background-position: right 8px top 13px;
    font-weight: 300;
    background-size: 15px auto;
}

.footer-inner-2 .site-menu a {  /* 250806 */
    color: #000;
    display: block;
    width: 100%;
}

.footer-inner-2 .site-menu a + a {  /* 250806 */
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.footer-inner-2 .site-menu {  /* 250806 */
    display: none;
    position: absolute;
    left: 0;
    bottom: 44px;
    width: 280px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 16px;
    max-height: 220px;
    overflow-y: auto;
}
.footer-inner-2 div {  /* 250806 */
    position: relative;
}
.footer-inner-2 a {
    font-weight: 300;
}

.content {
    margin-top: 60px;
    padding-bottom: 140px;
}

.main-banner a {
    display: flex;
}

.main-banner img {
    width: 786px;
    height: auto;
}
.main-banner .text-wrap {
    width: 372px;
    margin-left: 40px;
}
.main-banner .text-1 {
    margin-top: 12px;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    color: #009178;
	font-family: hana;
}
.main-banner .text-2 {
    margin-top: 12px;
    font-weight: bold;
    font-size: 43px;
    line-height: 50px;
    color: #009178;
	font-family: hana;

}

.main-banner .text-3 {
    display: flex;
    align-items: center;
    margin-top: 24px;
    color: #454343;
    font-size: 20px;
}
.main-banner .text-3 span + span:before {
    margin: 0 11px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #454343;
}

.main-section-1 {
    display: flex;
    margin-top: 100px;
}

.main-recommend {
    flex: 1;
    padding-top: 22px;
    border-top: 3px solid #dfdfdf;
}
.main-recommend .btn-group {
    text-align: center;
    margin-top: 20px;
}

.main-recommend .btn-group button + button {
    margin-left: 10px;
}

.main-recommend .btn-group img {
    width: 45px;
    height: auto;
}

.main-recommend-list {
    margin-top: 30px;
    width: 760px;
}

.main-recommend-list .item {
    display: block;
    padding: 32px 20px 0 0;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.main-recommend-list .item img {
    width: 277px;
    height: auto;
}

.main-recommend-list .image {
    width: 278px;
    flex: none;
}
.main-recommend-list .item-inner {
    display: flex;
}
.main-recommend-list .text {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    margin-top: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-recommend-list .text-wrap {
    margin-left: 30px;
}
.main-recommend-list .date {
    margin-top: 10px;
    color: #949494;
    text-align: right;
    font-size: 20px;
    line-height: 44px;
}
.main-section-1-right {
    width: 373px;
    margin-left: 40px;
}

.main-keyword {
    text-align: center;
    background: #f7f7f7;
    border-radius: 16px;
    padding: 60px 30px 55px;
}
.main-keyword .sub-title {
    font-weight: 500;
    color: #949494;
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
}

.main-keyword .list {
    margin-top: 28px;
}
.main-keyword .badge {
    margin: 4px 0;
}
.main-keyword .badge.type-3 {
    background-color: #fff;
}

.main-follow {
    margin-top: 140px;
    text-align: center;
    padding: 0 22px;
}

.main-follow .sub-title {
    font-weight: 500;
    color: #949494;
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
}

.main-follow .btn-group {
    margin-top: 40px;
}
.image-view-layer:not(.is-open),
.image-view-layer-2:not(.is-open),
.image-view-layer-3:not(.is-open),
#mainNotice:not(.is-open),
.full-menu-wrap:not(.is-open){ pointer-events:none !important; }

/* (안전) 구독 버튼은 항상 터치 가능 */
.main-follow .btn-group{ position:relative; z-index:0; }
.btn-kakao, .btn-1q { position: relative; pointer-events: auto; }

/* 버튼 위에 투명 앵커를 ‘덮어씌워’ 기본 네비게이션 사용(인앱 호환) */
.btn-cover-link {
  position: absolute; inset: 0; z-index: 5;
  display: block; background: transparent; border: 0;
  text-indent: -9999px; overflow: hidden; pointer-events: auto;
}
.main-follow .btn-group button {
    width: 290px;
    border-radius: 20px;
    font-family: GmarketSans, sans-serif;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
	 margin: 0 auto; /* 250805 */
}

.main-follow .btn-group button + button {
    margin-top: 5px;
}

.main-follow .btn-group span {
    padding-top: 5px;
}

.main-follow .btn-group img {
    margin: 0 8px;
    max-width: 32px;
}

.main-follow .btn-kakao {background-color:  #f1da00; color: #3a1b1e} /* 250805 */
.main-follow .btn-1q {background-color: #009178; color: #fff;} /* 250805 */
.main-follow .btn-mail {background-color: #a1a1a1; color: #fff}

.main-event-banner {
    margin-top: 140px;
}

.main-event-banner img {
    width: 373px;
    height: auto;
}

.main-section-2 {
    margin-top: 70px;
    padding: 90px 0;
}

.main-section-2 .common-title-wrap-1 {
    margin-bottom: 32px;
}

.main-section-2 > div {
    display: flex;
    justify-content: space-between;
}
.main-short-form {
    flex: 1;
}
.main-short-form .list {
    display: flex;
}

/* start: 250719 */
.main-short-form .list img {
    position: relative;
    z-index: 1;
    width: 255px;
    height: auto;
}

.main-short-form .list a {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.main-short-form .list a + a {
    margin-left: 10px;
}
.main-video {
    width: 373px;
}
.main-video .list a img {
    width: 372px;
    height: auto;
    z-index: 1;
    position: relative;
}
.main-video .list a {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.main-video .list iframe {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.3s;
}
.main-video .list a.is-over iframe {
    opacity: 1;
}

.main-short-form .list iframe {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.3s;
}

.main-short-form .list a.is-over iframe {
    opacity: 1;
}
/* end: 250719 */

.main-video .list a + a {
    margin-top: 36px;
}
.main-section-3 {
    margin-top: 100px;
}

.main-swiper-1-detail  {
    position: relative;
    margin-top: 70px;
}
.main-swiper-1-detail .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-indent: -999px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    background-size: 45px auto;
}

.main-swiper-1-detail .slick-prev {
    left: -23px;
    background-image: url(../images/btn-prev.png)
}
.main-swiper-1-detail .slick-next {
    right: -23px;
    background-image: url(../images/btn-next.png)
}

.main-swiper-1-detail .image img {
    width: 100%;
}

.main-swiper-1-detail .slick-list {
    margin: 0 -15px;
    padding-bottom: 20px;
}
.main-swiper-1-detail .slick-slide {
    margin: 0 15px;
    box-shadow: 4px 10px 12px rgba(0,0,0,0.18);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}
.main-swiper-1-detail .text-wrap {
    text-align: center;
    padding: 16px;
}
.main-swiper-1-detail .text-1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-swiper-1-detail .text-more img {
    margin-left: 4px;
    width: 22px;
    height: auto;
}
.main-swiper-1-detail .text-more {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #9ca7b3;
}

.main-section-4 {
    margin-top: 100px;
    padding: 90px 0;
}

.main-lounge {
    display: flex;
    justify-content: space-between;
}

.main-lounge .title-wrap {
    margin-top: 30px;
}

.main-lounge .sub-title {
    font-weight: 500;
    color: #949494;
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
}

.main-lounge .list {
    width: 670px;
}
.main-lounge .list a + a {
    margin-left: 24px;
}
.main-lounge .list a {
    text-align: center;
}

.main-lounge .list .image {
    display: flex !important;
    justify-content: center;
}

.main-lounge .list a img {
    width: 149px;
    height: auto;
}

.main-lounge .list .place img {
    width:20px;
    margin-right: 0px;
}
.main-lounge .list .place {
    margin-top: 5px;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    font-size: 20px;
    color: #252b45;
}
.main-lounge .slick-dots{
	 display:none;
}
.main-section-5 {
    margin-top: 100px;

}
.main-section-5{ position: relative; }
.main-section-5 .main-image-banner{ position: relative; z-index: 1; }
.main-section-5 .main-image-banner a.item{
  position: relative; z-index: 1;
  display: block; cursor: pointer;
  pointer-events: auto !important;
}
.main-section-5 .main-image-banner a.item img{
  display: block; pointer-events: none;
}
.main-image-banner{position:relative; z-index:1;}
.main-image-banner a.item{display:block; pointer-events:auto;}
.main-image-banner a.item img{pointer-events:none; display:block;}
.main-image-banner {
    display: flex;
    justify-content: space-between;
}
.main-image-banner a image {
    width: 100%;
}
.main-image-banner a {
    flex: 1;
}

.main-image-banner a + a {
    margin-left: 30px;
}

.main-image-banner img {
    width: 585px;
    height: auto;
}
.main-section-6 {
    margin-top: 100px;
}

.main-more-contents .list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 30px;
}

.main-more-contents .list img {
    width: 277px;
    height: auto;
}

.main-more-contents .text-1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 24px;
}
.main-more-contents .date {
    font-size: 20px;
    line-height: 44px;
    color: #949494;
    margin-top: 12px;
}

.main-more-contents .btn-more {
    display: block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    border-radius: 16px;
    margin: 80px auto 0;
    background-color: #f4f4f4;
    font-size: 20px;
    font-weight: 500;
    color: #949494;
}
.bg-1 {
    background-color: #f4f4f4;
}
.bg-2 {
    background-color: #ecf0f1;
}

.floating-menu{
  position: fixed;
   right: 20px;
      width: 69px;
    text-align: center;
  bottom: calc(16px + env(safe-area-inset-bottom)); /* iOS 홈바 회피 */
  z-index: 9999;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.floating-menu a,
.floating-menu button{ display:inline-block; pointer-events:auto; }
.floating-menu img{ display:block; pointer-events:none; }
.btn-top{ background:transparent; border:0; padding:0; cursor:pointer; }
/* sub */
.sub-banner-1 {
    margin-top: 70px;
}
.sub-banner-1 img {
    width: 100%;
}

.sub-common-list {
    margin-top: 30px;
    width: 786px;
}

.sub-common-list .item {
    display: block;
    padding: 32px 20px 0 0;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.sub-common-list .item img {
    width: 277px;
    height: auto;
}

.sub-common-list .image {
    width: 278px;
    flex: none;
}
.sub-common-list .item-inner {
    display: flex;
}
.sub-common-list .text {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    margin-top: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-common-list .text-wrap {
    margin-left: 30px;
}
.sub-common-list .date {
    margin-top: 10px;
    color: #949494;
    text-align: right;
    font-size: 20px;
    line-height: 44px;
}

.sub-video-top {
    position: relative;
    padding: 54px 0 30px;
    background-color: #f4f4f4;
}

.sub-video-top .text-wrap {
    padding-top: 80px;
    padding-left: 60px;
}

.sub-video-top .text-wrap .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.logo-text {
    display: flex;
    align-items: center;
    color: #a1a1a1;
    font-weight: 500;
    font-size: 20px;
    margin-top: 34px;
}
.logo-text .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 6px;
}

.sub-video-top-swipe-item .inner {
    display: flex;
    justify-content: space-between;
}

.sub-video-top-swipe-item .image {
    width: 320px;
    margin-left: 60px;
    padding-right: 60px;
}

.sub-video-top-swipe-item .image img {
    width: 100%;
}

.sub-video-top .sub-dots-swipe-controller {
    margin-top: 30px;
    padding: 0 60px;
}
.sub-dots-swipe-controller {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.sub-dots-swipe-controller .slick-dots {
    flex: 1;
    margin-right: 24px;
    margin-top: 0;
}

.sub-dots-swipe-controller .numbers {
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #949494;
}
.sub-dots-swipe-controller .numbers .current {
    color: #000;
}

.sub-video-category-list .list {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 17px;
    grid-row-gap: 60px;
}

.sub-video-category-list.type-2 .list {
    grid-template-columns: 1fr 1fr;
}
.sub-video-category-list .text {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-top: 32px;
}

.sub-video-category-list .logo-text {
    margin-top: 20px;
}

.sub-video-top.type-2 {
    padding: 60px 0;
}
.sub-video-top.type-2 .sub-video-top-swipe-item {
    padding: 0 60px;
}
.sub-video-top.type-2 .sub-video-top-swipe-item .inner {
    flex-direction: column-reverse;
}
.sub-video-top.type-2 .text-wrap {
    padding: 0;
    margin-top: 30px;
}

.sub-video-top.type-2 .sub-video-top-swipe-item .image {
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.sub-video-top-swipe-item .image img {
    width: 100%;
}

.sub-video-top.type-2 .sub-dots-swipe-controller {
    padding: 0 60px;
}

.search-recommend {
    margin-top: 60px;
}

.search-recommend-list {
    max-width: 340px;
    margin: 24px auto 0;
    text-align: center;
    min-height: 55vh;
}

.search-recommend-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
}
.search-recommend-list .badge {
    margin: 3px 2px;
}

.search-bar {
    display: flex;
    border: 1px solid #ebedee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 0 #dedede;;
}
.search-bar input {
    flex: 1;
    border: 0;
    padding: 20px 30px;
    outline: none;
    font-size: 20px;
    padding-right: 0;
}
.search-bar input::placeholder {
    color: #949494;
}

.search-bar button {
    height: 60px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-result-title {
    font-size: 25px;
    margin-top: 60px;
    margin-bottom: -40px;
    font-weight: bold;
}

.image-view-layer {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.image-view-layer .btn-group {
    text-align: right;
    margin-bottom: 20px;
}
.image-view-layer .image {
    position: relative;
    padding: 30px;
}
.image-view-layer.is-open {
    display: flex;
}

.image-view-layer .btn-close {
    width: 18px;
    height: 18px;
}

/* start: 250719 */
.image-view-layer-2 {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.image-view-layer-2 .btn-group {
    text-align: right;
    margin-bottom: 20px;
}
.image-view-layer-2 .image {
    padding: 30px;
}
.image-view-layer-2.is-open {
    display: flex;
}

.image-view-layer-2 .btn-close {
    width: 32px;
    height: 32px;
}
/* end: 250719 */

.sub-top {
    display: flex;
}

.sub-top .image {
    margin-right: 40px;
}
.sub-top .image img {
    width: 786px;
}
.sub-top .image img.is-pc {
    border-radius: 12px;
}

.sub-top .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-break: break-all;
}
.sub-top .text-wrap .text-1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 51px;
}

.sub-top .text-wrap {
    width: 370px;
    padding-top: 40px;
    flex: none;
}
.sub-top .text-wrap .text-2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
}
.sub-top .text-wrap .text-3 {
    font-size: 20px;
    color: #949494;
    font-weight: 300;
}

.sub-top .text-wrap .text-3 span + span {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}
.sub-top .text-wrap .text-3 span + span:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 1px;
    height: 60%;
    vertical-align: middle;
    background-color: #949494;
}

.sub-top .btn-group {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-top .group-1 {
    padding: 4px 10px 6px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.sub-top .group-1 .btn-font-size-minus {
    font-size: 14px;
    font-weight: 500;
}
.sub-top .group-1 .btn-font-size-plus {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding-left: 8px;
    margin-left: 5px;
}

.sub-top .group-1 .btn-font-size-plus:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-45%);
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    vertical-align: middle;
    background-color: #949494;
}

.sub-top .group-2 button {
    padding: 6px 18px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 14px;
    color: #a4a4a4;
}

.sub-top .btn-list {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    font-weight: 500;
}

.sub-top .btn-list img {
    margin-right: 2px;
    width: 15px;
    vertical-align: -2px;
}
.sub-layout-1 {
    display: flex;
    margin-top: 60px;
	justify-content: space-between;
}

.sub-more-content {
    width: 370px;
    flex: none;
    margin-left: 40px;
}

.sub-more-content .common-title-1 {
    font-size: 25px;
    line-height: 26px;
    text-align: center;
}
.sub-more-content .sub-title {
    font-size: 15px;
    line-height: 18px;
    margin-top: 8px;
}
.sub-content {
    padding: 30px 0;
}
.sub-content.has-top-line {
    border-top: 3px solid #dfdfdf;
}

.common-block-text-1 {
    font-size: 20px;
    line-height: 32px;
    color: #454343;
}
.common-block-text-1.color-1 {
    color: #009178;
}

.image-block {
    text-align: center;
    margin: 60px 0;
}

.image-block.icon-center {
    margin: 40px 0;
}
.image-block.icon-center .icon-type-1 {
    width: 28px;
    height: auto;
}

.common-title-4 {
    position: relative;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    color: #009278;
    padding-left: 20px;
    margin: 60px 0 40px;
}

.common-title-4:before {
    content: "";
    width: 6px;
    border-radius: 4px;
    height: 90%;
    position: absolute;
    left: 0;
    top: 7%;
    background-color: #009278;
}

.sub-image-text-wrap-1 {
    display: flex;
    justify-content: space-between;
}
.sub-image-text-wrap-1 .image {
    width: 367px;
    flex: none;
    margin-left: 40px;
}

.common-view-summary {
    padding: 50px;
    background-color: #009178;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-top: 90px;
}
.common-view-summary .title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #e4ff00;
    margin-bottom: 12px;
}
.common-view-summary .title img {
    vertical-align: -3px;
    margin-right: 3px;
    width: 27px;
}

.common-tag-list {
    margin: 50px 0;
}

.common-block-text-2 + .common-block-text-2 {
    margin-top: 5px;
}

.common-block-text-2 {
    text-align: left;
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px;
}

.common-block-text-2.color-1 {
    background-color: #efefef;
    color: #454343;
	/* text-align: center; */
}
.common-block-text-2.color-1 .text-1 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2px;
}
.common-block-text-2.color-2 {
    background-color: #252b45;
    color: #fff;
}

.common-related-list {
    padding: 45px 12px 30px;
    background-color: #e8f7f7;
    border-radius: 12px;
    text-align: center;
}

.common-related-list .title-1 {
    display: inline-block;
    padding: 8px 30px;
    background-color: #454343;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.common-related-list .title-2 {
    font-size: 25px;
    font-weight: bold;
    color: #454343;
    margin-top: 20px;
    padding: 0 20px;
    word-break: break-all;
}

.common-related-list .title-3 {
    font-size: 15px;
    line-height: 18px;
    color: #454343;
    margin-top: 10px;
}

.common-related-list .list {
    margin-top: 32px;
}
.common-related-list .list a {
    display: flex;
}
.common-related-list .text-wrap {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    background-color: #009178;
    border-radius: 40px;
    padding: 14px 14px;
}

.common-related-list .image {
    margin-right: 4px;
    width: 60px;
    height: 60px;
}
.common-related-list .text-wrap .number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    flex: none;
}

.common-related-list .list a + a {
    margin-top: 8px;
}

.common-related-list .text-wrap .text {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: inherit;
    overflow: hidden;
    margin-left: 10px;
}

.common-related-list .text-wrap .arrow {
    width: 14px;
    flex: none;
    margin-left: 10px;
}
.common-related-list .btn-all {
    display: inline-block;
    font-size: 15px;
    color: #949494;
    font-weight: 500;
    margin-top: 25px;
}
.common-related-list .btn-all img {
    margin-left: 2px;
    width: 22px;
}

.sub-more-content .main-follow {
    margin-top: 70px;
}

.sub-more-content .main-follow .btn-group  {
    margin-top: 20px;
}
.sub-recommend-list {
    margin-top: 70px;
}

.sub-recommend-list .list {
    margin-top: 20px;
}
.sub-recommend-list .list a {
    display: block;
    padding: 18px 6px 6px 0;
    border-bottom: 1px solid #e1e1e1;
}
.sub-recommend-list .list .inner {
    display: flex;
}

.sub-recommend-list .list .image {
    flex: none;
    margin-right: 10px;
}
.sub-recommend-list .list img {
    width: 90px;
}
.sub-recommend-list .list .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #252b45;
    margin-top: 8px;
}
.sub-recommend-list .list .date {
    text-align: right;
    font-size: 12px;
    color: #cacaca;
    margin-top: 6px;
}
.sub-recommend-list .list .badge {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 12px;
}

.link-banner {
    margin-top: 80px;
}

.sub-text-point {
    padding: 38px;
    border: 8px solid #dfdfdf;
}

.sub-text-point .text-1 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    color: #009178;
}

.sub-text-point .text-2 {
   
    font-size: 20px;
    line-height: 32px;
    color: #454343;
}

.badge.type-5 {
    padding: 0 30px;
    font-weight: 500;
    background-color: #e9f6fe;
    color: #009278;
}

.sub-card-news {
    position: relative;
    margin-top: 70px;
}

.sub-card-news-swipe .slick-slide img {
    width: 100%;
}

.sub-card-news-swipe .slick-dots button {
    width: 16px;
    height: 16px;
    margin: 0 6px;
}
.sub-card-news-swipe .slick-list {
    max-width: 590px;
    margin: 0 auto;
}

.sub-card-news-swipe .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    text-indent: -99999px;
    overflow: hidden;
    width: 59px;
    height: 102px;
    background-image: url("../images/btn-slide-arrow.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.sub-card-news-swipe .slick-next {
    transform: rotate(180deg);
    right: 0;
}

.sub-card-news .btn-slide-zoom {
    position: absolute;
    right: 120px;
    bottom: 54px;
    width: 50px;
    height: 50px;
}

.image-view-layer .slick-arrow {
    z-index: 1;
    filter: invert(1);
}

.image-view-layer .slick-prev {
    left: -120px;
}

.image-view-layer .slick-next {
    right: -120px;
}

.sub-video {
    margin-top: 70px;
}
.sub-video iframe {
    width: 100%;
    height: 430px;
}


.common-title-wrap-2 + .search-bar {
    margin-top: 30px;
}
.common-title-wrap-2.is-buffer + .search-bar,
.common-title-wrap-2.is-buffer + .sub-board-list {
    margin-top: 70px;
}

.sub-board-list {
    border-top: 1px solid #454343;
    margin-top: 40px;
}
.sub-board-list a {
    display: flex;
    padding: 30px 20px 30px 30px;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    min-height: 130px;
    box-sizing: border-box;
}

.sub-board-list .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-board-list .date {
    flex: none;
    font-size: 20px;
    color: #cacaca;
    margin-left: 30px;
    align-self: flex-end;
}

.sub-board-detail {
    font-size: 20px;
    line-height: 32px;
    color: #454343;
    padding: 34px 30px 60px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 300;
}

.sub-board-footer {
    margin-top: 32px;
    text-align: center;
}

.sub-board-footer .btn-list {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    font-weight: 500;
}

.sub-board-footer .btn-list img {
    width: 15px;
    vertical-align: -1px;
    margin-right: 2px;
}

.sub-about {
    margin-top: 70px;
}

.sub-about-card {
    display: flex;
    justify-content: space-between;
    padding: 65px 40px 65px 70px;
    border-radius: 16px;
}
.sub-about-card + .sub-about-card {
    margin-top: 16px;
}
.sub-about-card.type-1 {
    background-color: #e9f7f8;
}

.sub-about-card.type-2 {
    background-color: #fffbef;
}

.sub-about-card .title {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 30px;
}
.sub-about-card .text {
    color: #454343;
    font-size: 20px;
    line-height: 32px;
}
.sub-about-card .image {
    align-self: flex-end;
    margin-left: 120px;
    flex: none;
    margin-bottom: -30px;
}
.sub-about-card .image img {
    width: 175px;
    height: auto;
}

/* start: 250719 */
.btn-link-detail {
    display: block;
    text-align: center;
    background-color: #009178;
    color: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
    font-size: 16px;
}

/* modal */
.modal-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.modal-popup:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal-popup-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.modal-popup-content {
    background-color: #fff;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    width: 800px;
    height: auto;
    margin-top: 60px;
}

.modal-title {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}

.modal-popup-texts {
    max-height: 48vh;
    overflow-y: auto;
    border: 1px solid #eee;
    font-size: 18px;
    line-height: 26px;
    margin-top: 60px;
    padding: 40px;
}

.modal-popup-texts > ul,
.modal-popup-texts > ol {
    margin: 40px 0;
    padding-left: 22px;
}

.modal-popup-texts li ol,
.modal-popup-texts li ul {
    margin: 20px 0;
    padding-left: 20px;
}

.modal-popup-texts .list-style-none {
    list-style: none;
    padding-left: 0;
}

.modal-popup-texts li .list-style-none {
    margin-left: 24px;
}

.modal-popup-texts h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 10px;
}

.modal-popup-texts h2:first-child {
    margin-top: 0;
}

.modal-popup-texts h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-popup-texts h3:first-child {
    margin-top: 0;
}
.modal-checkbox {
    display: flex;
    margin-top: 10px;
}

.modal-checkbox label {
    font-size: 16px;
}

.modal-checkbox label span {
    display: block;
    margin-top: 5px;
    color: #888
}

.modal-checkbox input {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.modal-form {
    display: flex;
    margin: 60px 0 80px;
}

.modal-form-field {
    flex: 1;
    display: flex;
    align-items: center;
}

.modal-form-field + .modal-form-field {
    margin-left: 40px;
}

.modal-form-field label {
    flex: none;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-right: 10px;
    width: 100px;
}
.modal-form-field input {
    flex: 1;
    height: 52px;
    border: 1px solid #9E9E9E;
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
}

.modal-form-field textarea {
    flex: 1;
    height: 250px;
    border: 1px solid #9E9E9E;
    padding: 16px;
}

.modal-bottom {
    margin-top: 80px;
    text-align: center;
}

.modal-bottom button {
    width: 200px;
    height: 52px;
    line-height: 50px;
    background: #000;
    color: #fff;
    font-weight: 500;
}
.btn-modal-close {
    display: block;
    position: absolute;
    right: 40px;
    top: 30px;
    width: 48px;
    height: 48px;
    background-position: center center;
    background-image: url("../images/btn-modal-close.svg");
    cursor: pointer;
    background-size: 48px;
    background-repeat: no-repeat;
}
/* end: 250719 */
/* start: 20250804-1 */
.slide-arrow button {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    text-indent: -99999px;
    overflow: hidden;
    width: 79px;
    height: 136px;
    background-image: url("../images/btn-slide-arrow.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
    filter: invert(1);
}

.slide-arrow .btn-prev {
    left: -90px;
    background-image: url("../images/btn-slide-arrow.png")
}
.slide-arrow .btn-next {
    right: -90px;
    transform: rotate(180deg);
    background-image: url("../images/btn-slide-arrow.png")
}

/* end: 20250804-1 */
@media screen and (min-width: 781px) and (max-width: 1920px) {
    /* common */
    .common-pagination {
        margin-top: 1.9444vw;
    }
    .common-pagination .btn-next img,
    .common-pagination .btn-last img {
        transform: rotate(180deg) translate(0, 0);
    }
    .common-pagination .numbers {
        margin: 0.1389vw 0.9722vw 0;
    }
    .common-pagination .btn-number {
        width: 1.6667vw;
        height: 1.6667vw;

        line-height: 1.6667vw;
        font-size: 1.0417vw;
    }

    .common-pagination button:not(.btn-number) {
        width: 1.6667vw;
        height: 1.6667vw;
    }

    .common-pagination .bl-more {
        margin-left: 0.8333vw;
    }
    .common-container {
        max-width: 83.3333vw;
        padding: 0 2.7778vw;
        margin: 0 auto;
    }

    .common-container-2 {
        max-width: 54.5139vw;
        padding: 0 2.7778vw;
        margin: 6.2500vw auto 0;
    }

    .common-title-1 {
        font-size: 2.6389vw;
        line-height: 3.1250vw;
    }

    .common-title-2 {
        font-size: 2.7778vw;
        line-height: 3.5417vw;
    }
    .common-sub-title-1 {
        font-size: 1.3889vw;
        line-height: 1.9444vw;
        margin-top: 0.6944vw;
    }

    .common-tabs {
        margin-top: 4.8611vw;
        border-bottom: 0.2083vw solid #dfdfdf;
    }

    .common-tabs button {
        font-size: 1.7361vw;

        padding: 0.8333vw 0;
    }
    .common-tabs button + button {
        margin-left: 2.0139vw;
    }

    .btn-common-more-1 {
        width: 8.3333vw;
        height: 2.3611vw;
        line-height: 2.3611vw;
        font-size: 1.3889vw;
        border: 0.0694vw solid #a3adb8;
        border-radius: 1.3889vw;

        margin-left: 0.6944vw;
    }

    .badge {
        height: 2.8vw;
        line-height: 2.8vw;
        padding: 0 1.3889vw;
        font-size: 1.5vw;
        border-radius: 1.3889vw;
    }

    .badge.type-1 {
        height: 2.9167vw;
        line-height: 2.9167vw;
    }

    .badge.type-3 {
        border: 0.0694vw solid #009178;

    }
    .badge.type-4 {
        height: 1.3889vw;
        line-height: 1.3889vw;
        font-size: 0.7639vw;

        padding: 0 0.8333vw;
        border-radius: 1.3889vw;
        border: 0.0694vw solid #c6c6c6;
    }
    /* page */
    .full-menu-wrap .btn-close {
        right: 1.1111vw;
        top: 1.6667vw;
        background-image: url("../images/btn-close.png");
        background-size: 1.6667vw auto;
        width: 1.6667vw;
        height: 1.6667vw;
    }
.full-menu .type2 .depth2 { display:block; }
    .full-menu {
        width: 29.1667vw;
        padding-top: 1.5278vw;
        padding-bottom: 2.7778vw;
        padding-left: 4.1667vw;

    }

    .full-menu-nav {
        padding-right: 1.3889vw;
        margin-top: 2.2222vw;
        overflow-y: auto;
    }

    /* 스크롤바의 폭 너비 */
    .full-menu-nav::-webkit-scrollbar {
        width: 0.5556vw;
    }

    .full-menu-nav::-webkit-scrollbar-thumb {
        border-radius: 1.1111vw;
    }

    .full-menu-nav::-webkit-scrollbar-track {
        border-radius: 1.1111vw;
    }

    .full-menu-nav .depth1 {
        font-size: 1.1111vw;

    }
    .full-menu-nav .type1 .depth2 {
        margin-top: 0.9722vw;
    }
    .full-menu-nav .type1 .depth2 a {
        font-size: 1.3889vw;
        line-height: 2.9167vw;
    }
    .full-menu-nav .type2 {
        margin-top: 2.2222vw;
        padding-top: 2.2222vw;
        border-top: 0.0694vw solid #dfdfdf;
    }
    .full-menu-nav .type2 .depth2 {
        margin-top: 0.5556vw;
    }
    .full-menu-nav .type2 .depth2 a {
        font-size: 1.1806vw;
        line-height: 2.9167vw;
    }

    .full-menu-footer {
        margin-top: 1.9444vw;
        padding-top: 2.6389vw;
        border-top: 0.0694vw solid #dfdfdf;
    }
    .full-menu-footer img {
        width: 4.8611vw;
    }

    .full-menu-footer .terms {
        margin-bottom: 1.3889vw;
    }
    .full-menu-footer .terms a {
        font-size: 0.9028vw;
    }
    .full-menu-footer .terms a + a:before {
        width: 0.0694vw;
        height: 0.7639vw;
        margin: 0 1.1111vw 0 1.3194vw;
    }

    .full-menu-footer .copyright {
        font-size: 0.8333vw;
        margin-top: 1.1111vw;

    }
    .header-inner {
        max-width: 83.3333vw;
        padding:1.6667vw 5.5556vw 1.6667vw 0;
    }

    .header-logo img {
        width: 10vw;
        height: auto;
    }
    .header-nav a {
        font-size: 1.2500vw;
        padding: 0 0.8333vw;
    }

    .header-util button {
        margin: 0 0.8333vw;
    }

    .header-util button img {
        width: 2.2222vw;
        height: auto;
    }
    .footer-logo img {
        width: 6.4583vw;
        height: auto;
    }
    .footer-inner {
        max-width: 83.3333vw;
        padding: 4.1667vw 5.5556vw 4.1667vw 8.3333vw;

        margin: 0 auto;

    }

    .footer-inner .footer-copy {
        margin-top: 0.6944vw;
        font-size: 1.0417vw;
    }

    .footer-link {
        align-items: center;
        font-size: 1.1806vw;
    }
    .footer-link a + a:before {
        width: 0.0694vw;
        height: 0.9722vw;
        margin: 0 1.1111vw 0 1.3194vw;
        top: 0.0694vw;
    }

    .footer-inner-2 {
        font-size: 1.1806vw;
    }

    .footer-inner-2 a {
        width: 7.2222vw;
    }
    .footer-inner-2 strong {
        width: 6.1111vw;
    }
    .footer-inner-2 .menu-2 {
        margin-top: 1.1111vw;
    }
.footer-inner-2 button {  /* 250806 */
        border: 0.0694vw solid #99999a;
        border-radius: 0.2778vw;
        padding: 0.4167vw 2.7778vw 0.4861vw 0.6944vw;
        background-position: right 0.5556vw top 0.9028vw;
        background-size: 1.0417vw auto;
    }
    .content {
        margin-top: 4.1667vw;
        padding-bottom: 9.7222vw;
    }
    .main-banner img {
        width: 54.5833vw;
        height: auto;
    }
    .main-banner .text-wrap {
        width: 25.8333vw;
        margin-left: 2.7778vw;
    }
    .main-banner .text-1 {
        margin-top: 0.8333vw;
        font-size: 2.4306vw;
        line-height: 3.1250vw;

    }
    .main-banner .text-2 {
        margin-top: 0.8333vw;
        font-size: 2.9861vw;
        line-height: 3.4722vw;
    }

    .main-banner .text-3 {
        align-items: center;
        margin-top: 1.6667vw;
        font-size: 1.3889vw;
    }
    .main-banner .text-3 span + span:before {
        margin: 0 0.7639vw;
        width: 0.0694vw;
        height: 1.0417vw;

    }

    .main-section-1 {
        margin-top: 6.9444vw;
    }

    .main-recommend {
        flex: 1;
        padding-top: 1.5278vw;
        border-top: 0.2083vw solid #dfdfdf;
    }
    .main-recommend .btn-group {

        margin-top: 1.3889vw;
    }

    .main-recommend .btn-group button + button {
        margin-left: 0.6944vw;
    }

    .main-recommend .btn-group img {
        width: 3.1250vw;
        height: auto;
    }

    .main-recommend-list {
        width: 53vw;
        margin-top: 2.1667vw;
    }
    .main-recommend-list .item {
        padding: 2.2222vw 1.3889vw 0 0;
        border-bottom: 0.0694vw solid #e1e1e1;
    }

    .main-recommend-list .item img {
        width: 19.2361vw;
    }
    .main-recommend-list .image {
        width: 19.3056vw;
    }
    .main-recommend-list .text {
        font-size: 1.9444vw;
        line-height: 2.4306vw;
        margin-top: 1.5278vw;

    }
    .main-recommend-list .text-wrap {
        margin-left: 2.0833vw;
    }
    .main-recommend-list .date {
        margin-top: 0.6944vw;
        font-size: 1.3889vw;
        line-height: 3.0556vw;
    }
    .main-section-1-right {
        width: 25.9028vw;
        margin-left: 2.7778vw;
    }

    .main-keyword {
        border-radius: 1.1111vw;
        padding: 4.1667vw 2.0833vw 3.8194vw;
    }
    .main-keyword .sub-title {
        font-size: 1.3889vw;
        line-height: 1.8056vw;
        margin-top: 0.8333vw;
    }

    .main-keyword .list {
        margin-top: 1.9444vw;
    }
    .main-keyword .badge {
        margin: 0.2778vw 0;
    }
    .main-follow {
        margin-top: 9.7222vw;
        padding: 0 1.5278vw;
    }

    .main-follow .sub-title {
        font-size: 1.3889vw;
        line-height: 1.8056vw;
        margin-top: 0.8333vw;
    }

    .main-follow .btn-group {
        margin-top: 2.7778vw;
    }

    .main-follow .btn-group button {
        width: 20.1389vw;
        border-radius: 1.3889vw;
        height: 3.0556vw;
        line-height: 3.0556vw;
        font-size: 1.0417vw;
    }

    .main-follow .btn-group button + button {
        margin-top: 0.3472vw;
    }

    .main-follow .btn-group span {
        padding-top: 0.3472vw;
    }

    .main-follow .btn-group img {
        margin: 0 0.5556vw;
        max-width: 2.2222vw;
    }

    .main-follow .btn-1q {margin-left: 2.7778vw;  }
    .main-follow .btn-mail {margin-left: 1.1111vw;}

    .main-event-banner {
        margin-top: 9.7222vw;
    }

    .main-event-banner img {
        width: 25.9028vw;
        height: auto;
    }

    .main-section-2 {
        margin-top: 4.8611vw;
        padding: 6.2500vw 0;
    }

    .main-section-2 .common-title-wrap-1 {
        margin-bottom: 2.2222vw;
    }

    .main-short-form {
        flex: 1;
    }
    .main-short-form .list img {
        width: 17.7083vw;
        height: auto;
    }

    .main-short-form .list a + a {
        margin-left: 0.6944vw;
    }
    .main-video {
        width: 25.9028vw;
    }
    .main-video .list a img {
        width: 25.8333vw;
        height: auto;
    }
    .main-video .list a {

    }
    .main-video .list a + a {
        margin-top: 2.5000vw;
    }
    .main-section-3 {
        margin-top: 6.9444vw;
    }

    .main-swiper-1-detail  {
        margin-top: 4.8611vw;
    }
    .main-swiper-1-detail .slick-arrow {
        text-indent: -69.3750vw;
        width: 3.1250vw;
        height: 3.1250vw;
        background-size: 3.1250vw auto;
    }

    .main-swiper-1-detail .slick-prev {
        left: -1.5972vw;
    }
    .main-swiper-1-detail .slick-next {
        right: -1.5972vw;
    }

    .main-swiper-1-detail .image img {
        width: 100%;
    }

    .main-swiper-1-detail .slick-list {
        margin: 0 -1.0417vw;
        padding-bottom: 1.3889vw;
    }
    .main-swiper-1-detail .slick-slide {
        margin: 0 1.0417vw;
        box-shadow: 0.2778vw 0.6944vw 0.8333vw rgba(0,0,0,0.18);
        border-bottom-left-radius: 0.8333vw;
        border-bottom-right-radius: 0.8333vw;

    }
    .main-swiper-1-detail .text-wrap {
        padding: 1.1111vw;
    }
    .main-swiper-1-detail .text-1 {
        font-size: 1.1vw;
        line-height: 1.5278vw;
        margin-top: 0.5556vw;
        height: 3.1944vw;

    }
    .main-swiper-1-detail .text-more img {
        margin-left: 0.2778vw;
        width: 1.5278vw;
        height: auto;
    }
    .main-swiper-1-detail .text-more {
        margin-top: 2.0833vw;
        font-size: 1.0417vw;
    }

    .main-section-4 {
        margin-top: 6.9444vw;
        padding: 6.2500vw 0;
    }
    .main-lounge .title-wrap {
        margin-top: 2.0833vw;
    }

    .main-lounge .sub-title {
        font-size: 1.3889vw;
        line-height: 1.8056vw;
        margin-top: 0.8333vw;
    }
    .main-lounge .list {
        width: 46.5278vw;
    }
    .main-lounge .list a + a {
        margin-left: 1.6667vw;
    }
    .main-lounge .list a {
        display: block;
    }
    .main-lounge .list a img {
        width: 10.3472vw;
        height: auto;
    }

    .main-lounge .list .place img {
        width:1.3889vw;
        margin-right: 0.2083vw;
    }
    .main-lounge .list .place {
        margin-top: 0.3472vw;
        font-size: 1.3889vw;
    }
    .main-section-5 {
        margin-top: 6.9444vw;
    }
    .main-image-banner a image {
        width: 100%;
    }
    .main-image-banner a + a {
        margin-left: 2.0833vw;
    }

    .main-image-banner img {
        width: 40.6250vw;
    }
    .main-section-6 {
        margin-top: 6.9444vw;
    }

    .main-more-contents .list {
        margin-top: 4.1667vw;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: 3.4722vw;
        column-gap: 2.0833vw;
    }

    .main-more-contents .list img {
        width: 19.2361vw;
    }

    .main-more-contents .text-1 {
        font-size: 1.9444vw;
        line-height: 2.4306vw;
        margin-top: 1.6667vw;
    }
    .main-more-contents .date {
        font-size: 1.3889vw;
        line-height: 3.0556vw;
        margin-top: 0.8333vw;
    }

    .main-more-contents .btn-more {
        width: 11.4583vw;
        height: 3.4722vw;
        line-height: 3.4722vw;
        border-radius: 1.1111vw;
        margin: 5.5556vw auto 0;
        font-size: 1.3889vw;

    }

    .floating-menu {
        width: 4.7917vw;
    }

    .btn-call {
        width: 4.7917vw;
    }

    .btn-top {
        width: 3.2639vw;
    }

    .common-title-3 {
        font-size: 2.0833vw;
        line-height: 2.8472vw;
    }

    .common-title-3 + .common-tabs {
        margin-top: 0.9722vw;
    }

    .common-tabs-wrap,
    .common-tabs-wrap ~ .common-title-3 {
        margin-top: 5.5556vw;
    }
    .common-tabs-2 button {
        font-size: 1.1111vw;
    }
    .common-tabs-2 button + button {
        padding-left: 1.3889vw;
    }
    .common-tabs-2 button + button:before {
        left: 0.6944vw;
        top: 50%;
        margin-top: -0.4167vw;

        height: 0.9028vw;
        width: 0.0694vw;
    }

    .sub-banner-1 {
        margin-top: 4.8611vw;
    }

    .sub-common-list {
        width: 54.5833vw;
        margin-top: 2.1667vw;
    }
    .sub-common-list .item {
        padding: 2.2222vw 1.3889vw 0 0;
        border-bottom: 0.0694vw solid #e1e1e1;
    }

    .sub-common-list .item img {
        width: 19.2361vw;
    }
    .sub-common-list .image {
        width: 19.3056vw;
    }
    .sub-common-list .text {
        font-size: 1.9444vw;
        line-height: 2.4306vw;
        margin-top: 1.5278vw;
    }
    .sub-common-list .text-wrap {
        margin-left: 2.0833vw;
    }
    .sub-common-list .date {
        margin-top: 0.6944vw;
        font-size: 1.3889vw;
        line-height: 3.0556vw;
    }

    .sub-video-top {
        padding: 3.7500vw 0 2.0833vw;
    }

    .sub-video-top .text-wrap {
        padding-top: 5.5556vw;
        padding-left: 4.1667vw;
    }

    .sub-video-top .text-wrap .title {
        font-size: 2.0833vw;
        line-height: 2.7778vw;
    }

    .logo-text {
        font-size: 1.3889vw;
        margin-top: 2.3611vw;
    }
    .logo-text .logo {
        width: 2.0833vw;
        height: 2.0833vw;

        padding: 0.2083vw;

        border-radius: 50%;
        margin-right: 0.4167vw;
    }
    .sub-video-top-swipe-item .image {
        width: 22.2222vw;
        margin-left: 4.1667vw;
        padding-right: 4.1667vw;
    }

    .sub-video-top .sub-dots-swipe-controller {
        margin-top: 2.0833vw;
        padding: 0 4.1667vw;
    }

    .sub-dots-swipe-controller .slick-dots {
        flex: 1;
        margin-right: 1.6667vw;
        margin-top: 0;
    }

    .sub-dots-swipe-controller .numbers {
        margin-top: 0.3472vw;
        font-size: 1.0417vw;
    }
    .sub-video-category-list .list {
        margin-top: 2.3611vw;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 1.1806vw;
        grid-row-gap: 4.1667vw;
    }
    .sub-video-category-list .text {
        font-size: 1.3889vw;
        line-height: 1.9444vw;
        margin-top: 2.2222vw;
    }

    .sub-video-category-list .logo-text {
        margin-top: 1.3889vw;
    }

    .sub-video-top.type-2 {
        padding: 4.1667vw 0;
    }
    .sub-video-top.type-2 .sub-video-top-swipe-item {
        padding: 0 4.1667vw;
    }
    .sub-video-top.type-2 .text-wrap {
        padding: 0;
        margin-top: 2.0833vw;
    }

    .sub-video-top-swipe-item .image {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .sub-video-top-swipe-item .image img {
        width: 100%;
    }

    .sub-video-top.type-2 .sub-dots-swipe-controller {
        padding: 0 4.1667vw;
    }

    .search-recommend {
        margin-top: 4.1667vw;
    }

    .search-recommend-list {
        max-width: 23.6111vw;
        margin: 1.6667vw auto 0;
        min-height: 55vh;
    }

    .search-recommend-title {
        font-size: 1.7361vw;
        line-height: 2.3611vw;

    }
    .search-recommend-list .badge {
        margin: 0.2083vw 0.1389vw;
    }

    .search-bar {
        border: 0.0694vw solid #ebedee;
        border-radius: 0.5556vw;
        box-shadow: 0.2778vw 0.2778vw 0 #dedede;;
    }
    .search-bar input {
        flex: 1;
        border: 0;
        padding: 1.3889vw 2.0833vw;
        font-size: 1.3889vw;
        padding-right: 0;
    }

    .search-bar button {
        height: 4.1667vw;
        width: 4.3056vw;
    }

    .search-result-title {
        font-size: 1.7361vw;
        margin-top: 4.1667vw;
        margin-bottom: -2.7778vw;
    }

    .image-view-layer {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .image-view-layer .btn-group {
        margin-bottom: 1.3889vw;
    }
    .image-view-layer .image {
        padding: 2.0833vw;
    }

    .image-view-layer .btn-close {
        width: 2.2222vw;
        height: 2.2222vw;
    }

    .sub-top .image {
        margin-right: 2.7778vw;
    }
    .sub-top .image img {
        width: 54.5833vw;
    }
    .sub-top .text-wrap .text-1 {
        font-size: 2.0833vw;
        line-height: 3.5417vw;
    }

    .sub-top .text-wrap {
        width: 25.6944vw;
        padding-top: 2.7778vw;
    }
    .sub-top .text-wrap .text-2 {
        font-size: 2vw;
        line-height: 3vw;
    }
    .sub-top .text-wrap .text-3 {
        font-size: 1.3889vw;
    }

    .sub-top .text-wrap .text-3 span + span {
        padding-left: 0.6944vw;
        margin-left: 0.6944vw;
    }
    .sub-top .text-wrap .text-3 span + span:before {
        width: 0.0694vw;
    }

    .sub-top .btn-group {
        margin-top: 1.3889vw;
    }
    .sub-top .group-1 {
        padding: 0.2778vw 0.6944vw 0.4167vw;
        border: 0.0694vw solid #dfdfdf;
        border-radius: 0.2778vw;
    }

    .sub-top .group-1 .btn-font-size-minus {
        font-size: 0.9722vw;
    }
    .sub-top .group-1 .btn-font-size-plus {
        font-size: 1.1111vw;
        padding-left: 0.5556vw;
        margin-left: 0.3472vw;
    }

    .sub-top .group-1 .btn-font-size-plus:before {
        width: 0.0694vw;
        height: 0.9722vw;

    }

    .sub-top .group-2 button {
        padding: 0.4167vw 1.2500vw;
        border: 0.0694vw solid #dfdfdf;
        border-radius: 0.2778vw;
        font-size: 0.9722vw;

    }
    .sub-layout-1 {
        margin-top: 2vw;
    }

    .sub-more-content {
        width: 25.6944vw;
        margin-left: 2.7778vw;
    }

    .sub-more-content .common-title-1 {
        font-size: 1.7361vw;
        line-height: 1.8056vw;

    }
    .sub-more-content .sub-title {
        font-size: 1.0417vw;
        line-height: 1.2500vw;
        margin-top: 0.5556vw;
    }
    .sub-content {
        padding: 2.0833vw 0;
    }
    .sub-content.has-top-line {
        border-top: 0.2083vw solid #dfdfdf;
    }

    .common-block-text-1 {
        font-size: 1.3889vw;
        line-height: 2.2222vw;

    }
    .image-block {
        margin: 4.167vw 0;
    }

    .image-block.icon-center {
        margin: 2.7778vw 0;
    }
    .image-block.icon-center .icon-type-1 {
        width: 1.9444vw;
        height: auto;
    }

    .common-title-4 {
        font-size: 2.4306vw;
        line-height: 3.1250vw;
        padding-left: 1.3889vw;
        margin: 4.1667vw 0 2.7778vw;
    }

    .common-title-4:before {
        width: 0.4167vw;
        border-radius: 0.2778vw;
    }

    .sub-image-text-wrap-1 .image {
        width: 25.4861vw;
        flex: none;
        margin-left: 2.7778vw;
    }

    .common-view-summary {
        padding: 3.4722vw;
        font-size: 1.3889vw;
        line-height: 2.2222vw;
        margin-top: 6.2500vw;
    }
    .common-view-summary .title {
        font-size: 1.7361vw;
        line-height: 2.0833vw;
        margin-bottom: 0.8333vw;
    }
    .common-view-summary .title img {
        vertical-align: -0.2083vw;
        margin-right: 0.2083vw;
        width: 1.8750vw;
    }

    .common-tag-list {
        margin: 3.4722vw 0;
    }

    .common-block-text-2 + .common-block-text-2 {
        margin-top: 0.3472vw;
    }

    .common-block-text-2 {

        padding: 1.6667vw;
        font-size: 0.9722vw;
        line-height: 1.3889vw;
        border-radius: 0.8333vw;
    }

    .common-block-text-2.color-1 .text-1 {

        font-size: 1.1111vw;
        margin-bottom: 0.1389vw;
    }
    .common-related-list {
        padding: 3.1250vw 0.8333vw 2.0833vw;
        border-radius: 0.8333vw;

    }

    .common-related-list .title-1 {
        padding: 0.5556vw 2.0833vw;
        border-radius: 2.0833vw;
        font-size: 1.0417vw;
    }
    .common-related-list .title-2 {
        font-size: 1.7361vw;
        margin-top: 1.3889vw;
        padding: 0 1.3889vw;
        word-break: break-all;
    }

    .common-related-list .title-3 {
        font-size: 1.0417vw;
        line-height: 1.2500vw;
        margin-top: 0.6944vw;
    }

    .common-related-list .list {
        margin-top: 2.2222vw;
    }
    .common-related-list .text-wrap {
        border-radius: 2.7778vw;
        padding: 1.1111vw 0.9722vw;
    }

    .common-related-list .image {
        margin-right: 0.2778vw;
        width: 4.1667vw;
        height: 4.1667vw;
    }
    .common-related-list .text-wrap .number {
        width: 2.3611vw;
        height: 2.3611vw;
        border-radius: 50%;
        font-size: 1.0417vw;
    }

    .common-related-list .list a + a {
        margin-top: 0.5556vw;
    }

    .common-related-list .text-wrap .text {
        font-size: 1.0417vw;
        line-height: 1.2500vw;
        margin-left: 0.6944vw;
    }

    .common-related-list .text-wrap .arrow {
        width: 0.9722vw;
        margin-left: 0.6944vw;
    }
    .common-related-list .btn-all {
        font-size: 1.0417vw;
        margin-top: 1.7361vw;
    }
    .common-related-list .btn-all img {
        margin-left: 0.1389vw;
        width: 1.5278vw;
    }

    .sub-more-content .main-follow {
        margin-top: 4.8611vw;
    }

    .sub-more-content .main-follow .btn-group  {
        margin-top: 1.3889vw;
    }
    .sub-recommend-list {
        margin-top: 4.8611vw;
    }

    .sub-recommend-list .list {
        margin-top: 1.3889vw;
    }
    .sub-recommend-list .list a {
        padding: 1.2500vw 0.4167vw 0.4167vw 0;
        border-bottom: 0.0694vw solid #e1e1e1;
    }
    .sub-recommend-list .list .image {
        margin-right: 0.6944vw;
    }
    .sub-recommend-list .list img {
        width: 6.2500vw;
    }
    .sub-recommend-list .list .text {
        font-size: 1.3889vw;
        line-height: 1.8056vw;
        margin-top: 0.5556vw;
    }
    .sub-recommend-list .list .date {
        font-size: 0.8333vw;
        margin-top: 0.4167vw;
    }
    .sub-recommend-list .list .badge {
        font-size: 0.8333vw;
        height: 1.5278vw;
        line-height: 1.5278vw;
        padding: 0 0.8333vw;
    }

    .link-banner {
        margin-top: 5.5556vw;
    }

    .sub-top .btn-list {
        padding: 0.4167vw 0.6944vw;
        border-radius: 0.2778vw;
        border: 0.0694vw solid #dfdfdf;
        font-size: 0.9722vw;
    }

    .sub-top .btn-list img {
        margin-right: 0.1389vw;
        width: 1.0417vw;
        vertical-align: -0.1389vw;
    }

    .sub-text-point {
        padding: 2.6389vw;
        border: 0.5556vw solid #dfdfdf;
    }

    .sub-text-point .text-1 {
        margin-top: 1.3889vw;
        font-size: 2vw;
        line-height: 2.6389vw;

    }

    .sub-text-point .text-2 {
       
        font-size: 1.3889vw;
        line-height: 2.2222vw;

    }

    .badge.type-5 {
        padding: 0 2.0833vw;
    }

    .sub-card-news {
        margin-top: 2.8611vw;
    }

    .sub-card-news-swipe .slick-dots button {
        width: 1.1111vw;
        height: 1.1111vw;
        margin: 0 0.4167vw;
    }
    .sub-card-news-swipe .slick-list {
        max-width: 40.9722vw;
        margin: 0 auto;
    }

    .sub-card-news-swipe .slick-arrow {
        top: 50%;
        margin-top: -5.5556vw;
        text-indent: -6944.3750vw;
        width: 5.4861vw;
        height: 9.4444vw;
    }

    .sub-card-news-swipe .slick-next {
        transform: rotate(180deg);
        right: 0;
    }

    .sub-card-news .btn-slide-zoom {
        right: 8.3333vw;
        bottom: 3.7500vw;
        width: 4.094vw;
height: 7.0833vw;
    }

    .image-view-layer .slick-prev {
        left: -8.3333vw;
    }

    .image-view-layer .slick-next {
        right: -8.3333vw;
    }

    .sub-video {
        margin-top: 4.8611vw;
    }
    .sub-video iframe {
        width: 100%;
        height: 29.8611vw;
    }

    .common-title-wrap-2 + .search-bar {
        margin-top: 2.0833vw;
    }
    .common-title-wrap-2.is-buffer + .search-bar,
    .common-title-wrap-2.is-buffer + .sub-board-list {
        margin-top: 4.8611vw;
    }

    .sub-board-list {
        border-top: 0.0694vw solid #454343;
        margin-top: 2.7778vw;
    }
    .sub-board-list a {
        padding: 2.0833vw 1.3889vw 2.0833vw 2.0833vw;
        border-bottom: 0.0694vw solid #e1e1e1;
        min-height: 9.0278vw;
    }

    .sub-board-list .title {
        font-size: 1.6667vw;
        line-height: 2.4306vw;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }
    .sub-board-list .date {
        flex: none;
        font-size: 1.3889vw;
        margin-left: 2.0833vw;
        align-self: flex-end;
    }


    .sub-board-detail {
        font-size: 1.3889vw;
        line-height: 2.2222vw;
        padding: 2.3611vw 2.0833vw 4.1667vw;
        border-bottom: 0.0694vw solid #e1e1e1;

    }

    .sub-board-footer {
        margin-top: 2.2222vw;
    }

    .sub-board-footer .btn-list {
        padding: 0 1.3889vw;
        font-size: 1.1111vw;
        height: 2.7778vw;
        line-height: 2.6389vw;
        border: 0.0694vw solid #dfdfdf;
        border-radius: 0.4167vw;

    }

    .sub-board-footer .btn-list img {
        width: 1.0417vw;
        vertical-align: -0.0694vw;
        margin-right: 0.1389vw;
    }

    .sub-about {
        margin-top: 4.8611vw;
    }

    .sub-about-card {
        padding: 4.5139vw 2.7778vw 4.5139vw 4.8611vw;
        border-radius: 1.1111vw;
    }
    .sub-about-card + .sub-about-card {
        margin-top: 1.1111vw;
    }
    .sub-about-card .title {
        font-size: 1.7361vw;
        line-height: 2.3611vw;
        margin-bottom: 2.0833vw;
    }
    .sub-about-card .text {
        font-size: 1.3889vw;
        line-height: 2.2222vw;
    }
    .sub-about-card .image {
        margin-left: 8.3333vw;
        margin-bottom: -2.0833vw;
    }
    .sub-about-card .image img {
        width: 12.1528vw;
    }
    /* start: 250719 */
    .modal-popup-content {
        padding: 3.125vw 2.083vw;
        width: 61.979vw;
        margin-top: 3.125vw;
    }

    .modal-title {
        font-size: 1.875vw;
        line-height: 2.396vw;
    }

    .modal-popup-texts {
        font-size: 0.938vw;
        line-height: 1.354vw;
        margin-top: 3.125vw;
        padding: 2.083vw;
    }

    .modal-popup-texts > ul,
    .modal-popup-texts > ol {
        margin: 2.083vw 0;
        padding-left: 1.146vw;
    }

    .modal-popup-texts li ol,
    .modal-popup-texts li ul {
        margin: 1.042vw 0;
        padding-left: 1.042vw;
    }

    .modal-popup-texts .list-style-none {
        padding-left: 0;
    }

    .modal-popup-texts li .list-style-none {
        margin-left: 1.25vw;
    }

    .modal-popup-texts h2 {
        font-size: 1.25vw;
        line-height: 1.771vw;
        margin-top: 2.083vw;
        margin-bottom: 0.521vw;
    }

    .modal-popup-texts h2:first-child {
        margin-top: 0;
    }

    .modal-popup-texts h3 {
        font-size: 1.146vw;
        line-height: 1.667vw;
        margin-top: 1.042vw;
        margin-bottom: 0.521vw;
    }

    .modal-popup-texts h3:first-child {
        margin-top: 0;
    }

    .btn-modal-close {
        right: 2.083vw;
        top: 1.563vw;
        width: 2.5vw;
        height: 2.5vw;
        background-size: 2.5vw;
    }
    /* end: 250719 */
	.footer-inner-2 button { /* 250806 */
        border: 0.0694vw solid #99999a;
        border-radius: 0.2778vw;
        padding: 0.4167vw 2.7778vw 0.4861vw 0.6944vw;
        background-position: right 0.5556vw top 0.9028vw;
        background-size: 1.0417vw auto;
    }

    .footer-inner-2 .site-menu a + a {  /* 250806 */
        border-top: 0.0694vw solid #ccc;
        padding-top: 0.6944vw;
        margin-top: 0.6944vw;
    }
    .footer-inner-2 .site-menu {  /* 250806 */
        left: 0;
        bottom: 3.0556vw;
        width: 19.4444vw;
        background: #fff;
        border-radius: 0.2778vw;
        border: 0.0694vw solid #000;
        padding: 1.1111vw;
        max-height: 15.2778vw;
        overflow-y: auto;
    }
}
/* start: 0826 */
.is-dragging {
    pointer-events: none;
}

@media screen and (min-width: 781px) {
    .main-short-form .slick-list {
        width: 785px;
    }
    .main-short-form .slick-dots {
        position: absolute;
        left: 0;
        bottom: -32px;
        width: 100%;
    }

    .is-short-form iframe {
        aspect-ratio: 9 / 16;
        width: auto;
        height: 71vh;
        object-fit: cover;
        max-width: 500px;
        min-width: 300px;
    }
	/* start: 0828 */
    .main-video .slick-list .slick-slide div + div {
        margin-top: 33px;
    }
    .main-video .slick-list {
        width: 373px;
        height: 454px;
    }
    .main-video .slick-dots {
        position: absolute;
        left: 0;
        bottom: -32px;
        width: 100%;
    }
    /* end: 0828 */
}

@media screen and (min-width: 781px) and (max-width: 1920px) {
    .main-short-form .slick-list {
        width: 54.514vw;
    }
	 /* start: 0828 */
    .main-video .slick-list .slick-slide div + div {
        margin-top: 2.2917vw;
    }
    .main-video .slick-list {
        width: 25.9028vw;
        height: 31.5278vw;
    }
    /* end: 0828 */
}
/* end: 0826 */
@media screen and (max-width: 780px) {
    .is-pc {
        display: none !important;
    }

    .is-mobile {
        display: block !important;
    }
    .header-logo img {
    width: 120px;
    height: auto;
}
    .header-inner {
        display: block;
        padding: 16px 16px 0;
    }

    .header-util {
        position: absolute;
        right: 20px;
        top: 14px;
    }

    .header-logo {
        padding-left: 0px;
    }

    .header-inner > div {
        margin-top: 14px;
        display: grid;
        grid-template-columns: 38px 1fr 32px;
        align-items: flex-start;
        padding-bottom: 6px;
        border-bottom: 1px solid #dfdfdf;
    }

    .header-inner > div .header-nav a:nth-child(n+4) {
        display: none;
    }

    .header-inner.h-show > div .header-nav a:nth-child(n+4) {
        display: block
    }

    .header-nav {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .header-nav a {
        font-size: 16px;
        text-align: center;
        padding: 6px 0;
    }

    .btn-home {
        position: relative;
        padding: 6px 0;
        text-align: center;
        height: 100%;
        box-sizing: border-box;
    }

    .btn-home:after {
        content: "";
        display: block;
        border-bottom: 5px solid #009178;
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
    }
    .btn-nav-open {
        padding: 6px 0;
        text-align: center;
    }

    .content {
        margin-top: 46px;
        padding-bottom: 60px;
    }

    .header-util button {
        margin: 0
    }

    .header-util button + button {
        margin-left: 6px;
    }
    .header-util button img {
        width: 28px;
    }

    .full-menu {
        width: 290px;
        padding-left: 28px;
        padding-top: 14px;
        padding-bottom: 20px;
    }

    .full-menu-wrap .btn-close {
        top: 16px;
        right: 24px;
    }

    .full-menu-nav {
        margin-right: 14px;
    }

    .full-menu-nav::-webkit-scrollbar {
        width: 6px;
    }
    .common-container,
    .common-container-2 {
        padding: 0 16px;
    }

    .common-container-2 {
        margin-top: 40px;
    }

    .common-pagination {
        margin-top: 22px;
    }

    .common-title-2 {
        font-size: 25px;
    }

    .common-sub-title-1 {
        font-size: 15px;
        line-height: 19px;
        margin-top: 4px;
    }

    .common-tabs {
        margin-top: 46px;
        justify-content: space-between;
        border-width: 1px;
    }

    .common-tabs button {
        font-size: 16px;
        padding: 16px 0;
    }

    .common-tabs button + button {
        margin-left: 0;
    }

    .main-banner {
        background-color: #e0f1eb;
        border-radius: 16px;
    }
    .main-banner a {
        padding: 28px 24px 20px;
        flex-direction: column-reverse;
        text-align: center;
    }

    .main-banner .text-wrap {
        width: 100%;
        margin-left: 0;
    }

    .main-banner .text-1 {
        font-size: 23px;
        line-height: 28px;
    }

    .main-banner .text-2 {
        font-size: 28px;
        line-height: 30px;
        margin-top: 6px;
    }

    .badge {
        height: 29px;
        line-height: 29px;
        font-size: 18px;
        padding: 0 12px;
    }
    .badge.type-1 {
        background-color: #fff;
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .main-banner .text-3 {
        margin-top: 30px;
        justify-content: center;
        font-size: 12px;
    }

    .main-banner .text-3 span + span:before {
        height: 10px;
    }

    .main-banner .image {
        margin-top: 10px;
    }
    .main-banner .btn-link {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 15px;
        color: #454343;
        font-weight: 500;
    }

    .main-banner .btn-link img {
        width: 23px;
        height: auto;
        margin-bottom: 4px;
        margin-left: 4px;
    }

    .main-section-1 {
        display: block;
        margin-top: 40px;
    }

    .main-recommend {
        padding-top: 0;
        border-top: 0;
    }

    .main-section-1-right {
        width: 100%;
        margin-left: 0;
    }

    .common-title-1 {
        font-size: 25px;
        line-height: 26px;
        text-align: center;
    }

    .main-recommend-list {
        width: 100%;
        margin-top: 12px;
    }

    .main-recommend-list .image {
        width: 90px;
        height: 90px;
    }
    .main-recommend-list .item img {
        width: 90px;
        height: 90px;
    }

    .main-recommend-list .text-wrap {
        margin-left: 12px;
    }

    .main-recommend-list .text {
        margin-top: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    .main-recommend-list .date {
        margin-top: 6px;
        padding-bottom: 6px;
        font-size: 12px;
        line-height: 14px;
    }

    .main-recommend-list .item {
        padding: 24px 10px 0 0;
    }

    .main-recommend .btn-group {
        display: none;
    }

    .main-section-1-right {
        margin-top: 60px;
    }

    .main-keyword {
        padding: 0;
        background-color: #fff;
    }

    .main-keyword .sub-title,
    .main-follow .sub-title {
        font-size: 15px;
        line-height: 18px;
        margin-top: 8px;
    }

    .main-follow {
        margin-top: 60px;
        padding: 0;
    }

    .main-follow .btn-group {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-event-banner {
        margin-top: 30px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .main-event-banner img {
        width: 100%;
    }

    .main-section-2 {
        margin-top: 60px;
        padding: 40px 0;
    }

    .main-section-2 > div {
        display: block;
    }

    .common-title-wrap-1 {
        display: flex;
        justify-content: center;
    }

    .main-video {
        width: 100%;
    }

    .main-swiper-1-detail {
        margin-top: 40px;
    }

    .main-swiper-1-detail .slick-arrow {
        display: none !important;
    }

    .main-swiper-1-detail .slick-list {
        padding-bottom: 50px !important;
    }
    .main-swiper-1-detail .slick-slide {
        position: relative;
        top: 30px;
        transition: top .3s;
    }

    .main-swiper-1-detail .slick-slide.slick-active {
        top: 0;
    }

    .main-swiper-1-detail .slick-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        margin-top: -25px;
    }

    .main-short-form {
        position: relative;
    }
    .main-short-form .list {
        display: block;
        margin: 0 -16px;
    }

    .main-short-form .slick-list {
        padding: 0 8px;
    }

    .main-short-form .list a {
        padding: 0 8px;
        width: 60vw;
        border-radius: 12px; /* 250719 */
    }

    .main-short-form .list a img {
        width: 100%;
    }
    .main-short-form .list a + a {
        margin-left: 0;
    }

    .main-video {
        margin-top: 35px;
        position: relative;
    }
    .main-video .list {
        margin: 0 -16px;
    }
    .main-video .slick-list {
        padding: 0 8px;
    }

    .main-video .list a {
        padding: 0 8px;
        width: 78vw;
        box-sizing: border-box;
        border-radius: 12px; /* 250719 */
    }
    .main-video .list a img {
        width: 100%;
    }
    .main-video .list a + a {
        margin-left: 0;
        margin-top: 0;
    }

    /* start: 250719 */
    .main-short-form .list iframe,
    .main-video .list iframe {
        left: 8px;
        width: calc(100% - 16px);
        height: 100%;
        border-radius: 12px;
    }
    /* end: 250719 */

    .main-section-2 .slick-dots {
        margin: 10px 90px 0 16px;
    }
    .main-section-2 .slick-dots li {
        width: auto;
        flex: 1;
        transition: all .3s;
    }
    .main-section-2 .slick-dots li button {
        width: 100%;
        height: 2px;
        border-radius: 0;
        margin: 0;
        transition: all .3s;
    }
    .main-section-2 .btn-common-more-1 {
        position: absolute;
        right: 0;
        bottom: -8px;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        width: 60px;
        margin-left: 0;
    }

    .main-section-5  {
        margin-top: 12px;
    }
    .main-section-5 .common-container {
        padding: 0;
    }

    .main-section-6 {
        margin-top: 50px;
    }

    .main-more-contents .list {
        display: block;
        margin-top: 8px;
    }
    .main-more-contents .list a {
        position: relative;
        padding-top: 24px;
        padding-bottom: 24px;
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #e1e1e1;
    }
    .main-more-contents .list .image {
        width: 90px;
        flex: none;
    }
    .main-more-contents .list a img {
        width: 90px;
        height: 90px;
    }
    .main-more-contents .text-1 {
        font-size: 20px;
        line-height: 26px;
        margin-left: 12px;
        margin-top: 0;
    }
    .main-more-contents .date {
        position: absolute;
        right: 0;
        bottom: 8px;
        font-size: 12px;
        line-height: 24px;
    }
    .main-more-contents .btn-more-2 {
        width: 120px;
        margin: 20px auto 0;
        text-align: center;
        color: #9ca7b3;
        font-weight: 500;
        font-size: 15px;
    }

    .main-lounge {
        display: block;
        text-align: center;
    }
    .main-lounge .sub-title {
        font-size: 15px;
        line-height: 18px;
        margin-top: 8px;
    }

    .main-lounge .list {
        display: block;
        margin-top: 20px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .main-lounge .list a {
        display: block;
        width: 120px !important;
        text-align: center;
        margin: 0 auto 15px;
    }
    .main-lounge .list a .image {
        text-align: left;
    }
    .main-lounge .list a img {
        width: 120px;
    }

    .main-lounge .list .place {
        font-size: 15px;
        width: 120px;
    }

    .main-lounge .list .place img {
        width: 18px;
    }

    .main-lounge .list a + a {
        margin: 0;
    }

    .main-lounge .slick-dots {
		  display: none !important;
       
    }

    .main-section-4 {
        margin-top: 60px;
        padding: 60px 0;
    }

    .main-event-banner-2 img {
        width: 100%;
    }

    .main-section-2 .common-title-wrap-1 {
        align-items: flex-end;
    }
    .main-image-banner img {
        width: 100%;
    }
    .emoji-2 {
        margin-top: -65px;
        margin-right: -67px;
        margin-left: 4px;
    }
    .emoji-2 img {
        vertical-align: top;
		width: 67px;
    }
    .emoji-3 {
       position: relative;
        top: 10px;
        margin-right: 4px;
    }
    .emoji-3 img {
        vertical-align: top;
		width: 44px;
    }
    .emoji-1, .emoji-4 {
        text-align: center;
        margin-bottom: 4px;
		width: 44px;
        margin: 0 auto;
    }

    .footer-inner {
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-inner-2 {
        padding: 30px 36px;
        width: 100%;
        box-sizing: border-box;
    }

    .footer-inner-2 strong,
    .footer-inner-2 a {
        font-size: 13px;
    }

    .footer-inner-2 strong {
        width: 67px;
    }

    .footer-inner-2 a {
        width: 85px;
    }

    .footer-inner-2 button {  /* 250806 */
        font-size: 13px;
        padding: 3px 26px 4px 6px;
        background-position: right 8px top 8px;
        font-weight: 300;
        background-size: 11px auto;
        margin-left: 10px;
    }

    .footer-inner a {
        font-size: 13px;
    }

    .footer-link a + a:before {
        height: 11px;
        margin: 0 12px 0 13px;
    }

    .footer-inner .footer-copy {
        font-size: 12px;
        text-align: right;
        width: 100%;
        padding: 0 26px 30px;
        box-sizing: border-box;
        margin-top: -24px;
    }

    .footer-logo img {
        width: 70px;
    }
    .footer-link {
        margin-top: -20px;
    }

    .footer-inner-1 {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 0 26px;
        justify-content: space-between;
    }

    .main-lounge .list {
        width: calc(100% + 32px);
    }

    .floating-menu {
        right: 10px;
        bottom: 10px;
    }

    /* sub */
    .sub-common-list {
        width: 100%;
        margin-top: 12px;
    }

    .sub-common-list .image {
        width: 90px;
        height: 90px;
    }
    .sub-common-list .item img {
        width: 90px;
        height: 90px;
    }

    .sub-common-list .text-wrap {
        margin-left: 12px;
    }

    .sub-common-list .text {
        margin-top: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    .sub-common-list .date {
        margin-top: 6px;
        padding-bottom: 6px;
        font-size: 12px;
        line-height: 14px;
    }

    .sub-common-list .item {
        padding: 24px 10px 0 0;
    }

    .sub-banner-1 {
        margin: 50px -16px 0;
    }

    .sub-video-top .text-wrap {
        padding: 0;
    }

    .sub-video-top-swipe-item  {
        margin: 0 8px;
    }
    .sub-video-top-swipe-item .inner {
        flex-direction: column-reverse;
    }
    .sub-video-top-swipe-item .image {
        width: 264px;
    }

    .sub-video-top-swipe-item .image {
        margin: 0;
        padding: 0;
        transition: filter .3s;
    }
    .sub-video-top-swipe-item:not(.slick-active) .image {
        filter: brightness(0.5);
    }

    .sub-video-top .text-wrap .title {
        font-size: 20px;
        line-height: 22px;
        margin-top: 12px;
        text-align: center;
    }

    .logo-text {
        justify-content: center;
        margin-top: 14px;
        font-size: 15px;
    }

    .logo-text .logo {
        width: 24px;
        height: 24px;
    }

    .sub-video-top {
        padding: 30px 0;
    }

    .sub-video-top .sub-dots-swipe-controller {
        padding: 0 24px 0 16px;
    }

    .common-tabs-wrap ~ .common-title-3 {
        margin-top: 60px;
    }

    .common-title-3 {
        font-size: 20px;
        line-height: 22px;
    }

    .sub-video-category-list .list {
        display: flex;
        overflow-x: auto;
        grid-column-gap: 8px;
        margin: 36px -16px 0;
        padding: 0 16px;
    }

    .sub-video-category-list .list a {
        flex: none;
        width: 164px;
    }

    .common-tabs-wrap {
        margin-top: 45px;
    }

    .common-tabs.no-line button + button {
        margin-left: 16px;
    }

    .sub-video-category-list .text {
        margin-top: 16px;
        font-size: 15px;
        line-height: 22px;
    }

    .sub-video-category-list .logo-text {
        margin-top: 8px;
        justify-content: flex-start;
    }

    .common-tabs-2 button {
        font-size: 12px;
    }

    .sub-video-top.type-2 {
        padding: 30px 0;
    }
    .sub-video-top.type-2 .sub-video-top-swipe-item {
        padding: 16px;
    }
    .sub-video-top-swipe-item .image {
        width: 100%;
    }
    .sub-video-top.type-2 .text-wrap {
        margin-top: 14px;
    }

    .sub-video-top.type-2 .sub-dots-swipe-controller {
        margin-top: 0;
        padding: 0 16px;
    }
    .sub-video-category-list.type-2 .list a {
        width: 298px;
    }

    .search-bar input {
        font-size: 18px;
        padding: 16px 26px;
        padding-right: 0;
    }

    .search-recommend-list {
        margin-top: 14px;
        min-height: 32vh
    }
    .search-recommend-list .badge {
        height: 32px;
        line-height: 31px;
        font-size: 16px;
        padding: 0 20px;
    }

    .search-recommend-title {
        font-size: 18px;
        line-height: 22px;
    }

    .search-result-title {
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: -20px;
    }

    .sub-top {
        display: block;
        margin-top: -46px;
    }

    .sub-top .image {
        margin-left: -16px;
        margin-right: -16px;
    }

    .sub-top .text-wrap {
        padding-top: 25px;
    }

  
    .sub-top .text-wrap .text-2 {
        font-size: 25px;
        line-height: 32px;
    }
.sub-top .text-wrap .text-1{
        font-size: 20px;
        line-height: 32px;
    }
    .sub-top .text-wrap .text-3 {
        margin-top: 30px;
        font-size: 14px;
        line-height: 18px;
    }

    .sub-top .btn-group {
        padding: 12px 16px;
        margin-left: -16px;
        margin-right: -16px;
       /* border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;*/
    }

    .sub-top .text-wrap .text-3 span + span:before {
        display: none;
    }
    .sub-top .text-wrap .text-3 span + span {
        display: block;
        padding-left: 0;
        margin-left: 0;
    }

    .sub-layout-1 {
        display: block;
        margin-top: 0px;
    }

    .sub-content.has-top-line {
        border-top: 0;
    }

    .sub-more-content {
        width: 100%;
        margin-left: 0;
    }

    .sub-top .text-wrap {
        width: 100%;
        text-align: center;
    }

    .image-block {
        margin: 40px 0;
    }

    .image-block,
    .link-banner {
        margin-left: -16px;
        margin-right: -16px;
    }

    .image-block img,
    .link-banner img {
        width: 100%;
    }

    .link-banner {
        margin-top: 60px;
    }

    .sub-image-text-wrap-1 {
        display: block;
    }

    .image-view-layer .image {
        padding: 16px;
    }

    .image-view-layer .btn-close {
        width: 18px;
        height: 18px;
    }

    .common-block-text-1 {
        font-size: 18px;
        line-height: 29px;
    }

    .image-block.icon-center {
        margin: 25px 0;
    }

    .common-title-4 {
        font-size: 22px;
        line-height: 28px;
        padding-left: 16px;
        margin: 60px 0 25px;
    }

    .common-title-4:before {
        width: 4px;
    }

    .sub-image-text-wrap-1 .image {
        max-width: 240px;
        margin: 60px auto 0;
    }

    .common-view-summary {
        margin-top: 50px;
        padding: 24px 16px;
        font-size: 18px;
        line-height: 29px;
    }

    .common-view-summary .title {
        font-size: 22px;
        line-height: 30px;
    }

    .common-view-summary .title img {
        vertical-align: -4px;
    }

    .common-tag-list {
        margin: 28px 0;
        text-align: center;
    }

    .common-tag-list .badge {
        height: 28px;
        line-height: 26px;
        font-size: 16px;
        padding: 0 18px;
        margin: 4px 2px;
    }

    .sub-recommend-list,
    .sub-more-content .main-follow {
        margin-top: 60px;
    }

    .image-view-layer .btn-group {
        margin-bottom: 12px;
    }

    .sub-card-news .btn-slide-zoom {
        right: 16vw;
        bottom: 51px;
        width: 40px;
        height: 40px;
    }

    .sub-text-point {
        margin-top: -40px;
        border-width: 4px;
        padding: 30px;
		margin-bottom: 30px;
    }

    .sub-text-point .text-1 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
    }
    .sub-text-point .text-2 {
       
        font-size: 18px;
        line-height: 28px;
    }

    .badge.type-5 {
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        font-size: 15px;
    }
    
	.sub-card-news {
     margin-top: 0px;
    }

    .sub-card-news-swipe .slick-list {
        max-width: 75.5000vw;
    }

    .sub-card-news-swipe .slick-arrow {
        width: 22px;
        height: 40px;
        margin-top: -40px;
    }

    .sub-card-news-swipe .slick-dots button {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }

    .image-view-layer .slick-prev {
        left: -30px;
    }

    .image-view-layer .slick-next {
        right: -30px;
    }

.sub-video {
  position: relative;
  width: 100%;
  padding-bottom: 177.77%; /* 9:16 비율 → 16 ÷ 9 × 100 */
  height: 0;
  overflow: hidden;
  max-width: 400px; /* 옵션: 너무 넓어지지 않게 제한 가능 */
  margin: 0 auto;    /* 가운데 정렬 */
}
    .sub-video iframe {
          position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
    }

    .common-title-wrap-2 + .search-bar {
        margin-top: 40px;
    }

    .common-title-wrap-2.is-buffer + .search-bar,
    .common-title-wrap-2.is-buffer + .sub-board-list {
        margin-top: 40px;
    }

    .sub-board-list {
        margin-top: 20px;
    }

    .sub-board-list a {
        display: block;
        padding: 15px 12px 15px 18px;
        min-height: 100%;
    }

    .sub-board-list .title {
        font-size: 20px;
        line-height: 26px;
    }

    .sub-board-list .date {
        font-size: 12px;
        margin-left: 0;
        text-align: right;
        margin-top: 20px;
    }

    .sub-board-detail {
        padding: 20px 18px 40px;
        font-size: 18px;
        line-height: 28px;
    }

    .sub-board-footer {
        margin-top: 20px;
    }

    .sub-about {
        margin-top: 40px;
    }

    .sub-about-card {
        padding: 34px 20px 100px;
    }

    .sub-about-card .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .sub-about-card .text {
        font-size: 18px;
        line-height: 24px;
    }

    .sub-about-card .image {
        margin-bottom: -70px;
        margin-left: 20px;
    }

    .sub-about-card .image img {
        width: 110px;
    }

    /* start: 250719 */
    .modal-popup-content {
        padding: 40px 20px;
        margin-top: 0;
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
    }

    .modal-popup-texts {
        max-height: calc(100vh - 180px);
        padding: 20px;
        font-size: 14px;
        line-height: 22px;
        margin-top: 30px;
    }

    .modal-title {
        font-size: 22px;
        line-height: 32px;
    }

    .modal-popup-texts > ul, .modal-popup-texts > ol {
        margin: 20px 0;
        padding-left: 15px;
    }

    .modal-popup-texts > ul {
        padding-left: 20px;
    }

    .modal-popup-texts li ol, .modal-popup-texts li ul {
        padding-left: 24px;
    }

    .btn-modal-close {
        right: 10px;
        top: 10px;
        width: 28px;
        height: 28px;
        background-size: 28px;
    }

    .modal-popup-texts h2 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px;
    }

    .modal-popup-texts h3 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    /* end: 250719 */
 /* start: 20250806 */
    .slide-arrow button {
        width: 24px;
        height: 40px;
        margin-top: -40px;
    }

    .slide-arrow .btn-prev {
        left: -16px;
    }

    .slide-arrow .btn-next {
        right: -16px;
    }

    .dot-list {
        margin-top: 16px;
    }

    .image-view-layer iframe {
        max-width: 76vw;
    }

    .footer-inner-2 .menu-2 > div {
        margin-left: 0px;
		margin-top: 10px;
    }

    .footer-inner-2 button {
        margin-left: 0;
    }

    .footer-inner-2 .site-menu {
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
        width: 140px;
        box-sizing: border-box;
        padding: 10px;
    }

    /* end: 20250806 */
}

@media screen and (max-width: 360px) {
    .common-tabs button {
        font-size: 14px;
    }
}

/* 250727 은영추가 */

    /* 본문 2depth타이틀 */
    .common-title-5 {
        font-weight: bold;
        font-size: 28px;
        line-height: 130%;
        color: #000;
        margin: 48px 0 24px;
    }
    .slide-in {
        opacity: 0;
        transform: translateX(-100px);
        transition: transform 1.2s ease-out, opacity 0.6s ease-out;
    }
    .slide-in.active {
        opacity: 1;
        transform: translateX(0);
    }
    .slide-title-1 {
        margin: 60px 0 40px;  
    }
    .slide-title-1 .slide-title_inner {
        color: #009578;
        display: inline-block;/* 콘텐츠만큼 너비 조절 */
        padding: 12px 16px; 
        font-size: 28px;
        border : 2px solid #009578;
        font-weight: 700;  
    }
    /* 캡션 */
    .image-block .caption {
        color: #888;
        font-size: 14px;
        margin-top: 20px;
        text-align: center;
        line-height: 130%;
    }
    /* 언더라인 */
    .underline-type-1 {
        text-decoration: none;
        display: inline;
        box-shadow: inset 0 -24px 0 #DBEDE7;
        font-size: inherit;
        color: #000;
    }
    .color-1 .underline-type-1 {
        color: #005949;
    }

    /* 라벨타이틀 */
    .label-title {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 22px;
        border-radius: 20px;
        font-family: 'hana';
        padding: 0 30px;
        font-weight: 500;
        background-color: #e9f6fe;
        color: #009278;
    }

    /* 라인박스 */
    .line-box {
        border: 2px solid #ccc;
        padding: 40px;
        margin: 60px 0;
        border-radius: 12px;
    }
	
	/* 정렬 */
    .align-left {
        text-align: left !important;
    }
    .align-center {
        text-align: center !important;
    }
    .align-right {
        text-align: right !important;
    }


    /* 이미지 관련 */
    .image-border {
        border: 1px solid #ccc;
		box-sizing: border-box;
    }
	.image-circle {
		border-radius: 50%;
	}

    /* 폰트 관련 스타일 */
    .text-b {
        font-weight: 700;
    }
	.text-primary {
		color: #009278 !important;
	}

    /* 텍스트 링크 */
    .text-link {
        color: #009178;
        text-decoration: underline;
		word-break: break-all;
    }

    /* 세로형 이미지 */
    .image-vertical-l {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    .image-vertical-m {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .image-vertical-s {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    /* 간격 관련 스타일 */
    .mg-btm-xl {
        margin-bottom: 90px !important;
    }
    .mg-btm-l {
        margin-bottom: 60px !important;
    }
    .mg-btm-m {
        margin-bottom: 40px !important;
    }
    .mg-btm-s {
        margin-bottom: 20px !important;
    }
    .mg-btm-xs {
        margin-bottom: 10px !important;
    }
	.mg-btm-0 {
        margin-bottom: 0px !important;
    }
	.mg-top-xl {
        margin-top: 90px !important;
    }
    .mg-top-l {
        margin-top: 60px !important;
    }
    .mg-top-m {
        margin-top: 40px !important;
    }
    .mg-top-s {
        margin-top: 20px !important;
    }
    .mg-top-xs {
        margin-top: 10px !important;
    }
	.mg-top-0 {
        margin-top: 0px !important;
    }

    /* 테이블 */
    .table-container {
        width: 100%;
        margin: 48px 0;
		overflow; hidden;
    }
    .table-container.scroll-x {
        overflow-x: auto;
    }

    .table-1 {
        width: 100%;
        border-collapse: collapse;
    }
    .table-container.scroll-x .table-1 {
        min-width: 480px; /* 최소 너비 설정 (테이블 칸이 너무 작아지지 않도록) */
    }
    .table-1 th,
    .table-1 td {
        border: 1px solid #ddd;
        padding: 10px;
        text-align: left;
        vertical-align: middle;
        /* white-space: nowrap; /* 텍스트 줄바꿈 방지 */
        font-size: 18px;
    }
    .table-1 .table-bgcolor-1 {
        background-color: #DBEDE7;
		color: #000;
    }
    .table-1 .table-bgcolor-2 {
        background-color: #f4f4f4;
		color: #000;
    }
    .table-1 thead th {
        background-color: #009278;
        color: #fff;
    }
    .table-container .caption {
        font-size: 16px;
        margin-top: 14px;
        color: #666;
        line-height: 130%;
    }
    .table-title {
        font-size: 24px;
        font-weight: 700;
        margin: 48px 0 -24px;
        text-align: center;
    }
	.table-align-center th, .table-align-center td {
        text-align: center;
    }
	/* 이미지타이틀 */
    .image-title {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
		margin-bottom: 20px;
		line-height: 140%;
    }
	/* 버튼가이드 */
    .btn-area {
        text-align: center;
        margin: 60px 0;
    }
    .btn-primary {
        background: #009178;
        border-radius: 16px;
        font-size: 22px;
        padding: 16px 32px;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 140%;
    }
	
	/* 전시정보 */
    .ex_info {
        width: 100%;
        border-collapse: collapse;
    }

    .ex_info th, td {
        border: none;
        padding: 3px;
        text-align: left;
        vertical-align: top;
    }

    .ex_info th {
        width: 120px;
        text-align: left;
        position: relative;
    }

    .ex_info th span {
        color: #fff;
        vertical-align: top;
        position: absolute;
        right: 0;
        top: 2px;
    }

    .ex_info td {
        padding-left: 10px;
        word-break: break-all;
    }
	
	/* 주석 */
    .annotation-block-text-1 {
        border-top: 1px solid #eee;
        padding-top: 6px;
        margin-top: 10px;
        margin-bottom: 36px;
        line-height: 1.5;
        color: #949494;
        font-size: 14px;
    }
	
	
    /* 이미지 카피라이트(이미지 내에 흐리고 작게 표시) */
    .img-copyright-wrap {
        position: relative;
        display: inline-block;
    }
    .img-copyright {
        position: absolute;
        color: #fff;
        right: 20px;
        bottom: 16px;
        font-size: 14px;
        opacity: 0.7;
        text-align:right;
        text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    }
    .img-copyright.black {
        color: #000;
        text-shadow: 1px 1px 6px rgba(255,255,255,0.4);
    }

    @media screen and (min-width: 781px) and (max-width: 1920px) {
        .common-title-5 {
            font-size: 1.9446vw;
            margin: 3.3336vw 0 1.6668vw;
        }
        .slide-title-1 {
            margin: 4.167vw 0 2.778vw;  
        }
        .slide-title-1 .slide-title_inner {
            padding: 0.8334vw 1.1112vw; 
            font-size: 1.9446vw;
        }
        .image-block .caption {
            font-size: 0.9723vw;
            margin-top: 1.389vw;
        }
        .underline-type-1 {
            box-shadow: inset 0 -1.6668vw 0 #DBEDE7;
        }
        .line-box {
            padding: 2.778vw;
            margin: 4.164vw 0;
        }
        .image-vertical-l {
            max-width: 38.892vw;
        }
        .image-vertical-m {
            max-width: 33.336vw;
        }
        .image-vertical-s {
            max-width: 22.224vw;
        }
        .mg-btm-xl {
            margin-bottom: 6.2505vw !important;
        }
        .mg-btm-l {
            margin-bottom: 4.167vw !important;
        }
        .mg-btm-m {
            margin-bottom: 2.778vw !important;
        }
        .mg-btm-s {
            margin-bottom: 1.389vw !important;
        }
        .mg-btm-xs {
            margin-bottom: 0.06945vw !important;
        }
		.mg-top-xl {
            margin-top: 6.2505vw !important;
        }
        .mg-top-l {
            margin-top: 4.167vw !important;
        }
        .mg-top-m {
            margin-top: 2.778vw !important;
        }
        .mg-top-s {
            margin-top: 1.389vw !important;
        }
        .mg-top-xs {
            margin-top: 0.06945vw !important;
        }
        .table-container {
            margin: 3.3336vw 0;
        }
        .table-container.scroll-x .table-1 {
            min-width: 33.336vw;
        }
        .table-1 th,
        .table-1 td {
            padding: 0.6945vw;
            font-size: 1.2501vw;
        }
        .table-container .caption {
            font-size: 1.1112vw;
            margin-top: 0.9723vw;
        }
        .table-title {
            font-size: 1.6668vw;
            margin: 3.3336vw 0 -1.6668vw;
        }
		.image-title {
            font-size: 1.6668vw;
			margin-bottom: 1.389vw;
        }
		.btn-area {
            margin: 4.167vw 0;
        }
        .btn-primary {
            border-radius: 1.1112vw;
            font-size: 1.5279vw;
            padding: 1.1112vw 2.2224vw;
        }
        .label-title {
            height: 2.8vw;
            line-height: 2.8vw;
            padding: 0 1.3889vw;
            font-size: 1.5vw;
            border-radius: 1.3889vw;
            padding: 0 2.0833vw;
        }
		.annotation-block-text-1 {
            padding-top: 0.41652vw;
            margin-top: 0.6942vw;
            margin-bottom: 2.49912vw;
            font-size: 0.97188vw;
        }
    }
    @media screen and (max-width: 780px) {
        .common-title-5 {
            font-size: 20px;
            line-height: 130%;
            margin: 40px 0 12px;
        }
        .slide-title-1 {
            margin: 60px 0 25px;  
        }
        .slide-title-1 .slide-title_inner {
            padding: 8px 12px; 
            font-size: 20px;
        }
        .image-block .caption {
            font-size: 13px;
            padding: 0 16px;
            text-align: left;
        }
        .underline-type-1 {
            box-shadow: inset 0 -22px 0 #DBEDE7;
        }
        .line-box {
            padding: 20px;
            margin: 40px 0;
        }
        .image-vertical-l, .image-vertical-m, .image-vertical-s {
            max-width: 100%;
        }
        .mg-btm-xl {
            margin-bottom: 60px !important;
        }
        .mg-btm-l {
            margin-bottom: 40px !important;
        }
        .mg-btm-m {
            margin-bottom: 28px !important;
        }
        .mg-btm-s {
            margin-bottom: 12px !important;
        }
        .mg-btm-xs {
            margin-bottom: 6px !important;
        }
		.mg-top-xl {
            margin-top: 60px !important;
        }
        .mg-top-l {
            margin-top: 40px !important;
        }
        .mg-top-m {
            margin-top: 28px !important;
        }
        .mg-top-s {
            margin-top: 12px !important;
        }
        .mg-top-xs {
            margin-top: 6px !important;
        }
        .table-container {
            margin: 40px 0;
        }
        .table-container.scroll-x .table-1 {
            min-width: 480px;
        }
        .table-1 th,
        .table-1 td {
            padding: 8px;
            font-size: 14px;
        }
        .table-container .caption {
            font-size: 14px;
            margin-top: 10px;
        }
        .table-title {
            font-size: 18px;
            margin: 40px 0 -24px;
        }
		.image-title {
            font-size: 18px;
			margin-bottom: 12px;
        }
		.btn-area {
            margin: 40px 0;
        }
        .btn-primary {
            border-radius: 8px;
            font-size: 18px;
            padding: 12px 24px;
        }
		.ex_info th {
            width: 80px;
            text-align: left;
        }
        .label-title {
            height: 29px;
            line-height: 29px;
            font-size: 18px;
            padding: 0 12px;
            height: auto;
            line-height: 24px;
            padding: 4px 16px;
            font-size: 15px;
        }
		.annotation-block-text-1 {
            padding-top: 6px;
            margin-top: 16px;
            margin-bottom: 30px;
            font-size: 13px;
        }
		.img-copyright {
            font-size: 12px;
        }
    }
	.full-menu-logo {width: 64px;}
	
