/* bg */
.bg_gray {
    background-color: #f7f7f7;
}
/* prdList */
.prdList li a {
    text-decoration: none;
    display: block;
}
.prdList li a .img {
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}
.prdList li a .img img {
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.prdList li a:hover .img img {
    transform: scale(1.1);
}
.prdList li a .txt {
    margin-top: 15px;
}


/* product1 .sec1 */
#product1 .sec1 {
    background-color: #f7f7f7;
}
#product1 .sec1 ul li .item {
    display: block;
    box-shadow: 10px 10px 30px rgba(155,155,155,0.2);
    padding: 40px 25px;
    border-radius: 20px;
    background-color: #fff;
}
#product1 .sec1 ul li .item h5 {
    font-weight: 600;
    color: #666;
    margin-top: 15px;
}

@media (max-width:768px){
    #product1 .sec1 ul {
        margin: 0 -5px;
    }
    #product1 .sec1 ul li {
        margin: 5px 0;
        padding: 0 5px;
    }
    #product1 .sec1 ul li .item {
        box-shadow: 5px 5px 20px rgba(155,155,155,0.2);
        padding: 20px 0;
        border-radius: 10px;
    }
    #product1 .sec1 ul li .item img {
        width: 50px;
    }
}
/* #product1 .sec2 */
#product1 .sec2 {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: 550px;
    background-color: #f7f7f7;
}
#product1 .sec2 .center {
    line-height: 1.2em;
    display: flex;
    align-items: center;
    margin: 0 auto;
    /* width: 30vw;
    height: 30vw;
    border: 2px solid #333; */
    border-radius: 50%;
    text-align: center;
    justify-content: center;
}
#product1 .sec2 .fbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    will-change: clip-path;
    clip-path: circle(1rem at center center);
    background: url(../img/c1_bg.jpg) center center no-repeat;
    transition: clip-path 5s;
    background-size: cover;
}
#product1 .sec2.aos-animate .fbox {
    clip-path: circle(169rem at center center);
}
#product1 .sec2 .fbox > .lt {
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
}
#product1 .sec2 .fbox > .lt h5 span {
    display: inline-block;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
#product1 .sec2 .fbox > .lt h1 {
    line-height: 1em;
    font-size: 5vw;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.6);
}
#product1 .sec2 .fbox > .lt p {
    opacity: .6;
}
#product1 .sec2 .fbox > .rt {
    text-align: center;
}
@media (min-width:1200px){
    #product1 .sec2 .fbox > div {
        width: 35%;
    }
}
@media (max-width:1200px){
    #product1 .sec2 .fbox > div {
        width: 45%;
    }
}
@media (max-width:768px){
    #product1 .sec2 {
        height: auto;
    }
    #product1 .sec2 .fbox {
        padding: 50px 0;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #product1 .sec2 .fbox > div {
        width: 100%;
        text-align: center;
    }
    #product1 .sec2 .fbox > .rt {
        margin-top: 40px;
        padding: 0 30px;
    }
}

/* pfTabs */
.pfTabs {
    text-align: center;
}
.pfTabs > a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid transparent;
    line-height: 1em;
    padding: 0 0 5px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #aaa;
    margin: 5px 1vw;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pfTabs > a.act {
    color: #111;
    border-color: #111;
}
@media (max-width:768px){
    .pfTabs > a {
        font-size: 15px;
        margin: 2px 15px;
        width: auto;
    }
}
/* prductCom */
.prductCom .prductBox {
    max-width: 1200px;
    margin: 0 auto;
}
.prductCom .prductBox .prdvw {
    height: 500px;
}
.prductCom .prductBox .prdvw.prdvw1 {
    background: url(../img/prdvw1.png) center center no-repeat;
    background-size: cover;
}
.prductCom .prductBox .prdvw.prdvw2 {
    background: url(../img/prdvw2.png) center center no-repeat;
    background-size: cover;
}
.prductCom .prductBox .prdvw.prdvw3 {
    background: url(../img/prdvw3.png) center center no-repeat;
    background-size: cover;
}
.prductCom .prductBox .prdvw.prdvw4 {
    background: url(../img/prdvw4.png) center center no-repeat;
    background-size: cover;
}
.prductCom .prductBox .prdvw.prdvw5 {
    background: url(../img/prdvw5.png) center center no-repeat;
    background-size: cover;
}


