@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/bootstrap4-Mfix.css");
@import url("/css/hover.css");
@import url("/css/common/form.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

html, body { width:100%; height: auto;overflow-X:hidden; }
body { font-size:100%;}
*{transition:all .3s; -webkit-transition:all .3s;}

/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/

.btnTop{ background: #CCC \9;background:rgba(0,0,0,.2); border-radius:50%; width:50px; height:50px; position: fixed;right:15px; bottom:15px;cursor:pointer; z-index:99; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif;	text-transform:uppercase; font-size:13px ; letter-spacing:1px; display: none  ; z-index:999;}
.btnTop:before {    content: "\f106";    font-family: 'FontAwesome';    font-size: 20px;    color: #FFF;    display: block;    width: 100%;    height: 25px;    padding-top: 0;}
.btnTop:hover{background:rgba(0,0,0,.4);}

.img-response{ max-width:100%; height:auto;}

/*------------item-inline-block------------*/
.item-inline-block{ letter-spacing:-5px;}
.item-inline-block > *{display: inline-block !important; letter-spacing:1px;vertical-align: top;}

/*------------item-table-cell------------*/
.item-table-cell{ display:table;}
.item-table-cell > *{display: table-cell !important; vertical-align: top;}


/*------------item-flex------------*/
.item-flex{ display:flex !important;display:-webkit-flex !important;flex-flow: row wrap}
.item-flex > *{flex:1;-webkit-flex:1 }


.empty {    display: inline-block;}


@media screen and (max-width: 640px) {
	
.vertical-xs{ display:block !important;	}
.vertical-xs  > *{  display:block !important; width:100% !important ;float:none !important; }
.empty {    display: block;    height: 1px;}
	
}



.show{ display:block !important;}
.hide{ display:none !important;}
.space-br {    display: inline-block;}

@media screen and (max-width: 640px) {	

.hide-xs{ display:none !important; }
.show-xs{ display:block !important;}
.space-br {    display: block;    line-height: 0;}
	
}
.wrap {
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Noto Sans TC',"微軟正黑體",Microsoft Yahei;
    line-height: 1.6;
    background: #3db0ff;
    padding: 60px 0;
}

/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

 .header {width:100%; position:relative; height: auto; overflow:hidden; background-image: url("../images/header-bg.png")}
 .header span img{ width:100%; height:auto;}
.header .center {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 125px auto 80px;
    z-index: 1;
}
/* .header .center img{ width:100%; height:auto;}*/

img.hd-img1 {
    width: 274px;
    height: 380px;
}
img.hd-img2 {
    margin-left: -70px;
    margin-top: 110px;
    z-index: 99;
}
img.hd-img3 {
    width: 351px;
    height: 392px;
    margin-left: -25px;
    margin-top: -40px;
}

a.try-btn {
    color: #000;
    background: #ffe426;
    border-radius: 50px;
    padding: 8px 55px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
    text-decoration: none;
    border: 5px solid;
    box-shadow: 6px 6px 0px 0px #00000040;
    margin: 20px 0 0 70px;
}

a.try-btn.hvr-sink:focus,a.try-btn.hvr-sink:hover {
    transform: translateX(6px) translateY(6px) !important;
    box-shadow: none !important;
    transition: .3s;
}

 .header .logo {
    background: #e73578;
    border: 3px solid #000;
    border-radius: 10px;
    padding: 8px 24px;
    width: 230px;
    margin-left: 35px;
    margin-bottom: 30px;
}
 .header .logo img{width:100%; height:auto;}


/*白色LOGO+底色*/
/*
.header .logo {
    background-color: #3e4864;
    position: absolute;
    top: 0;
    width: 100%;
}
.logo a {
    display: inline-block;
}
.logo img {
    width: 250px;
    height: auto;
    padding: 10px;
}
*/



/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/



.container-wrap { width:100%; margin:0 auto;}

.part.part1,.part.register {
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    border: 3px solid #000000;
    overflow: hidden;
    margin: 0 auto 55px;
    border-radius: 20px;
}

.part-title {
    background-color: #C2E7FF;
    border-bottom: 3px solid #000000;
    padding: 20px 0;
    text-align: center;
}

.part-title p {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 2px;
}


/* 內容網格佈局 */
.content-grid {
    display: grid;
    gap: 40px;
    padding: 50px 30px;
}

/* 響應式：桌機版改為三欄 */
@media (min-width: 768px) {
    .content-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 單個項目容器 */
.card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* 圖示區域 */
.icon-box {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box img {
    width: 100%;
    height: auto;
}

/* 標籤樣式：關鍵圓角與粗框 */
.tag-label {
    border: 3px solid #000000;
    border-radius: 12px;
    padding: 8px 35px;
    margin-bottom: 15px;
    display: inline-block;
}
.tag-label span {
    font-size: 25px;
    font-weight: 800;
        color: #fff;
    text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, 2px 0px 0 #000, -2px 0px 0 #000;
    letter-spacing: 3px;
}


/* 顏色定義 */
.bg-pink {
    background-color: #FFD1E3;
}

.bg-blue {
    background-color: #55AFFF;
}

.text-white {
    color: #ffffff;
}

/* 下方敘述文字 */
.description {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
}


.part.part2 {
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    border: 3px solid #000000;
    overflow: hidden;
    margin: 0 auto 55px;
    border-radius: 20px;
    padding-bottom: 25px;
}


/*  bhoechie tab */
.bhoechie-tab-container {
    z-index: 10;
    padding: 0 !important;
    -moz-border-radius: 4px;
    margin-top: 45px;
    margin-left: 50px;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    filter: alpha(opacity=97);
}
.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: 25px;
    max-height: 490px;
    align-items: center;
    display: flex;
}
.bhoechie-tab-menu .list-group {
    justify-content: space-between;
    height: 50%;
    margin-top: -35px;
}
.bhoechie-tab-menu .list-group>a {
    width: 215px;
    height: 55px;
    line-height: 49px;
    padding: 0;
    border-radius: 10px;
    border: 3px solid #000000;
    color: #000000;
    background: #bce4ff;
    font-family: 'Noto Sans TC';
    font-size: 24px;
    letter-spacing: 2px;
    text-decoration: none;
    transition: .3s;
    font-weight: bold;
    box-shadow: 5px 5px;
}
.bhoechie-tab-menu .list-group>a .glyphicon,
.bhoechie-tab-menu .list-group>a .fa {
  color: #5A55A3;
}
.bhoechie-tab-menu .list-group>a:hover {
    transition: .3s;
    background: #9ec9e5;
}
.bhoechie-tab-menu .list-group>a.active, .bhoechie-tab-menu .list-group>a.active .glyphicon, .bhoechie-tab-menu .list-group>a.active .fa {
    background-color: #ffb2d0;
    box-shadow: none;
    transform: translate(5px, 5px);
}
.list-group-item.active i{
    color: #fff;
}

.bhoechie-tab {
    background: #fff;
    border-radius: 20px;
    padding: 0 15px 15px;
}

.list-group-item:first-child {
    margin-top: 0 !important;
}


.bhoechie-tab .bhoechie-tab-content:not(.active){
  display: none;
}

.list-group i {
    font-size: 55px;
    display: block;
    line-height: 1.2;
    color: #0084ff;
    padding-top: 10px;
}

.tab-text {
    color: #000000;
    justify-content: center;
    margin-left: 15px;
    margin-top: 10px;
    font-weight: bold;
}



.tab-text-p {
    text-align: left;
    /* line-height: 1.2; */
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
    /* padding-top: 20px; */
    height: 38px;
}
.tab-text-p span {
    display: inline-block;
    font-size: 15px;
/*    background: #f1f1f1;*/
/*    padding: 3px 10px;*/
/*    border-radius: 5px;*/
    letter-spacing: 0;
    font-weight: bold;
}



/*----------------------------- 注意事項文字 -----------------------------------  */

/* ul { width:80%; margin:0 auto; color:#a3a3a3; list-style:decimal; padding-left:30px;}
 ul li{ margin-bottom:10px; font-size:15px; color:#333333; line-height:1.5;}
*/

.register_wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    background-image: url("../images/register-main.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    padding: 90px 0;
}

section.register {
  width: 525px;
  margin-left: 5%
}
h3.register-title {
  display: none
}
section.register .title {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 700;
    /* margin-bottom: 30px; */
}
input#submitBtn:hover, a#sendCodeBtn:hover {
    background-color: #9ccff2 !important;
    
    cursor: pointer;
}
input#submitBtn:focus, a#sendCodeBtn:focus {
    box-shadow: none;
    transform: translate(5px, 5px);
    cursor: pointer;
    transition: .3s;
}
input#submitBtn, a#sendCodeBtn {
    background-color: #bce4ff !important;
    color: #000000 !important;
    line-height: 1.5 !important;
    border: 3px solid #000000 !important;
    border-radius: 10px !important;
    box-shadow: 5px 5px;
    text-decoration: none;
    font-weight: bold !important;
    letter-spacing: 1px; transition: .3s;
}
section.register a.fancybox.btn.btnType1 {
    border: 0;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    box-shadow: unset;
    border-radius: 5px !important;
    text-decoration: none;
}
a.fancybox.btn:hover {
    color: #3db0ff !important;
}
input#DAA009 {
  width: 280px !important;
  margin-right: 10px;padding-right: 10px
}
a#sendCodeBtn {
  width: calc(100% - 335px) !important
}
.code {
  margin-top: 10px
}
input#M5Code {
  width: 230px !important;
  margin-right: 10px;padding-right: 10px
}
input#submitBtn {
  width: calc(100% - 288px) !important
}
input#DAA009::placeholder {
    color: #000 !important;
}
.input ::-webkit-input-placeholder, .phone ::-webkit-input-placeholder {
  color: #364e4f !important;
  background-color: #fff;border-radius:0;padding: 0 5px;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important
}
.input input::-moz-placeholder, .phone:-ms-input-placeholder {
  color: #364e4f !important
}
input:-internal-autofill-selected {
/*  background-color: #ff6773 !important;*/
  color: #364e4f !important
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #364e4f;
	
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s
}
input#DAA009, input#M5Code, input#submitBtn {
    background-color: #ffffff;
    color: #000000;
    border: 3px solid;
    border-radius: 10px;
}

