<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************/
/* TABLE OF CONTENTS: */
/***********************************************************************************************/

/*------------------------------------------------------------------------


  01. Common Styles
      -Typography
      -Buttons
      -Form
  02. Preloader
  03. Navbar
  04. Hero section
      -Hero section 2
      -Hero section 3
      -Hero section 4
  05. Home hero
  06. About Section
  12. Services
  16. Contact section
  17. 吏���
  19. Landing page
      -Features Section
      -Video section
      -Offer section
      -Screenshots
  21. App landing page
  24. Footer
  25. Back to top
  26. Responsive Part

--------------------------------------------------------------------------*/

/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/
body {
    font-family: 'Raleway', sans-serif;
    color: #555;
    line-height: 1.5;
    font-size: 13px;
    /* letter-spacing: 1.2px; */
    -webkit-font-smoothing: antialiased;
    padding-top: 68px;
    position: relative;
}

a {
    color: #333333;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.blind {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    position: absolute;
}

.without-padding {
    padding: 0;
}

.marg-0 {
    margin: 0;
}

.pad-b-0 {
    padding-bottom: 0 !important;
}

.pad-t-100 {
    padding-top: 100px !important;
}

.bg-gray {
    background: #e5e5e5;
}

/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    color: #1f2021;
    text-transform: uppercase;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

h1,
.h1 {
    font-family: 'Abel', sans-serif;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 2px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

p {
    margin: 0;
}

.title-section hr {
    width: 15%;
}

.title-section p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.pad-sec {
    padding: 100px 0 !important;
}

.title-section {
    padding-left: 30px;
    padding-right: 30px;
}

.sep-section {
    height: 1px;
    border-bottom: 1px solid #eaeaea;
}

/***********************************************************************************************/
/* =Buttons */
/***********************************************************************************************/

.btn {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 25px;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* .btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
} */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-xs {
    padding: 5px 14px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-sm {
    padding: 8px 37px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-lg {
    padding: 15px 35px;
}

.btn-primary {
    text-transform: uppercase;
    background-color: #8d4dd0;
    border-color: #8d4dd0;
}

.btn-black {
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover {
    background-color: #8d4dd0;
    border-color: #8d4dd0;
    color: #fff;
}

.btn-clean {
    border-color: #f5f5f5;
    color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 0;
}

.btn-clean:hover,
.btn-clean:focus,
.btn-clean:active {
    color: #fff;
}

.btn-dark {
    color: #fff;
    text-transform: uppercase;
    background: rgba(34, 34, 34, 0.9);
    font-weight: 400;
    border-color: rgba(0, 0, 0, 0.7);
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:visited {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.7);
    outline: 0;
    box-shadow: none;
}

.btn-light {
    background: #f3f3f3;
    color: #000;
}

.btn-gray {
    color: #777;
    background: #e5e5e5;
}

/***********************************************************************************************/
/* =Preloader */
/***********************************************************************************************/

#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

#loading-animation {
    background-image: url('../images/loading.GIF');
    opacity: 0.7;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    border-radius: 4px;
}

/************************************************************************
// =Navbar
*************************************************************************/

.navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border: none;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 2px solid #f0f0f0;
}
.navbar.active {
    position: fixed;
    opacity: 0.95;
    border: 1px solid #e8e8e8;
}

.navbar-nav {
    margin: 7.5px -10px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #060606;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
    background: transparent;
    color: #8d4dd0;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
    color: #8d4dd0;
}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:focus,
.navbar-default .navbar-nav &gt; .open &gt; a:hover {
    background-color: #fff;
    color: #8d4dd0;
}

.navbar-default .dropdown:hover &gt; .dropdown-menu {
    display: block;
}

/***********************************************************************************************/
/* =Hero section */
/***********************************************************************************************/

#hero-section {
    position: relative;
    display: table;
    width: 100%;
    height: 100svh;
}

/***********************************************************************************************/
/* =Home hero */
/***********************************************************************************************/

.hero-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}

.hero-content h1,
p.hero {
    color: #fff;
}

.hero-content h1 {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.div-line {
    width: 50px;
    background-color: #fff;
    height: 3px;
    margin: 20px auto;
}

p.hero {
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    display: block;
    margin-top: 20px;
}

.hero-btn {
    margin-top: 50px;
}

ul.caption-slides {
    padding-left: 0;
}

ul.caption-slides li {
    text-align: center;
    height: 240px;
}

/***********************************************************************************************/
/* =About Section */
/***********************************************************************************************/

#about-us-section {
    padding: 100px 0;
}

.btn-link-a {
    cursor: pointer;
    color: rgba(17, 17, 17, 0.9);
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    margin-top: 25px;
}

