@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

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

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b, strong {
  font-weight: bold !important;
}

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

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

button, input { /* 1 */
  overflow: visible;
  transition: all 0.2s ease-in-out 0s;
}

button, select { /* 1 */
  text-transform: none;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: 0;
}

textarea {
  overflow: auto;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

progress {
  vertical-align: baseline;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

template, [hidden], .hidden {
  display: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

img {
  vertical-align: top;
  border-style: none;
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  background: 0 0;
  zoom: 1;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0;
}

a:focus {
  outline: 0;
}

a img {
  opacity: 1;
  transition: ease-out 0.3s;
}

a img:hover {
  opacity: 0.7;
  transition: ease-out 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

a, button, input {
  transition: all 0.3s ease-in-out 0s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important;
}

.p01 {
  padding: 1px !important;
}

.p02 {
  padding: 2px !important;
}

.p03 {
  padding: 3px !important;
}

.p04 {
  padding: 4px !important;
}

.p05 {
  padding: 5px !important;
}

.p06 {
  padding: 6px !important;
}

.p07 {
  padding: 7px !important;
}

.p08 {
  padding: 8px !important;
}

.p09 {
  padding: 9px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%;
}

.ml2per {
  margin-left: 2%;
}

.ml3per {
  margin-left: 3%;
}

.ml4per {
  margin-left: 4%;
}

.mr1per {
  margin-right: 1%;
}

.mr2per {
  margin-right: 2%;
}

.mr3per {
  margin-right: 3%;
}

.mr4per {
  margin-right: 4%;
}

.mt1per {
  margin-top: 1%;
}

.mt2per {
  margin-top: 2%;
}

.mt3per {
  margin-top: 3%;
}

.mt4per {
  margin-top: 4%;
}

.mt5per {
  margin-top: 5%;
}

.mt6per {
  margin-top: 6%;
}

.mt7per {
  margin-top: 7%;
}

.mt8per {
  margin-top: 8%;
}

.mt9per {
  margin-top: 9%;
}

.mt10per {
  margin-top: 10%;
}

.pd1per {
  padding: 1%;
}

.pd2per {
  padding: 2%;
}

.pd3per {
  padding: 3%;
}

.pd4per {
  padding: 4%;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

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

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lower {
  text-transform: lowercase !important;
}

.text_upper {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: normal !important;
}

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

.text_line {
  text-decoration: underline;
}

.text_noline {
  text-decoration: none !important;
}

.text_over {
  overflow: hidden !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lhnm {
  line-height: normal !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.visible {
  visibility: visible;
}

.visible-hidden {
  visibility: hidden;
}

.dispc, .breakpc {
  display: block;
}

@media all and (max-width: 767px) {
  .dispc, .breakpc {
    display: none;
  }
}
.dissp, .breaksp {
  display: block;
}

@media all and (min-width: 768px) {
  .dissp, .breaksp {
    display: none;
  }
}
.flexFont {
  font-size: 100%;
}

.obj__fit, .imgfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.overflow {
  overflow: hidden;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* purgecss start ignore */
/* purgecss end ignore */
@media all and (max-width: 767px) {
  .menu-open.navstate_show .type1 .nav-list > .nav-list-item {
    animation-name: fadeInLeft;
    animation-iteration-count: 1;
    animation-duration: 0.6s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(1) {
  animation-delay: 0.1s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(2) {
  animation-delay: 0.2s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(3) {
  animation-delay: 0.3s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(4) {
  animation-delay: 0.4s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(5) {
  animation-delay: 0.5s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(6) {
  animation-delay: 0.6s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(7) {
  animation-delay: 0.7s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(8) {
  animation-delay: 0.8s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(9) {
  animation-delay: 0.9s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(10) {
  animation-delay: 1s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(11) {
  animation-delay: 1.1s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(12) {
  animation-delay: 1.2s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(13) {
  animation-delay: 1.3s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(14) {
  animation-delay: 1.4s;
}

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(15) {
  animation-delay: 1.5s;
}

@media all and (max-width: 767px) {
  .menu-open.navstate_show .type2 .nav-list > .nav-list-item {
    animation-name: fadeInUp;
    animation-iteration-count: 1;
    animation-duration: 0.6s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(1) {
  animation-delay: 0.1s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(2) {
  animation-delay: 0.2s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(3) {
  animation-delay: 0.3s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(4) {
  animation-delay: 0.4s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(5) {
  animation-delay: 0.5s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(6) {
  animation-delay: 0.6s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(7) {
  animation-delay: 0.7s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(8) {
  animation-delay: 0.8s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(9) {
  animation-delay: 0.9s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(10) {
  animation-delay: 1s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(11) {
  animation-delay: 1.1s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(12) {
  animation-delay: 1.2s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(13) {
  animation-delay: 1.3s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(14) {
  animation-delay: 1.4s;
}

.menu-open.navstate_show .type2 .nav-list > .nav-list-item:nth-child(15) {
  animation-delay: 1.5s;
}

@media all and (max-width: 767px) {
  .menu-open.navstate_show .type3 .nav-list > .nav-list-item > a {
    animation-name: fadeInUp;
    animation-iteration-count: 1;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(1) a {
  animation-delay: 0.2s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(2) a {
  animation-delay: 0.4s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(3) a {
  animation-delay: 0.6s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(4) a {
  animation-delay: 0.8s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(5) a {
  animation-delay: 1s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(6) a {
  animation-delay: 1.2s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(7) a {
  animation-delay: 1.4s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(8) a {
  animation-delay: 1.6s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(9) a {
  animation-delay: 1.8s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(10) a {
  animation-delay: 2s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(11) a {
  animation-delay: 2.2s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(12) a {
  animation-delay: 2.4s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(13) a {
  animation-delay: 2.6s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(14) a {
  animation-delay: 2.8s;
}

.menu-open.navstate_show .type3 .nav-list > .nav-list-item:nth-child(15) a {
  animation-delay: 3s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item > a {
  animation-name: slideInUp;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(1) a {
  animation-delay: 0.2s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(2) a {
  animation-delay: 0.4s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(3) a {
  animation-delay: 0.6s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(4) a {
  animation-delay: 0.8s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(5) a {
  animation-delay: 1s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(6) a {
  animation-delay: 1.2s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(7) a {
  animation-delay: 1.4s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(8) a {
  animation-delay: 1.6s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(9) a {
  animation-delay: 1.8s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(10) a {
  animation-delay: 2s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(11) a {
  animation-delay: 2.2s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(12) a {
  animation-delay: 2.4s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(13) a {
  animation-delay: 2.6s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(14) a {
  animation-delay: 2.8s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(15) a {
  animation-delay: 3s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item > a {
  animation-name: slideInUp;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(1) a {
  animation-delay: 0.3s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(2) a {
  animation-delay: 0.5s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(3) a {
  animation-delay: 0.7s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(4) a {
  animation-delay: 0.9s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(5) a {
  animation-delay: 1.1s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(6) a {
  animation-delay: 1.3s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(7) a {
  animation-delay: 1.5s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(8) a {
  animation-delay: 1.7s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(9) a {
  animation-delay: 1.9s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(10) a {
  animation-delay: 2.1s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(11) a {
  animation-delay: 2.3s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(12) a {
  animation-delay: 2.5s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(13) a {
  animation-delay: 2.7s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(14) a {
  animation-delay: 2.9s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(15) a {
  animation-delay: 3.1s;
}

.delay1 {
  animation-delay: 0.2s;
}

@media all and (max-width: 768px) {
  .delay1 {
    animation-delay: 0.15s;
  }
}
.delay2 {
  animation-delay: 0.4s;
}

@media all and (max-width: 768px) {
  .delay2 {
    animation-delay: 0.3s;
  }
}
.delay3 {
  animation-delay: 0.6s;
}

@media all and (max-width: 768px) {
  .delay3 {
    animation-delay: 0.45s;
  }
}
.delay4 {
  animation-delay: 0.8s;
}

@media all and (max-width: 768px) {
  .delay4 {
    animation-delay: 0.6s;
  }
}
.delay5 {
  animation-delay: 1s;
}

@media all and (max-width: 768px) {
  .delay5 {
    animation-delay: 0.75s;
  }
}
.delay6 {
  animation-delay: 1.2s;
}

@media all and (max-width: 768px) {
  .delay6 {
    animation-delay: 0.9s;
  }
}
.delay7 {
  animation-delay: 1.4s;
}

@media all and (max-width: 768px) {
  .delay7 {
    animation-delay: 1.05s;
  }
}
.delay8 {
  animation-delay: 1.6s;
}

@media all and (max-width: 768px) {
  .delay8 {
    animation-delay: 1.2s;
  }
}
.delay9 {
  animation-delay: 1.8s;
}

@media all and (max-width: 768px) {
  .delay9 {
    animation-delay: 1.35s;
  }
}
.fixie body {
  overflow: visible;
}

.fixie .custom-object-fit, .fixie .custom-object-contain {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

.fixie .custom-object-fit img, .fixie .custom-object-contain img {
  opacity: 0;
}

.fixie .custom-object-fit {
  background-size: cover;
}

.fixie .custom-object-contain {
  background-size: contain;
}

.beforeload {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.gono-preload {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateX(0);
  display: table;
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.gono-preload .gonoinside {
  display: table-cell;
  vertical-align: middle;
}

.gono-preload .gonoinside .svgsection {
  margin-top: -70px;
}

.gono-preload .gonoinside .svgsection svg {
  height: 160px !important;
}

.gono-preload .progress span {
  transition: all 500ms ease;
  background: #fff;
  height: 4px;
  width: 4px;
  display: inline-block;
  border-radius: 10px;
  animation: wave 3s ease infinite;
}

.gono-preload .progress span:nth-child(1) {
  animation-delay: 0.05s;
}

.gono-preload .progress span:nth-child(2) {
  animation-delay: 0.1s;
}

.gono-preload .progress span:nth-child(3) {
  animation-delay: 0.15s;
}

.gono-preload .progress span:nth-child(4) {
  animation-delay: 0.2s;
}

.gono-preload .progress span:nth-child(5) {
  animation-delay: 0.25s;
}

.gono-preload .progress span:nth-child(6) {
  animation-delay: 0.3s;
}

.gono-preload .progress span:nth-child(7) {
  animation-delay: 0.35s;
}

.gono-preload .progress span:nth-child(8) {
  animation-delay: 0.4s;
}

.pageloaded .gono-preload {
  transform: translateX(-100%);
  height: 100%;
  background: #fff;
  transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.textpreload.txt_end span:nth-of-type(1) {
  animation: opacity 0.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  animation: opacity 0.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  animation: opacity 0.6s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  animation: opacity 0.8s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  animation: opacity 1s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  animation: opacity 1.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  animation: opacity 1.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.gono-loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  margin: 0 auto;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid #333;
  animation: gonoloader 0.8s infinite linear;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
@keyframes gonoloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animated.infinite {
  animation-iteration-count: infinite;
}
@keyframes wave {
  0%, 40%, 100% {
    transform: translate(0, 0);
    background-color: #eee;
  }
  10% {
    transform: translate(0, -15px);
    background-color: #000;
  }
}
.header_top_logo {
  position: relative;
  z-index: 1;
}

.header_top_logo a {
  line-height: 0;
}

@media all and (max-width: 767px) {
  .header_top_logo {
    flex: 0 0 40%;
  }
}
.header_top_icon {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_top_menu .header_nav {
  flex: 1;
  position: inherit;
}

.header_nav {
  position: relative;
  z-index: 98;
}

@media all and (min-width: 768px) {
  .header_nav .header_nav_inside {
    min-width: inherit;
  }
}
.header .icon {
  margin-left: 5px;
}

@media all and (max-width: 767px) {
  .header .icon {
    margin-left: 10px;
  }
}
.header .icon_inside, .header .icon-hamburger {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  background: #000;
  transition: all 0.3s;
}

@media all and (min-width: 768px) {
  .header .icon_inside:hover, .header .icon-hamburger:hover {
    background: #1a1a1a;
    transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
  }
}
@media all and (max-width: 520px) {
  .header .icon_inside, .header .icon-hamburger {
    width: 44px;
    height: 44px;
  }
}
.header .icon-hamburger {
  z-index: 99;
}

.header .icon-hamburger .icon-bar span {
  left: 0;
  height: 2px;
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  transition: all 0.4s ease-in-out 0s;
}

.header .icon-hamburger .icon-bar span:first-child {
  top: 0;
}

.header .icon-hamburger .icon-bar span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.header .icon-hamburger .icon-bar span:last-child {
  bottom: 0;
}

.header .icon-hamburger.type3 .icon-bar span:nth-child(1) {
  left: 0;
}

.header .icon-hamburger.type3 .icon-bar span:nth-child(1), .header .icon-hamburger.type3 .icon-bar span:nth-child(3) {
  width: 70%;
}

.header .icon-hamburger.type3 .icon-bar span:nth-child(3) {
  right: 0;
}

.header .icon-img, .header .icon-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38%;
  width: 56%;
}

.header .icon-img img, .header .icon-bar img {
  max-width: 30px;
}

.header .icon-txt {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
}

@media all and (max-width: 767px) {
  .header .icon-txt {
    font-size: 11px;
  }
}
@media all and (max-width: 420px) {
  .header .icon-txt {
    font-size: 9px;
  }
}
.header .hastext_true .icon-img, .header .hastext_true .icon-bar {
  top: -6px;
}

.header .hastext_true .icon-img img, .header .hastext_true .icon-bar img {
  max-height: 25px;
}

@media all and (max-width: 520px) {
  .header .hastext_true .icon-img img, .header .hastext_true .icon-bar img {
    max-width: 24px;
  }
}
.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 97;
}

.menu-open {
  position: relative;
}

.menu-open.navstate_show .header_nav.show .header_nav_inside {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.menu-open.navstate_show .header_nav.type2 .header_nav_inside {
  top: 0;
}

.menu-open.navstate_show .header_nav.type3 .header_nav_inside {
  transform: scaleX(1);
}

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(1) {
  transform: translateY(9px) rotate(-225deg);
}

@media all and (max-width: 520px) {
  .menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(1) {
    transform: translateY(7px) rotate(-225deg);
  }
}
.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(2) {
  transform: translateY(0) rotate(225deg);
  width: 100%;
}

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(3) {
  opacity: 0;
}

.menu-open.navstate_show .icon-hamburger.type2 .icon-bar span:nth-child(2) {
  transform: scale(0);
}

.menu-open.navstate_show .icon-hamburger.type2 .icon-bar span:nth-child(3) {
  transform: translateY(-9px) rotate(225deg);
  opacity: 1;
}

@media all and (max-width: 520px) {
  .menu-open.navstate_show .icon-hamburger.type2 .icon-bar span:nth-child(3) {
    transform: translateY(-7px) rotate(225deg);
  }
}
.menu-open.navstate_show .icon-hamburger.type3 .icon-bar span {
  transition: all 0.5s ease-in-out 0s;
}

.menu-open.navstate_show .icon-hamburger.type3 .icon-bar span:nth-child(1) {
  width: 100%;
}

.menu-open.navstate_hide .header_nav {
  opacity: 1;
  visibility: visible;
}

.menu-open.navstate_hide .header_nav.type1:before {
  transform: scale(1);
}

.menu-open.navstate_hide .header_nav.type2 {
  right: 0;
}

.menu-open.navstate_hide .header_nav.type3 {
  transform: scale(1);
}

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) {
  transform: translateY(9px) rotate(-225deg);
}

@media all and (max-width: 520px) {
  .menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) {
    transform: translateY(7px) rotate(-225deg);
  }
}
.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(2) {
  transform: translateY(0) rotate(225deg);
  width: 100%;
}

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(3) {
  opacity: 0;
}

.menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(2) {
  transform: scale(0);
}

.menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(3) {
  transform: translateY(-9px) rotate(225deg);
  opacity: 1;
}

@media all and (max-width: 520px) {
  .menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(3) {
    transform: translateY(-7px) rotate(225deg);
  }
}
@media all and (min-width: 768px) {
  .menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(3) {
    transform: translateY(-10px) rotate(225deg);
  }
}
.menu-open.navstate_hide .icon-hamburger.type3 .icon-bar span {
  transition: all 0.5s ease-in-out 0s;
}

.menu-open.navstate_hide .icon-hamburger.type3 .icon-bar span:nth-child(1) {
  width: 100%;
}

@media all and (min-width: 768px) {
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media all and (max-width: 767px) {
  .nav-list {
    height: auto;
    padding: 0 3%;
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  .nav-list-item {
    border-bottom: 1px solid #ccc;
  }
}
.nav-list-item a {
  font-size: 15px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  text-align: center;
}

@media all and (max-width: 767px) {
  .nav-list-item a {
    padding: 20px 0;
    text-align: left;
  }
}
@media all and (min-width: 768px) {
  .nav-list-item a:hover {
    opacity: 0.8;
  }
}
.header_nav_dropdown .nav-list > li.dropdown {
  position: relative;
}

.header_nav_dropdown .nav-list .childmenu {
  display: none;
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .header_nav_dropdown .nav-list .childmenu {
    position: absolute;
    left: 0;
    z-index: 9;
    background: #f1f1f1;
    min-width: 200px;
  }
}
@media all and (max-width: 767px) {
  .header_nav_dropdown .nav-list .childmenu li:first-child {
    border-top: 1px solid #ccc;
  }
  .header_nav_dropdown .nav-list .childmenu li:last-child {
    border-bottom: none;
  }
}
.header_nav_dropdown .nav-list .childmenu li a {
  text-align: left;
  padding: 15px 10px;
}

@media all and (max-width: 767px) {
  .header_nav_dropdown .nav-list .megamenu > a {
    position: relative;
  }
  .header_nav_dropdown .nav-list .megamenu > a::before, .header_nav_dropdown .nav-list .megamenu > a::after {
    position: absolute;
    content: "";
    background: #000;
    right: 20px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
  }
  .header_nav_dropdown .nav-list .megamenu > a::before {
    width: 14px;
    height: 2px;
    right: 1px;
  }
  .header_nav_dropdown .nav-list .megamenu > a::after {
    height: 14px;
    width: 2px;
    right: 7px;
  }
  .header_nav_dropdown .nav-list .megamenu > a.open::after {
    transform: rotate(90deg);
  }
}
.header_nav_dropdown .nav-list .megamenu_inside {
  width: 100%;
}

@media all and (min-width: 768px) {
  .header_nav_dropdown .nav-list .megamenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .header_nav_dropdown .nav-list .megamenu_col {
    flex: 0 0 25%;
    padding: 10px 20px;
  }
}
@media all and (max-width: 767px) {
  .header_nav_dropdown .nav-list .megamenu_col li a {
    padding-left: 20px;
  }
}
.header_nav_dropdown .nav-list .megamenu_title {
  color: #000;
  font-size: 16px;
  display: block;
  line-height: 1;
  text-align: left;
}

@media all and (min-width: 768px) {
  .header_nav_dropdown .nav-list .megamenu_title {
    padding: 10px 0;
  }
}
@media all and (max-width: 767px) {
  .header_nav_dropdown .nav-list .megamenu_title {
    padding: 15px 10px;
  }
}
.navstate_show .header_nav .nav-list {
  background: rgba(0, 0, 0, 0.75);
}

@media all and (min-width: 768px) {
  .navstate_show .header_nav .nav-list {
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  .navstate_show .header_nav_inside {
    position: absolute;
    left: -100%;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 767px) {
  .navstate_show .header_nav.type2 .header_nav_inside {
    left: 0;
    top: -10vh;
    right: 0;
    transition-timing-function: cubic-bezier(-0.6, -0.28, 0.735, 0.045);
  }
}
@media all and (max-width: 767px) {
  .navstate_show .header_nav.type3 .header_nav_inside {
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: ease-in-out 0.4s;
  }
}
@media all and (max-width: 767px) {
  .navstate_show .header_nav.type3 .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: auto;
    background: #000;
    padding: 5vh 0 20vh;
    height: calc(100vh - 60px);
  }
}
@media all and (max-width: 767px) and (max-width: 520px) {
  .navstate_show .header_nav.type3 .nav-list {
    height: calc(100vh - 44px);
  }
}
@media all and (max-width: 767px) {
  .navstate_show .header_nav.type3 .nav-list-item {
    overflow: hidden;
    border: none;
    flex: 0 0 100%;
  }
}
@media all and (max-width: 767px) {
  .navstate_show .header_nav.type3 .nav-list-item a {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #fff;
  }
}
@media all and (min-width: 768px) {
  .navstate_show .icon-hamburger {
    display: none;
  }
}
.navstate_hide {
  overflow: hidden;
}

.navstate_hide .header_nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.navstate_hide .header_nav .nav-list {
  justify-content: space-between;
  flex-wrap: wrap;
}

.navstate_hide .header_nav .nav-list-item {
  flex: 0 0 100%;
  overflow: hidden;
  margin: 30px 0;
  border: 0;
}

.navstate_hide .header_nav .nav-list-item a {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  padding-top: 5px;
}

.navstate_hide .header_nav_inside {
  position: relative;
  z-index: 9;
}

.navstate_hide .header_nav.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navstate_hide .header_nav.type1:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 0;
  transform: scale(0.5);
}

.navstate_hide .header_nav.type2 {
  left: inherit;
  right: -35%;
  width: 35%;
  background: #000;
  transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
  transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
  transition-delay: 0;
  -webkit-transition-delay: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (min-width: 768px) {
  .navstate_hide .header_nav.type2 {
    max-width: 400px;
  }
}
@media all and (max-width: 767px) {
  .navstate_hide .header_nav.type2 {
    width: 100%;
    right: -100%;
  }
}
.navstate_hide .header_nav.type2 .header_nav_inside:before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
  padding: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
}

.navstate_hide .header_nav.type3 {
  transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
  transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
  transition-delay: 0;
  -webkit-transition-delay: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

.navstate_hide.menu_fixed header .icon-hamburger.type1, .navstate_hide.menu_fixed header .icon-hamburger.type2 {
  position: fixed;
  right: 0;
  top: 0;
}

.footer-bottom p {
  font-size: 14px;
  background: #e8e8e8;
  text-align: center;
  padding: 10px 0;
}

.footer .backtop {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 8;
  bottom: 22px;
  right: 0;
}

.footer .backtop-icon {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 25px;
  zoom: 1;
  text-align: right;
  z-index: 8;
}

.footer .backtop-icon img {
  width: 45px;
  height: 45px;
}

.ahover {
  position: relative;
}

.ahover a {
  position: relative;
}

.ahover a:after {
  position: absolute;
  transition: all 0.35s ease;
}

.ahover a:after {
  bottom: -1px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #000;
  left: 50%;
}

@media all and (min-width: 960px) {
  .ahover a:hover {
    opacity: 1;
    color: #000;
  }
  .ahover a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}

.btnpage {
  margin: 0 auto;
  width: 100%;
  max-width: 210px;
  margin-top: 30px;
  transition: all 0.3s;
}

@media all and (max-width: 768px) {
  .btnpage {
    margin-top: 20px;
    max-width: 180px;
  }
}
.btnpage a, .btnpage button {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  position: relative;
  position: relative;
  background-image: -ms-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
  z-index: 0;
  overflow: hidden;
}

.btnpage a::after, .btnpage button::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 0;
  height: 60px;
  right: 0;
  top: 0;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media all and (min-width: 960px) {
  .btnpage a:hover::after, .btnpage a:focus::after, .btnpage a:active::after, .btnpage button:hover::after, .btnpage button:focus::after, .btnpage button:active::after {
    right: inherit;
    left: 0;
    width: 100%;
    z-index: 0;
  }
}
@media all and (max-width: 768px) {
  .btnpage a, .btnpage button {
    font-size: 18px;
    padding: 5px 0;
  }
}
.btnpage a span, .btnpage button span {
  position: relative;
  z-index: 2;
  position: relative;
}

.btnpage a span::before, .btnpage button span::before {
  content: "";
  background: transparent;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: all 0.3s;
}

.btnpage a span::before, .btnpage button span::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s;
  right: 50%;
  margin-right: -50px;
}

.btnpage.btnback {
  margin-top: 0;
  margin-left: 0;
}

.btnpage.btnback a span {
  position: relative;
}

.btnpage.btnback a span::before {
  content: "";
  background: transparent;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: all 0.3s;
}

.btnpage.btnback a span::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s;
  right: inherit;
  left: 0%;
  margin-left: -50px;
  transform: rotate(-135deg) !important;
}

.btnpage.btnnext {
  margin-top: 0;
  margin-right: 0;
}

.red-txt {
  color: #BE4040;
}

p.sm-txt {
  font-size: 14px;
}

.blue-link {
  color: blue;
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  .blue-link:hover {
    text-decoration: none;
  }
}
.btnredcenter .btn {
  min-width: 150px;
  transition: 0.5s ease-in-out;
}

@media all and (min-width: 769px) {
  .btnredcenter .btn:hover {
    background-color: #AC1E1C;
    opacity: 0.8;
    transition: 0.5s ease-in-out;
  }
}
.common-style { /* table style */ }

.common-style .row {
  align-items: flex-start;
}

.common-style .creator-box {
  margin: 30px 0px 0px 0px;
  border: 1px solid #B6D4E2;
  background-color: #E4EFF4;
  border-radius: 5px;
  padding: 20px;
  max-width: 1038px;
  min-height: 350px;
  margin: 0 auto;
}

.common-style .creator-box input.form-control {
  border: 1px solid #ced4da;
}

.common-style .creator-box #qrcode {
  width: 200px;
  height: 200px;
  margin: 20px auto 0;
  border: 1px solid #000000;
  display: block;
}

.common-style .creator-box .flexbox {
  justify-content: flex-start;
}

.common-style .creator-box .flexbox img {
  margin-left: 15px;
  height: 20px;
  cursor: pointer;
}

.common-style .creator-box .flexbox input#in_url {
  width: calc(100% - 40px);
  height: 45px;
}

.common-style .creator-box .btn {
  min-width: 150px;
}

.common-style input.form-control {
  width: 80%;
  font-size: 16px;
  display: inline-block;
  border: none;
}

.common-style input.w35p {
  width: 150px;
}

.common-style .btn {
  font-size: 18px;
  background-color: #AC1E1C;
  border: 0px solid #95989A;
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
}

.common-style .btn span {
  font-weight: bold;
}

.common-style .btn-blue {
  background: #77ADC5;
  transition: 0.5s ease-in-out;
}

@media all and (min-width: 769px) {
  .common-style .btn-blue:hover {
    background: #77ADC5;
    opacity: 0.8;
    transition: 0.5s ease-in-out;
  }
}
.common-style #example th {
  border-top: 1px solid #E2C39F;
  border-bottom: 1px solid #E2C39F;
}

.common-style .table th, .common-style .table td {
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}

.common-style .table-style1 {
  margin-bottom: 0;
}

.common-style .table-style1 th {
  width: 200px;
}

.common-style .daily-table th:first-child {
  width: 160px;
}

.common-style .daily-table tr.total-row td {
  text-align: center;
}

.common-style .tab-table thead th {
  text-align: center;
}

.common-style .tab-table thead th:first-child {
  border-left: 1px solid #B6D4E2 !important;
  border-top-left-radius: 5px !important;
}

.common-style .tab-table thead th:last-child {
  border-top-right-radius: 5px !important;
}

.common-style .tab-table thead td {
  text-align: center;
}

.common-style .tab-table thead th, .common-style .tab-table thead td {
  padding: 10px;
}

.common-style .tab-table tbody tr td {
  text-align: center;
}

.common-style .tab-table tbody tr:last-child td {
  border-bottom: 1px solid #B6D4E2 !important;
}

.common-style .tab-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px !important;
}

.common-style .tab-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px !important;
}

.common-style .tab-table th {
  background-color: #E4EFF4;
  border-right: 1px solid #B6D4E2;
  border-top: 1px solid #B6D4E2 !important;
  border-bottom: 1px solid #B6D4E2 !important;
}

.common-style .tab-table td {
  border-right: 1px solid #B6D4E2 !important;
}

.common-style .tab-table td:first-child {
  border-left: 1px solid #B6D4E2 !important;
}

.common-style .btn-group3 {
  font-size: 14px;
  border-radius: 5px;
  padding: 7px 20px 7px 20px;
  margin-right: 30px;
  position: relative;
}

.common-style .btn-group3 div {
  float: left;
  margin-right: 10px;
}

.common-style .btn-group3 img {
  position: relative;
}

.common-style .btn-excel {
  background-color: #4E8338;
  border: 1px solid #4E8338;
}

.common-style .btn-csv {
  background: #ffffff;
  border: 1px solid #4E8338;
}

.common-style .btn-csv div {
  color: #4E8338;
  position: relative;
}

.common-style .btn-csv div::before {
  position: absolute;
  content: "";
  background: url("../images/icon_csv.png") no-repeat center center;
  width: 15px;
  height: 19px;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto 0;
}

@media all and (min-width: 769px) {
  .common-style .btn-csv:hover div {
    color: #ffffff;
  }
  .common-style .btn-csv:hover div::before {
    background: url("../images/icon_excel.png") no-repeat center center;
    width: 15px;
    height: 19px;
    background-size: contain;
  }
}
.common-style .btn-download {
  background-color: #9B8B68;
  border: 1px solid #9B8B68;
  margin-right: 0;
}

.common-style .btn-download img {
  width: 20px;
}

.common-style .agent_sale .tab {
  font-size: 18px;
  background-color: #B6D4E2;
  border-radius: 5px 5px 0px 0px;
  padding: 5px 20px 5px 20px;
  margin-right: 5px;
}

.common-style .agent_sale .tab_active {
  background-color: #77ADC5;
}

.common-style .btn-black {
  float: right;
  font-size: 18px;
  background-color: #3E3A39;
  border: 0px solid #95989A;
  border-radius: 5px 5px 0px 0px;
  padding: 5px 20px 5px 20px;
  margin-right: 30px;
  transition: 0.5s ease-in-out;
}

.common-style .btn-black span {
  position: relative;
  padding-left: 20px;
}

.common-style .btn-black span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: solid #ffffff;
  border-width: 2px 2px 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  transform: rotate(45deg);
}

@media all and (min-width: 769px) {
  .common-style .btn-black:hover {
    background-color: #3E3A39;
    opacity: 0.8;
    transition: 0.5s ease-in-out;
  }
}
.common-style .btn-dark {
  background: #3e3a39;
}

.common-style .btn-white {
  background: #ffffff;
  border: 1px solid #3e3a39;
}

.common-style .tit-blue {
  color: #77ADC5;
  margin-bottom: 30px;
}

.common-style .bgblue-group {
  justify-content: center;
  margin-top: 70px;
  padding: 30px 0;
  background: #e4eff4;
  border-top: 1px solid #B6D4E2;
  width: calc(100% + 40px);
  margin-left: -20px;
  position: relative;
}

.common-style .bgblue-group .btn-dark {
  margin-right: 40px;
  margin-left: 10px;
}

.common-style .bgblue-group .btn-white {
  margin-right: 10px;
}

.common-style .row-top {
  align-items: flex-start;
}

.common-style .btn-payment {
  font-size: 14px;
  padding: 3px 15px;
  min-width: auto;
}

.common-style .border-blue {
  border: 1px solid #77ADC5;
  padding: 20px;
}

.common-style .btn-fullw {
  min-width: 100px;
  transition: 0.5s ease-in-out;
}

@media all and (min-width: 769px) {
  .common-style .btn-fullw:hover {
    opacity: 0.8;
    transition: 0.5s ease-in-out;
  }
}
.common-style .btn-fullw.black {
  background: #3E3A39;
}

.common-style .btn-fullw.green {
  background: #41882E;
}

.common-style .btn-fullw.red {
  background: #E74542;
}

.common-style .form-group {
  margin-bottom: 0;
}

.common-style .form-group .btn-primary {
  outline: none;
  font-size: 18px;
  background-color: #77ADC5;
  border: 0px solid #95989A;
  border-radius: 20px;
  padding: 8px 40px 8px 40px;
  margin-right: 30px;
  transition: 0.5s ease-in-out;
  min-width: 150px;
}

.common-style .form-group .btn-primary:hover {
  opacity: 0.8;
  transition: 0.5s ease-in-out;
}

.common-style .form-group .btn-gray {
  background: #BEBCBC;
}

.common-style .form-group .btn-black {
  background: #3E3A39;
}

.common-style .form-group p.red-txt {
  margin-bottom: 0;
}

.common-style .table-img td img {
  padding: 0 10px;
}

.common-style .box-des {
  margin-top: 30px;
  border: 1px solid #B6D4E2;
  max-width: 800px;
  padding: 20px;
  margin-right: 0;
  margin-left: auto;
}

.common-style .box-des li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
}

.common-style .box-des li span {
  display: block;
  text-align: center;
  margin-left: 10px;
}

.common-style .box-des li:last-child {
  margin-right: 0;
}

.common-style .tab:not(.tab_active) {
  transition: 0.5s ease-in-out;
}

@media all and (min-width: 769px) {
  .common-style .tab:not(.tab_active):hover {
    opacity: 0.8;
    transition: 0.5s ease-in-out;
  }
}
.common-style .form_input_box_ht input {
  position: relative;
}

.common-style .form_input_box_ht {
  height: auto;
}

.common-style .form_input_box_ht span {
  position: relative;
  padding-bottom: 0;
}

.common-style #frm_agent .form_input_box_line {
  min-height: 58px;
}

.common-style .btn-machine {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  transition: all 0.5s;
}

.common-style .btn-machine img {
  margin-left: 5px;
}

.common-style .btn-machine span {
  display: block;
  line-height: 1;
}

.common-style .btn-machine:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.5s;
}

#crtReward .table-style1 th {
  width: 120px;
}

#crtReward .crtReward-top .flexbox {
  justify-content: flex-start;
}

#crtReward .crtReward-top .flexbox input.form-control {
  margin: 0 10px;
}

#crtReward .crtReward-top .flexbox .btn-blue {
  padding: 5px 20px;
}

#crtReward .crtReward-top .table-style1 {
  max-width: 250px;
  margin-right: 0;
  margin-left: auto;
}

#reward p {
  margin-bottom: 0;
}

#reward p.lg-txt {
  font-size: 22px;
}

#reward p.lg-txt span {
  display: inline-block;
  margin-right: 20px;
}

#reward .tab-table thead td {
  font-weight: bold;
}

#reward p.payment-txt {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 0 auto;
}

#reward p.payment-txt span.blue-txt {
  font-size: 22px;
  display: inline-block;
  margin: 0 20px;
}

#reward .xlg-txt {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

#reward .xlg-txt span {
  font-size: 36px;
  display: block;
}

.claim .table td .flexbox {
  min-height: 130px;
  justify-content: center;
  align-items: center;
}

.claim .claim-box {
  justify-content: flex-start;
  margin-bottom: 30px;
}

.claim .claim-box input.form-control {
  width: 200px;
  margin: 0 20px;
  text-align: right;
  color: #77ADC5;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

.claim .claim-box .btn {
  margin-left: 20px;
}

.claim .claim-box span.blue-txt {
  font-size: 18px;
  font-weight: bold;
}

.machine .list-row .row {
  margin-top: 20px;
}

.machine .list-row .row:first-child {
  margin-top: 0;
}

.machine .row {
  margin-left: 0;
  margin-right: 0;
}

.machine .border-blue {
  align-items: flex-start;
}

.machine .border-blue figure {
  text-align: center;
  margin-bottom: 0;
}

.machine .border-blue .col-left {
  max-width: 207px;
  width: 207px;
  margin-right: 30px;
}

.machine .border-blue .col-right {
  width: calc(100% - 237px);
}

.machine .border-blue p.txt {
  text-align: justify;
}

.machine .flexbox {
  width: 100%;
  margin-bottom: 15px;
}

.machine .flexbox h3 {
  margin-bottom: 0;
}

.machine .flexbox .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.machine .flexbox .ins:first-child {
  flex: 0 0 60%;
  justify-content: flex-start;
}

.machine .flexbox .ins:last-child {
  flex: 0 0 40%;
}

.machine .flexbox-aligntop {
  align-items: flex-start;
  margin-bottom: 0;
}

.machine .flexbox-aligntop p {
  margin-bottom: 0;
}

.machine p.link a {
  color: #77ADC5;
}

.machine .modal-dialog {
  max-width: 790px;
}

.machine .setting-tit {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 35px;
  background: url("../images/icon_setting.png") no-repeat left center;
}

.machine .language-tit {
  background: url("../images/icon_language.png") no-repeat left bottom 5px;
}

.machine .comment-tit {
  background: url("../images/icon_comment.png") no-repeat left center;
}

.machine span.text_right {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.machine .modal-footer {
  justify-content: center;
}

/* .machine .modal-footer .btn-primary {
  font-size: 16px;
  border: 2px solid #77ADC5;
  background: #77ADC5;
} */

.machine .modal-footer .btn-primary:hover {
  opacity: 0.8;
  transition: 0.5s ease-in-out;
}

.machine .modal-footer .btn-primary,
.machine .modal-footer .btn-secondary {
  width: 134px;
  border-radius: 20px;
  padding: 8px 10px 8px 10px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #95989A;
}

.machine .modal-footer .btn-primary {
  border: 2px solid #77ADC5;
  background: #77ADC5;
  color: #fff;
}

.machine .modal-footer .btn-secondary:hover {
  opacity: 0.8;
  transition: 0.5s ease-in-out;
}

#reportUser .box-content {
  align-items: flex-start;
  margin-top: 20px;
}

#reportUser .box-content .ins:first-child {
  flex: 0 0 7%;
}

#reportUser .box-content .ins:last-child {
  flex: 0 0 93%;
}

#reportUser .flexbox .ins .btn-machine img {
  margin-left: 0;
  margin-right: 5px;
}

#reportUser .flexbox-aligntop .ins:first-child span {
  display: inline-block;
  margin-right: 30px;
}

#agentRegister .form-group .btn-primary {
  outline: none;
  font-size: 18px;
  background-color: #77ADC5;
  border: 0px solid #95989A;
  border-radius: 20px;
  padding: 8px 40px 8px 40px;
  margin-right: 30px;
  transition: 0.5s ease-in-out;
}

#agentRegister .form-group .btn-primary:hover {
  opacity: 0.8;
  transition: 0.5s ease-in-out;
}

#agentRegister .form-group .btn-gray {
  background: #BEBCBC;
}

#agentRegister .form-group .btn-black {
  background: #3E3A39;
}

#crtRegist {
  padding-bottom: 0;
}

#crtRegist .form_input_box_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#crtRegist .takepic-box {
  text-align: center;
}

#crtRegist .takepic-box span {
  display: inline-block;
}

#crtRegist .takepic-box .btn {
  background: #ffffff;
  border: 2px solid #77ADC5;
  color: #77ADC5;
  margin: 0px 0 20px;
  transition: 0.5s ease-in-out;
}

@media all and (min-width: 769px) {
  #crtRegist .takepic-box .btn:hover {
    background: #77ADC5;
    color: #ffffff;
    transition: 0.5s ease-in-out;
  }
}
#crtRegist .takepic-box .take-pic {
  font-size: 16px;
  color: #77ADC5;
  font-weight: bold;
  padding-left: 30px;
  background: url("../images/icon_takepic.png") no-repeat left center;
}

#crtRegist .edit-btn {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

#crtRegist .edit-btn img {
  margin-left: 5px;
}

@media all and (min-width: 769px) {
  #crtRegist .edit-btn:hover {
    opacity: 0.8;
    transition: 0.5s ease-in-out;
  }
}
.percent-box .ins {
  padding: 0 30px;
  border-right: 1px solid #B6D4E2;
}

.percent-box .ins input[type=text], .percent-box .ins select {
  height: 40px;
  padding: 10px;
  min-width: 200px;
  margin: 0 5px;
}

.percent-box .ins span {
  font-weight: bold;
}

.percent-box .ins:last-child {
  border-right: none;
}

.percent-box3 {
  align-items: flex-start !important;
  justify-content: center !important;
}

.percent-box3 .ins:first-child {
  padding-left: 0;
}

.percent-box3 .ins:last-child {
  padding-right: 0;
}

.percent-box3 .bottom-txt {
  margin-top: 10px;
}

.acountSuspension .content {
  min-width: 980px;
  max-width: 980px;
  border: 1px solid #B6D4E2;
  padding: 50px 100px !important;
  position: relative;
}

.acountSuspension .content textarea {
  border: 1px solid #B6D4E2;
  width: 100%;
  height: 150px;
  padding: 10px;
  margin: 30px 0;
}

.acountSuspension .common-style .btn {
  padding: 8px 40px;
}

.acountSuspension p.link-right {
  position: absolute;
  right: 20px;
  bottom: 15px;
  margin-bottom: 0;
  line-height: 1;
}

.acountSuspension p.link-right a {
  font-size: 14px;
  background: url("../images/icon_return.png") no-repeat left center;
  padding-left: 20px;
  transition: 0.5s ease-in-out;
}

@media all and (min-width: 769px) {
  .acountSuspension p.link-right a:hover {
    text-decoration: none;
    background: url("../images/icon_return_blue.png") no-repeat left center;
    opacity: 0.8;
    transition: 0.5s ease-in-out;
  }
}
.acountSuspension .btn {
  min-width: 150px;
}

.acountSuspension .suspension-group {
  justify-content: center;
  margin: 30px 0 40px;
}

.acountSuspension .suspension-group .btn-blue {
  margin-right: 30px;
}

.acountSuspension .suspension-group .btn-black {
  border-radius: 20px;
}

.acountSuspension .suspension-group .btn {
  min-width: 150px;
}

.acountSuspension ul {
  max-width: 600px;
  margin: 0 auto;
}

.acountSuspension ul li {
  margin-top: 10px;
}

.acountSuspension ul li label {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.acountSuspension ul li label span {
  margin-left: 5px;
  font-weight: bold;
  text-align: left;
}

.acountSuspension ul li label input {
  position: relative;
  top: 7px;
}

.acountSuspension ul li:first-child {
  margin-top: 0;
}

p.id_text {
  color: #ffffff;
  margin-bottom: 0;
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #ffffff;
  min-width: 180px;
}

p.id_text span {
  color: #ffffff;
}

#stereotypes .row .flexbox {
  align-items: flex-start;
  margin-bottom: 30px;
}

#stereotypes .border-yellow {
  border: 1px solid #7A4D05;
  padding: 10px;
}

#stereotypes .yellow-txt {
  color: #7A4D05;
  font-weight: bold;
}

#stereotypes .btn-machine {
  margin-left: 0;
}

.searchItem {
  height: 40px;
  border-radius: 20px;
  padding: 10px;
  border: none;
  min-width: 210px;
  background: #ffffff url("../images/icon_search.png") no-repeat right 10px center;
  background-size: 25px;
  margin-right: 30px;
}

.addPhrase {
  color: #ffffff;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.addPhrase span {
  padding-right: 10px;
}

@media all and (min-width: 769px) {
  .addPhrase:hover {
    opacity: 0.8;
    transition: 0.5s ease-in-out;
  }
}
.flex-center {
  justify-content: center !important;
}

.red-layout .main-header {
  background: #BE4040;
}

.red-layout .common-style .tab-table thead th:first-child {
  border-left: 1px solid #BE4040 !important;
}

.red-layout .common-style .tab-table th {
  background-color: #F5CFD0;
  border-right: 1px solid #BE4040;
  border-top: 1px solid #BE4040 !important;
  border-bottom: 1px solid #BE4040 !important;
}

.red-layout .common-style .tab-table td:first-child {
  border-left: 1px solid #BE4040 !important;
}

.red-layout .common-style .tab-table td {
  border-right: 1px solid #BE4040 !important;
}

.red-layout .common-style .tab-table tbody tr:last-child td {
  border-bottom: 1px solid #BE4040 !important;
}

.red-layout .box2input {
  align-items: center;
  justify-content: flex-start;
}

.red-layout .box2input input.form-control {
  width: 35%;
  max-width: 180px;
  margin: 0 10px;
}

.red-layout .pagination > .active > a, .red-layout .pagination > .active > a:focus, .red-layout .pagination > .active > a:hover, .red-layout .pagination > .active > span, .red-layout .pagination > .active > span:focus, .red-layout .pagination > .active > span:hover {
  background-color: #BE4040;
  border-color: #BE4040;
}

.red-layout .pagination > li > a, .red-layout .pagination > li > span {
  color: #BE4040;
}

.red-layout .pagination > .active > a, .red-layout .pagination > .active > a:focus, .red-layout .pagination > .active > a:hover, .red-layout .pagination > .active > span, .red-layout .pagination > .active > span:focus, .red-layout .pagination > .active > span:hover {
  color: #ffffff;
}

.red-layout .pagination > li > a:focus, .red-layout .pagination > li > a:hover, .red-layout .pagination > li > span:focus, .red-layout .pagination > li > span:hover {
  background-color: #F5CFD0;
  border-color: #BE4040;
  color: #BE4040;
}

.red-layout .common-style .btn-fullw {
  min-width: 130px;
}

.common-style .row.text-left input.form-control {
  margin-left: 10px;
}

.common-style .row.text-left label input[type=checkbox] {
  margin-right: 10px;
}

.green-layout .main-header {
  background: #00BAAF;
}

.green-layout .common-style .tab-table thead th:first-child {
  border-left: 1px solid #00BAAF !important;
}

.green-layout .common-style .tab-table th {
  background-color: #B7DCDA;
  border-right: 1px solid #00BAAF;
  border-top: 1px solid #00BAAF !important;
  border-bottom: 1px solid #00BAAF !important;
}

.green-layout .common-style .tab-table td:first-child {
  border-left: 1px solid #00BAAF !important;
}

.green-layout .common-style .tab-table td {
  border-right: 1px solid #00BAAF !important;
}

.green-layout .common-style .tab-table tbody tr:last-child td {
  border-bottom: 1px solid #00BAAF !important;
}

.green-layout .box2input {
  align-items: center;
  justify-content: flex-start;
}

.green-layout .box2input input.form-control {
  width: 35%;
  max-width: 180px;
  margin: 0 10px;
}

.green-layout .pagination > .active > a, .green-layout .pagination > .active > a:focus, .green-layout .pagination > .active > a:hover, .green-layout .pagination > .active > span, .green-layout .pagination > .active > span:focus, .green-layout .pagination > .active > span:hover {
  background-color: #00BAAF;
  border-color: #00BAAF;
}

.green-layout .pagination > li > a, .green-layout .pagination > li > span {
  color: #00BAAF;
}

.green-layout .pagination > .active > a, .green-layout .pagination > .active > a:focus, .green-layout .pagination > .active > a:hover, .green-layout .pagination > .active > span, .green-layout .pagination > .active > span:focus, .green-layout .pagination > .active > span:hover {
  color: #ffffff;
}

.green-layout .pagination > li > a:focus, .green-layout .pagination > li > a:hover, .green-layout .pagination > li > span:focus, .green-layout .pagination > li > span:hover {
  background-color: #B7DCDA;
  border-color: #00BAAF;
  color: #00BAAF;
}

.green-layout .common-style .btn-fullw {
  min-width: 130px;
}

.blue-txt {
  color: #77ADC5;
}

.sub-tit {
  text-align: center;
  font-size: 18px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.qa_search .qa_search_top_list {
  display: none;
}

.qa_search #qa_search_date {
  min-width: 400px !important;
}

.qa_search #qa_search_date #search_date_from, .qa_search #qa_search_date #search_date_to {
  min-width: 150px;
}

.machine .modal-footer .btn-pdf {
  width: auto;
  padding: 8px 15px 8px 40px;
  background: url("../images/icon_pdf.png") no-repeat left 15px center;
  background-size: 20px;
}

.card-body.flexbox {
  align-items: center;
}

.card-body.flexbox p.card-date {
  width: 80px;
  margin-right: 20px;
}

.card-body.flexbox h3.card-tit {
  width: calc(100% - 100px);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

#example_wrapper .row .col-sm-7 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

#example_wrapper .row .dataTables_paginate {
  float: initial !important;
}

#example_wrapper .row .dataTables_paginate .pagination {
  justify-content: center !important;
}

#example_wrapper .row .dataTables_paginate .pagination li {
  margin-left: 3px !important;
}

#example_wrapper .row .dataTables_paginate .pagination li :first-child {
  margin-left: 0px !important;
}

.list-message li {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #aaa;
}

.list-message li dt {
  color: #337ab7;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.list-message li dd {
  margin-bottom: 0;
}

.file-box {
  align-items: flex-start;
}

.file-box .text {
  width: calc(100% - 70px);
}

.file-box .img {
  width: 50px;
  margin-left: 20px;
}

.page-agent .flex-center .btn {
  min-width: 135px;
}

.memo-show {
  cursor: pointer;
  transition: 0.5 ease-in-out;
}

.memo-show img {
  height: 15px;
}

@media all and (min-width: 769px) {
  .memo-show:hover {
    opacity: 0.8;
    transition: 0.5 ease-in-out;
  }
}
.memo-content {
  display: none;
}

.fss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.fsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fsp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fwl {
  font-weight: 300;
}

.ctboth {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.ctver {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.cthor {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.relative {
  position: relative;
}

.lsp05 {
  letter-spacing: 0.5px;
}

.lsp1 {
  letter-spacing: 1px;
}

.lsp15 {
  letter-spacing: 1.5px;
}

.lsp2 {
  letter-spacing: 2px;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "MS UI Gothic", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

body .maincl {
  color: #000;
}

body .fontnoto {
  font-family: "Noto Sans JP";
}

body .fontmin {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0.05deg);
}

body p {
  font-size: 13px;
  line-height: 1.8;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "MS UI Gothic", sans-serif !important;
  color: #333;
}

@media all and (min-width: 768px) {
  body p {
    font-size: 14px;
  }
}
body a {
  color: #333;
  line-height: normal;
}

body img, body iframe {
  max-width: 100%;
  line-height: 0;
}

body .img {
  overflow: hidden;
  line-height: 0;
}

body .img img {
  transform: scale(1);
  transition-duration: 4s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flexbox_start {
  justify-content: flex-start;
}

.flexbox_end {
  justify-content: flex-end;
}

.flexbox_center {
  justify-content: center;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  html {
    overflow-x: scroll;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  body {
    min-width: 1000px;
  }
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .container {
    min-width: 1000px;
  }
}
@media all and (max-width: 767px) {
  .container {
    padding: 0 3%;
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Blokk";
  src: url("../fonts/blokk/BLOKKRegular.eot");
  src: url("../fonts/blokk/BLOKKRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/blokk/BLOKKRegular.woff") format("woff"), url("../fonts/blokk/BLOKKRegular.svg#BLOKKRegular") format("svg");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "feather";
  src: url("../fonts/feather/feather.eot?-9jv4cc");
  src: url("../fonts/feather/feather.eot?#iefix-9jv4cc") format("embedded-opentype"), url("../fonts/feather/feather.woff?-9jv4cc") format("woff"), url("../fonts/feather/feather.ttf?-9jv4cc") format("truetype"), url("../fonts/feather/feather.svg?-9jv4cc#feather") format("svg");
}
.ip-header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}

.ip-header h1 {
  margin: 0;
}

.ip-logo, .ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-logo {
  top: 0;
  height: 100%;
  transform: translate3d(0, 25%, 0);
}

.ip-loader {
  bottom: 20%;
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}

.ip-header .ip-logo svg {
  min-width: 320px;
  max-width: 480px;
  width: 25%;
}

.ip-header .ip-logo svg path {
  fill: #ef6e7e;
}

.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  transition: stroke-dashoffset 0.2s;
  stroke: #ef6e7e;
}

/* Content */
.ip-main {
  overflow: hidden;
  margin: 0 auto;
  padding: 160px 0 10em 0;
  max-width: 1100px;
  width: 90%;
}

.ip-main h2 {
  margin: 0;
  padding: 0.5em 0 1em;
  color: #be4856;
  text-align: center;
  font-size: 4.25em;
  font-size: 4vw;
  line-height: 1;
}

.browser {
  margin: 0 auto;
  padding-top: 8%;
  min-height: 400px;
  max-width: 1000px;
  width: 100%;
  border-radius: 8px; /*background: #fff url(../img/browser.png) no-repeat 50% 0;*/
  background-size: 100%;
  color: #d3d3d3;
}

.box {
  float: left;
  padding: 3.5em;
  width: 33.3%;
  font-size: 0.7em;
  line-height: 1.5;
}

.box p {
  font-family: "Blokk", Arial, sans-serif;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  display: block;
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-radius: 5px; /*background: #dfdfdf;*/
  color: #fff;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 5em;
  font-family: "feather";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
  content: "\e006";
}

.icon-cog:before {
  content: "\e023";
}

.icon-heart:before {
  content: "\e024";
}

/* Animations */
/* Initial animation of header elements */
.loading .ip-logo, .loading .ip-loader {
  opacity: 1;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
  animation-delay: 0.2s;
}
@keyframes animInitialHeader {
  from {
    opacity: 0;
    transform: translate3d(0, 800px, 0);
  }
}
/* Header elements when loading finishes */
.loaded .ip-logo, .loaded .ip-loader {
  opacity: 1;
}

.loaded .ip-logo {
  transform-origin: 50% 0;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@keyframes animLoadedLogo {
  to {
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}
.loaded .ip-loader {
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
/* Change the color of the logo */
.loaded .ip-logo svg path {
  transition: all 0.5s ease 0.3s;
  fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@keyframes animLoadedHeader {
  to {
    transform: translate3d(0, -100%, 0);
  }
}
/* Content animations */
.loaded .ip-main h2, .loaded .ip-main .browser, .loaded .ip-main .browser .box, .loaded .codrops-demos {
  animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loaded .ip-main .browser, .loaded .ip-main .browser .box:first-child {
  animation-delay: 0.1s;
}

.loaded .ip-main .browser .box:nth-child(2) {
  animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
  animation-delay: 0.2s;
}
@keyframes animLoadedContent {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
}
/* Change layout class for header */
.layout-switch .ip-header {
  position: absolute;
}

/* No JS */
.no-js .ip-header {
  position: relative;
  min-height: 0px;
}

.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  transform: none;
}

.no-js .ip-header .ip-logo svg path {
  fill: #fff;
}

/* Media queries */
@media screen and (max-width: 45em) {
  .ip-main h2 {
    font-size: 2.25em;
    font-size: 10vw;
  }
  .box {
    width: 100%;
  }
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;
}

.wrapper {
  min-height: 100%;
  position: relative;
  overflow: scroll-behavior !important;
}

.main-header {
  background: #77ADC5;
  position: relative;
  z-index: 1030;
  max-height: 74px;
}

.main-header.wrapper {
  padding: 16px 0;
}

.main-header .text-left img {
  width: 90px;
}

.main-header .text-left span {
  font-weight: bold;
}

.main-header .text-right span {
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: #fff;
}

.main-header .breadcrumbs span {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.main-header .breadcrumbs span a {
  color: #fff;
  font-weight: normal;
  position: relative;
  padding-right: 15px;
  margin-right: 12px;
}

.main-header .breadcrumbs span a::after {
  position: absolute;
  right: 0;
  top: -2px;
  content: "/";
}

.row {
  margin: 0 auto;
  align-items: center;
  padding: 0 15px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}

td {
  vertical-align: middle !important;
}

.agent_top_btn {
  float: right;
}

.agent_top_btn div {
  float: left;
  cursor: pointer;
}

.agent_top_btn img {
  width: 40px;
  margin-right: 2px;
}

.tooltip_div {
  width: 200px;
  padding: 10px;
  background-color: #696969;
  opacity: 0.7;
  color: #ffffff;
  border-radius: 5px;
  position: absolute;
  display: none;
  font-size: 14px;
}

.tooltip_div p {
  color: #fff;
}

#help_tooltip {
  margin-left: 10px;
  position: relative;
  top: -4px;
}

#help_tooltip:hover + .tooltip_div {
  display: block;
}

.qa_search_top {
  padding-left: 15px;
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.qa_search_top_img1 {
  width: 39px;
  margin-right: 10px;
  margin-left: 4px;
}

.qa_search_top_img2 {
  width: 10px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.qa_search_top_list {
  padding: 10px 15px;
  border: 1px solid #000;
  background-color: #ffffff;
  color: #000;
  border-radius: 5px;
  position: absolute;
  margin-left: 45px;
}

.qa_search_top_item {
  cursor: pointer;
}

.qa_search_top_item:hover {
  color: #CCA577;
}

.qa_favorit_item {
  border-bottom: 1px solid #dddddd;
  padding: 5px;
}

.qa_favorit_item:hover {
  background-color: #d0e4ff;
}

.modal::-webkit-scrollbar {
  display: none;
}

.treeview {
  font-size: 16px;
}

.treeview > a {
  font-weight: bold;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
}

.treeview > a img {
  margin-right: 10px;
  color: #CCA577;
}

.treeview a:hover {
  text-decoration: none !important;
}

.treeview-menu {
  font-size: 16px;
}

.form_input_container {
  padding: 5px;
  margin-top: 20px;
  font-size: 20px;
  border-bottom: 2px solid #EAEAEA;
}

.form_input_box { /* height:60px; */
  font-size: 20px;
  padding: 0px 20px 0px 20px;
}

.form_input_box_line { /* height:60px; */
  font-size: 20px;
  border-bottom: 2px solid #EAEAEA;
}

.form_input_box_ht_two {
  position: relative;
  height: 56px;
}

.form_input_box_ht {
  position: relative;
  height: 50px;
}

.form_input_box_ht span {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  padding-bottom: 5px;
}

.form_input_box_ht input {
  font-size: 16px;
  position: absolute;
  bottom: 0;
}

#example th {
  text-align: center;
  background-color: #EBE2D8;
  border-right: 1px solid #E2C39F;
  border-top: 1px solid #E2C39F;
  border-bottom: 1px solid #E2C39F;
}

#example th:first-child {
  border-left: 1px solid #E2C39F;
  width: 80px;
}

@media all and (max-width: 767px) {
  #example th {
    padding: 5px;
    vertical-align: middle;
  }
}
#example td {
  text-align: center;
  background-color: #FFFFFF;
  vertical-align: middle !important;
  border-right: 1px solid #E2C39F;
}

#example td:first-child {
  border-left: 1px solid #E2C39F;
}

@media all and (max-width: 767px) {
  #example td {
    padding: 5px;
  }
}
#example td a {
  color: #2185D0;
}

#example .th_middle td {
  text-align: center;
  background-color: #F4F2F2;
  border-bottom: 0px;
}

#example .tfooter td {
  border: 0px;
}

.agent_sale .tab {
  font-size: 18px;
  background-color: #CCA577;
  border: 0px solid #95989A;
  border-radius: 5px 5px 0px 0px;
  padding: 8px 40px 8px 40px;
  margin-right: 30px;
}

.agent_sale .tab_active {
  font-size: 18px;
  background-color: #B6D4E2;
  border: 0px solid #95989A;
  border-radius: 5px 5px 0px 0px;
  padding: 8px 40px 8px 40px;
  margin-right: 30px;
}

.content-wrapper {
  background: #fff;
}

.qa_search {
  justify-content: flex-start;
  flex: 1 1 auto;
  flex-direction: row-reverse;
}

.qa_search .qa_search_top {
  margin: 5px 0;
  position: relative;
}

.qa_search .qa_search_top:first-child {
  padding-left: 0;
}

.qa_search .qa_search_top_list {
  top: 40px;
  left: 0;
  margin-left: 50px;
}

.qa_search #qa_search_messag {
  min-width: 140px;
}

.qa_search #qa_search_category {
  min-width: 270px;
}

.qa_search #qa_search_no {
  min-width: 215px;
}

.qa_search #qa_search_date {
  min-width: 400px;
}

.agent_top_btn {
  justify-content: flex-end;
  flex: 1 1 auto;
}

.agent_top_btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.agent_top_btn > div img {
  width: 30px;
  margin-right: 5px;
}

#qaList > .row {
  align-items: flex-start;
}

#qaList .col-md-3 .col-md-12, #qaList .col-md-3 .col-sm-12, #qaList .col-md-2 .col-md-12, #qaList .col-md-2 .col-sm-12 {
  padding: 0 !important;
}

#qaList .col-md-7 .col-md-12, #qaList .col-md-7 .col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#qaList .col-md-2 {
  padding-top: 20px !important;
}

#qaList #example_wrapper .pagination li {
  padding: 0;
}

#qa_note {
  display: block;
  margin-top: 20px;
  padding-bottom: 10px;
}

#user_name_note {
  margin-bottom: 10px;
}

#user_name_note, #user_name {
  font-weight: bold;
  text-decoration: none;
}

#user_name_note span, #user_name span {
  font-weight: bold;
  color: #2185D0;
}

#user_name_answer {
  padding: 0 10px;
}

.homepage .txtdynamic, .homepage .breadcrumbs span {
  display: none !important;
}

.main-sidebar, .left-side {
  padding-top: 86px !important;
}

/* #qrcode_send { background: url(../images/index.png) no-repeat center center; background-size: 100%; } */

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc !important;
}

input::placeholder, textarea::placeholder {
  color: #ccc !important;
}

.agentComplete .main-sidebar, .agentComplete .main-header > .navbar, .agentComplete .txtgotip {
  display: none !important;
}

.agentComplete .main-sidebar {
  width: 0;
}

.agentComplete .content-wrapper, .agentComplete .main-header > .navbar {
  margin-left: 0;
}

.dataTable a {
  color: #0056b3;
}

.crtReward-top input.form-control {
  border: 1px solid #EAEAEA !important;
  background-color: #F8F8F8 !important;
  font-size: 14px;
  padding: 10px;
}

.crtReward-top input.form-control::-moz-placeholder {
  color: #eee !important;
}

.crtReward-top input.form-control::placeholder {
  color: #eee !important;
}

#gallery img {
  height: 75vw;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 576px) {
  #gallery img {
    height: 35vw;
  }
}
@media (min-width: 992px) {
  #gallery img {
    height: 18vw;
  }
}
.carousel-item img {
  height: 60vw;
  -o-object-fit: cover;
  object-fit: cover;
}

div.carousel-item div.img {
  padding: 24px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media (min-width: 576px) {
  .carousel-item img {
    height: 350px;
  }
}
* {
  transition: 0.3s;
}

#gallery.custom {
  padding: 0 15px;
}

#gallery.custom img {
  display: block;
  margin: 15px 0;
  border-radius: 300px 30px 300px 300px;
}

#gallery.custom img:hover {
  border-radius: 30px 90px 30px 30px;
}

#exampleModal.custom .modal-content {
  background: none;
  border: none;
}

#exampleModal.custom .modal-header {
  border: none;
}

#exampleModal.custom .modal-header button {
  background: none;
  border-radius: 100px 100px 0 0;
  padding: 5px 10px;
  opacity: 1;
  position: relative;
  top: 3px;
  border: solid 2px white;
}

@media (min-width: 992px) {
  #exampleModal.custom .modal-header button {
    top: 15px;
  }
}
#exampleModal.custom .modal-header button:hover {
  top: 3px;
}

#exampleModal.custom .modal-header span {
  color: white;
}

#exampleModal.custom .modal-body {
  padding: 0;
  border: none;
  position: relative;
}

#exampleModal.custom .modal-body::before, #exampleModal.custom .modal-body::after {
  content: "";
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  background: white;
  border-radius: 3px 10px;
}

@media (min-width: 768px) {
  #exampleModal.custom .modal-body::before, #exampleModal.custom .modal-body::after {
    border-radius: 3px 30px;
    height: 100px;
    width: 100px;
  }
}
#exampleModal.custom .modal-body::before {
  top: -5px;
  left: -5px;
}

@media (min-width: 768px) {
  #exampleModal.custom .modal-body::before {
    top: -15px;
    left: -15px;
  }
}
#exampleModal.custom .modal-body::after {
  bottom: -5px;
  right: -5px;
  z-index: -1;
}

@media (min-width: 768px) {
  #exampleModal.custom .modal-body::after {
    bottom: -15px;
    right: -15px;
  }
}
#exampleModal.custom .modal-footer {
  border: none;
  margin-top: 60px;
}

@media (min-width: 992px) {
  #exampleModal.custom .modal-footer {
    margin-top: 40px;
  }
}
#exampleModal.custom .modal-footer .btn {
  margin: auto;
  border: solid 2px white;
  background: none;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0.2em 0.7em;
}

#exampleModal.custom .modal-footer .btn:hover {
  background: white;
  color: black;
}

#exampleModal.custom .carousel-control-prev,
#exampleModal.custom .carousel-control-next {
  font-size: 2em;
  top: auto;
  opacity: 1;
  bottom: -52px;
}

@media (min-width: 768px) {
  #exampleModal.custom .carousel-control-prev,
  #exampleModal.custom .carousel-control-next {
    top: 0;
    opacity: 0.5;
    bottom: 0;
  }
}
#exampleModal.custom .carousel-control-next-icon,
#exampleModal.custom .carousel-control-prev-icon {
  height: 30px;
  width: 30px;
}

@media (min-width: 768px) {
  #exampleModal.custom .carousel-control-prev {
    left: -90px;
  }
}
@media (min-width: 768px) {
  #exampleModal.custom .carousel-control-next {
    right: -90px;
  }
}
#exampleModal.custom .carousel-indicators {
  bottom: -60px;
}

@media (min-width: 992px) {
  #exampleModal.custom .carousel-indicators {
    bottom: -30px;
  }
}
#exampleModal.custom .carousel-indicators li {
  height: 30px;
  border-radius: 100px;
  background: none;
  border: solid 2px white;
}

@media (min-width: 992px) {
  #exampleModal.custom .carousel-indicators li {
    height: 10px;
  }
}
#exampleModal.custom .carousel-indicators li:hover {
  background: white;
}

