@charset "UTF-8";

.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;}
.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;}
.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: #ffc000;}
.main1 .box_wrap a:hover{box-shadow: 0px 0px 20px rgba(0,0,0,0.6);}


.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; line-height:50px;}
.page1 .text p{font-size: 2.0rem; font-weight: 500; margin-top: 20px; line-height: 35px; color: #353535; }
.page1 .text a{font-size: 2.2rem; font-weight: bold; margin-top:10px; display: inline-block;}

.teltt{padding:10px; display: inline-block; background:#003399; color:#fff !important; border-radius:35px;}



.histt{width:100%; text-align: center; background:#efefef; font-size:22px;line-height:35px; display: block; padding:35px 25px; }




.board_title{padding:150px 0 0px 0px; }
.board_title h2{font-size: var(--fs32); font-weight: 700; width: 92%; max-width: 1400px; margin: 0 auto; padding-bottom: 40px; border-bottom: 1px solid #eee;}
.board_title p{margin-top: 10px; font-size: var(--fs20);}

.board_title1{padding:50px 0 0px 0px; }
.board_title1 h2{font-size: var(--fs32); font-weight: 700; width: 92%; max-width: 1400px; margin: 0 auto; padding-bottom: 40px; border-bottom: 1px solid #eee;}
.board_title1 p{margin-top: 10px; font-size: var(--fs20);}


.mobilelnone{display: block;}


.page1 .sub01_1w{
  flex-direction: column
}
.page1 .width .sub1_table{
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  margin: auto 0;
  text-align: center;
  margin-bottom: 5%;
}
.page1 .width .sub1_table .st_1{
  width: 100%;
  display: flex;
  justify-content: space-between;  
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.page1 .width .sub1_table .st_1:nth-child(1){
   border-top: 1px solid #ccc;
}
.page1 .width .sub1_table ul{
  width: 50%;
  display: flex;
  justify-content: space-between;  
}
.page1 .width .sub1_table ul li{
  width: 77%;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
}
.page1 .width .sub1_table ul .st_t{
  width: 23%;
  background-color: #e9e9e9;
  font-weight: 600;
}


.page1 .width .subimg_box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page1 .width .subimg_box img{
  width: 33%;
  height: auto;
}

.page3 .width .map_text{
  width: 100%;
  display: flex;  
  justify-content: center;
  margin-bottom: 5%;
}
.page3 .width .map_text .mt{
  line-height: 30px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 4);
  font-size: 1.8rem;
  text-align: center;
}
.page3 .width .map_text .mt:last-child{
  border-right: none;
}
.page3 .width .map_text .mt .mt_title{
  font-weight: 700;
  margin-bottom: 3%;
  font-size: 2rem;

}

.sub2_100wrap .box_100{
width: 100%;
}
.sub2_100wrap .box_100 img{
  width: 80%;
}
@media all and (max-width: 1024px) {
.page1 .width{display: block;}
.page1 .text{width: 100%;}
.md100per{width:100% !important;}
.page1 .text h2{font-size: 3.2rem; font-weight: bold; line-height:45px; margin-top:3%;}

.board_title h2{ padding-bottom:20px;}
.mobilelnone{display:none;}

.histt{width:100%; text-align: center; background:#efefef; font-size:20px;line-height:30px; display: block; padding:35px 25px; }

}


.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{width: 100%; margin: 0 auto;}
.page3 img{width: 100%;}

#header .head_menu .main_menu .dept1 > a{
  white-space: nowrap;
}

@media all and (max-width: 1400px){
  .page1 .width .sub1_table ul li {
    font-size: 1.5rem;
}
}
@media all and (max-width: 1200px){
  .page1 .width .sub1_table {
    width: 100%}
}
@media all and (max-width: 1024px){
  .Hfull{margin-top: 60px; height: 550px;}
  .maintext_box img{max-width: 500px}
  .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;}
  .page1 .text h2{font-size: 2.8rem;}
  .page1 .text p{font-size: 1.8rem; margin-top: 14px;}
  .page1 .text a{font-size: 2rem;}
  .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;}


  .page3 .width .map_text .mt{
    font-size: 1.5rem;
  }

.page3 .width .map_text .mt .mt_title {
    font-weight: 700;
    margin-bottom: 3%;
    font-size: 1.8rem;}

}
@media all and (max-width: 900px){
  .maintext_box{padding-top: 0px; display: flex; align-items: center;;}
  .swiper_btn_wrap{display: none;}
}
@media all and (max-width: 850px){
  .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}
  .Hfull .slide3{background: url('../img/mslide3.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%;}

  .page1 .width .sub1_table .st_1{
    flex-direction: column;
  }
  .page1 .width .sub1_table ul {
    width: 100%;}
    .page1 .width .sub1_table .st_1{
      border-bottom: none;
    }
    .page1 .width .sub1_table ul {
      border-bottom: 1px solid #ccc;
    }
    .page3 .width .map_text{
  flex-direction: column;
  border: 1px solid #ccc;
}
.page3 .width .map_text .mt{
  width: 100%;
  height: 80px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-right: 0;
  border-bottom: 1px solid #ccc;
}
.page3 .width .map_text .mt:last-child{
  border-bottom: none;
}
.page3 .width .map_text .mt .mt_title{
  width: 20%;
  height: 100%;
  margin-bottom: 0;
  background-color: #ccc;
  line-height: 80px;
}
.page3 .width .map_text .mt span{
  width: 80%;
  display: block;
}
}
@media all and (max-width: 768px){
  .Hfull{margin-top: 60px; height: 450px;}
  #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){
    .page1 .width .sub1_table ul li {
      font-size: 14px;
  }
  .page1 .width .sub1_table ul li {
    font-size: 14px;
    height: 70px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;}

  .page1 .width .subimg_box {
    flex-direction: column;
  }
  .page1 .width .subimg_box img {
    width: 100%;
    margin-bottom: 5%;
  }

  .page3 .width .map_text .mt .mt_title {
    font-size: 18px;
  }
}




.mapinfo{width:1100px; margin:0 auto;overflow: hidden; padding-top:3%;}
.mapinfo ul{width:100%;  }
.mapinfo ul li{display: inline-block; float:left; line-height:55px;  }
.mapinfo ul li:first-child{width:15%; font-size:19px;  background:#efefef; font-weight:600; text-align: center;}
.mapinfo ul li:last-child{width:85%; font-size:19px; }
.mapinfo ul li dl{width:100%; float:left; border-bottom:1px solid #ccc; }
.mapinfo ul li dl dt{width:15%; float:left; text-align: center;  font-size:18px; font-weight:600; color:#1b47a3; }
.mapinfo ul li dl dd{width:65%; float:left;  font-size:18px; }
.mapinfo ul li dl dd:last-child{width:20%;  font-size:18px; }

.mapinfo ul li.ht560{height:560px; line-height:560px;}




@media all and (max-width: 1024px) {
.mapinfo{width:100%;}
.mapinfo ul li{display: inline-block; float:left; line-height:35px;  }
.mapinfo ul li:first-child{width:100%;}
.mapinfo ul li:last-child{width:100%;}
.mapinfo ul li dl dt{width:100%; text-align: left; }
.mapinfo ul li dl dd{width:100%; float:left;  font-size:17px; }
.mapinfo ul li dl dd:last-child{width:100%;  font-size:17px; }
.mapinfo ul li.ht560{height:35px; line-height:35px;}
}





.subcon{width:1300px; margin:0 auto; bordeR:0px solid red;}


@media all and (max-width: 1024px) {
.subcon{width:100%;}
}


.flex-container {
 
  display: flex;
  justify-content:center;
}

.flex-item {

  padding: 10px;
  margin: 5px;
}
.flex-item img{width:100%;}


@media all and (max-width: 1024px) {

.flex-container{display: block;}
}



.process{width:90%; margin:0 auto;  display: flex; justify-content: center;}
.process div{width:30%; bordeR:0px solid red; margin:0% 1%; }

.processtt{display: block; border-radius:35px; padding:20px; text-align:center; color:#fff; background:#333399;  font-size:20px; font-weight:600;}
.processtt1{line-height:45px; border-bottom:1px solid #ccc; font-size:20px;  width:100%; text-align:center; color:#333399; font-weight:600;}
.processtt2{background:#efefef; font-size:18px; line-height:26px; padding:10px; }


@media all and (max-width: 789px) {


.process{width:90%; margin:0 auto;  display: block; justify-content: center;}
.process div{width:46%; bordeR:0px solid red; margin:2% 2%; float:left; }


}


@media all and (max-width: 650px) {


.process{width:90%; margin:0 auto;  display: block; justify-content: center;}
.process div{width:96%; bordeR:0px solid red; margin:2% 2%; float:left; }


}