@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, strong, sub, sup, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, embed, input, select, textarea, button {margin:0;padding:0;font-family: "Google Sans", sans-serif;box-sizing: border-box;}
body {background: #06080C; font-family: "Google Sans", sans-serif; font-size: 16px; color: #fff; line-height: 1.2;}
input, button, textarea {font-family: "Google Sans", sans-serif;}
select {font-size:1em;}
code, pre {font-size:1em; font-family: "Google Sans", sans-serif;}
address, em, cite {font-style:normal;}
img {border:0 none;}
hr {display:none;}
table {border-collapse:separate;border-spacing:0;}
caption, .hd {width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0;}
th, td {vertical-align:top;text-align:left;font-weight:normal;}
li {list-style-type:none;}
form {margin:0;padding:0;}
fieldset {border:0 none;}
legend, .hd {position: absolute;border:0px;width: 1px;height: 1px;clip: rect(1px, 1px, 1px ,1px);clip-path:inset(50%);overflow: hidden;}
label, button {cursor:pointer;}
button {overflow:visible;border:none;background:none;background:transparent;font-family:inherit;white-space:nowrap;vertical-align:top;text-decoration:none;*margin-left:4px;}
button::-moz-focus-inner {border:0;padding:0;}
a {text-decoration:none;*cursor:pointer;color:#fff;}
img{vertical-align: top}
input:focus,select:focus,textarea:focus,button:focus{outline: none;}
::placeholder {color: #61656E !important;}
::-webkit-input-placeholder {color: #61656E !important;}
:-ms-input-placeholder {color: #61656E !important;}
::-webkit-scrollbar {width: 4px; height: 4px;}
::-webkit-scrollbar-track {background: rgba(255,255,255,.8); border-radius: 10px;}
::-webkit-scrollbar-thumb {background: #888; border-radius: 10px; cursor: pointer;}
::-webkit-scrollbar-thumb:hover {background: #666;}

body {overflow: hidden;}

#intro {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999;}

#wrap {}
.inner {max-width: 1440px; width: 100%; margin: 0 auto;}

header {position: fixed; left: 0; top: 0; width: 100%; z-index: 99; opacity: 0; animation: opacityAni 1s .3s ease forwards; z-index: 9999;}
header .inner {display: flex; justify-content: space-between; align-items: center; padding: 22px 48px;}
header h1 {font-size: 0; z-index: 1;}
header .btn-nav-mobile {display: none; width: 32px; height: 32px; background: url('../images/icn_menu.png') no-repeat; background-size: 100%; z-index: 1;}
header.open {height: 100vh;}
header.open .btn-nav-mobile {background: url('../images/icn_menu_close.png') no-repeat;}
header.open .nav {}
header .nav ul {display: flex; gap: 20px;}
header .nav li a {font-size: 14px; color: #A4A6AC;}
header .nav li.on a {color: #fff;}
header .backblur {opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(6,8,12,1), rgba(6,8,12,0)); backdrop-filter: blur(4px); z-index: -1; transition: opacity .6s ease;}
header.on .backblur {opacity: 1;}
header.on,
header.open {backdrop-filter: blur(2px);}
.title-box.title-box-service {position: relative; z-index: -1;}
.title-box.title-box-service h3 {margin-bottom: 0;}
header.open ~ .btn-top {opacity: 0 !important;}

.fullpage-swiper {height: 100vh;}
section {overflow: hidden; position: relative; height: 100vh; opacity: 0; transition: opacity .6s ease;}
section:last-child {overflow-y: auto;}
section.active {opacity: 1;}
section .inner {align-content: center; height: 100%; padding: 120px;}
section .title-box {opacity: 0;}
section.active .title-box {animation: opacityAni 1s .3s ease forwards;}
.title-box h2 {position: relative; margin-bottom: 24px; font-size: 56px;}
.title-box h2::before {position: absolute; left: 50%; top: 55%; content: ''; transform: translate(-50%, -50%); max-width: 600px; width: 80%; height: 100%; background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 70%); filter: blur(20px); z-index: -1;}
.title-box h3 {margin-bottom: 40px; font-size: 36px; transform: skewY(4deg); filter: blur(6px); opacity: 0;}
.title-box-service {display: none; max-width: 1440px; margin: 0 auto; padding: 40px 120px 10px; width: 100%;}
.title-box-service.active {display: block;}
section.active .title-box h3,
.title-box-service.active h3 {animation: titleAni 1s .1s ease-out forwards;}
section .contents dl {z-index: 1;}
section .contents dl>dt {margin-bottom: 18px; font-weight: bold; font-size: 20px;}
section .contents dl>dt>span {margin-left: 3px; font-weight: normal; font-size: 14px; color: #7B7E86;}
section .contents dl>dd {color: #C2C3C7; line-height: 1.3;}
section .contents dl>dd>span {font-weight: normal; font-size: 12px; color: #7B7E86;}
section .contents .card {position: relative; overflow: hidden; align-content: center; padding: 28px; border-radius: 16px; background: #0E1014;}
section .contents video {width: 100%; object-fit: cover;}

@keyframes titleAni {
  0% {transform: skewY(4deg); filter: blur(6px); opacity: 0;}
  100% {transform: skewY(0deg); filter: blur(0); opacity: 1;}
}

.section-main {overflow: hidden;}
.section-main .bg {position: absolute; left: 50%; top: 0; min-width: 1920px; width: 100%; height: 100vh; transform: translateX(-50%);}
.section-main .bg video {width: 100%;}
.section-main .bg::before {position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,.7) 70%, rgba(0,0,0,0));}
.section-main .title-box {width: 100%; height: 100%;}
.section-main .title-box h2 {position: absolute; left: 50%; top: 43%; width: 100%; text-align: center; transform: translate(-50%, -50%);}
.section-main .title-box h2 .text {white-space: pre-line;}
.section-main .title-box h2 .text-cursor {display:inline-block; animation: blinkAni 1s steps(2, start) infinite;}
.section-main .title-box a.btn-main i {margin-left: 4px; font-size: 15px; vertical-align: 0;}

@keyframes blinkAni {
  to {visibility: hidden;}
}

.section-main .title-box a.btn-main {
  position: absolute; left: 50%; bottom: 13%; width: auto; min-width: 201px; transform: translateX(-50%);
  padding: 12px 28px 10px; border-radius: 999px; background: #000; text-align: center; box-shadow: 0 0 17px rgba(255,255,255,.45);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
  opacity: 0; animation: opacityAni .6s 1.8s linear forwards, mainScrollAni 1.2s 2.4s ease-out infinite;
}
.section-main .title-box a.btn-main:hover {box-shadow: 0 0 20px rgba(255,255,255,.3), 0 0 42px rgba(255,255,255,.3);}
@keyframes mainScrollAni {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(10px);
  }
  60% {
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

/* .section-work .contents {display: flex; flex-wrap: wrap; gap: 16px; font-size: 0;} */
.section-work .contents .card {transition: transform .2s ease; transform-style: preserve-3d; will-change: transform;
  /*flex: 0 0 calc(33.333% - 12px);*/ padding: 0; background: linear-gradient(to bottom, #0E1014, #06080C);}
.section-work .contents .card dl {position: absolute; left: 0; top: 0; padding: 32px;}
.section-work .contents .card dt {}
.section-work .contents .card dd {}

.section-team .contents {display: flex; flex-wrap: wrap; gap: 16px;}
.section-team .contents .card {min-height: 240px; transition: transform .2s ease; transform-style: preserve-3d; will-change: transform;
  flex: 0 0 calc(50% - 8px); display: flex; gap: 20px; background: #0f1319;}
.section-team .contents dl {flex: 1; padding-bottom: 70px;}
.section-team .contents dl>dt {margin-bottom: 12px; font-size: 24px;}
.section-team .contents dl>dd {margin-top: 10px; color: #EBECED;}
.section-team .contents .bg {width: 110px; align-content: end;}

.section-service {position: relative;}
.section-service .inner {padding-top: 0; padding-bottom: 0;}
/* .section-service .title-box {} */
.section-service .contents {position: relative; width: 100%;}
.section-service .contents .box {padding-top: 100px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 20px; transition: all .5s ease;}
.section-service3 .contents .box,
.section-service4 .contents .box {padding-top: 140px;}
.section-service .contents .box.on {visibility: visible; opacity: 1; transform: translateY(0);}
.section-service .contents .box .txt-box {padding-left: 12px;}
.section-service .contents .box .img-box {overflow: hidden; border-radius: 15px; border: 1px solid #181A1F; background: #040405;}
/* .section-service .contents .box .img-box img {width: 100%;} */
.section-service .contents .box h4>p:nth-child(1) {margin-bottom: 12px; font-size: 28px;}
.section-service .contents .box h4>p:nth-child(2) {font-size: 16px;}
.section-service .contents .box ul {margin: 20px 0 32px;}
.section-service .contents .box li {transform: translateY(20px); position: relative; margin-bottom: 8px; font-size: 14px; color: #C2C3C7;}
.section-service .contents .box li:last-child {margin-bottom: 0;}
.section-service .contents .box .list-type1 li {padding-left: 11px;}
.section-service .contents .box .list-type1 li::before {position: absolute; left: 0; top: 7px; content: ''; width: 4px; height: 4px; border-radius: 50%; background: #7B7E86;}
.section-service .contents .box .list-type2 {width: 480px;}
.section-service .contents .box .list-type2 li {display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 0; border-bottom: 1px solid #181A1F;}
.section-service .contents .box .list-type2 li>div {display: flex;}
.section-service .contents .box .list-type2 li>div>p {display: inline-block;}
.section-service .contents .box .list-type2 li>div>p:nth-child(1) {width: 130px; font-weight: 700; color: #EBECED;}
.section-service .contents .box .list-type2 li>div>p:nth-child(2) {flex: 1; align-content: center;}
.section-service .contents .box .list-type2 li>div>p img {margin-right: 8px; vertical-align: middle;}
.section-service .contents .box li>a {width: 26px; height: 26px; border-radius: 4px; background: #181A1F; text-align: center; align-content: center;}
.section-service .contents .box>div>a {transform: translateY(20px);  display: inline-block; padding: 8px 14px; margin-right: 6px; border-radius: 6px; background: #202229; font-size: 14px;}
.section-service .contents .box>div>a:last-child {margin-right: 0;}
.section-service .contents .box>div>a:hover {background: #181A1F;}
.section-service .contents .box video {max-width: 590px; border-radius: 16px; border: 1px solid #202229;}

.section-news .news-list {display: flex; flex-wrap: wrap; gap: 12px; max-height: calc(100vh - 220px); transition: height .5s linear;}
.section-news .news-list li {flex: 0 0 calc(50% - 6px); width: 100%; padding: 0 !important;}
.section-news .news-list li>a {display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 20px;}
.section-news .news-list li>a>div {max-width: calc(100% - 39px);}
.section-news .news-list li>a>i {font-size: 24px; color: #7B7E86;}
.section-news .news-list li .stit {margin-bottom: 8px;}
.section-news .news-list li .stit>span {font-size: 12px; vertical-align: middle;}
.section-news .news-list li .stit>span:nth-child(1) {padding: 2px 6px ;background: #06080C; border-radius: 4px; font-weight: 500; color: #8E90FF;}
.section-news .news-list li .stit>span:nth-child(2) {margin-left: 8px; color: #7B7E86;}
.section-news .news-list li .tit {}
.section-news .news-list li .tit>span {display: inline-block; width: 100%; font-weight: bold; font-size: 16px; color: rgba(255,255,255,.8); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal;}
.section-news .btn-more {display: none; margin-top: 28px; text-align: center;}
.section-news .btn-more img {margin-left: 2px; vertical-align: -8px;}

.section-contactus .contents {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 68px;}
.section-contactus .contents>div {flex: 0 0 calc(50% - 34px);}
.section-contactus .ip>* {display: inline-block;}
.section-contactus .ip label {font-weight: 500; font-size: 14px;}
.section-contactus .ip input {width: 100%; border: 0; font-size: 14px; color: #fff;}
.section-contactus .left-box .ip {margin-top: 17px;}
.section-contactus .left-box .ip:first-child {margin-top: 0;}
.section-contactus .left-box .ip label {margin-bottom: 4px; opacity: .5;}
.section-contactus .left-box .ip input {padding-bottom: 17px; background: transparent; border-bottom: 1px solid rgba(255,255,255,.1); font-weight: bold; font-size: 20px;}
.section-contactus .right-box {display: flex; flex-wrap: wrap; gap: 16px;}
.section-contactus .right-box .ip {flex: 0 0 calc(50% - 8px);}
.section-contactus .right-box .ip.w100 {flex: 0 0 100%;}
.section-contactus .right-box .ip label {margin-bottom: 6px; align-items: center;}
.section-contactus .right-box .ip input {padding: 12px; background: #181A1F; border-radius: 8px;}
.section-contactus .right-box .ip .ip-box {position: relative; width: 100%; padding: 12px 12px 38px; background: #181A1F; border-radius: 8px;}
.section-contactus .right-box .ip .ip-box textarea {display: block; width: 100%; min-height: 70px; background: transparent; border: 0; font-size: 14px; color: #fff; resize: none;}
.section-contactus .right-box .ip .ip-box .byte {position: absolute; right: 12px; bottom: 12px; font-size: 14px; color: #61656E;}
.section-contactus .right-box .ip.agree {margin-top: 2px;}
.ip.agree input {overflow: hidden; position: absolute; left: -999em; width: 0; height: 0;}
.ip.agree label {position: relative; margin-bottom: 0;}
.ip.agree label>span {display: inline-block; vertical-align: middle;}
.ip.agree label .icon {width: 20px; height: 20px; margin-top: -1px; border-radius: 4px; border: 2px solid #61656E; text-align: center; box-sizing: border-box; vertical-align: middle;}
.ip.agree label .icon i {opacity: 0; font-size: 14px; color: #fff; line-height: 20px;}
.ip.agree input:checked + label .icon {border: 0; background: #7274FF;}
.ip.agree input:checked + label .icon i {opacity: 1;}
.ip.agree label .txt {margin: 0 6px;}
.ip.agree label a {color: #7274FF;}
section.section-contactus .right-box #btn-save {position: relative; width: 100%; padding: 12px; margin-top: 22px; border-radius: 6px; background: #7274FF; font-weight: 500; font-size: 16px; color: #06080C;}

footer {height: auto;}
footer .inner {padding: 24px 48px; font-size: 12px; color: #A4A6AC; line-height: 1.4;}
footer .inner address {padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #202229;}
footer .inner a {color: #A4A6AC;}

.btn-top {display: none; position: fixed; right: calc(50vw - 720px + 48px); bottom: 5.3%; width: 56px; height: 56px; border-radius: 50%; background: #000;
  text-align: center; line-height: 56px; box-shadow: 0 0 16px 0 rgba(255,255,255,.4); z-index: 999;}
.btn-top a {display: block; width: 100%; height: 100%;}
.btn-top i {font-size: 18px; opacity: .9;}

/* layer */
.pop {position: absolute; top:0; left: 0; width: 100%; height: 100%; display: none; z-index: 9999;}
.pop .bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(11,21,36,.5); filter: alpha(opacity=50); z-index: -1}
.pop .close {position: absolute; top: 10px; right: 10px; font-weight: bold; opacity: .7; z-index: 1;}
.pop .close i::before {font-size: 27px; color: #fff;}
.pop .btnarea {display: flex; justify-content: end; text-align: center; flex-wrap: nowrap; margin-bottom: 0;}
.pop .btnarea a {display: flex; min-width: 46px; padding: 7px; justify-content: center; align-items: center; background: #7274FF; border-radius: 6px; font-weight: 500; font-size: 12px; color: #06080C;}
.pop .modal_content {position: fixed; top: 50%; left: 50%; max-width: 420px; width: 90%; text-align: left; color: #2B394F; transform: translate(-50%, -50%); padding: 16px; height: auto;
  background: #181A1F; border-radius: 12px; box-shadow: 0 4px 16px 0 rgba(70,96,163,.2); box-sizing: border-box; z-index: 9999;}
  .pop dl.info_txt {margin-bottom: 0;}
  .pop dl.info_txt dt {padding-bottom: 10px; padding-right: 20px; font-weight: bold; font-size: 14px; color: #fff;}
  .pop dl.info_txt dd {padding-bottom: 27px; font-weight: normal; font-size: 14px; color: rgba(255,255,255,.7);}
  .pop dl.info_txt dd li {list-style: disc; margin-left: 15px;}
  .pop dl.info_txt dd.co {margin-top: 8px; padding: 8px 0 0; border-top:1px solid #E1E1E1;}

  .toast_pop {position: fixed; display: none; width: 360px; padding: 14px 16px; left: 50%; top: 120px; font-size: 14px; font-weight: 700; color: #fff; transform: translateX(-50%); border-radius: 12px; background: #181A1F; box-shadow: 0 4px 16px 0 rgba(70,96,163,.2); z-index: 9999;}
  .toast_pop .modal_content {display: flex; justify-content: space-between; align-items: center;}
    .toast_pop .modal_content>p>i {margin-right: 8px; color: #8E90FF;}
    .toast_pop .modal_content>a {color:#fff;}
    .toast_pop .close {opacity: 1;}
    .toast_pop .close i::before {font-size: 24px; color: #fff;}

  #layer_confirm .modal_content {padding: 16px 40px; background: #0D1015; box-shadow: 0 0 24px 0 rgba(0,0,0,.55);}
  #layer_confirm .info_txt {text-align: center;}
  #layer_confirm .info_txt dt {padding-top: 32px; font-size: 16px;}

  #layer-privacy .close i::before {color: #181A1F;}
  #layer-privacy .modal_content {max-width: 500px; width: 90%; background: #fff; font-size: 14px; color: #181A1F; line-height: 1.4;}
  #layer-privacy .modal_content .txt-box {padding-bottom: 35px;}
  #layer-privacy .modal_content .txt-box h6 {font-weight: bold; font-size: 14px;}
  #layer-privacy .modal_content .btn-box {display: flex; align-items: center; justify-content: space-between;}
  #layer-privacy .modal_content .btn-box>div label {font-weight: 500; color: #5152B5;}
  #layer-privacy .modal_content .btn-box button { width: 94px; padding: 12px; border-radius: 6px; background: #202229; font-size: 16px; color: #fff;}


/* 효과 */
.effect-shiny-text {
  background: #c5c5c5 linear-gradient(120deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, 0) 65%);
  background-size: 200% 100%; color: transparent;
  -webkit-background-clip: text; background-clip: text;
  animation: shineAni 2s linear infinite;}
@keyframes shineAni {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.section-work .effect video {
  padding: 1.5px; border-radius: 16px; box-sizing: border-box;
  background-image:
  conic-gradient(
    from var(--border-angle1) at 10% 10%,
    transparent,
    rgba(255,255,255,.8) 10%,
    transparent 30%
  ),
  conic-gradient(
    from var(--border-angle2) at 90% 90%,
    transparent,
    rgba(255,255,255,.5) 10%,
    transparent 30%
  ),
  conic-gradient(
    from var(--border-angle3) at 50% 50%,
    transparent,
    rgba(255,255,255,.3) 10%,
    transparent 30%
  );
  animation: rotateBackground 3.5s linear infinite,
  rotateBackground2 8.5s linear infinite,
  rotateBackground3 13.5s linear infinite;
}

.effect-spotlight::before {position:absolute; content: ''; inset: 0;
  background: radial-gradient(circle 250px at var(--x) var(--y),rgba(255,255,255,.1),transparent 100%);
  opacity: 0; transition: opacity .3s;
}
.effect-spotlight:hover::before {opacity: 1;}

@property --border-angle1 {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0deg;
}
@property --border-angle2 {
	syntax: "<angle>";
	inherits: true;
	initial-value: 90deg;
}
@property --border-angle3 {
	syntax: "<angle>";
	inherits: true;
	initial-value: 180deg;
}

@keyframes rotateBackground {
  to {--border-angle1: 360deg;}
}
@keyframes rotateBackground2 {
	to {--border-angle2: -270deg;}
}
@keyframes rotateBackground3 {
	to {--border-angle3: 540deg;}
}

.effect-up,
.effect-up dt,
.effect-up dd,
.effect-up .stit,
.effect-up .tit,
.section .box h4,
.section .box ul li,
.section .box>div>a,
.section .contents {transform: translateY(20px); opacity: 0;}
.section .box .img-box {transform: translateX(100%); opacity: 0;}

.section.active .contents {animation: upMoveAni 1s .5s ease forwards;}
.section.active .effect-up {animation: upMoveAni 1s ease forwards;}
.section.active .effect-up.up1 {animation-delay: .5s;}
.section.active .effect-up.up2 {animation-delay: .75s;}
.section.active .effect-up.up3 {animation-delay: 1s;}
.section.active .effect-up.up4 {animation-delay: 1.35s;}
.section.active .effect-up.up1 dt {animation: upMoveAni .5s .5s ease forwards;}
.section.active .effect-up.up1 dd:nth-child(2) {animation: upMoveAni .5s .6s ease forwards;}
.section.active .effect-up.up1 dd:nth-child(3) {animation: upMoveAni .5s .7s ease forwards;}
.section.active .effect-up.up2 dt {animation: upMoveAni .5s .7s ease forwards;}
.section.active .effect-up.up2 dd:nth-child(2) {animation: upMoveAni .5s .8s ease forwards;}
.section.active .effect-up.up2 dd:nth-child(3) {animation: upMoveAni .5s .9s ease forwards;}
.section.active .effect-up.up3 dt {animation: upMoveAni .5s .9s ease forwards;}
.section.active .effect-up.up3 dd:nth-child(2) {animation: upMoveAni .5s 1s ease forwards;}
.section.active .effect-up.up3 dd:nth-child(3) {animation: upMoveAni .5s 1.1s ease forwards;}
.section.active .effect-up.up4 dt {animation: upMoveAni .5s 1.1s ease forwards;}
.section.active .effect-up.up4 dd:nth-child(2) {animation: upMoveAni .5s 1.2s ease forwards;}
.section.active .effect-up.up4 dd:nth-child(3) {animation: upMoveAni .5s 1.3s ease forwards;}
.section.active .effect-up .stit {animation: upMoveAni .5s .3s ease forwards;}
.section.active .effect-up .tit {animation: upMoveAni 1s .3s ease forwards;}

.section.active .box h4,
.section.active .box ul li,
.section.active .box>div>a {animation: upMoveAni .5s ease forwards;}
.section.active .box .img-box {animation: rightMoveAni .6s .45s linear forwards;}


@keyframes upMoveAni {
  0% {transform: translateY(20px); opacity: 0;}
  100% {transform: translateY(0); opacity: 1;}
}
@keyframes rightMoveAni {
  0% {transform: translateX(100%); opacity: 0;}
  100% {transform: translateX(0); opacity: 1;}
}

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


/* loading */
.loading {opacity: .6; pointer-events: none;}
.loading .loading-spinner {display: block;}
.loading-spinner {display: none; position: absolute; left: 50%; top: 50%; color: #fff; transform: translate(-50%, -50%);}
.loading-spinner .spinner-border {width: 1.6rem; height: 1.6rem;}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }



/*** 해상도 ***/
@media (max-width: 1440px) {
  .btn-top {right: 3.3%;}
}
@media (max-width: 1400px) {
  section .inner {padding: 120px 40px;}
  .title-box-service {padding: 40px 40px 10px;}
  .section-work .contents .card dd br,
  .section-team .contents .card:nth-child(1) dd br {display: none;}
}
@media (max-width: 1280px) {
  section .inner {padding: 80px 40px 40px;}
}
@media (max-width: 980px) {
  body {overflow-y: auto; font-size: 14px;}
  .fullpage-swiper {height: auto;}
  .section.swiper-slide {height: auto !important;}
  .section-main.swiper-slide {height: 100vh !important;}

  header .inner {padding: 14px 24px;}
  header .btn-nav-mobile {display: block;}
  header .nav {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; padding-top: 48px; background: linear-gradient(to right, #06080C, rgba(6,8,12,0)); backdrop-filter: blur(4px);}
  header.open .nav {display: block;}
  header .nav ul {flex-direction: column; gap: 36px; padding: 80px 0; text-align: center; font-size: 36px;}
  header .nav li {font-weight: bold;}
  header .nav li a {font-size: 36px;}

  section .inner {min-height: auto; padding: 80px 16px 40px;}
  section .title-box h2 {font-size: 36px;}
  section .title-box h3 {margin-bottom: 28px; font-size: 24px;}
  .title-box-service {padding: 20px 16px;}
  .title-box-service h3 {font-size: 24px;}
  section .contents .card {padding: 16px 20px;}
  section .contents dl>dd {font-size: 14px; line-height: 1.2;}
  section .contents dl>dt>span {font-size: 12px;}

  .section-main .title-box a.btn-main {bottom: auto; top: 52%;}

  .section-work .inner {padding-left: 0; padding-right: 0;}
  .section-work .inner .title-box,
  .section-work .inner .swiper-wrapper {padding: 0 24px;}
  .section-work .contents .card dl {padding: 24px;}

  .section-work .contents .card dd br,
  .section-team .contents .card:nth-child(1) dd br {display: block;}

  .section-team .contents .card {flex-direction: column; gap: 16px; align-items: end;}
  .section-team .contents dl {width: 100%; padding-bottom: 0;}
  .section-team .contents dl>dt {font-size: 20px;}

  .section-service {height: auto;}
  .section-service .inner {padding-top: 56px;}
  .section-service1 .inner {padding-top: 160px;}
  .section-service .contents .box {padding-top: 0 !important;}
  .section-service .contents .box h4>p:nth-child(1) {font-size: 24px;}
  .section-service .contents .box {flex-direction: column; gap: 32px; align-items: normal; height: auto; margin-bottom: 56px;}
  .section-service .contents .box:last-child {margin-bottom: 0;}
  .section-service .contents .box li {font-size: 12px;}
  .section-service .contents .box .list-type2 {width: 100%;}
  .section-service .contents .box .list-type2 li>div>p img {width: 20px;}
  .section-service .contents .box video {max-width: 100%;}

  .section-news .news-list {overflow-y: hidden; max-height: none;}
  .section-news .news-list li {flex: 0 0 100%; margin-bottom: 0;}
  .section-news .news-list li .tit>span {font-size: 14px; white-space: normal;}
  .section-news .news-list li>a {padding: 20px 16px;}
  .section-news .news-list li>a>i {font-size: 20px;}
  .section-news .btn-more img {width: 24px; vertical-align: -6px;}

  .section-contactus .contents {flex-direction: column; gap: 32px;}
  .section-contactus .left-box .ip label {font-size: 12px;}
  .section-contactus .left-box .ip input {font-size: 16px;}
  .section-contactus .right-box .ip {flex: 0 0 100%;}

  footer .inner {padding: 24px; font-size: 12px;}
}
@media (max-width: 720px) {
  .section-team .contents {flex-direction: column;}
  #layer_confirm .modal_content {padding: 16px 20px;}
}
@media (max-width: 480px) {
  .section-service .contents .box>div>a {padding: 8px; font-size: 13px;}
  .section-service .contents .box>div>a img {max-width: 16px;}
  #layer-privacy .modal_content .btn-box {align-items: end; flex-direction: column;}
  #layer-privacy .modal_content .btn-box .agree {width: 100%; margin-bottom: 10px;}
  #layer-privacy .ip.agree label .txt {width: calc(100% - 40px);}
}
