@charset "utf-8";

/*=============================================
=                   ##INDEX                   =
=============================================*/

@media all and (min-width:1260px) {
    /* Tablet v.css */
    #visual {
        position: relative;
        height: auto;
        background: #fff;
        overflow: hidden;
        max-width: 747px;
        margin: 0 auto;
    }
    #visual .visual .desc {
        position: relative;
        height: auto;
        text-align: center
    }
    /*
    #visual .visual .desc .img {
        position: relative;
        height: 250px !important;
        background-position: 70% 50% !important
    }
	*/
    #visual .visual .desc .img {
        position: relative;
        width: inherit;
        max-width: 100%;
        height: auto;
        background-position: 50% 50% !important
    }
    #visual .visual .desc .txt {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
    }
    #visual .visual .desc .txt img {
        display: inline-block;
        width: auto;
        max-width: 100%;
        height: auto
    }
    #visual .control .arrow {
        position: absolute;
        top: 50%;
        z-index: 15;
        width: 36px;
        height: 62px;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%)
    }
    #visual .control .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #visual .control .prev:before {
        left: 10px;
        border-right-width: 0;
        border-bottom-width: 0
    }
    #visual .control .next:before {
        left: auto;
        right: 10px;
        border-left-width: 0;
        border-top-width: 0
    }
    #visual .control .prev {
        left: 10px;
    }
    #visual .control .next {
        right: 10px;
    }
    #visual .tool {
        position: absolute;
        padding: 5px 0;
        bottom: 0;
        left: 50%;
        margin-left: -50%;
        width: 100%;
        text-align: center
    }
    #visual .tool .slick-dots {
        display: inline-block
    }
    #visual .tool .slick-dots li {
        display: inline-block
    }
    #visual .tool .slick-dots button {
        position: relative;
        padding: 6px 8px;
        text-indent: -9999em;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #visual .tool .slick-dots button:after {
        content: '';
        position: relative;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #fff;
        opacity: .7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #visual .tool .slick-dots .slick-active button:After {
        width: 60px;
        opacity: 1
    }
    #visual .tool .ctrl {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        background: #222;
        border-radius: 25px;
        text-indent: -999px;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #visual .tool .play:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 11px;
        width: 0;
        height: 0;
        border: 5px transparent solid;
        border-right-width: 0;
        border-left-color: #fff
    }
    #visual .tool .pause:before,
    #visual .tool .pause:after {
        content: '';
        position: absolute;
        display: block;
        top: 8px;
        left: 9px;
        width: 2px;
        height: 9px;
        background: #fff
    }
    #visual .tool .pause:after {
        left: 14px
    }
    /**/
    #direct {
        padding: 20px;
        border-bottom: 1px solid #ecece3;
        max-width: 747px;
        margin: 0 auto;
    }
    #direct ul {
        margin: 0 -20px 0 0
    }
    #direct ul:after {
        content: '';
        display: table;
        line-height: 0;
        clear: Both
    }
    #direct li {
        float: left;
        width: 50%
    }
    /*3개로 할려면 33.33*/
    #direct li .inner {
        position: relative;
        display: block;
        margin: 0 20px 0 0;
        padding: 20px;
        min-height: 180px;
        border-radius: 5px;
        transition: all 0.5s ease-in-out
    }
    #direct li * {
        display: block;
        color: #555;
        color: rgba(255, 255, 255, 0.5)
    }
    #direct li i {
        margin: 10px 0;
        width: 25px;
        height: 1px;
        background: #555;
        background: rgba(0, 0, 0, 0.3)
    }
    #direct li em {
        margin-bottom: 4px;
        font-size: 11px;
        text-transform: uppercase
    }
    #direct li strong {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -2px
    }
    #direct li .more {
        position: absolute;
        z-index: 2;
        bottom: 40px;
        left: 35px;
        display: block;
        width: 50px;
        height: 10px;
        background: url(../img/arrowBtn.png) no-repeat center right;
        transition: all 0.2s;
        opacity: 0.3
    }
    #direct li .inner:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
    }
    #direct li .inner:hover .more {
        width: 60px;
        opacity: 0.75
    }
    #direct .da1 .inner {
        background: #e28d69 url("/img/direct01.jpg") no-repeat right bottom;
        background-size: 200px auto
    }
    #direct .da2 .inner {
        background: #ca9764 url("../img/direct02.png") no-repeat right bottom;
        background-size: 200px auto
    }
    #direct .da3 .inner {
        background: #302d15 url("../img/direct03.png") no-repeat right bottom;
        background-size: 200px auto
    }
    #direct .da1 strong,
    #direct .da2 strong,
    #direct .da3 strong {
        color: #fff
    }
    #direct .da1 i,
    #direct .da2 i,
    #direct .da3 i {
        background: #fff
    }
    #direct li span {
        margin-bottom: 10px;
        font-size: 13px;
        letter-spacing: -1px
    }
    /**/
    #product {
        position: relative;
        padding: 50px 20px;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;
    }
    #product:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #product .title {
        margin-bottom: 50px;
        text-align: center
    }
    #product .title h3 {
        line-height: 50px;
        font-size: 24px;
        font-weight: 600;
        color: #333
    }
    #product .title span {
        line-height: 20px;
        font-size: 14px;
        font-weight: 300;
        color: #999
    }
    /**/
    #event {
        position: relative;
        padding: 50px 20px;
        max-width: 747px;
        margin: 0 auto;
        ;
        background: #fcfcfc url("/img/event.png") repeat
    }
    #event .title {
        margin-bottom: 50px;
        text-align: center
    }
    #event .title h3 {
        line-height: 50px;
        font-size: 24px;
        font-weight: 600;
        color: #333
    }
    #event .title span {
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999
    }
    #event .list {
        margin: 0 -15px -15px 0;
        font-size: 0
    }
    #event .list:after {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }
    #event .list .desc {
        display: inline-block;
        width: 33.33%;
        vertical-align: top
    }
    #event .list .desc .inner {
        position: relative;
        margin: 0 15px 15px 0
    }
    #event .list .desc .chk {
        position: absolute;
        top: 5px;
        left: 5px
    }
    #event .list .desc .img {
        position: relative;
        background: #fff
    }
    #event .list .desc .img .noimg:after {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f3f3f3 url("/data/common/logo_img") no-repeat 50% 50%
    }
    #event .list .desc .img a {
        position: relative;
        z-index: 1;
        display: block
    }
    #event .list .desc .img a img {
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        height: auto
    }
    #event .list .desc .img .cate {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        padding: 0 8px;
        background: #053863
    }
    #event .list .desc .img .cate a {
        display: block;
        line-height: 30px;
        font-size: 12px;
        font-weight: 500;
        color: #fff
    }
    #event .list .desc .con {
        padding: 20px 0;
        text-align: center;
        background: #fff
    }
    #event .list .desc .tit {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        line-height: 25px;
        font-size: 15px;
        font-weight: 500;
        color: #666;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 40px;
        letter-spacing: -0.5px
    }
    #event .list .desc .txt {
        margin-top: 10px;
        line-height: 15px;
        font-size: 12px;
        color: #999;
        overflow: hidden;
    }
    /**/
    #best {
        position: relative;
        padding: 50px 20px;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;
    }
    #best:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #best .title {
        margin-bottom: 50px;
        text-align: center
    }
    #best .title h3 {
        line-height: 50px;
        font-size: 25px;
        font-weight: 600;
        color: #333
    }
    #best .title span {
        line-height: 20px;
        font-size: 14px;
        font-weight: 300;
        color: #999
    }
    #best .cont {
        position: relative
    }
    #best .cont:after {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }
    #best .cont .banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        height: 100%;
        background: url("/img/book01.png") no-repeat 50% 50%;
        background-size: cover
    }
    #best .cont .banner .txt {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
        line-height: 34px;
        font-size: 35px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.85)
    }
    #best .cont .banner .txt strong {
        display: block;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase
    }
    #best .cont .list {
        float: left;
        padding-left: calc(30% + 20px);
        width: 100%
    }
    /**/
    #review {
        position: relative;
        padding: 50px 20px;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;
    }
    #review .title {
        margin-bottom: 50px;
        text-align: center
    }
    #review .title h3 {
        line-height: 30px;
        font-size: 30px;
        font-weight: 600;
        color: #333
    }
    #review .title span {
        display: block;
        margin-top: 15px;
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999;
        letter-spacing: -0.5px
    }
    #review .cont ul {
        position: relative;
        margin: 0 -20px 0 0;
        font-size: 0
    }
    #review .cont ul:after {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }
    #review .cont li {
        display: inline-block;
        width: 25%;
        vertical-align: top
    }
    #review .cont li:nth-child(n+3) {
        border-top: 1px solid #f1f1f1
    }
    #review .cont li .inner {
        display: block;
        margin: 0 20px 0 0;
        overflow: hidden
    }
    #review .cont li .inner .img {
        overflow: hidden
    }
    #review .cont li .inner .img a {
        display: block
    }
    #review .cont li .inner .img a img {
        width: auto;
        max-width: 100%;
        height: auto;
        transition: all 0.3s
    }
    #review .cont li .inner .img a:hover img {
        transform: scale(1.05)
    }
    #review .cont li .inner .con {
        padding: 10px 0 50px
    }
    #review .cont li .inner .tit {
        padding: 10px 0;
        line-height: 16px;
        font-size: 14px;
        font-weight: 500;
        color: #222;
        letter-spacing: -0.5px
    }
    #review .cont li .inner .txt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 54px;
        line-height: 18px;
        font-size: 13px;
        font-weight: 300;
        color: #999;
        overflow: hidden;
        letter-spacing: -0.5px
    }
    #review .cont li .inner .txt * {
        word-break: keep-all
    }
    #review .cont li .inner .use {
        display: none;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        overflow: hidden
    }
    #review .cont li .inner .use span {
        float: left;
        position: relative
    }
    #review .cont li .inner .use span:nth-child(n+2) {
        padding-left: 5px;
        margin-left: 5px
    }
    #review .cont li .inner .use span:nth-child(n+2):before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
        width: 1px;
        height: 8px;
        background: #e9e9e9
    }
    #review .cont li .inner .star {
        position: relative;
        margin-top: 10px
    }
    #review .cont li .inner .star .score {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 18px;
        text-align: left;
        background: url("/img/ico_star_off.png") no-repeat left 45%;
        background-size: 80px auto;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        vertical-align: top
    }
    #review .cont li .inner .star .score em {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        text-align: left;
        background: url("/img/ico_star_on.png") no-repeat left 45%;
        background-size: 80px auto;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden
    }
    #review .cont .more {
        margin: 15px 0
    }
    #review .cont .more a {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 180px;
        height: 46px;
        line-height: 42px;
        font-size: 14px;
        font-weight: 500;
        color: #053863;
        border: 2px solid #053863;
        text-align: center;
        transition: all 0.5s;
        overflow: hidden
    }
    #review .cont .more i {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        margin: -15px 0 0 -15px;
        width: 30px;
        height: 30px;
        transform: rotate(-180deg);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s
    }
    #review .cont .more i:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -7px;
        width: 14px;
        height: 2px;
        background: #fff
    }
    #review .cont .more i:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -1px;
        width: 2px;
        height: 14px;
        background: #fff
    }
    #review .cont .more a:hover {
        color: transparent;
        background: #053863
    }
    #review .cont .more a:hover i {
        transform: rotate(0deg);
        opacity: 1;
        visibility: visible
    }
    /**/
    #faq {
        position: relative;
        padding: 5px 5px;
        background: #ffffff;
        max-width: 747px;
        margin: 0 auto;
    }
    #faq .title {
        margin-bottom: 5px;
        text-align: center
    }
    #faq .title h3 {
        line-height: 50px;
        font-size: 18px;
        font-weight: 600;
        color: #000
    }
    #faq .title span {
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999
    }
    #faq .list .desc {
        /* margin: 20px auto 0; */
        margin: 0 auto 0;
        padding: 0 10px 10px;
        line-height: 24px;
        text-align: left;
        word-break: keep-all
    }
    #faq .list .desc .sub {
        position: relative;
        display: block;
        padding-top: 6px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
        color: #053863
    }
    #faq .list .desc .sub:before {
        content: '""';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50%;
        width: 100%;
        font-size: 50px;
        font-weight: 500;
        color: rgba(5, 56, 99, 0.2)
    }
    #faq .list .desc .tit {
        font-size: 22px;
        line-height: 32px;
        color: #222
    }
    #faq .list .desc .txt {
        margin-top: 15px;
        line-height: 22px
    }
    #faq .control .arrow {
        position: absolute;
        top: 50%;
        z-index: 1001;
        width: 36px;
        height: 62px;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%)
    }
    #faq .control .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        width: 40px;
        height: 40px;
        border: 2px solid #ccc;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #faq .control .prev:before {
        left: 10px;
        border-right-width: 0;
        border-bottom-width: 0
    }
    #faq .control .next:before {
        left: auto;
        right: 10px;
        border-left-width: 0;
        border-top-width: 0
    }
    #faq .control .prev {
        left: 0;
    }
    #faq .control .next {
        right: 0;
    }
    #faq .tool {
        position: relative;
        padding: 5px 0;
        width: 100%;
        text-align: center
    }
    #faq .tool .slick-dots {
        display: inline-block
    }
    #faq .tool .slick-dots li {
        display: inline-block
    }
    #faq .tool .slick-dots button {
        position: relative;
        padding: 8px 6px;
        text-indent: -9999em;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #faq .tool .slick-dots button:after {
        content: '';
        position: relative;
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 18px;
        background: #999;
        opacity: .7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #faq .tool .slick-dots .slick-active button:After {
        width: 60px;
        opacity: 1;
        background: #446a8a
    }
    #faq .tool .ctrl {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        background: #999;
        border-radius: 25px;
        text-indent: -999px;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #faq .tool .play:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 11px;
        width: 0;
        height: 0;
        border: 5px transparent solid;
        border-right-width: 0;
        border-left-color: #fff
    }
    #faq .tool .pause:before,
    #faq .tool .pause:after {
        content: '';
        position: absolute;
        display: block;
        top: 8px;
        left: 9px;
        width: 2px;
        height: 9px;
        background: #fff
    }
    #faq .tool .pause:after {
        left: 14px
    }
    /**/


	#stat_product {
        position: relative;
        padding: 50px 20px 0px;
        background: #ffffff;
        max-width: 747px;
        margin: 0 auto;
    }
	#stat_product:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #stat_product .title {
        margin-bottom: 50px;
        text-align: center
    }
    #stat_product .title h3 {
        line-height: 50px;
        font-size: 24px;
        font-weight: 600;
        color: #333
    }
    #stat_product .title span {
        line-height: 20px;
        font-size: 14px;
        font-weight: 300;
        color: #999
    }
    #stat_product .list .desc {
        /* margin: 20px auto 0; */
        margin: 0 auto 0;
        padding: 0 10px 10px;
        line-height: 24px;
        text-align: left;
        word-break: keep-all
    }
    #stat_product .list .desc .sub {
        position: relative;
        display: block;
        padding-top: 6px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
        color: #053863
    }
    #stat_product .list .desc .sub:before {
        content: '""';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50%;
        width: 100%;
        font-size: 50px;
        font-weight: 500;
        color: rgba(5, 56, 99, 0.2)
    }
    #stat_product .list .desc .tit {
        font-size: 22px;
        line-height: 32px;
        color: #222
    }
    #stat_product .list .desc .txt {
        margin-top: 15px;
        line-height: 22px
    }
    #stat_product .control .arrow {
        position: absolute;
        top: 50%;
        z-index: 1001;
        width: 36px;
        height: 62px;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%)
    }
    #stat_product .control .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        width: 40px;
        height: 40px;
        border: 2px solid #ccc;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #stat_product .control .prev:before {
        left: 10px;
        border-right-width: 0;
        border-bottom-width: 0
    }
    #stat_product .control .next:before {
        left: auto;
        right: 10px;
        border-left-width: 0;
        border-top-width: 0
    }
    #stat_product .control .prev {
        left: 0;
    }
    #stat_product .control .next {
        right: 0;
    }
    #stat_product .tool {
        position: relative;
        padding: 5px 0;
        width: 100%;
        text-align: center
    }
    #stat_product .tool .slick-dots {
        display: inline-block
    }
    #stat_product .tool .slick-dots li {
        display: inline-block
    }
    #stat_product .tool .slick-dots button {
        position: relative;
        padding: 8px 6px;
        text-indent: -9999em;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #stat_product .tool .slick-dots button:after {
        content: '';
        position: relative;
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 18px;
        background: #999;
        opacity: .7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #stat_product .tool .slick-dots .slick-active button:After {
        width: 60px;
        opacity: 1;
        background: #446a8a
    }
    #stat_product .tool .ctrl {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        background: #999;
        border-radius: 25px;
        text-indent: -999px;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #stat_product .tool .play:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 11px;
        width: 0;
        height: 0;
        border: 5px transparent solid;
        border-right-width: 0;
        border-left-color: #fff
    }
    #stat_product .tool .pause:before,
    #stat_product .tool .pause:after {
        content: '';
        position: absolute;
        display: block;
        top: 8px;
        left: 9px;
        width: 2px;
        height: 9px;
        background: #fff
    }
    #stat_product .tool .pause:after {
        left: 14px
    }
    /**/



    #customer {


		position: relative;
        padding: 20px;
		border: 1px solid #eee;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;



    }
    #customer:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #customer .list {
        float: left;
        width: 33.33%;
        position: relative;
        padding: 0 10px;
        text-align: center
    }
    #customer .list .tit {
        position: relative;
        display: inline-block;
        margin: 0 0 10px 0;
        font-size: 15px;
        font-weight: 600;
        color: #222;
        transition: all 0.3s
    }
    #customer .list.center .txt span {
        display: block;
        line-height: 40px
    }
    #customer .list.center .tel {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #053863
    }
    #customer .list.center .open {
        padding: 5px 0 0 0;
        font-size: 12px;
        font-weight: 500;
        color: #333;
    }
    #customer .list.center .open strong {
        display: block;
        font-weight: 400;
        color: #000
    }
    #customer .list.center .inq {
        padding: 5px 0 0 0;
        font-size: 12px;
        font-weight: 500;
        color: #333;
    }
    #customer .list.center .inq strong {
        display: block;
        font-weight: 400;
        color: #000
    }
    #customer .list.account .txt {
        line-height: 24px;
        font-size: 15px;
        font-weight: 500;
        color: #333
    }
    #customer .list.account .acc {
        display: block;
        margin-top: 15px;
        font-size: 13px;
        font-weight: 500;
        color: #053863;
    }
    #customer .list.account .bank {
        display: block;
        line-height: 20px;
        font-size: 12px;
        font-weight: 400;
        color: #333;
        word-break: keep-all;
    }
    #customer .list.account .bank strong {
        display: block;
        font-weight: 400;
        color: #000
    }
    #customer .list.community .txt {
        padding: 13px 0
    }
    #customer .list.community .txt .desc {}
    #customer .list.community .txt .desc a {
        position: relative;
        display: block;
        margin: 0 0 6px 0;
        padding: 5px 0 5px 20px;
        padding-right: 45px;
        line-height: 15px;
        font-size: 12px;
        font-weight: 500;
        border: 2px solid #e9e9e9;
        border-top: 0;
        text-align: left;
        transition: all 0.3s;
        filter: grayscale(0.75);
    }
    #customer .list.community .txt .desc a:before {
        content: '';
        position: absolute;
        top: 11px;
        left: 10px;
        width: 2px;
        height: 2px;
        background: #333;
    }
    #customer .list.community .txt .desc a .date {
        position: absolute;
        top: 50%;
        right: 10px;
        font-size: 10px;
        font-weight: 300;
        color: #aaa;
        transform: translateY(-50%);
    }
    #customer .list.community .txt .desc a:hover {
        background: #fafafa;
        border-color: #ccc;
    }
    #soohoo {
        position: relative;
        background: #fafafa;
        max-width: 747px;
        margin: 0 auto;
    }
    #stat {
        position: relative;
        background: #fafafa;
        max-width: 747px;
        margin: 0 auto;
    }
    #stat .title {
        margin-bottom: 50px;
        text-align: center
    }
    #stat .title h3 {
        line-height: 30px;
        font-size: 30px;
        font-weight: 600;
        color: #333
    }
    #stat .title span {
        display: block;
        margin-top: 15px;
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999;
        letter-spacing: -0.5px
    }
    #content {
        position: relative;
        background: #ffffff;
        max-width: 747px;
        margin: 0 auto;
    }
}

