@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

header{
  position: relative;
}
/* topmenu */
.topmenu{
  width: 100%; height: 35px;
  background-color: #b2151a;;
  color: #fff;
  margin: auto;
  font-size: 1rem;
}
.topmenu a:hover{
  color: #ffe400;
}
.topmenu_inner{
  width: 80%; height: 100%;
  /* border: 1px solid #000; */
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topmenu_text{
  /* border: 1px solid #000; */
  font-size: .9rem;
}
.topmenu_list{
  /* border: 1px solid #000; */
  display: flex;
}
.topmenu_list li{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: .9rem
  ;
}
.topmenu_list li select{
  background: none;
  color: #fff;
  border: none;
  font-size: .9rem;
}
.topmenu_list li option{
  color: #000;
}
.topmenu_list li img{
  width: 10px; height: 10px;
}
.topmenu_list .li_before_line::before{
  content: '';
  width: 1px; height: 50%;
  background-color: #fff;
  margin-left: 10px;
}
.topmenu_list .li_before_line p{
  font-size: .9rem;
}
.topmenu_list li button{
  background-color: #b2151a;
  border: none;
  cursor: pointer;
}
.topmenu_list li button img{
  width: 15px; height: 15px;
}


/* topbar */
.topbar{
  position: relative;
  margin-top: 20px;
  width: 100%; height: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e5eb;
}
.topbar_inner{
  width: 80%; height: 100%;
  margin: auto;
  /* border: 1px solid #000; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar_inner .logo{
  max-height: 80px;
  margin-top: 15px;
}
.topbar_inner .top-icon{
  display: none;
}
.sitemap-section{
  
}
.topbar_inner .top-icon i{
  
  font-size: 1rem;
}
.topbar_inner .logo img{
}


/* sitemap */

/* 탑 메뉴바 중앙 네비바 */
.topbar_inner nav.navbar{
  width: 80%;
}
.topbar_inner nav.navbar ul{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.topbar_inner nav.navbar > ul> li::before{
  
}
.topbar_inner nav.navbar > ul> li:hover::before{
  
}
.topbar_inner nav.navbar > ul> li> a{
  display: inline-block;
  padding: 26px;
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 10px;
}
.topbar_inner nav.navbar > ul> li> a::after{
  content: '';
  background-color: #B2151A;
  position: absolute;
  bottom: -10px; left: 50%;
  width: 0; height: 3px;
  transition: .3s;
  transform: translateX(-50%);
  border-radius: 10px;
}
.topbar_inner nav.navbar > ul> li> a:hover::after{
  content: '';
  width: 100%; 
  
}
.topbar_inner nav.navbar > ul> li> a:hover{
  color: #B2151A;

}
.topbar_inner .submenu_container{
  position: absolute;
  padding: 0;
  top: 80px; left: 0;
  background-color: #fefefe;
  width: 100%; height: max-content;
  border: 1px solid #e2e5eb;
  z-index: 1000;
  display: none;
}
/* 활성 메뉴에서 보여지는 서브메뉴 배경색 */
.submenu-item.active {
  background-color: #b2151a15;
    /* 원하는 배경색 */
    color: #000;
}
.submenu-item{
  transition: .3s;
}
.topbar_inner .submenu_container .inner{
  width: 80%;
  margin: auto;
}
.topbar_inner .submenu_container .inner> ul{
  display: flex;
  width: 80%;
  margin-left: auto;
  justify-content: space-between;
}
.topbar_inner .submenu_container .inner> ul li{
  
  width: 31%;
}
.topbar_inner .submenu_container .inner> ul li > a{
  display: block;
  padding: 20px 10px;
  text-align: center;
  
}
.topbar_inner .submenu_container .inner> ul li > a:hover{
  color: #B2151A;
  font-weight: 600;
}

/* 탑 메뉴바 가장 오른쪽 아이콘들 */
.topbar_inner .btnmenu{
  display: none;
}
.topbar_inner .btnmenu ul{
  display: flex;
  gap: 10px;
}
.topbar_inner .btnmenu ul li a{
  padding: 15px 0px 15px 15px;
}
/* main */
main{
  width: 100%; height: 760px;
}
main .main_inner{
  width: 80%; height: 100%;
  margin: auto;
}
main .main_inner .main_banner{
  /* border: none; */
  margin: auto;
  height: 600px; width: 100%;
  margin-top: 10px;
  overflow: hidden;

}
main .main_inner .main_banner .bannerSwiper .swiper-wrapper .swiper-slide img{
  background-position: bottom;
  width: 100%; height: 600px;
  background-size: cover;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: #fff;
}
main .swiper-pagination-fraction #text{
  margin-top: 10px;
  opacity: 0;
}
.main_inner .icon_box{
  width: 100%; height: 100px;
  border-radius: 0px;
  margin: auto ;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_inner .icon_box ul{
  width: 85%;
  height: 100%; 
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main_inner .icon_box h2{
  font-size: 1.8rem;
  color: #B2151A;
  font-weight: 600;
  width: 180px;
}
.main_inner .icon_box ul li{
  max-width: 285px; max-height: 130px;
  text-align: center;
  position: relative;
  transition: .4s;
}
.main_inner .icon_box ul li:nth-child(1):hover::after,.main_inner .icon_box ul li:nth-child(2):hover::after,.main_inner .icon_box ul li:nth-child(3):hover::after,.main_inner .icon_box ul li:nth-child(4):hover::after,.main_inner .icon_box ul li:nth-child(5):hover::after{
  /* animation: blink-effect 1s step-end infinite; */
  opacity: 30%;
  background-color: #B2151A;
}
/* @keyframes blink-effect {
  50% {
    opacity: 0;
  } 
}*/
.main_inner .icon_box ul li:nth-child(1)::after{
  content: '';
  width: 40px; height: 40px;
  border-radius: 50%;
  opacity: 10%;
  background-color: #B2151A;
  position: absolute;
  top: -10px; left: 25%;
  transition: .3s;
}
.main_inner .icon_box ul li:nth-child(2)::after{
  content: '';
  width: 40px; height: 40px;
  border-radius: 50%;
  opacity: 10%;
  background-color: #B2151A;
  position: absolute;
  top: -5px; left: 20%;
  transition: .3s;
}
.main_inner .icon_box ul li:nth-child(3)::after{
  content: '';
  width: 40px; height: 40px;
  border-radius: 50%;
  opacity: 10%;
  background-color: #B2151A;
  position: absolute;
  bottom: 22px; left: -25%;
  transition: .3s;
}
.main_inner .icon_box ul li:nth-child(4)::after{
  content: '';
  width: 40px; height: 40px;
  border-radius: 50%;
  opacity: 10%;
  background-color: #B2151A;
  position: absolute;
  top: -10px; right: 19%;
  transition: .3s;
}
.main_inner .icon_box ul li:nth-child(5)::after{
  content: '';
  width: 40px; height: 40px;
  border-radius: 50%;
  opacity: 10%;
  background-color: #B2151A;
  position: absolute;
  top: -10px; left: 0%;
  transition: .3s;
}
.main_inner .icon_box ul li:hover{
  color: #B2151A;
}
.main_inner .icon_box ul li a{
  text-align: center;
}
.main_inner .icon_box ul li a img{
  height: 40px;
}
.main_inner .icon_box ul li a h4{
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
}
/* side_section */
.side_section{
  position: fixed;
  bottom: 3rem;
  right: 6rem;
  /* left: calc(50% + 825px); */
  transition: all .3s ease;
  text-align: right;
  z-index: 99;
}
.side_section .tab{
  cursor: pointer;
  width: 45px; height: 45px;
  background-color: #404040d1;
  border-radius: 50%;
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}.side_section .tab::before{
  content: '\f068';
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  /* width: 18px; height: 18px; */
  font-family: "Font Awesome 5 Free";
  /* background: url(/image/plus-solid.svg) no-repeat; */
  /* background-position: center; */
}
.side_section .tab.active::before{
  content: '\2b';
  color: #fff;
  font-weight: bold;
}
.side_section .tab.active::after{
  content: '';
  position: absolute;
  width: 47px; height: 47px;
  border-radius: 50%;
  border: 2px dashed #b2151ad6;
}
.side_section .tab.active{
  background-color: #b2151ad6;
  content: 'f068';
}
.side_section .tab #sidetab.sidetabvisible{
  display: block;
}
.side_section .top{
  cursor: pointer;
  width: 45px; height: 45px;
  background-color: #b2151ad6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_section .top i{
  font-size: 1rem;
}
.side_section .tab i{
  font-size: 1rem;
}
.side_section .tab #sidetab{
  display: none; 
  position: absolute;
  bottom: 3rem;
  right: -4.5rem;
  z-index: 10;
}
.side_section .tab ul li{
  margin: 5px 0;
}
.side_section .tab ul li .tab_plus_btn{
  width: 120px; height: 50px;
  background-color: #404040d1;
  border-radius: 30px;
  overflow: hidden;
}
.side_section .tab ul li .tab_plus_btn:hover{
  background-color: #b2151ad6;
}
.side_section .tab ul li .tab_plus_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_section .tab ul li .tab_plus_btn span{
  background-color: none;
  width: 50px; height: 50px;
  padding-left: 3px;
  font-size: 0.6rem;
  line-height: .8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_section .tab ul li .tab_plus_btn span img{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.side_section .tab ul li a{
  
  color: #fff;
  display: block;
  position: relative;
  
  
  box-shadow: 0 0 8px rgba(143, 136, 136, .4);
  overflow: hidden;
}

/* section01 css */
.section01{
  width: 100%; height: 1024px;
  background-color: #fff;
  
}
.section01 .section_inner{
  border: none;
  width: 80%; height: 543px;
  margin: auto;
  padding: 100px 0;
}
.section01 .section_top{
  /* border: 1px solid red; */
  width: 100%; height: 341px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.section01 .section_top .board{
  width: 75%; height: 100%;
}
.section01 .section_top .board .tab_wrap .tab_menu{
  display: flex;
  margin: 0; padding: 0;
  gap: 20px;
  width: 100%; height: 50px;
  border-bottom: 1px solid #71717151;
  align-items: center;
}
.section01 .section_top .board .tab_wrap .tab_menu li a{
  font-size: 1.1rem;
  font-weight: 600;
}
.section01 .section_top .board .tab_wrap .tab_menu li{
  
  margin-right: 10px;
}
.section01 .section_top .board .tab_wrap .tab_menu .add{
  display: inline-block;
  margin-left: auto;
  width: 25px; height: 25px;
  overflow: hidden;
}
.section01 .section_top .board .tab_wrap .tab_menu .add:hover img{
  transform: translateX(-24px);
}
.section01 .section_top .board .tab_wrap h2{
  margin-right: 40px;
  color: #B2151A;
  font-size: 1.8rem;
  font-weight: 600;
}

.section01 .section_top .board .tab_wrap #tab_content .tabs a{
  margin: 30px 0px 30px 20px;
  gap: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color:#1D1D1D;
}

/* / */
.section01 .section_top .board .content_box{
  border: none;
  margin-top: 50px;
  width: 100%; height: 240px;
  
}
.section01 .section_top .board .content_box ul{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 30px;
}
.section01 .section_top .board .content_box ul li{
  position: relative;
  color: #1D1D1D;
}
.section01 .section_top .board .content_box ul li::before{
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background-color:#1D1D1D; 
  position: absolute;
  left: -30px; top: 3px;
}
.section01 .section_top .board .content_box ul li a{
  display: flex;
  justify-content: space-between;
  color: #717171;
  width: 1030px;
  font-size: 1.1rem;
  transition: .3s;
}
.section01 .section_top .board .content_box ul li a:hover{
  /* border-bottom: 1px solid #72727269; */
  color: #B2151A;
  font-size: 1.375rem;
  font-weight: 600;
}

.section01 .section_top .board #tab_content > div{
  display: none;
}
.section01 .section_top .board #tab_content > div> a >p.text{
  position: relative;
}
.section01 .section_top .board #tab_content > div> a:hover p{
  color: #b2151a;
}
.section01 .section_top .board #tab_content > div> a >p.text::before{
  content: '';  
  width: 6px; height: 6px;
  background-color: #1d1d1d;
  position: absolute;
  border-radius: 50%;
  top: 4px; left: -15px;
}
/* active */
.tab_menu li a.active{
  color: #B2151A;
  position: relative;
}
.tab_menu #tab_content #tab a:hover a{
  text-decoration: underline;
}
.tab_menu li a.active::before{
  content: '';
  width: 8px; height: 8px;
  position: absolute;
  top: -10px; left: -10px;
  border-radius: 50%;
  background-color: #B2151A;
}

