@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

@font-face {
    font-family: 'moneygraphy-pixel';
    src: url('../fonts/Moneygraphy-Pixel.woff2') format('woff2'),
        url('../fonts/Moneygraphy-Pixel.woff') format('woff'),
        url('../fonts/Moneygraphy-Pixel.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'smartiam';
    src: url('../fonts/ownglyph-smartiam.woff2') format('woff2'),
        url('../fonts/ownglyph-smartiam.woff') format('woff'),
        url('../fonts/ownglyph-smartiam.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'yesam';
    src: url('../fonts/nelna-yesam.woff2') format('woff2'),
        url('../fonts/nelna-yesam.woff') format('woff');
}

*,
body {
    font-family: "yesam", "smartiam", "moneygraphy-pixel", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    background-color: #F2F0EB;
}

.gg-header-wrapper {
    width: 100%;
    height: 73px;
    background-color: rgba(255, 255, 255, 0.4);
    position: fixed;
    z-index: 999;
}

.gg-header {
    min-width: 340px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;

}

.gg-header-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.gg-header-right-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

.gg-header .i16n-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.gg-header .i16n-button select {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top right;
}

.i16n-button select option {
    box-sizing: content-box;
    padding: 8px;
    background-color: white;
}

.gg-header-download-button {
    background-color: #080A09;
    height: 40px;
    color: #fff;
    font: "smartiam" !important;
    padding: 6px 15px 3px;
    font-size: 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.gg-main-wrapper {
    width: 100%;
    height: fit-content;
    background-color: #F2F0EB;
}

.gg-main {
    max-width: 1200px;
    min-width: 320px;
    height: fit-content;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gg-main .main-subtitle {
    color: #FF733B;
    font-family: "smartiam";
    font-size: 32px;
    margin-bottom: 0;
}

.gg-main .main-title {
    margin-top: 0;
    color: #000;
    font-family: "moneygraphy-pixel";
    font-size: 56px;
}

.gg-main .main-app-screens {
    width: 380px;
    max-width: 600px;
}

.gg-main .appstore-group {
    display: flex;
    gap: 14px;
}

.gg-main .start-button {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 289px;
    height: 55px;
    cursor: pointer;
    background-image: url('../images/gonggam-ai/top-main-orange-button.png');
}

.gg-main .start-button p {
    font: 'yesam';
    font-size: 28px;
    padding-top: 25px;
    padding-left: 12px;
}

.gg-you-need-gonggam-ai-wrapper {
    width: 100%;
    background-color: #F2EAE1;
    padding: 50px 0;
}

.gg-you-need-gonggam-ai {
    min-width: 340px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 22px;
}

.gg-you-need-gonggam-ai .checklist {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gg-you-need-gonggam-ai .checklist-item {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.gg-you-need-gonggam-ai .checklist-item img {
    width: 22px;
    height: 24px;
}

.gg-you-need-gonggam-ai .checklist-item p {
    font-family: 'smartiam';
    font-size: 24px;
    padding-top: 15px;
}

.gg-you-need-gonggam-ai h3 {
    font-family: 'moneygraphy-pixel';
    color: #000;
    text-align: center;
    margin-top: 50px;
}

.gg-what-is-gonggam-ai-wrapper {
    width: 100%;
    height: fit-content;
    background-color: #F2F0EB;
}

.gg-what-is-gonggam-ai {
    min-width: 340px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    gap: 60px;
}

.gg-what-is-gonggam-ai .gg-gonggam-ai-definition {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.gg-gonggam-ai-definition h2 {
    font-family: 'moneygraphy-pixel';
    font-size: 32px;
    color: #F2F0EB;
    background-color: #2B2930;
    padding: 4px 4px 2px;
    box-sizing: content-box;
}

.gg-what-is-gonggam-ai p {
    margin-top: 30px;
    font-family: 'yesam';
    font-size: 22px;
    line-height: 33px;
    color: #000;
    text-align: center;
}

.orange {
    color: #FF733B;
    text-decoration: none;
}

.gg-gonggam-ai-function {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.gg-gonggam-ai-function .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-right: 24px;
}

.gg-gonggam-ai-function .title h3 {
    font-family: 'moneygraphy-pixel';
    font-size: 27px;
    padding-top: 14px;
    text-decoration-line: underline;
    text-decoration-thickness: 13px;
    text-underline-offset: -4px;
    text-decoration-color: #FFE999;
}

.gg-gonggam-ai-function>img {
    margin-top: 24px;
}

.gg-gonggam-ai-function .caption {
    color: #897777;
    font-family: 'yesam';
    font-size: 16px;
    margin-top: 8px;
}

.user-convo-analysis h3 {
    text-decoration-color: #FFE999;
}

.judge-verdict-mode h3 {
    text-decoration-color: #C6C4E0;
}

.emotional-support h3 {
    text-decoration-color: #EECDC0;
}

.mental-health-care h3 {
    text-decoration-color: #F6DAE1;
}

.text-input-for-affy {
    width: 275px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url(../images/gonggam-ai/tell-about-your-what-bothering-you-share-your-thought.png);
    margin-right: 17px;
}

.text-input-for-affy p {
    color: #C6C3BB;
    font-family: 'yesam';
    font-size: 23px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.gg-bottom-app-introduction-wrapper {
    width: 100%;
    height: fit-content;
    background-color: #E9E4ED;
}

.gg-bottom-app-introduction {
    min-width: 340px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.gg-bottom-app-introduction h3 {
    font-family: 'yesam';
    font-size: 28px;
    color: #78509F;
    margin-bottom: 0;
    padding: 0;
    margin-top: 16px;
}

.gg-bottom-app-introduction h2 {
    margin-top: 0px;
    padding-top: 0;
    font-family: 'moneygraphy-pixel';
    font-size: 56px;
    color: #000;
}

.gg-bottom-app-introduction .start-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border: solid #000 3px;
    border-radius: 10px;
    width: 277px;
    height: 52px;
    margin-top: 30px;
    margin-bottom: 16px;
    cursor: pointer;
}

.gg-bottom-app-introduction .start-button p {
    font-size: 28px;
    font-family: 'yesam';
    color: #000;
    padding-top: 23px;
    padding-left: 16px;
}

.gg-bottom-app-introduction .start-button img {
    padding-bottom: 4px;
}

.gg-bottom-app-introduction .appstore-group {
    display: flex;
    gap: 12px;
}

.gg-footer-wrapper {
    width: 100%;
    height: fit-content;
    background-color: #D9D6D1;
}

.gg-footer {
    width: 340px;
    margin: 0 auto;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gg-footer .logo-group img {
    filter: grayscale();
}

.gg-footer .logo-group img:nth-child(2) {
    filter: opacity(0.6);
}

.gg-footer .cscenter-title {
    color: #896B5C;
    font-size: 14px;
    font-family: 'Pretendard Variable';
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 0;
}

.gg-footer .cscenter-email {
    color: #000;
    font-size: 16px;
    font-family: 'Pretendard Variable';
    font-weight: 800;
    margin-top: 0;

}

.gg-footer .sns-group {
    margin-top: 30px;
    filter: opacity(0.8);
    display: flex;
    gap: 14px;
}

.gg-footer .copyright {
    font-family: 'yesam';
    font-size: 18px;
    color: #896B5C;
    margin-top: 40px;
    filter: opacity(0.5);
}

.app-download-modal-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.app-download-modal {
    width: 322px;
    height: fit-content;
    border-radius: 26px;
    background: linear-gradient(163deg, #F2F0EB 13.2%, #E1CDC4 82.06%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 40px 0;
}

.app-download-modal h2.app-start {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-family: "moneygraphy-pixel";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.app-download-modal .qr-code-wrapper {
    width: 220px;
    height: 220px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-download-modal p {
    color: #000;
    text-align: center;
    font-family: "smartiam";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 0px;
}