/* BASIC css start */
/* BASIC css start */
.escare .loc-navi {
  margin-bottom: 200px;
}

.max-1200 {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

.boardHeader {
  position: relative;
  overflow: hidden;
}

.boardHeader img {
  width: 100%;
}

.boardHeader .txt {
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 14px;
  box-sizing: border-box;
}

.anchor {
  position: absolute;
  max-width: 800px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 0;
  margin-top: 56px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  border-color: transparent;
  border-radius: 10px;
}

.anchor.fixed {
  position: fixed;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity ease .3s, visibility ease .3s, top ease .2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  border-color: transparent;
}

.anchor button {
  position: relative;
  width: calc(20%);
  background: transparent;
  color: #000;
  word-break: keep-all;
  line-height: 1.1;
  font-size: 18px;
  padding: 20px 0;
  overflow: visible;
  transition: all ease .2s, transform ease 0s;
}

.anchor button:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #ccc;
}

.anchor button.active {
  background: var(--1);
  color: #fff;
  font-weight: 600;
}

.careTitle {
  text-align: center;
  padding: 0px 0 100px;
}

.careTitle h1 {
  font-size: 50px;
  font-weight: 600;
}

.careTitle h1 span {
  display: block;
  font-size: 52px;
  margin-bottom: 10px;
}

.careTitle p {
  padding-top: 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.careImg {
  display: block;
  margin: 0 auto 60px;
  max-width: 1200px;
  text-align: center;
}

.escare .careImg img {
  border-radius: 40px;
  box-shadow: 8px 8px 4px rgba(0,0,0, .5);
}

.careDesc {
  text-align: center;
  padding: 45px 0 65px;
  font-size: 32px;
  font-weight: 500;
  color: var(--3);
  line-height: 1.55;
}

.careDesc h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}

.gray_bg {
  background: #fafafa;
}

.gray_bg #content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 14px;
}


.careSwiper {
  margin-top: 125px;
  border-bottom: 1px solid #dddddd;
}

.careSwiper.fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 0;
  background: #fff;
  padding-top: 18px !important;
}

.careSwiper.fixed+#contentWrap3 {
  padding-top: 160px;
}

#contentWrap3 .titleBox {
  display: flex;
  justify-content: space-between;
}

#contentWrap3 .titleBox li {
  width: calc(100% / 3 - 60px);
  padding: 20px;
  background: #ECF9FF;
  border-radius: 16px;
  word-break: keep-all;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#contentWrap3 .titleBox li h4 {
  font-size: 21px;
  font-weight: 500;
}

#contentWrap3 .titleBox li p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.5;
}

.careSwiper .swiper-slide {
  padding-bottom: 15px;
  width: auto;
  margin-right: 80px;
}

.careSwiper .swiper-slide a {
  color: var(--3);
  font-size: 18px;
  font-weight: 500;
}

.careSwiper .swiper-slide.active {
  border-bottom: 2px solid #000;
  padding-bottom: 13px;
}

.careSwiper .swiper-slide.active a {
  color: #000;
}

.careSwiper .swiper-wrapper {
  display: flex;
  justify-content: center;
}

/*
.swiperContents {display: none;}
.swiperContents.active {display: block;}
*/
.swiperContents .title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 100px;
}

.coverPlusThead .titleDesc {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-top: 60px;
  line-height: 1.5;
}

.coverPlusThead .titleDesc .en {
  font-weight: 600;
}

.coverPlusThead .titleDesc .text-blue {
  color: var(--1);
}

.coverPlusThead .titleDesc .en span {
  color: var(--1);
}

.careCase {
  margin: 15px auto 150px;
}

.careCase ul {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
}

.careCase ul li {
  position: relative;
  text-align: center;
}

.careCase ul li .thumb img {
  width: 100%;
  border-radius: 16px;
}

.careCase ul li .blueText {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  color: var(--1);
}

.careCase ul li .bigText {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  word-break: keep-all;
}

