#push {
    display: none
}
a#toTop {
    bottom: 4px;
    top: auto;
}
article {
    margin-top: 0 !important
}

.srch {
  display: flex;
}

.txt_search {
  flex-grow: 1;
}

.btn_search {
  white-space: nowrap;
}

div.termsfeed-com---nb-headline {
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    max-width: 50%;
    position: fixed;
}

/* body * {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif !important
} */

html:lang(th) * {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif;
}

html:lang(ko) * {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif;
}

html:lang(zh) * {
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

html:not([lang=ja]):not([lang=ko]):not([lang=zh]):not([lang=th]) * {
    font-family: 'Noto Sans', sans-serif;
}
div div#body #inputTitle {
    font-family: 'Noto Sans SC','Noto Sans KR','Noto Sans Thai', 'Noto Sans', sans-serif;
}

div#wrap {
    margin: 0;
    max-width: 100%;
    padding: 0
}

div#wrap header {
    background-color: #003e73;
}

a:hover {
    color: #0b72c0;
}

.crumb a:first-child:before {
    color: #115991;
    content: "\e908";
    margin-right: 3px;
    top: 1px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .15s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.crumb {
    clear: both;
    color: #000;
    float: right;
    font-size: 75%;
    line-height: 150%;
    left: calc(16.6% + 20px);
    padding: 10px;
    position: absolute;
    top: 125px
}

div.crumb a {
    color: #115991;
}

.crumb {
    position: absolute;
    left: calc(16.6% + 20px);
    /* initially positioned relative to the % width */
}

@media screen and (min-width:768px) {
    .header_r input.txt_search {
        width: 63%;
    }

    .header_l {
        min-width: 240px;
        width: 16.6%;
        position: relative;
        display: flex;
        justify-content: center;
        /* Center horizontally */
        align-items: center;
        /* Center vertically */
    }

    .brand {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .brand img {
        /* Your existing styles */
        position: relative;
        top: 45%;
        width: 125px;
        height: auto;
    }

    /* header img {
        margin-left: 15%;
        max-height: 70%;
        padding: 15px;
        position: relative;
        top: 40%
    } */

    div#wrap header {
        min-height: 112px
    }

}

@media screen and (max-width:767px) {
    div.header_l {
        width: 30vw;
        height: auto;
        padding: 20px;
    }

    div.header_r {
        margin-top: 3.5%;
        margin-bottom: 3.5%
    }

    div.crumb {
        float: none;
        text-align: center;
        position: static;
        margin: 0;
        font-size: 2.3vw;
        padding-top: 2%;
    }

    #selectnav2 {
        font-size: 3vw;
        margin-top: 3%;
    }
}

nav {
    display: none !important
}


@font-face {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/icomoon/icomoon.eot?n6dhp8);
    src: url(../../fonts/icomoon/icomoon.eot?n6dhp8#iefix) format("embedded-opentype"),
        url(../../fonts/icomoon/icomoon.ttf?n6dhp8) format("truetype"),
        url(../../fonts/icomoon/icomoon.woff?n6dhp8) format("woff"),
        url(../../fonts/icomoon/icomoon.svg?n6dhp8#icomoon) format("svg")
}



/* Change the positioning when .col_l hits its min-width of 200px */
@media (max-width: 1440px) {

    /* 200 / 0.166 = 1207 */
    .crumb {
        left: calc(240px + 20px);
        /* positioned relative to the min-width */
    }
}


.header_r {
    margin-top: 25px;
    position: relative;
    right: 5%
}

.srch button {
    color: #000;
    background-color: #efefef;
}

.srch input {
    width: 63% !important
}

/********************************* Sidebar **********************************/

.accordion .dcjq-parent,
.accordion a.dcjq-parent {
    background-color: #fff;
}

.accordion li {
    padding: 4px 0 !important
}

@media screen and (min-width:768px) {
    .col_l.sidebar_l {
        border-right: 1px solid #c2c2c2;
        padding-right: 0;
        width: 16.6% !important;
        min-width: 240px;

    }

    section.col_wrap {
        display: flex;
        padding-bottom: 0
    }

    .col_l_inner {
        padding: 0 20px 10px;
        position: sticky;
        top: 0;
    }
}

@media screen and (max-width:767px) {
    .col_l.sidebar_l {
        padding-right: 0;
    }

    .l-side-ttl {
        display: none;
    }

    .accordion {
        display: none;
    }
}



.dcjq-parent-li ul li.dcjq-parent-li a.active.dcjq-parent:before,
.level1.active:after {
    content: "\e90b"
}

.dcjq-parent-li ul li.dcjq-parent-li a.dcjq-parent:before {
    content: "\e90d";
    font: 400 1.1rem/1 icomoon !important;
    font-size: 18px;
    left: 0;
    position: absolute;
    speak: none;
    text-transform: none;
    top: 25%;
    transition: color .15s ease
}

a.calcterms.level1::after {
    display: none
}

ul#accordion-2.accordion a.dcjq-parent.level1 {
    background-color: #fff !important;
    border-bottom: 2px solid #003e73 !important;
    padding: 5px 20px 10px 0 !important;

    color: #003e73;
}

