/******************************************************************************/
/******************************sub header*************************************/
/******************************************************************************/
.sub-header {
    position: relative;
    z-index: 10;
}
.sub-banner {
    height: 50em;
    padding-top: 8em;
    background-position: center top;
    background-size: cover;
}
.sub-banner.sb-comp {
    background-image: url(/base/img/subBg_comp.png);
}
.sub-banner.sb-prd {
    background-image: url(/base/img/subBg_prd.png);
}
.sub-banner.sb-gallery {
    background-image: url(/base/img/subBg_gallery.png);
}
.sub-banner.sb-custom {
    background-image: url(/base/img/subBg_custom.png);
}
.sub-banner .sb-txtArea {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.sub-banner .sb-txtArea h1 {
    position: relative;
    font-size: 4rem;
    margin-bottom: 1em;
}
.sub-banner .sb-txtArea h1::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 6rem;
    height: 2px;
    bottom: -17px;
    left: calc(50% - 3rem);
}
.sub-banner .sb-txtArea h4 {
    font-size: 2.4rem;
    font-weight: 400;
}
.sub-nav {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}
.sub-nav > .container {
    display: flex;
}
.sub-nav .subNav-home a,
.sub-nav .subNav-depth {
    height: 6rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
}
.sub-nav .subNav-home {
    border: 1px solid #d9d9d9;
    border-top: 0;
    border-bottom: 0;
}
.sub-nav .subNav-home a {
    justify-content: center;
    width: 6rem;
}
.sub-nav .subNav-depth {
    position: relative;
    width: calc(50% - 3.5rem);
    max-width: 22rem;
    padding: 0 2.4rem;
}
.sub-nav .subNav-depth img{
    position:absolute;
    top:2rem;
    right:2.4rem;
}
.sub-nav .subNav-depth.snd-b {
    background: #005a9c;
    color: #fff;
}
.sub-nav .subNav-depth span {
    font-size: 1.6rem;
}
.sub-nav .subNav-depth > ul {
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.sub-nav .subNav-depth > ul a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    height: 6rem;
    padding: 0 2.4rem;
    color: #222;
}
.sub-nav .subNav-depth > ul a:hover {
    background: #005a9c;
    color: #fff;
}
/******************************************************************************/
/******************************company*************************************/
/******************************************************************************/
#company {
    margin-bottom: -10.3rem;
}
#greeting p {
    text-align: center;
    margin: 8em auto;
    max-width: 1000px;
    line-height: 2.6rem;
}
#greeting p img {
    transform: translateY(25%);
    margin-left: 1em;
}
#location {
    position: relative;
}
#location iframe {
    width: 100%;
    height: 450px;
}
#location .loca-info {
    background: #fff;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 3.4rem 7rem;
    width: 90%;
    max-width: 760px;
}
#location .loca-info > p {
    display: inline-block;
    margin: 0 auto 0.7em;
}
#location .loca-info > p span {
    color: #005a9c;
    margin-right: 1em;
}
/******************************************************************************/
/******************************product*************************************/
/******************************************************************************/
#product .a-header {
    position: relative;
    margin-bottom: 2em;
}
#product .a-header img {
    max-width: 100%;
}
#product .a-header-txt {
    position: absolute;
    bottom: -2em;
    right: 0;
    width: 55%;
    background: #fff;
    padding: 4rem 3rem;
}
#product .a-bottom {
    display: flex;
    margin-top: 6rem;
    font-size: 1.6rem;
}
#product .a-bottom > div {
    display: flex;
    align-items: center;
}
#product .a-bottom .th {
    width: 8rem;
    text-align: center;
    background: #005a9c;
    color: #fff;
    padding: 1em 0.4em;
}
#product .a-bottom .td {
    padding: 1em;
    border: 1px solid #ededed;
}
#product .b {
    background: #f9f9f9;
    margin-top: 8em;
    padding-bottom: 6em;
}
#product .b .blueTag li {
    background: #fff;
    padding: 1.5rem 1.7rem;
    margin-bottom: 2rem;
}
#product .b .blueTag h5 {
    color: #005a9c;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}
#product .b table {
    width: 100%;
    text-align: center;
}
#product .b table th {
    background: #005a9c;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    height: 6rem;
}
#product .b table td {
    height: 6rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
}
#product .b .b-ps {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.8em;
    color: #bbb;
}
#product .c-blueHat {
    display: flex;
}
#product .c-blueHat > div {
    flex: 1;
    text-align: center;
    margin-left: -1px;
    margin-bottom: 2em;
}
#product .c-blueHat .th,
#product .c-blueHat .td {
    padding: 2rem;
    border: 1px solid #e8e8e8;
    font-size: 1.6rem;
}
#product .c-blueHat .th {
    border-top: 4px solid #005a9c;
    color: #005a9c;
    margin-bottom: -1px;
}
@media (max-width: 900px) {
    #location .loca-info {
        bottom: 2rem;
        padding: 2rem;
    }
    #product .a-header {
        margin-bottom: 15em;
    }
    #product .a-header-txt {
        width: 90%;
        bottom: -15em;
    }
    #product .a-bottom {
        flex-wrap: wrap;
    }
    #product .a-bottom .td {
        width: calc(100% - 8rem);
    }
    #product .c-blueHat {
        flex-direction: column;
    }
    #product .b table th,
    #product .b table td {
        font-size: 1.5rem;
    }
}
@media (max-width: 600px) {
    #product .a-header-frp{
        margin-bottom: 20em;
    }
    #product .a-header-frp .a-header-txt {
        bottom: -20em;
    }
    #product .a-header-smc{
        margin-bottom: 40em;
    }
    #product .a-header-smc .a-header-txt {
        bottom: -40em;
    }
}