/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
.clean { clear:both;}
a {color: #000; text-decoration: none; outline: none;}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}
.anchor {
	margin: 0;
	padding: 0;
	margin-top: -100px;
	display: block;
	visibility: hidden;
	float: left;
}
img{border:0;}

.wow:first-child {
	visibility: hidden;
}

#togglenav {
    display: none;
    z-index: 9999;
    position: fixed;
    right: 0;
    overflow: hidden;
    line-height: 35px;
    width: 100%;
    cursor: pointer;
}

body {
    background: #C4C4C4;
}

#wrapper {
    width: auto;
    height: auto;
    background: url("../img/bg.jpg")center top no-repeat;
    min-height: 1215px;
    overflow: hidden;
}

h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

.container {
    max-width: 960px;
    min-height: 475px;
    margin: 0 auto;
}

/*主標*/
.main-header {
    min-height: 475px;
    position: relative;
}

.main-title {
    position: absolute;
    max-width: 754px;
    top: 206px;
    left: 105px;
    z-index: 10;
}

.light1 {
    position: absolute;
    width: 120px;
    height: 148px;
    background: url("../img/light.png");
    top: 320px;
    left: 0px;
}

.light2 {
    position: absolute;
    width: 120px;
    height: 148px;
    background: url("../img/light.png");
    top: 320px;
    right: 0px;
}

/*選單*/
#nav {
    height: 65px;
    background: #B8B2B2;
    width: 100%;
}

#nav ul {
    width: 588px;
    margin: 0 auto;
    padding-top: 15px;
}

#nav ul li {
    list-style: none;
    float: left;
    display: block;
    width: 135px;
    height: 50px;
    text-indent: -9999px;
    margin-left: 6px;
    margin-right: 6px;
}

#nav ul li a {
    display: block;
    width: 135px;
    height: 50px;
}

#nav ul li.m1 {
    background: url("../img/m1on.jpg");
}

#nav ul li.m2 {
    background: url("../img/m2on.jpg");
}

#nav ul li.m3 {
    background: url("../img/m3on.jpg");
}

#nav ul li.m4 {
    background: url("../img/m4on.jpg");
}

#nav ul li.m1 a {
    background: url("../img/m1.jpg");
}

#nav ul li.m2 a {
    background: url("../img/m2.jpg");
}

#nav ul li.m3 a {
    background: url("../img/m3.jpg");
}

#nav ul li.m4 a {
    background: url("../img/m4.jpg");
}

#nav ul li.m1 a:hover {
    background: url("../img/m1h.jpg");
}

#nav ul li.m2 a:hover {
    background: url("../img/m2h.jpg");
}

#nav ul li.m3 a:hover {
    background: url("../img/m3h.jpg");
}

#nav ul li.m4 a:hover {
    background: url("../img/m4h.jpg");
}

/*內文*/
.main {
    height: auto;
    font-family: arial, 微軟正黑體;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

#box1 {
    width: 96%;
    height: auto;
    background: #FFFFFF;
    padding: 15px;
    overflow: hidden;
    margin: 0 auto;
}

#box1 a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #000000;
    transition: margin-top 0.1s ease-in-out;
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.1s ease-in-out;
}

#box1 img {
    width: 46%;
    height: auto;
    float: left;
    margin-right: 20px;
}

#box1 .tour {
    display: block;
    float: right;
    width: 51%;
    height: auto;
}

#box1 .name {
    display: block;
    font-size: 26px;
    color: #FF95E0;
    font-weight: bold;
    padding-top: 5px;
}

#box1 .name strong {
    margin-right: -25px;
}

#box1 .note {
    display: block;
    color: #FF7600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: bold;
}

#box1 .box-list {
    display: block;
    color: #010101;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 10px;
    min-height: 100px;
}

#box1 .box-list strong {
    font-weight: normal;
    border-bottom: solid 1px #000000;
    padding-bottom: 3px;
}

#box1 .program {
    color: #FFFFFF;
    font-size: 15px;
    background: #FF95E0;
    overflow: hidden;
}

#box1 .program-name {
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background: #F474CE;
}

#box1 .program-list {
    font-size: 14px;
    color: #000000;
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
    letter-spacing: 1px;
}

#box1 .price {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

#box1 .price strong {
    font-size: 26px;
    color: #FFFD00;
}


.cwrap {
    width: 31.33333%;
    height: 300px;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 15px;
    float: left;
}

.circle {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}

.tit {
    display: block;
    width: 90%;
    height: 50px;
    background-color: #000000;
    color: #fff100;
    font-size: 17px;
    line-height: 50px;
    font-family: 微軟正黑體;
    text-align: center;
}

.list {
    width: 100%;
    min-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    bottom: 0;
}

.list span {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 40px;
    font-family: 微軟正黑體;
}

.list p {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 22px;
    font-family: 微軟正黑體;
    padding-top: 5px;
}

.pic {
    width: auto;
    min-height: 300px;
}

