/* NO CSS*/
/* foundation */
/* componenet*/
html[lang='en'] .header-menu-container > ul > li ul {
  min-width: 18rem;
  padding: 2.5rem 3rem;
}
html[lang='en'] .depth02-navigation {
  max-width: 90rem;
}
@media (max-width: 640px) {
  html[lang='en'] .depth02-navigation {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 640px) {
  html[lang='en'] .depth02-list {
    gap: 0 3rem;
  }
}
@media (max-width: 400px) {
  html[lang='en'] .depth02-list {
    justify-content: space-between;
    gap: 0 2rem;
  }
}
@media (max-width: 400px) {
  html[lang='en'] .depth02-list > li > a {
    font-size: 2rem;
  }
}

body.on {
  overflow: hidden;
}
body.on .header:before {
  display: none;
}
body.sub #wrap {
  padding-top: 11rem;
}
body.sub .layout {
  width: 140rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

#wrap {
  overflow: hidden;
}

.layout {
  width: 163rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  z-index: 7;
}
.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  opacity: 0.5;
  background: #292b2e;
  transition: all 0.3s;
}
.header.on:before {
  opacity: 1;
  background: #fff;
  border-color: #ccc;
}
.header-container {
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 6rem;
  width: 192rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
}
.header-container .header-logo {
  flex-shrink: 0;
}
.header-container .header-logo a {
  display: block;
  width: 18rem;
  height: 4.2rem;
  position: relative;
}
.header-container .header-logo a img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.header-container .header-logo a img:first-of-type {
  visibility: visible;
  opacity: 1;
}
.header-container .header-logo a img:last-of-type {
  top: 2rem;
}
.header-container .header-menu {
  max-width: 815px;
  width: 100%;
}
.header-container .header-menu-container > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-container .header-menu-container > ul > li {
  position: relative;
}
.header-container .header-menu-container > ul > li > a {
  height: 11rem;
  display: flex;
  align-items: center;
}
.header-container .header-menu-container > ul > li > a:hover span {
  color: #ff5838 !important;
  font-weight: 700;
}
.header-container .header-menu-container > ul > li > a span {
  color: #fff;
  font-family: Pretendard;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}