#exampleModal.custom .carousel-indicators li.active {
  background: white;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

@media (min-width: 576px) {
  .switch {
    margin: 0;
  }
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 100%;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-wrap {
  text-align: center;
  background-color: #b1fbc1;
  padding: 30px;
  border-radius: 3px;
  margin: 30px 0 0;
}

@media (min-width: 576px) {
  .switch-wrap {
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 10px;
  }
}
.switch-text {
  display: block;
  margin: 0.5em;
}

@media (min-width: 576px) {
  .switch-text {
    margin: 0 1em 0 0;
  }
}
#ModalAgent .modal-content {
  padding: 40px;
}

#ModalAgent .col-12 {
  padding: 0;
}

#ModalAgent .col-12 input,
#ModalAgent .col-12 textarea {
  background: #F0F2F4;
  padding: 10px;
  height: 44px;
  border-radius: 5px !important;
  border: none;
}

#ModalAgent .col-12 textarea {
  height: 200px;
  width: 100%;
}

#ModalAgent .modal-body {
  padding: 0;
}

#ModalAgent .modal-body h3 {
  font-size: 25px;
  margin-top: 20px;
}

#ModalAgent .modal-body .carousel-control-prev {
  /* #ModalAgent .modal-body .carousel-control-next { */
  /* display: none; */
}

