@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
 font-family: 'nanum-square-r';
 src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}

@font-face {
  font-family: 'ROKABold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.1/ROKABold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-4Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ONE-Mobile-Title';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Vitro_core';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Vitro_core.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OTWelcomeBA';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeBA.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body > section.container {
  min-height: calc(100vh - 340px);
}

header {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.headtop {
    width: 100%;
    height: 50px;
}

div.headbottom {
    width: 100%;
    height: 85px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

div.basicwrap {
    position: relative;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.dflex {
    display: flex;
}

.dgrid {
    display: inline-grid;
}

div.headtopleft {
    width: 20%;
    height: 50px;
    border: 0px solid #000;
    font-family: 'Vitro_core';
    font-size: 26px;
    line-height: 52px;
    /* color: #707070; */
    letter-spacing: -1px;
}

div.headtopleft a{
    color: #ff5722;
    letter-spacing: -1px;
}

div.headtopmiddel {
    width: 45%;
    height: 50px;
    line-height: 20px;
    border: 0px solid #000;
    /* padding-top: 20px; */
}

div.headtopmiddel span {
    font-family: 'OTWelcomeBA';
    font-size: 14px;
    height: 16px;
    font-weight: normal;
    display: inline-block;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}

div.headtopmiddel span b{
    font-size: 16px;
    font-weight: bold;
    color: #00720f;
}
div.headtopright {
    width: 35%;
    height: 50px;
    border: 0px solid #000;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div.headtopright a {
  text-align: center;
  font-size: 14px;
  color: #999;
  padding: .5rem .8rem;
  font-family: 'OTWelcomeBA';
}

div.headtopright ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
}

div.headtopright ul li {
    width: 100%;
    text-align: right;
    /* padding-top: 10px; */
}

div.headtopright ul li span {
    font-family: 'OTWelcomeBA';
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
    cursor: pointer;
    color: #888888;
    display: inline-block;
}
div.headtopright ul li span a {
    color: #888888;
    display: inline-block;
}

div.headtopright ul li span:hover,
div.headtopright ul li span:hover a {
    color: #ff5722;
}

div.headtopright ul li span::before {
    content: '\f152';
	  font-family: "Font Awesome 5 Free";
    /* font-size: 30px; */
    /* color: #15aabf; */
    padding-right: 5px;
}

div.headtopright ul li input {
    font-family: 'OTWelcomeBA';
    font-size: 14px;
    font-weight: normal;
    width: 80%;
    border: 2px solid #ff5722;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /* margin-right: 30px; */
}

div.headtopright ul li button {
    color: #fff;
    background: #ff5722;
    width: 30px;
    height: 28px;
    /* margin-right: -10px; */
    position: absolute;
    margin-left: -32px;
    margin-top: 2px;
}

div.headtopright ul li input::placeholder {
    color: #c5a497;
}

ul.hmenu {
  height: 85px;
  width: 1200px;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
}

ul.hmenu li {
  flex: 1;
  height: 75px;
  text-align: center;
  padding: 5px;
}

ul.hmenu li:hover,
ul.hmenu li.active {
  background-color: #ff5722;
}

ul.hmenu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: grid;
    margin: 5px 71.8px 0px 0px;
    color: #7e7e7e;
    font-weight: bold;
}
ul.hmenu li:hover a,
ul.hmenu li.active a  {
    color: #fff;
}

ul.hmenu li a label {
    margin-top: 8px;
    font-size: 16px;
    cursor: pointer;
    /* color: #3b3b3b; */
    /* color: #f05b21; */
}

ul.hmenu li a span {
    font-size: 16px;
    font-family: 'OTWelcomeBA';
    cursor: pointer;
    /* color: #3b3b3b; */
}

div.submenu {
    position: absolute;
    display: none;
    z-index: 1000;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 3px 9px #00000090;
    margin-top: 1px;
    text-align: left;
}

div.submenu a {
    display: inline-block;
    padding: 15px 10px 5px 10px;
    font-size: 14px;
    font-family: 'OTWelcomeBA';
    cursor: pointer;
    color: #000 !important;
    width: 90% !important;
}

div.submenu a:hover {
    background-color: #ff5722;
    color: #fff !important;
}

.mnvisualSectionv2 {
  width: 1200px;
  height: 455px;
  margin: 20px auto;
  position: relative;

  display: flex;
  justify-content: flex-end;
}

.mainvisualv2 {
  width: 100%;
  height: 455px;
  position: relative;
  overflow: hidden;
}

ul.main-sliderv2 {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

ul.main-sliderv2 li {
  width: 100%;
  max-height: 500px;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

ul.main-sliderv2 li > a {
    display: inline-block;
    width: 100%;
    height: 500px;
}

.mainvisualv2 .bx-pager {
  position: absolute;
  bottom: 15px;
  /* left: 50%; */
  right: 3%;
  margin-left: -480px;
  display: block;
  width: 1100px;
  text-align: right;
  /* display: none; */
  z-index: 999;
}

.mainvisualv2 .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 5px;
}

.mainvisualv2 .bx-pager a.bx-pager-link {
    width: 10px;
    height: 10px;
    display: block;
    border: 2px solid #ff5722;
    border-radius: 10px;
    font-size: 0;
    /* background-color: #7e7e7e; */
    /* box-shadow: 2px 2px 2px rgb(0 0 0 / 50%); */
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5), 2px 2px 2px 0px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.mainvisualv2 .bx-pager a.active {
    background-color: #ff5722;
    transition: all 0.3s ease;
}


div.bn-ext {
    width: 100%;
    height: 150px;
    background: #00000090;
    position: absolute;
    margin-top: -152px;
    padding-left: 460px;
}

span.bn-event-title {
    display: inline-block;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    width: 800px;
    font-family: 'OTWelcomeBA';
    font-weight: normal;
}
span.bn-event-memo {
    display: inline-block;
    height: 80px;
    font-size: 28px;
    color: #fff;
    width: 800px;
    font-family: 'OTWelcomeBA';
    font-weight: normal;
}

span.bn-event-memo b {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.bwrap {
  width: 1200px;
  margin: 15px auto;
  background: #fff;
  /* height: 400px; */
  position: relative;
}

.bwrap .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.bwrapv2 {
  width: 1200px;
  margin: 15px auto;
}



section.mnbest {
  width: 100%;
  background: #f8f8f8;
}
div.mnbestrentcar {
    height: 520px;
    background: none;
}

div.mnbestrentcar ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.mnbestrentcar ul li {
    float: left;
    width: 250px;
    height: 250px;
    border: 1px solid #e1e1e1;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #fff;
}

div.mnbestrentcar ul li:first-child {
    float: left;
    width: 480px;
    height: 520px;
    margin-left: 0px;
}

div.mnbestcarthum {
    width: 100%;
    /* height: 340px; */
    background-color: #fff;
    background-size: 96%;
    background-position: top center;
    background-repeat: no-repeat;
}

div.mnbestcarthum p.thump1 {
    position: absolute;
    /* width: 100%; */
    height: 60px;
    background-color: #000000d0;
    /* bottom: 0px; */
    top: 46%;
    padding: 20px;
    line-height: 30px;
    width: 440px;
}

div.mnbestcarthum p.thump1 span {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

div.mnbestcarthum p.thump1 span:not(:first-child)::after {
    content: '|';
    padding: 0px 5px 0px 10px;
    font-size: 14px;
}

div.mnbestcarthum p.thump1 span:last-child::after {
    content: '';
    padding: 0px;
}

div.mnbestcarthum p.thump1 span:first-child {
    width: 100%;
    height: 40px;
    font-size: 30px;
    color: #ffa800;
}


div.mnbestcarthum p.thump2 {
    position: absolute;
    /* width: 100%; */
    height: 44px;
    background-color: #000000d0;
    /* bottom: 0px; */
    margin-top: 9%;
    padding: 10px;
    line-height: 14px;
    width: 230px;
}
div.mnbestcarthum p.thump2 span {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}

div.mnbestcarthum p.thump2 span:not(:first-child)::after {
    content: '|';
    padding: 0px 3px 0px 5px;
    font-size: 12px;
}

div.mnbestcarthum p.thump2 span:last-child::after {
    content: '';
    padding: 0px;
}

div.mnbestcarthum p.thump2 span:first-child {
    width: 100%;
    height: 30px;
    font-size: 20px;
    color: #ffa800;
}

div.mnbestcartitle {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    color: #1b1b1b;
}

div.mnbestrentcar ul li:first-child div.mnbestcartitle {
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
    color: #1b1b1b;
}

div.mnbestcartext {
    padding: 5px 10px;
    line-height: 20px;
}

div.mnbestrentcar ul li:first-child div.mnbestcartext {
    padding: 10px 20px;
    line-height: 20px;
}

span.saletxt {
    font-size: 24px;
    color: #ffa800;
}
span.originprice {
    float: right;
    font-size: 18px;
    color: #636363;
    padding-right: 20px;
    text-decoration: line-through;
}
span.lastprice {
    float: right;
    font-weight: bold;
    font-size: 24px;
    color: #ffa800;
}

div.mnbestcarbtn {
    width: 94%;
    margin-left: 3%;
    margin-top: 10px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-family: 'OTWelcomeBA';
    font-size: 26px;
    background-color: #ffa800;
    border-radius: 5px;
}

h1.section-title {
  font-family: 'OTWelcomeBA';
  font-size: 24px;
  color: #303030;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: .5rem 0;
  text-align: center;
}
h1.section-title > b {
  font-size: 28px;
  line-height: inherit;
}
h1.section-title > .section-title-meta {
  color: #dedede;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  font-size: 72px;
}

h1.section-title .section-action {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}

h1.section-title .section-action a {
  display: inline-block;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  background-color: #08BAFF;
  color: #fff;
  font-size: 14px;
}

section.mnheaden {
  /* padding: 15px 0; */
  width: 100%;
}

ul.seminar-slider {
    width: 100%;
    height: 300px;
    max-height: 300px;
}


ul.seminar-slider li {
    float: left;
    width: 420px;
    height: 298px;
    max-height: 300px;
    border:1px solid #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.seminar-slider li > a {
    display: inline-block;
    width: 100%;
    height: 300px;
}

.bx-pager {
  position: absolute;
  bottom: 27px;
  /* left: 50%; */
  right: 3%;
  /* margin-left: -480px; */
  display: block;
  width: 1100px;
  text-align: right;
  display: none;
  z-index: 999;
}

.mnseminar {
  margin-top: 40px;
  width: 100%;
  background: #f8f8f8;
}

.mnseminar .bwrap {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  /* height: 350px; */
}

.bwrap .bg-wrapper {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
  height: 100%;
  width: 30%;
}

.bwrap .seminar-bg-wrapper {
  background-position: center left;
  background-image: url(/theme/basic/img/main/seminar-bg.png);
}

.bwrap .rentcar-bg-wrapper {
  background-image: url(/theme/basic/img/main/rentcar-bg.png);
}

.bwrap .card-wrapper {
  flex: 1;
  gap: 1rem;
  z-index: 2;
  padding: 20px;
}

.mnbest .bwrap .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 40px;
}

.mnseminar .bwrap .item-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.mnseminar .bwrap .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.bwrap .card {
  flex: 1;
  color: #666;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  background-color: rgba(255,255,255,.7);
  cursor: pointer;
  border: 1px solid transparent;
  z-index: 3;
  position: relative;
}

.mnseminar .bwrap .card-wrapper .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 2;
}

.mnseminar .bwrap .card-wrapper .card:hover .card-bg {
  display: none;
}

.mnseminar .bwrap .card-wrapper .card:hover .card-body {
  display: none;
}

.bwrap .card.card-main {
  box-sizing: border-box;
  margin: 20px;
  width: 100%;
}

.bwrap .card:hover {
  border: 1px solid #ff5722;
}

.bwrap .card .card-top {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.bwrap .card.card-main .card-top {
  height: 70%;
}


.bwrap .card .card-top .card-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 600;
  font-size: 16px;
}

.bwrap .card .card-top .card-badge {
  position: absolute;
  bottom: 5px;
  left: 15px;
  padding: .5rem .8rem;
  background-color: #08BAFF;
  color: #fff;
  font-size: 14px;
}

.mnbest .bwrap {
  min-height: 420px;
}

.mnbest .bwrap .card .card-top {
  height: 200px;
  background-size: contain;
}

.bwrap .card .card-body {
  padding: 20px;
}

.mnseminar .bwrap .card .card-body {
  position: absolute;
  bottom: 0;
  z-index: 3;
  color: #fff;
  line-height: 1.3em;
}

.mnbest .bwrap .card-body {
  line-height: 1.6em;
}
.mnbest .bwrap .card-body p {
  color: #ff5722;
  font-size: 24px;
  line-height: 2.4em;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.bwrap .card .card-body .card-title {
  font-weight: 600;
  margin-bottom: 10px;
  display: grid;
}

.bwrap .card .card-body .card-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bwrap .card .card-body .card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .seminarvisual {
    width: 900px;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: right;
}

div.seminartext {
    position: absolute;
    color: #fff;
    font-family: 'OTWelcomeBA';
    font-size: 36px;
    display: inline-grid;
    margin-top: 100px;
    margin-left: 40px;
    line-height: 32px;
    text-shadow: 0px 3px 9px #00000090;
}
div.seminartext label {
    font-size: 26px;
}

div.seminartext button {
    font-size: 16px;
    font-weight: bold;
    background: #08BAFF;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    margin-top: 10px;
}
div.seminartext button:hover {
    border: 1px solid #fff;
    background: #ff5722;
    transition: all 0.3s ease;
} */

div.mnheadenwrap {
    width: 1200px;
    height: 200px;
    margin-bottom: 20px;
    display: flex;
    /* border: 1px solid #2b2b2b; */
}

div.mnheadenwrap div:not(:first-child){
    margin-left: 20px;
}

div.vheaden-top {
    background: #fff;
    height: 160px;
}

div.vheadenswrap {
    width: 427px;
    height: 160px;
    border: 0px solid #2b2b2b;
}

div.vheaden-bottom div {
    background: #fff;
    height: 160px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

ul.vheaden-stylev1 {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 10px 20px 0px 20px;
}

ul.vheaden-stylev1 li {
    float: left;
    border: 0px solid #000;
    width: calc(100% - 125px);
    color: #5e5e5e;
    padding-left: 10px;
    font-family: 'OTWelcomeBA';
    line-height: 50px;
    height: 40px;
    padding-top: 5px;
    font-size: 14px;
}

ul.vheaden-stylev1 li:nth-child(1) {
    width: 110px;
    height: 140px;
    font-size: 50px;
    line-height: 110px;
    text-align: center;
    padding-left: 0px;
}

ul.vheaden-stylev1 li:nth-child(2) {
    font-size: 20px;
}

ul.vheaden-stylev1 li:nth-child(3) {
    line-height: 20px;
}

span.vh-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 123px;
    font-size: 50px;
    margin-left: -20px;
}

span.c1 {
    background-color: #a8ce12;
}
span.c2 {
    background-color: #ffa60c;
}
span.c3 {
    background-color: #0c90ff;
}
span.fc1 {
    color: #a8ce12;
}
span.fc2 {
    color: #ffa60c;
}
span.fc3 {
    color: #0c90ff;
}

div.vheaden-bottom div h1 {
    font-size: 16px;
    padding: 10px 0px;
    border-bottom: 1px solid #cfcfcf;
}

div.vheaden-bottom div ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

div.vheaden-bottom div ul li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #464646;
}

span.rmore {
    float: right;
    font-size: 12px;
}


span.rdate {
    float: right;
    font-size: 12px;
}

ul.simpleservice {
    padding-top: 30px !important;
}

ul.simpleservice li {
    float: left;
    width: 25% !important;
    height: 80px !important;
    text-align: center;
    display: inline-grid;
    cursor: pointer;
    color: #7e7e7e !important;
}


ul.simpleservice li span {
    font-size: 30px;
}

ul.simpleservice li label {
    font-size: 14px;
}

ul.simpleservice li:hover {
    color: #000 !important;
}

footer.mnfooter {
  width: 100%;
  /* height: 250px; */
  display: inline-block;
  background: #ebebeb;
}


div.mnfwrap {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    padding: 40px 0px;
}
div.mnf-logo {
    width: 20%;
    font-family: 'Vitro_core';
    font-size: 46px;
    color: #c0c0c0;
    letter-spacing: -1px;
    color: #7e7e7e;
}

div.mnf-left {
    width: 25%;
}

div.mnf-right {
    width: 55%;
}

div.mnfwrap div p {
    font-size: 12px;
}

p.footstyle1 {
    padding-bottom: 10px;
}
p.footstyle2 {
    padding-bottom: 10px;
}
p.footstyle3 {
    padding-bottom: 2px;
}
p.footstyle1 span {
    font-size: 14px;
    color: #373737;
    font-family: 'OTWelcomeBA';
}
p.footstyle1 span:not(:first-child) {
    margin-left: 20px;
}

p.footstyle1 span a {
    color: #7e7e7e;
}

p.footstyle1 span a:hover {
    color: #6a6a6a;
}

p.footstyle2 span {
  font-size: 1rem;
  color: #373737;
}
p.footstyle3 span {
  color: #373737;
  padding: 0px 5px 10px 0px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
p.footstyle3 span:not(:first-child) {
    margin-left: 20px;
}

a.info-btn {
    display: inline-block;
    padding: 2px 3px;
    background-color: #717171;
    border-radius: 2px;
    color: #bcbcbc;
    font-size: 11px;
}

div.bz-thumb-wrap ul {
    width: 100% !important;
    height: 92px !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 5px !important;
}

li.bz-thumb-small {
    float: left;
    margin-top: 0px !important;
    margin-right: 5px;
}

#tour-page {
  box-sizing: border-box;
  min-height: calc(100vh - 337px);
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  z-index: 10;
  display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 60px auto;
  font-size: .5em;
  position: relative;
  text-indent: -9999em;
  border-top: .65em solid rgba(255,87,34, 0.2);
  border-right: .65em solid rgba(255,87,34, 0.2);
  border-bottom: .65em solid rgba(255,87,34, 0.2);
  border-left: .65em solid #ff5722;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.fix-links {
  position: absolute;
  top: calc( 160px - 35px );
  right: -8.5rem;
  width: 7.5rem;
}

.fix-links .quick-service {
  display: grid;
  row-gap: 1rem;
  padding-top: 35px;
}

.fix-links .quick-service li {
  display: grid;
  row-gap: .3rem;
  justify-content: center;
  color: #888;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: .8rem .5rem;
}
.fix-links .quick-service li:not(.quick-customer) {
  cursor: pointer;
}
.fix-links .quick-service li:not(.quick-customer):hover {
  color: #08BAFF;
}

.fix-links .quick-service li span {
  display: flex;
  padding: .5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
.fix-links .quick-service li label {
  font-size: .8rem;
}

.fix-links .quick-service li.quick-customer .quick-customer-head {
  color: #373737;
  font-weight: 700;
  border-bottom: 1px solid #08BAFF;
}

.fix-links .quick-service li.quick-customer span {
  font-size: .9rem;
  display: flex;
  column-gap: .3rem;
  align-items: center;
}

.fix-links .quick-service li.quick-customer label {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #ff5722;
  font-weight: 700;
  text-align: center;
  padding: .3rem 0;
}

.fix-links .quick-service li.quick-customer .bhour {
  font-size: .9rem;
  display: grid;
  row-gap: .5rem;
}

.fix-links .quick-service li.quick-customer .bhour .bhour-p {
  line-height: 1.3em;
}

.fix-links .quick-service li.quick-customer .bhour-label { font-size: .8rem; color: #7e7e7e; }
.fix-links .quick-service li.quick-customer .bhour-content { word-spacing: 0; color:#373737; }


.form-title {
  color: #373737;
  padding: .8rem 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}


.input-group i {
  display: none !important;
}