/*******************************************/
.column_grid2{
  display: grid;
  gap: 20px 10px;
  grid-template-columns: repeat(2,1fr);
}
.column_grid2.column_grid1{
  grid-template-columns: repeat(1,1fr);
  max-width: 600px;
  margin: 0 auto;
}
.column_grid2.column_flex{
  display: -webkit-flex;
  display: flex;
  flex-direction: row
}
.column_grid3{
  display: grid;
  gap: 20px 10px;
  grid-template-columns: repeat(3,1fr);
}
.column_grid2 .box_plan{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 1.1em;
  font-weight: bold;
}
.column_grid2 .box_plan a{
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  border-bottom: 5px solid #00000022;
  background: #cdece4;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.column_grid2 .box_plan.type1 a{
  background: #ffb096;
}
.column_grid2 .box_plan.type2 a{
  background: #ffd3b1;
}
.column_grid2 .box_plan.type3 a{
  background: #91d6fd;
}
.column_grid2 .box_plan.type4 a{
  background: #b7e1f8;
}
.column_grid2 .box_plan.type5 a{
  background: #c1c0f4;
}
.column_grid2 .box_plan.type6 a{
  background: #e1e0ff;
}
.column_grid2 .box_plan a:hover{
  background-color: #fff393;
}
/***/
.column_grid2 .box_website{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 1.2em;
  font-weight: bold;
}
.column_grid2 .box_website .container{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  border-bottom: 5px solid #00000022;
  background: #ececec;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  text-align: center;
}
.column_grid2 .box_website .logo{
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  padding-right: 10px;
  margin: 0.5em auto;
}
.column_grid2 .box_website.typeDCL .logo{
  background-image: url("../images/logo_website.png");
}
.column_grid2 .box_website.typeBCL .logo{
  background-image: url("../images/logo_website2.png");
}
.column_grid2 .box_website.typeICL .logo{
  background-image: url("../images/logo_website3.png");
}
.column_grid2 .box_website .text{
  display: block;
  vertical-align: middle;
  text-align: center;
}
.column_grid2 .box_website .text.nonelogo{
  margin-top: 5px;
}
.column_grid2 .box_website .text .ch{
  display: block;
  width: 100%;
}
.column_grid2 .box_website .text .en{
  display: block;
  width: 100%;
  font-size: 0.5em;
}
.column_grid2 .box_website .link{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0.5em auto 0 auto;
}
.column_grid2 .box_website .link a{
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #dbdee2;
  margin: 0 auto;
  padding: 10px;
  width: 100px;
  border-radius: 5px;
  font-size: 0.8em;
}
.column_grid2 .box_website.typeDCL .link a.login{
  background-color: #bcdbda;
}
.column_grid2 .box_website.typeBCL .link a.login{
  background-color: #f4d88f;
}
.column_grid2 .box_website.typeICL .link a.login{
  background-color: #f2c8c8;
}
.column_grid2 .box_website .link a:hover{
  background-color: #fff393 !important;
}
/*******************************************/
.column_master{
  position: relative;
  margin: 30px auto;
  padding-bottom: 20px;
  max-width: 1240px;
}
.column_master .column_left{
  display: inline-block;
  width: 920px;
  margin: 0 12px;
  vertical-align: top;
}
.column_master .column_right{
  display: inline-block;
  width: 450px;
  margin: 0 11px;
  vertical-align: top;
}
/*******************************************/
/*news_list*/
.column_news{
  display: block;
  width: 100%;
  padding: 20px 0 6px 0;
  background-color: #fff;
}
#tabs{
  clear:both;
  position:relative;
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
}
.column_news ul.tabs {
  width: 100%;
  border: none;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.column_news ul.tabs li {
  padding: 30px 20px;
  position: relative;
  top:0;
  vertical-align: bottom;
  text-align:center;
  display:inline-block;
  letter-spacing:0px;
  color: #fff;
  background-color: #ebf1f0;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-border-radius:10px 10px 0 0;
  -moz-border-radius:10px 10px 0 0;
  border-radius:10px 10px 0 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
}
.column_news ul.tabs li:hover{
  top:-15px;
}
.column_news ul.tabs li a {
  width: 100%;
  display:block;
  padding:0 0 5px 0;
  color: var(--hover_color);
  text-decoration: unset;
}
.column_news ul.tabs li a h2{
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.column_news ul.tabs li.ui-state-active{
  color: #fff;
  background: var(--hover_color);
}
.column_news ul.tabs li.ui-state-active a{
  color:#fff;
}
.column_news .tab_container{
  position:relative;
  top:-15px;
  width:100%;
  padding: 20px 0;
  border-top:3px solid var(--hover_color);
  z-index: 1;
  background-color: #fff;
}
/*more_news_bottom*/
.more_news_bottom{
  clear:both;
  text-align:center;
  margin: 10px auto 0 auto;
  letter-spacing: 0;
}
.more_news_bottom a{
  display:inline-block;
  padding:8px 25px;
  border:1px solid #ccc;
  color:#000;
  background:#FFF;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin-bottom: 5px;
}
.more_news_bottom a:hover{
  background-color: #fffee1;
}
/*box_news*/
.box_news{
  clear:both;
  width:100%;
  display: block;
  padding:10px 0px;
  margin:0;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.box_news:hover{
  background-color: #f2f2f2;
  border-radius:5px;
}
.box_news a{
  overflow:hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-bottom:1px dashed #CCCCCC;
  padding: 0 0 10px 0;
}
.box_news_mainpage_list{
  width:100%;
}
.box_news .left{
  float:left;
  padding:0;
  width:100%
}
.box_news .left_mainpage_list{
  width:100%;
}
.box_news .left_mainpage_list2{
  width:100%;
}
.box_news .left_university{
  width: calc(100% - 270px);
}
.box_news .left .cat{
  display: inline-block;
  background-color: var(--bg_color);
  background-repeat: no-repeat;
  color: #000;
  font-weight: bold;
  padding: 0px 10px; 
  border-radius:5px;
  margin-bottom: 3px;
}
.box_news .left .cat.cat2{
  background-color: #e7d5ff;
}
.box_news .left .cat.cat3{
  background-color: #ffcccc;
}
.box_news .left .date{
  display: inline-block;
  color: var(--hover_color);
  padding: 0px 10px; 
  border-radius: 5px;
  background-color: #f2f2f2;
  margin-bottom: 3px;
}
.box_news .left .label_top{
  display: inline-block;
  color: #fff;
  border-radius:5px;
  font-size: 0.8em;
  padding: 2px 10px; 
  background-color: #16b3b6;
  font-weight: bold;
  position: relative;
}
.box_news .left .label_new{
  display: inline-block;
  color: #fff;
  border-radius:5px;
  font-size: 0.8em;
  padding: 2px 10px; 
  background-color: #ff6600 !important;
  font-weight: bold;
  position: relative;
}
.box_news .left .label_hot{
  display: inline-block;
  color: #fff;
  border-radius:5px;
  font-size: 0.8em;
  padding: 2px 10px; 
  background-color: #e50053;
  font-weight: bold;
  position: relative;
}
.box_news .left .title{
  clear:both;
  margin:0 0 2px 0;
  padding:0;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
}
.box_news .left .info{
  clear:both;
  color:#000;
}
.box_news .left .info::after{
  clear: both;
  display: block;
  width: 100%;
  content: "...(詳細內容)";
}
.box_news .right{
  float:right;
  width:260px;
  margin:0;
  padding:8px 0 0 0;
}
.box_news .right .image_s{
  width:100%;
  padding-bottom: 10px;
  text-align:right;
  -moz-background-size: contain; -webkit-background-size: contain; -o-background-size: contain; background-size: contain;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box_news .right .image_s a{
  position:relative;
  display:block;
  width:100%;
  -webkit-background-size:cover !important;
  -moz-background-size:cover !important;
  background-size:cover !important;
  background-position:center center !important;
}
.box_news .right .image_s img{
  width:100%;
  overflow: hidden;
  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/