.section01 .section_top .board .content_box ul li a p.date{

}
.section01 .section_top .report{
  /* border: 1px solid #000; */
  width: 100%; height: 100%;
  padding:40px;
  color: #fff;
  background-color: #404040;
  transition: .3s;
}
.section01 .section_top .report:hover{
  
  background-color: #B2151A;
}
.section01 .report{
  padding-top: 5px;
}
.section01 .report-box-m{
  display: none;
}

.section01 .report h3{
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;

}
.section01 .report .text_box{
  width: 213px; height: 45px;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: nowrap;
  margin: 15px auto;
  align-items: center;
  justify-content: space-between;
  
}

.section01 .report .text_box p.text{
  
}
.warp_box{
  width: 100%; max-height: 555px;
  margin-top: 0px; 
  background-color: #E5E5E5;
}
.warp_box .title_box{
  margin: 0; padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.warp_box .title_box h2{
  font-size: 1.8rem;
  color: #B2151A;
  font-weight: 600;
}
.warp_box .title_box button{
  border-style: none;
  
  width: 25px; height: 25px;
  overflow: hidden;
}
.warp_box .title_box button:hover img{
  transform: translateX(-24px);
}
.warp_box .swiper-wrapper{
  padding: 5px;
  display: flex;
  height: 380px; 
  flex-direction: row;
  flex-wrap: nowrap;
}
.warp_box .swiper-pagination{
  position: absolute;
  bottom: 0px; 
}
.warp_box .businessSwiper{
  width: 100%;
}
.warp_box .swiper-pagination .swiper-pagination-bullet{
  background-color: #B2151A;
  
}
.warp_box .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #B2151A;
  width: 20px;
  border-radius: 100px;
}
.warp_box .businessSwiper .swiper-slide{
  margin-top: 30px;
  width: 200px; height: 250px;
  background-color: #fff;
  position: relative;
  padding: 40px 25px;
  box-sizing: border-box;
  font-size: 1.1rem; 
  display: inline-block;
  text-align: start;
  line-height: 30px;
  transition: .3s;
}
.warp_box .businessSwiper .swiper-slide:hover{
  outline: 3px solid #B2151A;
  transform: translateY(-10px);
}
.warp_box .businessSwiper .swiper-slide:hover a{
  
  text-decoration: underline;
}
.warp_box .swiper-wrapper .swiper-slide a{
  margin: 0px;
  font-size: 1.2rem;
} 
.section01 .swiper-wrapper .swiper-slide{
  border: none;
}
.warp_box .swiper-wrapper .swiper-slide p{
  color: #727272;
  font-size: 1.1rem;
}
.warp_box .swiper-wrapper .swiper-slide button{
  position: absolute;
  right: 0; top: 0;
  margin: 25px;
  width: 30%; height: 20%;
  border-radius: 50px;
  color: #fff;
  border-style: none;
  font-size: 1.1rem;
}
.warp_box .swiper-wrapper .swiper-slide button.check{
  background-color: #446904;
}
.warp_box .swiper-wrapper .swiper-slide button.go{
  background-color: #EC9500;
}
.warp_box .swiper-wrapper .swiper-slide a{
  color: #1d1d1d;
  display: block;
  /* border: 1px solid #000; */
  margin: 20px 0px 30px 00px;
  transition: .4s;
  font-weight: 400;
}
.warp_box .swiper-wrapper .swiper-slide p.date{
  color: #727272;
  
}


