
@font-face {
    font-family: 'GapyeongHanseokbong-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/GapyeongHanseokbong-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px;
    position: relative;
    background-color: #ffffff;
    min-width: 800px;
}

.page .div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 170px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.page .titlediv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 170px;
    position: relative;
    width: 100%;
    max-width: 1920px;
    flex: 0 0 auto;
}

.page .div2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    gap: 20px;
    height: 100px;
}

.page .container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1;
    flex-grow: 1;
    display: flex;
    position: relative;
}

.page .canvas {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 20px;
}

.page .title {
    position: relative;
    align-self: stretch;
    height: 68px;
    margin-top: -1.00px;
    font-family: 'GapyeongHanseokbong-Bold';
    font-weight: 700;
    font-size: calc(3vw + 10px);
    letter-spacing: 0;
    white-space: nowrap;           /* 줄바꿈 방지 */
}

.page .description {
    position: relative;
    align-self: stretch;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

.page .frontTitle1 {
    position: relative;
    align-self:baseline;
    height: calc(30vw);
    max-height: 400px;
    font-weight: 400;
    color: #000000;
    font-size: 56px;
    border-radius: 25px;
    letter-spacing: 0;
    line-height: 100px;

}

.page .input {
    display: flex;
    flex-direction: column;
    width: 360px;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.page .textfield {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid;
    border-color: #0000001a;
}

.page .text {
    position: relative;
    flex: 1;
    height: 20px;
    margin-top: -1.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    color: #00000080;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page .connectButton {
    padding: 12px;
    background: #5f3026;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
.connectButton:hover {
    transform: scale(1.01);
}

.page .disconnectButton {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 8px;
    position: relative;
    flex: 0 0 auto;
    transition: transform 0.2s ease-in-out;
}
.disconnectButton:hover {
    transform: scale(1.01);
}

.page .primary {
    position: relative;
    width: 240px;
    color: white; 
    font-size: 24px; 
    font-family: 'Pretendard-Regular';
    font-weight: 500; 
    line-height: 50px; 
    word-wrap: break-word;
}

.page .seconday {
    display: flex;
    flex-direction: column;
    width: 240px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    position: relative;
    border-radius: 8px;
    border: 1px solid;
    border-color: #000000;
}

.page .image-container {
    height: 400px;
    align-items: flex-start;
    flex: 1;
    flex-grow: 1;
    display: flex;
    position: relative;
}

.page .nowFrontColorBox, .page .nowBackColorBox {
    width: 140px;
    height: 140px;
    stroke-width: 10px;
    cursor: pointer;
}

.page .nowFrontColorBox {
    fill: black;
}

.page .nowBackColorBox {
    fill: #D9D9D9;
}

.page .textFrontColor, .page .textBackColor {
    font-size: 120px;
    font-weight: bold;
    text-anchor: middle; /* 가로 중앙 정렬 */
    dominant-baseline: middle; /* 세로 중앙 정렬 */
    stroke-width: 0px;
    stroke: rgb(90, 90, 90);
    cursor: pointer;
}

.page .textFrontColor {
    fill: #D9D9D9;
}

.page .textBackColor {
    fill: black;
}

.page .custom-mode {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 60px 100px;
    position: relative;
    align-self: stretch;
    width: 100%;
}


.page .custom-color {
    display: flex;
    height: 196px;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 60px 170px;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.page .group-wrapper {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 22px 10px 16px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid;
    border-color: #5f3026;
}

.page .group {
    position: relative;
    width: 125px;
    height: 28px;
    margin-right: -2.00px;
}

.page .text-wrapper-2 {
    position: absolute;
    top: 0;
    left: 30px;
    font-family: 'Pretendard-Regular';
    font-weight: 600;
    color: #5f3026;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}

.page .colorimage {
    height: 180px;
    width: 180px;
}

.page .image-container-2 {
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: flex;
    position: relative;
}

.page .image-2 {
    position: relative;
    width: 300px;
    height: 300px;
    background-color: #d8d8d880;
    border-radius: 20px;
}

.page .list {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    position: relative;
}


.page .container-2 {
    flex-direction: column;
    height: 300px;
    justify-content: center;
    gap: 30px;
    display: flex;
    position: relative;
}

.page .container-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
    display: flex;
    position: relative;
}

.page .title-2 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #5f3026;
    letter-spacing: 0;
    white-space: nowrap;           /* 줄바꿈 방지 */
}

.page .row-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.page .row {
    gap: 80px;
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.page .selection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
}

.page .title-3 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5f3026;
    letter-spacing: 0;
}

.page .chip-group {
    display: relative;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    position: relative;
    flex: 0 0 auto;
}

.page .chip {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: #0000000d;
    border-radius: 6px;
    position: relative;
    flex: 0 0 auto;
}

.page .text-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    color: #5f3026;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
}

.page .multislider {
    position: relative;
    width: inherit;
    height: 50px;
}

.page .overlap {
    top: 5px;
    position: relative;
    height: 40px;
}

.page .slideline {
    position: absolute;
    width: inherit;
    height: 6px;
    top: 17px;
    left: 0;
    background-color: #c4c4c4;
}

.page .slideelement {
    position: absolute;
    width: inherit;
    height: 40px;
    top: 0;
    left: 0;
}

.page .bright {
    position: absolute;
    top: 15px;
    left: 0px;
    height: 10px;
    width: 19vw;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
    opacity: 0;
}

.page .overlap-group {
    left: 14px;
    position: relative;
    height: 40px;
}

.page .lines {
    position: absolute;
    height: 6px;
    top: 17px;
    left: -15px;
    width: 20vw;
    background-color: #5f3026;
}

.page .control-right {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
}

.page .control {
    position: relative;
    width: 40px;
    height: 40px;
    top: 0px;
    left: -15px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: var(--tight-elevation-1);
}

.page .color-set {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 60px 170px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
}

.page .container-4 {
    align-items: center;
    justify-content: center;
    gap: 60px;
    align-self: stretch;
    padding-left: 20%;
    padding-right: 20%;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.page .image-wrapper {
    display: flex;
    width: 180px;
    height: 180px;
    align-items: flex-start;
    position: relative;
}

.page .list-2 {
    display: inline-flex;
    align-items: center;
    gap: 2vw;
    margin-left: -17.50px;
    margin-right: -17.50px;
    margin-bottom: 5%;
    flex-direction:column;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.page .list-3 {
    display: inline-flex;
    align-items: center;
    gap: 2vw;
    margin-left: -17.50px;
    margin-right: -17.50px;
    margin-bottom: 30%;
    flex-direction:column;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}


.page .row-2 {
    gap: 2vw;
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    margin-right: 0%;
    width: 100%;
    flex: 0 0 auto;
}
.page .row-3 {
    gap: 2vw;
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    margin-left: 10%;
    width: 100%;
    flex: 0 0 auto;
}

.page .card {
    display: flex;
    flex-direction: column;
    width: 12vw;
    height: 12vw;
    max-width: 200px;
    max-height: 200px;
    align-items: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid;
    border-color: #0000001a;
    cursor: pointer;
    transition: 1s;
}

.card:hover {
    transform: scale(1.1);
    filter: invert(0) brightness(115%);
    transition: 1s;
}

.page .div-wrapper {
    height: inherit;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    display: flex;
    position: relative;
}

.page .effectCard {
    position: relative;
    width: inherit; 
    height: inherit;

}

.page .colorCard1 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #FFC596 50%, #726554 50%);
}

.page .colorCard2 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #FFC816 50%, #594108 50%);
}

.page .colorCard3 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #9EC9FF 50%, #1080A5 50%);
}

