﻿/*--------------------------------------------------------*/
.attention {
    color: #CC3300;
    padding: 0px;
    margin: 0px;
}

    .attention.right {
        float: right;
    }

.attention2 {
    color: #CC3300;
    padding: 0px;
    margin: 0px;
}

.sp_TabT {
    border: solid 2px #e3e3e3;
    padding: 10px;
    display: none;
    color: #444444;
    font-weight: bold;
    background-color: #f0f0f0;
}

/*無申請*/
.sp_none {
    color: #808080;
}

#div_BaseData, #div_SelectData, #div_CheckData, #div_Spirit {
    width: 90%;
    margin: 0 auto;
}

.divSlt_Top {
    width: 96%;
    padding-top: 12px;
    padding-bottom: 12px;
    /*background-color:#F7F7F7;
    background-image:url('../images/slash_Blue.png');*/
}

    .divSlt_Top span.title {
        color: #444444;
        font-size: 12pt;
        font-family: Verdana;
        font-weight: bold;
    }



#div_Tab1, #div_Tab2, #div_Tab3, #div_Tab4 {
    width: 93%;
    padding: 15px;
    display: none;
}

.cBlue {
    border: double 1px #A4D4ED;
}

.cYellow {
    border: double 1px #FF9900;
}

.cRed {
    border: double 1px #FFBCD6;
}

.cGreen {
    border: double 1px #96D37E;
}

#main-container {
    background-color: #EDF0F5;
}


    #main-container .header {
        /* line-height: 20px; */
        /* text-align: left; */
        box-shadow: 0px 3px 4px 4px #cfcfcf;
        margin-top: 20px;
        background-color: #FFF;
        color: #707070;
    }

        #main-container .header .row {
            /* line-height: 30px; */
        }

            #main-container .header .row .coll-title {
                width: 10%;
                padding-left: 20px;
            }


            #main-container .header .row .coll-4 {
                width: 40%;
            }

            #main-container .header .row .coll-5 {
                width: 50%;
            }

            #main-container .header .row .coll-icon {
                padding: 0px;
                /* padding-top: 10px; */
                /* padding-left: 50px; */
                /* width: 10%; */
                padding-left: 50px;
            }

            #main-container .header .row .coll-content {
                width: 50%;
                margin-left: 50px;
                position: relative;
            }

                #main-container .header .row .coll-content .title {
                    color: #268396;
                    font-size: 20px;
                    padding-top: 10px;
                }

                    #main-container .header .row .coll-content .title.center {
                        position: absolute;
                        top: 50%;
                        left: 0px;
                        transform: translate(-0%, -50%);
                    }
                #main-container .header .row .coll-content .txt {
                    padding-top: 10px;
                    font-size: 1.5vh;
                }

        #main-container .header a {
            padding-right: 50px;
        }

    #main-container .content {
        margin-top: 50px;
        clear: left;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0px 3px 4px 4px #cfcfcf;
    }

        #main-container .content.explain {
            height: 600px;
        }


        #main-container .content .program-items {
            width: 30%;
            height: 100%;
            float: left;
        }

            #main-container .content .program-items .item {
                line-height: 40px;
                text-align: center;
                border-style: solid;
                border-width: 1px;
                border-color: #18A8C6;
                width: 50%;
                margin: 20px;
                color: #000;
                cursor: pointer;
            }


                #main-container .content .program-items .item.bottem {
                    line-height: 40px;
                    border-bottom-style: solid;
                    border-bottom-width: 5px;
                    border-color: #18A8C6;
                    width: 50%;
                    margin: 20px;
                    margin-left: 30px;
                    font-size: 18px;
                    color: #18A8C6;
                    cursor: pointer;
                }

                #main-container .content .program-items .item.active {
                    border: 1px solid #268396;
                }

        #main-container .content .program-content {
            width: 70%;
            height: 100%;
            float: left;
            padding-top: 50px;
        }

    #main-container .tabs {
        padding-bottom: 30px;
    }

        #main-container .tabs .tab {
            float: left;
            width: 100px;
            line-height: 40px;
            text-align: center;
            border: 2px;
            border-style: solid;
            margin: 10px 10px 10px 0px;
            border-color: #47D6F5;
            color: #4FD7F5;
        }


            #main-container .tabs .tab:hover {
                color: #268396;
                background-color: #FFF;
                border-color: #268396;
                cursor: pointer;
            }


            #main-container .tabs .tab.active {
                color: #268396;
                background-color: #FFF;
                border-color: #268396;
            }




.Btn_Orange_next {
    cursor: pointer;
    text-align: center;
    width: 300px;
    line-height: 40px;
    border-radius: 15px;
    margin: 20px;
    font-size: 1.7vh;
    background-color: #FFE240;
    color: #000;
}
.icon {
    height: 60px;
    width: 80px;
    margin: 10px;
}

    .icon.pdf {
        background-image: url('../../images/FlieDownload/Symbol_PDF.svg');
        background-repeat: no-repeat;
    }

    .icon.ppt {
        background-image: url('../../images/FlieDownload/Symbol_PPT.svg');
        background-repeat: no-repeat;
    }

    .icon.odt {
        background-image: url('../../images/FlieDownload/Symbol_ODT.svg');
        background-repeat: no-repeat;
    }

    .icon.video {
        background-image: url('../../images/TeachMovie/Symbol_video.svg');
        background-repeat: no-repeat;
    }
