﻿

.quick {position:relative; width:1200px; margin:0 auto; overflow:hidden; padding:25px 0 20px}
.quick dl {float:left; box-sizing:border-box; width:33.333332%}
.quick dl.result {padding-left:24px}
.quick dl.online {padding:0 30px 0 26px}
.quick dt {display:table-cell; vertical-align:top; }
.quick dd {display:table-cell; padding-left:32px}
.quick dd h4 {line-height:110%; font-size:20px; color:#fff; letter-spacing:-0.8pt; font-family:'NotoKR-Bold', sans-serif;}
.quick dd p {font-size:15px; letter-spacing:-0.5pt; color:#909193; margin:0px 0 0px; }
.quick dd a.more {padding-top:15px; color:#555;}

 




html, body, ul, li, a {margin: 0; padding: 0;}
li {list-style: none;}
* {box-sizing: border-box;}
.swiper-container {position: relative; margin: 30px 0px; overflow: hidden; margin-top:-53px;}
.swiper-container .swiper-wrapper {transition-timing-function: linear !important; position: relative;}
.swiper-container .swiper-slide {width: auto; padding: 10px;}

	















* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width:100%;
  max-width: 1500px;
  position: relative;
  margin-top:0px;
  margin:0 auto; overflow:hidden; display: block;


  
}

/* Hide the images by default */
.mySlides {
  display: none;




}

/* Next & previous buttons */


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 32px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  top:65%;
  text-shadow: 0px 0px 4px #111;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #222;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #333;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.7s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}