@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}
 
.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 100%; padding-left: 40px; padding-right: 40px; }
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; } 
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 50px;}
[lang="en"] #gnb>ul>li {padding:0 30px;}

/* 2026.05.21 폰트 크기 조정 */
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#2c2c2c; font-size:var(--font-size20); font-weight:800; line-height:1.3em; overflow: hidden; letter-spacing: .2em;}
[lang="en"] #gnb>ul>li>a {font-size:var(--font-size18); letter-spacing: -.03em;}
#gnb>ul>li:hover>a { color: var(--color-primary);}
#gnb>ul>li>a::before { content: ""; position: absolute; left: 0; bottom: -10px; right: 0; margin: auto; width: 38px; height: 27px; background: url(../images/common/hd-poly.png) center no-repeat; background-size: contain; transition: .3s; opacity: 0; }
#gnb>ul>li:hover>a::before { opacity: 1; }
#gnb>ul>li.af>a::before { display: none; }

#gnb .submenu {display:none; position:absolute; left:50%; width:172px; transform:translateX(-50%); background:var(--color-primary); text-align:center; border-radius: 24px; }
[lang="en"] #gnb .submenu {width:200px;}
#gnb .submenu>ul>li>a {display:block; padding:12px 10px; color:#fff; font-size:16px; font-weight: 800;  line-height:1.5em; border-bottom: 1px dashed rgba(255,255,255,0.4);}
#gnb .submenu>ul>li>a:hover { color: rgba(255,255,255,0.5);}
#gnb .submenu>ul>li:last-child>a { border-bottom: none; }

