/* Style */
.main-basic-content {
    max-width: 100%;
    padding: 0;
}

.page-node-type-basic-page .main-container[role="main"] {
    margin-bottom: 0;
}

html body .main-basic-content .main-content .section {
  text-align: center;	
  padding: 45px 0;  
}
  
html body .main-basic-content .main-content .frame {
    width: 85%;
    margin: auto;
    max-width: 1100px;	
}

html body .main-basic-content .main-content .slogan {
	font-size: 36px;	
	font-weight: 600;
	line-height: 1.4em;
}

html body .main-basic-content .main-content .title {
	font-weight: 600;
	line-height: 1.4em;
}

html body .main-basic-content .main-content .title.mobile {
	display: none;
}

.gradient-cloud {
  background: linear-gradient(135deg, #dddddd, #888888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
	html body .main-basic-content .main-content .title.desktop {
		display: none;
	}
	html body .main-basic-content .main-content .title.mobile {
		display: block;
	}
}

html body .main-basic-content .main-content .subtitle {
	font-weight: 600;
	margin-top: 30px;
}

html body .main-basic-content .main-content h2 {
    font-size: 32px;
}

html body .main-basic-content .main-content .content {
	font-size: 18px;
    margin-top: 20px;
}

html body .main-basic-content .main-content .info {
	font-size: 18px;
}

html body .main-basic-content .main-content span.large {
  font-size: 20px;
}

html body .main-basic-content .main-content span.bold {
    font-weight: 600;
}

html body .main-basic-content .main-content span.underline {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 3.5px;
	position: relative;
}

html body .main-basic-content .main-content span.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.5px;
  background-color: #000000;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

section#block-contact-button {
    display: none;
}

footer.footer.container {
    display: none;
}
 
/* Nav */
html body .main-basic-content .main-content .section.nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 5px 0 25px;
}
	
html body .main-basic-content .main-content .nav .nav-tabs {
      display: flex;
      justify-content: center;
      border-bottom: 1px solid #ddd;
      padding: 0;
      margin: 0;
      list-style: none;
}

html body .main-basic-content .main-content .nav .nav-tabs li {
      position: relative;
      margin: 0 24px;
}

html body .main-basic-content .main-content .nav .nav-tabs li a {
      display: block;
      padding: 16px 8px 8px;
      color: #666;
      text-decoration: none;
      border-bottom: none;	  
      font-size: 20px;
      transition: color 0.3s;
}

html body .main-basic-content .main-content .nav .nav-tabs li a:hover {
      color: #333;
      border-bottom: none;	  
}

html body .main-basic-content .main-content .nav .nav-tabs li.active a {
      color: #000;
      font-weight: 600;
      border-bottom: none;
}

html body .main-basic-content .main-content .nav .nav-tabs li::after {
      content: '';
      position: absolute;
	  bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ccc;
      transition: background-color 0.3s;
}

html body .main-basic-content .main-content .nav .nav-tabs li.active::after {
      background-color: #000;
}
	
html body .main-basic-content .main-content .nav {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

html body .main-basic-content .main-content .nav ul {
    display: inline-flex;
    list-style: none;
}

@media (max-width: 768px) {
	html body .main-basic-content .main-content .nav .nav-tabs li {
		margin: 0 2px;
	}
	html body .main-basic-content .main-content .nav .nav-tabs li a {
		font-size: 18px;
	}
}

@media (max-width: 400px) {
    html body .main-basic-content .main-content .nav .nav-tabs li a {
        font-size: 16.5px;
    }
}

/* Intro */
div#intro {
    padding: 60px 0 45px;	
}

html body .main-basic-content .main-content .intro li {
	font-size: 18px;
	list-style-type: none;
}

div#intro-detail {
    padding: 45px 0 10px;	
}

html body .main-basic-content .main-content #intro-detail .content {
    width: 40%;
    margin: 20px auto 0;
    text-align: left;	
}

@media (max-width: 1300px) {
html body .main-basic-content .main-content #intro-detail .content {
    width: 90%;
}
}
	
/* Map */
div#map {
    padding: 15px 0 45px;
}

html body .main-basic-content .main-content .map .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

html body .main-basic-content .main-content .map .box {
    width: 48%;
}

