.stit .lined {
    display: inline-block;
    height: 40px;
    width: 1px;
    background-color: #aaa;
    margin-top: 30px;
}
.stit h5{
    margin-top: 20px;
}

@media (max-width:768px){
    .stit .lined {
        height: 20px;
        margin-top: 20px;
    }
    .stit h5{
        margin-top: 10px;
    }
}


/* linedSub */
.linedSub {
    display: inline-block;
    margin: 20px 0;
    width: 50px;
    height: 1px;
    background-color: #ddd;
}

/* about_01 */
.about_01 .cont_box {
    background-color: #f7f7f7;
}
.about_01 .cont_box .tbox{
    background-color: #fff;
    margin: 0 auto;
    padding: 80px 30px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
}
.about_01 .cont_box .tbox h4{
    margin-top: 30px;
    margin-bottom: 60px;
}
.about_01 .cont_box .tbox h5{
    margin-top: 20px;
}
.about_01 .sign{
    margin-top: 60px;
}
.about_01 .sign img{
    width: 100px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.about_01 .cont_box .tbox .logobox {
    display: inline-block;
    border-bottom: 1px solid #81c345;
}
@media (min-width:769px){
    .about_01 .sec1 {
        position: relative;
        padding-bottom: 250px;
    }
    .about_01 .sec1:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 500px;
        background: url(../img/about1_bg.png) bottom center no-repeat;
        background-attachment: fixed;
    }
    .about_01 .cont_box{
        padding: 70px 0;
        position: relative;
        z-index: 3;
    }
    .about_01 .cont_box .tbox{
        max-width: 90%;
    }
}
@media (max-width:768px){
    .about_01 .cont_box{
        padding: 20px;
    }
    .about_01 .cont_box .tbox{
        padding: 30px 20px;
    }
    .about_01 .cont_box .tbox .logobox {
        width: 110px;
    }
    .about_01 .cont_box .tbox img.logo{
        width: 160px;
    }
    .about_01 .cont_box .tbox h4{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .about_01 .cont_box .tbox h5{
        margin-top: 20px;
    }
    .about_01 .sign{
        margin-top: 40px;
    }
    .about_01 .sign img{
        width: 60px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

/* about_02 */
.about_02 ul li .ab2_box .ibox{
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.about_02 ul li .ab2_box .ibox .ibox_txt{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}
.about_02 ul li .ab2_box .ibox .ibox_txt .c_wrp{
    height: 100%;
}
.about_02 ul li .ab2_box .ibox img{
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
.about_02 ul li .ab2_box:hover .ibox img{
     transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.about_02 ul li .ab2_box:hover .ibox .ibox_txt{
    background-color: transparent;
}
.about_02 ul li .ab2_box .tbox p{
    margin-top: 15px;
}

@media (min-width:769px){
    .about_02 ul li .ab2_box .icon{
        margin-bottom: -50px;
    }
    .about_02 ul li .ab2_box .tbox{
        position: relative;
        padding: 50px 40px;
    }
    .about_02 ul li .ab2_box .tbox:before{
        position: absolute;
        content: "";
        background-color: #d4d4d4;
        width: 1px;
        height: 202px;
        top: 0px;
        left: 0%;
        z-index: 1;
    }
    .about_02 ul li .ab2_box .tbox:after{
        position: absolute;
        content: "";
        width: 170px;
        height: 120px;
        top: -114px;
        right: -6px;
        background-color: #8ac23b;
        z-index: -2;
    }
    .about_02 ul li:nth-child(2) .ab2_box .tbox:after{
        background-color: #2d7fde;
    }
}
@media (max-width:768px){
    .about_02 ul li .ab2_box .icon{
        margin-bottom: -10px;
    }
    .about_02 ul li .ab2_box .icon img{
        width: 120px;
    }
    .about_02 ul li:not(:last-child) .ab2_box{
        margin-bottom: 30px;
    }
    .about_02 ul li .ab2_box .tbox{
        padding: 20px;
        border: 1px solid #ddd;
        border-top: 0;
    }
    .about_02 ul li .ab2_box .tbox p{
        margin-top: 10px;
    }
}

/* about_03 */
.about_03 .logo_box{
    background: url(../img/ab3_bg1.png) center center repeat;
    padding: 100px 50px;
    border: 1px solid #ddd;
}
.about_03 .sub_sec1 a{
    display: inline-block;
    background-color: #0e7edb;
    line-height: 1em;
    padding: 15px 25px;
    color: #fff;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    margin-top: 30px;
}
.about_03 .sub_sec1 a i{
    margin-left: 10px;
}
/*h_list*/
.h_wrp {
    width: 100%;
    max-width: 670px;
    display: inline-block;
}
.h_list {
    position: relative;
}
.h_list > li {
    position: relative;
    padding-left: 150px;
}
.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(0,0,0,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: 80px;
}
.h_list .h_con li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
}
.h_list .h_con li h5 {
    position: absolute;
    left: 0;
    top: 13px;
    font-weight: 700;
}
.h_list .h_con li p {
    margin: 0px;
    line-height: 1.3em;
}
@media (max-width:768px){
    .h_list > li {
        position: relative;
        padding-left: 100px;
    }
    .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;
    }
}






/*sub_sec*/
.sub_sec > li{
    margin-top: 60px;
}
@media (max-width:768px){
    .sub_sec > li{
        margin-top: 30px;
    }
}

/*des_box*/
.des_box h4{
    margin-top: 15px;
}
@media (max-width:768px){
    .des_box h4{
        margin-top: 10px;
    }
    .des_box p{
        margin-top:5px;
    }
    
}

/*icon_wrp*/
.icon_wrp > li img{
    margin: 10px 0;
    width: 105px;
}
.icon_wrp > li p{
    margin-top:5px;
    font-size: 16px;
}
@media (min-width:769px){
    .icon_wrp > li{
        width: 10%;
    }
}
@media (max-width:768px){
    .icon_wrp > li{
        width: 20%;
    }
    .icon_wrp > li img{
        margin: 5px 0;
    }
    .icon_wrp > li p{
        display: none;
    }
}

/*img_box*/
.img_box img{
    border: 1px solid #ddd;
    margin: 15px 0;
}
@media (max-width:768px){
    .img_box img{
        margin: 15px 0;
    }
}
@media (max-width:468px){
    .img_box img{
        margin: 5px 0;
    }
}

/*bg_box*/
.bg_box{
    background-color: #f7f7f7;
    padding: 40px;
    margin-top: 20px;
}
@media (max-width:768px){
   .bg_box{
        padding: 20px;
        margin-top: 15px;
    } 
}

/*bd_box*/
.bd_box{
    border: 1px solid #ddd;
    padding: 40px;
    margin-top: 20px;
}
@media (max-width:768px){
   .bd_box{
        padding: 20px;
        margin-top: 15px;
    }
}


/*chk_wrp*/
.chk_wrp{
    margin-top: 15px;
}
.chk_wrp > li{
    position: relative;
    padding-left: 47px;
    font-size: 17px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 400;
    margin: 3px 0;
}
.chk_wrp > li:after{
    position: absolute;
    content: "";
    background: url(../img/chk_b.png) center center no-repeat;
    background-size: 20px;
    left: 20px;
    top:7px;
    width: 20px;
    height: 14px;
}

@media (max-width:768px){
    .chk_wrp{
        margin-top: 10px;
    }
    .chk_wrp > li{
        padding-left: 30px;
        font-size: 13px;
        margin: 3px 0;
    }
    .chk_wrp > li:after{
        background-size: 13px;
        left: 10px;
        top:7px;
        width: 13px;
        height: 8px;
    }
}

/*dot_list*/
.dot_list {
    position: relative;
}
.dot_list.owl-carousel .owl-dots {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.dot_list.owl-carousel .owl-dots .owl-dot.active span, 
.dot_list.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #81c345;
}
@media (max-width:768px){
    .dot_list.owl-carousel .owl-dots {
        left: 5px;
        bottom: 5px;
    }
    .dot_list.owl-carousel .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 2px 3px;
    }
}

/*txt_ban*/
.txt_ban > li{
    
}
@media (max-width:768px){
   .txt_ban > li:nth-child(2){
        margin-top: 30px;
    } 
}

/*t_list*/
.t_list li {
    position: relative;
    padding-left: 15px;
    font-size: 17px;
    color: #221814;
    line-height: 1.4em;
    margin: 18px 0;
    font-weight: 400;
}
.t_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background-color: #767676;
    border-radius: 50%;
}
@media (max-width:768px){
    .t_list li {
        padding-left: 7px;
        font-size: 13px;
        margin: 7px 0;
    }
    .t_list li:before {
        top: 9px;
        width: 2px;
        height: 2px;
    }
}

/*pro_02*/
@media (min-width:769px){
    .pro_02 .sub_sec1 .c_wrp .img_box{
        width: 70%;
    } 
}

/*rail_01*/
.rail_01 .bg_txt{
    background: url(../img/rail1_bg1.png) center center no-repeat;
    padding: 60px;
}
.rail_01 .bg_txt h2, .rail_01 .bg_txt h5{
    color: #fff;
}
.rail_01 .bg_txt .linedSub{
    background-color: #fff;
}
@media (max-width:768px){
    .rail_01 .bg_txt{
        padding: 60px 40px;
    }
}

/*rail_02*/
.rail_02 .bg_txt{
    background: url(../img/rail2_bg1.png) center center no-repeat;
    padding: 60px;
}
.rail_02 .bg_txt h2, .rail_02 .bg_txt h5{
    color: #fff;
}
.rail_02 .bg_txt .linedSub{
    background-color: #fff;
}
@media (max-width:768px){
    .rail_02 .bg_txt{
        padding: 60px 40px;
    }
}

/*rail_03*/
.rail_03 .bg_txt{
    background: url(../img/rail3_bg1.png) center center no-repeat;
    padding: 60px;
}
.rail_03 .bg_txt h2, .rail_03 .bg_txt h5{
    color: #fff;
}
.rail_03 .bg_txt .linedSub{
    background-color: #fff;
}
@media (max-width:768px){
    .rail_03 .bg_txt{
        padding: 60px 40px;
    }
}

/*rail_04*/
.rail_04 .bg_txt{
    background: url(../img/rail4_bg1.png) center center no-repeat;
    padding: 60px;
}
.rail_04 .bg_txt h2, .rail_04 .bg_txt h5{
    color: #fff;
}
.rail_04 .bg_txt .linedSub{
    background-color: #fff;
}
@media (max-width:768px){
    .rail_04 .bg_txt{
        padding: 60px 40px;
    }
}


/*spe_01*/
.spe_01 .sub_sec1 ul li .spe1_box p{
    background-color: #9a9a9a;
    padding: 5px 0;
    color: #fff;
    border-top:0;
}
@media (max-width:768px){
    .spe_01 .sub_sec1 ul li .spe1_box{
        margin: 5px 0;
    }
    .spe_01 .sub_sec1 ul li .spe1_box img{
        margin: 0;
    }
}

/*tech*/
@media (min-width:769px){
    #tech .sub_sec1 .c_wrp .rt{
        padding-left: 50px;
    }
}
@media (max-width:768px){
    #tech .sub_sec1 .c_wrp .rt{
        margin-top: 20px;
    }
}

