/* font-family: 'NanumBarunGothicExtraLight';
font-family: 'NanumBarunGothicLight';
font-family: 'NanumBarunGothic';
font-family: 'NanumBarunGothicBold'; */

::selection {
  background: rgb(0, 0, 0, 0);
}

.text-title {
  font-family: "NanumBarunGothicBold";
  /* font-weight: 600; */
  /* font-style: normal;
  font-size: 2rem;
  font-display: fallback; */

  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1200;
}

.text-linkTo {
  font-family: "NanumBarunGothicLight";
  font-weight: 600;
  font-style: normal;

  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1199;
}

.photo-source {
  font-size: 11px;
  margin: 3px;
}

.box {
  border: solid #ffffff;
  border-width: medium;
  padding: 5px;
  margin: 5px;
}

.textColor {
  color: rgb(255, 255, 255);
}

.text-linkTo > a:visited {
  color: rgb(255, 255, 255);
}

.text-linkTo > a:hover {
  background-color: rgb(79, 182, 161);
  color: rgb(255, 255, 255);
}

.tag-icon {
  vertical-align: text-bottom;
}

/* slide ///////////////////////////////////////////////////////////////////////////*/

.full-box-contents {
  display: block;
  position: relative;
}

.section input[id*="slide"] {
  display: none;
}

.section .slidewrap {
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.section .slidelist {
  white-space: nowrap;
  font-size: 0;
}

.section .slidelist > li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  transition: all 0.5s;
}

.section .slidelist > li > a {
  display: block;
  position: relative;
}

.section .slicelist > li > a img {
  width: 400px;
  /* height: 400px; */
  /* object-fit: contain; */
  /* width: 50%;
  height: 50%; */
  /* object-fit: scale-down; */
}

.section .slidelist label {
  position: absolute;
  z-index: 10000;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  cursor: pointer;
}

.section .slidelist .left {
  left: 20px;
  background: no-repeat url("/src/img/left.png");
  background-size: 30px;
}

.section .slidelist .right {
  right: 20px;
  background: no-repeat url("/src/img/right.png");
  background-size: 30px;
}

.section [id="slide01"]:checked ~ .slidewrap .slidelist > li {
  transform: translateX(0%);
}
.section [id="slide02"]:checked ~ .slidewrap .slidelist > li {
  transform: translateX(-100%);
}
.section [id="slide03"]:checked ~ .slidewrap .slidelist > li {
  transform: translateX(-200%);
}

.section [id="slide04"]:checked ~ .slidewrap .slidelist > li {
  transform: translateX(0%);
}
.section [id="slide05"]:checked ~ .slidewrap .slidelist > li {
  transform: translateX(-100%);
}

.section .slide-control [class*="control"] {
  display: none;
}

.section [id="slide01"]:checked ~ .slidewrap .control01 {
  display: block;
}
.section [id="slide02"]:checked ~ .slidewrap .control02 {
  display: block;
}
.section [id="slide03"]:checked ~ .slidewrap .control03 {
  display: block;
}
.section [id="slide04"]:checked ~ .slidewrap .control04 {
  display: block;
}
.section [id="slide05"]:checked ~ .slidewrap .control05 {
  display: block;
}

/*//////////////////////////////////////////////////////////////////////////////////////*/
