.app_wrap {
  height: 100%;
}

/* moblie Class */
._mshow {
  display: none;
}

.header {
  width: 100%;
  height: 102px;
  position: fixed;
  top: 0;
  z-index: 300;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.header-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.header-wrap .header-logo {
  width: 200px;  
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding-top: 0;
  float: left;
  box-sizing: border-box;
}

.header-wrap .header-logo a {
  width: auto;
  height: auto;
  display: inline-block;
  cursor: pointer;
}

.header-wrap .header-logo img {
  /*width: 100%;*/
  width: 200px;
}

.header-wrap .header-nav {
  height: 102px;
  float: right;
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.43px;
}

.header-wrap .header-nav .header-nav-list {
  float: left;
  margin-top: 40px;
  margin-right: 100px;
}

.header-wrap .header-nav .header-nav-list li {
  float: left;
  margin-right: 50px;
  cursor: pointer;
}

.header-wrap .header-nav .header-nav-list li:last-child {
  margin-right: 0;
}
.header-wrap .header-nav .header-nav-list li a {
  color: inherit;
}
.header-wrap .header-nav .header-nav-list li a:hover {
  text-decoration: none;
}

.header-wrap .header-nav .header-website {
  height: 102px;
  margin-top: 35px;
  float: right;
  display: inline-block;
  cursor: pointer;
}

.header-wrap .header-nav .header-website img {
  width: 30px;
  height: 30px;
}

.app {
  padding-top: 102px;
}


.contents {
  padding-top: 70px;
  padding-bottom: 80px;
}

.container {
  max-width: 1200px;
  padding: 0 !important;
  margin: 0 auto;
}


.main-message {
  width: 100%;
  padding: 27px 0;
  border-bottom: 1px solid #dddddd;
}

.main-message p {
  max-width: 1200px;
  margin: 0 auto;
  color: #999999;
  font-size: 16px;
  line-height: 1.43;
  text-align: center;
}

.main-message p span {
  width: 100%;
  display: block;
  color: #0b6bb8;
  font-weight: bold;
}

#toTop {
  z-index: 480;
  display: inline;
  position: fixed;
  right: 4%;
  bottom: 20px;
  width: 52px;
}

#toTop img {
  width: 100%;
}

.footer {
  width: 100%;
}

.footer .footer-customer {
  width: 100%;
  padding: 30px 0 30px;
  text-align: center;
  background-color: #efefef;
}

.footer .footer-customer .call-center {
  padding-bottom: 12px;
  line-height: 24px;
}

.footer .footer-customer .call-center .title {
  display: inline-block;
  padding-right: 6px;
  color: #191919;
  font-size: 20px;
  font-weight: bold;
}

.footer .footer-customer .call-center .number {
  display: inline-block;
  padding-right: 6px;
  color: #1ca4a4;
  font-size: 28px;
  font-weight: bold;
}

.footer .footer-customer .call-center .explain {
  color: #555555;
}

.footer .footer-customer .message {
  color: #868686;
  font-size: 14px;
}

.footer .footer-company {
  width: 100%;
  padding: 45px 0 55px;
  color: #999999;
  font-size: 14px;
  text-align: center;
  line-height: 1.63;
  background-color: #222222;
}

.footer .footer-company .copyright {
  color: #41a4f9;
}

.cursor {cursor: pointer; cursor: hand;}

.chk-green { border: 1px green solid }
.chk-red { border: 1px red solid }
.chk-blue { border: 1px blue solid }
.align-xy-center { display: flex; justify-content: center; align-items: center; }
.center { text-align: center }
.left { text-align: left }
.right { text-align: right }
.bold { font-weight: bold }
.bt-line { border-top: 1px solid #a6a6a6; }
.bb-line { border-bottom: 1px solid #a6a6a6; }

.bg-choice { background-color: #fff2cc; }
.bg-readonly { background-color: #e9e9e9; }

.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f21 {font-size: 21px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f26 {font-size: 26px;}
.f27 {font-size: 27px;}

.pt-10 {padding-top: 10px;}
.pt-12 {padding-top: 12px;}
.pt-15 {padding-top: 15px;}
.pt-16 {padding-top: 16px;}
.pt-17 {padding-top: 17px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}

.pr-10 {padding-right: 10px}

.pb-0 {padding-bottom: 0px;}
.pb-10 {padding-bottom: 10px;}
.pb-12 {padding-bottom: 12px;}
.pb-14 {padding-bottom: 14px;}
.pb-16 {padding-bottom: 16px;}
.pb-18 {padding-bottom: 18px;}
.pb-20 {padding-bottom: 20px;}
.pb-30 {padding-bottom: 30px;}
.pb-40 {padding-bottom: 40px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-70 {padding-bottom: 70px;}
.pb-80 {padding-bottom: 80px;}
.pb-90 {padding-bottom: 90px;}

.mt-6{margin-top: 6px;}
.mt-8{margin-top: 8px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mt-80{margin-top: 80px;}
.mt-90{margin-top: 90px;}

.mr-10{margin-right: 10px;}
.mr-20{margin-right: 20px;}

.mb-10{margin-bottom: 10px;}
.mb-12{margin-bottom: 12px;}
.mb-14{margin-bottom: 14px;}
.mb-17{margin-bottom: 17px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-80{margin-bottom: 80px;}
.mb-90{margin-bottom: 90px;}

.text-success {color: #28a745!important;}
.text-danger {color: #dc3545!important;}
.text-red {color: #ff0000!important;}
.text-blue {color: #0000ff!important;}
.text-default {color: #999999 !important;}
.text-point {color: #1874c3;}

.text-center {text-align: center}
.vertical-middle {vertical-align: middle}

.btn.primary {
  color: #ffffff;
  background-color: #0055a0;
}

.btn.primary:focus,
.btn.primary:hover {
  color: #ffffff;
  background-color: #123f65;
}

/** highlight rolling **/
.main-message {
  width: 100%;
  padding: 27px 0;
  border-bottom: 1px solid #dddddd;
}
.main-message #rolling {
  overflow: hidden;
  width: auto;
  height: 20px;
}
.main-message #rolling ul {
  position: relative;
}
.main-message #rolling li {
  color: #999999;
  font-size: 16px;
  line-height: 1.43;
  text-align: center;
  height: 50px;  
}
.main-message #rolling li span {
  width: auto;
  color: #0b6bb8;
  font-weight: bold;
}

.main-message .com-section {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}


/** Layer popup **/
.layerPopup {display:none;}
.layerPopup .layerBox {
  position:fixed; left:50%; top:310px; transform:translate(-50%, -50%); padding:0px; background:#fff;
  border-radius:0px; border: solid 1px black; z-index:999; text-align: right; width:400px;
}
.layerPopup .layerBox .title {margin-bottom:10px; padding-bottom:10px; font-weight:600; border-bottom:1px solid #d9d9d9;}
.layerPopup .layerBox .cont {margin-bottom:7px;}
.layerPopup .layerBox p {line-height:20px; font-size:13px;}
.layerPopup .layerBox .btnTodayHide {font-size:13px; font-weight:600; text-decoration:underline; padding-right:10px; cursor:pointer}
.layerPopup .layerBox .btnClose {font-size:13px; font-weight:600; text-decoration:underline; padding-right:6px; cursor:pointer}