@media (max-width:768px) {
    .prductCom .prductBox .prdvw {
        height: 300px;
    }
}
/* imgmove */
.imgmove {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.imgmove img {
    opacity: 0;
}
.imgmove.aos-animate img {
    animation: img_opa both cubic-bezier(0.680, 0, 0.265, 1) 1.2s 0.2s;
}
.imgmove .move_left {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 0;
}
.imgmove.aos-animate .move_left {
    opacity: 1;
    animation: move_left both cubic-bezier(0.680, 0, 0.265, 1) 1.2s 0.2s;
}

@keyframes move_left {
    0% {transform:translateX(-101%);}
    50% {transform:translateX(0);}
    100% {transform:translateX(101%);}
}
@keyframes img_opa {
    51% {opacity:0;}
    100% {opacity:1;}
}

/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* mapInfo */
.mapInfo h5 {
    position: relative;
    color: #444;
    font-weight: 400;
    margin: 5px 0;
}
.mapInfo h5 span {
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
    font-weight: 700;
    padding-left: 30px;
}
.mapInfo h5 span i {
    color: #6f9bb6;
    font-size: .9em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
}
@media (min-width:768px){
    .mapInfo h5 {
        padding-left: 150px;
    }
}
@media (max-width:768px){
    .mapInfo h5 span {
        position: relative;
        display: block;
    }
}

/* tList */
.tList > li > h5 {
    padding-left: 25px;
    position: relative;
}
.tList > li > h5 > span {
    position: absolute;
    left: 0;
}


/* rnd */
#rnd .imgBg {
    height: 500px;
    background: url(../img/rnd_bg.jpg) center center no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
#rnd .imgBg .gr_txt {
    line-height: 1em;
    position: absolute;
    bottom: -2px;
    right: -2px;
    max-width: 80%;
}
@media (max-width:768px){
    #rnd .imgBg {
        height: 250px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
}


/* rnd */
#rnd .sec1 {
    position: relative;
}
#rnd .sec1 .decoRt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    max-width: 30%;
}
#rnd .sec1 .decoLt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
}

#rnd .sec2 {
    background: url(../img/rnd2.png) center center no-repeat;
    background-size: cover;
}
#rnd .sec2 .bottmBox .img img {    
    -webkit-animation: moveImg 2s linear infinite;
    -moz-animation: moveImg 2s linear infinite;
    -ms-animation: moveImg 2s linear infinite;
    -o-animation: moveImg 2s linear infinite;
    animation: moveImg 2s linear infinite;
}
@keyframes moveImg {
	0% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
        transform: translateY(-10px);
	}
	70% {
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
        transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
        transform: translateY(-10px);
	}  
}
@media (min-width:768px){
    #rnd .sec2 .bottmBox {
        display: flex;
        align-items: center;
    }
    #rnd .sec2 .bottmBox > div {
        width: 50%;
    }
}
@media (max-width:768px){
    #rnd .sec1 .decoRt {
        top: 5%;
    }
    #rnd .sec2 .bottmBox .img {
        padding-top: 20px;
    }
    #rnd .sec2 .bottmBox .img img {
        max-width: 70%;
    }
}

/* stepList */
.stepList li {
    margin: 10px 0;
}
.stepList li .item {
    display: flex;
    align-items: center;
    width: 100%;
}
.stepList li .icon {
    width: 15%;
}
.stepList li .icon img {
    line-height: 1em;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    width: 80px;
}
.stepList li .txt {
    width: 85%;
}
@media (max-width:768px){
    .stepList li .txt {
        padding-left: 15px;
    }
}