.page .colorCard4 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #C58CFF 50%, #480E77 50%);;
}

.page .colorCard5 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #9eb3c1 50%, #4b545b 50%);
}

.page .colorCard6 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #ffa653 50%, #9c5d0f 50%);
}

.page .colorCard7 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #d1ce2b 50%, #306ea0 50%);
}

.page .colorCard8 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #affae1 50%, #3c7a68 50%);
}

.page .colorCard9 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #bc9f7c 50%, #6d5c48 50%);
}

.page .colorCard10 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #d1d1d1 50%, #424242 50%);
}

.page .colorCard11 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #FFC6A8 50%, #2F5B55 50%); 
}

.page .colorCard12 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #899881 50%, #E5FFD6 50%);
}

.page .colorCard13 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #605538 50%, #AF9B66 50%);
}

.page .colorCard14 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #FFDDA0 50%, #875F63 50%);
}

.page .colorCard15 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #c9c9c9 50%, #840000 50%);
}

.page .colorCard16 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #FF3A65 50%, #4C070C 50%);
}

.page .colorCard17 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #02FF20 50%, #274C28 50%);
}

.page .colorCard18 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #0707FF 50%, #251E5B 50%);
}

.page .colorCard19 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #FFFF00 50%, #49492D 50%);
}

.page .colorCard20 {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #FF02F6 50%, #492949 50%);
}

.page .colorCard21 {    /* 춘유록색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #d9e79f 50%, #616748 50%);
}

.page .colorCard22 {    /* 취람색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #6ccbc5 50%, #3a6d6a 50%);
}

.page .colorCard23 {    /* 회보라색/얌람색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #B3A7CD 50%, #6C71B5 50%);
}

.page .colorCard24 {    /* 청벽색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #18B4E9 50%, #0e617d 50%);
}

.page .colorCard25 {    /* 추향색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #d49a79 50%, #7f5c48 50%);
}

.page .colorCard26 {    /* 장단색/적토색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #E16350 50%, #683032 50%);
}

.page .colorCard27 {    /* 벽자색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #8fa1dc 50%, #454e6c 50%);
}

.page .colorCard28 {    /* 설백색/구색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #DDE7E7 50%, #6a7072 50%);
}

.page .colorCard29 {    /* 옥색/비색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #9ED6C0 50%, #55947b 50%);
}

.page .colorCard30 {    /* 호박색/휴색 */
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #BD7F41 50%, #683235 50%);
}

