.container {
  padding: 0 50px;
}

.header.header--scroll {
  background-color: rgba(255, 255, 255, .9);
  backdrop-filter: blur(20px);
  box-shadow: 0px 0px 12px 0px rgba(131, 177, 212, 0.3);
}

.banner.swiper {
  overflow: hidden;
}

.banner .banner-slide {
  background-color: rgba(222, 221, 222, 1);
}

.banner .banner-slide::before {
  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  user-select: none;
  pointer-events: none;
  background-image: url("../image/banner_mask.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.banner.swiper .img {
  display: flex;
  align-items: flex-end;
  height: 920px;
}

.banner.swiper .img video {
  display: block;
  width: 100%;
  height: 920px;
  margin: 0 auto;
  object-fit: cover;
  
}

.nav-container {
  height: 100%;
}

.news-list {
  padding-top: 80px;
}

.news-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.news-item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 46px;
  right: 46px;
  height: 1px;
  background: rgba(185, 201, 225, 0.3);
}

.home-swiper .swiper-slide-active .nav-item {
  animation: fadeInUp .5s linear forwards;
}

.home-swiper .swiper-slide-active .nav-item:nth-child(2) {
  animation-delay: .1s;
}

.home-swiper .swiper-slide-active .nav-item:nth-child(3) {
  animation-delay: .2s;
}

.home-swiper .swiper-slide-active .nav-item:nth-child(4) {
  animation-delay: .3s;
}

.home-swiper .swiper-slide-active .nav-item:nth-child(5) {
  animation-delay: .4s;
}

.home-swiper .swiper-slide-active .nav-item:nth-child(6) {
  animation-delay: .5s;
}

.nav-list .nav-item {
  animation: none;
  opacity: 0;
}

.nav-list .nav-item .nav-item__icon {
  transition: all .15s linear;
}

.nav-list .nav-item .nav-item__icon img {
  transition: all .15s linear;
}

.nav-list .nav-item:hover .nav-item__icon img {
  transform: scale(.8);
}

.nav-list .nav-item:hover .nav-item__icon {
  transform: translateY(-5px);
}

.head-nav-list .nav-item .sub-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(107, 153, 197, 0.34);
  opacity: 0;
  transition: all .15s linear;
  transform-origin: top center;
}

.head-nav-list .nav-item:hover .sub-list {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}

.head-nav-list .nav-item .sub-item>.link {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 1;
  white-space: nowrap;
  transition: all .15s linear;
}

.head-nav-list .nav-item .sub-item .link:hover {
  color: var(--primary)
}

.creative-item .action .button-link.button-link--yellow {
  font-size: 16px;
  font-weight: 500;
  color: #2061D3;
  line-height: 1;
  background: #fff;
  transition: background-image .15s linear;
}

.creative-item .action .button-link.button-link--yellow:hover {
  background: rgba(255, 177, 41, 1);
  color: #fff;
}


.news-item:last-child::after {
  
}

.news-item>.flex-box {
  gap: clamp(30px, 3.02vw, 58px);
  padding: clamp(23px, 2.4vw, 46px);
  transition: all .15s linear;
}

.news-item>.flex-box>.left {
  width: 29.5%;
}

.news-item .img {
  height: 232px;
  border-radius: 24px;
  overflow: hidden;
}

.news-item .img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .title {
  font-size: 24px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.8;
}

.news-item .date {
  font-size: 14px;
  font-weight: 400;
  color: #6F81A4;
  line-height: 1;
}

.news-item .content {
  font-size: 16px;
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
}

.news-item .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #FFB129;
  line-height: 1;
  border-radius: 99px;
  transition: all .15s linear;
}

.news-item .button .button-icon {
  display: block;
  
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFB129;
  border-right: 1px solid #FFB129;
  transform: rotate(45deg);
}

.news-item:hover {
  background-color: #F8FAFD;
}

.news-item:hover .title {
  color: #3169FC;
}

.news-item:hover .button {
  padding: 0 15px;
  background-color: #FFB129;
  color: #fff;
}

.news-item:hover .button .button-icon {
  border-color: #fff;
}


.news-container .article {
  padding-top: clamp(40px, 4.06vw, 78px);
}

.news-container .article .title {
  margin-bottom: clamp(30px, 2.34vw, 45px);
  font-size: clamp(26px, 1.98vw, 34px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}

.news-container .article .date {
  padding-bottom: clamp(20px, 1.77vw, 45px);
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 400;
  color: #2E3748;
  line-height: 1;
  border-bottom: 1px solid #E4E7EF;
}

.news-container .article .content {
  padding-top: 45px;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 1.8;
  text-align: justify;
}


.event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  column-gap: 23px;
}

.event-item {
  position: relative;
  height: 400px;
  transition: all .15s linear;
  box-shadow: 2px 5px 12px 0px rgba(131, 177, 212, 0.3);
}

