@charset "UTF-8";

/* 초기화 및 초기 세팅 */
:root {
    /* 버튼 및 인풋 폼 높이 세팅 */
    --hd_height: 9rem;
    --height: 4.0rem;
    --height_xsm: 2.8rem;
    --height_sm: 3.4rem;
    --height_md: 5rem;
    --height_lg: 6rem;
    --ic_date: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M5 22q-.825 0-1.413-.587Q3 20.825 3 20V6q0-.825.587-1.412Q4.175 4 5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588Q21 5.175 21 6v14q0 .825-.587 1.413Q19.825 22 19 22Zm0-2h14V10H5v10ZM5 8h14V6H5Zm0 0V6v2Z"/></svg>');
}


html { font-size:10px; }
body { margin:0 auto; padding:0; background-color: #F6F8FB;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { margin:0; padding:0; border:0 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

ul, dl,dt,dd { margin:0; padding:0; list-style:none }
legend { position:absolute; margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden }
label, input, button, select, img { vertical-align:middle !important;}
input, button { margin:0; padding:0;
    transform: skew(-0.14deg) !important;}
input[type="submit"] { cursor:pointer }
/*input[type="password"] { font-family: pretendard; }
input[type="password"]::placeholder { font-family: "NanumSquare"; }*/
.form-control,
input[type="text"],
input[type="search"],
input[type="password"],
input::placeholder,
textarea::placeholder,
textarea{font-family: 'NanumSquareNeo'; font-weight: 400}
textarea::placeholder{font-weight: 600}
.form-control{font-size: 1.4rem;font-weight: 400}
input.form-control.date[readonly]{background-color: #fff;}
input.form-control.date,
input[type="date"] {
     /* width: 23rem;  */
     position: relative;
     border-bottom: 1px solid var(--border);
     border-top: 1px solid #fff;
     border-left: 1px solid #fff;
     border-right: 1px solid #fff;
     border-radius: 0 !important;
     padding-top: 1.3rem !important;
}
input::placeholder{
    font-weight: 700 !important;
}
input[type='date']{
    display: flex;
    align-items: center;
}
input[type='date']:focus, input[type='date']:hover {
    outline: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
button { cursor:pointer ;}
select { margin:0 }
select option{ margin:0 }
select option[selected] {
    font-weight: 700 !important;
    transform: skew(-0.14deg) !important;
}
h1, h2, h3, h4, h5, h6, p ,a, table tr td, table tr th, input { transform: skew(-0.14deg); }
p { margin:0; padding:0; word-break:break-all;}
hr { display:none }
a { text-decoration:none; }
a:hover { text-decoration: none; }
.un_reboot_a { color: var(--main); text-decoration: underline; }
*, :after, :before {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 word-break: break-all;
 }

 .bill_search_wrap .bill_month_wrap p {
    width: 130px;
 }
 .fillter_wrap{
    min-width: 185px;
 }
 .fillter_wrap .custom-select{
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #D6E0EA;
    border-radius: 0px !important;
 }
.border_radius_1{
    border-radius: 1rem;
}
.border_bottom{
    border-bottom: 1px solid #D6E0EA;
}
.border__top_dashed{
    border-top: 1px dashed #D6E0EA;
}
.border_bottom_22{
    width: fit-content;
    border-bottom: 2px solid #222;
    padding-bottom: 1rem;
}
.border_top{
    border-top: 1px solid #222 !important;
 }

.border_top_wh{
    border-top: 1px solid #fff !important;
 }
.bar{
    width: 100%;
    height: 0.7rem;
    background-color: #F2F4F6;
    margin: 4rem 0;
}

.badge-best {
    color: #fff;
    background-color: #222222;
  }
  a.badgebest:hover, a.badgebest:focus {
    color: #fff;
    background-color: #242424;
  }
  a.badgebest:focus, a.badgebest.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(58, 58, 58, 0.2);
  }


  .pc_nav .nav_ul2{
    padding-bottom: 1rem;
  }
/*메인*/
.idx_pg { height:100%; padding-top: var(--hd_height); }
.com_wrap{
    width: calc(100% - 29rem);
    margin-left: 29rem;
    padding: 0 5rem;
    min-height: 60rem;
    height: 100%;
}
.com_wrap1{
    width: calc(100% - 29rem);
    margin-left: 29rem;
    padding: 0 5rem;

}
.ft .com_wrap{
    min-height: unset;
}

/*서브*/
.sub_tit { position: relative; }
.sub_pg { padding: 4rem; background-color: #fff; margin-top: 9rem; min-height: 70rem;}


/* 로그인 서브 공통 */
.address_btn{
    height: 2.8rem !important;
    width: 6.8rem !important;
    padding: 0.5rem !important;
    border-radius: 0.7rem !important;
}

 /*사이드메뉴*/
 body.menu_on{overflow: hidden;}

/* 헤더 */
.h_menu{position: fixed; left: 0; top: 0; width: 293px; height: 100%; background: var(--bg);  border-bottom: 1px solid var(--border);  z-index: 1040;}

.h_menu.on{ width: 8.8rem;}
.h_menu.on .pc_nav .nav_a{ padding: 0 0 0 3.4rem}
.nav_down {display: block;}
.nav_down.on { display: none;}
.h_menu.on .nav_li_p {display: none;}
.nav_li_p{display: block;}

.logo_wrap{height: 5rem;}
.logo_wrap img{height: 3rem;}
.logo{display: block; height: 2.2rem;
    padding: 0 4.4rem;height: 100%;display: flex;align-items: center;
}
.logo img{width: auto;height: 2.2rem;}

.pc_nav{height: calc(100% - 9rem); overflow-y: scroll; overflow-x: hidden;}
.pc_nav .nav_wr{ width: 100%;}
.pc_nav .nav_ul{ width: 100%;}
.pc_nav .nav_li{width: 100%; position: relative;  position: relative; }
.pc_nav .nav_a{display: flex; align-items: center; justify-content: space-between; color: #676767; font-weight:500; height: 67px;padding: 0 4.4rem; position: relative; font-size: 1.7rem;}
.pc_nav .nav_li:hover > .nav_a{ background-color: #f6f6f65e; color: #222; font-weight: 600;}
.pc_nav .nav_li .nav_ul2 li:hover a{ background-color: #f6f6f65e;color: #222; font-weight: 600;}

/* nav_li .on되었을때 */
.pc_nav .nav_li.on{ background-color : #F8F8F8; }
.pc_nav .nav_li.on .nav_a::after{ content:''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background-color: #222;}
.pc_nav .nav_li.on .nav_a{ font-weight:700; color: #222;}
.pc_nav .nav_ul2{display: none;}


.pc_nav .nav_ul2 > li a{width: 100%; padding: 1rem 2rem 1rem 8rem;}
/*.pc_nav .nav_li:hover .nav_ul2{display: block; position: absolute; background: var(--bg); top: 100%; left: 50%; transform: translateX(-50%); border: 1px solid var(--border); z-index: 9999;} */
.pc_nav .nav_ul2 a{display: block; width: fit-content; white-space: nowrap; color: #676767;  position: relative; font-size: 1.6rem;}

/* nav_ul2 .on되었을때 */
.pc_nav .nav_ul2 > li > a.on{ font-weight:700; color: #222;}
.pc_nav .nav_ul2 > li > a.on::after{ content:''; position: absolute; top: 44%; left: 23%; width: 5px; height: 5px; border-radius: 5rem ;background-color: #222; }
.pc_nav .nav_li.on .nav_ul2{ background-color: #F8F8F8;}
.pc_nav .nav_a.on .nav_ul2 a{ font-weight:700; color: #222;}



/* 모바일 메뉴 */
.hd_menu_btn {font-size: 2rem; position: absolute; top: 3.7rem; left: 104%;}
.h_menu.on .hd_menu_btn { left: 110%; }
.m_menu_wr{visibility: hidden; opacity: 0;  position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 99999; transition: all 0.5s ease-in-out; display: flex; justify-content: flex-end;}

/* x버튼 */
.close_btn_wr{display: none; opacity: 0;}
.m_nav .close_btn_wr{display: flex; justify-content: flex-end; opacity: 0;}
.menu_on .m_nav .close_btn_wr{opacity: 1;}
.close_btn{padding: 0.5rem; font-size: 2rem; border: 1px solid var(--border); height: auto; }

/* 메뉴 열렸을때 외부 */
.menu_on .m_menu_wr{visibility: visible; opacity: 1; }
.m_nav{position: relative; width: 100%; height: 100%; z-index: 99999;  background: var(--bg); transition: all 0.4s ease-in-out; max-width: 0; transform: translateX(100%); visibility: hidden; opacity: 0;}
.menu_on .m_nav{transform: translateX(0); visibility: visible; opacity: 1; max-width: 50rem;}

.menu_bg{position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.6); transition: all 0.4s ease-in-out; width: 100%; height: 100%; z-index: 99998; visibility: hidden; opacity: 0;}
.menu_on .menu_bg{visibility: visible; opacity: 1;}

/* 메뉴 열렸을때 내부 */
.m_nav .nav_wr{height: auto;}
.m_nav .nav_ul{display: block;}
.m_nav .nav_li{height: 100%; position: relative;}
.m_nav .nav_a{display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; padding: 1rem 2rem;}
.m_nav .nav_a i{display: inline-block;}

.m_nav .nav_ul2{display: none; background: #f0f0f0; }
.m_nav .nav_ul2 a{display: block; padding: 1rem 2rem; white-space: nowrap;}

 /* 헤더 */
html[dark] .logo{fill: currentColor;}

/* 푸터 */
.ft {background: #404040; margin-top: 4rem/*10rem*/; padding: 5rem 0 4rem; color: #fff; font-size: 1.5rem; font-weight: 300;}
.ft .ft_left p{line-height: 120%;font-weight: 200;}
.ft .a_link a{color: #fff;display:inline-block;padding:0 1.0rem;border-right:1px solid #e3e3e3;line-height:100%;margin: 0.3rem 0;}
.ft .a_link a:last-child{border-right:0;}
.ft .a_link{margin-left:-1.0rem;display: flex;flex-wrap: wrap;}
.ft_contact{
    border-radius: 1rem;
    background-color: #CACACA;
    font-size: 1.4rem;
    font-weight: 600;
    color: #222222;
    width: 8.6rem;
    padding: 0.8rem 0;
    text-align: center;
}


img { max-width:100%; display:inline-block; height: auto; }

.btn-group .btn{ padding: 0.5rem 1.7rem;}
.btn-group .btn.active{
    background-color: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
}
.input-group > .input-group-append > .btn{height: auto;}
/*.btn-group.set_btn_group > .btn.btn-first{
    border-top-right-radius: 0;
    border-bottom-right-radius:  0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius:  1rem;
}
.btn-group.set_btn_group > .btn.btn-last{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}*/

.billing_btn_group .btn{
    padding: 0.5rem 1.7rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.billing_btn_group .btn.active{
    background-color: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
}
.billing_btn_group > .btn:not(:first-child),
.billing_btn_group > .btn:not(:last-child),
.billing_btn_group > .btn:first-child,
.billing_btn_group > .btn:last-child,
.billing_btn_group > .btn:not(:last-child):not(.dropdown-toggle),
.billing_btn_group > .billing_btn_group:not(:last-child) > .btn{
    border-radius: 5rem;
    padding: 1.3rem 2rem;
    background-color: #fff ;
}

.sponser_btn_group .btn{
    padding: 0.5rem 1.7rem;
}
.sponser_btn_group .btn.active{
    background-color: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
}
.sponser_btn_group > .btn{
    border-radius: 0.4rem;
    padding: 0.7rem 1.6rem !important;
    height: 3.3rem;
}
/*.btn-group.sponser_btn_group > .btn.btn-first,*/
.btn-group.sponser_btn_group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group.sponser_btn_group > .btn-group.sponser_btn_group:not(:last-child) > .btn
{
    border-top-right-radius: 0;
    border-bottom-right-radius:  0;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius:  0.4rem;
}
/*.btn-group.sponser_btn_group > .btn.btn-last,*/
.btn-group.sponser_btn_group > .btn:not(:first-child):not(.dropdown-toggle), .btn-group.sponser_btn_group > .btn-group.sponser_btn_group:not(:first-child) > .btn
    {
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sponser_btn_group > .btn:not(:first-child),
.sponser_btn_group > .btn:not(:last-child),
.sponser_btn_group > .btn:first-child,
.sponser_btn_group > .btn:last-child,
.sponser_btn_group > .btn:not(:last-child):not(.dropdown-toggle),
.sponser_btn_group > .sponser_btn_group:not(:last-child) > .btn{
    padding: 1.3rem 2rem;
}


/* 토스트팝업 */

/* 모달 */
.modal-body{margin-top: 20px;}
.modal-footer{margin-top: 20px;}

.modal-sm .modal-content {
  padding: 0 3rem 4rem ;
}
.modal-sm{
    max-width:40rem;
}
.modal-sm .modal-head, .modal-sm .modal-body, .modal-sm .modal-footer{
    padding: 0;
}
.modal-md .modal-content {
    padding: 4rem 5rem;
}
.modal-lg .modal-content{
    padding: 4rem;
}
.modal-header .close{
    opacity: 1;
}

/* 컨택요청 모달 */
#contact_modal .com_tag {
    width: 8.3rem;
    height: 8.3rem;
    background-color: #f8f8f8;
    border-radius: 5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: -4rem;
    margin: auto;
}

/* 공통 */
 /* 스크롤바수정 */

.scrolly_bar::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}
.scrolly_billing::-webkit-scrollbar {
    height: 1rem !important;
}
.scrolly_bar::-webkit-scrollbar-thumb{
    background-color: #d4dae6;
}
.scrolly_bar::-webkit-scrollbar-track {
    background-color: #eeeeee;
}
.form-control.search_input{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #D6E0EA;
    border-radius: 0 !important;
}
.search_btn{
    width: 4.1rem;
    height: 4.1rem !important;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 !important; */
}
.bg-table{
    background-color: #F5F6FA;
}
.bg-efef{
    background-color: #EFEFEF;
}
.bg-fcfc{
    background-color: #fcfcfc;
}
.bg-f7f7{
    background-color: #f7f7f7;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.bg-f5f5{
    background-color: #f5f5f5;
}
.bg-f9fa{
    background-color: #F9FAFB;
}
.bg-f2f4{
    background-color: #F2F4F6;
}
.bg-eef2{
    background-color: #EEF2F6;
}
/* 사진업로드 */
.upload_img_wrap {
    display: flex;
    flex-wrap: wrap;
}
.xi-plus-circle{
    color: #b2b2b2;
}
.upload_img_item:not(:last-child) {
    margin-right: 1.4rem;
}
.upload_img_item_sm .square, .upload_img_item_sm > .file_upload {
    width: 11.7rem;
    height: 11.7rem;
}
.upload_img_item_md .square, .upload_img_item_md > .file_upload {
    width: 15rem;
    height: 15rem;
}
.upload_img_item .square{
    border-radius: 1rem;
}
.upload_img_item .square>img{
    border-radius: 1rem !important;
}
.upload_img_item > .file_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border: 1.5px dashed #e9e9e9;
    font-size: 2rem;
    border-radius: 1rem;
    cursor: pointer;
    transition: background-color 0.1s ease-in;
}
.hd_menu_btn a{
    display: none;
}
.file_upload.square:hover > i {
    color: #999999;
}
.cursor_poiner{
    cursor: pointer !important;
}
.cursor_text{
    cursor: text;
}
.square {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    height: auto;
    border: 1px solid #EFEFEF;
}
.upload_img_item .square .dimmed {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
    transition: all 0s ease-in;
}
/*.upload_img_item .square .btn_delete {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0;
    width: 2.8rem;
    height: 2.8rem;
    background-color: rgba(47,52,65,60%);
    font-size: 1.1rem;
    border-radius: 50rem;
    z-index: 300;
    transition: all 0s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload_img_item .square .btn_delete:hover{
    background-color: rgba(47,52,65,90%);
}*/

.profilebg_upolad .profilebg_view_img{
    width: 100%;
    height: 190px;
    margin-bottom: 25px;
}
.profilebg_upolad .square{
    background-color: #909EB0;
    border-radius: 2.2rem;
    overflow: hidden;
}
.profilebg_upolad .square::after {
    content: '';
    display: block;
    padding-top: 0;
    padding-bottom: calc(191/382*100%);
}

.profilebg_upolad .profilebg_add_btn {
    position: absolute;
    top: 1.6rem;
    right: 0;
    z-index: 10;
}
.profilebg_upolad .profilebg_add_btn > label{
    width: 13rem;
    height: 3.3rem;
    color: #fff;
    font-size: 1.2rem !important;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5rem;
    border: unset;
}
.profilebg_upolad .profilebg_add_btn > label:hover i{
    color: #fff;
}
.profilebg_upolad .profilebg_add_btn > label:hover{
    background-color: rgba(0,0,0,7);
}
.profilebg_upolad.bg_white {
    border-radius: 2.2rem;
}
.profilebg_upolad.bg_white  .square{
    background-color: #fff;
}
.profilebg_upolad .square>img{
    background-color: #fff;
    border-radius: 2.2rem;

}
/* 프로필 업로드 */
.profile_upolad .square{
    width: 9.6rem;
    height: 9.6rem;
    border: 2px solid #fff;
    background-color: #D6E0EA;
    border-radius: 50rem;
}
.profile_upolad .square>img{
    border-radius: 50rem !important;
}

.profile_upolad  .square::after {
    content: '';
    display: block;
    padding-top: 0;
    padding-bottom: calc(96/96*100%);
}
.profile_upolad .profile_add_btn {
    width: 4rem;
    height: 4rem;
    position: absolute;
    bottom: 0;
    right: -8rem;
    z-index: 10;
    left: 0;
    margin: auto;
}
.profile_add_btn label img {

    object-fit: none !important;
}
.profile_upolad .profile_add_btn > label{
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3) ;
    border-radius: 5rem;
    border: unset;
    display: flex;
    align-items: center;
}
.profile_upolad .profile_add_btn > label:hover i{
    color: #fff;
}
.profile_upolad .profile_add_btn > label:hover{
    background-color: #fff;
}


/* 스토어등록 */

.profile_upolad {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.profile_view_img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}


.rect {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.rect::after {
    content: '';
    display: block;
    padding-bottom: calc(191/382*100%);
}

.rect>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.square::after {
    content: '';
    display: block;
    padding-top: 100%;
}
.square>img, .square>video {
    position: absolute;
    border-radius: 2.2rem;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}

.wrap{
    display: flex;
}


.slash0::before{
    content: '';
    position: absolute;
    left: 0;
}

.slash::before{
    content: '-';
    position: absolute;
    left: 0;
}

.slash2::before{
    content: '*';
    position: absolute;
    top: 3px;
    left: 0;
}

.slash3::before{
    content: '1)';
    position: absolute;
    left: 10px;
}

.slash4::before{
    content: '2)';
    position: absolute;
    left: 10px;
}

.slash5::before{
    content: '3)';
    position: absolute;
    left: 10px;
}

.slash6::before{
    content: '4)';
    position: absolute;
    left: 10px;
}
.slash_1::before{
    content: '1.';
    position: absolute;
    left: 10px;
}
.slash_2::before{
    content: '2.';
    position: absolute;
    left: 10px;
}
.slash_3::before{
    content: '3.';
    position: absolute;
    left: 10px;
}
.slash_4::before{
    content: '4.';
    position: absolute;
    left: 10px;
}
.slash_5::before{
    content: '5.';
    position: absolute;
    left: 10px;
}
.slash_6::before{
    content: '6.';
    position: absolute;
    left: 10px;
}
.slash_7::before{
    content: '7.';
    position: absolute;
    left: 10px;
}
.slash_8::before{
    content: '8.';
    position: absolute;
    left: 10px;
}
.slash_9::before{
    content: '9.';
    position: absolute;
    left: 10px;
}


.fc_5F6F{
    color: #5F6F81;
}
.fc_8692{
    color: #8692A2;
}
.fc_6d82{
    color: #6d8299;
}
.fc_2B3F{
    color: #2B3F58;
}
/* .fc_8692:hover,
.fc_8692:focus{
    color: #535c67;
} */
.fc_909E{
    color: #909EB0;
}
/* .fc_909E:hover,
.fc_909E:focus{
    color: #596a7e;
} */
.fc_7575{
    color: #757575;
}
.fc_2A47{
    color: #2A4772;
}
.fc_wh{
    color: #fff;
}

.line_h1 { line-height:1.0em; }
.line_h1_1 { line-height:1.1em; }
.line_h1_2 { line-height:1.2em; }
.line_h1_3 { line-height:1.3em; }
.line_h1_4 { line-height:1.4em; }
.line_h1_5 { line-height:1.5em; }
.line_h1_6 { line-height:1.6em; }
.line_h1_7 { line-height:1.7em; }
.line_h1_8 { line-height:1.8em; }
.line_h1_9 { line-height:1.9em; }
.line_h2 { line-height:2.0em; }


/*폰트커스텀 기본사이즈 10px*/

.tit_h1 { font-size: 3.5rem; font-weight: 700; }
.tit_h2 { font-size: 2.6rem; font-weight: 700; }
.tit_h3 { font-size: 1.8rem; font-weight: 700; }


.fs_8 { font-size: 0.8rem; }
.fs_9 { font-size: 0.9rem; }
.fs_10 { font-size: 1.0rem; }
.fs_11 { font-size: 1.1rem; }
.fs_12 { font-size: 1.2rem; }
.fs_13 { font-size: 1.3rem; }
.fs_14 { font-size: 1.4rem; }
.fs_15 { font-size: 1.5rem; }
.fs_16 { font-size: 1.6rem; }
.fs_17 { font-size: 1.7rem; }
.fs_18 { font-size: 1.8rem; }
.fs_19 { font-size: 1.9rem; }
.fs_20 { font-size: 2.0rem; }
.fs_21 { font-size: 2.1rem; }
.fs_22 { font-size: 2.2rem; }
.fs_23 { font-size: 2.3rem; }
.fs_24 { font-size: 2.4rem; }
.fs_25 { font-size: 2.5rem; }
.fs_26 { font-size: 2.6rem; }
.fs_27 { font-size: 2.7rem; }
.fs_28 { font-size: 2.8rem; }
.fs_29 { font-size: 2.9rem; }
.fs_30 { font-size: 3.0rem; }
.fs_31 { font-size: 3.1rem; }
.fs_32 { font-size: 3.2rem; }
.fs_33 { font-size: 3.3rem; }
.fs_34 { font-size: 3.4rem; }
.fs_35 { font-size: 3.5rem; }
.fs_36 { font-size: 3.6rem; }
.fs_37 { font-size: 3.7rem; }
.fs_38 { font-size: 3.8rem; }
.fs_39 { font-size: 3.9rem; }
.fs_40 { font-size: 4.0rem; }
.fs_41 { font-size: 4.1rem; }
.fs_42 { font-size: 4.2rem; }
.fs_43 { font-size: 4.3rem; }
.fs_44 { font-size: 4.4rem; }
.fs_45 { font-size: 4.5rem; }
.fs_46 { font-size: 4.6rem; }
.fs_47 { font-size: 4.7rem; }
.fs_48 { font-size: 4.8rem; }
.fs_49 { font-size: 4.9rem; }
.fs_50 { font-size: 5.0rem; }
.fs_51 { font-size: 5.1rem; }
.fs_52 { font-size: 5.2rem; }


.fw_100 { font-weight: 100; }
.fw_200 { font-weight: 200; }
.fw_300 { font-weight: 300; }
.fw_400 { font-weight: 400; }
.fw_500 { font-weight: 500; }
.fw_600 { font-weight: 600; }
.fw_700 { font-weight: 700; }
.fw_800 { font-weight: 800; }
.fw_900 { font-weight: 900; }

.p_30{ padding: 3rem;}
.p_35{ padding: 3.5rem;}

.px_10{ padding-left: 1.0rem; padding-right: 1.0rem;}
.px_14{ padding-left: 1.4rem; padding-right: 1.4rem;}
.px_20{ padding-left: 2.0rem; padding-right: 2.0rem;}
.px_24{ padding-left: 2.4rem; padding-right: 2.4rem;}
.px_25{ padding-left: 2.5rem; padding-right: 2.5rem;}
.px_30{ padding-left: 3.0rem; padding-right: 3.0rem;}
.px_40{ padding-left: 4.0rem; padding-right: 4.0rem;}
.px_46{ padding-left: 4.6rem; padding-right: 4.6rem;}
.px_50{ padding-left: 5.0rem; padding-right: 5.0rem;}
.px_60{ padding-left: 6.0rem; padding-right: 6.0rem;}
.px_80{ padding-left: 8.0rem; padding-right: 8.0rem;}

.py_12{ padding-top: 1.2rem; padding-bottom: 1.2rem;}
.py_18{ padding-top: 1.8rem; padding-bottom: 1.8rem;}
.py_20{ padding-top: 2.0rem; padding-bottom: 2.0rem;}
.py_22{ padding-top: 2.2rem; padding-bottom: 2.2rem;}
.py_23{ padding-top: 2.3rem; padding-bottom: 2.3rem;}
.py_24{ padding-top: 2.4rem; padding-bottom: 2.4rem;}
.py_25{ padding-top: 2.5rem; padding-bottom: 2.5rem;}
.py_28{ padding-top: 2.8rem; padding-bottom: 2.8rem;}
.py_30{ padding-top: 3.0rem; padding-bottom: 3.0rem;}
.py_40{ padding-top: 4.0rem; padding-bottom: 4.0rem;}
.py_33{ padding-top: 3.3rem; padding-bottom: 3.3rem;}
.py_50{ padding-top: 5.0rem; padding-bottom: 5.0rem;}
.py_52{ padding-top: 5.2rem; padding-bottom: 5.2rem;}
.py_120{ padding-top: 12rem; padding-bottom: 12rem;}

.pt_20{ padding-top: 2rem;}
.pt_22{ padding-top: 2.2rem;}
.pt_25{ padding-top: 2.5rem;}
.pt_30{ padding-top: 3.0rem;}
.pt_35{ padding-top: 3.5rem;}
.pt_40{ padding-top: 4rem;}
.pt_50{ padding-top: 5rem;}
.pt_60{ padding-top: 6rem;}
.pt_100{ padding-top: 10rem;}


.pb_15{ padding-bottom: 1.5rem;}
.pb_17{ padding-bottom: 1.5rem;}
.pb_20{ padding-bottom: 2rem;}
.pb_25{ padding-bottom: 2.5rem;}
.pb_30{ padding-bottom: 3rem;}
.pb_40{ padding-bottom: 4rem;}
.pb_60{ padding-bottom: 6rem;}
.pb_100{ padding-bottom: 10rem;}
.pb_120{ padding-bottom: 12rem;}

.pl_05{ padding-left: 0.5rem;}
.pl_08{ padding-left: 0.8rem;}
.pl_15{ padding-left: 1.5rem;}
.pl_20{ padding-left: 2rem;}
.pl_34{ padding-left: 3.4rem;}
.pl_40{ padding-left: 4rem;}
.pl_60{ padding-left: 6rem;}
.pl_90{ padding-left: 9rem;}

.pr_20{ padding-right: 2rem;}
.pr_24{ padding-right: 2.4rem;}
.pr_40{ padding-right: 4.0rem;}
.pr_60{ padding-right: 6.0rem;}


.ml_15{ margin-left: 1.5rem;}
.ml_20{ margin-left: 2.0rem;}
.ml_60{ margin-left: 6.0rem;}


.mr_14{ margin-right: 1.4rem;}
.mr_15{ margin-right: 1.5rem;}
.mr_20{ margin-right: 2.0rem;}
.mr_38{ margin-right: 3.8rem;}
.mr_40{ margin-right: 4.0rem;}
.mr_62{ margin-right: 6.2rem;}

.mb_14{ margin-bottom: 1.4rem;}
.mb_15{ margin-bottom: 1.5rem;}
.mb_16{ margin-bottom: 1.6rem;}
.mb_20{ margin-bottom: 2.0rem;}
.mb_22{ margin-bottom: 2.2rem;}
.mb_25{ margin-bottom: 2.5rem;}
.mb_30{ margin-bottom: 3.0rem;}
.mb_40{ margin-bottom: 4.0rem;}
.mb_44{ margin-bottom: 4.4rem;}
.mb_50{ margin-bottom: 5.0rem;}
.mb_60{ margin-bottom: 6.0rem;}
.mb_70{ margin-bottom: 7.0rem;}
.mb_80{ margin-bottom: 8.0rem;}
.mb_90{ margin-bottom: 9.0rem;}

.mx_14{ margin-left: 1.4rem; margin-right: 1.4rem;}
.mx_20{ margin-left: 2.0rem; margin-right: 2.0rem;}

.mt_05{ margin-top: 0.5rem;}
.mt_06{ margin-top: 0.6rem;}
.mt_12{ margin-top: 1.2rem;}
.mt_13{ margin-top: 1.3rem;}
.mt_14{ margin-top: 1.4rem;}
.mt_15{ margin-top: 1.5rem;}
.mt_16{ margin-top: 1.6rem;}
.mt_18{ margin-top: 1.8rem;}
.mt_20{ margin-top: 2.0rem;}
.mt_22{ margin-top: 2.2rem;}
.mt_23{ margin-top: 2.3rem;}
.mt_24{ margin-top: 2.4rem;}
.mt_25{ margin-top: 2.5rem;}
.mt_26{ margin-top: 2.6rem;}
.mt_27{ margin-top: 2.7rem;}
.mt_28{ margin-top: 2.8rem;}
.mt_30{ margin-top: 3.0rem;}
.mt_34{ margin-top: 3.4rem;}
.mt_35{ margin-top: 3.5rem;}
.mt_38{ margin-top: 3.8rem;}
.mt_40{ margin-top: 4.0rem;}
.mt_44{ margin-top: 4.4rem;}
.mt_46{ margin-top: 4.6rem;}
.mt_45{ margin-top: 4.5rem;}
.mt_50{ margin-top: 5.0rem;}
.mt_52{ margin-top: 5.2rem;}
.mt_56{ margin-top: 5.6rem;}
.mt_60{ margin-top: 6.0rem;}
.mt_67{ margin-top: 6.7rem;}
.mt_80{ margin-top: 8.0rem;}
.mt_84{ margin-top: 8.4rem;}
.mt_86{ margin-top: 8.6rem;}
.mt_90{ margin-top: 9.0rem;}
.mt_95{ margin-top: 9.5rem;}
.mt_100{ margin-top: 10rem;}
.mt_120{ margin-top: 12rem;}
.mt_130{ margin-top: 13rem;}
.mt_200{ margin-top: 20rem;}
.mt_242{ margin-top: 24.2rem;}
.mt_340{ margin-top: 34rem;}

.mb_06{ margin-bottom: 0.6rem;}
.mb_15{ margin-bottom: 1.5rem;}
.mb_18{ margin-bottom: 1.8rem;}
.mb_26{ margin-bottom: 2.6rem;}
.mb_28{ margin-bottom: 2.8rem;}

.my_30{ margin-top: 3.0rem; margin-bottom: 3.0rem;}

.ml_m10{ margin-left: -1rem;}

.wh_pre { white-space: pre-line; }
.wh_nowrap { white-space: nowrap; }



.text_sub{
    color: #666E78;
}


a.text_sub:hover, a.text_sub:focus {
    color: #525c69;
}

.text-underline, .text-underline:hover {
    text-decoration: underline !important;
}
.text-underline-none, .text-underline-none:hover {
    text-decoration: unset !important;
}


/*글자 줄임말*/
.line_text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-break: break-all; }
.line1_text {
 white-space: normal;
 overflow: hidden;
 text-overflow: ellipsis;
 word-wrap: break-word;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 }
.line2_text {
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

 }
.line3_text {
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
word-wrap: break-word;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

 }

/*border radius*/
.rounded { border-radius: 2.2rem!important; }
.rounded-lg { border-radius: 1.0rem!important; }
.rounded-xl { border-radius: 2rem!important; }

/* 폼 사각형 */
.sq_guide { display:flex; flex-wrap: wrap; }
.sq_guide li {
 width: 90px;
 height: 90px;
 border-radius: 0.5rem;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.4rem;
 margin: 0.5rem;
 }

/* 스크롤바 none */
.none_scroll_bar { -ms-overflow-style: none; }
.none_scroll_bar::-webkit-scrollbar { display: none; }

/* 버튼 */
.btn { height: var(--height); }
.btn-sm { height: var(--height); max-width: 12rem; width: 100%;}
.btn-md { height: var(--height); max-width: 18rem; width: 100%;}
.btn-lg { height: var(--height); max-width: 24.5rem; width: 100%;}
.btn_h_xsm { height: var(--height_xsm);}
.btn_h_sm { height: var(--height_sm);}
.btn_h_md { height: var(--height_md);}
.w_27per {width: 27%; padding: 0;}
.w_30per {width: 30%; padding: 0;}
.w_45per {width: 45%; padding: 0;}
.w_60 {width: 6rem; padding: 0;}
.w_70 {width: 7rem; padding: 0;}
.w_90 {width: 9rem; padding: 0;}
.w_70per {width: 70%; padding: 0;}
.w_96 {width: 9.6rem; padding:0;}
.w_fit{ width: fit-content;}

/* 인풋 자동완성 초기화 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0px 1000px var(--bg) inset;
    box-shadow: 0 0 0px 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
	-webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0px 1000px var(--bg) inset;
    box-shadow: 0 0 0px 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* 입력 인풋 */
.form-control { height: var(--height); border-radius: 1rem/* !important*/; padding: 0.5rem 1.5rem; transform: skew(-0.14deg);}
.form-control-sm { height: var(--height_sm); }
.form-control-md { height: var(--height_md); }
.form-control-lg { height: var(--height_lg); }

.ip_wr .ip_tit{ margin-bottom:1rem; }
.ip_wr .ip_tit h5 { width:max-content  ;font-size:1.6rem; font-weight:600; display:inline-block; color: #666E78; }
.ip_wr .ip_tit h3 { font-size:1.8rem; font-weight:800; display:inline-block; color: #222222; }
.ip_wr .ip_tit h5:after, .ip_wr .ip_tit h3::after {
    content: "*";
    position: absolute;
    color: #FF0013;
    top: -0.3rem;
    right: -1.2rem;
}
.ip_wr .ip_tit h5.no_point:after{
    content: "";
}
/* form-text */
.form-text{font-size: 1.3rem; display: none; align-items: center;}
.form-text i{margin-right: 0.25rem;}
.ip_valid .ip_valid{display: flex; color: var(--success); font-weight: 500;}
.ip_invalid .ip_invalid{display: flex; color: var(--danger); font-weight: 500;}

.view_on .view_on{display: flex; }
.view_off .view_off{display: flex;}

/* textarea 높이 */
textarea.form-control {
    /* height: 20rem;  */
    padding: 1rem 1.5rem;
    line-height: 1.5;

}

/* 셀렉트 박스 */
.custom-select{
    padding-right: 3.5rem;
    background-size: 2.4rem;
    transform: skew(-0.14deg);
}

/* 날짜 선택 */
input.form-control[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    background: none;
    width: 100%; height: 100%; cursor: pointer;
    position: absolute; left: 0; top: 0;
}

input.form-control[type="date"]::before{content: ''; display: block; width: 2.4rem; height: 2.4rem; position: absolute; top: 50%; transform: translateY(-50%); right: 1rem; background: var(--text); cursor: pointer; -webkit-mask: var(--ic_date); mask: var(--ic_date); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain;}
.form-date-st{position: relative;}
.form-date-st::before{content: ''; z-index: 1; width: 2.4rem; height: 2.4rem; position: absolute; top: 50%; transform: translateY(-50%); right: 1rem; background: var(--text); -webkit-mask: var(--ic_date); mask: var(--ic_date); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain;}

/* 체크박스 및 라디오 */
.checks_wr{display: flex; flex-wrap: wrap;
    /* margin-bottom: -1rem;  */
}
.checks_wr .checks{margin-right: 3rem; margin-bottom: 1rem;}

.checks label{display: flex; align-items: center; cursor: pointer;}
.checks label.chk_right{flex-flow: row-reverse; justify-content: flex-end;}
.checks input{display: none;}
.ic_box{display: inline-block; width: 2.3rem; height: 2.3rem; font-size: 1.9rem; border-radius: 5rem; text-align: center; border: 1px solid #9E9DA8; color: #9E9DA8; display: flex; align-items: center; justify-content: center; margin-right: 0.5rem;}
input:checked + .ic_box{border-color: var(--primary); color: #fff; background-color: var(--primary);}
.chk_right .ic_box{margin-right: 0; margin-left: 0.5rem;}
input:checked ~ .chk_p{ color: var(--primary); }
.chk_p{ font-size: 1.5rem;}
/* 페이지네이션 */
.pagination { margin-top: 40px; display: flex; justify-content: center; align-items: center; }
.pagination li { height: 100%; }
.pagination a { min-width: 3.6rem; height: 3.6rem; font-size: 1.8rem; border-radius: 1rem;  padding: 0 10px; font-weight: 600; display: flex; align-items: center; justify-content: center;  }
.pagination a.disabled { color: #AAA; }
.pagination a.on { color: #fff;  background-color: #242424; }

/* 테이블 */
.table_01 { width:100% !important; border-collapse: collapse;  border-left: 1px solid #fff ; border-right: 1px solid #fff ; border-bottom:1px solid rgba(34,34,34,35%); text-align:center; border-top: 1px  solid #222;}
.table_01 th { text-align:center;  font-size: 1.4rem; font-weight: 500;  }
.table_01 td { height:11rem; font-size: 1.4rem; font-weight: 700; border-bottom:1px solid #D6E0EA;}
.table_01 th{ padding:1.3rem  1rem; line-height: 1.5; }
.table_01 td{ padding:1.2rem  1rem; }
.th_btn_wrap{ padding:6rem  0.5rem;}
.table_02 th{ padding:1.3rem  1.2rem; line-height: 1.5; }
.table_02 td { padding: 2.4rem 1.2rem;}
.table_01 th.fw_700{ font-weight: 700 !important}
.table_01 td.fw_800{ font-weight: 800 !important}
.th_date{
    width: 13.4rem;
}
.table_inquiry td{
    height: 3.4rem;
}
.table_06{
    width: 100% !important;
}

/*탭*/
.nav-tabs .nav-item{
    width: 50%;
}
.nav-tabs .nav-link{
    width: 100%;
    border-radius: 0;
    padding: 1.2rem 0;
    text-align: center;
    color: #666E78;
    font-size: 1.6rem;
    font-weight: 600;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    font-size: 1.8rem;
    font-weight: 800;
    color: #222222;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #222222;
}
/* 테이블 슬래쉬 */
.table_01 th.slash {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="rgb(77,77,77)" /></svg>'); background-repeat: no-repeat;
}
.table_01 th.backslash {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="rgb(77,77,77)" /></svg>'); background-repeat: no-repeat;
}
.table_01 th.slash, .table_01 th.backslash { text-align: left; }
.slash div, .backslash div { text-align: right; }

/*테이블 반응형때*/
.table_scroll { overflow-x: auto; overflow-y: hidden; padding: 0px !important; }



/* 페이저 */
.pager {
 background: #F5F5F5;
 border-radius: 15rem;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 250px;
 height: 65px;
 margin: 3.5rem auto 0;
 }


/* 이미지 크롭 */
.rect {
 width: 100%;
 position: relative;
 overflow: hidden;
 }

.rect:after {
content: "";
display: block;
padding-bottom: 100%;
 }

.rect img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
 }

.rect2 {
    border-radius: 2.2rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #FCFCFC;
    border: 1px solid #EFEFEF;
}

.rect2::after {
    content: '';
    display: block;
    padding-bottom: calc(235/182*100%);
}

.rect2>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}



.rect_square {
    border-radius: 5rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FCFCFC;
    border: 1px solid #EFEFEF;
}

.rect_square::after {
    content: '';
    display: block;
    padding-bottom: calc(50/50*100%);
}

.rect_square>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.ccp2.col-lg-1{
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
}
.ccp2.col-lg-11{
    padding-left: 4rem;
    flex: 0 0 86.33333333%;
    max-width: 86.33333333%;
}
.ccp2.btn-group .btn{
    height: 3.5rem;
    /* padding: 0.5rem 1.2rem; */
}


.ccp3.col-lg-1{
    flex: 0 0 10.33333333%;
    max-width: 10.33333333%;
}
.ccp3.col-lg-11{
    flex: 0 0 89.33333333%;
    max-width: 89.33333333%;
}
.area-col-lg-9{
    flex: 0 0 80% !important;
    max-width: 80% !important;

}

input.form-control.date,
input[type="date"]{
    padding: 0.5rem 4rem 0.5rem 1.5rem;
    text-align: center;
}



@media (max-width:1700.98px){
    /* 일단 공통으로 쓰고 수정하기 우선 product.php에 적용되어있음 */
    .ccp.col-lg-2 {
        flex: 0 0 25.66666667%;
        max-width: 25.66666667%;
    }
    .ccp.col-lg-3 { /* 짧은 input */
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ccp3.col-lg-1{
        flex: 0 0 14.33333333%;
        max-width: 14.33333333%;
    }
    .ccp3.col-lg-11{
        flex: 0 0 85.33333333%;
        max-width: 85.33333333%;
    }
    .area-col-lg-9{
        flex: 0 0 73% !important;
        max-width: 73% !important;

    }

}

@media (max-width:1600.98px){
    /* 일단 공통으로 쓰고 수정하기 우선 product.php에 적용되어있음 */
    .ccp.col-lg-2 {
        flex: 0 0 30.66666667%;
        max-width: 30.66666667%;
    }
    .ccp3.col-lg-2 {
        flex: 0 0 50.66666667%;
        max-width: 50.66666667%;
    }
    .area-col-lg-9 {
        flex: 0 0 72% !important;
        max-width: 72% !important;
    }
    /* 셀러 즐겨찾기 */
    .bookmark_ccp.col-md-4 {
        flex: 0 0 33.33333333% !important;
        max-width: 33.33333333% !important;
    }

}
@media (max-width:1460.98px) {
    /* 상품등록 */
    .px-3_wrap{
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    /* 셀러 즐겨찾기 */
    .bookmark_ccp.col-md-4 {
        flex: 0 0 33.33333333% !important;
        max-width: 33.33333333% !important;
    }
    .col-5.ccp4{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-7.ccp4{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-lg-7.ccp4{
        flex: 0 0 83% !important;
        max-width: 83% !important;
    }

}
@media (max-width:1400.98px){
    .h_menu{
        width: 22rem;
    }
    .com_wrap1 {
        width: calc(100% - 22rem);
        margin-left: 22rem;
    }
    .com_wrap {
        width: calc(100% - 20rem);
        margin-left: 20rem;
    }
    .pc_nav .nav_a{
        padding: 0 2.5rem 0 3rem;
    }
    .pc_nav .nav_ul2 > li a {
        padding: 1rem 2rem 1rem 6rem;
    }
    .pc_nav .nav_ul2 > li > a.on::after{
        left: 21%;
    }
    .com_wrap{
        padding: 0 4rem;
    }
    .pc_nav .nav_a{
        font-size: 1.6rem;
    }
    .pc_nav .nav_ul2 a{
        font-size: 1.5rem;
    }
    /* 일단 공통으로 쓰고 수정하기 우선 product.php에 적용되어있음 */
    .ccp.col-lg-1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .ccp.col-lg-11 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .ccp .top_label, .prd_add{
        margin-bottom: 1.5rem;
    }

    .ccp.col-lg-4 {
        flex: 0 0 60.33333333%;
        max-width: 60.33333333%;
    }

    .ccp.col-lg-5 {
        flex: 0 0 65.33333333%;
        max-width: 65.33333333%;
    }

    .ccp3.col-lg-1{
        flex: 0 0 13.33333333%;
        max-width: 13.33333333%;
    }
    .ccp3.col-lg-11{
        flex: 0 0 86.33333333%;
        max-width: 86.33333333%;
    }



}

@media (max-width:1280px){
    .ccp3.col-lg-1{
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
    }
    .ccp3.col-lg-11{
        flex: 0 0 81.33333333%;
        max-width: 81.33333333%;
    }

    .area-col-lg-9 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
        padding-right: 0;
    }
    .area_wrap{
        width: 100%;
        justify-content: right;
        padding-right: 3rem !important;
    }
    /* 셀러 즐겨찾기 */
    .bookmark_wrap{
        padding: 2rem !important;
    }
    .bookmark_ccp.col-6 {
        flex: 0 0 49.33333333% !important;
        max-width: 49.33333333% !important;
    }
}

@media (min-width: 1199.98px) {
    .container-lg, .container-md, .container-sm, .container{
        max-width: 100%;
    }

    input.form-control.date,
    input[type="date"]{
        padding: 1.5rem 4rem 0.5rem 1.5rem;
        text-align: center;
    }
}

/*반응형 max 1200 xl*/
@media (max-width: 1199.98px) {
    .container-lg, .container-md, .container-sm, .container{
        max-width: 100%;
    }
    .ccp2.col-8{ /*반려교환에씀*/
        flex: 0 0 82.333333%;
        max-width: 82.333333%;
    }
    .ccp3.col-lg-3{
        flex: 0 0 50.333333%;
        max-width: 50.333333%;
    }
    .ccp3.col-lg-5{
        flex: 0 0 70.333333%;
        max-width: 70.333333%;
    }

}

@media (max-width: 1024.99px) {
    .tit_h2{
        font-size: 2.4rem;
    }
    .head_02, .head_02 {
        height: 6rem !important;
    }
    .sub_pg { padding: 3rem; }
    .start_wrap { padding: 3rem; }
    .h_menu .hd_menu_btn { left: 104%; }
    .h_menu.on .hd_menu_btn { left: 112%; }

    .ccp.col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .area_wrap{
        padding-right: 2rem !important;
    }
}
@media (min-width: 992px){
    .col-lg-1 {
        flex: 0 0 12.33333333%;
        max-width: 12.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 87.66666667%;
        max-width: 87.66666667%;
    }
}
/*반응형 max 992px lg*/
@media (max-width: 991.98px) {
    .col-lg-2 .um{
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
    }
    .col-lg-10 .um{
        flex: 0 0 80%;
        max-width: 80%;
    }
    .container-lg, .container-md, .container-sm, .container{
        max-width: 100%;
    }
    .ccp.col-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ccp3.col-lg-1{
        flex: 0 0 25.33333333%;
        max-width: 25.33333333%;
    }
    .ccp3.col-lg-11{
        flex: 0 0 71.33333333%;
        max-width: 71.33333333%;
    }
    .area-col-lg-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 2rem !important;
    }

    .ccp2.col-8{ /*반려교환에씀*/
        flex: 0 0 74.333333%;
        max-width: 74.333333%;
    }
    .ccp.col-md-2{
        flex: 0 0 20.333333%;
        max-width: 20.333333%;
    }

    .col-lg-7.ccp4{
        flex: 0 0 76% !important;
        max-width: 76% !important;
    }

}


/*반응형 max 767px md*/
@media (max-width: 768.98px) {
    .container-lg, .container-md, .container-sm, .container{
        max-width: 100%;
    }
    body { font-size: 1.4rem; }
    .tit_h1 { font-size: 2.2rem; }
    .tit_h2 { font-size: 1.8rem; }
    .tit_h3 { font-size: 1.6rem; }
    .ft .ft_left{margin-bottom:2.0rem;}
    .ft .a_link { margin-left: -0.8rem; }
    .ft .a_link a{ padding:0 0.8rem;}
    .start_page { height: 100vh !important; }
    .col-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .ccp.col-md-2{
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }
}

/*반응형 max 576px sm*/
@media (max-width: 575.98px) {
    .container-lg, .container-md, .container-sm, .container{
        max-width: 100%;
    }
    .start_page { height: 100vh; margin-top: 3rem;}
    .start_wrap { padding: 3rem 1.6rem !important; }
 }


/*반응형 max 380px*/
@media (max-width: 380px) {
}
