    #top_bg {
        position: fixed;
        width: 100%;
        height: 100px;
        z-index: 10;
        background: #fff;
        border-bottom: 2px #e4e4e4 solid;
    }

    .top_wrap {
        position: relative;
        width: 1200px;
        height: 100px;
        margin: 0 auto;
    }

    .logo {
        position: absolute;
        top: 0px;
    }

    .gnb {
        position: absolute;
        right: 0;
        top: 33px;
    }

    .gnb li {
        float: left;
        font-size: 20px;
        color: #444;
        font-weight: bold;
    }

    .gnb li + li {
        margin-left: 35px;
    }

    #visual {
        background: url(/eqmap/img/mainbg.jpg);
        min-height: 418px;
    }

    .visual_inner {
        width: 1130px;
        height: 418px;
        margin: 0 auto;
        text-align: left;
    }

    .visual_inner h2 {
        position: absolute;
        top: 180px;
        color: #fff;
        font-size: 30px;
    }

    .visual_inner p {
        position: absolute;
        top: 260px;
        color: #fff;
        font-size: 17px;
        line-height: 1.5;
    }

    .video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
    }

    #content2_bg {
        position: relative;
        width: 100%;
        min-height: 763px;
        background: url(/eqmap/img/info_bg.jpg) repeat-x;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
    }

    .content2 {
        position: relative;
        width: 1128px;
        margin: 0 auto;
        color: #000;
        padding: 125px 0px;
    }

    .content2 h2 {
        font-size: 37px;
        line-height: 2;
    }

    .content2 p {
        font-size: 19px;
        line-height: 2;
    }

    .feature {
        width: 250px;
        float: left;
    }

    .feature li:nth-child(1) {
        padding: 72px 0px 0px 0px;
    }

    .feature li:nth-child(2) {
        padding: 40px 0px 0px 0px;
    }

    .feature li:nth-child(3) {
        padding: 40px 0px;
        line-height: 1.3;
    }

    .feature p {
        font-size: 31px;
        color: #ff5c42;
        line-height: 1;
    }

    .feature span {
        font-size: 18px;
        color: #1f1f1f;
        font-weight: 600;
    }

    .feature2 p {
        font-size: 15px;
        color: #000;
        line-height: 1.6;
    }

    .feature2 li:nth-child(1) {
        padding: 66px 0px 0px 0px;
    }

    .feature2 li:nth-child(2) {
        padding: 30px 0px 0px 0px;
    }

    .feature2 li:nth-child(3) {
        padding: 26px 0px 0px 0px;
    }

    .pic1 {
        float: right;
        margin: 30px -20px;
    }

    .pic2 {
        float: right;
        margin: 0px 0px;
    }

    .pic3 {
        float: right;
        margin: 20px 0px;
    }

    #content3_bg {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
    }

    .content3 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        color: #444;
        text-align: center;
        padding: 60px 0px 0px 0px;
    }

    .content3 h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .content3 p {
        font-size: 15px;
        font-weight: bold;
    }

    .content3 h3 {
        width: 1200px;
        font-size: 20px;
        color: #fff;
        background: #ff5c42;
        border: 1px dashed #ff5c42;
        border-radius: 20px;
        text-align: center;
        margin: 20px;
    }

    .content3 ul li {
        float: left;
        padding-left: 20px;
        padding-top: 60px;
    }

    .edit li:nth-child(3) {
        float: left;
        padding-left: 20px;
        padding-top: 0px;
    }

    .content3 ul img {
        margin-top: 50px;
    }

    #content_buy {
        padding-left: 30px;
    }

    .content ul li {
        float: left;
        width: 16%;
        padding: 30px 15px 15px 15px;
    }

    #content5_bg {
        position: relative;
        height: 257px;
        background: url(/eqmap/img/company_bg.jpg) no-repeat center;
    }

    .content5 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        color: #fff;
    }

    .content5 ul li {
        float: left;
        width: 16%;
        padding: 30px 15px 15px 15px;
    }

    .content5 ul li h1 {
        border-bottom: 1px solid #ffe1d9;
        color: #ffe1d9;
        line-height: 1.5;
    }


    #content6_bg {
        position: relative;
        width: 100%;
        background: url(/eqmap/img/price_bg.jpg) no-repeat center;
        height: 300px;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
    }

    .content6 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        color: #444;
        text-align: left;
        padding: 43px 0px 15px 15px;
    }

    .content6 h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .content6 p {
        font-size: 15px;
        font-weight: bold;
    }

    .content6 h3 {
        width: 1200px;
        font-size: 20px;
        color: #fff;
        background: #ff5c42;
        border: 1px dashed #ff5c42;
        border-radius: 20px;
        text-align: center;
        margin: 20px;
    }

    .tabs {
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        margin-top: 50px;
    }

    .tabs h4 {
        font-size: 20px;
    }

    .tabs label {
        width: 50%;
        order: 1;
        display: block;
        padding: 10px 0px;
        text-align: center;
        cursor: pointer;
        background: #e6e6e6;
        font-weight: bold;
        transition: background ease 0.2s;
    }

    /*박스배경*/
    .tabs .tab {
        order: 99;
        flex-grow: 1;
        width: 100%;
        display: none;
        padding: 1rem;
        background: #fff;
        border: 1px solid #f2f2f2;
    }

    .tabs input[type="radio"] {
        display: none;
    }

    /*탭 눌렀을때 컬러*/
    .tabs input[type="radio"]:checked + label {
        background: #fff;
        border: 1px solid #f2f2f2;
    }

    .tabs input[type="radio"]:checked + label + .tab {
        display: block;
    }


    #address {
        position: relative;
        width: 100%;
        height: 870px;
        background-color: #f15500;
    }

    .address {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        color: #fff;
        text-align: center;
    }

    .address h2 {
        font-size: 45px;
        line-height: 1.5;
    }

    .address p {
        font-size: 16px;
        font-weight: bold;
    }

    .address address {
        font-size: 17px;
        line-height: 1.3;
    }

    #footer {
        background-color: #fff;
        overflow: hidden;
        position: relative;
        text-align: center;
        border-top: 1px #e4e4e4 solid;
    }

    #footer p {
        padding: 30px 0px 0px;
        line-height: 2;
    }

    .footer_wrap {
        position: relative;
        width: 1200px;
        min-height: 100px;
        margin: 0 auto;
        padding: 30px 0px;
    }

    .footer_wrap address {
        color: #000;
        line-height: 1.3;
    }

    .top_wrap .active a {
        color: #D12838;
    }