.header-container .header-menu-container > ul > li ul {
  position: absolute;
  top: 100%;
  transform: translate(-2rem, -3.8rem);
  left: 0;
  min-width: 17.6rem;
  background: #fff;
  padding: 2.5rem 3.9rem;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #292b2e;
  transition: all 0.3s;
  gap: 2rem;
}
.header-container .header-menu-container > ul > li ul li a:hover span {
  color: #ff5838 !important;
  font-weight: 700;
  text-decoration: underline;
}
.header-container .header-menu-container > ul > li ul li a span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  display: block;
  line-height: 2.16rem;
}
.header-container .header-menu-container > ul > li ul.on {
  transform: translateX(-2rem);
  visibility: visible;
  opacity: 1;
}
.header-container .header-util {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.header-container .header-util-language a:hover span {
  color: #ff5838;
}
.header-container .header-util-language a span {
  color: #fff;
}
.header-container .header-util-sitemap {
  color: #fff;
  font-size: 2.4rem;
}
.header-container .header-util-sitemap a {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
.header-container .header-util-sitemap a:hover i {
  color: #ff5838;
}
.header-container .header-util-sitemap a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
  font-size: 2.4rem;
}
.header-container .header-util-sitemap a i:first-of-type {
  visibility: visible;
  opacity: 1;
}
.header-container .header-util-sitemap.on a i:first-of-type {
  visibility: hidden;
  opacity: 0;
}
.header-container .header-util-sitemap.on a i:last-of-type {
  visibility: visible;
  opacity: 1;
}
.header.on .header-container ul li a span {
  color: #222;
}
.header.on .header-container .header-logo a img:first-of-type {
  top: 2rem;
  opacity: 0;
  visibility: hidden;
}
.header.on .header-container .header-logo a img:last-of-type {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.header.on .header-container .header-util .header-util-language a:hover span {
  color: #ff5838;
}
.header.on .header-container .header-util .header-util-language a span {
  color: #747474;
}
.header.on .header-container .header-util .header-util-sitemap a:hover i {
  color: #ff5838;
}
.header.on .header-container .header-util .header-util-sitemap a i {
  color: #747474;
}

.sub .header:before {
  border-bottom: 1px solid #cccccc;
  background: #fff;
  opacity: 1;
}
.sub .header-container ul li a span {
  color: #222;
}
.sub .header-container .header-logo a img:first-of-type {
  visibility: hidden;
  opacity: 0;
  top: 2rem;
}
.sub .header-container .header-logo a img:last-of-type {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.sub .header .header-util .header-util-language a:hover span {
  color: #ff5838;
}
.sub .header .header-util .header-util-language a span {
  color: #747474;
}
.sub .header .header-util .header-util-sitemap a:hover i {
  color: #ff5838;
}
.sub .header .header-util .header-util-sitemap a i {
  color: #747474;
}
.sub.on .header:before {
  border-bottom: 1px solid #fff;
  opacity: 0.5;
  background: #292b2e;
  transition: all 0.3s;
}
.sub.on .header-container .header-logo a img:first-of-type {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.sub.on .header-container .header-logo a img:last-of-type {
  visibility: hidden;
  opacity: 0;
  top: 2rem;
}
.sub.on .header-container .header-util-sitemap a i {
  color: #fff;
}
.sub-navigation-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 1.9rem 0;
}
.sub-navigation > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sub-navigation > ul > li {
  position: relative;
}
.sub-navigation > ul > li:not(:last-child) {
  padding-right: 1rem;
}
.sub-navigation > ul > li:not(:first-child) {
  padding-left: 2.8rem;
}
.sub-navigation > ul > li:not(:first-child):before {
  display: block;
  content: '\ea6e';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #555;
  font-family: 'remixicon';
  font-size: 1.8rem;
}
.sub-navigation > ul > li > a {
  display: block;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
}

.quick {
  position: fixed;
  right: 4.8rem;
  bottom: 12.8rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.quick-btn {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-btn.btn-wirte {
  background: #fff;
  border: 1px solid #d9d9d9;
}
.quick-btn.btn-wirte i {
  color: #616161;
}
.quick-btn.btn-top {
  background: #222;
}
.quick-btn.btn-top i {
  color: #fff;
}
.quick-btn i {
  font-family: remixicon;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
}

.all-menu {
  position: fixed;
  top: -50rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background-color: #666;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s 0.01s;
  background: url(/public/images/layout/all-menu-bg.png) no-repeat center center/cover;
  padding: 21rem 0 10rem 0;
}
.all-menu .layout {
  overflow: hidden;
  display: flex;
  width: 1910px !important;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.all-menu .layout > ul {
  margin: auto;
}
.all-menu .layout > ul > li {
  display: block;
  margin-bottom: 6.9rem;
  transition: all 0.5s;
}
.all-menu .layout > ul > li:last-of-type {
  margin-bottom: 0;
}
.all-menu .layout > ul > li > a {
  display: block;
  text-align: center;
}
.all-menu .layout > ul > li > a:hover > span {
  color: #ff5838;
}
.all-menu .layout > ul > li > a.on > span {
  color: #ff5838;
}
.all-menu .layout > ul > li > a > span {
  color: #fff;
  text-align: center;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: normal;
}
.all-menu .layout > ul > li.on {
  margin-bottom: 5.8rem;
}
.all-menu .layout ul li div {
  display: none;
  margin: 3.7rem 0 0 0;
}
.all-menu .layout ul li div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 5rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .all-menu .layout ul li div ul {
    flex-direction: column;
    align-items: center;
  }
}
.all-menu .layout ul li div ul li a span {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
}
.all-menu .layout ul li div ul li a.on > span {
  color: #ff5838;
}
.all-menu .layout ul li div ul li a:hover > span {
  color: #ff5838;
}
.all-menu.on {
  top: 0;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.sub-visual {
  position: relative;
}
.sub-visual .layout {
  padding-bottom: 30rem;
}
.sub-visual .layout .h2 {
  color: #222;
  font-size: 8rem;
  font-weight: 700;
  line-height: 8rem;
  transform: translateY(1.5rem);
  position: relative;
  z-index: 1;
}
.sub-visual-bg {
  height: 30rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.sub-visual-01 .sub-visual-bg {
  background: url(/public/images/layout/sub-visual-bg01.png) no-repeat center center/cover;
}
.sub-visual-02 .sub-visual-bg {
  background: url(/public/images/layout/sub-visual-bg02.png) no-repeat center center/cover;
}
.sub-visual-03 .sub-visual-bg {
  background: url(/public/images/layout/sub-visual-bg03.png) no-repeat center center/cover;
}
.sub-visual-04 .sub-visual-bg {
  background: url(/public/images/layout/sub-visual-bg04.png) no-repeat center center/cover;
}
.sub-visual-05 .sub-visual-bg {
  background: url(/public/images/layout/sub-visual-bg05.png) no-repeat center center/cover;
}

.depth02-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  padding: 0 6rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4rem;
}
@media (max-width: 380px) {
  .depth02-navigation {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.depth02-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8rem;
  overflow-x: auto;
}
@media (max-width: 640px) {
  .depth02-list {
    gap: 0 5rem;
  }
}
@media (max-width: 460px) {
  .depth02-list {
    gap: 0 3rem;
    max-width: 767px;
    justify-content: space-between;
  }
}
@media (max-width: 460px) {
  .depth02-list > li {
    flex-grow: 1;
  }
}
.depth02-list > li > a {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  padding: 2rem 0;
}
.depth02-list > li > a.on {
  color: #ff5838;
  font-weight: 700;
}
@media (max-width: 460px) {
  .depth02-list > li > a {
    font-size: 14px;
  }
}

#container > .layout {
  padding: 9rem 0 14.1rem 0;
}
#container > .layout > .h3 {
  text-align: center;
}
#container > .layout .h3 {
  color: #222;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.03em;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  #container > .layout .h3 {
    font-size: 4.2rem;
  }
}
#container > .layout .h3.orange {
  color: #ff5838;
}
#container > .layout .h3.white {
  color: #fff;
}
#container > .layout .contents .h5 {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 130%;
}
#container > .layout .contents .h4 {
  color: #222;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.03em;
  margin: 4rem 0 2.7rem 0;
}
#container > .layout .contents .h4:first-of-type {
  margin-top: 0;
}
#container > .layout .contents .h4.orange {
  color: #ff5838;
}
#container > .layout .contents .h4.lightgray {
  color: #d9d9d9;
  font-weight: 600;
  line-height: 150%;
}
#container > .layout .contents .p {
  color: #222;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 140%;
}
@media (max-width: 1024px) {
  #container > .layout .contents .p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #container > .layout .contents .p {
    font-size: 15px;
  }
}

