/* reset */
html {
  scroll-behavior: auto;
}
* {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

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

a {
  text-decoration: none;
  color: inherit;
}

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%;
}

/* common */
html {
  font-family:
    "Paperlogy",
    "Pretendard",
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    "Helvetica Neue",
    "Segoe UI",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
  font-weight: 400;
  font-size: 10px;
  background: #fff;
  color: #1d1d1d;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

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

.container.w1060 {
  max-width: 1060px;
}

.container.w850 {
  max-width: 850px;
}

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

.innertop {
  padding-top: 16rem;
}

.innerbottom {
  padding-bottom: 16rem;
}

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

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

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

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

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

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

*.c {
  text-align: center;
}

* b {
  font-weight: 700;
}

/* header */

#top_btn {
  cursor: pointer;
}

/* popup */
.popup_swiper img {
  width: 100%;
}
.popup_pagination {
  bottom: 100px;
  text-align: center;
  width: 100%;
}

.popup_pagination span {
  background: #555;
}

.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 0.8s forwards ease;
}

/* quick */
#quick-placeholder {
  position: fixed;
  top: calc(50% + 100px);
  transform: translateY(-50%);
  right: 2vw;
  z-index: 100000;
  font-size: 14px;
}

#quick-placeholder ul {
  display: flex;
  flex-direction: column;
}

#quick-placeholder ul li {
  background: #fff;
  padding: 10px;
  position: relative;
}

#quick-placeholder ul li:nth-of-type(1) {
  background:
    linear-gradient(
      0deg,
      rgba(26, 28, 100, 0.7) 0%,
      rgba(26, 28, 100, 0.7) 100%
    ),
    #0f0f70;
}
#quick-placeholder ul li:nth-of-type(1) a {
  color: #fff;
}
#quick-placeholder ul li:nth-of-type(1) a b {
  font-size: 20px;
  line-height: 1.4;
}
#quick-placeholder ul li:nth-of-type(2)::after,
#quick-placeholder ul li:nth-of-type(3)::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #a3a3a3;
  position: absolute;
  bottom: 0.5px;
  left: 10px;
}

#quick-placeholder ul li:nth-of-type(1) {
  border-radius: 10px 10px 0 0;
}

#quick-placeholder ul li:nth-of-type(4) {
  border-radius: 0 0 10px 10px;
}

#quick-placeholder ul li:nth-of-type(5) {
  border-radius: 10px;
  background:
    linear-gradient(
      0deg,
      rgba(26, 28, 100, 0.7) 0%,
      rgba(26, 28, 100, 0.7) 100%
    ),
    #0f0f70;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
}

#quick-placeholder ul li a {
  text-align: center;
  transition: all 0.5s;
  font-weight: 500;
  border-radius: 50%;
  position: relative;
  color: #1c1c1b;
  letter-spacing: -0.28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#quick-placeholder ul li .img_wrap {
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

#quick-placeholder ul li .tel .img_wrap {
  padding: 0;
}

#quick-placeholder ul li:first-child .img_wrap {
  padding: 5px;
}

/* #quick-placeholder ul li:last-child {background: none;} */
#quick-placeholder ul li:last-child .img_wrap {
  padding: 0px;
}

#quick-placeholder li img {
  aspect-ratio: 1/ 1;
  max-width: 50px;
  width: 100%;
}

.q_txt {
  border-radius: 25px 0 0 25px;
  width: 0px;
  opacity: 0;
  height: 50px;
  background: linear-gradient(-45deg, #203458, #3b69a4);
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateX(-100%);
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: width 0.5s;
}

#quick-placeholder ul li a:hover .q_txt {
  width: 130px;
  padding-right: 25px;
  opacity: 1;
}

/*  */
.quick_logo {
  max-width: 80px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  animation: quick_logo 1.2s ease-in-out infinite;
  cursor: pointer;
}

@keyframes quick_logo {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(10px);
  }
}

#quick-placeholder .quick {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

#quick-placeholder .quick_m {
  display: none;
  border-top: 1px solid #00000047;
}

/* footer */
/* footer */
footer {
  background: #232f4f;
  color: #fff;
}

