@charset "UTF-8";
/*-------------------------------------------------
title       : 믹스인
Author      : PLAN I
Create date : 2024-10-11
-------------------------------------------------*/
@import url("/webzine/webzine_2024/fonts/remixicon/remixicon.css");
@import url("/webzine/webzine_2024/fonts/font_pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
/*-------------------------------------------------
title       : 기본
Author      : PLAN I
Create date : 2024-10-11
-------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
}

body {
  font-size: var(--size);
  color: var(--color);
  line-height: var(--lh);
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  font-family: "Pretendard";
}

header, footer, main, section, article, nav, aside {
  display: block;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0;
  padding: 0;
}

fieldset, hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

input, select {
  max-width: 100%;
  vertical-align: middle;
}

input, select, button, textarea, optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
}

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

textarea {
  width: 100%;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}

button {
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
}

input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, legend,
.sr_only, .hidden, .blind, .IR {
  float: left;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

input, textarea {
  resize: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: inherit;
  color: inherit;
  opacity: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: inherit;
  color: inherit;
  opacity: inherit;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-weight: inherit;
  color: inherit;
  opacity: inherit;
}

input::placeholder, textarea::placeholder {
  font-weight: inherit;
  color: inherit;
  opacity: inherit;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

#skip_nav a {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 100%;
  height: 0;
  z-index: 1000;
  background-color: #000;
  font-size: 0;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 0;
}

#skip_nav a:focus, #skip_nav a:hover, #skip_nav a:active {
  top: 0;
  height: 3rem;
  font-size: 1.4rem;
  line-height: 3rem;
}

.swiper-initialized {
  overflow: hidden;
}

.swiper-initialized [id*="swiper-wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-initialized [id*="swiper-wrapper"] > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-initialized.swiper-vertical, .swiper-initialized.swiper-vertical [id*="swiper-wrapper"], .swiper-initialized.swiper-vertical [id*="swiper-wrapper"] > * {
  height: 100%;
}

.swiper-initialized.swiper-vertical [id*="swiper-wrapper"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.txt_left {
  text-align: left !important;
}

.txt_center {
  text-align: center !important;
}

.txt_right {
  text-align: right !important;
}

@media (max-width: 1280px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 7px;
  }
}
