@font-face {
    font-family: "Noto Sans KR";
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-300-normal.woff2)
            format("woff2"),
        url(https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-300-normal.woff)
            format("woff");
    font-weight: 300;
    unicode-range: "U+2019";
}

@font-face {
    font-family: "Noto Sans KR";
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-400-normal.woff2)
            format("woff2"),
        url(https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-400-normal.woff)
            format("woff");
    font-weight: 400;
    unicode-range: "U+2019";
}

@font-face {
    font-family: "Noto Sans KR";
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-600-normal.woff2)
            format("woff2"),
        url(https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-600-normal.woff)
            format("woff");
    font-weight: 600;
    unicode-range: "U+2019";
}

@font-face {
    font-family: "Noto Sans KR";
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-700-normal.woff2)
            format("woff2"),
        url(https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-700-normal.woff)
            format("woff");
    font-weight: 700;
    unicode-range: "U+2019";
}

@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/static/woff2/Pretendard-Light.woff2)
            format("woff2"),
        url(https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/static/woff/Pretendard-Light.woff)
            format("woff");
    font-weight: 300;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/static/woff2/Pretendard-Regular.woff2)
            format("woff2"),
        url(https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/static/woff/Pretendard-Regular.woff)
            format("woff");
    font-weight: 400;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/static/woff2/Pretendard-Medium.woff2)
            format("woff2"),
        url(https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/static/woff/Pretendard-Medium.woff)
            format("woff");
    font-weight: 600;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/static/woff2/Pretendard-Bold.woff2)
            format("woff2"),
        url(https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/static/static/woff/Pretendard-Bold.woff)
            format("woff");
    font-weight: 700;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@import url("/vendor/Pretendard/web/variable/pretendardvariable.css");

html,
body,
p,
div,
span,
strong,
small,
section,
header,
footer,
a,
label,
input,
select,
option,
ul,
li,
ol,
button,
h1,
h2,
h3,
h4,
h5,
h6,
i:not(.icon) {
    font-family: "Pretendard", "Noto Sans KR", sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
body {
    font-size: 18px;
    /* background-color: rgb(40, 40, 40); */
}
@media screen and (max-width: 280px) {
    body {
        zoom: 0.7;
    }
}

/* header menu */
/*---------------------------------------------------------*/
#app {
    background-color: white;
}
#app header {
    z-index: 1100;
    top: 0;
    width: 100%;
    background-color: white;
}
.hmenu {
    background-color: rgb(40, 40, 40) !important;
    height: 65px;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.hmenu.t1 {
    background-color: rgb(211, 177, 141) !important;
}
.hmenu.t2 {
    background-color: rgb(159, 233, 159) !important;
}
.hmenu.t3 {
    background-color: rgb(89, 98, 255) !important;
}
.hmenu .item:before {
    background: none !important;
}
.hmenu .item {
    color: white !important;
}
.hmenu.t1 .item,
.hmenu.t2 .item,
.hmenu.t3 .item {
    color: rgb(0, 0, 0) !important;
}
.hmenu .header.item {
    padding: 0 22px 0 20px;
}
.hmenu .logo.image {
    width: 127px;
    height: 26px;
    background-image: url("/assets/icon/logo_white.svg") !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: auto;
}
.hmenu.t1 .logo.image,
.hmenu.t2 .logo.image,
.hmenu.t3 .logo.image {
    width: 132px;
    height: 26px;
    background-image: url("/assets/icon/logo_black_230126.svg") !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: auto;
}

/* 모바일 메뉴 아이템 스타일링 */

.hmenu .right.menu {
    display: flex;
    align-items: center;
    margin-right: 22px;
}

.hmenu .mobile-header-search,
.hmenu .mobile-menu-open {
    display: none !important;
    padding-right: 0 !important;
}

.hmenu .mobile-header-search .icon,
.hmenu .mobile-menu-open .icon {
    margin: 0 !important;
}

@media screen and (max-width: 700px) {
    .hmenu .mobile-header-search,
    .hmenu .mobile-menu-open {
        display: flex !important;
    }

    .hmenu .right.menu .item:not(.mobile-menu-open):not(.searchmenu) {
        display: none !important;
    }

    .ui.menu .item > i.icon.search {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
    }
    a.item.mobile-header-search {
        padding-right: 12px !important;
    }
}

.hmenu .layout-logo-companion {
    background-color: #282828 !important;
    border-radius: 0 !important;
    padding: calc(32.5px / 2) !important;
}
.hmenu .layout-logo-companion > .icon {
    margin: 0 !important;
    padding: 0 !important;
    color: white;
    font-size: 32.5px;
    width: 32.5px;
    height: 32.5px;
    opacity: 1 !important;
}
@media screen and (max-width: 850px) {
    .hmenu .layout-logo-companion {
        display: none !important;
    }
    .container-ratio {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }
}
.hmenu .mymenu.icon {
    background-image: url("/assets/icon/hamburger-menu.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1 !important;
    width: 32px;
    height: 32px;
    color: #191919;
}

.theme.black .hmenu {
    background-color: rgb(40, 40, 40) !important;
}
.theme.black .hmenu .item {
    color: white !important;
}
.theme.black .hmenu .logo.image {
    background-image: url("/assets/icon/logo_white_230126.svg") !important;
}
.theme.black .hmenu .mymenu.icon {
    background-image: url("/assets/icon/hamburger-menu.svg") !important;
    color: white;
    filter: brightness(0) invert(1);
}

.theme.white .hmenu {
    background-color: white !important;
}
.theme.white .hmenu .item {
    color: black !important;
}
.theme.white .hmenu .logo.image {
    background-image: url("/assets/icon/logo_black_230126.svg") !important;
}
.theme.white .hmenu .mymenu.icon {
    background-image: url("/assets/icon/hamburger-menu.svg") !important;
    color: #191919;
}

.theme.green .hmenu {
    background-color: #9fe99f !important;
}
.theme.green .hmenu .item {
    color: black !important;
}
.theme.green .hmenu .logo.image {
    background-image: url("/assets/icon/logo_black_230126.svg") !important;
}
.theme.green .hmenu .mymenu.icon {
    background-image: url("/assets/icon/hamburger-menu.svg") !important;
    color: #191919;
}

.theme.brown .hmenu {
    background-color: #d3b18d !important;
}
.theme.brown .hmenu .item {
    color: black !important;
}
.theme.brown .hmenu .logo.image {
    background-image: url("/assets/icon/logo_black_230126.svg") !important;
}
.theme.brown .hmenu .mymenu.icon {
    background-image: url("/assets/icon/hamburger-menu.svg") !important;
    color: #191919;
}

.theme.purple .hmenu {
    background-color: #5962ff !important;
}
.theme.purple .hmenu .item {
    color: black !important;
}
.theme.purple .hmenu .logo.image {
    background-image: url("/assets/icon/logo_black_230126.svg") !important;
}
.theme.purple .hmenu .mymenu.icon {
    background-image: url("/assets/icon/hamburger-menu.svg") !important;
    color: #191919;
}

.theme.orange .hmenu {
    background-color: #ff5126 !important;
}
.theme.orange .hmenu .item {
    color: black !important;
}
.theme.orange .hmenu .logo.image {
    background-image: url("/assets/icon/logo_black_230126.svg") !important;
}
.theme.orange .hmenu .mymenu.icon {
    background-image: url("/assets/icon/hamburger-menu.svg") !important;
    color: #191919;
}

.purchase.item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 17px;
}
.purchase.item .title {
    padding: 0 !important;
}
.purchase.item:hover {
    cursor: pointer;
    color: rgb(150, 150, 150);
    background-color: rgba(0, 0, 0, 0.05);
}
.purchase.item .content {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 1000;
    bottom: -87px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
        rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
        rgba(0, 0, 0, 0.07) 0px 16px 16px;
    border-top: 2px solid #252525;
}
.purchase.item .content a {
    word-break: keep-all;
}
.purchase.item:hover .content {
    display: flex;
}
.theme.black .hmenu .purchase.item:hover {
    background-color: rgba(255, 255, 255, 0.08);
}
.theme.black .hmenu .purchase.item .content a {
    color: #252525 !important;
}
.theme.black .hmenu .purchase.item .content a:hover {
    color: rgb(150, 150, 150) !important;
}
.purchase.item .content a:last-of-type {
    border-top: 1px solid #d9d9d9;
}

/* mobile menu */
/*---------------------------------------------------------*/
/* #mobileMenu { display: none; }
#mobileMenu.active {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    background-color: rgb(130, 62, 77);
    z-index: 2000;
    border-radius: unset;
    margin: 0;
    margin-left: -1px;
    margin-top: -1px;
    padding: 0;
    font-size: 150%;
} */

#mobileMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80vw;
    max-width: 480px;
    height: 100vh;
    background-color: #282828;
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    border-radius: 0;
    margin-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    /* 스크롤바 숨기기 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* Webkit 브라우저(Chrome, Safari 등)에서 스크롤바 숨기기 */
#mobileMenu::-webkit-scrollbar {
    display: none;
}

