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

#fullpage{
    overflow: hidden;
}
.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;
}

.header .color_w li a{color:white;}
#gnb > div.color_w a{color:white;}

.section1 {height: 100vh;overflow: hidden;/* padding-top: 8vh; */}
.section1 .slide1 {
    z-index: 0;
    width: 100%;
}
.section1 .slide1 li{
    width: 100%;
    height: 100vh;
    background: white;
    overflow: hidden;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.section1 .slide1 li.on {/* border:5px solid red; */}
.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: 29%;
    top: 40%;
    width: 40%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9;
    opacity: 0;
    font-size: 4em;
    transition: all .7s;
    opacity:0;
    height: 87px;
    padding-top: 80px;
    overflow: hidden;
    color: #fff;
    font-size: 1.4rem;
}

.section1 .slide1 li .text strong {
    font-size: 3.2em;
}
.section1 .slide1 li .eff_txt2 {
    padding-top: 80px;
    transform: translate(-50%, 100%);
    transition: all 1s;
}
.section1 .slide1 li.on .eff_txt1 {opacity:1;padding-top: 0;}
.section1 .slide1 li.on .eff_txt2 {opacity:1;padding-top: 0;}
.section1 .slide1 li.on .eff_txt2 p{padding-left:.3em}
.section1 .bx-wrapper {
    box-shadow: none;
    margin-bottom: unset;
    border: 0;
    height: 100vh;
}
.section1 .bx-wrapper .bx-prev {
    background: url(/img/slide/arrow_left.png) no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    top: unset;
    bottom: 70px;
    left: unset;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 8;
}
.section1 .bx-wrapper .bx-next {
	background: url(/img/slide/arrow_right.png) no-repeat;
	background-position: center;
	width: 70px;
	height: 70px;
	top: unset;
	bottom: 0;
	left: unset;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 8;
}
.section1 .bx-wrapper .bx-next:hover,
.section1 .bx-wrapper .bx-next:focus,
.section1 .bx-wrapper .bx-prev:hover,
.section1 .bx-wrapper .bx-prev:focus{background-color: var(--color-main); background-position: center    
}

.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 {}

.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: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: 1700px){
	.section1 .slide1 li .text {
    width: 45%;
}
}

@media screen and (max-width: 1660px){
	.section1 .slide1 li .text {
    width: 45%;
}
}

@media screen and (max-width: 1550px){
	.section1 .slide1 li .text {
    	width: 45%;
	}
}


@media screen and (max-width: 1000px) {
	.section1 {
    height: 65vh;
}
	.section1 .bx-wrapper{height: 65vh;}
	.section1 .slide1 {
    height: 65vh;
}
	.section1 .slide1 li{
    background-position-x: center;
    background-position-y: center;
    height: 100%;
    position: relative;
}
	.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;
}
	.section1 .bx-wrapper .bx-prev {
    width: 50px;
    height: 50px;
    bottom: 50px;
    background-size: 25%;
}
	.section1 .bx-wrapper .bx-next {
    width: 50px;
    height: 50px;
    background-size: 25%;
}
}

.section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f4f4;
    padding: 5em 0;
    justify-content: center;
}
.section3 h3 {
    padding: 1.2em 0 1em 0;
    font-size: var(--main-h3-size);
}
.section3 > ul {
    width: var(--width-size);
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}
.section3 > ul > li {
    width: 32%;
}
.section3 > ul > li div{
    padding: .5em;
    cursor: pointer;
}
.section3 > ul > li div h4 {
    /* margin-bottom: .2em; */
    color: var(--font-color-title-summary);
    font-size: var(--font-size);
    font-weight: 500;
}
.section3 > ul > li div p {
    color: var(--font-color-text-summary);
    letter-spacing: -.5px;
    font-size: 17px;
}

