@charset "utf-8";
@font-face {
  font-family: "Gyeonggi_Batang_Regular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "LINESeedKR-Th";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Th.woff2")
    format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "LINESeedKR-Rg";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Rg.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "LINESeedKR-Bd";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}

.cinzel-uniquifier {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

/* 전체레이아웃 */
body {
}
.container {
  width: 1440px;
  margin: 0 auto;
}
.row {
  padding: 10px;
}

/* =========================== MAIN */
#sh_main_banner {
  position: relative;
  z-index: 15;
  width: 100%;
}
#sh_main_banner .sh_main_img {
  position: relative;
  width: 100%;
}
#sh_main_banner .sh_main_img li {
  height: 960px;
  background: center no-repeat;
  background-size: cover;
}
#sh_main_banner .sh_main_img .box1 {
  background-image: url(../img/main/main_banner_01.png);
}
#sh_main_banner .sh_main_img .box2 {
  background-image: url(../img/main/main_banner_02.png);
}
#sh_main_banner .sh_main_img .box3 {
  background-image: url(../img/main/main_banner_03.png);
}
#sh_main_banner .sh_txt_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 430px;
  text-align: center;
}
#sh_main_banner .sh_txt_box .move_txt01 {
  margin-top: -25px;
  font-size: 64px;
  color: #fff;
  font-weight: 100;
  letter-spacing: -0.2px;
  opacity: 0;
  font-family: "Poppins";
}
#sh_main_banner .sh_txt_box .move_txt01 b {
  font-weight: 700;
}
#sh_main_banner .sh_txt_box .move_txt02 {
  white-space: pre-line;
  margin: 10px 0 42px;
  font-size: 15px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  letter-spacing: -0.1px;
  opacity: 0;
  font-family: "Poppins";
}
#sh_main_banner .swiper-pager {
  opacity: 0;
}
#sh_main_banner .swiper-pager span {
  opacity: 1;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: none;
}
#sh_main_banner .swiper-pager span + span {
  margin-left: 10px;
}
#sh_main_banner .swiper-pager span.on {
  background-color: rgba(255, 255, 255, 0.7);
}
#sh_main_banner .scroll {
  display: inline-block;
  position: relative;
  top: 188px;
  width: 83px;
  height: 78px;
  margin-top: -20px;
  padding-top: 64px;
  color: #fff;
  background: url(../img/main/scroll.png) no-repeat center center;
  opacity: 0;
  font-size: 13px;
  font-weight: 300;
  font-family: "Poppins";
}
@media (max-width: 1024px) {
  #sh_main_banner .sh_main_img li {
    height: 600px;
  }
  #sh_main_banner .sh_txt_box {
    top: 60%;
    transform: translateY(-50%);
    height: auto;
    padding: 0;
  }
  #sh_main_banner .sh_txt_box .move_txt01 {
    margin-bottom: 30px;
    font-size: 75px;
    word-break: keep-all;
    line-height: 1.1;
  }
  #sh_main_banner .scroll {
    top: auto;
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  #sh_main_banner .sh_main_img li {
    height: 500px;
  }
  #sh_main_banner .sh_txt_box .move_txt01 {
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 46px;
  }
  #sh_main_banner .sh_txt_box .move_txt02 {
    padding: 0 50px;
    white-space: normal;
    word-break: keep-all;
  }
  #sh_main_banner .scroll {
    display: none;
  }
}
@media (max-width: 380px) {
  #sh_main_banner .sh_txt_box .move_txt01 {
    font-size: 42px;
  }
}

#jewel_title {
  position: relative;
  text-align: center;
  padding: 4% 0;
}

#jewel_title .jewel_h2 {
  font-size: 42px;
  font-family: "Gyeonggi_Batang_Regular";
  font-weight: bold;
  margin-bottom: 20px;
}
#jewel_title .jewel_p p {
  font-size: 17px;
  font-family: "LINESeedKR-Rg";
  color: #333;
  line-height: 1.7;
}

#jewel_title .jewel_p span {
  font-size: 14px;
  font-family: "LINESeedKR-Rg";
  color: #666;
  line-height: 1.7;
}

#jewel_content {
  padding: 0px 24px 5rem;
  overflow: hidden;
}

.jewel_img_box {
  width: 50%;
  display: block;
  float: left;
  border-radius:10px;
}

.jewel_img_box img {
  display: block;
  width: 100%;
  border-radius:10px;
}

.jewel_text_box {
  width: 50%;
  display: block;
  float: left;
}
.jewel_text_box figure {
  padding: 100px 10px 20px 50px;
}
.jewel_text_box figure ul {
}
.jewel_text_box figure ul span {
  font-size: 17px;
  color: #ccc;
  line-height: 2;
}
.jewel_text_box figure ul h2 {
  font-family: "Gyeonggi_Batang_Regular";
  font-size: 42px;
  color: #202020;
  font-weight: bold;
  line-height: 1.4;
}
.jewel_text_box figure ul li {
  line-height: 2;
}