.page .effectCard {
    position: relative;
    width: inherit;
    height: inherit;
    background: linear-gradient(135deg, #d1d1d1 50%, #424242 50%);
}

.page .title-4 {
    position: absolute;
    width: 17px;
    height: 16px;
    top: 40px;
    left: 16px;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    white-space: nowrap;
    color: black;
    letter-spacing: 0px;
}

.page .tag {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000000d;
    border-radius: 6px 0px 6px 0px;
}

.page .text-3 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 500;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    white-space: nowrap;
}

.page .text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.page .subtitle {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 500;
    color: #000000;
    font-size: 1.4cqw;
    letter-spacing: 0;
    line-height: 28px;
}

.page .icon-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.page .icon {
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: -1.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page .vector {
    position: absolute;
    width: 1440px;
    height: 1px;
    top: 958px;
    left: 0;
    object-fit: cover;
}

.page .img {
    position: absolute;
    width: 1440px;
    height: 1px;
    top: 638px;
    left: 0;
    object-fit: cover;
}
.frontmain-img {
    width: 100%;
    height: 400px; /* 세로 고정 */
    background-size: cover;          /* 비율 유지 + 확대 (스트레칭 X) */
    background-position: center;     /* 중앙 기준으로 잘림 */
    background-repeat: no-repeat;    /* 반복 방지 */
}
textarea {
    width: 400px;
    height: 200px;
}

.page .slide {
    position: relative;
    width: 133px;
    height: 64px;
}

.page .title-5 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    white-space: nowrap;
    color: #000000;
    letter-spacing: 0;
}
.button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 8px;             /* 글자 여백 */
    border-radius: 100px;
    border: 2px solid #5f3026;
    
    white-space: nowrap;           /* 줄바꿈 방지 */
}

.button .group {
    position: relative;
}

.button .text-wrapper,
.button .text-wrapper1 {
    position: absolute;
    top: -1px;
    left: 30px;
    font-family: 'Pretendard-Regular';
    font-weight: 600;
    color: #5f3026;
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}

.button .icon-add {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 2px;
    left: 0;
}
.button:hover .icon-add {
    filter: invert(0) brightness(1000%);
}

.button:hover .text-wrapper1 {
    -webkit-text-fill-color: white;
}

.button:hover {
    background-color: #5f3026;
    transition: 0.2s ease-in-out;
}

.setButton {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid;
    border-color: #ffffff;
}
.setButton .group {
    position: relative;
    margin-right: -2.00px;
}
.setButton .text-wrapper {
    position: absolute;
    top: 1px;
    left: 30px;
    font-family: 'Pretendard-Regular';
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}
.setButton:hover {
    background-color: #ffffff;
    -webkit-text-fill-color: #5f3026;
    transition: 0.2s ease-in-out;
}

.frame {
    display: flex;
    top: -37px;
    flex-direction: column;
    height: 34px;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.frame .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 700;
    color: #5f3026;
    letter-spacing: 0;
    line-height: normal;
}
.frame .textdiv-1 {
    gap: 22px;
    padding: 12px 10px;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: 100px;
    border: 2px solid;
    height: 52px;
    width: 150px;
    border-color: #5f3026;
    display: flex;
    align-items: center;
    position: relative;
}
.frame .textdiv-1-1 {
    gap: 22px;
    padding: 12px 10px;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: 100px;
    border: 2px solid;
    height: 52px;
    width: 100px;
    border-color: #5f3026;
    display: flex;
    align-items: center;
    position: relative;
}
.frame .textdiv-1-2 {
    gap: 22px;
    padding: 12px 10px;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: 100px;
    border: 2px solid;
    height: 52px;
    width: 150px;
    border-color: #5f3026;
    display: flex;
    align-items: center;
    position: relative;
}
.frame .textdiv-1-3 {
    gap: 22px;
    padding: 12px 10px;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: 100px;
    border: 2px solid;
    height: 52px;
    width: 200px;
    border-color: #5f3026;
    display: flex;
    align-items: center;
    position: relative;
}
.frame .textdiv-2 {
    gap: 10px;
    flex: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.frame .left-icon-dark {
    position: relative;
    width: 25px;
    height: 25px;
    background-image: url(../img/gamulgamul/set/left-icon-light.svg);
    background-size: 100% 100%;
}
.frame .textbox1 {
    position: relative;
    width: 60%;
    margin: -5.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 600;
    color: #5f3026;
    font-size: 20px;
    border-color: transparent;
}
.SETdescription {
    margin-bottom: 50px;
    font-size:large;
}
.frame .textbox2 {
    position: relative;
    width: 60%;
    margin: -5.00px;
    font-family: 'Pretendard-Regular';
    font-weight: 600;
    color: #5f3026;
    font-size: 20px;
    border-color: transparent;
}
.infoLogo {
    height: 328px;
    width: auto;
}
.infoMe {
    height: 200px;
    width: auto;
}
#targetSection {
    display: none;
}
#textSection {
    display: none;
}