@charset "utf-8";
/* **************************************** *
 * CSS Variables
 * **************************************** */
/*
 * File       : layout.css
 * DATA       : 2022.08.28
 * Author     : @ansk28
 * Guideline  : SUPERBEE.1.1.0
 *
 * SUMMARY:
 * 1) Header
 * 2) Footer
 * 3) Hero Section (main slide)
 * 4) Our Service Section
 * 5) Why Energy Planner? Section
 * 6) Hello Solar Installers Section
 * 7) what our customers say Section
 * 8) free to get on board Section
 * 9) Button CSS
 * 10) mobile menu
 */

/* **************************************** *
 * Header
 * **************************************** */
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

#header .top-notice {
  background: var(--skyBlue-color);
  padding: 0;
  display: block;
  height: 55px;
}

#header .top-notice .container {
  color: var(--white-color);
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#header .top-notice .container .notice-txt {
  padding-left: 40px;
  background: url("../images/notification.png") no-repeat;
  min-height: 24px;
  line-height: 24px;
  display: flex;
  background-position: left center;
}

#header .top-notice .container .notice-link {
  text-decoration: underline;
  background: url("../images/arrow-right.png") no-repeat right;
  padding-right: 32px;
  margin-left: 10px;
}

#header .top-notice .container .notice-txt,
#header .top-notice .container .notice-link {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

#header .container {
  width: 1720px;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

#header .container .head-cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

#header .container .head-cont .head-menu {
  display: flex;
  height: 100%;
  align-items: center;
}

#header .container .head-cont .head-menu .hm-list {
  margin-right: 55px;
}

#header .container .head-cont .head-menu .hm-list:last-child {
  margin-right: 0;
}

#header .container .head-cont .head-menu .hm-list.drop-menu {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

#header .container .head-cont .head-menu .hm-list.drop-menu a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

#header .container .head-cont .head-menu .hm-list.drop-menu a img {
  display: inline-block;
  margin-left: 8px;
  padding-top: 3px;
}

#header .container .head-cont .head-menu .hm-list.drop-menu:hover a img {
  content: url("../images/hm-drop-icon-o.svg");
}

#header .container .head-cont .head-menu .hm-list:hover > a {
  color: var(--orange-color);
}

#header .container .head-cont .head-menu .hm-list > a {
  font-family: "Spoqa Han Sans Neo";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
}

#header .container .head-cont .head-menu .hm-list.drop-menu ul {
  position: absolute;
  display: none;
  top: 100px;
  background-color: var(--white-color);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 200px;
}

#header .container .head-cont .head-menu .hm-list.drop-menu ul li {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s ease-in-out;
}

#header .container .head-cont .head-menu .hm-list.drop-menu ul li a {
  color: var(--black-color);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

#header .container .head-cont .head-menu .hm-list.drop-menu ul li:hover {
  background-color: var(--orange-color);
}

#header .container .head-cont .head-menu .hm-list.drop-menu ul li:hover a {
  color: var(--white-color);
}

#header .container .head-cont .head-btnBox {
  display: flex;
  flex-flow: row nowrap;
}

#header .container .head-cont .head-btnBox li.hb-login {
  margin-right: 25px;
}

#header .container .head-cont .head-mo-menu-btn {
  display: none;
}

#header.on {
  /*height: 100px;*/
  background-color: var(--white-color);
}

#header.on .container .head-cont .head-menu .hm-list > a {
  color: var(--black-color);
}

#header.on .container .head-cont .head-menu .hm-list.drop-menu a img {
  content: url("../images/hm-drop-icon-b.svg");
}

#header.on .container .head-cont .head-menu .hm-list.drop-menu:hover a img {
  content: url("../images/hm-drop-icon-o.svg");
}

#header.on .container .head-cont .head-menu .hm-list:hover > a {
  color: var(--orange-color);
}

#header.on .head-logo a img {
  content: url("../images/header_logo_b.svg");
}

#header.on .btn-w a {
  border: 1px solid var(--black-color);
}

#header.on .btn-w a::after {
  color: var(--black-color);
}

#header.on .btn-w:hover a {
  border: 1px solid var(--orange-color);
}

#header.on .btn-w:hover a::after {
  color: var(--white-color);
}

#header.on .btn-o:hover a {
  border: 1px solid var(--orange-color);
}

#header.on .btn-o:hover a::after {
  color: var(--orange-color);
}

#header.on .container .head-cont .head-menu .hm-list.drop-menu ul {
  top: 100px;
}

/* 라인 배너 있는 동안 header style  */
.with-noti {
  height: 155px !important;
}