#mobileMenu.active {
    transform: translateX(0);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -4px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
#mobileMenuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1999;
    visibility: hidden; /* 접근성 보완용 */
    opacity: 0;
    pointer-events: none; /* 이 상태면 클릭이 통과됨 */
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#mobileMenu.active ~ #mobileMenuOverlay {
    opacity: 1;
    pointer-events: auto; /* 이 상태면 오버레이가 클릭을 막음 */
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: visible;
}

#mobileMenu > .menu:first-child {
    min-height: 60px;
}
#mobileMenu > .menu:not(:first-child) {
    padding-top: 20px;
    padding-bottom: 20px;
}
#mobileMenu > .menu > .item {
    color: black;
    font-size: 20px;
}
#mobileMenu > .menu.about {
    background-color: #282828 !important;
}
#mobileMenu > .menu.about > .item {
    background-color: #282828;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 30px 30px 30px;
}
#mobileMenu > .menu.about > .item > div > p {
    margin: 0;
    font-size: 14px;
}
#mobileMenu > .menu.about > .item > div > h4 {
    margin: 0;
}
@media screen and (max-height: 600px) {
    #mobileMenu > .menu.about {
        display: none;
    }
}
#mobileMenu > .menu:first-child {
    align-items: center;
    border-radius: 0 !important;
    background-color: #282828;
}
#mobileMenu > .menu:first-child .item:first-child {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 20px !important;
}
#mobileMenu > .menu:first-child .logo.image {
    width: 132px;
    height: 26px;
    background-image: url("/assets/icon/logo_white_230126.svg") !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: auto;
}
#mobileMenu > .menu:first-child .right.menu {
    margin-right: 22px;
}
#mobileMenu > .menu:first-child .mobile-menu-close {
    padding-right: 0 !important;
}
#mobileMenu > .menu:nth-of-type(2) {
    background-color: rgb(89, 98, 255);
}
#mobileMenu > .menu:nth-of-type(3) {
    background-color: rgb(168, 146, 255);
}
#mobileMenu > .menu:nth-of-type(4) {
    background-color: transparent;
}
#mobileMenu > .menu:last-child {
    background-color: rgb(46, 129, 136);
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    padding: 0;
}
#mobileMenu .mymenuclose.icon {
    background-image: url("/assets/icon/X_230126.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1 !important;
    font-size: 25px;
}

.close-mobile-menu {
    height: 56px;
    width: 100%;
    background-color: #626bff;
    margin-bottom: -1px;
    position: relative;
}

.close-mobile-menu .close-icon {
    width: 21px;
    height: 21px;
    background-image: url("/assets/icon/x_black.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;

    position: absolute;
    top: 16px;
    right: 16px;
}
.topMenuGroup {
    background-color: #626bff;
    padding: 16px 0;
}
.commonMenuGroup {
    background-color: #a892ff;
    padding: 16px 0;
}
.csMenuGroup {
    background-color: #823f4c;
    padding: 16px 0;
}
.aboutMenuGroup {
    background-color: #3a3a3a;
}

.logoutGroup .logout-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 20px 24px;
}

.logoutGroup .logout-text {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.04px;
}
.logoutGroup .logout-icon {
    width: 20px;
    height: 20px;
    background-image: url(/assets/icon/dashboard/logout.svg);
    background-size: cover;
}

.menuItem {
    display: block;
    padding: 8px 24px;
    text-decoration: none;
}

.menuItem.about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
}

.menuText {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #191919;
}
.aboutText {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.06px;
    margin-bottom: 0;
    font-size: 18px;
}
.topMenuGroup .menuText,
.commonMenuGroup .menuText,
.csMenuGroup .menuText {
    color: #191919;
}
.aboutMenuGroup .menuText {
    color: #fff;
}
.menuItem.gift .menuText {
    display: flex;
    align-items: center;
}

/* loading */
/*---------------------------------------------------------*/
:not(.loading) #loading {
    display: none;
}
@-webkit-keyframes loading-img {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-img {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(40, 40, 40);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999;
    pointer-events: none;
    opacity: 0.5;
}
.loading #loading img {
    width: 100px;
    height: auto;
    -webkit-animation: loading-img 1s;
    animation: loading-img 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* footer */
/*---------------------------------------------------------*/
footer {
    position: relative;
    margin-top: 0 !important;
    background-color: rgb(40, 40, 40);
    color: white;
    z-index: 200;
    display: flex;
    justify-content: flex-end;
    z-index: 200;
}
footer > .column {
    position: relative;
    padding: 40px 40px 40px 4px !important;
    width: 100% !important;
    margin-left: calc((100% - 700px) / 2);
    line-height: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    footer > .column {
        width: calc(100% - ((100% - 700px) / 2)) !important;
    }
}
footer .logo {
    margin: 0;
    max-width: 120px;
}
footer .links > .column {
    padding-top: 40px !important;
}
footer .links h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 600 !important;
    font-size: 14px;
}
footer .links .ui.list {
    margin-top: 0 !important;
}
footer .links a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal !important;
}
footer .links a:hover {
    text-decoration: underline;
    color: rgb(150, 150, 150);
    text-underline-offset: 2px;
}
footer .ui.accordion .title:not(.ui) {
    font-size: 13px !important;
    padding: 20px 0 0;
    color: white !important;
}

footer .ui.accordion .active.title > .angle.down.icon {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
footer .ui.accordion .content {
    padding-top: 16px !important;
}
footer .ui.accordion .breadcrumb {
    line-height: 24px;
    font-size: 13px;
    color: #969696 !important;
}
footer .ui.accordion .breadcrumb .section:last-child {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    footer .links h4 {
        margin-top: 20px;
    }
    footer .links > .column {
        padding-top: 20px !important;
    }
    footer > .column {
        padding-left: 25px !important;
        padding-right: 25px !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
    footer .links .grid {
        padding-top: 40px;
    }
    footer .links .grid > .column {
        padding: 0 !important;
        padding-bottom: 20px !important;
    }
    footer .ui.accordion .title:not(.ui) {
        font-size: 14px !important;
    }
}

/* app-footer */
/*---------------------------------------------------------*/
.app-footer {
    position: relative;
    margin-top: 0 !important;
    background: #f2f2f2;
    z-index: 200;
    padding: 24px 20px 40px 20px !important;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 28px;
}

.app-footer .logo-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    width: 120px;
    height: 32px;
}

.app-footer .link-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
}

