﻿/********* Common Style *********/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  outline: none;
}

html {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  resize: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

body {
  background-color: #ffffff;
  color: #121212;
  margin: 0;
  padding: 0;
  min-width: 290px;
}
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

a {
  color: #121212;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:visited, a:active {
  text-decoration: none;
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 14px;
}

::-moz-selection {
  background-color: #121212;
  color: #ffffff;
}

::selection {
  background-color: #121212;
  color: #ffffff;
}

a,
.btn {
  transition-property: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-0 {
  margin: 0;
}

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

.ml-auto {
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-15 {
  margin-bottom: 15px;
}

.p-0 {
  padding: 0;
}

.scroll {
  overflow: auto;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.opacity {
  opacity: 0.6;
}

.number {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
}

.grayscale {
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}

.color1 {
  background-color: #f8f7eb;
}

.color2 {
  background-color: #12131a;
}

.color3 {
  background-color: #8862d6;
}

.color4 {
  background-color: #324456;
}

.color5 {
  background-color: #000000;
}

.color6 {
  background-color: #2d3462;
}

.color7 {
  background-color: #0e0e0e;
}

.color8 {
  background-color: #3c88bb;
}

.color9 {
  background-color: #89269b;
}

.color10 {
  background-color: #30318b;
}

.color11 {
  background-color: #000000;
}

.color12 {
  background-color: #2354cf;
}

.color13 {
  background-color: #222222;
}

.nav-trigger {
  position: relative;
  float: right;
  width: 24px;
  height: 18px;
  margin: 0 0 0 auto;
  cursor: pointer;
  z-index: 100;
  display: none;
}
.nav-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-trigger span:nth-child(1) {
  top: 0px;
}
.nav-trigger span:nth-child(2) {
  top: 8px;
  width: 90%;
}
.nav-trigger span:nth-child(3) {
  top: 16px;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
.nav li {
  padding: 24px 16px;
  display: inline-block;
  position: relative;
}
.nav li.submenu {
  margin-right: 10px;
}
.nav li a {
  padding: 11px 0;
  color: #ffffff;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .nav li a {
    position: relative;
    background: linear-gradient(to bottom, currentColor 25%, transparent 25%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0% 0.25em;
    transition: background-size 0.3s;
  }
  .nav li a:hover, .nav li a.active {
    background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%);
    background-size: 100% 0.25em;
    background-position: left bottom;
  }
  .nav li a.active {
    font-weight: 600;
  }
  .nav li.active {
    font-weight: 600;
  }
  .nav li a.menu-arrow {
    background: url(../image/menu-arrow.svg) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    top: 50%;
    margin-top: -9px;
  }
}
.nav .btn.inquiry-link {
  display: block;
}

@media screen and (min-width: 992px) {
  .hover .nav .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 91px;
    overflow: auto;
    max-height: 700px;
  }
  .hover .nav .menu-arrow {
    transform: rotate(-180deg);
  }
}
.sub-menu {
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, -webkit-clip-path 0.15s ease-out;
  transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out;
  transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out, -webkit-clip-path 0.15s ease-out;
  overflow: hidden;
  max-height: 0;
}
.sub-menu .menu {
  width: 100%;
  position: relative;
  padding-bottom: 70px;
}
.sub-menu li {
  position: static;
  padding: 0;
  display: block;
}
.sub-menu li strong {
  width: 32px;
  display: flex;
  justify-content: center;
  padding-right: 10px;
}
.sub-menu li span {
  display: flex;
  position: relative;
  padding-right: 8px;
}
.sub-menu li span::after {
  content: "";
  background: url(../image/arrow-white-short.svg) no-repeat center center;
  background-size: 8px auto;
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  left: 96%;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: all 0.3s ease;
}
.sub-menu li svg {
  width: 28px;
  height: 28px;
  fill: #959595;
}
.sub-menu li a {
  display: flex;
  font-size: 24px;
  font-weight: 600;
  color: #959595;
  align-items: center;
  background: none !important;
  padding: 12px 0;
}
.sub-menu li:hover a, .sub-menu li.active a {
  color: #ffffff;
}
.sub-menu li:hover a svg, .sub-menu li.active a svg {
  fill: #ffffff;
}
.sub-menu li:hover a span, .sub-menu li.active a span {
  text-decoration: underline;
}
.sub-menu li:hover a span::after, .sub-menu li.active a span::after {
  left: 100%;
  opacity: 1;
}
.sub-menu li:hover .menu-text, .sub-menu li.active .menu-text {
  opacity: 1;
  visibility: visible;
}
.sub-menu .menu-text {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sub-menu .flex {
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  .sub-menu {
    position: fixed;
    top: 91px;
    left: 0;
    background-color: #121212;
  }
  .sub-menu .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sub-menu .col {
    width: 20%;
  }
  .sub-menu .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .sub-menu {
    max-height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .nav-trigger {
    display: block;
  }
  .nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(42px);
            backdrop-filter: blur(42px);
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .nav > ul {
    width: 100%;
    margin: 0;
    padding: 60px 24px;
  }
  .nav > ul > li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0;
  }
  .nav > ul > li > a {
    font-size: 24px;
  }
  .nav .menu-arrow {
    background: url(../image/arrow-white-short.svg) no-repeat center center;
    background-size: 8px auto;
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 0;
    top: 17px;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transform: rotate(135deg);
  }
  .nav .inquiry {
    padding: 24px;
  }
}
@media screen and (max-width: 991px) and (max-width: 992px) {
  .nav .inquiry {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .nav h2 {
    font-size: 32px;
    color: #ffffff;
  }
  .nav h2 span {
    background: linear-gradient(90.34deg, #ff6f6f 0%, #cac20e 73.71%), #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .nav .col {
    padding: 0;
  }
  .nav .col svg {
    width: 17px;
    height: 20px;
    margin: 4px 16px 0 0;
  }
  .nav .sub-menu .container {
    padding: 0;
  }
  .nav .sub-menu .menu {
    padding-bottom: 20px;
    margin: 0;
  }
  .nav .sub-menu .menu li {
    position: relative;
  }
  .nav .sub-menu .menu li a {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 18px 0;
  }
  .nav .sub-menu .menu li svg {
    fill: #ffffff;
  }
  .nav .sub-menu .menu li:first-child {
    display: none;
  }
  .nav .sub-menu .menu li::after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../image/arrow-white-short.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    display: block;
  }
  .nav .megadrop,
  .nav .menu-text {
    display: none;
  }
  .open {
    overflow: hidden;
  }
  .open .nav-trigger span {
    width: 100%;
  }
  .open .nav-trigger span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
  }
  .open .nav-trigger span:nth-child(2) {
    opacity: 0;
  }
  .open .nav-trigger span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
  }
  .open .nav {
    height: 100vh;
    overflow: auto;
    flex-direction: row;
    align-content: space-between;
  }
  .open .nav .btn {
    margin: 30px auto 0;
  }
  .open-menu .nav .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 1500px;
  }
  .open-menu .nav .menu-arrow {
    transform: rotate(-44deg);
  }
}
.megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0px;
  right: 0;
  width: 50%;
  height: 400px;
  z-index: 9;
  margin-right: 15px;
}
.megadrop::before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 100%;
  height: 400px;
  border: solid 1px #ffffff;
}
.megadrop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.menu > li:hover .megadrop,
.menu > li.active .megadrop {
  opacity: 1;
  visibility: visible;
}

