:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }

  .show_1200 {
    display: initial;
  }

  .show_1200.block {
    display: block;
  }

  .show_1200.flex {
    display: flex;
  }

  br.show_1200 {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }

  .show_992.block {
    display: block;
  }

  .show_992.flex {
    display: flex;
  }

  .hide_992 {
    display: none;
  }

  br.show_992 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }

  .show_768.block {
    display: block;
  }

  .show_768.flex {
    display: flex;
  }

  .hide_768 {
    display: none;
  }

  br.show_768 {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }

  .show_576 {
    display: initial;
  }

  .show_576.block {
    display: block;
  }

  .show_576.flex {
    display: flex;
  }

  br.show_576 {
    display: block;
  }

  .hide_576 {
    display: none;
  }
}

.inner {
  max-width: 1080px;
}

.con_title>h4 {
  font-size: 30px;
  font-weight: bold;
}

.con_box_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 47px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 18px;
  background-color: #000000;
  border-radius: 40px;
}

.con_box .box_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 60px;
}

.con_box .box_wrap .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 182px;
  border: 1px solid #dddddd;
  cursor: pointer;
}

.con_box .box_wrap .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.con_box .box_wrap .box_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  height: 100%;
  padding-left: 60px;
  color: #000000;
}

.con_box .box_wrap .box_inner h6 {
  margin-bottom: 5px;
  font-size: 16px;
}

.con_box .box_wrap .box_inner h5 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}

.con_box .box_wrap .box_inner p {
  font-size: 15px;
}

.con_box .btn_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.con_box .btn_wrap a {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #0082ff;
}

.tab_base {
  margin-top: 15px;
}

.tab_base li {
  height: 65px;
}

.tab_base li.on::before {
  display: block;
}

.evMain {
  background-color: #ffedd7;
  background-image: url("https://img.megagong.net/beauty/event/2024/06140006/main_2409_bg.jpg");
}

.evMain .con_title {
  top: -23px;
}

.evCon1 {
  padding: 50px 0 100px 0;
  background-color: #fff;
}

.evCon2 {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.evCon2 .map_wrap .map {
  width: 100%;
}

.evCon2 .map_wrap .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.evCon2 .map_wrap .map_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-top: 40px;
  margin-bottom: 83px;
}

