@charset "utf-8";

#main .cnt1 {
  width: 100%;
  height: 100vh;
  position: relative;
}


#main .cnt1 .visual {
  width: 100%;
  height: 100%;
}

#main .cnt1 .visual .visual_ul {
  width: 100%;
  height: 100%;
}

#main .cnt1 .visual .visual_ul .slick-list,
#main .cnt1 .visual .visual_ul .slick-list .slick-track {
  height: 100%;
}


#main .cnt1 .visual .visual_ul .vli {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main .cnt1 .visual .visual_ul li.visual1 {
  background-image: url("../images/c1_visual1.jpg");
}

#main .cnt1 .visual .visual_ul li.visual2 {
  background-image: url("../images/c1_visual2.jpg");
  background-position: 60% center;
}

#main .cnt1 .visual .visual_ul li.visual3 {
  background-image: url("../images/c1_visual3.jpg");
}


#main .cnt1 .visual .visual_ul .vli .blk_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

#main .cnt1 .visual .visual_ul .vli .inner_txt {
  position: absolute;
  top: 50%;
  left: 16.6%;
  transform: translateY(-50%);
  z-index: 12;
}

#main .cnt1 .visual .visual_ul .vli .inner_txt h3 {
  font-size: 1.25rem;
  color: #1954db;
  font-weight: 500;
  padding-bottom: 22px;
}

#main .cnt1 .visual .visual_ul .vli .inner_txt h2 {
  font-size: 3.75rem;
  color: #fff;
  font-family: kimmB;
  line-height: 1.3;
}


#main .cnt1 .visual .visual_ul .slick-dots {
  position: absolute;
  top: 50%;
  left: 16.6%;
  margin-top: 146px;
  display: flex;
}



#main .cnt1 .visual .visual_ul .slick-dots li {
  width: 80px;
  height: 4px;
  background-color: #fff;
  opacity: 0.3;
  margin-left: 10px;
}

#main .cnt1 .visual .visual_ul .slick-dots li.slick-active {
  opacity: 1;
}

#main .cnt1 .visual .visual_ul .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}



#main .cnt1 .visual .visual_ul .slick-dots li:first-child {
  margin-left: 0;
}


#main .cnt1 .grid_wrap span {
  position: absolute;
  opacity: 0.5;
}


#main .cnt1 .grid_wrap .line1 {
  top: 0;
  left: 280px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}


#main .cnt1 .grid_wrap .line2 {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #fff;
}


#main .cnt1 .grid_wrap .line3 {
  top: 0;
  right: 280px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

#main .cnt1 .grid_wrap .line4 {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}


#main .cnt1 .grid_wrap .circle1 {
  top: 50%;
  left: -100px;
  width: 616px;
  height: 616px;
  border: 1px solid #fff;
  border-radius: 308px;
  transform: translateY(-50%);
}

#main .cnt1 .grid_wrap .circle2 {
  bottom: -100px;
  right: -10px;
  width: 750px;
  height: 750px;
  border: 1px solid #fff;
  border-radius: 375px;
}












#main .cnt2 {
  padding-top: 219px;
}


#main .cnt2 .area .tit {
  padding-bottom: 89px;
}

#main .cnt2 .area .tit h4 {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding-bottom: 14px;
  color: #666;
}


#main .cnt2 .area .tit h3 {
  font-family: kimmB;
  font-size: 2.5rem;
  text-align: center;
  word-break: keep-all;
  line-height: 1.3;
}



#main .cnt2 .area .txt ul {
  display: flex;
  justify-content: space-between;
}


#main .cnt2 .area .txt ul li .icon {
  display: flex;
  text-align: center;
  height: 117px;
  justify-content: center;
  align-items: center;
}

#main .cnt2 .area .txt ul li .icon img {
  height: auto;
}


#main .cnt2 .area .txt ul li.c2_li1 {
  padding-left: 67px;
}

#main .cnt2 .area .txt ul li.c2_li1 .icon img {
  width: 77px;
}

#main .cnt2 .area .txt ul li.c2_li2 .icon img {
  width: 87px;
}

#main .cnt2 .area .txt ul li.c2_li3 {
  padding-right: 67px;
}

#main .cnt2 .area .txt ul li.c2_li3 .icon img {
  width: 108px;
  height: 87px;
}



#main .cnt2 .area .txt ul li .inner_txt h5 {
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  padding-top: 45px;
}


