@charset "utf-8";

main{padding-top: 100px; max-width:100%; overflow: hidden;}
#mcnt1{background: #F8F8F8; padding: 95px 0;}
#mcnt1 .wrap1{display: flex; gap:20px;}
#mcnt1 .wrap1 > *{width: 280px;}
#mcnt1 .wrap1 .main-visual{flex:1; max-width:840px; border-radius: 10px; overflow: hidden;}
#mcnt1 .wrap1 .main-visual .item{position: relative;  overflow: hidden;}
#mcnt1 .wrap1 .main-visual .item:before{position: absolute; content: ''; width: 100%; height: 100%; z-index: 1; background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 40%,rgba(0, 0, 0, 0.6) 75%,rgba(0, 0, 0, 0.9) 100%); pointer-events: none; }
#mcnt1 .wrap1 .main-visual .item .tbx{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 50px; box-sizing: border-box; z-index: 1;}
#mcnt1 .wrap1 .main-visual .item .tbx h3{font-family: 'YeogiOttaeJalnanGothic'; color: #FFF; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); font-size: 38px; font-weight: 400; line-height: 55px;  letter-spacing: -0.76px; position: relative; translate:0 50px; opacity: 0; filter: blur(5px); transition:.6s; }
#mcnt1 .wrap1 .main-visual .item .tbx h3 span{color: #FFEA00;}
#mcnt1 .wrap1 .main-visual .item .tbx strong{color: #FFF; font-size: 24px;  font-weight: 600; line-height: 40.6px;  letter-spacing: -0.48px; margin-top: 34px;	margin-bottom: 10px; position: relative; translate:0 50px; opacity: 0; filter: blur(5px); transition:.6s .3s; }
#mcnt1 .wrap1 .main-visual .item .tbx p{color: #FFF; font-size: 20px; font-weight: 400; line-height: 34px;  letter-spacing: -0.4px; position: relative; translate:0 50px; opacity: 0; filter: blur(5px); transition:.6s .6s; }
#mcnt1 .wrap1 .main-visual .item .tbx p.mt32{margin-top: 32px;}

#mcnt1 .wrap1 .main-visual .active{
	.item .tbx h3,
	.item .tbx strong,
	.item .tbx p{translate:0 0px; opacity: 1; filter: blur(0px);}
}

#mcnt1 .wrap1 .main-visual .owl-dots{position: absolute; right: 73px; bottom: 46px; z-index: 10; display: flex; gap:10px; }
#mcnt1 .wrap1 .main-visual .owl-dots .owl-dot{width: 14px; height: 14px; border-radius: 50%; background: #FFF; transition:.3s;}
#mcnt1 .wrap1 .main-visual .owl-dots .owl-dot.active{background: #26ABF1;		}
#mcnt1 .wrap1 .cacao-bn{border-radius: 10px; background: #3C1F1E; }
#mcnt1 .wrap1 .cacao-bn > a{display: flex;  flex-direction: column; justify-content: space-between; width: 100%; height: 100%; padding: 36px 44px; border-radius: 10px; transition:.3s;}
#mcnt1 .wrap1 .cacao-bn > a .cacao-top{display: flex; flex-direction: column; gap:18px; } 
#mcnt1 .wrap1 .cacao-bn > a .cacao-top i {transition:.3s;}
#mcnt1 .wrap1 .cacao-bn > a .cacao-top p{color: #FFEA00; font-size: 24px; font-weight: 600; line-height: 40.6px; letter-spacing: -0.48px;}
#mcnt1 .wrap1 .cacao-bn > a .cacao-bottom p{color: #FFF; font-size: 24px; font-weight: 600; line-height: 40.6px; letter-spacing: -0.48px;}

#mcnt1 .wrap1 .cacao-bn > a:hover{box-shadow:10px 10px 10px rgba(0,0,0,0.1); translate:0 -10px;}

#mcnt1 .wrap1 .mcnt1-col3{display: flex; flex-wrap:wrap; flex-direction: column; gap:20px;}
#mcnt1 .wrap1 .mcnt1-col3 > a{border-radius: 10px; overflow: hidden; padding: 30px; box-sizing: border-box; height: calc((100% / 3) - 14px); display: flex; flex-direction: column; justify-content: space-between; transition:.3s;}
#mcnt1 .wrap1 .mcnt1-col3 > a p{color: #FFF; font-size: 24px;  font-weight: 600; line-height: 40.6px; letter-spacing: -0.48px;}
#mcnt1 .wrap1 .mcnt1-col3 > a i{margin-left: auto; position: relative; right: -10px; bottom: -5px; }
#mcnt1 .wrap1 .mcnt1-col3 > a.box1{background: #26ABF1;}
#mcnt1 .wrap1 .mcnt1-col3 > a.box2{background: #2A9764;}
#mcnt1 .wrap1 .mcnt1-col3 > a.box3{background: #5881EA;}

