@font-face {
  font-family: open Sans;
  src: url(../font/OpenSans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "open Sans-Bold";
  src: url(../font/OpenSans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "open Sans-semiBold";
  src: url(../font/OpenSans/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: Noto Sans;
  src: url(../font/NotoSansTC-Regular.otf);
}
@font-face {
  font-family: "Noto Sans-Medium";
  src: url(../font/NotoSansTC-Medium.otf);
}
@font-face {
  font-family: "Noto Sans-Bold";
  src: url(../font/NotoSansTC-Bold.otf);
}
a {
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 0px;
  height: 0px;
}

::-webkit-scrollbar-track-piece {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #b7b7b7;
}

::-webkit-scrollbar-track {
  box-shadow: transparent;
}

html,
body {
  font-size: 16px;
  font-family: Noto Sans;
  overflow-x: hidden;
  box-sizing: border-box;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  cursor: pointer;
}

#wraper {
  max-width: 1920px;
  height: 1080px;
  background: #efefef;
  position: relative;
  font-family: Noto Sans;
  width: 1920px;
}
#wraper.rwd {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  #wraper.rwd {
    height: auto;
  }
}
#wraper #header {
  width: 1920px;
  height: 120px;
  background-color: #3e7990;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wraper #header .logo {
  width: 210px;
  height: 60px;
}
#wraper #header .logo img {
  width: 100%;
  height: auto;
}
#wraper #header .title_h {
  font-size: 76px;
  font-family: "Noto Sans-Bold";
  color: #fff;
  letter-spacing: 7.6px;
  display: flex;
}
#wraper #header .title_h span.color {
  display: inline-block;
  margin: 10px 30px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 100px;
  background: #d88d16 0% 0% no-repeat padding-box;
  border: 2px solid #ffd86f;
  border-radius: 8px;
  white-space: nowrap;
}
#wraper #header .title_h span.color.blue {
  background: #2b7bba 0% 0% no-repeat padding-box;
  border: 2px solid #48afff;
}
#wraper #header .title_h span.color.purple {
  background: #ad5bbb 0% 0% no-repeat padding-box;
  border: 2px solid #ef8dff;
}
#wraper #header .date_today {
  font-size: 36px;
  color: #fff;
  letter-spacing: 1.8px;
  line-height: 1.58;
}
#wraper #header .date_today > div {
  display: block;
  text-align: right;
}
#wraper #main_1 {
  width: 100%;
  background-color: #e8e8e8;
  height: 960px;
  padding: 0 40px;
}
#wraper #main_1 .list_style1 .title_line {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 44px;
  letter-spacing: 2.2px;
  color: #5d5d5d;
}
#wraper #main_1 .list_style1 .title_line > div {
  text-align: center;
}
#wraper #main_1 .list_style1 .title_line > div:first-child {
  width: 50%;
}
#wraper #main_1 .list_style1 .title_line > div:nth-child(2) {
  width: 14.7%;
}
#wraper #main_1 .list_style1 .title_line > div:nth-child(3) {
  width: 22.2%;
}
#wraper #main_1 .list_style1 .title_line > div:nth-child(4) {
  width: calc(13.1% - 10px);
  margin-left: 10px;
}
#wraper #main_1 .list_style1 .list_box > div.list {
  display: flex;
  margin-bottom: 10px;
}
#wraper #main_1 .list_style1 .list_box > div.list > div.w {
  width: 1620px;
  background-color: #fff;
  height: 130px;
  padding: 22px 0;
  border: 1px solid rgba(123, 147, 157, 0.6039215686);
  border-radius: 15px 0px 0px 15px;
  display: flex;
}
#wraper #main_1 .list_style1 .list_box > div.list > div.w > div {
  font-size: 60px;
  letter-spacing: 3px;
  font-family: "Noto Sans-Medium";
  color: #2e5367;
  line-height: 1.36;
}
#wraper #main_1 .list_style1 .list_box > div.list > div.w > div:first-child {
  width: 922px;
  text-align: left;
  padding-left: 70px;
}
#wraper #main_1 .list_style1 .list_box > div.list > div.w > div:nth-child(2) {
  width: 272px;
  text-align: center;
  position: relative;
}
#wraper #main_1 .list_style1 .list_box > div.list > div.w > div:nth-child(2):after, #wraper #main_1 .list_style1 .list_box > div.list > div.w > div:nth-child(2):before {
  width: 1px;
  height: 86px;
  content: "";
  background-color: #b6c2c9;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#wraper #main_1 .list_style1 .list_box > div.list > div.w > div:nth-child(2):after {
  left: 0;
}
#wraper #main_1 .list_style1 .list_box > div.list > div.w > div:nth-child(2):before {
  right: 0;
}
#wraper #main_1 .list_style1 .list_box > div.list > div.w > div:nth-child(3) {
  width: 427px;
  text-align: center;
}
#wraper #main_1 .list_style1 .list_box > div.list .state {
  width: 210px;
  height: 130px;
  margin-left: 10px;
  font: normal normal normal 60px/89px Noto Sans CJK TC;
  letter-spacing: 3px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wraper #main_1 .list_style1 .list_box > div.list .state.full {
  background: #ef7dba 0% 0% no-repeat padding-box;
  border: 1px solid #de4d9b;
  border-radius: 0px 15px 15px 0px;
}
#wraper #main_1 .list_style1 .list_box > div.list .state.rest {
  background: #54b997 0% 0% no-repeat padding-box;
  border: 1px solid #409f7d;
  border-radius: 0px 15px 15px 0px;
}
#wraper #main_1 .list_style1 .list_box > div.list:last-child {
  margin-bottom: 0px;
}
#wraper #main_1 .list_style1 .pageline {
  height: 52px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wraper #main_1 .list_style1 .pageline a {
  color: #2e5367;
  font-size: 36px;
  letter-spacing: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
