@charset "utf-8";

#main {word-break: keep-all;}
#main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main p {margin: 0;}
#main .title h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 0;
}
#main .title p {
    font-size: 18px;
    margin-top: 20px;
}
#main .title .moreBtn {overflow: hidden;}
#main .title .moreBtn span {
    font-size: 14px;
    color: #888;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
#main .title .moreBtn img {
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-180deg);
}

#main #magazine {padding: 120px 0;}
#main #magazine .title {
    overflow: hidden;
    margin-bottom: 50px;
}
#main #magazine .title h2 {float: left;}
#main #magazine .title .moreBtn {
    float: right;
    margin-top: 12px;
}

#main #product .title {
    background: url(/img/custom/main_product_title_bg.jpg) no-repeat center right;
    background-size: cover;
    padding: 120px 0;
}
#main #product .content {
    background: #f5f5f5;
    padding: 80px 0;
}
#main #product .content .top {
    background: url(/img/custom/main_product_about.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 50px;
    text-align: right;
    border-radius: 10px;
    margin-bottom: 30px;
}
#main #product .content .top ul {
    display: inline-block;
    width: 50%;
    text-align: left;
}
#main #product .content .top ul li {
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}
#main #product .content .top ul li:first-child {padding-top: 0;}
#main #product .content .top ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
#main #product .content .top ul li h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px;
}
#main #product .content .top ul li p {font-size: 16px;}

#main #product .content .bottom {overflow: hidden;}
#main #product .content .bottom > div {
    float: left;
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    border-radius: 10px;
    background: #fff;
    padding: 30px 30px 0;
    position: relative;
    overflow: hidden;
}
#main #product .content .bottom > div:last-child {
    margin-right: 0;
    background: none;
    padding: 0;
}
#main #product .content .bottom > div .txt {
    position: relative;
    z-index: 1;
}
#main #product .content .bottom > div .txt .logoImg {
    width: 116px; height: 25px;
    margin-bottom: 15px;
}
#main #product .content .bottom > div h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}
#main #product .content .bottom > div p {
    font-size: 16px;
    margin-bottom: 8px;
}
#main #product .content .bottom > div .plusBtn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
}
#main #product .content .bottom > div .img {
    text-align: right;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
#main #product .content .bottom .step01::after {
    content: "";
    background: #5aa3d8;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    position: absolute;
    right: -120px;
    bottom: -50px;
}
#main #product .content .bottom .step01 .txt h3 span {color: #5aa3d8;}
#main #product .content .bottom .step01 .plusBtn {background: #5aa3d8;}

#main #product .content .bottom .step02::after {
    content: "";
    background: #76c9ae;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    position: absolute;
    right: -120px;
    bottom: -50px;
}
#main #product .content .bottom .step02 .txt h3 span {color: #03a67b;}
#main #product .content .bottom .step02 .plusBtn {background: #76c9ae;}

#main #product .content .bottom .linkWrap > div {
    position: relative;
    margin-bottom: 30px;
}
#main #product .content .bottom .linkWrap > div:last-child {margin-bottom: 0;}
#main #product .content .bottom .linkWrap > div a {
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
    display: block;
}
#main #product .content .bottom .linkWrap > div .txt {
    float: left;
    width: calc(100% - 90px);
    padding-right: 10px;
}
#main #product .content .bottom .linkWrap > div .ico {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 90px;
    background: #fff;
    float: right;
}

#main #product .content .bottom .linkWrap .community a {
    background: #dfe5f2;
    color: #333;
}
#main #product .content .bottom .linkWrap .seller a {
    background: #153275;
    color: #fff;
}
@media all and (max-width: 1200px) {
    #main #product .title {background-position: center right -100px;}
}
@media all and (max-width: 820px) {
    #main #product .title {padding: 80px 0;}
    #main #product .content .top {padding: 40px 30px;}
    #main #product .content .bottom > div {width: calc((100% - 30px)/2);}
    #main #product .content .bottom > div.step02 {margin-right: 0;}
    #main #product .content .bottom > div.linkWrap {
        width: 100%;
        display: block;
        margin-top: 30px;
    }
    #main #product .content .bottom .linkWrap > div .ico {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    #main #product .content .bottom .linkWrap > div .ico img {
        max-width: 40px;
        max-height: 40px;
    }
}
@media all and (max-width: 767px) {
    #main .title h2 {font-size: 24px;}
    #main .title p {
        font-size: 14px;
        margin-top: 10px;
    }
    #main .title .moreBtn span {font-size: 12px;}

    #main #magazine .title {margin-bottom: 30px;}
    #main #magazine .title .moreBtn {margin-top: 3px;}
    #main #magazine {padding: 50px 0;}

    #main #product .title {padding: 30px 0;}
    #main #product .content {padding: 50px 0;}
    #main #product .content .top {
        padding: 25px 15px;
        margin-bottom: 15px;
        background-position: center left -150px;
    }
    #main #product .content .top ul {width: 100%;}
    #main #product .content .top ul li {padding: 15px 0;}
    #main #product .content .top ul li h3 {font-size: 16px;}
    #main #product .content .top ul li p {font-size: 14px;}
    #main #product .content .bottom > div {
        width: 100%;
        float: none;
        margin: 0;
        padding: 25px 25px 0;
    }
    #main #product .content .bottom > div.step01 {margin-bottom: 15px;}
    #main #product .content .bottom > div h3 {font-size: 20px;}
    #main #product .content .bottom > div .img {margin-top: 15px;}
    #main #product .content .bottom > div .img img {max-width: 200px;}
    #main #product .content .bottom > div.linkWrap {margin-top: 15px;}
    #main #product .content .bottom .linkWrap > div {margin-bottom: 15px;}
    #main #product .content .bottom .linkWrap > div a {padding: 25px;}
    #main #product .content .bottom > div p {font-size: 14px;}
}