@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* sub common */

.sub_img_slick_wrap{
    width: 100%;
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s;
}
.sub_img_slick_wrap.company {
    background-image: url("../imgs/sub_header_img_company_001.jpg");
}
.sub_img_slick_wrap.patent {
    background-image: url("../imgs/sub_header_img_patent_001.jpg");
}
.sub_img_slick_wrap.product {
    background-image: url("../imgs/sub_header_img_product_001.jpg");
}
.sub_img_slick_wrap.community {
    background-image: url("../imgs/sub_header_img_community_001.jpg");
}
.sub_img_slick_wrap.comsult {
    background-image: url("../imgs/sub_header_img_consult_001.jpg");
}
.sub_img_slick_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../imgs/sub_header_img_cover.png");
    background-repeat: repeat;
    opacity: 0.1;
}
.sub_tit_wrap {
    position: relative;
    margin: 0 100px;
    width: calc(100% - 200px);
    text-align: center;
}
.sub_tit_wrap > h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 100;
    transition: all 0.3s;
}
.sub_tit_wrap > p {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.7;
    transition: all 0.3s;
}
.sub_sitemap_info_wrap {
    position: absolute;
    bottom: 0px;
    color: #FFF;
    font-size: 14px;
    padding: 12px 100px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-weight: 100;
    transition: all 0.3s;
}
.sub_sitemap_info_wrap > i:nth-child(2), .sub_sitemap_info_wrap > i:nth-child(3) {
    margin: 0 30px;
}
.sub_middle_nav {
    width: 100%;
    height: 60px;
    background-color: #000428;
    overflow: hidden;
}
.sub_middle_nav > ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.sub_middle_nav > ul > li {
    height: 100%;
}
.sub_middle_nav > ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 30px;
    color: #262b5b;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
}
.sub_middle_nav > ul > li > a:hover {
    color: #FFF;
}
.sub_middle_nav > ul > li > a.active {
    color: #FFF;
    font-weight: 700;
}
.sub_content_wrap {
    width: 100%;
    padding: 140px 0;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
}
.sub_content_ctn {
    width: 1160px;
    overflow: hidden;
}

h1.sub_page_title {
    font-size: 30px;
    font-weight: 300;
    width: 100%;
    line-height: 100%;
    color: #333;
    transition: all 0.3s;
}



/* sub summary */

.sub_summary_wrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.sub_summary_wrap .imgs_wrap {
    width: 50%;
    transition: all 0.3s;
    padding-right: 80px;
}
.sub_summary_wrap .imgs_wrap > img {
    width: 100%;
    display: block;
}
.sub_summary_wrap .text_wrap {
    width: 50%;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.sub_summary_wrap .text_wrap h1 {
    font-weight: 400;
    color: #333;
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 40px;
}
.sub_summary_wrap .text_wrap .block {
    display: block;
    margin-bottom: 10px;
}
.sub_summary_wrap .text_wrap .block .bold {
    font-weight: 700;
    font-size: 40px;
    color: #05a3f5;
}
.sub_summary_wrap .text_wrap p {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

/* sub history */

.sub_history_wrap {
    width: 100%;
}
.sub_history_list {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all 0.3s;
}
.sub_history_list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #EEE;
}
.sub_history_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #EEE;
}

.sub_history_list > li {
    width: 100%;
    position: relative;
    padding-top: 40px;
    transition: all 0.3s;
}
.sub_history_list > li:last-child {
    padding-bottom: 40px;
}
.sub_history_list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px solid #EEE;
}

.history_years {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #000428;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    font-size: 30px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}
.history_years::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid #FFF;
    border-radius: 100%;
}
.sub_history_list > li > div.detail {
    width: calc(50% - 40px);
    margin-top: 40px;
    padding: 26px 30px;
    position: relative;
    border: 1px solid #EEE;
    transition: all 0.3s;
}
.sub_history_list > li > div.detail.right {
    margin-left: calc(50% + 40px);
}

