@charset "UTF-8";

* {
    font-size: 1em;
	margin:0;
	padding:0;
}
ul, ol {list-style: none outside none;}
ul, li, p { padding: 0;  margin: 0;  list-style: none;}
/* ê¸°ë³¸ë§í¬ */


/*메인비주얼*/
.swiper-wrapper {
    height: auto !important;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0s;
    transition-property: transform, left, top;
    transition-timing-function: ease;
    width: 100%;
}
.swiper-free-mode > .swiper-wrapper {
    height: auto;
    margin: 0 auto;
    transition-timing-function: ease-out;
    width: 100%;
}
.swiper-wp8-horizontal {
}
.swiper-wp8-vertical {
}
.swiper-container {
    height: auto;
    width: 100%;
}
.swiper-container img {
    width: 100%;
}
.swiper-slide {
    float: left;
    height: auto !important;
    width: 100%;
}
.swiper-slide img {
    height: auto;
    width: 100%;
}
.device {
    height: auto !important;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100% !important;
	margin-top: -15px;
	margin-bottom: 15px;
}
.swiper-container {
    backface-visibility: hidden;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    z-index: 1;
}
.content-slide {
    color: rgb(255, 255, 255);
    padding: 0;
}
/*.title {
    font-size: 25px;
}*/
.pagination {
    text-align: center;
	margin:0 auto;
	z-index:100;
	position:absolute;
	bottom:12px;
	width:100%;
}
.swiper-pagination-switch {
    background:url('/mobile/skin/body/images/image/vis_off.png') right no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 0 3px;
    width: 16px;
}
.swiper-active-switch {
    background:url('/mobile/skin/body/images/image/vis_on.png') right no-repeat;
}
