@charset "utf-8";

/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

ul {
    list-style-position: outside;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    transition: all 1s ease;
}

/**-------------------------------**/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'PingFang TC', '微軟正黑體修正', 'Microsoft JhengHei', sans-serif;

}

body {
    background: #f7b42c;
}
.maxcontainer{
    max-width: 1100px;
    margin: 0 auto;
}

.img100{
    max-width: 100%;
}
header{
    background: #fff;
}
h1{
    padding: 5px 20px;
   color: #f7b42c;
   width: 360px;
   font-size: 2.4em;
}
.join_block .btn_block{
    display: flex;
    justify-content: space-around;
    width: 82%;
    margin: 0 auto;    
    padding: 5% 0;
}
.btn_block div{
    width: 27%;
}
#contact{
    background: #009845;;
    position: relative;
}
#schedule .content{
    display: flex;
    padding: 1% 7%;
    align-items: center;
}
.white_line{    
    background: url(../images/white_line.jpg) ;
    background-size: contain;
}
.green_line{
    background: url(../images/green_line.jpg) ;
    background-size: contain;
}
#contact .content{
    display: flex;
    padding: 4% 0 0 6%;
    align-items: center;
}
#contact .text{
    width: 60%;
}
#contact .btn{
    display: flex;
    align-items: center;
    width: 40%;
    padding: 0 2%;
}
.line {
    width: 40%;
    margin-right: 5%;
}
.fb {
    width: 33%;
}
.bg_white{
    background: #fff;
}
.news_list,.seminar_list{
    width: 85%;
    margin: 0 auto;
    padding: 2% 1% 5% 1%;
}
.news_list .item{
    display: flex;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
    align-items: center;
}
.news_list .item .img{
    width: 35%;
}
.news_list .item .text{
    padding: 1% 0 0 2%;
    WIDTH: 65%;
}
.time{
    color: #999;
}
.news_list .item .title{
    color: #000;
    font-size: 1.3em;
    line-height: 2em;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list .item .content{
    color: #000;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9em;
}
.btn_more{
    width: 100px;
    background: #f7b42c;
    color: #fff;
    font-size: 1.2em;
    padding: 2px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.news_content,.qa_content{
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}
.brochure_content{
    width: 80%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
.news_content .time{
    font-size: 1.1em;
}
.news_content h2{
    padding: 5px 0;
    border-bottom: 1px solid #999;
}
.news_content .text{
    padding: 20px 0;
    font-size: 1.1em;
    line-height: 1.5em;
}
.seminar_list .item{
    display: flex;
    align-items: center;
    background: #f2f2f2;
}
.seminar_list .item .img{
    width: 60%;
}
.seminar_list .item .text{
    padding: 1% 0 0 2%;
    WIDTH: 40%;
}
.seminar_list .item .title{
    color: #333;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
}
.seminar_list .item .btn{
    width: 80%;
    padding: 10% 0 0 0;
}
.table table{
    width: 90%;
    margin: 0 auto;
}
.table table th{
    background: #009241;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
}
.table table td{
    background: #f2f2f2;
    padding: 5px 10px;
    font-size: 1.3em;
}
.table table td:last-child{
    text-align: center;
}
.qa_content h2{
    font-size: 2em;
}
.qa_content .item{
    padding: 10px 0;
}
.qa_content .q{
    background: #009845;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.2em;
}
.qa_content .a{
    background: #f2f2f2;
    padding: 10px;
    line-height: 1.6em;
}
.font_green{
    color: #009845;
}
.bg2{
    background: url(../images/bg_2.jpg) #fff;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
/*youtube*/

.youtube_player {
    width: 100%;
    height: 56.25%;
    padding-bottom: 56.25%;
    position: relative;
    text-align: center;
  }
  
  .youtube_player iframe, .youtube_player object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
.footer_note20200211{
    display: none;
}
.popDiv{
    position: fixed;
    right: 0;
    bottom: 0;
}
.popDiv img{
    max-width: 100%;
}
.invoice_block{
    margin: 0 auto;
    padding: 40px 0 0 0;
}
.invoice_block .words,.invoice_block .write_board{
    width: 85%;
    margin: 0 auto;
    padding: 2% 1% 5% 1%;
  
}
.invoice_block h1{
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.7em;
}
.invoice_block  p{
    line-height: 1.5em;
}
.colorR{
    color: #f00;
}
.invoice_block .write_board .items .item{
    display: flex;
    padding: 1em 0;
}
.invoice_block .name{
    max-width: 150px;
    width: 30%;
    font-size: 1.1em;
}
.invoice_block .input{
    width: 70%;
    max-width: calc(100% - 150px);
}
.invoice_block .input input{
    width: 100%;
    height: 3em;
}
.invoice_block .button{
    text-align: center;
    padding: 15px;
}
.invoice_block .button button,.invoice_block .button div{
    cursor: pointer;
}
.invoice_block .button div{
    display: inline-block;
}
.invoice_block h2{
    color: #09933a;
}
.price-container, .notice-btn-container{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.price-container img {
    width: 30%; 
    object-fit: contain;
}
.popModal {
    display: none;
    top: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    position: fixed;
    background: rgba(24, 24, 24, 0.87);
    animation-duration: 3s;
    animation-name: slidein;
    animation-direction: alternate;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.popModal .cover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.popModal .cover .content {
    position: relative;
    width: 70%;
    height: 70%;
    overflow-y: auto;
    background: #ffffff;
}
.popModal .close {
    color: #fffefe;
    width: 5%;
    position: absolute;
    right: 10%;
    cursor: pointer;
    font-size: 1.7em;
    TOP: 8%;
}
@media screen and (min-width:901px) {

    .left_menu {
        width:calc(100% - 360px);
        overflow: hidden;
    }
    .left_menu ul{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .left_menu ul li {
        list-style: none;
        padding: 6px 10px;
        padding-left: 5px;
    }



    .left_menu a {
        color: #009845;
        text-decoration: none;
        padding: 5px ;
        font-size: 1.3em;
        font-weight: bold;
        line-height: 2.4em;
    }

    .left_menu a.active{
        background: #009845;
        color: #fff;
    }

    .header {
        width: 100%;
        z-index: 1;
        top: 0;
        background-size: 100% 100%;
        display: flex;

    }
    

    .header input {
        display: none;
    }


    .m_display {
        display: none;
    }

    .d_display {
        display: block;
    }

}
@media screen and (max-width:900px) {
    .AD_970x90{
        width: 336px;
    }
    
    .header input {
        display: block;
    }

    .left_menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #009845;
    }

    .left_menu li a {
        display: block;
        padding: 20px 20px;
        text-decoration: none;
        color: #fff;
    }

    .left_menu li a:hover,
    .header .menu-btn:hover {
        background-color: rgb(0, 7, 105);
    }

    .left_menu a.active {
		color:#d4b169;
		font-weight: bold;
		font-style: italic;
	}

    /* menu */

    .header .left_menu {
        clear: both;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 2;
    }

    /* menu icon */

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: left;
        padding: 28px 20px;
        position: absolute;
        user-select: none;
        background: #009845;
        z-index: 4;
    }

    .header .menu-icon .navicon {
        background: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;

    }

    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .header .menu-icon .navicon:before {
        top: 5px;
    }

    .header .menu-icon .navicon:after {
        top: -5px;
    }

    /* menu btn */

    .header .menu-btn {
        display: none;
    }

    .header .menu-btn:checked~.left_menu {
        max-height: none;
    }

    .header .menu-btn:checked~.menu-icon .navicon {
        background: transparent;
    }

    .header .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    .header .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

    .left_menu li a {
        padding: 15px 30px;
    }
    .left_menu li:first-child{
        padding-top: 50px;
        background: #009845;
    }

    .left_menu .menu-icon {
        display: none;
    }

    

    .m_display {
        display: block;
    }

    .d_display {
        display: none;
    }
    h1{
        padding-left: 80px;
        width: 100%;
        line-height: 48px;
    }
    header {
        background: #fff;
        position: fixed;
        width: 100%;
        border-bottom: 2px solid #f7b42c;
        z-index: 99;
    }
    .top_banner{
        padding-top: 58px;
    }
    .seminar_list .item .img{
        width: 50%;
    }
    .seminar_list .item .text{
        width: 50%;
    }
    .seminar_list .item .btn {
        padding: 1% 0 0 0;
    }

    .notice-btn-container{
        gap: 30px;
        flex-direction: column;
    }
}



@media screen and (min-width:901px) and (max-width:1131px) {
    h1{
        width: 300px;
        font-size: 2em;
    }
    .left_menu {
        width: calc(100% - 300px);

    }
    .left_menu ul li {
        padding: 6px 5px;
    }
    .left_menu a{
        font-size: 1.2em;
        line-height: 2em;
    }
}
@media screen and (max-width: 640px) {
    h1{
        font-size: 1.8em;
    }
    .join_block .btn_block{
        width: 95%;
    }
    #schedule .content{
        display: block;
    }
    #schedule .left{
        width: 60%;
        margin: 0 auto;
    }
    #contact .text {
        width: 95%;
        margin: 0 auto;
    }
    #contact .content {
        display: block;
    }
    #contact .btn{
        width: 60%;
        margin: 5% auto;
        padding: 5%;
        justify-content: space-between;
    }
    .news_list .item .time{
        font-size: 0.8em;
    }
    .news_list .item .title{
        font-size: 1em;
        -webkit-line-clamp: 2;
        line-height: 1.4em;
    }
    .news_list .item .content{
        display: none;
    }
    .btn_more{
        font-size: 0.8em;
        width: 70px;
    }
    .news_block {
        min-height: 85vw;
    }
    .qa_content h2{
        font-size: 1.6em;
    }
    .seminar_list .item {
        display: block;
    }
    .seminar_list .item .img{
        width: 100%;
    }
    .seminar_list .item .text{
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    .seminar_list .item .btn {
        padding: 2% 0 0 0;
    }
    .seminar_list .item .btn {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .popDiv{
        width: 25%;
    }
    .invoice_block .words, .invoice_block .write_board {
        width: 100%;
        margin: 0 auto;
        padding: 2%;
    }
    .popModal{
        font-size: 0.8em;
    }
    .popModal .cover .content{
        width: 80%;
        height: 80%;
    }
    .popModal .close{
        font-size: 3em;
        TOP: 3%;
    }
    .invoice_block .input {
        max-width: none;
    }
}
@media screen and (max-width: 440px) {
    h1{
        font-size: 1.5em;
    }
}