html body .main-basic-content .main-content .map h5 {
	padding-top: 30px;	
}

html body .main-basic-content .main-content .map img {
/*     width: 100%;
    height: auto; */
	margin: 0 auto;	
}

@media (max-width: 768px) {
	html body .main-basic-content .main-content .map .flex {
		flex-direction: column;
		align-items: center;
	}
	html body .main-basic-content .main-content .map .box {
		width: 100%;
	}
	html body .main-basic-content .main-content .map .box:last-child {
		margin-top: 30px;
	}
}

		
/* Agenda */
html body .main-basic-content .main-content .agenda .flex {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    margin: auto;
}

html body .main-basic-content .main-content .agenda .box {
    /* width: 30%;	 */
    width: calc(100% / 3);	
    text-align: left;
	/* margin:40px 15px 20px; */
    margin: 30px 0px 20px;
    padding: 0 15px;	
	display: flex;
	flex-direction: column;
	align-items: center;
}

html body .main-basic-content .main-content .agenda img {
	  max-width: 100%;
	  height: auto;
	  display: block;
	  margin-bottom: 20px;
}

html body .main-basic-content .main-content .agenda .box a {
    color: #000000;
	text-decoration: none;
}

html body .main-basic-content .main-content .agenda .box a:hover {
    color: #575755;
	text-decoration: underline;
}

html body .main-basic-content .main-content .agenda h5 {
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	line-height: 1.4em;
}

html body .main-basic-content .main-content .agenda h6 {
  width: 100%;
  text-align: left;
}

html body .main-basic-content .main-content .agenda p {
	font-size: 18px;
}

html body .main-basic-content .main-content .agenda h6.time, html body .main-basic-content .main-content .agenda h6.place {
	color: #64be00;
    font-weight: 600;
}

html body .main-basic-content .main-content .agenda ul {
    padding-left: 1.3em;
    margin-top: 10px;
}

html body .main-basic-content .main-content .agenda ul li {
    margin-bottom: 0.3em;
    font-weight: 300;
}

@media (max-width: 768px) {
html body .main-basic-content .main-content .agenda .flex {
    flex-direction: column;
    align-items: center;
	margin-top: 30px;
}
html body .main-basic-content .main-content .agenda .box {
    width: 100%;
	margin: auto;
    margin-bottom: 30px;
}
html body .main-basic-content .main-content .agenda h5, 
html body .main-basic-content .main-content .agenda h6 {
  text-align: center;
}

}

/* Calendar */
div#calendar {
	padding: 25px 0 45px;
}

.calendar-list {
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.calendar-item {
	border: 1px solid #e5e5e5;
	padding: 16px;
	border-radius: 8px;
	background: #fff;
}

.calendar-item img {
	width: 65%;
	height: auto;
	margin-bottom: 12px;
}

.calendar-item h3 {
	font-size: 18px;
}

.calendar-item h3 a {
	text-decoration: none;
	color: #000;
}

.calendar-item h3 a:hover {
	color: #288719;
	text-decoration: underline;
}

.calendar-item p {
	margin: 4px 0;
	font-size: 16px;
}

@media (max-width: 768px) {
	.calendar-list {
		grid-template-columns: 1fr;
	}
	.calendar-item img {
		width: 50%;
	}
}	

/* Booth */
div#booth {
    padding: 45px 0 0;
}
html body .main-basic-content .main-content .booth .bg {
    background: url(/sites/zyxel/files/library/assets/cybersec2025/cybersec-2025_booth_1920x650.jpg);
    width: 100%;
    height: 30vw;
	background-size: cover;	
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
@media (max-width: 768px) {
html body .main-basic-content .main-content .booth .bg {
    height: 60vw;
}
}
	
/* Meeting */
div#meeting {
    background: #f6f6f6;
	padding: 45px 0 80px;	
}
p.button {
    margin-top: 25px;
    margin-bottom: 30px;
}	
a.btn-green {
    color: #fff;
    background-color: #6CBE45;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin-top: 30px;
    text-transform: none;
    font-size: 16px;	
}
a.btn-green:hover {
    background-color: #529333;
    text-decoration: none;
}
/* 
@media (max-width: 768px) {
	div#meeting {
		padding: 0 0 100px;
	}
}
 */