


.calculator_popup,
.estimate_popup,
.order_popup,
.join_popup,
.secession_popup,
.cart_confirm_pop,
.privacy_popup,
.unique_popup
 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}


/* 계산기 popup */
.calculator_popbox {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.pop_inner::-webkit-scrollbar {
    width: 8px;
}
.pop_inner::-webkit-scrollbar-track {
    background-color: none;
}
.pop_inner::-webkit-scrollbar-thumb { 
    background-color: black;
}
.pop_inner::-webkit-scrollbar-button {
    display: none;
}

#wrap .privacy_popbox,
#wrap .unique_popbox{
    width: 960px;
}

#wrap .privacy_popup .order_popbox,
#wrap .unique_popup .order_popbox{
    padding: 60px 90px;
}


.pop_inner{
    overflow: auto;
    white-space: pre-line;
    color: #111;
    font-size: 16px;
    line-height: 22px;

    width: 100%;
    /* height: 600px; */
    height: 22vw;

    
    padding-right: 50px;

    font-family: 'SUIT-Regular', sans-serif;

}

.popup_top {
    width: 100%;
    height: 55px;
    padding: 0 15px 0 20px;
    box-sizing: border-box;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup_top > p {
    font-size: 19px;
    color: #fff;
}

.popup_top i {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.pop_content {
    width: 100%;
    max-height: 80vh;
    background-color: #fff;
    padding: 25px 20px 20px;
    box-sizing: border-box;
    overflow: auto;
}

.pop_content::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

.write_box {
    width: 100%;
    margin-bottom: 35px;
}

.write_box > p {
    width: max-content;
    font-size: 19px;
    color: #111;
    
    border-bottom: 1px solid #111;
    padding: 0 3px 2px;
}

.wb1 {
    width: 100%;
    margin-top: 20px;
}

.wb1_inner {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.wb1_inner > p {
    font-size: 15px;
    color: #111;
    
    width: 50px;
}

.m_box {
    width: 140px;
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.m_box input {
    width: 85%;
    height: 100%;
    border: 0;
    text-align: right;
    padding: 0;
    font-size: 15px;
    
}

.m_box > span {
    font-size: 15px;
    
}

.wb1_inner > span {
    font-size: 15px;
    
    color: #111;
    display: block;
    margin: 0 10px;
}

.add_btn {
    width: 21px;
    height: 21px;
    background-color: #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
}

.add_btn i {
    color: #fff;
    font-size: 14px;
}

.wb2 {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.wb2 > p {
    font-size: 15px;
    color: #111;
    
    width: 50px;
}

.wb1_select {
    width: 140px;
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

.wb1_select i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #111;
}

.wb1_select select {
    font-size: 15px;
    color: #111;
    
}

.organize_box {
    width: 100%;
    background-color: #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
}

.ob {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.ob > p {
    font-size: 15px;
    color: #111;

}

.ob > p span {
    font-size: 17px;
    
}

.order_ob {
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_ob > p {
    font-size: 17px;
    color: #111;
    
}

.order_ob > p strong {
    font-weight: normal;
    
}

.order_ob > p span {
    font-size: 21px;
    
}

.result_box {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 19px;
    line-height: 48px;
    color: #111;

}

.result_box span {
    width: 90px;
    display: inline-block;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid #111;
    
}

.order_btn {
    width: 100%;
    height: 45px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    
    cursor: pointer;
}

.order_btn img {
    margin-right: 10px;
}

.pop_content > span {
    font-size: 13px;
    color: #666;

    margin-top: 5px;
}


/* 견적서 popup */
.estimate_popbox {
    width: 1100px;
    max-height: 80vh;
    background-color: #fff;
    padding: 65px 70px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
}

.estimate_popbox::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

.e_sec1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #111;
}

.e_sec1 > p {
    font-size: 17px;
    color: #111;
    
}

.account_number {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #111;
    
}

.account_number span {
    padding: 5px 10px;
    background-color: #000;
    font-size: 15px;
    color: #fff;
    
    margin-right: 10px;
}

.e_sec2 {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.e_sec2 > span {
    font-size: 15px;
    color: #111;
    
}

.e_sec2 p {
    font-size: 15px;
    color: #111;

    line-height: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.e_sec2 p img {
    width: 80px;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.7;
}

.e_sec2 p span {
    
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #111;
}

.e_sec3 {
    width: 100%;
    margin-top: 10px;
}

.e_sec3 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.e_sec3 ul li {
    width: 47.5%;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.e_sec3 ul li p {
    width: 20%;
    font-size: 15px;
    
}

.e_sec3 ul li input {
    width: 80%;
    height: 35px;
    border: 0;
    color: #111;

    line-height: 15px;
}

.e_sec4 {
    width: 100%;
    margin-top: 30px;
}

.e_sec4 table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #555;
    box-sizing: border-box;
}

.e_sec4 table th {
    padding: 15px 0;
    background-color: #555;
    font-size: 17px;
    color: #fff;
    
    font-weight: normal;
}

.e_sec4 table td {
    font-size: 15px;
    color: #111;
    
    padding: 13px 0;
    text-align: center;
    border-right: 1px solid #ccc;
}

.e_sec4 table td:last-child {
    border-right: 0;
}

.e_sec4 table td.txt_b {
    font-size: 17px;
    
}

.e_sec4 > p {
    font-size: 15px;
    line-height: 23px;

    margin-top: 15px;
}

.e_sec4 > p span {
    
}

.close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    /* right: 20px; */
    right: 32px;
}

.close i {
    font-size: 26px;
}


/* 주문신청 popup */
.order_popbox {
    width: 540px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    padding: 60px 45px;
    box-sizing: border-box;
}

.order_popbox > p {
    width: 100%;
    border-bottom: 2px solid #ccc;
    text-align: center;
}

.order_popbox > p span {
    font-size: 19px;
    color: #111;
    
    border-bottom: 2px solid #111;
    padding: 0 90px 10px;
    margin-bottom: -2px;
    display: inline-block;
}

.op_txt {
    width: 100%;
    padding: 35px 0 25px;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #111;
    
}

.order_popbox > input[type='button'] {
    width: 100%;
    height: 50px;
    background-color: #111;
    font-size: 19px;
    color: #fff;
    
    border: 0;
}


/* id찾기 popup */
.order_popbox p span strong {
    
}

.find_txt {
    width: 100%;
    padding: 40px 0 50px;
    text-align: center;
    font-size: 17px;
    text-align: center;
    color: #111;
    
}

.find_txt span {
    
}

.find_txt strong {
    display: block;
    margin-top: 25px;
}


/* pw찾기 popup */
.pw_txt span {
    line-height: 28px;
    
    font-weight: 700;
}


/* 회원가입 popup */
.join_popbox {
    width: 540px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 80px 45px 70px;
    box-sizing: border-box;
}

.join_popbox p {
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #111;
    
}

.join_popbox p span {
    font-size: 21px;
    
}

.join_popbox p i {
    color: #111;
    font-size: 45px;
    margin-bottom: 10px;
    display: block;
}

.joinpop_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.joinpop_btn a {
    width: 49%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    box-sizing: border-box;
}

.joinpop_btn a:first-child {
    background-color: #111;
    color: #fff;
    
}

.joinpop_btn a:last-child {
    border: 1px solid #111;
    color: #111;
    
}


/* 회원탈퇴 popup */
.secession_txt {
    width: 100%;
    padding: 25px 10px 10px;
    box-sizing: border-box;
}

.secession_txt > p span {
    position: relative;
    padding-left: 10px;
    display: block;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
    color: #111;

    word-break: keep-all;
}

.secession_txt > p span:first-child {
    margin-bottom: 8px;
}

.secession_txt > p span:after {
    content: " ";
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #111;
    top: 10px;
    left: 0;
}

.secession_txt .list_check {
    margin-top: 40px;
}

.secession_txt .list_check span {
    font-size: 17px;
    
}


/* 장바구니 컨펌 popup */
.cc_popbox {
    width: 500px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cc_popbox > p {
    font-size: 20px;
    
}

.cc_popbox ul {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    padding: 15px;
    box-sizing: border-box;
}

.cc_popbox ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cc_popbox ul li:first-child {
    margin-bottom: 20px;
}

.cc_popbox ul li p {
    font-size: 15px;
    
}

.pop_price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pop_price p {
    font-size: 15px;
    
}

.pop_price span {
    font-size: 18px;
    
}

.c_pop_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.c_pop_btn input {
    width: 49%;
    height: 50px;
    font-size: 16px;
    
}

.c_pop_btn input:first-child {
    background-color: #fff;
    border: 1px solid #111;
    color: #111;
}

.c_pop_btn input:last-child {
    background-color: #111;
    border: 0;
    color: #fff;
}

.printBtn{
    padding: 5px 10px;
    background-color: #000;
    font-size: 15px;
    color: #fff;
    
    margin-right: 20px;
}

.print-div {
    display: none;
}

@media print {

    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .print-div {
        display: block;
    }
}






























/* mobile */
@media screen and (max-width: 767px) {

    .printBtn {
        width: max-content;
        font-size: 10px;
        margin-right: 12px;
    }

    /* 계산기 popup */
    .calculator_popbox {
        width: 85%;
    }

    .popup_top {
        height: 40px;
        padding: 0 10px 0 15px;
    }

    .popup_top > p {
        font-size: 16px;
    }

    .popup_top i {
        font-size: 16px;
        cursor: inherit;
    }

    .pop_content {
        max-height: 60vh;
        padding: 15px 10px 10px;
    }

    .write_box {
        margin-bottom: 35px;
    }

    .write_box > p {
        font-size: 15px;
    }

    .wb1_inner > p {
        font-size: 13px;
    }

    .m_box {
        width: 90px;
        height: 30px;
    }

    .m_box input {
        width: 85%;
        font-size: 12px;
    }

    .m_box > span {
        font-size: 12px;
    }

    .wb1_inner > span {
        font-size: 12px;
        margin: 0 5px;
    }

    .add_btn {
        width: 18px;
        height: 18px;
        cursor: inherit;
        margin-left: 5px;
    }

    .add_btn i {
        font-size: 10px;
    }

    .wb2 > p {
        font-size: 13px;
    }

    .wb1_select {
        width: 140px;
        height: 30px;
    }

    .wb1_select i {
        font-size: 12px;
    }

    .wb1_select select {
        font-size: 12px;
    }

    .organize_box {
        padding: 10px;
    }

    .ob {
        margin-bottom: 10px;
    }

    .ob > p {
        font-size: 12px;
    }

    .ob > p span {
        font-size: 15px;
    }

    .order_ob {
        padding-top: 10px;
    }

    .order_ob > p {
        font-size: 14px;
    }

    .order_ob > p span {
        font-size: 17px;
    }

    .result_box {
        padding: 20px 0;
        font-size: 12px;
        line-height: 30px;
    }

    .result_box span {
        width: 50px;
    }

    .order_btn {
        height: 35px;
        font-size: 13px;
        cursor: inherit;
    }

    .order_btn img {
        width: 13px;
    }

    .pop_content > span {
        font-size: 10px;
    }


    /* 견적서 popup */
    .estimate_popbox {
        width: 85%;
        max-height: 60vh;
        padding: 30px 15px;
    }

    .e_sec1 {
        display: block;
        padding: 0 10px 10px;
    }

    .e_sec1 > p {
        font-size: 15px;
    }

    .account_number {
        width: 100%;
        margin-top: 15px;
        font-size: 12px;
        display: block;
    }

    .account_number span {
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
    }

    .e_sec2 {
        display: block;
    }

    .e_sec2 > span {
        font-size: 13px;
        display: block;
    }

    .e_sec2 p {
        width: max-content;
        font-size: 12px;
        line-height: 10px;
        margin-top: 10px;
    }

    .e_sec2 p img {
        width: 40px;
        right: -30px;
    }

    .e_sec3 {
        margin-top: 10px;
    }

    .e_sec3 ul li {
        width: 100%;
        margin-top: 10px;
    }

    .e_sec3 ul li p {
        font-size: 12px;
    }

    .e_sec3 ul li input {
        width: 75%;
        line-height: 10px;
    }

    .e_sec4 {
        width: 100%;
        margin-top: 30px;
    }

    .e_sec4 table th {
        padding: 10px 0;
        font-size: 12px;
    }

    .e_sec4 table td {
        font-size: 12px;
        padding: 10px 0;
    }

    .e_sec4 table td.txt_b {
        font-size: 12px;
    }

    .e_sec4 > p {
        font-size: 11px;
        line-height: 16px;
        word-break: keep-all;
        margin-top: 10px;
    }

    .close {
        cursor: inherit;
        top: 10px;
        right: 10px;
    }

    .close i {
        font-size: 20px;
    }


    /* 주문신청 popup */
    .order_popbox {
        width: 85%;
        padding: 30px 15px;
    }

    .order_popbox > p span {
        font-size: 16px;
        padding: 0 30px 10px;
    }

    .op_txt {
        padding: 20px 0 15px;
        font-size: 13px;
        line-height: 20px;
    }

    .order_popbox > input[type='button'] {
        height: 40px;
        font-size: 15px;
    }


    /* id찾기 popup */
    .find_txt {
        padding: 30px 0;
        font-size: 13px;
    }

    .find_txt strong {
        font-size: 15px;
        margin-top: 15px;
    }


    /* pw찾기 popup */
    .pw_txt span {
        line-height: 25px;
    }


    /* 회원가입 popup */
    .join_popbox {
        width: 85%;
        padding: 30px 15px;
    }

    .join_popbox p {
        font-size: 13px;
        line-height: 20px;
    }

    .join_popbox p span {
        font-size: 15px;
    }

    .join_popbox p i {
        font-size: 30px;
    }

    .joinpop_btn {
        margin-top: 20px;
    }

    .joinpop_btn a {
        height: 40px;
        font-size: 15px;
    }


    /* 회원탈퇴 popup */
    .secession_txt {
        padding: 25px 5px 10px;
    }

    .secession_txt > p span {
        padding-left: 10px;
        font-size: 13px;
        line-height: 18px;
    }

    .secession_txt > p span:first-child {
        margin-bottom: 5px;
    }

    .secession_txt > p span:after {
        top: 8px;
    }

    .secession_txt .list_check {
        margin-top: 20px;
    }

    .secession_txt .list_check span {
        font-size: 10px;
    }


    /* 장바구니 컨펌 popup */
    .cc_popbox {
        width: 85%;
        padding: 20px;
    }

    .cc_popbox > p {
        font-size: 16px;
    }

    .cc_popbox ul {
        padding: 15px 10px;
    }

    .cc_popbox ul li:first-child {
        margin-bottom: 10px;
    }

    .cc_popbox ul li p {
        font-size: 13px;
    }

    .pop_price p {
        font-size: 13px;
    }

    .pop_price span {
        font-size: 14px;
    }

    .c_pop_btn {
        margin-top: 30px;
    }

    .c_pop_btn input {
        height: 40px;
        font-size: 14px;
    }

}






































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* 계산기 popup */
    .calculator_popbox {
        width: 50%;
    }

    .popup_top {
        height: 40px;
        padding: 0 10px 0 15px;
    }

    .popup_top > p {
        font-size: 16px;
    }

    .popup_top i {
        font-size: 16px;
        cursor: inherit;
    }

    .pop_content {
        max-height: 60vh;
        padding: 15px 10px 10px;
    }

    .write_box {
        margin-bottom: 35px;
    }

    .write_box > p {
        font-size: 15px;
    }

    .wb1_inner > p {
        font-size: 13px;
    }

    .m_box {
        width: 90px;
        height: 30px;
    }

    .m_box input {
        width: 85%;
        font-size: 12px;
    }

    .m_box > span {
        font-size: 12px;
    }

    .wb1_inner > span {
        font-size: 12px;
        margin: 0 5px;
    }

    .add_btn {
        width: 18px;
        height: 18px;
        cursor: inherit;
        margin-left: 5px;
    }

    .add_btn i {
        font-size: 10px;
    }

    .wb2 > p {
        font-size: 13px;
    }

    .wb1_select {
        width: 140px;
        height: 30px;
    }

    .wb1_select i {
        font-size: 12px;
    }

    .wb1_select select {
        font-size: 12px;
    }

    .organize_box {
        padding: 10px;
    }

    .ob {
        margin-bottom: 10px;
    }

    .ob > p {
        font-size: 12px;
    }

    .ob > p span {
        font-size: 15px;
    }

    .order_ob {
        padding-top: 10px;
    }

    .order_ob > p {
        font-size: 14px;
    }

    .order_ob > p span {
        font-size: 17px;
    }

    .result_box {
        padding: 20px 0;
        font-size: 12px;
        line-height: 30px;
    }

    .result_box span {
        width: 50px;
    }

    .order_btn {
        height: 35px;
        font-size: 13px;
        cursor: inherit;
    }

    .order_btn img {
        width: 13px;
    }

    .pop_content > span {
        font-size: 10px;
    }


    /* 견적서 popup */
    .estimate_popbox {
        width: 60%;
        max-height: 60vh;
        padding: 30px 15px;
    }

    .e_sec1 {
        display: block;
        padding: 0 10px 10px;
    }

    .e_sec1 > p {
        font-size: 15px;
    }

    .account_number {
        width: 100%;
        margin-top: 15px;
        font-size: 12px;
        display: block;
    }

    .account_number span {
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
    }

    .e_sec2 {
        display: block;
    }

    .e_sec2 > span {
        font-size: 13px;
        display: block;
    }

    .e_sec2 p {
        width: max-content;
        font-size: 12px;
        line-height: 10px;
        margin-top: 10px;
    }

    .e_sec2 p img {
        width: 40px;
        right: -30px;
    }

    .e_sec3 {
        margin-top: 10px;
    }

    .e_sec3 ul li {
        width: 100%;
        margin-top: 10px;
    }

    .e_sec3 ul li p {
        font-size: 12px;
    }

    .e_sec3 ul li input {
        width: 75%;
        line-height: 10px;
    }

    .e_sec4 {
        width: 100%;
        margin-top: 30px;
    }

    .e_sec4 table th {
        padding: 10px 0;
        font-size: 12px;
    }

    .e_sec4 table td {
        font-size: 12px;
        padding: 10px 0;
    }

    .e_sec4 table td.txt_b {
        font-size: 12px;
    }

    .e_sec4 > p {
        font-size: 11px;
        line-height: 16px;
        word-break: keep-all;
        margin-top: 10px;
    }

    .close {
        cursor: inherit;
        top: 10px;
        right: 10px;
    }

    .close i {
        font-size: 20px;
    }


    /* 주문신청 popup */
    .order_popbox {
        width: 50%;
        padding: 30px 15px;
    }

    .order_popbox > p span {
        font-size: 16px;
        padding: 0 30px 10px;
    }

    .op_txt {
        padding: 20px 0 15px;
        font-size: 13px;
        line-height: 20px;
    }

    .order_popbox > input[type='button'] {
        height: 40px;
        font-size: 15px;
    }


    /* id찾기 popup */
    .find_txt {
        padding: 30px 0;
        font-size: 13px;
    }

    .find_txt strong {
        font-size: 15px;
        margin-top: 15px;
    }


    /* pw찾기 popup */
    .pw_txt span {
        line-height: 25px;
    }


    /* 회원가입 popup */
    .join_popbox {
        width: 50%;
        padding: 30px 15px;
    }

    .join_popbox p {
        font-size: 13px;
        line-height: 20px;
    }

    .join_popbox p span {
        font-size: 15px;
    }

    .join_popbox p i {
        font-size: 30px;
    }

    .joinpop_btn {
        margin-top: 20px;
    }

    .joinpop_btn a {
        height: 40px;
        font-size: 15px;
    }


    /* 회원탈퇴 popup */
    .secession_txt {
        padding: 25px 5px 10px;
    }

    .secession_txt > p span {
        padding-left: 10px;
        font-size: 13px;
        line-height: 18px;
    }

    .secession_txt > p span:first-child {
        margin-bottom: 5px;
    }

    .secession_txt > p span:after {
        top: 8px;
    }

    .secession_txt .list_check {
        margin-top: 20px;
    }

    .secession_txt .list_check span {
        font-size: 10px;
    }


    /* 장바구니 컨펌 popup */
    .cc_popbox {
        width: 50%;
        padding: 20px;
    }

    .cc_popbox > p {
        font-size: 16px;
    }

    .cc_popbox ul {
        padding: 15px 10px;
    }

    .cc_popbox ul li:first-child {
        margin-bottom: 10px;
    }

    .cc_popbox ul li p {
        font-size: 13px;
    }

    .pop_price p {
        font-size: 13px;
    }

    .pop_price span {
        font-size: 14px;
    }

    .c_pop_btn {
        margin-top: 30px;
    }

    .c_pop_btn input {
        height: 40px;
        font-size: 14px;
    }

}
