/* maxW */
.maxW10 { max-width: 10px; }
.maxW20 { max-width: 20px; }
.maxW30 { max-width: 30px; }
.maxW40 { max-width: 40px; }
.maxW50 { max-width: 50px; }
.maxW60 { max-width: 60px; }
.maxW70 { max-width: 70px; }
.maxW80 { max-width: 80px; }
.maxW90 { max-width: 90px; }
.maxW100 { max-width: 100px; }
.maxW150 { max-width: 150px; }
.maxW180 { max-width: 180px; }
.maxW200 { max-width: 200px; }
.maxW250 { max-width: 250px; }
.maxW300 { max-width: 300px; }
.maxW400 { max-width: 400px; }
.maxW500 { max-width: 500px; }
.maxW600 { max-width: 600px; }
.maxW700 { max-width: 700px; }
.maxW800 { max-width: 800px; }
.maxW820 { max-width: 820px; }
.maxW900 { max-width: 900px; }
.maxW1000 { max-width: 1000px; }
.maxW1100 { max-width: 1100px; }
.maxW1200 { max-width: 1200px; }
.maxW1260 { max-width: 1260px; }
.maxW1300 { max-width: 1300px; }
.maxW1400 { max-width: 1400px; }

/* alingCenter */
.alingCenter {
    margin-left: auto;
    margin-right: auto;
}
/* bg */
.bg-color-green {
    background-color: #007346;
}
/* maxH */
@media (min-width:992px) {
    .maxH {
        max-height: 1080px;
        overflow: hidden;
    }
}
/* minH */
.minH {
    position: relative;
}
@media (min-width:992px) and (min-height:800px){
    .minH {
        height: 100vh;
        min-height: 900px;
    }
}
@media (min-width:992px) and (max-height:800px){
    .minH {
        height: 900px;
    }
}
@media (max-width:992px){
    .minH {
        padding: 60px 0;
    }
}
@media (max-width:992px) and (min-width:768px){
    .minH.notpc {
        min-height: 500px;
    }
}
@media (max-width:768px){
    .minH.notpc {
        min-height: 300px;
    }
}

/* makeInline */
.makeInline {
    display: inline-block;
}

/* vdoEffBox */
.vdoEffBox {
    position: relative;
    overflow: hidden;
}
.vdoEffBox .vdo {
    line-height: 0px;
    max-height: 700px;
    overflow: hidden;
}
.vdoEffBox .imgBox .imgFloat {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
@media (min-width:768px){
    .vdoEffBox .vdo img {
        opacity: 0;
    }
    .vdoEffBox .vdo {
        background-size: cover !important;
    }
    .vdoEffBox .vdo.vdo1 {
        background: url(../img/video_prd1.jpg) left center no-repeat;
    }
    .vdoEffBox .vdo.vdo2 {
        background: url(../img/video_prd2.jpg) right center no-repeat;
    }
    .vdoEffBox .vdo.vdo3 {
        background: url(../img/video_prd3.jpg) left center no-repeat;
    }
    .vdoEffBox .vdo.vdo4 {
        background: url(../img/video_prd4.jpg) right center no-repeat;
    }
}
@media (min-width:768px){
    .vdoEffBox {
        position: relative;
    }
    .vdoEffBox .vdo video {
        width: 100%;
    }
    .vdoEffBox.vdoEffBoxRight {
        padding-right: 40%;
    }
    .vdoEffBox.vdoEffBoxLeft {
        padding-left: 40%;
    }
    .vdoEffBox .imgBoxRight,
    .vdoEffBox .imgBoxLeft {
        position: absolute;
        top: 0;
        height: 100%;
        width: 40%;
    }
    .vdoEffBox .imgBoxRight {
        left: 60%;
    }
    .vdoEffBox .imgBoxLeft {
        right: 60%;
    }
    .vdoEffBox .imgContent {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .vdoEffBox .imgContent img {
        max-height: 100%;
        max-width: 318px;
    }
}
@media (max-width:992px){
    .vdoEffBox .vdo {
        max-height: 600px;
    }
}
@media (max-width:768px){
    .vdoEffBox .vdo {
        height: auto;
    }
    .vdoEffBox .vdo video {
        width: 100%;
    }
    .vdoEffBox .imgBox {
        display: none;
    }
}
/* slideProduct */
#slideProduct .slick-dots {
    margin-top: 0px;
}
@media (min-width:768px){
    #slideProduct {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 100;
        width: 100%;
        background-color: #fff;
        opacity: 0;

        transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
    }
    .vdoEffBoxRight #slideProduct {
        left: 60%;
    }
    .vdoEffBoxLeft #slideProduct {
        right: 60%;
    }
    .vdoEffBoxRight.act #slideProduct {
        opacity: 1;
        left: 0;
    }
    .vdoEffBoxLeft.act #slideProduct {
        opacity: 1;
        right: 0%;
    }
    #slideProduct .slick-slider,
    #slideProduct .slick-slider .slick-list,
    #slideProduct .slick-slider .slick-track,
    #slideProduct .slick-slide a {
        height: 100%;
    }
    .vdoEffBoxRight #slideProduct {
        padding-right: 15%;
    }
    .vdoEffBoxLeft #slideProduct {
        padding-left: 15%;
    }
    #slideProduct .btnWrp {
        position: absolute;
        bottom: 50px;
    }
    .vdoEffBoxRight #slideProduct .btnWrp {
        right: 3%;
    }
    .vdoEffBoxLeft #slideProduct .btnWrp {
        left: 3%;
    }
}
@media (max-width:768px){
    .prdTotalWrp {
        padding: 40px 0;
    }
    #slideProduct .slick-slide img {
        max-width: 90%;
        margin: 0 auto;
    }
    #slideProduct .btnWrp {
        text-align: center;
        margin: 20px 0;
    }
}

