/* productPage */
#productPage .infImgWrp .isotope-item {
    padding: 15px;
}
#productPage .infImgWrp .infiItem {
    text-decoration: none;
    position: relative;
}
#productPage .infImgWrp .infiItem .moreTxt {
    position: absolute;
    right: 12px;
    top: 12px;
}
#productPage .infImgWrp .infiItem .moreTxt span {
    display: inline-block;
    background-color: #f0831e;
    border-radius: 100px;
    color: #fff;
    padding: 8px 12px;
    line-height: 1.1em;
    font-weight: 600;
}
@media (min-width:992px){
    #productPage .infImgWrp .infiItem {
        transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.54;
    }
    #productPage .infImgWrp .infiItem:hover {
        transform: scale(1.1);
    }
    #productPage .infImgWrp .infiItem .moreTxt span {
        opacity: 0;
    
        transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #productPage .infImgWrp .infiItem:hover .moreTxt span {
        opacity: 1;
    }
}
@media (max-width:768px) {
    #productPage .infImgWrp .isotope-item {
        padding: 5px;
    }
}
/* stickyTabs */
#stickyTabs {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
#stickyTabs.stick-active {
    position: fixed;
    width: 100%;
    z-index: 100;
}
#stickyTabs .tabCons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#stickyTabs .tabCons a {
    text-decoration: none;
    color: #adb4b9;
    padding: 15px 0;
    position: relative;
    display: inline-block;
}
#stickyTabs .tabCons a .dft {
    color: #adb4b9;
}
#stickyTabs .tabCons a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background-color: #f0831e;
    opacity: 0;
}
#stickyTabs .tabCons a .dft,
#stickyTabs .tabCons a:after {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#stickyTabs .tabCons a:hover .dft{
    color: #61686d;
}
#stickyTabs .tabCons .active:hover a .dft,
#stickyTabs .tabCons .active a .dft {
    color: #f0831e;
}
#stickyTabs .tabCons .active a:after {
    opacity: 1;
}

@media (max-width:768px) {
    #stickyTabs .tabCons {
        flex-wrap: wrap;
        gap: 4px 15px;
        justify-content: flex-start;
        padding: 10px 0;
    }
    #stickyTabs .tabCons a {
        padding: 5px 0;
    }
}


/* pfProfs modal */
.card_select.pfProfs .modal-header .cls_btn2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: 0px;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-color: #333;
    color: #fff;
    border: 0px;
    font-size: 25px;
}
.privacy.pfProfs .modal-dialog > div .modal-content {
    max-width: 900px;
    border-radius: 0px;
}
.privacy.pfProfs .modal-body {
    padding: 0;
}
.privacy.pfProfs .modal-body .btList > li,
.privacy.pfProfs .modal-body .impList > li {
    margin: 4px 0;
}
.privacy.pfProfs .modal-body .btList > li p,
.privacy.pfProfs .modal-body .impList > li p {
    position: relative;
    padding-left: 10px;
    font-weight: 400;
}
.privacy.pfProfs .modal-body .btList > li p {
    color: #666;
    font-weight: 300;
}
.privacy.pfProfs .modal-body .btList > li p:after,
.privacy.pfProfs .modal-body .impList > li p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #ccc;
}
.privacy.pfProfs .modal-body .fbox .img {
    background-color: #ddd;
}
.privacy.pfProfs .modal-body .fbox .txt {
    padding: 30px;
}
.privacy.pfProfs .modal-body .fbox .txt .sm {
    font-size: .8em;
}
@media (min-width:768px) {
    .privacy.pfProfs .modal-body {
        position: relative;
    }
    .privacy.pfProfs .modal-body .fbox {
        position: relative;
        z-index: 4;
    }
}
@media (max-width:768px) {
    .privacy.pfProfs .modal-body .fbox > div {
        width: 100%;
    }
    .privacy.pfProfs .modal-body .fbox .img img {
        max-width: 50vw;
    }
    .privacy.pfProfs .modal-body .fbox .txt {
        padding: 30px 20px;
    }
}

/*card_select*/
.card_select .modal-content {
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    border: 0px;
    background-color: #fff;
    padding: 0;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 60px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 60px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
}
.card_select .modal-header h4 {
    font-weight: 700;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 30px 20px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    font-size: 17px;
    color: #333;
    word-break: keep-all;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-body {
        padding: 20px 10px 40px;
    }
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
    .card_select .modal-header .cls_btn {
        right: -5px;
        top: -5px;
        height: 40px;
        width: 40px;
        background-size: 40px !important;
    }
}
/*gift_confirm*/
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #156ad6;
}
@media (max-width: 768px) {
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}