.sub_history_list > li > div.detail.right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    border-top: 1px dashed #EEE;
    width: 40px;
}
.sub_history_list > li > div.detail.right::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -45px;
    background-color: #FFF;
    border: 3px solid #DDD;
    border-radius: 5px;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
}
.sub_history_list > li > div.detail > h2 {
    color: #DDD;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: 900;
    transition: all 0.3s;
}
.sub_history_list > li > div.detail > p {
    font-size: 16px;
    color: #333;
    position: relative;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.sub_history_list > li > div.detail.right > p {
    padding-left: 12px;
}
.sub_history_list > li > div.detail.right > p::before {
    content: "-";
    position: absolute;
    left: 2px;
}
.sub_history_list > li > div.detail.left {
    margin-right: calc(50% + 40px);
}
.sub_history_list > li > div.detail.left::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    border-top: 1px dashed #EEE;
    width: 40px;
}
.sub_history_list > li > div.detail.left::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: -46px;
    background-color: #FFF;
    border: 3px solid #DDD;
    border-radius: 5px;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
}
.sub_history_list > li > div.detail.left > h2 {
    text-align: right;
}
.sub_history_list > li > div.detail.left > p {
    text-align: right;
    padding-right: 12px;
}
.sub_history_list > li > div.detail.left > p::before {
    content: "-";
    position: absolute;
    right: 2px;
}

/* project */

.sub_project_wrap {
    width: 100%;
}
.sub_project_list {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all 0.3s;
}
.sub_project_list > li {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #EEE;
    padding: 20px 30px 30px 30px;
    transition: all 0.3s;
}
.sub_project_list > li:hover {
    background-color: #F1F1F1;
}
.sub_project_list > li:last-child {
    border-bottom: 0;
}
.sub_project_list > li > div.num {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.sub_project_list > li > div.num > span {
    background-color: #333;
    color: #FFF;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
}
.sub_project_list > li > div.detail {
    width: calc(100% - 100px);
    color: #333;
    transition: all 0.3s;
}
.sub_project_list > li > div.detail > h1 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 300;
    height: 50px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.sub_project_list > li > div.detail > p {
    margin-top: 10px;
    color: #AAA;
    font-weight: 300;
}

/* location */

.sub_location_wrap {
    width: 100%;
    position: relative;
}
.sub_location_list {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all 0.3s;
}
.sub_location_list > li {
    border-top: 1px solid #EEE;
    display: flex;
    flex-flow: row wrap;
    transition: all 0.3s;
}
.sub_location_list > li:last-child {
    border-bottom: 1px solid #EEE;
}
.sub_location_list > li.map {
    padding: 0 0 50px 0;
    border: 0;
}
.sub_location_list > li.map > iframe {
    width: 100%;
    height: 450px;
    transition: all 0.3s;
}
.sub_location_list > li > p:first-child {
    width: 140px;
    text-align: center;
    background-color: #F4F4F4;
    padding: 15px 0;
    font-size: 16px;
}
.sub_location_list > li > p:last-child {
    width: calc(100% - 140px);
    padding: 15px 30px;
    font-size: 16px;
}

/* patent */

.sub_patent_list {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all 0.3s;
}
.sub_patent_list > li {
    margin-bottom: 50px;
    transition: all 0.3s;
}
.sub_patent_list > li:last-child {
    margin: 0;
}
.sub_patent_list div.detail_wrap {
    width: 100%;
    
}
.sub_patent_list div.detail_wrap div.title {
    width: 100%;
    border-left: 3px solid #333;
    padding-left: 30px;
    transition: all 0.3s;
}
.sub_patent_list div.detail_wrap div.title h1 {
    font-weight: 300;
    color: #333;
    font-size: 32px;
    line-height: 100%;
    transition: all 0.3s;
}
.sub_patent_list div.detail_wrap div.title p {
    color: #AAA;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s;
}
.sub_patent_list div.detail_wrap div.contents {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    border: 1px solid #EEE;
    padding: 30px;
    margin-top: 30px;
}
.sub_patent_list div.detail_wrap div.contents div.img {
    width: 440px;
    padding-right: 40px;
    transition: all 0.3s;
}
.sub_patent_list div.detail_wrap div.contents div.img img {
    width: 100%;
    display: block;
}
.sub_patent_list div.detail_wrap div.contents div.text {
    width: calc(100% - 440px);
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 160%;
    transition: all 0.3s;
}

/* dust + comb + gas */

.sub_dust_wrap {
    width: 100%;
    position: relative;
}
.sub_dust_list {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    border-top: 1px solid #EEE;
}
.sub_dust_list > li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 30px;
    transition: all 0.3s;
}
.sub_dust_list > li.border {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 30px;
    border: 1px solid #EEE;
    margin-bottom: 30px;
}
.sub_dust_list > li:last-child {
    margin: 0;
}
.sub_dust_list > li > h1 {
    font-weight: 300;
    line-height: 100%;
    font-size: 24px;
    color: #333;
    position: relative;
    padding-left: 20px;
    transition: all 0.3s;
}
.sub_dust_list > li > h1::before {
    content: "";
    border-top: 2px solid #DDD;
    width: 10px;
    position: absolute;
    top: 12px;
    left: 0;
}
.sub_dust_list > li > div.img {
    width: 400px;
    transition: all 0.3s;
}
.sub_dust_list > li > div.img > img {
    width: 100%;
    display: block;
}
.sub_dust_list > li > div.text {
    width: calc(100% - 460px);
    margin-left: 60px;
    transition: all 0.3s;
    font-size: 18px;
    color: #333;
    font-weight: 300;
}
.sub_dust_list > li > div.text p {
    margin-bottom: 20px;
}

