/* pc_footer */
.ft {
    background-image: url(../img/main_ft_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
    background-attachment: fixed;
}
.ft::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.ft > .ft_in {
    display: flex;
    justify-content: center;
    padding-bottom: 57px;
}
#map {
    width: 1040px;
    height: 500px;
    position: relative;
    scroll-behavior: none;
}
.main_come {
    background-color: rgba(36, 55, 90, 0.9);
    padding-top: 39px;
    padding-left: 35px;
    padding-bottom: 49px;
    padding-right: 82px;
    color: #fff;
    z-index: 1;
}
.main_come > h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 16px;
}
.main_come > p {
    font-size: 14px;
    font-weight: 400;
    color: #e5e5e5;
    display: inline;
}
.main_come > span {
    color: #e5e5e5;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    display: inline-block;
}
.main_come > span:nth-child(5) {
    letter-spacing: 39px;
}
.main_come > span:nth-child(8) {
    letter-spacing: 17px;
}
.main_come > p:nth-child(9) {
    margin-left: 21px;
}
.main_come > span:nth-child(11) {
    letter-spacing: 13px;
}
.main_come > p:nth-child(12) {
    margin-left: 25px;
}
.main_come > p:nth-child(15) {
    margin-left: 38px;
}
.main_come > h6 {
    margin-top: 11px;
    color: #e5e5e5;
    font-size: 15px;
}
.main_come > h4 {
    font-size: 24px;
    font-weight: 500;
    color: #6ae8fc;
}
/* .main_formmail {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 64px 38px 0px;
    color: #fff;
    width: 376px;
    position: relative;
}
.main_formmail > h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 31px;
}
input[type='radio'] {
    vertical-align: bottom;
    margin-bottom: 3px;
}
.formmail_cell_bgcolor > select {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
}
#formmail-style-1 .formmail_cell_bgcolor td {
    position: relative;
    left: 25%;
    color: #fff;
    font-weight: 200;
    padding: 0px;
}
.button {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    width: 100%;
    background-color: #39517d;
    border-radius: 5px;
    display: block;
}
.table th,
.table td,
.commentInner td {
    font-size: 10px;
}
input[type='text'],
input[type='password'],
input.formmail_border:not([name='attachment[]']),
textarea.formmail_textarea_style {
    height: 42px;
}
input#border,
input.formmail_border,
textarea.formmail_textarea_style {
    width: 100%;
}
#formmail-style-1 .formmail_title_bgcolor {
    display: none;
}
#formmail-style-1 > tbody > tr {
    padding: 0px;
}
table {
    width: 100%;
} */
.ft_wrap {
    background-color: rgba(35, 57, 97, 0.9);
    position: relative;
}
.ft_in1 {
    border-bottom: #787878 solid 1px;
    text-align: end;
    padding-right: 240px;
    padding-top: 19px;
    padding-bottom: 19px;
}
.ft_in1 > a {
    font-size: 14px;
    font-weight: 300;
    color: #f5f5f5;
    position: relative;
}
.ft_in1 > a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 1px;
    background-color: #f5f5f5;
    transition: all 0.2s;
}
.ft_in1 > a:hover::after {
    width: 80%;
}
.ft_in1 > a:nth-child(2) {
    margin: 0px 34px;
}
.ft_in2 {
    display: flex;
    color: #f5f5f5;
    padding-top: 48px;
    padding-bottom: 130px;
    padding-left: 240px;
}
.ft_in2 > div {
    margin-left: 49px;
}
.ft_in2 > div > p {
    font-size: 14px;
    font-weight: 200;
    display: inline-block;
    margin-right: 15px;
}
.copy {
    margin-top: 26px;
    font-size: 10px;
    font-weight: 200;
    display: block;
}
.groupd {
    margin-top: 5px;
}

/*tablet*/
@media screen and (max-width: 1024px) {
    #map {
        background: none;
        height: auto;
        width: auto;
    }
    .main_come {
        top: 0px;
        left: 0px;
        position: relative;
    }
    /* .main_formmail {
        padding: 64px 38px 27px;
    } */
    .ft_in1 {
        padding-right: 30px;
    }
    .ft_in2 {
        padding-left: 30px;
    }
}

/*mobile*/
@media screen and (max-width: 767px) {
    .ft > .ft_in {
        flex-direction: column;
        align-items: center;
    }
    /* .main_formmail {
        width: 100%;
    } */
    .ft {
        padding-bottom: 0px;
    }
    .ft_in1 {
        padding-right: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .ft_in2 {
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 215px;
        flex-direction: column;
        align-items: center;
    }
    .ft_in2 > div {
        text-align: center;
        margin-left: 0px;
        margin-top: 20px;
    }
    .main_come {
        padding-right: 0px;
        width: 100%;
    }
    .main_come > h5 {
        font-size: 16px;
    }
    .main_come > p {
        font-size: 14px;
    }
    .main_come > span {
        font-size: 15px;
    }
    .main_come > span:nth-child(11) {
        letter-spacing: 13px;
    }
    .main_come > span:nth-child(8) {
        letter-spacing: 17px;
    }
    .main_come > span:nth-child(5) {
        letter-spacing: 39px;
    }
    .main_come > p:nth-child(9) {
        margin-left: 22px;
    }
    .main_come > p:nth-child(12) {
        margin-left: 27px;
    }
    .main_come > p:nth-child(15) {
        margin-left: 40px;
    }
    .main_come > h6 {
        font-size: 15px;
    }
}