/* detaiInfoTop */
#detaiInfoTop {
    padding: 65px 30px;
    position: relative;
}
#detaiInfoTop .deco1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#detaiInfoTop .deco2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#detaiInfoTop.detaiInfoTop1 {
    background-color: #faf9f3;
}
#detaiInfoTop.detaiInfoTop2 {
    background-color: #f6f3fa;
}
#detaiInfoTop.detaiInfoTop3 {
    background-color: #f7f7f7;
}
#detaiInfoTop.detaiInfoTop4 {
    background-color: #f3faf5;
}
#detaiInfoTop.detaiInfoTop5 {
    background-color: #f3f6fa;
}
#detaiInfoTop.detaiInfoTop6 {
    background-color: #f9faf3;
}
#detaiInfoTop.detaiInfoTop7 {
    background-color: #faf4f3;
}
#detaiInfoTop.detaiInfoTop8 {
    background-color: #faf9f3;
}
#detaiInfoTop.detaiInfoTop9 {
    background-color: #f3f8fa;
}
#detaiInfoTop.detaiInfoTop10 {
    background-color: #f9f6f3;
}
#detaiInfoTop.detaiInfoTop11 {
    background-color: #f4faf3;
}
#detaiInfoTop.detaiInfoTop12 {
    background-color: #f8f4f9;
}
#detaiInfoTop.detaiInfoTop13 {
    background-color: #f7faf3;
}
#detaiInfoTop.detaiInfoTop14 {
    background-color: #faf3f3;
}
#detaiInfoTop.detaiInfoTop15 {
    background-color: #f3f7fa;
}
#detaiInfoTop.detaiInfoTop16 {
    background-color: #f7f7f7;
}
#detaiInfoTop.detaiInfoTop17 {
    background-color: #faf9f3;
}
#detaiInfoTop.detaiInfoTop18 {
    background-color: #f7faf3;
}
#detaiInfoTop.detaiInfoTop19 {
    background-color: #faf4f3;
}
#detaiInfoTop.detaiInfoTop20 {
    background-color: #f3faf8;
}
#detaiInfoTop.detaiInfoTop21 {
    background-color: #f7f7f7;
}
#detaiInfoTop.detaiInfoTop22 {
    background-color: #f9faf3;
}
#detaiInfoTop.detaiInfoTop23 {
    background-color: #f7faf3;
}
@media (max-width:768px){
    #detaiInfoTop {
        padding: 35px 15px;
        position: relative;
    }
}

/* diCon */
.diCon {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}
.diCon .imcon {
    width: 250px;
    height: 250px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.diCon .tcon {
    width: calc(100% - 250px);
    padding-left: 20px;
    padding-top: 10px;
}
.diCon .tcon .diTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.diCon .tcon .diTit .how span {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    border-radius: 90px;
    line-height: 1.1em;
    padding: 8px 13px;
    font-size: .95em;
}
.diCon .tcon .perform {
    display: flex;
    row-gap: 5px;
    column-gap: 20px;
    flex-wrap: wrap;
}
.diCon .tcon .perform .pfItem {
    display: flex;
    align-items: center;
    gap: 8px;
}
.diCon .tcon .diBt {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.diCon .tcon .diBt .lft {
    padding-right: 15px;
}
.diCon .tcon .diBt .lft strong {
    display: inline-block;
    background-color: rgba(0,0,0,0.05);
    line-height: 1em;
    padding: 6px 10px;
    border-radius: 4px;
    color: rgba(0,0,0,0.5);
    font-size: .9em;
    font-weight: 600;
    margin-bottom: 4px;
}
@media (max-width:992px){
    .diCon {
        flex-wrap: wrap;
    }
    .diCon .imcon {
        width: 100%;
        height: auto;
        border-radius: 10px;
        text-align: center;
    }
    .diCon .imcon img {
        max-width: 30vw;
    }
    .diCon .tcon {
        width: 100%;
        padding: 20px 0 0;
    }
    .diCon .tcon .diTit {
        flex-wrap: wrap;
        gap: 4px;
        margin-bottom: 8px;
    }
    .diCon .tcon .diTit > .dft {
        width: 100%;
    }
    .diCon .tcon .diTit .how span {
        padding: 4px 13px;
    }
    .diCon .tcon .diBt {
        border: 0px;
        padding: 12px;
        background-color: rgba(255, 255, 255, 0.9);
    }
}
/* detaiInfoBt */
#detaiInfoBt {
    padding: 40px;
}
@media (max-width:768px){
    #detaiInfoBt {
        padding: 35px 15px;
    }
}
/* table */
.table.table_ingredient {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}
.table.table_ingredient tfoot th,
.table.table_ingredient thead th,
.table.table_ingredient tbody {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}
.table.table_ingredient thead tr th,
.table.table_ingredient thead tr td,
.table.table_ingredient tbody tr th,
.table.table_ingredient tbody tr td,
.table.table_ingredient tfoot tr th,
.table.table_ingredient tfoot tr td {
    font-size: 15px;
    line-height: 1.1em;
    padding: 10px 15px;
    color: #222;
    font-weight: 300;
}
.table.table_ingredient thead tr th,
.table.table_ingredient tfoot tr th {
    font-weight: 700;
}
@media (max-width:768px){
    .table.table_ingredient thead tr th,
    .table.table_ingredient thead tr td,
    .table.table_ingredient tbody tr th,
    .table.table_ingredient tbody tr td,
    .table.table_ingredient tfoot tr th,
    .table.table_ingredient tfoot tr td {
        font-size: 13px;
        padding: 8px 6px;
    }
}

