/*----------------------------------------------------------
Index-/cmn/style.css
1.main, main_box
2.common
3.leftRight
4.upDown
5.bottomDubble
6.splitLine
7.brackets
8.bothLine
9.link
10.btn
11.swipe
12.cvArea
13.fixed-cv
14.toTop
15.border_gray_box
16.group_introduction
17.news_box,news_row
18.Adjust
----------------------------------------------------------*/

/*----------------------------------------------------------
1.main, main_box
----------------------------------------------------------*/
.main {
    background: #edeeee;
}

.main_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
}

.main_box h2 {
    font-weight: bold;
    color: #fff;
}

.main_box h2 img {
    display: block;
}

.main_box_sub {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    margin: auto;
    background-position: center;
    position: relative;
}

.main_box_sub::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.main_box_sub .txt-box {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.main_box_sub .txt-box .mv-ttl {
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    height: inherit;
}

.main_box_sub .txt-box .mv-ttl-sub {
    font-weight: normal;
    color: #fff;
    padding: 0 15px;
    line-height: 2;
    letter-spacing: 4px;
    display: block;
}

.main_box_sub p {
    line-height: 2;
    letter-spacing: 4px;
}

.main_page_title {
    padding-top: 63px;
    padding-bottom: 63px;
    border-bottom: 1px solid #edeeee;
}

@media screen and (min-width: 769px) {

    .main_box {
        margin: auto;
        max-width: 1440px;
        height: 360px;
        background-repeat: no-repeat;
        background-size: 1440px 360px;
        background-position: left;
        padding-top: 14px;
    }

    .main_box h2 {
        font-size: 5.4rem;
        margin-bottom: 18px;
        height: 85px;
    }

    .main_box h2 img {
        display: block;
        margin: 0 auto 20px;
    }

    .main_box_sub {
        max-width: 1440px;
        height: 250px;
    }

    .main_box_sub .txt-box .mv-ttl {
        font-size: 4.5rem;
    }

    .main_box_sub .txt-box .mv-ttl-sub {
        font-size: 2.0rem;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 768.9px) {

    .main_box_sub {
        height: 200px;
        background-size: cover;
        background-position: center;
    }

    .main_box_sub .txt-box .mv-ttl-sub {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    .main_page_title {
        padding-top: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #edeeee;
    }

}

/*----------------------------------------------------------
2.common
----------------------------------------------------------*/

.max {
    margin: auto;
    max-width: 1160px;
}

.contents {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.contents>*:last-child {
    margin-bottom: 0 !important;
}

.lead {
    line-height: 2;
    max-width: 960px;
    margin: auto;
}

.rb {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: 4px;
}

.annotation {
    font-size: 1.2rem;
}

.footer_link > *:first-child {
    border-right: 0;
}

@media screen and (min-width: 769px) {

    ul#menuList {
        justify-content: center;
    }

    ul#menuList li{
        padding: 0 20px;
    }

    ul#menuList li:nth-of-type(2) {
        width: 310px;
    }

    ul#menuList li:nth-of-type(3) {
        width: 160px;
    }

    ul#menuList li a{
        width:100%;
        padding: 24px 0 20px 0;
    }

    body {
        min-width: 1024px;
        overflow: auto;
    }

    .lead {
        font-size: 1.6rem;
    }

    .lead+ul {
        line-height: 2;
    }

    .lead+.basic_card,
    .lead+*:not(ul),
    .lead+ul.white_2,
    .lead+ul+* {
        margin-top: 38px !important;
    }

    .contents+.contents {
        margin-top: 62px;
    }

    .box {
        padding-top: 63px;
        padding-bottom: 46px;
    }

}

@media screen and (max-width: 1280px) {
    .max {
        max-width: 1024px;
    }
}

