.wrap { width:1200px; margin:auto; }
.red { color:#E04339 !important; }
.experter-ct .bnr .label-bar {
    position: absolute;
    bottom:0;
    left:0;
    display: block;
    background-color: #3738ac;
    width: 100%;
    height: 60px;
    z-index: 0;
}
.experter-ct .tap-btn-cs { display: flex; align-items: center; }
.experter-ct .tap-btn-cs > button {
    border:1px solid #eee;
    border-radius: 8px;
    width:56px;
    height: 56px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top:-10px;
    transition: .2s;
}
.experter-ct .tap-btn-cs > button:first-child {
    margin-right:5px;
}
.experter-ct .tap-btn-cs > button:last-child {
    margin-left:5px;
}
.experter-ct .tap-btn-cs > button:hover {
    background: #eee;
}
.experter-ct .tap-btn-cs > button > span {
    display: block;
    width:26px;
    height:26px;
    position: relative;
}
.experter-ct .tap-btn-cs > button > span:before,
.experter-ct .tap-btn-cs > button > span:after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 2px;
    border-radius: 4px;
    background: #777;
    position: absolute;
    top:8px;
    left:0;
    right:0;
    margin: auto;
}
.experter-ct .tap-btn-cs > button.evt-tap-r-scl > span:after { transform: rotate(45deg); }
.experter-ct .tap-btn-cs > button.evt-tap-r-scl > span:before { transform: rotate(-45deg); top:17px; }
.experter-ct .tap-btn-cs > button.evt-tap-l-scl > span:after { transform: rotate(45deg); top:17px; }
.experter-ct .tap-btn-cs > button.evt-tap-l-scl > span:before { transform: rotate(-45deg); }
.experter-ct .tap-btn-cs > ul {
    display: flex;
    margin: 32px 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom:5px;
}
.experter-ct .tap-btn-cs > ul::-webkit-scrollbar {
    height: 10px;
    cursor:pointer;
}
.experter-ct .tap-btn-cs > ul::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
    cursor: pointer;
}
.experter-ct .tap-btn-cs > ul::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
    cursor: pointer;
}
.experter-ct .tap-btn-cs > ul::-webkit-scrollbar-track {
    background-color: transparent;
    cursor: pointer;
}

.experter-ct .tap-btn-cs > ul > li { margin-right: 12px; }
.experter-ct .tap-btn-cs > ul > li:last-child { margin-right: 0; }
.experter-ct .tap-btn-cs > ul > li > button {
    background: #F4F4F4;
    border-radius: 20px 20px 0px 0px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #6B7280;
    width: 150px;
    height: 56px;
    line-height: 56px;
}
.experter-ct .tap-btn-cs > ul > li > button:hover,
.experter-ct .tap-btn-cs > ul > li > button.on {
    color:#fff;
    background:#1755FF;
}
ul.list-products {
    margin:0 -13.5px 20px;
    display: flex;
    flex-flow: wrap;
}

