@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
section {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

section.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-ms-input-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #f9bb00;
  color: #fff;
}

::selection {
  background-color: #f9bb00;
  color: #fff;
}

@font-face {
  font-family: 'Noto Sans KR', sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
  font-weight: normal;
  font-style: normal;
}

.mainBannerView {
  -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
  max-width: 1440px;
  max-height: 495.72px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainBannerView {
    max-width: none;
    max-height: none;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainBannerView {
    max-width: none;
    max-height: none;
  }
}

.subWrap {
  width: 100%;
}

.mainContents {
  width: 100%;
}

.viewContentsWrap {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .viewContentsWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .viewContentsWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1920px) {
  .mainBannerView {
    width: 94vw;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 32.36vw;
    border-radius: 0px 0px 48px 48px;
    -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    overflow: hidden;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mainBannerView .mainBannerList .mainBanner {
    overflow: hidden;
    cursor: pointer;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    width: 100%;
  }
  .viewContentsWrap {
    max-width: 1328px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subWrap {
    max-width: 1088px;
  }
  .viewWrap {
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 170px;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .viewHeaderWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 1280px;
  }
  .viewFooterWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 1280px;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .mainBannerView {
    width: 94vw;
    height: 32.36vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0px 0px 48px 48px;
    -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    overflow: hidden;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    width: 100%;
  }
  .viewContentsWrap {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subWrap {
    max-width: 1088px;
  }
  .viewWrap {
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 170px;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .viewHeaderWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .viewFooterWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1440px) {
  .mainBannerView {
    width: 94vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 32.36vw;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0px 0px 48px 48px;
    -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    overflow: hidden;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    cursor: pointer;
    width: 100%;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    width: 100%;
  }
  .viewContentsWrap {
    width: 100%;
    max-width: 1088px;
    min-height: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 334px;
  }
  .viewContentsWrap .sectionName {
    font-size: 38px !important;
  }
  .subWrap {
    max-width: 1088px;
  }
  .viewWrap {
    padding-top: 170px;
    padding-bottom: 334px;
  }
  .viewHeaderWrap {
    max-width: 1112px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .viewFooterWrap {
    max-width: 1112px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainBannerView {
    height: 44.9vw;
    width: 94vw;
    padding-right: 32px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    cursor: pointer;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    height: 44.9vw;
    width: 94vw;
  }
  .viewContentsWrap {
    max-width: 704px;
    min-height: 100%;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 473px;
  }
  .viewHeaderWrap {
    max-width: 704px;
    margin: 0 auto;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .viewFooterWrap {
    max-width: 704px;
    margin: 0 auto;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainBannerView {
    height: 44.9vw;
    width: 94vw;
    padding-right: 16px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    cursor: pointer;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    height: 44.9vw;
    width: 94vw;
  }
  .viewContentsWrap {
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 473px;
  }
  .viewHeaderWrap {
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
  }
  .viewFooterWrap {
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
  }
}

html {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  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;
  text-overflow: clip;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #f9fafb;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  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;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  scroll-behavior: smooth;
}

body .background {
  position: absolute;
  z-index: -1;
  width: 597px;
  right: 0px;
  top: -159px;
  position: fixed;
  opacity: 0.2;
  -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
  filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
}

body .background img {
  width: 100%;
}

body .background ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}

body .background ::selection {
  background-color: rgba(255, 255, 255, 0);
}

section {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

section.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

section {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

section.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-ms-input-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #f9bb00;
  color: #fff;
}

::selection {
  background-color: #f9bb00;
  color: #fff;
}

@font-face {
  font-family: 'Noto Sans KR', sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
  font-weight: normal;
  font-style: normal;
}

.mainBannerView {
  -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
  max-width: 1440px;
  max-height: 495.72px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainBannerView {
    max-width: none;
    max-height: none;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainBannerView {
    max-width: none;
    max-height: none;
  }
}

.subWrap {
  width: 100%;
}

.mainContents {
  width: 100%;
}

.viewContentsWrap {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .viewContentsWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .viewContentsWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1920px) {
  .mainBannerView {
    width: 94vw;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 32.36vw;
    border-radius: 0px 0px 48px 48px;
    -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    overflow: hidden;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mainBannerView .mainBannerList .mainBanner {
    overflow: hidden;
    cursor: pointer;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    width: 100%;
  }
  .viewContentsWrap {
    max-width: 1328px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subWrap {
    max-width: 1088px;
  }
  .viewWrap {
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 170px;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .viewHeaderWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 1280px;
  }
  .viewFooterWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 1280px;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .mainBannerView {
    width: 94vw;
    height: 32.36vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0px 0px 48px 48px;
    -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    overflow: hidden;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    width: 100%;
  }
  .viewContentsWrap {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subWrap {
    max-width: 1088px;
  }
  .viewWrap {
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 170px;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .viewHeaderWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .viewFooterWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1440px) {
  .mainBannerView {
    width: 94vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 32.36vw;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0px 0px 48px 48px;
    -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    overflow: hidden;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    cursor: pointer;
    width: 100%;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    width: 100%;
  }
  .viewContentsWrap {
    width: 100%;
    max-width: 1088px;
    min-height: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 334px;
  }
  .viewContentsWrap .sectionName {
    font-size: 38px !important;
  }
  .subWrap {
    max-width: 1088px;
  }
  .viewWrap {
    padding-top: 170px;
    padding-bottom: 334px;
  }
  .viewHeaderWrap {
    max-width: 1112px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .viewFooterWrap {
    max-width: 1112px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainBannerView {
    height: 44.9vw;
    width: 94vw;
    padding-right: 32px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    cursor: pointer;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    height: 44.9vw;
    width: 94vw;
  }
  .viewContentsWrap {
    max-width: 704px;
    min-height: 100%;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 473px;
  }
  .viewHeaderWrap {
    max-width: 704px;
    margin: 0 auto;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .viewFooterWrap {
    max-width: 704px;
    margin: 0 auto;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainBannerView {
    height: 44.9vw;
    width: 94vw;
    padding-right: 16px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    cursor: pointer;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    height: 44.9vw;
    width: 94vw;
  }
  .viewContentsWrap {
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 473px;
  }
  .viewHeaderWrap {
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
  }
  .viewFooterWrap {
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
  }
}

html {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  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;
  text-overflow: clip;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #f9fafb;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  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;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  scroll-behavior: smooth;
}

body .background {
  position: absolute;
  z-index: -1;
  width: 597px;
  right: 0px;
  top: -159px;
  position: fixed;
  opacity: 0.2;
  -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
  filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
}

body .background img {
  width: 100%;
}

body .background ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}

body .background ::selection {
  background-color: rgba(255, 255, 255, 0);
}

section {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

section.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header {
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 99999999;
}

@media (min-width: 360px) and (max-width: 744px) {
  header {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
  }
}

header .topSubHeader {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  right: 24px;
  padding: 8px 24px 8px 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .topSubHeader {
    min-height: 44px;
    display: none;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .topSubHeader {
    min-height: 44px;
    display: none;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  header .topSubHeader .snbWrap {
    display: none;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .topSubHeader .snbWrap {
    display: none;
  }
}

header .topSubHeader .snbWrap .snb {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.025rem;
  font-family: 'Noto Sans KR', sans-serif;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
}

header .topSubHeader .snbWrap .snb .snbMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

header .topSubHeader .snbWrap .snb .snbMenu .icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  overflow: hidden;
  font-size: 1px;
}

header .topSubHeader .snbWrap .snb .snbMenu .icon img {
  width: 100%;
}

header .topSubHeader .snbWrap .snb .snbMenu :hover {
  color: #f9bb00;
}

header .topSubHeader .snbWrap .snb .focus {
  color: #f9bb00;
}

header .topHeader {
  height: 90px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .topHeader {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 14px 0px 14px;
    padding-bottom: 19px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .topHeader {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 14px 0px 14px;
    padding-bottom: 19px;
  }
}

header .topHeader .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .topHeader .left {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .topHeader .left {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

header .topHeader .left .mainLogo {
  max-width: 113px;
  cursor: pointer;
  max-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .topHeader .left .mainLogo img {
  width: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .topHeader .left .mainLogo {
    max-width: 98px;
    max-height: 18px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .topHeader .left .mainLogo {
    max-width: 98px;
    max-height: 18px;
  }
}

header .topHeader .left .gnbWrap .gnb {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu :hover {
  color: #f9bb00;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu .icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  overflow: hidden;
  font-size: 1px;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu .icon img {
  width: 100%;
}

header .topHeader .center {
  margin: 0 auto;
}

header .topHeader .center .gnb {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 88px;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .topHeader .center .gnb {
    font-size: 17.6px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .topHeader .center .gnb {
    font-size: 17.6px;
  }
}

@media (max-width: 1440px) {
  header .topHeader .center .gnb {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    gap: 56px;
  }
}

@media (max-width: 1440px) and (min-width: 360px) and (max-width: 744px) {
  header .topHeader .center .gnb {
    font-size: 14.96px;
  }
}

@media (max-width: 1440px) and (min-width: 10px) and (max-width: 360px) {
  header .topHeader .center .gnb {
    font-size: 14.96px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  header .topHeader .center .gnb {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    display: none;
  }
}

@media (min-width: 360px) and (max-width: 744px) and (min-width: 360px) and (max-width: 744px) {
  header .topHeader .center .gnb {
    font-size: 14.96px;
  }
}

@media (min-width: 360px) and (max-width: 744px) and (min-width: 10px) and (max-width: 360px) {
  header .topHeader .center .gnb {
    font-size: 14.96px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .topHeader .center .gnb {
    display: none;
  }
}

header .topHeader .center .gnb .gnbMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

header .topHeader .center .gnb .gnbMenu .textWrap span {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

header .topHeader .center .gnb :hover .textWrap span {
  color: #f9bb00;
}

header .topHeader .center .gnb .focus {
  color: #f9bb00;
}

header .topHeader .center .gnb .lnbWrap {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 114px;
  z-index: 99999999;
  background: #4e5059dd;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

header .topHeader .center .lnb {
  cursor: default;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  gap: 16px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  height: 164px;
  z-index: 99999999;
  color: #ebebeb;
  top: 142px;
}

header .topHeader .center .lnb li {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  font-weight: 400;
  height: 22px;
  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;
}

@media (max-width: 1440px) {
  header .topHeader .center .lnb li {
    font-weight: 300;
  }
}

header .topHeader .center .lnb li:hover {
  color: #f9bb00;
}

header .topHeader .center :hover .lnbWrap {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  width: 100%;
  -webkit-transform: scale(97%);
  transform: scale(97%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999999;
  height: 0px;
  position: absolute;
  background: #4e5059dd;
  height: 228px;
  top: 118px;
}

header .topHeader .center :hover .lnb {
  opacity: 1;
  max-height: 164px;
  overflow: visible;
  bottom: -188px;
}

header .topHeader .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  right: 24px;
  cursor: pointer;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .topHeader .right {
    width: 24px;
    height: 24px;
    right: 14px;
    background: url("/assets/assets/imgs/menuBar.png");
    background-size: 100%;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .topHeader .right {
    width: 24px;
    height: 24px;
    right: 14px;
    background: url("/assets/assets/imgs/menuBar.png");
    background-size: 100%;
  }
}

header .topHeader .right .snbWrap .snb {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.025rem;
  font-family: 'Noto Sans KR', sans-serif;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
}

header .topHeader .right .snbWrap .snb .snbMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

header .topHeader .right .snbWrap .snb .snbMenu .icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  overflow: hidden;
  font-size: 1px;
}

header .topHeader .right .snbWrap .snb .snbMenu .icon img {
  width: 100%;
}

header .topHeader .right .snbWrap .snb .snbMenu :hover {
  color: #f9bb00;
}

header .topHeader .right .snbWrap .snb .focus {
  color: #f9bb00;
}

header .topHeader .right:active {
  -webkit-transform: scale(97%);
  transform: scale(97%);
}

header .topHeader .right.open {
  background: url("/assets/assets/imgs/mobGnbIcon/whiteClose.png") center no-repeat;
  background-size: 100%;
}

header .bottomHeader {
  width: 100%;
  background-color: #4e5059;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .bottomHeader {
    max-height: 32px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    width: auto;
    margin: 8px 14px;
    border-radius: 8px;
  }
  header .bottomHeader .viewHeaderWrap {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .bottomHeader {
    max-height: 32px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    width: auto;
    margin: 8px 14px;
    border-radius: 8px;
  }
  header .bottomHeader .viewHeaderWrap {
    padding-left: 4px;
    padding-right: 4px;
  }
}

header .bottomHeader .bottomHeaderContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .bottomHeader .bottomHeaderContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .bottomHeader .bottomHeaderContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header .bottomHeader .bottomHeaderContents .curMenu {
  position: relative;
  font-size: 15px;
  letter-spacing: -0.025rem;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  min-width: 98px;
  color: #fff;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .bottomHeader .bottomHeaderContents .curMenu {
    font-size: 15px;
    font-size: 1px;
    display: none;
    color: #333333;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .bottomHeader .bottomHeaderContents .curMenu {
    font-size: 1px;
    display: none;
    color: #333333;
  }
}

header .bottomHeader .bottomHeaderContents .lngWrap {
  font-size: 15px;
  letter-spacing: -0.025rem;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  color: #999999;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .bottomHeader .bottomHeaderContents .lngWrap {
    font-size: 12px;
    width: 100%;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .bottomHeader .bottomHeaderContents .lngWrap {
    width: 100%;
    font-size: 10px;
  }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 32px;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .bottomHeader .bottomHeaderContents .lngWrap .lnb {
    gap: 15px;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 4px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .bottomHeader .bottomHeaderContents .lngWrap .lnb {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 4px;
  }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu {
  cursor: pointer;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 32px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 32px;
  }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .textWrap {
  width: 100%;
  height: 40px;
  min-width: 56px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #999999;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .textWrap {
    height: 24px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .textWrap {
    height: 24px;
  }
}

@media (min-width: 744px) {
  header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu :hover {
    color: #f9bb00;
  }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .focus {
  color: #f9bb00;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .focus {
    width: 100%;
    height: 24px;
    min-width: 56px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9bb00;
    color: #333333;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .focus {
    width: 100%;
    height: 28px;
    min-width: 56px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9bb00;
    color: #333333;
  }
}

header .bottomHeader .bottomHeaderContents .lngWrap::-webkit-scrollbar {
  display: none;
}

header .mobGnbWrap {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: -100vw;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  top: 28px;
  padding-top: 62px;
  padding-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

header .mobGnbWrap .mobGnbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

header .mobGnbWrap .mobGnbs .mobGnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap {
  width: 45px;
  height: 38px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap img {
  width: 100%;
  height: 100%;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  color: #333333;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
    font-size: 14.08px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
    font-size: 14.08px;
  }
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .dropIconWrap {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
  font-size: 1px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .dropIconWrap img {
  width: 100%;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .dropIconWrap.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .mobGnbWrap .mobGnbs .mobGnb .twodepthWrap {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 14px;
  margin-right: 14px;
  border-radius: 16px;
  border: 0px solid #ffedc3;
  background-color: #fff7e5;
  gap: 24px;
}

header .mobGnbWrap .mobGnbs .mobGnb .twodepthWrap .twodepthName {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

header .mobGnbWrap .mobGnbs .mobGnb .twodepthWrap.open {
  max-height: none;
  padding: 16px 24px;
  border: 1px solid #ffedc3;
}

header .mobGnbWrap .mobTopMenus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 14px;
  padding-right: 14px;
}

header .mobGnbWrap .mobTopMenus .mobTopMenu {
  padding: 16px 32px;
  border: 0.5px solid #ebebeb;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

header .mobGnbWrap .mobTopMenus .mobTopMenu .topMenuName {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  line-height: 1;
}

header .mobGnbWrap .mobTopMenus .mobTopMenu .dropIconWrap {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
  font-size: 1px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

header .mobGnbWrap .mobTopMenus .mobTopMenu .dropIconWrap img {
  width: 100%;
}

header .mobGnbWrap.gnbOpen {
  overflow: scroll;
  right: 0vw;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  top: 28px;
  padding-top: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

header .mobGnbWrap.gnbOpen .mobGnbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap {
  width: 45px;
  height: 38px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap img {
  width: 100%;
  height: 100%;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  color: #333333;
}

@media (min-width: 360px) and (max-width: 744px) {
  header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
    font-size: 14.08px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
    font-size: 14.08px;
  }
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName.open {
  color: #f9bb00;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .dropIconWrap {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
  font-size: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .dropIconWrap img {
  width: 100%;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .dropIconWrap.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .twodepthWrap {
  margin-top: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 14px;
  margin-right: 14px;
  border-radius: 16px;
  border: 0px solid #ffedc3;
  background-color: #fff7e5;
  gap: 24px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .twodepthWrap .twodepthName {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .twodepthWrap.open {
  margin-top: 8px;
  opacity: 1;
  max-height: none;
  padding: 16px 24px;
  border: 1px solid #ffedc3;
}

header .mobGnbWrap.gnbOpen .mobTopMenus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 14px;
  padding-right: 14px;
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu {
  padding: 16px 32px;
  border: 0.5px solid #ebebeb;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu .topMenuName {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  line-height: 1;
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu .dropIconWrap {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
  font-size: 1px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu .dropIconWrap img {
  width: 100%;
}

header .headerThemaChange.open {
  position: fixed;
  width: 100vw;
  height: 62px;
  top: 28px;
}

header .headerThemaChange.open .firstBack {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9bb00;
  opacity: 1;
  border-radius: 0 0 0 0px;
}

header .headerThemaChange.open .seconBack {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f9bb00;
  opacity: 0.5;
  border-radius: 0 0 0 0px;
}

header .headerThemaChange.open .thrdBack {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f9bb00;
  opacity: 0.1;
  border-radius: 0 0 0 0px;
}

header .headerThemaChange {
  position: absolute;
  width: 100vw;
  height: 62px;
  top: 0;
}

header .headerThemaChange .firstBack {
  position: absolute;
  left: 100vw;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  background-color: #f9bb00;
  opacity: 1;
  border-radius: 0 0 0 96px;
}

header .headerThemaChange .seconBack {
  left: 100vw;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #f9bb00;
  opacity: 0.5;
  border-radius: 0 0 0 96px;
}

header .headerThemaChange .thrdBack {
  left: 100vw;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f9bb00;
  opacity: 0.1;
  border-radius: 0 0 0 96px;
}

section {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

section.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-ms-input-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #f9bb00;
  color: #fff;
}

::selection {
  background-color: #f9bb00;
  color: #fff;
}

@font-face {
  font-family: 'Noto Sans KR', sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
  font-weight: normal;
  font-style: normal;
}

.mainBannerView {
  -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
  max-width: 1440px;
  max-height: 495.72px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainBannerView {
    max-width: none;
    max-height: none;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainBannerView {
    max-width: none;
    max-height: none;
  }
}

.subWrap {
  width: 100%;
}

.mainContents {
  width: 100%;
}

.viewContentsWrap {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .viewContentsWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .viewContentsWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1920px) {
  .mainBannerView {
    width: 94vw;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 32.36vw;
    border-radius: 0px 0px 48px 48px;
    -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    overflow: hidden;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mainBannerView .mainBannerList .mainBanner {
    overflow: hidden;
    cursor: pointer;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    width: 100%;
  }
  .viewContentsWrap {
    max-width: 1328px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subWrap {
    max-width: 1088px;
  }
  .viewWrap {
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 170px;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .viewHeaderWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 1280px;
  }
  .viewFooterWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 1280px;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .mainBannerView {
    width: 94vw;
    height: 32.36vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0px 0px 48px 48px;
    -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    overflow: hidden;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    width: 100%;
  }
  .viewContentsWrap {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subWrap {
    max-width: 1088px;
  }
  .viewWrap {
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 170px;
    padding-bottom: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .viewHeaderWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .viewFooterWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1440px) {
  .mainBannerView {
    width: 94vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 32.36vw;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0px 0px 48px 48px;
    -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
    overflow: hidden;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    cursor: pointer;
    width: 100%;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    width: 100%;
  }
  .viewContentsWrap {
    width: 100%;
    max-width: 1088px;
    min-height: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 334px;
  }
  .viewContentsWrap .sectionName {
    font-size: 38px !important;
  }
  .subWrap {
    max-width: 1088px;
  }
  .viewWrap {
    padding-top: 170px;
    padding-bottom: 334px;
  }
  .viewHeaderWrap {
    max-width: 1112px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .viewFooterWrap {
    max-width: 1112px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainBannerView {
    height: 44.9vw;
    width: 94vw;
    padding-right: 32px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    cursor: pointer;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    height: 44.9vw;
    width: 94vw;
  }
  .viewContentsWrap {
    max-width: 704px;
    min-height: 100%;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 473px;
  }
  .viewHeaderWrap {
    max-width: 704px;
    margin: 0 auto;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .viewFooterWrap {
    max-width: 704px;
    margin: 0 auto;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainBannerView {
    height: 44.9vw;
    width: 94vw;
    padding-right: 16px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  .mainBannerView .mainBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainBannerView .mainBannerList .mainBanner {
    cursor: pointer;
  }
  .mainBannerView .mainBannerList .mainBanner img {
    height: 44.9vw;
    width: 94vw;
  }
  .viewContentsWrap {
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 473px;
  }
  .viewHeaderWrap {
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
  }
  .viewFooterWrap {
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
  }
}

html {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  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;
  text-overflow: clip;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #f9fafb;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  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;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  scroll-behavior: smooth;
}

body .background {
  position: absolute;
  z-index: -1;
  width: 597px;
  right: 0px;
  top: -159px;
  position: fixed;
  opacity: 0.2;
  -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
  filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
}

body .background img {
  width: 100%;
}

body .background ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}

body .background ::selection {
  background-color: rgba(255, 255, 255, 0);
}

section {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

section.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 334px;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
  footer {
    height: 473px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  footer {
    height: 473px;
  }
}

footer .fnbWrap {
  margin-top: 64px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.025rem;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 360px) and (max-width: 744px) {
  footer .fnbWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  footer .fnbWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .fnbWrap .fnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 360px) and (max-width: 744px) {
  footer .fnbWrap .fnb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  footer .fnbWrap .fnb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}

footer .fnbWrap .fnb .fnbMenu {
  cursor: pointer;
}

footer .fnbWrap .fnb .fnbMenu:hover {
  color: #f9bb00;
}

footer .fnbWrap .fnbMenu::after {
  content: '';
  display: inline-block;
  width: 0.5px;
  max-height: 8px;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 8px;
  border-right: 1px solid #999999;
  margin: 12px;
}

@media (min-width: 360px) and (max-width: 744px) {
  footer .fnbWrap .fnbMenu::after {
    display: none;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  footer .fnbWrap .fnbMenu::after {
    display: none;
  }
}

footer .fnbWrap .fnbMenu:last-child::after {
  opacity: 0;
}

footer .fnbWrap .familySite .famMenu {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4px;
  position: relative;
}

@media (min-width: 360px) and (max-width: 744px) {
  footer .fnbWrap .familySite .famMenu {
    margin-top: 4px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  footer .fnbWrap .familySite .famMenu {
    margin-top: 4px;
  }
}

footer .fnbWrap .familySite .famMenu .textWrap .text {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

footer .fnbWrap .familySite .famMenu .textWrap input {
  width: 0px;
  height: 0px;
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList {
  background-color: #fff;
  border: 0px solid #ebebeb;
  position: absolute;
  width: 172px;
  height: 0;
  overflow: hidden;
  bottom: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
  footer .fnbWrap .familySite .famMenu .textWrap .familySiteList {
    max-height: 30vh;
    overflow-y: scroll;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  footer .fnbWrap .familySite .famMenu .textWrap .familySiteList {
    max-height: 30vh;
    overflow-y: scroll;
  }
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList li {
  padding: 16px 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  height: 14px;
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList li:hover {
  background-color: #f4f4f4;
}

footer .fnbWrap .familySite .famMenu input[type='checkbox']:checked + label .familySiteList {
  height: auto;
  padding: 8px 0;
  border: 0.5px solid #ebebeb;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

footer .fnbWrap .familySite .famMenu .icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  overflow: hidden;
  font-size: 1px;
}

footer .fnbWrap .familySite .famMenu .icon img {
  width: 100%;
}

footer .fnbWrap .familySite .famMenu:hover .text {
  color: #f9bb00;
}

footer .fnbWrap .familySite .famMenu:hover .icon {
  color: #f9bb00;
}

footer .footerContentsWrap {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footerContentsWrap .companyInfoWrap .titleWrap {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.025rem;
  font-family: 'Noto Sans KR', sans-serif;
  margin-bottom: 36px;
}

footer .footerContentsWrap .companyInfoWrap .infoWrap {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.025rem;
  font-family: 'Noto Sans KR', sans-serif;
  color: #999999;
}

footer .footerContentsWrap .snsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.025rem;
  font-family: 'Noto Sans KR', sans-serif;
  color: #999999;
}

@media (min-width: 360px) and (max-width: 744px) {
  footer .footerContentsWrap .snsWrap div {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  footer .footerContentsWrap .snsWrap div {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}

footer .footerContentsWrap .snsWrap .youtubeIcon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 1px;
  background-color: #fff;
  border-radius: 100px;
}

footer .footerContentsWrap .snsWrap .youtubeIcon img {
  width: 100%;
}

footer .footerContentsWrap .snsWrap .instaIcon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 1px;
  background-color: #fff;
  border-radius: 100px;
}

footer .footerContentsWrap .snsWrap .instaIcon img {
  width: 100%;
}

footer .footerContentsWrap .snsWrap .facebookIcon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 1px;
  background-color: #fff;
  border-radius: 100px;
}

footer .footerContentsWrap .snsWrap .facebookIcon img {
  width: 100%;
}

@media (min-width: 744px) {
  footer .footerContentsWrap .snsWrap > div:hover {
    border: 1px solid #f9bb00;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}

.srOnly {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  white-space: nowrap;
}

body {
  padding-top: 196px;
}

@media (min-width: 360px) and (max-width: 744px) {
  body {
    padding-top: 212px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  body {
    padding-top: 212px;
  }
}

body section {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}

body section.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mainContents {
  overflow: hidden;
}

.mainContents .contentHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-top: 56px;
  padding-bottom: 56px;
  margin-bottom: 16px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .contentHeader {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    gap: 16px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .contentHeader {
    padding-top: 36px;
    padding-bottom: 36px;
    gap: 16px;
  }
}

.mainContents .contentHeader .tabTitle {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .contentHeader .tabTitle {
    font-size: 32.64px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .contentHeader .tabTitle {
    font-size: 18.24px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .contentHeader .tabTitle {
    font-size: 18px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .contentHeader .tabTitle {
    font-size: 18px;
  }
}

.mainContents .contentHeader p {
  font-size: 20px;
  word-spacing: -0.5%;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  color: #999999 !important;
  font-weight: 400;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .contentHeader p {
    font-size: 17.6px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .contentHeader p {
    font-size: 17.6px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .contentHeader p {
    font-size: 16px !important;
    line-height: 1.75;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .contentHeader p {
    font-size: 16px !important;
    line-height: 1.75;
  }
}

.mainContents .contentHeader .tabDescription {
  font-size: 20px;
  word-spacing: -0.5%;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  color: #999999 !important;
  font-weight: 400;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .contentHeader .tabDescription {
    font-size: 17.6px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .contentHeader .tabDescription {
    font-size: 17.6px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .contentHeader .tabDescription {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.75;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .contentHeader .tabDescription {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.75;
  }
}

.mainContents .searchSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 96px;
  position: relative;
  z-index: 9999;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .searchSection {
    margin-bottom: 48px;
    gap: 8px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .searchSection {
    margin-bottom: 32px;
    gap: 8px;
  }
}

.mainContents .searchSection .searchBarWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .searchSection .searchBarWrap {
    gap: 14px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .searchSection .searchBarWrap {
    gap: 14px;
  }
}

.mainContents .searchSection .searchBarWrap form {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid rgba(255, 255, 255, 0);
  display: block;
  position: relative;
  z-index: 999;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .searchSection .searchBarWrap form {
    max-height: 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .searchSection .searchBarWrap form {
    max-height: 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

.mainContents .searchSection .searchBarWrap form .autoSearchWrap {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  margin-top: 8px;
  width: 100%;
  bottom: -8px;
  z-index: 99999;
  background-color: #fff;
  border-radius: 8px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
}

.mainContents .searchSection .searchBarWrap form .autoSearchWrap .autoSerchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.mainContents .searchSection .searchBarWrap form .autoSearchWrap .autoSerchList .autoSerchKeyword {
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

.mainContents .searchSection .searchBarWrap form .autoSearchWrap .autoSerchList .autoSerchKeyword span {
  color: #999999;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
}

.mainContents .searchSection .searchBarWrap form .autoSearchWrap .autoSerchList .autoSerchKeyword span .focus {
  color: #f9bb00;
}

.mainContents .searchSection .searchBarWrap form .autoSearchWrap .autoSerchList .autoSerchKeyword:hover {
  background-color: #f4f4f4;
}

.mainContents .searchSection .searchBarWrap form:focus-within {
  border: 2px solid #f9bb00;
  z-index: 9999;
}

.mainContents .searchSection .searchBarWrap form:focus-within .autoSearchWrap {
  z-index: 9999;
  max-height: 999px;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .searchSection .searchBarWrap form:focus-within .autoSearchWrap {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .searchSection .searchBarWrap form:focus-within .autoSearchWrap {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.mainContents .searchSection .searchBarWrap .searchBarForm {
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mainContents .searchSection .searchBarWrap .searchBarForm .icon {
  width: 54px;
  height: 54px;
  font-size: 1px;
  overflow: hidden;
}

.mainContents .searchSection .searchBarWrap .searchBarForm .icon img {
  width: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .searchSection .searchBarWrap .searchBarForm .icon {
    width: 40px;
    height: 40px;
    font-size: 1px;
    overflow: hidden;
  }
  .mainContents .searchSection .searchBarWrap .searchBarForm .icon img {
    width: 100%;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .searchSection .searchBarWrap .searchBarForm .icon {
    width: 40px;
    height: 40px;
    font-size: 1px;
    overflow: hidden;
  }
  .mainContents .searchSection .searchBarWrap .searchBarForm .icon img {
    width: 100%;
  }
}

.mainContents .searchSection .searchBarWrap .searchBarForm .icon img {
  font-size: 1px;
}

.mainContents .searchSection .searchBarWrap .searchBarForm input {
  background-color: rgba(255, 0, 0, 0);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .searchSection .searchBarWrap .searchBarForm input {
    max-height: 40px;
    padding-left: 8px;
    padding-right: 16px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .searchSection .searchBarWrap .searchBarForm input {
    max-height: 40px;
    padding-left: 8px;
    padding-right: 16px;
  }
}

.mainContents .searchSection .searchBarWrap .searchBarForm input:focus {
  outline: none;
}

.mainContents .searchSection .searchBarWrap .searchBarForm input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  color: #999999;
}

.mainContents .searchSection .searchBarWrap .searchBarForm input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  color: #999999;
}

.mainContents .searchSection .searchBarWrap .searchBarForm input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  color: #999999;
}

.mainContents .searchSection .searchBarWrap .searchBarForm input::placeholder {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  color: #999999;
}

.mainContents .searchSection .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  color: #999999;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 32px;
  overflow-x: scroll;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-overflow-style: none;
  /* IE and Edge */
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .searchSection .tagWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .searchSection .tagWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
  }
}

.mainContents .searchSection .tagWrap .tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  white-space: noWrap;
}

.mainContents .searchSection .tagWrap .tag span {
  white-space: noWrap;
}

.mainContents .searchSection .tagWrap li:not(.last)::after {
  content: '';
  border-left: 1px solid #999999;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  bottom: 1px;
  height: 12px;
  right: -16px;
}

.mainContents .searchSection .tagWrap :hover {
  color: #333333;
  text-decoration: underline;
}

.mainContents .searchSection .tagWrap::-webkit-scrollbar {
  display: none;
}

.mainContents .searchSection .searchBtn {
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: 160px;
  max-height: 58px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
  background-color: #f9bb00;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainContents .searchSection .searchBtn span {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
  white-space: nowrap;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .searchSection .searchBtn {
    max-height: 44px;
    max-width: 72px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .searchSection .searchBtn {
    max-height: 44px;
    max-width: 72px;
  }
}

@media (min-width: 744px) {
  .mainContents .searchSection .searchBtn:hover {
    -webkit-transform: scale(98%);
    transform: scale(98%);
    color: #fff;
  }
  .mainContents .searchSection .searchBtn:active {
    -webkit-transform: scale(95%);
    transform: scale(95%);
  }
}

.mainContents .titleWrap {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 96px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .titleWrap {
    font-size: 24.64px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .titleWrap {
    font-size: 24.64px;
  }
}

.mainContents .titleWrap .textButton {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.mainContents .titleWrap .textButton .buttonText {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.mainContents .titleWrap .textButton .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .titleWrap .textButton .icon img {
  width: 100%;
}

.mainContents .titleWrap .textButton .icon img {
  font-size: 1px;
}

.mainContents .titleWrap :hover {
  color: #f9bb00;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .titleWrap {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    gap: 24px;
    margin-bottom: 56px;
    font-size: 18px !important;
  }
}

@media (min-width: 360px) and (max-width: 744px) and (min-width: 360px) and (max-width: 744px) {
  .mainContents .titleWrap {
    font-size: 21.12px;
  }
}

@media (min-width: 360px) and (max-width: 744px) and (min-width: 10px) and (max-width: 360px) {
  .mainContents .titleWrap {
    font-size: 21.12px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .titleWrap {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    gap: 24px;
    font-size: 18px !important;
    margin-bottom: 56px;
  }
}

@media (min-width: 10px) and (max-width: 360px) and (min-width: 360px) and (max-width: 744px) {
  .mainContents .titleWrap {
    font-size: 17.6px;
  }
}

@media (min-width: 10px) and (max-width: 360px) and (min-width: 10px) and (max-width: 360px) {
  .mainContents .titleWrap {
    font-size: 17.6px;
  }
}

.mainContents .titleWrap .faqTitle {
  color: #1c1c20;
  max-width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 말줄임 적용 */
}

.mainContents .titleWrap .textButton {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.mainContents .titleWrap .textButton .buttonText {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.mainContents .titleWrap .textButton .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .titleWrap .textButton .icon img {
  width: 100%;
}

.mainContents .titleWrap .textButton .icon img {
  font-size: 1px;
}

.mainContents .titleWrap :hover {
  color: #f9bb00;
}

.mainContents .titleWrap .textButton {
  white-space: nowrap;
}

.mainContents .faqSearchResultSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 160px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection {
    margin-bottom: 56px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection {
    margin-bottom: 56px;
  }
}

.mainContents .faqSearchResultSection .titleWrap {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 96px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .titleWrap {
    font-size: 24.64px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .titleWrap {
    font-size: 24.64px;
  }
}

.mainContents .faqSearchResultSection .titleWrap .textButton {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.mainContents .faqSearchResultSection .titleWrap .textButton .buttonText {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.mainContents .faqSearchResultSection .titleWrap .textButton .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .faqSearchResultSection .titleWrap .textButton .icon img {
  width: 100%;
}

.mainContents .faqSearchResultSection .titleWrap .textButton .icon img {
  font-size: 1px;
}

.mainContents .faqSearchResultSection .titleWrap :hover {
  color: #f9bb00;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .titleWrap {
    margin-bottom: 24px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .titleWrap {
    margin-bottom: 24px;
  }
}

.mainContents .faqSearchResultSection .titleWrap .faqTitle {
  color: #333333;
}

.mainContents .faqSearchResultSection .top5Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap {
    gap: 14px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .top5Wrap {
    gap: 14px;
  }
}

.mainContents .faqSearchResultSection .top5Wrap .noneContent {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
}

.mainContents .faqSearchResultSection .top5Wrap .noneContent .focus {
  color: #f9bb00 !important;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap .noneContent {
    font-size: 14.96px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .top5Wrap .noneContent {
    font-size: 14.96px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap .noneContent {
    font-size: 15px !important;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .top5Wrap .noneContent {
    font-size: 15px !important;
  }
}

.mainContents .faqSearchResultSection .top5Wrap .question {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.mainContents .faqSearchResultSection .top5Wrap .question .focus {
  color: #f9bb00;
}

.mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap {
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
  background-color: #f4f4f4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 14px 16px 14px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap {
    font-size: 14.96px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap {
    font-size: 14.96px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap {
    padding: 8px 14px 8px 14px;
    font-size: 15px !important;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap {
    padding: 8px 14px 8px 14px;
    font-size: 15px !important;
  }
}

.mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .icon img {
  width: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
  }
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .icon img {
    width: 100%;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
  }
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .icon img {
    width: 100%;
  }
}

.mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .questionText {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .questionText .icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .questionText .icon img {
  width: 100%;
}

.mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .questionText .icon img {
  width: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .questionText .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
  }
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .questionText .icon img {
    width: 100%;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .questionText .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
  }
  .mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap .questionText .icon img {
    width: 100%;
  }
}

.mainContents .faqSearchResultSection .top5Wrap .question .aContent {
  opacity: 0.1;
  height: 300px;
  max-height: 1px;
  height: 1px;
  overflow: hidden;
  padding-left: 14px;
  padding-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  font-family: 'Noto Sans KR', sans-serif;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .aContent {
    font-size: 14.96px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .aContent {
    font-size: 14.96px;
  }
}

.mainContents .faqSearchResultSection .top5Wrap .question .aContent .icon {
  margin-right: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .faqSearchResultSection .top5Wrap .question .aContent .icon img {
  width: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .aContent .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
  }
  .mainContents .faqSearchResultSection .top5Wrap .question .aContent .icon img {
    width: 100%;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .top5Wrap .question .aContent .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
  }
  .mainContents .faqSearchResultSection .top5Wrap .question .aContent .icon img {
    width: 100%;
  }
}

.mainContents .faqSearchResultSection .top5Wrap .question .qTitleWrap.open {
  background-color: #e5e5e5 !important;
}

.mainContents .faqSearchResultSection .top5Wrap .question .aContent.open {
  background-color: #e5e5e5 !important;
}

.mainContents .faqSearchResultSection .top5Wrap .question input[type='checkbox']:checked ~ .aContent {
  padding: 24px 44px 18px 14px;
  max-height: 999px;
  overflow: visible;
  position: relative;
  top: -8px;
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  height: auto;
  background-color: #f4f4f4;
  border-radius: 0 0 8px 8px;
}

.mainContents .faqSearchResultSection .top5Wrap .question input[type='checkbox'] {
  outline: 0;
  border: none;
  width: 0px;
  opacity: 0;
  height: 0px;
  position: absolute;
}

@media (min-width: 744px) {
  .mainContents .faqSearchResultSection .top5Wrap .question:active {
    -webkit-transform: scale(99%);
    transform: scale(99%);
  }
  .mainContents .faqSearchResultSection .top5Wrap .question:hover .qTitleWrap {
    background-color: #e5e5e5;
  }
  .mainContents .faqSearchResultSection .top5Wrap .question:hover .aContent {
    background-color: #e5e5e5 !important;
  }
}

.mainContents .faqSearchResultSection .centerGrayBtnWrap .button {
  min-width: 336px;
}

.mainContents .faqSearchResultSection .difQuestionBtn {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  margin-top: 54px;
}

.mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap {
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
  background-color: #f4f4f4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 14px 16px 14px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap {
    font-size: 14.96px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap {
    font-size: 14.96px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap .icon img {
  width: 100%;
}

.mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap .questionText {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap .questionText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap .questionText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap .questionText .icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap .questionText .icon img {
  width: 100%;
}

.mainContents .faqSearchResultSection .difQuestionBtn .qTitleWrap .questionText .icon img {
  width: 100%;
}

.mainContents .faqSearchResultSection .difQuestionBtn input[type='checkbox'] {
  outline: 0;
  border: none;
  width: 0px;
  opacity: 0;
  height: 0px;
  position: absolute;
}

.mainContents .faqSearchResultSection .difQuestionBtn .whiteBtn {
  background-color: #fff;
  border: 1px solid #ebebeb;
  min-width: 160px;
  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;
  padding: 8px 24px 8px 24px;
  max-height: 28px;
}

.mainContents .faqSearchResultSection .difQuestionBtn .whiteBtn span {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.025rem;
  font-family: 'Noto Sans KR', sans-serif;
}

.mainContents .faqSearchResultSection .difQuestionBtn:hover .qTitleWrap {
  background-color: #e5e5e5;
}

.mainContents .faqSearchResultSection .difQuestionBtn:hover .whiteBtn {
  background-color: #f9bb00;
}

.mainContents .faqSearchResultSection .difQuestionBtn:active {
  -webkit-transform: scale(99%);
  transform: scale(99%);
}

.mainContents .faqSearchResultSection .centerGrayBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainContents .faqSearchResultSection .centerGrayBtnWrap .button {
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #ebebeb;
  border-radius: 100px;
}

.mainContents .faqSearchResultSection .centerGrayBtnWrap .button span {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 30px;
  letter-spacing: -0.025rem;
}

.mainContents .faqSearchResultSection .centerGrayBtnWrap .button:hover {
  background-color: #e5e5e5;
}

.mainContents .faqSearchResultSection .centerGrayBtnWrap .button:active {
  -webkit-transform: scale(97%);
  transform: scale(97%);
  background-color: #e5e5e5;
}

.mainContents .nonSearchResult {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .nonSearchResult {
    margin-bottom: 0px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .nonSearchResult {
    margin-bottom: 0px;
  }
}

.mainContents .nonSearchResult p:first-child {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
  margin-bottom: 88px;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .nonSearchResult p:first-child {
    font-size: 24.64px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .nonSearchResult p:first-child {
    font-size: 24.64px;
  }
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .nonSearchResult p:first-child {
    font-size: 16px;
    margin-bottom: 48px;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .nonSearchResult p:first-child {
    font-size: 16px;
    margin-bottom: 48px;
  }
}

.mainContents .nonSearchResult .buttonWrap .textButton {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.mainContents .nonSearchResult .buttonWrap .textButton .buttonText {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.mainContents .nonSearchResult .buttonWrap .textButton .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .nonSearchResult .buttonWrap .textButton .icon img {
  width: 100%;
}

.mainContents .nonSearchResult .buttonWrap .textButton .icon img {
  font-size: 1px;
}

.mainContents .nonSearchResult .buttonWrap :hover {
  color: #f9bb00;
}

.mainContents .nonSearchResult .buttonWrap .textButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}

.mainContents .nonSearchResult .buttonWrap .textButton .buttonText {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
}

.mainContents .nonSearchResult .buttonWrap .textButton .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  font-size: 1px;
}

.mainContents .nonSearchResult .buttonWrap .textButton .icon img {
  width: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
  .mainContents .nonSearchResult .buttonWrap .textButton {
    gap: 4px;
  }
  .mainContents .nonSearchResult .buttonWrap .textButton span {
    font-size: 12px !important;
    font-weight: 400 !important;
    height: auto;
  }
  .mainContents .nonSearchResult .buttonWrap .textButton .icon {
    min-width: 14px !important;
    min-height: 14px !important;
    width: 14px !important;
    height: 14px !important;
  }
  .mainContents .nonSearchResult .buttonWrap .textButton .icon img {
    min-width: 14px;
    min-height: 14px;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 10px) and (max-width: 360px) {
  .mainContents .nonSearchResult .buttonWrap .textButton {
    gap: 4px;
  }
  .mainContents .nonSearchResult .buttonWrap .textButton span {
    font-size: 12px !important;
    font-weight: 400 !important;
    height: auto;
  }
  .mainContents .nonSearchResult .buttonWrap .textButton .icon {
    min-width: 14px !important;
    min-height: 14px !important;
    width: 14px !important;
    height: 14px !important;
  }
  .mainContents .nonSearchResult .buttonWrap .textButton .icon img {
    min-width: 14px;
    min-height: 14px;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 744px) {
  .mainContents .nonSearchResult .buttonWrap .textButton:hover .buttonText {
    color: #f9bb00;
  }
}
/*# sourceMappingURL=style.css.map */