@media screen and (max-width: 1080px) {
    body .gap {
        padding-left: 14px;
        padding-right: 14px;
    }

    body .contents.gap {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768.9px) {
    body {
        font-size: 1.4rem;
    }

    .footer_link > * {
        width: 300px;
        padding: 0;
    }

    body .gap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .breadcrumb {
        padding-top: 14px;
    }
    .lead {
        font-size: 1.4rem;
    }

    .lead+ul {
        line-height: 2;
    }

    .lead+.basic_card,
    .lead+*:not(ul),
    .lead+ul.white_2,
    .lead+ul+* {
        margin-top: 22px !important;
    }

    .contents+.contents {
        margin-top: 32px;
    }

    .box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}


/*----------------------------------------------------------
3.leftRight
----------------------------------------------------------*/

.leftRight {
    text-align: center;
}

.leftRight>span {
    display: inline-block;
    position: relative;
    line-height: 1.4;
}

.leftRight>span:before,
.leftRight>span:after {
    height: 2px;
    content: '';
    position: absolute;
    margin-top: -1px;
    top: 50%;
}

.leftRight>span::before {
    background-image: linear-gradient(-90deg, #ea002a 50%, #525b5c 50%, #525b5c);
    left: 0;
}

.leftRight>span::after {
    background-image: linear-gradient(-90deg, #525b5c 50%, #ea002a 50%, #ea002a);
    right: 0;
}

.leftRight.left {
    display: inline-block;
}

.leftRight.left span {
    padding-left: 40px;
    padding-right: 0;
}

.leftRight.left span:before {
    width: 20px;
}

.leftRight.left span::after {
    display: none;
}

@media screen and (min-width: 769px) {

    .leftRight {
        margin-bottom: 40px;
    }

    .leftRight>span {
        padding: 0 84px;
        font-size: 2.3rem;
        letter-spacing: 4px;
    }

    .leftRight>span:before,
    .leftRight>span:after {
        width: 60px;
    }

    .leftRight.left {
        margin-bottom: 32px;
    }

    .leftRight.left>span {
        font-size: 2rem;
    }

}

@media screen and (max-width: 768.9px) {

    .leftRight {
        margin-bottom: 20px;
    }

    .leftRight>span {
        width: 100%;
        padding: 0 24px;
        font-size: 1.8rem;
    }

    .leftRight>span:before,
    .leftRight>span:after {
        width: 18px;
    }

    .leftRight.left>span {
        padding-left: 30px;
    }

    .leftRight.left>span:before {
        height: 4px;
    }

}

/*----------------------------------------------------------
4.upDown
----------------------------------------------------------*/

.upDown {
    text-align: center;
    display: block;
}

.upDown>span {
    display: inline-block;
    position: relative;
    line-height: 1.4;
}

.upDown>span::before,
.upDown>span::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
}

.upDown>span::before {
    background: #ea002a;
    top: 0;
    left: 0;
}

.upDown>span::after {
    background: #525b5c;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 769px) {

    .upDown {
        margin-bottom: 36px;
    }

    .upDown>span {
        padding: 17px 0;
        font-size: 3.2rem;
    }

    .upDown>span::before,
    .upDown>span::after {
        width: 50px;
    }

}

@media screen and (max-width: 768.9px) {

    .upDown {
        margin-bottom: 22px;
    }

    .upDown>span {
        padding: 12px 0;
        font-size: 2rem;
    }

    .upDown>span::before,
    .upDown>span::after {
        width: 25px;
    }

}

/*----------------------------------------------------------
5.bottomDubble
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .bottomDubble {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 80px auto;
        font-size: 3.2rem;
        line-height: 1.4;
    }

    .bottomDubble.mg-btm40 {
        margin-bottom: 40px;
    }

    .bottomDubble_en {
        font-size: 3.6rem;
    }

    .bottomDubble span:before {
        content: '';
        position: absolute;
        bottom: -27px;
        display: inline-block;
        width: 60px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #525b5c;
    }

    .bottomDubble span:after {
        content: '';
        position: absolute;
        bottom: -27px;
        display: inline-block;
        width: 30px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        background-color: #ea002a;
    }

    .bottomDubbleLeft {
        margin-bottom: 40px;
    }

    .bottomDubbleLeft span {
        border-bottom: solid 2px #525b5c;
        position: relative;
        padding-bottom: 15px;
    }

    .bottomDubbleLeft span:before {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 2px #ea002a;
        bottom: -2px;
        width: 50%;
    }

}

@media screen and (max-width: 768.9px) {

    .bottomDubble {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 45px auto;
        font-size: 2rem;
        line-height: 1.4;
    }

    .bottomDubble_en {
        font-size: 2.4rem;
    }

    .bottomDubble span:before {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 60px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #525b5c;
    }

    .bottomDubble span:after {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 30px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        background-color: #ea002a;
    }

}

/*----------------------------------------------------------
6.splitLine
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .splitLine {
        text-align: left;
        margin: 36px 0 44px;
    }

    .splitLine span {
        position: relative;
        padding: 3px 0 3px 15px;
        border-left: 3px solid #ea002a;
    }

    .splitLine span:before {
        position: absolute;
        left: -3px;
        bottom: 0;
        content: '';
        width: 3px;
        height: 70%;
        background-color: #525b5c;
    }

    .splitLine span:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
    }

}

@media screen and (max-width: 768.9px) {

    .splitLine {
        text-align: left;
        margin: 24px 0;
    }

    .splitLine span {
        position: relative;
        padding: 3px 0 3px 15px;
        border-left: 3px solid #ea002a;
    }

    .splitLine span:before {
        position: absolute;
        left: -3px;
        bottom: 0;
        content: '';
        width: 3px;
        height: 70%;
        background-color: #525b5c;
    }

    .splitLine span:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
    }

}

/*----------------------------------------------------------
7.brackets
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .brackets {
        text-align: center;
        margin: 20px 0 60px;
    }

    .brackets span {
        position: relative;
        padding: 0.6em 1.2em !important;
        font-size: 4.0rem;
    }

    .brackets span:before,
    .brackets span:after {
        content: '';
        width: 20px;
        height: 40px;
        position: absolute;
        display: inline-block;
    }

    .brackets span:before {
        border-left: solid 3px #ea002a;
        border-top: solid 2px #525b5c;
        top: 0;
        left: 0;
    }

    .brackets span:after {
        border-right: solid 3px #ea002a;
        border-bottom: solid 2px #525b5c;
        bottom: 0;
        right: 0;
    }

    .brackets span {
        margin: 0;
        padding: 0;
    }

    .brackets-long span {
        display: inline-block;
        line-height: 1.3;
    }

}

@media screen and (max-width: 768.9px) {

    .brackets {
        text-align: center;
        margin: 8px 0 24px;
    }

    .brackets span {
        position: relative;
        padding: 0.6em 1.2em !important;
        font-size: 2.0rem;
        line-height: 1.3;
    }

    .brackets span:before,
    .brackets span:after {
        content: '';
        width: 15px;
        height: 30px;
        position: absolute;
        display: inline-block;
    }

    .brackets span:before {
        border-left: solid 3px #ea002a;
        border-top: solid 2px #525b5c;
        top: 0;
        left: 0;
    }

    .brackets span:after {
        border-right: solid 3px #ea002a;
        border-bottom: solid 2px #525b5c;
        bottom: 0;
        right: 0;
    }

    .brackets span {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .brackets span {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0;
    }

}

/*----------------------------------------------------------
8.bothLine
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .bothLine {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 40px auto;
        width: 400px;
        min-width: 400px;
        max-width: 100%;
    }

    .bothLine span {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        z-index: 1;
        background: #fff;
        text-align: center;
    }

    .bothLine:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #ea002a;
    }

    .bothLine:after {
        content: '';
        position: absolute;
        top: 45%;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #525b5c;
    }

    .bothLineGray {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 40px auto;
        width: 100%;
        max-width: 560px;
    }

    .bothLineGray span {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        z-index: 1;
        background: #edeeee;
        text-align: center;
    }

    .bothLineGray:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #ea002a;
    }

    .bothLineGray:after {
        content: '';
        position: absolute;
        top: 45%;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #525b5c;
    }

    .bothLineRight {
        position: relative;
        display: block;
        text-align: left;
        margin-bottom: 40px;
        width: 100%;
    }

    .bothLineRight span {
        position: relative;
        display: inline-block;
        padding: 0 30px 0 0;
        z-index: 1;
        background: #fff;
        text-align: left;
    }

    .bothLineRight:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #ea002a;
    }

    .bothLineRight:after {
        content: '';
        position: absolute;
        top: 45%;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #525b5c;
    }

}

/*----------------------------------------------------------
9.link
----------------------------------------------------------*/

.link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.link:before {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: '';
    display: inline-block;
    background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_white.svg");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ea002a;
    border-radius: 50%;
}

@media screen and (min-width: 769px) {

    .link {
        font-size: 1.4rem;
    }

    .link:before {
        margin-right: 16px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .link_under:before {
        transform: rotate(90deg);
    }

    .external-link {
        width: 80%;
        font-size: 1.4rem;
        border-radius: 3px;
    }

    .external-link:after {
        margin-left: 8px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .external-link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .external-link .icon {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        margin-left: 8px;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        vertical-align: middle;
        display: inline-block;
    }

    .limit:hover span {
        color: #fff;
    }

    .exlink_wh:after {
        margin-left: 5px;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_external-link_white.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink:after {
        margin-left: 5px;
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_external-link_red.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink span:hover {
        color: #ea002a;
        font-weight: normal;
    }

}

@media screen and (max-width: 768.9px) {

    .link {
        font-size: 1.4rem;
    }

    .link:before {
        margin-right: 14px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .link_under:before {
        transform: rotate(90deg);
    }

    .link_under span {
        text-align: left;
        line-height: 1.4;
    }

    .external-link {
        width: 100%;
        font-size: 1.4rem;
        border-radius: 3px;
        padding: 20px;
    }

    .external-link:after {
        margin-left: 8px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .external-link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .external-link .icon {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        margin-left: 8px;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        vertical-align: middle;
        display: inline-block;
    }

    .exlink:after {
        margin-left: 5px;
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_external-link_red.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink span:hover {
        color: #ea002a;
        font-weight: bold;
    }

}

/*----------------------------------------------------------
10.btn
----------------------------------------------------------*/

.btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    font-weight: bold;
}

.btn.limit {
    max-width: 600px;
    margin: auto;
}

.btn.reverse {
    max-width: 640px;
    margin: auto;
    background: #ea002a;
    border: 1px solid #ea002a;
    color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(7, 14, 13, 0.24);
    line-height: 1.4;
}

.btn.reverse * {
    color: #fff;
}

.btn.reverse::before {
    background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_red.svg");
    background-color: #fff;
}

.btn.outline {
    max-width: 240px;
    margin: auto;
    background: none;
    border: 2px solid #222;
    border-radius: 6px;
    box-shadow: none;
    color: #222;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 12px;
}

.btn.outline span {
    font-size: 1.6rem;
    font-weight: bold;
}

.btn.outline::before {
    background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_white.svg");
    background-color: #ea002a;
}

.btn.outline:hover span {
    color: #fff;
}

.btn.outline-white {
    max-width: 360px;
    margin: auto;
    background: none;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: none;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 12px;
}

.btn.outline-white span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}

.btn.outline-white::before {
    background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_white.svg");
    background-color: #ea002a;
}

.btn.outline-white:hover span {
    color: #fff;
}


.btn_anchor_box {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
}

.btn_anchor_box+.btn_anchor_box {
    margin-top: 25px;
}

.btn_anchor {
    width: 22%;
}

.btn_anchor a {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 100%;
}

.btn_anchor span {
    color: #000;
    text-align: left;
    line-height: 1.3;
    transition: all 0.25s;
}

.btn_anchor::before {
    display: none;
}

@media screen and (min-width: 769px) {

    .btn {
        padding: 18px;
    }

    .btn:hover {
        background: #ea002a;
        border-color: #ea002a;
        color: #fff;
        transform: translate3d(-2px, 2px, 0);
        box-shadow: none;
    }

    .btn:hover:before {
        background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_red.svg");
        background-color: #fff;
    }

    .btn.reverse:hover * {
        color: #000;
    }

    .btn.reverse:hover:before {
        background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_white.svg");
        background-color: #ea002a;
    }

    .btn_anchor_box {
        margin: 25px 0 0;
        justify-content: center;
    }

    .btn_anchor {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        border: 1px solid #ccc;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        position: relative;
        margin: 35px 10px 0;
    }

    .btn_anchor a {
        padding: 10px 30px 10px 20px;
    }

    .btn_anchor a::after {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
        content: '';
        display: block;
        width: 17px;
        height: 10px;
        background: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_down.svg") no-repeat right center / 12px 6px;
        margin-left: 10px;
    }

    .btn_anchor:hover {
        box-shadow: none;
        transform: translate3d(-2px, 2px, 0);
    }

    .btn_anchor:hover span {
        color: #ea002a;
    }

}

@media screen and (max-width: 768.9px) {

    .btn {
        padding: 24px;
    }

    .btn.reverse {
        padding: 20px;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .btn.reverse span {
        text-align: left;
    }

    .btn.reverse * {
        font-weight: bold;
    }

    .btn_anchor_box {
        flex-wrap: wrap;
        margin-top: 22px;
    }

    .btn_anchor a::after {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
        border: 1px solid #525b5c;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_down.svg") no-repeat center / 12px 6px;
        margin-left: 10px;
    }

    .btn_anchor_box+.btn_anchor_box {
        margin-top: 0;
    }

    .btn_anchor a {
        padding: 12px 14px;
    }

    .btn_anchor {
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #edeeee;
    }

    .btn_anchor_last {
        width: 100%;
        max-width: 100%;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .btn_anchor_box {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0;
    }

    .btn_anchor_box+.btn_anchor_box {
        margin-top: 25px;
    }

    .btn_anchor {
        position: relative;
        margin: 35px 10px 0;

        border: 1px solid #ccc;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        width: 22%;
    }

    .btn_anchor a {
        padding: 10px 20px 10px 15px;
    }

    .btn_anchor a::after {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px;
        content: '';
        display: block;
        width: 17px;
        height: 10px;
        min-width: 13px;
        min-height: 10px;
        background: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_down.svg") no-repeat right center / 12px 6px;
        margin-left: 10px;
        box-shadow: none;
        border: none;
    }

    .btn_anchor a::after {
        margin-left: 5px;
    }

    .btn_anchor_last {
        width: auto;
    }

}

/*----------------------------------------------------------
11.swipe
----------------------------------------------------------*/

.swipe {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
}

.swipe img {
    max-width: none;
}

@media screen and (min-width: 769px) {

    .swipe {
        margin-bottom: 32px;
    }

    .swipe_annotation {
        display: none;
    }

    p.lead+.swipe_annotation+.swipe {
        margin-top: 38px;
    }

}

@media screen and (max-width: 768.9px) {

    .swipe {
        margin-left: -10px;
        width: calc(100% + 20px);
        margin-bottom: 8px;
        padding-left: 10px;
        padding-bottom: 16px;
    }

    .swipe img {
        margin-right: 10px;
    }

    .swipe_annotation {
        font-size: 1.2rem;
        display: block;
        text-align: center;
        margin: 4px 0 14px;
        line-height: 1;
        position: relative;
        top: 0;
        left: 0;
        background: #ccc;
    }

    .swipe_annotation span {
        background-color: #fff;
        padding: 0 15px;
        position: relative;
        z-index: 2;
    }

    .swipe_annotation::before,
    .swipe_annotation::after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        top: -4px;
        z-index: 1;
    }

    .swipe_annotation::before {
        border-width: 10px 12px 10px 0;
        border-color: #fff #ccc #fff #fff;
        left: 0;
    }

    .swipe_annotation::after {
        border-width: 10px 0 10px 12px;
        border-color: #fff #fff #fff #ccc;
        right: 0;
    }

    p.lead+.swipe_annotation+.swipe {
        margin-top: 22px;
    }

}

/*----------------------------------------------------------
12.cvArea
----------------------------------------------------------*/

.cvArea {
    padding-top: 63px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cvArea .btn {
    max-width: 400px;
    padding: 15px !important;
    margin-top: 70px;
}

@media screen and (max-width: 768.9px) {

    .cvArea {
        margin-bottom: 0;
    }

    .cvArea .btn {
        max-width: 300px;

    }

}

/*----------------------------------------------------------
13.fixed-cv
----------------------------------------------------------*/

body {
    position: relative;
}

.fixed-cv {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border-top: 1px solid #efefef;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

@media screen and (min-width: 769px) {

    .fixed-cv .btn.reverse {
        max-width: 400px;
        padding: 15px;
    }

}


@media screen and (max-width: 768.9px) {

    .fixed-cv {
        padding: 10px 0;
    }

    .fixed-cv .btn-reverse {
        padding: 15px 0;
        font-size: 1.3rem;
    }

    .fixed-cv .btn.reverse {
        max-width: 300px;
        padding: 15px;
        font-size: 1.3rem;
    }

}


/*----------------------------------------------------------
14.toTop
----------------------------------------------------------*/

.toTop {
    position: fixed;
    bottom: 120px;
    right: 70px;
    z-index: 1001;
}

.toTop a {
    width: 70px;
    height: 70px;
    z-index: 9998;
    box-shadow: 0px 2px 2px 0px rgb(7 14 13 / 24%);
    background-size: 40%;
    cursor: pointer;
    border: 1px solid #525b5c;
    background-color: #fff;
    background-image: url("/en-sg/service/c2db/asset/cmn/img/icon_chev_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    pointer-events: auto;
    position: relative;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.toTop a:hover {
    transform: translate3d(-2px, 2px, 0);
    box-shadow: none;
}

.navOpen .toTop {
    z-index: 10;
}

@media screen and (max-width: 768.9px) {

    .toTop {
        right: 20px;
        bottom: 90px;
    }

    .toTop a {
        width: 40px;
        height: 40px;
    }

}

/*----------------------------------------------------------
15.border_gray_box
----------------------------------------------------------*/

.border_gray_box {
    width: 100%;
    padding: 25px;
    border: 5px solid #edeeee;
    overflow: hidden;
}

.border_under_box {
    border-bottom: 1px solid #edeeee;
}

@media screen and (max-width: 768.9px) {

    .border_gray_box {
        padding: 5% 3%;
    }

}

/*----------------------------------------------------------
16.group_introduction
----------------------------------------------------------*/

.group_introduction {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.group_introduction a {
    display: block;
    margin: 0 21px;
}

@media screen and (max-width: 768.9px) {

    .group_introduction {
        overflow: hidden;
    }

    .group_introduction a {
        display: block;
        text-align: center;
        width: 50%;
        float: left;
        margin: 20px 0;
    }

    .group_introduction_nfc {
        width: 60%;
    }

    .group_introduction_rain,
    .group_introduction_jaisa {
        width: 90%;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .group_introduction a {
        display: block;
        max-width: 150px;
    }

    .group_introduction_nfc {
        width: 60%;
    }

    .group_introduction_rain,
    .group_introduction_jaisa {
        width: 100%;
    }

    .group_introduction a {
        margin: 0 10px;
    }

}

/*----------------------------------------------------------
17.news_box,news_row
----------------------------------------------------------*/

.news_box {
    border-top: 1px solid #525b5c;
    border-bottom: 1px solid #525b5c;
}

.news_row {
    line-height: 1.6;
}

.icon_tab {
    width: 0.95em;
    height: 0.95em;
    vertical-align: baseline;
    margin-left: 5px;
}
@media screen and (min-width: 769px) {

    .news {
        padding: 40px 48px;
    }

    .news_row {
        display: -ms-flexbox;
        display: flex;
        padding: 24px 0;
    }

    .news_row+.news_row {
        border-top: 1px solid #ccc;
    }

    .news_row a {
        width: calc(100% - 120px);
    }

    .news_row a:hover {
        text-decoration: underline;
    }

    .news_day {
        width: 120px;
    }

}

@media screen and (max-width: 768.9px) {

    .news_row {
        padding: 15px 0;
    }

    .news_row+.news_row {
        border-top: 1px solid #ccc;
    }

    .news_day {
        width: 120px;
        display: block;
    }

}

/*----------------------------------------------------------
18.Adjust
----------------------------------------------------------*/

.gray {
    background: #edeeee;
}

.center {
    text-align: center;
}

.inlineB {
    display: inline-block !important;
}

.w100 {
    width: 100%;
}

@media screen and (min-width: 769px) {

    .spOnly {
        display: none !important;
    }

    .brSpOnly {
        display: none !important;
    }

    .brTbOnly {
        display: none !important;
    }
    .white_2 {
        background: #fff;
        padding: 30px 3%;
    }

    .white_3 {
        background: #fff;
        padding: 30px 3%;
        overflow: auto;
    }

    .contact_cmn_box {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .contact_cmn_box_inner {
        background: #edeeee;
        padding: 60px 0;
    }

    .rfid_cmn_box {
        border-bottom: 1px solid #edeeee;
        padding: 0 0 20px;
        margin-bottom: 40px;
    }

    .rfid_cmn_box .service_box {
        overflow: auto;
    }

    .rfid_cmn_box_text {
        width: 55%;
        float: left;
    }

    .rfid_cmn_box_text .lead {
        font-size: 1.4rem;
    }

    .rfid_cmn_box_text .lead h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .rfid_cmn_box_btn {
        width: 42.5%;
        float: right;
        padding-top: 20px;
    }

    .white-panel ul {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .white-panel .panel {
        width: 47.5%;
        margin-bottom: 60px;
    }

    .panel_img {
        display: table;
        height: 317px;
    }

    .panel_img span {
        display: table-cell;
        vertical-align: middle;
    }

    .panel_img span img {
        width: 100%;
    }

    .slider_style {
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
    }

    .slider_style:hover {
        transform: scale(1.05, 1.05);
        box-shadow: 0px 3px 3px 0px rgba(7, 14, 13, 0.24);
    }

    .slider_style p {
        text-align: center;
        font-size: 1.6rem !important;
        padding: 20px 0 30px;
    }

}

@media screen and (max-width: 768.9px) {

    .pcOnly {
        display: none !important;
    }

    .brPcTbOnly {
        display: none !important;
    }

    .brSpOnly {
        display: block;
    }

    .brTbOnly {
        display: none !important;
    }

    .white_2 {
        background: #fff;
        padding: 10px 3%;
    }

    .white_3 {
        background: #fff;
        padding: 30px 3%;
        overflow: auto;
    }

    .contact_cmn_box {
        padding: 0;
        margin-bottom: 20px;
    }

    .contact_cmn_box_inner {
        background: #edeeee;
        padding: 26px 10px;
    }

    .rfid_cmn_box {
        border-bottom: 1px solid #edeeee;
        padding: 0 10px 20px;
        margin: 0 auto 10px;
    }

    .rfid_cmn_box .service_box {
        max-width: 600px;
        overflow: auto;
    }

    .rfid_cmn_box_text .lead {
        font-size: 1.2rem;
    }

    .rfid_cmn_box_text .lead h2 {
        font-size: 1.4rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .rfid_cmn_box_btn {
        margin-top: 20px;
    }

    .white-panel {
        display: block;
    }

    .white-panel .panel {
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 36px;
    }

    .white-panel .basic_subttl {
        order: 2;
    }

    .white-panel .lead {
        order: 3;
    }

    .white-panel .lead+ul {
        order: 4;
    }

    .panel_img {
        order: 1;
        margin-top: 0 !important;
        margin-bottom: 22px;
    }

    .slider_style {
        display: block;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
    }

    .slider_style:hover {
        transform: scale(1.05, 1.05);
        box-shadow: 0px 3px 3px 0px rgba(7, 14, 13, 0.24);
    }

    .slider_style p {
        text-align: center;
        font-size: 1.4rem !important;
        padding: 20px 0 30px;
    }

    .prev-arrow {
        left: 0 !important;
    }

    .next-arrow {
        right: 0 !important;
    }

    .pageTop {
        z-index: 3;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .brPcTbOnly {
        display: block !important;
    }

    .brSpOnly {
        display: none !important;
    }

    .brTbOnly {
        display: block !important;
    }

    .white-panel ul {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .white-panel .panel {
        width: 47.5%;
        margin-bottom: 60px;
    }

    .white-panel .basic_subttl {
        order: 1;
    }

    .white-panel .lead {
        order: 2;
    }

    .white-panel .lead+ul {
        order: 3;
    }

    .panel_img {
        display: table;
        order: 4;
        height: 247px;
        margin-top: 22px !important;
        margin-bottom: 0;
    }

    .panel_img span {
        display: table-cell;
        vertical-align: middle;
    }

    .panel_img span img {
        width: 100%;
    }

}