.customer_inner {padding:60px 0 100px;}
.customer_label {font-size: 24px;font-weight: 700;color: #121212;}
.customer_tab_wrap {margin-top: 25px;}
.customer_tab_list {display: flex;align-items: center;gap: 0 40px;border-bottom: 1px solid #EAEBEF;}
.customer_tab_box a {padding-bottom: 15px;position: relative;font-size: 20px;font-weight: 500;color: #9F9F9F;display: block;}
.customer_tab_box a.active {font-weight: 700;color: #00A965;}
.customer_tab_box a::before {content:"";width: 100%;height: 2px;background: #fff;position: absolute;bottom:0;left: 0;}
.customer_tab_box a.active::before {background: #00A965;}
.customer_notice_wrap {margin-top:35px;border-top: 1px solid #B0B0B0;}
.customer_notice_wrap .notice_list_box {border-bottom: 1px solid #E2E2E2;}
.notice_list_box a {padding:20px 70px 20px 20px;display: block;background: url("/images/pc/notice_arr.png") no-repeat 97% 50%;}
.notice_tit {font-size: 18px;font-weight: 700;color: #121212;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.notice_date {font-size: 16px;font-weight: 500;color: #B0B0B0;margin-top: 5px;}

/* 상세 */
.notice_view_wrap {margin-top: 25px;border-top: 1px solid #B0B0B0;}
.notice_title_wrap {padding: 30px 20px;border-bottom: 1px solid #E2E2E2;display: flex;align-items: center;justify-content: space-between;gap:0 10px;}
.notice_title_wrap .notice_view_title {font-weight: 500;font-size: 18px;color: #121212;width: 80%;word-break: keep-all;}
.notice_title_wrap .notice_date {width: 15%;display: flex;justify-content: flex-end;}
.notice_content_wrap {padding: 30px 20px;border-bottom: 1px solid #E2E2E2;color: #4f4f4f;word-break: keep-all;}
.notice_content_wrap img {max-width: 100%;}

.notice_list_btn_wrap {display: flex;align-items: center;justify-content: center;margin-top: 80px;}
.notice_list_btn_wrap a {width: 100%;height: 60px;border-radius: 8px;background: #F2F4F5;font-size: 18px;font-weight: 500;color: #B0B0B0;display: flex;align-items: center;justify-content: center;max-width: 460px;}

@media(max-width:760px){
    .customer_label {font-size: 20px;}
    .customer_tab_box a {font-size: 16px;}
    .notice_tit {font-size: 16px;}
    .notice_title_wrap .notice_view_title {font-size: 16px;}

    .notice_title_wrap .notice_date {width: 17%;}
}

@media(max-width:580px){
    .customer_inner {padding: 40px 0 70px;}
    .customer_label {font-size: 18px;}
    .customer_tab_list {gap:0 20px;}
    .customer_tab_box a {font-size: 14px;}
    .notice_list_box a  {padding: 20px 50px 20px 10px;background: url("/images/pc/notice_arr.png") no-repeat 97% 50% / 7px;}
    .notice_title_wrap {padding: 20px 0;flex-direction: column;align-items: flex-start;gap:0;}
    .notice_title_wrap .notice_view_title {width: 100%;}
    .notice_title_wrap .notice_date {width: 100%;display: flex;justify-content: flex-end;margin-top: 10px;}
    .notice_tit {font-size: 15px;}
    .notice_date {font-size: 14px;}

    .notice_content_wrap {font-size: 15px;padding: 20px 0;}
    .notice_list_btn_wrap {margin-top: 40px;}
    .notice_list_btn_wrap a {font-size: 16px;height: 45px;}
}

@media(max-width:420px){
    .notice_list_box a {padding: 15px 30px 15px 0;}

    .notice_title_wrap .notice_view_title {font-size: 15px;}
    .notice_content_wrap {font-size: 14px;}

    .notice_list_btn_wrap a {font-size: 14px;}
}


@media(max-width:360px){
    
    .notice_title_wrap {padding: 15px 0;}
}