
@import url("css-family=Lato-300,400,700,900-Noto+Sans-Roboto+Slab-.css");

/*======================
        1.BASIC
========================*/

body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: "Noto Sans KR" !important; /*191217에 "Noto Sans", sans-serif 삭제함*/
    letter-spacing: -0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans KR" !important; /*191217에 "Noto Sans", sans-serif 삭제함*/
}

.font-300{
    font-weight: 300;
}

.font-700{
    font-weight: 700;
}

.font-900{
    font-weight: 900;
}

p{
    font-size: 15px !important;
    line-height: 1.6;
}

#main_cont13 p{
    font-size: 17px !important;
    line-height: 1.6;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 0;
    color: #ffffff;
    background: #f20815; /* 191215 수정*/
    z-index: 1;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 10px 0 0 10px;
    line-height: 46px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 0px 20px 0px #f20815 !important; /* 191215 수정*/
}

.back_top i {
    color: #fff;
    line-height: 45px;
    font-size: 35px;
    display: block;
}

.back_top:hover {
    color: #ffffff;
    background: #f20815; /* 191215 수정*/
}


#cross {
    background: #212529;
    height: 14px;
    position: relative;
    width: 2px;
  }
#cross:after {
    background: #212529;
    content: "";
    height: 2px;
    left: -7px;
    position: absolute;
    top: 7px;
    width: 14px;
}


/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.section_title .section_header{
    font-family: "Noto Sans KR" !important;
    font-size: 40px !important;
    max-width: 650px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-top: 10px;
}

.section_title .section_title_border .f-border {
    width: 4px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}

.section_title .section_title_border .s-border {
    width: 25px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}

.sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 22px;
}

.bg-dark {
    background-color: #22232f;
}

.bg-custom {
    background-color: #2dc2b7 !important;
}

.text-dark {
    color: #000 !important;
}

.text-muted {
    color: #777 !important;
}

.text-custom {
    color: #2dc2b7 !important;
}

