.main_visual { 
    height: 100vh; 
    width: 100%; 
    overflow-x: hidden; 
    position: relative; 
}
.main_visual .swiper { 
    width: 100%; 
    height: 100%; 
}
.main_visual .swiper-slide { 
    background-position: center; 
    background-size: cover; 
    display: flex; 
    align-items: flex-end; 
    justify-content: flex-start; 
}
.main_visual .swiper-slide.slide1 { 
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url('../img/main01.jpg'); 
}
.main_visual .swiper-slide.slide2 { 
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/main02.jpg'); 
}
.main_visual .swiper-slide.slide3 { 
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/main03.jpg'); 
}
.main_visual .swiper-slide.video-slide, 
.main_visual .swiper-slide.youtube-slide { 
    background-image: none; 
}

.main_visual .swiper-slide .visual-tit { 
    color: #fff; 
    text-align: left; 
    position: absolute; 
    bottom: 150px; 
    left: 150px; 
    z-index: 2; 
    padding: 0 20px; 
}
.main_visual .swiper-slide .title { 
    font-weight: 500; 
    line-height: 1.2; 
    font-size: 3vw; 
    margin-bottom: 20px; 
}
.main_visual .swiper-slide .description { 
    font-size: 0.9vw; 
    color: #fff; 
    opacity: 0.8 
}
.video-background { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
.video-slide::before, 
.youtube-slide::before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}
.main_visual .nav-and-scroll { 
    position: absolute; 
    bottom: 50px; 
    right: 150px; 
    display: flex; 
    align-items: center; 
    z-index: 100; 
}
.main_visual .nav-buttons { 
    display: flex; 
    margin-right: 10px; 
}
.main_visual .swiper-button-next, 
.main_visual .swiper-button-prev { 
    position: relative; 
    width: 80px; 
    height: 80px; 
    border-radius: 50%; 
    border: 1px solid rgba(255, 255, 255, 0.2); 
    background-color: transparent; 
    transition: all ease 0.3s; 
    margin: 0 5px; 
}
.main_visual .swiper-button-prev { 
    background: url('../img/main_arrow01.png') no-repeat center; 
}
.main_visual .swiper-button-next { 
    background: url('../img/main_arrow02.png') no-repeat center; 
}
.main_visual .swiper-button-prev::after, 
.main_visual .swiper-button-next::after { 
    content: ''; 
}
.main_visual .swiper-button-prev:hover, 
.main_visual .swiper-button-next:hover { 
    border-color: #fff; 
}
.main_visual .scroll_move { 
    width: 80px; 
    height: 80px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 50%; 
    background-color: rgba(255, 255, 255, 0.2); 
    animation: moveUpDown 2s infinite; 
}
.main_visual .scroll_move .scroll_icon { 
    font-size: 30px; 
    color: #fff; 
    line-height: 1; 
    animation: bounce_frames 0.5s alternate infinite cubic-bezier(0.5, 0.05, 1, 0.5); 
}
@keyframes moveUpDown { 
    0%, 100% { 
        transform: translateY(0); 
    } 
    50% { 
        transform: translateY(-10px); 
    } 
}
@keyframes bounce_frames { 
    from { 
        transform: translateY(0); 
    } 
    to { 
        transform: translateY(5px); 
    } 
}