/* rnd sec3 */
#rnd .sec3 ul li img {
    border-radius: 30px;
}
#rnd .sec3 ul li h5 {
    margin-top: 15px;
    line-height: 1.3em;
}
/* rnd sec4 */
#rnd .sec4 {
    background: url(../img/rnd4.jpg) center center no-repeat;
    text-align: center;
}
#rnd .sec4 .dbox {
    display: inline-block;
    position: relative;
    max-width: 60%;
    text-align: left;
}
#rnd .sec4 .dbox .con {
    position: relative;
    z-index: 3;
    padding: 0 60px;
}
#rnd .sec4 .dbox .blur{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#rnd .sec4 .dbox .blur:after {
    content: "";
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    background-color: rgba(255,255,255,0.6);
    filter: blur(8px);
    background: url(../img/rnd4.jpg) center center no-repeat;
    z-index: 1;
}
#rnd .sec4 .dbox .blur:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(183 196 207 / 20%);
    z-index: 2;
    mix-blend-mode: soft-light;
}
@media (min-width:992px){
    #rnd .sec4,
    #rnd .sec4 .dbox .blur:after {
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #rnd .sec4,
    #rnd .sec4 .dbox .blur:after {
        background-size: cover;
    }
}
@media (max-width:768px){
    #rnd .sec4 .dbox {
        max-width: 90%;
    }
    #rnd .sec4 .dbox .con {
        padding: 0 15px;
    }
}

/* license */
.license .img {
    border: 1px solid #ddd;
}
/* about .sec1 */
#about .sec1 {
    overflow: hidden;
}
#about .sec1 .imgWrp {
    position: relative;
}
#about .sec1 .imgWrp .abtRtTop,
#about .sec1 .imgWrp .abtRt {
    position: absolute;
    left: 95%;
    bottom: 80%;
    -webkit-animation: moveImg 2s linear infinite;
    -moz-animation: moveImg 2s linear infinite;
    -ms-animation: moveImg 2s linear infinite;
    -o-animation: moveImg 2s linear infinite;
    animation: moveImg 2s linear infinite;
}
#about .sec1 .imgWrp .abtRtTop {
    z-index: 5;
    mix-blend-mode: color-burn;
}
#about .sec1 .imgWrp .abtRt {
    z-index: 0;
}
#about .sec1 .c_wrp {
    background: url(../img/abt.jpg) center center no-repeat;
    background-size: cover;
    height: 500px;
}
@media (max-width:992px){
    #about .sec1 .c_wrp {
        height: auto;
        padding: 10vh 0;
        text-align: center;
        min-height: 250px;
        background-size: cover;
    }
}



/*about_02*/
#about_02 .sec1 .tbox p {
    font-weight: 300;
}
#about_02 .sec1 .req > li .c_wrp {
    border-top: 5px solid #333;
    padding-top: 30px;
    margin-top: 30px;
}
#about_02 .sec1 .lnk a {
    display: block;
    background-color: #009d30;
    text-align: center;
    padding: 20px;
}
#about_02 .sec1 .lnk a img {
    margin-bottom: 5px;
}
@media (min-width:768px){
    #about_02 .sec1 .tbox {
        padding-right: 60px;
    }
    #about_02 .sec1 .lnk {
        width: 20%;
    }
}
@media (max-width:768px){
    #about_02 .sec1 .tbox {
        padding-bottom: 20px;
    }
    #about_02 .sec1 .req > li .c_wrp {
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-top: 30px;
    }
    #about_02 .sec1 .txt {
        height: 80px;
    }
    #about_02 .sec1 .lnk a {
        padding: 15px 8px;
    }
    #about_02 .sec1 .lnk a img {
        width: 30px;
        margin-bottom: 5px;
    }
    #about_02 .sec1 .lnk a {
        width: 100%;
    }
}


