body, input, textarea, button, table {
  margin: 0;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #444
}

body, h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

img, fieldset {
  border: 0 none
}

dl, ul, ol, li {
  list-style: none outside none;
}

table {
  border-collapse: collapse;
}

li img {
  vertical-align: top;
}

td img {
  vertical-align: middle;
}

.cursor {
  cursor: pointer;
}

strong, .strong, b {
  font-weight: 600;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
}

hr {
  clear: both;
  display: none;
}

.blind, legend, caption {
  display: none;
}

a {
  text-decoration: none;
  color: #444;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

table a:hover, table a:active {
  text-decoration: underline;
}

input, textarea{
  vertical-align: middle;
  font-size: 15px;
  border: 1px solid #eee;
  background: #fff;
  outline: 0;
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0;
}


h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}

h1 {
  font-size: 22px;
  line-height: 1.25;
}

h2 {
  font-size: 18px;
  line-height: 1.5;
}

h3 {
  font-size: 16px;
  line-height: 1.6666;
  margin-bottom: 12px;
}

h4, h5, h6 {
  font-size: 14px;
  line-height: 1.875;
  margin-bottom: 12px;
}

a {
  /*transition:0.2s;*/
}


/*---------------------------------------
Margin
------------------------------------------------------------------------------*/
.mb-30 {
  margin-bottom: 30px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.maT-0 {
  margin-top: 0px !important;
}

.maT-05 {
  margin-top: 5px !important;
}

.maT-10 {
  margin-top: 10px !important;
}

.maT-15 {
  margin-top: 15px !important;
}

.maT-20 {
  margin-top: 20px !important;
}

.maT-30 {
  margin-top: 30px !important;
}

.maT-40 {
  margin-top: 40px !important;
}

.maT-50 {
  margin-top: 50px !important;
}

.maT-60 {
  margin-top: 60px !important;
}

.maB-0 {
  margin-bottom: 0 !important;
}

.maB-7 {
  margin-bottom: 7px !important;
}

.maB-20 {
  margin-bottom: 20px !important;
}

.maB-40 {
  margin-bottom: 40px !important;
}

.maR-5 {
  margin-right: 5px !important;
}

.maR-10 {
  margin-right: 10px !important;
}

.maR-20 {
  margin-right: 20px !important;
}

.maR-50 {
  margin-right: 50px !important;
}

.maL-0 {
  margin-left: 0px !important;
}

.maL-10 {
  margin-left: 10px !important;
}

.maL-30 {
  margin-left: 30px !important;
}

.pa-10 {
  padding: 10px !important;
}

.pa-15 {
  padding: 15px !important;
}

.paT-0 {
  padding-top: 0px !important;
}

.paT-10 {
  padding-top: 10px !important;
}

.paT-20 {
  padding-top: 20px !important;
}


.paT-30 {
  padding-top: 30px !important;
}

.paB-0 {
  padding-bottom: 0 !important;
}

.paB-10 {
  padding-bottom: 10px !important;
}

.paB-30 {
  padding-bottom: 30px;
}

.paR-22p {
  padding-right: 22%;
}

/*---------------------------------------
TEXT
------------------------------------------------------------------------------*/
.fc-red {
  color: #e2231a;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.tBold {
  font-weight: bold;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.fs-xs {
  font-size: 13px;
}

.ts-md-52 {
  font-size: 52px !important;
}

.ts-md-32 {
  font-size: 32px;
}

.ts-md-22 {
  font-size: 22px;
}

.ts-md-16 {
  font-size: 16px;
}

.ts-md-14 {
  font-size: 14px;
}

.ts-md-12 {
  font-size: 12px !important;
}

.color-caution {
  color: #f79907 !important
}

.color-red {
  color: #e42313 !important;
}

.color-blue {
  color: #1394e4 !important;
}

.color-red-mini {
  color: #e42313;
  font-size: 14px;
  font-weight: 700;
}

.color-green {
  color: mediumseagreen;
}

.ico_id01 {
  font-size: 12px;
  color: #fff;
  background-color: #d1171a;
  padding: 6px 8px;
  border-radius: 4px;
}

/*---------------------------------------
Width
------------------------------------------------------------------------------*/
.w-5p {
  width: 5% !important;
}

.w-10p {
  width: 10% !important;
}

.w-20p {
  width: 20% !important;
}

.w-30p {
  width: 30% !important;
}

.w-50p {
  width: 50% !important;
}

.w-70p {
  width: 70% !important;
}

.w-80p {
  width: 80% !important;
}

.w-100p {
  width: 100% !important;
}

.fl_L {
  float: left;
}

.fl_R {
  float: right;
}

.vl_m {
  vertical-align: middle;

}

/*---------------------------------------
Header
------------------------------------------------------------------------------*/
.header {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 95px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.3);
}

.header .in-header {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 105;
}

.header h1 {
  position: absolute;
  left: 20px;
  top: 12px;
}

.header h1 a {
  margin-top: 5px;
  display: inline-block;
  width: 305px;
  height:50px;
  background-size: 100%;
}

.header .menu {
  position: relative;
  padding-top: 33px;
  left: 20%;
  transform: none;
  display: flex;
  justify-content: center;
  max-width: 600px;
}

.header .menu ul {
  display: flex;
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header .menu li {
  display: inline-block;
  vertical-align: top;
}

.header .menu li:last-of-type {
  margin-right: 0;
}

.header .menu li a {
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.3;
  font-size: 18px;
  width: auto;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

.header .menu li.on a,
.header .menu li:hover a {
  color: #e42313;
  border-bottom: 3px solid #e42313;
  padding-bottom: 5px;
  text-decoration:none;
}

.header .top-ri-box {
  position: absolute;
  right: 0;
  top: 28px;
}

.header .top-ri-box .btn-area {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.header .top-ri-box .btn-area a {
  display: inline-block;
  vertical-align: Top;
  padding: 0 10px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}


.header .top-ri-box .btn-area a.login {
  width: 75px;
  text-align: center;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 0 23px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: #222;
  margin-right: 6px;
}

.header .top-ri-box .btn-area a.logout {
  /*width: 75px;*/
  text-align: center;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 0 23px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: #222;
  margin-right: 6px;
}

.header .top-ri-box .btn-area a.signup {
  /*width: 75px;*/
  text-align: center;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 0 23px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: #fff;
  margin-right: 15px;
}

.lang-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 28px;
  margin-left: 12px;
}

.lang-select a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.lang-select > a {
  font-weight: 500;
  padding-right: 19px;
  line-height: 28px;
  background: url("../front/img/icon_arr_down_min.png") no-repeat 99% 50%;
  background-size: 12px 8px;
}

.lang-select a u {
  text-decoration: none;
}

.lang-select a img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.lang-select div {
  display: none;
  position: absolute;
  left: 0px;
  top: 32px;
  width: 73px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.lang-select div a {
  /*padding: 5px 11px 5px 5px;*/
  border-radius: 5px;
  color: #222;
}

.lang-select div a:hover {
  background: #ededed;
}

.header .mobile-menu {
  display: none;
  position: absolute;
  right: 15px;
  top: 25px;
}

.header .mobile-menu a {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../front/img/top/btn_m_menu.png") no-repeat 50% 50%;
  background-size: contain;
}

.clear {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../front/img/top/btn_m_menu_red.png") no-repeat 50% 50% !important;
  background-size: contain !important;
}

/*mouse over*/
.header.on {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e0e0e0;
}

.header.on .menu li a {
  color: #222;
}

.header.on .menu li.on a,
.header.on .menu li:hover a {
  color: #e42313;
  text-decoration: none;
}

.header.on .top-ri-box .btn-area a {
  color: #222;
}

.header.on .top-ri-box .btn-area a.login {
  background: #e42313;
  color: #fff;
  border-color: #eee;
}

.header.on .top-ri-box .btn-area a.signup {
  background: #fff;
  color: #222;
  border-color: #222;
}

.header.on .top-ri-box .btn-area a.login:hover,
.header.on .top-ri-box .btn-area a.logout:hover {
  background-color: rgba(228, 35, 19, 0.7);
  transition: 0.2s;
}

.header.on .top-ri-box .btn-area a.signup:hover {
  background-color: rgba(255, 255, 255, 0);
  transition: 0.2s;
}


.header.on .top-ri-box .lang-select a {
  color: #222;
}

.header.on .top-ri-box .lang-select > a {
  background-image: url("../front/img/icon_arr_down_min.png");
}

.header-allmenu-contain {
  display: none;
  position: absolute;
  left: 0;
  top: 96px;
  width: 100%;
  height: 234px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}

.header-allmenu-contain > div {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -460px;
}

.header-allmenu-contain ul {
  font-size: 0;
  display: inline-block;
  margin-top: 27px;
}

.header-allmenu-contain ul li {
  display: inline-block;
  vertical-align: top;
}

.header-allmenu-contain ul li + li {
  margin-left: 35px;
}

.header-allmenu-contain ul li .menulist {
  padding-top: 5px;
  min-width: 165px;
}

.header-allmenu-contain ul li .menulist a {
  display: block;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #222;
  font-weight: 300;
}

.header-allmenu-contain ul li .menulist a:hover {
  color: #e42313;
}

.header-allmenu-contain ul li .btn-area {
  width: 250px;
}

.header-allmenu-contain ul li .btn-area a {
  display: block;
  height: 53px;
  padding: 0 18px;
  line-height: 55px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f7f7f7 url("../front/img/top/icon_arr_right_min.png") no-repeat 95% 50%;
  background-size: 8px 12px;
  text-decoration:none;
}

.header-allmenu-contain ul li .btn-area a:hover {
  border-color: #e42313;
  color: #fff;
  background: #e42313 url("../front/img/top/icon_arr_right_min_w.png") no-repeat 95% 50%;
  background-size: 8px 12px;
}

.header-allmenu-contain ul li .btn-area a.two {
  line-height: 1.3;
  padding-top: 7px;
  box-sizing: border-box;
}

.header-allmenu-contain ul li .btn-area a.two em {
  font-style: normal;
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}

.header-allmenu-contain ul li .btn-area a:hover em {
  color: #fff;
}

.header-allmenu-contain ul li .btn-area a + a {
  margin-top: 7px;
}

/*---------------------------------------
MobieMenu
------------------------------------------------------------------------------*/
.mobile-allmenu-contain {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 999;
  overflow: hidden;
}

.mobile-allmenu-contain .in-allmenu {
  display: block;
  position: relative;
  z-index: 2;
  left: 90%;
  width: 300px;
  float: right;
  min-height: 300px;
  height: 100%;
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

.mobile-allmenu-contain .in-allmenu > a.btn-mclose {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 27px;
  height: 27px;
  background: url("../front/img/top/btn_close_mobile.png") no-repeat 50% 50%;
  background-size: contain;
}

.mobile-allmenu-contain .in-allmenu .top-btns {
  display: flex;
  position : absolute;
  bottom : 10%;
  width:90%;
}

.mobile-allmenu-contain .in-allmenu .top-btns a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.mobile-allmenu-contain .in-allmenu .top-btns > a {
  padding-right: 50px;
}

.mobile-allmenu-contain .in-allmenu .top-btns .lang-select {
  margin-left: 0;
  background-color:#dddddd;
  padding: 0px 15px;
}

.mobile-allmenu-contain .in-allmenu .top-btns .lang-select > a {
  box-sizing: border-box;
  background-image: url("../front/img/icon_arr_down_min.png");
}

.mobile-allmenu-contain .in-allmenu .top-btns .lang-select div {
  width: 90px;
}

.mobile-allmenu-contain .in-allmenu .top-btns .lang-select div a {
  display: block;
  box-sizing: border-box;
}

.mobile-allmenu-contain .in-allmenu .round-btns {
  font-size: 0;
  padding-top: 30px;
  margin-top:20px;
}

.mobile-allmenu-contain .in-allmenu .round-btns a {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #222;
  background: #222;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
}

.mobile-allmenu-contain .in-allmenu .round-btns a + a {
  margin-left: 1%;
  background: #fff;
  color: #222;
}


.mobile-allmenu-contain .in-allmenu .m-menu-list {
  padding-top: 20px;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list > div {
}

.mobile-allmenu-contain .in-allmenu .m-menu-list > div + div {
  margin-top: 25px;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list > div > a {
  display: block;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list .subj {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list .in-m-btns {
  padding-top: 15px;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list .in-m-btns a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 15px;
  color: #222;
  font-weight: 500;
  background: #f7f7f7 url("../front/img/top/icon_arr_right_min.png") no-repeat 98% 50%;
  background-size: 8px 12px;
  border-radius: 5px;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list .in-m-btns a.two {
  line-height: 1.3;
  height: auto;
  padding: 10px 15px;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list .in-m-btns a.two em {
  font-style: normal;
  color: #666;
  font-weight: 300;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list .in-m-btns a + a {
  margin-top: 10px;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list .in-m-list {
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list .in-m-list a {
  width: 50%;
  vertical-align: top;
  width: 50%;
  padding: 15px 10px 15px 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  border-bottom: 1px solid #e0e0e0;
  background: url("../front/img/top/btn_pageing_next.png") no-repeat 0 22px;
  background-size: 14px;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list .in-m-list a.full {
  display: block;
  width: 100%;
}

.mobile-allmenu-contain .in-allmenu .m-menu-list > div.on .subj {
  color: #e42313;
}


.mobile-allmenu-contain .in-allmenu .m-menu-list > div .child-item {
  display: none;
}


.mobile-allmenu-contain .mac-blind {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/*---------------------------------------
Footer
------------------------------------------------------------------------------*/
.footer {
  height: 225px;
  text-align: center;
  padding-top: 90px;
  box-sizing: border-box;
}

.footer .in-foot {
  position: relative;
  display: inline-block;
  max-width: 1400px;
  width: 100%;
  text-align: left;
}

.footer .in-foot .btns {
}

.footer .in-foot .btns a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.footer .in-foot .btns a + a {
  margin-left: 30px;
}

.footer .in-foot p {
  font-size: 12px;
  color: #666;
  font-weight: 300;
  padding-top: 15px;
}

.footer .in-foot .number-infor {
  position: absolute;
  right: 0;
  top: 0;
}

.footer .in-foot .number-infor span.txt_num {
  display: block;
  font-size: 22px;
  color: #222;
  font-weight: 500;
}

.footer .in-foot .number-infor span.txt_num a {
  color: #222;
}

.footer .in-foot .number-infor span img {
  width: 18px;
  margin-right: 5px;
}

.footer .in-foot .number-infor p {
  font-size: 14px;
  color: #222;
  font-weight: 300;
  padding-top: 5px;
}

@media screen and (max-width: 1430px) {
  .header .menu {
    left: 21%;
    width: 500px;
    padding-top: 32px;
  }
  /*---------------------------------------
  Header
  ------------------------------------------------------------------------------*/
  .header .top-ri-box {
    right: 15px;
  }

  /*---------------------------------------
  Footer
  ------------------------------------------------------------------------------*/
  .footer .in-foot {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .footer .in-foot .number-infor {
    right: 15px;
  }
}

@media screen and (max-width: 1290px) {
  /*---------------------------------------
  Header
  ------------------------------------------------------------------------------*/
  .header .menu li {
    margin-right: 28px;
  }
}

@media screen and (max-width: 1335px) {
  /*---------------------------------------
  Header
  ------------------------------------------------------------------------------*/
  .header {
    background: none;
  }

  .header h1 {
    left: 12px;
    top: 0px;
  }

  .header .menu {
    display: none;
  }

  .header .top-ri-box {
    display: none;
  }

  .header .mobile-menu {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }

  /*.header h1 { font-size:0; top:17px; }*/
  .header h1 a {
    background: none;
    width: 230px;
    height: auto;
  }

  .header h1 a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .header .mobile-menu {
    top: 15px;
  }

  .header .mobile-menu a {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 780px) {
  /*---------------------------------------
  Footer
  ------------------------------------------------------------------------------*/
  .footer {
    height: auto;
    padding: 50px 15px 10px;
  }

  .footer .in-foot {
    text-align: center;
  }

  .footer .in-foot .number-infor {
    position: relative;
    right: auto;
    top: auto;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  #sub_wrap {
    margin-top: 260px;
  }

  .maT-60 {
    margin-top: 30px;
  }

  .maT-50 {
    margin-top: 25px;
  }

  .maT-40 {
    margin-top: 20px;
  }

  .maT-10-s {
    margin-top: 10px !important;
  }

  .maT-15-s {
    margin-top: 15px !important;
  }

  .maT-20-s {
    margin-top: 20px !important;
  }

  .maB-10-s {
    margin-bottom: 10px;
  }

  .maB-15-s {
    margin-bottom: 15px;
  }

  .maR-0-s {
    margin-right: 0;
  }

  .maL-0-s {
    margin-left: 0 !important;
  }

  .paB-20-s {
    padding-bottom: 20px;
  }

  .txtC-s {
    text-align: center !important;
  }

  .w100-s {
    width: 100% !important;
  }
}

@media screen and (max-width: 456px) {
  .footer .in-foot .btns a + a {
    margin-left: 15px;
  }
}

@media screen and (max-width: 362px) {
  .footer .in-foot .btns a {
    width: 35%;
    margin-bottom: 10px;
  }

  .footer .in-foot .btns a + a {
    margin-left: 0;
  }
}

body.processing {
  overflow: hidden;
}

body.processing .processing-modal {
  display: block;
}

.processing-modal {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .75) url("../front/img/top/ajax-loader.gif") 50% 50% no-repeat !important;
}
