<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @charset "UTF-8";
.main-banner{position:absolute;top:-10.5em;right:0}
.main-banner img{width:10em;}
@media (max-width:600px){
	.main-banner img{width:6em;}
	.main-banner{top: -6.5em;}
	.img-wrap img{height:auto!important;}
	.figure img{height:auto!important;}
	.list-h5 span img{height:auto!important;}
}

.bg-green { background-color: #06a89f; color: #fff; }

.bg-red { background-color: #111; color: #fff; }

.bg-blue { background-color: #333; color: #fff; }

.bg-black { background-color: #555; color: #fff; }

.btn-sm { padding: 10px 20px; }

.btn-mid { padding: 20px 30px; }

.btn-big { padding: 30px 40px; }

.btn-bd-sm { border-radius: 5px; }

.btn-bd-mid { border-radius: 10px; }

.btn-bd-bg { border-radius: 15px; }

.main-menu__item:nth-of-type(1) .main-menu__link-icon { background: url("/humanframe/theme/indp/assets/img/menu01.png") no-repeat; }

.main-menu__item:nth-of-type(2) .main-menu__link-icon { background: url("/humanframe/theme/indp/assets/img/menu02.png") no-repeat; }

.main-menu__item:nth-of-type(3) .main-menu__link-icon { background: url("/humanframe/theme/indp/assets/img/menu03.png") no-repeat; }

.main-menu__item:nth-of-type(4) .main-menu__link-icon { background: url("/humanframe/theme/indp/assets/img/menu04.png") no-repeat; }

.main-menu__item:nth-of-type(5) .main-menu__link-icon { background: url("/humanframe/theme/indp/assets/img/menu05.png") no-repeat; }

.main-menu__item:nth-of-type(6) .main-menu__link-icon { background: url("/humanframe/theme/indp/assets/img/menu06.png") no-repeat; }

.main-menu__item:nth-of-type(7) .main-menu__link-icon { background: url("/humanframe/theme/indp/assets/img/menu07.png") no-repeat; }

.main-menu__item:nth-of-type(8) .main-menu__link-icon { background: url("/humanframe/theme/indp/assets/img/menu08.png") no-repeat; }

.digit_0 { background-position: 0px 0; }

.digit_1 { background-position: -156px 0; }

.digit_2 { background-position: -312px 0; }

.digit_3 { background-position: -468px 0; }

.digit_4 { background-position: 0px -144px; }

.digit_5 { background-position: -156px -144px; }

.digit_6 { background-position: -312px -144px; }

.digit_7 { background-position: -468px -144px; }

.digit_8 { background-postion: 0px -287px; }

.digit_9 { background-postion: -156px -287px; }

.digit_10 { background-postion: -312px -287px; }

.digit_11 { background-postion: -468px -287px; }

.red { color: #911c1c; }

.green { color: #00ff00; }

.black { color: #000; }

.corona { background-image: url("/humanframe/theme/indp/assets/img/bg-corona.png"); background-size: cover; background-position: center; }

.about__left { background-image: url("/humanframe/theme/indp/assets/img/about-bg_left.png"); background-size: cover; background-position: center; }

.about__right { background-image: url("/humanframe/theme/indp/assets/img/about-bg_right.png"); background-size: cover; background-position: center; }

.news__left { background-image: url("/humanframe/theme/indp/assets/img/news-bg-left.png"); background-size: cover; background-position: center; }

.news__right { background-image: url("/humanframe/theme/indp/assets/img/news-bg-right.png"); background-size: cover; background-position: center; }

.now-column__left { background-image: url("/humanframe/theme/indp/assets/img/bg-now-left.png"); background-size: cover; background-position: center; }

.now-column__right { background-image: url("/humanframe/theme/indp/assets/img/bg-now-right.png"); background-size: cover; background-position: center; }

.city { background-image: url("/humanframe/theme/indp/assets/img/bg-city.png"); background-size: cover; background-position: center; }

.facebook__left { background-image: url("/humanframe/theme/indp/assets/img/fa-bg-left.png"); background-size: cover; background-position: center; }

.facebook__right { background-image: url("/humanframe/theme/indp/assets/img/fa-bg-right.png"); background-size: cover; background-position: center; }

.header { position: relative; opacity: 1; }

.header__top { height: 1.375rem; background: linear-gradient(45deg, #00aca9, #1e9fd5, #2d2b6f); }

.header__inner { height: 5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.header__logo { opacity: 1; }

.header__logo img { opacity: 1; position: relative;
    top: 0px;}

.gnb {margin-left:auto; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.gnb__item { position: relative; margin-right: 3.125rem; height: 100%; }

.gnb__item:nth-of-type(2) .gnb__two-depth { left: -12em; }

.gnb__link { display: inline-block; height: 100%; opacity: 1; display: -webkit-box; display: -ms-flexbox; display: flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.3125rem; color: #2c2c2c; -webkit-transition: all 0.4 ease-in-out; transition: all 0.4 ease-in-out; position: relative; }

.gnb__link:after { content: ""; display: block; position: absolute; width: 0%; height: 0.25rem; background: #209bff; left: 0; bottom: 0; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.gnb__link.is-active { opacity: 1; color: #209bff; }
.gnb__link.is-active:after{content: ""; display: block; position: absolute; z-index: 2; width: 100%;}

.gnb__link:hover { color: #209bff; }

.gnb__link:hover:after { content: ""; display: block; position: absolute; z-index: 2; width: 100%; }

.gnb__two-depth { position: absolute; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 100; }

.gnb__two-depth-list { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; position: relative; top: 0.325rem; }

.gnb__two-depth-link { position: relative; z-index: 3; margin-right: 0.9375rem; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; padding-left: 0.2em; }

.gnb__two-depth-link:hover { color: #209bff; }

.gnb__two-depth-link:before {  display: block; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.gnb-wrap { position: absolute; z-index: 2; top: 6.375rem; height: 2.5rem; left: 0; right: 0; width: 100%; background: #f7f7f7; }

.contents { position: relative; height: 57.5rem; }

.contents .main-visual { position: absolute; left: 0; width: 100%; top: 0; right: 0; bottom: 0; z-index: 0; }

.contents__inner { opacity: 1; position:relative;}

.contents__tit-img { padding-top: 7.9375rem; opacity: 1; }

.contents__tit-img img { position: relative; left: -16px; opacity: 1; }

.contents__tit { position: relative; font-size: 1.625rem; font-weight: 500; color: #fff; }

.contents__tit:after { content: ""; display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 12.5em; width: 45%; height: 0.125rem; background: #fff; }

.contents .main-notice {position:relative; margin-top: 9.375rem !important; height: 4.375rem; background: rgba(0, 113, 214, 0.8); border-radius: 0.9375rem 0 0.9375rem 0; padding: 0 3em; border: 0.0625rem solid #3795e8; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.contents .main-notice .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; color:#fff; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.contents .main-notice__tit { width: 20%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.contents .main-notice__tit-txt { position: relative; font-size: 1.3125rem; color: #fff; margin-right: 1.6em; }

.contents .main-notice-wrap { width: 80%; height: 4.375rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.contents .main-notice__txt { width: 85%; font-size: 1.125rem; font-weight: 500; color: #fff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; line-height: 1em; height: 1em; line-height ê°€ 1.2em ì´ê³&nbsp; 3ë¼ì¸ì„ ìžë¥´ê¸° ë•Œë¬¸ì— heightëŠ” 1.2em * 3 = 3.6em }

.contents .main-notice__date { position: relative; font-size: 1.125rem; font-weight: 500; color: #fff; }

.main-menu{position:relative;}
.main-menu__list { margin: 0 -0.1875rem; margin-top: 0.8125rem; display: -webkit-box; display: -ms-flexbox; display: flex; }

.main-menu__item { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; height: 8.4375rem; background: #fff; margin: 0 0.1875rem; border-radius: 1rem; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.main-menu__item:hover { background: #209af0; -webkit-transform: translateY(-13px); transform: translateY(-13px); }

.main-menu__item:hover .main-menu__link-txt { color: #fff; }

.main-menu__link { display: inline-block; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.main-menu__link-icon { display: inline-block; width: 3.9375rem; height: 3.9375rem; border-radius: 50%; }

.main-menu__link-txt { margin-top: 0.625rem; font-size: 1.125rem; font-weight: 500; color: #333333; }

.footer { opacity: 1; }

.footer__inner { opacity: 1; height: 4.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.footer__top { opacity: 1; background: #132780; }

.footer__logo { opacity: 1; }

.footer__logo img { opacity: 1; width:9em;}

.footer__right { opacity: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.footer__right-add { opacity: 1; margin-right: 2.5rem; font-size: 0.9375rem; color: #ccc; letter-spacing: -0.0437rem; }

.footer__right-logo { opacity: 1; }

.footer__right-logo img { opacity: 1; }

.footer__bot { text-align: center; background: #1e1e1e; height: 2.3125rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.footer__bot p { opacity: 1; font-size: 0.9375rem; color: #4e4e4e; }

.main-swiper-paging { position: absolute; left: 50% !important; top: calc(50% + 2.1875rem); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.swiper-pagination-bullet { width: 0.875rem !important; height: 0.875rem !important; background: #fff !important; opacity: 1 !important; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff !important; }

.mo-gnb { display: none; }

.mo-gnb-bar { width: 25px; cursor: pointer; }

.open-mb-nav { width: 25px; }

.open-mb-nav:before { content: ""; width: 100%; height: 0; display: block; border-top: 2px solid #666; -webkit-transition: all 0.7s; transition: all 0.7s; }

.open-mb-nav:after { content: ""; width: 100%; height: 0; display: block; border-top: 2px solid #666; -webkit-transition: all 0.7s; transition: all 0.7s; }

.open-mb-nav .hamburger { width: 100%; height: 0; display: block; border-top: 2px solid #666; -webkit-transition: all 0.7s; transition: all 0.7s; margin: 6px 0; z-index: 1; }

.mMenu { position: fixed; right: -100%; top: 0; width: 90%; padding: 0; z-index: 201; background: #2a2a2a; -webkit-overflow-scrolling: touch; overflow-y: auto; height: 100%; }

.mMenu .mclose { position: absolute; top: 24px; right: 17px; }

.mMenu ul.mtitle { display: block; padding: 20px 0 20px 20px; background: #1a1a1a; color: #fff; }

.mMenu ul.mtitle a { color: #fff; font-family: "Nanum Gothic Bold"; font-size: 16px; }

.mMenu ul.mtitle a:hover { font-family: "Nanum Gothic Bold"; }

.mMenu ul.list { padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.btn_tm { font-size: 15px; color: #424242; font-family: "Nanum Gothic Bold"; }

.nav, .nav li, .nav ul { list-style: none; }

.nav ul { padding: 15px 20px; margin: 0; background-color: #1a1a1a; }

.nav { padding: 0; margin: 0; }

.nav &gt; li { margin: 0 0; background-color: #2a2a2a;  }

.nav &gt; li li { margin: 0 0; }

.nav a { font-family: "Nanum Gothic Bold"; color: #f6f6f6; display: block; outline: 0; text-decoration: none; }

.nav a .caret { float: right; width: 0; height: 0; display: inline-block; vertical-align: top; border-top: 6px solid #1e91ce; border-right: 6px solid transparent; border-left: 6px solid transparent; content: ""; margin-top: 6px; margin-left: 2px; }

.nav li.open &gt; a &gt; .caret { border-top: none; border-bottom: 6px solid #2a2a2a; border-right: 6px solid transparent; border-left: 6px solid transparent; }

.nav li a { font-size: 14px; line-height: 18px; padding: 6px 10px; }

.nav &gt; li &gt; a { font-size: 14px; line-height: 18px; padding: 10px 20px; }

.nav &gt; li li a { color: #fff; }

.nav li.open { background-color: #ebebeb; }

.nav li.open a { color: #333; font-size: 15px; }

.nav li.open li a { color: #ebebeb; font-size: 13px; }

.fa-align-justify { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 20px; z-index: 10; font-size: 40px; color: #444; display: none; }

.sch_ham { display: none; }

.w100 { width: 100%; }

@media (max-width: 1200px) { html, body { overflow-x: hidden !important; font-size: 14px !important; }
  .header__inner { padding: 0 1em; }
  .contents { padding: 0 1em; }
  .footer &gt; div { padding: 0 1em; } }

@media (max-width: 900px) { html, body { font-size: 14px !important; }
  .gnb { display: none; }
  .header__inner { position: relative; }
  .mo-gnb-bar { position: absolute; right: 1em; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  .contents { height: auto; }
  .contents__tit-img img { left: -10px; width: 39em; }
  .contents .main-notice { margin-top: 5.375rem !important; padding: 0 1em; }
  .main-notice__tit-icon { display: none; }
  .contents .main-notice__tit-txt { margin-left: 1em; }
  .contents .main-notice__tit { width: auto; }
  .contents .main-notice__txt { width: 77%; }
  .main-menu__list { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .main-menu__item { -webkit-box-flex: 1; -ms-flex: 1 1 24%; flex: 1 1 24%; max-width: 24%; margin-bottom: 1em; }
  .main-menu { padding: 3em 0; }
  .main-menu__link-icon { background-size: cover !important; } }

  .main-menu__item:nth-of-type(4n) { margin-right: 0; }
  .footer__logo img { opacity: 1; width: 10em; top:-6px;}
  .footer__right-add { margin-left: 2em; line-height: 1.3; word-break: keep-all; }
  .footer__right-logo img { opacity: 1; width: 8em; } }

.sub-banner { position: relative; width: 100%; height: 12rem; }

.sub-banner__inner { height: 100%; left: 0; width: 100%; bottom: 0; top: 0; }

.sub-banner__tit { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 3.375rem; font-weight: 600; color: #ffffff; text-shadow: 0.25rem 0.25rem 0.875rem rgba(2, 2, 2, 0.94); }

.sub-banner img { width: 100%; height: 100%; }

.sub-info__title-wrap { margin-top: 2.625rem; margin-bottom: 3.4375rem; }

.sub-info__title { font-size: 2.1875rem; font-weight: 600; line-height: 1; color: #333333; padding-bottom: 1.25rem; border-bottom: 0.0625rem solid #000; }

.schedual { padding-bottom: 4.375rem; }

.schedual__table { width: 100%; }

.schedual__table tr { min-height: 5rem; height: 5rem; }

.schedual__table th { border: 0.0625rem solid #c8c8c8; min-height: 5rem; line-height: 5rem; background: #e8eaf1; color: #001211; font-size: 1.3125rem; font-weight: 500; }

.schedual__table td { padding-top: 1.25rem; padding-left: 1.25rem; border: 0.0625rem solid #c8c8c8; text-align:left!important;vertical-align: top;}

.schedual__table td:nth-of-type(1) { background: #e8eaf1; color: #565656;  text-align: center; font-size: 1.125rem; color: #565656; font-weight: 500; }

.schedual__table td:nth-of-type(1).bgf { background: #fff !important; }

.schedual__date { opacity: 1; background: #cef4ff; display: inline-block; padding: 0.3125rem 0.625rem; border-left: 0.125rem solid #0070bd; color: #0070bd; font-weight: 500; margin-bottom: 0.6875rem; }

.schedual__date.mt20 { margin-top: 1.25rem; }

.schedual__tit { opacity: 1; font-size: 1.1875rem; line-height: 1.2; margin-bottom: 0rem; word-break: keep-all; }

.schedual__place { position: relative; font-size: 0.875rem; margin-top: 0.3125rem; font-weight: 500; color: darkred; padding-left: 0.5rem; }

.schedual__place:before { content: ""; display: block; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: "-"; }

.schedual__plan-wrap { opacity: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.schedual__plan { opacity: 1; display: inline-block; border: 0.0625rem solid #0070bd; color: #0070bd; font-size: 0.75rem; padding: 0.25rem; font-weight: 500; margin-right: 0.25rem; margin-bottom: 0.25rem; }

.schedual__plan.blue { border: 0.0625rem solid #0b8d7c; color: #0b8d7c; }

=================== base ===================
html, body, a, abbr, address, area, article, aside, audio, b, base, bdi,
	bdo, blockquote, button, canvas, caption, center, circle, cite,
	clipPath, code, col, colgroup, cursor, data, datalist, dd, defs, del,
	desc, details, dfn, dialog, div, dl, dt, ellipse, em, embed, fieldset,
	figcaption, figure, filter, footer, foreignObject, form, g, h1, h2, h3,
	h4, h5, h6, hatch, hatchpath, head, header, hgroup, i, iframe, image,
	img, input, ins, kbd, keygen, label, legend, li, line, link, main, map,
	mark, marker, mask, menu, menuitem, mesh, meshpatch, meshrow, nav,
	object, ol, optgroup, option, output, p, param, path, pattern, picture,
	pre, progress, q, rb, rect, rp, rt, rtc, ruby, s, samp, section, select,
	set, small, source, span, strike, strong, sub, summary, svg, symbol,
	sup, table, tbody, td, template, text, textarea, textPath, tfoot, th,
	thead, time, title, tr, tspan, u, ul, use, video, view, wbr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "notosans", "gmarket", sans-serif;
	letter-spacing: -0.04em;
}


=================== typo ===================
---------- noto sans kr ----------
@font-face { font-family: "notosans"; font-weight: 800; src: local("noto sans kr black"), local("Noto Sans KR Black"), url("../fonts/NotoSansKR-Black.woff2") format("woff2"), url("../fonts/NotoSansKR-Black.woff") format("woff"), url("../fonts/NotoSansKR-Black.ttf") format("truetype"), url("../fonts/NotoSansKR-Black.otf") format("opentype"); }

@font-face { font-family: "notosans"; font-weight: 600; src: local("noto sans kr bold"), local("Noto Sans KR Bold"), url("../fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../fonts/NotoSansKR-Bold.woff") format("woff"), url("../fonts/NotoSansKR-Bold.ttf") format("truetype"), url("../fonts/NotoSansKR-Bold.otf") format("opentype"); }

@font-face { font-family: "notosans"; font-weight: 500; src: local("noto sans kr medium"), local("Noto Sans KR Medium"), url("../fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../fonts/NotoSansKR-Medium.woff") format("woff"), url("../fonts/NotoSansKR-Medium.ttf") format("truetype"), url("../fonts/NotoSansKR-Medium.otf") format("opentype"); }

@font-face { font-family: "notosans"; font-weight: 400; src: local("noto sans kr regular"), local("Noto Sans KR Regular"), url("../fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../fonts/NotoSansKR-Regular.woff") format("woff"), url("../fonts/NotoSansKR-Regular.ttf") format("truetype"), url("../fonts/NotoSansKR-Regular.otf") format("opentype"); }

@font-face { font-family: "notosans"; font-weight: 300; src: local("noto sans kr light"), local("Noto Sans KR Light"), url("../fonts/NotoSansKR-Light.woff2") format("woff2"), url("../fonts/NotoSansKR-Light.woff") format("woff"), url("../fonts/NotoSansKR-Light.ttf") format("truetype"), url("../fonts/NotoSansKR-Light.otf") format("opentype"); }

@font-face { font-family: "notosans"; font-weight: 200; src: local("noto sans kr demilight"), local("Noto Sans KR DemiLight"), url("../fonts/NotoSansKR-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansKR-DemiLight.woff") format("woff"), url("../fonts/NotoSansKR-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansKR-DemiLight.otf") format("opentype"); }

@font-face { font-family: "notosans"; font-weight: 100; src: local("noto sans kr thin"), local("Noto Sans KR Thin"), url("../fonts/NotoSansKR-Thin.woff2") format("woff2"), url("../fonts/NotoSansKR-Thin.woff") format("woff"), url("../fonts/NotoSansKR-Thin.ttf") format("truetype"), url("../fonts/NotoSansKR-Thin.otf") format("opentype"); }

@font-face { font-family: "gmarket"; font-weight: 600; src: local("gmarket bold"), local("gmarket bold"), url("../fonts/GmarketSansTTFBold.woff") format("woff"), url("../fonts/GmarketSansTTFBold.ttf") format("truetype"), url("../fonts/GmarketSansBold.otf") format("opentype"); }

@font-face { font-family: "gmarket"; font-weight: 500; src: local("gmarket Medium"), local("gmarket Medium"), url("../fonts/GmarketSansTTFMedium.woff") format("woff"), url("../fonts/GmarketSansTTFMedium.ttf") format("truetype"), url("../fonts/GmarketSansMedium.otf") format("opentype"); }

@font-face { font-family: "gmarket"; font-weight: 300; src: local("gmarket light"), local("gmarket light"), url("../fonts/GmarketSansTTFLight.woff") format("woff"), url("../fonts/GmarketSansTTFLight.ttf") format("truetype"), url("../fonts/GmarketSansLight.otf") format("opentype"); }

@font-face { font-family: "GmarketSansMedium"; src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff"); font-weight: normal; font-style: normal; }

=================== helper ===================
.none { display: none; }

.is-mon { font-family: "Montserrat", sans-serif; }

.is-gma { font-family: "gmarket", sans-serif; }

.is-tab-show { display: none; }

@media all and (max-width: 900px) { .is-tab-show { display: block; } }

@media all and (max-width: 900px) { .is-tab-hide { display: none; } }

.is-mo-show { display: none!important; }

@media all and (max-width: 440px) { .is-mo-show { display: block; } }

@media all and (max-width: 440px) { .is-mo-hide { display: none; } }

.is-mo-sm-show { display: none; }

@media all and (max-width: 360px) { .is-mo-sm-show { display: block; } }

@media all and (max-width: 360px) { .is-mo-sm-hide { display: none; } }

.is-mo-xsm-show { display: none; }

@media all and (max-width: 320px) { .is-mo-xsm-show { display: block; } }

@media all and (max-width: 320px) { .is-mo-xsm-hide { display: none; } }

.img-box__img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.clear:after { content: ""; display: block; clear: both; }

.scroll-custom { overflow-y: auto; }

.scroll-custom::-webkit-scrollbar { width: 5px; }

.scroll-custom::-webkit-scrollbar-thumb { background-color: #531717; }

html.ie .scroll-custom { scrollbar-arrow-color: #531717; scrollbar-face-color: #531717; scrollbar-track-color: #0042da; }

=================== card ===================
=================== popup ===================
=================== animation ===================
@-webkit-keyframes ani-rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes ani-rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-webkit-keyframes ani-down { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  50% { -webkit-transform: translateY(0px); transform: translateY(0px);
    opacity: 1; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 0; } }

@keyframes ani-down { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  50% { -webkit-transform: translateY(0px); transform: translateY(0px);
    opacity: 1; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 0; } }

=================== layout ===================
=================== header ===================
=================== footer ===================
=================== common ===================
.header__inner, .contents__inner, .contents .main-notice, .main-menu, .footer__inner, .sub-banner__inner, .sub-info { max-width: 1172px; margin: 0 auto; z-index:2;}

.contents { background-size: cover; background-position: center; }

.inner { width: 1172px; margin: 0 auto; }

.none { display: none; }



.tbl-style1 td, .tbl-style1 th{padding:10px;}
#content .gnb__two-depth-link:before{display:none;}
#content .tab-nav.tab-flex ul{overflow:visible}
table caption{display:none;}
.tab-nav, .tab-nav.tab-grid, .tab-nav.tab-flex {
    z-index: 0;
        position: relative;
}

@media screen and (max-width:440px){
	
    
	.header__logo + .is-mo-show{
	display:none;
	margin-top: 51px;
    z-index: -1;
    width: 100%;
	}
	.nav &gt; li &gt; a {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 14px;
	}
	.is-mo-show .nav &gt; li{background:#fff;}
	
}
 */
 
 .footer { opacity: 1; }

.footer__inner {max-width: 1172px;
    margin: 0 auto; opacity: 1; height: 4.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.footer__top { opacity: 1; background: #132780; }

.footer__logo { opacity: 1; }

.footer__logo img { opacity: 1; width:9em;}

.footer__right { opacity: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.footer__right-add { opacity: 1; margin-right: 2.5rem; font-size: 0.9375rem; color: #ccc; letter-spacing: -0.0437rem; }

.footer__right-logo { opacity: 1; }

.footer__right-logo img { opacity: 1; }

.footer__bot { text-align: center; background: #1e1e1e; height: 2.3125rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.footer__bot p { opacity: 1; font-size: 0.9375rem; color: #4e4e4e; }

</pre></body></html>