@import "foundation/_reset.css";
@import "foundation/_base.css";
@import "foundation/_color.css";

.ft24 {
  font-size: 24px;
}
.ft32 {
  font-size: 32px;
}
.mrT10 {
  margin-top: 10px;
}
.mrT20 {
  margin-top: 20px;
}
.mrT30 {
  margin-top: 30px;
}
.mrB20 {
  margin-bottom: 20px;
}
.width90 {
  width: 90%;
  margin: auto;
}
.width100 {
  width: 100%;
  margin: auto;
}
.button:hover {
  background-color: var(--buttonHover);
  cursor: pointer !important;
}
.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
  width: 100%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: var(--modalBackColor);
  overflow: hidden;
  inset: 0;
  align-items: center;
  justify-content: center;
}
.modalContent {
  position: relative;
  background-color: var(--white);
  color: var(--textGray);
  border-radius: 8px;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow: hidden;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  color: var(--closeBtn);
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  cursor: pointer;
}
.close:hover {
  color: var(--black);
}
.imgHover:hover {
  background-color: var(--imgHover);
}
.header {
  width: 100vw;
  height: 20px;
  background-color: var(--mainColor);
}
.kvSection {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}
.kvImageLogo {
  width: 130px;
  height: auto;
  display: block;
  margin: 55px auto 0;
}
.kvTitImage {
  max-width: 340px;
  width: 90%;
}
.kvImage {
  width: 100%;
  margin-top: 50px;
  display: inline;
}
.kvImage-sp,
.campaignTitImg-sp,
.presentTxtImg-sp,
.presentTit-sp,
.presentImg-sp,
.sectionTit-sp,
.spBr,
.pcNone {
  display: none;
}
.topSection {
  margin-top: 50px;
  max-width: 1220px;
  width: 90%;
}
.topTit {
  color: var(--mainColor);
  font-size: 30px;
  font-weight: bold;
}
.topTxt {
  color: var(--textGray);
  font-size: 22px;
  margin-top: 30px;
}
.campaignSection {
  background-color: var(--backGray);
  width: 90%;
  max-width: 1220px;
  border-radius: 20px;
  padding: 50px 20px 110px;
  margin-top: 120px;
}
.campaignTopImg {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.border {
  margin: 40px auto 0;
  border-top: solid 2px var(--borderGray);
  width: 100%;
  max-width: 980px;
}
.campaignTitImg {
  width: 80%;
  margin-top: 40px;
}
.campaignItemImg {
  width: 580px;
  margin-top: 25px;
}
.campaignTxt {
  color: var(--textGray);
  margin-top: 40px;
  line-height: 30px;
  font-size: 20px;
}
.campaignButton {
  margin-top: 30px;
  width: 530px;
}
.campaignButtonTopTxt {
  font-size: 20px;
  font-weight: lighter;
}
.campaignButtonBottomTxt {
  font-size: 27px;
}
.movieSection {
  margin-top: 100px;
  max-width: 1220px;
  width: 90%;
}
.movieTit {
  color: var(--mainColor);
  font-size: 30px;
  font-weight: bold;
}
.movieTxt {
  color: var(--textGray);
  font-size: 20px;
  margin-top: 16px;
}
.movieList {
  max-width: 1220px;
  margin: 50px auto 0;
  display: flex;
  gap: 2%;
  color: var(--textGray);
}
.movieItemImg {
  width: 100%;
}
.movieItem:hover .movieItemImg {
  opacity: 0.6;
}
.movieItem {
  width: 49%;
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--borderGray);
}
.movieItemTxt {
  font-size: 20px;
  color: var(--textGray);
  margin-top: 10px;
}
.webMagazineBox {
  color: var(--textGray);
  margin-top: 60px;
}
.webMagazineTxt {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
}
.webMagazineSubTxt {
  color: var(--textGray);
  font-size: 13px;
  margin-top: 15px;
}
.webMagazineButton {
  margin-top: 25px;
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  color: var(--white);
  background-color: var(--mainColor);
}
.productSection {
  background-color: var(--backGray);
  margin-top: 140px;
}
.productContainer {
  max-width: 1080px;
  width: 90%;
  padding: 110px 0;
  margin: 0 auto;
}
.productBox {
  color: var(--textGray);
  display: flex;
  width: 90%;
  max-width: 1220px;
  margin: 90px auto 0;
  text-align: left;
}
.productBoxImg {
  margin: 0 15px 0 0;
  width: 400px;
  height: auto;
}
.productTit {
  color: var(--mainColor);
  font-weight: bold;
  font-size: 33px;
}
.productTxtBoxTit {
  color: var(--textGray);
  font-size: 26px;
  font-weight: bold;
  margin-top: 5px;
}
.productTxtBoxTxt {
  font-size: 18px;
  margin-top: 30px;
}
.productButton {
  margin-top: 30px;
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  color: var(--white);
  background-color: var(--mainColor);
}
.productButtonTxt {
  text-align: center;
}
.hospitalSection {
  padding: 100px 0 90px;
}
.hospitalBox {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}
.hospitalImg {
  margin-top: 60px;
  width: 60%;
}
.hospitalTit {
  color: var(--mainColor);
  font-weight: bold;
  font-size: 35px;
}
.hospitalTxtBox {
  margin: 60px auto 0;
  width: 90%;
  font-size: 18px;
}
.hospitalTxt {
  color: var(--textGray);
  line-height: 30px;
  font-size: 18px;
}
.hospitalTxt:not(:first-child) {
  margin-top: 40px;
}
.webMagazineButton {
  width: 300px;
  margin-top: 45px;
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  color: var(--white);
  background-color: var(--mainColor);
}
.contentsSection {
  padding: 65px 100px 110px;
  background-color: var(--backGray);
  color: var(--mainColor);
  border-radius: 20px;
}
.contentsBox {
  max-width: 1220px;
  margin: 0 auto;
}
.contentsTopTit {
  font-size: 35px;
  font-weight: bold;
}
.contentsTit {
  font-size: 20px;
}
.contentsSubTit {
  font-size: 13px;
  margin-top: 5px;
}
.contentsSubTitHover:hover {
  border-bottom: 1px solid var(--mainColor);
}
.instagramBox {
  padding-bottom: 60px;
  margin-top: 60px;
  border-bottom: 2px solid var(--borderGray);
}
.instagramList {
  display: flex;
  gap: 2%;
  width: 100%;
  margin-top: 30px;
}
.instagramItem {
  width: 32%;
  height: auto;
}
.instagramItemImg {
  width: 100%;
}
.instagramItem:hover .instagramItemImg {
  opacity: 0.6;
}
.xYoutubeBox {
  display: flex;
  gap: 3%;
  margin-top: 30px;
}
.xBox {
  width: 42%;
}
.xImg {
  width: 100%;
}
.xImg:hover {
  opacity: 0.6;
}
.youtubeBox {
  width: 55%;
}
.youtubeList {
  color: var(--textGray);
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  padding: 0;
  margin-top: 30px;
}
.youtubeItem {
  max-width: 48% !important;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.youtubeItem iframe {
  width: 100%;
  height: 100%;
}
.youtubeMovieTit {
  margin-top: 10px;
}
.youtubeItem:hover .youtubeThumbnail {
  opacity: 0.6;
}
.shopSection {
  background-image: url(../image/shopBackImg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 130px 5%;
  color: var(--textGray);
}
.shopSelectBox {
  max-width: 1220px;
  margin: auto;
}
.shopSelectItem {
  background-color: var(--white);
  width: 430px;
  height: 370px;
  padding: 30px;
}
.shopSelectItemButton {
  width: 280px;
  height: 48px;
  border-radius: 50px;
  border: none;
  color: var(--white);
  background-color: var(--mainColor);
  align-self: flex-start;
  margin-top: 11px;
}
.shopSelectItem,
.shopSelectItemTop,
.shopSelectItemBottom {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.shopSelectItemTop {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--borderGray);
}
.shopSelectItemTit {
  font-size: 18px;
  font-weight: bold;
}
.shopSelectItemTit:not(:first-child) {
  margin-top: 11px;
}
.shopSelectItemTxt,
.shopSelectAnotherTxt {
  font-size: 14px;
  color: var(--textGray);
  margin-top: 11px;
}
.shopLogo {
  margin-top: 18px;
  width: 125px;
  height: auto;
}
.footer {
  background-color: var(--footer);
  font-size: 13px;
}
.footerBox {
  padding: 50px 100px 60px;
}
.footerMenuList {
  display: inline-flex;
  margin: 0 auto;
}
.footerMenuItem {
  position: relative;
  padding: 0 20px;
}
.footerMenuItem:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: var(--white);
}
.footerMessage {
  margin-top: 20px;
}
.copyRight,
.copyRightMessage {
  margin-top: 10px;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}
.youtubeThumbnail {
  width: 100%;
  height: auto;
}
.contactModalStyle {
  background-color: var(--footer);
  color: var(--white);
  border: none;
}
.contactModalTit {
  color: var(--mainColor);
  font-size: 26px;
}
.contactModalTxtBox {
  margin: 16px 0;
}
.contactModalTelTxt {
  font-size: 22px;
}
.contactModalDayOffTit {
  font-size: 14px;
}
@media (max-width: 999px) {
  .instagramList {
    flex-wrap: wrap;
  }
  .footerBox {
    padding: 50px 25px 60px;
  }
}
@media (max-width: 960px) {
  .spNone {
    display: none;
  }
  .pcNone {
    display: block;
  }
  .campaignTopImg {
    width: 90%;
  }
  .campaignTitImg-sp {
    margin: 40px auto 0;
    width: 90%;
    min-width: 230px;
  }
  .campaignButton {
    max-width: 530px;
    height: 100%;
    padding: 10px 0;
  }
  .movieList {
    display: block;
    gap: 0;
    width: 100%;
  }
  .movieItem {
    max-width: 100%;
    width: 100%;
  }
  .movieItem:not(:first-child) {
    margin-top: 40px;
  }
  .movieItemTxt {
    text-align: center;
    padding: 20px 0 0;
  }
  .productBox {
    display: inline;
    margin: 0 auto;
  }
  .productBoxImg {
    width: 80%;
    margin: 30px auto;
  }
  .productTxtBox {
    width: 80%;
    margin: 0 auto;
  }
  .productTxtBoxTit {
    font-size: 22px;
  }
  .productButton {
    margin: 30px auto 0;
    display: flex;
    align-items: center;
  }
  .hospitalImg {
    width: 90%;
  }
  .hospitalTxtBox {
    text-align: left;
  }
  .instagramItem {
    width: 49%;
  }
  .xYoutubeBox {
    display: block;
  }
  .xBox {
    width: 100% !important;
  }
  .xImgBox {
    width: 100% !important;
    display: block !important;
  }
  .youtubeBox {
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }
  .youtubeList {
    display: block;
  }
  .youtubeItem {
    max-width: 100% !important;
    width: 100%;
  }
  .youtubeItem iframe {
    height: 430px !important;
  }
}
@media (max-width: 756px) {
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
  .campaignSection {
    margin-top: 50px;
  }
  .hospitalImg {
    margin-top: 20px;
  }
  .hospitalTxtBox {
    margin: 25px auto 0;
    font-size: 14px;
  }
  .campaignItemImg {
    width: 100%;
  }
  .campaignTit {
    font-size: 20px;
  }
  .productSection {
    margin-top: 80px;
  }
  .productContainer {
    padding: 50px 0;
  }
  .contentsSection {
    width: 90%;
    padding: 65px 30px;
  }
  .contentsTopTit {
    font-size: 22px;
  }
  .campaignButton {
    width: 100%;
  }
  .instagramBox {
    margin-top: 25px;
  }
  .shopSelectBox {
    max-width: 100%;
  }
  .shopSelectItem,
  .shopSelectItemTop,
  .shopSelectItemBottom {
    display: block;
  }
  .shopSelectItem {
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .shopSelectItemButton {
    width: 100%;
  }
  .shopSection {
    background-image: none;
    background-color: var(--backGray);
    width: 100%;
    height: 100%;
    color: var(--textGray);
    margin-top: 40px;
    padding: 50px;
  }
  .footerMenuList {
    display: block;
  }
  .footerMenuItem {
    position: unset;
    margin-top: 5px;
  }
  .modalContent {
    width: 95%;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .kvImageLogo {
    margin: 35px auto 0;
  }
  .button {
    font-size: 14px;
  }
  .topTit {
    font-size: 22px;
  }
  .topTxt {
    font-size: 14px;
    line-height: 25px;
  }
  .campaignTxt {
    font-size: 14px;
    text-align: left;
  }
  .movieSection {
    margin-top: 80px;
  }
  .movieTit {
    font-size: 22px;
  }
  .movieTxt {
    font-size: 14px;
  }
  .webMagazineTxt {
    font-size: 14px;
    line-height: 25px;
  }
  .movieItemTxt {
    font-size: 16px;
  }
  .productButton {
    width: 100%;
    display: block;
    padding: 10px 30px;
  }
  .productTit {
    font-size: 22px;
  }
  .productTxtBoxTxt {
    font-size: 14px;
  }
  .hospitalSection {
    padding: 80px 0;
  }
  .hospitalTit {
    font-size: 22px;
  }
  .campaignSection {
    padding: 50px 20px;
  }
  .campaignButtonTopTxt {
    font-size: 13px;
  }
  .campaignButtonBottomTxt {
    font-size: 20px;
  }
  .contentsSection {
    padding: 45px 30px;
  }
  .contactModalTit {
    font-size: 18px;
  }
  .contactModalTelTxt {
    font-size: 16px;
  }
  .shopSection {
    padding: 30px;
  }
  .video-wrapper {
    max-width: 100%;
  }
  .modalContent {
    width: 95%;
    height: auto;
    padding: 10px;
  }
  .video-wrapper iframe {
    max-width: 100vw;
    max-height: 100vh;
  }
}
