@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("font-awesome.min.css");
@import url("Roboto_Black/stylesheet.css");
@import url("Roboto_Light/stylesheet.css");
@import url("Roboto_Medium/stylesheet.css");
@import url("../fonts/fontinfo.css");

@media screen and (max-width: 1920px) {
  /* 1920px 이하에서만 아래 스타일로 진입 */
  .floating6 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  /* 1280px 이하에서만 아래 스타일로 진입 */

  .floating6 {
    display: block;
  }
}

/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)


*/

/*intro_txt*/

/*
.m{
  width: 100px;
  height: 100px;
  background-color: coral;
  animation: square-to-circle 2s .5s infinite cubic-bezier(1,.015,.295,1.225) alternate;
}
 
@keyframes square-to-circle {
  0%  {
    border-radius:0 0 0 0;
    background:coral;
    transform:rotate(0deg);
  }
  25%  {
    border-radius:30% 0 0 0;
    background:darksalmon;
    transform:rotate(15deg);
  }
  50%  {
    border-radius:30% 30% 0 0;
    background:indianred;
    transform:rotate(30deg);
  }
  75%  { 
    border-radius:30% 30% 30% 0;
    background:lightcoral;
    transform:rotate(45deg);
  }
  100% {  
    border-radius:30%;
    background:darksalmon;
    transform:rotate(60deg);
  }
}

*/

.finfo {
  font-size: 0.7em;
  font-family: "Roboto Thin";
  margin-left: 5px;
}

.pop1 {
  position: relative;
  display: inline-block;
  border: 0;
  outline: 0;
}

.img_eff {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
}

.img_eff:hover {
  opacity: 1;
}

.intro_title {
  font-family: "Roboto Thin";
  font-size: 1.7em;
  animation-duration: 1s;
  animation-name: slin;
  /*  animation-iteration-count: ;*/
  animation-direction: alternate;
  text-shadow: 2px 2px 5px #000000;
  line-height: 140%;
}

@keyframes slin {
  0% {
    opacity: 0;
    margin-top: 20%;
  }

  100% {
    opacity: 1;
    margin-top: 0%;
  }
}

.intro_title2 {
  font-family: "Roboto Medium";
  font-size: 0.6em;
  animation-duration: 1.5s;
  animation-name: slidein2;
  animation-direction: alternate;
  text-shadow: 0 0 0;
  color: rgba(255, 255, 255, 0.1);
  background-color: #181818;
  border-radius: 10px;
  text-align: center;
  margin-left: 35%;
  margin-right: 35%;
}

@keyframes slidein2 {
  0% {
    opacity: 0;
    margin-top: 10%;
  }

  100% {
    opacity: 1;
    margin-top: 0%;
  }
}

/* Sections/Article */

section,
article {
  margin-bottom: 3em;
}

section > :last-child,
section:last-child,
article > :last-child,
article:last-child {
  margin-bottom: 0;
}

section.special > header,
section.special > footer,
article.special > header,
article.special > footer {
  text-align: center;
}

.row > section,
.row > article {
  margin-bottom: 0;
}

header {
  margin: 0 0 1em 0;
}

header > p {
  display: block;
  font-size: 1.5em;
  margin: 1em 0 2em 0;
  line-height: 1.5em;
  text-align: inherit;
}

/*oo*/
#nav_mo {
  display: none;
  position: absolute;
  left: 0;
  top: 4em;
  background-color: #3ab8b7;
  width: 100%;
  padding: 30px;
}

#nav_mo li {
  width: 100%;
  text-align: center;
}

#nav_mo li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-s;
}

div.burger {
  display: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 5px;
  left: 20px;
  cursor: pointer;
}

div.x,
div.y,
div.z {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

div.x,
div.y,
div.z {
  height: 3px;
  width: 26px;
}

div.y {
  top: 18px;
}

div.z {
  top: 37px;
}

div.collapse {
  top: 20px;
  background: #4a89dc;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}

div.rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}

div.rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}

div.rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

div.rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

div.menu {
  height: 568px;
  width: 320px;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.menu ul li {
  list-style: none;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  width: 320px;
  text-align: center;
  font-size: 0px;
  -webkit-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.menu ul li a {
  color: #4a89dc;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
}

/*oo*/

footer {
  margin: 2.5em 0 0 0;
}

/* Wrapper */

.wrapper {
  padding-left: 2em;
  padding-right: 2em;
}

/* Wrapper */

.wrapper {
  padding: 3em 1em 3em 1em;
}

/* Wrapper */

.wrapper {
  background: #fff;
  margin: 0 0 2em 0;
  padding: 6em 0 6em 0;
}

.wrapper.style2 {
  padding-top: 0;
}

/* Off-Canvas Navigation */

#page-wrapper {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  padding-bottom: 1px;
}

body.navPanel-visible #page-wrapper {
  -moz-transform: translateY(50vh);
  -webkit-transform: translateY(50vh);
  -ms-transform: translateY(50vh);
  transform: translateY(50vh);
}

body.navPanel-visible #navButton {
  -moz-transform: translateY(50vh);
  -webkit-transform: translateY(50vh);
  -ms-transform: translateY(50vh);
  transform: translateY(50vh);
}

body.navPanel-visible #navPanel {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Wrapper */

.wrapper {
  padding: 3em 1em 3em 1em;
}

/* Image */

.image.featured {
  margin: 0 0 2em 0;
}

.image.left {
  margin: 0 1em 1em 0;
}

.image.centered {
  margin: 0 0 1em 0;
}

/* Image */

.image {
  position: relative;
  display: inline-block;
  border: 0;
  outline: 0;
}

.image img {
  display: block;
  width: 100%;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 3em 0;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

#float1 {
  float: left;
  margin-left: 25%;
  z-index: 0;
  position: relative;
}

#float2 {
  float: left;
  margin-left: 25%;
  position: relative;
}

#float3 {
  float: left;
  margin-left: 25%;
  position: relative;
}

#float12 {
  float: left;
  font-size: small;
  opacity: 1;
  margin-right: 25%;
  margin-left: -27%;
  z-index: 2;
  position: relative;
  color: #232323;
  margin-top: 5px;
}

#float22 {
  float: left;
  font-size: small;
  opacity: 1;
  margin-right: 25%;
  margin-left: -27%;
  z-index: 2;
  position: relative;
  margin-top: 5px;
}

#float32 {
  float: left;
  font-size: small;
  opacity: 1;
  margin-right: 25%;
  margin-left: -27%;
  z-index: 2;
  position: relative;
  margin-top: 5px;
}

.l_txt {
  color: #272727;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.b_txt {
  background-size: 100% 100px;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.6em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  margin-right: 10%;
  margin-left: 20%;
  float: left;
  background-color: rgba(0, 0, 0, 0.7);
}

.bg {
  background-size: 100% 100px;
  background-color: #0f0f0f;
}

