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

@media (max-width: 767px) {
  /* 화면 우측 상단 버튼:개인정보보호 가리기 */
  .home-upper-right-btn.page-privacy {
    display: none;
  }
  /* 화면 우측 상단 버튼:환급 보여주기 */
  .home-upper-right-btn.page-refund {
    display: block;
  }

  /* 1. 히어로 이미지(시작) */
  .section-hero-img {
    position: relative;
    height: 556px;
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
  }
  .section-hero-img .bg-img {
    position: absolute;
    min-height: 556px;
  }
  .section-hero-img .privacy-content-box {
    position: relative;
    top: 47px;
    width: 340px;
    height: 135px;
  }
  .section-hero-img .privacy-content-box .privacy-content {
    position: relative;
    height: 100%;
  }
  .section-hero-img .privacy-content-box .privacy-content .title-box {
    margin: 0;
    color: white;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
  }
  .section-hero-img .privacy-content-box .privacy-content .privacy-chips {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .section-hero-img
    .privacy-content-box
    .privacy-content
    .privacy-chips
    .privacy-chip {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 120%;
    background-color: #1671ee;
    padding: 6px 16px;
    border-radius: 100px;
    color: white;
  }
  .section-hero-img
    .privacy-content-box
    .privacy-content
    .privacy-chips
    .privacy-chip
    + .privacy-chip {
    margin-left: 5px;
  }
  /* 1. 히어로 이미지(끝) */

  /* 2. 개인정보 입력이 필요한 이유(시작) */
  .section-why-need-privacy-input {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1413px;
    background: rgba(234, 237, 241, 0.5);
  }
  .section-why-need-privacy-input .privacy-content-box {
    position: relative;
    width: 360px;
    height: 1253px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-why-need-privacy-input .privacy-content-box .privacy-content-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 64px;
    height: calc(100% - 126px);
  }
  /* 2-?. 콘텐츠(환급액 조회, 공제 적용, 개인정보보호) */
  .section-shared .privacy-content-box .title-box {
    text-align: center;
  }
  .section-shared .privacy-content-box .title-box .title {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    letter-spacing: -0.5px;
    color: black;
  }
  .section-shared .privacy-content-box .title-box .desc {
    margin-top: 8px;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.5px;
    color: #637589;
  }
  .section-shared .privacy-content-box .privacy-content {
    height: 334px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 276px;
    position: relative;
  }
  .section-shared .privacy-content-box .privacy-content .text-group .title {
    margin-top: 12px;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    color: #000000;
  }
  /* 2-?-1-1. 텍스트그룹 > 키워드 */
  .section-shared .privacy-content-box .privacy-content .text-group .keyword {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .section-shared
    .privacy-content-box
    .privacy-content
    .text-group
    .keyword
    .icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .section-shared
    .privacy-content-box
    .privacy-content
    .text-group
    .keyword
    .icon
    img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-shared
    .privacy-content-box
    .privacy-content
    .text-group
    .keyword
    .text {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #237af2;
  }
  /* 2-?-2 말풍선 그룹 */
  .section-shared .privacy-content-box .privacy-content .balloon-group {
    margin-top: 20px;
    width: 276px;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 12px rgba(18, 21, 25, 0.1);
    border-radius: 21px;
    background: white;
  }
  /* 2-?-3-1. 설명(예시:"간편인증을 통해 조회된 최소한의 개인정보로 예상 환급액을 계산해 드립니다.") */
  .section-shared .privacy-content-box .privacy-content .text-group.abs-bottom {
    position: absolute;
    bottom: 0;
  }
  .section-shared .privacy-content-box .privacy-content .text-group .desc {
    text-align: center;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #606a76;
  }
  /* 2-2. 환급액 조회(시작) */
  .section-why-need-privacy-input
    .privacy-content-box
    .content-refund
    .balloon-group
    .box {
    position: relative;
    width: 226px;
    height: 95px;
  }
  /* 2-2-2-1. 말풍선 그룹 > caption("내 예상 환급액은") */
  .section-shared
    .privacy-content-box
    .content-refund
    .balloon-group
    .box
    .caption {
    text-align: left;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #237af2;
  }
  /* 2-2-2-2. 말풍선 그룹 > amount("177,691원") */
  .section-shared
    .privacy-content-box
    .content-refund
    .balloon-group
    .box
    .amount {
    text-align: left;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #237af2;
  }
  /* 2-2-2-3. 말풍선 그룹 > detail("자세히 보기") */
  .section-shared
    .privacy-content-box
    .content-refund
    .balloon-group
    .box
    .detail {
    position: absolute;
    bottom: 0;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #9aa6b3;
    display: flex;
    justify-content: start;
  }
  .section-shared
    .privacy-content-box
    .content-refund
    .balloon-group
    .box
    .detail
    img {
    width: 15px;
    height: 15px;
    opacity: 0.5;
  }
  /* 2-3. 공제 적용 */
  .section-why-need-privacy-input
    .privacy-content-box
    .content-deduction
    .balloon-group
    .box {
    position: relative;
    width: 260px;
    height: 150px;
  }
  .section-why-need-privacy-input
    .privacy-content-box
    .content-deduction
    .balloon-group
    .box
    .box-row {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-why-need-privacy-input
    .privacy-content-box
    .content-deduction
    .balloon-group
    .box-row
    + .box-row {
    border-top: solid 1px #dfe2e5;
  }
  .section-shared
    .privacy-content-box
    .content-deduction
    .balloon-group
    .box
    .box-row
    .left {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
  }
  .section-shared
    .privacy-content-box
    .content-deduction
    .balloon-group
    .box
    .box-row
    .right {
    display: flex;
    justify-content: right;
  }
  /* 2-3-1-1. 말풍선 그룹 > 부양가족 */
  /* 2-3-1-2. 말풍선 그룹 > 카드내역 */
  /* 2-3-1-3. 말풍선 그룹 > 주택마련저축 */
  .section-why-need-privacy-input
    .privacy-content-box
    .content-deduction
    .balloon-group
    .box
    .box-row
    .right
    .text {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #4394f0;
  }
  .section-why-need-privacy-input
    .privacy-content-box
    .content-deduction
    .balloon-group
    .box
    .box-row
    .right
    .arrow {
    width: 18px;
    height: 18px;
  }
  /* 2-4. 개인정보 보호 */
  .section-why-need-privacy-input
    .privacy-content-box
    .content-privacy
    .balloon-group
    .box {
    position: relative;
    width: 218px;
    height: 152px;
  }
  .section-why-need-privacy-input
    .privacy-content-box
    .content-privacy
    .balloon-group
    .box
    .box-title {
    text-align: left;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #191d21;
  }
  .section-why-need-privacy-input
    .privacy-content-box
    .content-privacy
    .balloon-group
    .box
    .box-input {
    margin-top: 15px;
  }
  .section-why-need-privacy-input
    .privacy-content-box
    .content-privacy
    .balloon-group
    .box
    .box-input-name {
    text-align: left;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 150%;
    color: #9aa6b3;
  }
  .section-why-need-privacy-input
    .privacy-content-box
    .content-privacy
    .balloon-group
    .box
    .box-input-field {
    height: 20px;
    border-bottom: 0.75px solid #dfe2e5;
  }
  .section-why-need-privacy-input
    .privacy-content-box
    .content-privacy
    .balloon-group
    .box
    .box-button {
    position: absolute;
    bottom: 0;
    background: #237af2;
    border-radius: 10px;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 150%;
    color: #ffffff;
    padding: 9px 100px;
  }
  /* 2. 개인정보 입력이 필요한 이유(끝) */

  /* 3. 삼쩜삼의 개인정보 보호 원칙(시작) */
  .section-principle-privacy-protection {
    height: 1768px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-principle-privacy-protection .privacy-content-box {
    width: 330px;
    height: 1608px;
  }
  /* 3-1. 타이틀 박스 */
  .section-principle-privacy-protection .privacy-content-box .title-box {
    text-align: center;
  }
  .section-principle-privacy-protection .privacy-content-box .title-box .title {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: #000000;
  }
  .section-principle-privacy-protection .privacy-content-box .title-box .desc {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.5px;
    color: #637589;
  }
  .section-principle-privacy-protection .privacy-content-box .img-card-box {
    margin-top: 65px;
    height: 436px;
  }
  .section-principle-privacy-protection
    .privacy-content-box
    .img-card-box
    + .img-card-box {
    margin-top: 80px;
  }
  .section-principle-privacy-protection
    .privacy-content-box
    .img-card-box
    .img-card {
    margin-top: 10px;
    height: 356px;
    width: 330px;
  }
  .section-principle-privacy-protection
    .privacy-content-box
    .img-card-box
    .img-card-title {
    text-align: center;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.5px;
    color: #000000;
  }
  .section-principle-privacy-protection
    .privacy-content-box
    .img-card-box
    .img-card
    .img-card-img {
    width: 100%;
    height: 164px;
    border-radius: 15px 15px 0px 0px;
    /* background: rgba(178, 7, 194, 0.3); */
  }
  .section-principle-privacy-protection
    .privacy-content-box
    .img-card-box
    .img-card
    .img-card-text {
    width: 100%;
    height: 192px;
    padding: 20px 25px;
    border-radius: 0px 0px 15px 15px;
    text-align: left;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.005em;
    color: #606a76;
    background: rgba(234, 237, 241, 0.5);
  }
  /* 3. 삼쩜삼의 개인정보 보호 원칙(끝) */

  /* 4. 개인정보/보안 Q&A(시작) */
  .section-privacy-n-security-qna {
    height: 2480px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(234, 237, 241, 0.5);
  }
  .section-privacy-n-security-qna .privacy-content-box {
    width: 330px;
    height: 2302px;
    position: relative;
  }
  .section-privacy-n-security-qna .privacy-content-box .qna-card {
    position: relative;
    width: 330px;
    height: 546px;
    background: #ffffff;
    padding: 25px;
    margin-top: 80px;
    border-radius: 25px;
  }
  .section-privacy-n-security-qna .privacy-content-box .agreement {
    height: 500px;
  }
  .section-privacy-n-security-qna .privacy-content-box .qna-card:nth-child(1) {
    height: 450px;
  }
  .section-privacy-n-security-qna .privacy-content-box .qna-card:nth-child(2) {
    height: 490px;
  }
  .section-privacy-n-security-qna .privacy-content-box .qna-card:nth-child(3) {
    height: 480px;
  }
  .section-privacy-n-security-qna .privacy-content-box .qna-card:nth-child(4) {
    height: 500px;
  }
  .qna-card + .qna-card {
    margin-top: 72px;
  }
  .qna-card .question-icon {
    position: relative;
    width: 32px;
    height: 32px;
  }
  .qna-card .question-icon img {
    width: 32px;
    height: 32px;
  }
  .qna-card .title {
    margin-top: 16px;
    text-align: left;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.5px;
    color: #000000;
  }
  .qna-card .desc {
    margin-top: 20px;
    text-align: left;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #606a76;
  }
  .qna-card .qna-icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 100px;
    height: 100px;
  }
  .qna-card .qna-icon img {
    width: 110px;
  }
  /* 4. 개인정보/보안 Q&A(끝) */

  /* 5. ISMS(시작) */
  .section-isms {
    height: 377px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-isms .privacy-content-box {
    width: 360px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-isms .privacy-content-box img {
    width: 166px;
  }
  .section-isms .privacy-content-box .text-group {
    text-align: center;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 15.2088px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #606a76;
  }
  /* 5. ISMS(끝) */

  /* 공통 기능 */
  .min-width-360-max-width-767 {
    display: block;
    position: fixed;
    z-index: 100;
    color: black;
    background: orange;
    border: solid 2px red;
    right: 0;
  }
  .hide-w360-w767 {
    display: none;
  }
}
