:root {
	--sub-border-radius30: 30px; 
	--sub-border-radius20: 20px; 
	--sub-border-radius10: 10px; 
}
@media (max-width:768px){
    :root {
        --sub-border-radius30: 15px; 
        --sub-border-radius20: 10px;
        --sub-border-radius10: 5px;
    }
}


/* subtop */
#subtop {
    height: 450px;
    position: relative;
    overflow: hidden;
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
#subtop .subtopBg {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover !important;

    -webkit-animation: zoomOutInBg 1.8s ease-out 1;
    -moz-animation: zoomOutInBg 1.8s ease-in 1;
    -ms-animation: zoomOutInBg 1.8s ease-in 1;
    -o-animation: zoomOutInBg 1.8s ease-in 1;
    animation: zoomOutInBg 1.8s ease-in 1;
}
@keyframes zoomOutInBg {
    0% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }  
}
#subtop .subtopTxt {
    position: relative;
    z-index: 8;
}
#subtop .subTxt {
    opacity: .85;
}
@media (max-width:768px){
    #subtop.smHeight,
    #subtop {
        height: 200px;
        min-height: auto;
    }
}


/* company1 */
#company1 .sec1 .topLogo img {
    width: 550px;
    max-width: 80vw;
}
#company1 .sec1 .imgChkCon {
    display: flex;
    align-items: center;
    gap: 10px;
}
#company1 .sec1 .imgChkCon + .imgChkCon {
    margin-top: 15px;
}
@media (max-width:768px){
    #company1 .sec1 {
        text-align: center;
    }
    #company1 .sec1 .topLogo {
        margin-bottom: 15px;
    }
    #company1 .sec1 .fbox,
    #company1 .sec1 .imgChkCon {
        justify-content: center;
    }
    #company1 .sec1 .imgChkCon + .imgChkCon {
        margin-top: 8px;
    }
}

/* grBox */
.grBox {
    background-color: #fbf7f5;
    border-radius: var(--sub-border-radius30);
    position: relative;
}
.grBox .grBoxTit {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.grBox .grBoxTit span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 7px 7px 20px rgba(255, 119, 0, 0.3);
    border: 2px solid #ff7800;
    background-color: rgba(255, 89, 0, 0.95);
    border-radius: 60px;
    width: 250px;
    height: 60px;
}
.grBox .grItem .txt {
    margin-top: 15px;
}
@media (max-width:768px){
    .grBox .grItem {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }
    .grBox .grItem .icon {
        width: 80px;
    }
    .grBox .grItem .txt {
        margin-top: 0;
        width: calc(100% - 80px);
        padding-left: 15px;
        text-align: left;
    }
    .grBox .grBoxTit span {
        width: 200px;
        height: 40px;
    }
}

/* bg-gray */
.bg-gray {
    background-color: #f7f7f7;
}
/* sec2 */
#company1 .sec2 .aboutLogo {
    line-height: 1.6em;
}

/* clInfo */
.clInfo .ciTit span {
    display: inline-block;
    background-color: #ffe9dd;
    border-radius: 6px;
    color: #ff5900;
    line-height: 1em;
    font-weight: 600;
    padding: 5px 15px;
}

/* cvItem */
.cvItem {
    padding: 15px;
    background-color: #f7f7f7;
}
.cvItem .txt {
    padding: 20px 0;
}
/* company1 */
@media (min-width:992px) {
    #company1 .sec3 .cvItem .txt {
        height: 180px;
    }
}
/* baItem */
.baItem {
    border: 1px solid #fff;
    background-color: #fff;
    
    background-color: #f7f7f7;
    padding: 40px 50px;
    border-radius: var(--sub-border-radius20);
    display: block;
    text-decoration: none !important;

    -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;
}
.baItem:hover {
    background-color: #fff;
    border-color: #ff5900;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
}
@media (max-width:768px){
    .baItem {
        padding: 30px;
    }
    .baItem .ic img {
        width: 40px;
    }
}