.with-noti > .container,
.with-noti.on > .container {
  height: calc(100% - 55px) !important;
}

/* **************************************** *
 * Footer Section
 * **************************************** */
#footer {
  background-color: var(--black-color);
  padding: 85px 0;
}

#footer .footer-top {
  height: 37px;
  box-sizing: border-box;
  padding: 0 10px;
}

#footer .footer-top .footer-logo {
  float: left;
  height: 100%;
  margin-right: 85px;
}

#footer .footer-top .footer-menu {
  float: left;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  align-items: center;
}

#footer .footer-top .footer-sns {
  float: right;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  align-items: center;
  height: 100%;
}

#footer .footer-top .footer-sns.mobileSns {
  display: none;
}

#footer .footer-top .footer-menu li {
  margin-right: 35px;
}

#footer .footer-top .footer-menu li:last-child {
  margin-right: 0px;
}

#footer .footer-top .footer-menu li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
  opacity: 0.4;
}

#footer .footer-top .footer-menu li a:hover {
  opacity: 1;
}

#footer .footer-top .footer-menu li.light a {
  opacity: 1;
}

#footer .footer-top .footer-sns li {
  margin-left: 25px;
  height: 100%;
  line-height: 37px;
}

#footer .footer-top .footer-sns li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#footer .footer-top .footer-sns li:first-child {
  margin-left: 0px;
}

#footer .footer-bottom {
  padding: 35px 10px 0;
  margin-top: 35px;
  border-top: 1px solid var(--white-color);
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#footer .footer-bottom .footer-contact .fc-tit {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--white-color);
}

#footer .footer-bottom .footer-contact .fc-txt {
  margin-top: 20px;
}

#footer .footer-bottom .footer-contact .fc-txt li {
  margin-top: 10px;
}

#footer .footer-bottom .footer-contact .fc-txt li:first-child {
  margin-top: 0;
}

#footer .footer-bottom .footer-contact .fc-txt li,
#footer .footer-bottom .footer-contact .fc-txt li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
}

#footer .footer-bottom .footer-contact .copyright {
  display: inline-block;
  margin-top: 42px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
  opacity: 0.4;
}

#footer .footer-bottom .footer-detail-menu {
  display: flex;
  flex-flow: row nowrap;
}

#footer .footer-bottom .footer-detail-menu ul {
  margin-right: 100px;
}

#footer .footer-bottom .footer-detail-menu ul:last-child {
  margin-right: 0;
}

#footer .footer-bottom .footer-detail-menu ul > span {
  display: inline-block;
  margin-bottom: 20px;
}

#footer .footer-bottom .footer-detail-menu ul .fd-tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--white-color);
}

#footer .footer-bottom .footer-detail-menu ul li {
  margin-bottom: 8px;
}

#footer .footer-bottom .footer-detail-menu ul li:last-child {
  margin-bottom: 0;
}

#footer .footer-bottom .footer-detail-menu ul.fd-menu03 li {
  margin-bottom: 20px;
}

#footer .footer-bottom .footer-detail-menu ul.fd-menu03 li:last-child {
  margin-bottom: 0px;
}

#footer .footer-bottom .footer-detail-menu ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
  opacity: 0.8;
}

#footer .footer-bottom .footer-detail-menu ul li a:hover {
  opacity: 1;
}

#footer .footer-bottom .footer-detail-menu ul.fd-menu03 li a {
  opacity: 1;
}

#footer .footer-bottom .footer-tablet {
  display: none;
}

#footer .footer-fix-menu {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
}

#footer .footer-fix-menu div {
  width: 68px;
  height: 68px;
  background-color: var(--white-color);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 50;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#footer .footer-fix-menu div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-fix-menu div:hover {
  background-color: var(--orange-color);
}

#footer .footer-fix-menu div:hover svg path {
  fill: var(--white-color);
}

#footer .footer-fix-menu div.go-top {
  margin-top: 13px;
}

#footer .footer-fix-menu.up {
  bottom: 90px;
}

/* **************************************** *
 * Hero Section
 * **************************************** */
.main-slider {
  width: 100%;
  height: 100vh;
}

.main-slider .main-wrapper {
  width: 100%;
  height: 100%;
}

.main-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  font-size: 0;
  width: 65px;
  height: 65px;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
}

.main-slider .slick-arrow.slick-prev {
  left: 1%;
  background: url("../images/prev.svg") no-repeat;
}

.main-slider .slick-arrow.slick-next {
  right: 1%;
  background: url("../images/next.svg") no-repeat;
}

.main-slider .slick-list {
  width: 100%;
  height: 100%;
}

.main-slider .slick-list .slick-track {
  height: 100%;
}

