@charset "UTF-8";
/* -------------- reset --------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url(fontawesome/css/all.min.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
}

.clearfix:after {
  clear: both;
}

.img_limit.banner_limit img,
.img_limit.link_limit img,
.img_limit.expert_limit img,
.img_limit.expert_dl_limit img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.index_wel .content .more span,
.index_links .link_item .hover_mask p,
.calagenda_group .calagenda_item .place p,
.timeline_agenda .day_sec .timerange p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* 修正粗體 ASCII (碧筵綰) */
@font-face {
  font-family: 'fix Microsoft JhengHei';
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../webfonts/msgothic.otf");
}

/* -------------- layout --------------*/
* {
  box-sizing: border-box;
  outline: none;
  word-break: break-word;
}

html,
body {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: 'Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei', '新細明體', sans-serif;
  -webkit-text-size-adjust: 100%;
}

main {
  margin-top: 110px;
}

.hide {
  display: none !important;
}

a {
  text-decoration: none;
}

.unreset {
  line-height: initial;
}

.unreset a {
  text-decoration: underline;
}

.unreset img {
  max-width: 100% !important;
  height: auto !important;
}

.unreset .oembed-provider-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.unreset .oembed-provider-youtube iframe,
.unreset .oembed-provider-youtube object,
.unreset .oembed-provider-youtube embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.img_limit {
  position: relative;
}

.img_limit.banner_limit {
  width: 100%;
  height: 0;
  padding-bottom: calc(670 / 1920 * 100%);
}

.img_limit.link_limit {
  width: 100%;
  height: 0;
  padding-bottom: calc(110 / 220 * 100%);
}

.img_limit.expert_limit {
  width: 100%;
  height: 0;
  padding-bottom: calc(510 / 510 * 100%);
}

.img_limit.expert_dl_limit {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: calc(480 / 300 * 100%);
}

.page_container {
  background: #fafafa;
  padding: 1px 0 60px;
}

.page_container ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.page_container ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.page_container ::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

.page_container ::-webkit-scrollbar-thumb:hover {
  background: #4ca9f3;
}

.page_container .morning {
  background: #dbefd9;
}

.page_container .evening {
  background: #f8e3cd;
}

.breadcrumb_container {
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
}

.breadcrumb_container .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.breadcrumb_container .page_title {
  color: #455365;
  font-size: 20px;
  font-weight: bold;
  margin-right: 25px;
}

.breadcrumb_container .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.breadcrumb_container .breadcrumb li {
  margin: 3px 4px;
}

.breadcrumb_container .breadcrumb li:not(:last-child) {
  position: relative;
  padding-right: 15px;
}

.breadcrumb_container .breadcrumb li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  content: '>';
  color: #0065b5;
  display: inline-block;
}

.breadcrumb_container .breadcrumb a {
  color: #0065b5;
  font-size: 15px;
  line-height: 16px;
}

.breadcrumb_container .breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumb_container .breadcrumb .home {
  display: block;
  width: 15px;
}

.breadcrumb_container .breadcrumb .home img {
  display: block;
  width: 100%;
}

.top_row {
  border-bottom: 2px dotted #d3d3d2;
  padding-bottom: 10px;
  text-align: right;
}

