.prod_intro a {
  text-decoration: none;
  font-family: "GmarketSans";
}
ul {
  list-style: none;
}
.prod_intro h1,
.prod_intro h2,
.prod_intro h3,
.prod_intro h4,
.prod_intro h5,
.prod_intro h6 {
  font-family: "GmarketSans" !important;
}

.prod_intro * {
  box-sizing: content-box;
}
.prod_intro {
  width: 1200px;
  margin: 0px auto;
}
.prod_intro h1 {
  font-family: "GmarketSans";
  font-size: 40px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 100px;
}

.prod_intro .prod_tab {
  width: 100%;
}
.prod_intro .prod_tab ul {
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 40px;
}

.prod_intro .prod_tab ul li a {
  display: inline-block;
  width: 239px;
  height: 66px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #a1a1a1;
  align-content: center;
}
.prod_intro .prod_tab ul li a.on {
  color: #e70014;
  position: relative;
}
.prod_intro .prod_tab ul li a.on:after {
  content: "";
  background: #e70014;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.prod_intro .prod_tab ul li:last-child a {
  border: none;
}

.prod_intro .prod_detail {
  width: 100%;
  margin: 80px auto 0;
}

/* 워크메이트 디테일박스1 */
.prod_intro .prod_detail .detail_box1 {
  width: 100%;
  height: 918px;
  background: #2c2c2c;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.prod_intro .prod_detail .detail_box1 .walkmate_logo {
  padding-top: 48px;
  margin-bottom: 84px;
}
.prod_intro .prod_detail .detail_box1 p {
  font-size: 22px;
  color: #fff;
}
.prod_intro .prod_detail .detail_box1 h2 {
  font-size: 50px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 57px;
  font-weight: 800;
}
.prod_intro .prod_detail .detail_box1 h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}
.prod_intro .prod_detail .detail_box1 .walkmate_big_img {
  position: absolute;
  left: 50%;
  bottom: -220px;
  transform: translateX(-50%);
}

/* 워크메이트 디테일박스2 */
.prod_intro .prod_detail .detail_box2 {
  width: 100%;
  height: 700px;
  background: #d9d9d9;
  padding-top: 280px;
  box-sizing: border-box;
}
.prod_intro .prod_detail .detail_box2 h3 {
  font-size: 35px;
  color: #000;
  text-align: center;
}
.prod_intro .prod_detail .detail_box2 p {
  font-size: 26px;
  color: #e70014;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.prod_intro .prod_detail .detail_box2 ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  /* padding: 20px 0; */
  box-sizing: border-box;
}
.prod_intro .prod_detail .detail_box2 ul li {
  width: 220px;
  align-content: center;
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 20px 0;
}
.prod_intro .prod_detail .detail_box2 ul li img {
  width: 119px;
  height: auto;
  object-fit: cover;
}
.prod_intro .prod_detail .detail_box2 ul li p {
  font-size: 20px;
  color: #000;
  padding-top: 10px;
  margin-bottom: 0;
}

/* 워크메이트 디테일박스3 */
.prod_intro .prod_detail .detail_box3 {
  width: 100%;
  height: auto;
  background: #2c2c2c;
  padding-bottom: 70px;
}
.prod_intro .prod_detail .detail_box3 h3 {
  color: #fff;
  font-size: 35px;
  text-align: center;
  padding-top: 61px;
  padding-bottom: 39px;
}
.prod_intro .prod_detail .detail_box3 p {
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  padding-bottom: 64px;
}
.prod_intro .prod_detail .detail_box3 p span {
  position: relative;
  z-index: 99;
}
.prod_intro .prod_detail .detail_box3 p span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13px;
  background: #e70014;
  z-index: -1;
}

.prod_intro .prod_detail .detail_box3 .walkmate_parts {
  width: 900px;
  height: 100%;
  margin: 0 auto;
}
.prod_intro .prod_detail .detail_box3 .walkmate_parts .walkmate_parts_list {
  width: 100%;
  height: 170px;
  background: #fff;
  border: 5px solid #d9d9d9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: 0.4s;
}
.detail_box3 .walkmate_parts .walkmate_parts_list:hover {
  cursor: pointer;
  transform: translateY(-10px);
}

.prod_intro .prod_detail .detail_box3 .walkmate_parts .walkmate_parts_list h5 {
  width: 176px;
  height: 130px;
  font-size: 26px;
  text-align: center;
  border-right: 1px solid #000;
  align-content: center;
}

.prod_intro .prod_detail .detail_box3 .walkmate_parts .walkmate_parts_list .parts_asking {
  width: 724px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
}
.detail_box3 .walkmate_parts .walkmate_parts_list .parts_asking ul li {
  font-size: 20px;
  padding: 10px 0;
  position: relative;
}
.detail_box3 .walkmate_parts .walkmate_parts_list .parts_asking ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-90%);
}
.detail_box3 .walkmate_parts .walkmate_parts_list .parts_asking img {
  padding-right: 50px;
}

/* 워크메이트 디테일박스4 */
.detail_box4 {
  width: 100%;
  height: auto;
  background: #d9d9d9;
  padding-bottom: 100px;
}
.detail_box4 h3 {
  font-size: 35px;
  color: #000;
  padding-top: 61px;
  padding-bottom: 10px;
  text-align: center;
}
.detail_box4 h3 + p {
  font-size: 26px;
  color: #e70014;
  text-align: center;
  margin-bottom: 66px;
}

.detail_box4 .walkmate_type {
  width: 1000px;
  margin: 0 auto;
  height: 350px;
  display: flex;
  justify-content: center;
}
.detail_box4 .walkmate_type .type_img {
  width: 440px;
}
.detail_box4 .walkmate_type .type_desc {
  width: 560px;
  background: #fff;
  border-radius: 0 20px 20px 0;
  padding: 30px;
}
.detail_box4 .walkmate_type .type_desc h5 {
  font-size: 30px;
}
.detail_box4 .walkmate_type .type_desc h6 {
  font-size: 22px;
  color: #e70014;
  padding-top: 10px;
  padding-bottom: 50px;
  font-weight: 500;
}
.detail_box4 .walkmate_type .type_desc strong {
  display: inline-block;
  width: 90px;
  height: 1px;
  background: #000;
  margin-bottom: 20px;
}
.detail_box4 .walkmate_type .type_desc p {
  font-size: 20px;
  color: #444;
  line-height: 30px;
}

.detail_box4 .walkmate_type2 {
  margin-top: 38px;
}
.detail_box4 .walkmate_type2 .type_desc {
  border-radius: 20px 0 0 20px;
}

