.color_red{
    color: var(--point_red);
}
.color_blue{
    color: var(--point_blue);
}
.col_eve{
    background-color: #5C5E74;
}
.col_spe{
    background-color: #6068BE;
}
.col_pam{
    background-color: #1E519E;
}
.col_dora{
    background-color: #60A1BE;
}
.col_rivew{
    color: #004B9E;
}
.col_nm{
    background-color: #EEF6FF;
}
.col_dev{
    background-color: #F7FCD0;
}
.col_pnt{
    background-color: #FFF9E2;
}
.col_etc{
    background-color: #F6F6F6;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M3 8 L12 18 L21 8' stroke='%23333' stroke-width='2.5' fill='none' stroke-linecap='round'/%3e%3c/svg%3e")
    no-repeat right 10px center / 12px auto;epeat right 15px center / 22px auto;
    padding-right: 10px; /* 오른쪽 여백 확보 */
    border: 1px solid #D5D5D5;
    border-radius: 7px;
    font-size: 15px;
    cursor: pointer;
}
.selectDiv .arrow::before{
    display: none !important; /* 충돌방지 */
}
/* my_phram */
.my_phram{
    position: relative;
    background-color: #F6FAFE;
    padding-top: calc(var(--padding)*2.5);
    margin-bottom: calc(var(--padding)*4.5);
}
.my_phram::after{
    position: absolute;
    top: 0;
    left: -2000px;
    content: '';
    display: block;
    height: 100%;
    width: 2000px;
    background-color: #F6FAFE;
    z-index: -1;
}
.my_phram::before{
    position: absolute;
    top: 0;
    right: -2000px;
    content: '';
    display: block;
    height: 100%;
    width: 2000px;
    background-color: #F6FAFE;
    z-index: -1;
}
.my_phram .load_container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.my_phram .part_pharm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.my_phram .part_pharm .three_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    width: 100%;
}
.my_phram .part_pharm .three_list li{
    max-width: 340px;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-radius: 25px;
    background-color: var(--white);
    box-shadow: 0px 0px 6px #00000029;
    padding: 30px 20px 10px 20px;
    box-sizing: border-box;
}
.my_phram .part_pharm .three_list li.my_coupon{
    justify-content: center;
    padding: 15px 10px;
}
.my_phram .part_pharm .three_list .my_data .grade{
    padding: 5px 0 15px 0;
    max-width: 45px;
}
.my_phram .part_pharm .three_list .my_data .grade img{
    width: 100%;
}
.my_phram .part_pharm .three_list .my_data h2{
    font-size: 1.15rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 500;
    width: 100%;
}
.my_phram .part_pharm .three_list .my_data h2 span{
    padding-left: 5px;
}
.my_phram .part_pharm .three_list .my_data h3{
    font-size: 1.15rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 500;
}
.my_phram .part_pharm .three_list .my_point{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    padding: 30px 10px;
}
.my_phram .part_pharm .three_list .my_point .point_left,
.my_phram .part_pharm .three_list .my_point .point_right{
    position: relative;
    width: 50%;
    height: 55px;
}
.my_phram .part_pharm .three_list .my_point .point_left::before{
    position: absolute;
    content: '';
    display: block;
    top: -30px;
    bottom: -30px;
    right: 0px;
    width: 1px;
    background-color: #e5e5e5;
}
.my_phram .part_pharm .three_list .my_point .pot_tt,
.my_phram .part_pharm .three_list .my_point .cou_tt{
    margin-bottom: 15px;
    text-align: center;
}
.my_phram .part_pharm .three_list .my_point h2,
.my_phram .part_pharm .three_list .my_point h2{
    background-color: #F1F4F6;
    font-size: 14px;
    display: inline;
    padding: 6px 18px;
    border-radius: 15px;
    font-weight: 500;
}
.my_phram .part_pharm .three_list .my_point .pot_num,
.my_phram .part_pharm .three_list .my_point .cou_num{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    font-size: 1.175rem;
    font-weight: 500;
}
.my_phram .part_pharm .three_list .my_coupon .point_data, .my_phram .part_pharm .three_list .my_coupon .coupon_data{
    margin-bottom: calc(var(--padding)*.5);
}
.my_phram .part_pharm .three_list .my_coupon .point_data,
.my_phram .part_pharm .three_list .my_coupon .coupon_data{
    width: 70%;
    font-size: 0.8rem;
    overflow: hidden;
}
.my_phram .part_pharm .three_list .my_coupon .count_back,
.my_phram .part_pharm .three_list .my_coupon .cou_back{
    background-color: #CECECE;
    position: relative;
    height: 23px;
}
.my_phram .part_pharm .three_list .my_coupon .count_back .count_data1,
.my_phram .part_pharm .three_list .my_coupon .cou_back .count_data2{
    background-color: #848484;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.my_phram .part_pharm .three_list .my_coupon .point_data .pot_date,
.my_phram .part_pharm .three_list .my_coupon .coupon_data .cou_date{
    color: #707070;
    margin-bottom: 8px;
}
.my_phram .part_pharm .three_list .my_coupon .count_back p,
.my_phram .part_pharm .three_list .my_coupon .cou_back p{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.my_phram .cert_none{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(var(--padding)* 2.5);
    height: 250px;
}
.my_phram .cert_none h2{
    font-size: 1.15rem;
    line-height: 1.5rem;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: calc(var(--padding));
}
.my_phram .cert_none .go_link{
    display: inline-block;
    font-size: 12px;
    border-radius: 7px;
    border: 1px solid #D5D5D5;
    padding: 6px 20px;
    text-align: center;
    background-color: var(--white);
}
.arrow{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
}
.arrow:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}
.arrow.right:before{
    transform: translate(-50%, -50%) rotate(135deg);
}
.d_mainHeaderWrap{height: 175px !important;}

.pharm_star_club{
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 18px;
    box-sizing: content-box;
    gap: 20px;
    min-width: 1480px;
    overflow-x: hidden;
    box-sizing: border-box;
}
#sider_tab{
    width: 150px;
    text-transform: uppercase;
    color: #2E2E2E;
    flex: 0 0 150px;
}
#sider_tab .sider_list{
    font-size: 14px;
    padding-top: calc(var(--padding)* 2.5);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    /* position: sticky; */ 
    /* 상단고정 임시 주석 */
    top: 100px;
    padding-left: 12px;
}
#sider_tab .sider_list li{position: relative; white-space: nowrap;}
#sider_tab .sider_list li.active::before{
    position: absolute;
    content: '';
    color: #64788E;
    top: -6px;
    bottom: -6px;
    right: -13px;
    left: -13px;
    border: 1px solid #9CAEC2;
    border-radius: 15px;
    padding: 6px 12px;
    background-color: var(--white);
    z-index: 1;
}
#sider_tab .sider_list li a{position: relative; z-index: 2; display: block;}
#sider_tab .sider_list li a span{color: #64788E;}
#sider_tab .sider_list li.active a{
    color: #64788E;
}
#sider_tab .sider_list li.active span{display: inline;}
/* .sider_tab .left_box */
.sider_tab .left_box{
    position: relative;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #F5F5F5;
    box-shadow: 3px 3px 6px #E8F0F8;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.sider_tab .info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-bottom: 15px;
}
.sider_tab .grade{
    width: 30px;
    padding-bottom: 7px;
}
.sider_tab .grade img{
    width: 100%;
}
.sider_tab .name{
    font-weight: 600;
    font-size: 1.05em;
    display: flex;
    align-items: center;
    gap: 3px;
}
.sider_tab .name .warn{
    display: inline-block; /* inline 요소에서 동작하도록 설정 */
    max-width: calc(1em * 4); /* 글자 4개의 너비에 해당하는 크기 */
    white-space: nowrap; /* 텍스트를 한 줄로 유지 */
    overflow: hidden; /* 넘친 텍스트는 숨김 */
}
.sider_tab .rat{
    font-size: 0.8em;
}
.sider_tab .o_bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding-bottom: 15px;
}
.sider_tab .sm_tt{
    background-color: #F1F4F6;
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 6px;
}
.sider_tab .pot_num,
.sider_tab .cou_num{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    gap: 3px;
}
.sider_tab .pot_num img{
    max-width: 17px;
}
.sider_tab .flx{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    color: #707070;
}
.sider_tab .side_info{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #A5ADB7;
    font-size: 9px;
}
.sider_tab .null{
    text-align: center;
    padding: 15px 0;
}
.sider_tab .null .nu_tt{
    font-size: 14px;
    color: #3A3A3A;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 12px;
}
.sider_tab .null .href{
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
}
.sider_tab .null .href a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
    width: 100%;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    transition: .2s;
}
.sider_tab .null .href a:hover{
    border: 1px solid #9b9aa3;
}



