html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  font-family: "Noto Sans TC,Noto Sans JP,Noto Sans KR,sans-serif";
}

body a,html a {
  text-decoration: none
}

body img,html img {
  -webkit-user-select: none;
  -webkit-touch-callout: none
}

*, *:before, *:after {
  box-sizing: inherit;
  outline: 0;
}

header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(0,0,0,.02),0 0 1px 0 rgba(0,0,0,.04),0 1px 1px 0 rgba(0,0,1,.08)!important;
  z-index: 10;
}

header div {
  cursor: pointer;
}

header div:nth-child(2) {
  margin-left: auto;
}

header div:nth-child(3) {
  margin-left: 20px;
}

header div:nth-child(4) {
  margin-left: 20px;
}

header > div:nth-child(1) {
  color: #000;
  font-size: 32px;
  font-family: "Amita", serif;
  font-weight: 700;
}

#main_section {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  display: flex;
  padding-top: calc(80px - 1.5vw);
  padding-bottom: 40px;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

#main_section .main_section_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#main_section .maim_section_left,
#main_section .maim_section_right {
  max-width: 50%;
}

#main_section .maim_section_left {
  display: block;
  margin-left: 48px;
  margin-right: 16px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #530fad;
}

#main_section .maim_section_left > h1 {
  color: #18181b;
  font-size: 54px;
  line-height: 54px;
  font-weight: 800;
  margin: 12px 0 17px;
  text-transform: capitalize;
}

#main_section .maim_section_left > p {
  font-size: 16px;
  color: #333;
}

#main_section .maim_section_left > .maim_section_left_input {
  position: relative;
  margin-bottom: 8px;
  width: 88%;
}

#main_section .maim_section_left > .maim_section_left_input > input {
  padding-left: 24px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #263238;
  border-radius: 40px;
  font-size: 18px;
  
}

#main_section .maim_section_left > .maim_section_left_input > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  background: #263238;
  color: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-right: 24px;
  padding-left: 24px;
  height: 48px;
  transform: translateY(-50%);
}

#main_section .maim_section_left > .maim_section_left_input > .btn > svg {
  font-weight: 400;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}

#main_section .maim_section_left > .maim_section_left_input > .btn > .text {
  color: #C6FF00;
  font-size: 16px;
}

#main_section .maim_section_left > .maim_section_left_subtitle {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

#main_section .maim_section_left > .maim_section_left_subtitle svg {
  margin-left: 10px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  color: #bfb230;
}

#main_section .maim_section_right {

}

#main_section .maim_section_right img {
  width: 100%;
}

.slide_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #f1f9f7;
  padding-top: 100px;
  padding-bottom: 100px;

  font-family: Noto Sans TC,Noto Sans JP,Noto Sans KR,sans-serif;
}

.slide_section .slide_section_wrapper {
  max-width: 1250px;
  margin: auto;
  position: relative;
}

.slide_section .slide_section_wrapper p {
  line-height: 1.8;
  font-size: 16px;
  color: #646464;

}

.slide_section > .slide_section_wrapper > .title {
  margin-bottom: 60px;
  text-align: center;
}

.slide_section > .slide_section_wrapper > .title h2 {
  font-family: Saira,sans-serif;
  color: #18181b;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 50px;
}

.slide_section > .slide_section_wrapper > .title p {
  margin: 0 auto;
  max-width: 680px;
  line-height: 1.8;
  font-size: 16px;
  color: #646464;
  padding: 0 16px;
}

.slide_section > .slide_section_wrapper > .subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide_section > .slide_section_wrapper > .subtitle div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;

  background-color: #f4fcfa;
  border: 1px solid #b6e1d8;
  padding: 30px 24px 16px;
  border-radius: 5px;
}

.slide_section > .slide_section_wrapper > .subtitle div + div {
  margin-left: 20px;
}

