/* body */
body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
} 
body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
} 
/* fBox */
.fBox {
    display: flex;
}
.fBox.fBoxCenter {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}
.fBox.fBoxCenter > div {
    width: 100%;
}
.fBox.fBoxhalf {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.fBox.fBoxhalf > div {
    width: 50%;
}

/* form-control */
.formItem label,
.formItem .form-control,
.formItem .sit_opt_prc,
.formItem .prdOpTit,
#sit_tot_price {
	font-family: "MiloOT-Light" !important;
    color: #8B8B8B;
}
.formItem .form-control {
    border: 1px solid #B2B2B2;
    border-radius: 0px;
    font-size: 14px;
    padding: 10px;
    box-shadow: 0 0 0;
}
.formItem select.form-control,
.formItem input.form-control {
    height: 42px;
    line-height: 40px;
    padding: 0 10px;
}
@media (max-width:768px){
    .formItem select.form-control,
    .formItem input.form-control {
        height: 32px;
        line-height: 30px;
        padding: 0 5px;
    }
}

/* option count */
.formItem .opt_selected > li:not(:last-child) {
    margin-bottom: 10px;
}
.formItem .prdOpTit {
    color: #8B8B8B;
    margin-bottom: 10px;
    line-height: 1.1em;
}
.formItem .opt_count .num_input,
.formItem .opt_count .sit_qty {
    float: left;
}
.formItem .opt_count .num_input {
    font-size: 16px;
    text-align: center;
    margin-right: -2px;
}
.formItem .opt_count .sit_qty {
    display: block;
    border: 1px solid #B2B2B2;
    color: #8B8B8B;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    height: 42px;
    width: 42px;
    margin-right: -1px;
}
.formItem .opt_count .sit_opt_prc_wrp {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.formItem .opt_count .sit_opt_del {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: url(../img/sit_opt_del.png) center center no-repeat;
    background-color: transparent;
    border: 0px;
}
.formItem .opt_count .sit_opt_prc {
    margin: 0px;
    color: #000;
}
@media (max-width:768px){
    .formItem .opt_count .sit_qty {
        height: 32px;
        width: 32px;
    }
}
/* sit_tot_price */
#sit_tot_price {
    border-top: 1px solid rgba(178, 178, 178, 0.5);
    padding-top: 15px;
}
#sit_tot_price .tot_price {
    color: #8B8B8B;
}
/* sit_ov_btn */
.sit_ov_btn {
    position: relative;
    padding-right: 40px;
}
.sit_ov_btn .f_box  {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}
.sit_ov_btn > .f_box > div {
    width: 50%;
    padding-right: 5px;
}
.sit_ov_btn a,
.sit_ov_btn button {
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    border: 0px;
    text-align: center;
    text-decoration: none;
}
.sit_ov_btn .sit_btn_buy {
    background-color: #007346;
    color: #fff;
}
.sit_ov_btn .sit_btn_cart {
    background-color: #8B8B8B;
    color: #fff;
}
.sit_ov_btn .wish {
    position: absolute;
    right: 0;
    top: 0;
}
.sit_ov_btn .wish a {
    text-decoration: none;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    font-size: 24px;
    color: #007346;
}
/* productView */
@media (min-width:1920px){
    #productView {
        width: 80%;
    }
}
@media (max-width:1920px) and (min-width:992px){
    #productView {
        width: calc(100% - 500px);
        max-width: 1360px;
    }
}

