@charset "utf-8";

section.about_title{
  background: linear-gradient(to right,rgba(0,123,214,.15) 0%, rgba(38,172,219,.15) 100%), url('../img/about/about_title_bg.png') 10% center;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  background-size: cover;
}
.about_title h2{
  padding-top: 180px;
}
.about_title h2 ul{
  text-align: center;
  display: block;
}
.about_title h2 ul li{
  display: inline-block;
  font-size: 42px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 0 22px;
  opacity: 0;
}
.about_title h2 ul li:nth-child(1){
  animation: text_A 1s forwards;
}
.about_title h2 ul li:nth-child(2){
  animation: text_B 1s .2s forwards;
}
.about_title h2 ul li:nth-child(3){
  animation: text_O 1s .4s forwards;
}
.about_title h2 ul li:nth-child(4){
  animation: text_U 1s .6s forwards;
}
.about_title h2 ul li:nth-child(5){
  animation: text_T 1s .8s forwards;
}
/* 헤더 아이콘 */
.about_title h2 ul:before{
  background: url('../assets/image/logo/common-title-white.png') no-repeat center;
  width: 57px;
  height: 20px;
  display: block;
  content: '';
  margin: 0 auto 20px;
  animation: mini_cube 1s 1.2s forwards;
  opacity: 0;
}
.about_title .content_box{
  width: 100%;
  position: relative;
  top: 120px;
}
.about_title .content_box .about_text{
  width: 13px;
  height: 217px;
  background: url('../img/about/about_text.png');
  background-repeat: no-repeat;
  position: relative;
  left: 100%;
  opacity: 0;
  top: -200px;
  display: inline-block;
}
.about_title .content_box .about_text.on{
  top: -284px;
  opacity: 1;
}
.about_title .content_box .gradient{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(-45deg, #007bd6, #26acdb, #007bd6, #26acdb);
  background-size: 800%;
  animation: gradient 15s ease infinite;
  font-family: 'Lato', sans-serif;
  color: #fff;
  padding: 38px 100px 50px 100px;
  height: 112px;
}
.about_title .content_box > div h3{
  font-size: 31px;
  line-height: 36px;
}
.about_title .content_box > div p{
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 30px;
}
.e_commerce{
  max-width: 1200px;
  margin: 0 auto;
  height: 560px;
}
/* background shape 이미지 */
.e_commerce .bg_object_01{
  background: url('../assets/image/shape/about-shape-1.png');
  background-repeat: no-repeat;
  width: 374px;
  height: 250px;
  position: relative;
  z-index: -10;
  display: inline-block;
  /* transition: all 0.2s ease-in; */
  left: 993px;
  top: -297px;
}
.e_commerce .bg_object_02{
  background: url('../assets/image/shape/about-shape-2.png');
  background-repeat: no-repeat;
  width: 219px;
  height: 206px;
  position: absolute;
  z-index: -10;
  margin-top: 1100px;
  margin-left: -220px;
  /* transition: all 0.2s ease-in; */
}
.e_commerce h3{
  font-size: 30px;
  color: #444;
  text-align: left;
  letter-spacing: -1px;
  padding-top: 150px;
  opacity: 0;
}
.e_commerce h3.on{
  padding-top: 240px;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.e_commerce h3:before{
  background: url('../assets/image/shape/about-wave-blue.png');
  background-repeat: no-repeat;
  width: 71px;
  height: 6px;
  display: inline-block;
  content: '';
  position: relative;
  top: -10px;
  margin-right: 25px;
}
.e_commerce p{
  color: #999;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  margin-left: 95px;
  padding-top: 50px;
}
.group{
  background: linear-gradient(to right, rgba(64,75,99,.8) 0%,
  rgba(64,75,99,.8) 100%),
  url('../img/about/about_bg3.png');
  height: 600px;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.group .list{
  position: relative;
  top: -40px;
  left: 340px;
}
.group .list .list_btn_area{
  position: relative;
  top: calc(22vw + 20px);
}
.group .list .list_btn{
  text-indent: -9999px;
  border: 0;
  color: #fff;
  opacity: 0.6;
  max-height: 52px;
  height: 8vw;
  outline: 0;
  width: 5%;
}
.group .list .list_btn.before{
  background: url('../img/about/list_btn_before.png');
  background-repeat: no-repeat;
  background-size: 3.5vw;
  float: left;
  margin-left: 15%;
}
.group .list .list_btn.after{
  background: url('../img/about/list_btn_after.png');
  background-repeat: no-repeat;
  background-size: 3.5vw;
  float: right;
  margin-right: 15%;
}
.group .list .list_btn:hover{
  opacity: 1;
}
.group .list .list_btn.before:after, .group .list .list_btn.after:after{
  content: '';
  clear: both;
  display: block;
}
.group > div{
  width: 1200px;
  margin: 0 auto;
}
.group h3{
  font-size: 30px;
  /* padding-top: 110px; */
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  padding-top: 50px;
  opacity: 0;
}
.group h3.on{
  opacity: 1;
  padding-top: 110px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.group h3:before{
  background: url('../assets/image/shape/about-wave-skyblue.png');
  background-repeat: no-repeat;
  width: 71px;
  height: 6px;
  display: inline-block;
  content: '';
  position: relative;
  top: -10px;
  margin-right: 25px;
}
.group .list{
  top: 50px;
  opacity: 0;
}
.group .list.on{
  top: -40px;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.group .list .list_title {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -170px;
  padding: 30px;
  border-radius: 44px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.group .list .list_title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -54px;
  left: 50%;
  z-index: 9999;
  width: 688px;
  height: 51px;
  background: url(../assets/image/shape/table-line.png) no-repeat center;
  transform: translateX(-50%);
}
.group .list .list_title strong {
  font-size: 24px;
  line-height: 24px;
}
.group div.list ul {
  overflow: hidden;
  width: 1000px;
  padding-top: 140px;
}
.group div.list ul li{
  float: left;
  margin: 0 25px;
}
.group div.list ul li:after{
  content: '';
  clear: both;
  display: block;
}
.group div.list ul li:nth-of-type(2):before, .group div.list ul li:nth-of-type(3):before{
  background-repeat: no-repeat;
  width: 71px;
  height: 6px;
  content: '';
  display: inline-block;
  position: absolute;
  margin: 100px 0 0 -85px;
}
.group div.list ul li > div{
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  text-align: center;
}
.group div.list ul li > div img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: auto;
  transform: translate(-50%, -50%);
  /* padding: 55px 0 0 8px; */
}
.group div.list ul li h4{
  font-size: 18px;
  letter-spacing: -1px;
  text-align: center;
  line-height: 50px;
  margin-top: 8px;
}
.group div.list ul li p{
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 22px;
  text-align: center;
}
.ci_content > div{
  width: 1200px;
  margin: 0 auto;
  height: 490px;
}
.ci_content h3{
  font-size: 30px;
  color: #444;
  text-align: left;
  letter-spacing: -1px;
  font-family: 'Lato', sans-serif;
  padding-top: 50px;
  opacity: 0;
}
.ci_content h3.on{
  padding-top: 110px;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.ci_content h3:before{
  background: url('../assets/image/shape/about-wave-blue.png');
  background-repeat: no-repeat;
  width: 71px;
  height: 6px;
  display: inline-block;
  content: '';
  position: relative;
  top: -10px;
  margin-right: 25px;
}
/* background shape 이미지 */
.ci_content .bg_object_03{
  background: url('../assets/image/shape/about-shape-3.png');
  background-repeat: no-repeat;
  width: 133px;
  height: 152px;
  z-index: -10;
  display: inline-block;
  position: absolute;
  margin-top: 2240px;
  margin-left: 1135px;
  /* transition: all 0.2s ease-in; */
}
/* background shape 이미지 */
.ci_content .bg_object_04{
  background: url('../assets/image/shape/about-shape-4.png');
  background-repeat: no-repeat;
  width: 333px;
  height: 280px;
  z-index: -10;
  display: inline-block;
  position: absolute;
  margin-top: 2850px;
  margin-left: -185px;
  /* transition: all 0.2s ease-in; */
}
.ci_content .sub_text{
  margin-left: 95px;
  display: inline-block;
  position: absolute;
  margin-top: 50px;
}
.ci_content .sub_text strong{
  color: #444;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.ci_content .sub_text p{
  color: #999;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
}
.ci_content .sub_text p:nth-of-type(1){
  margin-bottom: 25px;
}
.ci_content .signature{
  display: inline-block;
  position: absolute;
  margin-left: 390px;
  margin-top: 50px;
  opacity: 0;
}
.ci_content .signature.on{
  margin-top: -25px;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.ci_content .signature ul li{
  float: right;
  text-align: center;
}
.ci_content .signature ul li div{
  width: 795px;
  height: 235px;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.ci_content .signature ul li:after{
  content: '';
  clear: both;
  display: block;
}
.ci_content .signature ul li p{
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  color: #444;
  font-weight: bold;
  margin-top: 15px;
}
.ci_content .signature ul li:nth-of-type(1){
  margin-right: 30px;
}
.ci_content .signature ul li:nth-of-type(1) img{
  max-width: 210px;
  max-height: 87px;
  padding-top: 74px;
}
.ci_content .signature ul li:nth-of-type(2) img{
  max-width: 103px;
  max-height: 143px;
  padding-top: 45px;
}
section#map{
  width:100%;
  height:560px;
}

.contact > div{
  width: 1200px;
  margin: 0 auto;
  height: 340px;
}
.contact h3{
  font-size: 32px;
  color: #444;
  text-align: left;
  letter-spacing: -1px;
  font-family: 'Lato', sans-serif;
  padding-top: 50px;
  opacity: 0;
}
.contact h3.on{
  opacity: 1;
  padding-top: 110px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.contact h3:before{
  background: url('../assets/image/shape/about-wave-blue.png');
  background-repeat: no-repeat;
  width: 71px;
  height: 6px;
  display: inline-block;
  content: '';
  position: relative;
  top: -10px;
  margin-right: 25px;
}
.contact .address{
  position: absolute;
  margin: 20px 0 0 440px;
  opacity: 0;
}
.contact .address.on{
  margin-top: -25px;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.contact .address p{
  color: #666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.contact .address ul li{
  margin-bottom: 5px;
}
.contact .address ul li strong{
  color: #444;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  width: 100px;
}
.contact .address ul li span{
  color: #999;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.contact .address ul li span a{
  color: #999;
}
@keyframes text_A {
  form{opacity: 0;}
    to{opacity: 1;}
}
@keyframes text_B {
  form{opacity: 0;}
    to{opacity: 1;}
}
@keyframes text_O {
  form{opacity: 0;}
    to{opacity: 1;}
}
@keyframes text_U {
  form{opacity: 0;}
    to{opacity: 1;}
}
@keyframes text_T {
  form{opacity: 0;}
    to{opacity: 1;}
}
@keyframes mini_cube {
  form{opacity: 0;}
    to{opacity: 1;}
}
@-webkit-keyframes slide_left {
    100% { left: 0; }
}
@keyframes slide_left {
    100% { left: 0; }
}
@-webkit-keyframes slide_right {
    100% { right: 0; }
}
@keyframes slide_right {
    100% { right: 0; }
}



/* Mobile */
@media screen and (max-width:768px){
  .about_title h2 ul:before{
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;
    /* width: 32px; */
    width: 12vw;
    /* height: 3vw; */
  }
  .bg_object_01, .bg_object_02, .ci_content .bg_object_03, .ci_content .bg_object_04{
    display: none;
  }
  .about_title .content_box .about_text.on{
    display: none;
  }
  section.about_title{
    background: linear-gradient(to right,
    rgba(0,123,214,.15) 0%, rgba(38,172,219,.15) 100%),
    url('../img/about/about_title_bg_m.png') 10% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vw;
  }
  .about_title h2{
    padding-top: 25vw;
  }
  .about_title h2 ul li{
    font-size: 6vw;
    margin: 0 3vw;
  }
  .about_title h2 ul:before{
    margin-bottom: 2vw;
  }
  .about_title .content_box{
    top: 16vw;
  }
  .about_title .content_box .gradient{
    padding: 0;
    width: 80%;
    margin: 0 5%;
    padding: 5%;
    height: 25vw;
    max-height: 170px;
  }
  .about_title .content_box > div h3{
    font-size: 4.8vw;
    line-height: 6vw;
  }
  .about_title .content_box > div p{
    font-size: 3vw;
    padding-top: 9.2vw;
    letter-spacing: -0.1px;
  }
  .e_commerce{
    width: 100%;
    text-align:center;
    height: calc(90vw + 180px);
    min-height: 360px;
    max-height: 700px;
  }
  .e_commerce h3{
    padding: 0;
    text-align:center;
    font-size: 5.8vw;
    padding-top: 0;
    line-height: 8vw;
  }
  .e_commerce h3.on{
    padding-top: calc(13vw + 90px);
  }
  /* text decoration */
  .e_commerce h3:before{
    background: url('../assets/image/shape/about-wave-blue-m.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: 2vw;
    display: block;
  }
/* edit! */
  .e_commerce p{
    margin: 0;
    padding-top: 3.6vw;
    font-size: 3.5vw;
    line-height: 5.2vw;
  }
  .e_commerce .bg_object_01, .e_commerce .bg_object_02{
    display: none;
  }
  .group{
    background: linear-gradient(to right, rgba(64,75,99,.8) 0%,
    rgba(64,75,99,.8) 100%),
    url('../img/about/about_bg3_m.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 128vw;
    min-height: 420px;
    max-height: 840px;
  }
  .group > div{
    width: 100%;
  }
  .group h3{
    padding: 0;
    text-align:center;
    font-size: 5.8vw;
    padding-top: 5vw;
    line-height: 8vw;
  }
  .group h3.on{
    padding-top: 13vw;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
    /* text decoration */
  .group h3:before{
    background: url('../assets/image/shape/about-wave-skyblue-m.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: 2vw;
    display: block;
  }
  .group .list{
    left: 0;
    width: 100%;
    top: 50px;
  }
  .group .list.on{
    top: 0;
  }
  .group div.list ul li{
    width: 100%;
    margin: 0 auto;
    padding-top: 3vw;
    display: none;
    position: absolute;
  }
  .group div.list ul li.active{
    display: block;
  }
  .group div.list ul li > div{
    width: 40vw;
    height: 40vw;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
  }
  .group div.list ul li > div img{
    width: 18vw;
    height: 18vw;
    max-width: 90px;
    max-height: 80px;
    padding-top: 10vw;
  }
  .group div.list ul li h4{
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 5vw;
  }
  .group div.list ul li p{
    font-size: 3.8vw;
    line-height: 5vw;
  }
  .group div.list ul li.left{
    position: absolute;
    left: -600px;
    width: 100%;
    -webkit-animation: slide_left 0.5s forwards;
    animation: slide_left 0.5s forwards;
  }
  .group div.list ul li.right{
    position: absolute;
    right: -600px;
    width: 100%;
    -webkit-animation: slide_right 0.5s forwards;
    animation: slide_right 0.5s forwards;
  }
  .group .list .list_btn_area{
    z-index: 50;
  }
  .group div.list ul li:nth-of-type(2):before, .group div.list ul li:nth-of-type(3):before{
    display: none;
  }
  .bx-viewport {
    height: 148vw !important;
  }
  .group div.list .bx-wrapper h4{
    text-align: center;
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
  .group div.list .bx-wrapper h4 span {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 4vw 6.6vw;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .group div.list .bx-wrapper h4 span::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
  }
  .group div.list .bx-wrapper p{
    text-align: center;
    font-size: 3.8vw;
    line-height: 5vw;
  }
  .ci_content > div{
    width: 100%;
  }
  .ci_content h3{
    padding: 0;
    text-align:center;
    font-size: 5.8vw;
    padding-top: 5vw;
    line-height: 8vw;
  }
  .ci_content h3.on{
    padding-top: 18vw;
  }
  /* text decoration */
  .ci_content h3:before{
    background: url('../assets/image/shape/about-wave-blue-m.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: 2vw;
    display: block;
  }
  .ci_content .sub_text{
    width: 100%;
    position: unset;
    margin: 0 auto;
    display: block;
    padding: 0;
    padding-top: 4.5vw;
  }
  .ci_content .sub_text strong{
    font-size: 4.5vw;
    line-height: 6vw;
  }
  .ci_content .sub_text p{
    font-size: 3.6vw;
    line-height: 5.2vw;
  }
  .ci_content .sub_text > div:nth-of-type(1){
    /* float: left; */
    /* width: calc(50% - 3px); */
    text-align: center;
  }
  /* .ci_content .sub_text > div:nth-of-type(2){
    float: right;
    width: calc(50% - 3px);
    text-align: center;
  } */
  .ci_content .sub_text p:nth-of-type(1){
    /* margin-top: 10px; */
  }
  .ci_content .signature{
    width: 100%;
    position: unset;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
  }
  .ci_content .signature.on{
    margin-top: 0px;
  }
  .ci_content > div{
    height: calc(120vw + 40px);
    max-height: 1250px;
  }
  .ci_content .signature ul li{
    float: unset;
    margin: 0;
  }
  .ci_content .signature ul li div{
    width: 90%;
    height: unset;
    margin: 0 5%;
    min-height: 160px;
  }
  .ci_content .signature ul li p{
    font-size: 4.5vw;
    line-height: 6vw;
    margin: 2vw 0 5vw 0;
  }
  .ci_content .signature ul li:nth-of-type(1), .ci_content .signature ul li:nth-of-type(2){
    margin: 0;
  }
  .ci_content .signature ul li:nth-of-type(1) img{
    max-width: 352px;
    max-height: 145px;
    width: 50%;
    padding: 14vw 0;
  }
  .ci_content .signature ul li:nth-of-type(2) img{
    max-width: 172px;
    max-height: 236px;
    width: 30%;
    padding: 6vw 0;
  }
  section#map{
    max-height: 460px;
    height: 60vw;
  }
  section#map .markerIcon{
    width: 50%;
    height: 50%;
    margin-top: 10px;
    margin-left: 10px;
  }
  .contact > div{
    width: 100%;
    height: calc(90vw + 40px);
    max-height: 740px;
  }
  .contact h3{
    padding: 0;
    text-align:center;
    font-size: 5.8vw;
    padding-top: 5vw;
    line-height: 8vw;
  }
  .contact h3.on{
    padding-top: 16vw;
  }
  /* text decoration */
  .contact h3:before{
    background: url('../assets/image/shape/about-wave-blue-m.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: 2vw;
    display: block;
  }
  .contact .address{
    width: 100%;
    margin: 0;
    position: unset;
    margin-top: 10vw;
  }
  .contact .address.on{
    margin-top: 0;
  }
  .contact .address p{
    text-align: center;
    margin-bottom: 0;
    font-size: 3.6vw;
    line-height: 5vw;
    padding-top: 5.2vw;
  }
  .contact .address ul{
    padding-top: 8vw;
  }
  .contact .address ul li{
    text-align: center;
    margin: 0;
    padding-top: 5vw;
  }
  .contact .address ul li:nth-of-type(1){
    padding-top: 0;
  }
  .contact .address ul li strong{
    display: block;
    width: 100%;
    font-size: 4vw;
    line-height: 5vw;
  }
  .contact .address ul li span{
    display: block;
    font-size: 3.8vw;
    line-height: 5vw;
  }
  .contact .address ul li span a{
    color: #999;
  }
}

/* Tablet */
@media screen and (min-width:769px) and (max-width:1023px){
  .about_title .content_box .gradient{
    width: 70%;
  }
  .about_title .content_box .about_text{
    left: 110%;
  }
  .about_title .content_box .gradient{
    width: 70%;
  }
  .e_commerce .bg_object_01{
    top: -585px;
  }
  .e_commerce .bg_object_01.on{
    left: 65%;
  }
  .e_commerce h3{
    margin-left: 5%;
  }
  .e_commerce p{
    margin-left: 5%;
    width: 94%;
  }
  .e_commerce .pc_hide{
    display: none;
  }
  .e_commerce .bg_object_02.on{
    left: -100px;
  }
  .group h3{
    margin-left: 5%;
    padding-top: 20px;
  }
  .group h3.on{
    padding-top: 70px;
  }
  .group > div{
    width: 100%;
  }
  .group .list.pc_hide{
    display: none;
  }
  .group .list{
    position: unset;
    margin: 0 auto;
    margin-top: 100px;
    width: 740px;
  }
  .group .list .list_title {
    margin-left: 10px;
  }
  .group .list.on{
    margin-top: 20px;
  }
  .group .list .list_btn_area.pc_hide{
    display: none;
  }
  .group div.list ul {
    margin-left: -50px;
  }
  .group div.list ul li{
    margin: 0 25px;
  }
  .group div.list ul li:nth-of-type(2):before, .group div.list ul li:nth-of-type(3):before{
    display: none;
  }
  .ci_content > div{
    width: 100%;
  }
  .ci_content h3{
    margin-left: 5%;
  }
  .contact h3{
    margin-left: 5%;
  }
  .contact .address{
    margin: 20px 0 0 35%;
  }
  .ci_content .signature{
    margin:80px 0 0 38%;
  }
  .ci_content .signature ul li div{
    /* max-width: 388px;
    max-height: 235px;
    width: 100%;
    height: 100%; */
    width: 540px;
  }
  /* .ci_content .signature ul li:nth-of-type(2) div{
    min-width: 214px;
  }
  .ci_content .signature ul li:nth-of-type(1) img{
    width: 40%;
    padding: 50px 0;
  }
  .ci_content .signature ul li:nth-of-type(2) img{
    height: 40%;
    margin: 0;
    width: 29%;
    padding: 25px;
  } */
  section#map{
    max-height: 460px;
  }
  .contact .address{
    margin-top: 50px;
    margin-left: 60%;
  }
}

/* PC */
@media screen and (min-width:1024px){
}

/* etc */
@media screen and (min-width:681px) and (max-width: 768px){
  .group .list .list_btn_area{
    top: 22vw;
  }
  .group div.list ul li > div img{
    padding-top: 8vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px){
  section.ci_content{
    height: 700px;
  }
  .about_title .content_box .gradient{
    width: 980px;
    max-width: 900px;
    padding: 38px 40px 50px 85px;
  }
  section.e_commerce{
    max-width: 980px;
  }
  .group > div{
    width: 980px;
  }
  .group .list{
    left: 150px;
  }
  .group .list .list_title {
    margin-left: -64px;
  }
  .group div.list ul li{
    margin: 0 25px;
  }
  .group div.list ul li:nth-of-type(1){
    margin-right: 25px;
  }
  .group div.list ul li > div{
    max-width: 180px;
    max-height: 180px;
  }
  .group div.list ul li:nth-of-type(2):before, .group div.list ul li:nth-of-type(3):before{
    margin-left: -75px;
  }
  .ci_content > div{
    width: 980px;
  }
  section#map{
    height: 450px;
  }
  .contact > div{
    width: 980px;
  }
  .ci_content .signature ul li div {
    width: 610px;
  }
}
