@charset "utf-8";

@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url("./assets/font/SiemensSansBlack/style.css");

@import url("./assets/css/reset.css");
@import url("./assets/css/normalize.css");

* {
	box-sizing: border-box;
	/*font-family: "NanumSquareAcr", sans-serif;*/
	font-family: "NanumSquare", sans-serif, "dotum", "돋움", "Malgun Gothic",
		"맑은 고딕" !important;
}

a {
	text-decoration: none;
	color: #000;
}
html,
body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000028;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	min-width: 1100px;
}
.inner_wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
.wrap > div {
	margin: 0 auto;
	width: 100%;
}

.visual {
	height: 424px;
	background-image: url("./images/back.png");
	background-position: center;
	background-repeat: no-repeat;
}

.visual .inner_wrap {
	position: relative;
}

.visual .inner_wrap > div {
	position: absolute;
}

.visual .logo {
	top: 55px;
	left: 0px;
}

.visual .txt {
	top: 165px;
	left: 0px;
}

.visual .location {
	top: 300px;
	left: 0px;
}

.menu {
	background-color: #00ffb8;
	padding: 8px 0;
}

.menu ul li {
	width: 250px;
	padding: 10px 0;
	display: inline-block;
	text-align: center;
	border-right: solid 1px #000;
}

.menu ul li:last-child {
	border-right: none;
}

.menu ul li a {
	text-decoration: none;
	color: #000;
	font-size: 19px;
	font-weight: bold;
}

.invitation {
	background-color: #fff;
	padding: 75px 0;
}

.invitation p {
	width: 780px;
	color: #000;
	font-size: 17px;
	line-height: 35px;
	letter-spacing: -0.5px;
}