/* productFloat */
#productFloat .productBuyBox {
    max-width: 430px;
}
#productFloat .productBuyBox .productBuyBoxTit {
    min-width: 205px;
}
@media (min-width:1920px){
    #productFloat {
        position: fixed;
        padding: 30px;
        background-color: #E5E5E5;
        z-index: 1100;
        height: 100%;
        width: 45%;
        right: 0;
        top: 0;
    
        transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
    }
    html.sticky-header-active #productFloat {
        width: 20%;
    }
}
@media (max-width:1920px) and (min-width:992px){
    #productFloat {
        position: fixed;
        padding: 30px 15px 30px 70px;
        background-color: #E5E5E5;
        z-index: 1100;
        height: 100%;
        width: 45%;
        right: 0;
        top: 0;
    
        transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
    }
    html.sticky-header-active #productFloat {
        width: calc(100% - 1360px);
        min-width: 500px;
    }
}
@media (max-width:992px){
    #productFloat {
        padding: 20px 15px;
    }
    #productFloat .productBuyBox {
        margin: 0 auto;
    }
}
/* buyOptions */
#buyOptions ul li {
    margin-bottom: 15px;
}
#buyOptions #buyOptions_qty {
    display: table;
    width: 100%;
    height: 100%;
}
#buyOptions #buyOptions_qty > li {
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
}
@media (min-width:992px){
    #buyOptions {
        max-width: 330px;
    }
    #buyOptions #buyOptions_opt {
        min-height: 105px;
    }
    #buyOptions #buyOptions_qty_wrp {
        height: 210px;
        overflow-y: scroll;
        -ms-overflow-style: none; /* IE, Edge */
        scrollbar-width: none; /* Firefox */
    }
    #buyOptions #buyOptions_qty_wrp::-webkit-scrollbar {
        display: none !important;
    }
}
/* productTopSec */
#productTopSec .itemThum {
    margin: 0 auto;
    position: relative;
}
#productTopSec .itemThum #thumList li {
    position: relative;
    cursor: pointer;
}
#productTopSec .itemThum #thumList li.act:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #111;
    z-index: 5;
    opacity: 1;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media (min-width:992px) and (min-height:800px){
    #productTopSec.maxH {
        max-height: 100vh;
    }
}
@media (min-width:1200px){
    #productTopSec .itemThum {
        max-width: 860px;
        padding-left: 14%;
        margin-right: 30%;
        margin-left: 10%;
    }
    #productTopSec .itemThum #thumList {
        position: absolute;
        left: 0;
        top: 0;
        width: 19.6%;
    }
}
@media (max-width:1200px) and (min-width:992px){
    #productTopSec .itemThum {
        max-width: 860px;
        padding-left: 14%;
        margin-right: 10%;
        margin-left: 10%;
    }
    #productTopSec .itemThum #thumList {
        position: absolute;
        left: 0;
        top: 0;
        width: 19.6%;
    }
}
@media (min-width:992px){
    #productTopSec .itemThum #thumList li:not(:last-child):before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(178, 178, 178, 0.5);
        z-index: 2;
    }
}
@media (max-width:1200px) and (min-width:992px){
    #productTopSec .itemThum {
        padding-left: 20%;
    }
    #productTopSec .itemThum #thumList {
        width: 17%;
    }
}
@media (max-width:992px){
    #productTopSec .itemThum {
        max-width: 600px;
        padding: 0 15px;
    }
    #productTopSec .itemThum #thumList {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        margin-top: 5px;
    }
    #productTopSec .itemThum #thumList li {
        width: 24%;
        margin: 0 1%;
    }
}
/* contBox */
.contBox {
    padding: 0 15px;
}
/* prdSecTit */
.prdSecTit {
    padding: 130px 0;
}
.prdSecTit h1 {
    line-height: 1.1em;
}
.prdSecTit h5 {
    line-height: 1.1em;
    margin-top: 10px;
}
@media (min-width:992px){
    .prdSecTit h5 {
        font-size: 20px;
    }
}
@media (min-width:992px){
    .prdSecTit {
        padding: 70px 0;
    }
}
@media (max-width:768px){
    .prdSecTit {
        padding: 30px 0;
    }
}
/* vdoArea */
.vdoArea video {
    width: 100%;
}
/* .vdoArea {
    min-height: 760px;
    position: relative;
}
.vdoArea .vdo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.vdoArea .vdo video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (min-width:1800px) {
    .vdoArea video {
        width: 100%;
    }
} */
/* productSec2 */
#productSec2 img {
    width: 100%;
}
/* productSec3 */
#productSec3 .useList {
    max-width: 990px;
    padding: 0 15px;
    margin: 0 auto;
}
#productSec3 .useList .item p {
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.3em;
}
@media (min-width:992px){
    #productSec3 .useList .item {
        height: 360px;
    }
}
@media (max-width:992px) and (min-width:768px) {
    #productSec3 .useList .item {
        height: 200px;
    }
    #productSec3 .useList .item img {
        width: 50px;
    }
}
@media (max-width:768px){
    #productSec3 .useList > ul > li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #productSec3 .useList .item .icon {
        padding-right: 15px;
    }
    #productSec3 .useList .item .txt {
        width: 80%;
        text-align: left;
    }
    #productSec3 .useList .item .txt .sbj {
        margin-top: 0px;
    }
}
/* productSec3_cream */
#productSec3_cream.creamType1 {
    background: url(../img/creamType1.png) center center no-repeat;
}
#productSec3_cream.creamType1 .conwrp {
    position: relative;
    /* max-width: 1810px; */
    padding-left: 15px;
    padding-right: 15px;
}
#productSec3_cream.creamType1 .conwrp .sideTxt {
    height: auto;
    width: 300px;
    color: #8B8B8B;
    font-weight: 400;
    font-size: 11px;
}
@media (min-width:768px){
    #productSec3_cream.creamType1 .conwrp .sideTxt {
        position: absolute;
        right: 15px;
        bottom: 30px;
        font-size: 10px;
    }
}
@media (max-width:768px){
    #productSec3_cream.creamType1 {
        background-size: 70%;
    }
    #productSec3_cream.creamType1 .conwrp {
        padding: 150px 0;
    }
    #productSec3_cream.creamType1 .conwrp .sideTxt {
        position: absolute;
        left: 15px;
        bottom: 30px;
    }
}
/* productSec4 */
#productSec4 {
    background: url(../img/productSec4.jpg) center center no-repeat;
    background-size: cover;
}
#productSec4 h4 {
    margin-top: 10px;
}
@media (min-width:992px) {
    #productSec4 .productSec4_logo {
        position: absolute;
        bottom: 40px;
        width: 100%;
        left: 0;
    }
}
@media (min-width:992px) and (min-height:800px){
    #productSec4 {
        height: 765px;
        min-height: 765px;
    }
}
@media (min-width:992px) and (max-height:800px){
    #productSec4 {
        height: 765px;
    }
}


