.inner {
  width: calc(100% - 6.9444vw);
  margin: 0 auto;
  padding-top: 17.3611vw;
}

/* visual영역 */
.sec01.visual {
  width: 100%;
  height: 180.5556vw;
  position: relative;
  overflow: hidden;
  /* margin-top: 18.0556vw; */
  background: url(../images/visual_bg.png) no-repeat center / cover;
  background-size: cover;
}
.visual .visual-title {
  width: 94%;
  margin: 0 auto;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  margin-top: 20vw;
  /* margin-left: 4.5833vw; */
  gap: 4vw;
}
.visual .visual-title .v-title01 {
  width: 7.6389vw;
  margin-bottom: 6.5833vw;
  margin-top: 10.9722vw;
  animation: load_R 1s both;
  animation-delay: 0.8s;
}
.visual .visual-title .v-title02 {
  width: 6.8056vw;
  animation: load_R 1s both;
  animation-delay: 1.2s;
}
.visual .visual-title .v-title03 {
  width: 7.6389vw;
  margin-bottom: 6.5833vw;
  margin-top: 10.9722vw;
  animation: load_L 1s both;
  animation-delay: 1s;
}

.visual .visual-contents {
  position: fixed;
  bottom: 0;
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  z-index: 99;
  justify-content: center;
  align-items: center;
}
.visual .visual-contents a {
  width: 33.333%;
}
.visual .visual-contents a img {
  width: 100%;
}

/* .visual .visual-contents .first {
  width: 100%;
  display: flex;
}
.visual .visual-contents .first .box {
  display: block;
}
.visual .visual-contents .first .box img {
  width: 100%;
  height: 100%;
} */

/* ===================sec02 premium영역=============== */
.sec02.premium {
  width: 100%;
  height: 152.7778vw;
  position: relative;
  overflow: hidden;
  /* background: url("../images/premium_bg.png") no-repeat center / cover; */
  background: #ffffff;
}

.premium .inner {
  width: 95%;
  margin: 0 auto;
}
.premium .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3f3b53;
}
/* .premium .title span {
  font-size: 5vw;
  letter-spacing: -0.4vw;
  padding-bottom: 1vw;
}
.premium .title p {
  font-size: 7.22vw;
  font-weight: bold;
  margin-bottom: 10vw;
} */
 .premium .title .pre_title{
  width: 68.4722vw;
  margin: 0 auto;
  margin-bottom: 10vw;
 }
 .premium .title .pre_title img{
width: 100%;
 }

.premium .title .pre_t01 {
  width: 46.39vw;
}
.premium .title .pre_t02 {
  width: 79.58vw;
}

.premium .desc .mypremium {
  width: 86.25vw;
  margin: 0 auto;
  position: relative;
}

.premium .desc .mypremium img {
  width: 100%;
}

.premium .mypremium .swiper-slide {
}

.premium .mypremium .swiper-slide .pre_img,
.premium .mypremium .swiper-slide .pre_txt {
  opacity: 0;
}
.premium .mypremium .swiper-slide-active .pre_img,
.premium .mypremium .swiper-slide-active .pre_txt {
  opacity: 1;
  animation: load_R 1s both;
  animation-delay: 0.4s;
}
.premium .mypremium .swiper-slide .pre_img {
}
.premium .mypremium .swiper-slide .pre_img img {
}
.premium .mypremium .swiper-slide .pre_txt {
}
.premium .mypremium .swiper-slide .pre_txt p {
  font-size: 3.8889vw;
  color: #323232;
  margin-bottom: 4vw;
  margin-top: 8vw;
}
.premium .mypremium .swiper-slide .pre_txt h3.brown {
  color: #9f7d6d;
}
.premium .mypremium .swiper-slide .pre_txt span em{
  font-size: 2vw;
  

}
.premium .mypremium .swiper-slide .pre_txt h3 {
  display: block;
  font-size: 6.9444vw;
  color: #3f3b53;
  font-weight: bold;
  margin-bottom: 4vw;
}
.premium .mypremium .swiper-slide .pre_txt span {
  display: block;
  font-size: 3.4722vw;
  color: #323232;
  line-height: 5vw;
}
.premium .mypremium .swiper-slide-active .pre_txt p,
.premium .mypremium .swiper-slide-active .pre_txt span {
  animation: load_R 1s both;
  animation-delay: 0.2s;
}
.premium .mypremium .swiper-slide-active .pre_txt h3 {
  animation: load_R 1s both;
  animation-delay: 0.4s;
}

/* sec03-banner영역 */

.sec03.banner {
  width: 100%;
  height: 83.3333vw;
  position: relative;
  overflow: hidden;
  background: url("../images/banner_bg.png") no-repeat center / cover;
}

