@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: 80vh;
}
.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);background-size: cover;}

.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: 16%;
    top: 43%;
    position: absolute;
    z-index: 9;
    opacity: 0;
    color: #fff;
    visibility:hidden;
    width: 20%;
}
.section1 .slide1 li .text:after{content:"";position:absolute;width:300px;height:1px;background-color: #ffffff7a;left:0;margin-left:-100%;top:30%;}
.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 h2 {
    font-size: 3.6em;
    font-weight: 700;
}
.section1 .slide1 li .text h2 span {color:var(--color-main);}
.section1 .slide1 li .text h2 span:nth-child(2) {color:#0fbcd6;}
.section1 .slide1 li .text p {
    font-size: 1.2em;
    padding-top: .6em;
    line-height: 1.8;
    font-weight: 400;
}
.section1 .bx-wrapper {
    box-shadow: none;
    margin-bottom: unset;
    border: 0;
    height: 80vh;
}
.section1 .bx-wrapper .bx-pager {
    bottom: 17%;
    width: 50%;
    left: 16%;
    text-align: left;
}
.section1 .bx-wrapper .bx-pager-item {}
.section1 .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: unset;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin: 0 15px 0 0;
}
.section1 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #fff;
    width: 35px;
}
.section1 .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.section1 .bx-wrapper .bx-pager.bx-default-pager a:focus {background-color: #fff;}
.section1 .icon_link{
    width: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.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: 100%; */
    height: 70vh;
}
	.section1 .slide1 li{
    background-position-x: 83%;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 70vh;
    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 .slide1 li .text h2 {
    font-size: 2.8em;
    text-align: center;
}
	.section1 .slide1 li .text p {
    font-size: 1em;
}
	.section1 .bx-wrapper .bx-pager {
    bottom: 6%;
    left: 70%;
}
	.section1 .bx-wrapper .bx-pager.bx-default-pager a {}
	.section1 .bx-wrapper .bx-pager.bx-default-pager a.active {}
	.section1 .bx-wrapper .bx-pager.bx-default-pager a:hover, 
	.section1 .bx-wrapper .bx-pager.bx-default-pager a:focus {}
	
}
.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title h3 {
    padding-bottom: .5em;
    font-size: var(--main-h3-size);
    color: #222;
    font-weight: 600;
}
.title i {font-size:25px;}

.section2 {
    height: 84vh;
    background-color: #ffffff;
    width: var(--width-size);
    margin: 0 auto;
    padding: 4em 0;
}
.section2 .conwrap {
    display: flex;
    justify-content: space-between;
}
.section2 .conwrap .event {width: 39%;}

.section2  .slide .slide33 {
    display: flex;
}
.section2  div.slide {width: 100%;height: 600px;overflow: hidden;}
.section2  div.slide .bx-wrapper {
    box-shadow: unset;
    background: unset;
    border: unset;
    margin-bottom: 0;
    height: 510px;
}
.section2 .bx-wrapper .bx-pager {
    bottom: 9%;
}
.section2 .bx-wrapper .bx-pager.bx-default-pager a{background-color: unset;border: 2px solid #fff;width: 13px;height: 13px;border-radius: 50px;}
.section2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.section2 .bx-wrapper .bx-pager.bx-default-pager a.active,
.section2 .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background-color: #fff;
}
.section2 .slide .slide33 li{
    min-width: 530px;
    margin-left: -7px;
}

.section2 div.simple_list ul{
    width: 100%;
    display: flex;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    margin: 3em 0;
    position: relative;
    height: 455px;
}
.section2 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; */
}
.section2 ul li div{
    width: 100%;
    height: 520px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -10px;
}
.section2 ul li div.txt {height: 3em;margin-left: 14px;width: 94%;}
.section2 ul li div.txt h4 {font-size: 22px;font-weight: 400;line-height: 2;padding-top: .5em;}
.section2 ul li div.txt p {display:none;}
.section2 .conwrap .bbs{
    width: 56%;
} 
.section2 .conwrap .bbs div ul{
    margin: .3em 0;
    border-top: 2px solid #000;
}
.section2 .conwrap .bbs .edu {margin-top: 3em;}
.section2 .conwrap .bbs div ul li{
    line-height: 3.7;
    border-bottom: 1px solid #ddd;
}
.section2 .conwrap .bbs div ul li span:first-child {margin-right:2em;}
.section2 .conwrap .bbs div ul li span.date {font-family: 'pretendard';color: #565656;}
.section2 .conwrap .bbs div ul li span.color {padding: 0.5em 1.2em;background-color:#ccc;color:#fff;border-radius: .5em;}
.section2 .conwrap .bbs div ul li span.color3 {background-color:var(--color-main);}
@media screen and (max-width: 1000px) {	
	.section2 {
    height: auto;
    width: 100%;
}
	.section2 .conwrap {display: flex;flex-direction: column;margin: 0 1em;}
	.section2 .conwrap .event {
    width: 100%;
}
	.section2 div.slide .bx-wrapper {width: 100% !important;}
	.section2 .conwrap .bbs{
    width: 100%;
}
	.section2 ul li div {
    background-size: 23em;
    height: 350px;
}
	.section2 ul li div.txt {}
	.title {
    width: 100%;
}
	.section2 ul li div.txt h4 {font-size: 1.1em;}
	.title h3 {
    font-size: 1.5em;
}
	.section2 div.slide {
    height: auto;
}
	.section2 div.slide .bx-wrapper {height:auto;}
	.section2 .bx-wrapper .bx-pager {
    bottom: 13%;
}
	.section2 .conwrap .bbs div ul {width:100%;}
	.section2 .conwrap .bbs .notice {margin-top: 2em;}
	.section2 .conwrap .bbs div ul li{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    line-height: 1.8;
    padding: 1em 0;
}
	.section2 .conwrap .bbs div.edu ul li {
    display: flex;
    flex-direction: column;
}
	.section2 .conwrap .bbs div ul li span:first-child {}
	.section2 .conwrap .bbs div ul li span.date {
    display: block;
}
	.section2 .conwrap .bbs div ul li span.color {
    width: 6em;
    padding: 0 1em;
    margin-bottom: .5em;
}
	.section2 .conwrap .bbs div ul li span.color3 {
}

}

.section3 {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #eef1f5;
    padding: 6em 0 9em;
    overflow: hidden;
}
.section3 .bg1, .section3 .bg2, .section3 .bg3 {
    position: absolute;
    }
.section3 .bg1 {
    width: 400px;
    height: 400px;
    background-color: #4dbb4840;
    border-radius: 50%;
    left: 4%;
    top: 3%;
}
.section3 .bg2 {
    width: 70px;
    height: 70px;
    background-color: #e499fd36;
    top: 5%;
    right: 10%;
    border-radius: 50%;
}
.section3 .bg3 {
    background-image: url(/img/main/bg3.png);
    background-repeat: no-repeat;
    width: 690px;
    height: 600px;
    right: -9%;
    bottom: -7%;
}
.section3 .with_size{
    width: var(--width-size);
    z-index: 1;
}
.section3 .conwrap {
    display: flex;
    justify-content: space-between;
    height: 620px;
    position: relative;
}
.section3 .conwrap .tv_main {
    width: 75%;
    position: relative;
}
.section3 .conwrap .tv_main .bx-wrapper {border:unset;}
.section3 .conwrap .tv_main .slide_title {
    position: absolute;
    bottom: -50px;
}
.section3 .conwrap .tv_main .slide_youtube {
    width: 100%;
    height: 620px;
}
.section3 .conwrap .tv_main .slide_youtube li{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section3 .conwrap .tv_main .slide_youtube li img{
    width: 150%;
    height: auto;
    max-width: 200%;
}
.section3 .bx-controls {
	position: absolute;
	width: auto;
	right: -81px;
}
.section3 .bx-controls .bx-controls-direction {
    /* display: flex; */
    position: absolute;
    bottom: -36px;
    right: 71px;
}
.section3 .bx-controls .bx-controls-direction a {
    background-image: none;
    background-color: #ccc;
    border-radius: 50%;
    box-shadow: 3px 3px 8px rgb(88 88 88 / 20%);
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.section3 .bx-controls .bx-controls-direction a:nth-of-type(1) {
    left: -125px;
    background-image: url(/img/common/arrow_l.png);
}
.section3 .bx-controls .bx-controls-direction a:nth-of-type(2) {
	background-image: url(/img/common/arrow_r.png);
}
.section3 .bx-controls .bx-pager {
    z-index: 111;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 67vh;
    bottom: -29px;
}

.section3 .bx-controls .bx-pager .bx-pager-item {
    /* margin-bottom: 2.5em; */
    display: inline-block;
    /* margin-bottom: 3em; */
    height: 166px;
}
.section3 .bx-controls .bx-pager .bx-pager-item a{
    width: 240px;
    height: 130px;
    /* margin-bottom: 4em; */
    /* margin: 0 0 1em 0; */
    /* border: 1px solid white; */
    background-size: cover;
    box-shadow: 5px 5px 8px 2px rgb(0 0 0 / 30%);
    display: inline-block;
    border-radius: 0;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.section3 .bx-controls .bx-pager .bx-pager-item a:hover {
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	}
.section3 .bx-controls .bx-pager .bx-pager-item a.active{
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	border: 5px solid var(--color-main);
	}
.section3 .bx-controls .bx-pager .bx-pager-item:nth-of-type(1) a{
    background-image: url(/img/slide/thum1.jpg);
}
.section3 .bx-controls .bx-pager .bx-pager-item:nth-of-type(2) a{
	background-image: url(/img/slide/thum2.jpg);
}
.section3 .bx-controls .bx-pager .bx-pager-item:nth-of-type(3) a{
	background-image: url(/img/slide/thum3.jpg);
	
}
.section3 .bx-controls .bx-pager .bx-pager-item:nth-of-type(4) a{
	background-image: url(/img/slide/thum4.jpg);
}

.section3 .conwrap .tv_main iframe {height:550px;}
.section3 .conwrap .tv_main .tv_ctr {
    margin-top: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section3 .conwrap .tv_main .tv_ctr a {font-size: 22px;}
.section3 .conwrap .tv_main .tv_ctr .ctr_btn {
    position: relative;
    display: flex;
    width: 100px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
}
/*.section3 .conwrap .tv_main .tv_ctr .ctr_btn:before {content:""; background-color:#ccc; width:40px; height:40px;top:50%; left:50%;}*/
.section3 .conwrap .tv_main .tv_ctr .ctr_btn .prev, .section3 .conwrap .tv_main .tv_ctr .ctr_btn .next {position:relative;width: 40%;height: 40px;display: flex;align-items: center;justify-content: center;}
.section3 .conwrap .tv_main .tv_ctr .ctr_btn .prev:before, .section3 .conwrap .tv_main .tv_ctr .ctr_btn .next:before {content:"";position: absolute;background-color:#ccc;width:40px;height:40px;top: 0;left: 0;border-radius: 50%;box-shadow: 2px 4px 5px rgb(163 163 163 / 20%);}
.section3 .conwrap .tv_main .tv_ctr .ctr_btn .next:before {}
.section3 .conwrap .tv_main .tv_ctr .ctr_btn i {
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.section3 .conwrap .tv_sub {width: 19%;}
.section3 .conwrap .tv_sub ul li {
    margin-bottom: 1.5em;
    height: 130px;
}

.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%;
    min-width: 360px;
    padding: 3em 1em;
    height: auto;
    margin-top: 0;
    align-items: flex-start;
}  
	.section3 .with_size {width:100%;}
	.section3 .conwrap {height:auto;}
	.section3 > ul {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
	.section3 > ul > li {
    width: 100%;
    margin-right: 1em;
}
	.section3 .bg1 {display:none;}
	.section3 .bg2 {display:none;}
	.section3 .bg3 {display:none;}
	.section3 .conwrap .tv_main {width:100%;}
	.section3 .conwrap .tv_main iframe {height: 185px;}
	.section3 .conwrap .tv_sub {display:none;}
	.section3 .conwrap .tv_main .tv_ctr {
    display: flex;
    flex-wrap: wrap;
}
	.section3 .conwrap .tv_main .tv_ctr a {
    font-size: 1.1em;
    width: 100%;
    margin-bottom: 1em;
}
	.section3 .conwrap .tv_main .bx-wrapper {
    height: 30vh;
    background-color: unset;
    box-shadow: unset;
}
	.section3 .conwrap .tv_main .slide_youtube {
    height: auto;
}
	.section3 .bx-controls {
    position: relative;
    top: 7vh;
    width: 27%;
    left: 20%;
}
	.section3 .bx-controls .bx-controls-direction {
    position: relative;
}
	.section3 .bx-controls .bx-controls-direction a:nth-of-type(1) {
    left: 0;
}
	.section3 .bx-controls .bx-controls-direction a:nth-of-type(2) {right: -8%;}
	.section3 .bx-controls .bx-pager {
    display: none;
}
	.section3 .conwrap .tv_main .slide_title {
    position: relative;
    bottom: 7vh;
    margin-bottom: 1em;
}
}

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

.main_icon {
    padding: 3.5em 0;
}
.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;
}
.main_icon .icon_link li::before {position:absolute;top: -46%;left: calc(0% - 27px);border-radius:34%;content:'';width: 120px;height: 120px;transition: all 0.4s ease-out;overflow: hidden;background:#f1f1f1;z-index: -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);}

@media screen and (max-width: 1000px) {
	.section1 .slide1 li .text {
    top: 37%;
    width: 78%;
    left: 10%;
    text-align: center;
}
	.section1 .slide1 li .text:after {
    left: 97%;
    top: 43%;
}
	.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;}
	
	br.mo {display:unset;}
	
}