/*tech_01*/
.tech_01 .sub_sec3 .pro_wrp > li .c_wrp{
    margin-top:30px ;
}
.tech_01 .sub_sec3 .pro_wrp .c_wrp .lt{
    
}
.tech_01 .sub_sec3 .pro_wrp .c_wrp .rt{
    border: 1px solid #ddd;
    padding: 0 30px;
}
@media (min-width:769px){
    .tech_01 .sub_sec3 .pro_wrp > li:nth-child(1) .c_wrp, .tech_01 .sub_sec3 .pro_wrp > li:nth-child(2) .c_wrp{
        margin-top: 0;
    }
    .tech_01 .sub_sec3 .pro_wrp .c_wrp .lt{
        width: 8%;
        position: relative;
    }
    .tech_01 .sub_sec3 .pro_wrp .c_wrp .lt h2{
        position: absolute;
        top: 0;
        right: -5px;
        font-style: italic;
        font-size: 50px;
        color: #aaa; 
    }
    .tech_01 .sub_sec3 .pro_wrp .c_wrp .rt{
        height: 90px;
    }
}
@media (max-width:768px){
    .tech_01 .sub_sec3 .pro_wrp > li .c_wrp{
        margin-top:10px ;
    }
    .tech_01 .sub_sec3 .pro_wrp .c_wrp .lt{
        width: 8%;
        position: relative;
    }
    .tech_01 .sub_sec3 .pro_wrp .c_wrp .lt h2{
        position: absolute;
        top: 0;
        right: -5px;
        font-style: italic;
        font-size: 30px;
        color: #aaa; 
    }
    .tech_01 .sub_sec3 .pro_wrp .c_wrp .rt{
        padding: 15px 20px;
    }
}