.section3 > ul > li div:nth-of-type(1){
    background-image: url(/img/main/sample.png);
    height: 11em;
    border-radius: .5em;
    width: 100%;
}
.section3 > ul > li div.img {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section3 > ul > li div.img img {
    width: 100%;
}

.section3 > ul > li a{}
.section3 > ul > li a h4{}
.section3 > ul > li a p{}
.section3 > div {
    display: flex;
    width: var(--width-size);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section3 > div > div {width: 100%;display: flex;justify-content: space-between;}
.section3 > div > div:nth-of-type(1) {}

.section3 > div > div .notice {
    width: 48%;
}
.section3 > div > div .notice .tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1em;
    margin-bottom: .5em;
    align-items: center;
    border-bottom: 2px solid var(--color-main);
}
.section3 > div > div .notice .tab h4 {
    font-size: var(--font-size30);
    font-family: 'LotteMartHappyme';
    position:relative;
    color: var(--color-main-txt);
}
.section3 > div > div .notice .tab a {
    display: inline-flex;
    font-size: .95em;
    align-items: center;
}
.section3 > div > div .notice .tab a:hover {color:var(--color-main)}
.section3 > div > div .notice .tab a i {
    font-size: 1.3em;
}
.section3 > 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;
}
.section3 > div > div .notice ul {
    width: 100%;
}
.section3 > div > div .notice ul li {
    padding: .6em 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.section3 > div > div .notice ul li:last-child {border-bottom:none;}
.section3 > div > div .notice ul li span {
    font-family: Pretendard;
    font-size: .95em;
    color: #777;
}
.section3 > div > div:nth-of-type(1) > div:nth-of-type(1) a.on {
    /* font-size: 2em; */
    background-color: var(--color-main);
    color: white;
}
.section3 > div > div:nth-of-type(1) > div:nth-of-type(1) a span {
    font-size: 0.5em;
    font-weight: 100;
    border: 1px solid #767676;
    padding: .2em .3em;
    border-radius: .5em;
    margin-left: 2em;
}
.section3 > div > div:nth-of-type(1) > div:nth-of-type(1) a.on span {
    border: 1px solid #ffffff;
}

.section3 > div > div:nth-of-type(1)  div.div_list > a:nth-of-type(1) {
    /* border-radius: .5em 0 0 0; */
}
.section3 > div > div:nth-of-type(1)  div.div_list > a:nth-of-type(2) {
    /* border-radius: 0 .5em 0 0; */
}

.section3 > 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; */
}
.section3 > div > div:nth-of-type(1)  div.div_list a h4,
.section3 > div > div:nth-of-type(1)  div.div_list a p,
.section3 > div > div:nth-of-type(1)  div.div_list a span {width:230px}

.section3 > 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;}
.section3 > div > div:nth-of-type(1) div.div_list a:nth-last-child(1):after {content:"";display:none;}
.section3 > div > div:nth-of-type(1) div.div_list a h4 {
    font-size: var(--font-size20);
}
.section3 > div > div:nth-of-type(1) > div.div_list a p {
    font-size: .9em;
    margin: 1em 0;
}
.section3 > div > div:nth-of-type(1) > div.div_list a span {
    color: darkgrey;
    font-size: .8em;
}
.section3 > div.notice {
    height: 380px;
}
.section3 > div.notice .div_lab {
    width: 755px;
    height: 0;
    /* display: none; */
    overflow: hidden;
}
.section3 > div.notice .div_lab.on {display:block;height: 282px;padding: 0 1em;}

.section3 > div.notice .div_lab .tab_inner {/* display:none; */}
.section3 > div.notice .div_lab .tab_inner.on {display: flex;/* height: 210px; */flex-direction: column;}

.section3 > div.notice .bx-wrapper {
    box-shadow: none;
    height: 226px;
    margin-top: 1.5em;
}
.section3 > div.notice .div_lab .bx-controls {
    /* margin-top: 0.6em; */
}
.section3 > 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;
}
.section3 > 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;
}
.section3 > div.notice .div_lab .li_float_list {
    padding: 2em 2em;
    height: 100%;
}
.section3 > div.notice .div_lab .li_float_list li{
    /* width: 230px; */
    /* float: left; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 2;
    align-items: center;
}
.section3 > div.notice .div_lab .li_float_list li span {
    font-weight: 200;
}
.section3 > div.notice .div_lab .li_float_list li a{
    /* height: 238px; */
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 80%;
}
.section3 > div.notice .div_lab .li_float_list li a h4{
    font-size: var(--font-size);
    padding-bottom: 1em;
    font-weight: 500;
}
.section3 > div.notice .div_lab .li_float_list li a p{
    font-size: 17px;
    padding-bottom: 1em;
    color: var(--font-color-text-summary);
}
.section3 > div.notice .div_lab .li_float_list li a span{
    font-size: 0.9em;
    color: var(--color-ft-font-color);
    font-weight: 300;
}

