@import url(/css/article.css);
@import url(/css/common.css);
* {
  margin: 0;
}

.inner {
  width: 1200px;
}

.top-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.top-wrapper .lineBox {
  width: 1px;
  height: 45px;
  background-color: #000;
  margin-bottom: 10px;
}
.top-wrapper h5 {
  color: #30a2df;
  text-transform: uppercase;
}

.tit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tit-wrapper .tit-box {
  width: 240px;
  height: 80px;
  background: url(/90/img/rights_gradBox.png);
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit-wrapper .tit-box .tit-box-txt {
  font-size: 23px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
}
.tit-wrapper .tit-box-sub {
  font-size: 24px;
  letter-spacing: -0.7px;
  line-height: 1.3;
  color: #125c84;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .tit-wrapper .tit-box-sub {
    font-size: 20px;
    max-width: 350px;
  }
}
.tit-wrapper .sub-box {
  max-width: 800px;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 1.5;
  color: #000;
  font-weight: 300px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .tit-wrapper .sub-box {
    max-width: 350px;
  }
}

.main-visual {
  background: url(/90/img/rights_mainVisual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-visual .main-wrapper .txt-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-visual .main-wrapper .txt-wrapper h1 {
  font-size: 28px;
  color: #fff;
  padding-bottom: 20px;
}
.main-visual .main-wrapper .txt-wrapper .main-sub {
  font-size: 14px;
  color: #fff;
}

.dep01 {
  background-color: #f3f3f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dep01 .inner .banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 80px 0;
}
.dep01 .inner .banner-wrapper .banner-con {
  width: 700px;
  max-width: 800px;
}
.dep01 .inner .banner-wrapper .con-box {
  display: flex;
  justify-content: left;
  align-items: stretch;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}
.dep01 .inner .banner-wrapper .con-box .con-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 200px;
  border: 1px solid #30a2df;
  border-radius: 16px;
  margin-right: 30px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dep01 .inner .banner-wrapper .con-box .con-body {
  width: 460px;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .dep01 .inner .banner-wrapper .con-box {
    flex-direction: column;
    align-items: center;
  }
  .dep01 .inner .banner-wrapper .con-box .con-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .dep01 .inner .banner-wrapper .con-box .con-body {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .dep01 .inner .banner-wrapper .con-box .con-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
  }
  .dep01 .inner .banner-wrapper .con-box .con-body {
    width: 300px;
  }
}

.dep02 {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dep02 .inner .banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 80px 0;
}
.dep02 .inner .banner-wrapper .banner-con {
  width: 700px;
  max-width: 800px;
}
.dep02 .inner .banner-wrapper .con-box {
  display: flex;
  justify-content: left;
  align-items: stretch;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}
.dep02 .inner .banner-wrapper .con-box .con-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 200px;
  border: 1px solid #30a2df;
  border-radius: 16px;
  margin-right: 30px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dep02 .inner .banner-wrapper .con-box .con-body {
  width: 460px;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .dep02 .inner .banner-wrapper .con-box {
    flex-direction: column;
    align-items: center;
  }
  .dep02 .inner .banner-wrapper .con-box .con-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .dep02 .inner .banner-wrapper .con-box .con-body {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .dep02 .inner .banner-wrapper .con-box .con-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
  }
  .dep02 .inner .banner-wrapper .con-box .con-body {
    width: 300px;
  }
}

.dep03 {
  background-color: #f3f3f0;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right_webtoon {
  display: flex;
  justify-content: center;
}
.right_webtoon img {
  width: 50vw;
}
.right_webtoon .more-button {
  background-color: cornflowerblue;
  color: #fff;
  font-size: 1rem;
  padding: 1em 4em;
  border-radius: 2em;
  margin-bottom: 4em;
}
.right_webtoon .more-button:hover {
  background-color: rgb(65, 105, 179);
  color: #fff;
}

@media (max-width: 800px) {
  .right_webtoon img {
    width: 85vw;
  }
}
.right_webtoon {
  display: flex;
  flex-direction: column;
  align-items: center;
}/*# sourceMappingURL=rights.css.map */