* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: "pretendard", "sans-serif";
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.5px;
}

a {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

button {
  border: none;
  outline: none;
  background-color: #fff;
}
button.wait_bt {
  background-color: #F5F5F5;
  color: #CCCCCC;
}
button.bt_on {
  background-color: #F3F7FF;
  color: #3379F5;
}

.wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}
.wrap .main {
  height: 100%;
}

header {
  padding: 1rem 0.5rem 0 0.95rem;
  position: relative;
}
header button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .title_box .text_box {
  margin-left: 0.5rem;
}
header .title_box .text_box h5 {
  font-size: 0.7rem;
}
header .title_box .text_box h5.blue_text {
  color: #3379F5;
}
header .title_box .text_box h5.red_text {
  color: #EB4E3D;
}
header .title_box .text_box h5.yel_text {
  color: #FFBB00;
}
header .title_box .text_box h1 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
header .title_box .img_box img {
  width: 6.75rem;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer .line_wrap {
  width: 100%;
  display: flex;
  height: 3.4rem;
}
footer .line_wrap div {
  width: 33.333%;
}
footer .line_wrap div img {
  width: 100%;
  margin-bottom: 0.3rem;
}
footer .line_wrap div h2 {
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
}
footer .blue_line_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
footer .blue_line_wrap > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer .blue_line_wrap div {
  width: 100%;
  height: 100%;
  display: flex;
}
footer .blue_line_wrap div img {
  width: 100%;
}
footer .blue_line_wrap div button {
  height: 100%;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  width: 50%;
  height: 100%;
}
footer .blue_line_wrap div button.full_bt {
  width: 100%;
  background-color: #F3F7FF;
  color: #3379F5;
}
footer .footer_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #FBFBFB;
}
footer .footer_info ul li {
  font-size: 0.6rem;
  line-height: 1.5;
}
footer .footer_info ul li:first-child {
  font-weight: 500;
}
footer .footer_info ul li:nth-child(2) {
  font-size: 0.55rem;
  font-weight: 300;
  color: #9A9A9A;
}
footer .footer_info ul li:last-child {
  font-size: 0.5rem;
  font-weight: 300;
  color: #9A9A9A;
}
footer .footer_info .sc_logo img {
  width: 3.8rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: "pretendard", "sans-serif";
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.5px;
}

a {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

button {
  border: none;
  outline: none;
  background-color: #fff;
}
button.wait_bt {
  background-color: #F5F5F5;
  color: #CCCCCC;
}
button.bt_on {
  background-color: #F3F7FF;
  color: #3379F5;
}

.wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}
.wrap .main {
  height: 100%;
}

