@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.promotion .sector-review .slick-dots, .promotion .slick-dots {
  font-size: 0;
}
.promotion .sector-review .slick-dots li, .promotion .slick-dots li {
  display: inline-block;
}
.promotion .sector-review .slick-dots button, .promotion .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.popup-dim {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  transform: translateX(-50%);
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: 1000px;
  }
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup .popup-close {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.25vw;
  height: 6.25vw;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    width: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    height: 45px;
  }
}
.popup .popup-close:before, .popup .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22.5px;
  height: 1px;
  margin-left: -11.25px;
  background-color: #333;
}
.popup .popup-close:before {
  transform: rotate(45deg);
}
.popup .popup-close:after {
  transform: rotate(315deg);
}
.popup .popup-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.popup .popup-body {
  padding: 5%;
}
.popup .popup-body p {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body p {
    font-size: 18px;
  }
}

/* 설명회 신청하기 */
.popup-open {
  font-family: "Noto Sans KR", Sans-Serif;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 20000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  max-width: 620px;
  width: 100%;
  height: auto;
  background-color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0;
  box-sizing: border-box;
}
.popup-open .popup-close a {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
}
.popup-open .popup-close a:before, .popup-open .popup-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-close a:before, .popup-open .popup-close a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }
}
.popup-open .popup-close a:before {
  transform: rotate(45deg);
}
@media screen and (min-width: 720px) {
  .popup-open .popup-close a:before {
    transform: rotate(45deg);
  }
}
.popup-open .popup-close a:after {
  transform: rotate(315deg);
}
@media screen and (min-width: 720px) {
  .popup-open .popup-close a:after {
    transform: rotate(315deg);
  }
}
.popup-open .popup-close a span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.popup-open .popup-title {
  padding: 40px 0 28px;
  font-weight: 400;
  font-size: 3.3333333333vw;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
  background-color: #393939;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-title {
    font-size: 24px;
  }
}
.popup-open .popup-title strong {
  letter-spacing: -2px;
  font-size: 4.8611111111vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-title strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 720px) {
  .popup-open .popup-title {
    letter-spacing: 0;
    padding: 20px 0 20px;
  }
  .popup-open .popup-title strong {
    letter-spacing: 0;
  }
}
.popup-open .popup-cont {
  padding: 5% 3%;
}
.popup-open .popup-cont .label {
  position: relative;
  color: #000;
  font-size: 3.3333333333vw;
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .label {
    font-size: 24px;
  }
}
.popup-open .popup-cont .label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
}
.popup-open .popup-cont .label .highlight {
  color: #fe0000;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .label {
    font-size: 14px;
  }
}
.popup-open .popup-cont .input-box {
  width: 90%;
  margin: 0 auto;
}
.popup-open .popup-cont .input-box dl {
  margin-top: 10px;
}
.popup-open .popup-cont .input-box dl:after {
  content: "";
  display: block;
  clear: both;
}
.popup-open .popup-cont .input-box dl dt {
  width: 20%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.popup-open .popup-cont .input-box dl dt:after {
  margin-top: 4px;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .input-box dl dt {
    height: 45px;
    padding-top: 0;
  }
  .popup-open .popup-cont .input-box dl dt:after {
    margin-top: 0;
  }
}
.popup-open .popup-cont .input-box dl dd {
  position: relative;
  float: left;
  width: 80%;
}
.popup-open .popup-cont .input-box dl dd .ipt {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #dddddd;
  color: #000;
  font-family: "Noto Sans KR";
  font-weight: 300;
  height: 35px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .input-box dl dd .ipt {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .input-box dl dd .ipt {
    height: 45px;
    font-size: 14px;
  }
}
.popup-open .popup-cont .input-box dl dd .ipt.disable {
  background-color: #efefef;
  color: #aaa;
}
.popup-open .popup-cont .input-box dl dd .ipt-s {
  width: 80%;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .input-box dl dd .ipt-s {
    width: 71%;
  }
}
.popup-open .popup-cont .input-box dl dd .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 90px;
  font-size: 3.1944444444vw;
  background-color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .input-box dl dd .btn {
    font-size: 23px;
  }
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .input-box dl dd .btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
.popup-open .popup-cont .input-box dl dd .btn:hover {
  background-color: #333333;
}
.popup-open .popup-cont .input-box dl dd .btn.disable {
  background-color: #ccc;
}
.popup-open .popup-cont .input-box dl.certification {
  display: none;
}
.popup-open .popup-cont .input-box dl.certification .timer {
  position: absolute;
  right: 32%;
  font-size: 3.3333333333vw;
  top: 10px;
  display: inline-block;
  color: #ff0000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .input-box dl.certification .timer {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .input-box dl.certification .timer {
    right: 130px;
    font-size: 14px;
    top: 10px;
  }
}
.popup-open .popup-cont .ta-box {
  width: 90%;
  margin: 20px auto 0;
}
.popup-open .popup-cont .ta-box .label {
  padding-left: 10px;
}
.popup-open .popup-cont .ta-box textarea {
  resize: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 130%;
  text-align: left;
  border: 1px solid #dddddd;
  color: #686868;
  padding: 10px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .ta-box textarea {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .ta-box textarea {
    font-size: 13px;
    padding: 15px;
  }
}
.popup-open .popup-cont .check-box {
  width: 90%;
  margin: 5% auto 0;
  color: #686868;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .check-box {
    margin-top: 20px;
  }
}
.popup-open .popup-cont .check-box .label {
  padding-left: 10px;
}
.popup-open .popup-cont .check-box .table-box .text {
  line-height: 130%;
  color: #585858;
  margin-bottom: 3%;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .check-box .table-box .text {
    font-size: 24px;
  }
}
.popup-open .popup-cont .check-box .table-box table {
  width: 100%;
  margin-bottom: 5%;
}
.popup-open .popup-cont .check-box .table-box table th,
.popup-open .popup-cont .check-box .table-box table td {
  font-size: 3.3333333333vw;
  line-height: 1.4;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #585858;
  text-align: left;
  border: 1px solid #dcdcdc;
  padding: 10px 5px;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .check-box .table-box table th,
  .popup-open .popup-cont .check-box .table-box table td {
    font-size: 24px;
  }
}
.popup-open .popup-cont .check-box .table-box table th {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .check-box .table-box .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .popup-open .popup-cont .check-box .table-box table {
    margin-bottom: 20px;
  }
  .popup-open .popup-cont .check-box .table-box table th, .popup-open .popup-cont .check-box .table-box table td {
    font-size: 14px;
  }
}
.popup-open .popup-cont .check-box .agree-check {
  margin: 10px 0 7% 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .check-box .agree-check {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .check-box .agree-check {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.popup-open .popup-cont .check-box .agree-check input {
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}
.popup-open .popup-cont .check-box .agree-check span {
  display: block;
  padding-left: 1.1875rem;
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .check-box .agree-check span {
    padding-left: 38px;
  }
}
@media screen and (min-width: 720px) {
  .popup-open .popup-cont .check-box .agree-check span {
    display: inline-block;
    padding-left: 0;
  }
}
.popup-open .popup-btn {
  margin-bottom: 10%;
  text-align: center;
}
.popup-open .popup-btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 180px;
  height: 52px;
  text-align: center;
  transition: all 0.9s, color 0.3;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  background: rgb(255, 213, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 213, 0)), color-stop(89%, rgb(255, 213, 0)), color-stop(96%, rgb(233, 194, 0)), color-stop(100%, rgb(233, 194, 0)));
  background: linear-gradient(to bottom, rgb(255, 213, 0) 0%, rgb(255, 213, 0) 89%, rgb(233, 194, 0) 96%, rgb(233, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd500", endColorstr="#e9c200", GradientType=0 );
}
.popup-open .popup-btn a span {
  line-height: 52px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}
@media screen and (max-width: 720px) {
  .popup-open .popup-btn a {
    width: 40%;
    height: 42px;
  }
  .popup-open .popup-btn a span {
    line-height: 42px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup-open .popup-btn a span {
    font-size: 27px;
  }
}
.popup-open .popup-btn a:hover {
  background: #db3725;
}
.popup-open .popup-btn a:hover span {
  color: #fff;
}
.popup-open .popup-btn a.btn-cancle {
  margin-left: 5px;
  background: #434343;
}
.popup-open .popup-btn a.btn-cancle span {
  color: #bebebe;
}
.popup-open .popup-btn a.btn-cancle:after, .popup-open .popup-btn a.btn-cancle:before {
  display: none;
}
.popup-open .text-box {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (max-width: 720px) {
  .popup-open .text-box {
    font-size: 3.1944444444vw;
  }
}
@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup-open .text-box {
    font-size: 23px;
  }
}
.popup-open .text-box a {
  display: inline-block;
  background-color: #ffd500;
  margin-left: 8px;
  display: inline-block;
  color: #000;
  padding: 0 5px;
}

#zipcode-layer {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  transform: translateX(-50%);
  z-index: 100005;
  border: 6px solid #000;
}
#zipcode-layer > div {
  width: 500px !important;
}
@media screen and (max-width: 720px) {
  #zipcode-layer > div {
    width: auto !important;
  }
}
#zipcode-layer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: block;
  background-color: #000;
  z-index: 100005;
}
#zipcode-layer .zipcode-close:before, #zipcode-layer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcode-layer .zipcode-close:before {
  transform: rotate(45deg);
}
#zipcode-layer .zipcode-close:after {
  transform: rotate(-45deg);
}

