.PC #it205 .POP_POSITION {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*按鈕*/

.PC #it205 .POP_BG .CONTENT .BT {
    width: 310px;
    height: 42px;
}

.PC #it205 .POP_BG .CONTENT .BT a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #a0632c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    background-color: #fdfe03;
    background: -moz-linear-gradient( top, #feb602 0%, #fdfe03 75%);
    background: -webkit-gradient( linear, left top, left bottom, from(#feb602), to(#fdfe03));
}

.PC #it205 .POP_POSITION .POP_BG .BT a:hover {
    background-color: #fdfe03;
    background: -moz-linear-gradient( top, #fdfe03 0%, #feb602 75%);
    background: -webkit-gradient( linear, left top, left bottom, from(#fdfe03), to(#feb602));
}


/*架構*/

.PC #it205 .POP_WRAPPER {
    width: 100%;
    height: 100%;
    background-image: url(images/bt_bg.png);
    position: fixed;
    top: 0;
    left: 0;
}

.PC #it205 .POP_WRAPPER .POP_POSITION {
    width: 639px;
    height: 344px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.PC #it205 .POP_POSITION .POP_BG {
    width: 639px;
    height: 344px;
    background-image: url(images/it205_pop_bg.jpg);
    position: relative;
    -webkit-animation: go 3s linear;
    -moz-animation: go 3s linear;
}

@-webkit-keyframes go {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes go {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.PC #it205 .POP_POSITION .POP_BG .POP_EXIT a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -20px;
    text-indent: -9999px;
    background-image: url(images/x_icon.png);
    background-size: 100% auto;
}

.PC #it205 .POP_POSITION .POP_BG .CONTENT {
    float: right;
    width: 310px;
    margin: 50px 50px 0px 0px;
    background: none;
}

.PC #it205 .POP_POSITION .POP_BG .CONTENT p {
    margin: 8% 0;
    font-size: 1.5em;
    line-height: 1.6em;
    color: #333;
    font-family: "標楷體", Arial, Helvetica;
    text-align: left;
    font-weight: bold;
}

.PC #it205 .POP_POSITION .POP_BG .CONTENT span {
    margin: 8% 0;
    color: #333;
    font-family: "標楷體", Arial, Helvetica;
    text-align: left;
    font-weight: bold;
}


/*==============手機版================手機版==============手機版=============================================*/

.MOBILE #it205 .POP_POSITION {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*按鈕*/

.MOBILE #it205 .POP_POSITION .CONTENT .BT {
    width: 95%;
    height: 32px;
}

.MOBILE #it205 .POP_POSITION .CONTENT .BT a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #a0632c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    background-color: #fdfe03;
    background: -moz-linear-gradient( top, #feb602 0%, #fdfe03 75%);
    background: -webkit-gradient( linear, left top, left bottom, from(#feb602), to(#fdfe03));
}


/*架構*/

.MOBILE #it205 .POP_WRAPPER {
    width: 100%;
    height: 100%;
    background-image: url(images/bt_bg.png);
    position: fixed;
    top: 0;
    left: 0;
}

.MOBILE #it205 .POP_WRAPPER .POP_POSITION {
    width: 96%;
    position: absolute;
    top: 10%;
    left: 2%;
    margin: auto;
}

.MOBILE #it205 .POP_POSITION .POP_BG {
    width: 100%;
    height: 0;
    margin-top: 16px;
    padding-bottom: 53.8%;
    background-image: url(images/it205_pop_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: go 3s linear;
    -moz-animation: go 3s linear;
}

@-webkit-keyframes go {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes go {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.MOBILE #it205 .POP_POSITION .POP_BG .POP_EXIT a {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -2%;
    top: 5%;
    text-indent: -9999px;
    background-image: url(images/x_icon.png);
    background-size: 100% auto;
}

.MOBILE #it205 .POP_POSITION .POP_BG .CONTENT {
    width: 60%;
    margin-left: 40%;
    margin-bottom: 0;
    background: none;
}

.MOBILE #it205 .POP_POSITION .POP_BG .CONTENT p {
    margin: 8% 0;
    font-size: 4.2vw;
    line-height: 7vw;
    color: #333;
    text-align: left;
    font-weight: bold;
}

.MOBILE #it205 .POP_POSITION .POP_BG .CONTENT span {
    margin: 8% 0;
    line-height: 7vw;
    color: #333;
    text-align: left;
    font-weight: bold;
}