.slide_section > .slide_section_wrapper > .subtitle i {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.slide_section > .slide_section_wrapper > .subtitle i svg {
  width: 36px;
  height: 36px;
}

.slide_section > .slide_section_wrapper > .subtitle h3 {
  margin: 0;
  font-family: Saira,sans-serif;
  color: #18181b;
  font-size: 35px;
  font-weight: 700;
}

.slide_section > .slide_section_wrapper > .subtitle p {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

.slide_section > .slide_section_wrapper > .input {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #fff;
}

.slide_section > .slide_section_wrapper > .input > input {
  padding-left: 24px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #263238;
  border-radius: 40px;
  font-size: 18px;
}

.slide_section > .slide_section_wrapper > .input > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  background:#263238;
  color: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-right: 24px;
  padding-left: 24px;
  height: 48px;
  transform: translateY(-50%);
}

.slide_section > .slide_section_wrapper > .input > .btn > svg {
  font-weight: 400;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}

.slide_section > .slide_section_wrapper > .input > .btn > .text {
  color: #C6FF00;
  font-size: 16px;
}

/* slide2 */
#slide2 {
  background-color: white;
}

#slide2 > .slide_section_wrapper {
  display: flex;
  flex-direction: row;
  max-width: unset;
  width: 95%;
}

#slide2 > .slide_section_wrapper > .slide_section_left {
  flex: 1 1;
}

#slide2 > .slide_section_wrapper > .slide_section_right {
  flex: 1 1;
  padding-left: 3%; 
}

#slide2 > .slide_section_wrapper > .slide_section_left img {
  max-width: 100%;
}

#slide2 > .slide_section_wrapper > .slide_section_right > .title {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: Saira, sans-serif;
  color: #18181b;
}

#slide2 > .slide_section_wrapper > .slide_section_right > .desc {
  max-width: 480px;
}


/* slide3 */
#slide3 {
  
}

#slide3 > .slide_section_wrapper {
  display: flex;
  flex-direction: row;
  max-width: unset;
  width: 95%;
}

#slide3 > .slide_section_wrapper > .slide_section_left {
  flex: 1 1;
  margin-bottom: 30px;
  padding: 0 16px;
}

#slide3 > .slide_section_wrapper > .slide_section_right {
  flex: 1 1;
  padding-left: 3%; 
}

#slide3 > .slide_section_wrapper > .slide_section_right img {
  max-width: 100%;
}

#slide3 > .slide_section_wrapper > .slide_section_left > .title {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: Saira,sans-serif;
  color: #18181b;
}

#slide3 > .slide_section_wrapper > .slide_section_left > .desc {
  
}

#slide3 > .slide_section_wrapper > .slide_section_left > .list {
  display: flex;
  flex-wrap: wrap;
}

#slide3 > .slide_section_wrapper > .slide_section_left > .list > .item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 15px);
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 13px;
  
  box-shadow: 0 2px 4px 0 rgba(12,0,46,.04);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #f2effc;
  cursor: pointer;
  
}

#slide3 > .slide_section_wrapper > .slide_section_left > .list > .item > svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  color: #ff2c9c;
}

/* slide4 */
#slide4 {
  background-color: white;
}

#slide4 > .slide_section_wrapper {
  display: flex;
  flex-direction: column;
}

#slide4 > .slide_section_wrapper > h2 {
  margin-bottom: 15px;
  font-size: 50px;
  font-family: Saira,sans-serif;
  color: #18181b;
}

#slide4 > .slide_section_wrapper > p {
  margin: 0 auto;
  max-width: 650px;
  line-height: 1.8;
  font-size: 16px;
  color: #646464;
  text-align: center;
  margin-bottom: 60px;
}

#slide4 > .slide_section_wrapper > .circle {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 995px;
  margin: 0 auto;
}

#slide4 > .slide_section_wrapper > .circle > .man-with-mobile {
  width: 50%;
  margin-top: 10%;
}

#slide4 > .slide_section_wrapper > .circle > .circle_rotate {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  z-index: -1;
  width: 84%;
}

