body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

td, div, p, li, dt, dd, input, select, button, textarea, h1, h2, h3, h4, h5, pre {
  font-family: "Pretendard", "Noto", Tahoma, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #111;
}

html * {
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-break: keep-all;
}

header, footer, section, article, nav, aside {
  display: block;
}

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  color: #111;
}

b, strong, .fb {
  font-family: "Pretendard", "Noto", Tahoma, Arial, sans-serif;
  font-weight: 600;
}

em, th {
  font-style: normal;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  color: #111;
}

.forPc {
  display: initial !important;
}

.forMobile {
  display: none !important;
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  height: 118px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.3);
  background: rgba(255, 255, 255, 0.3);
}
#header .wrap {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}
#header .wrap .logo {
  position: absolute;
  left: 0;
  top: 40px;
}
#header .wrap .logo a {
  overflow: hidden;
  display: inline-block;
}
#header .wrap .logo a img {
  width: 166px;
}
#header .wrap .util {
  height: 58px;
  padding-top: 19px;
  text-align: right;
  font-size: 0;
}
#header .wrap .util li {
  display: inline-block;
  font-size: 16px;
}
#header .wrap .util li .num {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  background: #A5C000;
}
#header .wrap .util li + li {
  position: relative;
  margin-left: 12px;
  padding-left: 13px;
}
#header .wrap .util li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  width: 1px;
  height: 12px;
  background: #111;
}
#header .wrap .navArea {
  text-align: right;
}
#header .wrap .navArea .nav {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
}
#header .wrap .navArea .nav > li {
  float: left;
  width: 156px;
}
#header .wrap .navArea .nav > li > a {
  position: relative;
  display: inline-block;
  height: 60px;
  padding: 0 20px;
  line-height: 38px;
  font-weight: 500;
}
#header .wrap .navArea .nav > li > a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #A5C000;
}
#header .wrap .navArea .nav > li.on > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #A5C000;
}
#header .wrap .navArea .nav > li ul {
  display: none;
  position: relative;
  z-index: 1;
}
#header .wrap .navArea .nav > li ul li {
  padding: 0 1px;
}
#header .wrap .navArea .nav > li ul li a {
  display: block;
  width: 154px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
}
#header .wrap .navArea .nav > li ul li a:focus, #header .wrap .navArea .nav > li ul li a:hover {
  color: rgb(165, 192, 0);
}
#header .wrap .navArea .schedule {
  display: inline-block;
  vertical-align: top;
}
#header .wrap .navArea .schedule a {
  display: inline-block;
  padding: 0 8px 0 11px;
  border: 1px solid #bbb;
  border-radius: 10px;
  line-height: 36px;
  background: #fff;
}
#header .wrap .navArea .schedule a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 20px;
  margin: -4px 8px 0 0;
  vertical-align: middle;
  background: url(/images/mainNew/ico_calendar.svg) no-repeat;
}
#header .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#header.on .wrap2, #header.fixed .wrap2 {
  background: rgb(255, 255, 255);
}

#container {
  min-width: 1500px;
  padding: 0 0 180px;
}