#about_03 .sec2 {
    position: relative;
}
#about_03 .sec2 .tbox {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
}
#about_03 .sec2 .tbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 52px;
    height: 1px;
    width: 100%;
    background-color: #eeeeed;
}
#about_03 .sec2 .tbox h1 {
    position: absolute;
    z-index: 5;
    font-size: 100px;
    line-height: 1em;
    font-weight: 700;
    left: 58.5%;
    color: #eeeeed;
}
#about_03 .sec2 .com_img {
    position: relative;
    z-index: 3;
}
#about_03 .sec3 {
	
    background: url(../img/about_bg2.jpg) center center no-repeat;
}
@media (min-width:1200px){
}
@media (min-width:769px) {
    #about_03 .sec2 .com_img {
        margin-top: -60px;
    }
    #about_03 .sec3 {
        background-attachment: fixed;
    }
}
@media (max-width:1600px){
    #about_03 .sec1 {
        background-size: 35%;
    }
}
@media (max-width:768px){
    #about_03 .sec3 {
        background-size: cover;
    }
    #about_03 .sec2 .tbox h1 {
        font-size: 50px;
    }
}

/* #about_05 */

/* extBx */
.extBx {
    border-top: 1px solid #333;
}
.extBx > li {
    padding: 40px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.extBx .ibox {
    width: 35%;
}
.extBx .tbox {
    width: 65%;
	 padding:  0px 80px;
}
.extBx .tbox > ul {
    display: inline-block;
    text-align: left;
}
@media (max-width:992px){
    .extBx > li {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .extBx .ibox {
        text-align: center;
        padding-bottom: 20px;
    }
    .extBx .ibox img {
        max-width: 60%;
    }

	
    .extBx .ibox {
        width: 30%;
    }
    .extBx .tbox {
        width: 70%;
		padding: 0px 10px;
    }
}

/* prCon */
.prCon .prTit {
    color: #0a1c38;
}
.prCon .prTit span {
    font-size: 0.7em;
}

/* iconList */
.iconList li {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.iconList .iconBx .icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/list_icon1.png) center center no-repeat;
}
.iconList .iconBx .icon2 {
    background-image: url(../img/list_icon2.png);
}
.iconList .iconBx .icon3 {
    background-image: url(../img/list_icon3.png);
}
.iconList .iconBx .icon4 {
    background-image: url(../img/list_icon4.png);
}
.iconList .subBx {
    position: relative;
    padding-left: 100px;
}
.iconList .subBx .subTit {
    position: absolute;
    left: 5px;
    font-weight: 600;
}
@media (max-width:768px){
    .iconList .subBx {
        padding-left: 70px;
    }
    .iconList .iconBx .icon {
        width: 25px;
        height: 25px;
        background-size: 25px !important;
    }
}



/*h_list*/
.h_wrp {
    width: 100%;
    max-width: 670px;
    display: inline-block;
}
.h_list {
    position: relative;
}
.h_list > li {
    position: relative;
    padding-left: 120px;
}
.h_list > li > h2 {
    position: absolute;
    font-weight: 700;
    left: 0;
}
.h_list > li > h2 span {
    opacity: 0.4;
}
.h_list .h_con {
    position: relative;
    padding-left: 20px;
}
.h_list .h_con:after {
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,0.5);
}
.h_list > li:not(:last-child) .h_con {
    padding-bottom: 30px;
}
.h_list .h_con li {
    position: relative;
    padding: 10px 0;
    padding-left: 60px;
}
.h_list .h_con li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}
.h_list .h_con li h5 {
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: 700;
    width: 30px;
    text-align: right;
}
.h_list .h_con li p {
    margin: 0px;
    line-height: 1.3em;
}
@media (max-width:768px){
    .h_list > li {
        position: relative;
        padding-left: 80px;
    }
    .h_list > li > h2 {
        line-height: 1.1em;
    }
    .h_list > li:not(:last-child) .h_con {
        padding-bottom: 20px;
    }
    .h_list .h_con li {
        padding: 5px 0;
        padding-left: 50px;
    }
    .h_list .h_con li:after {
        top: 12px;
    }
    .h_list .h_con li h5 {
        top: 6px;
    }
}

