/* Common */
.sec-tit {
  font-size:5rem;
  line-height:1.2;
  color:#fff;
}

.sec-txt {
  font-size:2.4rem;
  color:#f5a200;
}

.din {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:1200px) {
  .sec-tit {
    font-size:4.2rem;
  }

  .sec-txt {
    font-size:1.8rem;
  }
}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {
  .sec-tit {
    font-size:3.6rem;
  }

  .sec-txt {
    font-size:1.6rem;
  }
}
@media screen and (max-width:576px) {
  .sec-tit {
    font-size:3rem;
  }
}


/* Visual */
.sec--visual {
  width:100%;
  height:100vh;
  position: relative;
  overflow: hidden;
}

.sec--visual .visual-container {
  max-width:1470px;
  width:100%;
  height:100%;
  margin:0 auto;
  padding:0px 15px;
  display: flex;
  align-items: center;
}

.sec--visual .visual-context {
  position: relative;
}

.sec--visual .visual-context::before {
  content:"";
  display:inline-block;
  position: absolute;
  top:-10px;
  left:0;
  width:50px;
  height:6px;
  background: linear-gradient(90deg, rgba(245,162,0,1) 0%, rgba(38,73,157,1) 100%);
}

.sec--visual .txt-mo {
  display: none;
}

.sec--visual .visual-mini {
  display:inline-block;
  font-size:3.6rem;
  font-weight:300;
  color:#fff;
  margin-bottom:10px;
  opacity:0;
  transform: translateX(-100%);
  animation:visual-mini 1.2s ease-out both;
}

.sec--visual .visual-tit {
  font-size:6rem;
  font-weight:500;
  line-height:1.3;
  color:#fff;
  opacity:0;
  transform: translateX(-100%);
  animation:visual-mini 1.2s ease-out both;
}

.sec--visual .visual-background {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  background:url('/child/img/main/visual_bg.png') no-repeat center;
  animation: visual-scale 3s ease-out both;
  transform:scale(1.2);
  z-index:-1;
}

.sec--visual .scrolling {
  position: absolute;
  left:50%;
  bottom:60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1470px;
  width: 100%;
  margin:0 auto;
  padding:0px 15px;
  z-index:999;
}

