#wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#main_row1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 36px 0 60px;
}

#main_row1 h3 {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
    color: var(--col_black);
}

#main_row1 .wrap-main-slide {
    width: 796px;
    flex-shrink: 0;
    border-radius: 6px;
}

#main_row1 .wrap-main-slide img {
    width: 100%;
}

#main_row1 .wrap-main-menu-new {
    display: flex;
    width: 380px;
    height: 300px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 12px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 2px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

#main_row1 .wrap-main-menu-new .wrap-main-menu-text p {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

#main_row1 .wrap-main-menu-new img {
    width: 50px;
    height: 36px;
}

#main_row1 .wrap-main-menu-new .wrap-main-menu-greet {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    text-align: center;
}

#main_row1 .wrap-main-menu-new .wrap-main-menu-login {
    display: flex;
    max-width: 332px;
    width: 100%;
    height: 52px;
    min-width: 60px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 6px;
    background: #0E79F7;
    color: #FFF;
    font-size: 16px;
    box-sizing: border-box;
}

#main_row1 .wrap-main-menu {
    display: flex;
    flex-direction: column;
    gap: 42px;
    width: 100%;
}

#main_row1 .wrap-main-menu .wrap-main-menu-container {
    grid-template-columns: repeat(3, minmax(117px, 1fr));
    gap: 1.25rem;
    display: grid;
}

#main_row1 .wrap-main-menu .wrap-main-menu-container a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 104px;
    padding: 1.125rem 0.75rem;
    border-radius: 1.25rem;
    box-sizing: border-box;
    border: 0;
    background-color: var(--col_white);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 20px 0px;
    animation-duration: 0.5s;
    transition: 0.5s;
}

#main_row1 .wrap-main-menu .wrap-main-menu-container a img {
    height: 36px;
    width: 36px;
}

#main_row1 .wrap-main-menu .wrap-main-menu-container a span {
    color: var(--col_black);
    font-size: 14px;
    font-weight: 500;
}

#main_row1 .wrap-main-menu .wrap-main-menu-container a:hover {
    text-decoration: none;
    transform: translateY(-8px);
    background-color: var(--main_color);
}

#main_row1 .wrap-main-menu .wrap-main-menu-container a:hover span {
    color: var(--col_white);
    font-weight: 600;
}

#main_row2 {
    width: 100%;
    padding: 60px 0;
    background-color: #F0F5FF;
}

.wrap-main-row-two {
    display: flex;
    width: 1200px;
    height: 246px;
    margin: 0 auto;
    gap: 24px;
}

.wrap-main-row-two .two-sub-title {
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

.wrap-main-row-two .two-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 380px;
}

.wrap-main-row-two .two-left a {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 2px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    box-sizing: border-box;
}

.wrap-main-row-two .two-left a img {
    width: 24px;
    aspect-ratio: 1;
}

.wrap-main-row-two .two-left a span {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

.wrap-main-row-two .two-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.wrap-main-row-two .two-right .favorite {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 2px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.wrap-main-row-two .two-right a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
}

.wrap-main-row-two .two-right a img {
    width: 80px;
    aspect-ratio: 1;
}

.wrap-main-row-two .two-right a span {
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

#main_row3 {
    flex-direction: column;
    width: 100%;
    padding: 60px 0 0;
}

.wrap-main-row-three {
    display: flex;
    width: 1200px;
    height: 286px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    margin: 0 auto;
}

.wrap-main-row-three .three-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    width: 380px;
    color: #000;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

.wrap-main-row-three .three-left .customer-service {
    display: flex;
    flex-direction: column;
}

.wrap-main-row-three .three-left .customer-service span:first-child {
    color: #1B298F;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

.wrap-main-row-three .three-left .customer-service span:first-child span {
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

.wrap-main-row-three .three-left .customer-service span:last-child {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

.wrap-main-row-three .three-right {
    display: flex;
    width: 796px;
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid #E6E7E9;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

.wrap-main-row-three .three-right .three-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.wrap-main-row-three .three-right .three-head .bid {
    display: flex;
    gap: 16px;
}

.wrap-main-row-three .three-right .three-head .bid a {
    color: #848893;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
    cursor: pointer;
}

.wrap-main-row-three .three-right .three-head .bid a:hover {
    color: #000;
}

.wrap-main-row-three .three-right .three-head .bid a.active {
    color: #000;
    font-weight: 700;
}

.wrap-main-row-three .three-right .three-head .see-more {
    color: #848893;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

.wrap-main-row-three .three-right .three-body {
    display: none;
}

.wrap-main-row-three .three-right .three-body.is-active {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    gap: 6px;
}

.wrap-main-row-three .three-right .three-body.is-active a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.wrap-main-row-three .three-right .three-body.is-active a:hover div {
    text-decoration: underline;
}

.wrap-main-row-three .three-right .three-body.is-active a * {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: var(--typo-letter-spacing-0, 0);
}

.wrap-main-row-three .three-right .three-body.is-active a span {
    display: flex;
}

.three-brands {
    width: 1077px;
    height: 105px;
    padding: 60px 0 0;
    margin: 0 auto;
}

.three-brands .slide_button button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
}

.wrap-main-row-container {
    width: 1176px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 44px 0;
}

.wrap-main-row-container .wrap-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
}

.wrap-main-row-container .wrap-title h3 {
    margin: 0;
    padding: 0;
}

.wrap-main-row-container .wrap-title .wrap-callcenter {
    margin-left: auto;
    font-size: 21px;
    font-weight: 600;
}

.wrap-main-new {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    gap: 24px;
}

.wrap-main-new .wrap-main-new-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 24px;
    border-radius: 16px;
    border: none;
    background: var(--col_white, #FFF);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 20px 0px;
}

.wrap-main-new .wrap-main-new-item h4 {
    margin: 0;
    padding: 0;
}

.wrap-main-new .wrap-main-new-item ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
}

.wrap-main-new .wrap-main-new-item li {
    flex-direction: row;
    width: 100%;
    display: flex;
}

.wrap-main-new .wrap-main-new-item li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.wrap-main-new .wrap-main-new-item li a span {
    width: 240px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: var(--col_black);
}

.wrap-main-new .wrap-main-new-item li a span::before {
    content: " - ";
}

.wrap-main-new .wrap-main-new-item li a small {
    margin-left: auto;
    color: var(--col_gray);
    font-size: 14px;
}

.wrap-main-new .wrap-main-new-item li a:hover {
    text-decoration: none;
}

.wrap-main-new .wrap-main-new-item li a:hover span {
    text-decoration: underline;
}