@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';
  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: 700;
  src: url('/fonts/notosanskr-bold.woff2') format('woff2'),
    url('/fonts/notosanskr-bold.woff') format('woff')
}

@font-face {
  font-family: 'myungzo';
  src: url('/fonts/NanumMyeongjo.woff') format('woff')
}


@font-face {
  font-family: 'tvn';
  font-weight: 100;
  src: url('/fonts/tvNEnjoystoriesL.woff') format('woff')
}

@font-face {
  font-family: 'tvn';
  font-weight: 500;
  src: url('/fonts/tvNEnjoystoriesM.woff') format('woff')
}

@font-face {
  font-family: 'tvn';
  font-weight: 700;
  src: url('/fonts/tvNEnjoystoriesB.woff') format('woff')
}


@font-face {
  font-family: 'GmarketSansBold';
  font-weight: 700;
  src: url('/fonts/GmarketSansBold.woff') format('woff')
}

@font-face {
  font-family: 'GmarketSansMedium';
  font-weight: 500;
  src: url('/fonts/GmarketSansMedium.woff') format('woff')
}

@font-face {
  font-family: 'GmarketSansLight';
  font-weight: 100;
  src: url('/fonts/GmarketSansLight.woff') format('woff')
}


@font-face {
  font-family: 'NanumMyeongjo';
  font-weight: 500;
  src: url('/fonts/NanumMyeongjo.woff') format('woff')
}




* { margin: 0; padding: 0; box-sizing: border-box; word-break:break-all; 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%; min-width: 1200px; height: 100%; float: left; color: #495057; font-size: 14px; }
#wrap { width: 100%; height: 100%; float: left; }

/* 엘리먼트 초기화 */
a { color: inherit; text-decoration: none; }
img { vertical-align: bottom; }
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: #333; }
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; }

.absolute { position:absolute; }
.fixed { position:fixed; }
.dn{ display:none !important; }

.bb-tooltip { table-layout : auto; }

/* 파일업로드 커스텀 */
input[type="file"] { display: none; }

/* float 값 */
.left { float: left; }
.right { float: right; }
.moreBtn{ font-size:15px; border:none; padding:2% 18%; border-radius:30px; border:solid 1px #333; background:none; font-weight:700; }

/* 드래그 금지 */
.drag { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
.drag * { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }

/* letter spacing */
.e { letter-spacing: -0.5px; }
.e * { letter-spacing: -0.5px; }

/* loading */
#loadingWrap { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999999; display: none; }
#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); } }

/* commonBox */
.commonBox { width: 100%; float: left; }
.commonBox > div { width: 1200px; margin: 0 auto; }
.commonBox > div > div { width: 100%; float: left; }