/* subCon */
#subCon > #leftNav > .con > .lnbTit {
    color: #fff;
    z-index: 5;
    position: relative;
}
#subCon > #leftNav > .con > .dropdw-menu {
   padding: 30px 20px;
   margin-top: -25px;
   border-radius: 0 0 30px 30px;
   position: relative;
   z-index: 3;
   background-color: #fff;
   border: 1px solid #ddd;
   border-top: 0px;
}
#subCon > #leftNav > .con > .dropdw-menu > li:not(:last-child) {
   border-bottom: 1px solid #ddd;
}
#subCon > #leftNav > .con > .dropdw-menu > li > .lnbMn {
   font-size: 20px;
   font-weight: 300;
   color: #888;
   display: flex;
   align-items: center;
   line-height: 1em;
   padding: 15px 20px;
   text-decoration: none;
   cursor: pointer;
   position: relative;
}
#subCon > #leftNav > .con > .dropdw-menu > li.act {
   background-color: #fcfcfc;
}
#subCon > #leftNav > .con > .dropdw-menu > li.act > .lnbMn {
   color: #ff5900;
   font-weight: 500;
   background-color: #fff;
}
#subCon > #leftNav > .con > .dropdw-menu > li .lnbMn img {
    width: 20px;
}
#subCon > #leftNav > .con > .dropdw-menu > li .lnbMn .lnb-toggle {
    width: calc(100% - 20px);
    padding-left: 15px;
}
#subCon > #leftNav > .con > .dropdw-menu > li:not(.act) .lnbMn img {
    filter: grayscale(1);
}
#subCon > #leftNav > .con > .dropdw-menu > li > .lnbMn.lnb-toggle:after {
   content: "";
   position: absolute;
   right: 20px;
   top: 0;
   height: 100%;
   background: url(../img/lnb_pls.png) right center no-repeat;
   width: 15px;
   opacity: 0.4;
}
#subCon > #leftNav > .con > .dropdw-menu > li.act > .lnbMn.lnb-toggle:after {
   opacity: 1;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw {
   padding: 5px 0;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li {
   padding: 0 15px;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li > a {
   padding: 10px 5px;
   display: inline-block;
   line-height: 1em;
   font-size: 17px;
   text-decoration: none;
   font-weight: 300;
   color: #888;
   position: relative;

   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li:hover > a,
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li.act > a {
   color: #000;
   font-weight: 400;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li a:after {
   content: "";
   position: absolute;
   left: 0;
   top: 45%;
   height: 30%;
   width: 100%;
   border-radius: 50px;
   background-color: #fff098;
   opacity: 0;

   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li:hover > a:after,
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li.act > a:after {
   opacity: 1;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li > a span {
   position: relative;
   display: inline-block;
   padding: 0px 5px;
   z-index: 3;
}
#subCon > #rightBox .rtTit {
   border-bottom: 1px dashed #ccc;
   padding: 10px 0;
   padding-left: 12px;
   position: relative;
}
#subCon > #rightBox .rtTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #59a03b;
}
@media (min-width:992px) and  (min-height:600px) {
   #subCon {
       min-height: 600px;
   }
}
@media (min-width:992px) and  (max-height:600px) {
   #subCon {
       min-height: 600px;
   }
}
@media (min-width:992px) {
   #subCon {
       position: relative;
       display: flex;
   }
   #subCon > #rightBox {
    width: calc(100% - 350px);
   }
   #subCon > #leftNav {
       width: 350px;
       padding-right: 50px;
       left: 0;
       top: 0;
   }
   #subCon > #leftNav > .con > .lnbTit span {
      display: block;
      padding: 35px 20px 35px;
      text-align: center;
      background: linear-gradient(-90deg, #f57f1f, #ff5900);
      border-radius: 30px;
   }
   #subCon.noLeft {
       padding-left: 0;
   }
   #subCon.noLeft > #leftNav {
       display:none;
   }
   #subCon.noLeft > #rightBox {
       max-width: 1200px;
       margin-left: auto;
       margin-right: auto;
   }
}
@media (max-width:992px) {
    #subCon > #leftNav > .con {
        position: relative;
    }
    #subCon > #leftNav > .con > .dropdw-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border-top: 0px;
        padding: 20px 15px;
        display: none;
        max-height: 200px;
        overflow-y: auto;
   }
   #subCon > #leftNav > .con > .dropdw-menu.act {
        display: block;
   }
   #subCon > #leftNav #cateTit {
        display: block;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #999;
   }
   #subCon > #leftNav #cateName {
       display: flex;
       align-items: center;
       justify-content: space-between;
       padding: 10px 15px;
       border: 1px solid #eee;
       cursor: pointer;
   }
   #subCon > #rightBox {
       padding: 20px 0;
   }
   #subCon > #leftNav > .con > .lnbTit span {
      display: block;
      color: #666;
      text-align: center;
   }
   #subCon > #leftNav > .con > .dropdw-menu > li > .lnbMn {
        font-size: 15px;
        padding: 8px 10px;
   }
}

