/* CSS Document */

@import url("reset.css");
body {
    -webkit-text-size-adjust: none;
    text-decoration: none;
    font-family: "微軟正黑體", "新細明體", "細明體", Arial, Helvetica, sans-serif;
    background-color: #fefcca;
    font-size: 16px;
}


/*==========================PC版型區============================*/


/*PC表頭尾*/

.PC .PC_LOGIN,
.PC .FOOT_PC {
    width: 100%;
    display: block;
}


/*PC表頭尾*/


/*消失區*/

.PC #float_icon,
.PC #header,
.PC .FOOT_MOBILE {
    display: none;
}


/*消失區尾*/

.PC .BTN {
    position: absolute;
    bottom: 20px;
    left: 10%;
}


/*浮動置頂*/

.PC #it722 .NFIX {
    position: fixed;
    width: 100%;
    height: 60px;
    background: #029298;
    /* Old browsers */
    background: -moz-linear-gradient(top, #029298 0%, #017a67 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #029298 0%, #017a67 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #029298 0%, #017a67 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#029298', endColorstr='#017a67', GradientType=0);
    /* IE6-9 */
    top: 0;
    margin-top: 60px;
    z-index: 3;
}


/*框架區*/

.PC #it722 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-position: top center;
    font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial;
    position: relative;
}

.PC #it722 .FRAME {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}


/*框架區尾*/


/*表頭區*/


/*抬頭條重覆*/

.PC #it722 .e_TOP {
    width: 100%;
    height: 400px;
    background-image: url(../images/top_title.jpg), url(../images/side_bg.jpg);
    background-position: top center, left center;
    background-repeat: no-repeat, repeat-x;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


/*內容區*/

.PC #it722 .NAV {
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

.PC #it722 .NFIX {
    /*浮動置頂*/
    position: fixed;
    background: #029298;
    /* Old browsers */
    background: -moz-linear-gradient(top, #029298 0%, #017a67 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #029298 0%, #017a67 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #029298 0%, #017a67 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#029298', endColorstr='#017a67', GradientType=0);
    /* IE6-9 */
    top: 0;
    z-index: 9999;
}

.PC #it722 .NAV .CENTER {
    width: 780px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
}

.PC #it722 .NAV .CENTER ul {
    width: 100%;
    margin: 0 auto;
}

.PC #it722 .NAV .CENTER ul li {
    display: inline-block;
    float: left;
    width: 20%;
    font-size: 26px;
    text-align: center;
}

.PC #it722 .NAV .CENTER ul li a {
    text-align: center;
    display: block;
    outline: none;
    color: #fff;
    line-height: 60px;
}

.PC #it722 .active,
.PC #it722 .NAV .CENTER ul li a:hover {
    width: 100%;
    height: 60px;
    background-color: #005952;
    color: #fff000 !important;
    font-weight: bold;
}


/*內容框架*/

.PC #it722 .CONTENT {
    margin: 0 auto;
    width: 780px;
    height: auto;
    overflow: hidden;
    clear: both;
    padding-bottom: 20px;
}

.PC #it722 .TITLE {
    width: 780px;
    /* height: 70px; */
    margin-top: 40px;
    line-height: 70px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.PC #it722 .TITLE>img {
    vertical-align: bottom;
}

.PC #it722 .BOX {
    width: 780px;
    height: auto;
    overflow: hidden;
    padding: 26px;
    background-color: #FFF;
    color: #000;
    box-sizing: border-box;
}

.PC #it722 .BOX .SAMPLE ul {
    width: 100%;
    display: block;
    margin: 15px 0;
}

.PC #it722 .SAMPLE ul li {
    width: 48%;
    height: 320px;
    display: block;
    float: left;
    overflow: hidden;
}

.PC #it722 .SAMPLE ul li:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 12px;
    margin-left: 2px;
    position: relative;
}

.PC #it722 .SAMPLE ul li:nth-child(even) {
    margin-left: 12px;
    margin-bottom: 12px;
    position: relative;
}

.PC #it722 .SAMPLE ul li img {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
}

.PC #it722 .SAMPLE ul li p {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5em;
    color: #333;
    margin: 10px auto;
}


/*共用按鈕*/

.WIDTH {
    width: 80% !important;
}

.BTN {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}

.BTN a {
    display: block;
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.BTN:hover {
    color: #fef07d;
}

.PC #it722 .BT_BOX {
    display: block;
    width: 100%;
    height: 50px;
    height: auto;
    margin: 0 auto;
    margin-top: 52px;
}

.PC #it722 .BT_BOX a {
    display: block;
    width: 46%;
    height: 50px;
    font-size: 1.5rem;
    line-height: 50px;
    float: left;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: inset 0 0 7px rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.PC #it722 .BT_BOX a:nth-child(odd) {
    margin-right: 26px;
}

.PC #it722 .BT_BOX a:nth-child(even) {
    margin-left: 26px;
}