/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 6rem 0;
}
.dvdHr.sm {
    margin: 2rem 0;
}
.dvdHr.big {
    margin: 8rem 0;
}
@media (max-width:768px){
    .dvdHr {
        margin: 3rem 0;
    }
    .dvdHr.sm {
        margin: 1rem 0;
    }
    .dvdHr.big {
        margin: 4rem 0;
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #666;
}
.pList > li p {
    font-weight: 400;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* infoGrayBox */
.infoGrayBox {
    padding: 20px 30px;
    background-color: #f8f8f8;
    border-radius: 10px;
}
/* conTit */
.conCon {
    text-align: justify;
}
.conTit span {
    display: inline-block;
    line-height: 1em;
    /* padding: 10px 20px;
    background-color: #f7f7f7; */
    border-top: 20px;
    border-radius: 100px;
    color: rgba(0,0,0,0.9);
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width:768px){
    .conTit span {
        padding: 6px 15px;
        margin-bottom: 5px;
    }
}



/*table_spec*/
.table.table_spec.table_fx {
    table-layout: fixed;
}
.table.table_spec thead tr th,
.table.table_spec thead tr td,
.table.table_spec tbody tr th,
.table.table_spec tbody tr td {
    color: #221814;
    font-size: 1.6rem;
    line-height: 1.6em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-weight: 300;
}
/* .table.table_spec thead tr th:first-child,
.table.table_spec thead tr td:first-child,
.table.table_spec tbody tr th:first-child,
.table.table_spec tbody tr td:first-child {
    border-left: 0px;
}
.table.table_spec thead tr th:last-child,
.table.table_spec thead tr td:last-child,
.table.table_spec tbody tr th:last-child,
.table.table_spec tbody tr td:last-child {
    border-right: 0px;
} */
.table.table_spec tbody tr td:nth-child(2){
    word-break: keep-all !important;
}
.table.table_spec thead tr th {
    font-weight: 600;
}
.table.table_spec tbody tr th {
    font-weight: 500;
    background-color: #fcfcfc;
}
.table.table_spec tbody tr td {
    font-weight: 400;
}
.table.table_spec.table_center thead tr th,
.table.table_spec.table_center thead tr td,
.table.table_spec.table_center tbody tr th,
.table.table_spec.table_center tbody tr td {
    text-align: center;
}
.table.table_spec.th_center thead tr th,
.table.table_spec.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_spec.table_vh thead tr th,
.table.table_spec.table_vh thead tr td,
.table.table_spec.table_vh tbody tr th,
.table.table_spec.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_spec.th_vh thead tr th,
.table.table_spec.th_vh tbody tr th {
    vertical-align: middle;
}
.table.table_spec.table_wb thead tr th,
.table.table_spec.table_wb tbody tr td,
.table.table_spec.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_spec tbody tr th {
    /* background-color: #fcfcfc; */
}
.table.table_spec thead tr th {
    border-top: 2px solid #454f5d;
    border-bottom: 2px solid #454f5d;
    font-weight: 700;
}
.table.table_spec tbody tr.imp th,
.table.table_spec tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_spec tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_spec tbody tr td.text-left {
    text-align: left;
}
.table.table_spec tbody tr td.text-right {
    text-align: right;
}
.table.table_spec tbody tr td.imp {
    background-color: #fffef4;
}
@media (max-width:992px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_spec {
        width: 700px;
    }
    .table.table_spec thead tr th,
    .table.table_spec thead tr td,
    .table.table_spec tbody tr th,
    .table.table_spec tbody tr td {
        font-size: calc(100vw * (16 / 992));
        padding: calc(100vw * (14 / 992));
    }
}
@media (max-width:768px){
    .table.table_spec thead tr th,
    .table.table_spec thead tr td,
    .table.table_spec tbody tr th,
    .table.table_spec tbody tr td {
        font-size: calc(100vw * (16 / 768));
        padding: calc(100vw * (14 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:500px){
    .table.table_spec thead tr th,
    .table.table_spec thead tr td,
    .table.table_spec tbody tr th,
    .table.table_spec tbody tr td {
        font-size: calc(100vw * (16 / 500));
        padding: calc(100vw * (10 / 500));
    }
}