#main .cnt2 .area .txt ul li .inner_txt h5 strong {
  font-weight: 900;
  font-size: 5rem;
}

#main .cnt2 .area .txt ul li .inner_txt p {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #666;
  padding-top: 3px;
}






#main .cnt3 {
  padding-top: 250px;
}


#main .cnt3 .area .tit {
  padding-bottom: 122px;
}

#main .cnt3 .area .tit h4 {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding-bottom: 14px;
  color: #666;
}




#main .cnt3 .area .tit h3 {
  font-family: kimmB;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3;
}



#main .cnt3 .area .txt {
  display: flex;
  width: 100%;
}

#main .cnt3 .area .txt .slick-list {
  width: 100%;
}

#main .cnt3 .area .txt .slick-list .slick-track {
  width: 100%;
}

#main .cnt3 .area .txt .inner_txt {
  width: 25%;
}

#main .cnt3 .area .txt .inner_txt h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.563rem;
}


#main .cnt3 .area .txt .inner_txt .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 25px;
}

#main .cnt3 .area .txt .inner_txt ul li {
  margin-top: 30px;
}

#main .cnt3 .area .txt .inner_txt ul li h6 {
  font-size: 1.125rem;
  font-weight: 700;
}

#main .cnt3 .area .txt .inner_txt ul li p {
  font-size: 1.125rem;
  color: #333;
  padding-top: 5px;
  line-height: 1.3;
  word-break: keep-all;
}



#main .cnt4 {
  padding-top: 268px;
}


#main .cnt4 .box {
  position: relative;
  width: calc(100% - 120px);
  margin: 0 auto;
  height: 500px;
  background-image: url("../images/c4_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}

#main .cnt4 .box .c4_blk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

#main .cnt4 .box h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.125rem;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 100;
  z-index: 1;
  word-break: keep-all;
}


#main .cnt4 .box h3 strong {
  display: block;
}




#main .cnt5 {
  padding-top: 183px;
}


#main .cnt5 .area .tit {
  padding-bottom: 45px;
}

#main .cnt5 .area .tit h4 {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding-bottom: 14px;
  color: #666;
}


#main .cnt5 .area .tit h3 {
  font-family: kimmB;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3;
}

#main .cnt5 .area .txt .tab_split .tab_btn {
  display: flex;
  justify-content: center;
}

#main .cnt5 .area .txt .tab_split .tab_btn li {
  width: 250px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}




#main .cnt5 .area .txt .tab_split .tab_btn li.tab_btn1 {
  border-radius: 30px 0 0 30px;
  border-right: 0;
}



#main .cnt5 .area .txt .tab_split .tab_btn li.tab_btn2 {
  border-radius: 0 30px 30px 0;
  border-left: 0;
}


#main .cnt5 .area .txt .tab_split .tab_btn li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  text-align: center;
  color: #999;
}




#main .cnt5 .area .txt .tab_split .tab_btn li.on {
  background-color: #1954db;
  border: 0;
}

#main .cnt5 .area .txt .tab_split .tab_btn li.on a {
  color: #fff;
  font-weight: 700;
}

#main .cnt5 .area .txt .tab_split .tab_cnt > div {
  display: none;
}

#main .cnt5 .area .txt .tab_split .tab_cnt .tab_cnt1 {
  display: block;
}

#main .cnt5 .area .txt .tab_split .tab_cnt > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .cnt5 .area .txt .tab_split .tab_cnt > div ul li {
  width: 30%;
  margin-top: 136px;
}

#main .cnt5 .area .txt .tab_split .tab_cnt > div ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#main .cnt5 .area .txt .tab_split .tab_cnt > div ul li a .img {
  width: 100%;
}

#main .cnt5 .area .txt .tab_split .tab_cnt > div ul li a .img img {
  width: 100%;
  height: auto;
}

#main .cnt5 .area .txt .tab_split .tab_cnt > div ul li a h5 {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 17px 0;
}


#main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap .bar {
  display: block;
  width: 1px;
  height: 100px;
  background-color: #ccc;
  margin: 150px auto 50px;
}


#main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap h4 {
  font-size: 2.5rem;
  font-family: kimmB;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}

#main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap p {
  font-size: 1.25rem;
  color: #666;
  text-align: center;
  line-height: 1.5;
  padding-top: 36px;
  word-break: keep-all;
}


