html {
  scroll-behavior: smooth;
}

.contents-area {
  margin-bottom: 0;
}

.codea-look {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.container {
  overflow: unset;
}

.wrap_breadcrumb {
  display: none;
}

#loading {
  width: 100%;
  max-width: 54vh;
  height: calc(100lvh - 126px);
  top: 90px;
  left: 50%;
  bottom: 0px;
  position: fixed;
  transform: translateX(-50%);
  background-size: cover;
  background-position: 50% 50%;
  z-index: 10;
  -webkit-transition: .8s ease-in-out;
  -moz-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

#loading.loaded {
  display: none;
}

.center_logo {
  width: 60%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#loading .center_logo {
  opacity: 0;
}

#loading.appear .center_logo {
  opacity: 1;
}

.center_logo img {
  width: 100%;
  height: auto;
}

#fullpage_box {
  position: relative;
}

#controller {
  width: 100%;
  max-width: calc(54vh - 48px);
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  z-index: 1;
}

#controller a,
#controller img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

#fullpage,
#fullpage>li {
  width: 100%;
  max-width: 54vh;
  height: calc(100lvh - 126px);
  box-sizing: border-box;
}

#fullpage {
  margin: 0 auto;
  top: 90px;
  position: sticky;
  overflow: hidden;
}

#fullpage>li {
  top: 0;
  position: absolute;
  transform: translateY(102lvh);
  -webkit-transition: .48s ease-in-out;
  -moz-transition: .48s ease-in-out;
  transition: .48s ease-in-out;
}

#fullpage>li.active {
  transform: translateY(0lvh);
}

#fullpage>li .list_img {
  height: 100%;
}

#fullpage>li .list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#fullpage.finished>li .list_img img {
  filter: blur(4px);
}

#fullpage.finished .center_logo {
  opacity: 0;
}

#fullpage>li>button,
#fullpage>li>ul {
  left: 24px;
  bottom: 30px;
  position: absolute;
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#fullpage.finshed>li>ul {
  opacity: 0;
}

#fullpage>li>button,
#fullpage>li>ul,
#fullpage>li>ul a {
  font-family: "minion-pro", serif;
  font-size: 13px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff;
}

#fullpage>li>button {
  padding: 0;
  background: unset;
  border: unset;
  cursor: pointer;
  z-index: 1;
}

#fullpage>li>button.click {
  opacity: 0;
}

#fullpage>li>button.click.end {
  display: none;
}

#fullpage>li>ul {
  opacity: 0;
  display: none;
}

#fullpage>li>ul.click {
  display: block;
}

#fullpage>li>ul.click.end {
  opacity: 1;
}

.all_btn {
  width: 80%;
  padding: 18px 24px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
}

#sub_info_box {
  width: 100%;
  height: 100lvh;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  z-index: 10;
}

#sub_info_box a {
  width: 100%;
  max-width: 54vh;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  display: block;
}

#sub_info_box a img {
  width: 100%;
}

.c-slider,
.wrap_footer {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.c-slider {
  padding-bottom: 84px;
}