@charset "utf-8";
.top_img {
  margin: 0 auto;
  width: 100%;
}

.srt,
.suseo,
.dongtan,
.gije {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1000px;
  width: 100%;
}

.srt-title,
.suseo-title,
.dongtan-title,
.gije-title {
  font-size: 45px;
  font-weight: bold;
  font-family: "맑은 고딕";
}

.srt-bar {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.srt-text,
.suseo-text,
.dongtan-text,
.gije-text {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "맑은 고딕";
  line-height: 30px;
}

hr.two {
  width: 100%;
  color: #663300;
  border: thin solid #663300;
}

.srt-ad,
.suseo-ad,
.dongtan-ad,
.gije-ad {
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
  max-width: 1000px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.srt-ad-img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.srt-ad-text {
  width: 50%;
  height: 100%;
}

.srt-ad-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.srt-ad-img:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.srt-ad ul {
  margin-left: 15px;
  list-style: none;
  padding-left: 0px;
}

.srt-li-title {
  font-family: "맑은 고딕";
  font-size: 26px;
  font-weight: bold;
  color: #663333;
  /*line-height:25pt;*/
}

.srt-li-text {
  margin-top: 15px;
  margin-bottom: 27px;
  font-family: "맑은 고딕";
  font-size: 19px;
  font-weight: bold;
  color: #773333;
}

.srt-li {
  margin-top: 12px;
}

.srt-li-desc1 {
  font-family: "맑은 고딕";
  font-size: 16px;
  font-weight: bold;
  color: #330033;
}

.srt-li-desc2 {
  margin-left: 10px;
  font-family: "맑은 고딕";
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.suseo-ad-img1,
.dongtan-ad-img1,
.dongtan-ad-img4,
.gije-ad-img1 {
  width: 32.6%;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}
.suseo-ad-img2,
.dongtan-ad-img2,
.dongtan-ad-img5,
.gije-ad-img2 {
  width: 32.6%;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}
.suseo-ad-img3,
.dongtan-ad-img3,
.dongtan-ad-img6,
.gije-ad-img3 {
  width: 32.6%;
  text-align: right;
  margin-bottom: 10px;
  overflow: hidden;
}

.suseo-ad-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.suseo-ad-img:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.dongtan-ad-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dongtan-ad-img:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.gije-ad-img4 {
  width: 65.2%;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}
.gije-ad-img5 {
  width: 32.6%;
  text-align: right;
  margin-bottom: 10px;
  overflow: hidden;
}

.gije-ad-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gije-ad-img:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.srt_down1 {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 211px;
  text-align: center;
}

.srt_down2 {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 100px;
  max-width: 101px;
  text-align: center;
}
/* desktop */
@media only screen and (min-width: 1021px) {
  .top_img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .srt-title,
  .suseo-title,
  .dongtan-title,
  .gije-title {
    font-size: 45px;
    text-align: center;
  }
  .srt-text,
  .suseo-text,
  .dongtan-text,
  .gije-text {
    padding: 0px;
    font-size: 22px;
    /* text-align: left; */
    text-align: center;
  }
  .two {
    display: block;
  }
  .dongtan-ad-img2,
  .dongtan-ad-img4,
  .dongtan-ad-img6 {
    display: block;
  }
  .gije-ad-img1,
  .gije-ad-img5 {
    display: block;
  }
}
/* mobile */
@media only screen and (max-width: 1020px) {
  .top_img img {
    -webkit-transform: scale(2.3, 2.3);
    transform: scale(2.2, 2.2);
  }

  .srt {
    margin-top: 150px;
  }
  .srt-title,
  .suseo-title,
  .dongtan-title,
  .gije-title {
    font-size: 30px;
    text-align: center;
  }
  .srt-text,
  .suseo-text,
  .dongtan-text,
  .gije-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-align: center;
  }
  .two {
    display: none;
  }
  .srt-ad div:first-child {
    order: 1;
  }
  .srt-ad div:nth-child(2) {
    order: 2;
  }
  .srt-ad div:nth-child(4) {
    order: 3;
  }
  .srt-ad div:nth-child(3) {
    order: 4;
  }
  .srt-ad div:nth-child(5) {
    order: 5;
  }
  .srt-ad div:last-child {
    order: 6;
  }
  .srt-ad {
    margin-top: 20px;
  }
  .srt-ad-img {
    margin-top: 20px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .srt-ad-text {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .srt-ad ul {
    margin-left: 2px;
  }
  .suseo-ad-img1,
  .suseo-ad-img2,
  .suseo-ad-img3,
  .dongtan-ad-img,
  .gije-ad-img {
    width: 100%;
    text-align: center;
    margin: 10px;
    overflow: hidden;
  }
  .dongtan-ad-img2,
  .dongtan-ad-img4,
  .dongtan-ad-img6 {
    display: none;
  }
  .gije-ad-img1,
  .gije-ad-img5 {
    display: none;
  }
}