.l-side-ttl {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #003e73;
    line-height: 1;
    padding: 5px 20px 15px;
    text-align: center
}

h2.l-side-ttl {
    margin-top: 12px;
}

.l-side-ttl a {
    color: #003e73;
    text-decoration: none !important
}

.l-side-ttl span,
div#body a.btn-Clear {
    display: block;
}
div#body a.btn-Clear {
        margin-left: 0;
}

.level1:after {
    content: "\e90d";
    font: 400 1.1rem/1 icomoon !important;
    font-size: 18px;
    position: absolute;
    right: 5px;
    speak: none;
    text-transform: none;
    top: 15%;
    transition: color .15s ease
}

.sideBanner200h {
    display: none !important
}

li.dcjq-current-parent .level3.active,
.accordion a.active,
a.dcjq-current-parent {
    background-color: #e6ecf0 !important
}

li.dcjq-parent-li a.dcjq-parent {
    background-color: #fff !important
}

ul#accordion-2.accordion .dcjq-parent-li ul li.dcjq-parent-li a.dcjq-parent {
    border-bottom: 1px solid #ccc;
    padding-left: 30px !important
}

ul#accordion-2.accordion a,
ul#accordion-2.accordion li.dcjq-parent-li a {
    border-bottom: none;
    padding: 5px !important;
    font-weight: 600;
}

ul#accordion-2.accordion a.calcterms.level1 {
    background-color: #fff !important;
    padding: 15px 15px 15px 0 !important
}

ul#accordion-2.accordion a:hover {
    background-color: #e6ecf0 !important;
    color: #115991!important
}

ul.accordion .acc_title a {
    background: none;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #003e73;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-shadow: none
}

ul.calclink li {
    height: auto;
    padding-left: 25px !important;
    position: relative
}

ul.calclink li:after {
    background-color: #ccc;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 11px
}

ul.calclink li:before {
    background-color: #ccc;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

ul.calclink li:last-child:before {
    height: 50%
}

/********************************** Calculator **********************************/

#body a#calc.btn-200 {
    background-color: #003e73 !important;
    background-image: none !important;
    border: 1px solid #003e73;
    border-radius: 30px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    min-width: 260px;
    outline: 0;
    padding: 16px 16px 12px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease
}

#body a#calc.btn-200:hover {
    background-color: #fff !important;
    color: #003e73 !important
}

#body div.title:not(#inputTitle) {
    color: #003e73;
    font-size: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center
}

div#body div#inputTitle {
    padding: 13px;
    display: inline-block;
    letter-spacing: normal;
    background-color: #e6ecf0;
    width: 100%;
}

div#body .unit {
    text-align: right;
    position: relative;
    padding-right: 15px;
    top: -2.7em;
}

div#body .Controlpanel {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 16px;
}


