.elementor-11 .elementor-element.elementor-element-bceb7b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-8c329be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-15a8cc8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-953d579{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-61b6b94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-fd9c6f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS */body {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  padding: 0px;
}

/* ===== 기본 가이드 스텝 스타일 ===== */
.gamsgo-guide-step {
  margin-bottom: 15px;
}

.gamsgo-guide-step h2 {
  font-size: 20px;
  font-weight: 800;
  color: #DC143C;
  padding: 0 0 0 20px;
  border-left: 6px solid #FF0000;
  letter-spacing: -0.2px;
  margin: 0 0 8px 0;
  background: #fff;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}

.gamsgo-guide-step h3 {
  font-size: 18px;
  font-weight: 800;
  color: #DC143C;
  padding: 0 0 0 18px;
  border-left: 5px solid #FF0000;
  letter-spacing: -0.2px;
  margin: 15px 0 8px 0;
  background: #fff;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}

.gamsgo-guide-step .gamsgo-guide-desc {
  font-size: 16px;
  color: #222;
  line-height: 2.1;
  background: #FFF5F5;
  border-radius: 12px;
  padding: 20px 22px 20px 22px;
  border: 1px solid #FFB3B3;
  box-shadow: 0 3px 16px 0 rgba(255, 0, 0, 0.08);
  margin: 0;
}

/* ===== H1 헤더 스타일 (이미지 포함) ===== */
.gamsgo-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.gamsgo-header-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
}

.gamsgo-header-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gamsgo-header-content h1 {
  font-size: 26px;
  font-weight: 800;
  color: #DC143C;
  margin: 0 0 8px 0;
  letter-spacing: -0.3px;
}

.gamsgo-header-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* ===== 카드 박스 스타일 ===== */
.gamsgo-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #FFCCCC;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 12px 0 rgba(255, 0, 0, 0.06);
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

.gamsgo-card:hover {
  box-shadow: 0 4px 20px 0 rgba(255, 0, 0, 0.12);
  border-color: #FF0000;
}

.gamsgo-card-icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #FFCCCC;
}

.gamsgo-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gamsgo-card-content {
  flex: 1;
}

.gamsgo-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #DC143C;
  margin: 0 0 8px 0;
  letter-spacing: -0.2px;
}

.gamsgo-card-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.gamsgo-card-button {
  flex-shrink: 0;
  background: linear-gradient(135deg, #FF0000 0%, #DC143C 100%);
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: -0.2px;
}

.gamsgo-card-button:hover {
  background: linear-gradient(135deg, #DC143C 0%, #B91C2C 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 20, 60, 0.3);
}

/* ===== 모바일 반응형 (768px) ===== */
@media (max-width: 768px) {
  body {
    padding: 0px;
  }
  
  /* H1 헤더 */
  .gamsgo-header {
    gap: 16px;
    padding: 0 8px;
  }
  
  .gamsgo-header-icon {
    width: 50px;
    height: 50px;
  }
  
  .gamsgo-header-content h1 {
    font-size: 22px;
  }
  
  .gamsgo-header-content p {
    font-size: 14px;
  }
  
  /* 카드 박스 */
  .gamsgo-card {
    gap: 12px;
    padding: 14px;
  }
  
  .gamsgo-card-icon {
    width: 80px;
    height: 80px;
  }
  
  .gamsgo-card-title {
    font-size: 18px;
  }
  
  .gamsgo-card-desc {
    font-size: 14px;
  }
  
  .gamsgo-card-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* ===== 모바일 반응형 (480px) ===== */
@media (max-width: 480px) {
  /* H1 헤더 */
  .gamsgo-header {
    padding: 0 5px;
  }
  
  .gamsgo-header-content h1 {
    font-size: 20px;
  }
  
  /* 카드 박스 */
  .gamsgo-card {
    gap: 10px;
    padding: 12px;
  }
  
  .gamsgo-card-icon {
    width: 70px;
    height: 70px;
  }
  
  .gamsgo-card-title {
    font-size: 16px;
  }
  
  .gamsgo-card-desc {
    font-size: 13px;
  }
  
  .gamsgo-card-button {
    padding: 8px 16px;
    font-size: 13px;
  }
}/* End custom CSS */