/*tech_02*/
.tech_02 .sub_sec1 .img_box{
    margin-top:30px ;
}
@media (max-width:768px){
    .tech_02 .sub_sec1 .img_box{
        margin-top:15px ;
    }
}

/*tech_03*/
.tech_03 .sub_sec1 .img_box{
    margin-top:30px ;
}
@media (max-width:768px){
    .tech_03 .sub_sec1 .img_box{
        margin-top:15px ;
    }
}

/*about2*/
.about2 .lft h2 {
    line-height: 1.3em;
}
.about2 .lft h2 span {
    position: relative;
}
.about2 .lft h2 .circle:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #81c345;
}
.about2 .lft ul {
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #f4f4f4;
    padding: 30px 20px;
}
.about2 .lft ul li {
    position: relative;
}
.about2 .lft ul li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #ddd;
}
.about2 .lft ul li p,
.about2 .lft ul li h6 {
    margin-top: 10px;
}
.about2 .rt ul li .item {
    padding: 35px;
    position: relative;
    z-index: 0;
}
.about2 .rt .item h6 span {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 10px 20px;
    line-height: 1em;
}
.about2 .rt .item h3,
.about2 .rt .item p {
    color: #fff;
    margin-top: 15px;
}
.about2 .rt .item h3 {
    font-weight: 700;
}
.about2 .rt .item p {
    opacity: 0.7;
}
.about2 .rt .item,
.about2 .rt .item h6 span,
.about2 .rt .item h3,
.about2 .rt .item p {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media (min-width:768px){
    .about2 .lft {
        width: 40%;
        padding-right: 5%;
    }
    .about2 .rt ul li:not(:last-child) {
        border-right: 1px solid rgba(255,255,255,0.4);
    }
    .about2 .rt .item {
        min-height: 287px;
    }
    .about2 .rt .item h6 span,
    .about2 .rt .item h3,
    .about2 .rt .item p {
        color: #fff;
    }
     
    .about2 .rt .item h6 span {
        border-color: #fff;
    }
    .about2 .rt ul li .item:before {
        content: '';
        position: absolute;
        left: 0; top: 0; right: 0; bottom: 0;
        border: 2px solid #ddd;
        background-color: #81c345;
        border-radius: 4px;
        transform: skewX(-10deg);
        z-index: -1;    
    }
    .about2 .rt ul li:nth-child(even) .item:before {
        background-color: #0e7edb;
    }
}
@media (max-width:768px){
    .about2 .lft h2 .circle:after {
        left: auto;
        right: -10px;
        width: 7px;
        height: 7px;
        top: 3px;
    }
    .about2 .lft ul {
        border-radius: 5px;
        padding: 30px 15px;
        margin-bottom: 20px !important;
    }
    .about2 .lft ul li .icon img {
        width: 80px;
    }
    .about2 .rt ul li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }
    .about2 .rt .item {
        padding: 40px 15px;
        background-color: #81c345;
    }
    .about2 .rt ul li:nth-child(even) .item{
        background-color: #0e7edb;
    }
    .about2 .rt .item h6 span {
        padding: 5px 10px;
        font-size: 11px;
    }
    .about2 .rt .item h3,
    .about2 .rt .item p {
        margin-top: 7px;
    }
}



