@charset "UTF-8";

/* CSS Document */

:root {
	--fontNormal: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;	
}

html {font-size: 18px;}

body {
	font-size: 1rem;
	background: #020202;
}

/** Header **/
.giccHeader {
	position: fixed;
	width: 100%;
	z-index: 999;
}
.giccHeader header {
	display: flex;
	justify-content: space-between;
	width: 100%	;
	font-family: 'S-Core7';
	border-bottom: 1px solid rgba(255,255,255,.3);
	transition: .3s;
}
.giccHeader header .logo {
	width: 130px;
	height: 90px;
	text-indent: -999em;
	background: url(/kor/images/logo-w.svg?d=250318) no-repeat left center;
	background-size: contain;
	margin-left: 30px;
}
.giccHeader header:hover .logo,
.giccHeader.scrolled header .logo {
	width: 130px;
	height: 90px;
	text-indent: -999em;
	background: url(/kor/images/logo-b.svg) no-repeat left center;
	background-size: contain;
	margin-left: 30px;
}
.giccHeader header:hover,
.giccHeader.scrolled header {
	background-color: #fff;
}
.giccHeader header::after {
	content: '';
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
}
.giccHeader header .gnb {
	display: flex;
	justify-content: center;
}
.giccHeader header .gnb > li a {
	color: #fff;
}
.giccHeader header:hover .gnb > li a,
.giccHeader.scrolled header .gnb > li a {
	color:#333;
	transition: .3s;
}
.giccHeader header .gnb > li > a {
	display: block;
	font-size: 22px;
	line-height: 90px;
	padding: 0 40px;
	transition: .3s;
}
.giccHeader header .gnb > li a:hover {
	color: #155ECC;
}
.giccHeader header .gnb > li:hover > a {
	background-color: #f5f5f5;
}
.giccHeader header .gnb > li:hover {
	background-color: #f5f5f5;
}
.giccHeader header .gnb .submenu {
	display: block;
	font-family: 'S-Core5';
	font-size: 16px;
	overflow: hidden;
	height: 0;
	transition: .3s;
}
.giccHeader header .gnb:hover .submenu {
	display: block;
	height: 160px;
	margin-top: 26px;
}
.giccHeader header .gnb .submenu a {
	display: block;
	padding: 8px 0;
	text-align: center;
}
.giccHeader header .util {
	display: flex;
	height: 90px;
	margin-right: 30px;
}
.giccHeader header .util span {
	display: flex;
	display: block;
	align-self: center;
	margin-left: 4px;
}
.giccHeader header .util .btn-key a {
	display: block;
	color: #fff;
	background: #061444;
	padding: 10px 16px;
	border: 1px solid #aaa;
	border-radius: 10px;
}
.giccHeader header .util .lang a {
	display: block;
	color: #aaa;
	padding: 10px 16px;
	border: 1px solid #aaa;
	border-radius: 10px;
}
.giccHeader header .util .lang a:hover {
	background-color: #aaa;
	color: #fff;
}
.giccHeader header .util .dday {
	background-color: #277DFE;
	color: #fff;
	font-family: "Oswald", 'S-Core7', sans-serif;
	font-size: 30px;
	padding: 0 26px;
	line-height: 90px;
	margin-left: 20px;
}
/* sub header */
.giccHeader.giccSub {
	background: #fff;
}
.giccHeader.giccSub header .gnb > li a {
	color: #333;
}
.giccHeader.giccSub header .logo {
	background: url(/kor/images/logo-b.svg) no-repeat left center;
}
/** //Header **/

#sc_fullWrapper {
	/* position: fixed; */
	width: 100%;
	height: 100%;
	background: url(/kor/images/sc-main-bg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
#sc_fullWrapper .sc-bg-body {
	background-color: #000;
	width: 100%;
	height: 100%;
}
#sc_fullWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.sc_container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	text-align: center;
	background: url(/kor/images/bg-fullmv.png);
}

.sc_wrapper {
	width: 1400px;
	margin: 0 auto;
}

