@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */

#wrapper {position:relative; overflow:hidden;}

.contain {position:relative; padding: 0 20px; margin:0 auto; height:inherit;  width: 100%; letter-spacing: 0;}
#header .contain {max-width:1469px !important; display: flex; align-items:center;}
#footer .contain {max-width:1470px !important;}
#main .contain {max-width:1430px;}
#sub .contain {max-width:1320px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box; margin-bottom: 150px;}
#footer .contain {margin-bottom: 0;}

.wrap3 {max-width:1320px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }

.real-cont{margin-top: 80px; margin-bottom: 60px;}


/* header */
/* #header.active {transform:translateY(0);}
#header.hide {transform:translateY(-100%);} */

#header {position:fixed; top:0; left:0; width:100%; height:80px; z-index:90; letter-spacing:-.03em; border-bottom:1px solid #eee; background:#fff; transition:all 0.6s; z-index: 1005;		}

#header .sitelogo{}
#header .sitelogo a {display:block; position: relative;   width: 120px;}
#header .sitelogo a img{transition:.3s; width: 100%;}
#header .sitelogo a img:last-child{position: absolute; left: 0; top: 0; opacity: 0; translate:0 40%	}
/* #header .sitelogo:hover{
	a img:first-child{opacity: 0; translate:0 40%; }
	a img:last-child{opacity: 1; translate:0 0%; }
}  */

#header #gnb{margin-left: auto;}
#header #gnb>ul {display:flex; justify-content:center; margin:0;} 
#header #gnb>ul>li {position:relative; text-align:center; }
#header #gnb>ul>li>a {position:relative; display:inline-block; color:#070707; font-size:18px; line-height:80px; padding: 0 32px;font-weight:700;}
#header #gnb>ul>li>a span{position: relative; display: inline-block;}
/* #header #gnb>ul>li>a span:after{position: absolute; content: ''; width: 0%; height: 2px; background: #33ABB5; left: 50%; bottom: 0; transition:.3s;} */
/* #header #gnb>ul>li:nth-child(3)>a span:after{background: #f78d39;}
#header #gnb>ul>li:nth-child(4)>a span:after{background: #4c4edc; }
#header #gnb>ul>li:nth-child(5)>a span:after{background: #0964d4;} */
#header #gnb>ul>li:hover > a span:after{width: 100%; left: 0;}
/* #header #gnb .submenu {position:absolute; top:80px; left:0; width:100%; height:0; overflow:hidden; z-index:20;} */
#header #gnb .submenu {position: absolute; top: 100%; left: 50%; width: 193px; text-align: center; visibility: hidden; transform: translateX(-50%); z-index:20;}
#header #gnb ul li.active > .submenu {visibility: visible;}
#header #gnb .submenu > ul {display:block; padding:0px; opacity: 0; transition: all .2s linear; background-color: #777;}
#header #gnb ul li.active > .submenu > ul {opacity: 1;}
#header #gnb .submenu > ul > li { text-align:center; min-height: 44px; display: flex; align-items: center; justify-content: center; height: 100%;}
/* #header #gnb .submenu > ul.mb6 > li {margin-bottom: 6px;} */
#header #gnb .submenu > ul > li:last-child{margin-bottom: 0;}
#header #gnb .submenu > ul > li > a {position:relative; display:inline-block; color:#fff; font-size:14px; letter-spacing: 0; line-height:130%; font-weight: 700;  align-content:center; padding: 12px 32px;}
#header #gnb .submenu > ul > li > a i{line-height: 0; position: relative; top: 2px; }
#header #gnb .submenu > ul > li:hover {background-color: #fff;}
#header #gnb .submenu > ul > li:hover > a {color:#009FE0;}	 
/* #header #gnb>ul>li:nth-child(3) .submenu > ul > li:hover > a {color:#f78d39;}	 
#header #gnb>ul>li:nth-child(4) .submenu > ul > li:hover > a {color:#4c4edc;}	 
#header #gnb>ul>li:nth-child(5) .submenu > ul > li:hover > a {color:#0964d4;}	  */