.careCase ul li .subText {
  position: absolute;
  width: 100%;
  font-size: 13px;
  color: var(--3);
  font-weight: 500;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.careCase .careDesc {
  padding: 125px 0 65px;
}

.calculator {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  text-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.calculator>div .box {
  background: #f6f6f6;
  border-radius: 16px;
  width: 268px;
  height: 268px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.calculator>div .badge2 {
  font-size: 19px;
  font-weight: 700;
  color: var(--1);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculator>div h5 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 20px;
  word-break: keep-all;
}

.calculator>div .box img {
  width: 112px;
  height: 112px;
}

.calculator>div .box .imgtxt {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
}

.calculator>div .box .imgtxt .blue {
  color: var(--1);
}

.calculator .plus,
.calculator .equal {
  margin-top: -75px;
  color: var(--3);
  font-size: 40px;
  width: 160px;
}

.calculator>div .box .badge1 {
  background: var(--1);
  color: var(--0);
  border-radius: 25px;
  padding: 9px 10px 8px;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 102px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
}

.calculator>div .badge2 .plus {
  margin-top: 0;
  width: auto;
  padding: 0 5px;
  font-size: 22px;
  font-weight: 400;
}

.calculator>div .badge2 .imgtxt {
  color: #000;
  line-height: 1;
  font-size: 19px;
}

.calculator>div .badge2 .imgtxt .blue {
  color: var(--1);
}

.coverPlusThead {
  width: fit-content;
  margin: auto;
  position: relative;
}

.coverPlusThead .titleDesc {
  position: relative;
}

.coverPlusThead .titleDesc span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--3);
  width: 100%;
  transition: all ease .2s;
}

.coverPlusThead .titleDesc span.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.coverPlusThead .title-subDesc {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: var(--3);
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.coverPlusThead .title-subDesc button {
  transition: all ease .2s;
  position: relative;
  display: block;
  padding: 10px 20px;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  border-radius: 25px;
  border: 2px solid var(--1);
  margin: 0 2.5px;
  color: var(--1);
}

.coverPlusThead .title-subDesc button:not(.active):hover {
  border: 2px solid var(--3);
  background: var(--3);
  color: #fff;
}

.coverPlusThead .title-subDesc button.active {
  background: var(--1);
  color: #fff;
  cursor: default;
}

.coverPlusThead .cpExampleNav {
  position: absolute;
  background: none;
  top: 50%;
  transform: translateY(-50%);
  color: var(--1);
  font-size: 70px;
  transition: all ease .3s;
  display: none;
}

.coverPlusThead .cpExampleNav:hover {
  color: var(--3);
}

.coverPlusThead .cpExampleNav:active {
  color: var(--1);
  transform: translateY(-50%) scale(.95);
}

.coverPlusThead .cpExampleNav.cpExamplePrev {
  left: -50px;
}

.coverPlusThead .cpExampleNav.cpExampleNext {
  right: -50px;
}

.coverPlusTable {
  max-width: 1145px;
  margin: 20px auto 0;
  position: relative;
}

.coverPlusTable .tip {
  text-align: right;
  color: var(--3);
  font-size: 13px;
  margin-bottom: 10px;
}

.coverPlusTable table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: keep-all;
  opacity: 0;
  visibility: hidden;
  transition: all ease .3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.coverPlusTable table.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.coverPlusTable table thead th {
  border-top: 2px solid #000;
  font-size: 22px;
  font-weight: 700;
  padding: 22px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
  background: #f6f8fb;
  color: var(--4);
}

.coverPlusTable table thead th:nth-child(2) {
  border-left: 1px solid #dddddd;
  background: var(--1);
  color: var(--0);
}

.coverPlusTable table tbody td {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 400;
  padding: 17px 0;
  text-align: center;
}

.coverPlusTable table tbody td:nth-child(2) {
  font-weight: 700;
  border-left: 1px solid #ddd;
}

.coverPlusTable table tbody tr:last-child td:nth-child(2) {
  background: #f6f8fb;
  color: var(--1);
}

.coverPlus .tail {
  text-align: center;
  margin-top: 50px;
  color: var(--3);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}

.advantage {
  display: block;
  margin: 80px auto;
  max-width: 1200px;
}

.advantage ul {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
}

.advantage ul li {
  background: #f7f7f7;
  text-align: center;
  border-radius: 16px;
}

.advantage ul li .thumb img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.advantage ul li .bigText {
  font-size: 26px;
  font-weight: 700;
  margin-top: 40px;
}

.advantage ul li .subText {
  font-size: 15px;
  color: var(--3);
  font-weight: 500;
  line-height: 1.55;
  margin-top: 20px;
  margin-bottom: 45px;
  word-break: keep-all;
}

.advantage + .careDesc img {
  width: 100%;
  margin-top: 80px;
}

.application {
  text-align: center;
  margin-top: 80px;
}

.application .thumb {
  background: #fafafa;
  border-radius: 60px;
  width: 268px;
  height: 268px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.application .txt {
  color: var(--3);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  margin: 40px 0;
}

.application .insert a {
  color: var(--0);
  background: var(--1);
  font-size: 17px;
  font-weight: 700;
  width: 320px;
  height: 56px;
  display: inline-block;
  line-height: 56px;
  border-radius: 28px;
}

/* ¿¦¼Õ ÄÉ¾î °¡ÀÔ ¹æ¹ý Ãß°¡ - 2024.12.30 */
#care4 {
  margin-bottom: 150px;
}

#care4 .title {
  margin: 150px auto 30px;
}

#care4 .board {
  font-size: 18px;
  width: fit-content;
  margin: auto;
  padding: 60px 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  border-radius: 10px;
}