.text-custom-blue {
    color: #4e74d6;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-gradient{
    background: -webkit-linear-gradient(170deg, #4be898, #2bbfba);
    background: linear-gradient(170deg, #2bbfba, #4be898);
}

.bg-overlay-gradient {
    background: #536976;
    background: -webkit-linear-gradient(to right, #292E49, #536976); 
    background: linear-gradient(to right, #292E49, #536976); 
    opacity: 0.93;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.over_margin{
    margin: 20px;
}


.bg-overlay {
    background:rgba(13, 15, 20, 0.76);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bg-overlay-cta {
    background:rgba(13, 15, 20, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.btn {
    padding: 12px 46px; /*191215 수정*/
}

.btn-sm {
    padding: 8px 15px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-gradient {
    background: #f20815; /*191215 수정*/
    color: #fff;
    letter-spacing: 1px;
    font-size: 17px;
    transition: all 0.5s;
    border-radius: 0px; /*191217에 수정 원래 5*/
    text-transform: capitalize;
}

.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active,
.btn-gradient.active,
.btn-gradient.focus,
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover,
.open>.dropdown-toggle.btn-gradient {
    background: #fff;/*191215 수정*/
    color: #f20815 !important;
}


.btn-custom {
    background-color: #fff !important;
    border: 2px solid #fff;
    color: #2bbfba !important;
    font-size: 13px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #fff;
    border-color: #fff;
    color: #4be898;
}


.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.title {
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    position: relative;
    bottom: -28px;
    background-color: white;
    letter-spacing: 4px;
    font-size: 12px !important;
}

.title_1 {
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    position: relative;
    background-color: white;
    letter-spacing: 4px;
    font-size: 12px !important;
}

.section_title .bar {
  height: 1px;
  width: 100px;
  margin: 20px auto 20px;
  background: #f20815;
  position: relative;
  border-radius: 2px;
}

.section_title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -9.7px;
    height: 10px;
    width: 10px;
    border-radius: 2px;
    background: #f20815;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rounded-circ;
          animation-name: rounded-circ;
}

hr{
    width: 30%;
}

.vr_line {
    height: 30px;
    width: 3px;
    background-color: #2dc2b7;
}

/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 22px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}

.custom-nav.stickyadd { /*191217*/
    background-color: #fff;
    padding: 16px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #150c05;
    font-size: 18px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 36px;
    transition: all 0.4s;
}

.navbar-toggler {
    border: 1px solid #f20815;
    border-radius: 5px;
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #f20815;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}


.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a,
.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    color: #f20815;
}

.custom-nav.stickyadd .navbar-nav li.active a:before,
.custom-nav.stickyadd .navbar-nav li:hover a:before,
.custom-nav.stickyadd .navbar-nav li:active a:before,
.custom-nav .navbar-nav li.active a:before,
.custom-nav .navbar-nav li:hover a:before,
.custom-nav .navbar-nav li:active a:before {
    color: #f20815;
    content: '';
    position: absolute;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.custom-nav .navbar-nav li.active a:before,
.custom-nav .navbar-nav li:hover a:before,
.custom-nav .navbar-nav li:active a:before,
.custom-nav.stickyadd .navbar-nav li.active a:before,
.custom-nav.stickyadd .navbar-nav li:hover a:before,
.custom-nav.stickyadd .navbar-nav li:active a:before {
    opacity: 1;
}



.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #2dc2b7;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 45px;
}

.custom-nav .sign_btn {
    background-color: rgba(19, 206, 103, 0.19);
    color: #2dc2b7;
}

/*==========================
        4.HOME
============================*/

.home-bg {
    background-position: top center;
    /*background-size: cover;*/
    position: relative;
    background-attachment: fixed;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 800px;
}

.header_title {
    font-size:64px;
    letter-spacing: 3px;
    line-height: 1.4;
    max-width: 850px;
    text-transform: capitalize;
}

.header_title span{
    font-weight: 300;
}

.small_title p{
    font-size: 0.9rem;
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    position: relative;
    letter-spacing: 4px;
    font-size: 16px !important;
    letter-spacing: 4px;
    font-size: 16px !important;
}

.skill_home li::after {
    content: "|";
    margin: 0 20px;
    color: #fff;
}

.skill_home {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), rgb(59, 211, 170), rgba(255, 255, 255, 0)) repeat scroll 0 0;
    position: relative;
    display: inline-block;
    padding: 5px 40px;
}

.skill_home li:last-child:after {
    content: "";
}


.header_subtitle {
    line-height: 1.8;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.6) !important;
}

.learn_more {
    position: relative;
    top: 6px;
}

.learn_more i {
    background: #f47a65;
    background: -webkit-linear-gradient(170deg, #2bbfba, #4be898);
    background: linear-gradient(170deg, #2bbfba, #4be898);
    border-radius: 50px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    box-shadow: 0px 0px 0px 9px rgba(60, 212, 168, 0.35);
    font-size: 26px;
    display: inline-block;
}

.header_btn span {
    font-size: 18px;
}

.img_logo.bg-light{
    border:1px solid #f3f3f3;
}

/*--- DEMO 2 ---*/

.home-half {
    padding: 200px 0px; 
}

/*--- DEMO 5---*/

.gradient-demo .learn_more i {
    background: #fff;
    border-radius: 50px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #2dc2b7;
    box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.35);
    font-size: 26px;
    display: inline-block;
}

/*--- DEMO 6---*/

.bg-gradient-home{
    background: #536976;
    background: -webkit-linear-gradient(to right, #292E49, #536976); 
    background: linear-gradient(to right, #292E49, #536976); 
}

/*--- DEMO 10---*/

.bg-home-slider {
    position: relative;
}

/*191215 원래 6이었는데 0으로 수정, 다시 10*/
.bg-home-slider .carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.bg-home-slider .carousel-item,
.bg-home-slider .carousel {
    width: 100%;
}

.bg-home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

.carousel-control-prev>span,.carousel-control-next>span{
    font-size: 50px;
}

/*--- DEMO 11---*/

.half-slider{
    padding: 200px 0px;
}

/*--- DEMO 15---*/

.curv-img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
}

.curv-img svg {
    display: block;
}

/*--- DEMO 16---*/

.home-clip{
    clip-path: polygon(0 0, 100% 0, 100% 85%, 70% 100%, 0 85%);
}

/*==========================
        5.FEATURES
============================*/

.features_box .features_desc h6{
    font-size: 24px;

}

.features_content {
    max-width: 825px; 
}

.features_icon i{
    font-size:32px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 0px 9px rgba(254, 173, 176, 1);
    border-radius: 10px 0px 10px 0px;
    background: #feadb0;
    background: -webkit-linear-gradient(170deg, #ee2409, #ff4266);
    background: linear-gradient(170deg, #ee2409, #ff4266);
}

/*=============================
        6.SERVICES
===============================*/

.services_img_bg {
    background: url(../../img/img/main_cont02_bg.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.services_content{
    max-width: 620px;
    margin-left: 50px: 
}

.services-content{
    max-width: 640px;
}

.services-content .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}


.services_boxes{
    border:1px solid rgba(255,255,255,0.11);
    width: auto;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.10);
    margin: 5px 0px;
    transition: 0.5s;
}

.services_boxes span{
    font-size: 30px;
    font-weight: 500;
    margin-left: 20px;
    margin-right: 15px;
    line-height: 25px;
    float: left;
}


.services_bg_pad {
    padding: 80px 0;
}

.services_boxes:hover {
    background-color: #fff;
    color: #2dc2b7!important;
    transition: all 0.5s;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.section-title .bar1 {
  height: 1px;
  width: 100px;
  margin: 20px 0px 20px 0px;
  background: #fff;
  position: relative;
}

.section-title .bar1::before {
    content: '';
    position: absolute;
    left: 0;
    top: -9.7px;
    height: 10px;
    width: 10px;
    background: #fff;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rounded-circ;
          animation-name: rounded-circ;
}

@-webkit-keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}

@keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}

/*==========================
        7.ABOUT US
============================*/

.about_content{
    max-width: 480px;
}

.about_content .btn-gradient > i{
    font-size: 14px;
    position: relative;
    top: 1px;
}

.section-title .bar2 {
  height: 1px;
  width: 100px;
  margin: 20px 0px 20px 0px;
  background: #2fc4b65c;
  position: relative;
  
}

.section-title .bar2::before {
    content: '';
    position: absolute;
    left: 0;
    top: -9.7px;
    height: 10px;
    width: 10px;
    background: #2dc2b9;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rounded-circ;
          animation-name: rounded-circ;
}

@-webkit-keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}

@keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}

/*==========================
        8.CTA SECTION
============================*/

.bg-cta-img{
    background-image: url(../../img/img/main_cont04_bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.cta-desc {
    max-width: 635px;
    line-height: 2.0; 
}

/*==========================
        9.FUNFACTS
============================*/

.lan_funfact{
    box-shadow: 0px 1px 52px 32px rgba(228, 228, 228, 0.35);
    border-radius: 10px;
}

.lan_funfact.active{
    margin-top: 70px !important;
}

.fun_effect{
    height: 110px;
    width: 160px;
    display: inline-block;
    background-color: rgba(254, 254, 254, 0.15);
    border-radius: 10%;
    position: absolute;
    top: 15px;
    left: -100px;
    transition: all 0.5s;
}

.lan_funfact:hover .fun_effect{
    top: 15px;
    left: 45px;
}

.fun_effect2{
    height: 141px;
    width: 215px;
    display: inline-block;
    background-color: rgba(254, 254, 254, 0.15);
    border-radius: 10%;
    position: absolute;
    top: -70px;
    left: -140px;
    transition: all 0.5s;
}

.lan_funfact:hover .fun_effect2{
    top: 15px;
    left: 20px;
}

.bg-funfact {
    background-image: url(../../img/img/main_cont05_bg.jpg);
    background-position: center center;    
}


/*==========================
        10.WITH SECTION
============================*/

.bg-with-img{
    background-image: url(../../img/img/main_cont04_bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.with-desc {
    max-width: 635px;
    line-height: 2.0; 
}


/*=============================
        10.SKILL
===============================*/

.skill_img_bg {
    background: url(../../img/img/main_cont06_bg.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.skill_bg_pad {
    padding: 80px 0;
}

.progress-bars{
    max-width: 480px;
}

.section_tit{
    max-width: 450px;
}

.skill-custom .progress {
    height: 8px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    margin-top: 6px;
    border: 1px solid #e0e0e0;
}

.skill-custom .progress-bar {
    background: #fff;
    background: -webkit-linear-gradient(to right, #2dc2b7, #fff);
    background: linear-gradient(to right, #fff, #2dc2b7)
}

.skill-gradient{
    background: #f47a65;
    background: -webkit-linear-gradient(170deg, #4be898, #4be898);
    background: linear-gradient(170deg, #2bbfba, #4be898);
}

/*==========================
        11.PORTFOLIO
============================*/

.work_menu li a {
    padding: 8px 16px;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: 600;
    color: #030303 !important;
    margin-top: 5px;
}

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "#";
    color: #2dc2b7;
    margin: 0px 16px;
    position: relative;
    display: inline-block;
    top: 1px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu a.active,
.work_menu a:hover {
    font-weight: 700;
    color: #fff !important;
    background:  linear-gradient(170deg, #2bbfba, #4be898);
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 5px;
}

.work_box .work_detail h4 {
    font-size: 18px;
    color: #fff;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.work_item {
    padding: 15px;
    position: relative;
}

.work_item .work_box {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.work_item .work_box .work_img {
    transition: all 0.3s ease 0s;
}

.work_item .work_box img {
    top: 0;
    position: relative;
}

.work_item .work_box img {
    cursor: pointer;
    display: block;
    opacity: 1;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.work_item .work_box:hover img {
    cursor: pointer;
    opacity: 1;
    transform: scale(1, 1);
    top: -88px;
}

.work_item .work_detail {
    height: auto;
    position: absolute;
    background: linear-gradient(170deg, #2bbfba, #4be898);
    opacity: 0;
    bottom: -101px;
    width: 100%;
    padding: 20px 0px;
}

.work_box:hover .work_detail {
    bottom: 0;
}

.work_box:hover .work_detail {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.work_process {
    padding: 10px 0;
    position: relative;
    margin-top: 35px;
}

.work_process::after {
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #e6e6e6;
}

.work_box {
    margin-bottom: 50px;
}

.work_process .work_box .work_left {
    margin-right: 20px;
}

.work_process .work_box .work_left::after,
.work_process .work_box .work_right::after {
    border: 4px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    box-shadow: 0 0 0 1px #e6e6e6;
    position: absolute;
    top: 20px;
    width: 20px;
    background-color: #01bf81;
    z-index: 1;
}

.work_process .work_box .work_left::after {
    right: -45px;
    background: linear-gradient(170deg, #2bbfba, #4be898)
}

.work_process .work_box .work_right::after {
    left: -45px;
    background: linear-gradient(170deg, #2bbfba, #4be898)
}

.work_process .work_box .work_detail_right {
    text-align: center;
    margin-left: 15px;
    float: left;
    padding: 20px;
   
}

.work_process .work_box .work_right {
    text-align: center;
    margin-left: 20px;
    padding: 20px 0px;
    position: relative;
}

.work_process .work_box .work_left,
.work_process .work_box .work_right {
    text-align: center;
    padding: 20px 0px;
    position: relative;
}

.work_process .work_box .work_detail_left {
    text-align: center;
    margin-right: 15px;
    float: right;
    border-radius: 0;
    padding: 20px;
    
  }

.work_number h5 {
    font-size: 26px !important;    
    color: #030303;
    background-color: #03030312;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
}

.work_process h4,
.work_detail_left h4 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.work_right img,
.work_left img {
    max-width: 300px;
}

.work_icon {
    margin: 10px 0 20px 0;
    width: 55px;
    height: 55px;
    border-radius: 27px;
    text-align: center;
    border: 2px solid #44ce6f;
    margin-left: auto;
    margin-right: auto;
    line-height: 64px;
    box-shadow: 0 0px 30px -10px #44ce6f !important;
    transition: color, 250ms;
}

.work_icon i {
    font-size: 25px;
    font-weight: bold;
    color: #44ce6f;
}



/*==========================
        12.HOW IT WORK
============================*/

.hit_box {
    z-index: 10;
    position: relative;
}

.hit-arrow .hit-first{
    transform: rotatex(180deg);
}

.hit-arrow img{
    position: absolute;
    width: 70%;
    right: -40%;
    top: 15px;
}

.hit-arrow img.hit-second{
    position: absolute;
    width: 70%;
    right: -40%;
    top: 66px;
}

.hit_box .hit_icon {
    font-size: 32px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0px 0px 10px rgba(255, 79, 100, 0.18);
    border-radius: 50%;
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65);
    background: linear-gradient(to right, #f47a65, #ff4f64);
}

.hit_box .hit_number h1 {
    font-size: 32px;
    height: 64px;
    width: 64px;
    color: #fff;
    font-weight: 700;
    line-height: 64px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 0px 9px rgba(60, 212, 168, 0.35);
    border-radius: 10px 0px 10px 0px;
    background: #f47a65;
    background: -webkit-linear-gradient(170deg, #2bbfba, #4be898);
    background: linear-gradient(170deg, #2bbfba, #4be898);
}

.working_icons_left i,
.working_icons_right i {
    font-size: 24px;
    position: absolute;
    background: #f47a65;
    background: -webkit-linear-gradient(170deg, #2bbfba, #4be898);
    background: linear-gradient(170deg, #2bbfba, #4be898);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 998;
}

.working_icons_left i {
    left: 63%;
    transform: rotate(5deg);    
    top: 45px;
}

.working_icons_right i {
    left: 30%;
    top: 129px;
    transform: rotate(-6deg);
}


/*==========================
        13.PRICING
============================*/

.price_box {
    padding: 40px 25px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
}

.price_box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.price_box .price_divider {
    width: 100%;
    height: 2px;
    background: #eeeff1;
    margin: 30px 0px;
}

.price_box .price_features {
    padding: 0px 40px;
}

.price_box .icon-success,
.price_box .icon-danger {
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 15px;
}

.price_box .icon-success {
    color: #fff;
    background: #f47a65;
    background: -webkit-linear-gradient(170deg, #4be898, #2bbfba);
    background: linear-gradient(170deg, #2bbfba, #4be898);
}

.price_box .icon-danger {
    color: #ff4f64;
    background: rgba(255, 79, 100, 0.18);
}

.price_box .plan_price h1 {
    font-size: 50px;
}

.price_box .plan_price {
    margin-top: 28px;
}

.price_box .pricing-features ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.price_box .pricing-features ul li {
  color: #CCDCEA;
  margin-bottom: 12px;
  text-decoration: line-through;
}

.price_box .pricing-features ul li:last-child {
  margin-bottom: 0;
}

.price_box .pricing-features ul li.active {
  color: #6084a4;
  text-decoration: none;
}


/*==========================
        14.DESCRIPTION
============================*/

.bg-features{
    background: #f47a65;
    background: -webkit-linear-gradient(170deg, #4be898, #2bbfba);
    background: linear-gradient(170deg, #2bbfba, #4be898);
    position: relative;
    overflow: hidden;
}

.bg-features-overlay{
    background: url(../../img/img/main_cont10_bg.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;  
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.features_side_mockup {
    position: absolute;
    right: 50vw;
    width: calc(50vw + 242px);
    top: 50%;
    transform: translateY(-50%);
}

.features_desc .features-heading {
    line-height: 1.4;
}

.features_desc .features {
    position: relative;
    margin-top: 32px;
}

.features_desc .features .features-icon {
    float: left;
    font-size: 18px;
    width: 26px;
    text-align: center;
    height: 26px;
    position: absolute;
    border-radius: 50%;
    top: 17%;
    transform: translateY(-50%);
    background: #fff;
    color: #ff4f64;
    line-height: 26px;
}

.features_desc .features .features-desc {
    margin-left: 0%;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 10px;
    padding: 15px 10px 10px 15px;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.10);
    transition: 0.5s;
}

.features-desc:hover {
    background-color: #fff;
    color: #2dc2b7!important;
    transition: all 0.5s;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.features_desc .features .features-desc .features-title {
    font-size: 18px;
}

.features_desc .features .features-desc .features-sub-title {
    font-size: 15px;
    color: rgba(80,80,80,0.7);
    line-height: 22px;
}

/*==================
        15.Team
=====================*/


.card {
  overflow:hidden;
  text-align:center;
  width:auto;
  height:400px;
  background: url(../../img/img/team-bg.jpg);
  background-size:cover;
  background-position:center center;
  position:relative;
  top:0; left:0; right:0; bottom:0;
  margin:auto;
  box-shadow: 
    0px 20px 15px -20px rgba(0,0,0,1), inset 0 0 0 1000px rgba(3, 3, 3, 0.37);
  transition: all .4s cubic-bezier(.37,.26,.35,1)
}
.card:hover { 
  box-shadow: 
   0px 20px 15px -20px rgb(47, 197, 181), inset 0 0 0 1000px rgba(3, 3, 3, 0.37);
}
.card:hover .team_1 {
  animation:none;
  box-shadow:0;
  width:200px; 
  height:200px;
}

.card:hover .team_2 {
  animation:none;
  box-shadow:0;
  width:200px; 
  height:200px;
}

.card:hover .team_3 {
  animation:none;
  box-shadow:0;
  width:200px; 
  height:200px;
}

.card:hover .team_4 {
  animation:none;
  box-shadow:0;
  width:200px; 
  height:200px;
}

.card:hover .profile{
  opacity:1;
  bottom:0;
}
.profile {
  transition: all .5s cubic-bezier(.37,.26,.35,1);
  opacity:0;
  position:absolute; 
  bottom:20px; 
  width:100%;
}
.profile h2 {
  color:#fff;
  padding:0;
  margin:0;
  font-size: 25px;
}

.profile h3 {
  color:#aaa;
  padding:0;
  margin:5px 0 40px 0; 
  font-size:14px;
}
.team_1{
  transition: all .4s cubic-bezier(.37,.26,.35,1);
  animation: circleAn 4s infinite;
  width:150px; height:150px;
  position:absolute;
  top:0;
  left:0; 
  right:0; 
  bottom:0;
  margin:auto;
  background:url(../../img/img/team1.jpg);
  background-size:cover;
  background-position:center center;
  border-radius:100%;
  box-shadow:0px 30px 30px -25px rgba(0,0,0,0.6);
}

.team_2{
  transition: all .4s cubic-bezier(.37,.26,.35,1);
  animation: circleAn 4s infinite;
  width:150px; height:150px;
  position:absolute;
  top:0;
  left:0; 
  right:0; 
  bottom:0;
  margin:auto;
  background:url(../../img/img/team2.jpg);
  background-size:cover;
  background-position:center center;
  border-radius:100%;
  box-shadow:0px 30px 30px -25px rgba(0,0,0,0.6);
}

.team_3{
  transition: all .4s cubic-bezier(.37,.26,.35,1);
  animation: circleAn 4s infinite;
  width:150px; height:150px;
  position:absolute;
  top:0;
  left:0; 
  right:0; 
  bottom:0;
  margin:auto;
  background:url(../../img/img/team3.jpg);
  background-size:cover;
  background-position:center center;
  border-radius:100%;
  box-shadow:0px 30px 30px -25px rgba(0,0,0,0.6);
}

.team_4{
  transition: all .4s cubic-bezier(.37,.26,.35,1);
  animation: circleAn 4s infinite;
  width:150px; height:150px;
  position:absolute;
  top:0;
  left:0; 
  right:0; 
  bottom:0;
  margin:auto;
  background:url(../../img/img/team4.jpg);
  background-size:cover;
  background-position:center center;
  border-radius:100%;
  box-shadow:0px 30px 30px -25px rgba(0,0,0,0.6);
}



@keyframes circleAn {
  0%   { 
    box-shadow:
      0px 30px 30px -25px rgba(3, 3, 3, 0.37), 
      0px 0px 0px 0px rgba(45, 194, 183, 0.1), 
      0px 0px 0px 0px rgba(45, 194, 183, 0.4),
      0px 0px 0px 0px rgba(45, 194, 183, 0.2);
  }
 100% { 
   box-shadow:
     0px 30px 30px -25px rgba(3,3,3,0.37), 
     0px 0px 0px 70px rgba(45, 194, 183, 0),
     0px 0px 0px 200px rgba(45, 194, 183, 0),
     0px 0px 0px 300px rgba(45, 194, 183, 0);
  }
}


/*==========================
        16.TESTIMONIAL
============================*/

.bg-client {
    background-image: url(../../img/img/clients-bg.jpg);
    background-position: center center;
}

.bg-client .testi_boxes {
    padding: 0px 20px 20px 20px;
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px !important;
    box-shadow: 0 5px 30px -2px rgba(154,161,171,.1);
    
}

.bg-client .testi_boxes .bus_testi_icon {
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 80px;
    border-radius: 14px;
}

.bg-client .testi_boxes .testi_img img {
    max-width: 70px;
}

.bg-client .testi_boxes .client_review {
    font-size: 17px !important;
}

.bg-client .testi_boxes .client_name {
    font-size: 16px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #2dc2b7 !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;

}

.testi_boxes h5 {
    font-size: 14px;
    color: #fff;
    padding: 06px 10px 20px 14px;
}

.logo_img img {
    opacity: 1;
    color: #fff;
}

/*==========================
        17.CTA CALL
============================*/

.bg-with-img-call {
    background-size: cover;
    background-image: url(../../img/img/main_cont13_bg.jpg);
    background-position: center center;
    background-attachment: fixed;
}

/*========================
        18.Blog
==========================*/

.labal{
    font-size: 12px;
   
}

.img_blog span{
    font-size: 35px;
    color: #000;
}

.blog-title .blog-bar {
  height: 1px;
  width: 100px;
  background: #cdf1d8;
  margin: 20px 0px 15px 0px;
  position: relative;
}

.blog-title .blog-bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: -9.7px;
  height: 10px;
  width: 10px;
  background: #2dc2b7;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rounded-circ;
          animation-name: rounded-circ;
}

@-webkit-keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

.blog-tagbox {
    position: absolute;
    bottom: 3%;
    font-size: 14px;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

 .blog_budget{    
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    border-radius: 0px 5px 0px 5px;
    letter-spacing: 2px;
    top: 30px;
    left: 30px;
}


.blog-tag {
    display: inline-block;
    background: #E0E0E0;
    color: #777;
    border-radius: 3px 0 0 3px;
    line-height: 26px;
    padding: 0 10px 0 23px;
    position: relative;
    margin-right: 20px;
    cursor: default;
    user-select: none;
    transition: color 0.2s;
}
.blog-tag::before {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    height: 6px;
    left: 10px;
    width: 6px;
    top: 10px;
}
.blog-tag::after {
    content: '';
    position: absolute;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #E0E0E0;
    border-top: 13px solid transparent;
    right: -10px;
    top: 0;
}


/*==========================
        19.SUBCRIBE
============================*/

.subcribe-newslatter input {
    padding: 30px 15px;
    width: 100%;
	height:50px;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}

.subcribe-newslatter button {
    position: absolute;
    top: 4px;
    right: 4px;
    outline: none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 30px;
}

.subcribe-newslatter form {
    max-width: 450px;
}

/*==========================
        20.CONTACT US
============================*/


.contact_img_bg {
    background: url(../../img/img/bg-contact.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

#main_cont16 .col-lg-6{
    max-width:50%;
    padding-left:-5px;
}

.contact_bg_pad {
    padding: 80px 0;
}

.contact_info p{
    color: #fff !important;
}

.contact_detail{
    padding: 40px 20px;
    max-width: 350px;
}

.contact_content {
    max-width: 430px;
}


/*==========================
        21.footer
============================*/

.footer-titel{
  font-size: 20px;
  color: #2dc2b7 ;
}

.footer_detail {
    background-color: #030303;
}

.footer_about p {
    max-width: 400px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail ul.footer_menu_list li a:hover {
    color: #2dc2b7;
    transition: all 0.3s;
}

.footer_detail ul.footer_menu_list li a {
    color: rgb(100, 129, 131);
    display: inline-block;
    padding: 4px 0;
    text-decoration: none !important;
}

.footer_detail .fot_social .social-icon {
    border: 2px solid #556e6f;
    border-radius: 20%;
    transition: all 0.5s;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}

.footer_detail .fot_social .social-icon:hover {
    border-color: #2dc2b7;
    color: #2dc2b7 !important;
}

.footer_detail .footer_logo {
    height: 34px;
}

.footer_detail .footer_desc p{
  color: rgb(100, 129, 131);
  max-width: 400px;
}

.footer_detail .footer_desc .fot_social a{
  color: rgb(100, 129, 131);
}

.footer_detail .copy-rights {
    color: rgb(100, 129, 131);
    
}

.footer_detail .fot_bor {
    height: 2px;
    background: #81d6c2;
    width: 100%;
}

/*==========================
        22.20191215
============================*/

.capability-box {
    border: 1px solid rgb(182, 182, 183); 
    border-image: none; 
    background-color: rgba(255, 255, 255, 0.3);
    padding-top:30px;
}

/*
.capability-box img{
    width:50%;
    max-width:96px;
    padding-top:5em 0 0 0;
}
*/

.capability-p{
    font-size:18px !important;
    color:#FFFFFE;
    height:3em;
    padding-top:0.4em;
}

.pe-7s-angle-right.span{
    font-size: 120px;
    color: #5e5e5e;
}

p.home_text {
    font-size:1em !important; 
    display:none;
}
/*
.img-rounded {
  border-radius: @border-radius-large;
}

.img-thumbnail {
  padding: @thumbnail-padding;
  line-height: @line-height-base;
  background-color: @thumbnail-bg;
  border: 1px solid @thumbnail-border;
  border-radius: @thumbnail-border-radius;
  .transition(all .2s ease-in-out);
}
*/

/*
#main_cout05 img{
    display:block;
    max-width: 100%;
    height:auto;
    margin:0 auto;
}
*/

/*
.clients_box .img-responsive{
    padding:10px 0 10px 13px;
}
*/

.clients_box {
    text-align:center;
    border: 1px solid rgb(232, 232, 232); 
    border-image: none; padding-right: 0px; 
    padding-left: 0px; 
    margin-right: -1px; 
    margin-bottom: -1px; 
    visibility: visible;
}

.clients_logo{
    margin:0.5em 0;
}
.cta-box{
    padding-right:5px;
    padding-left:5px;
}

/*
.clients_box.img-responsive{
    margin:0 auto;
}
*/

.dropdown-menu {
    position: absolute;
    top: 150%;
    right: -88px;
    z-index: @zindex-dropdown;
    display: none; // none by default, but block on "open" of the menu
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0; // override default ul
    list-style: none;
    font-size: @font-size-base;
    text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
    background-color: @dropdown-bg;
    .box-shadow(0 6px 12px rgba(0,0,0,.175));
    background-clip: padding-box;
  }

  .mobile1230{    /*191230에 추가*/
      display:none;
  }

  .carousel-item>p{
    position:absolute; 
    top:48%; 
    left: 50%; 
    transform: translateX(-50%);
    color:#fff; 
    font-size:50px !important;
  }



/*==========================
        23.RESPONSIVE
============================*/

@media (max-width: 768px) {

    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000;
    }
    .custom-nav .navbar-nav li a:before {
        content: '';
        display: none;
    }
    .custom-nav .navbar-nav li.active a {
        color: #2dc2b7;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .custom-nav .logo {
        padding-top: 0px;
    }
    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .header_title {
        font-size: 38px;
        line-height: 1.4;
    }
    .header_subtitle {
        font-size: 14px !important;
        line-height: 1.8;
    }
    .h-100vh {
        height: auto;
    }
    .services_img_bg, .skill_img_bg {
        background: none;
    }
    .home-clip{
        clip-path: none;
    }
    .over_margin{
        margin: 0px;
    }
    .logo_img {
        padding: 15px;
    }
    .vertical-content {
        display: inherit;
    }
    .h-100vh,
    .home-half,
    .half-slider {
        padding: 125px 0 130px 0;
    }
  
    .bg-home-slider .carousel-control-next, .carousel-control-prev{
        width: 0%;
    }
    
    .cta_title{
        font-size: 40px;
    }
    .section_title .section_header {
        font-size: 26px !important;
    }
    .lan_funfact.active {
        margin-top: 18px !important;
    }
    .features_desc .features-heading {
        line-height: 1.4;
        font-size: 24px;
    }
    .features_desc .features .features-icon {
        top: 10%;
    }
    .price_box .price_features {
        padding: 0px 20px;
    }
    .curv-img{
        display: none;
    }

    .lan_funfact:hover .fun_effect {
    left: 110px !important;
    }

    .lan_funfact:hover .fun_effect2 {
    left: 85px !important;
    }

    .contact_info_main{
        margin: 0px;
    }

    .pc1230{    /*191230에 추가*/
        display:none;
    }

    .mobile1230{    /*191230에 추가*/
        display:block;
    }

}
@media (max-width: 768px) and (min-width: 426px) {
    .features_desc .features .features-icon {
        top: 17% !important;
    }
    .features_desc .features .features-desc {
        margin-left: 7% !important;
    }
    img.clients_logo{
        margin:0 auto;
    }
    #more-dropdown{
        display:none;
    }

}

@media (max-width: 991px) and (min-width: 200px) {
    .working_icons_left i,
    .working_icons_right i {
        display: none;
    }
    .hit-arrow img{
        display: none !important;
    }
    #more-dropdown{
        display:none;
    }
    #main_cont05 .blank{
        display:none;
    }
    #carouselExampleControls1{
        padding-top:50px;
    }
    .section{
        padding-top:40px;
        padding-top:40px;
    }
    .carousel-control-prev{
        padding-left:2em;
    }
    .carousel-control-next{
        padding-right:0.5em;
    }
    .h3, h3{
        font-size:1.5em;
    }

    .carousel-item>p{
        top:35%; 
        font-size:28px !important;
      }

    .carousel-control-next .pe-7s-angle-right, .carousel-control-prev .pe-7s-angle-left{
        font-size:90px;
    }

}