.visual {
  height: 100vh;
  background-size: cover;

  animation: load_bg 2s both;
  animation-delay: 0.2s;
}
.visual_item_slider {
}
.item_visu {
}
.item_visu .item_visu_bg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* transition: ; */
  animation: load_scale 2s both;
  /* animation-delay: 1.2s; */
}
/* .item_visu.slick-current img {
} */
.item_visu .text_box {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
}
.item_visu02 .text_box {
  position: absolute;
  top: 200px;
  left: 20%;
}
.item_visu .text_box .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 1s;
}
.item_visu.slick-current .text {
  opacity: 1;
}
.item_visu .text_box .text h4 {
  width: auto;
  font-size: 35px;
  font-weight: 700;
  color: #444a52;
  display: block;

  animation: load_L 1.2s both;
  animation-delay: 1.2s;
}
.item_visu .text_box .sub_txt_box {
  background-color: #c70037;
  display: flex;
  height: 40px;
  width: 190px;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  animation: load_L 1.2s both;
  animation-delay: 1.2s;
}
.item_visu .text_box .text img {
  width: 450px;
  margin-top: 26px;
  animation: load_R 1.2s both;
  animation-delay: 1.2s;
}
/* .item_visu.slick-current .text h4 {
}
.item_visu.slick-current .text img {
} */
/* premium */
.premium {
  padding: 120px 0;
}
.premium .title {
  display: block;
  margin: 0 auto 80px;
}

.premium .desc {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.premium .desc .item {
  position: relative;
  width: 15.6%;
  height: 460px;
  background: #c70037;
}
.premium .desc .item.item01 {
  background: url("../image/pre_item01.png") no-repeat center center;
  background-size: cover;
}
.premium .desc .item.item02 {
  background: url("../image/pre_item02.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
}
.premium .desc .item.item03 {
  background: url("../image/pre_item03.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 60px;
}
.premium .desc .item.item04 {
  background: url("../image/pre_item04.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 60px;
}
.premium .desc .item.item05 {
  background: url("../image/pre_item05.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
}
.premium .desc .item.item06 {
  background: url("../image/pre_item06.png") no-repeat center center;
  background-size: cover;
}
.premium .desc .item .hoh {
  width: 100%;
  height: 100%;
  background: rgba(62, 58, 57, 0.88);
  border: 5px solid #b7a579;
  box-sizing: border-box;
  opacity: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;

  transition: 0.5s;
}
.premium .desc .item:hover .hoh {
  opacity: 1;
}

.premium .desc .item .hoh span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
.premium .desc .item .hoh h3 {
  font-size: 28px;
  font-weight: 700;
  color: #b7a579;
  margin: 12px 0 22px;
}
.premium .desc .item .hoh p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  letter-spacing: -1.2px;
}

/* support */
.support {
  padding: 100px 0;
  background: url("../image/support_bg.png") no-repeat center center;
  background-size: cover;
}
.support .inner {
  width: 86.5%;
  margin: 0 auto;
}
.support .top_txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.support .top_txt p {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #3e3a39;
}
.support .top_txt p span {
  font-weight: 700;
}

.support_item {
  width: 100%;
  height: 470px;
  background: url("../image/support_item.png") no-repeat center center;
  background-size: cover;
  position: relative;
  margin: 46px 0;
}
.support_item .img_cat {
  right: 2%;
  font-weight: 700;
  color: #3e3a39;
}

.support .btm_txt {
  text-align: end;
}
.support .btm_txt h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #3e3a39;
}
.support .btm_txt h2 strong {
  font-weight: 700;
  color: #c70037;
}

/* community */
.community {
  padding: 140px 0;
}
.community .inner {
  width: 86.5%;
  margin: 0 auto;
}
.community .title {
  margin-bottom: 100px;
  letter-spacing: -3px;
}
.community .title h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 52px;
  color: #3e3a39;
  margin-bottom: 32px;
}
.community .title h2 strong {
  font-size: 48px;
  font-weight: 700;

  color: #c70037;
}

.community .desc {
}
.community .desc .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
}
.community .desc .item:last-child {
  margin-bottom: 0;
}
.community .desc .item.item01 {
}
.community .desc .item.item02 {
  justify-content: flex-end;
}
.community .desc .item.item03 {
}
.community .desc .item.item04 {
  justify-content: flex-end;
}

.community .desc .item .lo_img {
  width: 48.6%;
  height: 400px;
  background: #3e3a39;
  position: relative;
}
.community .desc .item .lo_img.lo_img01 {
  background: url("../image/community01.png") no-repeat center center;
  background-size: cover;
}
.community .desc .item .lo_img.lo_img02 {
  background: url("../image/community02.png") no-repeat center center;
  background-size: cover;
}
.community .desc .item .lo_img.lo_img03 {
  background: url("../image/community03.png") no-repeat center center;
  background-size: cover;
}
.community .desc .item .lo_img.lo_img04 {
  background: url("../image/community04.png") no-repeat center center;
  background-size: cover;
}
.community .desc .item .lo_img .img_cat {
  right: 2%;
}
.community .desc .item .lo_txt {
  text-align: end;
  margin-right: 62px;
}
.community .desc .item .lo_txt:nth-child(even) {
  text-align: start;
  margin-left: 62px;
}
.community .desc .item .lo_txt span {
  font-size: 18px;
  font-weight: 400;
  color: #c70037;
}
.community .desc .item.item02 .lo_txt span,
.community .desc .item.item04 .lo_txt span {
  color: #6c5f51;
}
.community .desc .item .lo_txt h3 {
  font-size: 32px;
  font-weight: 700;
  color: #c70037;
  margin: 16px 0 26px;
}
.community .desc .item.item02 .lo_txt h3,
.community .desc .item.item04 .lo_txt h3 {
  color: #6c5f51;
}
.community .desc .item .lo_txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #3e3a39;
  /* margin-bottom: 52px; */
}
.community .desc .item .lo_txt .more_btn {
}