/* snb */
.snb {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 8rem 0;
}

.snb-navi {
  position: relative;
}

@media (max-width: 639px) {
  .snb-navi {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    box-shadow: 0 0.3rem 1rem rgba(102, 102, 102, 0.3);
    padding: 0;
  }
}
@media (min-width: 640px) {
  .snb-navi {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    max-width: 140rem;
    margin: 0 auto;
    z-index: 1;
  }
  .snb-navi .depth03 {
    flex: 1;
  }
}
.snb-navi .depth03-link {
  display: flex;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  color: #9e9e9e;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.snb-navi .depth03-link.active {
  color: #ff5838;
  border: 1px solid #ff5838;
  background: #ffffff;
}

@media (max-width: 639px) {
  .snb-navi .depth03-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    color: #222;
    font-weight: 600;
  }
}
@media (max-width: 639px) {
  .snb-navi .depth03-link {
    position: relative;
    justify-content: flex-start;
    background: #fbf9fa;
    padding: 2.4rem 2rem;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
    color: #222;
  }
}
@media (min-width: 640px) {
  .snb-navi .depth03-link {
    display: block;
    width: 100%;
    height: 100%;
    background: #fbf9fa;
    color: #222222;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    font-weight: 500;
    padding: 2.1rem 5rem;
  }
}
.snb-navi-mobile {
  display: none;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  padding: 3rem 2rem;
  width: 100%;
  border: 1px solid #ff5838;
  background-color: #ffffff;
  color: #ff5838;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: left;
}