#slide4 > .slide_section_wrapper > .circle > .icons {
  
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon {
  position: absolute;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:first-child {
  top: 7%;
  left: 8%;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(2) {
  top: 6%;
  right: 12%;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(3) {
  right: 3%;
  top: 59%;
  transform: translateY(-50%);
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(4) {
  right: 10%;
  bottom: -14%;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(5) {
  left: 10%;
  bottom: -12%;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(6) {
  left: 2%;
  top: 60%;
  transform: translateY(-50%);
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon > .icon_body {
  background: transparent;
  color: #530fad;
  width: 95px;
  height: 95px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon > .icon_body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #b6e1d8;
  border-radius: 50%;
  opacity: .18;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(2) > .icon_body:before {
  background: #b6bae1;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(3) > .icon_body:before {
  background: #b6bae1;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(4) > .icon_body:before {
  background: #b6e1d8;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(5) > .icon_body:before {
  background: #b6e1d8;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon:nth-child(6) > .icon_body:before {
  background: #b6bae1;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon > .icon_body svg {
  width: 45%;
  height: 45%;
}

#slide4 > .slide_section_wrapper > .circle > .icons > .icon > span {
  font-size: 14px;
}

/* slide5 */
#slide5 {
  
}

#slide5 > .slide_section_wrapper {
  display: flex;
  flex-direction: row;
  max-width: unset;
  width: 95%;
}

#slide5 > .slide_section_wrapper > .slide_section_left {
  flex: 1 1;
  margin-bottom: 30px;
  padding: 0 16px;
}

#slide5 > .slide_section_wrapper > .slide_section_right {
  flex: 1 1;
  padding-left: 3%; 
}

#slide5 > .slide_section_wrapper > .slide_section_right img {
  max-width: 100%;
}

#slide5 > .slide_section_wrapper > .slide_section_left > .title {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: Saira,sans-serif;
  color: #18181b;
}

#slide5 > .slide_section_wrapper > .slide_section_left > .desc {
  
}

#slide5 > .slide_section_wrapper > .slide_section_left > .list {
  display: flex;
  flex-wrap: wrap;
}

#slide5 > .slide_section_wrapper > .slide_section_left > .list > .item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 15px);
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 13px;
  
  box-shadow: 0 2px 4px 0 rgba(12,0,46,.04);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #f2effc;
  cursor: pointer;
  
}

#slide5 > .slide_section_wrapper > .slide_section_left > .list > .item > svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  color: #530fad;
}

/* slide6 */
#slide6 {
  
}

#slide6 > .slide_section_wrapper {
  display: flex;
  flex-direction: row;
  max-width: unset;
  width: 95%;
}

#slide6 > .slide_section_wrapper > .slide_section_left {
  flex: 1 1;
  margin-bottom: 30px;
  padding: 0 16px;
}

#slide6 > .slide_section_wrapper > .slide_section_right {
  flex: 1 1;
  padding-left: 3%; 
}

#slide6 > .slide_section_wrapper > .slide_section_left img {
  max-width: 100%;
}

#slide6 > .slide_section_wrapper > .slide_section_right > .title {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: Saira,sans-serif;
  color: #18181b;
}

#slide6 > .slide_section_wrapper > .slide_section_right > .desc {
  
}

#slide6 > .slide_section_wrapper > .slide_section_right > .list {
  display: flex;
  flex-wrap: wrap;
}

#slide6 > .slide_section_wrapper > .slide_section_right > .list > .item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 15px);
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 13px;
  
  box-shadow: 0 2px 4px 0 rgba(12,0,46,.04);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #f2effc;
  cursor: pointer;
  
}

#slide6 > .slide_section_wrapper > .slide_section_right > .list > .item > svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  color: #530fad;
}

/* contact us */
#contact_us {
  padding-top: 50px;
}

#contact_us > #contact_us_wrapper {
  width: 85%;
  margin: auto;
}

#contact_us > #contact_us_wrapper > #contact_us_inner {
  background-image: url(./imgs/contact-us-bg.jpeg);
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  position: relative;
  padding: 50px 30px;
}

#contact_us > #contact_us_wrapper > #contact_us_inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to left top,#263238,#5d6965);
  opacity: .9;
}

#contact_us > #contact_us_wrapper > #contact_us_inner > .contact_us_body {
  position: relative;
  max-width: 660px;
  margin: auto;
  text-align: center;
}

#contact_us > #contact_us_wrapper > #contact_us_inner > .contact_us_body .title {
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  font-weight: 600;
}

#contact_us > #contact_us_wrapper > #contact_us_inner > .contact_us_body h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: Saira, sans-serif;
  line-height: 1.1;
  margin-top: 12px;
}

.apply_for_use {
  overflow: hidden;
  transform: translateZ(0);
}