#main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap .detail_img {
  width: 100%;
  background-color: #F8F8F8;
  padding: 50px 0;
  margin-top: 72px;
}

#main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap .detail_img a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#main .cnt5 .area .txt .tab_split .tab_cnt .tab_cnt2 .detail_wrap .mb_di {
  display: none;
}

#main .cnt5 .area .txt .tab_split .tab_cnt .tab_cnt2 .detail_wrap .detail_img a img {
  width: 90%;
  height: auto;
}



#main .cnt6 {
  padding-top: 321px;
}


#main .cnt6 .area .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}


#main .cnt6 .area .top .left h4 {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 14px;
  color: #666;
}



#main .cnt6 .area .top .left h3 {
  font-family: kimmB;
  font-size: 2.5rem;
  line-height: 1.3;
}


#main .cnt6 .area .top .right ul li {
  display: flex;
  margin-top: 19px;
}

#main .cnt6 .area .top .right ul li:first-child {
  margin-top: 0;
}


#main .cnt6 .area .top .right ul li h4 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-right: 22px;
}





#main .cnt6 .area .top .right ul li p {
  font-size: 1.375rem;
  color: #666;
}





#main .cnt6 .area .top .right ul li.c6_li1 h4 span {
  letter-spacing: 38px;
}


#main .cnt6 .area .top .right ul li.c6_li3 h4 span {
  letter-spacing: 16px;
}

#main .cnt6 .btm {
  position: relative;
}

#main .cnt6 .btm #map {
  width: 100%;
  height: 600px;
  margin-top: 34px;
}


#main .cnt6 .btm .custom_typecontrol {position:absolute;top:10px;right:10px;overflow:hidden;width:130px;height:30px;margin:0;padding:0;z-index:1;font-size:12px;font-family:'Malgun Gothic', '맑은 고딕', sans-serif}
#main .cnt6 .btm .custom_typecontrol span {display:block;width:50%;height:30px;float:left;text-align:center;line-height:30px;cursor:pointer;background-color: #fff;}
#main .cnt6 .btm.custom_typecontrol .btn{background:#fff;background:linear-gradient(#fff,  #e6e6e6);font-size:12px}       
#main .cnt6 .btm .custom_typecontrol .btn:hover {background:#f5f5f5;background:linear-gradient(#f5f5f5,#e3e3e3)}
#main .cnt6 .btm .custom_typecontrol .btn:active {background:#e6e6e6;background:linear-gradient(#e6e6e6, #fff)}    
#main .cnt6 .btm .custom_typecontrol .selected_btn {color:#fff;background:#425470;background:linear-gradient(#425470, #5b6d8a)}
#main .cnt6 .btm .custom_typecontrol .selected_btn:hover {color:#fff}   
#main .cnt6 .btm .custom_zoomcontrol {position:absolute;top:50px;right:10px;width:36px;height:80px;overflow:hidden;z-index:1;background-color:#f5f5f5} 
#main .cnt6 .btm .custom_zoomcontrol span {display:block;width:36px;height:40px;text-align:center;cursor:pointer}     
#main .cnt6 .btm .custom_zoomcontrol span .img{width:15px;height:15px;margin:0 auto}
#main .cnt6 .btm .custom_zoomcontrol span img {border:none;width:100%;height:auto;padding:12px 0}             
#main .cnt6 .btm .custom_zoomcontrol span:first-child{border-bottom:1px solid #bfbfbf} 





#sub1List .cnt2 .area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sub1List .cnt2 .area ul li {
  width: 30%;
  margin-top: 136px;
}

#sub1List .cnt2 .area ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#sub1List .cnt2 .area ul li a .img {
  width: 100%;
}

#sub1List .cnt2 .area ul li a .img img {
  width: 100%;
  height: auto;
}

#sub1List .cnt2 .area ul li a h5 {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 17px 0;
}





#sub2List .cnt2 .area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sub2List .cnt2 .area ul li {
  width: 30%;
  margin-top: 136px;
}

#sub2List .cnt2 .area ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#sub2List .cnt2 .area ul li a .img {
  width: 100%;
}

#sub2List .cnt2 .area ul li a .img img {
  width: 100%;
  height: auto;
}

#sub2List .cnt2 .area ul li a h5 {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 17px 0;
}






.sub .cnt1 {
  position: relative;
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
}