#sub_text {
}
#sub_text ul {
}
#sub_text ul li {
  line-height: 1.6;
  font-size: 15px;
}
#room_layout {
  position: relative;
  overflow: hidden;
  padding: 2% 0;
}

.room_txt {
  margin: 0 auto;
}
.room_txt .room_t_left {
  width: 30%;
  float: left;
}
.room_txt .room_t_left ul {
  font-size: 42px;
  padding-top: 60px;
  line-height: 1.2;
}
.room_txt .room_t_right ul p {
  font-size: 14px;
  line-height: 1.7;
}

.room_txt .room_t_left ul h2 {
  font-family: "LINESeedKR-Th";
}
.room_txt .room_t_left ul h3 {
  font-family: "LINESeedKR-Bd";
}

.room_txt .room_t_right {
  width: 70%;
  float: left;
}
.room_txt .room_t_right ul {
  padding: 20px 10px 10px 30px;
}
.room_txt .room_t_right ul h2 {
  font-size: 24px;
  font-family: "LINESeedKR-Bd";
  margin-bottom: 10px;
}
.room_txt .room_t_right ul p {
  font-size: 18px;
  margin-bottom: 5px;
}
.room_txt .room_t_right ul li {
  font-size: 14px;
  line-height: 1.7;
}

.page_bar {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 2% 0;
}

/* service_layout */
#service_layout {
  margin: 0 auto;
  padding: 4% 2%;
}

/* ser_top */
.ser_top {
}
.ser_top figure {
}
.ser_top figure ul {
}
.ser_top figure ul h2 {
  font-family: "Cinzel", serif;
  font-size: 2.5em;
  padding-bottom: 30px;
  color: #4e4e4e;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
}
.ser_top figure ul h2 em {
  font-family: "LINESeedKR-Rg";
  font-size: 16px;
  color: #666;
}

.ser_bottom {
  margin-top: 20px;
}
.ser_bottom figure {
  margin-bottom: 40px;
}
.ser_bottom figure ul {
}
.ser_bottom figure ul h2 {
  color: #ff6714;
  line-height:2;
}
.ser_bottom figure ul li {
  line-height: 2;
  font-size: 14px;
  color: #4e4e4e;
}
.ser_bottom_Table {
  display: block;
}
.m_ser_bottom_Table {
  display: none;
}

.ser_cont {
  padding-top: 2%;
  overflow: hidden;
}
.s_con_left {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.s_con_img_01 {
  background: url(../img/sub/ser_cont/ser_cont_01.png) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.ser_cont figure {
  margin-top: 30px;
}
.ser_cont figure ul {
}
.ser_cont figure ul h2 {
  font-family: "Gyeonggi_Batang_Regular";
  font-size: 24px;
  margin-bottom: 20px;
}
.ser_cont figure ul p {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 1.5;
}

.s_con_right {
  width: 48%;
  float: left;
}
.s_con_img_02 {
  background: url(../img/sub/ser_cont/ser_cont_02.png) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.ser_cont figure {
  margin-top: 30px;
}
.ser_cont figure ul {
}
.ser_cont figure ul h2 {
  font-family: "Gyeonggi_Batang_Regular";
  font-size: 24px;
  margin-bottom: 20px;
}
.ser_cont figure ul p {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 1.5;
}
.s_con_img_03 {
  background: url(../img/sub/ser_cont/ser_cont_03.png) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
  border-radius: 10px;
}
.s_con_img_04 {
  background: url(../img/sub/ser_cont/ser_cont_04.png) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.sub5_map{display:block}
.m_sub5_map{display:none}


/* jewel_banner */
#jewel_banner {
  width: 100%;
  height: 500px;
  background: url(../img/jewel_banner_01.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 500px;
  gap: 0.25rem;

  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:10px;
  }

  & .hero {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (width < 700px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 175px;
  }
}
/* =========================== atc04 */
#atc04 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 392px;
  text-align: center;
  background: url(../img/inc04_bg.png) left no-repeat;
  background-size: cover;
}
#atc04 .tit {
  padding-top: 135px;
  font-size: 48px;
  line-height: 45px;
  font-weight: 400;
  font-family: "Poppins";
  color: #fff;
}
#atc04 .txt {
  padding-top: 23px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
#atc04 .more {
  width: 86px;
  margin: 0 auto;
  padding-top: 33px;
}
#atc04 .more a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins";
}
#atc04 .more:after {
  display: block;
  content: "";
  width: 84px;
  height: 4px;
  margin: 8px auto 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#atc04 .more:hover:after {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 480px) {
  #atc04 {
    height: 240px;
    margin: 0;
  }
  #atc04 .tit {
    padding-top: 50px;
    font-size: 32px;
  }
}