.sub_dust_list > li table,
.sub_dust_list > li table td {
    border: 1px solid #DDD;
    border-collapse: collapse;
}
.sub_dust_list > li table {
    width: 100%;
}
.sub_dust_list > li table td {
    padding: 5px 20px;
    font-weight: 300;
    font-size: 18px;
    transition: all 0.3s;
}
.sub_dust_list > li table col {
    background-color: #F4F4F4;
}
.sub_dust_list > li > div.text_once {
    width: 100%;
}
.sub_dust_list > li > div.text_once > img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.sub_dust_list > li p {
    font-size: 18px;
    color: #333;
    font-weight: 300;
    transition: all 0.3s;
    line-height: 140%;
}
.sub_dust_list > li p.list_type {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.sub_dust_list > li p.list_type:last-child {
    margin-bottom: 0;
}
.sub_dust_list > li p.list_type::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    border-top: 2px solid #DDD;

}
.sub_dust_list > li p.list_type_c {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #3f4686;
}
.sub_dust_list > li p.lhm {
    margin-bottom: 30px !important;
}
.sub_dust_list > li p.list_type_c:last-child {
    margin-bottom: 0;
}
.sub_dust_list > li p.list_type_c::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #3f4686;
    transition: all 0.3s;
}
.sub_dust_list > li p.list_type_indent {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #777;
}
.sub_dust_list > li p.list_type_indent:last-child {
    margin-bottom: 0;
}
.sub_dust_list > li p.list_type_indent::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 20px;
    width: 10px;
    border-top: 2px solid #DDD;

}
.sub_dust_list > li p.list_type_indent_non {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #AAA;
}
.sub_dust_list > li p.center {
    text-align: center;
}
.sub_dust_list > li > div.text_twin {
    width: calc(50% - 20px);
}
.sub_dust_list > li p.sub_title {
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    padding: 5px 10px;
    margin: 0 20px 10px 20px;
    background-color: #AAA;
    display: inline-block;
    line-height: 100%;
    transition: all 0.3s;
}
.sub_dust_list > li div.third_img {
    width: 30%;
}
.sub_dust_list > li div.third_img img {
    width: 100%;
    display: block;
}




@media only screen and (max-width: 1400px) {



}


