/*
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
*/
/***** Global *****/
body {
    color: #404040; font: 14px/1.42857143 "Noto Sans TC","Noto Sans SC", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
    background-color: #fff; line-height: 2; letter-spacing: 1px; text-align: justify; padding: 0;
}
.row { margin-right: 0px; margin-left: 0px; }

/* air mod 2025-07-30 月子中心房型介紹 confine_info.php 會用到row_air */
@media screen and (min-width: 780px) {
    .row_air { margin-bottom: 180px; }
}

ol, ul{list-style:none;}
a:link,a:visited { color: #444; text-decoration: none; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; }
a:hover,a:active { color: #0c5cab; }

header a:hover, header a:active{ color: #fff !important; text-decoration:none !important; }

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-center-row{ display:flex; flex-wrap:wrap; flex-direction:row; justify-content:center;  align-items:center; }
.flex-center-col{ display:flex; flex-wrap:wrap; flex-direction:column; justify-content:center;  align-items:center; }

/***** Word Font Size *****/
.word-subj{ font-size: 22px; }
.word-subj-en{ font-size: 20px; font-weight: 500;}
.word-item{ font-size:32px; }
.word-s26{ font-size: 26px; }
.word-s20{ font-size: 20px; }
.word-s18{ font-size: 18px; line-height:30px;}
@media screen and (max-width: 1024px) {
    .word-subj{ font-size: 30px;margin-bottom:20px;  }
    .word-subj-en{ font-size: 24px; font-weight: 500;}
    .word-item{ font-size:45px; }
    .word-s26{ font-size: 40px; }
    .word-s20{ font-size: 38px; }
    .word-s18{ font-size: 32px; line-height:60px;}
    h3{ font-size: 45px; line-height:60px;}
}


/***** Home Page *****/
.hm-container {
    height: 100%; opacity: 1; overflow: hidden;
    padding-right: 0px; padding-left: 0px; margin-right: 0px; margin-left: 0px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.hm-menu {
    width: 100%;
    position: relative;
    z-index: 10;
}

.hm-body{ width: 100%; height: 100%; }
.home-bg-img {
    visibility:visible; border: 2rem solid #84958F; border-top:0px; margin:0px;
    left: 0; right: 0;top: 0; bottom: 0; position: fixed; z-index: -1; padding: 0;
}
.home-bg-img > li {
    position: absolute; width: 100%; height: 100%; opacity: 0;
    top: 0; left: 0; box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transition: opacity 1s ease-in, -webkit-transform .7s;
    transition: opacity 1s ease-in, transform .7s;
}
.home-bg-img > li.active {
    z-index: 10; opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.home-bg-img > li.gone {
    z-index: 9; opacity: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.home-overlay { background-image: url(../img/mask.png);width: 100%;height: 100%;border: 2rem solid #84958F; }
.home-bg-wrap { height: 100vh; position: relative; overflow: hidden; }
@media screen and (max-width: 1380px) and (min-width: 1099px) {
    .home-bg-wrap { height: 120vh; position: relative; overflow: hidden; }
}
.home-info { position: absolute; width: 100%; top: 40%; z-index:8;  }
.home-info section{ margin-bottom:60px; width:400px; color:#ece4c0; font-size:18px; font-weight:300; line-height:32px; }

/* Home Page (Navi Menu )  */
.home .navi-logo {
    position: absolute; width:500px; background: transparent; display: block;
    right: 0; left: 6rem; top: 6rem; padding: 1rem 0;
}
.home .navi-logo img{ width: 250px;}
.home .navi-logo.about img{ width: 240px; margin-top: -22px;}
/*  Move Index Page Logo Position */
/*.home .navi-logo.move { top: 155px; left: 94px;}*/
/*.home .navi-logo.move { top: 40px;}*/
@media screen and (max-width: 1380px) and (min-width: 1099px) {
    .home .navi-logo { top:7rem; }
    .home .navi-logo img{ width: 180px;}
    /*  Move Index Page Logo Position */
    /*.home .navi-logo { top: 155px; left: 94px;}*/
}

.header-wrap { z-index: 2; }
.main-navi { position: relative; background: #021838; height: 7rem; }
.main-navi.about{ margin-left: 300px; }
@media screen and (max-width: 1380px) and (min-width: 1099px) {
    .home .navi-logo.about img{ width: 180px;}
    .main-navi.about{ margin-left: 220px; }
    .home .navi-logo.about{ margin-top: 10px; left:45px;  }
    /*  Move Menu Bar Logo Position */
    /*.main-navi.about{ margin-left: auto; }
    .home .navi-logo.about{ margin-top: 105px; left:45px;  }*/
}

.home .main-navi {
    position: absolute; background: transparent; display: block;
    top: 8rem; right: 0;left: 0;padding: 1rem 0;
}
.home .follow .main-navi{ padding: 0; }
.main-navi a { color: #fff; }
.main-navi > ul { width: 99rem; height: 7rem; margin: 0 auto; }
.home .main-navi > ul { width: 99rem; max-width: 100%;height: 5rem; margin: 0 15rem 0 auto; }
.home .follow .main-navi > ul { width: 99rem; height: 7rem; margin: 0 auto; }
.main-navi > ul > li { flex: 1 1 auto; padding: 0 2% 0 0; line-height: 7rem; }
.home .main-navi > ul > li { flex: 1 1 auto; padding: 0 2% 0 0; line-height: 5rem; }
.home .follow .main-navi > ul > li { flex: 1 1 auto; padding: 0 2% 0 0; line-height: 7rem; }
/*
.main-navi > ul > li:last-child { padding-right: 0; width: 16.8rem; margin-top: 1.1rem; }
.home .main-navi > ul > li:last-child { padding-right: 0; margin-top: 0; }
.home .follow .main-navi > ul > li:last-child { padding-right: 0; width: 16.8rem;  margin-top: 1.1rem; }
*/
.navi-item > a {
    position: relative; display: block; text-align: center;
    -webkit-transition: all .32s ease-out;
    transition: all .32s ease-out;
}

.navi-item > a:not(.item-btn)::before,
.navi-item > a:not(.item-btn)::after {
    position: absolute; background: #fff; left: 0; width: 100%; height: 1px;
    content: ''; opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navi-item > a:not(.item-btn)::before{
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.navi-item > a:not(.item-btn)::after{
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.navi-item > a:not(.item-btn):hover::before,
.navi-item > a:not(.item-btn):focus::before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.navi-item > a:not(.item-btn):hover::after,
.navi-item > a:not(.item-btn):focus::after {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.home .navi-item > a:not(.item-btn):hover::before,
.home .navi-item > a:not(.item-btn):focus::before,
.home .navi-item > a:not(.item-btn):hover::after,
.home .navi-item > a:not(.item-btn):focus::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.follow .navi-item > a:not(.item-btn):hover::before,
.follow .navi-item > a:not(.item-btn):focus::before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.follow .navi-item > a:not(.item-btn):hover::after,
.follow .navi-item > a:not(.item-btn):focus::after {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.navi-item > a.item-btn {
    border-color: rgba(255,255,255,1); border-style: solid; border-width: 1px; border-radius: 1px;
    padding:0; height: 4.8rem; line-height:4.8rem;
}
.navi-item > a.item-btn::after {
    background: url(svg/arrows1.svg) no-repeat center center /contain;
    content: ""; display: inline-block; vertical-align: baseline;
    margin-left: 1.5rem; width: 1.2rem; height: 1.2rem;
}
.navi-item > a:not(.item-btn):hover { border-color: rgba(255,255,255,1); }
.navi-item section{ text-align:center;line-height:15px;padding:15px 0;margin: 0 0; }
.navi-item section p{ margin: 0 0; }
.navi-item section .info-cn{ font-weight: 500;font-size: 20px; padding-bottom: 8px;}
.navi-item section .info-en{ color:#ece4c0; font-weight: 300;font-size: 15px; }

/* Home Page (Navi Dropdown Menu)  */
.main-navi-dropdown .line:after{
    transition:all .2s cubic-bezier(.455,.03,.515,.955)
}

.main-navi-dropdown {
    position:absolute; background:rgba(19,40,71,.8); font-weight:300; margin-top: 10px; margin-left: -300px;
    width: 620px; display:-ms-flexbox; display:flex; transform:scale(0);
    flex-direction:column; justify-content:center; /*align-items:center;*/
}
.main-navi-dropdown a {
    color:#fff; display:block; padding-top:.5rem; padding-bottom:.5rem; text-decoration:none
}
.main-navi-dropdown a:active,
.main-navi-dropdown a:focus,
.main-navi-dropdown a:hover,
.main-navi-dropdown a:visited {
    color:#fff;
    text-decoration:none
}
.main-navi-dropdown a.head-link {
    padding-bottom:1.4rem
}
.main-navi-dropdown a:hover .line:after {
    width:100%
}
.main-navi-dropdown .line {
    position:relative;
    display:inline-block;
    line-height:25px;
}
.main-navi-dropdown .line:after {
    position:absolute; background:#fff; bottom:0; left:0;
    width:0; height:.1rem; display:block; content:''
}
.main-navi-dropdown .caption {
    padding-left:1.8rem;
    color:#D6D6D6;
    font-size:.9rem;
    letter-spacing:normal
}
#navi-list>li:hover .main-navi-dropdown,
.active .main-navi-dropdown {
    transform:scale(1);
    animation:showElm .3s cubic-bezier(.455,.03,.515,.955) 0s forwards,posAni .2s cubic-bezier(.455,.03,.515,.955) 0s forwards;
    box-shadow:.3rem .3rem 2rem rgba(0,0,0,.2)
}
#navi-list> li {
    line-height: 3rem;
}
.triangle-bottom {
    width: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgba(19,40,71,.8);
    border-right: 10px solid transparent;
    height:16px; margin:-15px 350px;
}
.main-navi-dropdown .visual-stage{
    width:50%; margin-top:14px; min-height: 350px;
    background-repeat:no-repeat; background-position:center; background-size: cover;

}
.main-navi-dropdown .dropdown-stage{ width:50%;padding: 30px; }
.navi-bg-news{ background-image:url(../img/menu_photo01_news.jpg); }
.navi-bg-about{ background-image:url(../img/menu_photo02_about.jpg); }
.navi-bg-register{ background-image:url(../img/menu_photo03_register.jpg); }
.navi-bg-active{ background-image:url(../img/menu_photo04_activities.jpg); }
.navi-bg-quality{ background-image:url(../img/menu_photo05_quality.jpg); }
.navi-bg-confine{ background-image:url(../img/menu_photo06_confinement.jpg); }

.main-navi-dropdown .dropdown-stage .global-nav-second{
    padding-left: 23px;
    line-height: 1.2rem;
}

/* Home Page (Web Reserve Button) */
.home-web-box {
    margin-bottom: 30px;
    padding: 0px;
    width: 250px;
    font-size: 24px;
}
.home-web-box li:not(:last-child) {
    margin: 0 0 1rem;
    display: block;
}
.home-web-box a {
    border: 1px solid rgba(255,255,255,.5); border-radius: 1px;
    color: #fff; display: block; text-align: center;
    padding: .4rem 1.5rem .2rem 1.5rem;
}
.home-web-box a:hover {
    background-color: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.8);
}

/* Home Page (Mouse Scroll Icon) */
.home-mouse {
    width: 100%;
    position: absolute;
    bottom: 6rem;
}
.scroll-btn .mouse {
    position: relative; display: block;
    border: 1px solid #fff; border-radius: 1rem;
    height: 2.4rem; width: 1.6rem; margin: 0 auto;
}
.scroll-btn .mouse > * {
    position: absolute; display: block; background-color: #fff; border-radius: 50%;
    width: 0.4rem; height: 0.4rem; margin: -5px 0 0 -3px;
    left: 60%; top: 29%;
    animation: 2.5s linear 0s normal none infinite running ani-mouse;
}
@keyframes ani-mouse {
    0% {opacity: 1;top: 29%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 29%;}
}

.hm-body .scroll {
    position: absolute;width: 100%; color: #ffffff;
    left: 0px; bottom: 35px; padding-top: 15px;
    text-align: center; letter-spacing: 0.1em;
    font-size: 9px; font-family: 'Quicksand', sans-serif;
    box-sizing: border-box;
}


/***** Home Page (News ) *****/
#news-page{ position:relative; background-color: rgba(132,149,143,1); width:100%; min-height: 100%; left:0; z-index:1; }

.news-title-area {
    height: 100%; color: #676767; font-weight: 300; line-height: 3rem;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.news-title-area img:nth-child(1){ width: 230px;margin:15px; }
.news-title-area p:nth-child(2){ font-size: 28px;margin:0px; }
.news-title-area p:nth-child(3){ font-size: 24px;margin:0px; }

#news-list-area,
.news-list-area{
    width:90%;min-height:500px;margin:50px;padding:20px;
    border-left: 1px solid #999;
}
#news-list-area .news-list-article,
.news-list-area .news-list-article {
    position: relative; width: 100%; float:left;
    padding-left: 20px; padding-bottom: 40px;
    box-sizing: border-box;
}
#news-list-area .important,
#news-list-area .important {
    float:left;
    width:100%;
    position:relative;
    border-top: 1px solid #999;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 0px;
}
#news-list-area .important li,
.news-list-area .important li {
    float:left;
    width:100%;
    position:relative;
    font-size: 18px;
    letter-spacing: 0.1em;
    background-image:url(../img/news_icon.png);
    background-position: left 10px center;
    background-repeat:no-repeat;
    background-size:29px auto;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#news-list-area .important li:hover,
.news-list-area .important li:hover {
    opacity:0.5;
}
#news-list-area .important li a,
.news-list-area .important li a {
    float:left;
    width:100%;
    height:100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 65px;
    box-sizing: border-box;
}

.news-list-article .badge-leb{
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    margin-right: 10px;
}
.badge-leb.badge-green{ background: #50de3d; }
.badge-leb.badge-pinky{ background: #de3dd9; }
.badge-leb.badge-orange{ background: #de763d; }
.badge-leb.badge-orange2{ background: #FFA500; }
.badge-leb.badge-red{ background: #de3d58; }


/* News Page  (News List Item) */
.news-list-item {
    float:left;
    width:100%;
    position:relative;
    margin-bottom: 25px;
}
.news-list-item:last-child {
    margin-bottom:0px;
}
.news-list-item dt {
    float:left;
    width: auto;
    position: absolute;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-family: 'Quicksand', sans-serif;
}
.news-list-item dd {
    float: left;
    padding-left: 110px;
    position: relative;
    box-sizing: border-box;
    text-decoration: underline;
    letter-spacing: 0.1em;
}
/* News Page  (News More Button) */
.news-title-area a.btn {
    position: relative;
    display: block;
    width: 200px;
    line-height: 30px;
    padding: 8px 24px;
    box-sizing: border-box;
    font-size: 14px;
    color: #89668c;
    border-radius:0px;
    font-weight: 300;
    margin: 20px;
    border: 1px solid #89668c;
}

.news-title-area a.btn:hover {
    background-position: right 10px center;
    background-color: rgba(137,102,140,.2);
}

/***** Home Page (Activity) *****/

#activity-page{
    position:relative; background-color: rgba(132,149,143,1);
    width:100%;min-height: 100%; left:0; z-index:1;
}
#activity-page a{ position: relative; /*width: 100%; height: 1000%;*/ display: block; }
#activity-page .row-col{ position: relative; border-bottom:0px solid; border-left:0px solid; }
#activity-page .image{ overflow: hidden; }
#activity-page .subject{ position:absolute;bottom:30px;left:80px;width:200px;z-index:2; }
#activity-page .subject section{ color: #2d3052; line-height:18px; }
#activity-page .subject section p:nth-child(1){ font-size:16px; }
#activity-page .subject section p:nth-child(2){ font-size:30px;font-weight: 700; }
.act-schedule, .act-activity{ padding: 0px; }

/* Activity Page  (Image Moving Line) */
.hover-border .h-line:after, .hover-border .h-line:before, .hover-border .h-line a::after, .hover-border .h-line a::before {
    position:absolute; display:block; background-color:rgba(45,48,82,.8);
    content:'';  z-index:10;
    /*margin: 5px 3px 5px 3px;*/
    transition:all .3s ease;
    -webkit-transition:all .3s ease
}
.hover-border .h-line:after { height:5px; left:-1px; top:-1px; width:0px; }
.hover-border .h-line:before { bottom:-1px; height:5px; right:-1px; width:0px; }
.hover-border .h-line a::after { top:-1px; height:0px; left:-1px; width:5px }
.hover-border .h-line a::before { height:0px; right:-1px; bottom:-1px; width:5px}
.hover-border .h-line a:hover, .hover-border .h-line a:hover img {
    opacity:1
}
.hover-border .h-line a:link, .hover-border .h-line a:active {
    color:#fff;
}

.hover-border .h-line:hover:before, .hover-border .h-line:hover:after {
    width:100%;
    width: calc(100% - -2px);
}
.hover-border .h-line:hover a::after, .hover-border .h-line:hover a::before {
    height:100%;
    height: calc(100% - -2px);
}


.scale-bg .bg {
    transform: scale(1);
    transition: 1s;
}
.scale-bg:hover .bg {
    transform: scale(1.1);
    -webkit-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
}
.darker-bg {
    position:absolute;width:100%;height:100%;background-color:#000; display: block;
    z-index: 1;opacity: 0.25;transition: 3s;
}
.darker-bg:hover{ opacity: 0; }

/* Home Page (Navi Menu for Smart Phone)  */

@media screen and (max-width: 992px) {
    .news-title-area{ margin-top: 30px; }
    #news-list-area,
    .news-list-area{ margin:50px 20px;padding:0px; border-left: 0px; }
}
.home-info .tel-time-info { width:80%;color:#ffffff;margin-bottom: 35px;font-size:20px;font-weight: 700; }
.tel-time-info span {
    background: url(../img/home_icon.png) no-repeat center left / contain;
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 1500px) {
    .home .main-navi > ul { margin: 0 8rem 0 auto; }
    .navi-item section .info-cn{ font-weight: 300;font-size: 16px;}
    .navi-item section .info-en{ color:#ece4c0; font-weight: 300;font-size: 12px; }

}
@media screen and (max-width: 1024px) {
    .home .main-navi { top: 16rem; }
    .tel-time-info span { font-size: 16px; }
}

@media only screen and (max-device-width : 414px)  and (max-device-height : 812px){
    /* iPhoneX Portrait ( Home Page) */
    .home .navi-logo img{ width: 350px;}
    .home-info { top: 30%; }
    .home-info section{  width:90%; font-size:36px; line-height:60px;  }
    .home-web-box {  width: 450px; font-size: 36px; letter-spacing:8px; }
    .tel-time-info span { font-size: 34px; padding-left: 80px; }
    .tel-time-info div:nth-child(1){ margin-top: 30px; }
    .tel-time-info div:nth-child(2){ margin-top: 10px; }
}
@media only screen and (max-device-width : 414px)  and (max-device-height : 812px){
    /* iPhoneX Portrait ( News Page)*/
    .news-title-area{ line-height: 5rem; }
    .news-title-area img:nth-child(1){ width: 350px;margin:15px; }
    .news-title-area p:nth-child(2){ font-size: 48px;margin:0px; }
    .news-title-area p:nth-child(3){ font-size: 36px;margin:0px; }
    .news-title-area a.btn { width: 450px; font-size: 32px; line-height: 60px; }
    #news-list-area .important li,
    .news-list-area .important li{ font-size: 32px; background-size:46px auto; }
    #news-list-area .important li a,
    .news-list-area .important li a{ padding-left: 90px; }
    .news-list-item { font-size: 32px; }
    .news-list-item dd { padding-left: 220px; }
}
@media only screen and (max-device-width : 414px)  and (max-device-height : 812px){
    /* iPhoneX Portrait (Activity Page)*/
    #activity-page .subject section{ line-height:50px; width:300px; }
    #activity-page .subject section p:nth-child(1){ font-size:36px; }
    #activity-page .subject section p:nth-child(2){ font-size:60px; font-weight: 700; }
}

#sp-navi-btn {
    background-color:rgba(132,149,143,1);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:absolute;
    top:6rem;
    right:6rem;
    /*width:5.8rem;*/
    /*height:5.8rem;*/
    width:80px;
    height:80px;
    border: 1px solid rgba(255,255,255,.5);
    z-index:200;
}

@media screen and (max-width: 992px) {
    #sp-navi-btn {  top:9rem; }
}

.open #sp-navi-btn{
    background-color:rgba(132,149,143,0);
    border: 0px;
}

.open #sp-navi-btn .sp-navi-btn-line {
    background:#fff;
}
.open #sp-navi-btn .sp-navi-btn-line:nth-child(1) {
    transform:translateY(0) rotate(45deg)
}
.open #sp-navi-btn .sp-navi-btn-line:nth-child(2) {
    transform:translateX(1rem);
    opacity:0
}
.open #sp-navi-btn .sp-navi-btn-line:nth-child(3) {
    transform:translateY(0) rotate(-45deg)
}
.sp-navi-btn-line {
    display:block;
    position:absolute;
    top:40px;
    left:0;
    right:0;
    width:50px;
    height:.2rem;
    margin:auto;
    background:#000;
}
.sp-navi-btn-line:nth-child(1) {
    transform:translateY(-1.1rem)
}
.sp-navi-btn-line:nth-child(3) {
    transform:translateY(1.1rem)
}
.full-view .sp-navi-btn-line {
    background:#fff
}
.sp-navi-btn-line {
    transition: all .2s cubic-bezier(.455,.03,.515,.955);
}

@media screen and (min-width: 1100px) {
    .sp-navi {display: none;}
}
/* main navi(sp-menu-item) */
@media screen and (max-width: 1099px) {
    .main-navi {display: none !important;}
    .sp-navi {
        display: block;
        z-index: 10;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
    }
    .sp-navi-logo{ padding:40px; }
    .sp-navi-logo img{ width: 300px; }
    .sp-navi-box {
        background-color: rgba(0,0,0,.7);
        background-color:rgba(132,149,143,.9);
        color: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 100;
        padding: 2rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(6rem);
        -webkit-transform: translateY(6%);
        transform: translateY(6%);
        -webkit-transition: all .32s ease-out;
        transition: all .32s ease-out;
    }
    .active.sp-navi-box {
        display: block;
        opacity: 1;
        overflow: auto;
        visibility: visible;
        height: auto;
        transform: translateY(0);
        height: 100vh;
    }
    .sp-menu-item{
        margin-top: 8rem;
        padding: 0px 30px;
    }
    .sp-menu-item a {
        display: block;
        color: #fff;
    }
    .sp-menu-item > li {
        border: 1px solid rgba(255,255,255,.5);
        background: rgba(255,255,255,.1);
        border-radius: 1px;
        color: #fff;
        display: block;
        margin-bottom: 1rem;
    }
    .dropdown {
        position: relative;
    }
    .sp-menu-item-parent a,
    .sp-menu-item > li > a {
        padding: 1.5rem;
        font-size: 1.6rem;
        line-height: 1;
    }
    .ac-btn {
        background: rgba(255,255,255,.02);
        width: 8rem;
        height: 4.5rem;
        position: absolute;
        right: 0;
        top: 0;
        transition: ease-out .2s all;
    }
    .ac-btn span {
        background: url(../img/arrows_r.png) no-repeat center center / contain;
        margin: auto;
        position: absolute;
        height: 1.6rem;
        width: 1.6rem;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0px;
        transform: rotate(90deg);
        transition: ease-out .2s all;
        cursor: pointer;
    }
    .dropdown.open .ac-btn span { transform: rotate(-90deg); }
    .sp-menu-item-2nd.open {}
    .sp-menu-item-2nd li {
    }
    .sp-menu-item-2nd > li > a {
        font-size: 1.4rem;
        /*padding: 1.5rem 1rem 1.5rem 4rem;*/
        padding: .8rem 1rem .8rem 4rem;
        position: relative;
    }
    .sp-menu-item-2nd > li > a::before {
        background: url(../img/arrows_r.png) no-repeat 0 0 / contain;
        content: "";
        margin: auto;
        width: .8rem;
        height: .8rem;
        position: absolute;
        bottom: 0;
        left: 1.5rem;
        top: 0;
    }
    .sp-menu-item-3rd > li > a {
        font-size: 1.4rem;
        padding: .8rem 1rem .8rem 3rem;
        /*padding: 1.5rem 1rem 1.5rem 3rem;*/
    }
    .sp-menu-item-3rd > li > a::before {
        content: "- ";
    }
}
@media screen and (max-width: 1024px) {
    .sp-menu-item > li { margin-bottom: 2rem;  }
    .sp-menu-item > li > a { padding: 2.8rem; font-size: 45px; }
    .sp-menu-item-2nd > li > a { font-size: 38px; }
    .sp-menu-item-2nd > li > a::before { width: 1.8rem; height: 1.8rem; }
    .sp-menu-item-3rd > li > a { font-size: 38px; }
    .ac-btn { height: 9rem; right: 10px; }
    .ac-btn span { height: 3.5rem; width: 9rem; }
}
/*@media only screen and (max-device-width : 414px)  and (max-device-height : 812px){
    /* iPhoneX Portrait */
/*    .sp-menu-item > li { margin-bottom: 2rem;  }
    .sp-menu-item > li > a { padding: 2.8rem; font-size: 36px; }
    .ac-btn { height: 9rem; }
    .ac-btn span { height: 3rem; width: 3rem; }
    .sp-menu-item-2nd > li > a { font-size: 28px; }
    .sp-menu-item-2nd > li > a::before { width: 1.8rem; height: 1.8rem; }
    .sp-menu-item-3rd > li > a { font-size: 28px; }
}*/
@media only screen and (max-device-width : 812px)  and (max-device-height : 375px){
    /* iPhoneX Landscape */
    .hm-body{ height: 500px; }
    .home-overlay{ position: fixed;}
    .home-bg-img { border-bottom: 0px; }
}


/***** Home Page (Footer) *****/
footer { position:relative; background-color: rgba(132,149,143,1); color: #fff;padding: 10px 0 0; }
.footer-info{ display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; }

/* Footer  (Link Button Item) */
.footer-logo,.footer-info,.footer-btn{ height: 320px; }
.footer-btn .footer-btn-item li a { color:#ffffff; }
.footer-btn-item{ float:left; width:100%; }
.footer-btn-item li {
    position:relative; float:left; width:220px; height:75px; margin-right:25px;margin-bottom:20px;
}
.footer-btn-item li span { display:block; font-size:12px; line-height:0.5em; }

.footer-btn-item li a:before {
    position:absolute; height:15px;border:1px solid #185546;
    top:0; left:10px; content:"";
}
.footer-btn-item li p:first-child { padding-top:0px; }
.footer-btn-item li a {
    position:relative; float:left; width:100%; height:100%;
    background-color:#3ab54a; color:#999999;
    box-sizing:border-box; text-align:center; font-size:17px; line-height:2em;
    padding:20px 10px 23px 10px; box-shadow: 3px 5px 4px rgba(0,0,0,.25);
    border-radius:5px;
    border:0px solid #EEEEEE;
    border-bottom:0px solid #EEEEEE;
    transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
}
.footer-btn-item li a:hover {
    text-decoration:none;
    border-bottom:0px solid #EEEEEE;
    opacity:0.8;
    margin-top:2px;
}

.footer-info section{ color: #2d3052; line-height:25px; font-size:18px; font-weight: 300; }
.footer-info section .square{ font-size:16px; background-color: #3ab54a; color: #fff; padding: 2px 15px; font-weight: 300; }
.footer-info section p:nth-child(2){ font-size:20px;font-weight: 500; }
.footer-info section p:nth-child(5){ font-size:14px; }
/* Footer  (To Map Button) */
.footer-info a.btn {
    position: relative; background-color: #84958f; width: 180px; display: block;
    color: #fff; font-size: 14px; line-height: 30px; font-weight: 300;
    padding-left: 24px; box-sizing: border-box; border-radius:0px;
}
.footer-info a.btn:hover {
    background-position: right 10px center;
    background-color: rgba(132,149,143,.5);
}

.footer-logo,.footer-info,.footer-btn{ height: 320px; }

@media screen and (max-width: 1500px) {
    .footer-logo{ float:left; width:40%;}
    .footer-info{ float:left; width:60%;}
    .footer-btn{ width:100%; height: auto;}
    .footer-btn ul{ padding-left:10px; display:flex; flex-wrap:wrap; flex-direction:row; justify-content:center;  align-items:center; }
}

@media only screen and (max-device-width : 414px)  and (max-device-height : 812px){
    /* iPhoneX Portrait (Footer)*/
    .footer-logo{ width:100%;height: 200px;}
    .footer-info{ width:100%;height: 500px;}
    .footer-info section{ line-height:60px; font-size:40px; padding-left:60px;  }
    .footer-info section .square{ font-size:36px; }
    .footer-info section p:nth-child(2){ font-size:48px; }
    .footer-info section p:nth-child(5){ font-size:28px; }
    .footer-info a.btn { width: 320px; font-size: 24px;line-height: 60px; }
    .footer-btn-item li { width:250px; height:100px; }
    .footer-btn-item li a { font-size:30px; }
}

/* Photo Show Page*/
.photo-area{
    display: none;
    position:fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:2000;
    background-color: rgba( 0, 0, 0, 0.8 );
}

.photo-box{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    margin: 20px;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}

#photo-area #photo-close{
    position:absolute;
    top:0px; right:0px;padding:50px;cursor:pointer;z-index:10;
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}
#photo-area #photo-close:hover {
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    transition:all .2s
}

/*  Pojen Customer Feedback Request -1 ( Logo Overlay )*/
.triangle-bottom { margin:-15px 68px; }
.main-navi-dropdown { margin-left: -20px; width: 280px; }
.main-navi-dropdown .visual-stage{ width:0%; }
.main-navi-dropdown .dropdown-stage{ width:100%;}
@media screen and (max-width: 1635px) {
    .home .main-navi > ul { width: 88rem; }
    .triangle-bottom { margin:-15px 60px; }
}
@media screen and (max-width: 1380px) and (min-width: 1099px) {
    .home .main-navi > ul { width: 80rem; }
    .triangle-bottom { margin:-15px 55px; }
}
@media screen and (max-width: 1260px) {
    .home .main-navi.move > ul { width: 65rem; }
}
.home .navi-logo.move img{ width: 180px;}
.home .navi-logo.move { top:7rem; }


