
/* ==========================================================================
   top_promo_banner
   ========================================================================== */

#top_bar {
    background: #f15d2a;
    text-align: center;
    position: relative;
    padding: 0;
    border: 0;
    line-height: 40px;
    color: #fff;
    min-width: 1280px;
}

#top_bar span {
	display: flex;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
	font-size: 14px;
}

.promotional-banner-container {
    height: 40px;
    position: relative;
    overflow: hidden;
}

.promotional-banner-container .promotional-banner {
    width: 100%;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.promotional-banner-container .promotional-banner.active {
    display: flex;
	justify-content: center;
    opacity: 1;
}

.promotional-banner-container .promotional-banner .banner-link .banner-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promotional-banner-container .promotional-banner .banner-link .banner-container .banner-title {
    color: white;
    font-size: 20px;
    line-height: 24px;
    width: 150px;
    text-align: center;
}

.promotional-banner-container .promotional-banner .banner-link .banner-container .banner-description {
    color: white;
    font-size: 14px;
    font-family: 'Pretendard-SemiBold';
}

/* ==========================================================================
   Top Promo
   ========================================================================== */

.promo_wr {
    visibility: hidden;
}

.promo_wr.active {
    visibility: visible;
}

.promo_wr .promo_box {
    position: absolute;
    background: #fff;
    z-index: 9901;
    top: 60px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    width: 1000px;
    display: flex;
    padding: 23px;
    gap: 24px;
}

.promo_wr .promo_box .promo_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.promo_wr .promo_box .promo_head .promo_head_text {
    font-family: 'Pretendard-SemiBold';
}

.promo_wr .promo_box .promo_head .promo_small_text {
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.promo_wr .promo_box .promo_head .promo_small_text i {
    margin-left: 4px;
    font-size: 10px;
}

.promo_wr .promo_box .promo_left {
    width: 400px;
}

.promo_wr .promo_box .promo_right {
    width: 528px;
}

.promo_search {
    height: 145px;
    margin-bottom: 24px;
}

.promo_search_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    padding: 0px;
    gap: 6px;
    height: 114px;
    overflow: hidden;
}

.promo_search .promo_search_none {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #999999;
}

.promo_search_list .promo_search_word {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    gap: 4px;
    background: #F9F9F9;
    border-radius: 999px;
    float: left;
    cursor: pointer;
}

.promo_search_list .promo_search_word span {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #4D4D4D;
}

.promo_search_list .promo_search_word img {
    width: 12px;
}

.promo_board_list {

}

.promo_board_list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0px;
    gap: 12px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.promo_board_list li .promo_board_cate {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    color: #999999;
    width: 72px;
}

.promo_board_list li .promo_board_title {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    color: #4D4D4D;
}

.promo_item_list {
    display: flex;
    gap: 16px;
}

.promo_item_list li {
    width: 120px;
}

.promo_item_list .sct_li .sct_img {
    height: 120px;
}

.promo_item_list .sct_li .sct_img img {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.promo_item_list .sct_basic_box {
    height: 106px;
    margin-top: 10px;
}

.promo_item_list .sct_basic_box .promo_buy_count {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #F15D2A;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.promo_item_list .sct_basic_box .sct_txt {
    margin-top: 2px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.promo_item_list .sct_basic_box .sct_txt a {
    color: #1A1A1A;
}

.promo_item_list .sct_basic_box .sct_cost {
    margin-top: 2px;
}

.promo_item_list .sct_basic_box .sct_cost .sct_discount {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-decoration: line-through;
    color: #999999;
    letter-spacing: -0.02em;
}

.promo_item_list .sct_basic_box .sct_cost .sct_perscount {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #F15D2A;
    letter-spacing: -0.02em;
}

.promo_item_list .sct_basic_box .sct_cost .display_price {
    margin-left: 4px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: -0.02em;
}

.promo_item_list .sct_buy_btn button {
    box-sizing: border-box;
    text-align: center;
    gap: 10px;
    width: 120px;
    height: 31px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #4D4D4D;
}


/* ==========================================================================
   Head Service
   ========================================================================== */

.service_wr {
    visibility: hidden;
}

.service_wr.active {
    visibility: visible;
}

.service_wr .service_box {
    background: #fff;
    width: 400px;
    top: 38px;
    right: 0;
    z-index: 11;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.service_wr .service_box .service_head {
    position: relative;
    height: 62px;
    border-bottom: 4px solid #f5f5f5;
}

.service_wr .service_box .service_head p {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    padding: 24px 24px 0;
}

.service_wr .service_box .service_head span {
    position: absolute;
    top: 27px;
    right: 24px;
    cursor: pointer;
}

.service_wr .service_box .service_content {

}

.service_wr .service_box .service_content ul {
    display: flex;
    gap: 48px;
    justify-content: space-between;
    text-align: center;
    margin: 24px auto;
    width: 295px;
}

.service_wr .service_box .service_content ul li {
	width: 56px;
}

.service_wr .service_box .service_content ul li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 56px;
}

.service_wr .service_box .service_content ul li .icon_circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    border-radius: 8px;
    width: 56px;
    height: 56px;
}

.service_wr .service_box .service_content ul li p {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #4D4D4D;
    margin-top: 6px;
	width: max-content;
}

.service_wr .service_box .service_banner_area {
    height: 48px;
    background: #F2F3EE;
}

.service_wr .service_box .service_banner_area div {
    padding: 7px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_wr .service_box .service_banner_area p {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #1A1A1A;
}

.service_wr .service_box .service_banner_area img {
    height: 35px;
}

/* ==========================================================================
   Notification
   ========================================================================== */
.noti_count_circle {
    position: absolute;
    top: 0;
    right: 1px;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background: #f15d2a;
}

.noti_wrap {
    visibility: hidden;
}

.noti_wrap.active {
    visibility: visible;
}

.noti_wrap .noti_head {
    position: relative;
    height: 62px;
    border-bottom: 4px solid #f5f5f5;
}

.noti_wrap .noti_head p {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    padding: 24px 24px 0;
}

.noti_wrap .noti_head p span {
    display: inline-block;
}

.noti_wrap .noti_head p svg {
    vertical-align: sub;
}

.noti_wrap .noti_head .noti_close {
    position: absolute;
    top: 27px;
    right: 24px;
    cursor: pointer;
}

.noti_wrap .noti_panel {
    background: #fff;
    width: 420px;
    top: 38px;
    right: -160px;
    z-index: 11;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.noti_panel_list {
    display: block;
}

.noti_panel_list .noti_empty {
    height: 138px;
    text-align: center;
    padding: 20px 24px;
}

.noti_panel_list .noti_empty p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #999999;
}

.noti_panel_list .noti_data .noti_summary {
    height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 24px;
}

.noti_panel_list .noti_data .noti_summary .noti_summary_txt {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.noti_panel_list .noti_data .noti_summary .noti_summary_txt #noti_count {
    font-family: 'Pretendard-SemiBold';
    color: #f15d2a;
}

.noti_panel_list .noti_data .noti_summary .noti_config_link {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #666666;
	cursor: pointer;
}

.noti_panel_list .noti_data .noti_list_wrap {
    max-height: 450px;
    overflow-y: scroll;
}

.noti_panel_list .noti_data .noti_list_wrap .noti_date_label {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #1A1A1A;
    margin: 12px 0;
    padding: 0 24px;
}

.noti_panel_list .noti_data .noti_list_wrap .noti_list li {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 24px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.noti_panel_list .noti_data .noti_list_wrap .noti_list li:first-child {
    padding-top: 0;
}

.noti_panel_list .noti_data .noti_list_wrap .noti_list li .noti_item_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.noti_panel_list .noti_data .noti_list_wrap .noti_list li .noti_item_head .noti_item_type {
    display: flex;
    align-items: center;
    font-family: 'Pretendard-SemiBold';
    color: #f15d2a;
    font-size: 14px;
    gap: 8px;
}

.noti_panel_list .noti_data .noti_list_wrap .noti_list li .noti_item_head .noti_item_time {
    font-size: 14px;
    color: #999999;
}

.noti_panel_list .noti_data .noti_list_wrap .noti_list li .noti_item_body {
    font-size: 14px;
}

.noti_panel_list .noti_data .noti_list_wrap .noti_list li.read .noti_item_head .noti_item_type,
.noti_panel_list .noti_data .noti_list_wrap .noti_list li.read .noti_item_body {
	color: #999;
}

.noti_panel_list .noti_data .noti_list_wrap .noti_list li.read .noti_item_head .noti_item_type img {
	filter: grayscale(1);
}

.noti_panel_list .noti_data .noti_action button {
    height: 58px;
    background: #f9f9f9;
    width: 100%;
}

.noti_panel_list .noti_data .noti_action button svg {
	transform: translateY(2px);
}

.noti_panel_config {
    display: none;
}

.noti_panel_config .noti_config_list li {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    line-height: 160%;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

.noti_panel_config .noti_action button {
    height: 58px;
    background: #f15d2a;
    width: 100%;
    color: #fff;
}


/* ==========================================================================
   Item Main Top
   ========================================================================== */

#item_main_top {
    margin-bottom: 42px;
    text-align: center;
}

#item_main_top.item_main_top_main {
	max-width: 100vw;
	overflow: hidden;
}

#item_main_top_slider {
    max-width: 1704px;
    min-width: 1280px;
    margin: 20px auto 0;
}
#item_main_top_slider li {
    width: 568px;
}
#item_main_top_slider .slide_content {
    padding: 0 12px;
    position: relative;
}
#item_main_top_slider .slide_content img {
    display: block;
    max-width: 100%;
    border-radius: 20px;
}

