/* padding bottom */
.pb0_sp {
    padding-bottom: 0 !important;
}

/* padding bottom */
/*----------------	
login style Start
------------------*/

/*----------------	
login style Start
------------------*/
.loginLabel {
    font-size: 1.6rem;
}

.loginInput {
    font-size: 1.3rem;
    height: 53px;
}

.loginEntry {
    font-size: 1.4rem;
    height: 5.3rem;
}

.loginError {
    font-size: 1.4rem;
    height: 5.3rem;
}

.loginInput::placeholder {
    font-size: 1.4rem;
}

.loginRadioLabel {
    font-size: 1.4rem;
}

.loginInfoTtl {
    font-size: 2rem;
    padding: 2.2rem 1.8rem;
    text-align: center;
}

.loginInfoFlex {
    gap: 25px;
    padding: 2rem;
    flex-direction: column;
}

.loginInfoImg {
    max-width: 100%;
    height: 100%;
}

.loginInfoImg img {
    margin: 0 auto;
}

.stepContainer {
    margin: 5.4rem auto 6.2rem;
}

.stepBlockText {
    font-size: 1.2rem;
}

.stepContainerFlex {
    justify-content: center;
}

.stepConnector {
    left: calc(50% + 15px);
}

.selectbox.selectboxNew select {
    height: 53px;
    font-size: 1.3rem;
}

.cusFormNameBlock {
    max-width: 100%;
}

/*----------------	
login style End
------------------*/

/*----------------	
update style Start
------------------*/
.buttonBlk {
    flex-direction: column;
    gap: 25px;
}

.confirmTableRow {
    flex-direction: column;
}

.confirmTableRowLeft {
    width: 100%;
    justify-content: start;
    gap: 10px;
    border-right: 0;
    padding: 1.6rem 2.5%;
}

.confirmTableRowRight {
    padding: 1.6rem 1rem;
    min-height: 56px;
}

.confirmTableRowLeftTxt {
    font-size: 1.6rem;
}

.confirmTableRowRightTxt {
    font-size: 1.6rem;
}

.confirmTable {
    margin-top: 3rem;
}

/*----------------	
update Style End
------------------*/

/*----------------	
mypage style Start
------------------*/
.searchboxInner {
    height: 54px;
}

.searchboxInner .inputTxt {
    font-size: 1.3rem;
}

.downloadListDiv {
    display: none;
}

.langCheckboxFlex {
    display: block !important;
}

.langCheckboxLeft,
.langCheckboxRight {
    max-width: 100%;
    margin-left: 0px !important;
}

.langCheckboxDiv,
.tecdocCheckboxDiv {
    padding: 1.5rem;
    display: block;
}

.langCheckboxDiv .checkboxes,
.tecdocCheckboxDiv .checkboxes {
    row-gap: 0 !important;
}

.labelWidth {
    max-width: 9.5rem;
    width: 100%;
}

.dl_add_btn {
    display: none !important;
}

.dl_btn {
    width: 100% !important;
}

.menuBlockFirst {
    min-height: 107px;
}

.menuChooseChild {
    max-width: unset;
    align-items: start;
}

.menuChooseTxt {
    width: calc(100% - 55px);
    font-size: 1.4rem;
}

.menuChooseLink {
    width: 55px;
    font-size: 1.4rem;
}

.menuChooseClose {
    padding-top: 20px;
    font-size: 1.2rem;
}

.menuChooseClose::before {
    width: 20px;
    height: 20px;
}

.menuChooseLink::before {
    width: 18px;
    height: 18px;
}