#ModalAgent .carousel-indicators {
  bottom: -40px;
}

#ModalAgent .carousel-control-next, #ModalAgent .carousel-control-prev {
  bottom: -50px;
  height: 60px;
  top: inherit;
  background: #00BAAF;
  border-radius: 100%;
}

#ModalAgent .carousel-indicators li {
  width: 8px;
  height: 8px;
  background: #DAF3F2;
  border-radius: 100%;
  cursor: pointer;
}

#ModalAgent .carousel-indicators li.active {
  background: #00baaf !important;
}

#ModalAgent .carousel-inner {
  margin-bottom: 40px;
}

#ModalAgent button.close span {
  position: absolute;
  top: -30px;
  right: -29px;
}

@media (max-width: 768px) {
  #ModalAgent .col-12 textarea {
    height: 100px;
    width: 100%;
  }
  #ModalAgent .modal-content {
    padding: 20px;
  }
  #ModalAgent .carousel-control-next, #ModalAgent .carousel-control-prev {
    height: 40px;
    width: 40px;
  }
  #ModalAgent button.close span {
    top: -10px;
    right: -14px;
  }
  #ModalAgent .modal-content {
    max-height: 80vh;
    overflow: auto;
  }
  #ModalAgent .modal-body h3 {
    font-size: 20px;
  }
}
#ModalAgent .modal-content {
  border-radius: 20px;
}