.point_wrap {
  width: 100%;
  height: 100px;
  background: #2c2c2c;
  border-radius: 20px 20px 0 0;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  align-content: center;
}

/* 워크메이트 디테일박스5 */
.detail_box5 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.detail_box5 .suit_logo {
  padding-top: 35px;
  padding-bottom: 51px;
  text-align: center;
}
.detail_box5 h3 {
  font-size: 35px;
  text-align: center;
}
.detail_box5 h3 + p {
  font-size: 26px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.detail_box5 h3 + p span {
  color: #e70014;
}
.detail_box5 .suit_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_box5 .suit_img_wrap div:first-child img {
  width: 450px;
  height: 300px;
  object-fit: contain;
}
.detail_box5 .suit_img_wrap div:first-child p {
  text-align: center;
  font-size: 20px;
}
.detail_box5 .suit_img_wrap div:first-child p span {
  color: #e70014;
}

.detail_box5 .suit_img_wrap div:last-child img {
  width: 450px;
}
.detail_box5 .suit_img_wrap div:last-child p {
  text-align: center;
  font-size: 20px;
}
.detail_box5 .suit_img_wrap div:last-child p span {
  color: #e70014;
}

.detail_box5 h4 {
  font-size: 26px;
  text-align: center;
  margin-top: 68px;
  font-weight: 500;
  line-height: 38px;
}

.more_detail {
  margin-top: 49px;
  text-align: center;
}
.more_detail a {
  display: inline-block;
  font-size: 20px;
  padding: 17px 50px;
  background: #fff;
  border: 1px solid #555;
  border-radius: 5px;
  color: #000;
}
.more_detail a:hover {
  background: #f1f1f1;
}

/* 워크메이트 디테일박스6 */
.detail_box6 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}

.detail_box6 .dualrail_logo {
  padding-top: 35px;
  padding-bottom: 51px;
  text-align: center;
}
.detail_box6 h3 {
  font-size: 35px;
  text-align: center;
}
.detail_box6 h3 + p {
  font-size: 26px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
}
.detail_box6 h3 + p span {
  color: #e70014;
}

.detail_box6 .dualrail_graph {
  display: flex;
  justify-content: center;
}
.detail_box6 .dualrail_graph .graph1 {
  width: 420px;
  text-align: center;
  padding: 30px 0 0;
  background: #494e55;
  color: #fff;
  border-radius: 20px 0 0 20px;
}
.detail_box6 .dualrail_graph .graph1 h4,
.detail_box6 .dualrail_graph .graph3 h4 {
  font-size: 32px;
  margin-bottom: 40px;
}
.detail_box6 .dualrail_graph .graph1 div,
.detail_box6 .dualrail_graph .graph3 div {
  width: 380px;
  margin: 0 auto;
  font-size: 20px;
}
.detail_box6 .dualrail_graph .graph1 div:nth-child(2),
.detail_box6 .dualrail_graph .graph3 div:nth-child(2) {
  margin-bottom: 15px;
}
.detail_box6 .dualrail_graph .graph1 .graph_line1,
.detail_box6 .dualrail_graph .graph1 .graph_line2,
.detail_box6 .dualrail_graph .graph1 .graph_line3,
.detail_box6 .dualrail_graph .graph1 .graph_line4,
.detail_box6 .dualrail_graph .graph1 .graph_line5,
.detail_box6 .dualrail_graph .graph3 .graph_line1,
.detail_box6 .dualrail_graph .graph3 .graph_line2,
.detail_box6 .dualrail_graph .graph3 .graph_line3,
.detail_box6 .dualrail_graph .graph3 .graph_line4,
.detail_box6 .dualrail_graph .graph3 .graph_line5 {
  height: 70px;
  align-content: center;
  border-top: 1px solid #ccc;
}
.detail_box6 .dualrail_graph .graph1 .graph_line6,
.detail_box6 .dualrail_graph .graph3 .graph_line6 {
  height: 180px;
  border-top: 1px solid #ccc;
  align-content: center;
}
.detail_box6 .dualrail_graph .graph1 .graph_line6 p,
.detail_box6 .dualrail_graph .graph3 .graph_line6 p {
  padding-bottom: 5px;
}

.detail_box6 .dualrail_graph .graph2 {
  width: 140px;
  padding: 30px 0 0;
  background: #4a5d79;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.detail_box6 .dualrail_graph .graph2 div {
  width: 110px;
  margin: 0 auto;
}
.detail_box6 .dualrail_graph .graph2 .graph_line1,
.detail_box6 .dualrail_graph .graph2 .graph_line2,
.detail_box6 .dualrail_graph .graph2 .graph_line3,
.detail_box6 .dualrail_graph .graph2 .graph_line4,
.detail_box6 .dualrail_graph .graph2 .graph_line5 {
  height: 70px;
  align-content: center;
  border-top: 1px solid #ccc;
  font-size: 18px;
}
.detail_box6 .dualrail_graph .graph2 .graph_line5 span {
  font-size: 11px;
}

.detail_box6 .dualrail_graph .graph2 .graph_line6 {
  height: 180px;
  font-size:18px;
  border-top: 1px solid #ccc;
  align-content: center;
}

.detail_box6 .dualrail_graph .graph3 {
  width: 420px;
  text-align: center;
  padding: 30px 0 0;
  background: rgb(73, 78, 85, 0.8);
  color: rgb(255, 255, 255, 0.7);
  border-radius: 0px 20px 20px 0px;
}
.detail_box6 .dualrail_graph .graph3 img {
  width: 210px;
  height: 180px;
  object-fit: contain;
}

.detail_box6 .dualrail_graph .graph3 .graph_line1,
.detail_box6 .dualrail_graph .graph3 .graph_line2,
.detail_box6 .dualrail_graph .graph3 .graph_line3,
.detail_box6 .dualrail_graph .graph3 .graph_line4,
.detail_box6 .dualrail_graph .graph3 .graph_line5,
.detail_box6 .dualrail_graph .graph3 .graph_line6 {
  border-top: 1px solid rgb(204, 204, 204, 0.7);
}

/* 워크메이트 디테일박스7 */
.detail_box7 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.detail_box7 .jrx_logo {
  padding-top: 35px;
  padding-bottom: 51px;
  text-align: center;
}
.detail_box7 h3 {
  font-size: 35px;
  text-align: center;
}
.detail_box7 h3 + p {
  font-size: 26px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
}
.detail_box7 h3 + p span {
  color: #e70014;
}
.detail_box7 h5 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.detail_box7 .jrx_big_img {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 60px;
}

