This commit is contained in:
dsyoon
2025-12-27 13:11:25 +09:00
commit a6efd603ce
85 changed files with 18167 additions and 0 deletions

3263
css/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

786
css/custom-fonts.css Normal file

File diff suppressed because one or more lines are too long

BIN
css/fancybox/blank.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

328
css/fancybox/jquery.fancybox.css vendored Normal file
View File

@@ -0,0 +1,328 @@
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #2F3238;
color: #565656;
text-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 50px;
cursor: pointer;
z-index: 9000;
background-image: none;
background-color: #26292E;
opacity: 0.5;
-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
-moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
-o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
}
.fancybox-close i {
left: 50%;
top: 50%;
margin: -11px 0 0 -11px;
font-size: 22px;
line-height: 1em;
position: absolute;
color: #FFFFFF;
}
.fancybox-close:hover {
opacity: 1;
}
.fancybox-nav {
position: absolute;
top: 0;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url('blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev,
.fancybox-prev span {
left: 0;
}
.fancybox-next,
.fancybox-next span {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
cursor: pointer;
z-index: 8040;
background-image: none;
background-color: #26292E;
opacity: 0.5;
-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
-moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
-o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
}
.fancybox-prev span i {
left: 50%;
top: 50%;
margin: -15px 0 0 -17px;
font-size: 30px;
line-height: 1em;
position: absolute;
color: #FFFFFF;
}
.fancybox-next span i {
left: 50%;
top: 50%;
margin: -15px 0 0 -15px;
font-size: 30px;
line-height: 1em;
position: absolute;
color: #FFFFFF;
}
.fancybox-nav:hover span {
opacity: 1;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
margin: 0!important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden !important;
display: none;
z-index: 8010;
background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
visibility: hidden;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-opened .fancybox-title h4{
font-size: 24px;
color:#fff;
font-weight: 300;
margin-bottom: 10px;
}
.fancybox-opened .fancybox-title p{
font-size: 16px;
font-weight: 300;
color:#bbb;
line-height:1.6em;
margin-bottom: 0;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding: 25px 30px 30px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}
@media (max-width: 480px) {
.fancybox-nav span,
.fancybox-nav:hover span,
.fancybox-close,
.fancybox-close:hover {
background: transparent;
}
.fancybox-close i {
left: 70px;
top: 10px;
}
}
@media (max-width: 320px) {
.fancybox-close i {
left: 30px;
top: 20px;
}
}

85
css/flexslider.css Normal file
View File

@@ -0,0 +1,85 @@
/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider { margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {background:none; position: relative;
zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Caption style */
.flex-caption { background: rgba(0,0,0,.8); margin-left:5px;bottom:5px; position:absolute;padding:20px; z-index:99;}
.flex-caption p{ font-size: 14px !important; line-height: 22px;
font-weight:300; color: #fff }
.flex-caption h2, .flex-caption h4 {
color:#fff;
}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 40px; margin:0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 45%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

1338
css/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load Diff

0
css/jcarousel.css Normal file
View File

332
css/ncue.css Normal file
View File

@@ -0,0 +1,332 @@
/* 수지 AI·데이터 아카데미 design overrides (keep this loaded AFTER css/style.css) */
:root{
--ncue-bg: #0b1220;
--ncue-surface: #0f1b33;
--ncue-text: #0f172a;
--ncue-muted: #64748b;
--ncue-border: rgba(15, 23, 42, 0.10);
--ncue-primary: #2563eb; /* modern blue */
--ncue-primary-2: #06b6d4; /* cyan accent */
--ncue-primary-dark: #1d4ed8;
--ncue-radius: 14px;
--ncue-shadow: 0 14px 40px rgba(2, 6, 23, 0.12);
--ncue-shadow-sm: 0 8px 18px rgba(2, 6, 23, 0.10);
}
html, body{
font-family: ui-sans-serif, system-ui, -apple-system, "Apple SD Gothic Neo",
"Noto Sans KR", "Malgun Gothic", Segoe UI, Roboto, Helvetica, Arial, sans-serif;
color: var(--ncue-text);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body{
background:
radial-gradient(1100px 500px at 15% -10%, rgba(37,99,235,0.12), transparent 60%),
radial-gradient(900px 460px at 90% 0%, rgba(6,182,212,0.12), transparent 55%),
#f7f8fb;
}
/* Stronger global text contrast (template defaults are too light) */
p{
color: rgba(15, 23, 42, 0.88);
font-weight: 600;
}
li{
color: rgba(15, 23, 42, 0.88);
font-weight: 650;
}
label, input, textarea{
color: rgba(15, 23, 42, 0.92);
}
small, .muted, .text-muted{
color: rgba(15, 23, 42, 0.68) !important;
}
a{ color: var(--ncue-primary); }
a:hover, a:focus{ color: var(--ncue-primary-dark); }
/* Navbar */
.navbar-default{
background: rgba(255,255,255,0.92);
border-color: rgba(15, 23, 42, 0.06);
backdrop-filter: blur(8px);
}
.navbar-brand{
font-weight: 800;
letter-spacing: -0.3px;
text-transform: none; /* override template's uppercase for mixed KR/EN brand */
white-space: nowrap; /* prevent awkward line breaks */
}
.navbar-brand span{ color: var(--ncue-primary) !important; }
@media (max-width: 767px){
.navbar-brand{ font-size: 18px; }
}
.navbar .nav>li>a{
font-weight: 700;
letter-spacing: -0.2px;
}
.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus{
color: var(--ncue-primary);
}
/* Buttons */
.btn, .btn:focus{
border-radius: 999px;
box-shadow: none;
}
.btn-theme{
background: linear-gradient(135deg, var(--ncue-primary), var(--ncue-primary-2));
border: 0;
font-weight: 800;
letter-spacing: -0.2px;
padding: 12px 18px;
}
.btn-theme:hover, .btn-theme:focus{
background: linear-gradient(135deg, var(--ncue-primary-dark), #0891b2);
}
.btn-default{
border-color: rgba(15, 23, 42, 0.12);
font-weight: 800;
color: #0f172a;
}
.btn-default:hover{
border-color: rgba(15, 23, 42, 0.18);
background: #ffffff;
}
/* Headings */
h1,h2,h3,h4{
letter-spacing: -0.6px;
color: #0b1220;
}
/* Featured / slider: add cinematic overlay for better text contrast */
#featured{
position: relative;
}
/* Reduce excessive hero height + remove white gutters by cropping like a real hero banner */
#featured .flexslider{
margin: 24px 0 18px !important;
}
#featured #main-slider .slides img{
width: 100%;
height: 440px;
object-fit: cover;
object-position: center;
}
@media (max-width: 991px){
#featured #main-slider .slides img{ height: 360px; }
}
@media (max-width: 767px){
#featured #main-slider .slides img{ height: 300px; }
}
@media (max-width: 480px){
#featured #main-slider .slides img{ height: 260px; }
}
#featured:before{
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(135deg, rgba(15,23,42,0.55), rgba(15,23,42,0.20));
pointer-events: none;
/* Keep overlay BEHIND slider contents; otherwise caption text looks washed out */
z-index: 0;
}
#featured .flexslider{ position: relative; z-index: 1; }
#featured .flex-caption{
z-index: 3 !important;
background: rgba(2, 6, 23, 0.65) !important;
border: 1px solid rgba(255,255,255,0.18) !important;
backdrop-filter: blur(8px);
border-radius: var(--ncue-radius);
box-shadow: var(--ncue-shadow);
}
#featured .flex-caption h3{
color: #ffffff !important;
text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
#featured .flex-caption p{
color: rgba(255,255,255,0.92) !important;
text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
#featured img{
/* Keep subtle enhancement, but do not reduce clarity */
filter: saturate(1.02) contrast(1.02);
}
/* CTA block (override template's `section.callaction { padding:50px 0 0 0; }`) */
section.callaction{
padding-top: 22px;
padding-bottom: 14px;
}
.big-cta{
position: relative; /* anchor :before background to this card */
border-radius: var(--ncue-radius);
box-shadow: var(--ncue-shadow);
border: 1px solid rgba(15,23,42,0.06);
overflow: hidden;
}
.big-cta:before{
content:"";
position:absolute;
inset:0;
background:
radial-gradient(700px 320px at 20% 0%, rgba(37,99,235,0.16), transparent 55%),
radial-gradient(700px 320px at 85% 20%, rgba(6,182,212,0.14), transparent 55%),
#ffffff;
z-index: 0;
}
.big-cta .cta-text{
position: relative;
z-index: 1;
}
/* Home-only: extend the BLUE/WHITE card background below the buttons (not the gray section background) */
section.callaction.callaction-home{
/* Reduce the gray area under the CTA (half-ish) */
padding-bottom: 12px;
}
section.callaction.callaction-home .big-cta{
padding-bottom: 20px;
}
/* The template adds `.row { margin-bottom: 30px; }` globally, which inflates the gray band.
Remove it only for the home CTA section. */
section.callaction.callaction-home .row{
margin-bottom: 0 !important;
}
/* Cards / boxes */
.box{
border-radius: var(--ncue-radius);
overflow: hidden;
box-shadow: var(--ncue-shadow-sm);
border: 1px solid rgba(15,23,42,0.06);
background: #ffffff;
}
.box .box-gray p,
.box p{
color: rgba(15, 23, 42, 0.88) !important;
font-weight: 650;
}
.box .box-gray{
background: linear-gradient(180deg, #ffffff, #fbfcff) !important;
}
.box .box-gray h4{
margin-top: 0;
}
.box .icon i{
color: var(--ncue-primary);
}
.box-bottom{
background: #ffffff !important;
border-top: 1px solid rgba(15,23,42,0.06);
}
.box:hover{
transform: translateY(-3px);
transition: transform 160ms ease, box-shadow 160ms ease;
box-shadow: var(--ncue-shadow);
}
/* Pricing cards */
.pricing-box-alt{
border-radius: var(--ncue-radius);
border: 1px solid rgba(15,23,42,0.06);
box-shadow: var(--ncue-shadow-sm);
overflow: hidden;
}
.pricing-box-alt.special{
border: 1px solid rgba(37,99,235,0.22);
box-shadow: 0 18px 60px rgba(37,99,235,0.14);
}
.pricing-heading{
background: linear-gradient(135deg, rgba(37,99,235,0.10), rgba(6,182,212,0.10));
}
.pricing-box-alt .pricing-heading h3{
color: #0b1220 !important;
font-weight: 900 !important;
}
.pricing-box-alt .pricing-heading h3 strong{
font-weight: 900 !important;
}
.pricing-box-alt.special .pricing-heading,
.pricing-box-alt.special .pricing-heading h3{
color: #0b1220 !important; /* override template's white text */
}
.pricing-box-alt .pricing-terms h6{
font-style: normal !important;
font-family: inherit !important;
font-weight: 900 !important;
letter-spacing: -0.2px;
}
.pricing-content{
color: rgba(15, 23, 42, 0.90) !important;
}
.pricing-content ul li{
color: rgba(15, 23, 42, 0.88) !important;
font-weight: 700;
}
.pricing-terms h6{
font-weight: 900;
letter-spacing: -0.3px;
}
/* Inner headline */
#inner-headline{
background: linear-gradient(135deg, rgba(37,99,235,0.10), rgba(6,182,212,0.10));
border-bottom: 1px solid rgba(15,23,42,0.06);
}
#inner-headline .breadcrumb li,
#inner-headline .breadcrumb li a{
color: rgba(15,23,42,0.92) !important;
font-weight: 750;
}
/* Meta post (blog) */
ul.meta-post li,
ul.meta-post li a{
color: rgba(15, 23, 42, 0.86) !important;
font-weight: 650;
}
ul.meta-post li i{
color: rgba(15, 23, 42, 0.70) !important;
}
/* Footer */
footer{
background: #0b1220 !important;
color: rgba(255,255,255,0.82) !important;
}
footer p, footer li{
color: rgba(255,255,255,0.86) !important;
font-weight: 600;
}
footer a{ color: rgba(255,255,255,0.92) !important; }
footer a:hover{ color: #ffffff !important; }
footer .widgetheading{
color: #ffffff !important;
letter-spacing: -0.2px;
}
#sub-footer{
background: #07101f !important;
border-top: 1px solid rgba(255,255,255,0.08);
}
/* Reduce over-busy template decorations if any */
.solidline{
border-top: 1px solid rgba(15,23,42,0.08) !important;
}

1377
css/overwrite.css Normal file

File diff suppressed because it is too large Load Diff

1990
css/style.css Normal file

File diff suppressed because it is too large Load Diff