@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@font-face {
    font-family: 'ghanachoco';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ghanachoco.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JalnanGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'goorm-sans-bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408@1.0/goorm-sans-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    --default: #070707;
    --point1 : #083e88;
    --point2 : #268ae1;
    --txtColor01: #333;
    --txtColor02: #222;
    --txtColor03: #000;
    --reverse: #fff;
}


/* css reset */
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-weight: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

html { font-size: 10px;}

body {
	font-family: 'Pretendard', sans-serif;
	color: #333;
	word-break: keep-all;
   
}

@media (max-width:1360px) {
    html {font-size: 9px;}
}
@media (max-width:1080px) {
    html {font-size: 8px;}
}
@media (max-width:768px) {
    html {font-size: 7px;}
}




/* 텍스트 컬러 및 폰트 class  */
.ff_choco {font-family: 'ghanachoco';}
.ff_jalnan { font-family: 'JalnanGothic';}
.ff_goorm {font-family: 'goorm-sans-bold';}


/*공통css*/
.flx1 {display: flex; flex-flow: row wrap;}
.flx2 {display: flex; flex-flow: column wrap;}
.grid {display: grid; gap: 1em;}
.grid-2 {grid-template-columns: repeat(2, 1fr);}
.grid-3 {grid-template-columns: repeat(3, 1fr);}
.inner {width: 100%; max-width:1360px; margin: 0 auto;}
.sub-inner {width: 100%; max-width:1240px; margin: 0 auto;}
b {font-weight:600;}
.hide-800 {}
.show-1240 {display: none;}
.show-800 {display: none;}
.num-list {padding-left: 1rem; text-indent: -1rem;}
.mb-0 {margin-bottom: 0;}

img {max-width: 100%;}

@media (max-width:1360px) {
	.inner {margin: 0 4%; width: 92%;}
}

@media (max-width:1240px) {
	.sub-inner {margin: 0 4%; width: 92%;}
    .show-1240 {display: block;}
}


@media (max-width:800px) {
	.hide-800 {display: none;}
	.show-800 {display: block;}
    .grid-2,
    .grid-3 {grid-template-columns: repeat(1, 1fr); gap: 2em;}
}



/* 헤더 */
header {padding: 0 2.5%; justify-content: space-between; align-items: center; height: 10em; background: var(--default); color: var(--reverse); position: fixed; z-index: 98; top: 0; left: 0; width: 100%;}
header .logo {width: min(234px,20%);}
header .gnb > li {position: relative; padding: 2em 6em; }
header .gnb > li > a {font-size: 2.6em;}
header .gnb ul {position: absolute; top:calc(100% - 1em); left: 0; width: 100%; text-align: center; padding: 2em 1em; background: var(--reverse); display: none;}
header .gnb ul li a {font-size:max(14px, 1.8em); padding: 0.5em 0; display: block; color: var(--default);}
header .gnb ul li.active a {font-weight: 600;}
header .etc  {align-items: center;}
header .webzine-list > li { position: relative; align-items: center; padding: 1em 0; border-bottom: 1px solid var(--reverse);}
header .webzine-list > li > span {font-size: 2.2em; cursor: pointer;}
header .webzine-list img {margin-left: 1em; width: 14px;}
header .webzine-list ul {position: absolute;  top:100%; left: 0; width: 100%;  padding: 1.5em 1em ;background: var(--reverse);color: var(--default); display: none; text-align: center;}
header .webzine-list ul li:not(:last-child) {margin-bottom: 0.5rem;}
header .webzine-list ul li a {font-size:max(14px, 1.8em);}
header .mo_menu_btn {height: 5.5em; width: 5.5em; border-radius: 50%; background: var(--reverse); align-items: center; justify-content: center; margin-left: 3.5em; cursor: pointer;}

header .mo_gnb {position: fixed; top:0; left:0; width: 100%; height: 100vh; background: #070707; z-index: 99; align-items: center; justify-content: center; visibility: hidden; opacity: 0; transition: opacity 0.2s;}
header .mo_gnb.open {visibility: visible; opacity: 1;}
header .mo_gnb > ul {justify-content: center;}
header .mo_gnb > ul > li {padding: 4em;position: relative; border-right: 1px solid rgba(255,255,255,0.2);}
header .mo_gnb > ul > li:last-child {border:0;}
header .mo_gnb > ul > li > a {font-size: 3.6em; padding-bottom: 0.75em; display: block; font-weight: 600; width: 7.8em;}
header .mo_gnb ul ul li {font-size: max(16px,2.2em) ; padding-bottom: 1em; opacity: .75;}
header .mo_gnb ul ul li.active {opacity: 1; font-weight: 600;}
header .mo_gnb .close_btn {position: absolute; top:4%; right: 4%; cursor: pointer;}
 
footer .top_btn {position: fixed; bottom:7em; right: 2.5%; width: 7em; height: 7em; background: var(--reverse); border-radius: 50%; align-items: center; justify-content: center; border: 1px solid #f1f1f1;}
footer .top_btn img {margin-bottom: 0.5em; width: 30px;}

.footer {padding: 7em 2.5%; background: var(--default); color: var(--reverse); align-items: center;}
.footer .logo {width: 20%; padding-right: 3%;}
.footer p {font-size: 2em; width: 60%; line-height: 1.6;}
.footer p span {opacity: 0.3;}
.footer ul {width: 20%;}
.footer ul li {width: 6em; height: 6em; border-radius: 50%; background: #53c0ff; align-items: center; justify-content: center;}
.footer ul li:last-child {background: #ed1f23; margin-left: 1em;}
.footer ul li a {max-width: 65%; display: block;}

@media (max-width:1500px) {
    header .gnb > li > a {font-size: 2.4em;}
}

@media (max-width:1360px) {
	header .gnb > li {padding: 2em 3em;}
    header .webzine-list > li > span {font-size: 2em;}
   
}
@media (max-width:1080px) {
    header .logo {width: min(234px,40%);}
	header .gnb {display: none;}
    header .mo_gnb > ul {flex-direction: column;}
    header .mo_gnb > ul > li {border-right:0; border-bottom:1px solid rgba(255,255,255,0.2); padding: 4em 2em;}

    .footer {justify-content: space-between;}
    .footer .logo {order: 1; width: max(200px,40%);}
    .footer ul {order: 2; width: auto;}
    .footer p {order: 3; width: 100%; margin-top: 1em;}
    
}