@charset "utf-8";

.pop {font-family: "Poppins", sans-serif;}
#content {overflow: hidden;}
.mo {display: none;}

/* m-visual */
.m-visual {padding: 50px 0 60px; width: 100%;}
.m-visual .container {display: flex; gap: 50px;}
.m-visual .visual {width: 100%; max-width: 850px; height: 760px; position: relative; }
.m-visual .visual .swiper-wrapper .swiper-slide {display: block;}
.m-visual .visual .swiper-wrapper .swiper-slide .backdrop {width: 100%; height: 100%; transition: all 2s ease;}
.m-visual .visual .swiper-wrapper .swiper-slide .backdrop img {width: 100%; height: 100%; display: block; margin: 0 auto; object-fit: cover;}
.m-visual .visual .swiper-wrapper .swiper-slide-active .backdrop {transform: scale(1.1);}
.m-visual .visual .swiper-wrapper .swiper-slide .container {width: 100%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.m-visual .visual .swiper-wrapper .swiper-slide .container h2 {position: absolute; top: 190px; left: 80px; font-size: 50px; line-height: 1.3; color: #fff; font-weight: 700;  width: 100%; opacity: 0; transition: all 1.2s ease .3s;}
.m-visual .visual .swiper-wrapper .swiper-slide .container p {position: absolute; top: 135px; left: 80px; font-size: 26px; line-height: 1.346; color: #fff; font-weight: 700; width: 100%; opacity: 0; transition: all 1.2s ease;}
.m-visual .visual .swiper-wrapper .swiper-slide-active .container h2 {top: 225px; opacity: 1;}
.m-visual .visual .swiper-wrapper .swiper-slide-active .container p {top: 170px; opacity: 1;}

.controls {position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); width: 140px; height: 50px; z-index: 5; padding: 0 25px; border-radius: 50px; background-color: rgba(0,0,0, .5);}
.swiper-pagination-bullets {width: 100%; align-items: center; display: flex; justify-content: center; height: 100%; gap: 10px;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 !important;}
.controls .swiper-pagination-bullet {width: 10px; height: 10px; border-radius: 50%; background-color: #fff; opacity: 1; margin: 0;}
.controls .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #026bb7;}

.m-visual .main_news {max-width: 520px; width: 100%;}
.m-visual .main_news .tit {width: 100%; display: flex; align-items: flex-end; margin-bottom: 30px; justify-content: space-between;}
.m-visual .main_news .tit h5 {font-size: 28px; font-weight: 700; color: #000;}
.m-visual .main_news .tit a {font-size: 16px; font-weight: 700; color: #000; padding-right: 20px; background: url(../images/main/ico_plus.png) 100% 50% no-repeat; background-size: auto; transition: all .2s linear;}
.m-visual .main_news .tit a:hover {color: #026bb7;}
.m-visual .main_news .img-box {width: 100%; padding-bottom: 20px; border-bottom: 1px solid #ddd; min-height: 475px; position: relative; display: flex; flex-direction: column;justify-content: center;}
.m-visual .main_news .img-box .inner {width: 100%; height: 100%; display: block;}
.m-visual .main_news .img-box .none { width: 100%; min-height: 680px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; border-top: 1px solid #ddd;}
.m-visual .main_news .img-box .none p {font-size: 16px; text-align: center;}
.m-visual .main_news .img-box .pic {position: relative; height: 0; padding-bottom: 61.54%; overflow: hidden;}
.m-visual .main_news .img-box .pic img {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100% !important; height: 100% !important; max-width: 100%; min-height: 100%; object-fit: cover; transition: all .4s linear;}
.m-visual .main_news .img-box:hover .pic img {transform: translateY(-50%) scale(1.05);}
.m-visual .main_news .img-box dl {margin-top: 15px; width: 100%;}
.m-visual .main_news .img-box dl dt {font-size: 20px; font-weight: 600; color: #000; line-height: 1.6; display: -webkit-box; word-wrap:break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; word-break: break-all; transition: all .2s linear;}
.m-visual .main_news .img-box dl dd {font-size: 16px; line-height: 1.625; color: #666; padding-top: 5px; display: -webkit-box; word-wrap:break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; word-break: break-all; transition: all .2s linear;}
.m-visual .main_news .img-box .inner:hover dl dt {text-decoration: underline;}


.m-visual .main_news .news-list {margin-top: 20px; min-height: 202px; display: flex; flex-direction: column;/*  justify-content: center; */}
.m-visual .main_news .news-list ul {width: 100%;}
.m-visual .main_news .news-list ul li ~ li {margin-top: 15px;}
.m-visual .main_news .news-list ul li .item {width: 100%; display: flex; gap: 40px; align-items: center; justify-content: space-between;}
.m-visual .main_news .news-list ul li .item a {position: relative; display: block; max-width: 405px; width: 100%; font-size: 16px; color: #666; padding-left: 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all .2s linear;}
.m-visual .main_news .news-list ul li .item a::before {position: absolute; content: ''; width: 5px; height: 5px; border-radius: 50%; background-color: #026bb7; top: 50%; left: 0; transform: translateY(-50%);}
.m-visual .main_news .news-list ul li .item span {font-size: 16px; color: #999;}
.m-visual .main_news .news-list ul li .item:hover a {color: #026bb7; font-weight: 600;}
/* .m-visual .main_news .news-list ul li.none {font-size: 16px; text-align: center;} */

/* sec2 */
.sec2 {background-color: #f7f7f7; width: 100%; padding: 80px 0;}
.sec2 .board {width: calc(100% + 50px); margin: 0 -25px; display: flex;}
.sec2 .board .notice{width: 33.33333%; padding: 0 25px;}
.sec2 .board .notice .inner {width: 100%; min-height: 270px; border-bottom: 1px solid #ddd;}
.sec2 .board .notice .tit {width: 100%; padding-left: 20px; display: flex; align-items: center; justify-content: space-between;}
.sec2 .board .notice.notice01 .tit {background-color: #026bb7;}
.sec2 .board .notice.notice02 .tit {background-color: #c70c0c;}
.sec2 .board .notice.notice03 .tit {background-color: #a1a3a2;}
.sec2 .board .notice .tit h5 {line-height: 50px; font-size: 20px; font-weight: 700; color: #fff;}
.sec2 .board .notice .tit a {display: block; width: 50px; line-height: 50px; font-size: 20px; color: #fff; text-align: center;}
.sec2 .board .notice.notice01 .tit a {background-color: #024677;}
.sec2 .board .notice.notice02 .tit a {background-color: #7f0303;}
.sec2 .board .notice.notice03 .tit a {background-color: #747575;}
.sec2 .board .notice ul li {width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 19px 0; /* border-bottom: 1px solid #ddd; */ gap: 15px;}
.sec2 .board .notice ul li ~ li {border-top: 1px solid #ddd;}
.sec2 .board .notice ul li.none {min-height: 220px; text-align: center; justify-content: center;}
.sec2 .board .notice ul li a {position: relative; padding-left: 15px; display: block; max-width: 290px; width: 100%; font-size: 16px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all .2s linear;}
.sec2 .board .notice ul li a::before {position: absolute; content: ''; width: 4px; height: 4px; top: 50%; left: 0; transform: translateY(-50%);}
.sec2 .board .notice.notice01 ul li a::before {background-color: #026bb7;}
.sec2 .board .notice.notice02 ul li a::before {background-color: #c70c0c;}
.sec2 .board .notice.notice03 ul li a::before {background-color: #a1a3a2;}
.sec2 .board .notice.notice01 ul li:hover a {color: #026bb7; font-weight: 600;}
.sec2 .board .notice.notice02 ul li:hover a {color: #c70c0c; font-weight: 600;}
.sec2 .board .notice.notice03 ul li:hover a {color: #000; font-weight: 600;}
.sec2 .board .notice ul li span {font-size: 16px; color: #999;}

/* sec3 */
.sec3 {padding: 100px 0 110px; position: relative;}
.sec3 .tit {width: 100%; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px;}
.sec3 .tit h5 {font-size: 36px; font-weight: 700; color: #000;}
.sec3 .tit a {font-size: 16px; font-weight: 700; color: #000; padding-right: 20px; background: url(../images/main/ico_plus.png) 100% 50% no-repeat; background-size: auto; transition: all .2s linear;}
.sec3 .tit a:hover {color: #026bb7;}
.sec3 .cnt {min-height: 410px;}
.sec3 .cnt .swiper-slide .item {width: 100%; display: block;}
.sec3 .cnt .swiper-slide .item .pic {position: relative; height: 0; padding-bottom: 75.56%; overflow: hidden;}
.sec3 .cnt .swiper-slide .item .pic img {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100% !important; height: 100% !important; max-width: 100%; min-height: 100%; object-fit: cover; transition: all .4s linear;}
.sec3 .cnt .swiper-slide .item:hover .pic img {transform: translateY(-50%) scale(1.1);}
.sec3 .cnt .swiper-slide .item p {font-size: 18px; font-weight: 600; color: #000; padding: 25px 0; border-bottom: 1px solid #ddd; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all .2s linear;}
.sec3 .cnt .swiper-slide .item:hover p {color: #026bb7; border-color: #026bb7;}
.sec3 .cnt-control {width: 1610px; display: flex; align-items: center; justify-content: space-between; position: absolute; top: calc(50% - 5px); left: 50%; transform: translate(-50%,-50%);}
.sec3 .cnt-control .cnt-btn {width: 29px; height: 54px; background: url() 50% 50% no-repeat; background-size: auto; cursor: pointer; transition: all .2s linear;}
.sec3 .cnt-control .cnt-prev {background-image: url(../images/main/ico_prev.png);}
.sec3 .cnt-control .cnt-next {background-image: url(../images/main/ico_next.png);}
.sec3 .cnt-control .cnt-prev:hover {background-image: url(../images/main/ico_prev_on.png);}
.sec3 .cnt-control .cnt-next:hover {background-image: url(../images/main/ico_next_on.png);}
.sec3 .cnt .none {width: 100%; height: 100%; min-height: 410px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.sec3 .cnt .none p {font-size: 16px; color: #666; text-align: center;}

/* sec4 */
.sec4 {position: relative; width: 100%; padding: 100px 0 120px; background: url(../images/main/bg_sec4.jpg) 50% 50% no-repeat; background-size: cover;}
.sec4 .tit {width: 100%; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px;}
.sec4 .tit h5 {font-size: 36px; font-weight: 700; color: #000;}
.sec4 .tit h5 span {font-size: 18px; font-weight: 400; color: #666; display: inline-block; padding-left: 25px; vertical-align: middle;}
.sec4 .intro .swiper-wrapper .swiper-slide a {display: flex; width: 100%; background-color: #fff; height: 100%; min-height: 270px; flex-direction: column; align-items: center; justify-content: center;}
.sec4 .intro .swiper-wrapper .swiper-slide a .img {width: 110px; height: 110px; border-radius: 50%; margin: 0 auto; background: url() 50% 50% no-repeat; background-size: auto; transition: all .2s;}
.sec4 .intro .swiper-wrapper .slide01 a .img {background-image: url(../images/main/ico_01.png);}
.sec4 .intro .swiper-wrapper .slide02 a .img {background-image: url(../images/main/ico_02.png);}
.sec4 .intro .swiper-wrapper .slide03 a .img {background-image: url(../images/main/ico_03.png);}
.sec4 .intro .swiper-wrapper .slide04 a .img {background-image: url(../images/main/ico_04.png);}
.sec4 .intro .swiper-wrapper .slide05 a .img {background-image: url(../images/main/ico_05.png);}
.sec4 .intro .swiper-wrapper .slide06 a .img {background-image: url(../images/main/ico_06.png);}
.sec4 .intro .swiper-wrapper .slide01 a:hover .img {background-image: url(../images/main/ico_01_on.png);}
.sec4 .intro .swiper-wrapper .slide02 a:hover .img {background-image: url(../images/main/ico_02_on.png);}
.sec4 .intro .swiper-wrapper .slide03 a:hover .img {background-image: url(../images/main/ico_03_on.png);}
.sec4 .intro .swiper-wrapper .slide04 a:hover .img {background-image: url(../images/main/ico_04_on.png);}
.sec4 .intro .swiper-wrapper .slide05 a:hover .img {background-image: url(../images/main/ico_05_on.png);}
.sec4 .intro .swiper-wrapper .slide06 a:hover .img {background-image: url(../images/main/ico_06_on.png);}

.sec4 .intro .swiper-wrapper .swiper-slide a p {padding-top: 30px; text-align: center; font-size: 26px; color: #000; font-weight: 600;}
.sec4 .intro-control {width: 1610px; display: flex; align-items: center; justify-content: space-between; position: absolute; top: calc(50% + 30px); left: 50%; transform: translate(-50%,-50%);}
.sec4 .intro-control .intro-btn {width: 29px; height: 54px; background: url() 50% 50% no-repeat; background-size: auto; cursor: pointer; transition: all .2s linear;}
.sec4 .intro-control .intro-prev {background-image: url(../images/main/ico_prev.png);}
.sec4 .intro-control .intro-next {background-image: url(../images/main/ico_next.png);}
.sec4 .intro-control .intro-prev:hover {background-image: url(../images/main/ico_prev_on.png);}
.sec4 .intro-control .intro-next:hover {background-image: url(../images/main/ico_next_on.png);}