.main-visual {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-visual .mv-title {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0,0,0,.9);
	margin-bottom: 50px;
}
.partners {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.main-visual .mv-title.engTitle {
	font-size: 36px;
}

.main-visual .m-dday {
	font-family: 'S-Core7';
	color: #333;
	width: 610px;;
	background: linear-gradient(180deg,#fff, #ccc);
	border-radius: 14px;
	padding: 16px;
	margin: 0 auto;
}
.main-visual .m-dday dl {
	display: flex;
	justify-content: center;
	font-family: "Oswald", 'S-Core7', sans-serif;
	font-weight: 700;
	gap: 4px;
}
.main-visual .m-dday dl dt {	
	font-size: 38px;
	padding-right: 20px;
}
.main-visual .m-dday dl dt p {
	font-size: 18px;
}
.main-visual .m-dday dl dd {
	position: relative;
	width: 100px;
	color: #fff;
	font-size: 46px;
	font-weight: 500;
	background: linear-gradient(180deg,#414141, #212121);
	border-radius: 8px;
	padding-right: 7px;
	padding-top: 8px;
	letter-spacing: -1px;

}
.main-visual .m-dday dl dd span {
	position: absolute;
	display: block;
	right: 6px;
	bottom: 12px;
	font-size: 25px;
	opacity: .5;
}

.main-area {
	position: relative;
	height: 960px;
	color: #fff;
}
.main-area .m-wrap {
	position: relative;
	width: 1340px;
	height: 100%;
	margin: 0 auto;
}
.main-area h3 {
	font-size: 50px;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 70px;
}
.main-area h3.noUnder {
	text-decoration: none;
	font-size: 80px;
}
.main-area h3.noUnder span {
	font-family: 'S-Core7';
	font-size: 36px;
}

.area2 {
	background: #1D1E32 url(/kor/images/bg/m-section2.png) no-repeat center bottom;
	background-size: cover;
}
.area02 {
	background: #1D1E32 url(/kor/images/bg/bg-invite.png) no-repeat center bottom;
	background-size: cover;
}
.area3 {
	background: #1D1E32 url(/kor/images/bg/m-section3.png) no-repeat center bottom;
	background-size: cover;
}
.area03 {
	background: #1D1E32 url(/kor/images/bg/m-section003.png) no-repeat center bottom;
	background-size: cover;
}
.area4 {
	background: #1D1E32 url(/kor/images/bg/m-section4.png) no-repeat center bottom;
	background-size: cover;
}
.area5 {
	background: #1D1E32 url(/kor/images/bg/m-section5.png) no-repeat center bottom;
	background-size: cover;
}
[data-trigger] {
	opacity: 0;
	position: relative;
	top:50px;
	transition: 0.5s ease-out;
}
[data-trigger].animatedIn {
	opacity: 1;
	position: relative;
	top:0;
}
.delay1 {
	transition-delay: 0.2s;
}
.delay2 {
	transition-delay: 0.4s;
}
.delay3 {
	transition-delay: 0.6s;
}

.area-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1340px;
}

.area2 .area2-info {
	width: 760px;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	line-height: 42px; /* 131.25% */
	letter-spacing: -0.96px;
	margin-bottom: 60px;
}
.area2 .area2-info strong {
	color: #fff;
}
.area2 .glassBox {
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(76, 108, 171, 0.50);
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(25px);
	padding: 40px 90px 60px 90px;
}
.area2 .glassBox > div {
	font-size: 32px;
	padding: 10px 0;
}
.area2 .glassBox dl {
	display: flex;
	align-items: flex-end;
}
.area2 .glassBox dl dt {
	font-family: "Oswald";
	font-size: 120px;
	font-weight: 900;
	line-height: 115px;
	color: #fff;
}
.area2 .glassBox dl dd {
	font-size: 22px;
}

.area3 .m-program ul {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	margin-bottom: 30px;
}
.area3 .m-program ul li {
	width: 420px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(255,255,255,.3);
}
.area3 .m-program ul li .thumb-img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.area3 .m-program ul li .prg-text {
	font-size: 15px;
	color: #212121;
	padding: 30px;
}
.area3 .m-program ul li .prg-text > strong {
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
}

.area03 .opening {
	display: flex;
	gap: 30px;
	align-items: center;
	width: 1340px;
}
.area03 .opening .peopleInfo {
	flex: 1;
}
.area03 .opening table {
	width: 45%;
}
.area03 .opening table {
	border-top: 1px solid rgba(255,255,255,.5);
}
.area03 .opening table th {
	background: rgba(255,255,255,.2);
}
.area03 .opening table th, .area03 .opening table td {
	font-size: 15px;
	border-right: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding: 10px 0px 10px 7px;
}
.area03 .opening table th:last-child, .area03 .opening table td:last-child {
	border-right: none;
}
.area03 .opening table td:first-child {
	text-align: center;
}
/* 참석자 슬라이드 */
.openingWrap {
	position: relative;
	padding: 0 50px;
}
.openingWrap .opening_slider > li {
	background: #fff;
	color: #333;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
}
.openingWrap .opening_slider .imgArea {
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.openingWrap .opening_slider .imgArea img {
	width: 100%;
}
.openingWrap .opening_slider .information {
	text-align: center;
	margin-top: 20px;
}
.openingWrap .opening_slider .information .aff {
	height: 70px;
	font-size: 15px;
	padding: 10px;
}
.openingWrap .opening_slider .information .name {
	font-weight: 600;
}
.openingWrap .opening_slider .information .name > span {
	display: block;
	padding-top: 8px;
	margin: 0 10px;
	border-top: 1px solid #ccc;
}
.openingWrap .bx-controls .rightArrow, .openingWrap  .bx-controls .leftArrow {
	width: 40px;
	height: 40px;
}

.area4 .dateLocation dl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
}
.area4 .dateLocation dl dt {
	width: 144px;
}
.area4 .dateLocation dl dt img {
	vertical-align: middle;
}
.area4 .dateLocation dl dd:nth-child(2) {
	border-right: 1px solid rgba(255,255,255,.3);
	padding-right: 40px;
	margin-right: 40px;
}
.area4 .dateLocation dl dd {
	font-size: 20px;
	color: #999;
}
.area4 .dateLocation dl dd p {
	flex: 1;
	color: #fff;
	font-size: 26px;
	margin: 10px 0;
}
.area4 .gicc-links {
	margin-top:90px;
}
.area4 .gicc-links dl {
	display: flex;
	justify-content: center;
	gap: 60px;
	width: 1160px;
	margin: 0 auto;
}
.area4 .gicc-links dl dt {
	font-size: 34px;
}
.area4 .gicc-links a {
	position: relative;
	display: inline-block;
	width: 265px;
	font-size: 26px;
	font-weight: 600;
	line-height: 100px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.3);
	border:1px solid rgba(255,255,255,.5);
	border-radius: 8px;
	margin:0 5px;
	transition: .3s;
}
.area4 .gicc-links a:hover {
	background: rgba(0,0,0,1);
	border:1px solid rgba(255,255,255,1);
	width: 280px;
}
.area4 .gicc-links a img {
	position: absolute;
	right:30px;
	top:50%;
	transform: translateY(-50%);
	vertical-align: middle;
	margin-left: 10px;
}

.area5 .m-buttons, .area5 .m-sns {
	width: 1200px;
	text-align: center;
	margin-top: 60px;
}
.area5 .m-buttons, .area5 .m-sns > p {
	font-size: 24px;
	margin-bottom: 30px;
}
.area5 .m-buttons, .area5 .m-sns img {
	font-size: 26px;
	font-weight: 600;
	margin: 0 10px;
	transition: .3s;
}
.area5 .m-buttons, .area5 .m-sns img:hover {
	transform: scale(115%);
}
.area5 .btn-grd {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: rgb(25,103,255);
	background: linear-gradient(150deg, rgba(25,103,255,1) 0%, rgba(94,37,255,1) 60%);
	border-radius: 8px;
	margin: 0 5px;
	width: 340px;
	line-height: 100px;
	transition: .3s;
}
.area5 .btn-grd:hover {
	transform: scale(105%);
	background: linear-gradient(300deg, rgba(25,103,255,1) 0%, rgba(94,37,255,1) 60%);
}
.area5 .btn-grd img {
	vertical-align: middle;
	margin: 0 6px 3px 0;
	transition: .3s;
}
.area5 .area-inner {
	transform: translate(-50%, -73%);
}

/* 초청인사 슬라이드 */
.slideWrap {
	width: 1340px;
	padding: 50px 84px 0;
	margin: 0 auto;
	position: relative;
}
.multiple_slider > li {
	height: 494px;
	background: #fff;
	border-radius: 12px;
}
.multiple_slider > li .imgArea {
	width: 100%;
	height: 270px;
	text-align: center;
	background: #f7f7f7;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}
.multiple_slider > li .imgArea img {
	width: 100%;
}
.multiple_slider > li .invite {
	margin: 8px 16px;
}
.multiple_slider > li .invite li {
	position: relative;
	list-style: none;
	font-weight: 500;
	position: relative;
	color: #444;
	font-size: 17px;
	padding: 6px 0 6px 8px;
	letter-spacing: -1px;

	/*margin: 2px 0;*/
	/*border: 1px solid #e0e0e0;*/
	/*border-radius: 4px;*/
	/*background: #f9f9f9;*/
}
.multiple_slider > li .invite li:nth-child(2) {
	border-bottom: 1px solid #ddd;
}
.multiple_slider > li .invite li:last-child {
	border: none;
}
.multiple_slider > li .invite li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 3px;
	height: 3px;
	background: #333;
	border-radius: 3px;
}
.multiple_slider > li .invite li.name {
	list-style: none;
	align-items: center;
	font-size: 21px;
	text-align: center;
	font-weight: 600;
	color: #222;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	width: 235px;
	padding-bottom: 17px;
	border: none;
	background: #fff;
}
.multiple_slider > li .invite li.name::before {
	content: '';
	display: none;
}
.multiple_slider > li .invite li.name strong {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 8px;
}
.multiple_slider > li .invite li.nation {
	list-style: none;
	align-items: center;
	text-align: center;
	color: #222;
	vertical-align: middle;
	border: none;
	background: #fff;
	margin-top:-10px;
	margin-bottom:10px;
}
.multiple_slider > li .invite li.nation:before {
	content: '';
	display: none;
}
.multiple_slider > li .invite li.name > span {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 1px 4px;
	border:1px solid #ccc;
}

.invite-title {
	text-align: center;
}
.invite-title h3 {
	margin-bottom: 30px;
}
.invite-title p {
	font-size: 30px;
	text-decoration: none;
}
.invite-title a {
	display: inline-block;
	color: #fff;
	background: rgba(0,0,0,.15);
	border: 1px solid rgba(255,255,255,.5);
	padding: 12px 34px;
	border-radius: 5px;
	margin-top: 20px;
	transition: .4s;
}
.invite-title a:hover {
	background: rgba(0,0,0,.6);
}
/*좌우컨트롤*/
.bx-controls .bx-prev,
.bx-controls .bx-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3em;
}
.bx-controls .bx-prev {
	left: 0;
}
.bx-controls .bx-next {
	right: 0;
}
.bx-controls .rightArrow,
.bx-controls .leftArrow {
	display:block;
	width: 60px;
	height: 60px;
	border:1px solid rgba(255,255,255,.5);
	border-radius: 6px;
	transition: .3s;
}
.bx-controls .rightArrow {
	background: rgba(0,0,0,.2) url(/kor/images/sld-arrow-right.png) no-repeat center center;
}
.bx-controls .leftArrow {
	background: rgba(0,0,0,.2) url(/kor/images/sld-arrow-left.png) no-repeat center center;
}
.bx-controls .rightArrow:hover,
.bx-controls .leftArrow:hover {
	background-color: rgba(0,0,0,.4);
}