@media (max-width:1259px) and (min-width:748px) {
    /* Tablet v.css */
    #visual {
        position: relative;
        height: auto;
        background: #fff;
        overflow: hidden;
        max-width: 747px;
        margin: 0 auto;
    }
    #visual .visual .desc {
        position: relative;
        height: auto;
        text-align: center
    }
    /*
    #visual .visual .desc .img {
        position: relative;
        height: 250px !important;
        background-position: 70% 50% !important
    }
	*/
    #visual .visual .desc .img {
        position: relative;
        width: inherit;
        max-width: 100%;
        height: auto;
        background-position: 50% 50% !important
    }
    #visual .visual .desc .txt {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
    }
    #visual .visual .desc .txt img {
        display: inline-block;
        width: auto;
        max-width: 100%;
        height: auto
    }
    #visual .control .arrow {
        position: absolute;
        top: 50%;
        z-index: 15;
        width: 36px;
        height: 62px;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%)
    }
    #visual .control .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #visual .control .prev:before {
        left: 10px;
        border-right-width: 0;
        border-bottom-width: 0
    }
    #visual .control .next:before {
        left: auto;
        right: 10px;
        border-left-width: 0;
        border-top-width: 0
    }
    #visual .control .prev {
        left: 10px;
    }
    #visual .control .next {
        right: 10px;
    }
    #visual .tool {
        position: absolute;
        padding: 5px 0;
        bottom: 0;
        left: 50%;
        margin-left: -50%;
        width: 100%;
        text-align: center
    }
    #visual .tool .slick-dots {
        display: inline-block
    }
    #visual .tool .slick-dots li {
        display: inline-block
    }
    #visual .tool .slick-dots button {
        position: relative;
        padding: 6px 8px;
        text-indent: -9999em;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #visual .tool .slick-dots button:after {
        content: '';
        position: relative;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #fff;
        opacity: .7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #visual .tool .slick-dots .slick-active button:After {
        width: 60px;
        opacity: 1
    }
    #visual .tool .ctrl {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        background: #222;
        border-radius: 25px;
        text-indent: -999px;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #visual .tool .play:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 11px;
        width: 0;
        height: 0;
        border: 5px transparent solid;
        border-right-width: 0;
        border-left-color: #fff
    }
    #visual .tool .pause:before,
    #visual .tool .pause:after {
        content: '';
        position: absolute;
        display: block;
        top: 8px;
        left: 9px;
        width: 2px;
        height: 9px;
        background: #fff
    }
    #visual .tool .pause:after {
        left: 14px
    }
    /**/
    #direct {
        padding: 20px;
        border-bottom: 1px solid #ecece3;
        max-width: 747px;
        margin: 0 auto;
    }
    #direct ul {
        margin: 0 -20px 0 0
    }
    #direct ul:after {
        content: '';
        display: table;
        line-height: 0;
        clear: Both
    }
    #direct li {
        float: left;
        width: 50%
    }
    /*3개로 할려면 33.33*/
    #direct li .inner {
        position: relative;
        display: block;
        margin: 0 20px 0 0;
        padding: 20px;
        min-height: 180px;
        border-radius: 5px;
        transition: all 0.5s ease-in-out
    }
    #direct li * {
        display: block;
        color: #555;
        color: rgba(255, 255, 255, 0.5)
    }
    #direct li i {
        margin: 10px 0;
        width: 25px;
        height: 1px;
        background: #555;
        background: rgba(0, 0, 0, 0.3)
    }
    #direct li em {
        margin-bottom: 4px;
        font-size: 11px;
        text-transform: uppercase
    }
    #direct li strong {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -2px
    }
    #direct li .more {
        position: absolute;
        z-index: 2;
        bottom: 40px;
        left: 35px;
        display: block;
        width: 50px;
        height: 10px;
        background: url(../img/arrowBtn.png) no-repeat center right;
        transition: all 0.2s;
        opacity: 0.3
    }
    #direct li .inner:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
    }
    #direct li .inner:hover .more {
        width: 60px;
        opacity: 0.75
    }
    #direct .da1 .inner {
        background: #e28d69 url("/img/direct01.jpg") no-repeat right bottom;
        background-size: 200px auto
    }
    #direct .da2 .inner {
        background: #ca9764 url("../img/direct02.png") no-repeat right bottom;
        background-size: 200px auto
    }
    #direct .da3 .inner {
        background: #302d15 url("../img/direct03.png") no-repeat right bottom;
        background-size: 200px auto
    }
    #direct .da1 strong,
    #direct .da2 strong,
    #direct .da3 strong {
        color: #fff
    }
    #direct .da1 i,
    #direct .da2 i,
    #direct .da3 i {
        background: #fff
    }
    #direct li span {
        margin-bottom: 10px;
        font-size: 13px;
        letter-spacing: -1px
    }
    /**/
    #product {
        position: relative;
        padding: 50px 20px;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;
    }
    #product .title {
        margin-bottom: 50px;
        text-align: center
    }
    #product .title h3 {
        line-height: 50px;
        font-size: 24px;
        font-weight: 600;
        color: #333
    }
    #product .title span {
        line-height: 20px;
        font-size: 14px;
        font-weight: 300;
        color: #999
    }
    /**/
    #event {
        position: relative;
        padding: 50px 20px;
        max-width: 747px;
        margin: 0 auto;
        ;
        background: #fcfcfc url("/img/event.png") repeat
    }
    #event .title {
        margin-bottom: 50px;
        text-align: center
    }
    #event .title h3 {
        line-height: 50px;
        font-size: 24px;
        font-weight: 600;
        color: #333
    }
    #event .title span {
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999
    }
    #event .list {
        margin: 0 -15px -15px 0;
        font-size: 0
    }
    #event .list:after {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }
    #event .list .desc {
        display: inline-block;
        width: 33.33%;
        vertical-align: top
    }
    #event .list .desc .inner {
        position: relative;
        margin: 0 15px 15px 0
    }
    #event .list .desc .chk {
        position: absolute;
        top: 5px;
        left: 5px
    }
    #event .list .desc .img {
        position: relative;
        background: #fff
    }
    #event .list .desc .img .noimg:after {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f3f3f3 url("/data/common/logo_img") no-repeat 50% 50%
    }
    #event .list .desc .img a {
        position: relative;
        z-index: 1;
        display: block
    }
    #event .list .desc .img a img {
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        height: auto
    }
    #event .list .desc .img .cate {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        padding: 0 8px;
        background: #053863
    }
    #event .list .desc .img .cate a {
        display: block;
        line-height: 30px;
        font-size: 12px;
        font-weight: 500;
        color: #fff
    }
    #event .list .desc .con {
        padding: 20px 0;
        text-align: center;
        background: #fff
    }
    #event .list .desc .tit {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        line-height: 25px;
        font-size: 15px;
        font-weight: 500;
        color: #666;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 40px;
        letter-spacing: -0.5px
    }
    #event .list .desc .txt {
        margin-top: 10px;
        line-height: 15px;
        font-size: 12px;
        color: #999;
        overflow: hidden;
    }
    /**/
    #best {
        position: relative;
        padding: 50px 20px;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;
    }
    #best:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #best .title {
        margin-bottom: 50px;
        text-align: center
    }
    #best .title h3 {
        line-height: 50px;
        font-size: 25px;
        font-weight: 600;
        color: #333
    }
    #best .title span {
        line-height: 20px;
        font-size: 14px;
        font-weight: 300;
        color: #999
    }
    #best .cont {
        position: relative
    }
    #best .cont:after {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }
    #best .cont .banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        height: 100%;
        background: url("/img/book01.png") no-repeat 50% 50%;
        background-size: cover
    }
    #best .cont .banner .txt {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
        line-height: 34px;
        font-size: 35px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.85)
    }
    #best .cont .banner .txt strong {
        display: block;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase
    }
    #best .cont .list {
        float: left;
        padding-left: calc(30% + 20px);
        width: 100%
    }
    /**/
    #review {
        position: relative;
        padding: 50px 20px;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;
    }
    #review .title {
        margin-bottom: 50px;
        text-align: center
    }
    #review .title h3 {
        line-height: 30px;
        font-size: 30px;
        font-weight: 600;
        color: #333
    }
    #review .title span {
        display: block;
        margin-top: 15px;
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999;
        letter-spacing: -0.5px
    }
    #review .cont ul {
        position: relative;
        margin: 0 -20px 0 0;
        font-size: 0
    }
    #review .cont ul:after {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }
    #review .cont li {
        display: inline-block;
        width: 25%;
        vertical-align: top
    }
    #review .cont li:nth-child(n+3) {
        border-top: 1px solid #f1f1f1
    }
    #review .cont li .inner {
        display: block;
        margin: 0 20px 0 0;
        overflow: hidden
    }
    #review .cont li .inner .img {
        overflow: hidden
    }
    #review .cont li .inner .img a {
        display: block
    }
    #review .cont li .inner .img a img {
        width: auto;
        max-width: 100%;
        height: auto;
        transition: all 0.3s
    }
    #review .cont li .inner .img a:hover img {
        transform: scale(1.05)
    }
    #review .cont li .inner .con {
        padding: 10px 0 50px
    }
    #review .cont li .inner .tit {
        padding: 10px 0;
        line-height: 16px;
        font-size: 14px;
        font-weight: 500;
        color: #222;
        letter-spacing: -0.5px
    }
    #review .cont li .inner .txt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 54px;
        line-height: 18px;
        font-size: 13px;
        font-weight: 300;
        color: #999;
        overflow: hidden;
        letter-spacing: -0.5px
    }
    #review .cont li .inner .txt * {
        word-break: keep-all
    }
    #review .cont li .inner .use {
        display: none;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        overflow: hidden
    }
    #review .cont li .inner .use span {
        float: left;
        position: relative
    }
    #review .cont li .inner .use span:nth-child(n+2) {
        padding-left: 5px;
        margin-left: 5px
    }
    #review .cont li .inner .use span:nth-child(n+2):before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
        width: 1px;
        height: 8px;
        background: #e9e9e9
    }
    #review .cont li .inner .star {
        position: relative;
        margin-top: 10px
    }
    #review .cont li .inner .star .score {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 18px;
        text-align: left;
        background: url("/img/ico_star_off.png") no-repeat left 45%;
        background-size: 80px auto;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        vertical-align: top
    }
    #review .cont li .inner .star .score em {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        text-align: left;
        background: url("/img/ico_star_on.png") no-repeat left 45%;
        background-size: 80px auto;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden
    }
    #review .cont .more {
        margin: 15px 0
    }
    #review .cont .more a {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 180px;
        height: 46px;
        line-height: 42px;
        font-size: 14px;
        font-weight: 500;
        color: #053863;
        border: 2px solid #053863;
        text-align: center;
        transition: all 0.5s;
        overflow: hidden
    }
    #review .cont .more i {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        margin: -15px 0 0 -15px;
        width: 30px;
        height: 30px;
        transform: rotate(-180deg);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s
    }
    #review .cont .more i:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -7px;
        width: 14px;
        height: 2px;
        background: #fff
    }
    #review .cont .more i:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -1px;
        width: 2px;
        height: 14px;
        background: #fff
    }
    #review .cont .more a:hover {
        color: transparent;
        background: #053863
    }
    #review .cont .more a:hover i {
        transform: rotate(0deg);
        opacity: 1;
        visibility: visible
    }
    /**/
    #faq {
        position: relative;
        padding: 20px 20px;
        background: #fafafa;
        max-width: 747px;
        margin: 0 auto;
    }
    #faq .title {
        margin-bottom: 20px;
        text-align: center
    }
    #faq .title h3 {
        line-height: 20px;
        font-size: 18px;
        font-weight: 600;
        color: #333
    }
    #faq .title span {
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999
    }
    #faq .list .desc {
        /* margin: 20px auto 0; */
        margin: 0 auto 0;
        padding: 0 20px 20px;
        line-height: 24px;
        text-align: center;
        word-break: keep-all
    }
    #faq .list .desc .sub {
        position: relative;
        display: block;
		text-align: left;
        padding-top: 16px;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 500;
        color: #053863
    }
    #faq .list .desc .sub:before {
        content: '""';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50%;
        width: 100%;
        font-size: 50px;
        font-weight: 500;
        color: rgba(5, 56, 99, 0.2)
    }
    #faq .list .desc .tit {
        font-size: 22px;
        line-height: 32px;
		text-align: left;
        color: #222
    }
    #faq .list .desc .txt {
        margin-top: 15px;
		text-align: left;
        line-height: 22px;
    }
    #faq .control .arrow {
        position: absolute;
        top: 50%;
        z-index: 1001;
        width: 36px;
        height: 62px;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%)
    }
    #faq .control .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        width: 40px;
        height: 40px;
        border: 2px solid #ccc;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #faq .control .prev:before {
        left: 10px;
        border-right-width: 0;
        border-bottom-width: 0
    }
    #faq .control .next:before {
        left: auto;
        right: 10px;
        border-left-width: 0;
        border-top-width: 0
    }
    #faq .control .prev {
        left: 0;
    }
    #faq .control .next {
        right: 0;
    }
    #faq .tool {
        position: relative;
        padding: 10px 0;
        width: 100%;
        text-align: center
    }
    #faq .tool .slick-dots {
        display: inline-block
    }
    #faq .tool .slick-dots li {
        display: inline-block
    }
    #faq .tool .slick-dots button {
        position: relative;
        padding: 8px 6px;
        text-indent: -9999em;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #faq .tool .slick-dots button:after {
        content: '';
        position: relative;
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 18px;
        background: #999;
        opacity: .7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #faq .tool .slick-dots .slick-active button:After {
        width: 60px;
        opacity: 1;
        background: #446a8a
    }
    #faq .tool .ctrl {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        background: #999;
        border-radius: 25px;
        text-indent: -999px;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #faq .tool .play:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 11px;
        width: 0;
        height: 0;
        border: 5px transparent solid;
        border-right-width: 0;
        border-left-color: #fff
    }
    #faq .tool .pause:before,
    #faq .tool .pause:after {
        content: '';
        position: absolute;
        display: block;
        top: 8px;
        left: 9px;
        width: 2px;
        height: 9px;
        background: #fff
    }
    #faq .tool .pause:after {
        left: 14px
    }
    /**/


	#stat_product {
        position: relative;
        padding: 20px 20px;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;
    }
    #stat_product:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }

    #stat_product .title {
        margin-bottom: 50px;
        text-align: center
    }
    #stat_product .title h3 {
        line-height: 50px;
        font-size: 24px;
        font-weight: 600;
        color: #333
    }
    #stat_product .title span {
        line-height: 20px;
        font-size: 14px;
        font-weight: 300;
        color: #999
    }
    #stat_product .list .desc {
        /* margin: 20px auto 0; */
        margin: 0 auto 0;
        padding: 0 20px 20px;
        line-height: 24px;
        text-align: center;
        word-break: keep-all
    }
    #stat_product .list .desc .sub {
        position: relative;
        display: block;
		text-align: left;
        padding-top: 16px;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 500;
        color: #053863
    }
    #stat_product .list .desc .sub:before {
        content: '""';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50%;
        width: 100%;
        font-size: 50px;
        font-weight: 500;
        color: rgba(5, 56, 99, 0.2)
    }
    #stat_product .list .desc .tit {
        font-size: 22px;
        line-height: 32px;
		text-align: left;
        color: #222
    }
    #stat_product .list .desc .txt {
        margin-top: 15px;
		text-align: left;
        line-height: 22px;
    }
    #stat_product .control .arrow {
        position: absolute;
        top: 50%;
        z-index: 1001;
        width: 36px;
        height: 62px;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%)
    }
    #stat_product .control .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        width: 40px;
        height: 40px;
        border: 2px solid #ccc;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #stat_product .control .prev:before {
        left: 10px;
        border-right-width: 0;
        border-bottom-width: 0
    }
    #stat_product .control .next:before {
        left: auto;
        right: 10px;
        border-left-width: 0;
        border-top-width: 0
    }
    #stat_product .control .prev {
        left: 0;
    }
    #stat_product .control .next {
        right: 0;
    }
    #stat_product .tool {
        position: relative;
        padding: 10px 0;
        width: 100%;
        text-align: center
    }
    #stat_product .tool .slick-dots {
        display: inline-block
    }
    #stat_product .tool .slick-dots li {
        display: inline-block
    }
    #stat_product .tool .slick-dots button {
        position: relative;
        padding: 8px 6px;
        text-indent: -9999em;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #stat_product .tool .slick-dots button:after {
        content: '';
        position: relative;
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 18px;
        background: #999;
        opacity: .7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #stat_product .tool .slick-dots .slick-active button:After {
        width: 60px;
        opacity: 1;
        background: #446a8a
    }
    #stat_product .tool .ctrl {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        background: #999;
        border-radius: 25px;
        text-indent: -999px;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #stat_product .tool .play:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 11px;
        width: 0;
        height: 0;
        border: 5px transparent solid;
        border-right-width: 0;
        border-left-color: #fff
    }
    #stat_product .tool .pause:before,
    #stat_product .tool .pause:after {
        content: '';
        position: absolute;
        display: block;
        top: 8px;
        left: 9px;
        width: 2px;
        height: 9px;
        background: #fff
    }
    #stat_product .tool .pause:after {
        left: 14px
    }
    /**/
    #customer {


		position: relative;
        padding: 20px;
		border: 1px solid #eee;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;



    }
    #customer:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #customer .list {
        float: left;
        width: 33.33%;
        position: relative;
        padding: 0 10px;
        text-align: center
    }
    #customer .list .tit {
        position: relative;
        display: inline-block;
        margin: 0 0 10px 0;
        font-size: 15px;
        font-weight: 600;
        color: #222;
        transition: all 0.3s
    }
    #customer .list.center .txt span {
        display: block;
        line-height: 40px
    }
    #customer .list.center .tel {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #053863
    }
    #customer .list.center .open {
        padding: 5px 0 0 0;
        font-size: 12px;
        font-weight: 500;
        color: #333;
    }
    #customer .list.center .open strong {
        display: block;
        font-weight: 400;
        color: #000
    }
    #customer .list.center .inq {
        padding: 5px 0 0 0;
        font-size: 12px;
        font-weight: 500;
        color: #333;
    }
    #customer .list.center .inq strong {
        display: block;
        font-weight: 400;
        color: #000
    }
    #customer .list.account .txt {
        line-height: 24px;
        font-size: 15px;
        font-weight: 500;
        color: #333
    }
    #customer .list.account .acc {
        display: block;
        margin-top: 15px;
        font-size: 13px;
        font-weight: 500;
        color: #053863;
    }
    #customer .list.account .bank {
        display: block;
        line-height: 20px;
        font-size: 12px;
        font-weight: 400;
        color: #333;
        word-break: keep-all;
    }
    #customer .list.account .bank strong {
        display: block;
        font-weight: 400;
        color: #000
    }
    #customer .list.community .txt {
        padding: 13px 0
    }
    #customer .list.community .txt .desc {}
    #customer .list.community .txt .desc a {
        position: relative;
        display: block;
        margin: 0 0 6px 0;
        padding: 5px 0 5px 20px;
        padding-right: 45px;
        line-height: 15px;
        font-size: 12px;
        font-weight: 500;
        border: 2px solid #e9e9e9;
        border-top: 0;
        text-align: left;
        transition: all 0.3s;
        filter: grayscale(0.75);
    }
    #customer .list.community .txt .desc a:before {
        content: '';
        position: absolute;
        top: 11px;
        left: 10px;
        width: 2px;
        height: 2px;
        background: #333;
    }
    #customer .list.community .txt .desc a .date {
        position: absolute;
        top: 50%;
        right: 10px;
        font-size: 10px;
        font-weight: 300;
        color: #aaa;
        transform: translateY(-50%);
    }
    #customer .list.community .txt .desc a:hover {
        background: #fafafa;
        border-color: #ccc;
    }
    #soohoo {
        position: relative;
        background: #fafafa;
        max-width: 747px;
        margin: 0 auto;
    }
    #stat {
        position: relative;
        background: #fafafa;
        max-width: 747px;
        margin: 0 auto;
    }
    #stat .title {
        margin-bottom: 50px;
        text-align: center
    }
    #stat .title h3 {
        line-height: 30px;
        font-size: 30px;
        font-weight: 600;
        color: #333
    }
    #stat .title span {
        display: block;
        margin-top: 15px;
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999;
        letter-spacing: -0.5px
    }
    #listskin {
        position: relative;
        background: #fafafa;
        max-width: 747px;
        margin: 0 auto;
    }
}

