@charset "UTF-8";
* {
  font-size: 20px;
  font-family: "Pretendard", sans-serif;
}

body {
  min-width: 1200px;
  overflow-x: scroll;
}

.body {
  background-color: #000;
}

.c--blue {
  color: #09A7E2;
}

.layout {
  max-width: 1200px;
  margin: 0 auto;
}

.centerbox {
  width: 1200px;
  margin: 0 auto;
}

.centerbox2 {
  width: 1600px;
  margin: 0 auto;
}

h2.title {
  color: #09A7E2;
  line-height: 1.15em;
  font-weight: bold;
  font-family: Poppins;
  font-size: 100px;
}

@media (max-width: 768px) {
  .layout {
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 10px;
  }
  h2.title {
    font-size: 45px;
  }
}
button.hov {
  position: relative;
  color: #09A7E2;
  background-color: #fff;
  min-width: 256px;
  height: 64px;
  border-radius: 35px;
  text-align: left;
  padding-left: 30px;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
button.hov:hover {
  color: #fff;
  background-color: #09A7E2;
  box-shadow: 0 0 2px #fff;
}
button.hov:hover .arrow--blue {
  border-color: #fff;
}
button.hov:hover .arrow--blue:after {
  background-color: #fff;
}

.arrow--blue {
  display: inline-block;
  margin: 4px auto;
  width: 13px;
  height: 13px;
  border-top: 2px solid #09A7E2;
  border-left: 2px solid #09A7E2;
  transform: rotate(135deg);
  margin-top: 3px;
  top: 22px;
  right: 30px;
  position: absolute;
  transition: border-color 0.3s ease;
}

.arrow--blue:after {
  content: "";
  display: block;
  width: 2px;
  height: 19px;
  background-color: #09A7E2;
  transform: rotate(-45deg) translate(6px, 2px);
  left: 0;
  transition: background-color 0.3s ease;
}

/* 상단 헤더 */
.header {
  width: 100%;
  height: 160px;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
  padding-top: 60px;
}
.header .header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-gnb {
  display: inline-block;
}
.header .header-gnb .gnb-depth-1 {
  display: flex;
  justify-content: space-between;
}
.header .header-gnb .gnb-depth-1 .depth-1 {
  position: relative;
  width: 110px;
}
.header .header-gnb .gnb-depth-1 .depth-1 > .depth-1-link {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 18px;
}
.header .header-gnb .gnb-depth-1 .depth-1 > .depth-1-link span {
  position: relative;
  display: block;
  line-height: normal;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.header .header-gnb .gnb-depth-1 .depth-1:hover > .depth-1-link span {
  color: #09A7E2;
  font-weight: 600;
}
.header .header-gnb .gnb-depth-1 .depth-1.current .depth-item {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.header .header-gnb .gnb-depth-1 .depth-1.current .depth-item .gnb-depth-2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.header .header-gnb .gnb-depth-1 .depth-1.current > a > span::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
}
.header .header-gnb .gnb-depth-1 .depth-1.last a {
  background: url(../images/ico_srch.png) no-repeat center center;
  text-indent: -999em;
}
.header .header-gnb .gnb-depth-1 .depth-1:nth-child(1) {
  margin-right: 20px;
  width: 130px;
}
.header .header-gnb .gnb-depth-1 .depth-1:nth-child(2) {
  margin-right: 50px;
  width: 120px;
}
.header .header-gnb .gnb-depth-1 .depth-1:nth-child(3) {
  margin-right: 10px;
}
.header .header-gnb .gnb-depth-1 .depth-item {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding-left: 20px;
  margin-left: -20px;
}
.header .header-gnb .gnb-depth-1 .depth-item .gnb-depth-2 {
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  text-align: left;
}
.header .header-gnb .gnb-depth-1 .depth-item .gnb-depth-2 span {
  color: #fff;
  font-size: 18px;
}
.header .header-gnb .gnb-depth-1 .depth-item .gnb-depth-2 span:hover {
  color: #09A7E2;
}
.header .header-gnb .gnb-depth-1 .depth-item .gnb-depth-2 .depth-2-link {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  color: #ddd;
  transition: color 0.1s;
}
.header .header-gnb .gnb-depth-1 .depth-item .gnb-depth-2 .depth-2-link:hover, .header .header-gnb .gnb-depth-1 .depth-item .gnb-depth-2 .depth-2-link:focus {
  color: #09A7E2;
  font-weight: 500;
}
.header .header-gnb .gnb-depth-1 .depth-item .gnb-depth-2 .depth-2-link.temp span {
  font-size: 14px;
  font-weight: normal;
  color: #696969;
}
.header .header-gnb .gnb-depth-1 .depth-item .gnb-depth-2 .depth-2-link.deleted span {
  text-decoration: line-through;
}

.header .mobile-gnb {
  display: none;
}
.header .mobile-gnb .sidebar-btn {
  position: relative;
  width: 65px;
  height: 65px;
  z-index: 1;
}
.header .mobile-gnb .sidebar-btn span {
  display: block;
  position: absolute;
  left: 20px;
  width: 24px;
  height: 2px;
  background-color: #222;
}
.header .mobile-gnb .sidebar-btn span:nth-child(1) {
  top: 22px;
}
.header .mobile-gnb .sidebar-btn span:nth-child(2) {
  top: 32px;
  transition: opacity 0s 0.15s;
}
.header .mobile-gnb .sidebar-btn span:nth-child(3) {
  top: 42px;
}
.header .mobile-gnb .sidebar-btn span:nth-child(1), .header .mobile-gnb .sidebar-btn span:nth-child(3) {
  transition: top 0.15s 0.15s, transform 0.15s, width 0.15s, left 0.15s;
}
.header .mobile-gnb.open .sidebar-btn span:nth-child(2) {
  opacity: 0;
  transition: opacity 0.15s;
}
.header .mobile-gnb.open .sidebar-btn span:nth-child(1), .header .mobile-gnb.open .sidebar-btn span:nth-child(3) {
  top: 32px;
  width: 30px;
  transition: top 0.15s, transform 0.15s 0.15s, width 0.15s 0.15s, left 0.15s 0.15s;
}
.header .mobile-gnb.open .sidebar-btn span:nth-child(1) {
  left: 18px;
  transform: rotate(45deg);
}
.header .mobile-gnb.open .sidebar-btn span:nth-child(3) {
  left: 18px;
  transform: rotate(-45deg);
}
.header .mobile-gnb .sidebar-wrap {
  position: fixed;
  width: 100%;
  height: calc(100vh - 86px);
  top: 86px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.header .mobile-gnb.open .sidebar-wrap {
  visibility: visible;
  opacity: 1;
}
.header .mobile-gnb .sidebar-wrap .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.5s;
}
.header .mobile-gnb.open .sidebar-wrap .sidebar {
  transform: translateX(0);
}
.header .mobile-gnb .gnb-depth-1 {
  height: 100%;
  overflow-y: auto;
  background-color: #000;
}
.header .mobile-gnb .depth-1 * {
  color: #fff;
}
.header .mobile-gnb .depth-1 > .depth-1-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 60px 0 25px;
  height: 60px;
  font-size: 17px;
  font-weight: bold;
}
.header .mobile-gnb .depth-1 > .depth-1-link:not(:only-child)::before {
  content: "\e313";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 30px;
  font-family: "Material-Symbols-Outlined";
}
.header .mobile-gnb .depth-1.open > .depth-1-link:not(:only-child)::before {
  content: "\e316";
}
.header .mobile-gnb .depth-1 > .depth-1-link > span {
  position: relative;
  display: block;
  line-height: normal;
}
.header .mobile-gnb .depth-1 > .depth-1-link > span::before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 0;
  height: 9px;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  background-color: #09A7E2;
}
.header .mobile-gnb .depth-1.open > .depth-1-link > span::before {
  width: calc(100% + 4px);
}
.header .mobile-gnb .gnb-depth-2 {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  background-color: #272727;
  text-align: left;
  box-sizing: content-box;
  transition: all 0.35s ease-in-out;
}
.header .mobile-gnb .depth-1.open .gnb-depth-2 {
  padding: 15px 10px 20px;
}
.header .mobile-gnb .depth-2 > .depth-2-link {
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  transition: all 0.35s;
}
.header .mobile-gnb .depth-2 > .depth-2-link.active {
  color: #09A7E2;
  font-weight: bold;
}
.header .mobile-gnb .depth-1.open .depth-2 > .depth-2-link {
  visibility: visible;
  opacity: 1;
}