.btn01 {
  margin-left: 10px;
  background-color: #434343;
  width: 12%;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

.t_his {
  font-family: "Roboto Light";
  font-size: 1.5em;
  color: #ffffff;
  font-style: normal;
  text-align: left;
  text-shadow: 5px 5px 12px rgba(0, 0, 0, 0.85);
  margin-left: 15%;
  margin-bottom: 30px;
}

.his {
  font-family: NanumBarunGothic;
  font-size: 0.6em;
  font-style: normal;
  margin-left: 20%;
  float: left;
  text-align: left;
  text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15em;
  word-spacing: 0.1em;
}

.add {
  font-size: 0.7em;
  font-family: "Roboto Thin";
  float: left;
  text-align: left;
  margin-left: 5%;
  background-color: #1e1e1e;
}

.kioskin {
  text-align: center;
  background-color: #151515;
  width: 100%;
}

.hw {
  text-align: center;
  background-color: #151515;
  width: 100%;
}

.text01 {
  float: left;
}

.text00 {
  float: left;
  text-align: left;
  margin-left: 50px;
}

.title01 {
  font-family:
    Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  text-align: center;
  font-size: 80px;
}

.tb_c {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.etitle01 {
  text-align: center;
  font-size: 100px;
  font-family: NanumGothicLight;
  color: #b7b7b7;
  font-style: normal;
  font-weight: normal;
}

.etxt {
  text-align: center;
  font-size: 16px;
  font-family: NanumGothicLight;
  color: #b7b7b7;
  font-style: normal;
  font-weight: normal;
  margin-bottom: -30px;
}

.etitle02 {
  font-family: "Roboto Medium";
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4em;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: normal;
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-origin: padding-box;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  border-collapse: collapse;
  border-spacing: 50px 50px;
  border-radius: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.etitle021 {
  font-family: "Roboto Medium";
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4em;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: normal;
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-origin: padding-box;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  border-collapse: collapse;
  border-spacing: 50px 50px;
  border-radius: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.etitle02B {
  font-family: NanumGothicLight;
  font-size: 24px;
  color: #9e9e9e;
  font-weight: lighter;
}

.etitle02C {
  font-family: NanumGothicLight;
  font-size: 0.8em;
  color: #9e9e9e;
  font-weight: lighter;
}

.etitle03 {
  font-family: "Roboto Medium";
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
  background-repeat: repeat;
  background-clip: padding-box;
  background-origin: padding-box;
  background-color: rgba(23, 188, 32, 0.78);
  border-collapse: collapse;
  border-spacing: 50px 50px;
  float: left;
  border-radius: 20px;
}

.etitle04 {
  font-family: "Roboto Medium";
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
  background-repeat: repeat;
  background-clip: padding-box;
  background-origin: padding-box;
  background-color: rgba(183, 0, 1, 0.85);
  border-collapse: collapse;
  border-spacing: 50px 50px;
  float: left;
  border-radius: 20px;
}

.etitle05 {
  font-family: "Roboto Medium";
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
  background-repeat: repeat;
  background-clip: padding-box;
  background-origin: padding-box;
  background-color: rgba(212, 111, 22, 0.85);
  border-collapse: collapse;
  border-spacing: 50px 50px;
  float: left;
  border-radius: 20px;
}

.etitle06 {
  font-family: "Roboto Medium";
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
  background-repeat: repeat;
  background-clip: padding-box;
  background-origin: padding-box;
  background-color: rgba(106, 30, 180, 0.8);
  border-collapse: collapse;
  border-spacing: 50px 50px;
  float: left;
  border-radius: 20px;
}

.etit_eng {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 1.3em;
  vertical-align: middle;
  color: #919191;
  float: left;
  margin-left: 15%;
}

.e_numtit {
  font-family: NanumGothicLight;
  font-size: 0.7em;
  color: #e5f7ff;
  text-shadow: 2px 2px 5px #080b16;
  font-weight: bold;
  font-style: italic;
}

.menu_title {
  font-family:
    "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans",
    Verdana, sans-serif;
  font-size: 60px;
  color: #3ab8b7;
  margin: 0px;
  padding: 0px;
}

.menu_title2 {
  font-family:
    "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans",
    Verdana, sans-serif;
  font-size: 60px;
  color: white;
  text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
}

.menu_title3 {
  font-family:
    "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans",
    Verdana, sans-serif;
  font-size: 60px;
  color: #ffffff;
}

.cntr_subtxt li {
  font-family: SUIT Variable;
}

.cntr .counter {
  font-family: SUIT Variable;
  color: #ffffff;
  font-size: 70px;
}

.cntr .sppt_sub {
  font-family: SUIT Variable;
}

.content .cntr_subtxt2 {
  font-family: SUIT Variable;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.cntr_subtxt2 span {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.bodysw1 {
  background-color: #4d4d4d;
}

.e_body {
  height: 150px;
  width: 115px;
  float: left;
  padding: 0px;
  font-weight: normal;
  margin: 0px;
}

.sw_img1 {
  background-color: #272727;
  margin-top: 150px;
}

.tit_sub {
  align-content: center;
  font-family:
    Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.sub_txt {
  font-family: NanumBarunGothic;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0;
  float: none;
  color: #ffffff;
  margin: 0;
}

.soft_txt {
  padding: 0px;
  float: left;
  font-family: NanumBarunGothic;
  color: #676767;
  text-align: left;
  font-size: 30px;
  font-style: normal;
}

.sft_bg {
  background-image: url(../../images/sub_img/sw_bg.jpg?ver=1.0);
  width: 100%;
  height: 100%;
}

.soft_img2 {
  max-width: 100%;
  width: auto;
  height: auto;
  text-align: center;
  color: rgba(251, 251, 251, 1);
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.soft_img3 {
  max-width: 100%;
  width: auto;
  height: auto;
  text-align: center;
  color: #3e3e3e;
  font-size: medium;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.line {
  background-color: #727272;
  font-family:
    Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #5b5b5b;
  height: 2px;
  margin: 0px;
  padding: 0px;
}

.line2 {
  background-color: #a3a3a3;
  font-family:
    Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #737373;
}

.hstr_txt {
  font-family: NanumBarunGothic;
  font-size: 14px;
  font-style: normal;
  color: #d9d9d9;
  margin: 0px;
  padding: 0px;
  float: left;
}

.hw_tit {
  font-family: NanumBarunGothic;
  font-size: 30px;
  font-style: normal;
  color: #4a4a4a;
  float: left;
}

.hw_tit2 {
  font-family: NanumBarunGothic;
  font-size: 16px;
  font-style: normal;
  color: #6f6f6f;
  float: left;
}

.hw_tit3 {
  font-family: NanumBarunGothic;
  font-size: 20px;
  font-style: normal;
  color: #232323;
  float: left;
  margin-right: 300px;
}

.hw_img0 {
  float: left;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  width: 25%;
  height: auto;
}

.hw_img1 {
  float: left;
  margin: 0px;
  padding-top: 50px;
  padding-bottom: 5px;
  background-color: #ffffff;
  width: 25%;
  height: auto;
}

.hw_sub {
  float: right;
  font-family: NanumBarunGothic;
  font-size: 14px;
  font-style: normal;
  color: #585858;
  list-style-position: inside;

  text-align: left;
  clear: right;
}

.in_software {
  background-image: url(images/fulls/01.jpg?ver=1.0);
}

.m_subtxt {
  font-family: NanumGothicLight;
  font-size: 16px;
  float: right;
  text-align: right;
  color: #f3f9ff;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  text-shadow: 2px 0 10px #272f37;
}

.support_box {
  width: 960px;
}
#four .spptbox {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-flow: row wrap;
  padding: 50px;
  align-content: center;
}
.sppt1 {
  /*	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;*/
  width: 30%;
  display: inline-block;
  background: #111;
  padding: 40px;
  text-align: center;
  flex: 1 1 auto;
  -ms-align-items: center;
  align-items: center;
  margin: 10px;
}

.sppt_sub {
  font-family: NanumBarunGothic;
  color: #bcbcbc;
  font-size: 18px;
}

.cntr_subtxt {
  text-align: left;
  font-family: NanumBarunGothic;
  color: #e3e3e3;
  font-size: 0.7em;
  margin: 50px 10px 30px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 20px;
  padding: 20px 30px;
}

.cntr_map {
  font-family: NanumBarunGothic;
  font-size: 16px;
  align: center;
  background-color: inherit;
}

.cntr_map_txt {
  font-family: NanumBarunGothic;
  font-size: 16px;
  margin-top: 50px;
  align: center;
  background-color: #424242;
}
.cp_cont2 {
  display: flex;
  flex-wrap: wrap;
}

.his_box1 {
  flex-shrink: 0;
  width: 350px;
  border-right: solid 1px #e0e0e0;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.his_box1 h2 {
  color: #3ab8b7;
}

.his_box1 span {
  border-right: solid 5px #3ab8b7;
  height: 50px;
  margin: 8px 0 0 30px;
}

.his_box2 {
  color: #000;
  padding: 20px 0 0 40px;
}

.his_box2 ul {
  padding-left: 30px;
  list-style-position: outside;
}
.his_box2 li {
  font-size: 20px;
  color: #000;
  padding-left: 15px;
  list-style-type: disc;
}
.his_box2 li::marker {
  color: #000;
  font-size: 0.8em;
  font-weight: bold;
}

.hw_m {
  color: darkgray;
  font-size: 80px;
  text-align: center;
  margin-top: 100px;
}

.hw_m1 {
  color: rgba(255, 255, 255, 0.65);
  font-size: 40px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 40px;
  font-family: "Roboto Light";
}

.hw_m2 {
  color: darkgray;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 100px;
}

.hw_m3 {
  color: darkgray;
  font-size: 20px;
  text-align: center;
  margin-top: 100px;
}

.hw_m_black {
  color: #bfbfbf;
  font-size: 80px;
  text-align: center;
  margin-top: 100px;
  text-shadow: 0px 0px;
}

.hw_m_black2 {
  color: rgba(49, 49, 49, 1);
  font-size: 80px;
  text-align: center;
  margin-top: 100px;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}

.hw_mr {
  color: #c1c1c1;
  font-size: 18px;
  text-align: center;
  clear: both;
  margin-top: 5px;
}

.hw_mr_black {
  color: #e0e0e0;
  font-size: 18px;
  text-align: center;
  clear: both;
  margin-top: 5px;
  font-weight: bold;
}

.hw_mr_black2 {
  color: rgba(53, 53, 53, 1);
  font-size: 18px;
  text-align: center;
  clear: both;
  margin-top: 4px;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}

.hw_ms {
  color: #525252;
  font-size: 18px;
  text-align: center;
  margin-bottom: 150px;
  margin-top: 30px;
}

.hw_ms_black {
  color: #b7b7b7;
  font-size: 16px;
  text-align: center;
  margin-bottom: 150px;
  margin-top: 30px;
}

.hw_ms_black2 {
  color: rgba(50, 50, 50, 1);
  font-size: 0.7em;
  text-align: center;
  margin-bottom: 150px;
  margin-top: 30px;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}

.hw_k {
  margin-left: 0px;
  margin-right: 0px;
}

.hw_k1 {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
}

.hw_k2 {
  width: 100%;
  clear: left;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hw_k3 {
  float: left;
  margin-left: 0px;
  margin-right: 50px;
}

.dot {
  clear: left;
  float: left;
}

.k_img {
  float: left;
  border-top-left-radius: 20px;
}

.stxt {
  float: left;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
}

.stxt2 {
  float: left;
}

.stxt2 {
  float: right;
  color: #6b6b6b;
}

.centered {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.greyRule {
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  padding: 0;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}

.greyRule hr {
  display: none;
}

.greyRule1 {
  background: #4a4a4a;
  width: 100%;
  height: 2px;
  padding: 0;
  clear: both;
  margin-top: 40px;
  margin-bottom: 10px;
}

.greyRule2 hr {
  display: none;
}

.greyRule2 {
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  padding: 0;
  clear: both;
  margin-top: 60px;
  margin-bottom: 60px;
}

.greyRule2 hr {
  display: none;
}

.greyRulea {
  background: #7758c0;
  width: 100%;
  height: 3px;
  padding: 0;
  clear: both;
  margin-top: 60px;
  margin-bottom: 20px;
}

.greyRulea hr {
  display: none;
}

.greyRuleb {
  background: #006699;
  width: 100%;
  height: 3px;
  padding: 0;
  clear: both;
  margin-top: 60px;
  margin-bottom: 20px;
}

.greyRuleb hr {
  display: none;
}

.greyRulec {
  background: #ec8e02;
  width: 100%;
  height: 3px;
  padding: 0;
  clear: both;
  margin-top: 60px;
  margin-bottom: 20px;
}

.greyRulec hr {
  display: none;
}

.clearRule {
  background: #ffffff;
  width: 100%;
  height: 1px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRulea {
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRuleb {
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule05 {
  width: 100%;
  height: 4px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule10 {
  background: #ffffff;
  width: 100%;
  height: 10px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule15 {
  width: 100%;
  height: 15px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule25 {
  width: 100%;
  height: 30px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule30 {
  background: #ffffff;
  width: 100%;
  height: 30px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule50 {
  width: 100%;
  height: 30px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule70 {
  width: 100%;
  height: 70px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule100 {
  width: 100%;
  height: 100px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule200 {
  width: 100%;
  height: 200px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule300 {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 100px;
  height: 300px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearRule hr {
  display: none;
}

.clearRule1 {
  background: #ffffff;
  width: 100%;
  height: 1px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 100px;
}

.clearRule2 {
  background: #ffffff;
  width: 100%;
  height: 50px;
  padding: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 100px;
}

.clearRule hr {
  display: none;
}

/* Reset */

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;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  color: #ffffff;
  background-repeat: repeat-x;
  z-index: 9999;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */

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

/* Containers */

.container {
  margin-left: auto;
  margin-right: auto;
}

.container.\31 25\25 {
  width: 100%;
  max-width: 1800px;
  min-width: 1440px;
}

.container.\37 5\25 {
  width: 1080px;
}

.container.\35 0\25 {
  width: 720px;
}

.container.\32 5\25 {
  width: 360px;
}

.container {
  width: 1340px;
}

@media screen and (max-width: 1920px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 1700px;
    min-width: 1360px;
  }

  .container.\37 5\25 {
    width: 1020px;
  }

  .container.\35 0\25 {
    width: 680px;
  }

  .container.\32 5\25 {
    width: 340px;
  }

  .container {
    width: 1360px;
  }
}

@media screen and (max-width: 1680px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
  }

  .container.\37 5\25 {
    width: 900px;
  }

  .container.\35 0\25 {
    width: 600px;
  }

  .container.\32 5\25 {
    width: 300px;
  }

  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1280px) {
  .container.\31 25\25 {
    width: 80%;
    max-width: 70%;
    min-width: 60%;
  }

  .container.\37 5\25 {
    width: 500px;
  }

  .container.\35 0\25 {
    width: 400px;
  }

  .container.\32 5\25 {
    width: 240px;
  }

  .container {
    width: 900px;
    color: #000000;
  }
}

@media screen and (max-width: 1000px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 70%;
    min-width: 60%;
  }

  .container.\37 5\25 {
    width: 71.25%;
  }

  .container.\35 0\25 {
    width: 47.5%;
  }

  .container.\32 5\25 {
    width: 23.75%;
  }

  .container {
    width: 95%;
  }
}

@media screen and (max-width: 736px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 70%;
    min-width: 60%;
  }

  .container.\37 5\25 {
    width: 71.25%;
  }

  .container.\35 0\25 {
    width: 47.5%;
  }

  .container.\32 5\25 {
    width: 23.75%;
  }

  .container {
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 50%;
    min-width: 40%;
  }

  .container.\37 5\25 {
    width: 71.25%;
  }

  .container.\35 0\25 {
    width: 47.5%;
  }

  .container.\32 5\25 {
    width: 23.75%;
  }

  .container {
    width: 95% !important;
  }
}

/* Grid */

.row {
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row > * {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row:after,
.row:before {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.row.uniform > * > :first-child {
  margin-top: 0;
}

.row.uniform > * > :last-child {
  margin-bottom: 0;
}

.row.\30 \25 > * {
  padding: 0px 0 0 0px;
}

.row.\30 \25 {
  margin: 0px 0 -1px 0px;
}

.row.uniform.\30 \25 > * {
  padding: 0px 0 0 0px;
}

.row.uniform.\30 \25 {
  margin: 0px 0 -1px 0px;
}

.row > * {
  padding: 40px 0 0 40px;
}

.row {
  margin: -40px 0 -1px -40px;
}

.row.uniform > * {
  padding: 40px 0 0 40px;
}

.row.uniform {
  margin: -40px 0 -1px -40px;
}

.row.\32 00\25 > * {
  padding: 80px 0 0 80px;
}

.row.\32 00\25 {
  margin: -80px 0 -1px -80px;
}

.row.uniform.\32 00\25 > * {
  padding: 80px 0 0 80px;
}

.row.uniform.\32 00\25 {
  margin: -80px 0 -1px -80px;
}

.row.\31 50\25 > * {
  padding: 60px 0 0 60px;
}

.row.\31 50\25 {
  margin: -60px 0 -1px -60px;
}

.row.uniform.\31 50\25 > * {
  padding: 60px 0 0 60px;
}

.row.uniform.\31 50\25 {
  margin: -60px 0 -1px -60px;
}

.row.\35 0\25 > * {
  padding: 20px 0 0 20px;
}

.row.\35 0\25 {
  margin: -20px 0 -1px -20px;
}

.row.uniform.\35 0\25 > * {
  padding: 20px 0 0 20px;
}

.row.uniform.\35 0\25 {
  margin: -20px 0 -1px -20px;
}

.row.\32 5\25 > * {
  padding: 10px 0 0 10px;
}

.row.\32 5\25 {
  margin: -10px 0 -1px -10px;
}

.row.uniform.\32 5\25 > * {
  padding: 10px 0 0 10px;
}

.row.uniform.\32 5\25 {
  margin: -10px 0 -1px -10px;
}

.\31 2u,
.\31 2u\24 {
  width: 100%;
  clear: none;
  margin-left: 0;
}

.\31 1u,
.\31 1u\24 {
  width: 91.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 0u,
.\31 0u\24 {
  width: 83.3333333333%;
  clear: none;
  margin-left: 0;
}

.\39 u,
.\39 u\24 {
  width: 75%;
  clear: none;
  margin-left: 0;
}

.\38 u,
.\38 u\24 {
  width: 66.6666666667%;
  clear: none;
  margin-left: 0;
}

.\37 u,
.\37 u\24 {
  width: 58.3333333333%;
  clear: none;
  margin-left: 0;
}

.\36 u,
.\36 u\24 {
  width: 50%;
  clear: none;
  margin-left: 0;
}

.\35 u,
.\35 u\24 {
  width: 41.6666666667%;
  clear: none;
  margin-left: 0;
}

.\34 u,
.\34 u\24 {
  width: 33.3333333333%;
  clear: none;
  margin-left: 0;
}

.\33 u,
.\33 u\24 {
  width: 25%;
  clear: none;
  margin-left: 0;
}

.\32 u,
.\32 u\24 {
  width: 16.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 u,
.\31 u\24 {
  width: 8.3333333333%;
  clear: none;
  margin-left: 0;
}

.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
  clear: left;
}

.\-11u {
  margin-left: 91.66667%;
}

.\-10u {
  margin-left: 83.33333%;
}

.\-9u {
  margin-left: 75%;
}

.\-8u {
  margin-left: 66.66667%;
}

.\-7u {
  margin-left: 58.33333%;
}

.\-6u {
  margin-left: 50%;
}

.\-5u {
  margin-left: 41.66667%;
}

.\-4u {
  margin-left: 33.33333%;
}

.\-3u {
  margin-left: 25%;
}

.\-2u {
  margin-left: 16.66667%;
}

.\-1u {
  margin-left: 8.33333%;
}

@media screen and (max-width: 1920px) {
  .row > * {
    padding: 40px 0 0 40px;
  }

  .row {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform {
    margin: -40px 0 -1px -40px;
  }

  .row.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .\31 2u\28wide\29,
  .\31 2u\24\28wide\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28wide\29,
  .\31 1u\24\28wide\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28wide\29,
  .\31 0u\24\28wide\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28wide\29,
  .\39 u\24\28wide\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28wide\29,
  .\38 u\24\28wide\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28wide\29,
  .\37 u\24\28wide\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28wide\29,
  .\36 u\24\28wide\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28wide\29,
  .\35 u\24\28wide\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28wide\29,
  .\34 u\24\28wide\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28wide\29,
  .\33 u\24\28wide\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28wide\29,
  .\32 u\24\28wide\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28wide\29,
  .\31 u\24\28wide\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28wide\29 + *,
  .\31 1u\24\28wide\29 + *,
  .\31 0u\24\28wide\29 + *,
  .\39 u\24\28wide\29 + *,
  .\38 u\24\28wide\29 + *,
  .\37 u\24\28wide\29 + *,
  .\36 u\24\28wide\29 + *,
  .\35 u\24\28wide\29 + *,
  .\34 u\24\28wide\29 + *,
  .\33 u\24\28wide\29 + *,
  .\32 u\24\28wide\29 + *,
  .\31 u\24\28wide\29 + * {
    clear: left;
  }

  .\-11u\28wide\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28wide\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28wide\29 {
    margin-left: 75%;
  }

  .\-8u\28wide\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28wide\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28wide\29 {
    margin-left: 50%;
  }

  .\-5u\28wide\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28wide\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28wide\29 {
    margin-left: 25%;
  }

  .\-2u\28wide\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28wide\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 1480px) {
  .row > * {
    padding: 40px 0 0 40px;
  }

  .row {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform {
    margin: -40px 0 -1px -40px;
  }

  .row.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .\31 2u\28normal\29,
  .\31 2u\24\28normal\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28normal\29,
  .\31 1u\24\28normal\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28normal\29,
  .\31 0u\24\28normal\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28normal\29,
  .\39 u\24\28normal\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28normal\29,
  .\38 u\24\28normal\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28normal\29,
  .\37 u\24\28normal\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28normal\29,
  .\36 u\24\28normal\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28normal\29,
  .\35 u\24\28normal\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28normal\29,
  .\34 u\24\28normal\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28normal\29,
  .\33 u\24\28normal\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28normal\29,
  .\32 u\24\28normal\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28normal\29,
  .\31 u\24\28normal\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28normal\29 + *,
  .\31 1u\24\28normal\29 + *,
  .\31 0u\24\28normal\29 + *,
  .\39 u\24\28normal\29 + *,
  .\38 u\24\28normal\29 + *,
  .\37 u\24\28normal\29 + *,
  .\36 u\24\28normal\29 + *,
  .\35 u\24\28normal\29 + *,
  .\34 u\24\28normal\29 + *,
  .\33 u\24\28normal\29 + *,
  .\32 u\24\28normal\29 + *,
  .\31 u\24\28normal\29 + * {
    clear: left;
  }

  .\-11u\28normal\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28normal\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28normal\29 {
    margin-left: 75%;
  }

  .\-8u\28normal\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28normal\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28normal\29 {
    margin-left: 50%;
  }

  .\-5u\28normal\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28normal\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28normal\29 {
    margin-left: 25%;
  }

  .\-2u\28normal\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28normal\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 1280px) {
  .row > * {
    padding: 40px 0 0 40px;
  }

  .row {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform {
    margin: -40px 0 -1px -40px;
  }

  .row.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .\31 2u\28narrow\29,
  .\31 2u\24\28narrow\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28narrow\29,
  .\31 1u\24\28narrow\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28narrow\29,
  .\31 0u\24\28narrow\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28narrow\29,
  .\39 u\24\28narrow\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28narrow\29,
  .\38 u\24\28narrow\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28narrow\29,
  .\37 u\24\28narrow\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28narrow\29,
  .\36 u\24\28narrow\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28narrow\29,
  .\35 u\24\28narrow\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28narrow\29,
  .\34 u\24\28narrow\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28narrow\29,
  .\33 u\24\28narrow\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28narrow\29,
  .\32 u\24\28narrow\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28narrow\29,
  .\31 u\24\28narrow\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28narrow\29 + *,
  .\31 1u\24\28narrow\29 + *,
  .\31 0u\24\28narrow\29 + *,
  .\39 u\24\28narrow\29 + *,
  .\38 u\24\28narrow\29 + *,
  .\37 u\24\28narrow\29 + *,
  .\36 u\24\28narrow\29 + *,
  .\35 u\24\28narrow\29 + *,
  .\34 u\24\28narrow\29 + *,
  .\33 u\24\28narrow\29 + *,
  .\32 u\24\28narrow\29 + *,
  .\31 u\24\28narrow\29 + * {
    clear: left;
  }

  .\-11u\28narrow\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28narrow\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28narrow\29 {
    margin-left: 75%;
  }

  .\-8u\28narrow\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28narrow\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28narrow\29 {
    margin-left: 50%;
  }

  .\-5u\28narrow\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28narrow\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28narrow\29 {
    margin-left: 25%;
  }

  .\-2u\28narrow\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28narrow\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 1000px) {
  .row > * {
    padding: 40px 0 0 40px;
  }

  .row {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform {
    margin: -40px 0 -1px -40px;
  }

  .row.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .\31 2u\28narrower\29,
  .\31 2u\24\28narrower\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28narrower\29,
  .\31 1u\24\28narrower\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28narrower\29,
  .\31 0u\24\28narrower\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28narrower\29,
  .\39 u\24\28narrower\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28narrower\29,
  .\38 u\24\28narrower\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28narrower\29,
  .\37 u\24\28narrower\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28narrower\29,
  .\36 u\24\28narrower\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28narrower\29,
  .\35 u\24\28narrower\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28narrower\29,
  .\34 u\24\28narrower\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28narrower\29,
  .\33 u\24\28narrower\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28narrower\29,
  .\32 u\24\28narrower\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28narrower\29,
  .\31 u\24\28narrower\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28narrower\29 + *,
  .\31 1u\24\28narrower\29 + *,
  .\31 0u\24\28narrower\29 + *,
  .\39 u\24\28narrower\29 + *,
  .\38 u\24\28narrower\29 + *,
  .\37 u\24\28narrower\29 + *,
  .\36 u\24\28narrower\29 + *,
  .\35 u\24\28narrower\29 + *,
  .\34 u\24\28narrower\29 + *,
  .\33 u\24\28narrower\29 + *,
  .\32 u\24\28narrower\29 + *,
  .\31 u\24\28narrower\29 + * {
    clear: left;
  }

  .\-11u\28narrower\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28narrower\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28narrower\29 {
    margin-left: 75%;
  }

  .\-8u\28narrower\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28narrower\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28narrower\29 {
    margin-left: 50%;
  }

  .\-5u\28narrower\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28narrower\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28narrower\29 {
    margin-left: 25%;
  }

  .\-2u\28narrower\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28narrower\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 736px) {
  .row > * {
    padding: 20px 0 0 20px;
  }

  .row {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.uniform.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.uniform.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .\31 2u\28mobile\29,
  .\31 2u\24\28mobile\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28mobile\29,
  .\31 1u\24\28mobile\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28mobile\29,
  .\31 0u\24\28mobile\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28mobile\29,
  .\39 u\24\28mobile\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28mobile\29,
  .\38 u\24\28mobile\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28mobile\29,
  .\37 u\24\28mobile\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28mobile\29,
  .\36 u\24\28mobile\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28mobile\29,
  .\35 u\24\28mobile\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28mobile\29,
  .\34 u\24\28mobile\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28mobile\29,
  .\33 u\24\28mobile\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28mobile\29,
  .\32 u\24\28mobile\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28mobile\29,
  .\31 u\24\28mobile\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28mobile\29 + *,
  .\31 1u\24\28mobile\29 + *,
  .\31 0u\24\28mobile\29 + *,
  .\39 u\24\28mobile\29 + *,
  .\38 u\24\28mobile\29 + *,
  .\37 u\24\28mobile\29 + *,
  .\36 u\24\28mobile\29 + *,
  .\35 u\24\28mobile\29 + *,
  .\34 u\24\28mobile\29 + *,
  .\33 u\24\28mobile\29 + *,
  .\32 u\24\28mobile\29 + *,
  .\31 u\24\28mobile\29 + * {
    clear: left;
  }

  .\-11u\28mobile\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28mobile\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28mobile\29 {
    margin-left: 75%;
  }

  .\-8u\28mobile\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28mobile\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28mobile\29 {
    margin-left: 50%;
  }

  .\-5u\28mobile\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28mobile\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28mobile\29 {
    margin-left: 25%;
  }

  .\-2u\28mobile\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28mobile\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 480px) {
  .row > * {
    padding: 20px 0 0 20px;
  }

  .row {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.uniform.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.uniform.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .\31 2u\28mobilenarrow\29,
  .\31 2u\24\28mobilenarrow\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28mobilenarrow\29,
  .\31 1u\24\28mobilenarrow\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28mobilenarrow\29,
  .\31 0u\24\28mobilenarrow\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28mobilenarrow\29,
  .\39 u\24\28mobilenarrow\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28mobilenarrow\29,
  .\38 u\24\28mobilenarrow\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28mobilenarrow\29,
  .\37 u\24\28mobilenarrow\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28mobilenarrow\29,
  .\36 u\24\28mobilenarrow\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28mobilenarrow\29,
  .\35 u\24\28mobilenarrow\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28mobilenarrow\29,
  .\34 u\24\28mobilenarrow\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28mobilenarrow\29,
  .\33 u\24\28mobilenarrow\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28mobilenarrow\29,
  .\32 u\24\28mobilenarrow\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28mobilenarrow\29,
  .\31 u\24\28mobilenarrow\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28mobilenarrow\29 + *,
  .\31 1u\24\28mobilenarrow\29 + *,
  .\31 0u\24\28mobilenarrow\29 + *,
  .\39 u\24\28mobilenarrow\29 + *,
  .\38 u\24\28mobilenarrow\29 + *,
  .\37 u\24\28mobilenarrow\29 + *,
  .\36 u\24\28mobilenarrow\29 + *,
  .\35 u\24\28mobilenarrow\29 + *,
  .\34 u\24\28mobilenarrow\29 + *,
  .\33 u\24\28mobilenarrow\29 + *,
  .\32 u\24\28mobilenarrow\29 + *,
  .\31 u\24\28mobilenarrow\29 + * {
    clear: left;
  }

  .\-11u\28mobilenarrow\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28mobilenarrow\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28mobilenarrow\29 {
    margin-left: 75%;
  }

  .\-8u\28mobilenarrow\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28mobilenarrow\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28mobilenarrow\29 {
    margin-left: 50%;
  }

  .\-5u\28mobilenarrow\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28mobilenarrow\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28mobilenarrow\29 {
    margin-left: 25%;
  }

  .\-2u\28mobilenarrow\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28mobilenarrow\29 {
    margin-left: 8.33333%;
  }
}

/* Basic */

@-ms-viewport {
  width: device-width;
}

html {
  height: 100%;
}

body {
  background: #fff;
  height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 18pt;
  line-height: 1.75em;
  color: #39454b;
  letter-spacing: 0.5px;
}

body.is-loading *,
body.is-resizing * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

input,
textarea,
select {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 18pt;
  line-height: 1.75em;
  color: #39454b;
  letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: #c7c7c7;
  font-style: normal;
  font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 2.25em;
  letter-spacing: -2px;
  line-height: 1.25em;
}

strong,
b {
  font-weight: 900;
  color: inherit;
}

em,
i {
  font-style: italic;
}

a {
  -moz-transition:
    all 0.2s ease-in-out,
    color 0.2s ease-in-out;
  -webkit-transition:
    all 0.2s ease-in-out,
    color 0.2s ease-in-out;
  -ms-transition:
    all 0.2s ease-in-out,
    color 0.2s ease-in-out;
  transition:
    all 0.2s ease-in-out,
    color 0.2s ease-in-out;
  color: #98c593;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 1em;
  font-family: SUIT Variable;
  /*    font-family: NanumBarunGothic;*/
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #979797;
}

/*

header {
	margin-bottom: 1em;
}
*/

header p {
  display: block;
  margin: 1em 0 0 0;
  padding: 0 0 0.5em 0;
}

footer {
  margin-top: 2em;
}

br.clear {
  clear: both;
}

/* Sections/Article */

section,
article {
  margin-bottom: 3em;
}

section > :last-child,
article > :last-child,
section > .content > :last-child,
article > .content > :last-child,
section:last-child,
article:last-child {
  margin-bottom: 0;
}

.row > section,
.row > article {
  margin-bottom: 0;
}

/* Image */

.image {
  position: relative;
  display: inline-block;
}

.image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.image img {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  padding: 0.8em 20px;
  font-family: "NanumBarunGothic";
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
}

a.image.featured {
  border: 1px solid #3ab8b7;
}

.image.featured p {
  font-size: 70px;
  color: #3ab8b7;
  text-align: center;
  margin: 20px 0 50px;
}

.image.featured span {
  display: inline-block;
  padding: 26px 28px;
  /* border: 1px solid #3ab8b7; */
  font-size: 0;
  line-height: 0;
  margin-top: 30px;
}

a.image.featured:hover {
  border: 1px solid #fff;
  background: #fff;
}

.image.featured:hover p {
  color: #fff;
}

.image.fit {
  display: block;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/*header*/
#header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background: #3ab8b7;
  height: 70px;
  line-height: 70px;
  color: #fff;
}

#logo {
  position: absolute;
  left: 50px;
  top: 10px;
}

#logo a img {
  max-width: 45%;
}

#nav {
  display: block;
  position: absolute;
  right: 3em;
  top: 0;
  height: 3em;
  line-height: 3em;
}

#nav ul li {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.9em;
  margin-top: 8px;
}

#nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 3em;
  line-height: 3em;
  padding: 0 0.5em 0 0.5em;
  outline: 0;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

#nav ul li a:hover {
  color: #e5e5e5;
}

/* List */

ul.default {
  list-style: disc;
  padding-left: 1em;
}

ul.default li {
  padding-left: 0.5em;
}

ul.icons {
  cursor: default;
}

ul.icons li {
  display: inline-block;
}

ul.icons a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border: 0;
}

ul.menu {
  cursor: default;
}

ul.menu li {
  display: inline-block;
  line-height: 1em;
  border-left: solid 1px rgba(145, 146, 147, 0.25);
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

ul.actions {
  cursor: default;
}

ul.actions li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}

ul.actions li:first-child {
  margin-left: 0;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

/* Form */

form label {
  display: block;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition:
    all 0.2s ease-in-out,
    color 0.2s ease-in-out;
  -webkit-transition:
    all 0.2s ease-in-out,
    color 0.2s ease-in-out;
  -ms-transition:
    all 0.2s ease-in-out,
    color 0.2s ease-in-out;
  transition:
    all 0.2s ease-in-out,
    color 0.2s ease-in-out;
  display: block;
  width: 100%;
  padding: 0.65em 0.75em;
  background: none;
  border: solid 2px rgba(185, 186, 187, 0.25);
  color: inherit;
  border-radius: 0.5em;
  outline: none;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  border-color: #9ac8e9;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
  line-height: 1.35em;
}

form select {
  line-height: 1.35em;
}

form textarea {
  min-height: 8em;
}

form .formerize-placeholder,
form ::-webkit-input-placeholder,
form :-moz-placeholder,
form ::-moz-placeholder,
form :-ms-input-placeholder {
  color: rgba(145, 146, 147, 0.85) !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Table */

table {
  width: 100%;
  font-family: NanumBarunGothic;
  text-align: right;
  font-size: 14px;
  color: #ffffff;
}

table.default {
  width: 100%;
}

table.default tbody tr:nth-child(2n + 2) {
  background: #f4f4f4;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  font-weight: 900;
  padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
  background: #444;
  color: #fff;
}

table.default tfoot {
  background: #eee;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #353535;
  border: 0;
  border-radius: 3.5em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 3.5em;
  line-height: 3.5em;
  outline: 0;
  padding: 0 2em 0 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
}

input[type="button"].down,
input[type="submit"].down,
input[type="reset"].down,
.button.down,
button.down {
  width: 5em;
  height: 5em;
  line-height: 4.5em;
  padding: 0;
  background-image: url("images/dark-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -10em;
  overflow: hidden;
}

input[type="button"].down.anchored,
input[type="submit"].down.anchored,
input[type="reset"].down.anchored,
.button.down.anchored,
button.down.anchored {
  bottom: 0;
  border-bottom: 0;
  border-radius: 3em 3em 0 0;
  height: 4.5em;
  margin-left: -2.5em;
}

input[type="button"].anchored,
input[type="submit"].anchored,
input[type="reset"].anchored,
.button.anchored,
button.anchored {
  position: absolute;
  left: 50%;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover,
button:hover {
  background-color: #666666;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active,
button:active {
  background-color: #88b583;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
.button.style2,
button.style2 {
  background-color: transparent;
  border: solid 2px #e5e6e7;
  color: inherit;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
.button.style2:hover,
button.style2:hover {
  background-color: rgba(145, 146, 147, 0.035);
}

input[type="button"].style2.down,
input[type="submit"].style2.down,
input[type="reset"].style2.down,
.button.style2.down,
button.style2.down {
  background-image: url("images/arrow.svg");
}

/* Box */

.box {
  background: #fff;
  color: #39454b;
  padding: 2em;
}

.box.style2 {
  padding: 3.5em 2.5em 3.5em 2.5em;
}

/* Main */

/* popup */
.boxwrap {
  position: absolute;
  top: 60px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

/*.mainpop .btnTodayHide {text-decoration:underline; text-decoration-color: #2196F3;}*/

.mainpop {
  background-image: url(../../images/sub_img/pop.png);
  width: 630px;
  height: 570px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

.mainpop .popclose {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.mainpop .btn_go {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -170px;
}

.btn_go img {
  width: 100%;
}

.mainpop .close {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-family: SUIT Variable;
}

.mainpop .container {
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  position: relative;
}

/* Hide the browser's default checkbox */
.mainpop .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.mainpop .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #d1def8;
  border: solid 1px #000;
}

/* On mouse-over, add a grey background color */
.mainpop .container:hover input ~ .checkmark {
  background-color: #2196f3;
}

/* When the checkbox is checked, add a blue background */
.mainpop .container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.mainpop .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.mainpop .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* popend */
.main {
  position: relative;
  margin: 0;
  text-align: center;
  background-image: url(images/overlay2.png?ver=1.0);
}

.main.fullscreen {
  height: 100%;
}

.main.style1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.main.style1 h2 {
  font-size: 2.5em;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

.main.style1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.main.style1 .content {
  display: inline-block;
  color: #fff;
  text-align: left;
}

.main.style1.inactive .content {
  opacity: 0;
}

.main.style2 {
  padding: 3em 0 3em 0;
  overflow: hidden;
}

.main.style2 .content {
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}

.main.style2.left:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.main.style2.left .content {
  left: 0;
}

.main.style2.right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.main.style2.right .content {
  left: 65%;
}

.main.style2.inactive.left .content {
  left: -35%;
}

.main.style2.inactive.right .content {
  left: 100%;
}

.main.style3 {
  text-align: center;
  padding: 6em 0 6em 0;
}

.main.style3 .content > header {
  margin-bottom: 2em;
}

.main.style3.primary {
  background: #fff;
}

.main.style3.secondary {
  background: #f5f6f7;
}

/* Dark */

.dark {
  color: #fff;
}

.dark a {
  color: #fff;
}

.dark .button.style2 {
  border-color: inherit;
  background-color: rgba(64, 64, 64, 0.05);
}

.dark .button.style2:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dark .button.style2.down {
  background-image: url("images/dark-arrow.svg");
  color: #ffffff;
  display: block;
}

/*    recruit*/

section.recruit {
  margin-bottom: 0;
  font-family: SUIT Variable;
  z-index: -1;
}

section .recruit-top {
  height: 405px;
  background: url(../../images/sub_img/rec_back.png) no-repeat center;
  background-size: cover;
  padding-top: 60px;
}

.recruit .recruit-top h2 {
  font-size: 50px;
  color: #3ab8b7;
  margin: auto;
  text-align: center;
}

.recruit .recruit-top h3 {
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  padding: 25px;
}

section.recruit .recruit-wrap {
  width: 100%;
  background: #f4f4f4;
  z-index: 1;
}

section.recruit .rc_contbox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
}

.recruit-wrap .rc_cont {
  width: 45%;
  display: inline-block;
  background: #3ab8b7;
  border-radius: 20px;
  padding: 25px 25px 5px;
  margin: 10px;
  vertical-align: text-top;
  min-height: 344px;
}

.recruit-wrap .rc_cont .cont_head {
  margin-bottom: 30px;
}

.recruit-wrap .rc_cont .line {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #fff;
}

.recruit-wrap .rc_cont .title {
  font-size: 32px;
  font-weight: bold;
  font-family: SUIT Variable;
}

.recruit-wrap .rc_cont .icon {
  padding: 0;
  float: right;
  line-height: 0;
}

.recruit-wrap .rc_cont .h_text {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  font-family: SUIT Variable;
  letter-spacing: 2px;
}

.recruit-wrap .rc_cont ul {
  margin-left: 15px;
}

.recruit-wrap .rc_cont ul li {
  font-size: 16px;
  font-family: SUIT Variable;
  list-style: disc;
  margin-bottom: 3px;
}

.recruit-wrap .rc_cont ul li:last-child {
  margin-bottom: 0;
}

/*company*/

section.company {
  margin-bottom: 0;
  font-family: SUIT Variable;
  z-index: -1;
}

section .company-top {
  height: 405px;
  background: url(../../images/sub_img/bg_sv01.png) no-repeat center;
  background-size: cover;
  padding-top: 60px;
}

.company .company-top h2 {
  font-size: 50px;
  color: #ffffff;
  margin: auto;
  text-align: center;
}

.company .company-top h3 {
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  padding: 25px;
}

ul.tabs {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  max-width: 1200px;
  border-bottom: solid 1px #d6d6d6;
}

ul.tabs li {
  font-size: 20px;
  display: inline-block;
  color: #000;
  font-weight: bold;
  padding: 10px 50px 10px 0;
  cursor: pointer;
}

ul.tabs li.current {
  color: #3ab8b7;
}

.tab-content {
  display: none;
  max-width: 1200px;
  margin: auto;
}

.tab-content.current {
  display: inherit;
}

section.company .company-wrap {
  width: 100%;
  padding-top: 50px;
}

section.company .cp_contbox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.company-wrap .cp_cont {
  width: 60%;
  display: inline-block;
  padding: 0 40px 0 0;
  vertical-align: top;
}
.company-wrap .cp_contbox h2 {
  font-size: 54px;
  color: #d6d6d6;
  margin-bottom: 20px;
  font-family: SUIT Variable;
}
.company-wrap .cp_cont p {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2.5em;
  line-height: 2em;
}
.company-wrap .cp_contimg {
  width: 39%;
  display: inline-block;
  padding: 0;
}
.company-wrap .cp_contimg img {
  width: 100%;
}

1
/* Spinner */

@-moz-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@-ms-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

/* Loader */

@-moz-keyframes spinner-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spinner-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes spinner-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spinner-show {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 1;
  }
}

@-moz-keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #ffffff;
    z-index: 100001;
  }

  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #ececec;
    z-index: 100001;
  }

  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #ececec;
    z-index: -1;
  }
}

@-webkit-keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #ececec;
    z-index: 100001;
  }

  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #ececec;
    z-index: 100001;
  }

  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #ececec;
    z-index: -1;
  }
}

@-ms-keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #ececec;
    z-index: 100001;
  }

  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #ececec;
    z-index: 100001;
  }

  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #ececec;
    z-index: -1;
  }
}

@keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #ececec;
    z-index: 100001;
  }

  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #ececec;
    z-index: 100001;
  }

  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #ececec;
    z-index: -1;
  }
}

@-moz-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }

  15% {
    opacity: 1;
    z-index: 100000;
  }

  99% {
    opacity: 0;
    z-index: 100000;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }

  15% {
    opacity: 1;
    z-index: 100000;
  }

  99% {
    opacity: 0;
    z-index: 100000;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-ms-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }

  15% {
    opacity: 1;
    z-index: 100000;
  }

  99% {
    opacity: 0;
    z-index: 100000;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }

  15% {
    opacity: 1;
    z-index: 100000;
  }

  99% {
    opacity: 0;
    z-index: 100000;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

body {
  text-decoration: none;
}

body:before {
  -moz-animation:
    spinner-show 1.5s 1 0.25s ease forwards,
    spinner-hide 0.25s ease-in-out forwards !important;
  -webkit-animation:
    spinner-show 1.5s 1 0.25s ease forwards,
    spinner-hide 0.25s ease-in-out forwards !important;
  -ms-animation:
    spinner-show 1.5s 1 0.25s ease forwards,
    spinner-hide 0.25s ease-in-out forwards !important;
  animation:
    spinner-show 1.5s 1 0.25s ease forwards,
    spinner-hide 0.25s ease-in-out forwards !important;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #ececec;
  content: "\f1ce";
  cursor: default;
  display: block;
  font-size: 2em;
  height: 2em;
  left: 50%;
  line-height: 2em;
  margin: -1em 0 0 -1em;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 2em;
  z-index: -1;
}

body:after {
  -moz-animation: overlay-hide 1.5s ease-in forwards !important;
  -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
  -ms-animation: overlay-hide 1.5s ease-in forwards !important;
  animation: overlay-hide 1.5s ease-in forwards !important;
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

body.is-loading:before {
  -moz-animation:
    spinner-show 1.5s 1 0.25s ease forwards,
    spinner-rotate 0.75s infinite linear !important;
  -webkit-animation:
    spinner-show 1.5s 1 0.25s ease forwards,
    spinner-rotate 0.75s infinite linear !important;
  -ms-animation:
    spinner-show 1.5s 1 0.25s ease forwards,
    spinner-rotate 0.75s infinite linear !important;
  animation:
    spinner-show 1.5s 1 0.25s ease forwards,
    spinner-rotate 0.75s infinite linear !important;
  z-index: 100001;
}

body.is-loading:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  opacity: 1;
  z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  body:before {
    line-height: 2.025em;
  }
}

/* Icons */

.icon {
  text-decoration: none;
}

.icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon > .label {
  display: none;
}

/* Header */

#header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  background: #3ab8b7;
  height: 70px;
  line-height: 70px;
  color: #fff;
}

body {
  padding-top: 3em;
}

/* Intro */

#intro {
  background: url("/images/main_banner_01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation-name: int;
  animation-duration: 1.5s;
  z-index: -1;
}

@keyframes int {
  0% {
    /* background: url(""), url("../../images/intro_1.jpg?ver=1.1");  */
    background-position: center;
  }

  100% {
    /* background: url(""), url("../../images/intro_2.jpg?ver=1.1"); */
    background-position: center;
  }
}

/* zero */

#zero {
  background-attachment: fixed, fixed;
  background-position:
    top left,
    center center;
}

/* sw */

#sw {
  background: url(""), url("../../images/sw.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

/* sw_arw */

#sw_arw {
  background: url(), url("../../images/sw_bg.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

/* One */

#introduce {
  background:
    url("images/overlay2.png?ver=1.0"),
    url("../../images/introduce.jpg?ver=1.0");
  background-size: auto;
  background-attachment: fixed, fixed;
  background-position:
    top left,
    center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 1);
}

#kiosk_bg {
  background: url(), url("../../images/kiosk_bg2.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

#pos_bg {
  background: url(), url("../../images/pos_asp.jpg");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

#mis_bg {
  background: url(), url("../../images/pos_asp.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

#hwkiosk_bg {
  background: url(), url("../../images/hwkiosk_bg.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

#space_bg {
  background: url(), url("../../images/space_bg.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

/* One */

#one {
  background:
    url("images/overlay2.png?ver=1.0"), url("../../images/one.jpg?ver=1.3");
  background-size: auto;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 1);
}

/* Two */

#two {
  background: url(), url("../../images/two.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
  padding: 50px;
  z-index: -1;
}

/* Two */

#kiosk {
  background: url(), url("../../images/three.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

/* Three */

#three {
  background:
    url("images/overlay2.png?ver=1.0"), url("../../images/three.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center 60%;
  padding: 50px;
  /* background-color: #efefef; */
  /*    z-index: -1;*/
}

/* four */

#four {
  background: url("../../images/partners.png");
  background-size: cover;
  padding: 80px;
  background-position:
    top left,
    center center;
  filter: brightness(100%);
  /*    z-index: -1;*/
  text-align: center;
}
section#four {
  margin-bottom: 0;
}
/*2one */

#2one {
  background:
    url("images/overlay.png?ver=1.0"), url("../../images/two.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

/* blk */

#blk {
  background:
    url("images/overlay2.png?ver=1.0"), url("../../images/cstmr_bg.jpg?ver=1.6");
  background-size: auto;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 1);
}

/* sw */

#swhw {
  background:
    url("images/overlay2.jpg?ver=1.0"), url("../../images/swhw.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

/*  imtone   */
section.imtone {
  margin: 0 auto;
  text-align: center;
}
.imtone img {
  max-width: 100%;
}
.imtonetxt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.imtone2 {
  background-image: url(../../images/one_2_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
}

.imtone3 {
  background-image: url(../../images/one_3_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
}
.imtone4 {
  background-image: url(../../images/one_4_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
}

.imtone7 {
  background-image: url(../../images/one_7_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
}

/* hw */

#hw {
  background:
    url("../../images/fulls/blk.png?ver=1.0"),
    url("../../images/kiosk.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
  padding: 25px;
}

/* hw1 */

#hw1 {
  background:
    url("../../images/fulls/blk.png?ver=1.0"),
    url("../../images/pos.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

/* hw2 */

#hw2 {
  background:
    url("../../images/fulls/blk.png?ver=1.0"),
    url("../../images/kds.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

/* hw3 */

#hw3 {
  background:
    url("../../images/fulls/blk.png?ver=1.0"),
    url("../../images/pos.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  background-attachment: fixed, fixed;
  background-position:
    top left,
    center center;
}

#hw4 {
  background:
    url("../../images/fulls/blk.png?ver=1.0"),
    url("../../images/toms.jpg?ver=1.0");
  background-size:
    256px 256px,
    cover;
  /* background-attachment: fixed, fixed; */
  background-position:
    top left,
    center center;
}

/* Work */

#work .row.images .image {
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

#work .row.images.inactive .image {
  opacity: 0;
}

#work .row.images.inactive .image.from-left {
  left: -14em;
}

#work .row.images.inactive .image.from-right {
  left: 14em;
}

#work .row.images.inactive .image.from-top {
  top: -7em;
}

#work .row.images.inactive .image.from-bottom {
  top: 7em;
}

/* Contact */

#contact {
  padding-bottom: 0;
  overflow: hidden;
}

#contact .box {
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  bottom: 0;
}

#contact.inactive .box {
  bottom: -30em;
}

/* Footer */

#footer {
  position: relative;
  max-width: 100%;
  margin: 0;
  /*    background: #efefef;*/
  color: #111;
  border-top: solid 1px #efefef;
}

#footer a {
  color: #999;
  color: rgba(185, 186, 187, 0.5);
}

#footer a:hover {
  color: #bbb;
  color: #dbdbdb;
}

#footer .actions {
  position: absolute;
  left: 1em;
  top: 0.25em;
  height: 5em;
  line-height: 5em;
  margin: 0;
}

#footer .actions li {
  font-size: 1.25em;
  margin: 0;
}

#footer .actions li a {
  padding: 0.5em;
}

#footer .menu {
  position: absolute;
  right: 7px;
  top: 5px;
  height: 5em;
  line-height: 4em;
  margin: 0;
  width: 374px;
}

#footer .menu li {
  font-size: 1em;
  color: #373737;
}

.ft_cont {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 20px 0;
}

.ft_cont address {
  line-height: 1.6;
}

.ft_cont p {
  font-family: SUIT Variable;
  margin-bottom: 0;
  display: inline-block;
  color: #3ab8b7;
  margin-right: 5px;
}

.ft_cont p span {
  font-weight: bold;
  color: #3ab8b7;
}

.ft_cont .name {
  font-size: 16px;
  font-weight: 600;
}

.ft_cont .tel {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: start;
  margin-right: 50px;
}

.ft_cont .tel p {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #3ab8b7;
  line-height: 1.8;
}

.ft_cont .tel p:first-child {
  font-size: 18px;
}

.ft_cont .copy {
  color: #3ab8b7;
  font-size: 12px;
  margin-left: 20px;
}

/* Poptrox */

.poptrox-popup {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  padding-bottom: 3em;
  box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

.poptrox-popup .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1em 0 0 -1em;
  width: 2em;
  height: 2em;
  display: block;
  font-size: 2em;
}

.poptrox-popup .loader:before {
  -moz-animation: spinner-rotate 0.75s infinite linear !important;
  -webkit-animation: spinner-rotate 0.75s infinite linear !important;
  -ms-animation: spinner-rotate 0.75s infinite linear !important;
  animation: spinner-rotate 0.75s infinite linear !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #ececec;
  content: "\f1ce";
  cursor: default;
  display: block;
  height: 2em;
  left: 0;
  line-height: 2em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2em;
}

.poptrox-popup .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 3em;
  line-height: 2.8em;
  text-align: center;
  cursor: default;
  z-index: 1;
  font-size: 0.9em;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.01);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
  content: "";
  position: absolute;
  width: 96px;
  height: 64px;
  background: url("images/poptrox-nav.svg");
  top: calc(50% - 1.5em);
  margin: -32px 0 0 0;
}

.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
  opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
  opacity: 1;
}

