@charset "utf-8";

/*--------------------------------------------------------------------------
| Common
|--------------------------------------------------------------------------*/
/* Font */
.poppins {font-family:"MP"!important;}
.en {font-family:"MP"!important;}
.f-black {font-weight:800!important;;}

/* Category */
.category {font-family:"MP"; font-size:20px; font-weight:700; color:#ff8a3d; line-height:1;}

/* Title */
.title-large {font-size:38px; font-weight:400; line-height:1.2;}
.title-medium {font-size:32px; font-weight:400; line-height:1.2;}
.title-small {font-size:28px; font-weight:800; line-height:1.4;}
.title-xsmall {font-size:22px; font-weight:800; line-height:1.4;}

/* Text */
.text-medium {font-size:16px; color:#666;}

/* Point Color */
.point-color{color:#ff8a3d!important}
.point-color.blue{color:#446fec!important}

/* On The Box */
.on-the-box__wrap {display:flex; flex-wrap:wrap; margin:-10px;}
.on-the-box__item {width:50%; padding:10px;}
.on-the-box__inner {position:relative;}
.on-the-box__img-wrap {display:flex; justify-content:center; align-items:center; overflow:hidden;}
.on-the-box__img {max-width:100%; height:auto;}
.on-the-box__text-box {width:86%; padding:30px 20px; background-color:#fff; transform:translateY(-40px);}
.on-the-box__category {font-size:14px; font-weight:600; color:#4479ff; line-height:1;}
.on-the-box__text-box.flex-wrap .on-the-box__category {flex-shrink:0; width:80px;}
.on-the-box__text-wrap {width:100%; margin-top:-3px;}
.on-the-box__title {margin-top:10px; font-size:20px; line-height:1.3;}
.on-the-box__title:first-child {margin-top:0;}
.on-the-box__text {margin-top:10px; font-size:16px; color:#444;}


@media (max-width:1280px) {
	/* Category */
	.category {font-size:18px;}

	/* Title */
	.title-large {font-size:36px;}

	/* On The Box */
	.on-the-box__text-box {flex-direction:column;}
	.on-the-box__text-box.flex-wrap .on-the-box__category {width:auto;}
	.on-the-box__text-wrap {margin-top:20px;}

}

@media (max-width:1024px) {
	/* Category */
	.category {font-size:17px;}

	/* Title */
	.title-large {font-size:34px;}
	.title-medium {font-size:30px;}
	.title-small {font-size:28px;}
	.title-xsmall {font-size:26px;}

	/* Text */
	.text-medium {font-size:16px;}

	/* On The Box */
	.on-the-box__title {font-size:19px;}

}
@media (max-width:640px) {
	/* Category */
	.category {font-size:16px;}

	/* Title */
	.title-large {font-size:30px;}
	.title-medium {font-size:27px;}
	.title-small {font-size:24px;}
	.title-xsmall {font-size:22px;}

	/* On The Box */
	.on-the-box__wrap {flex-direction:column;}
	.on-the-box__text-box{width:100%;}
	.main-vision .on-the-box {width:100%;}
	.on-the-box__item {width:100%;}
	.on-the-box__img-wrap {height:240px;}
	.on-the-box__img {width:100%;}

}

/********************************************************
* Company
*********************************************************/

/* company */
.company {padding:80px 0px;}
.company .flex-wrap {align-items:center;}
.company__img-wrap {display:flex; justify-content:center; align-items:center; min-width:200px; overflow:hidden;}
.company__img {width:100%; height:auto;}
.company__text-wrap {width:100%; max-width:750px; margin-left:60px;}
.company .title-xsmall {margin-top:25px;}
.company .text-medium {margin-top:10px;}
.company__list {margin-top:45px;}
.company__item {padding:0 18px; border-bottom:2px solid #e5e5e5;}
.company__inner {display:flex; justify-content:space-between; align-items:center; min-height:65px; padding:10px 0;}
.company__inner-title {font-size:18px; font-weight:700; color:#999;}
.company__inner-text {font-size:18px; font-weight:600;}

.company-vision {padding-bottom:70px;}
.company-vision .inner {max-width:1340px;}
.company-vision__title-wrap {position:relative; padding-bottom:85px; text-align:center;}
.company-vision__title-wrap::after {content:"EMBEDED SOFTWARE TEST"; position:absolute; bottom:0; left:0; width:100%; opacity:.05; font-family:"MP"; font-size:90px; font-weight:800; line-height:.7; text-align:center;}
.company-vision .category {margin-bottom:25px;}
.company-vision .on-the-box {margin-top:-20px;}

.company-ci {padding-bottom:100px;}
.company-ci .inner {max-width:1340px;}

.company-ci__title-wrap {position:relative; padding-bottom:85px; text-align:center;}
.company-ci__title-wrap::after {content:"CORPORATE IDENTITY"; position:absolute; bottom:0; left:0; width:100%; opacity:.05; font-family:"MP"; font-size:90px; font-weight:800; line-height:.7; text-align:center;}
.company-ci .category {margin-bottom:25px;}
.company-ci-wrap{max-width:1340px;}
.company-ci__img-wrap {min-width:200px; overflow:hidden; border-radius:0 70px 0 0;}
.company-ci__img {max-width:100%; height:auto;}
.company-ci__wrap {max-width:1100px; margin-left:40px; align-self:top;}
.company-ci__text-wrap {padding-bottom:30px; margin-top:0px; border-bottom:1px solid #e5e5e5;}
.company-ci .text-medium {margin-top:15px;}

.company-certi ul{display: flex; justify-content: space-between;margin-top:30px}
.company-certi ul li{width:18%; text-align: center; }
.company-certi ul li img{width:150px;border: 1px solid #888;  box-shadow: 5px 5px 5px 0 rgb(25 53 116 / 22%);}
.company-certi ul li p{margin-top:10px;}

@media (max-width:640px) {
	.company-certi ul{display:block}
	.company-certi ul li{width:100%; margin-bottom:30px;}

}

/* Greeting */
.greeting {padding:80px 0px;}
.greeting .title-medium{font-weight:600;line-height:1.5}
.greeting__wrap ul{display: flex; justify-content: space-between;}
.greeting__wrap ul li:first-child{margin-right:4%;}
.greeting__wrap ul li img{max-width:100%;}

.greeting .point-color {display:inline-block;}
.greeting__text-wrap::before{content:"";display:block;width:55px;height:1px;margin:25px auto 30px 0;background-color:#e5e5e5;}
.greeting .text-medium {margin-top:25px;font-weight:400;}
.greeting .text-medium:first-child {margin-top:5px;}
.greeting__sign {margin-top:45px;}
.greeting__position {font-size:18px; font-weight:500; color:#aaa;}
.greeting__name {margin-top:5px; font-size:19px; font-weight:500; letter-spacing:0.2rem;}

@media (max-width:640px) {
	.greeting__wrap ul{display: block}
	.greeting__wrap ul li:first-child{margin-right:0%;}
	.greeting__wrap ul li img{margin-bottom:10px;}

}



/* 연혁 */
.history_intro {margin-bottom: clamp(35px, 9.722vw * 0.5, 50px);}
.history_intro .bg {background-image: url(../img/history-bg.jpg);}
.history_tit {font-size: var(--font-50); font-weight: var(--font-bd); line-height: 1; text-align: center; margin-bottom: 40px; margin-top: clamp(47px, 13.056vw * 0.6, 72px);}
.history_content {display: flex; flex-direction: column; position: relative; gap: clamp(50px, 13.889vw * 0.6, 92px); padding-top: 55px;}
.history_content .line {display: block; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: var(--color-line5);}
.history_content .line .bar {position: absolute; left: 0; top: 0; width: 100%; background: var(--color-deep); transform-origin: 0 0; z-index: 1; transition: height .2s ease;}
.history_content .item {position: relative; z-index: 2;}
.history_content .year {font-size: var(--font-32); line-height: 1; font-weight: var(--font-bd); letter-spacing: -0.025em; color: var(--color-deep);}
.history_content .month {font-size: var(--font-18-16); position: relative;}
.history_content .date,
.history_content .txt {letter-spacing: -0.025em;}
.history_content .date {font-weight: var(--font-bd);}
.history_content .txt {color: var(--color-dark);}
.history_content .txt .sub {font-size: 0.889em;}
.history_content .month::before {content: ""; display: block; width: 9px; aspect-ratio: 1; background: var(--color-line5); border-radius: 50%; position: absolute; left: 0; top: .95em; transform: translate(-50%, -50%); z-index: 5;}
.history_content .month.on::before {background: var(--color-point2);}
.history_content .item > .month:not(:first-of-type) {margin-top: clamp(18px, 5vw * 0.6, 15px);}
.history_content .item:last-of-type > .month:last-of-type::after {content: ""; display: block; width: 5px; position: absolute; left: -2px; top: 1em; bottom: -2px; background: #fff; z-index: 1;}

.history_content .anchor {margin-top: calc(var(--space-60) * -1)}

@media (min-width: 993px) {
	.history_content .month {display: flex; gap: 30px; position: relative; padding-left: 45px; line-height: 1.556;}
	.history_content .year {position: absolute; left: -45px; top: 0; transform: translate(-100%, -12%);}
	.history_content .item {flex: 0 0 auto; width: 50%;}
	.history_content .item:nth-child(odd) {margin-left: auto;}
	.history_content .item:nth-child(even) {text-align: right; padding-left: 0;}
	.history_content .item:nth-child(even) .year {left: auto; right: -45px; transform: translate(100%, -12%);}
	.history_content .item:nth-child(even) .month {justify-content: flex-end; padding-right: 45px; padding-left: 0;}
	.history_content .item:nth-child(even) .date {order: 2;}
	.history_content .item:nth-child(even) .img {margin-left: auto;}
	.history_content .item:nth-child(even) .month::before {left: auto; right: 0; transform: translate(50%, -50%);}
}

@media (max-width: 992px) {
	.history_tit {margin-bottom: 1.306em;}
	.history_content {padding-top: 0;}
	.history_content .line {left: 4px;}
	.history_content .month {line-height: 1.5; padding-left: 23px; gap: 1.75em;}
	.history_content .month::before {transform: translate(0, -50%);}
	.history_content .item:first-of-type .month:first-of-type::after {content: ""; display: block; position: absolute; left: 0; width: 9px; background: #fff; top: -60px; bottom: 10px;} 
	.history_content .txt {padding-left: 0.138em;}
	.history_content .year {margin-left: 23px; margin-bottom: 0.654em;}
}


.partner_intro {margin-bottom: clamp(35px, 9.722vw * 0.5, 50px);}
.partner_intro .bg {background-image: url(../img/partner-bg.jpg);}

.partner_contentdiv{ }
.partner_content {display: flex; flex-direction: column; position: relative;  margin-top:80px; }
.partner_content .partner_tit {font-size: var(--font-30); font-weight:700; line-height: 1; text-align: center; margin-bottom:20px;}
.partner_content ul { display: flex;flex-wrap: wrap;gap:11px; flex-direction: row;flex-basis: auto;}
.partner_content ul li {width:calc(24.3%);border:1px solid #ddd;text-align: center;padding:20px 10px; box-sizing: border-box;}
.partner_content ul li img{max-width:100%;}


@media all and (max-width:1024px)  {
  .partner_content ul li{width:calc(19%);}
}

@media all and (max-width:768px)  {
  .partner_content ul li{width:calc(23.5%);}
  .partner_content .partner_tit { font-size: 20px;}
}

@media all and (max-width:679px)  {
  .partner_content ul li{width:calc(30.5%);}
  .partner_content .partner_tit { font-size: 20px;}
}







.pagination {width:500px; margin:0 auto; display: flex; justify-content: center;}
.pagination a { display: flex; justify-content: center; align-items: center; width: 40px;  height: 40px;  margin-right: 5px; color: #999;background-color: #fff;border: 1px solid #e5e5e5;}

.pagination a.first {background: url(../img/ar_first.png) no-repeat center;}
.pagination a.prev {background: url(../img/ar_prev.png) no-repeat center;}
.pagination strong {display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; margin-right: 5px; color: #fff;background-color: #333; border: 1px solid #e5e5e5;}
.pagination a.next {background: url(../img/ar_next.png) no-repeat center;}
.pagination a.last {background: url(../img/ar_last.png) no-repeat center;}
.pagination a.disabled{opacity:0.5;cursor:default;}

@media (max-width:540px) {
	.pagination {width:300px;}

}

.news-view .news-view-top{padding-bottom: 25px; border-bottom: 1px solid #ccc;margin-bottom: 32px;border-top: 1px solid #000;text-align: center;}
.news-view .news-view-top .title {padding-top: 31px; margin-bottom: 15px;font-size: 30px;line-height: 40px;color: #000;font-weight: 600; word-break: keep-all;}
.news-view .news-view-top .sub_title { margin-bottom: 15px; font-size: 16px; line-height: 30px; color: #777; ;}
.news-view .view_content{padding:10px; }
.news-view .news-cate {font-size:16px; line-height: 40px;display: block;}

.news-view .attach{padding: 26px 30px 29px; margin: 30px 0; background: #f5f5fa;}
.news-view .attach p{margin-bottom: 8px;font-size: 16px;line-height: 25px; color: #000;}
.news-view .attach ul > li {margin-bottom: 6px; font-size: 16px; line-height: 24px;}
.news-view .attach ul > li:before {content:'';display: inline-block; width: 18px; height: 20px; margin-right: 7px;background: url(../img/file-icon.gif) no-repeat 0 0;vertical-align: middle;}

.news-view-bottom { margin-top: 10px;margin-bottom: 30px; border: 1px solid #333;border-left: none;  border-right: none;}
.news-view-bottom li { position: relative; padding: 12px 20px 12px 55px;}
.news-view-bottom li:first-child {border-bottom: 1px solid #d8d8d8;}
.news-view-bottom li:before {content: '';display: inline-block; position: absolute; top: 20px; left: 19px; width: 15px; height: 9px;background: url(../img/news-bottom-icon.png) no-repeat 0 0;}
.news-view-bottom li.post-next:before { top: 21px; background-position: 0 -51px;}

.post-list {text-align: center;}
.post-list a{ position: relative;padding: 10px 30px; box-sizing: border-box; border: 1px solid #6a717e; font-size: 16px; line-height: 30px;}




/* services */
.sub-visual-services .sub-visual__img {background-image:url("../img/services-visual.jpg");}

.service-embeded {margin-top:50px;padding-bottom:100px;}
.service-embeded .flex-wrap {align-items:center;}
.service-embeded__title-wrap {position:relative; padding-bottom:0px;}
.service-embeded__title-wrap::after {content:"EMBEDED SOFTWARE TEST"; position:absolute; bottom:0; left:0; width:100%; opacity:.05; font-family:"MP"; font-size:80px; font-weight:800; line-height:.7; text-align:center;}

.service-embeded__div {background-color: #f3f3f3; padding:50px 0;}
.service-embeded__img-wrap {min-width:200px; overflow:hidden; }
.service-embeded__img {max-width:100%; height:auto;}
.service-embeded__wrap {max-width:1100px; margin-left:40px; align-self:top;}
.service-embeded__text-wrap {padding-bottom:30px; }

.service-embeded__text-wrap .title-small{padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid #ff8a3d;}

.textbox{background-color: #fff;border:1px solid #999; display: inline-block ; padding:7px; font-size: 13px; border-radius: 4px;margin-bottom:5px;}

.service-embeded2__div {padding:50px 0;}

.service-embeded2__img-wrap {min-width:200px; overflow:hidden; }
.service-embeded2__img {max-width:100%; height:auto;}
.service-embeded2__wrap {max-width:1100px; margin-right:40px; align-self:top;}
.service-embeded2__text-wrap {padding-bottom:30px; }
.service-embeded2__text-wrap .title-small{padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid #ff8a3d;}

.service-auto__title-wrap {position:relative; padding-bottom:0px;}
.service-auto__title-wrap::after {content:"AUTOMATION TEST"; position:absolute; bottom:0; left:0; width:100%; opacity:.05; font-family:"MP"; font-size:80px; font-weight:800; line-height:.7; text-align:center;}

.service-iot__title-wrap {position:relative; padding-bottom:0px;}
.service-iot__title-wrap::after {content:"INTERNET OF THINGS TEST"; position:absolute; bottom:0; left:0; width:100%; opacity:.05; font-family:"MP"; font-size:80px; font-weight:800; line-height:.7; text-align:center;}



.testservice-exp{margin-top:0px;}
.testservice-exp ul{display: flex; justify-content: space-between;}
.testservice-exp li{width:70%; background-color: #352eba; padding:40px; box-sizing: border-box;color:#fff; line-height: 1.5;}
.testservice-exp li:first-child{width:29.5%;background-image:url("../img/testservice-out-01.jpg"); background-size: cover; background-position: center;}

.testservice-exp li h4{margin-bottom:20px;}

.testservice-why{ margin-top:20px; background-color: #ebf2ff; border-radius: 4px;padding:40px; box-sizing: border-box;}
.testservice-why ul{display: flex; justify-content: space-between;}
.testservice-why ul li{width:50%;}
.testservice-why ul li:first-child{width:40%; margin-right:2%;}
.testservice-why ul li img{max-width: 100%; ;}
.testservice-why ul li p{line-height: 1.5; margin-top:10px;;}

.testservice-why2{ margin-top:20px;background-color: #ebf2ff; border-radius: 4px;padding:40px; box-sizing: border-box; }

@media (max-width:640px) {
	.testservice-why2{ padding:20px; }
}

.testservice-jong2{margin-top:10px;}
.testservice-jong2 ul{display: flex; flex-wrap: wrap;gap:11px; flex-direction: row;flex-basis: auto;}
.testservice-jong2 ul .jong2box{width:49.5%;border:1px solid #ddd; padding:40px; box-sizing: border-box; border-radius: 10px;}
.testservice-jong2 ul li ol{margin-top:20px;list-style-type: circle;}
.testservice-jong2 ul ol li{list-style-type: circle; margin-left:20px;}

.testservice-jong2 ul .jong2box p{position: absolute; right:30px; top:40px;}

@media (max-width:640px) {
	.testservice-jong2 ul{display: block;}
	.testservice-jong2 ul .jong2box{width:100%; margin-bottom:10px;padding:30px;}
	.testservice-jong2 ul .jong2box p{ top:20px; width:20px;}
}


.testservice-jong{margin-top:10px;}
.testservice-jong ul{display: flex; justify-content: space-between;}
.testservice-jong ul li{width:49%;border:1px solid #ddd; padding:40px; box-sizing: border-box; border-radius: 10px;display: flex; justify-content: space-between;}
.testservice-jong ul li div{width:60%;}
.testservice-jong ul li div:first-child{width:35%;}
.testservice-jong ul li div span{color:#025afd; font-size:14px; font-family:'MP'; font-weight: 800;}
.testservice-jong ul li p{line-height: 1.5; margin-top:10px;}
.testservice-jong ul li div span.mint{color:#02c691;}
.testservice-jong ul li div a{background-color:#025afd; color:#fff; padding:8px 20px; font-size:14px; border-radius: 4px;;}
.testservice-jong ul li div a:hover{background-color:#352eba;transition: all 0.3s; }

.testservice-jong ul li div a.mint{background-color:#02c691; }
.testservice-jong ul li div a.mint:hover{background-color:#352eba;transition: all 0.3s; }

.testservice-reason{width:100%; margin-top:30px;}
.testservice-reason ul{display: flex; justify-content: space-between;margin-top:20px;}
.testservice-reason ul li{width:24%; background-color: #352eba; color:#fff;border-radius: 4px;padding:50px 20px 20px 20px;text-align: center;}
.testservice-reason ul li span{color:#00ffde; font-size:60px; font-family: 'MP'; font-weight:100; letter-spacing: -3px;vertical-align: middle;}
.testservice-reason ul li span.dan{font-size:30px; }
.testservice-reason ul li span.dan2{font-size:30px;padding-top:300px; }




.testservice-area{margin-top:10px;}
.testservice-area ul{margin-top:20px;}
.testservice-area ul li{width:100%; border-radius: 4px;background-color: #ebf2ff; display: flex; margin-bottom:20px;overflow: hidden;}
.testservice-area ul li .area01{width:25%; height:140px; display: table;background-image:url("../img/testservice-out-area01.jpg"); background-size: cover; background-position: center;text-align: center; color:#fff; font-size:20px; margin-right:5%; }
.testservice-area ul li .area02{width:25%; height:140px; display: table;background-image:url("../img/testservice-out-area07.jpg"); background-size: cover; background-position: center;text-align: center; color:#fff; font-size:20px; margin-right:5%; }
.testservice-area ul li .area03{width:25%; height:140px; display: table;background-image:url("../img/testservice-out-area03.jpg"); background-size: cover; background-position: center;text-align: center; color:#fff; font-size:20px; margin-right:5%; }
.testservice-area ul li .area04{width:25%; height:140px; display: table;background-image:url("../img/testservice-out-area02.jpg"); background-size: cover; background-position: center;text-align: center; color:#fff; font-size:20px; margin-right:5%; }
.testservice-area ul li .area05{width:25%; height:140px; display: table;background-image:url("../img/testservice-out-area05re.jpg"); background-size: cover; background-position: center;text-align: center; color:#fff; font-size:20px; margin-right:5%; }
.testservice-area ul li .area06{width:25%; height:140px; display: table;background-image:url("../img/testservice-out-area06.jpg"); background-size: cover; background-position: center;text-align: center; color:#fff; font-size:20px; margin-right:5%; }
.testservice-area ul li .area07{width:25%; height:140px; display: table;background-image:url("../img/testservice-out-area04.jpg"); background-size: cover; background-position: center;text-align: center; color:#fff; font-size:20px; margin-right:5%; }
.testservice-area ul li p{display: table-cell; vertical-align: middle;font-size:20px; font-weight:700;}
.testservice-area ul li .area01-txt{width:65%; height:140px; display: table;}
.testservice-area ul li .area01-txt span {display: table-cell; vertical-align: middle;}
.testservice-area ul li .area01-txt span h4{font-size:20px; font-weight:700; display: block;}


.testservice-area2{margin-top:10px; text-align: center; color:#0c058c;}
.testservice-area2 p{margin-top:10px;}


.testservice-ask{width:100%;margin-top:80px;background-image:url("../img/testservice-askbg.jpg"); background-size: cover; background-position: center;padding:50px 0;color:#fff;text-align: center;}
.testservice-ask p{color:#fff;}

.testservice-ask-info{display: flex; padding-top:50px;width:800px; margin:0 auto}
.testservice-ask-info li{width:33%; }
.testservice-ask-info li p{margin-top:10px; font-weight:700; margin-bottom:5px;font-size:24px;}
.testservice-ask a{margin-top:50px;background-color:#025afd; color:#fff; padding:15px 70px; font-size:14px; border-radius: 4px; display: inline-block;}
.testservice-ask a:hover{background-color:#352eba;transition: all 0.3s; }

@media (max-width:820px) {
	.testservice-why ul li:first-child{width:48%;}
	.testservice-jong ul li {display: block;}
	.testservice-jong ul li div{width:100%;}
	.testservice-jong ul li div:first-child{width:100%;}
	.testservice-reason ul li span{ font-size:50px;}
	
	.testservice-ask-info{display: flex; padding-top:50px;width:600px; margin:0 auto}

}

@media (max-width:640px) {
	.testservice-exp ul{display: block}
	.testservice-exp li{width:100%;padding:20px;}
	.testservice-exp li:first-child{width:100%; height:150px;}
	.testservice-why ul{display: block;}
	.testservice-why ul li{width:100%;}
	.testservice-why ul li:first-child{width:100%;}
	.testservice-why ul li img{padding-top:20px;;}
	.testservice-jong ul{display:block}
	.testservice-jong ul li{width:100%; margin-bottom:10px;}
	.testservice-reason ul{display: block;}
	.testservice-reason ul li{width:100%; margin-bottom:10px;padding:30px 20px 20px 20px;}

	.testservice-ask-info{width:330px; }
	.testservice-area ul li{display: block}
	.testservice-area ul li .area01{width:100%; height:80px; margin-right:0%; }
	.testservice-area ul li .area02{width:100%; height:80px; margin-right:0%; }
	.testservice-area ul li .area03{width:100%; height:80px; margin-right:0%; }
	.testservice-area ul li .area04{width:100%; height:80px; margin-right:0%; }
	.testservice-area ul li .area05{width:100%; height:80px; margin-right:0%; }
	.testservice-area ul li .area06{width:100%; height:80px; margin-right:0%; }
	.testservice-area ul li .area07{width:100%; height:80px; margin-right:0%; }
	.testservice-area ul li .area01-txt{width:100%; padding:30px;}
	.testservice-area ul li .area01-txt span h4{font-size:18px; margin-bottom:10px}


}

.swtest-exp{margin-top:0px; background-image:url("../img/swtest-exp.jpg"); background-size: cover; background-position: center;color:#fff; padding:50px;}
.swtest-exp p{margin-top:10px;}
.swtest-exp span{color:#ffc000;padding-bottom:10px; display: block;font-family: 'MP';}


.swtest-cate{margin-top:30px;}
.swtest-cate ul{display: flex; justify-content: space-between;}
.swtest-cate ul .catebox{width:33%; background-color: #4d4398; color:#fff;border-radius: 4px; padding:30px;text-align: center;}
.swtest-cate ul .catebox h4{font-size:24px; border-bottom:1px solid #fff;padding-bottom:10px;padding-top:20px;}
.swtest-cate ul .catebox p{font-size:18px; font-weight:700; margin-top:20px;}
.swtest-cate ul .catebox ol{text-align: left;margin-left:30px;margin-top:20px;}
.swtest-cate ul .catebox ol li{list-style-type: disc;margin-bottom:5px}
.swtest-cate ul .catebox:first-child{background-color: #19254e;}
.swtest-cate ul .catebox:last-child{background-color: #00a29a;}

@media (max-width:767px) {
	.swtest-cate ul{display: block;}
	.swtest-cate ul .catebox{width:100%; padding:20px;margin-bottom:15px; }

}
.cate-arrow{width:100%; height:50px; margin-top:30px;}
.cate-arrow ul{display: flex; justify-content: space-between;}
.cate-arrow ul li{width:33%; text-align: center;}

.swtest-cate2{margin-top:30px;}
.swtest-cate2 ul{display: block;}
.swtest-cate2 li{width:100%;background: #ebf2ff;padding:40px; box-sizing: border-box; border-radius: 4px; text-align: center; margin-bottom:15px;}
.swtest-cate2 li h4{font-size:24px; font-weight:800; margin-bottom:10px;}
.swtest-cate2 li p{font-weight:700; margin-bottom:20px;}
.swtest-cate2 li span{display: inline-block; background-color: #fff; padding:10px 20px; margin-right:15px;}
@media (max-width:767px) {
	.swtest-cate2 li span{padding:10px 10px; margin-right:10px; margin-bottom:10px}


}


.swtest-merit{margin-top:30px;}
.swtest-merit ul{display: flex; justify-content: space-between;}
.swtest-merit ul li{width:24%; background-color: #ebf2ff; border-radius: 4px; padding:30px;text-align: center;}
.swtest-merit ul li p{margin-top:20px;margin-bottom:10px; font-weight:700;color:#011788;font-size:20px;}

.swtest-merit ul li div{width:85px; height:85px; background-color: #011788; border-radius: 99%; padding:15px; box-sizing:border-box;text-align: center; margin: 0 auto;vertical-align: middle;}
.swtest-merit ul li div img{max-width:100%}

.swtest-expected{margin-top:30px;}
.swtest-expected ul{display: flex; justify-content: space-between;}
.swtest-expected ul li{width:24%; border:1px solid #011788;border-radius: 10px; padding:30px;text-align: center; box-sizing: border-box;color:#000;}
.swtest-expected ul li p{color:#025afd; font-family: 'MP'; font-size:26px; font-weight:800;}
.swtest-expected ul li.verifi{border:1px solid #29afff;}
.swtest-expected ul li p.verifi{color:#29afff;}


.swtest-process{margin-top:30px;}
.swtest-process ul{display: flex; justify-content:center; background-color: #edf0ff;border-radius: 4px;padding:20px; box-sizing: border-box; }
.swtest-process ul li{width:14%;text-align: center;height:175px; border-radius: 99%; background-color: #fff; display:table;vertical-align: middle;}
.swtest-process ul li p{display:table-cell;vertical-align: middle;font-weight:700; color:#fff;}
.swtest-process ul li.prostep01{background-color: #37cdfe;color:#fff;}
.swtest-process ul li.prostep02{background-color: #1b85e9;color:#fff;}
.swtest-process ul li.prostep03{background-color: #0036ff;color:#fff;}
.swtest-process ul li.prostep04{background-color: #011788;color:#fff;}
.swtest-process ul li.prostep05{background-color: #010a3b;color:#fff;}

.swtest-process ul li.arr{width:3%;background-color: transparent;}
.swtest-process ul li.arr img{max-width:100%; padding-top:70px;}

.swtest-step{margin-top:30px;}
.swtest-step ul{display: flex; justify-content:space-between;}
.swtest-step ul li{width:21%;text-align: center; border-radius: 4px; padding:30px 0; box-sizing: border-box;color:#fff;font-weight:700;background-color: #00b4d2;}
.swtest-step ul li.arr2{width:5%;padding:0px; background-color: #fff;}
.swtest-step ul li.arr2 img{max-width: 100%; padding-top:20px; box-sizing: border-box;}

.swtest-step ul li.stepstep01{background-color: #5a8cff;}
.swtest-step ul li.stepstep02{background-color: #2264dc;}
.swtest-step ul li.stepstep03{background-color: #0c058c;}

.verification-exp{margin-top:0px; background-image:url("../img/verification-exp.jpg"); background-size: cover; background-position: center;color:#fff; padding:50px;}
.verification-exp p{margin-top:10px;}
.verification-exp span{color:#ffc000;padding-bottom:10px; display: block;font-family: 'MP';}

.verification-merit{margin-top:20px;}
.verification-merit ul{display: flex; justify-content: space-between;}
.verification-merit ul li{width:24%; background-color: #ebf2ff; border-radius: 4px; padding:30px;text-align: center;}
.verification-merit ul li p{margin-top:20px;margin-bottom:10px; font-weight:700;color:#011788;font-size:20px;}

.verification-merit ul li div{width:85px; height:85px; background-color: #00a0ff; border-radius: 99%; padding:15px; box-sizing:border-box;text-align: center; margin: 0 auto;vertical-align: middle;}
.verification-merit ul li div img{max-width:100%}

.verification-target{margin-top:20px;}
.verification-target ul{display: flex; justify-content: space-between;}
.verification-target ul li{width:33%; border-radius: 4px; text-align: center; background-color: #00a0ff;text-align: center; }
.verification-target li div {height: 100px;overflow: hidden;}
.verification-target ul li p{width:100%;color:#fff; font-weight:700;  height: 100px;  text-align: center;font-size:18px; display:table; vertical-align: middle;}
.verification-target ul li p span{display:table-cell; vertical-align: middle;text-align: center;}


@media (max-width:1300px) {
	.swtest-process ul li{height:165px; }
}
@media (max-width:1033px) {
	.swtest-process ul li{height:130px; }
	.swtest-process ul li.arr img{ padding-top:60px;}
	.swtest-expected ul li{ padding:20px; letter-spacing: -0.08em;;}
	.swtest-step ul li.arr2 img{padding-top:30px;}

}
@media (max-width:980px) {
	.swtest-process ul li{height:105px; }
	.swtest-process ul li.arr img{ padding-top:50px;}
	.swtest-step ul li.arr2 img{padding-top:30px;}
}

@media (max-width:650px) {
	.swtest-merit ul{display: block;}
	.swtest-merit ul li{width:100%; margin-bottom:10px;}
	.swtest-expected ul{display: block;}
	.swtest-expected ul li{width:100%; margin-bottom:10px;}
	.swtest-process ul{display: block; }
	.swtest-process ul li{width:100%;margin-bottom:10px;border-radius: 4px;;}
	.swtest-process ul li.arr{width:100%;height:30px;}
	.swtest-process ul li.arr img{padding-top:0px;transform:rotate(90deg);width:55px;} 

	.swtest-step ul{display:block;}
	.swtest-step ul li{width:100%;}
	.swtest-step ul li.arr2{width:100%;height:30px;}
	.swtest-step ul li.arr2 img{transform:rotate(90deg);width:40px;padding-top:0px;}

	.verification-target ul{display:block}
	.verification-target ul li{width:100%; margin-bottom:10px;}
	

}


.consultingpro-exp{width:100%;margin-top:0px; background-image:url("../img/consultingpro-exp.jpg"); background-size: cover; background-position: center;color:#fff; padding:50px; box-sizing: border-box;}
.consultingpro-exp p{margin-top:10px;}
.consultingpro-exp span{color:#ffc000;padding-bottom:10px; display: block;font-family: 'MP';}

.consultingpro-merit{margin-top:30px;}
.consultingpro-merit ul{display: flex; justify-content: space-between;}
.consultingpro-merit ul li{width:19%; background-color: #ebf2ff; border-radius: 4px; padding:30px;text-align: center;}
.consultingpro-merit ul li p{margin-top:20px;margin-bottom:10px; font-weight:700;color:#011788;font-size:20px;}
.consultingpro-merit ul li img{width:80px;}


.consultingpro-merit2{margin-top:30px;}
.consultingpro-merit2 ul{display: flex;  flex-direction:row ; flex-wrap:wrap;}
.consultingpro-merit2 ul li{width:49%; background-color: #081f7d; border-radius: 4px; padding:30px;text-align: center; color:#fff; margin-right:2%;margin-bottom:2%;}
.consultingpro-merit2 ul li:nth-child(2) {margin-right:0;}
.consultingpro-merit2 ul li:nth-child(4) {margin-right:0;}


.skybox{background-color: #ebf2ff; padding:40px; box-sizing: border-box; text-align: center;}
.skybox img{max-width:100%;}


.darkbox{background-color: #362965; padding:40px; box-sizing: border-box; text-align: center;}
.darkbox img{max-width:100%;}


@media (max-width:650px) {
	.consultingpro-exp{ padding:20px;}
	.consultingpro-merit ul{display: block;}
	.consultingpro-merit ul li{width:100%; margin-bottom:10px;}
	.consultingpro-merit2 ul{display: block;}
	.consultingpro-merit2 ul li{width:100%; margin-right:0%;}
	.skybox{padding:20px;}
	.darkbox{padding:20px;}

}


.swquality-exp{margin-top:0px; background-image:url("../img/swquality-exp.jpg"); background-size: cover; background-position: center;color:#fff; padding:50px; box-sizing: border-box;}
.swquality-exp p{margin-top:10px;}
.swquality-exp span{color:#ffc000;padding-bottom:10px; display: block;font-family: 'MP';}


.swquality-merit{margin-top:20px;}
.swquality-merit ul{display: flex; flex-direction:row ; flex-wrap:wrap;}
.swquality-merit ul li{width:32%; background-color: #ebf2ff; border-radius: 4px; padding:30px;text-align: center;margin-right:2%;margin-bottom:2%;}
.swquality-merit ul li p{margin-top:20px;margin-bottom:10px; font-weight:700;color:#011788;font-size:20px;}
.swquality-merit ul li img{width:80px;}
.swquality-merit ul li:nth-child(3) {margin-right:0;}
.swquality-merit ul li:nth-child(6) {margin-right:0;}

.swquality-boon{margin-top:20px;}
.swquality-boon li{background-color: #ebf2ff; padding:40px;box-sizing: border-box; margin-bottom:1%;}
.swquality-boon li p{font-weight:800; padding-bottom:10px;}
.swquality-boon li dl{list-style-type:disc;}
.swquality-boon li dl dd{list-style-type:disc; margin-left:10px;}


@media (max-width:650px) {
	.swquality-exp{ padding:20px;}
	.swquality-merit ul{display: block;}
	.swquality-merit ul li{width:100%; margin-right:0%;margin-bottom:2%;}
	.swquality-boon li{padding:20px;}

}

.swtestcon-exp{margin-top:0px; background-image:url("../img/swtestcon-exp.jpg"); background-size: cover; background-position: center;color:#fff; padding:50px; box-sizing: border-box;}
.swtestcon-exp p{margin-top:10px;}
.swtestcon-exp span{color:#ffc000;padding-bottom:10px; display: block;font-family: 'MP';}

@media (max-width:650px) {
	.swtestcon-exp{padding:20px;}

}

/* contact */

.service-contact{margin-top:50px;padding-bottom:100px;}

.mapdiv {border:0!important; background-color: #999;height:550px}
.location-sec__top {position:relative; transform:translateY(-100px);  z-index:50;}

.location-sec__list {display:flex; flex-wrap:wrap;background-color:#fff;}
.location-sec__item {position:relative; width:25%; padding:50px 20px; text-align:center;}
.location-sec__item:not(:last-child)::after {content:""; position:absolute; top:45%; right:0; width:1px; height:130px; background-color:#e5e5e5; transform:translateY(-50%);}

.location-sec__title {margin-top:20px; font-family:"MP"; font-size:18px; font-weight:600; color:#333;}
.location-sec__text {display:block; margin-top:15px; font-size:16px; font-weight:300; color:#333;}

.location-sec__wrap {margin-top:15px;}
.location-sec__box {display:flex; align-items:flex-start; min-height:235px; padding:35px 0; border-top:1px solid #e5e5e5;}
.location-sec__box:last-child {padding-bottom:0;}
.location-sec__box-title {display:flex; align-items:center; flex-shrink:0; min-width:100px; margin-right:210px; font-size:26px; line-height:1;}
.location-sec__box-icon {display:inline-block; margin-right:15px;}
.location-sec__icon { display: inline-flex; justify-content: center;  align-items: center;  height: 60px;}
.location-sec__icon::before { content: ""; display: inline-block; background-image: url(../img/contact-icon.png);}
.location-sec__item.first .location-sec__icon::before {width: 48px; height: 60px; background-position: 0 0;}
.location-sec__item.second .location-sec__icon::before {width: 57px; height: 60px; background-position: -49px 0;}
.location-sec__item.third .location-sec__icon::before {width: 63px; height: 60px; background-position: -110px 0;}
.location-sec__item.fourth .location-sec__icon::before {width: 70px; height: 60px; background-position: -174px 0;}
.location-sec__item.fifth .location-sec__icon::before {width: 90px; height: 60px;background-image: url(../img/contact-icon2.png);}


.ask-form {width:100%; border-top: 2px solid #012b5d;border-bottom: 1px solid #dedee1; }
.ask-form tr:first-child th {border-top: none;}
.ask-form th {padding: 15px 10px 15px 20px;font-size: 16px;color: #222;text-align: left;line-height: 26px;border-top: 1px solid #dedee1;font-weight: 400;vertical-align: top;background-color: #f5f7f9;}
.ask-form tr:first-child td {    border-top: none;}
.ask-form td {padding: 15px 20px;font-size: 16px;color: #555;text-align: left;line-height: 26px;border-top: 1px solid #dedee1; vertical-align: top;}
.ask-form td p{font-size: 13px;color: #fb4732; line-height:1.4; padding-top:2px;}
.ask-form th span{color:#fb4732}

.ask-form td input[type="text"]{width: 100%;
	height: 40px;
	padding: 0 10px;
	color: #000;
	font-size: 15px;
	line-height: 40px;
	vertical-align: top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dedee1;
	box-sizing: border-box;
	-webkit-transition: border .3s ease;
	-moz-transition: border .3s ease;
	-o-transition: border .3s ease;
	-ms-transition: border .3s ease;
}


.ask-form td input[type="text"]:hover{border: 1px solid #0055fe;}
.ask-form td input[type="text"]:focus {outline:1px solid #0055fe}

.ask-form td textarea{width: 100%;height:150px;padding: 10px;line-height: 1.5;font-size: 15px;border-radius: 2px;color:#000;border: 1px solid #dedee1;box-sizing: border-box;}

.ask-form td textarea:hover{border: 1px solid #0055fe;}
.ask-form td textarea:focus {outline:1px solid #0055fe}

.ask-form td select{width: 100%;
	height: 40px;
	padding: 0 10px;
	font-size: 15px;
	line-height: 1.5;
	vertical-align: top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: url('../img/sub/arrow.jpg') no-repeat 99% 50%;
	border: 1px solid #dedee1;
	box-sizing: border-box;
	-webkit-transition: border .3s ease;
	-moz-transition: border .3s ease;
	-o-transition: border .3s ease;
	-ms-transition: border .3s ease;
	-webkit-appearance: none;-moz-appearance: none; appearance: none;
}

.ask-agree{border:1px solid #dedee1;font-size: 14px;line-height:1.4; padding:10px; box-sizing: border-box; height:150px; overflow-y: auto;}

.ask-radio {display:inline-block; margin-top:10px;}
.ask-radio input[type="radio"] {position:absolute;top:1px;left:1px;width:17px;height:17px;overflow:hidden;border:none;appearance: radio!important;}
.ask-radio input[type="radio"]:focus {outline:none;}
.ask-radio .radio-txt {padding-left:25px;position:relative;display:block;line-height:20px;color:#000;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;font-size:15px;}
.ask-radio .radio-txt span{font-size: 13px;color: #fb4732; line-height:1.4;}

.ask-checkbox input[type="radio"] {width:17px;height:17px;overflow:hidden;border:none;appearance: checkbox!important;margin-top:-2px;}
.ask-checkbox .checkbox-txt {padding-right:18px; padding-bottom:10px;display:inline-block;line-height:20px;color:#000;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;font-size:15px;}

.ask-btn{text-align: center; border-top:1px solid #ddd; margin-top:20px; padding-top:10px;}
.ask-btn button{display: inline-block; padding:10px 70px;color:#fff;line-height: 30px; margin-top:10px;background-color: #0055ff;border:none; font-size:15px;}
.ask-btn button:hover{background-color: #00349c;transition: all 0.3s;}


@media (max-width:1280px) {
	/* contact */
	.location-sec {padding-bottom:120px;}
	.location-sec__item {padding:40px 20px;}
	.location-sec__box-title {margin-right:170px;}
}
@media (max-width:1024px) {
	/* company */
	.company {padding-bottom:120px;}
	.company .flex-wrap {flex-direction:column;}
	.company__img-wrap {height:350px}
	.company__text-wrap {max-width:750px; margin:40px 0 0;}
	.company-vision {padding-bottom:50px;}
	.company-vision__title-wrap::after {font-size:70px;}
	.company-ci__title-wrap::after {font-size:70px;}
	.company-ci {padding-bottom:120px;}

	.company__list {margin-top:40px;}
	.company__item {border-width:1px;}
	.company__inner {min-height:60px;}
	.company__inner-title, .company__inner-text {font-size:17px;}
	
	.company-vision {padding-bottom:20px;}
	.company-vision__title-wrap {padding-bottom:0;}
	.company-vision__title-wrap::after {display:none;}
	.company-vision .on-the-box {margin-top:50px;}
	.company-vision .on-the-box__wrap {flex-direction:column; align-items:center;}
	.company-vision .on-the-box__item {width:100%; max-width:640px;}

	.company-ci {padding-bottom:100px;}
	.company-ci .flex-wrap {flex-direction:column;}
	.company-ci__img-wrap {display:flex; align-items:flex-end; min-width:1px; margin:0 auto; border-radius:0;}
	.company-ci__wrap {margin:50px 0 0;}
	.company-ci__text-wrap {flex-direction:column; align-items:center;}
	.company-ci-wrap{max-width:640px;margin:0 auto;}
	.company-ci__title-wrap::after {display:none;}

	.service-embeded .flex-wrap {flex-direction:column;}
	.service-embeded .inner {max-width:640px;;}
	.service-embeded__wrap {margin-left:0px; margin-top:20px;}
	.service-embeded2__wrap {margin-right:0px; margin-bottom:20px;;}

	.service-embeded__title-wrap::after {display:none;}
	.service-auto__title-wrap::after {display:none;}
	.service-iot__title-wrap::after {display:none;}


	/* Location */
	.location-sec {padding-bottom:100px;}
	.location-sec__list{margin-top:30px;}
	.location-sec__top {margin-top:20px; transform:none;}
	.location-sec__item {width:50%; padding:20px;}
	.location-sec__item::after {display:none;}
	.location-sec__title {margin-top:15px; font-size:17px;}
	.location-sec__text {margin-top:10px;}
	.location-sec__wrap {margin-top:40px;}
	.location-sec__box-title {margin-right:80px; font-size:24px;}
}
@media (max-width:640px) {
	.company {padding:0px 0 100px;}
	.company__img-wrap {height:250px}
	.company__item {padding:0;}
	.company__inner {flex-direction:column; align-items:flex-start;}
	.company__inner-text {margin-top:10px; font-size:16px;}
	.company-vision .on-the-box__item{max-width:480px}
	.company-vision .on-the-box__img {width:auto; max-width:none; height:100%;}

	.company-ci {padding:10px 0;}
	.company-ci .text-medium {margin-top:20px;}
	.company-ci__title-wrap{padding-bottom:30px;}

	/* Location */
	.location-sec {padding:70px 0;}
	.location-sec__top {margin-top:25px;}
	.location-sec__box {flex-direction:column;}
	
}


/********************************************************
* culture
*********************************************************/

.sub-visual-culture .sub-visual__img {background-image:url("../img/culture-visual.jpg");}

.culture-img{width:100%;background-image:url("../img/culture-img.jpg"); height:300px; background-position: center; background-size: cover; display: table;}
.culture-img h4{font-size:30px; color:#fff; text-align: center; display: table-cell; vertical-align: middle;}

.culture-sec{}
.culture-sec__wrap {align-items:flex-start; margin-top:50px;}
.culture-sec__wrap .title-small {text-align:left; margin-bottom:10px;}

.culture-box .culture-box-team{margin-top:50px;}
.culture-box .culture-box-team img{max-width:100%; height:auto;}

.icon-box__item {display:flex; justify-content: space-between;}
.icon-box__item li {width:32%; padding:40px; background-color:#f2f2f2; text-align: center; box-sizing: border-box;}
.culture-txtbox{margin-top:30px;}
.icon-box__circle {display:flex; flex-shrink:0; justify-content:center; align-items:center; width:120px; height:120px; border-radius:50%; background-color:#fff; margin: 0 auto;}
.icon-box__icon {display:inline-block;}

.icon-box__title {font-size:20px; font-weight:600; margin-bottom:10px;}
.icon-box .text-medium {margin-top:10px; color:#666; line-height:1.7;}

.culture-box .icon-box__item .first .icon-box__icon { width: 58px; height: 65px; background-position: 0 0;}
.culture-box .icon-box__item .second .icon-box__icon { width: 83px; height: 65px; background-position: -58px 0;}
.culture-box .icon-box__item .third .icon-box__icon { width: 84px; height: 65px; background-position: -141px 0;}

.culture-box .icon-box__icon {background-image: url(../img/culture_icon.png);}

.culture-team__wrap{ margin-top:50px;}
.culture-team__wrap .title-small {margin-bottom:10px;}

.culture-team{width:100%; background-image: url(../img/culture-img2.jpg); height:340px; display: table;text-align: center; margin-top:20px;padding:50px; box-sizing: border-box;}
.culture-team p{display: table-cell; vertical-align: middle;}
.culture-team p img{max-width:100%; }

.culture-roadmap{width:100%; text-align: center; margin-top:30px; border:1px solid #8fa9f4; padding:70px 30px 40px 30px; box-sizing: border-box;}
.culture-roadmap img{max-width:100%; }

.culture-training {display:flex; justify-content: space-between; margin-top:30px;}
.culture-training li {width:24%; padding:20px; background-color:#f5f5fa;box-sizing: border-box;}
.culture-training .training-imgbox{margin-bottom:20px;background-image: url(../img/culture-training01.jpg); background-size: cover; height:200px;background-position: center;}

.culture-training .training-imgbox.second{margin-bottom:20px;background-image: url(../img/culture-training02.jpg); height:200px;background-size: cover; background-position: center;}
.culture-training .training-imgbox.third{margin-bottom:20px;background-image: url(../img/culture-training03.jpg); height:200px;background-size: cover;background-position: center;}
.culture-training .training-imgbox.fourth{margin-bottom:20px;background-image: url(../img/culture-training04.jpg); height:200px;background-size: cover;background-position: center;}

.culture-training .training-txtbox{margin-top:10px; text-align: left;}
.culture-training h6{font-size:24px; }

.culture-training .training-txtbox p { line-height:1.7;position: relative; padding-left:10px;font-size:15px;}
.culture-training .training-txtbox p::before { content: ""; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background-color: #ff8a3d;}



@media (max-width:1280px) {

	.culture-sec__visual {min-height:400px;}
	.culture-sec__wrap {flex-direction:column; margin-top:90px;}
	.culture-sec__wrap .title-xsmall {width:auto;}
	.icon-box__item li { padding:30px;}
	
}

@media (max-width:1024px) {
	.icon-box__item {display:block;}
	.icon-box__item li {width:100%; padding:40px;text-align: left; display: flex; margin-bottom:10px; }
	.culture-txtbox{margin-top:20px; margin-left:40px;}
	.icon-box__circle {margin:0%;}
	.culture-training h6{font-size:22px; }
	.culture-training li {padding:30px;}

}

@media (max-width:820px) {
	.culture-training {display:block;}
	.culture-training li {width:100%; padding:40px; margin-bottom:10px;}
}

@media (max-width:640px) {

	.culture-sec__wrap {margin-top:70px;}
	.culture-sec__right {margin-top:30px;}
	.culture-img{height:100px;  background-size:600px;;} 
	.icon-box__item li {text-align: center; display: block; }

	.culture-txtbox{margin-top:20px; margin-left:0px;}
	.icon-box__circle {margin:0 auto;}
	.culture-img h4{font-size:16px;}
	.culture-team{padding:20px;height:240px;}

	.culture-roadmap{padding:20px;}


}


/********************************************************
* careers
*********************************************************/
.sub-visual-careers .sub-visual__img{background-image: url("../img/careers-visual.jpg");}

.careers-team__wrap{}
.careers-team__wrap .title-small {margin-bottom:10px;}

.careers-team{width:100%; background-image: url(../img/careers-img.jpg); background-size: cover; display: table;text-align: center; margin-top:20px;padding:50px; box-sizing: border-box; overflow: hidden;}
.careers-team p{display: table-cell; vertical-align: middle;}
.careers-team p img{max-width:100%; }

.careers-box{margin-top:20px;}
.icon-box2__item {}
.icon-box2__item li {width:100%; padding:40px; background-color:#f2f2f2;  box-sizing: border-box; display: flex;margin-bottom:20px;;}
.icon-box2__circle {display:flex; flex-shrink:0; justify-content:center; align-items:center; width:120px; height:120px; border-radius:50%; background-color:#fff;}
.icon-box2__icon {display:inline-block;}

.careers-txtbox{margin-left:50px; margin-top:10px; text-align: left;}

.icon-box2__title {font-size:20px; font-weight:600; margin-bottom:10px;}
.careers-txtbox .text-medium {}
.careers-txtbox .text-medium p { margin-right:20px; color:#333; line-height:1.7;position: relative; padding-left:10px;display: inline-block;}
.careers-txtbox .text-medium p::before { content: ""; position: absolute; top: 12px; left: 0; width: 5px; height: 5px; background-color: #ff8a3d;}


.careers-box .icon-box2__item .first .icon-box2__icon { width: 59px; height: 47px; background-position: 0 0;}
.careers-box .icon-box2__item .second .icon-box2__icon { width: 47px; height: 47px; background-position: -59px 0;}
.careers-box .icon-box2__item .third .icon-box2__icon { width: 53px; height: 47px; background-position: -110px 0;}
.careers-box .icon-box2__item .fourth .icon-box2__icon { width: 46px; height: 47px; background-position: -173px 0;}

.careers-box .icon-box2__icon {background-image: url(../img/careers_icon.png);}
.careers-box span{text-align: center; padding-top:50px; padding-bottom:30px; display: block;}
.careers-box span img{max-width:100%;}


.careers-job__wrap{ margin-top:80px; }
.careers-job__wrap .title-small {margin-bottom:10px;}
.careers-job__wrap-div{}
.careers-job__wrap-div ul {margin-top:30px; display: flex; justify-content: space-between;}
.careers-job__wrap-div ul li {width:23%; height:170px; border-radius: 4px; background-color:#0c058c; display: table; margin-left:70px; text-align: center;position: relative;}
.careers-job__wrap-div ul li p{font-size:18px;color:#fff; display: table-cell; vertical-align: middle; }
.careers-job__wrap-div ul li:first-child {margin-left:0px;}
.careers-job__wrap-div ul li:first-child:after {display: none;}
.careers-job__wrap-div ul li:after{display: block; content: ''; position: absolute; top: 50%; left: -66px; width: 54px;  height: 4px; margin: -2px 0 0;background: url(../img/precess-dots.png) left center repeat-x;}
.careers-job__wrap-div ul li.step01 {background-color:#00b4d2;}
.careers-job__wrap-div ul li.step02 {background-color:#5a8cff;}
.careers-job__wrap-div ul li.step03 {background-color:#2264dc;}



.careers-job__wrap .careers-in{ margin-top:80px;text-align: center; border-top:1px solid #ddd; padding-top:20px}
.careers-job__wrap .careers-in-div{width:700px;margin:0 auto; }


.careers-gong__wrap{ margin-top:80px; }

.careers-gong__wrap .btn-plus {margin-top:10px; color:#333;cursor: pointer; width: fit-content; padding: 20px 30px; box-shadow: rgb(76 76 76) 0px 0px 0px 1px inset;  border-radius: 4px; overflow: hidden;}
.careers-gong__wrap .btn-plus:hover {color:#ff8a3d; transition: all 0.3s;box-shadow: rgb(255 138 61) 0px 0px 0px 1px inset;}


@media(max-width:1024px){
	.careers-team__wrap{ margin-top:60px;}
	.careers-team{padding:30px;}
	.careers-txtbox{margin-left:30px;}
}
@media(max-width:950px){
	
	.careers-job__wrap-div ul li p{font-size:16px; }

}
@media(max-width:640px){
	.icon-box2__item li {display: block;padding:20px;}
	.icon-box2__circle {margin:0 auto;}
	.careers-txtbox{margin-left:0px;}

	.careers-job__wrap-div{width:100%;}
	.careers-job__wrap-div ul { display: block;}
	.careers-job__wrap-div ul li {width:100%; height:100px; margin-left:0px; margin-bottom:20px; }
	.careers-job__wrap-div ul li:after {display: none;}

	.careers-job__wrap-div ul li p{font-size:16px; }
	.careers-job__wrap .careers-in-div{width:100%; }

}


.recruit-con02{margin-top:10px;}
.recruit-con02-list { display: flex;  align-items: stretch;  justify-content: flex-start;  gap: 20px;  flex-wrap: wrap;  position: relative;}
.recruit-con02-list li {  position: relative;  width: calc(33.3333% - 40px / 3); margin-bottom:30px;}
.recruit-con02-list .thumbnail { position: relative; padding-bottom: 58.0646%;  border-radius: 10px;  box-sizing: border-box;  overflow: hidden;}
.recruit-con02-list .thumbnail > img {  display: block;  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  width: 100%;  height: 100%;  object-fit: cover;}
.recruit-con02-list .desc {  margin-top: 20px;  text-align: left;}
.recruit-con02-list .desc .title {  font-size:20px;  font-weight: 700;  line-height: 1.4;  letter-spacing: -0.04em;  color: #000000;}
.recruit-con02-list .desc .text { margin-top: 10px;  font-size: 16px;  font-weight: 400;  line-height: 1.4;  letter-spacing: -0.04em;  color: #222222;}

@media all and (max-width:820px){
  .recruit-con02-list li { width: calc(50% - 40px / 3); }
}
@media all and (max-width:680px){
  .recruit-con02-list li { width:100% }
}


.btn {display: inline-block; padding: 15px 30px; color: #fff; line-height: 30px; margin-top: 10px; background-color: #ff7012; border-radius: 4px;font-family: 'MP';}
.btn:hover{ background-color: #d05607;transition: all 0.3s; }


.btn-blue {background-color:#025afd; color:#fff; padding:10px 50px; font-size:14px; border-radius: 4px; display: inline-block;}
.btn-blue:hover{background-color:#352eba;transition: all 0.3s; }



.w-only{display: block;}
@media all and (max-width:1033px){
	.w-only{display: none;}
}


/* common */
.page-sub .section {padding: var(--space-120) 0; line-height: 1.75; position: relative;}
.page-sub .section.no_btm {padding-bottom: 0 !important;}
.page-sub .section.top_sm {padding-top: var(--space-100);}
.page-sub .section.top_sm2 {padding-top: var(--space-100-40);}
.page-sub .section.btm_xsm {padding-bottom: var(--space-100-40);}
.page-sub .section.btm_xsm2 {padding-bottom: var(--space-100);}
.page-sub .section.btm_sm {padding-bottom: var(--space-110);}
.page-sub .section.btm_md {padding-bottom: var(--space-120-50);}
.page-sub .section.btm_lg {padding-bottom: var(--space-160);}
.page-sub .section.btm_bd {border-bottom: 1px solid var(--color-line4);}
.article + .article {margin-top: var(--space-100);}
.article + .article.lg {margin-top: var(--space-120-50);}
.article + .article.mdd {margin-top: var(--space-80);}
.article + .article.mdd2 {margin-top: var(--space-70);}
.article + .article.sm {margin-top: var(--space-70-40);}
.bg_wrap,
.bg_wrap .bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none;}
.bg_wrap {z-index: -1; overflow: hidden;}
.bg_wrap .bg {background-repeat: no-repeat; background-position: center; background-size: cover;}
[scroll-section] {position: relative;}
.anchor {position: absolute; position: absolute; top: calc((var(--space-70) + var(--space-60-52) - 1px) * -1);}

@media (min-width: 1201px) {
	.page-sub .section {padding-bottom: 140px;}
}

@media (max-width: 992px) {
	.page-sub .section {line-height: 1.572;}
	.page-sub .section.mo_mdd {padding: var(--space-120-40) 0;}
	.page-sub .section.mo_btm_lg {padding-bottom: var(--space-120-80);}
	.article + .article.mo_sm {margin-top: var(--space-50);}
	.article + .article.mo_xsm {margin-top: clamp(28px, 7.778vw * 0.9, 80px);}
}

.page_heading {font-size: var(--font-42); line-height: 1; text-align: center; font-weight: var(--font-bd); margin-top: -.1em; margin-bottom: var(--space-60); position: relative; z-index: 1;}
.page_heading.btm_lg {margin-bottom: var(--space-80-40);}
.page_heading.lv2 {font-size: var(--font-34); letter-spacing: -0.025em; margin-bottom: var(--space-40);}
.page_heading.lv2.btm_md {margin-bottom: var(--space-40-20);}
.page_heading.lv3 {font-size: 20px; letter-spacing: -0.025em; margin-bottom: var(--space-30);}
.page_heading.type2 {font-size: var(--font-38); line-height: 1.264; letter-spacing: -0.025em; margin-bottom: 50px; margin-top: 0;}
.page_heading.type2::before {content: attr(data-num); font-size: 16px; font-weight: var(--font-md); width: 30px; aspect-ratio: 1; border-radius: 50%; display: flex; justify-content: center; align-items: center; background: var(--color-point2); color: #fff; padding-bottom: .1em; margin: 0 auto 1em;}
.page_heading.type2::after {content: ""; display: block; width: 2px; height: var(--space-30); background: var(--color-base); margin: 0.922em auto 0;}
.page_heading + .board_list {margin-top: calc(clamp(10px, 2.778vw * 0.6, 27px) * -1);}

@media (min-width: 993px) {
	.page_heading.btm_sm {margin-bottom: 40px;}
}

@media (max-width: 992px) {
	.page_heading.type2 {margin-bottom: clamp(11px, 3.056vw, 25px);}
	.page_heading.type2::before {margin-bottom: .75em;}
	.page_heading.type2::after {margin-top: clamp(7px, 1.944vw, 25px);}
}

@media (max-width: 768px) {
	.page_heading .sub {display: block; margin-top: 0.322em;}
	.page_heading.type2 .sub {margin-top: .2em;}
}

.sec_tit_wrap {display: flex; align-items: flex-end; margin-bottom: 24px;}
.sec_tit_wrap .desc {font-size: var(--font-15); line-height: 1; letter-spacing: -0.025em; color: var(--color-text2);}
.sec_tit_wrap .desc.rt {margin-left: auto;}
.sec_tit {font-size: var(--space-24); line-height: 1; font-weight: var(--font-bd); letter-spacing: -0.025em;}
.sec_txt {font-size: var(--font-18-14);}
.sec_txt2 {font-size: var(--font-18); line-height: 1.6;}
.sec_txt p,
.sec_txt2 p {margin: -.3em 0;}
.sec_txt p + p {margin-top: 2em;}
.sec_txt2 p + p {margin-top: 2.1111em;}

@media (min-width: 993px) {
	.sec_txt,
	.sec_txt2 {line-height: 1.778;}
}

/* snb */
.snb_inner {height: 70px; position: relative; z-index: 100;}
.snb_inner::after {--shadow: 0px 6px 15.84px 0.16px; content: ""; display: block; width: 100%; height: 100%; background: #fff; position: absolute; top: 0; left: 50%; z-index: 0; transform: translateX(-50%); box-shadow: var(--shadow) rgba(0,0,0,0); transition: .2s var(--easing_out); transition-property: max-width, box-shadow; transform-origin: center;}
.snb_inner.fixed::after {box-shadow: var(--shadow) rgba(0,0,0,0.08);}
.snb_inner .row {display: flex; align-items: center; height: 100%; max-width: 1300px; margin: 0 auto; background: #fff; position: relative; z-index: 10;}
.snb_inner .row::after {content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--color-line); z-index: 1; transition: opacity .2s var(--easing_out); }
.snb_inner.fixed .row::after {opacity: 0;}
.snb_home {flex-shrink: 0; width: 42px; height: 100%;}
.snb_home .el_btn {height: 100%; width: 100%;}
.snb_menu {flex: 0 1 50%; height: 100%; position: relative;}
.snb_menu::before {content: ""; display: block; position: absolute; left: 0; top: 50%; width: 1px; height: 20px; background: var(--color-line3); transform: translateY(-50%); z-index: 5;}
.snb_menu .drop_btn {line-height: inherit; }
.snb_menu .drop_btn .txt {padding-right: .15em;}
.snb_inner.fixed .snb_menu .drop_content {transform: translateY(0);}

@media (min-width: 1201px) {
	.ly_snb {margin-top: -70px;}
	.snb_inner::after {max-width: 1300px;}
	.snb_inner.fixed::after {max-width: 100%;}
	.snb_inner .row {padding: 0 var(--padding-inner);}
	.snb_inner .row::after {left: var(--padding-inner); right: var(--padding-inner);}
	.snb_home {margin-right: 18px;}
	.snb_menu {max-width: 345px;}
}

@media (max-width: 1200px) {
	.snb_inner {height: var(--space-70);}
	.snb_home {width: 54px;}
	.snb_menu {max-width: calc(50% - (54px * 0.5));}
}

/* page menu*/
.page_menu_wrap {margin: calc(-70px - 25px) 0 -25px;}
.page_menu {padding-top: 70px; font-size: 22px;}
.page_menu .inner {height: 70px; background: #fff;}
.page_menu_list {width: auto;}
.page_menu_slider {height: 100%; display: flex;}
.page_menu_list .swiper-slide {flex: 1; width: auto;}
.page_menu_list .page_link {display: flex; justify-content: center; align-items: center; height: 100%; padding-bottom: .25em; line-height: 1; font-weight: var(--font-bd); letter-spacing: -0.025em; color: var(--color-line5); box-sizing: border-box; white-space: nowrap; transition: .2s var(--easing_out); transition-property: font-size, color;}
.page_menu_list > li.active .page_link {color: var(--color-base);}
.page_menu.fixed {z-index: 90;}
.page_menu.stop-anim .page_link {transition: none !important;}

@media (min-width: 1201px) {
	.page_menu::after {max-width: 1240px;}
	.page_menu.fixed::after {max-width: 100%;}
}

@media (max-width: 1200px) {
	.page_menu_wrap {margin-top: calc(var(--space-70) * -1);}
	.page_menu {padding-top: var(--space-70);}
	.page_menu .inner {height: var(--space-60-52);}
	.page_menu_list .swiper-slide {flex: 1 0 auto;}
}

@media (min-width: 993px) {
	.page_menu::after {content: ""; display: block; width: 100%; height: 100%; background: #fff; position: absolute; top: 0; left: 50%; z-index: 0; transform: translateX(-50%); box-shadow: var(--shadow) rgba(0,0,0,0); transition: .2s var(--easing_out); transition-property: background, max-width; transform-origin: center;}
	.page_menu:not(.fixed) .inner {padding: 0;}
	.page_menu.fixed {font-size: 18px;}
	.page_menu.fixed::after {background: var(--color-gray4);}
	.page_menu_list .swiper-slide:not(:first-of-type) {--pdd: min(3.1vw, 40px); margin-left: var(--pdd); padding-left: var(--pdd);}
	.page_menu_list .swiper-slide:not(:first-of-type)::before {content: ""; display: block; width: 1px; height: 0.8183em; background: var(--color-line5); position: absolute; left: 0; top: 48%; transform: translateY(-50%);}
	.page_menu.fixed .page_link {color: var(--color-gray2); font-weight: var(--font-md);}
}

@media (max-width: 992px) {
	.page_menu_inner {position: static; padding-top: var(--space-60-52);}
	.page_menu_wrap {position: absolute; left: 0; top: 0; width: 100%;}
	.page_menu {animation: none !important; opacity: 1; font-size: var(--font-16-15);}
	.page_menu .inner {background: var(--color-gray4);}
	.page_menu_list .swiper-slide:not(:first-of-type) {margin-left: 1.134em;}
	.page_menu_slider {padding-right: calc(12px + var(--padding-inner) * 2);}
	.page_menu .page_link {color: var(--color-gray2); font-weight: var(--font-md);}
	.page_menu_toggle {position: static;}
	.page_menu_toggle.basic .drop_btn {position: absolute; right: 0; top: 100%; width: auto; height: var(--space-60-52); transform: translateY(-100%); justify-content: center; background: linear-gradient(90deg, rgba(243,243,243,0) 0%, rgba(243,243,243,1) 53%); z-index: 20; padding-left: calc(var(--padding-inner) * 2);}
	.page_menu_toggle.basic .drop_content {top: 0; border: none; background: var(--color-gray4); padding: 15px 0;}
	.page_menu_toggle.basic .drop_content a:hover,
	.page_menu_toggle.basic .current a,
	.page_menu_toggle.basic .drop_content .page_link {color: var(--color-gray2); font-weight: var(--font-md); font-size: inherit; line-height: 1.3em;}
	.page_menu_toggle.basic .drop_content .active .page_link {color: var(--color-base);}
}

/* content header */
.content_header {height: 430px; padding: 120px 0 70px; color: #fff; position: relative; background: #000; overflow: hidden;}
.content_header .inner {height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 1;}
.content_header .heading {--delay: .4s; font-size: var(--font-50-40); font-weight: var(--font-bd); line-height: 1.1; margin-top: -.1em; margin-bottom: 13px; text-align: center;}
.content_header .heading.line2 {font-size: var(--font-50-38);}
.content_header .desc {--delay: .6s; font-size: var(--font-18-16); line-height: 1.333; font-weight: var(--font-sm); letter-spacing: -0.025em; opacity: .5; margin: -.2em 0;}
.content_header .bg {pointer-events: none;}
.content_header .bg,
.content_header .img_warp {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0;}
.content_header .img {background-image: url(../img/header_bg_company.jpg);}

.company2 .content_header .img {background-image: url(../img/header_bg_company.jpg);}
.recruit .content_header .img {background-image: url(../img/header_bg_recruit.jpg);}
.contact .content_header .img {background-image: url(../img/header_bg_contact.jpg);}
.testservice .content_header .img {background-image: url(../img/header_bg_testservice.jpg);}
.consulting .content_header .img {background-image: url(../img/header_bg_consulting.jpg);}
.policy .content_header .img {background-image: url(../img/header_bg_policy.jpg);}


@media (min-width: 1201px) {
	.content_header .bg {height: 430px;}
	.nosnb .content_header {padding-bottom: 0; height: 360px;}
}

@media (max-width: 1200px) {
	.content_header {height: clamp(250px, 69.444vw * 0.6, calc(430px - 90px)); padding-top: 100px; padding-bottom: 0;}
}

@media (max-width: 576px) {
	.content_header {padding-top: 80px;}
}


/* content */
.page_intro {text-align: center; position: relative; z-index: 1;}
.page_intro_img {min-height: clamp(140px, 38.889vw * 0.6, 260px); position: relative;}
.page_intro_img.lg {min-height: clamp(200px, 55.556vw * 0.6, 300px);}
.page_intro .intro_inner {min-height: clamp(240px, 66.667vw * 0.6, 260px);}
.page_intro .intro_inner.mo_mdd {min-height: clamp(230px, 63.889vw * 0.6, 260px);}
.page_intro p.txt_big {font-size: var(--font-34-24); line-height: 1.471; font-weight: var(--font-bd); margin: -0.25em 0;}
.page_intro p.txt_big.big2 {font-size: var(--font-34);}
.page_intro p.txt_big.big3 {font-size: 38px; line-height: 1.316;}
.page_intro p.txt_big.big3 .sm {font-size: 0.895em; letter-spacing: inherit;}
.page_intro p.txt_big + p {margin-top: 1.834em;}
.page_intro p.txt_big.big3 + p {margin-top: 1.666em;}
.page_intro_img p.txt_big {font-size: var(--font-34-26); line-height: 1.412;}
.page_intro_img p.txt_white {text-shadow: 0px 0px 5.94px rgba(0, 0, 0, 0.18);}
.page_intro_img + p.txt_big {margin-top: var(--space-40-20);}
.page_intro_img + .txt_area {margin-top: clamp(27px, 7.5vw * 0.5, 47px);}
.page_intro p + .page_intro_img {margin-top: var(--space-40-34);}
.page_intro p span {letter-spacing: inherit;}

@media (max-width: 1200px) {
	.page_intro_img {margin-left: var(--mpadding-inner); margin-right: var(--mpadding-inner);}
	.page_intro p {padding: 0 5%;}
	.page_intro_img p.txt_big {padding: 0;}
}

@media (min-width: 993px) {
	.page_menu_wrap + .page_intro {margin-top: 50px;}
}

@media (max-width: 992px) {
	.page_intro p.txt_big {letter-spacing: -0.05em; line-height: 1.417;}
	.page_intro p.txt_big.big2 {letter-spacing: -0.025em; line-height: 1.43;}
	.page_intro p.txt_big.big3 {font-size: var(--font-34-26); line-height: 1.385;}
	.page_intro p.txt_big.big3 .sm {font-size: 0.8462em;}
	.page_intro_img {padding: 0 4%;}
	.page_intro_img p.txt_big {line-height: 1.462;}
}

@media (max-width: 576px) {
	.page_intro p:not(.txt_big) {padding: 0;}
}


.box_list {--cols: 5; --gap: var(--space-15); display: grid; grid-template-columns: repeat(var(--cols), 1fr); grid-gap: var(--gap);}
.box_list.cols {grid-template-columns: 100%;}
.box_list.no_gap {grid-gap: 0;}
.box_list.no_gap.bd > .item {margin-bottom: -1px;}
.box_list.no_gap.bd > .item > .box {margin-right: -1px;}
.box_list .box {background: #fff; height: 100%;}
.box_list.bd > .item > .box {border: 1px solid var(--color-line4);}
.box_list .box_cont {padding: var(--font-40-26) var(--font-40-19); display: flex; flex-direction: column;}
.box_list .box_cont.btm_lg {padding-bottom: 50px;}
.box_list .box_cont .tit {font-size: var(--font-26); font-weight: var(--font-bd); letter-spacing: -0.025em; line-height: 1; margin: -.124em 0; margin-bottom: 0.9235em;}
.box_list .box_cont .tit.line {position: relative; padding-left: 17px;}
.box_list .box_cont .tit.line::before {content: ""; display: block; width: 6px; height: 20px; background: var(--color-point2); position: absolute; left: 0; top: .15em;}
.box_list .box_cont p {color: var(--color-dark); letter-spacing: -0.025em; margin: -.4em 0;}
.box_list .box_cont p strong {font-weight: var(--font-md);}
.box_list .box_cont .btn_area {margin-top: auto; padding-top: var(--font-40);}
.box_list .box_cont .txt_link {display: inline-flex; align-items: center; font-size: 14px; letter-spacing: -0.025em; height: 2em; color: var(--color-dark); margin: -.5em 0;}
.box_list .box_cont .txt_link .el_ico {margin-left: 4px; margin-top: 0.1em;}
.box_list.blue > .item > .box {background: var(--color-blue); color: #fff; border-color: #3392e1;}

@media (min-width: 993px) {
	.box_list .box_cont.type2 {padding-left: 0; padding-right: 0;}
}

@media (max-width: 992px) {
	.box_list {--mgap: var(--gap); grid-gap: var(--mgap);}
	.box_list .box_cont .tit.line {padding-left: 0.682em;}
	.box_list .box_cont .tit.line::before {top: .3em;}
	.box_list.t_cols {grid-template-columns: 100%;}
}

@media (max-width: 768px) {
	.box_list.xm_cols {grid-template-columns: 100%;}
}

.box_list .item.bg {overflow: hidden; background: #fff; position: relative;}
.box_list .item.bg::after {content: ""; display: block; position: absolute; top: 0; right: 0; width: clamp(456px, 126.667vw * 0.6, 600px); aspect-ratio: 1; background: url(../../images/img/bg_img.png) no-repeat center / contain; transform: translate(42.5%, 10%); pointer-events: none;}
.box_list .item.bg .box {background: none; position: relative; z-index: 1;}

.box_list.type2 .box_cont .tit {margin-bottom: 1em;}
.box_list.type2 .box_cont .tit,
.box_list.type2 .box_cont p,
.box_list.type2 .info_ul.dot > li {letter-spacing: -0.05em;}

@media (min-width: 993px) {
	.box_list.type2 .box_cont p,
	.box_list.type2 .desc_list dd {line-height: 1.625;}
}


@media (max-width: 992px) {
	.box_list.type2 .box_cont .tit {line-height: 1.364; margin: -.25em 0; margin-bottom: 0.636em;}
}

.box_icon {width: 100%; max-width: clamp(78px, 21.667vw * 0.5, 99px); /* height: clamp(76px, 21.111vw * 0.6, 87px); */ aspect-ratio: 1 / 0.8788; margin: 0 auto; position: relative; margin-bottom: 28px;}
.box_icon::after {content: ""; display: block; /* width: clamp(36px, 10vw * 0.6, 40px); */ width: 40.41%; aspect-ratio: 1; background: #d3e5e5; border-radius: 50%; position: absolute; right: 0; bottom: 0;}
.box_icon .el_ico {/* width: clamp(64px, 17.778vw * 0.6, 71px); */ width: 71.72%; position: relative; z-index: 1; overflow: visible;}
.box_icon .el_ico img {--size: 1; transform: scale(var(--size));}

@media (max-width: 992px) {
	.box_icon {aspect-ratio: 1 / 0.9744;}
	.box_icon::after {width: 46.155%;}
	.box_icon .el_ico {width: 82.056%;}
}

/* 채용정보 */
.recruit_intro .bg {background-image: url(../img/page_intro_recruit.jpg); background-position: 28.5% center;}
.recruit_intro2 .bg {background-image: url(../img/page_intro_recruit2.jpg); background-position: 28.5% center;}

.biz_bnn_list .box.inline { display: flex; align-items: center; padding: clamp(15px, 4.167vw * 0.5, 29px) clamp(15px, 4.167vw * 0.7, 39px);}
.biz_bnn_list .box {  height: 100%; border: 1px solid #d6d6d6; padding: var(--space-40-24) var(--space-30-19);  position: relative;  background: none;  z-index: 1;}
.biz_bnn_list .box.inline .el_ico {  margin-left: auto;}
.el_ico.ccl { width: var(--space-60-54);  background-color: var(--color-point);  border-radius: 50%;}



/* newsroom */
.card_list {display: grid; grid-template-columns: repeat(12, 1fr); grid-gap: clamp(24px, 6.667vw * 0.4, 35px);}
.card_list .item {grid-column: auto/span 4;}
.card_list .card {--shadow: 5px 9px 19.6px 0.4px; display: block; background: #fff; height: 100%; border: 1px solid var(--color-line2); position: relative; box-shadow: var(--shadow) rgba(0,0,0,0); transition: box-shadow var(--trans);}
.card_list .card::after {content: ""; display: block; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; border: 6px solid var(--color-blue); opacity: 0; pointer-events: none; transition: opacity var(--trans);}
.card_list .card:hover {box-shadow: var(--shadow) rgba(0,0,0,.26);}
.card_list .card:hover::after {opacity: 1;}
.card_list .card_thumb {aspect-ratio: 1 / 0.615;}
.card_list .card_cont {padding: clamp(24px, 6.667vw * 0.6, 30px) clamp(18px, 5vw * 0.6, 30px) clamp(27px, 7.5vw * 0.6, 38px); height: clamp(140px, 38.889vw * 0.6, 174px); display: flex; flex-direction: column; border-top: 1px solid var(--color-line2);}
.card_list .card_cont .tit {font-size: var(--font-22); line-height: 1.545; letter-spacing: -0.025em; font-weight: var(--font-bd); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin: -.3em 0; word-break: normal; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;}
.card_list .card_cont .date {line-height: 1; display: block; color: var(--color-date); margin: -.15em 0; margin-top: auto;}
.card_list .card_cont .origin {line-height: 1; display: block; letter-spacing: -0.025em; margin-bottom: var(--space-20-16);}
.card_list .no_post {grid-column: 1 / -1;}
.news-cate {color: #00a0ff;}
.news-cate.blog {color: #30ba00;}
.news-cate.press {color: #ff7b5c;}
.news-cate.etc {color: #775cff;}



@media (min-width: 993px) {
	.card_list.news_list .card_cont {padding-top: 28px; padding-bottom: 30px;}
}

@media (min-width: 577px) {
	.card_list.news_list .card_cont {height: clamp(165px, 45.833vw * 0.6, 200px);}
}

@media (max-width: 992px) {
	.card_list .item {grid-column: auto/span 6;}
	.card_list .card_cont .tit {line-height: 1.6;}
}

@media (max-width: 576px) {
	.card_list {grid-template-columns: 100%;}
	.card_list .item {grid-column: auto;}
	.card_list .card_cont {height: auto;}
	.card_list .card_cont .date {margin-top: 1.286em;}
}


.policy-exp{width:100%; padding:50px 20px; background-color: #011788;color:#fff; text-align: center; font-weight:400; font-size:20px; line-height: 1.4;}
.policy-exp small{ font-size:15px;}
.policycon{background-color: #ebf2ff; padding:80px; box-sizing: border-box; margin-top:30px;}

@media (max-width: 700px) {
	.policy-exp{font-size:16px;}
	.policycon{ padding:30px; }

}


.eggplant_intro .bg {background-image: url(../img/solution-eggplant-top.jpg); background-position: 28.5% center;}

.eggplant-merritdiv{display: flex; justify-content: space-between;margin-top:10px; flex-wrap: wrap;}
.eggplant-merritdiv .eggplant-merrit {width: 49%; margin-right: 1%; margin-bottom: 10px;display: flex; background-color: #60479a; padding:30px;box-sizing: border-box;  border-radius:10px;color:#fff;}
.eggplant-merritdiv .eggplant-merrit div{margin-left:20px; width:80%; }
.eggplant-merritdiv .eggplant-merrit span{ display: block;width:15%; vertical-align: top;}
.eggplant-merritdiv .eggplant-merrit span img{ max-width: 100%;}

.eggplant-merritdiv .eggplant-merrit div p{font-weight:800; font-size:1.4rem; margin-bottom:10px;;}
.eggplant-merritdiv .eggplant-merrit:nth-child(2){ margin-right:0;}
.eggplant-merritdiv .eggplant-merrit:nth-child(4){ margin-right:0;}

@media all and (max-width:680px){
  .eggplant-merritdiv{display:block;}
  .eggplant-merritdiv .eggplant-merrit {width: 100%; margin-right:0; }

}
.dotList-circle li {padding-left:1.4rem;line-height:1.3;position:relative;}
.dotList-circle li + li {margin-top:5px;}
.dotList-circle li:before {content:"";display:block;width:0.5rem;height:0.5rem;background:#ff6400;border-radius:50%;position:absolute;top:0.5em;left:0;}


.eggplant-func{width:100%; background-color: #ebf2ff; padding: 40px 30px;  border-radius: 4px;margin-top:15px;;}
.eggplant-func p{font-weight:800; font-size:1.4rem; margin-bottom:10px;;}
.eggplant-func div{display: flex;margin-top:15px;;}
.eggplant-func div p{width:33%; padding-right:10px;}
.eggplant-func div p img{max-width:100%;}


.eggplant-industry{display: flex;justify-content: space-between;margin-top:10px; flex-wrap: wrap}
.eggplant-industry .list-item { width: 32%; border-radius: 10px; overflow: hidden;margin-bottom: 20px;}
.eggplant-industry .list-item .imgdiv { width: 100%; height:200px; overflow: hidden;  border-radius: 10px;  margin-bottom: 20px;}
.eggplant-industry .list-item .imgdiv img { width:100%; max-width:100%;height:200px;}
.eggplant-industry .list-item p {font-weight:800; font-size:1.4rem; margin-bottom:10px;margin-left:10px;;}
.eggplant-industry .list-item ul {margin-left:10px;;}

@media all and (max-width:680px){
  .eggplant-industry{display: block}
  .eggplant-industry .list-item { width:100%;margin-bottom: 40px;}
  .eggplant-industry .list-item .imgdiv {height:150px; }
  .eggplant-industry .list-item .imgdiv img {height:150px;}
}
.outline-partner{}
.outline-partner ul{font-size:0;text-align:left;letter-spacing:-4px;vertical-align:top;}
.outline-partner ul li{width:15%;margin-right:2%;margin-bottom:2%;display:inline-block;vertical-align:top;letter-spacing:-0.05em; }
.outline-partner ul li:nth-of-type(6n){margin-right:0;}
.outline-partner ul li .img{width:100%;position:relative;display:table; vertical-align: middle;background-color: #fff; height:85px; padding:10px; box-sizing: border-box;text-align: center; border:1px solid #ececec;background-color: #fff;}
.outline-partner ul li .img div{display:table-cell; text-align: center;vertical-align: middle; background-color: #ffffff;}
.outline-partner ul li .img div img{max-width:100%;}
.outline-partner p{text-align: center; margin-top:10px; font-weight:800; line-height:0.6;}


@media screen and (max-width:768px){
  .outline-partner ul li{width:15.5%;margin-right:1%; }
}
@media screen and (max-width:650px){
  .outline-partner ul li{width:49%;}

}
.owlits_intro .bg {background-image: url(../img/owl-top.jpg); background-position: 28.5% center;}


.owlits-func{display: flex;;margin-top:30px;flex-wrap: wrap;}
.owlits-func li{width:calc(100% / 3); text-align: center; line-height: 1.5; margin-bottom:40px;}
.owlits-func li p{font-weight:800; font-size:1.4rem; margin-bottom:10px;margin-top:10px;;}

.owlits-merrit{display: flex;;margin-top:50px;flex-wrap: nowrap;}
.owlits-merrit li{width:calc(100% / 5); text-align: center; line-height: 1.5; margin-bottom:40px; }
.owlits-merrit li p{font-weight:600; font-size:1.1rem; margin-bottom:10px;margin-top:20px;;}

.owlits-compare{width:100%; background-color: #ebf2ff; padding: 60px 30px; box-sizing: border-box; border-radius: 4px; display: flex; }
.owlits-compare li{width:25%;text-align: center; }
.owlits-compare li:first-child{width:50%}
.owlits-compare li img{max-width:100%}
.owlits-compare-img{width:15px;}

@media all and (max-width:768px){
	.owlits-func li{width:calc(100% / 2); ;}
	.owlits-merrit{flex-wrap: wrap;}
	.owlits-merrit li{width:calc(100% / 2);}
  }
  
  @media all and (max-width:680px){
	
	.owlits-func{display: block;}
	.owlits-func li{width:100%;}
  
  }

  /* 스크롤 박스 */
.rspvn-box {overflow: hidden;}

@media screen and (max-width: 980px) {
	
	/* 스크롤 박스 */
	.rspvn-box .rspvn-tb {width:1024px !important}
	.rspvn-box {overflow-x:scroll;padding-bottom:15px; position:relative; padding-top:60px;}
	.rspvn-box:after{width:100%; ; height:50px; position:absolute; left:0px ;  top:0; display:block; content:"";background:#6a7789; z-index:1}
	.rspvn-box:before {width: 212px; background: url('../img/mobile-scroll.svg') no-repeat center center; position: absolute; margin-left: 0; left: 50%; top: 3px; transform: translateX(-50%); display: block; height:44px; content: ""; box-sizing: border-box;z-index:2;}
}

.ntmginfo-tbl {width:100%; margin-top:10px;}
.ntmginfo-tbl th,
.ntmginfo-tbl td {font-size:1.0rem;padding:10px 20px;text-align:center;}
.ntmginfo-tbl thead th {background:#003399;color:#fff;font-size:1.3rem}
.ntmginfo-tbl thead th + th {border-left:1px solid rgba(255, 255, 255, 0.2);}
.ntmginfo-tbl td {border-bottom:1px solid #ddd; border-right:1px solid #ddd; }
.ntmginfo-tbl td:first-child {border-left:1px solid #ddd;}
.ntmginfo-tbl tr:nth-child(even) td {background:#fafafa;}
.ntmginfo-tbl td.pl4 {padding-left:4rem}
.ntmginfo-tbl td.bgsky {background-color: #ebf2ff!important;  }
.ntmginfo-tbl td.bgblue {background-color: #abf4ff!important;  }
small{font-size:0.8rem;}


.tab-nav {text-align:center;margin-bottom:4rem;width:100%;}
.tab-nav > ul {width:100%;display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:4px;}
.tab-nav > ul li {width:50%;}
.tab-nav > ul li a {display:flex;align-items:center;justify-content:center;padding:1.5rem 4rem;border-radius:4px;transition:all 0.4s ease;}
.tab-nav > ul li a span {font-size:1.4rem;letter-spacing: -0.42px;; font-weight:600;}
.tab-nav > ul li a:hover {background: linear-gradient(45deg, #0d0857 0%, #0046ff 80%); transition:all 0.4s ease;}
.tab-nav > ul li a:hover span {color:#ffffff;}
.tab-nav > ul li a[aria-selected="true"] {background: linear-gradient(45deg, #0d0857 0%, #0046ff 80%);}
.tab-nav > ul li a[aria-selected="true"] span {color:#ffffff;}

@media screen and (max-width:640px){
	.tab-nav > ul li a {padding:1.5rem 1rem;}
	.tab-nav > ul li a span {font-size:1.1rem;}

}
.coderay_intro .bg {background-image: url(../img/solution-coderay-top.jpg); background-position: 28.5% center;}

.coderay-top{display: flex; flex-wrap: wrap; margin-top:20px;}
.coderay-top li {position: relative; width:23%; margin-right:2%;padding: 3rem 1.5rem; box-sizing: border-box; text-align: center; background: #fff; border-radius: 0.5rem; 
	box-shadow: 0.5rem 0.5rem 3.5rem rgba(51,51,51,0.1);}
.coderay-top li:last-child{margin-right:0;} 

.coderay-top li img {max-width:100%;}
.coderay-top li p {font-weight:800; font-size:1.4rem; margin-bottom:10px;margin-top:20px;;}

@media all and (max-width:768px){
  .coderay-top li { width:48%; margin-bottom:2%; }
}

@media all and (max-width:680px){
  .coderay-top{display: block }
  .coderay-top li { width:100%;}
}
.coderay-func{display: flex;;margin-top:10px;flex-wrap: wrap; }
.coderay-func li{width:32%; margin-right:1%; background-color: #ebf2ff; padding: 40px 30px;  border-radius: 4px;margin-top:15px; text-align: center; line-height: 1.5;}
.coderay-func li p{font-weight:800; font-size:1.4rem; margin-bottom:10px;margin-top:10px;;}
.coderay-func li img{padding-top:20px;max-width: 100%;}
.coderay-func li:last-child{ margin-right:0; }

@media all and (max-width:680px){
  .coderay-func{display: block}
  .coderay-func li{width:100%; margin-right:0; }
}
.coderay-graybox{border-radius:4px;background:#f7f7f7;padding:40px; display: flex; margin-top:10px;}
.coderay-graybox ul{width:33%;}

@media all and (max-width:680px){
  .coderay-graybox{ display:block;}
  .coderay-graybox ul{width:100%; margin-top:10px;}

}
.dotList-rec li {padding-left:1.4rem;line-height:150%;font-size:1.0rem;position:relative;}
.dotList-rec li + li {margin-top:0.5rem;}
.dotList-rec li:before {content:"";display:block;width:0.2rem;height:0.2rem;margin-right:1rem;background:#0046ff;position:absolute;top:0.7em;left:0;}

.counsel-list {display:flex; align-items:center; gap:30px; position:relative;}
.counsel-list .list-item {position:relative; width:calc(100% / 5);}
.counsel-list .list-item .itembox {display:flex; align-items:center; justify-content:center; position:relative; height:94px; padding:10px; border-radius:10px; border:1px solid #dddddd; font-size:1.4rem; font-weight:700; line-height:1.4; letter-spacing:-0.02em; color:#000000; text-align:center; box-sizing:border-box; background-color: #fff;;}
.counsel-list .list-item .itembox:after {content:""; display:block; position:absolute; top:50%; transform:translateY(-50%); right:-20px; width:9px; height:8px; background:url('../img/ico_counsel_arrow.svg')center center no-repeat; background-size:9px 8px;}
.counsel-list .list-item:last-child .itembox:after {display:none;}

@media screen and (max-width:1280px){
  .counsel-list .list-item .itembox {font-size:16px;}
}
@media screen and (max-width:1024px){
  .counsel-list .list-item .itembox {height:80px; font-size:14px;}
}

@media screen and (max-width:768px){
  .counsel-list {flex-wrap:wrap;}
  .counsel-list .list-item {width:100%;}
  .counsel-list .list-item .itembox {height:60px; font-size:14px;}
  .counsel-list .list-item .itembox:after {top:unset; bottom:-20px; right:50%; transform:translateX(50%) translateY(0) rotate(90deg);}
}


.sparrow_intro .bg {background-image: url(../img/solution-sparrow-top.jpg); background-position: 28.5% center;}

.sparrow-top{background-color: #ebf2ff; padding: 60px 30px;  border-radius: 4px;margin-top:15px; text-align: center; }
.sparrow-top img{max-width:100%; }

.sparrow-func{display: flex; flex-wrap: wrap;}
.sparrow-func div{width:31%; margin-right:2%;margin-bottom:2%; border-radius:10px;background:#f7f7f7;padding: 2rem; }
.sparrow-func div p{font-weight:800; font-size:1.4rem; margin-bottom:10px;margin-top:10px;;}

@media all and (max-width:680px){
  .sparrow-func{display:block;}
  .sparrow-func div{width:100%; margin-right:0; }

}
.sparrow-func div:nth-child(3){margin-right:0;  }