/* topVdo */
#topVdo {
    line-height: 0px;
    height: 700px;
    overflow: hidden;
    position: relative;

    /* 임시 */
    /* background-attachment: fixed !important;
    background-size: cover !important; */
}
#topVdo .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#topVdo .txt h3 {
    font-size: 36px;
    line-height: 1em;
    text-transform: initial;
}
#topVdo video {
    width: 100%;
}
@media (min-width:768px){
    #topVdo .videoCon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #topVdo .videoCon > div {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}
@media (max-width:992px){
    #topVdo {
        height: 600px;
    }
}
@media (max-width:768px){
    #topVdo {
        height: 250px;

        /* 임시 */
        /* height: 250px;
        background-attachment: scroll !important; */
    }
    #topVdo .videoCon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    #topVdo video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #topVdo .txt h3 {
        font-size: 18px; 
    }
}

/* subTopInfo */
#subTopInfo {
    padding: 0 15px;
}
#subTopInfo ul li {
    display: inline-block;
    margin: 10px;
    position: relative;
}
#subTopInfo ul li:not(:first-child):after {
    content: "";
    position: absolute;
    left: -10px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ddd;
}
#subTopInfo .lft li {
    font-size: 18px;
}
#subTopInfo .rt ul {
    display: inline-block;
}
#subTopInfo .rt li {
    font-size: 14px;
    cursor: pointer;
}
@media (max-width:768px){
    #subTopInfo {
        padding: 0 5px;
    }
    #subTopInfo ul li {
        margin: 5px;
    }
    #subTopInfo .lft li {
        font-size: 14px;
    }
    #subTopInfo .rt li {
        font-size: 12px;
    }
}
/* subTopInfo search */
#searchBox {
    display: inline-block;
    text-align: left;
}
#searchBox .mobile-search-form {
    position: relative;
}
#searchBox .mobile-search-form #sch_stx {
    border: 0px;
    border-bottom: 1px solid #8B8B8B;
    padding-right: 25px;
    background-color: transparent;
}
#searchBox .mobile-search-form .search-btn {
    position:absolute;
    width: 13px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/sch_i.png) center center no-repeat;
    border: 0px;
    background-size: 100%;
}
@media (max-width:1600px){
    #searchBox .mobile-search-form .search-btn {
        background-image: url(../img/sch_i_big.png);
    }
}
@media (max-width:768px){
    #searchBox {
        padding: 30px 0;
    }
}
/* productList */
#productList li a {
    text-decoration: none;
    position: relative;
} 
#productList li a .btnWrp {
    position: absolute;
    right: 35px;
    bottom: 45px;
    opacity: 0;
}
#productList li a .img {
    position: relative;
}
#productList li a .img > img {
    position: relative;
    z-index: 3;
}
#productList li a .oilpl img,
#productList li a .oilpl {
    position: absolute;
    left: 40%;
    bottom: 40px;
}
@media (min-width:1200px){
    #productList li a {
        height: 640px;
    }
    #productList.autoH li a {
        height: auto;
    }
}
@media (min-width:992px){
    #productList li a {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    #productList li a:hover {
        padding-right: 40%;
    }
    #productList li a:hover {
        background-color: #007346;;
    } 
    #productList li a:hover .txt h5,
    #productList li a:hover .txt p {
        color: #fff;;
    } 
    #productList li a:hover .btnWrp {
        opacity: 1;
    }
    #productList.productList1 li a img {
        max-width: 200px;
    } 
    #productList.productList3 li a img {
        max-width: 270px;
    } 
    #productList.productList4 li a img {
        max-width: 200px;
    } 
    #productList li a .oilpl img,
    #productList li a .oilpl{
        opacity: 0;
    }
    #productList li a:hover .oilpl img,
    #productList li a:hover .oilpl {
        opacity: 1;
    } 
} 
@media (max-width:992px){
    #productList li a {
        padding: 40px;
    }
}
@media (max-width:992px){
    #productList.productList4 li a {
        padding-top: 60px;
    }
    #productList.productList4 li a .oilpl img,
    #productList.productList4 li a .oilpl {
        width: 150px;
        left: 30%;
    }
    #productList.productList4 li a img {
        max-width: 200px;
    } 
}
@media (max-width:768px){
    #productList li a {
        padding: 15px 0;
    }
    #productList li a img {
        max-width: 70%;
    } 
    #productList li a .oilpl img,
    #productList li a .oilpl {
        bottom: 30px;
    }
    #productList.productList4 li a {
        padding-top: 40px;
    }
    #productList.productList4 li a .oilpl img,
    #productList.productList4 li a .oilpl {
        width: 100px;
        left: 30%;
    }
    #productList.productList4 li a img {
        max-width: 135px;
        height: auto;
    } 
}