.circle:hover {
    box-shadow:
        inset 0 0 0 0px rgba(255, 255, 255, 0.1),
        0 0px 0px rgba(0, 0, 0, 0.1);
}

.circle.c3:hover {
    box-shadow: none !important;
}

.circle:hover .info {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.circle:after,
.circle:before {
    content: "";
    display: table;
}

.info {
    overflow: hidden;
    color: #000000;
    font-size: 12px;
    font-family: 微軟正黑體;
    background: #D673EC;
    background: #FFFFFF;
    height: inherit;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: inherit;
    height: 100%;
}

.info li {
    margin: 0 10px 3px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.info .title_list {
    padding-bottom: 5px;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    padding-top: 5px;
    text-transform: uppercase;
    background: #000000;
    background: #FF95E0;
}

.info .title {
    padding-bottom: 10px;
    border-bottom: 1px dotted #000000;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 17px 10px;
    padding-top: 10px;
    text-transform: uppercase;
    height: 170px;
}

.info .title strong {
    font-weight: normal;
    background: #000000;
    border-radius: 5px;
    margin-right: 5px;
    color: #FFFFFF;
    padding: 0px 3px 1px 3px;
}

.info .go {
    width: 100%;
    line-height: 40px;
    font-size: 20px;
    display: block;
    color: #FC589F;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    text-decoration: none;
    bottom: 0;
}

.info .go strong {
    font-size: 24px;
}

/*------media query----------*/


@media screen and (min-width:961px) {
    .pushy {
        display: none;
    }

    #phone-title {
        display: none;
    }

    #togglenav {
        display: none;
    }

    .menu-btn {
        display: none;
    }

    .header-s {
        display: none;
    }
}




/*---平板-----*/
@media only screen and (min-width: 769px) and (max-width:960px) {
    .pushy {
        display: none;
    }

    #phone-title {
        display: none;
    }

    #togglenav {
        display: none;
    }

    .menu-btn {
        display: none;
    }

    .header-s {
        display: none;
    }
}

/*---平板-----*/
@media only screen and (min-width: 481px) and (max-width:768px) {
    .cwrap {
        width: 48%;
    }

    #nav {
        display: none;
    }

    #box1 {
        width: 94%;
        height: auto;
        margin-right: 3%;
        margin-left: 3%;
        float: none;
        padding: 0px;
    }

    #box1 img {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0px;
    }

    #box1 .tour {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }

    #box1 .name {
        font-size: 20px;
        text-align: center;
        border-bottom: 1px #000000 solid;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    #box1 .note {
        font-size: 15px;
        line-height: 18px;
    }

    #box1 .box-list {
        min-height: 0px;
        font-size: 14px;
        line-height: 24px;
        padding-left: 10px;
        width: 90%;
        padding-bottom: 15px;
    }

    .light1 {
        display: none;
    }

    .light2 {
        display: none;
    }

    .header {
        min-height: 445px;
    }

    .header-s {
        display: none;
    }

    .main {
        padding-top: 0px;
    }

    .main-title {
        max-width: 768px;
        bottom: 0px;
    }
}


/*---手機版-----*/
@media only screen and (min-width: 321px) and (max-width:480px) {
    .cwrap {
        width: 94%;
        margin-right: 3%;
        margin-left: 3%;
        float: none;
    }

    #nav {
        display: none;
    }

    #box1 {
        width: 94%;
        height: auto;
        margin-right: 3%;
        margin-left: 3%;
        float: none;
        padding: 0px;
    }

    #box1 img {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0px;
    }

    #box1 .tour {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }

    #box1 .name {
        font-size: 20px;
        text-align: center;
        border-bottom: 1px #000000 solid;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    #box1 .note {
        font-size: 15px;
        line-height: 18px;
    }

    #box1 .box-list {
        min-height: 0px;
        font-size: 14px;
        line-height: 24px;
        padding-left: 10px;
        width: 90%;
        padding-bottom: 15px;
    }

    .header {
        display: none;
    }

    #wrapper {
        min-height: 200px;
        background: none;
    }

    .main {
        padding-top: 20px;
    }
}

/*---手機版-----*/
@media only screen and (max-width:321px) {
    .cwrap {
        width: 94%;
        margin-right: 3%;
        margin-left: 3%;
        float: none;
    }

    #nav {
        display: none;
    }

    #box1 {
        width: 94%;
        height: auto;
        margin-right: 3%;
        margin-left: 3%;
        float: none;
        padding: 0px;
    }

    #box1 img {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0px;
    }

    #box1 .tour {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }

    #box1 .name {
        font-size: 20px;
        text-align: center;
        border-bottom: 1px #000000 solid;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    #box1 .note {
        font-size: 15px;
        line-height: 18px;
    }

    #box1 .box-list {
        min-height: 0px;
        font-size: 14px;
        line-height: 24px;
        padding-left: 10px;
        width: 90%;
        padding-bottom: 15px;
    }

    #wrapper {
        min-height: 200px;
        background: none;
    }

    .main {
        padding-top: 20px;
    }

    .header {
        display: none;
    }
}