.app-footer .link-list a {
    color: #191919;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.04px;
}

.app-footer .link-list .divider {
    margin: 0 12px;
    background-color: #c8c8c8;
    width: 1px;
    height: 12px;
}

.app-footer .ui.accordion .title:not(.ui) {
    color: #191919 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: -0.04px !important;
    padding-top: 0 !important;
}

.app-footer .business-info-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 8px;
}

.app-footer .breadcrumb {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.app-footer .breadcrumb .item {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.06px;
}

.app-footer .accordion .title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    gap: 4px;
}

.app-footer .bottom-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}

.app-footer .sns-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    gap: 16px;
}

.app-footer .sns-container a {
    width: 24px;
    height: 24px;
}

.app-footer .sns-container a img {
    width: 100%;
    height: 100%;
}

.app-footer .copyright-container {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.06px;
}

/* right aligned container */
/*---------------------------------------------------------*/
.ui.right.aligned.container {
    position: relative;
    margin-top: 0 !important;
    color: white;
    z-index: 2;
    width: auto !important;
    display: flex;
    justify-content: flex-end;
    min-height: 720px;
}
.ui.right.aligned.container > .segment {
    padding: 40px 40px 50px 30px !important;
    width: 1300px !important;
    margin-left: calc((100% - 700px) / 2);
    text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .ui.right.aligned.container > .segment {
        width: calc(100% - ((100% - 700px) / 2)) !important;
    }
}

@media screen and (max-width: 768px) {
    .ui.right.aligned.container > .segment {
        padding: 28px 30px 40px 55px !important;
        width: 1300px !important;
        margin-left: 0;
        text-align: left;
    }
}

.ui.right.aligned.container > .segment > .header {
    font-size: 26px !important;
}

.ui.right.aligned.container ~ footer > .column {
    padding: 40px 40px 40px 30px !important;
    width: 1300px !important;
    margin-left: calc((100% - 700px) / 2);
    line-height: 0;
}
@media screen and (max-width: 768px) {
    .ui.right.aligned.container ~ footer > .column {
        padding: 40px 25px 40px !important;
    }
}

.layout-left-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 25px;
    background-color: #282828;
}
@media screen and (max-width: 850px) {
    .layout-left-bar {
        display: none !important;
    }
}

.empty.segment {
    width: 100% !important;
    text-align: center !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* pagination */
/*---------------------------------------------------------*/

.pagination {
    display: flex;
    flex-direction: row;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pagination a {
    font-size: 18px;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    line-height: 34px;
    text-align: center;
    background-color: #f8f7f7;
    color: black;
}
.pagination a.go {
    background-color: #d3d3d3;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 10px;
}
.pagination a.go:hover {
    color: transparent !important;
}
.pagination a.go.first {
    background-image: url("/assets/icon/pfirst.svg");
    display: none !important;
}
.pagination a.go.prev {
    background-image: url("/assets/icon/pprev.svg");
    background-position: 16px center;
}
.pagination a.go.next {
    background-image: url("/assets/icon/pnext.svg");
    background-position: 16px center;
}
.pagination a.go.last {
    background-image: url("/assets/icon/plast.svg");
    display: none !important;
}
.pagination a.active {
    background-color: #282828;
    color: white;
    font-size: 16px;
}

/* modal */
/*---------------------------------------------------------*/
.app-modal .positive.button {
    background-color: #282828 !important;
}
.app-modal .positive.button:hover {
    background-color: black !important;
}
.app-modal {
    border-radius: 5px !important;
}
.app-modal > .actions {
    display: flex;
    padding: 0 !important;
    align-items: flex-start;
    flex-direction: row;
    background-color: transparent;
    border: none !important;
    background-color: #282828 !important;
}
.app-modal > .actions > .button {
    margin: 0 !important;
    padding: 16px 32px;
    flex-basis: 100%;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.app-modal > .actions > .button:first-child {
    border-bottom-left-radius: 0.28571429rem !important;
}
.app-modal > .actions > .button:last-child {
    border-bottom-right-radius: 0.28571429rem !important;
}
.ui.modal.tiny.app-modal > .header {
    border-bottom: none !important;
}
.ui.modal.tiny.app-modal > .content > p {
    text-align: center;
    font-size: 16px;
    word-break: keep-all;
}

.ui.modal.tiny.app-modal {
    width: 380px !important;
}
@media only screen and (max-width: 767.98px) {
    .ui.modal.tiny.app-modal {
        max-width: 380px;
        width: 86% !important;
    }
    .ui.modal.tiny.app-modal > .content {
        padding: 2rem 1rem !important;
    }
    .ui.modal.app-modal > .actions {
        padding: 0 !important;
    }
}
.app-modal .negative.button {
    background-color: #cacbcd;
    background-image: none;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
    color: rgba(0, 0, 0, 0.8);
}
.app-modal .ui.negative.button:focus,
.app-modal .ui.negative.button:active {
    background-color: #cacbcd;
    color: rgba(0, 0, 0, 0.8);
}
.app-modal .negative.button:hover {
    background-color: #d4d4d5;
    color: rgba(0, 0, 0, 1);
}

.ui.form input:not([type]):focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="datetime-local"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="file"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="search"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="time"]:focus,
.ui.form input[type="url"]:focus {
    border-color: #282828;
}
.ui.input.focus > input,
.ui.input > input:focus {
    border-color: #282828;
}

.ui.dimmer {
    background: rgba(0, 0, 0, 0.6) !important;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
legend {
    color: #282828;
}

.ui.form .field > label {
    margin-bottom: 6px;
}

.fittest.segment {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.mygrid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .mygrid {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        gap: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .mygrid {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        gap: 15px;
    }
}

.mygrid > .mycell .image > .description {
    text-align: center;
    word-break: keep-all;
    font-size: 14px;
    margin-top: 3px;
}

.hidden.field,
.hidden.button {
    display: none !important;
}

.primary.button {
    background-color: #282828 !important;
}
.primary.button:hover {
    background-color: #cacbcd !important;
    color: black !important;
}

.ui.button:not(.square) {
    border-radius: 999px;
}
.ui.basic.button:not(.square),
.ui.basic.buttons:not(.square) .button {
    border-radius: 999px;
}
.naverpay.button,
.kakaopay.button,
.payco.button {
    color: black !important;
    text-align: center !important;
    background-position: right 20px center !important;
    background-repeat: no-repeat !important;
    background-size: 44px !important;
}
@media screen and (max-width: 601px) {
    .naverpay.button,
    .kakaopay.button,
    .payco.button {
        padding-left: 14px !important;
        background-position: right 14px center !important;
    }
}
.naverpay.button {
    background-image: url(/assets/icon/naverpay.svg) !important;
}
.kakaopay.button {
    background-image: url(/assets/icon/kakaopay.png) !important;
    background-size: auto 20px !important;
}
.payco.button {
    background-image: url(/assets/icon/payco.svg) !important;
}

h1 {
    font-size: 72px;
    line-height: 1.8;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 21px;
    line-height: 1.8;
    font-weight: 700;
}

h6 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
}

p {
    font-size: 19px;
    line-height: 1.8;
    font-weight: 400;
}

a {
    font-size: inherit;
    line-height: inherit;
}

a:hover {
    cursor: pointer;
    color: rgb(150, 150, 150);
}

strong {
    font-weight: 700;
}

h3 strong {
    font-weight: 700;
}

small {
    font-size: 15px;
    line-height: inherit;
    word-break: inherit;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#app {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden !important;
}

.container-full {
    padding-left: 24.5px;
    width: 100%;
    height: auto;
}

.container-ratio {
    padding-right: 24.5px;
    padding-left: calc(100% - 1324.5px);
    width: 100%;
}

.container-margin-bottom {
    margin-bottom: 75px;
}

.container-margin-bottom-2 {
    margin-bottom: 200px;
}

.hybrid-app-margin-bottom {
    margin-bottom: 60px;
}

.bg-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.ratio-4-3 {
    width: 100%;
    position: relative;
}

.ratio-4-3:after {
    padding-top: calc(100% * 3 / 4);
    display: block;
    content: "";
}

.ratio-4-1dot5 {
    width: 100%;
    position: relative;
    display: inline-block;
}

.ratio-4-1dot5:after {
    padding-top: calc(100% * 1.5 / 4);
    display: block;
    content: "";
}

.ratio-3-4 {
    width: 100%;
    position: relative;
    display: inline-block;
}

.ratio-3-4:after {
    padding-top: calc(100% * 4 / 3);
    display: block;
    content: "";
}

.ratio-1-1 {
    width: 100%;
    position: relative;
    display: inline-block;
}

.ratio-1-1:after {
    padding-top: calc(100% * 1 / 1);
    display: block;
    content: "";
}

.only-desktop {
    display: block;
}

.only-mobile {
    display: none;
}

/* 3. index.html */

/* 3-1. notice-cont */

.top-banner .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 40px;
    background-color: rgb(255, 81, 38);
}

.fold-item {
    padding-right: 10px;
    line-height: 1 !important;
    margin: 0;
}

/* 3-2. main-header */

#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 65px;
    background-color: rgb(89, 98, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 1000;
    line-height: 0 !important;
}

#main-header ul {
    list-style-type: none !important;
}

#header-graphic {
    width: 65px;
    height: 65px;
    background-color: rgb(40, 40, 40);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#header-graphic div {
    width: calc(65px / 2);
    height: calc(65px / 2);
    background-color: white;
    border-radius: 9999px;
}

