@charset "UTF-8";
@import url(../../resources/css/NotoSansCJKkr.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	width:100%;
	margin:0 auto;
	overflow-x:hidden;
	-ms-overflow-style: none;
}
body::-webkit-scrollbar { 
  display: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div{
	display:block;
	cursor:default;
	line-height:normal;
	font-family: 'TT Norms';
	font-weight: 500;
	font-style: normal;
	font-stretch:normal;
	letter-spacing:normal;
	font-variant-ligatures: none;
	word-break:keep-all;
}

div:lang(ko){
	font-family: 'NotoSansCJKkr', 'TT Norms';
}

.lang_en:lang(ko){
	font-family: 'TT Norms';
}

img{
	image-rendering: -moz-auto;
	image-rendering: -o-auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: auto;
	-ms-interpolation-mode:nearest-neighbor;
}

.image{
	display:flex;
}

.image img{
	width:100%;
}

.flex{
	display:flex;
}

.button{
	cursor:pointer;
}

.divider{
	display:none;
}

div:focus{
	outline:none;
}

@media all and (min-width:320px){
.divider.mobile{
	display:block;
}

.divider.mobile.inline{
	display:inline;
}

}

@media all and (min-width:768px){
	
.divider.mobile{
	display:none;
}

.divider.mobile.inline{
	display:none;
}

.divider.tablet{
	display:block;
}

.divider.mobile.tablet{
	display:block;
}

.divider.tablet.inline{
	display:inline;
}

}

@media all and (min-width:1440px){

.divider.tablet{
	display:none;
}

.divider.tablet.inline{
	display:none;
}

.divider.mobile.tablet{
	display:none;
}

.divider.mobile.desktop{
	display:block;
}

.divider.tablet.desktop{
	display:block;
}

.divider.moblie.tablet.desktop{
	display:block;
}

.divider.desktop{
	display:block;
}

.divider.desktop.inline{
	display:inline;
}

}