.btn-link-a:hover {
    color: #000;
}

#about-section {
    padding: 110px 0 120px 0 !important;
}

.big-title-sec {
    text-align: center;
    padding-bottom: 100px;
}

.big-title-sec hr {
    border: 1.5px solid #000;
    margin: 30px auto;
    width: 80px !important;
    margin-bottom: 50px;
}

.big-title-sec .big-title {
    font-weight: 300;
    text-transform: none;
    font-size: 24px;
    color: #000;
}

.big-title-sec .big-subtitle {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1.3px;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.45;
    text-transform: none;
    color: #000;
}

.big-title-sec p {
    font-size: 16px;
    /* line-height: 28px; */
    letter-spacing: 1.7px;
    font-weight: 400;
}

.big-title-sec .view-more {
    padding-top: 50px;
}

.big-title-sec .view-more a.btn-primary {
    margin-right: 2px;
}

.big-title-sec .view-more a.btn-primary:hover {
    opacity: 0.8;
    background: #8d4dd0;
    border: 1px solid #8d4dd0;
}

.view-more {
    text-align: center;
    padding-top: 60px;
}

/***********************************************************************************************/
/* =Team Section */
/***********************************************************************************************/

#team-section .title-section {
    margin-bottom: 80px;
}

#team-section .title-section,
.team-members .magnifier-inner {
    text-align: center;
}

.member-team {
    position: relative;
    cursor: pointer;
    display: block;
    /* pointer-events: none; */
    cursor: default;
}
.member-team:focus .magnifier,
.member-team:hover .magnifier {
    opacity: 1;
}

.member-team img {
    width: 100%;
}

.member-team .magnifier {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* padding: 20px; */
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.magnifier h3 {
    font-size: 26px;
}

/* .member-team .magnifier:hover,
.member-team .magnifier:focus {
    opacity: 1;
} */

.member-team .magnifier .magnifier-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
}

.member-team .magnifier .magnifier-inner p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 40px;
}

.member-team .magnifier .magnifier-inner ul.social-icons {
    list-style-type: none;
    padding: 0;
}

.member-team .magnifier .magnifier-inner ul.social-icons li {
    display: inline-block;
    margin-left: 5px;
}

.member-team .magnifier .magnifier-inner ul.social-icons li:first-child {
    margin: 0;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a i {
    color: #8e8e8e;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a:hover i {
    color: #000;
}

/***********************************************************************************************/
/* =Services*/
/***********************************************************************************************/

#services-section {
    padding: 100px 0 50px 0;
}

#services-section .title-section {
    padding-bottom: 80px;
}

#banner-services {
    background: url('../images/temp/stats-bg.jpg') center top;
    position: relative;
    border-bottom: 1px solid transparent;
}

#banner-services:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(5, 5, 5, 0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
}

#banner-services .container {
    position: relative;
    z-index: 3;
}

.banner-content {
    margin: 140px 0;
}

.banner-content,
.banner-content h3 {
    color: #fff;
}

.banner-content h3 {
    font-weight: 500;
    letter-spacing: 2.6px;
    font-size: 19px;
}

.banner-decription {
    font-weight: 400;
    opacity: 0.7;
}

.banner-image {
    margin: -40px 0 0 0;
    text-align: right;
}

.banner-content a {
    letter-spacing: 1.6px;
    margin-top: 30px;
}

/***********************************************************************************************/
/* =Contact section*/
/***********************************************************************************************/

#contact-section .divider {
    display: inline-block;
}

#contact-section .title-section {
    padding-bottom: 80px;
}

.contact-info {
    text-align: center;
    border-top: 1px solid #eeeeee;
}

.contact-info a {
    color: #4f4f4f;
    font-size: 18px;
    padding: 50px 0;
}

.contact-info a i {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-info .row {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

/***********************************************************************************************/
/* =吏���*/
/***********************************************************************************************/

#map {
    height: 100%;
    width: 100%;
}

#module-maps {
    position: relative;
    height: 400px;
    width: 100%;
}

#daumRoughmapContainer1653878467204,
#daumRoughmapContainer1653879029853 {
    margin: auto;
}

/***********************************************************************************************/
/* =Landing page*/
/***********************************************************************************************/

.landing-hero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.landing-hero {
    background: url('../images/hero-bg/landing.jpg');
    background-size: cover;
}

/*--------------------
  Features Section
----------------------*/

#features-section {
    overflow: hidden;
    padding: 120px 0 !important;
    padding-bottom: 100px !important;
}

#features-section .title-section {
    padding-bottom: 80px;
}

ul.features-list {
    list-style: none;
    padding: 0;
    padding-top: 50px;
}

