html {
  font-size: 0.8333333333vw;
}

@-webkit-keyframes tipmove {
  0% {
    bottom: 3.75rem;
    opacity: 0;
  }
  50% {
    bottom: 4rem;
    opacity: 1;
  }
  100% {
    bottom: 4.4rem;
    opacity: 0;
  }
}
html, body {
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .common_slide {
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
.swiper .content {
  width: 100%;
}
.swiper .box {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper .slide0 {
  background-image: url(../images/bg0.jpg);
  background-position: center center;
}
@media (max-width: 640px) {
  .swiper .slide0 .logo {
    width: 240px;
  }
}
.swiper .slide1 {
  background-image: url(../images/bg1.jpg);
}
.swiper .slide1 .logo {
  width: 7.3125rem;
  position: absolute;
  left: clamp(20px, 5rem, 80px);
  top: clamp(20px, 3.125rem, 50px);
  left: 5rem;
  top: 3.125rem;
}
@media (max-width: 640px) {
  .swiper .slide1 .logo {
    width: 80px;
  }
}
.swiper .slide1 .title {
  font-size: 48px;
  color: #ff8b00;
  margin-bottom: clamp(30px, 3.125rem, 50px);
}
@media (max-width: 640px) {
  .swiper .slide1 .title {
    font-size: 40px;
  }
}
.swiper .slide1 .text {
  font-size: 18px;
  line-height: 30px;
  width: 975px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(30px, 3.375rem, 54px);
}
@media (max-width: 1024px) {
  .swiper .slide1 .text {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .swiper .slide1 .text {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
  }
}
.swiper .slide2 {
  background-image: url(../images/bg2.jpg);
}
.swiper .slide2 .text {
  margin-bottom: clamp(30px, 5.625rem, 90px);
}
.swiper .slide3 {
  background: #fff;
}
.swiper .slide3 .title {
  margin-bottom: clamp(30px, 5.7292vw, 110px);
}
.swiper .slide3 .logo_list {
  width: 1160px;
  margin: auto;
  grid-template-columns: repeat(5, 1fr);
  gap: 5.625rem;
  margin-bottom: 5rem;
  align-items: center;
}
@media (max-width: 1190px) {
  .swiper .slide3 .logo_list {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .swiper .slide3 .logo_list {
    width: 90%;
  }
}
.swiper .slide4 {
  background: #000;
}
.swiper .slide4 .title {
  margin-bottom: clamp(30px, 5.625rem, 90px);
}
.swiper .slide4 .title1 {
  width: 820px;
  margin: auto;
  font-size: 32px;
  line-height: 1.45;
}
@media (max-width: 860px) {
  .swiper .slide4 .title1 {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .swiper .slide4 .title1 {
    width: 90%;
    font-size: 26px;
    line-height: 1.3;
  }
}
.swiper .slide4 .time {
  font-size: 16px;
  margin-top: clamp(30px, 2.8125rem, 45px);
  margin-bottom: clamp(30px, 4.375rem, 70px);
}
.swiper .slide4 .time img {
  margin-right: 14px;
}
.swiper .slide4 .content {
  position: relative;
  z-index: 9999;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper .slide4 .span {
  margin-top: clamp(30px, 5rem, 80px);
}
.swiper .slide4 .span .swiper-pagination-bullet {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 10px;
}
.swiper .slide4 .span .swiper-pagination-bullet-active {
  background: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.swiper .slide5 {
  background: #fff;
}
.swiper .slide5 .span .swiper-pagination-bullet {
  border: 1px solid #838383;
  background: transparent;
}
.swiper .slide6 {
  background: #000;
}
.swiper .slide6 .logo1 {
  margin-bottom: 40px;
}
.swiper .slide6 .email {
  font-size: 18px;
  color: #ff8b00;
  margin-bottom: clamp(30px, 3.125rem, 50px);
}
.swiper .slide6 .item {
  margin: 0 5px;
}
.swiper .slide6 .item img {
  margin: auto;
}
.swiper .slide6 .item p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
.swiper .slide6 .copyright {
  font-size: 16px;
  color: #545454;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10rem;
}
@media (max-width: 640px) {
  .swiper .slide6 .copyright {
    bottom: 15rem;
  }
}
.swiper .more {
  width: 160px;
  height: clamp(45px, 3.125rem, 50px);
  border-radius: 25px;
  border: 1px solid #000;
  margin: auto;
}
.swiper .more:hover, .swiper .more.active {
  background: #ff8b00;
  border-color: transparent;
  color: #fff;
}
.swiper .link {
  color: #ff8b00;
  text-decoration: underline;
}

.footer {
  background: #000;
}
.footer .logo1 {
  margin-bottom: 40px;
}
.footer .email {
  font-size: 18px;
  color: #ff8b00;
  margin-bottom: clamp(20px, 3.125rem, 50px);
}
.footer .item {
  margin: 0 5px;
}
.footer .item img {
  margin: auto;
}
.footer .item p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
.footer .copyright {
  font-size: 16px;
  color: #545454;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10rem;
}

#array {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3.75rem;
  -webkit-animation: tipmove 1.5s infinite ease-in-out;
     -moz-animation: tipmove 1.5s infinite ease-in-out;
       -o-animation: tipmove 1.5s infinite ease-in-out;
          animation: tipmove 1.5s infinite ease-in-out;
}

.edrea_tm_all_wrap {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.waves {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #ff8b00;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #ff8b00;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #ff8b00;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -moz-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.edrea_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.menu_btn {
  position: absolute;
  right: clamp(20px, 5rem, 80px);
  top: clamp(20px, 3.75rem, 60px);
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 640px) {
  .menu_btn {
    width: 30px;
  }
}

.nav_box_box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #080405;
  width: 100%;
  height: 100%;
  padding-top: 7.25rem;
  display: none;
}
@media (max-width: 1024px) {
  .nav_box_box {
    padding-top: 100px;
  }
}
.nav_box_box .close {
  position: absolute;
  right: clamp(20px, 5rem, 80px);
  top: clamp(20px, 3.75rem, 60px);
  cursor: pointer;
}
.nav_box_box .logo {
  margin: auto;
}
.nav_box_box ul {
  margin-top: 7.25rem;
}
@media (max-width: 1024px) {
  .nav_box_box ul {
    margin-top: 90px;
  }
}
.nav_box_box ul li {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 1024px) {
  .nav_box_box ul li {
    margin-bottom: 30px;
  }
}
.nav_box_box ul li a {
  font-size: 30px;
  color: #868686;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .nav_box_box ul li a {
    font-size: 20px;
  }
}
.nav_box_box ul li.active a {
  color: #ff8b00;
  font-size: 48px;
}
@media (max-width: 640px) {
  .nav_box_box ul li.active a {
    font-size: 34px;
  }
}
.nav_box_box ul li:hover a {
  color: #ff8b00;
}

.header {
  padding: clamp(30px, 3.125rem, 50px) clamp(40px, 5rem, 80px);
}
.header .menu_btn {
  position: static;
}
@media (max-width: 767px) {
  .header .logo {
    width: 90px;
  }
}

.about_wrap {
  background: url(../images/bg3.jpg) 0 0 no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding-bottom: 170px;
}
@media (max-width: 767px) {
  .about_wrap {
    padding-bottom: 40px;
  }
}
.about_wrap .about_content {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .about_wrap .about_content {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
.about_wrap .about_content .title {
  font-size: 48px;
  line-height: 60px;
  width: 520px;
  margin: 0 auto 45px;
}
.about_wrap .about_content .title span {
  color: #ff8b00;
}
@media (max-width: 767px) {
  .about_wrap .about_content .title {
    font-size: 30px;
    max-width: 90%;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.about_wrap .about_content .intro {
  width: 735px;
  margin: auto;
}
.about_wrap .about_content .intro p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 26px;
}
.about_wrap .about_content .intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about_wrap .about_content .intro {
    max-width: 90%;
  }
  .about_wrap .about_content .intro p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

.public_footer {
  padding: 80px 0 56px;
}
.public_footer .copyright {
  position: static;
  padding-top: 45px;
}
@media (max-width: 767px) {
  .public_footer {
    padding: 30px 0;
  }
  .public_footer .logo1 {
    margin-bottom: 20px;
  }
  .public_footer .logo1 img {
    width: 90px;
  }
  .public_footer .item img {
    width: 38px;
  }
  .public_footer .copyright {
    padding-top: 25px;
  }
}

.w1400 {
  width: 87.5rem;
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1370px) {
  .w1400 {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .w1400 {
    width: 90%;
  }
}

.team_wrap {
  background: url(../images/bg4.png) 0 0 no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding-bottom: clamp(30px, 11.5625rem, 185px);
}
.team_wrap .team_content {
  padding-top: 40px;
}
.team_wrap .team_content .title {
  font-size: 48px;
  margin-bottom: clamp(30px, 6.875rem, 110px);
}
@media (max-width: 640px) {
  .team_wrap .team_content .title {
    font-size: 36px;
  }
}
.team_wrap .team_content .pic_list {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.team_wrap .team_content .pic_list .span-2 {
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.team_wrap .team_content .pic_list .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team_wrap .team_content .right {
  padding-left: min(3.75rem, 60px);
}
.team_wrap .team_content .right .title {
  font-size: clamp(24px, 2.25rem, 36px);
  margin-bottom: min(1.875rem, 30px);
}
.team_wrap .team_content .right .title span {
  color: #ff8b00;
}
.team_wrap .team_content .right .intro {
  font-size: 16px;
  line-height: 24px;
  padding-right: min(2.1875rem, 35px);
  overflow-y: auto;
  /*max-height: min(14.375rem, 230px);*/
}
.team_wrap .team_content .right .intro p {
  margin-bottom: min(1.25rem, 20px);
}
.team_wrap .team_content .right .intro p:last-child {
  margin-bottom: 0;
}
.team_wrap .team_content .right .intro::-webkit-scrollbar {
  width: 3px;
}
.team_wrap .team_content .right .intro::-webkit-scrollbar-thumb {
  background-color: #ff8b00;
}
.team_wrap .team_content .right .intro::-webkit-scrollbar-track {
  background-color: #a0a0a0;
}

.title_wrap .title {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .title_wrap .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.title_wrap .sub {
  max-width: 860px;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 640px) {
  .title_wrap .sub {
    max-width: 93%;
  }
}

.team_members_wrap {
  padding-top: clamp(30px, 6.5625rem, 105px);
  padding-bottom: clamp(30px, 5.625rem, 90px);
}
.team_members_wrap .team_list {
  margin-top: 50px;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 4.375rem, 70px);
}
@media (max-width: 640px) {
  .team_members_wrap .team_list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
  }
}
.team_members_wrap .team_list li {
  text-align: center;
  cursor: pointer;
}
.team_members_wrap .team_list li .poster {
  position: relative;
  padding: 46.5% 50%;
}
.team_members_wrap .team_list li .poster img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team_members_wrap .team_list li:hover .poster img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.team_members_wrap .team_list li .info {
  padding-top: clamp(20px, 1.875rem, 30px);
  font-size: clamp(24px, 1.875rem, 30px);
  margin-bottom: 15px;
}
.team_members_wrap .team_list li .info .text {
  font-size: clamp(15px, 1.125rem, 18px);
  line-height: clamp(22px, 1.875rem, 30px);
}
.team_members_wrap .brand_list {
  margin-top: clamp(30px, 3.125rem, 50px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .team_members_wrap .brand_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team_members_wrap .brand_list li {
  height: clamp(70px, 8.75rem, 140px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 12px;
}
.team_members_wrap .brand_list li:hover {
  background-color: #f5f5f5;
}
@media (max-width: 640px) {
  .team_members_wrap .brand_list li {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.public_modal .uk-modal-dialog {
  padding: clamp(20px, 5rem, 80px) clamp(15px, 4.375rem, 70px);
  background-color: #fff;
  width: 1200px;
}
@media (max-width: 1170px) {
  .public_modal .uk-modal-dialog {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .public_modal .uk-modal-dialog {
    width: 100%;
    padding-top: 70px;
  }
  .public_modal .uk-modal-dialog .modal_body {
    display: block;
  }
  .public_modal .uk-modal-dialog .modal_body .w50 {
    width: 100%;
  }
  .public_modal .uk-modal-dialog .modal_body .poster img {
    margin: auto;
    width: auto;
  }
  .public_modal .uk-modal-dialog .modal_body .info {
    padding: 30px 0 0;
  }
}
.public_modal .uk-modal-dialog .close {
  position: absolute;
  right: clamp(20px, 2.5rem, 40px);
  top: clamp(20px, 2.5rem, 40px);
  cursor: pointer;
}
.public_modal .uk-modal-dialog .info {
  padding-top: 15px;
  padding-left: clamp(20px, 3.75rem, 60px);
}
.public_modal .uk-modal-dialog .info .title {
  font-size: clamp(24px, 2.25rem, 36px);
  margin-bottom: clamp(20px, 2.5rem, 40px);
}
.public_modal .uk-modal-dialog .info .tag {
  margin-left: clamp(15xp, 1.875rem, 30px);
  width: clamp(80px, 6.25rem, 100px);
  height: 30px;
  border-radius: 15px;
  background-color: #ff8b00;
  font-size: clamp(16px, 1.125rem, 18px);
}
.public_modal .uk-modal-dialog .info ul {
  margin-bottom: clamp(20px, 3.75rem, 60px);
}
.public_modal .uk-modal-dialog .info ul li {
  line-height: 18px;
  padding-left: clamp(20px, 1.875rem, 30px);
  position: relative;
  margin-bottom: 16px;
}
.public_modal .uk-modal-dialog .info ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff8b00;
  position: absolute;
  left: 0;
  top: 6px;
}
.public_modal .uk-modal-dialog .info .logo_box img {
  max-width: 98px;
  margin-right: clamp(15px, 1.875rem, 30px);
}

.portfolio_wrap {
  padding-bottom: clamp(30px, 10.625rem, 170px);
}
.portfolio_wrap .title_wrap {
  padding-top: 10px;
}
.portfolio_wrap .title_wrap .title {
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .portfolio_wrap .title_wrap .title {
    font-size: 36px;
  }
}
.portfolio_wrap .brand_list {
  margin-top: clamp(30px, 3.125rem, 50px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .portfolio_wrap .brand_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.portfolio_wrap .brand_list li {
  height: clamp(50px, 6.25rem, 100px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 12px;
}
.portfolio_wrap .brand_list li:hover {
  background-color: #f5f5f5;
}
@media (max-width: 640px) {
  .portfolio_wrap .brand_list li {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.portfolio_wrap .tips {
  padding-top: clamp(30px, 3.75rem, 60px);
  font-size: clamp(16px, 1.5rem, 24px);
}
.portfolio_wrap .tips a {
  color: #ff8b00;
}

.thoughts_content {
  padding-bottom: clamp(30px, 6.875rem, 110px);
}
.thoughts_content .title_wrap {
  padding-top: 10px;
}
.thoughts_content .title_wrap .title {
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .thoughts_content .title_wrap .title {
    font-size: 36px;
  }
}
.thoughts_content .thoughts_list {
  margin-top: clamp(30px, 5.625rem, 90px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(15px, 3.75rem, 60px);
     -moz-column-gap: clamp(15px, 3.75rem, 60px);
          column-gap: clamp(15px, 3.75rem, 60px);
  row-gap: clamp(20px, 6.25rem, 100px);
}
@media (max-width: 640px) {
  .thoughts_content .thoughts_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.thoughts_content .thoughts_list li .poster {
  position: relative;
  padding: 35.2% 50%;
}
.thoughts_content .thoughts_list li .poster img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 640px) {
  .thoughts_content .thoughts_list li {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.thoughts_content .thoughts_list li .info {
  padding-top: 30px;
}
@media (max-width: 640px) {
  .thoughts_content .thoughts_list li .info {
    padding-top: 20px;
  }
}
.thoughts_content .thoughts_list li .info .title {
  font-size: clamp(16px, 1.5rem, 24px);
  line-height: clamp(24px, 1.875rem, 30px);
}
.thoughts_content .thoughts_list li .info .date {
  padding-top: 20px;
}
@media (max-width: 640px) {
  .thoughts_content .thoughts_list li .info .date {
    padding-top: 15px;
  }
}
.thoughts_content .thoughts_list li .info .date img {
  margin-right: 10px;
}

.loadmore {
  margin-top: clamp(30px, 6.25rem, 100px);
}
.loadmore span {
  font-size: 18px;
  color: #ff8b00;
  text-decoration: underline;
  cursor: pointer;
}

.subscribe-wrap {
  background: url(../images/bg5.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: clamp(30px, 9.375rem, 150px) 0 clamp(30px, 11.875rem, 190px);
}
.subscribe-wrap .title {
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .subscribe-wrap .title {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.subscribe-wrap .desc {
  font-size: 24px;
}
@media (max-width: 640px) {
  .subscribe-wrap .desc {
    font-size: 16px;
  }
}
.subscribe-wrap .input_box {
  width: 560px;
  margin: clamp(30px, 3.125rem, 50px) auto 0;
}
@media (max-width: 640px) {
  .subscribe-wrap .input_box {
    width: 90%;
  }
}
.subscribe-wrap .input_box input {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .subscribe-wrap .input_box input {
    height: 46px;
    padding-left: 20px;
  }
}
.subscribe-wrap .input_box .submit {
  right: clamp(20px, 3.125rem, 50px);
}

.news_wrap_box {
  padding-bottom: clamp(30px, 6.875rem, 110px);
}
.news_wrap_box .c_title {
  padding-top: 10px;
  font-size: 48px;
  margin-bottom: clamp(24px, 6.25rem, 100px);
}
@media (max-width: 640px) {
  .news_wrap_box .c_title {
    font-size: 36px;
  }
}
.news_wrap_box .news_list {
  margin-bottom: clamp(20px, 3.125rem, 50px);
}
.news_wrap_box .news_list li {
  margin-bottom: clamp(30px, 6.25rem, 100px);
}
.news_wrap_box .news_list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .news_wrap_box .news_list li a {
    display: block;
  }
}
.news_wrap_box .news_list li:hover .title {
  color: #ff8b00;
}
.news_wrap_box .news_list li .poster {
  width: 50%;
}
@media (max-width: 640px) {
  .news_wrap_box .news_list li .poster {
    width: 100%;
  }
}
.news_wrap_box .news_list li .title {
  font-size: 30px;
  line-height: 1.35;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 860px) {
  .news_wrap_box .news_list li .title {
    font-size: 22px;
    padding-top: 16px;
    margin-bottom: 20px;
  }
}
.news_wrap_box .news_list li .date {
  margin-bottom: 40px;
}
.news_wrap_box .news_list li .date img {
  margin-right: 6px;
}
@media (max-width: 1024px) {
  .news_wrap_box .news_list li .date {
    margin-bottom: 20px;
  }
}
.news_wrap_box .news_list li .sub {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 35px;
}
@media (max-width: 860px) {
  .news_wrap_box .news_list li .sub {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .news_wrap_box .news_list li .info {
    padding: 4px 0 0 !important;
  }
}
.news_wrap_box .news_list li .view {
  width: 160px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
@media (max-width: 860px) {
  .news_wrap_box .news_list li .view {
    height: 42px;
    width: 140px;
  }
}
@media (max-width: 640px) {
  .news_wrap_box .news_list li .view {
    margin-left: auto;
    margin-right: auto;
  }
}
.news_wrap_box .news_list li .view:hover {
  color: #fff;
  border-color: transparent;
  background-color: #ff8b00;
}
.news_wrap_box .news_list li:nth-child(2n+1) .info {
  padding-left: 6.25rem;
  padding-right: 5rem;
}
.news_wrap_box .news_list li:nth-child(2n) a {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.news_wrap_box .news_list li:nth-child(2n) .info {
  padding-right: 6.25rem;
  padding-left: 5rem;
}

.article_wrap_box {
  width: 940px;
  margin: auto;
  padding-bottom: clamp(30px, 6.25rem, 100px);
}
@media (max-width: 1024px) {
  .article_wrap_box {
    width: 90%;
  }
}
.article_wrap_box .post_title {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .article_wrap_box .post_title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.article_wrap_box .b {
  margin-bottom: clamp(30px, 6.25rem, 100px);
}
.article_wrap_box .b img {
  margin-right: 6px;
}
.article_wrap_box .b .item {
  margin-right: 56px;
}
.article_wrap_box .b .item:last-child {
  margin-right: 0;
}
@media (max-width: 860px) {
  .article_wrap_box .b .item {
    margin-right: 20px;
  }
}
.article_wrap_box .article_body p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: clamp(10px, 0.875rem, 30px);
}
.article_wrap_box .article_body p em{
  font-style: italic !important;
}
.article_wrap_box .article_body img {
  margin: auto;
}
.article_wrap_box .related_article {
  padding-top: clamp(20px, 3.125rem, 50px);
}
.article_wrap_box .related_article p {
  font-size: 18px;
  line-height: 36px;
  font-family: "netbond";
}
.article_wrap_box .related_article p:hover {
  color: #ff8b00;
}
@media (max-width: 640px) {
  .article_wrap_box .related_article p {
    font-size: 16px;
    line-height: 30px;
  }
}

.contact_body {
  height: 100vh;
  background: url(../images/bg6.jpg) center center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
.contact_body .subscribe-wrap {
  padding: 0;
  background: none;
}
.contact_body .subscribe-wrap .title {
  margin-bottom: 20px;
}
.contact_body .subscribe-wrap .input_box {
  margin-bottom: clamp(25px, 8.125rem, 130px);
}
.contact_body .subscribe-wrap .item {
  margin-right: 8.125rem;
}
.contact_body .subscribe-wrap .item:last-child {
  margin-right: 0;
}
.contact_body .subscribe-wrap .item img {
  margin: auto;
  height: 30px;
}
.contact_body .subscribe-wrap .item a,
.contact_body .subscribe-wrap .item span {
  margin-top: 30px;
}
.contact_body .copyright {
  position: absolute;
  bottom: 2.1875rem;
  left: 0;
}