.inner-product {
    padding: 200px 0 250px;
}

.inner-product .container a {
    width: 100%;
    display: flex;
    padding: 45px 53px;
    background: #f6f6f6;
    position: relative;
}

.inner-product .container a:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    right: 0;
    background: #4d7a7c;
    transition: .4s;
}

.inner-product .container a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 0;
    bottom: 0;
    right: 0;
    background: #70bc49;
    transition: .4s
}

.inner-product .container a .left {
    width: 38.4%;
    overflow: hidden;
}

.inner-product .container a .right {
    width: 61.6%;
    padding-left: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-product .container a .left img {
    width: 100%;
    transition: .4s;
}

.inner-product .container a .right p:nth-child(1) {
    font-size: 24px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
    transition: .4s;
}

.inner-product .container a .right p:nth-child(2) {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 50px;
}

.inner-product .container a .right p:nth-child(3) {
    font-size: 16px;
    line-height: 1;
    color: #70bc49;
}

.inner-product .container a .right i {
    transition: .4s;
}

.inner-product .container a:hover:after {
    height: 0;
}

.inner-product .container a:hover:before {
    height: 100%;
}

.inner-product .container a:hover img {
    transform: scale(1.1, 1.1);
}

.inner-product .container a:hover .right p:nth-child(1) {
    color: #4d7a7c;
}

.inner-product .container a:hover .right i {
    margin-left: 10px;
}

/*---------------------------------------------*/
.inner-product-show {
    padding-top: 200px;
}

.inner-ps {
    display: flex;
    margin-bottom: 90px;
}

.inner-ps img {
    width: 33.33%;
}

.inner-ps > div {
    width: 66.66%;
    padding-left: 75px;
}

.inner-ps > div > p {
    font-size: 28px;
    line-height: 1;
    color: #4d7a7c;
    padding: 57px 0 52px;
    margin-bottom: 65px;
    border-bottom: 1px solid #b5b5b6;
    font-weight: bold;
}

.inner-ps > div > div > p, .inner-ps2 > p:nth-child(1) {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    padding-left: 22px;
    position: relative;
    margin-bottom: 57px;
}

.inner-ps > div > div > p:after, .inner-ps2 > p:nth-child(1):after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #70bc49;
    display: block;
    border-radius: 25px;
}

.inner-ps > div > div ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.inner-ps > div > div ul li {
    width: calc((100% - 55px) / 2);
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 35px;
    padding-bottom: 20px;
    color: #666666;
}

.inner-ps > div > div ul li:nth-child(2n-1) {
    margin-right: 55px;
}

.inner-ps > div > div ul li n {
    color: #333333;
    font-weight: bold;
}

.inner-ps2 {
    margin-bottom: 65px;
}

.inner-ps2 p:nth-child(1) ~ p {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 0;
}

.ps-tab {
    display: flex;
    margin-bottom: 57px;
}

.ps-tab a {
    width: 148px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    background: #f9f9f9;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-right: 23px;
    transition: .4s;
    overflow: hidden;
    position: relative;
}

.ps-tab a span {
    position: relative;
    z-index: 2;
}

.ps-tab a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: linear-gradient(90deg, #518276, #69af53, #6cb44f);
    transition: .4s;
    z-index: 1;
}

.ps-tab a:hover, .ps-tab a.active {
    color: #fff;
}

.ps-tab a:hover:after, .ps-tab a.active:after {
    width: 100%;
}

.ps-main-div {
    background: #f9f9f9;
    padding: 60px 60px 105px;
}

.ps-main-div > div {
    margin-bottom: 50px;
}

.ps-main-div > div:last-child {
    margin-bottom: 0;
}

.show-box {
    display: flex;
}

.show-box > div {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}

.show-box > div > div {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.show-box > div:nth-child(2) {
    margin-right: 0;
}

.show-info div {
    padding: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.ps-main-div p {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    margin-bottom: 35px;
}

.ps-main {
    padding-bottom: 100px;
    border-bottom: 1px solid #efefef;
}

.ps-main img {
    max-width: 100%;
}