@media screen and (max-width:1024px) {	

 .register_wrap {
    height: 646px;
    background-position: bottom;
    background-position-y: 350px;
    padding: 45px 0;
}
  section.register {
    display: block;
    margin: 0 auto;
  }
    

}


@media screen and (max-width:768px) {	

     .register_wrap {
    padding: 50px 0;
  }
    
}


@media screen and (max-width:576px) {	
    
section.register {
    width: 100%;
    padding: 0 10px;
  }
 section.register .title {
    font-size: 36px;
  }
  input#M5Code {
    width: 220px !important;
  }
  input#DAA009 {
    width: 190px !important;
}
a#sendCodeBtn {
    width: 145px !important;
}
input#submitBtn {
    width: 115px !important;
}
.register_wrap {
    background-size: 96%;
    height: 585px;
}
}


/*--------------------------------*/


@media screen and (max-width:1024px) {	
	.header .center {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: start;
    margin: 0;
}
    
    .header .logo {
    margin: 0 auto 30px;
}
    img.hd-img2 {
    margin: 110px 15px 50px;
}
   img.hd-img3 {
    margin-left: 10px;
    margin-top: 20px;
}
    
    .part.part1, .part.part2, .part.register {
    width: 95%;
}
    .description {
    font-size: 18px;
}
  .bhoechie-tab-container {
    flex-direction: column;
    margin-left: 0;
}
    
  .bhoechie-tab-menu .list-group {
    flex-direction: row;
    height: unset;
    margin: 10px auto 50px;
}
    
    .bhoechie-tab-menu .list-group>a {
    margin: 0 20px !important;
}
    
    .bhoechie-tab-content img {
    width: 100%;
}
	.tag-label span {
    font-size: 20px;
}
    
	
}


