@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* info */
.info{
  position: absolute;
  border-bottom: 1px solid #d2d2d2;
  text-align: right;
  width: 100%;
  top: -31px; left: 0;
  height: 30px;
}
.info a{
  color: white;
  font-size: 12px;
  line-height: 30px;
  font-weight: 100;
}
.info a:nth-child(3){margin-right: 30px;}
.info a:nth-child(1)::after{content: '|';margin: 0 10px;}
.info a:nth-child(2)::after{content: '|';margin: 0 10px;}
/* info a hover */
.info a:hover{font-weight: normal;}
.info a:hover::after{font-weight: lighter;}
/* header */
.header_wrap{
  top: 30px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  border-top: 1px solid #d2d2d261;
}
.logo a:nth-child(2) img{display: none;}
.logo img{
  margin-left: 20px;
  width: 272px; height: 30px;
  object-fit: cover;
  object-position: left;
}
.main_menu>ul{display: flex;}
.main_menu>ul>li>a{
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  padding: 30px 50px;
  display: block;
}
.main_menu>ul>li>a:hover{color: #0b488d;font-weight: bold;}
.main_menu>ul>li>a:hover::after{
  content: '';
  border-bottom: 4px solid #0b488d;
  position: absolute; bottom: 0; left: 0;
  width: 100%;
}
.search i{
  color: white;
  margin-right: 50px;
  font-size: 20px;
  cursor: pointer;
}
.toggle{
  display: none;
  color: white;
  font-size: 40px;
  margin-right: 20px;
  cursor: pointer;
  z-index: 10;
}
/* header hover */
.header:hover .header_wrap{background-color: white;}
.header:hover .main_menu>ul>li>a{color: #111;}
.header:hover .info{background-color: white;}
.header:hover .info>a{color: #111;}
.header:hover .logo img{object-position: right;}
.header:hover .search i{filter: invert();}
/* header class 추가 */
.header_wrap.white .info{background-color: white;}
.header_wrap.white .info a{color: #111;}
.header_wrap.white{background-color: white;}
.header_wrap.white>nav>ul>li>a{color: #111;}
.header_wrap.white .logo img{object-position: right;}
.header_wrap.white .search i{filter: invert();}
/* main */
.back_color{
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.127);
  position: absolute;
  left: 0; top: 0;
  z-index: -1;
}
.main_visual{
  width: 100%;
  height: 100vh;
  background: url(../images/sub_visual.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -2;
}
.sub_visual{
  width: 100%;
  height: 100vh;
  background-image: url(../images/main_visual.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -2;
  animation: aniGb 8s infinite;
  animation-direction: alternate;
}
@keyframes aniGb{0%{opacity: 0;}  100%{opacity: 1;}}
.main_text{
  position: absolute;
  bottom: 100px; left: 130px;
  color: white;
}
.main_text h1{
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 900;
}
.main_text p{font-size: 30px;margin-bottom: 20px;}
/* sub_menu */
.sub_menu{
  position: absolute;
  top: 80px; left: 0;
  background-color: white;
  width: 100%;
  display: none;
}
.submenu_content{
  width: 1000px;
  display: flex;
  margin: auto;
}
.submenu_content > div{flex: 1;}
.submenu_content > div > h2{
  line-height: 120px;
  color: var(--main_font);
  cursor: pointer;
  position: relative;
  height: 100%;
  font-weight: bold;
  font-size: 25px;
}
#lab > .submenu_content > div > h2{text-align: center;}
.submenu_content > div > h2::after{
  content: '';
  position: absolute;
  border-right: 1px solid #d2d2d2;
  right: 50px; height: 80%; top: 50%;
  transform: translateY(-50%);
}
.submenu_content > div > h3{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 50px;
  color: var(--main_font);
  cursor: pointer;
}
.submenu_content > div > ul{margin-bottom: 20px;}
.submenu_content > div > ul > li{}
.submenu_content > div > ul > li > a{
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #767676;
  position: relative;
}
#notic .submenu_content, #intro .submenu_content{margin-top: -10px;}
#news .submenu_content, #lab .submenu_content, #service .submenu_content{width: 1300px;}
#news .submenu_content > div > ul > li > a,
#lab .submenu_content > div > ul > li > a,
#service .submenu_content > div > ul > li > a{margin-top: 50px;}
/* a hover */
.submenu_content > div > ul > li > a:hover{color: #0b488d;font-weight: bold;}
.submenu_content > div > ul > li > a:hover::after{
  content: '';
  position: absolute;
  border-bottom: 1px solid #0b488d;
  width: 100%; bottom: 0; left: 0;
}
/* search_box */
.search_box{
  position: absolute;
  top: 79px; left: 0;
  height: 300px; width: 100%;
  background-color: white;
  display: none;
}
.searchbox_inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.search_box .searchbox_inner input{
  width: 400px; height: 30px;
  position: relative;
  border: none;
  padding: 10px;
  font-size: 20px;
}
.search_box .searchbox_inner .input_after::after{
  content: '';
  position: absolute;
  height: 3px; width: 100%;
  border-bottom: 3px solid black;
  bottom: 0; left: 0;
}
input::placeholder{color: #767676;font-size: 20px;}
.search_box .searchbox_inner i{
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 25px;
  cursor: pointer;
}
.search_box .searchbox_inner input[type=text]:focus{outline: none;}

/* accordion */
.acorrdion{
  width: 100%; height: 100%;
  position: absolute; right: 0; top: 0;
  background-color: white;
  display: none;
}
.accordion_info{padding: 0 1.5rem;}
.accordion_search, .accordion_search_input{display: none;}
/* section01 */
.news_inner{
  width: 1320px;margin: auto;
  position: relative;
}
.news_inner::before{
  content: '';
  position: absolute;
  height: 100vh; width: 530px;
  background-color: var(--section1-color);
}
.news_wrapper{
  height: 100vh;
  padding: 0 0 0 70px;
}
.news_swiper{padding: 0 20px 100px 50px;}
.news_info{}
.news_info .title{
  font-weight: 900; font-size: 50px;
  margin: 80px 0; position: relative;
}
.news_info .title::after{
  content: '';
  border-bottom: 5px solid black;
  position: absolute;
  height: 5px; width: 840px;
  right: 0; top: 50%; transform: translateY(-50%);
}
.news_info .swiper-pagination{
  position: absolute;
  top: 200px; left: 300px;
  color: var(--disc-color);
}
.news_info .swiper-pagination span#current{
  font-size: 32px; color: var(--head-color);
  font-weight: 700;
}
.news_wrapper .swiper-slide{
  border: 1px solid var(--border-color);
  height: 450px; overflow: hidden;
  border-radius: 10px; margin-top: 50px;
  transition: .3s;
}
.news_wrapper .swiper-slide:hover{
  transform: translateY(-50px);
}
.news_wrapper .swiper-slide img{
  width: 323px; height: 230px;
  object-fit: cover;
}
.news_wrapper .swiper-slide .slide_title{
  margin: 30px 30px 10px; font-size: 18px; font-weight: 700;
}
.news_wrapper .swiper-slide .slide_text{
  margin: 10px 30px;
  font-size: 15px; color: var(--disc-color); font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_wrapper .swiper-slide .slide_date{
  margin: 0 30px; font-size: 14px;
  font-weight: 300;
}
.custom_navigation{
  display: flex; position: absolute; right: 50px; bottom: 120px; z-index: 10;
  cursor: pointer;
}
.prev_wrap_news, .next_wrap_news{border: 1px solid var(--main-color); height: 60px; width: 60px; position: relative; border-radius: 50%;}
.next_wrap_news{ margin-left: 20px;}
.custom_navigation .fa-solid{
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); font-size: 20px;
  color: var(--main-color);
}
/* hover */
.prev_wrap_news:hover, .next_wrap_news:hover{
  background-color: var(--main-color);
}
.prev_wrap_news:hover i, .next_wrap_news:hover i{
  color: white;
}
/* slide 강조 */
.news_wrapper .swiper-slide.highlight{
  border: none;
  transform: scale(1.3);
  margin-top: 100px;
}
.news_wrapper .swiper-slide.highlight img{
  border-radius: 10px;
}
/* section02 */
.notic_inner{width: 1320px; margin: auto; height: 100vh;}
.notic_inner .title{
  font-weight: 900; font-size: 50px;
  margin: 80px 0; position: relative;
}
.notic_inner .title::after{
  content: '';
  border-bottom: 5px solid black;
  position: absolute;
  height: 5px; width: 900px;
  right: 0; top: 50%; transform: translateY(-50%);
}
.notic_wrap{}
.notic_card{display: flex;}
.notic_card li{
  position: relative;
  height: 660px;
  padding: 10px 70px;
  margin-left: 15px; border-radius: 30px;
}
.notic_card li::after{
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  border-radius: 30px;
  background-color: gray; opacity: .2;
}
.notic_card li:nth-child(1){
  background: url(../images/notic1.png);
  background-position: center;
}
.notic_card li:nth-child(2){
  background: url(../images/notic2.png);
  background-position: center;
}
.notic_card li:nth-child(3){
  background: url(../images/notic3.png);
  background-position: center;
}
.notic_card li .li_title{
  writing-mode: vertical-rl;
  font-size: 30px; color: white;
  font-weight: 700;
  transform: translateY(40px);
  position: relative; z-index: 2;
  text-shadow: 0 0 10px rgba(128, 128, 128, 0.589);
}
.notic_card li .btn_more{
  position: relative;
  border: 1px solid #fff;
  width: 50px; height: 50px;
  border-radius: 50%;
  transform: translateY(430px);
  z-index: 2; cursor: pointer;
}
.notic_card li .btn_more i{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.notic_card li .li_card {
  display: block;
  width: 0; 
  opacity: 0; 
  overflow: hidden;
  transition: width 0.5s ease, opacity 0.5s ease; 
  z-index: 2;
}
.notic_card li.active .li_card {
  width: 800px;
  opacity: 1; 
}
.card_title{display: flex; justify-content: space-between; margin: 10px 0 30px 0;}
.card_title .content_title{
  padding: 10px 20px; 
  color: white; background-color: var(--main-color); border-radius: 10px; width: 100px; height: 30px; text-align: center; line-height: 30px; 
  font-size: 18px;}
.card_title .btn{
  border: 1px solid var(--main-color); height: 50px; width: 50px;
  border-radius: 50%; background-color: white;
  position: relative;
}
.card_title .btn i{
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); color: var(--main-color);
}
.inner_card{}
.inner_card .card{
  border: 1px solid var(--border-color); padding: 30px 30px 20px 30px; border-radius: 20px;
  margin-bottom: 10px;
}
.inner_card .card:hover{
  box-shadow: 0px 0px 30px #d2d2d2;
}
.inner_card .card h3{
  font-size: 20px; font-weight: 700; 
  color: var(--head-color); margin-bottom: 20px;
}
.inner_card .card p{
  height: 45px;
  font-size: 16px; color: var(--disc-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inner_card .card .date{
  font-size: 16px; color: var(--point-color);
  text-align: right; margin-top: 10px;
}
/* hover */
.notic_card li .btn_more:hover{background-color: white;}
.notic_card li .btn_more:hover i{color: var(--main-color);}
.card_title .btn:hover{background-color: var(--main-color);}
.card_title .btn:hover i{color: white;}
/* active */
.notic_card li.active{padding: 0; width: 870px;}
.notic_card li.active h2,
.notic_card li.active .btn_more,
.notic_card li.active::after{
  display: none;
}
.notic_card li:nth-child(1).active,
.notic_card li:nth-child(2).active,
.notic_card li:nth-child(3).active {
  background: none;
}
.notic_card li.active .li_card{width: 870px;}
.notic_card li:nth-child(1).active .li_card {
  width: 870px;
  opacity: 1;
}
/* section03 */
.archieve_inner{
  height: 100vh;
  margin: auto;
  position: relative;
  background-color: var(--main-color);
  color: white;
}
.archieve_info{width: 1320px; margin: auto;}
.archieve_info .title{
  font-weight: 900; font-size: 50px;
  margin: 80px 0; position: relative;
}
.archieve_info .title::after{
  content: '';
  border-bottom: 5px solid white;
  position: absolute;
  height: 5px; width: 840px;
  right: 0; top: 50%; transform: translateY(-50%);
}
.archieve_info .swiper-pagination{
  position: absolute;
  top: 260px; left: 120px;
  color: #fff;
}
.archieve_info .swiper-pagination span#current_ar{
  font-size: 32px;
  font-weight: 700;
}
.archieve_inner .swiper-slide{
  display: flex; justify-content: space-between; 
}
.archieve_inner .swiper-slide img{
  width: 1101px; height: 612px; 
  object-fit: cover; margin-right: 120px;
}
.archieve_inner .text_area{margin-left: 120px;   width: 440px; cursor: pointer; }
.archieve_inner .text_area h2{
  margin-top: 150px; 
  font-size: 30px; font-weight: 700;
}
.archieve_inner .text_area p{
  margin-top: 15px;
  overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box;-webkit-line-clamp: 5; -webkit-box-orient: vertical;
  font-size: 18px; font-weight: 200;
}
.text_area .more{
  padding: 10px 20px 10px 30px; width: 160px; height: 30px;
  margin-top: 100px;
  display: flex; align-items: center;
  font-weight: 200; cursor: pointer;
}
.text_area .arrow{
  margin-left: 70px;
  height: 15px; width: 9px;
  background: url(../images/section03_arrow.png);
  background-repeat: no-repeat;
}
/* .more hover */
.text_area .more:hover{
  border-radius: 40px;
  background-color: white;
  color: var(--main-color);
  font-weight: 600;
}
.text_area .more:hover .arrow{
  background-position-x: -9px;
}
/* btn */
.custom_navigation03{
  display: flex; justify-content: space-between; width: 100%; position: absolute; z-index: 10;
  cursor: pointer; top: 50%;
}
.prev_wrap_ar, .next_wrap_ar{height: 60px; width: 60px; position: relative; border-radius: 50%; background-color: white; opacity: 0.8; margin: 0 30px;}
.custom_navigation03 .prev{
  height: 20px; width: 12px; background-repeat: no-repeat;
  background: url(../images/navigation_prev.png); position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.custom_navigation03 .next{
  height: 20px; width: 12px; background-repeat: no-repeat;
  background: url(../images/navigation_next.png); position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
/* section04 */
.coverage_inner{
  width: 1320px; height: 100vh;
  margin: auto;
}
.coverage_inner .title{
  font-size: 50px; font-weight: 900;
  position: relative;
  margin: 80px 0;
}
.coverage_inner .title::after{
  content: '';
  border-bottom: 5px solid black;
  position: absolute;
  height: 5px; width: 840px;
  right: 0; top: 50%; transform: translateY(-50%);
}

/* card */
.coverage_card{
  cursor: pointer;
  display: flex;
  margin-bottom: 20px;
}
.coverage_img{
  overflow: hidden;
  border-radius: 20px;
}
.coverage_img img{
  width: 353px; height: 202px;
  object-fit: cover;
  border-radius: 20px;
  transition: .3s;
}
.coverage_text{
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  width: 966px; height: 202px;
  display: flex;
  position: relative;
  transition: .3s;
}
.coverage_text .text_wrap{
  display: flex; flex-direction: column;
  height: 100%; width: 770px;
  justify-content: center;
  margin-left: 40px;
}
.coverage_text .text_wrap h3{
  font-size: 25px; font-weight: 600;
  color: var(--header-color);
  margin-bottom: 20px;
}
.coverage_text .text_wrap p{
  color: var(--disc-color);
  font-size: 16px; font-weight: 300;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.coverage_text .coverage_btn{}
.coverage_text .coverage_btn .circle{
  cursor: pointer;
  width: 60px; height: 60px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  position: absolute; right: 24px;
  top: 50%; transform: translateY(-50%);
  transition: .2s;
}
.circle .arrow{
  width: 23px; height: 23px;
  background: url(../images/section4_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s;
}
/* hover */
.coverage_card:hover .circle{
  background-color: var(--main-color);
}
.coverage_card:hover .circle .arrow{
  background-position-x: -23px;
}
.coverage_card:hover .coverage_text{
  border: 1px solid var(--main-color);
}
.coverage_card:hover .coverage_img img{
  transform: scale(1.1);
}
/* section05 */
.service_inner{width: 1320px; margin: auto; height: 100vh;}
.service_inner .title{
  font-weight: 900; font-size: 50px;
  margin: 80px 0; position: relative;
}
.service_inner .title::after{
  content: '';
  border-bottom: 5px solid black;
  position: absolute;
  height: 5px; width: 840px;
  right: 0; top: 50%; transform: translateY(-50%);
}
.quick_menu{margin-bottom: 40px;}
.quick_inner{
  display: flex; justify-content: space-between;
}
.quick_menu h3{font-size: 30px; font-weight: 800; margin-bottom: 20px;}
.quick_box{display: flex; position: absolute; display: none;}
.quick_circle{
  width: 197px; height: 197px; 
  margin-right: 92px; 
  border-radius: 50%; 
  text-align: center;
  position: relative;
  transition: 0.3s;
  overflow: hidden; cursor: pointer;
}
.quick_circle img{
  width: 67px; height: 67px; 
  object-fit: cover; object-position: left;
  position: absolute;
  bottom: 90px; left: 50%; transform: translateX(-50%);
}
.quick_circle p{
  width: 90px; text-align: center; 
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); font-weight: 400;
}
.tab{
  display: flex; flex-direction: column;
}
.tab a.click{
  color: var(--point-color);
}
.tab a.click::after{
  content: '';
  position: absolute;
  width: 100%; height: 3px; 
  border-bottom: 10px solid var(--point-color);
  opacity: .4; bottom: 5px; left: 0;
}
.tab a{
  position: relative;
  font-size: 30px; font-weight: 700;
  margin-bottom: 30px; margin-right: 20px;
}
/* quickMenu hover */
.quick_circle:hover{
  background-color: var(--main-color);
  color: white;
  border: none; box-shadow: 0 0 30px #0b488d68;
}
.quick_circle:hover img{
  object-position: -67px;
}
.quick_circle:hover p{
  font-weight: 600;
  text-decoration: underline;
}
.tab a:hover{
  color: var(--point-color);
}
.tab a:hover::after{
  content: '';
  position: absolute;
  width: 100%; height: 3px; 
  border-bottom: 10px solid var(--point-color);
  opacity: .4; bottom: 5px; left: 0;
}
/* service_under*/
.service_under{
  display: flex;
}
/* sns */
.sns{width: 500px;}
.sns h3{margin-bottom: 20px; font-size: 30px; font-weight: 800;}
.sns_under{}
.sns_swiper{}
.sns_swiper .swiper-wrapper{}
.sns_swiper .swiper-wrapper .swiper-slide{width: 380px;}
.sns_swiper .swiper-wrapper .swiper-slide img{width: 500px; height: 300px;}
.sns_box_wrap{width: 200px; transform: translate(-80px, 30px); display: flex; flex-direction: column;}
.sns_box{display: flex; width: 180px; height: 45px; padding: 5px 10px; transform: translateY(62px); margin-bottom: 10px; border-radius: 10px; cursor: pointer;}
.sns_box:nth-child(1){
  background-color: #C4302B;
  color: white;
}
.sns_box:nth-child(2){
  background-color: #C13584;
  color: white;
}
.sns_box:nth-child(3){
  background-color: #3B5998;
  color: white;
}
.sns_box:nth-child(4){
  background-color: #2DB400;
  color: white;
}
.sns_box i{width: 26px; line-height: 45px; margin-left: 10px; text-align: center; font-size: 25px;}
.sns_box p{line-height: 45px; margin-left: 20px; width: 100px;}
.sns_box img{width: 26px; height: 24px; transform: translateY(10px); margin-left: 10px; object-fit: cover; object-position: left;}
.sns_box i.fa-solid{display: none; font-size: 16px;}
/* sns hover */
.sns_box:hover{background-color: white;}
.sns_box:hover i.fa-youtube{color: #C4302B;}
.sns_box:hover i.fa-instagram{color: #C13584;}
.sns_box:hover i.fa-facebook-f{color: #3B5998;}
.sns_box:hover img{object-position: -26px;}

.sns_box:nth-child(1):hover{color: #C4302B; border: 1px solid #C4302B;}
.sns_box:nth-child(2):hover{color: #C13584; border: 1px solid #C13584;}
.sns_box:nth-child(3):hover{color: #3B5998; border: 1px solid #3B5998;}
.sns_box:nth-child(4):hover{color: #2DB400; border: 1px solid #2DB400;}
.sns_box:hover i.fa-solid{display: block;}
.sns_box:nth-child(1):hover i.fa-solid{color: #C4302B;}
.sns_box:nth-child(2):hover i.fa-solid{color: #C13584;}
.sns_box:nth-child(3):hover i.fa-solid{color: #3B5998;}
.sns_box:nth-child(4):hover i.fa-solid{color: #2DB400;}
/* nav */
.custom_navigation04{
  display: flex; z-index: 10; transform: translate(-100px, 0px);
  cursor: pointer;
}
.prev_wrap_sns, .next_wrap_sns{border: 1px solid var(--main-color); height: 40px; width: 40px; position: relative; border-radius: 50%;}
.next_wrap_sns{ margin-left: 10px;}
.custom_navigation04 .fa-chevron-right{ position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  color: var(--main-color);
}
.custom_navigation04 .fa-chevron-left{position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  color: var(--main-color);
}
/* pop */
.pop{width: 500px;}
.pop h3{font-size: 30px; font-weight: 800; margin-bottom: 70px;}
.pop_swiper{}
.pop_swiper .swiper-wrapper{}
.pop_swiper .swiper-wrapper .swiper-slide img{
  width: 500px;
}
.custom_navigation05{
  display: flex; z-index: 10; transform: translate(400px, -240px);width: 90px;
  cursor: pointer;
}
.prev_wrap_pop, .next_wrap_pop{border: 1px solid var(--main-color); height: 40px; width: 40px; position: relative; border-radius: 50%;}
.next_wrap_pop{ margin-left: 10px;}
.custom_navigation05 .fa-chevron-left{position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  color: var(--main-color);
}
.custom_navigation05 .fa-chevron-right{position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  color: var(--main-color);
}
.snav_wrap:hover{
  background-color: var(--main-color);
}
.snav_wrap:hover .fa-solid{
  color: white;
}
/* footer */
footer{
  height: 100%;
  position: relative;
  background-color: black;
}
.footermenu_wrap{
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 40px;
  padding: 30px 60px;
}
.footermenu_wrap .footer_menu{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-right: 20px; color: white;
}
.footermenu_wrap .footer_menu:hover{text-decoration: underline;}
.footermenu_wrap .footer_menu:nth-child(1)::after,
.footermenu_wrap .footer_menu:nth-child(2)::after,
.footermenu_wrap .footer_menu:nth-child(3)::after,
.footermenu_wrap .footer_menu:nth-child(4)::after{
  content: '|';
  position: absolute;
  margin-left: 10px;
}
.company_wrap{
  padding: 0 60px;
  padding-bottom: 50px;
}
.company_wrap a{
  margin-bottom: 10px;
  font-weight: 300;
  transition: .2s;
  color: white;
}
.company_wrap .com_content:hover a{text-decoration: underline;}
.company_wrap .com_content{
  margin-bottom: 10px;
}
.company_wrap .com_content .com{
  margin-right: 30px;
}
.symbol{
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px; bottom: 20px;
}
.symbol .wa{}
.symbol .wa img{
  width: 150px;
}
.symbol .logo{
  margin: 0 20px;
}
.symbol .logo img{
  width: 270px;
}