/* variables */
html,
body {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.wrap {
  min-width: 100%;
}

.btn_bookstay.border_type {
  width: 235px;
  height: 63px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 63px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0;
  border-bottom: 0;
  background-color: transparent;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.btn_bookstay.border_type span:after {
  max-width: 50px;
  background-color: #fff;
}

.btn_bookstay:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

.box_txt {
  position: absolute;
  color: #fff;
  line-height: 1.86;
  font-size: 14px;
}

.box_txt em {
  display: block;
  margin-bottom: 59px;
  font-family: 'trajan';
  font-size: 11px;
  color: #000;
  font-weight: bold;
}

.box_txt strong {
  display: block;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.62;
  color: #fff;
  font-family: 'nanum';
}

.box_txt strong span {
  display: block;
  font-size: 18px;
  line-height: 2.33;
}

.box_txt p {
  margin-top: 26px;
}

.box_txt p:first-of-type {
  margin-top: 0;
}

.box_txt .btn_text03 {
  margin-top: 90px;
  font-size: 14px;
  line-height: 1.57;
}

.box_txt .btn_text04 {
  margin-top: 24px;
  color: #fff;
}

.box_line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.box_line span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.bg_visual {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 5s;
  transition: -webkit-transform 5s;
  transition: transform 5s;
  transition: transform 5s, -webkit-transform 5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bg_visual video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg_visual.video_type:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.box_global_main {
  overflow: hidden;
}

.box_global_main .img_inner {
  width: 100%;
  height: 100%;
}

.box_global_main .img_box {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.box_global_main .img_box .visual {
  display: block;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}

.box_global_main .img_box .visual:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1280px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url("../images/branch/bg_main_gradient.png") left top no-repeat;
  z-index: 1;
}

.box_global_main.swiper-container-horizontal .swiper-slide-active .visual {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.box_global_main.swiper-container-horizontal .swiper-slide-active .visual_txt {
  opacity: 1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.box_global_view.active .swiper-slide-active .bg_visual {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.box_white {
  width: 30%;
  min-width: 345px;
  max-width: 500px;
  padding: 43px 50px;
  background-color: #fff;
}

.box_white .box_txt {
  position: relative;
  color: #444;
}

.box_white .box_txt strong {
  margin-bottom: 41px;
  color: #000;
  line-height: 1.38;
}

.box_white .box_txt p {
  width: 80%;
}

[data-js=aos] {
  margin-top: 10px;
  opacity: 0;
}

@-webkit-keyframes lineMain {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes lineMain {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

/*page*/
.global_view_wrap {
  overflow-y: hidden;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1280px;
  height: 100%;
}

.box_global_list {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  -webkit-transition: margin 2s;
  transition: margin 2s;
}

.box_global_view {
  position: absolute;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 0;
}

.box_global_view .global_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.box_global_view .bg_visual {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.box_global_view.animated {
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

.box_global_view.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  z-index: 1;
}

.box_global_view.fix {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.box_global_view:first-child {
  z-index: 1;
}

/*main*/
.wrap_view_main .txt {
  position: absolute;
  bottom: 213px;
  left: 50%;
  font-size: 26px;
  color: #fff;
  font-family: 'nanum';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wrap_view_main .box_line {
  height: 160px;
  background-color: rgba(255, 255, 255, 0.2);
}

.wrap_view_main .box_line span {
  background-color: #fff;
  -webkit-animation: lineMain 2s infinite;
          animation: lineMain 2s infinite;
}

/*sagewood*/
.box_view01 .box_slide_item:first-child .box_txt {
  color: #4d4d4d;
}

.box_view01 .box_slide_item:first-child .box_txt strong {
  color: #000;
}

.box_view01 .box_slide_item:first-child .box_line span {
  background-color: rgba(0, 0, 0, 0.2);
}

.box_view01 .box_slide_item:first-child.swiper-slide-active .box_visual_main {
  opacity: 1;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.box_view01 .box_txt {
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box_view01 .box_line {
  height: 30%;
}

.box_view01 .box_line span {
  background-color: rgba(255, 255, 255, 0.5);
}

.box_view01 .box_line.top {
  top: 0;
}

.box_view01 .box_line.btm {
  bottom: 0;
}

.box_view01 .box_visual_main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

/*hotel*/
.box_view02 .box_txt {
  top: 239px;
  left: 80px;
}

/*villa*/
.box_view03 .box_slide_item:first-child .box_txt {
  top: 239px;
  left: 80px;
}

.box_view03 .box_slide_item:last-child .box_txt {
  bottom: 284px;
  left: 80px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 2s, -webkit-transform 2s !important;
  transition: opacity 2s, -webkit-transform 2s !important;
  transition: opacity 2s, transform 2s !important;
  transition: opacity 2s, transform 2s, -webkit-transform 2s !important;
}

.box_view03 .box_slide_item:last-child.swiper-slide-active .box_txt {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.box_view03 .txt_caution {
  position: absolute;
  right: 60px;
  bottom: 55px;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  font-family: 'spoqaL';
}

/*golf*/
.box_view04 .box_white {
  position: absolute;
  left: 80px;
  top: calc(50% + 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*special*/
.box_view05 .title {
  position: absolute;
  top: 182px;
  left: 80px;
  font-family: 'nanum';
  font-size: 36px;
  color: #000;
}

.box_view05 .title em {
  display: block;
  font-family: 'trajan';
  font-size: 18px;
}

.box_view05 .brand_special_offer {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-color: #e8ebee #e8ebee;
  scrollbar-width: thin;
  height: 100vh;
}

.box_view05 .brand_special_offer .scr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 53%;
  min-width: 718px;
  max-width: 1023px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.box_view05 .brand_special_offer .box_card {
  position: relative;
  width: calc(50% - 30px);
  margin-top: 50px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.box_view05 .brand_special_offer .box_card:last-child {
  margin-top: 150px;
}

.box_view05 .brand_special_offer::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.box_view05 .card_item {
  display: inline-block;
  width: 100%;
  min-width: 308px;
  padding-bottom: 100px;
}

.box_view05 .card_item:first-child {
  margin-top: 0;
}

.box_view05 .card_item .card_inner {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 20px 46px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 24px 14px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 24px 14px 0 rgba(0, 0, 0, 0);
  opacity: 1;
}

.box_view05 .card_item .thumb {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 54%;
  background-position: center center;
  background-size: cover;
}

.box_view05 .card_item .info {
  display: block;
  margin-top: 23px;
  padding: 0 20px;
}

.box_view05 .card_item .category {
  display: block;
  padding-bottom: 20px;
  font-size: 12px;
  color: #7e8e9b;
}

.box_view05 .card_item .tit {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #000;
  line-height: 1.7;
  font-family: 'nanum';
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box_view05 .card_item .txt {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 48px;
  margin-top: 15px;
  font-size: 13px;
  color: #444;
  line-height: 1.85;
  font-family: 'spoqaL';
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.box_view05 .card_item .date {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  color: #000;
  font-family: 'nanum';
}

.box_view05 .card_item:hover .card_inner {
  border-color: #a6a6a6;
  -webkit-box-shadow: 0 24px 14px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 24px 14px 0 rgba(0, 0, 0, 0.12);
}

.box_view05 .card_item.active .card_inner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.box_view05 .box_white {
  width: 30%;
  min-width: 345px;
  max-width: 500px;
  padding: 43px 50px;
  background-color: #fff;
}

.box_view05 .box_white .box_txt {
  position: relative;
  color: #444;
}

.box_view05 .box_white .box_txt strong {
  margin-bottom: 41px;
  color: #000;
  line-height: 1.38;
}

.box_view05 .box_white .box_txt p {
  width: 80%;
}

.box_view05.active [data-js=aos] {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: opacity 1.5s, margin 1.5s;
  transition: opacity 1.5s, margin 1.5s;
}

/*banner*/
.box_brand_banner {
  position: relative;
  height: 320px;
  text-align: center;
}

.box_brand_banner .brand_sagestory {
  display: block;
  height: 100%;
  padding: 48px 0 0 0;
  background-color: #738390;
  color: #fff;
}

.box_brand_banner .brand_sagestory:hover {
  background-color: #596e7e;
}

.box_brand_banner .brand_sagestory:hover .btn_text02 span:after {
  -webkit-animation: btnTxt02 2s;
          animation: btnTxt02 2s;
}

.box_brand_banner .title {
  font-size: 36px;
  font-family: 'trajan';
}

.box_brand_banner .sub_title {
  display: block;
  font-size: 18px;
  line-height: 2.33;
  font-family: 'nanum';
}

.box_brand_banner p {
  max-width: 500px;
  margin: 11px auto 0;
  font-size: 13px;
  line-height: 1.85;
}

.box_brand_banner .btn_text02 {
  margin-top: 37px;
  color: #fff;
}

.box_brand_banner .btn_text02 span:after {
  background-color: #fff;
}

@-webkit-keyframes btnTxt02 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes btnTxt02 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/*wrap case*/
.box_global_view.active .box_slide_item.swiper-slide-active [data-js=aos] {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: opacity 2s, margin 2s;
  transition: opacity 2s, margin 2s;
}

/*main*/
.wrap_global_main .box_indicator {
  z-index: 0;
  opacity: 0;
}

/*sagewood*/
.wrap_global01 .box_view01.active .box_slide_item.swiper-slide-active .box_txt {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: margin 2s, opacity 2s;
  transition: margin 2s, opacity 2s;
  -webkit-transition-delay: 2.1s, 2.1s !important;
          transition-delay: 2.1s, 2.1s !important;
}

.wrap_global01 .box_view01.active .box_slide_item.swiper-slide-active .box_line span {
  -webkit-transition: height 2s;
  transition: height 2s;
}

.wrap_global01 .box_view01.active .box_slide_item.swiper-slide-active .box_line.top span {
  height: 100%;
}

.wrap_global01 .box_view01.active .box_slide_item.swiper-slide-active .box_line.btm span {
  height: 100%;
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.wrap_global03 .box_global_menu .btn_area {
  opacity: 0;
  z-index: -1;
}

.wrap_global04 .box_global_menu .box_link_family {
  opacity: 0;
  z-index: 0;
}

.wrap_global05 .box_global_menu .box_link_family {
  opacity: 0;
  z-index: 0;
}

.wrap_global05 .box_global_menu .btn_bookstay {
  opacity: 0;
  z-index: 0;
}

.wrap_global06 .box_global_menu .btn_bookstay {
  opacity: 0;
  z-index: 0;
}

.banner_type .box_global_list {
  margin-top: -380px;
}

.banner_type .box_global_list .brand_special_offer {
  overflow: hidden;
}

.banner_type .box_global_menu .btn_area {
  opacity: 0;
  z-index: 0;
}

.banner_type .box_indicator {
  opacity: 0;
  z-index: 0;
}

.scrHidden .brand_special_offer {
  overflow: hidden;
}

.wrap.black .logo_global a {
  background-image: url("../images/common/logo_global_bk.png");
}

.wrap.black .util_menu a {
  color: #6d7278;
}

.wrap.black .box_indicator {
  color: #000;
}

.wrap.black .box_indicator li.on a:before {
  background-color: #000;
}

.wrap.black .btn_bookstay {
  border-bottom: 0;
  border-right: 0;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.4);
}

.wrap.black .btn_bookstay span:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.wrap.black .btn_bookstay:hover {
  color: #fff;
}

.wrap.black .btn_bookstay:hover span:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.wrap.black .box_global_menu ul:before {
  background-color: #000;
}

.wrap.black .box_global_menu .box_link_family {
  color: #000;
  -webkit-transition: color 2s;
  transition: color 2s;
}

.wrap.black .box_global_menu .box_link_family a:after {
  background-color: #000;
}

.wrap.global_menu_hidden .box_link_family {
  opacity: 0;
  z-index: 0;
}

/*indicator*/
.box_main_indicator {
  position: absolute;
  right: 0;
  top: 50%;
  padding-right: 21px;
  font-family: 'trajan';
  color: #fff;
  text-align: right;
  font-size: 16px;
  -webkit-transform: translateY(-50.1%);
          transform: translateY(-50.1%);
  -webkit-transition: color 2s;
  transition: color 2s;
}

.box_main_indicator ul {
  position: relative;
  padding-right: 23px;
}

.box_main_indicator ul:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
}

.box_main_indicator ul li {
  margin-top: 27px;
}

.box_main_indicator ul li:first-child {
  margin-top: 0;
}

.box_main_indicator ul a {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

.box_main_indicator ul a:before {
  content: '';
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.box_main_indicator.active li {
  opacity: 0.5;
}

.box_main_indicator.active li.on {
  opacity: 1;
}

.box_main_indicator.active li.on a:before {
  display: block;
}

.box_main_indicator.active li:hover {
  opacity: 1;
}

.box_indicator {
  position: fixed;
  right: 0;
  top: 50%;
  font-family: 'trajan';
  color: #fff;
  text-align: right;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 2s, opacity 2s;
  transition: color 2s, opacity 2s;
  opacity: 1;
  z-index: 30;
}

.box_indicator ul {
  position: relative;
}

.box_indicator ul li {
  position: relative;
  margin-top: 27px;
  opacity: 0.5;
}

.box_indicator ul li:first-child {
  margin-top: 0;
}

.box_indicator ul li:first-child.on a:before, .box_indicator ul li:last-child.on a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.box_indicator ul li .indi_anchor {
  display: inline-block;
  position: relative;
}

.box_indicator ul li.on {
  opacity: 1;
}

.box_indicator ul li.on .swiper-pagination {
  opacity: 1;
}

.box_indicator ul li:hover {
  opacity: 1;
}

.box_indicator ul a {
  display: inline-block;
  position: relative;
  padding-right: 21px;
  padding-bottom: 3px;
}

.box_indicator ul a:before {
  content: '';
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.box_global_menu .box_link_family {
  position: absolute;
  left: 80px;
  bottom: 0;
  color: #fff;
  font-family: 'nanum';
  font-size: 16px;
  z-index: 20;
  opacity: 1;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.box_global_menu .box_link_family ul {
  position: relative;
  padding-left: 27px;
  padding-bottom: 66px;
}

.box_global_menu .box_link_family ul:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% + 7px);
  background: #fff;
  opacity: 0.2;
}

.box_global_menu .box_link_family li {
  margin-top: 37px;
}

.box_global_menu .box_link_family li:first-child {
  margin-top: 0;
}

.box_global_menu .box_link_family a {
  display: inline-block;
  position: relative;
}

.box_global_menu .box_link_family a span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-family: 'spoqaL';
}

.box_global_menu .box_link_family a:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  width: 0%;
  max-width: 50%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.box_global_menu .box_link_family a:hover:after {
  width: 100%;
}

.box_global_menu .btn_area {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
}

/*swiper*/
.box_global_slide {
  width: 100%;
  height: 100%;
}

.box_global_slide .swiper-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.box_global_slide .box_slide_item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.swiper-container-fade .swiper-slide {
  pointer-events: auto;
}

.swiper-slide-active {
  z-index: 1;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  background: rgba(255, 255, 255, 0.2);
}

.swiper-pagination .swiper-pagination-progressbar {
  background-color: #fff;
}
