/* import */
@import url(./reset.css);
@import url(./header.css);
@import url(./footer.css);
/* //import */

.pc {
  display: block;
}
.mo {
  display: none;
}

@media (max-width: 768px) {
  #visual .pc {
    display: none;
  }
  #visual .mo {
    display: block;
  }
}

#common {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

#visual {
  background-size: cover;
  width: 100%;
  position: relative;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#visual ul {
  width: 100%;
  height: fit-content;
  display: flex;
  gap: 10px;
}

#visual ul li {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 30px 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  transition: all 0.45s ease, width 0.45s ease 0.15s;
  overflow: hidden;
  position: relative;
}

#visual ul li * {
  white-space: nowrap;
}

#visual ul li.is_hover {
  width: calc(70% - 5px);
}
#visual ul li.is_unhover {
  width: calc(30% - 5px);
  opacity: 0.5;
}

#visual ul li:nth-child(1) {
  /* background-image: url(../images/visual_img01.png); */
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/visual_img01.png) center / cover no-repeat;
  /* background: url(../images/visual_img01.png);
  background-color: #11387f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}
#visual ul li:nth-child(2) {
  background-image: url(../images/visual_img02.png);
}

#visual ul li span {
  color: #fff;
  font-size: 27.5px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.275px;
  margin-bottom: 5px;
  transition: 0.35s ease;
  font-family: "GongGothicMedium";
}

@font-face {
  font-family: "GongGothicMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#visual ul li > p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.32px;
  margin-bottom: 25px;
  /* overflow: hidden;
  max-height: 0;
  max-width: 70%;
  opacity: 0;
  transition: max-height 0.75s ease 0.45s, opacity 0.75s ease 0; */
}

#visual ul li a {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 62.5px;
  border: 2.5px solid #fff;
  color: #fff;
  font-size: 22.5px;
  font-weight: 600;
  line-height: -1;
  letter-spacing: -0.45px;
  transition: 0.35s ease;
}

#visual ul li > img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.35s ease;
  transition-delay: 0.35s;
}

#visual ul li.is_unhover img {
  opacity: 0 !important;
  transition-delay: 0 !important;
}

#visual ul li a p {
  width: 20px;
  height: 20px;
  position: relative;
}

#visual ul li a p i {
  width: 10px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  transition: 0.35s ease;
}

#visual ul li time {
  display: flex;
  align-items: center;
  gap: 6px;
}

#visual ul li.is_hover a {
  background: #fff;
  color: #11387f;
}

#visual ul li a p i:nth-child(1) {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#visual ul li a p i:nth-child(2) {
  top: 6px;
  left: 13px;
  transform: rotate(45deg);
}
#visual ul li a p i:nth-child(3) {
  bottom: 6px;
  left: 13px;
  transform: rotate(-45deg);
}

#visual ul li.is_hover a p i {
  background: #11387f;
}
#visual ul li.is_hover a p i:nth-child(1) {
  /* width: 0; */
  opacity: 0;
}
#visual ul li.is_hover a p i:nth-child(2) {
  width: 19px;
  transform: rotate(135deg);
  top: 7px;
  left: 3.5px;
}
#visual ul li.is_hover a p i:nth-child(3) {
  transform: rotate(45deg);
  top: 10px;
  width: 8px;
  left: -0.4px;
}

/* 
#visual ul li.is_hover a {
  margin-top: 15px;
  transition: 0.6s ease 0.45s;
  pointer-events: all;
}

#visual ul li.is_hover p {
  max-height: 200px;
  opacity: 1;
  transition: max-height 0.75s ease 0.45s, opacity 0.75s ease 0.45s;
} 

#visual ul li.is_unhover span {
  font-size: 20px;
} */

.Page-result #type {
  display: none !important;
}

#type {
  padding: 30px 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  background: #e2eff9;
}

#type span {
  color: #11387f;
  font-size: 27px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.27px;
  margin-bottom: 15px;
}

#type div {
  width: 100%;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

#type label {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #fff;
  width: calc(50% - 3.5px);
  color: #11387f;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%; /* 19px */
  letter-spacing: -0.19px;
}

#type input[type="checkbox"] {
  display: none;
}
#type input[type="checkbox"]:checked + label::before {
  background: url(../images/icon/check_on.svg) center / 100% no-repeat;
}

#type input[type="checkbox"] + label {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  display: flex;
  align-items: flex-start;
}

#type input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  min-width: 20px;
  margin-top: 3px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/check_off.svg) center / 100% no-repeat;
  transition: 0.25s ease;
}

@media (max-width: 1300px) {
  #type {
    padding: 30px 4%;
  }

  #type input[type="radio"] + label {
    font-size: 16px;
  }

  #visual ul li > img {
    width: 220px;
  }
}

@media (max-width: 1024px) {
  #visual ul {
    flex-direction: column;
  }
  #visual ul li {
    padding: 20px;
    width: 100%;
  }

  #visual ul li.is_hover {
    width: 100%;
  }
  #visual ul li.is_unhover {
    width: 100%;
  }

  #visual ul li span {
    font-size: 20px;
  }

  #visual ul li span {
    font-size: 22px;
  }

  #visual ul li a {
    padding: 10px 15px;
    font-size: 16px;
    gap: 5px;
  }

  #visual ul li a p {
    transform: scale(0.8);
  }

  #visual ul li.is_unhover {
    opacity: 1;
  }
  #visual ul li.is_unhover img {
    opacity: 1 !important;
  }

  #type {
    align-items: center;
  }
  #type span {
    font-size: 20px;
    text-align: center;
  }
  #type div {
    flex-direction: column;
    align-items: center;
  }

  #type input[type="checkbox"] + label {
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  #visual ul li {
    padding: 20px 20px 140px;
    width: 100%;
    align-items: center;
  }

  #visual ul li span,
  #visual ul li > p {
    text-align: center;
  }

  #visual ul li span {
    font-size: 20px;
  }

  #visual ul li > p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  #visual ul li time {
    justify-content: center;
  }

  #visual ul li a {
    font-size: 15px;
    padding: 8px 16px;
    border: 1.5px solid #fff;
  }

  #visual ul li > img {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  #visual ul li:nth-child(1) {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/visual_img01.png) center / cover no-repeat;
  }
  #visual ul li > img {
    width: 180px;
    margin-left: 10px;
  }
}