/* productSec5 */
#productSec5 .compList .item p {
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.3em;
}
#productSec5 .compList .item h6 {
    color: #B2B2B2;
}
@media (min-width:992px){
    #productSec5 .compList .item {
        height: 360px;
    }
}
@media (max-width:992px) and (min-width:768px) {
    #productSec5 .compList .item {
        min-height: 200px;
    }
}
@media (max-width:768px){
    #productSec5 .compList .item {
        min-height: 150px;
    }
    #productSec5 .compList .item .txt .sbj {
        margin-top: 0px;
    }
}

/* productSec6 */
#productSec6 {
    background-color: #007346;
}
#productSec6 .vdo {
    width: 674px;
    height: 674px;
    margin: 0 auto;
    overflow: hidden;
}
#productSec6 .vdo video {
    height: 674px;
}
@media (max-width:1400px) and (min-width:992px){
    #productSec6 .vdo {
        width: 450px;
        height: 450px;
    }
    #productSec6 .vdo video {
        height: 450px;
    }
}
@media (max-width:992px){
    #productSec6 .vdo {
        width: 450px;
        height: 450px;
    }
    #productSec6 .vdo video {
        height: 450px;
    }
}
@media (max-width:768px){
    #productSec6 .vdo {
        width: 300px;
        height: 300px;
    }
    #productSec6 .vdo video {
        height: 300px;
    }
}
/* licenseWrp */
.licenseWrp {
    display: flex;
    flex-wrap: nowrap;
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}
.licenseWrp > div {
    max-width: 300px;
    text-align: center;
}
.licenseWrp .item img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.licenseWrp .item p {
    background: url(../img/lsnCheck.png) left center no-repeat;
    padding-left: 30px;
    display: inline-block;
    margin-top: 20px;
}
@media (max-width:992px){
    .licenseWrp > div {
        padding: 0 15px;
        width: 50%;
    }
}
@media (max-width:768px){
    .licenseWrp .item p {
        padding-left: 20px;
        background-size: 10px;
        background-position-y: 5px;
        text-align: left;
        word-break: keep-all;
        display: inline-block;
        width: 130px;
    }
}
/* productSec8 */
#productSec8 .img img {
    width: 100%;
}
#productSec8 .txt {
    padding: 0 30px 80px 80px;
    background-color: #fff;
}
#productSec8 .txt p {
    max-width: 529px;
}
@media (min-width:992px) and (max-height:800px){
    #productSec8 .txt {
        padding: 80px 30px 80px 80px;
    }
}
@media (max-width:992px){
    #productSec8 .c_wrp_lg {
        display: flex;
        flex-wrap: wrap;
    }
    #productSec8 .c_wrp_lg > div {
        width: 100%;
    }
    #productSec8 .img {
        order: 1;
    }
    #productSec8 .txt {
        padding: 50px 15px;
        order: 2;
    }
}

