/* ========================================================= */
/*                          Init.                            */
/* ========================================================= */
html { height:100%; }
body { touch-action: pan-x pan-y; }
div.body { max-width: 100%; min-height:calc(100% - 100px); margin:0 auto; font-size:13px; }



/* ========================================================= */
/*                           common                          */
/* ========================================================= */
/* Basic */
.container { width:100%; min-width:320px; max-width:1400px; margin:0 auto; padding:0; }
section.bg-darker { background-color: #1A1A1A; color:#fff; }
section h3 { font-size: 5em; font-weight: 800; color:var(--primary-color); line-height: 1; }
section p.sub-title1 { font-size: 3.25em; text-align: center; font-weight: 300; line-height: 1; margin-bottom: 10px; }
section p.sub-title2 { font-size: 3.25em; text-align: center; font-weight: 600; line-height: 1; margin-bottom: 80px; }

.tx-primary { color:var(--primary-color); }
.tx-grey { color:var(--grey-color); }
.txt-glow { text-shadow: rgba(255,255,255,0.75) 0px 0px 30px; }

/* swiper.js */
.swiper-button-next, 
.swiper-button-prev { width: 60px; height: 60px; background-color: rgba(0, 0, 0, 0.2); border-radius: 100%; transform: translateY(-50%); top:calc(50% + 25px); }
.swiper-button-next:after, 
.swiper-button-prev:after { color:#fff; font-size: 20px; }
.swiper-pagination-progressbar { background: #e8e8e8; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #2c2c2c; }
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal { top: initial; bottom: 0; }
.swiper-pagination-bullet { width: 14px; height: 14px; }
.swiper-pagination-bullet-active { background-color: var(--primary-color); }
.swiper-pagination.dark .swiper-pagination-bullet { background: #c2c0c3; opacity: 1; }
.swiper-pagination.dark .swiper-pagination-bullet-active { background-color: var(--primary-color); }

/* primary ani button */
.bt-primary { position: relative; border-radius: 25px; border-color: #cdcdcd; height: auto; padding: 10px 35px; background-color: transparent; overflow: hidden;
  color:#6a6a6a; font-size: 1.5em; font-weight: 500; }
.bt-primary::before { content:''; position: absolute; top:0; left:0; width: 0; height: 100%; background-color: var(--primary-color); transition: all ease-in-out 0.3s;
  z-index: -1; }
.bt-primary:hover { color:#fff; border-color: var(--primary-color); }
.bt-primary:hover::before { width: 100%; }

/* responsive square st. */
.square-box { position: relative; }
.square-box::after { content:''; display: block; padding-bottom: 100%; }
.square-box.rect110::after { padding-bottom: 110%; }
.square-box.rect120::after { padding-bottom: 120%; }
.square-box.rect130::after { padding-bottom: 130%; }
.square-box.rect140::after { padding-bottom: 140%; }
.square-box.rect150::after { padding-bottom: 150%; }
.square-box img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }



/* ========================================================== */
/*                         헤더, 풋터                         */
/* ========================================================== */
/* header */
header { position: fixed; top:0; width: 100%; z-index: 999; mix-blend-mode: difference; }
header div.container { position: relative; transition: all ease-in-out 0.5s; }
header div.container>div { position: absolute; top:80px; transition: all ease-in-out 0.5s; }
header div.logo-box { left:0px; }
header div.logo-box a { display: block; width: 75px; }
header div.navi-box { right:0px; }
header div.navi-box .nav-inner { position: relative; }
header div.navi-box button.bt-menu { width: 55px; height: 55px; display: flex; flex-direction: column; gap: 6px; justify-content: center; align-items: center;
  border:1px solid #454343; border-radius: 100%; background: linear-gradient(185deg,rgba(69, 67, 67, 1) 0%, rgba(19, 19, 19, 1) 100%); position: relative; z-index: 20; }
header div.navi-box button.bt-menu>span { width: 25px; height: 3px; background-color: #e8e8e8; transition: all 0.3s ease; position: relative; }
header div.navi-box button.bt-menu.active>span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
header div.navi-box button.bt-menu.active>span:nth-child(2) { opacity: 0; }
header div.navi-box button.bt-menu.active>span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
header div.navi-box button.bt-menu > span:nth-child(1),
header div.navi-box button.bt-menu > span:nth-child(3) { transform-origin: center; }
header div.navi-box .menu-list { display: none; position: absolute; top: 65px; right: 0; overflow: visible; }
header div.navi-box .menu-list ul>li { opacity: 0; transform: translateY(-15px); transition: all .5s cubic-bezier(.25, .46, .45, .94); margin-bottom: 5px; }
header div.navi-box .menu-list.active ul>li { opacity: 1; transform: translateY(0); }
header div.navi-box .menu-list.active ul>li:nth-child(1) { transition-delay: 0.0s; }
header div.navi-box .menu-list.active ul>li:nth-child(2) { transition-delay: 0.1s; }
header div.navi-box .menu-list.active ul>li:nth-child(3) { transition-delay: 0.2s; }
header div.navi-box .menu-list.active ul>li:nth-child(4) { transition-delay: 0.3s; }
header div.navi-box .menu-list.active ul>li:nth-child(5) { transition-delay: 0.4s; }
header div.navi-box .menu-list.active ul>li:nth-child(6) { transition-delay: 0.5s; }
header div.navi-box .menu-list ul>li>a { position: relative; display: block; padding: 10px 20px; transition: all ease 0.5s; border-radius: 25px; font-size: inherit;
  color:#fff; text-align: center; white-space: nowrap; overflow: hidden; }
header div.navi-box .menu-list ul>li>a::before { content:''; width: 100%; height: 100%; background: #434142; position: absolute; top:0; left: 0; z-index: 1;
  background: linear-gradient(210deg,rgba(67, 65, 66, 1) 0%, rgba(12, 12, 12, 1) 100%); }
header div.navi-box .menu-list ul>li>a::after { content:''; width: 0%; height: 100%; background: #0045BB; position: absolute; top:0; left: 0; z-index: 2;
  background: linear-gradient(210deg,rgba(0, 69, 187, 1) 0%, rgba(2, 51, 137, 1) 100%); transition: width ease-in 0.25s; }
header div.navi-box .menu-list ul>li>a:hover::after,
header div.navi-box .menu-list ul>li>a:active::after { width: 100%; }
header div.navi-box .menu-list ul>li>a>span { position: relative; z-index: 3; }
header.scroll div.container { max-width: calc(100% - 50px); }
header.scroll div.container>div { top:30px; }

/* footer */
footer { background-image: url('/images/background/bg_footer.jpg'); background-position: center top; background-size: cover; background-repeat: no-repeat; padding-top: 115px; }
footer p { color:#fff;  }
footer .ft-main { margin-bottom: 115px; }
footer .ft-main p.sub-tit { font-size: 1.3em; font-weight: 700; margin-bottom: 30px; }
footer .ft-main p.sub-tit>span { font-size: 1.25em; padding-right: 5px; }
footer .ft-main p.sub-des { font-size: 3.0em; font-weight: 300; line-height: 1.2; }

footer .ft-contact>p { display: flex; align-items: center; gap: 25px; font-size: 1.3em; }
footer .ft-contact>p::before { content:''; background-position: center left; background-repeat: no-repeat; background-size: contain; width: 45px; height: 45px; }
footer .ft-contact>p.i-addre::before { background-image: url('/images/icon/footer_icon01.png'); }
footer .ft-contact>p.i-phone::before { background-image: url('/images/icon/footer_icon02.png'); }

footer .site-map>ul { display: flex; }
footer .site-map>ul>li { flex:1; }
footer .site-map>ul>li>p { font-size: 1.25em; font-weight: 700; margin-bottom: 30px; }
footer .site-map>ul>li>div { display: flex; flex-direction: column; }
footer .site-map>ul>li>div>a { color:rgb(255 255 255 / 75%); margin-bottom: 12px; margin-right: 20px; }
footer .site-map>ul>li>div>a:hover { color:#fff; }

footer .ft-bottom { display: flex; align-items: center; gap: 30px; border-top: 2px solid rgb(255 255 255 / 25%); padding: 35px 0px 50px; margin-top: 100px; }
footer .ft-bottom img.f-logo { width: 80px; opacity: 0.5; }
footer .ft-bottom ul>li { font-size: 1.1em; color: rgb(255 255 255 / 75%); }

/* floating Button */
.btm-floating-btn { position: fixed; bottom: 15%; right: 100px; cursor: pointer; z-index: 9999; mix-blend-mode: difference; transform: scale(0.05); transform-origin: bottom right; }
.btm-floating-btn::after { content: ""; position: absolute; top: 50%; left: 50%; width: 425%; height: 425%; background: url('/images/background/bg_floating.png') no-repeat center center;
  background-size: cover; transform-origin: center center; animation: rotate_Bg 10s linear infinite; transform: translate(-50%, -50%) rotate(0deg); opacity: 0.8; }
.btm-floating-btn svg.icon-pencil { fill: white; mix-blend-mode: difference; transition: all ease 0.25s; }
.btm-floating-btn:hover svg.icon-pencil { transform: scale(1.25); }



/* ============================================================================= */
/*                                   page - main                                 */
/* ============================================================================= */
.page-main section .s-head { display: flex; justify-content: space-between; }
.page-main section .s-head>ul>li>p { font-size: 1.75em; margin-bottom: 5px; }
.page-main section .s-head>ul>li:nth-child(1)>p { font-weight: 600; }
.page-main section .s-head>ul>li.bt-box { display: flex; gap:10px; margin-top: 40px; }
.page-main section .sub-section { padding: 75px 0 155px; }
.page-main section .sub-section p.s-sub { font-size: 1.5em; font-weight: 700; margin-bottom: 10px; }
.page-main section .sub-section h4.s-tit { font-size: 3.5em; margin-bottom: 30px; }

.page-main section.sec-01 { padding-top: 280px; background-color: var(--main-bg-color); }
.page-main section.sec-01 .txt-wrap p { color:#fff; font-size: 5.2em; font-weight: 700; }
.page-main section.sec-01 .txt-wrap p .tx-outline { color: transparent; -webkit-text-stroke: 1px #fff; }
.page-main section.sec-01 .carousel-wrap { display: flex; flex-flow: column; align-items: center; height: min-content; padding: 150px 0 300px; margin-top: -50px;
  position: relative; overflow: hidden; }
.page-main section.sec-01 .carousel-wrap>.swiper-container { width: calc(100% + 25vw); will-change: transform; opacity: 0; transition: all 1.25s ease-in-out;
  transform: rotate(0deg) rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) translateY(50%); }
.page-main section.sec-01 .carousel-wrap>.swiper-container.loaded { opacity: 1; transform: rotate(-31deg) rotateX(26deg) rotateY(25deg) skewX(8deg) skewY(11deg) translateY(0%); }
.page-main section.sec-01 .carousel-wrap>.swiper-container>.swiper-top { overflow: visible; pointer-events: none; }
.page-main section.sec-01 .carousel-wrap>.swiper-container>.swiper-top>.swiper-wrapper { transition-timing-function: linear; }
.page-main section.sec-01 .carousel-wrap>.swiper-container>.swiper-top .swiper-slide { width: 20%; height: fit-content; padding: 0 15px; }
.page-main section.sec-01 .carousel-wrap>.swiper-container>.swiper-top .swiper-slide img { display: block; transition: all ease 0.5s; overflow: hidden; border-radius: 30px; }
.page-main section.sec-01 .carousel-wrap>.swiper-container>.swiper-top .swiper-slide img:hover { transform: scale(1.025); }


/* --------- main_section : 02 --------- */
.page-main section.sec-02 { background-color: var(--main-bg-color); }
.page-main section.sec-02 .carousel-wrap>.container { position: relative; }
.page-main section.sec-02 .carousel-wrap ul.bt-box { display: flex; position: absolute; top:0; left: 0px; gap: 20px; z-index: 10; }
.page-main section.sec-02 .carousel-wrap ul.bt-box>li { display: flex; align-items: center; gap: 20px; padding: 30px 0; }
.page-main section.sec-02 .carousel-wrap ul.bt-box>li::after { content: ''; width: 2px; height: 40%; background-color: #313131; }
.page-main section.sec-02 .carousel-wrap ul.bt-box>li:nth-child(3)::after,
.page-main section.sec-02 .carousel-wrap ul.bt-box>li:nth-child(4)::after { display: none; }
.page-main section.sec-02 .carousel-wrap ul.bt-box>li>button { height: auto; padding: 10px 0; background: transparent; color:#fff; font-weight: 600; font-size: 2.15em; }
.page-main section.sec-02 .carousel-wrap ul.bt-box>li>button.active,
.page-main section.sec-02 .carousel-wrap ul.bt-box>li>button:hover { color:var(--primary-color); }
.page-main section.sec-02 .carousel-wrap ul.bt-box>li:nth-child(4)>button { opacity: 0; min-width: 120px; }

.page-main section.sec-02 .swiper-slide>.inner { position: relative; height: 100vh; min-height: 910px; background-size: cover; background-repeat: no-repeat; 
  background-position: center; }
.page-main section.sec-02 .swiper-slide>.inner>.container { display: flex; position: relative; height: 100%; }
.page-main section.sec-02 .swiper-slide .tx-wrap { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.page-main section.sec-02 .swiper-slide .tx-wrap>p.g-tx { opacity: 0; transform: translateY(15px); transition: opacity 0.6s ease, transform 0.6s ease; }
.page-main section.sec-02 .swiper-slide.swiper-slide-active:not(.first-slide) .tx-wrap>p.g-tx { transform: translateY(0); }
.page-main section.sec-02 .swiper-slide.swiper-slide-active:not(.first-slide) .tx-wrap>p.g-tx:nth-child(1) { opacity: 1; }
.page-main section.sec-02 .swiper-slide.swiper-slide-active:not(.first-slide) .tx-wrap>p.g-tx:nth-child(2) { opacity: 1; transition-delay: 0.2s; }
.page-main section.sec-02 .swiper-slide.swiper-slide-active:not(.first-slide) .tx-wrap>p.g-tx:nth-child(3) { opacity: 1; transition-delay: 0.4s; }
.page-main section.sec-02 .swiper-slide.first-slide.scrolled.swiper-slide-active .tx-wrap>p.g-tx { opacity: 1; transform: translateY(0); }
.page-main section.sec-02 .swiper-slide.first-slide.scrolled.swiper-slide-active .tx-wrap>p.g-tx:nth-child(2) { transition-delay: 0.2s; }
.page-main section.sec-02 .swiper-slide.first-slide.scrolled.swiper-slide-active .tx-wrap>p.g-tx:nth-child(3) { transition-delay: 0.4s; }
.page-main section.sec-02 .swiper-slide>.inner .tx-wrap>p:first-child { font-size: 5em; margin-bottom: 40px; }
.page-main section.sec-02 .swiper-slide>.inner .tx-wrap>p:nth-child(2) { font-size: 3em; font-weight: 700; line-height: 1.1; margin-bottom: 35px; }
.page-main section.sec-02 .swiper-slide>.inner .tx-wrap>p:nth-child(3) { font-size: 1.75em; }

/* slide-01 : 래퍼런스 */
.page-main section.sec-02 .swiper-slide>.inner.i-01 { background-image: url('/images/background/bg_main_sec02_01.jpg'); }
.page-main section.sec-02 .swiper-slide>.inner.i-01>.container { position: relative; display: flex; align-items: center; justify-content: space-between; }
.page-main section.sec-02 .swiper-slide>.inner.i-01 .tx-wrap { position: relative; z-index: 2; width: 40%; }
.page-main section.sec-02 .swiper-slide>.inner.i-01 .brand-field { position: relative; width: 60%; height: 80vh; pointer-events: none; perspective: 1200px; }
.page-main section.sec-02 .swiper-slide>.inner.i-01 .brand-field .brand-logo { position: absolute; width: 200px; transform-style: preserve-3d; opacity: 0; filter: blur(10px);
  -webkit-filter: blur(10px); will-change: transform, opacity, filter; background-color: rgba(255, 255, 255, 0.12); padding: 10px 45px; border-radius: 30px; overflow: hidden; }

/* slide-02 : 퍼포먼스 */
.page-main section.sec-02 .swiper-slide>.inner.i-02 { background-image: url('/images/background/bg_main_sec02_02.jpg'); }
.page-main section.sec-02 .swiper-slide>.inner.i-02 { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: 100%; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .tx-wrap { flex: 1 1 50%; padding-right: 20px; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .tx-wrap .chart-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 8px; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .tx-wrap .chart-subtitle { font-size: 1rem; opacity: 0.8; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap { display: flex; align-items: center; flex: 1 1 50%; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .chart-inner { position: relative; width: 100%; max-width: 600px; margin: 0 auto; aspect-ratio: 4 / 3; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart { position: absolute; height: 100%; inset: 10% 8% 18% 8%; display: flex; align-items: flex-end; 
  justify-content: space-between; gap: 30px; z-index: 2; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-group { position: relative; height: 100%; flex: 1; display: flex; flex-direction: column; 
  align-items: center; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-bg { position: absolute; bottom: 0; width: 55%; height: 100%; background: rgb(255 255 255 / 10%); 
  opacity: 0; transform-origin: bottom center; transform: translateX(15px) scaleY(0); pointer-events: none; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-fill { position: absolute; bottom: 0; width: 85%; height: 100%; 
  background: linear-gradient(to top, #052c6f, #0e51c4);  transform-origin: bottom center; transform: scaleY(0); opacity: 0; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-label { position: absolute;left: 50%; --offsetY: 10px; transform: translate(-50%, var(--offsetY)); 
  text-align: center; white-space: nowrap; color: #ffffff; opacity: 0;  }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-label>span { line-height: 1; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-label .label-year { display: block; margin-bottom: 5px; font-size: 1.25em; color: #9a9a9a; 
  font-family: "Pretendard", sans-serif; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-label .label-amount { display: block; font-size: 2.1em; font-weight: 600; color: #ffffff; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-label .label-text { display: block; font-size: 2em; font-weight: 600; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-21 .bar-label { bottom: 29%; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-23 .bar-label { bottom: 62%; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .bar-chart .bar-year { opacity: 1; position: absolute; bottom: -32px; font-family: "Pretendard", sans-serif; 
  font-size: 1.5em; font-weight: 700; color: #285cb6; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .chart-inner svg.chart-line-svg { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .chart-inner svg #linePath { filter:none; stroke-linecap: butt; }
.page-main section.sec-02 .swiper-slide>.inner.i-02 .gp-wrap .chart-inner svg #arrowHeadGroup { filter:none; display: block; visibility: visible; }

/* slide-03 : 사운드 */
.page-main section.sec-02 .swiper-slide>.inner.i-03 { position: relative; }
.page-main section.sec-02 .swiper-slide>.inner.i-03::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 160px; z-index: 1;
  background: linear-gradient(180deg,rgba(16, 16, 16, 1) 0%,rgba(16, 16, 16, 0.7) 40%,rgba(16, 16, 16, 0) 100%); }
.page-main section.sec-02 .swiper-slide>.inner.i-03 video { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); 
  opacity: 0; transition: opacity 0.3s ease-out; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .container>div { flex:1; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .gp-wrap { display: flex; justify-content: space-between; align-items: center; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .gp-wrap ul { width: 100%; display: flex; flex-flow: wrap; gap: 14px; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .gp-wrap ul>li.item { display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  flex: 0 0 calc(50% - 7px); aspect-ratio: 3 / 2; padding: 0 40px; background-color: rgba(32,32,32, .25); backdrop-filter: blur(25px); overflow: hidden; border-radius: 10px;
  border: 1px solid rgb(255 255 255 / 5%); opacity: 0; transform: translateY(25px); transition: opacity 0.8s ease, transform 0.8s ease; }
.page-main section.sec-02 .swiper-slide.swiper-slide-active>.inner.i-03 .gp-wrap ul>li.item { opacity: 1; transform: translateY(0); transition-delay: 0.25s; }
.page-main section.sec-02 .swiper-slide.swiper-slide-active>.inner.i-03 .gp-wrap ul>li.item:nth-child(2) { transition-delay: 0.50s; }
.page-main section.sec-02 .swiper-slide.swiper-slide-active>.inner.i-03 .gp-wrap ul>li.item:nth-child(3) { transition-delay: 0.75s; }
.page-main section.sec-02 .swiper-slide.swiper-slide-active>.inner.i-03 .gp-wrap ul>li.item:nth-child(4) { transition-delay: 1.0s; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .gp-wrap ul>li.item p.i-head { color:#6d6d6d; font-size: 1.75em; font-weight: 700; margin-bottom: 10px; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .gp-wrap ul>li.item p.i-body { color:#fff; font-size: 3.0em; font-weight: 700; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .gp-wrap ul>li.item p.i-body small { font-size: 55%; font-weight: 600; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .gp-wrap ul>li.item:nth-child(4) { flex-direction: row; align-items: center; gap: 20px; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .gp-wrap ul>li.item:nth-child(4) div.dvd { flex:1; position: relative; }
.page-main section.sec-02 .swiper-slide>.inner.i-03 .gp-wrap ul>li.item:nth-child(4) div.dvd:first-child::after { content: ''; width: 2px; height: 70%; background-color: #5e5e5e;
  position: absolute; top: 0; right: 0; bottom: 0; margin: auto; }

/* slide-03 : INFIX hidden */
.page-main section.sec-02 .swiper-slide>.inner.i-04 { background-image: url('/images/background/bg_main_sec02_01.jpg'); }
.page-main section.sec-02 .swiper-slide>.inner.i-04>.container { display: block; text-align: center; }
.page-main section.sec-02 .swiper-slide>.inner.i-04 .tx-wrap { align-items: center; height: 100%; }
.page-main section.sec-02 .swiper-slide>.inner.i-04 .tx-wrap .logo { width: 140px; opacity: 0; transform: translateY(15px); transition: opacity 2.25s ease, transform 2.25s ease; 
  margin-bottom: 30px; }
.page-main section.sec-02 .swiper-slide.swiper-slide-active >.inner.i-04 .tx-wrap .logo { opacity: 1; transform: translateY(0); transition-delay: 0.25s; }
.page-main section.sec-02 .swiper-slide>.inner.i-04 .tx-wrap p { font-size: 3em; font-weight: 700; line-height: 1.1; min-height: 1.1em; margin-bottom: 0; }
.page-main section.sec-02 .swiper-slide>.inner.i-04 .e-type-cont { position: relative; display: inline-block; }
.page-main section.sec-02 .swiper-slide>.inner.i-04 .e-type-cont>p { white-space: pre; }
.page-main section.sec-02 .swiper-slide>.inner.i-04 .e-type-cont>p:nth-child(1) { color:#fff; }
.page-main section.sec-02 .swiper-slide>.inner.i-04 .e-type-cont>p:nth-child(2) { color:var(--primary-color); }
.page-main section.sec-02 .swiper-slide>.inner.i-04 .e-type-cont .type-cursor { display: inline-block; width: 2px; height: 0.9em; background-color: var(--primary-color);
  margin-top: 3px; margin-left: 3px; vertical-align: text-top; }
.page-main section.sec-02 .swiper-slide>.inner.i-04 .e-type-cont .type-cursor.blink { animation: cursorBlink 0.8s step-end infinite; }



/* --------- main_section : 03 --------- */
.page-main section.sec-03 { padding: 315px 0 220px; }
.page-main section.sec-03 .sub-section:last-child { padding-bottom: 0; }
.page-main section.sec-03 .sub-section .va-wrap>ul { display: flex; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li { position: relative; flex: 1; height: 750px; transition: all 0.4s ease; overflow: hidden; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:first-child { flex: 3.5; }
.page-main section.sec-03 .sub-section .va-wrap>ul:hover>li { flex: 1; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:hover { flex: 3.5; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li::before { content: ''; width: 100%; height: 100%; position: absolute; top:0; left:0; background-color: rgba(0, 0, 0, 0.2);    
  z-index: 1; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li::after { content:''; width: 100%; height: 100%; display: block; background-position: center; background-repeat: no-repeat;
  background-size: cover; transition: all 0.25s ease; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:nth-child(1)::after { background-image: url("/images/banner/main/main03_sub1_01.jpg"); }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:nth-child(2)::after { background-image: url("/images/banner/main/main03_sub1_02.jpg"); }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:nth-child(3)::after { background-image: url("/images/banner/main/main03_sub1_03.jpg"); }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:nth-child(4)::after { background-image: url("/images/banner/main/main03_sub1_04.jpg"); }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:nth-child(5)::after { background-image: url("/images/banner/main/main03_sub1_05.jpg"); }
.page-main section.sec-03 .sub-section .va-wrap>ul>li .item { position: absolute; top: 60px; left: 50px; min-width: 500px; z-index: 2; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li .item>p { color:#fff; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li .item>p.s-tit { font-size: 1.5em; margin-bottom: 30px; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li .item>p.s-dec { font-size: 2.5em; font-weight: 600; opacity: 0; transition: all ease 0.25s; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:hover .item>p.s-dec { opacity: 1; }
.page-main section.sec-03 .sub-section .va-wrap>ul:hover>li:first-child .item>p.s-dec { opacity: 0; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:first-child:hover .item>p.s-dec { opacity: 1; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:first-child .item>p.s-dec { opacity: 1; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li .item>a { display: inline-block; padding: 7px 25px; margin-top: 20px; background-color: rgba(0, 0, 0, 0.3);
  border-radius: 25px; overflow: hidden; color: #e9e9e9; font-size: 1.2em; opacity: 0; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:hover .item>a.bt-link { opacity: 1; }
.page-main section.sec-03 .sub-section .va-wrap>ul:hover>li:first-child .item>a.bt-link { opacity: 0; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:first-child:hover .item>a.bt-link { opacity: 1; }
.page-main section.sec-03 .sub-section .va-wrap>ul>li:first-child .item>a.bt-link { opacity: 1; }

.page-main section.sec-03 .sub-section .carousel-wrap .swiper-slide>a { position: relative; overflow: hidden; border-radius: 30px; display: block; }
.page-main section.sec-03 .sub-section .carousel-wrap .swiper-slide>a>img { width: 100%; transition: all ease 5s; transform: scale(1.1); }
.page-main section.sec-03 .sub-section .carousel-wrap .swiper-slide.swiper-slide-active>a>img { transform: scale(1); }
.page-main section.sec-03 .sub-section .carousel-wrap .swiper-slide>a>div.txt-wrap { display: flex; flex-direction: column; justify-content: space-between; padding: 130px;
  position: absolute; left: 0; top: 0; height: 100%; }
.page-main section.sec-03 .sub-section .carousel-wrap .swiper-slide>a>div.txt-wrap p { color:#fff; }
.page-main section.sec-03 .sub-section .carousel-wrap .swiper-slide>a div.tx-top>p:nth-child(1) { font-size: 3.25em; margin-bottom: 10px; }
.page-main section.sec-03 .sub-section .carousel-wrap .swiper-slide>a div.tx-top>p:nth-child(2) { font-size: 3.25em; font-weight: 700; letter-spacing: 0.5px; }
.page-main section.sec-03 .sub-section .carousel-wrap .swiper-slide>a div.tx-btm>p { font-size: 1.5em; font-weight: 300; margin-top: 8px; }

.page-main section.sec-03 .sub-section#sub_sec_03 { height: 100vh; overflow: hidden; padding: 215px 0; background-color: #0e3c8d; }
.page-main section.sec-03 .sub-section#sub_sec_03 * { color:#fff; }
.page-main section.sec-03 .sub-section#sub_sec_03>.container { position: relative; }
.page-main section.sec-03 .sub-section#sub_sec_03>.container>.inner { display: flex; justify-content: space-between; align-items: flex-start; }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 60%; gap: 30px; transform: translateY(25%); }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item { position: relative;  overflow: hidden; transform: translateY(50%);  filter: blur(10px);  opacity: 0; 
  transition-property: transform , filter , opacity; transition-timing-function: ease-in-out; transition-duration: 0s; }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item:nth-child(2n) { transform: translateY(100%); }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item .i-box { position: relative; padding-top: 115%; border-radius: 20px; overflow: hidden;
  box-shadow: -1px 1px 8px rgb(0 0 0 / 15%); background-color: #092d7e; background-repeat: no-repeat; background-position: bottom 40px right 30px; background-size: 200px; }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item:nth-child(1) .i-box { background-image: url('/images/background/main03_sub3_i01.svg'); }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item:nth-child(2) .i-box { background-image: url('/images/background/main03_sub3_i02.svg'); }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item:nth-child(3) .i-box { background-image: url('/images/background/main03_sub3_i03.svg'); }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item:nth-child(4) .i-box { background-image: url('/images/background/main03_sub3_i04.svg'); }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item:nth-child(5) .i-box { background-image: url('/images/background/main03_sub3_i05.svg'); }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item .i-box>p { position: absolute; width: 100%; left: 40px; }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item .i-box>p:nth-child(1) { top: 50px; font-size: 2.5em; font-weight: 700; margin-bottom: 20px; }
.page-main section.sec-03 .sub-section#sub_sec_03 .card-wrap .item .i-box>p:nth-child(2) { top: 140px; font-size: 1.5em; font-weight: 300; line-height: 1.15; }

.page-main section.sec-03 .sub-section#sub_sec_03,
.page-main section.sec-03 .sub-section#sub_sec_04 { background-color: #0e3c8d; transition: background-color ease 0.7s; }
.page-main section.sec-03 .sub-section#sub_sec_03.bg-white,
.page-main section.sec-03 .sub-section#sub_sec_04.bg-white { background-color: #fff; }
.page-main section.sec-03 .sub-section#sub_sec_04 h4 { font-weight: 700; text-align: center; color:#fff; }
.page-main section.sec-03 .sub-section#sub_sec_04.bg-white h4 { color:#101010; }
.page-main section.sec-03 .sub-section#sub_sec_04 .item-wrap { display: flex; gap:45px; }
.page-main section.sec-03 .sub-section#sub_sec_04 .item-wrap>.item { flex:1; }
.page-main section.sec-03 .sub-section#sub_sec_04 .item-wrap>.item .img-box { border-radius: 15px; overflow: hidden; margin-bottom: 30px; transition: all ease 0.5s; }
.page-main section.sec-03 .sub-section#sub_sec_04 .item-wrap>.item .img-box::after { padding-bottom: 107%; }
.page-main section.sec-03 .sub-section#sub_sec_04 .item-wrap>.item .img-box:hover { transform: translateY(-15px); }
.page-main section.sec-03 .sub-section#sub_sec_04 .item-wrap>.item .txt-box p { text-align: center; }
.page-main section.sec-03 .sub-section#sub_sec_04 .item-wrap>.item .txt-box p:nth-child(1) { font-size: 2.25em; font-weight: 700; margin-bottom: 20px; }
.page-main section.sec-03 .sub-section#sub_sec_04 .item-wrap>.item .txt-box p:nth-child(2) { font-size: 1.5em; font-weight: 300; }


/* --------- main_section : 04 --------- */
.page-main section.sec-04 { margin-bottom: 350px; padding: 140px 0 100px; background: var(--main-bg-color); }
.page-main section.sec-04 .s-head { margin-bottom: 170px; }
.page-main section.sec-04 .s-head>ul>li { color:#fff; }
.page-main section.sec-04 .cover-items { display: flex; flex-direction: column; gap: 120px; }
.page-main section.sec-04 .cover-items .item { position: sticky; top: calc(20px + 5px); padding: 10px; border-radius: 15px; 
  background: linear-gradient(180deg,rgba(16, 16, 16, 1) 0%, rgba(31, 31, 31, 1) 100%); }
.page-main section.sec-04 .cover-items .item:last-child { margin-bottom: 0; }
.page-main section.sec-04 .cover-items .item .img-box>a { display: block; overflow: hidden; border-top-right-radius: 15px; border-top-left-radius: 15px; }
.page-main section.sec-04 .cover-items .item .txt-box { display: flex; justify-content: space-between; padding: 35px 50px 50px; }
.page-main section.sec-04 .cover-items .item .txt-box>li>p:nth-child(1) { color:#797979; font-size: 1.15em; font-weight: 500; margin-bottom: 10px; }
.page-main section.sec-04 .cover-items .item .txt-box>li>p:nth-child(2) { color:#fff; font-size: 1.25em; }


/* --------- main_section : 05 --------- */
.page-main section.sec-05 { margin-bottom: 180px; }
.page-main section.sec-05 .s-head { margin-bottom: 170px; }
.page-main section.sec-05 .slides-box .tab-pane h4 { position: absolute; top: -95px; font-size: 2.5em; font-weight: 800; }
.page-main section.sec-05 .slides-box.s-001 { margin-bottom: 180px; }
.page-main section.sec-05 .slides-box.s-001>.container { margin-bottom: 60px; }
.page-main section.sec-05 .slides-box.s-001 ul[role='tablist'] { justify-content: right; gap: 10px; }
.page-main section.sec-05 .slides-box.s-001 ul[role='tablist']>li>button.active { background-color: var(--primary-color); border-color: var(--primary-color); color:#fff; }
.page-main section.sec-05 .slides-box.s-001 .tab-content .container { position: relative; }
.page-main section.sec-05 .slides-box.s-001 .splide .splide__slide { flex: 0 0 25%; display: flex; align-items: center; justify-content: center; }
.page-main section.sec-05 .slides-box.s-001 .splide .splide__slide .item { width: 100%; }
.page-main section.sec-05 .slides-box.s-001 .splide .splide__slide .item .i-btm { position: relative; height: 100px; }
.page-main section.sec-05 .slides-box.s-001 .splide .splide__slide .item .i-btm img { max-height: 150px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.page-main section.sec-05 .slides-box.s-002 { min-height: 280px; overflow: hidden; }
.page-main section.sec-05 .slides-box.s-002 h4.s-tit { font-size: 3.5em; margin-bottom: 60px; }
.page-main section.sec-05 .slides-box.s-002 .tabs-wrapper>div.container { position: relative; }
/* .page-main section.sec-05 .slides-box.s-002 .tab-btns { position: absolute; top: 0px; left:50%; width: 350px; margin-left: -700px; } */
/* .page-main section.sec-05 .slides-box.s-002 .tab-btns { position: absolute; top: 0px; left:0%; width: 20%; min-width: 300px; } */
.page-main section.sec-05 .slides-box.s-002 .tab-btns { float: left; width: 20%; min-width: 250px; }
.page-main section.sec-05 .slides-box.s-002 .tab-btns ul { flex-direction: column; }
.page-main section.sec-05 .slides-box.s-002 .tab-btns ul>li { margin-bottom: 28px; }
.page-main section.sec-05 .slides-box.s-002 .tab-btns ul>li>button { position: relative; height: auto; padding: 2px 0; border:none; line-height: 1; color:#bbb; font-size: 1.5em; }
.page-main section.sec-05 .slides-box.s-002 .tab-btns ul>li>button.active { color:#000; font-weight: 600; }
.page-main section.sec-05 .slides-box.s-002 .tab-btns ul>li>button::after { content:''; position: absolute; left: 0; bottom: 0; width: 0%; height: 2px; background-color: #bbb; 
  opacity: 0; transition: all ease 0.5s; }
.page-main section.sec-05 .slides-box.s-002 .tab-btns ul>li>button.active::after { opacity: 1; width: 100%; background-color: #000; }
.page-main section.sec-05 .slides-box.s-002 .tab-btns ul>li>button:hover::after {  opacity: 1; width: 100%; }
/* .page-main section.sec-05 .slides-box.s-002 .tab-content { position: relative; left: 50%; width: calc(50% + 360px); margin-left: -360px; } */
/* .page-main section.sec-05 .slides-box.s-002 .tab-content .carousel-wrap { position: relative; width: calc(100vw / 2 + 353px); } */
/* .page-main section.sec-05 .slides-box.s-002 .tab-content .carousel-wrap { position: relative; width: calc(100% - 580px); float: right; } */
/* .page-main section.sec-05 .slides-box.s-002 .tab-content .carousel-wrap { position: relative; width: calc(100% - 320px); max-width: 70%; float: right; } */
.page-main section.sec-05 .slides-box.s-002 .tab-content { position: relative; width: calc(100% - 320px); max-width: 70%; float: right; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper { padding-bottom: 50px; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-slide .i-brand { position: relative; height: 100px; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-slide .i-brand img { max-height: 160px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-slide:nth-child(1) { opacity:0; transform:translateX(50px); animation:banner_slideIn .5s ease-out forwards; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-slide:nth-child(2) { opacity:0; transform:translateX(50px); animation:banner_slideIn .5s .2s ease-out forwards; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-slide:nth-child(3) { opacity:0; transform:translateX(50px); animation:banner_slideIn .5s .4s ease-out forwards; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-slide:nth-child(4) { opacity:0; transform:translateX(50px); animation:banner_slideIn .5s .6s ease-out forwards; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-slide:nth-child(5) { opacity:0; transform:translateX(50px); animation:banner_slideIn .5s .8s ease-out forwards; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-slide:nth-child(6) { opacity:0; transform:translateX(50px); animation:banner_slideIn .5s 1s ease-out forwards; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-slide:nth-child(7) { opacity:0; transform:translateX(50px); animation:banner_slideIn .5s 1.2s ease-out forwards; }
@keyframes banner_slideIn { 100% { opacity:1; transform:translateX(0); } }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-button-next, 
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-button-prev { top:40%; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-button-prev { left: -35px; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-button-next { right:130px; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-scrollbar { width: 100%; left:0; border-radius: 0; }
.page-main section.sec-05 .slides-box.s-002 .carousel-wrap .swiper-scrollbar .swiper-scrollbar-drag { border-radius: 0; }


/* --------- main_section : 06 --------- */
.page-main section.sec-06 { background-color: #1a1a1a; padding: 150px 0; }
.page-main section.sec-06 .s-head { display: block; text-align: center; }
.page-main section.sec-06 .s-head p { font-size: 1.5em; font-weight: 700; color:#fff; margin-bottom: 10px; }
.page-main section.sec-06 .s-head h3 { font-size: 3.5em; color:#fff; margin-bottom: 80px; }
.page-main section.sec-06 .tracker { overflow: hidden; position: relative; width: 100%; height: 100px; }
.page-main section.sec-06 .tracker:first-child { margin-bottom: 20px; }
.page-main section.sec-06 .tracker::before,
.page-main section.sec-06 .tracker::after { content:''; position: absolute; top:0; width: 160px; height: 100%; z-index: 2; pointer-events: none; }
.page-main section.sec-06 .tracker::before { left:0; background: linear-gradient(to right, #1A1A1A 30%, rgba(255, 255, 255, 0) 100%); }
.page-main section.sec-06 .tracker::after { right:0; background: linear-gradient(to left, #1A1A1A 30%, rgba(255, 255, 255, 0) 100%); }
.page-main section.sec-06 .tracker .track-slide { display: flex; align-items: center; gap: 50px; height: 100%; /* width: calc(200%); */ width: max-content; }
.page-main section.sec-06 .tracker.track_loop1 .track-slide { animation: track_scrollLoop 80s linear infinite; }
.page-main section.sec-06 .tracker.track_loop2 .track-slide { animation: track_scrollReverse 80s linear infinite; flex-direction: row-reverse; }
.page-main section.sec-06 .tracker .track-slide .track-item { display: flex; justify-content: center; flex: 0 0 auto; width: 125px; text-align: center; }
.page-main section.sec-06 .tracker .track-slide  .track-item img { display: block; }



/* ============================================================================= */
/*                                   page - sub                                  */
/* ============================================================================= */
/* common */
.page-sub section { padding: 190px 0; }
.page-sub section h3 { margin-bottom: 60px; font-size: 4.25em; }
.page-sub section .item-wrap { display: flex; justify-content: space-between; gap:50px; }
.page-sub section .item-wrap>.item { flex:1; }

.ball-wrap { display: flex; align-items: end; }
.ball-wrap .a-balls { position: relative; width: 22px; height: 22px; border-radius: 50%; border: 1px solid #fff; margin-left: 15px; margin-bottom: 10px; }
.ball-wrap .a-balls>span.ball { position: absolute; left: 6px; top: 0; width: calc(100% + 2px); height: calc(100% + 2px); border-radius: 50%;
  background-color: var(--primary-color); border: 1px solid var(--primary-color); }

.bt-wrap { text-align: center; }
.bt-wrap button.bt-more { background-color:var(--primary-color); border:none; border-radius: 30px; padding: 12px 35px; height:auto; font-size: 1.25em; font-weight: 600; color:#fff; }
.bt-wrap button.bt-more.dark { height: auto; background: transparent; padding: 11px 30px; border-radius: 25px; border: 1px solid var(--primary-color); font-weight: 800;
  font-size: 1.3em; color: var(--primary-color); }

.page-sub .para>p:nth-child(1) { font-size: 1.7em; font-weight: 700; margin-bottom: 15px; }
.page-sub .para>p:nth-child(2) { font-size: 1.5em; margin-bottom: 50px; }

.page-sub ul.keywords { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 80px; }
.page-sub ul.keywords>li { padding: 13px 25px; background-color: #f8f8f9; font-size: 1.5em; font-weight: 500; line-height: 1; }

.page-sub section.top { padding: 250px 0 110px; background-color: var(--main-bg-color); color:#fff; }
.page-sub section.top .history { display: flex; align-items: center; gap: 20px; margin-bottom: 60px; }
.page-sub section.top .history>span { font-size: 1.25em; font-weight: 200; line-height: 1.1; }
.page-sub section.top .history>span.icon-home { background: url('/images/icon/icon_home.png') no-repeat 0 0; width: 12px; height: 12px; background-size: contain; }
.page-sub section.top .history>span.caret { font-size: 110%; font-weight: 300; color:#aaa; }
.page-sub section.top .hd-text ul>li.t-d01>p { font-size: 5.25em; font-weight: 700; line-height: 1.15; }
.page-sub section.top .hd-text ul>li.t-d02 { margin-top: 60px; }
.page-sub section.top .hd-text ul>li.t-d02>p { font-size: 2.0em; font-weight: 500; }
.page-sub section.top .hd-text ul>li.t-d03 { margin-top: 45px; }
.page-sub section.top .hd-text ul>li.t-d03>p { font-size: 1.55em; color: #969696; line-height: 1.5; }


/* SUBPAGE : About */
.page-sub.about .sec-01 .tracker-wrap { overflow: hidden; position: relative; width: 100%; margin-top: 190px; }
.page-sub.about .sec-01 .tracker-wrap .track-slide { display: flex; align-items: center; gap: 25px; height: 100%; width: max-content; animation: track_scrollLoop 80s linear infinite; }
.page-sub.about .sec-01 .tracker-wrap .track-slide .track-item { display: flex; justify-content: center; flex: 0 0 auto; width: 460px; text-align: center; }
.page-sub.about .sec-01 .tracker-wrap .track-slide .track-item img { display: block; }
.page-sub.about .sec-02 .item-wrap>.item { position: relative; border:1px solid var(--primary-color); border-radius: 20px; padding: 65px 30px; }
.page-sub.about .sec-02 .item-wrap>.item::after { content: ''; position: absolute; top: 75px; right: 45px; width: 72px; height: 72px; background-repeat: no-repeat;
  background-size: contain; transition: all ease 0.75s; } 
.page-sub.about .sec-02 .item-wrap>.item:nth-child(1)::after { background-image: url('/images/banner/sub/about/sec02_01.svg'); }
.page-sub.about .sec-02 .item-wrap>.item:nth-child(2)::after { background-image: url('/images/banner/sub/about/sec02_02.svg'); }
.page-sub.about .sec-02 .item-wrap>.item:nth-child(3)::after { background-image: url('/images/banner/sub/about/sec02_03.svg'); }
.page-sub.about .sec-02 .item-wrap>.item:hover::after { transform: scale(1.15); }
.page-sub.about .sec-02 .item-wrap>.item p.lab { font-size: 1.25em; font-weight: 600; color: var(--primary-color); margin-bottom: 10px; }
.page-sub.about .sec-02 .item-wrap>.item p.tit { font-size: 1.85em; font-weight: 700; margin-bottom: 100px; }
.page-sub.about .sec-02 .item-wrap>.item>ul>li:not(:last-child) { margin-bottom: 10px; }
.page-sub.about .sec-02 .item-wrap>.item>ul>li>p { font-size: 1.35em; }
.page-sub.about .sec-03 { padding-top: 40px; }
.page-sub.about .sec-03 .h-list { position: relative; }
.page-sub.about .sec-03 .h-list::before { content:''; width: 1px; height: calc(100% - 80px); position: absolute; top: 0; bottom: 0; left:28%; margin: auto;
  background-color: #eee; z-index: 0; }
.page-sub.about .sec-03 .h-list::after { content:''; width: 1px; height: 0; position: absolute; top: 40px; left: 28%; background-color: var(--primary-color); transform-origin: top;
  z-index: 2; }
.page-sub.about .sec-03 .h-list .list-cont { display: flex; margin-bottom: 150px; }
.page-sub.about .sec-03 .h-list .list-cont:last-child { margin-bottom: 0; }
.page-sub.about .sec-03 .h-list .period { width: 30%; }
.page-sub.about .sec-03 .h-list .period>p.lab { font-size: 1.25em; font-weight: 600; color: var(--primary-color); margin-bottom: 10px; }
.page-sub.about .sec-03 .h-list .period>p.tit { position: relative; font-size: 2.5em; font-weight: 700; }
.page-sub.about .sec-03 .h-list .period>p.tit::after { content: ''; width: 15px; height: 15px; position: absolute; right: 20px; top: 13px; border-radius: 100%;
  background-color: var(--primary-color); z-index: 3; }
.page-sub.about .sec-03 .h-list .detail-box { width: 70%; margin: 30px 0px; }
.page-sub.about .sec-03 .h-list .detail-box dl.item { display: flex; flex-wrap: wrap; gap:0 65px; margin-bottom: 75px; }
.page-sub.about .sec-03 .h-list .detail-box dl.item:last-child { margin-bottom: 0; }
.page-sub.about .sec-03 .h-list .detail-box dl.item>dt,
.page-sub.about .sec-03 .h-list .detail-box dl.item>dd { line-height: 1; padding: 5px 0; }
.page-sub.about .sec-03 .h-list .detail-box dl.item>dt { width: 200px; font-size: 1.75em; font-weight: 800; text-align: right; }
.page-sub.about .sec-03 .h-list .detail-box dl.item>dd { width: calc(100% - 265px); font-size: 1.5em; }
.page-sub.about .sec-04 { padding-bottom: 0; }
.page-sub.about .sec-04 .hd-para { width: 42%; }
.page-sub.about .sec-04 .hd-para>p { font-size: 1.75em; margin-bottom: 10px; }
.page-sub.about .sec-04 .item-wrap { width: 58%; flex-direction: column; }
.page-sub.about .sec-04 .item-wrap .item>p { font-size: 1.25em; font-weight: 700; text-indent: 25px; margin-bottom: 20px; }
.page-sub.about .sec-04 .item-wrap .item .team-box { display: flex; align-items: center; gap: 30px; padding: 25px 25px; border-radius: 15px; background-color: #f6f6f7; }
.page-sub.about .sec-04 .item-wrap .item .team-box>span { width: 160px; padding: 35px 0px; background-color: #101010;  border-radius: 18px; text-align: center;
  font-size: 1.5em; font-weight: 500; color:#fff; }
.page-sub.about .sec-04 .item-wrap .item .team-box ul>li { font-size: 1.3em; }
.page-sub.about .sec-04 .item-wrap .item .team-box ul>li>span { font-weight: 600; }
.page-sub.about .sec-05 { padding-bottom: 0; }
.page-sub.about .sec-05 .item .i-cover { overflow: hidden; border-radius: 25px; }
.page-sub.about .sec-05 .item .i-cover img { transition: all ease 0.75s; }
.page-sub.about .sec-05 .item .i-cover:hover img { transform: scale(1.1); }
.page-sub.about .sec-05 .item p { text-align: center; }
.page-sub.about .sec-05 .item p:nth-child(2) { font-size: 2em; font-weight: 700; margin: 25px 0 10px; }
.page-sub.about .sec-05 .item p:last-child { font-size: 1.3em; }
.page-sub.about .sec-06 .address { display: flex; gap: 15%; margin-bottom: 50px; }
.page-sub.about .sec-06 .address ul>li { font-size: 1.75em; }
.page-sub.about .sec-06 #map { width: 100%; height: 500px; }


/* SUBPAGE : Work */
.page-sub.work section:not(.top) { padding-bottom: 0; }

.page-sub.work.marketing h3>small { font-size: 40%; font-weight: 200; color:var(--primary-color); }
.page-sub.work.marketing .sec-02 .item-wrap { gap: 30px; }
.page-sub.work.marketing .sec-02 .item-wrap .item { border: 1px solid var(--primary-color); border-radius: 20px; padding: 50px 20px; text-align: center;
  display: flex; flex-flow: column; justify-content: space-between; }
.page-sub.work.marketing .sec-02 .item-wrap .item .i-cover { width: 40%; height: 48%; margin: 0 auto 45px; }
.page-sub.work.marketing .sec-02 .item-wrap .item .i-cover img { transition: all ease 0.75s; }
.page-sub.work.marketing .sec-02 .item-wrap .item:hover .i-cover img { transform: scale(1.15); }
.page-sub.work.marketing .sec-02 .item-wrap .item p.t-hd { font-size: 1.8em; font-weight: 700; margin-bottom: 30px; }
.page-sub.work.marketing .sec-02 .item-wrap .item p.t-ds { font-size: 1.4em; font-weight: 300; line-height: 1.2; }
.page-sub.work.marketing .sec-03 .contents-wrap { position: relative; display: flex; margin-bottom: 75px; }
.page-sub.work.marketing .sec-03 .contents-wrap:last-child { margin-bottom: 0; }
.page-sub.work.marketing .sec-03 .contents-wrap .corp-desc { width: calc(100% - 550px); }
.page-sub.work.marketing .sec-03 .contents-wrap .corp-imgs { width: 550px; }
.page-sub.work.marketing .sec-03 .contents-wrap .swiper-pagination { width: auto; left:0; bottom: 0%; }
.page-sub.work.marketing .sec-03 .corp-desc .hd-tit { margin-bottom: 50px; }
.page-sub.work.marketing .sec-03 .corp-desc .hd-tit>p { font-size: 1.5em; font-weight: 700; margin-bottom: 20px; }
.page-sub.work.marketing .sec-03 .corp-desc .paras>li { font-size: 1.4em; }
.page-sub.work.marketing .sec-03 .corp-imgs { text-align: right; }
.page-sub.work.marketing .sec-03 .corp-imgs .swiper .swiper-slide .txt-box { position: absolute; top: 12%; left: 10%; text-align: left; }
.page-sub.work.marketing .sec-03 .corp-imgs .swiper .swiper-slide .txt-box>p:nth-child(1) { font-size: 1.3em; font-weight: 300; color:#fff; margin-bottom: 15px; }
.page-sub.work.marketing .sec-03 .corp-imgs .swiper .swiper-slide .txt-box>p:nth-child(2) { font-size: 1.75em; font-weight: 600; color:#fff; }
.page-sub.work.marketing .sec-03 .corp-imgs .swiper .swiper-slide img { display: block; border-radius: 30px; }
.page-sub.work.marketing .sec-04>div.container { position: relative; padding-bottom: 45px; }
.page-sub.work.marketing .sec-04 .keywords { margin-bottom: 40px; }
.page-sub.work.marketing .sec-04 .swiper .swiper-slide a { display: block; border-radius: 30px; overflow: hidden; }
.page-sub.work.marketing .sec-04 .swiper .swiper-slide .logo { position: absolute; top:10%; left:5%; }
.page-sub.work.marketing .sec-04 .swiper .swiper-slide .logo>p { font-size: 1.75em; font-weight: 700; margin-top: 15px; }
.page-sub.work.marketing .sec-04 .swiper-pagination { display: flex; width: auto; bottom: 0; }
.page-sub.work.marketing .sec-05 .keywords { margin-bottom: 40px; }
.page-sub.work.marketing .sec-05 .item .i-cover { overflow: hidden; border-radius: 25px; }
.page-sub.work.marketing .sec-05 .item .i-cover img { transition: all ease 0.75s; }
.page-sub.work.marketing .sec-05 .item .i-cover:hover img { transform: scale(1.1); }
.page-sub.work.marketing .sec-05 .item p:nth-child(1) { font-size: 2.0em; font-weight: 700; margin: 20px 0 10px; }
.page-sub.work.marketing .sec-05 .item p:nth-child(2) { font-size: 1.4em; font-weight: 300; }
.page-sub.work.marketing section.sec-06 { padding-bottom: 290px; }
.page-sub.work.marketing .sec-06 .keywords { margin-bottom: 40px; }
.page-sub.work.marketing .sec-06 .item .i-cover { overflow: hidden; border-radius: 25px; }
.page-sub.work.marketing .sec-06 .item .i-cover img { transition: all ease 0.75s; }
.page-sub.work.marketing .sec-06 .item .i-cover:hover img { transform: scale(1.1); }
.page-sub.work.marketing .sec-06 .item p:nth-child(1) { font-size: 2.0em; font-weight: 700; margin: 20px 0 10px; }
.page-sub.work.marketing .sec-06 .item p:nth-child(2) { font-size: 1.4em; font-weight: 300; }

.page-sub.work.services { background-color: var(--main-bg-color); color: #fff; }
.page-sub.work.services .item-list .item { padding-bottom: 60px; opacity: 1; transform: translateY(0); transition: opacity .4s ease, transform .4s ease; }
.page-sub.work.services .item-list .item.hidden { opacity: 0; transform: translateY(15px); }
.page-sub.work.services .item-list .item .i-cover { overflow: hidden; border-radius: 25px; }
.page-sub.work.services .item-list .item .i-cover img { transition: all ease 0.75s; }
.page-sub.work.services .item-list .item .i-cover:hover img { transform: scale(1.1); }
.page-sub.work.services .item-list .item p:nth-child(2) { margin: 30px 0 15px; font-size: 1.15em; font-weight: 300; color:#aaa; }
.page-sub.work.services .item-list .item p:nth-child(3) { font-size: 1.75em; font-weight: 600; }
.page-sub.work.services .sec-03 .contents-wrap { position: relative; display: flex; }
.page-sub.work.services .sec-03 .contents-wrap .corp-desc { width: calc(100% - 550px); }
.page-sub.work.services .sec-03 .corp-desc .paras>li { font-size: 1.4em; }
.page-sub.work.services .sec-03 .contents-wrap .corp-imgs { width: 550px; }
.page-sub.work.services .sec-03 .corp-imgs { text-align: right; }
.page-sub.work.services .sec-03 .corp-imgs .swiper .swiper-slide img { display: block; border-radius: 30px; }
.page-sub.work.services .sec-03 .swiper-pagination { width: auto; left:0; bottom: 0; }
.page-sub.work.services .sec-04 { padding-bottom: 250px; }
.page-sub.work.services .sec-04 p.warning { padding: 50px 0; color: #aaa; font-size: 1.5em; text-align: center; }

.page-sub.work.cs .sec-02 .item-list .item { position: relative; height: 100%; padding: 60px 25px 30px;  border-radius: 25px; background-color: #0e3e90; color:#fff; }
.page-sub.work.cs .sec-02 .item-list>div:nth-child(n+4) .item { background-color: #fff; border: 1px solid var(--primary-color); color: var(--primary-color); }
.page-sub.work.cs .sec-02 .item-list .item::after { content: ''; position: absolute; top: 24%; right: 10%; width: 100px; height: 100px; background-repeat: no-repeat;
  background-size: contain; transition: all ease 0.75s; }
.page-sub.work.cs .sec-02 .item-list .item:hover::after { transform: scale(1.15); }
.page-sub.work.cs .sec-02 .item-list>div:nth-child(1) .item::after { background-image: url('/images/icon/icon_work_cs1.svg');}
.page-sub.work.cs .sec-02 .item-list>div:nth-child(2) .item::after { background-image: url('/images/icon/icon_work_cs2.svg');}
.page-sub.work.cs .sec-02 .item-list>div:nth-child(3) .item::after { background-image: url('/images/icon/icon_work_cs3.svg');}
.page-sub.work.cs .sec-02 .item-list>div:nth-child(4) .item::after { background-image: url('/images/icon/icon_work_cs4.svg');}
.page-sub.work.cs .sec-02 .item-list>div:nth-child(5) .item::after { background-image: url('/images/icon/icon_work_cs5.svg');}
.page-sub.work.cs .sec-02 .item-list>div:nth-child(n+4) .item::after { top: 20%; }
.page-sub.work.cs .sec-02 .item-list .item p.i-hd { margin-bottom: 15px; font-weight: 600; font-size: 1.2em; }
.page-sub.work.cs .sec-02 .item-list .item p.i-ti { font-weight: 600; font-size: 1.8em; line-height: 1.2; margin-bottom: 90px; }
.page-sub.work.cs .sec-02 .item-list .item ul>li { font-size: 1.4em; font-weight: 300; }
.page-sub.work.cs .sec-02 .item-list>div:nth-child(n+4) .item p.i-ti,
.page-sub.work.cs .sec-02 .item-list>div:nth-child(n+4) .item ul>li { color:#101010; }
.page-sub.work.cs .sec-02 .item-list .item dl { display: flex; flex-wrap: wrap; }
.page-sub.work.cs .sec-02 .item-list .item dl>* { color:#101010; font-size: 1.4em; font-weight: 300; }
.page-sub.work.cs .sec-02 .item-list .item dl>dd { width: 35%; }
.page-sub.work.cs .sec-02 .item-list .item dl>dt { width: 65%; word-break: keep-all; }

.page-sub.work.cs .sec-03 .table-wrap { position: relative; border-bottom: 2px solid var(--primary-color); }
.page-sub.work.cs .sec-03 .table-wrap>p { position: absolute; right: 0; top: -35px; font-size: 1.75em; }
.page-sub.work.cs .sec-03 .table-wrap table { width: 100%; border-top: 2px solid var(--primary-color); }
.page-sub.work.cs .sec-03 .table-wrap table thead>tr>th { padding: 20px 10px; background-color: #f4f4f4; border-right: 1px dotted #d1d1d1; border-bottom: 1px solid #b1b1b1;
  font-size: 1.75em; font-weight: 600; text-align: center; }
.page-sub.work.cs .sec-03 .table-wrap table thead>tr>th:last-child { border-right: none; }
.page-sub.work.cs .sec-03 .table-wrap table tbody>tr>td { padding: 17px 10px; border-right: 1px dotted #d1d1d1; border-bottom: 1px dotted #d1d1d1; text-align: center;
  font-size: 1.75em; }
.page-sub.work.cs .sec-03 .table-wrap table tbody>tr>td:last-child { border-right: none; }
.page-sub.work.cs .sec-03 .table-wrap table tbody>tr:nth-last-child(2) { border-bottom: 1px solid #b1b1b1; }
.page-sub.work.cs .sec-03 .table-wrap table tbody>tr:last-child>td { background-color: #f9f9f9; border-top: 1px dotted #d1d1d1; }
.page-sub.work.cs .sec-04 .hd-para { width: 50%; }
.page-sub.work.cs .sec-04 .hd-para>p { font-size: 1.75em; margin-bottom: 10px; }
.page-sub.work.cs .sec-04 .item-wrap { width: 50%; flex-direction: column; }
.page-sub.work.cs .sec-04 .item-wrap .item { position: relative; padding: 35px 35px 35px 110px; border-radius: 20px; background-color: #f6f6f7; }
.page-sub.work.cs .sec-04 .item-wrap .item span.num { position: absolute; top: 35px; left: 50px; font-size: 1.5em; color: #7d7d7d; }
.page-sub.work.cs .sec-04 .item-wrap .item p { font-size: 2.25em; font-weight: 700; margin-bottom: 15px; }
.page-sub.work.cs .sec-04 .item-wrap .item dl { display: flex; gap: 8px; }
.page-sub.work.cs .sec-04 .item-wrap .item dl>dd { font-size: 1.3em; font-weight: 700; white-space: nowrap; }
.page-sub.work.cs .sec-04 .item-wrap .item dl>dt { font-size: 1.3em; font-weight: 400; }
.page-sub.work.cs .sec-05 { padding-bottom: 225px; }
.page-sub.work.cs .sec-05 .contents-wrap { position: relative; display: flex; }
.page-sub.work.cs .sec-05 .contents-wrap .corp-desc { width: calc(100% - 550px); }
.page-sub.work.cs .sec-05 .contents-wrap .corp-imgs { width: 550px; }
.page-sub.work.cs .sec-05 .contents-wrap .swiper-pagination { width: auto; left:0; bottom: 0%; }
.page-sub.work.cs .sec-05 .corp-desc>p { font-size: 2.25em; font-weight: 700; margin-bottom: 50px; }
.page-sub.work.cs .sec-05 .corp-desc .paras>li { font-size: 1.4em; }
.page-sub.work.cs .sec-05 .corp-imgs { text-align: right; }
.page-sub.work.cs .sec-05 .corp-imgs .swiper .swiper-slide .txt-box { position: absolute; top: 12%; left: 10%; text-align: left; }
.page-sub.work.cs .sec-05 .corp-imgs .swiper .swiper-slide .txt-box>p:nth-child(1) { font-size: 1.3em; font-weight: 300; color:#fff; margin-bottom: 15px; }
.page-sub.work.cs .sec-05 .corp-imgs .swiper .swiper-slide .txt-box>p:nth-child(2) { font-size: 1.75em; font-weight: 600; color:#fff; }
.page-sub.work.cs .sec-05 .corp-imgs .swiper .swiper-slide img { display: block; border-radius: 30px; }


/* SUBPAGE : Contact */
.page-sub.contact .para { margin-bottom: 100px; }
.page-sub.contact .co-info p { font-size: 1.25em; line-height: 1.3; }
.page-sub.contact .co-info>div { position: relative; padding-left: 25px; }
.page-sub.contact .co-info>div:not(:last-child) { margin-bottom: 50px; }
.page-sub.contact .co-info>div::before { content:''; position: absolute; top:1px; left:0; width: 18px; height: 18px; background-repeat: no-repeat; background-size: contain; }
.page-sub.contact .co-info>div.address::before { background-image: url('/images/icon/icon_loca.png'); }
.page-sub.contact .co-info>div.phone::before   { background-image: url('/images/icon/icon_phone.png'); }
.page-sub.contact .co-info>div.email::before   { background-image: url('/images/icon/icon_mail.png'); }
.page-sub.contact .co-info h5 { font-size: 1.35em; font-weight: 600; color: var(--primary-color);  margin-bottom: 5px; }
.page-sub.contact .co-info>div.email h5 { margin-bottom: 15px; }
.page-sub.contact .co-info>div.email dl { display: flex; flex-wrap: wrap; }
.page-sub.contact .co-info>div.email dl>dt { width: 20%; }
.page-sub.contact .co-info>div.email dl>dd { width: 80%; }
.page-sub.contact .form-wrap *::placeholder { color: var(--primary-color) !important; opacity: 0.5 !important; font-size: 1.2em !important; }
.page-sub.contact .form-wrap input, 
.page-sub.contact .form-wrap textarea { border-color: var(--primary-color); border-radius: 10px; }
.page-sub.contact .form-wrap input { height: 48px; }
.page-sub.contact .form-wrap label { font-size: 1.5em; font-weight: 600; }
.page-sub.contact .form-wrap p.i-tit { font-size: 1.7em; font-weight: 500; margin-bottom: 15px; }
.page-sub.contact .form-wrap .col-item:not(:last-child) { margin-bottom: 85px; }
.page-sub.contact .form-wrap .ip-wrap { margin-bottom: 25px; }
.page-sub.contact .form-wrap .ip-wrap label.btn { border:1px solid var(--primary-color); border-radius: 12px; color: var(--primary-color); margin-right: 10px; padding: 8px 15px;
  transition: all ease 0.5s; }
.page-sub.contact .form-wrap .ip-wrap label.btn:hover,
.page-sub.contact .form-wrap .ip-wrap input:checked+label.btn { color:#fff; background-color: var(--primary-color); }
.page-sub.contact .form-wrap .ip-wrap input:not(:checked) + label.btn:hover { background-color: #fff; color: var(--primary-color); }
.page-sub.contact .form-wrap .ip-wrap textarea { height: 200px; }
.page-sub.contact .form-wrap .ip-wrap.sel-box { display: flex; flex-wrap: wrap; gap: 8px; white-space: nowrap; }
.page-sub.contact .form-wrap .ip-wrap.sel-box label.btn { margin: 0; }
.page-sub.contact .form-wrap .ip-wrap.flex { gap: 25px; }
.page-sub.contact .form-wrap .ip-wrap.flex>div { width: 50%; }
.page-sub.contact .form-wrap .chk-box { display: flex; align-items: center; justify-content: right; gap: 8px; padding-top: 25px; }
.page-sub.contact .form-wrap .chk-box input { font-size: 20px; margin: 0; height: 1em; border-radius: 5px; }
.page-sub.contact .form-wrap .chk-box label { font-size: 1.2em; font-weight: 300; }
.page-sub.contact .form-wrap .bt-wrap { text-align: right; }
.page-sub.contact .form-wrap .bt-wrap button.bt-send { height: auto; padding: 10px 20px; border-radius: 10px; background-color: var(--primary-color);
  color: #fff; font-size: 1.4em; font-weight: 600; }
.page-sub.contact .form-wrap .bt-wrap button.bt-send>span { font-weight: 200; margin-left: 5px; }












/* ========================================================= */
/*                          animation                        */
/* ========================================================= */
.text-pop-up-left   {	animation: text-pop-up-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; }
.text-pop-up-right  { animation: text-pop-up-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; }
.text-focus-in      { animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; }
.focus-in-expand    {	animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; }
.tracking-in-contract {	animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; }
.bounce-in-top { animation: bounce-in-top 1.1s both; }

@keyframes cursorBlink {
  0%, 50% { opacity: 1; }
  50.01%, 100% { opacity: 0; }
}
@keyframes track_scrollLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes track_scrollReverse {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@keyframes rotate_Bg {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes text-pop-up-left {
  0% {
    transform: translateX(0);
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    transform: translateX(-50px);
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #666, 0 2px 0 #666, 0 3px 0 #666, 0 3px 3px rgba(0, 0, 0, 0.3);
  }
}
@keyframes text-pop-up-right {
  0% {
    transform: translateX(0);
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    transform: translateX(50px);
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #666, 0 2px 0 #666, 0 3px 0 #666, 0 3px 3px rgba(0, 0, 0, 0.3);
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}