footer .container {
  padding: 100px 0 50px;
  font-size: 14px;
}

.f_logo {
  max-width: 300px;
}

.f_wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
}

.f_right {
  text-align: right;
  line-height: 2;
  font-weight: 300;
}

.f_right i {
  font-weight: 500;
  display: inline-block;
  padding-left: 15px;
  padding-right: 5px;
}

footer hr {
  margin: 2rem 0;
}

ul.copy_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.6;
}

@media (min-width: 0px) and (max-width: 1520px) {
  .innertop {
    padding-top: 13rem;
  }

  .innerbottom {
    padding-bottom: 13rem;
  }
}

@media (min-width: 0px) and (max-width: 1280px) {
  #quick-placeholder {
    bottom: 7vw;
  }

  footer .content_inner {
    flex-direction: column;
    gap: 3rem;
  }

  .f_right {
    flex-direction: row-reverse;
    align-items: end;
  }

  .f_right ul {
    display: flex;
    gap: 2rem;
  }

  .innertop {
    padding-top: 10rem;
  }

  .innerbottom {
    padding-bottom: 10rem;
  }

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

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

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

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

  *.m10 {
    margin-bottom: 1rem;
  }
  p {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 900px) {
  *.m100 {
    margin-bottom: 6rem;
  }

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

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

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

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

  p {
    font-size: 18px;
  }

  /* popup */
  .popup_wrap {
    top: 65px !important;
    left: 0 !important;
  }

  /*  */
  .innertop {
    padding-top: 8rem;
  }

  .innerbottom {
    padding-bottom: 8rem;
  }

  footer .content_inner {
    padding: 5rem 0 12rem;
  }

  .f_left p {
    font-size: 1.6rem;
  }

  .f_logo {
    display: none;
  }

  .f_right {
    text-align: left;
    flex-direction: row;
  }

  .f_wrap {
    flex-direction: column-reverse;
  }
}

@media (min-width: 0px) and (max-width: 600px) {
  .popup_wrap {
    max-width: 300px;
    left: 50% !important;
    transform: translateX(-50%);
  }

  /* common */
  .innertop {
    padding-top: 5rem;
  }

  .innerbottom {
    padding-bottom: 5rem;
  }

  p {
    font-size: min(16px, 4vw);
  }

  /* popup */
  /* quick */
  #quick-placeholder {
    top: auto;
    transform: translateY(0);
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100000;
  }

  #quick-placeholder ul {
    flex-direction: row;
    width: 100%;
  }

  #quick-placeholder ul li {
    width: 100%;
  }

  #quick-placeholder ul li:nth-of-type(1) {
    border-radius: 5px 0px 0 0;
  }

  #quick-placeholder ul li:nth-of-type(4) {
    border-radius: 0 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #quick-placeholder ul li:nth-of-type(5) {
    border-radius: 5px 5px 0 0;
  }
  #quick-placeholder ul li:nth-of-type(1) a b {
    font-size: 14px;
  }
  #quick-placeholder ul li:nth-of-type(1) a br {
    display: none;
  }
  #quick-placeholder ul li:nth-of-type(2)::after,
  #quick-placeholder ul li:nth-of-type(3)::after {
    left: auto;
    right: 0;
    bottom: 10%;
    transform: translate(0);
    height: 80%;
    width: 0.5px;
    content: "";
    display: block;
    background: #a3a3a3;
    position: absolute;
    z-index: 2;
  }

  #quick-placeholder ul li:nth-of-type(5) {
    flex-direction: column;
    font-size: 14px;
  }
  #quick-placeholder ul li .img_wrap {
    width: 40px;
  }

  #quick-placeholder ul li a {
    font-size: 12px;
    gap: 0;
    height: 100%;
    justify-content: center;
  }

  #quick-placeholder li img {
    max-width: 30px;
  }

  #quick-placeholder li .tel {
    display: flex;
    align-items: center;
  }

  #quick-placeholder li .tel img {
    max-width: 50px;
  }

  /* footer */
  .f_right ul {
    font-size: 16px;
  }

  .f_wrap {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  footer .container {
    padding: 100px 0 130px;
  }
}