.top_row .btn_top {
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.top_row .btn_top:hover {
  color: #0065b5;
}

.top_row .btn_top i {
  font-size: 12px;
  padding-left: 5px;
}

.group_links {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.group_links li {
  margin-bottom: 10px;
}

.group_links li:not(:last-child) {
  margin-right: 20px;
}

.group_links li.active a {
  border-color: #0065b5;
  background: #0065b5;
  color: #fff;
}

.group_links a {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  padding: 10px;
  text-align: center;
  min-width: 170px;
}

.group_links a:hover {
  border-color: #0065b5;
  background: #0065b5;
  color: #fff;
}

/* -------------- layout RWD --------------*/
@media (max-width: 1024px) {
  main {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .breadcrumb_container .container {
    flex-direction: column;
  }

  .breadcrumb_container .page_title {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .group_links a {
    min-width: 130px;
  }
}

/* -------------- container --------------*/
.container {
  max-width: calc(1280px + 40px + 40px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

/* -------------- container RWD --------------*/
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------- form --------------*/
button,
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="url"],
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: 'Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei', '新細明體', sans-serif;
  box-shadow: none;
  border: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.select-style {
  background: #fff;
  position: relative;
}

.select-style:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f0dd';
  display: block;
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  color: #333;
  transform: translateY(-80%);
}

.select-style select {
  background: transparent;
  padding: 10px;
  padding-right: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* -------------- form RWD --------------*/
/* -------------- header --------------*/
.header_container {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.header_container ::-webkit-scrollbar {
  width: 10px;
}

.header_container ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.header_container ::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}

.header_container ::-webkit-scrollbar-thumb:hover {
  background: #4ca9f3;
}

.header_container>.container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.header_container .logo {
  max-width: 430px;
  width: 100%;
}

.header_container .logo img {
  display: block;
  width: 100%;
}

.header_container .right_active {
  padding-top: 20px;
  width: calc(100% - 430px);
}

.header_container .keyword_form {
  border: solid 1px #a5a5a5;
  border-radius: 5px;
  position: relative;
  margin-left: auto;
  width: 170px;
}

.header_container .keyword_form ::-webkit-input-placeholder {
  color: #0670bb;
  font-size: 15px;
}

.header_container .keyword_form :-ms-input-placeholder {
  color: #0670bb;
  font-size: 15px;
}

.header_container .keyword_form ::-moz-placeholder {
  color: #0670bb;
  font-size: 15px;
  opacity: 1;
}

.header_container .keyword_form :-moz-placeholder {
  color: #0670bb;
  font-size: 15px;
  opacity: 1;
}

.header_container .keyword_form input {
  background: none;
  color: #0670bb;
  font-style: italic;
  padding: 8px 15px;
  padding-right: 35px;
  width: 100%;
}

.header_container .keyword_form button {
  position: absolute;
  top: 9px;
  right: 10px;
  background: none;
  padding: 0;
  width: 15px;
}

.header_container .keyword_form button:hover svg {
  fill: #0670bb;
}

.header_container .keyword_form button svg {
  fill: #222;
  width: 100%;
}

.header_container .main_menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 15px;
}

.header_container .main_menu>li {
  border-bottom: 7px solid transparent;
  padding-bottom: 13px;
}

.header_container .main_menu>li.active {
  font-weight: bold;
}

.header_container .main_menu>li.active > a{
  color: #0670bb;
}

.header_container .main_menu>li:not(:last-child) {
  margin-right: 50px;
}

.header_container .main_menu>li>a {
  color: #333;
  font-size: 17px;
  line-height: 17px;
}

.header_container .main_menu>li>a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.header_container .sub_menu {
  position: absolute;
  top: 110px;
  left: 0;
  background: #fff;
  display: none;
  padding-top: 40px;
  padding-bottom: 70px;
  width: 100%;
  z-index: 2;
}

.header_container .sub_menu .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.header_container .sub_menu .page_links {
  padding-right: 15px;
  width: 170px;
}

.header_container .sub_menu .page_links .link:not(:last-child) {
  margin-bottom: 25px;
}

.header_container .sub_menu .page_links a {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}

.header_container .sub_menu .page_links a:hover {
  color: #0065b5;
}

.header_container .sub_menu .schedule_group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 170px - 270px);
}

.header_container .sub_menu .schedule_links {
  padding-right: 15px;
  width: calc(100% / 4);
}

.header_container .sub_menu .schedule_links .link_category {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}

.header_container .sub_menu .schedule_links .link_category:hover {
  color: #0065b5;
}

.header_container .sub_menu .schedule_links .schedule_detail {
  margin-top: 15px;
}

.header_container .sub_menu .schedule_links .schedule_detail li {
  padding-left: 15px;
  position: relative;
}

.header_container .sub_menu .schedule_links .schedule_detail li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '\f105';
  color: #333;
  font-size: 12px;
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
}

.header_container .sub_menu .schedule_links .schedule_detail li:not(:last-child) {
  margin-bottom: 10px;
}

.header_container .sub_menu .schedule_links .schedule_detail a {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.header_container .sub_menu .schedule_links .schedule_detail a:hover {
  color: #0065b5;
}

.header_container .sub_menu .img_sec {
  border-radius: 5px;
  overflow: hidden;
  width: 270px;
}

.header_container .sub_menu .img_sec img {
  display: block;
  width: 100%;
}

.mobile_btn {
  background: transparent;
  padding: 0;
  display: none;
}

.mobile_btn .box {
  width: 35px;
  height: 25px;
  cursor: pointer;
  transition: right 0.3s ease;
  z-index: 2;
}

.mobile_btn:hover span {
  background: #4ca9f3;
}

.mobile_btn.open span:nth-of-type(1) {
  top: 11px;
  transform: rotate(45deg);
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}

.mobile_btn.open span:nth-of-type(2) {
  opacity: 0;
}

.mobile_btn.open span:nth-of-type(3) {
  top: -7px;
  transform: rotate(-45deg);
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}

.mobile_btn span {
  height: 3px;
  width: 30px;
  display: block;
  margin: 6px auto;
  position: relative;
  background-color: #333;
  top: 0;
}

/* -------------- header RWD --------------*/
@media (max-width: calc(1280px + 40px + 40px)) {
  .header_container .logo {
    max-width: 370px;
  }

  .header_container .right_active {
    width: calc(100% - 370px);
  }

  .header_container .main_menu>li:not(:last-child) {
    margin-right: 30px;
  }

  .header_container .sub_menu .schedule_group {
    width: calc(100% - 170px - 170px);
  }

  .header_container .sub_menu .img_sec {
    width: 170px;
  }
}

@media (max-width: 1024px) {
  .header_container {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header_container .right_active {
    padding-top: 0;
    width: 100%;
  }

  .header_container .keyword_form {
    position: absolute;
    top: 28px;
    right: 90px;
  }

  .header_container .main_menu {
    display: none;
    margin-top: 0;
    max-height: 80vh;
    overflow: auto;
    margin-top: 15px;
    width: 100%;
  }

  .header_container .main_menu>li {
    border-top: 1px solid #eee;
    border-bottom: none;
    padding: 12px 15px;
    padding-right: 0;
  }

  .header_container .main_menu>li.active {
    border-color: #eee;
  }

  .header_container .main_menu>li:not(:last-child) {
    margin-right: 0;
  }

  .header_container .sub_menu {
    background: #f5f9f9;
    display: block;
    margin-top: 15px;
    position: static;
    padding: 20px;
  }

  .header_container .sub_menu .container {
    padding: 0;
  }

  .header_container .sub_menu .schedule_group {
    width: calc(100% - 170px);
  }

  .header_container .sub_menu .schedule_links {
    width: 50%;
  }

  .header_container .sub_menu .schedule_links:nth-child(n+3) {
    margin-top: 20px;
  }

  .header_container .sub_menu .img_sec {
    display: none;
  }

  .mobile_btn {
    position: absolute;
    top: 30px;
    right: 40px;
    display: block;
  }
}

@media (max-width: 768px) {
  .header_container .keyword_form {
    right: 70px;
  }

  .header_container .sub_menu {
    display: none;
  }

  .header_container .sub_menu .page_links {
    padding-right: 0;
    width: 100%;
  }

  .header_container .sub_menu .schedule_group {
    margin-top: 20px;
    width: 100%;
  }

  .mobile_btn {
    right: 20px;
  }
}

@media (max-width: 640px) {
  .header_container .right_active {
    margin-top: 5px;
  }

  .header_container .keyword_form {
    position: relative;
    margin-right: 50px;
    top: 0;
    right: 0;
  }

  .header_container .main_menu {
    max-height: 60vh;
  }

  .mobile_btn {
    top: 80px;
  }
}

/* -------------- footer --------------*/
.footer_container {
  background: #333;
  padding: 40px 0;
}

.footer_container .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_container .info_row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer_container .info_row:nth-child(n+2) {
  margin-top: 10px;
}

.footer_container .info_row .info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #fff;
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1.25rem;
}

.footer_container .info_row .info:nth-child(n+2) {
  margin-left: 30px;
}

.footer_container .info_row .info a {
  color: #4ca9f3;
}

.footer_container .info_row .info a:hover {
  text-decoration: underline;
}

.footer_container .right_info {
  text-align: right;
}

.footer_container .rights {
  color: #fff;
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1.25rem;
  margin-bottom: 10px;
}

.footer_container .rights p:nth-child(n+2) {
  margin-top: 10px;
}

.footer_container .designed,
.footer_container .designed b {
  color: #676767;
  font-size: 0.8125rem;
  font-weight: lighter;
}

.footer_container .ori_link {
  color: #4ca9f3;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
}

/* -------------- footer RWD --------------*/
@media (max-width: 1024px) {
  .footer_container .container {
    flex-direction: column;
  }

  .footer_container .right_info {
    border-top: 1px dotted #777;
    text-align: left;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .footer_container {
    padding: 30px 0;
  }

  .footer_container .info_row {
    flex-direction: column;
  }

  .footer_container .info_row .info:nth-child(n+2) {
    margin-top: 10px;
    margin-left: 0;
  }
}

/* -------------- pagination --------------*/
.page_box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;
}

.page_box a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  color: #333;
  font-size: 16px;
  margin: 0 10px;
}

.page_box a.active {
  background: #fff;
  font-weight: bold;
}

.page_box a:hover {
  background: #0065b5;
  color: #fff;
}

.page_box .select-style {
  margin-left: 20px;
}

.page_box select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}

/* -------------- pagination RWD --------------*/
@media (max-width: 640px) {
  .page_box a {
    width: 34px;
    height: 34px;
    margin: 0 5px;
  }

  .page_box .select-style {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    width: 120px;
  }
}

/* -------------- index --------------*/
.index_banner {
  position: relative;
}

.index_banner .banner_limit {
  display: block;
}

.index_banner .slick-dots {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.index_banner .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}

.index_banner .slick-dots li.slick-active button {
  background: #0065b5;
}

.index_banner .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
}

.index_calendar {
  position: relative;
  padding-block: 50px;
  background:
  linear-gradient(0deg, #fff 0%, #fff 20%, transparent 20%, transparent 80%, #fff 80%, #fff 100%), url(../images/repeat-grey.jpg);
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
}

.index_calendar .calendar_row {
  border-radius: 30px;
  border: 1px solid #eee;
  background: #fff;
  display: grid;
  grid-template-columns: 230px auto;
  gap: 20px 60px;
  padding: 40px 50px;
  position: relative;
}

.index_calendar .calendar_row>div {
  
}

.index_calendar .calendar_grid {
  border-right: 2px dotted #eee;
  position: relative;
}

.index_calendar .calendar_grid:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #0065b5;
  transform: translate(100%, -50%);
}

