a {
  color: #fff;
  text-decoration: none;
}

.mb-bt::before {
  background-color: #ffffff;
}
.mb-bt .line {
  background-color: #ffffff;
}
.mb-bt::after {
  background-color: #ffffff;
}

/* sub영역 */

.sub .sub-top {
  width: 100%;
  height: 50.8333vw;
  background: url("../images/sub-top.png") no-repeat center/cover;

  justify-content: center;
  align-items: center;
  /* margin-top: 18.0556vw; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub .sub-top img {
  width: 66.3889vw;
  margin: 0 auto;
  padding-top: 8vw;
}
.duck {
  display: block;
  font-size: 3vw;
  padding-top: 10vw;
  color: #999;
  line-height: 1.5em;
  text-align: center;
}
.duck p {
  padding: 0 6vw;
}
/* .sub .sub-top.sub_txt{
  padding-top: 35vw;
    height: 100%;
} */
/* .sub .sub-top .k-menu {

  font-size: 6.1111vw;
  color: #fff;
  z-index: 19;

  font-weight: 600;  
}
.sub .sub-top .e-menu {

  font-family: "Nanum Myeongjo", serif;
  color: #3f3b53;
  opacity: 0.62;
  font-size: 11.9444vw;

  font-weight: bold;
  letter-spacing: -0.4vw;

  text-transform: uppercase;
} */

.sub .sub-bottom {
  /* width: calc(100% - 13.8889vw); */
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 10;
  padding-top: 8vw;
  position: relative;
  margin-bottom: 20vw;
}

.sub .sub-bottom .m_txt {
  font-size: 5.333vw;
  color: #353535;
  margin: 0 auto;
  /* width: 100%; */
  text-align: center;
  position: relative;
  font-weight: 500;
  margin-bottom: 22vw;
}
.sub .sub-bottom .m_txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 6vw;
  background-color: #3f3b53;
  position: absolute;
  top: 15vw;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub .sub-bottom .iframe-box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 8vw;
}
/* .sub .sub-bottom p {
  text-align: center;
  font-size: 4.5vw;
  color: #303030;
  font-weight: bold;
  margin-bottom: 14vw;
  position: relative;
} */

.sub-bottom img {
  width: 100%;
}

.contact_link {
  position: absolute;
  right: 14%;
  bottom: 51.5%;
  opacity: 0;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  width: 69vw;
  height: 10.7222vw;
  gap: 1vw;
}
.contact_link a {
  width: 90%;
  height: 100%;
  display: block;
}
.contact_link a.contact_btn {
  background: green;
}

.contact_link a.contact_btn02 {
  background: orange;
}

.contact_link2 {
  position: absolute;
  right: 14%;
  bottom: 9.5%;
  opacity: 0;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  width: 69vw;
  height: 10.7222vw;
  gap: 1vw;
}
.contact_link2 a {
  width: 90%;
  height: 100%;
  display: block;
}
.contact_link2 a.contact_btn {
  background: green;
}

.contact_link2 a.contact_btn02 {
  background: orange;
}

/*======방문예액 탭========*/

.reservation_tab {
  position: relative;
  padding-bottom: 3vw;
}

.reservation_tab ul {
  display: flex;
  justify-content: center;
  padding-top: 7vw;
}

.reservation_tab ul li {
  width: 40vw;
  line-height: 9vw;
  margin-left: 2vw;
  text-align: center;
  border: 1px solid #c4c4c4;
}

.reservation_tab ul li:nth-child(1) {
  margin-left: 0;
}

.reservation_tab ul li a {
  display: block;
  font-size: 2.5vw;
  width: 100%;
  height: 100%;
  color: #353535;
  font-family: "NanumGothicBold", sans-serif;
}

.reservation_tab ul li.on,
.reservation_tab ul li.on a {
  background-color: #3f3b53;
  color: #fff;
}


.docu_btn {
  position: absolute;
  bottom: 10%;
  background-color: red;
  width: 30%;
  height: 1%;
  left: 35%;
  opacity: 0;
}