.detail_box7 .jrx_func1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 78px;
  margin-bottom: 60px;
}
.detail_box7 .jrx_func1 div img {
  width: 450px;
  height: 250px;
  border-radius: 10px;
}
.detail_box7 .jrx_func1 div p {
  font-size: 20px;
  line-height: 30px;
  padding-top: 15px;
  text-align: center;
}

.detail_box7 .jrx_func2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 78px;
  margin-bottom: 80px;
}
.detail_box7 .jrx_func2 img {
  width: 450px;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}
.detail_box7 .jrx_func2 div p {
  font-size: 20px;
  line-height: 30px;
  padding-top: 15px;
  text-align: center;
}

.detail_box7 h4 {
  text-align: center;
  font-size: 26px;
}

/* 워크메이트 디테일박스8 */
.detail_box8 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}

.detail_box8 h2 {
  font-size: 35px;
  padding-top: 35px;
  padding-bottom: 51px;
  text-align: center;
}
.detail_box8 h3 {
  font-size: 35px;
  text-align: center;
}
.detail_box8 h3 + p {
  font-size: 26px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
}
.detail_box8 h3 + p span {
  color: #e70014;
}

.detail_box8 .prod_option1 {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.detail_box8 .prod_option1 .option_box1,
.detail_box8 .prod_option1 .option_box2 {
  width: 500px;
  height: 620px;
}
.detail_box8 .prod_option1 .option_box1 p,
.detail_box8 .prod_option1 .option_box2 p {
  height: 90px;
  font-size: 20px;
}
.detail_box8 .prod_option1 .option_box1 div:nth-child(1),
.detail_box8 .prod_option1 .option_box2 div:nth-child(1) {
  height: 290px;
}
.detail_box8 .prod_option1 .option_box1 div:nth-child(2),
.detail_box8 .prod_option1 .option_box2 div:nth-child(2) {
  height: 60px;
  padding: 50px 0;
}
.detail_box8 .prod_option1 .option_box1 div:nth-child(2) img,
.detail_box8 .prod_option1 .option_box2 div:nth-child(2) img {
  object-fit: contain;
}

.detail_box8 .prod_option2 {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin-top: 120px;
}
.detail_box8 .prod_option2 .option_box1,
.detail_box8 .prod_option2 .option_box2 {
  width: 500px;
  height: 620px;
}
.detail_box8 .prod_option2 .option_box1 p,
.detail_box8 .prod_option2 .option_box2 p {
  font-size: 20px;
}
.detail_box8 .prod_option2 .option_box1 div:nth-child(1),
.detail_box8 .prod_option2 .option_box2 div:nth-child(1) {
  height: 290px;
}
.detail_box8 .prod_option2 .option_box1 div:nth-child(2),
.detail_box8 .prod_option2 .option_box2 div:nth-child(2) {
  height: 60px;
  padding: 50px 0;
}
.detail_box8 .prod_option2 .option_box1 div:nth-child(2) img,
.detail_box8 .prod_option2 .option_box2 div:nth-child(2) img {
  object-fit: contain;
}

/* 워크메이트 디테일박스9 */
.detail_box9 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.detail_box9 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.detail_box9 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
}
.detail_box9 h3 + p span {
  color: #e70014;
}

.detail_box9 .install_wrap1 {
  width: 900px;
  margin: 0 auto;
  height: 300px;
  display: flex;
  justify-content: center;
}
.detail_box9 .install_wrap1 div:first-child {
  width: 450px;
}
.detail_box9 .install_wrap1 div:first-child img {
  border-radius: 10px 0 0 0;
}
.detail_box9 .install_wrap1 div:last-child {
  width: 450px;
  background: #fff;
  border-radius: 0 10px 0 0;
  text-align: center;
}
.detail_box9 .install_wrap1 div:last-child h6 {
  padding-top: 40px;
  padding-bottom: 35px;
}
.detail_box9 .install_wrap1 div:last-child h6 span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #2c2c2c;
  padding: 9px 80px 5px;
  border-radius: 50px;
}
.detail_box9 .install_wrap1 div:last-child p {
  font-size: 17px;
  color: #333;
  line-height: 28px;
}

.detail_box9 .install_wrap2 {
  width: 900px;
  margin: 0 auto;
  height: 300px;
  display: flex;
  justify-content: center;
}
.detail_box9 .install_wrap2 div:last-child {
  width: 450px;
}
.detail_box9 .install_wrap2 div:first-child {
  width: 450px;
  background: #fff;
  text-align: center;
}
.detail_box9 .install_wrap2 div:first-child h6 {
  padding-top: 40px;
  padding-bottom: 35px;
}
.detail_box9 .install_wrap2 div:first-child h6 span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #2c2c2c;
  padding: 9px 80px 5px;
  border-radius: 50px;
}
.detail_box9 .install_wrap2 div:first-child p {
  font-size: 17px;
  color: #333;
  line-height: 28px;
}

.detail_box9 .install_wrap3 {
  width: 900px;
  margin: 0 auto;
  height: 300px;
  display: flex;
  justify-content: center;
}
.detail_box9 .install_wrap3 div:first-child {
  width: 450px;
}
.detail_box9 .install_wrap3 div:first-child img {
  border-radius: 0 0 0 10px;
}
.detail_box9 .install_wrap3 div:last-child {
  width: 450px;
  background: #fff;
  border-radius: 0 0 10px 0;
  text-align: center;
}
.detail_box9 .install_wrap3 div:last-child h6 {
  padding-top: 40px;
  padding-bottom: 35px;
}
.detail_box9 .install_wrap3 div:last-child h6 span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #2c2c2c;
  padding: 9px 80px 5px;
  border-radius: 50px;
}
.detail_box9 .install_wrap3 div:last-child p {
  font-size: 17px;
  color: #333;
  line-height: 28px;
}
.detail_box9 .walk_min-width {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.detail_box9 .walk_min-width p {
  font-size: 26px;
  padding-top: 40px;
}
.detail_box9 .walk_min-width p span {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 20px;
}

/* 워크메이트 디테일박스10 */
.detail_box10 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.detail_box10 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.detail_box10 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
}
.detail_box10 h3 + p span {
  color: #e70014;
}

