/* BASIC css start */
@charset "utf-8";
/* CSS Document */

* {box-sizing:border-box} 

/* ½½¶óÀÌµå¼î ÄÁÅ×ÀÌ³ÊÀÇ µðÀÚÀÎ */
.slideshow-container {
  width: 100%;
  height: 1297px;
  position: relative;
  margin: auto;
}

/* ´ÙÀ½, ÀÌÀü ¹öÆ° */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* "´ÙÀ½ ¹öÆ°"À» ¿À¸¥ÂÊ¿¡ À§Ä¡ */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* ¸¶¿ì½º¸¦ ¿Ã¸®¸é ¹è°æ»öÀ» º¯°æ */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* ¼ýÀÚ ºÎºÐ À§¿¡ ÀûÀº (1/3) <-- ÀÌ·±°Å */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* ÇÏ´ÜÀÇ Á¡µé */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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


/* BASIC css end */