ul.features-list li {
    margin-bottom: 30px;
}

.creative-content-left,
.creative-content-right {
    padding-top: 10%;
}

#creative-section-1 h2,
#features-app-section-1 h2,
#features-app-section-2 h2 {
    font-weight: 500;
    /* letter-spacing: 2px; */
    font-size: 32px;
    text-transform: capitalize;
}

#creative-section-1 p,
#features-app-section-1 p {
    line-height: 26px;
    font-size: 14px;
}

#creative-section-1 .view-more,
#features-app-section-1 .view-more,
#features-app-section-2 .view-more {
    padding-top: 30px;
    text-align: center !important;
}

.img-creative-left figure,
.img-creative-right figure {
    padding: 0 25px;
    text-align: center;
}

/*--------------------
  Video section
----------------------*/

#video-section {
    background: url('../images/temp/tweet-bg.png') center top;
    position: relative;
    padding: 100px 0;
}

#video-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #333333;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#video-section .container {
    position: relative;
    z-index: 3;
}

#video-section .video-section-content em {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border: 3px solid rgba(255, 255, 255, 0.93);
    text-align: center;
    line-height: 78px;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.93);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#video-section .video-section-content a .fa-play {
    position: relative;
    left: 4px;
}

.video-head {
    display: block;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    padding-bottom: 7px;
}

.video-sub-heading {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    opacity: 0.9;
    color: #fff;
}

/*--------------------
  Offer section
----------------------*/

#landing-offer .title-section h2 {
    padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.offer-post {
    padding: 30px 0;
}

.offer-post h4 {
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 500;
}

.offer-icon {
    font-size: 42px;
    color: #8d4dd0;
    padding-bottom: 15px;
}

/*--------------------
  Screenshots
----------------------*/

#screenshots-section .title-section {
    padding-bottom: 80px;
}

.screenshots-carousel .shot {
    padding: 4px;
}

.screenshots-carousel .shot a.zoom {
    display: block;
}

.screenshots-carousel .shot a img {
    border-radius: 3px;
    width: 100%;
}

/***********************************************************************************************/
/* =App landing page */
/***********************************************************************************************/

#features-app-section-1,
#features-app-section-2 {
    padding: 120px 0;
}

.features-app-content-right {
    padding-top: 30px;
}

#features-app-section-1 h2,
#features-app-section-2 h2 {
    margin-bottom: 35px;
}

#features-app-section-1 p {
    margin-bottom: 20px;
    line-height: 29px;
    letter-spacing: 1.4px;
    font-weight: 300;
}

ul.features-app-list {
    list-style-type: none;
    padding-left: 0;
    padding-top: 10px;
}

ul.features-app-list li {
    margin-bottom: 10px;
}

#feature-app-section-2 ul.features-app-list li {
    margin-bottom: 15px !important;
}

.app-feature-icon {
    font-size: 24px;
    color: #8d4dd0;
    margin-right: 20px;
}

.feature-app-box-content p {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
    font-weight: 300;
}

.features-app-content-left {
    padding-top: 40px;
}

#features-app-section-2 ul.features-app-list {
    padding-top: 50px;
}

#features-app-section-2 ul.features-app-list li {
    margin-bottom: 15px;
}

#features-app-section-2 .feature-app-box-content {
    display: table;
}

#features-app-section-2 .feature-app-box-content h6 {
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#features-app-section-2 p {
    line-height: 24px;
    font-size: 13px;
    letter-spacing: 1.2px;
}

ul.download {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.download li {
    display: inline-block;
}

ul.download li a {
    display: block;
}

ul.download li a:hover,
ul.download li a:focus,
ul.download li a:active {
    opacity: 0.8;
}

ul.download li a img {
    width: 90%;
}

.about-me {
    padding: 11% 9% 0;
}

.about-me h4 {
    padding-bottom: 20px;
    font-size: 16px;
}

.about-me h3 {
    font-size: 20px;
    line-height: 1.35;
}

.about-me p {
    margin-bottom: 30px;
    line-height: 25px;
}

.about-img img {
    width: 100%;
}

/***********************************************************************************************/
/* =Footer */
/***********************************************************************************************/

#footer-section {
    padding: 80px 0;
    background: #f7f7f7;
    border-top: 1px solid #eeeeee;
}

ul.footer-social-links {
    list-style-type: none;
    padding: 0;
}

ul.footer-social-links li {
    display: inline-block;
    margin-left: 30px;
}

ul.footer-social-links li:first-child {
    margin: 0;
}

ul.footer-social-links li a {
    font-size: 15px;
    color: #4f4f4f;
    display: block;
    text-transform: uppercase;
}