.detail_box10 .stand_type {
  width: 900px;
  margin: 0 auto;
}
.detail_box10 .stand_type .stand_img1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.detail_box10 .stand_type .stand_spec {
  width: 100%;
}
.detail_box10 .stand_type .stand_spec table {
  width: 100%;
  border-collapse: collapse;
}
.detail_box10 .stand_type .stand_spec table tr {
  border-bottom: 1px solid #000;
}
.detail_box10 .stand_type .stand_spec table tr td {
  text-align: center;
  font-size: 22px;
  padding: 20px 0;
}
.detail_box10 .stand_type .stand_spec table tr td:nth-child(2) {
  font-size: 20px;
  color: #444;
}

.detail_box10 .stand_type .stand_img2 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 35px;
}
.detail_box10 .stand_type .stand_img2 img {
  border-radius: 10px;
}
.detail_box10 .stand_type h4 {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
}

/* 워크메이트 디테일박스11 */
.detail_box11 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.detail_box11 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.detail_box11 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
}
.detail_box11 h3 + p span {
  color: #e70014;
}

.detail_box11 .play_wrap {
  width: 100%;
  margin: 0 auto;
}
.detail_box11 .play_wrap .play_img_wrap1 {
  text-align: center;
  margin-bottom: 90px;
}
.detail_box11 .play_wrap .play_img_wrap1 img {
  width: 600px;
  border-radius: 10px;
}
.detail_box11 .play_wrap .play_img_wrap1 p {
  font-size: 22px;
  line-height: 32px;
  padding-top: 20px;
  color: #444;
}
.detail_box11 .play_wrap .play_img_wrap2 {
  text-align: center;
  margin-bottom: 140px;
}
.detail_box11 .play_wrap .play_img_wrap2 img {
  width: 600px;
  border-radius: 10px;
}
.detail_box11 .play_wrap .play_img_wrap2 p {
  font-size: 22px;
  line-height: 32px;
  padding-top: 20px;
  color: #444;
}

.detail_box11 .play_wrap .play_rehab {
  width: 1077px;
  margin: 0 auto;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  text-align: center;
  padding: 40px 0;
}
.detail_box11 .play_wrap .play_rehab h4 {
  font-size: 40px;
  padding-bottom: 10px;
}
.detail_box11 .play_wrap .play_rehab h5 {
  font-size: 32px;
}
.detail_box11 .play_wrap .play_rehab h5 span:nth-child(1) {
  color: #008f16;
}
.detail_box11 .play_wrap .play_rehab h5 span:nth-child(2) {
  color: #1e0cc8;
}
.detail_box11 .play_wrap .play_rehab h5 span:nth-child(3) {
  color: #e70014;
}

.detail_box11 .play_wrap h6 {
  font-size: 30px;
  text-align: center;
  padding: 60px 0;
  font-weight: 500;
}

.detail_box11 .play_wrap .play_rehab_box1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 45px;
}
.detail_box11 .play_wrap .play_rehab_box1 img {
  width: 430px;
  height: 270px;
  border-radius: 10px;
  object-fit: cover;
}
.detail_box11 .play_wrap .play_rehab_box1 div p:nth-child(2) {
  font-size: 28px;
  padding: 22px 0;
}
.detail_box11 .play_wrap .play_rehab_box1 div p:nth-child(3) {
  font-size: 20px;
  line-height: 28px;
  color: #333;
}

.detail_box11 .play_wrap .play_rehab_box2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}
.detail_box11 .play_wrap .play_rehab_box2 img {
  width: 430px;
  height: 270px;
  border-radius: 10px;
  object-fit: cover;
}
.detail_box11 .play_wrap .play_rehab_box2 div p:nth-child(2) {
  font-size: 28px;
  padding: 22px 0;
}
.detail_box11 .play_wrap .play_rehab_box2 div p:nth-child(3) {
  font-size: 20px;
  line-height: 28px;
  color: #333;
}

.counsel_wrap {
  width: 100%;
  background: url(../img/products/counsel_bg.png) no-repeat center / cover;
  text-align: center;
  padding-bottom: 30px;
}
.counsel_wrap h3 {
  font-size: 30px;
  padding: 45px 0 30px;
}
.counsel_wrap h4 {
  font-size: 40px;
  color: #e70014;
  font-weight: 500;
  padding-bottom: 10px;
}
.counsel_wrap span {
  display: inline-block;
  width: 92px;
  height: 1px;
  background: #000;
  margin: 20px 0;
}
.counsel_wrap p {
  font-size: 20px;
  padding-bottom: 5px;
}
.counsel_wrap h5 {
  font-size: 20px;
}

/* 풀링 상세페이지 */
/* 풀링 상세페이지 */
/* 풀링 상세페이지 */

.pull_detail_box3 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.pull_detail_box3 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.pull_detail_box3 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 70px;
}
.pull_detail_box3 h3 + p span {
  color: #e70014;
}

.pull_detail_box3 .pulling_point1_imgbox {
  width: 100%;
  margin: 70px auto;
  text-align: center;
}
.pull_detail_box3 .pulling_point1_imgbox p {
  font-size: 26px;
  margin: 60px 0;
}