#care4 .board > * {
  display: flex;
}

#care4 .board a {
  font-size: 18px;
  color: var(--1);
  font-weight: 600;
  position: relative;
}

#care4 .board a::after {
  content: '';
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: var(--1);
  transition: all ease .3s;
}

#care4 .board a:hover::after {
  width: 100%;
}

#care4 .board dt:not(:first-child) {
  margin-top: 15px;
}

#care4 .board dt span {
  display: inline-block;
  width: 20px;
}

#care4 .board dd {
  margin: 5px 0 0 20px;
  color: #666;
  font-size: 16px;
}

#care5 {
  width: 75%;
  margin: auto;
}

#care5 .careTableTitle {
  border-radius: 15px;
}

#care5 .careTableTitle.on {
  border-radius: 15px 15px 0 0;
}



.service {
  margin-top: 150px;
  text-align: center;
}

.service .desc {
  margin: 0 auto;
  max-width: 645px;
  padding: 0 3%;
  font-size: 18px;
  font-weight: 500;
  color: var(--3);
  line-height: 1.55;
}

.service .desc strong {
  font-size: 32px;
  font-weight: 700;
  display: block;
  color: var(--4);
  margin-bottom: 30px;
}


.serviceList {
  margin: 150px 0 50px;
}

.serviceList ul {
  display: flex;
  justify-content: center;
  gap: 10%;
}

.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;
}

.careTableTitle {
  width: 100%;
  background: #f7f7f7 url(/design/epsonkorea/images/compare_bar_arr2x.png) no-repeat right 15px center;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease .3s;
}

.careTableTitle span {
  display: none;
}

.careTableTitle.on {
  /* background: #f7f7f7 url(/design/epsonkorea/images/compare_bar_arr_on2x.png) no-repeat right 15px center; */
  background: var(--1) url(https://epsonkorea.img4.kr/epsoncare/icon/compare_bar_arr_on2x_w.png) no-repeat right 15px center;
  color: #fff;
}

.careTableTitle.on span {
  display: inline-block;
}

.careTableWrap {
  overflow-x: scroll;
  display: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}


.careTableWrap::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}


.onlyMobile {
  display: none;
}

.onlyPc {
  display: inline-block;
}

/* additional */
.badge-wr {
  position: relative;
}

