@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/noto-sans-kr-v38-korean-100.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/noto-sans-kr-v38-korean-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-kr-v38-korean-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-kr-v38-korean-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-kr-v38-korean-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-kr-v38-korean-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-kr-v38-korean-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/noto-sans-kr-v38-korean-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-kr-v38-korean-900.woff2') format('woff2');
}

:root {
    --mainColor: #be1a26;
    --black:#000;
    --white:#fff;

    /* BG Color */
    --blueGrayLight : #fafafa;
    --blueGray50 : #f2f4f8;

    /* Line Color */
    --borderColor : #b7b7b7;

    /* Typography Color */
    --blueGray600 : #515e78;
    --gray900 : #222;

    /* Contents BG Color */
    --lightGreen : #DFF9F2;
    --lightYellow : #fff6d8;
    --lightBlue : #d8eaff;
    --lightPurple : #e5e2ff;


    /* etc */

    --boxShadow01: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    --mainRolling2Height:0;
    --gnbDepth2Height:0;
    --gnbDepth3Height:0;
    --tabLeftPos:0;





    /* blue scale */
    /* --blue900: #02254f;
    --blue800: #06346D;
    --blue700: #093F81;
    --blue600: #004CA8;
    --blue500: #0064DD;
    --blue400: #0F7CFF;
    --blue300: #4298FF;
    --blue200: #75B4FF;
    --blue100: #A8D0FF;
    --blue50: #DBEBFF; */

    /* gray scale */
    /* --gray900: #DBEBFF;
    --gray800: #303030;
    --gray700: #424242;
    --gray600: #616161;
    --gray500: #757575;
    --gray400: #9e9e9e;
    --gray300: #e0e0e0;
    --gray200: #eee;
    --gray100: #f3f3f5; */

    --drawer-w: 82vw;
    --transition: .28s ease;



}

* {
    /* max-width: 192rem; */
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    color: #000;
    padding: 0;
    margin: 0;
    /* margin: 0 auto; */
    letter-spacing: -0.075rem;
    word-break: keep-all;
}

html.white,
html.white body{
    background-color: #fff;
}
button {
    touch-action: manipulation;
    user-select: none;
    cursor: pointer;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

iframe {
    border: none;
    width: 100%;
    height: 100%;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 100px #fff inset;
}

select {
    appearance: none;
    border-radius: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header,
footer,
aside,
main,
section,
article,
nav,
a {
    display: block;
}

ul,
li {
    margin: 0;
    list-style: none;
}

/* ::selection{
      color:#fff;
      background: #fff;
  } */
*:focus,
a:hover,
button:hover,
input:hover {
    outline: none;
}

span,
strong,
b,
em {
    color: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
}
strong{font-weight: bold;}


caption,
legend,
input[type="radio"],
input[type="checkbox"] {
    display: none;
}

button,
textarea,
input,
select,
a,
fieldset {
    border: none;
    background-color: transparent;
    appearance: none;
    outline: none;
    background: none;
}


font {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

input[type=search]::-webkit-search-cancel-button {
    width: 10px;
    height: 10px;
    background: url(/resources/images/cms/common/ic_close.webp) no-repeat center;
    cursor: pointer;
}


select::-ms-expand {
    display: none;
}

/* rem */
html,
body {font-size: 62.5%;}
@media (min-width: 1681px) and (max-width: 1800px) {html,body {font-size: 58%;}}
@media (min-width: 1441px) and (max-width: 1680px) {html,body {font-size: 56%;}}
@media (min-width: 1281px) and (max-width: 1440px) {html,body {font-size: 54%;}}
@media (min-width: 1025px) and (max-width: 1280px) {html,body {font-size: 51.5%;}}
@media (min-width: 990px) and (max-width: 1024px) {html,body {font-size: 51%;}}
@media (min-width: 501px) and (max-width: 989px) {html,body {font-size: 50%;}}
@media (min-width: 351px) and (max-width: 767px) {html,body {font-size: 62.5%;}}
@media (max-width: 350px) {html,body {font-size: 58%;}}