/*about2 sec2*/
.about2 .sec2 {
    background: url(../img/about2_bg2.jpg) center center no-repeat;
    background-attachment: fixed;
}
.about2 .sec2 ul {
    border: 1px solid rgba(255,255,255,0.4);
}
.about2 .sec2 .item {
    padding: 100px 15px;
}
.about2 .sec2 .item h6 span {
    display: inline-block;
    color: #81c345;
    border: 2px solid #81c345;
    border-radius: 100px;
    padding: 10px 20px;
    line-height: 1em;
}
.about2 .sec2 .item h3,
.about2 .sec2 .item p {
    color: #fff;
    margin-top: 15px;
}
.about2 .sec2 .item h3 {
    font-weight: 700;
}
.about2 .sec2 .item p {
    opacity: 0.7;
}
.about2 .sec2 .item,
.about2 .sec2 .item h6 span,
.about2 .sec2 .item h3,
.about2 .sec2 .item p {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media (min-width:768px){
    .about2 .sec2 ul li:not(:last-child) {
        border-right: 1px solid rgba(255,255,255,0.4);
    }
    .about2 .sec2 .item:hover {
        background-color: rgba(129, 195, 69, 0.8);
        box-shadow: 20px 20px 65px rgba(0,0,0,0.5);
    }
    .about2 .sec2 .item h6 span,
    .about2 .sec2 .item h3,
    .about2 .sec2 .item p {
        color: #fff;
    }
    .about2 .sec2 .item h6 span {
        border-color: #fff;
    }
}
@media (max-width:768px){
    .about2 .sec2 ul li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }
    .about2 .sec2 .item {
        padding: 40px 15px;
    }
    .about2 .sec2 .item h6 span {
        padding: 5px 10px;
        font-size: 11px;
    }
    .about2 .sec2 .item h3,
    .about2 .sec2 .item p {
        margin-top: 7px;
    }
}

