.cr1 {
  color: #000 !important
}
.txtl {
  text-align: left !important;
}

.slick2 .slick-slide {
  height: auto;
}
h3.title {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  word-break: keep-all;
}
section.main-top .item {
  position: relative;
}
section.main-top .item>img {
  width: 100%;
  height: 46.4vw;
  object-fit: cover;
  object-position: top;
  max-height: 954px;
}
section.main-top .item>div {
  position: absolute;
  background: url(../images/main/slick_bg1.png) no-repeat;
  height: 180px;
  width: 100%;
  text-align: center;
  background-size: cover;
  bottom: 0;
}
section.main-top .item>div>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
section.main-top .item>div>div p {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}
section.main-top .item>div>div h4 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
section.main-top .item>div>div a {
  display: flex;
}
section.main-top .slick-slide {
  height: auto !important;
}
section.main-top .item>div>div a span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-right: 17px;
}

section.main-news {
  background-color: #f4f5f9;
  padding: 20px 0;
}
section.main-news h3.title {
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 40px;
}
section.main-news .desc {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.3;
}
section.main-news .bg {
  background: rgba(221, 225, 231, 0.2);
  height: auto;
  margin-bottom: 50px;
  padding: 5px 0;
}
section.main-news .bg .inner {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  justify-content: space-between;
}
section.main-news .bg .inner>div:first-child {
  display: flex;
  align-items: center;
}
section.main-news .bg .inner>div:first-child img {
  position: relative;
  left: -20px;
  bottom: -5px;
  margin-right: 40px;
}
section.main-news .bg .inner>div:first-child p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  word-break: keep-all;
}
section.main-news .bg .inner>div a {
  margin-right: 100px;
}
section.main-news ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  justify-content: flex-start;
  max-width: 100%;
}
section.main-news ul li {
  max-width: 100%;
  width: calc(50% - 10px );
  background: #F4F5F9;
  border-radius: 6px;;  
}
section.main-news ul li a {
  padding: 20px 40px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
section.main-news ul li a img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
section.main-news ul li h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
section.main-news ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.main-news ul li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #C4C6C9;  
}
section.main-draft {
  background-color: #f4f5f9;
  padding: 20px 0;
}
section.main-draft ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
section.main-draft ul li {
  flex-basis: 0;
  flex-grow: 1;
}
section.main-search {
  background-color: #f4f5f9;
  padding: 20px 0;
}

section.main-social:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  background: #DDE1E7;
  opacity: 0.2;
  z-index: -1;
}
section.main-social h3.title {
  padding: 47px 0;
}
section.main-social ul {
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}
section.main-social ul li {
  width: calc(33.33% - 20px);
}
section.main-social ul li .top {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 28px;
  text-align: center;
  max-height: 184px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
}

section.main-social ul li:nth-child(2) .top {
  text-align: left;
  max-height: 100%;
  padding-bottom: 10px;
}

section.main-social ul li .top>div {
  text-align: left;
}

section.main-social ul li:nth-child(2) .top>div img {
  margin: 0;
  margin-left: -10px;
}

section.main-social ul li:nth-child(2) .top>div img.girl {
  position: absolute;
  right: 10px;
  top: 32px;
}

