@charset "UTF-8";

.container { width: 100%; margin: 0 auto;}

.slick-list		{ /*overflow:hidden;*/ }
.slick-slide	{ float:left; width:100%; padding:0; margin:0; position:relative; }

.main_visual_section { width: 100%; max-width: 1980px; margin: 0 auto; position: relative; box-sizing: border-box;}
.main_visual_section > a { display: block;}
.main_visual { position: relative; display: block; width: 100%;}
.main_visual picture { width: 100%; margin: 0 auto; text-align: center;}
.main_visual picture img { width: 100%; margin: 0 auto; text-align: center; object-fit: cover;}
/*.gradient-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); pointer-events: none; display: block; }*/


.main_visual .txt_box { max-width: 1280px; padding: 0 80px; width: 100%; position: absolute; left: 10%; bottom: 10%; color: #fff; z-index: 10; opacity: 0; transition: all 0.5s ease-in-out; text-shadow: 0 -1px 1px rgba(51, 51, 51, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.1);}/*max-width: 1440px;*/
.main_visual .txt_box > div ~ button { opacity: 0; transition:all .5s;}
.main_visual .txt_box > div { display: inline-block; margin-bottom: 1rem;font-size: 1.25rem; word-break: keep-all; word-wrap: break-word; font-weight: 500; color: #fff; opacity: 0; background-color: #1db9f6; border-radius: 10px; text-align: center; padding: 6px 24px;}
.main_visual .txt_box > strong { display: block; margin-bottom: 1rem; font-size: 50px; word-break: keep-all; word-wrap: break-word; font-weight: 700; color: #fff; line-height: 1.4; opacity: 0; }
.main_visual .txt_box > strong span{ font-size: 2.5rem; word-break: keep-all; word-wrap: break-word; font-weight: 700; color: #ffa800; line-height: 1.4; opacity: 0; transition:all .5s;}
.main_visual .txt_box > p {  display: block; margin-bottom: 1.25rem; font-size: 1.125rem;word-break: keep-all; word-wrap: break-word; font-weight: 300; color: #fff; line-height: 1.4; opacity: 0; transition:all .5s;}
.main_visual .txt_box > button { display: block; font-size: 0.875rem;word-break: keep-all; word-wrap: break-word; font-weight: 300; color: #fff; border: 1px solid #fff; line-height: 1.4; padding: 12px 32px; opacity: 0; transition:all .5s;}

.main_visual a .txt_box > strong span:hover{ text-decoration: none; transition:all .5s;}
.main_visual a .txt_box > p:hover  { text-decoration: underline; transition:all .5s;}
.main_visual a .txt_box button:hover { background:#fff; color: #434343; font-weight: 600; transition:all .5s;}


@keyframes txtAnimation {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }  
}
.main_visual .slick-active .txt_box { animation: txtAnimation 0.8s ease both;}
.main_visual .slick-active .txt_box div,
.main_visual .slick-active .txt_box strong,
.main_visual .slick-active .txt_box p,
.main_visual .slick-active .txt_box button { 
    opacity: 0; 
    animation: fadeIn 0.6s ease both;
}


.main_visual .slick-active .txt_box div { 
    animation-delay: 0.4s; 
    animation-duration: 0.6s;
}
.main_visual .slick-active .txt_box strong { 
    animation-delay: 0.7s;
    animation-duration: 0.6s; 
}
.main_visual .slick-active .txt_box p { 
    animation-delay: 1.1s;
    animation-duration: 0.6s; 
}
.main_visual .slick-active .txt_box button { 
    animation-delay: 1.3s;
    animation-duration: 0.6s; 
}

.main_visual .reset-animation .txt_box { 
    transform: translateY(20%);
    opacity: 0; 
    transition: all 0s; 
}

.overbox button { display: block; font-size: 16px; word-break: keep-all; word-wrap: break-word; font-weight: 400; color: #000000; 
                                border: 1px solid #1db9f6; line-height: 1.7; padding: 4px 32px; opacity: 0; transition:all .5s;}
.overbox button { 
    animation-delay: 1.3s;
    animation-duration: 0.6s; 
}
.overbox button { 
    opacity: 0; 
    animation: fadeIn 0.6s ease both;
}
.overbox button:hover { background:#1db9f6; color: #fff; font-weight: 600; transition:all .5s;}

.overbox2 button { display: block; font-size: 16px; word-break: keep-all; word-wrap: break-word; font-weight: 400; color: #000000; 
    border: 1px solid #ff4d07; line-height: 1.7; padding: 4px 28px; opacity: 0; transition:all .5s; margin-left: 65%;}
.overbox2 button { 
animation-delay: 1.3s;
animation-duration: 0.6s; 
}
.overbox2 button { 
opacity: 0; 
animation: fadeIn 0.6s ease both;
}
.overbox2 button:hover { background:#ff4d07; color: #fff; font-weight: 600; transition:all .5s;}

.eventbox01 button { display: block; font-size: 16px; word-break: keep-all; word-wrap: break-word; font-weight: 400; color: #000000; 
    border: 1px solid #aacf52; line-height: 1.7; padding: 4px 32px; opacity: 0; transition:all .5s; margin-left: 9%; margin-top: 180px; margin-bottom: 65px;}
.eventbox01 button { 
animation-delay: 1.3s;
animation-duration: 0.6s; 
}
.eventbox01 button { 
opacity: 0; 
animation: fadeIn 0.6s ease both;
}
.eventbox01 button:hover { background:#aacf52; color: #fff; font-weight: 600; transition:all .5s;}

.eventbox02 button { display: block; font-size: 16px; word-break: keep-all; word-wrap: break-word; font-weight: 400; color: #000000; 
    border: 1px solid #aacf52; line-height: 1.7; padding: 4px 32px; opacity: 0; transition:all .5s; margin-left: 9%; margin-top: 180px; margin-bottom: 65px;}
.eventbox02 button { 
animation-delay: 1.3s;
animation-duration: 0.6s; 
}
.eventbox02 button { 
opacity: 0; 
animation: fadeIn 0.6s ease both;
}
.eventbox02 button:hover { background:#aacf52; color: #fff; font-weight: 600; transition:all .5s;}


.controller { background: #fff; width: 260px; height: 60px; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 1; padding: 10px; display: flex; justify-content: space-between; align-items: center;}
.controller .slick-dots-container,
.controller .slick-arrows-container,
.controller .custom-arrows-container { display: flex; gap: 10px;}
.controller .slick-dots-container { order: 1;}
.controller .slick-dots { position: absolute; width: 7.5rem; height: 0.125rem; top: 50%; left: 10%; transform: translateY(-50%); text-align: center; z-index: 5;}
.controller .slick-dots li { display: inline-block;}
.controller .slick-dots li button { width: 2.5rem; height: 0.125rem; background: rgba(199, 199, 199, 1); text-indent: -9999px; overflow: hidden; vertical-align: text-top; position: relative;}
.controller .slick-dots li.slick-active button:before { height: 0.188rem; content: ""; position: absolute; top: 0; left: 0; z-index: 20; opacity: 1; background: rgba(31, 31, 31, 1);}
.controller .slick-dots li.slick-active:nth-child(1) button:before { width: 2.5rem; transform-origin: 2.5rem 0%; animation: indi1 1.26s ease-in-out both;}
.controller .slick-dots li.slick-active:nth-child(2) button:before { width: 5rem; transform-origin: 5rem 0%; animation: indi1 1.26s ease-in-out both;}
.controller .slick-dots li.slick-active:nth-child(3) button:before { width: 7.5rem; transform-origin: 7.5rem 0%; animation: indi1 1.26s ease-in-out both;}



@keyframes indi1 {
    0% { width: 0rem; }
    50% { width: 2.5rem; opacity: 1; }
    100% { opacity: 1; width: 2.5rem; }
}



.controller .slick-arrows-container { order: 2; position: absolute; top: 50%; left: 60%; transform: translateY(-50%); z-index: 5;}
.controller .slick-arrows-container .slick-prev,
.controller .slick-arrows-container .slick-next { width: 20px; height: 20px; background-size: auto; text-indent: -9999px; overflow: hidden;}
.controller .slick-arrows-container .slick-prev { background: url(../img/main/mv_arrow_left.svg) no-repeat left 50%;}
.controller .slick-arrows-container .slick-next { background: url(../img/main/mv_arrow_right.svg) no-repeat right 50%;}

.controller .custom-arrows-container { order: 3;}
.controller .custom-arrows-container.custom-arrows { position: absolute; top: 50%; right: 10%; width: 20px; height: 20px; transform: translateY(-50%); transition: all 0.2s ease; z-index: 5; display: block; text-align: center; vertical-align: baseline; }
.controller .custom-arrows-container.custom-arrows .pause,
.controller .custom-arrows-container.custom-arrows .play { width: 1rem; height: 1.125rem; text-indent: -9999px; overflow: hidden;}
.controller .custom-arrows-container.custom-arrows .pause { background: url(../img/main/mv_arrow_pause.svg) no-repeat 50% 50%; background-size: contain;}
.controller .custom-arrows-container.custom-arrows .play { background: url(../img/main/mv_arrow_play.svg) no-repeat 50% 50%; background-size: contain;}
.controller .custom-arrows-container.custom-arrows .pause:hover,
.controller .custom-arrows-container.custom-arrows .play:hover { transition: all 0.08s ease;}

.contents { width: 100%;  margin: 0 auto;} /*max-width: 1920px;*/
.contents article { width: 100%; height: 100%;margin: 0 auto; position: relative; padding: 0 0 7.5rem;} /*max-width: 1920px;*/
.contents article:nth-child(1) { }
.contents article:nth-child(4) { padding: 1.5rem 0 0;}
.contents article .txt_box { color: #1f1f1f;line-height: 1.4; margin: 0 auto 40px; display: flex; flex-direction: row;  align-items: flex-end;}
.contents article .txt_box strong { font-size: 70px; word-break: keep-all; word-wrap: break-word; font-weight: bold; margin-right:20px; }
.contents article .txt_box span { font-size: 22px; word-break: keep-all; word-wrap: break-word; font-weight: 400; line-height: 1.4;}

.boxcolor1 strong, .boxcolor1 span, .post01>.postItem>a>.desc>span {color: #063867;}
.boxcolor2 strong, .boxcolor2 span, .post02>.postItem>a>.desc>span {color: #e06f6f;}
.post01 .postItem .desc strong	{ color: #fff;}

.postItem .pic { overflow: hidden;}
.postItem > a > .pic > img { transition:all .5s; transform-origin: center; max-width: 100%;}
.postItem > a:hover > .pic > img { transform: scale(1.2);}

.postItem .desc { color:#2a2a2a; width: 448px; max-width: 100%; box-sizing: border-box; display: flex; flex-direction: column; padding: 2rem; background-color: #93b2cf; box-shadow: 0 0 0.375rem rgba(0,0,0,0.08); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); text-align: left; transition:all .5s; transform-origin: center; }
.desc span { font-size: 1.375rem; margin-bottom: 2rem;}
.desc strong { font-size: 1.75rem; line-height: 1.4; word-break: auto-phrase; word-wrap: break-word; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp:4; -webkit-box-orient: vertical; font-weight:400; color:#fff;}
.desc strong> span { color: #2a2a2a; font-size: 24px; line-height: 1.4; font-weight: 300; color:#fff;}

.sec01_wrap, .sec02_wrap, .sec03_wrap { width: 100%; max-width: 1776px; margin: 0 auto;}
.post01 { display:flex; colum-gap: 40px;}
.post02 { display: flex; justify-content: space-around; align-items: center; column-gap: 40px;}

.post01 .postItem { max-width: 868px; margin: 0 auto;}
.post01 .postItem .pic { max-width:420px;}
.post02 .postItem .pic { max-width:414px; margin: 0 auto;}
.post02 .postItem { width: 420px; margin: 0 auto; background-color:#fff; }
.post02 .postItem .desc { max-width: 414px; height: 16.75rem; box-sizing: border-box; display: flex; justify-content: flex-start; flex-direction: column; background-color: #fff; box-shadow: 0.5px 0.5px 0.375rem rgba(0,0,0,0.08); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); text-align: left; padding: 2.5rem 2rem 3.5rem; background-color:#fbd9d9;}
.gap_p { display: block; font-size: 1.75rem; line-height: 1.4;}

.post03 { display:flex; gap: 45px;}
.post03 .postItem { width: 100%; max-width: 1440px; margin: 0 auto;  }
.post03 .postItem_1 { width: 100%; max-width: 562px; margin: 0 auto 0px;}
.post03 .postItem_2 { width: 100%; max-width: 562px; margin: 0 auto 0px;}
.post03 .postItem_3 { width: 100%; max-width: 562px; margin: 0 auto;}
.post03 .postItem a { width: 100%; max-width: 1440px; margin: 0 auto; display: flex; justify-content: space-evenly; flex-wrap: nowrap; align-items: center; align-items: stretch;}
.post03 .postItem a .pic { width: 702px; max-width: 100%;}
.post03 .postItem a .desc { width: 578px; max-width: 100%; padding: 134px 32px 125px;}
.post03 .postItem a .desc p { font-size: 2rem; font-weight: 400; color: #434343; margin-top: 3rem; }
.boxwrap { width:100%; max-width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; margin: 0 auto;}

.eventbox01			{ max-width:562px; max-height: 504px; height:auto; border:1px solid #ccc; border-radius:7%; position:relative; background: #fff url(../img/main/event_img1.png) no-repeat 90% 90%;}
.cham01				{ display: inline-block; padding: 5px 30px; background-color: #aacf52; border: 1px solid #aacf52; border-radius: 37px; text-align:center; color:#fff; font-size:18px; margin:50px 0 40px 50px;}
.eventbox01 p		{ font-size:36px; line-height:1.3; margin:0 0 26px 50px;}
.eventbox01 strong	{ font-size:34px; margin:0 0 0 50px;}

.eventbox02			{ max-width:562px; max-height: 504px; height:auto; border:1px solid #ccc; border-radius:7%; position:relative; background: #fff url(../img/main/event_img2.png) no-repeat 90% 90%;}
.cham02				{ display: inline-block; padding: 5px 30px; background-color: #aacf52; border: 1px solid #aacf52; border-radius: 37px; text-align:center; color:#fff; font-size:18px; margin:50px 0 40px 50px;}
.eventbox02 p		{ font-size:36px; line-height:1.3; margin:0 0 26px 50px;}
.eventbox02 strong	{ font-size:34px; margin:0 0 0 50px;}

.evbox1	.eventbox03	{ max-width:562px; height:230px; border:1px solid #ccc; border-radius:30px; position:relative; /*background: #fff url(../img/main/event_img3.png) no-repeat 100% 100%;*/ background-color: #aacf52; 
                    background-image: linear-gradient(#7aa514 1px, transparent 1px), linear-gradient(to right, #7aa514 1px, #aacf52 1px); background-size: 50px 50px; margin-bottom: 40px;
                    }
.cham03				{ display: inline-block; padding: 5px 30px; background-color: #fff; border: 1px solid #fff; border-radius: 37px; text-align:center; color:#aacf52; font-size:18px; margin:30px 0 30px 50px;}
.eventbox03 p		{ line-height:1.3; margin:50px 0 26px 0px;}
.eventbox03 strong	{ font-size:28px; margin:0 0 0 50px;}
.chamimg1           { position: absolute; bottom: 20px; right: 20px;}
.chamimg1 img       { }

.eventbox03 button { display: block; font-size: 16px; word-break: keep-all; word-wrap: break-word; font-weight: 400; color: #fff; background:transparent;
    border: 1px solid #fff; line-height: 1.7; padding: 4px 32px; transition:all .5s; margin-left: 9%; margin-top: 0px; 
    opacity: 0; animation: fadeIn 0.6s ease both;
                    }
.eventbox03 button:hover { background: #fff; color: #aacf52; font-weight: 600; transition:all .5s;}

.evbox2 .eventbox04	{ max-width:562px; height:230px; border:1px solid #ccc; border-radius:30px; position:relative; background-color: #fff;
                    }
.cham04				{ display: inline-block; padding: 5px 30px; background-color: #aacf52; border: 1px solid #aacf52; border-radius: 37px; text-align:center; color:#fff; font-size:18px; margin:30px 0 30px 50px;}
.eventbox04 p		{ line-height:1.3; margin:50px 0 26px 0px;}
.eventbox04 strong	{ font-size:28px; margin:0 0 0 50px;}
.chamimg2           { position: absolute; bottom: 10px; right: 10px;}
.chamimg2 img       {}

.eventbox04 button { display: block; font-size: 16px; word-break: keep-all; word-wrap: break-word; font-weight: 400; color: #000; background:transparent;
    border: 1px solid #aacf52; line-height: 1.7; padding: 4px 32px; transition:all .5s; margin-left: 9%; margin-top: 0px; 
    opacity: 0; animation: fadeIn 0.6s ease both;
                    }
.eventbox04 button:hover { background: #aacf52; color: #fff; font-weight: 600; transition:all .5s;}

/* .postItem > a:hover > .desc { max-width: 100%; background: -webkit-linear-gradient(45deg, #e34c22, #df9d34);}
.postItem > a:hover > .desc span { color: #fff; font-size: 1.375rem; margin-bottom: 2rem;}
.postItem > a:hover > .desc strong { color: #fff68f; font-size: 1.75rem; line-height: 1.4;}
.postItem > a:hover > .desc strong> span { color: #fff68f; font-size: 1.75rem; line-height: 1.4; font-weight: 400;}
.postItem > a:hover > .desc p { color: #fff;} */

.boxwrap .banner { width: 50%; max-width: 100%; position: relative;}
.boxwrap .banner01 { background: #ffe0bd;}
.boxwrap .banner02 { background: #a8e4d7;}
.boxwrap .banner .txt1 { font-size: 2.5rem; font-weight: 600; margin-right: 7.25rem; padding: 0 0 0 288px;}
.boxwrap .banner .txt2 { font-size: 2.5rem; font-weight: 600; margin-right: 7.25rem; padding: 0 0 0 222px;}
.boxwrap .banner a { display: block; position: relative; padding: 66px 0;}
/*.boxwrap .banner a:hover .txt  { text-decoration: underline; }*/
.boxwrap .banner01 a:after { content: ""; position: absolute; left: 40px; top: -24px; background-image: url("../img/main/itemIcon01.png"); background-repeat: no-repeat; background-size: 100%; width: 233px; height: 214px;}
.boxwrap .banner02 a:after { content: ""; position: absolute; left: 40px; top: -24px; background-image: url("../img/main/itemIcon02.png"); background-repeat: no-repeat; background-size: 100%; width: 142px; height: 214px;}

.txt1_1	{ width:180px; height:34px; background-color:#fff; text-align:center; line-height:2.1; margin-left:286px; font-weight:600; margin-top:10px;}
.txt2_1	{ width:180px; height:34px; background-color:#fff; text-align:center; line-height:2.1; margin-left:226px; font-weight:600; margin-top:10px;}
.p1_2>a	{ display:flex;}
.p1_3>a	{ display:flex;}

.box_areaW4	{ border:1px solid #a5a5a5; max-width:320px; background-color:#fff;}
.box_areaW4	div 			{ text-align:center; padding: 15px 8px 0px 8px;}
.box_areaW4	div img 		{ width:auto; max-width:100%; margin:0 auto;}
.box_areaW4 .boxc		{ font-size:15px; color:#666; line-height:20px; text-align: center; font-weight:400; padding:15px 8px;}
.box_areaW4 .boxc2		{ font-size:15px; color:#666; line-height:20px; text-align: center; font-weight:400; padding:15px 8px; background-color: #f2f2f2;}
.mob2					{ display:none;}
.pc2					{ display:block;}

/* 24년도 한박 시작 */
.mainContainer					{ padding:0 0 95px;}
.mainContainer .section			{ background-color: #f2f2f2; max-width: 1776px; margin: 60px auto 95px; height: 900px;}
.mainContainer .section.gray	{ background:#f7f7f7; }
.mainContainer .section .title	{ padding:60px 0 60px; text-align:center; }
.mainContainer .section .title span				{ font-size:22px; color:#404040 }
.mainContainer .section .title strong			{ display:block; max-width:806px; margin:0 auto 20px; position:relative; }
.mainContainer .section .title strong:after		{ content:''; width:4%; height:4px; background:#1db9f6; position:absolute; bottom: -10px; left:50%; transform:translate(-50%, -50%); }
.mainContainer .section .title strong span		{ font-size:40px; color:#000; padding:0 60px; position:relative; z-index:1; }
.mainContainer .section.gray  .title strong span		{ background:#f7f7f7; }
.mainContainer .section ul		{ display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); max-width:1676px; margin:0 auto; column-gap:30px; }
.mainContainer .section ul a	{ display:flex; }
.mainContainer .section ul a .imgWrap			{ overflow:hidden; }
.mainContainer .section ul a .imgWrap img		{ transition:all .5s; width:100%; }
.mainContainer .section ul div p					{ width:100%; position:relative; padding-bottom:40px; }
.mainContainer .section ul.over div p				{ padding: 25px;}
.overbox p span				                        { font-size:18px; color:#000000; display:block; padding:20px 0 0; font-weight: bold;}
.overbox p strong			                        { font-size:24px; color:#000000; font-weight:normal; display:block; padding:20px 0; }
.overbox p strong>span		{ display:block; font-size:24px; font-weight:normal; padding:0; }
.overbox em					{ display: none; font-size:16px; color:#db3435; transition:all 1s; left:25px; position:absolute; transform:translateX(0); background:url(../img/main/mainMoreArr2.png) right center no-repeat; padding-right:25px; }
.mainContainer .section ul.over div p em			{  }
.mainContainer .section ul a:hover em			{ left:100%; transform:translateX(-100%); }
.mainContainer .section ul a:hover img			{ transform:scale(1.1); }
.over li                        { position: relative;}
.overbox                        { position: absolute; right: 20px; z-index: 2; width: 290px; height: 340px; background-color: #fff; top: 75px;}
.overbox u                                      {text-decoration: none;}

.mainContainer .section .mobSectionSlider		{ display:none; }

.overbox i                                      { width: 100px; height: 30px; border: 1px solid #1db9f6; text-align: center; line-height: 1.7;}

/* 24년도 한박 끝 */

/*24년도 5월 메인 section2를 만들기, over2이름 변경*/
.mainContainer .section2			{ padding:0 0 110px; max-width: 1776px; margin: 0 auto; }
.mainContainer .section2.gray	{ background:#f2f2f2; }
.mainContainer .section2 .title	{ padding:60px 0 60px; text-align:center; }
.mainContainer .section2 .title span				{ font-size:22px; color:#404040 }
.mainContainer .section2 .title strong			{ display:block; max-width:806px; margin:0 auto 20px; position:relative; }
.mainContainer .section2 .title strong:after		{ content:''; width:4%; height:4px; background:#ff4d07; position:absolute; bottom:-10px; left:50%; transform:translate(-50%, -50%); }
.mainContainer .section2 .title strong span		{ font-size:40px; color:#000; padding:0 60px; background:#fff; position:relative; z-index:1; }
.mainContainer .section2.gray  .title strong span		{ background:#f2f2f2; }
.mainContainer .section2 ul		{ display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); max-width:1676px; column-gap:40px; }
.mainContainer .section2 ul a	{ display:block; }
.mainContainer .section2 ul a .imgWrap			{ overflow:hidden; }
.mainContainer .section2 ul a .imgWrap img		{ transition:all .5s; width:100%; }
.overbox2                                       { background-color: #fff;}
.overbox2 u                                     {text-decoration: none;}
.mainContainer .section2 ul p span				{ font-size:18px; color:#000000; display:block; padding:0; font-weight: bold;}
.mainContainer .section2 ul p strong				{ font-size:22px; color:#000000; font-weight:bold; display:block; padding:20px 0; font-weight: normal;}
.mainContainer .section2 ul p strong span		{ display:block; font-size:22px; font-weight:normal; padding:0; }

.mainContainer .section2 ul.over p em			{ color:#1656be; background:url(../img/main/mainMoreArr.png) right center no-repeat; }
.mainContainer .section2 ul a:hover em			{ left:100%; transform:translateX(-100%); }
.mainContainer .section2 ul a:hover img			{ transform:scale(1.1); }

.mainContainer .section2 .mobSectionSlider		{ display:none; }

.over2						{ display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); max-width:1320px; margin:0 auto; column-gap:30px; padding: 0 50px; }
.over2	 a	{ display:block; }
.over2	 a .imgWrap			{ overflow:hidden; }
.over2	 a .imgWrap img		{ transition:all .5s; width:100%; }
.over2	 p					{ width:100%; position:relative; padding: 25px 25px 40px; }
.over2	.over p				{ margin-top:-80px; width:calc(100% - 46px); background:#fff; }
.over2	 p span				{ font-size:18px; color:#404040; display:block; padding:20px 0 0; }
.over2	 p strong				{ font-size:20px; color:#000000; font-weight:bold; display:block; padding:20px 0; }
.over2	 p strong span		{ display:block; font-size:20px; font-weight:normal; padding:0; }
.overbox2 i                 { width: 100px; height: 30px; border: 1px solid #db3435; text-align: center; line-height: 1.7; position: absolute; right: 25px; bottom: 20px;}
.overbox2 em				{ font-size:16px; color:#db3435; transition:all 1s; left:25px; position:absolute; bottom:0; transform:translateX(0); background:url(../img/main/mainMoreArr2.png) right center no-repeat; padding-right:25px; }
.over2	.over p em			{ color:#1656be; background:url(../img/main/mainMoreArr.png) right center no-repeat; }
.over2	 a:hover em			{ left:100%; transform:translateX(-100%); }
.over2	 a:hover img			{ transform:scale(1.1); }
/*24년도 5월 메인*/

.sec03_wrap .title	{ padding:0 0 60px; text-align:center; }
.sec03_wrap .title span				{ font-size:22px; color:#404040 }
.sec03_wrap .title strong			{ display:block; max-width:806px; margin:0 auto 20px; position:relative; }
.sec03_wrap .title strong:after		{ content:''; width:4%; height:4px; background:#aacf52; position:absolute; bottom:-10px; left:50%; transform:translate(-50%, -50%); }
.sec03_wrap .title strong span		{ font-size:40px; color:#000; padding:0 60px; background:#fff; position:relative; z-index:1; }



/* 태블릿 스타일 */
@media (max-width: 1600px) {

}

/* 태블릿 스타일 */
@media (max-width: 1440px) {

    .contents article { padding: 7.5rem 2.5rem;}
    .contents article:nth-child(4) { padding: 1.5rem 2.5rem 7.5rem;}
    .post03 .postItem a .desc { padding: 120px 32px 112px;}

    .boxwrap { column-gap: 2.5rem;}
}




/* 태블릿 스타일 */
@media (max-width: 1280px) {

/*.post02 .postItem .desc { width: calc(100% - 3.25rem); margin-left: 3.25rem; margin-top: -4.25rem; padding: 2.5rem 2rem 3.5rem; }     */ 
.post03 .postItem a .desc { height:  auto; padding: 92px 32px 88px;}
   
}

@media (max-width: 1200px) {
      
.post03 .postItem a .desc { padding: 80px 32px 68px;}

}



@media (min-width: 961px) and (max-width: 1200px) {

}

@media (max-width: 1024px) {
    
    .main_visual .txt_box { padding: 0 40px; left: 5%; top: 15%; }
    .main_visual .txt_box strong,
    .main_visual .txt_box strong span { font-size: 1.5rem; }
    .main_visual .txt_box > span,
    .main_visual .txt_box > p { font-size: 1rem; }
    .main_visual .txt_box > button { padding: 10px 24px; font-size: 0.75rem; }

    .post03                     {display: block;}
    .post03 .postItem a .desc { padding: 40px 32px 42px;}

    .boxwrap .banner a { padding: 46px 0;}
    .boxwrap .banner01 a:after, .boxwrap .banner02 a:after { background-size: 80%; right: 0px; }

    /* 24년도 한박 시작 */
    .mainContainer .section			{ padding:0 0 50px; height: 700px;}
	.mainContainer .section .title	{ padding:40px 0 40px; }
	.mainContainer .section .title span				{ font-size:12px; }
	.mainContainer .section .title strong			{ max-width:none; width:100%; }
	.mainContainer .section .title strong:after		{ content:''; width:100%; height:2px; background:#1db9f6; position:absolute; top:50%; left:0; transform:translateY(-50%); }
	.mainContainer .section .title strong span		{ font-size:20px; padding:0 30px; background-color: #f2f2f2;}
	
	.overbox p					{ padding-bottom:20px; }
	.overbox.over p				{ margin-top:-40px; width:calc(100% - 30px); }
	.overbox p span				{ font-size:12px; padding:10px 0 0; font-weight: normal;}
	.overbox p strong				                { font-size:18px; padding:10px 0; }
	.overbox p strong>span		                    { font-size:18px; }
	.overbox p em					                { color:#1656be; background:url(../img/main/mainMoreArr.png) right center no-repeat; font-size:12px; padding-right:25px; left: 0; }

	.mainContainer .section ul						{ display:none; }
	.mainContainer .section .mobSectionSlider		{ display:block; }
	.mainContainer .section .mobSectionSlider ul							{ display:block; }
	.mainContainer .section .mobSectionSlider ul .slick-slide				{ margin: 0 14px; width:calc(100vw - 140px); }
	
	.mainContainer .section2			{ padding:0 0 50px; height: 1170px;}
	.mainContainer .section2 .title	{ padding:70px 0 40px; }
	.mainContainer .section2 .title span				{ font-size:12px; }
	.mainContainer .section2 .title strong			{ max-width:none; width:100%; }
	.mainContainer .section2 .title strong:after		{ content:''; width:100%; height:2px; background:#ff4d07; position:absolute; top:50%; left:0; transform:translateY(-50%); }
	.mainContainer .section2 .title strong span		{ font-size:20px; padding:0 30px; }
	
	.mainContainer .section2 ul p					{ padding-bottom:20px; }
	.mainContainer .section2 ul.over2 p				{}
	.mainContainer .section2 ul p span				{ font-size:12px; padding:10px 0 0; }
	.mainContainer .section2 ul p strong				{ font-size:18px; padding:10px 0; }
	.mainContainer .section2 ul p strong span		{ font-size:18px; }
	.mainContainer .section2 ul p em					{ font-size:12px; padding-right:25px; }

	.mainContainer .section2 ul						{ display:none; }
	.mainContainer .section2 .mobSectionSlider		{ display:block; }
	.mainContainer .section2 .mobSectionSlider ul							{ display:block; }
	.mainContainer .section2 .mobSectionSlider ul .slick-slide				{ margin: 0 14px; width:calc(100vw - 140px); }
    /* 24년도 한박 끝 */

    .sec03_wrap			{ padding:0 0 50px; }
	.sec03_wrap .title	{ padding:0 0 40px; }
	.sec03_wrap .title span				{ font-size:12px; }
	.sec03_wrap .title strong			{ max-width:none; width:100%; }
	.sec03_wrap .title strong:after		{ content:''; width:100%; height:2px; background:#aacf52; position:absolute; top:50%; left:0; transform:translateY(-50%); }
	.sec03_wrap .title strong span		{ font-size:20px; padding:0 30px; }

    .contents article                   {padding: 0 2.5rem 5.5rem;}
}

    
/* 모바일 스타일 */

@media (max-width: 960px) {
    
    .main_visual .txt_box { padding: 0 20px; left: 5%; top: 10%; text-shadow: 0 -1px 1px rgba(51, 51, 51, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);}
    .main_visual .txt_box strong, .main_visual .txt_box strong > span  { font-size: 1.5rem; }
    .main_visual .txt_box > p { font-size: 0.875rem; }
    .main_visual .txt_box > button { padding: 8px 20px; font-size: 0.75rem; }
    .mainContainer .section .title strong span  {background-color: #fff;}
    .mainContainer .section2.gray  .title strong span		{ background:#f2f2f2; }
    .mainContainer .section2        {height: 1130px; max-height: unset;}

    .contents article { padding: 3.75rem 2.5rem; }
	.contents article:nth-child(2)	{ padding: 3.75rem 2.5rem;}
    .contents article:nth-child(4) { padding: 1.5rem 0 0;}
    .post01 .postItem, .post02 .postItem { width: 100%; margin: 0 auto;}
    .postItem > a > .pic > img { width: 100%;}
    .desc strong, .desc strong> span { font-size: 1.5rem; }
    .desc span { font-size: 1rem; margin-bottom: 1rem;}
    .postItem > a:hover >.desc span { font-size: 1rem; margin-bottom: 1rem;}
    .postItem > a:hover > .desc strong, .postItem > a:hover > .desc strong> span
    { font-size: 1.5rem; }
    
    .post01 .postItem:nth-child(2)  { margin-top:0; }
    .post01, .post02 { flex-direction: column; gap: 2.5rem 0;}
    .post02 .postItem .desc { height: auto; margin: 0 auto; width: auto;}
    .post03 .postItem a{ flex-direction: column;}
    .post03 .postItem a .pic { width: 100%;}
    .post03 .postItem a .desc { width: 100%;}
    .post03 .postItem a .desc p { font-size: 1.25rem; margin-top: 1.5rem;}
    .boxwrap { flex-direction: column; gap: /*3.75rem 0;*/}
    .boxwrap .banner { width: 100%;}
    
    .mainContainer          {padding: 0 0 0;}
	
	.sec01_wrap, .sec02_wrap, .sec03_wrap	{ display:block;}
    .sec03_wrap             { padding-bottom: 0;}
	.post01 .postItem .pic	{ width: auto;}
	.postItem_1	{ margin:0 auto 30px !important;}
	.postItem_2	{ margin:0 auto 30px !important;}
    .postItem_3	{ margin:0 auto 30px !important;}
	.boxwrap .banner .txt1 { font-size: 1.65rem; font-weight: 600; margin-right: 7.25rem; padding: 0 0 0 288px;}
	.boxwrap .banner .txt2 { font-size: 1.65rem; font-weight: 600; margin-right: 7.25rem; padding: 0 0 0 288px;}
	
	.boxwrap .banner02 a:after	{ background-size: 74%; left: 58px; top:8px;}
    .boxwrap .banner01 a:after	{ background-size: 74%; left: 27px; top:8px;}
	
	.txt1_1	{ display:none;}
	.txt2_1	{ display:none;}
	
	.contents article .txt_box	{ display:block;}
	.contents article .txt_box strong	{ display:block;}
	.p1_2>a	{ display:block;}
	.p1_3>a	{ display:block;}
	.txt_box_m	{ height:auto; width:auto; padding:20px; box-shadow:0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);}
	.txt_box_m div { display:block; font-size:1rem; margin-bottom:6px; color: #1db9f6;}
	.txt_box_m strong	{ font-size:1.25rem}
	.txt_box_m strong>span	{ display:contents; font-size:1.25rem; color:#ffa800;}
	.main_title	{ margin-bottom:6px; line-height: 1.2;}
	.txt_box_m strong>p	{ font-size:1rem;}
	.container section:nth-child(2)	{ margin-top: 120px;}
	
	.hambuger_btn span:nth-of-type(1)	{ right: 70px; width: 20px; top: 4px;}
	.hambuger_btn span:nth-of-type(2)	{ right: 70px; width: 20px;}
	.hambuger_btn span:nth-of-type(3)	{ right: 70px; width: 20px; bottom: 4px;}

    .quick  {top: 115%;}
    .mainContainer .section { background-color: #fff; height: 1000px; margin-bottom: 0px;}
    .mainContainer .section ul a    {display: block;}
    .mainContainer .section ul.over div p           {  background-color: #fff; padding: 0; padding-bottom: 20px;}
    .overbox                {left: 0; width: calc(100% - 46px); top: unset; height: unset; margin-top: -40px;}
    .overbox p strong       {color: #000; font-weight: bold; display: block;}
    .overbox2               { background-color: #f2f2f2;}
    .over2 p                {padding: 0;}
    .overbox2 em            {left: 0;}
    .mainContainer .section2 ul p strong   {color: #000; font-weight: bold; display: block;}

    .txt_boxbt              {color: #acacac; transition: all 1s;}
    .txt_boxbt:hover        {color: #000;}
    
    }

/* 모바일 스타일 */
@media (max-width: 768px) {

    /*.slick-slide { height: 25rem;}
    .main_visual picture, .main_visual picture img { height: 25rem;}*/
    .boxwrap .banner01 a:after, .boxwrap .banner02 a:after {  background-size: 71%; }
    .boxwrap .banner a { padding: 36px 0;}
    .boxwrap .banner .txt1 { font-size: 1.45rem; margin-right: 0; padding: 0 0 0 228px;}
	.boxwrap .banner .txt2 { font-size: 1.45rem; margin-right: 0; padding: 0 0 0 228px;}
    .post03	{ display:block; padding: 0 2.5rem;}
	
	.boxwrap .banner02 a:after	{ background-size: 62%; left: 53px; top:4px;}
    .boxwrap .banner01 a:after	{ background-size: 62%; left: 27px; top:4px;}
    .mainContainer .section     { height: 800px; margin-top: 10px;}
    .mainContainer .section2    {height: 940px;}
    .contents article           {padding: 3.75rem 0 0; }
    .eventbox01                 {background-size: 40%; border-radius: 20px; margin-bottom: 20px;}
    .cham01                     {font-size: 14px; margin-top: 20px;}
    .eventbox01 p               {font-size: 20px;}
    .eventbox01 strong          {font-size: 20px;}
    .eventbox01 button          {margin-top: 50px; margin-bottom: 20px; margin-left: 12%;}

    .eventbox02                 {background-size: 40%; border-radius: 20px; margin-bottom: 20px;}
    .cham02                     {font-size: 14px; margin-top: 20px;}
    .eventbox02 p               {font-size: 20px;}
    .eventbox02 strong          {font-size: 20px;}
    .eventbox02 button          {margin-top: 50px; margin-bottom: 20px; margin-left: 12%;}

    .cham03                     {font-size: 14px;}
    .evbox1 .eventbox03         {height: 200px;}
    .eventbox03 p               {font-size: 24px; margin-top: 50px;}
    .eventbox03 strong          {font-size: 22px;}
    .eventbox03 button          {margin-top: 50px; margin-bottom: 20px; margin-left: 12%;}
    .chamimg1                   {}

    .cham04                     {font-size: 14px;}
    .evbox2 .eventbox04         {height: 200px;}
    .eventbox04 p               {font-size: 24px; margin-top: 50px;}
    .eventbox04 strong          {font-size: 22px;}
    .eventbox04 button          {margin-top: 50px; margin-bottom: 20px; margin-left: 12%;}
    .chamimg2                   {right: 0px;}
    .chamimg2 img               {width: 60%;}
}

/* 모바일 스타일 */
@media (max-width: 720px) {

    
    .main_visual .txt_box { vertical-align: top; left: 2.5%;}
    .main_visual .slick-active .txt_box { vertical-align: top;} 
    .main_visual_section .txt_box span { font-size: 1rem; margin-bottom: 0.75rem;}
    .main_visual .txt_box strong, .main_visual .txt_box strong > span
    { font-size: 1.25rem; margin-bottom: 1rem;}
    .main_visual_section .txt_box p { font-size: 1rem; margin-bottom: 0.75rem;}
    .boxwrap .banner a { padding: 28px 0; }
    .boxwrap .banner02 a:after	{ background-size: 52%; left: 50px; top:10px;}
    .boxwrap .banner01 a:after	{ background-size: 52%; left: 27px; top:10px;}
    .mainContainer .section     {height: 780px;}
    .section2.gray              {height: 880px;}
    
    

}
@media (max-width: 641px) {
   
/*    .main_visual picture img { object-position: -16rem 0;}*/

    .section2.gray              {height: 800px;}
}

@media (max-width: 554px) {
	
	.boxwrap .banner .txt1 { font-size: 1.25rem; margin-right: 0; padding: 0 0 0 184px;}
	.boxwrap .banner .txt2 { font-size: 1.25rem; margin-right: 0; padding: 0 0 0 184px;}
	
	.boxwrap .banner02 a:after	{ background-size: 50%; left: 36px; top:5px;}
    .boxwrap .banner01 a:after	{ background-size: 50%; left: 14px; top:4px;}
    .mainContainer .section     {height: 680px;}
    .section2.gray              {height: 720px;}
}


    
/* 모바일 스타일 */
@media (max-width: 500px) {

    .mainContainer .section     {height: 620px; padding-bottom: 0;}
    .section2.gray              {height: 680px;}
}

@media (max-width: 480px) {
    
    .contents article { padding: 3.75rem  0;}
    .contents article:nth-child(4) { padding: 1.5rem 1.5rem 3.75rem;}
    
    .boxwrap .banner01 a:after, .boxwrap .banner02 a:after { right: -45px; background-size: 55%;}
    .mainContainer .section     {height: 580px;}
    .section2.gray               {height: 620px;}
}

@media (max-width: 425px) {

    .boxwrap .banner01 a:after, .boxwrap .banner02 a:after { right: -72px; background-size: 45%;}
    
}

@media (max-width: 410px) {

    .mainContainer .section     {height: 500px;}
    .section2.gray               {height: 540px;}
}
/* 모바일 스타일 */
@media (max-width: 375px) {
    .frame_mo { display:none;}
    .desc span { font-size: 0.875rem; margin-bottom: 0.875rem;}
    .desc strong, .desc strong> span { font-size: 1.375rem; }
    .postItem > a:hover >.desc span { font-size: 0.875rem; margin-bottom: 0.875rem;}
    .postItem > a:hover > .desc strong, .postItem > a:hover > .desc strong> span
    { font-size: 1.375rem; }
    .postItem .desc { padding: 1.25em;}
    .post02 .postItem .desc { padding: 1.5rem 1.25rem 1.75rem;}

    

}

@media (max-width: 320px) {
    

}