.pull_detail_box3 .pull_vs_sling {
  width: 980px;
  height: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pull_detail_box3 .pull_vs_sling .pull_graph {
  width: 420px;
  height: 100%;
  text-align: center;
  background: #494e55;
  border-radius: 20px 0 0 20px;
}
.pull_detail_box3 .pull_vs_sling .pull_graph h4 {
  font-size: 32px;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 40px;
}
.pull_detail_box3 .pull_vs_sling .pull_graph p {
  font-size: 20px;
  color: #fff;
  padding: 10px 0 15px;
}
.pull_detail_box3 .pull_vs_sling .pull_graph div {
  width: 380px;
  margin: 0 auto;
  height: 230px;
  border-bottom: 1px solid #ccc;
  align-content: flex-end;
  box-sizing: border-box;
}
.pull_detail_box3 .pull_vs_sling .pull_graph div:nth-child(3) img {
  width: 280px;
  height: 160px;
  object-fit: cover;
}
.pull_detail_box3 .pull_vs_sling .pull_graph div:nth-child(4) img {
  height: 160px;
  object-fit: cover;
}
.pull_detail_box3 .pull_vs_sling .pull_graph div:nth-child(5) img {
  height: 160px;
  object-fit: cover;
}

.pull_detail_box3 .pull_vs_sling .pull_graph div:first-child {
  width: 380px;
  margin: 0 auto;
  height: 330px;
  align-content: flex-start;
}

.pull_detail_box3 .pull_vs_sling .pull_graph div:last-child {
  border: none;
}

.pull_detail_box3 .pull_vs_sling .vs_graph {
  width: 140px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #4a5d79;
}
.pull_detail_box3 .pull_vs_sling .vs_graph div {
  width: 110px;
  margin: 0 auto;
  height: 230px;
  font-size: 20px;
  font-weight: 800;
  border-top: 1px solid #ccc;
  text-align: center;
  color: #fff;
  align-content: center;
  box-sizing: border-box;
}

.pull_detail_box3 .pull_vs_sling .sling_graph {
  width: 420px;
  height: 100%;
  text-align: center;
  background: #494e55;
  border-radius: 0 20px 20px 0;
}
.pull_detail_box3 .pull_vs_sling .sling_graph h4 {
  font-size: 32px;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 40px;
}
.pull_detail_box3 .pull_vs_sling .sling_graph p {
  font-size: 20px;
  color: #fff;
  padding: 10px 0 15px;
}
.pull_detail_box3 .pull_vs_sling .sling_graph div {
  width: 380px;
  margin: 0 auto;
  height: 230px;
  border-bottom: 1px solid #ccc;
  align-content: flex-end;
  box-sizing: border-box;
}

.pull_detail_box3 .pull_vs_sling .sling_graph div:nth-child(2) p {
  padding-top: 30px;
}
.pull_detail_box3 .pull_vs_sling .sling_graph div:nth-child(3) img,
.pull_detail_box3 .pull_vs_sling .sling_graph div:nth-child(4) img,
.pull_detail_box3 .pull_vs_sling .sling_graph div:nth-child(5) img {
  width: 280px;
  height: 160px;
  object-fit: cover;
}

.pull_detail_box3 .pull_vs_sling .sling_graph div:first-child {
  width: 380px;
  margin: 0 auto;
  height: 330px;
  align-content: flex-start;
}

.pull_detail_box3 .pull_vs_sling .sling_graph div:last-child {
  border: none;
}

.pull_detail_box3 h5 {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  margin-top: 80px;
  line-height: 36px;
}
.pull_detail_box3 h5 span {
  color: #e70014;
}

/* 풀링 디테일박스4 */
.pull_detail_box4 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.pull_detail_box4 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.pull_detail_box4 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 70px;
}
.pull_detail_box4 h3 + p span {
  color: #e70014;
}

.pull_detail_box4 .pulling_desc {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.pull_detail_box4 .pulling_desc div {
  text-align: center;
}

.pull_detail_box4 .pulling_desc div p {
  font-size: 26px;
  padding-top: 20px;
  line-height: 38px;
}
.pull_detail_box4 .pulling_desc div:nth-child(1) p {
  color: #0094ff;
  position: relative;
}
.pull_detail_box4 .pulling_desc div:nth-child(1) p::after {
  content: "+";
  position: absolute;
  right: -47px;
  bottom: 17px;
  font-size: 55px;
  color: #000;
}

.pull_detail_box4 .pulling_desc div:nth-child(2) p {
  color: #ff0008;
  position: relative;
}
.pull_detail_box4 .pulling_desc div:nth-child(2) p::after {
  content: "=";
  position: absolute;
  right: -47px;
  bottom: 17px;
  font-size: 55px;
  color: #000;
}

.pull_detail_box4 .pulling_desc div:nth-child(3) p {
  color: #ff3a01;
  font-weight: 800;
}

.pull_detail_box4 h4 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
  line-height: 38px;
}

.pull_detail_box4 .sling_truth {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #000;
  margin-top: 70px;
}
.pull_detail_box4 .sling_truth h3 {
  padding-top: 70px;
}
.pull_detail_box4 .sling_truth div {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.pull_detail_box4 .sling_truth h4 {
  font-size: 26px;
  line-height: 38px;
}

.pull_detail_box4 .various_pulling {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #000;
  margin-top: 70px;
}
.pull_detail_box4 .various_pulling h3 {
  padding-top: 70px;
  margin-bottom: 50px;
}
.pull_detail_box4 .various_pulling div {
  text-align: center;
}

/* 풀링 디테일박스5 */
.pull_detail_box5 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.pull_detail_box5 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
}

.pull_detail_box5 .pulling_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

#s-pulling,
#t-pulling,
#wps_wrap{
  scroll-margin-top:90px;
}

.pull_detail_box5 .pulling_list div > div {
  height: 500px;
  align-content: center;
}

.pull_detail_box5 .pulling_list h5 {
  font-size: 26px;
}
.pull_detail_box5 .pulling_list p {
  font-size: 20px;
}
.pull_detail_box5 .pulling_list div p:nth-child(3) {
  padding-top: 58px;
  padding-bottom: 30px;
}
.pull_detail_box5 .pulling_list div p:nth-child(4) {
  padding-bottom: 30px;
}
.pull_detail_box5 .pulling_list div p:nth-child(5) {
  line-height: 30px;
}

.pull_detail_box5 .s-pulling_wrap,
.pull_detail_box5 .t-pulling_wrap,
.pull_detail_box5 .wps_wrap {
  width: 1000px;
  margin: 70px auto 0px;
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 35px;
}
.pull_detail_box5 .s-pulling_wrap .box1 h3,
.pull_detail_box5 .t-pulling_wrap .box1 h3,
.pull_detail_box5 .wps_wrap .box1 h3 {
  font-size: 35px;
  padding-top: 58px;
  padding-bottom: 30px;
}
.pull_detail_box5 .s-pulling_wrap .box1 p,
.pull_detail_box5 .t-pulling_wrap .box1 p,
.pull_detail_box5 .wps_wrap .box1 p {
  font-size: 26px;
  padding-bottom: 58px;
}

.pull_detail_box5 .s-pulling_wrap .box2,
.pull_detail_box5 .t-pulling_wrap .box2,
.pull_detail_box5 .wps_wrap .box2 {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.pull_detail_box5 .s-pulling_wrap .box2 img,
.pull_detail_box5 .t-pulling_wrap .box2 img {
  width: 237px;
  height: 237px;
}
.pull_detail_box5 .s-pulling_wrap .box2 p {
  font-size: 22px;
  padding-top: 15px;
}

.pull_detail_box5 .s-pulling_wrap h5,
.pull_detail_box5 .t-pulling_wrap h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  padding-top: 130px;
}