/*ul.list-products > li {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    width: 550px;
    margin-bottom: 35px;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 1px 8px 0 rgba(134, 134, 134, 0.49);
    background-color: #fff;
    align-items: center;
    box-sizing: border-box;
}ul.list-products > li .unit-img {
    overflow: hidden;
    width: 200px;
    height: 200px;
}
ul.list-products > li .unit-img img {
    width: 100%;
    height: 100%;
}
ul.list-products > li .group-desc {
    width: calc(100% - 230px);
}
ul.list-products > li .group-desc h6 {
    font-size: 18px;
    letter-spacing: -0.72px;
    color: #000;
    margin-bottom: 15px;
}
ul.list-products > li .group-desc .desc {
    overflow: hidden;
    height: 75px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.39;
    letter-spacing: -0.72px;
    color: #000;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.list-products > li .group-desc .discountPrice {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #32AB8C;
    background: none;
    padding: 0;
    margin-right: 10px;
}
ul.list-products > li .group-desc .kit-price .price-real {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #0D89E8;
    letter-spacing: -1.5px;
}
ul.list-products > li .group-desc .kit-price .title,
ul.list-products > li .group-desc .kit-price .price-origin{
    display: inline-block;
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #85888D;
    margin-top:10px;
    text-decoration: none;
}*/
ul.list-products > li {
    width: 20%;
    flex-direction: column;
    margin-bottom: 25px;
    position: relative;
    display: block;
    justify-content: space-between;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: #fff;
    align-items: center;
    box-sizing: border-box;
}
ul.list-products li .in-card {
    border-radius: 10px;
    box-shadow: 0px 1px 8px 0 rgba(134, 134, 134, 0.49);
    background-color: #fff;
    margin:0 13.5px;
}
ul.list-products > li .discountPrice {
    width: 39px;
    height: 43px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #F34711;
    position: absolute;
    top: -3px;
    left: 20px;
    display: inline-flex;
    line-height: 16px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: -2px 2px 8px rgba(0,0,0,.5);
}
ul.list-products > li .discountPrice:before {
    content: '';
    display: block;
    border-top: 1px solid transparent;
    border-left: 5px solid transparent;
    border-right: 3px solid #B8350B;
    border-bottom: 3px solid #B8350B;
    position: absolute;
    top: 0;
    left: -8px;
}
ul.list-products > li .discountPrice:after {
    content: '';
    display: block;
    border-top: 2px solid #f34711;
    border-left: 20px solid #f34711;
    border-right: 19.5px solid #f34711;
    border-bottom: 5px solid transparent;
    position: absolute;
    bottom: -6px;
}
ul.list-products > li .kit-price .title {
    display: none;
}
ul.list-products > li .discountPrice b{
    display: block;
    font-weight: 700;
}
ul.list-products > li .group-desc { width:calc(100% - 32px); padding: 16px 12px; }
ul.list-products > li .group-desc h6 { display: none; }
ul.list-products > li .unit-img {
    width: 100%;
    height: 218px;
    margin-right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.list-products > li .group-desc .desc {
    height: 50px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.39;
    letter-spacing: -0.72px;
    color: #000;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.list-products > li .group-desc .kit-price { display: flex; justify-content: space-between; width:100%; align-items: center; }
ul.list-products > li .group-desc .kit-price .price-real {
    font-size:17px;
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #0D89E8;
    letter-spacing: -.5px;
}
ul.list-products > li .group-desc .kit-price .price-origin {
    text-decoration: line-through;
    margin-left:0;
    font-size: 11px;
    display: inline-block;
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    color: #85888D;
}

.bookmark-scroll{
    position: absolute;
    left: calc(50% + 640px);
    top: 200px;
    text-align: center;
    transition: 1s;
    z-index: 41;
}

.bookmark-scroll > p {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}
.bookmark-scroll ul {
    border-radius: 50px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    background: #fff;
    padding: 8px;
    width: 100px;
}
.bookmark-scroll li {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}
.bookmark-scroll li:last-child { border-bottom: 0; }
.bookmark-scroll .top-btn { margin:20px auto 0; }
.bookmark-scroll .top-btn button {
    width:52px;
    height:52px;
    background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/main/btn-top.png) center/100% no-repeat;
    text-indent: -99999px;
    overflow: hidden;
    font-size: 0;
    margin: auto;
}
.bookmark-scroll li > a { padding: 20px 0; width: 100%; }
.bookmark-scroll li:nth-child(1) > a > p { margin-top:10px; }
.bookmark-scroll li:nth-child(2) > a > p { margin-top:12px; }
.bookmark-scroll li:nth-child(3) > a > p { margin-top:10px; }
.bookmark-scroll li > a > p {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color:#222;
    transition: .2s;
}
.bookmark-scroll li > a:hover > p { color:#007AFF }
.qa-cont .qa-cs > li .qst { font-size: 17px; cursor: pointer; }
.qa-cont .qa-cs > li .qst:hover { background: #f0f4fd; }
.qa-cont .qa-cs > li .as .txt * { font-size:16px!important;: }
@media screen and (max-width: 769px) {
    .wrap { width:100%; }
    .bookmark-scroll { display: none; }

    ul.list-products { margin:0 -4px 20px; }
    ul.list-products > li { width: 50%; margin-bottom: 15px; }
    ul.list-products > li .in-card { margin:0 4px; }
    ul.list-products > li .unit-img { height: 163px; }
    ul.list-products > li .group-desc .kit-price { flex-direction: column; align-items: flex-start; }
    .experter-ct .tap-btn-cs > ul { margin:10px 0; }
    .experter-ct .tap-btn-cs > ul > li > button {
        font-size: 14px;
        width: 70px;
        height: 32px;
        line-height: 32px;
    }
    ul.list-products > li .group-desc .kit-price .price-real { height: 46px; }
}