.mainVisual {
  position: relative;
  max-width: 1760px;
  height: 720px;
  margin: 0 auto;
}
.mainVisual .swiper-wrapper li {
  height: 720px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.mainVisual .swiper-wrapper li a {
  display: block;
  height: 100%;
}
.mainVisual .page {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 142px !important;
  z-index: 10;
  text-align: center;
  font-size: 0;
}
.mainVisual .page span {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  border-radius: 4px;
  background: #fff;
  opacity: 0.5;
}
.mainVisual .page span.swiper-pagination-bullet-active {
  opacity: 1;
}
.mainVisual .quickBooking {
  position: relative;
  z-index: 10;
  width: 1185px;
  height: 52px;
  margin: -122px auto 20px;
  border-radius: 10px;
  text-align: right;
  background: #fff;
}
.mainVisual .quickBooking .type {
  position: relative;
  float: left;
  width: 100px;
  text-align: left;
}
.mainVisual .quickBooking .type p a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 52px;
}
.mainVisual .quickBooking .type p a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(/images/mainNew/ico_arrow3.svg) no-repeat;
  transition: all 0.2s;
}
.mainVisual .quickBooking .type ul {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  padding: 5px 0 5px 20px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.mainVisual .quickBooking .type ul li {
  padding: 5px 0;
  font-size: 14px;
}
.mainVisual .quickBooking .type.on p a:after {
  transform: rotate(180deg);
}
.mainVisual .quickBooking .cont {
  float: left;
  position: relative;
  width: calc(100% - 100px);
}
.mainVisual .quickBooking .cont .tit {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 20px;
  line-height: 52px;
  font-size: 16px;
}
.mainVisual .quickBooking .cont .goBtn {
  margin: 14px 70px 0 0;
  font-size: 14px;
  color: #888;
  font-weight: 500;
  text-decoration: underline;
}
.mainVisual .quickBooking .cont .srch {
  display: inline-block;
  width: 190px;
  height: 52px;
  border-radius: 0 10px 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #111;
}
.mainVisual .quickBooking:after {
  content: "";
  display: block;
  clear: both;
}
.mainVisual .calendarWrap {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 64px;
  min-width: 672px;
  min-height: 366px;
  padding: 30px 78px;
  border-radius: 10px;
  background: #fff;
}
.mainVisual .calendarWrap .calendar ul:after {
  content: "";
  display: block;
  clear: both;
}
.mainVisual .calendarWrap .calendar .monthArea {
  float: left;
  width: 234px;
  text-align: center;
}
.mainVisual .calendarWrap .calendar .monthArea h2 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  text-align: center;
}
.mainVisual .calendarWrap .calendar .monthArea ol:after {
  content: "";
  display: block;
  clear: both;
}
.mainVisual .calendarWrap .calendar .monthArea li {
  position: relative;
  float: left;
  width: 35px;
  height: 24px;
  padding-left: 11px;
  font-size: 14px;
  color: #111;
  line-height: 24px;
  text-align: center;
}
.mainVisual .calendarWrap .calendar .monthArea li a {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: #111;
}
.mainVisual .calendarWrap .calendar .monthArea li:nth-child(7n+1) {
  width: 24px;
  padding-left: 0;
}
.mainVisual .calendarWrap .calendar .monthArea ol.day li {
  margin-top: 8px;
}
.mainVisual .calendarWrap .calendar .monthArea ol.day li.start a, .mainVisual .calendarWrap .calendar .monthArea ol.day li.end a {
  background: #000;
  border-radius: 50%;
  color: #fff;
}
.mainVisual .calendarWrap .calendar .monthArea ol.day li.on {
  background: #eee;
}
.mainVisual .calendarWrap .calendar .monthArea ol.day li.start:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 0;
  bottom: 0;
  width: 12px;
  background: #eee;
}
.mainVisual .calendarWrap .calendar .monthArea ol.day li.end:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 23px;
  background: #eee;
}
.mainVisual .calendarWrap .calendar .monthArea ol.day li.disable, .mainVisual .calendarWrap .calendar .monthArea ol.day li.disable a {
  color: #aaa;
}
.mainVisual .calendarWrap .calendar .monthArea + .monthArea {
  margin-left: 48px;
}
.mainVisual .calendarWrap .calendar .prev, .mainVisual .calendarWrap .calendar .next {
  position: absolute;
  left: 30px;
  top: 128px;
  width: 28px;
  height: 28px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(/images/mainNew/btn_prev.svg) no-repeat;
}
.mainVisual .calendarWrap .calendar .next {
  left: initial;
  right: 30px;
  background-image: url(/images/mainNew/btn_next.svg);
}
.mainVisual .calendarWrap .btn {
  display: block;
  width: 358px;
  height: 52px;
  margin: 30px auto 0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 52px;
  text-align: center;
  background: #111;
}

#container h2:not(.month) {
  position: relative;
  text-align: center;
}
#container h2:not(.month) strong {
  font-size: 180px;
  color: #f7f7f7;
  line-height: normal;
  letter-spacing: 36px;
  font-weight: 700;
}
#container h2:not(.month) > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 700;
}

.tab {
  text-align: center;
  font-size: 0;
}
.tab ul li {
  display: inline-block;
  width: auto !important;
  margin: 0 5px;
}
.tab ul li button {
  position: relative;
  display: block;
  height: 38px;
  padding: 0 26px;
  border: 1px solid #bbb;
  border-radius: 10px;
  line-height: 36px;
}
.tab ul li button img {
  display: none;
  position: absolute;
  left: calc(50% - 73px);
  top: 0;
  max-width: initial;
}
.tab ul li button span {
  position: relative;
  z-index: 1;
}
.tab ul li.on button {
  height: 57px;
  padding: 19px 50px 0;
  border: 0;
  line-height: 38px;
  color: #fff;
  font-weight: 600; /*background:url(/images/mainNew/bg_tab.svg) no-repeat 50% 0 / 100%;*/
}
.tab ul li.on button img {
  display: initial;
}

