.gnb_menu {
    position: relative;
    width: 1080px;
    height: 55px;
}


.gnb_menu ul {
    display: flex;
    flex-direction: row;
}

.gnb_menu li.menu>a {
    display: block;
    width: 150px;
    height: 55px;
    /* background-color: #fff; */
    text-align: center;
    font-size: 16px;
    line-height: 55px;
}

/* 복사시작 */
.gnb_menu li.menu ul.navsubmenu {
    position: absolute;
    z-index: 99;
    height: fit-content;
    display: flex;
    flex-direction: column;
    display: none;
}

.gnb_menu li.menu:hover ul.navsubmenu{
    display: flex; flex-direction: column;
}

.gnb_menu li.menu ul {
    /* display: none; */
}

.nav .gnb_menu .navsubmenu li {
	height:fit-content;
    border: 1px solid var(--black10);
}

.gnb_menu li.menu .navsubmenu li a {
    line-height: 1.6em;
    display: block;
    width: 150px;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    z-index: 999;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.gnb_menu li.menu .navsubmenu li a:hover {
    background-color: #F6F6F6;
    color: var(--black100);
}

/* 복사끝남 */

/* 카피본 시작 */
.gnb_menu li.subsub ul.subdepmenu {
    position: absolute;
    z-index: 99;
    height: 317px;
    display: flex;
    flex-direction: column;
    top: 0px;
    left: 150px;
}

.gnb_menu li.subsub ul {
    display: none;
}

.gnb_menu li.subsub .subdepmenu li a {
    line-height: 45px;
    display: block;
    width: 150px;
    background-color: #F6F6F6;
    color: var(--black100);
    text-align: center;
    font-size: 15px;
    z-index: 999;
    height: 55px;
    border-top: 1px solid #ddd;
}




/* 카피본 끝남 */

.gnb_menu li.subsub .navsubmenu li a {
    background-color: #F6F6F6;
}

.gnb_menu li.subsub .subdepmenu li a:hover {
    background-color: var(--main-color);
    color: #fff;
}


.nav .gnb_menu li+li {
    padding-left: 0px;
}


/* 마이페이지 디테일 글씨 굵게 하기 설정*/
.boldtext {
    font-weight: bold;
    color: var(--black100);
}

.boldtext_big {
    font-size: 16px;
    font-weight: bold;
    color: var(--black100);
}

.view_notify table td.boldtext_big_purple {
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    letter-spacing: -1px;
}

/* 마이페이지 디테일 글씨 굵게 하기 설정*/

.btn_card {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 4px;
    text-align: center;
    padding: 10px 2px
}

.btn_cardpo {
    position: absolute;
    width: 100px;
    margin-bottom: 4px;
    text-align: center;
    padding: 10px 2px;
    margin-left: 212px;
    margin-top: -54px;
}

.view_notify table.aligncenter {
    text-align: center;
}

.view_notify table.aligncenter th {
    text-align: center;
}

.view_notify td.aligncenter {
    text-align: center;
}

.tips_don {
    margin-top: 20px;
}

.view_contsmgno {
    margin-top: 5px;
    margin-bottom: 30px;
}

.view_contsmgno table th {
    height: 52px;
    color: var(--black100);
    font-size: 14px;
    /* border-top: 1px solid var(--black100); */

}

.view_contsmgno table td {
    height: 37px;
    color: var(--black100);
    font-size: 14px;
    /* border-top: 1px solid var(--black100); */

}

.no table:after {
    border-bottom: 1px solid var(--black100);
    content: "";
    display: block;
    width: 1100px;
    margin-bottom: 10px;
}

.leftte {
    text-align: left;
}


.view_contsmgno .sub_tit {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.view_contsmgno input {
    text-align: left;
    width: 200px;
    padding: 10px 10px 10px;
    margin-top: 20px;
    border: 1px solid var(--black40);
    color: var(--black40);
    margin-bottom: 14px;
}

.orderdate ul {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
}

.orderdate {
    margin-bottom: 20px;
}

.orderdate li {
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    color: var(--black100);
}

.orderdate li>span {
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: var(--black100);
    letter-spacing: -0.7px;
}

.mypage_tit .titbd {
    font-size: 16px;
    color: #333;
    letter-spacing: -0.5px;
    font-weight: 600;
    float: left;
    border-bottom: 1px solid red;
}

.blacktext {
    color: var(--black100);
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 21.45px !important;
}

.graytext {
    color: var(--black60);
    font-size: 15px;
}

.nospace {
    width: 100%;
    height: 30px;
}

a.thumb_box>img {
    border-radius: 6px;
    margin-top: 6px;
}

.order_none {
    border-top: 1px solid var(--black100);
    text-align: center;
    /* padding: 10px; */
    padding-bottom: 43px;
    border-bottom: 1px solid #e5e5e5;
    margin-top:60px;
}


/* 마이페이지 디테일 php 버튼 설정 시작 */
.order_none_del .shopping_btn_list {
    /* width: 127px;
    height: 37px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
    color: var(--black60);
    border: 1px solid var(--black60);
    border-radius: 4px;
    margin-left: 497px; */
    width: 187px;
    height: 45px;
    padding: 10px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
    color: var(--black60);
    border: 1px solid var(--black60);
    border-radius: 4px;
    margin-left: 497px;
    box-sizing: border-box;
}

/* 마이페이지 디테일 php 버튼 설정 끝남 */

.lookup_table .store {
    font-weight: 700;
    color: var(--black100);
    margin-bottom: 8px;
    margin-top: 10px;
}

.main_namedel .delidetitle {
    color: var(--black100);
    font-size: 15px;
    letter-spacing: -1px;
    word-wrap: break-word;
    word-break: keep-all;
    line-height: 32px;
    font-weight: bold;
    margin-top: -40px;
}

.main_namedel {
    color: var(--black100);
    border-bottom: 1px solid var(--black100);
    padding-bottom: 8px;
    margin-bottom: 17px;
    font-size: 15px;
    font-weight: bold;
}

.mypage_titcha {
    padding-bottom: 13px;
    position: relative;
    overflow: hidden;
    padding-top: 13px;
    border-bottom: 1px solid var(--black100);
    margin-bottom: 13px;
}

.mypage_titcha span {
    margin-top: 50px;
    font-weight: 700;
    font-size: 15px;
    color: var(--black100);
}

.informationbuy .information_titmain {
    color: var(--black100);
    font-weight: 700;
    font-size: 13px;
}

.informationbuy .information_boxmain {
    color: var(--black100);
    padding-bottom: 16px;
}

.informationbuy .information_boxmain li {
    font-size: 13px;
    color: var(--black100);
    line-height: 13px;
    margin-top: 10px;
}

.informationbuy {
    border-bottom: 1px solid var(--black100);
    margin-bottom: 60px;
    padding: 10px 0px;
}

.detailday {
    font-size: 13px;
    margin-top: 15px;
    text-decoration: underline;
    color: var(--black100);

}

.normbuy {
    font-size: 13px;
    margin-top: 12px;
    color: var(--black100);
}

.lookup_tabledet .storeclear {
    font-weight: 700;
    color: var(--black40);
    margin-bottom: 8px;
    margin-top: 10px;
}


.c_order_list .lookup_tabledet tr {
    border-top: 1px solid var(--black100);
    border-bottom: 1px solid var(--black10);
}

.c_order_list .lookup_tabledet th {
    background: var(--light-gray);
    font-weight: 400;
    letter-spacing: -0.5px;
    box-sizing: border-box;
    text-align: center;
    color: var(--black80);
    height: 50px;
    padding: 14px 16px;
}

.lookup_tabledet .store {
    font-weight: 700;
    color: var(--black100);
    margin-bottom: 8px;
    margin-top: 10px;
}

.c_order_list .lookup_tabledet td {
    border-bottom: none;
    padding: 0 6px;
    /* padding: 0 10px; */
    text-align: center;
}

.c_order_list .lookup_tabledet td.prdt_info div {
    text-align: left;
}

.c_order_list .lookup_tabledet td.prdt_info div a {
    margin: 10px;
}

.c_order_list .lookup_tabledet td.prdt_price .before_price {
    font-size: 12px;
    text-decoration: line-through;
}

.c_order_list .lookup_tabledet td.prdt_price .after_price {
    font-size: 15px;
    font-weight: 700;
    color: var(--black100);
}

.c_order_list .lookup_tabledet td.prdt_info {
    display: flex;
    padding: 24px 0;
}

.c_order_list .lookup_tabledet a.normbuy {
    font-size: 13px;
    margin-top: 12px;
    color: var(--black100);
}

.selectboxtt {
    width: 100px;
    height: 37px;
    padding: 8px 10px 8px;
    -moz-appearance: none;
    border: 1px solid #999;
    margin-left: 10px;
}

.order_search .date .btnse {
    color: #fff;
    background: var(--black80);
    border-radius: 5px;
    padding: 8px 15px;
    margin-left: 16px;
}

#modcalloff {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
    transition: opacity .2s ease;
}

#modcalloff.active {
    display: block;
}