/* div#body div.Controlpanel {
    height: 1vw;
} */

div#body div .InputControlLabel {
    border-bottom: none !important;
}

#body .inputErrorText,
#body div input.inputText {
    width: 12%;
    margin: 0;
    border: 1px solid #7f9db9;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
}

div#body div.InputControlErrorLabel {
    border-bottom: none;
}

#content h1 {
    background-color: #e6ecf0;
    color: #003e73;
    font-size: 2rem;
    padding: 20px 40px;
    margin-top: 15px;
}

.body_banner:hover {
    background: #0984e2;
    background-image: none !important
}

.btm_content ul,
.btm_content h4 {
    padding: 0 4%
}

@media screen and (min-width:768px) {
    .col_r.sidebar_r {
        left: 16.7%;
        margin-top: 35px;
        width: 83.3% !important
    }

    /* .col_r.sidebar_r div#body {
        width: 70% !important
    } */

    .col_r.sidebar_r div.desc,
    .col_r.sidebar_r div.btm_content {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0;
        width: 100% !important
    }

    /* #content h1 {
        width: 100%
    } */

    .desc p {
        padding: 0 4%;
    }

    .c-box-center {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding: 0 80px;
        position: inherit;
    }

   

    div#body .calculate {
        margin-top: 2%;
    }

    #body .inputErrorText, #body div input.inputText {padding: 6px}
    div.c-box-center #body select {height: 33px}

}
div#body div.unit {
    padding: 0!important;
}
@media screen and (max-width:767px) {
    #content h1 {
        font-size: 5vw;
        padding: 3vw;
        text-align: center;
    }
div#body div.unit {
    margin-right: 25px;
}
    div.body_banner a {
        font-size: 3vw;
    }

    div#body div#inputTitle {
        padding: 2.67vw;
    }

    div#content.col_r.sidebar_r div#body {
        padding-left: 4vw;
        padding-right: 4vw
    }

    .col_r.sidebar_r div.btm_content,
    .col_r.sidebar_r div.desc {
        width: auto;
    }

    .sp-pdg {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    div div.body_banner a {
        width: auto;
    }
    div#body div#inputTitle, 
    div#body div#unitGroups {
        box-sizing: border-box;
    }
    div#body div#equations .equations1, div#body div#equations .equations2 {
        width: 100%; /* Take up full width */
        float: none; /* Remove float to stack vertically */
        padding: 1%; /* Add some padding if needed */
    }
    div#body #show_equations {
        display: flex; /* New line */
        justify-content: center; /* New line */
    }
    div#body #show_equations {
        float:none;
    }
}


.col_r.sidebar_r div.desc,
.col_r.sidebar_r div.btm_content {
    float: none !important;
    /* margin-left: 2%;
    margin-right: 2%; */
}


.col_r.sidebar_r div#body {
    padding: 20px 0 0 !important;
}


.col_r.sidebar_r div#body,
div#body .equationsPanel {
    float: none !important;
    margin: auto;
    padding: 20px 0;
    position: relative
}

body #wrap div.metal-title a{
    color: #fff;}
    body #wrap .icon_solution,
    body #wrap .icon_success,
    body #wrap .icon_system {
    background-color: #003e73;
    background-image: none !important;
    
}
div.metal-title {margin: 8px 0}
body #wrap div.metal-title a:hover {
	color:#0b72c0;
	text-decoration:none;
}
}

div#body div#equations.equationsPanel {
    margin-left: auto;
    margin-right: auto
}

div#body div#equations.equationsPanel,
div#content.col_r div.desc,
div.btm_content,
div#unitGroups.unit {
    background-color: #e6ecf0 !important;
    overflow: hidden
}

div#body div.resultPanel {
    background-color: #fff;
    border: 1px solid #003e73;
    float: none;
    line-height: 130%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 5%
}

div#sb_mailmag {
    background-color: #ddd;
    background-image: none !important;
    color: #000 !important;
    margin: 8px 0
}

div#sb_mailmag a:hover {
    color: #0984e2 !important
}