.poptrox-popup .nav-previous:before {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
  filter: FlipH;
}

.poptrox-popup .nav-next {
  right: 0;
}

.poptrox-popup .nav-next:before {
  right: 0;
}

.poptrox-popup .nav-previous {
  left: 0;
}

.poptrox-popup .nav-previous:before {
  left: 0;
}

.poptrox-popup .closer {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  z-index: 2;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px #fff;
  background: url("images/poptrox-closer.svg") center center;
  color: #fff !important;
}

.poptrox-popup:hover .closer {
  opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
  opacity: 1;
}

/* Touch Mode */

body.is-touch .main {
  background-attachment: scroll !important;
}

body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
  opacity: 1 !important;
}

/* Wide */

@media screen and (max-width: 1920px) {
  /* Basic */

  body,
  input,
  textarea,
  select {
    font-size: 17pt;
  }

  /* Main */

  .main.style2 .content {
    width: 40%;
  }

  .main.style2.right .content {
    left: 60%;
  }

  .main.style2.inactive.left .content {
    left: -40%;
  }
}

/* Normal */

@media screen and (max-width: 1680px) {
  /* Basic */

  body,
  input,
  textarea,
  select {
    font-size: 15pt;
  }
}

/* Narrow */

@media screen and (max-width: 1280px) {
  /* Basic */

  body,
  input,
  textarea,
  select {
    font-size: 13pt;
  }

  /* Main */

  .main.style2 .content {
    width: 50%;
  }

  .main.style2.right .content {
    left: 50px;
    right: 50px;
  }

  .main.style2.inactive.left .content {
    left: -50%;
  }

  .image.featured p {
    font-size: 45px;
  }

  .image.featured span {
    padding: 15px 20px;
  }

  .sppt1 {
    width: 45%;
  }
}

