/* ========== reset ============== */

/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/

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;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-text-size-adjust: none;
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

img{border: none;} 

address{font-style: normal;}
fieldset{border: none;} 
legend{position: absolute;left: -999em;} 
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
button, a, select{cursor: pointer; outline: none;} 
input{ outline: none;}

label.away{position: absolute;left: -999em;} 


.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ background-image: none!important; width: 200px; height: 100px; line-height: 30px; transition: .5s;}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover,
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover{  transition: .5s; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{ opacity: .4;}
.swiper-button-next:after, .swiper-button-prev:after{ position: absolute; top: -999em; }


#firstSlider{ overflow: hidden; position: relative; width: 100%; height: 0; padding-top: 50.25%;}
#firstSlider .firstSlogan{ color: #fff; position: absolute; bottom: 100px; z-index: 10; left: 50px;}
#firstSlider h5{ font-size: 12px; text-shadow: 1px 0 2px rgb(0 0 0 / 30%); color: #fff;}
#firstSlider h6{margin-top: 12px; font-family: 'Lato', sans-serif; font-size: 40px; font-weight: bold; line-height: 60px; text-shadow: 1px 0 2px rgb(0 0 0 / 30%); }
#firstSlider .arang_s{ width: 167px; height: 32px; margin-top: 10px;}
.full-swiper{ position: absolute; top: 0; width: 100%; height: 100%; }
.full-swiper .swiper-slide{ background-size: cover; background-position: center; background-repeat: no-repeat;}
.full-swiper .full-prev, .full-swiper .full-next{ top: calc(50% - 20px);}
.full-swiper .full-prev{ left: 30px;}
.full-swiper .full-next{ right: 30px;}
.full-swiper .full-prev:hover{ left: 10px;}
.full-swiper .full-next:hover{ right: 10px;}
.full-swiper .full-pag{ display: inline-block; height: 50px; width: 50px; font-size: 12px; position: absolute; bottom: 20px; left:unset; right: 60px; z-index: 10; text-align: center; color:#fff; letter-spacing: 0.3em;}
.full-swiper .full-pag .number{ position: relative; top: -7px; font-size: 14px; }
.full-swiper .full-pag .bar{ position: relative; top: -5px; left: -1px; padding: 0 2px;}