.PC #it722 .BT_BOX a.COLOR0:hover {
    background: #017a67;
    /* Old browsers */
    background: -moz-linear-gradient(top, #017a67 0%, #02a298 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #017a67 0%, #02a298 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #017a67 0%, #02a298 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#017a67', endColorstr='#02a298', GradientType=0);
    /* IE6-9 */
}


/*共用按鈕*/


/* 共用色彩 */

.COLOR0 {
    background: #029298;
    /* Old browsers */
    background: -moz-linear-gradient(top, #029298 0%, #017a67 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #029298 0%, #017a67 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #029298 0%, #017a67 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#029298', endColorstr='#017a67', GradientType=0);
    /* IE6-9 */
}

.COLOR1 {
    background: #eb2f46;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eb2f46 0%, #cf0e15 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eb2f46 0%, #cf0e15 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eb2f46 0%, #cf0e15 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb2f46', endColorstr='#cf0e15', GradientType=0);
    /* IE6-9 */
    border: 1px solid #e12334;
}

.COLOR1 a:hover {
    background: #cf0e15;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cf0e15 0%, #eb2f46 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cf0e15 0%, #eb2f46 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cf0e15 0%, #eb2f46 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cf0e15', endColorstr='#eb2f46', GradientType=0);
    /* IE6-9 */
}

.COLOR2 {
    background: #31a236;
    /* Old browsers */
    background: -moz-linear-gradient(top, #31a236 0%, #34870f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #31a236 0%, #34870f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #31a236 0%, #34870f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#31a236', endColorstr='#34870f', GradientType=0);
    /* IE6-9 */
    border: 1px solid #33911e;
}

.COLOR2 a:hover {
    background: #34870f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #34870f 0%, #31a236 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #34870f 0%, #31a236 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #34870f 0%, #31a236 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#34870f', endColorstr='#31a236', GradientType=0);
    /* IE6-9 */
}

.COLOR3 {
    background: #e40066;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e40066 0%, #c30040 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e40066 0%, #c30040 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e40066 0%, #c30040 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e40066', endColorstr='#c30040', GradientType=0);
    /* IE6-9 */
    border: 1px solid #c80047;
}

.COLOR3 a:hover {
    background: #c30040;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c30040 0%, #e40066 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c30040 0%, #e40066 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c30040 0%, #e40066 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c30040', endColorstr='#e40066', GradientType=0);
    /* IE6-9 */
}

.COLOR4 {
    background: #0091e4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0091e4 0%, #0073c3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0091e4 0%, #0073c3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0091e4 0%, #0073c3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0091e4', endColorstr='#0073c3', GradientType=0);
    /* IE6-9 */
    border: 1px solid #0075c5;
}

.COLOR4 a:hover {
    background: #0073c3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0073c3 0%, #0091e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0073c3 0%, #0091e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0073c3 0%, #0091e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0073c3', endColorstr='#0091e4', GradientType=0);
    /* IE6-9 */
}

.COLOR5 {
    background: #9e25e4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9e25e4 0%, #7b15af 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9e25e4 0%, #7b15af 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9e25e4 0%, #7b15af 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9e25e4', endColorstr='#7b15af', GradientType=0);
    /* IE6-9 */
    border: 1px solid #8218b9;
}

.COLOR5 a:hover {
    background: #7b15af;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7b15af 0%, #9e25e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7b15af 0%, #9e25e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7b15af 0%, #9e25e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7b15af', endColorstr='#9e25e4', GradientType=0);
    /* IE6-9 */
}

.BC1 {
    border: 1px solid #e12334;
    border-top: none;
}

.BC2 {
    border: 1px solid #33911e;
    border-top: none;
}

.BC3 {
    border: 1px solid #c80047;
    border-top: none;
}

.BC4 {
    border: 1px solid #0075c5;
    border-top: none;
}

.BC5 {
    border: 1px solid #8218b9;
    border-top: none;
}


/* 共用色彩 */


/*=========================列印頁面尾區================*/


/*平板小於內容js縮放*/

@media screen and (max-width: 1000px) {
    .PC #it722 {
        width: 1000px !important;
        transform-origin: 0 0;
    }
}


/*==============================手機版=======手機版=====手機版====手機版===============================================*/


/* iPhone 5 & 5S in portrait & landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {}


/* iPhone 5 & 5S in portrait & landscape */

.MOBILE .PC_LOGIN,
.MOBILE .FOOT_PC {
    display: none;
}


/*MOBILE表頭尾*/

.MOBILE #float_icon,
.MOBILE #header,
.MOBILE .FOOT_MOBILE {
    width: 100%;
}


/*MOBILE表頭尾*/


/*----------MENU----------*/

.MOBILE #it722 .NAV {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    overflow-x: scroll;
    /* [0] */
    white-space: nowrap;
    /* [1] */
    overflow-y: hidden;
    /* [2] */
    -webkit-overflow-scrolling: touch;
    /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.MOBILE #it722 .NAV ul>li:last-of-type,
.MOBILE #it722 .NFIX ul>li:last-of-type {
    margin-right: 36px;
}

