@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

.stellarnav>ul>li.has-sub.drop-left ul,
.stellarnav>ul>li.has-sub.drop-left>.dd-toggle,
.stellarnav>ul>li:nth-of-type(-n+2),
.footer_menu a:nth-of-type(-n+3),
.other_promotion .pmtTime,
.share_page .page,
.promotions_page .page,
.promotion_title .time,
.promotion_title span,
.promotion_title em {
    display: none !important;
}

.other_promotion li a:before,
.other_promotion li a:after {
    content: none;
}

.other_promotion li a,
.other_promotion li,
.other_promotion,
.share_page .show_content,
.promotions_page .show_content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.share_page .main_part,
.promotions_page .main_part,
.other_promotion {
    display: flex;
    flex-flow: column wrap;
}

.other_promotion {
    gap: 10px;
}

.share_page .other_promotion,
.promotions_page .other_promotion {
    order: 1;
    margin-top: 20px;
}

.share_page .show_content,
.promotions_page .show_content {
    order: 2;
    margin-top: 20px;
}

.other_promotion li a,
.other_promotion li a:hover {
    border: 1px solid #ccc;
    background: linear-gradient(to bottom, #f5f5f5 50%, #e3e3e3 51%);
    border-radius: 8px;
}

.other_promotion .pmtTitle {
    visibility: hidden;
    position: relative;
    height: 28px;
}

.other_promotion .pmtTitle h3 {
    color: #222;
    display: inline-flex;
    align-items: center;
    align-content: center;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    height: auto;
    line-height: 1.4;
    margin: 0;
    padding: 0 6px;
    overflow: visible;
    width: 100%;
    transition: all 0.3s;
}

.other_promotion .pmtTitle h3:before {
    content: '';
    background: url(https://pic03.eapple.com.tw/upcob/ser_00.svg) center / cover no-repeat;
    display: inline-block;
    max-width: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-right: 5px;
}

.other_promotion li a:hover .pmtTitle h3 {
    color: #938274;
}

.share_page .edit,
.promotions_page .edit {
    line-height: 175%;
    font-size: 16px;
    color: #444;
}

.share_page .edit ol>li,
.promotions_page .edit ol>li {
    margin-left: 17px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.main_header_area {
    background: transparent;
    position: relative;
    box-shadow: 0 -6px 10px rgba(0 0 0 / 12%);
}

.main_header_area:after {
    content: '';
    background: #ffffff7F;
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.main_header_area .container {
    max-width: 1600px;
    padding: 0 2%;
}

.navigation {
    padding: 0;
}

.stellarnav ul {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a {
    padding: 0 2px;
    line-height: 80px;
    height: 80px;
    color: #77675a;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0 20px;
    transition: all 0.5s;
}

.header_area.sticky .stellarnav>ul>li>a {
    line-height: 60px;
    height: 60px;
    margin: 0 16px;
}

.nav-header {
    top: 20px;
    z-index: 9999;
    transition: all 0.5s;
}

.sticky .nav-header {
    top: 12px;
}

.sticky .nav-brand {
    max-width: 200px;
    height: 32px;
}

.nav-brand,
.nav-brand img {
    width: 100%;
    max-width: 240px;
    display: block;
    transition: all 0.5s;
}

.nav-brand {
    background: url(https://pic03.eapple.com.tw/upcob/hf_logo.svg) center/cover no-repeat;
    height: 38.4px;
}

.me_tp_features {
    display: none;
}

/*次分類*/
.stellarnav li>ul {
    background: none;
    transform: translateX(-50%);
    left: 50%;
}

.stellarnav li.drop-left ul ul {
    left: 150%;
    right: auto;
}

.stellarnav ul ul ul {
    left: 100%;
    transform: translateX(0);
}

.stellarnav li li {
    background: rgba(255 255 255 / 90%);
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0 0 0 / 8%);
    transition: all ease .4s;
}

.stellarnav li li:last-of-type {
    border-bottom: none;
}

.stellarnav li li:hover,
.stellarnav li li.has-sub:hover {
    background: #938274;
}

.stellarnav li li a,
.stellarnav li li.has-sub>a,
.stellarnav li li.has-sub:hover li a {
    color: #888;
    font-size: 14px;
    text-align: center;
    padding: 10px 12px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: initial;
    height: auto;
    margin: 0;
    transition: all ease .4s;
}

.stellarnav li li:hover a,
.stellarnav li li.has-sub:hover>a,
.stellarnav li li.has-sub:hover li:hover a {
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
body.pageIndex {
    background: #f1e9da66;
}

#content_main,
#content {
    margin: 0;
    background: #f5f0e57F;
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.bannerindex {
    position: static;
    height: auto;
    background: #f5f0e5;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

.other_select_page .promotion_title,
.other_select_page .other_promotion,
.other_select_page .page {
    display: none;
}

.animated-arrow {
    background: #938274;
}

.main_part {
    width: 90%;
    max-width: 1300px;
    padding: 40px 0;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    padding: 0;
    display: flex;
    align-items: center;
    height: calc(15vw + 96px);
    position: relative;
    background: transparent;
    overflow: hidden;
}

.banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: opacity(0.25) sepia(.1);
    /*animation: bgScroll 30s linear infinite;*/
}

@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.banC:before {
    background: url(https://pic03.eapple.com.tw/upcob/banner_c.jpg) center/cover no-repeat;
}

.banblog:before {
    background: url(https://pic03.eapple.com.tw/upcob/banner_a.jpg) center/cover no-repeat;
}

.services_page .banner:before {
    background: url(https://pic03.eapple.com.tw/upcob/banner_r.jpg) center/cover no-repeat;
    filter: opacity(.25) brightness(1.25) grayscale(.5);
}

.banA:before {
    background: url(https://pic03.eapple.com.tw/upcob/banner_s.jpg) center/cover no-repeat;
}


.banner h5 {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #4c3e31;
    font-weight: bold;
    letter-spacing: 10px;
    line-height: 1.4;
    font-family: 'Cormorant Infant', 'Noto Serif TC';
    /*text-shadow: .5px .5px 7px rgba(0,0,0,0.75);*/
}

/*.banner h5:before {
    content: "";
    display: block;
    font-size: 24px;
    letter-spacing: 6px;
    font-weight: 600;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .25));
    text-shadow: 0 0 5px black;
}
.banC h5:before {content: "Contact Us";}
.banblog h5:before {content: "Health Education";}*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*促銷*/
.news_part {
    width: 90%;
    max-width: 1400px;
    padding: 60px 0;
}

.news_list ul {
    padding: 0;
}

.news_part .title_i_box {
    display: none;
}

.news_list ul li {
    border-color: rgba(0, 0, 0, .05);
}

.promotion_title h2 {
    color: #4c3e31;
    font-family: 'Noto Serif TC';
    font-weight: 600;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章*/
.blog_box {
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

h4.blog_category_title {
    display: none;
}

.blog_le {
    padding: 36px 0 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
}

.blog_box:after,
.blog_box:before,
.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #4c3e3166;
    padding: 36px 0;
}

.subbox_item a {
    display: flex;
    flex-flow: row wrap;
}

.blog_list_le {
    width: 290px;
    padding: 0;
    height: auto;
    aspect-ratio: 7/5;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1.2s ease;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
    transition: all .6s ease;
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 24px 0 24px 42px;
    width: calc(100% - 305px);
    position: relative;
}

.blog_list_ri h5 {
    font-weight: bold;
    font-family: 'Noto Serif TC';
    color: #776853;
}

.blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    color: #b1a08e7F;
    position: relative;
}

.blog_list_ri p {
    line-height: 175%;
    margin: 16px 0;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.blog_list_ri em:after {
    content: '＋ 繼續閱讀';
    letter-spacing: 0.4px;
    color: #433835;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    transition: all 0.6s ease;
}

.subbox_item a:hover .blog_list_ri em:after {
    letter-spacing: 1.6px;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-color: #4c3e31;
    border-radius: 0;
}

.accordion li .link {
    padding: 14px 16px;
    color: #776853;
    font-weight: 500;
    font-size: 15px;
}

.accordion li .link,
.accordion li:last-of-type {
    border-bottom: none;
}

.accordion li {
    border-bottom: 1px solid #4c3e31;
    transition: all 0.3s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover {
    background: #938274 !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #4c3e31 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.accordion li .link i,
.accordion li .link a {
    color: #4c3e31 !important;
}

.submenu {
    background: #f5f0e5;
    font-size: 14px;
}

.submenu a {
    font-family: 'Montserrat', 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    color: #4c3e31;
    letter-spacing: 0;
    font-weight: 400;
    padding: 14px 14px 12px 40px;
    border-left: #f1e9da 0 solid;
    transition: all .15s;
}

.submenu a:before {
    top: 13.5px;
    left: 16px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.submenu a:hover {
    background: #f1e9da;
    color: #4c3e31;
    border-left: #f1e9da7F 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    border: none;
}

.blog_search input[type=submit] {
    height: 36px;
    filter: grayscale(20);
}

/*內頁*/
.blog_in_page h4.blog_category_title {
    display: block;
    border-bottom: 1px solid #b1a08e4C;
    padding: 0 0 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 24px;
    color: #4c3e31;
    font-family: 'Noto Serif TC';
    font-weight: 600;
}

.blog_in_page .blog_ri {
    padding-top: 36px;
}

.blog_box_edit * {
    line-height: 175%;
}

.blog_box_edit {
    font-size: 16px;
    color: #444;
}

.blog_back {
    width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    transition: all .3s ease;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: transparent;
    color: #4c3e31;
    border: 1px solid #4c3e31;
    font-size: 14px;
}

.blog_back a:hover {
    background: #4c3e31 !important;
    color: #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡*/
.blank_letter {
    font-family: 'Noto Serif TC';
    letter-spacing: 2px;
    color: #4c3e31;
}

.contact_content .information_left,
.contact_content .information_right {
    padding: 0;
}

.contact_content .information_left {
    width: 400px;
}

.contact_content .information_right {
    width: calc(100% - 480px);
}

.contact_content form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contact_form {
    margin-bottom: 0;
}

.contact_form li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 16px 0;
    border-bottom: none;
}

.contact_form li.last {
    justify-content: flex-end;
}

.contact_form li .form__insert {
    line-height: 170%;
}

.contact_form li .form__label {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 6px;
    padding-right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.star {
    order: 1;
}

.contact_form li .noborder {
    border: 1px solid #b1a08e33 !important;
    padding: 8px;
}

.contact_form li.last cite {
    background-color: #938274;
    color: #fff;
    border: 1px #938274 solid;
    margin-left: 8px;
}

.contact_form li.last blockquote {
    border: 1px #666 solid;
    color: #666
}

.contact_le_nomap {
    height: 460px;
}

.list_before.info li {
    padding-left: 74px;
}

.ADD2:before {
    content: "營業時間";
}

.list_before.info li:before {
    font-weight: 500 !important;
    width: 60px !important;
    font-weight: 500 !important;
    letter-spacing: .5px !important;
}

/*footer*/
.footer_info li p.add2:before {
    content: '營業時間：';
}

.footer_logo {
    display: none;
}

.footer {
    padding: 44px 0 0;
    background: #4c3e31;
}

.footer .center {
    max-width: 1500px;
    padding: 0 5%;
}

.footer_info {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    font-weight: 400;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
    padding: 24px 0 36px;
}

.footer_info li:nth-child(1) {
    width: 100%;
}

.footer_info li p,
.footer_info li p a {
    color: #fff;
}

.footer_info li p {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
}

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 6px 12px;
    border: none;
    color: rgba(255, 255, 255, .7);
    background: transparent;
    margin: 0;
    margin-left: 18px;
    transition: all 0.5s;
}

.footer_menu a:hover {
    background: #f1e9da;
    color: #000;
    font-weight: 500;
}

.copy,
.copy a,
.copy a:hover {
    color: #f1e9da;
    font-family: 'Noto Sans TC';
}

.copy {
    text-align: left;
    padding: 5px 5% 60px;
    border-top: none;
    max-width: 1500px;
    margin: 0 auto;
}

.box_link {
    display: none;
}

/*左浮動*/
#to_top {
    bottom: 20px;
    right: auto;
    left: 16px;
    width: 44px;
    height: 44px;
    color: transparent;
    background: #d6c6afBF;
    box-shadow: none;
    border-radius: 0;
    backdrop-filter: blur(4px);
    transition: .3s;
}

#to_top:hover {
    background: #d6c6af;
}

#to_top i.top {
    width: 14px;
    height: 14px;
    top: 14px;
    transform: translateY(-50%);
}

#to_top i.top:before,
#to_top i.top:after {
    height: 10px;
    width: 2px;
    top: 0;
    left: 46%;
}

#to_top i:before,
#to_top i:after {
    background: #4c3e31;
}



@media screen and (max-width: 1200px) {
    .footer {
        padding-top: 5px;
    }

    .footer_info ul {
        flex-flow: column;
        padding: 24px 0;
    }

    .footer_menu {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .footer_menu a {
        margin: 6px;
    }

    .footer_info li,
    .copy {
        text-align: center;
    }

    .footer_info li:nth-child(2) {
        margin-top: 12px;
    }

    .copy {
        padding: 5px 2% 32px;
    }
}


@media screen and (max-width: 1024px) {
    .nav-header {
        padding: 11px 0 12px;
    }

    .nav-brand {
        margin: 0 auto;
    }

    .banner h5 {
        font-size: 28px;
    }

    .main_header_area .container {
        padding: 0;
    }

    .stellarnav>ul>li>a,
    .header_area.sticky .stellarnav>ul>li>a {
        line-height: 48px;
        height: 54px;
        margin: 0 12px;
    }
}

@media screen and (max-width: 960px) {
    .contact_content .information_left {
        width: 46%;
    }

    .contact_content .information_right {
        width: 47%;
    }

    .blog_list_ri,
    .blog_list_le {
        width: 100%;
    }

    .blog_list_ri {
        padding: 16px 0;
    }

    .blog_box_edit {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
    }

    .footer.with_shopping_mode {
        padding: 15px 0 69px;
    }

    #to_top {
        bottom: 68px;
    }

    .stellarnav .menu-toggle {
        padding: 12px 9px;
    }

    .news_part {
        padding: 40px 0;
    }

    .promotion_title h2 {
        font-size: 22px;
        margin-top: 10px;
    }

    .stellarnav>ul>li>a:not(.dd-toggle),
    .header_area.sticky .stellarnav>ul>li>a:not(.dd-toggle),
    .stellarnav>ul>li>a,
    .header_area.sticky .stellarnav>ul>li>a {
        height: auto;
        margin: 0;
        line-height: 150%;
        padding: 12px 44px 12px 16px;
    }

    .stellarnav>ul>li>a,
    .sticky .stellarnav>ul>li>a {
        margin: 0;
    }

    .stellarnav.mobile>ul {
        border-top: none;
    }

    .stellarnav.mobile li.open {
        background: #d6c6af7F;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #938274;
        color: #fff;
    }

    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle,
    .stellarnav.mobile li li a.dd-toggle {
        padding: 8px;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle {
        padding: 14px 6px 8px;
    }

    .stellarnav ul {
        padding: 0;
    }

    .stellarnav.mobile.left>ul {
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        border-right: none;
    }

    .stellarnav.mobile ul {
        background: #FAF9F5;
    }

    .stellarnav li li:last-of-type a {
        border-bottom: none;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: none;
    }

    .stellarnav.mobile>ul>li>a {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .stellarnav li li a:not(.dd-toggle),
    .stellarnav.mobile li li.has-sub a:not(.dd-toggle),
    .stellarnav li li.has-sub>a:not(.dd-toggle),
    .stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
        padding: 10px 17px;
        text-align: left;
    }

    .stellarnav li li:hover a:not(.dd-toggle),
    .stellarnav.mobile li li.has-sub:hover a:not(.dd-toggle),
    .stellarnav li li.has-sub:hover a:not(.dd-toggle),
    .stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
        padding: 10px 22px;
    }

    .stellarnav.mobile li li:hover a.dd-toggle .icon-plus:before,
    .stellarnav.mobile li li:hover a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile li li a.dd-toggle {
        margin: 0 6px;
        padding: 7px 0;
    }

    .stellarnav.mobile li li.open a.dd-toggle {
        padding: 9.5px 0;
    }

    .stellarnav.mobile li.open li.open {
        background: #d6c6af;
        padding: 0;
    }

    .blog_in_page .main_part,
    .contact_page .main_part {
        padding-bottom: 0;
    }

    .blog_le,
    .blog_ri {
        margin-bottom: 0;
    }

    .blog_ri {
        padding: 0;
        width: 100%;
    }

    .subbox_item {
        padding: 32px 0 12px;
    }

    .blog_list_ri p {
        line-height: 160%;
        margin: 12px 0 16px;
        -webkit-line-clamp: 3;
        font-size: 14px;
    }

    .subbox_item:first-of-type {
        padding-top: 18px;
    }

    .blog_le {
        padding: 22px 0 0;
    }

    .blog_in_page h4.blog_category_title {
        font-size: 22px;
    }

    .blog_in_page .blog_ri {
        padding: 16px 0 0 0;
    }

    .blog_list_ri h5 {
        font-size: 19px;
        letter-spacing: .5px;
    }

    .subbox_item:last-of-type {
        border-bottom: none;
    }

    .contact_content .information_left,
    .contact_content .information_right {
        width: 100%;
    }

    .contact_le_nomap {
        height: auto;
        overflow: hidden;
        aspect-ratio: 4 / 3;
    }

    .contact_content {
        padding: 0;
    }

    .blank_letter {
        padding-top: 10px;
        font-size: 24px;
    }

    .list_before {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .contact_form {
        margin-top: 20px;
    }

    .blank_letter.f {
        margin-top: 30px;
    }

    .contact_form li.last {
        margin: 12px 0 24px;
    }

    .other_promotion .pmtTitle {
        height: 45px;
    }
}