/* contact */
.contact {
  padding-top: 120px;
}
.contact .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact .title h2 {
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e3a39;
}
.contact .title h3 {
  font-size: 26px;
  font-weight: 400;
  color: #3e3a39;
  margin: 24px 0 42px;
}
.contact .title h3 span {
  font-weight: 700;
  color: #c70037;
}
.contact .title .address {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .title .address h4 {
  font-size: 30px;
  font-weight: 400;
  color: #3e3a39;

  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .title .address h4 span {
  font-size: 22px;
  font-weight: 700;
  color: #c70037;
  margin-right: 12px;
}
.contact .title .address .line {
  width: 1px;
  height: 26px;
  background: #3e3a39;
  margin: 0 32px;
}

.contact .map {
  width: 100%;
  margin-top: 52px;
  position: relative;
}
.contact .map .root_daum_roughmap {
  width: 100%;
}
.contact .map .link {
  width: 450px;
  height: 62px;
  background: #c70037;
  border-radius: 0 20px 0 0;

  display: flex;
  justify-content: space-around;
  align-items: center;

  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5000;
}
.contact .map .link h3 {
  font-size: 20px;
  font-weight: 500;
  color: white;

  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .map .link h3 strong {
  font-size: 26px;
  font-weight: 700;
  color: #b7a579;
  margin-right: 16px;
  display: block;
}
.contact .map .link a {
}
.contact .map .link a img {
}

.root_daum_roughmap .cont .section.lst,
.root_daum_roughmap .wrap_controllers {
  display: none;
}
@media all and (min-width: 1400px) and (max-width: 1620px) {
  .visual .title {
    width: 45%;
    height: 89%;
    border: 8px solid #e1e3ce;
  }
}
@media all and (min-width: 1400px) and (max-width: 1520px) {
  .visual .title {
    width: 46%;
    height: 89%;
    border: 8px solid #e1e3ce;
  }
  .visual .title .cont {
  }
  .visual .title .top {
  }

  .visual .title .top .item:nth-child(2) {
    margin: 0 42px;
  }

  .visual .title .top .item span {
    font-size: 20px;
  }

  .visual .title .top .item div {
    margin-top: 10px;
  }
  .visual .title .top .item div img {
    width: 21px;
    height: 21px;
  }
  .visual .title .top .item div strong {
    font-size: 32px;
  }

  .visual .title .line {
    width: 32px;
    height: 1px;
    margin: 42px 0;
  }

  .visual .title .btm {
  }
  .visual .title .btm span {
    font-size: 30px;

    margin-bottom: 26px;
  }
  .visual .title .btm h3 {
    font-size: 52px;
  }
  .visual .title .btm h2 {
    font-size: 66px;
  }
  .visual .title .btm .vi_logo {
    margin-top: 36px;
  }

  /* premium */
  .premium .title {
    width: 30%;
    display: block;
    margin: 0 auto 60px;
  }

  .premium .desc {
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5px;
  }
  .premium .desc .item {
    position: relative;
    flex: 1;
    height: 360px;
    background: #c70037;
  }
  .premium .desc .item.item02 {
    background: url("../image/pre_item02.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 15px;
  }
  .premium .desc .item.item03 {
    background: url("../image/pre_item03.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
  }
  .premium .desc .item.item04 {
    background: url("../image/pre_item04.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
  }
  .premium .desc .item.item05 {
    background: url("../image/pre_item05.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 15px;
  }
  .premium .desc .item .hoh span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  .premium .desc .item .hoh h3 {
    font-size: 24px;
    font-weight: 700;
    color: #b7a579;
    margin: 12px 0 22px;
  }
  .premium .desc .item .hoh p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
  }
}
