.product_list_title {
    width: 160px;
    background-color: #7CB342;
    text-align: left;
}






.basketdiv {
    /*width: 100%;*/
    /* border-top: 1px solid #e0e0e0; */
    float: left;
    margin-bottom: 60px;
}
    .basketdiv .row.head {
        padding: 12px 0 0 0;
        border-bottom: 1px dashed #cccccc;
        /*box-sizing: border-box;*/
        /* background-color: #f4f4f4; */
        font-weight: 500;
    }
    .basketdiv .data {
        margin: auto;
        padding-top: 12px;
        padding-bottom: 4px;
        border-bottom: 1px dashed #888;
        /*box-sizing: border-box;*/
        cursor: pointer;
        float: left;
        width: 100%;
    }
    .basketdiv .data .empty{
        text-align: center;
        padding: 12px 0;
    }
    .basketdiv .row.head .subdiv {
        background-color: #f4f4f4;
    }
    .basketdiv .row > .subdiv {
        display: block;
        float: left;
        padding: 0 0 0 4px;
    }
    .basketdiv .row > .subdiv:nth-child(1) {
        width: 40%;
    }
    .basketdiv .row > .subdiv:nth-child(2) {
        width: 60%;
    }
    .basketdiv .row > .subdiv:nth-child(3) {
        width: 10%;
    }
    .basketdiv2 .row > .subdiv:nth-child(1) {
        width: 60%;
    }
    .basketdiv2 .row > .subdiv:nth-child(2) {
        width: 40%;
    }
    .basketdiv .row > div > div {
        display: block;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0 0 0 0;
    }
    .basketdiv .row .data > div > div {
        /* height: 60px; */
        /* line-height: 60px; */
    }
        .basketdiv .data .num .updown {
            float: right;
            /* color: #0075ff; */
            font-size: 1em;
            /* letter-spacing: -5px; */
        }
        .basketdiv .check {
            text-align: left;
            width: 0%;
        }
    .basketdiv .check input[type=checkbox] {
        transform: scale(1.5);
    }
    .basketdiv .img{
        width: 97%;
        max-width: 140px;
    }
    .basketdiv .pname{
        width: 100%; float: left;
    }
    .basketdiv2 .pname {
        width: 80%;
    }
    .basketdiv .basketprice {
        width: 33%;
    }
    .basketdiv .num {
        width: 33%;
      min-width: 105px;
    }
    .basketdiv .sum {
        float: right;
        text-align: right;
        width: 97%;
        max-width: 240px;
        color: #0000aa;
    }
    .basketdiv .point {
        width: 50%;
    }
    .basketdiv2 .basketprice {
        width: 25%;
    }

    .basketdiv2 .num {
        width: 25%;
    }

    .basketdiv2 .sum {
        width: 25%;
        color: #0000aa;
    }

    .basketdiv2 .point {
        width: 25%;
    }
    .basketdiv .basketcmd{
        width: 100%;
    }
    .basketdiv .data .pname {
        text-align: left !important;
        line-height: 1.2 !important;
    }
    .basketdiv .data .price, .basketdiv .data .sum, .basketdiv .data .point {
        text-align: right;
    }
    .baseform > tbody > tr > td:first-child {
        width: 100px;
    }

.buttongroup {
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
}
.narrowbuttongroup{
    margin: 15px 0;
}
    .buttongroup.center {
        text-align: center;
    }
    .buttongroup input[type=text], .buttongroup input[type=password] {
        height: 30px;
    }
    .buttongroup button, .buttongroup a {
        margin-right: 5px;
    }
        .buttongroup button:last-child, .buttongroup a:last-child {
            margin-right: 0;
        }

    .abutton, .abutton:link, .abutton:visited, .abutton:active, input[type=button] {
        background-color: #383838;
        border: 1px solid #888888;
        /* color: #ffffff; */
        cursor: pointer;
        letter-spacing: -1px;
        padding: 3px 5px;
        margin: 2px 3px;
        width: auto;
        word-break: keep-all;
        border-radius: 5px;
        text-decoration: none;
        font-size: 0.9375em;
    }

.abutton-alt {
    background-color: #d3e2c6;
}

.red {
    color:#b00;
}
.blue {
  color: #0075ff;
}
.basketrowcmd, .sumcount, .summoney{
  text-align: right;
  /* margin-bottom: 10px; */
}
.sumcount, .summoney{
  font-size: 1em;
  font-weight: bold;
}
.buttongroup{
  text-align: center;
}
.buttongroup a{
  text-decoration: none;
}
.cmd a, .cmd span {
    padding: 12px 30px;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 1.2em;
    color: #000;
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.cmd.small a, .cmd.small span {
    padding: 6px 20px;
    font-size: 0.8125em;
}

.orderform .p_num {
    background-color: #ffffff;
    text-align: center;
    width: 40px;
    border: 0px solid #888888;
    font-size: 1.5em;
}






#all{
    position: absolute;
    width: 50px;
    right: 10px;
    text-align: center;
    justify-content: center;
    align-items: center; 
    /* background-color: #7CB342; */
}

.count{
    justify-content:space-around;
    align-items:center;
    width:40px;
    font-size:300px;
}

