main ul li:before {
  content: none;
}

.mos {
  /*============
  nav
  =============*/
}
.mos a {
  transition: all 0.3s ease;
  text-decoration: none;
}
.mos a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mos main ul {
  padding-left: 0;
}
.mos .container-ver2 {
  margin-left: 436px;
  margin-right: 52px;
  padding: 0px 20px;
}
.mos .only-sp {
  display: none;
}
.mos img {
  max-width: 100%;
}
.mos .mv-wrap {
  background: url("../img/mos/mv_bg.png") no-repeat center/cover;
  padding-bottom: 0 !important;
}
.mos .mv {
  display: flex;
  align-items: end;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
.mos .mv-text {
  width: 60%;
  margin-right: -20px;
}
.mos .mv-text__title {
  font-size: 48px;
  color: #fff;
  text-shadow: -3px 0px 0 #F99024, -2px -2px 0 #F99024, -2px -1px 0 #F99024, -2px 0px 0 #F99024, -2px 1px 0 #F99024, -2px 2px 0 #F99024, -1px -2px 0 #F99024, -1px -1px 0 #F99024, -1px 0px 0 #F99024, -1px 1px 0 #F99024, -1px 2px 0 #F99024, 0px -3px 0 #F99024, 0px -2px 0 #F99024, 0px -1px 0 #F99024, 0px 0px 0 #F99024, 0px 1px 0 #F99024, 0px 2px 0 #F99024, 0px 3px 0 #F99024, 1px -2px 0 #F99024, 1px -1px 0 #F99024, 1px 0px 0 #F99024, 1px 1px 0 #F99024, 1px 2px 0 #F99024, 2px -2px 0 #F99024, 2px -1px 0 #F99024, 2px 0px 0 #F99024, 2px 1px 0 #F99024, 2px 2px 0 #F99024, 3px 0px 0 #F99024;
}
.mos .mv-image {
  width: 40%;
  display: flex;
}
.mos .mv-image img {
  height: 100%;
}
.mos .menu-mos {
  margin-top: 65px;
  width: 403px;
  transition: all 0.3s ease;
}
.mos .menu-mos .menu-item {
  width: 100%;
  padding-left: 0;
}
.mos .menu-mos .menu-item a {
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  column-gap: 12px;
  padding: 8px;
  text-align: center;
}
.mos .menu-mos .menu-item a::after {
  content: "";
  background: url("../img/mos/arrow_icon.png") no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  transform: rotate(90deg);
}
.mos .menu-mos .green {
  border: 8px solid #E2F1EA;
  background-color: #92C7AD;
}
.mos .menu-mos .blue {
  border: 8px solid #F0F0F0;
  background-color: #C9CEF1;
}
.mos .menu-mos .red {
  border: 8px solid #F0F0F0;
  background: linear-gradient(90deg, rgb(255, 224, 201) 0%, rgb(255, 152, 152) 100%);
}
.mos .menu-mos .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.mos .menu-mos.fixed {
  position: fixed;
  bottom: 0;
}
.mos #navArea2 {
  margin-left: 33px;
  margin-top: 65px;
  background-color: #fff;
}
.mos nav {
  display: block;
  left: -3000px;
  left: 0px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}
