@charset "utf-8";
@import url("base.css");
@import url("font/font.css");
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans KR", sans-serif;
  background-color: #1f1f1f;
}
/*flex*/
.download,
.btn_download,
ul.tabs,
ul.tabs li,
.imgList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/**/
.wrap {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 820px;
  margin: 0 auto;
  text-align: center;

}
.topArea {
  background-color: #101010;
  width: 100%;
}
.top {
  background: url("../img/main_bg.png") no-repeat center;
  height: 438px;
}
.logo{width:50%; margin-left:0px; padding:0 0 0 0px; line-height:80px;text-align:center;}

.mainTitle {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.mainTitle .title {
  font-family: "SBAggro", sans-serif;
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 30px;
}
.mainTitle .subTitle {
  font-size: 20px;
}
.download {
  width: 594px;
  margin: 70px auto 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn_download {
  background-color: #ff1e6a;
  border-radius: 5px;
  width: 284px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_download span {
  padding: 0px 10px;
}
.btn_download img:first-child {
  width: 19px;
}
.btn_download img:last-child {
  width: 25px;
}
ul.tabs {
  margin-top: 90px;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
ul.tabs li {
  background: none;
  color: #fff;
  padding: 15px 0px;
  width: 50%;
  opacity: 0.5;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
ul.tabs li img {
  padding-right: 20px;
}
ul.tabs li .bar {
  width: 100%;
  height: 3px;
  background-color: #1f1f1f;
  position: absolute;
  bottom: 0px;
}
ul.tabs li.current {
  color: #fff;
  opacity: 1;
}
ul.tabs li.current .bar {
  background-color: #ff1e6a;
}
.tab-content {
  display: none;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}
.contentTxt {
  padding: 75px 0px;
  border-top: 1px solid #464646;
}
.contentTxt p {
  color: #ff1e6a;
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 20px;
}
.contentTxt span {
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  line-height: 2;
}
.videoArea {
  margin: 40px auto;
}
.videoBg {
  overflow: hidden;
  width: 458px;
  margin: 0 auto;
}
.list_drag {
  margin-top: 40px;
}
.imgList {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imgList img {
  width: 246px;
}

@media (max-width: 820px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .top {
    -webkit-background-size: cover;
            background-size: cover;
    height: 248px;
  }
  .logo {
    width: 120px;
  }
  .download {
    width: 325px;
    margin: 20px auto 0px;
  }
  .btn_download {
    width: 160px;
    height: 44px;
  }
  .mainTitle .title {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .mainTitle .subTitle {
    font-size: 13px;
  }
  .btn_download img:first-child {
    width: 19px;
    margin-left: 5px;
  }
  .btn_download span {
    font-size: 14px;
  }
  .btn_download img:last-child {
    display: none;
  }
  ul.tabs {
    margin-top: 20px;
  }
  ul.tabs li {
    font-size: 14px;
  }
  ul.tabs li img {
    width: 20px;
  }
  .videoArea {
    margin: 20px auto;
  }
  .videoBg {
    width: 190px;
    height: auto;
  }
  .contentTxt {
    padding: 20px 0px;
  }
  .contentTxt p {
    font-size: 16px;
  }
  .contentTxt span {
    font-size: 12px;
    line-height: 1.4;
  }
  .list_drag {
    display: block;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .list_drag::-webkit-scrollbar,
  .list_drag::-webkit-scrollbar-thumb,
  .list_drag::-webkit-scrollbar-track {
    display: none;
  }
  .imgList {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    width: 550px;
    -webkit-overflow-scrolling: touch;
  }
  .imgList li {
    margin-right: 20px;
  }
  .imgList img {
    width: 135px;
    max-width: 100%;
    height: auto;
  }
}
