@charset "UTF-8";


.content-top {
    position: relative;
    width: 100%;
    height: 40rem;
    margin-top: 10rem;
}

.content-top .content-bg {
    position: absolute;
    width: 100%;
    height: 20rem;
    top: 0;
    left: 0;
    right: 0;
    background: #0e4578;
}

.content-top .pagetitle-area {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.content-top .pagetitle-area h1 {
    display: flex;
    height: 20rem;
    color: #ffffff;
    font-size: 10rem;
    line-height: 0;
    align-items: center;
}

.content-top .content-img {
    position: absolute;
    width: 35rem;
    right: 0;
    bottom: 0;
}


/*--------------------------------------------------
**************************************************
Service
**************************************************
--------------------------------------------------*/

.service-wrap {
    position: relative;
    width: calc(100% - 4rem);
    margin: 8rem auto;
}

.service-wrap .service-info {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    background: #fbfaec;
    margin: 15rem auto;
    box-sizing: border-box;
    border-top: 3px solid #0e4578;
    border-bottom: 6px solid #0e4578;
    justify-content: flex-end;
    align-items: center;
}

.service-wrap .service-info .img-wrap {
    position: absolute;
    width: 30rem;
    left: 2rem;
    top: -10rem;
}

.service-wrap .service-info .text-area {
    width: calc(100% - 30rem);
    min-height: 25rem;
    padding: 1rem 2rem 1rem 5rem;
    box-sizing: border-box;
}

.service-wrap .service-info .text-area h3 {
    font-size: 2.5rem;
}

.service-wrap .service-info .text-area .text-cont p {
    font-size: 1.5rem;
    margin-top: 1rem;
}

/*--------------------------------------------------
**************************************************
Company
**************************************************
--------------------------------------------------*/
#company {
    background: #f1f1f1;
    padding-bottom: 20px;
}

#company .content-top .content-bg {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#company .content-top .content-img {
    position: relative;
    width: 100%;
    padding: 2rem 0;
}

#company .content-top .pagetitle-area h1 {
    position: absolute;
    width: 100%;
    height: 25rem;
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 10rem;
}

#company .company-info {
    width: calc(100% - 2rem);
    margin: 8rem auto;
}

#company .company-info table {
    display: block;
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    padding: 2rem;
    box-sizing: border-box;
}

#company .company-info table th,
#company .company-info table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
}

#company .company-info table th {
    border-bottom: 2px solid #4d9bc1;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
}

#company .company-info table td p {
    margin-bottom: 1rem;
}

#company .company-info table td p:last-child {
    margin-bottom:0;
}

#company .company-info table .four {
    border-bottom: none;
}

#company .company-info table .cont-info {
    display: flex;
    align-items: center;
}

#company .company-info table tr:last-child .cont-info {
    border-bottom: none;
}

#company .company-info table .cont-info .info-top-wrap {
    width: 20%;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-right: 2px solid #f2a71e;
}

#company .company-info table .cont-info .info-top-wrap .icon-wrap {
    display: block;
    width: 3rem;
    margin: 0 auto;
}

#company .company-info table .cont-info .info-text {
    width: 80%;
    padding: 0 2rem;
    font-size: 1.6rem;
    box-sizing: border-box;
}

/*--------------------------------------------------
**************************************************
Contact
**************************************************
--------------------------------------------------*/
#contact .content-top .content-bg {
    background: #ffc820;
}

#contact .contact-info {
    position: relative;
    width: 100%;
    background: #e8e8e8;
    padding: 5rem 0;
    box-sizing: border-box;
}

#contact .contact-info .contact-text {
    position: relative;
    width: calc(100% - 4rem);
    font-size: 2rem;
    margin: 0 auto;
    padding-top: 8rem;
    z-index: 1;
}

#contact .contact-info .contact-text::before {
    position: absolute;
    content: "";
    width: 15rem;
    height: 15rem;
    top: -5rem;
    left: 0;
    right: 0;
    background: url(../imgs/feather.png) no-repeat;
    background-size: 100%;
    margin: auto;
    z-index: -1;
}

#contact .contact-info .contact-card {
    position: relative;
    width: calc(100% - 4rem);
    margin: 8rem auto;
}

#contact .contact-info .contact-card .contact-card-item {
    width: 100%;
    height: auto;
    padding: 1rem 2rem 2rem 2rem;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 2rem;
    margin-bottom: 3rem;
}

#contact .contact-info .contact-card .contact-card-item .contact-card-item-title {
    display: flex;
    height: 8rem;
    align-items: center;
}

#contact .contact-info .contact-card .contact-card-item .contact-card-item-title .icon-img {
    width: 5rem;
    margin-right: 2rem;
}

#contact .contact-info .contact-card .contact-card-item .contact-card-item-title .icon-img svg {
    fill: #ff9906;
}

#contact .contact-info .contact-card .contact-card-item .contact-card-item-title h2 {
    font-size: 3rem;
    margin-block-end: 0;
    margin-block-start: 0;
}

#contact .contact-info .contact-card .contact-card-item .map-wrap {
    width: 100%;
    height: auto;
    margin: 5rem auto 0 auto;
    text-align: center;
}

iframe {
    width: 100%;
}

#contact .contact-info .contact-card .contact-card-item .contact-card-item-content {
    margin-left: 7rem;
}

/*--------------------------------------------------
**************************************************
Ibquiry
**************************************************
--------------------------------------------------*/
#inquiry .content-top .content-bg {
    background: #ffc820;
}

.form-wrapper {
    background: #f8fcff;
}

.form-container {
    padding: 40px;
    max-width: 1500px;
    margin: 0 auto;
}

.form-card {
    border: 0.5px solid #e9e9e9;
    max-width: 500px;
    background: #ffffff;
    padding: 20px;
    margin: 50px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px -5px #777777;
}

form {
    width: 100%;
    display: flex;
    flex-flow: column;
}

form input,
form textarea {
    padding: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    outline-color: #0e4578;
    box-sizing: border-box;
}

form button {
    background-color: #0e4578;
    border: none;
    color: #ffffff;
    padding: 25px;
    margin-top: 20px;
    cursor: pointer;
}

form .name {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 20px;
    box-sizing: border-box;
}

form label {
    color: #0e4578;
}

form .info {
    display: flex;
    flex-flow: column;
}