#header-bar {
    width: calc(100% - 65px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-bar-item {
    padding: 0 22px;
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#main-logo {
    margin-top: 1px;
    width: 130px;
    height: auto;
}

#main-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#main-menu li {
    margin-left: 25px;
}
#toggle-mobile-menu {
    display: inline-block;
    cursor: pointer;
    background-color: transparent !important;
    width: 28px;
    height: 100%;
    line-height: 0;
    min-height: 9px;
}
#toggle-mobile-menu > span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0;
    margin-bottom: calc((100% -9px) / 4) !important;
    margin-bottom: -webkit-calc(25%) !important;
    background-color: rgb(255, 255, 255);
    transition: 0.4s;
    border-radius: 10px;
}
#toggle-mobile-menu > span:first-child {
    margin-top: calc((100% - 9px) / 4) !important;
    margin-top: -webkit-calc(25%) !important;
}

.ui.menu a.item:hover {
    background: rgba(0, 0, 0, 0) !important;
    color: rgb(150, 150, 150) !important;
}

.ui.tabular.menu .active.item {
    background: none #fff !important;
}
/* button#toggle-mobile-menu {
    padding: 0 !important;
    position: relative;
    top: 1.5px;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    height: 30px;
    border-radius: 9999px;
    background-color: rgb(40, 40, 40);
} */

/* 3-3. mobile-menu */

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    display: none;
}

#mobile-menu-heading {
    padding: 0 22px;
    width: 100%;
    height: 60px;
    background-color: rgb(40, 40, 40);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#close-mobile-menu {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#close-mobile-menu img {
    width: 100%;
    height: auto;
}

#mobile-menu-above {
    width: 100%;
    height: calc(100% - 60px * 2);
    background-color: rgb(130, 62, 77);
}

#mobile-menu-container {
    width: 100%;
    height: auto;
}

#mobile-menu-container ul {
    padding: 22px;
    width: 100%;
    height: auto;
    list-style-type: none;
}

#mobile-menu-container ul:first-child {
    background-color: rgb(89, 98, 255);
}

#mobile-menu-container ul:nth-child(2) {
    background-color: rgb(168, 146, 255);
}

#mobile-menu-container ul li {
    line-height: 1.8;
}

#mobile-menu-footer-color {
    width: 100%;
    height: 60px;
    background-color: rgb(46, 129, 136);
}

/* 3-4. main-content */

#main-content {
    width: 100%;
    padding-top: 58px;
    height: auto;
}

.section-heading {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    position: relative;
}

.section-heading strong.section-heading-margin-right {
    margin-right: 15px;
}

.section-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-heading-wrapper .alert-icon {
    background: url("/assets/icon/bell-black.svg") no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .section-heading-wrapper .alert-icon {
        margin-top: -40px;
    }
}

.section-heading-wrapper .alert-icon:hover {
    background-color: #f4f4f4;
}

.tooltip-button {
    background-color: #ffe924;
    border: none;
    color: black;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
}

.tooltip-button::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ffe924;
}

.tooltip-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 14px;
}

.section-heading-text-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tooltip-button-container-mobile {
    position: absolute;
    bottom: -30px;
    right: 15px;
}

.tooltip-button-mobile {
    display: none;
    background-color: #ffe924;
    border: none;
    color: black;
    padding: 10px 16px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 250px;
}

.tooltip-button-mobile::after {
    content: "";
    position: absolute;
    left: 79%;
    bottom: 100%;
    transform: translateX(50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ffe924 transparent;
}

@media screen and (max-width: 850px) {
    .section-heading-text-container {
        flex-direction: column;
        gap: 0px;
        align-items: start;
    }
}

@media screen and (max-width: 500px) {
    .tooltip-button-container {
        flex-direction: column;
        align-items: end;
        margin-bottom: -30px;
    }
    .tooltip-button {
        display: none;
    }
    .tooltip-button-mobile {
        display: block;
        width: 100%;
        text-align: center;
        z-index: 101;
    }
    .section-heading-text-container {
        align-items: start;
    }
    .section-heading-title {
        font-size: 25px;
    }
    .section-heading-subtitle {
        font-size: 14px;
    }
}

/* 3-4-1. main-today-note */
#main-today-note.active,
#main-commercial-note.active {
    display: block;
}

#main-today-note,
#main-commercial-note {
    display: none;
}

#main-today-note.active .today-note-link,
#main-commercial-note.active .commerce-note-link {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: rgb(40, 40, 40);
    color: white;
}

#commerce-only {
    height: 580px !important;
}

#today-note-img,
#commerce-note-img {
    position: relative;
    width: 60%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.note-tag-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 50;
}

.image-wrapper {
    position: relative;
    width: 100%;
}

#today-note-tag-only {
    position: absolute;
    left: 0;
    background-color: #282828;
    color: rgb(255, 81, 38);
    padding: 12px 35px;
}

#today-note-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #363636;
    color: #666666;
    padding: 12px;
    width: 50%;
}
#main-commercial-note.active
    > .commerce-note-link
    > #commerce-note
    > .note-tag-wrapper
    > #commercial-note-tag {
    background-color: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 50%;
}

