<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-content .media-content {
  height: 814px;
  margin: 46px 0 40px;
}
@media all and (max-width: 1024px) {
  .main-content .media-content {
    width: 100%;
    height: auto;
    margin: 60px 0 40px;
    padding: 40px 0;
  }
}
.main-content .media-content .title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  font-family: "pretendard";
  padding-top: 47px;
}
@media all and (max-width: 1024px) {
  .main-content .media-content .title {
    padding-top: 0;
  }
}

.article-contents {
  width: 100%;
  height: 100%;
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .article-contents {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
}
.article-contents .article-contents__left {
  width: 100%;
  max-width: 720px;
  height: 630px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__left {
    width: 100%;
    height: auto;
  }
}
.article-contents .article-contents__left .arrow .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 43px;
  font-size: 15px;
  font-weight: 600;
}
.article-contents .article-contents__left .mySwiper {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.article-contents .article-contents__left .mySwiper .article-latest {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.article-contents .article-contents__left .mySwiper .article-latest .article__icon {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 20px;
  left: 20px;
  background: url(../img/icon/icon_youtube.png) no-repeat;
  background-size: 100%;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__left .mySwiper .article-latest .article__icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 10px;
    left: 10px;
    background: url(../img/icon/icon_blog_mo.webp) no-repeat;
    background-size: 100%;
  }
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__top {
  width: 100%;
  height: 390px;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__left .mySwiper .article-latest .latest__top {
    width: 100%;
    height: auto;
  }
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__top img {
  height: 100%;
  object-fit: cover;
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption {
  width: 100%;
  height: 240px;
  padding: 30px;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__left .mySwiper .article-latest .latest__caption {
    height: auto;
    padding: 20px;
  }
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption .latest-cap__title {
  font-size: 24px;
  font-weight: bold;
  font-family: "pretendard";
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__left .mySwiper .article-latest .latest__caption .latest-cap__title {
    font-size: 18px;
    font-weight: bold;
  }
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption .latest-cap__contents {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption .grid-board__title {
  font-size: 18px;
  font-weight: 600;
  color: #14100d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption .grid-board__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__left .mySwiper .article-latest .latest__caption .grid-board__text {
    font-size: 14px;
  }
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption .latest-cap__contents &gt; li {
  width: 100%;
  font-size: 22px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption .caption_bot {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption .caption_bot &gt; li {
  font-size: 18px;
  font-family: "pretendard";
  line-height: 1.88;
  color: #868475;
  position: relative;
  letter-spacing: normal;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__left .mySwiper .article-latest .latest__caption .caption_bot &gt; li {
    font-size: 16px;
  }
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption .caption_bot &gt; li:nth-child(1) {
  margin-right: 26px;
}
.article-contents .article-contents__left .mySwiper .article-latest .latest__caption .caption_bot &gt; li:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #868475;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
}
.article-contents .article-contents__right {
  width: 100%;
  max-width: 720px;
  height: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__right {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: none;
    border-radius: 8px;
    padding: 0px;
    margin-top: 10px;
  }
}
.article-contents .article-contents__right .video-quad-container {
  width: 50%;
  max-width: 320px;
  padding: 0 5px;
  height: 256px;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__right .video-quad-container {
    width: 100%;
    height: 84px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    max-width: 100%;
    padding: 0;
  }
}
.article-contents .article-contents__right .video-quad-container:hover {
  cursor: pointer;
}
.article-contents .article-contents__right .video-quad-container .video-quad-thumb {
  width: 100%;
  height: 174px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__right .video-quad-container .video-quad-thumb {
    width: 150px;
    height: 84px;
    position: relative;
    border-radius: 8px 0 0 8px;
  }
}
.article-contents .article-contents__right .video-quad-container .video-quad-thumb &gt; img {
  position: absolute;
  top: 50%;
  transform: translateY(-49%);
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__right .video-quad-container .video-quad-thumb &gt; img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .article-contents .article-contents__right .video-quad-container .video-quad-thumb &gt; img:not(.board-icon-tp) {
    transform: translateY(0px);
    object-fit: cover;
  }
}
.article-contents .article-contents__right .video-quad-container .video-quad-thumb .board-icon-tp {
  position: absolute;
  z-index: 99;
  width: 36px;
  height: 36px;
  top: 35px;
  left: 20px;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__right .video-quad-container .video-quad-thumb .board-icon-tp {
    position: absolute;
    z-index: 99;
    width: 32px;
    height: 32px;
    top: 10px;
    left: 10px;
    transform: none;
  }
}
.article-contents .article-contents__right .video-quad-caption {
  padding: 18px 0;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__right .video-quad-caption {
    padding: 12px;
    width: calc(100% - 150px);
  }
}
.article-contents .article-contents__right .video-quad-caption &gt; h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.11;
  font-family: "pretendard";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__right .video-quad-caption &gt; h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.11;
    font-weight: bold;
  }
}
.article-contents .article-contents__right .video-quad-caption &gt; h4.mo-only {
  font-size: 13px;
  font-weight: 400;
  margin-top: 6px;
}
.article-contents .article-contents__right .video-quad-caption .video-quad-refer {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: auto;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__right .video-quad-caption .video-quad-refer {
    margin-top: 9px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: auto;
  }
}
.article-contents .article-contents__right .video-quad-caption .video-quad-refer &gt; li {
  line-height: 1.88;
  color: #868475;
  font-size: 18px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .article-contents .article-contents__right .video-quad-caption .video-quad-refer &gt; li {
    line-height: 1.88;
    color: #868475;
    font-size: 11px;
    position: relative;
  }
}
.article-contents .article-contents__right .video-quad-caption .video-quad-refer &gt; li:nth-child(1) {
  padding-right: 20px;
}
.article-contents .article-contents__right .video-quad-caption .video-quad-refer &gt; li::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  background: #868475;
}
.article-contents .article-contents__right .video-quad-caption .video-quad-refer &gt; li:nth-child(1)::before {
  display: none;
}

.board {
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.board .board-container {
  width: 1238px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.board .board-container .board-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.board .board-container .board-head &gt; span {
  font-size: 20px;
  color: #5b5b5c;
}

.board .board-container .board-head .search {
  width: 520px;
  height: 46px;
  position: relative;
}

.board .board-container .board-head .search &gt; input {
  border: 0.5px solid #868475;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding-left: 22px;
}

.board .board-container .board-head .search .search-icons {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.board .board-container .board-tab {
  width: 100%;
  margin-top: 30px;
  height: 46px;
  display: flex;
  flex-wrap: nowrap;
}

.board .board-container .board-tab .board-item.active-btn {
  background: #fff;
  border: 2px solid #f57921;
  color: #14100d;
  font-weight: bold;
}

.board .board-container .board-tab .board-item.active-btn span {
  color: #141414;
}

.board .board-container .board-tab .board-item {
  width: 180px;
  margin-right: 24px;
  border-radius: 4px;
  color: #14100d;
  border: 1px solid #a8a9ad;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: Pretendard;
}

.board .board-container .board-tab .board-item &gt; span {
  font-weight: 500;
  color: #000;
  margin-left: 5px;
}

.board .board-container .board-tab .board-item:hover {
  cursor: pointer;
}

.board .board-container .board-contents {
  width: 100%;
  height: auto;
  width: 100%;
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.board .board-container .board-contents .board-wrap {
  width: 550px;
  height: 388px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 0;
  justify-content: flex-start;
  margin: 0 0 43px;
}

.board .board-container .board-contents .board-wrap:hover {
  cursor: pointer;
}

.board .board-container .board-contents .board-wrap .board-thumb {
  width: 100%;
  height: 300px;
  object-fit: contain;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.board .board-container .board-contents .board-wrap .board-thumb .bd-icon {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.board .board-container .board-contents .board-wrap .board-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board .board-container .board-contents .board-wrap .board-caption {
  padding: 18px 0 0;
}

.board .board-container .board-contents .board-wrap .board-caption &gt; h4 {
  font-size: 22px;
  line-height: 1.11;
  color: #14100d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

.board .board-container .board-contents .board-wrap .board-caption .board-refer {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  /* justify-content: space-between; */
  gap: 6px;
  margin-top: 10px;
}

.board .board-container .board-contents .board-wrap .board-caption .board-refer &gt; li {
  position: relative;
  color: #868475;
  font-size: 18px;
  padding-left: 9px;
}

.board .board-container .board-contents .board-wrap .board-caption .board-refer &gt; li:before {
  content: "";
  width: 0.5px;
  height: 13px;
  background: #868475;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.board .board-container .board-contents .board-wrap .board-caption .board-refer &gt; li:first-child::before {
  display: none;
}

.board .board-container .board-contents .board-wrap .board-caption .board-refer &gt; li:first-child {
  padding-left: 0;
}

@media all and (max-width: 1024px) {
  .board {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .board .board-container {
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .board .board-container .board-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .board .board-container .board-head &gt; span {
    width: 100%;
    font-size: 13px;
  }
  .board .board-container .board-head .search {
    width: 100%;
    height: 46px;
    position: relative;
    margin-top: 10px;
  }
  .board .board-container .board-head .search &gt; input {
    border: 0.5px solid #868475;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding-left: 15px;
    font-size: 14px;
  }
  .board .board-container .board-head .search &gt; input::placeholder {
    font-size: 14px;
  }
  .board .board-container .board-head .search .search-icons {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .board .board-container .board-tab {
    width: 100%;
    margin-top: 20px;
    height: 32px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .board .board-container .board-tab .board-item {
    width: 32%;
    margin-right: 0;
    border-radius: 4px;
    color: #14100d;
    border: 1px solid #a8a9ad;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-family: Pretendard;
  }
  .board .board-container .board-tab .board-item:nth-child(1) {
    /* border: 2px solid #f57921;
    background: #fff;
    color: #14100d;
    font-weight: bold; */
  }
  .board .board-container .board-tab .board-item:nth-child(1) &gt; span {
    color: #14100d;
  }
  .board .board-container .board-tab .board-item &gt; span {
    font-weight: 500;
    color: #000;
    margin-left: 5px;
  }
  .board .board-container .board-tab .board-item:hover {
    cursor: pointer;
  }
  .board .board-container .board-contents {
    width: 100%;
    height: auto;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .board .board-container .board-contents .board-wrap {
    width: 100%;
    height: 336px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .board .board-container .board-contents .board-wrap .board-thumb {
    width: 100%;
    height: 246px;
    object-fit: contain;
    position: relative;
  }
  .board .board-container .board-contents .board-wrap .board-thumb .bd-icon {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .board .board-container .board-contents .board-wrap .board-caption {
    padding: 18px 0 20px;
  }
  .board .board-container .board-contents .board-wrap .board-caption &gt; h4 {
    font-size: 14px;
    font-family: "pretendard";
    line-height: 1.11;
    color: #14100d;
  }
  .board .board-container .board-contents .board-wrap .board-caption .board-refer {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .board .board-container .board-contents .board-wrap .board-caption .board-refer &gt; li {
    position: relative;
    color: #868475;
    font-size: 13px;
    font-family: "pretendard";
  }
  .board .board-container .board-contents .board-wrap .board-caption .board-refer &gt; li:before {
    content: "";
    width: 0.5px;
    height: 13px;
    background: #868475;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .board .board-container .board-contents .board-wrap .board-caption .board-refer &gt; li:first-child {
    padding-right: 5px;
  }
  .board .board-container .board-contents .board-wrap .board-caption .board-refer &gt; li:first-child::before {
    display: none;
  }
  .board .board-container .board-contents .board-pagenation {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 60px;
  }
  .board .board-container .board-contents .board-pagenation &gt; li:nth-child(2) &gt; a {
    color: #f57921;
  }
  .mySwiper {
    position: relative;
  }
  .pagination-container {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
  }
}
.safe-news-slide .sub-product-swiper {
  height: 650px;
  padding: 0;
  margin-top: 100px;
}
@media all and (max-width: 1024px) {
  .safe-news-slide .sub-product-swiper {
    margin-top: 40px;
    height: auto;
  }
}
.safe-news-slide .sub-product-swiper .news-img {
  border: 1px solid #a8a9ad;
  border-radius: 10px;
}
.safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 300px;
  margin: 0 60px 0 5px;
}
@media all and (max-width: 1024px) {
  .safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide {
    margin: 0 30px 0 4px;
    width: 206px;
  }
}
.safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide img {
  width: 300px;
  height: 425px;
}
@media all and (max-width: 1024px) {
  .safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 290px;
  }
}
.safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide .slide-caption {
  font-size: 20px;
  padding: 19px 0 20px;
}
@media all and (max-width: 1024px) {
  .safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide .slide-caption {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    padding: 14px 0;
  }
}
.safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide .pdf-btn {
  width: 300px;
  height: 70px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0);
  font-size: 22px;
  font-weight: bold;
}
.safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide .pdf-btn:hover {
  cursor: pointer;
  background-color: #f57921;
}
.safe-news-slide .swiper-slide a:hover img {
  outline: 4px solid #f57921;
  border-radius: 10px;
  transition: border 0.3s ease;
}
.safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide .pdf-btn {
  width: 300px;
  height: 70px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0);
  font-size: 22px;
  font-weight: bold;
  transition: background-color 0.3s ease, border 0.3s ease;
}
@media all and (max-width: 1024px) {
  .safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide .pdf-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
  }
}
.safe-news-slide .sub-product-swiper .swiper-wrapper .swiper-slide .pdf-btn:hover {
  cursor: pointer;
  background-color: #f57921;
}
.safe-news-slide .swiper-slide a:hover .pdf-btn {
  background-color: #f57921;
}
.safe-news-slide .btn__primary__gray {
  background: #a8a9ad;
  border: 1px solid #a8a9ad;
  color: #fff;
}

.media-board .section-head {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-top: 60px;
}
.media-board .section-head .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .media-board .section-head .inner {
    padding: 0 12px 20px;
  }
}
.media-board .section-head .before-container {
  width: 32px;
}
@media all and (max-width: 1024px) {
  .media-board .section-head .before-container {
    width: 22px;
  }
}
.media-board .section-head .inner .title {
  text-align: center;
}
.media-board .section-head .inner .title &gt; h3 {
  font-size: 32px;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .media-board .section-head .inner .title &gt; h3 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
  }
}
.media-board .section-head .inner .title &gt; p {
  font-size: 14px;
  line-height: 1;
  margin: 14px 0 31px;
  color: #868475;
  font-weight: normal;
}
@media all and (max-width: 1024px) {
  .media-board .section-head .inner .title &gt; p {
    font-size: 12px;
    line-height: 2.67;
    color: #868475;
    margin: 5px 0 0;
  }
}
.media-board .section-head .link-container &gt; a &gt; img {
  width: 42px;
  height: auto;
  margin-left: 12px;
}
.media-board .section-content {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.media-board .section-content__text {
  margin: 50px 0 120px;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 30px;
}
@media all and (max-width: 1024px) {
  .media-board .section-content__text {
    margin: 20px 0 60px;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 1.47;
  }
}
.media-board .board-navigation-container {
  width: 100%;
}
.media-board .board-navigation-container .inner {
  padding-top: 30px;
  border-top: 1px solid #eee;
  width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.media-board .board-navigation-container .inner .navigator {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
}
.media-board .board-navigation-container .inner .navigator .navigator-left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.media-board .board-navigation-container .inner .navigator .navigator-left span.navigator__angle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-right: 30px;
}
.media-board .board-navigation-container .inner .navigator .navigator-left span.navigator__angle &gt; img {
  width: 15px;
  height: 9px;
}
.media-board .board-navigation-container .inner .navigator .navigator-left span.navigator__p {
  font-size: 16px;
  font-weight: 300;
  color: #5b5b5c;
  margin-right: 50px;
}
.media-board .board-navigation-container .inner .navigator .navigator-left &gt; p {
  font-size: 20px;
  line-height: 1.5;
}
.media-board .board-navigation-container .inner .navigator .navigator-right {
  font-size: 18px;
  font-weight: 300;
}
.media-board .board-navigation-container .inner .navigator.__down {
  margin-top: 56px;
}
.media-board .board-navigation-container .inner .move-to-list {
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .media-board .board-navigation-container .inner .move-to-list.pc-only {
    display: none;
  }
}
.media-board .board-navigation-container .inner .move-to-list .btn-move-to-list {
  width: 180px;
  height: 60px;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.media-board .board-navigation-container .inner .move-to-list .btn-move-to-list:hover {
  border: 1px solid #f57921;
  background: #f57921;
  color: #fff !important;
}
@media all and (max-width: 1024px) {
  .media-board .board-navigation-container {
    width: 100%;
  }
  .media-board .board-navigation-container .inner {
    padding: 20px 12px 0;
    border-top: 1px solid #eee;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .media-board .board-navigation-container .inner .navigator {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 1240px;
    margin: 0 auto;
  }
  .media-board .board-navigation-container .inner .navigator .navigator-left {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-board .board-navigation-container .inner .navigator .navigator-left span.navigator__angle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: 12px;
  }
  .media-board .board-navigation-container .inner .navigator .navigator-left span.navigator__angle &gt; img {
    width: 15px;
    height: 9px;
  }
  .media-board .board-navigation-container .inner .navigator .navigator-left span.navigator__p {
    font-size: 14px;
    font-weight: 300;
    color: #5b5b5c;
    margin-right: 22px;
  }
  .media-board .board-navigation-container .inner .navigator .navigator-left &gt; p {
    font-size: 14px;
    line-height: 1.5;
  }
  .media-board .board-navigation-container .inner .navigator .navigator-right {
    font-size: 18px;
    font-weight: 300;
  }
  .media-board .board-navigation-container .inner .navigator.__down {
    margin-top: 40px;
  }
  .media-board .board-navigation-container .inner .move-to-list {
    margin: 100px 0 0;
    display: flex;
    justify-content: center;
  }
  .media-board .board-navigation-container .inner .move-to-list .btn-move-to-list {
    width: 100px;
    height: 45px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .media-board .board-navigation-container .inner .move-to-list .btn-move-to-list:hover {
    border: 1px solid #f57921;
    background: #f57921;
    color: #fff !important;
  }
}

.btn_gray_border {
  border: 1px solid #14100d;
  background: #fff;
  color: #14100d;
}</pre></body></html>