@charset "utf-8";

/*=============== hrader style ===============*/
header.index {
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    padding: 1.2rem 1rem;
    background-color: #ffffff;
}
header.index h1 {
   font-size: 1.375rem;
}
header.index h1>.user_name {
    color: var(--color-secondary0);
}
header.index .alarm {
    position: relative;
}
header.index .alarm .new_alarm{
    position: absolute;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #EB4F4F;
}


/*=============== lnb style ===============*/
.index .lnb {
    background-color: #ECF4F4;
    width: 100%;
}
.index .lnb a {
    flex: 1;
    display: block;
    padding: 1rem 0.6rem;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
}
.index .lnb .lnb_name {
    padding-top: 0.75rem;
    font-size: 0.938rem;
    display: block;
}

/*--partner_index: 파트너 메뉴--*/
.index.partner_index .lnb.partner {
    background-color: #FFFFFF;
}
.index.partner_index .lnb.partner a {
    position: relative;
    flex: 1;
    box-shadow: 0px 0px 24px rgba(22, 22, 22, 0.08);
}
.index.partner_index .lnb.partner div.col{
    flex: 1;
    gap: 1rem;
}

.index.partner_index .lnb.partner div.col a{
    display: flex;
    justify-content: space-between;
}

.index.partner_index .lnb.partner a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px; 
    padding: 2px; 
    background:var(--gradient-primary0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
}
.index.partner_index .lnb.partner a.focus::before {
    padding: 4px; 
}
.index.partner_index .lnb.partner .lnb_name {
    color: #289D72;
    font-size: 1.063rem;
    font-weight: 700;
    padding-top: 0.25rem;
}
.index.partner_index .lnb.partner .lnb_name .sub {
    display: block;
    padding-bottom: 0.25rem;
    color: var(--color-1);
    font-size: 0.875rem;
    font-weight: 400;
}


/*=============== score result style ===============*/
.index .score_result .title >* {
    text-align: center;
    display: block;
    font-size: 1.375rem;
}
.index .score_result .title > span.date {
    padding: 1rem 0;
    color: #666666;
    font-size: 0.813rem;
}
.index .score_result .contant {
    padding: 1.5rem 0;
}
.index .score_result .contant div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.75rem;
}

