@charset "utf-8";
/* business.css */
/* abbreviation.css */
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.td-n {
  text-decoration: none;
}
.td-u {
  text-decoration: underline;
}
.td-o {
  text-decoration: overline;
}
.td-t {
  text-decoration: line-through;
}
.fw-b {
  font-weight: bold;
}
.fw-n {
  font-weight: normal;
}
.bg-n {
  background: none;
}
.bg-nr {
  background-repeat: no-repeat;
}
.d-b {
  display: block;
}
.d-i {
  display: inline;
}
.d-ib {
  display: inline-block;
}
.d-t {
  display: table;
}
.d-tc {
  display: table-cell;
}
.d-to {
  display: table-column;
}
.d-tr {
  display: table-row;
}
.d-n {
  display: none;
}
.d-r {
  display: run-in;
}
.v-v {
  visibility: visible;
}
.v-h {
  visibility: hidden;
}
.tl-f {
  table-layout: fixed;
}
.tl-a {
  table-layout: auto;
}
.clear {
  content: '';
  display: block;
  clear: both !important;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.nclear:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.after-clear {
  content: '';
  clear: both;
  display: block;
}
.p-r {
  position: relative;
}
.p-a {
  position: absolute;
}
.p-f {
  position: fixed;
}
.p-s {
  position: static;
}
.o-a {
  overflow: auto;
}
.o-h {
  overflow: hidden;
}
.o-s {
  overflow: scroll;
}
.o-v {
  overflow: visible;
}
.f-n {
  float: none;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.v-t {
  vertical-align: top;
}
.v-m {
  vertical-align: middle;
}
.v-b {
  vertical-align: bottom;
}
.v-bl {
  vertical-align: baseline;
}
.mgat {
  margin: 0 auto;
}
.bd-n {
  border: none;
}
.csr-p {
  cursor: pointer;
}
.csr-h {
  cursor: help;
}
.csr-d {
  cursor: default;
}
.tr-com {
  transition: all 0.3s ease;
}
/* reusable font-style */
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs20 {
  font-size: 20px;
}
.fs25 {
  font-size: 25px;
  font-weight: bold;
}
.fs30 {
  font-size: 30px;
}
.fwn {
  font-weight: normal;
}
/* cursor */
.csr-p {
  cursor: pointer;
}
.csr-d {
  cursor: default;
}
/* reusable vertical-align */
.va-t {
  vertical-align: top;
}
.va-b {
  vertical-align: bottom;
}
.va-m {
  vertical-align: middle;
}
/* font-family 'lato' */
.ff-l {
  font-family: 'Lato', sans-serif;
}
.ff-nkr {
  /* font-family: 'NotoKrR', sans-serif; */
}
section.business_title {
  background: linear-gradient(to right, rgba(0,123,214,.15) 0%, rgba(38,172,219,.15) 100%), url('../img/business/business_title_bg.png') 10% center;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  background-size: cover;
}
section.business_title h2 {
  padding-top: 180px;
}
section.business_title h2 ul {
  text-align: center;
  display: block;
}
section.business_title h2 ul li {
  display: inline-block;
  font-size: 42px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 0 22px;
  opacity: 0;
}
section.business_title h2 ul li:nth-child(1) {
  animation: text_op 1s forwards;
}
section.business_title h2 ul li:nth-child(2) {
  animation: text_op 1s .2s forwards;
}
section.business_title h2 ul li:nth-child(3) {
  animation: text_op 1s .4s forwards;
}
section.business_title h2 ul li:nth-child(4) {
  animation: text_op 1s .6s forwards;
}
section.business_title h2 ul li:nth-child(5) {
  animation: text_op 1s .8s forwards;
}
section.business_title h2 ul li:nth-child(6) {
  animation: text_op 1s 1s forwards;
}
section.business_title h2 ul li:nth-child(7) {
  animation: text_op 1s 1.2s forwards;
}
section.business_title h2 ul li:nth-child(8) {
  animation: text_op 1s 1.4s forwards;
}
/* 헤더 아이콘 */
section.business_title h2: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.6s forwards;
  opacity: 0;
}
section.business_title .content_box {
  width: 100%;
  position: relative;
  top: 100px;
  height: 0;
}
section.business_title .content_box .gradient {
  margin: 0 auto;
  background: linear-gradient(-45deg, #007bd6, #26acdb, #007bd6, #26acdb);
  background-size: 800%;
  animation: gradient 15s ease infinite;
  color: #ffffff;
  padding: 70px;
  height: 247px;
  width: 247px;
  position: relative;
  left: 425px;
}
section.business_title .content_box .gradient h3 {
  font-family: 'Lato', sans-serif;
  font-size: 31px;
  line-height: 36px;
  padding: 0;
  margin: 0;
}
section.business_title .content_box .gradient p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  margin: 38px 0 0 0;
  white-space: nowrap;
  opacity: 0.7;
}
section.business_title .content_box .business_text {
  width: 13px;
  height: 265px;
  background: url('../img/business/business_text.png');
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: -350px;
  left: 100%;
  opacity: 0;
}
section.business_title .content_box .business_text.on {
  opacity: 1;
  top: -425px;
}
section.service {
  height: 820px;
  width: 1200px;
  margin: 0 auto;
}
section.service > div {
  width: 1200px;
  height: 100%;
  padding-top: 100px;
  margin: 0 auto;
  margin-left: 15px;
}
section.service > div li {
  margin: 10px 0;
  margin-top: 50px;
  opacity: 0;
}
section.service > div li .icon {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  text-align: center;
  cursor: pointer;
}
section.service > div li .icon img {
  max-height: 66px;
  max-width: 100px;
  position: relative;
  top: 40px;
  left: 3px;
}
section.service > div li .more_btn {
  border: 0 solid #cccccc;
  text-indent: -9999px;
  background: url('../img/business/page_down.png');
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 41px;
  max-height: 23px;
  width: 5vw;
  height: 3vw;
  float: right;
  top: 8vw;
  position: relative;
  margin-right: 2%;
  outline: 0;
}
section.service > div li .more_btn:after {
  content: '';
  clear: both;
  display: block;
}
section.service > div li:nth-of-type(7) .icon img {
  top: 35px;
  left: 6px;
}
section.service > div ul.area li .service_icon_01,
section.service > div ul.area li .service_icon_02,
section.service > div ul.area li .service_icon_03,
section.service > div ul.area li .service_icon_04 {
  cursor: pointer;
  width: 154px;
  height: 140px;
  display: inline-block;
}
section.service > div ul.area li span.title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1px;
  margin-left: 30px;
  color: #444444;
  position: absolute;
  margin-top: 55px;
  cursor: pointer;
}
section.service > div ul.area li span.title:after {
  content: '';
  background: url('../img/business/service_next_icon.png');
  background-repeat: no-repeat;
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 2px;
}
section.service > div ul.area li .service_icon_01 {
  background: url('../assets/image/icon/business-icon-logistics.png') left top no-repeat;
}
section.service > div ul.area li .service_icon_02 {
  background: url('../assets/image/icon/business-icon-fulfillment.png') left top no-repeat;
}
section.service > div ul.area li .service_icon_03 {
  background: url('../assets/image/icon/business-icon-platform.png') left top no-repeat;
}
section.service > div ul.area li .service_icon_04 {
  background: url('../assets/image/icon/business-icon-contact.png') left top no-repeat;
}
section.service > div ul.area li:hover .service_icon_01 {
  background: url('../assets/image/icon/business-icon-logistics-active.png') left top no-repeat;
}
section.service > div ul.area li:hover .service_icon_02 {
  background: url('../assets/image/icon/business-icon-fulfillment-active.png') left top no-repeat;
}
section.service > div ul.area li:hover .service_icon_03 {
  background: url('../assets/image/icon/business-icon-platform-active.png') left top no-repeat;
}
section.service > div ul.area li:hover .service_icon_04 {
  background: url('../assets/image/icon/business-icon-contact-active.png') left top no-repeat;
}
section.service > div ul.area li:hover span.title:after {
  background: url('../assets/image/icon/business-left-icon.png');
}
section.service > div ul.area li:nth-of-type(1).on {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
}
section.service > div ul.area li:nth-of-type(3).on {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  transition-delay: 0.2s;
  opacity: 1;
}
section.service > div ul.area li:nth-of-type(5).on {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  transition-delay: 0.4s;
  opacity: 1;
}
section.service > div ul.area li:nth-of-type(7).on {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  margin-bottom: 0;
  transition-delay: 0.6s;
  opacity: 1;
}
/* background shape 이미지 */
section.service .bg_object_01 {
  background: url('../assets/image/shape/business-shape-1.png');
  width: 451px;
  height: 316px;
  z-index: -10;
  display: inline-block;
  position: absolute;
  margin-top: 850px;
  margin-left: 600px;
  top: -363px;
}
section.service .bg_object_02 {
  background: url('../assets/image/shape/business-shape-2.png');
  width: 310px;
  height: 305px;
  z-index: -10;
  display: inline-block;
  position: absolute;
  margin-top: 1700px;
  margin-left: 950px;
}
section.guide > div {
  max-width: 1600px;
  height: 700px;
  margin: 0 auto;
}
section.guide > div .display_1,
section.guide > div .display_2,
section.guide > div .display_3,
section.guide > div .display_4 {
  display: none;
}
section.guide > div .display_1.active,
section.guide > div .display_2.active,
section.guide > div .display_3.active,
section.guide > div .display_4.active {
  display: block;
  animation: displayChange 0.3s ;
  animation-iteration-count: 0.3;
  overflow: hidden;
}
section.guide > div .e_commerce_platform {
  background: url('../img/business/guide_bg_02.png');
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
section.guide > div .e_commerce_platform .explain_text p:nth-of-type(1) {
  margin-bottom: 40px;
}
section.guide > div .global_e_commerce {
  background: url('../img/business/guide_bg_03.png');
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
section.guide > div .global_e_commerce .explain_text p:nth-of-type(1) {
  /* margin-top: 60px; */
}
section.guide > div .global_fulfillment {
  background: url('../img/business/guide_bg_01.png');
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
section.guide > div .global_fulfillment .explain_text p:nth-of-type(1) {
  /* margin-top: 35px; */
}
section.guide > div .contect_service {
  background: url('../img/business/guide_bg_04.png');
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
section.guide > div .contect_service .explain_text p:nth-of-type(1) {
  /* margin-top: 75px; */
}
section.guide > div .content_box {
  position: relative;
  top: 150px;
  left: 10%;
}
section.guide > div .content_box .gradient {
  position: relative;
  z-index: 10;
  background: linear-gradient(-45deg, #007bd6, #26acdb, #007bd6, #26acdb);
  background-size: 800%;
  animation: gradient 15s ease infinite;
  color: #ffffff;
  width: 285px;
  height: 285px;
  float: left;
}
section.guide > div .content_box .gradient h3 {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: -1.8px;
  padding: 28px 0 0 46px;
}
/* text decoration */
section.guide > div .content_box .gradient:before {
  background: url('../assets/image/shape/business-wave.png');
  background-repeat: no-repeat;
  width: 71px;
  height: 6px;
  display: inline-block;
  content: '';
  position: relative;
  top: 70px;
  left: -42px;
}
section.guide > div .content_box .gradient:after {
  content: '';
  clear: both;
  display: block;
}
section.guide > div .content_box ul {
  padding-left: 46px;
  position: absolute;
  top: 200px;
}
section.guide > div .content_box ul.button_area li {
  float: left;
  max-width: 40px;
  max-height: 40px;
}
section.guide > div .content_box ul.button_area li > svg {
  position: relative;
  top: -45px;
  left: 18px;
  width: 7px;
  height: 11px;
}
section.guide > div .content_box ul.button_area li > div {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  opacity: 0.25;
  cursor: pointer;
  position: relative;
  top: -16px;
}
section.guide > div .content_box ul.button_area li > div:hover {
  background: #fff;
}
section.guide > div .content_box ul.button_area li:nth-of-type(2) {
  margin-left: 1px;
}
section.guide > div .content_box ul.button_area li:hover svg g polyline {
  stroke: #fff;
}
section.guide > div .content_box .explain_text {
  position: relative;
  height: 285px;
}
section.guide > div .content_box .explain_text strong {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -1px;
  opacity: 0.7;
}
section.guide > div .content_box .explain_text p {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 375px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  /* opacity: 0.7; */
  transform: translateY(-50%);
}
section.guide > div .content_box .explain_text p .sub-title {
  display: block;
  font-size: 19px;
  margin-bottom: 19px;
}
section.guide > div .content_box .explain_text:after {
  content: '';
  clear: both;
  display: block;
}
section.guide > div .content_box .explain_text .btn {
  /* margin-top: 40px; */
}
section.guide > div .content_box .explain_text .btn a {
  background: url('../img/business/explain_btn.png');
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  width: 175px;
  height: 45px;
  position: absolute;
  opacity: 0.7;
}
section.guide > div .content_box .explain_text .btn a:hover {
  background: url('../img/business/explain_btn_hover.png');
  opacity: 1;
}
@keyframes text_op {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mini_cube {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayChange {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  section.business_title {
    background: linear-gradient(to right, rgba(0,123,214,.15) 0%, rgba(38,172,219,.15) 100%), url('../img/business/business_title_bg_m.png') 10% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vw;
    width: 100%;
  }
  section.business_title h2 {
    padding-top: 25vw;
  }
  section.business_title h2 ul li {
    font-size: 6vw;
    margin: 0 3vw;
  }
  section.business_title h2:before {
    margin-bottom: 2vw;
  }
  section.business_title .content_box {
    top: 16vw;
    width: 100%;
    margin: 0 auto;
    /* max-height: 330px; */
  }
  section.business_title .content_box .gradient {
    margin: 0 5%;
    padding: 5%;
    height: 32vw;
    width: 80%;
    position: unset;
    max-height: 330px;
  }
  section.business_title .content_box .gradient h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  section.business_title .content_box .gradient p {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-top: 5vw;
    margin: 0 0 0 0;
  }
  section.business_title .content_box .business_text.on {
    display: none;
  }
  section.service {
    min-height: 550px;
    height: auto;
    margin-bottom: 10vw;
    width: 100%;
    position: relative;
  }
  section.service > div {
    width: 90%;
    height: auto;
    margin: 0 5%;
    padding: 0 0 0 0;
    margin-top: 1px;
    padding-top: calc(32vw - 7px);
  }
  section.service > div .bg_object_01,
  section.service > div .bg_object_02 {
    display: none;
  }
  section.service > div ul.area li {
    opacity: 1;
  }
  section.service > div ul.area li .service_icon_01,
  section.service > div ul.area li .service_icon_02,
  section.service > div ul.area li .service_icon_03,
  section.service > div ul.area li .service_icon_04 {
    max-width: 269px;
    max-height: 245px;
    width: 33vw;
    height: 30vw;
    margin-left: 5vw;
  }
  section.service > div ul.area li .service_icon_01 {
    background: url('../assets/image/icon/business-icon-logistics-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li .service_icon_02 {
    background: url('../assets/image/icon/business-icon-fulfillment-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li .service_icon_03 {
    background: url('../assets/image/icon/business-icon-platform-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li .service_icon_04 {
    background: url('../assets/image/icon/business-icon-contact-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li span.title {
    font-size: 4vw;
    line-height: 5vw;
    padding-left: 5%;
    margin-top: 8vw;
    margin-left: 0;
  }
  section.service > div ul.area li span.title:after {
    display: none;
  }
  section.service > div ul.area li .more_btn {
    top: 13vw;
    margin-right: 5vw;
    font-size: 13px;
  }
  section.service > div ul.area li .more_btn.active {
    background: url('../img/business/page_up.png') no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li.active {
    opacity: 1;
  }
  section.service > div ul.area li.active .service_icon_01 {
    background: url('../assets/image/icon/business-icon-logistics-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li.active .service_icon_02 {
    background: url('../assets/image/icon/business-icon-fulfillment-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li.active .service_icon_03 {
    background: url('../assets/image/icon/business-icon-platform-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li.active .service_icon_04 {
    background: url('../assets/image/icon/business-icon-contact-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li.active.on .service_icon_01 {
    background: url('../assets/image/icon/business-icon-logistics-active-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li.active.on .service_icon_02 {
    background: url('../assets/image/icon/business-icon-fulfillment-active-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li.active.on .service_icon_03 {
    background: url('../assets/image/icon/business-icon-platform-active-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li.active.on .service_icon_04 {
    background: url('../assets/image/icon/business-icon-contact-active-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li:hover .service_icon_01 {
    background: url('../assets/image/icon/business-icon-logistics-active-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li:hover .service_icon_02 {
    background: url('../assets/image/icon/business-icon-fulfillment-active-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li:hover .service_icon_03 {
    background: url('../assets/image/icon/business-icon-platform-active-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li:hover .service_icon_04 {
    background: url('../assets/image/icon/business-icon-contact-active-m.png') left top no-repeat;
    background-size: 100%;
  }
  section.service > div ul.area li.on:nth-of-type(3),
  section.service > div ul.area li.on:nth-of-type(5),
  section.service > div ul.area li.on:nth-of-type(7) {
    margin-top: 0;
  }
  section.service > div li {
    margin: 0 0 0 0;
    padding: 4vw 0;
    border-bottom: 1px solid #e0e0e0;
  }
  section.service > div li span.title {
    font-size: 4vw;
    line-height: 5vw;
    padding-left: 5%;
  }
  section.service > div li span.title:after {
    display: none;
  }
  section.service > div li:before {
    left: 2%;
    z-index: 10;
  }
  section.service > div li:nth-of-type(1) span,
  section.service > div li:nth-of-type(7) span {
    margin-top: 5vw;
  }
  section.service > div li:nth-of-type(3) span,
  section.service > div li:nth-of-type(5) span {
    margin-top: 2vw;
  }
  section.service > div li.more_view {
    padding: 0;
    margin: 0;
    text-align: center;
    height: 0;
    opacity: 1;
    transform: scaleY(0);
  }
  section.service > div li.more_view.on {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: max-height 0.5s ease-out;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.5s ease;
  }
  section.service > div li.more_view .e_commerce_platform {
    background: url('../img/business/guide_bg_02_m.png') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 780px;
    max-height: 625px;
    width: 100%;
    /* height: 88vw; */
    padding: 12vw 0;
  }
  section.service > div li.more_view .e_commerce_platform .explain_text p:nth-of-type(1) {
    /* margin-bottom: 8vw; */
  }
  section.service > div li.more_view .global_e_commerce {
    background: url('../img/business/guide_bg_03_m.png') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 780px;
    max-height: 400px;
    width: 100%;
    /* height: 34vw; */
    padding: 12vw 0;
  }
  section.service > div li.more_view .global_fulfillment {
    background: url('../img/business/guide_bg_01_m.png') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 780px;
    max-height: 620px;
    width: 100%;
    /* height: 62vw; */
    padding: 12vw 0;
  }
  section.service > div li.more_view .contect_service {
    background: url('../img/business/guide_bg_04_m.png') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 780px;
    max-height: 450px;
    width: 100%;
    /* height: 40vw; */
    padding: 12vw 0;
  }
  section.service > div li.more_view strong {
    font-size: 4vw;
    line-height: 12vw;
  }
  section.service > div li.more_view p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    opacity: 0.7;
  }
  section.service > div li.more_view:before {
    display: none;
  }
  section.service > div li.more_view .btn a {
    background: url('../img/business/explain_btn.png');
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    opacity: 0.7;
    max-width: 175px;
    max-height: 45px;
    min-width: 110px;
    width: 32vw;
    height: 10vw;
    font-size: 2.2vw;
    margin: 0 auto;
    display: block;
    margin-top: 8vw;
  }
  section.service > div li.more_view .btn a:hover {
    background: url('../img/business/explain_btn_hover.png');
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
  }
  section#guide_display {
    display: none;
  }
  section.business_title h2:before {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;
    /* width: 32px; */
    width: 12vw;
    /* height: 3vw; */
  }
}
/* Tablet */
@media screen and (min-width: 769px) and (max-width: 1023px) {
  section.guide > div {
    height: auto;
  }
  section.business_title .content_box .gradient {
    left: 30%;
    padding: 30px 30px 20px 40px;
  }
  section.business_title .content_box .gradient .pc_hide {
    display: none;
  }
  section.service {
    margin-left: 5%;
    margin-top: -5%;
  }
  section.service .bg_object_01.on {
    left: 20%;
  }
  section.service .bg_object_02.on {
    left: 10%;
  }
  section.service ul li.more_view {
    display: none;
  }
  section.service ul li span.title {
    font-size: 20px;
    margin-left: 10px;
  }
  section.service ul li span.title .pc_hide {
    display: none;
  }
  section.guide {
    /* height: 540px; */
  }
  section.guide > div .content_box {
    top: 170px;
    left: 8%;
  }
  section.guide > div .content_box .gradient {
    /* max-width: 285px;
    max-height: 285px;
    padding: 0;
    width: 28vw;
    height: 28vw; */
  }
  section.guide > div .content_box .gradient h3 {
    font-size: 25px;
    line-height: 32px;
    padding: 18px 0 0 40px;
  }
  section.guide > div .content_box .gradient ul {
    padding-left: 40px;
    top: 20vw;
  }
  section.guide > div .content_box .gradient:before {
    top: 50px;
  }
  section.guide > div .content_box .explain_text {
    padding: 0 0 0 2%;
  }
  section.guide > div .content_box .explain_text p {
    font-size: 14px;
    line-height: 20px;
    left: 320px;
  }
  section.guide > div .e_commerce_platform {
    background: url('../img/business/guide_bg_02_m.png') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 450px; */
  }
  section.guide > div .global_e_commerce {
    background: url('../img/business/guide_bg_03_m.png') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 450px; */
  }
  section.guide > div .global_fulfillment {
    background: url('../img/business/guide_bg_01_m.png') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -200px;
    /* height: 450px; */
  }
  section.guide > div .contect_service {
    background: url('../img/business/guide_bg_04_m.png') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 450px; */
  }
}
/* PC */
/* etc */
@media screen and (max-width: 470px) {
  section.service > div li .icon .bg_span {
    width: 96%;
    height: 96%;
    margin-top: 0.7vw !important;
    margin-left: 0.7vw;
  }
}
@media screen and (max-width: 465px) {
  section.service > div li:before {
    top: 15vw;
  }
  section.service > div li .icon {
    left: 5.5%;
  }
  section.service > div li .icon img {
    top: 8vw;
  }
}
@media screen and (max-width: 420px) {
  section.service > div li:nth-of-type(7) .icon img {
    top: 7vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 680px) {
  section.service > div li .more_btn {
    top: 9vw;
  }
}
@media screen and (max-width: 601px) {
  section.service > div li .more_btn {
    top: 10vw;
  }
}
@media screen and (min-width: 571px) and (max-width: 660px) {
  section.service > div ul.area li:nth-of-type(1) span.title,
  section.service > div ul.area li:nth-of-type(7) span.title {
    margin-top: 10vw;
  }
  section.service > div ul.area li:nth-of-type(3) span.title,
  section.service > div ul.area li:nth-of-type(5) span.title {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 570px) {
  section.service > div ul.area li:nth-of-type(1) span.title,
  section.service > div ul.area li:nth-of-type(7) span.title {
    margin-top: 11vw;
  }
  section.service > div ul.area li:nth-of-type(3) span.title,
  section.service > div ul.area li:nth-of-type(5) span.title {
    margin-top: 9vw;
  }
  section.service > div li .more_btn {
    top: 11vw;
  }
}
@media screen and (max-width: 501px) {
  section.service > div ul.area li:nth-of-type(1) span.title,
  section.service > div ul.area li:nth-of-type(7) span.title {
    margin-top: 10vw;
  }
  section.service > div ul.area li:nth-of-type(3) span.title,
  section.service > div ul.area li:nth-of-type(5) span.title {
    margin-top: 8vw;
  }
  section.service > div li .more_btn {
    top: 12vw;
  }
}
@media screen and (max-width: 520px) {
  section.service > div li.more_view .btn a {
    line-height: 8vw;
  }
}
@media screen and (min-width: 669px) and (max-width: 718px) {
  section.service > div {
    padding-top: calc(25vw + 32px);
    margin-top: 2px;
  }
}
@media screen and (min-width: 619px) and (max-width: 668px) {
  section.service > div {
    padding-top: calc(25vw + 32px);
    margin-top: 3px;
  }
}
@media screen and (min-width: 569px) and (max-width: 618px) {
  section.service > div {
    padding-top: calc(25vw + 32px);
    margin-top: 4px;
  }
}
@media screen and (min-width: 519px) and (max-width: 568px) {
  section.service > div {
    padding-top: calc(25vw + 24px);
    margin-top: 5px;
  }
}
@media screen and (min-width: 469px) and (max-width: 518px) {
  section.service > div {
    padding-top: calc(25vw + 24px);
    margin-top: 6px;
  }
}
@media screen and (min-width: 419px) and (max-width: 468px) {
  section.service > div {
    padding-top: calc(25vw + 24px);
    margin-top: 7px;
  }
}
@media screen and (min-width: 369px) and (max-width: 418px) {
  section.service > div {
    padding-top: calc(25vw + 24px);
    margin-top: 8px;
  }
}
@media screen and (min-width: 319px) and (max-width: 368px) {
  section.service > div {
    padding-top: calc(25vw + 24px);
    margin-top: 9px;
  }
}
@media screen and (max-width: 318px) {
  section.service > div {
    padding-top: calc(25vw + 24px);
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  section.business_title .content_box .gradient {
    left: 34%;
  }
  section.service > div {
    width: 980px;
  }
}