/* proList */
#proList .proItem {
    display: block;
    text-decoration: none;;
}
#proList .proItem .img img {
    border-radius: var(--sub-border-radius20);
}
#proList .proItem .txt {
    height: 80px;
}


/* #proSearch .schbox */
#proSearch .schbox {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(34deg, #f57f1f 20%, #f57f1f 80%);
    border-radius: 100px;
    padding: 4px;
}
#proSearch .schbox .sch {
    display: flex;
    align-items: center;
}
#proSearch .schbox .sch .form-control {
    border-radius: 100px 0 0 100px;
    box-shadow: 0 0 0;
    border: 0px;
    height: 50px;
    padding-left: 20px;
}
#proSearch .schbox .sch button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #fff;
    border: 0px;
    background-color: transparent;
    font-weight: 600;
    padding: 0 20px;
}
#proSearch .schbox .sch .form-control {
    font-size: 18px;
}
#proSearch .schbox .sch button {
    font-size: 22px;
}

/* subTitle */
.subTitle {
    padding-left: 20px;
    position: relative;
}
.subTitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: #ff8a00;
}

/* subTopCon */
.subTopCon {
    padding: 40px;
    background-color: #f7f7f7;
}
.subTopCon .img img {
    border-radius: var(--sub-border-radius20);
}
@media (max-width:768px) {
    .subTopCon {
        padding: 20px;
    }
    .subTopCon .img {
        margin-top: 15px;
    }
}

/* nMiniStit */
.nMiniStit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nMiniStit .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #72513f;
    font-size: .85em;
    color: #fff;
}
.nMiniStit .txt {
    width: calc(100% - 32px);
    padding-left: 15px;
}

/* prcBox */
.prcBox {
    padding: 40px;
    border-radius: var(--sub-border-radius20);
    border: 1px solid #ddd;
    background-color: #fff;
}
/* prc */
.prc li .num {
    position: relative;
    padding-top: 10px;
}
.prc li .ibox,
.prc li .tbox {
    padding: 0 15px;
}
.prc li .ibox img {
    background-color: #fcfcfc;
    border-radius: 50%;
    border: 2px solid #eee;
    padding: 10px;
    width: 140px;
}
.prc li .tbox p {
    opacity: .8;
    line-height: 1.4em;
}
@media (min-width:768px){
    .prc li {
        margin: 30px 0;
    }
    .prc li .ibox {
        margin-top: 15px;
    }
    .prc li .num::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -3px;
        transform: translateX(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        background-color: #0d174e;
        z-index: 3;
    }
    .prc li .num:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        border-bottom: 1px dashed #ddd;
        z-index: 1;
    }
}
@media (max-width:768px){
    .prc li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .prc li {
        padding-bottom: 15px !important;
    }
    .prc li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .prc li .num {
        text-align: left;
        width: 100%;
        padding-left: 15px;
    }
    .prc li .num::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -3px;
        transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        background-color: #0d174e;
    }
    .prc li .ibox {
        width: 100px;
    }
    .prc li .tbox {
        width: calc(100% - 100px);
        padding-left: 10px;
        text-align: left;
    }
}


