@charset "utf-8";

/* header title */
header div.title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #ffffff;
	text-align: center;
	min-width: 1100px;
	margin: 0 auto;
	padding: 68px 0 0;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 1099px) {
	header div.title {
		min-width: 100%;
	}
}
header div.title h1 {
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
}
header div.title h1 img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
header div.title .linkbtn {
	position: absolute;
	width: 255px;
	bottom: 13%;
	right: 18%;
}
@media only screen and (max-width: 1200px) {
	header div.title .linkbtn {
		right: 8%;
		bottom: 10%;
	}
}

header div.title .linkbtn a:hover {
	background: none;
	color: var(--orange);
}


header div.title .linkbtn a{
	position: relative;
	border: 1px solid var(--orange);
	padding-top: 12px;
	padding-right: 60px;
	padding-bottom: 12px;
	padding-left: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: var(--orange);
	border-radius: 100px;
	color: var(--white);
	font-size: 18px;
	transition: 0.6s;
	width: 100%;
	display: block;
}
header div.title .linkbtn a:hover {
	border: 1px solid #B33419;
	color: #ffffff;
	background-color: #B33419;
}
header div.title .linkbtn a:after {
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	transform-origin: top;
	-webkit-transform-origin: top;
	content: "";
	z-index: 2;
	position: absolute;
	right: 10px;
	top: 50%;
	height: 36px;
	width: 36px;
	display: inline-flex;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(0deg) translateY(-50%);
	-webkit-transform: rotate(0deg) translateY(-50%);
	background-image: url(../images/common/white_arrow.png);
}

header div.title .linkbtn a:hover:after {
	transform:rotate(45deg) translateY(-50%);
	-webkit-transform:rotate(45deg) translateY(-50%);
}

/* main */
main {
	font-size: 16px;
	padding: 0;
}

/* for fixed nav */
#greeting::before,
#outline::before,
#topics::before,
#live::before,
#faq::before {
	content: "";
	display: block;
	height: 70px;
	margin-top: -70px;
	visibility: hidden;
}

/* message */
#message {
	width: 1100px;
	margin: 0 auto;
	padding: 65px 0 0;
	text-align: center;
	line-height: 1.5
}
#message p {
	line-height: 2em;
}

/* greeting */
#greeting {
	padding: 30px 0;
	min-width: 1100px;
	background: #24282B;
}

#greeting h2 {
	line-height:1.6;
	text-align: left;
	color: var(--white);
	margin-bottom: 20px;
}
#greeting h2 span {
	color: var(--orange);
	display: inline;
	font-size: 28px;
	font-weight: bold;
}
#greeting h2:before {
	display: none;
}
#greeting p {
	line-height: 1.6;
	text-align: left;
	color: var(--white);
}
 
/* outline */
#outline {
	min-width: 1100px;
	/*background-color: var(--outline-bg);*/
	background-image: linear-gradient(90deg, #09001b, #470045 25% 75%, #09001b);
	padding: 65px 0;
	color: var(--outline-color);
}
#outline h2 {
	font-family: "Alumni Sans", sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	color: var(--orange);
	width: 1100px;
	max-width: 98%;
	margin: 0 auto 40px;
}
#outline .wrap {
	background-color: var(--outline-wrap);
	padding: 65px 0;
}
#outline h2:before {
	background: var(--outline-title);
}
#outline table {
	margin: 0 auto;
	width: 92%;
}
#outline table tr th {
	width: 130px;
	font-weight: bold;
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0 12px 10px;
	color: var(--outline-table-color);
	vertical-align: top;
	font-size: 18px;
	line-height: 1.4;
}
#outline table tr:first-child th {
	border-top: none;
}
#outline table tr td {
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#outline table tr td a {
	color: var(--orange);
}
#outline table tr:first-child td {
	border-top: none;
}
#outline table tr td span {
	font-size: 80%;
}



/* topics */
#topics .wrap {
	padding: 65px 0;
}
ul.topics {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
ul.topics li {
	width: 320px;
	background-color: var(--topics-bg);
	list-style: none;
	margin: 20px 20px;
	box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 0.1);
}
ul.topics li .thumbnail {
	max-height: 180px;
	overflow: hidden;
}
ul.topics li .thumbnail img {
	width: 100%;
}
ul.topics li .description {
	padding: 10px 10px;
	font-size: 16px;
	color: var(--topics-discription);
}

/* program */
#program {
	/*background-color: var(--program-bg);*/
	background-image: linear-gradient(90deg, #09001b, #470045 25% 75%, #09001b);
	padding: 65px 0;
	min-width: 1100px;
}
#program h2 {
	font-family: "Alumni Sans", sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	color: var(--orange);
}
#program .wrap .title-container {
	background-color: var(--program-bg);;
	padding: 65px 0 40px;
	margin-bottom: 20px;
}
#program .wrap .title-container h3 {
	margin-bottom: 0;
}