/* 애니메이션 스타일 */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.main_visual .swiper-slide .title,
.main_visual .swiper-slide .description {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.main_visual .swiper-slide-active .title {
    animation-name: fadeInLeft;
    animation-delay: 0.5s;
}
.main_visual .swiper-slide-active .description {
    animation-name: fadeInLeft;
    animation-delay: 1s;
}

@media screen and (max-width: 768px) {
    .main_visual .swiper-slide .title { font-size: 8vw; }
    .main_visual .swiper-slide .description { font-size: 3.5vw; word-break: keep-all; line-height: 1.65 }
    .main_visual .nav-and-scroll { bottom: 10px; right: 10px; }
    .main_visual .swiper-button-next, .main_visual .swiper-button-prev, .main_visual .scroll_move { width: 50px; height: 50px; }
    .main_visual .scroll_move .scroll_icon { font-size: 16px; }
    .main_visual .swiper-slide .visual-tit { bottom: 100px; left: 20px; }
}

@media screen and (max-width: 480px) {
    .main_visual .nav-buttons { display: none }
    .main_visual .swiper-slide .visual-tit { bottom: 50px; left: 10px; }
}

.s-inner { width: 90%; max-width: 1580px; position: relative;margin-left: auto; margin-right: auto;}    
.s-inner h3 { color: #fff; font-size:20px }    
#tl_cont { position: relative; padding: 5% 0; text-align: center }
#tl_cont .t1 { font-size: 60px; font-weight: bold;  margin: 0.35em 0 0.7em; }
#tl_cont .t2 { font-size: 22px; font-weight: 500; color:#212121; }
#tl_cont .t3 { font-size: 18px; color:#555; line-height: 1.65; margin-top:20px; }


@media all and (max-width:1280px) {
  #tl_cont { padding: 8% 0; }
}

@media all and (max-width:976px) {
  #tl_cont img { width: 35px; }
  #tl_cont .t1 { font-size: 64px; }
  #tl_cont .t2 { font-size: 22px; }
}

@media all and (max-width:767px) {
  #tl_cont { padding: 10% 0; }
}
@media all and (max-width:568px) {
  #tl_cont { padding: 14% 10%; }
  #tl_cont .t3 { font-size: 16px}
  #tl_cont .t3 br { display: none; }
}

@media all and (max-width:480px) {
  #tl_cont img { width: 30px; }
  #tl_cont .t1 { font-size: 3.4rem; }
}

    
#tl_product { position: relative; width: 100%; overflow: hidden; padding: 150px 0; }
#tl_product::before { content:''; width: 45vw; height: calc(100% - 70px); max-width: 1200px; display: block; position: absolute; left:0; top:0; background: url("../img/section01_bg.jpg") no-repeat center; background-size: cover; }
#tl_product .s-inner { display: table; table-layout: fixed; }
#tl_product .s-inner > div { display: table-cell; vertical-align: top; }
#tl_product .mtit { padding-right: 2%; }
#tl_product .mtit .t2 { color:#fff; opacity: 0.8; font-size: 18px; line-height: 1.65; max-width: 500px; word-break:  keep-all}

#tl_product .cont { overflow: hidden; width: 65%; }
#tl_product .cont > div { position: relative; width: calc((100% - 100px) / 3); height: 450px; max-height: 24vw; margin-left: 30px; float: left; background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 10px}
#tl_product .cont > div:first-child { margin-left:0; }
#tl_product .cont > div a { width: 100%; height: 100%; display: block; color:#fff; z-index:10;}
#tl_product .cont > div a dl { padding: 40px 30px; position: absolute; left:0; bottom:0; }
#tl_product .cont > div a dl dt { font-size: 25px; font-weight: 800; padding-bottom: 10px }
#tl_product .cont > div a dl dd { font-size: 18px }
#tl_product .cont > div a:hover::before { content:''; width: 100%; height: 100%; position: absolute; left:0; top: 0; background: #000; opacity: 0.2; }
#tl_product .cont > div.m-img01 { background-image:url("../img/product1.jpg"); }
#tl_product .cont > div.m-img02 { background-image:url("../img/product2.jpg"); }
#tl_product .cont > div.m-img03 { background-image:url("../img/product3.jpg"); }



@media all and (max-width:1480px) {
  #tl_product { padding-top: 70px; }
  #tl_product::before { height: 90%; }
  #tl_product .cont > div { width: calc((100% - 60px) / 3); max-height: 26vw; margin-left: 30px; }
}

@media all and (max-width:1280px) {
  #tl_product { padding-top: 40px; }
  #tl_product .cont { padding-top: 40px; }
  #tl_product .cont > div { width: calc((100% - 30px) / 3); max-height: 28vw; margin-left: 15px; }
  #tl_product .mtit .t2 br { display: none; }
}

@media all and (max-width:1080px) {
  #tl_product { padding-top: 5%; }
  #tl_product::before { width: 60vw; height: 70%; }
  #tl_product .s-inner { display: block;  }
  #tl_product .s-inner > div { display: block;  }
  #tl_product .cont { width: 100%; margin-top: 5%;  }
  #tl_product .mtit .t2 { width: 55%; }
  #tl_product .cont > div  { max-height: 38vw; }
}

@media all and (max-width:767px) {
  #tl_product::before { width: 80vw; height: 60%; }
  #tl_product .s-inner > div { padding: 0; }
  #tl_product .cont > div  { width: calc((100% - 20px) / 3); max-height: 40vw; margin-left: 10px; }
}


@media all and (max-width:568px) {
    #tl_product { padding-top: 0; padding-bottom: 10%;  }
    #tl_product::before { width: 100vw; height: 35%; top: inherit; bottom:0; }
    #tl_product .mtit { position: absolute; top: 0; left:0; width: 48%; margin-top: 7%;  }
    #tl_product .mtit .t1 { color:#212121 !important; }
    #tl_product .mtit .t2 { color:#888; width: 100%; }
    #tl_product .cont { width: 100%; float: right; margin-top:0;  }
    #tl_product .cont > div  { width: calc(50% - 5px); float: right; margin: 5px 0 5px 10px; max-height: 58vw;  }
    #tl_product .cont > div:nth-child(odd) { margin-left:0; }
    #tl_product .cont > div.m-img02 { clear: both; }
    #tl_product .cont > div a dl dd { font-size: 16px }
}

@media all and (max-width:480px) {
  #tl_product .mtit { margin-top: -25px; }
  #tl_product .mtit .t1 { margin-bottom: 0.5em; }
  #tl_product .mtit .t2 { line-height: 1.65; font-size:16px; }
  #tl_product .cont > div a dl { padding: 2em 1.5em; }
}



    
    
#tl_product .mtit .en { color:#00aeef;  }
#tl_product .mtit .t1 { font-size: 50px; line-height: 1.25em; font-weight: 800; margin: 0.5em 0 1em; color:#fff; word-break: keep-all; max-width: 500px }
#tl_product .mtit .t1 span { font-weight: bold}    


@media all and (max-width:1280px) {
  #tl_product .mtit .t1 { font-size: 2.6rem; }
}

@media all and (max-width:568px) {
  #tl_product .mtit .t1 { font-size: 22px; margin: 0.5em 0 0.7em; line-height: 1.2em; }
}    
    
    
.section01 { background: #f5f5f5; padding: 150px 0; z-index: 2; position: relative;}
.section01 .tit_wrap h2 *,
.section01 .tit_wrap h2 {color: #fff;}
.section01.inner .cont_wrap {max-width: 1600px}
.section01 .cont_wrap { display: flex; flex-wrap: wrap;height: auto; padding: 0}
.section01 .cont_wrap a { flex: 1 1 25%; box-sizing: border-box;  padding: 10px; text-align: center;}
.section01 .cont_wrap .img {margin-bottom: 10px;}
.section01 .cont_wrap img { width: 100%; height: auto; display: block;} 
.section01 .cont_wrap > a .img {overflow: hidden; position: relative;  width: 100%; border-radius: 10px}
.section01 .cont_wrap > a .img img { width: 100%; height: auto; display: block;}
.section01 .cont_wrap > a .img::before { transition: all 0.5s;  display: inline-block; content: '';width: 100%;  height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.6); opacity: 0;}
.section01 .cont_wrap p{font-size:20px;margin-top:30px; text-align: center; font-weight: 800; }
.section01 .cont_wrap:hover a:not(:hover) .img::before { opacity: 1;}
.section01 .cont_wrap > a .img:hover:before{-webkit-transform:scale(1.05); -moz-transform:scale(1.05);  -o-transform:scale(1.05);  transform:scale(1.05);}
.section01 .cont_wrap > a .img:hover{box-shadow: 15px 18px 40px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 15px 18px 40px rgba(0, 0, 0, 0.3)  ;-moz-box-shadow: 15px 18px 40px rgba(0, 0, 0, 0.3)  ; }
    
.section01 .cont_wrap + .tit_wrap {padding-top: 180px;}
.section01 .banner_txt {padding-bottom: 140px !important;}
.section01 .banner_txt p {color: #fff !important;}
    
    @media (max-width: 1200px) {
      .section01 .cont_wrap a {
        flex: 1 1 33.333%; /* 세 개의 아이템이 한 줄에 있도록 설정 */
      }
    }

    @media (max-width: 900px) {
      .section01 {padding: 50px 0;}    
      .section01 .cont_wrap a {
        flex: 1 1 50%; /* 두 개의 아이템이 한 줄에 있도록 설정 */
      }
    }

    @media (max-width: 600px) {
      .section01 .cont_wrap a {
        flex: 1 1 100%; /* 한 개의 아이템이 한 줄에 있도록 설정 */
        padding: 10px 0
      }
   }
    
    
.audioTitle { display: flex; align-items: flex-start; gap:150px; /* Optional: adds some space between the h3 and dl */}
.audioTitle h3 {  margin: 0; /* Remove default margin */}
.audioTitle dl {  margin:0  }
@media (max-width: 768px) {
    .audioTitle  { display: block}
    
}
     

    
.section02 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/section02_bg.jpg');  background-size:cover; color:#FFF; padding: 150px 0 }   
.section02 .audioTitle h3 {padding-bottom:0.8em; font-size: 80px;}
.section02 .audioTitle dt { font-size: 25px; color: #fff; font-weight: 600; padding-top: 10px}
.section02 .audioTitle dd { font-size: 18px; color: #fff; opacity: 0.8; font-weight: 400; max-width:648px; line-height: 1.65; padding-top: 20px}    

.section02 ul {display:flex; border-right:1px dashed rgba(255,255,255,0.2)}
.section02 ul li {padding:50px; width:25%; border-left:1px dashed rgba(255,255,255,0.2)}
.section02 ul li i { font-size: 30px; padding-bottom: 10px}
.section02 ul li a {color:#FFF}
.section02 ul li img {padding-bottom:70px;}
.section02 ul li dl dt {font-size:2.6rem; font-weight:500}
.section02 ul li dl dd {opacity:0.8; line-height:1.8em; word-break: keep-all;  font-size:18px }
.section02 ul li dl .eng {margin:1em 0; opacity:0.5; font-size: 22px;  font-weight:500}
.section02 ul li a:hover {color:#68d7b4; }
.section02 ul li a:hover dt {transition: all 0.1s ease-out; text-decoration:underline; text-decoration-thickness:1px }
.section02 ul li a:hover dd { opacity:1;}

@media all and (max-width:1599px) {
	.section02 ul li {padding:30px;}
}
@media all and (max-width:1340px) {
	.section02 ul li dl dd br.br1340 {display:none}
}
@media all and (max-width:1299px){
	.section02 .audioTitle h3 {padding-bottom:1em; font-size: 40px}
    .section02 .audioTitle dd { font-size: 16px}
	.section02 ul li dl dd br {display:none}
}
@media all and (max-width:1190px){
	.section02 ul li img {padding-bottom:50px;}
	.section02 ul li dl dd { font-size:16px; line-height:1.65;}
}
@media all and (max-width:976px){
	.section02 ul {flex-wrap:wrap}
	.section02 ul li { width:50%; padding:1.5em}
	.section02 ul li:nth-child(1), 
	.section02 ul li:nth-child(2) {border-bottom:1px dashed rgba(255,255,255,0.2)}
	.section02 ul li img {padding-bottom:30px;}
}
@media all and (max-width:480px){
    .section02 ul { border-right: 0}
    .section02 ul li { border-left: 0}
    .section02 ul li { width:100%; padding:50px 0}
	.section02 ul li dl dd { font-size:16px; line-height:1.65;}
    .section02 ul li dl dt { font-size: 25px}
}


    
    
.section03 { width: 100%; padding: 150px 0 0; }
.section03 .inner {width: 100%;  display: flex; justify-content: space-between; flex-wrap: wrap}
.section03 .left { width: 40%}
.section03 .left h2 { font-size:50px; font-weight: 800}
.section03 .right { width: 60%}
.section03 .right p {word-break:keep-all; font-size:20px; line-height:1.65; color:#555; font-weight: 500; text-align: left }

@media all and (max-width:768px){
    .section03 { width: 100%; padding: 50px 0 0; }
    .section03 .left h2 { font-size: 32px; padding-bottom: 20px}
    .section03 .inner { display: block}
    .section03 .left { width: 100%}
    .section03 .right { width: 100%}
    .section03 .right p { font-size: 16px}
   
}
    

/* 기본 스타일 (모바일 우선) */
.section04 {overflow: hidden;}
.section04 .swiper-container { padding: 50px 0;  max-width: 100%; margin: 0 auto;}
.section04 .swiper-wrapper { display: flex; flex-direction: column; gap: 20px;}
.section04 .swiper-slide { width: 100%; height: 300px; border-radius: 10px; transition: all 0.5s ease;overflow: hidden;}
.section04 .swiper-slide.slide1 { background: url(../img/section03_img01.jpg) no-repeat center / cover; }
.section04 .swiper-slide.slide2 { background: url(../img/section03_img02.jpg) no-repeat center / cover; }
.section04 .swiper-slide.slide3 { background: url(../img/section03_img03.jpg) no-repeat center / cover; }
.section04 .swiper-slide a {display: block;  position: relative; height: 100%; border-radius: 10px;}
.section04 .swiper-slide a::before { content: ''; position: absolute;top: 0; right: 0; bottom: 0;left: 0; background: rgba(0, 0, 0, 0.5); transition: background 0.5s ease;}
.section04 .swiper-slide.active {height: 500px;}
.section04 .swiper-slide.active a::before { background: rgba(0, 0, 0, 0.3);}

.section04 .txt_wrap { position: absolute; top: 50px; left: 30px; right: 30px; bottom: 0; z-index: 1; color: #FFF; transition: all 0.5s ease; }
.section04 .txt_wrap .en { font-size: 18px; font-weight: 500; line-height: 1.4; }
.section04 .txt_wrap .tit { display: block; margin-top: 10px; font-size: 32px; font-weight: 500; line-height: 1.2; letter-spacing: -0.5px; }
.section04 .txt_wrap .desc { max-height: 0; opacity: 0; overflow: hidden; transition: all 0.5s ease; }
.section04 .txt_wrap .desc p { font-size: 16px; line-height: 1.5; }
.section04 .swiper-slide.active .txt_wrap .desc { max-height: 200px; opacity: 1; margin-top: 20px; }
.section04 .txt_wrap .btn_more { position: absolute; bottom: 30px; right: 0; opacity: 0; transition: opacity 0.5s ease; }
.section04 .swiper-slide.active .txt_wrap .btn_more { opacity: 1; }

/* 태블릿 스타일 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .section04 .swiper-slide {
        height: 400px;
    }

    .section04 .swiper-slide.active {
        height: 600px;
    }
}

/* 데스크톱 스타일 */
@media screen and (min-width: 1024px) {
    .section04 .swiper-container {
        max-width: 1600px;
        padding: 98px 0;
    }

    .section04 .swiper-wrapper {
        flex-direction: row;
        gap: 20px;
        height: 570px;
    }

    .section04 .swiper-slide {
        width: calc((100% - 40px) / 3);
        height: 100%;
    }

    .section04 .swiper-slide.active {
        width: 50%;
        height: 100%;
    }

    .section04 .swiper-slide:not(.active) {
        width: calc((100% - 50% - 40px) / 2);
    }

    .section04 .txt_wrap {
        top: 100px;
        left: 40px;
        right: 40px;
    }

    .section04 .txt_wrap .en {
        font-size: 24px;
    }

    .section04 .txt_wrap .tit {
        font-size: 36px;
        margin-top: 20px;
    }

    .section04 .txt_wrap .desc p {
        font-size: 18px;
    }

    .section04 .swiper-slide.active .txt_wrap .desc {
        max-height: none;
    }
}

/* 대형 데스크톱 스타일 */
@media screen and (min-width: 1600px) {
    .section04 .swiper-wrapper {
        gap: 40px;
    }

    .section04 .swiper-slide {
        width: calc((100% - 80px) / 3);
    }

    .section04 .swiper-slide.active {
        width: 50%;
    }

    .section04 .swiper-slide:not(.active) {
        width: calc((100% - 50% - 80px) / 2);
    }

    .section04 .txt_wrap {
        left: 60px;
        right: 60px;
    }

    .section04 .txt_wrap .tit {
        font-size: 48px;
    }
}






 
.section05{width:100%;height:883px;background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../img/section05_img01.jpg);display:flex;align-items:center;justify-content:center;margin:150px 0}
.section05 .inner{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%}
.section05 .left { width: 70%;}
.section05 .left h2{font-size:70px;color:#fff;font-weight:700}
.section05 .left span { color: #ed6e00;}
.section05 .left p{font-size:18px;color:#fff;font-weight:500;max-width:500px;word-break:keep-all;line-height:1.65;margin-top:20px}
.section05 .right { width: 30%; }
.section05 .right ul li span{font-size:70px;color:#fff;font-weight:700}
.section05 .right ul li{font-size:20px;font-weight:500;color:#fff;letter-spacing:-1px;text-align:left;padding-bottom:50px}

@media screen and (max-width: 768px) {
    .section05 {margin:50px 0}
    .section05 .inner { display: block; padding: 0 20px}
    .section05 .left {width: 100%; padding-bottom: 50px}
    .section05 .left h2 { font-size: 45px}
    .section05 .left p {font-size: 16px}
    .section05 .right {width: 100%}
    .section05 .right ul li span { font-size: 40px}
}


    
.section06 { padding: 0 0 150px 0}
.section06 h2 { text-align: center; font-weight: bold; font-size: 55px; margin-bottom: 80px }
.section06 .service .rolling-bn .loop-cont .banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2.1111111111rem 4.3333333333rem;height:7.3333333333rem;border-radius:10px;background:#f6f6f9;-ms-flex-negative:0;flex-shrink:0}
.section06 img { vertical-align: middle;  max-width: 100%; width: auto;}
.section06 .sect.rolling-bn {overflow: hidden; padding: 20px 0;}
.section06 h3.fs-3 { text-align: center; margin-bottom: 30px;font-weight: bold; font-size: 50px; margin-bottom: 80px; letter-spacing: -1px}
.section06 .loop-cont{position:relative;width:100%;overflow:hidden;margin-bottom:20px}
.section06 .banner-list{display:flex;list-style:none;padding:0;margin:0;animation:60s linear infinite slide}
.section06 .banner-list.reverse { animation-direction: reverse;}
.section06 .banner{flex:0 0 auto;margin:0 10px;width:250px;height:80px;line-height:80px; text-align:center}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
 

@media screen and (max-width: 768px) {
    .section06 { padding: 0 0 50px 0}
    .section06 h3.fs-3 { font-size: 32px}
}
  
    
    
.section07 { padding: 150px 0px; margin:  0;  text-align: center; overflow: hidden; ;background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../img/section07_img01.jpg); background-size: cover; position: relative; background-attachment: fixed; }
.section07 h2 { font-size: 50px; color: #fff; line-height: 30px; font-weight: 600; margin-bottom: 20px }
.section07 p { display: block; font-size: 18px; color: #EBEBEB; line-height: 23px; padding: 20px; word-break: keep-all; }
.section07 ul { display: flex; justify-content: space-between; width: 100%; vertical-align: middle; margin-top: 80px; padding: 0; list-style: none; }
.section07 ul li { display: flex; flex: 1; justify-content: center; box-sizing: border-box; padding: 0 10px; }
.section07 .box{display:block;text-align:center;text-decoration:none;color:inherit;position:relative;z-index:1;padding:8em 4em;transition:background .3s}
.section07 .box i { color: #fff;}    
.section07 .box:hover { background: linear-gradient(-45deg, #cc3f86, #572379); border-radius: 10px}
.section07 .box_icon{font-size:3em;margin-bottom:10px;z-index:1;position:relative}
.section07 .box_tit{font-size:30px;margin-bottom:10px;color:#fff;font-weight:700;z-index:1;position:relative}
.section07 .box_cont{font-size:18px;color:#fff;opacity:.8;font-weight:400;padding-top:20px;z-index:1;position:relative;line-height:1.6; word-break: keep-all}
.section07 .box_cont i { color: #fff;}    

@media screen and (max-width: 683px) {
    .section07 .main_title_01 .txt_ko {
        font-size: 1.5em;
    }
    .section07 .b3_box .box {
        padding: 2em 1em;
    }
    .section07 .b3_box .box > .box_tit {
        font-size: 1.2em;
    }
}
    
@media (max-width: 1200px) {
    .section07 ul {  display: block}
    .section07 ul li {
        flex-basis: 25%; /* 한 줄에 네 개씩 배치 */
    }
}

/* 중간 크기 화면에서 (예: 태블릿) */
@media (max-width: 1024px) {
    .section07 h2 { font-size: 32px}
    .section07 ul li {
        flex-basis: 33.33%; /* 한 줄에 세 개씩 배치 */
    }
}

/* 작은 화면에서 (예: 작은 태블릿) */
@media (max-width: 768px) {
    .section07 ul li {
        flex-basis: 50%; /* 한 줄에 두 개씩 배치 */
    }
}

/* 아주 작은 화면에서 (예: 휴대폰) */
@media (max-width: 480px) {
    .section07 ul li {
        flex-basis: 100%; /* 한 줄에 하나씩 배치 */
        padding: 10px 0; /* 상하 여백 추가 */
    }
	.section07 .box_cont {
		font-size: 16px
		
	}
}
    
.section08 { width:100%; padding:100px 0;  background-color:#f3f3f3;}
.section08 .inner{width: 100%;/* border-radius: 20px; */ display: flex; justify-content: space-between; flex-wrap: wrap;}
.section08 .event01 { width:40%}
.section08 .event02 { width:60%}
.section08 .event .top{ clear:both}
.section08 .event .bottom { clear:both}
.section08 .event01 h2 { font-size:70px; font-weight:bold; color:#000; float:left}
.section08 .event01 h3 { font-size:30px; font-weight:500; color:#333; float:left; line-height:1.1; padding:8px 0 0 5px} 
.section08 .event01 p { font-size:18px; color:#555; font-weight:400; padding-top:20px; display:inline-block; max-width:500px; word-break:keep-all; line-height:1.5}

@media screen and (max-width: 978px) {
	.section08 .event{ width:100%}
	.section08 .event .top { padding-bottom:20px}
}

    

.location {position:relative}
.location .contWrap { padding:4em 3em; background:rgba(95,152,120,0.95); color:#FFF; text-align:center;position:absolute; left:19%; top:50%; transform:translateY(-50%); z-index:3 }
.location .contWrap h3 { font-size:32px; color:#FFF; ; font-weight:700; text-align: left}
.location .contWrap .add {margin:1em 0 0.5em; font-size:20px }
.location .contWrap .tel {font-size:23px; color:#ffee2d; font-weight:800; text-align: left }
.location .contWrap .tel i {padding-right:0.3em; font-size:2.2rem; }
.location .contWrap ul {margin-top:1.5em; padding-top:1.5em; border-top:1px solid rgba(255,255,255,0.2); display:flex;  text-align:left; }
.location .contWrap ul li.t {width:100px;  font-size:22px;  font-weight:normal}
.location .contWrap ul li.c {width:calc(100% - 100px);font-size:18px; line-height: 1.6}
.location .contWrap ul li.c dl {display:flex}
.location .contWrap ul li.c dl dt { width:80px;}
.location .contWrap ul li.c dl dd { width:calc(100% - 80px);}

.location #mMap .root_daum_roughmap .wrap_controllers { display:none }
.location #mMap .root_daum_roughmap .wrap_map {height: 610px !important;}

@media all and (max-width:1599px) {
	.location .contWrap { left:5% }
}
@media all and (max-width:1399px) {
	#mEquip { background-size:auto 70%}
	#mEquip #mTitle h3 {display:block }
	#mEquip #mTitle h3 .t1 {padding:0 0 0.3em 0}
}
@media all and (max-width:1280px) {
	.location {display:flex; height:480px}
	.location .contWrap {width:450px; position:inherit; transform:translateY(0); left:0; top:0}
	.location #mMap {width:calc(100% - 450px);}
	.location #mMap .root_daum_roughmap .wrap_map {height: 480px !important;}
}
@media all and (max-width:976px) {
	.location {flex-wrap:wrap; height:auto}
	.location .contWrap {width:100%}
	.location .contWrap ul  {width:350px; margin:1.5em auto 0}
	.location #mMap {width:100%}
	.location #mMap .root_daum_roughmap .wrap_map {height: 480px !important;}
}
@media all and (max-width:640px) {
	.location .contWrap { padding:2.5em; }
	.location #mMap .root_daum_roughmap .wrap_map {height: 380px !important;}
}
@media all and (max-width:520px) {
	#mEquip #mTitle  {width:90%}
	#mEquip #mTitle h3 br {display:none}
}
@media all and (max-width:480px) {
	#mEquip .equipSlide {width:80%; margin:0 auto}
}

    