@charset "utf-8";

/* 공통 */
.main-visual-wrap { background-color: var(--dark-color); }
.section { padding: 100px 0; }
.en {font-family: 'Rajdhani'; }
.section.refer { padding: 40px 0;}
@media (max-width: 1200px) {
  .section { padding: 80px 0; }
}
@media (max-width: 640px){
  .section { padding: 40px 0; }
}

/* 상단 타이틀 + 서비스 정보 */
.prod-title .title { padding-bottom: 80px; position: relative; text-align: center; }
.prod-title .title p { font-size: 2rem; }
.prod-title .title h3 { font-size: 4rem; font-weight: 900; padding-top: 15px; }
.prod-title .title h3.en { font-size: 5.5rem; letter-spacing: 0; }
.prod-title .img-area { position: relative; text-align: center; }
.prod-title .img-area:after { content: ''; display: block; width: 150px; height: 150px; border-radius: 150px; background: var(--main-green); position: absolute; top:-70px; right: 150px;}
.prod-title .img-area:before { content: ''; display: block; width: 300px; height: 300px; border-radius: 300px; border: 50px solid var(--main-blue); position: absolute; bottom: 0; left: -50px;}
.prod-title .img-area img { position: relative; z-index: 1; max-width: 80%; display: inline-block; }
.prod-title .info { padding: 30px 0 20px; margin-top: 60px; border-top: 1px solid #aaa; }
.prod-title .info .item { float: left; width: 50%; font-size: 1.45rem; line-height: 1.5; padding: 0 0 10px 20px;transform: skewX(-0.1deg);}
.prod-title .info .item .tit { float: left; width: 200px; font-weight: 900; }
.prod-title .info .item .txt { float: left; width: calc(100% - 200px); }
.prod-title .info .item .txt a.link { color: #7c7ceb; text-decoration: underline; }

@media (max-width: 1024px) {
  .prod-title .title p { font-size: 1.6rem; }
  .prod-title .title h3 { font-size: 3rem; }
  .prod-title .title h3.en { font-size: 4rem; }

  .prod-title .img-area:after { right: 0; }
  .prod-title .img-area:before { left: -100px; }
  .prod-title .info .item { padding-left: 0; padding-right: 10px; }
  .prod-title .info .item .tit { width: 100px; font-size: 1.3rem; }
  .prod-title .info .item .txt { width: calc(100% - 100px); font-size: 1.3rem; }
}
@media (max-width: 640px) {
  .prod-title .title { padding-bottom: 40px; }
  .prod-title .title p { font-size: 1.4rem; }
  .prod-title .title h3 { font-size: 2.5rem; }
  .prod-title .title h3.en { font-size: 3rem; }

  .prod-title .img-area img { max-width: 100%; }
  .prod-title .img-area:after { width: 80px; height: 80px; right: -25px; top: -30px}
  .prod-title .img-area:before { width: 130px; height: 130px; border-width: 20px; left: -70px; }

  .prod-title .info { margin-top: 30px; }
  .prod-title .info .item { width: 100%; padding-right: 0; }
}
@media (max-width: 475px) {
  .prod-title .info { padding: 20px 0; }
}



/* story */
.sec02 { position: relative; background-color: var(--dark-color); }
.story-wrap { text-align: center; }
.story-wrap .tit { position: relative; }
.story-wrap .tit h4 { position: relative; font-size: 3.2rem; font-weight: 900; color: #fff; display: inline-block; }
.story-wrap .tit h4 .en { font-size: 4rem; letter-spacing: .5px; }
.story-wrap .tit h4:before { content: ''; display: block; position: absolute; top: -7px; left: -25px; width: 40px; height: 40px; border-radius: 40px; background: var(--main-blue); z-index: -1; }
.story-wrap .tit h4:after { content: ''; display: block; position: absolute; top: 17px; right: -10px; width: 6px; height: 6px; border-radius: 40px; background: var(--main-green); }
.story-wrap .txt { padding-top: 40px; }
.story-wrap .txt p { color: #fff; font-size: 1.7rem; line-height: 2.3; font-weight: 300; word-break: keep-all; }
@media (max-width: 1024px) {
  .sec02 { padding: 50px 0; text-align: center; }
  .story-wrap .tit { float: none; width: 100%; padding-bottom: 30px; }
  .story-wrap .txt { float: none; width: 100%; }
}
@media (max-width: 768px) {
  .story-wrap .tit h4 { font-size: 2rem; }
  .story-wrap .tit h4 .en { font-size: 2.5rem; }
  .story-wrap .txt { padding-top: 0; }
  .story-wrap .txt p { font-size: 1.4rem; line-height: 2; }
}
@media (max-width: 475px) {
  .story-wrap .txt p { font-size: 1.4rem; }
}


/* Technology 공통 타이틀 */
.com-tit { position: relative; text-align: center; padding-bottom: 50px; }
.com-tit p.label { font-size: 2rem; font-weight: 900; color: var(--main-blue); padding-bottom: 15px; }
.com-tit h4.tit { font-size: 3rem; font-weight: 900; }
.com-tit p.txt { position: relative; font-size: 1.8rem; line-height: 1.8; padding-top: 30px; }
.com-tit p.txt b { position: relative; }
.com-tit p.txt b:after { content: ''; display: block; width: 100%; height: 6px; background: rgba(0,0,0,0.15); z-index: -1; position: absolute; bottom: 0; left: 0;}

@media (max-width: 768px) {
  .com-tit { text-align: center; }
  .com-tit h4.tit { font-size: 2.6rem; }
}
@media (max-width: 475px) {
  .com-tit { padding-bottom: 25px; }
  .com-tit p.label { padding-bottom: 10px; }
  .com-tit h4.tit { font-size: 2rem; }
  .com-tit p.txt { font-size: 1.5rem; padding-top: 20px; }
  .com-tit p.txt b:after { display: none; }
  .com-tit p.txt br { display: none; }
}


/* Technology 01 */
.type-01 .tech-wrap .info-img { position: relative; text-align: center; }
.type-01 .tech-wrap .info-img img { max-width: 100%; display: inline-block; }
.type-01 .tech-wrap .info { position: relative; width: 100%; text-align: center; }
.type-01 .tech-wrap .info .item { position: relative; width: 300px; height: 300px; margin: 0 10px; text-align: center; padding: 50px 10px; border-radius: 300px; border: 6px solid rgba(0,0,0,0.08); overflow: hidden; display: inline-block; }
.type-01 .tech-wrap .info .item .item-align { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; }
.type-01 .tech-wrap .info .item:before { display: block; font-size: 20rem; font-family: 'Rajdhani'; color: rgba(0,0,0,0.08); position: absolute; bottom: -50px; left: 20px; font-weight: 900;}
.type-01 .tech-wrap .info .item:nth-child(1):before { content: '1'; }
.type-01 .tech-wrap .info .item:nth-child(2):before { content: '2'; }
.type-01 .tech-wrap .info .item:nth-child(3):before { content: '3'; }
.type-01 .tech-wrap .info .item .tit { position: relative; display: inline-block; font-size: 2.3rem; font-weight: 900; padding-bottom: 15px; }
.type-01 .tech-wrap .info .item .tit:after { content: ''; display: block; position: absolute; top: -3px; right: -11px; width: 7px; height: 7px; border-radius: 40px; background: #4ee500; }
.type-01 .tech-wrap .info .item .txt { font-size: 1.9rem; }

.type-01 .tech-wrap .left { float: left; width: 45%; text-align: left; }
.type-01 .tech-wrap .right { float: right; width: 55%; text-align: left; }
.type-01 .tech-wrap .right p.txt { font-size: 2.2rem; }

.type-01 .tech-wrap .info-txt { position: relative; padding: 50px 30px; text-align: center; background: #eff1f3; margin-top: 50px; border-radius: 20px; }
.type-01 .tech-wrap .info-txt p.txt { position: relative; z-index: 1; font-size: 1.6rem; line-height: 2; padding-top: 20px;transform: skewX(-0.1deg);}
.type-01 .tech-wrap .info-txt p.txt:after { content: ''; position: absolute; top: 0; left: calc(50% + 4px); width: 7px; height: 7px; background: #4ee500; border-radius: 10px; }
.type-01 .tech-wrap .info-txt p.txt:before { content: ''; position: absolute; top: 0; right: calc(50% + 4px); width: 7px; height: 7px; background: var(--main-blue); border-radius: 10px; }
.type-01 .tech-wrap .info-txt p.txt b { position: relative; z-index: 1;}
.type-01 .tech-wrap .info-txt p.txt b:after { content: ''; display: block; width: 100%; height: 6px; background: rgba(0,0,0,0.15); position: absolute; bottom: 0; left: 0;}

@media (max-width: 768px) {
  .type-01 .tech-wrap .left,
  .type-01 .tech-wrap .right { float: none; width: 100%; text-align: center; }
  .type-01 .tech-wrap .info .item { width: 200px; height: 200px; margin: 0; }
  .type-01 .tech-wrap .info .item:before { font-size: 11rem; bottom: -25px; }
  .type-01 .tech-wrap .info .item .tit { font-size: 2rem; }
  .type-01 .tech-wrap .info .item .txt { font-size: 1.6rem; }
}
@media (max-width: 475px) {
  .type-01 .tech-wrap .right p.txt { font-size: 1.5rem; }
  .type-01 .tech-wrap .info .item { width: 150px; height: 150px;}
  .type-01 .tech-wrap .info .item:before { font-size: 7rem; bottom: -15px; }
  .type-01 .tech-wrap .info .item .tit { font-size: 1.8rem; }
  .type-01 .tech-wrap .info .item .txt { font-size: 1.4rem; }
  .type-01 .tech-wrap .info-txt { padding: 25px; }
  .type-01 .tech-wrap .info-txt p.txt { font-size: 1.4rem; }
  .type-01 .tech-wrap .info-txt p.txt b:after { display: none; }
}


/* Technology 02 */
.type-02 .tech-wrap:not(:first-child) { padding-top: 100px; }
.type-02 { background: var(--dark-color); }
.type-02 .com-tit h4.tit { color: #fff; }
.type-02 .com-tit p.label { color: var(--main-green); }
.type-02 .info .img-area { position: relative; float: left; width: calc(50% - 60px); height: auto; overflow: hidden; border-radius: 20px; border: 8px solid rgba(255,255,255,0.4); }
.type-02 .info .img-area img { width: 100%; }
.type-02 .info .txt-area { float: right; width: 50%; }
.type-02 .info .txt-area .item { padding: 25px 0; word-break: keep-all; color: #fff; }
.type-02 .info .txt-area .item:not(:first-child) { border-top: 1px solid rgba(255,255,255,0.2); }
.type-02 .info .txt-area .item .tit { position: relative; font-size: 1.7rem; font-weight: 900; padding: 0 0 15px 15px; }
.type-02 .info .txt-area .item .tit:after { content: ''; position: absolute; top: 1px; left: 0; width: 5px; height: 5px; background: var(--main-blue); border-radius: 10px; }
.type-02 .info .txt-area .item .tit:before { content: ''; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background: var(--main-green); border-radius: 10px; }
.type-02 .info .txt-area .item .txt { font-size: 1.4rem; line-height: 1.8; font-weight: 300; transform: skewX(-0.1deg);}
@media (max-width: 1200px) {
.type-02 .tech-wrap:not(:first-child) { padding-top: 30px; }
}
@media (max-width: 1024px) {
  .type-02 .info .img-area { float: none; width: 70%; margin: 0 auto; }
  .type-02 .info .txt-area { float: none; width: 100%; }
}
@media (max-width: 475px) {
  .type-02 .info .img-area { width: 100%; }
  .type-02 .info .txt-area .item .tit { font-size: 1.5rem; }
  .type-02 .info .txt-area .item .txt { font-size: 1.3rem; transform: skewX(-0.03deg); }
}



/* SEO */
.seo-wrap .com-tit { border-bottom: 1px solid #dee3eb; }
.seo-wrap .item { padding: 60px 0 30px; border-bottom: 1px solid #dee3eb; }
.seo-wrap .item .img-area { float: left; width: 50%; }
.seo-wrap .item .img-area img { max-width: 100%; }
.seo-wrap .item .tit-area { float: left; width: 50%; }
.seo-wrap .item .tit-area .tit p { font-size: 2.5rem; font-weight: 900; padding-bottom: 20px; }
.seo-wrap .item .tit-area .tit img { max-width: 30px; height: auto; margin-bottom: 20px;}
.seo-wrap .item .tit-area .txt p { font-size: 1.6rem; line-height: 1.7; transform: skewX(-0.1deg);}
@media (max-width: 768px) {
  .seo-wrap .item { text-align: center; padding:30px 0;}
  .seo-wrap .item .tit-area { float: none; width: 100%; padding-bottom: 30px; }
  .seo-wrap .item .tit-area .tit p { font-size: 2rem; }
  .seo-wrap .item .tit-area .txt p { font-size: 1.4rem; transform: skewX(-0.03deg); }
  .seo-wrap .item .tit-area .tit img { margin-bottom: 15px; }
  .seo-wrap .item .img-area { float: none; width: 100%; }
}
@media (max-width: 475px) {
  .seo-wrap .item .tit-area .txt p { word-break: keep-all; }
  .seo-wrap .item .tit-area .txt p br { display: none; }
}


/* 인증 수상 */
/* .patent { padding: 0; } */
.patent .sec-width { border-bottom: 1px solid #dee3eb; padding-bottom: 100px; }
.patent .awards-group { position: relative; padding: 30px 0; display: flex; flex-wrap: wrap; justify-content: center; }
.patent .awards-group .item { position: relative; width: calc(33% - 32px); margin:0 15px 30px;}
.patent .awards-group .item .img-area { position: relative; width: 100%; height: 0; padding-bottom: 137%; overflow: hidden; }
.patent .awards-group .item .img-area:after { content: ''; display: block; position: absolute; top:0; left: 0; width: 0px; height: 0px; border-top: 100px solid #eee; border-left: 0px solid transparent; border-right: 100px solid transparent; transition: border .25s; }
.patent .awards-group .item .img-area:before { content: ''; display: block; position: absolute; bottom:0; right: 0; width: 0px; height: 0px; border-bottom: 100px solid #eee; border-left: 100px solid transparent; border-right: 0px solid transparent; transition: border-width 1s; }
.patent .awards-group .item .img-area .img { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; padding: 15px; }
.patent .awards-group .item .img-area .img img { max-width: 100%; box-shadow: 4px 4px 15px rgba(0,0,0,0.15); }
.patent .awards-group .item .img-area:hover:after { border-top-width: 400px; border-right-width: 400px; }
.patent .awards-group .item .img-area:hover:before { border-left-width: 400px; border-bottom-width: 400px; }
.patent .awards-group .item .tit-area { text-align: center; padding-top: 15px; }
.patent .awards-group .item .tit-area .tit { font-size: 1.45rem; font-weight: 900; }
.patent .awards-group .item .tit-area .date { padding-top: 6px; font-weight: 500; font-size: 1.3rem; transform: skewX(-0.03deg); }

@media (max-width: 1024px) {
  .patent .sec-width { padding-bottom: 40px; }
  .patent .awards-group .item .tit-area { min-height: 70px; }
}
@media (max-width: 768px) {
  .patent .awards-group .item .img-area .img { padding: 10px; }
  .patent .awards-group .item .tit-area .tit { font-size: 1.4rem;}
}
@media (max-width: 650px) {
  .patent .awards-group .item { width: calc(33.33% - 10px); margin: 0 10px 20px 0; }
  .patent .awards-group .item:nth-child(3n) { margin-right: 0; }
  .patent .awards-group .item .img-area .img { padding: 7px; }
  .patent .awards-group .item .tit-area { padding-top: 10px; min-height: 55px; }
  .patent .awards-group .item .tit-area .tit { font-size: 1.1rem; transform: skewX(-0.03deg); }
  .patent .awards-group .item .tit-area .date { font-size: 1.1rem; }
}
@media (max-width: 425px) {
  .patent .awards-group .item { margin-bottom: 10px; }
}

/* Reference */
.refer .partner-list { position: relative; text-align: center; }
.refer .partner-list ul li { position: relative; float: left; width: 33.3333%; border-left: 1px solid #dee3eb; border-bottom: 1px solid #dee3eb; height: 200px; }
.refer .partner-list ul li:nth-child(3n),
.refer .partner-list ul li:last-child { border-right: 1px solid #dee3eb;}
.refer .partner-list ul li:nth-child(1),
.refer .partner-list ul li:nth-child(2),
.refer .partner-list ul li:nth-child(3) { border-top: 1px solid #dee3eb;}
.refer .partner-list ul li a { display: block; height: 100%; text-align: center; position: relative; }
.refer .partner-list ul li a .box { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; }
.refer .partner-list ul li a .box .logo-area { width: 100%; text-align: center; display: inline-block; }
.refer .partner-list ul li a .box .logo-area img { max-width: 200px; max-height: 65px; display: inline-block; position: relative; top: 0; transition: top .25s; }
.refer .partner-list ul li:hover a .logo-area img { top: -5px; }
.refer .partner-list ul li a .box .txt-area .name { font-size: 1.4rem; font-weight: 900; display: block; padding: 20px 0 0;}
.refer .partner-list ul li a .box .txt-area .exp { color: #828282; font-size: 1.3rem; transform: skew(-0.03deg); padding-top: 10px; display: block; }
.refer .partner-list .logo-area img { width: 100%; height: auto; }
.refer .btn-wrap { text-align: center; padding-top: 20px;}
.refer .btn-wrap .buy-btn { display: inline-block; width: 130px; height: 34px; font-size: 1.4rem; font-weight: 600; padding: 8px 10px; background: var(--main-blue); color: #fff; border-radius: 2px; }

@media all and (max-width: 740px) { 
  .refer .partner-list ul li a { padding: 10px; } 
}
@media (max-width: 570px) {
  .refer .com-tit { padding-bottom: 30px; }
}
@media all and (max-width: 420px) { 
  .refer .partner-list ul li { height: 120px; }
  .refer .partner-list ul li a .box .logo-area img { max-width: 70%; }
  .refer .partner-list ul li a .box .txt-area .exp,
  .refer .partner-list ul li a .box .txt-area .name { display: none; }
}

/* 담당자 */
.respon { background: var(--dark-color); }
.respon .com-tit h4.tit { color: #fff; }
.respon .com-tit p.label { color: var(--main-green); }
.respon .memoji-wrap { text-align: center; }
.respon .memoji-wrap .item { display: inline-block; margin: 0 30px 30px; }
.respon .memoji-wrap .item img { max-width: 100px; max-height: 100px; display: block; margin-bottom: 15px; transition: transform .25s; transform: rotate(0); }
.respon .memoji-wrap .item img:hover { transform: rotate(-10deg); }
.respon .memoji-wrap .item p { display: inline-block; font-size: 1.3rem; transform: skewX(-0.03deg) }
.respon .memoji-wrap .item p.team { color: rgba(255,255,255,0.7); padding-right: 3px; }
.respon .memoji-wrap .item p.name { font-weight: 900; color: #fff; }
.respon .memoji-wrap .comment { position: relative; background: #0d0e28; padding: 50px 30px; border-radius: 30px; color: #fff; font-size: 1.7rem; line-height: 1.8; }
.respon .memoji-wrap .comment:after { content: '“'; position: absolute; top:-40px; left:30px; font-size: 15rem; color: #393a54; font-family:Arial, Helvetica, sans-serif; line-height: normal; }
.respon .memoji-wrap .comment:before { content: '”'; position: absolute; bottom: -120px; right:30px; font-size: 15rem; color: #393a54; font-family:Arial, Helvetica, sans-serif; line-height: normal; }

.respon.ceo { padding-top: 0; }
.respon.ceo .memoji-wrap .item img:hover { transform: rotate(0); }

@media (max-width: 768px) {
  .respon .memoji-wrap .comment { font-size: 1.5rem; }
}
@media (max-width: 475px) {
  .respon .memoji-wrap .comment { font-size: 1.3rem; transform: skewX(-0.03deg); word-break: keep-all; }
  .respon .memoji-wrap .item { width: calc(33% - 40px); margin: 0 15px 30px; }
  .respon .memoji-wrap .item img { max-height: unset; max-width: 100%; margin-bottom: 10px;}
  .respon .memoji-wrap .item p.team { display: block; padding-bottom: 5px; }
  .respon .memoji-wrap .item p.name { display: block; }
}

.bg-dark { background: var(--dark-color); }