/* BASIC css start */
/* BASIC css start */

#contents {
  margin: 0 auto;
  max-width: 1440px;
}


/* youtube */
.video-thumb {
  position: relative;
}

.video-thumb a img.play {
  width: auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  cursor: pointer;
  opacity: 0.78;
}

.video-thumb a img.play:hover {
  opacity: 1;
}

.video-thumb img {
  width: 100%;
}

.video-popup {
  display: none;
}

.video-popup.reveal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 500;
}

.video-popup .video-wrapper {
  position: relative;
  width: 80%;
  padding-bottom: 45%;
  z-index: 10
}

.video-popup .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-popup.reveal .video-popup-closer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}


.video-popup.reveal .video-popup-closer img {
  position: absolute;
  right: 70px;
  top: 10%;
  width: 30px;
}

.photoBG {
  background: url(/design/epsonkorea/images/30_bg.png) no-repeat, linear-gradient(to bottom, #f9f9f9 40%, #fff 50%);
  background-position: top center;
  background-size: contain;
}

.photoBG #content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 14px;
  word-break: keep-all;
}

.loungeTitle {
  text-align: center;
  padding-top: 95px;
}

.loungeTitle p {
  font-size: 40px;
  font-weight: 700;
  color: var(--0);
  margin-bottom: 50px;
}

.whiteBox {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 120px;
}

.loungeDesc {
  color: var(--4);
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  max-width: 740px;
  margin: 0 auto;
}

.loungeDesc span {
  color: var(--1);
  font-weight: 700;
}

.loungeImg {
  margin-top: 50px;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 75px;
}

.loungeImg>div {
  width: 32%;
  max-width: 340px;
}

.loungeImg>div img {
  width: 100%;
}

.loungeImg>div p {
  color: var(--4);
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.loungeImg+.loungeDesc {
  max-width: 627px;
}

.loungeMembersTitle {
  text-align: center;
  margin-top: 70px;
}

.loungeMembersTitle * {
  color: var(--4);
}

.loungeMembersTitle h2 {
  font-size: 1.3rem;
  font-weight: 700;
}

.loungeMembersTitle h1 {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 5px 0 15px;
}

.loungeMembersTitle h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #737373;
}

.loungeMembersList {
  margin: 25px auto 0;
  padding-bottom: 70px;
  max-width: 990px;
  width: 90%;
  border-bottom: 1px solid #efefef;
}

.loungeMembersList ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.loungeMembersList ul li {
  display: flex;
  flex-direction: row;
  margin: 0 0 25px;
  width: 100%;
  align-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
}

.loungeMembersList ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.loungeMembersList ul li .thumb {
  width: 35%;
  background: #f7f7f7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  border-radius: 15px 0 0 15px;
}

.loungeMembersList ul li:nth-child(2) .thumb {
  border-radius: 0 15px 15px 0;
}

.loungeMembersList ul li:nth-child(4) .thumb {
  border-radius: 0 15px 15px 0;
}

.loungeMembersList ul li .thumb picture img {
  width: 140px;
}

.loungeMembersList ul li .desc {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}

.loungeMembersList ul li .thumb .badge {
  color: var(--0);
  font-weight: 700;
  font-size: 1rem;
  background: var(--1);
  padding: 9px 18px 8px;
  border-radius: 18px;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
}

.loungeMembersList ul li .desc h3 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.loungeMembersList ul li .desc p {
  color: #757575;
  font-size: 1rem;
  font-weight: 500;
  word-break: keep-all;
  text-align: center;
  line-height: 1.7;
}

.loungeWhyTitle {
  text-align: center;
  margin-top: 70px;
}

.loungeWhyTitle h1 {
  font-size: 1.7rem;
  font-weight: 700;
}

.loungeWhyTitle p {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #737373;
}

.loungeWhyList {
  margin: 25px auto 0;
  max-width: 990px;
  width: 90%;
}

.loungeWhyList ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.loungeWhyList ul li {
  width: 49%;
}

.loungeWhyList ul li .thumb {
  position: relative;
}

.loungeWhyList ul li .thumb img {
  width: 100%;
}

.loungeWhyList ul li .thumb .badge {
  color: var(--0);
  font-weight: 700;
  font-size: 18px;
  background: var(--1);
  padding: 9px 18px 8px;
  border-radius: 18px;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
}

.loungeWhyList ul li .desc {
  margin-top: 38px;
  margin-bottom: 60px;
}