/* faq */
#faq .wrap {
	padding: 65px 0 0;
}
#faq .faq_list {
	padding: 0 0 65px 0;
	list-style: none;
}
#faq .faq_list .faq_item {
	padding: 32px 0;
	border-bottom: solid var(--faq-border) 1px;
}
#faq .faq_list .faq_item p {
	margin: 18px 0;
	font-size: 18px;
}
#faq .faq_list .question {
	display: flex;
	align-items: center;
	color: var(--faq-color);
	font-weight: bold;
	padding: 0 0 12px 0;
}
#faq .faq_list .question::before {
	content: "Q";
	display: grid;
	place-items: center;
	margin: 0 12px 0 0;
	min-width: 30px;
	height: 30px;
	color: var(--faq-question-icon-font);
	background-color: var(--faq-question-icon-bg);
}
#faq .faq_list .answer {
	display: flex;
	align-items: center;
}
#faq .faq_list .answer::before {
	content: "A";
	display: grid;
	place-items: center;
	margin: 0 12px 0 0;
	min-width: 30px;
	height: 30px;
	color: var(--faq-answer-icon-font);
	background-color: var(--faq-answer-icon-bg);
}

/* register */
div.register {
	background-image: linear-gradient(90deg, #09001b, #470045 25% 75%, #09001b);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0 80px;
}


div.register .box-button{
	position: relative;
	border: 1px solid var(--orange);
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-weight: bold;
	text-decoration: none;
	background-color: var(--orange);
	border-radius: 100px;
	color: var(--white);
	font-size: 22px;
	transition: 0.6s;
	width: 260px;
	display: block;
	text-align: center;
}
div.register .box-button:hover {
	border: 1px solid #B33419;
	color: #ffffff;
	background-color: #B33419;
}
div.register .box-button:after {
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	transform-origin: top;
	-webkit-transform-origin: top;
	content: "";
	z-index: 2;
	position: absolute;
	right: 10px;
	top: 50%;
	height: 36px;
	width: 36px;
	display: inline-flex;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(0deg) translateY(-50%);
	-webkit-transform: rotate(0deg) translateY(-50%);
	background-image: url(../images/common/white_arrow.png);
}

div.register .box-button:hover:after {
	transform:rotate(45deg) translateY(-50%);
	-webkit-transform:rotate(45deg) translateY(-50%);
}


/* sponsor */
#sponsor {
	width: 100%;
	background-image: linear-gradient(90deg, #09001b, #470045 25% 75%, #09001b);
}
#sponsor h2 {
	font-family: "Alumni Sans", sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	color: var(--orange);
}
#sponsor .wrap {
	padding: 65px 0;
}
#sponsor .sponsor-container {
	display: flex;
	background: var(--white);
	border-radius: 40px;
	padding: 20px;
	justify-content: center;
	gap: 0px 80px;
}
#sponsor .sponsor-container .sponsor:first-child {
	position: relative;
}
#sponsor .sponsor-container .sponsor:first-child:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 200px;
	background: #000;
	right: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#sponsor h3.category-title {
	text-align: center;
	margin: 20px 0;
	color: var(--orange);
}
#sponsor ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 60px;
	margin: 60px 0;
	align-items: end;
}
#sponsor ul li {
	text-align: center;
	width: 230px;
}
#sponsor ul li img {
	width: 100%;
	height: auto;
}
#sponsor ul li.nec {
	width: 335px;
}
#sponsor ul li.networld {
	width: 335px;
}
#sponsor ul li a {
	display: block;
	width: 100%;
	transition: 0.5s;
	color: var(--black);
}
#sponsor ul li a:hover {
	opacity: 0.6;
}
#sponsor ul li a.detail {
	margin: 40px 0 0 ;
}
#sponsor ul li a img {
	width: 80%;
	height: auto;
}

.exhibition_detail {
	padding: 15px;	
}
.exhibition_detail .header {
	padding-top: 40px;
}
.exhibition_detail .header .corp {
	font-weight: bold;
	font-size: 20px;
	padding: 8px 10px;
	background: #470045;
	color: var(--white);
}
.exhibition_detail .item {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
}
.exhibition_detail .item .logo {
	width: 35%;
	text-align: center;
	padding: 0 45px;
}
.exhibition_detail .item .logo img {
	width: 100%;
	height: auto;
}
.exhibition_detail .item .exhibition {
	width: 60%;
	padding: 0 15px 0 0;
}
.exhibition_detail .item .exhibition .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 15px;
	color: #470045;
}
.exhibition_detail .item .contents .title a {
	color: #470045;
	text-decoration: underline;
}
.exhibition_detail .item .contents .title a:hover {
	text-decoration: none;
}
.exhibition_detail .item .contents .description {
	font-size: 16px;
	line-height: 1.4;
}