#header #gnb .submenu > ul > li .dep3{padding: 5px 0; display: none;}
#header #gnb .submenu > ul > li .dep3 ul > li{margin-bottom: 13px;}
#header #gnb .submenu > ul > li .dep3 ul > li:last-child{margin-bottom: 0;}
#header #gnb .submenu > ul > li .dep3 ul > li > a{font-size: 16px; line-height: 140%; color: #fff; transition:.3s; }
#header #gnb .submenu > ul > li .dep3 ul > li:hover > a{color: #222; text-decoration: underline;		text-underline-offset : 3px;}
#header .mems {margin-left: 97px;}
#header .mems > ul {display:flex; gap:8px;}
#header .mems > ul > li {position: relative;}
#header .mems > ul > li > a{display: flex; padding: 3px 12px; justify-content: center; align-items: center; gap: 20px; border-radius: 100px; border: 1px solid #999;color: #666; font-size: 12px; font-weight: 500; line-height: 160%;  transition:.3s;}



#header .mems ul li .box-1{display: none;position: absolute; left: 0; top: 35px; width: 120%;}
#header .mems ul li ol{  display: flex; flex-wrap:wrap; background: #fff; border: 1px solid #ddd; border-radius: 10px; padding: 5px 10px;}
#header .mems ul li ol > li > a{font-size: 12px; line-height: 1.8; border: none; color: #777; transition:.3s;}
#header .mems ul li ol > li:hover > a{color: #333;}