/* productSec10 */
#productSec10 .tit svg {
    width: 115px;
    height: auto;
}
#productSec10 .infoBox {
    margin: 0 auto;
}
@media (max-width:768px){
    #productSec10 .tit svg {
        width: 85px;
    }
}
/* relatedPrd */
.relatedPrd img {
    display: inline-block;
}
/* qnaWrp */
#qnaWrp {
    border-bottom: 1px solid #ddd;
}
#qnaWrp .qnaItem {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 25px 0;
}
#qnaWrp .qnaItem > div {
    position: relative;
}
#qnaWrp .qnaItem .qna_q {
    padding: 8px 0;
    padding-right: 30px;
    cursor: pointer;
}
#qnaWrp .qnaItem .qna_q .actBtn {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/qna_pls.png) center center no-repeat;
}
#qnaWrp .qnaItem.act .qna_q .actBtn {
    background: url(../img/qna_minus.png) center center no-repeat;
}
@media (max-width:768px){
    #qnaWrp .qnaItem {
        padding: 15px 10px;
    }
    #qnaWrp .qnaItem .qna_q {
        padding: 2px;
        padding-right: 25px;
    }
    #qnaWrp .qnaItem .qna_q h3 {
        top: 0;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        top: 2px;
        height: 20px;
        background-size: 10px !important;
    }
}
/* infoTable */
.table.infoTable tbody tr th,
.table.infoTable tbody tr td {
    font-size: 14px;
    line-height: 1.1em;
    padding: 12px 15px 12px 0;
    font-weight: 400;
    border: 0px;
}
.table.infoTable tbody tr th {
    color: #000;
}
.table.infoTable tbody tr td {
    color: #8B8B8B;
}
@media (max-width:768px){
    .table.infoTable tbody tr th,
    .table.infoTable tbody tr td {
        font-size: 13px;
        line-height: 1.2em;
        padding: 8px 10px 8px 0;
    }
}
/* centered */
#boardBottomTableWrp,
.viewBtn.btnWrp,
#reviewList .reviewItem .review {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
/* reviewList */
#reviewList .reviewItem,
#reviewList #topInfo h6,
#reviewList #topInfo h5,
#reviewList #topInfo p,
#reviewList .reviewItem .review .reviewCon .moreReview {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#reviewList .reviewItem:not(.act):hover {
    background-color: #007346;
}
#reviewList .reviewItem:not(.act):hover h6,
#reviewList .reviewItem:not(.act):hover h5,
#reviewList .reviewItem:not(.act):hover p,
#reviewList .reviewItem:not(.act):hover .review .reviewCon .moreReview  {
    color: #fff !important;
}
#reviewList .reviewItem:not(.act):hover .btnWrp .btn_dft {
    background-color: #fff;
    color: #007346;
}
#reviewList .reviewItem .review {
    display: flex;
    flex-wrap: nowrap;
    padding: 50px 0;
    border-bottom: 1px solid rgba(178, 178, 178, 0.5);
}
#reviewList .reviewItem .review .img {
    width: 235px;
    min-width: 235px;
}
#reviewList .reviewItem .review .txt {
    padding-left: 70px;
    width: 100%;
}
#reviewList #topInfo {
    align-items: center;
}
#reviewList #topInfo .right p span,
#reviewList #topInfo .left h5,
#reviewList #topInfo .left p {
    display: inline-block;
    margin-bottom: 0px;
}
#reviewList #topInfo .right .nm,
#reviewList #topInfo .left h5 {
    margin-right: 35px;
}
#reviewList .reviewItem .review .reviewCon .rvwUnAct {
    cursor: pointer;
}
#reviewList .reviewItem .review .reviewCon .moreReview {
    font-size: 0.8em;
    color: #8B8B8B;
}
#reviewList .reviewItem .review .cmtWrp .clickArea {
    margin-top: 20px;
    padding: 5px 0;
}
#reviewList .reviewItem .review .cmtWrp .clickArea span {
    cursor: pointer;
}
#reviewList .reviewItem .review .cmtWrp .cmtCls {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}
@media (min-width:992px){
    #reviewList .reviewItem .review .cmtWrp .cmt {
        position: relative;
        padding-right: 160px;
    }
    #reviewList .reviewItem .review .cmtWrp .cmt .btnWrp {
        position: absolute;
        width: 140px;
        right: 0;
        top: 0;
    }
}
@media (max-width:1100px){
    #reviewList .reviewItem .review {
        padding: 30px 15px;
    }
    #reviewList .reviewItem .review .txt {
        padding-left: 40px;
    }
}
@media (max-width:992px){
    #reviewList .reviewItem .review .img {
        width: 150px;
        min-width: 150px;
    }
    #reviewList .reviewItem .review .cmtWrp .cmt .btnWrp > div {
        display: inline-block;
        width: 48%;
    }
    #reviewList .reviewItem .review .cmtWrp .cmt .btnWrp .btn_dft {
        width: 100%;
    }
}
@media (max-width:768px){
    #reviewList .reviewItem .review {
        position: relative;
        padding: 15px;
    }
    #reviewList .reviewItem .review .img {
        width: 40px;
        min-width: 40px;
    }
    #reviewList #topInfo {
        flex-wrap: wrap;
    }
    #reviewList #topInfo > div {
        width: 100%;
    }
    #reviewList #topInfo .right .nm,
    #reviewList #topInfo .left h5 {
        margin-right: 8px;
    }
    #reviewList .reviewItem .review .txt {
        padding-left: 20px;
    }
}