.sec--visual .scrolling .scrolling-wheel {
  width:30px;
  height:48px;
  background-color: transparent;
  border:2px solid #fff;
  border-radius:20px;
  margin-bottom:10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec--visual .scrolling .wheel-dot {
  display: block;
  width:2px;
  height:10px;
  background-color: #f5a200;
  animation:cursor 1.2s linear infinite;
}

.sec--visual .scrolling .scrolling-arrow {
  width:28px;
  height:28px;
  background-size:auto 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/child/img/inc/scrolling_arrow.png');
  animation:arrow 1.2s linear infinite;
}

@keyframes visual-mini {
  0% {
    opacity:0;
    transform: translateX(-100%);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@keyframes visual-scale {
  0% {
    transform:scale(1.1);
  }
  100% {
    transform:scale(1);
  }
}

@keyframes cursor {
  0% {
    opacity:0;
    transform: translateY(-10px);
  }
  100% {
    opacity:1;
    transform: translateY(10px);
  }
}

@keyframes arrow {
  0% {
    opacity:0;
  }
  25% {
    opacity:0.25;
  }
  50% {
    opacity:0.5;
  }
  75% {
    opacity:0.75;
  }
  100% {
    opacity:1;
  }
}

@media screen and (max-width:1200px) {
  .sec--visual .visual-context::before {
    height:4px;
  }

  .sec--visual .visual-mini {
    font-size:3rem;
  }

  .sec--visual .visual-tit {
    font-size:5.4rem;
  }
}
@media screen and (max-width:992px) {
  .sec--visual .scrolling {
    bottom:40px;
  }

  .sec--visual .scrolling .scrolling-wheel {
    width:22px;
    height:38px;
    margin-bottom:6px;
  }

  .sec--visual .scrolling .wheel-dot {
    height:6px;
  }

  .sec--visual .scrolling .scrolling-arrow {
    width:22px;
    height:12px;
    background-size: auto 12px;
  }
}
@media screen and (max-width:768px) {
  .sec--visual .visual-mini {
    font-size:2.4rem;
  }

  .sec--visual .visual-tit {
    font-size:4.6rem;
  }
}
@media screen and (max-width:576px) {
  .sec--visual .scrolling {
    bottom:28px;
  }

  .sec--visual .txt-mo {
    display:block;
  }

  .sec--visual .visual-mini {
    font-size:1.6rem;
  }

  .sec--visual .visual-tit {
    font-size:3.6rem;
  }

  .sec--visual .scrolling .scrolling-wheel {
    width:16px;
    height:28px;
    margin-bottom:6px;
  }

  .sec--visual .scrolling .wheel-dot {
    height:6px;
  }

  .sec--visual .scrolling .scrolling-arrow {
    width:16px;
    height:8px;
    background-size: auto 8px;
  }
  /* .sec--visual .visual-mini {
    font-size:1.6rem;
    margin-bottom:4px;
  }

  .sec--visual .visual-tit {
    font-size:3rem;
  } */
}




/* Visiaon */
.sec--vision {
  padding:140px 0px;
  background:url('/child/img/main/vision_bg.png') no-repeat center / cover;
}

.sec--vision .sec-tit {
  margin-bottom:10px;
}

.sec--vision .list {
  display:flex;
  flex-wrap: wrap;
  background-color:rgba(255,255,255,.2);
  padding:60px 0px;
  margin-top:80px;
}

.sec--vision .list li {
  flex:1 1 25%;
  max-width:25%;
  border-right:1px solid rgba(255,255,255,.5);
}

.sec--vision .list li:last-child {
  border:0px;
}

.sec--vision .list .box {
  display: flex;
  flex-direction:column;
  align-items: center;
  text-align: center;
  height:100%;
  padding:20px 40px;
}

.sec--vision .list .tit {
  font-size:2.4rem;
  font-weight:700;
  color:#fff;
}

.sec--vision .list .txt {
  font-size:1.8rem;
  line-height:1.6;
  color:#fff;
}

.sec--vision .list .icon {
  display:flex;
  justify-content: center;
  align-items: center;
  width:74px;
  height:74px;
  margin:40px 0px;
}

.sec--vision .list .icon object {
  width:100%;
  height:100%;
}

@media screen and (max-width:1200px) {
  .sec--vision .list .tit {
    font-size:1.8rem;
  }

  .sec--vision .list .txt {
    font-size:1.6rem;
  }
}
@media screen and (max-width:992px) {
  .sec--vision {
    padding:100px 0px;
  }

  .sec--vision .list {
    padding:40px 20px;
    margin-top:60px;
  }

  .sec--vision .list li {
    flex:1 1 50%;
    max-width:50%;
    border-right:0px;
  }

  .sec--vision .list li:nth-child(1),
  .sec--vision .list li:nth-child(2) {
    border-bottom:1px solid rgba(255,255,255,.5);
  }

  .sec--vision .list li:nth-child(1),
  .sec--vision .list li:nth-child(3) {
    border-right:1px solid rgba(255,255,255,.5);
  }

  .sec--vision .list .box {
    padding:20px 34px;
  }

  .sec--vision .list .icon {
    width:54px;
    height:54px;
    margin:34px 0px;
  }
}
@media screen and (max-width:768px) {
  .sec--vision {
    padding:80px 0px;
  }

  .sec--vision .list {
    padding:26px 12px;
    margin-top:40px;
  }

  .sec--vision .list .box {
    padding:20px 26px;
  }

  .sec--vision .list .icon {
    width:44px;
    height:44px;
    margin:26px 0px;
  }

  .sec--vision .list .tit {
    font-size:1.6rem;
  }

  .sec--vision .list .txt {
    font-size:1.4rem;
  }
}
@media screen and (max-width:576px) {
  .sec--vision .list {
    padding:0px 12px;
  }

  .sec--vision .list li {
    flex:1 1 100%;
    max-width:100%;
    border-right:0px !important;
    border-bottom:1px solid rgba(255,255,255,.5);
  }

  .sec--vision .list .icon {
    margin:22px 0px;
  }
}
@media screen and (max-height:864px) {
  .sec--vision {
    padding:100px 0px;
  }

  .sec--vision .list {
    margin-top:60px;
  }
}
@media screen and (max-height:768px) {
  .sec--vision {
    padding:80px 0px;
  }

  .sec--vision .list {
    margin-top:40px;
  }
}



/* Business */
.sec--business {
  width:100%;
  height:100vh;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/child/img/main/business_basic.png');
  overflow: hidden;
}

.sec--business .din {
  height:100%;
}

.sec--business .lt {
  width:66%;
  position:relative;
}

.sec--business .lt::after {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity:0;
  -webkit-transition-property: opacity, -webkit-background;
  transition-property: opacity, background;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
  z-index:0;
  pointer-events: none;
}

.sec--business.business--contain .lt::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  opacity:1;
  background-image: url('/child/img/main/business_bg01.png');
}

.sec--business.business--general .lt::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  opacity:1;
  background-image: url('/child/img/main/business_bg02.png');
}

.sec--business.business--bonded .lt::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  opacity:1;
  background-image: url('/child/img/main/business_bg03.png');
}

