section {
    text-align: center;
}

/*top*********************************/
section.top {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

/*section.about*********************************/
section.center {
    width: 1200px;
}

section.intro {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

section.intro > .center {
    width: 1200px;
    margin: 0 auto;
}

section.intro .txt {
    width: 1200px;
    float: left;
    overflow: hidden;
}

section.intro .txt > h2 {
    text-align: left;
    margin-bottom: 30px;
}

section.intro .txt > h2 > img {
    width: 459px;
    height: 44px;
}

section.intro .txt > p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 50px;
}

section.intro .txt > p > img {
    width: 115px;
    margin-top: 6px;
}

section.intro .intro_img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 150px;
}

.intro_img > img {
    float: left;
}

.intro_img > img:first-child {
    margin-right: 18px;
}

.intro_img > img:nth-child(2) {
    padding-bottom: 18px;
}

.intro_img > img:nth-child(3) {
    padding-bottom: 18px;
}

.intro_img > img:last-child {}

/*sensor*********************************/
section.sensor {
    width: 100%;
    background-color: #ffffff;
    /*margin-top: 200px;*/
}

section.sensor > .center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}

section.sensor > .center > h3 {
    font-size: 35px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'NanumSquareEB';

}

section.sensor > .center > p > img {
    width: 115px;
    margin-top: 6px;
}

section.sensor > .center > p {
    margin-top: 70px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

section.sensor > .center > h3 div.bar {
    margin-top: 20px;
    width: 50px;
    border-bottom: 3px solid #3783b6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section.sensor > .center > .location {
    position: relative;
    /*margin-top: 100px;*/
}

section.sensor > .center > .location > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

section.sensor .location > .left {
    width: 690px;
    height: 462px;
}

.location img:first-of-type {
    display: block;
}

.location img:last-of-type {
    display: none;
}

section.sensor .location ul {}

section.sensor .location ul > li {}

section.sensor .location ul > li > a {
    position: absolute;
    display: block;
    width: 40px;
    height: 20px;
    z-index: 10;
}

/*센서 오른쪽 안나오게 설정*/
section.sensor .location > .right > ul > li {
    display: none;
}

/**********센서 버튼*/
.sensor > .center > ul.sensor_intro {
    overflow: hidden;
    margin-top: 50px;
    /*width: 330px;*/
    margin-left: 275px;
    margin: 50px 0px 50px 275px;
}

.sensor > .center > ul.sensor_intro > li {
    width: 165px;
    float: left;
    margin-bottom: 10px;
}

.sensor > .center > ul.sensor_intro > li > p {
    /*width: 105px;*/
    text-align: left;
}

.sensor > .center > ul.sensor_intro img {
    float: left;
}

.sensor > .center > ul.sensor_intro p {

    float: left;
    line-height: 40px;
    font-size: 16px;
    font-family: 'NanumSquareB';
    margin-left: 20px;
}


/*lidar*/
button.lidar_b {
    z-index: 1;
    position: absolute;
    width: 10px;
    height: 10px;
    /*색상변경하는 곳*/
    background: #00136c;
    color: #FFF;
    border-radius: 50%;
    animation: pulse_lidar 2s linear infinite;
}

@keyframes pulse_lidar {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 19, 108, 0.8), 0 0 0 0 rgba(0, 19, 108, 0.5)
    }

    40% {
        box-shadow: 0 0 0 20px rgba(0, 19, 108, 0), 0 0 0 10px rgba(0, 19, 108, 0)
    }

    80% {
        box-shadow: 0 0 0 20px rgba(0, 19, 108, 0), 0 0 0 10px rgba(0, 19, 108, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 19, 108, 0), 0 0 0 10px rgba(0, 19, 108, 0)
    }
}

/*gnss*/
button.gnss_b {
    z-index: 1;
    position: absolute;
    width: 10px;
    height: 10px;
    /*색상변경하는 곳*/
    background: #db3951;
    color: #FFF;
    border-radius: 50%;
    animation: pulse_gnss 2s linear infinite;
}