.badge-blue {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  padding: 8px 15px;
  max-width: 102px;
  background-color: #00339b;
  box-sizing: border-box;
  border-radius: 17px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.bstext_wr {
  padding: 0 10px;
}

.pc_none {
  display: none;
}

.tb_br {
  display: none;
}


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

@media (hover: hover) and (pointer: fine) { /* when supported */
  .anchor button:not(.active):hover {
    background: #115FFF;
    color: #fff;
  }
}



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

@media only screen and (max-width: 1240px) {
  #content {
    min-height: auto;
  }

  .myp-top-area-title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .onlyPc {
    display: none;
  }

  .onlyMobile {
    display: inline-block;
  }

  .careSwiper .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
  }

  .careSwiper .swiper-slide {
    margin-right: 30px;
  }

  .careSwiper .swiper-slide a {
    font-size: 15px;
  }

  .careImg {
    margin: 0 auto 30px;
  }

  .escare .careImg img {
    width: 170px;
  }

  .careTitle {
    padding: 0 0 80px;
  }

  .careTitle h1 {
    font-size: 50px;
  }

  .careTitle h1 span {
    font-size: 42px;
    margin-bottom: 6px;
  }

  .careTitle p {
    font-size: 21px;
    padding-top: 30px;
    line-height: 1.45;
    word-break: keep-all;
  }

  .calculator > div:not(.plus, .equal) {
    width: calc(100% / 3 - 30px);
  }

  .careDesc {
    padding: 45px 0 65px;
    font-size: 14px;
  }

  .careDesc h1 {
    font-size: 21px;
  }

  .careSwiper {
    padding: 0 14px !important;
  }

  .swiperContents .title {
    /*  margin-top: 60px;*/
    font-size: 21px;
  }

  .coverPlusThead .titleDesc {
    margin-top: 25px;
    font-size: 21px;
  }

  .careCase {
    margin-bottom: 45px;
  }

  .careCase ul li .blueText {
    margin-top: 20px;
    font-size: 12px;
  }

  .careCase ul li .bigText {
    margin-top: 12px;
    font-size: 14px;
  }

  .careCase ul li .subText {
    font-size: 12px;
    bottom: 1%;
  }

  p.title-subDesc {
    font-size: 14px;
    margin-top: 5px;
  }

  .coverPlusTable {
    margin: 35px auto 0;
  }

  .coverPlusTable .tip {
    font-size: 11px;
  }

  .coverPlusTable table thead th {
    font-size: 16px;
    padding: 18px 0;
  }

  .coverPlusTable table tbody td {
    font-size: 14px;
    padding: 13px 0;
  }

  .coverPlus .tail {
    margin-top: 20px;
    font-size: 12px;
    text-align: left;
  }

  .advantage {
    margin: 35px auto 60px;
  }

  .advantage ul {
    display: flex;
  }

  .advantage ul li .bigText {
    font-size: 21px;
    margin-top: 20px;
  }

  .advantage ul li .subText {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .advantage + .careDesc img {
    margin-top: 40px;
  }

  .careCase .careDesc {
    padding: 105px 0 35px;
  }

  .application {
    margin-top: 35px;
  }

  .application .thumb {
    width: 180px;
    height: 180px;
    border-radius: 39px;
  }

  .application .thumb img {
    width: 67px;
  }

  .application .txt {
    margin: 33px 0;
    font-size: 14px;
  }

  .application .insert a {
    font-size: 16px;
    width: 100%;
  }

  #care4 {
    margin-bottom: 105px;
  }

  #care4 .title {
    margin: 105px auto 30px;
  }

  #care4 .board > * {
    word-break: keep-all;
  }

  #care4 .board {
    padding: 50px 60px;
    font-size: 16px;
  }

  #care4 .board a {
    font-size: 16px;
  }

  #care4 .board dd {
    font-size: 14px;
  }

  .service {
    margin-top: 105px;
  }

  .service .thumb {
    width: 100%;
  }

  .service .thumb img {
    width: 100%;
  }

  .service .desc {
    text-align: center;
    margin: 30px 10px 44px;
    font-size: 14px;
    max-width: 100%;
  }

  .service .desc strong {
    font-size: 24px;
    margin-bottom: 15px;
  }

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

  .serviceList ul {
    flex-wrap: wrap;
    gap: 5%;
  }


  .serviceList ul li {
    width: 50%;
    margin-bottom: 30px;
  }

  .serviceList ul li:nth-child(-n+3) {
    width: 20%;
  }

  .serviceList ul li .thumb img {
    transform: scale(0.6);
  }

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

  .serviceList ul li h5 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .serviceList ul li a {
    font-size: 11px;
    width: 81px;
  }

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

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

  .careTableTitle {
    font-size: 20px;
    padding: 15px;
    background-size: 20px;
  }

  .careTableTitle.on {
    background-size: 20px;
  }

  /* additional */
  .badge-wr {
    position: relative;
  }

  .badge-blue {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    padding: 5px 10px;
    max-width: 58px;
    background-color: #00339b;
    box-sizing: border-box;
    border-radius: 17px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }


}


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

