<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*******section = visual *******/
.visual {background:url(/hadanlib/images/main/visual.jpg) no-repeat 50% top; background-size:cover; max-width:1800px; border-radius:20px; margin:0 auto; padding:100px 0 100px 0;   font-family: 'GmarketSans'; }

.visual .mcopy {margin-bottom:50px;}
.visual .mcopy .tit {font-size:42px; font-family: 'GmarketSans'; font-weight:700; line-height:1.4em; word-break:keep-all; color:#000;}
.visual .mcopy .tit strong {color:#454dea;}
.visual .mcopy .copy {font-size:18px; color:#666; line-height:1.4em; margin-top:20px; word-break:keep-all;}
.visual .mcopy .copy br {opacity:0;}

.visual .msearch {background:#fff; border:3px solid #4b40b5; border-radius:40px; padding:20px 40px 20px 200px; position:relative; font-size:20px; display:flex;}
.visual .msearch:before {content:''; display:block; width:141px; height:109px; position:absolute; bottom:0; left:50px; background:url(/hadanlib/images/main/searimg.png) no-repeat 50% 50%;}
.visual .msearch label {display:flex; position:relative; align-items:center; margin-right:30px;}
.visual .msearch label:before {content:''; display:inline-block; width:43px; height:38px; background-image:url(/hadanlib/images/main/mainicon.png); background-repeat:no-repeat; background-position:-43px 0; transform: translateY(-2px);}
.visual .msearch label input[type="radio"] {width:0; height:0; position:absolute; opacity:0;}
.visual .msearch label:has(input:checked):before {background-position:0 0;}
.visual .msearch label:nth-of-type(2):after {content:''; display:inline-block; width:1px; height:25px; background:#dedede; margin-left:40px; transform: translateY(-2px);}
.visual .msearch input[type="text"] { padding:5px 10px 3px 10px;  width:calc(100% - 250px); border:0!important; }
.visual .msearch input[type="text"]::placeholder {font-weight:600;}

.visual .msearch button.searbtn {width:92px; height:92px; position:absolute; top:-40px; right: 30px;  border-radius:30px 30px 10px 30px; text-indent:-9999px; overflow:hidden; background: linear-gradient(-45deg,  #4f529b 0%, #7d7fde 100%); box-shadow:5px 5px 10px rgba(0,0,0,0.2);}
.visual .msearch button.searbtn:after {content:''; display:block; background:url(/hadanlib/images/main/mainicon.png) no-repeat -100px 0; position:absolute; top:0; left:0; width:92px; height:92px;}
.visual .msearch button.searbtn:hover {background:#4b40b5;}

/*
.msfav {position:absolute; bottom:0; right:150px; display:flex; align-items:flex-end;}
.msfav .favWrap {background:#f2f2f2; border-radius:20px; width:230px; overflow:hidden; display:flex; justify-content:space-between; font-size:16px; padding:10px 20px; align-items:center; height:30px;  margin-bottom:30px;}
.msfav .favWrap .favSwiper {overflow:hidden; line-height:1.2em; }
.msfav .favWrap .swiper-slide {  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis; padding-top:2px; font-family: 'Pretendard'; color:#444;}
.msfav .favWrap .controll {display:flex;}
.msfav .favWrap .controll button {width:20px; height:20px; overflow:hidden; text-indent:-9999px;}
.msfav .favWrap .controll button.swiper-prev-fav {background:url(/hadanlib/images/main/mainicon.png) no-repeat 0px -60px;}
.msfav .favWrap .controll button.swiper-next-fav {background:url(/hadanlib/images/main/mainicon.png) no-repeat 0px -60px; transform:rotateY(180deg);}
.msfav .favWrap .controll button.swiper-play {background:url(/hadanlib/images/main/mainicon.png) no-repeat -20px -60px;}
.msfav .favWrap .controll button.swiper-stop {background:url(/hadanlib/images/main/mainicon.png) no-repeat -40px -60px;}
*/
.visulbanner {margin-top:50px;}
.visulbanner ul {display:flex; flex-wrap:wrap; justify-content:space-between;}
.visulbanner ul li {width:10.5%; }
.visulbanner ul li a {display:block; background:#fff; overflow:hidden; width:100%; height:100%; border-radius:20px; text-align:center; box-shadow:5px 5px 10px rgba(0,0,0,0.2); padding:20px 0;}
.visulbanner ul li a span {line-height:1.2em; display:block; font-size:16px; margin-top:5px;}
.visulbanner ul li:hover a {background: linear-gradient(-45deg,  #4b40b5 0%, #bc37a3 100%); color:#fff; transform: translateY(-20px); border-radius:40px;}

@media(max-width:1280px){
	.msfav {display:none;}
}
@media(max-width:1024px){
	.visual {padding:60px 0 20px 0;}
	.visual .msearch {flex-wrap:wrap; padding:20px 20px 20px 200px;}
	
	.visual .msearch button.searbtn {transform:scale(0.7); top:-30px; right:10px;}
	.visulbanner {margin-top:20px;}
	.visulbanner ul li {width:22%; margin-bottom:20px; }
	.visulbanner ul li:hover a { transform:none; border-radius:40px;}
}
@media(max-width:768px){
	.visual .msearch {padding:20px 20px;}
	.visual .msearch:before {display:none;}
	.visual .msearch label {position:absolute; top:0; transform:scale(0.7);}
	.visual .msearch label:nth-of-type(1) {top:-40px; left:10px;}
	.visual .msearch label:nth-of-type(2) {top:-40px; left:120px;}
	.visual .msearch label:nth-of-type(2):after {display:none;}
	.visual .msearch input[type="text"] {font-size:17px; width:calc(100% - 80px);}	
	.visual .mcopy {text-align:center;}
	.visual .mcopy .tit {font-size:30px;}
	.visual .mcopy .copy {font-size:16px;}
	.visual .mcopy .copy br {display:none;}
}

@media(max-width:480px){
	.visulbanner ul li {width:49%; margin-bottom:5px;}
	.visulbanner ul li a {display:flex;align-items:center; padding:10px 0; justify-content:center; border-radius:10px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);}
	.visulbanner ul li a img {width:40px;}
	.visulbanner ul li a span {text-align:left; width:calc(100% - 70px); font-size:14px; margin-left:5px;}
	.visulbanner ul li:hover a {border-radius:10px;}
}
/*******section = visual *******/


/*******section = news *******/
.news {position:relative; max-width:1800px; margin:0 auto; padding:80px 0 60px 0; margin-top:70px; overflow:hidden;}
.news:before {content:''; display:block; width:85%; height:100%; background:url(/hadanlib/images/main/news.jpg) no-repeat 0 0; background-size:cover; position:absolute; top:0; right:0; border-radius:30px 30px 30px 200px; z-index:0;}
.news &gt; * {position:relative; z-index:1;}
.news &gt; .inner {display:flex; flex-wrap:wrap; justify-content:space-between; flex-wrap:wrap;}

.news .notice {width:calc(100% - 490px);  position:relative; }
.news .notice:before {content:''; display:block; width:129px; height:147px; background:url(/hadanlib/images/main/mainicon.png) no-repeat -280px 0px; position:absolute; top:20px; left:calc(50% - 60px);}
.news .notice h3 {font-family: 'GmarketSans'; font-size:20px; color:#666; line-height:1.4em; position:relative; display:inline-block;}
.news .notice h3 span {display:inline-block; position:relative;}
.news .notice h3 span em {position:relative; z-index:1;}
.news .notice h3 span:before {content:''; width:75px; height:53px; background:url(/hadanlib/images/main/mainicon.png) no-repeat -200px 0px; position:absolute; top:-40px; right:-50px; z-index:0;}
.news .notice h3 strong {font-size:42px; color:#333; display:block; line-height:1.4em; }
.news .notice h3 strong em {color:#e5366c; position:relative; z-index:1;}
.news .notice .controll {position:absolute; top:25px; right:0; display:flex; align-items:center;}
.news .notice .controll .swiper-pagination-fraction {width:auto; margin-top:-2px;}
.news .notice .controll .swiper-pagination1 {font-family: 'GmarketSans'; font-size:11px; color:#999; }
.news .notice .controll .swiper-pagination1:after {content:''; width:100px; height:1px; background:#f2f2f2; display:inline-block; transform: translateY(-3px); margin:0 10px;}
.news .notice .controll .swiper-pagination1 span {font-size:18px;  transform: translateY(2px); display:inline-block; margin:0 2px;}
.news .notice .controll .swiper-pagination1 .swiper-pagination-current {font-weight:700; color:#fa4d82;}
.news .notice .controll .controllcon {display:flex; align-items:center;}
.news .notice .controll button {width:20px; height:20px; overflow:hidden; text-indent:-9999px;}
.news .notice .controll button.swiper-prev-notice {background:url(/hadanlib/images/main/mainicon.png) no-repeat 0px -60px;}
.news .notice .controll button.swiper-next-notice {background:url(/hadanlib/images/main/mainicon.png) no-repeat 0px -60px; transform:rotateY(180deg);}
.news .notice .controll button.swiper-play {background:url(/hadanlib/images/main/mainicon.png) no-repeat -20px -60px;}
.news .notice .controll button.swiper-stop {background:url(/hadanlib/images/main/mainicon.png) no-repeat -40px -60px;}
.news .notice .controll a.more {width:54px; height:54px; background: linear-gradient(-45deg, #ffb3ca 0%, #e5366c 50%); border-radius:50%; overflow:hidden; display:inline-block; position:relative; text-indent:-9999px; margin-left:10px;}
.news .notice .controll a.more:after {content:''; display:block; width:18px; height:18px; text-indent:0; position:absolute; top:calc(50% - 9px); left:calc(50% - 9px); background:url(/hadanlib/images/main/mainicon.png) no-repeat -80px -80px;}
.news .notice .noticeSwiper {overflow:hidden; padding:35px 15px 15px 15px; margin-left:-15px; width:calc(100% + 30px); position:relative;}
.news .notice .swiper-slide {background:#fff; border-radius:20px 40px 40px 40px;  box-shadow:5px 5px 10px rgba(0,0,0,0.2); font-family: 'GmarketSans'; transition:all .2s;}
.news .notice .swiper-slide &gt; a {padding:50px; display:block;}
.news .notice .swiper-slide .nodate {font-size:15px; margin-bottom:10px;}
.news .notice .swiper-slide .nodate em {font-size:15px;line-height:1.2em; color:#666;}
.news .notice .swiper-slide .nodate strong {font-size:28px; font-weight:700; display:block;line-height:1.2em;}
.news .notice .swiper-slide .notit {overflow: hidden; text-overflow: ellipsis; height:48px; line-height:1.2em; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:20px; padding-top:3px; }
.news .notice .swiper-slide .nocon {overflow: hidden; text-overflow: ellipsis; height:77px; line-height:1.4em; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size:17px!important; padding-top:3px; font-family: 'Pretendard'; color:#666; border-top:1px dashed #dedede; padding-top:10px;}
.news .notice .swiper-slide:hover{transform:translateY(-30px); outline:3px solid #e02f66;}
.news .notice .swiper-slide:hover .nodate,
.news .notice .swiper-slide:hover .nodate em {color:#e02f66;}
.news .notice .swiper-slide:hover .notit {text-decoration:underline;}

.news .popupzone {position:relative; margin-top:10px;}
.news .popupzone:before {content:''; width:100%; height:405px; border-radius:40px;  position:absolute; z-index:0; top:20px; left:20px; background:url(/hadanlib/images/main/popline.png) repeat 0 0;}
.news .popupzone .popupzoneSlide {border-radius:40px;  width:405px; height:405px;  position:relative; z-index:1; overflow:hidden;}
.news .popupzone .popupzoneSlide .swiper-wrapper {height:calc(100% - 70px);}
.news .popupzone .popupzoneSlide .swiper-wrapper .swiper-slide { background:#fff; display:flex; align-items:center; justify-content:center;}
.news .popupzone .popupzoneSlide .swiper-wrapper img{width:100%; height:100%;}
.news .popupzone .popupzoneSlide .controll {height:70px; background:#494454; color:#fff; display:flex; padding:0 30px; justify-content:space-between; align-items:center; font-family: 'GmarketSans'; }
.news .popupzone .popupzoneSlide .controll h3 {font-size:20px;}
.news .popupzone .popupzoneSlide .controllcon {display:flex; transform: translateY(-2px); }
.news .popupzone .popupzoneSlide .controllcon .swiper-pagination-fraction {width:auto; margin-top:-2px;}
.news .popupzone .popupzoneSlide .controllcon .popupzone-count {font-size:11px; color:#fff; line-height:20px; margin-right:10px; }
.news .popupzone .popupzoneSlide .controllcon .popupzone-count span {font-size:18px;  transform: translateY(2px); display:inline-block; margin:0 2px;}
.news .popupzone .popupzoneSlide .controllcon .popupzone-count .swiper-pagination-current {font-weight:700; color:#fffaa5;}

.news .popupzone .popupzoneSlide .controllcon button {width:20px; height:20px; overflow:hidden; text-indent:-9999px;}
.news .popupzone .popupzoneSlide .controllcon button.swiper-prev-pupup {background:url(/hadanlib/images/main/mainicon.png) no-repeat 0px -120px;}
.news .popupzone .popupzoneSlide .controllcon button.swiper-next-pupup {background:url(/hadanlib/images/main/mainicon.png) no-repeat 0px -120px; transform:rotateY(180deg);}
.news .popupzone .popupzoneSlide .controllcon button.swiper-play {background:url(/hadanlib/images/main/mainicon.png) no-repeat -20px -120px;}
.news .popupzone .popupzoneSlide .controllcon button.swiper-stop {background:url(/hadanlib/images/main/mainicon.png) no-repeat -40px -120px;}
.news .popupzone .popupzoneSlide .controllcon a.more {width:20px; height:20px; overflow:hidden; display:inline-block; position:relative; text-indent:-9999px; margin-left:10px; background:url(/hadanlib/images/main/mainicon.png) no-repeat -60px -120px;}

@media(max-width:1280px) and (min-width:1025px){
	.news .notice .controll .swiper-pagination1 {display:none;}	
}
@media(max-width:1024px) {
	.news {padding:60px 0 30px 0; margin-top:30px;}
	.news &gt; .inner {align-items:flex-end;}
	.news .notice {width:48%;}
	.news .notice:before {display:none;}	
	.news .notice .swiper-slide &gt; a {padding:30px;}
	.news .popupzone {width:48%; margin-top:0; transform:translateY(-10px);}
	.news .popupzone .popupzoneSlide {width:100%; height:auto;}
	.news .notice .controll {position:relative; top:0; right:auto; justify-content:space-between;}
	.news .popupzone:before {display:none;}
}
@media(max-width:1024px) and (min-width:769px){
	.news .notice h3 {font-size:18px;}
	.news .notice h3 strong {font-size:34px;}
}
@media(max-width:768px){
	.news .notice {width:100%;}
	.news .notice .noticeSwiper {padding:15px 15px 15px 15px;}
	.news .notice .swiper-slide:hover{transform:translateY(0px);}
	.news .popupzone {width:100%; transform:translateY(0px);}
	.news .popupzone .popupzoneSlide {width:100%; height:auto;}	
}

@media(max-width:480px){
	.news .notice h3 {font-size:18px;}
	.news .notice h3 strong {font-size:32px;}	
}
/*******section = news *******/


/*******section = mlecture *******/
.mlecture {position:relative; max-width:1800px; margin:0 auto; padding:80px 0 60px 0; margin-top:70px; overflow:hidden;}
.mlecture:before {content:''; display:block; width:85%; height:100%; background:url(/hadanlib/images/main/mlecture.jpg) no-repeat 0 0; background-size:cover; position:absolute; top:0; left:0; border-radius:30px 30px 200px 30px; z-index:0;}
.mlecture &gt; * {position:relative; z-index:1;}
.mlecture &gt; .inner:before {content:''; display:block; width:139px; height:165px; background:url(/hadanlib/images/main/mainicon.png) no-repeat 100% 0; position:absolute; bottom:0; right:-70px;  z-index:2;}
.mlecture h3 {font-family: 'GmarketSans'; font-size:20px; color:#666; line-height:1.4em; position:relative; display:inline-block;}
.mlecture h3 span {display:inline-block; position:relative;}
.mlecture h3 span em {position:relative; z-index:1;}
.mlecture h3 span:before {content:''; width:75px; height:71px; background:url(/hadanlib/images/main/mainicon.png) no-repeat -200px -80px; position:absolute; top:-40px; right:-70px; z-index:0;}
.mlecture h3 strong {font-size:42px; color:#333; display:block; line-height:1.4em; }
.mlecture h3 strong em {color:#157064; position:relative; z-index:1;}

.mlecture .controll {position:absolute; top:25px; right:0; display:flex; align-items:center;}
.mlecture .controll .swiper-pagination-fraction {width:auto; margin-top:-2px;}
.mlecture .controll .lecture-count {font-family: 'GmarketSans'; font-size:11px; color:#999; }
.mlecture .controll .lecture-count:after {content:''; width:100px; height:1px; background:#f2f2f2; display:inline-block; transform: translateY(-3px); margin:0 10px;}
.mlecture .controll .lecture-count span {font-size:18px;  transform: translateY(2px); display:inline-block; margin:0 2px;}
.mlecture .controll .lecture-count .swiper-pagination-current {font-weight:700; color:#157064;}
.mlecture .controll .controllcon {display:flex; align-items:center;}
.mlecture .controll button {width:54px; height:54px; overflow:hidden; text-indent:-9999px; background:#fff; border-radius:50%; border:1px solid #ddd;}
.mlecture .controll button.swiper-play {background:#fff url(/hadanlib/images/main/mainicon.png) no-repeat -61px -182px;}
.mlecture .controll button.swiper-stop {background:#fff url(/hadanlib/images/main/mainicon.png) no-repeat -1px -182px;}
.mlecture button.swiper-prev-lecture {width:54px; height:54px; overflow:hidden; text-indent:-9999px; background:#fff; border-radius:50%; background:#fff url(/hadanlib/images/main/mainicon.png) no-repeat -61px -262px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); position:absolute; top:50%; left:-27px; z-index:2;}
.mlecture button.swiper-next-lecture {width:54px; height:54px; overflow:hidden; text-indent:-9999px; background:#fff; border-radius:50%; background:#fff url(/hadanlib/images/main/mainicon.png) no-repeat -1px -262px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); position:absolute; top:50%; right:-27px; z-index:2;}

.mlecture .controll a.more {width:54px; height:54px; background: linear-gradient(-45deg, #9eede3 0%, #157064 50%); border-radius:50%; overflow:hidden; display:inline-block; position:relative; text-indent:-9999px; margin-left:10px;}
.mlecture .controll a.more:after {content:''; display:block; width:18px; height:18px; text-indent:0; position:absolute; top:calc(50% - 9px); left:calc(50% - 9px); background:url(/hadanlib/images/main/mainicon.png) no-repeat -80px -80px;}

.mlecture .lectureSwiper {overflow:hidden; padding:35px 15px 15px 15px; margin-left:-15px; width:calc(100% + 30px); position:relative; }
.mlecture .lectureSwiper .swiper-slide &gt; a {background:#fff; display:block; border-radius:20px 40px 40px 40px; padding:50px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); font-family: 'GmarketSans'; position:relative; overflow:hidden;}
.mlecture .lectureSwiper .swiper-slide:hover a{transform:translateY(-30px); outline:3px solid #157064;}
.mlecture .lectureSwiper .swiper-slide &gt; a span.tp {background:#f2f2f2; padding:5px 15px 1px 15px; border-radius:20px; font-size:14px; color:#999;}
.mlecture .lectureSwiper .swiper-slide &gt; a span.tp.doing {color:#e01414; background:#f7e6e6;}
.mlecture .lectureSwiper .swiper-slide &gt; a p.tit {display:block; font-weight:400; overflow: hidden; text-overflow: ellipsis; height:60px; line-height:1.3em; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:20px; padding:5px 0; margin-top:10px; }
.mlecture .lectureSwiper .swiper-slide ul {border-top:1px dashed #dedede;padding:20px 0; font-family: 'Pretendard'; font-size:17px; margin-bottom:20px; font-weight:400;}
.mlecture .lectureSwiper .swiper-slide ul li { padding:5px 0; display:flex; flex-wrap:wrap; }
.mlecture .lectureSwiper .swiper-slide ul li strong {width:60px; position:relative; color:#999; font-weight:400;}
.mlecture .lectureSwiper .swiper-slide ul li strong:before {content:''; display:inline-block; width:8px; height:8px; border-radius:50%; background:#c3c3c3; margin-right:5px; transform:translateY(-2px);}
.mlecture .lectureSwiper .swiper-slide ul li span {width:calc(100% - 60px);}
.mlecture .lectureSwiper .swiper-slide &gt; a p.state {background:#e7e7e7; color:#666; position:absolute; bottom:0; left:0; width:100%; text-align:center; padding:15px 0 10px; font-size:18px;}
.mlecture .lectureSwiper .swiper-slide &gt; a p.state.more {background:#157064; color:#fff;}

@media(max-width:1460px){
	.mlecture &gt; .inner:before {display:none;}
	.mlecture button.swiper-prev-lecture {left:0px; top:90%;}
	.mlecture button.swiper-next-lecture {right:0px; top:90%;}
}
@media(max-width:1280px){
	.mlecture .lectureSwiper .swiper-slide &gt; a {padding:30px;}
}
@media(max-width:1024px){
	.mlecture {padding:60px 0 30px 0; margin-top:30px;}
}
@media(max-width:768px){
	.mlecture .controll {position:relative; top:0; right:auto; justify-content:space-between;}
}
@media(max-width:480px){
	.mlecture h3 {font-size:18px;}
	.mlecture h3 strong {font-size:32px;}	
}

/*******section = mlecture *******/

/*******section = mguide *******/
.mguide {position:relative; max-width:1800px; margin:0 auto; padding:60px 0 60px 0; margin-top:70px; overflow:hidden;}
.mguide:before {content:''; display:block; width:85%; height:100%; background:url(/hadanlib/images/main/mguide.jpg) no-repeat 0 0; background-size:cover; position:absolute; top:0; right:0; border-radius:30px 30px 30px 200px; z-index:0;}
.mguide &gt; * {position:relative; z-index:1;}
.mguide &gt; .inner:before {content:''; display:block; width:251px; height:205px; background:url(/hadanlib/images/main/mainicon.png) no-repeat 0 100%; position:absolute; bottom:0; left:-120px;  z-index:1;}
.mguide &gt; .inner {display:flex; flex-wrap:wrap; justify-content:space-between;}
.mguide &gt; .inner &gt; * {position:relative; z-index:2;}
.mguide &gt; .inner &gt; .mtime {width:630px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.mguide &gt; .inner &gt; .mtime h3{width:54px; font-family: 'GmarketSans'; font-size:36px; color:#6e6e6e; line-height:1.1em; position:relative; display:inline-block; text-align:center; display:flex; flex-direction:column; justify-content:space-between; }
.mguide &gt; .inner &gt; .mtime h3 em {color:#7a3eb5;}
.mguide &gt; .inner &gt; .mtime h3 a {width: 54px; height: 54px; background: linear-gradient(-90deg, #ca43d6 0%, #773eb4 50%); border-radius: 50%; overflow: hidden; display: inline-block; position: relative; text-indent: -9999px; }
.mguide &gt; .inner &gt; .mtime h3 a:after {content:''; display:block; width:18px; height:18px; text-indent:0; position:absolute; top:calc(50% - 9px); left:calc(50% - 9px); background:url(/hadanlib/images/main/mainicon.png) no-repeat -80px -80px;}
.mguide &gt; .inner &gt; .mtime div {width:calc(100% - 70px); display:flex; flex-wrap:wrap; justify-content:flex-end; gap:13px;}
.mguide &gt; .inner &gt; .mtime div dl{width:48%; background:#fff; padding:40px; border-radius:30px 30px 30px 10px; font-family: 'GmarketSans'; box-shadow:0 0 10px rgba(0,0,0,0.05);}
.mguide &gt; .inner &gt; .mtime div dl dt {font-size:18px; color:#7a3eb5; font-weight:700;}
.mguide &gt; .inner &gt; .mtime div dl dt:before {content:''; display:inline-block; width:22px; height:22px; background:url(/hadanlib/images/main/mainicon.png) no-repeat 0 -340px; margin-right:5px; transform:translateY(6px);}
.mguide &gt; .inner &gt; .mtime div dl dt span {border-bottom:1px solid #7a3eb5;}
.mguide &gt; .inner &gt; .mtime div dl dd {line-height:1.2em; margin-top:10px;}
.mguide &gt; .inner &gt; .mtime div dl dd p {margin:10px 0;}
.mguide &gt; .inner &gt; .mtime div dl dd p span {font-family: 'Pretendard'; font-size:16px; color:#666;display:inline-block; width:50px;}
.mguide &gt; .inner &gt; .mtime div dl dd p strong {color:#333; font-weight:700; display:inline-block;}

.mguide &gt; .inner &gt; .mcal {width:calc(100% - 660px); background:#ff0000; border-radius:30px 30px 150px 30px; box-shadow:0 0 10px rgba(0,0,0,0.05); background:#fff; position:relative; overflow:hidden; padding:55px;}
.mguide &gt; .inner &gt; .mcal h3{font-family: 'GmarketSans'; font-size:36px; color:#6e6e6e; line-height:1.1em; position:relative; display:inline-block; z-index:10;}
.mguide &gt; .inner &gt; .mcal h3 em {color:#a939a6;}
.mguide &gt; .inner &gt; .mcal .calmore {width:428px; height:91px; background:url(/hadanlib/images/main/calbg.jpg) no-repeat right 0; position:absolute; top:0; right:0; padding:0 50px 0 130px;; line-height:95px; font-size:22px; font-family: 'GmarketSans'; color:#fff; z-index:1;}
.mguide &gt; .inner &gt; .mcal .calmore em {font-weight:700; color:#f4ff41;}
.mguide &gt; .inner &gt; .mcal .calmore a {width: 54px; height: 54px; background:#4d2588; border-radius: 50%; overflow: hidden; display: inline-block; position:absolute; top:18px; right:30px; text-indent: -9999px; }
.mguide &gt; .inner &gt; .mcal .calmore a:after {content:''; display:block; width:18px; height:18px; text-indent:0; position:absolute; top:calc(50% - 9px); left:calc(50% - 9px); background:url(/hadanlib/images/main/mainicon.png) no-repeat -80px -80px;}

.mguide &gt; .inner &gt; .mcal .cal {margin-top:30px; display:flex;  font-family: 'GmarketSans'; flex-wrap:wrap;}
.mguide &gt; .inner &gt; .mcal .cal li {text-align:center; width:14.28%;}
.mguide &gt; .inner &gt; .mcal .cal li strong {border-bottom:1px dotted #dedede; display:block; height:100px; display:flex; align-items:center; flex-direction:column; justify-content:center; line-height:1.2em; font-size:20px;}
.mguide &gt; .inner &gt; .mcal .cal li p {height:80px; line-height:80px; display:flex; align-items:center; justify-content:center;}
.mguide &gt; .inner &gt; .mcal .cal li p a.inday {background:#f3f3f3; border-radius:50%; width:42px; height:42px; display:inline-block;  display:flex; align-items:center; justify-content:center;}
.mguide &gt; .inner &gt; .mcal .cal li p a.inday.on {background:#ffe786;}
.mguide &gt; .inner &gt; .mcal .cal li.mon {color:#e32057;}
.mguide &gt; .inner &gt; .mcal .cal li.mon strong &gt; span {background:#000; padding:15px 10px 10px 10px; border-radius:40px; background:#faefef;}
.mguide &gt; .inner &gt; .mcal .cal li.mon strong em {display:block; font-weight:normal; font-size:14px;}
.mguide &gt; .inner &gt; .mcal .cal li.mon p {font-weight:700;}
.calslide {background:#f7f7f7; display:flex; justify-content:space-between; padding:15px 40px; border-radius:30px; align-items:center;}
.calslide .calSwiper {width:calc(100% - 70px); overflow:hidden;}
.calslide .calSwiper li.swiper-slide {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:16px;}
.calslide .calSwiper li.swiper-slide:before {content:''; display:inline-block; width:9px; height:9px; background:#a939a6; border-radius:50%; transform:translateY(-2px); margin-right:5px;}
.calslide .controll {display:flex;}
.calslide .controll button {width:20px; height:20px; overflow:hidden; text-indent:-9999px;}
.calslide .controll button.swiper-prev-cal {background:url(/hadanlib/images/main/mainicon.png) no-repeat 0px -60px;}
.calslide .controll button.swiper-next-cal {background:url(/hadanlib/images/main/mainicon.png) no-repeat 0px -60px; transform:rotateY(180deg);}
.calslide .controll button.swiper-play {background:url(/hadanlib/images/main/mainicon.png) no-repeat -20px -60px;}
.calslide .controll button.swiper-stop {background:url(/hadanlib/images/main/mainicon.png) no-repeat -40px -60px;}
@media(max-width:1460px){
	.mguide &gt; .inner:before {display:none;}
}
@media(min-width:1025px) and (max-width:1280px){
	.mguide &gt; .inner &gt; .mtime {width:50%;}
	.mguide &gt; .inner &gt; .mcal {width:calc(50% - 30px);}
	.mguide &gt; .inner &gt; .mcal .calmore {background:none; width:auto; height:auto; line-height:normal;}
	.mguide &gt; .inner &gt; .mcal .calmore a { top:40px; right:30px;}
	.mguide &gt; .inner &gt; .mcal .calmore span {display:none;}
}
@media (max-width:1024px){
	.mguide {padding:30px 0 30px 0; margin-top:30px;}
	.mguide &gt; .inner &gt; .mtime {width:100%;}
	.mguide &gt; .inner &gt; .mtime h3{width:100%; flex-direction:row; align-items:center; font-size:32px;}
	.mguide &gt; .inner &gt; .mtime h3 a {transform:translateY(-5px);}
	.mguide &gt; .inner &gt; .mtime div {width:100%; justify-content:space-between; gap:0;}
	.mguide &gt; .inner &gt; .mtime div dl{padding:20px; margin-bottom:20px;}
	
	
	.mguide &gt; .inner &gt; .mtime div dl dd p strong {display:inline-block; margin-left:10px;}
	
	.mguide &gt; .inner &gt; .mcal h3 {font-size:32px;}
	.mguide &gt; .inner &gt; .mcal {width:100%; margin-top:20px;}
	.calslide {padding:15px 15px;}
}
@media (max-width:680px){
	.mguide &gt; .inner &gt; .mtime div dl {width:100%; margin-bottom:10px;}
	.mguide &gt; .inner &gt; .mtime div dl dd {display:flex; gap:20px;}
	.mguide &gt; .inner &gt; .mtime div dl dd p {margin:0;}
	.mguide &gt; .inner &gt; .mtime div dl dd p span {width:auto;}
	.mguide &gt; .inner &gt; .mcal {padding:40px 20px 20px 20px; border-radius:30px 30px 50px 30px;}
	.mguide &gt; .inner &gt; .mcal .cal {margin-top:0px;}
	.mguide &gt; .inner &gt; .mcal .calmore {background:none; width:auto; height:auto; line-height:normal;}
	.mguide &gt; .inner &gt; .mcal .calmore a { top:25px; right:30px;}
	.mguide &gt; .inner &gt; .mcal .calmore span {display:none;}
	.mguide &gt; .inner &gt; .mcal .cal li.mon strong em {font-size:11px;}
}
@media (max-width:480px){
	.mguide &gt; .inner &gt; .mtime div dl dd {display:flex; gap:5px; flex-direction:column;}
}

.booksec {position:relative; max-width:1800px; margin:0 auto; padding:60px 0 60px 0; margin-top:70px; overflow:hidden;}
.booksec:before {content:''; display:block; width:100%; height:100%; background:url(/hadanlib/images/main/bookbg.jpg) no-repeat right bottom; background-size:cover; position:absolute; top:0; right:0; 
border-radius:30px 30px 0 0; z-index:0;}
.booksec &gt; * {position:relative; z-index:1;}
.booksec &gt; .inner {display:flex; flex-wrap:wrap; justify-content:space-between;}
.life {width:340px; font-family: 'GmarketSans'; border-right:1px solid #dedede; position:relative;}
.life:after {content:''; display:block; width:141px; height:141px; background:url(/hadanlib/images/main/mainicon.png) no-repeat 100% -180px; position:absolute; bottom:0; right:-60px;  z-index:1;}
.life h3 {font-size:20px; color:#666; line-height:1.4em; position:relative; display:inline-block;}
.life h3 span {display:block; position:relative; margin-bottom:15px;}
.life h3 span em {position:relative; z-index:1;}
.life h3 strong {font-size:42px; color:#333; display:inline-block; line-height:1.1em; position:relative;}
.life h3 strong em {color:#2051b4; position:relative; z-index:1;}
.life h3 strong:before {content:''; width:92px; height:76px; background:url(/hadanlib/images/main/mainicon.png) no-repeat -240px -240px; position:absolute; top:0px; right:-70px; z-index:0; }
.life ul {margin-top:20px;}
.life ul li {margin-top:10px;}
.life ul li a {background:#fff; border-radius:30px; padding:15px 30px 10px 30px; display:inline-block; width:250px; box-shadow:5px 5px 10px rgba(0,0,0,0.05); position:relative; line-height:1em; display:flex; align-items:center;  transition:none; font-size:16px;}
.life ul li a:before {content:''; display:inline-block; width:27px; height:27px; margin-right:5px; background-image:url(/hadanlib/images/main/mainicon.png); background-repeat:no-repeat; transform:translateY(-3px);}
.life ul li:nth-of-type(1) a:before {background-position:-290px bottom;}
.life ul li:nth-of-type(2) a:before {background-position:-317px bottom;}
.life ul li:nth-of-type(3) a:before {background-position:-344px bottom;}
.life ul li:nth-of-type(4) a:before {background-position:-371px bottom;}
.life ul li:nth-of-type(5) a:before {background-position:-398px bottom;}
.life ul li a[target="_blank"]:after {content:''; display:inline-block; width:20px; height:20px; background:#ff0000; position:absolute; top:calc(50% - 10px); right:20px; background:url(/hadanlib/images/main/mainicon.png) no-repeat -263px bottom;}
.life ul li a:hover {color:#2051b4; font-weight:700; outline:2px solid #2051b4;}

.bookcur {width:calc(100% - 340px); padding-left:70px; position:relative;}
.bookcur:after {content:''; display:block; width:156px; height:162px; background:url(/hadanlib/images/main/mainicon.png) no-repeat 100% bottom; position:absolute; bottom:0; right:-130px;  z-index:0;}
.bookcur h3 { position:relative; font-size:42px; color:#333; display:inline-block; line-height:1.1em; position:relative; font-family: 'GmarketSans'; font-weight:700;}
.bookcur h3 em {color:#e32057; position:relative; z-index:1;}
.bookcur .tbmenu {display:flex; position:absolute; top:0; right:0; gap:20px; font-family: 'GmarketSans'; font-weight:700; font-size:26px;}
.bookcur .tbmenu li a {color:#999;}
.bookcur .tbmenu li.on a {color:#333; }
.bookcur .tbmenu li.on a span{border-bottom:1px solid #333;}
.bookcur .tbmenu li.on a:before {content:'#'; display:inline-block; width:20px; height:20px; color:#e32057; transform:translateY(-12px);}

.bookcur .bookwrap {margin-top:30px;}
.bookcur .bookSwiper {overflow:hidden;  min-height:570px;}
.bookcur .bookSwiper .swiper-slide {transform:scale(0.85) translateY(-8%); transition:all .4s; }
.bookcur .bookSwiper .swiper-slide p {margin-top:20px;}
.bookcur .bookSwiper .swiper-slide p strong {display:block; font-size:26px; font-weight:700; color:#333; line-height:1.2em; margin-bottom:10px; }
.bookcur .bookSwiper .swiper-slide p span {display:block; font-size:18px; color:#666; line-height:1.2em;}
.bookcur .bookSwiper .swiper-slide img{ border-radius:30px; overflow:hidden; vertical-align:top; width:100%;}
.bookcur .bookSwiper .swiper-slide.swiper-slide-active {transform:scale(1); margin-right:25px;}
.bookcur .bookwrap .controll {position:relative; display:flex; align-items:center; position:absolute; bottom:0; right:0; width:60%; justify-content:flex-end; z-index:1;}
.bookcur .bookwrap .controll .paging {width:calc(100% - 250px); position:relative; height:2px; background:#dedede;}
.bookcur .bookwrap .controll .paging .swiper-pagination-progressbar-fill {background:#666;}
.bookcur .bookwrap .controll a,
.bookcur .bookwrap .controll button {width:62px; height:62px; border-radius:50%; background:#ff0000; margin-left:10px; overflow:hidden; text-indent:-9999px; opacity:0.8; transition:all .2s;}
.bookcur .bookwrap .controll button.swiper-prev {background:#333 url(/hadanlib/images/main/mainicon.png) no-repeat -150px -160px;}
.bookcur .bookwrap .controll button.swiper-next {background:#e32057 url(/hadanlib/images/main/mainicon.png) no-repeat -150px -160px; transform:rotateY(180deg)}
.bookcur .bookwrap .controll a {background:#fff url(/hadanlib/images/main/mainicon.png) no-repeat -214px -160px; border:1px solid #dedede;}
.bookcur .bookwrap .controll a:hover,
.bookcur .bookwrap .controll button:hover {opacity:1;}

@media(max-width:1460px){
	.bookcur .bookSwiper {min-height:auto; padding-bottom:70px;}
	.bookcur:after  {display:none;}
}
@media(max-width:1280px){
	.bookcur .tbmenu {position:relative; top:auto; right:auto; margin-top:10px;}
}
@media(max-width:1024px){
	.booksec {padding:30px 0 30px 0; margin-top:30px;}
	.life h3 strong {font-size:32px;}
	.life h3 strong br {display:none; opacity:0;}	
	.bookcur h3 {font-size:32px;}
}
@media(max-width:860px){
	.life {width:100%; border-right:0;}
	.life:after {display:none;}
	.life h3 br {display:none; opacity:0;}	
	.life ul {display:flex; flex-wrap:wrap; gap:10px;}
	.life ul li {margin-top:0; width:calc(50% - 5px);}
	.life ul li a {width:100%;}	
	.bookcur {width:100%;  padding-left:0; margin-top:50px;}
	.bookcur .bookSwiper .swiper-slide {transform:scale(1); transition:all .4s; }
	.bookcur .bookSwiper .swiper-slide.swiper-slide-active {transform:scale(1); margin-right:0;}
	.bookcur .bookwrap .controll {width:100%;}
	.bookcur .bookwrap .controll .paging {width:calc(100% - 205px);}
	/*.bookcur .bookwrap .controll a,
	.bookcur .bookwrap .controll button {transform:scale(0.7);}
	.bookcur .bookwrap .controll button.swiper-next {transform:rotateY(180deg) scale(0.7);}*/
}

@media (max-width:680px){ 
	.life ul li { width:100%;}
	.bookcur .tbmenu {font-size:21px;}
	
}
	
	
	
	
</pre></body></html>