/* boardCommentRead */
#boardCommentRead .comtBtnBox {
    white-space: nowrap;
}
#boardCommentRead .commentList {
    border-top: 1px solid #aaa;
    margin-top: 15px;
}
#boardCommentRead .commentList > li > .c_wrp {
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}
#boardCommentRead .lft .cmtId span,
#boardCommentRead .lft .cmtId strong {
    display: inline-block;
    position: relative;
}
#boardCommentRead .lft .cmtId strong {
    padding-right: 10px;
    margin-right: 10px;
}
#boardCommentRead .lft .cmtId strong:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #aaa;
}
#boardCommentRead .lft .content {
    margin-top: 10px;
}
#boardCommentRead .comentTocomtent .lft textarea {
    height: 112px;
    box-shadow: 0 0 0;
}
#boardCommentRead .rt {
    text-align: right;
}
#boardCommentRead .comentTocomtent > li > .c_wrp {
    padding: 20px 15px 20px 35px;
    border-bottom: 1px solid #aaa;
    background-color: rgba(255,255,255,0.3);
    position: relative;
}
#boardCommentRead .comentTocomtent > li > .c_wrp:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background:url(../img/cmtTocmt.png) center center no-repeat;
    left: 15px;
    top: 22px;
}
#boardCommentRead .comtForComt {
    display: inline-block;
    cursor: pointer;
}
#boardCommentRead .comtForComt:hover {
    text-decoration: underline
}
@media (min-width:992px){
    #boardCommentRead .c_wrp > .rt {
        padding-left: 10px;
        width: 20%;
    }
}
@media (max-width:992px){
    #boardCommentRead {
        margin-top: 20px;
    }
    #boardCommentRead .comentTocomtent > li > .c_wrp:before {
        width: 8px;
        height: 8px;
        background-size: 8px !important;
        left: 18px;
        top: 24px;
    }
}
/* commentBtn */
.commentBtn {
    display: inline-block;
    line-height: 1em;
    padding: 7px 10px;
    border: 0px solid #aaa;
    background-color: #ddd;
    color: #6b7076 !important;
    font-weight: 400;
    text-decoration: none;
    font-size: 13px;
}
@media (max-width:992px){
    .commentBtn {
        font-size: 12px;
        margin-top: 10px;
    }
}