#wraper #main_1 .list_style1 .pageline a:not(:first-child) {
  position: relative;
}
#wraper #main_1 .list_style1 .pageline a:not(:first-child):after {
  width: 1px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  background-color: #2e5367;
}
#wraper #main_1.main_2 {
  padding: 0;
}
#wraper #main_1.main_2 .list_style1 {
  padding: 0 10px 0 35px;
  display: flex;
}
#wraper #main_1.main_2 .list_style1 .leftpart {
  width: 910px;
}
#wraper #main_1.main_2 .list_style1 .leftpart .list_box > div.list {
  margin-bottom: 5px;
}
#wraper #main_1.main_2 .list_style1 .leftpart .list_box > div.list > div.w {
  width: 765px;
}
#wraper #main_1.main_2 .list_style1 .leftpart .list_box > div.list > div.w > div {
  font-size: 46px;
  letter-spacing: 2.3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wraper #main_1.main_2 .list_style1 .leftpart .list_box > div.list > div.w > div:first-child {
  padding-left: 30px;
  justify-content: flex-start;
}
#wraper #main_1.main_2 .list_style1 .leftpart .list_box > div.list > div.state {
  font-size: 46px;
  letter-spacing: 2.3px;
  width: 140px;
  height: 130px;
  margin-left: 5px;
}
#wraper #main_1.main_2 .list_style1 .leftpart .title_line > div {
  text-align: center;
}
#wraper #main_1.main_2 .list_style1 .leftpart .title_line > div:first-child {
  width: 47.9%;
}
#wraper #main_1.main_2 .list_style1 .leftpart .title_line > div:nth-child(2) {
  width: 14.7%;
}
#wraper #main_1.main_2 .list_style1 .leftpart .title_line > div:nth-child(3) {
  width: 21.4%;
}
#wraper #main_1.main_2 .list_style1 .leftpart .title_line > div:nth-child(4) {
  width: calc(16% - 5px);
  margin-left: 5px;
}
#wraper #main_1.main_2 .list_style1 .leftpart .pageline {
  margin-top: 11px;
}
#wraper #main_1.main_2 .list_style1 .rightpart {
  width: 945px;
  margin-top: 70px;
  margin-left: 20px;
}
#wraper #main_1.main_2 .list_style1 .rightpart .videopart {
  width: 945px;
  height: 770px;
  background-color: #505050;
  margin-bottom: 15px;
  background-image: url(../images/via_logo.svg);
  background-repeat: no-repeat;
  background-size: 130px 55px;
  background-position: center center;
  display: block;
}
#wraper #main_1.main_2 .list_style1 .rightpart .mg {
  width: 945px;
  height: 90px;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
