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

#fullpage{
    overflow: hidden;
}
.full_bg {background-color:#000;}
.section2, .section3 , .section4 , .section5 , .section6 , .section7 , .section8 , .section9{padding:8%;}


section h2 {
    font-size: 8em;
    color: white;
    font-weight: 900;
    text-shadow: 0 3px 8px #0000004a;
}



.section {
    height: 100vh;
}
.section h3 {
    font-size: var(--main-h3-size);
    font-weight: 800;
}

/*
.section1 {
    background-image: url(/img/main/sec1-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.section1 .slide_tit {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: #fff;
    text-shadow: 0 5px 15px #00000057;
}
.section1 span {color: #c2ff0e;}
.section1 .slide_tit h2{
    font-size: var(--main-h2-size);
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 1;
}
.section1 .slide_tit p {
    font-family: var(--font-point);
    font-size: 4.5em;
    line-height: 1.24;
    font-weight: 500;
}
.section1 .slide_tit > span {
    font-size: var(--font-size40);
    font-weight: 600;
}
*/
.section2 {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    width: 100%;
    background-color: #fff;
}
.section2 .bg_txt {
    content:"SSEN10";
    position: absolute;
    z-index: -1;
    color: var(--bs-gray-100);
    font-size: 500px;
    font-weight: 900;
    bottom: 0;
    left: 0;
    line-height: .8;
	    transform: translateX(100%);
    animation: left_txt 10s linear infinite;
    opacity: 1;
}

@keyframes left_txt {
 0%   {
 transform: translateX(100%);
 }
 100% {
 transform: translateX(-100%);
 }
}


.section2 .sec2_wrap {

    width: 100%;
    display: flex;
    justify-content: center;
}
.section2 h3 span {
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(150deg,#FFF700,#FE10CE);
}
.section2 .sec2_tit {
    width: 100%;
}
.section2 .sec2_tit p{
    font-size: 55px;
    font-weight: 500;
}
.section2 .sec2_tit p > span {
    color: #888;
    font-size: 2rem;
}
.section2 .sec2_tit .point {
    font-family: 'SDSamliphopangche_Outline';
    font-size: 100px;
    color: #3e4eaa;
}
.section2 .sec2_wrap img {
    object-fit: cover;
    width: 638px;
    height: 506px;
    float: right;
    margin-top: 10em;
}

.section3{position:relative;width:100%;background-color:#000;overflow:hidden;height: auto;padding: 6% 8%;}

.section3 .sec3_wrap:before{
	content:"";
	display:none;
	width: 15%;
	height: 50%;
	background-image: url("/img/main/sec3_icon.png");
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.3;
	}
.section3 .sec3_wrap{width: 100%;height: auto;/* position: relative; */}
.section3 .sec3_wrap h2{color:#fff;font-size: 65px;line-height: 1.4;}
.section3 .sec3_wrap h2 > p {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 500;
}
.logo1 {
    width: 235px;
    height: 323px;
    background-image: url(/img/main/sec3_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 111;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    }
.section3 .sec3_wrap .sec3_green{color: var(--color-point7);font-family: var(--font-point);font-size: 70px;}
.section3 .sec3_wrap .opac{opacity: 0.6;}




.section4{width:100%;background-color:#000;/* overflow:hidden; *//* padding-top: 3%; *//* padding-bottom: 0%; */display: flex;align-items: center;flex-direction: column;height: auto;padding: 0 8%;margin-top: 3em;}
.section4 > div:nth-of-type(2), .section4 > div:nth-of-type(3) {
    height: 655px;
}
.section4 > div:nth-of-type(2) > div:nth-of-type(1),
.section4 > div:nth-of-type(3) > div:nth-of-type(1){
    margin-top: 3%;
}
.sec4_wrap{width: 1420px;max-width: 1420px;height: auto;background-color:#222324;border-radius:30px;padding: 5% 5%;margin: 0px auto;margin: 0 4% 2%;/* margin-bottom: 100px; */}

.section4 .sec4_wrap h2{font-size:50px;color:#fff;}
.section4 .sec4_wrap h3{font-size:60px;color:#fff;font-weight: 700;line-height: 1.6;}
.section4 .sec4_txt{/* width: 85%; *//* margin:0 auto; *//* padding-top: 7%; */}
.section4 .sec4_txt span{font-size:50px;}
.section4 .sec4_graph1{/* width: 85%; *//* margin: 0 auto; */margin-top: 5%;}
.section4 .sec4_graph1 h4{color:#fff;font-size: 30px;}

.section4 .sec4_graph1 ul{display:flex;align-items: center;}

.section4 .sec4_graph1-1 ul li:nth-child(1){color:#fff;font-size:18px;width: 7%;}
.section4 .sec4_graph1-1 ul li:nth-child(2){width: 76%;}
.section4 .sec4_graph1-1 ul li:nth-child(3){color:#ddd;font-size:50px;display: flex;justify-content: flex-end;width: 17%;}
.section4 .sec4_graph1-2 ul li:nth-child(1){color:#fff;font-size:18px;font-weight: 500;width: 7%;}
.section4 .sec4_graph1-2 ul li:nth-child(2){width: 76%;}
.section4 .sec4_graph1-2 ul li:nth-child(3){color:#fee91e;font-size: 60px;width: 16%;display: flex;justify-content: flex-end;font-weight: 900;}

.sec4_graph2 .sec4_graph1-2 ul li:nth-child(2){width: 76%;}
.sec4_graph2 .sec4_graph1-2 ul li:nth-child(3){color:#d4ff0a;font-size: 60px;width: 17%;display: flex;justify-content: flex-end;font-weight: 900;}


.section4 .sec4_graph2{/* width: 85%; *//* margin: 0 auto; */margin-top: 3%;/* margin-bottom:5%; */}
.section4 .sec4_graph2 h4{color:#fff; font-size:30px;}

.section4 .sec4_graph2 ul{display:flex;align-items: center;}
.sec4_92{
	width: 90%;
	height: 19px;
	background-image: linear-gradient(to right, #fcfcfc, #b5b4b4, #767777);
	color: transparent;
	border-radius: 15px;
	transform-origin: top left;
	}
.sec4_92-2 {
    width: 90%;
}
.sec4_92-3 {
    width: 65%;
}
.sec4_92-4 {
    width: 66%;
}
.sec4_92-5 {
    width: 100%;
}
.sec4_92-6 {
    width: 98%;
}
.sec4_92-7 {
    width: 83%;
}
.sec4_92-8 {
    width: 85%;
}
.sec4_92-9 {}
.sec4_92-10 {}
.sec4_92-11 {}
.sec4_92-12 {}
.sec4_100{
	width:100%;
	height: 19px;
    background-image: linear-gradient(to right, #fffffd, #ffee30, #ffb20a);
    color: transparent;
    border-radius: 15px;
	transform-origin: top left;
}
.sec4_100-2{
	width:100%;
	height: 19px;
    background-image: linear-gradient(to right, #fffffd, #ffee30, #d4ff0a);
    color: transparent;
    border-radius: 15px;
	transform-origin: top left;
}
.sec4_100-3 {}
.sec4_100-4 {
    width: 90%;
}
.sec4_100-5 {}
.sec4_100-6 {
    width: 98%;
}
.sec4_100-7 {
    width: 100%;
}
.sec4_100-8 {
    width: 98%;
}
.sec4_100-9 {}
.sec4_100-10 {}
.sec4_100-11 {}
.sec4_100-12 {}

.opac2{opacity:0.5;}


.section5{width:100%;/* padding-top:100px; */background: linear-gradient(178deg, #000, #3d3d3d );display: flex;align-items: center;}
.section5 .sec5_inner{position:relative;display: flex;width: 100%;/* margin: 90px auto; */justify-content: space-between;align-items: center;}


.sec5_img400{display:none;}
.section5 .sec5_txt{/* margin-top:15%; */width: 38%;color: #fff;}
.section5 .sec5_txt h2{font-size:100px;font-family: var(--font-point);/* color: #fff; */}
.section5 .sec5_txt h3{font-size: 38px;/* color: #fff; */font-weight:400;margin-top: 3%;letter-spacing: -1px;}
.section5 .sec5_img{width: 54%;}
.section5 .sec5_img img:nth-child(2){position:absolute;right: 0%;top: -11%;}


.section6{width:100%;background-color: #fff;/* overflow: hidden; */height: 100vh;display: flex;align-items: center;}

.sec6_inner{position:relative;width: 100%;margin: auto;display:flex;justify-content: space-between;/* border: 1px solid red; */align-items: center;}
.sec6_img{z-index:1;width: 35%;padding-left: 6%;/* border: 1px solid red; *//* position: relative; */}

.sec6_img > img {
    position: absolute;
    top: -42px;
    left: 0;
    /* opacity: 0; */
}

.sec6_txt p{font-size:50px; color:#4f4f4f; font-weight:600;}
.green_22{color:#13b5a0; font-size:52px; font-weight:700;}
.green_23{color:#13b5a0;font-size:56px;font-weight:700;font-family: var(--font-point);}

.sec6_txt a{font-size:22px;font-weight: 600;color:#ffcc00;position: relative;line-height: 6;}
.sec6_txt a:after {content:"";position:absolute;width:100%;height:2px;background-color:#ffcc00;left:0;bottom: -10%;}
.section7{width:100%;/*height: 100vh; background-image:url(../img/main/sec7_bg.jpg); */background-size: cover;}
#sec7_bg {
  position: fixed;
  top: 50%;
  left: 50%;
}
#sec7_svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#sec7_content {
  height: 2500px;
}

.sec7_inner{display: block;width: 100%;/* margin: 0 auto; *//* padding-top: 5%; */height: 20em;display: flex;flex-direction: row;position: absolute;top: 0;left: 0;}
.sec7_inner > div {}
.sec7_inner > div:nth-of-type(1) {
    /* float: left; */
    width: 60%;
    padding-left: 5%;
}
.sec7_inner > div:nth-of-type(2) {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-top: 3%;
}
.sec7_inner h2{font-size: 90px;color:#fff;font-weight: 600;/* height: 1.5em; */width: 100%;/* float: left; */opacity: 0;}
.sec7_inner h3{font-size: 26px;color:#c2c2c2;/* margin-top: 1%; */line-height: 1.6;font-weight: 300;/* float: right; */width: 100%;opacity: 0;}

.sec7_inner .green_24{color: var(--color-point5);font-family: var(--font-point);font-weight: 500;}

.sec7_inner .regul{font-weight: 300;}

.sec7_inner .opacity_7{color:#fff;font-weight: 700;}

.sec7_bg {
    width: 100%;
    height: 50vh;
    /* background-image: url(/img/main/sec7_bg1.jpg); */
    background-position-y: -57em;
    /* padding-bottom: 34em; */
    background-repeat: no-repeat;
    background-color: #cabcb1;
}

.section8{width:100%;height: 100vh;background-size:cover;background-image:url(../img/main/sec8_bg.jpg);}


.sec8_txt{width: 45%;/* border:1px solid red; *//* margin:0 auto; */line-height: 1.4;}
.sec8_txt p{font-size: 54px;color:#fff;line-height: 1.6;}

.sec8_txt .brown_8{color:#52372c;font-size:80px;font-weight: 800;}
.sec8_txt .yellow_8{color:#fff600;font-size: 80px;font-family: var(--font-point);line-height: 1.3;}
.sec8_inner{width: 100%;height: 100%;/* border:1px solid blue; *//* margin:0 auto; */display: flex;/* padding-top: 17%; */justify-content: flex-end;align-items: center;}


.section9{position:relative;width:100%;height: 100vh;background-color:#000;overflow: hidden;}
.section9 .sec9_inner{width: 100%;/* margin:0 auto; *//* display: flex; *//* overflow: hidden; *//* margin-top: -37%; */height: 100%;}
.section9 .brand_group {
    position: absolute;
    left: 50%;
    width: 1400px;
    top: 100%;
    transform: translateX(-50%);
}

.sec9_back1{width: 100%;opacity: 0.2;margin: 1em 0;}
.sec9_back1 ul{display: flex;justify-content: space-between;align-items: center;}
.sec9_back1 ul li{width: 200px;display: flex;align-items: center;justify-content: center;}

.sec9_back2{width: 66%;margin:0 auto;/* margin-left: 28%; */margin-top: 3%;opacity: 0.2;}
.sec9_back2 ul{display: flex;justify-content: space-between;align-items: center;}
.sec9_back2 ul li{width: 100%;display: flex;align-items: center;justify-content: center;}

.sec9_txt{position:absolute;left: 0;top: 12%;width: 100%;/* margin:0 auto; */display: flex;justify-content: space-between;padding: 0 8%;height: auto;}
.sec9_txt div:nth-of-type(2) {margin-top: 1em;}
.sec9_txt h2{color:#fff;font-size:80px;line-height: 1.4;letter-spacing: -2px;}
.sec9_txt h3{color:#fff;font-size:28px;color:#c2c2c2;/* padding-top: 2%; */line-height: 1.6;font-weight: 400;/* padding-right: 8%; */}

.partner_9{color: var(--color-point4);font-family: var(--font-point);}
.white_9{color:#fff;font-weight: 600;}

.sec9_logo{width: 100%;position: relative;bottom: 12%;}
.logo_inner9{
	position: relative;
	border-radius: 1em;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 345px;
	height: 120px;
	margin: 0 auto;
	}
.logo_inner9 img{width: 75%;}
.logo_inner9:before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 500%;
		/* background-color: #fff0; */
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		background-image: linear-gradient(0deg, #0069c0 10%, #efcd00 100%);
		animation: rotate 1s linear infinite;
		}
.logo_inner9:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 8px;
	top: 8px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	background: #ffffffa3;
	border-radius: 1em;
}

@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}
.section10{width:100%;height: 100vh;background-image:url(../img/main/sec10_bg.png);overflow: hidden;padding: 5% 8%;}

.sec10_inner{display:flex;/* width: 88%; *//* margin: 93px auto; */width: 100%;height: 100%;align-items: center;}
.sec10_txt h2{color:#fff;font-size:50px;line-height: 1.4;font-weight: 300;}
.sec10_txt{
    width: 35%;
    letter-spacing: -1px;
    margin-bottom: 10em;
    line-height: 1.6;
}
.sec10_txt .green_25{color: var(--color-point6);font-size:60px;font-family: var(--font-point);}

.strong_10{font-weight:800;}
.sec10_img{width: 56%;transform: translateX(-14%);height: auto;position: absolute;top: 0;right: 8em;}
.sec10_img > div {position: relative;height: 868px;top: 100%;width: 1200px;display: block;}
.sec10_img > div > ul {
    position: absolute;
    top: 13em;
    left: 0;
    }
.sec10_img > div > ul li {
    position: absolute;
}

.sec10_img > div > ul li img {}
.sec10_img > div > ul li p{
    position: absolute;
    top: 16em;
    left: 58%;
    background-color: #2e2e2e;
    height: 2em;
    width: 200px;
    color: #fff;
    transform: rotate(5deg);
    border-radius: 4px;
    font-size: 1.1em;
    line-height: 2;
}

.sec10_img > div > img {
    position: absolute;
    top: 0;
    left: 0;
}
.sec10_img > div li > img:nth-of-type(1) {
    /* position: absolute; */
    /* z-index: 11; */
    /* right: -86px; */
    /* top: 0; */
}
.sec10_img > div li > img:nth-of-type(2) {
    position: absolute;
	display:none;
}
.sec10_img ul{/* width: 1100px; *//* height: 800px; *//* background-image:url(../img/main/sec10_img1.png); */width: 100%;position: absolute;z-index: 2;top: 0;right: -8.5%;}

.sec10_img ul li{/* background-image:url(../img/main/sec10_img2.png); */background-repeat: no-repeat;height: 761px;background-position-x: right;background-position-y: 61%;display: flex;flex-direction: column;align-items: center;justify-content: flex-end;}
.sec10_img p{color:#fff;font-size:24px;text-align: center;/* margin-bottom: -9%; */width: auto;font-weight: 500;position: absolute;bottom: 6em;left: 50%;}


.section11{width:100%;height: auto;background-image: url(../img/main/sec11_bg.png);/* overflow: hidden; */display: flex;align-items: center;padding: 8%;}

.sec11_inner{width: 100%;/* border:1px solid red; *//* margin: 150px auto; */height: 100%;/* display: flex; *//* flex-direction: row; *//* top: 0; */position: relative;/* margin-top: -8em; *//* justify-content: center; *//* align-items: center; *//* flex-wrap: wrap; */}
.sec11_inner .sec11_txt {
    margin-bottom: 6em;
    /* position: absolute; */
}

.sec11_txt h2{font-size: 32px;text-align: center;line-height: 1.2;}
.sec11_txt h2:nth-of-type(1),.sec11_txt h2:nth-of-type(2) {margin-bottom:1em;}

.sec11_txt .strong_11{font-weight:800;font-size: 50px;}

.sec11_txt .yellow_11{color:#ff8a00;font-family: var(--font-point);font-size: 60px;}

.sec11_img{display:flex;width: 70%;/* border:1px solid red; *//* margin: 4% auto; */justify-content: flex-start;padding: 2% 17%;display: flex;flex-direction: row;flex-wrap: wrap;position: relative;height: 100vh;}
.sec11_img > div {
    /* width: 36%; */
    /* position: absolute; */
}
.sec11_img > #sec11_img_1,
.sec11_img > #sec11_img_3,
.sec11_img > #sec11_img_5,
.sec11_img > #sec11_img_7{
    left: 0;
    top: 7%;
    /* background-color: white; */
    background-image: url(../img/main/sec11_bg.jpg);
}
.sec11_img > #sec11_img_2,
.sec11_img > #sec11_img_4,
.sec11_img > #sec11_img_6,
.sec11_img > #sec11_img_8{
    right: 0;
    top: 7%;
    /* background-color: white; */
    background-image: url(../img/main/sec11_bg.jpg);
}

.sec11_img > div > img {
    width: 100%;
    /* top: 600px; */
}
.sec11_img > div > h3 {}
.sec11_img > div > p {}


.sec11_left h3{font-size:40px;margin-top: 8%;font-weight: 600;/* line-height: 8rem; */}
.sec11_left p{font-size:20px;margin-top: 5%;}

.sec11_right h3{font-size:40px;margin-top: 7%;font-weight: 600;}
.sec11_right p{font-size:20px;margin-top: 5%;}

.sec11_right{/* padding-top: 5%; */}


.slide1_box{width:740px;height:402px;background-color:#1f284c;border-radius:40px;display: flex;flex-direction: column;align-items: center;justify-content: center;margin-left: 45%;box-shadow: 12px 12px 2px 1px #fff;}
.slide1_box2{width:738px;height: 473px;border-radius:40px;display: flex;flex-direction: column;align-items: center;justify-content: center;margin-left: -45%;border:6px solid #fff;margin-top: 0%;}
.sec_class{padding-bottom: 6em;}
/*.sec_class:nth-child(2) {!* background-color: var(--color-bg-1); *!background-image: url(/img/main/sec1-2.png);display: flex;flex-direction: column;justify-content: flex-end;align-items: center;background-size: contain;background-position: center;}*/

.sec_class:nth-child(3){background-image: url(/img/main/sec1-3.jpg);display: flex;flex-direction: column;justify-content: center;align-items: center;background-size: cover;background-position: center;}

.slide1_box .teen_color{color:#37c5f3;font-family: var(--font-point);font-size: 68px;}


.slide1_box h2 span {color: #37c5f3;}

.slide1_box2 p {
    font-size: 3.6em;
    color: white;
    background-color: #ff3d8f;
    width: 72%;
    padding: 0px 20px;
    font-family: var(--font-point);
    text-shadow: none;
}

.slide1_box2 .slide2_good{font-size:68px;}

.slide1_box2 h2 span {
    color: #ff3d8f;
}

.slide1_box2 h2 {color: #293957;}

.sec_2to3 {background: linear-gradient( to bottom, white, black );height: 50vh;width:100%;}

.sec_4to5 {/* background: linear-gradient( to bottom, black, #3b3b3b ); */height: 50vh;width: 100%;background-color: #000;}

.sec_5to6{background: linear-gradient( to bottom, black, white );height: 50vh;width: 100%;}

.sec_10to11 {background: linear-gradient( to bottom, #0d0d0d, #f4f4f4 );height: 50vh;width: 100%;}



.sec11_inner > div {
    text-align: center;
    margin-bottom: 2em;
}
.sec11_inner > div h2{
    font-size: 2.5em;
    font-weight: 400;
}
.sec11_inner > div h3{}
.sec11_inner > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    position: relative;
    margin-top: 3em;
}
.sec11_inner > ul li{
    width: 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4em;
}
.sec11_inner > ul li:nth-of-type(even) {
    margin-top:10em;
}
.sec11_inner .sec11_txt {width:100%;height: auto;/* position: absolute; *//* top: 5%; */}
.sec11_inner .sec11_txt h2 {
    font-size: 2.6em;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: -2px;
    color: #3d3d3d;
    }
.sec11_inner .sec11_txt h2 strong {color:#000}
.sec11_inner .sec11_txt h2 span {
    font-family: var(--font-point);
    color: var(--color-point3);
    font-size: 60px;
    font-weight: 600;
}
.sec11_inner > ul li img{
    width: 70%;
}.sec11_inner > ul li h3 {
    font-size: 1.6em;
    font-weight:600;
    margin: .5em 0;
    text-align: left;
}
.sec11_inner > ul li div{/* margin-top: 0vw; */}
.sec11_inner > ul li div p{
    width: 100%;
    text-align: left;
    word-break: keep-all;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5em;
}
.sec11_inner > ul li > figure {width:100%;/* margin-top: -5vw; */}
.sec11_inner > ul li > figure div{
            width:100%;
            height: 475px;
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position-y: center;
            background-position-x: center;
            filter: saturate(100%);
            transition: all 1s;
            }
.sec11_inner > ul li:nth-of-type(1) > figure > div{ background-image:url(/img/main/sec11_img1-1.png);}
.sec11_inner > ul li:nth-of-type(2) > figure > div{ background-image:url(/img/main/sec11_img1-2.png);}
.sec11_inner > ul li:nth-of-type(3) > figure > div{ background-image:url(/img/main/sec11_img1-3.png);}
.sec11_inner > ul li:nth-of-type(4) > figure > div{ background-image:url(/img/main/sec11_img1-4.png);}
.sec11_inner > ul li:nth-of-type(5) > figure > div{ background-image:url(/img/main/sec11_img1-5.png);}
.sec11_inner > ul li:nth-of-type(6) > figure > div{ background-image:url(/img/main/sec11_img1-6.png);}
.sec11_inner > ul li:nth-of-type(7) > figure > div{ background-image:url(/img/main/sec11_img1-7.png);}
.sec11_inner > ul li:nth-of-type(8) > figure > div{ background-image:url(/img/main/sec11_img1-8.png);}


.sec11_inner > ul li > figure div:hover {
            filter: saturate(100%);
            transform: scale(1.025);
        }



/* FHD - 1920 / 24인치이상 */
@media only screen and (min-width: 1280px) and (max-width:1620px) {
	#sec1 {padding:0;width: 100%;}
	.section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9, .section10, .section11 {
		width:100%;
		padding: 5%;
		}
	#sec1main .section h3 {font-size:6em;}
	.sec4_wrap {width:100%;}
	.section2 .sec2_wrap {
		justify-content: space-between;
	}
	.section2 .sec2_tit {width: 55%;word-break: keep-all;}
	.section2 .sec2_tit p {word-break: keep-all;}
	.section2 .sec2_wrap img {width: 45%;height: auto;object-fit: contain;}
	.section3 .sec3_wrap h2 br {display:none;}
	.section3 .sec3_wrap .sec3_green {
		font-size: 1.05em;
	}
	.sec6_img {width:40%}
	.sec6_img img {width:40%;}
	.sec6_txt {width: 56%;z-index: 1;}
	.sec6_txt p {font-size:2em; word-break: keep-all;}
	.sec7_inner {display: flex;align-items: flex-start;padding-top: 5%;}
	.sec7_inner h2 {font-size:4.5em;display: contents;word-break: keep-all;}
	.sec7_inner > div:nth-of-type(1) {width: 65%;}
	.sec7_inner > div:nth-of-type(2) {padding-top:4%;width: 35%;padding-top: 0;}
	.sec8_txt p {display: contents;}
	.sec9_txt {padding:5%}
	.sec10_txt {
		width: 40%;
	}
	.sec10_txt h2 {
		display: contents;
	}
	.sec11_inner > ul li {width:45%}
}

/* PC (해상도 1024px)*/
@media only screen and (max-width:1024px) {
    #sec1main {

    }

	#sec1, .section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9, .section10, .section11 {
		width:100%;
		position: relative;
		height: auto;
	}
	div #section7, div #sec7_content {height: auto;z-index: 0;position: relative;}
	#section7 #sec7_svg {display:none;position: relative;}
	#section7 #sec7_img {position:relative;width: 100%;height: 40em;left: 0;top: 0;object-fit: cover;}

	.sec_class em, .sec_class p, .sec_class h2 {width:100%}
	.sec_class em {
		font-size: 2em;
		line-height: 1;
	}
	.sec_class p {
		font-size: 3em;
	}
	.sec_class h2 {font-size: 6em;}
    #sec1main {
        background: linear-gradient(0deg, rgba(216,215,223,1) 0%, rgba(164,160,167,1) 100%)
    }
	#sec1main .sec_class:nth-child(1) {
		padding-bottom: 2em;
		background-position: center 30%;
		text-align: center;
		/* display:none; */
        background-size: contain;
		background-image: url(/img/main/sec1_mo.png);

		/*background-image: url(/img/main/sec1-1.jpg);*/
	}
	#sec1main .sec1_slide1, #sec1main .sec1_slide2 {display:none;}
	.section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9 {padding: 10% 5%;}
	.section2 .sec2_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.section2 .sec2_tit {width:60%}
	.section2 h3 {font-size:4em;
		word-break: keep-all;
	}
	.section2 .sec2_tit p {
		font-size: 1.7em;
		word-break: keep-all;
		letter-spacing: -1px;
		padding: .5em 0;
	}
	.section2 .sec2_tit p > span {
    font-size: 1em;
	}
	.section2 .sec2_tit .point {
		font-size: 3em;
	}
	.section2 .sec2_wrap img {width: 40%;height: auto;margin-top: 1em;}
	.section2 .bg_txt {display:none;}

	.section3 .sec3_wrap h2 {font-size: 2em;}
	.section3 .sec3_wrap h2 br {display:none;}
	.section3 .sec3_wrap h2 > p {
	    display: contents;
	    line-height: 1.6;
	}
	.section3 .sec3_wrap .sec3_green {font-size:1.2em}
	.logo1 {background-size: 70%;background-position: center;}

	.section4 {margin-top:0;padding-top: 0;}
	.sec4_wrap {width:100%;margin: 0 0 1em;padding: 2em;border-radius: 1em;}
	.section4 > div:nth-of-type(2), .section4 > div:nth-of-type(3) {height:auto;}
	.section4 .sec4_wrap h2 {font-size:1em}
	.section4 .sec4_wrap h3 {font-size: 1.6em;}
	.section4 .sec4_graph1 h4, .section4 .sec4_graph2 h4  {font-size: 1.2em;margin: 1em 0;}
	.section4 .sec4_graph1, .section4 .sec4_graph2 {
	    margin-top: 2em;
	}
	.section4 div ul li:nth-child(2) > div {height: 12px;}
	.section4 .sec4_graph1 ul li:nth-child(3), .section4 .sec4_graph2 ul li:nth-child(3) {
		font-size: 2em;
		width: 18%;
	}
	.section5 {padding-top:0}
	.section5 .sec5_inner {
	    display: flex;
	    flex-wrap: wrap;
	}
	.section5 .sec5_txt{width:100%;}
	.section5 .sec5_txt h2{
	    font-size: 4em;
	}
	.section5 .sec5_txt h3{
	    font-size: 1.5em;
	    margin-bottom: 1.2em;
	}
	.section5 .sec5_img{width: 100%;display: flex;}
	.section5 .sec5_img img {width: 50%;}
	.section5 .sec5_img img:nth-child(2){position:relative;}

	.section6 {
		padding-bottom: 4%;
	}
	.sec6_inner {
	    display: flex;
	    flex-wrap: wrap;
	}
	.sec6_img {width: 35%;margin-top: 2em;padding-left: 0;}
	.sec6_img > img {width:100%;position: relative; display:none;}
	.sec6_img > img:first-child {display:unset;}
	.sec6_txt {width: 62%;}
	.sec6_txt p br {display:none;}
	.sec6_txt p, .sec6_txt span {
	    font-size: 1.7em;
	    display: contents;
	    line-height: 1.6;
	    word-break: keep-all;
	}
	.sec6_txt span {font-size:1.2em;}
	.sec6_txt a {
	    line-height: 2;
	    font-size: 1.1em;
	    display: table;
	    float: right;
	    margin-top: 2em;
	}
	.sec6_txt a:after {
    bottom: 20%;
	}
	/* div #section7, div #sec7_content {height: auto;z-index: 0;position: relative;}
	#section7 #sec7_svg {display:none;position: relative;}
	#section7 #sec7_img {position:relative;width: 100%;height: 30em;left: 0;top: 0;object-fit: cover;}*/
	.sec7_inner {height: auto;top: 0;left: 0;display: flex;flex-wrap: wrap;}
	.sec7_inner > div:nth-of-type(1), .sec7_inner > div:nth-of-type(2) {
		width: 100%;
		padding: 3% 5%;
	}
	.sec7_inner > div:nth-of-type(1) {padding: 8% 5% 0;}
	.sec7_inner h2 {
		opacity: 1;
		font-size: 4em;
	}
	.sec7_inner h3 {opacity: 1;display: contents;color: #fff;font-size: 1.5em;word-break: keep-all;}
	.sec7_inner h3 span {display: contents;}

	.section8 {/* padding-top: 17em; *//* background-position-x: left; */}
	.sec8_inner {
		/* display: flex; */
		/* flex-wrap: wrap; */
	}
	.sec8_txt {
		/* width: 100%; */
		line-height: 1.6;
		margin-top: 2em;
	}
	.sec8_txt p, .sec8_txt .brown_8  {
	font-size: 2em;
	}
	.sec8_txt .yellow_8 {font-size:1.5em}
	.sec8_txt .brown_8 {color:#fff;font-size: 1.5em;}
	.section9 {
	    overflow: unset;
	}
	.section9 .sec9_inner {
	    height: auto;
	    position: sticky;
	    top: 0;
	    margin: 0;
	}
	.section9 .brand_group {width:100%;top: 0;left: 0;transform: unset !important;position: relative;}
	.sec9_back1 {}
	.sec9_back1 ul li, .sec9_back2 ul li {
	    width: 15%;
	}
	.sec9_back1 ul li img, .sec9_back2 ul li img {
	    width: 70%;
	}
	.sec9_txt {
	    display: flex;
	    flex-wrap: wrap;
	    padding: 0;
	    position: relative;
	}
	.sec9_txt h2 {
	    font-size: 4em;
	}
	.sec9_txt h3 {
	    font-size: 1.2em;
	    display: contents;
	    word-break: keep-all;
	}
	.sec9_logo {
	    position: relative;
	    width: 44%;
	    margin: 2em 0 6em;
	}
	.logo_inner9 {
		width: 100%;
		height: 7em;
	}
	.logo_inner9 img {width: 65%;/* border: 5px solid var(--color-point4); *//* border-radius: .5em; */z-index: 2;}
	.logo_inner9:before {z-index: 0;left: -60%;top: -120%;}
	.logo_inner9:after {z-index: 1;}
	.section10 {
		overflow: unset;
		padding: 10% 0;
	}
	.sec10_inner {width:100%;display: flex;flex-wrap: wrap;height: auto;}
	.sec10_txt {width:100%;margin-bottom: 1em;padding: 0 5%;}
	.sec10_txt h2 {font-size: 2.5em;line-height: 1.6;display: contents;word-break: keep-all;}
	.sec10_txt h2 span {/* font-size:1.5em; */font-weight: 600;}
	.sec10_txt .green_25 {font-size: 1.4em;font-weight: 500;line-height: 1.4;}
	.sec10_img {width:100%;position: relative;right: unset;top: unset;transform: unset;margin-top: 2em;}
	.sec10_img > div {width:100%;height: auto;}
	.sec10_img > div > ul {
		position: relative;
		top: 0;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
	}
	.sec10_img > div > ul li {
	    position: sticky;
	    width: 100%;
	    height: auto;
	    top: 0;
	    padding: 0 5%;
	    margin-bottom: 1em;
	}
	.sec10_img > div > ul li img {width: 100%;border-radius: .5em;}
	.sec10_img > div > ul li img:first-child{display:none;}
	.sec10_img > div li > img:nth-of-type(2) {display:unset;position: relative;}
	.sec10_img > div > ul li p {top: unset;left: unset;right: 10%;transform: unset;bottom: 20%;width: 160px;height: 50px;line-height: 50px;}

	.section11 {
		padding: 10% 5%;
	}
	.sec11_inner .sec11_txt {text-align: left;margin-bottom: 2em;}
	.sec11_inner .sec11_txt h2 {
		font-size: 2em;
		display: contents;
		word-break: keep-all;
		line-height: 1.6;
	}
	.sec11_inner .sec11_txt h2 span {font-size: 1.4em;letter-spacing: 0;line-height: 1.4;}
	.sec11_inner > ul {
		margin-top: 3em;
		display: flex;
		justify-content: space-between;
	}
	.sec11_inner > ul li {
		width: 48%;
		margin-bottom: 2em;
	}
	.sec11_inner > ul li:nth-of-type(even) {margin-top: 5em;}
	.sec11_inner > ul li > figure div {
		height: 22em;
	}
	.sec11_inner > ul li div h3 {font-size:1.2em}
	.sec11_inner > ul li div p {font-size:1em;}

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {
	.section h3 {
		font-size: 2em;
	}
	.section2 .sec2_tit p {
		font-size: 1.5em;
	}
	.section3 .sec3_wrap h2 {
		font-size: 1.6em;
	}
	.section5 .sec5_txt h2 {
		font-size: 3em;
	}
	.sec6_txt p, .sec6_txt span {
		font-size: 1.3em;
	}
	.sec6_txt p, .sec6_txt span {
		font-size: 1.3em;
	}
	.sec7_inner h2 {
		font-size: 3em;
	}
	.sec7_inner h3 {
		font-size: 1.3em;
	}
	.section8 {padding-top: 17em; background-position-x: left;}
	.sec8_inner {
		display: flex;
		flex-wrap: wrap;
	}
	.sec8_txt {
		width: 100%;
		line-height: 1.6;
		margin-top: 10em;
	}
	.sec8_txt p, .sec8_txt .brown_8, .sec8_txt .yellow_8 {
		font-size: 1.6em;
	}
	.sec9_txt h2 {
		font-size: 3em;
	}
	.sec10_inner {width:100%;display: flex;flex-wrap: wrap;height: auto;}
	.sec10_txt h2 {
		font-size: 2em;
	}
	.sec11_inner .sec11_txt h2 {font-size:1.6em}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
	.sec_class em, .sec_class p, .sec_class h2 {width:100%}
	.sec_class em {
		font-size: 1.5em;
	}
	.sec_class p {
		font-size: 2.3em;
	}
	.sec_class h2 {font-size: 4em;}
    #sec1main {
    }

	#sec1main .sec_class:nth-child(1) {
		padding-bottom: 8em;
		/*background-position-x: 60%;*/
		text-align: center;
	}
	#sec1main .sec1_slide1, #sec1main .sec1_slide2 {display:none;}
	.section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9 {padding: 15% 5%;}

	.section2 .sec2_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.section h3 {
		font-size: 2.5em;
		word-break: keep-all;
	}
	.section2 .sec2_tit {width:100%;}
	.section2 .sec2_tit p {
		font-size: 1.3em;
		word-break: keep-all;
		letter-spacing: -1px;
		padding: .5em 0;
	}
	.section2 .sec2_tit p > span {
    font-size: 1em;
	}
	.section2 .sec2_tit .point {
		font-size: 2.5em;
	}
	.section2 .sec2_wrap img {width: 100%;height: auto;margin-top: 1em;}
	.section2 .bg_txt {display:none;}

	.section3 .sec3_wrap h2 {font-size: 1.3em;}
	.section3 .sec3_wrap h2 br {display:none;}
	.section3 .sec3_wrap h2 > p {
	    display: contents;
	    line-height: 1.6;
	}
	.section3 .sec3_wrap .sec3_green {font-size:1.2em}

	.section4 {margin-top:0;padding-top: 0;height: auto;}
	.sec4_wrap {width:100%;margin: 0 0 1em;padding: 2em 1em;border-radius: 1em;}
	.section4 > div:nth-of-type(2), .section4 > div:nth-of-type(3) {height:auto;}
	.section4 .sec4_wrap h2 {font-size:1em}
	.section4 .sec4_wrap h3 {font-size: 1.6em;}
	.section4 .sec4_graph1 h4, .section4 .sec4_graph2 h4  {font-size: 1.2em;margin: 1em 0;}
	.section4 .sec4_graph1, .section4 .sec4_graph2 {
	    margin-top: 2em;
	}
	.section4 .sec4_graph1 ul, .section4 .sec4_graph2 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.section4 .sec4_graph1 ul li:nth-child(1), .section4 .sec4_graph1 ul li:nth-child(2), .section4 .sec4_graph1 ul li:nth-child(3),
	.section4 .sec4_graph2 ul li:nth-child(1), .section4 .sec4_graph2 ul li:nth-child(2), .section4 .sec4_graph2 ul li:nth-child(3) {
		width:100%
	}
	.section4 div ul li:nth-child(2) > div {height: 12px;}
	.section4 .sec4_graph1 ul li:nth-child(3), .section4 .sec4_graph2 ul li:nth-child(3) {
		font-size: 2em;
	}
	.section5 {padding-top:0}
	.section5 .sec5_inner {
	    display: flex;
	    flex-wrap: wrap;
	}
	.section5 .sec5_txt{width:100%;}
	.section5 .sec5_txt h2{
	    font-size: 2.5em;
	}
	.section5 .sec5_txt h3{
	    font-size: 1.5em;
	    margin-bottom: 1.2em;
	}
	.section5 .sec5_img{width: 100%;display: flex;}
	.section5 .sec5_img img {width: 50%;}
	.section5 .sec5_img img:nth-child(2){position:relative;}

	.section6 {
    height: auto;
}
	.sec6_txt {width:100%;}
	.sec6_inner {
	    display: flex;
	    flex-wrap: wrap;
	}
	.sec6_img {width:100%;margin-top: 2em;}
	.sec6_img > img {width:100%;position: relative; display:none;}
	.sec6_img > img:first-child {display:unset;}
	.sec6_txt p br {display:none;}
	.sec6_txt p, .sec6_txt span {
	    font-size: 1.25em;
	    line-height: 1.6;
	    word-break: normal;
	}
	.sec6_txt .green_23 {font-size: 1.3em;}
	.sec6_txt a {
	    line-height: 2;
	    font-size: 1.1em;
	    display: table;
	    float: right;
	    margin-top: 2em;
	}
	.sec6_txt a:after {
		bottom: 20%;
	}
	div #section7, div #sec7_content {height: auto;z-index: 0;position: relative;}
	#section7 #sec7_svg {display:none;position: relative;}
	#section7 #sec7_img {position:relative;width: 100%;height: 30em;left: 0;top: 0;object-fit: cover;}
	.sec7_inner {height: auto;top: 0;left: 0;display: flex;flex-wrap: wrap;}
	.sec7_inner > div:nth-of-type(1), .sec7_inner > div:nth-of-type(2) {
		/* position: relative; */
		width: 100%;
		padding-left: 0;
		padding: 5%;
	}
	.sec7_inner > div:nth-of-type(1) {padding:15% 5% 0}
	.sec7_inner h2 {
		opacity: 1;
		font-size: 2em;
		display: contents;
		word-break: keep-all;
	}
	.sec7_inner h3 {opacity: 1;display: contents;color: #fff;font-size: 1.1em;word-break: keep-all;}
	.sec7_inner h3 span {display: contents;}

	.section8 {padding-top: 17em;background-position-x: 19%;}
	.sec8_inner {
		display: flex;
		flex-wrap: wrap;
	}
	.sec8_txt {
		width: 100%;
		line-height: 1.6;
		margin-top: 2em;
	}
	.sec8_txt p, .sec8_txt .brown_8, .sec8_txt .yellow_8  {
		font-size: 1.5em;
		display: contents;
	}
	.sec8_txt .brown_8 {color:#fff;}
	.section9 {
	    overflow: unset;
	    height: unset;
	}
	.section9 .sec9_inner {
	    height: auto;
	    position: unset;
	    top: 10%;
	    padding: 0 0 10%;
	}
	.section9 .brand_group {width:100%;top: 0;left: 0;transform: unset !important;position: relative;}
	.sec9_back1 {}
	.sec9_back1 ul li, .sec9_back2 ul li {
	    width: 24%;
	}
	.sec9_back1 ul li img, .sec9_back2 ul li img {
	    width: 70%;
	}
	.sec9_txt {
	    display: flex;
	    flex-wrap: wrap;
	    padding: 0;
	    position: relative;
	    top: 0;
	}
	.sec9_txt h2 {
	    font-size: 2em;
	}
	.sec9_txt h3 {
	    font-size: 1em;
	    display: contents;
	    word-break: keep-all;
	}
	.sec9_logo {
	    position: relative;
	    width: 70%;
	    margin-top: 2em;
	}
	.logo_inner9 {
		width: 100%;
		height: 5em;
		top: 0;
	}
	.logo_inner9 img {width: 65%;/* border: 5px solid var(--color-point4); *//* border-radius: .5em; */z-index: 2;}
	.logo_inner9:before {z-index: 0;}
	.logo_inner9:after {z-index: 1;}
	.section10 {
		overflow: unset;
		padding: 15% 0;
		height: auto;
	}
	.sec10_inner {width:100%;display: flex;flex-wrap: wrap;height: auto;}
	.sec10_txt {width:100%;margin-bottom: 1em;padding: 0 5%;}
	.sec10_txt h2 {font-size: 1.5em;line-height: 1.6;display: contents;word-break: keep-all;}
	.sec10_txt h2 span {/* font-size:1.5em; */font-weight: 600;}
	.sec10_txt .green_25 {font-size: 1.4em;font-weight: 500;line-height: 1.4;}
	.sec10_img {width:100%;position: relative;right: unset;top: unset;transform: unset;height: auto;}
	.sec10_img > div {width:100%;height: auto;}
	.sec10_img > div > ul {
		position: relative;
		top: 0;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
	}
	.sec10_img > div > ul li {
	    position: inherit;
	    width: 100%;
	    height: auto;
	    top: 10%;
	}
	.sec10_img > div > ul li img {width: 100%;}
	.sec10_img > div > ul li p {top: unset;left: unset;right: 5%;transform: unset;font-size: 1em;bottom: 0;}

	.section11 {
		padding: 15% 8%;
		height: auto;
	}
	.sec11_inner .sec11_txt {text-align: left;margin-bottom: 2em;}
	.sec11_inner .sec11_txt h2 {
		font-size: 1.5em;
		display: contents;
		word-break: keep-all;
		line-height: 1.6;
	}
	.sec11_inner .sec11_txt h2 span {font-size: 1.5em;letter-spacing: 0;line-height: 1.4;}
	.sec11_inner > ul {
		margin-top: 1em;
	}
	.sec11_inner > ul li {
		width: 100%;
		margin-bottom: 2em;
	}
	.sec11_inner > ul li:nth-of-type(even) {margin-top:0}
	.sec11_inner > ul li > figure div {
		height: 14em;
	}
	.sec11_inner > ul li div h3 {font-size:1.2em}
	.sec11_inner > ul li div p {font-size:1em;}
}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:479px) {
}
