

.summary-con {
    padding-bottom: 70px;
}

.summary-visual {
   
    height: 531px;
    background-size: cover;
}

.summary-visual .txt-box {
    float: left;
    width: 50%;
    padding-top: 130px;
}

.summary-visual .txt-box .tit {
    font-size: 44px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
    word-break: keep-all;
}

.summary-visual .txt-box .tit .green-txt {
    color: #06a3e0;
}

.summary-visual .txt-box .tit .blue-txt {
    color: #06a3e0;
    font-weight: 500;
}

.summary-visual .txt-box .tit:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.summary-visual .txt-box .txt {
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 30px;
}

.summary-visual .txt-box .txt span {
    margin-right: 3px;
    font-weight: bold;
}

.summary-visual .img {
    float: right;
    width: 50%;
    text-align: center;
    padding-top: 50px;
}

.summary-con01 .inner {
    background-color: #fff;
    padding: 55px 60px;
    margin-top: -79px;
    position: relative;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.summary-con01 p {
    font-size: 18px;
    line-height: 33px;
    color: #666;
    word-break: keep-all;
}
.summary-con01 p img{
    max-width: 100%;
    height: auto !important;
}
.summary-con01 .txt02 {
    font-size: 30px;
    color: #06a3e0;
    margin: 70px 0 30px;
}

.summary-con .download-btn {
    display: block;
    margin: 0 auto;
    width: 248px;
    height: 50px;
    line-height: 20px;
    border: 5px solid #06a3e0;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
	text-align: center;
	margin-top: 3rem;
}

.summary-con .download-btn:before{
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.summary-con .download-btn i {
    font-size: 18px;
    margin-right: 15px;
}

.summary-con .download-btn span {
    display: table;
    width: 100%;
    height: 100%;
}

.summary-con .download-btn span em {
    display: table-cell;
    vertical-align: middle;
}

/* ****************** 회사소개 :: 연혁  (191030NH) ********************** */

.history-visual {
    background: url("../images/history_visual_bg.jpg") center no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    height: 631px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.history-visual .inner {
    display: table-cell;
    vertical-align: middle;
}

.history-visual .txt-box .tit {
    font-size: 60px;
    letter-spacing: -3px;
    color: #000;
    position: relative;
    padding-bottom: 30px;
}

.history-visual .txt-box .tit .thin-txt {
    font-weight: 100;
    color: #626262;
    font-size: 34px;
    display: block;
    margin-bottom: 15px;
}

.history-visual .txt-box .tit .blue-txt {
    color: #06a3e0;
}

.history-visual .txt-box .tit:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.history-visual .txt-box .txt {
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

.company-history-wrap {
    margin-top: 60px;
}

.company-history {
    position: relative;
}

.company-history:before {
    position: absolute;
    top: 35px;
    left: 130px;
    width: 1px;
    height: 95%;
    background: #ddd;
    content: "";
}

.company-history-wrapper {
    overflow: hidden;
}

.company-history-list-wrap {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.company-history-list-wrap .company-history-info {
    padding-left: 125px;
}

.company-history-info p {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    padding-left: 53px;
    color: #666;
    margin-bottom: 10px;
    word-break: keep-all
}

.company-history-year {
    position: absolute;
    top: -12px;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    color: #333;
    font-weight: 600;
    width: 70px;
    text-align: right;
}

.company-history-year::after {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    left: 0;
    margin-left: 123px;
    background-color: #fff;
    border: 3px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.history-blue .company-history-info p {
    color: #06a3e0;
    font-weight: 500;
    font-size: 18px;
}

.history-blue .company-history-year {
    color: #06a3e0;
    font-size: 30px;
    padding-left: 0;
}

.history-blue .company-history-year::after {
    border-color: #06a3e0;
}

/* ****************** 회사소개 :: ci ********************** */

.ci-tit {
    font-size: 30px;
    font-weight: 600;
    color: #111;
    margin-bottom: 18px;
}

.ci-tit:after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border: 4px solid #06a3e0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.ci-con-01 {
    position: relative;
}

.ci-con-01 .download-btn {
    position: absolute;
    display: block;
    width: 228px;
    height: 57px;
    bottom: 30px;
    right: 45px;
}

.ci-con-01 .download-btn p {
    display: table;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    background-color: #fff;
    box-shadow: 9px 14px 20px 3px rgba(0, 0, 0, .2);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ci-con-01 .download-btn span {
    display: table-cell;
    vertical-align: middle;
}

.ci-con-01 .download-btn span em {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    color: #333;
}

.ci-con-01 .download-btn span em:before {
    content: "";
    display: block;
    width: 14px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url("../images/ci_download_icon.png") no-repeat;
}

.ci-con-01 img {
    width: 100%;
    height: auto;
}

.ci-con-02 {
    margin-top: 60px;
}

.ci-con-02 .up-con {}

.ci-con-02 .up-con>div {
    border-top: 1px solid #dbdedd;
}

.ci-con-02 .up-con>div h5 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #06a3e0;
}

.ci-con-02 .up-con>div p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #6e6e6e;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.ci-con-02 .up-con>div p.ovvio {
    font-size: 20px;
    font-weight: 500;
    margin-top: 23px;
    color: #333;
}

.ci-con-02 .down-con {
    margin-top: 40px;
}

.ci-con-02 .down-con li {
    width: 48.5%;
    float: left;
    margin-right: 0;
    margin-left: 1.5%;
}

.ci-con-02 .down-con li:first-child {
    margin-right: 1.5%;
    margin-left: 0;
}

.ci-con-02 .down-con li>div {
    border-top: 1px solid #dbdedd;
    padding: 25px 0;
}

.ci-con-02 .down-con li>div .color-square {
    width: 100px;
    height: 100px;
    background-color: #06a3e0;
    float: left;
    margin-right: 40px;
}

.ci-con-02 .down-con li>div .color-info {
    float: left;
}

.ci-con-02 .down-con li>div .color-info .color-tit {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.35px;
    color: #06a3e0;
}

.ci-con-02 .down-con li>div .color-info .color-tit span {
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.ci-con-02 .down-con li>div .color-info .color-table {
    margin-top: 20px;
}

.ci-con-02 .down-con li>div .color-info .color-table td {
    width: 55px;
    padding: 4px 0;
    font-size: 18px;
    color: #666;
    font-weight: 400;
}

.ci-con-02 .down-con li>div .color-info .color-table td b {
    color: #333;
    font-weight: 400;
}

.ci-con-02 .down-con li>div .text-tit {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.35px;
    color: #06a3e0;
}

.ci-con-02 .down-con li>div .text-txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.25px;
    color: #333;
}

.ci-con-02 .down-con li>div .text-txt span {
    display: inline-block;
    margin-left: 15px;
}

/* ****************** 회사소개 :: 비전  (191030NH) ********************** */

.vision-visual {
    
    background-size: cover;
    padding: 150px 0 0;
    height: 631px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vision-visual .txt-box .tit {
    font-size: 60px;
    letter-spacing: -3px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
}

.vision-visual .txt-box .tit .thin-txt {
    font-weight: 100;
    color: #626262;
    font-size: 34px;
    display: block;
    margin-bottom: 15px;
}

.vision-visual .txt-box .tit .blue-txt {
    color: #06a3e0;
}

.vision-visual .txt-box .tit:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.vision-visual .txt-box .txt {
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

.vision-con01 {
    margin-top: -106px;
}

.vision-list {
    margin: 0 -1.04%;
}

.vision-list li {
    float: left;
    width: 47.92%;
    margin: 0 1.04%;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vision-list li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #06a3e0;
    position: absolute;
    left: -2px;
    top: -1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.vision-list .icon {
    position: relative;
    padding-top: 20%;
    display: block;
}

.vision-list .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.vision-list .list-tit {
    font-size: 28px;
    color: #000;
    font-weight: 500;
}

.vision-list .list-txt {
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 10px;
    word-break: keep-all;
}

.vision-list li.active {
    background-color: #f1f7ff;
    border-color: transparent;
    box-shadow: 11px 12px 12px 5px rgba(0, 0, 0, 0.1);
    -ms-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.vision-list li.active:before {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.vision-list .list-txt .blue-txt {
    color: #06a3e0;
    font-weight: 400;
}

.vision-list li dl.inner {
    margin-bottom: 0;
    padding: 2rem 3rem;
}

.vision-list li dl.inner dt {
    float: left;
    margin-right: 1.5rem;
}

.vision-list li dl.inner dd {}

.vision-list li dl.inner dd p {
    margin-bottom: 0;
}

/* ****************** 회사소개 :: 주요고객사 ********************** */

.customer-tit {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    text-align: center;
}

.customer-con-01 {}

.global-map-con {
    position: relative;
    width: 100%;
    height: 624px;
}

.global-map-con img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -952px;
}

.customer-con-02 {
    width: 100%;
    background-color: #fff;
    padding: 65px 0 50px;
}

.cusomer-global-list {
    margin-top: 45px;
}

.cusomer-global-list li {
    width: 33.33%;
    float: left;
    text-align: center;
}

.cusomer-global-list li .tit {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 55px;
    border-top: 1px solid #e6e9f1;
    border-bottom: 1px solid #e6e9f1;
    position: relative;
}

.cusomer-global-list li .tit span {
    display: inline-block;
}

.cusomer-global-list li .tit span:before {
    content: '';
    width: 45px;
    height: 55px;
    border-bottom: 3px solid #06a3e0;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -1px;
}

.cusomer-global-list li .txt {
    height: 131px;
    /*padding: 35px 0 80px;*/
}

.cusomer-global-list li .txt p {
    padding-top: 35px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.2;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.customer-con-03 {
    width: 100%;
    background-color: #f2f2f2;
    padding: 65px 0;
}

.cusomer-company-list {
    margin-top: 55px;
}

.cusomer-company-list ul {
    margin: 0 -0.5%;
}

.cusomer-company-list li {
    width: 24%;
    margin: 0 0.5%;
    float: left;
}

.cusomer-company-list li>div {}

.cusomer-company-list li .img-con {
    position: relative;
    width: calc(100% - 2px);
    height: 78px;
    border: 1px solid #dedede;
    background-color: #fff;
}

.cusomer-company-list li .img-con span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cusomer-company-list li .img-con span img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.cusomer-company-list li .txt-con {
    height: 43px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.25px;
}

.cusomer-company-list li .txt-con .tit {
    margin-top: 20px;
    font-size: 17px;
    color: #000;
    width: 100%;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cusomer-company-list li .txt-con .txt {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    width: 100%;
    height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 비주얼 :: 동그라미버튼 */

@keyframes nation-circle {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.nation-circle {
    position: absolute;
    left: 50%;
    margin-left: -317px;
    top: 50%;
    margin-top: -166px;
    display: inline-block;
    width: 360px;
    height: 360px;
}

.nation-circle>span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.nation-circle>span:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.nation-circle>span:nth-child(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.nation-circle>span:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.nation-circle>span:nth-child(6) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.nation-circle>span {
    border: 1px solid #333;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 20px 6px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 1px 1px 20px 6px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 1px 20px 6px rgba(0, 0, 0, 0.18);
    margin: 10px;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    position: absolute;
    left: 5px;
    top: 0;
    margin: 0;
    width: 350px;
    height: 350px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: nation-circle 4s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
    animation: nation-circle 4s cubic-bezier(1, 2, 0.66, 3) infinite;
}

.nation-circle i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -77px;
    width: 90px;
    height: 82px;
    background: url("../images/ovio_map_ico.png") no-repeat 0 0
}

/* ******************  제품소개 :: 제품리스트  ********************** */

.water-con .select-con {
    position: relative;
    width: 100%;
    border-top: 1px solid #dfe1e0;
    border-bottom: 1px solid #dfe1e0;
}

.water-con .select-con>div {
    position: relative;
}

.water-con .select-con .shaixuan {
    display: flex;
    /* align-items: center; */
    padding: 20px 0;
}

.water-con .select-con .type {
    display: inline-block;
    /* width: 10%; */
    min-width: 130px;
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #24272b;
    margin: 6px 10px;
}

.water-con .custom-checkbox01 {
    /*padding-left: 10%; width: calc(100% - 265px); padding-right: 185px; width: 380px; height: 60px;*/
}

/* 체크박스 */

.water-con .custom-checkbox01 {
    overflow: hidden;
}

.water-con .custom-checkbox01 .checkbox-item {
    float: left;
    margin: 6px 10px;
}

/*.water-con .custom-checkbox01 .checkbox-item.item01{width:28%;}
.water-con .custom-checkbox01 .checkbox-item.item02{width:22%;}
.water-con .custom-checkbox01 .checkbox-item.item03{width:28%;}
.water-con .custom-checkbox01 .checkbox-item.item04{width:22%;}
.water-con .custom-checkbox01 .checkbox-item:first-child{margin-left:0;}*/

.water-con .custom-checkbox01 .checkbox-item input[type="checkbox"] {
    display: none;
}

.water-con .custom-checkbox01 .checkbox-item label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    color: #777;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
}

.water-con .custom-checkbox01 .checkbox-item label::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}

.water-con .custom-checkbox01 .checkbox-item i {
    content: "";
    position: absolute;
    top: -2px;
    left: -1px;
    font-size: 18px;
    color: #fff;
    display: none;
}

.water-con .custom-checkbox01 .checkbox-item input[type="checkbox"]:checked+label {
    color: #333;
    font-weight: 500;
}

.water-con .custom-checkbox01 .checkbox-item input[type="checkbox"]:checked+label::before {
    background-color: #06a3e0;
    border-color: #06a3e0
}

.water-con .custom-checkbox01 .checkbox-item input[type="checkbox"]:checked+label i {
    display: block;
}

/* 버튼 */

.water-con .water-btn {
    position: absolute;
    top: 9px;
    right: 0;
    width: 178px;
    height: 40px;
    background-color: #1b1b1b;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.yingyong-list .water-con .search-con {
    margin-top: 0;
}

/* 토탈 :: 검색 */

.water-con .search-con {
    width: 100%;
    margin-top: 30px;
}

.album .water-con .search-con {
    margin-top: 0px;
}

.water-con .search-con>div {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 10px 20px;
}

.water-con .search-con>div .total {
    font-size: 16px;
    font-weight: 400;
    color: #24272b;
    line-height: 40px;
}

.water-con .search-con>div .search-write {
    float: right;
    width: 25%;
    position: relative;
}

.water-con .search-con>div .search-write ul {
    height: 40px;
    margin-bottom: 0;
}

.water-con .search-con>div .search-write ul li {}

.water-con .search-con>div .search-write ul .select {
    width: 90px;
    height: 40px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
}

.water-con .search-con>div .search-write ul .write {
    padding-left: 20;
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    right: 0;
}

.water-con .search-con>div .search-write ul li select {
    width: 100%;
    height: 40px;
    border: none;
    font-size: 16px;
    letter-spacing: -0.35px;
    font-weight: 300;
    color: #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/select_arrow.jpg") no-repeat 95% 50%;
}

.water-con .search-con>div .search-write ul li>div {
    position: relative;
}

.water-con .search-con>div .search-write ul li>div:before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #ececec;
    position: absolute;
    top: 14px;
    left: -2px;
    z-index: 1;
}

.water-con .search-con>div .search-write ul li>div input {
    width: 100%;
    height: 40px;
    text-indent: 10px;
    padding-right: 50px;
    position: relative;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.water-con .search-con>div .search-write ul li>div input::placeholder {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.35px;
    color: #999;
}

.water-con .search-con>div .search-write ul li>div button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

.water-con .search-con>div .search-write ul li>div button i {
    font-size: 36px;
    color: #727272;
    font-weight: 500;
}

/* 제품 리스트 메인+추가 css */

.product-con-group.list-ver {
    margin: 20px -0.9% 0;
}

.product-con-group.list-ver .product-con-group-inner {
    float: left;
   
}
.product-con-group.list-ver .cul2 {
    width: 48.2%;
    margin: 0.9%;   
}
.product-con-group.list-ver .cul3 {
    width: 31.2%;
    margin: 0.9%;   
}
.product-con-group.list-ver .cul4 {
    width: 23.2%;
    margin: 0.9%;   
}
.product-con-group.list-ver .cul5 {
    width: 18.2%;
    margin: 0.9%;   
}


.product-con-group.list-ver .product-con-group-inner a {
    display: block;
    position: relative;
    /*height: 505px;*/
    height: auto;
    background-color: #fff;
    margin: 0;
    /*padding-top: 65px;*/
    padding-bottom: 5px;
}

.product-con-group.list-ver .product-con-group-inner .product-img {
    position: relative;
    /*padding-top: 149.23%;*/
    padding-top: 100%;
    overflow: hidden;
}

.product-con-group.list-ver .product-con-group-inner .product-name h5 {
    font-size: 22px;
    color: #24272b;
}

.product-con-group.list-ver .product-con-group-inner .product-name p {
    margin-top: 13px;
    font-size: 14px;
    font-weight: 300;
    color: #727272;
    height: 21px;
}

.product-con-group.list-ver .product-con-group-inner .product-img span img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .5s
}

.product-con-group.list-ver .product-con-group-inner .product-name {
    margin-top: 20px;
    position: static;
}

/* .product-con-group.list-ver .product-con-group-inner a:hover:after{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	 content: ''; 
	 background: rgba(6, 163, 224, 0.9) url("../images/view_icon.png") no-repeat center center;
} */

.product-con-group.list-ver .product-con-group-inner:hover .product-img span img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

/* ******************  제품소개 :: 제품 뷰페이지  ********************** */

.product_view {
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

.view-up-con {
    /*height: 740px;*/
}

.view-down-con {
    padding: 0px 4rem 3rem;
    overflow: hidden;
}

/* 제품이미지 */

.product_img-con {
    width: 61%;
    float: left;
    position: relative;
}

.product_img-con:before {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
}

/* 여기부터 start */

.product-gallery-con {
    width: 100%;
}

.product-gallery-con .large-thum {
    width: calc(100% - 110px);
    float: right;
    text-align: center;
}

.product-gallery-con .large-thum img {
    max-width: 100%;
    width: 100%;
}

.product-gallery-con .small-thum-list {
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    width: 88px;
    float: left;
}
.product-gallery-con .small-thum-list .slick-dots{
    display: none !important;
}

.product-gallery-con .small-thum-list li {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.product-gallery-con .small-thum-list li:first-child {
    margin-top: 0;
}

.product-gallery-con .small-thum-list img {
    display: block;
    border: 1px solid transparent;
}

.product-gallery-con .small-thum-list li a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.product-gallery-con .small-thum-list li a:hover,
.product-gallery-con .small-thum-list li a.active {
    border-color: #06a3e0;
}

.product-gallery-con .small-thum-list .slick-list {
    padding: 0 !important;
}

.slick-current {
    border-color: #06a3e0 !important;
}

/* 제품설명 */

.product_info-con {
    width: 39%;
    float: left;
}

.product_info-con .info-tit {
    border-left: 1px solid #e2e2e2;
    font-weight: 400;
    padding: 2.5rem;
}

.product_info-con .info-tit p {
    font-size: 18px;
    color: #7b7b7b;
    display: inline-block;
    margin-left: 10px;
}

.product_info-con .info-tit p span {
    color: #1b1b1b;
}

.product_info-con .info-tit h5 {
    margin-top: 10px;
    font-size: 40px;
    color: #06a3e0;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1rem;
}

.product_info-con .info-tit p.txt {
    font-size: 14px;
    color: #7b7b7b;
    display: inline-block;
    margin-left: 10px;
    line-height: 25px;
}

.product_info-con .info-tit .view-qna-btn,
.product_info-con .info-tit .view-down-btn {
    margin-top: 30px;
    display: inline-block;
    width: 122px;
    height: 37px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 37px;
}

.product_info-con .info-tit .view-qna-btn i,
.product_info-con .info-tit .view-down-btn i {
    font-size: 18px;
    margin-right: 5px;
    margin-top: -2px;
    transition: unset;
}

.product_info-con .info-tit .view-qna-btn {
    background-color: #06a3e0;
    color: #fff;
}

.product_info-con .info-tit .view-down-btn {
    background-color: #e5e2dd;
    color: #3b3b3b;
    margin-left: 10px;
}

/* 테이블 */

.product_info-con .info-table {
    width: 100%;
    table-layout: fixed;
}

.product_info-con .info-table th,
.product_info-con .info-table td {
    border: 1px solid #e2e2e2;
    height: 53.5px;
}

.product_info-con .info-table th {
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: #1b1b1b;
}

.product_info-con .info-table td {
    padding: 0 20px;
    border-right: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: #7b7b7b;
    line-height: 1.2;
}

.product_info-con .info-table th.tank {
    padding: 0 8px;
}

.product_info-con .info-table th.last,
.product_info-con .info-table td.last {
    border-bottom: none;
}

.product_info-con .info-table td .cir {
    margin: 0 4px;
    float: left;
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
}

.product_info-con .info-table td .cir-01 {
    background-color: #dedbde;
}

.product_info-con .info-table td .cir-02 {
    background-color: #3b3b3b;
}

.product_info-con .info-table td .cir-03 {
    background-color: #06a3e0;
}

.product_info-con .info-table td ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.product_info-con .info-table td ul li:first-child {
    margin-left: 0;
}

.product_info-con .info-table td ul li img {
    width: 100%
}

/*应用列表*/

.yingyong-list {
    /* padding-top: 1px; */
}

.yingyong-list .product-con-group.list-ver {
    margin: 20px -1.66% 0;
}

.yingyong-list .product-con-group.list-ver .product-con-group-inner {
    width: 30%;
    margin: 1.66%;
}

.yingyong-list .product-con-group.list-ver .product-con-group-inner a {
    padding: 0;
}

.yingyong-list .product-con-group.list-ver .product-con-group-inner .product-name {
    margin-top: 0;
}

.yingyong-list .product-con-group.list-ver .product-con-group-inner .product-name h5 {
    margin: 1.5rem auto;
    font-size: 16px;
}

.yingyong-list .product-con-group.list-ver .product-con-group-inner .product-img {
    padding-top: 58.33333333333%;
}

.album .product-con-group.list-ver .product-con-group-inner .product-img {
    padding-top: 67%;
}

.kflist {
    width: 15%!important;
    margin: 0.5%!important;padding:0.3%;border-radius:5px;
}

.yingyong-list .product-con-group.list-ver .product-con-group-inner-kf a {
    padding: 0;
}

.yingyong-list .product-con-group.list-ver .product-con-group-inner-kf .product-name {
    margin-top: 0;
}

.yingyong-list .product-con-group.list-ver .product-con-group-inner-kf .product-name h5 {
    margin: 1.5rem auto;
    font-size: 16px;
}

.yingyong-list .product-con-group.list-ver .product-con-group-inner-kf .product-img {
    padding-top: 58.33333333333%;
}

.album .product-con-group.list-ver .product-con-group-inner-kf .product-img {
    padding-top: 67%;
}




.big-tit .product_info-con {
    width: 100%;
}

.big-tit .product_info-con .info-tit {
    border: none;
    padding: 0 4rem;
}

.big-tit .product_info-con .info-tit h5 {
    line-height: 1.6;
    font-size: 30px;
    margin: 4rem 0;
    ;
    padding-bottom: 10px;
}

.big-tit .product_info-con .info-tit h5 p {
    margin: 10px 0;
    font-size: 14px;
    display: block;
    color: #999;
}

.product-detail-con .big-tit .product_info-con .info-tit {
    padding: 0;
}

.chanp_list {
    width: 100%;
}

.chanp_list ul,
.chanp_list li {
    list-style-type: none !important;
    padding-left: 0;
}

.chanp_list .product-con-group.list-ver .product-con-group-inner a {
    border: 1px solid #efefef;
    padding: 30px 0;
}

.chanp_list .product-con-group.list-ver .product-con-group-inner .product-name h5 {
    margin: 20px 0 10px;
}

/* 제품 특장점 */

.product-view-tit {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 22px;
    background: #efefef;
    clear: both;
    overflow: hidden;
}

.product-view-tit span {
    padding: 1rem 3rem;
    line-height: 1.6rem;
    display: block;
    float: left;
    border-right: 1px solid #fff;
    cursor: pointer;
}

.product-view-tit span:after {}

.product-view-tit span.active {
    background: #06a3e0;
    color: #fff;
}

.product-detail-con {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
}

.product-detail-con img {
    max-width: 100%;
    /* width: 100%;  */
    height: auto;
}


@media all and ( min-width: 1221px ){
    .product-detail-con table{
        width: 100% !important;
    }
}

.product-detail-con table {
    min-width: 100%;
    border: 1px solid #ddd !IMPORTANT;
    border-collapse: collapse !IMPORTANT;
    font-size: 16PX !IMPORTANT;
    word-break: break-all;
    word-wrap: break-word;
}

.product-detail-con table td {
    border: 1px solid #ddd !IMPORTANT;
    padding: .6rem 1rem !IMPORTANT;
    line-height: 1.6;
    word-break: break-word;
}

.product-detail-con table tr td:first-child {
    background: #efefef;
    font-weight: 600;
    width: 25%;
}
.product-detail-con table table tr td:first-child {
    background: unset;
    font-weight: unset;
    width: unset;
}

.product-detail-con .con-tab {
    opacity: 0;
    height: 0;
}

.product-detail-con .con-tab p{
    margin-bottom: 5px;
}

.product-detail-con .con-tab.active {
    opacity: 1 !important;
    height: 100% !important;
}


.product-detail-con #con-tab02 {}

.product-detail-con #con-tab03 dl dt {
    border: 1px solid #eee;
    overflow: hidden;
}

.product-detail-con #con-tab03 dl dd {
    background: #efefef;
    margin: 0;
    padding: 10px 20px;
    color: #666;
    text-align: center;
}

.product-detail-con #con-tab03 img {
    transition: all .5s
}

.product-detail-con #con-tab03 dl:hover dt img {
    -webkit-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

/* 목록으로 버튼 */

.list-back-btn {
    display: block !important;
    margin: 25px auto;
    width: 200px;
    height: 50px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 50px;
}

/* ******************  제품소개 :: ODM (191030 NH)  ********************** */

.odm-visual {
    background: url("../images/odm_visual_bg.jpg") center no-repeat;
    background-size: cover;
    padding: 150px 0 0;
    height: 631px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.odm-visual .txt-box .tit {
    font-size: 44px;
    letter-spacing: -3px;
    color: #000;
    position: relative;
    padding-bottom: 30px;
}

.odm-visual .txt-box .tit .blue-txt {
    color: #06a3e0;
}

.odm-visual .txt-box .tit:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.odm-visual .txt-box .txt {
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

.odm-con {
    margin-top: -66px;
}

.odm-list li {
    height: 133px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    margin-top: 8px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.odm-list li.item01 {
    margin-top: 0;
}

.odm-list li:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #06a3e0;
    position: absolute;
    top: -3px;
    left: -3px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.odm-list li .inquiry-btn {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -23.5px;
    width: 150px;
    height: 47px;
    display: block;
    background-color: #06a3e0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.odm-list li .inquiry-btn span {
    font-size: 18px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 300;
}

.odm-list li dl {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.odm-list li dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 7.33%;
}

.odm-list li dl dd {
    display: table-cell;
    vertical-align: middle;
    width: 92.67%;
}

.odm-list li dl dd .txt-box {
    padding-left: 50px;
}

.odm-list li dl dd .txt-box .list-tit {
    font-size: 25px;
    letter-spacing: -0.9px;
    color: #333;
}

.odm-list li dl dd .txt-box .list-txt {
    font-size: 16px;
    letter-spacing: -0.8px;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.5);
    margin-top: 20px;
}

.odm-list li.active {
    background-color: #f1f7ff;
    border-color: transparent;
    box-shadow: 11px 12px 12px 2px rgba(0, 0, 0, 0.1);
    -ms-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.odm-list li.active:before {
    opacity: 1;
    filter: Alpha(opacity=100);
}

/* ******************  기술소개 :: 인증/특허  ********************** */

/* 인증서 상단 타이틀 */

.certification-tit {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    color: #333;
    text-align: center;
}

.certification-tit span {
    font-weight: 600;
    color: #06a3e0;
}

/* 인증서 컨텐츠 */

.property-list-con {
    margin-top: 35px;
}

.property-list-con>ul {
    margin: 0 -1%;
}

.property-list-con>ul li {
    float: left;
    width: 18%;
    margin: 0 1% 70px 1%;
}

.property-gallery-img-thumb {
    position: relative;
    padding-top: 130%;
    border: 1px solid #d8d8d8;
}

.property-gallery-img-thumb>span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.property-gallery-img-thumb>span img {
    width: 100%;
    height: 100%;
}

.property-gallery-img-thumb .over-thum {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 2px solid #06a3e0;
    opacity: 0;
    filter: Alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s
}

.property-gallery-img-thumb .over-thum i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background-color: #06a3e0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.property-list-con>ul li:hover .property-gallery-img-thumb .over-thum {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    visibility: visible;
}

.property-gallery-tit {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: 300;
    letter-spacing: -0.35px;
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 17px;
}

/* ******************  기술소개 :: 역량  ********************** */

.ability-con {
    padding-bottom: 20px;
}

.ability-con-01 {}

.ability-con-01 .ability-tit {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    text-align: center;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.ability-con-01 .ability-tit b {
    font-weight: 600;
    color: #06a3e0;
}

/* 하단 컨텐츠 */

.ability-con-02 {
    margin-top: 45px;
}

.ability-wrapper {
    margin: 0 -0.65%;
}

.ability-wrapper>div {
    width: 32%;
    margin: 0 0.65%;
    float: left;
}

.ability-wrapper .ability-01 {}

.ability-wrapper .ability-02 {}

.ability-wrapper .ability-03 {}

.ability-wrapper>div .top-con {
    background-color: #eee;
    border-top: 4px solid #06a3e0;
    border-bottom: 1px solid #cfcfcf;
}

.ability-wrapper>div .top-con p {
    text-align: center;
    font-size: 25px;
    line-height: 75px;
    font-weight: 300;
    color: #06a3e0;
}

.ability-wrapper>div .top-con p b {
    font-weight: 600;
}

.ability-wrapper>div.ability-03 .top-con {
    border-top-color: #28bdb8;
}

.ability-wrapper>div.ability-03 .top-con p {
    color: #28bdb8;
}

.ability-wrapper>div .bottom-con {
    background-color: #fff;
    padding: 20px 20px 20px 23px;
    height: 225px;
}

.ability-wrapper>div .bottom-con li {}

.ability-wrapper>div .bottom-con li p {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: -0.65px;
    color: #666;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.ability-wrapper>div .bottom-con li p:before {
    position: absolute;
    top: 12px;
    left: 0px;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ability-wrapper>div .bottom-con li .img {
    margin-top: 40px;
    display: block;
}

.ability-wrapper>div .bottom-con li .img img {
    max-width: 100%;
    height: auto;
}

/* 추가 css */

.ability-wrapper>div .bottom-con li .img {
    display: inline-block;
    margin: 40px 5%;
}

.ability-wrapper>div .bottom-con li .square {
    display: inline-block;
    width: 39%;
    max-width: 126px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background-color: #06a3e0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.35px;
}

/* ****************** 기술소개 :: 오비오 역량 (191030 NH) ********************** */

.production-visual {
    background: url("../images/production_visual_bg.jpg") center no-repeat;
    background-size: cover;
    padding: 150px 0 0;
    height: 631px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.production-visual .txt-box .tit {
    font-size: 44px;
    letter-spacing: -3px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
}

.production-visual .txt-box .tit .blue-txt {
    color: #06a3e0;
}

.production-visual .txt-box .tit:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.production-visual .txt-box .txt {
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

.production-con {
    margin-top: -79px;
}

.production-list {
    margin: 0 -1.2%;
}

.production-list li {
    float: left;
    width: 30.93%;
    margin: 0 1.2%;
    background-color: #fff;
}

.production-list li dl dt {
    display: table;
    width: 100%;
    height: 79px;
    text-align: center;
    background-color: #e9e9e9;
    border-top: 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.production-list li dl dt span {
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    font-weight: 300;
}

.production-list li dl dt span b {
    font-weight: 600;
}

.production-list li.item01 dl dt {
    border-top-color: #06a3e0;
}

.production-list li.item01 dl dt span {
    color: #06a3e0;
}

.production-list li.item02 dl dt {
    border-top-color: #1749af;
}

.production-list li.item02 dl dt span {
    color: #1749af;
}

.production-list li.item03 dl dt {
    border-top-color: #28bdb8;
}

.production-list li.item03 dl dt span {
    color: #28bdb8;
}

.production-list li dl dd .txt-box {
    padding: 30px;
}

.production-list li dl dd .txt-box .txt {
    position: relative;
    padding-left: 10px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.65px;
    color: #666;
    font-weight: 300;
    word-break: keep-all;
}

.production-list li dl dd .txt-box .txt:before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    left: 0;
    top: 10px;
}

.production-list li.item02 .oem-odm {
    margin-top: 20px;
}

.production-list li.item02 .oem-odm p {
    float: left;
    width: 39.36%;
    height: 57px;
    background-color: #092b72;
    font-size: 24px;
    line-height: 57px;
    letter-spacing: -0.35px;
    color: #fff;
    text-align: center;
}

.production-list li.item02 .oem-odm .icon {
    float: left;
    width: 7.49%;
    line-height: 57px;
    padding: 0 6.8%;
}

.production-list li.item02 .oem-odm .icon img {
    max-width: 100%;
}

.txt-box .blue-txt {
    color: #06a3e0;
    font-weight: 700;
}

/* ---------- 생산역량 ---------- */

.quality-con {
    background: url("../images/production_bg.jpg") right top no-repeat;
}

.quality-tit {
    font-size: 40px;
    color: #1b1b1b;
    font-weight: 300;
    margin-bottom: 45px;
    text-align: center;
}

.quality-tit span {
    font-weight: 500;
}

.quality-tit-txt {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    text-align: center;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.quality-tit-txt b {
    font-weight: 600;
    color: #06a3e0;
}

.quality-con-01 {
    padding-top: 168px;
}

.quality-01-list {
    margin: 124px -2.599% 0;
}

.quality-01-list li {
    float: left;
    width: 19.8%;
    margin: 0 2.599%;
    text-align: center;
    position: relative;
}

.quality-01-list li .img {
    position: relative;
    display: inline-block;
}

.quality-01-list li .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 8px 9px 20px 5px rgba(0, 0, 0, 0.09);
}

.quality-01-list li img {
    max-width: 100%;
    width: 100%
}

/* ---------- 품질관리 ---------- */

.quality-con-02-wrap {
    margin-top: 350px;
}

.quality-con-02>img {
    width: 100%;
    height: auto;
}

.quality-con-02-wrap .quality-tit-txt {
    margin-bottom: 74px;
}

/* 수정 css */

.quality-con-02 {
    width: 100%;
    /* height: 610px; */
    position: relative;
}

ul.quality-list-group {}

ul.quality-list-group li {
    width: 50%;
    height: 305px;
    float: left;
    display: table;
}

ul.quality-list-group li.quality-list01 {
    background-color: #f2f2f2;
}

ul.quality-list-group li.quality-list02 {
    background-color: #fff;
}

ul.quality-list-group li.quality-list03 {
    background-color: #fff;
}

ul.quality-list-group li.quality-list04 {
    background-color: #f2f2f2;
}

ul.quality-list-group li .quality-list-txt {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

ul.quality-list-group li .quality-list-txt .num {
    font-size: 50px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.quality-list-group li .quality-list-txt .tit {
    margin-top: -17px;
    font-size: 28px;
    color: #1b1b1b;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.quality-list-group li .quality-list-txt .tit span {
    font-weight: 600;
}

ul.quality-list-group li .quality-list-txt .txt {
    margin-top: 10px;
    /*font-size: 16px;*/
    font-size: 15.5px;
    line-height: 1.5;
    font-weight: 300;
    color: #666;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.quality-center-img {}

.quality-center-img img {
    display: block;
    width: 31%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

ul.quality-list-group li.quality-list01.active {
    background: url("../images/quality_bg_img01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

ul.quality-list-group li.quality-list02.active {
    background: url("../images/quality_bg_img02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

ul.quality-list-group li.quality-list03.active {
    background: url("../images/quality_bg_img03.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

ul.quality-list-group li.quality-list04.active {
    background: url("../images/quality_bg_img04.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

ul.quality-list-group li.active .quality-list-txt .num {
    color: rgba(255, 255, 255, 0.1);
}

ul.quality-list-group li.active .quality-list-txt .tit {
    color: #fff;
}

ul.quality-list-group li.active .quality-list-txt .txt {
    color: #fff;
}

/* ****************** 기술소개 :: 필터시스템 ********************** */

/* 탭 */

.filter-con .sub-cm-tab-list01 {
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
}

.filter-con .sub-cm-tab-list01 ul {
    height: 57px;
    display: inline-block;
    *zoom: 1;
}

.filter-con .sub-cm-tab-list01 ul:after {
    clear: both;
    content: "";
    display: block;
}

.filter-con .sub-cm-tab-list01 ul li {
    float: left;
    position: relative;
    width: 186px;
    position: relative;
    margin-top: 1px;
    margin-left: -1px;
}

.filter-con .sub-cm-tab-list01 ul li:first-child {
    margin-left: 0;
}

.filter-con .sub-cm-tab-list01 ul li a {
    display: block;
    height: 57px;
    line-height: 57px;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.45px;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-bottom: 1px solid #cfcfcf;
    background-color: #fff;
}

.filter-con .sub-cm-tab-list01 ul li:first-child a {
    border-left: 1px solid #d8d8d8;
}

.filter-con .sub-cm-tab-list01 ul li a:hover {
    color: #06a3e0;
}

.filter-con .sub-cm-tab-list01 ul li.selected {
    z-index: 1;
}

.filter-con .sub-cm-tab-list01 ul li.selected a {
    color: #fff;
    border-color: #06a3e0;
    background-color: #06a3e0;
    border-bottom-color: #06a3e0;
}

.filter-con .cm-tab-content-wrapper01 {
    padding: 20px;
    border-top: 0;
}

.filter-con .cm-tab-con {
    padding-top: 105px;
}

.filter-tit {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: #000;
    text-align: center;
}

/* 필터 카테고리 */

.filter-category-con {
    max-width: 680px;
    margin: 35px auto 0;
    text-align: center;
}

.filter-category-con ul {
    /* margin: -7px -3.5px; */
}

.filter-category-con ul li {
    display: inline-block;
    margin: 0 5px 10px;
}

.filter-category-con ul li span {
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.65px;
    color: #555;
    line-height: 32px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.filter-category-con ul.category-center {
    display: inline-block;
}

/* 필터설명 컨텐츠 */

.filter-sel-con {
    margin-top: 70px;
}

.filter-sel-wrapper {
    margin: 0 -2.4%;
}

.filter-sel-wrapper li {
    float: left;
    width: 22.6%;
    margin: 0 1.2%;
}

.filter-sel-wrapper li .img-con {
    border: 1px solid #bbb;
    background-color: #fff;
}

.filter-sel-wrapper li .img-con .img {
    position: relative;
    padding-top: 112%;
}

.filter-sel-wrapper li .img-con .img span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.filter-sel-wrapper li .img-con .img span img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.filter-sel-wrapper li .txt-con {
    text-align: center;
    height: 170px;
}

.filter-sel-wrapper li .txt-con .tit {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.35px;
    color: #000;
    width: 100%;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-sel-wrapper li .txt-con .sub-tit {
    margin-top: 7px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-sel-wrapper li .txt-con .txt-group {
    margin-top: 20px;
}

.filter-sel-wrapper li .txt-con .txt-group li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ****************** 고객센터 :: 개발/상담문의 ********************** */

.qna-con {}

/* 개인정보 처리방침 */

.qna-con .inquiry-agreement-con {
    border: 1px solid #d8d8d8;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    background-color: #fff;
}

.qna-con .inquiry-agreement-con.editor {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
}

.qna-con .inquiry-agreement-con.editor p {
    margin-bottom: 5px;
}

/* 타이틀 */

.qna-con .bbs-inquiry-agree-con .agree-tit,
.qna-con .bbs-write-tbl-box .agree-tit {
    color: #1b1b1b;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
}

/* 테이블 */

/* .qna-con .essential-icon {color: #555;} */

.qna-con .bbs-write-tbl {
    background-color: #fff;
}

.qna-con .bbs-write-tbl th {
    border-right: 1px solid #d8d8d8;
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

.qna-con .bbs-write-tbl th,
.qna-con .bbs-write-tbl td {
    padding: 10px 20px;
    border-bottom: 1px solid #d8d8d8;
}

/* input, select, textarea 공통 */

.qna-con .bbs-write-tbl .write-input,
.qna-con .bbs-write-tbl .write-select,
.qna-con .bbs-write-tbl .write-textarea {
    height: 50px;
    border: 0px;
    width: 50%;
    background-color: #f2f2f2;
    border: none;
    font-size: 13px;
    vertical-align: middle;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.qna-con .bbs-write-tbl .write-input::placeholder,
.qna-con .bbs-write-tbl .write-textarea::placeholder {
    text-indent: 13px;
    font-size: 13px;
    color: #ababab;
    font-weight: 400;
}

.qna-con .bbs-write-tbl .write-textarea::placeholder {
    text-indent: 0;
}

/* input */

.qna-con .bbs-write-tbl .write-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* select */

.qna-con .bbs-write-tbl .write-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 13px;
    font-size: 13px;
    color: #ababab;
    font-weight: 400;
}

/* textarea */

.qna-con .bbs-write-tbl .write-textarea {
    width: calc(100% - 26px);
    padding: 18px 13px;
    height: 250px;
}

/* 문의하기 버튼 */

.qna-con .cm-btn-controls button {
    display: inline-block;
    width: 255px;
    height: 50px;
    border: 0;
    color: #fff;
    background-color: #06a3e0;
    font-size: 18px;
    margin: 0 2px 5px 2px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    font-weight: 600;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.qna-con .cm-btn-controls {
    overflow: hidden;
    text-align: center;
    padding-top: 40px;
}

/* ****************** 고객센터 :: 채용 및 복리후생 ********************** */

.mt-10 {
    margin-top: 10px;
}

/* 상단컨텐츠 */

.hire-con-01 {
    margin-bottom: 50px;
}

.customer-center-box-list {
    margin: 0 -0.5%
}

.customer-center-box-list>li {
    float: left;
    width: 49%;
    margin: 0 0.5%
}

.customer-inquiry-one.customer-center-box-list>li {
    float: none;
    width: auto;
}

.customer-center-box-list>li>div {
    display: block;
    position: relative;
    text-align: center;
    background-color: #fff;
}

.customer-center-box-list>li>div:before,
.customer-center-box-list>li>div:after {
    position: absolute;
    width: 100%;
    height: 13px;
    content: "";
    left: 0px;
    background: url(../images/customer_center_box_bg_1.jpg) repeat-x 50% 0;
}

.customer-center-box-list>li>div .customer-center-box-inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
}

.customer-center-box-list>li>div .customer-center-box-inner:before,
.customer-center-box-list>li>div .customer-center-box-inner:after {
    position: absolute;
    top: 0px;
    width: 13px;
    height: 100%;
    content: "";
    background: url(../images/customer_center_box_bg_2.jpg) repeat-y 50% 0;
}

.customer-center-box-list>li>div .customer-center-box-inner:before {
    left: 0;
}

.customer-center-box-list>li>div .customer-center-box-inner:after {
    right: 0px;
}

.customer-center-box-list>li>div .customer-center-box-inner .customer-center-box-tit {
    display: block;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 30px;
}

.customer-center-box-list>li>div .customer-center-box-inner .middle-line {
    display: block;
    margin: 20px auto 25px;
    width: 36px;
    height: 3px;
    background-color: #06a3e0;
}

.customer-center-box-list>li>div .customer-center-box-inner .customer-center-txt {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 28px;
    letter-spacing: -0.65px;
    color: #333;
    font-weight: 300;
    word-break: keep-all;
}

.customer-center-box-list>li>div .customer-center-box-inner .customer-center-txt span {
    color: #06a3e0;
}

.customer-center-box-list>li>div .customer-center-box-inner .customer-center-txt2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #a3a3a3;
    font-weight: 300;
    word-break: keep-all;
}

/* 하단컨텐츠 */

.hire-con-02 {
    margin-top: 70px;
}

.hire-tit {
    font-size: 30px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 15px;
}

.hire-tit:after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border: 4px solid #06a3e0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

ul.hire-sel-con {}

ul.hire-sel-con li {
    height: 145px;
}

ul.hire-sel-con li.bg-white {
    background-color: #fff;
}

ul.hire-sel-con li>div {
    padding: 38px 30px;
    display: table;
    width: calc(100% - 60px);
}

ul.hire-sel-con li>div .img-con {
    width: 11%;
    display: table-cell;
    vertical-align: top;
}

ul.hire-sel-con li>div .img-con span {
    display: block;
    width: 68%;
}

ul.hire-sel-con li>div .img-con span img {
    width: 100%;
    height: auto;
}

ul.hire-sel-con li>div .txt-con {
    width: 89%;
    display: table-cell;
    vertical-align: middle;
}

ul.hire-sel-con li>div .txt-con .tit {
    font-size: 22px;
    color: #333;
    font-weight: 300;
}

ul.hire-sel-con li>div .txt-con .tit span {
    font-weight: 600;
}

ul.hire-sel-con li>div .txt-con .txt {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.65px;
    color: #666;
}

/* ****************** 제품상세페이지 수정 (191223NH) ********************** */

.product-detail-con .product-detail-list {
    padding: 0;
    margin: 0;
}

.product-detail-list li {
    width: 33.33%;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.product-detail-list .item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-detail-list .item-bg img {
    width: 100%;
    height: 100%;
}

.product-detail-list .item-over-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-detail-list .item-over-bg img {
    width: 100%;
    height: 100%;
}

.product-detail-list li.over .item-over-bg {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-detail-list li .inner {
    position: relative;
    padding-top: 102.5%;
}

.product-detail-list li .product-detail-list-img {
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    bottom: 0;
}

.product-detail-list li .product-detail-list-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/**/

.services {
    padding: 70px 0;
}

/* more_banner */

.more_banner {
    overflow: hidden;
    padding: 20px 30px;
    border: 1px solid #d8d8d8;
}

.more_banner p {
    float: left;
    width: 890px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    margin-bottom: 0;
}

.more_banner a {
    float: right;
}

.btn2 {
    display: inline-block;
    min-width: 160px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    background: #06a3e0;
    color: #fff;
    box-sizing: border-box;
}

.btn2:after {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    margin-left: 8px;
    background-image: url(../images/btn_arrow_ico_w.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    content: "";
}

.btn_l {
    display: inline-block;
    min-width: 190px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    background: #06a3e0;
    color: #fff;
    box-sizing: border-box;
}

.btn_l:after {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    margin-left: 8px;
    background-image: url(../images/btn_arrow_ico_w.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    content: "";
}

.btn.white {
    background: #fff;
    line-height: 43px;
    border: 1px solid #d8d8d8;
    color: #333;
    box-sizing: border-box;
}

.btn.white:after {
   
    content: "";
}

.btn_c {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #06a3e0;
    color: #fff;
    box-sizing: border-box;
}

.btn_c.darkgray {
    background: #333;
}

.btn.list:after {
    display: none;
}

.btn_download {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background: #333;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

.btn_download:after {
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-left: 8px;
    margin-top: -4px;
   /* background: url(https://www.geatsink.cn/tpl/web/static/images/ico_download.png) 0 50% no-repeat;*/
    content: "";
}

.btn_download.large {
    width: auto;
    padding: 0 20px;
}

.btn_more {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #d8d8d8;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    color: #333;
}

.btn_more:after {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 10px;
    margin-left: 8px;
    /*background-image: url(https://www.geatsink.cn/tpl/web/static/images/btn_more_ico_g.png);*/
    background-position: 0 50%;
    background-repeat: no-repeat;
    content: "";
}

.btn_on_air {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    background: #fff;
    text-align: center;
    color: #333;
    box-sizing: border-box;
}

.btn_on_air:after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    /*background: url(https://www.geatsink.cn/tpl/web/static/images/ico_on_air.png) 0 50% no-repeat;*/
    content: "";
}

.btn_privacy {
    display: inline-block;
    min-width: 190px;
    height: 45px;
    line-height: 45px;
    padding: 0 17px;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    box-sizing: border-box;
}

.btn_privacy:after {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    margin-left: 8px;
   /* background-image: url(https://www.geatsink.cn/tpl/web/static/images/btn_arrow_ico_g.png);*/
    background-position: 0 50%;
    background-repeat: no-repeat;
    content: "";
}

.services h3 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #000;
}

.services h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #0079cc;
    content: "";
}

.services h4 {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000;
}

/* tab_area */

.tab_area {}

.tab_area:after {
    display: block;
    clear: both;
    content: "";
}

.tablist {
    width: 100%;
    margin-bottom: 80px;
}

.tablist.row {
    margin: 0;
    margin-bottom: 60px;
}

.tablist li {
    text-align: center;
    padding: 0;
}

.tablist li a {
    display: block;
    /* background: #fff; */
    padding: 2rem 0;
    border: 1px solid #d8d8d8;
    border-right: none;
}

.tablist li:last-child a {
    border-right: 1px solid #d8d8d8;
}

.tablist li a span {
    font-size: 3rem;
    width: 100%;
    margin: 0;
    margin: 1rem 0;
}

.tablist li a p {
    width: 100%;
    font-size: 20px;
    margin: 1rem 0;
}

/* tab_area */

.support .srch_area {
    /* margin-top: 70px; */
}

.tab_area {
    margin: 0 auto;
}

.tab_area:after {
    display: block;
    clear: both;
    content: "";
}

.tablist {
    width: 100%;
    margin-bottom: 30px;
}

.tablist:after {
    display: block;
    clear: both;
    content: "";
}

.tablist li {
    display: table;
    float: left;
    width: 33.3%;
    height: 60px;
    box-sizing: border-box;
}

.tablist li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    margin-left: -1px;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-bottom: 1px solid #06a3e0;
    background: #f3f3f3;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    box-sizing: border-box;
}

.tablist li:first-child a {
    border-left: 1px solid #d8d8d8;
}

.tablist li.active {
    margin-left: -1px;
}

.tablist li.active:first-child {
    margin-left: 0;
}

.tablist li.active a {
    background: #fff;
    border-left: 1px solid #06a3e0;
    border-color: #06a3e0;
    border-width: 1px 1px 0 1px;
    color: #06a3e0;
    font-size: 18px;
    font-weight: 600;
}

.tablist li .count {
    display: inline-block;
}

.tab_list1 li {
    float: none;
    width: 100%;
}

.tab_list2 li {
    width: 50%;
}

.tab_list3 li {
    width: 33.3%;
}

.tab_list4 li {
    width: 25%;
}

.tab_list5 li {
    width: 20%;
}

.tab_list7 li {
    width: 162px;
}

.tab_list7 li:last-child {
    width: 168px;
}

.tabpanel {
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.tabpanel.active {
    display: block;
}

/* accordion_list */

.accordion_list {
    border-bottom: 1px solid #d8d8d8;
}

.accordion_list>li {
    border-top: 1px solid #d8d8d8;
}

.accordion_list>li:first-child {
    border-top: none;
}

.accordion_list .btn_acco {
    display: inline-block;
    overflow: hidden;
    padding: 22px 20px 22px 30px;
    width: 100%;
    box-sizing: border-box;
}

.accordion_list .btn_acco .acco_tit {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #333;
    font-weight: 400;
}

.accordion_list .btn_acco .acco_tit:after {
    position: absolute;
    right: 0;
    top: 16px;
    width: 18px;
    height: 10px;
    margin-left: -9px;
    background-image: url(../images/accodion_list_ico.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: " ";
}

.accordion_list .btn_acco.on .acco_tit:after {
    background-position: -18px 0;
}

.accordion_list .acco_panel {
    display: none;
    padding: 0 50px;
    border-top: 1px solid #d8d8d8;
    background-color: #f3f3f3;
}

.accordion_list .acco_panel li {
    overflow: hidden;
    border-top: 1px solid #d8d8d8;
    padding: 28px 0;
}

.accordion_list .acco_panel li:first-child {
    border-top: none;
}

.accordion_list .acco_panel li .date {
    float: left;
    width: 520px;
    padding-top: 3px;
    font-size: 30px;
    color: #000;
}

.accordion_list .acco_panel li .date span.tit {
    display: inline-block;
}

.accordion_list .acco_panel li .date span.date_t {
    display: inline-block;
    padding-left: 72px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    vertical-align: middle;
}

.accordion_list .first .acco_panel {
    display: block;
}

/* support - FAQ */

.faq .srch_area {
    margin-bottom: 40px;
    padding: 30px;
    /* background: #f3f3f3; */
    text-align: center;
}

.faq .srch_area input[type="text"] {
    margin-left: 10px;
    padding: 0 20px;
    width: 60%;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.faq .srch_area .srch_btn {
    width: 60px;
    height: 60px;
    margin-left: 5px;
    background: #06a3e0 url(../images/news_srch_ico.png) 50% 50% no-repeat;
    vertical-align: middle;
}

.faq .refresh_btn {
    overflow: hidden;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 5px;
    border: 1px solid #333;
    /*background: url(https://www.geatsink.cn/tpl/web/static/images/ico_refresh.png) 50% 50% no-repeat;*/
    text-indent: -9999px;
    vertical-align: middle;
}

.faq .tabpanel .btn_acco {
    overflow: hidden;
    padding: 22px 20px 24px 0;
    /*width:1070px;*/
    outline: none;
}

.faq .tabpanel .btn_acco .acco_tit {
    display: block;
}

.faq .tabpanel .btn_acco .division {
    display: inline-block;
    width: 150px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    color: #999;
}

.faq .tabpanel .btn_acco .division a {
    color: #888;
}

.faq .tabpanel .btn_acco .txt {
    overflow: hidden;
    display: inline-block;
    width: 50%;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    color: #333;
}

.faq .tabpanel .btn_acco.on .txt {
    color: #0079cc;
}

.faq .tabpanel .btn_acco .txt p {
    display: table-cell;
    vertical-align: middle;
}

.faq .tabpanel .acco_panel {
    padding: 30px 120px;
}

.faq .txt_default {
    padding: 50px 0;
    border-top: 2px solid #333;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.faq .more_banner {
    margin-top: 60px;
}

/**/

.xiazai {}

.accordion_list .xiazai .btn_acco .acco_tit:after {
    display: none;
}

.accordion_list .xiazai .btn2 {
    float: right;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 0;
}
.accordion_list .xiazai .btn2 a{
    display: block;
    padding: 0 20px;
}

.accordion_list .xiazai .btn2:hover a {
    color: #fff;
}


/*bg*/

/* Sweep To Right */

.hvr-sweep-to-right {
    display: inline-block;
    /* vertical-align: middle; */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white !important;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-right2 {
    display: inline-block;
    /* vertical-align: middle; */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #06a3e0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right2:hover,
.hvr-sweep-to-right2:focus,
.hvr-sweep-to-right2:active {
    color: white !important;
}

.hvr-sweep-to-right2:hover:before,
.hvr-sweep-to-right2:focus:before,
.hvr-sweep-to-right2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* support - inquiry */

.support.inquiry .line_box {
    overflow: hidden;
}

.support.inquiry .line_box p {
    float: left;
    width: 800px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

.support.inquiry .line_box .btn {
    float: right;
}

.support.inquiry .tab_list {
    overflow: hidden;
    margin-bottom: 0;
}

.support.inquiry .tab_list li {
    float: left;
    width: 162px;
    height: 100%;
    border: 1px solid #d8d8d8;
    border-left: none;
    box-sizing: border-box;
}

.support.inquiry .tab_list li:first-child {
    border-left: 1px solid #d8d8d8;
}

.support.inquiry .tab_list li a {
    display: block;
    padding-top: 120px;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-position: center 32px;
    background-repeat: no-repeat;
}

.support.inquiry .tab_list li.active a {
    background-color: #06a3e0;
    color: #fff;
}

.support.inquiry .more_banner {
    margin-bottom: 60px;
}

.support.inquiry .btn_center {
    padding-top: 30px;
}

.support.inquiry .step2_default {
    padding: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
}

.support.inquiry .info_form .news .txt {
    margin-top: 15px;
}

.support.inquiry .info_form .news label {
    margin-right: 50px;
}

.support.inquiry .privacy_form h5 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
}

.support.inquiry .privacy_form h6 {
    margin-bottom: 8px;
    font-size: 16px;
    color: #0079cc;
    font-weight: 400;
}

.support.inquiry .privacy_form .agree_box {
    overflow: hidden;
}

.support.inquiry .privacy_form .agree_box .left_area {
    margin-right: 45px;
    padding-right: 45px;
    width: 520px;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.support.inquiry .privacy_form .agree_box .right_area {
    width: 470px;
}

.support.inquiry .privacy_form .agree_box .tit {
    color: #0079cc;
}

.support.inquiry .privacy_form .agree_box .dot_list li {
    padding-left: 10px;
    margin-bottom: 5px;
    /*background: url(https://www.geatsink.cn/tpl/web/static/images/bg_list_dot.gif) left center no-repeat;*/
}

.support.inquiry .privacy_form .cutom_radio {
    overflow: hidden;
}

.support.inquiry .privacy_form .cutom_radio p {
    float: left;
    width: 280px;
    padding-top: 44px
}

.support.inquiry .privacy_form .cutom_radio .agree_area {
    float: right;
    width: 180px;
}

.support.inquiry .sec_txt.btn_wrap {
    overflow: hidden;
}

.support.inquiry .sec_txt.btn_wrap p {
    float: left;
    margin-bottom: 30px;
    width: 900px;
    color: #0079cc;
}

.support.inquiry .sec_txt.btn_wrap .btn {
    float: right;
    width: 200px;
}

/*新闻列表*/

.shipin {
    overflow: hidden;
}

.shipin ul {
    display: block;
    margin-left: -1%;
    margin-right: -1%;
    overflow: hidden;
}

.shipin ul li {
    width: 31%;
    margin: 1%;
    display: block;
    float: left;
    background: #f3f3f3;
    transition: all .3s;
}

.shipin ul li .pic {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.shipin ul li .pic img {
    width: 100%;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.shipin ul li .pic a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    overflow: hidden;
}

.shipin ul li .pic i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.8);
}

.shipin ul li .text {
    display: block;
}

.shipin ul li .text a {
    display: block;
    padding: 30px 5%;
}

.shipin ul li .text h3 {
    font-size: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.shipin ul li .text p {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin: 20px 0;
}

.shipin ul li .text font {
    font-size: 14px;
}

.shipint ul li:hover {
    box-shadow: 10px 10px 20px #ececec;
}

.shipin ul li:hover .pic img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.product-detail-con iframe {
    width: 100%;
    height: 40rem;
}

#mapWrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0px auto;
    height: 500px;
    border: 1px solid #d8d8d8;
}

#mapWrapper #mapCon {
    width: 100%;
    height: 100%;
}

#mapWrapper #mapCon iframe {
    width: 100%;
    height: 100%;
}


.map-tbl-con {
    margin-bottom: 50px;
}

.map-tbl {
    width: 100%;
}

.map-tbl th,
.map-tbl td {
    padding: 20px 2%;
    font-size: 15px;
}

.map-tbl th {
    width: 200px;
    border-bottom: 1px solid #000;
    color: #1e1e1e;
    text-align: left;
    font-weight: 600;
}

.map-tbl td {
    border-bottom: 1px solid #d8d8d8;
    color: #5b5b5b;
    font-weight: 400;
    line-height: 1.5;
}

.location-list>li {
    margin-bottom: 30px;
}

.location-list>li>dl>dt {
    border-bottom: 1px solid #d8d8d8;
}

.location-list>li>dl>dt span {
    position: relative;
    display: inline-block;
    top: 1px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 6px;
    color: #333;
}

.location-list>li>dl>dt span i {
    vertical-align: middle;
    font-size: 22px;
}

.location-list>li>dl>dd {
    padding-top: 15px;
    color: #333;
    font-size: 15px;
    line-height: 22px;
    word-break: keep-all;
}

.location-list>li>dl>dd .bus-info {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 40px;
}

.location-list>li>dl>dd .train-info {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}

.location-list>li>dl>dd em {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 12px;
}

.location-list>li>dl>dd .train-info em {
    top: 2px;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
}

.location-list>li>dl>dd .car-come {
    display: block;
    color: #b75353;
    font-weight: 600;
}

@media all and ( max-width:1220px) {
    /* -------- 회사소개 :: 오시는길 -------- */
    .map-tbl th,
    .map-tbl td {
        padding: 15px 2%;
        font-size: 13px;
        width: 55px;
    }
    .location-list>li>dl>dt span {
        font-size: 15px;
    }
    .location-list>li>dl>dt span i {
        font-size: 18px;
    }
    .location-list>li>dl>dd {
        font-size: 13px;
        line-height: 18px;
    }
    .qna-con .bbs-write-tbl .write-input.width20 {
        width: 50% !important
    }
    .qna-con .bbs-write-tbl .write-textarea {
        width: 100%;
        min-height: 120px;
    }
    .shaixuan {
        padding: 1rem 0;
    }
    .sjshaix {
        display: block!important;
        overflow: hidden;
        padding: 25px 20px 10px 20px;
        background: #f5f5f5;
    }
    .prolist_left {
        display: none;
    }
    .sjshaix span {
        display: block;
        float: left;
        width: 40%;
        font-size: 14px;
        margin-bottom: 15px;
        height: 30px;
        line-height: 30px;
    }
    .sjshaix select {
        width: 60%;
        float: left;
        margin-bottom: 15px;
        border: 1px solid #e1e1e1;
        height: 30px;
        line-height: 30px;
        background: #fff;
    }
}