.loungeWhyList ul li .desc h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

.loungeWhyList ul li .desc p {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  word-break: keep-all;
  color: #737373;
}

.loungeOnlyTitle {
  text-align: center;
  margin-top: 90px;
}

.loungeOnlyTitle h1 {
  font-size: 1.7rem;
  font-weight: 700;
}

.loungeOnlyTitle p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 20px;
  color: #737373;
}

.loungeOnlyList {
  margin-top: 90px;
  padding-bottom: 90px;
}


.faq-ic {
  margin-top: 70px;
}

.faq-ic ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-ic ul li {
  text-align: center;
}

.faq-ic ul li.bar {
  padding: 0 125px;
}

.faq-ic ul li .thumb {
  height: 94px;
  line-height: 94px;
  margin-bottom: 30px;
}

.faq-ic ul li .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
}

.faq-ic ul li .link-btn {
  text-align: center;
}

.faq-ic ul li .link-btn a {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  border-radius: 15px;
}

.faq-ic ul li .link-btn a img {
  position: relative;
  top: -1px;
  margin-left: 3px;
}


.onlyMobile {
  display: none;
}

.onlyPc {
  display: inline-block;
}

/* font */
.fw-700 {
  font-weight: 700;
}

.fc-black {
  color: #111;
}

/* section */
.slogan_wrap .bg_epson {
  display: block;
  position: relative;
  width: 100%;
  height: 450px;
  background: url("https://epsonkorea.img4.kr/introduction/KV_2048x1152.jpg") center center no-repeat;
  background-size: 120%;
  transition: background-size ease .6s;
}

.slogan_wrap .bg_epson.minify {
  background-size: 100%;
}

.slogan_wrap .bg_epson:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0, .5);
}