#main-today-note.active
    > .today-note-link
    > #today-note
    > .note-tag-wrapper
    > #today-note-tag {
    color: rgb(255, 81, 38);
    background-color: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 50%;
}

#commercial-note-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #363636;
    color: #666666;
    padding: 12px;
    width: 50%;
}

#commercial-note-tag-inactive {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #363636;
    color: #282828;
    padding: 12px;
    width: 50%;
}

#today-note-tag h3,
#commercial-note-tag h3 {
    letter-spacing: 1px;
    font-size: 22px !important;
}

#today-note-tag:hover,
#commercial-note-tag:hover {
    cursor: pointer;
}

#today-note,
#commerce-note {
    width: 40%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#commercial-note {
    padding: 40px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.today-note-item-wrapper {
    padding: 40px 35px 50px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.today-note-item {
    width: 100%;
    height: auto;
    color: white;
}

#timer-container {
    padding-bottom: 13px;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid white;
}

#timer-sub {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#clock-icon {
    position: relative;
    top: 4px;
    width: 38px;
    height: 38px;
}

#clock-icon-sub {
    position: relative;
    top: 4px;
    padding: 0 20px;
    font-size: 15px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.45;
}

#clock-icon-sub small {
    line-height: inherit;
}

#timer {
    width: 250px;
    margin-left: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.timer-item {
    position: relative;
    top: -6px;
    display: inline-block;
    width: calc((100% - 30px) / 3);
    font-size: 55px;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    text-align: center;
}

.timer-item-devide {
    position: relative;
    /* top: -8px; */
    display: inline-block;
    width: 15px;
    font-size: 50px;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    text-align: center;
}

.today-note-heading {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1;
    color: rgb(255, 81, 38);
}

.commerce-note-heading {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1;
}

.today-note-title {
    letter-spacing: -1px;
    margin-bottom: 25px;
    padding-right: 35px;
    line-height: 1.45;
}

.today-note-desc {
    padding-right: 35px;
    line-height: 1.7;
    font-size: 17px;
    color: rgb(220, 220, 220);
}

.circle-punctuation {
    margin-left: 8px;
    margin-bottom: 0px;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgb(255, 81, 38);
}

/* 3-4-2. main-next-note */

#next-note-cont {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    border-top: 1px solid rgb(40, 40, 40);
    overflow: hidden;
}

.next-note-item {
    width: calc((100% - 35px) / 3);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.next-note-item:nth-child(2) {
    margin: 0 35px;
}

.next-note-item .next-note-item-above {
    position: relative;
    width: 100%;
    height: auto;
}

.next-note-item:nth-child(1) .next-note-item-above {
    background-color: rgb(211, 177, 141);
}

.next-note-item .cover {
    padding: 15px 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in, height 0.25s ease-in;
    -o-transition: opacity 0.15s ease-in, height 0.25s ease-in;
    transition: opacity 0.15s ease-in, height 0.25s ease-in;
}

.next-note-item:hover .cover {
    opacity: 1;
    height: 100%;
}

.next-note-item .date {
    padding: 65px 0;
    width: 100%;
    height: auto;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.next-note-item .date div {
    width: 75px;
    height: 75px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgb(40, 40, 40);
    border-radius: 9999px;
    font-weight: 400;
}

.next-note-item:nth-child(1) .date div {
    background-color: rgb(40, 40, 40);
    color: rgb(211, 177, 141);
}

.next-note-item .date div h3 {
    width: 100%;
    display: inline-block;
    line-height: 1;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.next-note-item .date div h3 i {
    font-style: italic;
    margin-left: -5px;
}

.post-heading-container {
    padding-right: 15px;
    width: 100%;
    border-bottom: 1px solid rgb(150, 150, 150);
}

.post-heading {
    margin: 13px 0;
    line-height: 1.6;
    overflow: hidden;
}

.next-note-item:nth-child(2) .bg-img-solid {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: rgba(159, 233, 158, 0.9);
}

.next-note-item:nth-child(3) .bg-img-solid {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: rgba(255, 81, 38, 0.9);
}

.post-author-and-reader {
    display: inline-block;
    line-height: 1.6;
}

.post-author-and-reader small {
    font-size: 13px;
}

.reader {
    color: rgb(255, 81, 38);
}

.author::after {
    position: relative;
    top: 5px;
    content: "　";
    margin: 0 10px;
    margin-bottom: 12px;
    display: inline-block;
    width: 1px;
    height: 10px;
    vertical-align: middle;
    border-right: 1px solid rgb(150, 150, 150);
}

/* 3-4-3. main-previous-note */

#prev-note-cont {
    padding-top: 60px;
    position: relative;
    width: 100%;
    height: auto;
}

#prev-note-item-above {
    width: 100%;
    height: auto;
}

#top-full-line {
    position: absolute;
    top: -1px;
    left: -100%;
    width: 200%;
    height: 1px;
    border-bottom: 1px solid rgb(40, 40, 40);
}

#top-bold-line {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 35px * 3) / 4);
    height: 7.5px;
    background-color: rgb(40, 40, 40);
}

#move-btn-container {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.move-btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.move-btn div {
    width: 17.5px;
    height: 17.5px;
    border-top: 1px solid rgb(40, 40, 40);
    border-left: 1px solid rgb(40, 40, 40);
}

#move-left {
    margin-right: 15px;
}

#move-left div {
    position: relative;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#move-right div {
    position: relative;
    right: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#prev-note-item-below {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.25s ease-in;
    transition: -webkit-transform 0.25s ease-in;
    -o-transition: transform 0.25s ease-in;
    transition: transform 0.25s ease-in;
    transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.prev-note-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 35px * 3) / 4);
    margin-right: 35px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.scale-container {
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: white;
}

.scale-cup {
    position: relative;
    top: 1px;
    width: 25px !important;
    height: auto;
    margin-right: 10px;
}

.prev-note-item .bg-img::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0);
}

.prev-note-item:hover .bg-img .bg-img-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(255, 81, 38);
}

.prev-note-item:hover .bg-img::before {
    opacity: 0;
}

.prev-note-item .note-item-below {
    width: 100%;
}

/* .prev-note-item:hover {
    color: rgb(150, 150, 150);
} */

/* .prev-note-item:hover .post-heading-container {
    border-bottom: 1px solid transparent;
}

.prev-note-item:hover .post-heading {
    display: inline;
    border-bottom: 1px solid rgb(255, 81, 38);
} */

/* .prev-note-item:hover .post-heading::before {
    content: '';
    display: block;
    margin: 13px 0;
} */

/* .prev-note-item:hover .post-heading::after {
    content: '';
    display: block;
    margin: 13px 0;
} */

/* .prev-note-item:hover .post-author-and-reader {
    border-bottom: 1px solid rgb(255, 81, 38);
} */

/* 3-5. event-banner */

.event-banner.only-desktop {
    display: block;
}

.event-banner.only-mobile {
    display: none;
}

/* 3-6. main-footer */

#main-footer {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    background-color: rgb(40, 40, 40);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
}

#main-footer ul {
    list-style-type: none !important;
}

#main-footer ul li {
    margin-bottom: 2.5px;
}

#main-footer small {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300 !important;
}

.footer-logo {
    margin-bottom: 20px;
    max-width: 130px;
}

.footer-row {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-row-item {
    width: calc((100% - 35px * 2) / 3);
    height: auto;
}

.footer-row:first-child {
    margin-bottom: 25px;
}

.footer-row:first-child .footer-row-item {
    width: 100%;
}

.footer-row:last-child .footer-row-item:nth-child(2) {
    margin: 0 35px;
}

#footer-toggle {
    width: 10px;
    height: 10px;
    margin-left: 3px;
    display: inline-block;
    cursor: pointer;
}