section.main-social ul li:nth-child(2) .top>div p {
  color: #8150F9 !important;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

/* section.main-social ul li:nth-child(1) .top {
  background: #DDE1E7;
} */
section.main-social ul li:nth-child(3) .top {
  background: transparent linear-gradient(65deg, #3288FF 0%, #12B7C2 100%) 0% 0% no-repeat padding-box;
}
section.main-social ul li .top>p {
  margin-bottom: 20px;
  text-align: left;
}
section.main-social ul li:nth-child(2) .top>p {
  margin-bottom: 0;
}
section.main-social ul li .top>p img.arr1 {
  position: relative;
  top: -10px;
}
section.main-social ul li .top>p span {
  display: inline-block;
  margin-right: 13px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
section.main-social ul li .top>div {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}


section.main-social ul li:nth-child(1) .top {
  background: #fff url(../images/main/main_box1.png) no-repeat;
  background-position: center 70px;
  height: 230px;
  box-sizing: border-box;
  max-height: 100%;
}

section.main-social ul li:nth-child(1) .bottom {
  padding: 0;
  min-height: auto;
}

section.main-social ul li .top>div p {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 15px;
  word-break: keep-all;
}
section.main-social ul li:nth-child(2) .top>div p,
section.main-social ul li:nth-child(3) .top>div p {
  color: #FFFFFF;
}
section.main-social ul li:nth-child(3) .top>div p {
  margin-bottom: 22px;
}
section.main-social ul li .top>div span {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

section.main-social ul li .top>div span i {
  font-size: 10px;
  display: inline-block;
  font-style: normal;
  margin-left:20px;
}
section.main-social ul li:nth-child(2) .top>div span {
  color: #fff;
}
section.main-social ul li .top>div img {
  margin: 0 auto;
}
section.main-social ul li .bottom {
  position: relative;
  border: 1px solid #DDE1E7;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  padding: 22px 0 35px;
  min-height: 160px;
  box-sizing: border-box;
  border-top: 0;
}
section.main-social ul li:nth-child(1) .bottom img {
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}
section.main-social ul li:nth-child(2) .bottom, section.main-social ul li:nth-child(3) .bottom {
  padding: 30px 25px 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;  
  box-sizing: border-box;
}

section.main-social ul li:nth-child(2) .bottom {
  padding: 0;
  display: block;
  min-height: auto;
  background: #8150F9;
  padding-bottom: 23px;
}

section.main-social ul li:nth-child(2) .bottom div:last-child {
  text-align: center !important;
  width: 100% !important;
}

section.main-social ul li:nth-child(2) .bottom div, section.main-social ul li:nth-child(3) .bottom div {
  width: calc(50% - 10px);
}
section.main-social ul li:nth-child(2) .bottom div:last-child,
section.main-social ul li:nth-child(3) .bottom div:last-child {
  text-align: right;
}
section.main-social ul li:nth-child(2) .bottom div:last-child img,
section.main-social ul li:nth-child(3) .bottom div:last-child img {
  object-fit: cover;
  max-width: 100%;
}
section.main-social ul li:nth-child(2) .bottom p, section.main-social ul li:nth-child(3) .bottom p {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02px;
  color: #000000;
  display: -webkit-box;
  word-break: keep-all;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

section.main-social ul li:nth-child(2) .bottom p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
section.main-social ul li:nth-child(2) .bottom span, section.main-social ul li:nth-child(3) .bottom span {
  position: absolute;
  bottom: 30px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #C4C6C9;
  opacity: 1;
}

section.main-social ul li:nth-child(2) .bottom span {
  position: relative;
  bottom: 0;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-top: 10px;
}

section.main-social ul li:nth-child(2) .bottom span i {
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
  font-style: normal;
}
section.main-social .btn-line {
  text-align: center;
  padding: 70px 0;
}
section.main-pro:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 618px;
  background: url(../images/main/main_social_bg.png) repeat;
  z-index: -1;
}
section.main-pro h3.title {
  padding: 85px 0;
}
section.main-pro ul {
  display: flex;
  gap: 40px;
  padding-bottom: 70px;
  flex-direction: row;
  flex-wrap: wrap;
}
section.main-pro ul li {
  width: calc(33.33% - 28px);
  background: #DDE1E7 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
}
section.main-pro ul li a>div {
  position: relative;
}
section.main-pro ul li a>div:first-child img {
  margin-left: 10px;
  margin-top: 10px;
  width: calc(100% - 10px);
  border-radius: 20px;
  overflow: hidden;
}
section.main-pro ul li a>div:first-child span {
  position: absolute;
  left: 38px;
  top: 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #8150FF;
  border-radius: 14px;
  opacity: 1;
  padding: 6px 11px;
}
section.main-pro ul li a>div:last-child {
  background: #FFFFFF;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  opacity: 1;
  padding: 28px 42px;
  margin-top: -90px;
  min-height: 225px;
  box-sizing: border-box;
}
section.main-pro ul li a>div:last-child div {}
section.main-pro ul li a>div:last-child div span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  color: #8150FF;
  opacity: 1;
  margin-bottom: 7px;
  display: block;
}
section.main-pro ul li a>div:last-child div p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 15px;
}

section.main-pro ul li a>div:last-child  div:nth-child(2) p {
  height: 42px;
}
section.main-pro ul li a>div:last-child>span {
  display: block;
  margin-top: 35px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #C4C6C9;
}
section.main-benefit {
  background: transparent linear-gradient(90deg, #FE78A1 0%, #D055C0 15%, #AB55D8 25%, #8C56ED 35%, #7956FA 44%, #7357FF 50%, #7D65FF 65%, #8C78FF 84%, #8C78FF 100%) 0% 0% no-repeat;
  padding: 25px 0;
}
section.main-benefit .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
section.main-benefit .inner>div:first-child {
  max-width: 758px;
  width: 100%;
  margin-top: 20px;
  padding-left: 50px;
}
section.main-benefit .inner>div:last-child {
  padding-right: 50px;
}
section.main-benefit .inner .title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding-bottom: 20px;
  width: 100%;
}
section.main-benefit .inner .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: transparent linear-gradient(90deg, #FF3C00 0%, #FFA506 24%, #FFCD1E 39%, #53DD50 56%, #40C191 69%, #3C8BFF 83%, #9571FA 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}
section.main-benefit .inner ul {
  margin-top: 20px;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
section.main-benefit .inner ul li {
  cursor: pointer;
  position: relative;
  padding: 14px 20px 13px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  display: inline-block;
  border: 1px solid transparent;
}
section.main-benefit .inner ul li.active {
  background: #fff;
}
section.main-benefit .inner ul li.active {
  border: 1px solid #8150FF;
}
section.main-benefit .inner ul li.active span {
  color: #8150FF;
}
section.main-benefit .inner ul li.new:after {
  content: 'N';
  font-size: 8px;
  font-weight: bold;
  letter-spacing: -0.16px;
  color: #FFFFFF;
  position: absolute;
  background: url(../images/main/main_new.png) no-repeat;
  width: 14px;
  height: 13px;
  line-height: 12px;
  text-align: center;
  right: 20px;
  top: -1px;
}
section.main-benefit .inner ul li span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.btn {
  padding: 13px 24px;
  border-radius: 50px;
  border: 1px solid #8150FF;
  color: #8150FF;
  background: #fff;
  cursor: pointer;
}
section.main-qa .left {
  position: absolute;
  height: 360px;
  background: #DDE1E7;
  border-bottom-right-radius: 250px;
  border-top-right-radius: 250px;
  box-shadow: 0px -20px 0px #f0f5ff;
  position: absolute;
  left: calc(-50% - (1100px /2) + 230px);
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  top: 100px;
}
section.main-qa .left>div {
  padding-right: 50px;
}
section.main-qa .left p {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000086;
}
section.main-qa .left img {
  margin-top: 30px;
}
section.main-qa .right {
  text-align: right;
  padding-top: 110px;
  padding-bottom: 85px;
}
section.main-qa .right .main-qa-list {
  display: inline-flex;
  flex-direction: column;
  border-top: 1px solid #757575;
  max-width: 830px;
  width: 100%;
  flex: 1;
}
section.main-qa .right .main-qa-list .row {
  display: flex;
  border-bottom: 1px solid #757575;
  padding: 25px 0 15px;
}
section.main-qa .right .main-qa-list .row>div {
  width: calc(100% - 120px);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  top: -7px;
}
section.main-qa .right .main-qa-list .row .col a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #323E48;
  padding: 7px 12px;
  border: 1px solid #DDE1E5;
  border-radius: 16px;
  display: block;
  transition: all 0.3s ease;
}
section.main-qa .right .main-qa-list .row .col a:hover {
  background: #FFA506;
  color: #fff;
  border-color: transparent;
}
section.main-qa .right .main-qa-list .row .col-first {
  width: 120px;
  text-align: left;
  top: 0;
}
section.main-qa .right .main-qa-list .row .col-first a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  padding: 0;
  border: 0;
  border-radius: 0;
}
section.main-online:after {
  content: '';
  position: absolute;
  left: 0;
  top: 115px;
  width: 100%;
  height: 240px;
  background: #F0F5FF;
  z-index: -1;
}
section.main-online .title-line {
  position: relative;
  left: -30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
section.main-online ul {
  display: flex;
  gap: 30px;
  margin-top: -10px;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
section.main-online ul.center {
  display: flex;
  gap: 30px;
  margin-top: -10px;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  justify-content: center;
}
section.main-online ul li {
  width: calc(25% - 22.5px);
}
ul.sub_ul li>div {
  transition: border 0.5s ease;
  cursor: pointer;
}
ul.sub_ul li:hover>div {
  border: 1px solid #007EFC;
}
section.main-online ul li>div {
  background: #fff;
  border-radius: 9px;
  border: 1px solid #DDE1E7;
  box-shadow: 9px 9px 0px #e8e8e9;
  padding: 30px 25px 35px 25px;
}
section.main-online ul.sub_ul li>div {
  padding: 25px 20px
}
section.main-online ul li>div>div.img_box {
  width: 26px;
  height: 26px;
  background: url(../images/sub/join_ck3_off.png) no-repeat;
}
section.main-online ul li.active>div>div.img_box {
  width: 26px;
  height: 26px;
  background: url(../images/sub/join_ck3.png) no-repeat;
}
section.main-online ul li>div>h4 {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0px;
  color: #1D252C;
  word-break: keep-all;
}
section.main-online ul li>div>img {
  margin-bottom: 15px;
}
section.main-online ul li>div>h4.type2 {
  position: relative;
  left: -20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0px;
  color: #fff;
  background: #007EFC 0% 0% no-repeat padding-box;
  border-radius: 3px;
  padding: 7px 14px;
}
section.main-online ul li>div>h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0px;
  color: #1B1C1C;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
  margin-bottom: 20px;
  word-break: keep-all;
}
section.main-online ul li>div>p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0px;
  color: #1B1C1C;
  word-break: keep-all;
}
section.main-online ul li>div>p.mb0 {
  margin-bottom: 0;
}
section.main-online ul li>div>p.type2 {
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0px;
  color: #1B1C1C;
}
section.main-online ul li>div>p.type3 {
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0px;
}
section.main-online ul li>div>span {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #007EFC;
}
section.main-online ul li>div>div {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
section.main-online ul li>div>div.icon_box {
  border-bottom: 1px solid #007EFC;
  margin-bottom: 30px;
  justify-content: flex-end;
}
section.main-online ul li>div>div.icon_box img {
  margin-bottom: 10px;
}
section.main-online ul li>div>div img {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
section.main-online ul li>div>div p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #007EFC;
  word-break: keep-all;
}
section.main-online ul li>div>div.bg {
  background: #F2F4F8 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 10px 13px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 0;
}
section.main-online ul li>div>div.bg>span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 5px;
}
section.main-online ul li>div>div.bg>p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
}
section.main-online ul li>div>a {
  display: inline-flex;
  padding: 6px 11px;
  border: 1px solid #8150FF;
  border-radius: 15px;
  align-items: center;
}
section.main-online ul li>div>a span {
  margin-right: 14px;
  font-size: 14px;
  font-weight: medium;
  letter-spacing: 0px;
  color: #8150FF;
  display: block;
}
section.main-online .btn-line {
  text-align: center;
  margin-top: 90px;
}
section.main-partner {
  background-color: #f4f5f9;
  padding: 20px 0 30px;
}
section.main-partner .sponser h3.title {
  text-align: center;
  margin-top: 165px;
}
section.main-partner .public h3.title {
  text-align: center;
  margin-top: 70px;
}
section.main-partner ul {
  display: flex;
  gap: 10px;
  margin-top: 65px;
  flex-direction: row;
  flex-wrap: wrap;
}
section.main-partner ul li {
  width: calc(16.6% - 8px);
  padding: 20px 23px;
  box-sizing: border-box;
  display: inline-flex;
  background-color: #FFF;
  border: 0.25px solid #EAEEF3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
section.main-partner ul li img {
  width: 100%;
}

/* add */
section.main-hero { background-color: #f4f5f9; padding: 20px 0; }
.hero-wrapper { display: flex; flex-wrap: wrap; background-color: #ffffff; border-radius: 12px; border: 1px solid #D7DCE3; padding: 40px 40px 14px; }
.hero-left { flex: 0 0 auto; width: 66.66666667%; }
.hero-right { flex: 0 0 auto; width: 33.33333333%; }
.hero-wrapper .thumbnail-img { border-radius: 12px; margin-bottom: 40px; }
.hero-wrapper h3 { font-size: 28px; line-height: 1.2; font-family: "Paperlogy"; font-weight: bold; }
.hero-right .list-group { padding-left: 20px; }
.entrybox { position: relative; display: flex; flex-wrap: wrap; margin-bottom: 16px; cursor: pointer; }
.hero-right .entrybox { display: flex; width: 100% !important;  height: auto; margin: 0 0 20px 20px; }
.hero-right .slick-list { padding: 0 !important; }
.hero-right .slick-current .entry-description { font-weight: bold; }
.hero-right .slick-track { transform: none !important; }
.entry-thumbnail { flex: 0 0 auto; width: 25%; border-radius: 8px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.entry-description { flex: 0 0 auto; width: calc(75% - 32px); padding: 16px; line-height: 1.2; }
.entrybox.active .entry-description { font-weight: bold; }
.main-quickmenu { background-color: #f4f5f9; padding: 20px 0; }
.quickmenu-list { display: flex; flex-wrap: wrap; gap: 16px; }
.quickmenu-list li { background-color: #ffffff; border-radius: 12px; border: 1px solid #D7DCE3; padding: 20px; flex-basis: 0; flex-grow: 1; }
.quickmenu-list li:last-child { margin-right: 0; }
.quickmenu-list li h3 { display: block; font-size: 20px; line-height: 1.3; height: 70px; font-family: "Paperlogy"; font-weight: bold; }
.ul-flex { display: flex; flex-direction: row; gap: 5px 12px; }
.ul-flexauto { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }
.ul-flexauto li { flex-basis: 0; flex-grow: 1; }
.ul-flexfill { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }
.ul-flexfill li { flex: 1 1 auto; }
.main-search .title { font-size: 28px; font-weight: 600; margin-top: 20px; margin-bottom: 14px; }
.main-search .title-img { margin-top: 20px; margin-bottom: 14px; }
.search-group { display: flex; justify-content: center; }
.search-group-item { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; border: 1px solid #D3D7DB; background-color: #FFF; border-radius: 10px; overflow: hidden; }
.search-group-text { display: flex; align-items: center; padding: 18px 10px 18px 20px; font-size: 18px; white-space: nowrap; line-height: 100%; color: #75777A; }
.search-group-item input { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; padding: 18px 20px 18px 10px; border: 0; outline: 0; line-height: 100%; font-size: 18px; }
.search-group-item select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; padding: 0px 30px 0px 10px; border: 0; outline: 0; height: 58px; font-size: 18px; font-weight: bold; color: #000; background: none; }
.search-group-item select option { padding: 10px; border-color: #D3D7DB !important; }
.search-group-btn { display: flex; margin-left: 12px; }
.section-title, .page-title, .entry-title, .entry-title-lg, .entry-subtitle { font-family: "Paperlogy"; font-weight: bold; }
.section-title { margin-top: 35px; margin-bottom: 25px; font-size: 40px; }
.section-desc { margin-bottom: 30px; font-size: 20px; line-height: 1.3; }
.entry { position: relative; display: flex; flex-direction: column; word-wrap: break-word; background-color: #ffffff; border-radius: 12px; border: 1px solid #D7DCE3; }
.section-entry { position: relative; display: flex; flex-direction: column; word-wrap: break-word; background-color: #ffffff; border-radius: 12px; border: 1px solid #D7DCE3; padding: 40px; }
.entry-header { padding: 14px 60px; border-radius: 12px 12px 0 0; background-position: center; background-size: cover; }
.entry-body { flex: 1 1 auto; padding: 30px 60px; }
.entry-sm .entry-header, .entry-sm .entry-body { padding: 20px; }
.entry-title { font-size: 28px; font-weight: bold; margin-bottom: 20px; }
.entry-title-lg { font-size: 40px; font-weight: bold; margin-bottom: 24px; }
.entry-subtitle { font-size: 20px; font-weight: bold; margin-bottom: 12px; }
.entry-text, .entry-text p { font-size: 20px; margin-bottom: 16px;}
.entry-footer { padding: 14px 40px; border-radius: 0 0 12px 12px; }
.entry-infobox { background-color: #F6F7FA; color: #565D6B; font-size: 14px; padding: 20px 40px; line-height: 1.5; margin: 15px 0 15px 20px; box-sizing: border-box; }
.entry-outline-box { border: 1px solid #D7DCE3; color: #565D6B; border-radius: 6px; font-size: 14px; padding: 20px 40px; line-height: 1.5; box-sizing: border-box; }
.entry-outline-infobox { border: 1px solid #D7DCE3; color: #565D6B; border-radius: 6px; font-size: 14px; padding: 20px 40px; line-height: 1.5; margin: 15px 0 15px 20px; box-sizing: border-box; }
.infobox-title { font-size: 16px; font-weight: bold; margin-bottom: 12px; color: #2C3038; }

@media only screen and (max-width: 1200px) {
  section.main-top .item>div {
    height: 15vw;
  }
  section.main-top .item>div>div p,
  section.main-top .item>div>div h4 {
    margin-bottom: 2vw;
  }
  section.main-news .bg .inner>div:first-child {
    flex: 1;
  }
  section.main-news .bg .inner>div:last-child {
    width: 126px;
    text-align: center;
  }
  section.main-news .bg {
    padding: 15px 0;
  }
  section.main-news .bg .inner>div:first-child img {
    bottom: -15px;
    margin-right: 20px;
  }
  section.main-news .bg .inner>div:first-child p {
    flex: 1;
    margin-right: 20px;
  }
  section.main-news .bg .inner>div a {
    margin-right: 0;
    display: block;
    box-sizing: border-box;
  }
  section.main-news ul {
    justify-content: flex-start;
    max-width: 100%;
  }

  section.main-benefit .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  section.main-benefit .inner>div:first-child {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  section.main-benefit .inner ul {
    margin-top: 20px;
    max-width: 100%;
  }
  section.main-benefit .inner>div:last-child {
    padding-right: 0;
  }
  section.main-qa .left {
    position: absolute;
    height: auto;
    background: #DDE1E7;
    border-bottom-right-radius: 250px;
    border-top-right-radius: 250px;
    box-shadow: 0px -10px 0px #f0f5ff;
    position: relative;
    left: 20px;
    width: auto;
    margin-left: 2.5%;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    top: 0px;
    border-radius: 100px;
    justify-content: center;
    padding: 20px 50px;
    margin: 0 auto;
    margin-top: 60px;
  }
  section.main-qa .left>div {
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  section.main-qa .left p {
    margin-right: 20px;
  }
  section.main-qa .left img {
    margin-top: 0;
  }
  section.main-qa .right .main-qa-list {
    max-width: 100%;
    width: 100%;
  }
  section.main-qa .right {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  /* add */
  section.main-hero { padding: 0px 0 20px;}
  .hero-wrapper h3 { font-size: 20px; }
  .hero-wrapper .thumbnail-img { margin-bottom: 20px; }
  .hero-right .entrybox { margin: 0 12px 12px; }
  .hero-right .entry-thumbnail { display: none; }
  .hero-right .entry-description { width: 100%; padding: 12px 0; border-bottom: 1px solid #FFF; }
  .entry-mc-hide { padding: 0; border: 0; background: transparent; }
  .entry-mc-hide>.entry-header { padding: 0; }
  .entry-mc-hide>.entry-body { padding: 0; }
  .entry-header { padding: 7px 20px; }
  .entry-body { padding: 10px 20px; }
  .entry-title { font-size: 22px; margin-bottom: 10px; }
  .entry-title-lg { font-size: 24px; margin-bottom: 12px; }
  .entry-subtitle { font-size: 18px; margin-bottom: 6px; }
  .entry-text, .entry-text p { font-size: 26px; margin-bottom: 8px;}
  .entry-footer { padding: 7px 20px; }
  .entry-outline-box { border: 0; padding: 0; }
  .entry-infobox, .entry-outline-infobox { font-size: 12px; padding: 10px 20px; margin: 10px 0; }
  .entry-infobox li, .entry-outline-infobox li { font-size: 12px !important; margin-left: 10px !important; }
  .list-group-numbered>li { font-size: 16px; }

}
@media only screen and (max-width: 1024px) {
  section.main-top .item>div>div p {
    font-size: 13px;
  }
  section.main-top .item>div>div h4 {
    font-size: 19px;
  }
  section.main-top .item>div>div a span {
    font-size: 13px;
    margin-right: 17px;
  }
  section.main-social ul {
    gap: 20px;
  }
  /* section.main-social ul li {
    width: calc(33.33% - 13.33px);
  }
  section.main-social ul li .top {
    padding: 15px 18px;
  }
  section.main-social ul li .top>div {
    align-items: center;
  }
  section.main-social ul li .top>div p {
    font-size: 13px;
  }
  section.main-social ul li .top>p span {
    font-size: 19px;
  }
  section.main-social ul li .top>div span {
    text-align: left;
    font-size: 20px;
  }
  section.main-social ul li:nth-child(3) .top>div p {
    margin-bottom: 10px;
  }
  section.main-social ul li .top>div img {
    margin: 0 auto;
    width: 30%;
  }
  section.main-social ul li:nth-child(3) .top {
    padding-bottom: 0;
  }
  section.main-social ul li:nth-child(2) .bottom p, section.main-social ul li:nth-child(3) .bottom p {
    font-size: 13px;
  }
  section.main-social ul li:nth-child(2) .bottom span, section.main-social ul li:nth-child(3) .bottom span {
    font-size: 12px;
  }
  section.main-social ul li .bottom {
    min-height: auto;
  }
  section.main-social ul li:nth-child(2) .bottom, section.main-social ul li:nth-child(3) .bottom {
    min-height: auto;
  }
  section.main-social ul li:nth-child(2) .bottom span, section.main-social ul li:nth-child(3) .bottom span {
    bottom: 2vw;
  } */
  section.main-pro ul {
    gap: 20px;
    padding-bottom: 50px;
  }
  section.main-pro ul li {
    width: calc(33.33% - 13.33px);
  }
  section.main-pro ul li a>div:last-child {
    padding: 18px 32px;
    margin-top: -90px;
  }
  section.main-pro h3.title {
    padding: 50px 0;
  }
  section.main-online ul li {
    width: calc(50% - 15px);
  }
  section.main-online ul li>div {
    text-align: center;
  }
  section.main-online ul li>div>div {
    justify-content: center;
  }
  section.main-partner ul li {
    width: calc(25% - 7.5px);
    padding: 25px 13px;
  }

  section.main-social ul {
    display: flex;
    gap: 30px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }

  section.main-social ul li {
    width: 100%;
    max-width: 370px;
  }

  /* add */
  .hero-wrapper { background-color: transparent; padding: 30px 0px 0px; border: 0; }
  .hero-left, .hero-right { width: 100%; }
  .hero-right .entrybox { margin: 0; }
  .hero-right .entry-description { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .quickmenu-list li { flex: 1 1 auto; width: calc(50% - 50px); padding: 16px; }
  .section-entry { background-color: transparent; border: 0; padding: 0; }
  .entry-body { padding: 20px; }
  .entry-sm .entry-header, .entry-sm .entry-body { padding: 10px 15px 15px; }
  .section-title { font-size: 28px; }
  .section-desc { font-size: 13px; }
  section.main-news ul li { background-color: #FFF; border-radius: 12px; border: 1px solid #D7DCE3; }
  section.main-news ul li h4 { font-size: 18px; }
  .entry-title { font-size: 20px; }
  .entry-text, .entry-text p { font-size: 14px; margin-bottom: 10px; }
  .ul-flex { flex-direction: column; }
  .ul-flexauto { flex-direction: column; }
  .ul-flexfill { flex-direction: column; }
  .main-search .title { font-size: 20px; margin-bottom: 10px; }
  .main-search .title-img { margin-bottom: 10px; }
  .search-group { flex-direction: column; }
  .search-group-text { padding: 14px 10px 14px 20px; font-size: 16px; min-width: 80px; }
  .search-group-item input { padding: 14px 20px 14px 10px; font-size: 16px; }
  .search-group-item select { padding: 0px 20px 0px 10px; font-size: 16px; height: 47px; }
  .search-group-btn { width: 100%; margin-left: 0; margin-top: 12px; }
  .search-group-btn .btn, .search-group-btn .btn span { width: 100%; text-align: center; }

}
@media only screen and (max-width: 640px) {
  h3.title {
    text-align: center;
    font-size: 25px;
  }
  section.main-top .item>div>div p {
    font-size: 12px;
  }
  section.main-top .item>div>div h4 {
    font-size: 17px;
  }
  section.main-top .item>div>div a span {
    font-size: 12px;
  }
  section.main-top .item>div>div p,
  section.main-top .item>div>div h4 {
    margin-bottom: 2.8vw;
  }
  section.main-top .item>div {
    height: 23vw;
  }
  section.main-top .item>img {
    height: 60vw;
  }
  section.main-news h3.title {
    text-align: center;
  }
  section.main-news .bg .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  section.main-news .bg .inner>div:first-child img {
    bottom: inherit;
    margin-right: 0;
    left: 0;
  }
  section.main-news .bg .inner>div:first-child {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  section.main-news .bg .inner>div:first-child p {
    margin-right: 0;
    text-align: center;
    margin-top: 10px;
  }
  section.main-news .bg .inner>div:last-child {
    text-align: center;
    margin-top: 20px;
  }
  section.main-news ul {
    gap: 10px;
  }
  section.main-news ul li {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  section.main-news ul li a {
    padding: 20px 30px 20px 20px;    
  }
  section.main-news ul li:nth-child(n+3) {
    margin-top: 0px;
  }
  section.main-draft ul {
    flex-direction: column;
  }
  section.main-social ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  /* section.main-social ul li:nth-child(2) .bottom, section.main-social ul li:nth-child(3) .bottom {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    min-height: auto;
    box-sizing: border-box;
    flex-direction: column-reverse;
  } */
  section.main-social ul li {
    width: 100%;
    max-width: 350px;
  }

  section.main-pro ul {
    gap: 20px;
    padding-bottom: 50px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  section.main-pro ul li {
    width: 100%;
    max-width: 350px;
  }
  section.main-pro:after {
    height: 100%;
  }
  section.main-benefit .inner>div:last-child img {
    width: 35vw;
    max-width: 177px;
  }
  section.main-qa {
    text-align: center;
  }
  section.main-qa .left {
    left: 0;
    top: 0;
    margin-top: 60px;
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: 350px;
  }
  section.main-qa .left p {
    text-align: left;
    font-size: 19px;
  }
  section.main-qa .right .main-qa-list .row {
    display: flex;
    border-bottom: 1px solid #757575;
    padding: 20px 0;
    flex-direction: column;
  }
  section.main-qa .right .main-qa-list .row>div {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    top: 0;
    margin-top: 20px;
  }
  section.main-qa .right .main-qa-list .row .col-first {
    width: auto;
    text-align: left;
    top: 0;
    margin-top: 0;
  }
  section.main-qa .left img {
    margin-top: 0;
    width: 10vw;
    max-width: 41px;
  }
  section.main-online ul li {
    width: 100%;
  }
  section.main-online .title-line {
    left: 0;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  section.main-online .title-line img:first-child {
    width: 25vw;
    max-width: 152px;
  }
  section.main-online .title-line img:last-child {
    width: 12vw;
    max-width: 56px;
  }
  section.main-online ul li>div {
    padding: 20px 15px 20px 15px;
  }
  section.main-online ul li>div>h4,
  section.main-online ul li>div>p {
    margin-bottom: 15px;
  }
  section.main-online ul li>div>span {
    margin-bottom: 5px;
  }
  section.main-online ul li>div>div {
    margin-bottom: 10px;
  }
  section.main-online .btn-line {
    margin-top: 50px;
  }
  section.main-partner .sponser h3.title {
    margin-top: 80px;
  }
  section.main-partner ul {
    gap: 10px;
    margin-top: 8vw;
  }
  section.main-partner ul li {
    width: calc(50% - 5px);
    padding: 15px 15px;
  }
  section.main-partner ul li img {
    width: 100%;
    max-width: 150px;
  }

  section.main-social ul li .top {
    padding: 20px 15px;
  }

  section.main-social ul li:nth-child(2) .bottom {     
    padding-bottom: 15px;
  }

  section.main-social ul li .top>div {    
    margin-top: 20px;
  }

  section.main-social ul li:nth-child(3) .top>div {
    margin-top: 10px;
  }
  
}