#mcnt1 .wrap1 .mcnt1-col3 > a:hover{translate:0 -10px; box-shadow:10px 10px 10px rgba(0,0,0,0.1);}

#mcnt-wrap{padding: 126px 0; background: url(../img/main/mcnt-wrap.jpg) left top; }
#mcnt2 {display: flex; flex-wrap:wrap; justify-content: space-between; gap:124px;}
#mcnt2 .lbx{max-width:345px; width: 100%;}
#mcnt2 .lbx h4{color: #333; font-family: 'YeogiOttaeJalnanGothic';  font-size: 28px; font-weight: 400; letter-spacing: -0.56px;}
#mcnt2 .lbx ul{display: flex; flex-direction: column; gap:22px; margin-top: 35px; }
#mcnt2 .lbx ul > li{display: flex; align-items:center; justify-content: center; gap:138px; width: 100%; height: 95px;  padding: 18px; padding-right: 35px; box-sizing: border-box; border-radius: 10px; background: #333;}
#mcnt2 .lbx ul > li p{color: #FFF; font-size: 20px; font-weight: 600; letter-spacing: -0.4px; }
#mcnt2 .lbx ul > li span{display: flex; align-items:center; align-items: flex-end; gap:8px; color: #FFF; font-size: 18px; font-weight: 600; letter-spacing: -0.36px; line-height: 27px;}
#mcnt2 .lbx ul > li span b{ font-size: 36px; font-weight: 600;letter-spacing: -0.72px; line-height: 36px;}
#mcnt2 .lbx ul > li:last-child{background: #26ABF1;}
#mcnt2 .rbx{flex:1;}
#mcnt2 .rbx .more{display: flex; justify-content: flex-end; margin-bottom: 30px; position: relative; right: -9px; margin-top: -5px;}
#mcnt2 .rbx .more img{position: relative; transition:.3s;}
#mcnt2 .rbx .more:hover img{rotate:180deg;}
#mcnt2 .rbx .table-wrap {}
#mcnt2 .rbx .table-wrap table{width: 100%;}
#mcnt2 .rbx .table-wrap table tr th{height: 64px; color: #333; text-align: center; font-size: 18px; font-weight: 600; line-height: 30px;  letter-spacing: -0.36px; border-top: 1px solid #333; background: #F8F8F8; padding: 0 35px;}
#mcnt2 .rbx .table-wrap table tr td{height: 58px; text-align: center; color: #333; font-size: 16px; font-weight: 400;line-height: 30px;  letter-spacing: -0.32px; border: 1px solid #E3E3E3; background: #fff; border-left: 0; border-right: 0;} 
#mcnt2 .rbx .table-wrap table tr td span{color: #999; font-size: 16px; font-weight: 400; line-height: 30px;  letter-spacing: -0.32px;}
#mcnt2 .rbx .table-wrap table tr td span.state1{color: #FF5353;}
#mcnt3{margin-top: 120px;}
#mcnt3 h4{color: #333; font-family: 'YeogiOttaeJalnanGothic';  font-size: 28px; font-weight: 400; letter-spacing: -0.56px; margin-bottom: 30px; }

#mcnt3 .event-slide{position: relative; }
#mcnt3 .event-slide .num-box{position: absolute; right: 60px; top: 36px; z-index: 10; display: flex; gap:4px; justify-content: center; align-items:center; text-align: center; color: #FFF; font-size: 16px; font-weight: 600; line-height: 30px;  letter-spacing: -0.32px; border-radius: 16px; background: #000; width: 56px; height: 22px;}
#mcnt3 .item {position: relative;}
#mcnt3 .item > a{position: relative; }
#mcnt3 .item > a:after{position: absolute; right: 60px; bottom: 35px; content: ''; display: flex; width: 56px; height: 56px;justify-content: center; align-items: center; align-self: stretch;  border-radius: 50%; background: rgba(255, 255, 255, 0.50) url(../img/main/event-arr.png) center no-repeat; z-index: 100; transition:.3s;}
#mcnt3 .item > a:hover:after{translate:20% 0; background-color: #fff;}
#mcnt3 .item > a .tbx{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items:center; justify-content: center; flex-direction: column; text-align: center; gap:22px;}
#mcnt3 .item > a .tbx h3{color: #FFF; text-align: center;text-shadow: 0 4px 4px #C5710C;font-family: 'HsSantoki20';font-size: 38px;font-weight: 400;letter-spacing: -0.76px;}
#mcnt3 .item > a .tbx p{color: #FFF;font-size: 18px;font-weight: 600;line-height: 30px; letter-spacing: -0.36px;}
#mcnt3 .item .text-box {display: flex; flex-direction: column; gap:20px; margin-top: 40px;}
#mcnt3 .item .text-box h3{color: #333;font-size: 24px;font-weight: 600;line-height: 40.6px; letter-spacing: -0.48px;}
#mcnt3 .item .text-box p{color: #666; font-size: 20px; font-weight: 400; line-height: 34px;  letter-spacing: -0.4px;}