/*=============== event&notice style ===============*/
.index .notice .notice_list a{
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index .notice .notice_list:last-child a{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.index .notice .notice_list .notice_text {
    width: calc(100% - 100px);
}

.index .notice .notice_list .notice_text p {
    font-weight: 400;
    font-size: 0.813rem;
    color:#666666;

}
.index .notice .notice_list .notice_img {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background-color: #ECF4F4;
    overflow: hidden;
}

.index .notice .notice_list .notice_img img {
    width: 100%;
}


 /*=============== 홈 화면 슬라이드 스타일 ===============*/
 /*상단 메뉴 슬라이드*/
.index .top_menu.swiper-container {
    position: relative;
    overflow: hidden;
}
.index .top_menu.swiper-container .swiper-wrapper .swiper-slide {
    padding: 16px;
    opacity: 0.5;
    width: 80%;
}
.index .top_menu.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.index .top_menu.swiper-container .swiper-wrapper .slideImg.swiper-slide img {
    width: 100%;
}

.index .top_menu.swiper-container .swiper-button-next {
    right: 10%;
    background: url('../image/icon/icon_arrow_right.svg') no-repeat;
    background-size: 50% auto;
    background-position: center;
}
.index .top_menu.swiper-container .swiper-button-prev {
    left: 10%;
    background: url('../image/icon/icon_arrow_left.svg') no-repeat;
    background-size: 50% auto;
    background-position: center;
}
.index .top_menu.swiper-container .swiper-button {
    width: var(--swiper-navigation-size);
    min-width: 32px;
    min-height: 32px;
    border-radius: 100%;
    box-shadow: 0px 0px 16px rgba(22, 22, 22, 0.16);
    top: 50%;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.index .top_menu.swiper-container .swiper-button.swiper-button-disabled.swiper-button-disabled {
    display: none;
}


/*중간 배너 이미지 슬라이드*/
.index .box.banner div.swiper-container{
    overflow: hidden;
}

.index .banner .slideImg img {
    width: 100%;
}

.index .banner .swiper-wrapper .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
}

/*=============== 골프로또게임 랜딩 페이지 ===============*/
 header.score.fullColor.page {
    background: #292847;
    border-bottom: 0;
}
.index.score .fullColor.content {
    background: #292847;
}
.index.score .content .score_topArea {
    text-align: center;
    padding-top: 0.5rem;
    margin-bottom: 0;
}
.index.score .content .score_topArea img {
    width: 100%;
}
.index.score .content .score_topArea .score_title{
    font-family: 'GmarketSans';
    font-size: 1.875rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}
.index.score .content .score_topArea>span {
    display: block;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 2rem;
}
.index.score .content .score_topArea .score_ticket .ticket {
    margin: 0 auto;
    background: url(../image/img/happy_score_coupon.png) center center no-repeat;
    background-size: contain;
    height: 80px;
    width: 166px;
}
.index.score .content .score_topArea .score_ticket .ticket>span {
    display: block;
    font-family: 'GmarketSans';
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 80px;
    color: #161616;
    text-align: end;
    margin-right: 1.438rem;
}
.index.score .content .score_info {
    background: #ffffff;
}
.index.score .content .score_info .info_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.index.score .content .score_info .info_title>span {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    margin-bottom: 0.25em;
    font-family: 'GmarketSans';
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(300.63deg, #2CB573 25.33%, #4ED738 101.73%);
    border-radius: 40px;
}
.index.score .content .score_info .info_title>h1 {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 1.875rem;
    color: #161616;
    text-align: center;
}
.index.score .content .score_info .score_faq {
    padding-right: 3.25rem;
    margin-bottom: 1rem;
}
.index.score .content .score_info .score_faq .faq{
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: 1rem;
}
.index.score .content .score_info .score_faq .faq .question>img {
    width: 100%;
    max-height: 44px;
}
.index.score .content .score_info .score_faq .faq .answer {
    color: #161616;
    line-height: 22px;
}
.index.score .content .score_info .score_faq .icon_area{
    flex-shrink: 0;
    width: 38px;
    height: 38px;
}
.index.score .content .score_info .score_faq .icon_area img{
    width: 100%;
}
.index.score .content .score_bottom {
    padding: 2.25rem;
}
.index.score .content .score_bottom>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.index.score .content .score_bottom img {
    width: 90px;
    opacity: 50%;
}
.index.score .content .score_bottom p {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 160%;
    color: #ffffff;
    text-align: center;
    padding-bottom: 0.5rem;
}
.index.score .content .score_bottom a {
    color: #7371A1;
}
.index.score .content .score_bottom a>i::before {
    filter: invert(49%) sepia(9%) saturate(1679%) hue-rotate(204deg) brightness(91%) contrast(88%);
}
.index.score .content .notice_list {/*유의사항 스타일*/
    list-style-type:disc;
    padding-left:2rem;
    padding-right:1rem;
    
}
.index.score .content .notice_list li {
    margin-bottom: 0.75rem;
    line-height: 140%;
    color: #333333;
    font-size: 0.875rem;
    font-weight: 400;
}
.index.score .content .notice_list li::marker {
    font-size: 0.5rem;
    font-weight: bold;
}

/*=============== 캐디피 상품권 ===============*/
.index.giftCard .giftCard_topArea{
    padding:2.182rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 10px;
    background: #F9F9F9;
}
.index.giftCard .giftCard_topArea h1{
    font-size: 1.5rem;
    font-weight: 700;
    color: #161616;
}
.index.giftCard .giftCard_topArea i.icon_gift_card::before{
    width: 88px;
    height: 88px;
}
.index.giftCard .giftCard_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    overflow: hidden;
    width: 100%;
}
.index.giftCard .giftCard_list .giftCard_obj {
    display: flex;
    flex: 1 1 calc(50% - 0.5rem);
    flex-direction: column;
    gap: 0.5rem;
    max-width: calc(50% - 0.5rem);
    padding: 0.5rem;
    border-bottom: 1px solid #E6E6E6;
}
.index.giftCard .giftCard_list .giftCard_obj .img_area {
    padding: 1rem 0 ;
}
.index.giftCard .giftCard_list .giftCard_obj .img_area>img {
    width: 100%;
    border-radius: 0.5rem;
}
.index.giftCard .giftCard_obj .info_area{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    line-height: 120%;
}
.index.giftCard .giftCard_obj .info_area .type {
    font-weight: 400;
    font-size: 0.8rem;
    color: #666666;
}

/*=============== 캐디피 상품권: 상세 ===============*/
.index.giftCard.detail .giftCard_topArea{
    background: none;
}
.index.giftCard.detail .giftCard_topArea>img{
    border-radius: 0.5rem;
}
.index.giftCard.detail .info_area {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    line-height: 120%;
}
.index.giftCard.detail .info_area .type {
    font-weight: 400;
    color: #666666;
}
.index.giftCard.detail .info_area .name {
    font-size: 1.2rem;
}
.index.giftCard.detail .info_area .price {
    font-size: 1.2rem;
    font-weight: 700;
}
.index.giftCard.detail .info_area .use {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 1.25rem;
    margin-top: 0.25rem;
}
.index.giftCard.detail .info_area .use span {
    font-weight: 400;
    padding: 0.25rem 0;
}
.index.giftCard.detail .accordion_content .notice {
    color: #565656;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
}
.index.giftCard.detail .notice_imgArea {
    display: block;
    width: 100%;
    max-height: 325px; /*이미지 전체보기 클릭 전*/
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 8px;
    margin-bottom: 61px;
}
.index.giftCard.detail .notice_imgArea>img {
    width: 100%;
}
.index.giftCard.detail .tab_content.img_content {
    position: relative;
}
.index.giftCard.detail .tab_content.img_content .show_allImg {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 1.25rem 1rem;
    color: #666666;
    background: #ffffff;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    font-size: 0.938rem;
    font-weight: 400;
    text-align: center;
}
.index.giftCard.detail .tab_content.img_content .show_allImg.active i::before{
    transform: rotate(270deg);
}


/*=============== 골프 보험 ===============*/
.index.insurance .insurance_list {
    position: relative;
    margin-bottom: 0.5rem;
}
.index.insurance .insurance_list a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
}
.index.insurance .insurance_list a>img {
    width: 100%;
}


/*=============== 스코어 카드 ===============*/
.index.scoreCard .score_record .scoreCard_topArea {
    position: relative;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}
.index.scoreCard .score_record .scoreCard_topArea>button {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
}
.index.scoreCard .score_record .scoreCard_topArea>img {
    width: 100%;
}
.scoreCard .list_wrap .scoreCard_list.list .text{
    width: calc(100% - 125px);
}
.scoreCard .list_wrap.ing_wrap .scoreCard_list.list .text {
    width: calc(100% - 75px);
}
.scoreCard .list_wrap .scoreCard_list.list .text .top_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
}
.scoreCard .list_wrap .scoreCard_list.list .text .top_info .date {
    color: #666666;
    font-weight: 400;
    font-size: 0.875rem;
}
.scoreCard .list_wrap .scoreCard_list.list .text .top_info .hit {
    font-weight: 700;
    color: #289D72;
}
.scoreCard .list_wrap .scoreCard_list.list .text .info {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.scoreCard .list_wrap .scoreCard_list.list .text .info .course {
    color: #999999;
    font-size: 0.8rem;
}
.scoreCard .list_wrap .scoreCard_list.list .text .info .tee {
    color: #999999;
    font-weight: 700;
    font-size: 0.875rem;
}
.scoreCard .list_wrap .scoreCard_list.list .text .info button.write {
    width: auto;
    height: auto;
    padding: 0.5rem 0.75rem;
    color: #565656;
    font-size: 0.813rem;
    font-weight: 500;
    margin-left: auto;
}
.scoreCard .end_round .filter{
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
}
.scoreCard .end_round .filter .cont_select{
    width: 155px;
}
.scoreCard .end_round .filter .cont_select .btn_select {
    height: 40px;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 400;
}
.scoreCard .end_round .filter .cont_select .select_list {
    top: 40px;
    font-size: 0.875rem;
}

/*=============== 스코어 카드: 입력 ===============*/
.scoreCard.insert .insert_title {
    font-weight: 700;
    font-size: 1.25rem;
    padding: 0.75rem 0.5rem;
}
.scoreCard.insert .contant {
    overflow-y: scroll;
    height: calc(80% - 60px);
}
.scoreCard.insert .contant .step {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding-bottom: 1.5rem;
}
.scoreCard.insert .contant .step>span {
    font-size: 0.875rem;
    color: #666666;
    font-weight: 700;
}
.scoreCard.insert.teeTime .teeTimeSelect{
    padding: 0 0.5rem;
}
.scoreCard.insert.teeTime .teeTimeSelect .swiper-wrapper {
    height: 150px;
}
.scoreCard.insert.teeTime .teeTimeSelect .swiper-wrapper .swiper-slide {
    color: #999999;
    text-align: center;
    line-height: 56.66px;
}
.scoreCard.insert.teeTime .teeTimeSelect .swiper-wrapper .swiper-slide-active{
    color: #161616
}
.scoreCard.insert.teeTime .teeTimeSelect .line {
    position: absolute;
    height: 56.66px;
    width: 100%;
    background-color: transparent;
    border-top: 2px solid #868686;
    border-bottom: 2px solid #868686;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.scoreCard.insert .place_info {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1.25rem;
}
.scoreCard.insert .score_sum {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    border-radius: 0.5rem;
    border: 1px solid #E6E6E6;
}
.scoreCard.insert .score_sum .title {
    display: block;
    padding-bottom: 0.625rem;
    color: #999999;
    font-size: 0.875rem;
}
.scoreCard.insert .score_table {
    overflow: hidden;
    text-align: center;
    border-collapse: collapse;
}
.scoreCard.insert .score_table>table {
    width: 100%;
    border-top: 1px solid #E6E6E6;
     border-bottom: 1px solid #E6E6E6;
      border-left: 0px solid #E6E6E6;
        border-right: 0px solid #E6E6E6;
    border-collapse: collapse;
}
.scoreCard.insert .score_table>table input {
    border: none;
    height: auto;
    line-height: inherit;
    padding: 0;
    text-align: center;
}
.scoreCard.insert .score_table>table thead {
    background-color: #F9F9F9;
}
.scoreCard.insert .score_table>table td {
    border: 1px solid #E6E6E6;
    padding: 0.75rem 0;
}
.scoreCard.insert .score_table>table td.hole_title {
    background: rgba(40,157,114,0.08);
}
.scoreCard.insert .score_table>table td.par_title {
    background: rgba(40,157,114,0.04);
}
.scoreCard.insert .score_table>table td.score_value,
.scoreCard.insert .score_table>table td.putting_value {
    color: #289D72;
     /*font-weight: 700;
   font-size: 1.125rem;*/
}
/*
.scoreCard.insert .score_table>table tr.insertNum::after {
    content: "";
    position: absolute;
    top: 0px;
    transform: translate(-50%, -100%);
    left: calc(23% + 88px);
    border-bottom: 12px solid;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    color: #3E4047;
}
.scoreCard.insert .score_table>table tr.insertNum.right_arrow::after {
    left:unset;
    right: calc(23% - 48px);
}*/
.scoreCard.insert .score_table>table tr.insertNum {
    display: none;
    position: relative;
    background-color: #3E4047;
}
.scoreCard.insert .score_table>table tr.insertNum td {
    border: none;
    padding: 0.75rem 0;
}
.scoreCard.insert .score_table>table tr.insertNum .numWrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    width: 100vw;
    overflow-x: auto;
}
.scoreCard.insert .score_table>table tr.insertNum td span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: #73747C;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
}