/*about3*/
.about3 .cli_img .item {
    position: relative;
    overflow: hidden;
}
.about3 .cli_img .item > img {
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
.about3 .cli_img .item:hover > img {
     transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.about3 .cli_img .item .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    padding-left: 50px;
}
.about3 .cli_img .item .txt h4 {
    color: #a8a8a8;
}
.about3 .cli_img .item .txt h1 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 10px;
}
.about3 .cli_img .item .txt h4.dark,
.about3 .cli_img .item .txt h1.dark {
    color: #333;
}
.about3 .logobox{
    background: url(../img/ab3_bg1.png) center center repeat;
    padding: 130px 50px;
    border: 1px solid #ddd;
    text-align: center;
}
.about3 .logoinfo .logoColor {
    margin-bottom: 20px;
}
.about3 .logoinfo .logoColor .color {
    display: inline-block;
}
.about3 .logoinfo .logoColor .picker span {
    display: inline-block;
    border-radius: 5px;
    background-color: #81c345;
    width: 40px;
    height: 40px;
}
.about3 .logoinfo .logoColor .color2 .picker span {
    display: inline-block;
    border-radius: 5px;
    background-color: #0f7edb;
    width: 40px;
    height: 40px;
}
.about3 .logoinfo .logoColor .pickerInfo {
    padding-left: 10px;
    padding-right: 40px;
}
.about3 .logoinfo .logoColor .pickerInfo h6 {
    font-size: 12px;
}
.about3 .logoinfo .logoColor .pickerInfo h5 {
    font-weight: 500;
}
.about3 .logoinfo .logo_down {
    text-decoration: none;
    display: inline-block;
    line-height: 60px;
    border: 1px solid #ddd;
    width: 230px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #666;
    margin-top: 60px;
    
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.about3 .logoinfo .logo_down:hover {
    border-color: #0e7edb;
    color: #0e7edb;
}
@media (min-width:768px){
    .about3 .logoinfo {
        padding-left: 60px;
    }
}
@media (max-width:992px){
    .about3 .cli_img .item .txt {
        padding-top: 60px;
        padding-left: 20px;
    }
    .about3 .cli_img .item .txt h1 {
        font-size: 30px;
        line-height: 1em;
    }
}
@media (max-width:768px){
    .about3 .logoinfo {
        padding-top: 20px;
    }
    .about3 .cli_img .item {
        margin-bottom: 10px;
    }
    .about3 .logobox{
        padding: 50px 20px;
    }
    .about3 .logobox img {
        width: 140px;
    }
    .about3 .logoinfo .logoColor {
        margin-bottom: 10px;
    }
    .about3 .logoinfo .logoColor .pickerInfo {
        padding-right:30px;
    }
    .about3 .logoinfo .logoColor .pickerInfo h6 {
        font-size: 10px;
    }
    .about3 .logoinfo .logo_down {
        line-height: 40px;
        width: 180px;
        font-size: 15px;
        margin-top: 30px;
    }
}

/*연혁*/
.historyList {
    position: relative;
}
.historyList:after {
    content: "";
    position: absolute;
    left: 415px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}
.historyList .yyItem h1 {
    font-size: 65px;
    font-weight: 700;
    color: #ccc;
    line-height: 1.1em;
}
.historyList .yyItem h1 .dk {
    color: #111;
}
.historyList .yyItem img {
    border-radius: 20px;
}
.historyList .whatHappen > li {
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}
.historyList .whatHappen h2 {
    font-weight: 700;
    position: relative;
}
.historyList .whatHappen h2:before {
    content: "";
    position: absolute;
    left: -40px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #81c345;
    z-index: 3;
    top: 20px;
}
.historyList .whatHappen .list {
    padding: 40px;
    background-color: #f7f7f7;
    box-shadow: 10px 10px 45px rgba(0,0,0,0.15);
    margin-top: 10px;
}
.historyList .whatHappen .list li:last-child {
    margin-bottom: 0px;
}
.historyList .whatHappen .list h5 {
    position: relative;
    padding-left: 15px;
}
.historyList .whatHappen .list h5:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    top: 11px;
    border-radius: 50%;
    background-color: #333;
}
@media (min-width:768px){
    .historyList > li {
        position: relative;
        padding-left: 450px;
    }
    .historyList .yyItem {
        position: absolute;
        left: 0;
    }
}
@media (max-width:768px){
    .historyList:after {
        left: 10px;
    }
    .historyList > li {
        padding-left: 25px;
    }
    .historyList .yyItem.hasImg {
        position: relative;
        display: inline-block;
    }
    .historyList .yyItem.hasImg:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        z-index: 1;
        border-radius: 20px;
    }
    .historyList .yyItem.hasImg .yyPrd {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 3;
    }
    .historyList .yyItem.hasImg .yyPrd h1 {
        color: #eee;
    }
    .historyList .yyItem.hasImg .yyPrd h1 .dk {
        color: #fff;
    }
    .historyList .yyItem h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .historyList .whatHappen > li {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .historyList .whatHappen h2:before {
        left: -18px;
        width: 7px;
        height: 7px;
        top: 10px;
    }
    .historyList .whatHappen .list {
        box-shadow: 0 0 0;
        border: 1px solid #ddd;
        background-color: #f4f4f4;
        padding: 15px;
    }
    .historyList .whatHappen .list h5 {
        padding-left: 10px;
    }
    .historyList .whatHappen .list h5:before {
        width: 3px;
        height: 3px;
        top: 8px;
    }
}
/*about_05*/
.table.tableLicense {
    margin-top: 15px;
}
.table.tableLicense thead tr th {
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
    color: #333;
    font-weight: 500;
}
.table.tableLicense tbody tr td {
    border-bottom: 1px solid #ddd;
    color: #666;
}
.table.tableLicense tbody tr:hover td {
    background-color: #fcfcfc;
}
.table.tableLicense thead tr th,
.table.tableLicense tbody tr td {
    font-size: 17px;
    line-height: 1.2em;
    padding: 15px;
    border-left: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}
