html {
  scroll-behavior: smooth;
}

header {
  position: fixed;
  top: 0;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}
header > .wrap {
  width: 100%;
  max-width: 1650px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
header > .wrap .right > ul {
  display: flex;
  align-items: center;
  gap: 80px;
}
header > .wrap .right > ul > li > a {
  color: white;
  font-weight: 500;
  font-family: Recipekorea;
  font-size: 25px;
}

.con_box {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #000;
  z-index: 888;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: transform 0.3s ease;
  padding: 10px 0;
}
.con_box .container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 60px;
}
.con_box .container .left {
  flex: 0 0 350px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 24px;
}
.con_box .container .left > img {
  width: 48px;
  height: auto;
}
.con_box .container .left > p {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.con_box .container .left > p span {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
.con_box .container .left > p strong {
  font-size: 25px;
  color: #000;
  line-height: 1;
  color: white;
}
.con_box .container .common-simple-contact {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 15px;
}
.con_box .container .common-simple-contact > input {
  width: 100%;
  max-width: 200px;
  height: 100%;
  min-width: 100px;
  padding: 0 30px;
  font-size: 18px;
  line-height: 1;
  color: #ccc;
  background: white;
  border: none;
  outline: none;
}
.con_box .container .common-simple-contact > .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 700;
  font-size: 18px;
  width: 130%;
  max-width: 200px;
}
.con_box .container .common-simple-contact > .form-group > #openPolicyModal > span {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  cursor: pointer;
}
.con_box .container .common-simple-contact > button {
  width: 100%;
  max-width: 180px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: white;
  border: 0;
  background-color: #ff0098;
}
@media (max-width: 1500px) {
  .con_box .container .common-simple-contact > button {
    flex: 1 1 5%;
  }
}
.con_box.is-sticky {
  position: absolute;
  bottom: auto;
  left: 0;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 315px;
  background-color: #000;
  position: relative;
}
footer > .wrap {
  width: 100%;
  max-width: 1700px;
  display: flex;
  align-items: center;
  margin-top: 3%;
}
@media (max-width: 1024px) {
  footer > .wrap {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
}
footer > .wrap > .left {
  margin-right: 90px;
}
@media (max-width: 1024px) {
  footer > .wrap > .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer > .wrap > .cen > h2 {
  font-size: 17px;
  font-weight: 400;
  color: #D3D4D3;
  margin-right: 180px;
  line-height: 2;
}
@media (max-width: 1024px) {
  footer > .wrap > .cen > h2 {
    font-size: 15px;
    margin-right: 40px;
    word-break: keep-all;
  }
}
footer > .wrap > .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer > .wrap > .right > h2 {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 400;
  color: #D3D4D3;
  text-align: right;
}
@media (max-width: 1024px) {
  footer > .wrap > .right > h2 {
    text-align: left;
    word-break: keep-all;
    margin-bottom: 20px;
  }
}
footer > .wrap > .right > h2 > a {
  font-size: 17px;
  font-weight: 400;
  color: #D3D4D3;
}
@media (max-width: 1024px) {
  footer > .wrap > .right > h2 > a {
    font-size: 15px;
    word-break: keep-all;
  }
}
footer > .wrap > .right > h3 {
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 400;
  color: #D3D4D3;
  text-align: right;
}
@media (max-width: 1024px) {
  footer > .wrap > .right > h3 {
    font-size: 14px;
    text-align: center;
    word-break: keep-all;
  }
}

.modal_box_2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.modal_box_2.show {
  display: block;
}
.modal_box_2 .modal_2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.6352941176);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  height: 500px;
  width: 800px;
  overflow-y: auto;
  padding: 20px;
}
.modal_box_2 .modal_2.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.modal_box_2 .modal_2 .modal-content_2 {
  padding: 20px;
  text-align: center;
}
.modal_box_2 .modal_2 .modal-content_2 h2 {
  font-size: 21px;
  margin-bottom: 15px;
}
.modal_box_2 .modal_2 .modal-content_2 p {
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
}
.modal_box_2 .modal_2 .close,
.modal_box_2 .modal_2 .close_2 {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.modal_box_2 #email .modal-content_2 > h3 {
  font-size: 17px;
}/*# sourceMappingURL=common.css.map */