/***  color ***/
/***  border ***/
/*** font ***/
/*** sp size ***/
#pageItems {
  padding: 100px 0 100px;
}
#pageItems .pageList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1%;
}
#pageItems .pageList li {
  width: 24%;
}
#pageItems .pageList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #003C87;
  text-align: center;
  border: 2px solid #003C87;
  border-radius: 1000px;
}
#pageItems .pageList li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("../img/icon_arrow.svg") no-repeat center;
  background-size: 100% 100%;
  transform: rotate(90deg);
}
@media screen and (max-width: 1300px) {
  #pageItems .pageList {
    gap: 1%;
  }
  #pageItems .pageList li {
    margin-bottom: 10px;
  }
  #pageItems .pageList li a {
    height: 60px;
    font-size: 14px;
  }
  #pageItems .pageList li a::after {
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #pageItems .pageList {
    flex-wrap: wrap;
  }
  #pageItems .pageList li {
    width: 32.6666666667%;
  }
  #pageItems .pageList li a {
    height: 60px;
    font-size: 14px;
  }
  #pageItems .pageList li a::after {
    right: 10px;
  }
}
@media screen and (max-width: 750px) {
  #pageItems {
    padding: 13.33vw 0;
  }
  #pageItems .pageList li {
    width: 49%;
    margin-bottom: 2.67vw;
  }
  #pageItems .pageList li a {
    height: 13.33vw;
    font-size: 3.73vw;
    text-indent: -3.73vw;
  }
  #pageItems .pageList li a::after {
    right: 1.37vw;
    width: 3.73vw;
    height: 3.73vw;
  }
}

#explanation {
  padding-top: 100px;
}
#explanation .layout {
  text-align: center;
}
#explanation .layout .imgBox img {
  width: 100%;
}

.prescription {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.prescription .titleBox p {
  text-align: center;
  margin-bottom: 50px;
}
.prescription .prescriptionWrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.prescription .prescriptionBox {
  width: calc((100% - 60px) / 3);
  padding: 30px 30px 50px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.prescription .prescriptionBox .imgBox {
  margin-bottom: 30px;
  text-align: center;
}
.prescription .prescriptionBox p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.prescription .prescriptionBox h3 {
  font-size: 30px;
  font-weight: bold;
  color: #003C87;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .prescription .prescriptionWrap {
    gap: 20px;
  }
  .prescription .prescriptionBox {
    width: calc((100% - 20px) / 3);
    padding: 20px 20px 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 750px) {
  .prescription {
    padding: 13.33vw 0;
  }
  .prescription .titleBox p {
    text-align: left;
    margin-bottom: 5.33vw;
    padding: 0 20px;
  }
  .prescription .prescriptionWrap {
    flex-direction: column;
  }
  .prescription .prescriptionBox {
    width: 100%;
    padding: 5.33vw;
    border-radius: 5.33vw;
  }
  .prescription .prescriptionBox .imgBox {
    margin-bottom: 5.33vw;
  }
  .prescription .prescriptionBox .imgBox img {
    width: 21.33vw;
  }
  .prescription .prescriptionBox p {
    margin-bottom: 4vw;
    font-size: 4.27vw;
  }
  .prescription .prescriptionBox h3 {
    font-size: 4.8vw;
  }
}

.low-dose-pill .layout, .after-pill .layout {
  display: flex;
}
.low-dose-pill .layout .txtContainer, .after-pill .layout .txtContainer {
  margin-right: 100px;
}
.low-dose-pill .layout img, .after-pill .layout img {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .low-dose-pill .layout .txtContainer, .after-pill .layout .txtContainer {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 750px) {
  .low-dose-pill .layout, .after-pill .layout {
    display: block;
  }
  .low-dose-pill .layout .txtContainer, .after-pill .layout .txtContainer {
    width: 100%;
    margin-right: 0px;
  }
  .low-dose-pill .layout .txtContainer .txtBox p, .after-pill .layout .txtContainer .txtBox p {
    font-size: 3.73vw;
  }
  .low-dose-pill .layout img, .after-pill .layout img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.low-dose-pill {
  padding: 100px 0 50px;
}
@media screen and (max-width: 750px) {
  .low-dose-pill {
    padding: 13.33vw 0 6.67vw;
  }
}

.after-pill {
  padding: 50px 0 100px;
}
@media screen and (max-width: 750px) {
  .after-pill {
    padding: 6.67vw 0 13.33vw;
  }
}

.flow {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.flow .flowList li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.flow .flowList .imgBox {
  margin-right: 50px;
}
.flow .flowList .txtBox {
  position: relative;
  width: 50%;
  padding-left: 75px;
}
.flow .flowList .txtBox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #003C87;
  border-radius: 8px;
  background-color: #FDDB0A;
}
.flow .flowList .txtBox h3 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .flow .flowList li {
    gap: 20px;
    margin-bottom: 30px;
  }
  .flow .flowList li .imgBox {
    max-width: 700px;
    width: 100%;
  }
  .flow .flowList li .txtBox {
    flex-shrink: 0;
    padding-left: 50px;
  }
  .flow .flowList li .txtBox .num {
    top: -7px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .flow .flowList li .txtBox h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .flow .flowList li .txtBox p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .flow {
    padding: 13.33vw 0;
  }
  .flow .flowList li {
    display: block;
  }
  .flow .flowList li .imgBox {
    margin-bottom: 5.33vw;
  }
  .flow .flowList li .txtBox {
    width: 100%;
    padding-left: 10.67vw;
  }
  .flow .flowList li .txtBox .num {
    top: -1.33vw;
    width: 8vw;
    height: 8vw;
    font-size: 4.27vw;
    border-radius: 3px;
  }
  .flow .flowList li .txtBox h3 {
    margin-bottom: 2.67vw;
    font-size: 4.27vw;
  }
  .flow .flowList li .txtBox p {
    font-size: 3.73vw;
  }
}

.feeList {
  padding: 100px 0;
}
.feeList .titleBox p {
  text-align: center;
  margin-bottom: 50px;
}
.feeList table {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  caption-side: bottom;
}
.feeList table caption {
  padding-top: 15px;
  text-align: left;
}
.feeList table th, .feeList table td {
  width: 33.33%;
}
.feeList table th {
  padding: 15px 0;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #003C87;
}
.feeList table td {
  padding: 15px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .feeList {
    padding: 13.33vw 0;
  }
  .feeList .titleBox p {
    text-align: left;
    margin-bottom: 5.33vw;
    padding: 0 20px;
  }
  .feeList table caption {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
  .feeList table th, .feeList table td {
    width: auto;
    font-size: 3.73vw;
  }
  .feeList table th {
    padding: 2.67vw 0;
  }
  .feeList table td {
    padding: 2.67vw;
  }
  .feeList table td:not(:first-child) {
    text-align: center;
  }
}/*# sourceMappingURL=pills.css.map */