/*
    Zendesk 헬프센터의 개인정보보호 페이지의 break point가 1367px 이상인 경우에 적용되는 CSS 스타일의 모음입니다.
*/

@media (min-width: 1367px) {
  /* section-0 */
  .section-0 {
    height: 810px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .section-0 .wrapper {
    max-width: unset;
    width: 1366px;
    height: 810px;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-0 .wrapper .bg-w1367 {
    display: block;
  }
  .section-0 .wrapper .bg-w1367.img-wrapper {
    position: relative;
    width: 1366px;
    height: 100%;
  }
  .section-0 .wrapper .bg-w1367.img-wrapper img:first-child {
    position: absolute;
    top: 290px;
    left: 213px;
    width: 464px;
  }
  .section-0 .wrapper .bg-w1367.img-wrapper img:last-child {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .section-0 .wrapper .title {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    color: white;
    margin-bottom: 50px;
  }
  .section-0 .wrapper .title > div:first-child {
    margin-bottom: 25px;
  }
  /* section-1 */
  .section-1 .wrapper .img-wrapper.w1367 {
    display: flex;
    justify-content: center;
  }
  .section-1 .wrapper .img-wrapper.w1367 img {
    width: 909px;
    height: 410px;
  }
  /* section-2 */
  .section-2 {
    height: 1640px;
    position: relative;
    display: flex;
    justify-content: center;
    background: #021236;
  }
  .section-2 .wrapper {
    position: relative;
    height: 100%;
    width: 1366px;
  }
  .section-2 .wrapper .w1367 {
    display: block;
  }
  /* section-2 왼쪽 텍스트 */
  .section-2 .wrapper .w1367 > img:nth-child(1) {
    position: absolute;
    top: 250px;
    left: 248px;
    z-index: 10;
    width: 450px;
  }
  /* section-2 오른쪽 카드 이미지 */
  .section-2 .wrapper .w1367 > img:nth-child(2) {
    position: absolute;
    top: 237px;
    left: 731px;
    z-index: 10;
    width: 403px;
  }
  .section-2 .wrapper .button.w1367 {
    display: block;
    position: absolute;
    bottom: 306px;
    left: 248px;
    text-decoration: none;
    background-color: transparent;
    background: #1671ee;
    border: 0;
    border-radius: 12px;
    padding: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    width: 260px;
    cursor: pointer;
    z-index: 100;
  }
  /* section-3 */
  .section-3 {
    height: 3634px;
    position: relative;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
  }
  .section-3 .wrapper {
    position: relative;
    height: 100%;
    width: 1366px;
    display: flex;
    justify-content: center;
  }
  .section-3 .wrapper .w1367 {
    position: relative;
    display: block;
    width: 870px;
  }
  .section-3 .wrapper .w1367 img:nth-child(1) {
    position: absolute;
    top: 250px;
    width: 100%;
    z-index: 10;
  }
  .section-3 .wrapper .w1367 img:nth-child(2) {
    position: absolute;
    top: 527px;
    width: 100%;
    z-index: 10;
  }
  .section-3 .wrapper .w1367 img:nth-child(3) {
    position: absolute;
    top: 853px;
    width: 100%;
    z-index: 10;
  }
  .section-3 .wrapper .w1367 img:nth-child(4) {
    position: absolute;
    top: 1216px;
    width: 100%;
    z-index: 10;
  }
  .section-3 .wrapper .w1367 img:nth-child(5) {
    position: absolute;
    top: 1847px;
    width: 100%;
    z-index: 10;
  }
  .section-3 .wrapper .w1367 img:nth-child(6) {
    position: absolute;
    top: 2173px;
    width: 100%;
    z-index: 10;
  }
  .section-3 .wrapper .w1367 img:nth-child(7) {
    position: absolute;
    top: 2537px;
    width: 100%;
    z-index: 10;
  }
  .section-3 .wrapper .button.w1367 {
    display: block;
    position: absolute;
    bottom: 280px;
    left: 508px;
    text-decoration: none;
    background-color: transparent;
    background: #1671ee;
    border: 0;
    border-radius: 20px;
    padding: 22px 18px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    width: 350px;
    cursor: pointer;
    z-index: 100;
  }
  footer.szs-footer {
    width: 1080px;
  }
}