.sub_a .cnt1 {
  background-image: url("../images/sub_a_c1_bg.jpg");
  background-position: center;
}

.sub_b .cnt1 {
  background-image: url("../images/sub_b_c1_bg.jpg");
  background-position: right center;
}


.sub .cnt1 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 3.125rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  transform: translate(-50%,0);
}


.sub .cnt1 .location {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid rgba(255,255,255,0.3);
}


.sub .cnt1 .location .area {
  display: flex;
}


.sub .cnt1 .location .area .loc1 {
  width: 60px;
  border-left: 1px solid rgba(255,255,255,0.3);
  border-right: 1px solid rgba(255,255,255,0.3);
}

.sub .cnt1 .location .area .loc1 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.sub .cnt1 .location .area .loc1 a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 20px;
  height: auto;
}

.sub .cnt1 .location .area .loc2 {
  position: relative;
  height: 100%;
  line-height: 60px;
  border-right: 1px solid rgba(255,255,255,0.3);
  cursor: pointer;
}

.sub .cnt1 .location .area .loc2 .h4_wrap {
  display: flex;
  align-items: center;
  padding: 0 21px;
  cursor: pointer;
}


.sub .cnt1 .location .area .loc2 .h4_wrap h4 {
  display: block;
  font-size: 1rem;
  color: #fff;
  margin-right: 12px;
}

.sub .cnt1 .location .area .loc2 .h4_wrap img {
  width: 10px;
  height: 8px;
  transition: 0.5s;
}

.sub .cnt1 .location .area .loc2.on .h4_wrap img {
  transform: rotate(180deg);
}


.sub .cnt1 .location .area .loc2 ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
}


.sub .cnt1 .location .area .loc2 ul li {
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
}

.sub .cnt1 .location .area .loc2 ul li:first-child {
  border-top: 0;
}

.sub .cnt1 .location .area .loc2 ul li a p {
  color: #333;
  padding-left: 21px;
}


.sub .cnt1 .location .area .loc2 ul li:hover {
  background-color: #1954db;
}

.sub .cnt1 .location .area .loc2 ul li:hover a p {
  color: #fff;
}


.sub .cnt1 .location .area .loc3 {
  position: relative;
  height: 100%;
  line-height: 60px;
  border-right: 1px solid rgba(255,255,255,0.3);
  cursor: pointer;
}

.sub .cnt1 .location .area .loc3 .h4_wrap {
  display: flex;
  align-items: center;
  padding: 0 21px;
  cursor: pointer;
}




.sub .cnt1 .location .area .loc3 .h4_wrap h4 {
  display: block;
  font-size: 1rem;
  color: #fff;
  margin-right: 12px;
}

.sub .cnt1 .location .area .loc3 .h4_wrap img {
  width: 10px;
  height: 8px;
  transition: 0.5s;
}

.sub .cnt1 .location .area .loc3.on .h4_wrap img {
  transform: rotate(180deg);
}






.sub .cnt1 .location .area .loc3 ul {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}


.sub .cnt1 .location .area .loc3 ul li {
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
}

.sub .cnt1 .location .area .loc3 ul li:first-child {
  border-top: 0;
}


.sub .cnt1 .location .area .loc3 ul li a p {
  color: #333;
  padding-left: 21px;
}


.sub .cnt1 .location .area .loc3 ul li:hover {
  background-color: #1954db;
}

.sub .cnt1 .location .area .loc3 ul li:hover a p {
  color: #fff;
}

.sub .cnt2 .area .txt .hash_box {
  margin-top: 70px;
}

.sub .cnt2 .area .txt .hash_box p {
  line-height: 1.7;
  font-weight: 600;
  color: #333;
  word-break: break-all;
  width: 100%;
}





.sub_a .cnt2 {
  padding-bottom: 15%;
}

.sub_a .cnt2 .area .tit {
  position: relative;
  padding-top: 175px;
  z-index: 1;
}


.sub_a .cnt2 .area .tit h4 {
  color: #666;
  text-align: center;
}


.sub_a .cnt2 .area .tit h3 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  padding-top: 14px;
}


.sub_a .cnt2 .area .txt .inner_txt {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 64px;
}


.sub_a .cnt2 .area .txt .inner_txt .img {
  text-align: center;
  margin-top: -30px;
}

.sub_a .cnt2 .area .txt .inner_txt p {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  word-break: keep-all;
}

