body {
  font-family: "Pretendard Variable", Pretendard;
}

a {
  text-decoration: none;
}
ul {
  list-style: none;
}

main {
  width: 1200px;
  min-height: 800px;
  margin: 0 auto;
}

.tas-area1 {
  width: 100%;
  margin: 90px auto 50px;
  text-align: center;
}
.tas-area1 > h2 {
  font-size: 50px;
  margin-bottom: 60px;
}

.tas-area1 > p {
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
  color: #333;
  margin-bottom: 60px;
}
.tas-area1 > p span {
  color: #cb2e1d;
}

/* 슬링 컨테이너 */
.sling-container {
  width: 100%;
  margin: 0 auto;
  background: #e9e9e9;
  padding: 60px 0;
  box-sizing: border-box;
  border-radius: 20px;
}

/* 슬링의 구조 */
.sling-structure {
  width: 100%;
  margin-bottom: 100px;
}
.sling-structure h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.sling-structure .struct-grid {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sling-structure .struct-grid .struct-in1 {
  border: 2px solid #ccc;
}

/* 단순한 기능 */
.sling-func {
  width: 100%;
  margin-bottom: 100px;
}
.sling-func h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.sling-func .func-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sling-func .func-box .move-img {
  margin-bottom: 40px;
}
.sling-func .func-box .move-img img {
  width: 500px;
  height: 281px;
}
.sling-func .func-box p {
  font-size: 28px;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
}
.sling-func .func-box .left p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sling-func .func-box .left p span {
  display: block;
  color: #005cd8;
}
.sling-func .func-box .left p b {
  display: block;
  font-size: 38px;
  border-bottom: 3px solid #005cd8;
}
.sling-func .func-box .right p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.sling-func .func-box .right p span {
  display: block;
  color: #e70014;
}
.sling-func .func-box .right p b {
  display: block;
  font-size: 38px;
  border-bottom: 3px solid #e70014;
}
.sling-func .func-box .char-img {
  width: 100%;
  text-align: center;
}
.sling-func .func-box .char-img img {
  width: 200px;
  height: 320px;
  object-fit: contain;
}
.sling-func .func-box .char-img2 {
  position: relative;
}
.sling-func .func-box .char-img2 img {
  width: 200px;
  height: 320px;
  object-fit: contain;
}
.sling-func .func-box .char-img2 .x-icon {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-55px, -55px);
  animation: fadeinout 2.2s infinite ease;
}