.main-slider .main-slide {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  box-shadow: inset 0 0 0 100vh rgba(0, 0, 0, 0.4);
  position: relative;
}

/* slide img */
.main-slider .main-slide.ms01 {
  background: url("../images/main-slide01.png") no-repeat;
}

.main-slider .main-slide.ms02 {
  background: url("../images/main-slide01.png") no-repeat;
}

.main-slider .main-slide.ms03 {
  background: url("../images/main-slide01.png") no-repeat;
}

.main-slider .main-slide .main-slide-content {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.main-slider .main-slide .main-slide-content .main-slide-tit {
  font-weight: 700;
  font-size: 75px;
  line-height: 85px;
  letter-spacing: -0.03em;
  color: var(--white-color);
  margin-bottom: 20px;
}

.main-slider .main-slide .main-slide-content .main-slide-txt {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.04em;
  color: var(--white-color);
  opacity: 0.9;
}

.main-slider .main-slide .main-slide-content .msBtn {
  margin-top: 75px;
  width: 240px;
  height: 65px;
}

.main-slider .main-slide .main-slide-content .btn.msBtn a::after {
  content: "JOIN US TODAY";
}

/* **************************************** *
 * Our Service Section
 * **************************************** */
.ourService {
  background: url("../images/our-service-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 100px 0;
}

.ourService .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.ourService .container .our-infoText {
  margin-top: 100px;
}

.ourService .container .our-infoText .oi-tit {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.03em;
  color: var(--black-color);
  margin-bottom: 20px;
}

.ourService .container .our-infoText .oi-txt {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.04em;
  color: var(--gray-color-03);
}

.ourService .container .our-infoBox {
  display: flex;
  flex-flow: row nowrap;
}

.ourService .container .our-infoBox .oib-left {
  padding-top: 40px;
  margin-right: 25px;
}

.ourService .container .our-infoBox .oib-content {
  border: 1px solid var(--gray-color-01);
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  width: 468px;
  height: 350px;
  background-color: var(--white-color);
}

.ourService .container .our-infoBox .oib-content:last-child {
  margin-bottom: 0;
}

.ourService .container .our-infoBox .oib-content .oib-imgbox,
.ourService .container .our-infoBox .oib-content .oibc-tit,
.ourService .container .our-infoBox .oib-content .oibc-txt {
  position: absolute;
  left: 40px;
  transition-property: top opacity;
  transition-duration: 1.5s, 0.1s;
  opacity: 1;
}

.ourService .container .our-infoBox .oib-content .oib-imgbox {
  top: 61px;
}

.ourService .container .our-infoBox .oib-content > .oibc-tit {
  top: 160px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.03em;
  color: var(--orange-color);
}

.ourService .container .our-infoBox .oib-content:nth-child(2n) > .oibc-tit {
  top: 170px;
}

.ourService .container .our-infoBox .oib-content > .oibc-txt {
  top: 200px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: var(--gray-color-03);
}

.ourService .container .our-infoBox .oib-content:nth-child(2n) > .oibc-txt {
  top: 210px;
}

.ourService .container .our-infoBox .oib-content:hover .oib-imgbox,
.ourService .container .our-infoBox .oib-content:hover .oibc-tit,
.ourService .container .our-infoBox .oib-content:hover .oibc-txt {
  position: absolute;
  left: 40px;
  top: 50%;
  opacity: 0;
}

.ourService .container .our-infoBox .oib-content:hover {
  border: 1px solid var(--white-color);
}

.ourService .container .our-infoBox .oib-content .oib-content-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  display: none;
  padding: 83px 145px 71px 40px;
  background: linear-gradient(180deg, #ff9110 0%, #ffb801 100%);
  box-sizing: border-box;
}

.ourService .container .our-infoBox .oib-content .oib-content-hover .btn {
  width: 242px;
  margin-top: 20px;
}

.ourService .container .our-infoBox .oib-content .oib-content-hover .oibc-tit {
  color: var(--white-color);
  position: initial;
  left: initial;
  top: initial;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.ourService .container .our-infoBox .oib-content .oib-content-hover .oibc-txt {
  color: var(--white-color);
  position: initial;
  left: initial;
  top: initial;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.04em;
}

.ourService
  .container
  .our-infoBox
  .oib-content:hover
  .oib-content-hover
  .oibc-tit {
  color: var(--white-color);
  opacity: 1;
}

.ourService
  .container
  .our-infoBox
  .oib-content:hover
  .oib-content-hover
  .oibc-txt {
  color: var(--white-color);
  opacity: 1;
}

.ourService
  .container
  .our-infoBox
  .oib-content
  .oib-content-hover
  .btn
  a::before {
  background-color: var(--white-color);
}

.ourService
  .container
  .our-infoBox
  .oib-content
  .oib-content-hover
  .btn
  a::after {
  content: "VIEW MORE";
}

.ourService
  .container
  .our-infoBox
  .oib-content
  .oib-content-hover
  .btn
  a:hover {
  border: 1px solid var(--white-color);
}

.ourService
  .container
  .our-infoBox
  .oib-content
  .oib-content-hover
  .btn
  a:hover::after {
  color: var(--black-color);
}

/* **************************************** *
 * Why Energy Planner? Section
 * **************************************** */
.weplanner {
  background-color: rgba(228, 232, 241, 0.2);
  display: flex;
  flex-flow: row nowrap;
  height: 960px;
}

.weplanner .weplan-imgbox {
  width: 48%;
  height: 100%;
}

.weplanner .weplan-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.weplanner .weplan-content-wrap {
  padding-top: 83px;
  padding-left: 130px;
}

.weplanner .weplan-content-wrap .weplan-content {
  width: 640px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.weplanner .weplan-content-wrap .weplan-content .wepc-tit {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.03em;
  color: var(--black-color);
}

.weplanner .weplan-content-wrap .weplan-content .wepc-txt {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: -0.04em;
  color: var(--gray-color-03);
}

.weplanner .weplan-content-wrap .weplan-content .wepc-box-wrap {
  width: 100%;
  margin-top: 20px;
}

.weplanner .weplan-content-wrap .weplan-content .wepc-box-wrap .wepc-box {
  padding: 25px;
  border: 1px solid var(--gray-color-01);
  width: 100%;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}

.weplanner .weplan-content-wrap .weplan-content .wepc-box-wrap .wepc-box:hover {
  background-color: var(--white-color);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.weplanner
  .weplan-content-wrap
  .weplan-content
  .wepc-box-wrap
  .wepc-box
  .wepc-box-tit {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.03em;
  color: var(--orange-color);
}

.weplanner
  .weplan-content-wrap
  .weplan-content
  .wepc-box-wrap
  .wepc-box
  .wepc-box-txt {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: var(--gray-color-03);
}

/* **************************************** *
 * Hello Solar Installers Section
 * **************************************** */
.solar {
  position: relative;
  width: 100%;
  height: 960px;
  overflow: hidden;
}

.solar .solar-content {
  width: 1145px;
  height: 722px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.solar .solar-content .solar-tit {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--black-color);
}

.solar .solar-content .solar-txt {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.04em;
  color: var(--gray-color-03);
  text-align: center;
  margin-bottom: 80px;
}

.solar .solar-content .solar-video {
  width: 100%;
  height: 520px;
  position: relative;
}

.solar .solar-content .solar-video .sv-sec {
  position: absolute;
  z-index: 2;
}

.solar .solar-content .solar-video video {
  width: 100%;
}

.solar .solar-plug {
  position: absolute;
  left: -400px;
  top: 70%;
  z-index: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.8s ease-in-out;
}

.solar .solar-underbg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 407px;
  background-color: var(--lightBlue-color-01);
  opacity: 0.2;
}

/* **************************************** *
 * what our customers say Section
 * **************************************** */
.review {
  padding: 130px 0;
}

.review .review-tit {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.03em;
  color: var(--black-color);
  margin-bottom: 80px;
}

.review .slick-list {
  overflow: visible;
}

.review .review-slide {
  height: 500px;
  width: 600px;
  border: 1px solid var(--gray-color-01);
  border-radius: 10px;
  transform: scale(0.7);
  transition: transform 0.3s ease-in-out;
  padding: 0 0px;
}

.review .review-slide:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.review .review-slide.slick-center {
  transform: scale(1);
  width: 600px;
}

.review .review-slide .review-detail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.review .review-slide .review-detail .review-imgbox {
  margin-bottom: 30px;
}

.review .review-slide .review-detail .review-name {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.03em;
  color: var(--orange-color);
  margin-bottom: 5px;
}

.review .review-slide .review-detail .review-job {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: var(--gray-color-02);
  margin-bottom: 20px;
}

.review .review-slide .review-detail .review-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: var(--gray-color-03);
  text-align: center;
  word-break: keep-all;
}

.review .slick-arrow {
  position: absolute;
  top: -148px;
  right: 0;
  width: 65px;
  height: 65px;
  border: none;
  background-size: 100% 100%;
  font-size: 0;
  cursor: pointer;
}

.review .slick-arrow.slick-prev {
  right: 80px;
  background: url("../images/review-prev.svg") no-repeat;
}

.review .slick-arrow.slick-next {
  background: url("../images/review-next.svg") no-repeat;
}

/* **************************************** *
 * free to get on board Section
 * **************************************** */
.main-contact-banner {
  background-color: var(--black-color);
  padding: 90px 0;
  border-bottom: 1px solid var(--gray-color-03);
}

.main-contact-banner .mcb-wrap {
  margin: 0 auto;
  text-align: center;
}

.main-contact-banner .mcb-wrap .mcb-tit {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.03em;
  color: var(--white-color);
}

.main-contact-banner .mcb-wrap .mcb-txt {
  margin-bottom: 55px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.04em;
  color: var(--white-color);
  opacity: 0.8;
}

.main-contact-banner .mcb-wrap .mcb-btn {
  width: 242px;
  height: 65px;
  margin: 0 auto;
}

.main-contact-banner .mcb-wrap .mcb-btn a::after {
  content: "CONTACT US";
  color: var(--white-color);
}

/* **************************************** *
 * Button CSS
 * **************************************** */
.btn a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: transparent;
  border: 1px solid var(--white-color);
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.btn a::before {
  position: absolute;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  background-color: var(--orange-color);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn a::after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.hb-login a::after {
  content: "Customer Login";
}

.btn.hb-signup a::after {
  content: "Sign Up";
}

.btn.btn-o a {
  background-color: var(--orange-color);
  border: 1px solid var(--orange-color);
}

.btn.btn-o a::before {
  background-color: var(--white-color);
}

.btn.btn-o a:hover::after {
  color: var(--black-color);
}

.btn a:hover::before {
  width: 300px;
  height: 300px;
}

.btn a:hover {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid var(--orange-color);
}

.btn.btn-o a:hover {
  border: 1px solid var(--white-color);
}

/* **************************************** *
 * mobile menu
 * **************************************** */
#mobile-menu {
  position: absolute;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.6s ease-in-out;
}

#mobile-menu .mm-wrap {
  display: flex;
  flex-flow: row nowrap;
}

#mobile-menu .mm-cover {
  width: 30vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

#mobile-menu .mm-cover.on {
  background-color: rgba(0, 0, 0, 0.4);
}

#mobile-menu .mm-wrap .mm-cont {
  position: relative;
  width: 70vw;
  height: 100vh;
  background-color: var(--white-color);
  transition: all 0.6s ease-in-out;
}