.pull_detail_box5 .t-pulling_wrap .box2 {
  align-items: flex-end;
}
.pull_detail_box5 .t-pulling_wrap .box2 div:nth-child(1) img,
.pull_detail_box5 .t-pulling_wrap .box2 div:nth-child(2) img {
  width: 241px;
  height: 153px;
}
.pull_detail_box5 .t-pulling_wrap .box2 div:nth-child(3) img,
.pull_detail_box5 .t-pulling_wrap .box2 div:nth-child(4) img {
  width: 180px;
  height: 180px;
}

.pull_detail_box5 .t-pulling_wrap .box2 p {
  font-size: 20px;
  padding-top: 15px;
}

.pull_detail_box5 .wps_wrap h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  padding-top: 26px;
  padding-bottom: 50px;
}

.pull_detail_box5 .wps_wrap .box2 img {
  width: 180px;
  height: 180px;
}
.pull_detail_box5 .wps_wrap .box2 p {
  font-size: 20px;
  padding-top: 15px;
  line-height: 32px;
}

.pull_detail_box5 .wps_wrap .box3 {
  width: 100%;
  margin-top: 100px;
}
.pull_detail_box5 .wps_wrap .box3 div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pull_detail_box5 .wps_wrap .box3 h6 {
  font-size: 24px;
  padding-top: 50px;
  font-weight: 500;
  line-height: 36px;
}

/* 슬링 상세페이지 */
/* 슬링 상세페이지 */
/* 슬링 상세페이지 */

.sling_detail_box3 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.sling_detail_box3 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
}

.sling_detail_box3 .sling_list {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.sling_detail_box3 .sling_list div div {
  height: 314px;
  align-content: center;
}
.sling_detail_box3 .sling_list div h5 {
  font-size: 26px;
  padding-top: 70px;
}
.sling_detail_box3 .sling_list div p {
  font-size: 18px;
  line-height: 26px;
}
.sling_detail_box3 .sling_list div p:nth-child(3) {
  padding-top: 58px;
  padding-bottom: 30px;
}

/* s-슬링 영역 */
#s-sling,
#t-sling,
#davinci-sling_wrap,
#wss_wrap{
  scroll-margin-top:90px;
}

.sling_detail_box3 .s-sling_wrap,
.sling_detail_box3 .t-sling_wrap,
.sling_detail_box3 .d-sling_wrap,
.sling_detail_box3 .wss_wrap {
  width: 1000px;
  margin: 70px auto 90px;
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 35px;
}
.sling_detail_box3 .s-sling_wrap .box1 h3,
.sling_detail_box3 .t-sling_wrap .box1 h3,
.sling_detail_box3 .d-sling_wrap .box1 h3,
.sling_detail_box3 .wss_wrap .box1 h3 {
  font-size: 35px;
  padding-top: 58px;
  padding-bottom: 30px;
}
.sling_detail_box3 .s-sling_wrap .box1 p,
.sling_detail_box3 .t-sling_wrap .box1 p,
.sling_detail_box3 .d-sling_wrap .box1 p,
.sling_detail_box3 .wss_wrap .box1 p {
  font-size: 26px;
  padding-bottom: 58px;
}

.sling_detail_box3 .s-sling_wrap .box2,
.sling_detail_box3 .t-sling_wrap .box2 {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.sling_detail_box3 .s-sling_wrap .box2 img,
.sling_detail_box3 .t-sling_wrap .box2 img {
  width: 237px;
  height: 237px;
}
.sling_detail_box3 .s-sling_wrap .box2 p,
.sling_detail_box3 .t-sling_wrap .box2 p {
  font-size: 22px;
  padding-top: 15px;
}

.sling_detail_box3 .s-sling_wrap h5,
.sling_detail_box3 .t-sling_wrap h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  padding-top: 130px;
}

/* t-슬링 영역 */
.sling_detail_box3 .t-sling_wrap .box2 {
  align-items: flex-end;
}
.sling_detail_box3 .t-sling_wrap .box2 div:nth-child(1) img,
.sling_detail_box3 .t-sling_wrap .box2 div:nth-child(2) img {
  width: 241px;
  height: 153px;
}
.sling_detail_box3 .t-sling_wrap .box2 div:nth-child(3) img,
.sling_detail_box3 .t-sling_wrap .box2 div:nth-child(4) img {
  width: 180px;
  height: 180px;
}

.sling_detail_box3 .t-sling_wrap .box2 p {
  font-size: 20px;
  padding-top: 15px;
}

/* 다빈치 슬링 영역 */
.sling_detail_box3 .d-sling_wrap .box1 .box1_in1 {
  width: 1000px;
  text-align: center;
}
.sling_detail_box3 .d-sling_wrap .box1 .box1_in1 p {
  font-size: 24px;
}
.sling_detail_box3 .d-sling_wrap .box1 .box1_in1 p:nth-child(3) {
  margin-top: 90px;
}
.sling_detail_box3 .d-sling_wrap .box1 .box1_in1 div {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.sling_detail_box3 .d-sling_wrap .box1 .box1_in1 div img {
  width: 280px;
}

.sling_detail_box3 .d-sling_wrap .box1 .box1_in1 div:nth-child(4) img {
  width: 450px;
}

.sling_detail_box3 .d-sling_wrap .box1 h5 {
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  margin-top: 70px;
}

.sling_detail_box3 .d-sling_wrap .box2 {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.sling_detail_box3 .d-sling_wrap .box2 div h6 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 15px;
}
.sling_detail_box3 .d-sling_wrap .box2 div p {
  font-size: 18px;
  color: #333;
  line-height: 26px;
}

.sling_detail_box3 .d-sling_wrap .box3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.sling_detail_box3 .d-sling_wrap .box3 h3 {
  font-weight: 500;
  margin-top: 150px;
  padding-bottom: 0;
}
.sling_detail_box3 .d-sling_wrap .box3 h3 img {
  width: 160px;
  object-fit: cover;
}
.sling_detail_box3 .d-sling_wrap .box3 img {
  width: 300px;
}
.sling_detail_box3 .d-sling_wrap .box3 > div img {
  height: 300px;
  object-fit: contain;
}

.sling_detail_box3 .d-sling_wrap .box3 p {
  font-size: 24px;
}

.sling_detail_box3 .wss_wrap h5 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 100px;
}

.sling_detail_box3 .wss_wrap .box2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.sling_detail_box3 .wss_wrap .box2 img {
  width: 200px;
}
.sling_detail_box3 .wss_wrap .box2 p {
  padding-top: 20px;
  font-size: 20px;
  line-height: 32px;
}

.sling_detail_box3 .wss_wrap .box3 {
  display: flex;
  justify-content: space-between;
}
.sling_detail_box3 .wss_wrap .box3 img {
  width: 40%;
  object-fit: contain;
}

