@import url(../font/S-CoreDream/S-CoreDream1.css);
@import url(../font/S-CoreDream/S-CoreDream2.css);
@import url(../font/S-CoreDream/S-CoreDream3.css);
@import url(../font/S-CoreDream/S-CoreDream4.css);
@import url(../font/S-CoreDream/S-CoreDream5.css);
@import url(../font/S-CoreDream/S-CoreDream6.css);
@import url(../font/S-CoreDream/S-CoreDream7.css);
@import url(../font/S-CoreDream/S-CoreDream8.css);
@import url(../font/S-CoreDream/S-CoreDream9.css);
* {
  margin: 0px;
  padding: 0px;
  font-family: "S-CoreDream-4Regular", sans-serif;
}

*::selection {
  background-color: #b3d4fc;
}

html {
  scroll-behavior: smooth;
}

.topBtn {
  width: 50px;
  height: 50px;
  background: url(../images/allowTop.svg) no-repeat center/contain;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.2s;
  cursor: pointer;
}

.menuOut {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  right: 0px;
  z-index: 50000;
  transition: all 0.5s;
  visibility: hidden;
}
.menuOut .menuIn {
  transition: all 0.5s;
  transform: translateX(400px);
  position: absolute;
  right: 0px;
  top: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  width: 400px;
  height: 100%;
  padding: 0px 5px 0 70px;
  background-color: rgba(0, 0, 0, 0.658);
}
.menuOut .menuIn .exitBtn {
  width: 100%;
  margin-top: 20px;
}
.menuOut .menuIn .exitBtn img {
  cursor: pointer;
}
.menuOut .menuIn form {
  width: 100%;
  height: 40px;
  display: flex;
  margin: 30px 0;
}
.menuOut .menuIn form .inputBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 60px);
  height: 40px;
  background-color: white;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
}
.menuOut .menuIn form .inputBox input {
  width: 90%;
  height: 70%;
  background-color: transparent;
  border: 0px;
  outline: 0px;
}
.menuOut .menuIn form input[type=submit] {
  width: 50px;
  height: 40px;
  margin-left: 10px;
  background-color: #00ffff;
  border: 0px;
  outline: 0px;
  border-radius: 30px;
  cursor: pointer;
}
.menuOut .menuIn ul {
  padding: 0px;
}
.menuOut .menuIn ul li {
  list-style: none;
  border-bottom: 1px solid white;
  color: #00ffff;
  padding: 8px 12px;
  line-height: 2em;
}
.menuOut .menuIn ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.menuOut .menuIn ul .lastPageBtn {
  border: 0px;
}
.menuOut .menuIn ul .lastPageBtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 18px;
  text-align: center;
  transition: all 0.1s;
}
.menuOut .menuIn ul .lastPageBtn a:hover {
  width: 100%;
  height: 100%;
  background-color: #00ffff;
  color: black;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 18px;
  text-align: center;
}

.headerArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 165px;
  background-color: #fff;
  transition: all 0.2s ease;
  min-width: 320px;
}
.headerArea .centerArea {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1470px;
  padding: 0 35px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 22px;
  transition: all 0.2s ease;
}
.headerArea .centerArea .logoArea {
  width: 278.4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.headerArea .centerArea .logoArea img {
  width: 100%;
}
.headerArea .centerArea .mp3Area {
  width: 450px;
  display: flex;
  height: auto;
  align-items: center;
  transition: all 0.2s ease;
}
.headerArea .centerArea .mp3Area .audioPlayBtn, .headerArea .centerArea .mp3Area .audioStopBtn {
  display: none;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/icon8.png) left center/auto 100%;
  cursor: pointer;
}
.headerArea .centerArea .mp3Area .audioStopBtn {
  background: url(../images/icon8.png) right center/auto 100%;
}
.headerArea .centerArea .mp3Area p {
  color: #960a81;
  font-weight: 700;
  transition: all 0.2s ease;
}
.headerArea .centerArea .mp3Area br {
  display: none;
}
.headerArea .centerArea .mp3Area audio {
  margin: 0 20px;
  width: 250px;
  font-size: 0.8em;
  transition: all 0.2s ease;
}
.headerArea .centerArea .subArea {
  display: flex;
  justify-content: space-between;
  right: 155px;
  width: auto;
  height: 56px;
  transition: all 0.2s ease;
}
.headerArea .centerArea .subArea .menuArea {
  cursor: pointer;
  margin: 0;
  margin-left: 20px;
  transition: all 0.2s ease;
}

footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 50px;
  height: auto;
  box-sizing: border-box;
  background-color: white;
  min-width: 320px;
}
footer .iconBox {
  display: none;
  justify-content: space-between;
  border-radius: 30px;
  width: 190px;
  margin: auto;
  margin-bottom: 20px;
}
footer .iconBox .iconBtn {
  width: 20%;
  line-height: 0px;
  margin-top: 0px;
  background-color: #960a81;
}
footer .iconBox .iconBtn img {
  display: block;
  width: 100%;
}
footer .iconBox .iconHome {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .iconBox .iconHome img {
  width: 80%;
}
footer img {
  width: 250px;
}
footer .brM {
  display: none;
}
footer p {
  margin: 30px;
}

@media screen and (max-width: 1782px) {
  .topBtn {
    width: 50px;
    height: 50px;
    background: url(../images/allowTop.svg) no-repeat center/contain;
    position: fixed;
    top: calc(100% - 70px);
    right: 20px;
    z-index: 1000;
  }

  footer {
    padding: 50px;
  }
  footer .iconBox {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  .menuOut .menuIn {
    transform: translateX(320px);
    width: 320px;
  }
  .menuOut .menuIn .exitBtn {
    width: 100%;
    margin-top: 20px;
  }
  .menuOut .menuIn .exitBtn img {
    cursor: pointer;
    width: 20px;
  }

  .headerArea {
    height: 100px;
  }
  .headerArea .centerArea {
    align-items: center;
    padding: 0 35px;
  }
  .headerArea .centerArea .logoArea {
    width: 152px;
    line-height: 0;
    left: 20px;
  }
  .headerArea .centerArea .logoArea img {
    width: 100%;
  }
  .headerArea .centerArea .subArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headerArea .centerArea .subArea .mp3Area p {
    font-size: 0.8em;
  }
  .headerArea .centerArea .subArea .subImg {
    display: none;
  }
  .headerArea .centerArea .subArea .menuArea {
    width: 43px;
    height: 31px;
    cursor: pointer;
  }
  .headerArea .centerArea .subArea .menuArea img {
    width: 100%;
  }

  footer {
    width: 100%;
  }
  footer img {
    width: 125px;
  }
  footer .brM {
    display: block;
  }
  footer p {
    margin: 15px;
  }
}
@media screen and (max-width: 768px) {
  .headerArea {
    height: 60px;
  }
  .headerArea .centerArea .logoArea {
    width: 95px;
  }
  .headerArea .centerArea .mp3Area {
    width: auto;
  }
  .headerArea .centerArea .mp3Area .audioPlayBtn,
.headerArea .centerArea .mp3Area .audioStopBtn {
    display: block;
    margin: 0 8px;
  }
  .headerArea .centerArea .mp3Area br {
    display: block;
  }
  .headerArea .centerArea .mp3Area audio {
    display: none;
  }
  .headerArea .centerArea .subArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
  }
  .headerArea .centerArea .subArea .subImg {
    display: none;
  }
  .headerArea .centerArea .subArea .menuArea {
    width: 43px;
    height: 31px;
    cursor: pointer;
  }
  .headerArea .centerArea .subArea .menuArea img {
    width: 100%;
  }

  footer {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    background-color: white;
    padding: 30px 15px;
    box-sizing: border-box;
  }
  footer img {
    width: 125px;
  }
  footer .brM {
    display: block;
  }
  footer p {
    margin: 15px;
  }
}
@media screen and (max-width: 425px) {
  .headerArea {
    height: 60px;
  }
  .headerArea .centerArea {
    padding: 0 15px;
  }
  .headerArea .centerArea .subArea .menuArea {
    width: 30px;
    height: 22px;
  }
}
@media screen and (max-width: 345px) {
  .headerArea {
    height: 60px;
  }
  .headerArea .centerArea {
    padding: 0 15px;
  }
  .headerArea .centerArea .subArea .mp3Area p {
    font-size: 0.75em;
  }
  .headerArea .centerArea .subArea .mp3Area .audioPlayBtn, .headerArea .centerArea .subArea .mp3Area .audioStopBtn {
    margin: 0px;
    margin-left: 5px;
  }
  .headerArea .centerArea .subArea .menuArea {
    margin-right: 0px;
    margin-left: 5px;
  }
}