/*
Theme Name: mg-wp-v01
Theme URI: https://manualgraphics.com/
Author: manualgraphics님
Author URI: https://manualgraphics.com/
Description: 아주 기본적인 커스텀 테마
Version: 0.1
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
textarea, input { -webkit-appearance: none; -webkit-border-radius: 0; }
figure { margin: 0; }
button { outline: none; border: none; }
html { font-size: 62.5%; }
a { text-decoration: none; }
img {
	width: 100%;
	height: auto;
	display: block; 
}

/*  common
------------------------------------------------------------------------ */
::selection {
	background-color: var(--cp1);
	color: var(--cwh);
}
:root {
	--cp1: #001FFF;
	--cp2: #61BBFE;
	--cp3: #BBE2FE;
	--cp4: #F2F3FF;
	--cwh: #fff;
	--cbk: #000;

	--cg1: #292929;
	--cg2: #555;
	--cg3: #8e8e8e;
	--cg4: #e6e6e6;
	--cg5: #f5f5f5;

	--fs0: 1.1rem;
	--fs1: 1.3rem;
	--fs2: 1.4rem;
	--fs25: 1.55rem;
	--fs3: 1.8rem;
	--fs35: 1.95rem;
	--fs4: 2.1rem;
	--fs5: 2.4rem;
	--fs6: 3.2rem;
	--fs7: 4.6rem;
	--fs8: 5.6rem;
	--fs9: 7.2rem;
	--fs10: 9.6rem;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
	letter-spacing: -0.025em;
}
.tac { text-align: center; }
.tar { text-align: right; }
.tal { text-align: left; }

hr.sep {
	margin: 60px auto;
	display: block;
	background: var(--cg4);
	border: none;
	width: 100%;
	height: 1px;
}
.maxw {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 979.99px) and (max-width: 1479.98px) {
.maxw {
    max-width: 1280px;
}
}
.maxws {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 979.99px) and (max-width: 1479.98px) {
.maxws {
    max-width: 860px;
}
}
.lmt {
    width: calc(100% - 80px) !important;
    margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}
.lmts {
    width: calc(100% - 160px) !important;
    margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}
.po { display: block !important; }
.mo { display: none !important; }

.nmt { margin-top: 0 !important; }
.nmb { margin-bottom: 0 !important; }
.npt { padding-top: 0 !important; }
.npb { padding-bottom: 0 !important; }

.mt1 { margin-top: 8px; }
.mt2 { margin-top: 16px; }
.mt3 { margin-top: 24px; }
.mt4 { margin-top: 32px; }
.mt5 { margin-top: 40px; }
.mt6 { margin-top: 60px; }
.mt7 { margin-top: 100px; }
.mb1 { margin-bottom: 8px; }
.mb2 { margin-bottom: 16px; }
.mb3 { margin-bottom: 24px; }
.mb4 { margin-bottom: 32px; }
.mb5 { margin-bottom: 40px; }
.mb6 { margin-bottom: 60px; }
.mb7 { margin-bottom: 100px; }

.pt1 { padding-top: 8px; }
.pt2 { padding-top: 16px; }
.pt3 { padding-top: 24px; }
.pt4 { padding-top: 32px; }
.pt5 { padding-top: 40px; }
.pt6 { padding-top: 60px; }
.pt7 { padding-top: 100px; }
.pb1 { padding-bottom: 8px; }
.pb2 { padding-bottom: 16px; }
.pb3 { padding-bottom: 24px; }
.pb4 { padding-bottom: 32px; }
.pb5 { padding-bottom: 40px; }
.pb6 { padding-bottom: 60px; }
.pb7 { padding-bottom: 100px; }

.off {
	opacity: 0;
	position: relative;
	top: 20px;
}
.on {
	opacity: 1;
	top: 0;
	transition: .5s;
}
.fx {
	display: flex;
	align-items: start;
	gap: 24px;
}
.flx2 {
	width: calc(24% - 12px);
}
.flx3 {
	width: calc(36% - 12px);
}
.flx8 {
	width: calc(76% - 12px);
}
.flx7 {
	width: calc(64% - 12px);
}
.fx2, 
.fx3, 
.fx4, 
.fx5, 
.fx6 {
	width: 100%;
	gap: 24px;
	flex-wrap: wrap;
}
.fx2>* {
	width: calc(50% - 12px) !important;
}
.fx2nogap {
	gap: 0 !important;
}
.fx2nogap>* {
	width: 50% !important;
}
.fx3>* {
	width: calc(33.33333333% - 16px) !important;
}
.fx4>* {
	width: calc(25% - 18px) !important;
}
.fx5>* {
	width: calc(20% - 19.2px) !important;
}
.fx6>* {
	width: calc(16.6666666666666666667% - 20px) !important;
}
.gap4 {
	gap: 40px;
}
.gap32 {
	gap: 32px;
}
.gap24 {
	gap: 24px;
}
.gap12 {
	gap: 12px;
}

.fxjc { justify-content: center; }
.fxsb { justify-content: space-between; }
.fxas { align-items: stretch; }
.fxac { align-items: center; }
.fxdc { flex-direction: column; }
.fxdr { flex-direction: row; }
.fxnw { flex-wrap: nowrap; }
.fxast { align-items: stretch; }

.ctw { position: absolute; left: 50%; transform: translate(-50%, 0%); }
.cth { position: absolute; top: 50%; transform: translate(0%, -50%); }
.cent { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.zero { font-size: 0; letter-spacing: 0; word-spacing: 0; }

.rd1 { border-radius: 4px; }
.rd2 { border-radius: 8px; }
.rd3 { border-radius: 16px; }

.ell {
    width: 100%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: block;
}
.ellmx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    margin-top: 1px;
    max-height: 60px;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.btn {
    text-align: left;
    padding: 0;
	color: var(--cg2);
	font-size: var(--fs2);
    box-sizing: border-box;
    display: inline-block;
	position: relative;
	line-height: 1;
}
.btn2::after {
	content: "";
    background-image: url('images/ico-arrow-r-w.svg');
	vertical-align: top;
	margin-left: 8px;
	background-color: var(--cg1);
	border-radius: 2px;
	width: 14px;
	height: 14px;
	display: inline-block;
}
.btn3 {
	color: var(--cwh);
}
.btn3::after {
	background-color: var(--cwh);
    background-image: url('images/ico-arrow-r.svg');
}
.btn:hover {
	transition: .3s;
}
.btn .ico {
	position: absolute;
	right: 16px;
	top: 50%;
	bottom: auto !important;
	transform: translate(0, -50%);
}
a { color: var(--cwh); }

/* layout
------------------------------------------------------------------------ */
body {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	word-break: break-word;
	overflow-x: hidden;
	line-height: 1.35;
	font-weight: 500;
	font-size: var(--fs3);
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	word-break: keep-all;
	overflow-x: scroll;
	background-color: var(--cbk);
	color: var(--cwh);
	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;
}
header {
	display: none;
}
footer {
	width: 100%;
}
footer img {
	position: fixed;
	width: 20%;
	max-width: 200px;
	min-width: 140px;
	height: auto;
	transform: translate(-50%, 0);
	bottom: 24px;
	left: 50%;
}
.home div a img {
	width: 64px;
	height: auto;
	display: block;
}
.home {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    width: 100%;
    flex-direction: column;
}

#hive {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hive a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hive img {
    position: absolute;
    width: 80px;
    height: auto;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    filter: brightness(0.8) contrast(1.2);
}

#hive img.active {
    opacity: 1;
}
 @media (max-width: 768px) {
#hive {
    top: 45%;
}
footer img {
	min-width: 160px;
}
 }