@keyframes fadeinout {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 사용상 불편함 */
.sling-use {
  width: 100%;
}
.sling-use h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.sling-use .use-box {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  text-align: center;
}
.sling-use .use-box .left .up img,
.sling-use .use-box .mid .up img,
.sling-use .use-box .right .up img {
  width: 340px;
  height: 200px;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}
.sling-use .use-box p {
  font-size: 20px;
  font-weight: 400;
  padding: 30px 0;
}
.sling-use .use-box .down img {
  width: 340px;
  height: 186px;
  object-fit: cover;
}

/* 워크슬링 컨테이너 */
.walksling-container {
  width: 100%;
  margin: 50px auto;
  background: #e9e9e9;
  padding: 60px 0;
  box-sizing: border-box;
  border-radius: 20px;
}
.walksling-container h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.likeapulling-wrap1{
  width: 100%;
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.likeapulling-wrap2{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}

.walksling-container h3{
  font-size:45px;
  font-weight:bold;
  color:#CB2E1D;
  text-align: center;
  margin-bottom: 80px;
}

.likeapulling-video{
  width: 100%;
  margin:0 auto;
  text-align: center;
}
.likeapulling-video img{
  width: 353px;
  height: auto;
  border:1px solid #ccc;
}

.walksling-container .vertical-line{
  width: 2px;
  margin:65px auto 120px;
  height: 140px;
  background:#777;
}

/* 워크슬링의 구조 */
/* .walk-structure {
  width: 100%;
  margin-bottom: 100px;
}
.walk-structure h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.walk-structure .struct-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.walk-structure .struct-grid .struct-in1,
.walk-structure .struct-grid .struct-in2 {
  border: 2px solid #ccc;
}
.walk-structure .struct-grid .same {
  font-size: 200px;
} */

/* 워크슬링의 기능 */
/* .walk-func {
  width: 100%;
  margin-bottom: 100px;
}
.walk-func h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.walk-func ul {
  text-align: center;
}
.walk-func ul li {
  font-size: 26px;
  margin-bottom: 5px;
}
.walk-func .func-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
}
.walk-func .func-box .left > img,
.walk-func .func-box .right > img {
  width: 400px;
  height: 320px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #ccc;
}
.walk-func .func-box .right {
  position: relative;
}
.walk-func .func-box .right .x-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-75px, -75px);
  animation: fadeinout 2.2s infinite ease;
  background: none;
  border: none;
} */

/* 낙상의 위험 */
/* .walk-danger {
  width: 100%;
  margin-top: 300px;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
.walk-danger h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.walk-danger img {
  width: 820px;
  height: 461px;
  object-fit: cover;
}
.walk-danger .danger-dad {
  position: absolute;
  width: 300px;
  height: 284px;
  object-fit: cover;
  right: 120px;
  top: -250px;
} */

/* 흔들리는 로프 */
/* .walk-rope {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}
.walk-rope h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.walk-rope img {
  width: 820px;
  height: 461px;
  object-fit: cover;
} */

/* 풀링이왔다 배너 */
.gopull {
  width: 100%;
  text-align: center;
}
.gopull p {
  font-size: 20px;
  color: #555;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}
.gopull img {
  width: 820px;
  height: auto;
  object-fit: cover;
}

/* 풀링이왔다 페이지 */
/* 풀링이왔다 페이지 */
/* 풀링이왔다 페이지 */

main {
  width: 1200px;
  margin: 50px auto;
}

.pull-top {
  width: 100%;
  margin: 50px auto;
  background: url("../img/pull-top-bg.png") no-repeat center / cover;
  padding: 50px 0;
  border-radius: 20px;
  position: relative;
}
.pull-top .patent {
  position: absolute;
  right: 30px;
  top: 175px;
  text-align: center;
}
.pull-top .patent img {
  width: 60px;
  object-fit: cover;
  margin-bottom: 15px;
}
.pull-top .patent p {
  font-size: 24px;
  font-family: "GmarketSans";
  font-weight: bold;
  color: #cb2e1d;
  /* text-shadow:
    2px 0 0 #000,
   -2px 0 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000,
    2px 2px 0 #000,
   -2px -2px 0 #000,
    2px -2px 0 #000,
   -2px 2px 0 #000; */
  animation: strokeBlink 2.5s infinite;
}
@keyframes strokeBlink {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.pull-top > h2 {
  font-size: 90px;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "GmarketSans";
}
.pull-top > h2 span {
  color: #005cd8;
}
.pull-top > h2 strong {
  font-size: 100px;
}
.pull-top > h2 strong b {
  display: inline-block;
  font-size: 120px;
  color: #cb2e1d;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
.pull-top > p:nth-child(3) {
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  margin: 70px 0 20px;
}
.pull-top > p:nth-child(3) span {
  color: #cb2e1d;
}
.pull-top > p:nth-child(4) {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 35px;
}
.pull-top > div {
  text-align: center;
}

/* 풀링 컨테이너 */
.pull-container {
  width: 100%;
  background: #f3f3f3;
  border-radius: 20px;
  padding: 60px 0;
}

/* 풀링의 구조 */
.pull-structure {
  width: 100%;
  margin-bottom: 100px;
}
.pull-structure h3 {
  font-size: 36px;
  color: #cb2e1d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.pull-structure .struct-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pull-structure .struct-grid .grid-in1 {
  border: 2px solid #00af65;
}

/* 풀링의 기능 */
.pull-func {
  width: 100%;
  margin-bottom: 100px;
}
.pull-func h3 {
  font-size: 36px;
  color: #cb2e1d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.pull-func .lever-choice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 100px;
}
.pull-func .lever-choice .lever-in1 {
  width: 320px;
  height: 320px;
}
.pull-func .lever-choice .lever-in1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
  border: 2px dashed #fb5015;
  object-position: center top;
}
.pull-func .lever-choice .lever-in3 {
  width: 600px;
  height: auto;
}
.pull-func .lever-choice .lever-in3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pull-func .func-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pull-func .func-box .left,
.pull-func .func-box .mid,
.pull-func .func-box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pull-func .func-box .left {
  border-right: 1px solid #ccc;
  padding-right: 54px;
  margin-right: 54px;
  position: relative;
}
.pull-func .func-box .left .up {
  width: 200px;
  height: auto;
  background: #fff;
  border-radius: 500px;
  border: 2px dashed #005cd8;
}
.pull-func .func-box .left .up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pull-func .func-box .left .down {
  width: 320px;
  height: auto;
}
.pull-func .func-box .left .down img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pull-func .func-box .left .plus-icon {
  position: absolute;
  right: -38px;
  bottom: 340px;
}

.pull-func .func-box .pull-motion {
  text-align: center;
}

.pull-func .func-box .pull-motion .top {
  margin-bottom: 20px;
}

.pull-func .func-box .pull-motion .bot {
  display: flex;
  gap: 30px;
}
.pull-func .func-box .pull-motion .bot .mid .up {
  width: 200px;
  height: auto;
  background: #fff;
  border-radius: 500px;
  border: 2px dashed #e70014;
}
.pull-func .func-box .pull-motion .bot .mid .up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pull-func .func-box .pull-motion .bot .mid .down {
  width: 320px;
  height: auto;
}
.pull-func .func-box .pull-motion .bot .mid .down img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pull-func .func-box .pull-motion .bot .right .up {
  width: 200px;
  height: auto;
  background: #fff;
  border-radius: 500px;
  border: 2px dashed #e70014;
}
.pull-func .func-box .pull-motion .bot .right .up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pull-func .func-box .pull-motion .bot .right .down {
  width: 320px;
  height: auto;
}
.pull-func .func-box .pull-motion .bot .right .down img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 간편한 사용법 */
.easy-used h3 {
  font-size: 36px;
  color: #cb2e1d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.easy-used .char-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-bottom: 30px;
}
.easy-used .char-img p {
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}
.easy-used .char-img div:nth-child(1) p {
  color: #d9c600;
}
.easy-used .char-img div:nth-child(2) p {
  color: #403b8f;
}
.easy-used .char-img div:nth-child(3) p {
  color: #ac1754;
}
.easy-used .real-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.easy-used .real-img img {
  width: 508px;
  height: auto;
}

/* 슬링은가라 풀링이 왔다 영상 */
.pull-video {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #eceff4;
  padding: 60px 0;
  border-radius: 20px;
  margin-top: 50px;
}
.pull-video h2 {
  font-size: 50px;
  margin-bottom: 60px;
}