.modalup {
    width: 810px;
    height: 820px;
    position: fixed;
    left: 600px;
    top: 70px;
    background-color: #fff;
}

.modalup .uptitle {
    margin-top: 8px;
    line-height: 16px;
    font-size: 15px;
    font-weight: bold;
    font-weight: 700;
    color: var(--black100);
}

.upbody {
    padding: 10px 16px 0px 16px;
    font-size: 15px;
    line-height: 30px;
}

.view_notify .calofbtn {
    position: absolute;
    top: 12px;
    right: 28px;
    font-size: 20px;
}

.blacktt {
    text-align: left;
    margin-left: 15px;
    color: var(--black100);
    font-size: 13px;
    margin-bottom: 33px;
}

a.graytt {
    text-align: left;
    margin-left: 0px;
    color: var(--black40);
    ;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: -2px;
}

.prdt_process .grbox {
    width: 84px;
    height: 29px;
    color: var(--black60);
    background-color: #F4F4F4;
    padding: 4px 4px;
    border-radius: 4px;
    margin-left: -15px;
    margin-top: -32px;
}

.tablebdright {
    border-top: none;
    /* border-bottom: 1px solid #ddd; */
    background: #f5f5f5;
    border-right: 1px solid #ddd;
}

.view_contsmgno .bdtnone {
    border-top: none;
}

