@charset "utf-8";

/******************************
***
***	00 공통
***
******************************/

/******************************
***
***	01 메인
***
******************************/

/* ================
		섹션별 공통사항
	================*/
.main_page .parallax_section {
  position: relative;
}
.main_page .parallax_section .el {
  position: fixed;
  white-space: nowrap;
  will-change: opacity, left, top, right, bottom, transform;
}
@keyframes mainScrlDown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}

/* ================
		parallax01
	================*/
.main_page .parallax_section.parallax01 {
  background: #fff;
}
.main_page .parallax_section.parallax01 .pcOnly {
  height: 7200px;
}
.main_page .parallax_section.parallax01 .pcOnly .section01 {
}
.main_page .parallax_section.parallax01 .pcOnly .section01 .el.title {
  font-size: 100px;
  font-weight: 700;
  left: 50%;
  margin-left: -580px;
  top: 50%;
  transform: translateY(-50%);
}
.main_page .parallax_section.parallax01 .pcOnly .section01 .el.title .pt {
  color: #fd753e;
}
.main_page .parallax_section.parallax01 .pcOnly .section01 .el.scrlDown {
  font-size: 0;
  right: 50%;
  margin-right: -580px;
  bottom: 2.685%;
}
.main_page .parallax_section.parallax01 .pcOnly .section01 .el.scrlDown .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.main_page
  .parallax_section.parallax01
  .pcOnly
  .section01
  .el.scrlDown
  .dotBox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.main_page
  .parallax_section.parallax01
  .pcOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  animation: mainScrlDown 0.45s infinite alternate ease-in-out;
}
.main_page
  .parallax_section.parallax01
  .pcOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot
  ~ .dot {
  margin-top: 4px;
}
.main_page
  .parallax_section.parallax01
  .pcOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot:nth-child(1) {
}
.main_page
  .parallax_section.parallax01
  .pcOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot:nth-child(2) {
  animation-delay: 0.15s;
}
.main_page
  .parallax_section.parallax01
  .pcOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot:nth-child(3) {
  animation-delay: 0.3s;
}
.main_page .parallax_section.parallax01 .pcOnly .section02 {
}
.main_page .parallax_section.parallax01 .pcOnly .section02 .el.bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/main/img_parallax01_02.jpg") center center
    no-repeat;
  background-size: cover;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 {
  color: #fff;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fd743f;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.bg::before,
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #fff;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.bg::before {
  margin-top: -110px;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.bg::after {
  margin-top: 110px;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.product {
  font-size: 0;
  left: 0;
  right: 0;
  margin-top: -70px;
  white-space: nowrap;
  display: inline-block;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.product ul {
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.product li {
  display: inline-block;
  vertical-align: middle;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.product li img {
  height: 140px;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.product li .txt {
  vertical-align: middle;
  margin-left: 40px;
  font-size: 93px;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.product li ~ li {
  margin-left: 117px;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.product.item01 {
  top: 28.148%;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.product.item02 {
  top: 50%;
}
.main_page .parallax_section.parallax01 .pcOnly .section03 .el.product.item03 {
  top: 70.462%;
}
.main_page .parallax_section.parallax01 .pcOnly .section04 {
}
.main_page .parallax_section.parallax01 .pcOnly .section04 .el.title {
  font-size: 100px;
  font-weight: 700;
  left: 50%;
  margin-left: -580px;
  top: 48.055%;
  transform: translateY(-50%);
}
.main_page .parallax_section.parallax01 .pcOnly .section04 .el.title .pt {
  color: #fd753e;
}
.main_page .parallax_section.parallax01 .pcOnly .section04 .el.txt {
  font-size: 26px;
  left: 50%;
  margin-left: -580px;
  bottom: 10.277%;
}
/* Mobile */
.main_page .parallax_section.parallax01 .mOnly {
  height: 6600px;
}
.main_page .parallax_section.parallax01 .mOnly .section01 {
}
.main_page .parallax_section.parallax01 .mOnly .section01 .el.title {
  font-size: 44px;
  font-weight: 700;
  left: 18px;
  top: 26.231%;
}
.main_page .parallax_section.parallax01 .mOnly .section01 .el.title .pt {
  color: #fd753e;
}
.main_page .parallax_section.parallax01 .mOnly .section01 .el.scrlDown {
  font-size: 0;
  right: 20px;
  bottom: 2.586%;
}
.main_page .parallax_section.parallax01 .mOnly .section01 .el.scrlDown .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.main_page .parallax_section.parallax01 .mOnly .section01 .el.scrlDown .dotBox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.main_page
  .parallax_section.parallax01
  .mOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
  animation: mainScrlDown 0.45s infinite alternate ease-in-out;
}
.main_page
  .parallax_section.parallax01
  .mOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot
  ~ .dot {
  margin-top: 2px;
}
.main_page
  .parallax_section.parallax01
  .mOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot:nth-child(1) {
}
.main_page
  .parallax_section.parallax01
  .mOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot:nth-child(2) {
  animation-delay: 0.15s;
}
.main_page
  .parallax_section.parallax01
  .mOnly
  .section01
  .el.scrlDown
  .dotBox
  .dot:nth-child(3) {
  animation-delay: 0.3s;
}
.main_page .parallax_section.parallax01 .mOnly .section02 {
}
.main_page .parallax_section.parallax01 .mOnly .section02 .el.bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: left top;
}
.main_page .parallax_section.parallax01 .mOnly .section02 .el.bg img {
  height: 100%;
  margin-left: -18.666%;
}
.main_page .parallax_section.parallax01 .mOnly .section03 {
  color: #fff;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fd743f;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.bg::before,
.main_page .parallax_section.parallax01 .mOnly .section03 .el.bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #fff;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.bg::before {
  margin-top: -52px;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.bg::after {
  margin-top: 52px;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.product {
  font-size: 0;
  left: 0;
  right: 0;
  margin-top: -28px;
  white-space: nowrap;
  display: inline-block;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.product ul {
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.product li {
  display: inline-block;
  vertical-align: middle;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.product li img {
  height: 56px;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.product li .txt {
  vertical-align: middle;
  margin-left: 20px;
  font-size: 38px;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.product li ~ li {
  margin-left: 42px;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.product.item01 {
  top: 38.423%;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.product.item02 {
  top: 50%;
}
.main_page .parallax_section.parallax01 .mOnly .section03 .el.product.item03 {
  top: 61.576%;
}
.main_page .parallax_section.parallax01 .mOnly .section04 {
}
.main_page .parallax_section.parallax01 .mOnly .section04 .el.title {
  font-size: 44px;
  font-weight: 700;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 18px;
  top: 20.443%;
}
.main_page .parallax_section.parallax01 .mOnly .section04 .el.title .pt {
  color: #fd753e;
}
.main_page .parallax_section.parallax01 .mOnly .section04 .el.txt {
  font-size: 15px;
  line-height: 1.5;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 18px;
  bottom: 9.113%;
}

/* ================
		parallax02
	================*/
.main_page .parallax_section.parallax02 {
  background: #f7f7f7;
}
.main_page .parallax_section.parallax02 .pcOnly {
  height: 3000px;
}
.main_page .parallax_section.parallax02 .pcOnly .el.title {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 80.37%;
  font-size: 36px;
  font-weight: 600;
}
.main_page .parallax_section.parallax02 .pcOnly .el.txt {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 71.296%;
  font-size: 65px;
  font-weight: 700;
}
.main_page .parallax_section.parallax02 .pcOnly .el.txt.t01 {
}
.main_page .parallax_section.parallax02 .pcOnly .el.txt.t02 {
}
.main_page .parallax_section.parallax02 .pcOnly .el.txt.t03 {
}
.main_page .parallax_section.parallax02 .pcOnly .el.txt.t04 {
}
.main_page .parallax_section.parallax02 .pcOnly .el.product {
  left: 0;
  right: 0;
  bottom: 36.296%;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: -301px;
}
.main_page .parallax_section.parallax02 .pcOnly .el.product li {
  display: inline-block;
  vertical-align: middle;
}
.main_page .parallax_section.parallax02 .pcOnly .el.product li ~ li {
  margin-left: 52px;
}
.main_page .parallax_section.parallax02 .pcOnly .el.product li img {
  height: 602px;
}
/* Mobile */
.main_page .parallax_section.parallax02 .mOnly {
  height: 2800px;
}
.main_page .parallax_section.parallax02 .mOnly .el.title {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 50%;
  margin-bottom: 109px;
  font-size: 18px;
  font-weight: 600;
}
.main_page .parallax_section.parallax02 .mOnly .el.txt {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 50%;
  margin-bottom: 70px;
  font-size: 28px;
  font-weight: 700;
}
.main_page .parallax_section.parallax02 .mOnly .el.txt.t01 {
}
.main_page .parallax_section.parallax02 .mOnly .el.txt.t02 {
}
.main_page .parallax_section.parallax02 .mOnly .el.txt.t03 {
}
.main_page .parallax_section.parallax02 .mOnly .el.txt.t04 {
}
.main_page .parallax_section.parallax02 .mOnly .el.product {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -28px;
  white-space: nowrap;
  font-size: 0;
}
.main_page .parallax_section.parallax02 .mOnly .el.product li {
  display: inline-block;
  vertical-align: middle;
}
.main_page .parallax_section.parallax02 .mOnly .el.product li ~ li {
  margin-left: 15px;
}
.main_page .parallax_section.parallax02 .mOnly .el.product li img {
  height: 176px;
}

/* ================
		섹션별 공통사항
	================*/
.main_page .content_section {
  position: relative;
  background: #f5f5f7;
}
.main_page .content_section .section_inner {
  position: relative;
}
.main_page .content_section .header_wrap {
}
.main_page .content_section .header_wrap .title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.35;
}
/* PC */
@media (min-width: 1301px) {
  .main_page .content_section {
  }
  .main_page .content_section .section_inner {
    width: 1160px;
    margin: 0 auto;
  }
  .main_page .content_section .header_wrap {
  }
  .main_page .content_section .header_wrap .title {
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .main_page .content_section {
  }
  .main_page .content_section .section_inner {
  }
  .main_page .content_section .header_wrap {
    text-align: center;
  }
  .main_page .content_section .header_wrap .title {
    font-size: 28px;
  }
}

/* ================
		content01
	================*/
.main_page .content_section.content01 {
  background: #f7f7f7;
  padding: 161px 0 165px;
}
.main_page .content_section.content01 .content_wrap {
}
.main_page .content_section.content01 .content_wrap > ul {
  display: flex;
}
.main_page .content_section.content01 .content_wrap .item {
  flex: 1;
}
.main_page .content_section.content01 .content_wrap .item ~ .item {
  margin-left: 15px;
}
.main_page .content_section.content01 .content_wrap .inner {
  height: 474px;
  border-radius: 30px;
  overflow: hidden;
  padding: 34px 30px;
  box-sizing: border-box;
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  transition: transform 0.5s;
}
.main_page .content_section.content01 .content_wrap .inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: #fd753e;
  opacity: 0;
  transition: opacity 0.5s;
}
.main_page .content_section.content01 .content_wrap .tit {
  position: relative;
  z-index: 300;
  line-height: 1.25;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.main_page .content_section.content01 .content_wrap .subBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 176px;
  bottom: 0;
  z-index: 300;
  box-sizing: border-box;
  padding: 0 30px;
  opacity: 0; /*transform:translateY(30px);*/
  transition: opacity 0.5s, transform 0.5s;
}
.main_page .content_section.content01 .content_wrap .subBox .stit {
  display: block;
  padding-top: 100px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.main_page .content_section.content01 .content_wrap .subBox .stit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 95px;
  height: 95px;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
}
.main_page .content_section.content01 .content_wrap .subBox .subDesc {
  margin-top: 16px;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
}
.main_page .content_section.content01 .content_wrap .item.item01 .inner {
  background-image: url("../images/main/img_content01_01.png");
}
.main_page
  .content_section.content01
  .content_wrap
  .item.item01
  .subBox
  .stit::before {
  background-image: url("../images/main/ico_content01_01.png");
}
.main_page .content_section.content01 .content_wrap .item.item02 .inner {
  background-image: url("../images/main/img_content01_02.png");
}
.main_page
  .content_section.content01
  .content_wrap
  .item.item02
  .subBox
  .stit::before {
  background-image: url("../images/main/ico_content01_02.png");
}
.main_page .content_section.content01 .content_wrap .item.item03 .inner {
  background-image: url("../images/main/img_content01_03.png");
}
.main_page
  .content_section.content01
  .content_wrap
  .item.item03
  .subBox
  .stit::before {
  background-image: url("../images/main/ico_content01_03.png");
}
.main_page .content_section.content01 .content_wrap .item.item04 .inner {
  background-image: url("../images/main/img_content01_04.png");
}
.main_page
  .content_section.content01
  .content_wrap
  .item.item04
  .subBox
  .stit::before {
  background-image: url("../images/main/ico_content01_04.png");
}
.main_page .content_section.content01 .content_wrap .inner:hover {
  transform: translate(-10px, -10px);
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.19);
}
.main_page .content_section.content01 .content_wrap .inner:hover::before {
  opacity: 1;
}
.main_page .content_section.content01 .content_wrap .inner:hover .subBox {
  opacity: 1;
  transform: none;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .main_page .content_section.content01 {
    padding: 0 15px 71px;
  }
  .main_page .content_section.content01 .content_wrap {
  }
  .main_page .content_section.content01 .content_wrap > ul {
    margin: 0 -4px;
    flex-wrap: wrap;
  }
  .main_page .content_section.content01 .content_wrap .item {
    padding: 0 4px;
    box-sizing: border-box;
    width: 50%;
    flex: auto;
  }
  .main_page .content_section.content01 .content_wrap .item ~ .item {
    margin: 0;
  }
  .main_page .content_section.content01 .content_wrap .item:nth-child(n + 3) {
    margin: 8px 0 0;
  }
  .main_page .content_section.content01 .content_wrap .inner {
    height: 288px;
    border-radius: 20px;
    padding: 21px 17px;
    background-position-y: 80%;
  }
  .main_page .content_section.content01 .content_wrap .inner::before {
  }
  .main_page .content_section.content01 .content_wrap .tit {
    font-size: 14px;
  }
  .main_page .content_section.content01 .content_wrap .subBox {
    top: 100px;
    padding: 0 17px;
    transform: translateY(20px);
  }
  .main_page .content_section.content01 .content_wrap .subBox .stit {
    padding-top: 71px;
    font-size: 18px;
  }
  .main_page .content_section.content01 .content_wrap .subBox .stit::before {
    width: 65px;
    height: 65px;
  }
  .main_page .content_section.content01 .content_wrap .subBox .subDesc {
    margin-top: 14px;
    font-size: 14px;
  }
  .main_page .content_section.content01 .content_wrap .item.item01 .inner {
  }
  .main_page
    .content_section.content01
    .content_wrap
    .item.item01
    .subBox
    .stit::before {
  }
  .main_page .content_section.content01 .content_wrap .item.item02 .inner {
  }
  .main_page
    .content_section.content01
    .content_wrap
    .item.item02
    .subBox
    .stit::before {
  }
  .main_page .content_section.content01 .content_wrap .item.item03 .inner {
  }
  .main_page
    .content_section.content01
    .content_wrap
    .item.item03
    .subBox
    .stit::before {
  }
  .main_page .content_section.content01 .content_wrap .item.item04 .inner {
  }
  .main_page
    .content_section.content01
    .content_wrap
    .item.item04
    .subBox
    .stit::before {
  }
  .main_page .content_section.content01 .content_wrap .inner:hover {
    transform: translate(-5px, -5px);
  }
  .main_page .content_section.content01 .content_wrap .inner:hover::before {
  }
  .main_page .content_section.content01 .content_wrap .inner:hover .subBox {
  }
}

/* ================
		content02
	================*/
.main_page .content_section.content02 {
  background: #f5f5f7;
  padding-top: 207px;
}
.main_page .content_section.content02::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 324px;
  background: transparent
    linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f7 100%) 0% 0% no-repeat;
}
.main_page .content_section.content02 .section_inner {
  position: relative;
}
.main_page .content_section.content02 .content_wrap {
  height: 746px;
  position: relative;
}
.main_page .content_section.content02 .content_wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 232px;
  height: 309px;
  background: url("../images/main/img_content02_01.png") 0 0 no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.main_page .content_section.content02 .content_wrap .bubble {
  height: 0;
  overflow: hidden;
  position: absolute;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
}
.main_page .content_section.content02 .content_wrap .bubble.b01 {
  left: -36px;
  top: 197px;
  width: 470px;
  padding-top: 403px;
  background-image: url("../images/main/img_content02_02_01.png");
}
.main_page .content_section.content02 .content_wrap .bubble.b02 {
  left: 423px;
  top: 77px;
  width: 436px;
  padding-top: 403px;
  background-image: url("../images/main/img_content02_02_02.png");
}
.main_page .content_section.content02 .content_wrap .bubble.b03 {
  right: 0;
  top: 289px;
  width: 431px;
  padding-top: 371px;
  background-image: url("../images/main/img_content02_02_03.png");
}
.main_page .content_section.content02 .content_wrap .cont {
  width: 157px;
  padding-top: 111px;
  height: 0;
  overflow: hidden;
  position: absolute;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
}
.main_page .content_section.content02 .content_wrap .cont.ct01 {
  left: -16px;
  top: 173px;
  background-image: url("../images/main/img_content02_03_01.png");
}
.main_page .content_section.content02 .content_wrap .cont.ct02 {
  left: 401px;
  top: 86px;
  background-image: url("../images/main/img_content02_03_02.png");
}
.main_page .content_section.content02 .content_wrap .cont.ct03 {
  right: 219px;
  top: 140px;
  background-image: url("../images/main/img_content02_03_03.png");
}
.main_page .content_section.content02 .content_wrap .cont.ct04 {
  right: -35px;
  top: 303px;
  background-image: url("../images/main/img_content02_03_04.png");
}
/* motion */
.main_page .content_section.content02 .content_wrap .bubble,
.main_page .content_section.content02 .content_wrap .cont {
  transition: opacity 1s, transform 1s;
  opacity: 0;
  transform: scale(0.2);
}
.main_page .content_section.content02 .content_wrap.m_start .bubble,
.main_page .content_section.content02 .content_wrap.m_start .cont {
  opacity: 1;
  transform: none;
}
.main_page .content_section.content02 .content_wrap.m_start .bubble.b01 {
}
.main_page .content_section.content02 .content_wrap.m_start .bubble.b02 {
  transition-delay: 0.3s;
}
.main_page .content_section.content02 .content_wrap.m_start .bubble.b03 {
  transition-delay: 0.6s;
}
.main_page .content_section.content02 .content_wrap.m_start .cont {
}
.main_page .content_section.content02 .content_wrap.m_start .cont.ct01 {
  transition-delay: 1s;
}
.main_page .content_section.content02 .content_wrap.m_start .cont.ct02 {
  transition-delay: 1.3s;
}
.main_page .content_section.content02 .content_wrap.m_start .cont.ct03 {
  transition-delay: 1.6s;
}
.main_page .content_section.content02 .content_wrap.m_start .cont.ct04 {
  transition-delay: 1.9s;
}
/* PC */
@media (min-width: 1301px) {
  .main_page .content_section.content02 {
  }
  .main_page .content_section.content02 .section_inner {
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .main_page .content_section.content02 {
    padding-top: 76px;
  }
  .main_page .content_section.content02::before {
    height: 182px;
  }
  .main_page .content_section.content02 .section_inner {
  }
  .main_page .content_section.content02 .content_wrap {
    height: 345px;
    max-width: 375px;
    margin: 0 auto;
    overflow: hidden;
  }
  .main_page .content_section.content02 .content_wrap::before {
    width: 116px;
    height: 154px;
    transform: none;
    margin-left: 25px;
  }
  .main_page .content_section.content02 .content_wrap .bubble {
  }
  .main_page .content_section.content02 .content_wrap .bubble.b01 {
    left: 53px;
    top: 61px;
    width: 184px;
    padding-top: 158px;
    background-image: url("../images/main/img_content02_02_01_m.png");
  }
  .main_page .content_section.content02 .content_wrap .bubble.b02 {
    left: auto;
    right: -39px;
    top: 41px;
    width: 182px;
    padding-top: 168px;
    background-image: url("../images/main/img_content02_02_02_m.png");
  }
  .main_page .content_section.content02 .content_wrap .bubble.b03 {
    right: auto;
    left: 18px;
    top: 186px;
    width: 168px;
    padding-top: 145px;
    background-image: url("../images/main/img_content02_02_03_m.png");
  }
  .main_page .content_section.content02 .content_wrap .cont {
    width: 66px;
    padding-top: 46px;
  }
  .main_page .content_section.content02 .content_wrap .cont.ct01 {
    right: auto;
    left: 62px;
    top: 147px;
  }
  .main_page .content_section.content02 .content_wrap .cont.ct02 {
    left: auto;
    right: 94px;
    top: 44px;
  }
  .main_page .content_section.content02 .content_wrap .cont.ct03 {
    left: auto;
    right: -10px;
    top: 28px;
  }
  .main_page .content_section.content02 .content_wrap .cont.ct04 {
    right: auto;
    left: 26px;
    top: 268px;
  }
}

/* ================
		content03
	================*/
.main_page .content_section.content03 {
  background: #f5f5f7;
  padding-top: 161px;
}
.main_page .content_section.content03 .header_wrap {
  margin-bottom: 50px;
}
.main_page .content_section.content03 .header_wrap .listBox {
}
.main_page .content_section.content03 .header_wrap .listBox > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_page .content_section.content03 .header_wrap .listBox li {
  position: relative;
}
.main_page .content_section.content03 .header_wrap .listBox li ~ li {
  padding-left: 17px;
  margin-left: 16px;
}
.main_page .content_section.content03 .header_wrap .listBox li ~ li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  transform: translateY(-50%);
  background: #707070;
}
.main_page .content_section.content03 .content_wrap .product_section {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  ~ .product_section {
  margin-top: 20px;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .swiper-container {
  overflow: hidden;
}
.main_page .content_section.content03 .content_wrap .product_section .item {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 55px 58px;
  height: 540px;
  position: relative;
  overflow: hidden;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item::before {
  content: "";
  position: absolute;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item
  .stit {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item
  .title {
  display: block;
  font-size: 44px;
  font-weight: 700;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item
  .txt {
  margin-top: 18px;
  font-size: 24px;
  line-height: 1.5;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item
  .btnBox {
  margin-top: 36px;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item
  .btnBox
  .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 61px;
  border-radius: 999px;
  background: #fd753e;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .swiper-pagination {
  font-size: 0;
  text-align: left;
  width: auto;
  white-space: nowrap;
  left: 58px;
  bottom: 48px;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 0.2;
  margin: 0;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd753e;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .swiper-pagination-bullet
  ~ .swiper-pagination-bullet {
  margin-left: 12px;
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item.item01_01::before {
  width: 540px;
  height: 347px;
  right: 0;
  bottom: 54px;
  background-image: url("../images/main/img_content03_01_01.png");
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item.item01_02::before {
  width: 300px;
  height: 376px;
  right: 78px;
  bottom: 66px;
  background-image: url("../images/main/img_content03_01_02.png");
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item.item02_01::before {
  width: 454px;
  height: 398px;
  right: 46px;
  bottom: 60px;
  background-image: url("../images/main/img_content03_02_01.png");
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item.item02_02::before {
  width: 307px;
  height: 383px;
  right: 76px;
  bottom: 66px;
  background-image: url("../images/main/img_content03_02_02.png");
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item.item03_01::before {
  width: 399px;
  height: 399px;
  right: 73px;
  bottom: 55px;
  background-image: url("../images/main/img_content03_03_01.png");
}
.main_page
  .content_section.content03
  .content_wrap
  .product_section
  .item.item03_02::before {
  width: 392px;
  height: 306px;
  right: 57px;
  bottom: 87px;
  background-image: url("../images/main/img_content03_03_02.png");
}
/* PC */
@media (min-width: 1301px) {
  .main_page .content_section.content03 .header_wrap {
    position: relative;
  }
  .main_page .content_section.content03 .header_wrap .listBox {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .main_page .content_section.content03 {
    padding: 78px 18px 80px;
  }
  .main_page .content_section.content03 .header_wrap {
    margin-bottom: 30px;
  }
  .main_page .content_section.content03 .header_wrap .listBox {
    margin-top: 20px;
  }
  .main_page .content_section.content03 .header_wrap .listBox li {
    font-size: 14px;
  }
  .main_page .content_section.content03 .header_wrap .listBox li ~ li {
    padding-left: 11px;
    margin-left: 10px;
  }
  .main_page .content_section.content03 .header_wrap .listBox li ~ li::before {
    background: #c3c3c3;
    height: 13px;
  }
  .main_page .content_section.content03 .content_wrap .product_section {
    border-radius: 20px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    ~ .product_section {
    margin-top: 10px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .swiper-container {
  }
  .main_page .content_section.content03 .content_wrap .product_section .item {
    border-radius: 20px;
    padding: 23px 21px;
    height: 317px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item::before {
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item
    .stit {
    margin-bottom: 4px;
    font-size: 11px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item
    .title {
    font-size: 22px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item
    .txt {
    margin-top: 12px;
    font-size: 14px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item
    .btnBox {
    margin-top: 26px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item
    .btnBox
    .btn {
    width: 93px;
    height: 36px;
    font-size: 14px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .swiper-pagination {
    left: 21px;
    bottom: 19px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .swiper-pagination-bullet-active {
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .swiper-pagination-bullet
    ~ .swiper-pagination-bullet {
    margin-left: 7px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item.item01_01::before {
    width: 244px;
    height: 156px;
    right: 0;
    bottom: 8px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item.item01_02::before {
    width: 133px;
    height: 167px;
    right: 19px;
    bottom: 20px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item.item02_01::before {
    width: 174px;
    height: 152px;
    right: 21px;
    bottom: 23px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item.item02_02::before {
    width: 136px;
    height: 170px;
    right: 16px;
    bottom: 20px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item.item03_01::before {
    width: 191px;
    height: 191px;
    right: 9px;
    bottom: 8px;
  }
  .main_page
    .content_section.content03
    .content_wrap
    .product_section
    .item.item03_02::before {
    width: 192px;
    height: 150px;
    right: -16px;
    bottom: 26px;
  }
}

/* ================
		content04
	================*/
.main_page .content_section.content04 {
  background: #f5f5f7;
  padding: 200px 0 200px;
}
.main_page .content_section.content04 .section_inner {
}
.main_page .content_section.content04 .header_wrap {
  margin-bottom: 64px;
}
.main_page .content_section.content04 .content_wrap {
}
.main_page .content_section.content04 .content_wrap .table {
  width: 313px;
  border-bottom: 1px solid #cecece;
  background: #fff;
}
.main_page .content_section.content04 .content_wrap .table col.data1 {
  width: 120px;
}
.main_page .content_section.content04 .content_wrap .table col.data2 {
  width: 100px;
}
.main_page .content_section.content04 .content_wrap .table col.data3 {
}
.main_page .content_section.content04 .content_wrap .table th,
.main_page .content_section.content04 .content_wrap .table td {
  box-sizing: border-box;
  font-size: 13px;
}
.main_page .content_section.content04 .content_wrap .table thead th {
  border-left: 1px solid #f5f5f7;
  border-right: 1px solid #f5f5f7;
  background: #cecece;
  font-weight: 700;
  text-align: center;
  height: 31px;
}
.main_page .content_section.content04 .content_wrap .table thead th.pt {
  background: #fd753e;
  color: #fff;
}
.main_page
  .content_section.content04
  .content_wrap
  .table
  thead
  th:first-child {
  border-left-color: #cecece;
}
.main_page .content_section.content04 .content_wrap .table thead th:last-child {
  border-right-color: #cecece;
}
.main_page .content_section.content04 .content_wrap .table tbody th,
.main_page .content_section.content04 .content_wrap .table tbody td {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  height: 28px;
  padding: 0 10px;
}
.main_page .content_section.content04 .content_wrap .table tbody th {
  text-align: left;
  font-weight: 700;
}
.main_page .content_section.content04 .content_wrap .table tbody td {
  text-align: right;
}
.main_page .content_section.content04 .content_wrap .table tbody td.pt {
  text-align: center;
}
.main_page .content_section.content04 .content_wrap .subTxt {
  font-size: 12px;
  margin-top: 10px;
  color: #8b8b8b;
}
.main_page .content_section.content04 .visual {
}
/* PC */
@media (min-width: 1301px) {
  .main_page .content_section.content04 .visual {
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .main_page .content_section.content04 {
    padding: 50px 0 50px;
  }
  .main_page .content_section.content04::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 285px;
    background: transparent
      linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f7 100%) 0% 0% no-repeat;
  }
  .main_page .content_section.content04 .header_wrap {
    margin-bottom: 32px;
  }
  .main_page .content_section.content04 .content_wrap {
    width: 257px;
    margin: 48px auto 0;
  }
  .main_page .content_section.content04 .content_wrap .table {
    width: 100%;
  }
  .main_page .content_section.content04 .content_wrap .table col.data1 {
    width: 112px;
  }
  .main_page .content_section.content04 .content_wrap .table col.data2 {
    width: 75px;
  }
  .main_page .content_section.content04 .content_wrap .table col.data3 {
  }
  .main_page .content_section.content04 .content_wrap .table th,
  .main_page .content_section.content04 .content_wrap .table td {
    font-size: 10px;
  }
  .main_page .content_section.content04 .content_wrap .table thead th {
    height: 24px;
  }
  .main_page .content_section.content04 .content_wrap .table thead th.pt {
  }
  .main_page
    .content_section.content04
    .content_wrap
    .table
    thead
    th:first-child {
  }
  .main_page
    .content_section.content04
    .content_wrap
    .table
    thead
    th:last-child {
  }
  .main_page .content_section.content04 .content_wrap .table tbody th,
  .main_page .content_section.content04 .content_wrap .table tbody td {
    height: 22px;
    padding: 0 8px;
  }
  .main_page .content_section.content04 .content_wrap .table tbody th {
  }
  .main_page .content_section.content04 .content_wrap .table tbody td {
  }
  .main_page .content_section.content04 .content_wrap .table tbody td.pt {
  }
  .main_page .content_section.content04 .content_wrap .subTxt {
    font-size: 10px;
    margin-top: 6px;
    text-align: right;
  }
  .main_page .content_section.content04 .visual {
    text-align: center;
  }
  .main_page .content_section.content04 .visual img {
    width: 282px;
  }
}

/* ================
		content05
	================*/
.main_page .content_section.content05 {
  background: #f5f5f7;
  padding: 200px 0 200px;
}
.main_page .content_section.content05::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 540px;
  background: transparent
    linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f7 100%) 0% 0% no-repeat;
}
.main_page .content_section.content05 .header_wrap {
  text-align: center;
  margin-bottom: 120px;
}
.main_page .content_section.content05 .content_wrap {
}
.main_page .content_section.content05 .content_wrap::after {
  content: "";
  display: block;
  clear: both;
}
.main_page .content_section.content05 .content_wrap .item {
  box-sizing: border-box;
}
.main_page .content_section.content05 .content_wrap .item .inner {
  display: block;
  background: #fff;
  border-radius: 30px;
  height: 624px;
  box-sizing: border-box;
  padding: 40px 38px;
  position: relative;
  overflow: hidden;
  transition: background 0.5s;
}
.main_page .content_section.content05 .content_wrap .item .inner::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 24px;
  width: 48px;
  height: 48px;
  background: url("../images/main/ico_arrow_r01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
.main_page .content_section.content05 .content_wrap .item .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
  transition: transform 0.5s;
}
.main_page .content_section.content05 .content_wrap .item .tit {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.main_page .content_section.content05 .content_wrap .item .txt {
  display: block;
  font-size: 20px;
  margin-top: 11px;
  line-height: 1.4;
}
.main_page .content_section.content05 .content_wrap .item .inner:hover {
  background: #fd753e;
  color: #fff;
}
.main_page .content_section.content05 .content_wrap .item .inner:hover::after {
  transform: scale(1.03);
}
.main_page .content_section.content05 .content_wrap .item .inner:hover::before {
  animation: movingRight 1.2s infinite ease-in-out;
  opacity: 1;
}
@keyframes movingRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
/* PC */
@media (min-width: 1301px) {
  .main_page .content_section.content05 .content_wrap {
  }
  .main_page .content_section.content05 .content_wrap .item {
    float: left;
  }
  .main_page .content_section.content05 .content_wrap .item:nth-child(n + 3) {
    margin-top: 26px;
  }
  .main_page .content_section.content05 .content_wrap .item .inner {
  }
  .main_page .content_section.content05 .content_wrap .item .inner::before {
  }
  .main_page .content_section.content05 .content_wrap .item .inner::after {
  }
  .main_page .content_section.content05 .content_wrap .item .tit {
  }
  .main_page .content_section.content05 .content_wrap .item .txt {
  }
  .main_page .content_section.content05 .content_wrap .item.item01 {
    width: 754px;
  }
  .main_page .content_section.content05 .content_wrap .item.item01 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item01
    .inner::after {
    width: 511px;
    height: 485px;
    right: 27px;
    background-image: url("../images/main/img_content05_01.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item02 {
    float: right;
    width: 380px;
  }
  .main_page .content_section.content05 .content_wrap .item.item02 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item02
    .inner::after {
    width: 246px;
    height: 454px;
    right: 28px;
    background-image: url("../images/main/img_content05_02.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item03 {
    clear: both;
    width: 100%;
  }
  .main_page .content_section.content05 .content_wrap .item.item03 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item03
    .inner::after {
    width: 574px;
    height: 515px;
    right: 102px;
    bottom: 29px;
    background-image: url("../images/main/img_content05_03.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item04 {
    width: 380px;
  }
  .main_page .content_section.content05 .content_wrap .item.item04 .inner {
    height: 726px;
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item04
    .inner::after {
    width: 235px;
    height: 559px;
    right: 0;
    bottom: 30px;
    background-image: url("../images/main/img_content05_04.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item05 {
    width: 754px;
    float: right;
  }
  .main_page .content_section.content05 .content_wrap .item.item05 .inner {
    height: 349px;
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item05
    .inner::after {
    width: 409px;
    height: 275px;
    right: 55px;
    background-image: url("../images/main/img_content05_05.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item06 {
    width: 365px;
    margin-left: 26px;
  }
  .main_page .content_section.content05 .content_wrap .item.item06 .inner {
    height: 351px;
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item06
    .inner::after {
    width: 276px;
    height: 200px;
    right: 0;
    bottom: 30px;
    background-image: url("../images/main/img_content05_06.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item07 {
    width: 365px;
    float: right;
  }
  .main_page .content_section.content05 .content_wrap .item.item07 .inner {
    height: 351px;
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item07
    .inner::after {
    width: 345px;
    height: 192px;
    right: 7px;
    bottom: 22px;
    background-image: url("../images/main/img_content05_07.png");
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .main_page .content_section.content05 {
    padding: 94px 16px 127px;
  }
  .main_page .content_section.content05::before {
    height: 274px;
  }
  .main_page .content_section.content05 .header_wrap {
    margin-bottom: 38px;
  }
  .main_page .content_section.content05 .content_wrap .item ~ .item {
    margin-top: 10px;
  }
  .main_page .content_section.content05 .content_wrap .item .inner {
    height: 181px;
    padding: 20px;
    border-radius: 20px;
  }
  .main_page .content_section.content05 .content_wrap .item .inner::before {
    width: 30px;
    height: 30px;
    right: 18px;
    top: 12px;
  }
  .main_page .content_section.content05 .content_wrap .item .tit {
    font-size: 16px;
  }
  .main_page .content_section.content05 .content_wrap .item .txt {
    font-size: 12px;
    margin-top: 5px;
  }
  .main_page .content_section.content05 .content_wrap .item.item01 {
  }
  .main_page .content_section.content05 .content_wrap .item.item01 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item01
    .inner::after {
    width: 170px;
    height: 162px;
    right: 21px;
    background-image: url("../images/main/img_content05_01_m.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item02 {
  }
  .main_page .content_section.content05 .content_wrap .item.item02 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item02
    .inner::after {
    width: 115px;
    height: 181px;
    right: 45px;
    background-image: url("../images/main/img_content05_02_m.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item03 {
  }
  .main_page .content_section.content05 .content_wrap .item.item03 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item03
    .inner::after {
    width: 177px;
    height: 145px;
    right: 18px;
    bottom: 16px;
    background-image: url("../images/main/img_content05_03_m.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item04 {
  }
  .main_page .content_section.content05 .content_wrap .item.item04 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item04
    .inner::after {
    width: 110px;
    height: 171px;
    right: 51px;
    background-image: url("../images/main/img_content05_04_m.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item05 {
  }
  .main_page .content_section.content05 .content_wrap .item.item05 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item05
    .inner::after {
    width: 191px;
    height: 128px;
    right: 14px;
    background-image: url("../images/main/img_content05_05_m.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item06 {
    float: left;
    width: 50%;
    padding-right: 5px;
  }
  .main_page .content_section.content05 .content_wrap .item.item06 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item06
    .inner::after {
    width: 125px;
    height: 92px;
    right: 1px;
    bottom: 16px;
    background-image: url("../images/main/img_content05_06_m.png");
  }
  .main_page .content_section.content05 .content_wrap .item.item07 {
    float: right;
    width: 50%;
    padding-left: 5px;
  }
  .main_page .content_section.content05 .content_wrap .item.item07 .inner {
  }
  .main_page
    .content_section.content05
    .content_wrap
    .item.item07
    .inner::after {
    width: 152px;
    height: 77px;
    right: 0;
    bottom: 17px;
    background-image: url("../images/main/img_content05_07_m.png");
  }
}

/* ================
		content06
	================*/
.main_page .content_section.content06 {
  background: #f5f5f7;
  padding-top: 200px;
}
.main_page .content_section.content06::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 806px;
  background: transparent
    linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f7 100%) 0% 0% no-repeat;
}
.main_page .content_section.content06 .header_wrap {
  margin-bottom: 98px;
  text-align: center;
}
.main_page .content_section.content06 .content_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.main_page .content_section.content06 .content_wrap .item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 13px;
}
.main_page .content_section.content06 .content_wrap .inner {
  display: block;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.main_page .content_section.content06 .content_wrap .contBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main_page .content_section.content06 .content_wrap .contBox::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid transparent;
  border-radius: 30px;
  z-index: 10;
}
.main_page .content_section.content06 .content_wrap .contBox::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 18px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  color: transparent;
  text-indent: -999px;
  overflow: hidden;
  background: #fe743e url("../images/main/ico_more01.svg") center center
    no-repeat;
  background-size: 24px auto;
  border-radius: 999px;
  z-index: 50;
}
.main_page .content_section.content06 .content_wrap .contBox .visual {
  height: 100%;
}
.main_page .content_section.content06 .content_wrap .contBox .visual img {
  width: 100%;
  height: 100%;
}
.main_page .content_section.content06 .content_wrap .tit {
  font-size: 29px;
  font-weight: 700;
  position: absolute;
  left: 27px;
  top: 32px;
  z-index: 300;
}
.main_page .content_section.content06 .content_wrap .subBox {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fd753e;
  padding: 82px 27px 0;
  z-index: 100;
}
.main_page .content_section.content06 .content_wrap .subBox::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 18px;
  width: 28px;
  padding-top: 28px;
  height: 0;
  overflow: hidden;
  background: url("../images/main/ico_cancel01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.main_page .content_section.content06 .content_wrap .subBox .txt {
  font-size: 20px;
  line-height: 1.4;
}
.main_page .content_section.content06 .content_wrap .subBox .ico {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 0;
}
.main_page .content_section.content06 .content_wrap .subBox .ico i {
  display: inline-block;
  vertical-align: bottom;
  height: 0;
  overflow: hidden;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
}
.main_page .content_section.content06 .content_wrap .subBox .ico i ~ i {
  margin-left: 9px;
}
.main_page .content_section.content06 .content_wrap .subBox .ico i.i01 {
  width: 36px;
  padding-top: 31px;
  background-image: url("../images/main/ico_content06_01.svg");
}
.main_page .content_section.content06 .content_wrap .subBox .ico i.i02 {
  width: 46px;
  padding-top: 39px;
  background-image: url("../images/main/ico_content06_02.svg");
}
.main_page .content_section.content06 .content_wrap .subBox .ico i.i03 {
  width: 36px;
  padding-top: 69px;
  background-image: url("../images/main/ico_content06_03.svg");
}

.main_page .content_section.content06 .content_wrap .item.open {
  color: #fff;
}
.main_page .content_section.content06 .content_wrap .item.open .subBox {
  display: block;
}
.main_page .content_section.content06 .content_wrap .item.open .subBox .txt,
.main_page .content_section.content06 .content_wrap .item.open .subBox .ico {
  transform: none;
}
/* PC */
@media (min-width: 1301px) {
  .main_page .content_section.content06 .content_wrap .item:nth-child(n + 5) {
    margin-top: 36px;
  }
  .main_page .content_section.content06 .content_wrap .inner .contBox::before {
  }
  .main_page .content_section.content06 .content_wrap .inner .contBox::after {
    transition: all 0.5s;
    transform: scale(0.7) rotate(180deg);
  }
  .main_page .content_section.content06 .content_wrap .inner .contBox .visual {
    transition: transform 0.5s;
  }
  .main_page
    .content_section.content06
    .content_wrap
    .inner:hover
    .contBox::before {
    border-color: #fd753e;
  }
  .main_page
    .content_section.content06
    .content_wrap
    .inner:hover
    .contBox::after {
    opacity: 1;
    transform: none;
  }
  .main_page
    .content_section.content06
    .content_wrap
    .inner:hover
    .contBox
    .visual {
    transform: scale(1.05);
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .main_page .content_section.content06 {
    padding: 103px 16px 0;
  }
  .main_page .content_section.content06::before {
    height: 276px;
  }
  .main_page .content_section.content06 .header_wrap {
    margin-bottom: 38px;
  }
  .main_page .content_section.content06 .content_wrap {
    margin: 0 -4px;
  }
  .main_page .content_section.content06 .content_wrap .item {
    width: 50%;
    padding: 0 4px;
  }
  .main_page .content_section.content06 .content_wrap .item:nth-child(n + 3) {
    margin-top: 8px;
  }
  .main_page .content_section.content06 .content_wrap .inner {
    border-radius: 20px; /*height:167px;*/
  }

  .main_page .content_section.content06 .content_wrap .contBox {
  }
  .main_page .content_section.content06 .content_wrap .contBox::before {
    content: normal;
  }
  .main_page .content_section.content06 .content_wrap .contBox::after {
    content: normal;
  }
  .main_page .content_section.content06 .content_wrap .contBox .visual {
  }
  .main_page .content_section.content06 .content_wrap .tit {
    font-size: 17px;
    left: 14px;
    top: 19px;
  }
  .main_page .content_section.content06 .content_wrap .subBox {
    padding: 48px 14px 0;
  }
  .main_page .content_section.content06 .content_wrap .subBox::after {
    right: 14px;
    top: 15px;
    width: 17px;
    padding-top: 17px;
    background-image: url("../images/main/ico_cancel01_m.svg");
  }
  .main_page .content_section.content06 .content_wrap .subBox .txt {
    font-size: 14px;
  }
  .main_page .content_section.content06 .content_wrap .subBox .ico {
    right: 19px;
    bottom: 17px;
  }
  .main_page .content_section.content06 .content_wrap .subBox .ico i {
  }
  .main_page .content_section.content06 .content_wrap .subBox .ico i ~ i {
    margin-left: 7px;
  }
  .main_page .content_section.content06 .content_wrap .subBox .ico i.i01 {
    width: 28px;
    padding-top: 24px;
    background-image: url("../images/main/ico_content06_01_m.svg");
  }
  .main_page .content_section.content06 .content_wrap .subBox .ico i.i02 {
    width: 35px;
    padding-top: 30px;
    background-image: url("../images/main/ico_content06_02_m.svg");
  }
  .main_page .content_section.content06 .content_wrap .subBox .ico i.i03 {
    width: 28px;
    padding-top: 53px;
    background-image: url("../images/main/ico_content06_03_m.svg");
  }
}

/* ================
		content07
	================*/
.main_page .content_section.content07 {
  background: #f5f5f7;
  padding: 240px 0 160px;
}
.main_page .content_section.content07 .header_wrap {
  margin-bottom: 100px;
  text-align: center;
}
.main_page .content_section.content07 .header_wrap .logo {
  display: block;
  width: 263px;
  padding-top: 75px;
  height: 0;
  overflow: hidden;
  background: url("../images/logo_order_263_75.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 100px;
}

/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .main_page .content_section.content07 {
    padding: 60px 14px 24px;
  }
  .main_page .content_section.content07 .header_wrap {
    margin-bottom: 25px;
  }
  .main_page .content_section.content07 .header_wrap .logo {
    width: 129px;
    height: 12px;
    padding-top: 23px;
    margin-bottom: 59px;
  }
  .main_page .content_section.content07 .header_wrap .title {
    font-size: 20px;
  }
}

/******************************
***
***	02 프로덕트 > 랜딩페이지
***
******************************/
/* ================
		공통
	================*/
.productMain_page .content_section .header_wrap {
  text-align: center;
}
.productMain_page .content_section .header_wrap .stit {
  font-size: 53px;
  font-weight: 700;
  display: block;
  margin-bottom: 34px;
}
.productMain_page .content_section .header_wrap .title {
  font-size: 106px;
  font-weight: 800;
  color: #0703e6;
}
.productMain_page .content_section .header_wrap .subTxt {
  font-size: 47px;
  line-height: 1.1;
  margin-top: 29px;
}
.productMain_page .content_section .header_wrap .subTxt strong {
  font-weight: 700;
}
.productMain_page .content_section .header_wrap .btnOpen {
  display: block;
  margin: 24px auto 0;
  width: 448px;
  height: 109px;
  color: transparent;
  text-indent: -999px;
  overflow: hidden;
  background: url("../images/product/main/btn_control03_01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.productMain_page .content_section.open {
}
.productMain_page .content_section.open .header_wrap .btnOpen {
  background-image: url("../images/product/main/btn_control03_02.svg");
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section .header_wrap {
  }
  .productMain_page .content_section .header_wrap .stit {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
  }
  .productMain_page .content_section .header_wrap .title {
    font-size: 42px;
    font-weight: 900;
    word-break: keep-all;
  }
  .productMain_page .content_section .header_wrap .subTxt {
    font-size: 16px;
    margin-top: 11px;
  }
  .productMain_page .content_section .header_wrap .btnOpen {
    margin-top: 6px;
    width: 160px;
    height: 38px;
    background-image: url("../images/product/main/btn_control03_01_m.svg");
  }
  .productMain_page .content_section.open {
  }
  .productMain_page .content_section.open .header_wrap .btnOpen {
    background-image: url("../images/product/main/btn_control03_02_m.svg");
  }
}

.productMain_page.pos {
}
.productMain_page.kiosk {
}
.productMain_page.tableorder {
}
.productMain_page.serving {
}
.productMain_page.cardreader {
}
.productMain_page.kds {
}
.productMain_page.did {
}

/* ================
		intro
	================*/
.productMain_page .content_section.intro {
}
.productMain_page .content_section.intro .content01 {
  height: 1603px;
  background: #ebebeb url("../images/product/main/pos/bg_intro01.jpg") center
    center no-repeat;
  background-size: auto 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 89px;
}
.productMain_page .content_section.intro .content01 .logo {
  display: block;
  margin: 0 auto 46px;
  width: 175px;
  padding-top: 39px;
  height: 0;
  overflow: hidden;
  background: url("../images/logo_monki01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.productMain_page .content_section.intro .content01 .txt01 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 19px;
}
.productMain_page .content_section.intro .content01 .txt02 {
  font-size: 150px;
  font-weight: 800;
  color: #0703e6;
  line-height: 1.1;
}
.productMain_page .content_section.intro .content01 .txt03 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 400px;
  padding: 0 28px;
  height: 70px;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  border-radius: 999px;
  background: #0703e6;
  margin-top: 32px;
}
.productMain_page .content_section.intro .content02 {
  height: 528px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: #0703e6;
  text-align: center;
}
.productMain_page .content_section.intro .content02 .title {
  font-size: 100px;
  font-weight: 800;
}
.productMain_page .content_section.intro .content02 .title .pt {
  font-size: 132px;
  position: relative;
  top: 7%;
}
.productMain_page .content_section.intro .content02 .subTxt {
  font-size: 36px;
  margin-top: 19px;
}
.productMain_page .content_section.intro .content02 .txt {
  font-size: 47px;
  line-height: 1.3;
  margin-top: 38px;
}
.productMain_page .content_section.intro .content02 .txt .pt {
  font-weight: 700;
  color: #0703e6;
  position: relative;
}
.productMain_page .content_section.intro .content02 .txt .pt::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: 50%;
  height: 52px;
  margin-top: -26px;
  background: #83f406;
}
.productMain_page .content_section.intro .content02 .txt .pt span {
  position: relative;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.intro .content01 {
  }
  .productMain_page .content_section.intro .content01 {
    height: 605px;
    padding-top: 35px;
  }
  .productMain_page .content_section.intro .content01 .logo {
    margin-bottom: 17px;
    width: 66px;
    padding-top: 15px;
  }
  .productMain_page .content_section.intro .content01 .txt01 {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .productMain_page .content_section.intro .content01 .txt02 {
    font-size: 56px;
  }
  .productMain_page .content_section.intro .content01 .txt03 {
    min-width: 140px;
    padding: 0 12px;
    height: 27px;
    font-size: 16px;
    margin-top: 13px;
  }
  .productMain_page .content_section.intro .content02 {
    height: 200px;
  }
  .productMain_page .content_section.intro .content02 .title {
    font-size: 36px;
  }
  .productMain_page .content_section.intro .content02 .title .pt {
    font-size: 48px;
  }
  .productMain_page .content_section.intro .content02 .subTxt {
    font-size: 12px;
    margin-top: 9px;
  }
  .productMain_page .content_section.intro .content02 .txt {
    font-size: 17px;
    margin-top: 22px;
  }
  .productMain_page .content_section.intro .content02 .txt .pt {
  }
  .productMain_page .content_section.intro .content02 .txt .pt::before {
    left: -2px;
    right: -2px;
    height: 20px;
    margin-top: -10px;
  }
  .productMain_page .content_section.intro .content02 .txt .pt span {
  }
}

/* ================
		약속
	================*/
.productMain_page .content_section.promise {
  background: #f5f5f5;
  padding: 199px 0 205px;
}
.productMain_page .content_section.promise .header_wrap {
  margin-bottom: 123px;
}
.productMain_page .content_section.promise .content_wrap {
  padding: 0 90px;
  position: relative;
  box-sizing: border-box;
}
.productMain_page .content_section.promise .content_wrap .swiper-container {
  overflow: hidden;
  border-radius: 28px;
}
.productMain_page
  .content_section.promise
  .content_wrap
  .swiper-container:not(.swiper-initialized) {
}
.productMain_page
  .content_section.promise
  .content_wrap
  .swiper-container:not(.swiper-initialized)
  .item {
  width: 408px;
}
.productMain_page
  .content_section.promise
  .content_wrap
  .swiper-container:not(.swiper-initialized)
  .item
  ~ .item {
  margin-left: 28px;
}
.productMain_page
  .content_section.promise
  .content_wrap
  .swiper-container
  .item {
  box-sizing: border-box;
  width: 50%;
  background: #fff;
  border-radius: 28px;
  height: 408px;
  padding: 49px 44px 0;
}
.productMain_page
  .content_section.promise
  .content_wrap
  .swiper-container
  .item
  .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 33px;
  background: #0703e6;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 16px;
  border-radius: 99px;
}
.productMain_page
  .content_section.promise
  .content_wrap
  .swiper-container
  .item
  .txt01 {
  font-size: 32px;
  font-weight: 800;
}
.productMain_page
  .content_section.promise
  .content_wrap
  .swiper-container
  .item
  .txt01
  .pt {
  color: #0703e6;
}
.productMain_page
  .content_section.promise
  .content_wrap
  .swiper-container
  .item
  .txt02 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #6b6b6b;
  margin-top: 30px;
  word-break: keep-all;
}
.productMain_page .content_section.promise .content_wrap .swiper-button {
  width: 60px;
  height: 60px;
  background: url("../images/product/main/btn_control01_01.svg") center center
    no-repeat;
  background-size: 100% 100%;
  margin: 0;
  transform: translateY(-50%);
}
.productMain_page .content_section.promise .content_wrap .swiper-button::after {
  content: normal;
}
.productMain_page .content_section.promise .content_wrap .swiper-button-prev {
  left: 0;
}
.productMain_page .content_section.promise .content_wrap .swiper-button-next {
  right: 0;
  background-image: url("../images/product/main/btn_control01_02.svg");
}
/* PC */
@media (min-width: 1301px) {
  .productMain_page .content_section.promise .content_wrap {
    width: 1022px;
    margin: 0 auto;
  }
  .productMain_page .content_section.promise .content_wrap .swiper-container {
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.promise {
    padding: 73px 0 77px;
  }
  .productMain_page .content_section.promise .header_wrap {
    margin-bottom: 52px;
  }
  .productMain_page .content_section.promise .content_wrap {
    padding: 0 30px;
  }
  .productMain_page .content_section.promise .content_wrap .swiper-container {
    border-radius: 16px;
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-container:not(.swiper-initialized) {
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-container:not(.swiper-initialized)
    .swiper-wrapper {
    justify-content: space-between;
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-container:not(.swiper-initialized)
    .item {
    width: calc(50% - 3px);
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-container:not(.swiper-initialized)
    .item
    ~ .item {
    margin-left: 0;
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-container
    .item {
    border-radius: 16px;
    height: 154px;
    padding: 13px 12px 0;
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-container
    .item
    .tag {
    width: 44px;
    height: 16px;
    font-size: 10px;
    margin-bottom: 7px;
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-container
    .item
    .txt01 {
    font-size: 14px;
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-container
    .item
    .txt01
    .pt {
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-container
    .item
    .txt02 {
    font-size: 10px;
    margin-top: 10px;
  }
  .productMain_page .content_section.promise .content_wrap .swiper-button {
    width: 30px;
    height: 154px;
  }
  .productMain_page
    .content_section.promise
    .content_wrap
    .swiper-button::after {
  }
  .productMain_page .content_section.promise .content_wrap .swiper-button-prev {
    background-image: url("../images/product/main/btn_control01_01_m.svg");
  }
  .productMain_page .content_section.promise .content_wrap .swiper-button-next {
    background-image: url("../images/product/main/btn_control01_02_m.svg");
  }
}

/* ================
		추천합니다
	================*/
.productMain_page .content_section.recommd {
  padding: 190px 0;
}
.productMain_page .content_section.recommd .header_wrap {
  margin-bottom: 131px;
}
.productMain_page .content_section.recommd .content_wrap {
  font-size: 0;
  text-align: center;
}
.productMain_page .content_section.recommd .content_wrap .item {
  width: 260px;
  display: inline-block;
  vertical-align: top;
}
.productMain_page .content_section.recommd .content_wrap .thumb {
  height: 260px;
  overflow: hidden;
}
.productMain_page .content_section.recommd .content_wrap .thumb img {
  width: 100%;
  min-height: 100%;
}
.productMain_page .content_section.recommd .content_wrap .ct {
  font-size: 30px;
  line-height: 1.33;
  margin-top: 41px;
  font-weight: 700;
}
.productMain_page .content_section.recommd .content_wrap .ct .pt {
  color: #0703e6;
  font-weight: 800;
}
/* PC */
@media (min-width: 1301px) {
  .productMain_page .content_section.recommd .content_wrap .item ~ .item {
    margin-left: 20px;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.recommd {
    padding: 70px 0 80px;
  }
  .productMain_page .content_section.recommd .header_wrap {
    margin-bottom: 32px;
  }
  .productMain_page .content_section.recommd .content_wrap {
    width: 252px;
    margin: 0 auto;
  }
  .productMain_page .content_section.recommd .content_wrap .item {
    width: 120px;
  }
  .productMain_page
    .content_section.recommd
    .content_wrap
    .item:nth-child(n + 3) {
    margin-top: 26px;
  }
  .productMain_page
    .content_section.recommd
    .content_wrap
    .item:nth-child(even) {
    margin-left: 12px;
  }
  .productMain_page .content_section.recommd .content_wrap .thumb {
    height: 120px;
  }
  .productMain_page .content_section.recommd .content_wrap .thumb img {
  }
  .productMain_page .content_section.recommd .content_wrap .ct {
    font-size: 12px;
    margin-top: 10px;
  }
  .productMain_page .content_section.recommd .content_wrap .ct .pt {
  }
}

/* ================
		달라집니다
	================*/
.productMain_page .content_section.difference {
  background: #0703e7;
  padding: 158px 0;
}
.productMain_page .content_section.difference .header_wrap {
  color: #fff;
  margin-bottom: 85px;
}
.productMain_page .content_section.difference .header_wrap .title {
  color: #fff;
}
.productMain_page .content_section.difference .content_wrap {
  width: 1152px;
  margin: 0 auto;
}
.productMain_page .content_section.difference .content_wrap .inner {
  height: 640px;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.productMain_page .content_section.difference .content_wrap .inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.productMain_page .content_section.difference .content_wrap .inner ~ .inner {
  margin-top: 24px;
}
.productMain_page .content_section.difference .content_wrap .item {
  position: absolute;
  z-index: 100;
}
.productMain_page .content_section.difference .content_wrap .btn {
  display: flex;
  align-items: center;
  width: 190px;
  height: 65px;
  box-sizing: border-box;
  padding: 0 21px;
  border-radius: 20px;
  background: #fff;
  font-size: 27px;
  font-weight: 700;
}
.productMain_page .content_section.difference .content_wrap .btn::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/product/main/btn_more01.svg") 0 0 no-repeat;
  width: 36px;
  height: 36px;
  background-size: 100% 100%;
}
.productMain_page .content_section.difference .content_wrap .inner.content01 {
  background-image: url("../images/product/main/img_difference01.png");
}
.productMain_page .content_section.difference .content_wrap .cont {
  position: absolute;
  left: -39px;
  top: 56px;
  width: 370px;
  height: 175px;
  background: url("../images/product/main/bg_bubble01_01.png") 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 48px 20px 0;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.45;
  display: none;
  font-weight: 600;
}
.productMain_page .content_section.difference .content_wrap .cont.sz01 {
  left: 13px;
  width: 236px;
  height: 136px;
  background-image: url("../images/product/main/bg_bubble01_02.png");
}
.productMain_page .content_section.difference .content_wrap .cont .sub {
  font-size: 20px;
}
.productMain_page
  .content_section.difference
  .content_wrap
  .inner.content01
  .item.item01 {
  left: 352px;
  top: 34px;
}
.productMain_page
  .content_section.difference
  .content_wrap
  .inner.content01
  .item.item02 {
  right: 17px;
  top: 19px;
}
.productMain_page
  .content_section.difference
  .content_wrap
  .inner.content01
  .item.item03 {
  right: 267px;
  bottom: 100px;
}
.productMain_page .content_section.difference .content_wrap .inner.content02 {
  background-image: url("../images/product/main/img_difference02.png");
}
.productMain_page
  .content_section.difference
  .content_wrap
  .inner.content02
  .item.item01 {
  left: 47px;
  top: 41px;
}
.productMain_page
  .content_section.difference
  .content_wrap
  .inner.content02
  .item.item02 {
  right: 45px;
  top: 142px;
}
.productMain_page
  .content_section.difference
  .content_wrap
  .inner.content02
  .item.item03 {
  left: 401px;
  bottom: 50px;
}
.productMain_page .content_section.difference .content_wrap .btn.open ~ .cont {
  display: block;
}
.productMain_page .content_section.difference .content_wrap .btn.open,
.productMain_page .content_section.difference .content_wrap .btn:hover {
  background: #fd753e;
  color: #fff;
}
.productMain_page .content_section.difference .content_wrap .btn.open::after,
.productMain_page .content_section.difference .content_wrap .btn:hover::after {
  background-image: url("../images/product/main/btn_cancel01.svg");
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.difference {
    padding: 36px 0 58px;
  }
  .productMain_page .content_section.difference .header_wrap {
    margin-bottom: 39px;
  }
  .productMain_page .content_section.difference .header_wrap .title {
  }
  .productMain_page .content_section.difference .content_wrap {
    width: 352px;
  }
  .productMain_page .content_section.difference .content_wrap .inner {
    height: 196px;
  }
  .productMain_page .content_section.difference .content_wrap .inner::before {
    border-radius: 10px;
  }
  .productMain_page .content_section.difference .content_wrap .inner ~ .inner {
    margin-top: 8px;
  }
  .productMain_page .content_section.difference .content_wrap .item {
  }
  .productMain_page .content_section.difference .content_wrap .btn {
    width: 79px;
    height: 30px;
    padding: 0 9px;
    font-size: 11px;
  }
  .productMain_page .content_section.difference .content_wrap .btn::after {
    right: 5px;
    width: 20px;
    height: 20px;
  }
  .productMain_page .content_section.difference .content_wrap .cont {
    left: -57px;
    top: 24px;
    width: 148px;
    height: 66px;
    background-image: url("../images/product/main/bg_bubble01_01_m.png");
    padding: 18px 6px 0;
    font-size: 10px;
    line-height: 1.4;
  }
  .productMain_page .content_section.difference .content_wrap .cont.sz01 {
    left: 1px;
    width: 92px;
    height: 50px;
    background-image: url("../images/product/main/bg_bubble01_02_m.png");
  }
  .productMain_page .content_section.difference .content_wrap .cont .sub {
    font-size: 10px;
  }
  .productMain_page .content_section.difference .content_wrap .inner.content01 {
  }
  .productMain_page
    .content_section.difference
    .content_wrap
    .inner.content01
    .item.item01 {
    left: 80px;
    top: 9px;
  }
  .productMain_page
    .content_section.difference
    .content_wrap
    .inner.content01
    .item.item02 {
    right: 7px;
    top: 9px;
  }
  .productMain_page
    .content_section.difference
    .content_wrap
    .inner.content01
    .item.item03 {
    right: 64px;
    bottom: 19px;
  }
  .productMain_page .content_section.difference .content_wrap .inner.content02 {
  }
  .productMain_page
    .content_section.difference
    .content_wrap
    .inner.content02
    .item.item01 {
    left: 12px;
    top: 11px;
  }
  .productMain_page
    .content_section.difference
    .content_wrap
    .inner.content02
    .item.item02 {
    right: 10px;
    top: 36px;
  }
  .productMain_page
    .content_section.difference
    .content_wrap
    .inner.content02
    .item.item03 {
    left: 105px;
    bottom: 7px;
  }
  .productMain_page
    .content_section.difference
    .content_wrap
    .inner.content02
    .item.item03
    .cont
    li:last-child {
    letter-spacing: -0.09em;
  }
  .productMain_page
    .content_section.difference
    .content_wrap
    .btn.open
    ~ .cont {
  }
  .productMain_page .content_section.difference .content_wrap .btn.open,
  .productMain_page .content_section.difference .content_wrap .btn:hover {
  }
  .productMain_page .content_section.difference .content_wrap .btn.open::after,
  .productMain_page
    .content_section.difference
    .content_wrap
    .btn:hover::after {
  }
}

/* ================
		리얼후기
	================*/
.productMain_page .content_section.review {
  padding: 151px 0 141px;
}
.productMain_page .content_section.review .header_wrap {
  margin-bottom: 89px;
}
.productMain_page .content_section.review .content_wrap {
}
.productMain_page .content_section.review .content_wrap .inner {
  font-size: 0;
}
.productMain_page .content_section.review .content_wrap .item {
  display: inline-block;
  vertical-align: middle;
  width: 378px;
  position: relative;
}
.productMain_page .content_section.review .content_wrap .item ~ .item {
  margin-left: 11px;
}
.productMain_page .content_section.review .content_wrap .videoBox {
  position: relative;
  height: 227px;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
}
.productMain_page .content_section.review .content_wrap .videoBox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.productMain_page .content_section.review .content_wrap .titleBox {
  padding: 20px 0 25px;
  border-bottom: 1px solid #b7b7b7;
}
.productMain_page .content_section.review .content_wrap .titleBox .sub {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  margin-bottom: 6px;
}
.productMain_page .content_section.review .content_wrap .titleBox .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 28px;
  font-weight: 700;
}
.productMain_page .content_section.review .content_wrap .contBox {
  position: relative;
  padding-left: 93px;
  margin-top: 24px;
}
.productMain_page .content_section.review .content_wrap .contBox .prf {
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
}
.productMain_page .content_section.review .content_wrap .contBox .prf img {
  width: 100%;
  height: 100%;
}
.productMain_page .content_section.review .content_wrap .contBox .name {
  font-size: 20px;
  font-weight: 600;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productMain_page .content_section.review .content_wrap .contBox .txt {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -o-text-oveflow: ellipsis;
  white-space: normal;
}
/* PC */
@media (min-width: 1301px) {
  .productMain_page .content_section.review .content_wrap {
    width: 1156px;
    margin: 0 auto;
  }
  .productMain_page .content_section.review .content_wrap .item.main {
    display: block;
    margin-bottom: 46px;
    width: auto;
    height: 494px;
    padding-left: 804px;
  }
  .productMain_page .content_section.review .content_wrap .item.main + .item {
    margin-left: 0;
  }
  .productMain_page .content_section.review .content_wrap .item.main .videoBox {
    width: 769px;
    height: 494px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .productMain_page .content_section.review .content_wrap .item.main .titleBox {
    padding: 43px 0 29px;
  }
  .productMain_page
    .content_section.review
    .content_wrap
    .item.main
    .titleBox
    .sub {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .productMain_page
    .content_section.review
    .content_wrap
    .item.main
    .titleBox
    .title {
    font-size: 31px;
  }
  .productMain_page .content_section.review .content_wrap .item.main .contBox {
    position: absolute;
    right: 0;
    bottom: 37px;
    padding-left: 0;
    margin-top: 0;
    width: 352px;
  }
  .productMain_page
    .content_section.review
    .content_wrap
    .item.main
    .contBox
    .prf {
    position: static;
    width: 80px;
    height: 80px;
    transform: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .productMain_page
    .content_section.review
    .content_wrap
    .item.main
    .contBox
    .prf
    img {
  }
  .productMain_page
    .content_section.review
    .content_wrap
    .item.main
    .contBox
    .name {
    display: inline-block;
    vertical-align: bottom;
    font-size: 24px;
    font-weight: 600;
    width: 200px;
    margin-left: 11px;
  }
  .productMain_page
    .content_section.review
    .content_wrap
    .item.main
    .contBox
    .txt {
    margin-top: 15px;
    font-size: 28px;
    line-height: 38px;
    height: 76px;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.review {
    padding: 49px 0 50px;
  }
  .productMain_page .content_section.review .header_wrap {
    margin-bottom: 33px;
  }
  .productMain_page .content_section.review .content_wrap {
  }
  .productMain_page .content_section.review .content_wrap .inner {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 27px;
    text-align: center;
  }
  .productMain_page .content_section.review .content_wrap .item {
    width: 280px;
    text-align: left;
  }
  .productMain_page .content_section.review .content_wrap .item ~ .item {
    margin-left: 9px;
  }
  .productMain_page .content_section.review .content_wrap .videoBox {
    height: 168px;
    border-radius: 10px;
  }
  .productMain_page .content_section.review .content_wrap .videoBox iframe {
  }
  .productMain_page .content_section.review .content_wrap .titleBox {
    padding: 15px 0 19px;
  }
  .productMain_page .content_section.review .content_wrap .titleBox .sub {
    font-size: 14px;
  }
  .productMain_page .content_section.review .content_wrap .titleBox .title {
    font-size: 20px;
  }
  .productMain_page .content_section.review .content_wrap .contBox {
    padding-left: 67px;
    margin-top: 18px;
  }
  .productMain_page .content_section.review .content_wrap .contBox .prf {
    width: 52px;
    height: 52px;
  }
  .productMain_page .content_section.review .content_wrap .contBox .prf img {
  }
  .productMain_page .content_section.review .content_wrap .contBox .name {
    font-size: 14px;
    font-weight: 500;
  }
  .productMain_page .content_section.review .content_wrap .contBox .txt {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
}

/* ================
		제휴브랜드
	================*/
.productMain_page .content_section.partner {
  padding: 111px 0 155px;
}
.productMain_page .content_section.partner .header_wrap {
  margin-bottom: 139px;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.partner {
    padding: 80px 0 72px;
  }
  .productMain_page .content_section.partner .header_wrap {
    margin-bottom: 51px;
  }
}

/* ================
		혜택
	================*/
.productMain_page .content_section.benefit {
  background: #f5f5f5;
  padding: 191px 0 202px;
}
.productMain_page .content_section.benefit .header_wrap {
  margin-bottom: 100px;
}
.productMain_page .content_section.benefit .content_wrap {
  width: 1152px;
  margin: 0 auto;
}
.productMain_page .content_section.benefit .content_wrap > ul {
  font-size: 0;
}
.productMain_page .content_section.benefit .content_wrap .item {
  display: inline-block;
  vertical-align: top;
  width: 562px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.productMain_page
  .content_section.benefit
  .content_wrap
  .item:nth-child(n + 3) {
  margin-top: 26px;
}
.productMain_page .content_section.benefit .content_wrap .item:nth-child(even) {
  margin-left: 28px;
}
.productMain_page .content_section.benefit .content_wrap .contInner {
  display: block;
  background: #fff;
  height: 285px;
  padding: 70px 0 0 273px;
  position: relative;
  color: #0703e6;
  box-sizing: border-box;
}
.productMain_page .content_section.benefit .content_wrap .contInner .thumb {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: -90px;
  overflow: hidden;
  transition: transform 0.5s;
}
.productMain_page .content_section.benefit .content_wrap .contInner .thumb img {
  width: 100%;
  min-height: 100%;
}
.productMain_page .content_section.benefit .content_wrap .contInner .ctBox {
}
.productMain_page
  .content_section.benefit
  .content_wrap
  .contInner
  .ctBox
  .num {
  display: inline-block;
  position: relative;
  line-height: 40px;
  height: 40px;
  font-size: 34px;
  font-weight: 800;
}
.productMain_page
  .content_section.benefit
  .content_wrap
  .contInner
  .ctBox
  .num::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 5px;
  background: #0606e6;
}
.productMain_page .content_section.benefit .content_wrap .contInner .ctBox .ct {
  display: block;
  margin-top: 22px;
  font-size: 32px;
  font-weight: 800;
}
.productMain_page
  .content_section.benefit
  .content_wrap
  .contInner
  .ctBox
  .ct
  .sub {
  font-size: 24px;
  font-weight: 400;
}
.productMain_page .content_section.benefit .content_wrap .subInner {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fd753e;
  color: #fff;
  box-sizing: border-box;
  padding: 38px 39px 0;
}
.productMain_page .content_section.benefit .content_wrap .subInner::after {
  content: "";
  position: absolute;
  right: 31px;
  top: 33px;
  width: 40px;
  height: 40px;
  background: url("../images/product/main/btn_cancel01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.productMain_page .content_section.benefit .content_wrap .subInner .tit {
  font-size: 38px;
  font-weight: 600;
}
.productMain_page .content_section.benefit .content_wrap .subInner .txt {
  margin-top: 36px;
  font-size: 28px;
  line-height: 1.55;
}
.productMain_page
  .content_section.benefit
  .content_wrap
  .item:hover
  .contInner
  .thumb {
  transform: scale(1.1);
}
.productMain_page .content_section.benefit .content_wrap .item.open {
}
.productMain_page .content_section.benefit .content_wrap .item.open .subInner {
  display: block;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.benefit {
    padding: 54px 0 63px;
  }
  .productMain_page .content_section.benefit .header_wrap {
    margin-bottom: 23px;
  }
  .productMain_page .content_section.benefit .content_wrap {
    width: 354px;
  }
  .productMain_page .content_section.benefit .content_wrap > ul {
  }
  .productMain_page .content_section.benefit .content_wrap .item {
    width: 173px;
    border-radius: 10px;
  }
  .productMain_page
    .content_section.benefit
    .content_wrap
    .item:nth-child(n + 3) {
    margin-top: 7px;
  }
  .productMain_page
    .content_section.benefit
    .content_wrap
    .item:nth-child(even) {
    margin-left: 8px;
  }
  .productMain_page .content_section.benefit .content_wrap .contInner {
    height: 88px;
    padding: 21px 0 0 80px;
  }
  .productMain_page .content_section.benefit .content_wrap .contInner .thumb {
    width: 56px;
    height: 56px;
    left: 13px;
    margin-top: -28px;
  }
  .productMain_page
    .content_section.benefit
    .content_wrap
    .contInner
    .thumb
    img {
  }
  .productMain_page .content_section.benefit .content_wrap .contInner .ctBox {
  }
  .productMain_page
    .content_section.benefit
    .content_wrap
    .contInner
    .ctBox
    .num {
    line-height: 12px;
    height: 12px;
    font-size: 10px;
  }
  .productMain_page
    .content_section.benefit
    .content_wrap
    .contInner
    .ctBox
    .num::after {
    height: 2px;
  }
  .productMain_page
    .content_section.benefit
    .content_wrap
    .contInner
    .ctBox
    .ct {
    margin-top: 6px;
    font-size: 12px;
  }
  .productMain_page
    .content_section.benefit
    .content_wrap
    .contInner
    .ctBox
    .ct
    .sub {
    display: none;
  }
  .productMain_page .content_section.benefit .content_wrap .subInner {
    padding: 13px 13px 0;
  }
  .productMain_page .content_section.benefit .content_wrap .subInner::after {
    right: 10px;
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .productMain_page .content_section.benefit .content_wrap .subInner .tit {
    font-size: 12px;
  }
  .productMain_page .content_section.benefit .content_wrap .subInner .txt {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.4;
  }
  .productMain_page .content_section.benefit .content_wrap .item.open {
  }
  .productMain_page
    .content_section.benefit
    .content_wrap
    .item.open
    .subInner {
  }
}

/* ================
		기능및스펙
	================*/
.productMain_page .content_section.feature {
  padding: 194px 0 157px;
  background: #0703e6;
}
.productMain_page .content_section.feature .header_wrap {
  margin-bottom: 99px;
  color: #fff;
}
.productMain_page .content_section.feature .header_wrap .title {
  color: #fff;
}
.productMain_page .content_section.feature .content_wrap {
  background: #fff;
  padding: 84px 0 104px;
  border-radius: 40px;
}
.productMain_page .content_section.feature .content_wrap .item {
}
.productMain_page .content_section.feature .content_wrap .item ~ .item {
  margin-top: 95px;
}
.productMain_page .content_section.feature .content_wrap .headerBox {
  padding: 0 71px;
  margin-bottom: 39px;
}
.productMain_page .content_section.feature .content_wrap .headerBox .num {
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 47px;
  display: block;
}
.productMain_page .content_section.feature .content_wrap .headerBox .title {
  line-height: 1.3;
  font-size: 46px;
  font-weight: 700;
}
.productMain_page .content_section.feature .content_wrap .headerBox .title .pt {
  position: relative;
  color: #fff;
  font-weight: 800;
}
.productMain_page
  .content_section.feature
  .content_wrap
  .headerBox
  .title
  .pt::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
  background: #0703e6;
}
.productMain_page
  .content_section.feature
  .content_wrap
  .headerBox
  .title
  .pt
  span {
  position: relative;
}
.productMain_page .content_section.feature .content_wrap .contBox {
  text-align: center;
}
.productMain_page .content_section.feature .content_wrap .contBox img {
  max-width: 100%;
}
/* PC */
@media (min-width: 1301px) {
  .productMain_page .content_section.feature .content_wrap {
    width: 1090px;
    margin: 0 auto;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.feature {
    padding: 53px 12px 57px;
  }
  .productMain_page .content_section.feature .header_wrap {
    margin-bottom: 31px;
  }
  .productMain_page .content_section.feature .header_wrap .title {
  }
  .productMain_page .content_section.feature .content_wrap {
    padding: 25px 0 30px;
    border-radius: 20px;
  }
  .productMain_page .content_section.feature .content_wrap .item {
  }
  .productMain_page .content_section.feature .content_wrap .item ~ .item {
    margin-top: 38px;
  }
  .productMain_page .content_section.feature .content_wrap .headerBox {
    padding: 0 11px;
    margin-bottom: 11px;
  }
  .productMain_page .content_section.feature .content_wrap .headerBox .num {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .productMain_page .content_section.feature .content_wrap .headerBox .title {
    font-size: 18px;
  }
  .productMain_page
    .content_section.feature
    .content_wrap
    .headerBox
    .title
    .pt {
  }
  .productMain_page
    .content_section.feature
    .content_wrap
    .headerBox
    .title
    .pt::before {
    height: 24px;
  }
  .productMain_page
    .content_section.feature
    .content_wrap
    .headerBox
    .title
    .pt
    span {
  }
  .productMain_page .content_section.feature .content_wrap .contBox {
    padding: 0 11px;
  }
  .productMain_page .content_section.feature .content_wrap .contBox img {
  }
}

/* ================
		사양
	================*/
.productMain_page .content_section.spec {
  padding: 201px 0 59px;
}
.productMain_page .content_section.spec .header_wrap {
  margin-bottom: 31px;
}
.productMain_page .content_section.spec .content_wrap {
  display: none;
}
.productMain_page .content_section.spec .content_wrap .imgBox {
}
.productMain_page .content_section.spec .content_wrap .imgBox ~ .imgBox {
  margin-top: 44px;
}
.productMain_page .content_section.spec .content_wrap .imgBox img {
  width: 100%;
}
.productMain_page .content_section.spec.open .content_wrap {
  display: block;
}
/* PC */
@media (min-width: 1301px) {
  .productMain_page .content_section.spec .content_wrap {
    width: 1091px;
    margin: 0 auto;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.spec {
    padding: 31px 24px 33px;
  }
  .productMain_page .content_section.spec .content_wrap {
  }
  .productMain_page .content_section.spec .content_wrap .imgBox ~ .imgBox {
    margin-top: 14px;
  }
}

/* ================
		Q&A
	================*/
.productMain_page .content_section.qna {
  padding: 174px 0 237px;
}
.productMain_page .content_section.qna .header_wrap {
  margin-bottom: 114px;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.qna {
    padding: 83px 0 91px;
  }
  .productMain_page .content_section.qna .header_wrap {
    margin-bottom: 33px;
  }
}

/* ================
		먼키회사
	================*/
.productMain_page .content_section.monki {
}
.productMain_page .content_section.monki .content01 {
  background: url("../images/product/main/bg_monki01.jpg") center center
    no-repeat;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  padding: 155px 0 240px;
}
.productMain_page .content_section.monki .content01 .section_inner {
  width: 860px;
  margin: 0 auto;
}
.productMain_page .content_section.monki .content01 .headerBox {
}
.productMain_page .content_section.monki .content01 .headerBox .title {
  padding-bottom: 18px;
  font-size: 76px;
  font-weight: 800;
  line-height: 1.15;
}
.productMain_page .content_section.monki .content01 .headerBox .sub {
  display: block;
  font-weight: 800;
  font-size: 34px;
  text-align: right;
  padding-top: 31px;
  border-top: 5px solid #fff;
  letter-spacing: 0;
}
.productMain_page .content_section.monki .content01 .logoBox {
  margin-top: 30px;
  text-align: center;
}
.productMain_page .content_section.monki .content01 .logoBox img {
  width: 250px;
}
.productMain_page .content_section.monki .content01 .subTitleBox {
  font-size: 38px;
  font-weight: 800; /*letter-spacing:19px;*/
  text-align: justify;
  margin-top: 78px;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
}
.productMain_page .content_section.monki .content01 .subTitleBox::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.productMain_page .content_section.monki .content01 .content_wrap {
  position: relative;
  margin-top: 85px;
}
.productMain_page
  .content_section.monki
  .content01
  .content_wrap
  .swiper-container {
  overflow: hidden;
}
.productMain_page .content_section.monki .content01 .content_wrap .item {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  color: #000;
}
.productMain_page .content_section.monki .content01 .content_wrap .item .thumb {
}
.productMain_page
  .content_section.monki
  .content01
  .content_wrap
  .item
  .thumb
  img {
  width: 100%;
}
.productMain_page .content_section.monki .content01 .content_wrap .item .ct {
  padding-top: 37px;
  font-size: 30px;
  font-weight: 400;
  box-sizing: border-box;
  height: 223px;
}
.productMain_page
  .content_section.monki
  .content01
  .content_wrap
  .swiper-button {
  width: 60px;
  height: 60px;
  background: url("../images/product/main/btn_control02_01.svg") center center
    no-repeat;
  background-size: 100% 100%;
  margin: 0;
  transform: translateY(-50%);
}
.productMain_page
  .content_section.monki
  .content01
  .content_wrap
  .swiper-button::after {
  content: normal;
}
.productMain_page
  .content_section.monki
  .content01
  .content_wrap
  .swiper-button-prev {
  left: -84px;
}
.productMain_page
  .content_section.monki
  .content01
  .content_wrap
  .swiper-button-next {
  right: -84px;
  background-image: url("../images/product/main/btn_control02_02.svg");
}
.productMain_page .content_section.monki .content02 {
}
.productMain_page .content_section.monki .content02 img {
  width: 100%;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.monki {
  }
  .productMain_page .content_section.monki .content01 {
    padding: 22px 0 39px;
  }
  .productMain_page .content_section.monki .content01 .section_inner {
    width: 310px;
  }
  .productMain_page .content_section.monki .content01 .headerBox {
  }
  .productMain_page .content_section.monki .content01 .headerBox .title {
    padding-bottom: 12px;
    font-size: 22px;
  }
  .productMain_page .content_section.monki .content01 .headerBox .sub {
    font-size: 10px;
    padding-top: 9px;
    border-top-width: 3px;
  }
  .productMain_page .content_section.monki .content01 .logoBox {
    margin-top: 8px;
  }
  .productMain_page .content_section.monki .content01 .logoBox img {
    width: 90px;
  }
  .productMain_page .content_section.monki .content01 .subTitleBox {
    font-size: 14px;
    margin-top: 20px;
    line-height: 16px;
    height: 16px;
  }
  .productMain_page .content_section.monki .content01 .subTitleBox::after {
  }
  .productMain_page .content_section.monki .content01 .content_wrap {
    margin-top: 25px;
  }
  .productMain_page
    .content_section.monki
    .content01
    .content_wrap
    .swiper-container {
  }
  .productMain_page .content_section.monki .content01 .content_wrap .item {
    border-radius: 12px;
  }
  .productMain_page
    .content_section.monki
    .content01
    .content_wrap
    .item
    .thumb {
  }
  .productMain_page
    .content_section.monki
    .content01
    .content_wrap
    .item
    .thumb
    img {
  }
  .productMain_page .content_section.monki .content01 .content_wrap .item .ct {
    padding-top: 10px;
    font-size: 11px;
    height: 76px;
  }
  .productMain_page
    .content_section.monki
    .content01
    .content_wrap
    .swiper-button {
    width: 24px;
    height: 24px;
  }
  .productMain_page
    .content_section.monki
    .content01
    .content_wrap
    .swiper-button::after {
  }
  .productMain_page
    .content_section.monki
    .content01
    .content_wrap
    .swiper-button-prev {
    left: -34px;
    background-image: url("../images/product/main/btn_control02_01_m.svg");
  }
  .productMain_page
    .content_section.monki
    .content01
    .content_wrap
    .swiper-button-next {
    right: -34px;
    background-image: url("../images/product/main/btn_control02_02_m.svg");
  }
  .productMain_page .content_section.monki .content02 {
  }
  .productMain_page .content_section.monki .content02 img {
    width: 100%;
  }
}

/* ================
		문의하기
	================*/
.productMain_page .content_section.inquiry {
  padding: 120px 0 67px;
  background: #f6f6f6;
}
.productMain_page .content_section.inquiry .header_wrap {
  margin-bottom: 20px;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.inquiry {
    padding: 60px 0 36px;
  }
  .productMain_page .content_section.inquiry .header_wrap {
    margin-bottom: 11px;
  }
  .productMain_page .content_section.inquiry .content_wrap {
    padding: 0 14px;
  }
}

/* ================
		제품리스트
	================*/
.productMain_page .content_section.product {
  background: #0606e6;
  padding: 76px 0 75px;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page .content_section.product {
    padding: 27px 0 35px;
  }
}

/* ================
		먼키포스
	================*/
.productMain_page.pos {
}
.productMain_page.pos .content_section.intro {
}
.productMain_page.pos .content_section.intro .content01 {
  background-image: url("../images/product/main/pos/bg_intro01.jpg");
  padding-top: 97px;
}
.productMain_page.pos .content_section.feature {
  padding-bottom: 289px;
}
.productMain_page.pos .content_section.feature .content_wrap {
}
.productMain_page.pos .content_section.feature .content_wrap .item {
  margin-bottom: 0px;
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page.pos .content_section.intro .content01 {
    padding-top: 35px;
  }
  .productMain_page.pos .content_section.feature {
    padding-bottom: 76px;
  }
  .productMain_page.pos .content_section.feature .content_wrap {
  }
  .productMain_page.pos .content_section.feature .content_wrap .item {
    margin-bottom: -78px;
  }
}

/* ================
		키오스크
	================*/
.productMain_page.kiosk {
}
.productMain_page.kiosk .content_section.intro {
}
.productMain_page.kiosk .content_section.intro .content01 {
  background-image: url("../images/product/main/kiosk/bg_intro01.jpg");
  padding-top: 97px;
}
.productMain_page.kiosk .content_section.feature {
  padding-bottom: 289px;
}
.productMain_page.kiosk .content_section.feature .content_wrap {
}
.productMain_page.kiosk .content_section.feature .content_wrap .item {
  margin-bottom: 0px;
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page.kiosk .content_section.intro .content01 {
    padding-top: 35px;
  }
  .productMain_page.kiosk .content_section.feature {
    padding-bottom: 76px;
  }
  .productMain_page.kiosk .content_section.feature .content_wrap {
  }
  .productMain_page.kiosk .content_section.feature .content_wrap .item {
    margin-bottom: -78px;
  }
}

/* ================
		카드단말기
	================*/
.productMain_page.cardreader {
}
.productMain_page.cardreader .content_section.intro {
}
.productMain_page.cardreader .content_section.intro .content01 {
  background-image: url("../images/product/main/cardreader/bg_intro01.jpg");
  padding-top: 97px;
}
.productMain_page.cardreader .content_section.feature {
  padding-bottom: 289px;
}
.productMain_page.cardreader .content_section.feature .content_wrap {
}
.productMain_page.cardreader .content_section.feature .content_wrap .item {
  margin-bottom: 0px;
}
/* Mobile */
@media (max-width: 1300px) {
  .productMain_page.cardreader .content_section.intro .content01 {
    padding-top: 35px;
  }
  .productMain_page.cardreader .content_section.feature {
    padding-bottom: 76px;
  }
  .productMain_page.cardreader .content_section.feature .content_wrap {
  }
  .productMain_page.cardreader .content_section.feature .content_wrap .item {
    margin-bottom: -78px;
  }
}

/******************************
***
***	02 프로덕트 > 소개페이지
***
******************************/

/* ================
		공통
	================*/
.productAboutPage {
  /*background:#f5f5f7;*/
}

.productAbout_page .body_inner {
  padding-top: 34px;
  background: #f5f5f7;
}
.productAbout_page .content_section {
}
.productAbout_page .content_section .header_wrap {
  position: relative;
}
.productAbout_page .content_section .header_wrap .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}
.productAbout_page .content_section .header_wrap .rBox {
  position: absolute;
  right: 0;
  bottom: 0;
}
.productAbout_page .content_section .header_wrap .rBox .btnGo {
  color: #fd753e;
  padding-right: 26px;
  position: relative;
  font-size: 28px;
}
.productAbout_page .content_section .header_wrap .rBox .btnGo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/product/ico_arrow_r01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.productAbout_page .banner_type01 {
  margin-top: 121px;
}
/* PC */
@media (min-width: 1301px) {
  .productAbout_page .content_section {
    width: 1300px;
    margin: 0 auto;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .productAbout_page .body_inner {
    padding-top: 26px;
  }
  .productAbout_page .content_section {
    padding: 0 16px;
  }
  .productAbout_page .content_section .header_wrap {
  }
  .productAbout_page .content_section .header_wrap .title {
    font-size: 24px;
  }
  .productAbout_page .content_section .header_wrap .rBox {
  }
  .productAbout_page .content_section .header_wrap .rBox .btnGo {
    padding-right: 20px;
    font-size: 13px;
  }
  .productAbout_page .content_section .header_wrap .rBox .btnGo::after {
    width: 20px;
    height: 20px;
    background-image: url("../images/product/ico_arrow_r01_m.svg");
  }
  .productAbout_page .banner_type01 {
    margin-top: 41px;
  }
}

/* ================
		INTRO
	================*/
.productAbout_page .content_section.intro {
}
.productAbout_page .content_section.intro .content_wrap {
  position: relative;
}
.productAbout_page .content_section.intro .content_wrap .swiper-container {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.productAbout_page .content_section.intro .content_wrap .swiper-slide {
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  height: 0;
  overflow: hidden;
  padding-top: 60.307%;
}
.productAbout_page .content_section.intro .content_wrap .swiper-slide .visual {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.productAbout_page
  .content_section.intro
  .content_wrap
  .swiper-slide
  .visual
  img {
  width: 100%;
  height: 100%;
}
.productAbout_page .content_section.intro .content_wrap .swiper-slide .ctBox {
  position: absolute;
  z-index: 100;
}
.productAbout_page
  .content_section.intro
  .content_wrap
  .swiper-slide
  .ctBox.black {
  color: #fff;
}
.productAbout_page
  .content_section.intro
  .content_wrap
  .swiper-slide
  .ctBox.lt {
  left: 74px;
  top: 66px;
}
.productAbout_page
  .content_section.intro
  .content_wrap
  .swiper-slide
  .ctBox.lc {
  width: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.productAbout_page
  .content_section.intro
  .content_wrap
  .swiper-slide
  .ctBox.rc {
  width: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.productAbout_page
  .content_section.intro
  .content_wrap
  .swiper-slide
  .ctBox.cc {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.productAbout_page .content_section.intro .content_wrap .swiper-slide .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.35;
}
.productAbout_page .content_section.intro .content_wrap .swiper-slide .txt {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.4;
}
.productAbout_page .content_section.intro .content_wrap .swiper-button {
  width: 80px;
  height: 80px;
  margin: 0;
  transform: translateY(-50%);
  background: url("../images/product/about/btn_control01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.productAbout_page .content_section.intro .content_wrap .swiper-button::after {
  content: normal;
}
.productAbout_page .content_section.intro .content_wrap .swiper-button-prev {
  left: 13px;
}
.productAbout_page .content_section.intro .content_wrap .swiper-button-next {
  right: 13px;
  transform: rotate(180deg) translateY(50%);
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productAbout_page .content_section.intro .content_wrap {
  }
  .productAbout_page .content_section.intro .content_wrap .swiper-container {
    border-radius: 20px;
    padding-top: 97.093%;
    height: 0;
    overflow: hidden;
  }
  .productAbout_page .content_section.intro .content_wrap .swiper-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .productAbout_page .content_section.intro .content_wrap .swiper-slide {
    border-radius: 20px;
    padding-top: 97.093%;
  }
  .productAbout_page .content_section.intro .content_wrap .swiper-slide .title {
    font-size: 21px;
  }
  .productAbout_page .content_section.intro .content_wrap .swiper-slide .txt {
    font-size: 12px;
  }
  .productAbout_page
    .content_section.intro
    .content_wrap
    .swiper-slide
    .ctBox.lt {
    left: 26px;
    top: 8.383%;
  }
  .productAbout_page
    .content_section.intro
    .content_wrap
    .swiper-slide
    .ctBox.lc {
  }
  .productAbout_page
    .content_section.intro
    .content_wrap
    .swiper-slide
    .ctBox.rc {
  }
  .productAbout_page
    .content_section.intro
    .content_wrap
    .swiper-slide
    .ctBox.cc {
  }
  .productAbout_page .content_section.intro .content_wrap .swiper-button {
    width: 40px;
    height: 100px;
    background: url("../images/product/about/btn_control01_m.svg");
  }
  .productAbout_page
    .content_section.intro
    .content_wrap
    .swiper-button::after {
  }
  .productAbout_page .content_section.intro .content_wrap .swiper-button-prev {
    left: 0;
  }
  .productAbout_page .content_section.intro .content_wrap .swiper-button-next {
    right: 0;
  }
}

/* ================
		ABOUT
	================*/
.productAbout_page .content_section.about {
  margin-top: 230px;
}
.productAbout_page .content_section.about .header_wrap {
  margin-bottom: 55px;
}
.productAbout_page .content_section.about .content_wrap {
}
.productAbout_page .content_section.about .content_wrap .tab_inner {
}
.productAbout_page .content_section.about .content_wrap .content_inner {
}
.productAbout_page
  .content_section.about
  .content_wrap
  .content_inner
  .swiper-container {
  overflow: hidden;
  border-radius: 30px;
}
.productAbout_page
  .content_section.about
  .content_wrap
  .content_inner
  .swiper-slide {
  height: 0;
  padding-top: 69.705%;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
.productAbout_page
  .content_section.about
  .content_wrap
  .content_inner
  .swiper-slide
  .visual {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.productAbout_page
  .content_section.about
  .content_wrap
  .content_inner
  .swiper-slide
  .visual
  img {
  width: 100%;
  height: 100%;
}
.productAbout_page
  .content_section.about
  .content_wrap
  .content_inner
  .swiper-slide
  .ctBox {
  position: absolute;
  left: 45px;
  right: 45px;
  top: 40px;
}
.productAbout_page
  .content_section.about
  .content_wrap
  .content_inner
  .swiper-slide
  .title {
  font-size: 34px;
  font-weight: 700;
  word-break: keep-all;
}
.productAbout_page
  .content_section.about
  .content_wrap
  .content_inner
  .swiper-slide
  .txt {
  font-size: 24px;
  margin-top: 18px;
  line-height: 1.4;
  word-break: keep-all;
}
/* PC */
@media (min-width: 1301px) {
  .productAbout_page .content_section.about .content_wrap {
    display: flex;
    align-items: flex-start;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner {
    width: 280px;
    white-space: nowrap;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner li {
    font-size: 0;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner li ~ li {
    margin-top: 19px;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner li a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 86px;
    padding: 0 33px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 999px;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner li.on a {
    color: #fff;
    background: #fd753e;
  }
  .productAbout_page .content_section.about .content_wrap .content_inner {
    width: 1020px;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .productAbout_page .content_section.about {
    margin-top: 74px;
  }
  .productAbout_page .content_section.about .header_wrap {
    margin-bottom: 28px;
  }
  .productAbout_page .content_section.about .content_wrap {
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner {
    margin-bottom: 24px;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner ul {
    white-space: nowrap;
    overflow-x: auto;
    font-size: 0;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner li {
    display: inline-block;
    vertical-align: middle;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner li ~ li {
    margin-left: 20px;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner li a {
    display: flex;
    height: 34px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
  }
  .productAbout_page .content_section.about .content_wrap .tab_inner li.on a {
    min-width: 90px;
    color: #fff;
    background: #fd753e;
    padding: 0 10px;
  }
  .productAbout_page .content_section.about .content_wrap .content_inner {
  }
  .productAbout_page
    .content_section.about
    .content_wrap
    .content_inner
    .swiper-container {
    border-radius: 20px;
  }
  .productAbout_page
    .content_section.about
    .content_wrap
    .content_inner
    .swiper-slide {
    padding-top: 140.116%;
    border-radius: 20px;
  }
  .productAbout_page
    .content_section.about
    .content_wrap
    .content_inner
    .swiper-slide
    .ctBox {
    left: 23px;
    right: 23px;
    top: 22px;
  }
  .productAbout_page
    .content_section.about
    .content_wrap
    .content_inner
    .swiper-slide
    .title {
    font-size: 17px;
  }
  .productAbout_page
    .content_section.about
    .content_wrap
    .content_inner
    .swiper-slide
    .txt {
    font-size: 14px;
    margin-top: 13px;
  }
}

/* ================
		FEATURE
	================*/
.productAbout_page .content_section.feature {
  margin-top: 271px;
}
.productAbout_page .content_section.feature .content_wrap {
}
.productAbout_page .content_section.feature .content_wrap .item {
  background: #fff center center no-repeat;
  background-size: 100% 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 46.153%;
}
.productAbout_page .content_section.feature .content_wrap .item ~ .item {
  margin-top: 28px;
}
.productAbout_page .content_section.feature .content_wrap .item.black {
  color: #fff;
  background-color: #000;
}
.productAbout_page .content_section.feature .content_wrap .item .visual {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.productAbout_page .content_section.feature .content_wrap .item .visual img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.productAbout_page
  .content_section.feature
  .content_wrap
  .item:hover
  .visual
  img {
  transform: scale(1.05);
}
.productAbout_page .content_section.feature .content_wrap .item .inBox {
  position: absolute;
}
.productAbout_page .content_section.feature .content_wrap .item .inBox.lt {
  left: 50px;
  top: 50px;
}
.productAbout_page .content_section.feature .content_wrap .item .inBox.lc {
  left: 0;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.productAbout_page .content_section.feature .content_wrap .item .inBox.rc {
  right: 0;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.productAbout_page .content_section.feature .content_wrap .item .inBox.cc {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.productAbout_page .content_section.feature .content_wrap .item .inBox .txt01 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}
.productAbout_page .content_section.feature .content_wrap .item .inBox .txt02 {
  font-size: 24px;
  margin-top: 30px;
}
/* PC */
@media (min-width: 1301px) {
  .productAbout_page .content_section.feature .content_wrap {
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .productAbout_page .content_section.feature {
    margin-top: 80px;
  }
  .productAbout_page .content_section.feature .content_wrap {
  }
  .productAbout_page .content_section.feature .content_wrap .item {
    border-radius: 20px;
    height: 0; /*padding-top:46.064%;*/
    padding-top: 46.064%;
    background-size: 100% auto;
  }
  .productAbout_page .content_section.feature .content_wrap .item ~ .item {
    margin-top: 8px;
  }
  .productAbout_page .content_section.feature .content_wrap .item.black {
  }
  .productAbout_page .content_section.feature .content_wrap .item .inBox {
    position: absolute;
  }
  .productAbout_page .content_section.feature .content_wrap .item .inBox.lt {
    left: 19px;
    top: 18px;
  }
  .productAbout_page .content_section.feature .content_wrap .item .inBox.lc {
  }
  .productAbout_page .content_section.feature .content_wrap .item .inBox.rc {
  }
  .productAbout_page .content_section.feature .content_wrap .item .inBox.cc {
  }
  .productAbout_page
    .content_section.feature
    .content_wrap
    .item
    .inBox
    .txt01 {
    font-size: 13px;
  }
  .productAbout_page
    .content_section.feature
    .content_wrap
    .item
    .inBox
    .txt02 {
    font-size: 10px;
    margin-top: 9px;
  }
  .productAbout_page .content_section.feature .content_wrap .item.bg01 {
  }
  .productAbout_page .content_section.feature .content_wrap .item.bg02 {
  }
  .productAbout_page .content_section.feature .content_wrap .item.bg03 {
  }
}

/* ================
		SPEC
	================*/
.productAbout_page .content_section.spec {
  margin-top: 288px;
}
.productAbout_page .content_section.spec .header_wrap {
  margin-bottom: 45px;
}
.productAbout_page .content_section.spec .content_wrap {
  background: #fff;
  border-radius: 30px;
  padding: 63px 66px;
}
.productAbout_page .content_section.spec .content_wrap .imgBox {
  text-align: center;
}
.productAbout_page .content_section.spec .content_wrap .imgBox img {
  max-width: 100%;
}
.productAbout_page .content_section.spec .content_wrap .imgBox ~ .imgBox {
  margin-top: 54px;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .productAbout_page .content_section.spec {
    margin-top: 80px;
  }
  .productAbout_page .content_section.spec .header_wrap {
    margin-bottom: 11px;
  }
  .productAbout_page .content_section.spec .content_wrap {
    border-radius: 20px;
    padding: 13px 14px;
  }
  .productAbout_page .content_section.spec .content_wrap .imgBox {
  }
  .productAbout_page .content_section.spec .content_wrap .imgBox ~ .imgBox {
    margin-top: 14px;
  }
}

/* ================
		페이지별_	키오스크
	================*/

/* ================
		페이지별_	테이블오더
	================*/

/* ================
		페이지별_	서빙로봇
	================*/

/* ================
		페이지별_	카드단말기
	================*/

/* ================
		페이지별_	KDS
	================*/

/* ================
		페이지별_	DID
	================*/
.productAbout_page.did {
}

/******************************
***
***	03 서비스
***
******************************/

/* ================
		공통사항
	================*/
.servicePage {
  background: #f5f5f7;
}
.servicePage .header_container {
  border-bottom: 1px solid #c1c1c1;
}
.servicePage .body_container {
  padding-top: 263px;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .servicePage .body_container {
    padding-top: 131px;
  }
}

.service_page .body_inner {
  padding-top: 79px;
}
.service_page .content_section {
}
.service_page .content_section ~ .content_section {
  margin-top: 127px;
}
.service_page .content_section .header_wrap {
  margin-bottom: 28px;
}
.service_page .content_section .header_wrap .title {
  font-size: 38px;
  font-weight: 700;
}
.service_page .banner_type01 {
  margin-top: 170px;
}
/* PC */
@media (min-width: 1301px) {
  .service_page .content_section .section_inner {
    width: 1180px;
    margin: 0 auto;
  }
  .service_page .content_section .step_wrap {
    background: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
  }
  .service_page .content_section .step_wrap .inner {
    position: relative;
    padding: 0 18px;
    font-size: 0;
  }
  .service_page .content_section .step_wrap .inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 340px;
    height: 3px;
    background: url("../images/service/bg_content01.png") center center
      no-repeat;
    background-size: 100% 100%;
  }
  .service_page .content_section .step_wrap .item {
    width: 286px;
    height: 460px;
    box-sizing: border-box;
    padding-top: 377px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .service_page .content_section .step_wrap .item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 119px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transform: translate(-50%, 50%);
    background: #fe743d;
    border-radius: 999px;
    z-index: 100;
  }
  .service_page .content_section .step_wrap .item .cont {
    font-size: 26px;
    position: relative;
  }
  .service_page .content_section .step_wrap .item .thumb {
    width: 230px;
    height: 230px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 52px;
    margin-left: -115px;
  }
  .service_page .content_section .step_wrap .item .thumb img {
    width: 100%;
    min-height: 100%;
  }
  /* motion */
  .service_page .content_section .step_wrap .item::after {
    transition: all 0.5s;
    border-color: #fe743e;
  }
  .service_page .content_section .step_wrap .item .thumb {
    transition: all 0.5s;
  }
  .service_page .content_section .step_wrap .item.on {
    background: #ffe5db;
    border-radius: 16px;
  }
  .service_page .content_section .step_wrap .item.on::after {
    width: 30px;
    height: 30px;
    border: 5px solid #fe743e;
    background: #fff;
  }
  .service_page .content_section .step_wrap .item.on .cont {
    font-weight: 700;
    color: #fd753e;
  }
  .service_page .content_section .step_wrap .item.on .thumb {
    transform: scale(1.2);
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .service_page .body_inner {
    padding-top: 40px;
  }
  .service_page .content_section {
  }
  .service_page .content_section ~ .content_section {
    margin-top: 62px;
  }
  .service_page .content_section .section_inner {
    padding: 0 16px;
  }
  .service_page .content_section .header_wrap {
    margin-bottom: 17px;
  }
  .service_page .content_section .header_wrap .title {
    font-size: 20px;
  }
  .service_page .content_section .step_wrap {
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 11px;
    position: relative;
  }
  .service_page .content_section .step_wrap .inner {
    position: relative;
    padding: 10px 0;
  }
  .service_page .content_section .step_wrap .inner::after {
    content: "";
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: url("../images/service/bg_content01_m.png") center center
      no-repeat;
    background-size: 100% 100%;
  }
  .service_page .content_section .step_wrap .item {
    height: 109px;
    box-sizing: border-box;
    padding-left: 45px;
    position: relative;
  }
  .service_page .content_section .step_wrap .item::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 50%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background: #fe743d;
    border-radius: 999px;
    z-index: 100;
  }
  .service_page .content_section .step_wrap .item .cont {
    font-size: 16px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .service_page .content_section .step_wrap .item .thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -40px;
  }
  .service_page .content_section .step_wrap .item .thumb img {
    width: 100%;
    min-height: 100%;
  }
  /* motion */
  .service_page .content_section .step_wrap .item::after {
    transition: all 0.5s;
    border-color: #fe743e;
  }
  .service_page .content_section .step_wrap .item .thumb {
    transition: all 0.5s;
  }
  .service_page .content_section .step_wrap .item.on {
    background: #ffe5db;
    border-radius: 16px;
  }
  .service_page .content_section .step_wrap .item.on::after {
    width: 20px;
    height: 20px;
    border: 5px solid #fe743e;
    background: #fff;
  }
  .service_page .content_section .step_wrap .item.on .cont {
    font-weight: 700;
    color: #fd753e;
  }
  .service_page .content_section .step_wrap .item.on .thumb {
    transform: scale(1.2);
  }
  .service_page .banner_type01 {
    margin-top: 104px;
  }
}

/******************************
***
***	04 먼키소개
***
******************************/

/* ================
		intro
	================*/
.aboutPage .intro_container {
  height: 850px;
  background: url("../images/about/bg_intro01.jpg") center center no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: background-size 0.5s;
}
.aboutPage .intro_container .stit {
  display: block;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
}
.aboutPage .intro_container .title {
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
}
/* PC */
@media (min-width: 1301px) {
  .aboutPage .intro_container:hover {
    background-size: auto 105%;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .aboutPage .intro_container {
    background-image: url("../images/about/bg_intro01_m.jpg");
    background-size: cover;
  }
  .aboutPage .intro_container .stit {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .aboutPage .intro_container .title {
    font-size: 36px;
  }
}

/* ================
		content
	================*/
.about_page .content_section.main {
  padding: 132px 0 193px;
}
.about_page .content_section.main .content_wrap {
}
.about_page .content_section.main .content_wrap .item {
}
.about_page .content_section.main .content_wrap .item ~ .item {
  border-top: 1px solid #d9d9d9;
  margin-top: 85px;
  padding-top: 85px;
}
.about_page .content_section.main .content_wrap .item .contIn {
}
.about_page .content_section.main .content_wrap .item .contIn .title {
  font-size: 40px;
  font-weight: 700;
}
.about_page .content_section.main .content_wrap .item .contIn .txt {
  margin-top: 44px;
  font-size: 24px;
  line-height: 1.58;
}
.about_page .content_section.main .content_wrap .item .thumb {
}
.about_page .content_section.main .content_wrap .item .thumb img {
  width: 100%;
}
/* PC */
@media (min-width: 1301px) {
  .about_page .content_section.main .section_inner {
    width: 1152px;
    margin: 0 auto;
  }
  .about_page .content_section.main .content_wrap .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about_page .content_section.main .content_wrap .item .contIn {
    width: 620px;
  }
  .about_page .content_section.main .content_wrap .item .thumb {
    width: 414px;
    height: 414px;
    overflow: hidden;
  }
  .about_page .content_section.main .content_wrap .item .thumb img {
    min-height: 100%;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .about_page .content_section.main {
    padding: 73px 16px 67px;
  }
  .about_page .content_section.main .content_wrap {
  }
  .about_page .content_section.main .content_wrap .item {
  }
  .about_page .content_section.main .content_wrap .item ~ .item {
    margin-top: 60px;
    padding-top: 60px;
  }
  .about_page .content_section.main .content_wrap .item .contIn {
  }
  .about_page .content_section.main .content_wrap .item .contIn .title {
    font-size: 26px;
  }
  .about_page .content_section.main .content_wrap .item .contIn .txt {
    margin-top: 21px;
    font-size: 15px;
  }
  .about_page .content_section.main .content_wrap .item .thumb {
    margin-top: 48px;
  }
}

/* 테이블오더 임시페이지 */
.content_section.table_order_content_wrap {
  display: flex;
  justify-content: center;
}
.content_section.table_order_content_wrap .image_wrap {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content_section.table_order_content_wrap .image_wrap .desc_image {
  width: 100%;
}
.productMain_page.tableorder .content_section.inquiry {
  background: #fff;
}
.productMain_page.tableorder .content_section.inquiry .title {
  color: #000;
}
.floating-btn {
  position: fixed;
  z-index: 3001;
  bottom: 0;
  display: flex;
  width: 100%;
}
.floating-btn > a {
  width: 50%;
  text-align: center;
  padding: 18px 0;
  display: block;
  font-weight: bold;
}
.floating-btn a:first-child {
  background: #ff7500;
  color: #fff;
}
.floating-btn a:last-child {
  background: #000;
  color: #fff;
}

/* PC 환경 */
.content_section.table_order_content_wrap .image_wrap video.desc_image {
  width: 1000px;
}

/* 모바일 환경 */
@media (max-width: 1000px) {
  .content_section.table_order_content_wrap .image_wrap video.desc_image {
    max-width: 660px;
    width: 91%;
  }
}

/* PC 환경 */
.content_section.table_order_content_wrap .image_wrap video.desc_image_2 {
  width: 1000px;
}

/* 모바일 환경 */
@media (max-width: 1000px) {
  .content_section.table_order_content_wrap .image_wrap video.desc_image_2 {
    width: 100%;
  }
}