/* service1 */
#service1 .sec2 {
    background: url(../img/svc1_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#service1 .sec2 .row {
    margin: 0 -1px;
}
#service1 .sec2 .row > div {
    padding: 1px;
}
#service1 .sec2 .contItem {
    background-color: #fff;
    padding: 60px 50px;
}
#service1 .sec2 .contItem .txt {
    min-height: 370px;
}
@media (max-width:768px) {
    #service1 .sec2 .contItem {
        padding: 30px 20px;
    }
    #service1 .sec2 .contItem .txt {
        min-height: auto;
    }
}


#service1 .sec4 {
    background-color: #f7f7f7;
}

/* table_detail */
.table.table_detail {
    border-top: 2px solid #333;
}
.table.table_detail tr.topTr {
    border-top: 2px solid #666;
}
.table.table_detail tr th,
.table.table_detail tr td {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #222;
    border: 1px solid #ddd;
    padding: 15px 20px;
    vertical-align: middle;
    background-color: #fff;
}
.table.table_detail thead tr th {
    font-size: 20px;
    font-weight: 700;
}
.table.table_detail.two thead tr th {
    border-width: 2px;
    border-color: #222 !important;
}
.table.table_detail tr th:first-child,
.table.table_detail tr td:first-child {
    border-left: 0px;
}
.table.table_detail tr th:last-child,
.table.table_detail tr td:last-child {
    border-right: 0px;
}
.table.table_detail tr th {
    font-weight: 500;
}
.table.table_detail thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_detail thead tr .imp {
    border: 3px solid #ff5400;
    border-bottom: 2px solid #333;
    color: #ff5400;
}
.table.table_detail tr td.imp {
    background-color: #fff9e9;
    border-left: 3px solid #ff5400;
    border-right: 3px solid #ff5400;
    font-weight: 500;
}
.table.table_detail tr:last-child td.imp {
    border-bottom: 3px solid #ff5400;
}
.table.table_detail tr td p span:not(.noColored) {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 600;
    background-color: #fff8b7;
    border-radius: 4px;
    margin-bottom: 5px;
}
.table.table_detail tr td p span.tit2 {
    background-color: #ffebeb;
}
.table.table_detail tr td p span.tit3 {
    background-color: #ebffce;
}
.table.table_detail tr th.text-left,
.table.table_detail tr td.text-left {
    text-align: left !important
}
.table.table_detail thead tr th .c_pt {
    font-size: .85em;
    line-height: 1.2em;
}
@media (max-width:768px) {
    .table.table_detail tr th,
    .table.table_detail tr td {
        font-size: 13px;
        padding: 8px 5px;
        word-break: keep-all;
    }
    #edu_01 .table.table_detail tr th,
    #edu_01 .table.table_detail tr td {
        word-break: break-all;
    }
    .table.table_detail thead tr th {
        font-size: 15px;
    }
}
@media (max-width:992px){
    .oft {
        overflow-x: scroll;
    }
    .oft .table.table_detail {
        width: 700px;
    }
}


