
/* ===================================== 共用樣式 ===================================== */
body { background-color: #f7f7f7; }
/* 內頁標題 */
.areaTIT { color:#5142b3; font-size:1.875rem; padding:20px 0px; font-family: "Arial","微軟正黑體","Microsoft JhengHei", serif; }
/* 內頁外框 */
.areaCONT { margin-top: 20px; padding:30px; background-color:#fff; }

/* 聯絡我們 確認訂單 訂單明細 > 名稱 & 內容  */
.pubKey { color:#023e8a; }
.pubValue { color:#474747; }

/* 下方外框 */
.bd1 { width:100%; border-bottom:1px solid #f1f1f1; }
.bd2 { width:100%; border-bottom:1px dotted #c6c6c6; }

/* 訂單狀態 */
.status1 { color:#cc9933; }
.status2 { color:#ff0000; }
.status3 { color:#95360e; }
.status4 { color:#9b98a5; }
.status5 { color:#3366ff; }



/* 無資料顯示 */
.nodata { text-align: center; padding:40px 0px; color:#919191; font-size:1.5rem; }
.nodata .emotion { font-size:6rem; padding-bottom:60px; }


.topbnr { padding-bottom:20px; }

/* 分頁 */
.pgn { text-align:center; }
.pgn .con { display: inline; position: relative; }
.pgn .page { display:inline-block; width:32px; height:32px; border-radius:50px; padding:5px 0px; }
.pgn .page a { color:#696672; }
.pgn .page a:hover { color:#c74380; }
.pgn .pbtn {  width:32px; height:32px; border-radius:50px; padding:9px 0px; background-color:#3e6679; color:#fff; font-size:0.875rem; border:none; }
.pgn .active { background-color:#c74380; color:#fff; }
.pgn .pbtn.nopage { background-color: #c6c6c6; }
.pgn .larr { position: relative; left:-60px; } 
.pgn .rarr { position: relative; right:-60px; }
.pgn .pbtn:not(.nopage):hover { background-color: #8026a6; }

/* form */
form:not(.coform) { text-align: left; }
form label { color:#023e8a; }
form label .import { color:#fdbe35; }
form input:not(.securityInput):not(.search):not(#PostNo):not(.chkInput):not(.self),form textarea { width:100%; background-color:#f1f1f1; border:1px solid #e2e2e2; padding:8px 10px; margin-bottom:25px; color:#474747; }
form input#PostNo { background-color:#c6c6c6; border:1px solid #c6c6c6; width:100%;  padding:8px 10px; margin-bottom:25px; color:#474747; }
form .security .securityInput { width:100%; background-color:#f1f1f1; border:1px solid #e2e2e2; padding:8px 10px; color:#474747; }
form textarea { resize:none; height:130px; }
form .security { margin-bottom:25px; }
form .change { height:100%; border:none; background-color: transparent; color:#3e6679; white-space: nowrap; }
form .change:hover { color:#f48b01; }
form .security img { height:42px; }

input[type="number"] { -moz-appearance: textfield; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin:0; }

/* select 改變按鈕圖示 */
select { -webkit-appearance: none; -moz-appearance: none; background: url("./images/arrow.png") no-repeat center center; background-position:calc(100% - 20px) 50%; }
select.none { background-image:none; }

/* ie remove arrow */
select::-ms-expand { display: none; }

form select { width:100%; background-color:#f1f1f1; border:1px solid #e2e2e2; color:#474747; padding:8px 10px; margin-bottom:25px; }

/* icon */
.plink .icon { float:left; padding:6px 0px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.plink .icon .pic { width:32px; height:32px; background-color:#3e6679; color:#fff; text-align:center; padding:8px 0px; border-radius: 50px; margin-right:20px; }
.plink .icon .pic:hover { background-color:#f48b01; color:#fff;  }
.plink .icon .lineImg .pic { display: block; background:url("./images/icon_line-a.png") no-repeat center center; background-size:16px; background-color:#3e6679; }
.plink .icon .lineImg .pic:hover { background:url("./images/icon_line-a.png") no-repeat center center; background-color:#f48b01; background-size:16px; }
.plink.pshare .icon .pic { background-color:#3e6679; color:#fff; }
.plink.pshare .icon .pic:hover { background-color:#8026a6; color:#fff; }
.plink.pshare .lineImg .pic { background-color:#3e6679; }

.contactus .plink .icon .pic { margin:10px 20px 10px 0px; }

/* 分類樣式 */
.classname { padding: 10px 0px; border-top:1px solid #e2e2e2; justify-content: center; }
.classname.row { margin-left:0px; margin-right:0px; }
.classname .cls { padding:10px 5px; }
.classname a { color:#3e6679; padding-bottom:3px; }
.classname a:hover { color:#8026a6; border-bottom:2px solid #8026a6; }
.classname select,
.classname i { display:none; }

/* 麵包屑 */
.bc .back { float:left; padding:20px 0px; font-size:0.875rem; }
.bc .back a { color:#3e6679; }
.bc .breadcrumb { background-color:transparent; justify-content: flex-end; padding:20px 0px; margin:0px; }
.bc .breadcrumb li { color:#919191; font-size:0.875rem; }
.bc .breadcrumb li::before { color:#e9ecef; }
.bc .breadcrumb a { color:#3e6679; }
.bc .breadcrumb a:hover { color:#8026a6; }

/* ===================================== 個別樣式 ===================================== */
/* ====== news ====== */
/* .news { padding-bottom:40px; } */
.news .new { margin-top:15px; padding:15px 30px; background-color: #fff; border-bottom: 2px solid #ebe2f3; text-align: left; display:flex; }
.news .new .nc { border-right:1px solid #fff; flex:4; padding-right:60px; }
.news .new .nc .newtitle { color:#5142b3; font-size:1.5rem; padding-bottom:8px; }
.news .new .nc .date { color:#a899ff; margin-top:5px; margin-bottom:12px; font-size:0.875rem; }
.news .new .nc .content { color:#919191; line-height: 23px; word-break:break-all; }

.news.info .new .nc { display: flex; align-items:center; }
.news.info .new .nc .newtitle { font-size:1.125rem; padding-bottom:0px; }
.news.info .new .nc .date { margin:0px; margin-right:30px; }

.news .new .continue { color:#3e6679; flex:1; display:flex; justify-content: center; align-items:center; position: relative; }
.news .new .continue:hover { color:#8026a6; flex:1; display:flex; justify-content: center; align-items:center; position: relative; }
.news .new .continue .arrow { position: absolute; right:0; top:50%; transform: translate(0,-50%); font-size:1.3rem; }

.LinkArea { padding-top:20px; }
.LinkArea a { display: inline-block; padding-top:20px; color:#3e6679; }
.LinkArea a:hover { display: inline-block; padding-top:20px; color:#8026a6; border-bottom:1px solid #8026a6; }

/* ====== news_content ====== */
.newscont { text-align: left; }
.newscont .date { color:#919191; margin:5px 0px; font-size:0.8rem; }
.newscont .newtitle { color:#32267d; font-size:1.5rem; padding-bottom:30px; border-bottom:1px solid #f1f1f1; }
.newscont .img { margin-top:30px; }
/* .newscont .img { height:360px; background: url("./images/home_banner_4a.jpg") no-repeat center center; background-size:cover; margin:30px 0px; } */
.newscont .content { margin:40px 0px; color:#303030; word-break:break-all; }

/* ====== about ====== */
.about .bnr { margin-bottom:30px; }
.about .content { text-align: left; }

/* ====== contactus ====== */
.contactus .content { display:flex; text-align:left; flex-direction: row-reverse; }
.contactus .content > div { flex:1; }
.contactus .inf { padding-right:40px; }
.contactus .inf .company { background-color: #fff; border-left: 6px solid #f48b01; padding: 0px 10px; color: #023e8a; font-size: 1.5rem; }
.contactus .inf .pro { margin-top:30px; }
.contactus .inf .addr { display: inline-block; }
.contactus .inf .addr .gm a { color:#00b4d8; border-bottom:1px solid #00b4d8; font-size:0.875rem; }
.contactus .inf .addr .gm a:hover { color:#f48b01; border-bottom:1px solid #f48b01; }
.contactus .inf .follow { margin-top:30px; padding-top:20px; }
.contactus .contform { padding-left:20px; }

/* ====== gallery ====== */
.album .gallery { margin-top:40px;  }
.album .gallery .des { padding:20px; text-align: left; background-color:#fff; }
.album .gallery .des .title { color:#504f58; font-size:1.125rem; padding-bottom:8px; }
.album .gallery .des .date { color:#919191; font-size:0.875rem; }
.album .gallery .des:hover .title { color:#9b98a5; }

/* gbox set */
/* 活動剪影 */
.album .gbox { display:block; height:200px; width:100%; overflow:hidden; }
.album .gbox img { width:auto; transition: transform .5s ease-out; }
.album .gbox:hover img { transform: scale(1.1); }


.pic_list .title { color:#696672; font-size:1.5rem; text-align:left; }
.pic_list .fancybox { display: block; height:200px; overflow:hidden; margin-top:40px; }

/************************** video rwd **************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

.video-container-4by3 {
	position: relative;
	padding-bottom: 75%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container-4by3 iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

/* ====== staff ====== */
.staff { margin-top:40px; text-align: left; }
.staff .space { display: inline-block; width:30px; color:#75c6d1; padding:10px 12px; }
.staff form { display: flex; flex-wrap: wrap; margin:20px 0px; }
/* .staff form .sel { height:200px; overflow: scroll; } */
.staff form select,.staff form input { padding:10px; width:33%; background-color:#fff; border:1px solid #75c6d1; margin-bottom:0px; }
.staff form button { border:none; background-color:#3e6679; color:#fff; border-radius:5px; padding:10px 25px; }
.staff form button i { margin-right:5px; font-size:0.875rem; }

.staff table { width:100%; font-family: "微軟正黑體","Microsoft JhengHei"; }
.staff table tr { border-bottom:1px solid #d6dde0; background-color:#fff; }
.staff table tr:nth-child(even) { background-color:#f9fafb; }
.staff table tr th,.staff table tr td { padding:10px; }
.staff table tr th { background-color:#32267d; color:#fff; font-weight: normal; font-size:0.875rem; }
.staff table td .txt1 { color:#8026a6; font-size: 1rem;  }
.staff table td .txt2 { color:#7d68f3; font-size: 0.875rem; }
.staff table td .txt3 { font-size:0.875rem; }
.staff table td .icon { height:100%; color:#5142b3; font-size:0.875rem; margin-right:10px; }
.staff table td { color:#474747; vertical-align: top; background-color:#fff; }
.staff table td.detail div:not(:first-child) { margin-top:5px; }
.staff table td a { color:#474747; }
.staff table td a:hover { color:#75c6d1; }

/* ====== course ====== */
.course .new .st { display: inline-block; padding:5px 0px; }
.course .new .status { display: inline-block; color:#fff; font-size:0.875rem; padding:3px 10px; margin-right:10px; position: relative; bottom:4px; }
.course .new .status.wait { background-color:#504f58; }
.course .new .status.sign { background-color:#9b98a5; }
.course .new .status.full,.course .new .status.out { background-color:#474747; }
.course .new .info { font-size:0.875rem; color:#9b98a5; }
.course .new .info > span { padding-right:30px; }
.course .new .info .clodt { color:#e66d7f; }

/* ====== coursecont ====== */
.coursecont .newtitle { border:none; padding-bottom:15px; text-align:left; }
.coursecont .info { color:#474747; }
.coursecont .info .tit { font-size:0.875rem; }
.coursecont .infol > div , .coursecont .infor > div { padding-bottom:5px; }
.coursecont .signbtn button { width:160px; max-width:100%; color:#fff; border:none; padding:8px 0px; border-radius: 5px; }
.coursecont .signbtn button.signin { background-color:#696672; }
.coursecont .signbtn button.signin:hover { background-color:#e66d7f; }
.coursecont .signbtn button.signout { color:#919191; background-color:#e2e2e2; }
.coursecont .signbtn button.signlist { background-color:#504f58; }
.coursecont .signbtn button.signlist:hover { background-color:#9b98a5; }
.coursecont .img { margin-top:40px; }

/* ====== login ====== */
.MemberPage { background:url("./images/img_bg2.jpg")repeat left top; }
.MemberPage .logo { height:60px; width:auto; }
.MemberPage .mtop { height:auto; padding:60px 0px; }
.MemberPage .areaCONT .areaTIT { font-size:1.375rem; padding-top:0px; padding-bottom:30px; border-bottom:1px solid #f1f1f1; margin-bottom:30px; }
.MemberPage .areaCONT.mtspc { margin-top:60px; }
.MemberPage .foot { padding:20px 0px; font-size:0.875rem; color:#474747; }
.MemberPage .foot a { color:#474747; }
.MemberPage .foot a:hover { color:#5142b3; }
.MemberPage .mhlog { height:200px; }

.lr_main { margin:0px auto; }
.loginPage { background-color:#fff; }
.loginPage .title { display:flex; background-color:#eae6e2; }
.loginPage .title a { flex:1; padding:15px; color:#fff; font-size:1.25rem; }
.loginPage .title .active { cursor: default; background-color: #5142b3; }
.loginPage .login,
.loginPage .join { padding:30px; text-align: left; }
.loginPage .join { display: none; }
.loginPage .content { margin-bottom:30px; color:#474747; }
.loginPage .lr_link { display: flex; justify-content: space-between; padding-top:20px; }
.loginPage .lr_link .check { flex:1; color:#023e8a; }
.loginPage .lr_link a { color:#5142b3; }
.loginPage .lr_link a:hover { color:#023e8a; }
.loginPage .lr_link span { font-size:1.25rem; }
.loginPage .join .mhjoin { height:10px; }

.chginfo .txt { color:#777777; margin-bottom:25px; }

/* checkbox style */
.article .check { padding-left:35px; }
.check { display: block; position: relative; padding-left: 30px; margin-bottom: 0px; cursor: pointer; font-size: 1rem; overflow:hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.check input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }/* Hide the browser's default checkbox */
.checkmark { position: absolute; top: 4px; left: 4px; height: 16px; width: 16px; background-color: #eee; border-radius:3px; }/* Create a custom checkbox */
.check:hover input ~ .checkmark { background-color: #ccc; }/* On mouse-over, add a grey background color */
.check input:checked ~ .checkmark { background-color: #474747; }/* When the checkbox is checked, add a blue background */
.checkmark:after { content: ""; position: absolute; display: none; }/* Create the checkmark/indicator (hidden when not checked) */
.check input:checked ~ .checkmark:after { display: block; }/* Show the checkmark when checked */
.check .checkmark:after { left: 6px; top: 3px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }/* Style the checkmark/indicator */


/* placeholder color */
::-webkit-input-placeholder{ color:#777777; }
/* ::-moz-placeholder { color:#777777; } */
/* ::-ms-input-placeholder{ color:#777777; } */

::-webkit-scrollbar-corner {
    background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */


@media (min-width:1200px){

}

@media (max-width:1198.98px){
    
}

@media (min-width:992px){
    .chginfo { max-width:790px; }
}

@media (max-width:1198.98px) and (min-width:992px){
    select { background-position:calc(100% - 10px) 50%; }
}

@media (min-width:768px) and (max-width:991.98px){

    select { background-position:calc(100% - 10px) 50%; }

    /* ====== contactus ====== */
    .contactus .contform .security input { width:100%; }

}

@media (max-width:991.98px){
    form .security .securityInput { margin-bottom:20px; }

    /* ====== contactus ====== */
    .contactus .inf .pro span { display:block; }
}

@media (min-width:768px){
    .pdes .md_top,
    .pgn .md_top { display:none; }

    .staff table .show2 { display: none; }

    .lr_main { max-width:540px; }

    .MemberPage .foot .design { display: inline-block; padding-left:30px; }
}

@media (max-width:767.98px){

    /* ====== 共用樣式 ====== */
    .areaTIT { font-size:1.5rem; }
    .areaCONT { padding:15px; }
    
    .pubKey { font-size:0.875rem; }

    .mhpgn { height:40px; }
    .mh3 { height:15px; }
    .topbnr { padding-top:40px; }
    .nodata { padding:40px 0px; font-size:1rem; }
    .nodata .emotion { font-size:4rem; padding-bottom:40px; }

    .bc .breadcrumb { display: none; }
    .bc .back { font-size:1rem; }

    .pshare button.back { width:105px; float:right; }

    /* page */
    .pgn .larr,.pgn .rarr { position: static; }
    .pgn .con { display:flex; justify-content: space-between; }
    .pgn .pbtn { width:32px; height:32px; font-size:0.875rem; padding:9px 0px; margin:0px; }
    .pgn .active { background-color: transparent;  color:#474747; font-weight: bold; width:auto; font-size:1rem; height:32px; }
    .pgn .txt { padding:0px 10px; }
    .pgn .page:not(.active){ display:none; }

    /* form */
    form .security img { width:100%; }
    form label { font-size:0.875rem; }
    form .security img { margin-right:5px; }

    /* icon */
    .plink .icon .pic { margin-right:10px; }
    .plink:not(.pshare) .icon { float:none; margin-bottom:20px; }

    /* 分類樣式 */
    .classname { padding:0px; }
    .classname div { display:none; }
    .classname select { display:block; width:100%; border:none; padding:10px; font-size:1.25rem; color:#777777; }

    /* ====== news ====== */
    .news .new { display:block; }
    .news .new .nc { padding-right:0px; border-right:none; background-color: #fff; border-bottom:1px solid #f1f1f1; }    
    .news .new .nc .content { line-height: 23px; margin-bottom:15px; }
    .news .new .continue { justify-content: flex-end; padding-top: 15px; }
    .news .new .continue .arrow { position:static; transform:none; padding-left:20px; }

    .news.info .new .nc { flex-direction: column; align-items:flex-start; }
    .news.info .new .nc .newtitle { margin:15px 0px; }
    
    /* ====== news_content ====== */
    /*.newscont,.about,.contactus { margin-bottom:60px; }*/
    .newscont .date { font-size:0.875rem; margin-bottom:20px; }
    .newscont .newtitle { font-size:1.5rem; }
    .newscont .content { font-size:1rem; }

    /* ====== gallery ====== */
    .album .gbox { height:150px; }
    .album .gallery .des { padding:10px; }
    .album .gallery .des .title { font-size:1rem; }

    .pic_list .fancybox { height:250px; }

    /* ====== course ====== */
    /* .course .new .newtitle { margin-bottom:20px; } */
    .course .new .info { font-size:1rem; }
    .course .new .info > span { display: block; }
    .course .new .info > span i { display: inline-block; width:20px; text-align: center; }

    /* ====== contactus ====== */
    .contactus .content { display:block; }
    .contactus .inf,.contactus .contform { padding:0px; }
    .contactus .inf .pro { margin-top:20px; }
    .contactus .inf .key { font-size:0.875rem; }
    .contactus .contform .send { margin-bottom:60px; }

    /* ====== coursecont ====== */
    .coursecont .signbtn { display: flex; }
    .coursecont .signbtn button { flex:1; }

    .staff form { margin-top:0px; }
    .staff .space { display: none; }
    .staff form select,.staff form input,.staff form button { width:100%; margin-top:20px; }
    .staff table .show1 { display: none; }
    .staff table tr td { padding:24px; }
    .staff table td .txt1 { font-size:1.125rem; }
    .staff table .area:not(:first-of-type) { margin-top:24px; }
    .staff table .tt { color:#919191; font-size:0.875rem; }

    .MemberPage .logo { height:40px; width:auto; }
    .MemberPage .mtop { padding:40px 0px; }
    .MemberPage .mhlog { height:100px; }
}