.sling_detail_box3 .wss_wrap h5:last-child {
  font-size: 24px;
  margin-top: 50px;
}

/* 바디힐더 상세페이지 */
/* 바디힐더 상세페이지 */
/* 바디힐더 상세페이지 */

/* 바디힐더 디테일박스3 */
.body_detail_box3 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.body_detail_box3 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 90px;
}

.body_detail_box3 .box1 {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-bottom: 70px;
}
.body_detail_box3 .box1 div {
  text-align: center;
}
.body_detail_box3 .box1 div p {
  font-size: 26px;
  font-weight: 800;
  padding-top: 50px;
}

.body_detail_box3 .box2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.body_detail_box3 .box2 .left,
.body_detail_box3 .box2 .right {
  width: 420px;
  background: #494e55;
  border-radius: 20px 0 0 20px;
  text-align: center;
  color: #fff;
}
.body_detail_box3 .box2 .left > div,
.body_detail_box3 .box2 .right > div {
  width: 380px;
  margin: 0 auto;
  height: 230px;
  border-top: 1px solid #ccc;
  align-content: center;
}
.body_detail_box3 .box2 .left div:nth-child(1),
.body_detail_box3 .box2 .right div:nth-child(1) {
  border: none;
}
.body_detail_box3 .box2 .left div:nth-child(1),
.body_detail_box3 .box2 .left div:nth-child(2),
.body_detail_box3 .box2 .right div:nth-child(1),
.body_detail_box3 .box2 .right div:nth-child(2) {
  height: 250px;
}

.body_detail_box3 .box2 .left div p,
.body_detail_box3 .box2 .right div p {
  font-size: 20px;
  padding-top: 15px;
}

.body_detail_box3 .box2 .mid {
  width: 153px;
  background: #4a5d79;
  text-align: center;
  box-sizing: border-box;
}
.body_detail_box3 .box2 .mid div {
  width: 110px;
  height: 230px;
  margin: 0 auto;
  align-content: center;
  color: #fff;
  border-top: 1px solid #ccc;
  font-size: 20px;
}
.body_detail_box3 .box2 .mid div:nth-child(1) {
  border: none;
}
.body_detail_box3 .box2 .mid div:nth-child(1),
.body_detail_box3 .box2 .mid div:nth-child(2) {
  height: 250px;
}

.body_detail_box3 .box2 .right {
  border-radius: 0px 20px 20px 0;
}

/* 바디힐더 디테일박스4 */
.body_detail_box4 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.body_detail_box4 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.body_detail_box4 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 90px;
}
.body_detail_box4 h4 {
  font-size: 30px;
  text-align: center;
}

.body_detail_box4 .parts-name {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.body_detail_box4 h4:nth-child(5) {
  margin-top: 120px;
  margin-bottom: 60px;
}

.body_detail_box4 .body_size {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.body_detail_box4 .body_size div {
  text-align: center;
}
.body_detail_box4 .body_size div img {
  object-fit: contain;
}
.body_detail_box4 .body_size div p {
  padding-top: 40px;
  font-size: 22px;
}

.body_detail_box4 .body_max_people {
  margin-top: 110px;
  text-align: center;
}
.body_detail_box4 .body_max_people h5 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  padding-top: 40px;
  padding-bottom: 180px;
}

.body_detail_box4 .body_compare {
  width: 993px;
  margin: 100px auto 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 200px;
}
.body_detail_box4 .body_compare div {
  text-align: center;
}
.body_detail_box4 .body_compare div p {
  padding-top: 60px;
  font-size: 26px;
  font-weight: 800;
}

.body_detail_box4 .body_compare_graph {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.body_detail_box4 .body_compare_graph .left,
.body_detail_box4 .body_compare_graph .right {
  width: 420px;
  background: #494e55;
  text-align: center;
  border-radius: 20px 0 0 20px;
}
.body_detail_box4 .body_compare_graph .left div,
.body_detail_box4 .body_compare_graph .right div {
  width: 380px;
  margin: 0 auto;
  height: 230px;
  border-top: 1px solid #ccc;
  align-content: center;
}
.body_detail_box4 .body_compare_graph .left div:nth-child(1),
.body_detail_box4 .body_compare_graph .left div:nth-child(2),
.body_detail_box4 .body_compare_graph .right div:nth-child(1),
.body_detail_box4 .body_compare_graph .right div:nth-child(2) {
  height: 250px;
}
.body_detail_box4 .body_compare_graph .left div:nth-child(1),
.body_detail_box4 .body_compare_graph .right div:nth-child(1) {
  border: none;
}
.body_detail_box4 .body_compare_graph .right div:nth-child(1) img {
  width: 222px;
  height: 173px;
  object-fit: contain;
}
.body_detail_box4 .body_compare_graph .right div:nth-child(2) img {
  width: 205px;
  height: 172px;
  object-fit: contain;
}

.body_detail_box4 .body_compare_graph .left div p,
.body_detail_box4 .body_compare_graph .right div p {
  padding-top: 15px;
  font-size: 20px;
  color: #fff;
}

.body_detail_box4 .body_compare_graph .mid {
  width: 153px;
  background: #4a5d79;
  text-align: center;
}
.body_detail_box4 .body_compare_graph .mid div {
  width: 110px;
  margin: 0 auto;
  height: 230px;
  border-top: 1px solid #ccc;
  align-content: center;
  font-size: 20px;
  color: #fff;
}
.body_detail_box4 .body_compare_graph .mid div:nth-child(1),
.body_detail_box4 .body_compare_graph .mid div:nth-child(2) {
  height: 250px;
}
.body_detail_box4 .body_compare_graph .mid div:nth-child(1) {
  border: none;
}

.body_detail_box4 .body_compare_graph .right {
  border-radius: 0 20px 20px 0;
}

/* 바디힐더 디테일박스5 */

#wirelessbattery_wrap,
#wirelessremocon_wrap,
#speaker_wrap,
#nylon_wrap,
#handle_wrap{
  scroll-margin-top:90px;
}

.body_detail_box5 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.body_detail_box5 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.body_detail_box5 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 90px;
}
.body_detail_box5 h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.body_detail_box5 .dangers_wired {
  width: 100%;
  margin: 0 auto 180px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
.body_detail_box5 .dangers_wired div {
  width: 455px;
  text-align: center;
}
.body_detail_box5 .dangers_wired div p {
  font-size: 26px;
  line-height: 34px;
  padding-top: 35px;
}

.body_detail_box5 h4:nth-child(5) {
  margin-bottom: 0;
}
.body_detail_box5 h5 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 70px;
}