.table.tableLicense thead tr th:first-child,
.table.tableLicense tbody tr td:first-child {
    border-left: 0px;
}
.table.tableLicense thead tr th:last-child,
.table.tableLicense tbody tr td:last-child {
    text-align: left;
}
@media (max-width:768px){
    .table.tableLicense thead tr th,
    .table.tableLicense tbody tr td {
        font-size: 14px;
        padding: 10px;
    }
}

/*lcsImg*/
.lcsImg {
    margin-top: 15px;
}
.lcsImg li p {
    line-height: 1.2em;
}
.lcsImg li img {
    width: 100%;
    border: 1px solid #ddd;
}
@media (max-width:768px){
    .lcsImg li {
        margin: 5px 0;
    }
}


/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* location_01 :: sec1*/
#location_01 .mapInfo {
    position: relative;
}
#location_01 .mapInfo .item {
    background: url(../img/map_icon1.png) left center no-repeat;
    padding: 40px 10px;
    padding-left: 80px;
}
#location_01 .mapInfo .item.item2 {
    background: url(../img/map_icon2.png) left center no-repeat;
}
#location_01 .mapInfo .item.item3 {
    background: url(../img/map_icon3.png) left center no-repeat;
}
#location_01 .mapInfo .item strong {
    display: block;
}
@media (min-width:992px){
    #location_01 .mapInfo {
        border-top: 1px solid #dddd;
        margin-top: 20px;
        padding-left: 400px;
    }
    #location_01 .mapInfo > h3 {
        position: absolute;
        left: 0;
        top: -1px;
        padding-top: 40px;
        width: 350px;
        border-top: 1px solid #333;
    }
}
@media (max-width:1400px) and (min-width:992px){
    #location_01 .mapInfo {
        padding-left: 250px;
    }
    #location_01 .mapInfo > h3 {
        width: 200px;
    }
}
@media (max-width:768px) and (min-width:501px){
    #location_01 .mapInfo {
        padding-top: 20px;
    }
    #location_01 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px;
        padding-top: 50px;
        background-position: center top !important;
        text-align: center;
    }
    #location_01 .mapInfo .item h5 {
        word-break: break-all;
        line-height: 1.2em;
    }
    #location_01 .mapInfo .item h5 strong {
        margin-bottom: 5px;
    }
}
@media (max-width:500px){
    #location_01 .mapInfo ul li {
        width: 100% !important;
        border-bottom: 1px dashed #ddd;
    }
    #location_01 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px 10px;
        padding-left: 50px;
    }
}