.evCon2 .map_wrap .map_info .address {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.evCon2 .map_wrap .map_info .address::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 13px;
  height: 18px;
  background-image: url("https://img.megagong.net/beauty/event/2024/0614_allevent/icon_map_address.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.evCon2 .map_wrap .map_info .call {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.evCon2 .map_wrap .map_info .call::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 20px;
  height: 19px;
  background-image: url("https://img.megagong.net/beauty/event/2024/0614_allevent/icon_map_call.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.evCon2 .map_wrap .map_info p {
  color: #000000;
  font-size: 17.7px;
}

.evCon3 {
  padding: 80px 0 246px 0;
  background-color: #ae8e77;
}

.evCon3 .con_title {
  margin-bottom: 40px;
}

.evCon3 .con_title>img {
  margin-bottom: 15px;
}

.evCon3 .con_title h4 {
  color: #fff;
}

.evCon3 .box_wrap {
  margin-bottom: 0;
}

.evCon3 .box_wrap .box_inner {
  position: relative;
  border: 0;
  background-color: #fff;
}

.evCon3 .box_wrap .box_inner p {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  color: #777777;
  font-size: 14px;
}

.evCon3 .noti {
  display: block;
  width: 100%;
  margin-top: 12px;
  color: #dadada;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .con_title>h4 {
    font-size: 30px;
  }

  .con_box_title {
    width: 190px;
    height: 47px;
    margin: 0 auto 30px;
    font-size: 18px;
  }

  .con_box .box_wrap {
    gap: 10px;
    margin-bottom: 60px;
  }

  .con_box .box_wrap .box {
    height: 182px;
  }

  .con_box .box_wrap .box_inner {
    padding-left: 40px;
  }

  .con_box .box_wrap .box_inner h6 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .con_box .box_wrap .box_inner h5 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .con_box .box_wrap .box_inner p {
    font-size: 15px;
  }

  .con_box .btn_wrap {
    gap: 80px;
  }

  .con_box .btn_wrap a {
    width: 300px;
    height: 70px;
    font-size: 18px;
  }

  .tab_base {
    margin-top: 15px;
  }

  .tab_base li {
    height: 65px;
  }

  .evCon1 {
    padding: 50px 0 100px 0;
  }

  .evCon2 {
    padding: 100px 0;
  }

  .evCon2 .map_wrap .map_info {
    gap: 70px;
    margin-top: 40px;
    margin-bottom: 83px;
  }

  .evCon2 .map_wrap .map_info .address {
    padding-left: 30px;
  }

  .evCon2 .map_wrap .map_info .address::before {
    width: 13px;
    height: 18px;
  }

  .evCon2 .map_wrap .map_info .call {
    padding-left: 40px;
  }

  .evCon2 .map_wrap .map_info .call::before {
    width: 20px;
    height: 19px;
  }

  .evCon2 .map_wrap .map_info p {
    font-size: 17.7px;
  }

  .evCon3 {
    padding: 80px 0 246px 0;
  }

  .evCon3 .con_title {
    margin-bottom: 40px;
  }

  .evCon3 .con_title>img {
    margin-bottom: 15px;
  }

  .evCon3 .box_wrap {
    margin-bottom: 0;
  }

  .evCon3 .box_wrap .box_inner p {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    font-size: 14px;
  }

  .evCon3 .noti {
    margin-top: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .con_title>h4 {
    font-size: 30px;
  }

  .con_box_title {
    width: 190px;
    height: 47px;
    margin: 0 auto 30px;
    font-size: 18px;
  }

  .con_box .box_wrap {
    gap: 10px;
    margin-bottom: 60px;
  }

  .con_box .box_wrap .box {
    height: 182px;
  }

  .con_box .box_wrap .box_inner {
    padding-left: 22px;
  }

  .con_box .box_wrap .box_inner h6 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .con_box .box_wrap .box_inner h5 {
    margin-bottom: 10px;
    font-size: 22px;
    text-align: left;
  }

  .con_box .box_wrap .box_inner p {
    font-size: 15px;
  }

  .con_box .btn_wrap {
    gap: 20px;
  }

  .con_box .btn_wrap a {
    width: 300px;
    height: 70px;
    font-size: 18px;
  }

  .tab_base {
    margin-top: 5px;
  }

  .tab_base li {
    height: 65px;
  }

  .evCon1 {
    padding: 50px 0 100px 0;
  }

  .evCon2 {
    padding: 100px 0;
  }

  .evCon2 .map_wrap .map_info {
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 83px;
  }

  .evCon2 .map_wrap .map_info .address {
    padding-left: 30px;
  }

  .evCon2 .map_wrap .map_info .address::before {
    width: 13px;
    height: 18px;
  }

  .evCon2 .map_wrap .map_info .call {
    padding-left: 40px;
  }

  .evCon2 .map_wrap .map_info .call::before {
    width: 20px;
    height: 19px;
  }

  .evCon2 .map_wrap .map_info p {
    font-size: 17px;
  }

  .evCon3 {
    padding: 80px 0 246px 0;
  }

  .evCon3 .con_title {
    margin-bottom: 40px;
  }

  .evCon3 .con_title>img {
    margin-bottom: 15px;
  }

  .evCon3 .box_wrap {
    margin-bottom: 0;
  }

  .evCon3 .box_wrap .box_inner p {
    position: initial;
    transform: initial;
    font-size: 12px;
  }

  .evCon3 .noti {
    margin-top: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .con_title>h4 {
    font-size: 30px;
  }

  .con_box_title {
    width: 190px;
    height: 45px;
    margin: 0 auto 20px;
    font-size: 16px;
  }

  .con_box .box_wrap {
    gap: 10px;
    margin-bottom: 60px;
  }

  .con_box .box_wrap .box {
    height: 182px;
  }

  .con_box .box_wrap .box_inner {
    padding-left: 22px;
  }

  .con_box .box_wrap .box_inner h6 {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: left;
  }

  .con_box .box_wrap .box_inner h5 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
  }

  .con_box .box_wrap .box_inner p {
    font-size: 12px;
    text-align: left;
  }

  .con_box .btn_wrap {
    gap: 10px;
  }

  .con_box .btn_wrap a {
    width: 300px;
    height: 70px;
    font-size: 18px;
  }

  .tab_base {
    margin-top: 5px;
  }

  .tab_base li {
    height: 65px;
  }

  .evCon1 {
    padding: 7vw 0 10vw 0;
  }

  .evCon2 {
    padding: 10vw 0;
  }

  .evCon2 .map_wrap .map_info {
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 83px;
  }

  .evCon2 .map_wrap .map_info .address {
    padding-left: 30px;
  }

  .evCon2 .map_wrap .map_info .address::before {
    width: 13px;
    height: 18px;
  }

  .evCon2 .map_wrap .map_info .call {
    padding-left: 40px;
  }

  .evCon2 .map_wrap .map_info .call::before {
    width: 20px;
    height: 19px;
  }

  .evCon2 .map_wrap .map_info p {
    font-size: 17px;
  }

  .evCon3 {
    padding: 7vw 0 10vw 0;
  }

  .evCon3 .con_title {
    margin-bottom: 40px;
  }

  .evCon3 .con_title>img {
    margin-bottom: 15px;
  }

  .evCon3 .box_wrap {
    margin-bottom: 0;
  }

  .evCon3 .noti {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media screen and (max-width: 576px) {
  .con_title>h4 {
    font-size: 24px;
  }

  .con_box_title {
    width: 140px;
    height: 40px;
    margin: 0 auto 15px;
    font-size: 16px;
  }

  .con_box .box_wrap {
    gap: 10px;
    margin-bottom: 60px;
  }

  .con_box .box_wrap .box {
    flex-direction: column;
    height: auto;
  }

  .con_box .box_wrap .box_img {
    width: 100%;
  }

  .con_box .box_wrap .box_img>img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .con_box .box_wrap .box_inner {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    padding-left: initial;
  }

  .con_box .box_wrap .box_inner h6 {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
  }

  .con_box .box_wrap .box_inner h5 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }

  .con_box .box_wrap .box_inner p {
    font-size: 12px;
    text-align: center;
  }

  .con_box .btn_wrap {
    gap: 10px;
  }

  .con_box .btn_wrap a {
    width: initial;
    max-width: 80%;
    flex: 1;
    height: 50px;
    font-size: 16px;
  }

  .tab_base {
    margin-top: 2px;
  }

  .tab_base li {
    height: 65px;
  }

  .evMain .con_title {
    top: -0.5rem;
  }

  .evCon2 .map_wrap .map_info {
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 33px;
  }

  .evCon2 .map_wrap .map_info .address {
    padding-left: 30px;
  }

  .evCon2 .map_wrap .map_info .address::before {
    width: 13px;
    height: 18px;
  }

  .evCon2 .map_wrap .map_info .call {
    padding-left: 40px;
  }

  .evCon2 .map_wrap .map_info .call::before {
    width: 20px;
    height: 19px;
  }

  .evCon2 .map_wrap .map_info p {
    font-size: 14px;
  }

  .evCon3 {
    padding: 7vw 0 10vw 0;
  }

  .evCon3 .con_title {
    margin-bottom: 40px;
  }

  .evCon3 .con_title>img {
    margin-bottom: 15px;
  }

  .evCon3 .box_wrap {
    margin-bottom: 0;
  }

  .evCon3 .noti {
    margin-top: 10px;
    font-size: 11px;
  }
}

/*# sourceMappingURL=style.css.map */