.more_s2 {
  margin-top: 26px;
}

.more_s2 a {
  color: #bbbbbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}

.more_s2 svg {
  width: 46px;
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.more_s2 svg:last-child {
  position: absolute;
  left: 0;
  top: 0;
}

.more_s2 .outline {
  stroke-dasharray: 430px;
  stroke-dashoffset: 0px;
  fill: none;
  stroke-width: 4px;
  stroke: #bdbdbd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more_s2 .icon {
  -webkit-transform: translate(-5px, 2px);
          transform: translate(-5px, 2px);
  width: 46px;
  height: 46px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more_s2 .icon i {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.more_s2:hover .icon {
  -webkit-transform: translate(5px, 2px);
          transform: translate(5px, 2px);
}

.more_s2:hover .outline {
  fill: #f18924;
}

.more_s2:hover i {
  color: #fff;
}

.bgGray {
  background: #f5f5f5;
}

@-webkit-keyframes scrollDown {
  0% {
    top: 18px;
  }
  50% {
    top: calc(100% - 18px);
  }
  100% {
    top: 18px;
  }
}

@keyframes scrollDown {
  0% {
    top: 18px;
  }
  50% {
    top: calc(100% - 18px);
  }
  100% {
    top: 18px;
  }
}

#mainVisual {
  overflow: hidden;
  position: relative;
}

#mainVisual .scrollDown {
  position: absolute;
  left: 80px;
  bottom: 0;
}

#mainVisual .scrollDown p {
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-bottom: 100px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  font-size: 14px;
}

#mainVisual .scrollDown .bar {
  position: relative;
  width: 1px;
}

#mainVisual .scrollDown .bar > div {
  width: 1px;
  height: 146px;
  background: #fff;
  opacity: 0.4;
}

#mainVisual .scrollDown .bar span {
  width: 11px;
  height: 11px;
  background: #f18924;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 18px;
  -webkit-animation: scrollDown 2s infinite;
          animation: scrollDown 2s infinite;
}

#mainVisual .arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#mainVisual .arrows button {
  position: absolute;
  color: #fff;
  width: 100px;
  font-size: 12px;
  padding-bottom: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  z-index: 10;
  font-style: italic;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#mainVisual .arrows button.prev {
  left: 0;
  text-align: right;
}

#mainVisual .arrows button.next {
  right: 0;
  text-align: left;
}

#mainVisual .bg {
  background-size: cover !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 5s;
  transition: all 5s;
}

#mainVisual .item {
  position: relative;
}

#mainVisual .item .info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#mainVisual .item .info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mainVisual .item .info > div > * {
  width: 50%;
}

#mainVisual .item .txtBox {
  color: #fff;
}

#mainVisual .item .txtBox .cate,
#mainVisual .item .txtBox p {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#mainVisual .item .txtBox .cate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

#mainVisual .item .txtBox .cate span {
  color: #f18924;
}

#mainVisual .item .txtBox .cate::before {
  content: "";
  width: 120px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-right: 20px;
}

#mainVisual .item .txtBox p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  font-size: 3.75rem;
  font-weight: 700;
  font-family: "NEXON Lv2 Gothic Bold";
  line-height: 1.16;
  margin-top: 40px;
}

#mainVisual .item .imgBox {
  -webkit-transform: translate(150px);
          transform: translate(150px);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#mainVisual .item .imgBox .txt {
  font-family: "NEXON Lv2 Gothic";
  color: #f18924;
  font-size: 14px;
  margin-top: 78px;
}

#mainVisual .item.on .bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#mainVisual .item.on .txtBox .cate,
#mainVisual .item.on .txtBox p {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#mainVisual .item.on .imgBox {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

#mainVisual .videoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#mainVisual .videoBox video {
  width: 370px;
  height: 600px;
}

#mainVisual .videoBox img {
  width: calc(100% - 200px) !important;
}

#mainVisual .item1 .bg {
  background: url("/img/main/mainVisual01.jpg") no-repeat center;
}

