@charset "utf-8";
/* CSS Document */
.projects-wrap {
  font-size: 0px;
}
.project_r, .project_l {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.project_r, .project_l {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
}
.project_r {
  text-align: right;
}
.project_l {
  text-align: left;
}
.project_r li, .project_l li {
  display: inline-block;
  width: 284px;
  position: relative;
}
.project_r li img, .project_l li img {
  width: 100%;
  opacity: 0.6;
}
.project_r li:hover img, .project_l li:hover img {
  opacity: 1;
}
.project_l {
  width: 50%;
  display: inline-block;
  visibility: visible;
}
.project_r li {
  border: 4px solid #b0206c;
  border-right: none;
  border-bottom: none;
}
.project_r li:first-child {
  border: 4px solid #b0206c;
  border-bottom: none;
  border-right: none;
}
.project_r li:last-child {
  border: 4px solid #b0206c;
  border-right: none;
}
.project_l li {
  border-top: 4px solid #b0206c;
  border-right: 4px solid #b0206c;
  border-left: 4px solid #b0206c;
}
.project_l li:first-child {
  border-left: none;
}
.project_l li:last-child {
  border-left: 4px solid #b0206c;
  border-bottom: 4px solid #b0206c;
}
.project_mobile {
  display: none;
}
.extra_border_r, .extra_border_l {
  width: 4px;
  height: 100%;
  background: #b0206c;
  position: absolute;
  top: 0;
  z-index: 2;
}
.extra_border_r {
  right: -4px;
  top: -4px;
}
.extra_border_l {
  left: 0;
}

.project_name {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #efedea;
  border: 2px solid #b0206c;
  border-top: none;
  border-left: none;
  width: 142px;
  height: 142px;
  display: table;
  z-index: 1;
  color: #b0206c;
  font-size: 14px;
}
.project_name span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
  text-align: center;
  line-height: 22px;
}
.project_name h1 {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #b0206c;
  color: #FFFFFF;
  text-align: center;
  top: 0px;
  left: 0px;
}
.door {
  position: relative;
  bottom: 1px;
  right: -129px;
  visibility: visible;
}
/* -------------------- Project Page CSS -------------------- */
.projectPage {}
.project_content {
  padding: 40px;
  border: 4px solid #b0206c;
  position: relative;
}
.project_pic {
  border: 4px solid #b0206c;
  border-bottom: none;
  position: relative;
  width: 308px;
  margin: 0 auto;
}
.project_pic span.door {
  position: absolute;
  rotate: 270deg;
  right: -199px;
  top: 0px;
  bottom: 0px;
  visibility: visible;
}
.back_btn {
  padding: 0px;
  color: #6d6e70;
  float: right;
  position: relative;
}
.slide-wrap .back_btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.back_btn:hover {
  color: #b0206c;
}
.slide-wrap {
  position: relative;
}
.slide-wrap .mySwiper {
  width: 70%;
  border: 2px solid #6d6e70;
}
.mySwiper .swiper-slide .pic-wrap {
  aspect-ratio: 4/1;
  text-align: center;
}
.slide-control {
  width: 30px;
  cursor: pointer;
}
.mySwiper .swiper-slide .pic-wrap img {
  width: 100% !important;
}
.content-wrap {
  text-align: center;
  padding-top: 10px;
  font-family: dDinBold;
  color: #b0206c;
}
.left-arrow, .right-arrow {
  opacity: 0.5;
  position: absolute;
  top: 200px;
}
.left-arrow:hover, .right-arrow:hover {
  opacity: 1;
}
.left-arrow {
  left: 50px;
}
.right-arrow {
  right: 50px;
}
#projectName {
  font-size: 20px;
}
@media only screen and (max-width : 480px) {
  .project_pic span.door {
    visibility: hidden;
  }
  .right-arrow {
    right: 10px;
  }
  .left-arrow {
    left: 10px;
  }
  .left-arrow, .right-arrow {
    top: 75px;
  }
  .project_l, .project_r {
    display: none;
  }
  .project_mobile {
    display: block;
	  padding: 0px;
	  margin: 0px;
  }
  .project_mobile li {
    border-top: 4px solid #b0206c;
    border-right: 4px solid #b0206c;
    border-left: 4px solid #b0206c;
  }
  .project_mobile li:last-child {
    border-left: 4px solid #b0206c;
    border-bottom: 4px solid #b0206c;
  }
	.project_mobile li {
  display: inline-block;
  width: 284px;
  position: relative;
}
	
	.project_mobile li img {
  width: 100%;
  opacity: 0.6;
}
.project_mobile li:hover img{
  opacity: 1;
}
	.door{
		display: none;
	}
	#projectName{
		padding: 0px 50px;
	}
	
	.slide-wrap .back_btn {
    position: relative;
    margin: auto;
    width: 100%;
		padding-top: 30px;
}
}