/* section02 */
.section02{
  width: 100%; height: 984px;
  /* border: 1px solid #000; */
  background-color: #E5E5E5;
  margin-top: 100px;
}
.section02 > .section_inner{
  width: 80%; height: 100%;
  margin: auto;
  padding: 100px 0;
}
.section02 > .section_inner > .title_box{
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.section02 > .section_inner .title_box h2{
  color: #B2151A;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
.section02 > .section_inner .title_box button{
  border-style: none;
  font-size: 1.1rem;
}
.section02 > .section_inner .title_box button a{
  transition: .1s;
}
.section02 > .section_inner .title_box button a:hover{
  font-weight: 600;
  color: #B2151A;
}
.section02 > .section_inner .content_box{
  display: flex;
  gap: 30px;
  border: none;
  justify-content: space-around;
}
.section02 > .section_inner .content_box .content_left{
  display: flex;
  flex-direction: row;
  /* border: 1px solid #000; */
  gap: 30px;
}
.section02 > .section_inner .content_box .content_left .left_s{
  margin-top: 100px;
}
.section02 > .section_inner .content_box .content_right{
  display: flex;
  gap: 30px;
}
.section02 > .section_inner .content_box .content_right .right_s{
  margin-top: 100px;
}
.section02 > .section_inner .content_box .list{
  margin: 30px 0;
  max-width: 334px; max-height: 260px;
  background-color: #fff;
  
  gap: 30px;
  padding: 30px;
  border: none;
  transition: .3s;
}
.section02 > .section_inner .content_box .list:hover{
  outline: 3px solid #B2151A;
  transform: scale(1.1);
}
/* .section02 > .section_inner .content_box .list:hover img{
  width: 250px; height: 70px;
  transform: scale(1.3);
} */

.section02 > .section_inner .content_box .list:nth-child(2){
  
}
.section02 > .section_inner .content_box .list img{
  display: block;
  margin: auto;
  transition: .4s;
  
}
.section02 > .section_inner .content_box .list p{
  text-align: start;
  margin-top: 30px;
  font-weight: 600;
  font-size: 1.1rem;
}
.section02 > .section_inner .content_box .list a{
  display: inline-block;
  text-align: start;
  margin-top: 10px;
  font-size: 1.1rem;
}
.section02 > .section_inner .content_box .list p.date{
  text-align: end;
  font-weight: normal;
  color: #252525;
}

/* section03 */
.section03{
  width: 100%; height: 777px;
  /* border: 1px solid #000; */
}
.section03 > .section_inner{
  width: 80%; height: 100%;
  margin: auto;
  /* border: 1px solid #000; */
  border: none;
}
.section03 > .section_inner .title_box{
  margin-top: 130px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 130px ;
}
.section03 > .section_inner .title_box h2{
  color: #B2151A;
  font-size: 1.8rem;
  font-weight: 600;
}

.section03 > .section_inner .content_box{
  margin-top: 60px;
  width: 100%; height: 400px;
  /* border: 1px solid #000; */
  border: none;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.section03 > .section_inner .content_box::before{
  content: '';
  width: 30%; max-height: 361px;
  background: url(/image/Ellipse.png) no-repeat;
  position: absolute;
  top: -120px; right: -150px;
  z-index: -10;
  opacity: 50%;
}
.section03 > .section_inner .content_box .list{
  /* border: 1px solid #000; */
  width: 30%; height: 390px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.112);
  transition: .3s;
  position: relative;
}
.section03 > .section_inner .content_box .list .list-bg{
  background-color: #1f1f1fd2;
  width: 100%; height: 70%;
  position: absolute;
  top: 0;
   left: 0;
  display: flex;
  display: none;
}
.section03 > .section_inner .content_box .list .list-bg .i-box i{
  font-size: 3rem;
 
  opacity: 0.5;
}
.section03 > .section_inner .content_box .list .list-bg .i-box{
  width: 100px; height: 100px;
  border-radius: 50%;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.section03 > .section_inner .content_box .list:hover{
  
  transform: translateY(-10px);
}
.section03 > .section_inner .content_box .list:hover .list-bg{
  display: block;
}
.section03 > .section_inner .content_box .list a{}
.section03 > .section_inner .content_box .list a.img img{
  width: 100%; height: 70%;
  background-color: #000;
}
.section03 > .section_inner .content_box .list a.text{
  width: 100%; height: 30%;
  display: block;
  padding: 20px;
}
.section03 > .section_inner .content_box .list a.text text h4{}
.section03 > .section_inner .content_box .list a.text p{
  display: block;
  margin-top: 14px;
}

/* section04 */
.section04{
  width: 100%; height: 877px;
  background-color: #E5E5E5;
  
}

.section04 > .section-inner{
  width: 80%; height: 100%;
  margin: auto;
  padding: 110px 0;
  
}
.research_box{
  display: none;
}
.section04 > .section-inner  .title_box{
  display: flex;
  justify-content: space-between;
  width: 320px;
}
.section04 > .section-inner .title_box h2{
  color: #B2151A;
  font-size: 1.8rem;
  font-weight: 600;
}


.section04 > .section-inner  .title_box button{
  border-style: none;
  width: 47px;
  overflow: hidden;
}
.section04 > .section-inner  .title_box button:hover img {
  transform: translateX(-55px);
  
}
.section04 > .section-inner  .title_box button a{}
.section04 > .section-inner  .title_box button img{
  background-position: right;
  background-size: contain;
}

.section04 > .section-inner  .content_box{
  
  position: relative;
}
.section04 > .section-inner .content_box .text_box{}
.section04 > .section-inner .content_box .text_box .con_text{
  max-width: 425px; max-height: 450px;
  background-color: #fff;
  /* border: 1px solid #000; */
  margin-top: 60px;
  padding: 50px;
}
.section04 > .section-inner  .content_box .text_box .con_text h3{
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 1.6rem;
}
.section04 > .section-inner  .content_box .text_box .con_text div{
  width: 100%; height: 70px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #72727249;
}
.section04 > .section-inner  .content_box .text_box .con_text div p.tit{
  width: 88px;
  /* border: 1px solid #000; */
}
.section04 > .section-inner  .content_box .text_box .con_text div p.con{
  color: #717171;
  /* border: 1px solid #000; */
}
.section04 > .section-inner  .content_box .text_box .con_text button{
  margin-top: 20px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  border-style: none;
  color: #717171;
}



.section04 > .section-inner  .controler_wrap{
  width: 140px; height: 44px;
  
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.166);
  margin: 50px 140px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section04 > .controler_wrap button{}
.section04 > .controler_wrap div{}

/* section04 > 스와이퍼 부분, */
.section04 > .section-inner > .slider-wrapper {
  
  display: flex;
  width: 100%;
  height: 600px;
  margin: 0;
  align-items: flex-start;
  justify-content: center;
  /* border: 1px solid #000; */
  
}

.section04 > .section-inner > .slider-wrapper > .section04-left-box> .info {
  width: 325px; height: 450px;
  padding: 50px;
  /* border: 1px solid #000; */
  background-color: #fff;
  margin-top: 80px;
}
.section04 > .section-inner > .slider-wrapper .info h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 600;
}
.section04 > .section-inner > .slider-wrapper .info li {
  margin-bottom: 10px;
  list-style: none;
  border-bottom: 1px solid #0000002f; 
  margin-top: 50px;
  display: flex;
  padding: 10px;
}
.section04 > .section-inner > .slider-wrapper .info li strong{
  display: block;
  width: 80px;
}
.section04 .custom-pagination{
  background-color: #fff;
}
.section04 .custom-pagination > span{
  color: #B2151A;
}
/*  */
.section04 > .section-inner  .swiper {
  max-width: 1000px; height: 550px;
  padding: 70px;
  margin-left: auto;
  padding-top: 100px;
  /* border: 1px solid red; */
}

.section04 .swiper-slide {
  width: 450px;
  opacity: 0.3;
  transform: scale(0.9);
  transition: all 0.3s ease;
}

.section04 .swiper-slide-visible {
  opacity: 1;
}

.section04 .swiper-slide-active {
  margin-left: 50px;
  transform: scale(1.2);
  outline: 35px solid #B2151A;
  background: white;
  z-index: 2;
  opacity: 1;
}

.section04 .swiper-slide img {
  width: 300px; height: 400px;
  display: block;
  object-fit: fill;
}

.section04 .swiper-button-next,
.swiper-button-prev {
  color: #fff;
  bottom: 0;
}

.section04 .custom-pagination {
  text-align: center;
  margin-top: 120px;
  margin-left: 80px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 18px;
  width: 140px;
  border-radius: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.153);
}
/* section05 */
.section05{
  width: 100%; height: 900px;
}
.section_inner{
  width: 80%; height: 100%;
  margin: auto;
}
.section05 > .section_inner .title_box{
  text-align: center;
  margin: 100px;
}


.section05 > .section_inner .title_box h2{
  position: relative;
  margin: auto;
  width: fit-content;
  color: #B2151A;
  font-size: 1.8rem;
  font-weight: 600;
}


.section05 > .section_inner .content_box{
  display: flex;
  width: 100%;
  justify-content: space-between;
  
}
.section05 > .section_inner .content_box .sns_box{
  width: 400px; height: 400px;
  margin-top: 20px;
}
.section05 > .section_inner .content_box .sns_box .text{
  display: flex;
  justify-content: space-between;
  
}
.section05 > .section_inner .content_box .sns_box .text h3{
  font-size: 1.6rem;
}
.section05 > .section_inner .content_box .sns_box button{border: none;
}
.section05 > .section_inner .content_box .sns_box iframe{
  margin-top: 30px;
  width: 400px; height: 300px;
}

/* 사업정보 페이지(오른쪽 컨텐츠) */
.section05 > .section_inner .content_box .content{
  position: relative;
  width: 910px; height: 540px;
}

.section_inner .content_box .content .text{}
.section05 > .section_inner .content_box .content .text h3{
  font-weight: 500;
  line-height: 2.5rem;
  font-size: 1.6em;
}

.section05 > .section_inner .content_box .content ul.tab{
  width: 230px; height: fit-content;
  
  margin-top: 80px;
}
.section05 > .section_inner .content_box .content ul .tab_btn.active{
  color: #B2151A;
}

.section05 > .section_inner .content_box .content ul .tab_btn.active::before{
  content: '';
      width: 10px;
      height: 10px;
      background: #B2151A;
      border-radius: 50%;
      position: absolute;
      left: 5px;
      top: 12px;
      transform: translateY(-50%);
}
.section05 > .section_inner > .content_box > .content>  ul.tab> li{
  cursor: pointer;
  position: relative;
  width: 100%; height: 60px;
  border-bottom: 1px solid #717171;
  padding-left: 20px;
  line-height: 60px;
  font-size: 1.2rem;
  color: #717171;
  font-weight: 600;
}
.section05 > .section_inner > .content_box > .content>  .content_box{
  width: 614px; height: 370px;
  position: absolute;
  top: 120px; right: 0;
}
.section05 > .section_inner > .content_box > .content>  .content_box .tab_content{
  display: none;
}
.section05 > .section_inner > .content_box > .content>  .content_box .tab_content.active{
  display: block;
}
.section05 > .section_inner > .content_box > .content>  .content_box .tab_content{

}
.section05 > .section_inner > .content_box > .content>  .content_box .tab_content .tab_text{
  color: #fff;
  position: absolute;
  bottom: 0px; left: 0px;
  width: 250px; height: 200px;
  background-color: #b2151a;
  padding: 40px 20px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.section05 > .section_inner > .content_box > .content>  .content_box .tab_content .tab_text p{
  margin-bottom: 10px;
}
.section05 > .section_inner > .content_box > .content>  .content_box .tab_content .tab_text span{
  line-height: 1.4rem;
  margin-left: 10px;
  margin-bottom: 20px;
}
.section05 > .section_inner > .content_box > .content>  .content_box .tab_content .tab_text a{
  font-size: .8rem;
}
.section05 > .section_inner > .content_box > .content>  .content_box .tab_content .tab_img{
  width: 580px; height: 280px;
  
  position: absolute;
  top: 0; right: 0;
}
.section05 > .section_inner > .content_box > .content>  .content_box .tab_content .tab_img img{
  width: 100%; height: 100%;
  
}
.section05 > .section_inner > .content_box > .content>  .content_box{

}





.section05 > .section_inner .content_box .content > ul.tab li button{
  cursor: pointer;
  font-size: 1.1rem;
  border-style: none;
  align-items: center;
  margin-left: 14px;
}
.section05 > .section_inner .content_box .content > ul.tab li .swiper{
  width: 550px; height: 282px;
  position: absolute;
  top: 100px; right: 0px;
  display: none;
}
.section05 > .section_inner .content_box .content > ul.tab li #slide1{
  display: none;
}
.section05 > .section_inner .content_box .content > ul.tab li #slide4{
  display: none;
}
.section05 > .section_inner .content_box .content > ul.tab li .swiper img{

}
.section05 > .section_inner .content_box .content > ul.tab li ul{
  position: absolute;
  top: 260px; right: 320px;
  width: 250px; height: 210px;
  background-color: #b2151a;
  padding: 40px 30px;
  z-index: 10;
}
.section05 > .section_inner .content_box .content > ul.tab li ul#con1{
  display: none;
  flex-wrap: wrap;
}
.section05 > .section_inner .content_box .content > ul.tab li ul.con2{
  display: none;
}
.section05 > .section_inner .content_box .content > ul.tab li ul.con3{
  display: none;
}
.section05 > .section_inner .content_box .content > ul.tab li ul.con4{
  display: none;
}
.section05 > .section_inner .content_box .content > ul.tab li ul.con li{
  color: #fff;
}
.section05 > .section_inner .content_box .content > ul.tab li ul.con li h5{
}
.section05 > .section_inner .content_box .content > ul.tab li ul.con li .p_box{
  margin: 14px;
  
}
.section05 > .section_inner .content_box .content > ul.tab li ul.con li .p_box p{
  margin-bottom: 5px;
  font-size: 1.063rem;
  font-weight: normal;
}
.section05 > .section_inner .content_box .content > ul.tab li ul.con li button.box_inner{
  cursor: pointer;
  border-style: none;
  background-color: #b2151a;
  color: #fff;
}