#business-info {
    display: none;
}

.footer-toggle-row {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
}

.footer-toggle-desc-item::after {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 7.5px;
    content: "|";
    font-size: 8px;
    color: rgb(150, 150, 150);
}

.footer-toggle-desc-item:nth-of-type(3n)::after {
    display: none;
    content: none;
}

.footer-heading {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(150, 150, 150);
}

/* 3-7. left-color */

#left-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    background-color: rgb(40, 40, 40);
    z-index: 103;
}

/* 3-8. loading */

@-webkit-keyframes loading-img {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-img {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(40, 40, 40);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999;
    pointer-events: none;
    opacity: 0.5;
}

#loading img {
    width: 100px;
    height: auto;
    -webkit-animation: loading-img 1s;
    animation: loading-img 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* 3-9. index.html responsive */

/* 3-9-1. max-width: 1800px */

@media screen and (max-width: 1800px) {
    /* 2. global */
    .container-ratio {
        padding-left: calc(100% - 1225px);
    }
    /* 3-1. notice-cont */
    .fold-item:nth-child(3) {
        display: none;
    }
    .fold-item-hide {
        display: block;
    }
    /* 3-4-1. main-today-note */
    #today-note-img,
    #commerce-note-img {
        width: 57%;
    }
    #today-note,
    #commerce-note {
        width: 43%;
    }
}

/* 3-9-2. max-width: 1440px */

@media screen and (max-width: 1440px) {
    /* 2. global */
    .container-ratio {
        padding-left: calc(100% - 1000px);
    }
    /* 3-4-1. main-today-note */
    #today-note-img,
    #commerce-note-img {
        width: 50%;
    }
    #today-note,
    #commerce-note {
        width: 50%;
    }

    .today-note-item {
        width: 100%;
        height: auto;
    }
}

/* 3-9-3. max-width: 1100px */

@media screen and (max-width: 1100px) {
    /* 2. global */
    .container-ratio {
        padding-left: 50px;
    }
    /* 3-1. notice-cont */
    /* #notice-cont-open {
        padding: 22px;
    } */
    .fold-item:nth-child(2) {
        display: none;
    }
    /* 3-4-1. main-today-note */
    .today-note-item:nth-child(1) .main-today-note-heading {
        width: 40%;
    }

    #main-today-note.active .today-note-link,
    #main-commercial-note.active .commerce-note-link {
        height: 630px;
    }
    #commerce-only {
        height: 700px !important;
    }

    #timer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }
    #timer-sub {
        width: 100%;
    }
    #clock-icon {
        position: relative;
        top: 4px;
        width: 24px;
        height: 24px;
    }
    #clock-icon-sub {
        padding: 0 10px;
    }

    /* 3-4-3. main-previous-note */
    .prev-note-item {
        width: calc((100% - 35px * 2) / 3);
    }
    #top-bold-line {
        width: calc((100% - 35px * 2) / 3);
    }
}

/* 3-9-4. max-width: 901px */

@media screen and (max-width: 901px) {
    /* 2. global */
    .container-ratio {
        padding-left: 44px;
        padding-right: 22px;
    }
    /* 3-1. notice-cont */
    #notice-cont-fold {
        padding: 15px 22px;
    }
    #notice-cont-fold .mobile {
        display: none;
    }
    h2.notice-text {
        font-size: 24px;
    }
    #notice-cont-open-btn img {
        width: 13.8px;
    }
    /* 3-2. main-header */
    #main-header {
        min-height: 60px;
    }
    #main-logo {
        width: 120px;
    }
    #header-bar {
        width: 100%;
    }
    #header-graphic {
        width: 60px;
        height: 60px;
    }
    #header-graphic div {
        width: calc(60px / 2);
        height: calc(60px / 2);
    }
    /* 3-4-1. main-today-note */

    #today-note-tag-only {
        margin-top: -52px;
        padding: 8px 35px;
    }

    #today-note-tag-only > h3 {
        font-size: 22px;
    }

    #main-today-note.active .today-note-link,
    #main-commercial-note.active .commerce-note-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: white;
        height: auto !important;
    }
    #today-note-img,
    #commerce-note-img {
        width: 100%;
    }
    #today-note-tag {
        top: auto;
        bottom: 0;
    }
    #today-note-tag h3 {
        font-size: 19px;
    }
    #today-note,
    #commerce-note {
        width: 100%;
        height: auto;
    }
    .today-note-item:nth-child(1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #timer-container {
        width: 100%;
    }

    .today-note-title {
        padding-right: calc(100% / 3);
    }
    .today-note-desc {
        padding-right: calc(100% / 3);
    }
    /* 3-4-2. main-next-note */
    .next-note-item {
        width: calc((100% - 25px) / 3);
    }
    .next-note-item:nth-child(2) {
        margin: 0 25px;
    }
    /* 3-4-3. main-previous-note */
    .prev-note-item {
        width: calc((100% - 25px * 2) / 3);
        margin-right: 25px;
    }
    #top-bold-line {
        width: calc((100% - 25px * 2) / 3);
    }
    /* 3-6. main-footer */
    #main-footer small {
        font-size: 11px;
    }
    .footer-row-item {
        width: calc((100% - 22px * 2) / 3);
    }
    .footer-row:last-child .footer-row-item:nth-child(2) {
        margin: 0 22px;
    }
    /* 3-8. loading */
    #loading img {
        width: 75px;
        height: auto;
        -webkit-animation: loading-img 1s;
        animation: loading-img 1s;
    }
}

/* 3-9-5. max-width: 768px */

@media screen and (max-width: 768px) {
    /* 3-4-1. main-today-note */
    .today-note-title {
        padding-right: calc(100% / 5);
    }
    .today-note-desc {
        padding-right: calc(100% / 5);
    }
    /* 3-4-2. main-next-note */
    #next-note-cont {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .next-note-item {
        width: 100%;
        margin-bottom: 50px;
    }
    .next-note-item:nth-child(2) {
        margin: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .next-note-item:last-child {
        margin-bottom: 0;
    }
    .next-note-item .date {
        padding: 50px 0;
        opacity: 1;
        -webkit-transition: opacity 0.15s ease-in;
        -o-transition: opacity 0.15s ease-in;
        transition: opacity 0.15s ease-in;
    }
    .next-note-item:nth-child(2) .div {
        padding: 0;
    }
    .next-note-item:nth-child(2) .date {
        position: absolute;
        top: calc(75px / 2 * (-1));
        padding: 0;
        z-index: 100;
    }
    .next-note-item:nth-child(2) .date div {
        background-color: white;
    }
    .next-note-item:nth-child(2):hover .date {
        opacity: 0;
    }
    .next-note-item:nth-child(3) .div {
        padding: 0;
    }
    .next-note-item:nth-child(3) .date {
        position: absolute;
        top: calc(75px / 2 * (-1));
        padding: 0;
        z-index: 100;
    }
    .next-note-item:nth-child(3) .date div {
        background-color: white;
    }
    .next-note-item:nth-child(3):hover .date {
        opacity: 0;
    }
    .next-note-item .date div {
        width: 75px;
        height: 75px;
    }
    .post-heading-container {
        padding-right: 35px;
        width: 100%;
    }
    .author {
        margin-left: 0;
        width: 100%;
    }
    /* 3-4-3. main-previous-note */
    .prev-note-item {
        width: calc((100% - 25px * 1) / 2);
    }
    #top-bold-line {
        width: calc((100% - 25px * 1) / 2);
    }
    .prev-note-item .post-heading-container {
        padding-right: 35px;
    }
    /* 3-5. event-banner */
    .event-banner.only-desktop {
        display: none !important;
    }
    .event-banner.only-mobile {
        display: block !important;
    }
}