/*멀티슬라이드*/
.multiple_slider li img {
	width: 100%;
}

.btn-grd {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: rgb(25,103,255);
	background: linear-gradient(150deg, rgba(25,103,255,1) 0%, rgba(94,37,255,1) 80%);
	border-radius: 8px;
	margin: 0 5px;
}

.m-footer {
	position: static;
	left: 0;
	bottom:0;
	width: 100%;
	height: 200px;
	background: #191919;
	border-top: 1px solid rgba(255,255,255,.15);
}
.m-footer > div {
	position: relative;
	width: 1340px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding-top: 40px;
	margin:0 auto;
}
.m-footer > div a {
	display: inline-block;
	color: #fff;
	border: 1px solid rgba(255,255,255,.4);
	padding: 8px 16px;
}
.m-footer > div > div {
	padding: 6px 0;
}
.m-footer > div .copyright {
	font-size: 14px;
	color: #777;
}
.m-footer > div > p {
	position: absolute;
	top: 50px;
	right: 0;
}

	/** common **/
::placeholder {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;	
	color: #999;	
}
.taLeft {text-align: left !important; padding: 0 20px !important;}
.taRight {text-align: right;}
.mgEtc {margin: 30px 0;}

.hempty {
	height: 140px;
}
.hempty .m-btn {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: rgba(6,20,68,.8);
	padding: 8px 40px;
	margin-top: 20px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 12px;
	transition: .3s;
}
.hempty .m-btn div {
	height: 38px;
}
.hempty .m-btn:hover {
	background: rgba(0,56,198,1);;
}

.img_prod_visual p {
	padding: 10px 14px;
	font-size: 15px;
	line-height: 1.2em;
}

.score7 {
	font-family: 'S-Core7';
}