.menu > li > ul li ul,
.menu li > ul li,
.menu > li > .megadrop,
.menu > li > ul,
.menu > li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}

/********* Tags *********/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 600;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.9);
}

h2 {
  font-size: 44px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p,
table,
fieldset,
address {
  margin: 0 0 20px;
}

p:empty {
  display: none;
}

/********** Alignment **********/
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.justify {
  text-align: justify;
}

/* ******** Grid : 12 Coloum ******** */
.col {
  float: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33%;
}

/********* Clear / Row / Container *********/
.container:before,
.container:after,
.row:before,
.row:after {
  content: "";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.row {
  margin: 0 -20px;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  min-width: 280px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  padding: 70px 0;
  clear: both;
}

/********** Flex / Position **********/
.relative {
  position: relative;
}

.center-align {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-reverse {
  display: -webkit-flex;
  /* Safari */
  /* Safari 6.1+ */
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

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

.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-align-items {
  display: flex;
  align-items: center;
}

.flex-start {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-none {
  display: none;
}

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

.btn {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  padding: 15px 35px 16px 25px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: none;
  cursor: pointer;
}
.btn .arrow {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../image/arrow-white-short.svg) no-repeat center center;
  background-size: cover;
  position: relative;
  left: 10px;
  top: 1px;
  transition-property: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.btn:hover {
  text-decoration: none;
  background: #000000;
  color: #ffffff;
}
.btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover .arrow {
  left: 14px;
  top: -3px;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-secondary {
  padding: 0;
  border: none;
}
.btn-secondary strong {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  padding: 15px 35px 16px 25px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: none;
  cursor: pointer;
  background: #ffffff;
  color: #121212;
  padding: 18px 35px 18px 25px;
  transition: all 0.3s ease-in-out;
}
.btn-secondary strong .arrow {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../image/arrow-white-short.svg) no-repeat center center;
  background-size: cover;
  position: relative;
  left: 10px;
  top: 1px;
  transition-property: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.btn-secondary strong:hover {
  text-decoration: none;
  background: #000000;
  color: #ffffff;
}
.btn-secondary strong:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-secondary strong:hover .arrow {
  left: 14px;
  top: -3px;
}
.btn-secondary strong:focus {
  outline: 0;
  box-shadow: none;
}
.btn-secondary strong .arrow {
  background-image: url(../image/arrow-1.svg);
}
.btn-secondary:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 7px;
  width: 100%;
  height: 100%;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%) border-box;
  color: #313149;
  border: 1px solid transparent;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.btn-secondary:hover strong {
  background: #ffffff;
  color: #121212;
  box-shadow: 0px 4px 14px rgba(5, 0, 255, 0.19), 0px 4px 54px rgba(255, 0, 0, 0.25), 0px 4px 64px rgba(55, 255, 22, 0.3);
}

.outline {
  background: linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outline::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #121212;
}

.btn-outline {
  background: linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #121212;
}
.btn-outline:hover {
  background: linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline:hover::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #121212;
}
.btn-outline:hover::before {
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-color: #000000;
}
.btn-outline span {
  position: relative;
  z-index: 1;
}

.btn-shadow:hover {
  box-shadow: -6px 8px 1px 0px #bababa;
}

.link {
  position: relative;
  background: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-repeat: no-repeat;
  background-position: right 1.4em;
  background-size: 0% 0.25em;
  transition: background-size 0.3s;
  display: inline-block;
}
.link:hover {
  background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-size: 100% 0.25em;
  background-position: left 1.4em;
}

.link-underline {
  position: relative;
  padding-bottom: 1px;
}
.link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.link-underline:hover::after {
  width: 0;
  left: auto;
  right: 0;
}

.link-arrow {
  display: inline-block;
  vertical-align: middle;
  padding-right: 11px;
}
.link-arrow .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/arrow-1.svg) no-repeat center center;
  background-size: cover;
  position: relative;
  left: 10px;
  top: 1px;
  transition-property: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.link-arrow .arrow-white {
  width: 11px;
  height: 11px;
  background: url(../image/arrow-white-short.svg) no-repeat center center;
  background-size: cover;
  left: 10px;
  top: 1px;
}
.link-arrow:hover {
  text-decoration: none;
}
.link-arrow:hover .arrow {
  left: 14px;
  top: -3px;
}

/********** Form **********/
.form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 20px;
}
.form-group .form-control {
  width: 100%;
  border: 1px solid #dbdbdb;
  outline: none;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-appearance: none;
}
.form-group .form-control:focus {
  border: 1px solid #464444;
}
.form-group .form-control:focus:required:invalid {
  border: 1px solid red !important;
  color: red !important;
}
.form-group .form-control:focus + label {
  font-size: 13px;
  top: 0;
  color: #121212;
}
.form-group .form-control::-moz-placeholder {
  color: transparent;
}
.form-group .form-control::placeholder {
  color: transparent;
}
.form-group .form-control:required:invalid + label {
  color: #5c5c5c !important;
}
.form-group .form-control:required:invalid + label:before {
  content: "" !important;
}
.form-group .form-control:not(:-moz-placeholder-shown) + label {
  font-size: 13px;
  top: 0;
  color: #121212;
}
.form-group .form-control:not(:placeholder-shown) + label {
  font-size: 13px;
  top: 0;
  color: #121212;
}
.form-group label {
  pointer-events: none;
  position: absolute;
  top: calc(49% - 8px);
  left: 12px;
  background-color: #ffffff;
  color: #5c5c5c;
  padding: 5px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
}
.form-group.form-textarea .form-control {
  height: 120px;
}
.form-group.form-textarea label {
  top: 23px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 10px;
  }
}

.form-space {
  position: relative;
  margin-bottom: 20px;
}
.form-space h3 {
  font-size: 14px;
  margin: 0 0 10px;
}

.checkbox {
  z-index: 0;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 16px 12px 0;
}
.checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
}
.checkbox > input:checked {
  background-color: #1d1c1c;
}
.checkbox > input:checked + span {
  background-color: #000000;
  color: #ffffff;
}
.checkbox > input:checked + span::before {
  border-color: rgba(255, 255, 255, 0.4);
}
.checkbox > input:checked + span::after {
  border-color: #e0e0e0;
}
.checkbox > input:disabled + span {
  background-color: #ededed;
  cursor: auto;
}
.checkbox > input:disabled + span::after {
  display: none;
}
.checkbox > span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 12px;
  height: 38px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.checkbox > span::before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  border: solid 1px;
  border-color: rgba(0, 0, 0, 0.4);
  width: 12px;
  height: 12px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s;
}
.checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 15px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}