.invitation p span {
	color: #0097a9;
	font-size: 18px;
	letter-spacing: -0.5px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.invitation p span img {
	vertical-align: top;
}

.complete {
	background-color: #fff;
	padding: 75px 0;
}

.complete p:nth-child(1) {
	width: 100%;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: -0.5px;
	text-align: center;
}

.complete p:nth-child(1) span {
	color: #009999;
}

.complete p:nth-child(2) {
	width: 100%;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: -0.5px;
	text-align: center;
	margin-top: 50px;
}

.agenda {
	background-color: #eff0f4;
	padding: 40px 0 80px 0;
}

.agenda .title {
	color: #000028;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 16px;
}

.agenda table {
	border: none;
	width: 780px;
}

.agenda table th,
.agenda table td {
	font-size: 18px;
	padding: 12px 0;
	color: #000034;
}

.agenda table thead th {
	background-color: #000028;
	color: #01ffb9;
	font-weight: 900;
	text-align: center;
}

.agenda table tbody th {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -1px;
}

.agenda table tbody td p {
	margin-bottom: 10px;
}

.agenda table tbody td p:last-child {
	margin-bottom: 0;
}

.agenda table tbody td .t0 {
	font-weight: 700;
	font-size: 16px;
	/*color: #009999;*/
	color: #08c0c0;
	border: solid 1px #08c0c0;
	display: inline-block;
	padding: 6px;
}

.agenda table tbody td .t1 {
	font-weight: 700;
	line-height: 24px;
	font-family: "NanumSquareAcB", sans-serif;
}

.agenda table tbody td .t2 {
	font-size: 15px;
	font-weight: 500;
}

.agenda table tbody td {
	padding-left: 10px;
	font-size: 17px;
	letter-spacing: -1px;
}

.agenda table tbody th,
.agenda table tbody td {
	border-bottom: solid 1px #009999;
}

.agenda table tbody td .txt_more {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	/* letter-spacing: -1px; */
	display: none;
}

a.more,
button.more {
	border: none;
	border-radius: 11px;
	background-color: #01ffb9;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: #000034;
	padding: 3px 10px;
	padding-bottom: 5px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-align: center;
}

.agenda .footer-agenda {
	width: 780px;
	text-align: right;
	font-size: 15px;
	font-weight: 500;
	color: #000034;
	padding: 10px 0;
	letter-spacing: -1px;
}

.event {
	/* padding: 40px 0; */
	overflow: hidden;
	height: 1px;
	padding: 0 0;
}

.event .title {
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 16px;
	display: none;
}

.event .footer-event {
	width: 780px;
	text-align: center;
	/* font-size: 15px; */
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	/* padding: 10px 0; */
	padding: 120px 0;
	letter-spacing: -1px;
}

.event-new {
	padding: 50px 0;
	overflow: hidden;
	background-color: #003d59;
}

.event-new .title {
	color: #01ffb9;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 16px;
}

.event-new .footer-event {
	width: 780px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding: 10px 0;
	letter-spacing: -1px;
}

.event-new .images img:nth-child(1) {
	margin-left: 30px;
}

.event-new .images img:nth-child(2) {
	margin-left: 30px;
}

.information {
	background-color: #eff0f4;
	padding: 55px 0;
}

.information .inner_wrap > div {
	margin-top: 30px;
}

.information .inner_wrap > div > div {
	font-size: 15px;
	margin-top: 20px;
}

.information .inner_wrap > div img:nth-child(1) {
	margin-right: 6px;
}

.information .title {
	color: #000028;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 16px;
}

.information ul {
	list-style-type: disc;
	margin-left: 20px;
}

.information ul li {
	margin-bottom: 16px;
}
.information ul li::marker {
	color: #00e8d7;
}

.information ul li span {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -1px;
	color: #000;
}

.information ul li span img {
	vertical-align: middle;
}

.form {
	background-color: #fff;
	padding: 55px 0;
}

.form .title {
	color: #000;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.form .unit {
	display: inline-block;
	width: 27%;
	padding: 10px 10px 30px 0;
}

.form .unit-last {
	display: inline-block;
	width: 40%;
	padding: 10px 0 30px 0;
}

.form .unit label,
.form .unit-last label {
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.form label span {
	color: #009999;
}

.form .unit input,
.form .unit-last input {
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -1px;
	border: solid 1px #aaa;
	padding: 14px 10px;
}

.form input.inline {
	width: 30%;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -1px;
	border: solid 1px #aaa;
	padding: 10px;
}

.form .unit input::placeholder,
.form .unit-last input::placeholder {
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -1px;
	text-align: center;
}

.form .agree {
	width: 100%;
	padding: 10px;
}

.form .agree > div {
	background-color: #eff0f4;
	padding: 40px;
}

.form .agree .title-agree {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.form .agree p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 30px;
	line-height: 22px;
}

.form .agree label {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.form .agree .area-btn {
	width: 100%;
	text-align: center;
}

.footer {
	padding: 50px 0 100px 0;
}

.footer a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

.footer .inner_wrap > div {
	margin-bottom: 20px;
}

.footer .inner_wrap > div:nth-child(3) {
	margin-top: 50px;
}

.footer ul li {
	display: inline-block;
	padding: 0 10px;
}

.footer ul li:first-child {
	padding: 0 0;
}

.footer ul li img {
	vertical-align: middle;
	margin-right: 10px;
}

.footer ul li.bar {
	border-right: solid 1px #fff;
}

.rail {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.rail .popup {
	position: absolute;
	right: 0px;
	top: 500px;
	background-color: #fff;
	border: solid 2px #00cccc;
	padding: 20px 15px;
}

.rail .popup table th,
.rail .popup table td {
	vertical-align: top;
}

.rail .popup table td {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 30px;
}

.information ul li span {
	line-height: 24px;
}

.rail-popup {
	display: none;
}

.btn_mobile {
	background-image: url("./images/bt_800.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 5vw 3vw;
	display: none;
}

.btn_mobile a {
	display: block;
	padding: 3vw 0;
	text-align: center;
	font-weight: 600;
	font-size: 3.6vw;
}

@media (max-width: 1100px) {
	.wrap {
		width: 100%;
		min-width: 100%;
	}

	.rail {
		width: 100%;
	}

	.visual {
		height: 40vw;
		background-size: cover;
	}

	.visual > div > img {
		width: 100%;
	}

	.visual .logo {
		top: 5vw;
		left: 3vw;
	}

	.visual .logo img {
		width: 16vw;
	}

	.visual .txt {
		top: 16.5vw;
		left: 3vw;
	}

	.visual .txt img {
		width: 75vw;
	}

	.visual .location {
		top: 30vw;
		left: 3vw;
	}

	.visual .location img {
		width: 37vw;
	}

	.invitation p {
		width: calc(100% - 260px);
	}

	.agenda table {
		width: calc(100% - 260px);
	}

	.agenda .footer-agenda {
		width: calc(100% - 260px);
	}

	.information ul {
		width: calc(100% - 260px);
	}
}

@media (max-width: 768px) {
	.information .inner_wrap > div > div {
		font-size: 2.8vw;
		line-height: 4vw;
	}

	.information .inner_wrap > div img {
		width: 90%;
	}

	.information .inner_wrap > div img:nth-child(2) {
		width: 90%;
		margin-top: 10px;
	}

	.btn_mobile {
		display: block;
	}

	.information ul {
		width: 95%;
	}
	.wrap {
		width: 100%;
		min-width: 100%;
	}

	.rail {
		width: 100%;
	}

	.popup {
		display: none;
	}

	.visual {
		height: 40vw;
		background-size: cover;
	}

	.visual > div > img {
		width: 100%;
	}

	.visual .logo {
		top: 5vw;
		left: 3vw;
	}

	.visual .logo img {
		width: 25vw;
	}

	.visual .txt {
		top: 16.5vw;
		left: 3vw;
	}

	.visual .txt img {
		width: 75vw;
	}

	.visual .location {
		top: 25vw;
		left: 3vw;
	}

	.visual .location img {
		width: 55vw;
	}

	.menu ul li {
		width: 32%;
		padding: 1vw 0;
	}

	.menu ul li a {
		font-size: 3.6vw;
	}

	.invitation {
		padding: 7.5vw 0;
	}

	.agenda {
		padding: 5vw 3vw;
	}

	.invitation p {
		padding: 0 3vw;
		width: 100%;
		font-size: 3.2vw;
		line-height: 4.8vw;
		letter-spacing: -0.05vw;
	}

	.agenda table {
		width: 100%;
	}

	.agenda .title {
		font-size: 4vw;
		margin-bottom: 16px;
	}

	.agenda table th,
	.agenda table td {
		font-size: 3vw;
		padding: 3vw 0;
		line-height: 3.6vw;
	}

	.agenda table tbody th {
		font-size: 3vw;
		letter-spacing: 0.05vw;
	}

	.agenda table tbody td p {
		margin-bottom: 1vw;
	}

	.agenda table tbody td .t0 {
		font-size: 3vw;
		letter-spacing: -0.1vw;
	}

	.agenda table tbody td .t1 {
		font-size: 3vw;
		letter-spacing: -0.1vw;
		line-height: 3.5vw;
	}

	.agenda table tbody td .t2 {
		font-size: 3vw;
		letter-spacing: -0.1vw;
	}

	button.more {
		border-radius: 3vw;
		font-size: 2.4vw;
		line-height: 3vw;
		padding: 1vw 3vw;
		letter-spacing: -1px;
		margin-bottom: 2vw;
		font-weight: 600;
	}

	.agenda table tbody td .txt_more {
		font-size: 2.9vw;
		line-height: 4.5vw;
		letter-spacing: -0.05vw;
	}

	.event {
		padding: 5vw 3vw;
	}

	.event .title {
		font-size: 4vw;
		margin-bottom: 16px;
	}

	.event img {
		width: 100%;
	}

	.event .footer-event {
		width: 100%;
		font-size: 3vw;
		font-weight: 500;
		padding: 2vw 0;
		letter-spacing: -0.1vw;
	}

	.event-new {
		padding: 5vw 3vw;
	}

	.event-new .title {
		font-size: 4vw;
		margin-bottom: 16px;
	}

	.event-new .images img:nth-child(1) {
		display: block;
		margin: 30px auto;
		width: 100%;
	}

	.event-new .images img:nth-child(2) {
		display: block;
		margin: 30px auto;
		width: 30%;
	}

	.agenda .footer-agenda {
		width: 100%;
		text-align: right;
		font-size: 2.8vw;
		font-weight: 500;
		padding: 2vw 0;
		letter-spacing: -0.1vw;
	}

	.information {
		padding: 5vw 3vw;
	}

	.information .title {
		font-size: 4vw;
		margin-bottom: 16px;
	}

	.information ul li span {
		font-size: 3vw;
		font-weight: 500;
		letter-spacing: -0.1vw;
		line-height: 4vw;
	}

	.information ul li {
		margin-bottom: 1vw;
	}

	.information ul li span img {
		width: 3vw;
	}

	.form {
		padding: 5vw 3vw;
	}

	.form .title {
		font-size: 4vw;
		margin-bottom: 16px;
	}

	.form .unit {
		width: 49%;
		padding: 2vw 1vw 3vw 0;
	}

	.form .unit-last {
		width: 99%;
		padding: 2vw 1vw 3vw 0;
	}

	.form .unit label,
	.form .unit-last label {
		width: 100%;
		font-size: 3.2vw;
		font-weight: 700;
		letter-spacing: -0.1vw;
		margin-bottom: 2vw;
	}

	.form .unit input,
	.form .unit-last input {
		font-size: 3vw;
		font-weight: 700;
		letter-spacing: -0.1vw;
		padding: 3vw 1vw;
	}

	.form .unit input::placeholder,
	.form .unit-last input::placeholder {
		width: 100%;
		font-size: 3vw;
		font-weight: 500;
		letter-spacing: -0.1vw;
	}

	.form .agree {
		padding: 0;
	}

	.form .agree > div {
		padding: 4vw 3vw;
	}

	.form .agree .title-agree {
		font-size: 3.6vw;
		letter-spacing: -0.1vw;
		margin-bottom: 2vw;
	}

	.form .agree p {
		font-size: 3vw;
		letter-spacing: -0.1vw;
		margin-bottom: 4vw;
		line-height: 4.5vw;
	}

	.form .agree label {
		font-size: 3.2vw;
		letter-spacing: -0.1vw;
		margin-bottom: 5vw;
	}

	.area-btn img {
		width: 40vw;
	}

	.footer a {
		font-size: 3.5vw;
	}

	.footer {
		padding: 5vw 3vw 10vw 3vw;
	}

	.footer ul li {
		padding: 0 2vw 0 0;
		margin-bottom: 2vw;
	}

	.footer ul li img {
		margin-right: 1vw;
		width: 5vw;
	}

	.footer ul li {
		padding: 0 2vw 0 2vw;
	}

	.footer ul li:first-child {
		padding: 0 2vw 0 0;
	}

	.complete {
		padding: 10vw 3vw;
	}

	.complete p:nth-child(1) {
		font-size: 4vw;
		letter-spacing: -0.1vw;
		margin-bottom: 4vw;
		line-height: 7vw;
	}

	.complete p:nth-child(2) {
		font-size: 3vw;
		letter-spacing: -0.1vw;
		margin-top: 4vw;
	}
}