i{
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
}

#v{
    background: none;
    border: none;
    width: 20px;
    color: white;
    font-size: 18px;
}




#style_fr {
    float: right !important; 
}

.navbar {
    padding: 4px 0 4px 0;
}

.bg-secondary {
    background-color:transparent !important;
}

.my-3 {
    margin-top: 0.2rem !important;
}

.price_real {
    float: left; width: 200px; text-align: left;
}

.purchase_position {
    float: left ;width: 48%;
}

.purchase_type {
    float: right; width: 48%;
}

.mbcheck  {
    transform: scale(1.5);
}

.order_quantity_title_position {
    float: left; width: 40%; margin-top: 6px; text-align: left;
}

.mb_mgl_4 {
    margin-left: 4px;
}

.bottom_cart {
    border-radius: 20px 20px 0 0;
}

.bottom_cart_box_style {
    margin: auto; max-width: 1200px; margin-bottom: 10px; padding: 16px 20px 0 20px;
}

.order_history_tb {
    margin: auto; width: 120%; max-width: 1000px;
}

.notice_tb {
    margin: auto; width: 100%; max-width: 1000px;
}

.schedule_history_tb {
    margin: auto; width: 120%; max-width: 1000px;
}

.sponsor_info_tb {
    margin: auto; width: 120%; max-width: 10000px;
}

.logout_button_pos {
    margin-top: -14px;
}




/* 후원 레그 정보 스타일 */
.directory-list ul {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px dashed #ddd;
  }
  
.directory-list li {
    list-style: none;
    color: #888;
    font-size: 11pt;
    font-weight: normal;
}

.directory-list a {
    border-bottom: 1px solid transparent;
    color: #888;
    text-decoration: none;
    transition: all 0.2s ease;
}

.directory-list a:hover {
    border-color: #eee;
    color: #000;
}

.directory-list .folder,
.directory-list .folder > a {
    color: #777;
    font-weight: 500;
}

.directory-list li:before {
    margin-right: 10px;
    content: "";
    height: 20px;
    vertical-align: middle;
    width: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    /* file icon by default */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightgrey' d='M85.714,42.857V87.5c0,1.487-0.521,2.752-1.562,3.794c-1.042,1.041-2.308,1.562-3.795,1.562H19.643 c-1.488,0-2.753-0.521-3.794-1.562c-1.042-1.042-1.562-2.307-1.562-3.794v-75c0-1.487,0.521-2.752,1.562-3.794 c1.041-1.041,2.306-1.562,3.794-1.562H50V37.5c0,1.488,0.521,2.753,1.562,3.795s2.307,1.562,3.795,1.562H85.714z M85.546,35.714 H57.143V7.311c3.05,0.558,5.505,1.767,7.366,3.627l17.41,17.411C83.78,30.209,84.989,32.665,85.546,35.714z' /></svg>");
    background-position: center 2px;
    background-size: 60% auto;
}

.directory-list li.folder:before {
    /* folder icon if folder class is specified */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightblue' d='M96.429,37.5v39.286c0,3.423-1.228,6.361-3.684,8.817c-2.455,2.455-5.395,3.683-8.816,3.683H16.071 c-3.423,0-6.362-1.228-8.817-3.683c-2.456-2.456-3.683-5.395-3.683-8.817V23.214c0-3.422,1.228-6.362,3.683-8.817 c2.455-2.456,5.394-3.683,8.817-3.683h17.857c3.422,0,6.362,1.228,8.817,3.683c2.455,2.455,3.683,5.395,3.683,8.817V25h37.5 c3.422,0,6.361,1.228,8.816,3.683C95.201,31.138,96.429,34.078,96.429,37.5z' /></svg>");
    background-position: center top;
    background-size: 75% auto;
}

@media (min-width: 544px) {
    .directory_box {
        margin: 40px auto;
        max-width: 440px;
        padding: 40px;
    }
    .handheld-toolbar {
        display: block;}
}



.schedule_tb_pd { padding: 10px !important; }

.pt_010 { padding-top: 10px !important; }
.pt_016 { padding-top: 16px !important; }
.pt_020 { padding-top: 20px !important; }

.pb_010 { padding-bottom: 10px !important; }
.pb_016 { padding-bottom: 16px !important; }
.pb_020 { padding-bottom: 20px !important; }

.txt_l { text-align: left; }
.txt_r { text-align: right; }
.txt_c { text-align: center; }

.fs_10pt { font-size: 10pt; }
.fs_11pt { font-size: 11pt; }
.fs_12pt { font-size: 12pt; }
.fs_13pt { font-size: 13pt; }
.fs_14pt { font-size: 14pt; }




@media screen and (min-width: 768px) {
    h6 {
        margin-top: 25px;
    }

    .logout_button_pos {
        margin-top: 10px;
    }

    .order_history_tb {
        margin: auto; width: 120%; max-width: 1200px;
    }
    
    .notice_tb {
        margin: auto; width: 100%; max-width: 1200px;
    }
    
    .schedule_history_tb {
        margin: auto; width: 100%; max-width: 1200px;
    }
  }




  