﻿@import "/inc/css/btn.css";
@import "/inc/css/all.css";

body {
  
}
/*---- 最外層包裝 ----*/
#WRAPPER {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/*--*/
#wls_bar {
    width: 100%;
    margin: 0 auto;
    background: #898989;
    height: 12px;
    text-align: left;
}

#bar01 {
    width: 30%;
    background: #d60029;
    height: 12px;
}

#logo_box {
    width: 100%;
    height: 80px;
    position: relative;
    z-index:9999;
}

#logo {
    position: absolute;
    left: 20px;
    top: 5px;
}

#logo2 {
    position: absolute;
    right: 20px;
    top: 5px;
}

#master {
    width: 100%;
    background: #00293d ;
}

#master_list {
padding-left: 0;

}
#master_list li{
  list-style: none;
  display:inline-block;
  vertical-align: middle;
  padding-bottom: 70px;
  
}

#masterImg-pc {
    display: block;
    margin: 0 auto;
    margin-top: -80px !important;
    width: 100%;
    max-width: 1200px;
}
#masterImg-mobile {
    display: none;
}
#content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 3em;
}

.pageTitle {
    font-size: 2.5em;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    margin-bottom: .6em;
    color: #008985;
}

.btn_box {
    width: 1000px;
    margin: 0 auto;
    
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn {
    width: 12em;
    color: #888;
    border: 3px solid #e8f7ed;
    font-size: 1.2em;
    border-radius: 1em;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    margin: 1em;
}
    .btn:hover {
        background: #e8f7ed;
    }
    .btn-img {
        height: 65px !important;
        margin:.5em;
    }
    .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 12em;
        height: 8em;
        justify-content: center;
    }
}


.h1 {
    margin: 1.3em auto;
    font-size: 1.3em;
}
.h1 p{
    display: inline-block;
    margin:5px; 
     text-align:left;
     text-align:justify; 
    text-justify:inter-ideograph; 
}
.tel {
    color: #00293d;
    font-size: 1.3em;
}
.tel a
{
   text-decoration: none;
}
#footer {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 1em;
    background: #4d4d4d;
}

    #footer a {
        color: #ffffff;
        text-decoration: none;
    }

        #footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }
    #footer p {
        display:inline-block;
        margin:0 5PX;
    }

#inline_content {
    padding:10px; background:#fff;
}
    #inline_content p {
        padding-bottom: 20px;
    }
.inline_title {
    font-size: 2em;
    color: #00293d;
}
.inline_title_01 {
    color: #00293d;
    font-size: 1.3em;
}
/*行動版*/
@media (max-width: 480px) {
    #wls_bar { height: 8px;}
    #bar01 {width: 35%; height: 8px;}
    #logo_box { height: 50px;}
    #logo {width: 35%;}
    #logo2 {width: 35%;}
     #content, .btn_box { width: 90%;}
    #master {
        background: #00293d;
    }
     #master_list li {padding:0;}
     #master_img1 { width: 50%;}
     #master_img2 { width: 90%;}
    #masterImg-pc {
        display: none;
    }

    #masterImg-mobile {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-top: -55px;
    }
    .btn {
        line-height: 2em;
        width: 88vw;
        padding: 0.2em;
        margin: 0.5em;

    }
        .btn .btn-img {
            height: 1.5em !important;
        }
    .btn_box {
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn .content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        width: 88vw;
        height: 2.5em;
        justify-content: center;
    }
    #footer {font-size: 0.8em;}

}

@media (min-width: 481px) and (max-width: 827px) {
    #bar01 { width: 35%;}
    #logo { width: 30%;}
    #logo2 { width: 30%;}
    #footer {font-size: 0.6em;}
    /*內容*/
    #content, .btn_box { width: 90%;}
    .btn {}
    #master {
        background: #00293d;
    }
     #master_list li {padding:0;}
     #master_img1 { width: 70%;}
     #master_img2 { width: 90%;}

         .btn {
        line-height: 2em;
        width: 88vw;
        padding: 0.2em;
        margin: 0.5em;

    }
        .btn .btn-img {
            height: 1.5em !important;
        }
    .btn_box {
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn .content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        width: 88vw;
        height: 2.5em;
        justify-content: center;
    }
}

@media (min-width: 828px) and (max-width: 987px) {
   #bar01 {width: 35%; }
   #footer {font-size: 0.7em; }
   /*內容*/
   #content, .btn_box { width: 90%;}
   .btn {;}
    #master {
        background: #00293d;
    }
   #master_list li {padding:0;}
   #master_img1,#master_img2 { width: 100%;}
   
}

@media (min-width: 988px) and (max-width: 1142px) {
   #bar01 {width: 35%; }
   #footer {font-size: 0.7em; }
   /*內容*/
   #content, .btn_box { width: 90%;}
   .btn {}
    #master {
        background: #00293d;
    }
   #master_list li {padding:0;}
   #master_img1,#master_img2 { width: 100%;}
   
}

@media (min-width: 1143px) and (max-width: 1647px) {
    #bar01 {width: 35%; }
    #footer {font-size: 1em; }
    /*內容*/
    #content, .btn_box { width: 90%;}
    .btn {}
    #master_img1,#master_img2 { width: 100%;}
    
}