/* for manual.html start */
.printModal_btn.printModal_btnNew {
    color: var(--blue40);
    text-decoration: underline;
    margin-top: 0;
    display: block;
    position: absolute;
    bottom: 33px;
}

.printModal_btn.printModal_btnNew:hover {
    color:var(--cloud40);
}

.catDlList.catDlListNew .catDlListItem {
    position: relative;
}

/* for manual.html end */

/* for /support/faq/robots/detail.html start  */

.faqRatingLink.active {
    border: 3px solid var(--blue40);
}

.faqRatingLink:hover {
    border: 3px solid var(--blue40);
}

.faqRatingBox.barscroll {
    padding-bottom: 24px !important;
}

.faqRatingListItem {
    cursor: pointer;
}

.faqRatingBox.faqRatingBoxAction {
    overflow: hidden;
    transition:
        height 0.6s ease,
        opacity 0.5s ease,
        margin 0.6s ease;
}

.faqRatingBox.faqRatingBoxAction.hideBox {
    height: 0 !important;
    opacity: 0;
    margin: 0 auto;
    padding: 0 !important;
}

/* for /support/faq/robots/detail.html end  */

/* for /support/faq/robots.html start */
.popUpBoxCont.popUpBoxContPop {
    right: 0px;
    top: unset !important;
    bottom: 75px !important;
    height: auto !important;
    overflow: unset;
}

.popUpBoxCont.popUpBoxContPop .popUpBoxMessage {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.popUpBoxCont.popUpBoxContPop .popUpBoxMessage.show {
    max-height: 100%;
}

.popUpBoxCont.popUpBoxContPop> :first-child {
    margin-top: unset;
}

.popUpBoxContPop .popUpBox {
    transition: all 0.5s ease;
}

.popUpBoxContPop .popUpBox.show {
    overflow: hidden;
}

.popUpBoxContPop .popUpBoxMessageWrap.open {
    overflow-y: scroll;
    height: 17.5em;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* for /support/faq/robots.html end */

/* for /product/robot/spec_search.html start */
.sideSearch.sideSearchRadio input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.ac-wrap.bbRemove {
    border-bottom: 0;
    padding-bottom: 0;
}

.twoColumnPageSide.twoColumnPageSideSec {
    pointer-events: none;
    cursor: default;
    background-color: var(--cloud10);
    opacity: 0.3;
    padding: 40px 25px 15px;
}

.twoColumnPageSide.twoColumnPageSideSec .ac-btn {
    color: var(--cloud30);
}

.twoColumnPageSide.twoColumnPageSideSec .i_box {
    background-color: var(--cloud30);
}

.twoColumnPageSide.twoColumnPageSideSec.active .ac-btn {
    color: var(--blue30);
}

.twoColumnPageSide.twoColumnPageSideSec.active .i_box {
    background-color: var(--blue30);
}

.twoColumnPageSide.twoColumnPageSideSec.active {
    pointer-events: unset;
    cursor: pointer;
    opacity: 1;
}

.twoColumnPageSide.twoColumnPageSideFir {
    padding-bottom: 7px;
}

.twoColumnPageSideFir.no-border {
    border-bottom: 0;
}

a.link_btn01.grayBtn {
    background-color: var(--cloud10);
    border: 1px solid var(--cloud10);
    pointer-events: none;
    cursor: default;
    color: var(--cloud30);
}

a.link_btn01.grayBtn span {
    color: var(--cloud30);
}

.grayBtn svg.ic_balance {
    color: var(--cloud30);
}

.twoColumnPageSide.twoColumnPageSideFir .sideSearch .tit {
    margin-bottom: 5px;
}

.twoColumnPageSideSec .ac-wrap {
    border-bottom: 1px solid var(--cloud30);
}

.pTypeDelete {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--blue30);
    margin-top: 10px;
    gap: 5px;
    align-items: center;
}

.pTypeDelete .i_box:before {
    display: none;
}

.twoColumnPageLeft {
    max-width: 305px;
    width: 100%;
}

.specSearchTable {
    pointer-events: none;
}

.specSearchTable.pvNone  {
    pointer-events: unset;
}

/* for /product/robot/spec_search.html end  */