.sub_a .cnt2 .area .txt ul li {
  padding-top: 100px;
}


.sub_a .cnt2 .area .txt ul li h5 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.sub_a .cnt2 .area .txt ul li p {
  color: #666;
  text-align: center;
  padding-top: 10px;
  line-height: 1.8;
  word-break: keep-all;
}


.sub_a .cnt2 .area .txt ul li h6 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #666;
  padding-bottom: 10px;
}


.sub_a .cnt2 .area .txt ul li span {
  display: block;
  color: #999;
  text-align: center;
  word-break: keep-all;
}





.sub_b .cnt1 .location .area .loc3 {
  width: 250px;
}

.sub_b .cnt2 {
  padding-bottom: 15%;
}

.sub_b .cnt2 .area .tit {
  position: relative;
  padding-top: 175px;
  z-index: 1;
}


.sub_b .cnt2 .area .tit h4 {
  color: #666;
  text-align: center;
}


.sub_b .cnt2 .area .tit h3 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  padding-top: 14px;
}

.sub_b .cnt2 .area .tit .hash {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.sub_b .cnt2 .area .tit .hash p {
  color: #999;
  margin-left: 15px;
}

.sub_b .cnt2 .area .tit .hash p:first-child {
  margin-left: 0;
}


.sub_b .cnt2 .area .txt .inner_txt .img {
  text-align: center;
  margin-top: -30px;
}



.sub_b .cnt2 .area .txt .detail_img img {
  width: 100%;
  height: auto;
}



























@media all and (max-width:1280px) {
	#main .cnt1 .visual .visual_ul .vli .inner_txt {
    left: 8%;
  }

  #main .cnt1 .visual .visual_ul .slick-dots {
    left: 8%;
  }

  #main .cnt1 .grid_wrap {
    display: none;
  }

  #main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap .detail_img a img {
    width: 90%;
    height: auto;
  }

  .sub .cnt1 .location .area {
    width: 100%;
  }

  .sub .cnt1 .location .area .loc1 {
    border-left: 0;
  }
}



@media all and (max-width:900px) {
	#main .cnt2 {
    padding-top: 150px;
  }

  #main .cnt2 .area .txt ul li .icon {
    height: 90px;
  }

  #main .cnt2 .area .txt ul li.c2_li1 {
    padding-left: 30px;
  }

  #main .cnt2 .area .txt ul li.c2_li1 .icon img {
    width: 57px;
  }

  #main .cnt2 .area .txt ul li.c2_li2 .icon img {
    width: 67px;
  }

  #main .cnt2 .area .txt ul li.c2_li3 {
    padding-right: 30px;
  }

  #main .cnt2 .area .txt ul li.c2_li3 .icon img {
    width: 88px;
    height: 71px;
  }

  #main .cnt2 .area .txt ul li .inner_txt h5 {
    font-size: 1.5rem;
    padding-top: 35px;
  }

  #main .cnt2 .area .txt ul li .inner_txt h5 strong {
    font-size: 4rem;
  }

  #main .cnt2 .area .txt ul li .inner_txt p {
    font-size: 1rem;
  }


  #main .cnt3 {
    padding-top: 200px;
  }

  #main .cnt3 .area .txt {
    width: 90%;
    margin: 0 auto;
  }


  #main .cnt4 {
    padding-top: 200px;
  }


  #main .cnt4 .box {
    width: 100%;
    height: 350px;
    border-radius: 0;
  }


  #main .cnt4 .box h3 {
    font-size: 2.6rem;
  }




  #main .cnt5 {
    padding-top: 120px;
  }

  #main .cnt5 .area .tit {
    padding-bottom: 35px;
  }


  #main .cnt5 .area .txt .tab_split .tab_btn li {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }


  #main .cnt5 .area .txt .tab_split .tab_cnt > div ul li {
    width: 48%;
    margin-top: 80px;
  }



  #main .cnt6 {
    padding-top: 250px;
  }

  #main .cnt6 .area .top {
    flex-wrap: wrap;
  }



  #main .cnt6 .area .top > div {
    width: 100%;
    padding-left: 5%;
  }



  #main .cnt6 .area .top .right {
    margin-top: 50px;
  }


  #main .cnt6 .area .top .right ul li {
    margin-top: 15px;
  }



  #main .cnt6 .area .top .right ul li.c6_li1 h4 span {
    letter-spacing: 33px;
  }
  
  
  #main .cnt6 .area .top .right ul li.c6_li3 h4 span {
    letter-spacing: 14px;
  }



  #main .cnt6 .btm #map {
    height: 450px;
  }



  #sub1List .cnt2 .area ul li {
    width: 48%;
    margin-top: 80px;
  }

  #sub2List .cnt2 .area ul li {
    width: 48%;
    margin-top: 80px;
  }




  .sub .cnt1 {
    height: 500px;
  }
  .sub_a .cnt2 .area .txt .inner_txt .img {
    width: 90%;
    margin: -30px auto 0;
  }
  .sub_a .cnt2 .area .txt .inner_txt .img img {
    width: 100%;
    height: auto;
  }
  .sub_a .cnt2 .area .txt .inner_txt p {
    margin-top: -60px;
  }



  .sub_b .cnt2 .area .txt .inner_txt .img img {
    width: 100%;
    height: auto;
  }
}