/* 3-9-6. max-width: 601px */

@media screen and (max-width: 601px) {
    /* 2. global */
    h4 {
        font-size: 21px;
    }
    small {
        font-size: 14px;
    }
    .container-ratio {
        padding: 0 !important;
    }
    .container-full {
        padding-left: 0;
    }
    .container-margin-bottom {
        margin-bottom: 60px;
    }
    .container-margin-bottom-2 {
        margin-bottom: 120px;
    }
    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    /* 3-1. notice-cont */
    #notice-cont-open {
        padding: 35px 22px;
    }
    .fold-item-hide {
        display: none;
    }
    /* 3-2. main-header */
    #main-menu li {
        margin-left: 15px;
    }
    #header-graphic {
        display: none;
    }
    /* 3-4. main-content */
    .section-heading {
        padding: 0 22px;
    }
    /* 3-4-1. main-today-note */
    #today-note-tag,
    #commercial-note-tag {
        height: 52px;
    }

    #commercial-note {
        padding: 40px 22px 40px 22px;
    }

    .today-note-item-wrapper {
        padding: 25px 22px 50px 22px;
    }

    #today-note-tag h3,
    #commercial-note-tag h3 {
        letter-spacing: 1px;
        font-size: 20px !important;
    }

    #timer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #timer-sub {
        width: 100%;
        margin-bottom: 15px;
    }
    #clock-icon-sub {
        padding: 0 12px;
    }
    #timer {
        position: relative;
    }
    .today-note-title {
        padding-right: 35px;
    }
    .today-note-desc {
        padding-right: 35px;
    }
    /* 3-4-2. main-next-note */
    .next-note-item .post-heading-container {
        margin: 0 22px;
        width: calc(100% - 44px);
    }
    .next-note-item .post-author-and-reader {
        margin: 0 22px;
        width: calc(100% - 44px);
    }
    /* 3-4-3. main-previous-note */
    #prev-note-cont {
        padding-top: 25px;
    }
    #prev-note-item-below {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
        padding: 0 22px;
    }
    .prev-note-item {
        width: 100%;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 15px;
    }
    #top-bold-line {
        display: none;
    }
    .prev-note-item .ratio-4-3 {
        max-width: 100px;
        height: 100px;
        margin-right: 20px;
    }
    .prev-note-item .ratio-4-3::after {
        padding-top: calc(100% * 1 / 1);
    }
    .prev-note-item .note-item-below {
        width: calc(100% - 100px - 22px);
    }
    #move-btn-container {
        display: none;
    }
    .prev-note-item .line-clamp-3 {
        font-size: 17px;
        -webkit-line-clamp: 2;
    }
    .prev-note-item .post-heading-container {
        padding-right: 0;
        position: relative;
        top: -15px;
    }
    .prev-note-item .post-author-and-reader {
        position: relative;
        top: -15px;
    }
    .scale-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* 3-6. main-footer */
    #main-footer {
        padding: 35px 22px 22px 22px !important;
    }
    .footer-row:first-child {
        margin-bottom: 0;
    }
    .footer-row-item {
        width: 100%;
        margin-bottom: 22px !important;
    }
    .footer-row:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-row:last-child .footer-row-item:nth-child(2) {
        margin: 0;
    }
    /* 3-7. left-color */
    #left-color {
        display: none;
    }
}

/* 3-9-7. max-width: 375px */

@media screen and (max-width: 376px) {
    /* 2. global */
    h4 {
        font-size: 19px;
    }
    /* 3-2. main-header */
    #main-menu li {
        margin-left: 10px;
    }
    .prev-note-item .post-heading-container {
        padding-right: 5px;
    }
    .prev-note-item .line-clamp-3 {
        font-size: 15px;
    }
}

