@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: 'fc_iconicregular';
    src: url('../fonts/fciconic-regular-webfont.woff2') format('woff2'),
        url('../fonts/fciconic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fc_iconicsemibold';
    src: url('../fonts/fciconic-semibold-webfont.woff2') format('woff2'),
        url('../fonts/fciconic-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fc_iconicbold';
    src: url('../fonts/fciconic-bold-webfont.woff2') format('woff2'),
        url('../fonts/fciconic-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fc_iconicmedium';
    src: url('../fonts/fciconic-medium-webfont.woff2') format('woff2'),
        url('../fonts/fciconic-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", "fc_iconicregular", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    color: rgba(20, 20, 20, 1);
    margin: 0 auto;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fafbfc;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.5em 0;
    text-align: center;
}

h1 {
    font-size: 24px;
    font-weight: 500;
}

p {
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

figure {
    overflow: hidden;
}

img {
    width: 100%;
    /* height: 100%; */
    margin: 0;
    object-fit: contain;
    /* คงสัดส่วน ไม่ครอป */
    display: block;
    /* ตัดช่องว่าง baseline ของรูป */
}

object {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    mix-blend-mode: multiply;
}

/* ----------- color -----------  */

.grey1 {
    color: rgba(55, 63, 72, 1);
}

.bg-black {
    background-color: rgba(0, 0, 0, 1);
    overflow: hidden;
}

.top-spacer {
    margin-top: 56px !important;
}

.wrapper {
    width: auto;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 1em;
}

.info-wrap {
    width: 100%;
    margin: auto;
}

/* ----- swiper ----- */

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.swiper-main {
    width: 100%;
    height: 260px;
    margin: 0;
    background-color: rgba(0, 0, 0, 1);
}

.swiper-main>.swiper-wrapper {
    width: auto;
}

.swiper-main>.swiper-wrapper div h1 {
    font-size: 22px;
    font-weight: 500;
}

.swiper-main>.swiper-wrapper>div>h1 span {
    display: block;
}

.slide1 {
    background-image: url('../img/img-cover01.webp');
    background-position: center;
    background-size: 152%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-evenly;

    position: relative;
}

.slide1 h1 {
    text-align: right;
}

.slide2 {
    width: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 1);
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.slide2>div {
    width: 70%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.slide2>div>h1 {
    color: rgba(255, 255, 255, 1);
    text-align: right;
}

.slide2 figure {
    width: 30%;
    height: 100%;
    background: url('../img/img-cover03.webp') center / cover no-repeat fixed rgba(255, 255, 255, 1);
}

.slide3 {
    width: 100%;
    display: flex;
    padding: 30px 0;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 1);
}

.slide3 figure {
    width: 30%;
    height: 40%;

    background: center / cover no-repeat scroll rgba(255, 255, 255, 1);
    border-radius: 4px;
}

.slide3 figure:first-child {
    background-image: url('../img/target01.webp');
}

.slide3 figure:nth-child(2) {
    background-image: url('../img/target02.webp');
}

.slide3 figure:nth-child(3) {
    background-image: url('../img/target03.webp');
}

.slide3 figure:nth-child(4) {
    background-image: url('../img/target04.webp');
}

.slide3 figure:nth-child(5) {
    background-image: url('../img/target05.webp');
}

.slide3 figure:last-child {
    background-image: url('../img/target06.webp');
}

.slide4 {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 1);
}

.slide4 h1 {
    background: -webkit-linear-gradient(#00A99D, #CFE7C7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.slide5 {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-image: url('../img/img-cover02.webp');
    background-position: -56px -44px;
    background-size: 156%;

    position: relative;
}

.slide5 h1 {
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.slide6 {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 1);
    position: relative;
}

.slide6 h1 {
    color: rgba(255, 255, 255, 1);
    text-align: left;
    position: absolute;
    top: 32%;
    left: 15%;
}

.slide6>figure {
    position: absolute;
}

.slide6>figure:nth-child(2) {
    width: 36%;
    top: -5%;
    left: 20%;
}

.slide6>figure:nth-child(3) {
    width: 36%;
    bottom: 0;
    right: 0;
}

.slide6>figure:last-child {
    width: 50%;
    left: 6%;
    bottom: 10%;
}

.main-img-target {
    width: 100%;
    margin: 1em auto;
    height: auto;
}

.swiper-target {
    width: 100%;
    height: fit-content;
}

.img-target {
    width: 100%;
    height: auto;
}

.img-target figure {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 8px;
    background: center / cover no-repeat scroll rgba(255, 255, 255, 1);
}

.img-target1 figure {
    background-image: url('../img/target01.webp');
}

.img-target2 figure {
    background-image: url('../img/target02.webp');
}

.img-target3 figure {
    background-image: url('../img/target03.webp');
}

.img-target4 figure {
    background-image: url('../img/target04.webp');
}

.img-target5 figure {
    background-image: url('../img/target05.webp');
}

.img-target6 figure {
    background-image: url('../img/target06.webp');
}

.img-full {
    height: 220px;
    margin: 0;
    background: center / cover no-repeat scroll rgba(255, 255, 255, 1);

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 0;
}

.img-full h1 {
    font-size: 24px;
    font-weight: 500;
}

.img-full h1 span {
    display: block;
}

.img-full-1 {
    background-image: url('../img/img-cover04.webp');
}

.img-full-1 object {
    background-color: rgba(0, 0, 0, 0.2);
}
.img-full-1 > h1 {
    width: auto;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    text-align: left;
    left: 20%;
}

.img-full-2 {
    background-image: url('../img/img-cover05.webp');
}

.img-full-2>h1 {
    color: rgba(0, 0, 0, 1);
    text-align: center;

    position: absolute;
    top: 0;
}

.img-full-2>h1>span {
    display: block;
}

.img-full-3 {
    background-image: url('../img/img-cover06.webp');
}

.img-full-3 object {
    background-color: rgba(0, 0, 0, 0.3);
}

.img-full-3>h1,
.img-full-8>h1 {
    color: rgba(255, 255, 255, 1);
    text-align: left;
    
    position: absolute;
    left: 0.5em;
    top: 0;
}
.img-full-3>h1>span,
.img-full-8>h1>span {
    font-weight: 700;
    margin-bottom: 0.5em;
}

.img-full-4 {
    background-image: url('../img/img-cover07.webp');
}

.img-full-4>object {
    background-color: rgba(0, 0, 0, 0.3);
}

.img-full-4>h1 {
    color: rgba(255, 255, 255, 1);
    text-align: left;

    position: absolute;
    bottom: 1em;
}

.img-full-5 {
    background-image: url('../img/img-cover02.webp');
}

.img-full-5>h1 {
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.img-full-6 {
    background-image: url('../img/img-cover08.webp');
}

.img-full-6 object {
    background-color: rgba(0, 0, 0, 0.2);
}

.img-full-6>h1 {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    position: absolute;
}

.img-full-7 {
    background-image: url('../img/img-cover09.webp');
}

.img-full-7>h1 {
    color: rgba(255, 255, 255, 1);
    text-align: left;
    position: absolute;
    left: 0.5em;
}

.img-full-8 {
    background-image: url('../img/img-cover06.webp');
}

.img-full-8 object {
    background-color: rgba(0, 0, 0, 0.2);
}

.img-full-9 {
    background-image: url('../img/img-cover10.webp');
}

.img-full-9 object {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.img-full-9>h1 {
    color: rgba(255, 255, 255, 1);
    text-align: left;

    position: absolute;
    left: 0.5em;
    bottom: 0;
}

.img-full-10 {
    background-image: url('../img/img-cover11.webp');
}

.img-full-10 object {
    background-color: rgba(0, 0, 0, 0.2);
}

.img-full-10>h1 {
    color: rgba(255, 255, 255, 1);
    text-align: left;

    position: absolute;
    left: 0.5em;
    bottom: 0;
}

.main-our-service>div:first-child>h1 {
    text-align: center;
}

.main-our-service>div:last-child>div {
    margin: 1em 0;
}

.main-our-service>div:last-child div figure {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    position: relative;
    background: center / cover no-repeat scroll rgba(255, 255, 255, 1);

}

.main-our-service>div:last-child div figure object {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
}

.main-our-service>div:last-child div figure h3 {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0.5em;
}

.main-our-service>div:last-child>div:first-child>figure {
    background-image: url('../img/service01.webp');
}

.main-our-service>div:last-child>div:nth-child(2)>figure {
    background-image: url('../img/service02.webp');
}

.main-our-service>div:last-child>div:nth-child(2)>figure>figure {
    width: 72px;
    height: fit-content;
    background: none;
    position: absolute;
    top: 72px;
    left: 32px;
}

.main-our-service>div:last-child>div:nth-child(3)>figure {
    background-image: url('../img/service03.webp');
}

.main-our-service>div:last-child>div:nth-child(3)>figure>figure {
    width: 72px;
    height: fit-content;
    background: none;
    position: absolute;
    top: 36px;
    right: 46px;
}

.main-our-service>div:last-child>div:nth-child(4)>figure {
    background-image: url('../img/service04.webp');
}

.main-our-service>div:last-child>div:last-child>figure {
    background-image: url('../img/service05.webp');
}

.main-our-service>div:last-child>div>div h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.main-our-people>figure {
    width: 48%;
    height: fit-content;
    margin-bottom: 1em;
}

.main-work {
    margin: 1em 0;
    color: rgba(255, 255, 255, 1);
}

.main-work h1 {
    width: 100%;
    text-align: center;
}

.main-work>div {
    width: 100%;
    margin: auto;
}

.main-work>div>div {
    width: auto;
    margin: 1em 0.5em;
    padding: 0.3em 1em;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(35, 31, 32, 1) 0%, rgba(35, 31, 32, 0) 100%);
}

.main-work>div>div h3,
.main-work>div>div>div>h4,
.main-work>div>div>div>p {
    text-align: left;
}

.main-work>div>div>div {
    margin: 1em 0;
}

.main-work>div>div h3 {
    margin-bottom: 1.5em;
}

.main-work>div>div>div>p {
    margin-top: 0;
}

.main-alway-onEra>h1 {
    width: 100%;
    text-align: center;
}

.main-alway-onEra>div {
    width: 100%;
    margin: auto;
}

.main-alway-onEra>div>div {
    width: 100%;

    margin: 1em 0;
    padding: 1em;
    border: 1px solid rgba(23, 194, 124, 1);
    border-radius: 12px;
}

.main-alway-onEra>div>div>h5,
.main-alway-onEra>div>div>p {
    text-align: left;
}

.main-why h1 {
    width: 100%;
    text-align: center;
}

.main-why>div {
    width: 100%;
    margin: auto;
}

.main-why>div>div {
    width: 100%;

    margin: 1em 0;
    padding: 0.5em 1em 3em 1em;
    color: rgba(189, 229, 231, 1);
    background: #104557;
    background: linear-gradient(180deg, rgba(16, 69, 87, 1) 0%, rgba(189, 229, 231, 1) 100%);
    border-radius: 12px;
}

.main-why>div>div>h4,
.main-why>div>div>p {
    text-align: left;
}

.main-why>div>div>h4 {
    margin-bottom: 2em;
}

.lagacy {
    width: fit-content;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;

}

.lagacy>div {
    display: flex;
    flex-flow: row nowrap;
    margin: 0.5em 0;
}

.lagacy>div>div {
    display: block;
    margin: 0 12px 0 0;
    text-align: center;
}

.lagacy>div>div h1 {
    font-size: 48px;
    font-weight: 700;
}

.lagacy>div>div>h1 {
    margin: 0;
    color: rgba(51, 204, 204, 1);
}

.lagacy>div>div>h4 {
    margin: -0.5em 0 0 0;
}

.lagacy>div h4,
.lagacy>div>div>h4 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(55, 63, 72, 1);
}

.lagacy>div>h4 {
    margin-top: 1em;
    text-align: left;
}

.bank-vol {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.bank-vol>div {
    width: 48%;
    margin: 0.5em 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.bank-vol>div>figure {
    /* width: 70px; */
    margin: 0 4px 0 0;
}

.bank-vol div:first-child>div h1 {
    color: rgba(244, 226, 122, 1);
}

.bank-vol div:nth-child(2)>div h1 {
    color: rgba(4, 182, 154, 1);
}

.bank-vol div:nth-child(3)>div h1 {
    color: rgba(251, 137, 93, 1);
}

.bank-vol div:last-child>div h1 {
    color: rgba(153, 143, 209, 1);
}

.bank-vol>div>div h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 800;
}

.bank-vol>div>div p {
    margin: -0.5em 0 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: rgba(55, 63, 72, 1);
}

.client h3,
.partner h3 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}

.client>h3>span {
    display: block;
}

.client>div {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.client>div>div {
    width: 48%;
    margin: 0;
}

.client>div>div>h5 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(55, 63, 72, 1);
    text-align: center;
}

.client>div>div>figure {
    width: 100px;
    margin: auto;
}

.partner {
    margin: 1em auto;
}

.partner > div {
    margin: 1em auto;
    display: block;
}
.partner>div>h3 {
    margin: 0 auto;
}
.partner>div>h3 span {
    display: block;
}

.partner>div:first-child>div {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}

.partner>div>div>figure {
    margin: 0.5em auto;
}

.partner>div:first-child>div>figure:first-child {
    width: 44%;
}

.partner>div:first-child>div>figure:nth-child(2) {
    width: 45%;
}

.partner>div:first-child>div>figure:nth-child(3) {
    width: 30%;
}

.partner>div:first-child>div>figure:nth-child(4) {
    width: 32%;
}

.partner>div:first-child>div>figure:last-child {
    width: 16%;
}

.partner>div:last-child>div>figure{
    width: 33%;
}

.our-belief {
    padding-top: 1em;
}

.our-belief>h1 {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.our-belief>div {
    width: 100%;
    margin: auto;
}

.our-belief>div>div {
    width: auto;

    margin: 1em 0;
    padding: 1em;
    border-radius: 8px;
}

.our-belief>div>div:nth-child(odd) {
    color: rgba(189, 229, 231, 1);
    background-color: rgba(16, 69, 87, 1);
}

.our-belief>div>div:nth-child(even) {
    color: rgba(16, 69, 87, 1);
    background-color: rgba(189, 229, 231, 1);
}

.our-belief>div>div>p {
    font-size: 16px;
    text-align: left;
}

.our-belief>div>div>h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1em;
}


/* ------- Home Coatact ------- */

.home-contact {
    width: 98%;
    color: rgba(255, 255, 255, 1);
    background-color: black;
}

.home-contact>div:first-child {
    width: auto;
    display: block;
}

.home-contact>div:first-child>h1 {
    margin: 0.5em auto;
    text-align: center;
}

.home-contact>figure {
    /* logo Placid */
    width: 120px;
    margin: 1em 0 1.5em 0;
}

.home-contact>div:nth-child(3) {
    width: 100%;
}

.home-contact>div:nth-child(3)>div>h4,
.home-contact>div:nth-child(3)>div>div>h5 {
    font-size: 16px;
    text-align: left;
}

.home-contact>div:nth-child(3)>div>div {
    /* address */
    margin: 0.5em 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.home-contact>div:nth-child(3)>div>div figure {
    width: 36px;
    margin-right: 0.5em;
}

.home-contact>div:nth-child(3)>div>div h5 {
    margin-top: 0;
    font-family: "fc_iconicregular";
    font-weight: 400;
    line-height: 1.8em;
    text-align: left;
}

.home-contact>div:nth-child(3)>div>div h5 span {
    display: block;
}

.home-contact>div:nth-child(3)>div>div h5 br {
    display: none;
}

.home-contact>div:nth-child(3)>div:nth-child(2)>div>p {
    margin: 0;
}

.home-contact>div:nth-child(3)>figure {
    /* Line QR */
    width: 52%;
    margin: 0 auto 0.5em;
    border-radius: 8px;
}


.home-contact>div:first-child>div,
.home-contact>div:last-child {
    /*--- social nav --- */
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.home-contact>div:first-child>div>a,
.home-contact>div:last-child>a {
    display: block;
    width: 48px;
    padding: 0.3em;
}

.home-contact>div:first-child>div {
    display: none;
}

.home-contact>div:last-child {
    display: flex;
}


/* ------- footer ------- */

footer {
    overflow: hidden;
    padding: 0 0 1em 0;
}

footer>div {
    width: 100%;
    margin: 0.5em auto;
    color: rgba(255, 255, 255, 1);
}

footer>div>div {
    width: 100%;
    margin: auto;
}

footer>div>div>a {
    margin: 0.5em auto;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;

    display: block;
}

footer>div>h6 {
    width: 100%;
    margin: 1em auto;
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

/* ----- page service ----- */
.ser-pain {
    padding-top: 1em;
    padding-bottom: 1em;
    color: rgba(255, 255, 255, 1);
}

.ser-pain h1 {
    width: 100%;
    font-size: 22px;
    text-align: center;
    letter-spacing: normal;
}

.ser-pain>div {
    width: 100%;
    margin: auto;
}

.ser-pain>div>div {
    margin: 1em 0.5em;
    padding: 0.3em 1em;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(35, 31, 32, 1) 0%, rgba(35, 31, 32, 0) 100%);
}

.ser-pain>div>div>h4,
.ser-pain>div>div>p {
    text-align: left;
}

.ser-pain>div>div>h4 {
    font-size: 18px;
    margin-bottom: 1em;
}

.ser-PMS-intro h1 {
    width: 100%;
    text-align: center;
}

.ser-PMS {
    width: 100%;
    margin: auto;
}

.ser-PMS>div>figure {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    position: relative;
    background: center / cover no-repeat scroll rgba(255, 255, 255, 1);
}

.ser-PMS>div>figure>h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: rgba(255, 255, 255, 1);

    position: absolute;
    left: 0.5em;
    bottom: 0;
}

.ser-PMS>div>figure>object {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
}

.ser-PMS>div:first-child>figure {
    background-image: url('../img/service01.webp');
}

.ser-PMS>div:nth-child(2)>figure {
    background-image: url('../img/service02.webp');
}

.ser-PMS>div:nth-child(2)>figure>figure {
    width: 72px;
    background: none;
    position: absolute;
    top: 72px;
    left: 36px;
}

.ser-PMS>div:nth-child(3)>figure {
    background-image: url('../img/service03.webp');
}

.ser-PMS>div:nth-child(3)>figure>figure {
    width: 72px;
    background: none;
    position: absolute;
    top: 32px;
    right: 48px;
}

.ser-PMS>div:nth-child(4)>figure {
    background-image: url('../img/service04.webp');
}

.ser-PMS>div:last-child>figure {
    background-image: url('../img/service05.webp');
}

.ser-PMS>div>div>div:first-child>h1 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: left;
}

.ser-PMS>div>div>div:first-child>p {
    text-align: left;
}

.ser-PMS>div>div>div:last-child {
    width: 100%;
    margin: 1em auto;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.ser-PMS>div>div>div:last-child>div {
    width: 48%;
}

.ser-PMS>div>div>div:last-child>div>figure {
    width: 100%;
    height: 60px;
    margin: auto;
}

.ser-PMS>div>div>div:last-child>div>figure>img {
    height: 100%;
}

.ser-PMS>div>div>div:last-child>div>p {
    text-align: center;
}

.map {
    width: 100%;
    max-width: 1200px;
    height: 200px;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

.map>iframe {
    border-radius: 8px;
}

/* ----- policy ----- */
.policy {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0 auto;
}
.policy h1{
    font-size: 20px;
    font-weight: 700;
}
.policy > h1 > span {
    display: block;
}
.policy > p {
    text-align: left;
}
.policy > div {
    margin: 0.5em auto;
}
.policy > div > h3,
.policy > div > p {
    text-align: left;
}
.policy > div > h3 {
    margin:0;
    font-size: 18px;
    font-weight: 600;
}
.policy > div > p,
.policy > div > ul li {
    margin: 0.5em 0;
    font-size: 16px;
    font-weight: 500;
}
.policy > div > p > a {
    text-decoration: underline;
}
.policy > div > ul {
    margin: 0.5em 0 0.5em 1.5em;
}