.apply_for_use .apply_for_use_body {
  position: relative;
  width: auto;
  height: 55px;  
  background-color: #fff;
  border: 1px solid #c6ff00;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}

.apply_for_use .apply_for_use_body input {
  flex: 1 0 auto;
  font-size: 18px;
  padding-left: 24px;
  border: 0;
  height: 100%;
}

.apply_for_use .apply_for_use_body .btn_register {
  appearance: none;
  position: absolute;
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
  border-radius: 100px;
  padding: 0 30px;
  font-weight: 600;

  flex: 0 1 auto;
  box-shadow: none;
  background: #c6ff00;
  color: #263238;

  outline: 0;
  border: 0;
  cursor: pointer;
  user-select: none;
}

footer {
  border-top: 1px solid #eee;
  background-color: #f6f9fc;
  padding-top: 40px;
  margin-top: 40px
}

footer .footer_links {
  font-family: Saira, sans-serif;
  max-width: 1250px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

footer .footer_links .footer_links_body {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

footer .footer_copyright {
  background-color: #000;
  text-align: center;
  margin-top: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .footer_copyright .footer_copyright_body {
  font-family: Saira,sans-serif;
  max-width: 1250px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

footer .footer_copyright .footer_copyright_body p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

footer .footer_links .footer_links_body {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  footer .footer_links .footer_links_body_wrapper_col6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

footer .footer_links .footer_links_body_wrapper_col6 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  footer .footer_links .footer_links_body_wrapper {
    flex: 0 0 25%;
    max-width: 25%;
  }  
}

footer .footer_links .footer_links_body_wrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_item {
  margin: 24px 0 0;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_version {
  color: #999;
  font-size: 13px;
}

footer .footer_links .footer_links_body_group p {
  line-height: 1.8;
  font-size: 16px;
  color: #646464;
  margin-bottom: 15px;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_item a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_item a .footer_links_body_group_item_title {
  font-family: Saira, monospace;
  font-weight: 800;
  font-size: 26px;
  color: #000;
  margin-top: -3px;
  margin-left: 3px;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #aaa;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 13px;
  margin-right: 5px;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_ul li a svg {
  width: 21px;
  height: 21px;
}

footer .footer_links .footer_links_body_group_pl {
  padding-left: 2rem;
}

footer .footer_links .footer_links_body_group h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #18181b;
}

footer .footer_links .footer_links_body_group h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background: #bfb230;
}

footer .footer_links .footer_links_body_group h3:after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: 0;
  height: 3px;
  background: #f6f9fc;
  width: 5px;
}

footer .footer_links .footer_links_body_group ul.footer_links_body_group_list {
  font-family: Open Sans, sans-serif;
}

footer .footer_links .footer_links_body_group ul {
  list-style: none;
  margin-left: -40px;
}

footer .footer_links .footer_links_body_group ul.footer_links_body_group_list li {
  margin-bottom: 12px;
  font-size: 16px;
}

footer .footer_links .footer_links_body_group ul.footer_links_body_group_list li a {
  position: relative;
  color: #353535;
  transition: all .6s ease;
}

footer .footer_links .footer_links_body_group ul.footer_links_body_group_list li a:hover {
  color: #530fad;
  padding-left: 15px;
}

footer .footer_links .footer_links_body_group ul.footer_links_body_group_list li a:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

footer .footer_links .footer_links_body_group ul.footer_links_body_group_list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #530fad;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_ul_touch li {
  color: #353535;
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_ul_touch li:first-child {
  margin-bottom: 15px;
}

footer .footer_links .footer_links_body_group .footer_links_body_group_ul_touch svg {
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
}

.rotate_me {
  /* animation-name: rotate_circle; */
  /* animation-duration: 20s; */
  /* animation-iteration-count: infinite; */
  /* animation-timing-function: linear; */
}

@keyframes rotate_circle {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.form_user {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 32px;
  max-width: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 12px;

  background-color: #fff;

  color: rgba(0, 0, 0, 0.87);
  transition: all, .3s;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #9d9d9d;
  overflow: hidden;
}

.form_user:hover {
  box-shadow: 0 0 0 1px #666;
}

.form_user .input_field {
  width: 100%;
}

.form_user .input_field + .input_field {
  margin-top: 10px;
}

.form_user .input_field input {
  margin-bottom: 10px;
  padding: 0 20px;
  width: 100%;
  height: 45px;
  border-radius: 50px;
  font-size: 14px;
  color: #333;
  outline: 0;
  border: 1px solid #999;
  transition: all, .3s;
}

.form_user .input_field input:hover,
.form_user.input_field input:focus {
  border: 1px solid #333;
}

.form_user .input_field > span {
  color: #999;
  font-size: 12px;
}

.form_user .form_button {
  width: 100%;
  height: 45px;
  outline: none;
  border-radius: 45px;
  border: 1px solid #333;
  font-size: 16px;
  background-color: #c6ff00;
  cursor: pointer;
  transition: all, .3s;
}

.form_user .form_button.register {
  margin-top: 20px;
  background-color: #515b60;
  color: white;
}

.form_user .form_button.register:hover {
  background-color: #2f3538;
}

.form_user .form_button.login:hover {
  background-color: #a8d900;
}

.form_user .form_button.send {
  margin-top: 20px;
  background-color: #515b60;
  color: white;
}

.form_user .form_button.send:hover {
  background-color: #2f3538;
}

.form_user .form_button + .form_button {
  margin-top: 10px;
}

.form_user .order_form {
  margin-top: 20px;
}

.form_user .order_form a {
  margin-left: 10px;
  font-size: 14px;
}

#privacy,
#terms,
#refund,
#usc_2257 {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  max-width: 50rem;
}

#privacy .desc_right {
  text-align: right;
}

#privacy .desc_right:nth-of-type(1) {
  margin-top: 100px;
}

#background_opacity_black {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  z-index: 1;
  transition: all, .3s;
}

#background_opacity_black.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

#service {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 50px;
  max-width: 30rem;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #999;
  font-size: 12px;
  z-index: 3;
  transition: all, .3s;
}

#service .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}

#service .desc {
  margin-bottom: 30px;
  font-size: 13px;
}

