@charset "UTF-8";

@import url(font.css);

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; -webkit-tap-highlight-color: transparent;}
html {overflow: hidden;overflow-y: scroll;-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 10px;}
body {overflow: hidden;margin: 0;padding: 0;font-size: 1.6rem;line-height: 1.6875;font-weight: 400;color: #282828;font-weight: normal;letter-spacing: -1px;font-family: 'Goorm Sans', Malgun Gothic, AppleSDGothicNeo-Regular, sans-serif;transition: background .8s;}
header, footer, main, section, article, nav, aside {display: block;}
ul, ol, li, dl, dt, dd {margin: 0;padding: 0;list-style: none;}
h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {margin: 0;padding: 0;}
fieldset {display: block;margin: 0;padding: 0;border: 0 none;}
input, select {max-width: 100%;vertical-align: middle;line-height: 1.9rem;height: 1.9rem;}
input, select, button, textarea, optgroup {margin: 0;font-family: inherit;font-size: inherit;color: inherit;border-radius: 0;border: 1px solid #ddd;}
input { height: 1.9rem; line-height: 1.9rem; }
input:-moz-read-only, input:disabled { background: #fafafa; }
input:read-only, input:disabled { background: #fafafa; }
input[readonly] { background: #fafafa; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
address, em, i { font-style: normal; }
strong { font-weight: 600; }
a { color: inherit; text-decoration: none; }
button { padding: 0; border: 0 none; background: none; cursor: pointer; }
input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
img { max-width: 100%; border: 0 none; font-size: 0; vertical-align: middle; }
table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
/* IR 효과 */
.ir_pm { display: block; overflow: hidden; font-size: 0; line-height: 0; text-indent: -9999px; }
/* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa { display: block; overflow: hidden; position: relative; z-index: -1; width: 100%; height: 100%; }
/* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_su { overflow: hidden; position: absolute; width: 0; height: 0; line-height: 0; text-indent: -9999px; }
/* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */
.blind { overflow: hidden; position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; line-height: 0; margin: -1px; }
/* 접근성을 위한 대체 텍스트(alt 값이 너무 길 때) */
#skip_nav { position: absolute; left: 0; top: -1000px; width: 100%; height: 0px; z-index: 1000; line-height: 0px; font-size: 0px; }
#skip_nav a { display: block; text-align: center; width: 100%; line-height: 0px; font-size: 0px; }
#skip_nav a:focus, #skip_nav a:hover, #skip_nav a:active { position: absolute; left: 0px; top: 1000px; padding: 8px 0; display: block; height: 30px; background: #20262c; font-size: 12px; font-weight: bold; line-height: 18px; color: #fff; }
/* optiopm */
.parallax__progress progress { position: fixed; top: 0; left: 0; z-index: 10000; width: 100%; height: 3px; border: none; background: transparent; }
progress::-webkit-progress-bar { background: transparent; }
progress::-webkit-progress-value { background: #ec661f; }
progress::-moz-progress-value { background: #ec661f; }

.fwb {font-weight: 600;}

#wrap {position: relative; overflow-x: hidden;}
/* 본문바로가기 */
#skip_menu a { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 0; font-size: 0; line-height: 0; overflow: hidden; z-index: 10000; }
#skip_menu a:focus,
#skip_menu a:active { height: auto; background-color: #000; font-size: 1rem; color: #fff; font-weight: 500; text-align: center; line-height: 2rem; }

.container {max-width: 1450px;height: 100%;margin: 0 auto;}
.container:after {content:'';clear: both;display: block;}

/* header */
.headmenu {position: absolute;left: 0;top: 0;z-index: 400;width: 100%;background: #fff;height: 80px;}
.header {display: flex;justify-content: space-between;align-items: center;width: 100%;margin: 0 auto;position: relative;max-width: 1450px;border-bottom: 3px solid #2d8acd;height: 80px;}
.header__tit a {display: flex;align-items: center;}
.header__tit .header__tit-txt { float: left; }
.header__tit .header__tit-txt img {width: 150px;}
.header__tit .logo__txt {font-size: 17px;margin: 15px 0 0 15px;font-weight: 400;}
.header__util {display: flex;align-items: flex-end;}
.header__util:after { display: block; clear: both; content: ""; }
.header__util > a {border: 1px solid #4d9dd5;padding: 3px 12px 2px;border-radius: 18px;font-size: 16px;-webkit-transition: 0.2s;transition: 0.2s;}
.header__util > a:hover, .header__util > a:focus, .header__util > a:active, .header__util > a.active {color: #fff;background: #ec661f;border: 1px solid #ec661f;-webkit-transition: 0.2s;transition: 0.2s;font-weight: 500;}
.header__util > a+a {margin-left: .7rem;}
.headmenu .nav_btn {padding: 5px;font-size: 17px;transition: 0.3s;background: transparent;width: 65px;height: 59px;background: #f1732a;margin-left: 15px;color: #fff;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.headmenu .nav_btn:before {content: "";position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;background: #2098D1;-webkit-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: 50% 0;transform-origin: 50% 0;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.headmenu .nav_btn:hover:before, .headmenu .nav_btn:focus:before, .headmenu .nav_btn:active:before {-webkit-transform: scaleY(1);transform: scaleY(1);}
.headmenu.active.sticky .nav_btn {color: #fff;}
.headmenu.sticky {position: fixed;}
.headmenu.sticky .link {display: block;}

.gnb .menu2 {display: none;}
.gnb .menu {max-width: 1450px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;margin-top: -80px;z-index: -1;}
.gnb .menu .gnb__list {display: flex;justify-content: space-evenly;}
.gnb .menu .gnb__list .gnb__depth-item {min-height: 130px;}
.gnb .menu .gnb__list .gnb__depth-item a {font-size: 23px;font-weight: 500;}
.gnb .menu .gnb__list .gnb__depth-item a span::before {content:'-';display: inline-block;}
.gnb .menu .gnb__list .gnb__depth-item a span {font-weight: 400;font-size: 18px;display: flex;gap: 5px;}
.gnb .menu .gnb__list .gnb__depth-item:hover a {color: #2396db;}
.gnb__list .gnb__item > a {font-size: 32px;font-weight: 800;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.gnb__item .tab1 {background: linear-gradient(90deg, rgb(20 30 168) 0%, rgba(59, 222, 255, 1) 100%);}
.gnb__item .tab2 {background: linear-gradient(90deg, rgba(255,54,54,1) 0%, rgba(252,176,69,1) 100%);}
.gnb__item .tab3 {background: linear-gradient(90deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);}
.gnb__item .tab4 {background: linear-gradient(90deg, #beff44 0%, #1ea1ff 100%);}

#gnb {width: 100%;position: fixed;background: #ffffff;overflow: hidden;top: 0;transform: translateY(0);opacity: 0;transition: all 1s;margin-top: 80px;height: 0;}
#gnb.active {opacity: 1;height: 100vh;background: hsl(0deg 0% 100% / 97%);}
.webzine_issue {padding: 0 0 0 2rem;}
.webzine_issue span.txt {display: block;color: #333;font-weight: 500;text-align: right;}
.webzine_issue select {padding: 0 0.5rem;color: #333;font-weight: 300;border-radius: 0;line-height: 30px;height: 30px;width: 120px;text-align: center;}
.webzine_issue .issue_btn, .webzine_issue .issue_btn1 {color: #fff;font-weight: 400;line-height: 30px;border-radius: 0;background-color: #000;border: none;width: 40px;height: 30px;margin-left: 5px;}
.webzine_issue.mobile { display: none; padding: 0 0.25rem; margin-bottom: 0.5rem; }

.img_tit{font-size: 18px; font-weight: bold;text-align: left}
.mo_links {display: none;}
.mo_util {opacity: 0;display: none;}

/* common */
.mhid {display: block; }
.visual_mhid {display: inline-block; }
.mshow {display: none; }
.visual_mshow {display: none; }
.mhid_960 {display: block; }
.mshow_960 {display: none; }

.top_btn {position: absolute;right: 0;bottom: 0;z-index: 100;width: 65px;height: 65px;text-align: center;background: #2098D1;color: #fff;padding: 1.4rem 0;}
.top_btn>* { display: block; line-height: 1; }
.top_btn span { font-size: 1.5rem; margin-top: 5px; letter-spacing: 1px; }
.top_btn i {display: block;-webkit-transform: translateZ(0);transform: translateZ(0);}
.top_btn:hover i { -webkit-animation-name: hvr-icon-up; animation-name: hvr-icon-up; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
@keyframes hvr-icon-up {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* footer */
#footer > div {padding: 20px 0;}
#footer .f_top {background: #ebebeb;}
#footer .f_top p {line-height: 2;font-size: 17px;}
#footer .f_top .link {font-weight: 500;border: 1px solid #6b6b6b;padding: 5px 10px;border-radius: 20px;margin-left: 10px;font-size: 16px;}
#footer .f_middle {background: #dbdbdb;color: #3791d0;font-size: 17px;position: relative;}
#footer .f_middle .container {display: flex;gap: 50px;}
#footer .f_bottom {background: #d6e1ca;text-align: right;}
#footer .f_bottom ul li {display: inline-block;margin-left: 10px;}
#footer .f_bottom .container {display: flex;justify-content: flex-end;align-items: center;}
#footer .f_bottom i {font-size: 2.5em;vertical-align: middle;width: 60px;height: 60px;background: #fff;line-height: 60px;border-radius: 100%;text-align: center;}
#footer .f_bottom ul {margin-left: 10px;}
#footer .f_bottom .naver-blog {display: inline-block;background: #fff url(../img/common/f_blog.png) 50% 50% no-repeat;background-size: 70% 68%;}

@media (max-width: 1450px) {
  .header {padding: 0 10px;}
  .gnb__wrap {display: none;}
  #footer > div {padding: 20px 10px;}
}

@media (max-width: 1240px) {
  #gnb li {min-height: auto;margin-bottom: 20px;}
  .gnb .menu {width: 95%;margin-top: 0;}
  .gnb .menu .gnb__list {gap: 15px;}
  .gnb .menu .gnb__list .gnb__depth-item a {font-size: 20px;}
  .gnb .menu .gnb__list .gnb__depth-item a span {font-size: 16px;}
}

@media (max-width: 850px) {
	#gnb.active {overflow: scroll;padding-bottom: 80px;}
  .header__util a, .last_view, .header__tit .logo__txt {display: none;}
  .gnb.active .mo_util {display: block;opacity: 1;}
  .gnb .menu {transform: translate(-50%, 0%);top: 20px;position: relative;padding-bottom: 30px;}
  .mo_util .header__util a {display: block;flex: ;margin-bottom: 0;}
  .mo_util .last_view {display: block;margin-bottom: 15px;}
  .webzine_issue {padding: 0;text-align: center;border-top: 1px dashed #b1afaf;padding-top: 15px;width: 95%;margin: 0 auto;}
  .webzine_issue span.txt {text-align: center;}
  .mo_util .header__util .logo__txt {flex: 1;font-weight: 400;}
}

@media (max-width: 768px) {
  .gnb .menu .gnb__list {flex-wrap: wrap;justify-content: space-between;gap: 0;}
  .gnb .menu .gnb__list .gnb__item {width: 48%;margin-bottom: 0 !important;}
  .gnb .menu .gnb__list .gnb__depth-item {width: 100%;}
  #footer .f_middle, #footer .f_bottom {padding: 20px 10px 0;}
  #footer .f_middle .container, #footer .f_bottom .container {flex-direction: column;gap: 17px;}
  #footer .f_bottom ul, #footer .f_bottom ul li:first-child {margin-left: 0;}
  .top_btn i {animation: hvr-icon-up 3s steps(20) infinite;}
	.top_btn:hover i {animation: hvr-icon-up 3s steps(20) infinite;}
}

@media (max-width: 650px) {
  #footer .f_top div {display: flex;}
  #footer .f_top p {display: flex;flex-direction: column-reverse;gap: 10px;line-height: 1.4;justify-content: flex-end;align-items: flex-start;margin: 0 5px;font-size: 15px;word-break: keep-all;}
  #footer .f_top .link {margin-left: 0;font-size: 14px;padding: 5px 6px 3px;}
	.top_btn {width: 4.5rem;height: 4.5rem;padding: 1rem 0 0;top: 0;bottom: auto;}
	.top_btn span {margin-top: 0;font-size: 1.2rem;}
}

@media (max-width: 600px) {
  .header__tit .logo__txt {display: none;}
}

@media (max-width: 500px) {
  #gnb li {margin-bottom: 15px;}
	.gnb .menu .gnb__list {opacity: 0;transition: all 1s;}
	.gnb.active .menu .gnb__list {opacity: 1;}
  .gnb .menu .gnb__list .gnb__item {width: 100%;}
  #footer .f_middle {font-size: 15px;line-height: 1.4;text-align: justify;}
}

@media (max-width: 414px) {
  .gnb .menu .gnb__list .gnb__depth-item a {font-size: 18px;}
  #footer .f_bottom {font-size: 14px;padding-bottom: 10px;}
  #footer .f_bottom i {font-size: 2em;width: 43px;height: 43px;line-height: 43px;text-align: center;}
  #footer .f_bottom .container {gap: 10px;}
}

@media (max-width: 320px) {

}