/* part_table */
.part_table{
    margin-bottom: calc(var(--padding)*3);
}
.part_table .table_view{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: calc(var(--padding)*3);
}
.part_table h2{
    font-size: 1.025rem;
    font-weight: 500;
    text-align: left;
}
.part_table #question_list{
    border: #D5D5D5 1px solid;
    width: auto;
    font-size: 14px;
    border-radius: 7px;
    padding: 10px 55px 10px 20px;
}
.part_table #question_list option{
    font-size: 14px;
    border-radius: 0;
}
.part_table .table_view thead tr{
    border-bottom: 1px solid #64788E;
}
.part_table .table_view thead{
    font-size: 0.95rem;
    line-height: 2.2rem;
}
.part_table .table_view tbody{
    font-size: 0.9rem;
    line-height: 2.2rem;
}
.part_table .table_view tbody tr{
    border-bottom: 1px solid #D5D5D5;
}
.part_table .table_view th, td {
    /* border: 1px solid #000; */
    padding: 8px;
    text-align: center;
}

/* pagination */
.part_table_pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8%;
    font-size: 0.9rem;
    line-height: 1.6rem;
    text-align: center;
}
.part_table_pagination a.page-number{
    width: 2.5%;
    display: block;
}
.page-number{
    transition: background-color 0.3s, color 0.3s;
}
.page-number{
    position: relative;
}
.page-number.active::before{
    position: absolute;
    content: '';
    display: block;
    border: 1px solid #324663;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
}