input.sau {
    width: 500px;
    margin: 0px;
    height: 90px;
}


select.cfsel {
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
}

.h35 {
    width: 250px;
    height: 35px;
}

.bd2pxtable {
    /* border-top: 2px solid var(--black100);  */
    margin-top: -30px;
}

.cforder {
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: var(--black100);
    letter-spacing: -0.7px;
}

.cforderdate {
    margin-bottom: 10px;
}

.cforderdate ul {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    margin-top: 24px;
    border-top: 2px solid var(--black10);
}

.cforderdate li {
    margin-top: 5px;
    font-size: 13px;
    color: var(--black100);
    margin-right: 10px;
    font-weight: 700;
}

.cforderdate li>span {
    margin-left: 10px;
    font-weight: 700;
    color: var(--black100);
}

td.applept {
    display: flex;
    padding: 5px 5px 5px 5px;
    border-top: none;
}

.order_callof {
    border-bottom: 2px solid var(--black100);
    height: 39px;
}


.view_contscf table td {
    color: var(--black100);
    font-size: 13px;
    border-top: none;
    overflow: hidden;
    border-bottom: none;
    align-items: center;
    height: 125px;
}

.btnscf {
    display: flex;
    text-align: center;
    margin-left: 296px;
    margin-top: 1px;
}

