#header {
	display: none;
}
#footer {
	display: none;
}
#container {
	padding-top: 0;
}


.logo {
	position: fixed;
    z-index: 1;
    top: 13%;
    left: 5%;
    max-width: 330px;
    width: 20%;
}
.logo img {
	width: 100%;
}
.hangul_day {
	position: fixed;
    z-index: 1;
    top: 13%;
    right: 5%;
    max-width: 366px;
    width: 33%;
    padding: 20px;
    box-sizing: border-box;
}
.hangul_day > div:first-child {
	margin-right: 25px;
}
.hangul_day img {
	width: 100%;
}
.hangul_day img.m {
	display: none;
}
.intro > div {
	position: relative;
	flex: 1;
	height: 100vh;
	word-break: keep-all;
}
.intro > div:nth-child(1) {
	background: url("../images/intro_01_bg.png")no-repeat 0 0 / cover;
}
.intro > div:nth-child(2) {
	background: url("../images/intro_02_bg.png")no-repeat 0 0 / cover;
}
.intro > div:nth-child(3) {
	background: url("../images/intro_03_bg.png")no-repeat 0 0 / cover;
}
.intro > div a {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
	text-align: center;
	color: #fff;
	transition: all .2s;
}
.intro .tit {
	display: none;
	font-family: 'GmarketSans';
	margin-bottom: 160px;
}
.intro .tit strong {
	display: block;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 5px;
}
.intro .tit p {
	font-weight: 600;
	font-size: 16px;
}
.intro h3 {
	font-size: 60px;
	font-family: 'Jalnan';
}
.intro h3 span {
	display: block;
	font-family: 'GmarketSans';
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}
.intro .link {
	position: relative;
	display: block;
	width: 190px;
	height: 60px;
	line-height: 65px;
	font-size: 30px;
	font-family: 'GmarketSans';
	font-weight: 600;	
	margin: 100px auto 0;
	border-radius: 15px;
	text-shadow: none;
	transition: all .2s;
}
.intro > div:nth-child(1) .link {
	background: #2CB7B1;
}
.intro > div:nth-child(2) .link {
	background: #132761;
}
.intro > div:nth-child(3) .link {
	background: #E64C95;
}
.intro .link:after {
	content: '';
	display: block;
	width: 190px;
	height: 60px;
	border-radius: 15px;
	border: 2px solid #fff;
	position: absolute;
    top: -7px;
    right: -7px;
    z-index: -1;
}
.intro > div a:hover {
	text-shadow: 5px 5px 8px rgba(0,0,0,0.5);
}
.intro > div a:hover .link {
	box-shadow: 3px 5px 8px rgba(0,0,0,0.5);
}



@media screen and (max-width: 1280px){
	.intro .tit {
	    margin-bottom: 100px;
	}
	.intro .tit strong {
		font-size: 25px;
	}
	.intro .tit p {
	    font-size: 14px;
	}
	.intro h3 {
	    font-size: 40px;
	}
	.intro h3 span {
		font-size: 16px;
	}
	.intro .link {
		width: 160px;
	    height: 50px;
	    line-height: 55px;
	    font-size: 20px;
	}
	.intro .link:after {
		width: 160px;
    	height: 50px;
	}
}
@media screen and (max-width: 1024px){
	.intro .tit {
	    margin-bottom: 75px;
	}
	.intro .tit strong {
	    font-size: 20px;
	}
	.intro .tit p {
	    font-size: 12px;
	}
	.intro h3 {
	    font-size: 30px;
	}
	.intro h3 span {
	    font-size: 14px;
	}
	.intro .link {
		font-size: 18px;
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px){
	.logo {
	    top: 15px;
	    left: 15px;
	    max-width: 330px;
	    width: 150px;
	}
	.hangul_day {
		top: 15px;
		right: 15px;
		max-width: 330px;
	    width: 175px;
	    padding: 10px;
	}
	.hangul_day > div:first-child {
	    margin-right: 5px;
	}
	.hangul_day > div:first-child img {
		width: 33px;
	}
	.hangul_day img.pc {
		display: none;
	}
	.hangul_day img.m {
		display: block;
	}

	.intro {
		display: block;
	}
	.intro > div {
		height: 270px;
	}

	.intro .tit {
	    margin-bottom: 30px;
	}
	.intro .tit p {
	    font-size: 9px;
	}
	.intro h3 {
	    font-size: 35px;
	}
	.intro h3 span {
	    font-size: 12px;
	}
	.intro .link {
		margin-top: 35px;
		font-size: 14px;
		width: 115px;
		height: 35px;
		line-height: 40px;
		border-radius: 8px;
	}
	.intro .link:after {
		width: 115px;
		height: 35px;
		border-radius: 8px;
		border: 1px solid #fff;
	    top: -5px;
	    right: -5px;
	}
}
@media screen and (max-width: 380px){
	.logo {
	    width: 110px;
	}
	.hangul_day {
		width: auto;
		padding: 5px;
	}
	.hangul_day > div:first-child img {
	    width: 27px;
	}
	.hangul_day img.m {
	    width: 105px;
	}
}