.section3 > div.notice .div_lab .div_list{display:none;height: 327px;width: 700px;}
.section3 > div.notice .div_lab .div_list.on{/* display: block; */}
.section3 div.obj {
    border: 1px solid var(--color-gray);
    border-radius: 2em;
    width: 42%;
}
.section3 div.obj h3 {
    text-align: center;
    font-size: 1.4em;
}
.section3 div.obj ul{
    height: 90%;
    width: 90%;
    margin: 0 auto;
    padding: 1em 0;
}
.section3 div.obj ul li{
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: flex-start;
    justify-content: space-around;
}
.section3 div.obj ul li > div{
    height: 76%;
}
.section3 div.obj ul li > div:nth-of-type(1){
    width: 38%;
    background-image: url(/img/main/sample.png);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    border-radius: 1em;
    background-color: #fff;
}
.section3 div.obj ul li > div:nth-of-type(2){
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.section3 div.obj ul li > div:nth-of-type(2) h4{}
.section3 div.obj ul li > div:nth-of-type(2) p{}
.section3 div.obj ul li > div:nth-of-type(2) a{
    background-color: var(--color-point3);
    color: white;
    display: inline-block;
    padding: 1em 2em;
    border-radius: 2em;
}

.main_icon {
    margin: 4em 0 5em;
}
.main_icon .icon_link {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.main_icon .icon_link li{
    /* width: 33%; */
    height: 60px;
    text-align: center;
    margin-bottom: 3em;
    position: relative;
    cursor: pointer;
    z-index: 0;
    transition: all .5s;
}
.main_icon .icon_link li:hover {transition: all .5s;}
.main_icon .icon_link li::before {
								  transition: all .5s;
								  position:absolute;
								  top: 50%;
								  left: 50%;
								  transform:translate(-50%, -50%);
								  border-radius:34%;
								  content:'';
								  width: 120px;
								  height: 120px;
								  transition: all 0.4s ease-out;
								  overflow: hidden;
								  background:#f1f1f1;
								  z-index: -1;
								  opacity:1;
								 }
.main_icon .icon_link li:hover:before {
		background:#ffffff;
		background:
		linear-gradient(-40deg, #f56774 10%, #ffffff);
		background:
		-webkit-linear-gradient(-40deg, #f56774 10%, #ffc03b);
		-webkit-box-shadow:10px 5px 20px -6px rgba(0,0,0,0.2); box-shadow:10px 5px 20px -6px
		rgba(0,0,0,0.2);
		transition: all 0.4s ease-out;
		-webkit-backface-visibility: hidden;
		}
.main_icon .icon_link li img{}

.main_icon .icon_link li p{
    margin-top: 3em;
    font-weight:500;
    line-height: 1.3em;
}
.main_icon .icon_link li:hover p {color:var(--color-main);}


.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;
}
.section3 > div.slide {width: var(--width-size);height: 484px;}
.section3 > div.slide .bx-wrapper {
    box-shadow: unset;
    background: unset;
    border: unset;
}

span.color1 {background-color: var(--color-point4);}
span.color2 {background-color: green;}
span.color3 {background-color: var(--color-point1);}
span.color4 {background-color: var(--color-point3);}
.section3 > div.simple_list{
    display: none;
}
.section3 > div.simple_list.on {
    display: block;
}
.section3 > div.simple_list ul{
    display: flex;
    /* margin-left: 27.7px; */
}
.section3 > div.simple_list ul li{
    border: 0;
    width: 382px;
    height: 382px;
    box-shadow: 4px 11px 30px -11px #ccc;
}
.section3 > div.simple_list ul li:nth-last-of-type(1) {
    margin-right: 0;
}
.section3 > div.simple_list ul li div{}
.section3 > div.simple_list ul li a{
    border: 0;
}
.section3 > div.simple_list ul li.empty_li{
    box-shadow: unset;
}

@media screen and (max-width: 1000px) {
	
	.section3 {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 3em 5%;
}
	.section3 > div.notice {
    height: auto;
    margin: 1em 0 4em;
}
	.section3 > div {width:100%;}
	.section3 > div > div {
    width: 100%;
    display: flex;
    flex-direction: column;
}
	.section3 > div > div .notice {width:100%;}
	.section3 > div > div .notice2 {
    margin-top: 2em;
}
	.section3 > div > div .notice .tab {
    padding: 0 0 1em;
}
	.section3 > div > div:nth-of-type(1) > div:nth-of-type(2) a:after {left: 0;width: 100%;height: 1px;top: 100%;margin-top: 5%;}
	.section3 > div > div:nth-of-type(1) > div:nth-of-type(2) a h4 {
    font-size: 1.2em;
}
	.section3 > div > div:nth-of-type(1) > div:nth-of-type(2) a p {font-size:1em;}
	.section3 > div > div:nth-of-type(2) {width:100%;height: auto;margin-top: 2em;}
	.section3 > div.notice .div_lab .li_float_list li a {
    width: 69%;
}
	.section3 div.obj {}
	.section3 div.obj h3 {}
	.section3 div.obj ul{
    padding: 0;
}
	.section3 div.obj ul li{
    display: flex;
    flex-direction: column;
}
	.section3 div.obj ul li div{}
	.section3 div.obj ul li div:nth-of-type(1){
    width: 100%;
    height: auto;
}
	.section3 div.obj ul li > div:nth-of-type(1) {height: 34vh;background-size: 100%;background-repeat: no-repeat;}
	.section3 div.obj ul li div:nth-of-type(2){
    width: 100%;
    padding-top: 1em;
}
	.section3 div.obj ul li div:nth-of-type(2) h4{
    font-size: 1.1em;
}
	.section3 div.obj ul li div:nth-of-type(2) p{}
	.section3 div.obj ul li div:nth-of-type(2) a{
    margin: 1em auto 2em;
    width: 100%;
    text-align: center;
}
	
	.section3 > div.notice .div_lab {
    width: 100%;
}
	.section3 > div.notice .div_lab .li_float_list {
    padding: 0;
    padding: 1em 0;
}
	.section3 > div.notice .div_lab .li_float_list li {display: flex;align-items: center;}
	.section3 > div.notice .div_lab.on {}
	.section3 > div.notice .div_lab .bx-controls-direction {width:100%;}
	.section3 > div.notice .div_lab .bx-controls .bx-prev {width: 30px;left: 19%;}
	.section3 > div.notice .div_lab .bx-controls .bx-next {width: 30px;left: 21%;}
	.section3 > div.slide {
    width: 360px;
    overflow: hidden;
 }
	.turn {
    width: 27%;
    padding-bottom: 1em;
    margin-top: -1em;
}
	.turn li {
    width: 30px;
    height: 30px;
    font-size: 20px;
}
}


.section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5em 0 3em;
}

.section2 .tit, .section4 .tit {
    margin-bottom: 3em;
    text-align: center;
}
.section2 .gallery_wap {
    width: 1400px;
    height: 450px;
}
.section2 .gallery_wap .bx-controls {
    position: relative;
    top: -329px;
    display: none;
}

.section2 .bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: unset;
    background: unset;
    height: 480px;
}

.section2 h3, .section4 h3 {
    font-size: var(--main-h3-size);
    /* visibility: hidden; */
    margin-bottom: .5em;
    text-align: center;
    position: relative;
    color: var(--color-main-txt);
}
h3:after {content:"";position:absolute;width: 45%;height: 4px;left: 28%;background-color: var(--color-main);bottom: -32%;border-radius: 4px;}
.section2 ul {
    height: 480px;
}
.section2 ul li{
    /* width: 22%; */
    height: 480px;
    /* padding: 1em; */
    /* border: 1px solid #c3c3c3; */
    margin-bottom: 1.5em;
    transition: all 0.4s linear;
    cursor: pointer;
    background-color: white;
    /* opacity: 0; */
}

#section2 ul li > div.img{
    display: flex;
    justify-content: center;
    align-items: center;
}
#section2 ul li > div.img > img {
    max-width: 171%;
}
.section2 ul li > div:nth-of-type(1){
    width: 100%;
    height: 284px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section2 ul li:nth-of-type(1) > div:nth-of-type(1) {
    background-image: url(/img/main/cate1.jpg);
}
.section2 ul li:nth-of-type(2) div:nth-of-type(1) {background-image: url(/img/main/cate2.jpg);}
.section2 ul li:nth-of-type(3) div:nth-of-type(1) {background-image: url(/img/main/cate3.jpg);}
.section2 ul li:nth-of-type(4) div:nth-of-type(1) {/* background-image: url(/img/main/cate4.jpg); */}
.section2 ul li:nth-of-type(5) div:nth-of-type(1) {/* background-image: url(/img/main/cate5.jpg); */}
.section2 ul li:nth-of-type(6) div:nth-of-type(1) {background-image: url(/img/main/cate6.jpg);}
.section2 ul li div:nth-of-type(2) {
    padding: 1em 0;
    height: 130px;
}
.section2 ul li div:nth-of-type(2) h4{
    /* padding: 1em; */
    /* text-align: center; */
    font-size: var(--font-size20);
    font-weight: 500;
    color: #000;
}
.section2 ul li div:nth-of-type(2) p {
    font-size: 16px;
    padding-top: .5em;
}
.section2 .bx-wrapper .bx-prev {
    background: url(/img/slide/arrow_left.png) no-repeat 0 0px;
    width: 40px;
    height: 40px;
    margin-top: -80px;
    background-color: rgba(255,255,255,.5);
    left: unset;
    right: 52px;
    z-index: 6;
}
.section2 .bx-wrapper .bx-next {
	background: url(/img/slide/arrow_right.png) no-repeat 0 0px;
	width: 40px;
	height: 40px;
	margin-top: -80px;
	background-color: rgba(255,255,255,.5);
	z-index: 6;
}
.section2 .bx-wrapper .bx-next:hover,
.section2 .bx-wrapper .bx-next:focus,
.section2 .bx-wrapper .bx-prev:hover,
.section2 .bx-wrapper .bx-prev:focus{
	background-color: rgba(255,255,255,1);
	background-position:0;
}


.section4 {
    margin: 5em auto;
    width: var(--width-size);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section4 ul {
    width: var(--width-size);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.section4 ul li{
    width: 23.5%;
    height: 300px;
}
.section4 ul li a{
    width: 100%;
    height: 100%;
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: all .5s ease-in-out;
}

.section4 ul li a:hover{
	transform: scale(1.1);
}
.section4 ul li:nth-child(1) {background-color:#f6900d; }
.section4 ul li:nth-child(2) {background-color:#f6cd0d; }
.section4 ul li:nth-child(3) {background-color:#0d96f6; }
.section4 ul li:nth-child(4) {background-color:#8eb419; }

.section4 ul li div{}
.section4 ul li div:nth-of-type(1){
    height: 65%;
    width: 100%;
    /* background-image: url(/img/main/btn_img1.png); */
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}
.section4 ul li:nth-of-type(1) div:nth-of-type(1){background-image: url(/img/main/btn_img1.png);}
.section4 ul li:nth-of-type(2) div:nth-of-type(1){background-image: url(/img/main/btn_img2.png); }
.section4 ul li:nth-of-type(3) div:nth-of-type(1){background-image: url(/img/main/btn_img3.png);}
.section4 ul li:nth-of-type(4) div:nth-of-type(1){background-image: url(/img/main/btn_img4.png); }
.section4 ul li div:nth-of-type(2){
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section4 ul li div:nth-of-type(2) h4{
    color: #fff;
    font-size: var(--font-size24);
    font-weight: 500;
}
.section4 ul li div:nth-of-type(2) p{
    text-align: center;
    padding: .5em 0;
}
@media screen and (max-width:1000px) {
	
	.section2 {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 3em 0;
    padding: 0 1em;
}
	.section2 h3{
    width: 100%;
    font-size: 1.5em;
    text-align: center;
}
	.section2 .gallery_wap {
    width: 100%;
    height: 350px;
}
	.section2 .bx-wrapper {
    /* width: 100%; */
}
	.section2 ul{
    max-width:100%;
    display: flex;
}

    .section2 ul li {height: auto;padding: 0;min-width: 100%;}
	.section2 ul li:nth-child(2n) {margin-right: 0;}
    .section2 ul li:last-child {margin-right: 0;}
	.section2 .gallery_wap .bx-controls {
    top: 29%;
}
	.bx-wrapper .bx-controls-direction a {}
	.section2 .bx-wrapper .bx-prev {
    background-size: 100%;
    background-color: unset;
    width: 32px;
    height: 32px;
}
	.section2 .bx-wrapper .bx-next {
    background-size: 100%;
    background-color: unset;
    width: 32px;
    height: 32px;
}
	.section2 ul li div{
    background-color: #fff;
    height: 100px;
    /* border-radius: 0.5em 0.5em 0 0; */
}
	.section2 ul li a{
    padding: 0 1em;
}
	.section2 > a{
    font-size: 1.2em;
}
	.section2 > a i{}   
	.section2 .tit, .section4 .tit {
    margin-bottom: 2em;
}
	#section2 ul li > div.img > img {
    width: 180%;
    max-width: 180%;
}
	
	.section4 {
    padding: 0 5%;
    width: 100%;
    margin: 3em auto;
}
	.section4 h3 {
    font-size: 1.5em;
    text-align: center;
    width: 100%;
}
	.section4 ul {
    width: 100%;
}
	.section4 ul li{
    width: 48%;
    height: 30vh;
    margin-bottom: 1em;
}
	.section4 ul li a {}
	.section4 ul li:nth-child(1), .section4 ul li:nth-child(2) {}
	.section4 ul li div{}
	.section4 ul li div:nth-of-type(1){
    background-size: 59%;
    background-position: top;
}
	.section4 ul li div:nth-of-type(2){
    width: 100%;
}
	.section4 ul li div:nth-of-type(2) h4{
    font-size: 1.1em;
}
	.section4 ul li div:nth-of-type(2) p{
    font-size: .95em;
    text-align: left;
}
}

.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;}

.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 {
    /* top: unset; */
    /* bottom: 17%; */
    font-size: 1em;
    width: 78%;
    text-align: center;
    top: 50%;
    text-align: left;
    left: 50%;
    height: auto;
    padding-top: 0;
}
	.section1 .slide1 li .text strong {
    font-size: 3em;
    line-height: 1.2;
}
	.section1 .slide1 li .text img{
    width: 100%;
}
	.section1 .slide1 li .eff_txt2 {
    margin-top: 2em;
}
	.section1 .slide1 li .eff_txt2 p {word-break: keep-all;}
	.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;}
	
	br.mo {display:unset;}
	br.pc {display:none;}
	
	.section3 .tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.5em;
}
	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 {}
	.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;
	}
	.section2 div.main_icon {
    margin: 3em 0 0;
}
	.main_icon .icon_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.main_icon .icon_link li {
    width: 33.333%;
    height: auto;
    margin-bottom: 2em;
}
	.main_icon .icon_link li::before {
    width: 6em;
    height: 6em;
    top: 27%;
}
	.main_icon .icon_link li img {
    width: 45%;
    position: relative;
}
	.main_icon .icon_link li p {
    margin-top: 2em;
}
	.bottom_scroll_banner {
    width: 100%;
}
	
}

.section5 {
   background-image: url(/img/main/sec05_bg.jpg);
    background-size: 100% auto;
    height: 540px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.section5 .banner{
    width: var(--width-size);
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    padding: 7em 0;
}

.section5 .banner div {
    font-size: 2.2em;
    color: #fff;
    position: relative;
}


.section5 .banner div p {
    font-weight: 600;
    word-break: keep-all;
    /* animation: fadein 1s; */
    line-height: 1.4; 
}
.section5 .banner div p:last-of-type {/* margin-bottom: .5em; */}
.section5 .banner.on div p{}

.section5 .banner div a {
    font-size: var(--font-size20);
    color: #fff;
    background-color: var(--color-main);
    padding: .5em 3em;
    border-radius: 3em;
    transition: all .3s ease-out;
    font-weight: 600;
}

.section5 .banner div a:hover{
	background-color:#fff;
	color:var(--color-main);
	transition: all .3s ease-out;
}


@media screen and (max-width: 1000px) {
	.section5 {
    height: auto;
    background-position-x: 75%;
    background-size: cover;
}
	.section5 .banner {
    width: 100%;
    padding: 4em 2em;
    text-align: center;
}
	.section5 .banner div {
    font-size: 1.6em;
}
	.section5 .banner div p:last-of-type {
    margin-bottom: 1.5em;
}
	.section5 .banner div a {
    padding: .5em 2em;
	font-size: .7em;
}
}

