@charset "utf-8";

.wrapService{height:100%;background:#a5f7ee;border-radius:5px;padding:30px 25px 40px 25px;}
.wrapService h2{color:#000;font-family:'Pre Bold';font-size:16px;line-height:1;margin-bottom:13px;}
.wrapService h2 b{display:none;}
.wrapService .container{position:relative;padding:0 0;}
.wrapService .item{text-align:center;}
.wrapService .img{}
.wrapService .img img{display:inline; width:60px;}
.wrapService .txt{}
.wrapService .txt_1{color:#000;font-family:'Pre Bold';font-size:16px;line-height:1.3;margin-top:10px;}
.wrapService .txt_2{display:none;}
.wrapService .control{display:none;}
.wrapService .prevnext{}
.wrapService .prevnext button{display:block;width:28px;height:28px;position:absolute;top:calc(50% - 14px);text-indent:-9999px;opacity:0.3;transition:0.3s;}
.wrapService .prevnext button.prev{left:20px;background:url(../images/prev.png) no-repeat center;}
.wrapService .prevnext button.next{right:20px;background:url(../images/next.png) no-repeat center;}
.wrapService .prevnext button:hover{opacity:1;}
@media all and (max-width:768px){
	.wrapService .container{padding:0;}
	.wrapService .prevnext button.prev{left:0px;}
	.wrapService .prevnext button.next{right:0px;}
}