/* subTop */
#subTop {
    height: 480px;
    background-size: cover;
}
#subTop.b2b,
#subTop.prRl {
    background: url(../img/subtop_b2b.jpg) center center no-repeat;
    background-size: cover;
}
#subTop.rvw {
    background: url(../img/subtop_rvw.jpg) center center no-repeat;
    background-size: cover;
}
#subTop.inq {
    background: url(../img/subtop_inq.jpg) center center no-repeat;
    background-size: cover;
}
#subTop.sgst {
    background: url(../img/subtop_sgst.jpg) center center no-repeat;
    background-size: cover;
}
#subTop p {
    margin-top: 10px;
}
@media (max-width:992px){
    #subTop {
        height: 300px;
    }
}
@media (max-width:768px){
    #subTop {
        height: 200px;
    }
}

/* whyDistr */
#whyDistr {
    max-width: 1620px;
}
#whyDistr > li {
    width: 25%;
}
#whyDistr > li .item {
    padding: 45px 15px 15px 60px;
    cursor: pointer;
}
#whyDistr > li .item p {
    max-width: 300px;
    margin-top: 40px;
}
#whyDistr > li .item h4,
#whyDistr > li .item p {
    color: #fff;
}
@media (min-width:992px){
    #whyDistr > li .item {
        min-height: 300px;
    }
}
@media (max-width:992px){
    #whyDistr {
        flex-wrap: wrap;
    }
    #whyDistr > li {
        width: 50%;
    }
    #whyDistr > li .item {
        padding: 20px 15px;
        min-height: 200px;
    }
    #whyDistr > li .item p {
        margin-top: 10px;
    }
    #whyDistr > li:nth-child(3) .item,
    #whyDistr > li:nth-child(2) .item {
        background-color: #007346;
    }
    #whyDistr > li:nth-child(3) .item h4,
    #whyDistr > li:nth-child(3) .item p,
    #whyDistr > li:nth-child(2) .item h4,
    #whyDistr > li:nth-child(2) .item p {
        color: #fff !important;
    }
}
@media (max-width:768px){
    #whyDistr > li .item {
        padding: 20px 15px 0;
        min-height: 220px;
    }
}
/* txtList */
#txtList {
    max-width: 1620px;
}
#txtList .img img {
    width: 100%;
}
#txtList .txt {
    padding: 0 30px 80px 80px;
    background-color: #fff;
}
#txtList .txt p {
    max-width: 669px;
}
@media (min-width:992px) and (max-height:800px){
    #txtList .txt {
        padding: 80px 30px 80px 80px;
    }
}
@media (max-width:992px){
    #txtList .c_wrp_lg {
        display: flex;
        flex-wrap: wrap;
    }
    #txtList .c_wrp_lg > div {
        width: 100%;
    }
    #txtList .img {
        order: 1;
    }
    #txtList .txt {
        padding: 30px 15px;
        order: 2;
    }
}

