﻿@charset "UTF-8";
.fontsize-2, .itemGroup .title button, .itemGroup .title a, .note, .errorText, .precautions pre, .precautions li, kbd, header .getMainBtn, footer, .modal .modalContent ul.note li {
  font-size: 0.875rem; }

.fontsize0, .notice, input, select, input[type="checkbox"] + label, .itemGroup .title label, .itemGroup.radio .item button, .precautions, .table > div .tr > div p, .explanationGroup > div, .accountCheck input[type="checkbox"] + label, main.loginPage .btns button, main.guide section .guideContent > div p, main.guide section .guideContent > div ul, main.guide section .guideContent > div .link button, .modal .modalContent, .modal .modalContent ul li {
  font-size: 1rem; }

.fontsize2, .btnGroup button, .btnGroup a, .table > div h3, .explanationGroup h3, header h1, header .headerBtn > button, header .headerBtn > button a, main.menu section .menuItem > div > div p, section .errorPage ul li {
  font-size: 1.125rem; }

.fontsize4, .keyboard button, .itemGroup .title a.keyboardOpen:before, .blockTitle h2, .table.nodata > div .tr .nodataText, section .success p, section .errorPage p, .modal .modalTitle {
  font-size: 1.250rem; }

.fontsize6 {
  font-size: 1.375rem; }

.fontsize8 {
  font-size: 1.500rem; }

.fontsize10 {
  font-size: 1.625rem; }

.fontsize12 {
  font-size: 1.750rem; }

.fontsize14 {
  font-size: 1.875rem; }

.textCenter {
  text-align: center !important; }