.productList {
  margin-top: 80px;
}
.productList h2 {
  margin: 0 0 -10px !important;
}
.productList h2 strong {
  letter-spacing: 18px !important;
}
.productList h2 > span {
  top: 100px !important;
}
.productList .more {
  width: 1420px;
  margin: 10px auto 0;
  text-align: right;
  line-height: 1em;
}
.productList .more a {
  padding-right: 22px;
  font-size: 17px;
  color: #111;
  font-weight: 600;
  line-height: 1em;
  background: url(/images/mainNew/ico_more.svg) no-repeat 100% 1px;
}
.productList .list {
  overflow: hidden;
  width: 1420px;
  margin: 10px auto 0;
}
.productList .list li {
  float: left;
  width: 268px;
  /*.cart {width:100%; height:52px; margin-top:12px; border:1px solid #ddd; border-radius:10px; text-align:center;
    &:before {content:""; display:inline-block; width:24px; height:24px; margin:-2px 6px 0 0; vertical-align:middle; background:url(/images/mainNew/ico_cart.svg) no-repeat;}
  }*/
}
.productList .list li .thumb {
  overflow: hidden;
  width: 268px;
  height: 288px;
  border-radius: 10px;
}
.productList .list li .thumb img {
  width: 100%;
}
.productList .list li .btn {
  margin-top: 20px;
}
.productList .list li .btn .cart, .productList .list li .btn .soldout {
  display: block;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
}
.productList .list li .btn .cart:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  margin: -2px 8px 0 0;
  vertical-align: middle;
  background: url(/images/btn/btn_cart2.svg) no-repeat;
}
.productList .list li .tit {
  margin-top: 20px;
  font-size: 20px;
}
.productList .list li .srmy {
  color: #888;
}
.productList .list li .discount {
  margin-top: 10px;
  color: #888;
  font-size: 16px;
}
.productList .list li .discount span {
  font-size: 24px;
  font-weight: 500;
  color: #a5c000;
}
.productList .list li .discount + .price {
  margin-top: 0;
}
.productList .list li .price {
  margin-top: 7px;
  font-size: 24px;
  font-weight: 500;
}
.productList .list li + li {
  margin-left: 20px;
}

.banner {
  width: 1420px;
  margin: 120px auto 0;
}

.events {
  padding: 20px 0 120px;
  background: #f4f4f4;
}
.events .list {
  overflow: hidden;
  width: 1420px;
  margin: 20px auto 0;
}
.events .list li {
  position: relative;
  overflow: hidden;
  float: left;
  height: 596px;
  border-radius: 10px;
  background: #F9FBD8;
  transition: all 0.8s cubic-bezier(0, 1, 1, 1);
}
.events .list li .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 596px;
}
.events .list li .thumb img {
  width: 584px;
  height: 596px;
  max-width: initial;
  margin-left: -250px;
  transition: all 0.8s cubic-bezier(0, 1, 1, 1);
}
.events .list li .tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 600;
  transition: opacity 0.1s;
}
.events .list li .tit a {
  display: block;
  height: 100%;
  color: #fff;
}
.events .list li .tit a span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  writing-mode: tb;
}
.events .list li .content {
  width: 453px;
  padding-top: 203px;
}
.events .list li .content .tit2 {
  font-size: 32px;
  font-weight: 600;
}
.events .list li .content .text {
  font-size: 20px;
  margin-top: 8px;
}
.events .list li .content .btn {
  display: inline-block;
  height: 42px;
  padding: 0 12px 0 16px;
  margin-top: 32px;
  border-radius: 10px;
  line-height: 42px;
  color: #fff;
  background: #a5c000;
}
.events .list li .content .btn:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 0 0 6px;
  vertical-align: middle;
  background: url(/images/mainNew/ico_arrow.svg) no-repeat;
}
.events .list li:not(.on) {
  width: 64px;
}
.events .list li:not(.on) .thumb {
  width: 100%;
}
.events .list li:not(.on) .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.events .list li:not(.on) .tit {
  transition-delay: 0.7s;
}
.events .list li.on {
  width: 1168px;
  padding: 0 64px 0 651px;
}
.events .list li.on .thumb {
  overflow: hidden;
}
.events .list li.on .thumb img {
  margin-left: 0;
}
.events .list li.on .tit {
  opacity: 0;
  z-index: -1;
}
.events .list li + li {
  margin-left: 20px;
}