.banner .inner {
  width: 100%;
}
.banner .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3f3b53;
}
.banner .title span {
  font-size: 5vw;
  letter-spacing: -0.4vw;
  padding-bottom: 1vw;
  color: #ffffff;
}
.banner .title p {
  font-size: 7.22vw;
  font-weight: bold;
  margin-bottom: 10vw;
  color: #9f7d6d;
}

.banner .b_img {
  position: absolute;
  bottom: -3vw;
  right: 0;
  width: 84.5833vw;
  height: 35.8333vw;
}
.banner .b_img img {
  width: 100%;
  height: 100%;
}
.banner .b_txt {
  color: #ffffff;
  text-align: right;
  font-size: 2.5vw;
  position: absolute;
  bottom: 13vw;
  left: 9vw;
  letter-spacing: 0.01vw;
}
.banner .b_txt em{


  font-size: 1.8vw;

}
.banner .b_txt span {
  color: #9f7d6d;
  font-size: 3.4722vw;
  font-weight: bold;
  margin-top: 1vw;
  display: block;
}
/* sec04 brand영역 */

.sec04.brand {
  width: 100%;
  height: 143.0556vw;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

.brand .inner {
  width: 90%;
  margin: 0 auto;
}
.brand .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3f3b53;
}
.brand .title .br_logo {
  width: 25.9722vw;
  height: 13.1944vw;
  margin-bottom: 6.9444vw;
}
.brand .title span {
  font-size: 5vw;
  letter-spacing: -0.4vw;
  padding-bottom: 1vw;
  color: #323232;
}
.brand .title p {
  font-size: 7.22vw;
  font-weight: bold;
  margin-bottom: 10vw;
}
.brand .inner .desc {
  width: 100%;
}
.brand .inner .desc .mybrand {
  width: 85.9722vw;
  margin: 0 auto;
}
.brand .inner .desc .mybrand .swiper-slide {
}
.brand .inner .desc .mybrand .swiper-slide .pre_img {
  width: 85.9722vw;
}
.brand .inner .desc .mybrand .swiper-slide .pre_img img {
  width: 100%;
}
.brand .inner .desc .mybrand .swiper-slide .pre_txt {
  font-size: 4.1667vw;
  font-family: "NanumSquare", sans-serif;
  color: #454545;
  text-align: center;
  font-weight: 600;
  margin-top: 4vw;
}
.brand .inner .desc .mybrand .swiper-slide .pre_txt span {
  font-size: 3.5vw;

}
.brand .inner .desc .mybrand .swiper-slide .pre_img,
.brand .inner .desc .mybrand .swiper-slide .pre_txt {
  opacity: 0;
}
.brand .inner .desc .mybrand .swiper-slide-active .pre_img {
  opacity: 1;
}
.brand .inner .desc .mybrand .swiper-slide-active .pre_txt {
  animation: load_R 1s both;
}

/* sec05 contact 영역 */

.sec05.contactus {
  width: 100%;
  height: 210.7222vw;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.contactus .inner {
  width: 95%;
  margin: 0 auto;
}
.contactus .title {
  width: 82%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  text-align: left;
}
.contactus .title span {
  font-size: 5vw;
  letter-spacing: -0.4vw;
  padding-bottom: 1vw;
  color: #3f3b53;
}
.contactus .title p {
  font-size: 11.3889vw;
  font-weight: bold;
  margin-bottom: 10vw;
  color: #312d49;
  font-family: "Nanum Myeongjo", serif;
}

.contactus .title .sub-title {
  font-size: 3.6111vw;
  color: #323232;
  line-height: 5vw;
}
.contactus .title::after {
  content: "";
  display: block;
  background: url(../images/con_dot.png) no-repeat;
  width: 8.0278vw;
  height: 6.7vw;
  position: absolute;
  top: 5%;
}
.contactus .desc {
  margin-top: 5vw;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 10vw;
}
.contactus .desc .phone {
  font-family: "Nanum Myeongjo", serif;
  color: #3f3b53;
  font-size: 8.0556vw;
  font-weight: 800;
}
.contactus .desc .phone span {
  font-size: 5vw;
  /* font-family: "Noto Sans KR", sans-serif; */
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: 500;
}
.contactus .desc .map_img {
  width: 92.3611vw;
}
.contactus .desc .map_img img{
  width: 100%;
}
.contactus .desc .c-add {
  font-size: 4.5vw;
  color: #323232;
  letter-spacing: -0.4vw;
}
.contactus .desc .c-add span {
  font-weight: bold;
  color: #3f3b53;
}
