<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-gnb{
  display: none !important;
}

.gnb-right{
  display: flex;
  align-items: center;
}
.header.hide {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.header-top .inner-1780 a{
  color: #FFF !important;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: -0.28px;
}
.header-top{
  background: rgba(58, 81, 101, 0.60);
  display: flex;
  justify-content: flex-end;
}
.header-top .inner-1848{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-link{
  color: #FFF !important;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.28px;
  padding: 23px 34px;
  transition: all 0.5s;
}
.fixed-btn{
 position: fixed !important;
 right: 70px !important;
 bottom: 58px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
}
.fixed-btn a:nth-child(1){background-color: #A4A4A4;}
.fixed-btn a:nth-child(2){background-color: #404D5B;}
.fixed-btn a:nth-child(3){background-color: #333;}
.fixed-btn a{
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tit-wrap{
  padding: 0px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tit-wrap strong{
  color: #374555;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 15px */
  letter-spacing: -0.3px;
}
.tit-wrap h2{
  color: #383838;
  text-align: center;
  font-family: Pretendard;
 font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 38px */
  letter-spacing: -0.76px;
}

/* í‘¸í„° íŒì—… */
.no-scroll {
  overflow: hidden !important;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}

.popup-dim {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998 !important; 
  padding: 20px !important; 
}



.popup {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 49px 53px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  min-width: 320px;
  pointer-events: auto;
  z-index:9999 !important;
  max-width: 700px;
  width: 100%;
}

.popup.active {
  display: block;
}

.popup .popup-header{
  border-bottom: 1px solid #DDD;
}
#popup-contact .popup-cont p{
  padding: 30px 0;
}
.popup .tab-cont p+p{
  margin-top: 20px;
}
.popup .popup-cont a{
  color: #333;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
letter-spacing: -0.36px;
}
.popup .popup-cont{
  display: flex;
  flex-direction: column;
  color: #333;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.popup .popup-header h2{
  color: #000;
font-family: Pretendard;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 30px */
letter-spacing: -1.004px;
}
.popup .popup-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
 
}
.popup-tab a{
  padding: 20px;
  flex: 1;
  text-align: center;
}
.popup-tab{
  display: flex;
margin-top: 30px;
  border: 1px solid #DDD;
}

.popup-tab a.active {
  color: #666;
  background-color: #666;
  color: #fff;
}
#popup-notice .tab-cont{
  padding: 20px 0;
}




































.show-default {
  display: block !important;
}

.hide-default {
  display: none !important ;
}

.blind {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

:root {
  /* --myeongjo: "Nanum Myeongjo", sans-serif; */
  --pretend: "Pretendard", sans-serif;
  /* --libre: "Libre Baskerville", sans-serif; */
  --deepblue: #004f8a;
  --blue: #7aadd3;
  --bgblue: #F2F7FB;
  --deepgold: #dda364;
  --gold: #e4be88;
  --line: rgb(123, 180, 224, 0.6);
}
#skipNav {
  position: relative;
  z-index: 9999;
}
#skipNav a {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: var(--deepblue);
}
#skipNav a:focus,
#skipNav a:active {
  top: 0;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

body::-webkit-scrollbar-track {
  background-color: var(--bgblue);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--line);
}

/* body {
  background-color: var(--bgblue);
} */

#container {
  position: relative;
}

.view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: relative;
  width: 200px;
  height: 54px;
  /* height: 65px; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  border: 1px solid #DDD;
  /* border: 1px solid var(--line); */
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  font-size: 15px;
  font-weight: 400;
  font-family: Pretendard;
}
.view-more img {
  -webkit-transition: filter 0.3s;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.view-more.sub-style {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
}
.view-more.sub-style::before, .view-more.sub-style::after {
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
.view-more.sub-style:hover::before, .view-more.sub-style:hover::after {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.view-more.sub-style02 {
  border: none;
  height: auto;
  width: auto;
  gap: 10px;
  background-color: transparent;
}
.view-more.sub-style02::after, .view-more.sub-style02::before {
  display: none;
}
.view-more.sub-style02 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 14px;
  height: auto;
}
.view-more.sub-style02:hover {
  color: #222;
}
.view-more.sub-style02:hover img {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.view-more::before,
.view-more::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.view-more::before {
  background: var(--blue);
}

.view-more::after {
  /* background: var(--deepblue); */
  background: #374555;
}

.view-more:hover {
  color: #fff;
}

.view-more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.view-more:hover::before,
.view-more:hover::after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.view-more:hover::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.visit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.visit-btn__arrow {
  width: 12px;
  height: 12px;
  overflow: hidden;
}

.visit-btn:hover .visit-btn__arrow img {
  -webkit-animation: MoveRightInitial 0.2s forwards, MoveRightEnd 0.4s forwards 0.2s;
  animation: MoveRightInitial 0.2s forwards, MoveRightEnd 0.4s forwards 0.2s;
}

@-webkit-keyframes MoveRightInitial {
  to {
    -webkit-transform: translate3d(250%, -250%, 0);
    transform: translate3d(250%, -250%, 0);
  }
}
@keyframes MoveRightInitial {
  to {
    -webkit-transform: translate3d(250%, -250%, 0);
    transform: translate3d(250%, -250%, 0);
  }
}
@-webkit-keyframes MoveRightEnd {
  from {
    -webkit-transform: translate3d(-150%, 150%, 0);
    transform: translate3d(-150%, 150%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes MoveRightEnd {
  from {
    -webkit-transform: translate3d(-150%, 150%, 0);
    transform: translate3d(-150%, 150%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.header.scrolled {
  background-color: rgba(58, 81, 101, 0.60);
  color: white;
}

.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
/* #container::after,
#container::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 98;
  background-color: var(--line);
}

#container.main-page::after,
#container.main-page::before {
  top: 100vh;
  height: calc(100% - 100vh);
} */

/* .header-side::after,
#container::after {
  right: var(--innerLine);
}

.header-side::before,
#container::before {
  left: var(--innerLine);
} */

.header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  font-family: Pretendard;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header &gt; .inner-1780 {
 
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: space-between;
}

/* .header.fixed .footer{
  margin-top: 0;
} */
.header.side-on, .header.fixed
.header.side-on, .header.fixed {
  /* background-color: var(--bgblue); */
  background-color: transparent;
  /* background-color: rgba(58, 81, 101, 0.60); */
}
/* .header.fixed &gt; .inner {
  border-bottom: 1px solid var(--line);
}
.header.side-on &gt; .inner, .header.fixed &gt; .inner {
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
} */
 .header.fixed h1 a {
  /* background-image: url("/image/common/logo02.svg"); */
  background-image: url("/image/common/h_logo_fixed.svg");
  /* background-image: url("/image/common/h_logo.svg"); */
}
.header.side-on .header-gnb__depth1, .header.fixed .header-gnb__depth1 {
  color: #fff;

}
 .header.fixed .header-link {
  /* border-color: rgba(34, 34, 34, 0.3); */
  color: #fff;
  padding: 13px 34px;
  /* transition: all 0.5s; */
}

.header.side-on .header-link:hover, .header.fixed .header-link:hover {
  background: rgba(0, 0, 0, 0.70);
  color: #fff;
  background: rgba(0, 0, 0, 0.70);
}
.header.side-on .header-link:hover img, .header.fixed .header-link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header.side-on .hamburger-btn span{
 background-color: #fff !important;
}
 .header.fixed .hamburger-btn span {
 
  background-color: #222;
}
.header.side-on .header-gnb {
  display: none;
}
/* .header.side-on .header-link {
  margin-left: auto;
} */
.logo{
  will-change: transform;
}
.header h1 a {
  display: block;
  width: 145px;
  height: 33px;
  background-image: url("/image/common/h_logo.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.header-gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 60px;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-gnb &gt; div {
  position: relative;
  height: 100%;
}

.header-gnb__depth1 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-gnb__depth2 {
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border: 1px solid var(--line);
  border-top: none;
  display: none;
}

.header-gnb__depth2 nav {
  width: 180px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--bgblue);
  padding: 30px 0;
}

.header-gnb__depth2 a {
  font-size: 16px;
  color: #888;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-gnb__depth2 a:hover {
  color: var(--deepblue);
  font-weight: 700;
}

/* .header-link {
  margin-left: 60px;
  width: 157px;
  height: 43px;
  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;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */
.header-link:hover {
  background-color: #1F2631;
  /* background-color: var(--deepgold);
  border-color: var(--deepgold); */
}

.header-link img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.hamburger-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 40px;
  width: 35px;
  position: relative;
  z-index: 9999 !important;
}
.hamburger-btn.active span:nth-child(1),
.hamburger-btn.active span:nth-child(3) {
  width: 100%;
}

.hamburger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.hamburger-btn span:not(:first-child) {
  margin-top: 7px;
}

.hamburger-btn span:nth-child(1),
.hamburger-btn span:nth-child(2) {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hamburger-btn span:nth-child(1){
  width: 100%;
}
.hamburger-btn span:nth-child(2){
  width: 70%;

}
.hamburger-btn span:nth-child(3) {
  width: 50%;
}

.hamburger-btn:hover span:nth-child(1),
.hamburger-btn:hover span:nth-child(2),
.hamburger-btn:hover span:nth-child(3) {
  width: 100%;
}

.hamburger-btn span:nth-child(1) {
  margin-left: auto;
}

.hamburger-btn span:nth-child(3) {
  -webkit-transform: rotate(0deg) translate(0, 0);
          transform: rotate(0deg) translate(0, 0);
}

.hamburger-btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 3px);
          transform: rotate(45deg) translate(6px, 3px);
}

.hamburger-btn.active span:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.hamburger-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(10px, -6px);
          transform: rotate(-45deg) translate(10px, -6px);
}

.header-side {
  position: fixed;
  top: 0;
  right: 0 !important;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.90);
  z-index: -1;
 display: block;
/* width: 27.6vw !important; */
width: 530px !important;
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
  -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
  -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
  transition: transform .2s cubic-bezier(.16, .68, .43, .99);
  z-index: 9999;
}
.header-side .inner {
  /* overflow-y: auto; */
 padding: 132px 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
        width: 100%;
        height: auto;
}
.header-side nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-side nav &gt; div + div{
  border-top: 1px solid #444;
padding-top: 40px;
}
.header-side nav &gt; div {
  display: flex;
  flex-direction: column;
  gap: 10px;
 
}
.gnb-right a{
  display: none;

}

/* .header-side nav:hover &gt; div:hover .header-side__depth1 {
  opacity: 1;
}
.header-side nav:hover .header-side__depth1 {
  opacity: 0.3;
} */

.overlay-pushy {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90 ;

}

.overlay-active {
  display: block;
  animation: fade 500ms;
}

.header-side {
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  /* height: 100vh; */
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateX(100%);
  z-index: 999 ; 
}

@keyframes fade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.header-side__depth1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.798px; /* 150% */
  letter-spacing: -0.793px;
}
p.header-side__depth1 {
  display: none;
}

.header-side__depth2 a{
  color: #929292;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 150% */
letter-spacing: -0.567px;
transition: all 0.3s;
padding-top: 10px;
}
.header-side__depth2 a{
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-side__depth2 a:last-child:after{
  display: none;
}
.header-side__depth2 a::after{
  content: '';
  width: 1px;
  height: 16px;
  background-color: #929292;
  margin-right: 10px;
}
.header-side__depth2 {
  /* display: none;
  opacity: 0; */
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          color: #929292;
          flex-wrap: wrap;
          font-family: "Noto Sans KR";
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: 16.998px; /* 150% */
          letter-spacing: -0.567px;
          
}




/* footer */
.main-page {
}
.footer {
  background-color: #333;
  padding-bottom: env(safe-area-inset-bottom);
}

.footer .footer-info{
  display: flex;
  align-items: center;
}
.footer .footer-info a + a{ 
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer .footer-info a + a::before{
  content: '';
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.50);
  margin-left: 15px;
}
.footer .footer-info a{
  color: rgba(255, 255, 255, 0.50);

font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 100%;
}

.footer .copy{
  color: rgba(255, 255, 255, 0.50);
text-align: center;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%;
}
.footer .inner-1220 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 42px 0;
}







@-webkit-keyframes headerAnim {
  to {
    top: 0;
  }
}
@keyframes headerAnim {
  to {
    top: 0;
  }
}

/* intro page */
.intro-page {
  height: 100vh;
}
.intro-page .content {
  height: 100%;
  position: relative;
  display: flex;
}
.intro-page::before,
.intro-page::after,
.intro-page .content::before,
.intro-page .content::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.20);
  z-index: 2;
}
.intro-page::before,
.intro-page .content::before {
  width: calc(100% - 80px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.intro-page::before {
  top: 40px;
}
.intro-page .content::before {
  bottom: 40px;
}
.intro-page::after,
.intro-page .content::after {
  height: calc(100% - 80px);
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.intro-page::after {
  left: 40px;
}
.intro-page .content::after {
  right: 40px;
}
.intro-page .content &gt; div {
  padding-top: 160px;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: auto 110%;
  background-repeat: no-repeat; 
  transition: width .65s .15s cubic-bezier(0.76, 0, 0.24, 1), background .5s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
  background-blend-mode: darken;
}
.intro-page .content &gt; div .view-more {
  background-color: transparent;
  color: #fff;
}
.intro-page .content &gt; div.on {
  width: 75%;
  background-color: rgba(0, 0, 0, 0.4);
}
.intro-page .content &gt; div.off {
  width: 25%;
}
.intro-page .theH {
  background-image: url('/image/common/intro_bg01.jpg');
}
.intro-page .ai {
  background-image: url('/image/common/intro_bg02.jpg');
}
.intro-page .content &gt; div p {
  margin-bottom: 50vh;
  font-size: 30px;
  font-weight: 600;
  transform: translateY(60px);
  transition: all .5s .3s ease;
  font-family: var(--pretend);
}
.intro-page .content &gt; div.on p {
  transform: translateY(0);
  font-size: 36px;
}
.intro-page .content &gt; div.off p {
  opacity: 0;
  font-size: 24px;
}
.intro-page .content &gt; div .view-more {
  opacity: 0;
  transform: translateY(100%);
  border-color: rgba(255, 255, 255, 0.30);
}
.intro-page .content &gt; div.on .view-more {
  opacity: 1;
  transform: translateY(0);
  transition: transform .5s .5s ease, opacity .5s .5s ease;
}
.intro-page .content &gt; div .view-more:hover {
  color: #222;
  transition: color .3s .3s ease;
}
.intro-page .content &gt; div .view-more:hover img {
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
  transition: filter .3s .3s ease;
}
.intro-page .content &gt; div .view-more::after {
  background-color: #fff;
}

.poa{
  display: none;
}
 .poa a{
 
  padding: 0px 10px;
  transition: none !important;
  background: none !important;
  color: #FFF !important;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: -0.28px;
}
@media all and (max-width: 1780px) {
  .footer .inner02 {
    padding: 100px 40px;
  }
  .header &gt; .inner {
    padding: 0 40px;
  }
}
@media all and (max-width: 1500px) {
  .header-gnb {
    gap: 40px;
  }
  .header-gnb__depth1 {
    font-size: 16px;
  }
  /* .header-link {
    margin-left: 40px;
    width: 130px;
    height: 40px;
    font-size: 14px;
    gap: 10px;
  } */
  /* .header-link img {
    width: 12px;
  }
  .header-side__img {
    width: 620px;
  }

  .header-side__depth1 {
    font-size: 42px;
  }
  .header-side nav &gt; div {
    grid-template-columns: 240px auto;
  }
  .header-side__depth2 a {
    font-size: 20px;
  }
  .footer.sub-style .footer-gnb {
    display: none;
  } */
}
@media all and (max-width: 1200px) {
  .header-gnb {
    display: none;
  }
  /* .header-link {
    margin-left: auto;
  } */
  .header &gt; .inner,
  .header.side-on &gt; .inner, .header.fixed &gt; .inner {
    padding: 0;
    border: none;
  }
  .header &gt; .inner {
    height: 80px;
  }
  .header {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  }
  /* .header.side-on, .header.fixed {
    border-color: var(--line);
  } */
  .header-side::after, #container::after,
  .header-side::before, #container::before {
    display: none;
  }
  /* .header.side-on h1 a, .header.fixed h1 a {
    background-image: url("/image/common/logo02_m.svg");
  } */
  .footer-info p {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .footer-gnb {
    display: none;
  }
  .footer-info__btns {
    margin-bottom: 30px;
  }
  .footer-info__btns a {
    height: 45px;
    font-size: 14px;
    padding: 0 20px;
  }
  .footer-info__btns a img {
    width: 16px;
  }
  .footer-info__list {
    gap: 10px 20px;
    width: auto;
  }
  .footer-info__list li{
    font-size: 14px;
  }
  .footer::after, .footer::before {
    display: none;
  }
  .footer .inner02 {
    padding: 80px 0;
  }
  .footer .copy {
    margin: 0;
  }
  .header-side__img {
    display: none;
  }
  .header-side nav {
    margin: 0;
  }
  .header-side__depth2 {
    display: flex;
    margin: 0;
    opacity: 1;
  }
  .intro-page .content &gt; div p {
    margin-bottom: 30vh;
    font-size: 24px;
  }
  .intro-page .content &gt; div.on p {
    font-size: 30px;
  }
}
@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }
  .hide-1024 {
    display: none !important;
  }
  .intro-page {
    height: auto;
  }
  .intro-page .content {
    flex-direction: column;
  }
  .intro-page .content &gt; div {
    padding-top: 0;
    width: 100%;
    background-size: cover;
    transition: none;
    justify-content: center;    
    background-blend-mode: normal;
    height: 50vh;
  }
  .intro-page .theH {
    background-image: url(/image/common/intro_bg01_m.jpg);
  }
  .intro-page .ai {
    background-image: url(/image/common/intro_bg02_m.jpg);
  }
  .intro-page .content &gt; div .view-more {
    opacity: 1;
    transform: translateY(0);
  }
  .intro-page .content &gt; div p {
    margin-bottom: 120px;
    transform: none;
  }
}
@media all and (max-width: 720px) {
  /* .header.side-on .logo{
    display: none;
  }
  .gnb-right{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
  .header.side-on .gnb-right a{
    position: relative;
  display: block;
   transition: all 0.5s;
   z-index: 9999 !important;
   padding: 13px 15px;
  } */
  .poa{
   display: block;
   position: absolute;
   right: 60px;
   top: 30px;
   display: flex;
  }
  .header.side-on .poa a{
    display: block;
    width: 100%;
    height: 100%;
  
  }

  .footer .inner-1220 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 0;
    flex-direction: column;
    gap: 20px;
  }



  .popup .popup-cont a,
  .popup .popup-cont{
    font-size: 14px;
  }

















.main-page .tit-wrap{
  gap: 20px;
}


  .show-720 {
    display: block !important;
  }
  .hide-720 {
    display: none !important;
  }
  .header &gt; .inner {
    height: 16.67vw;
  }
  /* .header h1 a {
    width: 8.62vw;
    height: 5.83vw;
  } */
  /* .header-link {
    width: 29.72vw;
    height: 7.5vw;
    font-size: 3.06vw;
    gap: 1.67vw;
  } */
  .header-link img {
    width: 3.06vw;
  }
  .hamburger-btn {
    margin-left: 0px;
    /* width: 7.36vw;
    margin-left: 4.17vw; */
  }
  /* .hamburger-btn span:not(:first-child) {
    margin-top: 1.11vw;
  } */
  /* .footer {
    background-image: url("/image/common/footer_bg_m.png");
  } */
  .footer .inner {
    padding: 16.67vw 0;
  }
  .footer-info p {
    font-size: 6.94vw;
    margin-bottom: 11.11vw;
  }
  .footer-info__btns{
    gap: 1.39vw;
    flex-wrap: wrap;
  }
  .footer-info__btns a {
    height: 9.17vw;
    padding: 0 4.17vw;
    font-size: 3.61vw;
  }
  .footer-info__btns li:first-child {
    margin-right: 100%;
  }
  .footer.sub-style .footer-info__btns li:first-child {
    margin-right: 0;
  }
  .footer.sub-style .footer-info__btns {
    gap: 2.5vw;
  }
  .footer.sub-style .footer-info__btns li:not(:first-child) {
    padding-left: 2.5vw;
  }
  .footer-info__btns a {
    gap: 1.39vw;
  }
  .footer-info__btns a img {
    width: 3.47vw;
  }
  .footer .copy {
    padding: 0;
    /* height: 11.11vw; */
    /* font-size: 3.06vw; */
  }
  .footer-info__list {
    gap: 2.08vw 4.17vw;
  }
  .footer-info__list li {
    font-size: 3.33vw;
  }
  .visit-btn {
    gap: 2.08vw;
    font-size: 2.5vw;
  }
  .visit-btn__arrow {
    width: 2.22vw;
    height: 2.22vw;
  }
  .visit-btn img {
    width: 100%;
  }
  /* .hamburger-btn.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1vw, 1.1vw);
            transform: rotate(45deg) translate(1vw, 1.1vw);
  }
  
  .hamburger-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(.85vw, -1vw);
            transform: rotate(-45deg) translate(.85vw, -1vw);
  } */
  .header-side .inner {
    display: block;
    /* padding-top: 18.06vw; */
    /* height: auto; */
  }


  .header-side {
    width: 100% !important;
  }












  /* .header-side nav &gt; div {
    display: block;
  } */
  /* .header-side nav &gt; div.off .header-side__depth1 {
    opacity: 0.3;
  }
  .header-side nav &gt; div.on .header-side__depth1 img {
    transform: rotate(180deg);
  }
  .header-side__depth2{
    display: none;
    padding: 5.56vw;
    background-color: #deeaf3;
    margin-top: 4.17vw;
  }
  .header-side__depth1,
  p.header-side__depth1 { 
    display: flex;
    justify-content: space-between;
    font-size: 8.33vw;
  }
  .header-side__depth1 img {
    width: 4.17vw;
    transition: transform .3s ease;
  }
  .header-side nav:hover .header-side__depth1 {
    opacity: 1;
  }
  .header-side__depth2 a {
    display: block;
    font-size: 5.28vw;
    margin-top: 4.17vw;
  }
  .header-side__depth2 a.on {
    opacity: 1; 
  }
  .header-side__depth2 a:first-child {
    margin-top: 0;
  }
  .header-side nav {
    gap: 8.33vw;
  }
  .header-side {
    overflow-y: scroll;
    border: none;
  }
  .footer .inner02 {
    padding: 16.67vw 0;
  }
  .footer.sub-style .footer-info__list {
    margin-top: 11.11vw;
  } */
  .intro-page .content &gt; div {
    height: 105.56vw;
  }
  .intro-page .content &gt; div p {
    margin-bottom: 16.67vw;
    font-size: 5.28vw;
  }
  .intro-page::before,
  .intro-page .content::before {
    width: calc(100% - 11.11vw);
  }
  .intro-page::before {
    top: 5.56vw;
  }
  .intro-page .content::before {
    bottom: 5.56vw;
  }
  .intro-page::after,
  .intro-page .content::after {
    height: calc(100% - 11.11vw);
  }
  .intro-page::after {
    left: 5.56vw;
  }
  .intro-page .content::after {
    right: 5.56vw;
  }
}
@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }
  .hide-640 {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .header-side .inner {
    padding-left: 20px;
    padding-right: 20px;
    /* padding-top: 18.06vw; */
  }
  .header-side__depth2 {
    flex-wrap: wrap;
  }

}
@media all and (max-width: 445px) {
  .header-side__depth2 a{
   margin: 5px 0;
  }
}
@media all and (max-width: 425px) {
  /* .hamburger-btn.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1.6vw, 1.20vw);
            transform: rotate(45deg) translate(1.6vw, 1.20vw);
  }
  .hamburger-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(1.90vw, -1.5vw);
    transform: rotate(-45deg) translate(1.90vw, -1.5vw);
  } */
}

@media all and (min-width: 768px) {
  .header-side__depth2 a:hover{
    color: #fff;
  }
}</pre></body></html>