#mainVisual .item2 .bg {
  background: url("/img/main/mainVisual02.jpg") no-repeat center;
}

#mainVisual .item3 .bg {
  background: url("/img/main/mainVisual03.jpg") no-repeat center;
}

#mainVisual .item4 .bg {
  background: url("/img/main/mainVisual04.jpg") no-repeat center;
}

.tit_s1 h2 {
  line-height: 1;
  font-size: 5rem;
  font-weight: 900;
  color: #222;
}

.tit_s1 h2 span {
  display: block;
  font-size: 5.625rem;
  font-style: italic;
}

.tit_s2 {
  color: #fff;
  text-align: center;
}

.tit_s2 h3 {
  font-size: 5.3125rem;
  font-weight: 900;
  font-style: italic;
  font-family: "Poppins", sans-serif;
}

.tit_s2 p {
  font-size: 1.125rem;
  font-family: "NEXON Lv2 Gothic";
  opacity: 0.6;
  margin-top: 12px;
  line-height: 1.7;
}

.tit_s3 {
  position: relative;
}

.tit_s3:after {
  content: "";
  width: 1000000%;
  z-index: -1;
  height: 1px;
  display: block;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  bottom: 13px;
}

.tit_s3 dl {
  color: #222;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tit_s3 dl dt {
  font-size: 5.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.tit_s3 dl dd {
  font-size: 1.875rem;
  font-family: "NEXON Lv2 Gothic Bold";
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.tit_s3.white dl {
  color: #fff;
}

.tit_s3.white dl dd {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.tit_s3.white:after {
  opacity: 0.2;
  bottom: 120px;
}

.tit_s3.white p {
  margin-top: 56px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6;
}

#mainContents {
  overflow: hidden;
}

#mainContents #slideCont .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#mainContents #slideCont .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

#mainContents #slideCont .bar span {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 33.3333333%;
  height: 5px;
  display: block;
  background: #f18924;
}

#mainContents .contPage {
  width: 100%;
  padding: 153px 0 113px;
}

#mainContents .contPage .info {
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainContents .contPage.on .tit_s1 h2,
#mainContents .contPage.on .tit_s1 span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#mainContents .contPage.on .tit_s1:after {
  width: 1000000%;
}

#mainContents .contPage.on .tit_s1 .num {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#mainContents .contPage.on .img,
#mainContents .contPage.on .txt {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#mainContents .contPage .tit_s1 {
  margin-top: 235px;
  width: 588px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#mainContents .contPage .tit_s1 h2,
#mainContents .contPage .tit_s1 span {
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#mainContents .contPage .tit_s1 span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#mainContents .contPage .tit_s1:after {
  content: "";
  width: 0;
  -webkit-transition: all 1500s;
  transition: all 1500s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  height: 1px;
  background: #ebebeb;
  display: block;
  position: absolute;
  left: 0;
  top: 82px;
  z-index: 1000;
}

#mainContents .contPage .tit_s1 .num {
  font-family: "Poppins", sans-serif;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#mainContents .contPage .tit_s1 .num .current {
  color: #f18924;
  font-weight: 600;
  font-size: 1.25rem;
  padding-bottom: 26px;
  position: relative;
}

#mainContents .contPage .tit_s1 .num .current:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 32px;
  z-index: 2;
  background: #f18924;
  height: 1px;
  display: block;
}

#mainContents .contPage .tit_s1 .num .total {
  font-size: 11px;
  font-weight: 300;
}

#mainContents .contPage .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-left: 8%;
}

#mainContents .contPage .img,
#mainContents .contPage .txt {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

#mainContents .contPage .img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#mainContents .contPage .txt {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  margin-top: 70px;
}

#mainContents .contPage .txt dl dt {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222;
}

#mainContents .contPage .txt dl dd {
  line-height: 1.6;
  opacity: 0.7;
  margin-top: 22px;
}

#mainContents > article {
  position: relative;
}

#mainContents #overview {
  background: url("/img/main/overview_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 200px 0;
}