.menuBlockDiv {
    min-height: 488px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menuBlockDelete {
    height: 18px;
    margin-top: 10px;
}

.menuBlock {
    margin-bottom: 0;
}

.menuBlockPlus {
    height: 79px;
    margin-bottom: 0;
}

.menuChoose {
    width: fit-content;
    height: 25rem;
    padding: 4rem 6rem 4rem 4rem;
    display: grid;
    grid-template-columns: 1fr;
}

.menuChoose.menuChooseByone {
    top: -270.5px;
}

.menuChoose.menuChooseBytwo {
    top: -143px;
}

.menuChoose.menuChooseBythree {
    top: -16px;
}

.menuChoose.menuChooseByfour {
    top: 111px;
}

.menuBlockFirst.menuPlus.showChoose::before {
    top: -29px;
}

@media screen and (max-width: 650px) {
    .menuChoose {
        place-items: center;
    }
}

@media screen and (max-width: 400px) {
    .menuChooseTxt {
        font-size: 1.2rem;
    }

    .menuChooseLink {
        font-size: 1.2rem;
    }

    .menuChooseLink::before {
        width: 15px;
        height: 15px;
    }

    .menuChoose {
        height: 25rem;
        padding: 2rem 5rem 2rem 2rem;
    }
}

/*----------------	
mypage style End
------------------*/

/*----------------	
form style Start
------------------*/
.cusFormName {
    flex-direction: column;
}

.cusFormNameLeft {
    width: 100%;
}

.cusFormNameRight {
    width: 100%;
}

.updateButtonBlk {
    flex-direction: column;
    gap: 25px;
}

.updateCheckboxInput {
    width: 16px;
    height: 16px;
}

.updateCheckboxInput:checked::after {
    top: 4px;
    left: 2px;
}

/*----------------	
form style End
------------------*/

/*----------------	
reset password start
-----------------*/
.inputRequired::after {
    font-size: 1rem;
}

.passwordRequirement {
    font-size: 1.3rem;
}

.resetPasswordContainer {
    max-width: 100%;
}

/*---------------- 
reset password end
------------------*/

/*----------------	
button Start
------------------*/
.linkBtn02New {
    margin: 0 auto;
}

.link_btn01.btn01New {
    width: fit-content;
    margin: 0 auto;
}

/*----------------	
button End
------------------*/

/*----------------	
coporate register Start
------------------*/
.coporateRegister {
    padding: 1.5rem;
}

.coporateRegisterPara {
    font-size: 1.4rem;
}

.coporateNumSearch {
    display: block;
    font-size: 1.4rem;
}

.coporateInputFlex {
    flex-direction: column;
    align-items: unset;
}

.coporateInput {
    max-width: 100%;
}

/*----------------
Model Box
------------------*/
.modelInnerSp {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.modelInputFlex {
    flex-direction: column;
    gap: 36px;
}

.cmodelBtnSearch {
    align-self: flex-start;
}

.cmodelBtnSearch span {
    font-size: 2rem;
}

.cmodelBtnSearch span img {
    width: 20px;
}

.modelSearchResult {
    font-size: 1.4rem;
}

.starText {
    font-size: 1.2rem;
}

/*----------------	
coporate register End
------------------*/

/*----------------	
contact inquiry Start
------------------*/
.inquiryMvBg {
    padding: 3rem 0;
}

.inquiryTitle {
    font-size: 2rem;
    text-indent: 0;
    padding-left: 0;
}

.clickLinks {
    font-size: 1.4rem;
    padding-right: 20px;
}

.loginTextarea {
    font-size: 1.3rem;
    max-height: 20.4rem;
}

.inquiryConfirmation .confirmTableRowLeft {
    max-width: 100%;
}

.inquiryConfirmation .confirmTableRowRight {
    width: 100%;
    min-height: 56px;
}

.inquiryTeleTtl {
    font-size: 2rem;
    padding: 2.2rem 1.8rem;
    text-align: center;
}

.inquiryTeleCt {
    padding: 2rem;
}

.inquiryTeleCtFirst {
    flex-direction: column;
    gap: 8px;
}

.inquiryTeleCtFirst img {
    margin: 0 auto;
}

@media screen and (max-width: 370px) {
    .inquiryTeleCtFirst img {
        max-width: 100%;
    }
}

.inquiryTeleCtFirstFree {
    margin: 0 auto;
    font-size: 1.4rem;
}

.inquiryTeleCtThird {
    flex-direction: column;
}

.inquiryTeleCtThirdLeft {
    width: 100%;
    border-right: 0;
    text-align: center;
}

.clickLinks::after {
    right: 0;
}

.loginRadioInput {
    width: 1.8rem;
    height: 1.8rem;
}

.faqCt {
    flex-direction: column;
}

.faqCtr {
    margin: 0 auto;
    padding-bottom: 2rem;
}

.faqCtlLink {
    justify-content: center;
}

.faqCtl {
    padding: 2rem;
}

.productFaq span {
    font-size: 1.4rem;
    padding: 1.4rem 2rem;
}

.nextProductLink {
    font-size: 1.4rem;
    letter-spacing: 0;
}

.textBlk {
    width: 75%;
}

.inquiryBox {
    margin: 0 auto;
}

.cardTtl {
    font-size: 1.4rem;
}

.faqBlkTtl {
    padding: 2rem;
    font-size: 2rem;
}

/*----------------	
contact inquiry  End
------------------*/

/*----------------	
support  start
------------------*/
.slideAr {
    width: 32px;
    height: 32px;
}

.slideAr.prev:before {
    margin-left: 13px;
}

.slideAr.next:before {
    margin-right: 13px;
}

.contentBlkFt {
    flex-direction: column;
}

.faqTtl {
    padding: 1.5rem 1.5rem 1.5rem 4rem;
}

.contentBlk {
    padding: 2rem 2.4rem;
}

.searchKey {
    font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
    .searchboxInner.supportSearch .btnSearch {
        width: 30%;
    }
}

.contentBlkFt img {
    margin: 0 auto;
}

.contentBlkSec {
    flex-direction: column;
    gap: 0;
}

.contentBlkSecl,
.contentBlkSecr {
    width: 100%;
}

.categoryBlk {
    gap: 16px;
}

.categoryBlkl,
.categoryBlkr {
    width: 100%;
}

.contentTxt {
    font-size: 1rem;
}

.contentTtl {
    font-size: 1.2rem;
}

.categoryBlklContent {
    padding: 1rem;
    flex-direction: column;
}

.categoryBlklContentr {
    max-width: 100%;
}

.informationtTab {
    gap: 60px;
}

.informationtTab {
    padding: 3.2rem 2rem;
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
    max-width: none;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.informationtTab>* {
    flex: 0 0 auto;
}

.detailBlk {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.detailCard {
    max-width: 100%;
    padding: 2rem 2rem 2rem 4.3rem;
    ;
}

.informationtTab::-webkit-scrollbar {
    height: 6px;
}

.informationtTab::-webkit-scrollbar-thumb {
    background: var(--blue40);
}

.informationtTabl {
    margin: 0 auto;
    max-width: unset;
    width: unset;
}

.informationTabr {
    margin: 0 auto;
}

.seeMoreCt {
    flex-direction: column;
}

.seeMoreCtl,
.seeMoreCtr {
    max-width: 100%;
}

.seeMoreDesc {
    padding: 2rem;
}

.sol.solNew li {
    width: unset;
    max-width: unset;
}

.informationTtl {
    font-size: 2rem;
}

.seeMoreTtl {
    font-size: 2rem;
}

.seeMoreCtTtl {
    font-size: 1.4rem;
}

.seeMoreItem {
    padding: 2rem 2.2rem;
}

.categoryBlklContentl {
    max-width: 14rem;
}

.seeMoreTxt {
    font-size: 1.4rem;
}

.broProduct {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: fit-content;
    margin: 0 auto;
}

.machineList {
    grid-template-columns: 1fr;
    gap: 20px;
}

.machineImgTtl {
    font-size: 1.4rem;
    padding: 2rem;
}

ul.col04.col04New {
    min-width: 100%;
    flex-direction: column;
}

.sol.col04New>li {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

@media screen and (max-width: 560px) {
    .broProduct {
        grid-template-columns: 1fr;
    }

    .broProduct li {
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    .detailBlk {
        grid-template-columns: 1fr;
    }
}

/*----------------	
support  end
------------------*/

/*----------------    
support / faq  start
------------------*/

ul.col04 li {
    width: 100%;
    max-width: 100%;
}

.prodList {
    flex-wrap: wrap;
    gap: 20px 4%;
    margin-bottom: 24px;
}

.prodList li {
    width: 48%;
    max-width: 48%;
}

.prodList li a h3 {
    font-size: 1.6rem;
}

.prodList li a h3 span {
    font-size: 1.6rem;
}

.faqSearchBox {
    padding: 2.4rem 1rem;
}

.faqLinksh3 {
    font-size: 1.6rem;
}

.inquiryFooterBox {
    padding: 2rem;
}

.faqSearchBox .searchboxInner .inputTxt {
    width: 79%;
}

/*----------------	
support / faq  end
------------------*/

/*----------------	
support / robot  start
------------------*/
.faqRobotCheckBox {
    padding: 2rem 1rem;
}

.faqBox {
    padding: 2rem 1.2rem;
}

.popUpBoxCont {
    display: none;
}

.faqRobotCheckBox .searchboxInner .inputTxt {
    width: 79%;
}

/*----------------	
support / robot  end
------------------*/

/*----------------	
Tecdoc  start
------------------*/
.downloadPage .tecdocWidth {
    min-width: 125px;
}

.scrollRightPc {
    overflow-x: unset;
    padding-bottom: 0;
    -webkit-overflow-scrolling: unset;
}

.twoColumnMainWidth {
    width: 100%;
}

.tecdocInputSearch {
    margin: 1.6rem 0;
}

@media screen and (max-width: 500px) {
    .tecdocBtnSearch {
        width: 23%;
    }
}

/*----------------	
Tecdoc  end
------------------*/

/*----------------
download / software  start
------------------*/
.accordionTitle {
    font-size: 1.8rem;
    padding: 1rem 5rem;
}

.accordionBodyTxt {
    font-size: 1.4rem;
    padding: 0 1.5rem;
}

.accordionTitle::before {
    width: 22px;
    height: 22px;
    top: 13px;
}

.accordionBody {
    padding: 2rem 1rem;
}

.accordionBodyTxtList li::before{
    font-size: 1.4rem;
}
/*----------------
download / software  end
------------------*/

/*----------------
download / software / updater.html start (OU 03)
------------------*/

.updaterAccordionTxt::before, .updaterLinkBlue::after {
    font-size: 1.4rem;
    text-align: center;
    max-width: 43px;
    top: 5px;
}

.updaterAccordionLink {
    font-size: 1.4rem;
    text-align: left;
}

.updaterLinkBlue {
    padding-left: 5rem;
}

.updaterAccordionTxt {
    padding-left: 5rem;
}

/*----------------
download / software / updater.html end (OU 03)
------------------*/

/*----------------
catalog start
------------------*/
.categoryFilterContainer {
    padding: 0;
}

.twoColumnPage.downloadPage {
    margin-top: 1.6rem;
}

.twoColumnPageMain.downloadPageMain {
    width: 100%;
}

.twoColumnPageSide.download {
    width: unset;
    max-width: unset;
    min-width: unset;
    border: unset;
    background-color: var(--blue00);
    padding: unset;
    margin-bottom: 3.2rem;
}

.categoryFilterContainer.show {
    position: fixed;
    top: 155px;
    left: 0;
    width: 100%;
    height: calc(100vh - 155px);
    z-index: 9999;
    padding: 0;
}

.categoryFilterContainer.show.scrolled {
    top: 0;
    height: 100vh;
}

.show .categoryFilterInner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.categoryFilterBtn {
    display: block;
    max-width: 100%;
    margin-bottom: 0;
}

.categoryFilterBtnText {
    width: 100%;
    text-align: center;
    padding: 28px 12px 20px;
    border: 1px solid var(--blue40);
    background-color: var(--blue00);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.show .categoryFilterBtnText {
    border: none;
    text-align: start;
    box-shadow: none;
    border-top: 1px solid var(--blue40);
    border-radius: unset;
}

.categoryFilterBox {
    padding: 0;
    max-width: 100%;
    display: none;
    width: 100%;
    background: var(--blue00);
    border: none;
    border-radius: 0.3rem;
    margin-top: 0;
    max-height: 70vh;
    overflow-y: auto;
}

.categoryFilterBox.show {
    display: block;
    max-height: none;
    height: auto;
    flex: 1;
    overflow-y: auto;
    padding: 0 12px 80px;
}

.categoryFilterHeader {
    display: none;
    margin-bottom: 2rem;
}

.categoryFilterTitle {
    font-size: 2rem;
    margin: 0;
}

.categoryItem {
    margin-bottom: 1rem;
}

.categoryName {
    font-size: 1.4rem;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
}

.submenuName {
    font-size: 1.4rem;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
}

.submenuHeader {
    display: flex;
    align-items: center;
    padding: 6px 0 6px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
}

.submenuHeader::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('/assets/img/download/ic_add_circle.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.8rem;
    flex-shrink: 0;
}

.submenuHeader.expanded::before {
    background-image: url('/assets/img/download/ic_close_circle.png');
    background-size: 24px 24px;
}

.nestedSubmenuItem.selected {
    color: var(--blue40);
}

.nestedSubmenuItem {
    position: relative;
    text-decoration: none;
    background: none;
    border: none;
    padding: 4px 12px 4px 20px;
    margin: 0;
    font: inherit;
    cursor: pointer;
    text-align: left;
    width: 100%;
    display: block;
    color: #000;
    font-size: 1.4rem;
}

.nestedSubmenuItem .nestedSubmenuText {
    position: relative;
    display: inline-block;
}

.nestedSubmenuItem .nestedSubmenuText::after {
    display: none;
}

.nestedSubmenuItem:hover {
    color: var(--blue40);
}

.nestedSubmenuItem.animate-out .nestedSubmenuText::after {
    display: none;
}

.nestedSubmenuItem.selected {
    color: var(--blue40);
}

.categoryName:hover {
    color: inherit;
    text-decoration: none;
}

.categoryName:hover::after {
    width: 0;
}

.categoryName.animate-out::after {
    width: 0;
    transition: none;
}

.categoryName::after {
    display: none;
}

.categoryHeader:hover::after {
    display: none;
}

.submenuName:hover {
    color: inherit;
    text-decoration: none;
}

.submenuName:hover::after {
    width: 0;
}

.submenuName.animate-out::after {
    width: 0;
    transition: none;
}

.categoryName.selected {
    color: var(--blue40);
}

.nestedSubmenuItem.selected::after,
.categoryName.selected::after,
.submenuName.selected::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23007BFF%22%3e%3cpath%20style%3d%22fill%2drule%3aevenodd;clip%2drule%3aevenodd;%22%20d%3d%22M50,100c27%2e61,0,50%2d22%2e39,50%2d50c0%2d27%2e61%2d22%2e39%2d50%2d50%2d50S0,22%2e39,0,50C0,77%2e61,22%2e39,100,50,100z%20M44%2e77,75%2e86L25,55%2e47l5%2e75%2d8%2e77l12%2e47,12%2e86l23%2e22%2d35%2e4L75,29%2e77L44%2e77,75%2e86z%22%2f%3e%3c%2fsvg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    bottom: 1.5px;
    background-color: unset;
    transition: unset;
}

.submenuName.selected {
    color: var(--blue40);
}

.categoryHeader::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('/assets/img/download/ic_add_circle.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.categoryHeader.expanded::before {
    background-image: url('/assets/img/download/ic_close_circle.png');
    background-size: 24px 24px;
}

.categorySubmenu {
    display: none;
}

.categorySubmenu.expanded {
    display: block;
}

.categoryFilterFooter {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #666666;
    padding: 24px 0;
}

.categoryFilterClose {
    width: 100%;
}

.categoryFilterCloseText {
    display: inline;
    color: #ffffff;
    position: relative;
    padding-left: 40px;
}

.categoryFilterCloseText::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('/assets/img/download/cancel.png') no-repeat center;
    background-size: contain;
    margin-top: -1.2rem;
}

.mobileFilterButtons {
    display: none;
    width: 100%;
    gap: 6px;
    flex-direction: row;
    align-items: stretch;
}

.mobileFilterButtons.show {
    display: flex !important;
}

.mobileFilterBtn {
    border: none;
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-height: 52px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.mobileShowResults {
    background-color: var(--blue40);
    flex: 1;
}

.mobileShowResults:hover {
    background-color: var(--blue40);
}

.mobileClearBtn {
    color: var(--blue40);
    border: 1px solid var(--blue40);
    width: 90px;
    flex-shrink: 0;
}

.mobileShowResultsText {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #ffffff;
}

.mobileClearBtnText {
    font-size: 1.6rem;
    color: var(--blue40);
    font-weight: 500;
}

.mobileShowResultsText:hover {
    color: #ffffff;
}

.mobileShowResultsText:active,
.mobileShowResultsText:focus {
    text-decoration: none;
    color: #ffffff;
}

.mobileClearBtnText:hover {
    color: var(--blue40);
}

.catDlListItemMain h3 span {
    font-size: 1.6rem;
}

/*----------------
catalog end
------------------*/

/*----------------	
Pagination Start
------------------*/
.paginationItem {
    display: none;
}

.paginationIndicator {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000000;
    margin: 0 1rem;
}

/*----------------	
Pagination End
------------------*/

/*----------------
Support / Faq / Robot Details Start
------------------*/

.faqRatingBox {
    display: block;
    max-width: 100%;
    padding: 2.4rem 1rem;
    margin-top: 50px;
}

.faqRatingBody {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: max-content;
    min-width: max-content;
}

.faqRatingTxt {
    white-space: nowrap;
}

.faqDetailsQusTxt {
    font-size: 1.6rem;
}

.faqRelatedDateBox {
    flex-direction: column;
}

.faqDetailsAnsBox::before {
    width: 30px;
    height: 20px;
    left: 15px;
}

.faqDetailsQusBox {
    margin-left: 0;
    padding-left: 5rem;
    padding-right: 1.5rem;
}

.faqDetailsQusBox::before {
    width: 30px;
    height: 20px;
    left: 15px;
}

.faqDetailsAnsBox {
    padding: 3.2rem 1.5rem 0.9rem 5.3rem;
}

.faqRelatedDocBody {
    padding: 1.8rem 0.5rem;
}

.faqRelatedDateTxt {
    text-align: end;
}

.faqRelatedDocLink {
    display: block;
    margin-left: 0;
}

.faqRelatedDocListItem {
    margin-top: 10px;
    font-size: 1.4rem;
}

.faqRelatedDocHeader {
    padding: 0.8rem 1.5rem;
}

.faqBreadCrumb.faqDetailBreadCrumb ul {
    margin-top: 10px;
}

.faqContactBox {
    padding: 1.5rem;
}

.faqContactTxt {
    font-size: 1.8rem;
}

.faqContactBox .courseLinkButton {
    font-size: 1.2rem;
}

.faqFrequentlyBox {
    padding: 1.5rem;
}

.faqFrequentlyBoxTitle {
    font-size: 1.8rem;
}

.faqBoxQuestionTxt {
    font-size: 1.6rem;
}

.faqBoxAnswerTxt {
    font-size: 1.4rem;
}

.faqBreadCrumb ul li a {
    font-size: 1.4rem;
}

.faqRobotResultTxt {
    font-size: 1.4rem;
}

.faqDetailsAnsTxt {
    font-size: 1.4rem;
    padding-left: 0;
}

.faqRatingTitle {
    font-size: 1.6rem;
    text-align: left;
}

/*----------------
Support / Faq / Robot Details End
------------------*/

/*----------------
online_register start
------------------*/
.banlinks_wrap.download ul.col02 li {
    width: 100%;
    max-width: 100%;
}

.banlinks_wrap.download ul.banlinks a .ban_text {
    font-size: 1.4rem;
}

.download .stepBlockText {
    text-wrap: wrap;
    margin-top: 0.6rem;
}

.download .stepConnector {
    width: calc(100% + 20px - 20px);
}

.downloadRegister .stepBlockText {
    font-size: 1.2rem;
}

.errorBox {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
}

.serialInputFlex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.spaceDash.spNone::after {
    display: none;
}

.spaceDash::after {
    width: 10px;
    right: -15px;
}

.numInputContainer,
.letterInputContainer {
    width: 100%;
}

@media screen and (max-width: 460px) {
    .downloadRegister .stepBlockText {
        font-size: 1rem;
    }

    .stepContainerFlex.downloadRegister {
        gap: 18px;
    }

    .downloadRegister .stepConnector {
        width: calc(100% + 20px - 38px);
    }
}

/*----------------
online_register end
------------------*/

/*----------------
cancel_online_register table start
------------------*/
.cancelOnlineRegister .stepContainerFlex {
    justify-content: center;
    gap: 30px;
}

.cancelOnlineRegister .stepConnector {
    left: calc(50% + 15px);
}

.cancelTableContainer {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cancelOnlineRegister .stepBlockText {
    text-wrap: wrap;
    margin-top: 0.6rem;
}

.cancelRegistrationTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
}

.cancelRegistrationTable th,
.cancelRegistrationTable td {
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
}

.cancelRegistrationTable th {
    font-size: 1.4rem;
}

.deleteColumn {
    width: 15%;
    min-width: 6rem;
}

.toolColumn {
    width: 50%;
    min-width: 10rem;
}

.serialColumn {
    width: 35%;
    min-width: 12rem;
}

.supportCheckTable th {
    font-size: 1.6rem;
}

.supportCheckTable th,
.supportCheckTable td {
    padding: 20px 10px;
}

.scroll_table table.cancelRegistrationTable,
.scroll_table table.supportCheckTable {
    min-width: 800px;
}
/*----------------
cancel_online_register table end
------------------*/

/*----------------
support / sier / robot.html start
------------------*/
.sierRobotTable {
    padding: 1.5rem;
}

.sierRobotTableWrap::before {
    width: 17px;
}

.sierRobot h1::after {
    top: 38px;
}

.sierRobot h1::before {
    top: 25px;
}

.upperTtl {
    font-size: 1.6rem;
    line-height: 1.3;
}

/*----------------
support / sier / robot.html end
------------------*/

/*----------------
Download Start
------------------*/
.downloadMatParent {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.downloadSolCatFlex {
    gap: 1.1rem;
    padding: 1.8rem 1.5rem;
    margin-bottom: 9rem;
}

.downloadSolBtn {
    width: 15.7rem;
    height: 4rem;
}

.downloadSolBtn span {
    font-size: 1.4rem;
    font-weight: 700;
}

.downloadSolCatDiv {
    max-width: 100%;
    width: 100%;
    gap: 10px;
}

.downloadSolBtnDiv {
    margin-right: auto;
}

.downloadSolCatLeft {
    width: calc(100% - 8.8rem);
}

.downloadSolBtn .ic img {
    width: 15px;
}

.downloadMatBtn{
    letter-spacing: -1px;
}

@media screen and (max-width: 550px) {
    .downloadSolCatFlex {
        flex-direction: column;
    }
}

/*----------------
Download End
------------------*/

/*----------------
Network Global Start
------------------*/
.networkMap {
    width: 767px;
}

.networkMapInner {
    width: 400px;
}

.networkMapBtn {
    width: 140px;
    padding: 8px 0;
    font-size: 1.2rem;
}

.networkEurope {
    top: 36px;
    left: -130px;
}

.networkMiddle {
    top: 82px;
    left: -130px;
}

.networkAfrica {
    top: 130px;
    left: -130px;
}

.networkAsia {
    bottom: 74px;
    left: 27px;
}

.networkOceania {
    bottom: 74px;
    left: 176px;
}

.networkNorthAmerica {
    top: 36px;
    right: -113px;
}

.networkSouthAmerica {
    top: 93px;
    right: -114px;
}

.addressTxt {
    width: 24rem;
}

.northAmericaTable tr>td:first-child {
    width: 20rem;
}
/*----------------
Network Global End
------------------*/

/*----------------
support / network.html start  
------------------*/

.networkTable {
    width: 90rem;
}

.networkTableHeader {
    font-size: 1.6rem;
}

/*----------------
support / network.html end  
------------------*/
/*----------------
media query 各種サポート情報 start
------------------*/
.noPaddingPC {
    padding-left: 15px;
    padding-right: 15px;
}

/*----------------
media query 各種サポート情報 end
------------------*/

/*----------------
Cad start
------------------*/
.motorCapacityModal {
    position: fixed;
    top: 157px;
    left: 0;
    width: 100%;
    height: calc(100vh - 157px);
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    transform:unset;
}

body.motor-modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.langCheckbox div.checkboxes div.motorCapacitySection{
    height: 100%;
}


.motorCapacityModalContent::before{
    content: none;
}

.motorCapacityModalContent {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: unset;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.motorCapacityClose{
    padding-left: 35px;
    color: #ffffff;
}

.motorCapacityModalHeader {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 63px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.motorCapacityClose::before {
    background-image: url('../img/download/cancel.png');
    top: -4px;
    left: 0px;
}

.motorCapacityModalBody {
    height: calc(100% - 63px);
    padding: 20px 36px;
    justify-content: start;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.motorCapacityGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.motorCapacityColumn {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.motorCapacityCode {
    font-size: 1.4rem;
}

.motorCapacityModalFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

.motorCapacityModalFooter .motorCapacityClose {
    display: flex;
    order: -1;
    margin-right: auto;
}

.motorCapacityBtn {
    padding: 12px 24px;
    font-size: 1.4rem;
}

.cadTableScrollSp {
    padding-bottom: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cadTableScrollSp table {
    min-width: 1000px;
    border-collapse: collapse;
}

.lastLabelWidth {
    max-width: 16rem;
    width: 100%;
    margin-right: 0;
}

.cadCheckBoxes {
    max-width: calc(100% - 16.9rem);
    width: 100%;
}

.cadPagiFlex {
    flex-direction: column;
}

.cadPagiDiv {
    display: flex;
    justify-content: center;
}

.cadPagiUl {
    width: 28rem;
    justify-content: center;
}

.cadPagiUl li {
    width: 3rem;
    height: 3rem;
}

.cadPagiUl::before {
    left: 0;
}

.cadPagiUl::after {
    right: 0;
}

.cadPagiListFirst {
    margin-left: 20px;
    width: 2rem !important;
    height: 2rem !important;
}

.cadPagiListLast {
    margin-right: 20px;
    width: 2rem !important;
    height: 2rem !important;
}

.cadDownloadListAccor {
    height: 4rem;
}

.fileTypeDiv {
    top: 40px;
}

.fileTypeDivTwo{
    top: 40px;
}

@media screen and (max-width: 400px) {
    .lastLabelWidth {
        max-width: 9.5rem;
    }

    .cadCheckBoxes {
        max-width: calc(100% - 10.25rem);
    }

    .lastMotorTxt {
        white-space: normal;
    }
}

/*----------------	
Cad end
------------------*/

/*----------------
download/software/controller/feature start
------------------*/
.programmingBox, .engineeringBox {
    flex-direction: column;
    gap: 2.5rem;
}

.programmingLeft, .engineeringLeft {
    width: 100%;
}

.programmingRight, .engineeringRight {
    width: 100%;
}

.featureBlueTxt {
    font-size: 2rem;
}

.featuresListTtl {
    font-size: 1.6rem;
}

/*----------------
download/software/controller/fearure end
------------------*/

/*----------------
download/software/controller/feature/register start
------------------*/
.seeMoreLink.seeMoreListRegister {
    flex-direction: column;
}

.seeMoreListRegister .seeMoreList {
    margin: 0 auto;
}

.seeMoreListRegister.left .seeMoreList {
    margin-left: 0;
}

.onlineRegister {
    flex-direction: column;
    gap: 20px;
}

.registerBtn {
    margin: 0 auto;
    padding: 1.5rem 1.5rem;
}

.rmemberTtl {
    padding: 0.8rem 2.5rem;
}

.rmemberTxt {
    padding: 1.9rem 2.5rem;
}

.rStep {
    padding: 1rem 3rem 1rem 5rem;
}

.purchaseTtl {
    font-size: 2rem;
    padding: 2.2rem;
}

.purchaseCt {
    padding: 2.2rem;
}

.purchaseCt .seeMoreTxt{
    font-size: 1.6rem;
}

.onlineUser {
    font-size: 1.4rem;
}

.recieveTxt {
    font-size: 1.2rem;
}

.onlineRegisterWay {
    padding: 2rem;
}

.wayTxt {
    font-size: 1.4rem;
}

.wayTxtAno {
    font-size: 1.4rem;
}

.rmemberRight {
    font-size: 1.4rem;
}

.rStep::before{
    width: 28px;
    height: 28px;
}

/*----------------
download/software/controller/fearure/register end
------------------*/

/*----------------
download/software/controller/feature/update_system_requirements start
------------------*/
.rmemberTxtreq {
    padding: 1.9rem 4rem;
}
/*----------------
download/software/controller/fearure/update_system_requirements end
------------------*/

/*----------------
download/software/controller/feature/update_history start
------------------*/
.updateHistoryTable {
    width: 100%;
    min-width: 1000px !important;
}

.updateHistoryTablePdf {
    padding-left: 2rem;
}
/*----------------
download/software/controller/fearure/update_history end
------------------*/

/*----------------
inquiry detail start
------------------*/
.contactMailBox {
    padding: 3rem 1.5rem;
}

.contactMailBoxWrapper:not(:has(.contactWhiteCardOuter)) {
    margin: 0 auto;
}

.contactYellowCard {
    max-width: 350px;
    height: 100%;
    padding: 3rem 1.5rem;
    margin: 0 auto;
    gap: 10px;
    border: 3px solid var(--hot10);
}

.contactYellowCard:hover{
    border: 3px solid var(--blue40);
}

.cyellowCardLeft {
    width: 50px;
    height: 50px;
}

.cyellowCardRight::after {
    width: 18px;
    height: 18px;
    right: -10px;
}

.cyellowCardRight {
    width: calc(100% - 60px);
}

.cyellowCardRight .normalText {
    font-size: 1.4rem
}

.cyellowCardRight .largeText {
    font-size: 2rem;
}

.contactWhiteCardOuter {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 5px;
}

.contactWhiteCard {
    width: 100%;
    max-width: 350px;
    height: 100%;
    padding: 11rem 1.5rem 2rem;
    margin-bottom: 4px;
    border-radius: 5px;
}

.cWhiteCardLeft .ttlText {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.cWhiteCardLeft .text {
    font-size: 1.2rem;
}

.cWhiteCardRightImg {
    width: 150px;
    height: 150px;
    top: -20%;
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
}

@media screen and (max-width: 374px){
    .contactYellowCard{
        padding: 3rem 1rem;
        gap: 5px;
    }

    .cyellowCardLeft {
        width: 40px;
        height: 40px;
    }

    .cyellowCardRight .largeText{
        font-size: 1.6rem;
    }

    .cyellowCardRight::after{
        right: -20px;
    }
}
/*----------------
inquiry detail end
------------------*/


/*----------------
/contact/info_detail.html start
------------------*/
.infoDetailBoxLink{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.infoDetailBoxLink li{
    max-width: 516px;
    width: 100%;
}

.infoDetailNumBox{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.detailNum{
    font-size: 2.4rem;
}

.detailNumBoxLeft, .detailNumBoxRight{
    width: 100%;
}

.detailNumBox .inquiryTeleCtFirstFree{
    margin: unset;
}

.infoDetailPadding{
    padding: 0;
}

.outlineBoxLeft{
    width: 100%;
}

.outlineBoxRight {
    width: 40%;
}

.contactOutlineBox{
    padding: 2rem;
    flex-direction: column;
    gap: 30px;
}

.downloadListArea.outlineListArea ul.downloadList{
    width: 100%;
}

@media screen and (max-width: 360px){
    .detailNum{
        font-size: 1.8rem;
    }
}
/*----------------
/contact/info_detail.html end
------------------*/

/*----------------
/contact/sales_partner start
------------------*/

.partnersRowLeft{
    max-width: unset;
    width: 100px;
}

.partnersRowRight{
    width: calc(100% - 100px);
}

.partnersMapBox{
    padding: 2rem 1rem;
}

.partnersRowLeft{
    font-size: 1.4rem;
}
/*----------------
/contact/sales_partner end
------------------*/

/*----------------
/product/controller.html start
------------------*/
.controllerLineWrap .lineupItemWrap{
    flex-direction: column;
    align-items: center;
}

.machineLineupBox{
    flex-direction: column;
}

.controllerLineWrap .lineupItemHeading{
    width: 100%;
}

.lineupItemBox{
    max-width: 376px;
    width: 100%;
}

.controllerLineWrap .lineupItemImg img{
    width: unset;
}

.machineLineupItem{
    max-width: 376px;
    width: 100%;
}

.machineLineupItem .lineupItem{
    max-width: 100%;
}

.controllerLineWrap{
    padding-top: 3.2rem;
    padding-bottom: 3rem;
}

.controllerRelatedLink{
    flex-direction: column;
    padding: 20px 30px 20px 20px;
}

.controllerProductArea{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.controllerLastWhite{
    padding-top: 40px;
}

.lineupItemWrap .controllerProduct.lineupItemCont{
    padding: 15px;
}

.lineupItemWrap .controllerProduct.lineupItemCont .tit{
    font-size: 1.4rem;
}

.controllerIcFeature{
    font-size: 1.2rem;
}

.controllerScrollBox{
    min-width: unset;
}

.dl_btns.controller {
    flex-direction: column;
}

.machineLineupBox, .controllerLineWrap .lineupItemWrap {
    gap: 20px;
}
/*----------------
/product/controller.html end
------------------*/

/*----------------
/product/controller/mpx1000/mpx1310.html start
------------------*/
.productionVideo {
    flex-direction: column;
    gap: 20px;
}

.productionVideoBlk{
    width: 100%;
}

.featureCtBlk{
    flex-direction: column;
}

.featureCtBlkr img{
    width: 100%;
}

.mvLink{
    font-size: 1.2rem;
}

.videoTtl {
    font-size: 1.4rem;
}

.featureCtBlk + .featureCtBlk {
    margin-top: 40px;
}
/*----------------
/product/controller/mpx1000/mpx1310.html end
------------------*/

/*----------------
/product/controller/mpx1000/mpx1310/spec.html start
------------------*/

/*----------------
/product/controller/mpx1000/mpx1310/spec.html end
------------------*/
/*----------------
About start
------------------*/
.linkBtn03.linkBtn03New {
    font-size: 1.6rem;
}
/*----------------
About End
------------------*/

/*----------------
/recommend_replacement start
------------------*/
.outerSearchContainer .searchboxInner .inputTxt {
    width: calc(100% - 7.6rem);
}

.outerSearchContainer .btnSearch {
    width: 7.6rem;
}

.servoSecMargin {
    margin-bottom: 60px;
}

.servoTableText {
    margin-bottom: 5px;
}

.col03 .smallText {
    font-size: 1.2rem;
}

.col03 .normalText {
    font-size: 1.4rem;
}

.col03 .largeText {
    font-size: 1.6rem;
}

.usefulImgContainer {
    margin-bottom: 10px;
}
/*----------------
/recommend_replacement end
------------------*/
/*----------------
/About/usepolicy.html start
------------------*/
.linkRow {
    flex-direction: column;
}

.linkTxt {
    border-right: 0;
    max-width: 100%;
}

ul.disclaimerUo li::before{
    top: 12px;
}
/*----------------
/About/usepolicy.html end
------------------*/

/*----------------
/news/details_250101.html start
------------------*/
.detailContentBlk {
    flex-direction: column;
}

.detailContentBlkLeft {
    max-width: 100%;
}

.detailContentBlk  img {
    margin: 0 auto;
}

.detailContentBlkRightSec {
    max-width: 100%;
}

.warningAreatxt {
    font-size: 1.4rem; 
}

.warningArea {
    padding: 2.5rem;
}

.newsDetail .typeBlk {
    margin-top: 0;
}

.newsDetail .newsTitle {
    margin:15px 0 30px;
}

.newsDetail .newsText {
    margin-top: 20px;
}

.newsDetail .latestInforBlk {
    margin-top: 30px;
    margin-bottom: 50px;
}

.newsDetail .warningTxt {
    margin-top: 30px;
}

.newsDetail .warningArea {
    margin-top: 40px;
    margin-bottom: 0;
}

/*----------------
/news/details_250101.html end
------------------*/


/*----------------
/membership.html start
------------------*/
.memberCircleWrap{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: unset;
}

.memberBlueBtn.btn01New.link_btn01{
    max-width: unset;
    min-width: 14.8rem;
    display: inline-block;
    width: fit-content;
}

.memberAccordionLeft{
    padding: 0;
}

.memberAccordionRight{
    padding: 0;
}

ul.col03.memberShipBoxFlex{
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 1.8rem;
}

ul.col03.memberShipBoxFlex li{
    max-width: 100%;
    /* margin-top: 0; */
}

@media screen and (max-width: 550px) {
    .memberRightLower{
        flex-direction: column;
    }
}

@media screen and (max-width: 420px) {
    .memberBlueCircle{
        max-width: 280px;
        height: 280px;
    }

    .memberBlueUpper{
        padding-top: 38px;
    }

    .memberBlueUpperTxt{
        font-size: 2rem;
    }

    .memberBlueLower{
        padding-top: 20px;
        gap: 10px;
    }

    .memberBlueLowerTxt{
        font-size: 1.4rem;
    }

    .memberBlueBtn.link_btn01.btn01New span{
        font-size: 1.4rem;
    }

    .memberBlueBtn.btn01New.link_btn01{
        padding: 13px 25px;
    }

    .memberLinkBtn.linkBtn03{
        font-size: 1.6rem;
    }
}
/*----------------
/membership.html end
/*----------------
/product/environment.html start
------------------*/
.enviroContainer{
    padding: 2.4rem 0 1.6rem;
}

.enviroLinksItem{
    flex-direction: column;
    padding: 1.6rem 2.6rem 2.4rem;
}

.enviroLinksItem::after{
    content: unset;
}

.enviroLinksItemTop{
    display: flex;
    width: 100%;
}

.enviroLinksItemTop::after{
    top: 34%;
}

.enviroLineUpImg {
    max-width: 9.6rem;
    width: 100%;
}

.enviroLineUpTtl{
    font-size: 1.8rem;
    letter-spacing: 0;
}

.text.enviroLineUpTtl::after{
   top: -63px; 
}

.enviroLineUpKw{
    display: block;
}

.enviroLineUpPara{
    padding: 0 1.5rem;
}

.eneParaDiv{
    flex-direction: column;
}

.eneLeafLeft{
    max-width: 100%;
    padding: 0.8rem 1.2rem 0;
}

.cloudSerDiv{
    padding: 1.4rem 1.2rem;
}

.cloudSerTxt{
    font-size: 1.8rem;
}

.enePara{
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
}

.eneLeafImg{
    max-width: 100%;
    padding: 0 1.2rem;
}

.environBlueBlock{
    padding-bottom: 4.8rem;
}

.clickLinks.inquiryLink{
    font-size: 1.6rem;
}
/*----------------
/product/environment.html end
------------------*/

/*----------------
issue_sp.css start
------------------*/

/* for manual.html start */
.printModal_btn.printModal_btnNew {
    position: unset;
}

/* for manual.html end */

/* for /product/robot/spec_search.html start  */
.twoColumnPageLeft {
    max-width: 100%;
}

.twoColumnPageSideFir.no-border {
    border-bottom: 1px solid var(--blue40);
}
/* for /product/robot/spec_search.html end  */

/*----------------
issue_sp.css end
------------------*/