/* reviewCategories */
#reviewCategories > a {
    display: block;
    width: 20%;
    position: relative;
}
#reviewCategories > a img {
    width: 100%;
}
#reviewCategories > a.act img {
    opacity: 0;
}
#reviewCategories > a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.92);
}
#reviewCategories > a.act .txt h3,
#reviewCategories > a .txt h3 {
    color: #007346;
    font-weight: 500;
}
#reviewCategories > a .txt,
#reviewCategories > a .txt h3 {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#reviewCategories > a.act .txt,
#reviewCategories > a:hover .txt {
    background-color: rgba(255,255,255,0);
}
#reviewCategories > a:not(.act):hover .txt h3 {
    color: #fff;
}
@media (max-width:768px){
    #reviewCategories > a .txt h3 {
        font-size: 11px;
    }
}
/* faqCategories */
#faqCategories > a {
    display: block;
    width: 12.5%;
    position: relative;
}
#faqCategories > a {
    text-decoration: none;
    background-color: #B2B2B2;
    position: relative;
}
#faqCategories > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
}
#faqCategories > a p {
    line-height: 80px;
    color: #fff;
    font-weight: 500;
    line-height: 80px;
}
#faqCategories > a,
#faqCategories > a p {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#faqCategories > a.act,
#faqCategories > a:hover {
    background-color: #007346;
}
#faqCategories > a.act p,
#faqCategories > a:hover p {
    color: #fff;
}
@media (max-width:1200px){
    #faqCategories {
        flex-wrap: wrap;
    }
    #faqCategories > a {
        width: 25%;
    }
}
@media (max-width:768px){
    #faqCategories {
        display: block;
    }
    #faqCategories > a {
        width: auto;
        display: inline-block;
        line-height: 1em;
        padding: 10px;
        margin: 3px 0;
    }
    #faqCategories > a p {
        font-size: 11px;
        line-height: 1em;
    }
}
/* mainNews, btNews */
#btNews a,
#mainNews a {
    text-decoration: none;
}
#mainNews a .moreReview {
    font-size: 0.8em;
    color: #8B8B8B;
}
#btNews a .btInfo strong,
#btNews a .btInfo span,
#mainNews a .btInfo strong,
#mainNews a .btInfo span {
    display: inline-block;
    vertical-align: middle;
    color: #8B8B8B;
}
#btNews a .btInfo strong,
#mainNews a .btInfo strong {
    margin: 0 30px;
    width: 1px;
    height: 12px;
    background-color: #8B8B8B;
}
#btNews a .txt .newsTit,
#mainNews a .txt .newsTit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#btNews ul li {
    margin: 40px 0;
}
#btNews a .txt {
    margin-top: 10px;
}
@media (min-width:992px) {
    #mainNews a .txt .newsTit {
        font-size: 32px;
    }
}
@media (min-width:768px) {
    #mainNews a .txt {
        padding-left: 30px;
    }
    #mainNews a .newsCon {
        min-height: 190px;
    }
}
@media (max-width:768px) {
    .sec_dvd.sec_dvd_mini.mainNewsWrp {
        padding: 0px;
    }
    #mainNews {
        background-color: #f4f4f4;
        padding: 20px;
        margin: 0 -15px;
    }
    #mainNews a .txt {
        padding-top: 20px;
    }
    #btNews a .btInfo strong,
    #mainNews a .btInfo strong {
        margin: 0 10px;
        height: 9px;
    }
}