.service {
  width: 1420px;
  margin: 0 auto;
}
.service .list {
  overflow: hidden;
  display: block;
}
.service .list li {
  position: relative;
  overflow: hidden;
  float: left;
  width: auto;
  border-radius: 10px;
}
.service .list li .content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.service .list li .content .tit {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.service .list li .content .text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.service .list li .content .btn {
  display: inline-block;
  height: 42px;
  padding: 0 12px 0 16px;
  margin-top: 28px;
  border-radius: 10px;
  line-height: 42px;
  color: #fff;
  background: #a5c000;
}
.service .list li .content .btn:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 0 0 6px;
  vertical-align: middle;
  background: url(/images/mainNew/ico_arrow.svg) no-repeat;
}
.service .list li:nth-child(2n) {
  margin-left: 20px;
}
.service .list li:nth-child(2) ~ li {
  margin-top: 20px;
}
.service .list li a:hover .content {
  bottom: 60px;
}
.service .prev, .service .next {
  display: none;
}

#container .events h2 {
  margin-top: 0;
}
#container .events h2 strong {
  color: #fff;
}

#container .service h2 {
  margin: 120px 0 40px;
}
#container .service h2 > span {
  position: static;
}

.program {
  overflow: hidden;
  width: 1760px;
  margin: 120px auto 0;
}
.program .major {
  position: relative;
  height: 800px;
  white-space: nowrap;
  font-size: 0;
}
.program .major ul {
  position: static;
  transition: all 1s cubic-bezier(0, 1, 1, 1);
  transform: none;
}
.program .major li {
  position: static;
  display: inline-block;
  width: auto;
  height: 800px;
  margin-right: 140px;
  vertical-align: top;
  transition: all 1s cubic-bezier(0, 1, 1, 1);
  /*&.no1 .thumb {background-image:url(/images/mainNew/thumb_program1_pc.jpg);}
  &.no2 .thumb {background-image:url(/images/mainNew/thumb_program2_pc.jpg);}
  &.no3 .thumb {background-image:url(/images/mainNew/thumb_program3_pc.jpg);}
  &.no4 .thumb {background-image:url(/images/mainNew/thumb_program4_pc.jpg);}
  &.no5 .thumb {background-image:url(/images/mainNew/thumb_program5_pc.jpg);}*/
}
.program .major li .thumb {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  transition: all 0.5s;
}
.program .major li .thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program .major li .content {
  position: relative;
  z-index: 10;
  margin-top: 152px;
  opacity: 0.6;
}
.program .major li .content .tit {
  position: relative;
  color: #fff;
}
.program .major li .content .tit em {
  position: absolute;
  left: -38px;
  top: 10px;
  font-size: 18px;
  font-weight: 700;
}
.program .major li .content .tit strong {
  font-size: 80px;
  line-height: normal;
  font-weight: 700;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
}
.program .major li .content .subTit {
  display: none;
  margin-top: 17px;
  color: #fff;
}
.program .major li .content .text {
  display: none;
  margin-top: 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.program .major li .content .btn {
  display: none;
  width: 140px;
  height: 140px;
  margin-top: 68px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 138px;
  text-align: center;
}
.program .major li .content .btn:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 0 0 6px;
  vertical-align: middle;
  background: url(/images/mainNew/ico_arrow.svg) no-repeat;
}
.program .major li.on {
  margin-right: 410px;
}
.program .major li.on .thumb {
  opacity: 1;
}
.program .major li.on .content {
  opacity: 1;
}
.program .major li.on .tit strong {
  -webkit-text-stroke-width: 0;
  text-stroke-width: 0;
  color: #fff;
}
.program .major li.on .subTit, .program .major li.on .text, .program .major li.on .btn {
  display: block;
}
.program .major li.hidden {
  opacity: 0;
}
.program .list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 1500px;
  padding: 0 40px;
  margin: -40px auto 0;
}
.program .list li {
  float: left;
  width: 266px;
  font-size: 20px;
  text-align: center;
}
.program .list li .thumb {
  position: relative;
  width: 266px;
  margin-bottom: 14px;
  border-radius: 10px;
  box-shadow: 0px -14px 18px 0px rgba(0, 0, 0, 0.15);
}
.program .list li .thumb img {
  border-radius: 10px;
}
.program .list li .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.program .list li.on .thumb:after {
  display: none;
}
.program .list li.hidden {
  display: none;
}
.program .list li + li {
  margin-left: 22px;
}
.program .prev, .program .next {
  display: none;
}

