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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: inherit;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
input,
textarea {
  font: inherit;
}
:root {
  --main-black-num: 25, 25, 25;
  --main-black: rgb(var(--main-black-num));
  --main-grey: #7e7e7e;
  --main-white: #e4e4e4;
  --opacity-white: rgba(255, 255, 255, 0.6);
  --light-grey: #d9d9d9;
  --opacity-grey: rgba(var(--main-black-num), 0.1);
  --frame-grey: #f5f5f5;
  --table-grey: #b9b9b9;
  --1p-color: #06213a;
  --3p-color: #5c4522;
  --4p-color: #432311;
  --5p-color: #184311;
  --6p-color: #1d1934;
  --point-blue: #4575bc;
  --header-hight: 7.35rem;
}
html {
  font-size: 62.5%;
}
body {
  font-family: Noto Sans KR, sans-serif;
  color: var(--main-black);
}
* {
  box-sizing: border-box;
}
*:after,
*:before {
  box-sizing: border-box;
}
.sr-only {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
}
.m-only {
  display: none;
}
.section-title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 14rem;
  line-height: 1.3;
}
.section-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
}
.num {
  font-size: 3.2rem;
  font-weight: 700;
}
.num-line {
  display: flex;
  align-items: center;
}
.num-line:after,
.num-line:before {
  content: "";
  display: inline-block;
}
.num-line:after {
  margin-left: 3.6rem;
}
.num-line:before {
  margin-right: 3.6rem;
}
li .flip-index {
  z-index: 1;
  opacity: 1;
}
.view-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-wrap {
  flex: 1;
}
.la-lg-wrap {
  max-width: 160rem;
  margin: 0 auto;
  padding: 0 2.4rem;
  box-sizing: content-box;
}
.la-min-wrap {
  max-width: 119.4rem;
  margin: 0 auto;
  padding: 0 2.4rem;
  box-sizing: content-box;
}
@media all and (max-width: 1280px) {
  html {
    font-size: 60%;
  }
  .m-only {
    display: block;
  }
  .section-title {
    margin-bottom: 10rem;
  }
}
@media all and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  .section-title {
    font-size: 2.8rem;
    margin-bottom: 8rem;
  }
  .num {
    font-size: 3rem;
  }
}
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  color: var(--main-white);
}
header.dark-bg,
.selet-wrap.dark-bg {
  background: rgba(var(--main-black-num), 0.9);
  transition-duration: 1s;
}
header.header-toggle {
  height: 18rem;
}
.header-wrap {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
}
.main-logo {
  width: 11.5rem;
}
.gnb {
  margin-left: auto;
}
.gnb > ul {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.gnb > ul > li {
  padding: 0 9.2rem 0 0;
}
.gnb > ul > li:last-child {
  padding: 0;
}
.gnb-depth {
  position: relative;
}
.gnb-depth-menu {
  display: none;
  position: absolute;
  margin-top: 2rem;
  font-weight: 300;
  line-height: 1.2;
}
.gnb-depth-menu.gnb-depth-toggle {
  display: block;
}
.gnb-depth-menu li + li {
  margin-top: 1rem;
}
.gnb-depth > button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 7px;
  height: 7px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC3SURBVHgBnZDNDcMgDIUhipRrRgiXRNmiHaUbtBO0GaEbdJNmg16BC4zAGQmoTX9EW9JEsQS2/PTp2SZkRVD8OOd7Smm9BAghmDKSD+C4EBqik1KqttbeoGxmGN11HSuwYowZSIcZgHjvhzhZ2pRSXsF+kwNghbFt2y3WRSo45wYyEaDtXvUH1Pf9CE7njMsFNJ2FMKqqOkEySUt/T/ADPY/ydkPn1OVvCCEUvpxWTkFwXly8yWl3JBxE7YENGh0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: cover;
}
.selet-btn {
  padding: 0.6rem 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid var(--main-white);
}
.selet-wrap {
  width: 10rem;
  margin-top: 1.8rem;
  padding: 0.6rem 1.2rem;
}
@media all and (max-width: 1280px) {
  header.dark-bg {
    background: rgba(var(--main-black-num), 0.9);
  }
  .selet-wrap.dark-bg {
    background: rgba(0, 0, 0, 0);
  }
  header.header-toggle {
    height: auto;
  }
  .m-gnb-btn {
    position: relative;
    width: 3.2rem;
    height: 2.4rem;
    margin-left: auto;
  }
  .m-gnb-btn > span {
    width: 100%;
    height: 0.2rem;
    display: block;
    background-color: var(--main-white);
    transition-duration: 0.5s;
  }
  .m-gnb-btn > span:after,
  .m-gnb-btn > span:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    bottom: 0;
    left: 0;
    background-color: var(--main-white);
    transition-duration: 0.5s;
  }
  .m-gnb-btn > span:before {
    top: 0;
  }
  .m-toggle .m-gnb-btn > span {
    background-color: transparent;
    transition-duration: 0.5s;
  }
  .m-toggle .m-gnb-btn > span:after {
    rotate: 45deg;
    bottom: 50%;
    transform: translateY(50%);
    transition-duration: 0.5s;
  }
  .m-toggle .m-gnb-btn > span:before {
    rotate: -45deg;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.5s;
  }
  .gnb {
    display: none;
    position: absolute;
    z-index: 1;
    top: var(--header-hight);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-hight));
    background: rgba(var(--main-black-num), 0.9);
    overflow: auto;
  }
  .m-toggle .gnb {
    display: block;
  }
  .m-toggle header {
    background: rgba(var(--main-black-num), 0.9);
  }
  body.m-toggle {
    overflow-y: hidden;
    touch-action: none;
    overflow: hidden;
    -webkit-overflow-scrolling: none;
  }
  .gnb > ul {
    display: block;
    font-size: 2rem;
    padding: 2rem 3.2rem;
  }
  .gnb > ul > li {
    padding: 2rem 0;
  }
  .gnb > ul > li:last-child {
    padding: 2rem 0 20rem;
  }
  .gnb-depth-menu {
    display: none;
    position: static;
    margin-left: 3.2rem;
    transition-duration: 1s;
  }
  .gnb-depth-menu li + li {
    margin-top: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  :root {
    --header-hight: 5.5rem;
  }
  .header-wrap {
    padding: 0.6rem 0;
  }
  .main-logo {
    width: 10rem;
    margin-left: -0.3rem;
  }
  .m-gnb-btn {
    width: 2.6rem;
    height: 1.8rem;
  }
}
footer {
  background-color: var(--main-black);
  font-size: 1.6rem;
  color: var(--main-grey);
}
.footer-wrap {
  padding: 12rem 0;
}
.footer-header dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.8rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--light-grey);
}
.footer-txt-wrap + .footer-txt-wrap {
  margin-top: 0.8rem;
}
.footer-txt-wrap dl,
.footer-wrap dl div {
  display: flex;
}
.footer-wrap dt:after {
  content: ":";
  margin: 0 0.3rem;
  vertical-align: middle;
}
.add-bar:before {
  content: "|";
  margin: 0 0.8rem;
}
.footer-txt-wrap dl div + div:before {
  content: "|";
  margin: 0 2rem;
  vertical-align: middle;
}
.footer-copyright {
  margin-top: 5rem;
}
@media all and (max-width: 767px) {
  footer {
    font-size: 1.4rem;
  }
  .footer-wrap {
    padding: 5rem 0;
  }
  .footer-header dl {
    display: block;
    font-size: 1.6rem;
  }
  .num-wrap {
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .footer-txt-wrap dl {
    display: block;
  }
  .footer-wrap dl div + div {
    margin-top: 1rem;
  }
  .footer-txt-wrap dl div + div:before {
    content: "";
    margin: 0;
  }
  .footer-copyright {
    margin-top: 5rem;
  }
}