@keyframes pulse_gnss {
    0% {
        box-shadow: 0 0 0 0 rgba(219, 57, 81, 0.8), 0 0 0 0 rgba(219, 57, 81, 0.5)
    }

    40% {
        box-shadow: 0 0 0 20px rgba(219, 57, 81, 0), 0 0 0 10px rgba(219, 57, 81, 0)
    }

    80% {
        box-shadow: 0 0 0 20px rgba(219, 57, 81, 0), 0 0 0 10px rgba(219, 57, 81, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(219, 57, 81, 0), 0 0 0 10px rgba(219, 57, 81, 0)
    }
}

/*camera*/
button.camera_b {
    z-index: 1;
    position: absolute;
    width: 10px;
    height: 10px;
    /*색상변경하는 곳*/
    background: #4f9da6;
    color: #FFF;
    border-radius: 50%;
    animation: pulse_camera 2s linear infinite;
}

@keyframes pulse_camera {
    0% {
        box-shadow: 0 0 0 0 rgba(79, 157, 166, 0.8), 0 0 0 0 rgba(79, 157, 166, 0.5)
    }

    40% {
        box-shadow: 0 0 0 20px rgba(79, 157, 166, 0), 0 0 0 10px rgba(79, 157, 166, 0)
    }

    80% {
        box-shadow: 0 0 0 20px rgba(79, 157, 166, 0), 0 0 0 10px rgba(79, 157, 166, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(79, 157, 166, 0), 0 0 0 10px rgba(79, 157, 166, 0)
    }
}

/*controller*/
button.controller_b {
    z-index: 1;
    position: absolute;
    width: 10px;
    height: 10px;
    /*색상변경하는 곳*/
    background: #a0e6fb;
    color: #FFF;
    border-radius: 50%;
    animation: pulse_controller 2s linear infinite;
}

@keyframes pulse_controller {
    0% {
        box-shadow: 0 0 0 0 rgba(160, 230, 251, 0.8), 0 0 0 0 rgba(160, 230, 251, 0.5)
    }

    40% {
        box-shadow: 0 0 0 20px rgba(160, 230, 251, 0), 0 0 0 10px rgba(160, 230, 251, 0)
    }

    80% {
        box-shadow: 0 0 0 20px rgba(160, 230, 251, 0), 0 0 0 10px rgba(160, 230, 251, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(160, 230, 251, 0), 0 0 0 10px rgba(160, 230, 251, 0)
    }
}

/*radar*/
/*
button.radar_b {
    z-index: 1;
    position: absolute;
    width: 10px;
    height: 10px;

    background: #2483a2;
    color: #FFF;
    border-radius: 50%;
    animation: pulse_radar 2s linear infinite;
}

@keyframes pulse_radar {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 131, 162, 0.8), 0 0 0 0 rgba(36, 131, 162, 0.5)
    }

    40% {
        box-shadow: 0 0 0 20px rgba(36, 131, 162, 0), 0 0 0 10px rgba(36, 131, 162, 0)
    }

    80% {
        box-shadow: 0 0 0 20px rgba(36, 131, 162, 0), 0 0 0 10px rgba(36, 131, 162, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(36, 131, 162, 0), 0 0 0 10px rgba(36, 131, 162, 0)
    }
}*/



/**********센서위치*/
/*lidar*/
section.sensor .location {
    font-family: 'NanumSquareB';
}

section.sensor .location > .left > ul.lidar > li:nth-child(1) > a {
    left: 26.8%;
    top: 9%;
}

section.sensor .location > .left > ul.lidar > li:nth-child(2) > a {
    left: 0%;
    top: 57%;
}

section.sensor .location > .left > ul.lidar > li:nth-child(3) > a {
    left: 4.5%;
    top: 29%;
}

section.sensor .location > .left > ul.lidar > li:nth-child(4) > a {
    left: 53%;
    top: 29%;
}

section.sensor .location > .left > ul.lidar > li:nth-child(5) > a {
    left: 56%;
    top: 57%;
}

section.sensor .location > .right > ul.lidar > li:nth-child(1) > a {
    left: 70.9%;
    top: 22%;
}

section.sensor .location > .right > ul.lidar > li:nth-child(2) > a {
    left: 89.4%;
    top: 22%;
}

section.sensor .location > .right > ul.lidar > li:nth-child(3) > a {
    left: 80.2%;
    top: 57%;
}

section.sensor .location > .right > ul.lidar > li:nth-child(4) > a {
    left: 80.2%;
    top: 24%;
}

/*gnss*/
section.sensor .location > .left > ul.gnss > li:nth-child(1) > a {
    left: 4%;
    top: 23%;
}

section.sensor .location > .left > ul.gnss > li:nth-child(2) > a {
    left: 8%;
    top: 60%;
}

section.sensor .location > .left > ul.gnss > li:nth-child(3) > a {
    left: 45%;
    top: 23%;
}

section.sensor .location > .right > ul.gnss > li:nth-child(1) > a {
    left: 80.2%;
    top: 21%;
}

section.sensor .location > .right > ul.gnss > li:nth-child(2) > a {
    left: 93%;
    top: 55%;
    opacity: 0.5;
}

/*camera*/

section.sensor .location > .left > ul.camera > li:nth-child(1) > a {
    left: 2%;
    top: 35%;
}

section.sensor .location > .left > ul.camera > li:nth-child(2) > a {
    left: 52%;
    top: 35%;
}


section.sensor .location > .right > ul.camera > li:nth-child(1) > a {
    left: 75%;
    top: 29%;
}

section.sensor .location > .right > ul.camera > li:nth-child(2) > a {
    left: 85%;
    top: 33%;
    opacity: 0.5;
}

section.sensor .location > .right > ul.camera > li:nth-child(3) > a {
    left: 75%;
    top: 33%;
    opacity: 0.5;
}

section.sensor .location > .right > ul.camera > li:nth-child(4) > a {
    left:
        /* 87.3*/
        85%;
    top: 29%;
}

section.sensor .location > .left > ul.controller > li:nth-child(1) > a {
    left: 10%;
    top: 43%;
}

section.sensor .location > .left > ul.controller > li:nth-child(2) > a {
    left: 12%;
    top: 49%;
}

section.sensor .location > .right > ul.controller > li:nth-child(1) > a {
    left: 92.5%;
    top: 41%;
    opacity: 0.5;
}

section.sensor .location > .right > ul.controller > li:nth-child(2) > a {
    left: 93%;
    top: 50%;
    opacity: 0.5;
}

/*radar*/
/*section.sensor .location > .left > ul.radar > li:nth-child(1) > a {
    left: 47.3%;
    top: 72.5%;
}

section.sensor .location > .right > ul.radar > li:nth-child(1) > a {
    left: 78.5%;
    top: 85%;
}*/


/*sensor명 표시*/
section.sensor .location > .left > ul.lidar > li > a {
    width: 85px;
}

section.sensor .location > .left > ul.lidar > li > a > p {
    font-size: 16px;
    color: rgb(0, 19, 108);
    margin: 0 0 30px 10px;
}



section.sensor .location > .left > ul.lidar > li:nth-of-type(1) > a > p {
    margin: 0 0 40px 10px;
}

section.sensor .location > .left > ul.lidar > li:nth-of-type(2) > a {
    width: 68px;
}

section.sensor .location > .left > ul.lidar > li:nth-of-type(2) > a > p {
    float: left;
    margin: 0 0 0px 0px;
    width: 45px;
}

section.sensor .location > .left > ul.lidar > li:nth-of-type(3) > a > p {
    float: left;
    line-height: 10px;
}

section.sensor .location > .left > ul.lidar > li:nth-of-type(4) > a > p {
    line-height: 10px;
    float: right;
}

section.sensor .location > .left > ul.lidar > li:nth-of-type(5) > a > p {
    line-height: 10px;
    width: 165px;
}



section.sensor .location > .left > ul.gnss > li > a {
    width: 135px;
}

section.sensor .location > .left > ul.gnss > li:nth-of-type(2) > a {
    width: 70px;
}

section.sensor .location > .left > ul.gnss > li:nth-of-type(3) > a p {
    float: left;
    margin-left: 95px;
    width: 110px;
}

section.sensor .location > .left > ul.gnss > li > a > p {
    font-size: 16px;
    color: rgb(219, 57, 81);
    text-align: center;
    /*margin: 0 0 10px 10px;*/
    float: left;
    line-height: 10px;
}




section.sensor .location > .left > ul.camera > li > a {
    width: 100px;
}

section.sensor .location > .left > ul.camera > li:nth-of-type(2) > a p {
    float: left;
    /*margin-left: 30px;*/
    width: 80px;
}

section.sensor .location > .left > ul.camera > li > a > p {
    font-size: 16px;
    color: rgb(79, 157, 166);
    text-align: center;
    /*margin: 0 0 10px 10px;*/
    line-height: 10px;
    /*padding-right: 70px;*/
}

section.sensor .location > .left > ul.camera > li:nth-of-type(1) > a > p {
    float: left;
}

section.sensor .location > .left > ul.camera > li:nth-of-type(2) > a > p {
    padding-left: 70px;
}

section.sensor .location > .left > ul.controller > li > a {
    width: 115px;
}

section.sensor .location > .left > ul.controller > li > a > p {
    font-size: 16px;
    color: rgb(160, 230, 251);
    text-align: center;
    margin: 0 0 10px 10px;
    /* padding-right: 70px;*/
}


/*.txt_pic-lidar*/
section.sensor .txt_pic {
    margin-top: 50px;
    height: 420px;
    position: relative;
}

section.sensor .txt_pic > ul {
    width: 100%;
    height:
        /*340*/
        px;
    overflow: hidden;
    position: absolute;
    display: none;
}

section.sensor .txt_pic > ul > li {
    float: left;
    margin-right: 20px;
}

section.sensor .txt_pic > ul > li > div > img {
    float: left;
    width: 50px;
}

section.sensor .txt_pic > ul > li:nth-of-type(1) {
    width: 400px;
    /*height: 340px;*/

}

section.sensor .txt_pic > ul > li:nth-of-type(1) > p:first-of-type {
    font-size: 22px;
    line-height: 34px;
    font-family: 'NanumSquareEB';
    color: #3783b6;
    text-align: left;
}

section.sensor .txt_pic > ul > li:nth-of-type(1) > p:last-of-type {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    text-align: left;
    /*width: 440px;*/
}

section.sensor .txt_pic > ul > li:nth-of-type(2) {
    width: 340px;
    height: 340px;

}

section.sensor .txt_pic > ul > li:nth-of-type(3) {
    width: 340px;
    height: 340px;

}

/*sensor systems 바로가기 버튼*/

.systems {
    position: relative;
    height: 66px;
}

.systems > a {
    width: 250px;
    background-color: #ffffff;
    border: 5px solid #3783b6;
    color: #3783b6;

    font-size: 20px;
    font-family: 'NanumSquareB';
    text-align: center;
    line-height: 56px;
    border-radius: 40px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.systems > a:hover {
    background-color: #3783b6;
    border: 5px solid #3783b6;
    color: #ffffff;
    transition: 0.4s;
}

/*partner*********************************/
section.field {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    height: 400px;
    background: url(../images/sub02/field.jpg);
}

section.field > h4 {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding: 40px 20px;

}

section.field > ul.circles {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section.field > ul > li {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: relative;
    float: left;
    margin: 5px 35px 30px 30px;
    border-color: rgba(242, 234, 168, 0.7);
}

section.field > ul > li > p {
    width:
        90px;
    height:
        90px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 90px;
}

section.field > ul > li > p {
    border: 7px solid rgba(188, 226, 249, 0.7);
}

section.field > ul.circles {
    width: 480px;
    height: px;
}

/*영문버전 field 2,6번 정렬*/
section.field > ul.circles > li:nth-of-type(2) > p > span:first-of-type {
    line-height: 55px;
}

section.field > ul.circles > li:nth-of-type(6) > p > span:first-of-type {
    line-height: 55px;
}

/*정렬 끝*/


/*design*********************************/
section.design {
    width: 1200px;
    margin: 0 auto;
    height: 1044px;
    background-color: beige;
    margin-bottom: 150px;
    position: relative;
}

section.design > .center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 150px;
    margin-bottom: 150px;
}

section.design > .center > h5 {
    font-size: 35px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'NanumSquareEB';
}

section.design > .center > h5 div.bar {
    margin-top: 20px;
    width: 50px;
    border-bottom: 3px solid #3783b6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*detail*********************************/
section.detail {
    width: 100%;
    background-color: #ffffff;
}

section.detail > .center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    /*padding-bottom: 150px;*/
}

section.detail > .center > h6 {
    font-size: 35px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'NanumSquareEB';
}

section.detail > .center > h6 div.bar {
    margin-top: 20px;
    width: 50px;
    border-bottom: 3px solid #3783b6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section.detail > .center > div.withus {
    margin-top: 70px;
}

section.detail > .center > div.withus > img {
    width: 469px;
    height: 355px;
}

/*분류*/
section.detail > .center > ul > li > ul {
    margin-bottom: 50px;
}

section.detail {
    margin-top: 50px;
    margin-bottom: 50px;
}

section.detail > .center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

section.detail > .center > ul {
    width: 550px;
    float: left;
    margin-top: 100px;
}

section.detail > .center > ul:first-of-type {
    margin-left: 50px;
    border-right: 1px solid #1a1a1a;
    box-sizing: border-box;
}

section.detail > .center > ul:last-of-type {

    margin-left: 50px;
}

section.detail ul > li {
    font-size: 16px;
    position: relative;
    text-align: left;
    padding-top: 25px;
}

section.detail ul > li > p {
    position: relative;
}

section.detail ul > li > p > span:first-of-type {
    font-family: 'NanumSquareR';
    font-size: 24px;
    z-index: 1;
    bottom: 0;
}

section.detail ul > li > p > span:last-of-type {
    font-family: 'NanumSquareB';
    font-size: 30px;
    color: #c4c4c4;
    opacity: 0.2;
    bottom: 0;
    left: 0;
    position: absolute;
}

/*상세*/
section.detail ul > li {}

section.detail ul > li > ul {
    width: 50%;
    float: left;
}

section.detail ul > li.energy > ul {
    width: 33.333333%;
}

section.detail ul > li > ul > li {
    font-size: 16px;
}

section.detail ul > li > ul:last-child {
    color: #1a1a1a;
}

section.detail p > img {
    display: none;
}

br.mobile {
    display: none;
}

.intro_img2 img {
    display: none;
}

.section05 {width:1156px;margin:103px auto 200px;}

ul.tabs{margin: 0px;padding: 0px;list-style: none;    position: absolute;left: 180px;top: 90px;}
ul.tabs li{float: left;list-style: none;width:174px;cursor: pointer;}
ul.tabs li.current{color: #222;}
.tab-content{display: none;padding-bottom: 39px; }
.tab-content.current{display: inherit;}
#car1, #car2, #car3, #car4, #car5, #car6, #car7, #car8, #car9, #car10 {display:none;}

.video {background:url(/img/sub02/video-bg.png);height:620px;text-align:center;margin-bottom:200px;overflow:hidden;}
.detail {text-align:center;/*margin-bottom:200px;*/}

.sensor-img {display:none;}
.none {display:none;}
#myVideo {display:none;}
.viewer {width:800px;margin:0 auto;}
.viewer img {width:800px;}

/*tablet&mobile*/
@media screen and (max-width:959px) {
    section {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    section.top {
        width: 90%;
    }

    section.top > img {
        width: 100%;
    }

    section.intro {
        width: 90%;
        margin-top: 30px;
    }

    section.intro .txt h2 {
        margin-bottom: 10px;
    }

    section.intro .txt > h2 > img {
        width: auto !important;
        height: 17px !important;
    }

    section.intro .txt {
        width: 100%;
    }

    section.intro .txt p {
        margin-bottom: 30px;
        text-align: justify;
    }

    section.intro .intro_img {
        width: 100%;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .intro_img > img {
        float: left;
    }

    .intro_img > img:first-child {
        /*margin-right: 18px;*/
        width: /*62*/42%;
    }

    .intro_img > img:first-child {
        margin-right: 0px;
    }

    .intro_img > img:nth-child(2) {
        padding-bottom: 10px;
        width: /*35*/53%;
        float: right;
    }

    .intro_img > img:nth-child(3) {
        padding-bottom: 13px;
        width: 35%;
        float: right;
    }

    .intro_img > img:last-child {
        width: 100%;
    }

    /*   section.intro_img{overflow: hidden;}
    section.intro_img>img{float:left;}
    .intro_img > img:nth-child(1) {margin-bottom: 1rem;width: 100%;}
    .intro_img > img:nth-child(2){width: 100%;padding-bottom: 0px;}
    .intro_img > img:nth-child(3){display: ;}
    .intro_img > img:nth-child(4){display: ;}*/

    .sensor > .center > ul.sensor_intro {
        overflow: hidden;
        margin-top: 50px;
        /*width: 330px;*/

        margin: 50px 0px 50px 15px;
    }

    section.sensor {
        width: 90%;
    }

    section.sensor > .center {
        width: 100%;
        text-align: center;
    }

    section.sensor > .center > h3 {
        font-size: 25px;
    }

    section.sensor > .center > h6 {
        font-size: 25px;
    }

    section.sensor > .center > p {
        text-align: justify;
    }

    section.sensor > .center > p > br.pc {
        display: none;
    }

    .sensor .txt_pic {
        margin-top: 10px !important;
    }

    section.txt_pic > ul {}

    section.sensor .txt_pic > ul > li:nth-of-type(1) > p:last-of-type {
        margin-top: 10px;
    }

    section.sensor .txt_pic > ul > li {}

    section.sensor .txt_pic > ul > li:nth-of-type(1) {
        width: 100%;
        float: left;
    }

    section.sensor .txt_pic > ul > li:nth-of-type(2) {
        width: 100%;
        height: 100%;
        /*width:48.5%;margin-right: 3%;*/
    }

    section.sensor .txt_pic > ul > li:nth-of-type(3) {
        width: 48.5%;
        margin-right: 0;
    }

    section.sensor .txt_pic > ul > li:nth-of-type(1) > p:last-of-type {
        width: 100%;
        text-align: justify;
        margin-bottom: 20px;
    }

    section.sensor .location {}

    section.sensor .location > .left {
        height: 240px;
    }

    section.sensor .location > .right {
        float: left;
        height: 240px;
    }

    section.field {
        width: 100%;
        height: ;
        text-align: center;
    }

    section.field > h4 {
        padding: 20px;
        font-size: 16px;
    }

    section.field > ul {
        width: 100%;
        height: 240px;
        overflow: hidden;
        margin: 0 auto;
    }

    section.field > ul > li {
        height: ;
        border-radius: 100%;
        position: relative;
        float: left;
        /*margin: 20px 70px 0 0;*/
        border-color: rgba(242, 234, 168, 0.7);
    }

    section.field > ul > li > p {
        border: 5px solid rgba(188, 226, 249, 0.7);
        font-size: 14px;
    }

    section.design {
        width: 90%;
    }

    section.design > .center {
        width: 100%;
    }
    
    /*360도 회전*/
    div.section05{width:90%;}
    /*detail*/
    section.detail {
        width: 90%;
        text-align: center;
    }

    section.detail > .center {
        width: 100%;
    }

    section.detail > .center > ul {
        width: 100%;
    }

    section.detail > .center > ul:first-of-type {
        border-right: 0;
        margin-left: 0px;
    }

    section.detail > .center > ul:last-of-type {
        margin-left: 0px;
    }

    section.detail p {
        border-bottom: 1px solid rgba(196, 196, 196, 0.2);
    }

    section.detail p > img {
        display: block;
        float: right;
        width: 26px;
        margin-bottom: 2px;
    }

    section.detail ul > li > p > span:first-of-type {
        font-size: 20px;
    }

    section.detail ul > li > p > span:last-of-type {
        font-size: 25px;
    }

    section.detail > .center > div.withus {
        margin: 0 auto;
        margin-top: 70px;
    }

    section.detail > .center > h6 {
        font-size: 25px;
    }


    section.detail ul ul {
        display: none;
    }

    section.detail ul:hover {
        cursor: pointer;
    }

    section.detail > .center > ul {
        margin-top: 0;
    }

    .open {
        transform: rotate(180deg);
        transition: all .25s ease;
    }

    section.detail > .center {
        padding-bottom: 100px;
    }
.viewer {width:100% !important;margin:0 auto;}
    .viewer img {width:100% !important;}
    #tab-1>img{width:100%;}
    #tab-2>img{width:100%;}
    #tab-3>img{width:100%;}
    #tab-4>img{width:100%;}
    #tab-5>img{width:100%;}
    #tab-6>img{width:100%;}
    #tab-7>img{width:100%;}
    #car>*img{width:100%;}
    h2:first-of-type{margin-bottom: 300px !important;}
    section.detail{padding-top:200px;}
    section.detail:nth-of-type(2){padding-top:0px;}
    ul.tabs>li:nth-of-type(6){clear:both !important; margin-right: 54px !important;}
    h2#withus{margin-bottom:30px !important;}
    h2#modular{margin-bottom:30px !important;}
    #modular_detail{padding-top:50px;}
    
    /*sensor표시*/.location {
        margin: 0;
        width: 100%;
    }

    .location img:first-of-type {
        display: none;
    }

    .location img:last-of-type {
        display: block;
        width: 100%;
    }

    /*
    section.sensor > .center > .location {
    position: relative;
}
*/
    /*
section.sensor > .center > .location > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}*/

    section.sensor .location > .left {
        width: 100%;
        height:
            /*462*/
            px;
    }

    /*section.sensor .location ul {}

section.sensor .location ul > li {}

section.sensor .location ul > li > a {
    position: absolute;
    display: block;
    width: 40px;
    height: 20px;
    z-index: 10;
}*/


    /**********센서 버튼*/
    /*.sensor > .center > ul.sensor_intro {
    overflow: hidden;
    margin-top: 50px;

    margin-left: 275px;
    margin:50px 0px 50px 275px;
}*/
    /*
.sensor > .center > ul.sensor_intro > li {
    width: 165px;
    float: left;
    margin-bottom: 10px;
}*/

    /*
.sensor > .center > ul.sensor_intro > li > p {
    text-align: left;
}

.sensor > .center > ul.sensor_intro img {
    float: left;
}

.sensor > .center > ul.sensor_intro p {
   
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-family: 'NanumSquareB';
    margin-left: 20px;
}
*/


    /*lidar*/
    button.lidar_b {
        z-index: 1;
        position: absolute;
        width: 10px;
        height: 10px;
        /*색상변경하는 곳*/
        background: #00136c;
        color: #FFF;
        border-radius: 50%;
        animation: pulse_lidar 2s linear infinite;
    }

    @keyframes pulse_lidar {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 19, 108, 0.8), 0 0 0 0 rgba(0, 19, 108, 0.5)
        }

        40% {
            box-shadow: 0 0 0 20px rgba(0, 19, 108, 0), 0 0 0 10px rgba(0, 19, 108, 0)
        }

        80% {
            box-shadow: 0 0 0 20px rgba(0, 19, 108, 0), 0 0 0 10px rgba(0, 19, 108, 0)
        }

        100% {
            box-shadow: 0 0 0 0 rgba(0, 19, 108, 0), 0 0 0 10px rgba(0, 19, 108, 0)
        }
    }

    /*gnss*/
    button.gnss_b {
        z-index: 1;
        position: absolute;
        width: 10px;
        height: 10px;
        /*색상변경하는 곳*/
        background: #db3951;
        color: #FFF;
        border-radius: 50%;
        animation: pulse_gnss 2s linear infinite;
    }

    @keyframes pulse_gnss {
        0% {
            box-shadow: 0 0 0 0 rgba(219, 57, 81, 0.8), 0 0 0 0 rgba(219, 57, 81, 0.5)
        }

        40% {
            box-shadow: 0 0 0 20px rgba(219, 57, 81, 0), 0 0 0 10px rgba(219, 57, 81, 0)
        }

        80% {
            box-shadow: 0 0 0 20px rgba(219, 57, 81, 0), 0 0 0 10px rgba(219, 57, 81, 0)
        }

        100% {
            box-shadow: 0 0 0 0 rgba(219, 57, 81, 0), 0 0 0 10px rgba(219, 57, 81, 0)
        }
    }

    /*camera*/
    button.camera_b {
        z-index: 1;
        position: absolute;
        width: 10px;
        height: 10px;
        /*색상변경하는 곳*/
        background: #4f9da6;
        color: #FFF;
        border-radius: 50%;
        animation: pulse_camera 2s linear infinite;
    }

    @keyframes pulse_camera {
        0% {
            box-shadow: 0 0 0 0 rgba(79, 157, 166, 0.8), 0 0 0 0 rgba(79, 157, 166, 0.5)
        }

        40% {
            box-shadow: 0 0 0 20px rgba(79, 157, 166, 0), 0 0 0 10px rgba(79, 157, 166, 0)
        }

        80% {
            box-shadow: 0 0 0 20px rgba(79, 157, 166, 0), 0 0 0 10px rgba(79, 157, 166, 0)
        }

        100% {
            box-shadow: 0 0 0 0 rgba(79, 157, 166, 0), 0 0 0 10px rgba(79, 157, 166, 0)
        }
    }

    /*controller*/
    button.controller_b {
        z-index: 1;
        position: absolute;
        width: 10px;
        height: 10px;
        /*색상변경하는 곳*/
        background: #a0e6fb;
        color: #FFF;
        border-radius: 50%;
        animation: pulse_controller 2s linear infinite;
    }

    @keyframes pulse_controller {
        0% {
            box-shadow: 0 0 0 0 rgba(160, 230, 251, 0.8), 0 0 0 0 rgba(160, 230, 251, 0.5)
        }

        40% {
            box-shadow: 0 0 0 20px rgba(160, 230, 251, 0), 0 0 0 10px rgba(160, 230, 251, 0)
        }

        80% {
            box-shadow: 0 0 0 20px rgba(160, 230, 251, 0), 0 0 0 10px rgba(160, 230, 251, 0)
        }

        100% {
            box-shadow: 0 0 0 0 rgba(160, 230, 251, 0), 0 0 0 10px rgba(160, 230, 251, 0)
        }
    }


    /**********센서위치*/
    /*lidar*/
    section.sensor .location {
        font-family: 'NanumSquareB';
    }

    section.sensor .location > .right {
        display: none;
    }

    section.sensor .location > .left {
        height: 324px;
    }

    section.sensor .location > .left > ul.lidar > li:nth-child(1) > a {
        left:
            /*34.5*/
            45.5%;
        top: 6.4%;
    }

    section.sensor .location > .left > ul.lidar > li:nth-child(2) > a {
        left: 10%;
        top: 50%;
    }

    section.sensor .location > .left > ul.lidar > li:nth-child(3) > a {
        left: 15.5%;
        top: 22%;
    }

    section.sensor .location > .left > ul.lidar > li:nth-child(4) > a {
        left: 81%;
        top: 18%;
    }

    section.sensor .location > .left > ul.lidar > li:nth-child(5) > a {
        left: 88%;
        top: 50%;
    }

    /*gnss*/
    section.sensor .location > .left > ul.gnss > li:nth-child(1) > a {
        left: 22%;
        top: 9%;
    }

    section.sensor .location > .left > ul.gnss > li:nth-child(2) > a {
        left: 20%;
        top: 55%;
    }

    section.sensor .location > .left > ul.gnss > li:nth-child(3) > a {
        left: 77%;
        top: 9%;
    }

    /*camera*/

    section.sensor .location > .left > ul.camera > li:nth-child(1) > a {
        left: 13%;
        top: 32%;
    }

    section.sensor .location > .left > ul.camera > li:nth-child(2) > a {
        left: 85%;
        top: 32%;
    }

    section.sensor .location > .left > ul.controller > li:nth-child(1) > a {
        left: 23%;
        top: 40%;
    }

    section.sensor .location > .left > ul.controller > li:nth-child(2) > a {
        left: 25%;
        top: 42%;
    }

    .sensor .location > .left > ul > li > a {
        width: 0px !important;
    }

    section.sensor .location > .left > ul > li > a {
        width: 0px;
    }

    /*sensor명 표시 없어지도록*/
    section.sensor .location > .left > ul > li > a > p {
        display: none;
    }
    
}

/*tablet*/
@media screen and (min-width:768px) and (max-width:959px) {
    section {
        width: 100%;
        overflow: hidden;
        text-align: left;
    }
    section.sensor {
    width: 90% !important;
}
    section.detail>div.img_box>img{width:80%; margin:0 auto;}
}


/*mobile*/
@media screen and (max-width:767px) {
    /* .intro_img > img:nth-child(1) {
        margin-bottom: 1rem;
        width: 100%;
    }

    .intro_img > img:nth-child(2) {
        width: 100%;
        padding-bottom: 0px;
    }

    .intro_img > img:nth-child(3) {
        display: none;
    }

    .intro_img > img:nth-child(4) {
        display: none;
    }*/
    section.sensor .location > .left {
        height: 150px;
    }
    
    section.intro .txt > h2 {
        width: 240px;
    }
    section.sensor {
    width: 90% !important;
}
    section.sensor .txt_pic li > img {
        width: 100%;
    }

    .sensor > .center > ul.sensor_intro {
        width: 284px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sensor > .center > ul.sensor_intro > li {
        width: 141px;
    }

    .sensor > .center > ul.sensor_intro > li > img {
        width: 30px;
    }

    .sensor > .center > ul.sensor_intro > li > p {
        font-size: 14px;
    }

    .sensor > .center > ul.sensor_intro p {
        line-height: 30px;
    }


    .systems {
        position: relative;
        height: 46px;
    }

    .systems > a {
        width: 200px;
        height: 40px;
        background-color: #3783b6;
        border: 3px solid #3783b6;
        color: #ffffff;

        font-size: 14px;
        font-family: 'NanumSquareB';
        text-align: center;
        line-height: 40px;
        border-radius: 40px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    /* .intro_img img{display: none;}
    .intro_img2 img{display: block; margin-bottom: 18px;}
    .intro_img2 img:last-of-type{margin-bottom: 50px;}*/

    section.field {
        margin-top: 50px;
    }

    section.field {
        height: 400px;
        background-size: cover;
    }

    section.mobile {
        height: 500px !important;
    }

    section.field > ul.circles {
        width: 300px;
    }

    section.field > ul.circles > li {
        margin: 0;
        margin-bottom: 20px;
        /*margin-left: 10px;*/
        margin: 5px;
    }

    section.field > ul.circles > li > p {
        width: 90px;
        box-sizing: border-box;
        line-height: 83px;
    }

    section.detail > .center > div.withus {
        width: 90%;
    }

    section.detail > .center > div.withus > img {
        width: 80%;
        height: 100%;
    }


    
    .section05>div>img{height:40px;}
.viewer {width:100%;margin:0 auto;}

   /* #car{width:100%;}
    #car>img{width:100%;}*/
    .viewer img {width:100%;}
    #tab-1>img{width:100%;}
    #tab-2>img{width:100%;}
    #tab-3>img{width:100%;}
    #tab-4>img{width:100%;}
    #tab-5>img{width:100%;}
    #tab-6>img{width:100%;}
    #tab-7>img{width:100%;}
    #color01{width:30px;}
    #color02{width:30px;}
    #color03{width:30px;}
    #color04{width:30px;}
    #color05{width:30px;}
    #color06{width:30px;}
    #color07{width:30px;}
    #color08{width:30px;}
    #color09{width:30px;}
    #color10{width:30px;}
    h2:first-of-type{margin-bottom: 300px !important;}
    section.detail{padding-top:200px;}
    section.detail:nth-of-type(2){padding-top:0px;}
    ul.tabs>li:nth-of-type(6){clear:both !important; margin-right: 54px !important;}
    h2#withus{margin-bottom:30px !important;}
    h2#modular{margin-bottom:30px !important;}
    #modular_detail{padding-top:50px;}

}


/************************************modular plarform css*/
section.intro {
    position: relative;
    overflow: hidden;
    margin-top: 100px !important;
}
section.logo{margin-top:50px !important;}

section.intro > .center {
    width: 1200px;
    margin: 0 auto;
}

section.intro>img{
    width: 466px;
    height: 400px;
}

section.intro .txt {
    width: 1200px;
    float: left;
    overflow: hidden;
}

section.intro .txt > h2 {
    float: left;
    /*width: 427px;*/
    font-size: 60px;
    text-align: left;
    line-height: 70px;
    letter-spacing: -1px;
    font-family: 'NanumSquareEB';
    position: relative;
}

section.intro .txt > h2 > span.box {
    width: 13px;
    height: 13px;
    background-color: #3783b6;
    position: absolute;
    bottom: 15px;
    margin-left: 10px;
}

section.intro .txt > p {
    /*width: 760px;*/
    float: right;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    /*margin-bottom: 26px;*/
}
/*detail*********************************/
section.detail {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

section.detail>img {
    /*float: left;
    width: 405px;
    height: 561px;
    margin-top: 100px;
    margin-right: 100px;*/
}
section.detail>div.img_box>img:last-of-type{display: block;}
section.detail>div.img_box{width:50%; margin: 0 auto;}

section.detail .center2 {
    width: 796px;
    float: left;
}

section.detail .center2 {
    display: none;
    width: 680px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 100px;
}

section.detail .center2 > h3 {
    font-size: 25px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'NanumSquareEB';
}

section.detail .center2 > h3 div.bar {
    margin-top: 20px;
    width: 50px;
    border-bottom: 3px solid #3783b6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*분류*/
section.detail .center2 > ul {
    margin-top: 50px;
}
section.detail .center2 > ul > li img{display: none;}

section.detail .center2 > ul > li > ul {
    margin-bottom: 50px;
}

section.detail {
    /*margin-top: 100px;*/
}

section.detail .center2 > ul {
    width: 340px;
    float: left;
}

section.detail .center2 > ul:first-of-type {
    border-right: 1px solid #1a1a1a;
    box-sizing: border-box;
    padding-right: 20px;
}

section.detail .center2 > ul:last-of-type {
    width:320px /*!important*/;
    margin-left:20px;

}

section.detail ul > li {
    position: relative;
    text-align: left;
    padding-top: 20px;
}

section.detail ul > li > p {
    position: relative;
}

section.detail ul > li > p > span {}

section.detail ul > li > p > span:first-of-type {
    font-size: 20px;
    font-family: 'NanumSquareR';
    color: black !important;
    z-index: 1;
    bottom: 0;
}

section.detail ul > li > p > span:last-of-type {
    font-family: 'NanumSquareB';
    font-size: 25px;
    color: #c4c4c4;
    opacity: 0.2;
    bottom: 0;
    left: 0;
    position: absolute;
}

section.detail ul > li > p > span.suspen{
    letter-spacing: -1px;
}

section.detail ul > li >ul>li.device{
    width:320px;
}

section.detail ul > li >ul>li.brake{
    width:320px;
}

/*상세*/
section.detail ul > li {
    overflow: hidden;
}

section.detail ul > li > ul {
    width: 50%;
    float: left;
}

section.detail ul > li > ul > li {
    font-size: 16px;
}

section.detail ul > li > ul:last-child {
    color: #1a1a1a;
}


section.platforms {
    width: 100%;
    background-color: beige;
}

section.platforms > .center {
    width: 1200px;
    margin: 0 auto;
    background-color: lightcyan;
}

section.platforms > .center > div {
    height: 620px;
}

/*swiper slider*/
#container_wr {width:100%;}
#container {width:100%;}

.platforma-wrap {background:#f7f9fc;width:100%;margin:0 auto;height:450px;}
.platforma {width:1200px;margin:0 auto;}
.platforma h1 {font-size:25px;font-family: 'Noto Sans KR', sans-serif;padding-top:50px; margin-bottom: 10px;}
.platforma .left {width:560px;;margin:0;float:left; padding-top:50px !important;}
.platforma .right {margin:0;/*float:right;*/}
.platformb {height:520px;width:1200px;margin:0 auto;}
.platformb h1 {font-size:25px;font-family: 'Noto Sans KR', sans-serif;padding-top:50px; margin-bottom: 10px;}
.platformb .left {margin:0;float:left;margin-top:/*110 131*/px;}
.platformb .right {width:550px;margin:0;float:right; padding-top:50px;}
.platformb .right:last-of-type{display: none;}

.platformc-wrap {background:#f7f9fc;width:100%;margin:0 auto;height:500px;}
.platformc {width:1200px;margin:0 auto;}
.platformc h1 {font-size:25px;font-family: 'Noto Sans KR', sans-serif;padding-top:50px; margin-bottom: 10px;}
.platformc .left {width:560px;margin:0;float:left;}
.platformc .left .swiper-slide:first-of-type>img{margin-top:50px;}
.platformc .left .swiper-slide:last-of-type>img{height:300px;}
.platformc .right {margin:0;/*float:right;*/}
.platformd {height:530px;width:1200px;margin:0 auto /*15*/0px;}
.platformd h1 {font-size:25px;font-family: 'Noto Sans KR', sans-serif;padding-top:50px; margin-bottom: 10px;}
.platformd .left {margin:0;float:left;margin-top:/*110 131*/px;}
.platformd .right {width:487px;margin:0;float:right; padding-top:50px;}
.platformd .right:last-of-type{display: none;}
.platformd .right .swiper-slide:last-of-type>img{height:350px;}
/*.swiper-container01 .swiper-slide {padding:115px 0px 92px;}
.swiper-container02 .swiper-slide {padding:82px 0px 71px;}
.swiper-container03 .swiper-slide {padding:83px 0px 51px;}
.swiper-container04 .swiper-slide {padding:123px 0px 79px;}*/

.swiper-pagination-bullet {width:14px;height:14px;opacity:1;background:#b5b5b5;}
.swiper-pagination-bullet-active {background:#000;}
.text01 {font-family: 'Noto Sans KR', sans-serif;font-size:16px;font-weight:bold;letter-spacing: 1.2px;margin-bottom:15px;}
.text02 {font-family: 'Noto Sans KR', sans-serif;font-size:20px;font-weight:bold;margin-bottom:15px;}
.text03 {font-family: 'Noto Sans KR', sans-serif;font-size:16px;font-weight:normal;line-height:26px;color:#666666;margin-bottom:0px;}
.text04 {font-family: 'Noto Sans KR', sans-serif;font-size:20px;font-weight:normal;margin-bottom:23px;}
.detail br.mobile{display: none;}
section.detail>img:first-of-type{display: none;}

/*tablet&mobile*/
@media screen and (max-width:959px){
    section.intro{margin-top:30px !important;}
    section.intro .txt > h2 {
    font-size:38px;
    line-height:40px;
    width:100%;}
    section.intro .txt > h2 > span.box {
    width: 8px;
    height: 8px;
    background-color: #3783b6;
    position: absolute;
    bottom: 8px;
}
    
    #container_wr {width:100%;}
    .platforma-wrap{width: 100%;}
    .platforma-wrap {height:510px;}
    .platformb{height:490px;}
    .platformc-wrap {height:440px;}
    .platformd{height:400px; margin:0 auto 100px;}
    .swiper-container{width: 235px !important;}
    .swiper-wrapper{}
    .swiper-container01 .swiper-slide {padding:0px 0px 30px; width:235px !important;}
    .swiper-container02 .swiper-slide {padding:0px 0px 30px;}
    .swiper-container03 .swiper-slide {padding:30px 0px 20px;}
    .swiper-container04 .swiper-slide {padding:0px 0px 0px;}
    /*.platforma{width: 100%;}
    .platforma>h1{text-align: center;}
    .platforma .right {margin:0 auto;width: 90%;}
    .platforma .left {margin:0 auto;float:none;width: 90%;}
    .platforma .left img{width: 100%;}*/
    .platforma{width: 90% !important;}
    .platforma h1{text-align: center;}
    .platforma .left {margin:0; width:100%;}
    .platforma .left img{width:100%; text-align: center;}
    .platforma .right {margin:0;float:left;}
    
    .platformb h1 {padding-top:30px;}
    .platformb{width: 90% !important;}
    .platformb h1{text-align: center;}
    .platformb .left {display: none; width: 90%;}
    .platformb .right .swiper-slide img{width: 100%;}
    .platformb .right {margin:0;float:left;width: 100%; display: block;}
    .platformb .right:last-of-type{display:block;}
    
    .platformc h1 {padding-top:30px; margin-bottom: 0;}
    .platformc{width: 90% !important;}
    .platformc h1{text-align: center;}
    .platformc .left {margin:0; width: 100%;}
    .platformc .left img{width:100%;}
    .platformc .right {margin:0;float:left;}
    .platformc .left .swiper-slide:first-of-type>img{margin-top:0px;}
    .platformc .left .swiper-slide:last-of-type>img{height:146.66px;}
    
    .platformd h1 {padding-top:30px;}
    .platformd{width: 90% !important;}
    .platformd h1{text-align: center;}
    .platformd .left {display: none; width: 90%;}
    .platformd .right .swiper-slide img{width: 100%;}
    .platformd .right {margin:0;float:left;width: 100%; display: block;}
    .platformd .right:last-of-type{display:block;}
    .platformd .right .swiper-slide:last-of-type>img{height:178.78px;}
    .text03>br{display: none;}
    
    
    
    section.detail .center2 {
    margin-bottom: 50px;
}

    
    section{width:100%; overflow: hidden; text-align: center;}
    section.top{width: 90%;}
    section.top>img{width: 100%;}
    section.intro{width: 90%;}
    section.intro h2{margin-bottom: 20px;}
    section.intro .txt{width: 100%;}
    section.intro .txt>p{width: 100%;}
    
    section.detail{width: 90%; text-align: center; margin-top:0px;}
    section.detail>img:first-of-type{display: none;}
    section.detail>img:last-of-type{/*display:block;*/ width:100%; height:/*448px*/auto !important;margin-top:0; margin-right: 0; float:none; margin-bottom: 30px;}
    
    
    section.detail > .center > ul{width: 100%; margin-top: 0;}
    section.detail > .center > ul:first-of-type {border-right:0;}
    section.detail p{border-bottom: 1px solid rgba(196, 196, 196,0.2);}
    section.detail p>img{display: block;float:right; margin-top:6px;}
    
    section.detail ul ul{display: none;}
    section.detail ul:hover{cursor: pointer;}
 
    section.detail .center2{width: 100%;}
    section.detail .center2 > ul:first-of-type{padding-right: 0px;}
    section.detail .center2 > ul:last-of-type {width:100%; margin-left:0px;}
    section.detail .center2 > ul > li img{display: block;}
    section.detail .center2 > h3{margin-bottom: 50px;}
    
    
    section.detail ul > li > p > span:first-of-type {
    font-size: 20px;}
    section.detail ul > li > p > span:last-of-type {
    font-size: 25px;}
    section.detail p>img{display: block;float:right; width: 26px;margin-bottom: 2px;}
    .detail br.mobile{display: block;}
    .open {
    transform: rotate(180deg);
    transition: all .25s ease;}
    

}

/*tablet*/
@media screen and (min-width:768px) and (max-width:959px){
    section{width:100%; overflow: hidden;}
    .illustration ul.process_pic{width: ;}
    .illustration ul.process_pic>li{float:left;width: 310px;height: 303px;}
    /*section.detail > .center > div.>img{
    width: 478px;
    height: 350px;}*/
    
    section.detail>div.img_box{width:75% !important;}
    section.detail>div.img_box>img{width:100%;}
     
    section.sensor .location > .right{display: none;}
    section.sensor > .center > .location > img:first-of-type{display: none;}
    section.sensor > .center > .location > img:last-of-type{display: block;}
}

/*mobile*/
@media screen and (max-width:767px){
    section.intro .txt > h2 > img{width: 100%;height: 100%;}
    section.intro>img{width: 100%;height: 100%;}
    /*section.field{height: 600px;}
    section.field > ul.circles{width: 320px; height: 350px;}*/
    .illustration ul.process_pic>li{width: 100%;}
    .illustration ul.process_pic>li>img:last-of-type{display: none;}
    .illustration ul.process_pic>li:last-of-type>img:last-of-type{display: none;}
    .illustration ul.process_pic>li:last-of-type{margin:0;}
    section.detail>div.img_box{width:100% !important;}
     section.detail>div.img_box>img{width:100%;}
    #color05{margin:10px 20px 0px 0px !important;}
    ul.tabs{left:0 !important;}
    ul.tabs>li:nth-of-type(3){float:revert; margin-bottom:70px !important;}
    ul.tabs>li:nth-of-type(6){margin-right: 15px !important;}
    ul.tabs>li{width:130px !important; margin:15px 15px 30px 15px !important;}
    ul.tabs>li>img{width:100% !important;}
     section.detail>div.img_box{width:100% !important;}
    div>h1{margin-bottom:0 !important;}
    h2:first-of-type{margin-bottom:260px !important}
}