.radiobox {
  z-index: 0;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 16px 12px 0;
}
.radiobox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
}
.radiobox > input:checked {
  background-color: #1d1c1c;
}
.radiobox > input:checked + span {
  background-color: #000000;
  color: #ffffff;
}
.radiobox > input:checked + span::before {
  border-color: rgba(255, 255, 255, 0.4);
}
.radiobox > input:checked + span::after {
  border-color: #e0e0e0;
}
.radiobox > input:disabled + span {
  background-color: #ededed;
  cursor: auto;
}
.radiobox > span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 12px;
  height: 38px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

/********** Custom Cursor **********/
.cursor {
  position: fixed;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: #121212;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

.cursor-link {
  --size: 40px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #121212;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

/********** List **********/
.list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 380px;
}
.list li {
  font-size: 20px;
  color: #8d8e8d;
  padding: 20px 0 12px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .list {
    margin-bottom: 40px;
  }
  .list li {
    font-size: 18px;
    padding: 15px 0;
  }
}

/********** Slider **********/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  background: linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 36px;
  height: 36px;
  border: transparent;
  border-radius: 50px;
  position: absolute;
  right: 27px;
  bottom: 27px;
  z-index: 1;
  font-size: 0px;
  cursor: pointer;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #121212;
}
.slick-arrow::before {
  border-radius: 50px;
  background: #f4f4f4;
}
.slick-arrow::after {
  content: "";
  background: url(../image/arrow-1.svg) no-repeat center center;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  background-size: cover;
}
.slick-arrow.slick-prev {
  right: 144px;
}
.slick-arrow.slick-prev::after {
  transform: rotate(-135deg);
}

/********** Media Query **********/
@media screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .col {
    width: 100%;
  }
  .logo {
    max-width: 120px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
    margin: 0 0 16px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  p,
  table,
  fieldset,
  address {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=base.css.map */