/**
* Created by PhpStorm.
* Date         : 2021-11-12
* Developer    : SeHwan Hwang
* Description  : wp_responsive.css
* ⓒ 2021. WebPlanet Co. All Rights Reserved.
*/

@charset "utf-8";

/**********************************************************************************************************************/
/* 작성방법 */
/*
1. 모든 스타일은 클래스명 .wp_wrap 을 시작으로 작성한다.
2. 공통 스타일의 클래스명은 cm_ 접두어를 사용한다.
*/
/**********************************************************************************************************************/

@media (max-width: 1400px) {

      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/
      /* 메인 슬라이드 */
      .wp_wrap .main_visiual .main_slider .slide {
            position: relative;
            height: 80vh;
      }

      /*슬라이드 텍스트*/
      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .thin_tit {
            font-size: 60px;
      }

      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .bold_tit {
            font-size: 60px;
            margin-bottom: 10px;
            margin-top: -10px;
      }

      .wp_wrap .main_visiual .main_slider .slide_shadow .shadow_inner .txt_box .slide_des {
            font-size: 23px;
      }




      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/

      /* 서브페이지 Greeting - sec01 */

      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
            position: relative;
            border-radius: 30px 0 0 30px;
            overflow: hidden;
            width: 900px;
            height: 500px;
            left: 100px;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box img {
            width: 100%;
            height: 100%;
            border-radius: 30px 0 0 30px;
            transition: 0.5s;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box:hover img {
            transform: scale(1.1);
      }

      /**********************************************************************************************************************/






      /**********************************************************************************************************************/
      /* 서브 */
      /**********************************************************************************************************************/
      /* 서브페이지 Greeting - sec01 */

      .wp_wrap .sub_page .sub_greeting .cm_sub_sec_tit {
            text-align: center;
            margin-bottom: 80px;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner {
            flex-direction: column;
            gap: 50px;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .left {
            width: 100%;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .right {
            width: 100%;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .main_tit {
            font-size: 40px;
            margin-bottom: 35px;
            font-family: var(--font-pre200);
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
            margin-bottom: 25px;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc.mb9 {
            margin-bottom: 40px;
      }


      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
            position: unset;
            border-radius: 30px;
            overflow: hidden;
            width: 100%;
            height: 550px;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box img {
            width: 100%;
            height: 100%;
            border-radius: 30px;
            transition: 0.5s;
            object-fit: cover;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box:hover img {
            transform: scale(1.1);
      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 서브 수정 버전 24.03.19 */
      /**********************************************************************************************************************/
      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 인사말 */

      .wp_wrap #shp_greeting .shp_wrap {

            background-size: 80%;
      }


      /**********************************************************************************************************************/





}


@media (max-width: 1200px) {
      .wp_wrap .cm_inner {
            width: 100%;
            padding: 0 10px;
      }

      .wp_wrap .sub_info .cm_sub_sec_tit {
            margin-left: 10px;
      }

      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/

      /* 메인 슬라이드 */
      .wp_wrap .main_visiual .main_slider .slide {
            position: relative;
            height: 80vh;
      }

      /*슬라이드 텍스트*/
      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .thin_tit {
            font-size: 50px;
      }

      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .bold_tit {
            font-size: 50px;
            margin-bottom: 10px;
            margin-top: 0px;
      }

      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .slide_des {
            font-size: 22px;
      }

      /* 섹션01 - 프로덕트 인트로덕션 */
      .wp_wrap .sec01 .product_inner .ps_arrow {
            top: 15%;
            font-size: 20px;
            width: 30px;
            height: 30px;
      }

      /* 섹션02 - 어바웃 어스 */
      .wp_wrap .sec02 .about_inner .left {
            padding-left: 0px;
      }


      /* 섹션04 - 노티스 */
      .wp_wrap .sec04 .notice_inner {
            flex-direction: column;
            gap: 70px;
      }

      .wp_wrap .sec04 .notice_inner .right {
            flex-grow: 1;
            height: 380px;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider {
            width: 100%;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider .slide .out {
            display: block;
            height: 245px;
            padding: 60px 30px;
            background: #fff;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider .slide .txt_box .in_flex {
            margin-bottom: 75px;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider .slide .txt_box .inner_tit {
            font-size: 26px;
            font-family: var(--font-pre600);
            margin-bottom: 25px;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider .slide .txt_box .inner_des {
            font-size: 18px;
            color: #5D5D5D;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider .slide .txt_box .inner_date {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            color: #BBBBBB;
            font-size: 18px;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider .slick-slide {
            width: auto;
      }
      



      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 푸터 */
      /**********************************************************************************************************************/

      /* 푸터 */
      .wp_wrap .f_inner {
            padding: 25px 0;
      }

      .wp_wrap .f_inner ul {
            flex-direction: column;
      }

      .wp_wrap .f_info ul li {
            margin-right: 0px;
            margin-bottom: 5px;
      }

      .wp_wrap .f_info ul li,
      .wp_wrap .f_info p {
            font-size: 13px;
      }

      /**********************************************************************************************************************/




      /**********************************************************************************************************************/
      /* 서브 수정 버전 24.03.19 */
      /**********************************************************************************************************************/
      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 인사말 */

      .wp_wrap #shp_greeting .shp_ir .grt_box .txt_box .top_des>br,
      .wp_wrap #shp_greeting .shp_ir .grt_box .txt_box .mid_des>br,
      .wp_wrap #shp_greeting .shp_ir .grt_box .txt_box .bot_des>br {
            display: none;
      }

      /**********************************************************************************************************************/






}

@media (max-width: 1050px) {
      .wp_wrap header .header_bg .notice_banner {
            width: 40%;
      }
}

@media (max-width: 992px) {
      /**********************************************************************************************************************/
      /* 공통 */
      /**********************************************************************************************************************/

      /* 공통 */
      .wp_wrap .cm_more {
            font-size: 16px;
      }

      .wp_wrap .cm_more i {
            font-size: 12px;
      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 헤더 */
      /**********************************************************************************************************************/

      /*헤더*/

      /* .wp_wrap .h_inner nav .mo_logo{
        display: block;
    }

    .wp_wrap .h_inner nav .mo_logo_box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .wp_wrap .h_inner nav .mo_logo_box img{
        width: 250px;
    } */


      .wp_wrap .h_inner .m_open {
            display: block;
            cursor: pointer;
            z-index: 99999;
      }

      .wp_wrap .h_inner .m_open i {
            background: #f7f7f7;
            padding: 10px;
            font-size: 24px;
            border-radius: 5px;
            vertical-align: -7px;
      }

      .wp_wrap .notice_banner {
            display: none;
      }

      .wp_wrap .header_bg {
            display: none;
      }

      .wp_wrap header .header_bg .notice_banner {
            display: none;
      }

      .wp_wrap header nav {
            display: none;
      }

      .wp_wrap .mo_nav .mo_logo_box {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
      }

      .wp_wrap .mo_nav .mo_logo_box img {
            width: 250px;
      }

      .wp_wrap header .mo_nav {
            display: block;
            position: fixed;
            top: 0;
            left: -100%;
            width: calc(100% - 100px);
            height: 100vh;
            background: #fff;
            border-right: 1px solid #dadada;
            margin-right: auto;
            z-index: 9999;
            padding: 100px 0 0 0;
            transition: 0.5s;
      }

      .wp_wrap header .mo_nav.on {
            left: 0;
      }

      .wp_wrap header .mo_nav .mo_gnb {
            display: flex;
            flex-direction: column;
            width: auto;
            margin: 0 auto;
      }

      .wp_wrap header .mo_nav .mo_gnb>li:first-child {
            border-top: 1px solid #ddd;
      }

      .wp_wrap header .mo_nav .mo_gnb>li {
            position: relative;
            flex: 1;
            border-bottom: 1px solid #ddd;
      }

      .wp_wrap header .mo_nav .mo_gnb>li>a {
            display: block;
            color: #333;
            padding: 20px;
      }

      .wp_wrap header .mo_gnb .mo_smenu {
            position: relative;
            top: 0;
            padding: 0;
            background: #f8f8f8;
            font-size: 15px;
            display: none;
      }

      .wp_wrap header .mo_gnb .mo_m_itm {
            position: relative;
            font-size: 18px;
            font-family: var(--font-pre600);
            text-align: center;
      }

      .wp_wrap header .mo_gnb .mo_smenu>li>a {
            display: inline-block;
            padding: 20px 0;
            font-size: 17px;
      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/

      /* 메인 슬라이드 */
      .wp_wrap .main_visiual .main_slider .slide {
            position: relative;
            height: 70vh;
      }

      /* 슬라이드 버튼 */
      .wp_wrap .main_visiual .main_slider .slick-dots {
            right: 35px;
      }

      /* 메인 스크롤 아이콘 */
      .wp_wrap .main_visiual .scr {
            position: absolute;
            left: 50%;
            bottom: 25px;
            transform: translate(-50%, -50%);
      }


      /* 섹션01 - 프로덕트 인트로덕션 */
      .wp_wrap .sec_tit {
            font-size: 50px;
            font-family: var(--font-pre600);
      }

      .wp_wrap .sec_tit>span {
            font-size: 50px;
            font-family: var(--font-pre200);
      }

      /* 섹션02 - 어바웃 어스 */
      .wp_wrap .sec02 .about_inner .left .sec_des {
            font-size: 16px;
            margin-bottom: 23px;
            line-height: 1.3;
      }

      .wp_wrap .sec02 .about_inner .left .info {
            font-size: 16px;
            margin-bottom: 60px;
      }

      .wp_wrap .sec02 .about_inner .left .info p {
            font-size: 17px;
            margin-bottom: 8px;
            margin-left: 18px;
      }

      .wp_wrap .sec02 .about_inner .left .info p span {
            font-size: 15px;
            margin-left: 20px;
      }

      .wp_wrap .sec02 .about_inner .left .info p span .bol {
            font-size: 17px;
      }

      /* 섹션04 - 노티스 */
      .wp_wrap .sec04 .notice_inner .right .notice_slider .slide.on .out {
            background: #fff;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider .slide.on .txt_box .in_flex .inner_tit {
            color: #000;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider .slide.on .txt_box .in_flex .inner_des {
            color: #5D5D5D;
      }

      .wp_wrap .sec04 .notice_inner .right .notice_slider .slide.on .txt_box .inner_date {
            color: #BBBBBB;
      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 서브 */
      /**********************************************************************************************************************/
      /* 서브페이지 */
      .wp_wrap .sub_page .fix_menu {
            display: none;
            display: block;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner .first i {
            font-size: 14px;
            border-right: 1px solid #DFDFDF;
            padding: 0 20px 0 10px;
      }

      /* 서브페이지 Greeting - sec01 */
      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
            position: unset;
            border-radius: 30px;
            overflow: hidden;
            width: 100%;
            height: 450px;
      }

      /* 서브페이지 Greeting - sec02 */
      .wp_wrap .sub_page .sub_value .cm_sub_sec_tit {
            margin-bottom: 50px;
            margin-left: 10px;
      }

      .wp_wrap .sub_page .sub_value .value_inner {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-direction: row;
            flex-wrap: wrap;
      }

      .wp_wrap .sub_page .sub_value .value_inner .item {
            width: 45%;
      }

      .wp_wrap .sub_page .sub_value .value_inner .item:nth-child(odd) {
            padding-top: 0px;
      }

      .wp_wrap .sub_page .sub_value .value_inner .item:nth-child(even) {
            padding-bottom: 0px;
      }

      .wp_wrap .sub_page .sub_value .value_inner .item .size {
            width: 285px;
            height: 280px;
            margin-bottom: 15px;
      }

      .wp_wrap .sub_page .sub_value {
            overflow: hidden;
      }




      /* 서브페이지 company - sec01 */

      .wp_wrap .sub_company .cm_sub_sec_tit {
            margin-bottom: 100px;
      }

      .wp_wrap .sub_company .company_intro {
            font-size: 37px;
      }

      .wp_wrap .sub_company .pr_bg {
            padding: 200px 0;
            background: url('../img/sub/introduction_bg.jpg') no-repeat fixed top center / cover;
      }

      .wp_wrap .sub_company .pr_bg .txt p {
            font-size: 20px;
            font-family: var(--font-pre200);
            color: #fff;
            line-height: 1.5;
      }

      .wp_wrap .sub_company .pr_bg .txt .desf {
            margin-bottom: 35px;
            color: #fff;

      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 서브 수정 버전 24.03.19 */
      /**********************************************************************************************************************/
      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 견적요청 */
      .wp_wrap #shp_estimate .shp_ir .etm_box {
            flex-direction: column;
            gap: 40px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .left {
            max-width: 100%;
            height: 300px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .left .box_wrap .box_ir {
            padding: 40px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .right {
            max-width: 100%;
            position: unset;
      }

      /**********************************************************************************************************************/



}


@media (max-width: 810px) {
      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/

      /* 메인 슬라이드 */
      .wp_wrap .main_visiual .main_slider .slide {
            position: relative;
            height: 60vh;
      }

      /* 슬라이드 버튼 */
      .wp_wrap .main_visiual .main_slider .slick-dots {
            right: 35px;
      }

      /*슬라이드 텍스트*/
      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .thin_tit {
            font-size: 35px;
      }

      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .bold_tit {
            font-size: 33px;
            margin-bottom: 7px;
      }

      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .slide_des {
            font-size: 18px;
      }

      .wp_wrap .main_visiual .main_slider .slick-dots {
            right: 20px;
      }

      /* 메인 스크롤 아이콘 */
      .wp_wrap .main_visiual .scr {
            bottom: 10px;
      }



      /**********************************************************************************************************************/
      /* 서브 수정 버전 24.03.19 */
      /**********************************************************************************************************************/
      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 인사말 */

      .wp_wrap #shp_greeting .shp_wrap {
            background-image: url(../img/sub/sub_grt_bg01.png);
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: 35% 20%;
      }


      .wp_wrap #shp_greeting .shp_ir .grt_box .txt_box {
            width: 100%;
            position: unset;
      }



      /**********************************************************************************************************************/



}





@media (max-width: 768px) {
      /**********************************************************************************************************************/
      /* 공통 */
      /**********************************************************************************************************************/

      /*공통*/
      .wp_wrap .cm_sec {
            padding: 60px 0;
      }

      .wp_wrap .sub_page section {
            padding: 60px 0;
      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 헤더 */
      /**********************************************************************************************************************/

      /*헤더*/
      .wp_wrap .h_inner .h_logo {
            width: 200px;
      }

      .wp_wrap .h_inner .h_logo img {
            width: 100%;
      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 푸터 */
      /**********************************************************************************************************************/

      /* 푸터 */
      .wp_wrap .f_inner {
            flex-direction: column;
            gap: 20px;
      }

      .wp_wrap .f_inner ul {
            flex-direction: column;
            margin-bottom: 10px;
      }

      .wp_wrap .f_info ul li,
      .wp_wrap .f_info p {
            text-align: center;
            font-size: 13px;
      }

      .wp_wrap .f_inner .f_logo {
            width: 200px;
      }

      .wp_wrap .f_info ul li span {
            display: block;
            padding-top: 10px;
            padding-left: 0;
      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/

      /* 섹션01 - 프로덕트 인트로덕션 */
      .wp_wrap .sec_tit {
            font-size: 40px;
            font-family: var(--font-pre600);
      }

      .wp_wrap .sec_tit>span {
            font-size: 40px;
            font-family: var(--font-pre200);
      }

      .wp_wrap .sec01 .product_inner .ps_arrow {
            top: 12%;
            font-size: 20px;
            width: 30px;
            height: 30px;
      }

      .wp_wrap .sec01 .product_inner .product_slider .slide:hover .blue_box {
            top: 82%;
      }

      .wp_wrap .sec01 .product_inner .product_slider .slide:hover .txt_box {
            top: 98%;
      }

      /* 섹션02 - 어바웃 어스 */
      .wp_wrap .sec02 .about_inner {
            flex-direction: column;
      }

      .wp_wrap .sec02 .about_inner .left .info {
            margin-bottom: 30px;
      }

      .wp_wrap .sec02 .about_inner .cm_more {
            text-align: right;
            margin-bottom: 10px;
      }

      /* 섹션03 - 컴파니 인포 */
      .wp_wrap .sec03 .sec_tit {
            text-align: center;
            margin-bottom: 10px;
      }

      .wp_wrap .sec03 .sec_des {
            text-align: center;
            font-size: 16px;
            margin-bottom: 45px;
      }

      .wp_wrap .sec03 .info_box {
            flex-direction: column;
      }

      .wp_wrap .sec03 .info_box .inro_itm {
            display: block;
            width: 100%;
            margin-bottom: 50px;
      }

      .wp_wrap .sec03 .info_box .inro_itm .img {
            margin-bottom: 15px;
      }

      .wp_wrap .sec03 .info_box .inro_itm .txt .t_txt {
            font-size: 23px;
            color: #000000;
            margin-bottom: 10px;
            font-family: var(--font-pre600);
            text-align: center;
      }

      .wp_wrap .sec03 .info_box .inro_itm .txt .b_txt {
            font-size: 17px;
            color: #5D5D5D;
            text-align: center;
      }

      .wp_wrap .sec03 .cm_inner .cm_more::before {
            content: '';
            width: 1px;
            height: 40px;
            background: rgba(112, 112, 112, 0.4);
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translate(-50%, -50%);
      }

      .wp_wrap .sec03 .cm_inner .cm_more {
            position: relative;
            text-align: center;
      }

      .wp_wrap .sec03 .info_box {
            display: flex;
            justify-content: space-between;
            margin-bottom: 60px;
      }

      .wp_wrap .sec04 .notice_inner {
            flex-direction: column;
            gap: 40px;
      }



      /**********************************************************************************************************************/
      /* 서브 */
      /**********************************************************************************************************************/

      .wp_wrap .sub_page .cm_sub_sec_tit {
            font-size: 40px;
      }

      .wp_wrap .sub_page .cm_sub_sec_tit span {
            font-size: 40px;
      }

      /* 서브 메인 */
      .wp_wrap .sub_main {
            height: 300px;
      }

      .wp_wrap .sub_main .sub_main_inner .txt_box .sm_tit {
            font-size: 40px;
            font-family: var(--font-pre200);
            margin-bottom: 10px;
            color: #fff;
      }

      .wp_wrap .sub_main .sub_main_inner .txt_box .sm_des {
            font-size: 20px;
            font-family: var(--font-pre200);
            color: #fff;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner>div {
            padding: 20px 0;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner .first i {
            font-size: 14px;
            border-right: 1px solid #DFDFDF;
            padding: 0 20px 0 10px;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top,
      .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top {
            padding: 0 20px;
            border-right: 1px solid #DFDFDF;
            display: flex;
            align-items: center;
            cursor: pointer;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top p,
      .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top p {
            font-size: 16px;
            font-family: var(--font-pre500);
            margin-right: 50px;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner .second .second_menu,
      .wp_wrap .sub_page .fix_menu .menu_inner .third .third_menu {
            position: absolute;
            top: 60px;
            left: 0;
            background: #fff;
            width: 100%;
            padding: 15px 30px;
            font-size: 16px;
            line-height: 40px;
            border-left: 1px solid #DFDFDF;
            border-right: 1px solid #DFDFDF;
            border-bottom: 1px solid #DFDFDF;
            display: none;
      }


      /* 서브페이지 Greeting - sec01 */
      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
            position: unset;
            border-radius: 30px;
            overflow: hidden;
            width: 100%;
            height: 350px;
      }



      /* 서브페이지 company - sec01 */


      .wp_wrap .sub_company .cm_sub_sec_tit {
            margin-bottom: 80px;
      }

      .wp_wrap .sub_company .company_intro {
            font-size: 30px;
      }

      .wp_wrap .sub_company .pr_bg {
            padding: 150px 0;
            background: url('../img/sub/introduction_bg.jpg') no-repeat fixed top center / cover;
      }

      .wp_wrap .sub_company .pr_bg .txt p {
            font-size: 20px;
            font-family: var(--font-pre200);
            color: #fff;
            line-height: 1.5;
      }

      .wp_wrap .sub_company .pr_bg .txt .desf {
            margin-bottom: 35px;
            color: #fff;
      }

      /* 서브페이지 company - sec02 */

      .wp_wrap .sub_info .info_itm {
            display: flex;
      }

      .wp_wrap .sub_info .info_itm .top,
      .wp_wrap .sub_info .info_itm .bottom {
            flex-direction: column;
            align-items: center;
            margin-bottom: 0px;
            width: 54%;
            gap: 20px;
      }


}








@media (max-width: 650px) {


      /**********************************************************************************************************************/
      /* 서브 */
      /**********************************************************************************************************************/
      /* greeting - core value */
      .wp_wrap .sub_page .sub_value .value_inner .item .size {
            width: 215px;
            height: 215px;
      }
}


@media (max-width: 576px) {

      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/

      /* 메인 슬라이드 */
      .wp_wrap .main_visiual .main_slider .slide {
            position: relative;
            height: 60vh;
      }

      /*슬라이드 텍스트*/
      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .thin_tit {
            font-size: 35px;
      }

      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .bold_tit {
            font-size: 33px;
            margin-bottom: 5px;
      }

      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .slide_des {
            font-size: 16px;
      }

      .wp_wrap .main_visiual .main_slider .slick-dots {
            display: none;
      }

      /* 메인 스크롤 아이콘 */
      .wp_wrap .main_visiual .scr {
            bottom: 10px;
      }

      /* 섹션01 - 프로덕트 인트로덕션 */
      .wp_wrap .sec_tit {
            font-size: 35px;
            font-family: var(--font-pre600);
      }

      .wp_wrap .sec_tit>span {
            font-size: 35px;
            font-family: var(--font-pre200);
      }

      .wp_wrap .sec01 .product_inner .ps_arrow {
            display: none;
      }

      .wp_wrap .sec01 .product_inner .product_slider .slick-slide {
            margin: 0 20px;
      }

      .wp_wrap .sec01 .product_inner .product_slider .slick-list {
            margin: 0 -20px;
      }

      .wp_wrap .sec01 .product_inner .ps_arrow {
            display: none;
      }

      /**********************************************************************************************************************/
      /* 서브 */
      /**********************************************************************************************************************/



      /* 서브 메인 */
      .wp_wrap .sub_main {
            height: 250px;
      }

      .wp_wrap .sub_main .sub_main_inner .txt_box .sm_tit {
            font-size: 35px;
            font-family: var(--font-pre200);
            margin-bottom: 10px;
            color: #fff;
      }

      .wp_wrap .sub_main .sub_main_inner .txt_box .sm_des {
            font-size: 15px;
            font-family: var(--font-pre200);
            color: #fff;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top p,
      .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top p {
            font-size: 14px;
            font-family: var(--font-pre500);
            margin-right: 20px;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner .second .second_menu,
      .wp_wrap .sub_page .fix_menu .menu_inner .third .third_menu {
            position: absolute;
            top: 59px;
            left: 0;
            background: #fff;
            width: 100%;
            padding: 15px 16px;
            font-size: 15px;
            line-height: 40px;
            border-left: 1px solid #DFDFDF;
            border-right: 1px solid #DFDFDF;
            border-bottom: 1px solid #DFDFDF;
            display: none;
      }

      /* 서브페이지 greeting - sec01 */
      .wp_wrap .sub_page .sub_greeting .cm_sub_sec_tit {
            margin-bottom: 55px;
      }

      .sub_greeting .greeting_inner .left .txt_box .main_tit {
            text-align: center;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
            font-size: 17px;
            margin-bottom: 25px;
            text-align: center;
            color: #2E2E2E;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
            position: unset;
            border-radius: 30px;
            overflow: hidden;
            width: 100%;
            height: 300px;
      }


      /* 서브페이지 greeting - sec02 */
      .wp_wrap .sub_page .sub_greeting .cm_sub_sec_tit {
            text-align: center;
            margin-bottom: 45px;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .main_tit {
            font-size: 30px;
            margin-bottom: 35px;
            font-family: var(--font-pre200);
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .ceo_name {
            text-align: center;
      }


      .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
            font-size: 17px;
            margin-bottom: 15px;
            line-height: 1.3;
            color: #2E2E2E;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc.mb9 {
            margin-bottom: 30px;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner {
            flex-direction: column;
            gap: 30px;
      }

      .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .ceo_name {
            font-size: 18px;
            font-family: var(--font-pre200);
      }

      /* 서브 core_value */
      .wp_wrap .sub_page .cm_sub_sec_tit {
            font-size: 35px;
      }

      .wp_wrap .sub_page .cm_sub_sec_tit span {
            font-size: 35px;
      }

      .wp_wrap .sub_page .sub_greeting .cm_sub_sec_tit {
            text-align: center;
            margin-bottom: 45px;
      }

      /* 서브 core_value */
      .wp_wrap .sub_page .sub_value .value_inner .item .size {
            width: 225px;
            height: 225px;
      }

      /* 서브페이지 company - sec01 */

      .wp_wrap .sub_company .cm_sub_sec_tit {
            margin-bottom: 70px;
            text-align: center;
      }

      .wp_wrap .sub_company .company_intro {
            font-size: 30px;
            font-family: var(--font-pre200);
            margin-bottom: 20px;
      }

      .wp_wrap .sub_company .company_intro span {
            display: block;
            font-family: var(--font-pre600);
      }

      .wp_wrap .sub_company .pr_bg {
            padding: 100px 0;
            background: url('../img/sub/introduction_bg.jpg') no-repeat fixed top center / cover;
      }

      .wp_wrap .sub_company .pr_bg .txt p {
            font-size: 18px;
            font-family: var(--font-pre200);
            color: #fff;
            line-height: 1.3;
      }

      .wp_wrap .sub_company .pr_bg .txt .desf {
            margin-bottom: 30px;
            color: #fff;
      }

      /* 서브페이지 company - sec02 */
      .wp_wrap .sub_info .info_itm .item_box .outline {
            width: 200px;
            height: 200px;

      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg {
            width: 184px;
            height: 184px;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg .icon {
            margin-bottom: 35px;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg .infomation span {
            font-size: 13px;
            color: #949494;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg .infomation p {
            font-size: 15px;
            color: #171717;
      }

      /**********************************************************************************************************************/
      /* 서브 수정 버전 24.03.19 */
      /**********************************************************************************************************************/
      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 서브공통 */
      .wp_wrap #sub_container {
            padding: 60px 0;
      }

      .wp_wrap .cm_tit_box {
            margin-bottom: 0;
      }

      .wp_wrap .cm_tit_box .tit {
            font-size: 32px;
      }


      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 인사말 */
      .wp_wrap #shp_greeting {
            padding: 0;
      }

      .wp_wrap #shp_greeting .shp_ir {
            gap: 120px;
      }


      .wp_wrap #shp_greeting .shp_ir .grt_box {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: stretch;
            gap: 20px;
      }

      .wp_wrap #shp_greeting .shp_ir .grt_box .img_box {
            width: 100%;
            height: 350px;
            border-radius: 30px;
            transition: 0.4s;
      }

      .wp_wrap #shp_greeting .shp_ir .grt_box .txt_box {
            line-height: 26px;
      }

      .wp_wrap #shp_greeting .shp_ir .grt_box .txt_box .top_des {
            margin-bottom: 20px;
            font-size: 18px;
      }

      .wp_wrap #shp_greeting .shp_ir .grt_box .txt_box .mid_des {
            margin-bottom: 20px;
            font-size: 16px;
      }

      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 오시는길 */

      .wp_wrap #shp_way .shp_ir .way_item .item_hd .tit {
            font-size: 32px;
      }

      .wp_wrap #shp_way .shp_ir .way_item .item_bd .map_box {
            height: 350px;
            transition: 0.4s;
      }

      .wp_wrap #shp_way .shp_ir .way_item .item_ft .adr_box .right>li {
            font-size: 16px;
      }

      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 카달로그 */
      .wp_wrap #shp_catalog .shp_ir .ctg_list .item .item_ir .txt_box .tit{
            font-size: 16px;
      }

      .wp_wrap #shp_catalog .shp_ir .ctg_list .item .item_ir .txt_box>a{
            font-size: 16px;
      }
      .wp_wrap #shp_catalog .shp_ir .ctg_list .item .item_ir .txt_box>a>img{
            width: 16px;
      }

      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 견적요청 */
      .wp_wrap #shp_estimate .shp_ir .etm_box .left {
            height: 220px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .left .box_wrap .box_ir {
            padding: 20px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .left .box_wrap .box_ir .txt_box .des,
      .wp_wrap #shp_estimate .shp_ir .etm_box .left .box_wrap .box_ir .txt_box .tel_box>dt {
            font-size: 22px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .left .box_wrap .box_ir .txt_box .tel_box>dd>a {
            font-size: 32px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .right {
            border-radius: 10px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .right .box_wrap {
            padding: 30px 20px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .right .box_ir .bot_box {
            flex-direction: column;
            align-items: center;
            gap: 20px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .right .box_ir .bot_box .pvc_box {
            width: 100%;
      }

      /**********************************************************************************************************************/
}





@media (max-width: 535px) {
      /**********************************************************************************************************************/
      /* 서브 */
      /**********************************************************************************************************************/
      /* 서브 core_value */

      .wp_wrap .sub_page .sub_value .value_inner .item .size {
            width: 200px;
            height: 200px;
      }


      /**********************************************************************************************************************/

      /**********************************************************************************************************************/
      /* 서브 수정 버전 24.03.19 */
      /**********************************************************************************************************************/
      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 서브공통 */
      .wp_wrap #sub_container {
            padding: 60px 0;
      }


      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 인사말 */
      .wp_wrap #shp_greeting .shp_ir .grt_box .img_box {
            height: 200px;
      }

      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 카달로그 */
      .wp_wrap #shp_catalog .shp_ir .ctg_list .item .item_ir .img_box {
            height: 200px;
      }


      /**********************************************************************************************************************/



}



@media (max-width: 445px) {

      /**********************************************************************************************************************/
      /* 헤더 */
      /**********************************************************************************************************************/
      /* 헤더 */
      .wp_wrap header .mo_nav {
            display: block;
            position: fixed;
            top: 0;
            left: -100%;
            width: calc(100% - 60px);
            height: 100vh;
            background: #fff;
            border-right: 1px solid #dadada;
            margin-right: auto;
            z-index: 9999;
            padding: 100px 0 0 0;
            transition: 0.5s;
      }

      /**********************************************************************************************************************/





      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/
      /* 메인 스크롤 아이콘 */
      .wp_wrap .main_visiual .scr {
            display: none;
      }

      /**********************************************************************************************************************/
      /* 서브 */
      /**********************************************************************************************************************/
      /* 서브 core_value */
      .wp_wrap .sub_page .sub_value .value_inner .item .size {
            width: 170px;
            height: 170px;
      }


      /* 서브페이지 company - sec02 */
      .wp_wrap .sub_info .info_itm .item_box .outline {
            width: 170px;
            height: 170px;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg {
            width: 156px;
            height: 156px;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg .icon {
            margin-bottom: 25px;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg .infomation span {
            font-size: 13px;
            color: #949494;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg .infomation p {
            font-size: 15px;
            color: #171717;
      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 서브 수정 버전 24.03.19 */
      /**********************************************************************************************************************/

      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 오시는길 */
      .wp_wrap #shp_way .shp_ir .way_item .item_bd .map_box {
            height: 300px;
            transition: 0.4s;
      }

      .wp_wrap #shp_way .shp_ir .way_item .item_ft .adr_box {
            gap: 10px;
      }

      .wp_wrap #shp_way .shp_ir .way_item .item_ft .adr_box .right>li {
            font-size: 14px;
      }

      .wp_wrap #shp_way .shp_ir .way_item .item_ft .adr_box .left .img_box {
            width: 45px;
            min-width: 45px;
            height: 45px;
      }

      .wp_wrap #shp_way .shp_ir .way_item .item_ft .adr_box .left .img_box>img {
            width: 20px;
      }


      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 견적요청 */
      .wp_wrap #shp_estimate .shp_ir .etm_box .left {
            border-radius: 10px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .left .box_wrap .box_ir .txt_box .des,
      .wp_wrap #shp_estimate .shp_ir .etm_box .left .box_wrap .box_ir .txt_box .tel_box>dt {
            font-size: 18px;
      }

      .wp_wrap #shp_estimate .shp_ir .etm_box .left .box_wrap .box_ir .txt_box .tel_box>dd>a {
            font-size: 24px;
      }

      /**********************************************************************************************************************/

}



@media (max-width: 375px) {
      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/

      /* 메인 슬라이드 */
      .wp_wrap .main_visiual .main_slider .slide {
            position: relative;
            height: 40vh;
      }

      /*슬라이드 텍스트*/
      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .thin_tit {
            font-size: 25px;
      }

      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .bold_tit {
            font-size: 23px;
            margin-bottom: 5px;
      }

      .wp_wrap .main_visiual .main_slider .slide .slide_shadow .shadow_inner .txt_box .slide_des {
            font-size: 13px;
      }

      .wp_wrap .main_visiual .main_slider .slick-dots {
            display: none;
      }




      /* 섹션01 - 프로덕트 인트로덕션 */
      .wp_wrap .sec_tit {
            font-size: 35px;
            font-family: var(--font-pre600);
      }

      .wp_wrap .sec_tit>span {
            font-size: 35px;
            font-family: var(--font-pre200);
      }

      .wp_wrap .sec01 .product_inner .sec_tit {
            text-align: center;
            margin-bottom: 40px;
      }


      /* 섹션02 - 어바웃 어스 */
      .wp_wrap .sec02 .about_inner .left .sec_tit {
            margin-bottom: 15px;
      }

      .wp_wrap .sec02 .about_inner .left .sec_des {
            font-size: 16px;
            margin-bottom: 23px;
      }

      .wp_wrap .sec02 .about_inner .left .info {
            font-size: 16px;
            margin-bottom: 50px;
      }

      .wp_wrap .sec02 .about_inner .left .info p {
            font-size: 17px;
            margin-bottom: 8px;
            margin-left: 16px;
      }

      .wp_wrap .sec02 .about_inner .left .info p::before {
            left: -4%;
      }

      .wp_wrap .sec02 .about_inner .left .info p span {
            font-size: 15px;
            margin-left: 15px;
      }

      .wp_wrap .sec02 .about_inner .left .info p span .bol {
            font-size: 17px;
      }


      /* 섹션03 - 컴파니 인포 */
      .wp_wrap .sec03 .sec_tit {
            text-align: center;
            margin-bottom: 10px;
      }

      .wp_wrap .sec03 .info_box .inro_itm {
            margin-bottom: 35px;
      }

      .wp_wrap .sec03 .info_box .inro_itm .img {
            margin-bottom: 13px;
      }

      .wp_wrap .sec03 .info_box .inro_itm .txt .t_txt {
            font-size: 21px;
            margin-bottom: 7px;
            text-align: center;
      }


      .wp_wrap .sec03 .info_box .inro_itm .txt .b_txt {
            font-size: 17px;
            color: #5D5D5D;
            text-align: center;
      }

      .wp_wrap .sec03 .cm_inner .cm_more::before {
            content: '';
            width: 1px;
            height: 40px;
            background: rgba(112, 112, 112, 0.4);
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translate(-50%, -50%);

      }

      .wp_wrap .sec03 .cm_inner .cm_more {
            position: relative;
            text-align: center;
      }




      /**********************************************************************************************************************/
      /* 서브 */
      /**********************************************************************************************************************/
      /* fix_menu  */
      .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top,
      .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top {
            padding: 0 10px;
            border-right: 1px solid #DFDFDF;
            display: flex;
            align-items: center;
            cursor: pointer;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner>div {
            padding: 15px 0;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top p,
      .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top p {
            font-size: 14px;
            font-family: var(--font-pre500);
            margin-right: 20px;
      }

      .wp_wrap .sub_page .fix_menu .menu_inner .second .second_menu,
      .wp_wrap .sub_page .fix_menu .menu_inner .third .third_menu {
            position: absolute;
            top: 58px;
            left: 0;
            background: #fff;
            width: 100%;
            padding: 12px 10px;
            font-size: 14px;
            line-height: 35px;
            border-left: 1px solid #DFDFDF;
            border-right: 1px solid #DFDFDF;
            border-bottom: 1px solid #DFDFDF;
            display: none;
            margin-top: -9px;
      }






      /* 서브페이지 greeting - sec01 */
      .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
            position: unset;
            border-radius: 30px;
            overflow: hidden;
            width: 100%;
            height: 250px;
      }

      /* 서브 core_value */

      .wp_wrap .sub_page .sub_value .value_inner .item .size {
            width: 170px;
            height: 170px;
      }




      /**********************************************************************************************************************/
      /* 서브 수정 버전 24.03.19 */
      /**********************************************************************************************************************/

      /*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
      /* 오시는길 */
      .wp_wrap #shp_way .shp_ir .way_item .item_bd .map_box {
            height: 250px;
      }

      .wp_wrap #shp_way .shp_ir .way_item .item_ft .adr_box .right>li {
            font-size: 12px;
      }


      /**********************************************************************************************************************/





}

@media (max-width: 320px) {
      /**********************************************************************************************************************/
      /* 공통 */
      /**********************************************************************************************************************/

      /* 공통 */
      .wp_wrap .cm_more {
            font-size: 15px;
      }

      .wp_wrap .cm_more i {
            font-size: 11px;
      }

      /**********************************************************************************************************************/



      /**********************************************************************************************************************/
      /* 메인 */
      /**********************************************************************************************************************/

      /* 메인 */
      /* 섹션02 - 어바웃 어스 */
      .wp_wrap .sec02 .about_inner .left .sec_tit {
            margin-bottom: 15px;
      }

      .wp_wrap .sec02 .about_inner .left .sec_des {
            font-size: 16px;
            margin-bottom: 23px;
      }

      .wp_wrap .sec02 .about_inner .left .info {
            font-size: 16px;
            margin-bottom: 20px;
      }


      .wp_wrap .sec02 .about_inner .left .info p {
            font-size: 16px;
            margin-bottom: 5px;
            margin-left: 16px;
      }

      .wp_wrap .sec02 .about_inner .left .info p::before {
            top: 23%;
            left: -5%;
      }

      .wp_wrap .sec02 .about_inner .left .info p span {
            font-size: 13px;
            margin-left: 10px;
      }

      .wp_wrap .sec02 .about_inner .left .info p span .bol {
            font-size: 17px;
      }

      .wp_wrap .sec03 .info_box {
            margin-bottom: 80px;
      }



      /**********************************************************************************************************************/
      /* 서브 */
      /**********************************************************************************************************************/
      /* 서브 core_value */

      .wp_wrap .sub_page .sub_value .value_inner .item .size {
            width: 140px;
            height: 140px;
      }

      .wp_wrap .sub_page .sub_greeting .cm_sub_sec_tit {
            text-align: center;
            margin-bottom: 50px;
      }

      /* 서브페이지 company - sec01 */

      .wp_wrap .sub_company .cm_sub_sec_tit {
            margin-bottom: 50px;
            text-align: center;
      }

      .wp_wrap .sub_company .company_intro {
            font-size: 21px;
            font-family: var(--font-pre200);
            margin-bottom: 20px;
      }

      .wp_wrap .sub_company .company_intro span {
            display: block;
            font-family: var(--font-pre600);
      }

      .wp_wrap .sub_company .pr_bg {
            padding: 80px 0;
            background: url('../img/sub/introduction_bg.jpg') no-repeat fixed top center / cover;
      }

      .wp_wrap .sub_company .pr_bg .txt p {
            font-size: 17px;
            font-family: var(--font-pre200);
            color: #fff;
            line-height: 1.3;
      }

      .wp_wrap .sub_company .pr_bg .txt .desf {
            margin-bottom: 20px;
            color: #fff;
      }



      /* 서브페이지 company - sec02 */
      .wp_wrap .sub_info .info_itm .item_box .outline {
            width: 150px;
            height: 150px;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg {
            width: 138px;
            height: 138px;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg .icon {
            margin-bottom: 15px;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg .infomation span {
            font-size: 11px;
            color: #949494;
      }

      .wp_wrap .sub_info .info_itm .item_box .outline .bg .infomation p {
            font-size: 13px;
            color: #171717;
      }
}