.index_calendar .calendar_grid .calendar_head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.index_calendar .calendar_grid .calendar_head .month {
  color: #333;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.index_calendar .calendar_grid .calendar_head .year {
  color: #0065b5;
  font-size: 27px;
}

.index_calendar .calendar_grid .day_row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index_calendar .calendar_grid .day_row:not(:last-child) {
  margin-bottom: 5px;
}

.index_calendar .calendar_grid .day_row.week {
  padding: 15px 0;
}

.index_calendar .calendar_grid .day_row.week .cell {
  background: none;
  padding: 0;
  height: auto;
}

.index_calendar .calendar_grid .day_row.week p {
  color: #333;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.index_calendar .calendar_grid .day_row .cell {
  background: #f5f5f5;
  padding: 10px;
  text-align: right;
  height: 60px;
  width: calc((100% - (6px * 6)) / 7);
}

.index_calendar .calendar_grid .day_row .cell.empty {
  background: none;
}

.index_calendar .calendar_grid .day_row .cell.holiday {
  background: #edf4f4;
}

.index_calendar .calendar_grid .day_row .cell.active {
  background: #4ca9f3;
}

.index_calendar .calendar_grid .day_row .cell.active p {
  color: #fff;
}

.index_calendar .calendar_grid .day_row .cell.active:hover {
  background: #0065b5;
}

.index_calendar .calendar_grid .day_row .cell p {
  color: #333;
  font-size: 15px;
}

.index_calendar .daily-grid .daily {
  overflow: hidden;
}


.index_calendar .daily-grid .daily:not(:last-child) {
  margin-bottom: 20px;
}


.index_calendar .daily-grid .daily:not(:last-child) {
  margin-bottom: 20px;
}

.index_calendar .daily-grid .daily .date {
  text-align: center;
  border-radius: 30px;
  background: #f3fcfe;
  overflow: hidden;
  padding: 30px 10px 40px;
}

.index_calendar .daily-grid .daily .day {
  color: #222;
  font-size: 50px;
  font-weight: lighter;
}

.index_calendar .daily-grid .daily .week {
  color: #676767;
  font-weight: lighter;
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.index_calendar .daily-grid .daily a {
  background: #0065b5;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  line-height: 1.2;
  margin-inline: 30px;
  margin-top: -25px;
}

.index_calendar .daily-grid .daily a:hover {
  background: #222 !important;
}

.index_calendar .daily-grid .daily:nth-child(2) .date{
  background: #f9fde6;
}
.index_calendar .daily-grid .daily:nth-child(2) a {
  background: #a7ca03;
}
.index_calendar .content_grid{
  padding-left: 0 !important;
}

.index_calendar .content_grid .content_head {
  margin-bottom: 30px;
}

.index_calendar .content_grid .content_head .day {
  color: #4ca9f3;
  font-size: 27px;
}

.index_calendar .content_grid .dec_img {
  border-radius: 8px;
  overflow: hidden;
  width: 150px;
}

.index_calendar .content_grid .dec_img img {
  display: block;
  width: 100%;
}


.index_calendar .content_grid .content_list {
  margin-top: 10px;
}

.index_calendar .content_grid .event{
  align-items: flex-start;
  border-bottom: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
  padding-block: 15px;
}
.index_calendar .content_grid .event .date{
  background: #888888;
  border-radius: 30px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.index_calendar .content_grid .event .content{
  width: 100%;
}

.index_calendar .content_grid .event .event_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
}

.index_calendar .content_grid .event .event_title:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.index_calendar .content_grid .event .event_info {
  color: #666;
  font-size: .875rem /* 14/16 */;
  line-height: 1;
}

.index_calendar .weather-grid {
  display: flex;
  background: url(../images/repeat-grey.jpg);
  border-radius: 30px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  gap: 10px;
}

.index_calendar .weather-grid .icon {
  width: 35px;
}

.index_calendar .weather-grid .icon img {
  display: block;
  width: 100%;
}

.index_calendar .weather-grid .weather-info {
  align-items: center;
  display: flex;
  gap: 20px;
}

.index_calendar .weather-grid .weather-info .place {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.index_calendar .weather-grid .weather-info .temperature {
  display: flex;
  align-items: center;
}
.index_calendar .weather-grid .weather-info .dash{
  color: #bbb;
}

.index_calendar .weather-grid .weather-info .temperature img{
  height: 20px;
  width: 20px;
}

.index_calendar .weather-grid .weather-info .temperature span{
  color: #222;
  font-size: 16px;
}

.index_wel {
  margin-top: 20px;
  position: relative;
}

.index_wel .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.index_wel .master {
  margin-left: -50px;
  margin-top: 60px;
  width: 300px;
  z-index: 1;
}

.index_wel .master img {
  display: block;
  max-width: 100%;
  box-shadow: 3px 3px 0 #0065b5;
  border-radius: 30px;
  overflow: hidden;
}

.index_wel .content {
  background: #f3fcfe;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding: 60px 50px;
  padding-right: 100px;
  position: relative;
  width: calc(100% - 300px + 50px);
}
.index_wel .content:before{
  content: '\f10e';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50px;
  font-size: 50px;
  line-height: 1;
  transform: translateY(-50%);
  color: #a7ca03;
}

.index_wel .content .wel_title {
  color: #0065b5;
  font-size: 30px;
  font-weight: 700;
  /*text-transform: uppercase;*/
}

.index_wel .content .wel_content{
  margin-top: 20px;
}

.index_wel .content .wel_des {
  margin: 30px 0;
}

.index_wel .content .wel_des p {
  color: #333;
  font-size: 17px;
/*  font-weight: lighter;*/
  line-height: 28px;
}

.index_wel .content .wel_des p:not(:first-child) {
  margin-top: 15px;
}

.index_wel .content .wel_des .hide_text {
  display: none;
}

.index_wel .content .sign {
  margin-bottom: 10px;
}

.index_wel .content .sign .sign_img {
  display: block;
  margin-bottom: 5px;
  width: 130px;
}

.index_wel .content .sign .sign_text {
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 5px;
}

.index_wel .content .more {
  position: absolute;
  bottom: 0;
  left: 230px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f0f9f2;
}

.index_wel .content .more:hover {
  background: #0065b5;
}

.index_wel .content .more:hover span {
  color: #fff;
}

.index_wel .content .more span {
  color: #77b15b;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.index-swipe{
  overflow-x: hidden;
}
.index-swipe .row{
  display: flex;
  width: 200vw;
}
.index-swipe img{
  display: block;
  width: 100vw;
}

.index_links {
  background: url(../images/bg-link.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 100px 0;
}

.index_links .link_slider {
  margin-left: -20px;
  margin-right: -20px;
}

.index_links .link_item {
  padding: 5px 20px;
}

.index_links .link_item a {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.3);
  display: block;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.index_links .link_item a:hover .hover_mask {
  opacity: 1;
}

.index_links .link_item .hover_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 88, 88, 0.95);
  opacity: 0;
  transition: opacity .4s;
}

.index_links .link_item .hover_mask p {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  width: 65%;
}

.index_links .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
}

.index_links .slick-dots li {
  margin-left: 10px;
  margin-right: 10px;
}

.index_links .slick-dots li.slick-active button {
  background: #0065b5;
}

.index_links .slick-dots button {
  width: 20px;
  height: 8px;
  background: #fff;
  border: 2px solid #0065b5;
  font-size: 0;
}

.index_counter {
  background: url(../images/bg-coundown.png) no-repeat;
  background-position: center center;
  padding: 110px 0;
}

.index_counter .container {
  text-align: center;
}

.index_counter .counter {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}

