* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* 02. Default */
#formbox {
  max-width: 390px;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.formBoxTitleContainer {
  border-radius: 10px 10px 0px 0px;
  background: #60359b;
  padding: 17px 0;
}
.formBoxTitle {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
  text-transform: uppercase;
}
.formBoxTitle a {
  color: #fff;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28.5px 37px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dadada;
  padding: 10px 12px;
  margin-bottom: 24px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  background: #60359b;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #5a3594;
  box-shadow: 0 0 10px #5a3594;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1272px;
  margin: 0 auto;
}

/* header */
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
.headerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
}
.headerTopLeftLink img {
  display: block;
}
.headerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 9px;
  padding: 0 9px;
}
.headerTopLinks::before {
  background-color: #f7cd46;
  content: '';
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}
.headerTopLinks::after {
  background-color: #f7cd46;
  content: '';
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}
.headerTopLinkLeft,
.headerTopLinkRight {
  display: block;
  border: 0;
  cursor: pointer;
  background: transparent;
}
.headerTopLinkLeft img,
.headerTopLinkRight img {
  display: block;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.headerTopLinksInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  width: 665px;
  -ms-overflow-style: none; /* Hide scrollbar in Internet Explorer */
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}
.headerTopLinksInner::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome, Safari, and other WebKit browsers */
}
.headerTopLink {
  color: #000;
  font-family: 'Noto Sans KR';
  font-size: 11px;
  font-style: normal;
  font-weight: 350;
  line-height: 11px;
  padding: 18.5px 10px;
  position: relative;
}
.headerTopLink:after {
  background-color: #000;
  border-radius: 50px;
  content: '';
  height: 2px;
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
}
.headerTopRightLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #464646;
  text-align: center;
  font-family: 'Noto Sans KR';
  font-size: 11px;
  font-style: normal;
  font-weight: 350;
  line-height: 17px; /* 154.545% */
  text-transform: uppercase;
}
.headerMiddle {
  background: #ffcb05;
  padding: 23px 0;
}
.headerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.logo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerMiddleLink img {
  display: block;
  max-width: 100%;
}
.headerBottom {
  border-bottom: 1px solid #f7c600;
  background: var(--color-white-solid, #fff);
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
}
.headerBottomLink {
  color: #464646;
  font-family: 'Noto Sans KR';
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px; /* 100% */
  text-transform: uppercase;
  padding: 10.5px 10px;
  position: relative;
}
.headerBottomLink:after {
  background-color: #000;
  border-radius: 50px;
  content: '';
  height: 2px;
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
}

/* content */
.content {
  margin-top: 40px;
}
.contentInner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.contentLeft {
  position: absolute;
  top: 330px;
  left: -175px;
  width: 155px;
}
.contentLeftTop {
  background: #f5f5f5;
  width: 100%;
  height: 14px;
}
.contentLeftSub {
  padding: 10px;
  color: #000;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #f5f5f5;
  margin-top: 2px;
}
.contentLeftSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.contentLeftSocialLink img {
  display: block;
  max-width: 100%;
}
.contentLeftSocialDivider {
  width: 57.5px;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}
.contentRight {
  position: absolute;
  text-align: center;
  top: 0;
  right: -313px;
  width: 300px;
  border-radius: 4px;
  padding: 26.5px 20px;
  background: #c3d5e5;
}
.contentRightSub {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentRightLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #216087;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  margin-top: 10px;
}
.contentRightLink img {
  display: block;
}
.contentSub {
  color: #216087;
  font-family: 'PT Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentTitle {
  color: #000;
  font-family: 'PT Sans';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
.contentBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxImgSub {
  color: #555;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.contentBoxImgSub a {
  color: #555;
  text-decoration: underline;
}
.contentBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.contentBoxSub {
  color: #000;
  font-family: 'PT Serif';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentBoxSub a {
  color: #216087;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contentBoxSub .contentBoxSubLink {
  color: #000;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contentBoxSubs1 {
  gap: 16px;
}
.contentBoxSub1 {
  color: #e72c2c;
  font-weight: 700;
  text-align: center;
}
.contentBoxSub1 a {
  color: #e72c2c;
}
.contentBottomSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.contentBottomSocialLink img {
  display: block;
}

/* footer */
.footer {
  border-top: 1px solid #f7cd46;
  margin-top: 63px;
  padding-top: 9px;
  padding-bottom: 50px;
}
.footerInner {
  max-width: 973px;
  margin: 0 auto;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.footerSub {
  color: #000;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.footerSub strong {
  font-weight: 900;
}
.footerImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.footerImgs img {
  display: block;
  max-width: 100%;
}
.footerSub1 {
  color: #000;
  font-family: 'Noto Sans KR';
  font-size: 15px;
  font-style: normal;
  font-weight: 350;
  line-height: 15px;
  margin-top: 31px;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 23px;
  border-top: 1px solid #f7cd46;
  margin-top: 49px;
  padding-top: 23px;
}
.footerLink {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  position: relative;
}
.footerLink:not(:first-child):before {
  content: '·';
  padding-right: 4px;
}
.visit {
  border-top: 1px solid #f7cd46;
  padding-top: 12px;
  margin-top: 47px;
}
.visitTitle {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px; /* 171.429% */
}
.visitLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 10px;
  margin-top: 25px;
}
.visitLink {
  color: #000;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 285.714% */
  margin: 0 10px;
  position: relative;
}
.visitLink:not(:first-child):before {
  content: '·';
  padding-right: 4px;
}
.stores {
  margin-top: 50px;
}
.storesTitle {
  color: #000;
  font-family: 'Noto Sans KR';
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.storesImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.storesImgs img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