.event-item.event-item--new::after {
  content: "最新活动";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 29px;
  font-size: 14px;
  color: #fff;
  background-image: url("../image/new_tag_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.event-item:hover {
  transform: translateY(-20px);
}

.event-item:hover .title {
  color: #3169FC;
}

.evnet-item .content {
  flex: 1;
}

.event-item .img {
  height: 212px;
}


.statute-container {
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: 120px;
}

.statute-container .layout {
  margin-top: clamp(45px, 4.68vw, 90px);
}

.statute-list {
  padding-top: clamp(45px, 4.68vw, 90px);
  row-gap: clamp(16px, 1.67vw, 32px);
  column-gap: clamp(20px, 2.08vw, 40px);
}

.statute-item {
  border-radius: 10px;
  overflow: hidden;
}

.statute-item .link {
  gap: 40px;
  height: 120px;
  padding-left: 30px;
  padding-right: 58px;
  background-color: #F8FAFF;
}

.statute-item .date .day {
  font-size: 38px;
  font-weight: bold;
  color: #6F81A4;
  line-height: 1.5;
  transition: all .15s linear;
}

.statute-item .date .year-month {
  font-size: 18px;
  font-weight: 400;
  color: #6F81A4;
  line-height: 1.5;
  transition: all .15s linear;
}

.statute-item .title {
  font-size: 20px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.6;
  transition: all .15s linear;
}

.statute-item:hover .date .day,
.statute-item:hover .date .year-month,
.statute-item:hover .title {
  color: #3169FC;
}

.statute-item:hover .title {
  text-decoration: underline;
}

.join-steps {
  padding: 70px 50px;
  border-radius: 20px;
  background-color: #F7F9FF;
}

.join-steps .title {
  font-size: 30px;
  font-weight: 500;
  color: #2E3748;
  line-height: 1.5;
}

.step-list {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 70px;
}

.step-list .step {
  height: auto;
  position: relative;
  flex: 1;
  flex-shrink: 0;
  gap: 25px;
  overflow: hidden;
}

.step-list .step__action {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.step-list .step .step__line {}

.step-list .step .step__line::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  background-color: #CFE1FE;
}

.step-list .step .step__line::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #CFE1FE;
}

.step-list .step:first-child .step__line::before,
.step-list .step:last-child .step__line::after {
  display: none;
}

.step-list .step .step__icon::after {
  content: " ";
  position: absolute;
  top: 50%;
}

.step-list .step .step__icon-wrap {
  position: relative;
  width: 100%;
}

.step-list .step .step__icon-wrap::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #CFE1FE;
}

.step-list .step:last-child .step__icon-wrap::after {
  display: none;
}


.step-list .step .step__index {
  font-size: 24px;
  font-weight: 600;
  color: #3169FC;
  line-height: 1.5;
}

.step-list .step .step__title {
  font-size: 18px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}

.step-list .step .step__icon {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #E2EAFF;
}

.step-list .step .step__desc {
  
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1.5;
  text-align: justify;
}

.step-list .step .button-link {
  box-sizing: border-box;
  display: block;
  min-width: 80px;
  height: 30px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #3169FC;
  font-size: 14px;
  font-weight: 500;
  color: #3169FC;
  line-height: 30px;
  text-align: center;
  transition: all .15s linear;
}

.step-list .step .button-link:hover {
  background-color: #3169FC;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.tab-list {
  display: flex;
  justify-content: center;
  gap: 87px;
  margin-top: 98px;
}

.tab-list .tab {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  flex-shrink: 0;
  width: 100%;
  height: 189px;
  padding-left: 60px;
  border-radius: 10px;
  border: 1px solid transparent;

  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all .15s linear;
  text-decoration: none;
}

.tab-list .tab:nth-child(1) {
  background-image: url("../image/apply_01_default.png");
}

.tab-list .tab:nth-child(2) {
  background-image: url("../image/apply_02_default.png");
}

.tab-list .tab:nth-child(1).tab--active,
.tab-list .tab:nth-child(1):hover {
  border: 1px solid #3169FC;
  background-image: url("../image/apply_01_active.png");
  box-shadow: 0px 9px 24px 0px rgba(86, 122, 204, 0.2);
}

.tab-list .tab:nth-child(2).tab--active,
.tab-list .tab:nth-child(2):hover {
  border: 1px solid #3169FC;
  background-image: url("../image/apply_02_active.png");
  box-shadow: 0px 9px 24px 0px rgba(86, 122, 204, 0.2);
}

.tab-list .tab.tab--active .tab__label,
.tab-list .tab:hover .tab__label {
  color: #3169FC;
}

.tab-list .tab .tab__label {
  font-size: 30px;
  font-weight: bold;
  
  color: #0C1424;
  line-height: 1.5;
}

.tab-list .tab .tab__desc {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #697998;
  line-height: 1.5;
}

.form-container {
  position: relative;
  margin-top: 76px;
  padding: 80px;
  border-radius: 6px;
  background-color: #F7F9FF;
}

.form-container::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 665px;
  height: 100%;
  background-image: url("../image/form_bg_01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  user-select: none;
  pointer-events: none;
}

.form-container::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 535px;
  height: 100%;
  background-image: url("../image/form_bg_02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  user-select: none;
  pointer-events: none;
}

.complete-form .form,
.form-container .form,
.apply-result-container .result {
  position: relative;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  row-gap: 48px;
  column-gap: 40px;
  margin-top: 68px;
  z-index: 99;
}

.form-container .title {
  font-size: 34px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}



.apply-result-container .result .result__item,
.form__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.apply-result-container .result__item .result__item-label,
.form__item .form__label {
  min-width: 5em;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1;
  
  text-align: right;
}

.apply-result-container .result__item .result__item-inner,
.form__item .form__item-inner {
  position: relative;
  flex: 1;
  flex-shrink: 0;
  background-color: #fff;
}

.result__item.result__item--select .result__item-inner,
.form__item.form__item--select .form__item-inner {
  cursor: pointer;
}

.result__item.result__item--select .result__item-inner::after,
.form__item.form__item--select .form__item-inner::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(90deg);
  
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #A8AEB9;
  transition: all .15s linear;
}

.result__item .form__item-options,
.form__item .form__item-options {
  position: fixed;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
  z-index: 999;
  overflow: hidden;
}

.result__item .form__item-option,
.form__item .form__item-option {
  padding: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all .15s linear;
}

.result__item .form__item-option:hover,
.form__item .form__item-option:hover {
  background-color: var(--primary);
  color: #fff;
}

.form__item.form__item--select .form__input {
  cursor: pointer;
}

