* {margin:0;padding:0;}
/* 100 - Thin */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* 200 - ExtraLight */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* 300 - Light */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 400 - Regular */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 500 - Medium */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 600 - SemiBold */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 700 - Bold */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 800 - ExtraBold */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* 900 - Black */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* 기본 적용 */
body {
  font-family: 'Paperlogy', sans-serif;
  color: #000;
  font-weight: 400;
}

.gt_mo_area {width:720px; margin:auto; overflow: hidden;}

.text_d {
     text-decoration-line: underline;      /* 밑줄 표시 */
     text-decoration-color: #fff;          /* 밑줄 색상 */
     text-decoration-thickness: 10px;       /* 밑줄 두께 */
     text-underline-offset: -10px;           /* 글자와 밑줄 사이 거리 */
}


.ibk_area {
     width:1400px;
     padding:0 100px;
     margin:auto;
}


.video-container {
     position:relative;
     height:0;
     padding-bottom:56.25%;
     z-index:-1;
}

.video-container iframe {
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
}
/*#########################################################################*/

.icon_h {display:block;}
 @media (max-width: 1995px) {
     .icon_h {display:none;}
}

 @media (max-width: 900px) {
     
}

@media (max-width: 767px) {
}

/* animation */
.pc_ud1 {
     animation: pc_ud1 1s infinite ease-in-out alternate;
}

.pc_ud2 {
     animation: pc_ud1 1.4s infinite ease-in-out alternate;
}
.pc_ud3 {
     animation: pc_ud1 1.6s infinite ease-in-out alternate;
}
.pc_ud4 {
     animation: pc_ud1 2s infinite ease-in-out alternate;
}

.pc_card{
  animation: pc_zud1 1.4s infinite ease-in-out alternate;
}

.pc_ap{
  animation: pc_ap 2s infinite ease-in-out alternate;
}

@keyframes pc_ud1{
     from{
       transform: translatey(0px);
     }
     to{
       transform: translatey(-20px);
     }
}


@keyframes pc_zud1{
     from{
       transform: translatey(0px);
     }
     to{
       transform: translatey(-20px) scale(1.03);
     }
}

@keyframes pc_ap{
     from{
       transform: translatex(0px);
     }
     to{
       transform: rotate(-2deg) translatex(20px) translatey(-10px);
     }
}