.sec--business.business--performan .lt::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  opacity:1;
  background-image: url('/child/img/main/business_bg04.png');
}

.sec--business.business-special .lt::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  opacity:1;
  background-image: url('/child/img/main/business_bg05.png');
}

.sec--business.business--medicine .lt::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  opacity:1;
  background-image: url('/child/img/main/business_bg06.png');
}

.sec--business.business--danger .lt::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  opacity:1;
  background-image: url('/child/img/main/business_bg07.png');
}

.sec--business.business--onestop .lt::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  opacity:1;
  background-image: url('/child/img/main/business_bg08.png');
}

.sec--business .lt .container {
  max-width:1040px;
  height:100%;
  display: flex;
  align-items: flex-end;
  overflow:hidden;
}

.sec--business .lt .list {
  position:relative;
  width:100%;
  min-height:300px;
  bottom:14%;
  z-index:5;
}

.sec--business .lt .list li {
  position: absolute;
  top:0;
  bottom:0;
  width:100%;
  opacity:0;
  visibility: hidden;
  transition:all .8s ease;
}

.sec--business .lt .list .tit {
  font-size:5rem;
  font-weight:700;
  color:#fff;
  margin-bottom:70px;
  opacity:0;
  transform:translateX(-200px);
  transition:all 1.2s ease;
}

.sec--business .lt .list .txt {
  font-size:2.4rem;
  line-height:1.7;
  color:#fff;
  opacity:0;
  transition:all 1.2s ease .4s;
}

.sec--business .rt {
  width:34%;
}

.sec--business .rt .list {
  -webkit-transition-property: -webkit-background;
  transition-property: background;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
	-webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-left: 1px solid rgba(255,255,255,.5);
}

.sec--business .rt .list li {
  height:calc(100vh - 87.5vh);
  border-bottom:1px solid rgba(255,255,255,.5);
  position:relative;
  cursor:pointer;
}

.sec--business .rt .list .box {
  display: flex;
  align-items: center;
  height:100%;
  padding:0px 70px;
  position: relative;
}

.sec--business .rt .list .box p {
  font-size:2.4rem;
  color:#fff;
  position: relative;
  z-index:1;
}

.sec--business .rt .list .box::after {
  content:"";
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height:100%;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity:0;
  -webkit-transition-property: opacity, -webkit-background;
  transition-property: opacity, background;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
	-webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index:0;
  pointer-events: none;
}

.sec--business .rt .list .box--01::after {
  background-image: url('/child/img/main/business_btn01.png');
}

.sec--business .rt .list .box--02::after {
  background-image: url('/child/img/main/business_btn02.png');
}

.sec--business .rt .list .box--03::after {
  background-image: url('/child/img/main/business_btn03.png');
}

.sec--business .rt .list .box--04::after {
  background-image: url('/child/img/main/business_btn04.png');
}

.sec--business .rt .list .box--05::after {
  background-image: url('/child/img/main/business_btn05.png');
}

.sec--business .rt .list .box--06::after {
  background-image: url('/child/img/main/business_btn06.png');
}

.sec--business .rt .list .box--07::after {
  background-image: url('/child/img/main/business_btn07.png');
}

.sec--business .rt .list .box--08::after {
  background-image: url('/child/img/main/business_btn08.png');
}

