@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: 'GmarketSansBold';
  font-weight: 700;
  src: url('/fonts/gmarketsansbold.woff2') format('woff2'),
    url('/fonts/gmarketsansbold.woff') format('woff')
}
@font-face {
  font-family: 'ggs';
  font-weight: 500;
  src: url('/fonts/ggs.woff2') format('woff2'),
    url('/fonts/ggs.woff') format('woff')
}

@font-face {
  font-family: 'ggs';
  font-weight: 100;
  src: url('/fonts/ggl.woff2') format('woff2'),
    url('/fonts/ggl.woff') format('woff')
}
@font-face {
  font-family: 'GmarketSansLight';
  src: url('/fonts/GmarketSansLight.woff2') format('woff2'),
    url('/fonts/GmarketSansLight.woff') format('woff')
}


@font-face {
  font-family: 'GmarketSansTTFLight';
  src: url('/fonts/GmarketSansTTFLight.ttf') 
}
@font-face {
  font-family: 'ggs';
  font-weight: 900;
  src: url('/fonts/GmarketSansTTFBold.ttf')
}
@font-face {
  font-family: 'GmarketSansTTFMedium';
  src: url('/fonts/GmarketSansTTFMedium.ttf')
}

@font-face {
  font-family: 'vitrocore';
  src: url('/fonts/VITROCORETTF.TTF')
}

@font-face {
  font-family: 'nanummyeongjo';
  src: url('/fonts/nanummyeongjo.TTF')
}

@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

.nanummyeongjo * {
 font-family: 'Nanum Myeongjo', serif;
}


@font-face {
  font-family: 'scd3';
  font-weight: 300;
  src: url('/fonts/SCDream3.otf') format('opentype')
}

@font-face {
  font-family: 'scd5';
  font-weight: 500;
  src: url('/fonts/SCDream5.otf') format('opentype')
}

@font-face {
  font-family: 'scd6';
  font-weight: 600;
  src: url('/fonts/SCDream6.otf') format('opentype')
}

@font-face {
  font-family: 'scd7';
  font-weight: 700;
  src: url('/fonts/SCDream7.otf') format('opentype')
}

@font-face {
  font-family: 'scd8';
  font-weight: 800;
  src: url('/fonts/SCDream8.otf') format('opentype')
}

@font-face {
  font-family: 'swgi';
  font-weight: 100;
  src: url('/fonts/swgi1.ttf') format('truetype')
}

@font-face {
  font-family: 'swgi';
  font-weight: 500;
  src: url('/fonts/swgi2.ttf') format('truetype')
}

@font-face {
  font-family: 'swgi';
  font-weight: 700;
  src: url('/fonts/swgi3.ttf') format('truetype')
}

@font-face {
  font-family: 'swgi';
  font-weight: 900;
  src: url('/fonts/swgi4.ttf') format('truetype')
}

@font-face {
  font-family: 'vitrocore';
  font-weight: 700;
  src: url('/fonts/VITROCORE.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%; min-width: 1200px; height: 100%; float: left; color: #333; font-size: 14px; }
body{ overflow-x: hidden; }
#wrap { width: 100%; height: 100%; float: left; }

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; }


/* toggle */
label.toggle { cursor: pointer; background-color: #EEE; width: 60px; height: 30px; float: left; transition: all 0.5s; padding: 5px 7px; border-radius: 25px; }
label.toggle > div { width: 20px; height: 20px; background-color: #FFF; border-radius: 100%; float: left; transition: all 0.5s; left: 0; }
input.toggle { display: none; }
input.toggle:checked + label.toggle { background-color: #2790FF; }
input.toggle:checked + label.toggle > div { left: 26px; }

.absolute { position:absolute; }
.fixed { position:fixed; }

.lp0 { letter-spacing:0; }
.lp0 * { letter-spacing:0; }

.bb-tooltip { table-layout : auto; }

input[type="file"] { display: none; }

.left { float: left; }
.right { float: right; }

.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; }

.e { letter-spacing: -0.5px; }
.e * { letter-spacing: -0.5px; }

.common_box{
    width: 100%;
    float:left;
    min-width:1200px;
}

.common_box > div{
    width: 1200px;
    margin: 0 auto;
}

.common_box > div > div{
    width: 100%;
    float: left;
}

/* loading */
#loadingWrap { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999999; display: none; background-color: rgba(0,0,0,0.7); }
#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); } }

/* noData */
.noData { float: left; width: 100%; }
.noData ul { float: left; width: 100%; border-bottom: 1px solid #ebebeb; padding: 50px; }
.noData ul li { float: left; width: 100%; text-align: center; color: #ccc; font-size: 20px; }


.pagingWrap { width: 100%; float: left; margin-top:7%; }
.pagingWrap > ul { width: 100%; float: left; text-align: center; }
.pagingWrap > ul > li { display: inline-block; margin: 0 2px; float: none; }
.pagingWrap > ul > li > a { float: left; color: #AAA; font-weight: 500; font-size: 14px; padding: 2px 9px; letter-spacing: -0.5px; }
.pagingWrap > ul > li > a:hover { color: #333; }
.pagingWrap > ul > li > span { float: left; color: #333; font-weight: 500; font-size: 14px; padding: 1px 9px; border: 1px solid #ccc; border-radius: 50px; letter-spacing: -0.5px; }


/*팝업박스*/
.popupViewBox { position: absolute; width: 500px; background-color: #FFF; left: 0; top: 0; z-index: 999; overflow: hidden; }
.popupViewBox > .conWrap { width: 100%; float: left; }
.popupViewBox > .conWrap img { max-width: 100%; }
.popupViewBox > .btnWrap { width: 100%; float: left; background-color: #333; padding: 5px 10px; }
.popupViewBox > .btnWrap > a { height: 23px; line-height: 23px; font-size: 12px; color: #FFF; font-weight: 500; }
.popupViewBox > .btnWrap > a.left { float: left; opacity: 0.6; }
.popupViewBox > .btnWrap > a.right { float: right; }
