@charset "UTF-8";

/* [Font]*/

/* pretandard */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css'); */

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');
/* 
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons"); */

/*100vw,100vh*/
/* Weight ExL 200, L 300, R 400, SeB 600, B 700, ExB 800, BK 900 */
/* Weight ExL 100, L 300, R 400, M 500, B 700, H 900 */

/* 
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
} */


/* Fonts */
:root {
  --font-default: "Pretendard Variable", Pretendard, "Noto Sans KR","Outfit","Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  --font-secondary: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

/* Colors 
Top Menu hover:#00b6a1
*/
:root {
  --color-default: #14adea;
  --color-primary: #B7976B;
  --color-primary: #008374;
  --color-primary: #82d9d0;
  --color-primary: #e6003b;
  --color-secondary: #f85a40;
  --color-third: #14adea;
}
/* :root{
  scroll-behavior: smooth;
} */
/* [Reset] */
* {
  box-sizing: border-box;
}


html,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  /* radio ¹öÆ° ¿À·ù */
  /* -webkit-appearance: none; */

}

body,
button,
input,
select,
table,
textarea {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", -apple-system, helvetica, Apple SD Gothic Neo, sans-serif;
  line-height: normal;
}

body {
  position: relative;
  -webkit-text-size-adjust: none;
  color: #000;
}

html,
body {
  font-size: 10px;
  line-height: 1.25;
  /* -webkit-user-select: none; */
  -webkit-touch-callout: none;
  /* ÀÌÁß ½ºÅ©·Ñ ¹®Á¦»ý±è */
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}
@media (max-width: 1028px) {
  html,
  body {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 10px;
  }
  td{font-size:10px;line-height:16pt;}
}


.scroll header{
  height: 110px;
  top:0;
  border-bottom:0px solid #FF0000;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#ddd', Direction=135, Strength=6);
  filter:drop-shadow(0px 0px 30px #e4d2d2)
}
/* html{
  overflow-y: scroll;
}
body {
  width: calc(100vw - 4px);
} */

/* 
.scroll header{
  height: 62px;
  border-bottom:1px solid #ff3939;
}
.scroll header{
  display: none;
}

.scroll header nav .gnb{
  transform: translate(240px, 20px);
}
.scroll header nav .gnb-bg{
  top:60px;
} */


#contentWrap{top:75px; word-break:keep-all; position:relative;box-sizing: border-box;}

@media(max-width:760px){
  #contentWrap{padding-top:0;}
  /* #contentWrap div{font-size:1.3rem;} */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-align: left;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
}

address,
em {
  font-style: normal;
}

input,
textarea,
select {
  outline: 0;
  border-radius: 0;
  border: 0;
  -webkit-border-radius: 0;
  /* -webkit-appearance: none;
  appearance: none; */
}

input[readonly] {
  -webkit-user-select: none;
  user-select: none;
}

textarea {
  resize: none;
}

legend {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  color: #222;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--color-primary);
  color:#222;
  text-decoration: none;
}

a:hover {
  color:var(--color-primary);
  text-decoration: none;
}

a:focus {
  outline: none;
  background-color: none;
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  text-transform: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

mark {
  background: transparent;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.overflow {
  overflow: hidden;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.mo-only {
  display: none !important;
}
@media (max-width: 768px) {
  .mo-only {
    display: block !important;
  }
}