/* cnt_wrp */
.cnt_wrp {
    position: relative;
}
.cnt_wrp .abtLtTop,
.cnt_wrp .abtLt {
    position: absolute;
    right: 90%;
    bottom: 50%;
    -webkit-animation: moveImg 1.5s linear infinite;
    -moz-animation: moveImg 1.5s linear infinite;
    -ms-animation: moveImg 1.5s linear infinite;
    -o-animation: moveImg 1.5s linear infinite;
    animation: moveImg 1.5s linear infinite;
}
.cnt_wrp .abtLtTop {
    z-index: 5;
    mix-blend-mode: color-burn;
}
.cnt_wrp .abtLt {
    z-index: 0;
}
/* msec1 */
#cnt.counters li {
    position: relative;
}
#cnt.counters .item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 60px 15px;
}
#cnt.counters .top h2 {
    display: inline-block;
    font-size: 70px;
    font-weight: 800;
    color: #3e9fda;
}
#cnt.counters .top span {
    color: #999;
    font-size: 20px;
}
#cnt.counters h4 {
    line-height: 1.3em;
}
#cnt.counters h4 span {
    font-weight: 600;
    color: #222;
}
#cnt.counters .line {
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #222;
    line-height: 0px;
    margin: 15px 0 10px;
}
@media (max-width:1200px){
    #cnt.counters .top h2 {
        font-size: 35px;
    }
}
@media (max-width:992px){
    #cnt.counters .top span {
        color: #333;
        font-size: 15px;
    }
    #cnt.counters .top {
        height: 34px;
    }
    #cnt.counters .line {
        margin: 0 0 5px;
    }
}
@media (max-width:768px){
    #cnt.counters .item {
        padding: 30px 15px;
    }
    #cnt.fbox .txt {
        text-align: center;
        word-break: keep-all;
    }
    #cnt.counters .top h2 {
        font-size: 28px;
    }
    #cnt.counters .top span {
        color: #333;
        font-size: 15px;
    }
}


/* as_tit */
.as_tit {
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
.as_tit span {
    display: inline-block;
    position: relative;
    line-height: 1em;
}
/* .as_tit span::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #da7f64;
} */

/* formWrp */
.formWrp ul li {
    margin: 10px 0;
}
.formWrp .formItem label {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.formWrp .formItem .form-control:not(textarea) {
    height: 45px;
}
.formWrp .formItem .form-control {
    padding: 4px 8px;
    border: 0px;
    box-shadow:  0 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background: transparent;
    background-color: #fff;
}
.formWrp .formItem .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}
.formWrp .formItem .form-control.small {
    width: 90px;
    display: inline-block;
}
.formWrp .formItem .form-control.date {
    width: 70px;
    display: inline-block;
}
.formWrp .formItem .form-control:focus {
    border-color: #0060c3;
}
.formWrp .formItem .radio-custom {
    display: inline-block;
    margin: 0 15px 0 0;
}
.formWrp .formItem .radio-custom label {
    font-weight: 300;
    margin: 0px;
}
.formWrp .formItem .input-group-addon {
    border-width: 1px;
}
.formWrp .formItem .input-group .form-control {
    border-radius: 0 4px 4px 0;
}
.formWrp .formItem.ph_item {
    position: relative;
    padding-right: 120px;
}
.formWrp .formItem.ph_item.w300 {
    max-width: 300px;
}
.formWrp .formItem.ph_item .ph_btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    border: 1px solid #333;
    width: 121px;
    background-color: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
}
.formWrp .fileupload {
    margin-top: 10px;
}
.formWrp .fileupload .uneditable-input {
    position: relative;
}
.formWrp .fileupload .uneditable-input .fa {
    left: 10px;
}
.formWrp .chc .checkbox-custom {
	display: inline-block;
}
.formWrp .chc .checkbox-custom label {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
}
.formWrp .chc .agr {
	display: inline-block;
	background-color: #fff;
	color: #666;
    border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 300;
	padding: 9px 10px;
	margin-left: 5px;
	line-height: 1em;
	cursor: pointer;
}
@media (min-width:768px) {
    .formWrp .chkWrp {
        display: inline-block;
        padding-left: 15px;
    }
}
@media (max-width:768px) {
    .formWrp ul li {
        margin: 20px 0;
    }
    .formWrp ul li:first-child {
        margin-top: 0px;
    }
    .formWrp .formItem .form-control {
        padding: 3px 5px;
        font-size: 14px;
    }
    .formWrp .formItem label {
        font-size: 14px;
    }
    .formWrp .chkBox > div {
        text-align: center !important;
    }
    .formWrp .chc .checkbox-custom label {
        font-size: 13px;
    }
    .formWrp .chc .agr {
        font-size: 11px;
        padding: 5px 2px;
        margin-left: 2px;
    }
    .formWrp .formItem .form-control.small {
        width: 70px;
    }
    .formWrp .formItem .form-control.date {
        width: 60px;
    }
    .formWrp .formItem.ph_item {
        position: relative;
        padding-right: 80px;
    }
    .formWrp .formItem.ph_item .ph_btn {
        width: 81px;
        font-size: 13px;
    }
}