/* pagination_wrp */
.pagination_wrp .pagination {
    display: inline-block;
}
.pagination_wrp .pagination li a {
    border: 0px;
    color: #bbb;
    font-size: 16px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    background-color: transparent;
}
.pagination_wrp .pagination li a.first,
.pagination_wrp .pagination li a.last,
.pagination_wrp .pagination li a.next,
.pagination_wrp .pagination li a.pre {
    height: 38px;
    width: 38px;
    border: 0px solid #c9ccd1;
    border-radius: 6px;
    padding: 0px;
    background: url(../img/arr_des.png) center center no-repeat;
    background-color: #fff;
}
.pagination_wrp .pagination li a.first,
.pagination_wrp .pagination li a.last {
    background: url(../img/arr_des_t.png) center center no-repeat;
}
.pagination_wrp .pagination.ligter li a.first,
.pagination_wrp .pagination.ligter li a.last,
.pagination_wrp .pagination.ligter li a.next,
.pagination_wrp .pagination.ligter li a.pre {
    background-color: #fff;
    border-color: #dfe1e5;
}
.pagination_wrp .pagination li a.next {
    margin-left: 15px;
}
.pagination_wrp .pagination li a.pre {
    transform: rotate(180deg);
    margin-right: 15px;
}
.pagination_wrp .pagination li a.last {
    margin-left: 5px;
}
.pagination_wrp .pagination li a.first {
    transform: rotate(180deg);
    margin-right: 5px;
}
.pagination_wrp .pagination li.active a {
    color: #111;
    background-color: transparent !important;
}
@media (max-width: 768px) {
    .pagination_wrp {
        margin-top: 10px;
    }
    .pagination_wrp .pagination li a {
        font-size: 13px;
        line-height: 28px;
        padding: 0 5px;
    }
    .pagination_wrp .pagination li a.first,
    .pagination_wrp .pagination li a.last {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_t_big.png) center center no-repeat;
        background-size: 8px !important;
    }
    .pagination_wrp .pagination li a.next,
    .pagination_wrp .pagination li a.pre {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_big.png) center center no-repeat;
        background-size: 8px !important;
    }
}


/* boardBasic */
#boardBasic .table thead tr th,
#boardBasic .table thead tr td,
#boardBasic .table tbody tr th,
#boardBasic .table tbody tr td {
    font-size: 16px;
    color: #000;
    vertical-align: middle;
    font-weight: 400;
    border: 0px;
    border-bottom: 1px solid rgba(178, 178, 178, 0.5);
    padding: 25px 5px;
}
#boardBasic .table thead tr th,
#boardBasic .table thead tr td,
#boardBasic .table tbody tr th,
#boardBasic .table tbody tr td:not(.sbj) {
    text-align: center;
}
#boardBasic .table tbody tr td a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    color: #000;
    position: relative;
}
#boardBasic .table tbody tr.reply td.sbj a {
    padding-left: 50px;
}
#boardBasic .table tbody tr.reply td.sbj a:before {
    content: "└ re:";
    color: #8B8B8B;
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    #boardBasic .table thead tr th,
    #boardBasic .table thead tr td,
    #boardBasic .table tbody tr th,
    #boardBasic .table tbody tr td {
        font-size: 11px;
        padding: 15px 5px;
    }
    #boardBasic .table tbody tr td a {
        font-size: 12px;
    }
    #boardBasic .table tbody tr td a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 150px;
    }
    #boardBasic .table tbody tr.reply td.sbj a {
        padding-left: 30px;
    }
}

/* sub3_3 */
#sub3_3 #subTopWrp {
    position: relative;
}
#sub3_3 #subTopWrp .floatSch .schWrp {
    position: relative;
    padding-left: 100px;
    border-bottom: 1px solid #8B8B8B;
}
#sub3_3 #subTopWrp .floatSch .schWrp .sltCate {
    position: absolute;
    left: 0;
    width: 80px;
    box-shadow: 0 0 0;
    border: 0px;
    font-size: 15px;
    height: 22px;
    border-radius: 0px;
    padding: 0px;
}
#sub3_3 #subTopWrp .floatSch .schWrp #searchBox {
    display: block;
    width: 100%;
    padding: 0px !important;
}
#sub3_3 #subTopWrp .floatSch .schWrp #searchBox .mobile-search-form #sch_stx {
    width: 100%;
    border-bottom: 0px;
}
@media (min-width:992px) {
    #sub3_3 #subTopWrp .floatSch {
        position: absolute;
        bottom: 60px;
        left: 0;
        width: 100%;
    }
}
@media (max-width:768px) {
    #sub3_3 #subTopWrp {
        margin-bottom: 30px;
    }
    #sub3_3 #subTopWrp .floatSch .schWrp .sltCate {
        font-size: 12px;
    }
}
