@charset "utf-8";

body { min-width:1280px; font-family: 'Pretendard', sans-serif; color:#2a2a2a; font-weight: normal; } 
strong.point { color:#594FC2; } 
strong.point.bright { color:#A59DFF; } 

body { font-size:18px; overflow-x: hidden; } 

/* ========================= */
/* ========= HEADER ========= */
/* ========================= */
#header { width:100%; height:64px; position: fixed; top: 0; display: block; background-color:#fff; transition:transform 0.5s .1s ease; backface-visibility: hidden; transform: translate3d(0px, 0px, 0px); z-index:2; } 
#header.hide-nav-bar { -webkit-transform: translate(0, -110%); -moz-transform: translate(0, -100%); -ms-transform: translate(0, -110%); transform: translate(0, -110%); } 
#header.hide-nav-bar .sub-menu-box { display:none; } 
#header.underline { border-bottom:1px solid #eee; box-sizing: border-box; } 
#header .container { height:64px; padding:0 58px; display: flex; justify-content: space-between; align-items:center; } 
#header .container .brand { margin-bottom: 3px; } 
#menu > ul { display: flex; justify-content:end; } 
#menu > ul > li { height:64px; font-size:16px; display: flex; justify-content: center; align-items: center; font-weight: 800; margin-left:80px; } 
#menu > ul > li:hover { color: #594FC2; } 
#menu > ul > li > a { display: block; width: 100%; min-width: 103px; height: 64px; line-height: 64px; text-align: center; } 
#menu .menu-solution { position: relative; cursor:pointer; } 
#menu .menu-solution:hover .sub-menu { height: 440px; padding:12px 0; color:#2a2a2a; } 
#menu .sub-menu-box { width:220px; height:0; padding:0; color:#fff; position: absolute; top:64px; left:50%; transform: translate(-50%, 0); padding-top:16px; } 
#menu .sub-menu { height:0; text-align: center; background-color:#fff; box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25); border-radius:15px; overflow: hidden; transition: ease .2s 0s; } 
#menu .sub-menu li { width:100%; height:40px; line-height:40px; font-weight:600; } 
#menu .sub-menu li a { display: block; width: 100%; height:40px; font-size:15px; } 
#menu .sub-menu li a:hover { color:#594FC2; } 
#header .lang { display: flex; justify-content: end; width: 120px; line-height: 16px; } 
#header .lang::before { content: ''; display: inline-block; width:16px; height: 16px; background: url('../images/icon-lang.png') no-repeat center center; margin-right:4px; } 
#header .lang { font-size:13px; color:#9A9A9A; } 
#header .lang li.active { color:#2a2a2a; } 
#header .lang .kor::after { content: ''; display: inline-block; width: 1px; height: 10px; background-color: #bbb; margin: 0 8px; } 
#keyvisual { width: 100%; height:calc(100vh - 64px); padding-top:64px } 
#keyvisual .cont-wrap { width:calc(100% - 80px); height:calc(100% - 40px); padding: 0 40px 40px; } 
#keyvisual .cont-wrap .swiper-container-wrapper { width: 100%; height: 100%; border-radius: 20px; overflow:hidden; position: relative; } 

/* ========================= */
/* ========= MAIN ========= */
/* ========================= */
/* KEY VISUAL */
.key-cont { height: calc(100vh - 104px); width: 100%; overflow: hidden; display: flex; align-items: center; position: relative; } 
.kbns-content { position: relative; } 
.kbns-content dl { color:#fff; min-width:250px; margin-left:96px; } 
.kbns-content dl dt { font-size:24px; line-height:1.1; margin-bottom: 28px; font-weight: 300; } 
.kbns-content dl dt strong { font-size:72px; font-weight: 600; } 
.kbns-content dl dd { line-height: 1.3; font-weight: lighter; opacity: .8; } 
.background { background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.background:before { content: ""; position: absolute; background: rgba(0, 0, 0, 0.2); top: 0; left: 0; right: 0; bottom: 0; } 
.background.bg-scale { animation: bg-scale 30s linear infinite; animation-direction: alternate; } 
@keyframes bg-scale { 
 from { transform: scale(1.5); } 
 to { transform: scale(1); } 
 }

 /* 2024-03-14 메인 키비주얼 슬라이드 수정 */
#keyvisual.new { padding: 64px 0; } 
#keyvisual.new .cont-wrap { width:100%; height: 100%; box-sizing: border-box; position: relative; } 
#keyvisual.new .cont-wrap .swiper-container-wrapper { width: 100%; height: 100%; border-radius: 20px; overflow:hidden; position: relative; } 
#keyvisual.new .swiperKv { height: 100%; } 
#keyvisual.new .swiperKv .swiper-slide { height:100%; display: flex; flex-flow: nowrap; align-items: center; color:#000; border-radius: 20px; position: relative; overflow: hidden; } 
#keyvisual.new .swiperKv .swiper-slide .background.vector { background: url('../images/kv-vector.jpg') no-repeat center center; background-size: cover; } 

#keyvisual.new .swiperKv .swiper-slide .background.mrmai { background: url('../images/kv-mrmai.jpg') no-repeat center center; background-size: cover; } 
#keyvisual.new .swiperKv .swiper-slide .background.mcphub { background: url('../images/kv-mcp.jpg') no-repeat center center; background-size: cover; } 

#keyvisual.new .swiperKv .swiper-slide .background.aichatbot { background: url('../images/kv-aichatbot.jpg') no-repeat center center; background-size: cover; } 
#keyvisual.new .swiperKv .swiper-slide .background.lewis { background: url('../images/kv-lewis.jpg') no-repeat center center; background-size: cover; } 
#keyvisual.new .swiperKv .swiper-slide .background.aitb { background: url('../images/kv-aitb.jpg') no-repeat center center; background-size: cover; } 
#keyvisual.new .swiperKv .swiper-slide .background.aite { background: url('../images/kv-aite.jpg') no-repeat center center; background-size: cover; } 
#keyvisual.new .swiperKv .swiper-slide .background.xfinder { background: url('../images/kv-xfinder.png') no-repeat center center; background-size: cover; } 
#keyvisual.new .swiperKv .swiper-slide .background.livezap { background: url('../images/kv-livezap.jpg') no-repeat center center; background-size: cover; } 
#keyvisual.new .swiperKv .swiper-slide .background.moni { background: url('../images/kv-moni.jpg') no-repeat center center; background-size: cover; } 
#keyvisual.new .swiperKv .swiper-slide .background.vishare { background: url('../images/kv-vishare.jpg') no-repeat center center; background-size: cover; }
#keyvisual.new .swiperKv .swiper-slide .background.altforu { background: url('../images/kv-altforu.jpg') no-repeat center center; background-size: cover; }
#keyvisual.new .swiperKv .swiper-slide dl { width: 50%; margin-left: 120px; margin-bottom: 100px; color:#fff; position: absolute; } 
#keyvisual.new .swiperKv .swiper-slide dl dt { color:#fff; font-size: 48px; font-weight: 600; margin-bottom: 8px; } 
#keyvisual.new .swiperKv .swiper-slide dl dd { color:rgba(255,255,255,.7); font-weight: 200; line-height: 1.3; } 
#keyvisual.new .swiperKv .swiper-slide dl dd button { margin-top: 40px; border:1px solid #fff; box-sizing: border-box; height: 40px; padding: 0 24px; border-radius: 20px; font-size: 16px; font-family: 'Pretendard', sans-serif; background: none; color:#fff; opacity: .7; font-weight: 200; cursor: pointer; transition: ease .2s 0s; } 
#keyvisual.new .swiperKv .swiper-slide dl dd button:hover { opacity: 1; box-shadow: 0 0 10px rgba(255,255,255,.5); background-color:#fff; color:#594FC2; } 

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { position: absolute; left: 50%; bottom:215px; transform:translateX(-50%); z-index: 9; display: flex;  } 
.swiper-pagination-bullet {width: 9px; height: 9px; margin: 0 5px; background: #fff; transition: ease .3s 0s; opacity: .4; } 
.swiper-pagination-bullet-active { transform: scale(1.4); box-shadow: 0 0 5px rgba(255,255,255,1);opacity: 1; } 

#keyvisual.new .swiperThumb { width: calc(100% - 160px); background-color:rgba(255,255,255,.1); backdrop-filter: blur(15px); border:1px solid rgba(255,255,255,.1); position: absolute; bottom:80px; left:50%; transform: translateX(-50%); z-index: 1; border-radius: 12px; overflow: hidden; padding: 24px; } 
#keyvisual.new .swiperThumb .swiper-slide { color: #000; cursor:pointer; position: relative; border-right: 1px solid rgba(255,255,255,.3); align-items: baseline; opacity: .4; } 
#keyvisual.new .swiperThumb .swiper-slide-thumb-active { opacity: 1; } 
#keyvisual.new .swiperThumb .swiper-slide:last-child { border:0; } 
#keyvisual.new .swiperThumb .swiper-slide dl { color:rgba(255,255,255,.8); padding-right: 20px; } 
#keyvisual.new .swiperThumb .swiper-slide dl dt { margin-bottom: 4px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } 
#keyvisual.new .swiperThumb .swiper-slide dl dd { font-size: 14px; font-weight: 100; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
#keyvisual.new .swiper-button-wrap { display: flex; position: absolute; bottom: 180px; left:120px } 
#keyvisual.new .swiper-kvnav-button-prev, #keyvisual.new .swiper-kvnav-button-next { width: 20px; height:40px; z-index: 999; cursor:pointer;transition: ease .1s 0s; opacity: .4;} 
#keyvisual.new .swiper-kvnav-button-prev { transform: translateY(-50%); background: url('../images/arr-prev.png') no-repeat center center; position: absolute; top:45%; left:80px; } 
#keyvisual.new .swiper-kvnav-button-next { transform: translateY(-50%); background: url('../images/arr-next.png') no-repeat center center; position: absolute; top:45%; right: 80px; }
#keyvisual.new .swiper-kvnav-button-prev:hover {opacity: 1;}
#keyvisual.new .swiper-kvnav-button-next:hover {opacity: 1;}


/* CONTENTS */
#contWrap.main { margin:0 auto; } 
.main .box-01 { margin: 160px 0 180px; } 
.main .box-01 dl { text-align: center; } 
.main .box-01 dl dt { font-size:44px; font-weight: 800; line-height:1.4; margin-bottom: 40px; } 
.main .box-01 dl dd figure { margin-bottom: 40px; } 
.main .box-01 dl dd figure img { margin:0 auto 16px; } 
.main .box-01 dl dd figure figcaption { color:#a1a1a1; font-size:16px; font-weight: 600; } 
.main .box-02 { background:url('../images/main-box02-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; width:100%; padding:160px 0; overflow: hidden; } 
.main dl.main-txt { width:1200px; margin:0 auto 140px; } 
.main dl.main-txt dt { display: block; font-size:16px; font-weight: 600; margin-bottom: 24px; } 
.main dl.main-txt dd {color:#fff; font-size:40px; font-weight: 800; line-height: 1.3; } 

.box-wrap { width:1200px; margin:0 auto; display: flex; justify-content: space-between; /* overflow:hidden; */ } 
.box-wrap::-webkit-scrollbar:horizontal { display: none; } 
.main .swiper.boxSwiper { width:100%; } 
.main .swiper.boxSwiper .swiper-slide {width: 340px;}
.main .swiper.boxSwiper .swiper-slide div {width:276px; height:136px; background: #fff; border-radius: 20px; padding: 32px; display:flex; flex-direction: column; justify-content: space-between; cursor: pointer; position: relative; } 
.main .swiper.boxSwiper .swiper-slide:last-child { margin-right: 7%; } 
/* 2026-01-07 메인 화면 수정
.main .swiper.boxSwiper .swiper-slide div dl dt img { height: 200px; position: absolute; top:-45%; left: 50%; transform: translate(-50%, 50%) scale(.9); transition:ease .2s 0s; }
.main .swiper.boxSwiper .swiper-slide:nth-child(1) div img { filter: grayscale(100%) brightness(1.5); } 
.main .swiper.boxSwiper .swiper-slide:nth-child(2) div img { filter: grayscale(100%) brightness(2); } 
.main .swiper.boxSwiper .swiper-slide:nth-child(3) div img { filter: grayscale(100%) brightness(2); } 
.main .swiper.boxSwiper .swiper-slide:nth-child(4) div img { filter: grayscale(100%) brightness(2); } 
.main .swiper.boxSwiper .swiper-slide:nth-child(5) div img { filter: grayscale(100%) brightness(2); } 
.main .swiper.boxSwiper .swiper-slide:nth-child(6) div img { filter: grayscale(100%) brightness(1.5); } 
.main .swiper.boxSwiper .swiper-slide:nth-child(7) div img { filter: grayscale(100%) brightness(2); }
*/
.main .swiper.boxSwiper .swiper-slide div dl { text-align: left; }
.main .swiper.boxSwiper .swiper-slide div dl dt { font-size:1.4rem; font-weight: 800; color:#fff; margin-bottom: 8px; color:#594FC2;} 
.main .swiper.boxSwiper .swiper-slide div dl dd { color:#2a2a2a; font-size:1rem; } 

.main .swiper.boxSwiper .swiper-slide div .viewmore { display: inline-block; color:#1a1a1a; position: relative; font-size: .9rem; line-height:20px; text-align: left; display:flex; align-items: center; }
.main .swiper.boxSwiper .swiper-slide div .viewmore .icon-arr { display:inline-block; width: 20px; height: 20px; margin-left:8px; background: url('../images/icon-kv-arr-black.png') no-repeat center center; transition: ease .3s 0s; } 
/* .main .swiper.boxSwiper .swiper-slide-active div { background: linear-gradient(144deg, #6B4ABE 19.69%, #381493 104.78%); } 
.main .swiper.boxSwiper .swiper-slide-active div dt img { filter:none !important; transform: translate(-50%, 35%) scale(1) !important; transform-origin: center bottom; transition:ease .2s 0s; } */

.main .swiper.boxSwiper .swiper-slide div:hover .viewmore .icon-arr {background: url('../images/icon-kv-arr-white.png') no-repeat center center; transform: rotate(-45deg);} 
.main .swiper.boxSwiper .swiper-slide div:hover { background: linear-gradient(144deg, #6B4ABE 19.69%, #381493 104.78%); }
.main .swiper.boxSwiper .swiper-slide div:hover dt, .main .swiper.boxSwiper .swiper-slide div:hover dd, .main .swiper.boxSwiper .swiper-slide div:hover .viewmore {color:#fff;}
.main .swiper.boxSwiper .swiper-slide div:hover dt img { filter: none; transform: translate(-50%, 35%) scale(.95) !important; transform-origin: center bottom; transition:ease .2s 0s; } 

.mainbox { position: relative; } 
.mainbox .swiper-button-next,
.mainbox .swiper-button-prev { width:32px; height:32px; cursor:pointer; z-index: 1; } 
.mainbox .swiper-button-prev { position:absolute; top:-100px; left:2px; background: url('../images/btn-arr-prev.png'); } 
.mainbox .swiper-button-next { position:absolute; top:-100px; left:40px; background: url('../images/btn-arr-next.png'); } 
.mainbox .swiper-pagination { display: none; } 


/* CONTACT */
.contact { width:100%; text-align: center; background: url('../images/contact-bg.png') no-repeat center top; margin: 100px 0; } 
.contact dl { padding:180px 0; } 
.contact dl dt { font-size:32px; font-weight: 800; line-height: 1.3; margin-bottom: 16px; } 
p.btn-contact { width:173px; margin:0 auto 100px; border-radius: 24px; } 
.main p.btn-contact { margin-top: 24px; } 
p.btn-contact a { display:block; width:150px; height:48px; font-size:16px; line-height:48px; border-radius: 24px; color:#fff; font-weight: 600; background-color:#594FC2; transition: ease .2s 0s; padding-left: 23px; position: relative; } 
p.btn-contact a:hover { background-color:#7166E8; } 
p.btn-contact a::before { content:''; display: inline-block; width: 16px; height: 14px; background: url('../images/icon-contact-arr.png') no-repeat center center; margin-right: 8px; position: absolute; top:50%; left:48px; transform: translate(0, -50%); } 
/* FOOTER */
footer { width: calc(100% - 160px); background-color:#2a2a2a; padding:48px 80px; color:#fff; display: flex; justify-content: space-between; } 
footer img.logo-ite { margin-bottom:32px } 
footer strong { font-weight: 600; } 
footer .info-wrap { font-size:14px; font-weight: 100; text-align:left; } 
footer .info-wrap p { margin-bottom: 5px; } 
footer .info-wrap ul { display:flex; } 
footer .info-wrap ul li { margin-right: 16px; } 
footer .family-wrap { border-bottom: 1px solid #fff; box-sizing: border-box; opacity: .7; } 
footer .cont-select { position: relative; width: 240px; } 
footer .btn-select { width: 100%; padding: 13px 30px 13px 14px; font-size: 12px; line-height: 14px; color:#fff; border:0; border-bottom:1px solid #fff; box-sizing: border-box; cursor: pointer; text-align: left; background: url("../images/select-arr-open.png") center right 10px no-repeat; } 
footer .btn-select:hover,
footer .btn-select:focus { outline:none; } 
footer .list-member { display:none; position: absolute; width: 100%; height:280px; top:-285px; overflow: auto; left: 0; box-sizing: border-box; box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.15); border-radius: 12px; background-color:#fff; } 
footer .btn-select.on { background: url("../images/select-arr-close.png") center right 10px no-repeat; } 
footer .btn-select.on+.list-member { display:block; padding: 0px 12px; } 
footer .list-member li { height: 48px; box-sizing: border-box; } 
footer .list-member li button { width: 100%; height:48px; border: none; background-color: #fff; cursor: pointer; text-align: left; overflow: hidden; transition: ease .1s 0s; font-weight: 500; border-bottom:1px dotted #ddd; } 
footer .list-member li:last-child button { border-bottom:0; } 
footer .list-member li button:hover,
footer .list-member li button:focus { color:#594FC2; } 
footer .list-member::-webkit-scrollbar { width: 22px; } 
footer .list-member::-webkit-scrollbar-thumb { height: 20%; background: #ddd; border-radius: 12px; border:8px solid #fff; } 
footer .list-member::-webkit-scrollbar-track { background:none; } 
.breadcrumb-wrap { width: 100%; display: flex; justify-content: center; } 
.breadcrumb { display:inline-block; font-size:13px; color:#686868; text-align: center; margin:0 auto 160px; padding: 10px 40px; background-color: #2a2a2a; border-radius: 0 0 20px 20px; } 
.breadcrumb img { display: inline-block; margin-right: 4px; } 
.breadcrumb .current { color:#999; } 


/* =============================== */
/* ========== SUB-VECTOR ======== */
/* ============================= */
#top-tit { width: calc(100% - 80px); height:320px; text-align: center; margin:64px auto 180px; border-radius: 20px; overflow: hidden; display: flex; justify-content: center; align-items: center; flex-flow: row nowrap; background-size:cover; color:#fff; } 
#top-tit dl dt { width: 100%; font-size:35px; font-weight:700; margin-bottom: 8px; } 
#top-tit dl dd { font-size:16px; font-weight: 200; opacity: .7; } 

#contWrap.sub { text-align:center; } 
#contWrap.sub .cont-box { margin-bottom: 180px; } 
#contWrap.sub .cont-txt { margin-bottom: 80px; } 
#contWrap.sub .cont-txt dt { font-size:44px; font-weight: 700; line-height: 1.3; margin-bottom: 24px; letter-spacing: -1.5%;} 
#contWrap.sub .cont-txt dd { line-height: 1.3; color:#4a4a4a; } 

#top-tit.vector { background: url('../images/sub_vector/tit-bg.jpg') no-repeat center center; } 
.sub.vector .box-01, .sub.vector .box-04, .sub.vector .box-06 { width:1200px; padding:0 40px; margin:0 auto; } 
.sub.vector .box-01 img { margin:0 auto; } 
#contWrap.vector .box-02 { background-color:#f0f0f0; padding:160px 0; margin-bottom:0 } 
#contWrap.vector .box-02 figure { width:1200px; margin:0 auto; box-sizing: border-box; position: relative; } 
#contWrap.vector .box-02 figure img { margin:0 auto 80px; } 
#contWrap.vector .box-02 .icon-caption li { font-size: 13px; line-height:1.2; font-weight: 600; } 
#contWrap.vector .box-02 .icon-caption li:nth-child(1) { position:absolute; top:88px; left:282px; } 
#contWrap.vector .box-02 .icon-caption li:nth-child(2) { position:absolute; top:180px; left:16px; text-align: right; } 
#contWrap.vector .box-02 .icon-caption li:nth-child(3) { position:absolute; top:405px; left:278px; } 
#contWrap.vector .box-02 .icon-caption li:nth-child(4) { position:absolute; top:405px; left:564px; } 
#contWrap.vector .box-02 .icon-caption li:nth-child(5) { position:absolute; top:405px; right:290px; } 
#contWrap.vector .box-02 .icon-caption li:nth-child(6) { position:absolute; top:171px; right:15px; text-align: left; } 
#contWrap.vector .box-02 .icon-caption li:nth-child(7) { position:absolute; top:88px; right:293px; } 
#contWrap.vector .box-02 .icon-caption li:nth-child(8) { position:absolute; top:88px; left:563px; } 
#contWrap.vector .box-02 .line-caption { display:flex; justify-content: center; } 
#contWrap.vector .box-02 .line-caption ul { text-align:left; padding:24px 32px; } 
#contWrap.vector .box-02 .line-caption ul li { font-size:16px; line-height: 2; font-weight:600; position: relative; padding-left: 60px; color:#7a7a7a; } 
#contWrap.vector .box-02 .line-caption ul li::before { content: ''; display: inline-block; width: 50px; height:20px; border-radius: 10px; position:absolute; top:50%; left:0; transform:translate(0, -50%); } 
#contWrap.vector .box-02 .line-caption ul li:first-child::before { background-color:#d5d5d5; } 
#contWrap.vector .box-02 .line-caption ul li:last-child::before { background-color:#594FC2; } 

#contWrap.vector .box-03 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:160px 0; background:url('../images/sub_vector/section-03-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; } 
#contWrap.vector .box-03 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto; display: flex; justify-content: space-between; } 
#contWrap.vector .box-03 dl { width:38%; color:#fff; } 
#contWrap.vector .box-03 dl dd { font-weight: 200; color:#fff; } 
#contWrap.vector .box-03 div.code-box { width:50%; border-radius:10px; background-color:#373445; padding: 8px; font-size:14px; } 

#contWrap.vector .box-04 .grey-box-wrap { display: flex; flex-wrap: nowrap; justify-content: center; } 
#contWrap.vector .box-04 .grey-box-wrap li { width:250px; height:250px; padding:36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='384' height='384' viewBox='0 0 384 384' fill='none'%3E%3Cpath d='M299.085 374.847C227.695 387.051 156.305 387.051 84.8814 374.847C51.322 368.475 15.4915 332.678 9.15254 299.119C-3.05085 227.695 -3.05085 156.305 9.15254 84.9152C15.5254 51.322 51.322 15.5254 84.9152 9.15254C156.305 -3.05085 227.695 -3.05085 299.119 9.15254C332.678 15.5254 368.508 51.322 374.847 84.8814C387.051 156.271 387.051 227.661 374.847 299.085C368.475 332.644 332.678 368.475 299.119 374.814L299.085 374.847Z' fill='%23F5F5F5'/%3E%3C/svg%3E"); background-size:100%; background-repeat: no-repeat; margin-right: 48px; } 
#contWrap.vector .box-04 .grey-box-wrap li:last-child { margin-right: 0; } 
#contWrap.vector .box-04 .grey-box-wrap li img { margin:0 auto 24px; } 
#contWrap.vector .box-04 .grey-box-wrap li dl dt { font-size:20px; font-weight:800; margin-bottom: 16px; color:#594FC2; } 
#contWrap.vector .box-04 .grey-box-wrap li dl dd { color:#4a4a4a; font-size:15px; } 

#contWrap.vector .box-05 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:80px 0; background:url('../images/sub_vector/section-05-bg.jpg') no-repeat center top; background-attachment: fixed; background-size:cover; } 
#contWrap.vector .box-05 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto; } 
#contWrap.vector .box-05 dl { width:100%; display: flex; justify-content: center; text-align: center; margin-bottom: 40px; } 
#contWrap.vector .box-05 dl dt { color:#fff; } 
#contWrap.vector .box-05 dl dt span { display: inline-block; margin: 0 24px; width: 28px; height: 28px; background: url('../images/sub_vector/icon-by.png') no-repeat center center; } 
#contWrap.vector .box-05 figure { width: 100%; height:500px; background-color:#494949 } 


#contWrap.vector .box-06 ul { display: flex; justify-content: space-between; } 
#contWrap.vector .box-06 ul li { width: 48%; } 
#contWrap.vector .box-06 ul li img { width:100%; margin-bottom: 32px; box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.10); } 
#contWrap.vector .box-06 ul li dl dt { font-size:22px; font-weight: 800; margin-bottom: 16px; } 
#contWrap.vector .box-06 ul li dl dt span { font-size:16px; font-weight: 300; } 
#contWrap.vector .box-06 ul li dl dd { line-height: 1.4; font-size:14px; color:#4a4a4a; } 
#contWrap.vector .box-06 ul li dl dd strong { font-weight:800; } 


.box-bnr { width: 1200px; height: 200px; margin:0 auto 180px; border-radius: 20px; overflow: hidden; background: url('../images/contact-bnr-bg.jpg') no-repeat center center; display: flex; justify-content: space-between; align-items: center; } 
.box-bnr dl { width:30%; text-align: left; padding-left: 80px; } 
.box-bnr dl dt { font-size:24px; font-weight: 800; margin-bottom: 16px; } 
.box-bnr p.btn-contact { width:140px; margin:0 103px 0 0; } 
.box-bnr p.btn-contact a { background-color:#2a2a2a; } 
.box-bnr p.btn-contact a::before { left:43px } 
.box-bnr p.btn-contact a:hover { background-color:#4a4a4a; } 

#top-tit.moni { background: url('../images/sub_moni/tit-bg.jpg') no-repeat center center; } 
.sub.moni .box-01, .sub.moni .box-03, .sub.moni .box-05, .sub.moni .box-06 { width:1200px; padding:0 40px; margin:0 auto; } 
#contWrap.moni .box-01 { margin-bottom:80px; } 
#contWrap.moni .box-01 img { margin:0 auto; } 
#contWrap.moni .box-02 { background-color:#f0f0f0; padding:160px 0; cursor:url('../images/sub_moni/cursor-swipe.png'); } 
#contWrap.moni .box-02 .width-wrap { width:1200px; margin:0 auto; } 
#contWrap.moni .box-02 .swiper { position: relative; } 
#contWrap.moni .box-02 .swiper-slide { margin:0 auto; background-color:#f0f0f0; } 
#contWrap.moni .box-02 .swiper-slide div { display: flex; justify-content: space-between; } 
#contWrap.moni .box-02 .swiper-slide div dl { width:40%; text-align: left; padding-top:60px; } 
#contWrap.moni .box-02 .swiper-slide div dl dt { font-size: 44px; font-weight: 800; line-height: 1.1; margin-bottom: 24px; color:#594FC2; } 
#contWrap.moni .box-02 .swiper-slide div img { width:55%; } 
#contWrap.moni .box-02 .swiper-slide-active img { filter: drop-shadow(0px 20px 30px rgba(0,0,0,.1)); } 
#contWrap.moni .box-02 .swiper-button-next,
#contWrap.moni .box-02 .swiper-button-prev { width:31px; height:8px; cursor:pointer; z-index: 1; } 
#contWrap.moni .box-02 .swiper-button-prev { position:absolute; top:0; left:2px; background: url('../images/sub_moni/btn-arr-prev.png'); } 
#contWrap.moni .box-02 .swiper-button-next { position:absolute; top:0; left:120px; background: url('../images/sub_moni/btn-arr-next.png'); } 

#contWrap.moni .box-02 .swiper-pagination { width:auto; position: absolute; top:3px; left:74px; line-height:8px; font-size:16px; } 

#contWrap.moni .box-03 .grey-box-wrap { display: flex; flex-wrap: nowrap; justify-content: space-between; } 
#contWrap.moni .box-03 .grey-box-wrap li { width:190px; height:190px; padding:36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='384' height='384' viewBox='0 0 384 384' fill='none'%3E%3Cpath d='M299.085 374.847C227.695 387.051 156.305 387.051 84.8814 374.847C51.322 368.475 15.4915 332.678 9.15254 299.119C-3.05085 227.695 -3.05085 156.305 9.15254 84.9152C15.5254 51.322 51.322 15.5254 84.9152 9.15254C156.305 -3.05085 227.695 -3.05085 299.119 9.15254C332.678 15.5254 368.508 51.322 374.847 84.8814C387.051 156.271 387.051 227.661 374.847 299.085C368.475 332.644 332.678 368.475 299.119 374.814L299.085 374.847Z' fill='%23F5F5F5'/%3E%3C/svg%3E"); background-size:100%; background-repeat: no-repeat; } 
#contWrap.moni .box-03 .grey-box-wrap li img { margin: 0 auto 24px; } 
#contWrap.moni .box-03 .grey-box-wrap li dl dt { font-size:20px; font-weight:800; margin-bottom: 16px; color:#594FC2; } 
#contWrap.moni .box-03 .grey-box-wrap li dl dd { color:#4a4a4a; font-size:15px; } 

#contWrap.moni .box-04 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:160px 0; background:url('../images/sub_moni/section-04-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; color:#fff; } 
#contWrap.moni .box-04 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto; display: flex; justify-content: space-between; } 
#contWrap.moni .box-04 .cont-txt { width: 35%; } 
#contWrap.moni .box-04 .bnf-box-wrap { width:55%; } 
#contWrap.moni .bnf-box { display: flex; justify-content: space-between; flex-wrap:wrap; } 
#contWrap.moni .bnf-box dl { width:42%; margin-bottom: 40px; } 
dl.bnf-03, dl.bnf-04 { margin-bottom:0; } 
#contWrap.moni .bnf-box dl dt { font-weight: 800; line-height:56px; position: relative; padding-left: 72px; margin-bottom:12px; } 
#contWrap.moni .bnf-box dl dt img { background-color:rgba(255,255,255,.1); position: absolute; top: 0; left:0; border-radius: 20px; } 
#contWrap.moni .bnf-box dl dd { font-weight: 200; opacity: .6; font-size:15px } 
#contWrap.moni .bnf-arr { width:100%; display: flex; justify-content: center; margin-bottom: 40px; } 
#contWrap.moni .effect { width:100%; padding: 24px 0; border-radius: 20px; background-color:rgba(255,255,255,.1); backdrop-filter: blur(20px); display: flex; align-items: center; } 
#contWrap.moni .effect p { width:40%; font-size:20px; font-weight:800; text-align: center; } 
#contWrap.moni .effect p img { display: block; width: 40px; height: 40px; margin:0 auto 16px; } 
#contWrap.moni .effect ol { width:60%; font-size: 16px; font-weight: 200; } 
#contWrap.moni .effect li { margin-bottom: 4px; } 
#contWrap.moni .effect li strong { font-weight: 600; } 

#contWrap.moni .box-05 .plans-wrap {width: 90%; margin:0 auto; display: flex; justify-content: space-between; text-align: left; } 
#contWrap.moni .box-05 .plans-wrap .plan-box { width: 32%; } 
#contWrap.moni .box-05 .plan-box > dl > dt { width: 100%; padding: 1rem 0; font-size:.9375rem; text-align: center; color:#fff;  border-radius:10px; margin-bottom: 8px; background-color: #594FC2;} 
/* #contWrap.moni .box-05 .plan-box.basic > dl > dt { background-color:#8B87B6; } 
#contWrap.moni .box-05 .plan-box.pro > dl > dt { background-color:#7B75C0; } 
#contWrap.moni .box-05 .plan-box.prem > dl > dt { background-color:#594FC2; }  */
#contWrap.moni .box-05 .plan-box > dl > dd { background-color: #f0f0f0; border-radius: 10px; padding: 0 2rem; min-height: 410px; } 

#contWrap.moni .box-05 .plan-box dd ul li {padding:1rem; border-bottom: 1px dashed #d1d1d1; font-size:.9375rem; font-weight: bold; position: relative;}
#contWrap.moni .box-05 .plan-box dd ul li::before {content: ''; display: block; width: 4px; height: 4px; border-radius: 2px; background-color: #2a2a2a; position: absolute; top: 22px; left:4px; }
#contWrap.moni .box-05 .plan-box dd ul li:last-child { border-bottom: 0; } 
/* 
#contWrap.moni .box-05 .plan-box dd div.depth-01 { display:flex; padding: 1rem .5rem; border-bottom: 1px dashed #d1d1d1; min-height: 42px; } 
#contWrap.moni .box-05 .plan-box dd div.depth-01:nth-child(2) { min-height: 91px; } 
#contWrap.moni .box-05 .plan-box dd div.depth-01:nth-child(3) { min-height: 55px; } 
#contWrap.moni .box-05 .plan-box dd div.depth-01:last-child { border-bottom: 0; } 
#contWrap.moni .box-05 .plan-box dd div img { width:18px; height: 18px; object-fit: contain; margin-right: 8px; } 
#contWrap.moni .box-05 .plan-cont dt { font-size:.9375rem; font-weight: bold; margin-bottom: 4px; } 
#contWrap.moni .box-05 .plan-cont dd { color:#777; font-size: .85rem; line-height: 1.2; } 
#contWrap.moni .box-05 .plan-box dd div.depth-02 { display: flex; }  */

#contWrap.moni .box-06 ul { display: flex; justify-content: space-between; } 
#contWrap.moni .box-06 ul li { width: 48%; } 
#contWrap.moni .box-06 ul li img { width:100%; margin-bottom: 32px; box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.10); } 
#contWrap.moni .box-06 ul li dl dt { font-size:20px; font-weight: 800; margin-bottom: 16px; } 
#contWrap.moni .box-06 ul li dl dd { line-height: 1.4; font-size:14px; color:#4a4a4a; } 
#contWrap.moni .box-06 ul li dl dd strong { font-weight:800; } 

#top-tit.lewis { background:url("../images/sub_lewis/tit-bg.jpg") no-repeat center center } 
.sub.lewis .box-01, .sub.lewis .box-03, .sub.lewis .box-05 { width:1200px; padding:0 40px; margin:0 auto; } 
#contWrap.lewis .box-01 { margin-bottom:80px; } 
#contWrap.lewis .box-01 img { margin:0 auto; } 

#contWrap.lewis .box-02 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:180px 0; background-color:#f0f0f0; background-attachment: fixed; background-size:cover; } 
#contWrap.lewis .box-02 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto; display: flex; justify-content: space-between; } 
#contWrap.lewis .box-02 .cont-txt { width: 33%; } 
#contWrap.lewis .box-02 .cont-img { width:60%; position:relative; } 
#contWrap.lewis .box-02 .cont-img img { margin:0; padding:0; display: block; } 
#contWrap.lewis .box-02 .cont-img img:nth-child(2) { position: absolute; top:26px; right:0; box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15); border-radius: 10px; } 
#contWrap.lewis .box-02 .cont-img img:nth-child(3) { position: absolute; top:130px; right:0; box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15); border-radius: 10px; } 

#contWrap.lewis .box-03 .step-wrap, #contWrap.lewis .box-03 .step-area-wrap { display: flex; justify-content: space-between; flex-wrap: wrap; } 
#contWrap.lewis .box-03 .step-area-wrap { margin:170px 0 8px; } 
#contWrap.lewis .box-03 .step-area-wrap li { width:16.6%; height:28px; position: relative; } 
#contWrap.lewis .box-03 .step-area-wrap li:nth-child(2) { width:14%; margin-left:2.6%; border-radius:19px 0 0 0; border-left:2px dotted #FF6C58; border-top:2px dotted #FF6C58; } 
#contWrap.lewis .box-03 .step-area-wrap li:nth-child(4) { width:14%; margin-right:2.6%; border-radius:0 19px 0 0; border-right:2px dotted #FF6C58; border-top:2px dotted #FF6C58; } 
#contWrap.lewis .box-03 .step-area-wrap li .balloon { width:calc(100% - 24px); height:40px; line-height:40px; position: absolute; top:-74px; left:0; border-radius:20px; background-color:#FF6C58; color:#fff; font-size:13px; padding-left:24px; } 
#contWrap.lewis .box-03 .step-area-wrap li .balloon strong { font-size:16px; font-weight: 800; } 
#contWrap.lewis .box-03 .step-area-wrap li .balloon img { position: absolute; top:22px; left:16px; } 
#contWrap.lewis .box-03 .step-area-wrap li .balloon::after { content: ''; display: inline-block; width: 0; height: 0; border-bottom: 10px solid transparent; border-top: 10px solid #FF6C58; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; top:40px; left:50%; transform: translate(-50%, 0); } 
#contWrap.lewis .box-03 .step-wrap li { width: 16.6%; font-weight: 800; position: relative; } 
#contWrap.lewis .box-03 .step-wrap li::before { content: ''; display: inline-block; width: 0; height: 0; border-bottom: 10px solid transparent; border-top: 10px solid transparent; border-left: 10px solid #bbb; border-right: 10px solid transparent; position: absolute; top:50px; left:0; } 
#contWrap.lewis .box-03 .step-area-wrap li img { margin:-12px auto 0; } 
#contWrap.lewis .box-03 .step-wrap li:first-child::before { display:none; } 
#contWrap.lewis .box-03 .step-wrap li.lewis-area { color:#FF6C58; } 
#contWrap.lewis .box-03 .step-wrap li span { font-size:13px; font-weight: 300; color:#7A7A7A; } 
#contWrap.lewis .box-03 .step-wrap img { margin:0 auto 16px; display:block; } 

#contWrap.lewis .box-04 { width:100%; padding:180px 0; background-color:#f0f0f0; } 
#contWrap.lewis .box-04 dl { width: 1200px; margin:0 auto 80px; } 
#contWrap.lewis .box-04 table { width: 40%; min-width: 600px; margin:0 auto; font-size:14px; box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15); border-radius: 20px; } 
#contWrap.lewis .box-04 table tr { border-bottom: 1px solid #ddd; } 
#contWrap.lewis .box-04 table tr:last-child { border-bottom:0; } 
#contWrap.lewis .box-04 table tr th { padding:12px 32px; background-color:#f0f0f0; font-weight: 600; vertical-align: middle; } 
#contWrap.lewis .box-04 table td { padding:12px 32px; text-align: left; background-color:#fff; } 

#contWrap.lewis .box-05 .step-wrap { display: flex; justify-content: space-between; } 
#contWrap.lewis .box-05 .step-wrap > li { width: 15%; font-size:14px; } 
#contWrap.lewis .box-05 .step-wrap > li > dl dt img { margin:0 auto 16px; } 
#contWrap.lewis .box-05 .step-wrap > li > dl dd { padding: 12px 16px; border-radius: 8px; margin-bottom: 8px; } 
#contWrap.lewis .box-05 .step-wrap > li > dl dd.step-tit { font-size:16px; font-weight: 800; position: relative; } 
#contWrap.lewis .box-05 .step-wrap > li > dl dd.step-tit::before { content: ''; display: inline-block; width: 0; height: 0; border-bottom: 6px solid transparent; border-top: 6px solid transparent; border-left: 6px solid #bbb; border-right: 6px solid transparent; position: absolute; top:50%; left:-14px; transform: translate(0,-50%); } 
#contWrap.lewis .box-05 .step-wrap > li:first-child > dl dd.step-tit::before { display: none; } 

#contWrap.lewis .box-05 .step-wrap > li:nth-child(1) > dl dd.step-tit { background-color:#C5C5C5; } 
#contWrap.lewis .box-05 .step-wrap > li:nth-child(2) > dl dd.step-tit { background-color:#DADADA; } 
#contWrap.lewis .box-05 .step-wrap > li:nth-child(3) > dl dd.step-tit { background-color:#E7E7E7; } 
#contWrap.lewis .box-05 .step-wrap > li:nth-child(4) > dl dd.step-tit { background-color:#F4C3BC; } 
#contWrap.lewis .box-05 .step-wrap > li:nth-child(5) > dl dd.step-tit { background-color:#FFAA9E; } 
#contWrap.lewis .box-05 .step-wrap > li:nth-child(6) > dl dd.step-tit { background-color:#FF8C7C; } 
#contWrap.lewis .box-05 .step-wrap > li > dl dd.step-cont { min-height: 120px; text-align: left; } 
.step-cont, .step-period { background-color:#f0f0f0; } 
#contWrap.lewis .box-05 .step-wrap > li > dl dd.step-cont ul li { margin-bottom: 16px; position:relative; padding-left:10px; line-height: 1.3; font-weight: 600; } 
#contWrap.lewis .box-05 .step-wrap > li > dl dd.step-cont ul li::before { content: ''; width: 3px; height: 3px; border-radius:50%; background-color:#2a2a2a; position: absolute; left:0; top:7px } 
#contWrap.lewis .box-05 .step-wrap > li > dl dd.step-cont ul li span.small { color:#7A7A7A; font-weight: 300; } 
#contWrap.lewis .box-05 .step-wrap > li > dl dd.step-period { font-weight: 600; } 
#contWrap.lewis .box-05 span.noti { color:#E24040; } 
#contWrap.lewis .box-05 .step-wrap > li > dl dd.noti-cont { color:#E24040; font-size:12px; padding:0 4px; } 

#contWrap.lewis .box-06 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:180px 0; background-color:#2a2a2a; background:url(../images/sub_lewis/section-06-bg.jpg) no-repeat center center; background-attachment: fixed; background-size:cover; } 
#contWrap.lewis .box-06 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto; display: flex; justify-content: space-between; } 
#contWrap.lewis .box-06 .cont-txt { width: 32%; color:#fff; } 
#contWrap.lewis .box-06 .cont-img { width:65%; display: flex; flex-wrap: wrap; justify-content: space-between; } 
#contWrap.lewis .box-06 .cont-img figure { width:48.5%; margin-bottom: 40px; } 
#contWrap.lewis .box-06 .cont-img figure:nth-child(n+2) { margin-bottom: 0; } 
#contWrap.lewis .box-06 .cont-img figure img { width: 100%; margin-bottom: 8px; } 
#contWrap.lewis .box-06 .cont-img figure figcaption { color:#fff; text-align: center; font-size:14px; opacity: .7; } 

#contWrap.lewis .box-07 {background-color: #f0f0f0; padding: 180px 0;}
:root { --marquee-width: 100%; --marquee-height: auto; --marquee-elements-displayed: 5; --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed)); --marquee-elements-displayed-six: 6; --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed-six)); --marquee-animation-duration: calc(var(--marquee-elements) * 8s); } 
#contWrap.lewis .box-07 .marquee { width: var(--marquee-width); height: var(--marquee-height); overflow: hidden; position: relative; } 
#contWrap.lewis .box-07 .marquee:before, .marquee:after { position: absolute; top: 0; width: 10rem; height: 100%; content: ""; z-index: 1; } 
#contWrap.lewis .box-07 .marquee:before { left: 0; } 
#contWrap.lewis .box-07 .marquee:after { right: 0; } 
#contWrap.lewis .box-07 .marquee-content { list-style: none; height: 100%; display: flex; animation: scrolling var(--marquee-animation-duration) linear infinite; } 
@keyframes scrolling { 
 0% { transform: translateX(0); } 
 100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); } 
 }
#contWrap.lewis .box-07 .marquee-content li { display: flex; justify-content: center; align-items: center; flex-shrink: 0; width: var(--marquee-element-width); max-height: 100%; white-space: nowrap; } 
#contWrap.lewis .box-07 .marquee-content li img { width: 100%; } 


#top-tit.livezap { background: url('../images/sub_livezap/tit-bg.jpg') no-repeat center center; } 
#contWrap.livezap .cont-txt { margin-bottom: 40px; } 
#contWrap.livezap .box-01 { margin-bottom: 0; } 
#contWrap.livezap .box-01 img { display: block; margin:0 auto; } 
#contWrap.livezap .box-02 { width:100%; padding:180px 0; background-color:#f0f0f0; } 
#contWrap.livezap .box-02 dl { width: 1200px; margin:0 auto 80px; } 
#contWrap.livezap .box-02 .cont-wrap { width:1200px; margin:0 auto; display:flex; justify-content: space-between; align-items: center; } 
#contWrap.livezap .box-02 .cont-wrap div:nth-child(1) { display: flex; } 
#contWrap.livezap .box-02 .cont-wrap div:nth-child(1) p { margin-right: 16px; } 
#contWrap.livezap .box-02 .cont-wrap div ul { display: flex; flex-direction: column; justify-content: center; } 
#contWrap.livezap .box-02 .cont-wrap div ul li { width: 80px; height: 80px; border-radius:40px; background: linear-gradient(338deg, #225449 18.12%, #296D5E 83.33%); color:#fff; display:flex; justify-content: center; align-items: center; font-size:15px; margin-bottom: 4px; } 
#contWrap.livezap .box-02 .cont-wrap div ul li:last-child { margin-bottom:0; } 

#contWrap.livezap .box-03 { width: 1200px; margin:0 auto 180px; } 
#contWrap.livezap .box-03 ul { display:flex; justify-content: space-around; } 
#contWrap.livezap .box-03 ul li > img { border-radius: 15px; filter: drop-shadow(0px 20px 30px rgba(0,0,0,.1)); } 
#contWrap.livezap .box-03 ul li p { font-weight: 800; color:#594FC2; margin-bottom: 16px; } 
#contWrap.livezap .box-03 ul li p img { display:block; margin:0 auto 4px; } 
#contWrap.livezap .box-03 ul li div.img-wrap img { border-radius: 15px; filter: drop-shadow(0px 20px 30px rgba(0,0,0,.1)); } 
#contWrap.livezap .box-03 ul li div.img-wrap img:first-child { margin-right: 8px; } 

#contWrap.livezap .box-04 { background-color:#f0f0f0; padding:160px 0; cursor:url('../images/sub_livezap/cursor-swipe.png'); } 
#contWrap.livezap .box-04 .width-wrap { width:1200px; margin:0 auto; } 
#contWrap.livezap .box-04 .swiper { position: relative; } 
#contWrap.livezap .box-04 .swiper-slide { margin:0 auto; background-color:#f0f0f0; } 
#contWrap.livezap .box-04 .swiper-slide div { display: flex; justify-content: space-between; } 
#contWrap.livezap .box-04 .swiper-slide div dl { width:40%; text-align: left; padding-top:60px; } 
#contWrap.livezap .box-04 .swiper-slide div dl dt { font-size: 40px; font-weight: 700; line-height: 1.2; margin-bottom: 24px; } 
#contWrap.livezap .box-04 .swiper-slide div img { width:52%; } 
#contWrap.livezap .box-04 .swiper-slide-active img { filter: drop-shadow(0px 20px 30px rgba(0,0,0,.1)); } 
#contWrap.livezap .box-04 .swiper-button-next,
#contWrap.livezap .box-04 .swiper-button-prev { width:31px; height:8px; cursor:pointer; z-index: 1; } 
#contWrap.livezap .box-04 .swiper-button-prev { position:absolute; top:0; left:2px; background: url('../images/sub_livezap/btn-arr-prev.png'); } 
#contWrap.livezap .box-04 .swiper-button-next { position:absolute; top:0; left:120px; background: url('../images/sub_livezap/btn-arr-next.png'); } 
#contWrap.livezap .box-04 .swiper-pagination { width:auto; position: absolute; top:3px; left:74px; line-height:8px; font-size:16px; } 

#contWrap.livezap .box-05 div { width:1120px; padding:40px; margin:0 auto; border-radius: 15px; filter: drop-shadow(0px 20px 30px rgba(0,0,0,.1)); background-color:#fff; } 
#contWrap.livezap .box-05 div img { width: 100%; } 
#contWrap.livezap .box-06 .marquee { width: var(--marquee-width); height: var(--marquee-height); overflow: hidden; position: relative; } 
#contWrap.livezap .box-06 .marquee:before, .marquee:after { position: absolute; top: 0; width: 10rem; height: 100%; content: ""; z-index: 1; } 
#contWrap.livezap .box-06 .marquee:before { left: 0; } 
#contWrap.livezap .box-06 .marquee:after { right: 0; } 
#contWrap.livezap .box-06 .marquee-content { list-style: none; display: flex; animation: scrolling var(--marquee-animation-duration) linear infinite; } 
@keyframes scrolling { 
 0% { transform: translateX(0); } 
 100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); } 
 }
#contWrap.livezap .box-06 .marquee-content li { display: flex; justify-content: center; align-items: center; flex-shrink: 0; width: var(--marquee-element-width); max-height: 100%; white-space: nowrap; } 
#contWrap.livezap .box-06 .marquee-content li img { width: 90%; height: auto; border-radius: 15px; } 

#top-tit.about { background:url("../images/sub_about/tit-bg.jpg") no-repeat center center } 
.sub.about .box-01, .sub.about .box-03 { width:1200px; padding:0 40px; margin:0 auto; } 
#contWrap.about .box-01 { margin-bottom:180px; } 
#contWrap.about .box-01 > img {margin-bottom: 32px; border-radius: 20px;}

#contWrap.about .box-02 {background-color: #f0f0f0; padding: 180px 0; } 
#contWrap.about .box-02 dl {width: 1200px; margin:0 auto;text-align: left; }
#contWrap.about .box-02 dl dt {margin-bottom: 32px; font-size: 2rem; font-weight: 800; line-height: 1.4;}

#contWrap.about .box-02 dl dd img {margin-bottom: 32px;}
#contWrap.about .box-02 dl dd:last-child {width: 60%; line-height: 1.4;}
#contWrap.about .box-02 .biz-ict {margin-bottom: 160px;}
#contWrap.about .box-02 .biz-ite {display: flex; flex-direction: column; align-items: end;}


#contWrap.about .box-03 .corp-info { display: flex; flex-wrap: wrap; justify-content: center; width: 1200px; margin:0 auto; } 
#contWrap.about .box-03 .corp-info li {margin-bottom: 80px;}
#contWrap.about .box-03 .corp-info li div { width:200px; height:200px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='384' height='384' viewBox='0 0 384 384' fill='none'%3E%3Cpath d='M299.085 374.847C227.695 387.051 156.305 387.051 84.8814 374.847C51.322 368.475 15.4915 332.678 9.15254 299.119C-3.05085 227.695 -3.05085 156.305 9.15254 84.9152C15.5254 51.322 51.322 15.5254 84.9152 9.15254C156.305 -3.05085 227.695 -3.05085 299.119 9.15254C332.678 15.5254 368.508 51.322 374.847 84.8814C387.051 156.271 387.051 227.661 374.847 299.085C368.475 332.644 332.678 368.475 299.119 374.814L299.085 374.847Z' fill='%23F5F5F5'/%3E%3C/svg%3E"); background-size:100%; background-repeat: no-repeat; margin:0 60px 16px; display: flex; justify-content: center; align-items: center;}
#contWrap.about .box-03 .corp-info li dl dt {font-size:1rem; color:#594FC2; margin-bottom: 4px; font-weight: 600;}
#contWrap.about .box-03 .corp-info li dl dd {font-size: 1.375rem; font-weight: 800;}

#contWrap.about p.btn-futurenet { width:280px; margin:40px auto 0; border-radius: 24px; } 
.main p.btn-contact { margin-top: 24px; } 
#contWrap.about p.btn-futurenet a { display:block; width:238px; height:48px; font-size:16px; line-height:48px; border-radius: 24px; color:#fff; font-weight: 600; background-color:#594FC2; transition: ease .2s 0s; padding-left: 23px; position: relative; } 
#contWrap.about p.btn-futurenet a:hover { background-color:#7166E8; } 
#contWrap.about p.btn-futurenet a::before { content:''; display: inline-block; width: 15px; height: 14px; background: url('../images/icon-contact-arr.png') no-repeat center center; position: absolute; top:50%; left:26px; transform: translate(0, -50%); } 


#top-tit.contact-us { background:url("../images/sub_contact/tit-bg.jpg") no-repeat center center; } 
#contWrap.contact-us .box-01 { background: none; margin-bottom: 180px; } 
#contWrap.contact-us .contact dl { padding:0; margin-bottom:48px; background: none; } 
#contWrap.contact-us .contact dl dt { font-size: 44px; } 
#contWrap.contact-us .box-01 ul {display: inline-block; margin: 0 auto 48px; } 
#contWrap.contact-us .box-01 ul li {display: flex; gap: 16px; align-items: center; text-align: center; font-weight: 600; } 
#contWrap.contact-us .box-01 ul li:last-child {margin-top: 8px;}
#contWrap.contact-us .box-01 ul li img { display: block; } 

#contWrap.contact-us .box-01 .biz-wrap { width:860px; margin:0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }  
#contWrap.contact-us .biz-wrap p { width: 200px; height: 200px; color:rgba(255,255,255,.7); font-weight: 600; margin-bottom: 2%; border-radius: 100px; line-height: 200px; } 
#contWrap.contact-us .biz-wrap p:nth-child(1) { background: url('../images/sub_contact/section-01-01.jpg') no-repeat center center; background-size:cover; } 

#contWrap.contact-us .biz-wrap p:nth-child(2) { background: url('../images/sub_contact/section-01-02.jpg') no-repeat center center; background-size:cover; } 
#contWrap.contact-us .biz-wrap p:nth-child(3) { background: url('../images/sub_contact/section-01-03.jpg') no-repeat center center; background-size:cover; } 
#contWrap.contact-us .biz-wrap p:nth-child(4) { background: url('../images/sub_contact/section-01-04.jpg') no-repeat center center; background-size:cover; } 
#contWrap.contact-us .biz-wrap p:nth-child(5) { background: url('../images/sub_contact/section-01-05.jpg') no-repeat center center; background-size:cover; } 

#contWrap.contact-us .biz-wrap p:nth-child(6) { background: url('../images/sub_contact/section-01-06.jpg') no-repeat center center; background-size:cover; } 
#contWrap.contact-us .biz-wrap p:nth-child(7) { background: url('../images/sub_contact/section-01-07.jpg') no-repeat center center; background-size:cover; } 
#contWrap.contact-us .biz-wrap p:nth-child(8) { background: url('../images/sub_contact/section-01-08.jpg') no-repeat center center; background-size:cover; } 
/* #contWrap.contact-us .biz-wrap p:nth-child(9) { background: url('../images/sub_contact/section-01-09.jpg') no-repeat center center; background-size:cover; }  */



#top-tit.aite { background: url('../images/sub_aite/tit-bg.jpg') no-repeat center center; } 

.sub.aite .box-01, .sub.aite .box-03 { width: 1200px; padding: 0 40px; margin:0 auto; } 

#contWrap.aite .box-01 .grey-box-wrap { display: flex; flex-wrap: nowrap; justify-content: space-between; margin-bottom: 60px; } 
#contWrap.aite .box-01 .grey-box-wrap li { width:190px; height:190px; padding:36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='384' height='384' viewBox='0 0 384 384' fill='none'%3E%3Cpath d='M299.085 374.847C227.695 387.051 156.305 387.051 84.8814 374.847C51.322 368.475 15.4915 332.678 9.15254 299.119C-3.05085 227.695 -3.05085 156.305 9.15254 84.9152C15.5254 51.322 51.322 15.5254 84.9152 9.15254C156.305 -3.05085 227.695 -3.05085 299.119 9.15254C332.678 15.5254 368.508 51.322 374.847 84.8814C387.051 156.271 387.051 227.661 374.847 299.085C368.475 332.644 332.678 368.475 299.119 374.814L299.085 374.847Z' fill='%23F5F5F5'/%3E%3C/svg%3E"); background-size:100%; background-repeat: no-repeat; } 
#contWrap.aite .box-01 .grey-box-wrap li img { margin: 0 auto; } 
#contWrap.aite .box-01 .grey-box-wrap li p { font-size:18px; font-weight:800; margin-bottom: 16px; color:#594FC2; } 
#contWrap.aite .box-01 .cont-img { width:100%; position: relative; } 
#contWrap.aite .box-01 .cont-img img.script { box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15); border-radius: 15px; } 
#contWrap.aite .box-01 .cont-img img.toolbar { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25)); } 

#contWrap.aite .box-02 { background-color: #f0f0f0; padding:180px 0; } 
#contWrap.aite .box-02 .grey-box-wrap { width:1200px; display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto 60px; } 
#contWrap.aite .box-02 .grey-box-wrap li { width:190px; height:190px; padding:36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='384' height='384' viewBox='0 0 384 384' fill='white'%3E%3Cpath d='M299.085 374.847C227.695 387.051 156.305 387.051 84.8814 374.847C51.322 368.475 15.4915 332.678 9.15254 299.119C-3.05085 227.695 -3.05085 156.305 9.15254 84.9152C15.5254 51.322 51.322 15.5254 84.9152 9.15254C156.305 -3.05085 227.695 -3.05085 299.119 9.15254C332.678 15.5254 368.508 51.322 374.847 84.8814C387.051 156.271 387.051 227.661 374.847 299.085C368.475 332.644 332.678 368.475 299.119 374.814L299.085 374.847Z' fill='white'/%3E%3C/svg%3E"); background-size:100%; background-repeat: no-repeat; } 
#contWrap.aite .box-02 .grey-box-wrap li img { margin: 0 auto; } 
#contWrap.aite .box-02 .grey-box-wrap li p { font-size:18px; font-weight:800; margin-bottom: 16px; color:#594FC2; } 
#contWrap.aite .box-02 .cont-img { width:100%; position: relative; } 
#contWrap.aite .box-02 .cont-img img.script { box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15); border-radius: 15px; } 
#contWrap.aite .box-02 .cont-img img.toolbar { position: absolute; top: 80%; left: 50%; transform: translate(-50%, -50%); filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25)); } 

#contWrap.aite .box-03 .grey-box-wrap { display: flex; flex-wrap: nowrap; justify-content: space-between; margin-bottom: 60px; } 
#contWrap.aite .box-03 .grey-box-wrap li { width:190px; height:190px; padding:36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='384' height='384' viewBox='0 0 384 384' fill='none'%3E%3Cpath d='M299.085 374.847C227.695 387.051 156.305 387.051 84.8814 374.847C51.322 368.475 15.4915 332.678 9.15254 299.119C-3.05085 227.695 -3.05085 156.305 9.15254 84.9152C15.5254 51.322 51.322 15.5254 84.9152 9.15254C156.305 -3.05085 227.695 -3.05085 299.119 9.15254C332.678 15.5254 368.508 51.322 374.847 84.8814C387.051 156.271 387.051 227.661 374.847 299.085C368.475 332.644 332.678 368.475 299.119 374.814L299.085 374.847Z' fill='%23F5F5F5'/%3E%3C/svg%3E"); background-size:100%; background-repeat: no-repeat; } 
#contWrap.aite .box-03 .grey-box-wrap li img { margin: 0 auto; } 
#contWrap.aite .box-03 .grey-box-wrap li p { font-size:18px; font-weight:800; margin-bottom: 16px; color:#594FC2; } 

#contWrap.aite .box-04 div img { box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15); margin-bottom: 32px; } 
#contWrap.aite .box-04 div p { font-size: 20px; font-weight: 800; } 

#top-tit.xfinder { background: url('../images/sub_xfinder/tit-bg.jpg') no-repeat center center; } 
#contWrap.xfinder .box-01 { width: 1200px; margin: 0 auto; } 
#contWrap.xfinder .box-01 .grey-box-wrap { display: flex; justify-content: space-between; margin-bottom: 24px; } 
#contWrap.xfinder .box-01 .grey-box-wrap li { width: calc(49% - 6rem); border-radius: 15px; background-color: #f0f0f0; padding: 3rem; } 
#contWrap.xfinder .box-01 .grey-box-wrap li:nth-child(2) { background-color: #F3F3FB; } 
#contWrap.xfinder .box-01 .grey-box-wrap li img { margin-bottom: 32px; } 
#contWrap.xfinder .box-01 .grey-box-wrap li dl dt { font-size: 24px; font-weight: 800; margin-bottom: 8px; } 
#contWrap.xfinder .box-01 .grey-box-wrap li dl dd { color: #7a7a7a; } 
#contWrap.xfinder .box-01 .cont-img { width:1120px; padding:40px; margin:0 auto; border-radius: 15px; filter: drop-shadow(0px 20px 30px rgba(0,0,0,.1)); background-color:#fff; margin-bottom: 180px; } 
#contWrap.xfinder .box-01 .cont-img p { font-size: 20px; font-weight: 800; } 

#contWrap.xfinder .box-02 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:160px 0; background:url('../images/sub_xfinder/section-02-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; color:#fff; } 
#contWrap.xfinder .box-02 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto; display: flex; justify-content: space-between; } 
#contWrap.xfinder .box-02 .cont-txt { width: 35%; } 
#contWrap.xfinder .box-02 .bnf-box-wrap { width:55%; } 
#contWrap.xfinder .bnf-box { display: flex; justify-content: space-between; flex-wrap:wrap; } 
#contWrap.xfinder .bnf-box div { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 2rem; margin-bottom: 16px; background-color: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; backdrop-filter: blur(8px); } 
#contWrap.xfinder .bnf-box div img { width: 86px; height: 86px; margin-right: 30px; } 
#contWrap.xfinder .bnf-box div dl { width: calc(100% - 132px); } 
#contWrap.xfinder .bnf-box div dl dt { margin-bottom: 8px; text-indent: -16px; } 
#contWrap.xfinder .bnf-box div dl dd { font-size: 15px; font-weight: 200; opacity: .7; } 
#contWrap.xfinder .bnf-box div dl dd ul li { list-style-type: disc; margin-bottom: 4px; } 

#contWrap.xfinder .box-03 {width: 1200px; padding: 0 40px; margin: 0 auto 180px;}
#contWrap.xfinder .box-03 ul { display: flex; justify-content: space-between; } 
#contWrap.xfinder .box-03 ul li { width: 48%; } 
#contWrap.xfinder .box-03 ul li img { width:100%; margin-bottom: 32px; box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.10); } 
#contWrap.xfinder .box-03 ul li p { font-size:20px; font-weight: 800; margin-bottom: 16px; } 
#contWrap.xfinder .box-03 ul li p strong { font-weight:800; } 


#top-tit.vishare { background: url('../images/sub_vishare/tit-bg.jpg') no-repeat center center; } 
#contWrap.vishare .box-02 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:160px 0; background:url('../images/sub_vishare/section-02-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; color:#fff; } 
#contWrap.vishare .box-02 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto; display: flex; justify-content: space-between; } 
#contWrap.vishare .box-02 .cont-txt { width: 35%; } 
#contWrap.vishare .box-02 .bnf-box-wrap { width:55%; } 
#contWrap.vishare .bnf-box { display: flex; justify-content: space-between; flex-wrap:wrap; } 
#contWrap.vishare .bnf-box div { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 2rem; margin-bottom: 16px; background-color: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; backdrop-filter: blur(8px); } 
#contWrap.vishare .bnf-box div img { width: 86px; height: 86px; margin-right: 30px; } 
#contWrap.vishare .bnf-box div dl { width: calc(100% - 132px); } 
#contWrap.vishare .bnf-box div dl dt { margin-bottom: 8px; text-indent: -16px; } 
#contWrap.vishare .bnf-box div dl dd { font-size: 15px; font-weight: 200; opacity: .7; } 
#contWrap.vishare .bnf-box div dl dd ul li { list-style-type: disc; margin-bottom: 4px; }
#contWrap.vishare .box-03 > ul {width:86%; margin:16px auto 0; display:flex; align-items: center; justify-content: center; }
#contWrap.vishare .box-03 > ul li {font-size: 80px; font-weight: 400; color:#d1d1d1;}
#contWrap.vishare .box-03 > ul li:nth-child(2) {margin: 0 24px; font-size: 24px; font-weight: 700; line-height: 1.3; letter-spacing: -1.5%; color:#2a2a2a;}

#contWrap.vishare .box-04 {width: 1200px; margin: 0 auto;}
#contWrap.vishare .box-04 ul {display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom:180px ;}
#contWrap.vishare .box-04 ul li {width: calc(49% - 80px); display: flex; align-items: center; padding: 32px 40px; background-color:#f0f0f0; border-radius: 20px ; margin-bottom: 2%;}
#contWrap.vishare .box-04 ul li img {width: 100px; height: 100px; margin-right:32px;}
#contWrap.vishare .box-04 ul li dl {text-align: left;}
#contWrap.vishare .box-04 ul li dl dt {font-size: 24px; font-weight: 600; margin-bottom: 8px;}
#contWrap.vishare .box-04 ul li dl dd {font-size: 16px; color: #7a7a7a;}
#contWrap.vishare .video-wrap {width:1200px; margin:0 auto 32px; display: flex; justify-content: center;}
#contWrap.vishare .video-wrap div.phone-bg {width: 350px; height: 680px;position: relative; background: url('../images/sub_vishare/section-05-bg.png') no-repeat center center;}
#contWrap.vishare .video-wrap div.phone-bg:first-child {margin-right: 40px;}
div.phone-bg iframe {width: 306px; height: 544px; position: absolute; top:60px; left:50%; transform: translateX(-50%);}
.css-etlmcx {max-width: 100% !important; max-height: auto !important;}
#contWrap.vishare .box-05 p { font-size: 20px; font-weight: 800; } 


#top-tit.aitb { background: url('../images/sub_aitb/tit-bg.jpg') no-repeat center center; } 
#contWrap.aitb .box-02 { background-color: #f0f0f0; padding:180px 0; margin-bottom:0; } 
#contWrap.aitb .box-02 .grey-box-wrap { width:1200px; display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto 60px; } 
#contWrap.aitb .box-02 .grey-box-wrap li { width:220px; height:220px; padding:36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='384' height='384' viewBox='0 0 384 384' fill='white'%3E%3Cpath d='M299.085 374.847C227.695 387.051 156.305 387.051 84.8814 374.847C51.322 368.475 15.4915 332.678 9.15254 299.119C-3.05085 227.695 -3.05085 156.305 9.15254 84.9152C15.5254 51.322 51.322 15.5254 84.9152 9.15254C156.305 -3.05085 227.695 -3.05085 299.119 9.15254C332.678 15.5254 368.508 51.322 374.847 84.8814C387.051 156.271 387.051 227.661 374.847 299.085C368.475 332.644 332.678 368.475 299.119 374.814L299.085 374.847Z' fill='white'/%3E%3C/svg%3E"); background-size:100%; background-repeat: no-repeat; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; position: relative; }

#contWrap.aitb .box-02 .grey-box-wrap li::after {content: ''; display: block; width: 20px; height: 28px; background: url('../images/sub_aitb/section-02-arr.png') no-repeat center center; position: absolute; right: -33%;}
#contWrap.aitb .box-02 .grey-box-wrap li:last-child::after {display: none;}
#contWrap.aitb .box-02 .grey-box-wrap li img { margin: 0 auto } 
#contWrap.aitb .box-02 .grey-box-wrap li p { font-size:18px; font-weight:800; line-height: 1.3; color:#594FC2; width: 100%;;} 
#contWrap.aitb .box-02 .cont-img { width:100%; position: relative; } 
#contWrap.aitb .box-02 .cont-img img.script { box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15); border-radius: 15px; } 
#contWrap.aitb .box-02 .cont-img img.toolbar { position: absolute; top: 80%; left: 50%; transform: translate(-50%, -50%); filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25)); } 
#contWrap.aitb .box-02 figure {display: flex; justify-content: center; margin-bottom: 24px;}
#contWrap.aitb .box-02 figure img {border-radius:10px ; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);}
#contWrap.aitb .box-02 figure img:first-child {margin-right: 16px;}
#contWrap.aitb .box-02 > ul.ex-img {width:86%; margin:16px auto 0; display:flex; align-items: center; justify-content: center; }
#contWrap.aitb .box-02 > ul.ex-img li {font-size: 80px; font-weight: 400; color:#d1d1d1;}
#contWrap.aitb .box-02 > ul.ex-img li:nth-child(2) {margin: 0 24px; font-size: 24px; font-weight: 800; line-height: 1.3; color:#2a2a2a;}
#contWrap.aitb .box-03 {max-width: 1200px; margin:0 auto 180px;}
#contWrap.aitb .box-03 .plans-wrap { display: flex; justify-content: center; text-align: left; } 
#contWrap.aitb .box-03 .plans-wrap .plan-box { width: 25%; margin: 0 8px; } 
#contWrap.aitb .box-03 .plan-box > dl > dt { width: 100%; padding: 1rem 0; font-size:.9375rem; text-align: center; color:#fff; border-radius:10px; margin-bottom: 8px; } 
#contWrap.aitb .box-03 .plan-box.slim > dl > dt { background-color:#82818D; } 
#contWrap.aitb .box-03 .plan-box.basic > dl > dt { background-color:#8B87B6; } 
#contWrap.aitb .box-03 .plan-box.pro > dl > dt { background-color:#7B75C0; } 
#contWrap.aitb .box-03 .plan-box.prem > dl > dt { background-color:#594FC2; } 
#contWrap.aitb .box-03 .plan-box > dl > dd { background-color: #f0f0f0; border-radius: 10px; padding: 0 1rem; } 
#contWrap.aitb .box-03 .plan-box dd div.depth-01 { display:flex; border-bottom: 1px dashed #d1d1d1; padding:1.3rem .5rem; } 
#contWrap.aitb .box-03 .plan-box dd div.depth-01:last-child {border-bottom: 0;}

#contWrap.aitb .box-03 .plan-box dd div img { width:18px; height: 18px; object-fit: contain; }
#contWrap.aitb .box-03 .plan-cont {width:100%; display: flex; justify-content: flex-start; align-items: center;}
#contWrap.aitb .box-03 .plan-cont dt {margin-right: 8px; display: flex; align-items: center;}
#contWrap.aitb .box-03 .plan-cont dd {font-size: .9375rem; font-weight: bold;  } 
#contWrap.aitb .box-03 div.depth-01 p { color:#777; font-size: .9375rem; display: flex; align-items: center; } 
#contWrap.aitb .box-03 div.plan-note {width: 100%; padding:1rem 0; color: #E24040; font-size: .9375rem; font-weight: bold;}


#contWrap.aitb .box-04 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:160px 0; background:url('../images/sub_aitb/section-04-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; color:#fff; } 
#contWrap.aitb .box-04 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto; display: flex; justify-content: space-between; } 
#contWrap.aitb .box-04 .cont-txt { width: 35%; } 
#contWrap.aitb .box-04 .bnf-box-wrap { width:55%; } 
#contWrap.aitb .bnf-box { display: flex; justify-content: space-between; flex-wrap:wrap; } 
#contWrap.aitb .bnf-box div { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 2rem; margin-bottom: 16px; background-color: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; backdrop-filter: blur(8px); } 
#contWrap.aitb .bnf-box div img { width: 120px; height: 100px; margin-right: 48px; } 
#contWrap.aitb .bnf-box div dl { width: calc(100% - 132px); } 
#contWrap.aitb .bnf-box div dl dt { margin-bottom: 8px; text-indent: -16px; } 
#contWrap.aitb .bnf-box div dl dd { font-size: 15px; font-weight: 200; opacity: .7; } 
#contWrap.aitb .bnf-box div dl dd ul li { list-style-type: disc; margin-bottom: 4px; }

#top-tit.aichatbot {background: url('../images/sub_aichatbot/tit-bg.jpg') no-repeat center center; } 
#contWrap.aichatbot .box-01 div { width:1120px; padding:40px; margin:0 auto; border-radius: 15px; filter: drop-shadow(0px 20px 30px rgba(0,0,0,.1)); background-color:#fff; } 
#contWrap.aichatbot .box-02 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:160px 0; background:url('../images/sub_aichatbot/section-02-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; color:#fff; } 
#contWrap.aichatbot .box-02 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto;  } 
#contWrap.aichatbot .box-02 .cont-txt { width: 100%; text-align: center; } 
#contWrap.aichatbot .box-02 .cont-txt dd {color:#fff; font-weight: 300;}
#contWrap.aichatbot .box-02 .bnf-box-wrap { width:100%; } 
#contWrap.aichatbot .bnf-box { display: flex; justify-content: space-between; flex-wrap:wrap; } 
#contWrap.aichatbot .bnf-box div { width: calc(49% - 4rem); display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 2rem; margin-bottom: 16px; background-color: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; backdrop-filter: blur(15px); } 
#contWrap.aichatbot .bnf-box div img { width: 86px; height: 86px; margin-right: 30px; } 
#contWrap.aichatbot .bnf-box div dl { width: calc(100% - 132px); } 
#contWrap.aichatbot .bnf-box div dl dt { margin-bottom: 8px;} 
#contWrap.aichatbot .bnf-box div dl dd { font-size: 15px; font-weight: 200; opacity: .7; line-height: 22px; } 
#contWrap.aichatbot .box-03 {width: 1200px; padding: 0 40px; margin: 0 auto 180px;}
#contWrap.aichatbot .box-03 ul { display: flex; justify-content: space-between; gap:24px } 
#contWrap.aichatbot .box-03 ul li { width: 33%; } 
#contWrap.aichatbot .box-03 ul li > img { width:100%; margin-bottom: 32px; box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.10); } 
#contWrap.aichatbot .box-03 ul li dl dt { font-size:16px; color:#4a4a4a; font-weight: 400; margin-bottom: 12px; }
#contWrap.aichatbot .box-03 ul li dl dd.baskin {font-size:24px; font-weight: 800; line-height: 40px; color:#FF4D71;}
#contWrap.aichatbot .box-03 ul li p strong { font-weight:800; } 
#contWrap.aichatbot .box-04 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:160px 0; background:url('../images/sub_aichatbot/section-04-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; color:#fff; } 
#contWrap.aichatbot .box-04 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto; } 
#contWrap.aichatbot .box-04 .bg-wrap .cont-txt {margin:0 auto; display: flex; justify-content: center; align-items: center;}
#contWrap.aichatbot .box-04 .bg-wrap .cont-txt {margin-bottom: 40px;}
#contWrap.aichatbot .box-04 .bg-wrap .cont-txt dt {margin-right: 48px; margin-bottom: 0;}
#contWrap.aichatbot .box-04 .bg-wrap .cont-txt dd {font-size:40px; color:#fff; font-weight: 800;}
#contWrap.aichatbot .box-04 .bg-wrap .award-box-wrap {padding: 2.5rem; margin-bottom: 16px; background-color: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; backdrop-filter: blur(15px);}
#contWrap.aichatbot .box-04 .bg-wrap .award-box-wrap dl {display: flex; justify-content: space-between;}
#contWrap.aichatbot .box-04 .bg-wrap .award-box-wrap dl dt {margin-right: 40px ;}
#contWrap.aichatbot .box-04 .bg-wrap .award-box-wrap dl dd {font-size: 1rem; font-weight: 300; line-height: 26px; display: flex; flex-direction: column; justify-content: center;}
#contWrap.aichatbot .box-04 .bg-wrap .award-box-wrap dl dd p.link-news {margin-top: 24px; display: inline-block; transition: ease .1s 0s;}
#contWrap.aichatbot .box-04 .bg-wrap .award-box-wrap dl dd p.link-news a {width:200px; height:48px; border-radius:24px; border:1px solid #fff; box-sizing: border-box; display: flex; align-items: center; justify-content: center; transition: ease .1s 0s;}
#contWrap.aichatbot .box-04 .bg-wrap .award-box-wrap dl dd p.link-news a .icon-arr { display:inline-block; width: 20px; height: 20px; margin-left:8px; background: url('../images/icon-kv-arr.png') no-repeat center center; transition: ease .1s 0s; margin-left: 16px;  } 
#contWrap.aichatbot .box-04 .bg-wrap .award-box-wrap dl dd p.link-news a:hover {background-color: rgba(255,255,255,.1);}


#top-tit.mrmai { background:url("../images/sub_mrmai/tit-bg.jpg") no-repeat center center } 
#contWrap.mrmai .box-01 { width:1200px; padding:0 40px; margin:0 auto; }
#contWrap.mrmai .box-01 { margin-bottom:180px; }
#contWrap.mrmai .box-01 .kf-wrap {width:100%; display: flex; justify-content: space-between; margin:0 auto;}
#contWrap.mrmai .box-01 .kf-wrap .kf {position: relative; width: 32%;}
#contWrap.mrmai .box-01 .kf-wrap p {display: inline-block; padding: 0 24px; height: 40px; border-radius: 20px; font-size: 16px; line-height: 40px; font-weight: 700; background-color: #594FC2; color: #ffffff; position: absolute; top: -21px; left: 50%; transform: translateX(-50%);}
#contWrap.mrmai .box-01 .kf-wrap dl {padding: 40px 32px 32px; border-radius: 20px; background-color: #F0F0F0; }
#contWrap.mrmai .box-01 .kf-wrap dl dt {font-size: 20px; line-height: 30px; font-weight: 700; color:#594FC2; margin-bottom: 12px;}
#contWrap.mrmai .box-01 .kf-wrap dl dd {font-size: 15px; line-height: 22px; text-align: left; position: relative; padding-left: 8px;}
#contWrap.mrmai .box-01 .kf-wrap dl dd::before {content: ''; display: inline-block; width:3px; height: 3px; border-radius: 1.5px; background-color: #1a1a1a; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}

#contWrap.mrmai .box-02 { width:100%; padding:180px 0px; margin-bottom: 0; background-color:#f0f0f0; } 
#contWrap.mrmai .box-02 dl.cont-txt { width: 1200px; margin:0 auto 120px !important;}
#contWrap.mrmai .box-02 div.img-wrap dl { width: 1200px; position: relative; margin: 0 auto;}
#contWrap.mrmai .box-02 div dl dt {width: 100%; position: absolute; top: -48px; left: 0; z-index: 1;}
#contWrap.mrmai .box-02 div dl dd {margin-top: 40px;}

#contWrap.mrmai .box-03 { width:100%; text-align: left; display: flex; justify-content: space-between; padding:160px 0; background:url('../images/sub_mrmai/section-03-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; color:#fff; } 
#contWrap.mrmai .box-03 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto;  } 
#contWrap.mrmai .box-03 .cont-txt { width: 100%; text-align: center; } 
#contWrap.mrmai .box-03 .cont-txt dd {color:#fff;}
#contWrap.mrmai .box-03 .dpoint {display: flex; justify-content:center; align-items: center; gap: 64px;}
#contWrap.mrmai .box-03 .dpoint ul li {margin-bottom: 16px; display: flex; align-items: center; padding:16px 24px; background-color: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; backdrop-filter: blur(15px);}
#contWrap.mrmai .box-03 .dpoint ul li img {margin-right: 24px;}
#contWrap.mrmai .box-03 .dpoint ul li dl dt {font-size: 14px; margin-bottom: 8px;}
#contWrap.mrmai .box-03 .dpoint ul li dl dd {font-size: 16px; font-weight: 400;}
#contWrap.mrmai .box-03 .dpoint > p {width: 360px; height: 360px; border-radius: 180px; background-color: #fff;  text-align: center; font-size: 24px; line-height: 32px; font-weight: 700; color: #1a1a1a; display: flex; justify-content: center; align-items: center; box-shadow: 0 0px 40px rgba(255,255,255,.6);}

#contWrap.mrmai .box-04 .eff-wrap {display: flex; justify-self: center; gap: 24px;}
#contWrap.mrmai .box-04 .eff-wrap .eff-cont {position: relative;}
#contWrap.mrmai .box-04 .eff-wrap .eff-cont p.title {display: inline-block; padding: 0 24px; height: 42px; border-radius: 21px; font-size: 18px; line-height: 42px; font-weight: 700; background-color: #594FC2; color: #ffffff; position: absolute; top: -21px; left: 50%; transform: translateX(-50%);}
#contWrap.mrmai .box-04 .eff-wrap .eff-cont > dl {padding: 48px 40px 40px; background-color: #F3F3FB; margin-top: 24px; border-radius: 24px;}
#contWrap.mrmai .box-04 .eff-wrap .eff-cont > dl > dt {font-size: 22px; font-weight: 700; color:#594FC2; margin-bottom: 24px;}
#contWrap.mrmai .box-04 .eff-wrap .eff-cont > dl > dd > dl {width: 420px; background-color: #fff; margin-bottom: 16px; padding: 24px 0; border-radius: 8px;}
#contWrap.mrmai .box-04 .eff-wrap .eff-cont > dl > dd > dl:last-child {margin-bottom:0;}
#contWrap.mrmai .box-04 .eff-wrap .eff-cont > dl > dd > dl > dt {font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #594FC2;}
#contWrap.mrmai .box-04 .eff-wrap .eff-cont > dl > dd > dl > dd {font-size: 15px; line-height: 20px;}

#contWrap.mrmai .box-05 { width:100%; padding:180px 0px 100px; margin-bottom: 180px; background-color:#f0f0f0; } 
#contWrap.mrmai .box-05 dl.cont-txt { width: 1200px; margin:0 auto 60px !important;}


#top-tit.mcphub { background:url("../images/sub_mcphub/tit-bg.jpg") no-repeat center center } 
#contWrap.mcphub .box-01 { width:1200px; padding:0 40px; margin:0 auto; }
#contWrap.mcphub .box-01 { width:1200px; padding:0 40px; margin:0 auto; }
#contWrap.mcphub .box-01 { margin-bottom:180px; }
#contWrap.mcphub .box-01 .kf-wrap {width:100%; display: flex; justify-content: space-between; gap: 16px; margin:0 auto;}
#contWrap.mcphub .box-01 .kf-wrap .kf {position: relative; width: 32%;}
#contWrap.mcphub .box-01 .kf-wrap p {display: inline-block; padding: 0 24px; height: 40px; border-radius: 20px; font-size: 16px; line-height: 40px; font-weight: 700; background-color: #594FC2; color: #ffffff; position: absolute; top: -21px; left: 50%; transform: translateX(-50%);}
#contWrap.mcphub .box-01 .kf-wrap dl {padding: 40px 24px 24px; border-radius: 20px; background-color: #F0F0F0; }
#contWrap.mcphub .box-01 .kf-wrap dl dt {font-size: 16px; line-height: 24px; font-weight: 700;}

#contWrap.mcphub .box-02 { background-color: #f0f0f0; padding:180px 0; margin-bottom:0; } 
#contWrap.mcphub .box-02 .grey-box-wrap { width:1200px; display: flex; flex-wrap: nowrap; justify-content: center; gap: 40px; margin: 0 auto; } 
#contWrap.mcphub .box-02 .grey-box-wrap li { width:220px; height:220px; padding:36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='384' height='384' viewBox='0 0 384 384' fill='white'%3E%3Cpath d='M299.085 374.847C227.695 387.051 156.305 387.051 84.8814 374.847C51.322 368.475 15.4915 332.678 9.15254 299.119C-3.05085 227.695 -3.05085 156.305 9.15254 84.9152C15.5254 51.322 51.322 15.5254 84.9152 9.15254C156.305 -3.05085 227.695 -3.05085 299.119 9.15254C332.678 15.5254 368.508 51.322 374.847 84.8814C387.051 156.271 387.051 227.661 374.847 299.085C368.475 332.644 332.678 368.475 299.119 374.814L299.085 374.847Z' fill='white'/%3E%3C/svg%3E"); background-size:100%; background-repeat: no-repeat; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; position: relative; }
#contWrap.mcphub .box-02 .grey-box-wrap li img { margin: 0 auto } 
#contWrap.mcphub .box-02 .grey-box-wrap li p { font-size:18px; font-weight:800; line-height: 1.3; color:#594FC2; width: 100%;}

#contWrap.mcphub .box-03 {width:1200px; padding:180px 0 100px; margin:0 auto; } 
#contWrap.mcphub .box-03 .img-wrap {position: relative; width: 100%; height: 630px; background:url('../images/sub_mcphub/section-03-01.jpg') no-repeat center center;}
#contWrap.mcphub .box-03 .img-wrap ul {position: absolute; width: 100%; display: flex; justify-content: space-between;}
#contWrap.mcphub .box-03 .img-wrap ul:first-child {top: 100px;}
#contWrap.mcphub .box-03 .img-wrap ul:last-child {top: 240px;}
#contWrap.mcphub .box-03 .img-wrap ul li {width: 360px; padding: 16px 24px; background-color: #fff; border-radius: 16px; border:1px solid #594FC2; box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1);}
#contWrap.mcphub .box-03 .img-wrap ul li dl dt {font-weight: 700; color: #594FC2; margin-bottom: 8px; text-align: left;}
#contWrap.mcphub .box-03 .img-wrap ul li dl dd {font-size: 15px; line-height: 22px; text-align: left; padding-left: 8px; position: relative;}
#contWrap.mcphub .box-03 .img-wrap ul li dl dd::before {content: ''; display: inline-block; width:3px; height: 3px; border-radius: 1.5px; background-color: #1a1a1a; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}

#contWrap.mcphub .box-04 { background-color: #f0f0f0; padding:180px 0; margin-bottom:0; }
#contWrap.mcphub .box-04 ul {width: 1200px; margin:0 auto; display: flex; justify-content: center;}
#contWrap.mcphub .box-04 ul li dl dt {font-size: 14px; color:#594FC2; margin-bottom: 4px;}
#contWrap.mcphub .box-04 ul li dl dd {font-weight: 700;}
#contWrap.mcphub .box-04 ul li dl dd:nth-child(2) {margin-bottom: 24px;}

#contWrap.mcphub .box-05 { width:100%; text-align: left; padding:160px 0; margin-bottom: 0; background:url('../images/sub_mcphub/section-05-bg.jpg') no-repeat center center; background-attachment: fixed; background-size:cover; color:#fff; }
#contWrap.mcphub .box-05 .bg-wrap { width: 1200px; padding:0 40px; margin:0 auto;  } 
#contWrap.mcphub .box-05 .cont-txt { width: 100%; text-align: center; } 
#contWrap.mcphub .box-05 .cont-txt dd {color:#fff; font-weight: 300;}
#contWrap.mcphub .box-05 ul {width: 1200px; margin:0 auto; display: flex; justify-content: center; gap: 24px; margin-bottom: 40px;}
#contWrap.mcphub .box-05 ul li {width:33%; display: flex; justify-content: space-between; align-items: center; padding: 24px 40px; background-color: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; backdrop-filter: blur(15px); }
#contWrap.mcphub .box-05 ul li dl {width: 100%;}
#contWrap.mcphub .box-05 ul li > dl > dt {text-align: center; margin-bottom: 16px;}
#contWrap.mcphub .box-05 .txt-list dl dt {margin-bottom: 16px; font-size: 24px; font-weight:700; text-align: center;}
#contWrap.mcphub .box-05 .txt-list dl dd {font-size: 15px; line-height: 22px; font-weight: 200; position: relative; padding-left: 8px;}
#contWrap.mcphub .box-05 .txt-list dl dd::before {content: ''; display: inline-block; width:3px; height: 3px; border-radius: 1.5px; background-color: #fff; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
#contWrap.mcphub .box-05 .product-wrap {width: 1200px; margin:0 auto;}
#contWrap.mcphub .box-05 .product-wrap.product-1 {margin-bottom: 24px;}
#contWrap.mcphub .box-05 .product-wrap dl {display: flex;}
#contWrap.mcphub .box-05 .product-wrap dl dt {margin-right: 16px; padding: 0 24px; height: 50px; line-height: 50px; background-color: #594FC2; border-radius: 16px 16px 0 0;}
#contWrap.mcphub .box-05 .product-wrap dl dd {line-height: 50px; font-size: 20px; font-weight: 700;}
#contWrap.mcphub .box-05 .product-wrap img {border-radius: 0 16px 16px 16px;}
#contWrap.mcphub .box-06 { background-color: #f0f0f0; padding:180px 0; margin-bottom:180px; }
#contWrap.mcphub .box-06 .cont-txt {margin-bottom: 48px;}
#contWrap.mcphub .box-06 .grey-box-wrap { width:1200px; display: flex; flex-wrap: nowrap; justify-content: center; gap: 40px; margin: 0 auto 32px; display: flex; justify-content: center; align-items: center; }
#contWrap.mcphub .box-06 .sub-cont-txt {margin-bottom: 0;}