@charset "utf-8";

/* --- webfont --- */
/* 국문 */
@font-face {
    font-family: font_ns;
    font-style: normal;
    font-weight: 100;
    src:url("../font/NotoSansKR-Thin.woff") format("woff");
}

@font-face {
    font-family: font_ns;
    font-style: normal;
    font-weight: 300;
    src:url("../font/NotoSansKR-Light.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: font_ns;
    font-style: normal;
    font-weight: normal;
    src:url("../font/NotoSansKR-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: font_ns;
    font-style: normal;
    font-weight: bold;
    src:url("../font/NotoSansKR-Bold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* 영문, 숫자 */
@font-face {
    font-family: font_gs;
    font-style:normal;
    font-weight:300;
    src:url("../font/GmarketSansLight.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: font_gs;
    font-style: normal;
    font-weight: normal;
    src:url("../font/GmarketSansMedium.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: font_gs;
    font-style: normal;
    font-weight: bold;
    src:url("../font/GmarketSansBold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* 이럴때 */
@font-face {
    font-family: font_ms;
    font-style: normal;
    font-weight: 400;
    src:url("../font/NanumMyeongjo-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*, *:focus, *:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-focus-ring-color: rgba(0,0,0,0) !important;
    outline: none !important;
}

/* reset */
html, body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 12px;
    font-family: 'font_ns', 'font_gs', 'AppleGothic', sans-serif;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    word-break: break-all;
    word-wrap: break-word;
    overflow: auto;
}

body.fixed {
    overflow: hidden;
    position: fixed;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, textarea, p, 
blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0;
}

i, em {
    font-style: normal;
    font-weight: normal;
}

fieldset, img {
    border: 0 none;
}

dl, ul, ol, menu, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

input, select, textarea, button {
    font-size: 100%;
    vertical-align: middle;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

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

img, input[type="image"] {
    border-width: 0;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    outline: none;
}

legend {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

article, aside, details, figcaption, figure, footer, 
header, hgroup, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    vertical-align: baseline;
}

span {
    display: inline-block;
}

button,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="file"] {
    -webkit-appearance: none;
    border-radius: 0
}

input:checked[type="checkbox"] {
    background-color: #666;
}

input[type="number"] {
    -moz-appearance:textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
    border: none;
}

input[type="radio"]:disabled {
    opacity: 0.5;
}

input[type="checkbox"]:disabled {
    opacity: 0.5;
}

button:disabled {
    opacity: 0.5;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

:-moz-placeholder {
    color: #8c8c8c
}

::-webkit-input-placeholder {
    color: #8c8c8c;
    text-align: left;
    font-size: 14px;
}

th, td, input, select, textarea, button {
    font-size: 14px;
    font-family: 'font_ns', 'AppleGothic', sans-serif;
    color: #222;
}

select {
    padding: 6px 30px 6px 6px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    background: url("https://simage.kyobobook.co.kr/newimages/giftshop_new/common/images/mobile/common/bg_select.png") 93% 50% #fff no-repeat;
    background-size: 5px 4px;
    border: 1px solid #ccc;
    outline: none;
    outline-style: none;
    -webkit-appearance: none;
    -moz-outline-style: none;
}

a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
}

a:link, a:visited, a:focus, a:hover, a:active {
    text-decoration: none
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal
}

caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

input.i_input[type="text"],
input.i_input[type="number"],
input.i_input[type="email"],
input.i_input[type="url"],
input.i_input[type="password"],
input.i_input[type="tel"] {
    padding: 7px 5px 5px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #fff;
    outline: none;
    outline-style: none;
    -moz-outline-style: none;
}

input.i_passwd[type="number"] {
    -webkit-text-security: disc;
}

.hide {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden
}

/* 이미지맵 라인 제거 */
area:focus {
    border: none;
    outline: none;
    outline-style: none;
    -moz-outline-style: none;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
}

.skip-nav {
    position: absolute;
    left: 0;
    top: 0;
}

.skip-nav a {
    display: block;
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1000;
    width: 160px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #000;
    background-color: #fff;
}
  
.skip-nav a:focus {
    left: 0;
    z-index: 999;
}

.font_ns {
    font-family:"font_ns", "AppleGothic", sans-serif;
}

.font_t {
    font-family:"font_gs", "AppleGothic", sans-serif;
}

.noscroll {
    overflow: hidden !important;
}