#service button {
  margin-top: 30px;
  width: 60px;
  height: 30px;
  cursor: pointer;
}

#service.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

#help_center {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  max-width: 50rem;
}

#help_center .title {
  border-bottom: 3px solid #ededed;
}

#help_center .title .title_main {
  font-family: Roboto,Helvetica,Arial,sans-serif;
  position: relative;
  display: inline;
  color: #2e2e2e;
  font-size: 24px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

#help_center .title .title_main:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #c6ff00;
}

#help_center .title .title_updated {
  font-size: 14px;
}

#help_center .list {
  margin-top: 30px;
  font-size: 14px;
}

#help_center .list .item {
  position: relative;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
  overflow-anchor: none;
  border-radius: 0;
}

#help_center .list .item .item_question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0px 16px;
  width: 100%;
}

#help_center .list .item:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#help_center .list .item .item_question .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 12px 0;
}

#help_center .list .item .item_question svg {
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transform: rotate(0deg);
  font-size: 1.5rem;
}

#help_center .list .item.show .item_answer {
  min-height: 64px;
  height: auto;
  visibility: visible;  
  margin-bottom: 20px;
  padding: 20px;
}

#help_center .list .item .item_answer {
  visibility: hidden;
  overflow: hidden;
  min-height: 0;
  height: 0;
}

#help_center .list .item .item_answer table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  border-spacing: 0;
}

#help_center .list .item .item_answer table tr td {
  margin: 0;
  padding: 0;
  height: 40px;
  border-bottom: 1px solid #999;
}

#main_section,
#slide1, #slide2, #slide3, #slide4, #slide5, #slide6,
#contact_us,
#register, 
#login, 
#forget_password, 
#verification_email,
#privacy,
#usc_2257,
#terms,
#refund,
#help_center {
  display: none;
}

#main_section.show,
#slide1.show, #slide2.show, #slide3.show, #slide4.show, #slide5.show, #slide6.show,
#contact_us.show,
#register.show, 
#login.show, 
#forget_password.show, 
#verification_email.show {
  display: flex;
}

#privacy.show,
#usc_2257.show,
#terms.show,
#refund.show,
#help_center.show {
  display: block;
}