#mainContents #overview .tit_s2 h3,
#mainContents #overview .tit_s2 p {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

#mainContents #overview .tit_s2 p {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#mainContents #overview.on .tit_s2 h3,
#mainContents #overview.on .tit_s2 p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#mainContents #overview .bg {
  position: absolute;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
}

#mainContents #overview .list {
  padding-top: 140px;
  color: #fff;
  text-align: center;
}

#mainContents #overview .list li {
  width: 25%;
}

#mainContents #overview .list .icon {
  height: 64px;
}

#mainContents #overview .list .num {
  margin: 30px 0;
  font-family: "NEXON Lv2 Gothic Bold";
}

#mainContents #overview .list .num strong {
  font-size: 3.75rem;
}

#mainContents #overview .list .num span {
  font-size: 1.875rem;
}

#mainContents #overview .list p {
  font-size: 1.125rem;
  font-family: "NEXON Lv2 Gothic";
}

#mainContents #news {
  padding: 180px 0;
}

#mainContents #news .item:hover .img img {
  -webkit-transform: scale(1.12) translate(-44%,-48%);
          transform: scale(1.12) translate(-44%,-48%);
}


#mainContents #news .tit_s3 {
  overflow: hidden;
}

#mainContents #news .tit_s3 dl dt,
#mainContents #news .tit_s3 dl dd {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#mainContents #news .tit_s3 dl dt {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#mainContents #news .tit_s3 dl dd {
  -webkit-transform: translate(-100%, -12px);
          transform: translate(-100%, -12px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#mainContents #news.on .tit_s3 {
  overflow: hidden;
}

#mainContents #news.on .tit_s3 dl dt {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#mainContents #news.on .tit_s3 dl dd {
  -webkit-transform: translate(0, -12px);
          transform: translate(0, -12px);
}

#mainContents #news.on .tit_s3 dl dt,
#mainContents #news.on .tit_s3 dl dd {
  opacity: 1;
}

#mainContents #news .sTit {
  top: 60px;
}

#mainContents #news .slick-list {
  margin: 0 -12px;
}

#mainContents #news .slick-slide {
  margin: 0 12px;
}

#mainContents #news .list .arrows {
  margin-top: -38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
}

#mainContents #news .list .arrows button {
  width: 46px;
  height: 46px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #news .list .arrows button:not(:last-child) {
  margin-right: 20px;
}

#mainContents #news .list .arrows button i {
  color: #e1e1e1;
  font-size: 1rem;
}

#mainContents #news .list .arrows button:hover {
  -webkit-transform: scale(1.39);
          transform: scale(1.39);
  background: #f18924;
  border: 1px solid #f18924;
}

#mainContents #news .list .slider {
  padding-top: 60px;
}

#mainContents #news .list .img {
  overflow: hidden;
  position: relative;
  padding-top: 66.66666666667%;
}

#mainContents #news .list .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #news .list .date {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #f18924;
}

#mainContents #news .list .txt {
  margin-top: 28px;
}

#mainContents #news .list .tit {
  margin-top: 20px;
  font-size: 1.125rem;
  color: #222;
  font-family: "NEXON Lv2 Gothic Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 46px;
}

#mainContents #contact {
  padding: 200px 0;
  background: url("/img/main/contact_bg.jpg") no-repeat center;
  background-size: cover;
}

#mainContents #contact > div {
  overflow: hidden;
}

#mainContents #contact .privacyChk {
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
}

#mainContents #contact .privacyChk a {
  color: #fff;
}

#mainContents #contact .privacyChk label span {
  border: 1px solid #fff;
}

#mainContents #contact .tit_s3 {
  margin-bottom: 53px;
}

#mainContents #contact .tit_s3.white p,
#mainContents #contact .tit_s3.white dt,
#mainContents #contact .tit_s3.white dd {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#mainContents #contact .tit_s3.white p,
#mainContents #contact .tit_s3.white dt {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#mainContents #contact .tit_s3.white dd {
  -webkit-transform: translate(-100%, 30px);
          transform: translate(-100%, 30px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#mainContents #contact .tit_s3::after {
  z-index: 10;
  -webkit-transition: all 1500s;
  transition: all 1500s;
  width: 0;
}