.util { display: flex; align-items: center; gap: 10px; }
.hd-search { width: 230px; height: 48px; border-radius: 24px; position: relative; background: #fff; border: 2px solid #eee;}
.hd-search .input { width: 100%; padding: 0 20px; border-radius: 48px; padding-right: 43px; border: none; font-size: 14px; height: 44px; z-index: 1; }
.hd-search .input:focus { outline: none;}
.hd-search .input::placeholder { font-weight: 500; color: #ccc; }
.hd-search .btns { position: absolute; top: 0; width: 36px; height: 36px; text-indent: -9999em; border: none; background: url(../images/common/hd-sch.png) center no-repeat; background-size: contain; bottom: 0; margin: auto; right: 6px; }
.hd-search .mo-close-btn { display: none; }
.mo-search-btn { display: none; }
.hd-member-btn { display: inline-block; width: 48px; height: 48px; background: url(../images/common/hd-user.png) center no-repeat; background-size: contain; text-indent: -9999em;} 

.language {position:relative; display:inline-block;}
.language .toggle-button {display:flex; align-items:center; gap:6px; padding:6px; background:none; border:0; color:#2c2c2c; font-weight:700; text-align:left; }
.language .toggle-button .ico {width:16px;}
.language .toggle-button .txt {width:24px;}
.language .toggle-button .chevron {width:12px; margin-top:0; }
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:#2c2c2c;}
.language .toggle-layer {display:none; position:absolute; left:0; width:100%; padding:8px; background:#fff; border:1px solid #ddd; border-radius:6px; text-align:center;}
.language .toggle-layer ul {display:grid; gap:2px;}
.language .toggle-layer a {display:block; color:#767676; font-weight:600; line-height:1.5em;}
.language .toggle-layer a:hover {color:#2c2c2c;}
.language.active .toggle-button .chevron {transform:scaleY(-1);}

.list-icon { width:22px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#2c2c2c; left: 0; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-8px; transition-property:top, transform; background:#2c2c2c; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#2c2c2c; }

#header.hover { background: #fff; }
#header.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.hover #gnb>ul>li>a { color: #2c2c2c; }

#header.main { background: #fff; }
#header.main.hover { background: #fff; }
#header.main.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.main.hover #gnb>ul>li>a { color: #2c2c2c; }

#header.member { background: #fff; position: sticky; }
#header.member.hover { background: #fff; }
#header.member.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.member.hover #gnb>ul>li>a { color: #2c2c2c; }

#header.move { background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1);}

#header.active { background: #84ccdf; }
#header.active .sitelogo { background-image: url(../images/common/logo-w.png);}
#header.active #gnb>ul>li>a { color: #fff; }
#header.active.hover { box-shadow: 0 0 10px rgba(0,0,0,0.1); }
#header.active .language .toggle-button { color: #fff; }
#header.active .language .toggle-button path { fill:#fff;}
#header.active .list-icon span { background: #fff; }
#header.active .list-icon span::after { background: #fff; }
#header.active .list-icon span::before { background: #fff; }

.mobile-navigation {display:block; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a br { display: none;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; overflow:hidden; height: calc(100vh - 100px); margin-top: 100px; }
.main-visual .items { overflow: hidden; height:calc(100vh - 100px);}
.main-visual .slick-slide {position:relative; height:calc(100vh - 100px); overflow:hidden; }
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; }
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item.image img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .caption { position: absolute; left: 0; text-align: center; width: 100%; top: 3%; }
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; position: relative; z-index: 2; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h2 { font-size: 66px; font-weight: 700; line-height: 1.18em; position: relative; font-family: var(--cafe); text-shadow: 4px 4px 0 rgba(41, 89, 160, 0.60); color: #2c2c2c; letter-spacing: .01em; margin-top: -30px; }
.main-visual .caption h2 .clr1 { color: var(--color-primary);}
.main-visual .caption h2 .clr2 { color: #ffaeae; }
.main-visual .caption img { display: inline-block;  mix-blend-mode: multiply; }
.main-visual .caption .ballon { width: 400px; height: 135px; background: url(../images/main/bal.png) #def0f4 50% / cover no-repeat; background-blend-mode: color-burn; margin: auto; }
.main-visual .caption .ballon h4 { font-size: var(--font-size26); color: #2c2c2c; font-family: var(--cafe); line-height: 1.38em; color: #2c2c2c; transform: rotate(-8deg); position: relative; top: 50px; }
.main-visual .caption .ballon h4 span { color: #2959A0;}
.main-visual .main-link { background: #fff; color: #676767; margin-top: 28px; }

.main-visual .slick-dots { z-index: 50; text-align: center; position: relative;  border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(0, 0, 0, 0.12); background-blend-mode: difference; backdrop-filter: blur(12px); border-radius: 25px; padding: 4px 10px 6px;  }
.main-visual .slick-dots li { display: inline-block; margin: 0 6px; }
.main-visual .slick-dots li button { width: 8px; height: 8px; padding: 0; margin: 0; cursor: pointer; text-indent: -9999px; overflow: hidden; border: none; transition: .3s; background: rgba(255,255,255,0.3); border-radius: 8px; }
.main-visual .slick-dots li.slick-active button { background: #fff;} 

.vs-pagi { position: absolute; display: flex; max-width: 1260px; padding-left: 30px; padding-right: 30px; width: 100%; left: 0; right: 0; margin: auto; bottom: 40px; align-items: center; justify-content: space-between;}
.scroll-down span { display: inline-block; font-size: 13px; font-weight: 700; color: #2c2c2c; line-height: 1.23em; padding-right: 8px; }
.scroll-down img { animation: scrollDown 1.5s ease-in-out infinite; }
@keyframes scrollDown {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(10px); opacity: 0; }
} 

/* main 공통 */
.sec1 .fp-tableCell,
.sec2 .fp-tableCell,
.sec3 .fp-tableCell { padding-top: 100px; }
.main-link { height: 56px; display: inline-flex; align-items: center; font-weight: 700; color: var(--color-primary); line-height: 1.5em; padding: 0 34px; border-radius: 28px; background: #f4f4f4;  box-shadow: -4px -4px 0 0 rgba(0, 0, 0, 0.20) inset; padding-bottom: 1px; }
.main-link:hover { color: #fff; background: var(--color-primary); box-shadow: -4px -4px 0 0 rgba(0, 0, 0, 0.20) inset;}
.main-titbox { display: flex; align-items: flex-end; margin-bottom: 50px; justify-content: space-between;}
.main-tit { font-family: var(--cafe); font-size: var(--font-size40); line-height: 1.35em; font-weight: 700; color: #2c2c2c; }
.main-tit span { color: var(--color-primary);}
.main-titbox .tit-fx { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.main-txt { font-size: var(--font-size18); line-height: 1.66em; }
.section.bg { background-repeat: no-repeat; background-position: center; background-size: cover;} 
.main-prev::after, .main-next::after { display: none; }
.main-prev, .main-next { width: 56px; height: 56px; border-radius: 56px; background-repeat: no-repeat; background-position: center; background-size: 10px; position: absolute; top: 50%; margin-top: -26px; transition: .3s; background-color: #fff; }
.main-prev::before, .main-next::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #eee; border-radius: 56px; }
.main-prev { left: -100px; background-image: url(../images/main/sec1-prev.png);}
.main-prev:hover { background-image: url(../images/main/sec1-prev-c.png);}
.main-prev:hover::before { border: 2px solid var(--color-primary);}
.main-next { right: -100px; background-image: url(../images/main/sec1-next.png);}
.main-next:hover { background-image: url(../images/main/sec1-next-c.png);}
.main-next:hover::before { border: 2px solid var(--color-primary); }

/* 메인 프로그램 리스트 */
.program-thumb { position: relative; padding-bottom: 87%; display: block; overflow: hidden; }
.program-thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.program-txtbox { padding: 24px; background: #fff; }
.program-txtbox .ctr { display: flex; flex-wrap: wrap; gap: 8px; align-items: center;}
.program-txtbox .ctr .status { font-size: 12px; color: #a8a8a8; font-weight: 700; line-height: 1.16em; } 
.program-txtbox .ctr .status.on { color: var(--color-primary); }
.program-txtbox .ctr .grade { display: flex; flex: 1 1 auto; min-width: 0; width: 1%; gap: 4px; flex-wrap: wrap;}
.program-txtbox .ctr .grade span { display: inline-block; padding: 4px 8px 2px; color: var(--color-secondary); background: #ffe6e6; line-height: 1.27em; font-size: 11px; font-weight: 700; border-radius: 25px; }
.program-txtbox .tit { font-size: var(--font-size18); font-weight: 700; color: #2c2c22; font-family: var(--cafe); line-height: 1.55em; margin: 8px 0 16px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.program-txtbox ul { margin-bottom: 24px; }
.program-txtbox ul li { display: flex; font-size: 13px; color: #676767; font-weight: 700; margin-bottom: 8px; line-height: 1.23em; }
.program-txtbox ul li:last-child { margin-bottom: 0; }
.program-txtbox ul li .tt { width: 62px; color: #2c2c2c; }
[lang="en"] .program-txtbox ul li .tt { width: 75px; }
.program-txtbox ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; line-height: 1.33em; }
.program-txtbox .date { font-size: 15px; font-weight: 800; color: #ffaeae; margin-bottom: 12px; text-align: center; }
.program-txtbox .date .d-day { color: var(--color-secondary);}
.program-txtbox .main-link { display: flex; justify-content: center; transition: .3s; padding-bottom: 3px; height: 52px; }

/* 서브 프로그램 리스트 */
.program-txtbox.pd { padding: 0; padding-top: 30px; }
.program-txtbox.pd .ctr .status { font-size: 14px; color: var(--color-primary);}
.program-txtbox.pd .tit { font-size: var(--font-size22);}
.program-txtbox.pd ul { margin-bottom: 34px; }
.program-txtbox.pd ul li { font-size: 14px; }
.program-txtbox.pd ul li .tt { width: 85px; }
.program-txtbox.pd .date { margin-bottom: 0; margin-top: 12px;}
 
/* main */
.sec1 { background-image: url(../images/main/sec1-bg.jpg); }
.sec1-swp { position: relative; }
.sec1-swiper .item a { display: block; border-radius: 24px; overflow: hidden;}
.sec1-swiper .item a:hover .main-link { color: #fff; background: var(--color-primary); box-shadow: -4px -4px 0 0 rgba(0, 0, 0, 0.20) inset; }

.sec2 { background-image: url(../images/main/sec2-bg.jpg); }
.sec2-flex { display: flex; flex-wrap: wrap; gap: 24px; }
.sec2-flex .col { border-radius: 24px; border: 1px solid #eee; background: #fff; padding: 30px; }
.sec2-flex .left { width: calc(40% - 16px); position: relative; }
.sec2-flex .center { width: calc(30% - 16px);}
.sec2-flex .right { width: calc(30% - 16px);}
.sec2-flex .col .titbox { font-size: var(--font-size24); line-height: 1.66em; font-weight: 700; color: #2c2c2c; font-family: var(--cafe); margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center; }
.sec2-tab { display: flex; }
.sec2-tab li a { display: inline-block; position: relative; font-size: var(--font-size24); font-family: var(--cafe); line-height: 1.66em; font-weight: 700; color: #dfdfdf; padding-right: 12px; }
[lang="en"] .sec2-tab li a { font-size: 18px; }
.sec2-tab li a span { position: relative; transition: .3s;}
.sec2-tab li a span::after { content: ""; position: absolute; background: #ffaeae; width: 8px; height: 8px; border-radius: 8px; right: -2px; top: -5px; opacity: 0; transition: .3s;}
.sec2-tab li:last-child a { padding-right: 0; }
.sec2-tab li.active a { color: #2c2c2c;}
.sec2-tab li.active a span { padding-right: 14px; }
.sec2-tab li.active a span::after { opacity: 1; }
.sec2-tab li a:hover { color: #2c2c2c; }
.sec2-flex .left .list li { border-bottom: 1px dashed #DFDFDF; }
.sec2-flex .left .list li a { display: flex; justify-content: space-between; padding: 20px 0; line-height: 1.5em; }
.sec2-flex .left .list li:first-child a { padding-top: 0; }
.sec2-flex .left .list li:last-child { border: none; }
.sec2-flex .left .list li:last-child a { padding-bottom: 0; }
.sec2-flex .left .list li .tt { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 10px; font-weight: 800; color: #2c2c2c; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: .3s;}
.sec2-flex .left .list li .date { color: #a8a8a8; transition: .3s;}
.sec2-more-btn { position: absolute; right: 30px; top: 40px; font-size: 15px; font-weight: 700; line-height: 1.33em; color: #a8a8a8; }
.sec2-more-btn:hover { color: var(--color-secondary); }
.sec2-flex .left .list li a:hover .tt { color: var(--color-secondary);}
.sec2-flex .left .list li a:hover .date { color: var(--color-secondary);}
.main-cal-head { display: flex; gap: 8px; }
.main-cal-head .date { display: inline-block; color: #878787; font-size: var(--font-size18); font-weight: 700; line-height: 1.55em; font-family: var(--cafe);}
.main-cal-head .date .month { color: #2c2c2c; }
.main-cal-head .btns { display: flex; gap: 3px; }
.main-cal-head .btns .cal-btn { display: inline-block; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; text-indent: -9999em;}
.main-cal-head .btns .cal-prev { background-image: url(../images/main/main-cal-prev.png);}
.main-cal-head .btns .cal-next { background-image: url(../images/main/main-cal-next.png);}
.main-cal { position: relative; z-index: 1; }
.main-cal table {width:100%; table-layout:fixed; border-collapse:collapse; border-spacing:0px; border-top: 1px solid #2c2c2c; border-bottom: 1px solid #dfdfdf;}
.main-cal table tr { border-bottom: 1px dashed #dfdfdf;}
.main-cal table tr.bd { border-bottom: 1px solid #dfdfdf;}
.main-cal table th {padding:14px 4px; text-align:center; color:#505050; font-size:14px; line-height:1.14em; font-weight: 700; }
.main-cal table td { padding:20px 10px 19px; color:#454545; font-size:13px; line-height:1.23em; letter-spacing:-.03em; font-weight: 400; color: #505050; text-align: center; position: relative; }
.main-cal table tr th:first-child,
.main-cal table tr td:first-child {color:#FF7474;}
.main-cal table tr th:last-child,
.main-cal table tr td:last-child {color:#2959A0;}
.main-cal table td .cal-link { width: 22px; height: 22px; border-radius: 22px; display: flex; align-items: center; justify-content: center; line-height: 1em; margin: auto; pointer-events: none;}
.main-cal table td.on .cal-link { background: #eee; pointer-events: visible;}
.main-cal table td.on .cal-link.active { background: var(--color-primary); color: #fff; }
.main-cal ul { position: absolute; left: 50%; transform: translateX(-50%); border-radius: 16px; padding: 4px 0; background: #F2F8E7; width: 150px; z-index: 111; top: 70px; display: none; }
.main-cal ul::before { content: ""; position: absolute; left: 0; right: 0; width: 38px; height: 27px; background: url(../images/main/cal-poly.png) center no-repeat; background-size: contain; top: -17px; margin: auto; }
.main-cal ul li { border-bottom: 1px dashed rgba(139, 195, 74, 0.40); }
.main-cal ul li:last-child { border: none; }
.main-cal ul li a { display: block; padding: 12px 16px; text-align: left; }
.main-cal ul li .tt {line-height:1.37em; color: #2c2c2c; font-weight: 800; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: .3s; font-size: 16px; }
.main-cal ul li .date { line-height: 1.33em; color: #a8a8a8; font-size: 12px; font-weight: 800; margin-top: 6px; }
.main-cal ul li a:hover .tt { color: var(--color-primary);}
.main-cal .blank { color: #ccc !important;}
.main-cal .holiday {color:#F33A3A !important;}
.sec2-wrap .group { margin-bottom: 33px; }
.sec2-wrap .group:last-child { margin-bottom: 0; }
.sec2-wrap .group h5 { line-height: 1.5em; margin-bottom: 16px; font-weight: 700; color: #a8a8a8; font-size: 16px; }
.sec2-wrap .group h5 span { display: inline-block; color: #878787; padding-left: 8px; }
.sec2-wrap .group .fx { display: flex; align-items: center;}
.sec2-wrap .group .fx .info { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 10px; }
.sec2-wrap .group .fx .info .tt { color: #2c2c2c; font-weight: 800; line-height: 1.25em; }
.sec2-wrap .group .fx .info .txt { font-size: 13px; font-weight: 400; line-height: 1.23em; color: #a8a8a8; margin-top: 4px; }
.sec2-wrap .group .fx .info strong { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 700; color: #a8a8a8; font-family: var(--cafe); }
.sec2-wrap .group .fx .info strong:last-child { margin-bottom: 0; }
.sec2-wrap .group .fx .info strong span { color: #2c2c2c;}
.sec2-wrap .group .day { font-size: 12px; line-height: 1.16em; color: #878787; font-weight: 400; margin-top: 14px; }

.sec3 { background-image: url(../images/main/sec3-bg.jpg);}
.sec3 .main-titbox { margin-bottom: 70px; }
.sec3-btns { display: flex; gap: 10px; }
.sec3-prev, .sec3-next { position: relative; top: auto; margin-top: 0 !important; }
.sec3-prev { left: auto !important;}
.sec3-next { left: auto !important; right: auto !important;}
.sec3-tab { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 30px; }
.sec3-tab li a { display: inline-flex; align-items: center; padding: 8px; padding-right: 14px; border-radius: 12px;  background: #f4f4f4; gap: 10px; color: #878787; }
.sec3-tab li span { display: inline-block; font-size: 14px; font-family: var(--cafe); line-height: 1.14em; font-weight: 700; }
.sec3-tab li.active a, 
.sec3-tab li a:hover { background: var(--color-primary); color: #fff; }

.sec3 .slider { left: -10%; position: relative; width: 120%;}
.sec3 .slider .slick-slide { margin: 0 12px;}
.sec3 .slider .item a { position: relative; border-radius: 24px; overflow: hidden; display: block; }
.sec3 .slider .item .thumb { padding-bottom: 100%; position: relative; overflow: hidden; display: block; }
.sec3 .slider .item .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.sec3 .slider .item .thumb .icon { position: absolute; right: 12px; top: 12px; display: inline-block; width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.sec3 .slider .item .thumb .icon.instagram { background-image: url(../images/main/insta-ico.png);}
.sec3 .slider .item .thumb .icon.youtube { background-image: url(../images/main/youtube-ico.png);}
.sec3 .slider .item .thumb .icon.blog { background-image: url(../images/main/blog-ico.png);}
.sec3 .slider .item .view { width: 100%; height: 0; position: absolute; left: 0; bottom: 0; border-radius: 24px; background: linear-gradient(180deg, rgba(244, 220, 220, 0.54) 0%, rgba(255, 174, 174, 0.90) 100%),transparent 50%; display: flex; align-items: flex-end; transition: .4s; visibility: hidden;}
.sec3 .slider .item .view .ico { display: inline-block; width: 47px; height: 47px; background: url(../images/main/sec3-view.png) center no-repeat; background-size: contain; position: absolute; left: 0; bottom: 20px; transition: .5s; opacity: 0;}
.sec3 .slider .item a:hover .view { height: 100%; visibility: unset;}
.sec3 .slider .item a:hover .view .ico { opacity: 1; left: 20px; }
.sec3-prev , .sec3-next { cursor: pointer;}

/* sub */
.sub-visual {position:relative; height:360px; background-color: #ecf5f8; display: flex; align-items: center; color: #2c2c2c; text-align: center; justify-content: center; overflow: hidden;}
.sub-visual h2 { font-size: var(--font-size48); font-weight: 700; line-height: 1.29em; margin-top: 60px; font-family: var(--cafe);}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { position: relative; padding: 40px 0;}
.sub-title.pd { padding: 100px 0 60px; text-align: center; }
.sub-title.pd h2 { font-size: var(--font-size40); line-height: 1.4em; color: #2c2c2c; font-family: var(--cafe); }
.sub-title.left { text-align: left; }

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; border-top: 1px solid #ddd; }
.op { background: #fff; }
.op .contain { display: flex; align-items: center; justify-content: space-between;}
.op .contain::after { content: none;}
.op .contain a { display: block; padding: 20px 0; }
.footer-wrap { padding: 44px 0 60px; background: #2959a0; color: #fff; }
.ft-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 30px; }
.ft-info { width: 60%; }
.ft-text { margin-top: 20px; }
.ft-text span { display: inline-block; padding-right: 12px; margin-bottom: 8px; font-size: 14px; font-weight: 400; line-height: 1.42em; }
.ft-text span:last-child { padding-right: 0; }
.ft-text span strong { display: inline-block; padding-right: 6px; font-weight: 700; }
.ft-right { display: flex; justify-content: space-between; width: 40%; }
.ft-contact h4 { margin-bottom: 12px; font-size: 16px; font-weight: 700; line-height: 1.5em; text-align: left; }
.ft-contact ul li { display: flex; font-size: 14px; margin-bottom: 10px; line-height: 1.42em; }
.ft-contact ul li:last-child { margin-bottom: 0; }
.ft-contact ul li .tt { width: 58px; display: flex; gap: 8px; font-weight: 700; align-items: center;}
[lang="en"] .ft-contact ul li .tt { width: 70px; }
.ft-contact ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; }
.policy { text-align: right; }
.policy a { display: block; font-weight: 700; font-size: 14px; margin-bottom: 10px; line-height: 1.42em; }
.policy a:last-child { margin-bottom: 0; }
.ft-btm { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap;}
.cpr { font-size: 13px; font-weight: 700; line-height: 1.23em; }
.cpr span { display: inline-block; font-weight: 700;}
.cpr a { color: #3160a4; font-weight: 500; display: inline-block; }
.familysite {position:relative; display:inline-block; width:160px;}
.familysite .toggle-button {display:flex; justify-content:space-between; align-items:center; width:100%; padding:16px 24px; border:none; color:#2959a0; font-weight:800; line-height:1.5em; text-align:left; border-radius:40px; background: #FFF; box-shadow: -4px -4px 0 0 rgba(41, 89, 160, 0.40) inset; font-size: 14px; }
.familysite .chevron { display: flex; align-items: center; position: relative; top: -2px; }
.familysite .toggle-layer {display:none; position:absolute; left:0; width:100%; background:#fff; bottom: 60px; padding: 10px; border-radius: 15px; box-shadow: -4px -4px 0 0 rgba(41, 89, 160, 0.40) inset;}
.familysite .toggle-layer a {display:block; padding:8px 15px; color:#2c2c2c; font-weight:700; line-height:1.5em; font-size: 14px; }
.familysite .toggle-layer a:hover { color: #2959a0; }

/* quickmenu */
.quick { position: fixed; right: 24px; z-index: 999; top: 50%; transform: translateY(-50%);}
.quick a { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 88px; height: 88px; border-radius: 88px; background: #ffaeae; gap: 6px; margin-bottom: 12px; }
.quick a span { display: block; font-size: 13px; font-weight: 800; line-height: 1.23em; color: #2c2c2c; text-align: center; }
.quick a:last-child { margin-bottom: 0; }
.quick a.scroll-top { background: #121212; }
.quick a.scroll-top span { color: #fff; }