@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


/* form page standalone layout */
.form_page_body {
  background-color: #BFE0F5;
  min-height: 100vh;
}

.form_page_body #WRAPER {
  display: flex;
  flex-direction: column;
  background-color: #BFE0F5;
  min-height: 100vh;
}

.form_page_body .body_bg_wrap {
  display: none;
}

.form_page_body #HEADER {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.form_page_body .form_page_sec {
  flex: 1 0 auto;
  background-color: #BFE0F5;
  padding: 130px 20px 60px;
}

.form_page_body #FOOTER {
  flex: 0 0 auto;
}

.form_page_body .form_page_sec .mid_content {
  width: 100%;
  max-width: 800px;
}

.form_page_body .form_page_wrap {
  float: left;
  width: 100%;
}

.form_page_body .form_page_form_wrap {
  float: left;
  width: 100%;
  padding: 56px 70px 60px;
  border-radius: 12px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form_page_body .form_page_form_wrap.is-completed {
  display: none;
}

.form_page_body .form_page_survey_wrap {
  margin-top: 46px;
}

.survey_form_page_body .form_page_survey_only_wrap {
  margin-top: 0;
}

.form_page_body .form_page_sec .form_page_title {
  color: #3484BD;
  font-size: 40px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.form_page_subtitle {
  float: left;
  width: 100%;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 18px;
}

.form_page_body .form_required_hint {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 42px;
}

.form_page_body .form_page_form {
  float: left;
  width: 100%;
}

.form_page_body .form_page_item {
  margin-bottom: 32px;
}

.form_page_body .form_page_label {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.form_page_body .form_page_form input[type="text"],
.form_page_body .form_page_form input[type="email"] {
  height: 48px;
  font-size: 18px;
  padding: 0 20px;
  border-color: #aaa;
}

.form_page_body .form_page_privacy {
  margin-top: 10px;
}

.form_page_body .form_page_privacy .form_page_checkbox_item {
  justify-content: center;
}

.form_page_body .form_page_privacy_text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 28px;
}

.form_page_body .form_page_question {
  margin-top: 32px;
}

.form_page_body .form_page_question h3 {
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 12px;
}

.form_page_body .form_page_checkbox_item,
.form_page_body .form_page_radio_item {
  gap: 12px;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.form_page_body .form_page_checkbox_mark,
.form_page_body .form_page_radio_mark {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.form_page_body .form_page_checkbox_mark {
  border-radius: 4px;
}

.form_page_body .form_page_checkbox_item input[type="checkbox"]:checked + .form_page_checkbox_mark::after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 11px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.form_page_body .form_page_radio_item input[type="radio"]:checked + .form_page_radio_mark {
  box-shadow: inset 0 0 0 4px #fff;
}

.form_page_body .form_page_other_option {
  align-items: center;
  flex-wrap: wrap;
}

.form_page_body .form_page_other_input {
  width: 270px !important;
  height: 48px !important;
  margin-left: 0;
}

.form_page_body .form_page_sec .error-message {
  font-size: 14px;
  margin-top: 6px;
}

.form_page_body .form_page_sec .submit-buttons-wrap {
  margin-top: 34px;
}

.form_page_body .form_page_submit_btn {
  min-width: 128px;
  height: 48px;
  padding: 0 28px;
  font-size: 20px;
  background-color: #FC6749;
}

.form_page_complete_block {
  display: none;
  float: left;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 104px;
  padding: 24px 36px;
  margin-top: 22px;
  background-color: #fff;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form_page_complete_block.is-show {
  display: flex;
}

.form_page_complete_icon {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-color: #FC6749;
}

.form_page_complete_icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.form_page_complete_text h3 {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.form_page_complete_text p {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.65;
  font-weight: bold;
}

.form_page_step_arrow {
  display: none;
  float: left;
  width: 50px;
  height: 50px;
  margin: 24px calc((100% - 50px) / 2);
  background: url("../images/form_arrow_down.png") center center / contain no-repeat;
}

.form_page_complete_block.is-show + .form_page_step_arrow {
  display: block;
}

.form_page_step_arrow::before,
.form_page_step_arrow::after {
  content: none;
}

@media screen and (max-width: 640px) {
  .form_page_body .form_page_sec {
    padding: 96px 16px 48px;
  }

  .form_page_body .form_page_form_wrap {
    padding: 28px 22px 32px;
  }

  .form_page_body .form_page_sec .form_page_title {
    font-size: 30px;
  }
}


.form_page_sec {
  background-color: #fff;
  padding-top: 80px;
}

.form_page_sec .mid_content {
  width: 100%;
  max-width: 800px;
}

.form_page_wrap,
.form_page_form_wrap,
.form_page_form {
  float: left;
  width: 100%;
}

.form_page_form_wrap {
  position: relative;
}

.form_page_survey_wrap {
  margin-top: 70px;
}

.form_page_sec .form_page_title {
  color: #3484BD;
  margin-bottom: 12px;
}

.form_required_hint {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #FB6A6A;
  font-weight: bold;
  text-align: center;
  margin-bottom: 42px;
}

.form_page_form {
  text-align: left;
}

.form_page_item {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}

.form_page_label {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #1f1f1f;
  font-weight: bold;
  margin-bottom: 10px;
}

.form_page_label.required::before {
  content: "*";
  color: #FB6A6A;
  margin-right: 6px;
}

.form_page_form input[type="text"],
.form_page_form input[type="email"] {
  float: left;
  width: 100%;
  height: 48px;
  border-radius: 100px;
  border: 1px solid #9E9E9E;
  background-color: #F7F7F8;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form_page_form input.invalid,
.form_page_checkbox_item.invalid .form_page_checkbox_mark,
.form_page_radio_item.invalid .form_page_radio_mark {
  border-color: #FB6A6A;
}

.form_page_sec .error-message {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #FB6A6A;
  line-height: 1.5;
  margin-top: 6px;
}

.form_page_privacy {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.form_page_privacy .form_page_checkbox_item {
  display: inline-flex;
}

.form_page_privacy_text {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #1f1f1f;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  margin-top: 28px;
}

.form_page_privacy_text a {
  color: #0A7CA4;
  text-decoration: underline;
}

.form_page_intro {
  float: left;
  width: 100%;
  margin-bottom: 38px;
}

.form_page_intro p {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #1f1f1f;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 22px;
}

.form_page_question {
  float: left;
  width: 100%;
  margin-top: 32px;
}

.form_page_question h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #1f1f1f;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
}

.form_page_options {
  float: left;
  width: 100%;
}

.form_page_checkbox_item,
.form_page_radio_item {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  cursor: pointer;
  margin-bottom: 10px;
}

.form_page_checkbox_item input[type="checkbox"],
.form_page_radio_item input[type="radio"] {
  display: none;
}

.form_page_checkbox_mark,
.form_page_radio_mark {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  background-color: #AFAFAF;
  border: 1px solid #AFAFAF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.form_page_radio_mark {
  border-radius: 50%;
}

.form_page_checkbox_mark {
  border-radius: 4px;
}

.form_page_checkbox_item input[type="checkbox"]:checked + .form_page_checkbox_mark,
.form_page_radio_item input[type="radio"]:checked + .form_page_radio_mark {
  background-color: #0A7CA4;
  border-color: #0A7CA4;
}

.form_page_checkbox_item input[type="checkbox"]:checked + .form_page_checkbox_mark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.form_page_radio_item input[type="radio"]:checked + .form_page_radio_mark {
  box-shadow: inset 0 0 0 4px #fff;
}

.form_page_other_option {
  align-items: center;
}

.form_page_other_input {
  width: 270px !important;
  height: 48px !important;
  margin-left: 0;
}

.form_page_sec .submit-buttons-wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 34px;
}

.form_page_submit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 48px;
  padding: 0 28px;
  border: none;
  border-radius: 100px;
  background-color: #FC6749;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.form_page_submit_btn:hover {
  opacity: .85;
}

.form_page_sec .campaign-loading-wrap,
.form_page_sec .campaign-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.form_page_sec .campaign-loading-wrap.active,
.form_page_sec .campaign-popup.active {
  opacity: 1;
  visibility: visible;
}

.form_page_sec .campaign-loading {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.35);
  border-top-color: #3484BD;
  animation: formPageSpin 1s linear infinite;
}

.form_page_sec .popup-box {
  width: 100%;
  max-width: 360px;
  padding: 32px;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form_page_sec .popup-title {
  font-size: 22px;
  color: #3484BD;
  font-weight: bold;
  margin-bottom: 12px;
}

.form_page_sec .popup-content {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 1.6;
}

.form_page_sec .popup-button {
  margin-top: 24px;
}

@keyframes formPageSpin {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 880px) {
  .form_page_sec .mid_content {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .form_page_sec {
    padding-top: 60px;
  }

  .form_page_sec .form_page_title {
    font-size: 30px;
  }

  .form_required_hint,
  .form_page_label,
  .form_page_intro p,
  .form_page_checkbox_item,
  .form_page_radio_item {
    font-size: 16px;
  }

  .form_page_question h3 {
    font-size: 18px;
  }

  .form_page_other_option {
    flex-wrap: wrap;
  }

  .form_page_other_input {
    width: 100% !important;
    margin-left: 32px;
  }
}

b {
  font-weight: bold !important;
}

ol,
ul {
  /* list-style: none; */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
}

a img {
  outline: none;
}

a:focus,
input:focus,
button:focus {
  outline: none;
}

body {
  /*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
  font-family: 'Noto Sans TC', sans-serif;

}

.centerBox {
  display: flex;
  justify-content: center;
}

.album_wrap {
  display: inline-block;
  width: 800px;
}

.album_wrap .album_cover {
  float: left;
  width: 100%;
}

.album_wrap .album_thumb {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.album_wrap .album_thumb img {
  float: left;
  width: 10%;
  cursor: pointer;
}



.article_clr_wrap {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}


.article_clr_wrap.show {
  display: flex;
}


.article_clr_wrap::before {
  position: absolute;
  content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  opacity: .1;
}

.article_clr_wrap .article_clr_item {
  display: inline-block;
  width: 1000px;
  background-color: #ffffff;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 80px 40px 40px;
  position: relative;
}

.clr_close {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
  width: 30px;
  cursor: pointer;
}

.article_scroll_content {
  float: left;
  width: 100%;
  max-height: 600px;
  overflow-y: scroll;
  text-align: left;
}


.article_h2 {
  font-size: 40px;
  font-weight: bold;
  color: #33332f;
  line-height: 1.4;
}

.article_date {
  font-size: 20px;
  color: #777770;
  margin-top: 5px;
}

.article_scroll_content .cover {
  width: 100%;
  margin-top: 5px;
}

.article_txt {
  font-size: 20px;
  color: #33332f;
  line-height: 1.4;
  margin-top: 10px;
}

.article_txt span {
  font-weight: bold;
}


/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px;
  /* is width and height divided by two */
}



.body_bg_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0px;
  top: 0px;
}

canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.link {
  position: fixed;
  z-index: 10;
  width: 80px;
  bottom: 200px;
  right: 20px;
}

.link img {
  width: 100%;
}

.link:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.link2 {
  position: fixed;
  z-index: 10;
  width: 80px;
  bottom: 40px;
  right: 20px;
}

.link2 img {
  width: 100%;
}

.link2:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


#WRAPER {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right: 0px;
}

#WRAPER.reveal {
  position: absolute;
  right: 180px;

}



#HEADER {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
}

/* #HEADER.reveal{
	background-image: -moz-linear-gradient( -90deg, rgb(0,146,191) 0%, rgb(0,177,168) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(0,146,191) 0%, rgb(0,177,168) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(0,146,191) 0%, rgb(0,177,168) 100%);
} */

.NAV_btn_wrap {
  display: none;
  position: fixed;
  width: 60px;
  top: 20px;
  right: 10px;
  z-index: 4;
}


#nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span {
  background: #5A9ED9;
}