.layer-dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
}

.layer {
  outline: 1px solid blueviolet;
}
.layer-close {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.25vw;
  height: 6.25vw;
  cursor: pointer;
  top: -6.25vw;
  right: 0;
}
@media screen and (min-width: 720px) {
  .layer-close {
    width: 45px;
  }
}
@media screen and (min-width: 720px) {
  .layer-close {
    height: 45px;
  }
}
.layer-close:before, .layer-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22.5px;
  height: 2px;
  margin-left: -11.25px;
  background-color: #fff;
}
.layer-close:before {
  transform: rotate(45deg);
}
.layer-close:after {
  transform: rotate(315deg);
}
.layer-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  .layer-close {
    top: -45px;
  }
}
.layer-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10001;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.layer-video .layer-banner {
  position: relative;
  z-index: 10;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.3888888889vw 2.7777777778vw;
  text-align: center;
  font-weight: bold;
  background-color: #FFC700;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  box-sizing: border-box;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-banner {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-banner {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .layer-video .layer-banner {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .layer-video .layer-banner {
    font-size: 16px;
  }
}
.layer-video .layer-banner .icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-banner .icon {
    width: 21px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-banner .icon {
    height: 21px;
  }
}
.layer-video .layer-banner .text {
  display: inline-block;
  text-align: center;
}
.layer-video .layer-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #000;
}
.layer-video .layer-box iframe, .layer-video .layer-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.popup-base {
  max-width: 700px;
}
@media screen and (min-width: 720px) {
  .popup-base {
    max-width: 1100px;
  }
}
.popup-base .popup-body {
  padding: 1.25rem;
}
@media screen and (min-width: 720px) {
  .popup-base .popup-body {
    padding: 40px;
  }
}
.popup-base .popup-body p {
  font-size: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup-base .popup-body p {
    font-size: 20px;
  }
}
.popup-base .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.popup-base .popup-close a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-base .popup-close a {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup-base .popup-close a {
    height: 40px;
  }
}
.popup-base .popup-close a:before, .popup-base .popup-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
.popup-base .popup-close a:before {
  transform: rotate(45deg);
}
.popup-base .popup-close a:after {
  transform: rotate(315deg);
}
.popup-base .popup-close a span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  .popup-base .popup-close a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup-base .popup-close a {
    width: 60px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup-base .popup-close a {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-base .popup-close a:before, .popup-base .popup-close a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #000;
  }
  .popup-base .popup-close a:before {
    transform: rotate(45deg);
  }
  .popup-base .popup-close a:after {
    transform: rotate(315deg);
  }
  .popup-base .popup-close a span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
  }
}