header {
  padding: 1rem 0.5rem 0 0.95rem;
  position: relative;
}
header button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .title_box .text_box {
  margin-left: 0.5rem;
}
header .title_box .text_box h5 {
  font-size: 0.7rem;
}
header .title_box .text_box h5.blue_text {
  color: #3379F5;
}
header .title_box .text_box h5.red_text {
  color: #EB4E3D;
}
header .title_box .text_box h5.yel_text {
  color: #FFBB00;
}
header .title_box .text_box h1 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
header .title_box .img_box img {
  width: 6.75rem;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer .line_wrap {
  width: 100%;
  display: flex;
  height: 3.4rem;
}
footer .line_wrap div {
  width: 33.333%;
}
footer .line_wrap div img {
  width: 100%;
  margin-bottom: 0.3rem;
}
footer .line_wrap div h2 {
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
}
footer .blue_line_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
footer .blue_line_wrap > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer .blue_line_wrap div {
  width: 100%;
  height: 100%;
  display: flex;
}
footer .blue_line_wrap div img {
  width: 100%;
}
footer .blue_line_wrap div button {
  height: 100%;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  width: 50%;
  height: 100%;
}
footer .blue_line_wrap div button.full_bt {
  width: 100%;
  background-color: #F3F7FF;
  color: #3379F5;
}
footer .footer_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #FBFBFB;
}
footer .footer_info ul li {
  font-size: 0.6rem;
  line-height: 1.5;
}
footer .footer_info ul li:first-child {
  font-weight: 500;
}
footer .footer_info ul li:nth-child(2) {
  font-size: 0.55rem;
  font-weight: 300;
  color: #9A9A9A;
}
footer .footer_info ul li:last-child {
  font-size: 0.5rem;
  font-weight: 300;
  color: #9A9A9A;
}
footer .footer_info .sc_logo img {
  width: 3.8rem;
}

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -99;
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  opacity: 0;
  transition: all 0.3s;
}
.popup_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #000;
  opacity: 0.07;
}
.popup_wrap .popup_box {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 6px 6px 27px rgba(0, 0, 0, 0.1490196078);
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s;
}
.popup_wrap .popup_box .popup_title {
  padding: 1.5rem;
}
.popup_wrap .popup_box .popup_title p {
  text-align: center;
  font-size: 0.9rem;
  color: #3379F5;
  font-weight: 600;
  letter-spacing: -1.5px;
}
.popup_wrap .popup_box .popup_text {
  padding: 1rem 1.5rem;
  overflow-y: scroll;
  line-height: 0.9;
}
.popup_wrap .popup_box .popup_text::-webkit-scrollbar {
  display: none;
}
.popup_wrap .popup_box .popup_text span {
  font-size: 0.6rem;
  letter-spacing: -1px;
}
.popup_wrap .popup_box .bt_wrap {
  display: flex;
  padding: 1.5rem 0 0;
}
.popup_wrap .popup_box .bt_wrap button {
  width: 50%;
  padding: 0.75rem 0;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  background-color: #C4C4C4;
}
.popup_wrap .popup_box .bt_wrap button.yes_bt {
  background-color: #3379F5;
}
.popup_wrap.popup_info_enter {
  opacity: 0;
  transition: all 0.3s;
  z-index: -99;
}
.popup_wrap.popup_info_enter .popup_box {
  height: 16rem;
}
.popup_wrap.popup_info_enter .popup_box .popup_title {
  padding: 1.5rem 0 1rem;
}
.popup_wrap.popup_info_enter .popup_box .popup_text {
  padding: 0 1.5rem;
}
.popup_wrap.popup_info_enter .popup_box .popup_text p {
  font-size: 0.7rem;
  text-align: center;
}
.popup_wrap.popup_info_enter .popup_box .popup_text table {
  margin: 1rem auto 0;
  width: 85%;
}
.popup_wrap.popup_info_enter .popup_box .popup_text table tr td {
  font-size: 0.65rem;
  padding: 0.5rem 0;
}
.popup_wrap.popup_info_enter .popup_box .popup_text table tr td:last-child {
  text-align: right;
  font-weight: 600;
}
.popup_wrap.popup_reservation .popup_box {
  height: 9.2rem;
}
.popup_wrap.popup_reservation .popup_box .popup_text {
  padding: 0;
}
.popup_wrap.popup_reservation .popup_box .popup_text strong {
  font-size: 0.7rem;
  color: #EB4E3D;
}
.popup_wrap.popup_main .popup_box {
  height: 12rem;
}
.popup_wrap.popup_main .popup_box .popup_text p {
  line-height: 1.5;
}

.lang_wrap {
  width: 70%;
  padding: 1.4rem;
}
.lang_wrap .lang_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lang_wrap .lang_inner button {
  background-color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
}
.lang_wrap .lang_inner .lang_on {
  color: #3379F5;
}

.main {
  margin: 1.8rem auto 2rem;
}
.main .img_wrap div {
  text-align: center;
}
.main .img_wrap div:first-child {
  margin-bottom: 3.8rem;
}
.main .img_wrap div:first-child img {
  width: 13.5rem;
}
.main .img_wrap div:last-child img {
  width: 15.8rem;
}