#wraper #main_1.main_3 {
  padding: 0;
}
#wraper #main_1.main_3 .topbell {
  width: 100%;
  height: 50px;
  background-color: #6893a3;
}
#wraper #main_1.main_3 .topbell .infolist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
}
#wraper #main_1.main_3 .topbell .infolist > div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  text-align: center;
  width: 50%;
  height: 35px;
  font-size: 30px;
  letter-spacing: 1.5px;
}
#wraper #main_1.main_3 .topbell .infolist > div:first-child {
  border-right: solid 1px #fcfcfc;
}
#wraper #main_1.main_3 .topbell .infolist > div > div:first-child {
  width: 29.6%;
}
#wraper #main_1.main_3 .topbell .infolist > div > div:nth-child(2) {
  width: 20%;
}
#wraper #main_1.main_3 .topbell .infolist > div > div:nth-child(3) {
  width: 28.9%;
}
#wraper #main_1.main_3 .topbell .infolist > div > div:last-child {
  width: 21.5%;
}
#wraper #main_1.main_3 .mdplace {
  display: flex;
}
#wraper #main_1.main_3 .mdplace > div.one {
  width: 50%;
  padding: 10px 15px 0px 11px;
  overflow: hidden;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list {
  display: flex;
  margin-bottom: 10px;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .w {
  width: 744px;
  height: 114px;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(123, 147, 157, 0.4039215686);
  border-radius: 15px 0px 0px 15px;
  display: flex;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .w > div {
  color: #2e5367;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .w > div:first-child {
  width: 36.8%;
  font-size: 40px;
  letter-spacing: 2px;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .w > div:nth-child(2) {
  width: 25.8%;
  font-size: 36px;
  letter-spacing: 1.8px;
  position: relative;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .w > div:nth-child(2):after, #wraper #main_1.main_3 .mdplace > div.one .listbox .list .w > div:nth-child(2):before {
  content: "";
  height: 60px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b6c2c9;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .w > div:nth-child(2):after {
  left: 0;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .w > div:nth-child(2):before {
  right: 0;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .w > div:nth-child(3) {
  width: 37.4%;
  font-size: 36px;
  letter-spacing: 1.8px;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .state {
  width: 190px;
  height: 114px;
  border-radius: 0px 15px 15px 0px;
  font-size: 32px;
  color: #fff;
  letter-spacing: 1.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .state.style1 {
  background: #e8b358 0% 0% no-repeat padding-box;
  border: 1px solid #dd9c35;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .state.style2 {
  background: #54b997 0% 0% no-repeat padding-box;
  border: 1px solid #409f7d;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .state.style3 {
  background: #569dd0 0% 0% no-repeat padding-box;
  border: 1px solid #3293d9;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .state.style4 {
  background: #c9c9c9 0% 0% no-repeat padding-box;
  border: 1px solid #afbec4;
}
#wraper #main_1.main_3 .mdplace > div.one .listbox .list .state.style5 {
  background: #ef7dba 0% 0% no-repeat padding-box;
  border: 1px solid #de4d9b;
}
#wraper #main_1.main_3 .mdplace .videopart {
  width: 945px;
  height: 740px;
  background-color: #505050;
  margin-bottom: 15px;
  background-image: url(../images/via_logo.svg);
  background-repeat: no-repeat;
  background-size: 130px 55px;
  background-position: center center;
  display: block;
  margin-top: 10px;
}
#wraper #main_1.main_3 .mg {
  width: 1900px;
  height: 90px;
  /* UI Properties */
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}
#wraper #main_1.main_3 .pageline {
  height: 36px;
  margin-top: 4px;
  margin-bottom: 13px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
#wraper #main_1.main_3 .pageline a {
  color: #2e5367;
  font-size: 26px;
  letter-spacing: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  line-height: 1;
}
#wraper #main_1.main_3 .pageline a:not(:first-child) {
  position: relative;
}
#wraper #main_1.main_3 .pageline a:not(:first-child):after {
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  background-color: #2e5367;
}
#wraper .list_style3 {
  display: flex;
}
#wraper .list_style3 .leftpart {
  width: 1100px;
  height: 1080px;
  background-color: #ddd;
}
#wraper .list_style3 .leftpart .topline {
  width: 100%;
  height: 100px;
  padding: 19px 40px;
  display: flex;
  justify-content: space-between;
}
#wraper .list_style3 .leftpart .topline > .logo {
  width: 205px;
  height: 58px;
}
#wraper .list_style3 .leftpart .topline > .logo img {
  width: 100%;
  height: auto;
}
#wraper .list_style3 .leftpart .topline > .dateline {
  font-size: 46px;
  letter-spacing: 6.9px;
  color: #5d5d5d;
  display: flex;
  font-family: open Sans;
  font-weight: 600;
}
#wraper .list_style3 .leftpart .topline > .dateline > div:last-child {
  margin-left: 40px;
}
#wraper .list_style3 .leftpart .middle {
  width: 1100px;
  height: 760px;
  background: #3e7990;
}
#wraper .list_style3 .leftpart .middle .titlepart {
  padding: 0 15px;
  height: 74px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#wraper .list_style3 .leftpart .middle .titlepart .title_h {
  font-family: "Noto Sans-Medium";
  font-size: 50px;
  letter-spacing: 5px;
  color: #fff;
  display: flex;
}
#wraper .list_style3 .leftpart .middle .titlepart .title_h span.color {
  display: inline-block;
  margin: 2px 20px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 70px;
  background: #d88d16 0% 0% no-repeat padding-box;
  border: 2px solid #ffd86f;
  border-radius: 8px;
  white-space: nowrap;
}
#wraper .list_style3 .leftpart .middle .titlepart .title_h span.color.blue {
  background: #2b7bba 0% 0% no-repeat padding-box;
  border: 2px solid #48afff;
}
#wraper .list_style3 .leftpart .middle .titlepart .title_h span.color.purpl {
  background: #ad5bbb 0% 0% no-repeat padding-box;
  border: 2px solid #ef8dff;
}
#wraper .list_style3 .leftpart .middle .listbox {
  width: 1070px;
  height: 670px;
  background: #efefef 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin: 0 15px;
  padding-left: 15px;
  padding-right: 15px;
}
#wraper .list_style3 .leftpart .middle .listbox .title_line {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #27657c;
}
#wraper .list_style3 .leftpart .middle .listbox .title_line > div {
  text-align: center;
}
#wraper .list_style3 .leftpart .middle .listbox .title_line > div:first-child {
  width: 56.25%;
}
#wraper .list_style3 .leftpart .middle .listbox .title_line > div:nth-child(2) {
  width: 12.6%;
}
#wraper .list_style3 .leftpart .middle .listbox .title_line > div:nth-child(3) {
  width: 19%;
}
#wraper .list_style3 .leftpart .middle .listbox .title_line > div:nth-child(4) {
  width: calc(12.15% - 5px);
  margin-left: 5px;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list {
  display: flex;
  margin-bottom: 3px;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list > div.w {
  width: 915px;
  background-color: #fff;
  height: 96px;
  padding: 20px 0;
  border: 1px solid rgba(123, 147, 157, 0.6039215686);
  border-radius: 8px 0px 0px 8px;
  display: flex;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list > div.w > div {
  font-size: 44px;
  letter-spacing: 2.2px;
  color: #2e5367;
  line-height: 1.12;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list > div.w > div:first-child {
  width: 585px;
  text-align: left;
  padding-left: 20px;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list > div.w > div:nth-child(2) {
  width: 132px;
  text-align: center;
  position: relative;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list > div.w > div:nth-child(2):after, #wraper .list_style3 .leftpart .middle .listbox .list_box > div.list > div.w > div:nth-child(2):before {
  width: 1px;
  height: 41px;
  content: "";
  background-color: #b6c2c9;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list > div.w > div:nth-child(2):after {
  left: 0;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list > div.w > div:nth-child(2):before {
  right: 0;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list > div.w > div:nth-child(3) {
  width: 198px;
  text-align: center;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list .state {
  width: 120px;
  height: 96px;
  margin-left: 5px;
  font-size: 44px;
  letter-spacing: 2.2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list .state.full {
  background: #ef7dba 0% 0% no-repeat padding-box;
  border: 1px solid #de4d9b;
  border-radius: 0px 8px 8px 0px;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list .state.rest {
  background: #54b997 0% 0% no-repeat padding-box;
  border: 1px solid #409f7d;
  border-radius: 0px 8px 8px 0px;
}
#wraper .list_style3 .leftpart .middle .listbox .list_box > div.list:last-child {
  margin-bottom: 0px;
}
#wraper .list_style3 .leftpart .middle .listbox .pageline {
  height: 26px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
#wraper .list_style3 .leftpart .middle .listbox .pageline a {
  color: #2e5367;
  font-size: 26px;
  letter-spacing: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  line-height: 1;
}
#wraper .list_style3 .leftpart .middle .listbox .pageline a:not(:first-child) {
  position: relative;
}
#wraper .list_style3 .leftpart .middle .listbox .pageline a:not(:first-child):after {
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  background-color: #2e5367;
}
#wraper .list_style3 .leftpart .bottompart {
  width: 100%;
  height: 220px;
  padding: 25px 18px;
  display: flex;
  justify-content: space-around;
}
#wraper .list_style3 .leftpart .bottompart > span.text {
  font-size: 70px;
  color: #5d5d5d;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: min-content;
  white-space: nowrap;
}
#wraper .list_style3 .leftpart .bottompart > span.text span.en {
  font-size: 30px;
  text-align: center;
}
#wraper .list_style3 .leftpart .bottompart div.nn {
  height: 170px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 7.5px;
  color: #de4d4d;
  background-color: #fff;
  font-family: "open Sans-Bold";
}
#wraper .list_style3 .leftpart .bottompart div.nn.number1 {
  width: 400px;
}
#wraper .list_style3 .leftpart .bottompart div.nn.number2 {
  width: 180px;
}
#wraper .list_style3 .rightpart {
  width: 820px;
  height: 1080px;
  background-color: #efefef;
}
#wraper .list_style3 .rightpart .box {
  margin-left: 5px;
  margin-right: 15px;
  width: 800px;
}
#wraper .list_style3 .rightpart .box .titleline {
  width: 100%;
  height: 73px;
  margin-top: 18px;
  margin-bottom: 9px;
  display: flex;
}
#wraper .list_style3 .rightpart .box .titleline > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
}
#wraper .list_style3 .rightpart .box .titleline > div > span {
  text-align: center;
  display: block;
  width: 100%;
}
#wraper .list_style3 .rightpart .box .titleline > div > span:first-child {
  font-size: 36px;
  letter-spacing: 1.8px;
  color: #838383;
  line-height: 1;
}
#wraper .list_style3 .rightpart .box .titleline > div > span:last-child {
  font-size: 20px;
  letter-spacing: 1px;
  color: #838383;
}
#wraper .list_style3 .rightpart .box .titleline > div:first-child {
  width: 22%;
}
#wraper .list_style3 .rightpart .box .titleline > div:nth-child(2n) {
  width: 38%;
}
#wraper .list_style3 .rightpart .box .titleline > div:last-child {
  width: 40%;
}
#wraper .list_style3 .rightpart .box .list_grounp .list {
  padding: 10px;
  margin-bottom: 3px;
  width: 800px;
  height: 190px;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #dddddd;
  border-radius: 15px;
  display: flex;
}
#wraper .list_style3 .rightpart .box .list_grounp .list .cter {
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: open Sans;
  color: #fff;
  font-size: 120px;
  border-radius: 10px;
  font-family: "open Sans-Bold";
}
#wraper .list_style3 .rightpart .box .list_grounp .list .name {
  width: 296px;
  height: 170px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