.textRed {
  color: #D0011B !important; }
  .textRed li {
    color: #D0011B !important; }

.textGreen {
  color: #327A79 !important; }

.blod {
  font-weight: bold !important; }

.textline {
  text-decoration: underline !important; }

.block {
  width: 100% !important; }

.marginTop1 {
  margin-top: 1rem !important; }

.marginBottom1 {
  margin-bottom: 1rem !important; }

.marginLR {
  margin: 0 0.5rem !important; }

html {
  font-size: 16px; }
  @media (max-width: 768px) {
    html {
      font-size: 14px; } }
  @media (max-width: 360px) {
    html {
      font-size: 12px; } }

body {
  font-size: 16px;
  font-family: Arial, Microsoft JhengHei;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    body {
      font-size: 14px; } }
  @media (max-width: 360px) {
    body {
      font-size: 12px; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  cursor: pointer;
  outline: 4px solid #FFBF47; }

.notice {
  position: fixed;
  top: 80.5px;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  font-weight: bold;
  line-height: 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  padding: 2rem; }

button {
  background: transparent; }
  button:hover {
    cursor: pointer;
    outline: 4px solid #FFBF47; }
  button:disabled {
    opacity: 0.3; }
    button:disabled:hover {
      cursor: initial;
      outline: 0 !important;
      background: #327A79 !important; }
      button:disabled:hover:before, button:disabled:hover:after {
        display: none; }

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  width: 100%;
  background: url("../img/icon_select.svg") no-repeat right 0.7rem top 45%;
  padding: 0.7rem 1.4rem 0.7rem 0.5rem; }

input {
  width: calc(100% - 1rem);
  padding: 0.5rem; }
  input[type=number] {
    -moz-appearance: textfield; }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input:focus {
    cursor: pointer;
    outline: 4px solid #FFBF47; }
  input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
    input[type="checkbox"] + label {
      position: relative;
      display: block;
      font-weight: bold;
      color: #327A79;
      line-height: 1.3rem;
      cursor: pointer;
      padding: 0.8rem 0 0.8rem 3.2rem; }
      input[type="checkbox"] + label:before {
        content: '';
        position: absolute;
        top: calc((100% - 2rem)/2);
        left: 0.5rem;
        width: 2rem;
        height: 2rem;
        background: url("../img/checkbox_uncheck.svg") no-repeat center left;
        background-size: 2rem; }
    input[type="checkbox"]:checked + label:before {
      background-image: url("../img/checkbox_check.svg"); }
    input[type="checkbox"]:focus + label {
      outline: -webkit-focus-ring-color auto 5px;
      outline-color: #FFBF47; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.guidePoint {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  text-decoration: none;
  line-height: 2rem;
  padding: 0 0.3rem; }
  .guidePoint:focus, .guidePoint:hover {
    cursor: pointer;
    outline: 4px solid #FFBF47; }
  .guidePoint.green {
    color: #327A79; }
  .guidePoint.white {
    color: #FFFFFF; }

.keyboard button {
  width: calc(100%/3 - 0.6rem);
  font-weight: bold;
  color: #327A79;
  line-height: 2.5rem;
  border: 1px solid #327A79;
  border-radius: 2.5rem;
  margin: 0.2rem; }
  .keyboard button.clear {
    width: calc((100%/3 - 0.3rem)*2); }
  .keyboard button:hover, .keyboard button:active, .keyboard button:focus {
    position: relative;
    color: #FFFFFF;
    border: 0;
    background: #FF0000;
    outline: 0;
    cursor: pointer; }
    .keyboard button:hover:before, .keyboard button:active:before, .keyboard button:focus:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 2.5rem;
      border: 0.4rem solid #FFBF47; }

.keyboard + div {
  margin-top: 1rem; }

.itemGroup:not(:nth-last-of-type(1)) {
  margin-bottom: 1rem; }

.itemGroup .fieldGroup {
  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;
}

.itemGroup .fieldGroup .item {
  width: 100%;
  margin: 0.7rem 0.2rem 0;
}

.itemGroup .fieldGroup p {
  margin: 0.7rem 0.2rem 0 0;
}

.itemGroup .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .itemGroup .title label {
    position: relative;
    width: 50%;
    text-align: left;
    font-weight: bold;
    color: #000000; }
    .itemGroup .title label span {
      color: #327A79; }
  .itemGroup .title .info {
    position: absolute;
    top: -0.3rem;
    left: 6rem;
    width: 1rem;
    height: 1rem;
    margin-left: 0.3rem; }
    .itemGroup .title .info img {
      background: url("../img/icon_info_g.svg") no-repeat center center/1rem; }
  .itemGroup .title button {
    width: 40%;
    text-align: right;
    color: #327A79; }
    .itemGroup .title button img {
      vertical-align: bottom; }
  .itemGroup .title a {
    position: relative;
    text-align: right;
    text-decoration: none;
    color: #327A79; }
    .itemGroup .title a.keyboardOpen:before {
      content: '＋'; }
    .itemGroup .title a:hover {
      cursor: pointer;
      outline: 4px solid #FFBF47; }
  .itemGroup .title.titleBtn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }

.itemGroup .item {
  border: 1.5px solid #DBDBDB;
  border-radius: 3px;
  background: #FFFFFF;
  margin: 0.7rem 0 0; }

.itemGroup .errorText {
  visibility: hidden; }

.itemGroup.radio .item {
  border: 0; }
  .itemGroup.radio .item button {
    width: 48%;
    display: inline-block;
    text-align: center;
    line-height: 2.5rem;
    color: #24A09A;
    border-radius: 3px;
    border: 1px solid #24A09A;
    background: #FFFFFF;
    margin: 0.2rem 0; }
    .itemGroup.radio .item button:nth-of-type(odd) {
      margin-right: 1%; }
    .itemGroup.radio .item button.checked, .itemGroup.radio .item button:active {
      font-weight: bold;
      color: #FFFFFF;
      outline: 0;
      border: 1px solid #327A79;
      background: #327A79; }

.itemGroup.qaPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .itemGroup.qaPage .title {
    width: 10rem; }
    .itemGroup.qaPage .title label {
      width: 100%; }
  .itemGroup.qaPage .item {
    width: calc(100% - 10rem);
    margin: 0; }

.note, .errorText {
  position: relative;
  color: #D0011B;
  margin-top: 4px;
  padding: 0 0 0 1rem; }
  .note:before, .errorText:before {
    content: '※';
    position: absolute;
    left: 0; }

.error .item {
  border: 2px solid #D0011B; }

.error .errorText {
  visibility: initial; }

.precautions {
  color: #363636;
  line-height: 1.2rem;
  letter-spacing: 1px;
  list-style-type: decimal; }
  .precautions pre {
    white-space: initial;
    margin: 0 0 0.8rem 0.5rem; }
  .precautions li {
    margin: 0 0 0.8rem 1.8rem; }
    .precautions li a {
      text-decoration: underline !important;
      font-weight: initial !important;
      color: #D0011B !important;
      border-radius: 0 !important;
      background: transparent !important;
      margin: 0 !important;
      padding: 0.5rem !important; }

.blockTitle {
  margin-bottom: 0.5rem; }
  .blockTitle h2 {
    display: inline-block;
    vertical-align: middle;
    color: #327A79;
    line-height: 2rem; }

kbd {
  color: #FFFFFF;
  border-radius: 2px;
  background: #000000;
  margin: 0 0.2rem;
  padding: 0.2rem 0.4rem 0.15rem; }

.btnGroup {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0 0; }
.btnGroup4Login {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0 0; }
  .btnGroup.btn3 {
    width: 70%; }
  .btnGroup.textLong {
    width: 100%; }
  .btnGroup.fullBtns{
    flex-direction:column}
  .btnGroup.fullBtns button:nth-last-child(1){
    color:#327a79;
    background:#fff}
  .btnGroup.fullBtns button:nth-last-child(1):before{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    left:0;
    right:0;
    border:1.5px solid #327a79;
    border-radius:4px}
  .btnGroup.fullBtns button:nth-last-child(1):hover,.btnGroup.fullBtns button:nth-last-child(1):active,.btnGroup.fullBtns button:nth-last-child(1):focus{
    color:#fff;
    background:red}
  .btnGroup.fullBtns button:nth-last-child(1):hover:before,.btnGroup.fullBtns button:nth-last-child(1):active:before,.btnGroup.fullBtns button:nth-last-child(1):focus:before{
    border:.4rem solid #ffbf47}
  .btnGroup.fullBtns button:not(:nth-last-of-type(1)){
    margin:0 0 .5em}
  .btnGroup button, .btnGroup a {
    position: relative;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
    background: #327A79;
    padding: 1rem; }
  .btnGroup4Login button{
  margin-left:21%;
    position: relative;
    width: 57%;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
    background: #327A79;
    padding: 1rem; }
    .btnGroup button:hover, .btnGroup button:active, .btnGroup button:focus, .btnGroup a:hover, .btnGroup a:active, .btnGroup a:focus {
      position: relative;
      border: 0;
      background: #FF0000;
      outline: 0; }
      .btnGroup button:hover:before, .btnGroup button:active:before, .btnGroup button:focus:before, .btnGroup a:hover:before, .btnGroup a:active:before, .btnGroup a:focus:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 0.4rem solid #FFBF47;
        border-radius: 4px; }
    .btnGroup button:not(:nth-of-type(1)), .btnGroup a:not(:nth-of-type(1)) {
      margin-left: 0.5em; }
  .btnGroup a {
    display: block; }
.btnGroup2 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0 0; }
  .btnGroup2.btn3 {
    width: 70%; }
  .btnGroup2.textLong {
    width: 100%; }
  .btnGroup2.fullBtns{
    flex-direction:column}
  .btnGroup2.fullBtns button:nth-last-child(1){
    color:#327a79;
    background:#fff}
  .btnGroup2.fullBtns button:nth-last-child(1):before{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    left:0;
    right:0;
    border:1.5px solid #327a79;
    border-radius:4px}
  .btnGroup2.fullBtns button:nth-last-child(1):hover,.btnGroup2.fullBtns button:nth-last-child(1):active,.btnGroup2.fullBtns button:nth-last-child(1):focus{
    color:#fff;
    background:red}
  .btnGroup2.fullBtns button:nth-last-child(1):hover:before,.btnGroup2.fullBtns button:nth-last-child(1):active:before,.btnGroup2.fullBtns button:nth-last-child(1):focus:before{
    border:.4rem solid #ffbf47}
  .btnGroup2.fullBtns button:not(:nth-last-of-type(1)){
    margin:0 0 .5em}
  .btnGroup2 button, .btnGroup2 a {
    position: relative;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
    background: #327A79;
    padding: 1rem; }
    .btnGroup2 button:hover, .btnGroup2 button:active, .btnGroup2 button:focus, .btnGroup2 a:hover, .btnGroup2 a:active, .btnGroup2 a:focus {
      position: relative;
      border: 0;
      background: #FF0000;
      outline: 0; }
      .btnGroup2 button:hover:before, .btnGroup2 button:active:before, .btnGroup2 button:focus:before, .btnGroup2 a:hover:before, .btnGroup2 a:active:before, .btnGroup2 a:focus:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 0.4rem solid #FFBF47;
        border-radius: 4px; }
  .btnGroup2 a {
    display: block; }

.table > div h3 {
  font-weight: bold;
  line-height: 2.5rem;
  color: #FFFFFF;
  border-bottom: 1px solid #DBDBDB;
  background: #327A79;
  padding: 0 1rem; 
}
  
.table > div .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem 0;
}

.table > div .tr > div, .table > div .tr label {
  width: 50%;
  padding: 0.5rem 1rem;
}

.table > div .tr > div p, .table > div .tr label p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  color: #363636;
}

.table > div .tr > div p span, .table > div .tr label p span {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.table > div .tr > div p:nth-of-type(1), .table > div .tr label p:nth-of-type(1) {
  width: 7rem;
  font-weight: bold;
}

.table > div .tr > div p:nth-of-type(2), .table > div .tr label p:nth-of-type(2) {
  width: calc(100% - 7rem - 5px);
}

.table > div .tr:nth-of-type(even) {
  background: #F5F3F3;
}

.table > div .tr:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #DBDBDB;
}

.table > div .tr.subSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCC800;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}

.table > div .tr.subSummary p {
  padding: 0;
}

.table > div .tr.subSummary p span {
  display: inline-block;
  margin: 0 0.5rem;
}

.table > div .tr.subSummary p span.title {
  font-weight: bold;
}

.table > div .tr.subSummary p:nth-of-type(1) {
  width: 40%;
}

.table > div .tr.subSummary p:nth-of-type(2) {
  width: 60%;
  text-align: right;
}

.table > div .tr.radio {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
}

.table > div .tr.radio label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.table > div .tr.radio label > div {
  width: 50%;
  padding: 0.5rem 1rem;
}

.table > div .tr.radio input[type=radio] {
  min-width: 1.5rem;
  min-height: 1.5rem;
  background: url("../img/radio.svg") no-repeat center center/1.375rem;
  margin: 0 0.5rem;
  padding: 0.2rem;
}

.table > div .tr.radio input[type=radio]:checked {
  background-image: url("../img/radio_checked.svg");
}

.table > div .note {
  margin-top: 1rem; }

.table.balance .tr > div {
  width: 100%; }
  .table.balance .tr > div p:nth-of-type(1) {
    width: 8rem; }
  .table.balance .tr > div p:nth-of-type(2) {
    width: calc(100% - 8rem - 5px); }

.table.nodata > div .tr {
  background: #FFFFFF; }
  .table.nodata > div .tr .nodataText {
    text-align: center;
    padding: 3rem 0; }
  .table.nodata > div .tr.subSummary {
    background: #FCC800; }

.explanationGroup {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #FFFFFF;
  -webkit-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.16); }
  .explanationGroup:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    z-index: 1;
    background: #24A09A; }
  .explanationGroup:not(:nth-last-of-type(1)) {
    margin-bottom: 1rem; }
  .explanationGroup.show h3:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .explanationGroup.show div {
    display: block; }
  .explanationGroup h3 {
    position: relative;
    font-weight: bold;
    color: #327A79;
    line-height: 1.5rem;
    padding: 0.7rem 4rem 0.7rem 2rem; }
    .explanationGroup h3:before, .explanationGroup h3:after {
      content: '';
      position: absolute;
      right: 2rem;
      top: calc((3rem - 1.3rem)/2);
      height: 1.3rem;
      width: 2px;
      border-radius: 5rem;
      background: #24A09A;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    .explanationGroup h3:after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .explanationGroup h3:focus, .explanationGroup h3:hover {
      background: #F2FFFF; }
  .explanationGroup > div {
    display: none;
    color: #24A09A;
    border-top: 1px dashed #24A09A;
    margin: 0 3.3rem;
    padding: 1rem 0; }
    .explanationGroup > div pre {
      white-space: initial;
      line-height: 1.3rem; }
    .explanationGroup > div a {
      color: #FF0000; }
      .explanationGroup > div a:hover {
        font-weight: bold; }
    .explanationGroup > div ul {
      list-style-type: decimal; }
      .explanationGroup > div ul li {
        line-height: 1.3rem;
        margin: 0.5rem 0 0.5rem 1.2rem; }
        .explanationGroup > div ul li ul {
          list-style-type: none; }
          .explanationGroup > div ul li ul li {
            position: relative; }
            .explanationGroup > div ul li ul li:before {
              content: '－';
              position: absolute;
              left: -1.2rem; }
    .explanationGroup > div img {
      width: 100%;
      margin-top: 1rem; }
  .explanationGroup.downloadPage h3 {
    margin: 0 3.3rem;
    padding: 1rem 0; }
    .explanationGroup.downloadPage h3:before, .explanationGroup.downloadPage h3:after {
      display: none; }
    .explanationGroup.downloadPage h3:focus, .explanationGroup.downloadPage h3:hover {
      background: #FFFFFF; }
  .explanationGroup.downloadPage > div {
    display: block;
    padding: 1rem 0 2rem; }
    .explanationGroup.downloadPage > div .data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .explanationGroup.downloadPage > div .data img {
        width: 8.5rem;
        margin: 0; }
      .explanationGroup.downloadPage > div .data ul {
        width: calc(100% - 8.5rem);
        list-style-type: none;
        margin-left: 1rem; }
    .explanationGroup.downloadPage > div .btnGroup a {
      color: #FFFFFF; }

.accountCheck {
  margin: 0.8rem 0; }
  .accountCheck input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
    .accountCheck input[type="checkbox"] + label {
      position: relative;
      display: block;
      font-weight: initial;
      color: #327A79;
      line-height: 1.3rem;
      border: 1px solid #24A09A;
      border-radius: 5px;
      background: #FFFFFF;
      cursor: pointer;
      padding: 1rem 1rem 1rem 3rem; }
      .accountCheck input[type="checkbox"] + label:before {
        top: calc((100% - 2rem)/2);
        left: 0.5rem;
        width: 2rem;
        height: 2rem;
        background: url("../img/checkbox_uncheck.svg") no-repeat center center;
        background-size: 1.5rem; }
    .accountCheck input[type="checkbox"]:checked + label {
      font-weight: bold;
      color: #FFFFFF;
      background: #24A09A; }
      .accountCheck input[type="checkbox"]:checked + label:before {
        background-image: url("../img/checkbox_check.svg"); }

header {
  min-height: 80.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid #B23428;
  background: #327A79;
  padding: 15px 10%; }
  header .getMainBtn {
    position: absolute;
    top: 1px;
    left: 2px;
    display: block;
    text-decoration: none;
    color: transparent;
    border: none;
    background-color: transparent;
    outline: none; }
    header .getMainBtn:focus, header .getMainBtn:hover {
      color: #FFFFFF;
      outline: 4px solid #FFBF47;
      margin: 0.5rem;
      padding: 0.3rem; }
  header .logo {
    width: 9rem;
    display: inline-block;
    vertical-align: middle; }
    header .logo a {
      height: 42.5px;
      display: inline-block; }
      header .logo a img {
        height: 100%; }
        header .logo a img:hover {
          cursor: pointer;
          outline: 4px solid #FFBF47; }
  header h1 {
    width: 16rem;
    color: #FFFFFF;
    line-height: 2rem;
    border-left: 1px solid #FFFFFF;
    margin: 0 0 0 1.5rem;
    padding: 0 0 0 1.5rem; }
  header .headerBtn {
    width: calc(100% - 9rem - 16rem - 1.5rem);
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
    header .headerBtn > button {
      position: relative;
      color: #FFFFFF;
      line-height: 1.5rem;
      background: transparent; }
      header .headerBtn > button a {
        color: #FFFFFF;
        text-decoration: none; }
      header .headerBtn > button:hover {
        cursor: pointer;
        outline: 4px solid #FFBF47; }
      header .headerBtn > button:nth-of-type(2) {
        margin: 0 0 0 1.5rem;
        padding: 0 0 0 2.2rem; }
        header .headerBtn > button:nth-of-type(2):before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 1.3rem;
          background: url(../img/icon_logout.svg) no-repeat left center/contain; }

main {
  position: relative;
  min-height: calc(100vh - 80.5px - 70px);
  background: #F8F8F8; }
  main.loginPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 2.5rem 10%; }
    main.loginPage .btns {
      text-align: center;
      margin-top: 1rem; }
      main.loginPage .btns button {
        position: relative;
        width: 100%;
        font-weight: bold;
        color: #327A79;
        border: 1px solid #327A79;
        border-radius: 4px;
        background: #FFFFFF;
        margin: 0.25rem 0;
        padding: 2.8rem 0.5rem 0.5em; }
        main.loginPage .btns button:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 1.5rem;
          left: 0;
          right: 0; }
        main.loginPage .btns button:nth-of-type(1):after {
          background: url("../img/icon_info_l.svg") no-repeat center center; }
        main.loginPage .btns button:nth-of-type(2):after {
          background: url("../img/icon_QA_l.svg") no-repeat center center; }
        main.loginPage .btns button:nth-of-type(3):after {
          background: url("../img/icon_download_l.svg") no-repeat center center; }
        main.loginPage .btns button:hover, main.loginPage .btns button:active, main.loginPage .btns button:focus {
          color: #FFFFFF;
          border: 1px solid #F8F8F8;
          background: #FF0000;
          outline: 0;
          cursor: pointer; }
          main.loginPage .btns button:hover:before, main.loginPage .btns button:active:before, main.loginPage .btns button:focus:before {
            position: absolute;
            content: '';
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 3px;
            border: 0.4rem solid #FFBF47; }
          main.loginPage .btns button:hover:nth-of-type(1):after, main.loginPage .btns button:active:nth-of-type(1):after, main.loginPage .btns button:focus:nth-of-type(1):after {
            background: url("../img/icon_info_w.svg") no-repeat center center; }
          main.loginPage .btns button:hover:nth-of-type(2):after, main.loginPage .btns button:active:nth-of-type(2):after, main.loginPage .btns button:focus:nth-of-type(2):after {
            background: url("../img/icon_QA_w.svg") no-repeat center center; }
          main.loginPage .btns button:hover:nth-of-type(3):after, main.loginPage .btns button:active:nth-of-type(3):after, main.loginPage .btns button:focus:nth-of-type(3):after {
            background: url("../img/icon_download_w.svg") no-repeat center center; }
  main.menu, main.guide {
    padding: 2.5rem 10%; }
    main.menu .blockTitle, main.guide .blockTitle {
      border-bottom: 1px solid #DBDBDB;
      padding: 0 0 0.5rem; }
  main.menu section {
    width: 100%; }
    main.menu section .menuItem > div {
      position: relative;
      width: calc(100%/6.1 - 1.23rem);
      height: 9rem;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      border: 1px solid #DBDBDB;
      border-radius: 4px;
      background: #FFFFFF;
      margin: 0.5rem; }
      main.menu section .menuItem > div:after {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
      main.menu section .menuItem > div > div {
        display: inline-block;
        vertical-align: middle; }
        main.menu section .menuItem > div > div p {
          color: #327A79; }
        main.menu section .menuItem > div > div img {
          width: 6rem; }
      main.menu section .menuItem > div:hover, main.menu section .menuItem > div:active, main.menu section .menuItem > div:focus {
        position: relative;
        border: 0;
        outline: 0;
        cursor: pointer; }
        main.menu section .menuItem > div:hover:before, main.menu section .menuItem > div:active:before, main.menu section .menuItem > div:focus:before {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          border-radius: 4px;
          border: 0.2rem solid #24A09A; }
      main.menu section .menuItem > div a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        main.menu section .menuItem > div a:hover, main.menu section .menuItem > div a:active, main.menu section .menuItem > div a:focus {
          border: 0;
          outline: 0; }
          main.menu section .menuItem > div a:hover:before, main.menu section .menuItem > div a:active:before, main.menu section .menuItem > div a:focus:before {
            display: none; }
  main.guide section {
    width: 100%; }
    main.guide section .guideContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      margin-top: 1rem; }
      main.guide section .guideContent > div {
        width: calc(95%/2); }
        main.guide section .guideContent > div:nth-of-type(1) {
          margin-right: 5%; }
        main.guide section .guideContent > div p, main.guide section .guideContent > div ul {
          color: #363636;
          line-height: 1.5rem;
          margin-bottom: 1rem; }
        main.guide section .guideContent > div ul {
          list-style-type: decimal; }
          main.guide section .guideContent > div ul li {
            margin: 0.1rem 0 0.1rem 1.5rem; }
        main.guide section .guideContent > div .link button {
          width: calc(98%/2 - 0.5%);
          color: #327A79;
          line-height: 2.5rem;
          border: 1px solid #327A79;
          border-radius: 3rem;
          background: #FFFFFF;
          margin: 0.5rem 0; }
          main.guide section .guideContent > div .link button:nth-of-type(odd) {
            margin-right: 2%; }
          main.guide section .guideContent > div .link button:hover, main.guide section .guideContent > div .link button:active, main.guide section .guideContent > div .link button:focus {
            position: relative;
            font-weight: bold;
            color: #FFFFFF;
            border: 1px solid #F8F8F8;
            background: #FF0000;
            outline: 0;
            cursor: pointer; }
            main.guide section .guideContent > div .link button:hover:before, main.guide section .guideContent > div .link button:active:before, main.guide section .guideContent > div .link button:focus:before {
              position: absolute;
              content: '';
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              border-radius: 3rem;
              border: 0.3rem solid #FFBF47; }
  main.centerBlock section {
    margin: 0 auto;
    padding: 2rem 0; }

section:nth-of-type(1) {
  width: 70%;
  margin-right: 5%; }

section:nth-of-type(2) {
  width: 25%; }

section .content {
  border-radius: 6px;
  background: #FFFFFF;
  -webkit-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: 5%; }
  section .content.errorPage {
    border-radius: 6px;
    background: #FFFFFF;
    -webkit-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.16);
    margin-top: 0rem; }
  section .content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
    section .content > div.center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    section .content > div.divBlock {
      display: block;
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial; }
      section .content > div.divBlock > div {
        min-width: 100%; }
    section .content > div > div {
      width: 47%; }
    section .content > div.table {
      display: block;
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial; }
      section .content > div.table > div {
        width: 100%; }

section .success, section .errorPage {
  text-align: center;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 2.5rem; }
  section .success img, section .errorPage img {
    width: 15rem; }
  section .success p, section .errorPage p {
    font-weight: bold;
    line-height: 1.8rem;
    color: #327A79;
    margin: 0 0 1rem; }

section .success .successNote {
  display: block;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  margin-bottom: 2rem;
  padding: 0 5rem; }
  section .success .successNote .blockTitle {
    width: 100%;
    text-align: left; }
  section .success .successNote ul {
    text-align: left; }
    section .success .successNote ul li {
      margin: 0 0 0.8rem 1.5rem; }
      section .success .successNote ul li a {
        color: #D0011B; }

section .success .btnGroup {
  width: 90%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center; }
  section .success .btnGroup button {
    width: 50%; }

section .errorPage {
  text-align: left; }
  section .errorPage p {
    color: black; }
    section .errorPage p span {
      color: #D0011B; }
      section .errorPage p span a {
        margin: 0 0.3rem; }
  section .errorPage ul li {
    list-style-type: none;
    line-height: 1.5rem;
    margin: 1rem 0 1rem 0.5rem; }
    section .errorPage ul li a {
      text-decoration: none;
      font-weight: bold;
      color: #FFFFFF;
      border-radius: 4px;
      background: #327A79;
      margin: 0 0.5rem;
      padding: 0.5rem 1rem; }
      section .errorPage ul li a:hover, section .errorPage ul li a:active, section .errorPage ul li a:focus {
        position: relative;
        border: 0;
        background: #FF0000;
        outline: 0;
        cursor: pointer; }
        section .errorPage ul li a:hover:before, section .errorPage ul li a:active:before, section .errorPage ul li a:focus:before {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          border-radius: 4px;
          border: 5px solid #FFBF47; }

footer {
  color: #FFFFFF;
  background: #327A79;
  padding: 15px 10%; }
  footer > div {
    width: calc(100% - 7rem - 4px);
    display: inline-block;
    vertical-align: middle; }
    footer > div p {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      line-height: 1.2rem; }
  footer > a {
    width: 7rem;
    height: 40px;
    /* display: inline-block; */
    vertical-align: middle; }
    footer > a img {
      /* height: 100%;  */ }

.blocker {
  z-index: 999 !important; }

.modal {
  max-height: 90vh;
  overflow: scroll;
  overflow-x: hidden;
  border-radius: 4px !important;
  padding: 1.5rem 3rem !important; }
  .modal > a {
    display: none !important; }
  .modal .modalTitle {
    position: relative;
    font-weight: bold;
    color: #D0011B;
    margin-bottom: 1.5rem; }
    .modal .modalTitle:before {
      content: '';
      position: absolute;
      top: -5px;
      bottom: -5px;
      left: -1.2rem;
      width: 6px;
      background: #D0011B; }
  .modal .modalContent {
    margin-bottom: 1rem; }
    .modal .modalContent p {
      font-weight: bold;
      color: #000000;
      margin-bottom: 1rem; }
    .modal .modalContent pre {
      white-space: initial;
      line-height: 1.3rem;
      color: #363636; }
    .modal .modalContent ul {
      margin-top: 1rem; }
      .modal .modalContent ul li {
        color: #363636;
        margin: 0.5rem 0 0.5rem 1.5rem; }
      .modal .modalContent ul p {
        text-align: right;
        font-weight: initial;
        margin-top: 1rem; }
      .modal .modalContent ul.note {
        margin: 0;
        padding: 0; }
        .modal .modalContent ul.note li {
          line-height: 1.3rem;
          color: #327A79;
          margin: 0.5rem 0 0.5rem 1.5rem; }
        .modal .modalContent ul.note:before {
          display: none; }
  .modal .btnGroup {
    width: 100%; }
    .modal .btnGroup a {
      display: block !important; }
  .modal.keyboardModal {
    max-width: 350px;
    overflow: hidden;
    padding: 2rem !important; }
    .modal.keyboardModal .itemGroup .title label {
      color: #327A79; }

.loading {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }
  .loading div {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    .loading div img {
      margin: 0 auto;
      display: block;
      width: 80px;
      height: 80px; }
    .loading div span {
      color: #fff;
      font-size: 14px; }

@media all and (max-width: 1165px) {
  main.guide section .guideContent {
    width: 100%;
    display: block;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial; }
    main.guide section .guideContent > div {
      width: 100%; }
      main.guide section .guideContent > div:nth-of-type(1) {
        margin-right: 0; } }

@media all and (max-width: 1140px) {
  main.menu section .menuItem > div {
    width: calc(100%/4 - 1.23rem); } }

@media all and (max-width: 1030px) {
  .table > div .tr.subSummary {
    display: block;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial; }
    .table > div .tr.subSummary p:nth-of-type(1), .table > div .tr.subSummary p:nth-of-type(2) {
      width: 100%;
      text-align: left;
      line-height: 1.3rem; } }

@media all and (max-width: 920px) {
  main.menu section .menuItem > div {
    width: calc(100%/3 - 1.23rem); } }

@media all and (max-width: 900px) {
  main.loginPage {
    display: block;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding: 2.5rem 10%; }
    main.loginPage .btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
      main.loginPage .btns button {
        padding: 3.8rem 0.5rem 1.5em; }
        main.loginPage .btns button:nth-of-type(2) {
          margin: 0.25rem 0.5rem; }
  main.centerBlock section {
    padding: 2rem; }
  section:nth-of-type(1), section:nth-of-type(2) {
    width: 100%; }
  section:not(:nth-last-of-type(1)) {
    margin: 0 0 1rem; }
  footer > div p {
    width: inherit;
    vertical-align: middle; } }

@media all and (max-width: 790px) {
  header .headerBtn > button:nth-of-type(2) {
    margin: 0 0 0 1rem; } }

@media all and (max-width: 768px) {
  .guidePoint {
    display: none !important; }
  header .getMainBtn {
    display: none; }
  footer > div p {
    width: initial;
    vertical-align: sub; } }

@media all and (max-width: 690px) {
  header {
    padding: 15px 3%; }
    header h1 {
      margin: 0 0 0 1rem;
      padding: 0 0 0 1rem; }
    header .logo {
      width: 10rem; }
    header .headerBtn {
      width: calc(100% - 9rem - 16rem - 2rem); }
      header .headerBtn > button:nth-of-type(2) {
        margin: 0 0 0 1rem; }
  main.loginPage {
    padding: 2.5rem 3%; }
  main.menu {
    padding: 15px 3%; }
  main.guide {
    padding: 2.5rem 3%; }
  footer {
    padding: 15px 3%; }
    footer > div {
      width: calc(100% - 8rem - 4px); } }

@media all and (max-width: 950px) {
  .table > div .tr > div {
    width: 100%;
  }
  .table > div .tr.radio {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0.5rem;
  }
  .table > div .tr.radio label > div {
    width: 100%;
  }
  .table > div .tr.radio input[type=radio] {
    margin: 0.5rem 0 0 0.5rem;
  }
}

@media all and (max-width: 610px) {
  header .logo {
    width: 11rem; }
    header .logo a {
      height: 45px; }
  .table > div .tr > div {
    width: 100%; }
  .explanationGroup.downloadPage h3 {
    margin: 0 3.3rem;
    padding: 1rem 0; }
    .explanationGroup.downloadPage h3:before, .explanationGroup.downloadPage h3:after {
      display: none; }
    .explanationGroup.downloadPage h3:focus, .explanationGroup.downloadPage h3:hover {
      background: #FFFFFF; }
  .explanationGroup.downloadPage > div {
    display: block;
    padding: 1rem 0 2rem; }
    .explanationGroup.downloadPage > div .data {
      display: block;
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial; }
      .explanationGroup.downloadPage > div .data img {
        width: 8.5rem;
        display: block;
        margin: 0 auto; }
      .explanationGroup.downloadPage > div .data ul {
        width: 100%;
        margin-left: 0; }
    .explanationGroup.downloadPage > div .btnGroup {
      width: 100%; } }

@media all and (max-width: 585px) {
  header h1 {
    border: 0;
    margin: 0;
    padding: 0; }
  header .logo {
    display: none; }
  header .headerBtn {
    width: calc(100% - 16rem); } }

@media all and (max-width: 550px) {
  main.menu section .menuItem > div {
    width: calc(100%/2 - 1.23rem); }
  section .content {
    padding: 5%; }
    section .content > div {
      display: block;
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial; }
      section .content > div > div {
        width: 100%; }
      section .content > div.table > div {
        padding: 0; }
    section .content .btnGroup {
      width: 100%; }
      section .content .btnGroup button:not(:nth-last-of-type(1)) {
        margin-bottom: 1rem; }
      section .content .btnGroup button:not(:nth-of-type(1)) {
        margin-left: 0; }
  section .success .successNote {
    padding: 0; }
  section .success .btnGroup button {
    width: 100%; } }

@media all and (max-width: 460px) {
  .itemGroup.qaPage {
    display: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial; }
    .itemGroup.qaPage .title {
      display: block; }
    .itemGroup.qaPage .item {
      width: 100%;
      margin: 0.7rem 0; }
  footer {
    padding: 17.5px 2.5rem; }
    footer a {
      height: 35px; } }

@media all and (max-width: 410px) {
  main.guide section .guideContent > div .link button {
    width: 100%; } }

@media all and (max-width: 360px) {
  footer > div {
    width: calc(100% - 8rem - 4px); } }
    
    
.countDown{
	float: right;
    color: red;
    padding: 10px;
}