/*=============== 스코어 카드: 상세 ===============*/
.scoreCard.detail table.score_detail_table{
    width: 100%;
    text-align: center;
    table-layout: fixed;
}
.scoreCard.detail table.score_detail_table th{
    border: none;
    width: 50px;
    font-size: 0.688em;
}

.scoreCard.detail table.score_detail_table td {
    border: 1px solid #FFFFFF;
    padding: 0.688em 0;
    font-size: 0.938rem;
    font-weight: 700;
}

.scoreCard.detail table.score_detail_table tr.hole_info td{
    background: #289D72;
    color: #ffffff;   
}

.scoreCard.detail table.score_detail_table tr.par_info td{
    background: #7EC4AA;
    color: #ffffff;   
}

.scoreCard.detail table.score_detail_table tr.score_info td{
    background: #ffffff; 
}



/*=============== 파트너 운영스케줄 ===============*/
.index.partner_schedule .today_schedule {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.index.partner_schedule .today_schedule .schedule_box {
    width: 100%;
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    align-items: center;
    z-index: 1;
}
.index.partner_schedule .today_schedule .schedule_box .calendar_bg {
    display: flex;
    border-radius: 100%;
    padding: 1rem;
    flex-shrink: 1;
}
.index.partner_schedule .today_schedule .schedule_box.bg_green .calendar_bg,
.index.partner_schedule .today_schedule .schedule_box.green .calendar_bg {
    background: #CAE7DC;
}
.index.partner_schedule .today_schedule .schedule_box.bg_yellow .calendar_bg,
.index.partner_schedule .today_schedule .schedule_box.yellow .calendar_bg {
    background: #FFE9CA;
}

.index.partner_schedule .today_schedule .schedule_box.bg_red .calendar_bg,
.index.partner_schedule .today_schedule .schedule_box.bg_red .calendar_bg {
    background: #f5afaf;
}

.index.partner_schedule .today_schedule .schedule_box.bg_purple .calendar_bg,
.index.partner_schedule .today_schedule .schedule_box.purple .calendar_bg {
    background: #E9D3FF;
}

.index.partner_schedule .today_schedule .schedule_box.bg_gray .calendar_bg {
    background: #E9E9E9;
}
.index.partner_schedule .today_schedule .schedule_box .lock {
    align-self: flex-start;
    margin-left: auto;
}
.index.partner_schedule .today_ect .notice{
    font-weight: 400;
    font-size: 0.938rem;
    color: #565656;
    line-height: 140%;
}
.index.partner_schedule .today_ect .closed .notice{
    width: 33.3%;
    text-align: center;
    padding: 0.5rem;
}
.index.partner_schedule .today_schedule.line::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 120px;
    left: 64px;
    border: 1px solid #E6E6E6;
    z-index: 0;
}
.index.partner_schedule .edit_schedule {
    font-size: 1rem;
}
.index.partner_schedule .edit_schedule .caddie_list button{
    width: calc(33.3% - 0.5rem);
    text-align: center;
    padding: 0.25rem;
    font-size: 0.938rem;
    flex-wrap: inherit;
    line-height: 1;
}
.index.partner_schedule .edit_schedule .caddie_list button .time {
    color: inherit
}
.index.partner_schedule .edit_schedule .caddie_edit .caddie{
    width: 120px;
    height: 72px;
}
.index.partner_schedule .edit_schedule .caddie_edit .caddie .tobe_able{
    position: relative;
}
.index.partner_schedule .edit_schedule .caddie_edit .caddie .tobe_able::after {
    content: '';
    position: absolute;
    bottom: 27px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #bebebe;
    background-image: url(../image/icon/icon_close.svg);
    filter: invert(1);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}