#header .mems ul > li:hover > a{color: #333; border: 1px solid #333;}
.sitemap-btn {display: flex; flex-wrap:wrap; gap:3px 4px; width: 26px; height: 30px; margin-left: 28px; transition:.3s;}
.sitemap-btn span {background: #292929; width: 6px; height: 6px; transition:.3s;}
.sitemap-btn span:nth-child(3){background: #263692;}
.sitemap-btn:hover span{background: #263692;}
.close-sbm-bt{position: absolute; right: 36px; top: 50%; translate:0 -50%;  display: none; cursor: pointer; }
.close-sbm-bt img{transition:.6s;}
.close-sbm-bt:hover img{rotate:180deg;}
.submenu-bg {background-color:#fff;  }
.submenu-bg2{position: fixed; left: 0; top: 100px; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 1000; pointer-events:none; transition:.3s; opacity: 0;}
.submenu-bg2.on{opacity: 1;}
/* footer */


#footer{overflow: hidden; max-width:100%;;}
.ft_wrap{background: #001033; justify-content: center; position: relative; }
.ft_wrap .scroll-top {position: absolute; z-index: 100; transition:1s; right: -100px; top: -32px;display: flex; align-items:center; text-align: center;flex-direction: column; justify-content: center; cursor: pointer; z-index: 505;}
body:not(.fp-viewing-Visual) .ft_wrap .scroll-top {right: 40px;}
.fp-viewing-Tali .ft_wrap .scroll-top {bottom: 748px;}

.ft_wrap .scroll-top.sub.ft{position: absolute; }
#footer .ft-inquiry{position: relative; left: -28px; display: flex; flex-wrap:wrap; justify-content: space-between; align-items: center;  max-width: 1697px; padding: 14px 15px 0; margin: 0 auto; box-sizing: border-box; width: 100%; height: 368px;}
#footer .ft-inquiry:after{position: absolute; content: ''; width: 200%; height: 1px; background: rgba(255,255,255,0.2); left: -50%; bottom: 0;}
#footer .ft-inquiry h1{position: absolute; right: -500px; bottom: 1px; opacity: 0; pointer-events: none}
#footer .ft-inquiry big{position: relative;  font-family: 'Montserrat'; font-size: 80px; font-weight: 600; color: #fff;}
#footer .ft-inquiry .link-box {position: relative; opacity:	0; filter:blur(10px);  scale:0.8; z-index: 105; }
#footer .ft-inquiry .link-box > a{position: relative; width: 250px; height: 250px; border-radius: 50%; align-content:center; text-align: center; line-height: 0; transition:.3s; z-index: 10;}
#footer .ft-inquiry .link-box > a img{transition:.3s;}
#footer .ft-inquiry .link-box > a:before{position: absolute; content: ''; width: 100%; height: 100%;background: #01ACD3; background: linear-gradient(-32deg,rgba(1, 172, 211, 1) 0%, rgba(15, 182, 198, 1) 23%, rgba(63, 216, 155, 1) 100%); border-radius: 50%;  left: 0; top: 0; z-index: -1; transition:.3s;}
#footer .ft-inquiry .link-box > a:after{position: absolute; content: '';width: 100%; height: 100%; background: url(../img/layout/ft-inq-roll.png) center no-repeat; left: 0; top: 0; transition:.3s;}
#footer .ft-inquiry .link-box > a:hover{
	img{scale:1.1; filter: brightness(90);}
	&:before{scale:1.1; }
	&:after{scale:1.1; filter: brightness(90); animation: btnRoll 10s linear infinite}
}
@keyframes btnRoll {0% {rotate:0} 100% {rotate:360deg}}
#footer .ft-cnt{display: flex; flex-wrap:wrap; justify-content: space-between;width: 100%; padding-top: 60px; padding-bottom: 70px; }
#footer .ft-cnt .ft-left ul{display: flex; gap:16px}
#footer .ft-cnt .ft-left ul > li > a{display: flex;
padding: 6px 20px;
justify-content: center;
align-items: center;
gap: 10px; border-radius: 6px;
border: 1px solid var(--Basic-White, #FFF); color: var(--Basic-White, #FFF);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */ opacity: 0.6;}
#footer .ft-cnt .ft-left ul > li:hover > a{background: rgba(255,255,255,0.2); opacity: 1;}

#footer .ft-cnt .ft-left ol {margin-top: 41px;}
#footer .ft-cnt .ft-left ol > li{color: #fff; opacity: 0.7;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */}
#footer .ft-cnt .ft-left ol > li span:not(:last-child):after{display: inline-block; content: 'ㅣ';  opacity: 0;}
#footer .ft-cnt .ft-left ol > li a{display: inline-block;}
#footer .ft-cnt .ft-left ol > li.copy{margin-top: 22px; font-size: 16px; line-height: 160%;}
#footer .ft-cnt .ft-right ul{display: flex; justify-content: flex-end; gap:20px; padding-top: 7px; padding-right: 18px;}
#footer .ft-cnt .ft-right ul > li > a{transition:.3s; width: 40px;}
#footer .ft-cnt .ft-right ul > li:hover > a{translate:0 -10px;}
#footer .ft-cnt .ft-right ol{display: flex; align-items: center; gap:16px; margin-top: 108px;}
#footer .ft-cnt .ft-right ol > li > a {line-height: 0;}


.fp-watermark{display: none !important; }
#fp-nav.fp-left{left: 46px;}

#fp-nav ul li a span, .fp-slidesNav ul li a span{left: 0; top: 0;}

.fp-viewing-Event, .fp-viewing-Program, .fp-viewing-Notice {
	#fp-nav ul li a span:not(.fp-sr-only), 
	.fp-slidesNav ul li a span:not(.fp-sr-only){background: #ccc;}
}

#fp-nav ul{display: flex; flex-direction: column; gap:20px;}
#fp-nav ul li, 
.fp-slidesNav ul li{margin: 0 !Important; width: auto !Important; height: auto !Important; position: relative; }
#fp-nav ul li:last-child, 
.fp-slidesNav ul li:last-child{display: none;}
#fp-nav ul li a, 
.fp-slidesNav ul li a{ line-height: 0; transition:.3s; width: 6px; height: 6px; position: relative;}  
#fp-nav ul li a span:not(.fp-sr-only), 
.fp-slidesNav ul li a span:not(.fp-sr-only){width: 6px !important; height: 6px !important; background: #fff; margin: 0 !important; border-radius: 0px !Important;}
#fp-nav ul li a span.fp-sr-only,
.fp-slidesNav ul li a span.fp-sr-only{border-radius: 0 !Important;position: absolute; left:-12px; top: 0;display: block; rotate:90deg; font-size: 16px; line-height: 160%; letter-spacing: 0.2em; color: #0A338D; font-weight: 400; background: none !important; clip:auto !important; z-index: 10; transition:.3s;  opacity: 0;}


#fp-nav ul li a.active,
.fp-slidesNav ul li a.active{}

#fp-nav ul li:nth-child(1) a.active,
.fp-slidesNav ul li:nth-child(1) a.active{height: 21px;}
#fp-nav ul li:nth-child(1) a.active span.fp-sr-only,
.fp-slidesNav ul li:nth-child(1) a.active span.fp-sr-only{width: 50px; height: 20px; opacity: 1;}

#fp-nav ul li:nth-child(2) a.active,
.fp-slidesNav ul li:nth-child(2) a.active{height: 18px; margin-top: 24px;}
#fp-nav ul li:nth-child(2) a.active span.fp-sr-only,
.fp-slidesNav ul li:nth-child(2) a.active span.fp-sr-only{width: 56px; height: 20px; opacity: 1; left: -17px; letter-spacing: 0;}

#fp-nav ul li:nth-child(3) a.active,
.fp-slidesNav ul li:nth-child(3) a.active{height: 23px; margin-top: 37px;}
#fp-nav ul li:nth-child(3) a.active span.fp-sr-only,
.fp-slidesNav ul li:nth-child(3) a.active span.fp-sr-only{width: 83px; height: 20px; opacity: 1; left: -31px; letter-spacing: 0;}

#fp-nav ul li:nth-child(4) a.active,
.fp-slidesNav ul li:nth-child(4) a.active{height: 53px; margin-top: 40px;}
#fp-nav ul li:nth-child(4) a.active span.fp-sr-only,
.fp-slidesNav ul li:nth-child(4) a.active span.fp-sr-only{width: 93px;height: 24px;opacity: 1;left: -38px; }

#fp-nav ul li:nth-child(5) a.active,
.fp-slidesNav ul li:nth-child(5) a.active{height: 53px; margin-top: 40px;}
#fp-nav ul li:nth-child(5) a.active span.fp-sr-only,
.fp-slidesNav ul li:nth-child(5) a.active span.fp-sr-only{width: 93px;height: 24px;opacity: 1;left: -38px; }


#fp-nav ul li a.active span:not(.fp-sr-only),
.fp-slidesNav ul li a.active span:not(.fp-sr-only){opacity: 0;}

#fp-nav ul li a.active span.fp-sr-only,
.fp-slidesNav ul li a.active span.fp-sr-only{opacity: 1; }




/* siteMap : S */
.sitemap {position:fixed; max-width:100vw; max-height:100vh; width:0; height:0; z-index:1111;  display:block; top:0; right:0; overflow:hidden; letter-spacing:0;}
html.sitemap-opened .sitemap {width:100%; height:100%; visibility:visible;}
.sitemap:before {content:''; position:fixed; z-index:-1; top:0; left:0; width:100vw; height:100vh; background:url('../img/layout/sitemap-black.jpg') center center no-repeat; background-size:cover; transition:all 0.6s ease 0.2s; display:none;}
html.sitemap-opened .sitemap:before {display:block;}

.site-wrap {max-width:1469px; width:100%; padding:0 20px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; width:100%; height:80px; display:flex; align-items:center; z-index:11; padding:0 20px;}
.site-wrap .head > img{width: 120px;}
.site-wrap .head ul {margin-left:50px; margin-top:10px; display:flex;}
.site-wrap .head ul li {padding-right:15px; margin-right:15px; position:relative;}
.site-wrap .head ul li:after {content:''; width:1px; height:12px; background:#fff; position:absolute; top:50%; margin-top:-6px; right:0;}
.site-wrap .head ul li:last-child:after {display:none;}
.site-wrap .head ul li a {font-size:14px; color:#888; letter-spacing:0; line-height:1.6em; transition:all 0.6s; font-weight:700; font-family:'Montserrat';}
.site-wrap .head ul li.active a {color:#fff;}

.sitemap .sitemap-close {position:absolute; top:50%; margin-top:-18px; right:15px; width:36px; height:36px; z-index:12; transition:all 0.6s;}
.sitemap .sitemap-close:hover {opacity:0.6;}
.sitemap .sitemap-close:before,
.sitemap .sitemap-close:after {content:''; width:36px; height:2px; background:#fff; position:absolute; left:0; transition:all 0.6s;}
.sitemap .sitemap-close:before {top:10px;}
.sitemap .sitemap-close:after {bottom:10px;}
html.sitemap-opened .sitemap .sitemap-close:before {transform:rotate(45deg); top:50%; margin-top:-1px;}
html.sitemap-opened .sitemap .sitemap-close:after {transform:rotate(-45deg); bottom:50%; margin-bottom:-1px;}

.site-wrap .wrap {padding:160px 0 60px;  height:100vh;display:flex; position:relative;}
.site-wrap .wrap:after {content:''; width:1px; height:100vh; background:rgba(255,255,255,0.2); position:absolute; top:0; left:700px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:700px; display:flex; flex-direction:column; justify-content:space-between; padding-right:60px;}
.site-wrap .info .box {margin-bottom:50px; position:relative; left:100px; opacity:0; transition:all 0.6s;}
html.sitemap-opened .site-wrap .info .box {transition-delay:0.1s; left:0; opacity:1;}
html.sitemap-opened .site-wrap .info .box:nth-child(2) {transition-delay:0.2s;}

.site-wrap .info .box:last-child {margin-bottom:0;}
.site-wrap .info .box h4 {font-size:18px; font-weight:700; color:#fff; line-height:1.6em; font-family:'Montserrat'; margin-bottom:16px;}
.site-wrap .info .box dl {display:flex; font-size:18px; line-height:1.6em; margin-bottom:8px;}
.site-wrap .info .box dt {width:50px; font-weight:500; color:#bbb;}
.site-wrap .info .box dd {width:1%; flex:1 1 auto; color:#888;}
.site-wrap .info .box dd a.mail {text-decoration:underline;}
.site-wrap .btn-wrap .more {display:inline-block; width:230px; line-height:62px; border:1px solid #fff; color:#fff; font-size:18px; padding:0 30px; position:relative; margin-bottom:50px;}
.site-wrap .btn-wrap .more:after {content:''; width:12px; height:12px; background:url('../img/layout/sitemap-btn-w.png') no-repeat; position:absolute; top:50%; margin-top:-6px; right:30px;}
.site-wrap .btn-wrap .more:hover:after {animation: btn-move 1s both .1s;}
@keyframes btn-move {
    0% {right:30px;}
    25% {right:20px;}
    50% {right:30px;}
    75% {right:25px;}
    100 {right:30px;}
}
.site-wrap .btn-wrap ul {display:flex;}
.site-wrap .btn-wrap ul li {margin-right:12px;}
.site-wrap .btn-wrap ul li a {display:block; transition:all 0.3s;}
.site-wrap .btn-wrap ul li a:hover {opacity:0.6;}
.site-wrap .wrap .nav-menu {width:1%; flex:1 1 auto; padding-left:100px;}
.nav-menu > ul > li {margin-bottom:20px;}
.nav-menu > ul > li > span {display:block; position:relative; transition:all 0.6s; overflow:hidden;}
.nav-menu > ul > li > span a {display:inline-block; font-size:44px; line-height:1.2em; transition:all 0.6s ease 0s; position:relative; transform:translateY(110%); font-weight:500; padding:0 5px; color:#fff;}
html.sitemap-opened .nav-menu > ul > li > span a {transform:translateY(0); transition-delay:0.5s; transition-property:transform;}
.nav-menu > ul > li > span a:after {content:''; background:#fff; width:0; height:20px; position:absolute; bottom:5px; left:0; z-index:-1; opacity:0.2; transition:all 0.6s;}
.nav-menu > ul > li.active > span a:after {width:100%;}
.nav-menu > ul > li > span a:hover:after {width:100%;}

.nav-menu .submenu {display:none;}
.nav-menu .submenu ul {display:flex; flex-wrap:wrap; padding-top:20px; padding-left:15px; }

.nav-menu .submenu ul.flex-map-row{flex-direction: column;}
.nav-menu .submenu ul li {padding-right:20px !important;; margin-bottom:20px !important; }
.nav-menu .submenu ul li a {display:inline-block; font-size:24px; line-height:1.5em; position:relative; color:#888;}
.nav-menu .submenu ul li a br{display: none;}
.nav-menu .submenu ul li a:hover {color:#fff; font-weight:700;}
.nav-menu .submenu ul li .dep3 li{margin-bottom: 0;}
.nav-menu .submenu ul li .dep3 li a{font-size: 18px;}
/* sitemap-white */
.sitemap-white:before {background:url('../img/layout/sitemap-white.jpg') center center no-repeat; background-size: cover;}
.sitemap-white .sitemap-close:before,
.sitemap-white .sitemap-close:after {background:#000;}
.sitemap-white {color:#000;}
.sitemap-white .head ul li:after {background:#ddd;}
.sitemap-white .head ul li a {font-size:14px; color:#666;}
.sitemap-white .head ul li.active a {color:#000;}
.sitemap-white .wrap:after {background:#ddd;}
.sitemap-white .info .box h4 {color:#000;}
.sitemap-white .info .box dt {color:#000;}
.sitemap-white .info .box dd {color:#666;}
.sitemap-white .btn-wrap .more {border:1px solid #000; color:#fff; background:#000;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#000; opacity:0.1;}
.sitemap-white .nav-menu .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu ul li a:hover {color:#000;}

.sitemap-white .btn-wrap ul li a img {filter:invert(1);}

.sm-bt {position:absolute; bottom:60px; right:60px; background:#fff; width:30px; height:30px; border-radius:50%; cursor:pointer; transition:all 0.6s; z-index:111;}
.sitemap-white .sm-bt {background:#000;}



/* siteMap : E */
/* siteMap : responsive */
@media (max-width:1400px){
	.site-wrap .wrap:after {left:500px;}
	.site-wrap .wrap .info-wrap {max-width:500px; padding-right:40px;}
	.site-wrap .info .box dl {font-size:16px;}	
	.site-wrap .wrap .nav-menu {padding-left:60px;}
	.nav-menu > ul > li > span a {font-size:40px;}
	.nav-menu .submenu ul {padding-top:20px; padding-left:0;}
	.nav-menu .submenu ul li {padding-right:20px !important;}
	.nav-menu .submenu ul li a {font-size:20px;}
}
@media (max-width:1024px){
	.site-wrap .wrap:after {display:none;}
	.site-wrap .head {position:relative; left:0; height:80px;	padding: 0px 7px;}
	.sitemap .sitemap-close {right:0;}
	
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 100px); flex-direction:column-reverse;}
	.site-wrap .wrap .nav-menu {width:100%; padding-left:0;}
	
	.nav-menu > ul > li {margin-bottom:20px;}
	.nav-menu > ul > li > span a {font-size:24px; padding:0 5px;}
	.nav-menu .submenu ul {padding-top:10px;}
	.nav-menu .submenu ul li {padding-right:15px !important;; margin-bottom:10px !important;;}
	.nav-menu .submenu ul li a {font-size:16px;}
	
	.site-wrap .wrap .info-wrap {max-width:none;}
	.site-wrap .info .box {margin-bottom:20px;}
	.site-wrap .info .box h4 {font-size:16px; margin-bottom:10px;}
	.site-wrap .info .box:last-child {margin-bottom:20px;}
	.site-wrap .btn-wrap .more {width:200px; line-height:50px; font-size:16px; padding:0 20px; margin-bottom:20px;}
	.site-wrap .btn-wrap .more:after {right:20px;}
}
@media (max-width:640px){
	.site-wrap .head {height:100px;}
	.site-wrap .wrap {padding:30px 0; height:calc(100vh -100px);}
	.nav-menu > ul > li > span a {font-size:20px;}
	.nav-menu > ul > li > span a:after {height:10px; bottom:0;}
	.nav-menu .submenu ul li {padding-right:15px !important;; margin-bottom:8px !important;;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	.nav-menu .submenu ul li .dep3 li a{font-size: 14px; line-height: 120%;}
}




/* 캘린더 */
.calendar {padding-bottom: 150px;}
.calendar .calendar-wrap .calendar-title {display: flex; margin-bottom: 40px; align-items: center; justify-content: center;}
.calendar .calendar-wrap .calendar-title a {display:flex; justify-content:center; align-items:center; width: 30px; height: 30px; border: 1px solid #ddd; border-radius: 50%; text-align: center;}
.calendar .calendar-wrap .calendar-title h4 {font-size: 40px; color: #111; padding: 0 15px;}
.calendar .calendar-wrap .calendar-title h4 span {display: inline-block; font-size: 40px; color: #111;}
.calendar .calendar-wrap table {border-spacing:3px; border-collapse:separate; width: 100%; table-layout: fixed;}
.calendar .calendar-wrap tr th {border-radius:5px; background: #f5f5f5; font-size: 20px; color: #333; line-height: 50px;}
.calendar .calendar-wrap tr td {height: 150px; border: 1px solid #ddd; border-radius:5px; vertical-align: top; font-size: 18px; color: #666; padding: 15px;}
.calendar .calendar-wrap tr td p {text-align: right; padding: 0 5px;}
.calendar .calendar-wrap tr td .date-sat {color: #0100ff;}
.calendar .calendar-wrap tr td .date-sun {color: #ff0000;}
.calendar .calendar-wrap tr td ul {padding-top: 10px;}
.calendar .calendar-wrap tr td ul li a{position: relative; display: block; padding-left: 10px; text-align: left; font-size: 15px; line-height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.calendar .calendar-wrap tr td ul li a:before {position: absolute; content:'-'; width: 10px; height: 1px; left: 0; top: 0;}
.calendar .calendar-wrap tr .sun{color: #FE0000;}
.calendar .calendar-wrap tr .sat {color: #0500FD;}  
@media(max-width: 1024px) {
	.calendar .calendar-wrap tr td {height: 120px; padding: 5px;}
}
@media(max-width: 640px) {
	.calendar {padding-bottom: 80px;}
	.calendar .calendar-wrap tr th {font-size: 18px;}
	.calendar .calendar-wrap tr td {font-size: 16px; height: 80px;}
	.calendar .calendar-wrap .calendar-title h4 span {font-size: 30px;}
	.calendar .calendar-wrap tr td ul li a {font-size: 12px;}

}

@media(max-width: 480px) {
    .site-wrap .head{height: clamp(60px, 16vw, 80px);}
		.site-wrap .head > img {width: clamp(60px, 35.62vw, 171px); padding: 0;}
		
		
}