.apply-result-container .result__item .result__item-input,
.form__item .form__input {
  box-sizing: border-box;
  outline: none;
  border: 1px solid #E2E9F6;
  width: 100%;
  height: 42px;
  padding: 0 10px;
  background-color: #fff;
  transition: border-color .15s linear;

}

.apply-result-container .result__item .result__item-textarea,
.form__item .form__textarea {
  box-sizing: border-box;
  display: block;
  outline: none;
  border: 1px solid #E2E9F6;
  width: 100%;
  height: 360px;
  padding: 10px;
  background-color: #fff;
  transition: border-color .15s linear;
  resize: none;
  line-height: 1.8;
}

.apply-result-container .result__item .result__item-input:focus,
.apply-result-container .result__item .result__item-textarea:focus,
.form__item .form__textarea:focus,
.form__item .form__input:focus {
  border-color: #3169FC;
  border-width: 2px;
  border-radius: 4px;
}

.apply-result-container .result__item .result__item-input:disabled,
.apply-result-container .result__item .result__item-textarea:disabled,
.form__item .form__textarea:disabled,
.form__item .form__input:disabled {
  background-color: #eee;
}

.business-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  z-index: 99;
}

.business-form .title {
  width: 100%;
}

.business-form .form__item[type=default] {
  width: 50%;
}

.business-form .form__item[col="1"] {
  width: 30%;
}

.business-form .form__item[col="2"] {
  width: 63%;
}

.business-form .form__item[type=large] {
  width: 100%;
}

.business-form .form__item {
  box-sizing: border-box;
}

.business-form .form__action {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.business-form .button {
  box-sizing: border-box;
  outline: none;
  border: none;
  height: 44px;
  padding: 0 44px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4E8EFF, #175CFE);

  font-size: 18px;
  font-weight: 400;
  color: #F7F9FF;
  line-height: 44px;
  cursor: pointer;
  transition: all .15s linear;
}

.apply-result-container .result__item:nth-child(1),
.form .form__item.form__item--small {
  grid-column: 1/8;
}

.apply-result-container .result__item:nth-child(2),
.form .form__item:nth-child(2) {
  grid-column: 8/15;
}

.apply-result-container .result__item:nth-child(3),
.form .form__item:nth-child(3) {
  grid-column: 15/25;
}

.apply-result-container .result__item:nth-child(4),
.form .form__item:nth-child(4) {
  grid-column: 1/8;
}

.apply-result-container .result__item:nth-child(5),
.form .form__item:nth-child(5) {
  grid-column: 8/25;
}

.apply-result-container .result__item:nth-child(6),
form .form__item.form__item--textarea {
  
  grid-column: 1/25;
  align-items: flex-start;
}

.apply-result-container .business-result {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 30px;
}

.apply-result-container .business-result .col {
  box-sizing: border-box;
  padding-right: 40px;
}

.row .col:last-child {
  padding-right: 0;
}

.col[col="1"] {
  width: 4.16%;
}

.col[col="2"] {
  width: 8.33%;
}

.col[col="3"] {
  width: 12.5%;
}

.col[col="4"] {
  width: 16.66%;
}

.col[col="5"] {
  width: 20.83%;
}

.col[col="6"] {
  width: 25%;
}

.col[col="7"] {
  width: 29.16%;
}

.col[col="8"] {
  width: 33.33%;
}

.col[col="9"] {
  width: 37.5%;
}

.col[col="10"] {
  width: 41.66%;
}

.col[col="11"] {
  width: 45.83%;
}

.col[col="12"] {
  width: 50%;
}

.col[col="13"] {
  width: 54.16%;
}

.col[col="14"] {
  width: 58.33%;
}

.col[col="15"] {
  width: 62.5%;
}

.col[col="16"] {
  width: 66.66%;
}

.col[col="17"] {
  width: 70.83%;
}

.col[col="18"] {
  width: 75%;
}

.col[col="19"] {
  width: 79.16%;
}

.col[col="20"] {
  width: 83.33%;
}

.col[col="21"] {
  width: 87.5%;
}

.col[col="22"] {
  width: 91.66%;
}

.col[col="23"] {
  width: 95.83%;
}

.col[col="24"] {
  width: 100%;
}


.apply-result-container .business-result .result__item-textarea {
  align-items: flex-start;
}

.apply-result-container .business-result .result__item-label {
  margin-top: 4px;
}

.apply-result-container .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #0C1424;
  padding-top: 35px;
  padding-left: 15px;
}

.form .form__action {
  grid-column: 1/25;
  display: flex;
  justify-content: center;
}

.apply-result-container .button,
.form .button {
  box-sizing: border-box;
  outline: none;
  border: none;
  height: 44px;
  padding: 0 44px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4E8EFF, #175CFE);

  font-size: 18px;
  font-weight: 400;
  color: #F7F9FF;
  line-height: 44px;
  cursor: pointer;
  transition: all .15s linear;
}

.apply-result-container .button:hover,
.form .button:hover {
  box-shadow: 0px 4px 12px 0px rgba(25, 95, 254, .3);
}

.layout .center-list {
  padding: 50px;
  border-radius: 20px;
  background-color: #F7F9FF;
}

.layout .center-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 24px;
  padding-left: 100px;
  border: 1px solid #E2E9F6;
  border-radius: 4px;
  background-color: #fff;
}

.layout .center-item .right {
  display: flex;
  align-items: center;
  gap: 8px;
}


.layout .center-item .status {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 70px;
  padding: 5px 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  border-radius: 4px 0px 10px 2px;
}

.layout .center-item .status.status--upload {
  background-color: #FFB129;
}

.layout .center-item .status.status--wait {
  background-color: #54dda1;
}

.layout .center-item .status.status--pending {
  background-color: #FFC052;
}

.layout .center-item .status.status--error {
  background-color: #FF5959;
}