.index.partner_schedule .edit_schedule .caddie_edit .caddie .lock{
    position: relative;
}
.index.partner_schedule .edit_schedule .caddie_edit .caddie .lock::after {
    content: '';
    position: absolute;
    bottom: 27px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(22, 22, 22, 0.08);
    background-image: url(../image/icon/icon_lock.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center center;
}

/*=============== 그린재킷 CC ===============*/
.index.cc_list .cc_list_wrap{
    height: calc(100% - 175px);
}
.index.cc_list .cc_list_wrap .list .text {
    width: calc(100% - 32px - 1rem);
}
.index.cc_list .cc_list_wrap .list .thumbnail {
    width: 32px;
    height: 32px;
    align-self: center;
    overflow: hidden;
    border-radius: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../image/img/green_cc_active.svg);
}
.index.cc_list .cc_list_wrap .list.not_service .thumbnail {
    background-image: url(../image/img/green_cc.svg);
}

/*=============== 파트너_채용 ===============*/
.index.job.partner .job_filter_btn button{
    width: 100%;
    border-radius: 50px;
    background: #F6F6F6;
    padding: 1rem;
}
.index.job.partner .job_list .list .text{
    width: 60%;
}
.index.job.partner .job_list .list .thumbnail {
    width: 110px;
    height: 62px;
    overflow: hidden;
    border-radius: 8px;
    background-image: url(../image/img/list_thumbnail_img.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.index.job.partner .job_list .list .thumbnail>img {
    height: 100%;
}
.index.job.partner .job_list_type_col {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.index.job.partner .job_list_type_col .list {
    width: calc(50% - 0.5rem);
}

.index.job.partner .job_list_type_col .list .thumbnail>img {
   background-color: #E9F5F1;
    
}
.index.job.partner .job_list_type_col .list .thumbnail {
    width: 100%;
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    border-radius: 8px;
    background-image: url(../image/img/list_thumbnail_img.png) center center;
    background-size: contain;
    background-repeat: no-repeat;

}
.index.job.partner .filter_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.index.job.partner .filter_wrap .filter_btn {
    width: calc(50% - 0.5rem);
}

.index.job.partner .filter_wrap .filter_btn.active {
    border: 1px solid #289D72;
    background-color: #E9F5F1;
    color: #289D72;
}
.detail-thumbnail-logo{
	width: 64px;
    height: 32px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    
}
.detail-thumbnail-logo img{
	max-width: 100%;
	object-fit: contain;
}
.index.job.partner.detail .info .thumbnail {
    overflow: hidden;
    border-radius: 0.5rem;
    width: 64px;
    height: 32px;
    background-image: url(../image/img/list_thumbnail_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.index.job.partner.detail .info .thumbnail>img {
    height: 100%;
}

/*파트너_소득관리 파이 차트*/
.chart_content .chart_area .pie-chart {
    display:inline-block;
    position:relative;
    width: 176px;
    height: 176px;
    border-radius: 50%;
}
.chart_content .chart_area .pie-chart .center{
    position:absolute;
    top: 50%;
    left:50%;
    width:70px; 
    height: 70px;
    background :#ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.chart_content .chart_category .dot {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}


/*파트너_소득 관리*/
.index.partner_income .income_filter_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.index.partner_income .income_filter_wrap .filter_btn {
    width: calc(50% - 0.5rem);
    position: relative;
}

.index.partner_income .income_filter_wrap .filter_btn.active {
    border: 1px solid #289D72;
    background-color: #E9F5F1;
    color: #289D72;
}
.index.partner_income .income_filter_wrap .filter_btn.active::after{
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background-image: url(../image/icon/icon_check_green.svg);
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.index.partner_income .income_case_box {
    display: none;
}
.index.partner_income .income_case_box.active {
    display: block;
}
.index.partner_income .income_case_box .income_case{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.index.partner_income .income_case_box .income_case button{    
    width: calc(33.3% - 0.5rem);
    text-align: center;
    padding: 0.5rem;
    font-size: 0.938rem;
    flex-wrap: inherit;
    line-height: 1;
}


.sc_course{

    display: inline-block;
    padding: 0.25rem 0.5rem;
    /*padding: calc(0.25em + 1px) 0.5rem 0.5em 0.5rem; 한글일경우 상단 쏠림 현상으로 수정*/
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50px;

    background: #ffffff;
    border: 1px solid #999999;
    color: #000000;
    padding-left: 0.5rem !important; padding-right: 0.5rem !important;

}