@media (max-width: 639px) {
  .snb-navi-mobile {
    display: flex;
  }
}
.snb-navi-mobile-active {
  margin-right: auto;
  font-size: 2rem;
}

.snb-navi-mobile i {
  font-size: 2.4rem;
  color: #ff5838;
}

.sub-contact {
  padding: 8.8rem 0;
  background: url(/public/images/main/section07-bg01.png) no-repeat center center/cover;
}
.sub-contact .layout .contact-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.sub-contact .layout .contact-title strong {
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sub-contact .layout .contact-title p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.036em;
}
@media (max-width: 768px) {
  .sub-contact .layout .contact-title p {
    font-size: 15px;
  }
}
.sub-contact .layout .contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.55rem;
}
.sub-contact .layout .contact-btn a {
  width: 30rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: #ff5838;
}
.sub-contact .layout .contact-btn a span {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
}

.footer {
  padding: 8.2rem 0;
  background: #2b2b2b;
}
.footer .layout .footer-logo {
  display: block;
  width: 18rem;
  margin-bottom: 2.37rem;
}
.footer .layout .footer-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 4rem;
}
.footer .layout .footer-menu li a span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
}
.footer .layout .footer-util {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 1.9rem;
}
.footer .layout .footer-util li a span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
}
.footer .layout address {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.footer .layout address p {
  color: #a6a6a6;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 2.2rem;
}
.footer .layout address p span {
  position: relative;
}
.footer .layout address p span:before {
  content: '';
  display: block;
  width: 1px;
  height: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.1rem;
  background: #a6a6a6;
  position: absolute;
}
.footer .layout address p span:first-of-type:before {
  display: none;
}

@media (max-width: 1920px) {
  .header-container {
    padding: 0 2rem;
  }
  .all-menu {
    padding: 21rem 2rem 10rem 2rem;
  }
}
@media (max-width: 1630px) {
  .layout {
    padding: 0 2rem;
  }
  #container > .layout {
    padding: 9rem 2rem 14.1rem 2rem;
  }
  .footer .layout .footer-menu {
    right: 2rem;
  }
}
@media (max-width: 1024px) {
  .header-container .header-menu {
    display: none !important;
  }
  .all-menu {
    padding: 14rem 0 2rem 0;
  }
  .all-menu .layout > ul {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .footer .layout .footer-menu {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 1.2rem;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .footer .layout .footer-menu > li > a span {
    font-size: 14px;
  }
  .footer .layout .footer-util > li a span {
    font-size: 14px;
  }
  .footer .layout address p {
    flex-direction: column;
    gap: 1rem;
    font-size: 14px;
  }
  .footer .layout address p span:before {
    display: none;
  }
  .all-menu > .layout ul li div {
    margin-top: 2.5rem;
  }
  .all-menu > .layout ul li div ul li a span {
    font-size: 2.5rem;
  }
  .all-menu > .layout > ul > li {
    margin-bottom: 5.5rem;
  }
  .all-menu > .layout > ul > li > a > span {
    font-size: 5rem;
  }
}
@media (max-width: 480px) {
  .footer .layout address p {
    flex-direction: column;
    gap: 1rem;
  }
  .footer .layout address p span:before {
    display: none;
  }
}
/* cookie */
#pi-cconsent-popup {
  left: 50% !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%);
  width: 113.8rem;
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 4.5rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
#pi-cconsent-container > h2 {
  color: #222;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 2.5rem;
}
#pi-cconsent-container > ul > li {
  font-size: 2rem;
}
@media (max-width: 950px) {
  #pi-cconsent-popup {
    width: 90%;
    padding: 3rem;
  }
}

.pi-cconsent-button-ui {
  display: flex;
  justify-content: center;
  gap: 1rem;
  text-align: center !important;
  margin-top: 6rem;
}
.pi-cconsent-button-ui button {
  padding: 1.5rem 3rem !important;
  border-radius: 0 !important;
}
.pi-cconsent-button-accept {
  background: #ff5838 !important;
}
.pi-cconsent-help {
  font-size: 1.8rem !important;
  margin-top: 1rem;
}
@media (max-width: 570px) {
  .pi-cconsent-button-ui {
    flex-direction: column;
  }
}