#footer.forPc {
  display: block !important;
  background: #f4f4f4;
}
#footer.forPc .wrap {
  overflow: hidden;
  width: 1612px;
  margin: 0 auto;
  padding: 32px 0;
  background: #f4f4f4;
}
#footer.forPc .wrap .major {
  float: left;
  width: 590px;
}
#footer.forPc .wrap .major p {
  font-size: 14px;
  color: #666;
}
#footer.forPc .wrap .major .logo {
  margin-bottom: 70px;
}
#footer.forPc .wrap .nav {
  float: left;
  width: 175px;
}
#footer.forPc .wrap .nav li {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  line-height: 22px;
}
#footer.forPc .wrap .nav li a {
  color: #666;
}
#footer.forPc .wrap .nav li + li {
  margin-top: 4.5px;
}
#footer.forPc .wrap .company {
  float: left;
  width: 420px;
}
#footer.forPc .wrap .company p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
#footer.forPc .wrap .customer {
  float: left;
  width: 265px;
}
#footer.forPc .wrap .customer ul {
  overflow: hidden;
}
#footer.forPc .wrap .customer ul li {
  float: left;
  font-size: 14px;
  color: #666;
  text-align: center;
}
#footer.forPc .wrap .customer ul li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 18px;
  background: url(/images/layout/ico_phone.svg) no-repeat;
}
#footer.forPc .wrap .customer ul li b {
  display: block;
  font-weight: 600;
  color: #444;
}
#footer.forPc .wrap .customer ul li:nth-child(2) {
  margin-left: 20px;
}
#footer.forPc .wrap .customer ul li:nth-child(2):before {
  background-image: url(/images/layout/ico_phone2.svg);
}
#footer.forPc .wrap .app {
  float: left;
  width: 162px;
}
#footer.forPc .wrap .app h2 {
  font-size: 16px;
  font-weight: 600;
  color: #444;
}
#footer.forPc .wrap .app ul {
  overflow: hidden;
  margin-top: 20px;
}
#footer.forPc .wrap .app ul li {
  float: left;
  font-size: 14px;
  color: #666;
  text-align: center;
}
#footer.forPc .wrap .app ul li span {
  display: block;
  margin-top: 6px;
}
#footer.forPc .wrap .app ul li + li {
  margin-left: 18px;
}

.popLayer {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 110;
  opacity: 0;
  background: #fff;
}

.popLayer .close {
  position: absolute;
  right: 20px;
  top: 15px;
}

.popLayer .close a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 17px;
  height: 0;
  padding-top: 17px;
  background: url(/images/btn/btn_close2.png) no-repeat 0 0;
}

.popLayer.on {
  opacity: 1;
}

.popHotLine {
  width: 800px;
  height: 540px;
  margin: -270px 0 0 -400px;
}

.popHotLine h2 {
  height: 65px;
  padding: 20px 0 0 45px;
  color: #fff;
  text-align: left;
  line-height: 1em;
  font-size: 22px;
  background: #a3a71c;
}

.popHotLine .close {
  top: 20px;
}

.popHotLine .close a {
  width: 24px;
  height: 24px;
  padding-top: 0;
  white-space: nowrap;
  text-indent: 200%;
  background-image: url(/images/btn/btn_close9.png);
}

.popHotLine .popCont {
  padding: 45px 30px 0 45px;
  font-size: 17px;
  line-height: 1.4em;
}

.popHotLine .popCont ul {
  margin-top: 25px;
}

.popHotLine .popCont li {
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
}

.popHotLine .popCont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #666;
}

.popHotLine .popCont .btnArea {
  margin-top: 50px;
}

.popHotLine .popCont .btnArea .btnTypeB {
  background: #56602b;
}

.quick {
  position: fixed;
  right: 50px;
  bottom: 45px;
  z-index: 10;
}
.quick p + p {
  margin-top: 14px;
}
.quick .forPc {
  display: block !important;
}
.quick a {
  display: block;
  border-radius: 50%;
  box-shadow: 1px 3px 6.5px 0px rgba(0, 0, 0, 0.4);
}

/*# sourceMappingURL=mainNew.css.map */