#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2) {
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span {
  background: #ffffff;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



#NAV {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 0px 20px 0px;
}

nav {
  display: inline-block;
  height: 50px;
  background-color: #5A9ED9;
  border-radius: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-top: 14px;
}

nav .btn {
  display: inline-block;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px 0px 30px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  border-left: rgba(255, 255, 255, .55) 1px solid;
}

nav .btn:first-child {
  border-left: none;
}


nav .btn:hover,
nav .btn.current {
  color: #FFDCDC;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


nav .history_btn {
  display: inline-block;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px 0px 30px;
  text-align: center;
  font-size: 16px;
  border-left: rgba(255, 255, 255, .55) 1px solid;
  color: #ffffff;
  position: relative;
}

.history_btn:hover {
  color: #FFDCDC;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}



.history {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px;
  top: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
}

.history_btn:hover .history {
  display: block;
}


.history a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0px 8px 0px;
  background-color: #5A9ED9;
  border-bottom: #ffffff 1px solid;
}

.history a:last-child {
  border-radius: 0px 0px 16px 16px;
  border-bottom: none;
}

.history a:hover {
  color: #FFDCDC;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}






.sec {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 100px 20px 100px 20px;
}




.mid_content {
  display: inline-block;
  width: 1100px;
  text-align: center;
  position: relative;
  z-index: 1;
}




.sec_title {
  float: left;
  width: 100%;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.sec_title span {
  font-size: 20px;
  font-weight: normal;
}

.sec_title span a {
  color: #ff6a00;
  text-decoration: underline;
}

.sec_title.black {
  color: #000000;
}

.sec_title.blue {
  color: #004B6E;
}

.sec_title.gray {
  color: #474747;
}

.sec_title.lightBlue {
  color: #2c95d1;
}

.white_bg {
  background-color: #ffffff;
}

.gray_bg {
  background-color: #fafafa;
}

.mixed_bg {
  background-image: url(../images/mixed_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gray_bg2 {
  background-color: #F7F7F8;
}



.annual_theme_sec {
  background-color: #dff7e8;
  background-image: url(../images/gradient_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.annual_theme_sec .sec_title {
  margin-bottom: 40px;
}

.annual_theme_content {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.annual_theme_card {
  flex: 0 0 300px;
  padding: 150px 40px;
  background-color: rgba(255, 255, 255, .76);
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  color: #134B7C;
  font-weight: bold;
}

.annual_theme_text {
  flex: 1;
  max-width: 620px;
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
  color: #3f3f3f;
}

.annual_theme_text p {
  margin-bottom: 30px;
}

.annual_theme_text p:last-child {
  margin-bottom: 0px;
}

.index_highlight_sec {
  background-color: #F7F7F8;
  overflow: hidden;
}

.milestone_des {
  font-size: 40px;
  color: #ffffff;
  font-weight: normal;
}

.milestone_wrap {
  float: left;
  width: 100%;
  text-align: center;

}

.milestone_item {
  /* float: left; */
  display: inline-block;
  width: 340px;
  height: 340px;
  border-radius: 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #ffffff 1px solid;
  position: relative;
  cursor: pointer;
}

.milestone_item span.big {
  font-size: 100px;
  font-weight: bold;
  background: #92EBF3;
  background: linear-gradient(to top, #92EBF3 0%, #E3F5F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.milestone_item span {
  display: inline-block;
  line-height: 1.1;
  margin: 0px;
  padding: 0px;
}


.milestone_item .icon {
  display: none;
  width: 20px;
  margin-left: 10px;
}

.milestone_item .short {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  font-size: 30px;
  color: #ffffff;
  opacity: 1;
}

.milestone_item .short .ct {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.milestone_item .intro {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #5a4848;
  text-align: left;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.milestone_item.reveal {
  background-color: #ffffff;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.milestone_item.reveal .short {
  opacity: 0;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.milestone_item.reveal .intro {
  opacity: 1;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.section_blueLine_bg {
  background-image: url(../images/blueLine.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 150px;
}

.section_blueLine_bg .sec_title.lightBlue {
  color: #2c95d1;
  margin-bottom: 110px;
}

.DB_awards {
  width: 100%;
}

.DB_awards .cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 120px;
  align-items: center;
}

.DB_awards .cards .card {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
  max-width: 820px;
  padding: 0;
  box-sizing: border-box;
}

.DB_awards .cards .card .icon {
  flex: 0 0 100px;
  text-align: center;
}

.DB_awards .cards .card .icon img {
  width: 100px;
}

.DB_awards .cards .card .text .card_t {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #2B2B2B;
  text-align: left;
}

.DB_awards .cards .card .text .card_t span {
  color: #2c95d1;
  font-size: 38px;
}

.DB_awards .cards .card .text .des {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #2B2B2B;
  text-align: left;
}

@media (max-width: 480px) {

  .section_blueLine_bg {
    background-size: auto 620px;
    background-position: center 120px;
  }

  .section_blueLine_bg .sec_title.lightBlue {
    margin-bottom: 70px;
  }

  .DB_awards .cards {
    gap: 70px;
  }

  .DB_awards .cards .card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .DB_awards .cards .card .text {
    width: 100%;
  }

  .DB_awards .cards .card .icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .DB_awards .cards .card .text .card_t {
    font-size: 26px;
  }

  .DB_awards .cards .card .text .card_t span {
    font-size: 34px;
  }

  .DB_awards .cards .card .text .des {
    font-size: 16px;
  }

}



.award_history_sec {
  background-color: #ffffff;
}

.award_history_sec .sec_title {
  color: #000000;
}

.award_history_sec .mid_content {
  width: 100%;
  max-width: 1308px;
}

.history_line_wrap {
  float: left;
  width: 100%;
  max-width: 1308px;
  position: relative;
  margin-top: 50px;
  padding: 0 72px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.history_left {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  cursor: pointer;
  z-index: 2;
  transform: translateY(-50%) rotate(180deg);
}

.history_right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  cursor: pointer;
  z-index: 2;
  transform: translateY(-50%);
}

.history_line_slider {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}


.history_line_slider {
  float: left;
  width: 100%;
}


.history_line_slider li {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.history_des {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}


.history_item {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 32px;
  border-radius: 40px;
  background: linear-gradient(135deg, #DAD5F7 0%, #9BDEFE 100%);
}

.age_head {
  float: left;
  text-align: center;
  width: 100%;
  border-bottom: none;
}

.age_head img {
  display: inline-block;
  text-align: center;
  width: auto;
  height: 70px;
}

.age_head .age_txt {
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 28px;
  line-height: 1.2;
  color: #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0;
  margin-top: 14px;
}

.age_head .age_txt:after {
  display: none;
}

.age_content {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}

.age_content img {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.age_content p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #444;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 0;
}

.age_content p span {
  font-size: 20px;
  font-weight: normal;
}


.interview_intro {
  display: inline-block;
  vertical-align: top;
  width: 600px;
}


.interview_intro h2 {
  width: 100%;
  text-align: left;
}

.interview_intro .history_des {
  margin-top: 20px;
  cursor: pointer;
}

.interview_intro .interview_title {
  float: left;
  color: #d4ffff;
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  text-align: left;
}

.interview_spec {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.interview_cover {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  position: relative;
  margin-left: 40px;
}

.interview_cover img {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.interview_cover p {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-size: 28px;
  color: #ffffff;
  text-align: left;
}

.interview_more {
  float: left;
  width: 150px;
  height: 40px;
  font-size: 20px;
  color: #0075a9;
  background-color: #ffffff;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}

.interview_more:hover {
  color: #ffffff;
  background-color: #0075a9;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.page-wrap {
  float: left;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gauge-wrapper {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
}

.gauge2,
.gauge1,
.gauge3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 800px;
}

.gauge1 {
  z-index: 1;
}



.box-wrap {
  height: 450px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.box_bg1 {
  transition: 0s all;
  top: 0px;
  left: 50%;
  margin-left: -440px;
  z-index: 0;
  position: absolute;
  width: 800px;
  height: 800px;
  border: 60px solid #0d2c46;
  border-radius: 50%;
  clip: rect(0, 920px, 450px, 0px);
  -webkit-transform: rotate(360deg);
}

.box {
  transition: 4s all;
  top: 0px;
  left: 50%;
  margin-left: -440px;
  z-index: 1;
  position: absolute;
  width: 800px;
  height: 800px;
  border: 60px solid #ccfff4;
  border-radius: 50%;
  clip: rect(0, 920px, 450px, 0px);
  -webkit-transform: rotate(-180deg);
  transition-delay: 2s;
}




.gauge2 {
  top: 70px;
  left: 70px;
  z-index: 2;
}

.gauge2 .box {
  border: 60px solid #d6ff73;
  width: 660px;
  height: 660px;
  clip: rect(0, 880px, 400px, 0px);
}

.gauge2 .box-wrap {
  height: 380px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.box_bg2 {
  transition: 0s all;
  top: 0px;
  left: 50%;
  margin-left: -440px;
  z-index: 0;
  position: absolute;
  width: 660px;
  height: 660px;
  border: 60px solid #0d3f46;
  border-radius: 50%;
  clip: rect(0, 880px, 400px, 0px);
  -webkit-transform: rotate(360deg);
}


.gauge3 {
  top: 140px;
  left: 140px;
  z-index: 3;
}

.gauge3 .box {
  border: 60px solid #f3e916;
  width: 520px;
  height: 520px;
  clip: rect(0, 640px, 350px, 0px);
}

.gauge3 .box-wrap {
  height: 310px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.box_bg3 {
  transition: 0s all;
  top: 0px;
  left: 50%;
  margin-left: -440px;
  z-index: 0;
  position: absolute;
  width: 520px;
  height: 520px;
  border: 60px solid #0d4639;
  border-radius: 50%;
  clip: rect(0, 640px, 350px, 0px);
  -webkit-transform: rotate(360deg);
}

.info_box {
  width: 180px;
  height: 100px;
  position: absolute;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: #ffffff 1px solid;
  border-radius: 10px;
}

.info_box .info_short {
  position: absolute;
  width: 180px;
  height: 100px;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  z-index: 0;
  top: 20px;
  left: 0px;
  opacity: 1;
}

.info_box .info_short span {
  display: inline-block;
  font-size: 40px;
}

.info_box .info_short .icon {
  display: none;
  width: 20px;
}

.info_box .info_txt {
  position: absolute;
  width: 180px;
  height: 100px;
  top: 0px;
  left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 0px 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  font-size: 16px;
  color: #0d2c46;
  z-index: 1;
  opacity: 0;
}

.info_box:hover {
  background-color: #ffffff;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.info_box:hover .info_short {
  opacity: 0;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.info_box:hover .info_txt {
  opacity: 1;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.po1 {
  top: 0px;
  left: 0px;
}

.po2 {
  right: 0px;
  top: 0px;
}

.po3 {
  top: 100px;
  right: 30px;
}

.chart_line1 {
  position: absolute;
  width: 219px;
  right: -215px;
  top: 50%;
}

.chart_line2 {
  position: absolute;
  width: 174px;
  left: -172px;
  top: 50%;
}

.chart_line3 {
  position: absolute;
  width: 174px;
  left: -172px;
  top: 50%;
}

.history_review_wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.history_video_wrap {
  display: inline-block;
  vertical-align: top;
  width: 560px;
  margin-top: 50px;
}

.history_video_wrap h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}

.history_video_wrap p {
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  margin-top: 10px;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-top: 10px;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.history_article_wrap {
  display: inline-block;
  vertical-align: top;
  width: 470px;
  margin-left: 40px;
}

.history_article_item {
  float: left;
  width: 100%;
  display: table;
  cursor: pointer;
  margin-top: 10px;
}


.history_article_item:hover {
  opacity: .7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.history_article_item .cover {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}

.history_article_item .cover img {
  width: 100%;
}

.history_article_item .num {
  display: table-cell;
  vertical-align: top;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: #d4ffff;
}

.history_article_item .des {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5px;
  border-bottom: #ffffff 1px solid;
  position: relative;
  font-size: 20px;
  color: #fffefe;
  line-height: 1.4;
  cursor: pointer;
}

.history_article_item .des h2 {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #d4ffff;
}




.stratage_wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
}

.stratage_wrap_item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  cursor: pointer;
  margin: 10px;
  background-color: #ffffff;
  /* border-radius: 24px; */
  overflow: hidden;
}


.stratage_wrap_item:hover {
  opacity: .7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.stratage_wrap_item .cover {
  float: left;
  width: 100%;
}

.stratage_wrap_item .des {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 10px ;
  display: flex;
  justify-content: flex-end;
}

.stratage_wrap_item .des .moreBtn {
  height: 37px;
}

.stratage_wrap_item .des h2 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #5b5b5b;
}




.report_news_hl {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}

.report_news_info {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  text-align: left;
}

.report_news_info h2 {
  float: left;
  width: 100%;
  font-size: 28px;
  color: #1c3b3b;
  font-weight: bold;
}

.report_news_info p {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}

.report_news_info_spec {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: 30px;
  margin-right: 30px;
  height: 70px;
  background-color: #f6f2ae;
}

.report_news_info_cover {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  border-radius: 30px;
  overflow: hidden;
}

.report_news_info_cover img {
  float: left;
  width: 100%;
}


.report_news_hl a:hover {
  opacity: .7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.report_news_list {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.report_news_item {
  display: inline-block;
  width: 30%;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  margin: 10px;
}


.report_news_item .cover {
  float: left;
  width: 100%;
}

.report_news_item_des {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  font-size: 20px;
  color: #5b5b5b;
  height: 120px;
}

.report_news_item a {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  font-size: 20px;
  color: #000000;
  background-image: url('../images/plus_001.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  border-top: #000 1px solid;
}

.report_news_item a:hover {
  opacity: .7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.ceremony_des {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
}

.ceremony_feature {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.ceremony_f {
  display: inline-block;
  width: 240px;
  vertical-align: top;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.ceremony_f .num {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 103px;
  font-weight: bold;
  background: #2796C3;
  background: linear-gradient(to top, #4BA4B5 0%, #135C8D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ceremony_f .num span {
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  background: #2796C3;
  background: linear-gradient(to top, #4BA4B5 0%, #135C8D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ceremony_f p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #2a2a2a;
  margin-top: 10px;
}

.heightLight_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  box-sizing: border-box;
  overflow: visible;
}

.heightLight_flex .card {
  width: 330px;
  height: 330px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 48px 48px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  border-radius: 50%;
  --highlight-arc-color: #C9F658;
}

.heightLight_flex .card .highlight_arc {
  position: absolute;
  z-index: 0;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  overflow: visible;
  pointer-events: none;
  transform: rotate(128deg);
  transform-origin: center center;
  animation: indexHighlightSpin 8s linear infinite;
}

.heightLight_flex .card::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, .12);
}

.heightLight_flex .card:nth-child(2) {
  --highlight-arc-color: #65A89E;
}

.heightLight_flex .card:nth-child(3) {
  --highlight-arc-color: #B9D63C;
}

.heightLight_flex .card img {
  position: relative;
  z-index: 2;
  height: 65px;
  width: auto;
  max-width: 100px;
  display: block;
  margin-bottom: 20px;
}

@keyframes indexHighlightSpin {
  0% {
    transform: rotate(128deg);
  }
  100% {
    transform: rotate(488deg);
  }
}


.heightLight_flex .card .card_t {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  color: #444444;
}

.heightLight_flex .card .card_des {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0px;
  color: #444444;
  margin-top: 22px;
}




.agenda_content {
  display: inline-block;
  width: 100%;
}


.agenda_head {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.agenda_head .des {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

.agenda_head .des h2 {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 40px;
  color: #3484BD;
  font-weight: bold;
  margin-bottom: 30px;
}

.agenda_head .des p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #151515;
  line-height: 1.7;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.event_wrap {
  display: inline-block;
  width: 620px;
}

.event_wrap .icon {
  display: table-cell;
  vertical-align: middle;
  width: 288px;
}

.event_detail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.event_item {
  flex: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.event_detail .event_title {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.event_detail .event_title .icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-right: 10px;
}

.event_detail .event_title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #1E84A6;
}

.event_detail .event_des {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #151515;
  text-align: left;
  margin-top: 10px;
}

.event_sep {
  display: inline-block;
  width: 1px;
  height: 134px;
  background-color: #65A69D;
  margin: 0px 40px;
}



.agenda_table_wrap {
  display: inline-block;
  width: 800px;
  margin-top: 60px;
}



.ag_th {
  float: left;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  border-radius: 24px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #D1FFC2 0%, #CDEEF7 100%);
}

.ag_th.orange_bg {
  color: #ffffff;
  background: #FBC36A;
}

.agenda_table_box {
  float: left;
  width: 100%;
  /* background-color: #F7F7F8; */
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px ;
}

.agenda {
  float: left;
  width: 100%;
}

.agenda tbody tr {
  border-left: 1px solid #65A69D;
}

.agenda tbody tr td {
  /* border-bottom: #9E9E9E 1px solid; */
}

.agenda tbody tr.noborder td {
  border-bottom: none;
}


.agenda tr td {
  font-size: 20px;
  color: #000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.agenda tr td:first-child {
  width: 180px;
  padding-left: 20px;
  font-weight: 400;
}


.agenda td span,
.agenda_topic {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #66bf97;
  font-weight: bold;
}

.agenda td span.ag_type {
  color: #4BA4B5;
}

.ag_spec {
  float: left;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #004B6E;
  font-weight: bold;
  border-radius: 16px;
  margin-bottom: 10px;
  background-color: #ADE0EB;
}


.section_guest .mid_content {
  width: 100%;
  max-width: 1285px;
}

.section_guest .sec_title.blue {
  color: #3484BD;
}

.guest_wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.guest {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 370px;
  margin: 7px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-image: url(../images/speaker_bg.png);
  background-size: cover;
  background-position: center top;
}

.guest::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 54%, rgba(0, 0, 0, 0.92) 100%);
  pointer-events: none;
}

.guest .cover {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
}

.guest .textPosition {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.guest p {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.guest .name {
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}

.guest .dash {
  color: #fff;
  font-size: 20px;
}

.guest .title {
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.guest .title span {
  font-size: 14px;
}

.award_register_notice_sec {
  padding-top: 70px;
}

.award_register_notice_sec .mid_content {
  width: 100%;
  max-width: 800px;
}

.award_register_notice_sec .sec_title.blue {
  color: #3484BD;
}

.award_register_notice_label {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  color: #FB6A6A;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.award_register_notice_list {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-position: outside;
  list-style-type: decimal;
}

.award_register_notice_list li {
  font-size: 18px;
  color: #222;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 6px;
}

.award_register_notice_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 48px;
  padding: 0 24px;
  margin-top: 32px;
  border-radius: 100px;
  background-color: #FC6749;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.award_register_notice_btn:hover {
  color: #fff;
}

.blue_txt {
  color: #004B6E !important;
}

.blue_txt2 {
  color: #4BA4B5 !important;
}



.form_wrap {
  display: inline-block;
  width: 800px;
}


#registeration {
  overflow: hidden;
}

.signup_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: center;
}

.signup .mid_content {
  width: 100%;
  max-width: 800px;
}

.signup_warning {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #FF7A7A;
}

.signup_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.radio_type{
   display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
}

.error-message {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #f00;
  padding-top: 5px;

}

.signup_item label span {
  color: #FF7A7A;
}

.signup_item label {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}

.signup_item label.radio-item {
  display: inline-flex;
  flex-direction: row;
  width: auto;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}
.radio-text{
   color: #000000 !important;
  }

.signup_item input {
  border-radius: 50px;
  border: 1px solid #9E9E9E;
  background-color: #F7F7F8;
  font-size: 18px;
  padding: 10px 20px;
}

.agree .remark {
  padding-top: 30px;
}

.agree .remark a {
  color: #004b6e;
  text-decoration: underline;
  cursor: pointer;
}

.signup .remind {
  font-family: Noto Sans TC;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #004B6E;
  margin: 30px 0;

}

.signup .agree li {
  text-align: left;
  padding: 5px 0;
}


.signup ol {
  float: left;
  width: 100%;
}


.signup ol li{
  margin-left: 20px;
}

.signup button {
  width: 128px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9E9E9E;
  color: #fff;
  border: unset;
}

.signup button:active {
  background-color:#131415;
}

.campaign-form-wrap .campaign-popup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(55, 58, 62, 0.5);
      opacity: 0;
      visibility: hidden;
      z-index: 998;
    }

    .campaign-form-wrap .campaign-popup.active {
      opacity: 1;
      visibility: visible;
    }

    .campaign-form-wrap .campaign-popup .popup-box {
      position: absolute;
      z-index: -1;
      width: 100%;
      max-width: 320px;
      padding: 24px 32px;
      background-color: #FFFFFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      row-gap: 8px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
    }

    .campaign-form-wrap .campaign-popup .popup-box.active {
      position: static;
      z-index: 1;
      opacity: 1;
      visibility: visible;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-button {
      margin-top: 16px;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-title {
      font-size: 18px;
      font-weight: 500;
      color: #131415;
      line-height: 27px;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-content {
      font-size: 15px;
      font-weight: 500;
      color: #373A3E;
      line-height: 21px;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-content a {
      display: inline-block;
      color: #373A3E;
      text-decoration: underline;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-content {
      text-align: center;
    }




.form_note_title {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #004B6E;
  margin-top: 50px;
}

.form_note {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.form_note li {
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 18px;
  color: #131415;
  text-align: left;
  margin-left: 40px;
  margin-top: 10px;
}





.question_item {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  border-bottom: #ffffff 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.question_item .q {
  float: left;
  text-align: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}


.question_item .q .mark {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}

.question_item .q span {
  font-size: 32px;
}

.question_item .a {
  display: none;
  float: left;
  text-align: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.7;
  margin-top: 15px;
}

.question_item .a span {
  font-weight: 500;
}

.faq_sec {
  background-color: #F7F7F8;
}

.faq_sec .sec_title {
  color: #3484BD;
  margin-bottom: 60px;
}

.faq_sec .question_item {
  margin-top: 0;
  padding: 28px 0 32px 0;
  border-top: 1px solid #8a8a8a;
  border-bottom: 0;
}

.faq_sec .question_item:last-child {
  border-bottom: 1px solid #8a8a8a;
}

.faq_sec .question_item .q {
  color: #1f1f1f;
  cursor: default;
  padding-right: 0;
}

.faq_sec .question_item .q .mark {
  display: none;
}

.faq_sec .question_item .a {
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  margin-top: 28px;
}

.faq_sec .question_item .a span {
  color: #1f1f1f;
}



.assessment_des {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #151515;
  line-height: 1.7;
}




.assessment_wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.assessment_info {
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  text-align: center;
  margin-top: 80px;
}

.assessment_info img {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
}


.assessment_info_txt {
  display: inline-block;
  vertical-align: middle;
  width: 360px;
  text-align: center;
  margin-left: 100px;
}

.assessment_info h2 {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  color: #004B6E;
  font-weight: bold;
  text-align: center;
}

.assessment_info p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #151515;
  text-align: left;
  margin-top: 20px;
  line-height: 1.7;
}



.assessment_item_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  height: 58px;
  border-radius: 29px;
  overflow: hidden;
  background-color: #F7F7F8;
}

.assessment_item {
  float: left;
  width: calc(100% / 3);
  height: 58px;
  text-align: center;
}


.assessment_item .assessment_btn {
  float: left;
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  color: #151515;
  cursor: pointer;
}

.assessment_item .assessment_btn:hover,
.assessment_item .assessment_btn.current {
  height: 58px;
  color: #ffffff;
  background-color: #5A9ED9;
}

.assessment_intro_sec {
  background-color: #dff7e8;
  background-image: url(../images/gradient_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.assessment_intro_sec .mid_content {
  width: 100%;
  max-width: 960px;
}

.assessment_intro_sec .sec_title.blue {
  color: #070707;
}

.assessment_intro_sec .assessment_des {
  font-size: 18px;
  color: #444;
}

.survey_intro_sec {
  background-color: #dff7e8;
  background-image: url(../images/gradient_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.survey_intro_sec .mid_content {
  width: 100%;
  max-width: 960px;
}

.survey_intro_sec .sec_title {
  color: #070707;
}

.survey_intro_sec .survey_des {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  text-align: center;
}

.survey_direction_sec .sec_title {
  color: #474747;
  margin-bottom: 60px;
}

.survey_direction_wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  text-align: left;
}

.survey_direction_card {
  flex: 1;
  min-width: 0;
}

.survey_direction_head {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 66px;
  margin-bottom: 35px;
}

.survey_direction_num {
  position: relative;
  flex: 0 0 auto;
  padding-bottom: 8px;
  font-size: 64px;
  line-height: .9;
  font-weight: bold;
  color: #406e94;
}

.survey_direction_num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 2px;
  background-color: #000000;
}

.survey_direction_card h3 {
  position: absolute;
  left: 86px;
  bottom: -40%;
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  color: #444;
  font-weight: bold;
}

.survey_direction_card p {
  margin: 0;
  padding-left: 86px;
  font-size: 18px;
  line-height: 1.65;
  color: #444;
}

.about_value_sec .survey_direction_head {
  margin-bottom: 54px;
}

.about_value_sec .survey_direction_card h3 {
  right: 0;
  bottom: -56%;
}

.survey_cta_sec {
  background-color: #fff;
}

.survey_cta_sec .sec_title {
  color: #3484BD;
  margin-bottom: 30px;
}

.survey_cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 48px;
  padding: 0 24px;
  border-radius: 100px;
  background-color: #FC6749;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.survey_cta_btn:hover {
  color: #fff;
}

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

  .survey_direction_wrap {
    flex-wrap: wrap;
    gap: 46px 36px;
  }

  .survey_direction_card {
    flex: 0 1 calc(50% - 18px);
  }

}

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

  .survey_direction_sec .sec_title {
    margin-bottom: 36px;
  }

  .survey_direction_wrap {
    display: block;
  }

  .survey_direction_card {
    width: 100%;
    margin-bottom: 42px;
  }

  .survey_direction_card:last-child {
    margin-bottom: 0;
  }

  .survey_direction_num {
    font-size: 56px;
  }

  .survey_direction_card h3 {
    left: 78px;
    font-size: 18px;
      bottom: -20%;
  }

  .survey_direction_card p {
    padding-left: 0;
    font-size: 16px;
  }

}

.assessment_method_sec .assessment_item_wrap {
  width: auto;
  height: auto;
  overflow: visible;
  border-radius: 0;
  background-color: transparent;
  font-size: 0;
}

.assessment_method_sec .assessment_item {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 0 10px;
}

.assessment_method_sec .assessment_item .assessment_btn {
  float: none;
  display: block;
  min-width: 260px;
  height: 58px;
  line-height: 58px;
  padding: 0 34px;
  border-radius: 29px;
  background-color: #F0F0F0;
  color: #9a9a9a;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.assessment_method_sec .assessment_item .assessment_btn:hover,
.assessment_method_sec .assessment_item .assessment_btn.current {
  color: #1f1f1f;
  background: linear-gradient(90deg, #DAD5F7 0%, #9BDEFE 100%);
}

.assessment_method_sec .assessment_info {
  width: 920px;
  margin-top: 90px;
}

.assessment_method_sec .assessment_info img {
  width: 260px;
  max-width: 100%;
}

.assessment_method_sec .assessment_info_txt {
  width: 430px;
  margin-left: 90px;
  text-align: left;
}

.assessment_method_sec .assessment_info h2 {
  color: #5D5D5D;
  text-align: left;
}

.assessment_method_sec .assessment_info p {
  color: #1f1f1f;
}




.award_highlight_sec {
  background-color: #dff7e8;
  background-image: url(../images/gradient_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.award_highlight_sec .mid_content {
  width: 100%;
  max-width: 1170px;
}

.award_highlight_sec .sec_title {
  color: #474747;
  margin-bottom: 44px;
}

.award_highlight_wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  width: 100%;
}

.award_highlight_card {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 40px;
  background-color: #fff;
  text-align: left;
}

.award_highlight_head {
  display: flex;
  align-items: center;
  padding: 30px;
  background: linear-gradient(90deg, #DAD5F7 0%, #9BDEFE 100%);
}

.award_highlight_card_t {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 24px;
  line-height: 1.45;
  color: #26547C;
  font-weight: bold;
}

.award_highlight_divider {
  flex: 0 0 auto;
  height: 40px;
  margin: 0 30px;
  border-left: 2px dashed rgba(38, 84, 124, .55);
}

.award_highlight_icon {
  flex: 0 0 auto;
  display: block;
  height: 50px;
  width: auto;
}

.award_highlight_des {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  font-size: 18px;
  line-height: 1.75;
  color: #272727;
}


.award_profile_sec {
  background-color: #F7F7F8;
}

.award_profile_sec .mid_content {
  width: 100%;
  max-width: 1180px;
}

.award_profile_sec .sec_title {
  margin-bottom: 36px;
}

.award_profile_total {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  border: #0A7CA4 2px solid;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 30px 20px 30px;
  margin-bottom: 52px;
  background-color: #F7F7F8;
}

.award_profile_total p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}

.award_profile_total_num {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  color: #0A7CA4;
  margin: 12px 0px 8px 0px;
}

.award_profile_grid {
  float: left;
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: start;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.award_profile_grid_top {
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
}

.award_profile_grid_bottom {
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 46px;
}

.award_profile_item {
  min-width: 0;
  text-align: center;
}

.award_profile_item h3 {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 1.35;
  font-weight: normal;
  color: #000000;
  margin-top: 18px;
}

.award_profile_chart {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  height: 320px;
  max-width: 320px;
}

.award_profile_grid_bottom .award_profile_chart {
  width: 240px;
  height: 240px;
  max-width: 100%;
}

.award_profile_chart svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.award_profile_chart path {
  opacity: 1;
  transform-origin: 100px 100px;
}

.award_profile_label,
.award_profile_donut_num {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #444444;
  pointer-events: none;
}

.award_profile_sec.award_profile_ready .award_profile_label,
.award_profile_sec.award_profile_ready .award_profile_donut_num {
  opacity: 0;
  transition: opacity .4s ease .45s;
}

.award_profile_sec.award_profile_ready.is_active .award_profile_label,
.award_profile_sec.award_profile_ready.is_active .award_profile_donut_num {
  opacity: 1;
}

.award_profile_label {
  transform: translate(-50%, -50%);
}

.award_profile_label strong,
.award_profile_donut_num strong {
  display: inline-block;
  font-size: 50px;
  line-height: .9;
  font-weight: bold;
  color: #444444;
  letter-spacing: 0px;
}

.award_profile_label strong span,
.award_profile_donut_num strong span {
  font-size: 30px;
}

.award_profile_label em {
  display: block;
  font-style: normal;
  font-size: 30px;
  line-height: 1.1;
  font-weight: normal;
  color: #444444;
  margin-top: 4px;
  white-space: nowrap;
}

.region_main {
  left: 32%;
  top: 64%;
}

.region_mid {
  left: 52%;
  top: 27%;
}

.region_south {
  left: 78%;
  top: 56%;
}

.industry_manufacture {
  left: 28%;
  top: 57%;
}

.industry_wholesale {
  left: 67%;
  top: 35%;
}

.industry_other {
  left: 69%;
  top: 65%;
}

.employee_over {
  left: 70%;
  top: 34%;
}

.employee_mid {
  left: 66%;
  top: 72%;
}

.employee_under {
  left: 30%;
  top: 54%;
}

.award_profile_employee .award_profile_label strong {
  font-size: 42px;
}

.award_profile_employee .award_profile_label strong span,
.award_profile_employee .award_profile_label em {
  font-size: 24px;
}

.award_profile_donut_num {
  width: 100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.award_profile_donut_num strong {
  font-size: 58px;
}

@media (prefers-reduced-motion: reduce) {

  .award_profile_sec.award_profile_ready .award_profile_chart path,
  .award_profile_sec.award_profile_ready.is_active .award_profile_chart path,
  .award_profile_sec.award_profile_ready .award_profile_label,
  .award_profile_sec.award_profile_ready.is_active .award_profile_label,
  .award_profile_sec.award_profile_ready .award_profile_donut_num,
  .award_profile_sec.award_profile_ready.is_active .award_profile_donut_num {
    opacity: 1;
    transition: none;
  }

}


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

  .award_profile_grid_top {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .award_profile_grid_bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 24px;
  }

}



.award_company_wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.award_list_search_sec .sec_title {
  color: #5D5D5D;
}

.award_search {
  display: inline-block;
  position: relative;
  width: 630px;
  height: 48px;
  border-radius: 24px;
  border: #9E9E9E 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

.award_search .iconEnter {
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url('../images/right-arrow.png');
  background-repeat: no-repeat;
  background-size: 19px 16px;
  right: 20px;
  top: 16px;
  cursor: pointer;
  z-index: 1;
}

.award_search input {
  float: left;
  width: 570px;
  height: 46px;
  border: none;
  background: none;
  font-size: 16px;
  position: relative;
  z-index: 0;
}

.award_tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 630px;
  margin-top: 30px;
  text-align: center;
  
}



.award_tags .tage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29%;
  height: 82px;
  line-height: 40px;
  color: #004B6E;
  border: #135C8D 1px solid;
  margin: 10px;
  border-radius: 23px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}



.award_tags .tage.current,
.award_tags .tage:hover {
  color: #ffffff;
  background: linear-gradient(103.02deg, #4BA4B5 15.77%, #135C8D 99.78%);
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.award_wall_wrap {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 20px;
  background-color: #F7F7F8;
}


.award_wall_wrap h3 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #004B6E;
  font-weight: bold;
}



.award_wall {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.company {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  width: 23%;
  height: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin: 5px;
  font-size: 14px;
  color: #004B6E;
  border-radius: 8px;
  background-color: #ffffff;
  flex-direction: column;
}

.company span {
  display: inline-block;
  width: 100%;
  color: rgb(173, 30, 30);
  text-align: center;
}



#FOOTER {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 50px 20px;
  background-color: #5A9ED9;
}



.copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

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


  .page-wrap {
    float: left;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(0.8);
  }

  .chart_line1 {
    position: absolute;
    width: 100px;
    right: -100px;
    top: 50%;
  }

  .chart_line2 {
    position: absolute;
    width: 120px;
    left: -120px;
    top: 50%;
  }

  .chart_line3 {
    position: absolute;
    width: 120px;
    left: -120px;
    top: 50%;
  }


  .history_line_wrap {
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 1308px;
    position: relative;
    margin-top: 50px;
  }

  .history_left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%) rotate(180deg);
  }

  .history_right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%);
  }

}


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




  .mid_content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }


  .milestone_des {
    font-size: 30px;
    color: #ffffff;
  }

  .milestone_wrap {
    float: none;
    display: inline-block;
    width: 720px;
    text-align: center;

  }

  .milestone_item {
    float: left;
    width: 240px;
    height: 240px;
    border-radius: 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #ffffff 1px solid;
    position: relative;
    cursor: pointer;
  }

  .milestone_item span.big {
    font-size: 60px;
    font-weight: bold;
    background: #92EBF3;
    background: linear-gradient(to top, #92EBF3 0%, #E3F5F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  .milestone_item .short {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    font-size: 20px;
    color: #ffffff;
    opacity: 1;
  }



  .milestone_item .intro {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 170px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #5a4848;
    text-align: left;
    top: 0px;
    left: 0px;
    opacity: 0;
  }


  .history_article_wrap {
    display: inline-block;
    vertical-align: top;
    width: 470px;
    margin-left: 0px;
    margin-top: 40px;
  }



  .article_clr_wrap .article_clr_item {
    display: inline-block;
    width: 96%;
    background-color: #ffffff;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 80px 20px 20px;
    position: relative;
  }

}

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

  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 25px;
    right: 10px;
    z-index: 4;
  }


  #NAV {
    display: inline-block;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0px 0px 0px 0px;
    background-color: #5A9ED9;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }


  #NAV.reveal {
    top: 0%
  }


  nav {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #5A9ED9;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-top: 0px;
    margin-top: 50px;
  }

  nav .btn {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 30px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border-left: none;
  }

  nav .btn:hover,
  nav .btn.current {
    color: #FFDCDC;
  }

  nav .btn:first-child {
    border-left: none;
  }



  nav .history_btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 30px;
    text-align: center;
    font-size: 16px;
    border-left: none;
    color: #ffffff;
    position: relative;
  }

  .history_btn:hover {
    color: #FFDCDC;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }



  .history {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    left: 0px;
    top: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
  }



  .history a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0px 8px 0px;
    background-color: #5A9ED9;
    border-bottom: #ffffff 1px solid;
  }

  .history a:last-child {
    border-radius: 0px 0px 0px 0px;
    border-bottom: none;
  }

  .history a:hover {
    color: #FFDCDC;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }





}



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



  .annual_theme_sec {
    background-size: cover;
  }

  .annual_theme_content {
    flex-direction: column;
    gap: 40px;
  }

  .annual_theme_card {
    flex: none;
    width: 100%;
    max-width: 500px;
    padding: 90px 40px;
    text-align: center;
  }

  .annual_theme_text {
    width: 100%;
    max-width: 760px;
  }

  .heightLight_flex {
    gap: 40px;
  }






  .assessment_info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }




  .assessment_info_txt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-top: 30px;
  }







  .assessment_info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }


  .assessment_item .assessment_btn {
    float: left;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #151515;
    cursor: pointer;
  }

  .assessment_item_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 58px;
    border-radius: 29px;
    overflow: hidden;
    background-color: #F7F7F8;
  }

  .assessment_method_sec .assessment_item_wrap {
    width: 100%;
    height: auto;
    overflow: visible;
    background-color: transparent;
  }

  .assessment_method_sec .assessment_item {
    display: inline-block;
    width: auto;
    margin: 6px;
  }

  .assessment_method_sec .assessment_item .assessment_btn {
    min-width: 230px;
  }

  .assessment_method_sec .assessment_info {
    width: 100%;
  }

  .assessment_method_sec .assessment_info_txt {
    width: 100%;
    max-width: 560px;
    margin-left: 0;
    text-align: center;
  }

  .assessment_method_sec .assessment_info h2 {
    text-align: center;
  }





  .award_search {
    display: inline-block;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    border: #9E9E9E 1px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
  }

  .award_search input {
    float: left;
    width: 90%;
    height: 46px;
    border: none;
    background: none;
    font-size: 16px;
  }

  .award_tags {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }



  .award_tags .tage {
    display: inline-block;
    width: 44%;
    height: 46px;
    line-height: 44px;
    color: #004B6E;
    border: #135C8D 1px solid;
    margin: 5px;
    border-radius: 23px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }




  .award_wall_wrap {
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px;
    background-color: #F7F7F8;
  }


  .award_wall_wrap h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #004B6E;
    font-weight: bold;
  }



  .award_wall {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .company {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    width: 46%;
    height: 150px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin: 2px;
    font-size: 14px;
    color: #004B6E;
    border-radius: 8px;
    background-color: #ffffff;
  }



  .form_wrap {
    display: inline-block;
    width: 100%;
  }

  .event_wrap {
    display: inline-block;
    width: 100%;
  }

  .event_wrap .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
  }

  .event_detail {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .event_item {
    width: 100%;
  }

  .event_detail .event_title,
  .event_detail .event_des {
    text-align: center;
  }

  .event_sep {
    width: 100%;
    max-width: 260px;
    height: 1px;
    margin: 0px;
  }



  .agenda_table_wrap {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
  }




  .agenda_table_box {
    float: left;
    width: 100%;
    background-color: transparent;
    border-radius: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }


  .agenda tr td:first-child {
    width: 100px;
    padding-left: 14px;
  }






  .history_line_wrap {
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 1308px;
    position: relative;
    margin-top: 50px;
    padding: 0 54px;
  }

  .history_item {
    padding: 32px 24px;
  }







  .page-wrap {
    float: none;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(1);
  }

  .gauge-wrapper {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
  }

  .gauge2,
  .gauge1,
  .gauge3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
  }

  .gauge1 {
    z-index: 1;
  }



  .box-wrap {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .box_bg1 {
    transition: 0s all;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    z-index: 0;
    position: absolute;
    width: 300px;
    height: 300px;
    border: 40px solid #0d2c46;
    border-radius: 50%;
    clip: rect(0, 680px, 350px, 0px);
    -webkit-transform: rotate(360deg);
  }

  .box {
    transition: 4s all;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    z-index: 1;
    position: absolute;
    width: 300px;
    height: 300px;
    border: 40px solid #ccfff4;
    border-radius: 50%;
    clip: rect(0, 680px, 200px, 0px);
    -webkit-transform: rotate(-180deg);
  }




  .gauge2 {
    top: 50px;
    left: 50px;
    z-index: 2;
  }

  .gauge2 .box {
    border: 40px solid #d6ff73;
    width: 200px;
    height: 200px;
    clip: rect(0, 480px, 100px, 0px);
  }

  .gauge2 .box-wrap {
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .box_bg2 {
    transition: 0s all;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    z-index: 0;
    position: absolute;
    width: 200px;
    height: 200px;
    border: 40px solid #0d3f46;
    border-radius: 50%;
    clip: rect(0, 480px, 200px, 0px);
    -webkit-transform: rotate(360deg);
  }


  .gauge3 {
    top: 100px;
    left: 100px;
    z-index: 3;
  }

  .gauge3 .box {
    border: 40px solid #f3e916;
    width: 100px;
    height: 100px;
    clip: rect(0, 280px, 100px, 0px);
  }

  .gauge3 .box-wrap {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .box_bg3 {
    transition: 0s all;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    z-index: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    border: 40px solid #0d4639;
    border-radius: 50%;
    clip: rect(0, 280px, 200px, 0px);
    -webkit-transform: rotate(360deg);
  }

  .info_box {
    width: 120px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: #ffffff 1px solid;
    border-radius: 10px;
  }

  .info_box .info_short {
    position: absolute;
    width: 120px;
    height: 80px;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    z-index: 0;
    top: 20px;
    left: 0px;
    opacity: 1;
  }

  .info_box .info_short span {
    display: inline-block;
    font-size: 20px;
  }


  .info_box .info_txt {
    position: absolute;
    width: 120px;
    height: 80px;
    top: 0px;
    left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    font-size: 12px;
    color: #0d2c46;
    z-index: 1;
    opacity: 0;
  }

  .info_box:hover {
    background-color: #ffffff;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }

  .info_box:hover .info_short {
    opacity: 0;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }

  .info_box:hover .info_txt {
    opacity: 1;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }

  .po1 {
    top: -40px;
    left: 50%;
    margin-left: -240px;
  }

  .po2 {
    right: 50%;
    margin-right: -180px;
    top: -90px;
  }

  .po3 {
    top: -50px;
    right: 50%;
    margin-right: -180px;
  }

  .chart_line1 {
    position: absolute;
    width: 100px;
    right: -100px;
    top: 50%;
  }

  .chart_line2 {
    position: absolute;
    width: 120px;
    left: -120px;
    top: 50%;
  }

  .chart_line3 {
    position: absolute;
    width: 120px;
    left: -120px;
    top: 50%;
  }





  .history_video_wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }



  .history_article_wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
  }



  .history_article_item .cover {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
  }

  .history_article_item .des {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    border-bottom: #ffffff 1px solid;
    position: relative;
    font-size: 16px;
    color: #fffefe;
    line-height: 1.4;
    cursor: pointer;
  }

  .history_article_item .des h2 {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #d4ffff;
  }






  .report_news_info {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: left;
  }

  .report_news_info h2 {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #1c3b3b;
    font-weight: bold;
  }

  .report_news_info p {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
  }

  .report_news_info_spec {
    display: none;
    vertical-align: middle;
    width: 1px;
    margin-left: 30px;
    margin-right: 30px;
    height: 70px;
    background-color: #f6f2ae;
  }

  .report_news_info_cover {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
  }



  .report_news_item_des {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 20px;
    color: #5b5b5b;
    min-height: 200px;
  }



  .album_wrap {
    display: inline-block;
    width: 100%;
  }






}




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



  .link {
    position: fixed;
    z-index: 10;
    width: 54px;
    bottom: 150px;
    right: 0px;
  }

  .link2 {
    position: fixed;
    z-index: 10;
    width: 54px;
    bottom: 40px;
    right: 0px;
  }



  .award_highlight_wrap {
    flex-wrap: wrap;
    gap: 24px;
  }

  .award_highlight_card {
    flex: 0 1 calc(50% - 12px);
  }

  .award_profile_total {
    margin-bottom: 44px;
  }

  .award_profile_chart {
    height: 300px;
    max-width: 300px;
  }

  .award_profile_grid_bottom .award_profile_chart {
    width: 220px;
    height: 220px;
  }






  .milestone_wrap {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;

  }

  .milestone_item {
    float: none;
    display: inline-block;
    width: 280px;
    height: 280px;
    border-radius: 140px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #ffffff 1px solid;
    position: relative;
    cursor: pointer;
  }

  .milestone_item span.big {
    font-size: 70px;
    font-weight: bold;
    background: #92EBF3;
    background: linear-gradient(to top, #92EBF3 0%, #E3F5F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .stratage_wrap_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    cursor: pointer;
    margin: 10px 0px;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
  }



}


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


  .sec_title {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  .annual_theme_card {
    padding: 70px 24px;
    font-size: 18px;
  }

  .annual_theme_text {
    font-size: 16px;
    line-height: 1.7;
  }

  .annual_theme_text p {
    margin-bottom: 24px;
  }

  .award_register_notice_sec {
    padding-top: 60px;
  }

  .award_register_notice_label {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .award_register_notice_list {
    padding-left: 20px;
  }

  .award_register_notice_list li {
    font-size: 16px;
    line-height: 1.75;
  }

  .award_register_notice_btn {
    font-size: 20px;
  }

  .award_highlight_wrap {
    display: block;
  }

  .award_highlight_card {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
  }

  .award_highlight_card:last-child {
    margin-bottom: 0;
  }

  .award_highlight_head {
    padding: 24px;
  }

  .award_highlight_card_t {
    font-size: 22px;
  }

  .award_highlight_divider {
    margin: 0 20px;
  }

  .award_highlight_des {
    padding: 24px;
    font-size: 16px;
  }

  .award_profile_sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .award_profile_total {
    width: 100%;
    padding: 20px 24px 18px 24px;
    margin-bottom: 38px;
  }

  .award_profile_total_num {
    font-size: 52px;
  }

  .award_profile_grid_bottom {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .award_profile_label strong,
  .award_profile_donut_num strong {
    font-size: 44px;
  }

  .award_profile_label strong span,
  .award_profile_donut_num strong span {
    font-size: 26px;
  }

  .award_profile_label em {
    font-size: 26px;
  }

  .award_profile_item h3 {
    font-size: 20px;
  }

  .heightLight_flex {
    gap: 28px;
  }

  .heightLight_flex .card {
    width: 280px;
    height: 280px;
    padding: 48px 36px 38px 36px;
  }

  .heightLight_flex .card .highlight_arc {
    inset: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
  }

  .heightLight_flex .card img {
    height: 58px;
    margin-bottom: 16px;
  }

  .heightLight_flex .card .card_t {
    font-size: 22px;
  }

  .heightLight_flex .card .card_des {
    font-size: 14px;
    line-height: 1.65;
    margin-top: 16px;
  }


  .assessment_item .assessment_btn {
    float: left;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 12px;
    color: #151515;
    cursor: pointer;
  }

  .assessment_method_sec .assessment_item {
    display: inline-block;
    width: auto;
    margin: 5px;
  }

  .assessment_method_sec .assessment_item .assessment_btn {
    min-width: 210px;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    font-size: 16px;
  }

  .assessment_method_sec .assessment_info {
    margin-top: 60px;
  }

  .assessment_method_sec .assessment_info img {
    width: 220px;
  }

  .assessment_method_sec .assessment_info p {
    font-size: 16px;
  }


  .ceremony_des {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
  }



  .mb_hide {
    display: none;
  }

  .ceremony_f {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin: 10px 0px 10px 0px;
  }

  .ceremony_f .num {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    background: #2796C3;
    background: linear-gradient(to top, #4BA4B5 0%, #135C8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }






  .guest {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin: 20px 0px 20px 0px;
    text-align: center;
  }


  .history_line_wrap {
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 1308px;
    position: relative;
    margin-top: 50px;
    padding: 0 42px;
  }

  .history_item {
    padding: 28px 20px;
  }

  .history_left {
    left: 0;
    width: 38px;
  }

  .history_right {
    right: 0;
    width: 38px;
  }

  .age_head img {
    height: 58px;
  }

  .age_head .age_txt {
    font-size: 24px;
  }



  .interview_intro {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }


  .interview_intro .interview_title {
    float: left;
    color: #d4ffff;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }

  .interview_cover {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-left: 0px;
    margin-top: 20px;
  }

  .interview_cover p {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 28px;
    color: #ffffff;
    text-align: left;
  }

  .article_clr_wrap .article_clr_item {
    display: inline-block;
    width: 96%;
    background-color: #ffffff;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 50px 20px 20px;
    position: relative;
  }

  .clr_close {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 15px;
    width: 20px;
    cursor: pointer;
  }


  .article_scroll_content {
    float: left;
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
    text-align: left;
  }


  .article_h2 {
    font-size: 24px;
    font-weight: bold;
    color: #33332f;
    line-height: 1.4;
  }

  .article_date {
    font-size: 16px;
    color: #777770;
    margin-top: 5px;
  }

  .article_txt {
    font-size: 16px;
    color: #33332f;
    line-height: 1.4;
    margin-top: 10px;
  }

  .page-wrap {
    float: none;
    display: inline-block;
    width: 400px;
    margin-left: -20px;
    margin-top: 100px;
    padding-bottom: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(1);
  }

  .info_box {
    width: 120px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: #0075a9 1px solid;
    border-radius: 10px;
    background-color: #0075a9;
  }


  .po1 {
    top: -80px;
    left: 50%;
    margin-left: -180px;
  }

  .po2 {
    right: 50%;
    margin-right: -100px;
    top: -90px;
  }

  .po3 {
    top: -50px;
    right: 50%;
    margin-right: -70px;
  }

  .chart_line1 {
    position: absolute;
    width: 100px;
    right: -100px;
    top: 50%;
    display: none;
  }

  .chart_line2 {
    position: absolute;
    display: none;
    width: 120px;
    left: -120px;
    top: 50%;
  }

  .chart_line3 {
    position: absolute;
    display: none;
    width: 120px;
    left: -120px;
    top: 50%;
  }



  .report_news_hl {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
  }


  .report_news_info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
  }

  .report_news_info h2 {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #1c3b3b;
    font-weight: bold;
  }

  .report_news_info p {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
  }

  .report_news_info_spec {
    display: none;
    vertical-align: middle;
    width: 1px;
    margin-left: 30px;
    margin-right: 30px;
    height: 70px;
    background-color: #f6f2ae;
  }

  .report_news_info_cover {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
  }


  .report_news_list {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .report_news_item {
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    margin: 10px 0px 10px 0px;
  }


  .report_news_item .cover {
    float: left;
    width: 100%;
  }

  .report_news_item_des {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 20px;
    color: #5b5b5b;
    min-height: 120px;
    height: auto;
  }

  .report_news_item a {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 20px;
    color: #000000;
    background-image: url('../images/plus_001.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    border-top: #000 1px solid;
  }

  .report_news_item a:hover {
    opacity: .7;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }


  .album_wrap .album_thumb img {
    float: left;
    width: 20%;
    cursor: pointer;
  }

}
