/* Document
 * ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  /* -webkit-height: 100%; */
  height: 100%;
  margin-bottom: 0;
  display: flex;
  /* flex-direction: column; */
}


/* Sections
 * ========================================================================== */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */


pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}


/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/* Tabular data
 * ========================================================================== */

/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */

textarea {
  margin: 0; /* 1 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/* User interaction
 * ========================================================================== */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible,
:not(.js-focus-visible) :focus {
  outline-width: 2px;
  outline-style: groove;
  outline-color: white;
}

[type=text],
[type=email],
[type=tel],
[type=password],
[type=search],
[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
[type=text]:invalid,
[type=email]:invalid,
[type=tel]:invalid,
[type=password]:invalid,
[type=search]:invalid,
[type=number]:invalid,
textarea:invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* .page {
  height: 100%;
  margin: 0;
  padding: 0;
} */

body, html {
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  height: 100%;
  /* -webkit-height: 100%; */
}

/* .index {height: 100px;} */

.page__body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}



.index header {
  width: 100%;
  max-width: 1800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 61px 41px 50px;
  /* background-color: deeppink; */
}
@media (max-width: 780px) {
  .index header {
    justify-content: center;
  }
}
@media (max-width: 1366px) {
  .index header {
    padding: 30px 61px 50px 30px;
  }
}
@media (max-width: 780px) {
  .index header {
    padding: 30px 37px 20px 37px;
  }
}
.index header img {
  height: 90px;
}
@media (max-width: 780px) {
  .index header img {
    height: auto;
    width: 244px;
    transform: translateX(-15px);

  }
}
@media (max-width: 320px) {
  .index header img {
    height: auto;
    width: 90%;
    
  }
}
.index header select {
  display: none;
  border: 1px solid #3D3D3D;
  border-radius: 24px;
  padding-left: 18px;
  width: 144px;
  height: 48px;
  background-position-x: 110px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  font-family: "Noto Sans TC";
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  line-height: 30PX;
  color: rgba(61, 61, 61, 0.7);
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;

}
@media (max-width: 780px) {
  .index header select {
    display: none;
  }
}
.index header select option {
  color: rgba(61, 61, 61, 0.7);
}
.index header select:focus {
  outline: none !important;
  border: 1px solid #3D3D3D;
  border-radius: 24px;
}
.index .login {
  min-width: 770px;
  max-width: 770px;
  /* height: 470px; */
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  border-radius: 25px;
  padding: 60px 60px 30px 60px;
  /* margin: auto; */

}
@media (min-width: 1366px) {
  .index .login {
    /* padding: 60px 97px 45px 97px; */
  }
}
@media (max-width: 780px) {
  .index .login {
    min-width: 340px;
    /* max-width: 340px; */
    border-radius: 28px;
    /* padding: 35px 25px 38px 25px; */
    /* height: 490px; */
  }
}


.index .login .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}


.index .login .title-wrap a {

  text-decoration: none;
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: rgba(61, 61, 61, 0.7);
}
.index .login .title-wrap a::after {
  content: "|";
  margin: 0px 8px;
  color: rgba(61, 61, 61, 0.7);
}
.index .login .title-wrap a:last-child::after {
  content: "";
  margin-right: 0;
}
.index .login .title-wrap a.active {
  color: #3d3d3d;
}
.index .login h1 {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: left;
  color: #0E4E96;
  margin: 0;
}

.index .login .lang-mobile {
  display: none;
}
@media (max-width: 780px) {
  .index .login .lang-mobile {
    display: none;
  }
}

.index .login .form {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 780px) {
  .index .login .form {
    padding-top: 30px;
  }
}

@media (max-width: 780px) {
  .index .login .title-wrap h1 {
    font-size: 25px;
  }

  .index .login .title-wrap a {
    font-size: 12px;
  }

}


.index .login .form .section1{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  text-align: center;
  grid-row-gap: 20px;
  grid-column-gap: 45px;
  padding-bottom: 20px;
  
}

@media (max-width: 780px) {
  .index .login .form .section1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* section1 input class */
.index .login .form .section1 .input {
  width: 100%;
  height: 40px;
  border: 1px solid #FF6663;
  border-radius: 5px;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
}





@media (max-width: 780px) {
  .index .login .input {
    width: 100%;
  }
}

/* section1 input 輸入 */
.index .login .form .section1 .input input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #0E6FB4;
  padding-left: 14px;
  line-height: 48px;
  opacity: 1;
}



