@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

@media (min-width: 1100px) {

    .category {
        font-size: 20px;
        color: #333;
        font-weight: 500;
        display: block;
        padding: 20px 10px;
    }

    .category_down a {
        color: #333;
        padding: 10px;
        display: inline-block;
        background: #eee;
    }

    .category_down i {
        font-size: 14px;
    }

    .m_menu_box {
        display: none;
    }

    #ham {
        display: none;
    }

    #top {
        background: #F2F2F2;
        text-align: right;
        padding: 10px;
    }

    #top .wrap a, #top .wrap span {
        color: #555;
        font-size: 13px;
        vertical-align: top;
        margin-left: 3px;
        margin-right: 3px;
    }

    #top .wrap a:hover {
        color: #167BFF;
    }

    .wrap {
        width: 1100px;
        margin: 0 auto;
    }

    .logo_bar {
        display: inline-block;
        line-height: 80px;
    }

    .logo_bar a {
        height: 80px;
    }

    .logo_bar a img {
        margin-top: 22px;
    }

    #header > .wrap {
        height: 80px;
    }

    .drop_menu {
        background: #fefefe;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 999;
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
        display: none;
    }


    .drop_menu a {
        color: #333;
        display: block;
        height: 60px;
        text-align: center;
        font-weight: 500;
        line-height: 60px;
        border-top: 1px solid #eee;
    }

    .drop_menu a:hover {
        background: #eee;
    }

    .menu_box {
        width: 400px;
        float: right;
        height: 80px;
    }

    .menu_list {
        float: left;
        width: 33.3333%;
        position: relative;
    }

    .menu_list > a {
        display: block;
        height: 100%;
        line-height: 80px;
        text-align: center;
        color: #333;
        font-weight: 500;
    }

    .slide_wrap {
        position: relative;
    }

    #main_sentence {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    .slide_list {
        width: 1100px;
        float: left;
    }

    .slide_wrap {
        overflow: hidden;
    }

    .slide_box {
        width: 2200px;
    }

    #contents {
        margin-top: 30px;
        overflow: hidden;
    }

    #contents h3 {
        text-align: center;
        margin: 30px auto;
        width: 600px;
        border: 1px solid #707070;
        border-radius: 10px;
        height: 40px;
        line-height: 40px;

    }

    #contents h3 p {
        vertical-align: top;
        display: inline-block;
        font-size: 18px;
    }

    #contents h3 img {
        width: 25px;
        margin-right: 10px;
        margin-top: 8px;
    }

    #contents div {
        float: left;
        width: 353px;
        height: 198.5px;
        position: relative;
        overflow: hidden;
        margin-right: 20px;
        margin-bottom: 20px;
        text-align: center;
        border: 1px solid #ccc;
    }

    #contents div:nth-of-type(3) {
        margin-right: 0;
    }

    #contents div:nth-of-type(6) {
        margin-right: 0;
    }

    #contents div a {
        color: #fff;
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99;
        opacity: 0;
        white-space: nowrap;
        border: 1px solid #fff;
    }

    #contents {
        position: relative;
    }

    #contents > a {
        color: #333;
        position: absolute;
        right: 0;
        top: 35px;
        font-weight: 600;
        font-size: 30px;
        width: 40px;
        height: 40px;
        border: 1px solid #333;
        text-align: center;
        line-height: 36px;
    }

    #contents > a:hover {
        background: #333;
        color: #fff;
        transition: 0.3s;
    }

    #contents div:hover a {
        opacity: 1;
        transition: 0.5s
    }

    #contents div::before {
        width: 100%;
        height: 100%;
        background: rgba(0, 30, 100, 0.6);
        position: absolute;
        top: 0;
        left: -353px;
        display: block;
        content: "";

    }

    #contents div::after {
        width: 100%;
        height: 100%;
        background: rgba(0, 30, 100, 0.6);
        position: absolute;
        top: 0;
        left: 353px;
        display: block;
        content: "";

    }

    #contents div:hover::before {
        left: -175.5px;
        transition: 0.5s;
    }

    #contents div:hover::after {
        left: 175.5px;
        transition: 0.5s;
    }

    #contents div img {
        height: 100%;
        max-width: 100%;
    }

    .laser {
        margin-top: 40px;
    }

    .laser div > img {
        width: 570px;
    }

    .laser_info, .laser_img {
        display: inline-block;
    }

    .laser_info {
        margin-left: 60px;
        vertical-align: top;
        margin-top: 40px;
    }

    .laser_info h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .laser_info p {
        color: #666;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .laser_info a {
        display: block;
        width: 300px;
        height: 40px;
        border-radius: 10px;
        background: #0148A5;
        text-align: center;
        margin-top: 20px;
    }

    .laser_info a span {
        color: #fff;
        font-weight: 500;
        vertical-align: top;
        display: inline-block;
        height: 100%;
        line-height: 40px;
    }

    .laser_info a img {
        margin-top: 7px;
        margin-left: 10px;
    }

    .link_wrap {
        overflow: hidden;
        float: left;
    }

    .link_icon {
        background: #fff;
        display: block;
        float: left;
        width: 226px;
        height: 220px;
        margin-right: 20px;
        text-align: center;
        border: 2px solid #fff;

    }

    .link_icon:hover {
        border: 2px solid #0148A5;
        transition: 0.5s;
    }

    .link_icon div {
        border-bottom: 1px solid #ccc;
        width: 200px;
        margin: 0 auto;
    }

    .link_icon div img {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .link_icon h4 {
        color: #333;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .consult {
        width: 350px;
        background: #fff;
        display: inline-block;
        float: left;
        text-align: center;
        height: 220px;
    }

    .consult h4 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 30px;
        margin-bottom: 6px;
    }

    .consult > p {
        font-size: 14px;
        color: #666;
    }

    .tel {
        margin-top: 30px;
        margin-bottom: 7px;
    }

    .tel img, .fax img {
        width: 20px;
    }

    .tel span, .fax span {
        font-size: 18px;
        font-weight: 500;
        margin-right: 10px;
    }

    .tel i, .fax i {
        font-style: normal;
        color: #555
    }

    #footer {
        width: 1100px;
        margin: 30px auto;
    }

    .foot_logo {
        display: inline-block;
        width: 320px;
        vertical-align: top;
        padding-top: 30px;
    }

    .foot_content {
        display: inline-block;
    }

    .foot_content a {
        font-weight: 500;
        margin-left: 10px;
    }


    .title_box {
        border-bottom: 1px solid #333;
        height: 50px;
        margin-top: 40px;
    }

    .sub_title {
        font-size: 30px;
        width: 780px;
        float: left;
        padding-left: 20px;
    }

    .sub_title span {
        font-weight: 400;
        font-size: 18px;
        color: #555;
        margin-left: 10px;
    }

    .route {
        font-size: 14px;
        color: #555;
        float: right;
        width: 300px;
        line-height: 50px;
        text-align: right;
    }

    .route span {
        margin-left: 4px;
        margin-right: 4px;
    }

    .greeting {
        margin: 40px 20px 130px;
        background-image: url("../img/greeting_img.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        height: 500px;
    }

    #greet_h {
        font-size: 24px;
        color: #0148A5;
        font-weight: 500
    }

    .greeting p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .map {
        margin-top: 40px;
        clear: both;
        margin-bottom: 60px;
    }

    .equipment {
        padding: 40px 20px;
    }

    .equipment > h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .equipment_img {
        border: 1px solid #ccc;
        border-radius: 15px;

    }

    .equipment hr {
        border: none;
        border-top: 1px solid #ccc;
        margin: 40px 0px;
    }

    .title_line {
        border-bottom: 2px solid #167BFF;
        color: #167BFF;
        height: 60px;
    }

    .title_line h3 {
        font-weight: 500;
        padding: 17px 40px;
    }

    .title_line:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 60px;
        background: #167BFF;
        float: left;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
    }

    .laser_head {
        width: 528px;
        display: inline-block;
    }

    .laser_head b {
        font-size: 24px;
        color: #0148A5;
    }

    .laser_head p {
        font-size: 17px;
        margin-top: 10px;
    }

    .laser_head_box {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .laser_head:last-of-type {
        padding-left: 40px;
    }

    .equipment ul li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .equipment ul {
        margin-bottom: 40px;
        margin-left: 20px;
    }

    .laser_box {
        float: left;
        width: 33.3333%;
        padding: 10px;
        height: 400px;
        margin-bottom: 40px;
    }

    .laser_box > div {
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        height: 228px;
        border: 2px solid #666666;
        position: relative;
    }

    .laser_box > div img {
        width: 105%;
        height: 105%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .laser_box p {
        font-size: 15px;
        color: #555;
        margin-top: 20px;
    }

    .mobile_img {
        display: none
    }

}

@media (min-width: 500px) and (max-width: 1099px) {
    .category {
        width: 100%;
        font-size: 20px;
        margin: 0 auto;
        color: #333;
        font-weight: 500;
        display: block;
        padding: 20px 10px;
    }

    .category_down {
        width: 100%;
        margin: 0 auto;
        padding-left: 10px;
    }

    .category_down a {
        color: #333;
        padding: 10px;
        display: inline-block;
        background: #eee;
    }

    .category_down i {
        font-size: 14px;
    }

    .mobile_img {
        display: none
    }

    #top {
        display: none;
    }

    #ham {
        width: 60px;
        float: right;
    }

    #ham img {
        margin-top: 12px;
    }

    .logo_bar {
        display: block;
        line-height: 80px;
        height: 80px;

    }

    .logo_bar a {
        height: 80px;
    }

    .logo_bar a img {
        margin-top: 22px;
    }

    #header > .wrap {
        height: 80px;
    }

    .wrap {
        overflow: hidden;
        width: 100%;
    }

    #m_menu_head {
        height: 80px;
        padding-top: 14px;
        background: #fff;
    }

    .menu_box {
        display: none;

    }

    .m_menu_box {
        width: 400px;
        background: #eee;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 99;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        display: none;
    }

    #m_menu_head h3 {
        padding: 10px;
        font-weight: 500;
        width: 290px;
        display: inline-block;
    }

    #m_menu_head p {
        display: inline-block;
        font-weight: 500;
        color: #fff;
        background: #4c4e52;
        width: 90px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 15px;
        margin-right: 10px;
    }

    .m_menu_li p {
        padding: 10px;
        font-weight: 500;
        background: #e2e4e6;
        border-bottom: 1px solid #ccc;
    }

    .m_menu_li > div a {
        padding: 10px;
        display: block;
        color: #333;
        border-bottom: 1px solid #ccc;
    }

    .m_menu_li > div a i {
        font-size: 12px;
        vertical-align: top;
        margin-top: 7px;
    }

    .slide_wrap {
        position: relative;
        width: 100%;
        margin-top: -20px;
    }

    #main_sentence {
        display: none;

    }

    .slide_box {
        width: 200%;
    }

    .slide_list {
        width: 50%;
        float: left;
    }

    .slide_list img {
        width: 100%;
    }

    .slide_wrap {
        overflow: hidden;
    }


    #contents {
        overflow: hidden;
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    #contents h3 {
        text-align: center;
        width: 433px;
        border-radius: 10px;
        height: 40px;
        line-height: 40px;
        display: inline-block;

    }

    #contents h3 p {
        vertical-align: top;
        display: inline-block;
        font-size: 18px;
    }

    #contents h3 img {
        width: 25px;
        margin-right: 10px;
        margin-top: 8px;
    }

    #contents div {
        margin: 10px auto;
        width: 480px;
        height: 270px;
        position: relative;
        text-align: center;
        border: 1px solid #ccc;
    }


    #contents div a {
        color: #fff;
        font-weight: 500;
        border-radius: 15px;
        display: block;
        padding: 8px 16px;
        font-size: 16px;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        background: #0148A5;


    }

    #contents > a {
        color: #333;
        display: inline-block;
        font-weight: 600;
        font-size: 30px;
        width: 40px;
        height: 40px;
        border: 1px solid #333;
        text-align: center;
        line-height: 36px;
        margin-top: 3px;
    }


    #contents div img {
        height: 100%;
        max-width: 100%;
    }

    .laser {
        margin-top: 40px;
    }

    .laser div > img {
        width: 480px;
        display: block;
        margin: 0 auto;
    }


    .laser_info {
        margin: 0 auto;
        width: 500px;
        vertical-align: top;
        text-align: center;
    }

    .laser_info h4 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .laser_info p {
        color: #666;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .laser_info a {
        display: block;
        width: 300px;
        height: 40px;
        border-radius: 10px;
        background: #0148A5;
        text-align: center;
        margin: 20px auto;
    }

    .laser_info a span {
        color: #fff;
        font-weight: 500;
        vertical-align: top;
        display: inline-block;
        height: 100%;
        line-height: 40px;
    }

    .laser_info a img {
        margin-top: 7px;
        margin-left: 10px;
    }

    .link_wrap {
        overflow: hidden;
        width: 480px;
        margin: 0 auto;
    }

    .link_icon {
        background: #fff;
        display: block;
        float: left;
        width: 153.333px;
        height: 180px;
        margin-right: 10px;
        text-align: center;
        border: 2px solid #fff;

    }

    .link_icon:last-of-type {
        margin-right: 0;
    }

    .link_icon:hover {
        border: 2px solid #0148A5;
        transition: 0.5s;
    }

    .link_icon div {
        border-bottom: 1px solid #ccc;
        width: 120px;
        margin: 0 auto;
    }

    .link_icon div img {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .link_icon h4 {
        color: #333;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .consult {
        width: 480px;
        background: #fff;
        text-align: center;
        height: 220px;
        margin: 10px auto 0px;

    }

    .consult h4 {
        font-size: 20px;
        font-weight: 500;
        padding-top: 30px;
        margin-bottom: 6px;
    }

    .consult > p {
        font-size: 14px;
        color: #666;
    }

    .tel {
        margin-top: 30px;
        margin-bottom: 7px;
    }

    .tel img, .fax img {
        width: 20px;
    }

    .tel span, .fax span {
        font-size: 18px;
        font-weight: 500;
        margin-right: 10px;
    }

    .tel i, .fax i {
        font-style: normal;
        color: #555
    }

    #footer {
        width: 500px;
        margin: 30px auto;
    }

    .foot_logo {
        width: 320px;
        vertical-align: top;
        margin: 10px auto;
    }

    .foot_content {
        display: inline-block;
    }

    .foot_content a {
        font-weight: 500;
        margin-left: 10px;
    }

    .company_banner {
        width: 100%
    }


    .title_box {
        border-bottom: 1px solid #333;
        height: 80px;
        margin-top: 40px;
    }

    .sub_title {
        font-size: 30px;
        padding-left: 20px;
    }

    .sub_title span {
        font-weight: 400;
        font-size: 18px;
        color: #555;
        margin-left: 10px;
    }

    .route {
        font-size: 14px;
        color: #555;
        line-height: 30px;
        margin-left: 20px;
    }

    .route span {
        margin-left: 4px;
        margin-right: 4px;
    }

    .greeting {
        margin: 40px 20px 130px;
        background-image: url("../img/greeting_img.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        height: 700px;
    }

    #greet_h {
        font-size: 24px;
        color: #0148A5;
        font-weight: 500
    }

    .greeting p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .map {
        clear: both;
        width: 500px;
        margin: 40px auto 60px;
    }

    .equipment {
        padding: 40px 20px;
        width: 500px;
        margin: 0 auto;
    }

    .equipment > h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .equipment_img {
        border: 1px solid #ccc;
        border-radius: 15px;

    }

    .equipment_img img {
        width: 100%;
    }

    .equipment hr {
        border: none;
        border-top: 1px solid #ccc;
        margin: 40px 0px;
    }

    .title_line {
        border-bottom: 2px solid #167BFF;
        color: #167BFF;
        height: 60px;
    }

    .title_line h3 {
        font-weight: 500;
        padding: 17px 40px;
    }

    .title_line:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 60px;
        background: #167BFF;
        float: left;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
    }

    .laser_head {
        width: 528px;
        display: inline-block;
    }

    .laser_head b {
        font-size: 24px;
        color: #0148A5;
    }

    .laser_head p {
        font-size: 17px;
        margin-top: 10px;
    }

    .laser_head_box {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .laser_head:last-of-type {

        margin-top: 10px
    }

    .equipment ul li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .equipment ul {
        margin-bottom: 40px;
        margin-left: 20px;
    }

    .laser_box {
        padding: 10px;
        margin-bottom: 40px;
        width: 500px;
    }

    .laser_box > div {
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        height: 300px;
        border: 2px solid #666666;
        position: relative;
    }

    .laser_box > div img {
        width: 105%;
        height: 105%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .laser_box p {
        font-size: 15px;
        color: #555;
        margin-top: 20px;
    }
}

@media (max-width: 499px) {
    .center {
        width: 360px;
        margin: 0 auto;
    }

    .header {
        width: 100%;

    }

    #top {
        display: none;
    }

    #ham {
        width: 60px;
        float: right;
    }

    #ham img {
        margin-top: 12px;
    }

    .logo_bar {
        display: block;
        line-height: 80px;
        height: 80px;

    }

    .logo_bar a {
        height: 80px;
    }

    .logo_bar a img {
        margin-top: 22px;
        margin-left: 6px
    }

    #header > .wrap {
        height: 80px;
    }

    .wrap {
        overflow: hidden;
        width: 100%;
    }

    #m_menu_head {
        height: 100px;
        background: #fff;
        padding: 10px;
    }

    .menu_box {
        display: none;

    }

    .m_menu_box {
        width: 100%;
        background: #eee;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 999;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        display: none;
    }

    #m_menu_head h3 {
        padding-bottom: 10px;
        font-weight: 500;
        width: 240px;
    }

    #m_menu_head p {
        display: block;
        font-weight: 500;
        color: #fff;
        background: #4c4e52;
        width: 90px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .m_menu_li p {
        padding: 10px;
        font-weight: 500;
        background: #e2e4e6;
        border-bottom: 1px solid #ccc;
    }

    .m_menu_li > div a {
        padding: 10px;
        display: block;
        color: #333;
        border-bottom: 1px solid #ccc;
    }

    .m_menu_li > div a i {
        font-size: 12px;
        vertical-align: top;
        margin-top: 7px;
    }

    .slide_wrap {
        position: relative;
        width: 100%;
        margin-top: -20px;
    }

    #main_sentence {
        display: none;

    }

    .slide_box {
        width: 200%;
    }

    .slide_list {
        width: 50%;
        float: left;
    }

    .slide_list img {
        width: 100%;
    }

    .slide_wrap {
        overflow: hidden;
    }


    #contents {
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    #contents h3 {
        text-align: center;
        margin: 20px auto;
        border-radius: 10px;
        height: 40px;
        display:inline-block;
        line-height: 40px;
        width:calc(90% - 50px);
    }

    #contents h3 p {
        vertical-align: top;
        display: inline-block;
        font-size: 18px;
    }

    #contents h3 img {
        width: 25px;
        margin-right: 10px;
        margin-top: 8px;
    }

    #contents div {
        margin: 10px auto;
        width: 90%;
        height: 210px;
        position: relative;
        overflow: hidden;
        text-align: center;
        border: 1px solid #ccc;
    }

    #contents div a {
        color: #fff;
        font-weight: 500;
        border-radius: 15px;
        display: block;
        padding: 5px 10px;
        font-size: 16px;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        background: #0148A5;
        white-space: nowrap;
    }

    #contents > a {
        color: #333;
        display: inline-block;
        font-weight: 600;
        font-size: 30px;
        width: 40px;
        height: 40px;
        border: 1px solid #333;
        text-align: center;
        line-height: 36px;
        margin-top: 3px;
    }

    #contents div img {
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .laser {
        margin-top: 40px;
    }

    .laser div > img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }


    .laser_info {
        margin: 0 auto;
        width: 90%;
        vertical-align: top;
        text-align: center;
    }

    .laser_info h4 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .laser_info p {
        color: #666;
        font-size: 18px !important;
        margin-bottom: 10px;
    }

    .laser_info a {
        display: block;
        width: 300px;
        height: 40px;
        border-radius: 10px;
        background: #0148A5;
        text-align: center;
        margin: 20px auto;
    }

    .laser_info a span {
        color: #fff;
        font-weight: 500;
        vertical-align: top;
        display: inline-block;
        height: 100%;
        line-height: 40px;
    }

    .laser_info a img {
        margin-top: 7px;
        margin-left: 10px;
    }

    .link_wrap {
        overflow: hidden;
        width: 80%;
        margin: 0 auto;
    }

    .link_icon {
        background: #fff;
        display: block;
        float: left;
        width: 100%;
        height: 180px;
        margin-bottom: 20px;
        text-align: center;
        border: 2px solid #fff;

    }

    .link_icon:last-of-type {
        margin-right: 0;
    }

    .link_icon:hover {
        border: 2px solid #0148A5;
        transition: 0.5s;
    }

    .link_icon div {
        border-bottom: 1px solid #ccc;
        width: 90%;
        margin: 0 auto;
    }

    .link_icon div img {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .link_icon h4 {
        color: #333;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .consult {
        width: 80%;
        background: #fff;
        text-align: center;
        height: 220px;
        margin: 10px auto 0px;

    }

    .consult h4 {
        font-size: 20px;
        font-weight: 500;
        padding-top: 30px;
        margin-bottom: 6px;
    }

    .consult > p {
        font-size: 14px;
        color: #666;
    }

    .tel {
        margin-top: 30px;
        margin-bottom: 7px;
    }

    .tel img, .fax img {
        width: 20px;
    }

    .tel span, .fax span {
        font-size: 18px;
        font-weight: 500;
        margin-right: 10px;
    }

    .tel i, .fax i {
        font-style: normal;
        color: #555
    }

    #footer {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }

    .foot_logo {
        width: 100%;
        vertical-align: top;
        margin: 10px auto;
        text-align: center;
    }

    .foot_content {
        display: inline-block;
    }

    .foot_content p {
        margin-bottom: 10px;
    }

    .foot_content a {
        font-weight: 500;
    }

    .company_banner {
        display: none;
    }


    .title_box {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        height: 100px;
    }

    .sub_title {
        font-size: 30px;
        padding-left: 20px;
        font-weight: 500;
        padding-top: 10px;
    }

    .sub_title span {
        font-weight: 400;
        font-size: 18px;
        color: #555;
        margin-left: 10px;
    }

    .route {
        font-size: 14px;
        color: #555;
        padding-left: 20px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    .route span {
        margin-left: 4px;
        margin-right: 4px;
    }

    .greeting {
        margin: 40px 20px 130px;
        background-image: url("../img/greeting_img.png");
        background-repeat: no-repeat;
        background-size: 100%;
        height: 700px;
        background-position: bottom;
    }

    #greet_h {
        font-size: 24px;
        color: #0148A5;
        font-weight: 500
    }

    .greeting p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .map {
        clear: both;
        width: 90%;
        margin: 40px auto 60px;
    }

    .equipment {
        padding: 40px 20px;
        width: 90%;
        margin: 0 auto;
    }

    .equipment > h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .equipment_img {
        border: 1px solid #ccc;
        border-radius: 15px;

    }

    .equipment_img img {
        width: 100%;
    }

    .equipment hr {
        border: none;
        border-top: 1px solid #ccc;
        margin: 40px 0px;
    }

    .title_line {
        border-bottom: 2px solid #167BFF;
        color: #167BFF;
        height: 60px;
    }

    .title_line h3 {
        font-weight: 500;
        padding: 17px 30px;
    }

    .title_line:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 60px;
        background: #167BFF;
        float: left;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
    }

    .laser_head {
        width: 100%;
        display: inline-block;
    }

    .laser_head img {
        width: 100%;
    }

    .laser_head b {
        font-size: 24px;
        color: #0148A5;
    }

    .laser_head p {
        font-size: 17px;
        margin-top: 10px;
    }

    .laser_head_box {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .equipment ul li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .equipment ul {
        margin-bottom: 40px;
        margin-left: 20px;
    }

    .laser_box {
        padding: 10px;
        margin-bottom: 40px;
    }

    .laser_box > div {
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        height: 228px;
        border: 2px solid #666666;
        position: relative;
    }

    .laser_box > div img {
        width: 105%;
        height: 105%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .laser_box p {
        font-size: 15px;
        color: #555;
        margin-top: 20px;
    }

    .pc_img {
        display: none
    }

    .category {
        width: 100%;
        font-size: 20px;
        margin: 0 auto;
        color: #333;
        font-weight: 500;
        display: block;
        padding: 20px 10px;
    }

    .category_down {
        width: 100%;
        margin: 0 auto;
        padding-left: 10px;
    }

    .category_down a {
        color: #333;
        padding: 10px;
        display: inline-block;
        background: #eee;
    }

    .category_down i {
        font-size: 14px;
    }

}