main { overflow: hidden; } 
/* .main-visual */
.main-visual { position: relative; height: 100vh; overflow: hidden; } 
.main-visual .main-visual-slider,
.main-visual .main-visual-slider .slick-list, .main-visual .main-visual-slider .slick-track { position: relative; height: 100%; } 
.main-visual .main-visual-slider .slick-slide { position: relative; } 
.main-visual .main-visual-slider .slick-slide a { width: 100%; height: 100%; cursor: default; } 
.main-visual .main-visual-slider .slick-slide a .main-visual-cont { position: absolute; top: 48px; right: 100px; z-index: 9; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap { height: 80vh; position: absolute; top: 11vh; left: 100px; z-index: 9; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap h6 { font-family: "NanumSquare"; font-size: 36px; font-weight: 400; line-height: 54px; text-align: left; color: #FFFFFF; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap h2 { font-family: "NanumSquare"; font-size: 60px; font-weight: 300; line-height: 78px; text-align: left; color: #FFFFFF; margin: 20px 0 40px; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap h2.fz-60 { font-family: "NanumSquare"; font-size: 60px; font-weight: 300; line-height: 78px; text-align: left; color: #FFFFFF; margin: 20px 0 40px; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap h2 span { font-family: "NanumSquare"; font-size: 60px; font-weight: 800; line-height: 78px; text-align: left; color: #FFFFFF; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap h2.fz-60 span { font-family: "NanumSquare"; font-size: 60px; font-weight: 800; line-height: 78px; text-align: left; color: #FFFFFF; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap p { font-family: "NanumSquare"; font-size: 30px; font-weight: 400; line-height: 45px; text-align: left; color: #FFFFFF; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap p span { color: #51CBFF; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap .mobile-ser-02 { width: 100%; margin: 0 auto; } 
.main-visual .main-visual-slider .slick-slide a .img { width: 100%; height: 100vh; position: absolute; top: 0; left: 0; clip-path: circle(100%); transform: translateY(0); background-size: cover; background-repeat: no-repeat; background-position: center center; transition: all 7s; } 
.main-visual .main-visual-slider .slick-slide a .img img { position: relative; display: block; height: 100%; width: 100%; left: 50%; transform: translateX(-50%) scale(1.3); transition: all 7s; } 
.main-visual .main-visual-slider .slick-slide a .video { position: relative; display: block; height: 100%; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } 
.main-visual .main-visual-slider .slick-slide a video { height: 100%; width: 100%; pointer-events: none; object-fit: fill; position: absolute; left: 50%; transform: translateX(-50%); } 
.main-visual .main-visual-slider .slick-slide a .img.on img { transform: translateX(-50%) scale(1.3); } 
.main-visual .main-visual-slider .slick-slide.slick-active a .img.on img { transform: translateX(-50%) scale(1); transition: all 7s; } 
.main-visual .main-visual-slider .slick-slide a .img.on { animation: clipOn 3s cubic-bezier(0.19, 0.82, 0.29, 1.01) forwards; } 
.main-visual .main-visual-slider .slick-slide a .dim-01 { position: absolute; top:0; left:0; width: 100%; height:100%; background: linear-gradient(90deg, #002A5C -0.7%, rgba(0, 42, 92, 0) 73.8%); z-index: 9; } 
.main-visual .main-visual-slider .slick-slide a .dim-02 { position: absolute; top:0; left:0; width: 100%; height:100%; background: linear-gradient(180deg, rgba(47, 96, 226, 0.8) 0%, rgba(0, 20, 74, 0.8) 100%); z-index: 9; } 
.main-visual .main-visual-slider .slick-slide a .dim-03 { position: absolute; top:0; left:0; width: 100%; height:100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 60, 217, 0.8) 68.5%); z-index: 9; } 
.main-visual .main-visual-slider .slick-slide a .dim-bk { position: absolute; top:0; left:0; width: 100%; height:100%; background: #0000001A; z-index: 9; } 
.main-visual .main-visual-slider .slick-slide a .dim-bk { position: absolute; top:0; left:0; width: 100%; height:100%; background: rgba(0, 0, 0, 0.1); z-index: 9; } 
.main-visual .control { display: flex; align-items: center; position: absolute; height: 50px; top: 89vh; left: 100px; color: #fff; z-index: 1; } 
.main-visual .control .prev, 
.main-visual .control .next { margin: 2px 1rem 0; cursor: pointer; } 
.main-visual .control .play,
.main-visual .control .stop { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; border: 2px solid #B4B9C0; cursor: pointer; } 
.main-visual .control .play { display: none; } 
.main-visual .control > strong { font-size: 18px; font-weight: 800; line-height: 1; text-align: center; color: #FFFFFF; } 
.main-visual .control > p { font-size: 18px; font-weight: 400; line-height: 1; text-align: center; color: #FFFFFF; } 
.main-visual .control .bar { position: relative; display: inline-block; width: 160px; height: 2px; background: #828a95; margin: 0 0.5rem; } 
.main-visual .control .bar::before { content: ""; display: block; position: absolute; height: 100%; width: 0; left: 0; background: #fff; } 
.main-visual .control .pro-ani::before { animation: proBar 5.5s 1; width: 100%; } 
.slick-prev.slick-arrow, .slick-next.slick-arrow,.slick-dots { display: none !important; } 

.cont-wrap.content-bg-01 { position: relative; padding: 200px 100px; background: url("/asset_eng/image/bg/business-cont-01.png") no-repeat center center / cover; } 
.cont-wrap.content-bg-02 { position: relative; padding: 200px 100px; background: url("/asset_eng/image/bg/business-cont-02.png") no-repeat center center / cover; } 
.cont-wrap.content-bg-03 { position: relative; padding: 200px 100px; background: url("/asset_eng/image/bg/business-cont-03.png") no-repeat center center / cover; } 
.cont-wrap.content-bg-04 { position: relative; padding: 200px 100px; background: url("/asset_eng/image/bg/business-cont-04.png") no-repeat center center / cover; } 
.cont-wrap.content-bg-05 { position: relative; padding: 200px 100px; background: url("/asset_eng/image/bg/business-cont-05.png") no-repeat center center / cover; } 
.cont-wrap > p { position: relative; font-size: 24px; font-weight: 800; line-height: 36px; text-align: center; color: #0046FF; margin-bottom: 20px; } 
.cont-wrap > h2 { position: relative; font-size: 90px; font-weight: 800; line-height: 117px; text-align: center; margin-bottom: 100px; } 
.cont-wrap .swiper-pagination { bottom: -30px; left: -15px; } 
.cont-wrap .swiper-pagination-bullet { background: #CCCCCC; } 
.cont-wrap .swiper-pagination-bullet-active { background: #000000; } 

.tab-menu-wrap { position: relative; width: 100%; max-width: 1720px; max-height: 593px; margin: 0 auto 100px; } 
.tab-menu-wrap .tab-menu { display: flex; align-items: flex-start; justify-content: space-between } 
.tab-menu-wrap .tab-menu a { width: 222px; max-height: 560px; aspect-ratio: 1 / 2.522; transition: all 0.5s; } 
.tab-menu-wrap .tab-menu a.active { width: 816px; max-height: 576px; aspect-ratio: 1.416 / 1; transition: all 0.5s; } 
.tab-menu-wrap .tab-menu>:nth-child(1) { background: url("/asset_eng/image/content/business/en-business-tab-01.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu>:nth-child(2) { background: url("/asset_eng/image/content/business/en-business-tab-02.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu>:nth-child(3) { background: url("/asset_eng/image/content/business/en-business-tab-03.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu>:nth-child(4) { background: url("/asset_eng/image/content/business/en-business-tab-04.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu>:nth-child(5) { margin-left: 16px; background: url("/asset_eng/image/content/business/en-business-tab-05.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu>:nth-child(1).active { background: url("/asset_eng/image/content/business/en-business-tab-01-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu>:nth-child(2).active { background: url("/asset_eng/image/content/business/en-business-tab-02-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu>:nth-child(3).active { background: url("/asset_eng/image/content/business/en-business-tab-03-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu>:nth-child(4).active { background: url("/asset_eng/image/content/business/en-business-tab-04-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu>:nth-child(5).active { background: url("/asset_eng/image/content/business/en-business-tab-05-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-menu-mo .slick-slide { margin: 0 3px; } 
 .tab-menu-wrap .tab-menu-mo .slick-list { margin: 0 -3px; } 
.tab-menu-wrap .tab-menu-mo a { width: 310px; height: 240px; transition: all 0.5s; } 
.tab-menu-wrap .tab-menu-mo a.active { width: 310px; height: 246px; transition: all 0.5s; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(1) { background: url("/asset_eng/image/content/business/en-business-tab-mo-01.png") no-repeat center center / cover; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(2) { background: url("/asset_eng/image/content/business/en-business-tab-mo-02.png") no-repeat center center / cover; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(3) { background: url("/asset_eng/image/content/business/en-business-tab-mo-03.png") no-repeat center center / cover; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(4) { background: url("/asset_eng/image/content/business/en-business-tab-mo-04.png") no-repeat center center / cover; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(5) { background: url("/asset_eng/image/content/business/en-business-tab-mo-05.png") no-repeat center center / cover; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(1).active,.tab-menu-wrap .swiper-wrapper>:nth-child(1).slide-active { background: url("/asset_eng/image/content/business/en-business-tab-mo-01-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(2).active,.tab-menu-wrap .swiper-wrapper>:nth-child(2).slide-active { background: url("/asset_eng/image/content/business/en-business-tab-mo-02-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(3).active,.tab-menu-wrap .swiper-wrapper>:nth-child(3).slide-active { background: url("/asset_eng/image/content/business/en-business-tab-mo-03-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(4).active,.tab-menu-wrap .swiper-wrapper>:nth-child(4).slide-active { background: url("/asset_eng/image/content/business/en-business-tab-mo-04-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .swiper-wrapper>:nth-child(5).active,.tab-menu-wrap .swiper-wrapper>:nth-child(5).slide-active { background: url("/asset_eng/image/content/business/en-business-tab-mo-05-on.png") no-repeat center center / cover; } 
.tab-menu-wrap .tab-bar { position: absolute; bottom: -17px; left: 0; width: 100%; max-width: 1720px; height: 17px; background: #3DDDC2; } 
[class^="tab-content"] { display: none; position: relative; } 
[class^="tab-content"].active { display: block; } 
[class^="tab-item-list"] > div { display: none; } 
.content > p { font-size: 30px; font-weight: 400; line-height: 45px; text-align: center; } 
.content > p.service_date { font-size: 26px; font-weight: 700; line-height: 39px; text-align: left; margin-top: 20px; } 
.content > p span { font-size: 30px; font-weight: 700; line-height: 45px; text-align: center; color: #0046FF; } 
.content > h2 { display: block; clear: both; font-size: 72px; font-weight: 800; line-height: 72px; text-align: center; margin: 200px auto 100px; } 

.service-bk-wrap { max-width: 1720px; width: 100%; margin: 0 auto; } 
.service-bk-wrap ul { display: flex; justify-content: space-between; } 
.service-bk-wrap ul li { width: calc(25% - 20px); aspect-ratio: 1 / 1.093; padding: 106px 0 65px; } 
.service-bk-wrap ul li img { display: block; margin: 0 auto; } 
.service-bk-wrap ul li p { font-size: 36px; font-weight: 800; line-height: 46.8px; text-align: center; color: #FFFFFF; margin: 40px 0 30px; } 
.service-bk-wrap ul li span { display: block; font-size: 20px; font-weight: 400; line-height: 30px; text-align: center; color: #FFFFFF; } 
.service-bk-wrap ul>:nth-child(1) { background: url("/asset_eng/image/content/business/ser-02-01-box1.png") no-repeat center center / cover; } 
.service-bk-wrap ul>:nth-child(2) { background: url("/asset_eng/image/content/business/ser-02-01-box2.png") no-repeat center center / cover; } 
.service-bk-wrap ul>:nth-child(3) { background: url("/asset_eng/image/content/business/ser-02-01-box3.png") no-repeat center center / cover; } 
.service-bk-wrap ul>:nth-child(4) { background: url("/asset_eng/image/content/business/ser-02-01-box4.png") no-repeat center center / cover; } 
.content-03 .service-bk-wrap ul>:nth-child(1) { background: url("/asset_eng/image/content/business/ser-02-03-box1.png") no-repeat center center / cover; } 
.content-03 .service-bk-wrap ul>:nth-child(2) { background: url("/asset_eng/image/content/business/ser-02-03-box2.png") no-repeat center center / cover; } 
.content-03 .service-bk-wrap ul>:nth-child(3) { background: url("/asset_eng/image/content/business/ser-02-03-box3.png") no-repeat center center / cover; } 
.content-03 .service-bk-wrap ul>:nth-child(4) { background: url("/asset_eng/image/content/business/ser-02-03-box4.png") no-repeat center center / cover; } 
.content-05 .service-bk-wrap ul>:nth-child(1) { background: url("/asset_eng/image/content/business/ser-02-05-box1.png") no-repeat center center / cover; } 
.content-05 .service-bk-wrap ul>:nth-child(2) { background: url("/asset_eng/image/content/business/ser-02-05-box2.png") no-repeat center center / cover; } 
.content-05 .service-bk-wrap ul>:nth-child(3) { background: url("/asset_eng/image/content/business/ser-02-05-box3.png") no-repeat center center / cover; } 
.content-05 .service-bk-wrap ul>:nth-child(4) { background: url("/asset_eng/image/content/business/ser-02-05-box4.png") no-repeat center center / cover; } 

.use-case-wrap { max-width: 1720px; width: 100%; margin: 0 auto; } 
.use-case-wrap ul li { display: flex; margin-bottom: 40px; align-items: flex-start; } 
.use-case-wrap ul>:last-child { margin-bottom: 0; } 
.use-case-wrap ul li.reverse { flex-direction: row-reverse; } 
.use-case-wrap ul li .case-txt-wrap { width: 100%; padding: 50px 70px; background: #FFFFFF; position: relative; } 
.use-case-wrap ul li .case-txt-wrap::after { width: 86px; height: 62px; content: ""; position: absolute; top: 54px; left: -84px; background: url("/asset_eng/image/content/business/ico-use-case.png"); } 
.use-case-wrap ul li.reverse .case-txt-wrap::after { left: 100%; transform: scaleX(-1); } 
.use-case-wrap ul li .case-txt-wrap h6 { font-size: 36px; font-weight: 700; line-height: 46.8px; text-align: left; margin-bottom: 20px; } 
.use-case-wrap ul li .case-txt-wrap p { font-size: 26px; font-weight: 400; line-height: 39px; text-align: left; color: #555555; margin-bottom: 40px; } 
.use-case-wrap ul li .case-txt-wrap > span { display: none; font-size: 20px; font-weight: 400; line-height: 30px; text-align: left; margin-bottom: 40px; } 
.use-case-wrap ul li .case-txt-wrap.active > span { display: block; } 
.use-case-wrap ul li .case-txt-wrap a.btn-more { width: 230px; height: 64px; border: 1px solid #000000; display: flex; align-items: center; justify-content: center; gap: 30px; background: #FFFFFF; } 
.use-case-wrap ul li .case-txt-wrap a.btn-more span { font-size: 20px; font-weight: 700; line-height: 20px; text-align: center; } 
.use-case-wrap ul li .case-txt-wrap.active a.btn-more img { transform: rotate(0); } 
.use-case-wrap ul li .case-txt-wrap.active a.btn-more img { transform: rotate(180deg); } 
.table-wrap { max-width: 1720px; width: 100%; margin: 0 auto; } 
.table-wrap ul.table-th { display: flex; } 
.table-wrap ul.table-th li { width: 294px; height: 173px; position: relative; background: #FFFFFF; border-left: 1px solid #CCCCCC; } 
.table-wrap ul.table-th>:nth-child(1) {min-width: 250px; width: 250px; font-size: 36px; font-weight: 800; line-height: 46.8px; text-align: center; background:#4785FF; padding: 70px 0; color: #FFFFFF; } 
.table-wrap ul.table-th li img { width: 90%; max-width: 180px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.table-wrap ul.table-td { display: flex; } 
 .table-wrap ul.table-td li { width: 294px; height: 260px; padding: 30px; background: #F3F3F3; border-left: 1px solid #CCCCCC; } 
 .table-wrap ul.table-th>:first-child,.table-wrap ul.table-td>:first-child { border-left: none } 
 .table-wrap ul.table-td>:nth-child(1) { min-width: 250px; width: 250px; font-size: 36px; font-weight: 800; line-height: 180px; text-align: center; background: #6EA8EC; padding: 40px 0; color: #FFFFFF; } 
 .table-wrap ul.table-td li div { display: flex; flex-direction: column; gap: 10px; } 
.table-wrap ul.table-td li div span { position: relative; font-size: 20px; font-weight: 700; line-height: 30px; text-align: left; color: #333333; padding-left: 15px; } 
.table-wrap ul.table-td li div span::before { content: ""; width: 5px; height: 5px; background: #000000; opacity: 0.3; position: absolute; top: 13px; left: 0; border-radius: 50%; } 
.txt-table { border-collapse: collapse; border-top: 5px solid #4785FF; width: 100%; max-width: 1720px; margin: 0 auto; } 
.txt-table th { background: #4785FF; color: #FFFFFF; font-size: 30px; font-weight: 700; line-height: 45px; text-align: center; border-top: 1px solid #B6C7E3; border-bottom: 1px solid #B6C7E3; } 
.txt-table td { font-size: 20px; font-weight: 700; line-height: 30px; text-align: left; padding: 25px; border-top: 1px solid #B6C7E3; border-bottom: 1px solid #B6C7E3; background: #FFFFFF; } 
 .txt-table td .txt-s { font-size: 17px; font-weight: 700; line-height: 24px; text-align: left; } 
 .txt-table td .txt-sm { font-size: 17px; font-weight: 700; line-height: 30px; text-align: left; } 
 .txt-table td .txt-m { font-size: 20px; font-weight: 700; line-height: 30px; text-align: left; } 
 .txt-table td .blue { color:#0046FF; } 
 /* .txt-table td > div > span { position: relative; font-size: 20px; font-weight: 700; line-height: 30px; text-align: left; padding-left: 15px; } */
 .txt-table td > div > span::before { content: ""; position: absolute; top: 13px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #000000; opacity: 0.3; } 
 .txt-table + img { margin: 132px auto 0; } 
.youtube-wrap { max-width: 1720px; width: 100%; margin: 0 auto; } 
.youtube-wrap ul { display: flex; margin-bottom: 40px; justify-content: space-between; } 
.youtube-wrap ul li { width: calc(25% - 20px); } 
.youtube-wrap ul li a { width: 100%; } 
.youtube-wrap ul li a .img-wrap { position: relative; width: 100%; aspect-ratio: 1 / 0.556; overflow: hidden; } 
.youtube-wrap ul li a .img-wrap>:nth-child(1) { } 
.youtube-wrap ul li a .img-wrap>:nth-child(2) { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.youtube-wrap ul li a .txt-wrap { width: 100%; aspect-ratio: 1 / 0.5609; background: #FFFFFF; padding: 30px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; } 
.youtube-wrap ul li a .txt-wrap p { font-size: 26px; font-weight: 800; line-height: 39px; text-align: left; transition: all 0.3s; display: -webkit-box !important; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-clamp: 2; box-orient: vertical; text-overflow: ellipsis; } 
 .youtube-wrap ul li a .txt-wrap p.mo-dn { display: none !important; } 
.youtube-wrap ul li a .txt-wrap span { font-size: 18px; font-weight: 400; line-height: 27px; text-align: left; color: #999999; transition: all 0.3s; } 
.youtube-wrap ul li:hover a .txt-wrap { background: #0046FF; } 
.youtube-wrap ul li:hover a .txt-wrap p,.youtube-wrap ul li:hover a .txt-wrap span { color: #FFFFFF; } 
.reception-step-wrap { margin: 100px -100px; width: calc(100% + 200px); padding: 200px 0; background: url("/asset_eng/image/bg/news.png") no-repeat center center / cover ,#9CB6E7; } 
.content-05 .reception-step-wrap { margin-bottom: 0; } 
.reception-step-wrap h2 { font-size: 72px; font-weight: 800; line-height: 72px; text-align: center; margin-bottom: 100px; } 
.reception-step-wrap ul.mo-dn-flex { display: flex; gap: 44px; justify-content: center; margin-bottom: 20px; } 
.reception-step-wrap ul.mo-dn-flex li { width: 250px; min-width: 188px; background: #000920B2; border: 1px solid #FFFFFF99; padding: 35px 12.5px 30px; text-align: center; display: flex; justify-content: space-between; flex-direction: column; } 
.reception-step-wrap ul.mo-dn-flex li p.num { margin: 0 auto; background: #FFFFFF; border-radius: 50%; width: 38px; height: 38px; font-size: 26px; font-weight: 800; line-height: 41px; text-align: center; margin-bottom: 14px; } 
.reception-step-wrap ul.mo-dn-flex li p.title {display: flex; align-items: center; justify-content: center; height: 78px; font-size: 26px; font-weight: 800; line-height: 39px; text-align: center; color: #FFFFFF; } 
.tab-content.content-04 .reception-step-wrap ul.mo-dn-flex li p.title {height: 117px;} 
.reception-step-wrap ul.mo-dn-flex li img { display: inline-block; margin: 0 auto; } 
.reception-step-wrap ul.mo-dn-flex li p.memo {display: flex; align-items: center; justify-content: center; height: 90px; font-size: 18px; font-weight: 700; line-height: 27px; text-align: center; color: #FFFFFF; } 
.reception-step-wrap ul.mo-dn-flex li > div { display: flex; margin-top: 13px; gap: 6px; justify-content: center; } 
.reception-step-wrap ul.mo-dn-flex li > div > p { width: 135px; height: 44px; font-size: 20px; font-weight: 800; line-height: 44px; text-align: center; } 
 .reception-step-wrap ul.mo-dn-flex li > div.w50 > p { width: 98px; } 
.reception-step-wrap ul.mo-dn-flex li > div > p.purple { background: #6EA8EC; } 
.reception-step-wrap ul.mo-dn-flex li > div > p.blue { background: #51CBFF; } 
.reception-step-wrap ul.mo-dn-flex li > div > p.green { background: #61C6AE; } 

.reception-step-wrap ul.pc-dn-flex { width: calc(100% - 40px); display: flex; flex-direction: column; margin: 0 20px; } 
.reception-step-wrap ul.pc-dn-flex li { width: 100%; background: #000920B2; border: 1px solid #FFFFFF; border-top: none; padding: 30px 20px 20px; text-align: center; display: flex; gap: 10px; } 
.reception-step-wrap ul.pc-dn-flex li.no-border { border-bottom: none; } 
.reception-step-wrap ul.pc-dn-flex li.arrow { border: none; background: none; justify-content: center; padding: 0; } 
.reception-step-wrap ul.pc-dn-flex li.home-page-mo { padding: 10px 0; border: 1px solid #FFFFFF; border-bottom: 1px solid rgba(255,255,255,0.5); justify-content: center; } 
.reception-step-wrap ul.pc-dn-flex li.home-page-mo span { font-size: 14px; font-weight: 700; line-height: 19.6px; text-align: center; color: #FFFFFF; } 
.reception-step-wrap ul.pc-dn-flex li p.num { position: relative; z-index: 2; margin: 0 auto; background: #FFFFFF; border-radius: 50%; width: 24px; height: 24px; font-size: 16px; font-weight: 800; line-height: 26px; text-align: center; margin-bottom: 14px; } 
.reception-step-wrap ul.pc-dn-flex li p.num::before { content: ""; position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); width: 1px; height: 30px; border: 1px dashed #FFFFFF; } 
.reception-step-wrap ul.pc-dn-flex li p.num::after { content: ""; position: absolute; top: 25px; left: 50%; transform: translateX(-50%); width: 1px; height: 182px; border: 1px dashed #FFFFFF; } 
.reception-step-wrap ul.pc-dn-flex li > div { width: calc(100% - 58px); display: flex; flex-direction: column; gap: 5px; align-items: baseline; justify-content: flex-start !important; margin-top: 0 !important; } 
.reception-step-wrap ul.pc-dn-flex li > div p.title { font-size: 18px; font-weight: 800; line-height: 27px; text-align: left; color: #FFFFFF; } 
.reception-step-wrap ul.pc-dn-flex li > div img { height: 50px; } 
.reception-step-wrap ul.pc-dn-flex li > div p.memo { font-size: 14px; font-weight: 400; line-height: 19.6px; text-align: left; color: #FFFFFF; } 
.reception-step-wrap ul.pc-dn-flex li > div { display: flex; margin-top: 13px; gap: 6px; justify-content: center; } 
.reception-step-wrap ul.pc-dn-flex li > div > p { width: 100%; height: auto; font-size: 14px; font-weight: 800; line-height: 19.6px; text-align: center; } 
.reception-step-wrap ul.pc-dn-flex li > div > div { width: 100%; display: flex; gap: 10px; } 
.reception-step-wrap ul.pc-dn-flex li > div > div > p { width: 276px; height: 30px; font-size: 14px; font-weight: 800; line-height: 30px; text-align: center; } 
 .reception-step-wrap ul.pc-dn-flex li > div > div.w50 > p { width: 133px; } 
.reception-step-wrap ul.pc-dn-flex li > div > div > p.purple { background: #6EA8EC; } 
.reception-step-wrap ul.pc-dn-flex li > div > div > p.blue { background: #51CBFF; } 
.reception-step-wrap ul.pc-dn-flex li > div > div > p.green { background: #61C6AE; } 
.reception-step-wrap ul.mo-step-02 { position: relative; } 
.reception-step-wrap ul.mo-step-02 .bar { position: absolute; top: 116px; left: 30px; width: 1px; height: calc(100% - 278px); padding: 0; margin-left: 20px; border: 1px dashed #FFFFFF; z-index: 1; } 
.reception-step-wrap .pc-dn-flex>:nth-child(2) .num::before,
.reception-step-wrap .pc-dn-flex>:nth-child(2) .num::after { display: none; } 
.reception-step-wrap .mo-step-02>:nth-child(2) .num::before { display: none; } 
.reception-step-wrap .mo-step-02>:last-child .num::after { display: none; } 
.content-04 .reception-step-wrap ul.pc-dn-flex li p.num::after { height: 160px; } 
.benefit-wrap { max-width: 1720px; width: 100%; margin: 0 auto 100px; } 
.benefit-wrap ul { display: flex; justify-content: space-between; } 
.benefit-wrap ul li { background: #00092080; border: 2px solid #FFFFFF99; display: flex; justify-content: space-between; padding: 30px; border-radius: 500px; width: calc(50% - 20px); align-items: center; } 
.benefit-wrap ul li>:nth-child(1) { width: 185px; height: 185px; border-radius: 50%; background: #FFFFFF; position: relative; } 
.benefit-wrap ul li>:nth-child(1) img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.benefit-wrap ul li>:nth-child(2) { width: calc(100% - 225px); } 
.benefit-wrap ul li>:nth-child(2) p { font-size: 36px; font-weight: 800; line-height: 46.8px; text-align: left; color:#FFFFFF; margin-bottom: 10px; } 
.benefit-wrap ul li>:nth-child(2) span { font-size: 20px; font-weight: 700; line-height: 30px; text-align: left; color: #FFFFFF; } 
.circle-wrap { max-width: 1720px; width: 100%; margin: 100px auto 0; } 
.circle-wrap ul { padding: 80px 150px; margin: 0 auto; border-radius: 500px; display: flex; flex-direction: column; gap: 15px; } 
.circle-wrap ul li { display: flex; align-items: baseline; } 
.circle-wrap ul li p.num { display: block; width: 35px; height: 35px; font-size: 24px; font-weight: 800; line-height: 37px; text-align: center; background: #000000; color: #FFFFFF; border-radius: 50%; } 
.circle-wrap ul li > div { display: flex; flex-direction: column; align-items: baseline; width: calc(100% - 44px); } 
.circle-wrap ul li p.title { font-size: 26px; font-weight: 700; line-height: 39px; text-align: left; color:#333333; margin-left: 10px; } 
.circle-wrap ul li span { font-size: 20px; font-weight: 700; line-height: 30px; text-align: left; color:#555555; margin-left: 0; } 
.faq-wrap { width: calc(100% + 200px); background: url("/asset_eng/image/bg/business-faq.png") no-repeat center center / cover; padding: 200px 0; margin-left: -100px; } 
.faq-wrap h2 { font-size: 72px; font-weight: 800; line-height: 72px; text-align: center; margin-bottom: 100px; color: #FFFFFF; } 
.faq-wrap ul { max-width: 1720px; width: 100%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; } 
.faq-wrap ul li { width: calc(50% - 10px); padding: 35px 50px; background: #FFFFFF; border-radius: 100px; } 
.faq-wrap ul li a { display: flex; align-items: center; justify-content: space-between; } 
.faq-wrap ul li a >:nth-child(1) { width: 68px; height: 22px; } 
.faq-wrap ul li a >:nth-child(1).star-01 { background: url("/asset_eng/image/icon/ico-star-01.png") no-repeat center center / cover; } 
.faq-wrap ul li a >:nth-child(1).star-02 { background: url("/asset_eng/image/icon/ico-star-02.png") no-repeat center center / cover; } 
.faq-wrap ul li a >:nth-child(1).star-03 { background: url("/asset_eng/image/icon/ico-star-03.png") no-repeat center center / cover; } 
.faq-wrap ul li a p { display: block; width: calc(100% - 140px); font-size: 20px; font-weight: 400; line-height: 30px; text-align: left; margin-left: 10px; transition: all 0.3s; } 
 .faq-wrap ul li:hover a p { color: #0046FF; } 
.faq-wrap ul li a >:last-child { width: 60px; height: 60px; border-radius: 50%; position: relative; background: #8492AC; transition: all 0.3s; } 
.faq-wrap ul li:hover a >:nth-child(3) { background: #0046FF; } 
.faq-wrap ul li a >:last-child img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.home-page { max-width: 1720px; width: 100%; margin: 0 auto; display: flex; justify-content: center; gap: 45px; } 
.content-02 { padding: 0; } 
.home-page > div { background: #FFFFFF66; border: 1px solid #FFFFFF33; border-radius: 60px; } 
.home-page >:nth-child(1) { width: 250px; height: 87px; } 
.home-page >:nth-child(2) { width: 1425px; height: 87px; } 
.home-page.w100 >:nth-child(1) { width: 100%; margin: 0 auto; } 
.home-page > div p { font-size: 18px; font-weight: 700; line-height: 27px; text-align: center; padding: 14px 0; } 
.home-page.w100 >:nth-child(1) p { line-height: 60px; } 
.home-page > div p span { font-weight: 400; } 
.section-b-01 { width: 100%; max-width: 1720px; margin: 100px auto 0; } 
.telbanner { position: relative; max-width: 1720px; margin: 100px auto 0; display: block; } 
.telbanner img { width: 100%; margin: 0 auto; } 
.service-process-img { max-width: 1720px; margin: 0 auto; } 
.btn-go { position: relative; width: 483px; height: 90px; padding: 25px 60px; display: flex; gap: 30px; align-items: center; justify-content: center; margin: 100px auto 0; background: #000000; transition: all 0.3s; } 
.btn-go span { font-size: 26px; font-weight: 700; line-height: 1; text-align: center; color: #FFFFFF; } 
.btn-go:hover { background: #0046FF; } 
.btn-go img { } 

@keyframes proBar { 
 0% { width:0; } 
100% { width:100%; } 
 }
 @media screen and (max-width:1800px){
    .main-visual .main-visual-slider .slick-slide a video { width: auto; } 
}
 @media screen and (max-width:1720px){
 .mo-dn-1700 { display: none; } 
 .main-visual .main-visual-slider .slick-slide a .img img { width: auto; } 
 .tab-menu-wrap { max-height: auto; } 
 .tab-menu-wrap .tab-menu a { max-height: auto; } 
 .tab-menu-wrap .tab-menu a.active { max-height: auto; } 
 .cont-wrap.content-bg-01,
 .cont-wrap.content-bg-02,
 .cont-wrap.content-bg-03,
 .cont-wrap.content-bg-04,
 .cont-wrap.content-bg-05 { padding: 200px 100px; } 
 .service-process-img img { width: 100%; } 
 .reception-step-wrap ul.mo-dn-flex { max-width: 1440px; margin: 0 auto 20px; justify-content: space-between; gap: 30px; } 
 .reception-step-wrap ul li { padding: 0 10px; } 
 .reception-step-wrap ul.mo-dn-flex li { width: 188px; } 
 .reception-step-wrap ul.mo-dn-flex li p.title { font-size: 20px; font-weight: 800; line-height: 28px; text-align: center; color: #FFFFFF; } 
.reception-step-wrap ul.mo-dn-flex li p.memo { font-size: 15px; font-weight: 700; line-height: 22px; text-align: center; color: #FFFFFF; } 
.reception-step-wrap ul.mo-dn-flex li > div.w50 > p { width: 70px; } 
.home-page { width: 1440px; } 
.home-page >:nth-child(1) { width: 188px; margin-right: 20px; } 
.home-page >:nth-child(2) { width: calc(100% - 253px); } 
 .txt-table + img { width: 100%; } 
 .benefit-wrap ul { flex-wrap: wrap; gap: 20px; } 
 .benefit-wrap ul li { width: 100%; } 
 .faq-wrap { width: calc(100% + 200px); background: url("/asset_eng/image/bg/business-faq.png") no-repeat center center / cover; padding: 50px 0; margin-left: -100px; } 
.faq-wrap ul { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding: 0 20px; } 
.faq-wrap ul li { width: 100%; padding: 25px 40px; } 
 }
 @media screen and (max-width:1600px) { } 
 @media screen and (max-width:1500px) { } 
 @media screen and (max-width:1440px) {
 .reception-step-wrap ul.mo-dn-flex { max-width: 1200px; margin: 0 auto 20px; justify-content: space-between; gap: 10px; } 
 .home-page { width: 1200px; } 
 .table-wrap ul.table-td li { padding: 10px; } 
 .table-wrap ul.table-td li div span { position: relative; font-size: 14px; font-weight: 700; line-height: 20px; text-align: left; color: #333333; padding-left: 15px; } 
.table-wrap ul.table-td li div span::before { top: 6px; } 
.home-page { gap: 15px; } 
.home-page >:nth-child(1) { width: 188px; margin-right: 0; } 
.home-page >:nth-child(2) { width: calc(100% - 202px); } 
 }
 @media screen and (max-width:1200px){
 .reception-step-wrap ul.mo-dn-flex { max-width: 1125px; margin: 0 auto 20px; justify-content: space-between; gap: 0; } 
 .home-page { width: 1125px; gap: 0; } 
 .home-page >:nth-child(2) { width: calc(100% - 170px); } 
 }
 @media screen and (max-width:1125px){
 .main-visual-slider .slick-track,.main-visual .main-visual-slider .slick-slide a .img { height: 100%; } 
.main-visual .main-visual-slider .slick-slide a .img img { width: auto; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap,.main-visual .control { width: calc(100% - 40px); left: 20px; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap h6 { font-family: "NanumSquare"; font-size: 24px; font-weight: 400; line-height: 31.2px; text-align: left; color: #FFFFFF; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap h2 { font-family: "NanumSquare"; font-size: 28px; font-weight: 300; line-height: 36.4px; text-align: left; color: #FFFFFF; margin: 10px 0 20px; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap h2 span { font-family: "NanumSquare"; font-size: 32px; font-weight: 700; line-height: 41.6px; text-align: left; color: #FFFFFF; } 
.main-visual .main-visual-slider .slick-slide a .txt-wrap p { font-family: "NanumSquare"; font-size: 18px; font-weight: 400; line-height: 27px; text-align: left; color: #FFFFFF; } 
.main-visual .control .bar { width: 80px; margin-bottom: 6px; } 
.main-visual .control > strong { margin-right: 5px; padding-bottom: 3px; } 
.main-visual .control > p { margin-left: 5px; padding-bottom: 3px; } 
.cont-wrap.content-bg-01,.cont-wrap.content-bg-02,.cont-wrap.content-bg-03,.cont-wrap.content-bg-04,.cont-wrap.content-bg-05 { padding: 80px 0; } 
.tab-menu-wrap { height: 253px; margin: 0 auto 50px 20px; } 
.tab-menu-wrap .tab-menu-mo { gap: 6px; margin-left: 0; } 
.tab-menu-wrap .tab-bar { position: absolute; bottom: 0; left: 0; width: 100%; height: 8px; } 

.service-bk-wrap { padding: 0 20px; } 
.service-bk-wrap ul { flex-direction: column; gap: 10px; } 
.service-bk-wrap ul li { width: 100%; aspect-ratio: inherit; padding: 27px 0; } 
.service-bk-wrap ul li img { height: 54px; } 
.service-bk-wrap ul li p { font-size: 18px; font-weight: 800; line-height: 27px; text-align: center; color: #FFFFFF; margin: 15px 0 10px; } 
.service-bk-wrap ul li span { display: block; font-size: 14px; font-weight: 400; line-height: 19.6px; text-align: center; color: #FFFFFF; } 

.cont-wrap > p { font-size: 14px; font-weight: 800; line-height: 19.6px; text-align: center; color: #0046FF; margin-bottom: 10px; } 
.cont-wrap > h2 { font-size: 38px; font-weight: 800; line-height: 49.4px; text-align: center; margin-bottom: 50px; } 
.content > p { font-size: 18px; font-weight: 400; line-height: 27px; text-align: center; } 
.content > p.service_date { font-size: 17px; font-weight: 700; line-height: 22.4px; text-align: left; margin-top: 20px; } 
.content > p span { font-size: 18px; font-weight: 700; line-height: 27px; text-align: center; color: #0046FF; } 
.content > h2 { display: block; clear: both; font-size: 30px; font-weight: 800; line-height: 39px; text-align: center; margin: 80px auto 50px; } 
 
.use-case-wrap { padding: 0 20px; } 
.use-case-wrap ul li { display: flex; margin-bottom: 20px; align-items: center; flex-direction: column; } 
.use-case-wrap ul>:last-child { margin-bottom: 0; } 
.use-case-wrap ul li.reverse { flex-direction: column; } 
.use-case-wrap ul li .img-wrap { width: 50%; min-width: 189px; overflow: hidden; } 
.use-case-wrap ul li .img-wrap img { width: 100%; } 
.use-case-wrap ul li .case-txt-wrap { min-width: 189px; max-width: 100%; padding: 20px 30px; } 
.use-case-wrap ul li .case-txt-wrap h6 { font-size: 16px; font-weight: 700; line-height: 22.4px; text-align: left; margin-bottom: 10px; } 
.use-case-wrap ul li .case-txt-wrap p { font-size: 14px; font-weight: 400; line-height: 19.6px; text-align: left; color: #555555; margin-bottom: 20px; } 
.use-case-wrap ul li .case-txt-wrap > span { display: none; font-size: 12px; font-weight: 400; line-height: 15.6px; text-align: left; margin-bottom:20px; } 
.use-case-wrap ul li .case-txt-wrap a.btn-more { width: 100%; height: 54px; border: 1px solid #000000; gap: 0; justify-content: space-between; background: #FFFFFF; padding: 0 30px; } 
.use-case-wrap ul li .case-txt-wrap a.btn-more span { font-size: 16px; font-weight: 700; line-height: 22.4px; text-align: center; } 
.use-case-wrap ul li .case-txt-wrap.active a.btn-more img { transform: rotate(0); } 
.use-case-wrap ul li .case-txt-wrap.active a.btn-more img { transform: rotate(180deg); } 
.use-case-wrap ul li .case-txt-wrap::after,.use-case-wrap ul li.reverse .case-txt-wrap::after { height: 40px; top: -61px; left: 60%; transform: rotate(90deg); } 

.table-wrap { display: flex; padding: 0 20px; } 
.table-wrap ul.table-th { width: 50%; display: flex; flex-direction: column; } 

.table-wrap ul.table-th li { width: 100%; height: 180px; position: relative; background: #FFFFFF; border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } 
.table-wrap ul.table-th li img { max-width: 150px; height: auto; } 
.table-wrap ul.table-td { width: 50%; display: flex; flex-direction: column; } 
.table-wrap ul.table-th>:nth-child(1),.table-wrap ul.table-td>:nth-child(1) { min-width: 100%; width: 50%; padding: 0; } 
 .table-wrap ul.table-td li { position: relative; width: 100%; height: 180px; padding: 24px 11px; border-bottom: 1px solid #CCCCCC; } 
 .table-wrap ul.table-th li,.table-wrap ul.table-td li { border-left: none } 
 .table-wrap ul.table-td li img { max-width: 113.68px; } 
 .table-wrap ul.table-td li div { display: block; flex-direction: column; gap: 10px; position: absolute; top: 50%; transform: translateY(-50%); } 
.table-wrap ul.table-td li div span { display: block; font-size: 20px; font-weight: 700; line-height: 30px; text-align: left; color: #333333; padding-left: 15px; } 
.table-wrap ul.table-td li div span::before { content: ""; width: 5px; height: 5px; background: #000000; opacity: 0.3; position: absolute; top: 13px; left: 0; border-radius: 50%; } 
.txt-table td > div > span { font-size: 14px; font-weight: 700; line-height: 19.6px; text-align: left; position: relative; padding-left: 15px; } 

.youtube-wrap { padding: 0 20px; } 
.youtube-wrap ul { flex-direction: column; gap: 20px; } 
.youtube-wrap ul li { width:100%; } 
.youtube-wrap ul li a { width: 100%; } 
.youtube-wrap ul li a .img-wrap { position: relative; width: 100%; aspect-ratio: 1 / 0.556; overflow: hidden; } 
.youtube-wrap ul li a .img-wrap>:nth-child(1) { width: 100%; } 
.youtube-wrap ul li a .img-wrap>:nth-child(2) { width: 55px; height: 55px; } 
.youtube-wrap ul li a .txt-wrap { width: 100%; aspect-ratio: inherit; background: #FFFFFF; padding: 20px; gap: 20px; } 
.youtube-wrap ul li a .txt-wrap p { font-size: 18px; font-weight: 800; line-height: 27px; text-align: left; } 
.youtube-wrap ul li a .txt-wrap span { font-size: 14px; font-weight: 400; line-height: 19.6px; text-align: left; color: #999999; } 

.txt-table { width: calc(100% - 40px); margin: 0 20px; } 
.txt-table th { background: #4785FF; color: #FFFFFF; font-size: 18px; font-weight: 700; line-height: 27px; text-align: center; border-top: 1px solid #B6C7E3; border-bottom: 1px solid #B6C7E3; } 
.txt-table td { font-size: 14px; font-weight: 700; line-height: 19.6px
; text-align: left; padding: 16px 18px; border-top: 1px solid #B6C7E3; border-bottom: 1px solid #B6C7E3; background: #FFFFFF; } 
 .txt-table td .txt-s { font-size: 12px; font-weight: 700; line-height: 15.6px; text-align: left; } 
 .txt-table td .txt-sm { font-size: 14px; font-weight: 700; line-height: 19.6px; text-align: left; } 
 .txt-table td .txt-m { font-size: 14px; font-weight: 700; line-height: 19.6px; text-align: left; } 
 .txt-table td .blue { color:#0046FF; } 
 .table-wrap ul.table-td>:nth-child(1) { line-height: 100px; } 
 .txt-table td > div > span { padding-left: 10px; } 
 .txt-table td > div > span::before { content: ""; position: absolute; top: 7px; left: 0; width: 3px; height: 3px; border-radius: 50%; background: #000000; opacity: 0.3; } 
 .txt-table + img { margin: 132px auto 0; } 

 .reception-step-wrap { margin: 100px -20px; width: calc(100% + 40px); padding: 80px 20px; } 
 .reception-step-wrap h2 { font-size: 30px; font-weight: 800; line-height: 39px; text-align: center; margin-bottom: 50px; } 

 .benefit-wrap { margin-bottom: 50px; padding: 0 20px; } 
.benefit-wrap ul li { background: #00092080; border: 0.56px solid #FFFFFF99; padding: 15px; border-radius: 280px } 
.benefit-wrap ul li>:nth-child(1) { width: 103px; height: 103px; } 
.benefit-wrap ul>:nth-child(1)>:nth-child(1) img { width: auto; height: 43.47px; } 
.benefit-wrap ul>:nth-child(2)>:nth-child(1) img { width: auto; height: 50.58px; } 
.benefit-wrap ul li>:nth-child(2) { width: calc(100% - 133px); } 
.benefit-wrap ul li>:nth-child(2) p { font-size: 14px; font-weight: 800; line-height: 19.6px; text-align: left; color:#FFFFFF; margin-bottom: 10px; } 
.benefit-wrap ul li>:nth-child(2) span { font-size: 12px; font-weight: 700; line-height: 15.6px; text-align: left; color: #FFFFFF; } 
 
.circle-wrap { margin-top: 50px; padding: 0 20px; } 
.circle-wrap ul { background: none; border: none; padding: 0; margin: 0 auto; border-radius: 0; gap: 15px; } 
.circle-wrap ul li { display: flex; align-items: baseline; } 
.circle-wrap ul li > div { display: flex; flex-direction: column; align-items: baseline; gap: 4px; } 
.circle-wrap ul li p.num { display: block; width: 20px; height: 20px; font-size: 14px; font-weight: 800; line-height: 19.6px; text-align: center; background: #000000; color: #FFFFFF; border-radius: 50%; } 
.circle-wrap ul li > div p.title { font-size: 14px; font-weight: 700; line-height: 19.6px; text-align: left; color:#333333; margin-left: 10px; } 
.circle-wrap ul li > div span { font-size: 14px; font-weight: 700; line-height: 19.6px; text-align: left; color:#555555; margin-left: 10px; } 

.service-process-img, .content > p, .txt-table, .section-b-01,.telbanner { padding: 0 20px; } 
.faq-wrap { width: calc(100% + 40px); margin-left: -40px; padding: 80px 0 80px 40px; } 
.faq-wrap h2 { font-size: 30px; font-weight: 800; line-height: 39px; text-align: center; margin-bottom: 50px; color: #FFFFFF; } 
.faq-wrap ul { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; } 
.faq-wrap ul li { padding: 23px 20px; background: #FFFFFF; border-radius: 100px; } 
.faq-wrap ul li a >:nth-child(1) { width: 38px; height: 12px; } 
.faq-wrap ul li a p { display: block; width: calc(100% - 80px); font-size: 12px; font-weight: 400; line-height: 15.6px; text-align: left; margin-left: 10px; transition: all 0.3s; } 
.faq-wrap ul li a >:last-child { width: 34px; height: 34px; } 
.faq-wrap ul li a >:last-child img { width: 9.72px; } 

.telbanner { margin-top: 50px; } 
.telbanner img { width: 100%; } 
.btn-go { position: relative; width: 350px; height: 60px; padding: 16.5px 0; gap: 20px; margin: 50px auto 0; justify-content: center; } 
.btn-go span { font-size: 18px; font-weight: 700; line-height: 27px; text-align: center; } 
 }
@media screen and (max-width:992px) { } 
@media screen and (max-width:768px){
 .table-wrap ul.table-td li div span::before { top: 12px; } 
 }
@media screen and (max-width:600px) { } 
@media screen and (max-width:480px){
 .use-case-wrap ul li .case-txt-wrap::after, .use-case-wrap ul li.reverse .case-txt-wrap::after { height: 20px; top: -53px; } 
 .table-wrap ul.table-th>:nth-child(1) { height: 72px; width: 100%; font-size: 18px; font-weight: 800; line-height: 27px; text-align: center; background:#4785FF; padding: 0; color: #FFFFFF; display: flex; align-items: center; justify-content: center; } 
 .table-wrap ul.table-td>:nth-child(1) { height: 72px; width: 100%; font-size: 18px; font-weight: 800; line-height: 27px; text-align: center; background: #6EA8EC; padding: 0; color: #FFFFFF; display: flex; align-items: center; justify-content: center; } 
 .table-wrap ul.table-td li div span { font-size: 14px; font-weight: 700; line-height: 19.6px; text-align: left; } 
 .table-wrap ul.table-td li div span::before { top: 6px; } 
 .btn-go { width: calc(100% - 40px); margin: 50px auto 0; } 
 }
@media screen and (max-width:380px) { } 