/* rowPro */
.rowPro > li {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}
/* .rowPro > li:before {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 0px;
    border-left: 1px dashed #57524e;
    height: 65%;
}
.rowPro > li:after {
    content: "";
    position: absolute;
    left: 70px;
    top: 0px;
    border-left: 1px dashed #57524e;
    height: 35%;
} */
.rowPro > li:first-child:after {
    display: none;
}
.rowPro > li:last-child::before {
    display: none;
}
.rowPro .proItem {
    padding: 60px 50px;
    display: flex;
    align-items: stretch;
    gap: 40px;
    border: 2px solid #eee;
    border-radius: var(--sub-border-radius20);
}
.rowPro .proItem .n {
    width: 60px;
}
.rowPro .proItem .txt {
    width: calc(100% - 320px);
}
.rowPro .proItem .img {
    width: 180px;
}
.rowPro .proItem .n .nitem {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #57524e;
    color: #fff;
}
.rowPro .proItem .n {
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}
.rowPro .proItem .ser_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.rowPro .proItem .ser_ic img {
    background-color: #f7f7f7;
    border-radius: 50%;
}
.rowPro .proItem .ser_ic > div {
    background-color: #fff;
    border-radius: 50%;
}
@media (max-width:768px) {
    .rowPro .proItem {
        padding: 30px 20px;
        gap: 20px;
    }
    .rowPro .proItem .n .nitem {
        width: 40px;
        height: 40px;
    }
    .rowPro > li:before {
        left: 40px;
    }
    .rowPro > li:after {
        left: 40px;
    }
    .rowPro .proItem .n {
        width: 40px;
    }
    .rowPro .proItem .txt {
        width: calc(100% - 60px);
    }
    .rowPro.rowPro_hasImg > li::before {
        height: 85%;
    }
    .rowPro.rowPro_hasImg > li:after {
        height: 15%;
    }
    .rowPro.rowPro_hasImg .proItem {
        flex-wrap: wrap;
        row-gap: 0px;
    }
    .rowPro.rowPro_hasImg .proItem .txt {
        width: calc(100% - 60px);
    }
    .rowPro.rowPro_hasImg .proItem .img {
        width: 100%;
        padding-left: 60px;
    }
    .rowPro.rowPro_hasImg .proItem .img img {
        width: 80px;
    }
    .rowPro .proItem .ser_ic > div {
        border-radius: 0%;
        padding: 0;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        background-color: #f7f7f7;
    }
}

/* service3 */
#service3 .sec1 .txt .chkList li {
    margin: 8px 0;
}

/* sec2 */
#service3 .sec2 {
    background-color: #fcfcfc;
}
#service3 .sec3 {
    background-color: #f6f5f2;
}

#service4 .sec2 {
    background-color: #f6f5f2;
}
#service4 .sec2 .img,
#service4 .sec2 .img img {
    background-color: #fff;
    text-align: center;
    border-radius: var(--sub-border-radius20);
    overflow: hidden;
}

#service5 .sec2 {
    background-color: #f6f5f2;
}