.index_counter .counter .counter_item {
  border-radius: 10px;
  max-width: 230px;
  overflow: hidden;
  width: 100%;
}

.index_counter .counter .counter_item .counter_number {
  background: #f9fde6;
  padding: 35px 10px;
  position: relative;
}

.index_counter .counter .counter_item .counter_number p {
  color: #222;
  font-size: 46px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.index_counter .counter .counter_item .counter_unit {
  background: #a7ca03;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1px;
  padding: 15px;
}

.index_counter .counter_title {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* -------------- index RWD --------------*/
@media (max-width: calc(1280px + 40px + 40px)) {
}

@media (max-width: 1100px) {
  .index_calendar .calendar_row {
    padding: 30px;
    gap: 20px 40px;
  }
  .index_calendar .daily-grid .daily{
    grid-template-columns: 1fr;
    text-align: center;
  }
  .index_calendar .daily-grid .daily a{
    padding: 10px;
    order: 1;
  }
  .index_calendar .daily-grid .daily .day{
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .index_banner .slick-dots {
    bottom: 20px;
  }

  .index_calendar {
    padding-top: 40px;
  }

  .index_calendar:before {
    top: 0;
  }

  .index_calendar .calendar_row {
    margin-top: 0;
  }

  .index_calendar .content_grid .dec_img {
    display: none;
  }

  .index_calendar .content_grid .content_list {
    padding-left: 0;
    width: 100%;
  }

  .index_wel {
    margin-top: 0;
  }

  .index_wel .master {
    margin-left: 25px;
    margin-top: 0;
  }

  .index_wel .content {
    padding: 100px 25px 30px;
    margin-top: -60px;
    width: 100%;
    order: 1;
  }
  .index_wel .content:before{
    left: initial;
    right: 20px;
  }

  .index_wel .content .wel_des {
    margin: 20px 0;
  }

  .index_wel .content .sign {
    margin-bottom: 0;
  }

  .index_wel .content .more {
    background: #fff;
    position: relative;
    display: block;
    margin-top: 20px;
    top: 0;
    left: 0;
  }

  .index_counter {
    padding: 70px 0;
    background: none;
  }

  .index_counter .counter_title {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 960px) {
  .index_calendar .calendar_row {
  }

  .index_calendar .calendar_row>div {
  }

  .index_calendar .calendar_grid {
    border-right: none;
  }

  .index_calendar .calendar_grid:before {
    display: none;
  }

  .index_calendar .content_grid .content_head {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .index_calendar {
    padding-top: 20px;
  }
}

@media (max-width: 640px) {
  .index_wel .content .wel_title{
    font-size: 24px;
  }
  .index_calendar .calendar_row {
    border: solid 1px #edebeb;
    padding: 20px;
    grid-template-columns: 1fr;
  }

  .index_calendar .daily-grid .daily .date{
    border-radius: 20px;
  }

  .index_calendar .content_grid .event .date{
    width: 110px;
  }
  .index_calendar .calendar_row>div {
  }

  .index_calendar .daily-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .index_calendar .daily-grid .daily:not(:last-child) {
    margin-bottom: 0;
  }

  .index_calendar .calendar_grid .calendar_head {
    margin-bottom: 5px;
  }

  .index_calendar .calendar_grid .day_row .cell {
    padding: 5px;
    height: 40px;
  }

  .index_calendar .content_grid {
  }

  .index_calendar .content_grid .event {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .index_calendar .weather-grid {
    border-left: none;
  }

  .index_calendar .weather-grid .icon {
    max-width: 50%;
  }
  .index_calendar .daily-grid .daily a{
    margin-inline: 10px;
  }

  .index_wel .container{
    padding: 0;
  }

  .index_wel .master{
    max-width: 200px;
  }

  .index_wel .content:before{
    font-size: 36px;
  }

  .index-swipe .row{
    width: 400vw;
  }
  .index-swipe img{
    width: 200vw;
  }

  .index_links {
    padding: 70px 0;
  }

  .index_links .link_slider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .index_links .link_item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .index_links .slick-dots {
    margin-top: 20px;
  }

  .index_links .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .index_links .slick-dots button {
    width: 20px;
  }

  .index_counter {
    padding: 40px 0;
  }

  .index_counter .counter{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
  .index_counter .counter_title{
    margin-bottom: 20px;
  }

  .index_counter .counter .counter_item {
    margin: auto;
  }
  .index_counter .counter .counter_item .counter_number{
    padding-block: 25px;
  }
  .index_counter .counter .counter_item .counter_unit{
    padding: 10px;
  }
}

/* -------------- agenda --------------*/
.agenda_search {
  background: url(../images/bg-link.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
}

.agenda_search .field_row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.agenda_search .field {
  align-items: center;
  display: flex;
  flex: 1;
  margin-left: 30px;
  margin-right: 30px;
}

.agenda_search .field .field_label {
  flex-shrink: 0;
}

.agenda_search .field .field_label p {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  padding-right: 20px;
}

.agenda_search .field .field_input {
  width: 100%;
}

.agenda_search .field .field_input input {
  border: solid 1px #d7ebed;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 15px;
  line-height: 15px;
  padding: 15px;
  width: 100%;
}

.agenda_search .btn_row {
  margin-top: 30px;
}

.agenda_search .btn_row .submit {
  max-width: 230px;
  width: 100%;
  border: 1px solid #0065b5;
  background: #0065b5;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  text-align: center;
}

.agenda_search .btn_row .submit:hover {
  background: #fff;
  color: #0065b5;
}

.allagenda_calendar {
  margin: 60px 0;
}

.allagenda_calendar .calendar_grid {
  overflow-x: auto;
}

.allagenda_calendar .calendar_head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.allagenda_calendar .calendar_head .month {
  color: #333;
  font-size: 27px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.allagenda_calendar .calendar_head .year {
  color: #0065b5;
  font-size: 27px;
  line-height: 27px;
}

.allagenda_calendar .calendar_content {
  min-width: 1000px;
}

.allagenda_calendar .day_row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.allagenda_calendar .day_row:not(:last-child) {
  margin-bottom: 5px;
}

.allagenda_calendar .day_row.week .cell {
  background: none;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.allagenda_calendar .day_row .cell {
  background: #fff;
  padding: 15px;
  width: calc((100% - (4px * 6)) / 7);
}

.allagenda_calendar .day_row .cell.holiday {
  background: #e2e8e9;
}

.allagenda_calendar .day_row .cell.active {
  background: #979797;
}

.allagenda_calendar .day_row .cell.active:hover {
  background: #0065b5;
}

.allagenda_calendar .day_row .cell.active:hover .agenda_list p {
  color: #fff;
}

.allagenda_calendar .day_row .cell.active .day {
  color: #fff;
}

.allagenda_calendar .day_row .day {
  color: #333;
  font-size: 14px;
  text-align: right;
}

.allagenda_calendar .day_row .agenda_list {
  margin-top: 10px;
}

.allagenda_calendar .day_row .agenda_list li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.allagenda_calendar .day_row .agenda_list li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: '';
}

.allagenda_calendar .day_row .agenda_list p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.agenda_allgrid .agenda_head {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  text-align: center;
}

.agenda_allgrid .agenda_head p {
  border-bottom: 2px solid #e0e0e0;
  color: #333;
  font-size: 20px;
  font-weight: lighter;
  padding: 18px 0;
}

.agenda_allgrid .agenda_item {
  margin-bottom: 50px;
}

.agenda_allgrid .agenda_item .agenda_day {
  color: #455365;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.agenda_allgrid .agenda_item .agenda_table {
  overflow-x: auto;
}

.agenda_allgrid .agenda_item .agenda_table>table {
  min-width: 1000px;
}

.agenda_allgrid .agenda_item table {
  width: 100%;
}

.agenda_allgrid .agenda_item table th,
.agenda_allgrid .agenda_item table td {
  border: 1px solid #d0d0d0;
  padding: 15px;
}

.agenda_allgrid .agenda_item table th {
  background: #0065b5;
  color: #fff;
  line-height: 20px;
}

.agenda_allgrid .agenda_item table td {
  background: #fff;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.agenda_allgrid .agenda_item table td.inner_table {
  padding: 0;
}

.agenda_allgrid .agenda_item table td.inner_table table {
  margin: -1px;
  width: calc(100% + 2px);
}

.agenda_allgrid .agenda_item table td.inner_table td {
  width: calc(100% / 6);
}

.agenda_allgrid .agenda_item table .time span {
  font-size: 13px;
  display: block;
}

.agenda_allgrid .agenda_item table .tal {
  color: #333;
  display: block;
  text-align: left;
}

.agenda_allgrid .agenda_item table .tal:hover {
  color: #0aa9b8;
}

.agenda_allgrid .agenda_item table .tal span {
  display: block;
  width: 100%;
}

.agenda_allgrid .agenda_item table .bgb {
  background: #f4faff;
}

.agenda_allgrid .agenda_item table .bgy {
  background: #f7fff0;
}

.calagenda_group .calagenda_box {
  overflow: hidden;
  margin-bottom: 50px;
}

.calagenda_group .calagenda_box:nth-child(2) .agendalist_head {
  background: #0065b5;
}

.calagenda_group .calagenda_box.in_detail .agendalist_head {
  background: #4ca9f3;
  text-align: left;
}

.calagenda_group .calagenda_box.in_detail .agendalist_content {
  display: block;
  padding: 30px;
}

.calagenda_group .agendalist_head {
  background: #0b87c1;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 30px;
  text-align: center;
}

.calagenda_group .agendalist_content {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #d0d0d0;
  margin-top: -1px;
  padding: 20px 0;
}

.calagenda_group .calagenda_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 30px;
  width: 50%;
}

.calagenda_group .calagenda_item:not(:nth-last-child(-n+2)) .agenda_unit {
  border-bottom: 1px solid #eee;
}

.calagenda_group .calagenda_item:nth-child(n+3) {
  padding-top: 20px;
}

.calagenda_group .calagenda_item .place {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f9f9f9;
  position: relative;
}

.calagenda_group .calagenda_item .place p {
  color: #0065b5;
  font-size: 17px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  width: 80%;
}

.calagenda_group .calagenda_item .place p span {
  display: block;
}

.calagenda_group .calagenda_item .agenda_group {
  padding-left: 30px;
  width: calc(100% - 80px);
}

.calagenda_group .calagenda_item .agenda_unit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}

.calagenda_group .calagenda_item .agenda_unit:first-child {
  padding-top: 10px;
}

.calagenda_group .calagenda_item .agenda_unit:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.calagenda_group .calagenda_item .agenda_unit .info_list {
  padding-right: 40px;
  width: calc(100% - 115px);
}

.calagenda_group .calagenda_item .agenda_unit .link {
  border-radius: 5px;
  border: 1px solid #999;
  color: #999;
  display: block;
  padding: 15px 10px;
  text-align: center;
  width: 115px;
}

.calagenda_group .calagenda_item .agenda_unit .link:hover {
  background: #999;
  color: #fff;
}

.calagenda_group .calagenda_item .agenda_info {
  display: flex;
}

.calagenda_group .calagenda_item .agenda_info:nth-child(n+2) {
  margin-top: 13px;
}

.calagenda_group .calagenda_item .agenda_info .info_title {
  color: #333;
  flex-shrink: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  padding-right: 15px;
}

.calagenda_group .calagenda_item .agenda_info .info_data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.calagenda_group .calagenda_item .agenda_info .info_data .time_range {
  border-radius: 25px;
  color: #333;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  padding: 4px 5px;
  margin-right: 5px;
}

.calagenda_group .calagenda_item .agenda_info .info_data p {
  color: #333;
  font-size: 17px;
  line-height: 24px;
}

.back_daily_cal {
  align-items: center;
  display: inline-flex;
  color: #444;
  font-size: 16px;
}

.back_daily_cal:hover .circle {
  border-color: #4ca9f3;
  background: #4ca9f3;
}

.back_daily_cal:hover .circle i {
  color: #fff;
}

.back_daily_cal:first-child {
  margin-bottom: 20px;
}

.back_daily_cal:last-child {
  margin-top: 20px;
}

.back_daily_cal .circle {
  align-items: center;
  border-radius: 50%;
  border: 1px solid #aaa;
  background: #fff;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.back_daily_cal .circle i {
  color: #aaa;
  font-size: 14px;
}

.timeline_agenda {
  margin-top: 60px;
}

.timeline_agenda .tabContentGroup {
  margin-top: 50px;
}

.timeline_agenda .tabContent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.timeline_agenda .day_sec {
  width: 80px;
}

.timeline_agenda .day_sec .timerange {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}

.timeline_agenda .day_sec .timerange p {
  color: #333;
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
  width: 100%;
}

.timeline_agenda .day_sec .day {
  color: #333;
  font-size: 24px;
  margin-bottom: 5px;
  text-align: center;
}

.timeline_agenda .day_sec .week {
  color: #333;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 1px;
}

.timeline_agenda .timeline_sec {
  padding-left: 40px;
  width: calc(100% - 80px);
}

.timeline_agenda .timeline_head {
  color: #333;
  font-size: 20px;
  line-height: 26px;
}

.timeline_agenda .timeline_head>p:not(:last-child) {
  margin-bottom: 5px;
}

.timeline_agenda .timeline_head .place {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.timeline_agenda .timeline_head .tag {
  font-size: 17px;
  line-height: 17px;
  margin-left: 30px;
}

.timeline_agenda .timeline_head .tag span {
  color: #0065b5;
  font-weight: bold;
}

.timeline_agenda .timeline {
  margin-top: 30px;
  position: relative;
}

.timeline_agenda .timeline:before {
  position: absolute;
  top: 0;
  left: 230px;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  content: '';
}

.timeline_agenda .timeline .timeline_item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.timeline_agenda .timeline .timeline_item:not(:last-child) {
  margin-bottom: 25px;
}

.timeline_agenda .timeline .time {
  color: #333;
  font-size: 16px;
  text-align: right;
  padding-right: 40px;
  padding-top: 15px;
  width: 230px;
}

.timeline_agenda .timeline .name {
  padding-left: 40px;
  position: relative;
  width: calc(100% - 230px);
}

.timeline_agenda .timeline .name:before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #455365;
  border-radius: 50%;
  content: '';
  transform: translateX(-50%);
}

.timeline_agenda .timeline .name a {
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  padding: 15px;
}

.timeline_agenda .timeline .name a:hover {
  border-color: #4ca9f3;
  background: #4ca9f3;
  color: #fff;
}

.dl_agenda {
  margin-top: 60px;
}

.dl_agenda .dlagenda_head {
  margin-bottom: 30px;
}

.dl_agenda .dlagenda_head .agenda_name {
  color: #455365;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
}

.dl_agenda .dlagenda_head .agenda_info {
  background: #fafafa;
  margin-top: 15px;
  padding: 25px 30px;
}

.dl_agenda .dlagenda_head .agenda_info p {
  font-size: 16px;
  line-height: 20px;
}

.dl_agenda .dlagenda_head .agenda_info .info_item {
  display: flex;
}

.dl_agenda .dlagenda_head .agenda_info .info_item:not(:last-child) {
  margin-bottom: 10px;
}

.dl_agenda .dlagenda_head .agenda_info .info_item a {
  display: inline-block;
}

.dl_agenda .dlagenda_head .agenda_info .info_name {
  color: #455365;
  flex-shrink: 0;
  font-weight: bold;
  padding-right: 20px;
}

.dl_agenda .dlagenda_head .agenda_info .info_data a {
  color: #93a5a7;
}

.dl_agenda .dlagenda_head .agenda_info .info_data a:hover {
  color: #0065b5;
}

.dl_agenda .dlagenda_content .time_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 13px;
}

.dl_agenda .dlagenda_content .time_head .time_title {
  color: #455365;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.dl_agenda .dlagenda_content .time_head .time_data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dl_agenda .dlagenda_content .time_head .time_data .time_range {
  border-radius: 25px;
  color: #333;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 4px 7px;
  margin-right: 10px;
}

.dl_agenda .dlagenda_content .time_head .time_data p {
  color: #333;
  font-size: 20px;
  font-weight: lighter;
}

.dl_agenda .dlagenda_content .time_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 17px;
  padding-top: 17px;
}

.dl_agenda .dlagenda_content .time_item .time {
  background: #7694bb;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 13px;
  text-align: center;
  width: 220px;
}

.dl_agenda .dlagenda_content .time_item .time_content {
  padding-left: 20px;
  width: calc(100% - 220px);
}

.dl_agenda .dlagenda_content .time_item .time_content .name {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.dl_agenda .dlagenda_content .time_item .time_content .time_info {
  display: flex;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
}

.dl_agenda .dlagenda_content .time_item .time_content .time_info .time_title {
  color: #333;
  flex-shrink: 0;
  padding-right: 15px;
}

.dl_agenda .dlagenda_content .time_item .time_content .time_info .time_data a {
  color: #4ca9f3;
}

.dl_agenda .dlagenda_content .time_item .time_content .time_info .time_data a:hover {
  color: #0065b5;
}

.search_agenda_row {
  margin-top: 60px;
}

.search_agenda_row .search_keyword {
  color: #333;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}

.search_agenda_row .result_item {
  background: #fff;
  padding: 30px;
}

.search_agenda_row .result_item:not(:last-child) {
  margin-bottom: 30px;
}

.search_agenda_row .result_item .result_name {
  color: #455365;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.search_agenda_row .result_item .result_name:hover {
  color: #0aa9b8;
}

.search_agenda_row .result_item .result_name p:not(:last-child) {
  margin-bottom: 5px;
}

.search_agenda_row .result_item .item_info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  margin-top: 15px;
}

.search_agenda_row .result_item .item_info .info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 7px 0;
}

.search_agenda_row .result_item .item_info .info:not(:last-child) {
  margin-right: 40px;
}

.search_agenda_row .result_item .item_info .info_title {
  color: #333;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding-right: 15px;
  margin-top: 3px;
}

.search_agenda_row .result_item .item_info .info_data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #333;
  font-size: 16px;
}

.search_agenda_row .result_item .item_info .info_data .time_range {
  border-radius: 25px;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 8px;
  margin-right: 5px;
}

/* -------------- agenda RWD --------------*/
@media (max-width: calc(1280px + 40px + 40px)) {
  .agenda_search .field_row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .agenda_search .field {
    margin-left: 20px;
    margin-right: 20px;
  }

  .calagenda_group .calagenda_item .agenda_unit .info_list {
    padding-right: 30px;
  }
}

@media (max-width: 1024px) {
  .agenda_search {
    padding: 30px 0;
  }

  .agenda_search .field_row {
    margin-left: 0;
    margin-right: 0;
  }

  .agenda_search .field {
    flex: inherit;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .agenda_search .field .field_label {
    flex-basis: 90px;
  }

  .agenda_search .btn_row {
    margin-top: 10px;
  }

  .allagenda_calendar .day_row .cell {
    padding: 10px;
  }

  .agenda_allgrid .agenda_item table th,
  .agenda_allgrid .agenda_item table td {
    padding: 15px 7px;
  }

  .calagenda_group .calagenda_item {
    width: 100%;
  }

  .calagenda_group .calagenda_item:not(:nth-last-child(-n+1)) .agenda_unit {
    border-bottom: 1px solid #eee;
  }

  .calagenda_group .calagenda_item:nth-child(n+2) {
    padding-top: 20px;
  }

  .dl_agenda .dlagenda_content .time_item .time_content {
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .calagenda_group .calagenda_item .agenda_group {
    padding-left: 20px;
  }

  .calagenda_group .calagenda_item .agenda_unit .info_list {
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .timeline_agenda .timeline:before {
    left: 0;
  }

  .timeline_agenda .timeline .time {
    text-align: left;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 30px;
    width: 100%;
  }

  .timeline_agenda .timeline .name {
    padding-left: 30px;
    margin-top: 10px;
    width: 100%;
  }

  .dl_agenda .dlagenda_head .agenda_info {
    padding: 15px 20px;
  }

  .dl_agenda .dlagenda_head .agenda_info .info_item {
    flex-direction: column;
  }

  .dl_agenda .dlagenda_head .agenda_info .info_name {
    padding-right: 0;
    margin-bottom: 5px;
  }

  .dl_agenda .dlagenda_content .time_item .time_content .time_info {
    flex-direction: column;
  }

  .search_agenda_row .result_item .item_info {
    flex-direction: column;
  }

  .search_agenda_row .result_item .item_info .info:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .allagenda_calendar {
    margin: 40px 0;
  }

  .allagenda_calendar .calendar_head {
    margin-bottom: 10px;
  }

  .calagenda_group .calagenda_box {
    margin-bottom: 40px;
  }

  .calagenda_group .calagenda_item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .calagenda_group .calagenda_item .agenda_group {
    padding-left: 0;
    width: 100%;
  }

  .calagenda_group .calagenda_item .agenda_unit .link {
    padding: 12px 10px;
  }

  .calagenda_group .calagenda_item .agenda_info .info_data p {
    font-size: 16px;
  }

  .timeline_agenda {
    margin-top: 40px;
  }

  .timeline_agenda .tabContentGroup {
    margin-top: 20px;
  }

  .timeline_agenda .day_sec {
    width: 100%;
  }

  .timeline_agenda .day_sec .timerange {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .timeline_agenda .day_sec .timerange p {
    font-size: 16px;
    font-weight: normal;
  }

  .timeline_agenda .day_sec .day,
  .timeline_agenda .day_sec .week {
    font-size: 20px;
  }

  .timeline_agenda .timeline_sec {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  .timeline_agenda .timeline_head .tag {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .calagenda_group .agendalist_head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .calagenda_group .calagenda_box.in_detail .agendalist_content {
    padding: 20px;
  }

  .dl_agenda {
    margin-top: 40px;
  }

  .dl_agenda .dlagenda_head .agenda_info {
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .dl_agenda .dlagenda_content .time_head .time_title {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }

  .search_agenda_row {
    margin-top: 40px;
  }

  .search_agenda_row .result_item {
    padding: 20px;
  }

  .search_agenda_row .result_item .item_info .info {
    flex-direction: column;
  }

  .search_agenda_row .result_item .item_info .info_title {
    margin-top: 0;
    margin-bottom: 7px;
  }
}

/* -------------- expert --------------*/
.expert_grid {
  margin-top: 60px;
}

.expert_grid .img_limit.expert_limit {
  background: #fff;
}

.expert_grid .experts_des {
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
}

.expert_grid .expert_list {
  margin-top: 70px;
}

.expert_grid .expert {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.expert_grid .expert:last-child {
  margin-bottom: 0 !important;
}

.expert_grid .expert:hover .expert_img:after {
  background: rgba(88, 88, 88, 0.3);
}

.expert_grid .expert:nth-child(2n+1) {
  max-width: 960px;
  width: 100%;
  flex-direction: row-reverse;
  margin-bottom: 25px;
}

.expert_grid .expert:nth-child(2n+1):hover .content_box {
  background: #fff;
}

.expert_grid .expert:nth-child(2n+1) .content_box {
  background: url(../images/repeat-yellow.jpg);
  margin-right: -60px;
  position: relative;
  transform: translateY(-25px);
  width: 510px;
}

.expert_grid .expert:nth-child(2n+1) .content_box:before {
  position: absolute;
  right: initial;
  bottom: initial;
  top: -15px;
  left: -15px;
  content: url('../images/dec-1.svg');
  transform: rotate(-45deg);
  width: 60px;
}

.expert_grid .expert:nth-child(2n+1) .content {
  text-align: right;
  margin-left: auto;
}

.expert_grid .expert:nth-child(2n+1) .more {
  margin-left: auto;
}

.expert_grid .expert .expert_img {
  overflow: hidden;
  position: relative;
  width: 510px;
}

.expert_grid .expert .expert_img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 88, 88, 0);
  content: '';
  transition: all .4s;
}

.expert_grid .expert .content_box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: url(../images/repeat-orange.jpg);
  padding: 60px 70px;
  position: relative;
  width: calc(100% - 510px);
}

.expert_grid .expert .content_box:before {
  position: absolute;
  right: 25px;
  bottom: -1px;
  content: url('../images/dec-2.svg');
  width: 80px;
}

.expert_grid .expert .content {
  max-width: 300px;
}

.expert_grid .expert .name {
  color: #333;
  margin-bottom: 30px;
}

.expert_grid .expert .name .ch_name {
  font-size: 30px;
  font-weight: lighter;
  line-height: 30px;
  margin-bottom: 10px;
}

.expert_grid .expert .name .en_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.expert_grid .expert .title {
  color: #333;
  font-size: 16px;
  font-weight: lighter;
  line-height: 24px;
  margin-bottom: 30px;
}

.expert_grid .expert .title .ch_title {
  margin-bottom: 5px;
}

.expert_grid .expert .more {
  max-width: 170px;
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  display: block;
  color: #333;
  font-size: 14px;
  padding: 13px 15px;
  text-align: center;
}

.expert_grid .expert .more:hover {
  border-color: #0065b5;
  background: #0065b5;
  color: #fff;
}

.dl_expert .expert_head {
  background: url(../images/repeat-yellow.jpg);
  padding-top: 40px;
  padding-bottom: 50px;
}

.dl_expert .expert_head .container {
  position: relative;
}

.dl_expert .expert_head .img_sec {
  position: absolute;
  top: 0;
  left: 40px;
  width: 300px;
}

.dl_expert .expert_head .expert_sec {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  width: calc(100% - 300px - 40px);
}

.dl_expert .expert_head .name {
  color: #333;
  width: 200px;
}

.dl_expert .expert_head .name .ch_name {
  font-size: 25px;
  font-weight: lighter;
  margin-bottom: 10px;
}

.dl_expert .expert_head .name .en_name {
  font-size: 19px;
}

.dl_expert .expert_head .name .profile_pdf {
  color: #0065b5;
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

.dl_expert .expert_head .name .profile_pdf i {
  margin-right: 5px;
}

.dl_expert .expert_head .name .profile_pdf img {
  display: block;
  width: 100%;
}

.dl_expert .expert_head .title {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 200px);
}

.dl_expert .expert_head .title p:not(:last-child) {
  margin-bottom: 5px;
}

.dl_expert .year_content {
  margin-left: auto;
  margin-top: 40px;
  min-height: 400px;
  width: calc(100% - 300px - 40px);
}

.dl_expert .year_content .tabLinks {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dl_expert .year_content .tabLinks li {
  margin: 5px 0;
}

.dl_expert .year_content .tabLinks li:not(:last-child) {
  margin-right: 30px;
}

.dl_expert .year_content .tabLinks li.active {
  position: relative;
}

.dl_expert .year_content .tabLinks li.active:before,
.dl_expert .year_content .tabLinks li.active:after {
  position: absolute;
  left: 50%;
  content: '';
  border-style: solid;
  border-width: 6px 5px 0 5px;
  transform: translateX(-50%);
}

.dl_expert .year_content .tabLinks li.active:before {
  border-color: #333 transparent transparent transparent;
  bottom: -5px;
}

.dl_expert .year_content .tabLinks li.active:after {
  border-color: #fff transparent transparent transparent;
  bottom: -3px;
}

.dl_expert .year_content .tabLinks li.active a {
  border-color: #333;
  font-weight: bold;
}

.dl_expert .year_content .tabLinks a {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  color: #333;
  display: block;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  line-height: 16px;
  width: 75px;
}

.dl_expert .year_content .tabContentGroup {
  overflow: hidden;
  margin-top: 30px;
}

.dl_expert .year_content_box .box_head {
  background: #0065b5;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  padding: 13px 30px;
}

.dl_expert .year_content_box .box_content {
  background: #fff;
  padding: 40px 30px;
}

.dl_expert .year_content_box .agenda_item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dl_expert .year_content_box .agenda_item:not(:last-child) {
  margin-bottom: 40px;
}

.dl_expert .year_content_box .time {
  font-size: 24px;
  line-height: 24px;
  margin-right: 25px;
  text-align: center;
  width: 65px;
}

.dl_expert .year_content_box .time .day {
  margin-bottom: 5px;
}

.dl_expert .year_content_box .time .week {
  font-weight: lighter;
  letter-spacing: 2px;
}

.dl_expert .year_content_box .agenda_table {
  width: calc(100% - 65px - 25px);
}

.dl_expert .year_content_box .agenda_table .tr {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dl_expert .year_content_box .agenda_table .td {
  color: #333;
  padding-right: 15px;
  width: calc(100% - 180px - 70px);
}

.dl_expert .year_content_box .agenda_table .td:nth-child(1) {
  width: 180px;
}

.dl_expert .year_content_box .agenda_table .td:nth-child(3) {
  width: 70px;
}

.dl_expert .year_content_box .agenda_table .thead {
  border-bottom: 5px solid #eee;
  padding-bottom: 15px;
}

.dl_expert .year_content_box .agenda_table .thead p {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.dl_expert .year_content_box .agenda_table .tbody p,
.dl_expert .year_content_box .agenda_table .tbody a {
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

.dl_expert .year_content_box .agenda_table .tbody a:hover p {
  color: #0065b5;
}

.dl_expert .year_content_box .agenda_table .tbody .tr {
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 17px 10px;
}

.dl_expert .year_content_box .agenda_table .tbody .tr:nth-child(2n){
  background: #fafdff;
}

.dl_expert .year_content_box .agenda_table .tbody .agenda_name p:not(:last-child) {
  margin-bottom: 3px;
}

.dl_expert .back_list {
  background: #0065b5;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  margin-top: 20px;
  margin-left: auto;
  padding: 15px;
  text-align: center;
  width: 150px;
}

.dl_expert .back_list:hover {
  background: #4ca9f3;
}

/* -------------- expert RWD --------------*/
@media (max-width: calc(1280px + 40px + 40px)) {
  .dl_expert .expert_head .img_sec {
    width: 260px;
  }

  .dl_expert .expert_head .expert_sec {
    width: calc(100% - 260px - 40px);
  }

  .dl_expert .year_content {
    width: calc(100% - 260px - 40px);
  }
}

@media (max-width: 1060px) {
  .expert_grid .expert {
    margin-bottom: 40px;
  }

  .expert_grid .expert:nth-child(2n+1) {
    margin-bottom: 40px;
  }

  .expert_grid .expert:nth-child(2n+1) .content_box {
    margin-right: 0;
    transform: translateY(0);
  }

  .expert_grid .expert .expert_img {
    width: 50%;
  }

  .expert_grid .expert .content_box {
    padding: 50px;
    width: 50% !important;
  }
}

@media (max-width: 1024px) {
  .dl_expert .year_content_box .agenda_table .thead {
    display: none;
  }

  .dl_expert .year_content_box .agenda_table .tbody {
    border-top: 3px solid #eee;
  }

  .dl_expert .year_content_box .agenda_table .tr {
    padding: 15px 0;
  }

  .dl_expert .year_content_box .agenda_table .td {
    width: 100% !important;
  }

  .dl_expert .year_content_box .agenda_table .td:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media (max-width: 960px) {
  .dl_expert .expert_head .container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .dl_expert .expert_head .img_sec {
    position: static;
    order: 1;
    margin-top: 30px;
    width: 260px;
  }

  .dl_expert .expert_head .expert_sec {
    width: 100%;
  }

  .dl_expert .expert_head .name {
    margin-bottom: 20px;
    width: 100%;
  }

  .dl_expert .expert_head .title {
    width: 100%;
  }

  .dl_expert .year_content {
    min-height: auto;
    width: 100%;
  }

  .dl_expert .year_content .tabLinks li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .expert_grid .expert .expert_img {
    max-width: 500px;
    width: 100%;
  }

  .expert_grid .expert .content_box {
    padding: 40px;
    width: 100% !important;
  }

  .expert_grid .expert .content {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .expert_grid {
    margin-top: 40px;
  }

  .expert_grid .expert_list {
    margin-top: 30px;
  }

  .expert_grid .expert .expert_img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .expert_grid .expert .content_box {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 30px 25px;
  }

  .expert_grid .expert .content_box:before {
    width: 60px;
  }

  .expert_grid .expert .content {
    text-align: left !important;
  }

  .expert_grid .expert .name {
    margin-bottom: 20px;
  }

  .expert_grid .expert .more {
    margin-left: 0 !important;
  }

  .expert_grid .expert:nth-child(2n+1) .content_box:before {
    top: -20px;
    width: 40px;
  }

  .dl_expert .year_content_box .box_head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dl_expert .year_content_box .box_content {
    padding: 30px 20px;
  }

  .dl_expert .year_content_box .agenda_table {
    margin-top: 20px;
    width: 100%;
  }
}

/* -------------- sponsor --------------*/
.sponsor_grid {
  margin-top: 60px;
}

.sponsor_grid .sponsor_head {
  margin-bottom: 40px;
  text-align: center;
}

.sponsor_grid .sponsor_head .head_title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sponsor_grid .sponsor_head .des {
  color: #333;
  font-size: 17px;
  line-height: 24px;
}

.sponsor_grid .sponsor_head .des span {
  color: #777;
  display: block;
  font-size: 15px;
}

.sponsor_grid .sponsor_limit {
  overflow: hidden;
}

.sponsor_grid .sponsor_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2px;
  width: calc(100% + 4px);
}

.sponsor_grid .sponsor_box {
  padding: 30px;
  position: relative;
  width: calc(100% / 5);
}

.sponsor_grid .sponsor_box:before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ececec;
  content: '';
}

.sponsor_grid .sponsor_box:after {
  position: absolute;
  top: -7px;
  right: -9px;
  width: 15px;
  height: 15px;
  background: url(../images/sponsor_dec.jpg);
  content: '';
  z-index: 1;
}

.sponsor_grid .sponsor_box .sponsor {
  display: block;
}

.sponsor_grid .sponsor_box .sponsor p {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-top: 5px;
}

/* -------------- sponsor RWD --------------*/
@media (max-width: calc(1280px + 40px + 40px)) {
  .sponsor_grid .sponsor_box {
    width: calc(100% / 4);
  }
}

@media (max-width: 960px) {
  .sponsor_grid .sponsor_box {
    width: calc(100% / 3);
  }
}

@media (max-width: 640px) {
  .sponsor_grid {
    margin-top: 40px;
  }

  .sponsor_grid .sponsor_head {
    margin-bottom: 20px;
  }

  .sponsor_grid .sponsor_box {
    padding: 20px 15px;
    width: calc(100% / 2);
  }

  .sponsor_grid .sponsor_box .sponsor p {
    font-size: 15px;
    line-height: 20px;
  }
}

/* -------------- unreset --------------*/
/*
 * Unreset.css
 * Author: Binary Stash <binarystash01@gmail.com>
 * License: https://opensource.org/licenses/MIT MIT
 * Version: 1.0.0
 */
.unreset body {
  margin: 8px;
}

.unreset th {
  font-weight: bolder;
  text-align: center;
}

.unreset caption {
  text-align: center;
}

.unreset h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.unreset h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

.unreset h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

.unreset h4,
.unreset p,
.unreset blockquote,
.unreset ul,
.unreset fieldset,
.unreset form,
.unreset ol,
.unreset dl,
.unreset dir,
.unreset menu {
  margin: 1.12em 0;
}

.unreset h5 {
  font-size: .83em;
  margin: 1.5em 0;
}

.unreset h6 {
  font-size: .75em;
  margin: 1.67em 0;
}

.unreset h1,
.unreset h2,
.unreset h3,
.unreset h4,
.unreset h5,
.unreset h6,
.unreset b,
.unreset strong {
  font-weight: bolder;
}

.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

.unreset i,
.unreset cite,
.unreset em,
.unreset var,
.unreset address {
  font-style: italic;
}

.unreset pre,
.unreset tt,
.unreset code,
.unreset kbd,
.unreset samp {
  font-family: monospace;
}

.unreset pre {
  white-space: pre;
}

.unreset big {
  font-size: 1.17em;
}

.unreset small,
.unreset sub,
.unreset sup {
  font-size: 0.83em;
}

.unreset sub {
  vertical-align: sub;
}

.unreset sup {
  vertical-align: super;
}

.unreset table {
  border-spacing: 2px;
  border-collapse: separate;
}

.unreset thead,
.unreset tbody,
.unreset tfoot {
  vertical-align: middle;
}

.unreset td,
.unreset th,
.unreset tr {
  vertical-align: inherit;
}

.unreset s,
.unreset strike,
.unreset del {
  text-decoration: line-through;
}

.unreset hr {
  border: 1px inset;
}

.unreset ol,
.unreset ul,
.unreset dir,
.unreset menu,
.unreset dd {
  margin-left: 40px;
}

.unreset ol {
  list-style-type: decimal;
}

.unreset ul {
  list-style-type: disc;
}

.unreset ol ul,
.unreset ul ol,
.unreset ul ul,
.unreset ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.unreset {
  line-height: 1.2;
}

/* HTML5 */
.unreset figure {
  margin: 1em 40px;
}

/*# sourceMappingURL=style.css.map */