#mcnt4{background: linear-gradient(180deg, #F3FBFF 0%, #DCE8EE 100%); padding: 114px 0 114px;}
#mcnt4 .tit{display: flex; justify-content: space-between; align-items:center; margin-bottom: 32px;}
#mcnt4 .tit h4{color: #333; font-family: 'YeogiOttaeJalnanGothic';font-size: 28px;font-weight: 400;letter-spacing: -0.56px;}
#mcnt4 .tit .more{position: relative; }
#mcnt4 .tit .more a img{transition:.3s;}
#mcnt4 .tit .more a:hover img{rotate:180deg;}
#mcnt4 .main-review{display: flex;margin-left: -20px;  }
#mcnt4 .main-review > li{margin-left: 20px; width: calc(25% - 20px);}
#mcnt4 .main-review > li a {position: relative; width: 100%; height: 100%;}
#mcnt4 .main-review > li a figure{overflow: hidden; border-radius: 10px 10px 0 0;}
#mcnt4 .main-review > li a figure img{transition:.3s;}
#mcnt4 .main-review > li a .tbx {display: flex; height: 226px; padding: 30px 30px 45px 30px; flex-direction: column; align-items: flex-start; gap: 11px; align-self: stretch;border-radius: 0 0 10px 10px; background: #fff;}
#mcnt4 .main-review > li a .tbx strong{color: #333;font-size: 20px; font-weight: 600; line-height: 30px;  letter-spacing: -0.4px;}
#mcnt4 .main-review > li a .tbx p{color: #666; font-size: 18px; font-weight: 400; line-height: 30px; letter-spacing: -0.36px; word-break: break-all;  display: -webkit-box; /* 블록 요소처럼 보이게 설정 */-webkit-box-orient: vertical;-webkit-line-clamp: 4; overflow: hidden; }
#mcnt4 .main-review > li a .overview{position: absolute; left: 0; top: 0; width: 100%;	 height: 100%; display: flex; flex-direction: column; align-items:center; justify-content: center; gap:18px; border-radius: 10px; overflow: hidden; z-index: 1; transition:.4s; opacity: 0;}
#mcnt4 .main-review > li a .overview strong{color: #FFF;font-size: 20px;font-weight: 600;line-height: 30px; letter-spacing: -0.4px;}
#mcnt4 .main-review > li a .overview:before{position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0;  background: rgba(38, 171, 241, 0.73); backdrop-filter: blur(2px); z-index: -1;} 
#mcnt4 .main-review > li:hover{
 a figure img{scale:1.05;}
 a .overview{opacity: 1;}
}
#mcnt5 ul{display: flex; }
#mcnt5 ul > li{flex:1;}
#mcnt5 ul > li a{position: relative; }
#mcnt5 ul > li a .tbx{position: absolute; left: 30px; top: 30px; width: calc(100% - 60px); height: calc(100% - 60px); 	display: flex; flex-direction: column; align-items:center; justify-content: center; gap:17px; transition:.4s;}
#mcnt5 ul > li a .tbx h3{color: #FFF; font-size: 30px; font-weight: 700; line-height: 51px;  letter-spacing: -0.6px; color: var(--fff, #FFF); text-shadow: 0 2px 2px rgba(0, 0, 0, 0.36); transition:.4s; translate:0 24px;}
#mcnt5 ul > li a .tbx p{font-size: 20px;font-weight: 600;line-height: 30px; letter-spacing: -0.4px; color: #fff; opacity: 0; transition:.4s;}
#mcnt5 ul > li:hover{
 a .tbx{background: rgba(38, 171, 241, 0.80);   scale:1;}
 a .tbx h3{ text-shadow: none; translate:0 0px;}
 a .tbx p{opacity: 1;}
}

#mcnt5 .main-sns{display: flex; align-items:center; justify-content: center; height: 142px; gap:64px; background: #222; padding: 0 20px;}
#mcnt5 .main-sns p{color: #FFF; font-size: 30px; font-weight: 700; line-height: 51px; letter-spacing: -0.6px;}
#mcnt5 .main-sns ol{display: flex; align-items:center; gap:36px; }
#mcnt5 .main-sns ol > li > a{}
#mcnt5 .main-sns ol > li > a img{transition:.3s;}
#mcnt5 .main-sns ol > li:hover > a img{translate:0 -10px}



