#header {
  background-color: #000;
}

#header.bg--white .header {
  background: #fff;
}
#header.bg--white .header .header-gnb .gnb-depth-1 .depth-1.last a {
  background: url(../images/ico_srch-gray.png) no-repeat center center;
}
#header.bg--white .header .header-gnb .gnb-depth-1 .depth-1 > .depth-1-link span {
  color: #000;
}
#header.bg--white .header .header-gnb .gnb-depth-1 .depth-1:hover > .depth-1-link span {
  color: #09A7E2;
}
#header.bg--white .header .depth-item {
  background-color: rgba(255, 255, 255, 0.9);
}
#header.bg--white .header .depth-item .gnb-depth-2 span {
  color: #000;
}

.bg--white {
  background-color: #fff;
}

.bg--gray {
  background-color: #222;
}

/* 상단 헤더 End */
.to-top {
  opacity: 0.7;
  position: fixed;
  bottom: 40px;
  right: 30px;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  background: #333;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  animation: floatUpDown 2s ease-in-out infinite;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.to-top span {
  color: #09A7E2;
}

.to-top.show {
  display: block;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.footer {
  background-color: #000;
  height: 313px;
}
.footer .centerbox {
  position: relative;
}
.footer a {
  display: inline-block;
  font-weight: 400;
  position: relative;
}
.footer a:hover {
  color: #09A7E2 !important;
}
.footer .footer__menu-1 {
  padding-top: 44px;
  margin-bottom: 41px;
}
.footer .footer__menu-1 a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-right: 90px;
}
.footer .footer__menu-1 .fmenu a {
  margin-right: 0;
}
.footer .footer__menu-2 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.footer .footer__menu-2 a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.footer .footer__address {
  font-size: 18px;
  font-weight: 300;
  color: #aaa;
  margin: 33px 0 11px;
}
.footer .footer__copyright {
  font-size: 14px;
  font-weight: 300;
  color: #aaa;
}
.footer .footer__graybox {
  position: absolute;
  top: 98px;
  right: 0;
  width: 274px;
  height: 164px;
  padding: 25px 34px;
  background-color: #1c1c1c;
  border-radius: 30px;
}
.footer .footer__graybox h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer .footer__graybox .day {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .footer__graybox .phone {
  color: #09A7E2;
  font-size: 40px;
  font-weight: 300;
}

.bg--black .footer {
  background-color: #000;
  border-top: 1px solid #656565;
}
.bg--black .footer .footer__menu-1,
.bg--black .footer .footer__menu-2 {
  font-weight: normal;
  color: #fff;
}
.bg--black .footer .footer__menu-1 a,
.bg--black .footer .footer__menu-2 a {
  font-weight: normal;
  color: #fff;
}
.bg--black .footer .footer__address,
.bg--black .footer .footer__copyright {
  color: #aaa;
}
.bg--black .footer .footer__graybox {
  background-color: #1c1c1c;
}
.bg--black .footer .footer__graybox h3 {
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    height: auto;
    padding: 0 30px 50px;
  }
  .footer .footer__menu-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer__menu-1 a {
    margin-right: 0;
  }
  .footer .footer__address,
  .footer .footer__copyright,
  .footer .footer__menu-2 {
    text-align: center;
  }
  .footer .footer__copyright {
    margin-bottom: 30px;
  }
  .footer .footer__graybox {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    padding: 34px 54px;
  }
  body .footer .centerbox {
    padding: 0;
  }
}
@keyframes showImg {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@keyframes showImg2 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  0% {
    -webkit-clip-path: polygon(0 0, 28% 0, 58% 100%, 0 100%);
            clip-path: polygon(0 0, 28% 0, 58% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@keyframes opacityAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleAni {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleAni2 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeUpAni {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeLeftAni {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes quick_circle {
  0% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.opacity,
.fade_up,
.fade_left,
.scaleAni,
.scaleAni2 {
  opacity: 0;
}

.showimg.in-view {
  animation-name: showImg;
  animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}

.opacity.in-view {
  animation-name: opacityAni;
  animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}

.fade_up.in-view {
  animation-name: fadeUpAni;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fade_left.in-view {
  animation-name: fadeLeftAni;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.scaleAni.in-view {
  animation-name: scaleAni;
  animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.scaleAni2.in-view {
  animation-name: scaleAni2;
  animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.quick_circle {
  animation: quick_circle 0.6s linear alternate 1s;
  opacity: 1;
  transition: 1s 1s;
}

.dropdown {
  position: relative;
  color: white;
}
.dropdown .label {
  color: #fff;
  margin-bottom: 5px;
}
.dropdown .select {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown .select .selected {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #09A7E2;
  font-size: 20px;
}
.dropdown .select .selected.placeholder {
  color: #fff;
}
.dropdown .select:hover {
  border-color: #09A7E2;
}
.dropdown .mso {
  font-size: 20px;
  transition: transform 0.3s;
  color: #fff;
  padding: 5px 10px;
}
.dropdown .mso.rotate {
  transform: rotate(180deg);
}
.dropdown .menu {
  visibility: hidden;
  background-color: #111;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-width: 150px;
  top: 120%;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  z-index: 1;
}
.dropdown .menu li {
  cursor: pointer;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}
.dropdown .menu li:hover {
  color: #09A7E2;
}
.dropdown .menu-open {
  visibility: visible;
  opacity: 1;
}
.dropdown .active {
  color: #09A7E2;
}

.contact .dropdown {
  width: 240px;
}
.contact .dropdown .select {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 35px;
  border: 1px solid #aaa;
  display: flex;
  padding: 0 15px;
  height: 50px;
}
.contact .dropdown .select .selected {
  font-size: 16px;
}

.fdropdown {
  position: relative;
  color: white;
  display: inline-block;
  width: 180px;
}
.fdropdown .flabel {
  color: #fff;
  margin-bottom: 5px;
}
.fdropdown .fselect {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fdropdown .fselect .selected {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #09A7E2;
  font-size: 20px;
}
.fdropdown .fselect .selected.placeholder {
  color: #fff;
}
.fdropdown .fselect:hover {
  border-color: #09A7E2;
}
.fdropdown .mso {
  font-size: 20px;
  transition: transform 0.3s;
  color: #fff;
  padding: 5px 10px;
}
.fdropdown .mso.rotate {
  transform: rotate(180deg);
}
.fdropdown .fmenu {
  visibility: hidden;
  background-color: #111;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-width: 150px;
  top: 120%;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  z-index: 1;
}
.fdropdown .fmenu li {
  cursor: pointer;
  padding: 10px;
  text-align: left;
  color: #fff;
  font-size: 16px;
}
.fdropdown .fmenu li:hover {
  color: #09A7E2;
}
.fdropdown .menu-open {
  visibility: visible;
  opacity: 1;
}
.fdropdown .active {
  color: #09A7E2;
}

.mo {
  display: none !important;
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
  }
  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
  .header {
    width: 100%;
    height: 86px;
    overflow: visible;
    padding-top: 0;
  }
  .header .header-inner {
    text-align: right;
  }
  .header .header-logo {
    top: 12px;
  }
  .header .header-logo img {
    height: 27px;
  }
  .header .header-gnb {
    display: none;
  }
  .header .mobile-gnb {
    display: block;
  }
  .header .mobile-gnb .sidebar-btn span {
    background-color: #fff;
  }
  body {
    width: 100%;
    min-width: auto;
    overflow-x: hidden;
  }
  .body {
    width: 100%;
  }
  .body .centerbox {
    width: 100%;
    padding: 0 30px;
  }
  .body .centerbox.pd_0 {
    padding: 0;
  }
  .centerbox {
    width: 100%;
  }
  #header.bg--white .mobile-gnb .sidebar-btn span {
    background-color: #222;
  }
  .reveal {
    position: relative;
  }
  .reveal > * {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .reveal:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  }
  .reveal.gray {
    position: relative;
  }
  .reveal.gray:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background: linear-gradient(to right, rgba(34, 34, 34, 0), rgb(34, 34, 34));
  }
  .footer__menu-1 {
    flex-wrap: wrap;
  }
  .fdropdown {
    width: 100%;
  }
  .fdropdown .fselect {
    width: 140px;
    margin: 0 auto;
  }
  .fdropdown .fmenu {
    width: 130px;
    left: 50%;
    margin-left: -70px;
  }
  .fdropdown .select {
    width: 100%;
    padding: 0 15px;
    height: 50px;
  }
  .fdropdown .select .selected {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  html.not-scroll .header .header-logo {
    opacity: 0.5;
  }
  .header .mobile-gnb .sidebar-wrap .sidebar {
    max-width: 100%;
  }
}/*# sourceMappingURL=common.css.map */