.slogan_wrap .slogan_title {
  display: block;
  position: absolute;
  top: 50%;
  left: 36%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slogan_wrap .slogan_title div {
  color: #fff;
}

.slogan_wrap .slogan_title div:first-child {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.slogan_wrap .slogan_title div:last-child {
  font-size: 3.5em;
  font-weight: 700;
}

.epson_intro {
  padding: 70px 0;
  background-color: #f9f9f9;
}

.epson_intro .intro_wrap {
  display: block;
  margin: 0 auto;
  max-width: 990px;
  width: 90%;
}

.epson_intro .intro_wrap .intro_title {
  margin: 0 0 25px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}

.epson_intro .intro_wrap .intro_content {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #737373;
}

.epson_campaign {
  padding: 70px 0;
  border-bottom: 1px solid #efefef;
}

.epson_campaign .campaign_wrap {
  display: block;
  margin: 0 auto;
  max-width: 990px;
  width: 90%;
}

.epson_campaign .campaign_wrap .title_wr {
  margin: 0 0 25px;
}

.epson_campaign .campaign_wrap .title_wr div:first-child {
  margin: 0 0 15px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}

.epson_campaign .campaign_wrap .title_wr div:last-child {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #737373;
}

.epson_campaign .campaign_wrap .campaign_list ul {
  display: flex;
  justify-content: space-between;
}

.epson_campaign .campaign_wrap .campaign_list ul li {
  position: relative;
  width: 32%;
  border-radius: 20px;
}

.epson_campaign .campaign_wrap .campaign_list ul li a img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 4px 12px #00000014;
}

.campaign_content {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.campaign_list ul li:hover .campaign_content {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.9);
  border-radius: 20px;
}

.campaign_content .campaign_text {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 80%;
}

.campaign_content .campaign_text div:nth-child(1) {
  font-size: 1.3em;
  font-weight: 300;
}

.campaign_content .campaign_text div:nth-child(2) {
  position: absolute;
  top: 30px;
  font-size: 2.2em;
  font-weight: 600;
}

.campaign_content .campaign_text div:nth-child(3) {
  position: absolute;
  top: 210px;
  right: 0;
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: 500;
}


.serviceList {
  margin: 50px 0;
}

.serviceList ul {
  display: flex;
  justify-content: space-around;
}

.serviceList ul li {
  text-align: center;
}

.serviceList ul li .thumb {
  height: 75px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.serviceList ul li h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.serviceList ul li a {
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  width: 91px;
  border-radius: 15px;
  display: inline-block;
  padding: 7px 0 5px;
}

.serviceList ul li a::after {
  content: "";
  margin-left: 5px;
  background: url(/design/epsonkorea/images/care_ic_arr.png) no-repeat;
  background-size: 7px;
  width: 5px;
  height: 9px;
  display: inline-block;
  background-size: 5px;
}


.pc_none {
  display: none;
}

.tb_br {
  display: none;
}


/* **********************************************************
 *                                                          *
 *     ******      *********    ********        *           *
 *     *     *     *            *               *           *
 *     *     *     *            *               *           *
 *     * ****      *********    ********    *   *   *       *
 *     * **        *                   *     *  *  *        *
 *     *   **      *                   *      *****         *
 *     *     **    *********    ********        *           *
 *                                                          *
 ********************************************************** */

@media only screen and (max-width: 1024px) {

  .loc-navi {
    display: none;
  }

  .faq-ic {
    margin-top: 38px;
  }

  .faq-ic ul {
    display: flex;
    justify-content: space-evenly;
  }

  .faq-ic ul li.bar {
    display: none;
  }

  .faq-ic ul li .name {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .faq-ic ul li .link-btn a {
    font-size: 11px;
    padding: 7px 9px;
  }

  .faq-ic ul li .thumb {
    height: 68px;
    line-height: 68px;
    margin-bottom: 15px;
  }

  .faq-ic ul li:nth-child(3) .thumb img {
    width: 58px;
  }

  .faq-ic ul li:nth-child(1) .thumb img {
    width: 51px;
  }

  .faq-ic ul li:nth-child(5) .thumb img {
    width: 52px;
  }

  #faqWrap .search-wrap .btn-submit img {
    width: 19px;
  }

  .faq-ic ul li .link-btn a img {
    width: 4px;
  }

  .faq-ic ul li:nth-child(3) .thumb img {
    width: 58px;
  }

  .faq-ic ul li:nth-child(1) .thumb img {
    width: 51px;
  }

  .faq-ic ul li:nth-child(5) .thumb img {
    width: 52px;
  }

  .serviceList {
    margin: 63px 0 95px;
  }

  .serviceList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 990px;
    margin: auto;
  }


  .serviceList ul li {
    width: 25%;
    margin-bottom: 48px;
  }

  .serviceList ul li .thumb {
    margin-bottom: 10px;
  }

  .serviceList ul li h5 {
    margin-bottom: 6px;
  }

  .serviceList ul li a img {
    display: inherit;
    width: 4px;
    margin-left: 5px;
    position: relative;
    top: -1px;
  }

  .serviceList ul li a::after {
    display: none;
  }


}


/* ****************************************************************************************************
 *                                                                                                    *
 *     ***********       **          *******      *          *********    ***********       *         *
 *          *           *  *         *     **     *          *                 *            *         *
 *          *          *    *        *     *      *          *                 *            *         *
 *          *         ********       *  ****      *          *********         *        *   *   *     *
 *          *        *        *      *     *      *          *                 *         *  *  *      *
 *          *       *          *     *     **     *          *                 *          *****       *
 *          *      *            *    *******      ********   *********         *            *         *
 *                                                                                                    *
 **************************************************************************************************** */

@media all and (max-width: 1024px) and (min-width: 768px) {

  /* gap */
  .tb_br {
    display: block;
  }

  .loungeTitle p {
    font-size: 35px;
    margin-bottom: 45px;
  }

  .whiteBox {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 100px;
  }

  .loungeImg>div p {
    font-size: 22px;
  }

  .loungeImg {
    margin-bottom: 65px;
  }

  .loungeDesc {
    font-size: 16px;
    line-height: 1.77;
  }

  .loungeMembersTitle h2 {
    font-size: 1.1rem;
  }

  .loungeMembersTitle h1 {
    font-size: 1.4rem;
  }

  .loungeMembersTitle h5 {
    font-size: 0.8rem;
  }

  .loungeMembersList ul li .desc h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .loungeMembersList ul li .thumb .badge,
  .loungeWhyList ul li .thumb .badge {
    font-size: 15px;
    padding: 8px 16px 7px;
  }

  .loungeMembersList ul li .thumb img {
    transform: scale(0.8);
  }

  .loungeMembersList ul li .desc p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .loungeWhyTitle {
    margin-top: 70px;
  }

  .loungeWhyTitle h1 {
    font-size: 1.4rem;
  }

  .loungeWhyTitle p {
    font-size: 0.8rem;
    margin-top: 15px;
  }

  .loungeWhyList {
    margin-top: 50px;
  }

  .loungeWhyList ul li .desc {
    margin-top: 27px;
    margin-bottom: 45px;
  }

  .loungeWhyList ul li .desc h3 {
    font-size: 1.4rem;
  }

  .loungeWhyList ul li .desc p {
    font-size: 0.9rem;
    margin-top: 10px;
  }

  .loungeOnlyTitle {
    margin-top: 70px;
  }

  .loungeOnlyTitle h1 {
    font-size: 1.4rem;
  }

  .loungeOnlyTitle p {
    font-size: 0.8rem;
    margin-top: 15px;
  }

  .slogan_wrap .slogan_title div:first-child {
    font-size: 1.2rem;
    font-weight: 300;
  }

  .slogan_wrap .slogan_title div:last-child {
    font-size: 2.6rem;
    font-weight: 700;
  }

  .epson_intro {
    padding: 50px 0;
  }

  .epson_intro .intro_wrap {
    width: 85%;
  }

  .epson_intro .intro_wrap .intro_title {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .epson_intro .intro_wrap .intro_content {
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .epson_campaign .campaign_wrap .title_wr div:first-child {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .epson_campaign .campaign_wrap .title_wr div:last-child {
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .epson_campaign .campaign_wrap {
    width: 85%;
  }

  .epson_campaign .campaign_wrap .campaign_list ul {
    flex-wrap: wrap;
  }

  .campaign_list ul li:hover .campaign_content {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.9);
    border-radius: 20px;
  }

  .campaign_content .campaign_text {
    position: absolute;
    top: 36px;
    left: 20px;
    width: 80%;
  }

  .campaign_content .campaign_text div:nth-child(1) {
    font-size: 1.2em;
    font-weight: 300;
  }

  .campaign_content .campaign_text div:nth-child(2) {
    position: absolute;
    top: 25px;
    font-size: 1.7em;
    font-weight: 600;
  }

  .campaign_content .campaign_text div:nth-child(3) {
    position: absolute;
    top: 155px;
    right: 2px;
    text-decoration: underline;
    font-size: 1em;
    font-weight: 500;
  }


}


/* *****************************************************************************************************
 *                                                                                                     *
 *     ***        ***       ******       *******      ***     *           *********         *          *
 *     *  *      *  *     **      **     *     **      *      *           *                 *          *
 *     *   *    *   *    *          *    *      *      *      *           *                 *          *
 *     *    *  *    *    *          *    *  ****       *      *           *********     *   *   *      *
 *     *     **     *    *          *    *      *      *      *           *              *  *  *       *
 *     *            *     **      **     *     **      *      *           *               *****        *
 *     *            *       ******       *******      ***     *********   *********         *          *     
 *                                                                                                     *
 ***************************************************************************************************** */

@media all and (max-width: 767px) {

  .mobile_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

  .tb_br {
    display: none;
  }

  .loungeTitle p {
    font-size: 23px;
    margin-bottom: 13px;
  }

  .loungeTitle img {
    transform: scale(0.58);
  }

  .whiteBox {
    margin-top: 0;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .loungeDesc {
    font-size: 13px;
    line-height: 1.77;
  }

  .loungeImg {
    margin-top: 45px;
    margin-bottom: 60px;
  }

  .loungeImg>div p {
    font-size: 13px;
    margin-top: 11px;
  }

  .loungeMembersTitle {
    margin-top: 90px;
  }

  .loungeMembersTitle h2 {
    font-size: 1.1rem;
  }

  .loungeMembersTitle h1 {
    margin: 5px 0 10px;
    font-size: 1.4rem;
  }

  .loungeMembersTitle h5 {
    font-size: 15px;
  }

  .loungeMembersList {
    margin-top: 30px;
  }

  .loungeMembersList ul li {
    flex-direction: column;
  }

  .loungeMembersList ul li .thumb {
    height: auto;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }

  .loungeMembersList ul li:nth-child(2) .thumb,
  .loungeMembersList ul li:nth-child(4) .thumb {
    border-radius: 15px 15px 0 0;
  }

  .loungeMembersList ul li .thumb img {
    transform: scale(0.58);
  }

  .loungeMembersList ul li .thumb .badge {
    font-size: 12px;
    padding: 5px 12px;
    top: 9px;
    left: 9px;
  }

  .loungeMembersList ul li .desc {
    padding: 15px;
    width: 100%;
  }

  .loungeMembersList ul li .desc h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .loungeMembersList ul li .desc p {
    font-size: 12px;
  }

  .loungeWhyTitle {
    margin-top: 85px;
  }

  .loungeWhyTitle h1 {
    font-size: 24px;
  }

  .loungeWhyTitle p {
    font-size: 15px;
    margin-top: 11px;
  }

  .loungeWhyList {
    margin-top: 33px;
  }

  .loungeWhyList ul li .thumb .badge {
    font-size: 12px;
    padding: 5px 12px;
    top: 9px;
    left: 9px;
  }

  .loungeWhyList ul li .desc {
    margin-top: 15px;
    margin-bottom: 17px;
  }

  .loungeWhyList ul li .desc h3 {
    font-size: 18px;
  }

  .loungeWhyList ul li .desc p {
    font-size: 12px;
    margin-top: 8px;
  }

  .loungeOnlyTitle {
    margin-top: 42px;
  }

  .loungeOnlyTitle h1 {
    font-size: 24px;
  }

  .loungeOnlyTitle p {
    font-size: 15px;
    margin-top: 9px;
  }

  /* section */
  .slogan_wrap .bg_epson {
    display: block;
    position: relative;
    width: 100%;
    height: 270px;
    background: url("https://epsonkorea.img4.kr/introduction/KV_880x770.jpg") center center no-repeat;
    background-size: 120%;
  }

  .slogan_wrap .bg_epson:after {
    background: linear-gradient(to top, rgba(0,0,0,.5) calc(100% - 48px), rgba(255, 255, 255, .5) 48px);
  }

  .slogan_wrap .slogan_title {
    top: 55%;
  }

  .slogan_wrap .slogan_title div {
    color: #fff;
  }

  .slogan_wrap .slogan_title div:first-child {
    font-size: 1.1rem;
    font-weight: 300;
  }

  .slogan_wrap .slogan_title div:last-child {
    font-size: 2.4em;
    font-weight: 700;
  }

  .epson_intro {
    padding: 50px 0;
    background-color: #f9f9f9;
  }

  .epson_intro .intro_wrap {
    display: block;
    margin: 0 auto;
    max-width: 990px;
    width: 90%;
  }

  .epson_intro .intro_wrap .intro_title {
    margin: 0 0 20px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
  }

  .epson_intro .intro_wrap .intro_content {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #737373;
  }

  .epson_campaign {
    padding: 50px 0;
    border-bottom: 1px solid #efefef;
  }

  .epson_campaign .campaign_wrap {
    display: block;
    margin: 0 auto;
    max-width: 990px;
    width: 90%;
  }

  .epson_campaign .campaign_wrap .title_wr {
    margin: 0 0 25px;
  }

  .epson_campaign .campaign_wrap .title_wr div:first-child {
    margin: 0 0 15px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
  }

  .epson_campaign .campaign_wrap .title_wr div:last-child {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    color: #737373;
  }

  .epson_campaign .campaign_wrap .campaign_list ul li a img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 2px 4px 12px #00000014;
  }

  .campaign_content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }

  .campaign_list ul li:hover .campaign_content {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.9);
    border-radius: 20px;
  }

  .slogan_wrap .slogan_title {
    left: 36%;
  }

  .epson_campaign .campaign_wrap .campaign_list ul {
    flex-wrap: wrap;
  }

  .epson_campaign .campaign_wrap .campaign_list ul li {
    position: relative;
    margin: 0 0 10px 0;
    width: 49%;
    border-radius: 10px;
  }

  .campaign_list ul li:hover .campaign_content {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.9);
    border-radius: 20px;
  }

  .campaign_content .campaign_text {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 80%;
  }

  .campaign_content .campaign_text div:nth-child(1) {
    font-size: 0.9em;
    font-weight: 300;
  }

  .campaign_content .campaign_text div:nth-child(2) {
    position: absolute;
    top: 20px;
    font-size: 1.3em;
    font-weight: 600;
  }

  .campaign_content .campaign_text div:nth-child(3) {
    position: absolute;
    top: 100px;
    right: 2px;
    text-decoration: underline;
    font-size: 0.9em;
    font-weight: 500;
  }

  .serviceList ul li {
    width: calc(100% / 3);
  }

  .serviceList ul li .thumb {
    height: 90px;
  }

  .serviceList ul li .thumb picture {
    transform: scale(.8);
  }

  .serviceList ul li h5 {
    font-size: 14px;
  }

  .serviceList ul li a {
    font-size: 12px;
    width: 80px;
  }


}

/* BASIC css end */

/* BASIC css end */

