@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 100;
  src: url('/fonts/notosanskr-light.woff2') format('woff2'),
    url('/fonts/notosanskr-light.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('/fonts/notosanskr-light.woff2') format('woff2'),
    url('/fonts/notosanskr-light.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  src: url('/fonts/notosanskr-regular.woff2') format('woff2'),
		url('/fonts/notosanskr-regular.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  src: url('/fonts/notosanskr-medium.woff2') format('woff2'),
		url('/fonts/notosanskr-medium.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 900;
  src: url('/fonts/notosanskr-bold.woff2') format('woff2'),
		url('/fonts/notosanskr-bold.woff') format('woff')

}


@font-face {
    font-family: 'Paperlogy2';
    src: url('/fonts/PAPERLOGY-2EXTRALIGHT.TTF') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy3';
    src: url('/fonts/PAPERLOGY-3LIGHT.TTF') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy4';
    src: url('/fonts/PAPERLOGY-4REGULAR.TTF') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy5';
    src: url('/fonts/PAPERLOGY-5MEDIUM.TTF') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy7';
    src: url('/fonts/PAPERLOGY-7BOLD.TTF') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy8';
    src: url('/fonts/PAPERLOGY-8EXTRABOLD.TTF') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'yg-jalnan';
    src: url('/fonts/JALNAN2TTF.TTF') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Noto Sans CJK KR900';
  font-weight: 900;
  src: url('/fonts/NOTOSANSCJKKR-BLACK.OTF') format('opentype')

}

@font-face {
  font-family: 'Noto Sans CJK KR700';
  font-weight: 700;
  src: url('/fonts/NOTOSANSCJKKR-BOLD.OTF') format('opentype')

}

@font-face {
  font-family: 'Noto Sans CJK KR500';
  font-weight: 500;
  src: url('/fonts/NOTOSANSCJKKR-MEDIUM.OTF') format('opentype')

}

@font-face {
  font-family: 'Noto Sans CJK KR400';
  font-weight: 400;
  src: url('/fonts/NOTOSANSCJKKR-REGULAR.OTF') format('opentype')

}

@font-face {
  font-family: 'Noto Sans CJK KR300';
  font-weight: 300;
  src: url('/fonts/NOTOSANSCJKKR-DEMILIGHT.OTF') format('opentype')

}
@font-face {
  font-family: 'Noto Sans CJK KR200';
  font-weight: 200;
  src: url('/fonts/NOTOSANSCJKKR-LIGHT.OTF') format('opentype')

}

* { margin: 0; padding: 0; box-sizing: border-box; word-break:break-all; position: relative; font-family: "Noto Sans KR", sans-serif; letter-spacing: -1px; outline: none !important; }
*:focus { outline: none; }
*::selection { background-color: #000; color: #FFF; }
html, body { width: 100%; height: 100%; float: left; color: #222; font-size: 14px; }
body{/* overflow-x: hidden;*/ }

a { color: inherit; text-decoration: none; }
img { max-width:100%; vertical-align: middle; }
ul, li { list-style: none; }
button { border: 0; cursor: pointer; }
table { table-layout: fixed; border-collapse: separate; border-spacing: 0; }
tspan { letter-spacing: -0.5px !important; }
label { cursor: pointer; }
label > .on { display: none; color: #3366CC; }
label > .off { display: inline-block; color: #CCC; }
input[type="checkbox"], input[type="radio"] { display: none; }
input[type="checkbox"]:checked + label > .on { display: inline-block; }
input[type="checkbox"]:checked + label > .off { display: none; }
input[type="radio"]:checked + label > .on { display: inline-block; }
input[type="radio"]:checked + label > .off { display: none; }

/* loading */
#loadingWrap { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999999; display: none; background: rgba(0,0,0,0.5); }
#loadingWrap * { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
#loadingWrap > #loadingPercent { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; text-align: center; line-height: 50px; font-size: 11px; font-weight: bold; letter-spacing: -0.5px; color: #333; text-shadow: 0 0 2px #FFF; }
#loadingWrap > #loading { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; border: 3px solid rgba(255, 255, 255, 0.3); border-radius: 50%; animation: loading 1s ease-in-out infinite; -webkit-animation: loading 1s ease-in-out infinite; }

@keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.lp0{letter-spacing: 0;}




#loadingWrap > #loading { border-radius: 50%; border-top-color: #165bda; } 

.section07 .brand_st_m ul li img {
  user-drag: none;          /* Safari */
  -webkit-user-drag: none;  /* Chrome, Edge */
  user-select: none;        /* 텍스트 드래그 방지 */
  pointer-events: auto;     /* 클릭 이벤트는 유지 */
}