.mos nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mos nav .inner ul li {
  position: relative;
  margin: 0;
}
.mos nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .mos nav {
    left: -220px;
    width: 220px;
  }
}
.mos .body-wrap {
  display: flex;
  position: relative;
}
.mos .body-wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(166, 166, 166) 0%, rgba(255, 255, 255, 0) 20%);
  height: 40px;
}
.mos .ml-5 {
  margin-left: 10px;
}
.mos .body-inner {
  margin-top: 89px;
  padding: 0 52px;
  max-width: 1120px;
  margin-right: auto;
  flex: 1;
}
.mos .body-inner .l-item {
  display: flex;
  gap: 27px;
  position: relative;
  padding-left: 0 !important;
}
.mos .body-inner .l-item__image {
  width: 207px;
}
.mos .body-inner .l-item__content {
  flex: 1;
}
.mos .body-inner .l-item__content__title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 12px;
}
.mos .body-inner .l-item__content p {
  margin-bottom: 7px;
}
.mos .body-inner .l-item .mt-20 {
  margin-top: 20px;
}
.mos .body-inner .l-item .tb {
  margin-top: 48px;
}
.mos .body-inner .l-item .tb dl {
  display: flex;
}
.mos .body-inner .l-item .tb dl:not(:last-child) {
  margin-bottom: 12px;
}
.mos .body-inner .l-item .tb dd, .mos .body-inner .l-item .tb dt {
  padding: 10px 10px 10px 20px;
  background-color: #F0F0F0;
}
.mos .body-inner .l-item .tb dt {
  margin-right: 12px;
  width: 195px;
  display: flex;
  align-items: center;
}
.mos .body-inner .l-item .tb dd {
  flex: 1;
}
.mos .body-inner .l-item__note:first-child {
  margin-top: 10px;
}
.mos .body-inner .l-item .btn-sub {
  text-align: center;
  margin-top: 36px;
}
.mos .body-inner .l-item .btn-sub__text {
  font-size: 32px;
  font-weight: 500;
}
.mos .body-inner .l-item .btn-sub__link {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  background-color: #1F2E55;
  max-width: 444px;
  width: 80%;
  padding: 12px 0;
  display: inline-block;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mos .body-inner .l-item::before {
  content: none !important;
}
.mos .body-inner .l-item:not(:last-child) {
  margin-bottom: 96px;
}
@media screen and (min-width: 1025px) {
  .mos .body-wrap.fixed {
    display: block;
  }
  .mos .body-inner.fixed {
    margin-left: 436px;
  }
  .mos #navArea2.fixed {
    position: fixed;
    top: 90px;
    margin-top: 0;
  }
}
.mos .contact {
  padding: 96px 0;
}
.mos .contact-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 48px;
}
.mos .contact-title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding-top: 50px;
  margin-bottom: 0;
}
.mos .contact-text {
  margin: 20px auto 0;
  max-width: calc(90% - 40px);
}
.mos .contact-inner {
  padding: 48px 20px;
  margin: 0 auto;
  max-width: 90%;
}
.mos .contact-inner .contact-input {
  border: 2px solid rgba(221, 221, 221, 0.8);
}
.mos .contact-inner .contact-input label span {
  background-color: transparent;
  padding: 0;
}
.mos .contact-inner dl {
  display: flex;
}
.mos .contact-inner dl dt, .mos .contact-inner dl dd {
  padding: 10px;
}
.mos .contact-inner dl dt {
  font-weight: 700;
  min-width: 200px;
  width: 30%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #000000;
  background-color: #d7d7d7;
  border: 1px solid rgb(255, 255, 255);
}
.mos .contact-inner dl dt label {
  border: none;
}
.mos .contact-inner dl dd {
  width: 70%;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
}
.mos .contact-inner dl dd input, .mos .contact-inner dl dd textarea {
  height: 50px;
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.mos .contact-inner dl dd textarea {
  height: 120px;
}
.mos .contact-inner dl dd label {
  border: none;
}
.mos .contact-inner dl dd .course-list {
  width: 100%;
  border: none;
}
.mos .contact-inner dl dd .course-list .select {
  width: 100%;
  height: 48px;
}
.mos .contact-inner dl dd .course-list select {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.mos .contact-inner dl dd .course-list:not(:last-child) {
  margin-bottom: 5px;
}
.mos .contact-inner dl dd .field-body .zip_area {
  display: flex;
  flex-wrap: wrap;
}
.mos .contact-inner dl dd .field-body .zip_area .field {
  max-width: 12rem;
}
.mos .contact-inner dl dd .field-body .zip_area .field .control {
  margin-bottom: 0;
}
.mos .contact-inner dl dd .field-body .zip_area .field .control .is-static {
  color: #363636;
  background-color: unset;
  border-color: unset;
  border: 0;
  padding: 0 0.25rem 0 0;
  margin-top: -0.1rem;
}
.mos .contact-inner dl dd .field-body .zip_area .field .button {
  height: 50px;
}
.mos .contact-inner dl dd .field-body .zip_area .zip-button {
  height: 50px;
  padding: 5px 20px;
  background-color: #d7d7d7;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 15px;
  transition: all 0.3s ease;
}
.mos .contact-inner dl dd .field-body .zip_area .zip-button:hover {
  opacity: 0.8;
}
.mos .contact-inner .policy {
  height: 195px;
  overflow: auto;
  border: 1px solid #929292;
  border-radius: 5px;
  padding: 10px;
  margin-top: 40px;
}
.mos .contact-inner .policy-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin: 10px 0;
}
.mos .contact-inner .policy-wrap {
  margin-left: 10px;
}
.mos .contact-inner .policy-wrap__item__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.mos .contact-inner .policy-wrap__item__content {
  padding-left: 10px;
}
.mos .contact-inner .policy-wrap__item ul {
  padding-left: 20px;
}
.mos .contact-inner .policy-wrap__item ul li {
  position: relative;
}
.mos .contact-inner .policy-wrap__item ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  left: -10px;
  top: 10px;
}
.mos .contact-inner .check-inf {
  margin-top: 30px;
  text-align: center;
}
.mos .contact-inner .check-inf input {
  margin-right: 10px;
}
.mos .contact-inner .check-inf .border-none {
  border: none;
  display: inline;
}
.mos .contact-inner .check-inf label {
  border: none;
}
.mos .contact-inner .check-inf span {
  background-color: #fff;
}
.mos .contact-inner .btn-group {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 40px auto 0;
  gap: 20px;
}
.mos .contact-inner .btn-form-sub {
  display: table;
  text-align: center;
  width: 100%;
  background-color: #F98B23;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 0;
  border: 1px solid #7F56D9;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 200px;
  gap: 20px;
  margin: 20px auto 0;
}
.mos .contact-inner .btn-form-sub[disabled] {
  opacity: 0.5;
}
.mos .contact-note {
  text-align: center;
  font-size: 12px;
}
.mos .noti {
  padding-bottom: 77px;
}
.mos .noti-content {
  background: url("../img/mos/noti_bg.jpg") no-repeat center/cover;
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  padding: 70px 0 40px;
}
.mos .noti-sm {
  font-size: 32px;
  font-weight: 500;
}
.mos .noti-md {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
.mos .noti-lg {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .mos .menu-mos {
    width: 395px;
  }
  .mos .body-inner .l-item__image {
    width: 150px;
  }
  .mos .body-inner .l-item .tb dt {
    width: 120px;
  }
  .mos .body-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .mos .menu-mos {
    width: 300px;
  }
  .mos .body-inner.fixed {
    margin-left: 336px;
  }
}
@media screen and (max-width: 1024px) {
  .mos {
    /*============
    .toggle-btn
    =============*/
  }
  .mos .mv {
    margin-left: 0;
  }
  .mos .mv-text__title {
    font-size: 33px;
  }
  .mos .body-wrap {
    flex-direction: column;
    padding: 0 20px;
  }
  .mos #navArea2 {
    position: fixed;
    z-index: 9;
    left: -450px;
    margin-top: 0;
    bottom: 30px;
    margin-left: 20px;
  }
  .mos .open2 #navArea2 {
    left: 0;
    opacity: 1;
    transition: all 0.5s;
  }
  .mos .menu-mos {
    position: sticky;
  }
  .mos .body-inner {
    padding: 0 20px;
    margin-left: 0;
  }
  .mos .body-inner .l-item {
    display: flex;
    gap: 27px;
  }
  .mos .body-inner .l-item__image {
    width: 120px;
  }
  .mos .body-inner .l-item .tb dt {
    width: 110px;
  }
  .mos .container-ver2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px 20px;
  }
  .mos .noti-sm {
    font-size: 24px;
    font-weight: 500;
  }
  .mos .noti-md {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .mos .noti-lg {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .mos .toggle-btn {
    display: block;
    position: fixed;
    bottom: 45px;
    left: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }
  .mos .open2 .toggle-btn {
    left: 430px;
  }
  .mos .toggle-btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, rgb(239, 0, 0) 0%, rgb(249, 139, 35) 100%);
    border-radius: 4px;
    transition: all 0.5s;
  }
  .mos .toggle-btn span:nth-child(4), .mos .toggle-btn span:nth-child(5), .mos .toggle-btn span:nth-child(6) {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -2px;
  }
  .mos .toggle-btn span:nth-child(1) {
    top: 4px;
  }
  .mos .toggle-btn span:nth-child(2) {
    top: 14px;
  }
  .mos .toggle-btn span:nth-child(3) {
    bottom: 4px;
  }
  .mos .toggle-btn span:nth-child(4) {
    top: 2px;
  }
  .mos .toggle-btn span:nth-child(5) {
    top: 12px;
  }
  .mos .toggle-btn span:nth-child(6) {
    bottom: 2px;
  }
  .mos .open2 .toggle-btn {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .mos .open2 .toggle-btn span:nth-child(1), .mos .open2 .toggle-btn span:nth-child(3) {
    width: 16px;
  }
  .mos .open2 .toggle-btn span:nth-child(1) {
    -webkit-transform: translate(-1px, 4px) rotate(-45deg);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
  .mos .open2 .toggle-btn span:nth-child(3) {
    -webkit-transform: translate(-1px, -4px) rotate(45deg);
    transform: translate(-1px, -4px) rotate(45deg);
  }
  .mos .open2 .toggle-btn span:nth-child(4), .mos .open2 .toggle-btn span:nth-child(5), .mos .open2 .toggle-btn span:nth-child(6) {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .mos .open2 .toggle-btn {
    left: 250px;
  }
}
@media screen and (max-width: 767px) {
  .mos .only-sp {
    display: block;
  }
  .mos .mv {
    flex-direction: column;
    align-items: center;
  }
  .mos .mv-text {
    width: 100%;
  }
  .mos .mv-text__title {
    font-size: 24px;
  }
  .mos .mv-image {
    width: 60%;
    margin-top: -20px;
  }
  .mos .menu-mos {
    width: 100%;
    margin-left: 0;
  }
  .mos .menu-mos .menu-item a {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 30px 5px 10px;
  }
  .mos .menu-mos .green {
    border: 5px solid #E2F1EA;
  }
  .mos .menu-mos .blue {
    border: 5px solid #F0F0F0;
  }
  .mos .menu-mos .red {
    border: 5px solid #F0F0F0;
  }
  .mos .menu-mos .menu-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .mos #navArea2 {
    bottom: 10px;
  }
  .mos .toggle-btn {
    bottom: 27px;
    left: 10px;
  }
  .mos .toggle-btn span {
    width: 27px;
  }
  .mos .open2 .toggle-btn span:nth-child(1), .mos .open2 .toggle-btn span:nth-child(3) {
    width: 13px;
  }
  .mos .open2 .toggle-btn span:nth-child(1) {
    -webkit-transform: translate(-1px, 5px) rotate(-45deg);
    transform: translate(-1px, 5px) rotate(-45deg);
  }
  .mos .open2 .toggle-btn span:nth-child(3) {
    -webkit-transform: translate(-1px, -5px) rotate(45deg);
    transform: translate(-1px, -5px) rotate(45deg);
  }
  .mos .body-inner {
    padding: 0;
    max-width: 100%;
  }
  .mos .body-inner .l-item {
    flex-direction: column;
    align-items: center;
  }
  .mos .body-inner .l-item__content__title {
    font-size: 26px;
    text-align: center;
  }
  .mos .body-inner .l-item__image {
    width: 100px;
  }
  .mos .body-inner .l-item .tb {
    margin-top: 20px;
  }
  .mos .body-inner .l-item .tb dt, .mos .body-inner .l-item .tb dd {
    padding: 10px;
  }
  .mos .body-inner .l-item .tb dt {
    margin-right: 7px;
  }
  .mos .body-inner .l-item .tb dl:not(:last-child) {
    margin-bottom: 7px;
  }
  .mos .body-inner .l-item .btn-sub {
    margin-top: 30px;
  }
  .mos .body-inner .l-item .btn-sub__text {
    font-size: 20px;
    font-weight: 500;
  }
  .mos .body-inner .l-item .btn-sub__link {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    background-color: #1F2E55;
    max-width: 444px;
    width: 80%;
    padding: 12px 0;
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .mos .body-inner .l-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .mos .container-ver2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
  }
  .mos .contact-title {
    font-size: 24px;
    padding-top: 30px;
  }
  .mos .contact-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 24px;
  }
  .mos .contact-inner {
    padding: 30px 20px;
    max-width: 100%;
  }
  .mos .contact-inner dl {
    flex-direction: column;
  }
  .mos .contact-inner dl dd, .mos .contact-inner dl dt {
    width: 100%;
  }
  .mos .contact-inner dl dd {
    padding: 15px 10px;
  }
  .mos .contact-inner dl dd .field-body .zip_area .field {
    max-width: 11rem;
  }
  .mos .contact-inner dl dt:not(:last-child) {
    margin-bottom: 0;
  }
  .mos .contact-inner .policy-title {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .mos .contact-inner .policy-wrap {
    margin-left: 0px;
  }
  .mos .contact-inner .policy-wrap__item__content {
    padding-left: 0px;
  }
  .mos .contact-inner .check-inf span {
    line-height: 1.4 !important;
    word-break: break-all !important;
    padding-left: 0;
  }
  .mos .contact-inner .btn-form-sub {
    font-size: 16px;
    min-width: auto;
    max-width: 150px;
  }
  .mos .noti-content {
    padding: 40px 0 30px;
  }
  .mos .noti-sm {
    font-size: 14px;
    font-weight: 500;
  }
  .mos .noti-md {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .mos .noti-lg {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
  }
}
.mos .mw_wp_form_confirm .contact-inner dl dd .field-body .zip_area .zip-button {
  display: none;
}
.mos .mw_wp_form_confirm .select::after {
  content: none !important;
}
.mos .mw_wp_form_confirm .contact-inner .policy {
  display: none !important;
}
.mos .mw_wp_form_confirm .contact-inner .btn-form-confirm {
  background-color: #717070 !important;
}

@media screen and (max-width: 1024px) {
  .open2 #navArea2 {
    left: 0;
    opacity: 1;
    transition: all 0.5s;
  }
  .open2 .toggle-btn {
    left: 430px;
  }
  .open2 .toggle-btn {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .open2 .toggle-btn span:nth-child(1), .open2 .toggle-btn span:nth-child(3) {
    width: 16px;
  }
  .open2 .toggle-btn span:nth-child(1) {
    -webkit-transform: translate(-1px, 4px) rotate(-45deg);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
  .open2 .toggle-btn span:nth-child(3) {
    -webkit-transform: translate(-1px, -4px) rotate(45deg);
    transform: translate(-1px, -4px) rotate(45deg);
  }
  .open2 .toggle-btn span:nth-child(4), .open2 .toggle-btn span:nth-child(5), .open2 .toggle-btn span:nth-child(6) {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .open2 .toggle-btn {
    left: 250px;
  }
}
@media screen and (max-width: 767px) {
  .open2 .toggle-btn span:nth-child(1), .open2 .toggle-btn span:nth-child(3) {
    width: 13px;
  }
  .open2 .toggle-btn span:nth-child(1) {
    -webkit-transform: translate(-1px, 5px) rotate(-45deg);
    transform: translate(-1px, 5px) rotate(-45deg);
  }
  .open2 .toggle-btn span:nth-child(3) {
    -webkit-transform: translate(-1px, -5px) rotate(45deg);
    transform: translate(-1px, -5px) rotate(45deg);
  }
}/*# sourceMappingURL=mos.css.map */

.go-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  opacity: 0;
  margin-left: auto;
  width: fit-content;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #04befe;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.go-to-top::after {
  position: relative;
  content: '';
  background: url("../img/arrow.svg") no-repeat center / contain;
  transform:rotate(-90deg);
  transition: all 0.3s ease;
  width: 70%;
  height: 100%;
}

.go-to-top.active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .go-to-top {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
  
}