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

@media (min-width: 768px) and (max-width: 1366px) {
  /* section-0 */
  .section-0 {
    height: 750px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .section-0 .wrapper {
    width: 768px;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-0 .wrapper .bg-w768-w1366 {
    display: block;
  }
  .section-0 .wrapper .bg-w768-w1366.img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .section-0 .wrapper .bg-w768-w1366.img-wrapper img:first-child {
    position: absolute;
    top: 232px;
    left: 39px;
    width: 464px;
  }
  .section-0 .wrapper .bg-w768-w1366.img-wrapper img:last-child {
    position: absolute;
    top: 0;
    right: -246px;
  }
  /* section-1 */
  .section-1 .wrapper .img-wrapper.w768-w1366 {
    display: flex;
    justify-content: center;
  }
  .section-1 .wrapper .img-wrapper.w768-w1366 img {
    width: 600px;
    height: 900px;
  }
  /* section-2 */
  .section-2 {
    height: 1647px;
    position: relative;
    display: flex;
    justify-content: center;
    background: #021236;
  }
  .section-2 .wrapper {
    position: relative;
    height: 100%;
    width: 768px;
  }
  .section-2 .wrapper .w768-w1366 {
    display: block;
  }
  /* section-2 왼쪽 텍스트 */
  .section-2 .wrapper .w768-w1366 > img:nth-child(1) {
    position: absolute;
    top: 250px;
    left: 42px;
    z-index: 10;
    width: 375px;
  }
  /* section-2 오른쪽 카드 이미지 */
  .section-2 .wrapper .w768-w1366 > img:nth-child(2) {
    position: absolute;
    top: 237px;
    left: 421px;
    z-index: 10;
    width: 324px;
  }
  .section-2 .wrapper .button.w768-w1366 {
    display: block;
    position: absolute;
    bottom: 280px;
    left: 42px;
    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: 3831px;
    position: relative;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
  }
  .section-3 .wrapper {
    position: relative;
    height: 100%;
    width: 768px;
    display: flex;
    justify-content: center;
  }
  .section-3 .wrapper .w768-w1366 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 686px;
  }
  .section-3 .wrapper .w768-w1366 img:nth-child(1) {
    position: absolute;
    top: 250px;
    width: 100%;
    z-index: 100;
  }
  .section-3 .wrapper .w768-w1366 img:nth-child(2) {
    position: absolute;
    top: 527px;
    left: 0;
    width: 686px;
    z-index: 100;
  }
  .section-3 .wrapper .w768-w1366 img:nth-child(3) {
    position: absolute;
    top: 919px;
    left: 0;
    width: 686px;
    z-index: 100;
  }
  .section-3 .wrapper .w768-w1366 img:nth-child(4) {
    position: absolute;
    top: 1301px;
    left: 0;
    width: 686px;
    z-index: 100;
  }
  .section-3 .wrapper .w768-w1366 img:nth-child(5) {
    position: absolute;
    top: 1982px;
    left: 0;
    width: 686px;
    z-index: 100;
  }
  .section-3 .wrapper .w768-w1366 img:nth-child(6) {
    position: absolute;
    top: 2323px;
    left: 0;
    width: 686px;
    z-index: 100;
  }
  .section-3 .wrapper .w768-w1366 img:nth-child(7) {
    position: absolute;
    top: 2734px;
    left: 0;
    width: 686px;
    z-index: 100;
  }
  .section-3 .wrapper .button.w768-w1366 {
    display: block;
    position: absolute;
    bottom: 280px;
    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;
  }
}
