body {
	color: #000;
	background: #fff;
	margin-bottom: 0;
	padding: 0px;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-width: 1024px;
	font-size: 14px;
}

.main-container {
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
	display: inline-block;
}

ul,
li {
	margin: 0;
	padding: 0
}

ul.tabs {
	float: left;
	list-style: none;
	height: 50px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul.tabs li {
	float: left;
	text-align: center;
	cursor: pointer;
	width: 14.2%;
	padding: 0;
	line-height: 50px;
	height: 50px;
	border: 1px solid #dedede;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.tabs li:first-child {
	border-left: 1px solid #dedede;
	width: 14.8%;
}

ul.tabs li.active {
	background-color: #76c77d;
	color: #fff;
	font-weight: bold;
}

.tab_container {
	float: left;
	border: 1px solid #dedede;
	width: 100%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	min-height: 300px;
}

.tab_content {}

.imagemap {
	position: relative;
	width: 100%;
}

.pr01 {
	position:absolute;
	top:0%;
	left:0%;
	width:50%;
	height:100%;
	cursor:pointer;
	}

.pr02 {
	position:absolute;
	top:0%;
	left:50%;
	width:50%;
	height:100%;
	cursor:pointer;
	}

.form-style-2-heading {
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	padding-bottom: 3px;
}

.passed_link {
	position: absolute;
	top: 74%;
	height: 7%;
	left: 20%;
	width: 60%;
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

h1.summit {
	color: #000000;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

h2 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.03em;
}

p {
	font-size: 14px;
	line-height: 22px;
	color: #444;
	margin-bottom: 20px;
	text-align: center;
	word-break: keep-all;
}


iframe,
object {
	display: block;
	width: 100%;
	border: none;
	overflow-y: auto;
	overflow-x: hidden;
}

footer {
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	padding: 2%;
	color: #fff;
	margin-bottom: 4%;
}

.footer-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.footer-content h3 {
	font-size: 2.1rem;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 3rem;
}

.footer-content p {
	max-width: 500px;
	margin: 10px auto;
	line-height: 28px;
	font-size: 14px;
	color: #cacdd2;
}

.socials {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 0 3rem 0;
}

.socials li {
	margin: 0 10px;
}

.socials a {
	text-decoration: none;
	color: #fff;
}

.socials a i {
	font-size: 1.1rem;
	width: 20px;
	transition: color .4s ease;
}

.socials a:hover i {
	color: aqua;
}

.footer-bottom {
	background: #000;
	width: 100vw;
	padding: 20px;
	text-align: center;
}

.footer-bottom p {
	text-align: center;
	font-size: 14px;
	word-spacing: 2px;
	text-transform: capitalize;
}

.footer-bottom p a {
	color: #44bae8;
	font-size: 16px;
	text-decoration: none;
}

.footer-bottom span {
	text-transform: uppercase;
	opacity: .4;
	font-weight: 200;
}

.footer-menu {
	margin-bottom: 20px;
}

.footer-menu ul {
	display: flex;
}

.footer-menu ul li {
	padding-right: 10px;
	display: block;
}

.footer-menu ul li a {
	color: #cfd2d6;
	border: 1.3px solid white;
	padding: 6px 15px;
	border-radius: 50px;
	text-decoration: none;
}

.footer-menu ul li a:hover {
	color: #27bcda;
}

@media (max-width:560px) {
	.footer-menu ul {
		display: inline;
	}

	.footer-menu ul li {
		margin-bottom: 20px;
	}
	h1.summit {
		font-size: 20px;
	}
}

@media all and (max-width: 720px) {
	ul.tabs li {
		float: left;
		text-align: center;
		cursor: pointer;
		width: 50% !important;
		padding: 0;
		line-height: 50px;
		height: 50px;
		border: 1px solid #dedede;
		border-left: 0;
		border-bottom: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	ul.tabs li {
		border-bottom: 1px solid #dedede;
	}

	.tab_container {
		position: relative;
		float: left;
		border: 1px solid #dedede;
		width: 100%;
		padding: 30px;
		margin-top: 149px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		min-height: 300px;
	}
}

.content_img {
	width: 90%;
	margin: 0 auto;
}

.content_img2 {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}

.content_img3 {
	width: 50%;
	margin: 0 auto;
	max-width: 200px;
}

.kakaomap {
	width: 100%;
	height: 350px;
	position: relative;
}

.logo_left {
	width: 20%;
	float: left;
}

.logo_right {
	width: 20%;
	float: right;
}

.stripe {
	height: 40px;
	width: 100%;
	background: #84ccc9;
	border: none;
	top: 0px;
	display: inline-block;
}

.kakao_channel {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	width: 15%;
	max-width: 100px;
	z-index: 100;
}

.add_channel {
	width: 18px;
	display: inline-block;
}

.modal-btn-box {
	width: 100%;
	text-align: center;
}

.modal-btn-box button {
	display: inline-block;
	width: 150px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	padding-top: 8px;
}



.head-title {
	font-size: 38px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -3px;
	text-align: center;
}



.body-content {
	width: 100%;
	padding: 30px;
}

.body-titlebox {
	text-align: center;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}

.body-contentbox {
	word-break: break-word;
	overflow-y: auto;
	min-height: 100px;
	max-height: 200px;
}





fieldset legend {
	background-color: #ffffff;
	opacity: 0.5;
}

.form-style-2 {
	max-width: 100%;
	padding: 20px 12px 10px 20px;
	font: 13px Arial, Helvetica, sans-serif;
}

.form-style-2 label {
	display: block;
	margin: 0px 0px 15px 0px;
}

.form-style-2 span {
	width: 30%;
	font-weight: bold;
}

.form-style-2 label>span {
	width: 22%;
	min-width: 110px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}

.form-style-2 span.required {
	color: red;
}

.form-style-2 .tel-number-field {
	width: 40px;
	text-align: center;
}

.form-style-2 input.input-field {
	width: 48%;
}

.form-style-2 input.input-field,
.form-style-2 .tel-number-field,
.form-style-2 .textarea-field,
textarea-field2,
.form-style-2 .select-field {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	outline: none;
}

.form-style-2 .input-field:focus,
.form-style-2 .tel-number-field:focus,
.form-style-2 .textarea-field:focus,
textarea-field2:focus,
.form-style-2 .select-field:focus {
	border: 1px solid #0C0;
}

.form-style-2 .textarea-field {
	height: 100px;
	width: 55%;
}

.textarea-field2 {
	height: 100px;
	width: 100%;
	margin-top: 5px;
}

.form-style-2 input[type=submit],
.form-style-2 input[type=button] {
	border: none;
	padding: 8px 15px 8px 15px;
	background: #76c77d;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover {
	background: #76c77d;
	color: #fff;
}

.box.on {
	color: #999;
}

.imagemap {
	position: relative;
	width: 100%;
}

.link1 {
	position: absolute;
	top: 87.27%;
	left: 3.45%;
	width: 44.2%;
	height: 8.45%;
}

.link2 {
	position: absolute;
	top: 87.27%;
	left: 52.65%;
	width: 44.2%;
	height: 8.45%;
}

.textbox1 {
	width: 100%
	border-radius: 9px;
	background: #FFE08C;
	font-size: 10px;
	padding: 10px;
}

.textbox2 {
	width: 100%
	border-radius: 9px;
	background: #dcdcdc;
	font-size: 10px;
	padding: 10px;
}


.link01 {
	position: absolute;
	top: 35.73%;
	left: 13.25%;
	width: 41.67%;
	height: 7.37%;
}

.link02 {
	position: absolute;
	top: 44%;
	left: 13.25%;
	width: 41.67%;
	height: 7.37%;
}

.link03 {
	position: absolute;
	top: 53.02%;
	left: 13.25%;
	width: 41.67%;
	height: 7.37%;
}

.link04 {
	position: absolute;
	top: 62.02%;
	left: 13.25%;
	width: 41.67%;
	height: 7.37%;
}

.link05 {
	position: absolute;
	top: 71.02%;
	left: 13.25%;
	width: 41.67%;
	height: 7.37%;
}

.link06 {
	position: absolute;
	top: 80.02%;
	left: 13.25%;
	width: 41.67%;
	height: 7.37%;
}

.link07 {
	position: absolute;
	top: 45.02%;
	left: 61.25%;
	width: 30.67%;
	height: 11.37%;
}

.gotosky {
	position: absolute;
	top: 16%;
	left: 5.25%;
	width: 39.67%;
	height: 22.37%;
}

.gotoauditorium {
	position: absolute;
	top: 16%;
	left: 55%;
	width: 39.67%;
	height: 22.37%;
}

.location_01 {
    position: absolute;
    top: -0.02%;
    left: 4%;
    width: 92%;
    height: 47%;
}

.location_map {
    position: absolute;
    top: 58%;
    left: 7%;
    width: 86%;
    height: 28%;
}

.location_02 {
	position: absolute;
    top: 87.98%;
    left: 20%;
    width: 28%;
    height: 9%;
}

.location_03 {
	position: absolute;
    top: 87.98%;
    left: 52%;
    width: 28%;
    height: 9%;
}

.contact_01 {
    position: absolute;
    top: 60.98%;
    left: 12%;
    width: 21%;
    height: 32%;
}

.contact_02 {
	position: absolute;
    top: 60.98%;
    left: 40%;
    width: 21%;
    height: 32%;
}

.contact_03 {
	position: absolute;
    top: 60.98%;
    left: 67.5%;
    width: 21%;
    height: 32%;
}

.contact_04 {
	position: absolute;
    top: 72.98%;
    left: 54.5%;
    width: 18%;
    height: 12%;
}

.contact_05 {
	position: absolute;
    top: 72.98%;
    left: 26%;
    width: 18%;
    height: 12%;
}

.gotolive {
	position: absolute;
    top: 69.98%;
    left: 84%;
    width: 13%;
    height: 26%;
	cursor: pointer;
}

.tag {
	position: absolute;
	top: 0px;
	width: 100%;
}

.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


   
 /* Clear floating elements after images */
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

 .clearfix img {
    width: 30%;
    float: left;
    /* margin: 5%; */
    margin-left: 10%;
    margin-right: 10%;
}

.clearfix2::after {
	content: "";
	clear: both;
	display: table;
}

 .clearfix2 img {
    width: 40%;
    float: left;
    /* margin: 5%; */
    margin-left: 5%;
    margin-right: 5%;
}

.image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

	
.video-container {
  position:relative;
  height:0;
  padding-bottom:56.25%;
}

.video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.content_img1 {
	content: "";
	clear: both;
	display: table;
	text-align: right !important;
	float: right;
	width:100%;
}

.img1 {
	float: right;
	width: 11.5%;
	margin-left: 20px;
}

video { width:100%; height:auto}

.btn02 {
    margin: 10px;
	padding:10px;
	background:#EAEAEA;
	color:#000;
}

.img02 {
    margin-top: 20px;
    max-width: 100%;
}

#snow-animation-container {position: absolute;width:100%;height:100%;overflow: hidden;top:0%;}

    .youtube-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 비율에서 가로 세로 비율을 유지하기 위해 사용 */
        height: 0;
        overflow: hidden;
    }

    .youtube-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	
.livebg {
	height:280px;
	background: url('../images/live_bg.png') center center no-repeat;
	background-size: cover;
	}
	

	.kcta_button{
		position: absolute;
		top: -12%;
		transform: translateY(-50%);
		right: 0%;
		padding: 5px;
		background: blue;
		color: white;
		font-size: 16px;
		border-radius: 5px;
		cursor: pointer;
			}
			
		.kcta_button:hover {
			background-color: #0056b3;
			}

        .kcta_modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            justify-content: center;
            align-items: center;
        }

        .kcta_modal-content {
            background-color: white;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 90%;
            max-width: 500px;
            text-align: center;
            position: relative;
        }

        .kcta_modal-content input[type="text"], .kcta_modal-content input[type="submit"] {
            width: calc(100% - 20px);
            margin: 10px 0;
            padding: 10px;
            box-sizing: border-box;
            font-size: 16px;
        }

        .kcta_modal-content input[type="submit"] {
            background-color: #007bff;
            color: white;
            border: none;
            cursor: pointer;
        }

        .kcta_modal-content input[type="submit"]:hover {
            background-color: #0056b3;
        }

        .kcta_close {
            position: absolute;
            right: 10px;
            top: 10px;
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }

        .kcta_close:hover, .kcta_close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
		
		
		.timer {
		position: absolute;
		top: -29%;
		left: 88.5%;
		color: #000;
		font-weight: 800;
		padding: 5px;
		}
		
@media (max-width:560px) {
	.content_img1 {
		content: "";
		clear: both;
		display: table;
		text-align: right !important;
		float: right;
		width:100%;
	}

	.img1 {
		float: right;
		width: 40%;
		margin-left: 20px;
	}
	
	.livebg {
		height:150px;
		}
		
	.kcta_button{
		font-size:12px;
		}
		.timer {
			top: -42%;
			left: 69%;
		}
}