/* Narrower */

@media screen and (max-width: 1000px) {
  /* Basic */

  body,
  input,
  textarea,
  select {
    font-size: 13pt;
  }

  .container > .container {
    width: 100% !important;
  }

  /* Main */

  .main.style2 .content {
    width: 60%;
  }

  .main.style2.right .content {
    left: 40%;
  }

  .main.style2.inactive.left .content {
    left: -60%;
  }

  #nav {
    right: 1.8em;
  }

  #logo {
    left: 20px;
    top: 5px;
  }

  #logo a img {
    max-width: 35%;
  }

  /* Footer */

  #footer {
    height: auto;
    line-height: inherit;
    text-align: center;
    padding: 2em 1em 2em 1em;
  }

  #footer .actions {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    line-height: inherit;
    margin: 0 0 1em 0;
  }

  #footer .menu {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    line-height: inherit;
  }
}

/* Mobile */

@media screen and (max-width: 736px) {
  /* Basic */

  body {
    min-width: 320px;
    font-size: 12pt;
    line-height: 1.5em;
  }

  input,
  textarea,
  select {
    font-size: 12pt;
    line-height: 1.5em;
  }

  h2 {
    font-size: 1.5em;
    letter-spacing: -1px;
  }

  /* Box */

  .box {
    padding: 1em;
  }

  .box.style2 {
    padding: 1.5em 1.25em 1.5em 1.25em;
    background-color: rgba(255, 255, 255, 0.9);
  }

  /*main pop*/

  .mainpop {
    width: 420px;
    height: 325px;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .mainpop .btn_go {
    position: absolute;
    bottom: 40px;
  }

  .mainpop .close {
    bottom: 28px;
  }

  /* Main */
  #intro {
    height: 90vh !important;
    z-index: -1;
  }

  .main.fullscreen {
    height: auto !important;
  }

  .main.style1 {
    padding: 4em 15px 4em 15px;
  }

  .main.style1 h2 {
    font-size: 1.5em;
    letter-spacing: -3px;
  }

  .main.style2 {
    padding: 6em 15px 6em 15px;
  }

  .main.style2:before,
  .main.style2:after {
    display: none !important;
  }

  .main.style2 .button.anchored {
    display: none;
  }

  .main.style2 .content {
    width: 100%;
    left: 0% !important;
    text-align: center;
  }

  .main.style2 .tmp {
    width: 100%;
    height: 10em;
    background-size: cover;
  }

  .main.style3 {
    text-align: center;
    padding: 3em 10px 3em 10px;
  }

  .image.featured {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0.5em 20px;
  }

  /* Header */

  #header {
    height: 4em;
    line-height: 4em;
  }

  body {
    padding-top: 2.5em;
  }

  #logo {
    text-align: center;
    position: relative;
    left: 0;
    top: 8px;
    height: 100%;
  }

  #logo a {
    font-size: 1.5em;
  }

  #nav {
    display: none;
  }

  #nav_mo {
    display: block;
    left: -736px;
  }

  div.burger {
    display: block;
  }

  #nav ul {
    margin: 0;
  }

  /* Footer */

  #two .tit_sub {
    margin-top: 20px;
  }

  /*    support*/
  .cntr_subtxt2 {
    border-radius: 10px;
  }

  #four {
    margin-top: 20px;
    padding: 70px 10px 50px;
  }

  #four .cntr_subtxt {
    font-size: 16px;
    margin: 30px auto;
    padding: 20px 30px;
    width: 100%;
  }

  #four .cntr_subtxt li {
    margin-top: 20px;
  }

  #four .cntr_subtxt2 {
    margin: 20px 10px;
    text-align: left;
  }

  #four .sppt1 {
    padding: 40px 0;
    width: 100%;
    margin: 10px auto;
  }

  .main.style1 .content {
    width: 90%;
  }

  #footer {
    padding: 0 1em;
  }

  .ft_cont .copy {
    margin-left: 0;
  }

  .ft_cont .tel {
    display: block;
    margin: 10px auto 0;
  }

  .ft_cont .name {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ft_cont .tel p {
    display: inline-block;
    font-size: 16px;
  }

  /* Poptrox */

  .poptrox-popup .nav-next:before,
  .poptrox-popup .nav-previous:before {
    width: 48px;
    height: 32px;
    background-size: contain;
    margin: -16px 0 0 0;
  }

  .poptrox-popup .closer:before {
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    background-size: contain;
    opacity: 0.65;
  }

  .sub_txt {
    font-size: 20px;
  }

  /*  recruit  */
  .recruit-wrap .rc_cont {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .recruit-wrap .rc_cont .icon img {
    max-width: 80%;
  }

  .recruit-wrap .rc_cont .h_text {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 460px) {
  /*main pop*/
  .mainpop {
    width: 340px;
  }

  .mainpop .btn_go {
    width: 65%;
    margin-left: -32%;
  }

  .mainpop .popclose {
    position: absolute;
    top: 0;
    right: -10px;
  }

  .mainpop .popclose img {
    width: 80%;
  }

  .mainpop .close {
    bottom: 18px;
  }

  /*    support*/
  .recruit .recruit-top h3 {
    font-size: 25px;
    line-height: 1.5em;
  }

  .recruit-wrap .rc_cont .line {
    width: 20px;
  }

  .recruit-wrap .rc_cont .title {
    font-size: 25px;
  }

  .recruit-wrap .rc_cont .icon {
    margin-right: -15px;
    margin-top: -7px;
  }

  .recruit-wrap .rc_cont .icon img {
    max-width: 70%;
  }
}

/* Android POS open notice */
.androidpos-open-block {
  position: absolute;
  z-index: 100;
  top: 96px;
  left: 50%;
  width: min(1200px, calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(162, 176, 196, 0.84);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  color: #fff;
  backdrop-filter: blur(8px);
}

.androidpos-open-block p {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.androidpos-open-block a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 6px;
  background: #1f69ff;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

@media screen and (max-width: 736px) {
  .androidpos-open-block {
    top: 82px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }

  .androidpos-open-block p {
    text-align: center;
    font-size: 0.95rem;
  }

  .androidpos-open-block a {
    width: 100%;
  }
}