#mobile-menu .mm-wrap .mm-cont .mm-head {
  width: 100%;
  height: 70px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  box-shadow: 0px 4px 10px rgba(218, 218, 218, 0.25);
}

#mobile-menu .mm-wrap .mm-cont .mm-head .mm-head-logo {
  width: 110px;
}

#mobile-menu .mm-wrap .mm-cont .mm-head .mm-head-logo img {
  width: 100%;
}

#mobile-menu .mm-wrap .mm-cont .mm-head .mm-head-close {
  cursor: pointer;
}

#mobile-menu.on {
  right: 0;
}

#mobile-menu .mm-nav .mm-nav-sub {
  display: none;
}

#mobile-menu .mm-nav > li {
  padding: 20px 30px;
  border-bottom: 1px solid var(--gray-color-01);
}

#mobile-menu .mm-nav > li > a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
}

#mobile-menu .mm-nav > li.active > a {
  color: var(--orange-color);
}

#mobile-menu .mm-nav .mm-nav-sub {
  padding: 20px 30px;
  background-color: #f7f7f7;
}

#mobile-menu .mm-nav .mm-nav-sub li {
  margin-bottom: 15px;
}

#mobile-menu .mm-nav .mm-nav-sub li:last-child {
  margin-bottom: 0px;
}

#mobile-menu .mm-nav .mm-nav-sub li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(34, 34, 34, 0.8);
}

#mobile-menu .mm-nav .mm-nav-sub li a:hover {
  color: var(--orange-color);
}

#mobile-menu .mm-foot {
  width: 100%;
  padding: 25px 30px;
}

#mobile-menu .mm-foot div {
  text-align: center;
  height: 44px;
  border-radius: 20px;
}
#mobile-menu .mm-foot .mm-foot-login {
  border: 1px solid var(--orange-color);
  margin-bottom: 15px;
}
#mobile-menu .mm-foot .mm-foot-signup {
  background-color: var(--orange-color);
}
#mobile-menu .mm-foot a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: -0.04em;
}

#mobile-menu .mm-foot .mm-foot-login a {
  color: var(--orange-color);
}
#mobile-menu .mm-foot .mm-foot-signup a {
  color: var(--white-color);
}