/* footer_banner */
.banner{
  width: 100%; height: 235px;
  background-image: url(../image/footer-banner-bg.png);
  background-position: top; 
  background-size: cover;
  object-fit: fill;
  border: none;
  background-repeat: no-repeat;
}
.banner .banner_inner{
  width: 80%; height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.banner .banner_inner .banner_text{
  width: 600px;
  
}
.banner .banner_inner .banner_text p{
  margin: 20px 0;
  font-size: 1.1rem;
  color: #727272;
}
.banner .banner_inner .banner_text p.title{
  font-weight: 600;
  color: #fff;
  font-size: 2.25rem;
}
.banner .banner_inner .banner_text p.con{
  display: block;
  color: #ffffff82;
  font-size: 1.4rem;
}
.banner .banner_inner .banner_text p.title span{
  font-weight: 600;
  color: rgb(252, 209, 209);
  font-size: 2.25rem;
}
.banner .banner_inner .banner_img{
  margin-left: 80px;
}
.banner .banner_inner .banner_img img{}
.banner .banner_inner button{
  cursor: pointer;
  width: 207px; height: 66px;
  margin-left: auto;
  border-radius: 50px;
  background-color: #b2151a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-style: none;
}
.banner .banner_inner button p{
  font-size: 1.188rem
}
.banner .banner_inner button .icon{
  width: 30px; height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.banner .banner_inner button .icon img{
  width: 7.4px; height: 12px;

}
/* footer */
.footer.logo_box{
}
.footer_inner{
  width: 80%;
  margin: auto;
  
}
.footer .channel_contents{
  border-bottom: 1px solid #40404071;
  
}
.footer .channel_contents ul{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}
.footer .private{
  border-bottom: 1px solid #40404071;
}
.footer .private ul{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
  color: #404040;

}
.footer .private ul #private{
  font-weight: 600;
  text-decoration: underline;
  color: #B2151A;
}
.footer .menu{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.footer .menu .logo img{
  max-width: fit-content; height: 50px;
  /* border: 1px solid #000; */
  display: flex;
  align-items: center;
}
.footer .menu .text{
  width: 890px; 
  color: #404040;
  
}
.footer .menu .text p{
  margin-bottom: 30px;
  font-size: 0.75rem;
}
.footer .menu .text span{
  font-size: 0.75rem;
  font-weight: 600;
}
.footer .menu .img{
  
  /* border: 1px solid #000; */
  display: inline-block;
}
.footer .menu .img img{
  margin: 10px;
  /* border: 1px solid #000; */
}
.gnb-dim {
  display: none;
  position: fixed;
  left: 0;
  top: 10rem;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