/* table_basic */
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 17px;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
    text-align: center;
    word-break: keep-all;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
.table.table_basic tr.this td {
    background-color: #fdf9ef;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 14px;
        padding: 8px 5px;
        display: block;
        width: 100%;
        text-align: left;
    }
    .table.table_basic tr th {
        border: 1px solid #ddd !important;
        border-bottom: 0px !important;
    }
    .table.table_basic tr:not(:last-child) td {
        border: 1px solid #ddd !important;
        border-bottom: 0px !important;
        border-top: 0px !important;
    }
}
/* formWrp_serial */
.formWrp_serial {
    border: 1px solid #ddd;
    padding: 30px;
}
.formWrp_serial .formWrp {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.formWrp_serial .serialSmt {
    margin: 10px 0;
    border: 0px;
    background-color: #da7f64;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}
@media (min-width: 992px) {
    .formWrp_serial .formWrp {
        padding-right: 200px;
    }
    .formWrp_serial .formItem {
        position: relative;
        padding-left: 130px;
    }
    .formWrp_serial .formItem label {
        position: absolute;
        left: 0;
        line-height: 45px;
        margin: 0px;
    }
    .formWrp_serial .serialSmt {
        position: absolute;
        right: 0;
        top: 0;
        width: 170px;
        line-height: 105px;
    }
}
@media (max-width: 992px) {
    .formWrp_serial {
        padding: 10px 15px;
    }
    .formWrp_serial .serialSmt {
        width: 100%;
        padding: 10px;
        text-align: center;
        font-size: 15px;
    }
}

/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:768px){
    .hList > li:after {
        top: 9px ;
    }
}

/* btnItemWrp */
.btnItemWrp .btnItem,
.btnItemWrp a {
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background-color: #6f9bb6;
    padding: 0 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border: 0px;
    position: relative;
    overflow: hidden;
}
.btnItemWrp .btnItem::after,
.btnItemWrp a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    /*background-color: #aaa;
    z-index: 1;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}
.btnItemWrp .btnItem span,
.btnItemWrp a span {
    position: relative;
    z-index: 3;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnItemWrp .btnItem:hover:after,
.btnItemWrp a:hover:after {
    top: 0;
}
.btnItemWrp .btnItem:hover span,
.btnItemWrp a:hover span {
    color: #fff;
}
.btnItemWrp .btnItem.pk,
.btnItemWrp a.pk {
    border: 1px solid #da7f64;
    color: #da7f64;
}
.btnItemWrp .btnItem.pk:after,
.btnItemWrp a.pk:after {
    background-color: #da7f64;
}
@media (max-width:768px){
    .btnItemWrp .btnItem,
    .btnItemWrp a {
        line-height: 35px;
        padding: 0 30px;
        font-size: 14px;
    }
}
/* radio-custom-con */
.radio-custom-con {
    vertical-align: middle;
}
.checkbox-custom-con .checkbox-custom,
.radio-custom-con .radio-custom {
    margin: 3px 10px 3px 0;
}


/* spiderma */
#spiderma .extBx {
    border-top: 3px solid #333;
}


