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: #cb2e1d;
  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-func {
  width: 100%;
  margin-bottom: 100px;
}
.sling-func h3 {
  font-size: 36px;
  color: #cb2e1d;
  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 .move-img p {
  font-size: 26px;
  font-weight: 500;
  padding-top: 15px;
  text-align: center;
}
.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: #cb2e1d;
  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{
  border:1px solid #ccc;
  border-radius:10px;
}
.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: 35px;
  text-align: center;
}

/* 워크슬링의 구조 */
.walk-structure {
  width: 100%;
  margin-bottom: 100px;
}
.walk-structure h3 {
  font-size: 36px;
  color: #cb2e1d;
  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 .same{
  font-size:200px;
}


/* 워크슬링의 기능 */
.walk-func {
  width: 100%;
  margin-bottom: 100px;
}
.walk-func h3 {
  font-size: 36px;
  color: #cb2e1d;
  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 img {
  width: 470px;
  height: 313px;
  object-fit: cover;
}
.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;
}

/* 낙상의 위험 */
.walk-danger {
  width: 100%;
  margin-top: 300px;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
.walk-danger h3 {
  font-size: 36px;
  color: #cb2e1d;
  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: #cb2e1d;
  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: 45px;
  top: 35px;
  text-align: center;
}
.pull-top .patent img{
  width: 60px;
  object-fit: cover;
  margin-bottom: 15px;
}
.pull-top .patent p{
  font-size:18px;
  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: 36px;
  font-weight: bold;
  color: #005cd8;
  text-align: center;
  font-family: "GmarketSans";
}
.pull-top > p:nth-child(3) {
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  margin: 60px 0 20px;
}
.pull-top > p:nth-child(3) span {
  color: #005cd8;
}
.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: 80px;
}
.pull-structure h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.pull-structure .struct-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* 풀링의 기능 */
.pull-func {
  width: 100%;
  margin-bottom: 80px;
}
.pull-func h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.pull-func .func-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pull-func .func-box .up img {
  width: 320px;
  height: 213px;
  object-fit: cover;
}
.pull-func .func-box .down img {
  width: 320px;
  height: 213px;
  object-fit: cover;
}
.pull-func .func-box p {
  font-size: 26px;
  padding: 20px 0;
  text-align: center;
}

/* 간편한 길이 조절 */
.pull-length {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}
.pull-length h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.pull-length div:nth-child(2) {
  margin-bottom: 30px;
}
.pull-length div:nth-child(3) img {
  width: 820px;
  height: 461px;
  object-fit: cover;
}

/* 손쉬운 슬링/풀링 전환 */
.pull-change {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}
.pull-change h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.pull-change div:nth-child(2) {
  margin-bottom: 30px;
}
.pull-change div:nth-child(3) img {
  width: 820px;
  height: 461px;
  object-fit: cover;
}

/* 걸리적거리지 않는 로프 */
.pull-rope {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}
.pull-rope h3 {
  font-size: 36px;
  color: #005cd8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.pull-rope div:nth-child(2) {
  margin-bottom: 30px;
}
.pull-rope div:nth-child(3) img {
  width: 820px;
  height: 461px;
  object-fit: cover;
}

/* 슬링은가라 풀링이 왔다 영상 */
.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;
}