@charset "utf-8";
/* -----------------------------------------------
	* 스타일 초기화
--------------------------------------------------
	- 최초 작성일 : 2021.08.15
	- 최초 작성자 : 아보카도
	- 최종 수정일 : 
	- 최종 수정자 : 
--------------------------------------------------*/

/****************************************
	Import
****************************************/

@import url(./swiper.css);
@font-face {
  font-family: "icon";
  src: url("./fonts/icomoon.eot?y5isk6");
  src: url("./fonts/icomoon.eot?y5isk6#iefix") format("embedded-opentype"),
    url("./fonts/icomoon.ttf?y5isk6") format("truetype"),
    url("./fonts/icomoon.woff?y5isk6") format("woff"),
    url("./fonts/icomoon.svg?y5isk6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-Regular.woff2") format("woff2"),
    url("./fonts/NyghtSerif-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-RegularItalic.woff2") format("woff2"),
    url("./fonts/NyghtSerif-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-Bold.woff2") format("woff2"),
    url("./fonts/NyghtSerif-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-BoldItalic.woff2") format("woff2"),
    url("./fonts/NyghtSerif-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-Light.woff2") format("woff2"),
    url("./fonts/NyghtSerif-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-LightItalic.woff2") format("woff2"),
    url("./fonts/NyghtSerif-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-Medium.woff2") format("woff2"),
    url("./fonts/NyghtSerif-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-MediumItalic.woff2") format("woff2"),
    url("./fonts/NyghtSerif-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-Dark.woff2") format("woff2"),
    url("./fonts/NyghtSerif-Dark.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "NyghtSerif";
  src: url("./fonts/NyghtSerif-DarkItalic.woff2") format("woff2"),
    url("./fonts/NyghtSerif-DarkItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "PretendardJPVariable";
  src: url("./fonts/PretendardJPVariable.ttf") format("truetype");
}
@font-face {
  font-family: "Arita-buri-SemiBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-buri-SemiBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Rage-Italic";
  src: url("./fonts/RAGE_1.TTF") format("truetype");
  font-weight: normal;
}

.sound_only {
  display: none;
}

/****************************************
	소스코드 초기화
****************************************/
* {
  font-family: "PretendardJPVariable", sans-serif;
}
html {
  overflow-y: auto;
}
body {
  margin: 0;
  padding: 0;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  display: none;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
}
input,
button {
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
textarea,
select {
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
}
a:link,
a:visited {
  text-decoration: none;
  color: #6995d3;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}
i,
sup,
em {
  font-style: italic !important;
}
i:not([class^="material-"]):not([class*=" icon"]) {
  font-style: italic;
}
label {
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
table {
  width: 100%;
}

/****************************************
	기본 레이아웃 정의
****************************************/

.fix-layout {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
.fix-layout .fix-layout {
  padding: 0;
  margin: 0;
}

#body {
  min-height: 100%;
  box-sizing: border-box;
}

/****************************************
	애니메이션 효과 지정 / 초기화
****************************************/

* {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.trans,
.trans *,
.trans *:after,
.trans *:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.none-trans,
.none-trans *,
.none-trans *:after,
.none-trans *:before {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.ban-basic.siwperslider .swiper-slide img:hover {
  filter: brightness(1.07) blur(2px) saturate(0.7);
}
/****************************************
	텍스트 코드 정렬
****************************************/

.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}

/****************************************
	스크롤 스타일 정의
****************************************/

/* scrollbar : ie except */
*::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2); */
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background: #97b3d4 !important;
  border: none;
  border-radius: 0;
}

/**********************
	폼 스타일
**********************/

.theme-form {
  width: 100%;
}

/**************************************************************
	Web Size Viewer Control - 반응형 코딩
	-
	모바일 기준 :width 1024px
***************************************************************/

@media all and (min-width: 1025px) {
  .only-pc {
  }
  .only-ta {
    display: none !important;
  }
  .only-mo {
    display: none !important;
  }

  .not-pc {
    display: none !important;
  }
  .not-ta {
  }
  .not-mo {
  }
}

@media all and (max-width: 1024px) and (min-width: 1025px) {
  .only-pc {
    display: none !important;
  }
  .only-ta {
  }
  .only-mo {
    display: none !important;
  }

  .not-pc {
  }
  .not-ta {
    display: none !important;
  }
  .not-mo {
  }
}
@media all and (max-width: 1025px) {
  .only-pc {
    display: none !important;
  }
  .only-ta {
    display: none !important;
  }
  .only-mo {
  }

  .not-pc {
  }
  .not-ta {
  }
  .not-mo {
    display: none !important;
  }
}