#item_main_top_slider .slide_title {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.item_main_top_main #item_main_top_slider .slide_title {
    left: 40px;
    top: 40px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    height: calc(100% - 80px);
}

#item_main_top_slider .slide_content .slide_main_title {
    font-family:'Pretendard-SemiBold';
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#item_main_top_slider .slide_content .slide_sub_title {
    font-family:'Pretendard-Medium';
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

#item_main_top_slider .slide_content .slide_sub_text {
    display: none;
}

.item_main_top_main #item_main_top_slider .slide_content .slide_sub_text {
    display: block;
}

.item_main_top_main .slick-list {
    overflow: unset;
}

/* ½½¶óÀÌ´õ ÄÁÆ®·Ñ ¿µ¿ª */
.slider_controls_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    width: 1280px;
    margin: 15px auto 0;
}

/* ÇÁ·Î±×·¹½º ¹Ù */
.top_slider_bar {
    position: relative;
    width: 1064px;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
}
.top_slider_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #000;
    border-radius: 2px;
    transition: width 0.3s ease;
}

/* ½½¶óÀÌµå ¹øÈ£ */
.top_slider_number {
    font-family: 'Pretendard-Medium';
    font-size: 14px;
    margin-right: 6px;
    margin-left: auto;
}
.top_slider_number .current {
    color: #1a1a1a;
}
.top_slider_number .divider {
    color: #999;
}
.top_slider_number .total {
    color: #999;
}

/* ÄÁÆ®·Ñ·¯ ¹öÆ° */
.top_slider_controller {
    display: flex;
    align-items: center;
}
.top_slider_controller span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.top_slider_controller .play {
    display: none;
}

.top_slider_controller span:hover {
    background-color: #f5f5f5;
    border-color: #999;
}
.top_slider_controller span i {
    font-size: 14px;
    color: #333;
}
.top_slider_controller .play_pause i {
    font-size: 12px;
}