/* 메인 페이지 CSS */

@keyframes intro {
    from {
        padding-top: 10em;
        opacity: 0;
    }
    to {
        padding-top: 0em;
        opacity: 1;
    }
}

.content {
	font-family:  'Noto Sans KR', sans-serif;
	animation-name: intro;
    animation-duration: 0.75s;
	width: 60%;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	user-select: none;
	margin-bottom: 3rem;
}

.twitter {
	background-color: transparent !important;
}

h1, p {
	text-align: center;
	color: #333333 !important;
}

h1 {
	margin-top: 7rem !important;
	font-size: 3em !important;
	font-weight: bold !important;
}

p {
	font-weight: normal !important;
	margin-top: 2em !important;
	font-size: 1.1em !important;
	line-height: 160% !important;
}

.btnDiv {
	margin-top: 4rem;
	margin-bottom: 4rem;
	border-radius: 0.5em;
	background-color: white;
	padding: 2em;
	box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
	width: 32%;
}

.btnDiv > a > svg {
	margin-right: 2em;
	width: 7em;
	height: 7em;
}

.btnDiv > a > p {
	margin-left: 2em;
	margin-top: auto !important;
	margin-bottom: auto !important;
	text-align: left;
	font-size: 1.3em !important;
	font-weight: bold !important;
}

a, a:hover {
	color: #000;
	text-decoration: none;
}

hr {
	background-color: #333333 !important;
	height: 0.2em;
	margin-top: 0%;
	margin-bottom: 0%;
}

.twitter {
	font-weight: 500;
	border-radius: 1px;
}

.timeline-widget {
	margin-top: 2rem !important;
	-ms-overflow-style: none;
    scrollbar-width: none;
	border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.twitterDivision {
	height: auto;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.25);
}

.divide {
	width : 49%;
}

.divide > p {
	text-align: left;
	font-weight: bold !important;
	font-size: 1.2em !important;
	margin-top: 0 !important;
}