.body_detail_box5 .wireless_bettery {
  text-align: center;
}
.body_detail_box5 .wireless_bettery ul {
  margin-top: 40px;
}
.body_detail_box5 .wireless_bettery ul li {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body_detail_box5 .wireless_bettery ul li i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  margin-right: 15px;
}

/* 바디힐더 디테일박스6 */
.body_detail_box6 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.body_detail_box6 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.body_detail_box6 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 90px;
}

.body_detail_box6 .remote_caution {
  width: 100%;
  margin: 80px auto;
  text-align: center;
}
.body_detail_box6 .remote_caution p {
  font-size: 26px;
  line-height: 36px;
  padding-top: 50px;
}

.body_detail_box6 .wireless_remote {
  display: flex;
  justify-content: space-evenly;
}
.body_detail_box6 .wireless_remote div {
  text-align: center;
}
.body_detail_box6 .wireless_remote div img {
  width: 500px;
}
.body_detail_box6 .wireless_remote div p {
  font-size: 20px;
  line-height: 32px;
}

/* 바디힐더 디테일박스7 */
.body_detail_box7 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.body_detail_box7 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.body_detail_box7 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 90px;
}

.body_detail_box7 div {
  text-align: center;
  margin-bottom: 60px;
}

.body_detail_box7 div img {
  width: 650px;
  height: 366px;
  object-fit: cover;
}
.body_detail_box7 div p {
  font-size: 22px;
  padding-top: 20px;
  line-height: 30px;
}

/* 바디힐더 디테일박스8 */
.body_detail_box8 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  padding-bottom: 70px;
}
.body_detail_box8 h3 {
  font-size: 35px;
  text-align: center;
  padding-top: 35px;
}
.body_detail_box8 h3 + p {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 90px;
}

.body_detail_box8 h4 {
  font-size: 30px;
  text-align: center;
}
.body_detail_box8 h4 span {
  display: inline-block;
  font-size: 20px;
  padding: 7px 50px 4px;
  background: #534e97;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 20px;
}

.body_detail_box8 .nylon_compare {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  margin-top: 70px;
  margin-bottom: 150px;
}
.body_detail_box8 .nylon_compare div {
  text-align: center;
}
.body_detail_box8 .nylon_compare div p {
  padding-top: 30px;
  font-size: 26px;
}
.body_detail_box8 .nylon_compare div:first-child img {
  width: 280px;
}
.body_detail_box8 .nylon_compare div:first-child p {
  color: #555;
}
.body_detail_box8 .nylon_compare div:last-child img {
  width: 300px;
}

.body_detail_box8 .handle_area {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
.body_detail_box8 .handle_area p {
  font-size: 26px;
  padding-top: 30px;
}

.body_detail_box8 .handle_area > div:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 90px;
  margin-bottom: 150px;
}
.body_detail_box8 .handle_area div:nth-child(2) div img {
  width: 300px;
  height: 300px;
}

.body_detail_box8 .handle-bar_area {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
.body_detail_box8 .handle-bar_area div {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.body_detail_box8 .handle-bar_area div img {
  width: 300px;
}
.body_detail_box8 .handle-bar_area p {
  font-size: 26px;
  padding-top: 35px;
}

.body_detail_box8 .long-cable_area {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.body_detail_box8 .long-cable_area div {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.body_detail_box8 .long-cable_area p {
  font-size: 26px;
  padding-top: 35px;
}

/* 다빈치박스 상세페이지 */
/* 다빈치박스 상세페이지 */
/* 다빈치박스 상세페이지 */

.davinci_detail_box3 {
  width: 100%;
  height: auto;
  background: #2c2c2c;
  padding-bottom: 70px;
}
.davinci_detail_box3 h3 {
  color: #fff;
  font-size: 35px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 25px;
}
.davinci_detail_box3 p {
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding-bottom: 90px;
}

.davinci_detail_box3 div {
  text-align: center;
  margin-bottom: 70px;
}

.davinci_detail_box3 ul {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.davinci_detail_box3 ul li {
  font-size: 24px;
  color: #fff;
  margin-left: 150px;
  margin-bottom: 25px;
  position: relative;
}
.davinci_detail_box3 ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  left: -25px;
  bottom: 14px;
}

#davinci-box_type{
  scroll-margin-top:90px;
}

.davinci_detail_box4 {
  width: 100%;
  background: url(../img/products/point_bg.jpg) no-repeat center / cover;
  text-align: center;
  padding-top: 35px;
}
.davinci_detail_box4 .box1 h3 {
  font-size: 35px;
  padding-top: 58px;
  padding-bottom: 30px;
}

.davinci_detail_box4 .box2 {
  width: 100%;
  margin: 0 auto;
}

.davinci_detail_box4 .box3 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 60px;
  margin-bottom: 70px;
}
.davinci_detail_box4 .box3 .left,
.davinci_detail_box4 .box3 .mid,
.davinci_detail_box4 .box3 .right {
  width: 350px;
  background: #494e55;
  padding: 0 20px;
  border-radius: 20px;
  box-sizing: border-box;
}
.davinci_detail_box4 .box3 .left h4,
.davinci_detail_box4 .box3 .mid h4,
.davinci_detail_box4 .box3 .right h4 {
  font-size: 30px;
  color: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.davinci_detail_box4 .box3 .left p,
.davinci_detail_box4 .box3 .mid p,
.davinci_detail_box4 .box3 .right p {
  height: 200px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 30px 0 0px;
  box-sizing: border-box;
}
.davinci_detail_box4 .box3 .left div,
.davinci_detail_box4 .box3 .mid div,
.davinci_detail_box4 .box3 .right div {
  padding-bottom: 30px;
}

.davinci_detail_box4 .box4 {
  width: 1120px;
  margin: 0 auto;
  border-top: 1px solid #000;
  padding: 70px 0;
}
.davinci_detail_box4 .box4 .davinci_child {
  margin-bottom: 50px;
}
.davinci_detail_box4 .box4 .davinci_child h5,
.davinci_detail_box4 .box4 .davinci_play h5 {
  font-size: 26px;
  padding: 20px 0;
}
.davinci_detail_box4 .box4 .davinci_child p,
.davinci_detail_box4 .box4 .davinci_play p {
  font-size: 24px;
}

.davinci_detail_box4 .box4 .davinci_play h5 {
  padding-top: 0;
}
