@charset "UTF-8";

.root_daum_roughmap .cont {
  display: none;
}

/* scroll set */
::selection{background: #00a1f5;color:#fff;}

/* scroll custom */
*::-webkit-scrollbar{width:16px;background-color:#ebebeb;}
*::-webkit-scrollbar-thumb:hover{background-color: #00a1f5;;}
::-webkit-scrollbar-thumb{background-color:#C1C1C1;}

@media (max-width:860px){
	*::-webkit-scrollbar{display:none !important; width:0; height:0;}
}

/* //////////////////////////// */
.quick{position: fixed; right: 0; top: 32%; z-index: 3; display: flex; flex-direction: column; gap:2px 0px;}

.Hfull{position: relative;}
/* .maintext_box{height: 100%; display: flex; align-items: center; justify-content: center;}
.maintext_box img{max-width: 750px; margin-bottom: 7%;} */

.main_text{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10vh;
}

.text_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 99;
    padding: 45px 40px; /* PC에서 여유있게 */
    background: rgba(15, 22, 34, 0.65);
    border-left: 4px solid #ffd000;
    border-radius: 18px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    color: #fff;
}

.text_box h2 span{
    display: block;
    line-height: 1.35;
    font-weight: 700;
    font-size: max(36px, 3vw); /* PC 폰트 키움 */
}
.text_left,.text_right {width: 100%;}

.text_box i{
    display: block; /* inline 요소 margin 적용 위해 block */
    font-size: 17px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2rem;
    color: #ffd000;
}

.text_box p{
    margin-top: 1.8rem;
    font-size: 17px; /* PC 본문 폰트 키움 */
    opacity: 0.95;
    line-height: 1.6;
}

.contact_line {
    margin-top: 1.5rem;
    font-size: 17px;
    font-weight: 500;
    color: #ffd000;
}

.contact_line .contact_num {
    font-weight: 700;
    color: #ffffff;
}



.swiper_btn_wrap{display: flex; width: 96%; justify-content: space-between; position: absolute; top: 45%; z-index: 3; left: 0; right: 0; margin: 0 auto;}
.swiper_btn_wrap div{font-family: 'SUIT-Regular'; width: 55px; height: 55px; border-radius: 50%; text-align: center; line-height: 55px; color: #888; background: rgba(255,255,255,0.7); font-size: 2.6rem;}

.main1{padding-bottom: 60px;}
.main1 .box_wrap{display: flex; gap:0px 2%; margin-top: -10%; position: relative; z-index: 10;}
.main1 .box_wrap a{width: 24%; position: relative; transition: 0.3s all; border: 8px solid transparent;}
.main1 .box_wrap .img img{width: 100%;}
.main1 .box_wrap .text{position: absolute; width: 100%; height: 100%; padding: 25px; top: 0; left: 0;background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);}
.main1 .box_wrap .text .h2{position: relative; font-size: 2.4rem; color: #fff; font-weight: bold; display: block; margin-bottom: 5px; padding-top: 10px;}
.main1 .box_wrap .text .h2::before{content: ''; width: 25px; height: 3px; background: #fff; top: 0; left: 0; position: absolute;}
.main1 .box_wrap .text .h3{position: relative; font-size: 1.6rem; color: #fff; font-weight: 100; display: block; font-family: 'SUIT-Thin';}
.main1 .box_wrap a:hover .h2::before{background: var(--c-01);}
.main1 .box_wrap a:hover{border: 8px solid var(--c-01);}


.main_img{display: flex;}
.main_img a{width: 33.33333%;}
.main_img a img{width: 100%;}

.main_map{background: #fff; }
.main_map .width{display: flex; justify-content: space-between; gap:30px 0px; align-items: center;}
.main_map .root_daum_roughmap{width: 55% !important;}
.main_map .text{width: 40%;}
.main_map .text h2{font-size: 3.5rem; font-weight: bold; margin-bottom: 20px;}
.main_map .text  ul li{display: flex; font-size: 2.0rem; font-weight: 500; margin-top: 15px;}
.main_map .text  ul li span{font-size: 2.0rem; font-weight: bold; margin-right: 5px; white-space: nowrap;}
.main_map .text .naver{width: 250px; height: 45px; line-height: 45px; border-radius: 5px; display: block; margin-top: 40px; background: #222; text-align: center; color: #fff; font-size: 1.8rem; font-weight: 500;}
.main_map .text .naver span{font-family: 'SUIT-Regular'; margin-left: 10px;}

#ft{background: #f7f7f7;}
.foot_info_wrap{width: 100%;}
#ft .footer{display: flex; align-items: center; gap: 25px 30px;}
#ft .foot_info{display: flex; gap:3px 1%; justify-content: flex-start;; width: 100%; flex-wrap: wrap;}
#ft .foot_info p{font-size: 1.5rem; color: #666; font-weight: 500;}
#ft .foot_info span{font-size: 1.5rem; color: #666; font-weight: 500;}
#ft .foot_info a{font-size: 1.5rem; color: #666; font-weight: 500;}
#ft .copyright{margin-top: 20px;text-align: left;}
#ft .copyright span{font-size: 1.7rem; color: #666;}

.page1 .width{display: flex; justify-content: space-between; align-items: center; gap: 30px 0px;}
.page1 .width img{width: 45%; }
.page1 .text{width: 50%;}
.page1 .text h2{font-size: 3.2rem; font-weight: bold;}
.page1 .text p{font-size: 1.8rem; font-weight: 400; margin-top: 20px; line-height: 150%; color: #666;}
.page1 .text a{font-size: 3.0rem; font-weight: bold; margin-top: 30px; display: block;}
.page1 .text span {font-weight: bold; color: var(--c-01);}

.page2 .width{display: flex; justify-content: space-between; align-items: center;}
.page2 .root_daum_roughmap{width: 50%;}
.page2 .text_wrap{width: 46%;}
.page2 .text_wrap .info{display: flex; margin-bottom: 40px;}
.page2 .text_wrap .info h2{font-size: 2.5rem; font-weight: bold; margin-bottom: 12px;}
.page2 .text_wrap .info p{font-size: 1.8rem; font-weight: 500; color: #353535;}
.page2 .text_wrap .info i{font-size: 2.5rem; margin-right: 10px;}
.page2 .text_wrap .tel{font-size: 2.6rem; font-weight: bold; display: block; margin-bottom: 20px;}
.page2 .text_wrap .map{width: 250px; height: 45px; line-height: 45px; text-align: center; display: block; background: #222; color: #fff; font-size: 1.8rem; font-weight: 500; border-radius: 5px;}
.page2 .text_wrap .map span{font-family: 'SUIT-Regular'; margin-left: 10px;}

.page3{max-width: 1000px; margin: 0 auto;}
.page3 img{width: 100%;}

.mt_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/mt_bg.png')no-repeat; background-size: cover; background-position: center;
}
.mt_bg2{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/mt_bg2.png')no-repeat; background-size: cover; background-position: center;
}
@media all and (max-width: 1400px){}
@media all and (max-width: 1200px){}
@media all and (max-width: 1024px){
  .Hfull{margin-top: 60px; height: 550px;}
  .maintext_box img{max-width: 400px}
  .main_map .text h2{font-size: 3.0rem;}
  .main_map .text ul li span{font-size: 1.8rem;}
  .main_map .text ul li{font-size: 1.8rem;}
  .board_title{padding-top: 110px;}
  .page1 .text h2{font-size: 2.8rem;}
  .page1 .text p{font-size: 1.8rem; margin-top: 14px;}
  .page1 .text a{font-size: 2.6rem;}
  .page2 .text_wrap .info h2{font-size: 2.2rem;}
  .page2 .text_wrap .info i{font-size: 2.2rem;}
  .page2 .text_wrap .tel{font-size: 2.2rem;}
 .main_text{
        padding-bottom: 8vh;
        justify-content: center; /* 중앙 정렬 */
    }

    .text_box{
        width: 500px;
        max-width: 92%;
        padding: 35px 30px;
        border-left-width: 3px;
        border-radius: 16px;
        text-align: center;
    }
    .text_box h2 span{
        font-size: max(28px, 3vw);
    }

    .text_box i{
        font-size: 15px;
        margin-bottom: 1.5rem;
    }

    .text_box p{
        font-size: 11px;
    }

    .contact_line{
        font-size: 15px;
    }
}
@media all and (max-width: 900px){
  .swiper_btn_wrap{display: none;}
}
@media all and (max-width: 850px){

  .mt_bg2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/mmt_bg2.png')no-repeat; background-size: cover; background-position: center;
  }
  .Hfull{margin-top: 60px; height: 650px;}
  /* .main_text{padding-top: 0px; display: flex; } */
    .main_text{
        padding-bottom: 6vh;
        justify-content: center;
        align-items: center;
    }

    .text_box{
        width: 70%;
        padding: 25px 20px;
        border-left-width: 3px;
        border-radius: 14px;
        box-shadow: 0 5px 18px rgba(0,0,0,0.22);
    }

    .text_box h2 span{
        font-size: 22px;
        line-height: 1.32;
    }

    .text_box i{
        font-size: 13px;
        margin-bottom: 1.2rem;
        letter-spacing: 1.2px;
    }

    .text_box p{
        line-height: 1.55;
        margin-top: 1.2rem;
    }

    .contact_line{
        font-size: 14px;
    }

  .main1 .box_wrap a:hover,.main1 .box_wrap a {border: none;}
  .Hfull .slide1{background: url('../img/mslide1.png')no-repeat; background-size: cover; background-position: center;}
  .Hfull .slide2{background: url('../img/mslide2.png')no-repeat; background-size: cover; background-position: center}
  .main_map .width{flex-direction: column;}
  .main_map .text{width: 100%;}
  .main_map .root_daum_roughmap{width: 100% !important;}
  #ft .foot_info p{font-size: 1.5rem;}
  #ft .foot_info span{font-size: 1.5rem;}
  #ft .foot_info a{font-size: 1.5rem;}
  #ft .copyright span{font-size: 1.5rem;}
  .page2 .width{flex-direction: column;}
  .page2 .root_daum_roughmap{width: 100%; margin-bottom: 30px;}
  .page2 .text_wrap{width: 100%;}
  .page1 .width{flex-direction: column;}
  .page1 .width img{width: 100%;}
  .page1 .text{width: 100%;}
  .main1{padding-bottom: 0px;}
  .main1 .width{width: 100% !important;}
  .main1 .box_wrap{margin-top: 0px; gap:0px; flex-wrap: wrap;}
  .main1 .box_wrap a{width: 50%;}
}
@media all and (max-width: 768px){

  #ft .footer{flex-direction: column;}
  #ft  .foot_logo img{width: 100px;}
  #ft .foot_info{flex-direction: column;}
  #ft .foot_info span{display: none;}
  #ft .copyright{text-align: center;}
  .maintext_box img{width: 100%;}

}
@media all and (max-width: 650px){
      .maintext_box img{max-width: 300px}
  .Hfull{margin-top: 60px; height: 450px;}

}

@media (max-width: 550px){
    .main_text{
        padding-bottom: 4vh;
    }

    .text_box{
        width: 85%;
        padding: 18px 15px;
    }

    .text_box h2 span{
        font-size: 18px;
        line-height: 1.28;
    }

    .text_box i{
        font-size: 11px;
        margin-bottom: 0.8rem;
    }

    .text_box p{
        font-size: 13px;
        line-height: 1.45;
    }

    .contact_line{
        font-size: 12px;
    }
}

/* 초소형 모바일 (375px 이하) */
@media (max-width: 375px){
    .main_text{
        padding-bottom: 3vh;
    }

    .text_box{
        width: 90%;
        padding: 15px 12px;
    }

    .text_box h2 span{
        font-size: 16px;
        line-height: 1.25;
    }

    .text_box i{
        font-size: 10px;
        margin-bottom: 0.6rem;
    }

    .text_box p{
        font-size: 12px;
        line-height: 1.4;
    }

    .contact_line{
        font-size: 11px;
    }
}