.ui.custom.bottom.popup:before,
.ui.custom.right.center.popup:before {
    background: #ecf1fd;
}
.ui.custom.bottom.center.popup:before {
    box-shadow: -1px -1px 0 0 #7482ff;
}
.ui.custom.right.center.popup:before {
    box-shadow: -1px 1px 0 0 #7482ff;
}
.ui.custom.popup {
    color: #7482ff;
    background: #ecf1fd;
    border-color: #7482ff;
    padding: 9px 12px;
    letter-spacing: -0.5px;
    z-index: 3000;
}
.ui.custom.bottom.popup {
    margin-top: -10px !important;
}
/* .ui.custom.right.center.popup{margin: 0 0 0 20px ;} */
.item.scrap.mobile {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#new-mark-inMenu {
    content: "";
    background-image: url("/assets/icon/new_web.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 18px;
    margin-left: 5px;
}
.mymenu.icon {
    position: relative;
}
.new-mark-hamburgerMenu {
    position: absolute;
    top: 8px;
    right: -9px;
    background-image: url("/assets/icon/new_mobile.svg");
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
}

.ui.custom.popup.scrapEvent.mobile {
    width: 150px !important;
    word-break: keep-all;
    margin-left: 15px !important;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 600;
}

/* 작은 화면에서의 패딩과 폰트 사이즈 조정 */
@media screen and (max-height: 667px) {
    .topMenuGroup,
    .commonMenuGroup,
    .csMenuGroup {
        padding: 12px 0; /* 기존 16px에서 축소 */
    }

    .menuItem {
        padding: 8px 24px; /* 기존 10px에서 축소 */
    }

    .menuText {
        font-size: 18px; /* 기존 20px에서 축소 */
        line-height: 24px; /* 기존 28px에서 축소 */
    }

    .aboutText {
        font-size: 16px; /* 기존 18px에서 축소 */
        line-height: 22px;
    }

    .menuItem.about {
        padding: 16px 24px; /* 기존 20px에서 축소 */
    }
}

.hmenu .searchmenu {
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.hmenu .mobile-menu-open,
.hmenu .mypage-gnb-setting {
    display: none !important;
}

@media screen and (max-width: 700px) {
    /* 아이콘 컨테이너 표준화 */
    .hmenu .searchmenu,
    .hmenu .mobile-menu-open,
    .hmenu .mypage-gnb-setting {
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .hmenu .searchmenu.ab-test-hidden {
        display: none !important;
    }

    .ab-test-hidden {
        display: none !important;
    }
}

/* search 아이콘 (i.icon 없이 a에 직접 적용) */
.hmenu .searchmenu {
    background-image: url("/assets/icon/gnb-search.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.hmenu .mypage-gnb-setting {
    margin-right: 20px;
}

/* 흰색 search 아이콘 */
.hmenu .searchmenu.search-white,
.theme.black .hmenu .searchmenu {
    filter: brightness(0) invert(1);
}

/* 햄버거 메뉴 아이콘 (i.icon 없이 a에 직접 적용) */
.hmenu .mobile-menu-open {
    background-image: url("/assets/icon/hamburger-menu.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 마이페이지 설정 아이콘 (구조 동일하므로 그대로) */
.hmenu .mypage-gnb-setting .setting-icon {
    width: 32px;
    height: 32px;
    background-image: url("/assets/icon/hybrid-app/gnb-setting.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.hmenu .gnb-note-list-button {
    font-family: "Pretendard Variable";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02px;

    border-radius: 4px;
    padding: 8px 12px;
    margin-right: 20px;
    color: #282828;
    background-color: transparent;
    display: none;
}

.hmenu .gnb-note-list-button.white {
    color: #191919;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.hmenu .gnb-note-list-button.black {
    color: #fff;
    background-color: #444;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 700px) {
    .hmenu .gnb-note-list-button {
        display: flex;
    }
}

.gnb-note-list-section {
    width: 100%;
    background-color: #fff;
    color: #191919;
    padding: 12px 16px;
    border-bottom: 1px solid #c8c8c8;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    height: 60px;

    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;

    display: none;
    align-items: center;
    justify-content: space-between;

    color: #191919;
    font-family: "Pretendard Variable";

    transition: transform 0.5s ease-out;
}

@media screen and (max-width: 850px) {
    .gnb-note-list-section {
        display: flex;
    }
}

.gnb-note-list-section.slide-up {
    transform: translateY(-100px);
}

.gnb-note-list-section.slide-down {
    transform: translateY(0);
}
.gnb-note-list-section-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.04px;
}

.gnb-note-list-section-button {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02px;

    border-radius: 4px;
    padding: 8px 16px;
    color: #191919;
    background: #282828;
    color: #fff;
}

body.dark-mode .gnb-note-list-section {
    background-color: #282828;
    border-bottom: 1px solid #999;
    box-shadow: 0px 2px 6px 0px rgba(255, 255, 255, 0.12);
}

body.dark-mode .gnb-note-list-section-text {
    color: #fafafa;
}

body.dark-mode .gnb-note-list-section-button {
    background: #f2f2f2;
    color: #191919;
    background: var(--colors-base-secondary, #f2f2f2);
}

.gnb-note-list-section-button,
.gnb-note-list-button {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    outline: none;
}

/* a/b 테스트(17, 20250710) : PC web 노트 리스트 명칭 직관적으로 개선 */

.mobile-note-menu-wrapper a,
.mobile-note-list-button {
    color: #191919 !important;
}
.pc-note-menu-wrapper {
    position: relative;
    white-space: nowrap;
}

.mobile-note-menu-wrapper {
    position: relative;
    white-space: nowrap;
}

.pc-note-tooltip,
.mobile-note-tooltip {
    background-color: #e7e7e7;
    color: #191919;
    padding: 8px 10px 8px 12px;
    border-radius: 4px;
    z-index: 9999; /* 기존 2001에서 대폭 상승 */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);

    /* 부모 width에 영향받지 않도록 + max-width 설정 */
    width: max-content; /* 콘텐츠 크기에 맞춤 */
    max-width: 200px; /* 최대 너비 제한 */
    white-space: normal; /* 줄바꿈 허용 (max-width 초과 시) */

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    /* 애니메이션 설정 */
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.pc-note-tooltip.max-width-180,
.mobile-note-tooltip.max-width-180 {
    max-width: 180px;
}

.pc-note-tooltip {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}

.mobile-note-tooltip {
    position: absolute;
    bottom: 40px;
    left: 24px;
}

.pc-note-tooltip.hidden-tooltip {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-10px); /* 위쪽에서 시작 */
}

.mobile-note-tooltip.hidden-tooltip {
    opacity: 0;
    visibility: hidden;
    transform: translateX(0) translateY(-10px);
}

.pc-note-tooltip::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);

    border: 6px solid transparent;
    border-bottom-color: #e7e7e7;
    border-top: none;
}

.mobile-note-tooltip::before {
    content: "";
    position: absolute;
    bottom: -6px; /* 툴팁 아래쪽에 위치 */
    left: 30px;

    border: 6px solid transparent;
    border-top-color: #e7e7e7; /* 위쪽 보더에 색상 (아래로 향하는 화살표) */
    border-bottom: none; /* 아래쪽 보더 제거 */
}

@media (max-width: 700px) {
    .pc-note-tooltip {
        display: none !important;
    }

    .mobile-note-tooltip {
        display: flex !important;
    }
}

.pc-note-tooltip span,
.mobile-note-tooltip span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.04px;
}

.pc-note-tooltip .tooltip-close-sm,
.mobile-note-tooltip .tooltip-close-sm {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    margin: 0;

    background-image: url("/assets/icon/close-sm.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.pc-note-tooltip.flex-start,
.mobile-note-tooltip.flex-start {
    align-items: flex-start;
}

.app-back-button {
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-20px);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 16px;
}
.app-back-button.visible {
    opacity: 1;
    transform: translateX(0);
}
.app-back-button:not(.visible) {
    opacity: 0;
    transform: translateX(-20px);
    /* width는 항상 32px로 고정 */
}
.app-back-button .back-button {
    display: block;
    width: 32px;
    height: 32px;
    background: url("/assets/icon/hybrid-app/gnb-back.svg") no-repeat center
        center;
    background-size: contain;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    /* 아래 줄은 혹시 a태그에 기본 배경이 남아있을 때 */
    background-color: transparent;
    cursor: pointer;
}
.app-back-button .back-button:active,
.app-back-button .back-button:focus {
    background: url("/assets/icon/hybrid-app/gnb-back.svg") no-repeat center
        center;
    background-size: contain;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
}

.theme.black .app-back-button .back-button {
    filter: brightness(0) invert(1);
}

.app-back-button + .header.item {
    padding-left: 12px !important;
}

/* 토글 버튼 스타일 */
.toggle-button-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* ON/OFF 토글 스위치 */
.onoff-toggle {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 38px;
    margin-right: 10px;
}

.onoff-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.onoff-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border: 2px solid black;
    border-radius: 50px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-sizing: border-box;
}

/* OFF 상태 (원이 왼쪽) */
.onoff-slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 2px;
    bottom: 2px;
    background-color: black;
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: 2;
    box-sizing: border-box;
}

/* ON 상태 (원이 오른쪽) */
input:checked + .onoff-slider {
    background-color: black;
    border-color: black;
}

input:checked + .onoff-slider:before {
    transform: translateX(47px);
    background-color: white;
}

/* ON/OFF 텍스트 스타일 */
.onoff-on,
.onoff-off {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 16px;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

.onoff-on {
    left: 10px;
    color: white;
    opacity: 0;
    z-index: 1;
}

.onoff-off {
    right: 10px;
    color: black;
    opacity: 1;
    z-index: 1;
}

input:checked + .onoff-slider .onoff-on {
    opacity: 1;
}

input:checked + .onoff-slider .onoff-off {
    opacity: 0;
}

.toggle-label {
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.toggle-button-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 0;
}

.toggle-button-wrapper-app {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: 100px;
    right: 10px;
}
.toggle-label-app {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .onoff-toggle {
        width: 55px;
        height: 26px;
        margin-right: 6px;
    }

    .onoff-slider:before {
        height: 18px;
        width: 18px;
    }

    input:checked + .onoff-slider:before {
        transform: translateX(29px);
    }

    .onoff-on,
    .onoff-off {
        font-size: 10px;
    }

    .onoff-on {
        left: 5px;
    }

    .onoff-off {
        right: 5px;
    }

    .toggle-label {
        font-size: 11px;
    }
}

.app-download {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    margin-top: 40px;
}
.app-download-button {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 240px;
    height: 48px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}
.app-download-button span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.04px;
    color: #191919;
}

@media screen and (max-width: 768px) {
    .app-download {
        margin-top: 60px;
        gap: 12px;
    }
    .app-download .column {
        flex: 1;
    }
    .app-download-button {
        width: 100%;
    }
}