/* 顯示 */
.index .login .form .section1 .input input::-moz-placeholder {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: rgba(61, 61, 61, 0.6) !important;
  line-height: 48px;
  opacity: 1;
}
.index .login .form .section1 .input input::placeholder {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: rgba(61, 61, 61, 0.6) !important;
  line-height: 48px;
  opacity: 1;

}

.index .login .form .section1 .input input:-webkit-autofill,
.index .login .form .section1 .input input:-webkit-autofill:hover,
.index .login .form .section1 .input input:-webkit-autofill:focus,
.index .login .form .section1 .input input:-webkit-autofill:active{
  -webkit-text-fill-color:#0E6FB4;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important;
  background-image: none !important;
 }



/* section1 select  */
.index .login .form .section1 .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  width: 100%;
  height: 48px;
  border: 0;
  box-shadow: none;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  background-color: white;
  opacity: 1;
  color: rgba(61, 61, 61, 0.6) !important;
  padding-left: 14px;
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  line-height: 45px;
}


.index .login .input select::-moz-placeholder {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #3d3d3d;
  line-height: 48px;
  opacity: 1;
}


.index .login .input select:not(:focus):invalid {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #3d3d3d;
  line-height: 48px;
  opacity: 1;
}
.index .login .input select::placeholder {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #3d3d3d;
  line-height: 48px;
  opacity: 1;
}

.index .login .input select:focus {
  outline: none;
}

@media (max-width: 780px) {

  .index .login .form .section1 .input-order:nth-child(1){
    order: 1;
  }
  .index .login .form .section1 .input-order:nth-child(3){
    order: 2;
  }
  .index .login .form .section1 .input-order:nth-child(5){
    order: 3;
  }
  .index .login .form .section1 .input-order:nth-child(7){
    order: 4;
  }
  .index .login .form .section1 .input-order:nth-child(9){
    order: 5;
  }
  .index .login .form .section1 .input-order:nth-child(2){
    order: 6;
  }
  .index .login .form .section1 .input-order:nth-child(4){
    order: 7;
  }
  .index .login .form .section1 .input-order:nth-child(6){
    order: 8;
  }
  .index .login .form .section1 .input-order:nth-child(8){
    order: 9;
  }
  .index .login .form .section1 .input-order:nth-child(10){
    order: 10;
  }
}


.index .login .form .section2{
 padding-bottom: 60px ;
}

.index .login .form .section2 textarea{
  width: 100%;
  min-height: 100px;
  border: 1px solid #FF6663;
  border-radius: 5px;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #0E6FB4;
  padding-left: 14px;
  padding-right: 14px;
  resize: none;
  padding-top: 10px;
  overflow-y: scroll;
  z-index: 1;
  cursor: auto;
  position: relative;
}

.index .login .form .section2 textarea::-webkit-scrollbar {
  width: 0.5em;
  border-radius: 10px;
  background-color: transparent;
  z-index: -100;
  position: absolute;
  margin-top:-10px;
}


.index .login .form .section2 textarea::-webkit-scrollbar-thumb {
background-color: #6ba6cf;
border-radius: 100px;
position: absolute;
}

.index .login .form .section2 textarea::-webkit-scrollbar-thumb:hover {
  background-color: #a3a2a2;
}

.index .login .form .section2 textarea::placeholder{
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #3d3d3d;
}

@media (max-width: 780px) {
  .index .login .form .section2{
    padding-bottom: 20px ;
   }
}

.index .login .form .section2 textarea:focus {
  outline: none;
}

