@charset "UTF-8";

.login-page .login-wrap .input-wrap input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #e8ebed inset !important; }
.login-page .login-wrap .input-wrap input:focus:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #e8ebed inset !important; }
/*---------------------------------------------*/
.login-page .content-body {
    position: relative;
    margin-top: -120px;
    z-index: 1;
}
.login-page .content-inner {
    height: 100vh;
    min-height: 795px;
    padding-top: 120px;
}
.login-page .cell-wrap {
    width: 500px;
    margin: 0 auto;
}
.login-page h1 {
    font-size: 45px;
    line-height: 50px;
    color: #272727;
    text-align: center;
}
.login-page h3 {
    font-size: 44px;
    line-height: 50px;
    color: #272727;
    text-align: center;
}
.login-page h2 {
    margin-top: 12px;
    font-size: 22px;
    line-height: 26px;
    color: #292a2b;
    text-align: center;
}
.login-page .box-top .link-wrap {
    margin-top: 35px;
    text-align: center;
}
.login-page .box-top .link-wrap a {display: inline-block;width: 140px;font-size: 20px;line-height: 46px;color: #fff;outline: none;border: none;-webkit-border-radius: 23px;-moz-border-radius: 23px;border-radius: 23px;background-color: #c30e2f;-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);}
.login-page .box-top .link-wrap a:hover {
    background-color: #a70e2c;
}
.login-page .box-top .img-wrap {text-align: center;}
.login-page .box-top .img-wrap img {width:415px;vertical-align: top;}
.login-page .box-bottom {width: 430px;margin: 50px auto 30px;padding: 35px 64px 30px;background-color: rgba(255, 255, 255, 0.6);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.login-page .manager-bottom {width: 430px;margin: 200px auto 30px;padding: 35px 64px 30px;background-color: rgba(255, 255, 255, 0.6);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.login-page .box-bottom .ck-wrap {padding:12px 0;}
.login-page .box-bottom .ck-wrap label {font-size:13px;}
.login-page .login-wrap .input-wrap {
    position: relative;
}
.login-page .login-wrap .input-wrap i {position: absolute;display: inline-block;top: 8px;left: 0;width: 21px;height: 24px;}
.login-page .login-wrap .id-wrap i {
    background-position: -2px -830px;
}
.login-page .login-wrap .password-wrap i {
    background-position: -28px -830px;
}
.login-page .login-wrap .input-wrap + .input-wrap {margin-top: 20px;}
.login-page .login-wrap .input-wrap input {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #626262;
    border: none;
    border-bottom: 1px solid #404040;
    outline: none;
}
.login-page .login-wrap .input-wrap input:hover,
.login-page .login-wrap .input-wrap input:active,
.login-page .login-wrap .input-wrap input:focus {
    border-color: #c30e2f;
}
.login-page .login-wrap .btn-wrap {margin-top: 10px;text-align: center;}
.login-page .login-wrap .btn-login {
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #c30e2f;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #c30e2f;
    outline: none;
}
.login-page .login-wrap .btn-login:hover {
    color: #fff;
    background-color: #c30e2f;
}
.login-page .login-wrap .doing-wrap {
    margin-top: 15px;
}
.login-page .login-wrap .doing-wrap a {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #4b4b4b;
    text-decoration: underline;
}
.login-page .bg-login {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(//img.stronghold.coffee/sht-images/square/images/bg_login.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.login-page .bg-manager {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(//img.stronghold.coffee/sht-images/square/images/steadyImg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -160px;
}
@media screen and (max-width: 768px) {
    .login-page .content-body {
        margin-top: -151px;
    }
    .login-page > .content-body > .content-inner {
        min-height: 660px;
        padding-top: 151px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .login-page .cell-wrap {
        width: 100%;
        max-width: 400px;
    }
    .login-page h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .login-page h2 {
        margin-top: 8px;
        font-size: 13px;
        line-height: 16px;
    }
    .login-page .box-top .img-wrap img {width:100%;max-width:300px;margin:0 auto;}
    .login-page .box-top .link-wrap {margin-top: 25px;}
    .login-page .box-top .link-wrap a {
        width: 120px;
        font-size: 18px;
        line-height: 38px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
    }
    .login-page .box-bottom {width: auto;margin-top: 35px;padding: 28px 35px 18px;}
    .login-page .manager-bottom {width: auto;margin-top: 35px;padding: 28px 35px 18px;}
    .login-page .login-wrap .input-wrap i {
        top: 5px;
        width: 16px;
        height: 18px;
        background-position-y: -859px;
    }
    .login-page .login-wrap .input-wrap input {
        height: 30px;
        padding-top: 6px;
        padding-left: 22px;
        padding-bottom: 6px;
        font-size: 14px;
    }
    .login-page .login-wrap .input-wrap + .input-wrap {margin-top: 15px;}
    .login-page .box-bottom .ck-wrap {padding:15px 0;}
    .login-page .login-wrap .btn-wrap {margin-top: 0;}
    .login-page .login-wrap .btn-login {height: 38px;font-size: 12px;border-radius:6px;}
    .login-page .login-wrap .doing-wrap {margin-top: 20px;}
    .login-page .login-wrap .doing-wrap a {font-size: 12px;}
}
@media screen and (max-width: 468px) {
    .login-page .bg-login {
        background-image: url(//img.stronghold.coffee/sht-images/square/images/bg_login_m.jpg);
    }
     .login-page .bg-manager {
     
         position: absolute;
	    width: 100%;
	    top: 0;
	    left: -10px;
	    bottom: 0;
	    background-image: url(//img.stronghold.coffee/sht-images/square/images/steadyImgM.jpg);
	    background-repeat: no-repeat;
	    background-position: top;
	    -webkit-background-size: cover;
	    background-size: contain;
	    margin-top: 50px;
    }
}
@media screen and (max-width: 360px) {
    .login-page > .content-body > .content-inner {
        min-height: 640px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .login-page .box-bottom {
        padding: 28px 30px 18px;
    }
    
    .login-page .manager-bottom {
        padding: 28px 30px 18px;
    }
}
/*---------------------------------------------*/
.main-page .content-body {
    position: relative;
    z-index: 1;
}
.main-page .bg-main {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(//img.stronghold.coffee/sht-images/square/images/bg_main_dim.png), url(//img.stronghold.coffee/sht-images/square/images/bg_login.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    -webkit-background-size: cover, cover;
    background-size: cover, cover;
}
.main-page .intro-desc {margin-top: 70px;font-size: 26px;line-height: 38px;color: #c6c6c6;}
.main-page .cbody-01 .data-wrap {
    padding: 70px 0;
}
.main-page .cbody-01 .data-wrap .my-product-wrap {
    position: relative;
    width: 480px;
    margin: 0 auto;
}
.main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap {
    width: 200px;
    margin: 0 auto;
    font-size: 0;
    overflow: hidden;
}
.main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
}
.main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li {
    display: inline-block;
    width: 200px;
    height: 185px;
    vertical-align: top;
}
.main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li > div {
    margin: 0 auto;
    text-align: center;
}
.main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li .logo-wrap img {
    width: 110px;
}
.main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li .txt-wrap {
    margin-top: 18px;
}
.main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li .name {
    font-size: 26px;
    color: #fff;
}
.main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li .sn {
    margin-top: 5px;
    font-size: 13px;
    color: #707070;
}
.main-page .cbody-01 .data-wrap .btn-carousel-move {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border: none;
    outline: none;
    visibility: hidden;
}
.main-page .cbody-01 .data-wrap .btn-carousel-move span {
    display: inline-block;
    width: 13px;
    height: 20px;
    vertical-align: top;
}
.main-page .cbody-01 .data-wrap .btn-carousel-move.prev {
    left: 0;
}
.main-page .cbody-01 .data-wrap .btn-carousel-move.next {
    right: 0;
}
.main-page .cbody-01 .data-wrap .btn-carousel-move.prev span {
    background-position: -367px -2px;
}
.main-page .cbody-01 .data-wrap .btn-carousel-move.next span {
    background-position: -385px -2px;
}
.main-page .cbody-01 .data-wrap .btn-carousel-move:disabled {
    opacity: 0.3;
}
.main-page .cbody-01 .num-wrap {
    position: relative;
    margin-top: 80px;
}
.main-page .cbody-01 .num-wrap .carousel-wrap {
    width: 690px;
    margin: 0 auto;
    overflow: hidden;
}
.main-page .cbody-01 .num-wrap ul {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}
.main-page .cbody-01 .num-wrap ul li {
    display: inline-block;
    width: 690px;
    vertical-align: top;
}
.main-page .cbody-01 .num-wrap ul li .box {
    display: inline-block;
    width: 230px;
    padding: 10px 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-page .cbody-01 .num-wrap ul li .box + .box {
    border-left: 1px solid #5a5a5a;
}
.main-page .cbody-01 .num-wrap .dd {
    font-size: 38px;
    line-height: 42px;
    color: #c30e2f;
}
.main-page .cbody-01 .num-wrap .dt {
    margin-top: 10px;
    font-size: 16px;
    color: #c6c6c6;
}
.main-page .cbody-01 .num-wrap .unit {
    font-size: 20px;
}
.main-page .cbody-01 .no-item {padding:43px 0;}
.main-page .cbody-01 .no-item p {font-size: 22px;color:#fff;margin-bottom:25px;}
.main-page .cbody-02 {
    background-color: rgba(255, 255, 255, 0.1);
}
.main-page .cbody-02 ul {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}
.main-page .cbody-02 ul li {
    width: 20%;
}
.main-page .cbody-02 ul.three li {width: 33.3%;}
.main-page .cbody-02 ul.four li {width: 25%;}

.main-page .cbody-02 ul a {
    display: block;
    width: 120px;
    margin: 0 auto;
    text-align: center;
}
.main-page .cbody-02 ul i {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-position-y: -40px;
}
.main-page .cbody-02 ul .menu-01 i {
    background-position-x: -2px;
}
.main-page .cbody-02 ul .menu-02 i {
    background-position-x: -71px;
}
.main-page .cbody-02 ul .menu-03 i {
    background-position-x: -209px;
}
.main-page .cbody-02 ul .menu-04 i {
    background-position-x: -278px;
}
.main-page .cbody-02 ul .menu-05 i {
    background-position-x: -140px;
}
.main-page .cbody-02 ul span {
    display: block;
    margin-top: 15px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.5);
}
.main-page .cbody-02 ul a:hover i {
    background-position-y: -109px;
}
.main-page .cbody-02 ul a:hover span {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .main-page .intro-desc {
        margin-top: 25px;
        font-size: 17px;
        line-height: 26px;
    }
    .main-page .cbody-01 .data-wrap {
        padding: 25px 0;
    }
    .main-page .cbody-01 .data-wrap .my-product-wrap {
        width: 350px;
    }
    .main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li {
        height: 126px;
    }
    .main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li .logo-wrap img {
        width: 60px;
    }
    .main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li .name {
        font-size: 20px;
    }
    .main-page .cbody-01 .data-wrap .my-product-wrap .carousel-wrap ul li .sn {
        font-size: 12px;
    }
    .main-page .cbody-01 .num-wrap {
        margin-top: 25px;
    }
    .main-page .cbody-01 .num-wrap .carousel-wrap,
    .main-page .cbody-01 .num-wrap ul li {
        width: 360px;
    }
    .main-page .cbody-01 .num-wrap ul li .box {
        width: 120px;
        padding: 6px 10px;
    }
    .main-page .cbody-01 .num-wrap .dd {
        font-size: 21px;
        line-height: 24px;
    }
    .main-page .cbody-01 .num-wrap .dt {
        margin-top: 5px;
        font-size: 11px;
    }
    .main-page .cbody-01 .num-wrap .unit {
        font-size: 12px;
    }
    .main-page .cbody-01 .no-item {padding:24px 0;}
    .main-page .cbody-01 .no-item p {font-size: 15px;margin-bottom:20px;}
    .main-page .cbody-01 .no-item .btn-nor {width:180px;}
    .main-page .cbody-02 ul i {
        width: 35px;
        height: 35px;
        background-position-y: -885px;
    }
    .main-page .cbody-02 ul .menu-02 i {
        background-position-x: -42px;
    }
    .main-page .cbody-02 ul .menu-03 i {
        background-position-x: -82px;
    }
    .main-page .cbody-02 ul .menu-04 i {
        background-position-x: -122px;
    }
    .main-page .cbody-02 ul .menu-05 i {
        background-position-x: -162px;
    }
    .main-page .cbody-02 ul a:hover i {
        background-position-y: -925px;
    }
    .main-page .cbody-02 ul {
        padding: 20px 0;
    }
     .main-page .cbody-02 ul.four li.bottom-item,
    .main-page .cbody-02 ul.four li,
    .main-page .cbody-02 ul li {
        width: 33.3333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main-page .cbody-02 ul li.bottom-item {
        width: 50%;
        margin-top: 28px;
    }
     .main-page .cbody-02 ul.four li.bottom-item.item-01 {
        padding-left: 0%;
    }
    .main-page .cbody-02 ul li.bottom-item.item-01 {
        padding-left: 14%;
    }
    .main-page .cbody-02 ul li.bottom-item.item-02 {
        padding-right: 14%;
    }
    .main-page .cbody-02 ul a {
        width: 100px;
    }
    .main-page .cbody-02 ul span {
        margin-top: 10px;
        font-size: 15px;
    }
}
@media screen and (max-width: 468px) {
    .main-page .bg-main {
        background-image: url(//img.stronghold.coffee/sht-images/square/images/bg_main_dim.png), url(//img.stronghold.coffee/sht-images/square/images/bg_login_m.jpg);
    }
}
@media screen and (max-width: 360px) {
    .main-page .cbody-01 .data-wrap .my-product-wrap {
        width: 330px;
    }
}
@media screen and (max-width: 359px) {
/*    .main-page .cbody-01 .data-wrap .my-product-wrap {
        width: 320px;
    }
    .main-page .cbody-01 .num-wrap .carousel-wrap, .main-page .cbody-01 .num-wrap ul li {
        width: 240px;
    }
    .main-page .cbody-01 .num-wrap ul li .box:last-child {
        display: block;
        width: 240px;
        margin-top: 10px;
    }
    .main-page .cbody-01 .num-wrap ul li .box:first-child {
        border-right: 1px solid #5a5a5a;
    }
    .main-page .cbody-01 .num-wrap ul li .box + .box {
        border-left: none;
    }*/
}
/*---------------------------------------------*/
.profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap {
    width: 74px;
}
.profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > span {
    width: 32px;
}
.profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > span i {
    width: 26px;
    height: 32px;
}
.profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > .download-item i {
    background-position: -330px -366px;
}
.profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > .upload-item i {
    background-position: -361px -366px;
}
.profile-share-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .download-item i {
    background-position: -268px -366px;
}
.profile-share-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .upload-item i {
    background-position: -299px -366px;
}
@media screen and (max-width: 1280px) {
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 68px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 969px) {
    .profile-share-page .calendar-manage-info-wrap table .day-inner {
        height: 90px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 40px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > span {
        width: 18px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > span i {
        width: 13px;
        height: 16px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > .download-item i {
        background-position: -304px -403px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > .upload-item i {
        background-position: -322px -403px;
    }
    .profile-share-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .download-item i {
        background-position: -268px -403px;
    }
    .profile-share-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .upload-item i {
        background-position: -286px -403px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap .num {
        /*display: none;*/
        font-size: 13px;
        line-height: 16px;
    }
}
@media screen and (max-width: 868px) {
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 45px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > span {
        width: 20px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > span i {
        width: 13px;
        height: 16px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > .download-item i {
        background-position: -304px -403px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > .upload-item i {
        background-position: -322px -403px;
    }
    .profile-share-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .download-item i {
        background-position: -268px -403px;
    }
    .profile-share-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .upload-item i {
        background-position: -286px -403px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap .num {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 32px;
    }
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap > span {
        width: 14px;
    }
}
@media screen and (max-width: 359px) {
    .profile-share-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 30px;
    }
}
/*---------------------------------------------*/
.bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap {
    width: 105px;
}
.bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > span {
    width: 50px;
}
.bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > span i {
    width: 20px;
    height: 20px;
}
.bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > .download-item i {
    background-position: -318px -424px;
}
.bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > .upload-item i {
    background-position: -343px -424px;
}
.bean-manage-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .download-item i {
    background-position: -268px -424px;
}
.bean-manage-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .upload-item i {
    background-position: -293px -424px;
}
@media screen and (max-width: 1480px) {
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap .num {
        /*display: none;*/
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 84px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > span {
        width: 42px;
    }
}
@media screen and (max-width: 1180px) {
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 56px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap .num {
        display: none;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > span {
        width: 25px;
    }
}
@media screen and (max-width: 1080px) and (min-width: 969px) {
    .bean-manage-page .calendar-manage-info-wrap table .day-inner {
        height: 90px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap {
        padding-top: 10px;
        width: 50px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > span i {
        width: 10px;
        height: 10px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > .download-item i {
        background-position: -298px -449px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > .upload-item i {
        background-position: -313px -449px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .download-item i {
        background-position: -268px -449px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .upload-item i {
        background-position: -283px -449px;
    }
}
@media screen and (max-width: 868px) {
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 45px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > span {
        width: 20px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > span i {
        width: 10px;
        height: 10px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > .download-item i {
        background-position: -298px -449px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > .upload-item i {
        background-position: -313px -449px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .download-item i {
        background-position: -268px -449px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .selected .calendar-data-wrap > .upload-item i {
        background-position: -283px -449px;
    }
}
@media screen and (max-width: 768px) {
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 32px;
    }
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap > span {
        width: 14px;
    }
}
@media screen and (max-width: 359px) {
    .bean-manage-page .calendar-manage-info-wrap table .calendar-data-wrap {
        width: 30px;
    }
}
/*---------------------------------------------*/
.profile-detail .section + .section {
    margin-top: 30px;
}
.profile-detail .section.detail-header + .section {
    margin-top: 20px;
}
.profile-detail .detail-header {
    position: relative;
    font-size: 0;
    text-align: center;
}
.profile-detail .detail-header > * {
    vertical-align: top;
}
.profile-detail .detail-header i {
    display: inline-block;
    width: 81px;
    height: 81px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}
.profile-detail .detail-header i.product-s7pro {
    background-image: url(//img.stronghold.coffee/sht-images/square/images/productLogo/pc/product_logo_s7pro_type2.png);
}
.profile-detail .detail-header .logo-wrap {
    display: inline-block;
    width: 70px;
    height: 70px;
}
.profile-detail .detail-header .logo-wrap img {
    width: 100%;
}
.profile-detail .detail-header .title-wrap {
    display: inline-block;
    height: 70px;
    padding: 0 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed;
}
.profile-detail .detail-header .title-wrap > div {
    margin-top: 9px;
}
.profile-detail .detail-header .title {max-width: 550px;font-size: 18px;line-height: 28px;color: #4b4b4b;}
.profile-detail .detail-header .title .custom-ckbox {
    margin-right: 5px;
}
.profile-detail .detail-header .date {
    margin-top: 6px;
    font-size: 15px;
    color: #4b4b4b;
}
.profile-detail .detail-header .custom-dropdown {
    margin-top: 15px;
}
.profile-detail .share-info {
    position: relative;
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #c8c8c8;
}
.profile-detail .share-info:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 22px;
    left: 50%;
    width: 1px;
    height: 36px;
    background-color: #dfdfdf;
}
.profile-detail .share-info > div {
    font-size: 0;
}
.profile-detail .share-info .box {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: center;
}
.profile-detail .share-info .align-wrap {
    width: 350px;
    text-align: left;
    margin: 0 auto;
}
.profile-detail .share-info .title {
    font-size: 16px;
    color: #4b4b4b;
}
.profile-detail .share-info .description {
    margin-top: 6px;
    font-size: 18px;
    color: #4b4b4b;
}
.profile-detail .accordion-header a {
    font-size: 16px;
    line-height: 30px;
    color: #4b4b4b;
}
.profile-detail .accordion-body {
    position: relative;
    padding: 25px 20px;
    background-color: #fbfbfb;
}
.profile-detail .part + .part {
    margin-top: 35px;
}
.profile-detail .part.bean-info .accordion-body {
    min-height: 170px;
    padding: 10px 20px;
}
.profile-detail .part.bean-info .bean-simple-list-wrap {
    padding-right: 500px;
}
.profile-detail .part.bean-info .bean-simple-list-wrap li {
    padding: 10px 5px;
    border-bottom: 1px solid #cdc5c6;
}
.profile-detail .part.bean-info .bean-simple-list-wrap li .item-inner > * {
    display: inline-block;
    vertical-align: top;
}
.profile-detail .part.bean-info .bean-simple-list-wrap li .item-inner > div {
    font-size: 0;
}
.profile-detail .part.bean-info .bean-simple-list-wrap li .name {
    width: 40%;
    font-size: 16px;
    line-height: 30px;
    color: #4b4b4b;
}
.profile-detail .part.bean-info .bean-simple-list-wrap li .item-inner > div span {
    display: inline-block;
    width: 170px;
    font-size: 16px;
    line-height: 30px;
    color: #4b4b4b;
    text-align: center;
}
.profile-detail .part.bean-info .bean-simple-list-wrap li .num {
    float: right;
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
}
.profile-detail .part.bean-info .bean-simple-list-wrap li .num span {
    font-size: 14px;
}
.profile-detail .part.bean-info .bean-simple-list-wrap .sum-wrap {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 0;
    text-align: right;
}
.profile-detail .part.bean-info .bean-simple-list-wrap .sum-wrap > span {
    margin-right: 18px;
    font-size: 16px;
    color: #4b4b4b;
}
.profile-detail .part.bean-info .bean-simple-list-wrap .sum-wrap p {
    display: inline-block;
    font-size: 25px;
    line-height: 32px;
    color: #c30e2f;
}
.profile-detail .part.bean-info .bean-simple-list-wrap .sum-wrap p span {
    font-size: 18px;
}
.profile-detail .part.bean-info .statistics {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 460px;
    height: 152px;
    margin-top: -76px;
    font-size: 0;
}
.profile-detail .part.bean-info .statistics i {
    display: inline-block;
    width: 81px;
    height: 81px;
}
.profile-detail .part.bean-info .statistics .amount i {
    background-position: -2px -619px;
}
.profile-detail .part.bean-info .statistics .lose i {
    background-position: -88px -619px;
}
.profile-detail .part.bean-info .statistics > div {
    display: inline-block;
    width: 50%;
    text-align: center;
}
.profile-detail .part.bean-info .statistics .title {
    margin-top: 12px;
    font-size: 16px;
    color: #606168;
}
.profile-detail .part.bean-info .statistics .num {
    font-size: 25px;
    line-height: 30px;
    color: #3d3d3d;
}
.profile-detail .part.bean-info .statistics .num span {
    font-size: 18px;
}
.profile-detail .part.summary .accordion-body {
    min-height: 260px;
}
.profile-detail .part.summary .graph-wrap {
    position: absolute;
    width: 700px;
    top: 25px;
    left: 20px;
    bottom: 25px;
    text-align: center;
}
.profile-detail .part.summary .graph-wrap > * {
    width: auto;
    height: 100%;
    vertical-align: top;
}
.profile-detail .part.summary .summary-inner {
    width: 100%;
    padding-left: 700px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-detail .part.summary .summary-inner .important-info {
    position: relative;
    padding: 25px 0;
    background-color: #f2f2f2;
}
.profile-detail .part.summary .summary-inner .important-info:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 29px;
    left: 50%;
    width: 1px;
    height: 46px;
    background-color: #c2c2c2;
}
.profile-detail .part.summary .summary-inner .important-info .info-item {
    display: inline-block;
    width: 50%;
    text-align: center;
}
.profile-detail .part.summary .summary-inner .important-info .info-item > div {
    position: relative;
    display: inline-block;
    text-align: left;
}
.profile-detail .part.summary .summary-inner .important-info .roast-time > div {
    padding-left: 33px;
}
.profile-detail .part.summary .summary-inner .important-info .temperature > div {
    padding-left: 25px;
}
.profile-detail .part.summary .summary-inner .important-info .info-item i {
    position: absolute;
    top: 0;
    left: 0;
}
.profile-detail .part.summary .summary-inner .important-info .info-item .num {
    font-size: 25px;
    line-height: 32px;
    color: #c30e2f;
}
.profile-detail .part.summary .summary-inner .important-info .info-item .title {
    display: block;
    /*margin-top: 2px;*/
    font-size: 16px;
    color: #342e1e;
    text-align: center;
}
.profile-detail .part.summary .summary-inner .sub-info {
    padding: 0 20px;
    background-color: #fff;
}
.profile-detail .part.summary .summary-inner .sub-info .info-item {
    padding: 15px 0;
    text-align: center;
}
.profile-detail .part.summary .summary-inner .sub-info .info-item > div {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.profile-detail .part.summary .summary-inner .sub-info .info-item > div > * {
    vertical-align: top;
}
.profile-detail .part.summary .summary-inner .sub-info .info-item + .info-item {
    border-top: 1px solid #eee;
}
.profile-detail .part.summary .summary-inner .sub-info i {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 20px;
}
.profile-detail .part.summary .summary-inner .sub-info .setting i {background-position: -463px -178px;margin-top:22px;}
.profile-detail .part.summary .summary-inner .sub-info .heating i {background-position: -222px -237px;}
.profile-detail .part.summary .summary-inner .sub-info .turning i {background-position: -272px -237px;}
.profile-detail .part.summary .summary-inner .sub-info .crack i {margin-top: 22px;background-position: -344px -889px;}
.profile-detail .part.summary .summary-inner .sub-info .title {
    display: inline-block;
    width: 130px;
    font-size: 16px;
    line-height: 46px;
    color: #4b4b4b;
    text-align: left;
}
.profile-detail .part.summary .summary-inner .sub-info .f-wrap {
    display: inline-block;
    width: 315px;
}
.profile-detail .part.summary .summary-inner .sub-info .f-wrap p {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    line-height: 45px;
    color: #3d3d3d;
    text-align: left;
}
.profile-detail .part.summary .summary-inner .sub-info .f-wrap p .sp-char {
    font-size: 16px;
}
.profile-detail .part.summary .summary-inner .sub-info .sub-title {
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    line-height: inherit;
    color: #4b4b4b;
    vertical-align: top;
}
.profile-detail .part.summary .summary-inner .sub-info .item-02 .sub-title {width: 54px;}
.profile-detail .part.comment .comment-inner {
    font-size: 0;
}
.profile-detail .part.comment textarea {
    width: 100%;
    height: 190px;
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #4b4b4b;
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    outline: none;
}
.profile-detail .part.comment .btn-wrap {
    margin-top: 10px;
    text-align: right;
}
.profile-detail .part.comment .btn-wrap button + button {
    margin-left: 10px;
}
.profile-detail .part.share-download .accordion-body,
.profile-detail .part.share-log .accordion-body,
.profile-detail .part.represent-log .accordion-body {
    padding-top: 10px;
}
.profile-detail .part.share-download table,
.profile-detail .part.share-log table,
.profile-detail .part.represent-log table {
    width: 100%;
}
.profile-detail .part.share-download table th + th,
.profile-detail .part.share-download table td + td,
.profile-detail .part.share-log table th + th,
.profile-detail .part.share-log table td + td,
.profile-detail .part.represent-log table th + th,
.profile-detail .part.represent-log table td + td {
    padding-left: 20px;
}
.profile-detail .part.share-download table th p,
.profile-detail .part.share-log table th p,
.profile-detail .part.represent-log table th p {
    font-size: 16px;
    line-height: 35px;
    color: #4b4b4b;
    border-bottom: 1px solid #cdc5c6;
}
.profile-detail .part.share-log .email {
    word-break: break-all;
}
.profile-detail .part.share-download table th,
.profile-detail .part.share-log table th,
.profile-detail .part.represent-log table th {padding-bottom:7px;}
.profile-detail .part.share-download table td,
.profile-detail .part.share-log table td,
.profile-detail .part.represent-log table td {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    vertical-align: middle;
}
.profile-detail .part.share-download table td i {
    display: inline-block;
    width: 11px;
    height: 10px;
    background-position: -217px -2px;
}
.profile-detail .btn-back-list {position: absolute;top: 50%;left: 0;display: inline-block;width: 40px;height: 40px;margin-top: -20px;border: none;outline: none;text-align: center;}
.profile-detail .btn-back-list span {display: inline-block;width:13px;height:24px;margin-top:8px;background-position: -121px -548px;}
.profile-detail .btn-back-list:hover span {background-position: -103px -548px;}
.profile-detail .btn-back-list:hover {
    background-position: -273px -830px;
}
.profile-detail .major-wrap .body-wrap > .btn-wrap {
    padding-bottom: 60px;
}
@media screen and (max-width: 1500px) {
    .profile-detail .part.summary .summary-inner .sub-info .title {
        width: 110px;
    }
}
@media screen and (max-width: 1400px) {
    .profile-detail .part.bean-info .bean-simple-list-wrap li .item-inner {
        position: relative;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .name {
        display: block;
        width: 70%;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .item-inner > div {
        display: block;
        width: 65%;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .item-inner > div span {
        width: auto;
        text-align: left;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .item-inner > div .market:before {
        content: '/';
        margin: 0 5px;
        font: inherit;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .num {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .num:before {
        content: '생두투입량';
        position: absolute;
        font-size: 14px;
        line-height: 20px;
        color: #4b4b4b;
        top: -20px;
        right: 0;
        font-family: 'NanumSquare', sans-serif !important;
        font-weight: normal;
    }
    .profile-detail .part.summary .summary-inner .sub-info .info-item > div {
        padding-left: 65px;
        text-align: left;
    }
    .profile-detail .part.summary .summary-inner .sub-info i {
        position: absolute;
        top: 1px;
        left: 0;
    }
    .profile-detail .part.summary .summary-inner .sub-info .title {
        width: auto;
        line-height: normal;
    }
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap {
        margin-top: 5px;
        display: block;
    }
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap p {
        line-height: 23px;
    }
}
@media screen and (max-width: 1280px) {
    .profile-detail .part.summary .summary-inner {
        width: 700px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .profile-detail .part.summary .graph-wrap {
        position: static;
        width: auto;
        height: auto;
    }
    .profile-detail .part.summary .graph-wrap * {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1080px) {
    .profile-detail .detail-header .title {
        max-width: 380px;
    }
}
@media screen and (max-width: 1000px) {
    .profile-detail .share-info .align-wrap {
        width: 100%;
    }
    .profile-detail .share-info .box {
        display: block;
        width: 100%;
    }
    .profile-detail .share-info .box + .box {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #dfdfdf;
    }
    .profile-detail .share-info:before {
        content: none;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap {
        padding-right: 0;
    }
    .profile-detail .part.bean-info .accordion-body {
        min-height: 0;
        padding-bottom: 20px;
    }
    .profile-detail .part.bean-info .statistics {
        width: auto;
        height: auto;
        margin-top: 0;
        top: auto;
        right: auto;
        bottom: 15px;
        left: 20px;
    }
    .profile-detail .part.bean-info .statistics > div {
        width: auto;
    }
    .profile-detail .part.bean-info .statistics .box + .box {
        margin-left: 25px;
    }
    .profile-detail .part.bean-info .statistics .box > div {
        position: relative;
        height: 81px;
        margin: 0 auto;
        padding-top: 14px;
        padding-left: 100px;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .profile-detail .part.bean-info .statistics i {
        position: absolute;
        top: 0;
        left: 0;
    }
    .profile-detail .part.bean-info .statistics .title {
        margin-top: 0;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap .sum-wrap > span {
        display: block;
        margin-right: 0;
        padding-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    .profile-detail .major-wrap .header-wrap {
        display: none;
    }
    .profile-detail .section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .profile-detail .part + .part {
        margin-top: 30px;
    }
    .profile-detail .detail-header {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        z-index: 10;
        border-bottom: 1px solid #c30e2f;
        -webkit-box-shadow: 0 15px 20px -16px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 15px 20px -16px rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 20px -16px rgba(0, 0, 0, 0.2);
    }
    .profile-detail .detail-header i {
        position: absolute;
        width: 55px;
        height: 55px;
        top: 18px;
        left: 10px;
    }
    .profile-detail .detail-header i.product-s7pro {
        background-image: url(//img.stronghold.coffee/sht-images/square/images/productLogo/mobile/product_logo_s7pro_type2.png);
    }
    .profile-detail .detail-header .logo-wrap {
        position: absolute;
        width: 38px;
        height: 38px;
        top: 5px;
        left: 10px;
    }
    .custom-dropdown.more .dropdown-btn button span {
        width: 5px;
        height: 20px;
        background-position: -298px -2px;
    }
    .custom-dropdown.show.more .dropdown-btn button span,
    .custom-dropdown.more .dropdown-btn button:hover span {
        background-position: -288px -2px;
    }
    .profile-detail .detail-header .title-wrap {
        display: block;
        height: 38px;
        padding-left: 50px;
        padding-right: 60px;
        text-align: left;
    }
    .profile-detail .detail-header .title-wrap > div {
        margin-top: 0;
        /*padding-top: 7px;*/
    }
    .profile-detail .detail-header .title-wrap .cell {
        display: block;
        padding-top: 7px;
    }
    .profile-detail .detail-header .title {
        max-width: none;
        padding-left: 28px;
        font-size: 15px;
        line-height: 22px;
    }
    .profile-detail .detail-header .title .custom-ckbox {
        position: absolute;
        top: 50%;
        left: 60px;
        margin-right: 0;
        margin-top: -11px;
    }
    .profile-detail .detail-header .date {
        margin-top: 0;
        padding-left: 28px;
        font-size: 12px;
    }
    .profile-detail .detail-header .custom-dropdown {
        position: absolute;
        top: 4px;
        right: 10px;
        margin-top: 0;
    }
    .profile-detail .share-info {
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }
    .profile-detail .share-info > div {
        padding: 15px;
        border: 1px solid #c8c8c8;
    }
    .profile-detail .share-info .title {
        font-size: 14px;
    }
    .profile-detail .share-info .description {
        font-size: 16px;
    }
    .profile-detail .accordion-header a {
        font-size: 15px;
        line-height: 28px;
    }
    .profile-detail .accordion-body {
        padding: 0;
    }
    .profile-detail .section + .section {
        margin-top: 25px;
    }
    .profile-detail .section.detail-header + div {
        margin-top: 0 !important;
        padding-top: 50px;
    }
    .profile-detail .part.bean-info .accordion-body {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li {
        padding: 13px 0;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .name {
        font-size: 13px;
        line-height: normal;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .item-inner > div span {
        font-size: 12px;
        line-height: 20px;
        color: #898888;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .num {
        font-size: 16px;
        line-height: 18px;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .num span,
    .profile-detail .part.bean-info .bean-simple-list-wrap li .num:before,
    .profile-detail .part.bean-info .bean-simple-list-wrap .sum-wrap p span {
        font-size: 12px;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap li .item-inner > div {
        margin-top: 2px;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap .sum-wrap {
        margin-top: 15px;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap .sum-wrap p {
        font-size: 20px;
        line-height: 22px;
    }
    .profile-detail .part.bean-info .bean-simple-list-wrap .sum-wrap > span {
        font-size: 12px;
        line-height: 20px;
        padding-top: 0;
    }
    .profile-detail .part.bean-info .statistics i {
        width: 41px;
        height: 41px;
    }
    .profile-detail .part.bean-info .statistics .amount i {
        background-position: -2px -705px;
    }
    .profile-detail .part.bean-info .statistics .lose i {
        background-position: -48px -705px;
    }
    .profile-detail .part.bean-info .statistics .title {
        font-size: 12px;
    }
    .profile-detail .part.bean-info .statistics .num {
        font-size: 16px;
        line-height: 18px;
    }
    .profile-detail .part.bean-info .statistics .num span {
        font-size: 12px;
    }
    .profile-detail .part.bean-info .statistics .box > div {
        height: 41px;
        padding-top: 4px;
        padding-left: 50px;
    }
    .profile-detail .part.bean-info .statistics {
        /*margin-top: 15px;*/
        /*padding-bottom: 20px;*/
        left: 30px;
        bottom: 20px;
    }
    .profile-detail .part.comment .comment-inner {
        padding: 20px 0;
    }
    .profile-detail .part .table-wrap {
        padding: 5px 10px 20px;
    }
    .profile-detail .part.share-download table th p, .profile-detail .part.share-log table th p, .profile-detail .part.represent-log table th p,
    .profile-detail .part.share-download table td, .profile-detail .part.share-log table td, .profile-detail .part.represent-log table td {
        font-size: 13px;
    }
    .profile-detail .part.summary .summary-inner {
        width: 100%;
    }
    .profile-detail .part.summary .summary-inner .sub-info {
        background-color: transparent;
    }
    .profile-detail .part.summary .summary-inner .important-info .info-item .num {
        font-size: 20px;
        line-height: 21px;
    }
    .profile-detail .part.summary .summary-inner .important-info .info-item .title {
        font-size: 12px;
    }
    .profile-detail .part.summary .summary-inner .important-info .roast-time > div {
        padding-left: 23px;
    }
    .profile-detail .part.summary .summary-inner .important-info .temperature > div {
        padding-left: 17px;
    }
    .profile-detail .part.summary .summary-inner .important-info:before {
        height: 33px;
    }
    .profile-detail .part.summary .summary-inner .sub-info {
        padding: 20px 10px;
    }
    .profile-detail .part.summary .summary-inner .sub-info i {
        top: 0;
        margin-right: 0;
    }
    .profile-detail .part.summary .summary-inner .sub-info .title {
        font-size: 14px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap {width: 260px;}
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap p {
        font-size: 18px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap p.item-01 {width: 110px;}
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap p.item-02 {
        margin-left: 10px;
        width: auto;
    }
    .profile-detail .part.summary .summary-inner .sub-info .sub-title {
        font-size: 12px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .item-02 .sub-title {
        width: 42px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap p .sp-char {
        font-size: 15px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .info-item > div {
        padding-top: 2px;
        padding-left: 55px;
    }
}
@media screen and (max-width: 500px) {
    .profile-detail .part.bean-info .statistics {
        position: static;
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 359px) {
    .profile-detail .part.summary .summary-inner .sub-info {
        padding: 20px 5px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap {
        width: 240px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap p {
        font-size: 16px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap p .sp-char {
        font-size: 12px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .f-wrap p.item-02 {
        margin-left: 0;
    }
}
/*---------------------------------------------*/
.profile-page .major-wrap .body-wrap .category-wrap {
    height: 44px;
}
.profile-page .major-wrap .body-wrap .category-wrap.not-btn {
    height: auto;
}
.profile-page .major-wrap .body-wrap .tab-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.profile-page .major-wrap .body-wrap .category-wrap.not-btn .tab-wrap {
    position: static;
}
.profile-page .profile-list-wrap {
    margin-top: 30px;
}
.profile-page .calendar-manage-info-wrap table .calendar-data-wrap .profile-item {
    display: block;
}
.profile-page .calendar-manage-info-wrap table .calendar-data-wrap .profile-item i {
    width: 26px;
    height: 28px;
    background-position: -268px -619px;
}
.profile-page .calendar-manage-info-wrap table .selected .calendar-data-wrap .profile-item i {
    background-position: -299px -619px;
}
@media screen and (max-width: 1200px) and (min-width: 969px) {
    .profile-page .calendar-manage-info-wrap table .calendar-data-wrap .num {
        /*display: none;*/
        margin-top: 5px;
        font-size: 13px;
        line-height: 16px;
    }
    .profile-page .calendar-manage-info-wrap table .day-inner {
        height: 92px;
    }
}
@media screen and (max-width: 868px) {
    .profile-page .calendar-manage-info-wrap table .calendar-data-wrap .profile-item i {
        width: 20px;
        height: 21px;
        background-position: -268px -652px;
    }
    .profile-page .calendar-manage-info-wrap table .selected .calendar-data-wrap .profile-item i {
        background-position: -293px -652px;
    }
}
@media screen and (max-width: 768px) {
    .profile-page .major-wrap .body-wrap .category-wrap {
        height: 33px;
    }
    .profile-page .major-wrap .body-wrap .category-wrap .btn-list-select {
        /*top: 15px;*/
    }
    .profile-page .profile-list-wrap {
        margin-top: 20px;
    }
}
/*---------------------------------------------*/
.profile-detail.profile-page .accordion-body {
    background-color: #fff;
    padding: 0 !important;
}
.profile-detail.profile-page .body-wrap {
    position: relative;
}
.profile-detail.profile-page .mode-wrap {
    position: absolute;
    /*top: 51px;*/
    top: 34px;
    /*left: 0;*/
    right: 60px;
}
.profile-detail.profile-page .mode-wrap span {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
    color: #888;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}
.profile-detail.profile-page .float-wrap {
    position: fixed;
    top: 230px;
    right: 50%;
    margin-right: -45%;
    z-index: 1;
}
.profile-detail.profile-page .btn-profile-setting {
    width: 60px;
    height: 60px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.15);
}
.profile-detail.profile-page .btn-profile-setting span {
    display: block;
    height: 100%;
    background-position: -273px -940px;
}
.profile-detail.profile-page .body-wrap .copy-wrap {display: none;}
.profile-detail.profile-page .body-wrap .box-wrap {margin-top: 4px;margin-left: -10px;width: calc(100% + 20px);}
.profile-detail.profile-page .body-wrap .box-wrap .detail-box {
    float: left;
}
.profile-detail.profile-page .body-wrap .box-wrap .detail-box {
    width: 33.3333%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-detail.profile-page .body-wrap .detail-box.box-right .section > .btn-wrap {
    width: 100%;
}
.profile-detail.profile-page .card {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-detail.profile-page .card + .card {
    margin-top: 20px;
}
.profile-detail.profile-page .card-body > div {
    position: relative;
    height: 330px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-detail.profile-page .card.large .card-body > div {
    height: 739px;
}
.profile-detail.profile-page .card-header {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(195, 14, 47, 0.4);
}
.profile-detail.profile-page .card-header > p {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #4b4b4b;
}
.profile-detail.profile-page .body-wrap .part .graph-wrap {
    text-align: center;
}
.profile-detail.profile-page .body-wrap .part .graph-wrap > * {
    max-width: 100%;
    width: auto;
}
.profile-detail.profile-page .body-wrap .part.taste-note .card-body > div {
    padding-top: 15px;
}
.profile-detail.profile-page .body-wrap .part.state-graph .card-body > div {
    padding-top: 15px;
}
.profile-detail.profile-page .body-wrap .part.state-graph .graph-wrap {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-detail.profile-page .body-wrap .part.state-graph .graph-wrap > * {
    width: auto;
    max-width: 100%;
}
.profile-detail.profile-page .body-wrap .part.represent-log .scroll-wrap { /*height: 288px;*/height: 100%;overflow: auto;box-sizing: border-box;}
.profile-detail.profile-page .body-wrap .part.share-log .scroll-wrap {
    height: 100%;
    overflow: auto;
}
.profile-detail.profile-page .body-wrap .part.represent-log .table-wrap,
.profile-detail.profile-page .body-wrap .part.share-log .table-wrap {
    /*min-height: 288px;*/
    min-height:330px;
    padding: 0 15px 25px;
    background-color: #fbfbfb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-detail.profile-page .part.share-log table th p,
.profile-detail.profile-page .part.represent-log table th p {
    font-size: 14px;
    line-height: 40px;
}
.profile-detail.profile-page .part.share-log table td,
.profile-detail.profile-page .part.represent-log table td {
    font-size: 13px;
}
.profile-detail.profile-page .part.represent-log .scroll-wrap {padding-top:48px;}
.profile-detail.profile-page .part.represent-log .table-01 {position:absolute;top:0;left:0;background-color:#fbfbfb;padding: 0 15px;width:100%;box-sizing: border-box;}
.device-type-desktop .profile-detail.profile-page .part.represent-log .table-01 table th:last-child {padding-right:15px;}
.profile-detail.profile-page .part.represent-log table tbody tr:hover td {background-color:#fff;}
.device-type-desktop .profile-detail.profile-page .part.represent-log .table-02 col:first-child {width:41.6% !important;}
.profile-detail.profile-page .body-wrap .btn-wrap.bottom {
    margin-top: 10px;
}
.profile-detail.profile-page .body-wrap .btn-wrap .btn-nor + .btn-nor {
    margin-left: 10px;
}
.profile-detail.profile-page .body-wrap .part.cup-note .accordion-body > div,
.profile-detail.profile-page .body-wrap .part.roast-level .accordion-body > div {
    padding: 20px 0;
}
.profile-detail.profile-page .body-wrap .part.cup-note ul,
.profile-detail.profile-page .body-wrap .part.roast-level ul {
    padding: 0 15px;
}
.profile-detail.profile-page .body-wrap .tag-wrap li {
    margin-right: 8px;
    margin-bottom: 10px;
}
.profile-detail.profile-page .body-wrap .tag-wrap li:last-child {
    margin-right: 0;
}
.profile-detail.profile-page .body-wrap .part.detail-data .scroll-wrap {height:100%;border-bottom: 1px solid #cdcbcc;overflow: auto;box-sizing: border-box;padding-top:42px;}
.profile-detail.profile-page .body-wrap .part.detail-data .scroll-wrap .thead {position:absolute;top:0;width:100%;height:41px;background-color: #fafafa;}
.profile-detail.profile-page .body-wrap .part.detail-data table:first-child {position:absolute;top:0;}
.profile-detail.profile-page .body-wrap .part.detail-data table {width: 100%;}
.device-type-desktop .profile-detail.profile-page .body-wrap .part.detail-data table.table-02 col:first-child {width:15.8% !important;}
.device-type-desktop .profile-detail.profile-page .body-wrap .part.detail-data table.table-02 col:nth-child(2) {width:20.8% !important;}
.device-type-desktop .profile-detail.profile-page .body-wrap .part.detail-data table.table-02 col:nth-child(3) {width:15.6% !important;}
.device-type-desktop .profile-detail.profile-page .body-wrap .part.detail-data table.table-02 col:nth-child(4) {width:20.6% !important;}
.device-type-desktop .profile-detail.profile-page .body-wrap .part.detail-data table.table-02 col:nth-child(5) {width:15.6% !important;}
.profile-detail.profile-page .body-wrap .part.detail-data table th {height: 41px;border-bottom: 1px solid #cdcbcc;background-color: #fafafa;vertical-align: middle;font-size: 14px;color: #4b4b4b;}
.device-type-desktop .profile-detail.profile-page .body-wrap .part.detail-data table th:last-child {padding-right:15px;}
.profile-detail.profile-page .body-wrap .part.detail-data table td {
    height: 29px;
    font-size: 13px;
    color: #4b4b4b;
    vertical-align: middle;
}
.profile-detail.profile-page .part.bean-info .accordion-body > div {
    background-color: #fbfbfb;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap {
    position: relative;
    padding: 10px 15px 0;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap .scroll-wrap {
    max-height: 162px;
    overflow: auto;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .item-inner {
    position: relative;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .name {
    display: block;
    width: 80%;
    font-size: 14px;
    line-height: 26px;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .item-inner > div {
    display: block;
    width: 70%;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .item-inner > div span {
    width: auto;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .item-inner > div .market:before {
    content: '/';
    margin: 0 5px;
    font: inherit;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .num {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 17px;
    line-height: 26px;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .num:before {
    content: '생두투입량';
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    top: -20px;
    right: 0;
    font-family: 'NanumSquare', sans-serif !important;
    font-weight: normal;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap .sum-wrap > span {
    display: inline-block;
    margin-right: 0;
    padding-top: 0;
    font-size: 14px;
}
.profile-detail.profile-page .part.bean-info .bean-simple-list-wrap .sum-wrap p {
    margin-left: 5px;
    font-size: 22px;
}
.profile-detail.profile-page .part.bean-info .statistics {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 10px 15px;
    text-align: center;
    background-color: #fbfbfb;
}
.profile-detail.profile-page .part.bean-info .statistics > div {
    width: auto;
    text-align: left;
}
.profile-detail.profile-page .part.bean-info .statistics .box + .box {
    margin-left: 50px;
}
.profile-detail.profile-page .part.bean-info .statistics i {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.profile-detail.profile-page .part.bean-info .statistics .amount i {
    background-position: -2px -751px;
}
.profile-detail.profile-page .part.bean-info .statistics .lose i {
    background-position: -57px -751px;
}
.profile-detail.profile-page .part.bean-info .statistics .title {
    margin-top: 0;
    font-size: 13px;
}
.profile-detail.profile-page .part.bean-info .statistics .num {
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
}
.profile-detail.profile-page .part.bean-info .statistics .num span {
    font-size: 14px;
}
.profile-detail.profile-page .part.bean-info .statistics .box > div {
    position: relative;
    width: auto;
    height: 50px;
    padding-top: 4px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-detail.profile-page .part.summary .summary-inner {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #fbfbfb;
}
.profile-detail.profile-page .part.summary .summary-inner > .inline-fix:last-child {
    position: relative;
}
.profile-detail.profile-page .part.summary .summary-inner .important-info {
    padding: 11px 0;
}
.profile-detail.profile-page .part.summary .summary-inner .important-info .info-item {
    position: relative;
    width: 33.3333%;
}
.profile-detail.profile-page .part.summary .summary-inner .important-info .info-item + .info-item:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    height: 36px;
    border-left: 1px solid #c2c2c2;
}
.profile-detail.profile-page .part.summary .summary-inner .important-info:before {
    content: none;
}
.profile-detail.profile-page .part.summary .summary-inner .important-info .dtr > div {
    padding-left: 30px;
}
.profile-detail.profile-page .part.summary .summary-inner .icon-dtr {
    width: 22px;
    height: 26px;
    background-position: -242px -688px;
}
.profile-detail.profile-page .part.summary .profile-title {display:block;font-size: 16px;padding: 10px 15px;text-align: center;box-sizing: border-box;}
.profile-detail.profile-page .part.summary .graph-wrap {
    position: static;
    width: 100%;
    vertical-align: top;
}
.profile-detail.profile-page .part.summary .graph-wrap + .graph-wrap {
    margin-top: 10px;
}
.profile-detail.profile-page .part.summary .sub-info {
    display: inline-block;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #fbfbfb;
}
.profile-detail.profile-page .part.summary .sub-info > div {
    padding: 0 10px;
}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .info-item {
    padding: 8px 0;
}
.profile-detail.profile-page .part.summary .summary-inner .sub-info i {margin-right: 6px;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .title {width: 95px;font-size: 15px;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .setting .title {margin-top:22px;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .f-wrap {width: 250px;font-size: 0;text-align: left;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .f-wrap p {font-size: 14px;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .setting .f-wrap p {line-height:30px;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .f-wrap p.txt {width:auto;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .f-wrap .item-01 {width: 130px;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .f-wrap .item-02 {width: auto;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .f-wrap p .sp-char,
.profile-detail.profile-page .part.summary .summary-inner .sub-info .sub-title {font-size: 13px;}
.profile-detail.profile-page .part.summary .summary-inner .sub-info .sub-title {width:48px;margin-right:5px;}
.profile-detail.profile-page .part.summary .summary-inner .important-info .roast-time > div {
    padding-left: 26px;
}
.profile-detail.profile-page .part.summary .summary-inner .important-info .temperature > div {
    padding-left: 20px;
}
.profile-detail.profile-page .part.summary .summary-inner .important-info .info-item .num {
    font-size: 19px;
    line-height: 26px;
}
.profile-detail.profile-page .part.summary .summary-inner .important-info .info-item .title {
    font-size: 14px;
}
.profile-detail.profile-page .part.assessment .scroll-wrap {
    height: 100%;
    overflow: auto;
}
.profile-detail.profile-page .part.assessment .row {
    margin-top: 10px;
    min-height: 34px;
}
.profile-detail.profile-page .part.assessment .row + .row {margin-top:40px;}
.profile-detail.profile-page .part.assessment .row > p {
    font-size: 16px;
    color: #4b4b4b;
}
.profile-detail.profile-page .part.assessment .inline-row {
    position: relative;
}
.profile-detail.profile-page .part.assessment .inline-row > p {
    position: absolute;
    line-height: 34px;
}
.profile-detail.profile-page .part.assessment .inline-row > div {
    padding-left: 90px;
}
.profile-detail.profile-page .part.assessment .row.comment > p {
    padding-bottom: 10px;
}
.profile-detail.profile-page .part.assessment .custom-ckbox.type-txt label,
.profile-detail.profile-page .part.assessment .custom-radio.type-txt label {
    font-size: 14px;
    line-height: 32px;
}
.profile-detail.profile-page .part.assessment textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    outline: none;
}
.profile-detail.profile-page .part.assessment .row.comment .btn-wrap {
    margin-top: 10px;
    text-align: right;
}
.profile-detail.profile-page .part.comment textarea {height:100%;}
@media screen and (max-width: 1480px) {
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box.box-left,
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box.box-center {
        width: 50%;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box.box-right {
        margin-top: 20px;
        width: 100%;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box.box-right > div {
        overflow: hidden;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box.box-right .card {
        float: left;
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box.box-right .card + .card {
        margin-top: 0;
        margin-left: 20px;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box.box-right .card.share-log {
        margin-left: 0;
    }
}
@media screen and (max-width: 1400px) {
    .profile-detail .part.summary .summary-inner .sub-info .crack i {
        margin-top: 28px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .crack .crack-item + .crack-item {
        margin-top: 10px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .sub-info .title {margin-top:0 !important;}
    .profile-detail.profile-page .part.summary .summary-inner .sub-info .title + div {display: block;}
    .profile-detail.profile-page .part.summary .summary-inner .sub-info .setting .f-wrap p {line-height:20px;}
}
@media screen and (max-width: 1080px) {
    .profile-detail.profile-page .mode-wrap {
        position: static;
        margin-top: 20px;
    }
    .profile-detail.profile-page .card-body > div {
        height: auto !important;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box {
        width: 100% !important;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box + .detail-box {
        margin-top: 20px;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box.box-right .card {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box.box-right .card + .card {
        margin-left: 0;
        margin-top: 20px;
    }
    .profile-detail.profile-page .part.bean-info .statistics {
        position: static;
    }
    .profile-detail.profile-page .body-wrap .part.represent-log .scroll-wrap,
    .profile-detail.profile-page .body-wrap .part.share-log .scroll-wrap,
    .profile-detail.profile-page .body-wrap .part.detail-data .scroll-wrap {
        max-height: 280px;
        height:auto;
    }
    .profile-detail.profile-page .part.comment textarea {height:280px;}
    .profile-detail.profile-page .body-wrap .part.represent-log .table-wrap, .profile-detail.profile-page .body-wrap .part.share-log .table-wrap {
        min-height: 0;
    }
    .profile-detail.profile-page .part.assessment .row + .row {margin-top:20px;}
}
@media screen and (max-width: 1080px) and (min-width: 969px) {
    .profile-detail.profile-page .part.summary .graph-wrap,.profile-detail.profile-page .part.summary .profile-title {width: calc(100% - 400px);}
    .profile-detail.profile-page .part.summary .sub-info {
        position: absolute;
        width: 400px;
        top: 0;
        right: 0;
    }
    .profile-detail.profile-page .part.summary .sub-info > div {
        background-color: #fff;
    }
    .profile-detail.profile-page .part.summary .summary-inner > .inline-fix:last-child {padding-bottom:20px;}
}
@media screen and (max-width: 768px) {
    .profile-detail.profile-page .body-wrap .box-wrap {
        width: 100%;
        margin-left: 0;
    }
    .profile-detail.profile-page .body-wrap .box-wrap .detail-box {
        padding: 0;
    }
    .profile-detail.profile-page .card-header > p {
        font-size: 15px;
        line-height: 28px;
    }
    .profile-detail.profile-page .mode-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .profile-detail.profile-page .mode-wrap span {
        padding: 0 16px;
        font-size: 12px;
        line-height: 24px;
    }
    .profile-detail.profile-page .float-wrap {
        top: 250px;
        right: 20px;
        margin-right: 0;
    }
    .profile-detail.profile-page .btn-profile-setting {
        width: 50px;
        height: 50px;
    }
    .profile-detail.profile-page .btn-profile-setting span {
        background-position: -338px -940px;
    }
    .profile-detail.profile-page .body-wrap .box-wrap {
        margin-top: 16px;
    }
    .profile-detail.profile-page .part.bean-info .bean-simple-list-wrap {
        padding-bottom: 15px;
    }
    .profile-detail.profile-page .part.bean-info .bean-simple-list-wrap .scroll-wrap {
        max-height: none;
    }
    .profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .name {
        font-size: 13px;
        line-height: normal;
    }
    .profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .item-inner > div span {
        font-size: 12px;
        line-height: 20px;
    }
    .profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .num {
        font-size: 16px;
        line-height: 18px;
    }
    .profile-detail.profile-page .part.bean-info .bean-simple-list-wrap li .num:before,
    .profile-detail.profile-page .part.bean-info .bean-simple-list-wrap .sum-wrap > span {
        font-size: 12px;
    }
    .profile-detail.profile-page .part.bean-info .bean-simple-list-wrap .sum-wrap p {
        font-size: 20px;
    }
    .profile-detail.profile-page .part.assessment .row {
        min-height: 32px;
    }
    .profile-detail.profile-page .part.assessment .custom-ckbox.type-txt label, .profile-detail.profile-page .part.assessment .custom-radio.type-txt label {
        font-size: 13px;
        line-height: 30px;
    }
    .profile-detail.profile-page .part.bean-info .statistics .title {
        font-size: 12px;
    }
    .profile-detail.profile-page .part.bean-info .statistics .num {
        font-size: 16px;
    }
    .profile-detail.profile-page .part.bean-info .statistics .num span {
        font-size: 12px;
    }
    .profile-detail.profile-page .part.bean-info .statistics .box > div {
        padding-top: 5px;
    }
    .profile-detail.profile-page .body-wrap .part.cup-note ul, .profile-detail.profile-page .body-wrap .part.roast-level ul {
        padding: 0 10px;
    }
    .profile-detail.profile-page .part.detail-data .table-wrap {
        padding: 0;
    }
    .profile-detail.profile-page .body-wrap .part.detail-data .scroll-wrap {padding-top:39px;}
    .profile-detail.profile-page .body-wrap .part.detail-data table th {height: 38px;font-size: 13px;}
    .profile-detail.profile-page .body-wrap .part.detail-data table td {
        font-size: 13px;
    }
    .profile-detail.profile-page .part.summary .profile-title {font-size: 14px;}
    .profile-detail.profile-page .part.summary .summary-inner .important-info .temperature > div {
        padding-left: 16px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .important-info .roast-time > div {
        padding-left: 23px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .important-info .dtr > div {
        padding-left: 26px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .icon-dtr {
        width: 22px;
        height: 21px;
        background-position: -242px -722px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .important-info .info-item .num {
        font-size: 18px;
        line-height: 18px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .important-info .info-item .title {
        margin-top: 5px;
        font-size: 12px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .important-info .info-item + .info-item:before {
        top: 3px;
        height: 33px;
    }
    .profile-detail.profile-page .part.summary .sub-info {
        padding: 10px 0;
    }
    .profile-detail.profile-page .part.summary .summary-inner .sub-info .f-wrap {
        width: 240px;
    }
    .profile-detail.profile-page .part.assessment .row > p {
        font-size: 13px;
    }
    .profile-detail.profile-page .part.assessment .inline-row > p {
        line-height: 32px;
    }
    .profile-detail.profile-page .part.assessment .inline-row > div {
        padding-left: 75px;
    }
    .profile-detail.profile-page .part.share-log table th p,
    .profile-detail.profile-page .part.represent-log table th p {
        line-height: 38px;
    }
    .profile-detail.profile-page .part.represent-log .scroll-wrap {padding-top:46px;}
    .profile-detail.profile-page .part.share-log table td.font-conthrax-light, .profile-detail.profile-page .part.represent-log table td.font-conthrax-light {
        font-size: 12px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .sub-info .title {
        font-size: 14px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .sub-info .sub-title {width:42px;font-size: 12px;}
    .profile-detail.profile-page .part.summary .summary-inner .sub-info .f-wrap .item-01 {
        width: 115px;
    }
}
@media screen and (max-width: 359px) {
    /*.profile-detail.profile-page .part.summary .summary-inner .important-info .info-item {*/
        /*width: 50%;*/
    /*}*/
    /*.profile-detail.profile-page .part.summary .summary-inner .important-info .info-item.dtr {*/
        /*width: 100%;*/
        /*padding-top: 20px;*/
    /*}*/
    /*.profile-detail.profile-page .part.summary .summary-inner .important-info .info-item.dtr:before {*/
        /*content: none;*/
    /*}*/
    .profile-detail.profile-page .part.bean-info .statistics .box + .box {
        margin-left: 25px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .important-info .info-item .num {
        font-size: 16px;
    }
}
/*---------------------------------------------*/
.product-manage-page .no-item {
    padding: 30px 20px;
    font-size: 16px;
    color: #342e1e;
    text-align: center;
}
.product-manage-page .ing-as .part-body {
    padding: 15px;
}
.product-manage-page .ing-as .ing-as-item + .ing-as-item {
    margin-top: 10px;
}
.product-manage-page .ing-as .ing-as-item a > div {
    position: relative;
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    background-color: #fbfbfb;
}
.product-manage-page .ing-as .logo-wrap {
    position: absolute;
    top: 10px;
    left: 15px;
    bottom: 10px;
    width: 60px;
    text-align: center;
}
.product-manage-page .ing-as .logo-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    border-right: 1px solid #c6c6c6;
}
.product-manage-page .ing-as .logo-wrap i {
    display: block;
    width: 65px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 45px auto;
    background-size: 45px auto;
}
.product-manage-page .ing-as .logo-wrap img {
    width: 45px;
}
.product-manage-page .ing-as .product-s7pro .logo-wrap i {
    background-image: url(//img.stronghold.coffee/sht-images/square/images/productLogo/pc/product_logo_s7pro_type1_b.png);
}
.product-manage-page .ing-as .logo-wrap .nickname {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #909090;
    text-align: center;
}
.product-manage-page .ing-as .txt-wrap {
    padding-left: 85px;
}
.product-manage-page .ing-as .date {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #484848;
}
.product-manage-page .ing-as .right-top-txt {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #c30e2f;
}
.product-manage-page .ing-as .title {
    margin-top: 8px;
    font-size: 15px;
    line-height: 20px;
    color: #484848;
}
.product-manage-page .ing-as .desc {
    margin-top: 2px;
    font-size: 13px;
    line-height: 18px;
    color: #909090;
}
.product-manage-page .ing-as .btn-wrap {
    margin-top: 25px;
}
.product-manage-page .product-as-wrap {
    padding-bottom: 40px;
}
.product-manage-page .product-as-wrap .ing-as {
    display: none;
}
.product-manage-page .product-as-wrap .past-as {margin-top: 19px;}
.product-manage-page .product-as-wrap h3 {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 34px;
    color: #4b4b4b;
    border-bottom: 2px solid #c30e2f;
    -webkit-box-shadow: 0 15px 20px -16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 20px -16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 20px -16px rgba(0, 0, 0, 0.2);
}
.product-manage-page .product-as-wrap .section-body {
    padding-top: 15px;
}
.product-manage-page .past-as .past-as-item a > div {
    position: relative;
    height: 90px;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    background-color: #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-manage-page .past-as .past-as-item + .past-as-item {
    margin-top: 10px;
}
.product-manage-page .past-as .logo-wrap {
    position: absolute;
    top: 10px;
    left: 15px;
    bottom: 10px;
    width: 60px;
    text-align: center;
}
.product-manage-page .past-as .logo-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    border-right: 1px solid #c6c6c6;
}
.product-manage-page .past-as .logo-wrap i {
    display: block;
    width: 65px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 45px auto;
    background-size: 45px auto;
}
.product-manage-page .past-as .logo-wrap img {
    width: 45px;
}
.product-manage-page .past-as .product-s7pro .logo-wrap i {
    background-image: url(//img.stronghold.coffee/sht-images/square/images/productLogo/pc/product_logo_s7pro_type1_rb.png);
}
.product-manage-page .past-as .logo-wrap .nickname {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #909090;
    text-align: center;
}
.product-manage-page .past-as .txt-wrap {
    margin-top: 10px;
    padding-left: 85px;
}
.product-manage-page .past-as .date {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #484848;
}
.product-manage-page .past-as .right-top-txt {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #484848;
}
.product-manage-page .past-as .title {
    width: 75%;
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #484848;
}
.product-manage-page .past-as .assign {
    position: absolute;
    display: inline-block;
    right: 15px;
    bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #909090;
}
.product-manage-page .product-as-wrap .btn-as-request {
    background-position: -285px -688px;
}
.modal-as-request .input-wrap > p {
    margin-bottom: 12px;
    font-size: 14px;
    color: #a9a8a4;
}
.modal-as-request .input-wrap .txtarea-nor {
    height: 285px;
}
.modal-as-request .input-wrap input[type=file] {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #c5c5c5;
    color: #4b4b4b;
    outline: none;
    background-color: #fff;
}
.modal-as-request .process-wrap {
    margin-top: 35px;
}
.modal-as-request .process-wrap > p {
    font-size: 16px;
    color: #484848;
}
.modal-as-request .process-wrap ul {
    margin-top: 12px;
    padding: 20px 0;
    border: 1px solid #e4e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
}
.modal-as-request .process-wrap ul li > div {
    text-align: center;
}
.modal-as-request .process-wrap ul li > div > * {
    vertical-align: top;
}
.modal-as-request .process-wrap ul li {
    position: relative;
    float: left;
    width: 25%;
}
.modal-as-request .process-wrap ul li + li:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 19px;
    margin-top: -9px;
    background-repeat: no-repeat;
    -webkit-background-size: 550px auto;
    background-size: 550px auto;
    /*background-image: url(/rqEffect/images/sprite.png); */ /*local*/
    /*background-image: url(/shthp/rqEffect/images/sprite.png);*/ /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
    background-position: -133px -14px;
}
.modal-as-request .process-wrap ul li i {
    display: inline-block;
    width: 38px;
    height: 38px;
}
.modal-as-request .process-wrap ul li.item-01 i {
    background-position: -231px -750px;
}
.modal-as-request .process-wrap ul li.item-02 i {
    background-position: -274px -750px;
}
.modal-as-request .process-wrap ul li.item-03 i {
    background-position: -317px -750px;
}
.modal-as-request .process-wrap ul li.item-04 i {
    background-position: -360px -750px;
}
.modal-as-request .process-wrap ul li p {
    margin-top: 15px;
    font-size: 16px;
    color: #484848;
    text-align: center;
}
.modal-ing-as-info .box-top .date {
    font-size: 18px;
    line-height: 20px;
    color: #3d3d3d;
}
.modal-ing-as-info .box-top .f-right {
    font-size: 16px;
    line-height: 20px;
    color: #c30e2f;
}
.modal-ing-as-info .input-wrap {
    margin-top: 20px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.modal-ing-as-info .input-wrap .input-row + .input-row {
    border-top: 1px solid #d4d4d4;
}
.modal-ing-as-info .input-wrap .input-row.data-txtarea {
    height: 285px;
    overflow: auto;
}
.modal-ing-as-info .input-wrap .input-row p,
.modal-ing-as-info .input-wrap .input-row a {
    padding: 10px;
    font-size: 16px;
    color: #484848;
}
.modal-ing-as-info .input-wrap .input-row a {
    display: inline-block;
}
.modal-ing-as-info .input-wrap .input-row.data-txtarea p {
    line-height: 24px;
}
.modal-past-as-info .box {
    padding-top: 15px;
    padding-bottom: 15px;
}
.modal-past-as-info .box:not(.accept-wrap) + .box {
    border-top: 1px solid #e4e4e4;
}
.modal-past-as-info .accept-wrap {
    border: 1px solid #d8d8d8;
    background-color: #fbfbfb;
}
.modal-past-as-info .inline-row {
    position: relative;
}
.modal-past-as-info .inline-row + .inline-row {
    margin-top: 4px;
}
.modal-past-as-info .inline-row > span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 150px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-past-as-info .inline-row > div {
    padding-left: 150px;
}
.modal-past-as-info .inline-row > div p {
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #7e7e7e;
}
.modal-past-as-info .inline-row > div p.bar {
    padding-left: 12px;
}
.modal-past-as-info .inline-row > div table {
    width: 100%;
}
.modal-past-as-info .inline-row > div table th,
.modal-past-as-info .inline-row > div table td {
    font-size: 16px;
    line-height: 24px;
    color: #7e7e7e;
}
.modal-past-as-info .inline-row > div table th:first-child,
.modal-past-as-info .inline-row > div table td:first-child {
    padding-left: 5px;
}
.modal-past-as-info .inline-row > div table th:last-child,
.modal-past-as-info .inline-row > div table td:last-child {
    padding-right: 5px;
}
.modal-past-as-info .inline-row > div table th + th,
.modal-past-as-info .inline-row > div table td + td {
    padding-left: 15px;
}
.modal-past-as-info .inline-row > div table thead tr {
    border-bottom: 1px solid #e4e4e4;
}
.modal-past-as-info .inline-row > div table th {
    padding-bottom: 10px;
}
.modal-past-as-info .inline-row > div table td {
    text-align: center;
}
.modal-past-as-info .inline-row > div table td.num {
    text-align: right;
}
.modal-past-as-info .inline-row > div table tbody tr:first-child td {
    padding-top: 10px;
}
.modal-past-as-info .inline-row > div table tbody tr.sum td {
    padding-top: 20px;
}
.modal-past-as-info .box.bill .inline-row > div {
    position: relative;
}
.modal-past-as-info .box.bill .inline-row > div:after {
    content: '';
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e4e4e4;
}
@media screen and (max-width: 968px) {
    .product-manage-page .product-as-wrap {
        padding-bottom: 90px;
    }
    .product-manage-page .product-as-wrap .ing-as {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .product-manage-page .product-as-wrap {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .product-manage-page .product-as-wrap h3 {
        padding-bottom: 5px;
        font-size: 15px;
        border-bottom: 1px solid rgba(195, 14, 47, 0.4);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .product-manage-page .product-as-wrap .section-body {
        padding-top: 8px;
    }
    .product-manage-page .ing-as .ing-as-item + .ing-as-item,
    .product-manage-page .past-as .past-as-item + .past-as-item {
        margin-top: 8px;
    }
    .product-manage-page .ing-as .ing-as-item a > div,
    .product-manage-page .past-as .past-as-item a > div {
        padding: 10px;
    }
    .product-manage-page .past-as .past-as-item a > div {
        height: auto;
    }
    .product-manage-page .ing-as .logo-wrap,
    .product-manage-page .past-as .logo-wrap {
        top: 10px;
        left: 10px;
        bottom: 10px;
        width: 55px;
    }
    .product-manage-page .ing-as .logo-wrap img,
    .product-manage-page .past-as .logo-wrap img {
        width: 40px;
        margin: 0 auto;
    }
    .product-manage-page .ing-as .logo-wrap i,
    .product-manage-page .past-as .logo-wrap i {
        width: 60px;
        -webkit-background-size: 40px auto;
        background-size: 40px auto;
    }
    .product-manage-page .ing-as .product-s7pro .logo-wrap i {
        /*background-image: url(/rqEffect/images/productLogo/mobile/product_logo_s7pro_type1_b.png); */ /*local*/
        /*background-image: url(/shthp/rqEffect/images/productLogo/mobile/product_logo_s7pro_type1_b.png);*/ /*dev*/
        background-image: url(//img.stronghold.coffee/sht-images/square/images/productLogo/mobile/product_logo_s7pro_type1_b.png); /*real*/
    }
    .product-manage-page .past-as .product-s7pro .logo-wrap i {
    /*background-image: url(/rqEffect/images/productLogo/mobile/product_logo_s7pro_type1_rb.png);*/ /*local*/
    /* background-image: url(/shthp/rqEffect/images/productLogo/mobile/product_logo_s7pro_type1_rb.png);*/  /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/productLogo/mobile/product_logo_s7pro_type1_rb.png); /*real*/
    }
    .product-manage-page .ing-as .logo-wrap .nickname,
    .product-manage-page .past-as .logo-wrap .nickname {
        font-size: 11px;
        line-height: 16px;
    }
    .product-manage-page .ing-as .txt-wrap,
    .product-manage-page .past-as .txt-wrap {
        padding-left: 78px;
    }
    .product-manage-page .past-as .txt-wrap {
        margin-top: 0;
    }
    .product-manage-page .ing-as .date,
    .product-manage-page .past-as .date {
        font-size: 11px;
        line-height: 16px;
    }
    .product-manage-page .ing-as .right-top-txt,
    .product-manage-page .past-as .right-top-txt {
        top: 10px;
        right: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .product-manage-page .ing-as .title,
    .product-manage-page .past-as .title {
        font-size: 15px;
    }
    .product-manage-page .past-as .title {
        width: auto;
    }
    .product-manage-page .ing-as .desc {
        font-size: 12px;
        line-height: 16px;
    }
    .product-manage-page .past-as .assign {
        position: static;
        margin-top: 2px;
        font-size: 12px;
        line-height: 16px;
    }
    .modal-as-request .input-wrap > p {
        font-size: 12px;
    }
    .modal-as-request .input-wrap .txtarea-nor {
        height: 240px;
    }
    .modal-as-request .input-wrap input[type=file] {
        padding: 9px 15px;
        font-size: 13px;
    }
    .modal-as-request .process-wrap {
        margin-top: 20px;
    }
    .modal-as-request .process-wrap > p {
        font-size: 13px;
    }
    .modal-as-request .process-wrap ul li + li:before {
        left: -4px;
        margin-top: -8px;
        width: 8px;
        height: 16px;
        background-position: -148px -14px;
    }
    .modal-as-request .process-wrap ul li i {
        width: 32px;
        height: 32px;
        background-position-y: -793px !important;
    }
    .modal-as-request .process-wrap ul li p {
        margin-top: 12px;
        font-size: 14px;
    }
    .modal-ing-as-info .box-top .date {
        font-size: 15px;
        line-height: 18px;
    }
    .modal-ing-as-info .box-top .f-right {
        font-size: 13px;
        line-height: 18px;
    }
    .modal-ing-as-info .input-wrap {
        margin-top: 15px;
    }
    .modal-ing-as-info .input-wrap .input-row p, .modal-ing-as-info .input-wrap .input-row a {
        font-size: 13px;
    }
    .modal-ing-as-info .input-wrap .input-row.data-txtarea {
        height: 240px;
    }
    .modal-ing-as-info .input-wrap .input-row.data-txtarea p {
        line-height: 20px;
    }
    .modal-past-as-info .box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .modal-past-as-info .inline-row > span {
        width: 90px;
        padding: 0 10px;
        font-size: 13px;
        line-height: 20px;
    }
    .modal-past-as-info .inline-row > div {
        padding-left: 90px;
    }
    .modal-past-as-info .inline-row > div p {
        padding-right: 10px;
        font-size: 13px;
        line-height: 20px;
    }
    .modal-past-as-info .inline-row > div p.bar {
        padding-left: 10px;
    }
    .modal-past-as-info .inline-row > div table th, .modal-past-as-info .inline-row > div table td {
        font-size: 13px;
        line-height: 20px;
    }
    .modal-past-as-info .inline-row > div table th + th, .modal-past-as-info .inline-row > div table td + td {
        padding-left: 10px;
    }
    .modal-past-as-info .box.bill .inline-row > div:after {
        bottom: 30px;
    }
    .product-manage-page .product-as-wrap .btn-as-request {
        background-position: -350px -688px;
    }
}
/*---------------------------------------------*/
.roast-report-page .datepicker-wrap.show {display: inline-block;}
.roast-report-page .datepicker-wrap {display:none;margin-left:15px;}
.roast-report-page .datepicker-wrap > span {font-size:15px;line-height:34px;color:#342e1e;margin:0 10px;}
.roast-report-page .datepicker-wrap .date-wrap {position:relative;display:inline-block;}
.roast-report-page .datepicker-wrap .date-wrap input {width:130px;height:34px;font-size:15px;color:#342e1e;padding:0 10px;background-color: #f8f8f8;}
.roast-report-page .datepicker-wrap .date-wrap .ui-datepicker-trigger {margin-left:10px;vertical-align: top;}
.roast-report-page .body-wrap .tool-wrap {
    padding-top: 15px;
}
.roast-report-page .body-wrap .tool-wrap > span {display: none;margin-left: 15px;font-size: 15px;line-height: 34px;color: #342e1e;}
.roast-report-page .body-wrap .tool-wrap > span.show {display: inline-block;}
.roast-report-page .body-wrap .section {
    margin-top: 10px;
}
.roast-report-page .body-wrap h3 {
    display: inline-block;
    font-size: 17px;
    line-height: 50px;
    color: #4b4b4b;
    vertical-align: top;
}
.roast-report-page .body-wrap h4 {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    color: #4b4b4b;
}
.roast-report-page .body-wrap .subject-wrap {
    margin-bottom: 5px;
}
.roast-report-page .body-wrap .subject-wrap .btn-wrap button {
    width: 60px;
    height: 49px;
    font-size: 16px;
    color: #4b4b4b;
    border: none;
    border-bottom: 4px solid transparent;
}
.roast-report-page .body-wrap .subject-wrap .btn-wrap button.selected {
    border-color: #c30e2f;
}
.roast-report-page .body-wrap .part {
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.roast-report-page .body-wrap .part + .part {
    margin-top: 10px;
}
.roast-report-page .body-wrap .part .title-wrap {
    padding: 10px 0;
    text-align: center;
}
.roast-report-page .body-wrap .part .title-wrap .custom-select {margin-right: 15px;}
.roast-report-page .body-wrap .production-trend .part-01 {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.roast-report-page .body-wrap .production-trend .part-01 .box-inner {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.roast-report-page .body-wrap .production-trend .part-01 .box-inner + .box-inner {
    border-left: 1px solid #e8e8e8;
}
.roast-report-page .body-wrap .production-trend .day-wrap {
    position: relative;
    width: 400px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.roast-report-page .body-wrap .production-trend .day-wrap > div {
    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.roast-report-page .body-wrap .production-trend .day-wrap .logo-wrap {
    text-align: center;
}
.roast-report-page .body-wrap .production-trend .day-wrap .logo-wrap img {
    width: 70px;
}
.roast-report-page .body-wrap .production-trend .day-wrap .num-wrap {min-height:122px;padding-left: 15px;padding-right: 15px;border-left: 1px solid #e8e8e8;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.roast-report-page .body-wrap .production-trend .day-wrap .custom-select {
    position: absolute;
    top: 95px;
    left: 35px;
}
.roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .day {text-align: center;}
.roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .free-end .day {margin-top:24px;}
.roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .dt {
    display: block;
    font-size: 15px;
    color: #7e7e7e;
}
.roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .dd {
    font-size: 27px;
    color: #342e1e;
}
.roast-report-page .body-wrap .production-trend .day-wrap .num-wrap > p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    text-align: center;
}
.roast-report-page .body-wrap .production-trend .box-inner.graph-wrap {position: relative;padding: 38px 10px 10px;vertical-align: middle;text-align: center;}
.roast-report-page .body-wrap .production-trend .part-01 .graph-wrap > *:not(.inline-fix) {width: auto;max-width: 100%;max-height: 94px;vertical-align: top; margin-top: -30px;}
.roast-report-page .body-wrap .production-trend .part-01 .graph-wrap .inline-fix {position: absolute;top:0;right:5px;overflow: hidden;}
.roast-report-page .body-wrap .production-trend .part-01 .graph-wrap .btn-graph-change {width:32px;height:38px;font-size:16px;color:#4b4b4b;background-color:#fff;border:none;border-top:4px solid transparent;border-bottom:4px solid transparent;text-align: center;}
.roast-report-page .body-wrap .production-trend .part-01 .graph-wrap .btn-graph-change + .btn-graph-change {margin-left:5px;}
.roast-report-page .body-wrap .production-trend .part-01 .graph-wrap .btn-graph-change.selected {border-bottom:4px solid #c30e2f;}
.roast-report-page .body-wrap .production-trend .total-wrap {
    width: 360px;
}
.roast-report-page .body-wrap .production-trend .total-wrap p {
    text-align: center;
}
.roast-report-page .body-wrap .production-trend .total-wrap .box-top {
    padding: 15px;
}
.roast-report-page .body-wrap .production-trend .total-wrap .box-top .dt {
    font-size: 15px;
    color: #7e7e7e;
}
.roast-report-page .body-wrap .production-trend .total-wrap .box-top .dd {
    font-size: 23px;
    color: #545454;
}
.roast-report-page .body-wrap .production-trend .total-wrap .unit {
    color: #7c7c7c;
}
.roast-report-page .body-wrap .production-trend .total-wrap .box-top .unit {
    font-size: 16px;
}
.roast-report-page .body-wrap .production-trend .total-wrap .box-bottom {
    padding: 10px;
    border-top: 1px solid #e8e8e8;
}
.roast-report-page .body-wrap .production-trend .total-wrap .box-bottom li {
    width: 33.3333%;
}
.roast-report-page .body-wrap .production-trend .total-wrap .box-bottom .dt {
    font-size: 14px;
    color: #4b4b4b;
}
.roast-report-page .body-wrap .production-trend .total-wrap .box-bottom .dd {
    font-size: 18px;
    color: #545454;
}
.roast-report-page .body-wrap .production-trend .total-wrap .box-bottom .unit {
    font-size: 12px;
}
.roast-report-page .body-wrap .production-trend .part-02 {
    display: table;
    width: 100%;
}
.roast-report-page .body-wrap .production-trend .part-02 .box-inner {
    display: table-cell;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.roast-report-page .body-wrap .production-trend .part-02 .box-inner + .box-inner {
    border-left: 1px solid #e8e8e8;
}
.roast-report-page .body-wrap .production-trend .part-02 .graph-wrap > div {
    padding: 0 20px 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.roast-report-page .body-wrap .production-trend .part-02 .graph-wrap > div > * {
    width: auto;
    max-width: 100%;
    max-height: 180px;
    vertical-align: top;
}
.roast-report-page .body-wrap .production-trend .part-02 .circle-graph .graph-wrap > div {
    display: inline-block;
    width: 50%;
}
.roast-report-page .body-wrap .roast-state .part-01 {
    display: table;
    width: 100%;
}
.roast-report-page .body-wrap .roast-state .part-01 .box-inner {
    display: table-cell;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.roast-report-page .body-wrap .roast-state .part-01 .box-inner + .box-inner {
    border-left: 1px solid #e8e8e8;
}
.roast-report-page .body-wrap .roast-state .part-01 .data-wrap .seg {
    display: inline-block;
    width: 50%;
    padding: 0px 96px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -18px;
}
.roast-report-page .body-wrap .roast-state .part-01 .cupping .graph-wrap > * {
    width: auto;
    max-width: 100%;
    max-height: 166px;
    vertical-align: top;
}
.roast-report-page .body-wrap .roast-state .part-01 .cupping .tag-wrap li {
    margin-right: 8px;
    margin-bottom: 10px;
}
.roast-report-page .body-wrap .roast-state .part-01 .cupping .tag-wrap li:last-child {
    margin-right: 0;
}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item > div {
    display: inline-block;
    padding: 0 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item .num-wrap {width: 220px;padding-right: 0;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap > div + div {margin-top:12px;padding-top:12px;border-top:1px solid #e8e8e8;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap > div > div + div {margin-top:4px;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .title {margin-bottom: 10px;font-size: 15px;color: #4b4b4b;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='1'] .num-wrap .title {margin-bottom: 25px;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .dt {display:inline-block;min-width:46px;margin-right:10px;font-size: 13px;line-height:19px;color: #4b4b4b;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .dd {display:inline-block;font-size: 15px;line-height:19px;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data-wrap {position:relative;cursor: pointer;display: inline-block;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='1'] .num-wrap .dd {display:block;margin-top:4px;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .dd .unit {font-size: 12px;font-family: sans-serif !important;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data {display: none;width:420px;padding:10px;border:1px solid #c7c7c7;background-color:#fff;position:absolute;top:100%;box-sizing: border-box;overflow: hidden;border-radius:6px;margin-top:5px;box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.2);z-index:1;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data li {text-align: center;float: left;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data.data-temp li {width:20%;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data.data-time li {width:33.33%;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data span {color:#565656;display: inline-block;line-height:26px;vertical-align: top;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data .num {font-size:14px;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data .unit {font-size:12px;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .time {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .graph-wrap {width: calc(100% - 220px);text-align: center;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item .graph-wrap > div {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='1'] .graph-wrap > div {
    display: inline-block;
    width: 50%;
}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='1'] .graph-wrap > div:first-child {
    padding-right: 10px;
}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='1'] .graph-wrap > div:last-child {
    padding-left: 10px;
}
.roast-report-page .body-wrap .roast-state .distribution .data-wrap .graph-wrap > div > * {
    width: auto;
    max-width: 100%;
    max-height: 166px;
    vertical-align: top;
}
.modal-roast-report .graph-wrap > * {
    max-width: 100%;
}
.modal-roast-report .sel-bean-state {
    position: relative;
    padding-left: 100px;
    font-size: 16px;
    line-height: 20px;
    color: #4b4b4b;
}
.modal-roast-report .sel-bean-state span {
    display: inline-block;
}
.modal-roast-report .sel-bean-state .dt {
    position: absolute;
    top: 0;
    left: 0;
}
.modal-roast-report.top5 .sel-obj-wrap {
    position: relative;
    padding-right: 150px;
}
.modal-roast-report.top5 .sel-obj-wrap .nickname {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    color: #4b4b4b;
    top: 0;
    right: 0;
}
.modal-roast-report .bean-list {
    margin-top: 10px;
}
.modal-roast-report .bean-list li {
    position: relative;
    padding: 15px 15px 15px 190px;
    border: 1px solid #eae7e7;
    background-color: #fff;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.03);
}
.modal-roast-report .bean-list li + li {
    margin-top: 10px;
}
.modal-roast-report .bean-list li .idx {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 10px;
    min-width: 20px;
    margin-top: -10px;
    font-size: 18px;
    line-height: 20px;
    color: #5f5f5f;
    text-align: center;
}
.modal-roast-report .bean-list li .date-wrap {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 38px;
    width: 150px;
    margin-top: -20px;
}
.modal-roast-report .bean-list li .date-wrap .date {
    font-size: 13px;
    line-height: 20px;
    color: #5f5f5f;
}
.modal-roast-report .bean-list li .date-wrap .nickname {
    font-size: 14px;
    color: #a1a1a1;
}
.modal-roast-report .bean-list li .content-wrap {
    min-height: 46px;
    padding: 2px 0 2px 15px;
    border-left: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-roast-report .bean-list li .content-wrap .detail-wrap > * {
    vertical-align: top;
}
.modal-roast-report .bean-list li .content-wrap .bean-nick {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    color: #4b4b4b;
}
.modal-roast-report .bean-list li .content-wrap .bean-name {
    display: inline-block;
    width: 170px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
.modal-roast-report .bean-list li .content-wrap .process,
.modal-roast-report .bean-list li .content-wrap .market {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #4b4b4b;
    text-align: center;
}
.modal-roast-report .bean-list li .content-wrap .process {
    width: 70px;
}
.modal-roast-report .bean-list li .content-wrap .market {
    width: 65px;
}
.modal-roast-report .bean-list li .content-wrap .num-wrap {
    font-size: 16px;
    line-height: 20px;
    color: #c30e2f;
}
.modal-roast-report .bean-list li .content-wrap .num-wrap .unit {
    font-size: 12px;
}
.modal-roast-report .bean-list li .content-wrap .more {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
.modal-roast-report.top5 .bean-list li .date-wrap {
    margin-top: -10px;
}
.modal-roast-report.top5 .bean-list li .content-wrap {
    display: table;
    width: 100%;
    min-height: 0;
    height: 46px;
}
.modal-roast-report.top5 .bean-list li .detail-wrap {
    display: table-cell;
    vertical-align: middle;
}
.modal-roast-report.top5 .bean-list li .detail-wrap > div > * {
    vertical-align: top;
}
.modal-roast-report .bean-list li .content-wrap .profile-name {
    padding-right: 70px;
    font-size: 16px;
    line-height: 20px;
    color: #4b4b4b;
}
.modal-roast-report.top5 .bean-list li .content-wrap .put-num {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -19px;
}
.modal-roast-report.top5 .bean-list li .content-wrap .put-num:before {
    content: '투입량';
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-family: 'NanumSquare';
    font-weight: normal;
    color: #4b4b4b;
    text-align: right;
}
@media screen and (max-width: 1480px) {
    .roast-report-page .body-wrap .production-trend .part-01 {
        display: block;
    }
    .roast-report-page .body-wrap .production-trend .part-01 .box-inner + .box-inner {
        border-left: none;
    }
    .roast-report-page .body-wrap .production-trend .box-inner.total-wrap {
        display: block;
        width: auto;
        border-top: 1px solid #e8e8e8;
    }
    .roast-report-page .body-wrap .production-trend .box-inner.day-wrap,
    .roast-report-page .body-wrap .production-trend .box-inner.graph-wrap {
        display: inline-block;
        /*height: 200px;*/
    }
    .roast-report-page .body-wrap .production-trend .box-inner.graph-wrap {
        width: calc(100% - 400px);
    }
    .roast-report-page .body-wrap .production-trend .box-inner.day-wrap {
        border-right: 1px solid #e8e8e8;
    }
    .roast-report-page .body-wrap .production-trend .part-02,
    .roast-report-page .body-wrap .roast-state .part-01 {
        display: block;
    }
    .roast-report-page .body-wrap .production-trend .part-02 .box-inner,
    .roast-report-page .body-wrap .roast-state .part-01 .box-inner {
        display: block;
        width: auto;
    }
    .roast-report-page .body-wrap .production-trend .part-02 .box-inner + .box-inner,
    .roast-report-page .body-wrap .roast-state .part-01 .box-inner + .box-inner {
        border-left: none;
        border-top: 1px solid #e8e8e8;
    }
}
@media screen and (max-width: 968px) {
    .roast-report-page .body-wrap .production-trend .box-inner.day-wrap {
        border-right: none;
    }
    .roast-report-page .body-wrap .production-trend .box-inner.day-wrap, .roast-report-page .body-wrap .production-trend .box-inner.graph-wrap {
        display: block;
        width: auto !important;
        height: auto;
    }
    .roast-report-page .body-wrap .production-trend .part-01 .graph-wrap .inline-fix {right:auto;left:5px;}
    .roast-report-page .body-wrap .production-trend .box-inner.graph-wrap {border-top:1px solid #e8e8e8;}
    .roast-report-page .body-wrap .production-trend .part-01 .graph-wrap > *:not(.inline-fix) {max-height:none; margin-top: 0;}
    .roast-report-page .body-wrap .production-trend .day-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap > div {
        padding: 0;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .logo-wrap {
        position: absolute;
        top: 10px;
        left: 20px;
        width: 74px;
        height: 74px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .logo-wrap img {
        width: 100%;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap {display: table;width: 100%;min-height:0;height: auto;padding-left: 94px;padding-right: 0;border-left: none;table-layout: fixed;}
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap > * {
        display: table-cell;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .custom-select {position: relative;bottom: auto;left: auto;top: auto;margin-left:-10px;}
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .day {margin-top:0 !important;text-align: left;}
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .day > * {
        vertical-align: top;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .dt {
        display: inline-block;
        line-height: 38px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .dd {
        display: inline-block;
        margin-left: 5px;
        line-height: 38px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap > div {
        width: 210px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap > p {
        margin-top: 0;
        padding-left: 20px;
        border-left: 1px solid #e8e8e8;
        text-align: left;
        vertical-align: middle;
    }
}
@media screen and (max-width: 768px) {
    .roast-report-page .body-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .roast-report-page .body-wrap .tool-wrap {
        padding-top: 0;
    }
    .roast-report-page .datepicker-wrap.show{display: block;}
    .roast-report-page .datepicker-wrap {margin-left:0;margin-top:10px;position:relative;}
    .roast-report-page .datepicker-wrap .date-wrap {position: static;}
    .roast-report-page .datepicker-wrap .date-wrap input {font-size:12px;height:30px;width:110px;}
    .roast-report-page .datepicker-wrap > span {font-size:12px;line-height:30px;}
    .roast-report-page .body-wrap .tool-wrap > span {
        font-size: 12px;
        line-height: 28px;
    }
    .roast-report-page .body-wrap h3 {
        font-size: 15px;
        line-height: 35px;
    }
    .roast-report-page .body-wrap .subject-wrap .btn-wrap button {
        width: 50px;
        height: 34px;
        font-size: 15px;
        border-width: 3px;
    }
    .roast-report-page .body-wrap .part .title-wrap {
        padding: 15px 15px 10px;
    }
    .roast-report-page .body-wrap h4 {
        font-size: 15px;
        line-height: 28px;
        text-align: left;
    }
    .roast-report-page .body-wrap .production-trend .box-inner.graph-wrap {padding-top:34px;}
    .roast-report-page .body-wrap .production-trend .part-01 .graph-wrap .inline-fix {top:5px;}
    .roast-report-page .body-wrap .production-trend .part-01 .graph-wrap .btn-graph-change {width:28px;height:28px;font-size:15px;border-width:3px;}
    .roast-report-page .body-wrap .production-trend .part-01 .graph-wrap .btn-graph-change.selected{border-bottom:3px solid #c30e2f;}
    .roast-report-page .body-wrap .production-trend .total-wrap .box-top,
    .roast-report-page .body-wrap .production-trend .total-wrap .box-bottom {
        padding: 10px 15px;
    }
    .roast-report-page .body-wrap .production-trend .total-wrap .box-top .dt,
    .roast-report-page .body-wrap .production-trend .total-wrap .box-bottom .dt,
    .roast-report-page .body-wrap .production-trend .total-wrap .box-bottom .unit {
        font-size: 13px;
    }
    .roast-report-page .body-wrap .production-trend .total-wrap .box-top .dt,
    .roast-report-page .body-wrap .production-trend .total-wrap .box-bottom .dt {
        margin-bottom: 3px;
    }
    .roast-report-page .body-wrap .production-trend .total-wrap .box-top .dd {
        font-size: 24px;
    }
    .roast-report-page .body-wrap .production-trend .total-wrap .box-top .unit {
        font-size: 15px;
    }
    .roast-report-page .body-wrap .production-trend .total-wrap .box-bottom .dd {
        font-size: 21px;
    }
    .roast-report-page .body-wrap .production-trend .part-02 .graph-wrap > div {
        padding: 10px 15px 15px;
    }
    .roast-report-page .body-wrap .production-trend .part-02 .circle-graph .graph-wrap > div {
        width: 100%;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item > div {
        display: block;
        width: auto !important;
        padding: 10px 15px !important;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap {
        font-size: 0;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .title {
        margin-bottom: 6px !important;
        font-size: 13px;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap > div {display: inline-block;width:50%;margin-bottom: 5px;font-size: 0;vertical-align: top;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='1'] .num-wrap > div {width:auto;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='3'] .num-wrap > div {width:auto;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='3'] .num-wrap > div:first-child {width:180px;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap > div + div {margin-top:0;padding-top:0;border-top:none;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .dt {margin-right:0;font-size: 12px;line-height: 24px;vertical-align: top;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='1'] .num-wrap .dt {min-width: 0;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .dd {display:block;font-size: 18px;line-height: 24px;vertical-align: top;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data {padding:8px;width:400px;left:-10px;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data span {line-height:21px;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data .num {font-size:13px;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data .unit {font-size:11px;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data-wrap {display: block;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .box-item[data-index='1'] .num-wrap .dd {display: inline-block;margin-top:0;margin-left: 8px;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .dd .unit {
        font-size: 12px;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap i {
        display: inline-block !important;
        height: 24px;
        margin-right: 5px;
        vertical-align: top;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .time i {
        width: 17px;
        background-position: -244px -502px;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .temperature i {
        width: 12px;
        background-position: -228px -539px;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .temperature {
        margin-right: 10px;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .time {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .graph-wrap > div {
        display: block;
        width: auto !important;
        padding: 0 !important;
    }
    .roast-report-page .body-wrap .roast-state .part-01 .data-wrap .seg {
        display: block;
        width: auto;
        padding: 15px;
        margin: auto;
    }
    .roast-report-page .body-wrap .roast-state .part-01 .data-wrap .seg .radarChart {margin: auto;}
    .roast-report-page .body-wrap .roast-state .part-01 .data-wrap .seg .radarChart svg {display: inline-block;}
    .roast-report-page .body-wrap .roast-state .part-01 .data-wrap .seg #bubble-chart{}
    .roast-report-page .body-wrap .roast-state .part-01 .data-wrap .seg #bubble-chart svg{display: inline-block; width: 200px;}


    .roast-report-page .body-wrap .roast-state .part-01 .cupping h4 {
        margin-bottom: 10px;
    }
    .roast-report-page .body-wrap .production-trend .box-inner.day-wrap {
        padding: 15px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap {
        display: block;
        padding-left: 65px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .logo-wrap {
        width: 54px;
        height: 54px;
        top: 50%;
        left: 15px;
        margin-top: -29px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .dt {
        font-size: 12px;
        line-height: 26px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap .dd {
        font-size: 21px;
        line-height: 26px;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap > div {
        display: block;
        width: auto;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap > p {
        position: relative;
        display: block;
        width: auto;
        margin-top: 5px;
        padding-left: 10px;
        font-size: 13px;
        line-height: 18px;
        border-left: none;
    }
    .roast-report-page .body-wrap .production-trend .day-wrap .num-wrap > p:before {
        content: '-';
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        margin-right: 4px;
        font: inherit;
    }
    .modal-roast-report.top5 .sel-obj-wrap {
        padding-right: 0;
    }
    .modal-roast-report .sel-bean-state {
        padding-left: 90px;
        font-size: 14px;
        line-height: 18px;
    }
    .modal-roast-report.top5 .sel-obj-wrap .nickname {
        position: static;
        display: block;
        margin-top: 8px;
        font-size: 14px;
        line-height: 18px;
        text-align: right;
    }
    .modal-roast-report .bean-list li {
        padding: 10px 10px 10px 30px;
    }
    .modal-roast-report .bean-list li .idx {
        top: 10px;
        left: 5px;
        margin-top: 0;
        font-size: 15px;
        line-height: 18px;
    }
    .modal-roast-report .bean-list li .date-wrap {
        position: static;
        display: block;
        width: auto;
        margin-top: 2px !important;
    }
    .modal-roast-report .bean-list li .date-wrap > * {
        vertical-align: top;
    }
    .modal-roast-report .bean-list li .date-wrap .date {
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #dadada;
    }
    .modal-roast-report.top5 .bean-list li .date-wrap .date {
        border-right: none;
    }
    .modal-roast-report .bean-list li .date-wrap .nickname {
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
    }
    .modal-roast-report .bean-list li .content-wrap {
        min-height: 0;
        padding: 0;
        margin-top: 8px;
        border-left: none;
    }
    .modal-roast-report.top5 .bean-list li .content-wrap {
        display: block;
        height: auto;
    }
    .modal-roast-report.top5 .bean-list li .detail-wrap {
        display: block;
    }
    .modal-roast-report .bean-list li .content-wrap .bean-nick {
        font-size: 13px;
        line-height: 18px;
    }
    .modal-roast-report .bean-list li .content-wrap .bean-name {
        width: 250px;
    }
    .modal-roast-report .bean-list li .content-wrap .bean-name,
    .modal-roast-report .bean-list li .content-wrap .process, .modal-roast-report .bean-list li .content-wrap .market,
    .modal-roast-report .bean-list li .content-wrap .more {
        font-size: 11px;
        line-height: 16px;
        color: #999;
    }
    .modal-roast-report .bean-list li .content-wrap .process, .modal-roast-report .bean-list li .content-wrap .market {
        margin-left: 15px;
    }
    .modal-roast-report .bean-list li .content-wrap .num-wrap {
        font-size: 13px;
        line-height: 16px;
    }
    .modal-roast-report .bean-list li .content-wrap .num-wrap .unit {
        font-size: 11px;
    }
    .modal-roast-report .bean-list li .content-wrap .profile-name {
        font-size: 13px;
        line-height: 16px;
    }
    .modal-roast-report.top5 .bean-list li .content-wrap .put-num {
        top: auto;
        right: 10px;
        bottom: 10px;
        margin-top: 0;
    }
    .modal-roast-report.top5 .bean-list li .content-wrap .put-num:before {
        font-size: 11px;
        line-height: 16px;
    }
}
@media screen and (max-width: 560px) {
    .modal-roast-report .bean-list li .content-wrap .bean-name {
        width: calc(100% - 230px);
    }
}
@media screen and (max-width: 460px) {
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data {width:320px;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data.data-temp li {width:25%;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data.data-time li {width:50%;}
}
@media screen and (max-width: 320px) {
	.roast-report-page .datepicker-wrap .date-wrap .ui-datepicker-trigger {display: none;}
    .roast-report-page .body-wrap .tool-wrap > span {margin-left:0;margin-top:10px;}
    .roast-report-page .body-wrap .tool-wrap > span.show {display: block;}
    .main-page .cbody-01 .num-wrap .carousel-wrap, .main-page .cbody-01 .num-wrap ul li {
        width: 300px;
    }
    .profile-detail.profile-page .part.summary .summary-inner .sub-info .f-wrap {
        width: 230px;
    }
    .profile-detail .part.summary .summary-inner .sub-info .info-item > div {
        padding-top: 2px;
        padding-left: 50px;
    }
    .main-page .cbody-01 .data-wrap .my-product-wrap {width:100%;}
    .main-page .cbody-01 .num-wrap ul li .box{width: 100px;padding:6px 5px;}
    .roast-report-page .body-wrap h4 {font-size:13px;}
    .roast-report-page .body-wrap .part .title-wrap .custom-select {margin-right:10px;}
    .roast-report-page .custom-select.type-curve select {font-size:13px;}
    .roast-report-page .body-wrap .roast-state .distribution .data-wrap .num-wrap .more-data {width:280px;}
}
/* support-page */
.support-page .box-v-middle {height:calc(100vh - 120px);display: table;width:100%;padding:50px 0 120px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.support-page .box-v-middle > div {display: table-cell;vertical-align: middle;}
.support-page .spt-menu ul {text-align: center;}
.support-page .spt-menu li {display: inline-block;}
.support-page .spt-menu li + li {margin-left:140px;}
.support-page .spt-menu a {display: inline-block;background-color:#c30e2f;border-radius:10px;width:300px;height:164px;text-align: center;box-shadow: 3px 3px 9px 0 rgba(188, 188, 188, 0.5);}
.support-page .spt-menu a:hover {background-color:#a70e2c;}
.support-page .spt-menu a i {display: inline-block;width:41px;height:41px;margin-top:45px;}
.support-page .spt-menu a i.item-01 {background-position:-470px -236px;}
.support-page .spt-menu a i.item-02 {background-position:-470px -280px;}
.support-page .spt-menu a p {margin-top:15px;font-size:16px;color:#fff;}
@media screen and (max-width:960px) {
    .support-page .spt-menu li + li {margin-left:80px;}
}
@media screen and (max-width:768px) {
    .support-page .box-v-middle {height:calc(100vh - 151px);padding:80px 15px;}
    .support-page .box-v-middle > div {vertical-align: top;}
    .support-page .spt-menu ul {padding:0 20%;}
    .support-page .spt-menu li {display: block;}
    .support-page .spt-menu li + li {margin-top:60px;margin-left:0;}
    .support-page .spt-menu a {width:100%;height:90px;}
    .support-page .spt-menu a i {width:31px;height:31px;margin-top:16px;}
    .support-page .spt-menu a i.item-01 {background-position:-516px -236px;}
    .support-page .spt-menu a i.item-02 {background-position:-516px -280px;}
    .support-page .spt-menu a p {margin-top:10px;font-size:13px;}
}
.join-page .box-left {padding:30px 26px;border:1px solid #ebebeb;background-color:#f9f9f9;}
.join-page .box-left .title {font-size:24px;line-height:33px;color:#4b4b4b;}
.join-page .box-left .txt {margin-top:25px;padding-top:20px;font-size:16px;line-height:26px;border-top:1px solid #e0e0e0;}
.join-page .box-left img {margin-top:30px;width:200px;}
.join-page .part + .part {margin-top:30px;}
.join-page .row + .row {margin-top:10px;}
.join-page .valid {display:none;margin-top:5px;font-size:13px;line-height:26px;color:#c30e2f;}
.join-page .valid.on {display: block;}
.join-page .valid:before {content:'!';width:26px;height:26px;box-sizing: border-box;display: inline-block;margin-right:5px;border:1px solid #c30e2f;color:#c30e2f;text-align: center;border-radius:50%;font-size:13px;line-height:24px;}
.join-page .hp li {position:relative;display: inline-block;}
.join-page .hp li + li {margin-left:60px;}
.join-page .hp .item-02:before,.join-page .hp .item-03:before {content: '-';position:absolute;width:60px;font-size:16px;line-height:48px;color:#4b4b4b;text-align: center;left:-60px;}
.join-page .hp .item-01 {width:115px;}
.join-page .hp .item-nation {width:350px;}
.join-page .hp .item-02, .join-page .hp .item-03 {width:130px;}
.join-page .part .title {font-size:18px;color:#4b4b4b;margin-bottom:10px;}
.join-page .marketing > div {border-top: 1px solid #ededed;border-bottom:1px solid #ededed;padding:15px;}
.join-page .marketing .dd {display:inline-block;font-size:16px;line-height:24px;width:120px;color:#4b4b4b;}
.join-page .marketing .ddd {display:inline-block;font-size:16px;line-height:24px;width:120px;color:#4b4b4b;}
.join-page .marketing .radio-wrap + .radio-wrap {margin-top:15px;}
.join-page .marketing .custom-radio + .custom-radio {margin-left:65px;}
.join-page .privacy-term {margin-top:25px;}
.join-page .privacy-term .custom-ckbox span {display:inline-block;margin-left:10px;font-size:16px;line-height:23px;}
.join-page .privacy-term .custom-ckbox span a {text-decoration: underline;color:#c30e2f;}
.join-page .privacy-term > div {font-size:0;}
.join-page .privacy-term > div + div {margin-top:25px;}
.join-page .box-right .btn-wrap {text-align: center;margin-top:60px;}
.left-menu-type {position:relative;padding-left:38%;padding-top:40px;padding-bottom:40px;}
.left-menu-type .box-left {position: absolute;top:40px;left:0;width:375px;box-sizing:border-box;}
.modal-privacy-terms .modal-inner .part + .part {margin-top:50px;}
.modal-privacy-terms .modal-inner h2 {font-size:20px;margin-bottom:20px;color:#4b4b4b;}
.modal-privacy-terms .modal-inner .txt {font-size:16px;line-height:21px;color:#4b4b4b;}
.join-page .step {padding:90px 0;text-align: center;}
.join-page .step .txt {font-size:22px;color:#342e1e;}
.join-page .step .txt span {color:#c30e2f;}
.join-page .step .txt-m {font-size:18px;color:#342e1e;}
.join-page .step .txt-s {font-size:16px;line-height:22px;color:#342e1e;}
.join-page .step .txt-s.gray {color:#8f8d87;}
.join-page .step .img-wrap img {margin: 0 auto;}
.join-page .step-1 .btn-wrap {margin-top:30px;}
.join-page .step-1 .img-wrap {margin-top:50px;}
.join-page .step-1 .txt2 {margin-top:80px;}
.join-page .step-1 .txt3 {margin-top:30px;}
.join-page .step-1 .txt4 {margin-top:60px;}
.join-page .step-2 .txt2 {margin-top:10px;}
.join-page .step-2 .img-wrap {margin-top:50px;}
.join-page .step-2 .login-wrap {margin-top:35px;width:380px;margin-left:auto;margin-right:auto;}
.join-page .step-2 .txt3 {margin-bottom:20px;}
.join-page .step-2 .login-wrap input {width:100%;}
.join-page .step-2 .login-wrap input + input {margin-top:10px;}
.join-page .step-2 .txt4 {display: block;text-align: right;margin-top:30px;text-decoration: underline;}
.join-page .step-2 .login-wrap .btn-wrap {margin-top:40px;}
@media screen and (max-width:1180px) {
/*    .left-menu-type {padding-left:370px;}
    .left-menu-type .box-left {width:330px;}*/
}
@media screen and (max-width:10000px) {
    .left-menu-type {padding-left:0;}
    .left-menu-type .box-left {display: none;}
}
@media screen and (max-width:768px) {
    .left-menu-type {padding:30px 15px;}
    .join-page .valid {font-size:12px;line-height:20px;}
    .join-page .valid:before {width:20px;height:20px;line-height:18px;font-size:12px;}
    .join-page .marketing .dd {font-size:13px;line-height:16px;width:80px;margin-right:8px;}
    .join-page .marketing .ddd {font-size:13px;line-height:16px;width:105px;}
    .join-page .marketing .custom-radio + .custom-radio {margin-left:50px;}
    .join-page .part .title {font-size:15px;}
    .join-page .part + .part {margin-top:20px;}
    .join-page .privacy-term {margin-top:20px;}
    .join-page .privacy-term .custom-ckbox span {font-size:13px;line-height:18px;}
    .join-page .privacy-term > div + div {margin-top:15px;}
    .join-page .box-right .btn-wrap {margin-top:30px;}
    .join-page .hp li {box-sizing: border-box;}
    .join-page .hp li.item-01 {width:30%; margin-top: 10px;}
    .join-page .hp li.item-nation {width:100%;}
    .join-page .hp li.item-02, .join-page .hp li.item-03 {width:35%; margin-top: 10px;}
    .join-page .hp li + li {margin-left:0;padding-left:20px;}
    .join-page .hp .item-02:before, .join-page .hp .item-03:before {width:20px;line-height:38px;left:0;}
    .modal-privacy-terms .modal-inner .part + .part {margin-top:30px;}
    .modal-privacy-terms .modal-inner h2 {font-size:15px;margin-bottom:10px;}
    .modal-privacy-terms .modal-inner .txt {font-size:12px;line-height:17px;}
    .join-page .step {padding:60px 15px;}
    .join-page .step .txt {font-size:18px;line-height:25px;}
    .join-page .step .txt-m {font-size:15px;}
    .join-page .step .txt-s {font-size:13px;line-height:19px;}
    .join-page .step-1 .txt2,.join-page .step-1 .txt3 {margin-top:25px;}
    .join-page .step-1 .img-wrap {margin-top:20px;}
    .join-page .step-1 .txt4 {margin-top:35px;}
    .join-page .step-1 .btn-wrap {margin-top:15px;}
    .join-page .step-2 .login-wrap {max-width:320px;width:100%;}
    .join-page .step-2 .txt2 {margin-top:5px;}
    .join-page .step-2 .img-wrap {margin-top:30px;}
    .join-page .step-2 .txt3 {margin-bottom:15px;}
    .join-page .step-2 .txt4 {margin-top:15px;}
    .join-page .step-2 .login-wrap .btn-wrap {margin-top:15px;}
}
.support-page .roast-register .title {font-size:22px;color:#342e1e;margin-bottom:25px;}
.support-page .roast-register .guide-roast-register {display:inline-block;font-size:18px;display: inline-block;color:#342e1e;border-bottom:1px solid #342e1e;}
.support-page .roast-register .input-wrap {margin-top:70px;width:340px;margin-left:auto;margin-right:auto;}
.support-page .roast-register input {width:300px;}
.support-page .roast-register input + * {margin-left:6px;margin-top:7px;}
.support-page .roast-register .guide-serial-number {display: inline-block;width:34px;height:34px;font-size:18px;color:#fff;background-color:#c30e2f;border-radius:50%;line-height:34px;}
.support-page .roast-register .count {font-size:16px;color:#8f8d87;display: inline-block;width:34px;line-height:34px;}
.support-page .roast-register .row + .row {margin-top:20px;}
.support-page .roast-register .valid {display:none;font-size:14px;line-height:26px;margin-top:5px;color:#c30e2f;text-align: left;}
.support-page .roast-register .valid.on {display: block;}
.support-page .roast-register .valid:before {content:'!';display: inline-block;width:26px;height:26px;border:1px solid #c30e2f;box-sizing:border-box;border-radius:50%;font-size:14px;line-height:24px;margin-right:5px;text-align: center;}
.support-page .roast-register .btn-wrap {margin-top:25px;}
.modal-guide-roast-register .step-img-wrap {text-align: center;background-color:#fbfbfb;padding:25px 0;}
.modal-guide-roast-register .step-img-wrap img {margin:0 auto;}
.modal-guide-roast-register .step {margin-top:30px;}
.modal-guide-roast-register .step .title {margin-bottom:10px;}
.modal-guide-roast-register .step .title span:first-child {display:inline-block;font-size:24px;line-height:26px;color:#4b4b4b;margin-right:10px;}
.modal-guide-roast-register .step .title span.dt {font-size:18px;line-height:26px;color:#4b4b4b;}
.modal-guide-roast-register .step .txt {font-size:16px;line-height:25px;color:#4b4b4b;}
.modal-guide-roast-register .step .txt.red {color:#c30e2f;}
.modal-guide-roast-register .step .txt span {font:inherit;color:#c30e2f;}
.modal-guide-roast-register .step .img-wrap {margin-top:35px;text-align: center;}
.modal-guide-roast-register .step .img-wrap img {margin:0 auto;}
.modal-guide-serial .part + .part {margin-top:40px;}
.modal-guide-serial .txt-wrap {position:relative;padding-left:50px;}
.modal-guide-serial .txt-wrap span {position:absolute;top:0;left:0;font-size:16px;line-height:24px;color:#4b4b4b;}
.modal-guide-serial .txt-wrap .txt {font-size:16px;line-height:24px;color:#4b4b4b;}
.modal-guide-serial .txt-wrap .txt.red {color:#c30e2f;}
.modal-guide-serial .img-wrap {margin-top:10px;text-align: center;}
.modal-guide-serial .img-1 {max-width:380px;width:100%;}
.modal-guide-serial .img-2 {max-width:560px;width:100%;}
.support-page .roast-register.step-2 .title {margin-bottom:50px;}
.support-page .roast-register.step-2 .code-wrap {width:620px;border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:32px 0;background-color:#fbfbfb;margin: 0 auto;}
.support-page .roast-register.step-2 .info-wrap {margin-top:30px;}
.support-page .roast-register.step-2 .info-wrap span {display: inline-block;font-size:18px;color:#adaba8;}
.support-page .roast-register.step-2 .info-wrap span + span {margin-left:130px;}
.support-page .roast-register.step-2 > div > a {display:inline-block;margin-top:62px;font-size:16px;color:#342e1e;text-decoration: underline;}
.support-page .roast-register.step-2 .code-wrap .txt {position:relative;font-size:22px;line-height:26px;color:#342e1e;}
.support-page .roast-register.step-2 .code-wrap .txt-s {margin-top:10px;font-size:16px;line-height:22px;color:#8f8d87;}
.support-page .roast-register.step-2 .code-wrap .code {margin-top:22px;font-size:36px;line-height:38px;color:#c30e2f;}
.support-page .roast-register.step-2 .code-wrap .time {margin-top:20px;font-size:15px;color:#4b4b4b;}
.support-page .roast-register.step-2 .code-wrap > a {display:inline-block;margin-top:15px;font-size:18px;color:#342e1e;text-decoration: underline;}
.support-page .roast-register.step-2 .guide-code {position: absolute;display: inline-block;width:24px;height:24px;color:#fff;background-color:#c30e2f;border-radius: 50%;top:0;left:50%;font-size:13px;line-height:24px;margin-left:68px;}
.modal-guide-code .img-wrap {margin-bottom:20px;text-align: center;}
.modal-guide-code .img-wrap img {max-width:320px;width:100%;}
.modal-guide-code .txt {font-size:16px;line-height:24px;color:#4b4b4b;}
.modal-guide-code .txt.red {color:#c30e2f;}
.modal-guide-code .txt.margin-b {margin-bottom: 10px;}
.support-page .roast-register.step-3 .title {margin-bottom:100px;}
.support-page .roast-register.step-3 img {width:117px;}
.support-page .roast-register.step-3 .txt {margin-top:20px;font-size:22px; color:#342e1e;}
.support-page .roast-register.step-3 .txt-s {margin-top:10px;font-size:18px;color:#b9b8b5;}
.support-page .roast-register.step-3 .link-wrap {margin-top:60px;}
.support-page .roast-register.step-3 .link-wrap span {display: inline-block;width:238px;padding:0 35px;box-sizing: border-box;}
.support-page .roast-register.step-3 .link-wrap a {display: inline-block;font-size:18px;line-height:21px;color:#342e1e;}
.support-page .roast-register.step-3 .link-wrap a.left:before,.support-page .roast-register.step-3 .link-wrap a.right:after {content: '';display: inline-block;width:8px;height:15px;
    /*background-image: url(/rqEffect/images/sprite.png); */ /*local*/
    /*background-image: url(/shthp/rqEffect/images/sprite.png);*/ /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
    background-size:550px auto;margin-top:2px;vertical-align: top;}
.support-page .roast-register.step-3 .link-wrap a.left:before {background-position:-236px -14px;margin-right:10px;}
.support-page .roast-register.step-3 .link-wrap a.right:after {background-position:-211px -14px;margin-left:10px;}
@media screen and (max-width:768px) {
    .support-page .roast-register .title {font-size:18px;margin-bottom:20px;}
    .support-page .roast-register .guide-roast-register {font-size:15px;}
    .support-page .roast-register .input-wrap {margin-top:55px;width:280px;}
    .support-page .roast-register .row + .row {margin-top:15px;}
    .support-page .roast-register .valid {font-size:12px;line-height:20px;}
    .support-page .roast-register .valid:before {width:20px;height:20px;line-height:18px;font-size:12px;}
    .support-page .roast-register input {width:245px;}
    .support-page .roast-register .guide-serial-number {width:26px;height:26px;line-height:26px;font-size:15px;}
    .support-page .roast-register .count {width:26px;line-height:26px;font-size:13px;}
    .support-page .roast-register input + * {margin-left:9px;margin-top:6px;}
    .modal-guide-roast-register .step-img-wrap {padding:25px 15px;}
    .modal-guide-roast-register .step {margin-top:20px;}
    .modal-guide-roast-register .step .title span:first-child {font-size:20px;line-height:24px;}
    .modal-guide-roast-register .step .title span.dt {font-size:15px;line-height:24px;}
    .modal-guide-roast-register .step .txt {font-size:13px;line-height:20px;}
    .modal-guide-roast-register .step .img-wrap {margin-top:30px;}
    .modal-guide-serial .txt-wrap {padding-left:45px;}
    .modal-guide-serial .txt-wrap span, .modal-guide-serial .txt-wrap .txt {font-size:13px;line-height:18px;}
    .support-page .roast-register.step-2 .title {margin-bottom:25px;}
    .support-page .roast-register.step-2 .code-wrap {width:100%;max-width:400px;padding: 25px 15px;box-sizing: border-box;}
    .support-page .roast-register.step-2 .info-wrap span {font-size:15px;}
    .support-page .roast-register.step-2 .info-wrap span + span {margin-left:70px;}
    .support-page .roast-register.step-2 > div > a {margin-top:50px;font-size:13px;}
    .support-page .roast-register.step-2 .code-wrap .txt {font-size:18px;line-height:22px;}
    .support-page .roast-register.step-2 .code-wrap .txt-s {font-size:13px;line-height:18px;}
    .support-page .roast-register.step-2 .code-wrap .code {font-size:30px;line-height:32px;}
    .support-page .roast-register.step-2 .code-wrap .time {font-size:12px;}
    .support-page .roast-register.step-2 .code-wrap > a {font-size:13px;}
    .support-page .roast-register.step-2 .guide-code {width:20px;height:20px;font-size:11px;line-height:20px;margin-left:56px;}
    .modal-guide-code .txt {font-size:13px;line-height:20px;}
    .support-page .roast-register.step-3 .title {margin-bottom:55px;}
    .support-page .roast-register.step-3 img {width:100px;}
    .support-page .roast-register.step-3 .txt {font-size:18px;margin-top:15px;}
    .support-page .roast-register.step-3 .txt-s {font-size:15px;margin-top:5px;}
    .support-page .roast-register.step-3 .link-wrap {margin-top:50px;}
    .support-page .roast-register.step-3 .link-wrap span {width:auto;padding:0;}
    .support-page .roast-register.step-3 .link-wrap span + span {margin-left:40px;}
    .support-page .roast-register.step-3 .link-wrap a {font-size:15px;line-height:19px;}
    .support-page .roast-register.step-3 .link-wrap a.left:before,.support-page .roast-register.step-3 .link-wrap a.right:after {width:7px;height:13px;margin-top:3px;}
    .support-page .roast-register.step-3 .link-wrap a.left:before {background-position:-317px -14px;}
    .support-page .roast-register.step-3 .link-wrap a.right:after {background-position:-308px -14px;}
}
.support-page .left-menu-type .menu-wrap h2 {font-size:22px;padding:15px 10px;border-bottom:2px solid #4b4b4b;color:#342e1e;}
.support-page .left-menu-type .menu-wrap ul + ul {margin-top:70px;}
.support-page .left-menu-type .menu-wrap li {border-bottom:1px solid #ccc;padding:15px 10px;}
.support-page .left-menu-type .menu-wrap a {display: block;font-size:16px;color:#4b4b4b;}
.support-page .left-menu-type .menu-wrap a.on {color:#c30e2f;}
.support-page.mypage .top-menu {display: none;}
.support-page.mypage .no-item {padding:150px 0;text-align: center;}
.support-page.mypage .no-item .txt {font-size:18px;color:#4b4b4b;}
.support-page.mypage .no-item a {margin-top:60px;}
.support-page .left-menu-type {padding-top:30px;padding-bottom:30px;}
.support-page .left-menu-type .box-left {top:30px;}
.support-page .left-menu-type .box-right .nodata {margin-right: 10%;}
.support-page.mypage .box-right .prd-list li {padding: 50px 70px 50px 10px;border-bottom:1px solid #dcdcdc;}
.support-page.mypage .box-right .prd-list img {width:100%;margin-top:15px;}
.support-page.mypage .box-right .prd-list .box {display: inline-block;}
.support-page.mypage .box-right .prd-list .box-01 {width:17%;}
.support-page.mypage .box-right .prd-list .box-02 {width:83%;}
.support-page.mypage .box-right .prd-list .row {position:relative;padding-left:28%;padding-right:26%;}
.support-page.mypage .box-right .prd-list .dt {position:absolute;left:0;display:inline-block;font-size:16px;line-height:46px;color:#4b4b4b;}
.support-page.mypage .box-right .prd-list .input-wrap span {margin-left:10px;font-size:16px;line-height:46px;color:#8f8f8f;}
.support-page.mypage .box-right .prd-list .txt {font-size:16px;line-height:46px;color:#4b4b4b;padding:0 20px;}
.support-page.mypage .box-right .prd-list input {width:80%;height:46px;}
.support-page.mypage .box-right .prd-list button {position:absolute;right:0;top:0;}
.support-page.mypage .box-right .prd-list .valid {display:none;font-size:13px;line-height:26px;color:#c30e2f;margin-top:5px;}
.support-page.mypage .box-right .prd-list .valid.on {display: block;}
.support-page.mypage .box-right .prd-list .valid:before {content:'!';display: inline-block;width:26px;height:26px;margin-right:5px;border:1px solid #c30e2f;border-radius:50%;text-align: center;font-size:13px;line-height:24px;box-sizing:border-box;}
.support-page.mypage .btn-prd-add {display: inline-block;width:50px;height:50px;margin-top:20px;}
.support-page.mypage .btn-prd-add span {display: inline-block;width:38px;height:40px;background-position: -210px -574px;}
@media screen and (max-width:1100px) {
    .support-page.mypage .box-right .prd-list li {padding-right:10px;}
}
@media screen and (max-width:960px) {
    .support-page .left-menu-type {padding-top:15px;}
    .support-page.mypage .top-menu {display: block;}
    .support-page.mypage .top-menu ul {border:1px solid #c30e2f;border-radius:5px;}
    .support-page.mypage .top-menu a {display: block;font-size:15px;line-height:40px;color:#342e1e;text-align: center;}
    .support-page.mypage .top-menu a.on {color:#fff;background-color:#c30e2f;}
    .support-page .left-menu-type .box-right  .nodata{margin-right: 0%;}
}
@media screen and (max-width:768px) {
    .support-page .left-menu-type {padding-top:0;}
    .support-page.mypage .no-item {padding:100px 0;}
    .support-page.mypage .no-item .txt {font-size:15px;}
    .support-page.mypage .no-item a {margin-top:30px;}
    .support-page.mypage .box-right .prd-list {margin-top:10px;padding-bottom:30px;}
    .support-page.mypage .box-right .prd-list li {padding:20px 0;}
    .support-page.mypage .box-right .prd-list img {width:100%;margin-top:0;}
    .support-page.mypage .box-right .prd-list .box {display: block;width:100% !important;}
    .support-page.mypage .box-right .prd-list .box-02 {margin-top:10px;}
    .support-page.mypage .box-right .prd-list .dt,.support-page.mypage .box-right .prd-list .txt {font-size:13px;line-height:40px;}
    .support-page.mypage .box-right .prd-list .txt {padding: 0 15px;}
    .support-page.mypage .box-right .prd-list .input-wrap span {font-size:13px;line-height:40px;margin-left:5px;}
    .support-page.mypage .box-right .prd-list input {height:40px;}
    .support-page.mypage .box-right .prd-list .valid {font-size:12px;line-height:20px;}
    .support-page.mypage .box-right .prd-list .valid:before {width:20px;height:20px;font-size:12px;line-height:18px;}
    .support-page.mypage .btn-prd-add {position:fixed;width:38px;height:38px;margin-top:0;right:15px;bottom:77px;z-index:200;}
    .support-page.mypage .btn-prd-add span {background-position:-210px -576px;}
    .support-page.mypage .box-right .prd-list .row {padding-left:25%;padding-right:23%;}
}
@media screen and (max-width:420px) {
    .support-page.mypage .box-right .prd-list .row {padding-left:90px;padding-right:70px;}
    .support-page.mypage .box-right .prd-list button {min-width:auto;width:70px;padding:0;}
}
@media screen and (max-width:359px) {
    .support-page.mypage .box-right .prd-list .row {padding-right:55px;}
    .support-page.mypage .box-right .prd-list button {width:50px;}
}
.support-page.mypage .user-info.step-1 .title {font-size:18px;line-height:28px;color:#4b4b4b;border-bottom:1px solid #eaeaea;padding:15px 0;margin-bottom:20px;}
.support-page.mypage .user-info.step-1 .txt {font-size:16px;color:#4b4b4b;}
.support-page.mypage .user-info.step-1 .form-wrap {margin-top:80px;margin-left:auto;margin-right:auto;width:500px;}
.support-page.mypage .user-info.step-1 .row {position:relative;padding-left:80px;}
.support-page.mypage .user-info.step-1 .row + .row {margin-top:10px;}
.support-page.mypage .user-info.step-1 .dt {position:absolute;left:0;font-size:18px;line-height:48px;display: inline-block;}
.support-page.mypage .user-info.step-1 .row p {padding:0 5px;font-size:18px;line-height:48px;}
.support-page.mypage .user-info.step-1 input {width:100%;}
.support-page.mypage .user-info.step-1 .btn-wrap {margin-top:50px;text-align: center;}
.support-page.mypage .join-page {padding-top:20px;}
.support-page.mypage .join-page .txt {font-size:16px;line-height:30px;color:#4b4b4b;}
.support-page.mypage .join-page .btn-wrap {text-align: center;margin-top:40px;}
@media screen and (max-width:768px) {
    .support-page.mypage .user-info.step-1 {margin-top:10px;}
    .support-page.mypage .user-info.step-1 .title {font-size:15px;line-height:22px;padding:10px 0;}
    .support-page.mypage .user-info.step-1 .form-wrap {max-width:400px;width:100%;margin-top:40px;}
    .support-page.mypage .user-info.step-1 .txt {font-size:13px;line-height:18px;}
    .support-page.mypage .user-info.step-1 .dt,.support-page.mypage .user-info.step-1 .row p {font-size:15px;line-height:38px;}
    .support-page.mypage .user-info.step-1 .row {padding-left:70px;}
    .support-page.mypage .join-page .txt {font-size:13px;line-height:20px;}
    .support-page.mypage .join-page .btn-wrap {margin-top:30px;}
}
.support-page.customer .policy {padding:15px 0;}
.support-page.customer .policy h2 {font-size:22px;color:#4b4b4b;margin-bottom:30px;}
.support-page.customer .policy h3 {font-size:20px;color:#4b4b4b;margin-bottom:20px;}
.support-page.customer .policy .txt {font-size:16px;line-height:27px;color:#4b4b4b;}
.support-page.customer .policy .part + .part {margin-top:50px;}
.support-page.customer .list {height: calc(100vh - 202px);}
.support-page.customer .list .title {font-size:18px;color:#4b4b4b;margin-bottom:25px;width:660px;margin-left: auto;margin-right:auto;}
.support-page.customer .list ul {border-top:1px solid #dcdcdc;width:660px;margin: 0 auto;}
.support-page.customer .list ul + ul {margin-top:50px;}
.support-page.customer .list ul li {border-bottom: 1px solid #dcdcdc;padding: 15px;}
.support-page.customer .list ul li a {position:relative;display: block;font-size:16px;color:#4b4b4b;}
.support-page.customer .list ul li a:after {content: '';position:absolute;width:8px;height:15px;background-position:-211px -14px;
/*background-image: url(/rqEffect/images/sprite.png); */ /*local*/
    /*background-image: url(/shthp/rqEffect/images/sprite.png);*/ /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
 background-size:550px auto;right:0;top:2px;}
.support-page.customer .company-info .title {font-size: 18px;line-height:28px;color: #4b4b4b;border-bottom: 1px solid #eaeaea;padding: 15px 0;margin-bottom: 20px;}
.support-page.customer .company-info .row {padding-left:25%;position:relative;}
.support-page.customer .company-info .row + .row {margin-top:20px;}
.support-page.customer .company-info .dt {position:absolute;display:inline-block;font-size:18px;line-height:22px;color:#4b4b4b;top:0;left:0;}
.support-page.customer .company-info .txt {font-size:16px;line-height:22px;color:#4b4b4b;}
.support-page.customer .company-info a {display: inline-block;font-size:16px;line-height: 22px;color:#c30e2f;border:none;}
.support-page.customer .company-info img {width:320px;margin-top:10px;}
.support-page.customer .qna {padding:20px 0;}
.support-page.customer .qna .tab-body-item {display: none;}
.support-page.customer .qna .tab-header {position: relative;padding-top:40px;}
.support-page.customer .qna .tab-header-item {position:absolute;top:0;}
.support-page.customer .qna .tab-header-item a {border-bottom:4px solid transparent;display: inline-block;font-size:18px;line-height:36px;color:#4b4b4b;padding:0 5px;}
.support-page.customer .qna .tab-header-item.selected a {border-color:#c30e2f;}
.support-page.customer .qna .tab-header-item.item-02 {left:110px;}
.support-page.customer .qna .tab-body-item.item-01 {padding-top:20px;}
.support-page.customer .qna .tab-body-item.item-01 .row+.row {margin-top:5px;}
.support-page.customer .qna .tab-body-item.item-01 textarea {border:1px solid #c5c5c5;width:100%;height:340px;padding:20px;font-size:16px;line-height:22px;color:#4b4b4b;}
.support-page.customer .qna .tab-body-item.item-01 .txt-s {margin-top:25px;font-size:14px;line-height:20px;color:#a0a0a0;}
.support-page.customer .qna .tab-body-item.item-01 .custom-ckbox {vertical-align: top;margin-top:10px;}
.support-page.customer .qna .tab-body-item.item-01 .btn-wrap {text-align: center;margin-top:60px;}
.support-page.customer .qna .tab-body-item.item-01 .valid {display:none;font-size:13px;line-height:26px;color:#c30e2f;margin-top:5px;}
.support-page.customer .qna .tab-body-item.item-01 .valid.on {display: block;}
.support-page.customer .qna .tab-body-item.item-01 .valid:before {content:'!';display: inline-block;width:26px;height:26px;margin-right:5px;border:1px solid #c30e2f;border-radius:50%;text-align: center;font-size:13px;line-height:24px;box-sizing:border-box;}
.support-page.customer .qna .tab-body-item.item-02 {padding-top:20px;}
.support-page.customer .qna .tab-body-item.item-02 li + li {margin-top:-1px;}
.support-page.customer .qna .tab-body-item.item-02 .accor-header {border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;height:50px;cursor:pointer;position:relative;padding-right:60px;}
.support-page.customer .qna .tab-body-item.item-02 .accor-header span {display: inline-block;font-size:16px;color:#4b4b4b;line-height:50px;padding:0 15px;}
.support-page.customer .qna .tab-body-item.item-02 .accor-header:after {content:'';position:absolute;display: inline-block;width:19px;height:10px;background-position:-169px -2px;
/*background-image: url(/rqEffect/images/sprite.png); */ /*local*/
    /*background-image: url(/shthp/rqEffect/images/sprite.png);*/ /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
background-size:550px auto;right:25px;top:20px;}
.support-page.customer .qna .tab-body-item.item-02 .expanded .accor-header:after {background-position:-193px -2px;}
.support-page.customer .qna .tab-body-item.item-02 .accor-body {background-color:#f9f9f9;padding:15px 25px 50px;display: none;}
.support-page.customer .qna .tab-body-item.item-02 .expanded .accor-body {display: block;}
.support-page.customer .qna .tab-body-item.item-02 .date {width:15%;}
.support-page.customer .qna .tab-body-item.item-02 .category {width:15%;}
.support-page.customer .qna .tab-body-item.item-02 .contents {width:40%;}
.support-page.customer .qna .tab-body-item.item-02 .state {float: right;}
.support-page.customer .qna .tab-body-item.item-02 .state.complete {color:#c30e2f;}
.support-page.customer .qna .tab-body-item.item-02 .accor-body span {position:absolute;display: inline-block;width:30px;height:30px;border:1px solid #c30e2f;border-radius:50%;top:0;left:-40px;line-height:30px;text-align: center;font-size:16px;font-weight:bold;}
.support-page.customer .qna .tab-body-item.item-02 .accor-body > div {position:relative;margin-left:40px;padding-top:5px;}
.support-page.customer .qna .tab-body-item.item-02 .accor-body .q-wrap span {color:#fff;background-color:#c30e2f;}
.support-page.customer .qna .tab-body-item.item-02 .accor-body .a-wrap span {color:#4b4b4b;background-color:#fff;}
.support-page.customer .qna .tab-body-item.item-02 .accor-body .txt {font-size:16px;line-height:23px;color:#4b4b4b;  word-wrap: break-word}
.support-page.customer .qna .tab-body-item.item-02 .accor-body .q-wrap {padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e6e6e6;}
.support-page.customer .qna .tab-body-item.item-02 .accor-body .a-wrap {min-height:32px;}
@media screen and (max-width:1200px) {
    .support-page.customer .qna .tab-body-item.item-02 .contents {width:30%;}
}
@media screen and (max-width:960px) and (min-width:769px) {
    .support-page.customer .qna .tab-body-item.item-02 .contents {width:40%;}
}
@media screen and (max-width:768px) {
    .support-page.customer .policy h2 {font-size:15px;margin-bottom:20px;}
    .support-page.customer .policy h3 {font-size:13px;margin-bottom:10px;}
    .support-page.customer .policy .txt {font-size:12px;line-height:18px;}
    .support-page.customer .policy .part + .part {margin-top:30px;}
    .support-page.customer .list {height: calc(100vh - 151px);}
    .support-page.customer .list .title {font-size:15px;line-height:22px;margin-bottom:15px;max-width:400px;width:100%;}
    .support-page.customer .list ul {max-width:400px;width:100%;}
    .support-page.customer .list ul + ul {margin-top:40px;}
    .support-page.customer .list ul li a {font-size:13px;}
    .support-page.customer .list ul li a:after {width:7px;height:13px;background-position:-308px -14px;top:1px;}
    .support-page.customer .company-info .row {padding-left:0;}
    .support-page.customer .company-info .title {font-size: 15px;padding: 10px 0;}
    .support-page.customer .company-info .dt {font-size:15px;line-height:20px;margin-bottom:5px;position:static;}
    .support-page.customer .company-info .txt,.support-page.customer .company-info a {font-size:13px;line-height:18px;}
    .support-page.customer .company-info img {width:200px;}
    .support-page.customer .qna {padding-top:10px;}
    .support-page.customer .qna .tab-header {padding-top:35px;}
    .support-page.customer .qna .tab-header-item.item-02 {left:85px;}
    .support-page.customer .qna .tab-header-item a {font-size:15px;line-height:32px;border-width:3px;padding:0;}
    .support-page.customer .qna .tab-body-item.item-01,.support-page.customer .qna .tab-body-item.item-02 {padding-top:15px;}
    .support-page.customer .qna .tab-body-item.item-02 .contents {display: none !important;}
    .support-page.customer .qna .tab-body-item.item-01 textarea {padding:15px;font-size:13px;line-height:18px;height:285px;}
    .support-page.customer .qna .tab-body-item.item-01 .valid {font-size:12px;line-height:20px;}
    .support-page.customer .qna .tab-body-item.item-01 .valid:before {width:20px;height:20px;font-size:12px;line-height:18px;}
    .support-page.customer .qna .tab-body-item.item-01 .txt-s {margin-top:20px;font-size:12px;line-height:18px;}
    .support-page.customer .qna .tab-body-item.item-01 .btn-wrap {margin-top:20px;}
    .support-page.customer .qna .tab-body-item.item-02 .accor-header {height:40px;padding-right:35px;}
    .support-page.customer .qna .tab-body-item.item-02 .accor-header span {font-size:13px;line-height:40px;padding: 0 5px;}
    .support-page.customer .qna .tab-body-item.item-02 .accor-header:after {width:13px;height:7px;background-position:-133px -2px;right:7px;top:16px;}
    .support-page.customer .qna .tab-body-item.item-02 .expanded .accor-header:after {background-position:-151px -2px;}
    .support-page.customer .qna .tab-body-item.item-02 .date {width:110px;}
    .support-page.customer .qna .tab-body-item.item-02 .category {width:75px;}
    .support-page.customer .qna .tab-body-item.item-02 .accor-body .txt {font-size:13px;line-height:20px;}
    .support-page.customer .qna .tab-body-item.item-02 .accor-body > div {padding-top:3px;}
    .support-page.customer .qna .tab-body-item.item-02 .accor-body .q-wrap {padding-bottom:15px;margin-bottom:15px;}
    .support-page.customer .qna .tab-body-item.item-02 .accor-body {padding:13px 10px 30px;}
    .support-page.customer .qna .tab-body-item.item-02 .accor-body span {width:25px;height:25px;line-height:25px;font-size:13px;}
}
.support-page.reset-password {text-align: center;}
.support-page.reset-password .form-wrap {max-width:400px;width:100%;margin:40px auto 0;}
.support-page.reset-password .title {font-size:22px;color:#342e1e;margin-bottom:25px;}
.support-page.reset-password .txt {font-size:16px;line-height:24px;color:#342e1e;}
.support-page.reset-password .btn-wrap {margin-bottom:50px;margin-top:60px;}
.support-page.reset-password .row + .row {margin-top:10px;}
.support-page.reset-password .hp li {display:inline-block;box-sizing: border-box;width:35%;padding-left:30px;position:relative;}
.support-page.reset-password .hp li:first-child {width:30%;padding-left:0;}
.support-page.reset-password .hp li.item-02:before, .support-page.reset-password .hp li.item-03:before {content: '-';position: absolute;width: 30px;font-size: 16px;line-height: 48px;color: #4b4b4b;text-align: center;left: 0;}
.support-page.reset-password .valid {display:none;margin-top:5px;font-size:13px;line-height:26px;color:#c30e2f;text-align: left;}
.support-page.reset-password .valid.on {display: block;}
.support-page.reset-password .valid:before {content:'!';width:26px;height:26px;box-sizing: border-box;display: inline-block;margin-right:5px;border:1px solid #c30e2f;color:#c30e2f;text-align: center;border-radius:50%;font-size:13px;line-height:24px;}
.support-page.reset-password .txt-s, .support-page.reset-password a {font-size:14px;line-height:22px;color:#342e1e;}
.support-page.reset-password .txt-s {margin-top:50px;}
.support-page.reset-password a {text-decoration: underline;}
.support-page.reset-password .change-pw .btn-wrap {margin-bottom:25px;}
.support-page.reset-password .row .dd {font-size:16px;color:#4b4b4b;line-height:48px;}
@media screen and (max-width:768px) {
    .support-page.reset-password .box-v-middle {}
    .support-page.reset-password .form-wrap {margin-top:30px;}
    .support-page.reset-password .title {font-size:18px;margin-bottom:20px;}
    .support-page.reset-password .txt1 {font-size:13px;line-height:20px;}
    .support-page.reset-password .txt2 {font-size:12px;line-height:17px;}
    .support-page.reset-password .valid {font-size:12px;line-height:20px;}
    .support-page.reset-password .valid:before {width:20px;height:20px;line-height:18px;font-size:12px;}
    .support-page.reset-password .hp li {padding-left:20px;}
    .support-page.reset-password .hp li.item-02:before, .support-page.reset-password .hp li.item-03:before {line-height:38px;width:20px;}
    .support-page.reset-password .btn-wrap {margin-top:40px;}
    .support-page.reset-password .txt-s, .support-page.reset-password a {font-size:12px;line-height:18px;}
    .support-page.reset-password .txt-s {margin-top:40px;}
    .support-page.reset-password .row .dd {font-size:14px;line-height:38px;}
}
/* //support-page */




.ui-dialog .modal-body .txt-center .mypiechart {display: inline-block; width: auto;}