.slick-dots {
  display: none !important;
  position: relative;
  margin-top: -70px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #fff;
  font-size: 14px;
}

/* main-container */
.main-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* product-btn */
.c-product-btn {
  color: #fff;
  text-decoration: none !important;
  border: solid 1px #ff675b;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #ff675b;
  -webkit-box-shadow: 0px 2px 2px #999;
  box-shadow: 0px 2px 2px #999;
}

@media screen and (max-width: 767px) {
  .c-product-btn {
    font-size: 0.8em;
  }
}

.c-product-btn::after {
  color: #fff;
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

.c-product-btn:hover {
  color: #fff;
  text-decoration: underline;
}

/* other-lead-btn */
.c-other-lead-btn {
  position: relative;
  display: inline-block;
  padding: 14px 48px 14px 20px;
  background-color: #ff675b;
  color: #fff;
  font-size: 14px;
}

.c-other-lead-btn .fa-chevron-right {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  height: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 14px;
}

.c-other-lead-btn:hover {
  background-color: #ff4b3c;
  color: #fff;
}

/* media */
.tmedia {
  margin-bottom: 95px;
}

.tmedia-title {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.tmedia-title h2 {
  color: #a43d21;
  font-size: 28px;
}

.tmedia-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .tmedia-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tmedia-item {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .tmedia-item {
    margin-bottom: 10px;
  }
}

.tmedia-item__thumb {
  margin-bottom: 20px;
  overflow: hidden;
}

.tmedia-item__thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tmedia-item__thumb:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tmedia-item__title h3 {
  color: #323232;
  font-size: 18px;
  line-height: 1.35;
}

.tmedia-item__info {
  padding-bottom: 20px;
  color: #929292;
}

.tmedia-item__info a {
  color: #ee3333;
}

.tmedia-item__info a:hover {
  text-decoration: underline;
}

.tmedia-btnarea {
  text-align: center;
}

.tmedia-btnarea a {
  background-color: #8c7254;
}

.tmedia-btnarea a:hover {
  color: #f7f7f7;
  background-color: #7a6348;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
}

/* instagram */
.insta {
  margin-bottom: 95px;
}

.insta-title {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.insta-title h2 {
  color: #a43d21;
  font-size: 28px;
}

.insta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .insta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.insta-item {
  width: 20%;
  padding: 4px;
}

@media screen and (max-width: 767px) {
  .insta-item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 479px) {
  .insta-item {
    width: 100%;
  }
}

.insta-item:hover {
  opacity: 0.9;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.insta-img {
  width: 100%;
  max-width: 220px;
  height: auto;
}

@media screen and (max-width: 479px) {
  .insta-img {
    max-width: 100%;
  }
}

.insta-btn {
  display: inline-block;
  margin-left: 15px;
  padding: 7px 14px;
  background: #ddc499;
  color: white !important;
  vertical-align: top;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}

.insta-btn .fa-instagram {
  height: 1em;
  margin-bottom: -1px;
  margin-right: 7px;
  font-size: 15px;
  vertical-align: -.125em;
}

/* contact */
.contact {
  margin-bottom: 100px;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .contact {
    margin-bottom: 60px;
  }
}

.contact-container {
  border: solid 1px #ddc499;
  padding: 15px 15px 50px;
}

@media screen and (max-width: 479px) {
  .contact-container {
    padding: 10px 10px 45px;
  }
}

.contact-title {
  display: block;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
}

.contact-title h2 {
  position: relative;
  padding-bottom: 0.5em;
  padding-top: 20px;
  color: #a43d21;
  font-size: 1.55em;
  border-bottom: 4px solid #ddc499;
}

@media screen and (max-width: 479px) {
  .contact-title h2 {
    font-size: 1.3em;
  }
}

.contact-title h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #6f5337;
  bottom: -4px;
  width: 10%;
}

.contact-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .contact-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-main__left {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .contact-main__left {
    width: 100%;
  }
}

.contact-main__img {
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .contact-main__img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact-main__img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-main__img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.contact-main__desc {
  width: 50%;
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .contact-main__desc {
    width: 100%;
  }
}

.contact-main__desc p {
  margin-bottom: 10px;
  text-align: left;
}

/* step */
.step {
  margin-bottom: 90px;
  padding: 60px 0 100px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 479px) {
  .step {
    padding-bottom: 30px;
  }
}

.step-title {
  margin-bottom: 60px;
  text-align: center;
}

.step-title h2 {
  color: #323232;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 479px) {
  .step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  min-height: 1px;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .step-item {
    width: 100%;
    margin-bottom: 35px;
  }
}

.step-item__thumb {
  width: 100px;
  height: 100px;
  margin-bottom: 35px;
}

.step-item__name {
  margin-bottom: 15px;
  font-size: 1.3em;
}

.step-item__desc {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* question */
.question {
  margin-bottom: 35px;
  padding: 0 15px;
}

.question h2 {
  margin-bottom: 30px;
  color: #323232;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .question h2 {
    text-align: center;
  }
}

.question-item {
  margin-bottom: 10px;
}

.question-item__title {
  position: relative;
  padding: 15px 30px 10px 15px;
  font-size: 1.143em;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  cursor: pointer;
}

.question-item__contents {
  display: none;
  padding: 20px 25px;
}

.question-toggle-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../images/common/toggle_open.png);
  background-repeat: no-repeat;
  position: absolute;
  right: .7em;
  margin-top: -8px;
  top: 50%;
}

.question-item.active {
  border: 1px solid #ee3333;
}

.question-item.active .question-item__title {
  color: #ee3333;
}

.question-item.active .question-toggle-icon {
  background-image: url(../../images/common/toggle_close.png);
}

.large-icon-font {
  font-size: 24px;
}
