@charset "utf-8";
@import url("common.css");


body {overflow-x: hidden;}
* {margin:0; padding:0;}
* {box-sizing: border-box;} 
/* * img { display: block;} */
a {text-decoration: none; color: #333;}
li {list-style: none;}

/* header */
/* header */
/* header */

.main_wrap {
  background: url(../img/money.jpg) center center no-repeat;
  background-size: cover;
  max-width: 1920px;
  height: 640px;
  width: 100%;
  position: relative;
}
.main_wrap::before {
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .38);
}
.main_text {
  position: absolute;
  top: 68%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'GmarketSansMedium';
  z-index: 1;
} 
.main_text p {
  font-size: 20px;
  margin-bottom: 30px;
}
.main_text h2 {
  font-size: 50px;
  margin: 0;
  font-weight: 800;
}

/* ch1985 */
/* ch1985 */
/* ch1985 */

.ch1985 {
  max-width: 1400px;
  width: 100%;
  margin: 100px auto;
  font-family: 'GmarketSansMedium';
  position: relative;
  word-break: keep-all;
}
.ch_wrap {
  overflow: hidden;
  font-family: 'Noto Sans KR', sans-serif;
}
.ch_up h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  transition: .5;
}
.ch_up h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 30px;
}
.ch_up h5::before {
  position: absolute;
  top: 15px;
  right: 1246px;
  width: 0;
  height: 15px;
  content: '';
  background-color:rgba(255, 160, 122, 0.466);
  opacity: 0;
  transition: .5s;
}
.ch_up h5:hover::before {
  opacity: 1;
  width: 157px;
}
.ch_up p {
  font-size: 25px;
  color: #555;
  margin-bottom: 60px;
  line-height: 1.6em;
}
.ch_left {
  float: left;
  margin-left: 100px;
  font-size: 18px;
  line-height: 1.6em;
  text-align: left;
  margin-right: 50px;
  padding-top: 15px;
}
.ch_left > ul {
  display: table;
  line-height: 1.6em;
}
.ch_left > ul > li {
 display: table-row;
}
.ch_left > ul > li > .table {
  display: table-cell;
  /* text-align: center; */
}
.ch_left > ul > li > .table02 {
  display: table-cell;
  margin-left: 50px;
  display: block;
}
.ch_right {
  display: inline-block;
  margin-left: 60px;
}
.ch_right > span {
  display: block;
  font-size: 12px;
  font-family: 'GmarketSansMedium';
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  letter-spacing: -.5px;
}

/* mid */
/* mid */
/* mid */

.mid_wrap {
  max-width: 1920px;
  width: 100%;
  height: auto;
  background: #f4f4f4;
  padding: 100px 0;
  overflow: hidden;
  font-family: 'GmarketSansMedium';
}
/* .mid_bg {
  width: 100%;
  background: url(../img/mid-background.png) -2px 1px no-repeat;
  background-size: cover;
} */
.mid {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  word-break: keep-all;
}
.mid_mid {
  width: 100%;
  position: relative;
  display: flex;
  word-break: keep-all;
}
.mid h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  transition: .5;
}
.mid h5::before {
  position: absolute;
  top: 15px;
  right: 1246px;
  width: 0;
  height: 15px;
  content: '';
  background-color:rgba(255, 160, 122, 0.466);
  opacity: 0;
  transition: .5s;
}
.mid h5:hover::before {
  opacity: 1;
  width: 157px;
}
.mid h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 30px;
}
.mid > p {
  font-size: 23px;
  color: #555;
  line-height: 1.6em;
  margin-bottom: 50px;
}
.mid_left {
  /* margin-right: 130px; */
  margin-left: 100px;
}
.mid_mid > div {
  width: 31.3333%;
}
.mid_mid::before {
  position: absolute;
  content:'';
  top: -4px;
  left: 28%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 55px;
  background-color: #aaa;
}
.mid_left > p, .mid_right > p {
  font-family: 'Noto Sans KR', sans-serif;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.mid_left > span, .mid_right > span {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: -0.5px;
}
.mid_right {}
.oing {
  margin-top: 3px;
  /* margin-left: 50px; */
  line-height: 1.6em;
  font-size: 17px;
}

/* insta */
/* insta */
/* insta */

.insta {
  max-width: 1400px;
  width: 100%;
  margin: 150px auto;
  overflow: hidden;
  font-family: 'GmarketSansMedium';
  padding: 20px 0;
}
.insta_wrap {
  color: #333;
  text-align: center;
} 
.insta_wrap h2 {
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 40px;
}
.insta_wrap .hot {
  margin-left: 5px;
  vertical-align: middle;
}
/* .insta_list {
  display: flex;
  justify-content: space-between;
} */
/* .insta_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.insta_list ul li {
  margin-top: 25px;
  float: left;
  margin-right: 20px;
}
.insta_list > ul > li:first-of-type {
  width: 17.85714%;
  height: auto;
  border-radius: 50%;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
}
.insta_list > ul > li:first-of-type::before {
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3);
}
.insta_list > ul > li:first-of-type .hashtag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
}
.insta_list > ul > li:first-of-type img {
  height: 100%;
  display: block;
  border-radius: 50%;
}
.insta_list img {
  width: 100%;
  display: block;
} */

.insta_list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.insta_list img {
  border-radius: 50%;
  width: 100% !important;
  margin-right: 10px;
}
.insta_list .slick-slide {
  margin: 10px;
}
.slick-dotted.slick-slider {margin-bottom: 0;}
.insta_list .slick-dots {
  bottom: -15px;
}


@media screen and (max-width: 1440px) {
  .ch1985 {width: 90%;}
  .mid {width: 90%;}
  .insta {width: 90%;}
  .insta_list img {width: 100%;}
}
@media screen and (max-width: 1180px) {
  .insta_list > ul > li:first-of-type .hashtag {
    font-size: 16px;
  }
  .mid_left > span, .mid_right > span {font-size: 17px;}
  .mid_left > p, .mid_right > p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .oing {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .insta_list .slick-dots li button {
    width: 18px;
    height: 18px;
  }
  .slick-dots {
    bottom: -20px;
  }
  .insta {
    margin: 100px auto;
  }
  .mid_left {
    margin-left: 0;
  }
  .ch_left {
    margin-left: 0;
  }
  .mid_mid::before { display: none;}
  .mid_mid {display: none;}
  .mid_wrap {padding: 50px 0;}
  .mid h5 {margin-top: 10px;}
  .mid > p {margin-bottom: 10px;}
  .insta_list .slick-dots {bottom: -20px;}
  .logo img {width: 130px;}
}

@media screen and (max-width: 960px) {
  .ch_up h5 {font-size: 20px;}
  .ch_up h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .ch_up p {font-size: 20px;}
  .mid h5 {font-size: 20px;}
  .mid h2 {font-size: 30px;}
  .mid > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main_text {
    top: 50%;
    left: 50%;
  }
  .ch_right {display: none;}
  .ch_up p {margin-bottom: 25px;}
  .ch1985 {margin: 60px auto;}
  .ch_up h2 {line-height: 1.6em;}
}