#mainContents #contact.on .tit_s3.white p,
#mainContents #contact.on .tit_s3.white dt {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#mainContents #contact.on .tit_s3.white dd {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

#mainContents #contact.on .tit_s3.white p,
#mainContents #contact.on .tit_s3.white dt,
#mainContents #contact.on .tit_s3.white dd {
  opacity: 1;
}

#mainContents #contact.on .tit_s3.white::after {
  width: 1000000%;
}

#mainContents #contact.on .form {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#mainContents #contact .form {
  width: 42.85714285714%;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#mainContents #contact .form input[type="text"] {
  padding: 0 25px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mainContents #contact .form input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

#mainContents #contact .form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

#mainContents #contact .form input[type="text"]::-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

#mainContents #contact .form input[type="text"]::placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

#mainContents #contact .form textarea {
  padding: 25px;
  height: 160px;
  resize: none;
}

#mainContents #contact .form textarea::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  font-family: "NEXON Lv2 Gothic";
}

#mainContents #contact .form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "NEXON Lv2 Gothic";
}

#mainContents #contact .form textarea::-ms-input-placeholder {
  color: #fff;
  font-family: "NEXON Lv2 Gothic";
}

#mainContents #contact .form textarea::placeholder {
  color: #fff;
  font-family: "NEXON Lv2 Gothic";
}

#mainContents #contact .form input[type="text"],
#mainContents #contact .form textarea {
  font-size: 1.125rem;
  background: none;
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#mainContents #contact .form .inputWrap > li {
  position: relative;
}

#mainContents #contact .form .inputWrap > li:not(:last-child) {
  margin-bottom: 5px;
}

#mainContents #contact .form .inputWrap > li.not::before {
  content: "";
  width: 25px;
  height: 23px;
  background: url("/img/main/warning_icon.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#mainContents #contact .form .captch {
  position: static;
  margin-top: 32px;
}

#mainContents #contact .form .captch > * {
  height: 36px;
}

#mainContents #contact .form .captch > *:not(:last-child) {
  margin-right: 5px;
}

#mainContents #contact .form .captch .img {
  background: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainContents #contact .form .captch button {
  color: #fff;
  background: #676767;
  width: 69px;
}

#mainContents #contact .form .captch .code {
  width: 150px;
}

#mainContents #contact .form .captch .code input {
  color: #666;
  font-size: 14px;
  width: 100%;
  padding: 0 12px;
  background: #fff;
  height: 100%;
  line-height: 1;
}

#mainContents #contact .form .captch .code input::-webkit-input-placeholder {
  /* Edge */
  color: #666;
  font-size: 14px;
}

#mainContents #contact .form .captch .code input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
  font-size: 14px;
}

#mainContents #contact .form .captch .code input::-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}

#mainContents #contact .form .captch .code input::placeholder {
  color: #666;
  font-size: 14px;
}

#mainContents #contact .form .btnGroup {
  margin-top: 27px;
}

#mainContents #contact .form .btnGroup input {
  max-width: 290px;
  width: 100%;
  height: 60px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#mainContents #contact .form .btnGroup input:not(:last-child) {
  margin-right: 19px;
}

#mainContents #contact .form .btnGroup input[type="submit"] {
  background: #f18924;
}

#mainContents #contact .form .btnGroup input[type="reset"] {
  background: #222222;
}

.chkList {
  color: #fff;
  padding: 18px 0;
}

.chkList strong {
  width: 124px;
  text-align: center;
}

.chkList ul li {
  font-size: 12px;
}

.chkList ul li:not(:last-child) {
  margin-right: 10px;
}

.chkList ul li input {
  position: absolute;
  left: -9999px;
}

.chkList ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-right: 4px;
  height: 16px;
  border: 1px solid #fff;
}