.sec--business .rt .list .box--09::after {
  background-image: url('/child/img/main/business_btn09.png');
}

.sec--business .lt .list li.on {
  opacity:1;
  visibility:visible;
}

.sec--business .lt .list li.on .tit {
  opacity:1;
  transform:translateX(0);
}

.sec--business .lt .list li.on .txt {
  opacity:1;
}

.sec--business .rt .list.bg-color {
  background-color:#001b38;
}

.sec--business .rt .list li.on .box::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  opacity:1;
}

@media screen and (min-width:993px) {
  .sec--business .rt .list li:last-child {
    border-bottom:0px;
  }
}
@media screen and (max-width:1200px) {
  .sec--business .lt .list {
    min-height:230px;
  }

  .sec--business .lt .list .tit {
    font-size:4.2rem;
  }

  .sec--business .lt .list .txt {
    font-size:1.8rem;
  }

  .sec--business .rt .list .box p {
    font-size:1.8rem;
  }


}
@media screen and (max-width:992px) {
  .sec--business {
    height:auto;
  }

  .sec--business .lt {
    width:100%;
    height:320px;
  }

  .sec--business .lt .container {
    align-items: center;
  }

  .sec--business .lt .list {
    min-height:inherit;
    height:100%;
    bottom:0px;
  }

  .sec--business .lt .list li {
    height:100%;
    display: flex;
    align-items: center;
  }

  .sec--business .lt .list .tit {
    margin-bottom: 50px;
  }

  .sec--business .rt {
    width:100%;
    height:50%;
  }

  .sec--business .rt .list {
    display:flex;
    flex-wrap:wrap;
    border:0px;
    margin-bottom:-1px;
    border-top:1px solid rgba(255,255,255,.5);
  }

  .sec--business .rt .list li {
    height:auto;
    width:50%;
  }

  .sec--business .rt .list li:nth-child(even) {
    border-right:1px solid rgba(255,255,255,.5);
  }

  .sec--business .rt .list .box {
    padding:20px 10px;
  }
}
@media screen and (max-width:768px) {

  .sec--business .lt {
    height:280px;
  }

  .sec--business .lt .list .tit {
    font-size:3.6rem;
    margin-bottom:38px;
  }

  .sec--business .lt .list .txt {
    font-size:1.6rem;
  }

  .sec--business .rt .list .box {
    padding:12px 8px;
  }

  .sec--business .rt .list .box p {
    font-size:1.6rem;
  }
}
@media screen and (max-width:576px) {
  .sec--business .lt {
    display: none;
  }

  .sec--business .rt .list {
     margin-bottom:0px;
  }

  .sec--business .rt .list li {
    width:100%;
  }

  .sec--business .rt .list li:nth-child(even) {
    border-right:0px;
  }

  .sec--business .rt .list .box {
    padding:20px 8px;
  }

}


/* Customer */
.sec--customer {
  position: relative;
  width:100%;
}

.sec--customer .lt,
.sec--customer .rt {
  width:50%;
}

.sec--customer .lt::after,
.sec--customer .rt::after {
  content:"";
  display: block;
  position: absolute;
  top:0;
  width:50%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index:-1;
}

.sec--customer .lt::after {
  left:0;
  background-image: url('/child/img/main/customer_bg01.png');
}

.sec--customer .rt::after {
  right:0;
  background-image: url('/child/img/main/customer_bg02.png');
}

.sec--customer .lt {
  padding:120px 0px;
}

.sec--customer .rt {
  padding:120px 0px 120px 10%;
}