@media screen and (max-width:768px) {	
    .bhoechie-tab-menu {
    margin: 0;
}
.bhoechie-tab-menu .list-group>a {
    width: unset;
    font-size: 20px;
    margin: 0px 15px !important;
    padding: 5px 15px;
    height: unset;
    line-height: 1.3;
}
    
}


@media screen and (max-width:576px) {	


    img.header-title {
    width: 96%;
    margin-left: 3%;
}
.header-img {
    zoom: 0.52;
    margin-top: 80px;
}
    
    img.hd-img2 {
    margin-left: -70px;
    margin-top: 110px;
}
    img.hd-img3 {
    margin-left: -25px;
    margin-top: -40px;
}
    
    .part-title p {
    font-size: 24px;
}
    
.bhoechie-tab-menu .list-group>a {
    font-size: 15px;
    margin: 0 5px !important;
    padding: 5px 10px;
    letter-spacing: 0 !important;
}
.tab-text-p {
    height: unset;
    text-align: center;
    font-size: 18px;
}
}



@media screen and (max-width:400px) {	
.part-title p {
    font-size: 20px;
}
.bhoechie-tab-menu .list-group>a {
    margin: 0 5px !important;
}
a#sendCodeBtn {
    font-size: 15px !important;
    width: 114px !important;
    line-height: 30px !important;
}
input#M5Code {
    width: 190px !important;
    font-size: 16px !important;
}
input#DAA009 {
    font-size: 16px !important;
} 
input#submitBtn {
    font-size: 16px !important;
}    
}