@media only screen and (max-width: 1200px) {

    /* sub common */

    .sub_content_wrap {
        padding: 80px 0;
    }
    .sub_content_ctn {
        width: (100% - 40px);
        margin: 0 20px;
    }

    /* dust */

    .sub_dust_list > li > div.text {
        width: calc(100% - 440px);
        margin-left: 40px;
        font-size: 16px;
    }
    .sub_dust_list > li table td {
        font-size: 16px;
    }
    .sub_dust_list > li p {
        font-size: 16px;
    }
    .sub_dust_list > li p.list_type::before {
        top: 12px;
    }
    .sub_dust_list > li p.list_type_c::before {
        top: 8px;
        width: 8px;
        height: 8px;
    }
    .sub_dust_list > li p.list_type_indent::before {
        top: 12px;
    }
    .sub_dust_list > li p.sub_title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {

    /* sub common */

    .sub_tit_wrap > h1 {
        font-size: 40px;
    }
    .sub_tit_wrap > p {
        font-size: 17px;
        font-weight: 500;
    }
    .sub_sitemap_info_wrap {
        padding: 12px 60px;
    }

    /* sub summary */

    .sub_summary_wrap .text_wrap h1 {
        font-size: 28px;
    }
    .sub_summary_wrap .text_wrap .block .bold {
        font-size: 34px;
    }

    /* dust */

    .sub_dust_list > li > div.img {
        width: 300px;
    }
    .sub_dust_list > li > div.text {
        width: calc(100% - 340px);
        margin-left: 40px;
    }

}

@media only screen and (max-width: 768px) {

    /* sub common */

    .sub_img_slick_wrap {
        height: 400px;
    }
    .sub_tit_wrap {
        margin: 0 60px;
        width: calc(100% - 120px);
    }
    .sub_sitemap_info_wrap {
        padding: 12px 30px;
        font-size: 12px;
    }
    .sub_sitemap_info_wrap > i:nth-child(2), .sub_sitemap_info_wrap > i:nth-child(3) {
        margin: 0 20px;
    }
    .sub_middle_nav {
        height: 50px;
    }
    .sub_middle_nav > ul > li > a {
        padding: 0 20px;
        font-size: 14px;
    }
    h1.sub_page_title {
        font-size: 24px;
    }

    /* sub summary */

    .sub_summary_wrap {
        width: 100%;
        display: block;
    }
    .sub_summary_wrap .imgs_wrap {
        width: 100%;
        padding-right: 0px;
    }
    .sub_summary_wrap .text_wrap {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .sub_summary_wrap .text_wrap h1 {

        margin-bottom: 30px;
    }
    .sub_summary_wrap .text_wrap .block {
        display: inline;
        line-height: 140%;
    }

    /* sub history */

    .history_years {
        width: 80px;
        height: 80px;
        font-size: 24px;
    }
    .sub_history_list > li > div.detail {
        padding: 16px 20px;
    }
    .sub_history_list > li > div.detail > p {
        font-size: 14px;
    }
    .sub_history_list > li > div.detail > h2 {
        font-size: 20px;
    }

    /* patent */

    .sub_patent_list div.detail_wrap div.contents div.img {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .sub_patent_list div.detail_wrap div.contents div.text {
        width: 100%;
        font-size: 16px;
    }
    .sub_patent_list div.detail_wrap div.title h1 {
        font-size: 24px;
    }
    .sub_patent_list div.detail_wrap div.title p {
        font-size: 16px;
    }

    /* dust */

    .sub_dust_list > li div.tb_ovfw {
        width: 100%;
        overflow-x: scroll;
    }
    .sub_dust_list > li div.tb_ovfw table td {
        white-space: nowrap;
    }
    .sub_dust_list > li > div.img {
        width: 100%;
        margin-bottom: 30px;
    }
    .sub_dust_list > li > div.text {
        width: 100%;
        margin-left: 0;
    }
    .sub_dust_list > li > div.text_twin {
        width: 100%;
    }
    .sub_dust_list > li > div.text_twin:last-child {
        margin-top: 15px;
    }
    .sub_dust_list > li div.third_img {
        width: 100%;
        margin-bottom: 20px;
    }



}

@media only screen and (max-width: 576px) {

    /* sub common */

    .sub_img_slick_wrap {
        height: 300px;
    }
    .sub_tit_wrap {
        margin: 0 40px;
        width: calc(100% - 80px);
    }
    .sub_tit_wrap > h1 {
        font-size: 30px;
    }
    .sub_tit_wrap > p {
        font-size: 14px;
        font-weight: 400;
    }
    .sub_content_wrap {
        padding: 50px 0;
    }

    /* sub history */

    .sub_history_list::before {
        top: 0;
        left: 0;
    }
    .sub_history_list::after {
        bottom: 0;
        left: 0;
    }
    .sub_history_list > li::before {
        top: 0;
        left: 0;
    }

    .history_years {
        margin: 0 0 0 40px;
    }
    .history_years::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -40PX;
        width: 40px;
        border-top: 1px dashed #EEE;
    }
    .sub_history_list > li > div.detail {
        width: calc(100% - 40px);
        margin-top: 20px;
    }
    .sub_history_list > li > div.detail.right {
        margin-left: 40px;
    }
    .sub_history_list > li > div.detail.left {
        margin-right: 0;
        margin-left: 40px;
    }
    .sub_history_list > li > div.detail.left::before {
        left: -40px;
    }
    .sub_history_list > li > div.detail.left::after {
        left: -45px;
    }
    .sub_history_list > li > div.detail.left > h2 {
        text-align: left;
    }
    .sub_history_list > li > div.detail.left > p {
        text-align: left;
        padding-left: 12px;
    }
    .sub_history_list > li > div.detail.left > p::before {
        left: 2px;
    }

    /* project */

    .sub_project_list > li > div.num {
        width: 70px;
        height: 50px;
    }
    .sub_project_list > li > div.detail {
        width: calc(100% - 70px);
    }
    .sub_project_list > li > div.detail > h1 {
        font-size: 24px;
    }
    .sub_project_list > li > div.detail > p {
        font-size: 14px;
    }
    
    /* location */

    .sub_location_list > li.map > iframe {
        height: 300px;
    }
    .sub_location_list > li.map {
        padding: 0 0 30px 0;
    }
    .sub_location_list > li > p:first-child {
        width: 100%;
    }
    .sub_location_list > li > p:last-child {
        width: 100%;
        padding: 15px 20px;
    }

    /* dust */

    .sub_dust_list {
        padding: 10px 0 0 0;
    }
    .sub_dust_list > li {
        padding: 20px;
    }
    .sub_dust_list > li.border {
        padding: 20px;
        margin-bottom: 10px;
    }
    .sub_dust_list > li:last-child {
        margin: 0;
    }
    .sub_dust_list > li > h1 {
        font-size: 20px;
    }
    .sub_dust_list > li > h1::before {
        top: 9px;
    }
    .sub_dust_list > li > div.img {
        width: 100%;
        margin-bottom: 10px;
    }
    .sub_dust_list > li > div.text {
        font-size: 14px;
    }
    .sub_dust_list > li > div.text p {
        margin-bottom: 10px;
    }
    .sub_dust_list > li table td {
        font-size: 14px;
        padding: 5px 10px;
    }
    .sub_dust_list > li p {
        font-size: 14px;
    }
    .sub_dust_list > li p.list_type::before {
        top: 10px;
    }
    .sub_dust_list > li p.list_type_c::before {
        top: 7px;
        width: 6px;
        height: 6px;
    }
    .sub_dust_list > li p.list_type_indent::before {
        top: 10px;
    }
    .sub_dust_list > li p.sub_title {
        font-size: 14px;
    }
    .sub_dust_list > li > div.text_once > img {
        margin-bottom: 10px;
    }
    .sub_dust_list > li p.list_type::before {
        top: 10px;
    }

}
@media only screen and (max-width: 420px) {

    /* sub common */

    .sub_content_wrap {
        padding: 30px 0;
    }

    .sub_middle_nav > ul > li > a {
        padding: 0 10px;
        font-size: 12px;
    }

    /* sub history */

    .history_years {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    /* patent */

    .sub_patent_list > li {
        margin-bottom: 40px;
    }
    .sub_patent_list div.detail_wrap div.title {
        padding-left: 20px;
    }
    .sub_patent_list div.detail_wrap div.contents {
        margin-top: 20px;
        padding: 20px;
    }
    .sub_patent_list div.detail_wrap div.contents div.text {
        width: 100%;
        font-size: 14px;
    }
    .sub_patent_list div.detail_wrap div.title h1 {
        font-size: 20px;
    }
    .sub_patent_list div.detail_wrap div.title p {
        font-size: 14px;
    }

}