.index .btn-wrap, .index .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index .btn-wrap .red-btn, .index .btn-wrap .reset-btn, .index .block .red-btn, .index .block .reset-btn {
  cursor: pointer;
  width:300px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  #FF6663 0% 0% no-repeat padding-box;;
  color: white;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.index .btn-wrap .red-btn:hover, .index .block .red-btn:hover  {
  transform: scale(1.05);
  background:  #FF6663;
}

@media (max-width: 780px) {
  .index .btn-wrap .red-btn, .index .btn-wrap .reset-btn, .index .block .red-btn, .index .block .reset-btn {
    width: 100%;
  }
}

.index .btn-wrap .reset-btn, .index .block .reset-btn {
  background: #8C8C8C;
}
@media (max-width: 780px) {

  .index .btn-wrap .red-btn, .index .block .red-btn {
    margin-top: 20px;
  }
  
}

.index .block .reset-btn:hover, .index .btn-wrap .reset-btn:hover
{
  transform: scale(1.05);
}
.index .hide {
  display: none;
}

.index select::-ms-expand {
  display: none;
}
.index footer {
  max-width: 1800px;
  margin-top: 71px;
  margin-bottom: 30px;
}

.index footer .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.index footer .logo-wrap .text {
  display: inline;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 18px;
  font-family: "Noto Sans TC";
}
.index footer .logo-wrap .text h2 {
  display: inline;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 18px;
  font-family: "Noto Sans TC";
}

@media (max-width: 780px) {
  .index footer {
    margin-top: 49px;
  }

  .index footer .logo-wrap .text {
    margin-left: 9px;
    margin-right: 9px;
  }

}

.index footer ul {
  list-style-type: none;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans TC";
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 19px;
  margin-bottom: 20px;
  padding-left: 0;
}

@media (max-width: 780px) {
  .index footer ul {
    flex-direction: column;
    text-align: center;
    font-weight: 300;
  }
}
.index footer ul li a {
  margin: 10px 12px;
  color: white;
  text-decoration: none;
  font-weight: 300;
}

@media (max-width: 780px) {
  .index footer ul li {
    margin: 10px 12px;
    color: white;
    text-decoration: none;
    font-weight: 500;
  }
}

.error {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: rgba(61, 61, 61, 0.5);
}
.error .block {
  width: 90%;
  max-width: 620px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: white;
  z-index: 99;
  padding: 54px 0px 40px 0px;
}
.error .block p {
  margin: 20px 0;
}
.error .block .red-btn {
  width: 80%;
  max-width: 280px;
  height: 48px;
  cursor: pointer;
}
/*# sourceMappingURL=style.min.css.map */

@media (max-width: 430px) {
  .index header  {
    /* background-color: deeppink; */
    transform: scale(0.9) translateY(30px);
  }
  .index .login {
    transform: scale(0.9);
  }

  .index footer .logo-wrap .text {
    font-size: 16px;
  }
}

@media (max-width: 400px) {

  .index header  {
    transform: scale(0.9) translateY(50px);
  }ㄋ
  
  .index .login {
    transform: scale(0.85);
  }

  .index footer {
    transform: scale(0.9) translateY(-50px);
  }

  .index footer .logo-wrap .text {
    font-size: 14px;
  }
}


@media (max-width: 375px) {

  .index header  {
    transform: scale(1) translateY(40px);
    margin-top: 0;
  }
  .index header img {
    margin-top: 0;
    padding-top: 0;

  }

  .index .login {
    transform: scale(0.85);
  }

  .index footer .logo-wrap .text {
    font-size: 12px;
  }

  
}


.dropdown-check-list {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #FF6663;
  border-radius: 5px;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;

}
.dropdown-check-list .anchor {
  
  /* border: 1px solid #3D3D3D; */
  /* border-radius: 24px; */
  padding-left: 12px;
  width: 100%;
  height: 48px;
  background-position-x: 110px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px; */
  font-family: "Noto Sans TC";
  /* font-weight: 600; */
  font-size: 15px;
  text-align: left;
  line-height: 48px;
  color: rgba(61, 61, 61, 0.7);
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  /* background-color: rgba(255, 255, 255, 0.6); */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.dropdown-check-list ul.items {
  position: absolute;
  width: 100%;
  padding: 10px;
  display: none;
  margin: 0;
  color: rgba(61, 61, 61, 0.7);
  border: 1px solid #ccc;
  border-top: none;
  background-color: white;
  Top: 45px;
  z-index: 100;
  display: inline-block;
  text-align: left;
}




.dropdown-check-list ul.items li {
  list-style: none;
  padding: 2px;
}

.dropdown-check-list ul.items li .text {
  display: inline;
  padding-left: 10px;
  padding-top: 2px;
}