/*about_01_en*/
.about_01_en .header-narrow .c_wrp{
    padding: 20px 80px !important;
}
.about_01_en .cont_box {
    background-color: #f7f7f7;
}
.about_01_en .cont_box .tbox{
    background-color: #fff;
    margin: 0 auto;
    padding: 80px 30px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
}
.about_01_en .cont_box .tbox h4{
    margin-top: 30px;
    margin-bottom: 60px;
}
.about_01_en .cont_box .tbox h5{
    margin-top: 20px;
}
.about_01_en .cont_box .tbox .logobox {
    display: inline-block;
    border-bottom: 1px solid #81c345;
}
.about_01_en .sec2 .range_box{
    padding: 50px;
    border: 2px solid #fff;
}
.about_01_en .sec2 .range_box ul li{
    margin: 15px 0;
}
.about_01_en .sec2 .range_box ul li h5{
    position: relative;
    padding-left: 18px;
}
.about_01_en .sec2 .range_box ul li h5:before{
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 0;
    top:12px;
}
.about_01_en .sec3 .btn_wrp {
    margin-top: 30px;
}
.about_01_en .sec3 .btn_wrp a {
    display: inline-block;
    background-color: #0e7edb;
    line-height: 1em;
    padding: 15px 25px;
    color: #fff;
    font-size: 17px;
    position: relative;
    text-decoration: none;
}
.about_01_en .sec3 .btn_wrp a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 5px;
    border-color: #fff #fff transparent transparent;
}
.about_01_en .sec3 .btn_wrp a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent #fff #fff;
}
@media (max-width:992px){
    .about_01_en .header-narrow .c_wrp{
        padding: 0px 15px !important;
    }
}

@media (min-width:769px){
    .about_01_en .sec1 {
        position: relative;
    }
    .about_01_en .sec1:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 900px;
        background: url(../img/abouten_bg.png) bottom center no-repeat;
        background-attachment: fixed;
        z-index: -1;
    }
    .about_01_en .cont_box{
        padding: 70px 0;
        position: relative;
        z-index: 3;
    }
    .about_01_en .cont_box .tbox{
        max-width: 90%;
    }
}
@media (max-width:768px){
    .about_01_en .sec1 {
        position: relative;
    }
    .about_01_en .sec1:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 700px;
        background: url(../img/abouten_bg.png) bottom center no-repeat;
        background-attachment: fixed;
        z-index: -1;
    }
    .about_01_en .cont_box{
        padding: 20px;
    }
    .about_01_en .cont_box .tbox{
        padding: 30px 20px;
    }
    .about_01_en .cont_box .tbox .logobox {
        width: 110px;
    }
    .about_01_en .cont_box .tbox img.logo{
        width: 160px;
    }
    .about_01_en .cont_box .tbox h4{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .about_01_en .cont_box .tbox h5{
        margin-top: 20px;
    }
    .about_01_en .sec2 .range_box{
        padding: 20px;
        border: 1px solid #fff;
    }
    .about_01_en .sec2 .range_box ul li{
        margin: 8px 0;
    }
    .about_01_en .sec2 .range_box ul li h5{
        padding-left: 12px;
    }
    .about_01_en .sec2 .range_box ul li h5:before{
        width: 5px;
        height: 5px;
        top:8px;
    }
    .about_01_en .sec3 .btn_wrp {
        margin-top: 15px;
    }
    .about_01_en .sec3 .btn_wrp a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .about_01_en .sec3 .btn_wrp a:before,
    .about_01_en .sec3 .btn_wrp a:after {
        border-width: 4px;
    }
}