.sec--customer .icon {
  width:68px;
  height:68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec--customer .icon object {
  width:100%;
  height:100%;
}

.sec--customer .context {
  padding-top:30px;
}

.sec--customer .context .tit {
  font-size:3.6rem;
  font-weight:700;
  color:#fff;
  margin-bottom:30px;
}

.sec--customer .context .tit--mini {
  font-size:3.2rem;
  margin-bottom:10px;
}

.sec--customer .context .txt {
  font-size:2.4rem;
  line-height:1.7;
  color:#fff;
}

.sec--customer .context .button {
  max-width:200px;
  width:100%;
  height:60px;
  font-size:2rem;
  color:#fff;
  border-color:#fff;
  margin-top:40px;
}

.sec--customer .context .button::after {
  content:"";
  display: block;
  width:10px;
  height:14px;
  background:url('/child/img/icon/button_icon__white.png') no-repeat center;
  margin-left:16px;
}

@media screen and (min-width:1201px) {
  .sec--customer .context .button:hover {
    color:#0a131d;
    background-color: #fff;
  }

  .sec--customer .context .button:hover::after {
    background-image: url('/child/img/icon/button_icon.png');
  }
}
@media screen and (max-width:1200px) {
  .sec--customer .rt {
    padding:120px 0px 120px 6%;
  }

  .sec--customer .context .tit {
    font-size:3rem;
  }

  .sec--customer .context .tit--mini {
    font-size:2.6rem;
  }

  .sec--customer .context .txt {
    font-size:1.8rem;
  }

  .sec--customer .context .button {
    font-size:1.6rem;
  }

  .sec--customer .context .button::after {
    background-size:auto 12px;
    margin-left:10px;
  }
}
@media screen and (max-width:992px) {
  .sec--customer .lt {
    padding:80px 0px;
  }

  .sec--customer .rt {
    padding:80px 0px 80px 4%;
  }
  .sec--customer .context {
    padding-top:24px;
  }

  .sec--customer .context .tit {
    margin-bottom:24px;
  }

  .sec--customer .context .tit--mini  {
    margin-bottom:4px;
  }

  .sec--customer .context .button {
    max-width:160px;
    height:54px;
    margin-top:34px;
  }
}
@media screen and (max-width:768px) {
  .sec--customer .container {
    padding:0px;
  }

  .sec--customer .lt,
  .sec--customer .rt {
    width:100%;
    position: relative;
    padding:60px 15px;
  }

  .sec--customer .lt::after, .sec--customer .rt::after {
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
  }

  .sec--customer .icon {
    width:48px;
    height:48px;
  }

  .sec--customer .context {
    padding-top:20px;
  }

  .sec--customer .context .tit {
    font-size:2.4rem;
    margin-bottom:20px;
  }

  .sec--customer .context .tit--mini {
    font-size:2.2rem;
    margin-bottom:2px;
  }

  .sec--customer .context .txt {
    font-size:1.6rem;
  }

  .sec--customer .context .button {
    height:42px;
    font-size:1.4rem;
    margin-top:28px;
  }

  .sec--customer .context .button::after {
    background-size:auto 10px;
    margin-left:4px;
  }
}
@media screen and (max-width:576px) {

}


#popup {
  position: relative;
}

.popup-layer {
  z-index: 10000;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
  animation: popup-fade .65s ease-in-out .35s forwards;
  opacity: 0;
  max-width:800px;
}

@keyframes popup-fade {
  0% { opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
}
.popup-layer__body {
  background: #fff;
}

.popup-layer__body img {
  display: block;
  margin: 0 auto;
  border: none;
  max-width: 100%;
}

.popup-layer__foot {
  background: #424242;
}

.popup-layer__foot ul {
  display:flex;
  flex-wrap: wrap;
}

.popup-layer__foot li {
  width:50%;
  padding:10px;
}

.popup-layer__foot li:first-child {
  padding-right:0;
}


.popup-layer__foot li:last-child {
  text-align: right;
}

.popup-layer__foot span {
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  transition:all 0.3s ease;
}

.popup-layer__foot label:hover span { opacity: .7; }

/* .popup-layer-foot { background: #424242; }
.popup-layer-foot span { font-size: 15px; color: #fff; }
.popup-layer-foot label:hover span { opacity: .7; }
.popup-layer-foot li:first-child { padding-right: 0; }
.popup-layer-foot li:last-child { text-align: right; } */


@media (max-width: 1024px){
  /* .popup-layer { z-index: 999; } */
  .popup-layer { top: 95px !important; left: 0 !important; margin: 0 5px; }
}
@media (max-width: 768px){

  .popup-layer {
    width:calc(100% - 10px);
  }

  .popup-layer img {
    max-width: none;
    width:100%;
    height: auto !important;
  }
  .popup-layer-foot span { font-size: 14px; }

}
@media (max-width: 375px){
  .popup-layer-foot li { width: 100%; }
  .popup-layer-foot li:last-child { text-align: left; }
}
