@charset "utf-8";

.real-cont {padding:80px 0 335px;}

.pop {font-family: "Poppins", sans-serif;}
.mo {display: none;}

/* splitting */
.page-header > .container.motion h2.chars .char {animation:textAni 1.5s both; animation-delay:calc(0.1s * var(--char-index));}

@keyframes textAni {
    0% {opacity:0;}
    30% {opacity:0;}
}

/* page-header */
.page-header {position: relative; width: 100%; height: 395px;}
.page-header > .container {padding-top: 235px;}
.page-header .container h2 {font-size: 40px; font-weight: 400; color: #111; font-family: 'JalnanGothic'; line-height: 1.6; letter-spacing: -.8px;}

.lnb {position: relative; width: 100%; background-color: #fff; border-bottom: 1px solid #ddd; margin-top: 44px; display: flex; justify-content: space-between; align-items: center; gap: 20px;}
.lnb > ul {display: flex; gap: 60px;}
.lnb > ul li {width: auto;}
.lnb > ul li a {position: relative; display: block; width: 100%; text-align: center; font-size: 23px; color: #767676; line-height: 1.8; font-weight: 400; transition: all .3s linear; z-index: 2; padding-bottom: 11px; letter-spacing: -.46px;} 
.lnb > ul li a:after {position: absolute; content:''; width: 100%; height: 3px; background-color: #31964c; bottom: -1px; left: 0; opacity: 0;}
.lnb > ul li.active a {color: #31964C; font-weight: 700;}
.lnb > ul li.active a:after {opacity: 1;}
.lnb .btn-drop {display: none;}

.lnb .s-nav ul {display: flex; gap: 20px; align-items: center; margin-right: 5px;}
.lnb .s-nav ul li {position: relative; font-size: 14px; color: #767676; font-weight: 400; letter-spacing: -.28px; line-height: normal; text-align: center;}
.lnb .s-nav ul li br {display: none;}
.lnb .s-nav ul li ~ li::before {position: absolute; content: ''; width: 1px; height: 9px; background-color: #767676; top: 50%; left: -10px; transform: translateY(-50%);}
.lnb .s-nav ul li.home {display: flex; align-items: center; gap: 12px;}

.page-header.type5 .lnb {justify-content: right; padding-bottom: 26px;}
.page-header.type5 .lnb .s-nav ul li:last-child {display: none;}
.page-header.type6 .lnb {justify-content: right; padding-bottom: 26px;}
.page-header.type6 .lnb .s-nav ul li:last-child {display: none;}


section {padding: 80px 0 335px;}
.section-header h4 {position: relative; padding-top: 25px; text-align: center; color: #000; font-weight: 700; font-size: 55px;}
.section-header h4::before {position: absolute; content: ''; width: 8px; height: 8px; background-color: #000; top: 0; left: 50%; transform: translateX(-50%);}
.section-header p {font-size: 24px; line-height: 40px; color: #333; text-align: center; padding-top: 40px;}

article h3 {font-size: 40px; color: #111; font-weight: 400; line-height: 1.6; letter-spacing: -.8px; font-family: 'JalnanGothic';}

article > h4 {font-size: 26px; font-weight: 400; color: #222; line-height: 1.6; letter-spacing: -.52px; margin-left: 30px;}
article > h4 > span {color: #31964C;}
article p.dot {position: relative; padding-left: 23px; font-size: 23px; color: #767676; font-weight: 400; line-height: 1.8; letter-spacing: -.46px; margin-left: 30px; margin-top: 17px;}
article p.dot::before {position: absolute; content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: #767676; top: 14px; left: 0;}
article p.dot ~ p.dot {margin-top: 2px;}

article > p {padding-left: 30px; font-size: 23px; color: #767676; font-weight: 400; line-height: 1.8; margin-top: 17px; letter-spacing: -.46px;}
article > p > strong {color: #222; font-weight: 400;}

.article-tit {margin-left: 30px;}
.article-tit h5 {position: relative; padding-left: 23px; font-size: 30px; color: #222; font-weight: 600;;line-height: 1.6; letter-spacing: -.6px;}
.article-tit h5::before {position: absolute; content: ''; width: 4px; height: 24px; border-radius: 16px; top: 13px; left: 0; background-color: #31964C;}
.article-tit h5 > span {color: #31964C;}
.article-tit p {font-size: 26px; color: #222; margin-top: 70px; line-height: 1.6; font-weight: 400; letter-spacing: -.52px;}
.article-tit p > span {color: #31964C; }

/* s1_1 */
/* .s1_1 {padding-bottom: 0;} */
.s1_1 .intro {/* display: flex; */ width: 100%;}
/* .s1_1 .intro .intro-main {width: 1%; flex: 1 1 auto; border-radius: 10px;} */
.s1_1 .intro .intro-main {width: 100%; border-radius: 10px;}
.s1_1 .intro .swiper .swiper-slide {border-radius: 10px; overflow: hidden;}
.s1_1 .intro .swiper .swiper-slide img {max-width: 100%; display: block; margin: 0 auto; width: 100%;}
/* .s1_1 .intro .intro-thumb {max-width: 265px; width: 100%;} */
.s1_1 .intro .intro-thumb {width: 100%; margin-top: 35px;}
/* .s1_1 .intro .intro-thumb .swiper-wrapper {display: block;} */
.s1_1 .intro .intro-thumb .swiper-slide {/* width: 100% !important; */ height: auto; cursor: pointer; position: relative;}
.s1_1 .intro .intro-thumb .swiper-slide::after {position: absolute; content: ''; width: 100%; height: 100%; border: 5px solid #31964C; top: 0; left: 0; opacity: 0; transition: all .2s linear; z-index: 2; border-radius: 10px;}
/* .s1_1 .intro .intro-thumb .swiper-slide ~ .swiper-slide {margin-top: 29px;} */
.s1_1 .intro .intro-thumb .swiper-slide-thumb-active::after {opacity: 1;}

.s1_1 .arti01 {padding: 0 30px;}
.s1_1 .arti01 dl {margin-top: 44px; width: 100%; display: flex; gap: 36px; align-items: flex-start;}
.s1_1 .arti01 dl ~ dl {margin-top: 10px;}
.s1_1 .arti01 dl dt {max-width: 120px; width: 100%; position: relative; padding-left: 24px; font-size: 23px; font-weight: 400; color: #222; line-height: 1.8; letter-spacing: -.46px;}
.s1_1 .arti01 dl dt::before {position: absolute; content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: #31964C; top: 17.5px; left: 0;}
.s1_1 .arti01 dl dd {width: 1%; flex: 1 1 auto; font-size: 23px; color: #767676; font-weight: 400; line-height: 1.8; letter-spacing: -.46px;}

.s1_1 .arti02 {margin-top: 220px; background-color: #f2f2f2; padding: 120px 0 420px;}
.s1_1 .arti02 .cnt {padding: 0 30px 80px; display: flex; gap: 200px; align-items: flex-start; border-bottom: 1px solid #ddd;}
.s1_1 .arti02 .cnt ~ .cnt {padding-top: 80px;}
.s1_1 .arti02 .cnt .article-tit {width: 1%; flex: 1 1 auto; margin-left: 0;}
.s1_1 .arti02 .cnt .article-tit p.dot {margin-left: 0; margin-top: 44px;}
.s1_1 .arti02 .cnt .article-tit p.dot ~ p.dot {margin-top: 2px;}
.s1_1 .arti02 .cnt figure {max-width: 700px; width: 100%;}
.s1_1 .arti02 .cnt figure img {max-width: 100%; display: block; margin: 0 auto;}

.s1_1 .arti02 .cnt.ty2 {display: block; padding-bottom: 0; border-bottom: 0;}
.s1_1 .arti02 .cnt.ty2 .article-tit {width: 100%;}
.s1_1 .arti02 .cnt.ty2 ul {margin-top: 57px; width: 100%; display: flex; gap: 30px; align-items: flex-start;}
.s1_1 .arti02 .cnt.ty2 ul li {width: 1%; flex: 1 1 auto;}
.s1_1 .arti02 .cnt.ty2 ul li figure img {border-radius: 10px; max-width: 100%; display: block; margin: 0 auto;}
.s1_1 .arti02 .cnt.ty2 ul li figure figcaption {padding: 33px 27px 0; text-align: center; font-size: 23px; color: #767676; font-weight: 400; line-height: 1.8; letter-spacing: -.46px;}
.s1_1 .arti02 .cnt.ty2 ul li figure figcaption > span {display: block; margin-top: 20px;}

/* s1_2 */
.s1_2 {background: url(../images/sub/bg_s102.png) 50% 50% no-repeat; background-size: cover;}
.s1_2 .arti01 {padding: 0 30px;}
.s1_2 .arti01 ul {width: 100%; display: flex; align-items: flex-start; gap: 12px;}
.s1_2 .arti01 ul li {width: 1%; flex: 1 1 auto;}
.s1_2 .arti01 ul li h5 {position: relative; color: #69c381; font-size: 44px; font-weight: 700; line-height: 1.6; letter-spacing: -.88px; padding-bottom: 120px;}
.s1_2 .arti01 ul li.yel h5 {color: #efad00;}
.s1_2 .arti01 ul li h5::before {position: absolute; content: ''; width: 1px; height: 40px; background-color: #ddd; bottom: 60px; left: 30px;}
.s1_2 .arti01 ul li h5::after {position: absolute; content: ''; width: 60px; height: 60px; background: url(../images/sub/ico_dot.png) 50% 50% no-repeat; background-size: auto; bottom: 0; left: 0;}
.s1_2 .arti01 ul li.yel h5::after {background-image: url(../images/sub/ico_dot2.png);}
.s1_2 .arti01 ul li p {margin-top: 70px; padding-left: 24px; position: relative; font-size: 23px; color: #767676; font-weight: 400; line-height: 1.8; letter-spacing: -.46px;}
.s1_2 .arti01 ul li p::before {position: absolute; content: ''; width:  6px; height: 6px; border-radius: 50%; top: 18px; left: 0; background-color: #31964C;}
.s1_2 .arti01 ul li.yel p::before {background-color: #F3B920 ;}
.s1_2 .arti01 ul li p ~ p  {margin-top: 0;}
 

/* s1_3 */
.s1_3 .arti01 {width: 100%; padding: 0 30px;}
.s1_3 .map {height: 420px; width: 100%;}
.root_daum_roughmap {width: 100% !important; height: 100% !important;}
.root_daum_roughmap .wrap_map {height: 100% !important;}
.root_daum_roughmap .map_border {display: none;}
.root_daum_roughmap .wrap_controllers {display: none;}
.root_daum_roughmap .cont {display: none;}
.s1_3 .map-info {margin-top: 80px; display: flex; align-items: flex-start; gap: 80px;}
.s1_3 .map-info .info {width: 1%; flex: 1 1 auto;}
.s1_3 .map-info .info h5 {font-size: 30px; color: #31964c; font-weight: 600; line-height: 1.6; letter-spacing: -.6px; }
.s1_3 .map-info .info p {font-size: 23px; color: #222; font-weight: 400; line-height: 1.8; letter-spacing: -.46px; margin-top: 20px; padding-bottom: 40px; border-bottom: 1px solid #ddd;}
.s1_3 .map-info .info dl {display: flex; gap: 10px; align-items: center; margin-top: 40px;}
.s1_3 .map-info .info dl ~  dl {margin-top: 30px;}
.s1_3 .map-info .info dl dt {max-width: 50px; width: 100%; border-radius: 50%;}
.s1_3 .map-info .info dl dt img {display: block; max-width: 100%; margin: 0 auto;}
.s1_3 .map-info .info dl dd {font-size: 23px; font-weight: 400; line-height: 1.8; color: #222; letter-spacing: -.46px;} 
.s1_3 .map-info .info dl dd a {display: inline-block; color: inherit;}
.s1_3 .map-info figure {max-width: 650px; width: 100%;}
.s1_3 .map-info figure img {max-width: 100%; display: block; margin: 0 auto;}
.s1_3 .map-info figure figcaption {margin-top: 20px; font-size: 23px; text-align: center; font-weight: 400; line-height: 1.8; letter-spacing: -.46px; color: #222;} 


/* .s1_3 .map-info > h5 {font-size: 23px; color: #222; font-weight: 400; line-height: 1.8; letter-spacing: -.46px; display: flex; align-items: center; justify-content: center;}
.s1_3 .map-info > h5 > span {display: inline-block; margin-right: 20px; font-size: 30px; font-weight: 600; line-height: 1.6; letter-spacing: -.6px; color: #31964C;}
.s1_3 .map-info .info {margin-top: 40px; width: 100%; padding: 30px; background-color: #f2f2f2; display: flex; gap: 100px; justify-content: center;}
.s1_3 .map-info .info dl {display: flex; gap: 10px; align-items: center;}
.s1_3 .map-info .info dl dt {max-width: 50px; width: 100%; border-radius: 50%;}
.s1_3 .map-info .info dl dt img {display: block; max-width: 100%; margin: 0 auto;}
.s1_3 .map-info .info dl dd {font-size: 23px; font-weight: 400; line-height: 1.8; color: #222; letter-spacing: -.46px;} 
.s1_3 .map-info .info dl dd a {display: inline-block; color: inherit;} */


/* s1_4 */
.s1_4 .arti01 {padding: 0 30px;}
.s1_4 .arti01 figure {width: 100%; margin-top: 70px;}
.s1_4 .arti01 figure img {display: block; max-width: 100%; margin: 0 auto;}



/* s2_1 */
.s2 article ~ article {margin-top: 200px;}
.s2_1 article h3 {margin-left: -30px;}
.s2_1 .img-box {margin-top: 90px; width: 100%; padding: 45px 47px; background-color: #f2f2f2;}
.s2_1 .img-box ul {width: 100%; display: flex; gap: 34px; align-items: center;}
.s2_1 .img-box ul li {width: 1%; flex: 1 1 auto; border-radius: 10px; overflow: hidden;}
.s2_1 .img-box ul li img {max-width: 100%; display: block; margin: 0 auto;}

.s2_1 .banner {margin-top: 70px; width: 100%; padding: 0 30px; display: flex; gap: 65px; align-items: flex-start;}
.s2_1 .banner .tab {max-width: 280px; width: 100%;}
.s2_1 .banner .tab a {display: block; width: 100%; padding: 0 41px; line-height: 68px; border: 1px solid #31964C; border-radius: 52px; font-size: 22px; font-weight: 600; letter-spacing: -.44px; color: #31964C; background: url(../images/sub/ico_arrow.png) calc(100% - 41px) 50% no-repeat; background-size: auto; transition: all .2s linear;}
.s2_1 .banner .tab a ~ a {margin-top: 24px;}
.s2_1 .banner .tab a.active {background-image: url(../images/sub/ico_arrow_on.png); background-color: #31964C; color: #fff;}

.s2_1 .banner .img {width: 1%; flex: 1 1 auto; display: flex; gap: 34px; flex-wrap: wrap;}
.s2_1 .banner .img p {width: 100%; flex: 100%; font-size: 23px; color: #767676; font-weight: 400; line-height: 1.8; letter-spacing: -.46px;}
.s2_1 .banner .img figure {width: 1%; flex: 1 1 auto; border-radius: 10px; overflow: hidden;}
.s2_1 .banner .img figure img {display: block; max-width: 100%; margin: 0 auto;}

.s2_1 .arti03 {padding: 0 30px 100px; position: relative;}
.s2_1 .design {max-width: 1147px; width: 100%; margin: 60px auto 0; border-radius: 10px;}
.s2_1 .design .swiper-slide img {max-width: 100%; display: block; margin: 0 auto;}
.s2_1 .nav-btn {width: 100%; max-width: 1380px; position: absolute; top: 52%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: space-between; align-items: center; height: 80px;}
.s2_1 .nav-btn .design-btns {width: 80px; height: 80px; border-radius: 50%; border: 1px solid #31964C; background: url() 50% 50% no-repeat; background-size: auto; transition: all .2s linear; cursor: pointer;}
.s2_1 .nav-btn .design-prev {background-image: url(../images/sub/ico_prev.png);}
.s2_1 .nav-btn .design-next {background-image: url(../images/sub/ico_next.png);}
.s2_1 .nav-btn .design-prev:hover {background-image: url(../images/sub/ico_prev_on.png); background-color: #31964C;}
.s2_1 .nav-btn .design-next:hover {background-image: url(../images/sub/ico_next_on.png); background-color: #31964C;}
.s2_1 .swiper-pagination-progressbar.design-paging {max-width: 800px; width: 100%; border-radius: 15px; height: 10px; background-color: #d9d9d9; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); top: initial; overflow: hidden;}
.s2_1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #F3B920 !important;}


.s2_1 .arti05 {margin-top: 150px;}
.s2_1 .arti05 .why {margin-top: 70px; width: 100%; display: flex; gap: 90px; align-items: flex-start; padding: 0 30px;}
.s2_1 .arti05 .why .num-box {width: 1%; flex: 1 1 auto;}
.s2_1 .arti05 .why .num-box .box {width: 100%;}
.s2_1 .arti05 .why .num-box .box ~ .box {margin-top: 60px;}
.s2_1 .arti05 .why .num-box .box dl {display: flex; align-items: center; border-radius: 10px; overflow: hidden;}
.s2_1 .arti05 .why .num-box .box dl dt {max-width: 60px; width: 100%; line-height: 80px; font-size: 26px; font-weight: 600; color: #fff; letter-spacing: -.52px; text-align: center; background-color: #31964C;}
.s2_1 .arti05 .why .num-box .box dl dd {width: 1%; flex: 1 1 auto; display: flex; gap: 20px; align-items: center; background-color: #f2f2f2; font-size: 26px; color: #222; font-weight: 600; letter-spacing: -.52px; padding: 0 30px; line-height: 80px;}
.s2_1 .arti05 .why .num-box .box dl dd span {padding: 0 15px; display: inline-block; line-height: 33px; border-radius: 20px; border: 1px solid #31964C; background-color: #fff; font-size: 18px; font-weight: 700; color: #31964C; letter-spacing: -.36px;}
.s2_1 .arti05 .why .num-box .box p.dot {margin-top: 40px; margin-left: 60px;}
.s2_1 .arti05 .why .num-box .box p.dot  span {color: #31964c;}
.s2_1 .arti05 .why .num-box .box p.dot::before {background-color: #31964C;}
.s2_1 .arti05 .why .num-box .box p.dot ~ p.dot {margin-top: 10px;}

.s2_1 .arti05 .why .img-box {max-width: 670px; width: 100%; display: flex; gap: 30px; flex-wrap: wrap;}
.s2_1 .arti05 .why .img-box figure {flex: 0 0 calc(50% - 15px);}
.s2_1 .arti05 .why .img-box figure img {max-width: 100%; display: block; margin: 0 auto; }

.s2_1 .arti06 .app {margin-top: 95px; width: 100%; padding: 0 30px; display: flex; gap: 220px; align-items: flex-start;}
.s2_1 .arti06 .app .ess {position: relative; width: 1%; flex: 1 1 auto;}
.s2_1 .arti06 .app .ess::before {position: absolute; content: ''; width: 120px; height: 407px; background: url(../images/sub/img_poly.png) 50% 50% no-repeat; background-size: auto; top: 53px; right: -170px;}
.s2_1 .arti06 .app .ess.gr::before {display: none;}
.s2_1 .arti06 .app .ess figure {position: relative; width: 100%; border-radius: 10px;}
.s2_1 .arti06 .app .ess figure::after {position: absolute; content: ''; width: 100%; height: 100%; border-radius: 10px; border: 5px solid #F3B920; top: 0; left: 0;} 
.s2_1 .arti06 .app .ess.gr figure::after {border-color: #31964C;}
.s2_1 .arti06 .app .ess figure img {max-width: 100%; display: block; margin: 0 auto;}
.s2_1 .arti06 .app .ess figure figcaption {position: absolute; top: -25px; left: 50%; transform: translateX(-50%); z-index: 2; padding: 6px; border-radius: 10px; background-color: #F3B920; font-size: 24px; font-weight: 600; color: #222; line-height: 1.6; letter-spacing: -.48px; display: flex; align-items: center; max-width: 400px; width: 100%; justify-content: center;}
.s2_1 .arti06 .app .ess.gr figure figcaption {background-color: #31964C; color: #fff;}
.s2_1 .arti06 .app .ess figure figcaption > i {width: 20px; height: 20px; border-radius: 50%; margin: 0 10px; display: inline-block;}
.s2_1 .arti06 .app .ess figure figcaption > i > img {display: block; margin: 0 auto; max-width: 100%;}
.s2_1 .arti06 .app .ess dl {margin-top: 40px; display: flex; align-items: flex-start;}
.s2_1 .arti06 .app .ess dl ~ dl {margin-top: 10px;}
.s2_1 .arti06 .app .ess dl dt {max-width: 42px; width: 100%; font-size: 22px; font-weight: 600; line-height: 1.8; letter-spacing: -.44px; color: #F3B920;}
.s2_1 .arti06 .app .ess dl dd {font-size: 23px; color: #767676; font-weight: 400; line-height: 1.8; letter-spacing: -.46px;}
.s2_1 .arti06 .app .ess dl dd > span {color: #222; display: block;}
.s2_1 .arti06 .app .ess.gr dl dt {color: #31964C;}

.s2_1 .arti07 .article-tit h5 {display: flex; align-items: center;}
.s2_1 .arti07 .article-tit h5 > span {display: inline-block; margin-left: 10px; padding: 0 20px; line-height: 38px; border: 2px solid #31964C; border-radius: 20px; color: #31964C; font-size: 20px; font-weight: 700; letter-spacing: -.4px;}
.s2_1 .arti07 .ev {margin-top: 70px; padding: 45px 47px; background-color: #f2f2f2; display: inline-block;}
.s2_1 .arti07 ul {display: flex; gap: 34px; width: fit-content;}
.s2_1 .arti07 ul li {flex: 1 1 auto;}
.s2_1 .arti07 ul li figure {border-radius: 10px; width: 100%; overflow: hidden;}
.s2_1 .arti07 ul li figure img {max-width: 100%; display: block; margin: 0 auto;} 


/* s2_2 */
.s2_2 .arti01 {width: calc(100% - 60px); margin: 0 auto; position: relative; padding: 190px 0 0 285px; z-index: 0;}
.s2_2 .arti01 > figure {position: absolute; width: 604px; height: 333px; top: 0; left: 0; z-index: 0;} 
.s2_2 .arti01 > figure > img {max-width: 100%; display: block; margin: 0 auto;}
.s2_2 .arti01 .img-box {width: 100%; position: relative; display: flex; gap: 34px; align-items: center;  padding: 45px 47px;}
.s2_2 .arti01 .img-box figure {width: 1%; flex: 1 1 auto; border-radius: 10px; overflow: hidden;}
.s2_2 .arti01 .img-box figure img {max-width: 100%; display: block; margin: 0 auto;}
.s2_2 .arti01 .img-box::before {position: absolute; content: ''; width: 100%; height: 100%; background-color: #f2f2f2; top:0; left: 0; z-index: -2;}
.s2_2 .arti02 {margin-top: 120px;}
.s2_2 .arti02 figure {width: 100%; border-radius: 10px; padding: 0 30px; margin-top: 40px;}
.s2_2 .arti02 figure img {max-width: 100%; display: block; margin: 0 auto;}
.s2_2 .arti03 {padding: 0; margin-top: 200px; /* background-color: #f2f2f2; */}
.s2_2 .arti03 .ess {margin-top: 0 !important; padding: 0 30px;}
.s2_2 .arti03 .article-tit {margin-left: 0;}
.s2_2 .arti03 .article-tit ~ .article-tit {margin-top: 200px;} 
.s2_2 .arti03 .why {margin-top: 30px; width: 100%; display: flex; gap: 60px 90px; align-items: flex-start; flex-wrap: wrap;}
.s2_2 .arti03 .why .num-box {flex:0 0 calc(50% - 45px);}
.s2_2 .arti03 .why .num-box dl {display: flex; align-items: center; border-radius: 10px; overflow: hidden;}
.s2_2 .arti03 .why .num-box dl dt {max-width: 60px; width: 100%; line-height: 80px; font-size: 26px; font-weight: 600; color: #fff; letter-spacing: -.52px; text-align: center; background-color: #31964C;}
.s2_2 .arti03 .why .num-box dl dd {width: 1%; flex: 1 1 auto; display: flex; gap: 20px; align-items: center; background-color: #f2f2f2; font-size: 26px; color: #222; font-weight: 600; letter-spacing: -.52px; padding: 0 30px; line-height: 80px;}
.s2_2 .arti03 .why .num-box dl dd > i {font-style: normal; color: #31964C; margin-left: -15px;}
.s2_2 .arti03 .why .num-box dl dd span {padding: 0 15px; display: inline-block; line-height: 33px; border-radius: 20px; border: 1px solid #31964C; background-color: #fff; font-size: 18px; font-weight: 700; color: #31964C; letter-spacing: -.36px;}
.s2_2 .arti03 .why .num-box dl dd span > i {font-style: normal; font-weight: 400;}
.s2_2 .arti03 .why .num-box p.dot {margin-top: 40px; margin-left: 60px;}
.s2_2 .arti03 .why .num-box p.dot::before {background-color: #31964C;}
.s2_2 .arti02 .why .num-box {margin-left: 30px;}


/* s2_3 */
/* .s2_3 .arti02 {margin-top: 150px;}
.s2_3 .arti02 .why {margin-top: 70px; width: 100%; display: flex; gap: 90px; align-items: flex-start; padding: 0 30px;}
.s2_3 .arti02 .why .num-box {width: 1%; flex: 1 1 auto;}
.s2_3 .arti02 .why .num-box .box {width: 100%;}
.s2_3 .arti02 .why .num-box .box ~ .box {margin-top: 60px;}
.s2_3 .arti02 .why .num-box .box dl {display: flex; align-items: center; border-radius: 10px; overflow: hidden;}
.s2_3 .arti02 .why .num-box .box dl dt {max-width: 60px; width: 100%; line-height: 80px; font-size: 26px; font-weight: 600; color: #fff; letter-spacing: -.52px; text-align: center; background-color: #31964C;}
.s2_3 .arti02 .why .num-box .box dl dd {width: 1%; flex: 1 1 auto; display: flex; gap: 20px; align-items: center; background-color: #f2f2f2; font-size: 26px; color: #222; font-weight: 600; letter-spacing: -.52px; padding: 0 30px; line-height: 80px;}
.s2_3 .arti02 .why .num-box .box dl dd span {padding: 0 15px; display: inline-block; line-height: 33px; border-radius: 20px; border: 1px solid #31964C; background-color: #fff; font-size: 18px; font-weight: 700; color: #31964C; letter-spacing: -.36px;}
.s2_3 .arti02 .why .num-box .box p.dot {margin-top: 40px; margin-left: 60px;}
.s2_3 .arti02 .why .num-box .box p.dot  span {color: #31964c;}
.s2_3 .arti02 .why .num-box .box p.dot::before {background-color: #31964C;}
.s2_3 .arti02 .why .num-box .box p.dot ~ p.dot {margin-top: 10px;}

.s2_3 .arti02 .why .img-box {max-width: 670px; width: 100%; display: flex; gap: 30px; flex-wrap: wrap;}
.s2_3 .arti02 .why .img-box figure {flex: 0 0 calc(50% - 15px);}
.s2_3 .arti02 .why .img-box figure img {max-width: 100%; display: block; margin: 0 auto; }

.s2_3 .arti03 .app {margin-top: 95px; width: 100%; padding: 0 30px; display: flex; gap: 220px; align-items: flex-start;}
.s2_3 .arti03 .app .ess {position: relative; width: 1%; flex: 1 1 auto;}
.s2_3 .arti03 .app .ess::before {position: absolute; content: ''; width: 120px; height: 407px; background: url(../images/sub/img_poly.png) 50% 50% no-repeat; background-size: auto; top: 53px; right: -170px;}
.s2_3 .arti03 .app .ess.gr::before {display: none;}
.s2_3 .arti03 .app .ess figure {position: relative; width: 100%; border-radius: 10px;}
.s2_3 .arti03 .app .ess figure::after {position: absolute; content: ''; width: 100%; height: 100%; border-radius: 10px; border: 5px solid #F3B920; top: 0; left: 0;} 
.s2_3 .arti03 .app .ess.gr figure::after {border-color: #31964C;}
.s2_3 .arti03 .app .ess figure img {max-width: 100%; display: block; margin: 0 auto;}
.s2_3 .arti03 .app .ess figure figcaption {position: absolute; top: -25px; left: 50%; transform: translateX(-50%); z-index: 2; padding: 6px; border-radius: 10px; background-color: #F3B920; font-size: 24px; font-weight: 600; color: #222; line-height: 1.6; letter-spacing: -.48px; display: flex; align-items: center; max-width: 400px; width: 100%; justify-content: center;}
.s2_3 .arti03 .app .ess.gr figure figcaption {background-color: #31964C; color: #fff;}
.s2_3 .arti03 .app .ess figure figcaption > i {width: 20px; height: 20px; border-radius: 50%; margin: 0 10px; display: inline-block;}
.s2_3 .arti03 .app .ess figure figcaption > i > img {display: block; margin: 0 auto; max-width: 100%;}
.s2_3 .arti03 .app .ess dl {margin-top: 40px; display: flex; align-items: flex-start;}
.s2_3 .arti03 .app .ess dl ~ dl {margin-top: 10px;}
.s2_3 .arti03 .app .ess dl dt {max-width: 42px; width: 100%; font-size: 22px; font-weight: 600; line-height: 1.8; letter-spacing: -.44px; color: #F3B920;}
.s2_3 .arti03 .app .ess dl dd {font-size: 23px; color: #767676; font-weight: 400; line-height: 1.8; letter-spacing: -.46px;}
.s2_3 .arti03 .app .ess dl dd > span {color: #222; display: block;}
.s2_3 .arti03 .app .ess.gr dl dt {color: #31964C;}

.s2_3 .arti04 .article-tit h5 {display: flex; align-items: center;}
.s2_3 .arti04 .article-tit h5 > span {display: inline-block; margin-left: 10px; padding: 0 20px; line-height: 38px; border: 2px solid #31964C; border-radius: 20px; color: #31964C; font-size: 20px; font-weight: 700; letter-spacing: -.4px;}
.s2_3 .arti04 .ev {margin-top: 70px; padding: 45px 47px; background-color: #f2f2f2; display: inline-block;}
.s2_3 .arti04 ul {display: flex; gap: 34px; width: fit-content;}
.s2_3 .arti04 ul li {flex: 1 1 auto;}
.s2_3 .arti04 ul li figure {border-radius: 10px; width: 100%; overflow: hidden;}
.s2_3 .arti04 ul li figure img {max-width: 100%; display: block; margin: 0 auto;} */

.s2_3 {padding-bottom: 0;}
.s2_3 .article-tit p > span {font-weight: 600;}
.s2_3 .arti06 {margin-top: 150px;}
.s2_3 .arti06 .inner {width: 100%; margin-top: 30px; padding: 0 30px;}
.s2_3 .arti06 .inner .tab {width: 100%; display: flex; gap: 10px; align-items: center;}
.s2_3 .arti06 .inner .tab a {display: flex; justify-content: center; flex-direction: column; width: 1%; flex: 1 1 auto; height: 70px; border: 1px solid #31964C; border-radius: 50px; padding: 0 41px; font-size: 22px; font-weight: 600; line-height: normal; letter-spacing: -.44px; color: #31964C; background: url(../images/sub/ico_arrow.png) calc(100% - 41px) 50% no-repeat; background-size: auto;}
.s2_3 .arti06 .inner .tab a.active {background-image: url(../images/sub/ico_arrow_on.png); background-color: #31964C; color: #fff;}
.s2_3 .arti06 .inner .tab a.active > span {color: #fff;}
.s2_3 .arti06 .inner .tab a > span {display: block; font-size: 16px; line-height: 1.4; font-weight: 400; color: #999; letter-spacing: -.32px;}

.s2_3 .arti06 .cnt {margin-top: 60px; width: 100%; position: relative; padding-bottom: 100px;}
.s2_3 .arti06 .cnt .swiper {max-width: 1150px; width: 100%; margin: 0 auto;}
.s2_3 .arti06 .cnt .swiper .swiper-slide img {display: block; max-width: 100%; margin: 0 auto;}

.s2_3 .arti06 .cnt .df-cnt {width: 100%; display: flex; gap: 10px; max-width: 1150px; margin: 0 auto;}
.s2_3 .arti06 .cnt .df-cnt figure {width: 1%; flex: 1 1 auto; border-radius: 10px; overflow: hidden;}
.s2_3 .arti06 .cnt .df-cnt figure img {display: block; max-width: 100%; margin: 0 auto;}

.s2_3 .controls {width: 100%; max-width: 1380px; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: space-between; align-items: center; height: 80px;}
.s2_3 .controls .cnt-btns {width: 80px; height: 80px; border-radius: 50%; border: 1px solid #31964C; background: url() 50% 50% no-repeat; background-size: auto; transition: all .2s linear; cursor: pointer;}
.s2_3 .controls .cnt-prev {background-image: url(../images/sub/ico_prev.png);}
.s2_3 .controls .cnt-next {background-image: url(../images/sub/ico_next.png);}
.s2_3 .controls .cnt-prev:hover {background-image: url(../images/sub/ico_prev_on.png); background-color: #31964C;}
.s2_3 .controls .cnt-next:hover {background-image: url(../images/sub/ico_next_on.png); background-color: #31964C;}

.s2_3 .swiper-pagination-progressbar.cnt-paging {max-width: 800px; width: 100%; border-radius: 15px; height: 10px; background-color: #d9d9d9; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); top: initial; overflow: hidden;}
.s2_3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #F3B920 !important;}

.s2_3 .article-tit ~ .article-tit p {margin-top: 150px;}
.s2_3 .arti06 > figure {margin-top: 30px; padding: 0 30px;}
.s2_3 .arti06 > figure img {max-width: 100%; display: block; margin:0 auto;}

.s2_3 .arti07 {margin-top: 200px; /* padding: 120px 0 200px; */}
.s2_3 .arti07 .item {margin-top: 70px; padding: 0 30px; display: flex; align-items: flex-start; gap: 100px;}
.s2_3 .arti07 .item:not(:last-child) {margin-bottom: 200px;}
.s2_3 .arti07 .item.rev {flex-direction: row-reverse;}
.s2_3 .arti07 .item figure {max-width: 560px; width: 100%; border-radius: 10px;}
.s2_3 .arti07 .item figure img {max-width: 100%; display: block; margin: 0 auto;}
.s2_3 .arti07 .item .txt {width: 1%; flex: 1 1 auto;}
.s2_3 .arti07 .item .txt p {font-size: 26px; color: #222; font-weight: 400; line-height: 1.6; letter-spacing: -.52px;}
.s2_3 .arti07 .item .txt p > span {color: #31964C; font-weight: 600;}
.s2_3 .arti07 .item .txt ul {margin-top: 34px; width: 100%; display: flex; gap: 20px; flex-wrap: wrap;}
.s2_3 .arti07 .item .txt ul li {flex: 1 1 calc(50% - 10px); min-height: 120px; display: flex; align-items: center; justify-content: center; border: 1px solid #31964C; background-color: #fff; border-radius: 10px;}
.s2_3 .arti07 .item .txt ul li p {font-size: 23px; color: #222; font-weight: 400; line-height: 1.8; letter-spacing: -.46px; text-align: center;}

.s2_3 .arti08 {width: 100%; background: url(../images/sub/bg_s204.png) 50% 50% no-repeat; background-size: cover; padding-bottom: 150px; margin-top: 200px;}
.s2_3 .arti08 ul {width: 100%; padding: 0 30px; display: flex; gap: 80px; align-items: flex-start; margin-top: 70px;}
.s2_3 .arti08 ul li {width: 1%; flex: 1 1 auto;}
.s2_3 .arti08 ul li dl dt {width: 100%; max-width: 212px; border-radius: 50%;}
.s2_3 .arti08 ul li dl dt img {max-width: 100%; display: block; margin: 0 auto;}
.s2_3 .arti08 ul li dl dd {margin-top: 30px; text-align: center; font-size: 23px; color: #222; line-height: 1.4; font-weight: 400; letter-spacing: -.46px;}
.s2_3 .arti08 h5 {margin-top: 60px; text-align: center; font-size: 26px; font-weight: 600; line-height: 1.6; letter-spacing: -.52px; color: #222;}
.s2_3 .arti08 h5 > span {color: #31964C;}

/* s2_5 */
.s2_5 .dep3 {width: 100%; margin-bottom: 80px;}
.s2_5 .dep3 ul {display: flex; width: 100%;}
.s2_5 .dep3 ul li {width: 1%; flex: 1 1 auto;}
.s2_5 .dep3 ul li a {display: flex; height: 78px; font-size: 20px; color: #767676; font-weight: 400; line-height: 1.42; letter-spacing: -.4px; align-items: center; justify-content: center; border: 1px solid #ddd; text-align: center;}
.s2_5 .dep3 ul li.active a {background-color: #31964C; color: #fff; font-weight: 700;border-color:#31964C;}
.s2_5 .dep3 ul li:nth-of-type(1) a {border-radius: 10px 0 0 10px;}
.s2_5 .dep3 ul li:last-child a {border-radius: 0 10px 10px 0;}
.s2_5 .dep3 ul li ~ li a {border-left: 0;}

.s2_5 h5 {font-size: 26px; color: #222; font-weight: 400; line-height: 1.6; letter-spacing: -.52px; text-align: center; }
.s2_5 h5 span {color: #31964c;}

/* .s2_4 .arti01 ul {width: fit-content; margin: 0 auto; display: flex; gap:80px 30px; flex-wrap: wrap;}
.s2_4 .arti01 ul li {flex: 1 1 calc(33.333% - 20px);}
.s2_4 .arti01 ul li .img-box {width: 100%; border-radius: 10px; overflow: hidden;}
.s2_4 .arti01 ul li .img-box img {display: block; max-width: 100%; margin: 0 auto;}
.s2_4 .arti01 ul li dl {margin-top: 22px; width: 100%; display: flex; justify-content: center; gap: 20px;}
.s2_4 .arti01 ul li dl dt {position: relative; padding-right: 20px; font-size: 23px; color: #222; font-weight: 400; line-height: 1.4; letter-spacing: -.46px}
.s2_4 .arti01 ul li dl dt::after {position: absolute; content:''; width: 1px; height: 10px; background-color: #999; top: 50%; right: 0; transform: translateY(-50%);}
.s2_4 .arti01 ul li dl dd {color: #31964c; font-size: 23px; font-weight: 600; line-height: 1.4; letter-spacing: -.46px}
.s2_4 p {font-size: 26px; margin-top: 80px; color: #222; font-weight: 400; text-align: center; line-height: 1.6;}
.s2_4 p span {color: #31964c;} */

/* s2_4 */
.s2_4 .arti01 {margin-top: 0 !important;}
.s2_4 .arti01 .why {gap: 113px;}
.s2_4 .arti01 .why .img-box {max-width: 577px; display: block; padding: 0; background-color: transparent; padding-top: 11px; margin-top: 0;}
.s2_4 .arti01 .why .num-box .box p.round {margin-top: 30px; margin-left: auto; display: flex; gap: 30px; align-items: center; justify-content: center; width: calc(100% - 60px); height: 60px; border: 1px solid #ddd; border-radius: 50px; font-size: 23px; color: #222; font-weight: 500; letter-spacing: -.46px;}
.s2_4 .arti01 .why .num-box .box p.round > i > img {display: block;}
.s2_4 .arti01 .why .num-box .box p.dot {margin-top: 20px;}

.s2_4 .arti02 {margin-top: 200px;}
.s2_4 .arti02 .table-wrap {margin-top: 70px; width: 100%;}
.s2_4 .arti02 .table-wrap table {width: 100%; table-layout:fixed;}
.s2_4 .arti02 .table-wrap table th {background-color: #E0EFE4; line-height: 80px; text-align: center; font-size: 26px; color: #222; font-weight: 600; letter-spacing: -.52px;}
.s2_4 .arti02 .table-wrap table th:nth-of-type(1) {border-radius: 10px 0 0 10px;}
.s2_4 .arti02 .table-wrap table th:last-child {border-radius: 0 10px 10px 0;}
.s2_4 .arti02 .table-wrap table tbody tr {border-bottom: 1px solid #ddd;}
.s2_4 .arti02 .table-wrap table td {padding: 20px 30px; }
.s2_4 .arti02 .table-wrap table td p {font-size: 23px;font-weight: 400; color: #767676; line-height: 1.8; letter-spacing: -.46px;}
.s2_4 .arti02 .table-wrap table td p.dot {position: relative; padding-left: 24px; margin-top: 0;}
.s2_4 .arti02 .table-wrap table td p.dot::before {position: absolute; content:''; width: 6px; height: 6px; border-radius: 50%; background-color: #31964c; top: 15px; left: 0;}
.s2_4 .arti02 .table-wrap table td:nth-of-type(1) p {color: #222; text-align: center;}
.s2_4 .arti02 .table-wrap table td p > span {color: #31964C;}
.s2_4 .arti02 .table-wrap table td ~ td {border-left: 1px solid #ddd;}

.s2_4 .arti03 {padding: 0 !important;}
.s2_4 .arti03 .why {max-width: 770px;}
.s2_4 .arti03 .why .num-box .box dl dt {max-width: 20px;}
.s2_4 .arti03 .system {margin-top: 95px; padding: 0 30px; width: 100%; display: flex; gap:65px 38px; flex-wrap: wrap;}
.s2_4 .arti03 .system .img {position: relative; flex: 0 0 calc(50% - 19px); border-radius: 10px;}
.s2_4 .arti03 .system .img .img-tit {position: absolute; top: -25px; left: 50%; transform: translateX(-50%); height: 50px; max-width: 400px; width: 100%; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 24px; color: #fff; font-weight: 600; letter-spacing: -.48px;}
.s2_4 .arti03 .system .img:nth-of-type(1) .img-tit {background-color: #3DB25C;}
.s2_4 .arti03 .system .img:nth-of-type(2) .img-tit {background-color: #31964C;}
.s2_4 .arti03 .system .img:nth-of-type(3) .img-tit {background-color: #0F792B;}
.s2_4 .arti03 .system .img:nth-of-type(4) .img-tit {background-color: #07591D;}
.s2_4 .arti03 .system .img .img-tit span {display: flex; width: 26px; height: 26px; align-items: center; justify-content: center; font-size: 16px; color: #222; font-weight: 600; letter-spacing: -.32px; background-color: #fff; border-radius: 50%;}
.s2_4 .arti03 .system .img img {display: block; max-width: 100%; margin: 0 auto;}

.s2_4 .arti04 .why {max-width: 770px;}
.s2_4 .arti04 .why .num-box .box dl dt {max-width: 20px;}
.s2_4 .arti04 .generator {border: 1px solid #ddd; border-radius: 10px; padding: 60px 70px; width: calc(100% - 60px); margin: 70px auto 0;}
.s2_4 .arti04 .generator figure img {display: block; max-width: 100%; margin: 0 auto;}
.s2_4 .arti04 .generator .spec {margin-top: 40px; width: 100%;}
.s2_4 .arti04 .generator .spec h5 {padding: 10px 30px; background-color: #E0EFE4; font-size: 20px; color: #222; font-weight: 600; line-height: 1.6; letter-spacing: -.4px;}
.s2_4 .arti04 .generator .spec .spec-box {display: flex; width: 100%; border: 1px solid #ddd; padding: 20px; gap: 40px; align-items: center;}
.s2_4 .arti04 .generator .spec .spec-box figure {max-width: 280px; width: 100%;}
.s2_4 .arti04 .generator .spec .spec-box .txt {width: 1%; flex: 1 1 auto;}
.s2_4 .arti04 .generator .spec .spec-box .txt dl {display: flex; align-items: flex-start; gap: 20px;}
.s2_4 .arti04 .generator .spec .spec-box .txt dl dt {max-width: 177px; width: 100%; font-size: 16px; font-weight: 400; color: #222; line-height: 1.6; letter-spacing: -.32px;}
.s2_4 .arti04 .generator .spec .spec-box .txt dl dd {width: 1%; flex: 1 1 auto; font-size: 16px; color: #767676; font-weight: 400; line-height: 1.6; letter-spacing: -.32px;}



/* s5_1 */
.s5_1 .arti01 .apply {display: block; margin-top: 40px; max-width: 280px; width: 100%; border-radius: 50px; border: 1px solid #31964C; line-height: 68px; padding: 0 41px; font-size: 22px; color: #31964C; font-weight: 600; letter-spacing: -.44px; background: url(../images/sub/ico_arrow.png) calc(100% - 41px) 50% no-repeat; background-size: auto; transition: all .2s linear; margin-left: 30px;}
.s5_1 .arti01 .apply:hover {background-color: #31964c; color: #fff; background-image: url(../images/sub/ico_arrow_on.png);}
.s5_1 .arti01 figure {width: 100%; margin-top: 150px; border-radius: 10px; overflow: hidden;}
.s5_1 .arti01 figure img {max-width: 100%; display: block; margin: 0 auto;}
.s5_1 .arti01 a {font-size: 23px; display: inline-block; color: #31964C; font-weight: 400; margin-top: 20px; margin-left: 30px;}

.s5_1 .arti02 {margin-top: 200px;}
.s5_1 .process {padding: 0 30px; margin-top: 70px;}
.s5_1 .process ul {width: 100%; display: flex; gap: 20px;}
.s5_1 .process ul li {position: relative; width: 1%; flex: 1 1 auto; min-height: 470px;}
.s5_1 .process ul li ~ li::before {position: absolute; content: ''; top: 50%; left: -35px; width: 50px; height: 50px; border-radius: 50%; background: url(../images/sub/ico_arrow2.png) 50% 50% no-repeat; background-size: auto; transform: translateY(-50%); z-index: 2;}
.s5_1 .process ul li dl {width: 100%; height: 100%; position: relative; padding: 20px 30px; background-color: #f2f2f2; border-radius: 10px; z-index: 1;}
.s5_1 .process ul li dl::after {position: absolute; content: ''; width: 70px; height: 70px; background: url() 50% 50% no-repeat; background-size: auto; bottom: 20px; right: 20px; z-index: -1;}
.s5_1 .process ul li:nth-of-type(1) dl::after {background-image: url(../images/sub/ico_s50101.png);}
.s5_1 .process ul li:nth-of-type(2) dl::after {background-image: url(../images/sub/ico_s50102.png);}
.s5_1 .process ul li:nth-of-type(3) dl::after {background-image: url(../images/sub/ico_s50103.png);}
.s5_1 .process ul li:nth-of-type(4) dl::after {background-image: url(../images/sub/ico_s50104.png);}
.s5_1 .process ul li dl dt {width: 100%; display: flex; align-items: center; gap: 10px; padding: 0 10px; line-height: 60px; background-color: #fff; border-radius: 10px; font-size: 18px; font-weight: 700; color: #222; letter-spacing: -.36px;}
.s5_1 .process ul li dl dt span {width: 40px; line-height: 40px; border-radius: 50%; background-color: #f2f2f2; border-radius: 50%; display: block; text-align: center;}
.s5_1 .process ul li dl dd {margin-top: 10px;}
.s5_1 .process ul li dl dd > h6 {min-height: 145px; height: 100%; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd;font-size: 23px; color: #767676; font-weight: 400; line-height: 1.8; letter-spacing: -.46px;}
.s5_1 .process ul li dl dd > p {padding-left:16px;  position: relative; font-size: 20px; color: #222; font-weight: 400; line-height: 1.42; letter-spacing: -.4px}
.s5_1 .process ul li dl dd > p::before {position: absolute; content:''; width: 6px; height: 6px; border-radius: 50%; background-color: #31964C; top: 12px; left: 0;}

.s5_1 .process ul li.green dl {background-color: #31964C;}
.s5_1 .process ul li.green dl dt {background-color: rgba(255, 255, 255, 0.20); color: #fff;}
.s5_1 .process ul li.green dl dt span {background-color: #fff; color: #31964C;}
.s5_1 .process ul li.green dl dd > h6 {color: #fff; border-color: rgba(255,255,255, .3);}
.s5_1 .process ul li.green dl dd > p {color: #fff;}
.s5_1 .process ul li.green dl dd > p::before {background-color: #fff;}

.s5_1 .arti03 {margin-top: 200px;}
.s5_1 .ideal {max-width: 1080px; width: 100%; margin: 70px auto 0; display: flex; gap: 60px;}
.s5_1 .ideal .circle {position: relative; width: 100%; max-width: 320px; height: 320px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.s5_1 .ideal .circle ~ .circle::before {position :absolute; content:''; width: 60px; height: 1px; background-color: #ddd; top:50%; left: -60px; transform: translateY(-50%);}
.s5_1 .ideal .circle dl {text-align: center;}
.s5_1 .ideal .circle dl dt {font-size: 30px; font-weight: 600; color: #fff; line-height: 1.6; letter-spacing: -.6px;}
.s5_1 .ideal .circle dl dd {position: relative; margin-top: 10px; padding-top: 10px; font-size: 23px; color: #fff; font-weight: 400; line-height: 1.8; letter-spacing: -.46px;}
.s5_1 .ideal .circle dl dd::before {position: absolute; content:''; width: 30px; height: 1px; top: 0; left: 50%; transform: translateX(-50%); background-color: rgba(255, 255, 255, 0.30);}
.s5_1 .ideal .circle01 {background-color: #3DB25C;}
.s5_1 .ideal .circle02 {background-color: #31964C;}
.s5_1 .ideal .circle03 {background-color: #07591D;} 



/* s6_1 */
.s6_1 .partner {margin-top: 70px; display: flex; gap: 20px; flex-wrap: wrap; padding: 0 30px;}
.s6_1 .partner figure {border-radius: 10px; flex: 0 0 calc(20% - 16px);}
.s6_1 .partner figure img {display: block; max-width: 100%; margin: 0 auto;}
.s6_1 .arti02 {margin-top: 200px;}
.s6_1 .arti02 > figure {margin-top: 70px; width: 100%;}
.s6_1 .arti02 > figure img {max-width: 100%; display: block; margin: 0 auto;}