@media (max-width:747px) {
    /* Tablet v.css */
    #visual {
        position: relative;
        height: auto;
        background: #fff;
        overflow: hidden
    }
    #visual .visual .desc {
        position: relative;
        height: auto;
        text-align: center
    }
    /*
    #visual .visual .desc .img {
        position: relative;
        height: 250px !important;
        background-position: 70% 50% !important
    }
    #visual .visual .desc .img img {
        margin: 0 auto;
        width: auto;
        height: 100%
    }
	*/
    #visual .visual .desc .img {
        position: relative;
        width: inherit;
        max-width: 100%;
        height: auto;
        background-position: 50% 50% !important
    }
    #visual .visual .desc .img img {
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }
    #visual .visual .desc .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 10%;
        transform: translate(-50%, -50%)
    }
    #visual .visual .desc .txt img {
        width: auto;
        max-width: 100%;
        height: auto
    }
    #visual .control .arrow {
        position: absolute;
        top: 50%;
        z-index: 15;
        width: 36px;
        height: 42px;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%);
    }
    #visual .control .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    #visual .control .prev:before {
        left: 10px;
        border-right-width: 0;
        border-bottom-width: 0
    }
    #visual .control .next:before {
        left: auto;
        right: 10px;
        border-left-width: 0;
        border-top-width: 0
    }
    #visual .control .prev {
        left: 0;
    }
    #visual .control .next {
        right: 0;
    }
    #visual .tool {
        position: absolute;
        padding: 5px 0;
        bottom: 0;
        left: 50%;
        margin-left: -50%;
        width: 100%;
        text-align: center
    }
    #visual .tool .slick-dots {
        display: inline-block
    }
    #visual .tool .slick-dots li {
        display: inline-block
    }
    #visual .tool .slick-dots button {
        position: relative;
        padding: 6px 8px;
        text-indent: -9999em;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #visual .tool .slick-dots button:after {
        content: '';
        position: relative;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #fff;
        opacity: .7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #visual .tool .slick-dots .slick-active button:After {
        width: 60px;
        opacity: 1
    }
    #visual .tool .ctrl {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        background: #222;
        border-radius: 25px;
        text-indent: -999px;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #visual .tool .play:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 11px;
        width: 0;
        height: 0;
        border: 5px transparent solid;
        border-right-width: 0;
        border-left-color: #fff
    }
    #visual .tool .pause:before,
    #visual .tool .pause:after {
        content: '';
        position: absolute;
        display: block;
        top: 8px;
        left: 9px;
        width: 2px;
        height: 9px;
        background: #fff
    }
    #visual .tool .pause:after {
        left: 14px
    }
    /**/
    #direct {
        padding: 15px 20px;
    }
    #direct ul {}
    #direct ul:after {
        content: '';
        display: table;
        line-height: 0;
        clear: Both
    }
    #direct li:nth-child(n+2) {
        margin-top: 10px
    }
    #direct li .inner {
        position: relative;
        display: block;
        padding: 15px 20px;
        min-height: 135px;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
    }
    #direct li * {
        display: block;
        color: #555;
        color: rgba(255, 255, 255, 0.5)
    }
    #direct li i {
        margin: 0 0 12px 0;
        width: 20px;
        height: 1px;
        background: #555;
        background: rgba(0, 0, 0, 0.3)
    }
    #direct li em {
        margin-bottom: 4px;
        font-size: 11px;
        text-transform: uppercase
    }
    #direct li strong {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -1px
    }
    #direct li .more {
        position: absolute;
        z-index: 2;
        bottom: 20px;
        left: 20px;
        display: block;
        width: 40px;
        height: 10px;
        background: url(../img/arrowBtn.png) no-repeat center right;
        background-size: 100% auto;
        transition: all 0.2s;
        opacity: 0.5
    }
    #direct li .inner:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
    }
    #direct li .inner:hover .more {
        width: 60px;
        opacity: 0.75
    }
    #direct .da1 .inner {
        background: #e28d69 url("/img/direct01.jpg") no-repeat right bottom;
        background-size: 200px auto
    }
    #direct .da2 .inner {
        background: #ca9764 url("../img/direct02.png") no-repeat right bottom;
        background-size: 200px auto
    }
    #direct .da3 .inner {
        background: #302d15 url("../img/direct03.png") no-repeat right bottom;
        background-size: 200px auto
    }
    #direct .da1 strong,
    #direct .da2 strong,
    #direct .da3 strong {
        color: #fff
    }
    #direct .da1 i,
    #direct .da2 i,
    #direct .da3 i {
        background: #fff
    }
    #direct li span {
        margin-bottom: 10px;
        font-size: 12px;
        letter-spacing: -1px
    }
    /**/
    #product {
        position: relative;
        margin: 10px 0 0 0;
        padding: 15px 20px;
        background: #fff;
    }
    #product:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #product .title {
        margin-bottom: 25px;
        text-align: center
    }
    #product .title h3 {
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
        color: #333
    }
    #product .title span {
        display: block;
        margin-top: 5px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        letter-spacing: -0.5px
    }
    /**/
    #event {
        position: relative;
        padding: 15px 20px;
        background: #fcfcfc url("/img/event.png") repeat;
    }
    #event .title {
        margin-bottom: 25px;
        text-align: center
    }
    #event .title h3 {
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
        color: #333
    }
    #event .title span {
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999
    }
    #event .list {
        font-size: 0
    }
    #event .list:after {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }
    #event .list .desc {
        display: block
    }
    #event .list .desc:nth-child(n+2) {
        margin-top: 10px
    }
    #event .list .desc .inner {
        position: relative
    }
    #event .list .desc .chk {
        position: absolute;
        top: 5px;
        left: 5px
    }
    #event .list .desc .img {
        position: relative;
        background: #fff
    }
    #event .list .desc .img .noimg:after {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f3f3f3 url("/data/common/logo_img") no-repeat 50% 50%
    }
    #event .list .desc .img a {
        position: relative;
        z-index: 1;
        display: block
    }
    #event .list .desc .img a img {
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        height: auto
    }
    #event .list .desc .img .cate {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        padding: 0 8px;
        background: #053863
    }
    #event .list .desc .img .cate a {
        display: block;
        line-height: 30px;
        font-size: 12px;
        font-weight: 500;
        color: #fff
    }
    #event .list .desc .con {
        padding: 10px 0;
        text-align: center;
        background: #fff
    }
    #event .list .desc .tit {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        line-height: 15px;
        font-size: 13px;
        font-weight: 500;
        color: #666;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 40px;
        letter-spacing: -0.5px
    }
    #event .list .desc .txt {
        margin-top: 5px;
        line-height: 15px;
        font-size: 11px;
        color: #999;
        overflow: hidden;
    }
    /**/
    #best {
        position: relative;
        padding: 15px 20px;
        background: #fff;
    }
    #best:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #best .title {
        margin-bottom: 25px;
        text-align: center
    }
    #best .title h3 {
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
        color: #333
    }
    #best .title span {
        display: block;
        margin-top: 5px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        letter-spacing: -0.5px
    }
    #best .cont {
        position: relative
    }
    #best .cont:after {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }
    #best .cont .banner {
        position: relative;
        width: 100%;
        height: 150px;
        background: url("/img/book01.png") no-repeat 50% 50%;
        background-size: cover
    }
    #best .cont .banner .txt {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        line-height: 24px;
        font-size: 24px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.85)
    }
    #best .cont .banner .txt strong {
        display: block;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase
    }
    #best .cont .list {
        padding-top: 25px;
        width: 100%
    }
    /**/
    #review {
        position: relative;
        margin: 10px 0 0 0;
        padding: 15px 20px;
        background: #fff;
    }
    #review:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #review .title {
        margin-bottom: 25px;
        text-align: center
    }
    #review .title h3 {
        line-height: 20px;
        font-size: 18px;
        font-weight: 600;
        color: #333
    }
    #review .title span {
        display: block;
        margin-top: 5px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        letter-spacing: -0.5px
    }
    #review .cont ul {
        position: relative;
        margin: 0 -10px -10px 0;
        font-size: 0
    }
    #review .cont ul:after {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }
    #review .cont li {
        display: inline-block;
        width: 50%;
        vertical-align: top
    }
    #review .cont li:nth-child(n+3) {
        border-top: 1px solid #f1f1f1
    }
    #review .cont li .inner {
        display: block;
        margin: 0 10px 10px 0;
        overflow: hidden
    }
    #review .cont li .inner .img {
        overflow: hidden
    }
    #review .cont li .inner .img a {
        display: block
    }
    #review .cont li .inner .img a img {
        width: auto;
        max-width: 100%;
        height: auto;
        transition: all 0.3s
    }
    #review .cont li .inner .img a:hover img {
        transform: scale(1.05)
    }
    #review .cont li .inner .con {
        padding: 10px 0 20px
    }
    #review .cont li .inner .tit {
        padding: 10px 0;
        line-height: 15px;
        font-size: 13px;
        font-weight: 500;
        color: #222;
        letter-spacing: -0.5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #review .cont li .inner .txt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 45px;
        line-height: 15px;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        overflow: hidden;
        letter-spacing: -0.5px
    }
    #review .cont li .inner .txt * {
        word-break: keep-all
    }
    #review .cont li .inner .use {
        display: none;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        overflow: hidden
    }
    #review .cont li .inner .use span {
        float: left;
        position: relative
    }
    #review .cont li .inner .use span:nth-child(n+2) {
        padding-left: 5px;
        margin-left: 5px
    }
    #review .cont li .inner .use span:nth-child(n+2):before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
        width: 1px;
        height: 8px;
        background: #e9e9e9
    }
    #review .cont li .inner .star {
        position: relative;
        margin-top: 10px
    }
    #review .cont li .inner .star .score {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 18px;
        text-align: left;
        background: url("/img/ico_star_off.png") no-repeat left 45%;
        background-size: 60px auto;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        vertical-align: top
    }
    #review .cont li .inner .star .score em {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        text-align: left;
        background: url("/img/ico_star_on.png") no-repeat left 45%;
        background-size: 60px auto;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden
    }
    #review .cont .more {
        margin: 15px 0
    }
    #review .cont .more a {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 140px;
        height: 37px;
        line-height: 35px;
        font-size: 12px;
        font-weight: 500;
        color: #053863;
        border: 1px solid #053863;
        text-align: center;
        transition: all 0.5s;
        overflow: hidden
    }
    #review .cont .more i {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        margin: -15px 0 0 -15px;
        width: 30px;
        height: 30px;
        transform: rotate(-180deg);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s
    }
    #review .cont .more i:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -7px;
        width: 14px;
        height: 2px;
        background: #fff
    }
    #review .cont .more i:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -1px;
        width: 2px;
        height: 14px;
        background: #fff
    }
    #review .cont .more a:hover {
        color: transparent;
        background: #053863
    }
    #review .cont .more a:hover i {
        transform: rotate(0deg);
        opacity: 1;
        visibility: visible
    }
    /**/
    #faq {
        position: relative;
        padding: 20px 20px;
        background: #fafafa;
        overflow: hidden;
    }
    #faq .title {
        margin-bottom: 20px;
        text-align: center
    }
    #faq .title h3 {
        line-height: 20px;
        font-size: 18px;
        font-weight: 600;
        color: #333
    }
    #faq .title span {
        line-height: 20px;
        font-size: 15px;
        font-weight: 300;
        color: #999
    }
    #faq .list .desc {
        /* margin: 20px auto 0; */
        margin: 0 auto 0;
        padding: 0 15px 20px;
        line-height: 18px;
        text-align: center;
        word-break: keep-all;
    }
    #faq .list .desc .sub {
        position: relative;
        display: block;
        padding-top: 5px;
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: 500;
		text-align: left;
        color: #053863;
    }
    #faq .list .desc .sub:before {
        content: '""';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50%;
        width: 100%;
        font-size: 30px;
        font-weight: 500;
        color: rgba(5, 56, 99, 0.2);
    }
    #faq .list .desc .tit {
        font-size: 15px;
        line-height: 22px;
        color: #222;
		text-align: left;
    }
    #faq .list .desc .txt {
        margin-top: 10px;
        line-height: 18px;
        font-size: 12px;
		text-align: left;
    }
    #faq .control .arrow {
        position: absolute;
        top: 50%;
        z-index: 1001;
        width: 36px;
        height: 42px;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%);
    }
    #faq .control .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    #faq .control .prev:before {
        left: 10px;
        border-right-width: 0;
        border-bottom-width: 0
    }
    #faq .control .next:before {
        left: auto;
        right: 10px;
        border-left-width: 0;
        border-top-width: 0
    }
    #faq .control .prev {
        left: -20px;
    }
    #faq .control .next {
        right: -20px;
    }
    #faq .tool {
        position: relative;
        padding: 10px 0;
        width: 100%;
        text-align: center
    }
    #faq .tool .slick-dots {
        display: inline-block
    }
    #faq .tool .slick-dots li {
        display: inline-block
    }
    #faq .tool .slick-dots button {
        position: relative;
        padding: 8px 6px;
        text-indent: -9999em;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #faq .tool .slick-dots button:after {
        content: '';
        position: relative;
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 18px;
        background: #999;
        opacity: .7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #faq .tool .slick-dots .slick-active button:After {
        width: 60px;
        opacity: 1;
        background: #446a8a
    }
    #faq .tool .ctrl {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        background: #999;
        border-radius: 25px;
        text-indent: -999px;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #faq .tool .play:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 11px;
        width: 0;
        height: 0;
        border: 5px transparent solid;
        border-right-width: 0;
        border-left-color: #fff
    }
    #faq .tool .pause:before,
    #faq .tool .pause:after {
        content: '';
        position: absolute;
        display: block;
        top: 8px;
        left: 9px;
        width: 2px;
        height: 9px;
        background: #fff
    }
    #faq .tool .pause:after {
        left: 14px
    }
    /**/

    #stat_product {
        position: relative;
        margin: 10px 0 0 0;
        padding: 15px 20px;
        background: #fff;
    }
    #stat_product:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #stat_product .title {
        margin-bottom: 25px;
        text-align: center
    }
    #stat_product .title h3 {
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
        color: #333
    }
    #stat_product .title span {
        display: block;
        margin-top: 5px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        letter-spacing: -0.5px
    }
    #stat_product .list .desc {
        /* margin: 20px auto 0; */
        margin: 0 auto 0;
        padding: 0 15px 20px;
        line-height: 18px;
        text-align: center;
        word-break: keep-all;
    }
    #stat_product .list .desc .sub {
        position: relative;
        display: block;
        padding-top: 5px;
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: 500;
		text-align: left;
        color: #053863;
    }
    #stat_product .list .desc .sub:before {
        content: '""';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50%;
        width: 100%;
        font-size: 30px;
        font-weight: 500;
        color: rgba(5, 56, 99, 0.2);
    }
    #stat_product .list .desc .tit {
        font-size: 15px;
        line-height: 22px;
        color: #222;
		text-align: left;
    }
    #stat_product .list .desc .txt {
        margin-top: 10px;
        line-height: 18px;
        font-size: 12px;
		text-align: left;
    }
    #stat_product .control .arrow {
        position: absolute;
        top: 50%;
        z-index: 1001;
        width: 36px;
        height: 42px;
        text-indent: -9999em;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%);
    }
    #stat_product .control .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    #stat_product .control .prev:before {
        left: 10px;
        border-right-width: 0;
        border-bottom-width: 0
    }
    #stat_product .control .next:before {
        left: auto;
        right: 10px;
        border-left-width: 0;
        border-top-width: 0
    }
    #stat_product .control .prev {
        left: -20px;
    }
    #stat_product .control .next {
        right: -20px;
    }
    #stat_product .tool {
        position: relative;
        padding: 10px 0;
        width: 100%;
        text-align: center
    }
    #stat_product .tool .slick-dots {
        display: inline-block
    }
    #stat_product .tool .slick-dots li {
        display: inline-block
    }
    #stat_product .tool .slick-dots button {
        position: relative;
        padding: 8px 6px;
        text-indent: -9999em;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #stat_product .tool .slick-dots button:after {
        content: '';
        position: relative;
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 18px;
        background: #999;
        opacity: .7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s
    }
    #stat_product .tool .slick-dots .slick-active button:After {
        width: 60px;
        opacity: 1;
        background: #446a8a
    }
    #stat_product .tool .ctrl {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        background: #999;
        border-radius: 25px;
        text-indent: -999px;
        overflow: hidden;
        font-size: 0;
        vertical-align: middle
    }
    #stat_product .tool .play:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 11px;
        width: 0;
        height: 0;
        border: 5px transparent solid;
        border-right-width: 0;
        border-left-color: #fff
    }
    #stat_product .tool .pause:before,
    #stat_product .tool .pause:after {
        content: '';
        position: absolute;
        display: block;
        top: 8px;
        left: 9px;
        width: 2px;
        height: 9px;
        background: #fff
    }
    #stat_product .tool .pause:after {
        left: 14px
    }
    /**/
    #customer {


		position: relative;
        padding: 20px;
		border: 1px solid #eee;
        background: #fff;
        max-width: 747px;
        margin: 0 auto;



    }
    #customer:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }




	#customer .list {
        position: relative;
        padding: 0 10px;
        text-align: left
    }
    #customer .list:nth-child(n+2) {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px dashed #e9e9e9
    }
    #customer .list .tit {
        position: relative;
        display: block;
        margin: 0 0 10px 0;
        font-size: 15px;
        font-weight: 600;
        color: #222;
        transition: all 0.3s
    }
    #customer .list.center .txt span {
        display: block;
        line-height: 40px
    }
    #customer .list.center .tel {
        display: block;
        font-size: 28px;
        font-weight: 600;
        color: #053863
    }
    #customer .list.center .open {
        padding: 5px 0 0 0;
        line-height: 20px;
        font-size: 12px;
        font-weight: 500;
        color: #333;
        text-align: right;
        overflow: hidden
    }
    #customer .list.center .open strong {
        float: left;
        font-weight: 400;
        color: #000
    }
    #customer .list.center .inq {
        padding: 5px 0 0 0;
        line-height: 20px;
        font-size: 12px;
        font-weight: 500;
        color: #333;
        text-align: right;
        overflow: hidden
    }
    #customer .list.center .inq strong {
        float: left;
        font-weight: 400;
        color: #000
    }
    #customer .list.account .txt {
        line-height: 24px;
        font-size: 15px;
        font-weight: 500;
        color: #333
    }
    #customer .list.account .acc {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 500;
        color: #053863
    }
    #customer .list.account .bank {
        display: block;
        line-height: 19px;
        font-size: 12px;
        font-weight: 400;
        color: #333;
        word-break: keep-all;
        text-align: right;
    }
    #customer .list.account .bank strong {
        float: left;
        font-weight: 400;
        color: #000
    }
    #customer .list.community .txt {
        padding: 13px 0
    }
    #customer .list.community .txt .desc {}
    #customer .list.community .txt .desc a {
        position: relative;
        display: block;
        margin: 0 0 6px 0;
        padding: 0 50px 0 20px;
        line-height: 25px;
        font-size: 12px;
        font-weight: 500;
        border: 2px solid #e9e9e9;
        border-top: 0;
        text-align: left;
        transition: all 0.3s;
        filter: grayscale(0.75);
    }
    #customer .list.community .txt .desc a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 10px;
        width: 2px;
        height: 2px;
        margin-top: -1px;
        background: #333
    }
    #customer .list.community .txt .desc a .date {
        position: absolute;
        top: 50%;
        right: 10px;
        font-size: 11px;
        font-weight: 300;
        color: #aaa;
        transform: translateY(-50%);
    }
    #customer .list.community .txt .desc a:hover {
        background: #fafafa;
        border-color: #ccc;
    }
    #soohoo {
        position: relative;
        background: #fafafa;
        overflow: hidden;
        width: 100%;
    }
    #stat {
        position: relative;
        background: #fafafa;
        overflow: hidden;
        width: 100%;
    }
    #stat:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        border-top: 1px solid #d1d1d1;
        background: #f5f5f5
    }
    #stat .title {
        margin-bottom: 25px;
        text-align: center
    }
    #stat .title h3 {
        line-height: 20px;
        font-size: 18px;
        font-weight: 600;
        color: #333
    }
    #stat .title span {
        display: block;
        margin-top: 5px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        letter-spacing: -0.5px
    }
}