/* revSlick */
.revSlick {
    margin: 0 -15px;
}
.revSlick .slick-slide {
    padding: 0 15px;
    padding-top: 20px;
}
.revSlick .slick-slide img {
    display: inline-block;
}
.rvItem {
    background-color: #fff;
    position: relative;
    border-top: 2px solid #564a41;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}
.rvItem > div {
    width: 100%;
}
.rvItem .tape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.rvItem .dTxt {
    display: inline-block;
    line-height: 1em;
    padding: 8px 15px;
    border-radius: 4px;
    background: #f6f5f2;
    font-weight: 700;
    font-size: .85em;
    color: #a5765c;
    margin-top: 10px;
    margin-bottom: 4px;
}
@media (max-width:768px){
    .rvItem {
        height: auto;
        min-height: 250px;
    }
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 30px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 0px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    color: transparent;
    vertical-align: middle;
    line-height: 1em;
}
.slick-dots li.slick-active button {
    border-radius: 50px;
    background-color: #b4b4b4;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}




/* btnWrp */
.btnWrp .btnItem {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    padding: 12px 35px;
    letter-spacing: -0.03em;
    box-shadow: 7px 7px 20px rgba(255, 119, 0, 0.3);
    border: 2px solid #ff7800;
    background-color: rgba(255, 89, 0, 0.95);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btnWrp .btnItem.w {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
.btnWrp .btnItem.w:hover {
    color: #fff;
    border-color: #fff;
}
.btnWrp .btnItem.dk ,
.btnWrp .btnItem.dk:hover {
    color: #fff;
    border-color: #0f0f0f;
    background-color: #0f0f0f;
    box-shadow: 0 0 0 !important;
}
.btnWrp .btnItem strong,
.btnWrp .btnItem i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.btnWrp .btnItem span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: linear-gradient(to right, #8ed1ff, #2c6bff);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -0;
}
.btnWrp .btnItem.point {
    background: linear-gradient(to right, #8ed1ff, #2c6bff);
    color: #fff;
    border-color: #2c6bff;
}
.btnWrp .btnItem.w span {
    background-color: #f06d20;
}
.btnActor:hover .btnWrp .btnItem span,
.btnWrp .btnItem:hover span {
    width: 225%;
    height: 562.5px;
}
.btnWrp .btnItem + .btnItem {
    margin-left: 4px;
}
.btnWrp .btnItem i {
    display: inline-block;
    margin-right: 4px;
}
.btnWrp .btnItem .nv_logo {
    width: 20px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btnWrp .btnItem:hover .nv_logo {
    filter: brightness(0);
}
.btnWrp .btnItem.ytbrd {
    background: linear-gradient(to right, #222, #000);
    color: #fff;
    border-color: #353535;
}
.btnWrp .btnItem.ytbrd:hover {
    color: #fff;
    border-color: #d40707;
    box-shadow: 10px 23px 40px rgba(255, 0, 51, 0.25);
}
.btnWrp .btnItem.ytbrd .logo_ytb {
    display: inline-block;
    position: relative;
    line-height: 0px;
}
.btnWrp .btnItem.ytbrd .logo_ytb .logo_ytb_rd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btnWrp .btnItem.ytbrd:hover .logo_ytb .logo_ytb_rd {
    opacity: 0;
}
.btnWrp .btnItem.ytbrd .logo_ytb .logo_ytb_w {
    opacity: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btnWrp .btnItem.ytbrd:hover .logo_ytb .logo_ytb_w {
    opacity: 1;
}
.btnWrp .btnItem.ytbrd span {
    background: linear-gradient(to right, #ff0033, #d40707);
}
.btnWrp .btnItem.ytb {
    border: 2px solid #111;
    color: #111;
    background-color: transparent;
}
.btnWrp .btnItem.ytb.w {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
.btnWrp .btnItem.ytb.w:hover,
.btnWrp .btnItem.ytb:hover {
    color: #fff;
    border-color: #d40707;
    box-shadow: 10px 23px 40px rgba(255, 0, 51, 0.25);
}
.btnWrp .btnItem.ytb.w:hover .c_rd,
.btnWrp .btnItem.ytb:hover .c_rd {
    color: #fff !important;
}
.btnWrp .btnItem.ytb.w span,
.btnWrp .btnItem.ytb span {
    background: linear-gradient(to right, #ff0033, #d40707);
}
.btnWrp .btnItem.gd {
    border: 2px solid #f6d499;
    color: #f6d499;
    background-color: transparent;
}
.btnWrp .btnItem.gd:hover {
    color: #f6d499;
    border-color: #f6d499;
    box-shadow: 10px 23px 40px rgba(213, 149, 81, 0.25);
}
.btnWrp .btnItem.gd:hover .gr_gd {
    color: #242424 !important;
    background: linear-gradient(-25deg, #242424, #242424);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btnWrp .btnItem.gd span {
    background: linear-gradient(to right, #d59651, #fadca2);
}
@media (max-width:767px){
    .btnWrp .btnItem {
        font-size: 15px;
        padding: 0 15px;
        min-width: 120px;
        line-height: 40px;
    }
}

/* contBoxs */
.contBoxs .item {
    background-color: #f6f5f2;
    display: flex;
    align-items: center;
    padding: 30px;
}
.contBoxs .item.kakao {
    background-color: rgba(225, 228, 235, 0.2);
}
.contBoxs .item .icon {
    font-weight: 100;
    width: 80px;
}
.contBoxs .item .txt {
    width: calc(100% - 80px);
    padding-left: 20px;
}
@media (max-width:768px) {
    .contBoxs .item {
        padding: 20px;
    }
    .contBoxs .item .icon {
        font-size: 40px;
        width: 40px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 40px);
    }
}





/* ifList */
.ifList li {
    margin: 7px 0;
    padding: 7px 0;
}
.ifList li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.ifList .if {
    display: flex;
}
.ifList .if .hd {
    width: 100px;
    color: #999;
}
.ifList .if .cc {
    width: calc(100% - 100px);
}
.ifList.mini .if .hd {
    width: 70px;
}
.ifList.mini .if .cc {
    width: calc(100% - 70px);
}
@media (max-width:768px) {
    .ifList .if .hd {
        width: 80px;
    }
    .ifList .if .cc {
        width: calc(100% - 80px);
    }
    .ifList.mini .if .hd {
        width: 50px;
    }
    .ifList.mini .if .cc {
        width: calc(100% - 50px);
    }
}

/* prThum-nav */
.prThum-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 14px;
}
.prThum-nav .prThum-item {
    width: calc(20% - 7px);
}
#prThumWrp {
    position: relative;
}
#prThumWrp #prThum {
    border-radius: 10px;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.prThum-nav .prThum-item img {
    border-radius: 10px;
    cursor: pointer;
}


/* prdDetail */
.prdDetail .thum img {
    width: 100%;
}
.prdDetail .img img {
    position: relative;
    z-index: 1;
}
.prdDetail .img .bestItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #f29318;
    font-weight: 500;
    letter-spacing: -0.02em;
    z-index: 5;
    font-size: 14px;
}
.prdDetail .img .soldoutItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    z-index: 5;
    transition: background-color 0.4s, transform 0.4s 0.2s;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.prdDetail .img .soldoutItem + img {
    filter: grayscale(1);
}
.prdDetail .txt .md {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px 15px;
}
.prdDetail .txt .info,
.prdDetail .txt .subject {
   /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    color: #444;
	font-size: 4.0rem;
}
.prdDetail .txt .cate {
    color: #969696;
    text-transform: uppercase;
    display: inline-block;
    /* border: 1px solid #ddd;
    padding: 10px 12px; */
    line-height: 1em;
}
.prdDetail .txt .cost ,
.prdDetail .txt .cost .lft {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prdDetail .txt .cost .rt {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
.prdDetail .txt .cost .rt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ddd;
}
.prdDetail .txt .cost .lft {
    justify-content: flex-start;
    gap: 8px;
}
.prdDetail .txt .cost .lft .state {
    display: inline-block;
    padding: 5px 15px;
    line-height: 1em;
    background-color: #07a957;
    color: #fff;
    border-radius: 80px;
    font-size: .75em;
}
.prdDetail .txt .cost .rt a {
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
    text-decoration: none;
    color: #bebebe;
    font-weight: 500;
}
.prdDetail .txt .cost .rt a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 17px;
}
.prdDetail .txt .cost .rt a [class*="ri-whatsapp"] {
    /* background-color: #24cc63; */
    color: transparent;
    background: url(../img/wapp.png) center center no-repeat;
    background-size: 100%;
}
.prdDetail .txt .cost .rt a [class*="ri-telegram"] {
    /* background-color: #27a3e2; */
    color: transparent;
    background: url(../img/tapp.png) center center no-repeat;
    background-size: 100%;
}
@media (min-width:768px) {
    .prdDetail > .img {
        width: 40%;
    }
    .prdDetail > .txt {
        width: 60%;
    }
}
@media (max-width:768px) {
    .prdDetail > div {
        width: 100%;
    }
    .prdDetail > .img {
        order: 1;
    }
    .prdDetail > .txt {
        margin-top: 20px;
        order: 2;
    }
    .prdDetail .txt .md {
        margin: 10px 0;
        padding: 10px 8px;
    }
	.prdDetail .txt .info,
	.prdDetail .txt .subject {
		font-size: 4.0rem;
	}
}


/* btDetail */
.btDetail {
    border-bottom: 1px solid #ddd;
}
.btDetail .btDetailTit {
    border: 1px solid #ddd;
    border-bottom-color: #fff !important;
    display: inline-block;
    border-top: 1px solid #111;
    padding: 13px 40px;
    text-align: center;
    margin-bottom: -1px !important;
}

@media (max-width:768px) {
    .btDetail .btDetailTit {
        padding: 10px 20px;
    }
}

/* mapInfo */
.mapInfo {
    display: flex;
    align-items: center;
}
.mapInfo .hd {
    width: 90px;
}
.mapInfo .cc {
    width: calc(100% - 90px);
}

/* mapbox */
@media (max-width:768px){
    .mapbox iframe {
        height: 250px;
    }
}