.layout .center-item .status.status--success {
  background-color: #3169FC;
}

.layout .center-item .status.status--done {
  background-color: #D2D5E0;
}

.layout .center-item:last-child {
  margin-bottom: 0;
}

.layout .center-item .title {
  font-size: 20px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1.5;
}

.layout .center-item .date {
  margin-left: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #6F81A4;
  line-height: 1.5;
}

.apply-result-container .outside-button {

  background: #F7F9FF;
  color: var(--primary);
  border-color: var(--primary);
}

.outside-button {
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #9FA9BE;
  padding: 0 12px;
  border-radius: 99px;
  border: 1px solid #9FA9BE;
  transition: all .1s linear;
}

.outside-button:hover {
  color: var(--primary);
  border-color: var(--primary)
}

.primary-button {
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  padding: 0 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4E8EFF, #175CFE);
  transition: all .1s linear;
}

.primary-button:hover {
  background: linear-gradient(90deg, #4E8EFF, #4E8EFF);
}

.apply-result-container .title {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-top: 80px;
  font-size: 34px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1;
}

.apply-result-container .title .status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  padding: 5px 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  border-radius: 4px 0px 10px 2px;
}

.apply-result-container .title .status.status--success {
  background-color: #3169FC;
}

.apply-result-container .title .status.status--error {
  background-color: #FF5959;
}

.apply-result-container .rejected-text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1.6;
}

.apply-result-container .action {
  padding: 85px 0;
}

.uploader-container {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 40px;
  width: 498px;
  padding: 32px;
  border-radius: 6px;
  border: 1px solid #E9ECF1;
  background-color: #F8F9FD;
}

.uploader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 430px;
  height: 170px;
  border-radius: 6px;
  border: 1px solid #E9ECF1;
  background-color: #fff;
}

.uploader-container .text {
  margin-top: 30px;
}

.uploader-container .text>strong,
.uploader-container .text>p {
  font-size: 16px;
  font-weight: 500;
  color: #373A41;
  line-height: 28px;
}

.uploader-container .text>strong {
  font-weight: bold;
}

.uploader-container .text>p {
  margin: 5px 0;
}

.uploader>img {
  display: block;
  width: 28px;
}

.uploader-desc {
  font-size: 14px;
  font-weight: 400;
  color: #373A41;
  line-height: 1.5;
}

.uploader-input {
  position: relative;
}

.uploader-input__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.uploader-input__button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid #E5E7ED;
  font-size: 16px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1;
}

.layout .change-psw-container {
  padding: clamp(30px, 3.125vw, 60px);
  border-radius: clamp(10px, 1.04vw, 20px);
  background-color: #F7F9FF;
}

.change-psw-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  width: 400px;
}

.change-psw-form .form__item--small .form__input {
  
}

.change-psw-form .form__item {
  display: inline-flex;
  width: 100%;
}

.change-psw-container .form__action {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 30px;
}

.complete-form {
  padding: 60px;
  border-radius: 20px;
  background-color: #F7F9FF;
}

.complete-form .form {
  margin-top: 0;
}

.contact-container {
  padding-top: clamp(65px, 6.77vw, 130px);
  padding-bottom: clamp(80px, 8.33vw, 160px);
}

.contact-list {
  display: flex;
  gap: clamp(30px, 3.125vw, 60px);
}