@media all and (max-width: 1024px){
  #content.escare {
    padding-top: 200px;
  }

  .anchor {
    margin-top: 0;
  }

  .tb_br {
    display: block;
  }

  .calculator {
    margin: 60px auto;
  }

  .calculator>div .box {
    width: 100%;
    height: 170px;
    border-radius: 25px;
  }

  .calculator>div .badge2 {
    font-size: 15px;
  }

  .calculator>div .box img {
    width: 60px;
    height: 60px;
  }

  .calculator>div .box .badge1 {
    font-size: 13px;
    max-width: 64px;
    padding: 7px 0;
  }

  .calculator>div .box .imgtxt {
    font-size: 22px;
  }

  .calculator>div .badge2 .imgtxt {
    font-size: 15px;
  }

  .calculator>div .badge2 .plus {
    font-size: 11px;
    padding: 0 3px;
  }

  .calculator .plus,
  .calculator .equal {
    width: 33px;
    font-size: 28px;
    margin-top: -45px;
  }

  .calculator>div h5 {
    font-size: 20px;
    margin-top: 20px;
  }

}

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

@media all and (max-width: 767px) {
  .boardHeader .txt {
    font-size: 26px;
    transform: translateY(0);
    top: 10%;
  }

  .anchor {
    top: 5px;
    margin-top: 48px;
    border-radius: 0;
  }

  .anchor.fixed {
    top: 53px;
  }

  .anchor button {
    width: calc(20% - 1px);
    font-size: 14px;
  }

  .anchor.fixed.fn_fixed {
    top: 5px;
  }

  .careImg img {
    width: 120px;
    border-radius: 20px;
  }

  .careTitle h1 {
    font-size: 34px;
  }

  .careTitle h1 span {
    font-size: 30px;
    margin-bottom: 3px;
  }

  .careTitle p {
    font-size: 18px;
    padding: 30px 14px 0;
  }

  #contentWrap3 .titleBox {
    flex-wrap: wrap;
  }

  #contentWrap3 .titleBox li {
    width: 100%;
  }

  #contentWrap3 .titleBox li:not(:first-child) {
    margin-top: 15px;
  }

  #contentWrap3 .titleBox li h4 {
    font-size: 18px;
  }

  #contentWrap3 .titleBox li p {
    font-size: 14px;
  }

  .calculator {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .calculator > div:not(.plus, .equal) {
    width: calc(100% / 2 - 20px);
  }

  #contentWrap3 .calculator > .plus {
    margin-top: 60px;
  }

  #contentWrap3 .calculator .equal {
    width: fit-content;
    margin: 10px auto 30px;
    transform: rotate(90deg);
  }

  .calculator > div:last-child {
    width: 100%;
  }

  .calculator > div .box {
    width: 100%;
    height: 150px;
  }

  .calculator > div:last-child .box {
    height: 170px;
  }

  .calculator > div .badge2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 5px;
    align-items: center;
    line-height: 1;
  }

  .calculator > div:last-child .badge2 {
    margin-top: 10px;
  }

  .calculator > div .box img {
    width: 60px;
    height: 60px;
  }

  .calculator > div .box .badge1 {
    font-size: 18px;
    max-width: 90%;
    width: fit-content;
    padding: 5px 14px;
    top: -12px;
  }

  .calculator > div .box .imgtxt {
    font-size: 28px;
  }

  .calculator > div .box .imgtxt .blue {
    display: block;
    padding-bottom: 3px;
  }

  .calculator > div .badge2 .imgtxt {
    font-size: 22px;
  }

  .calculator > div .badge2 .plus {
    font-size: 22px;
    padding: 0 8px;
  }

  .calculator .plus,
  .calculator .equal {
    width: 33px;
    font-size: 28px;
    margin-top: -55px;
  }

  .calculator>div h5 {
    font-size: 18px;
    margin-top: 16px;
  }

  .boardTab {
    padding: 60px 0 33px;
  }


  .advantage ul {
    flex-direction: column;
  }

  .advantage ul li .thumb img {
    max-height: 300px;
    object-fit: cover;
    object-position: 50% 70%;
  }

  .mobile_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

  .tb_br {
    display: none;
  }

  .careCase ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .careCase ul li {
    width: 49%;
    margin-bottom: 45px;
  }

  .careCase ul li .subText {
    font-size: 11px;
    bottom: -1px;
  }

  .careDesc h1 {
    font-size: 18px;
  }

  .swiperContents .titleDesc {
    font-size: 18PX;
  }

  .advantage {
    margin: 35px auto 50px;
  }

  .advantage ul li:not(:first-child) {
    margin-top: 15px;
  }

  .advantage ul li .bigText {
    font-size: 18px;
  }

  .careCase .careDesc {
    padding: 50px 0 35px;
  }

  .careTableTitle {
    font-size: 15px;
    margin: 20px 0 10px;
  }

  .coverPlusThead .titleDesc span {
    font-size: 14px;
  }

  .coverPlusThead .title-subDesc {
    margin-top: 20px;
  }

  .coverPlusThead .title-subDesc button {
    padding: 8px 10px;
    font-size: 16px;
    margin: 1px;
    letter-spacing: -.5px;
  }

  .coverPlusTable {
    margin: 20px auto 0;
  }

  #care4 {
    margin-bottom: 105px;
  }

  #care4 .board {
    padding: 30px 20px;
    font-size: 14px;
  }

  #care4 .board a {
    font-size: 16px;
    line-height: 1.2;
  }

  #care4 .board > * {
    line-height: 1.5;
  }

  #care4 .board dt span {
    flex-shrink: 0;
    width: 14px;
  }

  #care4 .board dd {
    font-size: 12px;
    margin: 3px 0 0 14px;
  }

  #care5 {
    width: 100%;
  } 

  #care5 .careTable {
    width: 100%;
  }

  #care5 .careTable tbody td {
    padding: 10px;
    word-break: keep-all;
  }


  .service .desc {
    padding: 0;
    margin: 0;
  }

  .serviceList {
    margin: 50px auto;
  }

  .serviceList ul {
    gap: 0;
  }

  .serviceList ul li:nth-child(-n+3) {
    width: calc(100% / 3);
  }


}


@media all and (max-width: 480px) {
  .anchor button {
    padding: 12px 8px;
    font-size: 12px;
  }

  .anchor button:active {
    transform: scale(.98);
  }
}


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



/* ------------------------------------------------------------------------ */
/*               ¿¦¼ÕÄÉ¾î Á¦Ç° »ó¼¼ÆäÀÌÁö »ó¼¼¼³¸í ºÎºÐ Á¦¾î                */
/* ------------------------------------------------------------------------ */

#productDetail .titleDesc {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}



@media only screen and (max-width: 1240px) {
  #productDetail .titleDesc {
    font-size: 21px;
  }
}

@media only screen and (max-width: 1024px) {
  #productDetail .prd-detail .calculator img {
    width: 60px;
  }
}

@media (max-width: 767px) {
  #productDetail .titleDesc {
    font-size: 18px;
  }

  #productDetail .advantage ul li {
    width: 100%;
  }
}

/* BASIC css end */
/* BASIC css end */

