@font-face {
  font-family: "GangwonEdu_OTFBoldA";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fcfbf7;
  padding: 0;
  margin: 0;
  font-family: "GangwonEdu_OTFBoldA";
  font-size: 1rem;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
}
.slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 2em;
  width: 100%;
  position: absolute;
}
.slogan span:nth-child(5) {
  margin-right: 7px;
}
.slogan span:nth-child(7) {
  margin-right: 7px;
}
.slogan span:nth-child(9) {
  margin-right: 7px;
}
.slogan span {
  transform: translateY(-10px);
  opacity: 0;
}
.slogan span:nth-child(1) {
  animation: slogan 2.5s forwards 1s;
}
.slogan span:nth-child(2) {
  animation: slogan 2.5s forwards 1.1s;
}
.slogan span:nth-child(3) {
  animation: slogan 2.5s forwards 1.2s;
}
.slogan span:nth-child(4) {
  animation: slogan 2.5s forwards 1.3s;
}
.slogan span:nth-child(5) {
  animation: slogan 2.5s forwards 1.4s;
}
.slogan span:nth-child(6) {
  animation: slogan 2.5s forwards 1.5s;
}
.slogan span:nth-child(7) {
  animation: slogan 2.5s forwards 1.6s;
}
.slogan span:nth-child(8) {
  animation: slogan 2.5s forwards 1.7s;
}
.slogan span:nth-child(9) {
  animation: slogan 2.5s forwards 1.8s;
}
.slogan span:nth-child(10) {
  animation: slogan 2.5s forwards 1.9s;
}
.slogan span:nth-child(11) {
  animation: slogan 2.5s forwards 2s;
}
@keyframes slogan {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.pension-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  font-size: 3em;
}
.pension-name span {
  transform: translateY(-10px);
  opacity: 0;
}
.pension-name span:nth-child(1) {
  animation: p-name 3.5s forwards 4.5s;
}
.pension-name span:nth-child(2) {
  animation: p-name 3.5s forwards 4.6s;
}
.pension-name span:nth-child(3) {
  animation: p-name 3.5s forwards 4.7s;
}
.pension-name span:nth-child(4) {
  animation: p-name 3.5s forwards 4.8s;
}
.cont-wrap {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.about {
  padding-top: 85px;
}
.about h1 {
  font-family: "SDR";
  font-size: 0.8em;
  letter-spacing: -1px;
  color: #a7a7a7;
}
.about h2 {
  font-family: "SDR";
  font-weight: 500;
  font-size: 1.7em;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.about h3 {
  font-family: "SDR";
  font-size: 0.75em;
  line-height: 1.5;
  word-break: keep-all;
  margin-top: 10px;
  letter-spacing: -1px;
}
.about .cont-wrap {
  display: flex;
  flex-direction: column;
}
.about .right {
  margin-top: 30px;
}
.about .right img {
  width: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.room {
  padding-top: 85px;
}
.room .cont-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.room .left {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dfdfdf;
  padding-right: 10px;
  margin-right: 10px;
}
.room .left h1 {
  font-family: "SDR";
  font-size: 0.8em;
  letter-spacing: -1px;
  color: #a7a7a7;
}
.room .left h2 {
  font-family: "SDR";
  font-weight: 500;
  font-size: 1.7em;
  letter-spacing: -1px;
}
.room .right {
  font-family: "SDR";
  font-size: 0.8em;
  letter-spacing: -1px;
  color: #666;
}
.room .right em {
  font-style: normal;
  margin-right: 5px;
  color: #000;
  font-weight: 500;
}
.room .pic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.room .pic .img-b {
  width: 100%;
  margin: 3px 0;
}
.room .pic .img-s {
  width: 49%;
  margin: 3px 0;
}
.room .pic img {
  width: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.guide {
  padding-top: 85px;
}
.guide h1 {
  font-family: "SDR";
  font-size: 0.8em;
  letter-spacing: -1px;
  color: #a7a7a7;
}
.guide h2 {
  font-family: "SDR";
  font-weight: 500;
  font-size: 1.7em;
  letter-spacing: -1px;
}
.guide h3 {
  font-family: "SDR";
  font-size: 0.75em;
  line-height: 1.5;
  word-break: keep-all;
  letter-spacing: -1px;
}
.guide .cont-wrap {
  display: flex;
  flex-direction: column;
}
.guide-cont {
  font-size: 0.9em;
  word-break: keep-all;
}
.guide-cont h1 {
  margin: 20px 0;
  font-size: 1em;
}
.guide-cont ul {
  margin: 10px 0px;
  padding: 0;
  padding-left: 5vw;
  color: #7a7a7a;
}
.guide-cont li {
  margin: 3px 0;
  word-break: keep-all;
}
.guide-cont li span {
  color: #000;
}
.review {
  padding-top: 85px;
}
.review h1 {
  font-family: "SDR";
  font-size: 0.8em;
  letter-spacing: -1px;
  color: #a7a7a7;
}
.review h2 {
  font-family: "SDR";
  font-weight: 500;
  font-size: 1.7em;
  letter-spacing: -1px;
}
.review h3 {
  font-family: "SDR";
  font-size: 0.75em;
  line-height: 1.5;
  word-break: keep-all;
  letter-spacing: -1px;
}
.review .review-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.review .review-box .inner {
  margin-top: 20px;
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 20px;
}
.review .review-box .inner h1 {
  font-size: 1em;
  font-weight: 500;
  color: #000;
}
.review .review-box .inner h2 {
  letter-spacing: -1px;
  color: #a7a7a7;
  font-weight: 400;
  font-size: 0.8em;
}
.review .review-box .inner h2 span {
  margin-right: 5px;
  color: #000;
}
.review .review-box .inner h3 {
  color: #666;
}
.review .review-box .inner .img {
  margin-bottom: 10px;
}
.review .review-box .inner img {
  width: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.review .review-box .inner a {
  display: block;
  border: 1px solid #dfdfdf;
  width: 50%;
  padding: 10px 0;
  margin: auto;
  font-family: "SDR";
  text-align: center;
  font-size: 0.8em;
  margin-top: 20px;
  border-radius: 5px;
}
.map {
  padding-top: 85px;
  padding-bottom: 85px;
}
.map h1 {
  font-family: "SDR";
  font-size: 0.8em;
  letter-spacing: -1px;
  color: #a7a7a7;
}
.map h2 {
  font-family: "SDR";
  font-weight: 500;
  font-size: 1.7em;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.map h3 {
  font-family: "SDR";
  font-size: 0.75em;
  line-height: 1.5;
  word-break: keep-all;
  margin-top: 10px;
  letter-spacing: -1px;
}
.map h3 span {
  font-weight: 500;
  margin-right: 5px;
}
.map .map-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
.map .map-box iframe {
  width: 100%;
}
@keyframes p-name {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.license {
  padding-bottom: 50px;
}
.license .txt .link {
  margin-bottom: 20px;
}
.license .txt a {
  border: 1px solid #dfdfdf;
  margin: 0px 3px;
  padding: 7px 10px;
  border-radius: 10px;
  background: #fff;
}
header {
  width: 100%;
  display: flex;
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
header .menu a {
  display: inline-block;
  line-height: 85px;
  margin-left: 40px;
  font-size: 1.1em;
  height: 85px;
  transition: transform 0.3s;
}
header .menu a:hover {
  transform: translateY(7px);
}
header .logo {
  font-size: 1.6em;
}
header .logo span {
  display: block;
  font-size: 0.5em;
  text-transform: uppercase;
  width: 100%;
}
.slide-area {
  width: calc(100% - 100px);
  background: red;
  height: 700px;
  margin: auto;
  margin-top: 135px;
}
.mobile-menu {
  display: none;
}
header .menu .close {
  display: none;
}
.license {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.license .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "SDR";
  font-size: 0.7em;
  margin-top: 10px;
  color: #a7a7a7;
}
.license .logo {
  margin: auto;
  font-size: 1.3em;
}
.license .logo span {
  display: block;
  font-size: 0.5em;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  body {
    padding: 0 15px;
  }
  header {
    height: 60px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  header .menu {
    width: 80vw;
    position: fixed;
    right: -82vw;
    background: #fff;
    height: 100vh;
    z-index: 999;
    top: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s;
  }
  header .menu.on {
    right: 0;
  }
  header .menu .close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 3vw;
    top: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 1.7em;
  }
  header .menu a {
    display: block;
    line-height: 60px;
    margin-left: 0px;
    font-size: 1.1em;
    height: 60px;
    padding-left: 25px;
    border-bottom: 1px solid #efefef;
  }
  header .menu a:hover {
    transform: none;
  }
  .slogan {
    overflow: hidden;
    left: 0;
    top: 0;
    font-size: 1.3em;
  }
  .pension-name {
    width: 100%;
    height: 100vh;
    position: absolute;
    font-size: 2em;
    left: 0;
    top: 0;
  }
  .slide-area {
    width: 100%;
    background: #e9e9e9;
    height: 60vh;
    margin: auto;
    margin-top: 75px;
  }
  .slide-area .slide {
    height: inherit;
  }
  .slide-area .slide div {
    height: inherit;
  }
  .slide-area .slide .timg01 {
    background: url("../images/timg01.jpg") no-repeat center / cover;
  }
  .slide-area .slide .timg02 {
    background: url("../images/timg02.jpg") no-repeat center / cover;
  }
  .slide-area .slide .timg03 {
    background: url("../images/timg03.jpg") no-repeat center / cover;
  }
  .slide-area .slide .timg04 {
    background: url("../images/timg04.jpg") no-repeat center / cover;
  }
  .mobile-menu {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: right;
    align-items: center;
    font-size: 1.7em;
  }
}