/* boardBottomTable */
/* #boardBottomTable thead tr th,
#boardBottomTable thead tr td,
#boardBottomTable tbody tr th,
#boardBottomTable tbody tr td {
    font-size: 16px;
    color: #000;
    vertical-align: middle;
    border: 0px;
    border-bottom: 1px solid rgba(178, 178, 178, 0.5);
    padding: 40px 5px 20px;
}
#boardBottomTable thead tr th,
#boardBottomTable thead tr td,
#boardBottomTable tbody tr th,
#boardBottomTable tbody tr td:not(.sbj) {
    text-align: center;
}
#boardBottomTable tbody tr td a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    color: #000;
}
@media (max-width:768px){
    #boardBottomTable thead tr th,
    #boardBottomTable thead tr td,
    #boardBottomTable tbody tr th,
    #boardBottomTable tbody tr td {
        font-size: 11px;
        padding: 25px 5px 10px;
    }
    #boardBottomTable tbody tr td a {
        font-size: 12px;
    }
    #boardBottomTable tbody tr td a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 150px;
    }
} */




/*company : sec11*/
#sub_contact {
    background-color: #007346;
}
#sub_contact ul {
    max-width: 720px;
    margin: 0 auto;
}
@media (max-height:700px){
    #sub_contact {
        padding: 40px 0;
    }
}

/*onlineForm*/
form.onlineForm ul li {
    margin-bottom: 15px;
}
form.onlineForm .formbox label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
}
form.onlineForm .formbox .form-control {
    border: 0px;
    border-radius: 0;
    box-shadow: 0 0 0;
}
form.onlineForm .formbox input.form-control {
    height: 45px;
}
form.onlineForm .formbox input.form-control:focus {
    border-color: #CEAD6B;
}
form.onlineForm .formbox label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
}
form.onlineForm .btnWrp .btnCom:hover {    
    background-color: #03CCE1;
}
@media (max-width:768px){
    form.onlineForm .formbox label {
        font-size: 13px;
    }
    form.onlineForm .formbox input.form-control {
        height: 35px;
    }
}
/* productTopFloat */
#productTopFloat {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    padding: 10px;
    display: none;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#productTopFloat .sit_ov_btn {
    margin-top: 0px;
    max-width: 430px;
    margin: 0 auto;
}
@media (max-width:992px){
    #productTopFloat.act {
        display: block;
        opacity: 1;
    }
}