<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*.active {
  position: relative;
  display: inline-block;
}
.active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background-color: black;
}*/

.header_scroll {
  background-color:gray;
}

.heading h2 {
  padding: 60px 0;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0;
  line-height: calc(44 / 36);
}
@media screen and (max-width: 959px) {
  .heading h2 {
    padding: 40px 0;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: calc(37 / 30);
  }
}

.general_btn {
  max-width: 400px;
  width: 100%;
  height: 64px;
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .general_btn {
    max-width: none;
  }
}
@media screen and (max-width: 559px) {
  .general_btn {
    height: 54px;
  }
}
.general_btn a {
  width: 100%;
  height: 100%;
  border: 1px solid gray;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: calc(22.5 / 20);
}
@media screen and (max-width: 559px) {
  .general_btn a {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 3.6px;
    line-height: calc(22.5 / 18);
  }
}

.general_btn_black a {
  color: white;
}
@media screen and (min-width: 560px) {
  .general_btn_black a {
    transition: all .3s ease 0s;
  }
  .general_btn_black a:hover {
    color: black;
    background-color: white;
  }
}

@media screen and (min-width: 560px) {
  .general_btn_white a {
    transition: all .3s ease 0s;
  }
  .general_btn_white a:hover {
    background-color: black;
    color: white;
  }
}

.conversion_btn {
  height: 51px;
  width: 280px;
  background-color: yellow;
  border-radius: 10px;
  box-shadow: 0 3px 5px gray;
}
/*@media screen and (min-width: 560px) {
  .conversion_btn {
    transition: all .3s ease 0s;
  }
  .conversion_btn:hover {
    background-color: #F18900;
  }
}*/
@media screen and (max-width: 559px) {
  .conversion_btn {
    width: 232px;
    margin: 0 auto;
  }
}
.conversion_btn a {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.45px;
  line-height: calc(26 / 18);
  font-weight: 600;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-color: skin;
}

.news_wrapper {
  position: relative;
  margin: 130px 93px;
  padding: 0 50px 40px;
  background-color: white;
  box-shadow: 0px 5px 12px gray;
}
@media screen and (max-width: 959px) {
  .news_wrapper {
    margin: -40px 40px 60px;
    padding: 0 25px 40px;
  }
}
@media screen and (max-width: 559px) {
  .news_wrapper {
    margin: -40px 16px 60px;
    padding: 0 0 40px 0;
  }
}
.news_wrapper .general_btn_white {
  margin: 40px auto 0;
  width: 248px;
}
@media screen and (max-width: 559px) {
  .news_wrapper .general_btn_white {
    width: 100%;
    padding: 0 16px;
  }
}

.news_list {
  width: 100%;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.news_content {
  position: relative;
  cursor: pointer;
  padding: 15px 0;
  background: url("https://drive.google.com/uc?export=view&amp;id=1qq7MX3nQdfnEShmyh9Vgf8pltkt8uXnN") no-repeat 99.5% center;
}
@media screen and (min-width: 560px) {
  .news_content {
    transition: all .3s ease 0s;
  }
  .news_content:hover {
    background-color: blue;
  }
}
.news_content:not(:last-child) {
  border-bottom: 1px solid gray;
}
@media screen and (max-width: 959px) {
  .news_content {
    padding: 20px 67px 20px 20px;
    background-position: 96% center;
  }
}
@media screen and (max-width: 559px) {
  .news_content {
    padding: 16px 47px 16px 16px;
    background-position: 96% center;
  }
}

.news_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid #ccc;
}

.news {
  grid-template: 'newsListDate newsListCate newsListTitle' auto / auto auto 1fr;
  /*gap: 0;*/
  display: grid;
}
@media screen and (max-width: 959px) {
  .news {
    grid-template: 'newsListDate newsListCate' 'newsListTitle newsListTitle' auto / 89px auto;
  }
}
@media screen and (max-width: 559px) {
  .news {
    grid-template: 'newsListDate newsListCate' 'newsListTitle newsListTitle' auto / 77px auto;
  }
}

.post_time {
  margin: 0 60px 0 10px;
  letter-spacing: 0.45px;
  grid-area: newsListDate;
  grid-column: 1 / 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .post_time {
    margin: 0;
    align-items: center;
  }
}
@media screen and (max-width: 559px) {
  .post_time {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.35px;
    line-height: calc(26 / 14);
    align-items: center;
  }
}

.news_label {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 60px;
  grid-area: newsListCate;
  grid-column: 2 / 3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.news_label a {
  display: inline-block;
  padding: 5px 34px;
  letter-spacing: 0.35px;
  border-radius: 50px;
  border: 2px solid blue;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .news_label a {
    transition: all .3s ease 0s;
  }
  /*.news_label a:hover {
    color: white;
    background-color: blue;
  }*/
}
@media screen and (max-width: 559px) {
  .news_label a {
    padding: 4px 20px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 959px) {
  .news_label {
    margin: 0 0 0 20px;
    align-items: center;
  }
}
@media screen and (max-width: 559px) {
  .news_label {
    margin: 0 0 0 20px;
    font-size: 12px;
    font-size: 0.75rem;
    align-items: center;
  }
}

.news_title {
  margin-right: 30px;
  letter-spacing: 0.45px;
  line-height: calc(28/ 18);
  grid-area: newsListTitle;
  grid-column: 3 / 4;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .news_title {
    margin: 15px 0 0 0;
    grid-column: 1 / 3;
  }
}
@media screen and (max-width: 559px) {
  .news_title {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.35px;
    line-height: calc(22 / 14);
    grid-column: 1 / 3;
  }
}
</pre></body></html>