#spiderma .sec1 ul li {
	margin: 15px 0;
}
#spiderma .sec1 ul li .item {
	background-color: #fff;
	border-radius: 15px;
	padding: 15px 25px;
	/*box-shadow: 15px 15px 35px rgba(99, 42, 67, 0.1);*/
	border: 1px solid #ddd;
}
#spiderma .sec1 ul li .item h3 {
	padding: 10px 0;
	padding-left: 50px;
	position: relative;
	
    color: #6f9bb6;
    font-size: 20px;
}
#spiderma .sec1 ul li .item h3:after {
	content: "";
	position: absolute;
	background: url(../img/chk.png) left center no-repeat;
	width: 40px;
	height: 100%;
	left: 0;
	top: 0;
}
@media (max-width:768px){
	#spiderma .sec1 ul li .item {
		box-shadow: 5px 5px 15px rgba(99, 42, 67, 0.1);
		padding: 10px 15px;
		border-radius: 5px;
	}
	#spiderma .sec1 ul li .item h3 {
		padding: 5px 0;
		padding-left: 35px;
		position: relative;
		 font-size: 17px;
	}
	#spiderma .sec1 ul li .item h3:after {
		width: 25px;
		background-size: 25px !important;
	}
}

/* layList */
.layList > li {
    position: relative;
}
@media (min-width:1300px){
    .layList > li {
         /*  padding-left: 300px;*/
			border-top: 1px solid #eee;
		padding-top: 40px;
    }
	.layList > li:first-child {
			border-top: 5px solid #000;
			  border-radius: 20px;
    }
	.layList > li:last-child {
			border-bottom: 5px solid #000;
		 border-radius: 20px;
		padding-bottom: 40px;
    }
    .layList > li > .mtit {
      /*  position: absolute;
	  
        width: 320px;
	  */
        left: 0;
        top: 0;
		padding-top: 40px;
    }
}
@media (max-width:768px){
   
    .layList > li {
			border-top: 1px solid #eee;
		padding-top:30px;
    }
	.layList > li:first-child {
		border-top: 5px solid #000;
		border-radius: 20px;
	}
	.layList > li:last-child {
			border-bottom: 5px solid #000;
		 border-radius: 20px;
		padding-bottom: 30px;
    }
}

.table_un  {
	width: 70%;
}
.table_un>tbody>tr>td, .table_un>tbody>tr>th, .table_un>tfoot>tr>td, .table_un>tfoot>tr>th, .table_un>thead>tr>td, .table_un>thead>tr>th {
	border-top: none;
}
.table_un p {
    display: inline-block;
}
.table_un img {
    width: 40px;
    margin-bottom: 20px;
    margin-right: 10px;
}

@media (max-width:768px){
   
	.table_un  {
		width: 100%;
	}
}

.table_line>tbody>tr>td, .table_line>tbody>tr>th, .table_line>tfoot>tr>td, .table_line>tfoot>tr>th, .table_line>thead>tr>td, .table_line>thead>tr>th {
	    border: 1px solid #d5d5d5;
		    padding: 10px 50px;
}
.table_line  h4,
.table_line  p{
    display: inline-block;
}

.table_line  {
	width: 80%;
}
@media (max-width:768px){
   
	.table_line  {
		width: 100%;
	}
}

.chart{
	width:500px;
	margin-bottom:20px
}
@media (max-width:768px){
   
	  
	.chart{
		width:300px;
	}
}
