@charset "utf-8";
body,html {opacity:0;}

.goto {
    position: fixed;
    right: 2%;
    top: 50%;
    margin-top: -63px;
    z-index: 100;
    /* box-shadow: 0px 0px 16px 1px grey; */
    /* padding: 1em; */
    border-radius: 1em;
    /* overflow: hidden; */
    /* background-color: white; */
}
.goto ul{
    padding: 0;
    margin-top: -50%;
    width: 30px;
}
.goto ul li{
    /* visibility: hidden; */
    margin: .5em 0;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.goto ul li a{
			 /* padding: .5em 0 .5em 0em; */
			 display: table;
			 justify-content: flex-start;
			 align-items: center;
			 width: 6px;
			 height: 6px;
			 background: #d4d4d4;
			 border-radius: 1em;
			 position: absolute;
			 transition: .3s ease-in-out;
			 }
.goto ul li:hover a{background:var(--color-main);}
.goto ul li:after{
						   content:"";
						   position:absolute;
						   display:block;
						   width:20px;
						   height:20px;
						   left: 18%;
						   top: 0;
						   background: rgb(255 255 255 / 0%);
						   border:2px solid var(--color-main);
						   border-radius:50%;
						   opacity: 0;
						   transition: .3s ease-in-out;
						   }
.goto ul li:hover::after {opacity:1;transition: .3s ease-in-out;}
.goto ul li a span {
    display: table;
    width: 50px;
    height: 50px;
    background-color: var(--color-point4);
    background-repeat: no-repeat;
    margin-right: .5em;
    border-radius: 3em;
    background-position-x: center;
    background-position-y: center;
}
.goto ul li:nth-of-type(1) a span{
    background-image: url(/img/main/goto1.png);
}

.goto ul li:nth-of-type(2) a span{background-image: url(/img/main/goto2.png); background-color: var(--color-point2);}
.goto ul li:nth-of-type(3) a span{background-image: url(/img/main/goto3.png);background-color: var(--color-point3);}
.goto ul li:nth-of-type(4) a span{background-image: url(/img/main/goto4.png);background-color: var(--color-point1);}
.goto ul li:nth-of-type(5) a span{background-image: url(/img/main/goto5.png);background-color: var(--color-point6);}
.goto > a{
    background-color: var(--color-main);
    /* color: white; */
    width: 100%;
    display: flex;
    padding: 1em;
    align-items: center;
    justify-content: space-around;
}	
.section1 {height: 80vh;overflow: hidden;width: 100%;}
.section1 .slide1 {
    z-index: 0;
    width: 100%;
    height: 100%;
}
.section1 .slide1 li{
    width: 100%;
    height: 80vh;
    background: black;
    overflow: hidden;
}
.section1 .slide1 li.img1 {background-image: url(/img/slide/1.jpg);background-size: cover;}
.section1 .slide1 li.img2 {background-image: url(/img/slide/2.jpg);}
.section1 .slide1 li:after {content:"";/* background-color: #0000003d; */width:100%;height:100%;position:absolute;}
.section1 .slide1 li .mp4 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section1 .slide1 li .mp4 video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section1 .slide1 li .text {
    left: 10%;
    top: 43%;
    position: absolute;
    z-index: 9;
    opacity: 0;
    color: #fff;
    text-shadow: 0 3px 5px #2222221c;
    visibility:hidden;
    letter-spacing: -1px;
}
.section1 .slide1 li.active .text {
  visibility:visible;
  animation: eff_txt1 1s ease forwards;
  -webkit-animation: eff_txt1 1s ease forwards;
  /* animation-delay:0.3s; */
  }
.section1 .slide1 li .text > div {
    width: 20%;
    height: 2em;
    background-size: 100%;
    background-repeat: no-repeat;
} 
.section1 .slide1 li .text h2 {
    font-size: 2em;
    line-height: 1.6;
    font-weight: 600;
    font-family: 'NanumSquareNeo', sans-serif;
}
.section1 .slide1 li .text h2 span {
    /* color: #fff008; */
    font-weight: 800;
    font-size: 1.5em;
}
.section1 .bx-wrapper {
    box-shadow: none;
    margin-bottom: unset;
    border: 0;
    height: 100%;
}
.section1 .bx-wrapper .bx-pager {
    bottom: 2em;
    width: 100%;
}
.section1 .bx-wrapper .bx-controls-direction a {
    /* top: 43%; */
}

.section1 .icon_link{
    width: var(--width-size);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 .icon_link:hover {
	/*margin-top:-1em; */
	
}
.section1 .icon_link li{
    width: 200px;
    height: 240px;
    transform: translateY(-30px);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    /* visibility: hidden; */
}
.section1 .icon_link li:hover {
	background-color:
	green;
	border-radius:1em;
	padding:2em 0;
	transform: translateY(-89px);
	/*animation:animatedbang 3s infinite;*/
	/* margin-top: -2em; */
	z-index:111;
	-webkit-transition: .5s ease-in-out; 
	transition: .5s ease-in-out;
	-webkit-backface-visibility: hidden;
}


.section1 .icon_link li a{
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    padding-bottom: 1em;
    /* padding-top: 4em; */
    margin-top: 1em;
    font-weight: 600;
    font-size: 1.2em;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 1em;
    align-items: flex-end;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
}
.section1 .icon_link li.i_cl1:hover {background-color:var(--color-point4);}
.section1 .icon_link li.i_cl2:hover {background-color:var(--color-point2);}
.section1 .icon_link li.i_cl3:hover {background-color:var(--color-point3);}
.section1 .icon_link li.i_cl4:hover {background-color:var(--color-point1);}
.section1 .icon_link li.i_cl5:hover {background-color:var(--color-point5);}
.section1 .icon_link li.i_cl6:hover {background-color:var(--color-point6);}

.section1 .icon_link li:hover a {color:white; margin-top:0;
	-webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-backface-visibility: hidden;}

.section1 .icon_link li:nth-of-type(1) a { background-image:url(/img/main/icon1.png)}
.section1 .icon_link li:nth-of-type(1):hover a{background-image:url(/img/main/icon1_over.png);}

.section1 .icon_link li:nth-of-type(2) a { background-image:url(/img/main/icon2.png)}
.section1 .icon_link li:nth-of-type(2):hover a{background-image:url(/img/main/icon2_over.png);}
.section1 .icon_link li:nth-of-type(3) a { background-image:url(/img/main/icon3.png)}
.section1 .icon_link li:nth-of-type(3):hover a{background-image:url(/img/main/icon3_over.png);}
.section1 .icon_link li:nth-of-type(4) a { background-image:url(/img/main/icon4.png)}
.section1 .icon_link li:nth-of-type(4):hover a{background-image:url(/img/main/icon4_over.png);}
.section1 .icon_link li:nth-of-type(5) a { background-image:url(/img/main/icon5.png)}
.section1 .icon_link li:nth-of-type(5):hover a{background-image:url(/img/main/icon5_over.png);}
.section1 .icon_link li:nth-of-type(6) a { background-image:url(/img/main/icon6.png)}
.section1 .icon_link li:nth-of-type(6):hover a{background-image:url(/img/main/icon6_over.png);}


@media screen and (max-width: 1000px) {
	.goto {
    display: none;
}
	.goto ul{}
	.goto ul li{}
	.goto ul li a{}
	.goto > a{}	
	
	.section1 {
    height: 70vh;
}
	.section1 .bx-wrapper{height: 70vh;}
	.section1 .slide1 {
    height: 70vh;
}
	.section1 .slide1 li{
    background-position-x: 65%;
    background-position-y: center;
    background-size: cover;
    height: 100%;
    position: relative;
    min-width: 100%;
}
	.section1 .icon_link{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
	.section1 .icon_link li{
    width: 50%;
    height: auto;
}
	.section1 .icon_link li a{
    font-size: 1.1em;
    text-align: center;
    line-height: 1.2em;
    align-items: center;
    padding-top: 6em;
}
}

.section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-top: 1em; */
    height: auto;
    /* margin-top: 82px; */
    background-color: #f4f4f4;
}
.section2 .title h3 {
    font-size: var(--main-h3-size);
    color: #333;
    padding-bottom: .2em;
}
.section2 .title p, .section2 .title a {color: #333;}
.title a {margin-top: 6em;}


.section2 > div {
    display: flex;
    flex-direction: column;
    width: var(--width-size);
    align-items: center;
}
.section2 > div > div:nth-of-type(1) {
    position: relative;
}

.section2 > div > div:nth-of-type(1) > div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section2 > div > div:nth-of-type(1)  div.div_list {
    display: none;
    padding: 1em;
    /* justify-content: space-between; */
    /* align-items: flex-start; */
    margin-top: 1.4em;
    width: 776px;
    height: 250px;
}

.section2 > div > div:nth-of-type(1) > div:nth-of-type(1) a{
    width: 50%;
    display: table;
    font-size: var(--font-size24);
    font-weight: 600;
    text-align: center;
    padding: 0.8em;
    background-color: var(--color-gray);
    color: #555555;
    font-family: 'Nanum Gothic';
    font-weight: 800;
}
.section2 > div > div:nth-of-type(1) > div:nth-of-type(1) a.on {
    /* font-size: 2em; */
    background-color: var(--color-main);
    color: white;
}
.section2 > div > div:nth-of-type(1)  div.div_list > a:nth-of-type(1) {
    /* border-radius: .5em 0 0 0; */
}
.section2 > div > div:nth-of-type(1)  div.div_list > a:nth-of-type(2) {
    /* border-radius: 0 .5em 0 0; */
}

.section2 > div > div:nth-of-type(1)  div.div_list a{
    width: 230px;
    position: relative;
    height: 214px;
    /* display: table; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}
.section2 > div > div:nth-of-type(1)  div.div_list a h4,
.section2 > div > div:nth-of-type(1)  div.div_list a p,
.section2 > div > div:nth-of-type(1)  div.div_list a span {width:230px}

.section2 > div > div:nth-of-type(1) div.div_list a:after {content:"";position: absolute;top: 0;right: -13px;width: 1px;height: 100%;background-color: #bfbfbf;}
.section2 > div > div:nth-of-type(1) div.div_list a:nth-last-child(1):after {content:"";display:none;}
.section2 > div > div:nth-of-type(1) div.div_list a h4 {
    font-size: var(--font-size20);
}
.section2 > div > div:nth-of-type(1) > div.div_list a p {
    font-size: .9em;
    margin: 1em 0;
}
.section2 > div > div:nth-of-type(1) > div.div_list a span {
    color: darkgrey;
    font-size: .8em;
}
.section2 > div.notice {padding: 4em 0;}
.section2 > div.notice .div_lab {
    width: 791px;
    height: 0;
    /* display: none; */
    overflow: hidden;
}
.section2 > div.notice .div_lab.on {display:block;height: 310px;padding: 0 1em;}

.section2 > div.notice .div_lab .tab_inner {/* display:none; */}
.section2 > div.notice .div_lab .tab_inner.on {display:block;height: 210px;}

.section2 > div.notice .bx-wrapper {
    box-shadow: none;
    height: 226px;
    margin-top: 1.5em;
}
.section2 > div.notice .div_lab .bx-controls {
    /* margin-top: 0.6em; */
}
.section2 > div.notice .div_lab .bx-controls .bx-prev{
    top: unset;
    /* margin-top: 1em; */
    left: 50%;
    margin-left: -2em;
    background: url(/img/main/arrow_left.png) no-repeat;
}
.section2 > div.notice .div_lab .bx-controls .bx-next{
    top: unset;
    /* margin-top: 1em; */
    right: 50%;
    margin-right: -2.5em;
	background: url(/img/main/arrow_right.png) no-repeat;
}
.section2 > div.notice .div_lab .li_float_list {
    /* margin: 2em .5em; */
    /* height: 236px; */
}
.section2 > div.notice .div_lab .li_float_list li{
    width: 230px;
    height: 235px;
    float: left;
}
.section2 > div.notice .div_lab .li_float_list li a{
    height: 238px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 231px;
}
.section2 > div.notice .div_lab .li_float_list li a h4{
    font-size: var(--font-size);
    padding-bottom: 1em;
    font-weight: 500;
}
.section2 > div.notice .div_lab .li_float_list li a p{
    font-size: 17px;
    padding-bottom: 1em;
    color: var(--font-color-text-summary);
}
.section2 > div.notice .div_lab .li_float_list li a span{
    font-size: 0.9em;
    color: var(--color-ft-font-color);
    font-weight: 300;
}

.section2 > div.notice .div_lab .div_list{display:none;height: 327px;width: 700px;}
.section2 > div.notice .div_lab .div_list.on{/* display: block; */}
.section2 > div > div:nth-of-type(2) {display: flex;width: 100%;justify-content: space-between;margin-top: 2em;}
.section2 > div > div:nth-of-type(2) > div {
    width: 49%;
    display: table;
    position: relative;
    background-color: #fff;
    border-radius: 1em;
    /* height: 429px; */
    box-shadow: 1px 9px 29px 5px #00000026;
    padding: 2em;
}
.section2 > div > div:nth-of-type(2) div:nth-of-type(2) {
    width: 49%;
    height: 429px;
    display: table;
    position: relative;
}
.section2 > div > div:nth-of-type(3) ul li{
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}


/******** */
.section2 .notice > div:nth-of-type(2) .tab, .section2 .notice > div:nth-of-type(2) .tit{
    border-bottom: 2px solid var(--color-main);
    /* padding: 0 0 1em; */
    display: flex;
    position: relative;
    /* margin-bottom: 17em; */
    width: 100%;
    padding-bottom: .5em;
}
.section2 .notice > div:nth-of-type(2) h3 a{
    font-size: 1.2em;
    /* margin-right: 1.8em; */
    color: #444;
    font-weight: 600;
    padding: .5em 1em;
}
.section2 .notice > div:nth-of-type(2) .tit h3 a {
    /* color: var(--color-main); */
    padding: 0;
    display: inline-block;
    /* padding-bottom: 1em; */
}
.section2 .notice > div:nth-of-type(2) h3 a.on {
    color: #fff;
    position: relative;
    z-index: 1;
}
.section2 .notice > div:nth-of-type(2) h3 a.on:after{content:"";width: 100%;height: 100%;background-color: var(--color-main);position: absolute;/* border-radius: 1em; */top: 0;left: 0;z-index: -1;border-radius: 1em 1em 0 0;}
.section2 .notice > div:nth-of-type(2) h3.title {}
.section2 .notice .news ul{display: flex;gap: 0 4%;width: 100%;margin-top: 1.6em;}
.section2 .notice > div:nth-of-type(2) ul li{
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section2 .notice > div:nth-of-type(2) ul li a {}
.section2 .notice iframe {height: 220px;}
.section2 .notice > div:nth-of-type(2) ul li span{
    display: flex;
    align-items: center;
}
.section2 .notice > div:nth-of-type(2) ul li span.color1, .section2 .notice > div:nth-of-type(2) ul li span.color3 {color: #fff;padding: .3em .5em;border-radius: 3px;}
.section2 .notice > div:nth-of-type(2) ul li a{word-break: keep-all;display: block;width: 100%;}
.section2 .notice > div:nth-of-type(2) ul li a:nth-of-type(1) {width: 100%;/* height: 80%; */overflow: hidden;display: flex;/* justify-content: center; *//* align-items: center; */}
.section2 .notice > div:nth-of-type(2) ul li a:nth-of-type(1) img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.section2 .notice > div:nth-of-type(2) ul li a:nth-of-type(2) {
    /* height: 52px; */
    margin-top: .5rem;
}
.section2 .notice > div:nth-of-type(2) .tab_inner {
    display: none;
    font-weight:unset;
    /* position: absolute; */
    /* top: 4em; */
    width: 100%;
}
.section2 .notice > div:nth-of-type(2) .tab_inner.on {
    display: unset;
}

.section2 .notice div ul.galley{
    display: flex;
    justify-content: space-between;
    margin-top: 1.6em;
    height: 16em;
}
.section2 .notice div ul.galley li{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 48%;
    padding: 0;
    border-bottom: unset;
}
.section2 .notice div ul.galley li a {width:100%;margin-top: 5px;}
.section2 .notice div ul.galley li div {
    height: 220px;
    background-repeat: no-repeat;
}
.section_link {width: var(--width-size);margin:0 auto;padding: 4em  0;}
.section_link > ul {
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.section_link > ul li {width:48%;padding: 2em;background-color: #f8f8f8;border-radius: 1rem;}
.section_link > ul li dl {
    display: flex;
    justify-content: space-between;
}
.section_link > ul li dt {
    width: 60%;
    height: 225px;
}
.section_link > ul li dt img {width:100%;object-fit: cover;height: 100%;}
.section_link > ul li dd {
    width: 36%;
}
.section_link h4 {font-size:24px;margin-bottom: 2rem;}
.section_link p {
    font-size: 16px;
    margin-top: .5rem;
}
.section_link p.tit {font-size:18px;font-weight: 500;margin-top: 0;}
.section_link dd > a {display:inline-block;padding: .5rem 2rem;background-color: var(--color-main);color: #fff;border-radius: 2rem;margin-top: 2rem;}
.section_link li:nth-child(2) dd > a {background-color:var(--color-main2)}
span.color1 {background-color: #6f93c1;}
span.color3 {background-color: #3bb09e;}

.turn {
    display: flex;
    justify-content: space-evenly;
    width: 15%;
    margin: 0 auto;
}
.turn li{
    font-size: 28px;
    color: #ccc;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.circle {
    display: flex;
    position: absolute;
    top: 94%;
    z-index: 1;
    right: 6%;
}
.circle li{
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 0.5em;
    border: 1px solid #fff;
}

@media screen and (max-width: 1000px) {
	
	.section2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1em;
    height: auto;
}
	.section2 .title p {text-align:center;word-break: keep-all;}
	.section2 > div.notice {
    height: auto;
}
	.section2 > ul > li div h4 {
}
	.section2 > div > div:nth-of-type(1) {
    width: 100%;
}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) a {
    width: 100%;
    margin-bottom: 2em;
}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) a:after {left: 0;width: 100%;height: 1px;top: 100%;margin-top: 5%;}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) a h4 {
    font-size: 1.2em;
}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) a p {font-size:1em;}
	.section2 > div > div:nth-of-type(2) {height: auto;display: flex;flex-direction: column;margin-top: 2em;}
	.section2 > div > div:nth-of-type(2) > div {
    width: 100%;
    padding: 1em;
}
	.section2 > div > div:nth-of-type(2) div:nth-of-type(2) {
    width: 100%;
    margin-top: 2em;
}
	.section2 .notice > div:nth-of-type(2) ul li {justify-content: flex-start;display: flex;flex-direction: column;width: 100%;}
	.section2 .notice > div:nth-of-type(2) ul li{
    padding-top: 0;
    margin-bottom: 1.5rem;
}
	.section2 .notice > div:nth-of-type(2) ul li a {width: auto;}
	.section2 > div div.tv div:nth-of-type(1) {
    /* background-size: 100%; */
    height: 19em;
    margin-top: 2em;
    margin-bottom: 1em;
}
	.section2 > div div.tv div:nth-of-type(1):before{}
	.section2 > div div.tv div:nth-of-type(1):after{display: none;}
	.section2 > div div.tv div a span {
    margin-left: 0;
}
	.section2 > div.notice .div_lab.on {}
	.section2 > div.notice .div_lab .bx-controls-direction {width:100%;}
	.section2 > div.notice .div_lab .bx-controls .bx-prev {width: 30px;left: 19%;}
	.section2 > div.notice .div_lab .bx-controls .bx-next {width: 30px;left: 21%;}
	.section2 .notice > div:nth-of-type(2) ul li span {
    font-size: .8em;
    width: auto;
    display: none;
}
	.section2 .notice > div:nth-of-type(2) ul li span.color1, .section2 .notice > div:nth-of-type(2) ul li span.color3 {width: 26%;display: block;text-align: center;}
	.section2 .notice div ul.galley {
    flex-wrap: wrap;
    height: auto;
}
	.section2 .notice div ul.galley li {width:100%;margin-bottom: 1.5rem;}
	.section2 .notice div ul.galley li div {
    background-size: cover;
    height: auto;
    min-height: 180px;
    max-height: 220px;
}
	.section2 .notice > div:nth-of-type(2) .tit h3 a {padding-bottom:1em}
	.turn {
    width: 27%;
    padding-bottom: 1em;
    margin-top: -1em;
}
	.turn li {
    width: 30px;
    height: 30px;
    font-size: 20px;
}
	.section2 .notice > div:nth-of-type(2) .tab, .section2 .notice > div:nth-of-type(2) .tit {
    /* justify-content: space-between; */
    height: auto;
    margin-top: 1em;
    padding-bottom: 0;
}
	.section2 .notice > div:nth-of-type(2) h3 a {
    font-size: 18px;
    letter-spacing: -1px;
    padding: .5em;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
	.section2 .notice > div:nth-of-type(2) h3 a.on:after {}
	.section2 .notice > div:nth-of-type(2) ul li a:nth-of-type(1) img {height:auto;}
}

.section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    position: relative;
}

.section3 h3{
    font-size: var(--main-h3-size);
    /* visibility: hidden; */
    margin-bottom: 1em;
}
.section3 > div {
    display: flex;
    width: var(--width-size);
    padding: 4em 0;
}
.section3 > div > div:nth-of-type(1) {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.section3 > div > div:nth-of-type(2) {width:75%;}
.section3  div.slide {width: 100%;height: auto;overflow: hidden;}
.section3  div.slide .bx-wrapper {
    box-shadow: unset;
    background: unset;
    border: unset;
    margin-bottom: 0;
}

.section3  .slide .slide33 {
    display: flex;
}
.section3  .slide .slide33 li{}

.section3 div.simple_list ul{
    width: 100%;
    display: flex;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    margin: 3em 0;
    position: relative;
    height: 455px;
}
.section3 div.simple_list ul li{
    display: flex;
    /*width: 382px;*/
    border: 1px solid #ccc;
    position: relative;
    height: 365px;
    /* border-bottom: 1px solid #ccc; */
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    /* background-color: #f3f3f3; */
}

.section3 .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem 1rem;
}
.section3 .icon li {
    background-color: #B2BED6;
    width: 19%;
    border-radius: 10px;
    text-align: center;
}
.section3 .icon li:nth-child(2) {background-color: #DEF2B2;}
.section3 .icon li:nth-child(3) {background-color: #B2E3F5;}
.section3 .icon li:nth-child(4) {background-color: #D4EEF8;}
.section3 .icon li:nth-child(5) {background-color: #C4DCC0;}
.section3 .icon li:nth-child(6) {background-color: #EFF5B3;}
.section3 .icon li:nth-child(7) {background-color: #B2BED6;}
.section3 .icon li:nth-child(8) {background-color: #DEF2B2;}
.section3 .icon li:nth-child(9) {background-color: #B2E3F5;}
.section3 .icon li:nth-child(10) {background-color: #B2BED6;}

.section3 .icon li div{display: flex;
    align-items: center;
    justify-content: space-evenly; transition: all 0.3s linear;}
.section3 .icon li:hover div {transform: scale(1.1);}
.section3 .icon li a{
    /* color: #fff; */
    display: block;
    padding: 15px 0;
    letter-spacing: -.5px;
    color: #3c444f;
}
.section3 .icon li a strong{
    font-size: 1.3em;
    font-weight: 500;
}
.section4 {
    /* border-top: 1px solid #ccc; */
}
.section4 .banner {}
.section4 .banner ul {
    display: flex;
    position: relative;
}
.section4 .banner ul:after{content:"";background-color: #00000057;width:100%;height:100%;position: absolute;left: 0;top: 0;}
.section4 .banner ul li {
    background-image: url(/img/main/banner1.jpg);
    width: 960px;
    height: 249px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 3em;
    justify-content: center;
}
.section4 .banner ul li:nth-child(2) {
    background-image: url(/img/main/banner2.jpg);
    align-items: flex-start;
    padding-left: 3em;
}
.section4 .banner ul li p {
    position: relative;
    z-index: 1;
    color: #fff;
}
.section4 .banner ul li a {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: .5em 1em;
    border-radius: .5em;
    margin-top: 1em;
}
.section4 .banner ul li a:hover {background-color:var(--color-main); color:#fff;}
@media screen and (max-width:1000px) {
	.section3 {
    width: 100%;
    overflow: hidden;
    min-width: 360px;
    padding: 2em 1em;
    height: auto;
    margin-top: 0;
}  
	.section3 > div {
    padding: 0;
    width: 100%;
}
	.section3 .icon {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .5rem;
}
	.section3 .icon li {
    width: 31.7%;
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    height: 60px;
}
	.section3 .icon li div {
    display: flex;
    flex-direction: row;
    text-align: center;
}
	.section3 .icon li div img {
    width: 20%;
}
	.section3 .icon li a {font-size: 1em;height: 100%;padding: 5px;display: inline-flex;align-items: center;justify-content: center;word-break: keep-all;}
	.section3 .icon li a strong {
    font-size: 1em;
}
	.section3 .icon li a p {
    display: none;
}
 
}

.main_width_setting{
    position:relative;
    width: var(--width-size);
    margin:0 auto;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 0;
    }

br.mo {display:none;}
.bg_navy, .bg_navy .bx-wrapper {
    background-color: #fff;
}
.bg_navy .bx-wrapper{border: 5px solid #ebebfc;}
.main_width_setting h4 {
    font-size: var(--font-size24);
}
.bottom_scroll_banner {width:100%; filter:grayscale(100%);}
.bottom_scroll_banner td > div {
    margin-left: 1em;
}
@media screen and (max-width: 1000px) {
	.section1 .slide1 li .text {left: 10%;top: 38%;width: 81%;}
	.section1 .slide1 li .text h2 {
    font-size: 1.5em;
    text-align: center;
    word-break: keep-all;
    line-height: 1.4;
}
	.section1 .slide1 li .text p {
    text-align: center;
    word-break: keep-all;
}
	.section1 .slide1 li .text img{
    width: 100%;
}
	.section1 .slide1 li .mp4 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.section1 .slide1 li .mp4 video {
    height: 100vh;
    width: auto;
    position: unset;
}
	.main_width_setting {width:100%;display: flex;flex-wrap: wrap;padding-left: 1em;}
	.bangi_TV {}
	.bangi_TV div{}
	.bangi_TV div h3{}
	.bangi_TV div p{}
	.bangi_TV div a{}
	.bangi_TV div a i{}
	.bangi_TV div a img{}
	.bangi_TV > div:nth-of-type(1) div{
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
	.bangi_TV > div:nth-of-type(1) {
    padding: 2em 0;
}
	.bangi_TV div:nth-of-type(1) a {
    font-size: 1.2em;
    padding: 0.5em;
    margin-top: 99%;
}
	.bangi_TV > div:nth-of-type(2) {
    width: 100%;
    margin-top: 30%;
    position: absolute;
}
	.bangi_TV > div:nth-of-type(2) > div {
    width: 94%;
    height: 18em;
    top: 0;
    background-position: center;
    margin: 10% 3%;
}
	.bangi_TV > div:nth-of-type(3) {
    width: 100%;
    padding: 0 0 3em;
    display: flex;
    justify-content: center;
    background: #fff8e6;
    /* position: absolute; */
    /* margin-top: 2em; */
    }
	.bangi_TV div:nth-of-type(3) a {
    width: 47%;
}
	.bangi_TV div:nth-of-type(3) a:nth-child(1), .bangi_TV div:nth-of-type(3) a:nth-child(2){
    padding: 0.5em;
    text-align: center;
}
	br.mo {display:unset;}

	.section3 .tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.5em;
}
	.section3 .tab a {
    width: 33.3%;
    padding: 0.5em;
    font-size: 1.1em;
}
	.section3 .tab a:nth-last-child(1), .section3 .tab a:nth-last-child(2){width:45%;}
	div.bg_navy {
    max-width: 100%;
 }
	.section3 > div.simple_list ul {
    display: flex;
    flex-direction: column;
    height: auto;
	}
	.section3 > div.slide {
    height: auto;
	}
	.section3 > div.simple_list ul li {
    margin-bottom: 1em;
	}

	.section2 h3 {width: 33%;}
	.section2 > ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 1em;
	}
	.section2 > ul > li {width: 100%;}
	.section2 > ul > li div{
    padding: 0.5em 0 1.5em 0;
}
	.section2 > ul > li a{}
	.section2 > ul > li a h4{}
	.section2 > ul > li a p{}
	.section2 > div {
	display: flex;
	flex-direction: column;
	width: 100%;
	}
	.section2 > div.notice {
    padding: 1.5em 0 3em;
}
	.bottom_scroll_banner {
    width: 100%;
}
	.section_link {width:100%;padding: 2em 0;}
	.section_link > ul {
    flex-wrap: wrap;
}
	.section_link > ul li {width:100%;padding: 2em 1rem;background: unset;}
	.section_link > ul li dt {width:45%;height: auto;}
	.section_link > ul li dd {width:50%}
	.section_link h4 {font-size:1.2em;margin-bottom: 1rem;}
	.section_link p.tit {font-size:1em}
	.section_link a {margin-top:1rem}
	.section2 .notice .news ul {flex-wrap:wrap}
	.section2 .notice .news ul li {}
	.nomo {display:none}
}