.prititle {
    color: var(--black100);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.cfbtn {
    width: 90px;
    height: 36px;
    border: 1px solid var(--black100);
    border-radius: 4px;
}

.cfbtn_purple {
    width: 90px;
    height: 36px;
    margin-left: 10px;
    border-radius: 4px;
    background-color: var(--main-color);
    color: #fff;
}

.applept_img {
    border-radius: 6px;
    margin-top: -31px;
}

.applept_img img {
    border-radius: 6px;
}

a.lhno {
    line-height: 112%;
    margin-top: 10px;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0px;
    overflow: hidden;
}

.view_notify .pinkbold {
    color: #FF176B;
    font-weight: bold;
    font-size: 13px;
}


.view_notify td.pinkbold>span {
    margin-left: 10px;
    color: var(--black100);
    font-size: 13px;
}

.mgbt36 {
    margin-bottom: -20px;
}

.mgt_20 {
    margin-top: -50px;
}

.mgbtnone {
    margin-bottom: none;
}

.mgtop {
    margin-top: 50px;
}

.pd0 {
    padding: 1px 0px 5px;
}

span.tablete {
    margin-left: 6px;
    color: var(--black100);
}

.bdm {
    background-color: #fff;
    color: #FF176B;
    border: 1px solid #FF176B;
}

span.charge_btn {
    background: var(--black100);
    height: 28px;
    width: 77px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    padding-bottom: 3px;
    margin-left: 76px;
    position: absolute;
    margin-top: -23px;
}

.tipsbd {
    padding-top: 8px;
    color: var(--black100);
    padding-bottom: 3px;
}

.table_reserve {
    margin-top: 16px;
    border: 1px solid #e5e5e5;
}

.reserve {
    /* border-right: 1px solid #e5e5e5; */
}

.reserve ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.reserve li {
    padding-left: 40px;
    width: 50%;
    height: 100%;
    margin-right: 40px;
    line-height: 50px;
    padding: 10px 0px 10px 20px;
    border-right: 1px solid #e5e5e5;
}

.reserve li:nth-child(2) {
    border-right: none;
}

.poab {
    position: absolute;
    margin-left: 323px;
    margin-top: -48px;
}

.font17 {
    font-size: 17px;
}

.mgt {
    margin-top: -60px
}

.black13 {
    color: var(--black100) !important;
}

.reserve_btn {
    width: 50px;
    height: 21px;
    text-align: center;
    margin-left: 32px;
    padding: 4px;
}

.purple_btns {
    background-color: var(--main-color);
    color: #fff;
}

.pink_btns {
    background-color: #FF176B;
    ;
    color: #fff;
}

.gray_btns {
    background: #F4F4F4 !important;
    color: var(--black40) !important;
}

.gray13 {
    color: var(--black40);
}

.padding0px {
    padding: 1px 0px;
}

.mgt10 {
    margin-top: -6px;
}

li.searchcolor {
    color: var(--black80) !important;
}

.coupon_design {
    justify-content: center;
    background-color: var(--light-gray);
    height: 65px;
    display: flex;
}

p.mgleft20 {
    margin-left: 226px;
    margin-right: 10px;
}

.coupon_design .black_btns {
    background-color: var(--black100);
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    margin-left: 10px;
}

.coupon_design .input_design {
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    height: 35px;
    padding: 8px 35px 10px 10px;
    box-sizing: border-box;
    color: #999;
}

td.disnone {
    display: block;
    padding: 24px 0;
    margin-left: 50px;
}

.couponorer {
    width: 100%;
    height: 50px;
    background-color: #999;
}

.sticky_right_order {
    width: 342px;
    height: 820px;
    position: sticky;
    top: 0;
    padding: 10px;
}

.layout_view_prdt {
    width: 1074px;
    margin: 0 auto;
    position: relative;
    margin-left: 121px;
}

.seemore {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--black100);
}

.buysearch {
    font-size: 13px !important;
    color: var(--black80) !important;
    line-height: 21.45px !important;
    font-weight: 400 !important;
    letter-spacing: -3% !important;
}

.daybuy {
    color: var(--black60);
    font-size: 13px;
    font-weight: 400;
    line-height: 21.45px;
    letter-spacing: -3%;
}

.prdt_name {
    font-size: 13px;
    letter-spacing: -3%;
    font-weight: 400;
    color: var(--black100) !important;
    line-height: 21.45px;
}

.otp_name {
    font-size: 12px !important;
    color: var(--black40) !important;
    font-weight: 700;
    line-height: 19.8px;
    letter-spacing: -3%;
    text-align: left;
    width: 390px;
}

.customer_day {
    font-weight: normal;
    margin-right: -105px;
    color: var(--black40);
}

.delivery_productname {
    padding: 51px 0px 45px 0px;
}

.delivery_detail_productname {
    padding: 31px 0px 30px 0px;
    height: 63px;
}

.black80 {
    color: var(--black80);
}

.black60 {
    color: var(--black60);
}

.pagibanner {
    max-width: 1920px;
    margin: 0px auto;
}

li.newproductmain {
    width: 464px;
    height: 464px;
}

.mr24 {
    margin-right: 24px;
}

#border_right {
    border-right: 1px solid var(--black20);
    height: 286.5px;
    padding-right:48px;
    margin-top:0px;
}

#border_left{
    margin-left:0px; margin-bottom:0px; margin-top:0px;

}

.password_result{
    box-sizing:border-box; height:503px;
    left: 25% !important; top:22% !important;
}

.searchclear {position: absolute;right: 6px;top: 7px;bottom: 15px;width: 10px;height: 14px;margin: auto;font-size: 15px;cursor: pointer;color: #ccc;background-color: #fff;}

.input_box .btnClear {
    position: absolute;
    top: 0;
    right: 8px;
    width: 8.01px;
    height: inherit;
    background: url('/skin/site/sports/images/c_img/Vector (7).svg') center center no-repeat;
    background-size: 50%;
    border: none;
    outline: none;
    cursor: pointer;
  }