#popupTrophy p {
  display: block;
}

.product-top-banner {
  display: none !important;
}

.promotion {
  overflow: hidden;
}
.promotion * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  margin-left: -420px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 40px;
  }
}
.promotion .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    height: 10px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  right: 50%;
  margin-right: -420px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 40px;
  }
}
.promotion .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    height: 10px;
  }
}
.promotion .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.promotion .slick-dots li.slick-active {
  background: #ffc20f;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 9.4444444444vw;
  height: 10.1388888889vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    width: 68px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 73px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .right-float-banner {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 100;
  transform: translateY(-50%);
}
.promotion .right-float-banner .btn {
  display: block;
  font-size: 0;
  margin-top: 5px;
}
.promotion .btn-banner {
  position: fixed;
  padding: 20px 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  z-index: 20;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}
.promotion .btn-banner a {
  position: relative;
}
.promotion .btn-banner a .flag {
  position: absolute;
  top: -26px;
  right: 30px;
}
.promotion .btn-banner a:first-child {
  margin-right: 20px;
}
.promotion .only-mobile {
  display: none;
}
.promotion .sector-title {
  background: url(//img.eduwill.net/eduwill/img/2023/B/onlive/230810/pc/bg_title.jpg) no-repeat 100% 100%;
  background-size: cover;
}
.promotion .sector-check {
  background: linear-gradient(to bottom, #f7f7f7 61.2%, #fff 38.8%);
}
.promotion .sector-live {
  padding-bottom: 120px;
  background-color: #3a3a3a;
}
.promotion .sector-live .wrap {
  width: 1400px;
}
.promotion .sector-live .live-list {
  position: relative;
}
.promotion .sector-live .live-list > div a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.promotion .sector-live .live-list .slick-slide {
  position: relative;
  z-index: -1;
  margin: 0 -100px;
  opacity: 0.8;
  transform: scale(0.7, 0.7);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.promotion .sector-live .live-list .slick-slide.slick-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: scale(1, 1);
}
.promotion .sector-live .live-list .slick-slide.slick-active:after {
  content: "";
  display: inline-block;
  background: url(//img.eduwill.net/eduwill/img/2023/B/onlive/230810/pc/play_btn.png) no-repeat 100% 100%;
  background-size: cover;
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 50;
  width: 130px;
  height: 80px;
}
.promotion .sector-live .title-list {
  position: relative;
  padding-bottom: 20px;
}
.promotion .sector-live .title-list > div {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 330px;
}
.promotion .sector-live .title-list > div ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.promotion .sector-live .title-list > div ul li {
  position: relative;
  transform: scale(0.8, 0.8);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.7;
  z-index: 1;
}
.promotion .sector-live .title-list > div ul li.on {
  position: relative;
  color: #000000;
  font-weight: 900;
  transform: scale(1, 1);
  margin-top: -80px;
  opacity: 1;
  z-index: 10;
}
.promotion .sector-live .title-list > div ul li.next {
  position: relative;
  transform: scale(0.8, 0.8);
  margin-top: -80px;
  z-index: 1;
}
.promotion .sector-live .title-list > div ul li.before {
  transform: scale(0.8, 0.8);
}
.promotion .sector-benefit {
  background-color: #f6f6f6;
}
.promotion .sector-benefit .flag {
  position: absolute;
  z-index: 5;
  top: 100px;
  left: 50%;
  margin-left: -252px;
}
.promotion .sector-teacher-video .flag {
  position: absolute;
  z-index: 5;
  top: 100px;
  left: 50%;
  margin-left: -252px;
}
.promotion .sector-teacher-video .notice {
  width: 1150px;
  font-size: 2.5vw;
  color: #000;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher-video .notice {
    font-size: 18px;
  }
}
.promotion .sector-teacher-video .video-box {
  margin-left: 20px;
}
.promotion .sector-teacher-video .content {
  position: relative;
}
.promotion .sector-teacher-video .video-box {
  position: absolute;
  top: 80px;
  left: 40px;
  width: 564px;
}
.promotion .sector-teacher-video .btn-video {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 78.6111111111vw;
  margin-bottom: 50px;
  margin-right: 10px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher-video .btn-video {
    width: 566px;
  }
}
.promotion .sector-teacher-video .btn-video > div {
  width: 100%;
  height: 100%;
}
.promotion .sector-teacher-video .btn-video > div {
  position: relative;
  display: inline-block;
}
.promotion .sector-teacher-video .btn-video > div:after {
  content: "";
  position: absolute;
  top: 90%;
  right: 15%;
  z-index: 1;
  display: block;
  width: 9.5833333333vw;
  height: 10.2777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher-video .btn-video > div:after {
    width: 69px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher-video .btn-video > div:after {
    height: 74px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .sector-price {
  background-color: #f2f2f2;
  padding-bottom: 80px;
}
.promotion .sector-price .flag2 {
  position: absolute;
  z-index: 5;
  top: 100px;
  left: 50%;
  margin-left: -252px;
}
.promotion .sector-price .big-title {
  padding-top: 120px;
  position: relative;
}
.promotion .sector-price .big-title .banner-timer {
  z-index: 10 !important;
  width: auto;
  padding: 0;
  display: inline-block;
  background-color: transparent;
  position: absolute;
  bottom: 36px;
  left: 550px;
}
.promotion .sector-price .big-title .banner-timer .timer-pass > div span {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.promotion .sector-price .big-title .banner-timer .timer-pass em {
  color: #000000;
}
.promotion .sector-price .link {
  position: absolute;
}
.promotion .sector-price .link a {
  display: inline-block;
  width: 215px;
  height: 70px;
}
.promotion .sector-price .link a:nth-child(1) {
  margin-right: 10px;
}
.promotion .sector-price .link-1 {
  top: 484px;
  left: 100px;
}
.promotion .sector-price .link-2 {
  top: 484px;
  left: 653px;
}
.promotion .sector-price .link-3 {
  top: 975px;
  left: 100px;
}
.promotion .sector-price .link-4 {
  top: 975px;
  left: 653px;
}
.promotion .sector-price .price-box {
  position: relative;
}
.promotion .sector-price .price-box .flag {
  position: absolute;
  top: 68px;
  left: -25px;
  width: 140px;
  height: 140px;
  z-index: 9;
}
.promotion .sector-price .price-box .title {
  padding-left: 50px;
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: left;
  color: #000;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -2px;
}
.promotion .sector-price .price-box .title strong {
  font-weight: 900;
  color: #3255e5;
}
.promotion .sector-price .price-box .title:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 42px;
  margin-right: 25px;
  background: #3255e5;
  vertical-align: -5px;
}
.promotion .sector-price .price-box ul {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.promotion .sector-price .price-box ul li {
  position: relative;
  border-radius: 8px;
  width: 540px;
}
.promotion .sector-price .price-box .box {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 50px 40px;
}
.promotion .sector-price .price-box .box .end-time {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -98px;
  width: 160px;
  padding: 0px 19.27px 2px 18.73px;
  border-radius: 0px 0px 10px 10px;
  background: #fa2e54;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px; /* 150% */
}
.promotion .sector-price .price-box .box .tit {
  height: 150px;
}
.promotion .sector-price .price-box .box .tit strong {
  margin-top: 25px;
  font-weight: 900;
  line-height: 1.1;
  font-size: 50px;
  display: block;
  letter-spacing: -2px;
}
.promotion .sector-price .price-box .box .tit p {
  font-weight: 600;
  font-size: 24px;
}
.promotion .sector-price .price-box .box .tit span {
  display: inline-block;
  padding: 0 5px;
  font-size: 24px;
  background: linear-gradient(to top, #ffec9d 50%, transparent 50%);
}
.promotion .sector-price .price-box .box .pri .before-price {
  color: #999;
  text-decoration: line-through;
  font-weight: 700;
  font-size: 30px;
}
.promotion .sector-price .price-box .box .pri .discount {
  color: #004ad1;
  border: 2px solid #004ad1;
  border-radius: 10px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  margin-left: 10px;
}
.promotion .sector-price .price-box .box .pri .discount em {
  font-size: 28px;
}
.promotion .sector-price .price-box .box .pri .after-price {
  color: #004ad1;
  font-size: 50px;
  display: block;
  font-weight: 700;
}
.promotion .sector-price .price-box .box .pri .after-price em {
  font-weight: 900;
}
.promotion .sector-price .price-box .box .link {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 20px;
}
.promotion .sector-price .price-box .box .link a {
  position: relative;
  display: inline-block;
  color: #000;
  display: inline-block;
  padding: 20px 0;
  border-radius: 10px;
  background-color: #e2e2e2;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
}
.promotion .sector-price .price-box .box .link a:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: CrrentColor;
  transform: rotate(45deg);
  right: 16px;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-price .price-box .box .link a:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-price .price-box .box .link a:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-price .price-box .box .link a:before {
    margin-top: -4px;
  }
}
.promotion .sector-price .price-box .box .link a.btn-coupon {
  color: #fff;
  background: #222;
}
.promotion .sector-review {
  padding-bottom: 120px;
}
.promotion .sector-review .review-list {
  margin: 0 auto;
  width: 1160px;
}
.promotion .sector-review .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: none;
  top: 60%;
  left: -45px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slick-arrow.slick-prev {
    width: 64px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slick-arrow.slick-prev {
    height: 64px;
  }
}
.promotion .sector-review .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slick-arrow.slick-prev:before {
    width: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slick-arrow.slick-prev:before {
    height: 16px;
  }
}
.promotion .sector-review .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: none;
  top: 60%;
  right: -45px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slick-arrow.slick-next {
    width: 64px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slick-arrow.slick-next {
    height: 64px;
  }
}
.promotion .sector-review .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 3px;
  border-right-width: 3px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slick-arrow.slick-next:before {
    width: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slick-arrow.slick-next:before {
    height: 16px;
  }
}
.promotion .sector-review .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50px;
  background: #d3d3d3;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.promotion .sector-review .slick-dots li.slick-active {
  width: 53px;
  background: #3255e5;
}
.promotion .sector-banner-blue {
  position: relative;
  z-index: 5;
  background-color: #0c30d0;
}
.promotion .sector-banner-blue:after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: -74px;
  left: 50%;
  transform: translateX(-50%);
  width: 257px;
  height: 74px;
  background: url(//img.eduwill.net/eduwill/img/2023/B/onlive/230810/pc/blue_arrow.png) no-repeat 100% 100%;
}
.promotion .sector-benefit-slide {
  background: url("https://img.eduwill.net/eduwill/img/2022/S/product/220602/pc/bg_benefit_slide.jpg") no-repeat;
  background-size: cover;
}
.promotion .sector-benefit-slide .wrap {
  padding-bottom: 100px;
}
.promotion .sector-benefit-slide .slick-slide {
  width: 1100px;
  margin: 0 50px;
}
.promotion .sector-benefit-slide .slick-slide img {
  width: 100%;
}
.promotion .sector-benefit-slide .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.promotion .sector-benefit-slide .slick-prev {
  top: 48%;
  left: 50px;
  margin-left: 0;
}
.promotion .sector-benefit-slide .slick-next {
  top: 48%;
  right: 50px;
  margin-right: 0;
}
.promotion .sector-benefit-slide .btn-action {
  text-align: right;
  padding: 0 50px;
  box-sizing: border-box;
}
.promotion .sector-winner {
  background: #f5f5f5 url("https://img.eduwill.net/eduwill/img/2022/0/event/220414/pc/bg_winner.jpg") no-repeat 50% 100%;
  background-size: cover;
}
.promotion .sector-winner .btn {
  position: absolute;
  top: 850px;
  right: 50px;
}
.promotion .sector-winner .winner-contents {
  position: relative;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 984px;
}
.promotion .sector-winner .winner-contents .winner-list {
  transform: perspective(300px) rotateX(45deg);
}
.promotion .sector-winner .winner-contents .winner-list p {
  margin: 8px 0;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.common_slogan {
  border-top: 0 !important;
}

.buy-list {
  background-color: #ffcc32;
  overflow: hidden;
  height: 8.3333333333vw !important;
}

.buy-list .slick-arrow {
  display: none !important;
}

.buy-list ul li {
  color: #222222 !important;
  font-weight: bold;
  text-align: center;
  font-size: 2.5vw !important;
  line-height: 8.3333333333vw !important;
  padding: 0 2.7777777778vw !important;
}

@media only screen and (min-width: 720px) {
  .buy-list {
    overflow: hidden;
    height: 60px !important;
  }
  .buy-list ul li {
    font-size: 16px !important;
    line-height: 60px !important;
    padding: 0 20px !important;
  }
}/*# sourceMappingURL=web.css.map */