@charset "utf-8";

/* font family : SamsungOne Korean */
@font-face {
    font-family: 'ssokor300';
    src: url('../fonts/SamsungOneKorean-300.eot');
    src: url('../fonts/SamsungOneKorean-300d41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SamsungOneKorean-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ssokor400';
    src: url('../fonts/SamsungOneKorean-400.eot');
    src: url('../fonts/SamsungOneKorean-400d41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SamsungOneKorean-400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ssokor700';
    src: url('../fonts/SamsungOneKorean-700.eot');
    src: url('../fonts/SamsungOneKorean-700d41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SamsungOneKorean-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* font family : SamsungSans */
@font-face {
    font-family: 'ssSansBold';
    src: url('../fonts/SamsungSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ssSansLight';
    src: url('../fonts/SamsungSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ssSansMedium';
    src: url('../fonts/SamsungSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ssSansRegular';
    src: url('../fonts/SamsungSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ssSansThin';
    src: url('../fonts/SamsungSans-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ssSharpSansRegular';
    src: url('../fonts/samsungsharpsans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ssSharpSansMedium';
    src: url('../fonts/samsungsharpsans-medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ssSharpSansBold';
    src: url('../fonts/samsungsharpsans-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/* layout */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    word-break: keep-all;
    box-sizing: border-box;

}
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    overflow-x: hidden;
    font-family: 'ssokor400', 'Nanum Gothic','Malgun Gothic','돋움','dotum','AppleGothic', Helvetica, Arial, Sans-Serif;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
}
ul,
ol {
    list-style: none;
}
img {
    border: 0;
    vertical-align: top;
}
a {
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: none;
    background: transparent;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    outline: none;
}
input,
select,
textarea,
button {
    font-family: 'ssokor400', 'Nanum Gothic','Malgun Gothic','돋움','dotum','AppleGothic', Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    border: 1px solid #efefef;
	border-radius: 0.3em;
    box-sizing: border-box;
	height:46px;
	padding: 0 10px;
	margin:0;
	vertical-align:middle;
    outline: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
select, textarea {
	overflow: auto;
}
textarea {
	resize: none;
}
/* ::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #0e0000;
}
::-webkit-scrollbar-thumb {
    background: #3cb58f; 
}
::-webkit-scrollbar-thumb:hover {
    background: #3cb58f; 
}
::selection {
    background: transparent;
    background-color: #eff5ff;
    text-shadow: none;
}
::-webkit-selection {
    background: transparent;
    background-color: #eff5ff;
    text-shadow: none;
} */