﻿.doubleCreation{
  background-image: url('../../images/index/doubleCreation-bg.png');
  background-size: cover;
  padding-bottom: 3.75rem;
}

.doubleCreation .doubleCreation-container{
  height: 22.5rem;
  width: 100%;
  background-color: #fff;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doubleCreation .doubleCreation-container .txt-wrapper{
  flex: 1;
  height: 22.5rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  box-shadow: 0 .25rem 1.375rem 0 rgba(0,0,0,0.07);
  border-radius: .125rem;
}

.doubleCreation .doubleCreation-container .txt-wrapper  .time span{
  color: #0152B2;
}

.doubleCreation .doubleCreation-container .txt-wrapper .time .dd{
  font-size: 2.0625rem;
  font-weight: bold;
  margin-right: .625rem;
}

.doubleCreation .doubleCreation-container .txt-wrapper  .title{
  font-size: 1.0625rem;
  color: #202226;
  margin: 1.25rem auto;
  font-weight: 600;
  line-height: 1.75rem;
  margin: 1.875rem 0;
}

.doubleCreation .doubleCreation-container .txt-wrapper  .desc{
  font-size: .875rem;
  color: #7B808C;
}

.doubleCreation .doubleCreation-container .img-wrapper{
  width: 53.25rem;
  height: 22.5rem;
  margin: 0 1.25rem;
  flex: none;
  background-image: url('../../images/index//doubleCreation-img-bg.png');
  background-size: cover;
  position: relative;
}

.doubleCreation .doubleCreation-container .img-wrapper .img-content{
 width: 33.125rem;
 height: 18.75rem;
 object-fit: cover;
 position: absolute;
 top: -2.375rem;
 left: 2.375rem;
}

.doubleCreation .doubleCreation-container .img-wrapper .text-content{
  width: 17.75rem;
  height: 22.5rem;
  position: absolute;
  right: 0;
}

.doubleCreation .doubleCreation-container .img-wrapper .swiper-btn{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0 .5625rem 0px rgba(59,0,0,0.2);
  cursor: pointer;
}

.doubleCreation .doubleCreation-container .img-wrapper .swiper-btn img{
  width: 1.875rem;
  height: 1.875rem;
}

.doubleCreation .doubleCreation-container .img-wrapper .left-btn{
 left: 0px;
 top: 50%;
 transform: translate(-50%,-50%); 
}

.doubleCreation .doubleCreation-container .img-wrapper .right-btn{
 right: 0px;
 top: 50%;
 transform: translate(50%,-50%); 
}

.doubleCreation .doubleCreation-container .img-wrapper .text-content .txt-wrapper{
  background-color: transparent;
  color: #fff;
  box-shadow: none
}
.doubleCreation .doubleCreation-container .img-wrapper .text-content .txt-wrapper *{
  color: #fff;
}

.doubleCreation .doubleCreation-container .img-wrapper .text-content .txt-wrapper .title{
  margin-bottom: 1.25rem;
}

.doubleCreation .doubleCreation-container .img-wrapper .text-content .txt-wrapper .more-btn{
  font-size: .875rem;
  padding: .625rem 1.25rem;
  border: .0625rem solid #fff;
  display: inline-block;
  cursor: pointer;
  margin-top: 1.25rem;
}