div#sb_mailmag h2 {
    color: #003e73 !important
}


div.body_banner {
    background: #2f7ab3;
    border-bottom: none;
    color: #fff;
}

div.body_banner a {
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    padding: 0 10px 0 100px;
    text-decoration: none;
    text-shadow: none;
    width: 100%;
}

.body_banner a h2 {
    margin: 0;
    border: none;
}

.clickable_area {
    width: 100%;
    display: flex;
    align-items: center;
}


div.btm_content {
    margin-bottom: 2%;
    /* margin-top: 2% */
}

.advancedMode a {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000 !important;
    border-radius: 18px;
    padding: 9px 16px 11px 38px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
    outline: 0;
    position: relative;
    text-decoration: none !important;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
    font-size: 14px;
    font-size: 0.9em;
}

#body .advancedMode #advanced_on:before {
    box-sizing: border-box;
    color: #003e73;
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-47%);
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .15s ease;
    font-size: 28px;
    font-size: 1.8rem;
}

#body .advancedMode #advanced_on.m-calculatorDetail-advOn:before {
    content: "\e90c";
}

#body .advancedMode #advanced_on.m-calculatorDetail-advOff:before {
    content: "\e90a";
}

#body .Controlpanel {
    /* border-bottom: none!important; */
}

div#body .OutputControlLabel,
div#body .outputText {
    border-bottom: none !important;
}


select {
    padding: 8px 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
}



/********************** index page *********************************/

div.stindex_calc h3 {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ccc;
    color: #003e73;
    line-height: 1.2;
    padding: 10px;
    font-size: 16px;
    font-size: 1rem;
}

.calc-index-cont {
    margin: 0 10%;
}

div.stindex_calc h4 {
    color: #000;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
    margin: 20px 0 0.3rem;
    padding-left: 23px;
    position: relative;
    font-size: 20px;
    font-size: 1.1rem;
    background: none;
}

div.stindex_calc h4 span {
    border-bottom: 2px solid #000;
    transition: border-bottom-color .15s ease;
}

.stindex_calc h4:before {
    border: 4px solid #003e73;
    border-radius: 7px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0;
    top: 40%;
}

.stindex_calc .calc_inside .calc_inside {
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 27px;
    padding-bottom: 34px;
}

.stindex_calc .calc_inside .calc_inside:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.calc_inside a {
    margin-top: 18px;
    width: 32.33%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    vertical-align: top;
    color: #115991;
}

@media screen and (max-width:767px) {
    .calc_inside a {
        width: auto;
        display: block;
        font-size: 1.2rem;
    }
}

.calc-index-cont .body_banner {
    margin-bottom: 25px;
}

.stindex_calc.reference {
    margin-top: 40px;
}

.stindex_calc .calc_inside {
    margin-top: 1rem;
}

.stindex_calc:last-child a {
    border-radius: 17px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000 !important;
    padding: 8px 16px;
    text-align: center;
    min-width: 260px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
    outline: 0;
    position: relative;
    text-decoration: none !important;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
    font-size: 14px;
    font-size: 0.8rem;
}

.stindex_calc:last-child h3 {
    background: 0 0;
    border-bottom: none;
    margin: 80px 0 0;
    padding: 0;
}

.stindex_calc:last-child a:after {
    box-sizing: border-box;
    color: #003e73;
    content: "\e900";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .15s ease;
}

@media screen and (max-width: 767px) {
    .stindex_calc:last-child a {
        font-size: 1.2rem;
    }
}

.calc-index-cont p {
    padding: 15px 0;
}

/******************* Footer ***************/

.footer_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-l, .footer-c, .footer-r {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .footer-l, .footer-c, .footer-r {
    flex-basis: 100%;
  }
}

.footer_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.footer-l, .footer-c, .footer-r {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .footer-l, .footer-c, .footer-r {
    flex-basis: 100%;
  }
}

.footer-btm {
  clear: both;
  width: 100%;
  margin: 20px 0;
}