#ModalAgent h5 {
  text-align: center;
  color: #00BAAF;
  font-weight: bold;
}

.blockborder {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 15px;
}

.blockborder .col-12 span {
  font-weight: bold;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1 !important;
  height: 50px !important;
  width: 50px !important;
}

.carousel-inner div[readonly] {
  border-radius: 8px !important;
  background-color: #e9ecef;
  padding: 20px 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .blockborder {
    border: 1px solid #000;
    padding: 10px;
  }
  #ModalAgent h3 {
    text-align: center;
  }
}
div[name=Industry][readonly]::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2f2f2f;
  position: absolute;
  top: 10px;
  right: 10px;
}

div[name=Industry][readonly]::after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2f2f2f;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

body {
  position: relative;
}

.cursort{
  cursor: pointer;
}

#remittance-modal .modal-header .close{
  top: 10px;
}

.inputcalendar input{
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 10px;
  background: url(../images/calendar.png) no-repeat right 5px center;
}

.selectFile{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.selectFile .select-image{
  max-width: 100px;
}

.page-manageagency .common-style .tab-table th
{
  background: #BE4040 !important;
}

.page-manageagency .common-style #sales-month th {
  background: #817976 !important;
}

.page-manageagency .claim .claim-box input.form-control {
  color: #BE4040 !important;
}

.page-managescoutman .common-style .tab-table th {
  background: #00BAAF !important;
}

.green-txt
{
  color: #00BAAF;
}

.page-managescoutman .common-style #sales-month th {
  background: #817976 !important;
}

.green.btn-success{
  background-color: #00BAAF !important;
  border-color:#00BAAF !important;
}

.green.btn-outline-success {
  /* color: #28a745;
  background-color: transparent;
  background-image: none; */
  color:#00BAAF !important;
  border-color: #00BAAF !important;
}

.page-managescoutman .claim .claim-box input.form-control {
  color: #00BAAF !important;
}