#wraper .list_style3 .rightpart .box .list_grounp .list .name span {
  display: block;
  text-align: center;
}
#wraper .list_style3 .rightpart .box .list_grounp .list .name span:first-child {
  color: #205176;
  font-size: 64px;
  letter-spacing: 3.2px;
  font-family: "Noto Sans-Medium";
}
#wraper .list_style3 .rightpart .box .list_grounp .list .name span:last-child {
  color: #205176;
  font-size: 26px;
  letter-spacing: 1.3px;
}
#wraper .list_style3 .rightpart .box .list_grounp .list .num {
  font-size: 120px;
  font-family: open Sans;
  letter-spacing: 6px;
  width: 322px;
  height: 170px;
  padding-left: 17px;
  padding-right: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "open Sans-Bold";
  position: relative;
}
#wraper .list_style3 .rightpart .box .list_grounp .list .num:after {
  content: "";
  height: 150px;
  width: 1px;
  background-color: #b7b7b7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#wraper .list_style3 .rightpart .box .list_grounp .list.green .cter {
  background-color: #4e9a63;
}
#wraper .list_style3 .rightpart .box .list_grounp .list.green .num {
  color: #4e9a63;
}
#wraper .list_style3 .rightpart .box .list_grounp .list.red .cter {
  background-color: #d85d5d;
}
#wraper .list_style3 .rightpart .box .list_grounp .list.red .num {
  color: #d85d5d;
}
#wraper .list_style3 .rightpart .box .list_grounp .list.blue .cter {
  background-color: #437fc4;
}
#wraper .list_style3 .rightpart .box .list_grounp .list.blue .num {
  color: #437fc4;
}
#wraper .list_style3 .rightpart .box .list_grounp .list.purple .cter {
  background-color: #935aaa;
}
#wraper .list_style3 .rightpart .box .list_grounp .list.purple .num {
  color: #935aaa;
}
#wraper .model_six {
  width: 100%;
  height: 1080px;
  background-color: #fafafa;
}
#wraper .model_six .titlebar {
  width: 100%;
  height: 120px;
  background-color: #dddddd;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