.contact-item {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 35px;
  border-radius: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.contact-item .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.contact-item .subtitle {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}

.contact-item .way {
  margin-top: 20px;
}

.contact-item .way__label {
  font-size: 16px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1.5;
}

.contact-item .way__value {
  font-size: 16px;
  font-weight: 500;
  color: #22075E;
  line-height: 1.5;
}

.contact-item:nth-child(1) {
  background-image: url("../image/contact_bg_01.png");
}

.contact-item:nth-child(1) .title {
  color: #22075E;
}

.contact-item:nth-child(2) {
  background-image: url("../image/contact_bg_02.png");
}

.contact-item:nth-child(2) .title {
  color: #003A8C;
}

.contact-item:nth-child(3) {
  background-image: url("../image/contact_bg_03.png");
}

.contact-item:nth-child(3) .title {
  color: #0E4B8A;
}

.login-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url("../image/login_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.login-form-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: clamp(5vw, 10vw, 20vw);
  transform: translateY(-50%);
  min-width: 470px;
  min-height: 65vh;
  max-height: 625px;
  padding: 0 45px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 7px 62px 0px rgba(25, 95, 254, 0.28);
}

.login-form-container .title {
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.login-form .tel-input {
  display: flex;
}

.login-form .tel-input .left {
  box-sizing: border-box;
  position: relative;
  width: 100px;

}

.login-form .tel-input .left::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 17px;
  
  width: 6px;
  height: 6px;
  border-top: 1px solid #A8AEB9;
  border-right: 1px solid #A8AEB9;
  transform: translateY(-50%) rotate(-225deg);
}

.login-form .tel-input .form-input {}


.login-form .select-input {
  box-sizing: border-box;
  border: none;
  outline: none;
  cursor: pointer;
  height: 40px;
  width: 100%;
  padding: 0 17px;
  background-color: transparent;
  border: 1px solid #DDE2E9;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}


.login-form .form-input {
  box-sizing: border-box;
  height: 40px;
  border: none;
  outline: none;
  width: 100%;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #DDE2E9;
  transition: all .1s linear;
}

.login-form .form-input:focus {
  border-color: var(--primary);
}

.prefix-options {
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  max-height: 300px;
  overflow: auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3);
}

.prefix-options .prefix-option {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all .1s linear;
}

.prefix-options .prefix-option:hover {
  background-color: var(--primary);
  color: #fff;
}

.login-form .code-input {
  display: flex;
  align-items: center;
  gap: 12px;
}

.login-form .code-button {
  box-sizing: border-box;
  outline: none;
  border: none;
  background-color: transparent;
  height: 40px;
  width: 100px;
  border-radius: 4px;
  border: 1px solid #DDE2E9;
  cursor: pointer;

  font-size: 14px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1;
}

.form-item.checkbox {
  display: flex;
  gap: 12px;
}

.form-item.checkbox .check-input:checked+.check-label .check-icon {
  background-color: var(--primary);
  border-color: var(--primary);
}

.check-label span {
  color: var(--primary);
}
.form-item.checkbox .check-icon {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #DDE2E9;
  border-radius: 2px;
  margin-top: 2px;
}

.form-item.checkbox .check-icon::after {
  content: " ";
  position: absolute;
  top: -1px;
  left: 4px;
  transform: rotate(45deg);
  width: 4px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.form-item.checkbox .check-label {
  display: flex;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #80838A;
  line-height: 1.5;
  cursor: pointer;
}

.login-form .form-action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.login-form .submit-button {
  box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid var(--primary);
  background-color: var(--primary);

  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;

  cursor: pointer;
}

.form-footer {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 30px;
  width: 100%;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #4A4E56;
  line-height: 1.5;
}

.form-footer>span {
  color: var(--primary);
  cursor: pointer;
}

.login-container .subtitle {
  display: inline-block;
  margin-bottom: 35px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 400;
  color: #3169FC;
  line-height: 1;
  border-bottom: 1px solid var(--primary);
}

.about-content .card {
  cursor: pointer;
  transition: all .15s linear;
}

.about-content .card .icon {
  transition: all .15s linear;
}

.about-content .card:hover {
  box-shadow: 0 4px 14px 0 rgba(25, 95, 254, .15);
}

.about-content .card:hover .icon {
  transform: translateY(-5px);
}

.co.swiper {
  padding-bottom: clamp(50px, 4.17vw, 80px)
}

.co.swiper .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}


.detail-container {
  padding-top: clamp(65px, 6.77vw, 130px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
}

.detail-container .detail {
  gap: clamp(30px, 3.125vw, 60px);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 27px 0px rgba(172, 193, 209, 0.4);
  overflow: hidden;
}

.detail-container .detail .left {
  max-width: 45%;
  flex-shrink: 0;
}

.detail-container .detail .right {
  flex: 1;
  flex-shrink: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.detail-container .detail .right .column {
  box-sizing: border-box;
  height: 100%;
  justify-content: center;
}

.detail-container .detail .img-wrap {
  width: 100%;
  height: 100%;
}

.detail-container .detail .img-wrap img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.detail-container .detail .title {
  font-size: clamp(20px, 1.56vw, 30px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}

.detail-container .detail .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4%;
}

.detail-container .detail .tag {
  height: clamp(20px, 1.67vw, 32px);
  padding: 0 12px;
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 400;
  color: #3169FC;
  line-height: clamp(20px, 1.67vw, 32px);
  border: 1px solid #3169FC;
  border-radius: 99px;
}

.detail-container .detail .text {
  margin-top: clamp(15px, 7%, 20px);
  padding-right: clamp(15px, 1.56vw, 30px);
  font-size: 18px;
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
}

.detail-sub-container {
  padding-top: clamp(60px, 6.51vw, 125px);
  padding-bottom: clamp(60px, 6.51vw, 125px);
  background-color: #F4F6F9;
}

.detail-sub-container .tag-detail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.detail-sub-container .tag-detail {
  box-sizing: border-box;
  gap: 15px;
  padding: clamp(20px, 1.77vw, 34px);
  border-radius: 10px;
  background-color: #fff;
}

.detail-sub-container .tag-detail .icon {
  width: 52px;
  height: 57px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(180deg, #2C5DF9, #497BFF);

  box-shadow: 0px 2px 16px 0px rgba(66, 116, 253, 0.71);
}

.detail-sub-container .tag-detail .title {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1.8;
}

.detail-sub-container .tag-detail .desc {
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
}

.detail-sub-container .tag-detail .desc p {
  margin: 0;
}

.cor-container {
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(100px, 10.42vw, 200px);
}

.cor-container .flex-box {
  gap: clamp(60px, 5vw, 100px);
}

.cor-container .flex-box>.left,
.cor-container .flex-box>.right {
  flex-shrink: 0;
}

.cor-container .flex-box>.right {
  flex: 1;
}

.cor-container .brand-logo {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(13, 19, 24, 0.55);
}

.cor-container .brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cor-container .title {
  font-size: 26px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.6;
}

.cor-container .text {
  margin-top: clamp(20px, 1.98vw, 38px);
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
}

.float-end {
  float: right;
}

.anchor-container {
  padding: 25px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.anchors-list {
  display: flex;
  align-items: center;
}

.anchor-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #697998;
}

.anchor-item .link {
  color: rgb(51, 51, 51);
}

.anchor-item .link:hover {
  color: var(--primary)
}

.anchor-item::after {
  content: "";
  display: inline-block;
  margin: 0 15px;
  width: 6px;
  height: 12px;
  background-image: url("../image/arrow_right.png");
  background-repeat: no-repeat;

}

.anchor-item:first-child::after {
  margin: 0 18px;
}

.anchor-item:last-child::after {
  display: none;
}

.leader-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(30px, 3.125vw, 60px);
  gap: clamp(10px, 1.04vw, 20px);
  padding: 0 clamp(30px, 3.33vw, 64px);
}

.leader-item .link {
  display: block;
  box-sizing: border-box;
  min-width: clamp(200px, 12.5vw, 240px);
  height: 62px;
  padding: 0 clamp(30px, 2.6vw, 50px);
  border: 1px solid #EBEEF1;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400;
  color: #0C1424;
  line-height: 62px;
  text-align: center;
  cursor: pointer;
  transition: all .15s linear;
}

.leader-item:hover .link,
.leader-item.leader-item--active .link {
  color: #3169FC;
  border-color: #3169FC;
  background-image: url("../image/leader_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.us {
  padding: clamp(80px, 7.29vw, 140px) 0;
  background-color: #fff;
  overflow: hidden;
}

.us .flex-box {
  gap: clamp(60px, 6.25vw, 120px);
}

.us .title .en,
.location .title .en {
  font-size: 24px;
  font-weight: bold;
  color: #D1D9EC;
  line-height: 2;
  opacity: 0.6;
}

.us .title .ch,
.location .title .ch {
  font-size: clamp(28px, 1.67vw, 32px);
  font-weight: 500;
  color: #080809;
  line-height: 1.5;
}

.us .text {
  margin-top: clamp(20px, 2.6vw, 50px);
}

.us .text p {
  margin: 0;
}

.us .text,
.us .text p {
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
}

.us .img-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.us .img-wrapper > img {
  display: block;
  transition: all .15s linear;
}

.us .img-wrapper > img:hover {
  transform: scale(1.1);
}

.location {
  padding: clamp(50px, 5.21vw, 100px) 0;
  background-color: #F4F6F9;
  overflow: hidden;
}

.location .title {
  text-align: center;
}

.margin-top-large {
  margin-top: clamp(30px, 3.125vw, 60px)
}

.center-p p {
  text-align: center;
}

.center-p .normal {
  font-size: 18px;
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
}

.center-p .large {
  margin: 0;
  font-size: clamp(24px, 1.45vw, 28px);
  font-weight: 500;
  color: #2E3748;
  line-height: 1.2;
}

.location .img-wrapper {
  margin-top: clamp(30px, 3.125vw, 60px)
}

.policy {
  padding-top: clamp(40px, 4.17vw, 80px);
  padding-bottom: clamp(100px, 10.42vw, 200px);
  background-color: #fff;
  overflow: hidden;
}

.policy .large,
.diff .large {
  font-size: clamp(30px, 1.875vw, 36px);
  font-weight: 500;
  color: #080809;
  line-height: 2;
}

.do-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  row-gap: clamp(20px, 2.08vw, 40px);
  column-gap: clamp(25px, 2.6vw, 50px);

  margin-top: clamp(44px, 4.58vw, 88px);
}

.do-item {
  position: relative;
  padding: clamp(20px, 1.77vw, 20px);
  border-radius: clamp(6px, 0.52vw, 10px);
  border: 2px solid #FFFFFF;
  background: linear-gradient(0deg, #F0F5FE, #FEFEFF);
  box-shadow: 2px 1px 57px 8px rgba(149, 184, 227, 0.28);
}

.do-item .head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.do-item .head .title {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1;
}

.do-item .content {
  position: relative;
  z-index: 1;
  margin-top: clamp(10px, 1.04vw, 20px)
}

.do-item .content p {
  font-size: 16px;
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
}

.diff {
  padding-top: clamp(50px, 5.21vw, 100px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
  background: #F4F6F9;
  overflow: hidden;
}

.diff-list {
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 5.21vw, 100px);
  margin-top: clamp(55px, 5.73vw, 110px);
}

.diff-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.diff-item .content {
  position: absolute;
  top: -21px;
  bottom: -21px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, .5);
  backdrop-filter: blur(10px);
}

.diff-item .img-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.diff-item .img-wrapper>img:hover {
  transform: scale(1.1);
}

.diff-item .img-wrapper>img {
  display: block;
  width: clamp(550px, 33.02vw, 634px);
  height: auto;
  object-fit: cover;
  transition: all .15s linear;
}

.diff-item .index {
  position: absolute;
  font-size: 98px;
  font-weight: bold;
  color: #D1D9EC;
  line-height: 1;
  opacity: 0.4;
}

.diff-item .title {
  font-size: clamp(24px, 1.56vw, 30px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1.4;
}

.diff-item .text {
  margin-top: clamp(15px, 1.3vw, 25px);
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  color: #2E3748;
  line-height: 1.8;
  text-align: justify;
}

.diff-item .text p {
  margin: 10px 0;
}

.diff-item:nth-child(2n + 1) .content {
  right: 0;
  left: 38%;
  padding-left: clamp(55px, 5.73vw, 110px);
  padding-right: clamp(50px, 5.21vw, 100px);
  animation: fadeInRight 1s ease-in-out;
}

.diff-item:nth-child(2n + 1) .index {
  top: clamp(10px, 1.04vw, 20px);
  right: clamp(25px, 2.6vw, 50px);
}

.diff-item:nth-child(2n) {
  justify-content: flex-end;
}

.diff-item:nth-child(2n) .content {
  left: 0;
  right: 38%;
  padding-left: clamp(32px, 3.33vw, 64px);
  padding-right: clamp(70px, 7.29vw, 140px);
  animation: fadeInLeft 1s ease-in-out;
}

.diff-item:nth-child(2n) .index {
  top: clamp(10px, 1.04vw, 20px);
  right: clamp(50px, 5.21vw, 100px);
}

.home-swiper .swiper-slide-active .page2 .container>.flex-box .left {
  opacity: 0;
  animation: fadeInLeft .6s linear forwards;
}

.page2 .container>.flex-box .left {
  animation: none;
}

.home-swiper .swiper-slide-active .feed-item {
  opacity: 0;
  animation: fadeInRight .6s linear forwards;
}

.home-swiper .swiper-slide-active .feed-item:nth-child(2) {
  animation-delay: .1s;
}

.home-swiper .swiper-slide-active .feed-item:nth-child(3) {
  animation-delay: .2s;

}

.feed-item {
  animation: none;
}

.home-swiper .swiper-slide-active .service-item {
  opacity: 0;
  animation: fadeInUp .6s linear forwards;
}

.home-swiper .swiper-slide-active .service-item:nth-child(2) {
  animation-delay: .1s;
}

.home-swiper .swiper-slide-active .service-item:nth-child(3) {
  animation-delay: .2s;
}

.home-swiper .swiper-slide-active .service-item:nth-child(4) {
  animation-delay: .3s;
}

.home-swiper .swiper-slide-active .service-item:nth-child(5) {
  animation-delay: .4s;
}

.home-swiper .swiper-slide-active .service-item:nth-child(6) {
  animation-delay: .5s;
}

.service-item {
  animation: none;
}

.home-swiper .swiper-slide-active .service-swiper {
  opacity: 0;
  animation: fadeInUp .8s linear forwards;
}

.service-swiper .swiper-slide-active .flex-box>.right {
  opacity: 0;
  transform: translateY(-50%);
  animation: fadeInUpSmall .3s linear forwards;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.creative-item {
  animation: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home-swiper .swiper-slide-active .creative-item:nth-child(1) {
  opacity: 0;
  animation: fadeInLeft .5s linear forwards;
}

.home-swiper .swiper-slide-active .creative-item:nth-child(2) {
  opacity: 0;
  animation: fadeInRight .5s linear forwards;
}

.home-swiper .swiper-slide-active .creative-item:nth-child(3) {
  opacity: 0;
  animation: fadeInRight .5s linear forwards;
  animation-delay: .2s;
}

.home-swiper .swiper-slide-active .creative-item:nth-child(4) {
  opacity: 0;
  animation: fadeInUp .5s linear forwards;
  animation-delay: .2s;
}

.hot-swiper .left {
  max-width: 50%;
}

.hot-swiper .img {
  height: 40vh;
}

.page4-item .img {
  overflow: hidden;
}

.page4-item .img img {
  transition: all .15s linear;
}

.page4-item .img:hover img {
  transform: scale(1.1);
}

.page4-swiper {
  animation: none;
}

.home-swiper .swiper-slide-active .page4-swiper {
  opacity: 0;
  animation: fadeInUp .6s linear forwards;
}

.co.swiper {
  animation: none;
}

.home-swiper .swiper-slide-active .co.swiper {
  opacity: 0;
  animation: fadeInUp .6s linear forwards;
}

.policy-container {
  display: flex;
  gap: clamp(50px, 5.42vw, 104px);
  margin-top: clamp(30px, 3.125vw, 60px);
}

.policy-container .col-1 {
  flex: 1;
  flex-shrink: 0;
}

.col-head {
  padding: clamp(15px, 1.42vw, 20px);
  font-size: clamp(22px, 1.46vw, 28px);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background-image: url("../image/do_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.policy-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.policy-item {
  
  min-height: 120px;
  padding: clamp(20px, 1.77vw, 34px);
  background: linear-gradient(0deg, #F0F5FE, #FEFEFF);
  border: 2px solid #FFFFFF;
  box-shadow: 2px 1px 57px 8px rgba(149, 184, 227, 0.28);
  border-radius: 10px;
}

.policy-item:first-child {
  border-radius: 0 0 10px 10px;
  min-height: clamp(150px, 8.85vw, 170px) !important;
}

.policy-head {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.78vw, 15px);
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1;
}

.policy-body {
  margin-top: clamp(10px, 1.04vw, 20px);
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
}

.info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(28px, 1.98vw, 38px);
  row-gap: 18px;
  margin-top: clamp(50px, 5.21vw, 100px);
}

.info-item {
  position: relative;
  padding: clamp(26px, 1.67vw, 32px) clamp(20px, 2.08vw, 40px);
  background: linear-gradient(0deg, #F0F5FE, #FEFEFF);
  border: 2px solid #FFFFFF;
  box-shadow: 2px 1px 20px 1px rgba(149, 184, 227, 0.32);
  border-radius: clamp(6px, 0.52vw, 10px);
  cursor: pointer;
}

.info-item::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: clamp(2px, 0.21vw, 4px);
  height: clamp(15px, 1.56vw, 30px);
  background-color: var(--primary);

}

.info-item__title {
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-item:hover .info-item__title {
  color: var(--primary)
}

.info-item:hover .info-item__content {
  opacity: 1;
  transform: scaleY(1)
}

.info-item__content {
  transform-origin: top;
  transform: scaleY(0);
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;

  padding: clamp(26px, 1.67vw, 32px) clamp(20px, 2.08vw, 40px);
  background: linear-gradient(0deg, #F0F5FE, #FEFEFF);
  border: 2px solid #FFFFFF;
  box-shadow: 2px 1px 20px 1px rgba(149, 184, 227, 0.32);
  border-radius: clamp(6px, 0.52vw, 10px);

  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;

  opacity: 0;
  transition: all .15s linear;
  z-index: 999
}

.info-item__content::after {
  content: " ";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: clamp(15px, 1.56vw, 30px);
  height: clamp(15px, 1.56vw, 30px);
  background-color: #fff;
  border-radius: 2px;

}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 80vh;
  background-color: #fff;
  border-radius: clamp(8px, 0.83vw, 16px);

  box-shadow: 0px 2px 20px 0px rgba(13, 19, 24, 0.1);
}

.modal__inner {
  height: 100%;
  display: flex;
  flex-direction: column;

  z-index: 22;
}

.modal-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.modal-close > span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 20px;
  background-color: #000;
  border-radius: 99px;
}

.modal-close > span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2px;
  height: 20px;
  background-color: #000;
  border-radius: 99px;
}


.modal-title {
  padding: 20px;
  font-size: clamp(16px, 1.67vw, 32px);
  color: #2E3748;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

.modal-body {
  flex: 1;
  height: 0;
  padding: clamp(15px, 1.56vw, 30px);
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
  overflow-y: auto;
}

.small-banner {
  padding-top: clamp(30px, 3.125vw, 60px);
}

.small-banner .no-link {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: clamp(10px, 0.83vw, 16px);
  overflow: hidden;
}

.small-banner .no-link > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 2000px) {
  .banner.swiper .img {
    height: auto;
  }

  .banner.swiper .img video {
    height: auto;
  }
}

@media screen and (max-width: 1800px) {

  .page2 .container,
  .page5 .container {
    max-width: 1550px;
  }

  .page4 .container,
  .page6 .container {
    max-width: 1300px;
  }

  .page4 .swiper-buttons,
  .page6 .swiper-buttons {
    width: calc(1300px + 176px);
  }
}

@media screen and (max-width: 1600px) {

  .page-banner .page-title {
    max-width: 1300px;
  }

  .page-container {
    max-width: 1300px;
  }

  .header .header-container {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }

  .page2 .container,
  .page5 .container {
    max-width: 1300px;
  }

  .page4 .container,
  .page6 .container {
    max-width: 1200px;
  }

  .page4 .swiper-buttons,
  .page6 .swiper-buttons {
    width: calc(1200px + 176px);
  }

  .service-swiper {
    padding-bottom: clamp(50px, 4.17vw, 80px) !important;
  }
}

@media screen and (max-width: 1500px) {
  .nav-item .nav-item__title {
    font-size: 1.3vw;
  }

  .nav-item .b {
    white-space: nowrap;
  }


  .about-container .about-item .value {
    font-size: 20px;
  }

  .about-container .about-item .text {
    font-size: 14px;
  }

}

.professional .img {
  transform: translateX(5vw);
}

@media screen and (max-width: 1440px) {
  .page-container {
    max-width: 1200px;
  }

  .page-banner .page-title {
    max-width: 1200px;
  }

  .container {
    max-width: 1200px;
  }

  .header .header-container {
    max-width: 1200px;
  }

  .page3 .container {
    justify-content: flex-end;
  }

  .page2 .container>.flex-box .left {
    width: clamp(700px, 41.67vw, 800px);
    min-height: 50vh;
  }

  .nav {
    bottom: 50px;
  }

  .nav-list {
    gap: 15px;
  }

  .page2-slide .text .title {
    font-size: 18px;
  }

  .service-list {
    max-width: 1100px;
  }

  .swiper-container {
    justify-content: center;
  }

  .service-swiper {
    max-width: 1100px;
  }

  .page2 .container,
  .page5 .container {
    
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .page4 .container,
  .page6 .container {
    max-width: 1000px;
  }

  .page4 .swiper-buttons,
  .page6 .swiper-buttons {
    width: calc(1000px + 176px);
  }

  .page4 .swiper-slide {
    width: 500px;
  }

  .page4 .swiper-slide.swiper-slide-active {
    width: 500px;
  }

  .page4-item .bottom .title-text {
    font-size: 18px;
    line-height: 60px;
  }

  .page4-item .bottom .desc {
    font-size: 14px;
  }

  .page4-item .bottom .readmore {
    font-size: 14px;
  }

  .swiper-slide .footer .container {
    max-width: 1250px
  }

  .professional .img {
    transform: translateX(10vw);
  }

  .service-container {
    padding-top: 60px;
  }

  .service-content {
    margin-top: 60px;
    ;
  }

  .professional-container {
    padding-top: 60px;
  }

  .creative-container {
    padding-top: 60px;
  }

  .co-container {
    padding-top: 60px;
  }

  .coswiper-container {
    padding-top: 60px;
  }

  .section-title {
    padding-bottom: 26px;
  }

  .about-container {
    padding-top: 80px;
  }

  .blank-container .section-title {
    padding-top: 60px;
    margin-bottom: 50px;
  }

  .layout {
    gap: 30px
  }

  .timeline-container {
    padding-top: 60px;
  }

  .development-container {
    padding-top: 60px;
  }

  .statute-container {
    padding-top: 60px;
  }

  .statute-container .layout {
    margin-top: 50px;
  }

  .tab-list {
    margin-top: 60px;
    padding: 0 60px;
  }

  .tab-list .tab {
    height: 150px;
    background-size: 100% 100%;
  }

  .tab-list .tab .tab__label {
    font-size: 24px;
  }

  .form-container,
  .join-steps,
  .complete-form {
    padding: 50px;
  }

  .apply-result-container .result {
    padding: 0 20px;
  }

  .page-banner .page-title .title {
    font-size: 40px;
  }

  .page-banner .page-title .desc {
    font-size: 26px;
  }

  .pager {
    padding: 80px 20px;
  }

  .hot-swiper {
    gap: clamp(20px, 2.6vw, 50px)
  }

  .hot-swiper .content .title {
    font-size: 24px;
  }

  .hot-swiper .content .tag {
    font-size: 14px;
    width: 80px;
    height: 25px;
    line-height: 25px;
  }

  .hot-swiper .content .text {
    font-size: 16px;
  }

  .hot-swiper .keyword-list .keyword .keyword__value {
    font-size: 20px;
  }

  .hot-swiper .keyword-list .keyword .keyword__text {
    font-size: 16px;
    margin-top: 0;
  }

  .hot-swiper .keyword-list {
    gap: 0;
    justify-content: space-between;
  }

  .page4 .swiper-pagination-bullet-active,
  .page6 .swiper-pagination-bullet-active {
    width: 62px;
  }

  .service-item {
    padding-bottom: 15px;
    gap: 15px;
  }

  .service-swiper .tags {
    margin-top: 15px;
    gap: 10px;
  }

  .service-swiper .tag {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {}