/* reset */
* {
  margin: 0;
  padding: 0;
  word-break: keep-all;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  /* width: 100%;
  height: 100%; */
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

b,
strong {
  font-weight: inherit;
}

i,
em,
address {
  font-style: inherit;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

span {
  display: block;
}

/* common */
html {
  font-family: 'Paperlogy';
  /* font-family: 'NanumBarunGothic'; */
  font-weight: 400;
  font-size: 10px;
  background: #fff;
  color:#282828;
  line-height: 1.5;
  letter-spacing: -0.002em;
}

html *.Paperlogy {
  font-family: 'Paperlogy';
}

.page {
  overflow: hidden;
  width: 100%;
}

.innertop {
  padding-top: 17rem;
}

.innerbottom {
  padding-bottom: 17rem;
}

.container12 {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}

.container14 {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}

.screen_out {
  position: absolute;
  top: -9999em;
}

.ir_pm {
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

p {
  font-size: 20px;
  line-height: 1.5;
}

*.m200 {
  margin-bottom: 20rem;
}

*.m170 {
  margin-bottom: 17rem;
}

*.m120 {
  margin-bottom: 12rem;
}

*.m100 {
  margin-bottom: 10rem;
}

*.m80 {
  margin-bottom: 8rem;
}

*.m70 {
  margin-bottom: 7rem;
}

*.m60 {
  margin-bottom: 6rem;
}

*.m50 {
  margin-bottom: 5rem;
}

*.m40 {
  margin-bottom: 4rem;
}

*.m30 {
  margin-bottom: 3rem;
}

*.m20 {
  margin-bottom: 2rem;
}

*.m15 {
  margin-bottom: 1.5rem;
}

*.m10 {
  margin-bottom: 1rem;
}

*.m5 {
  margin-bottom: 0.5rem;
}

*.c {
  text-align: center;
}

* b {
  font-weight: 700;
}

/* popup */
.popups {
  position: absolute;
  z-index: 9999999;
}

#popup_10 {
  z-index: 99999101;
}

#popup_9 {
  z-index: 99999102;
}

#popup_8 {
  z-index: 99999103;
}

#popup_7 {
  z-index: 99999104;
}

#popup_6 {
  z-index: 99999105;
}

#popup_5 {
  z-index: 99999106;
}

#popup_4 {
  z-index: 99999107;
}

#popup_3 {
  z-index: 99999108;
}

#popup_2 {
  z-index: 99999109;
}

#popup_1 {
  z-index: 99999110;
}

.popup_wrap {
  width: 100%;
  max-width: 450px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.popup_foot {
  padding: 10px;
  font-size: 1.5rem;
}

.popup_foot>div {
  display: flex;
  justify-content: space-between;
}

.popup_foot label span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.popup_close {
  cursor: pointer;
}

.popup_wrap.introani {
  animation: introanimation .8s forwards ease;
}

.screen_out{
  position: absolute;
  top: -9999em;
}

.ir_pm{
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

button {
  all: unset;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

/* quick menu */
.quick {
  position: fixed;
  bottom: 30px;
  right: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.gooey-menu ul{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.img_wrap {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  background: #fff;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.gooey-menu ul li:last-of-type{
  margin-bottom: 10px;
}
.img_wrap img {
  width: auto;
  height: 27px;
  object-fit: contain;
}

.quick_logo {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-main-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.25));
}
.quick-arrow {
  color: #fff;
}
.quick_logo .icon {
  position: relative;
  z-index: 2;
}

.quick_logo img {
  height: 28px;
  width: auto;
}

.quick_logo:hover .ripple {
  width: 220%;
  height: 220%;
}
.quick_logo:hover .quick-arrow{
  color: var(--color-main-orange);
}

/* common style component */
:root {
  --font-family-main: 'paperlogy';
  --font-family-sub: 'Marcellus';
  --font-size18: 18px;
  --font-size20: 20px;
  --font-size22: 22px;
  --font-size23: 23px;
  --font-size24: 24px;
  --font-size25: 25px;
  --font-size28: 28px;
  --font-size30: 30px;
  --font-size36: 36px;
  --font-size40: 40px;
  --font-size50: 50px;
  
  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;
  --weight-800: 800;
  
  --line-height13: 1.3;
  --line-height15: 1.5;
  --line-height17: 1.7;
  
  --letter-spacing02: -0.002em;
  
  /* color */
  --color-dark-navy: #092C4C;
  --color-dark-bk01: #000;
  --color-dark-bk02: #1D1D1D;
  --color-dark-bk03: #282828;
  --color-logo-blue: #5EA9CA;
  --color-logo-dark-blue: color-mix(
    in srgb,
    #FF6A00 20%,
    #004B8A
  );
  --color-logo-light-blue: #B9DEEF;
  --color-grey01: #D9D9D9;
  --color-grey02: #64748B;
  --color-grey03: #475569;
  --color-grey04: #334155;
  --color-grey05: #4C4C4C;
  --color-grey06: #3A3A3A;
  --color-main-orange: #FF6A00;
  
}

.font-title40-ani  {
  font-family: var(--font-family-main);
  font-size: var(--font-size40);
  font-weight: var(--weight-500);
  line-height: var(--line-height13);
  letter-spacing: var(--letter-spacing02);
}

.font-num24  {
  font-family: var(--font-family-main);
  font-size: var(--font-size24);
  font-weight: var(--weight-600);
  line-height: 1;
}


.font-num20  {
  font-family: var(--font-family-main);
  font-size: var(--font-size20);
  font-weight: var(--weight-700);
  line-height: 1;
}

.font-sub-title28{
  font-family: var(--font-family-main);
  font-size: var(--font-size28);
  font-weight: var(--weight-300);
}

.font-sub-title28-bold{
  font-family: var(--font-family-main);
  font-size: var(--font-size28);
  font-weight: var(--weight-600);
}

.font-title40-bold{
  font-family: var(--font-family-main);
  font-size: var(--font-size40);
  font-weight: var(--weight-600);
  line-height: var(--line-height13);
  line-height: 1;
}

.font-title50-bold{
  font-family: var(--font-family-main);
  font-size: var(--font-size50);
  font-weight: var(--weight-600);
  line-height: var(--line-height13);
  line-height: 1;
}

.font-title22-wh-opacity{
  font-family: var(--font-family-main);
  font-size: var(--font-size22);
  font-weight: var(--weight-400);
  line-height: 1;
  color: rgba(255, 255, 255, 0.70);
}
.font-article18-regular{
  font-family: var(--font-family-main);
  font-size: var(--font-size18);
  font-weight: var(--weight-400);
}

.font-sub-title-desc01{
  font-family: var(--font-family-main);
  font-size: var(--font-size20);
  font-weight: var(--weight-400);
  line-height: 1.5;
}

.font-sub-title-desc02{
  font-family: var(--font-family-main);
  font-size: var(--font-size23);
  font-weight: var(--weight-500);
}

.font-sub-title-desc03{
  font-family: var(--font-family-main);
  font-size: var(--font-size18);
  font-weight: var(--weight-600);
}

@media (min-width:0px) and (max-width:1280px) {
  
  .innertop {
    padding-top: 10rem;
  }
  
  .innerbottom {
    padding-bottom: 10rem;
  }
  
  *.m200 {
    margin-bottom: 18rem;
  }
  
  *.m170 {
    margin-bottom: 15rem;
  }

  *.m120 {
    margin-bottom: 10rem;
  }

  *.m100 {
    margin-bottom: 8rem;
  }
  
  *.m80 {
    margin-bottom: 5rem;
  }
  
  *.m70 {
    margin-bottom: 4.5rem;
  }
  
  *.m60 {
    margin-bottom: 4rem;
  }
  
  *.m50 {
    margin-bottom: 3.5rem;
  }
  
  *.m40 {
    margin-bottom: 2.5rem;
  }
  
  *.m30 {
    margin-bottom: 2rem;
  }
  
  p {
    font-size: 1.8rem;
  }
}

@media (min-width:0px) and (max-width:900px) {
  *.m200 {
    margin-bottom: 16rem;
  }
  
  *.m120 {
    margin-bottom: 8rem;
  }

   *.m170 {
    margin-bottom: 11rem;
  }

  *.m100 {
    margin-bottom: 6rem;
  }
  
  *.m80 {
    margin-bottom: 4rem;
  }
  
  *.m70 {
    margin-bottom: 4rem;
  }
  
  *.m60 {
    margin-bottom: 4.5rem;
  }
  
  *.m50 {
    margin-bottom: 3rem;
  }
  
  *.m20 {
    margin-bottom: 1.5rem;
  }
  
  
  p {
    font-size: 18px;
  }
  
  /* popup */
  .popup_wrap {
    top: 65px !important;
    left: 0 !important;
  }
  
  .innertop {
    padding-top: 8rem;
  }
  
  .innerbottom {
    padding-bottom: 8rem;
  }
  
}

@media (min-width:0px) and (max-width:500px) {
  *.m200 {
    margin-bottom: 10rem;
  }

  *.m170 {
    margin-bottom: 7rem;
  }

  *.m120 {
    margin-bottom: 6rem;
  }

  *.m100 {
    margin-bottom: 4rem;
  }
  
  *.m60 {
    margin-bottom: 2.5rem;
  }
  
  *.m50 {
    margin-bottom: 1.5rem;
  }
  
  *.m20 {
    margin-bottom: 1rem;
  }

  *.m15 {
  margin-bottom: 1rem;
}
  
  .innertop {
    padding-top: 6rem;
  }
  
  .innerbottom {
    padding-bottom: 6rem;
  }
  .quick.on .gooey-menu li {
    transform: translateY(calc(var(--i) * -60px));
  }
  .gooey-menu li {
    bottom: 20px;
    left: 25px;
  }
  .quick_logo{
    width: 55px;
    height: 55px;
  }
  .quick {
    bottom: 5vw;
  }
  .img_wrap{
    width: 50px;
    height: 50px;
  }
  .img_wrap img{
    height: 23px;
  }
}