ul.footer-social-links li a:after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    height: 1px;
    background: #444444;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.footer-social-links li a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

p.copyright {
    padding-top: 40px;
}

/***********************************************************************************************/
/* =Back to top */
/***********************************************************************************************/

.back-to-top {
    text-align: center;
    background: #444444;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9999;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-to-top:hover {
    opacity: 0.9;
}

/***********************************************************************************************/
/* Responsive Part */
/***********************************************************************************************/

@media screen and (max-width: 1200px) {
    #about-section .about {
        padding-top: 40px;
    }
}

@media screen and (max-width: 992px) {
    body {
        padding-top: 55px;
    }

    .navbar .container {
        width: 95% !important;
    }

    #about-section .about {
        padding: 90px 70px;
    }

    .member-team .magnifier .magnifier-inner {
        padding: 0 10px;
    }

    .member-team .magnifier .magnifier-inner p:last-of-type {
        display: none;
    }

    .banner-image {
        margin-top: 40px !important;
    }
}

@media screen and (max-width: 768px) {
    .navbar .container {
        width: auto;
    }

    .big-title-sec .view-more a {
        margin: 5px 0;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .creative-content-left {
        padding-top: 0;
    }

    #creative-section-1 .view-more {
        text-align: center !important;
    }

    .member-team {
        margin-bottom: 30px;
    }

    .member-team .magnifier .magnifier-inner {
        padding: 0 30px;
    }

    .member-team .magnifier .magnifier-inner p:last-of-type {
        display: block;
    }

    .banner-content {
        margin-top: 80px;
        margin-bottom: 60px;
        text-align: center;
    }

    .banner-image {
        text-align: center;
        margin-bottom: 40px;
    }

    .about-me h4 a {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    h1,
    .h1 {
        font-size: 40px;
    }

    .hero-content h1 {
        font-size: 33px;
    }

    p.hero {
        font-size: 14px;
        line-height: 24px;
    }

    .big-title-sec .big-title {
        font-size: 20px;
    }

    .big-title-sec .big-subtitle {
        font-size: 28px;
    }

    .big-title-sec p {
        font-size: 14px;
    }

    #action-section {
        text-align: center;
    }

    #action-section h2 {
        line-height: 1.4;
    }

    #action-section .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .back-to-top {
        visibility: hidden;
    }
}

/* �뱀젒洹쇱꽦 異붽� */
#u-skip {
    position: relative;
    margin-top: -68px;
    z-index: 3000;
}
#u-skip a {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    display: inline-block;
    padding: 7px 10px 5px;
    background: #333;
    color: #fff;
    text-decoration: none;
    text-align: center;
    opacity: 0;
}
#u-skip a:focus {
    top: 0;
    opacity: 1;
    z-index: 1000;
}
.slick-next,
.slick-prev {
    top: -20px;
    right: 0;
    left: auto;
}
.slick-prev {
    right: 60px;
}
.slick-next:before,
.slick-prev:before {
    color: #444444;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}
.slick-next::before {
    content: '\f054';
}
.slick-prev::before {
    content: '\f053';
}
.controler {
    position: absolute;
    top: -36px;
    right: 42px;
}
.controler button {
    border: none;
    background: transparent;
    font-size: 20px;
}
.herolider {
    position: relative;
}
.herolider .controler {
    top: auto;
    bottom: -40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.herolider .controler .play1,
.herolider .controler .stop1 {
    color: #fff;
}
.herolider .slick-next,
.herolider .slick-prev {
    top: auto;
    right: 50%;
    bottom: -34px;
}
.herolider .slick-next {
    transform: translateX(40px);
}
.herolider .slick-prev {
    transform: translateX(-21px);
}

.herolider .slick-next::before,
.herolider .slick-prev::before {
    color: #fff;
}

.root_daum_roughmap .section_busline .icon_bus {
    background: none !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
}
.root_daum_roughmap .section_busline .icon_bus {
    width: 26px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.root_daum_roughmap .section_busline .ico_bus3 .icon_bus {
    background-color: #00817e !important;
}
.root_daum_roughmap .section_busline .ico_bus7 .icon_bus {
    background-color: #267906 !important;
}
.root_daum_roughmap .section_busline .ico_bus11 .icon_bus {
    background-color: #a3230d !important;
}

.navbar-brand {
    height: 62px;
}

#daumRoughmapContainer1653878467204,
#daumRoughmapContainer1653879029853 {
    width: 100% !important;
}

footer {
    position: relative;
}
.logo-watch {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
    .logo-watch {
        position: static;
        transform: scale(0.7);
        margin-top: 20px;
    }
}

#hero-section {
    overflow: hidden;
}
</pre></body></html>