@media all and (max-width:550px) {
  #main .cnt1 .visual .visual_ul .vli .inner_txt {
    top: 20%;
    transform: translateY(0);
  }

  #main .cnt1 .visual .visual_ul .vli .inner_txt h3 {
    font-size: 1rem;
    padding-bottom: 10px;
  }

	#main .cnt1 .visual .visual_ul .vli .inner_txt h2 {
    font-size: 2.5rem;
    word-break: keep-all;
    padding-right: 20px;
  }

  #main .cnt1 .visual .visual_ul .slick-dots {
    top: 45%;
    margin-top: 0;
  }

  #main .cnt1 .visual .visual_ul .slick-dots li {
    width: 40px;
    height: 2px;
  }


  #main .cnt2 {
    padding-top: 100px;
  }

  #main .cnt2 .area .tit {
    padding-bottom: 40px;
  }


  #main .cnt2 .area .txt ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  #main .cnt2 .area .txt ul li {
    width: 100%;
    display: flex;
    margin-top: 40px;
    justify-content: center;
  }
  
  #main .cnt2 .area .txt ul li.c2_li1 {
    padding-left: 0;
    margin-top: 0;
  }

  #main .cnt2 .area .txt ul li.c2_li3 {
    padding-right: 0;
  }



  #main .cnt2 .area .txt ul li .icon {
    height: 72px;
    margin-right: 30px;
  }


  #main .cnt2 .area .txt ul li.c2_li1 .icon img {
    width: 47px;
  }

  #main .cnt2 .area .txt ul li.c2_li2 .icon img {
    width: 47px;
  }

  #main .cnt2 .area .txt ul li.c2_li3 .icon img {
    width: 47px;
    height: 38px;
  }



  #main .cnt2 .area .txt ul li .inner_txt h5 {
    padding-top: 0;
    font-size: 1.2rem;
    text-align: left;
  }

  #main .cnt2 .area .txt ul li .inner_txt h5 strong {
    font-size: 3.5rem;
  }

  #main .cnt2 .area .txt ul li .inner_txt p {
    text-align: left;
  }


  #main .cnt3 .area .tit {
    padding-bottom: 80px;
  }







  #main .cnt4 {
    padding-top: 100px;
  }


  #main .cnt4 .box {
    height: 250px;
  }


  #main .cnt4 .box h3 {
    font-size: 2rem;
  }



  #main .cnt5 {
    padding-top: 80px;
  }

  #main .cnt5 .area .tit {
    padding-bottom: 25px;
  }

  #main .cnt5 .area .txt .tab_split .tab_btn li {
    width: 180px;
    height: 44px;
    line-height: 44px;
  }


  #main .cnt5 .area .txt .tab_split .tab_cnt > div ul li {
    margin-top: 60px;
  }

  #main .cnt5 .area .txt .tab_split .tab_cnt > div ul li a .img {
    width: 90%;
    margin: 0 auto;
  }


  #main .cnt5 .area .txt .tab_split .tab_cnt > div ul li a h5 {
    padding: 10px 0;
    font-size: 1rem;
  }


  #main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap .bar {
    height: 50px;
    margin: 100px auto 30px;
  }

  #main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap p {
    padding-top: 20px;
  }

  #main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap .detail_img {
    margin-top: 40px;
    padding: 30px 0;
  }


  #main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap h4 {
    font-size: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  #main .cnt5 .area .txt .tab_split .tab_cnt > div .detail_wrap p {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }


  #main .cnt5 .area .txt .tab_split .tab_cnt .tab_cnt2 .detail_wrap .mb_di {
    display: block;
  }

  #main .cnt5 .area .txt .tab_split .tab_cnt .tab_cnt2 .detail_wrap .pc_di {
    display: none;
  }



  #main .cnt6 {
    padding-top: 180px;
  }


  #main .cnt6 .area .top .right {
    margin-top: 30px;
  }

  #main .cnt6 .area .top .right ul li {
    margin-top: 10px;
  }


  #main .cnt6 .btm #map {
    height: 350px;
  }



  #sub1List .cnt2 .area ul li {
    margin-top: 60px;
  }

  #sub1List .cnt2 .area ul li a .img {
    width: 90%;
    margin: 0 auto;
  }

  #sub1List .cnt2 .area ul li a h5 {
    padding: 10px 0;
    font-size: 1.2rem;
  }

  #sub2List .cnt2 .area ul li {
    margin-top: 60px;
  }

  #sub2List .cnt2 .area ul li a .img {
    width: 90%;
    margin: 0 auto;
  }

  #sub2List .cnt2 .area ul li a h5 {
    padding: 10px 0;
    font-size: 1rem;
  }




  .sub .cnt1 {
    height: 400px;
  }
  .sub .cnt1 .location {
    height: 50px;
  }
  .sub .cnt1 .location .area .loc1 {
    width: 50px;
  }
  .sub .cnt1 .location .area .loc1 a img {
    width: 12px;
  }
  .sub .cnt1 .location .area .loc2 {
    line-height: 50px;
  }
  .sub .cnt1 .location .area .loc2 .h4_wrap h4 {
    margin-right: 10px;
  }
  .sub .cnt1 .location .area .loc2 .h4_wrap img {
    width: 8px;
    height: 6px;
  }
  .sub .cnt1 .location .area .loc2 ul {
    top: 50px;
  }
  .sub .cnt1 .location .area .loc3 {
    line-height: 50px;
  }
  .sub .cnt1 .location .area .loc3 .h4_wrap h4 {
    margin-right: 10px;
  }
  .sub .cnt1 .location .area .loc3 .h4_wrap img {
    width: 8px;
    height: 6px;
  }
  .sub .cnt1 .location .area .loc3 ul {
    top: 50px;
  }



  .sub_a .cnt2 .area .tit {
    padding-top: 100px;
  }
  .sub_a .cnt2 .area .txt .inner_txt .img {
    margin-top: -20px;
  }
  .sub_a .cnt2 .area .txt .inner_txt p {
    margin-top: -40px;
    padding: 0 20px;
  }
  .sub_a .cnt2 .area .txt .inner_txt p br {
    display: none;
  }
  .sub_a .cnt2 .area .txt ul li {
    padding-top: 60px;
  }
  .sub_a .cnt2 .area .txt ul li p {
    padding: 0 20px;
  }
  .sub_a .cnt2 .area .txt ul li span {
    padding: 0 20px;
  }  




  .sub_b .cnt2 .area .tit {
    padding-top: 100px;
  }

  .sub_b .cnt1 .location .area .loc3 {
    width: 180px;
  }
}




@media all and (max-width:450px) {
  #main .cnt6 .area .top .left h3 {
    font-size: 2.2rem;
  }

  #main .cnt6 .area .top .right ul li h4 {
    font-size: 1.2rem;
    margin-right: 18px;
  }


  #main .cnt6 .area .top .right ul li.c6_li1 h4 span {
    letter-spacing: 25px;
  }
  
  
  #main .cnt6 .area .top .right ul li.c6_li3 h4 span {
    letter-spacing: 11px;
  }


  #main .cnt6 .area .top .right ul li p {
    font-size: 1.2rem;
  }



  .sub_a .cnt2 .area .tit {
    padding-top: 60px;
  }
  .sub_a .cnt2 .area .tit h3 {
    padding-top: 8px;
  }
  .sub_a .cnt2 .area .txt .inner_txt p {
    margin-top: -20px;
  }



  .sub_b .cnt2 .area .tit {
    padding-top: 60px;
  }
  .sub_b .cnt2 .area .tit h3 {
    padding-top: 8px;
  }
}