.MOBILE #it722 .NAV ul>li:first-of-type,
.MOBILE #it722 .NFIX ul>li:first-of-type {
    margin-left: 36px;
}

.MOBILE #it722 .NFIX {
    /*浮動置頂*/
    position: fixed;
    width: 100%;
    height: 45px;
    background-color: #029298;
    top: 0;
    margin-top: 45px;
    z-index: 3;
    overflow-x: scroll;
    /* [0] */
    white-space: nowrap;
    /* [1] */
    overflow-y: hidden;
    /* [2] */
    -webkit-overflow-scrolling: touch;
    /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.MOBILE #it722 .NAV .CENTER,
.MOBILE #it722 .NFIX .CENTER {
    margin: 0 auto;
    text-align: center;
}


/* [5] */

.MOBILE #it722 .NAV::-webkit-scrollbar,
.MOBILE #it722 .NFIX::-webkit-scrollbar {
    display: none;
}

.MOBILE #it722 .NAV .CENTER ul,
.MOBILE #it722 .NFIX .CENTER ul {
    height: 100%;
    text-align: left;
    ;
}

.MOBILE #it722 #NAV_WRAPPER {
    position: relative;
}

.MOBILE #it722 #backBtn:before,
.MOBILE #it722 .NWFIX #backBtn:before,
.MOBILE #it722 #nextBtn:after,
.MOBILE #it722 .NWFIX #nextBtn:after {
    content: '';
    width: 36px;
    height: 45px;
    background-repeat: no-repeat;
    z-index: 9;
    cursor: pointer;
}

.MOBILE #it722 #backBtn:before {
    background-image: url(../images/nav_left_mb.jpg);
    background-position: left center;
    position: absolute;
    left: 0;
}

.MOBILE #it722 .NWFIX #nextBtn:after {
    position: fixed;
    top: 45px;
}

.MOBILE #it722 #nextBtn:after {
    background-image: url(../images/nav_right_mb.jpg);
    background-position: right center;
    position: absolute;
    right: 0;
    top: 0;
}

.MOBILE #it722 .NWFIX #backBtn:before {
    position: fixed;
    top: 45px;
}

.MOBILE #it722 .NAV .CENTER ul li,
.MOBILE #it722 .NFIX .CENTER ul li {
    width: 28%;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 7px;
}

.MOBILE #it722 .NAV .CENTER ul li:not(:last-of-type),
.MOBILE #it722 .NFIX .CENTER ul li:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.MOBILE #it722 .NAV .CENTER ul li a,
.MOBILE #it722 .NFIX .CENTER ul li a {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #02a095;
}

.MOBILE #it722 .active {
    width: 100%;
    height: 45px;
    background-color: #005952 !important;
    color: #fff000 !important;
    font-weight: bold !important;
}


/*----------MENU----------*/


/*框架區*/

.MOBILE #it722 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 45px;
    position: relative;
}

.MOBILE #it722 .FRAME {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}


/*框架區尾*/

.MOBILE #it722 .e_TOP {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: url(../images/m_top_title.jpg) no-repeat top center;
    background-size: cover;
}


/*表頭區尾*/


/*內容區*/

.MOBILE #it722 .CONTENT {
    width: 98%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    clear: both;
}


/*內容框架*/

.MOBILE #it722 .TITLE {
    width: 100%;
    /* height: 50px; */
    line-height: 50px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.MOBILE #it722 .TITLE>img {
    width: 45px;
    vertical-align: bottom;
    margin-bottom: 3px;
}

.MOBILE #it722 .BOX {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 12px 10px;
    clear: both;
    background-color: #FFF;
    color: #000;
    box-sizing: border-box;
    margin-bottom: 7px;
}

.MOBILE #it722 .BOX .SAMPLE {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
}

.MOBILE #it722 .BOX .SAMPLE ul {
    display: block;
    width: 100%;
    line-height: 12vw;
}

.MOBILE #it722 .SAMPLE ul li {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 7px 0;
}

.MOBILE #it722 .SAMPLE ul li img {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
}

.MOBILE #it722 .SAMPLE ul li p {
    display: none;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5em;
    color: #333;
    margin: 10px auto;
}

.MOBILE #it722 .SAMPLE ul li>div {
    display: none;
}

.MOBILE #it722 .MODAL {
    width: 100%;
    position: fixed;
    z-index: 2;
    bottom: 1px;
    margin: -1.5%;
    margin-bottom: -0.2%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.8%;
}

.MOBILE #it722 .BT_BOX a {
    display: block;
    width: 49%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 1.2em;
    float: left;
    box-shadow: inset 0 0 7px rgba(255, 255, 255, 1);
    border-radius: 5px;
    text-align: center;
}

.MOBILE #it722 .BT_BOX a:nth-child(odd) {
    margin-right: 6px;
}