/* CSS Document */
@charset "utf-8";
.container{position: relative;}

.section1{margin-top: 110px;}
.s1_a{display: flex;justify-content: space-between;}
.s1_a .s1_al{width: 48.77%;}
.s1_a .s1_al .s1_ala{position: relative;}
.s1_a .s1_al .s1_ala .s1_alaa{border-radius: 8px;overflow: hidden;}
.s1_a .s1_al .s1_ala .s1_alab{position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);width: 72px;}
.s1_a .s1_al .s1_ala:after{content: '';width: calc(100% + 19px);height: 100%;position: absolute;left: 0;top:15px;background-image: linear-gradient(to right, #64bb52, #0a9bc7);z-index: -1;border-radius: 8px;}
.s1_a .s1_ar{width: 46.7%;}
.s1_a .s1_ar .s1_ara{margin-top: 20px;font-size: 20px;color: #383838;font-weight: bold;line-height: 1.8;}
.s1_a .s1_ar .s1_arb{margin-top: 45px;font-size: 16px;color: #383838;line-height: 1.75;}
.s1_a .s1_ar .s1_arb a{color: #0978b5}
.s1_a .s1_ar .s1_arc{margin-top: 80px;display: flex;justify-content: space-between;align-items: center;}
.s1_a .s1_ar .s1_arc .s1_arci .s1_arcia{font-size: 18px;color: #383838;}
.s1_a .s1_ar .s1_arc .s1_arci .s1_arcia span{font-size: 42px;color: #1977b3;font-weight: bold;}
.s1_a .s1_ar .s1_arc .s1_arci .s1_arcib{font-size: 18px;color: #383838;}
.s1_a .s1_ar .s1_arc .s1_arci_line{width: 1px;height: 33px;background: #e2e2e2;}
.s1_a .s1_ar .s1_arc .s1_arci_line:last-child{display: none;}
.s1_b{margin-top: 70px;display: flex;justify-content: space-between;}
.s1_b .s1_bi{width: 32.66%;border-radius: 7px;overflow: hidden;position: relative;}
.s1_b .s1_bi .s1_bia{overflow: hidden;}
.s1_b .s1_bi .s1_bib{position: absolute;left: 0;top:0;width: 100%;height: 100%;box-sizing: border-box;padding: 12.4% 8.6% 0;}
.s1_b .s1_bi .s1_bib .s1_biba{font-size: 24px;color: #ffffff;font-weight: bold;}
.s1_b .s1_bi .s1_bib .s1_bibb{font-size: 16px;color: #ffffff;line-height: 1.75;margin-top: 15px;width: 57%;}
.s1_b .s1_bi .s1_bib .s1_bibc{margin-top: 28px;}
.s1_b .s1_bi .s1_bib .s1_bibc span{font-size: 16px;color: #ffffff;text-decoration: underline;}
.s1_b .s1_bi .s1_bib .s1_bibd{margin-top: 18px;}
.s1_b .s1_bi .s1_bib .s1_bibd span{display: inline-block;padding: 0 14px;line-height: 36px;border:1px solid #fff;border-radius: 4px;font-size: 14px;color: #ffffff;}

.play{ width:100px; height:100px; position:absolute; top: 50%;left: 50%;transform: translate(-50%,-50%); cursor:pointer}
.play:after{ content:""; display:block; width:100%; height:100%; background:url(g_06x.png) center center no-repeat; background-size:cover; position:absolute; left:0; top:0; z-index:1;animation: rotate360 4s linear infinite;}
.play i{ display:block; width:70px; height:70px; background:url(g_05x.png) center center no-repeat; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:2; background-size:cover}
@keyframes rotate360 {
from {
  transform: rotate(0deg);
}
to {
  transform: rotate(360deg);
}
}


@media only screen and (max-width:1600px){
	.section1{margin-top: 85px;}
	.s1_a .s1_al .s1_ala .s1_alab{width: 64px;}
	.s1_a .s1_ar .s1_ara{margin-top: 15px;font-size: 18px;}
	.s1_a .s1_ar .s1_arb{margin-top: 20px;font-size: 14px;}
	.s1_a .s1_ar .s1_arc{margin-top: 15px;}
	.s1_a .s1_ar .s1_arc .s1_arci .s1_arcia{font-size: 16px;}
	.s1_a .s1_ar .s1_arc .s1_arci .s1_arcia span{font-size: 36px;}
	.s1_a .s1_ar .s1_arc .s1_arci .s1_arcib{font-size: 16px;}
	.s1_b{margin-top: 50px;}
	.s1_b .s1_bi .s1_bib .s1_biba{font-size: 22px;}
	.s1_b .s1_bi .s1_bib .s1_bibb{font-size: 14px;margin-top: 10px;width: 65%;}
	.s1_b .s1_bi .s1_bib .s1_bibc{margin-top: 15px;}
	.s1_b .s1_bi .s1_bib .s1_bibc a{font-size: 14px;}
	.s1_b .s1_bi .s1_bib .s1_bibd{margin-top: 10px;}
	.s1_b .s1_bi .s1_bib .s1_bibd a{padding: 0 10px;line-height: 28px;}
	.play{width: 90px;height: 90px;}
	.play i{width: 65px;height: 65px;}
}
@media only screen and (max-width:1200px){
	.section1{margin-top: 60px;}
	.s1_a{display: block;}
	.s1_a .s1_al{width: 100%;}
	.s1_a .s1_al .s1_ala .s1_alab{width: 56px;}
	.s1_a .s1_ar .s1_ara{margin-top: 10px;font-size: 16px;}
	.s1_a .s1_ar{width: 100%;margin-top: 50px;}
	.s1_a .s1_ar .s1_arb{margin-top: 25px;}
	.s1_b{margin-top: 40px;}
	.s1_b .s1_bi .s1_bib .s1_biba{font-size: 19px;}
	.s1_b .s1_bi .s1_bib .s1_bibb{width: 80%;}
	.s1_b .s1_bi .s1_bib .s1_bibc{margin-top: 10px;}
	.s1_b .s1_bi .s1_bib{padding: 10% 8.5% 0;}
	.s1_a .s1_ar .s1_arc .s1_arci .s1_arcia span{font-size: 30px;}
	.play{width: 80px;height: 80px;}
	.play i{width: 60px;height: 60px;}

}
@media only screen and (max-width:750px){
	.section1{margin-top: 35px;}
	.s1_a .s1_al .s1_ala .s1_alab{width: 48px;}
	.s1_a .s1_ar .s1_arb{margin-top: 15px;font-size: 13px;}
	.s1_a .s1_al .s1_ala:after{width: calc(100% + 10px);}
	.s1_a .s1_ar{margin-top: 35px;}
	.s1_a .s1_ar .s1_arc{flex-wrap: wrap;}
	.s1_a .s1_ar .s1_arc .s1_arci_line{display: none;}
	.s1_a .s1_ar .s1_arc .s1_arci{width: 50%;margin-bottom: 15px;}
	.s1_a .s1_ar .s1_arc .s1_arci .s1_arcia{font-size: 14px;}
	.s1_a .s1_ar .s1_arc .s1_arci .s1_arcia span{font-size: 24px;}
	.s1_a .s1_ar .s1_arc .s1_arci .s1_arcib{font-size: 14px;}
	.s1_b{margin-top: 10px;display: block;}
	.s1_b .s1_bi{width: 100%;margin-bottom: 10px;}
	.s1_b .s1_bi .s1_bib .s1_biba{font-size: 16px;}
	.s1_a .s1_ar .s1_arc .s1_arci .s1_arcia span{font-size: 20px;}
	.s1_a .s1_ar .s1_arc .s1_arci .s1_arcib{font-size: 13px;}
	.s1_b .s1_bi .s1_bib .s1_bibc{margin-top: 10px;}
	.s1_b .s1_bi .s1_bib .s1_bibc a{font-size: 13px;}
	.s1_b .s1_bi .s1_bib .s1_bibd a{padding: 0 10px;line-height: 24px;font-size: 13px;}
	.play{width: 70px;height: 70px;}
	.play i{width: 50px;height: 50px;}
}

.section2{margin-top: 115px;background: url(s2_bg_02.jpg) no-repeat center;background-size: cover;padding: 100px 0 135px;}
.section2 .tit{text-align: center;}
.section2 .tit .tita{color: #fff;}
.section2 .tit .titb{color: #fff;}
.s2_c{margin-top: 50px;}
.s2_c .hd ul{display: flex;justify-content: space-between;}
.s2_c .hd ul li{width: 15.93%;position: relative;border-radius: 8px;overflow: hidden;}
.s2_c .hd ul li .s2_c_hda{}
.s2_c .hd ul li .s2_c_hdb{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.s2_c .hd ul li .s2_c_hdb .s2_c_hdbc{position: absolute;left: 0;width: 100%;text-align: center;top:50%;transform: translateY(-50%);}
.s2_c .hd ul li .s2_c_hdb .s2_c_hdbc .s2_c_hdbca img{width: 42px;}
.s2_c .hd ul li .s2_c_hdb .s2_c_hdbc .s2_c_hdbcb{margin-top: 5px;font-size: 20px;color: #ffffff;font-weight: bold;}
.s2_c .hd ul li.on .s2_c_hdb{background: rgba(24,140,177,0.5);}
.s2_c .bd{margin-top: 15px;}
.s2_ci{position: relative;}
.s2_ci .swiper-slide{padding-bottom: 5px;}
.s2_ci .swiper-slide .s2_cii{border-radius: 8px;overflow: hidden;background: #fff;box-shadow: 0 0 5px #ccc;}
.s2_ci .swiper-slide .s2_cii .s2_ciia{overflow: hidden;height: 380px;}
.s2_ci .swiper-slide .s2_cii .s2_ciia img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;width: 100%;height: 100%;object-fit: cover;
}
.s2_ci .swiper-slide:hover .s2_cii .s2_ciia img{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 	
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}
.s2_ci .swiper-slide .s2_cii .s2_ciib{padding: 20px 22px 23px;}
.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciiba span{display: inline-block;line-height: 37px;border-radius: 4px;background: #cddef5;padding: 0 10px;font-size: 14px;color: #1d7cb4;}
.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibb{font-size: 20px;color: #383838;font-weight: bold;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.s2_ci .swiper-slide:hover .s2_cii .s2_ciib .s2_ciibb{color: #01788c;}
.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibc{margin-top: 10px;font-size: 16px;color: #383838;line-height: 28px;height: 56px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibd{margin-top: 15px;text-align: right;}
.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibd span{font-size: 16px;color: #1d7cb4;text-decoration: underline;}
.s2_ci .swiper-button-prev{width: 51px;height: 51px;border-radius: 100%;background: #fff url(prev_03.png) no-repeat center;left: -26px;box-shadow: 0 0 5px #ccc;}
.s2_ci .swiper-button-prev:hover{background: #01788c url(preva_03.png) no-repeat center;}
.s2_ci .swiper-button-next{width: 51px;height: 51px;border-radius: 100%;background: #fff url(next_06.png) no-repeat center;right: -26px;box-shadow: 0 0 5px #ccc;}
.s2_ci .swiper-button-next:hover{background: #01788c url(nexta_06.png) no-repeat center;}
@media only screen and (max-width:1600px){
	.section2{margin-top: 85px;padding: 75px 0 100px;}
	.s2_c{margin-top: 40px;}
	.s2_c .hd ul li .s2_c_hdb .s2_c_hdbc .s2_c_hdbcb{font-size: 18px;}
	.s2_c .hd ul li .s2_c_hdb .s2_c_hdbc .s2_c_hdbca img{width: 38px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib{padding: 15px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciiba span{line-height: 30px;padding: 0 12px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibb{font-size: 18px;margin-top: 8px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibc{margin-top: 8px;font-size: 14px;line-height: 24px;height: 48px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibd{margin-top: 10px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibd span{font-size: 14px;}
	.s2_ci .swiper-button-prev{width: 45px;height: 45px;left: -22px;}
	.s2_ci .swiper-button-next{width: 45px;height: 45px;right: -22px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciia{height: 280px;}
}
@media only screen and (max-width:1200px){
	.section2{margin-top: 55px;padding: 50px 0 65px;}
	.s2_c{margin-top: 30px;}
	.s2_c .hd ul li .s2_c_hdb .s2_c_hdbc .s2_c_hdbcb{font-size: 16px;}
	.s2_c .hd ul li .s2_c_hdb .s2_c_hdbc .s2_c_hdbca img{width: 34px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib{padding: 10px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciiba span{line-height: 26px;padding: 0 10px;font-size: 13px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibb{font-size: 16px;margin-top: 5px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibc{margin-top: 5px;font-size: 13px;line-height: 20px;height: 40px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibd span{font-size: 13px;}
	.s2_ci .swiper-button-prev{width: 40px;height: 40px;left: -20px;}
	.s2_ci .swiper-button-next{width: 40px;height: 40px;right: -20px;}

}
@media only screen and (max-width:750px){
	.section2{margin-top: 25px;padding: 25px 0 30px;}
	.s2_c{margin-top: 20px;}
	.s2_c .hd ul{flex-wrap: wrap;}
	.s2_c .hd ul li{width: 31%;margin-bottom: 10px;}
	.s2_c .hd ul li .s2_c_hdb .s2_c_hdbc .s2_c_hdbcb{font-size: 14px;margin-top: 5px;}
	.s2_c .hd ul li .s2_c_hdb .s2_c_hdbc .s2_c_hdbca img{width: 30px;}
	.s2_c .bd{margin-top: 5px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib{padding: 7px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciiba span{line-height: 22px;padding: 0 5px;font-size: 12px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciib .s2_ciibb{font-size: 15px;}
	.s2_ci .swiper-button-prev{width: 32px;height: 32px;left: -12px;}
	.s2_ci .swiper-button-next{width: 32px;height: 32px;right: -12px;}
	.s2_ci .swiper-slide .s2_cii .s2_ciia{height: 180px;}
}

.section3{margin-top: 54px;}
.s3_c .swiper-slide .img02{display: none;}
.section4{margin-top: 60px;}
.s4_c .s4_ci{margin-bottom: 60px;}
.s4_c .s4_ci .tit{text-align: center;}
.s4_c .s4_ci .s2_ci{margin-top: 25px;}
.s4_d{text-align: center;}
.s4_d a{display: inline-block;line-height: 54px;padding: 0 42px;border-radius: 27px;font-size: 16px;color: #ffffff;background-image: linear-gradient(to right, #7ac18d, #0876ba);}
@media only screen and (max-width:1600px){
	.section3{margin-top: 40px;}
	.section4{margin-top: 45px;}
	.s4_c .s4_ci{margin-bottom: 45px;}
	.s4_c .s4_ci .s2_ci{margin-top: 20px;}
	.s4_d a{line-height: 48px;padding: 0 30px;border-radius: 24px;font-size: 14px;}
}
@media only screen and (max-width:1200px){
	.section3{margin-top: 25px;}
	.section4{margin-top: 30px;}
	.s4_c .s4_ci{margin-bottom: 30px;}
	/*.s4_c .s4_ci .s2_ci{margin-top: 15px;}*/
	.s4_d a{line-height: 40px;padding: 0 20px;border-radius: 20px;}
}
@media only screen and (max-width:750px){
	.section3{margin-top: 15px;}
	.section4{margin-top: 15px;}
	/*.s4_c .s4_ci{margin-bottom: 15px;}*/
	.s4_d a{line-height: 36px;padding: 0 15px;border-radius: 18px;font-size: 13px;}
	.s3_c .swiper-slide .img01{display: none;}
	.s3_c .swiper-slide .img02{display: block;}
}

.section5{margin-top: 62px;background: url(s5_bg_02.jpg) no-repeat center;background-size: cover;padding: 140px 0 200px;}
.section5 .tit{text-align: center;}
.section5 .tit .tita{color: #fff;}
.section5 .tit .titb{color: #fff;}
.s5_c .s5_cc{margin-top: 74px;position: relative;}
#certify .swiper-slide{width: 525px;overflow: hidden;height: 384px;}
#certify .swiper-slide img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;width: 100%;height: 100%;object-fit: cover;
}
#certify .swiper-slide:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 	
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}
.s5_c .s5_cc .swiper-button-prev{width: 51px;height: 51px;border-radius: 100%;background: #fff url(prev_03.png) no-repeat center;left: 50%;box-shadow: 0 0 5px #ccc;top:auto;margin-top: 0;bottom: -100px;margin-left: -60px;}
.s5_c .s5_cc .swiper-button-prev:hover{background: #01788c url(preva_03.png) no-repeat center;}
.s5_c .s5_cc .swiper-button-next{width: 51px;height: 51px;border-radius: 100%;background: #fff url(next_06.png) no-repeat center;right: 50%;box-shadow: 0 0 5px #ccc;top:auto;margin-top: 0;bottom: -100px;margin-right: -60px;}
.s5_c .s5_cc .swiper-button-next:hover{background: #01788c url(nexta_06.png) no-repeat center;}
@media only screen and (max-width:1600px){
	.section5{margin-top: 45px;padding: 110px 0 160px;}
	.s5_c .s5_cc{margin-top: 60px;}
	#certify .swiper-slide{width: 455px;height: 333px;}
	.s5_c .s5_cc .swiper-button-prev{width: 45px;height: 45px;bottom: -85px;margin-left: -55px;}
	.s5_c .s5_cc .swiper-button-next{width: 45px;height: 45px;bottom: -85px;margin-right: -55px;}
}
@media only screen and (max-width:1200px){
	.section5{margin-top: 30px;padding: 80px 0 120px;}
	.s5_c .s5_cc{margin-top: 45px;}
	#certify .swiper-slide{width: 385px;height: 282px;}
	.s5_c .s5_cc .swiper-button-prev{width: 40px;height: 40px;bottom: -70px;margin-left: -50px;}
	.s5_c .s5_cc .swiper-button-next{width: 40px;height: 40px;bottom: -70px;margin-right: -50px;}
}
@media only screen and (max-width:750px){
	.section5{margin-top: 20px;padding: 50px 0 80px;}
	.s5_c .s5_cc{margin-top: 20px;}
	#certify .swiper-slide{width: 315px;height: 231px;}
	.s5_c .s5_cc .swiper-button-prev{width: 32px;height: 32px;bottom: -55px;margin-left: -45px;}
	.s5_c .s5_cc .swiper-button-next{width: 32px;height: 32px;bottom: -55px;margin-right: -45px;}
}

.section6{padding: 95px 0 132px;background: #f5f5f5;}
.section6 .tit{text-align: center;}
.s6_c .s6_cc{margin-top: 58px;display: grid;grid-template-columns: repeat(2, 1fr);gap: 24px;}
.s6_c .s6_cc .s6_cci{background: #fff;}
.s6_c .s6_cc .s6_cci a{display: block;padding: 20px 25px;display: flex;justify-content: space-between;align-items: center;}
.s6_c .s6_cc .s6_cci .s6_ccil{width: 173px;overflow: hidden;}
.s6_c .s6_cc .s6_cci .s6_ccil img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;width: 100%;
}
.s6_c .s6_cc .s6_cci:hover .s6_ccil img{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 	
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}
.s6_c .s6_cc .s6_cci .s6_ccir{width: calc(100% - 204px);}
.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccira{font-size: 20px;color: #383838;font-weight: bold;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccirb{font-size: 16px;color: #383838;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccirc{margin-top: 16px;font-size: 16px;color: #383838;padding-left: 25px;background: url(s6_2_08.png) no-repeat left center;}
.s6_c .s6_cc .s6_cci:hover .s6_ccir .s6_ccira{color: #01788c;}
@media only screen and (max-width:1600px){
	.section6{padding: 70px 0 100px;}
	.s6_c .s6_cc{margin-top: 45px;gap:20px;}
	.s6_c .s6_cc .s6_cci a{padding: 15px 20px;}
	.s6_c .s6_cc .s6_cci .s6_ccil{width: 150px;}
	.s6_c .s6_cc .s6_cci .s6_ccir{width: calc(100% - 170px);}
	.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccira{font-size: 18px;}
	.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccirb{font-size: 14px;margin-top: 7px;}
	.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccirc{margin-top: 12px;font-size: 14px;padding-left: 20px;background-size: 14px 15px;}
}
@media only screen and (max-width:1200px){
	.section6{padding: 45px 0 70px;}
	.s6_c .s6_cc{margin-top: 30px;gap:15px;}
	.s6_c .s6_cc .s6_cci a{padding: 10px 15px;}
	.s6_c .s6_cc .s6_cci .s6_ccil{width: 130px;}
	.s6_c .s6_cc .s6_cci .s6_ccir{width: calc(100% - 145px);}
	.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccira{font-size: 16px;}
	.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccirb{margin-top: 5px;}
	.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccirc{margin-top: 8px;}
}
@media only screen and (max-width:750px){
	.section6{padding: 35px 0 30px;}
	.s6_c .s6_cc{margin-top: 30px;grid-template-columns: repeat(1, 1fr);gap: 15px;}
	.s6_c .s6_cc .s6_cci a{padding: 12px 10px;}
	.s6_c .s6_cc .s6_cci .s6_ccil{width: 120px;}
	.s6_c .s6_cc .s6_cci .s6_ccir{width: calc(100% - 135px);}
	.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccira{font-size: 15px;}
	.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccirb{margin-top: 5px;font-size: 13px;}
	.s6_c .s6_cc .s6_cci .s6_ccir .s6_ccirc{margin-top: 5px;font-size: 13px;padding-left: 15px;background-size: 12px 12px;}
}



















































































































