/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
.firstRow {
  padding: 60px 0 75px;
}

@media screen and (min-width: 1650px) {
  .firstRow {
    padding: 90px 0 100px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .firstRow {
    padding: 120px 0 130px;
  }
}

@media screen and (max-width: 1000px) {
  .firstRow {
    padding: 50px 0 65px;
  }
}

@media screen and (max-width: 767px) {
  .firstRow {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 300px) {
  .firstRow {
    padding: 30px 0;
  }
}

.firstRow .inner {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .firstRow .inner {
    flex-wrap: wrap;
  }
}

.firstRow .inner .headingTitle {
  width: 197px;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 1650px) {
  .firstRow .inner .headingTitle {
    width: 300px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .firstRow .inner .headingTitle {
    width: 450px;
  }
}

@media screen and (max-width: 1000px) {
  .firstRow .inner .headingTitle {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .firstRow .inner .headingTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.firstRow .inner .rss {
  flex: 1;
}

.firstRow .inner .rss ul {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .firstRow .inner .rss ul {
    margin-bottom: 30px;
  }
}

.firstRow .inner .rss ul li {
  border-bottom: 1px solid #F0F0F0;
}

.firstRow .inner .rss ul li a {
  display: block;
  width: 100%;
  padding: 11px 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .firstRow .inner .rss ul li a {
    padding: 17.5px 0;
  }
}

.firstRow .inner .rss ul li a:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 208, 177, 0.25);
  opacity: 0;
  transition: all 0.3s ease;
}

.firstRow .inner .rss ul li a .content {
  display: flex;
}

@media screen and (max-width: 767px) {
  .firstRow .inner .rss ul li a .content {
    flex-wrap: wrap;
  }
}

.firstRow .inner .rss ul li a .content .news_date {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-right: 12px;
}

@media screen and (min-width: 1650px) {
  .firstRow .inner .rss ul li a .content .news_date {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .firstRow .inner .rss ul li a .content .news_date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    flex-direction: row;
  }
}

.firstRow .inner .rss ul li a .content .news_date .icon-new {
  margin-left: 12px;
  font-size: 13px;
  font-weight: bold;
  width: 64px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #656565;
}

@media screen and (min-width: 1650px) {
  .firstRow .inner .rss ul li a .content .news_date .icon-new {
    font-size: 16px;
    width: 75px;
    height: 30px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .firstRow .inner .rss ul li a .content .news_date .icon-new {
    font-size: 24px;
    width: 100px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .firstRow .inner .rss ul li a .content .news_date .icon-new {
    font-size: 10px;
    width: 50px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.firstRow .inner .rss ul li a .content h2 {
  flex: 1;
  transition: all 0.3s ease;
  padding: 0;
}

.firstRow .inner .rss ul li a:hover:before {
  opacity: 1;
  left: 0;
}

.firstRow .inner .rss ul li a:hover .content h2 {
  padding-left: 8px;
}

.firstRow .inner .rss ul li:last-child {
  border-bottom: 0;
}

.newRow {
  padding: 0;
}

.newRow .inner ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media screen and (min-width: 1650px) {
  .newRow .inner ul {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .newRow .inner ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .newRow .inner ul {
    margin-bottom: 0;
  }
}

.newRow .inner ul li {
  width: 30%;
}

.newRow .inner ul li:last-child {
  display: none;
}

@media screen and (max-width: 1000px) {
  .newRow .inner ul li:last-child {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .newRow .inner ul li {
    width: 47.5%;
    margin-bottom: 5%;
  }
}

.newRow .inner ul li a {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media screen and (min-width: 1650px) {
  .newRow .inner ul li a {
    height: 410px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .newRow .inner ul li a {
    height: 576px;
  }
}

@media screen and (max-width: 1200px) {
  .newRow .inner ul li a {
    height: 27vw;
  }
}

@media screen and (max-width: 1000px) {
  .newRow .inner ul li a {
    height: 42.76vw;
  }
}

.newRow .inner ul li a div {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(1);
}

.newRow .inner ul li a:hover div {
  transform: scale(1.05);
}

.newRow .inner ul li a .img1 {
  background-image: url(../img/top/recommend/recommend01.jpg);
}

.newRow .inner ul li a .img2 {
  background-image: url(../img/top/recommend/recommend02.jpg);
}

.newRow .inner ul li a .img3 {
  background-image: url(../img/top/recommend/recommend03.jpg);
}

.newRow .inner ul li a .img4 {
  background-image: url(../img/top/recommend/recommend04.jpg);
}

.secondRow {
  background-image: url(../../img/top/bg-service.jpg);
  padding: 79px 0 86px;
}

@media screen and (min-width: 1650px) {
  .secondRow {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .secondRow {
    padding: 130px 0;
  }
}

@media screen and (max-width: 1000px) {
  .secondRow {
    padding: 69px 0 76px;
  }
}

@media screen and (max-width: 767px) {
  .secondRow {
    padding: 40px 0;
  }
}

@media screen and (max-width: 300px) {
  .secondRow {
    padding: 30px 0;
  }
}

.secondRow .inner .headingTitle {
  color: #FFF;
}

.secondRow .inner .headingTitle h4 {
  color: #FFF;
}

.secondRow .inner ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .secondRow .inner ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.secondRow .inner ul li {
  background-color: #FFF;
  width: 23.5%;
  padding: 45px 15px;
}

.secondRow .inner ul li.hidden {
  opacity: 0.9;
}

@media screen and (min-width: 1650px) {
  .secondRow .inner ul li {
    padding: 50px 30px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .secondRow .inner ul li {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 1000px) {
  .secondRow .inner ul li {
    width: 317px;
    margin: auto;
    margin-bottom: 30px;
    padding: 35px 10px;
  }
  .secondRow .inner ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .secondRow .inner ul li {
    max-width: 300px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    padding: 30px 10px;
  }
}

.secondRow .inner ul li h2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 31px;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondRow .inner ul li h2.only-mobile {
  display: none;
}

@media screen and (min-width: 1650px) {
  .secondRow .inner ul li h2 {
    font-size: 36px;
    min-height: 108px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .secondRow .inner ul li h2 {
    font-size: 46px;
    min-height: 138px;
  }
}

@media screen and (max-width: 1200px) {
  .secondRow .inner ul li h2 {
    font-size: 22px;
    margin-bottom: 20px;
    min-height: 66px;
  }
}

@media screen and (max-width: 767px) {
  .secondRow .inner ul li h2 {
    font-size: 20px;
  }
  .secondRow .inner ul li h2.only-desktop {
    display: none;
  }
  .secondRow .inner ul li h2.only-mobile {
    display: flex;
  }
}

@media screen and (max-width: 300px) {
  .secondRow .inner ul li h2 {
    font-size: 18px;
    min-height: 54px;
  }
}

.secondRow .inner ul li p {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .secondRow .inner ul li p {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .secondRow .inner ul li p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .secondRow .inner ul li p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .secondRow .inner ul li p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.secondRow .inner ul li .btnBox {
  max-width: 188px;
  width: 100%;
  margin: auto;
  display: block;
}

@media screen and (min-width: 1650px) {
  .secondRow .inner ul li .btnBox {
    max-width: 230px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .secondRow .inner ul li .btnBox {
    max-width: 320px;
  }
}

@media screen and (max-width: 1200px) {
  .secondRow .inner ul li .btnBox {
    max-width: 85%;
  }
}

@media screen and (max-width: 1000px) {
  .secondRow .inner ul li .btnBox {
    max-width: 188px;
  }
}

.secondRow .inner ul li .btnBox p {
  margin: 0;
}

.secondRow .inner ul li .btnBox a {
  width: 100%;
  border: 1px solid #222222;
  height: 54px;
  transform: skew(-20deg);
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 2255px) {
  .secondRow .inner ul li .btnBox a {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .secondRow .inner ul li .btnBox a {
    height: 41px;
    padding: 10px 15px;
    border-color: #00D0B1;
  }
}

.secondRow .inner ul li .btnBox a:before {
  content: "";
  position: absolute;
  left: -100%;
  top: -1px;
  width: 105%;
  height: 105%;
  background: #00d0b1;
  opacity: 0;
  transition: all 0.3s ease;
}

.secondRow .inner ul li .btnBox a span,
.secondRow .inner ul li .btnBox a .icon {
  transform: skew(20deg);
}

.secondRow .inner ul li .btnBox a span {
  font-size: 14px;
  margin-right: 11px;
}

@media screen and (min-width: 1650px) {
  .secondRow .inner ul li .btnBox a span {
    font-size: 20px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .secondRow .inner ul li .btnBox a span {
    font-size: 30px;
  }
}

.secondRow .inner ul li .btnBox a:hover {
  border-color: #00D0B1;
  left: auto;
}

.secondRow .inner ul li .btnBox a:hover:before {
  opacity: 1;
  left: 0;
}

.secondRow .inner ul li .btnBox a:hover span {
  color: #FFF;
}

.fourthRow {
  padding: 67px 0;
}

@media screen and (min-width: 1650px) {
  .fourthRow {
    padding: 90px 0;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .fourthRow {
    padding: 130px 0;
  }
}

@media screen and (max-width: 1000px) {
  .fourthRow {
    padding: 57px 0;
  }
}

@media screen and (max-width: 767px) {
  .fourthRow {
    padding: 40px 0;
  }
}

@media screen and (max-width: 300px) {
  .fourthRow {
    padding: 30px 0;
  }
}

.fourthRow .inner ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .fourthRow .inner ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.fourthRow .inner ul li {
  width: 31.7%;
}

@media screen and (max-width: 1000px) {
  .fourthRow .inner ul li {
    max-width: 317px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  .fourthRow .inner ul li:last-child {
    margin-bottom: 0;
  }
}

.fourthRow .inner ul li .img {
  width: 100%;
  height: 218px;
  background-color: #EDEDED;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

@media screen and (min-width: 1650px) {
  .fourthRow .inner ul li .img {
    height: 298px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .fourthRow .inner ul li .img {
    height: 418px;
  }
}

@media screen and (max-width: 1000px) {
  .fourthRow .inner ul li .img {
    margin-bottom: 20px;
  }
}

.fourthRow .inner ul li .img .img {
  height: auto;
}

.fourthRow .inner ul li .img .img1 {
  width: 250px;
}

@media screen and (min-width: 1650px) {
  .fourthRow .inner ul li .img .img1 {
    width: 350px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .fourthRow .inner ul li .img .img1 {
    width: 450px;
  }
}

.fourthRow .inner ul li .img .img2 {
  width: 133px;
}

@media screen and (min-width: 1650px) {
  .fourthRow .inner ul li .img .img2 {
    width: 175px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .fourthRow .inner ul li .img .img2 {
    width: 225px;
  }
}

.fourthRow .inner ul li .img .number {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 1650px) {
  .fourthRow .inner ul li .img .number {
    width: 60px;
    bottom: -22px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .fourthRow .inner ul li .img .number {
    width: 100px;
    bottom: -32px;
  }
}

.fourthRow .inner ul li h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (min-width: 1650px) {
  .fourthRow .inner ul li h3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .fourthRow .inner ul li h3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .fourthRow .inner ul li h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .fourthRow .inner ul li h3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fourthRow .inner ul li h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 300px) {
  .fourthRow .inner ul li h3 {
    font-size: 18px;
  }
}

.fourthRow .inner ul li p {
  font-feature-settings: "palt";
}

.fifthRow {
  padding: 30px 0 125px;
}

.fifthRow .inner {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: auto;
}

.bannerBox {
  padding: 30px 0 10px;
}

@media screen and (max-width: 767px) {
  .bannerBox {
    padding-bottom: 0;
  }
}

.bannerBox ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.bannerBox ul li {
  width: 430px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .bannerBox ul li {
    width: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  .bannerBox ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.bannerBox ul li:nth-child(3), .bannerBox ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .bannerBox ul li:nth-child(3), .bannerBox ul li:last-child {
    margin-bottom: 10px;
  }
}

.bannerBox2 {
  padding: 0 0 65px;
}

@media screen and (max-width: 767px) {
  .bannerBox2 {
    padding-bottom: 25px;
  }
}

.bannerBox2 ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.bannerBox2 ul li {
  width: 650x;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .bannerBox2 ul li {
    width: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  .bannerBox2 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.bannerBox2 ul li:nth-child(3), .bannerBox2 ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .bannerBox2 ul li:nth-child(3), .bannerBox2 ul li:last-child {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=top.css.map */