#wraper .model_six .titlebar .h2 {
  color: #5d5d5d;
  font-size: 80px;
  letter-spacing: 24px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#wraper .model_six .titlebar .watting {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  color: #5d5d5d;
}
#wraper .model_six .titlebar .watting span {
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 2.1;
}
#wraper .model_six .titlebar .watting span.number {
  display: inline-block;
  width: 170px;
  height: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-family: open Sans;
  line-height: 1;
}
#wraper .model_six .sqbox {
  margin: 15px 15px 0 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 1890px;
  height: 933px;
  gap: 15px;
}
#wraper .model_six .sqbox > div {
  width: 620px;
  height: 300px;
  border-radius: 21px;
  color: #fff;
}
#wraper .model_six .sqbox > div .text1 {
  font-family: "Noto Sans-Medium";
  font-size: 80px;
  height: 127px;
  letter-spacing: 4px;
  padding: 11px 40px 0;
  display: flex;
  justify-content: flex-start;
}
#wraper .model_six .sqbox > div .text2 {
  font-family: "open Sans-Bold";
  font-size: 180px;
  letter-spacing: 9px;
  padding-right: 96px;
  padding-left: 40px;
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  transform: translateY(-18px);
}
#wraper .model_six .sqbox > div.color1 {
  background-color: #4e9a63;
}
#wraper .model_six .sqbox > div.color2 {
  background-color: #e6902b;
}
#wraper .model_six .sqbox > div.color3 {
  background-color: #437fc4;
}
#wraper .model_six .sqbox > div.color4 {
  background-color: #d85c5d;
}
#wraper .model_six .sqbox > div.color5 {
  background-color: #f57b9b;
}
#wraper .model_six .sqbox > div.color6 {
  background-color: #935aaa;
}
#wraper .model_six .sqbox > div.color7 {
  background-color: #83a34c;
}
#wraper .model_six .sqbox > div.color8 {
  background-color: #b18c3f;
}
#wraper .model_six .sqbox > div.color9 {
  background-color: #26658b;
}
#wraper #webpage {
  background-color: #fff;
  max-width: 1920px;
  height: 1080px;
}
@media screen and (max-width: 1920px) {
  #wraper #webpage {
    width: 100%;
    height: auto;
  }
}
#wraper #webpage .header {
  height: 80px;
  width: 100%;
  padding: 10px 70px;
  background-color: #1e4356;
  display: flex;
}
@media screen and (max-width: 1920px) {
  #wraper #webpage .header {
    padding: 10px clamp(1.5625rem, -1.6518rem + 5.0223vw, 4.375rem);
  }
}
@media screen and (max-width: 767px) {
  #wraper #webpage .header {
    align-items: center;
    justify-content: space-between;
  }
}
#wraper #webpage .header > .logo {
  width: 210px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #wraper #webpage .header > .logo {
    width: 127px;
    height: 36px;
  }
}
#wraper #webpage .header > .logo img {
  width: 100%;
  height: auto;
}
#wraper #webpage .header > .menu {
  margin-left: 79px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #wraper #webpage .header > .menu {
    height: auto;
  }
}
#wraper #webpage .header > .menu > div {
  height: 29px;
  font-size: 20px;
  font-family: "Noto Sans-Medium";
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #wraper #webpage .header > .menu > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#wraper #webpage .header > .menu > div a {
  color: #fff;
  font-family: "Noto Sans-Medium";
  font-size: 30px;
}
@media screen and (max-width: 575px) {
  #wraper #webpage .header > .menu > div a {
    font-size: 24px;
  }
}
#wraper #webpage .middle_scrollpart {
  width: 100%;
  height: 870px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  #wraper #webpage .middle_scrollpart {
    height: auto;
  }
}
#wraper #webpage .middle_scrollpart > p {
  padding-top: 20px;
  padding-bottom: 0px;
  max-width: 1260px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.125rem, 0.9821rem + 0.2232vw, 1.25rem);
  font-family: Noto Sans;
  font-weight: normal;
}
@media screen and (max-width: 1920px) {
  #wraper #webpage .middle_scrollpart > p {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#wraper #webpage .middle_scrollpart .page {
  padding-top: 22px;
  padding-bottom: 0px;
  max-width: 1260px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 35px;
  }
}
#wraper #webpage .middle_scrollpart .page .tagline {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #e2e2e2;
}
#wraper #webpage .middle_scrollpart .page .tagline a {
  width: 180px;
  height: 50px;
  position: relative;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #464646;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 6px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #wraper #webpage .middle_scrollpart .page .tagline a {
    font-size: 20px;
  }
}
#wraper #webpage .middle_scrollpart .page .tagline a.active {
  font-family: "Noto Sans-Bold";
  color: #2375a8;
  background-color: #f4fbff;
}
#wraper #webpage .middle_scrollpart .page .tagline a.active:after {
  width: 100%;
  height: 6px;
  background-color: #56beff;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone {
  display: none;
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar {
  width: 100%;
  height: 78px;
  padding: 0 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar {
    flex-wrap: wrap;
    height: auto;
    margin-top: 25px;
    margin-bottom: 3px;
    padding: 0 0px;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  letter-spacing: 1px;
  color: #464646;
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar > div {
    width: 100%;
    margin-bottom: 22px;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar > div label {
  white-space: nowrap;
  margin-right: 20px;
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar > div select {
  margin-right: 80px;
  padding: 3px 34px 3px 15px;
  border-color: #707070;
  outline: none;
  border-radius: 3px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  width: 147px;
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar > div:nth-child(2) select {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar > div:first-child {
    width: auto;
  }
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar > div:nth-child(2) {
    width: 100%;
  }
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar > div:nth-child(2) select {
    max-width: 300px;
    width: 100%;
  }
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .selectbar > div:last-child {
    width: 100%;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox {
  height: 624px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox {
    height: auto;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title {
  width: 100%;
  height: 46px;
  background-color: #2375a8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title {
    height: auto;
    padding-left: clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem);
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title {
    flex-wrap: wrap;
    height: 92px;
  }
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title {
    font-size: 16px;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:first-child {
  width: 106px;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:first-child {
    width: 8.5%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:first-child {
    width: 25%;
    text-align: left;
    padding-left: clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem);
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(2) {
  width: 245px;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(2) {
    width: 19.7%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(2) {
    width: 40%;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(2) {
    width: 40%;
    text-align: left;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(3) {
  width: 140px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(3) {
    width: 11.2%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(3) {
    width: 35%;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(3) {
    width: 35%;
    text-align: left;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(4) {
  width: 140px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(4) {
    width: 11.2%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(4) {
    width: 25%;
    text-align: left;
    padding-left: clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem);
  }
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(4) {
    width: 30%;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(5) {
  width: 134px;
  margin-left: 60px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(5) {
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(5) {
    width: 40%;
    text-align: left;
    margin-left: 0px;
  }
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(5) {
    width: 35%;
    text-align: left;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(6) {
  width: 134px;
  margin-left: 60px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(6) {
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(6) {
    width: 35%;
    text-align: left;
    margin-left: 0px;
  }
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .title > div:nth-child(6) {
    width: 35%;
    text-align: left;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox {
  width: 100%;
  height: 582px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox {
    height: auto;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list {
  display: flex;
  height: 60px;
  width: 100%;
  border-bottom: solid 1px #707070;
  background-color: #f8f8f8;
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list:nth-child(even) {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list {
    flex-wrap: wrap;
    height: auto;
    padding-left: clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem);
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div {
  font-size: 20px;
  color: #464646;
  letter-spacing: 1px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div {
    font-size: 16px;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:first-child {
  width: 106px;
  margin-left: 50px;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:first-child {
    width: 8.5%;
    margin-left: clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem);
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:first-child {
    width: calc(25% - clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem));
    margin-left: clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem);
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(2) {
  width: 245px;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(2) {
    width: 19.7%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(2) {
    width: 40%;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(3) {
  width: 140px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(3) {
    width: 11.2%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(3) {
    width: 35%;
    text-align: left;
    justify-content: flex-start;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(4) {
  width: 140px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(4) {
    width: 11.2%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(4) {
    text-align: left;
    justify-content: flex-start;
    width: calc(25% - clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem));
    margin-left: clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem);
  }
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(4) {
    width: calc(30% - clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem));
    text-align: left;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(5) {
  width: 134px;
  font-size: 26px;
  letter-spacing: 1.3px;
  margin-left: 60px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(5) {
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(5) {
    width: 40%;
    text-align: left;
    margin-left: 0px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(5) {
    width: 35%;
    text-align: left;
    font-size: 22px;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(6) {
  width: 134px;
  font-size: 26px;
  letter-spacing: 1.3px;
  margin-left: 60px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(6) {
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(6) {
    width: 35%;
    text-align: left;
    margin-left: 0px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone .formbox .listbox .list > div:nth-child(6) {
    width: 35%;
    text-align: left;
    font-size: 22px;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone button, #wraper #webpage .middle_scrollpart .page .pagebox .pageone a {
  width: 120px;
  height: 36px;
  border-radius: 5px;
  border: none;
  background: #56BEFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3019607843);
  color: #fff;
  font-size: 20px;
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone button:active, #wraper #webpage .middle_scrollpart .page .pagebox .pageone a:active {
  box-shadow: none;
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone.page_2 .formbox .title > div:first-child {
  width: 213px;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone.page_2 .formbox .title > div:first-child {
    width: 35%;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone.page_2 .formbox .title > div:nth-child(2) {
  width: 343px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone.page_2 .formbox .title > div:nth-child(2) {
    width: 65%;
    text-align: left;
    justify-content: flex-start;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone.page_2 .formbox .listbox .list > div:first-child {
  width: 213px;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone.page_2 .formbox .listbox .list > div:first-child {
    width: calc(35% - clamp(0.9375rem, -1.5625rem + 3.9063vw, 3.125rem));
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone.page_2 .formbox .listbox .list > div:nth-child(2) {
  width: 343px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .middle_scrollpart .page .pagebox .pageone.page_2 .formbox .listbox .list > div:nth-child(2) {
    width: 65%;
    justify-content: flex-start;
  }
}
#wraper #webpage .middle_scrollpart .page .pagebox .pageone.show {
  display: block;
}
#wraper #webpage .footer {
  background-color: #1e4356;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 30px 70px;
  flex-wrap: wrap;
  font-weight: normal;
  height: 130px;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .footer {
    padding: 30px 25px;
    height: auto;
    line-height: 1.8;
  }
}
#wraper #webpage .footer > div {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1260px) {
  #wraper #webpage .footer > div {
    margin-bottom: 10px;
  }
}
#wraper #webpage .footer > div:last-child {
  margin-bottom: 0;
}
#wraper #webpage .footer > div a {
  color: #fff;
}

#webpage2 {
  background-color: #eaeaea;
  width: 1920px;
  height: 1080px;
  display: grid;
  grid-template-columns: 1fr 5.96fr;
}
#webpage2 .leftpart .headerpart,
#webpage2 .rightpart .headerpart {
  height: 140px;
  width: 100%;
}
#webpage2 .leftpart {
  background-color: #3e7990;
}
#webpage2 .leftpart .headerpart {
  padding-top: 15px;
}
#webpage2 .leftpart .headerpart .logo {
  width: 180px;
  height: 51px;
  margin: 0px 51px 10px;
}
#webpage2 .leftpart .headerpart .logo img {
  width: 100%;
  height: auto;
}
#webpage2 .leftpart .headerpart .title {
  font-size: 22px;
  letter-spacing: 2.2px;
  color: #bcdbe3;
  text-align: center;
}
#webpage2 .leftpart .middlepart > div {
  width: 100%;
  height: 70px;
}
#webpage2 .leftpart .middlepart > div a, #webpage2 .leftpart .middlepart > div button {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #fff;
  display: flex;
  border-left: solid 10px #FFB236;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  font-size: 22px;
  color: #5A5A5A;
}
#webpage2 .leftpart .middlepart > div a img, #webpage2 .leftpart .middlepart > div button img {
  margin-right: 15px;
}
#webpage2 .rightpart .headerpart .top {
  background-color: #eaeaea;
  height: 60px;
  padding: 0 50px;
  width: 100%;
  font-family: Noto Sans;
  color: #4b4b4b;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
}
#webpage2 .rightpart .headerpart .top > div:first-child {
  padding-right: 24px;
  margin-right: 24px;
  position: relative;
}
#webpage2 .rightpart .headerpart .top > div:first-child:after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#webpage2 .rightpart .headerpart .top > div span {
  color: #3e7990;
  margin-left: 24px;
}
#webpage2 .rightpart .headerpart .top > div:last-child span {
  font-family: "Noto Sans-Medium";
  font-size: 26px;
}
#webpage2 .rightpart .headerpart .bottom {
  width: 100%;
  height: 80px;
  padding: 0 50px 0 40px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  color: #4b4b4b;
}
#webpage2 .rightpart .headerpart .bottom > div {
  display: flex;
}
#webpage2 .rightpart .headerpart .bottom > div > span {
  line-height: 1;
  display: flex;
  align-items: center;
}
#webpage2 .rightpart .headerpart .bottom select {
  margin-left: 30px;
  padding: 3px 34px 3px 15px;
  border-color: #707070;
  outline: none;
  border-radius: 3px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  width: 260px;
}
#webpage2 .rightpart .headerpart .bottom a.bt, #webpage2 .rightpart .headerpart .bottom button.bt {
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #707070;
  cursor: pointer;
  pointer-events: painted;
}
#webpage2 .rightpart .headerpart .bottom a.bt:first-child, #webpage2 .rightpart .headerpart .bottom button.bt:first-child {
  margin-right: 60px;
}
#webpage2 .rightpart .headerpart .bottom a.bt svg, #webpage2 .rightpart .headerpart .bottom button.bt svg {
  margin: 0 20px;
  width: 23px;
  height: 23px;
  display: inline-block;
}
#webpage2 .rightpart .headerpart .bottom a.bt span, #webpage2 .rightpart .headerpart .bottom button.bt span {
  display: inline-block;
  color: #4b4b4b;
}
#webpage2 .rightpart .headerpart .bottom a.bt:hover, #webpage2 .rightpart .headerpart .bottom button.bt:hover {
  background-color: #F4FDFF;
  border: 1px solid #47819A;
}
#webpage2 .rightpart .headerpart .bottom a.bt:active, #webpage2 .rightpart .headerpart .bottom button.bt:active {
  background-color: #47819A;
  border: 1px solid #47819A;
}
#webpage2 .rightpart .headerpart .bottom a.bt:active svg path, #webpage2 .rightpart .headerpart .bottom button.bt:active svg path {
  stroke: #fff;
}
#webpage2 .rightpart .headerpart .bottom a.bt:active span, #webpage2 .rightpart .headerpart .bottom button.bt:active span {
  color: #fff;
}
#webpage2 .rightpart .headerpart .bottom a.bt:disabled, #webpage2 .rightpart .headerpart .bottom a.bt.disabled, #webpage2 .rightpart .headerpart .bottom button.bt:disabled, #webpage2 .rightpart .headerpart .bottom button.bt.disabled {
  border: 1px solid #D1D1D1;
  color: #d1d1d1;
  background-color: #FCFCFC;
  pointer-events: none;
}
#webpage2 .rightpart .headerpart .bottom a.bt:disabled svg path, #webpage2 .rightpart .headerpart .bottom a.bt.disabled svg path, #webpage2 .rightpart .headerpart .bottom button.bt:disabled svg path, #webpage2 .rightpart .headerpart .bottom button.bt.disabled svg path {
  stroke: #D1D1D1;
}
#webpage2 .rightpart .headerpart .bottom a.bt:disabled span, #webpage2 .rightpart .headerpart .bottom a.bt.disabled span, #webpage2 .rightpart .headerpart .bottom button.bt:disabled span, #webpage2 .rightpart .headerpart .bottom button.bt.disabled span {
  color: #D1D1D1;
}
#webpage2 .rightpart .formpart .titleline {
  height: 70px;
  width: 100%;
  background-color: #46829A;
  display: flex;
  color: #fff;
  align-items: center;
  font-family: "Noto Sans-Bold";
  font-size: 22px;
}
#webpage2 .rightpart .formpart .titleline > div {
  position: relative;
}
#webpage2 .rightpart .formpart .titleline > div:not(:first-child):before {
  content: "";
  width: 1px;
  height: 41px;
  background-color: #DCD5CB;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#webpage2 .rightpart .formpart .titleline > div > a {
  color: #fff;
  cursor: pointer;
}
#webpage2 .rightpart .formpart .titleline > div:first-child {
  width: 7%;
  text-align: center;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#webpage2 .rightpart .formpart .titleline > div:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8.2px solid transparent;
  border-right: 8.2px solid transparent;
  border-top: 10px solid #fff;
  left: calc(50% + 1em);
  position: absolute;
  margin-left: 5px;
}
#webpage2 .rightpart .formpart .titleline > div:nth-child(2) {
  width: 11.6%;
  text-align: center;
}
#webpage2 .rightpart .formpart .titleline > div:nth-child(3) {
  width: 11.1%;
  text-align: center;
}
#webpage2 .rightpart .formpart .titleline > div:nth-child(4) {
  width: 21.2%;
  padding-left: 30px;
}
#webpage2 .rightpart .formpart .titleline > div:nth-child(5) {
  width: 7.5%;
  text-align: center;
}
#webpage2 .rightpart .formpart .titleline > div:nth-child(6) {
  width: 14.7%;
  padding-left: 30px;
}
#webpage2 .rightpart .formpart .titleline > div:nth-child(7) {
  width: 14.7%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#webpage2 .rightpart .formpart .titleline > div:nth-child(7):after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8.2px solid transparent;
  border-right: 8.2px solid transparent;
  border-top: 10px solid #fff;
  left: calc(50% + 2em);
  position: absolute;
  margin-left: 5px;
}
#webpage2 .rightpart .formpart .titleline > div:nth-child(8) {
  width: calc(12.2% - 22px);
  text-align: center;
}
#webpage2 .rightpart .formpart .list {
  width: 100%;
  height: 870px;
  overflow-y: auto;
  overflow-x: hidden;
}
#webpage2 .rightpart .formpart .list > div.one {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
#webpage2 .rightpart .formpart .list > div.one:nth-child(even) {
  background-color: #F0F8FC;
}
#webpage2 .rightpart .formpart .list > div.one > div {
  font-size: 20px;
  color: #2f2f2f;
}
#webpage2 .rightpart .formpart .list > div.one > div:first-child {
  width: 7%;
  text-align: center;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(2) {
  width: 11.6%;
  text-align: center;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(3) {
  width: 11.1%;
  text-align: center;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(4) {
  width: 21.2%;
  padding-left: 30px;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(5) {
  width: 7.5%;
  text-align: center;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(6) {
  width: 14.7%;
  padding-left: 30px;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(7) {
  width: 14.7%;
  text-align: center;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(7).state {
  display: flex;
  justify-content: center;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(7).state > div {
  width: 120px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(7).state > div.type_1 {
  background-color: #c9c9c9;
  color: #fff;
  border: solid 1px #c9c9c9;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(7).state > div.type_2 {
  background-color: #EF7DBA;
  color: #fff;
  border: solid 1px #EF7DBA;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(7).state > div.type_3 {
  background-color: #569DD1;
  color: #fff;
  border: solid 1px #569DD1;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(7).state > div.type_4 {
  background-color: #E8B358;
  color: #fff;
  border: solid 1px #E8B358;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(7).state > div.type_5 {
  background-color: #54B997;
  color: #fff;
  border: solid 1px #54B997;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(7).state > div.type_6 {
  background-color: #fff;
  color: #C9C9C9;
  border: solid 1px #C9C9C9;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) {
  width: calc(12.2% - 22px);
  text-align: center;
  display: flex;
  justify-content: center;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button {
  width: 110px;
  height: 41px;
  border: 1px solid #707070;
  border-radius: 26px;
  font-size: 20px;
  color: #4b4b4b;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: painted;
  cursor: pointer;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a svg, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button svg {
  margin-right: 12px;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a svg path, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button svg path {
  fill: #4b4b4b;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a:hover, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button:hover {
  border: 1px solid #47819A;
  background-color: #F4FDFF;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a:active, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button:active {
  border: 1px solid #47819A;
  background-color: #47819A;
  color: #fff;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a:active svg, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button:active svg {
  margin-right: 12px;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a:active svg path, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button:active svg path {
  fill: #fff;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a:disabled, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a.disabled, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button:disabled, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button.disabled {
  border: 1px solid #D1D1D1;
  color: #d1d1d1;
  background-color: #FCFCFC;
  pointer-events: none;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a:disabled svg, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a.disabled svg, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button:disabled svg, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button.disabled svg {
  margin-right: 12px;
}
#webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a:disabled svg path, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > a.disabled svg path, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button:disabled svg path, #webpage2 .rightpart .formpart .list > div.one > div:nth-child(8) > button.disabled svg path {
  fill: #D1D1D1;
}
#webpage2 #jump_edit {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 100;
  display: none;
}
#webpage2 #jump_edit > div {
  width: 1001px;
  height: 640px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 30px 80px;
  pointer-events: painted;
}
#webpage2 #jump_edit > div .title {
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  font-family: "Noto Sans-Medium";
  color: #3E7990;
  padding-bottom: 15px;
  border-bottom: 1px solid #C6C6C6;
}
#webpage2 #jump_edit > div .middle {
  width: 100%;
  height: 421px;
  border-bottom: 1px solid #C6C6C6;
  padding-top: 30px;
  padding-right: 24px;
}
#webpage2 #jump_edit > div .middle > div.top {
  grid-template-columns: 1fr 0.868fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 0.27fr;
  row-gap: 25px;
  display: grid;
}
#webpage2 #jump_edit > div .middle > div.top > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#webpage2 #jump_edit > div .middle > div.top > div > div.label {
  font-size: 22px;
  color: #3E7990;
  font-family: "Noto Sans-Medium";
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#webpage2 #jump_edit > div .middle > div.top > div > div.input input, #webpage2 #jump_edit > div .middle > div.top > div > div.input select {
  border-radius: 4px;
  border: 1px solid #707070;
  height: 40px;
  padding: 3px 15px;
  color: #2f2f2f;
  font-size: 22px;
}
#webpage2 #jump_edit > div .middle > div.top > div > div.input input {
  width: 100%;
}
#webpage2 #jump_edit > div .middle > div.top > div > div.input select {
  width: 100%;
  padding: 3px 34px 3px 15px;
  border-color: #707070;
  outline: none;
  border-radius: 3px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
#webpage2 #jump_edit > div .middle > div.top > div:nth-child(3) > div.label, #webpage2 #jump_edit > div .middle > div.top > div:first-child > div.label {
  width: 124px;
}
#webpage2 #jump_edit > div .middle > div.top > div:nth-child(3) > div.input, #webpage2 #jump_edit > div .middle > div.top > div:first-child > div.input {
  width: 256px;
  height: 40px;
}
#webpage2 #jump_edit > div .middle > div.top > div:nth-child(4) > div.label, #webpage2 #jump_edit > div .middle > div.top > div:nth-child(2) > div.label {
  width: 140px;
}
#webpage2 #jump_edit > div .middle > div.top > div:nth-child(4) > div.input, #webpage2 #jump_edit > div .middle > div.top > div:nth-child(2) > div.input {
  width: 190px;
  height: 40px;
}
#webpage2 #jump_edit > div .middle > div.state {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
}
#webpage2 #jump_edit > div .middle > div.state > div.label {
  font-size: 22px;
  color: #3E7990;
  font-family: "Noto Sans-Medium";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 124px;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box {
  width: 690px;
  max-height: 230px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 25px;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button {
  width: 150px;
  height: 40px;
  border-radius: 26px;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 22px;
  background-color: #fff;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a:disabled, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.disabled, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button:disabled, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.disabled {
  pointer-events: none;
  border: 1px solid #D1D1D1;
  background-color: #fcfcfc;
  color: #D1D1D1;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_1:hover, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_1:hover {
  border: 1px solid #AFBEC4;
  color: #2F2F2F;
  background-color: rgba(201, 201, 201, 0.2);
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_1:active, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_1:active {
  border: 1px solid #707070;
  background-color: #707070;
  color: #fff;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_2:hover, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_2:hover {
  border: 1px solid #AFBEC4;
  color: #2F2F2F;
  background-color: rgba(201, 201, 201, 0.2);
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_2:active, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_2:active {
  border: 1px solid #AFBEC4;
  background-color: #C9C9C9;
  color: #fff;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_3:hover, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_3:hover {
  border: 1px solid #DE4D9B;
  color: #2F2F2F;
  background-color: #FFEFF7;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_3:active, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_3:active {
  border: 1px solid #DE4D9B;
  background-color: #EF7DBA;
  color: #fff;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_4:hover, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_4:hover {
  border: 1px solid #DD9C35;
  color: #2F2F2F;
  background-color: #FFFAF2;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_4:active, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_4:active {
  border: 1px solid #DD9C35;
  background-color: #E8B358;
  color: #fff;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_5:hover, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_5:hover {
  border: 1px solid #3293D9;
  color: #2F2F2F;
  background-color: #E3F4FF;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_5:active, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_5:active {
  border: 1px solid #3293D9;
  background-color: #569DD0;
  color: #fff;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_6:hover, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_6:hover {
  border: 1px solid #409F7D;
  color: #2F2F2F;
  background-color: #F4FFFC;
}
#webpage2 #jump_edit > div .middle > div.state > div.statebt_box > a.style_6:active, #webpage2 #jump_edit > div .middle > div.state > div.statebt_box > button.style_6:active {
  border: 1px solid #409F7D;
  background-color: #54B997;
  color: #fff;
}
#webpage2 #jump_edit > div .butline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
#webpage2 #jump_edit > div .butline a, #webpage2 #jump_edit > div .butline button {
  margin-left: 50px;
  margin-right: 50px;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid #707070;
  font-size: 22px;
  color: #4b4b4b;
  background-color: #fff;
  cursor: pointer;
  pointer-events: painted;
}
#webpage2 #jump_edit > div .butline a.sent, #webpage2 #jump_edit > div .butline button.sent {
  border: 1px solid #E05352;
  color: #E05352;
}
#webpage2 #jump_edit > div .butline a.sent:hover, #webpage2 #jump_edit > div .butline button.sent:hover {
  background-color: #FFF4F4;
  color: #E05352;
}
#webpage2 #jump_edit > div .butline a.sent:active, #webpage2 #jump_edit > div .butline button.sent:active {
  background-color: #E05352;
  color: #fff;
}
#webpage2 #jump_edit > div .butline a.sent:disabled, #webpage2 #jump_edit > div .butline a.sent.disabled, #webpage2 #jump_edit > div .butline button.sent:disabled, #webpage2 #jump_edit > div .butline button.sent.disabled {
  pointer-events: none;
  background-color: #FCFCFC;
  border: 1px solid #D1D1D1;
  color: #D1D1D1;
}
#webpage2 #jump_edit > div .butline a.cancel:hover, #webpage2 #jump_edit > div .butline button.cancel:hover {
  background-color: #F4F4F4;
}
#webpage2 #jump_edit > div .butline a.cancel:active, #webpage2 #jump_edit > div .butline button.cancel:active {
  background-color: #707070;
  color: #fff;
}
#webpage2 #jump_edit > div .butline a.cancel:disabled, #webpage2 #jump_edit > div .butline a.cancel.disabled, #webpage2 #jump_edit > div .butline button.cancel:disabled, #webpage2 #jump_edit > div .butline button.cancel.disabled {
  pointer-events: none;
  background-color: #FCFCFC;
  border: 1px solid #D1D1D1;
  color: #D1D1D1;
}
.loading-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.loading {
    width: 50px;
    height: 50px;
    border: 10px solid rgba(0,0,0,0.2);
    border-top: 10px solid #333;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}/*# sourceMappingURL=main.css.map */