@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

*{
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
  font-size: 100%;
}

body {
  font-size:14px;
  color:#787878;
  line-height:24px;
  font-weight:400;
  background:#ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

a{
  text-decoration:none;
  cursor:pointer;
  color:#f97534;
}

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

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-weight:normal;
  margin:0px;
  background:none;
  line-height:1.2em;
  font-family: 'Noto Sans KR', serif;
  letter-spacing: -0.02em;
}

textarea{
  overflow:hidden;  
}

button{
  outline: none !important;
  cursor: pointer;
}

p,.text{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #555555;
  margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.large-container{
  position:static;
  max-width:1600px;
  padding:0px 15px;
  margin:0 auto;
}

.page-wrapper{
  position:relative;
  margin:0 auto;
  width:100%;
  min-width:300px;
  overflow: hidden;
  z-index: 9;
}

a:focus{
  box-shadow:none !important;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px;  
}

.theme-btn{
  display:inline-block;
  -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;
  font-family: "Open Sans", sans-serif;
}

.theme-btn i{
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

.centered{
  text-align:center !important;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding: 7px 20px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 50px;
  background-color: #f97534;
  text-transform: uppercase;
  box-shadow:0px 8px 15px rgba(217,217,217,0.50);
}

.btn-style-one:before{
  top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.btn-style-one .icon{
  position:relative;
  margin-right:10px;
}

.btn-style-one i{
  position:relative;
  font-style:normal;
}

.btn-style-one:hover{
  color:#ffffff;
}

.btn-style-one:hover::before{
  opacity: 1;
  color:#ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #161a33;
}

.btn-style-two{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  padding: 12px 42px;
  font-weight: 700;
  overflow:hidden;
  border-radius: 50px;
  letter-spacing:1px;
  background-color: #f97534;
  text-transform: capitalize;
  font-family: 'Open Sans', serif;
}

.btn-style-two:before{
  top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.btn-style-two .arrow{
  position:relative;
  margin-left:5px;
}

.btn-style-two i{
  position:relative;
  font-style:normal;
}

.btn-style-two:hover{
  color:#ffffff;
}

.btn-style-two:hover::before{
  opacity: 1;
  color:#ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #161a33;
}

.btn-style-three{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  padding: 12px 50px;
  font-weight: 700;
  overflow:hidden;
  border-radius: 50px;
  letter-spacing:1px;
  background:none;
  text-transform: capitalize;
  border:2px solid rgba(255,255,255,0.10);
  font-family: 'Open Sans', serif;
}

.btn-style-three:before{
  top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.btn-style-three .arrow{
  position:relative;
  margin-left:5px;
}

.btn-style-three i{
  position:relative;
  font-style:normal;
}

.btn-style-three span{
  position: relative;
}

.btn-style-three:hover{
  color:#ffffff;
  border-color:#f97534;
}

.btn-style-three:hover::before{
  opacity: 1;
  color:#ffffff;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #f97534;
}

.btn-style-four{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  padding: 8px 22px;
  font-weight: 700;
  overflow:hidden;
  border-radius: 50px;
  letter-spacing:1px;
  background:none;
  text-transform: capitalize;
  border:2px solid #d7dee4;
  font-family: 'Open Sans', serif;
}

.btn-style-four:before{
  top: 0;
  left: 0;
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  transform-origin: 0 100% 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.btn-style-four .arrow{
  position:relative;
  margin-left:5px;
}

.btn-style-four i{
  position:relative;
  font-style:normal;
}

.btn-style-four:hover{
  color:#ffffff;
  border-color: #f97534;
}

.btn-style-four:hover::before{
  opacity: 1;
  color:#ffffff;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #f97534;
}

.btn-style-five{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  padding: 8px 32px;
  font-weight: 700;
  overflow:hidden;
  border-radius: 50px;
  border:2px solid #f97534;
  background-color: #f97534;
  text-transform: capitalize;
  font-family: 'Open Sans', serif;
}

.btn-style-five .arrow{
  position:relative;
  margin-left:5px;
}

.btn-style-five:hover{
  color:#f97534;
  background:none;
}

.btn-style-six{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  padding: 8px 41px;
  font-weight: 700;
  overflow:hidden;
  border-radius: 50px;
  border:2px solid #ffffff;
  background-color: #ffffff;
  text-transform: capitalize;
  font-family: 'Open Sans', serif;
}

.btn-style-six .arrow{
  position:relative;
  margin-left:5px;
}

.btn-style-six:hover{
  color:#ffffff;
  background:none;
}

.btn-style-seven{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 12px 55px;
  font-weight: 700;
  overflow:hidden;
  border-radius: 50px;
  letter-spacing:1px;
  background:none;
  text-transform: capitalize;
  border:2px solid rgba(255,255,255,1);
  font-family: 'Open Sans', serif;
}

.btn-style-seven:before{
  top: 0;
  left: 0;
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  transform-origin: 0 100% 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.btn-style-seven .arrow{
  position:relative;
  margin-left:5px;
}

.btn-style-seven i{
  position:relative;
  font-style:normal;
  font-size: 16px;
}

.btn-style-seven:hover{
  color:#ffffff;
  border-color: #f97534;
}

.btn-style-seven:hover::before{
  opacity: 1;
  color:#ffffff;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #f97534;
}

.btn-style-eight{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  padding: 10px 40px;
  font-weight: 700;
  overflow:hidden;
  border-radius: 50px;
  border:2px solid #e9eef3;
  background-color: #e9eef3;
  text-transform: capitalize;
  font-family: 'Open Sans', serif;
}

.btn-style-eight .arrow{
  position:relative;
  margin-left:5px;
}

.btn-style-eight:hover{
  color:#f97534;
  background:none;
  border-color:#f97534;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:15px;
  line-height:24px;
  color: #7e8597;
  font-weight:400;
  padding-left:30px;
  margin-bottom: 12px;
}

.list-style-one li:before{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 12px;
  line-height: 24px;
  color: #f97534;
  content: "\f004"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.list-style-one li a:hover{
  color: #44bce2;
}

.list-style-two{
  position:relative;
}

.list-style-two li{
  position:relative;
  font-size:15px;
  line-height:24px;
  color: #222222;
  font-weight:400;
  padding-left:45px;
  margin-bottom: 14px;
}

.list-style-two li:before{
  position: absolute;
  left: 0px;
  top: 12px;
  height:1px;
  width:30px;
  background-color: #f97534;
  content: "";
}

.list-style-two li a:hover{
  color: #44bce2;
}

.list-style-three{
  position:relative;
}

.list-style-three li{
  position:relative;
  color:#7e8597;
  font-size:15px;
  line-height:1.8em;
  margin-bottom:26px;
  padding-left:40px;
}

.list-style-three li:before{
  position:absolute;
  left:0px;
  top:5px;
  color:#f97534;
  font-size:24px;
  line-height:1.2em;
  content: "\f19c";
  font-family: "Flaticon";
}

.list-style-three li span{
  font-weight:700;
  color:#222222;
  font-size:20px;
  display:block;
  margin-bottom:12px;
  font-family: 'Open Sans', serif;
}

.list-style-four{
  position:relative;
}

.list-style-four li{
  position:relative;
  font-size:15px;
  line-height:1.9em;
  color: #7e8597;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 18px;
}

.list-style-four li:before{
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight:600;
  color: #f97534;
  content: "\f17e";
  font-family: "Flaticon";
}

.list-style-four li a:hover{
  color: #44bce2;
}

.theme_color{
  color:#f77434;
}

.pull-right{
  float: right;
}

.pull-left{
  float: left;
}

 .preloader{ 
  position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%; 
  z-index:999999; 
  background-color:#ffffff; 
  background-position:center center; 
  background-repeat:no-repeat; 
  background-image:url(../images/icons/preloader.svg);
}

img{
  display:inline-block;
  max-width:100%;
  height:auto;  
}

.dropdown-toggle::after{
  display: none;
}

.fa{
  line-height: inherit;
}

.scroll-to-top{
  position:fixed;
  bottom:20px;
  right:20px;
  width:55px;
  height:55px;
  color:#ffffff;
  font-size:24px;
  line-height:55px;
  text-align:center;
  z-index:100;
  cursor:pointer;
  background:#1b1a1c;
  display:none;
  border-radius: 0;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;    
}

.scroll-to-top:hover{
  background:#f77434;
}

.main-header{
  position: relative;
  display: block;
}

.header-top-three{
  position:relative;
  z-index:10;
  padding:12px 0px;
  background-color:#161a33;
}

.header-top-three .top-left{
  position:relative;
  margin-left:250px;
  float:left;
}

.header-top-three .top-left .left-list{
  position:relative;
}

.header-top-three .top-left .left-list li{
  position: relative;
  color: #f97534;
  font-weight: 700;
  font-size:15px;
  padding-right: 18px;
  margin-right: 18px;
  line-height: 1.2em;
  display: inline-block;
  border-right: 1px solid #414660;
}

.header-top-three .top-left .left-list li span{
  color:#999fb9;
  font-weight: 400;
}

.header-top-three .top-left .left-list li:last-child{
  margin-right:0px;
  padding-right:0px;
  border:none;
}

.header-top-three .top-left .left-list li .icon{
    position: relative;
    margin-right: 10px;
    color: #f97534;
    font-size: 16px;
    font-weight: 400;
    top: 1px;
}

.header-top-three .top-right{
  position:relative;
  float:right;
}

.header-top-three .top-right .social-box{
  position:relative;
}

.header-top-three .top-right .social-box li{
  position:relative;
  margin-left: 15px;
  margin-right: 5px;
  display: inline-block;
}

.header-top-three .top-right .social-box li .icon{
  position: relative;
  margin-right: 10px;
  color: #f97534;
  font-size: 16px;
  font-weight: 400;
  top: 1px;
}

.header-top-three .top-right .social-box li a{
  position: relative;
  color: #999fb9;
  font-size: 14px;
  font-family: 'Open Sans', serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top-three .top-right .social-box li a:hover{
  color:#ffffff;
}

.main-header .header-upper{
  position:relative;
  top: 0;
  background-color: #ffffff;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-header .header-upper .logo-outer{
  position:relative;
  float: left;
  z-index:25;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-header .logo-outer .logo img{
  position:relative;
  display:inline-block;
  max-width:100%;
}

@media only screen and (max-width: 1023px){
  .main-header .logo-outer .logo img{
    max-width:150px;
  }
}

.main-header .header-upper .nav-outer{
  float: right;
  z-index:10;
  position:relative;
}

.main-header .header-lower{
  position:relative;
    z-index: 10;
}

.main-header .header-lower .nav-outer{
  position:relative;
  padding:0px 40px;
  background-color:#ffffff;
}

.main-menu{
  position:relative;
  float:right;
}

.main-menu .navbar-collapse{
  padding:0px;
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  padding:31px 0px;
  margin-right: 50px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:30px;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:18px;
  line-height:30px;
  font-weight:600;
  opacity:1;
  color:#222222;
  padding: 0;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
  color: #f97534;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:100%;
  width:270px;
  padding:0px 0px;
  z-index:100;
  opacity: 1;
  margin-top:1px;
  background:#ffffff;
  border: 1px solid #e2e8f0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 17px 28px;
  border-bottom:1px solid #e2e8f0;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none;  
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  font-size:15px;
  line-height:24px;
  color:#7e8597;
  font-weight:500;
  text-align:left;
  display:inline-block;
  -webkit-transition:all 200ms ease;
  -moz-transition:all 200ms ease;
  -ms-transition:all 200ms ease;
  -o-transition:all 200ms ease;
  transition:all 200ms ease;
   font-family: 'Open Sans', sans-serif;
}

.main-menu .navigation > li > ul > li > a:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  height:2px;
  width:0%;
  opacity:0;
  background-color:#f97534;
  -webkit-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  transition:all 600ms ease;
}

.main-menu .navigation > li > ul > li:hover > a:before{
  width:100%;
  opacity:1;
}

.main-menu .navigation > li > ul > li:hover > a{
  color: #222222;
}

.main-menu .navigation > li > ul > li.dropdown::after{
  content: "\f105";
  position:absolute;
  right: 0;
  top: 15px;
  display:block;
  font-size:16px;
  line-height:24px;
  padding: 3px 25px;
  color:#222222;
  font-weight:900;
  font-family: "Font Awesome 5 Free";
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  margin-top: -59px;
  width:270px;
  padding:0px 0px;
  z-index:100;
  opacity: 1;
  background:#ffffff;
  border: 1px solid #e2e8f0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 17px 28px;
  border-bottom:1px solid #e2e8f0;
}

.main-menu .navigation > li > ul > li  > ul > li:last-child{
  border-bottom:none;  
}

.main-menu .navigation > li > ul > li  > ul > li > a{
  position:relative;
  display:block;
  font-size:15px;
  line-height:24px;
  color:#7e8597;
  font-weight:500;
  text-align:left;
  display:inline-block;
  -webkit-transition:all 200ms ease;
  -moz-transition:all 200ms ease;
  -ms-transition:all 200ms ease;
  -o-transition:all 200ms ease;
  transition:all 200ms ease;
   font-family: 'Open Sans', sans-serif;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  height:2px;
  width:0%;
  opacity:0;
  background-color:#f97534;
  -webkit-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  transition:all 600ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
  width:100%;
  opacity:1;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
  color: #222222;
}

.main-menu .navigation > li.dropdown:hover > ul{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  visibility:visible;
  opacity:1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  visibility:visible;
  opacity:1;
  top:100%;  
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right:10px;
  top:8px;
  width:34px;
  height:30px;
  border:1px solid #ffffff;
  text-align:center;
  font-size:16px;
  line-height:30px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  display:none;
}

.main-header .outer-box{
  position: relative;
  float: right;
}

.header-style-three{
  position:absolute;
  width:100%;
}

.header-style-three .mobile-menu{
  display:none;
}

.header-style-three .header-upper .nav-outer{
  width:100%;
  padding-left:320px;
}

.header-style-three .header-upper .logo-outer{
  position:absolute;
  padding-right:0px;
  border:none;
  margin-top:-50px;
  background-color:#f97534;
}

.header-style-three .main-menu .navigation > li > a{
  font-size:18px;
  line-height:34px;
}

.header-style-three .header-upper .inner-container{
  background-color:#ffffff;
  position:relative;
  z-index:10;
  padding-right:28px;
}

.header-style-three .main-menu .navigation > li{
  padding:23px 0px;
}

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
  opacity:1;
  z-index: 9999;
  visibility:visible;
}

.fixed-header .sticky-header .logo{
  padding: 0;
}

.sticky-header .main-menu .navigation > li{
  margin-left: 32px !important;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after{
  display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
  padding:20px 0px !important;
  line-height:30px;
  font-size:16px;
  font-weight:600;
  color:#000;
  text-transform:capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
  opacity:1;
  color: #f97534;
}

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title{
  position:relative;
  z-index: 1;
  margin: 40px 0 40px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 38px;
  line-height: 48px;
  color: #f97534;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing:-1px;
  font-family: "Open Sans";
}

.sec-title h2{
  position: relative;
  display: block;
  margin: 1.5rem 0;
  font-size:52px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  letter-spacing:-2px;
  padding-left:70px;
  display:inline-block;
  font-family: "Noto Sans KR";
}

.sec-title.centered h2{
  padding-right:70px;
}

.sec-title.light h2{
  color:#ffffff;
}

.sec-title .text{
  position: relative;
  display: block;
  font-size: 20px;
  color: #8a90ac;
  font-weight: 400;
  margin-top: 20px;
  line-height:1.8em;
  letter-spacing:-1px;
}

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-carousel .content-box{
  position: relative;
}

.banner-carousel .content-box .title{
  position:relative;
  color:#ffffff;
  font-size:18px;
  font-weight:700;
  opacity: 0;
  padding:8px 20px;
  margin-bottom:15px;
  display:inline-block;
  background-color:#f97534;
  font-family: 'Open Sans', serif;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .title{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.banner-carousel .content-box.center-align{
  text-align:center;
}

.banner-carousel .content-box.right-box{
  float:right;
  width:60%;
}

.banner-carousel .content-box .inner{
  position: relative;
  margin-right: -65px;
  padding: 200px 0;
}

.banner-carousel .content-box h2{
  position: relative;
  display: block;
  font-size: 3.8rem;
  line-height: 0.8;
  color: #ffffff;
  font-weight: 700;
  opacity: 0;
  margin-top: 35px;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: 'Gothic A1', serif;
}

.banner-carousel .content-box h3{
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0;
  font-family: 'Noto Sans KR';
  color: #ffffff;
  padding-bottom:40px;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .content-box h3:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:70px;
  height:10px;
  border-radius:10px;
  display:inline-block;
  background-color:#f97534;
}

.banner-carousel .content-box.center-align h3::before{
  left:50%;
  margin-left:-35px;
}

.banner-carousel .content-box.center-align .link-box{
  text-align:center;
}

.banner-carousel .content-box.center-align .link-box .theme-btn{
  float:none;
  margin-right:0px;
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-carousel .active .content-box h3{
  opacity: 0.8;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-carousel .content-box .text{
  position: relative;
  display: block;
  font-size: 2.5rem;
  font-family: 'Noto Sans KR';
  line-height: 1.3;
  letter-spacing: -1px;
  color: #e4e4e4;
  font-weight: 300;
  opacity: 0;
  margin-bottom: 35px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.banner-carousel .active .text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.banner-carousel .link-box{
  position: relative;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.banner-carousel .link-box:after{
  display: table;
  clear: both;
  content: "";
}

.banner-carousel .active .link-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-carousel .link-box .theme-btn{
  position: relative;
  float: left;
  margin-right: 35px;
  padding: 10px 35px;
}

.banner-carousel .link-box .learn-more{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 25px 1px 0px;
  text-transform: capitalize;
  font-family: 'Open Sans', serif;
}

.banner-carousel .link-box .learn-more:before{
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  content: "";
  background-color:#ffffff;
  width: 100%;
}

.banner-carousel .link-box .learn-more i{
  position: absolute;
  right: 0px;
  top: 11px;
  line-height: 30px;
  margin-left: 5px;
}

.banner-carousel .link-box .learn-more:hover{
  color: #f97534;
}

.banner-carousel .owl-dots{
  display: none;
}

.banner-carousel .owl-dots{
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  display: none;
}

.banner-carousel .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    opacity: 0;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel:hover .owl-nav{
  opacity: 1;
}

.banner-carousel .owl-prev, 
.banner-carousel .owl-next{
  position: absolute;
  top: 0;
  left: 30px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  line-height: 52px;
  background-color: rgba(255,255,255,0.20);
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel .owl-next{
  left: auto;
  right: 30px;
}

.banner-carousel .owl-prev:hover, 
.banner-carousel .owl-next:hover{
  background-color: #f97534;
  color: #ffffff;
}

.banner-section.style-two .content-box .inner{
  padding:310px 0px 210px;
}

.banner-section.style-three{
  top:-35px;
  width:100%;
}

/*** 

====================================================================
  Featured Section
====================================================================

***/

.featured-section{
  position:relative;
  padding:45px 0px 15px;
  border-bottom:4px solid #161a33;
}

.featured-block{
  position:relative;
  margin-bottom:25px;
}

.featured-block .inner-box{
  position:relative;
  padding-left:100px;
}

.featured-block .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:0px;
}

.featured-block .inner-box h3{
  position:relative;
  color:#222222;
  font-size:20px;
  font-weight:700;
  line-height:1.3em;
}

.featured-block .inner-box h3 a{
  position:relative;
  color:#222222;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .inner-box h3 a:hover{
  color:#f97534;
}

.featured-block .inner-box .text{
  position:relative;
  color:#7e8597;
  font-size:15px;
  font-weight:400;
  line-height:1.7em;
  margin-top:14px;
}

.featured-block .inner-box .read-more{
  position:relative;
  font-weight:700;
  color:#222222;
  margin-top:12px;
  display:inline-block;
  padding-right:22px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
  font-family: 'Open Sans', serif;
}

.featured-block .inner-box .read-more .arrow.left{
  position:absolute;
  left:0px;
  top:1px;
  opacity:0;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .inner-box .read-more .arrow.right{
  position:absolute;
  right:0px;
  top:1px;
}

.featured-block .inner-box .read-more .arrow.right{
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .inner-box .read-more:hover .arrow.right{
  opacity:0;
}

.featured-block .inner-box .read-more:hover .arrow.left{
  opacity:1;
}

.featured-block .inner-box .read-more:hover{
  color:#f97534;
  padding-right:0px;
  padding-left:22px;
}

.services-block{
  position:relative;
}

.services-block.style-two{
  margin-bottom:40px;
}

.services-block.style-two .inner-box{
  border-bottom:1px solid #f9f9f9;
  padding-bottom:30px;
}

.services-block .inner-box{
  position:relative;
}

.services-block .inner-box .image{
  position:relative;
}

.services-block .inner-box .image .overlay-link{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  display:block;
}

.services-block .inner-box .image .overlay-link:before{
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  width:50%;
  height:100%;
  display:block;
  opacity:0;
  z-index:1;
  text-align:center;
  -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  background-color: rgba(22,26,51,0.90);
}

.services-block .inner-box:hover .image .overlay-link:before{
  opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.services-block .inner-box .image .overlay-link:after{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:50%;
  height:100%;
  display:block;
  opacity:0;
  text-align:center;
  -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  background-color: rgba(22,26,51,0.90);
}

.services-block .inner-box:hover .image .overlay-link:after{
  opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.services-block .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}

.services-block .inner-box .lower-content{
  position:relative;
  padding:65px 25px 0px;
  text-align:center;
}

.services-block .inner-box .lower-content .category{
  position:absolute;
  left:30px;
  top:-35px;
  right:30px;
  color:#222222;
  font-weight:700;
  text-align:center;
  font-size:20px;
  padding:23px 15px;
  z-index:1;
  background-color:#ffffff;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
  font-family: 'Open Sans', serif;
}

.services-block .inner-box:hover .lower-content .category{
  color:#ffffff;
}

.services-block .inner-box .lower-content .category:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:0%;
  height:100%;
  display:block;
  z-index:-1;
  background-color:#f97534;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .lower-content .category:before{
  width:100%;
}

.services-block .inner-box .lower-content .text{
  position:relative;
  color:#7e8597;
  font-size:15px;
  line-height:1.8em;
  margin-bottom:20px;
}

.services-block .inner-box .lower-content .read-more{
  position:relative;
  font-weight:700;
  color:#222222;
  display:inline-block;
  padding-right:22px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
  font-family: 'Open Sans', serif;
}

.services-block .inner-box .lower-content .read-more .arrow.left{
  position:absolute;
  left:0px;
  top:1px;
  opacity:0;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box .lower-content .read-more .arrow.right{
  position:absolute;
  right:0px;
  top:1px;
}

.services-block .inner-box .lower-content .read-more .arrow.right{
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box .lower-content .read-more:hover .arrow.right{
  opacity:0;
}

.services-block .inner-box .lower-content .read-more:hover .arrow.left{
  opacity:1;
}

.services-block .inner-box .lower-content .read-more:hover{
  color:#f97534;
  padding-right:0px;
  padding-left:22px;
}

.form-group .ui-selectmenu-button.ui-button{
  width:100%;
  font-size:15px;
  font-style:normal;
  height:60px;
  padding:10px 20px;
  line-height:36px;
  color:#7e8597;
  border: none;
  border-radius:0px;
  background:#161a33;
  border:1px solid rgba(255,255,255,0.10);
}

.form-group .ui-button .ui-icon{
  background:none;
  position:relative;
  top:7px;
  text-indent:0px;
  color:#333333;  
}

.form-group .ui-button .ui-icon:before{
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  position:absolute;
  right:0px;
  top:2px !important;
  top:13px;
  width:10px;
  height:20px;
  display:block;
  color:#f97534;
  line-height:20px;
  font-size:16px;
  font-weight:900;
  text-align:center;
  z-index:5;
}

.ui-widget.ui-widget-content{
  border:1px solid rgba(255,255,255,0.10);
}

.ui-menu .ui-menu-item{
  font-size:14px;
  border:1px solid rgba(255,255,255,0.10);
}

.ui-menu .ui-menu-item:last-child{
  border:none;  
}

.ui-state-active, .ui-widget-content .ui-state-active{
  background:#f97534;
  border-color:#f97534;
}

.ui-menu .ui-menu-item-wrapper{
  position:relative;
  display:block;
  padding:8px 20px ;
  font-size:14px;
  line-height:24px;
}

.ui-menu-item:hover{
  background-color:#ee2d50;
}

.news-section{
  position:relative;
  padding:90px 0px 100px;
}

.news-section.alternate{
  padding-bottom:100px;
}

.news-section .sec-title .theme-btn{
  margin-top:110px;
  padding:8px 44px;
}

.news-section .owl-theme .news-block{
  margin:0px 15px;
}

.news-section .owl-carousel{
  margin:0px -15px;
  width:auto;
}

.news-section .owl-carousel .owl-stage-outer{
  padding:10px 0px 15px;
}

.news-section .owl-nav{
  display:none;
}

.news-section .owl-dots{
  position:relative;
  text-align:center;
  margin-top:45px;
}

.news-section .owl-dots .owl-dot{
  position:relative;
  margin:0px 5px;
  width:12px;
  height:12px;
  border-radius:50%;
  display:inline-block;
  background-color:#c7cdd4;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover{
  background-color:#f97534;
}

.news-block{
  position:relative;
  margin-bottom:30px;
}

.news-block .inner-box{
  position:relative;
}

.news-block .inner-box .image{
  position:relative;
}

.news-block .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}

.news-block .inner-box .image .overlay-link{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  opacity:0;
  text-align:center;
  transform:scale(0.6,0.6);
  background-color:rgba(22,26,51,0.90);
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.news-block .inner-box:hover .image .overlay-link{
  opacity:1;
  transform:scale(1,1);
}

.news-block .inner-box .image .overlay-link .icon{
  position:relative;
  color:#ffffff;
  top:49%;
  font-size:28px;
  margin-top:-5px;
  display:inline-block;
}

.news-block .inner-box .image .post-date{
  position:absolute;
  right:20px;
  top:20px;
  width:60px;
  height:60px;
  z-index:1;
  font-size:18px;
  color:#ffffff;
  font-weight:700;
  padding:3px 8px 0px;
  text-align:center;
  background-color:#f97534;
  text-transform:capitalize;
  font-family: 'Open Sans', serif;
}

.news-block .inner-box .lower-content{
  position:relative;
  padding:35px 28px 30px;
  box-shadow:0px 0px 25px rgba(0,0,0,0.05);
}

.news-block .inner-box .lower-content .post-info{
  position:relative;
}

.news-block .inner-box .lower-content .post-info li{
  position:relative;
  color:#7e8597;
  font-size:15px;
  display:inline-block;
  padding-right:12px;
  margin-right:12px;
  line-height:1.2em;
  border-right:1px solid #d2d9e0;
}

.news-block .inner-box .lower-content .post-info li strong{
  color:#222222;
  font-weight:400;
}

.news-block .inner-box .lower-content .post-info li .icon{
  position:relative;
  margin-right:8px;
}

.news-block .inner-box .lower-content .post-info li:last-child{
  border:none;
  padding-right:0px;
  margin-right:0px;
}

.news-block .inner-box .lower-content h3{
  position:relative;
  color:#222222;
  font-size:20px;
  font-weight:700;
  line-height:1.5em;
  margin-top:10px;
}

.news-block .inner-box .lower-content h3 a{
  position:relative;
  color:#222222;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover{
  position:relative;
  color:#f97534;
}

.news-block .inner-box .lower-content .read-more{
  position:relative;
  font-weight:700;
  color:#222222;
  margin-top:15px;
  display:inline-block;
  padding-right:22px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
  font-family: 'Open Sans', serif;
}

.news-block .inner-box .lower-content .read-more .arrow.left{
  position:absolute;
  left:0px;
  top:1px;
  opacity:0;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more .arrow.right{
  position:absolute;
  right:0px;
  top:1px;
}

.news-block .inner-box .lower-content .read-more .arrow.right{
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more:hover .arrow.right{
  opacity:0;
}

.news-block .inner-box .lower-content .read-more:hover .arrow.left{
  opacity:1;
}

.news-block .inner-box .lower-content .read-more:hover{
  color:#f97534;
  padding-right:0px;
  padding-left:22px;
}

.main-footer{
  position:relative;
  background-color:#161a33;
}

.main-footer .footer-widget{
  position:relative;
  margin-bottom:30px;
}

.main-footer .widgets-section{
  position:relative;
  padding:70px 0px 30px;
  background-position:center center;
  background-repeat:no-repeat;
}

.main-footer .footer-widget h2{
  position:relative;
  font-weight:700;
  color:#ffffff;
  font-size:20px;
  line-height:1.2em;
  margin-bottom:22px;
  text-transform:capitalize;
}

.main-footer li a{
  color:#aaa;
}

.main-footer .service-list li{
  color:#aaa;
  font-size:15px;
  margin-bottom:10px;
}

.main-footer .service-list li i{
  margin-right: 5px;
  color:#aaa;
}

.main-footer .footer-widget .tel .btn-box a{
  font-size: 20px;
}

.main-footer .footer-widget .tel .btn-box a:hover span{
  color:#aaa;
}

.main-footer .footer-bottom{
  position:relative;
  padding:30px 0px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright span{
  color:#aaa;
}

.main-footer .footer-bottom .copyright a{
  color:#fff;
  opacity: 0.5;
}

.main-footer .footer-bottom .copyright a i{
  margin-left: 0.5rem;
}

.main-footer .footer-bottom .footer-logo{
  position:absolute;
  left:0px;
  right:0px;
  top:6px;
}

.footer-list{
  position:relative;
}

.footer-list li{
  position:relative;
  padding-right:12px;
  margin-right:12px;
  display:inline-block;
  line-height:1.3em;
  border-right:1px solid #444860;
}

.footer-list li:last-child{
  padding-right:0px;
  margin-right:0px;
  border:none;
}

.footer-list li a{
  position:relative;
  color:#999fb9;
  font-size:15px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.footer-list li a:hover{
  color:#ffffff;
}

.services-section-two{
  position:relative;
  padding:90px 0px;
}

.services-section-two .owl-nav{
  display:none;
}

.services-section-two .owl-dots{
  position:relative;
  text-align:center;
  margin-top:45px;
}

.services-section-two .owl-dots .owl-dot{
  position:relative;
  margin:0px 5px;
  width:12px;
  height:12px;
  border-radius:50%;
  display:inline-block;
  background-color:#c7cdd4;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-section-two .owl-dots .owl-dot.active,
.services-section-two .owl-dots .owl-dot:hover{
  background-color:#f97534;
}

.services-block-two{
  position:relative;
  overflow:hidden;
}

.services-block-two .inner-box{
  position:relative;
  padding-bottom:30px;
}

.services-block-two .inner-box .image{
  position:relative;
}

.services-block-two .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}

.services-block-two .inner-box .image .heading-box{
  position:absolute;
  left:30px;
  right:30px;
  bottom:-30px;
  text-align:center;
  background-color:#ffffff;
  transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
  border-bottom:5px solid #f97534;
  box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.services-block-two .inner-box:hover .image .heading-box{
  opacity:0;
  visibility:hidden;
}

.services-block-two .inner-box .image .heading-box h4{
  position:relative;
  font-weight:700;
  font-size:20px;
  color:#222222;
  line-height:1.3em;
  padding:19px 10px;
}

.services-block-two .inner-box:hover .image .overlay-box{
  opacity:1;
  bottom:-30px;
  visibility:visible;
}

.services-block-two .inner-box .image .overlay-box{
  position:absolute;
  opacity:0;
  left:30px;
  right:30px;
  bottom:-220px;
  visibility:hidden;
  padding-bottom:26px;
  background-color:#ffffff;
  border-bottom:5px solid #f97534;
  transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
  box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.services-block-two .inner-box .image .overlay-box .overlay-inner{
  position:relative;
  text-align:center;
}

.services-block-two .inner-box .image .overlay-box h3{
  position:relative;
  font-weight:700;
  font-size:20px;
  line-height:1.3em;
  padding:17px 10px;
}

.services-block-two .inner-box .image .overlay-box h3 a{
  position:relative;
  color:#222222;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.services-block-two .inner-box .image .overlay-box h3 a:hover{
  color:#f97534;
}

.services-block-two .inner-box .image .overlay-box .text{
  position:relative;
  color:#7e8597;
  font-size:15px;
  padding-left:25px;
  padding-right:25px;
  line-height:1.9em;
  margin-bottom:15px;
}

.services-block-two .inner-box .image .overlay-box .read-more{
  position:relative;
  color:#f97534;
  font-size:14px;
  font-weight:700;
  line-height:1.3em;
  display:inline-block;
  text-transform:uppercase;
  background-color:#ffffff;
  font-family: 'Open Sans', serif;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-block-two .inner-box .image .overlay-box .read-more .arrow{
  position:relative;
  top:1px;
  margin-right:6px;
}

.services-block-two .inner-box .image .overlay-box .read-more:hover{
  color:#f67433;
}

.feature-block{
  position:relative;
}

.feature-block .inner-box{
  position:relative;
  text-align:center;
}

.feature-block .inner-box:before{
  position:absolute;
  content:'';
  right:-17px;
  top:0px;
  width:1px;
  height:100%;
  background-color:#e2e8f0;
}

.feature-block:last-child .inner-box:before{
  display:none;
}

.feature-block .inner-box .icon-box{
  position:relative;
  font-size:68px;
  line-height:1em;
  color:#f97534;
}

.feature-block .inner-box h3{
  position:relative;
  font-size:20px;
  color:#222222;
  font-weight:700;
  line-height:1.6em;
  margin-top:16px;
}

.feature-block .inner-box .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  color:#ffffff;
  text-align:center;
  background-color:#ffffff;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  transition:all 700ms ease;
  
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.feature-block .inner-box:hover .overlay-box{
  opacity:1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.feature-block .inner-box .overlay-box .overlay-inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  padding:0px 0px;
}

.feature-block .inner-box .overlay-box .overlay-inner .overlay-content{
  position:relative;
  display:table-cell;
  vertical-align:middle;
}

.feature-block .inner-box .overlay-box .overlay-inner h4{
  position:relative;
  font-size:20px;
  color:#222222;
  font-weight:700;
  line-height:1.6em;
}

.feature-block .inner-box .overlay-box .overlay-inner .text{
  position:relative;
  color:#7e8597;
  font-size:15px;
  line-height:1.8em;
  margin-top:16px;
}

.feature-block.style-two .inner-box:before{
  background-color:rgba(255,255,255,0.20);
}

.feature-block.style-two .inner-box .overlay-box{
  background:#161a33;
}

.feature-block.style-two .inner-box .overlay-box .overlay-inner h4,
.feature-block.style-two .inner-box h3{
  color:#ffffff;
}

.feature-block.style-two .inner-box .overlay-box .overlay-inner .text{
  color:#999fb9;
}

.featured-section-two{
  position:relative;
  padding:0px;
  background-color:#161a33;
}

.featured-section-two .left-pattern{
  position:absolute;
  left:0px;
  top:0px;
  height:100%;
  width:335px;
}

.featured-section-two .right-pattern{
  position:absolute;
  right:0px;
  top:0px;
  height:100%;
  width:335px;
}

.feature-block-two{
  position:relative;
}

.feature-block-two .inner-box{
  position:relative;
  text-align:center;
  padding:90px 30px 70px;
}

.feature-block-two .inner-box:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:0px;
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  background-color:#1f233c;
}

.feature-block-two .inner-box:hover::before{
  height:100%;
}

.feature-block-two .inner-box .icon-box{
  position:relative;
  text-align:center;
  width:120px;
  height:120px;
  margin:0 auto;
  color:#f97534;
  font-size:76px;
  line-height:120px;
  border-radius:50%;
  background-image: -ms-linear-gradient(top, #333858 0%, #161a33 100%);
  background-image: -moz-linear-gradient(top, #333858 0%, #161a33 100%);
  background-image: -o-linear-gradient(top, #333858 0%, #161a33 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333858), color-stop(100, #161a33));
  background-image: -webkit-linear-gradient(top, #333858 0%, #161a33 100%);
  background-image: linear-gradient(to bottom, #333858 0%, #161a33 100%);
}

.feature-block-two .inner-box .icon-box .icon.padding-left{
  padding-left:25px;
}

.feature-block-two .inner-box h3{
  position:relative;
  line-height:1.3em;
  font-size:20px;
  font-weight:700;
  margin-top:15px;
}

.feature-block-two .inner-box h3 a{
  position:relative;
  color:#ffffff;
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

.feature-block-two .inner-box h3 a:hover{
  color:#f97534;
}

.feature-block-two .inner-box .text{
  position:relative;
  margin-top:20px;
  color:#999fb9;
  line-height:1.9em;
  font-size:15px;
}

.feature-block-two .inner-box .plus-box{
  position:absolute;
  left:50%;
  bottom:-30px;
  width:60px;
  height:60px;
  z-index:1;
  color:#ffffff;
  font-size:22px;
  line-height:62px;
  text-align:center;
  border-radius:50px;
  display:inline-block;
  margin-left:-31px;
  background-color:#f97534;
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transform:scale(0,0);
  -moz-transform:scale(0,0);
  -webkit-transform:scale(0,0);
  -ms-transform:scale(0,0);
  -o-transform:scale(0,0);
}

.feature-block-two .inner-box:hover .plus-box{
  transform:scale(1,1);
  -moz-transform:scale(1,1);
  -webkit-transform:scale(1,1);
  -ms-transform:scale(1,1);
  -o-transform:scale(1,1);
}

.services-section-three{
  position:relative;
  padding:95px 0px 95px;
}

.services-block-three{
  position:relative;
  margin-bottom: 3rem;
}

.services-block-three .inner-box{
  position:relative;
  padding:30px 25px;
  text-align: center;
  background-color:#ffffff;
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.services-block-three .inner-box:before{
  position:absolute;
  content:'';
  left:15px;
  top:15px;
  right:0px;
  bottom:0px;
  z-index:-1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
  background-image: -ms-linear-gradient(top, #F47334 0%, #191b33 100%);
  background-image: -moz-linear-gradient(top, #F47334 0%, #191b33 100%);
  background-image: -o-linear-gradient(top, #F47334 0%, #191b33 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F47334), color-stop(100, #191b33));
  background-image: -webkit-linear-gradient(top, #F47334 0%, #191b33 100%);
  background-image: linear-gradient(to bottom, #F47334 0%, #191b33 100%);
}

.services-block-three .inner-box:hover::before{
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.services-block-three .inner-box .icon-box{
  position:relative;
  font-size:60px;
  line-height:1em;
  color:#f97534;
}

.services-block-three .inner-box h3{
  position:relative;
  color:#aaa;
  font-size:1.5rem;
  font-weight:500;
  line-height:1.3em;
  margin-top:22px;
}

.services-block-three .inner-box h3 a{
  position:relative;
  color:#222222;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-block-three .inner-box h3 a:hover{
  color:#f97534;
}

.services-block-three .inner-box .text{
  position:relative;
  min-height: 88px;
  margin-top:15px;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #222;
  font-weight: 500;
  letter-spacing:-1px;
  font-family: "Noto Sans KR";
}

.services-block-three .inner-box .read-more{
  position:relative;
  font-weight:700;
  color:#222222;
  margin-top:20px;
  font-size:15px;
  display:inline-block;
  padding-right:22px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
  font-family: 'Open Sans', serif;
}

.services-block-three .inner-box .read-more .arrow.left{
  position:absolute;
  left:0px;
  top:1px;
  opacity:0;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-block-three .inner-box .read-more .arrow.right{
  position:absolute;
  right:0px;
  top:1px;
}

.services-block-three .inner-box .read-more .arrow.right{
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-block-three .inner-box .read-more:hover .arrow.right{
  opacity:0;
}

.services-block-three .inner-box .read-more:hover .arrow.left{
  opacity:1;
}

.services-block-three .inner-box .read-more:hover{
  color:#f97534;
  padding-right:0px;
  padding-left:22px;
}

.services-block-three.style-two .inner-box{
  box-shadow:0px 0px 20px rgba(249,117,52,0.15);
}

.services-block-three.style-two .inner-box::before{
  display:none;
}

.services-block-three.style-two .inner-box .icon-box{
  color:#c0cbd6;
}

.services-block-three.style-two .inner-box:hover{
  box-shadow:0px 0px 30px rgba(249,117,52,0.30);
}

.services-section-three .owl-nav{
  display:none;
}

.services-section-three .owl-dots{
  position:relative;
  text-align:center;
  margin-top:45px;
}

.services-section-three .owl-dots .owl-dot{
  position:relative;
  margin:0px 5px;
  width:12px;
  height:12px;
  border-radius:50%;
  display:inline-block;
  background-color:#c7cdd4;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-section-three .owl-dots .owl-dot.active,
.services-section-three .owl-dots .owl-dot:hover{
  background-color:#f97534;
}

.services-section-three .owl-theme .services-block-three{
  margin:0px 15px;
}

.services-section-three .owl-carousel{
  margin:0px -15px;
  width:auto;
}

.services-section-three .owl-carousel .owl-stage-outer{
  padding:10px 0px 15px;
}

.services-section-four{
  position:relative;
  padding-top:90px;
  background-position:center bottom;
  background-repeat:no-repeat;
}

.consulting-section-two{
  position:relative;
  padding:95px 0px 70px;
}

.consulting-section-two .sec-title .title{
  font-size: 16px;
  line-height: 24px;
  color: #f97534;
  font-weight: 600;
}

.consulting-section-two .sec-title h2{
  margin-bottom: 5rem;
  font-size:42px;
  line-height:1.2em;
  color: #fff;
  font-weight: 700;
  letter-spacing:-1px;
  font-family: "Gothic A1";
}

.consulting-section-two .sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  top:22px;
  width:50px;
  height:1px;
  background-color:#f97534;
}

.consulting-section-two .sec-title.centered h2:after{
  position:absolute;
  content:'';
  right:0px;
  top:22px;
  width:50px;
  height:1px;
  background-color:#f97534;
}

.consulting-block-two{
  position:relative;
  margin-bottom:4rem;
}

.consulting-block-two .inner-box{
  position:relative;
}

.consulting-block-two .inner-box .outer-block{
  position:relative;
}

.consulting-block-two .inner-box .info-box{
  position:relative;
  text-align:center;
}

.consulting-block-two .inner-box .info-box .info-inner{
  position:relative;
  padding:45px 30px 50px;
  background-size:cover;
}

.consulting-block-two .inner-box .info-box .info-inner:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  background-color:rgba(22,26,51,0.90);
}

.consulting-block-two .inner-box .info-box h3{
  position:relative;
  color:#ffffff;
  font-size:1.8rem;
  font-weight:700;
  letter-spacing:-1px;
  font-family: "Gothic A1";
  min-height: 70px;
  line-height:1.3em;
}

.consulting-block-two .inner-box .info-box .text{
  position:relative;
  color:#999fb9;
  font-size:1rem;
  font-weight:400;
  margin-top:6px;
  min-height: 100px;
}

.consulting-block-two .inner-box .info-box .theme-btn{
  padding:9px 37px;
  font-size:1.1rem;
  font-weight:500;
  letter-spacing:-1px;
  font-family: "Noto Sans KR";
}

.consulting-block-two .inner-box .info-box .theme-btn .arrow{
  display: block;
}

.page-title{
  position:relative;
  padding: 75px 0px 80px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

.page-title .inner-container{
  position: relative;
  z-index:5;
}

.page-title h1{
  position:relative;
  font-size:32px;
  color:#ffffff;
  line-height: 50px;
  font-weight: 700;
}

.page-title .text{
  position:relative;
  color:#999fb9;
  font-size:16px;
  margin-top:5px;
}

.page-title .bread-crumb {
  position: relative;
  float: right;
  padding-top: 25px;
}

.page-title .bread-crumb li{
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  cursor: default;
  padding-right:  15px;
  margin-right: 12px;
  font-family: "Open Sans", sans-serif;
}

.page-title .bread-crumb li:before{
  position: absolute;
  right: -3px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
    content: "-";
}

.page-title .bread-crumb li:last-child{
  padding-right: 0;
  margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title .bread-crumb li a{
  color:#ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
  color:#f97534;
}

.page-title.style-two{
  padding-bottom:180px;
}

.progress-bars{
  position:relative;
}

.progress-bars .bar-item{
  position:relative;
  margin-bottom:32px;
}

.progress-bars .bar-item .skill-bar{
  position:relative;
  width:100%;
  height:2px;  
}

.progress-bars .bar-item .skill-bar .bar-inner{
  position:relative;
  width:100%;
  height:2px;
  background:#e1e1e1;
}

.progress-bars .bar-item .skill-bar .bar-inner .bar{
  position:absolute;
  left:0px;
  top:0px;
  height:2px;
  width:0px;
  border-bottom:2px solid #f97534;
  -webkit-transition:all 2000ms ease;
  -ms-transition:all 2000ms ease;
  -o-transition:all 2000ms ease;
  -moz-transition:all 2000ms ease;
  transition:all 2000ms ease;
}

.progress-bars .bar-item .skill-header{
  position:relative;
  line-height:24px;
  text-transform:capitalize;
  font-weight:700;
  font-size:18px;
  color:#222222;
  margin-bottom:12px;
  font-family: 'Open Sans', serif;
}

.progress-bars .bar-item .skill-header .skill-title{
  position:relative;
  float:left;
}

.progress-bars .bar-item .skill-percentage{
  position:absolute;
  right:0px;
  top:-17px;
  width:35px;
  height:35px;
  font-weight:400;
  line-height:31px;
  text-transform:capitalize;
  color: #f97534;
  font-size:12px;
  text-align:center;
  border-radius:50%;
  background-color:#ffffff;
  border:2px solid #f97534;
}

.process-block{
  position:relative;
  margin-bottom:30px;
}

.process-block .inner-box{
  position:relative;
  text-align:center;
  color:#c3cdd8;
  font-size:90px;
  padding:0px 35px 50px;
  background-color:#ffffff;
  box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.process-block .inner-box:before{
  position: absolute;
    content: '';
    left: 100%;
    top: -70px;
    height: 56px;
    width: 194px;
    margin-left: -80px;
    background: url(../images/icons/arrow.png) no-repeat;
}

.process-block:last-child .inner-box:before{
  display:none;
}

.process-block .inner-box .number{
  position: relative;
    top: -30px;
    width: 54px;
    height: 54px;
    color: #ffffff;
  font-size:20px;
  margin:0 auto;
  font-weight:500;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #f97534;
}

.process-block .inner-box .number:before{
  z-index:1;
}

.process-block .inner-box .number:after{
  position: absolute;
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    border-radius: 50%;
    border: 8px solid rgba(249,117,52,0.60);
}

.process-block .inner-box h3{
  position:relative;
  color:#222222;
  font-weight:700;
  font-size:20px;
  margin-top:15px;
}

.process-block .inner-box .lower-content{
  position:relative;
  margin-top:20px;
}

.process-block .inner-box .lower-content .icon{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.process-block .inner-box:hover .lower-content .icon{
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity:0;
  visibility:hidden;
}

.process-block .inner-box .lower-content .text{
  position:relative;
  color:#7e8597;
  font-size:15px;
  opacity:0;
  visibility:hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.process-block .inner-box:hover .lower-content .text{
  opacity: 1;
  visibility:visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.admitted-section{
  position:relative;
  margin-top:50px;
  padding:40px 0px 100px;
}

.admitted-section .sec-title .title{
  font-size: 16px;
  line-height: 24px;
  color: #f97534;
  font-weight: 600;
}

.admitted-section .sec-title h2{
  margin-bottom: 0;
  font-size:42px;
  line-height:1.2em;
  color: #222;
  font-weight: 700;
  letter-spacing:-1px;
  font-family: "Gothic A1";
}

.admitted-section .sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  top:22px;
  width:50px;
  height:1px;
  background-color:#f97534;
}

.admitted-section .sec-title.centered h2:after{
  position:absolute;
  content:'';
  right:0px;
  top:22px;
  width:50px;
  height:1px;
  background-color:#f97534;
}

.admitted-section .quote-column{
  position:relative;
}

.admitted-section .quote-column .inner-column{
  position:relative;
  padding-right:70px;
  text-align:center;
  height:100%;
}

.admitted-section .quote-column .inner-column .quote-icon{
  position:absolute;
  left:0px;
  right:0px;
  top:-30px;
  font-size:400px;
  line-height:1em;
  color:#e9eef3;
}

.admitted-section .quote-column .author-one{
  position: absolute;
  width: 200px;
  left:40%;
  top: 24%;
  height: 200px;
  z-index:1;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  box-shadow:0px 15px 20px rgba(0,0,0,0.10);
}

.admitted-section .quote-column .author-two{
  position: absolute;
  width: 140px;
  right: 18%;
  top: 2%;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.admitted-section .quote-column .author-three{
  position: absolute;
  width: 100px;
  left: 28%;
  top: 50%;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.admitted-section .quote-column .author-four{
  position: absolute;
  width: 140px;
  right: 8%;
  top: 60%;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.admitted-section .quote-column .author-five{
  position: absolute;
  width: 120px;
  left: 28%;
  top: 16%;
  overflow: hidden;
  display: inline-block;
}

.admitted-section .quote-column .author-six{
  position: absolute;
  width: 80px;
  right: 38%;
  top: 61%;
  overflow: hidden;
  display: inline-block;
}

.admitted-section .quote-column .author-seven{
  position: absolute;
  width: 80px;
  right: 10%;
  top: 38%;
  overflow: hidden;
  display: inline-block;
}

.admitted-section .carousel-column{
  position:relative;
}

.admitted-section .carousel-column .inner-column{
  position:relative;
  padding-top:60px;
  padding-right:100px;
}

.admitted-section .carousel-column .inner-column .owl-nav{
  display:none;
}

.admitted-section .carousel-column .inner-column .owl-dots{
  position:absolute;
  right:-100px;
  top:80px;
}

.admitted-section .carousel-column .inner-column .owl-dots .owl-dot{
  position:relative;
  width:12px;
  height:12px;
  border-radius:50%;
  margin-bottom:20px;
  background-color:#c7cdd4;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;  
}

.admitted-section .carousel-column .inner-column .owl-dots .owl-dot.active,
.admitted-section .carousel-column .inner-column .owl-dots .owl-dot:hover{
  background-color:#f97534;
}

.admitted-block{
  position:relative;
  margin-bottom:30px;
}

.admitted-block .inner-box{
  position:relative;
  min-height: 400px;
  background-color:#ffffff;
}

.admitted-block .inner-box .client-logo{
  position:relative;
}

.admitted-block .inner-box .client-logo img{
  position:relative;
  width:auto;
}

.admitted-block .inner-box .text{
  position:relative;
  color:#7e8597;
  font-size:1rem;
  line-height:1.4;
  margin-bottom:25px;
  margin-top:30px;
}

.admitted-block .inner-box h3{
  position:relative;
  color:#222222;
  font-weight:700;
  font-size:20px;
  margin-top:24px;
}

.admitted-block .inner-box .designation{
  position:relative;
  color:#f97534;
  font-weight:400;
  font-size:15px;
  margin-top:6px;
}

.admitted-block .school-logo li {
  display: inline;
  float: left;
  margin: 1rem 1rem 0 0.1rem;
  height: 50px;
}

.admitted-block .school-logo li img {
  width: auto;
  max-height: 100%;
}

.why-section{
  position:relative;
  padding:90px 0px 100px;
}

.why-section .sec-title .title{
  font-size: 16px;
  line-height: 24px;
  color: #f97534;
  font-weight: 600;
}

.why-section .sec-title h2{
  font-size:42px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  letter-spacing:-1px;
  font-family: "Gothic A1";
}

.why-section .sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  top:22px;
  width:50px;
  height:1px;
  background-color:#f97534;
}

.why-section .side-image{
  position:absolute;
  right:0px;
  bottom:0px;
  width:50%;
  height:100%;
}

.why-section .content-column{
  position:relative;
  margin-bottom:40px;
}

.why-section .content-column .inner-column{
  position:relative;
}

.why-section .content-column .inner-column .sec-title{
  margin-bottom:25px;
}

.why-section .content-column .inner-column .bold-text{
  position:relative;
  color:#222222;
  font-size:20px;
  line-height:1.7em;
  font-weight:500;
  margin-bottom:20px;
  font-family: 'Noto Sans KR', serif;
}

.why-section .content-column .inner-column .text{
  position:relative;
}

.why-section .content-column .inner-column .text p{
  position:relative;
  color:#444;
  font-size:15px;
  line-height:1.8em;
  margin-bottom:20px;
}

.why-section .content-column .inner-column .text p:last-child{
  margin-bottom:0px;
}

.why-section .image-column{
  position:relative;
  text-align:center;
}

.why-section .image-column .inner-column{
  position:relative;
}

.why-section .image-column .inner-column img{
  margin: 3rem 0 0 1rem;
  max-width: 500px;
  opacity: 0.5;
}

.contact-form-section{
  position:relative;
  padding:90px 0px 120px;
}

.contact-form-section .inner-container{
  position:relative;
  padding:40px 60px 50px;
  border:1px solid #e2e8f0;
}


.contact-form-section .sec-title .title{
  font-size: 16px;
  line-height: 24px;
  color: #f97534;
  font-weight: 600;
}

.contact-form-section .sec-title h2{
  font-size:42px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  letter-spacing:-1px;
  font-family: "Open Sans";
}

.contact-form-section .sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  top:22px;
  width:50px;
  height:1px;
  background-color:#f97534;
}

.contact-form-section .sec-title .text{
  font-size:17px;
  color: #999fb9;
  line-height: 1.4;
  font-weight: 500;
}

.contact-form{
  position:relative;
}

.contact-form .form-group{
  margin-bottom:30px;
}

.contact-form .form-group label{
  position:relative;
  color:#fff;
  font-size:18px;
  font-weight:400;
  margin-bottom:15px;
  font-family: "Noto Sans KR";
}

.contact-form .form-group:last-child{
  margin-bottom:0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:5px 10px;
  color:#888888;
  border:1px solid #e2e8f0;
  height:44px;
  font-size:15px;
  background:#ffffff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
  border-color:#f97534;
}

.contact-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:24px;
  padding:15px 18px;
  color:#888888;
  border:1px solid #e2e8f0;
  height:120px;
  background:#ffffff;
  resize:none;
  font-size:15px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.contact-form .form-group .submit-btn{
  position: relative;
    font-weight: 700;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 17px 43px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #e9eef3;
    font-family: 'Open Sans', serif;
}

.contact-form .form-group .submit-btn:hover{
  color:#ffffff;
  background-color:#f97534;
}

.in-touch-section{
  position:relative;
  padding:4rem 0 2.5rem;
  background-color:#e9eef3;
}

.in-touch-section .sec-title .title{
  font-size: 16px;
  line-height: 24px;
  color: #f97534;
  font-weight: 600;
}

.in-touch-section .sec-title h2{
  font-size:42px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  letter-spacing:-1px;
  font-family: "Open Sans";
}

.in-touch-section .sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  top:22px;
  width:50px;
  height:1px;
  background-color:#f97534;
}

.in-touch-section .sec-title.centered h2:after{
  position:absolute;
  content:'';
  right:0px;
  top:22px;
  width:50px;
  height:1px;
  background-color:#f97534;
}

.in-touch-section .text{
  position:relative;
  color:#7e8597;
  font-size:16px;
  text-align:center;
  margin-top:10px;
  letter-spacing: 0;
}

.in-touch-section .text a{
  position:relative;
  color:#f97534;
  text-decoration:underline;
  font-weight: 500;
}

.in-touch-section .text small{
  font-size:85%;
}

.text-brand {
  color: #161a33;
}

.bg-brand {
  background-color: #161a33;
}

.btn-brand {
  background-color: #161a33;
  border-color: #161a33;
  color: #fff;
}

.btn-brand:focus,
.btn-brand:hover {
  background-color: #35458b;
  border-color: #35458b;
  color: #fff;
}

.btn-brand:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.btn-brand.active,
.btn-brand:active {
  background-color: #35458b;
  border-color: #215cac;
  color: #fff;
}

.btn-brand.active:focus,
.btn-brand:active:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.btn-outline-brand {
  border-color: #161a33;
  color: #161a33;
}

.btn-outline-brand:hover {
  background-color: #161a33;
  border-color: #161a33;
  color: #fff;
}

.btn-outline-brand:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.btn-outline-brand.active,
.btn-outline-brand:active {
  background-color: #161a33;
  border-color: #161a33;
  color: #fff;
}

.btn-outline-brand.active:focus,
.btn-outline-brand:active:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.btn-outline-brand.disabled,
.btn-outline-brand:disabled {
  background-color: transparent;
  color: #161a33;
}

.btn-light-brand {
  background-color: #f7f9fd;
  border-color: #f7f9fd;
  color: #7e8299;
}

.btn-light-brand:focus,
.btn-light-brand:hover {
  background-color: #eff2f5;
  border-color: #eff2f5;
  color: #7e8299;
}

.btn-light-brand:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.btn-light-brand.active,
.btn-light-brand:active {
  background-color: #eff2f5;
  border-color: #eff2f5;
  color: #7e8299;
}

.btn-light-brand.active:focus,
.btn-light-brand:active:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.msg_sound_only,
.sound_only {
  display: none;
}

.cke_sc {
  display: none;
}

.pagination {
  padding: 1rem 0;
  justify-content: center;
}

.pagination .page-item {
  display: inline-block;
  margin: 0.5rem;
}

.pagination .page-link {
  width: 2.2rem;
  height: 2.2rem;
  color: #191919;
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #dfe2e1;
}

.pagination .page-link.arrow {
  font-size: 1rem;
  line-height: 1;
}

.pagination .active .page-link {
  cursor: default;
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

main.login {
  margin-top: 14rem;
  margin-bottom: 8rem;
}

main.login h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  letter-spacing:-1px;
  font-family: "Gothic A1";
}

main.login .form-check {
  margin-top: 0.5rem;
  font-size: 1rem;
}

main.login .form-group label {
  margin: 1.5rem 0 0.5rem 0;
  font-size: 1.1rem;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  letter-spacing:-1px;
}

main.login .btn {
  margin: 2rem 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

main.login .captcha {
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  main.login .form-group {
    min-width: 200px;
  }
  main.login .form-group .form-control {
    width: 100%;
  }
}

main.list {
  margin-top: 14rem;
  margin-bottom: 8rem;
}

main.list h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  letter-spacing:-1px;
  font-family: "Gothic A1";
}

main.list .table thead {
  border-top: 2px solid #191919;
}

main.list .table thead .form-check-input {
  margin-top: -0.1rem;
}

main.list .table tbody {
  border-top: inherit;
}

main.list .table a {
  color: #161a33;
}

main.list .table .form-check,
main.list .table .form-check .form-check-input {
  padding-left: 0;
  margin-left: 0;
}

main.list .table .number,
main.list .table .view {
  min-width: 50px;
  text-align: center;
}

main.list .table .category,
main.list .table .writer {
  min-width: 120px;
}

main.list .table .date {
  min-width: 100px;
  text-align: center;
}

main.list .table .badge {
  margin-right: 0.5rem;
  padding: 0.5em 0.65em 0.35rem;
  background-color: #868e96;
}

main.list .table .badge:hover {
  color: #e9ecef;
}

main.list .table .comment {
  font-size: 1.2rem;
  color: #f03e3e;
}

main.list .table .comment i {
  font-size: 2rem;
  margin-right: 0.1rem;
}

main.list .table .check {
  width: 50px;
}

main.list .table .number,
main.list .table .view {
  width: 80px;
}

main.list .table .writer {
  width: 150px;
}

main.list .table .date {
  width: 100px;
}

main.list .btn-sm {
  padding: 0.5rem 1.5rem;
  font-size: 0.8rem;
}

main.list .search {
  display: flex;
}

main.list .search form {
  margin-left: auto;
}

main.list .search .form-control {
  font-size: 0.9rem;
}

main.list .search .btn {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

main.list .empty {
  margin: 8rem 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  main.list h2 {
    text-align: center;
  }
  main.list .search {
    margin-top: 0;
  }
  main.list .search form {
    margin: 0 auto;
  }
  main.list .table .number,
  main.list .table .category,
  main.list .table .view,
  main.list .table .writer {
    display: none;
  }
}

main.view {
  margin-top: 14rem;
  margin-bottom: 8rem;
}

main.view h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  letter-spacing:-1px;
  font-family: "Gothic A1";
}

main.view h2:after {
  display: block;
  margin: 2rem auto;
  width: 200px;
  height: 1px;
  content: '';
  background: rgba(0, 0, 0, 0.1);
}

main.view .info {
  margin-bottom: 5rem;
  color: #8e8e8e;
  text-align: center;
}

main.view .info span.badge {
  margin-right: 0.5rem;
  padding: 0.5em 0.65em 0.35rem;
  background-color: #868e96;
}

main.view .info > span {
  margin: 0 0.35rem;
}

main.view .info span:not(.badge) i {
  font-size: 1rem;
  color: #868e96;
}

main.view .btn-sm {
  padding: 0.5rem 1.5rem;
  font-size: 0.8rem;
}

main.view .card {
  margin-top: 2rem;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

main.view .card a {
  color: #787878;
}

main.view article {
  margin: 5rem 0;
}

main.view article img {
  display: block;
  margin-top: 3rem;
  max-width: 100%;
  height: auto;
}

main.view .prev-next {
  margin: 3rem 0;
}

main.view .prev-next h5 {
  font-size: 1rem;
}

main.view .prev-next .list-group-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

main.view .prev-next .list-group-item span {
  color: #8e8e8e;
}

main.view .prev-next .list-group-item span.small {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

main.view .empty {
  margin: 1rem 0;
  font-size: 1.5rem;
  color: #8e8e8e;
}

main.write {
  margin-bottom: 8rem;
}

main.write h2 {
  margin-bottom: 3rem;
  font-size: 3.4rem;
  text-align: center;
}

main.write .form-label {
  margin-top: 2rem;
  font-size: 1.7rem;
}

main.write .form-label span {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  color: #f03e3e;
  font-weight: normal;
}

main.write .form-control {
  margin-bottom: 0.5rem;
}

main.write .form-check {
  margin-bottom: 1.5rem;
}

main.write .privacy p {
  margin-top: 1rem;
  font-family: "Noto Sans KR";
  font-size: 1.5rem;
  font-weight: 500;
}

main.write .captcha {
  margin-top: 3rem;
  text-align: center;
}

main.write .submit {
  margin: 5rem 0 3rem 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  main.write .privacy p {
    text-align: center;
  }
}

main.result-inc {
  margin-top: 14rem;
  margin-bottom: 8rem;
}

main.result-inc .img {
  margin: 0 auto;
  width: 300px;
}

main.result-inc .img img {
  border-radius: 0.5rem;
}

main.result-inc .display-6 {
  margin: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #222;
  font-weight: 500;
  letter-spacing:-1px;
  font-family: "Noto Sans KR";
}

.modal-title {
  margin: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #222;
  font-weight: 600;
  letter-spacing:-1px;
  font-family: "Open Sans";
}

.modal-body p {
  margin: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #888;
  font-weight: 400;
  font-family: "Noto Sans KR";
  letter-spacing:-1px;
}

.modal-body .skill-column {
  margin: 3rem 0 1rem;
}

.modal-body .skill-bar {
  margin-top: 2rem;
}

.modal-body .skill-title {
  margin-top: 1.3rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
  font-weight: 500;
  letter-spacing:-1px;
  font-family: "Noto Sans KR";
}

.clients-section-two{
  position:relative;
  padding:90px 0px 100px;
  background-color:#e9eef3;
  overflow:hidden;
}

.clients-section-two.style-two::before{
  position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(22,26,51,0.90);
}

.clients-section-two .row{
  margin:0px -20px;
}

.clients-section-two .client-block-three{
  padding:0px 20px;
}

.clients-section-two .left-image{
  position:absolute;
  left:0px;
  top:100px;
  width:375px;
  height:100%;
}

.clients-section-two .right-image{
  position:absolute;
  right:-50px;
  top:100px;
  width:375px;
  height:100%;
}

@media only screen and (max-width: 1100px){
  .contact-form-section .sec-title .pull-right{
    width:100%;
  }
  .contact-info-boxed .info-inner .text{
    font-size:14px;
  }
  .banner-carousel .content-box h2{
    font-size:64px;
  }
  .banner-carousel .content-box.right-box{
    width:100%;
  }
  .banner-carousel .content-box .inner{
    margin-right:0px;
    padding:120px 0px;
  }
}

@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}

@media (max-width: 1199.98px) {
  .why-section .image-column .inner-column img{
    width: 60%;
    margin-left: -10rem;
  }
}

@media only screen and (max-width: 991.98px){
  .main-menu .navigation > li{
    margin-right: 20px;
  }
  .header-style-three .main-menu .navigation > li > a{
    font-size: 16px;
  }
  .why-section .image-column .inner-column img{
    margin-left: -6rem;
  }
  .admitted-section .quote-column .inner-column .quote-icon{
    position:relative;
  }
  .admitted-section-three .client-block-three{
    margin-bottom:30px;
  }
  .admitted-section{
    padding-bottom:80px;
  }
  .admitted-section-two .owl-nav{
    left:0px;
    right:0px;
  }
  .admitted-section-three .row{
    margin:0px -15px;
  }
  .admitted-section-three .client-block-three{
    padding:0px 15px;
  }
  .contact-form-section .inner-container{
    padding:40px 25px;
  }
}

@media only screen and (max-width: 767px){
  .sticky-header{
    display: none;
  }
  .main-header .top-left,
  .feature-block .inner-box:before{
    display: none;
  }
  .header-top-three .top-right{
    margin-right:5px;
  }
  .main-header .top-right {
    float: right;
  }
  .header-style-three .header-upper{
    position: relative;
  }
  .header-style-three .header-upper .logo-outer{
    position: absolute;
    top: -30px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .main-header .logo-outer .logo img{
    max-width: 100px;
  }
  .header-style-three .header-upper .nav-outer{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
  .main-header .main-box .logo-box{
    width: auto;
    padding: 10px 0;
  }
  .main-header .main-menu{
    padding-top: 0px;
    width: 100%;
    margin: 0px;
  }
  .main-menu .navbar-header {
      position: relative;
      float: none;
      display: block;
      text-align: right;
      width: 100%;
      padding: 15px 0px 15px;
      right: 0px;
  }
  .main-header .top-right > ul > li{
    padding-left: 0;
    border-left: 0;
  }
  .main-header .outer-box{
    display: none;
  }
  .main-menu .collapse {
     max-height:400px;
    overflow:auto;
    float:none;
    width:100%;
    padding:10px 0px 0px;
    border:none;
    margin:0px 0px 15px;
    -ms-border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px;
    box-shadow:none;
   }
  .main-menu .collapse.in,
  .main-menu .collapsing{
    padding:10px 0px 0px;
    border:none;
    margin:0px 0px 15px;
    -ms-border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px;
    box-shadow:none;  
  }
  .navbar-dark .navbar-toggler{
    border:0;
    padding: 0;
  }
  .navbar-toggler .icon{
    position: relative;
    font-size: 26px;
    line-height: 1.4em;
    color: #fff;
    width: 50px;
    height: 40px;
    border-radius:0px;
    border-radius:2px;
    display: inline-block;
    border: none;
  }
  .navbar-light .navbar-toggler{
    border: 0;
    padding: 0;
  }
  .main-menu .navbar-collapse > .navigation{
    float:none !important;
    margin: 0px !important;
    width:100% !important;
    padding-top: 10px;
    padding-bottom: 15px;
    border:none;
    background:#fff;
  }
  .main-menu .navbar-collapse > .navigation > li{
    margin:0px !important;
    float:none !important;
    padding:0px;
    width:100%;
  }
  .main-menu .navigation > li > a,
  .main-menu .navigation > li > ul:before{
    border:none;  
  }
  .main-menu .navbar-collapse > .navigation > li > a{
    padding:10px 10px !important;
    border:none !important;
    font-size:15px !important;
  }
  .main-menu .navigation li.dropdown > a:after,
  .main-menu .navigation > li.dropdown > a:before,
  .main-menu .navigation > li > ul > li > a::before,
  .main-menu .navigation > li > ul > li > ul > li > a::before{
    color:#ffffff !important;
    right:15px;
    font-size:16px;
    display:none !important;
  }
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
    position:relative;
    border:none;
    float:none;
    visibility:visible;
    opacity:1;
    display:none;
    margin:0px;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    padding:0px;
    outline:none;
    width:100%;
    background:#f97534;
    -webkit-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    transition:none !important;
    -webkit-transition:none !important;
    -ms-transition:none !important;
    -o-transition:none !important;
    -moz-transition:none !important;
    -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
    -webkit-box-shadow:none;
    -ms-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    
  }
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
    border-top:1px solid rgba(255,255,255,1) !important;  
  }
  .main-menu .navbar-collapse > .navigation > li,
  .main-menu .navbar-collapse > .navigation > li > ul > li,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
    border-top:1px solid rgba(255,255,255,1) !important;
    border-bottom:none;
    opacity:1 !important;
    top:0px !important;
    left:0px !important;
    padding:0px;
    visibility:visible !important;
  }
  .main-menu .navbar-collapse > .navigation > li > ul > li:first-child,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:first-child{
    border-top:none !important;  
  }
  .main-menu .navbar-collapse > .navigation > li:first-child{
    border:none;  
  }
  .main-menu .navbar-collapse > .navigation > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
    padding:12px 20px !important;
    line-height:1;
    color:#888;
    font-weight:500;
    font-size:15px;
    background:#fff;
    text-align:left;
  }
  .main-menu .navbar-collapse > .navigation > li > a:hover,
  .main-menu .navbar-collapse > .navigation > li > a:active,
  .main-menu .navbar-collapse > .navigation > li > a:focus{
    background:#ff5926;
  }
  .main-menu .navbar-collapse > .navigation > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li.current > a,
  .main-menu .navbar-collapse > .navigation > li.current-menu-item > a{
    background:#fff;
    color:#000 !important;
  }
  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
    display:block;
  }
  .main-menu .navigation > li > ul > li > ul > li,
  .main-menu .navigation > li > ul > li{
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu .navigation > li > ul > li > ul > li > a,
  .main-menu .navigation > li > ul > li > a{
    border-bottom: 0;
  }
  .main-menu .navigation > li > ul > li.dropdown::after,
  .sec-title-two h2 br,
  .main-menu .navigation > li > ul:before{
    display:none !important;  
  }
  .sec-title{
    margin-bottom: 40px;
  }
  .banner-carousel .content-box h2{
    font-size:50px;
  }
  .main-footer .footer-bottom .copyright{
    margin-bottom:8px;
  }
  .main-footer .footer-widget{
    text-align: center;
  }
  .main-footer .footer-widget.logo img{
    max-height: 120px;
  }
  .main-footer .footer-widget h2{
    margin-top: 1rem;
  }
  .main-footer .footer-widget .service-list li{
    margin-bottom: 0;
  }
  .main-header.header-style-three .option-box{
    margin-left:0px;
  }
  .header-style-three .search-box-outer{
    padding:12px 0px;
    margin-left:0px;
  }
  .main-header.header-style-three .search-box-outer .dropdown-menu{
    left:0px;
    right:auto;
    top:51px !important;
  }
  .in-touch-section{
    padding:2.5rem 0 1rem;
  }
  .in-touch-section .sec-title h2{
    font-size: 2rem;
  }
  .contact-form-section{
    padding:2.5rem 0 5rem;
  }
  .contact-form-section .sec-title .pull-left,
  .contact-form-section .sec-title .pull-right{
    float: none;
  }
  .contact-form-section .sec-title .title{
    text-align: center;
  }
  .contact-form-section .sec-title h2{
    display: block;
    margin-top: 0;
    text-align: center;
    font-size: 2rem;
  }
  .admitted-section{
    position:relative;
    padding:3rem 0 3.5rem;
  }
  .admitted-section .sec-title h2{
    margin-top: 0;
    font-size: 2rem;
  }
  .admitted-section .sec-title .text{
    font-size: 1.1rem;
  }
  .admitted-section .quote-column .inner-column .quote-icon{
    font-size:380px;
  }
  .admitted-section .quote-column .author-one{
    left:35%;
    width: 180px;
    height: 180px;
  }
  .admitted-section .quote-column .author-two{
    right: 12%;
    top: -5%;
    width: 120px;
    height: 120px;
  }
  .admitted-section .quote-column .author-three{
    left: 15%;
    top: 60%;
  }
  .admitted-section .quote-column .author-four{
    right: 3%;
    top: 65%;
  }
  .admitted-section .quote-column .author-five{
    left: 16%;
    top: 16%;
    overflow: hidden;
    display: inline-block;
  }
  .admitted-section .quote-column .author-six{
    right: 38%;
    top: 68%;
  }
  .admitted-section .quote-column .author-seven{
    right: -1%;
    top: 38%;
    width: 72px;
  }
  .consulting-section-two{
    padding:3rem 0 3rem;
  }
  .consulting-section-two .sec-title h2{
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  .consulting-block-two .inner-box .info-box h3{
    font-size:1.5rem;
    min-height: auto;
  }
  .consulting-block-two .inner-box .info-box .text{
    font-size:1rem;
    min-height: auto;
    margin-bottom: 2rem;
    line-height: 1.3;
  }
  .consulting-block-two .inner-box .info-box .theme-btn .arrow{
    display: inline;
  }
  .consulting-block-two .inner-box .info-box .info-inner {
    padding-bottom: 40px;
  }
  .why-section{
    padding:2.5rem 0 5rem;
  }
  .why-section .side-image{
    width: 100%;
    background-image: url("../images/a1-1-1.jpg") !important;
    background-position: 0 285px;
    background-repeat: no-repeat;
  }
  .why-section .image-column .inner-column img{
    max-width: 250px;
    margin-left: -9rem;
  }
  .why-section .sec-title .title{
    text-align: center;
  }
  .why-section .sec-title h2{
    display: block;
    margin-top: 0;
    text-align: center;
    font-size: 2rem;
  }
  .why-section .content-column .inner-column .bold-text{
    font-size: 1.2rem;
    letter-spacing: -1px;
    text-align: center;
  }
  .why-section .content-column .inner-column .text{
    margin-top: 5rem;
  }
  .why-section .content-column .inner-column .text p{
    color: #fff;
    letter-spacing: -1px;
    font-family: "Noto Sans KR";
    font-weight: 500;
  }
  .clients-section-two{
    padding:2.5rem 0 3rem;
  }
  .clients-section-two .sec-title .title{
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .clients-section-two .sec-title h2{
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.4;
  }
  .clients-section-two .sec-title .text{
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .banner-carousel .content-box h2{
    display: block;
  }
  .banner-section.style-two .content-box .inner.alternate{
    margin-right: 0;
    padding: 150px 0 70px;
  }
  .banner-carousel .content-box h2{
    font-size: 38px;
    line-height: 1.3;
  }
  .banner-carousel .content-box h3{
    font-size: 1.2rem;
    margin-top: 15px;
    line-height: 1.3;
  }
  .banner-carousel .content-box .text{
    font-size:16px;
    line-height: 1.3;
  }
  .btn-style-seven:hover::before,
  .btn-style-three:hover::before{
    background-color: transparent;
  }
  .services-block-three .inner-box{
    padding:25px 15px;
  }
}

@media only screen and (max-width: 728px){
  .why-section .side-image{
    background-position: 0 310px;
  }
}

@media only screen and (max-width: 599px){
  .sec-title h2::before,
  .sec-title h2::after{
    display:none;
  }
  .sec-title h2,
  .sec-title.centered h2{
    padding:0px;
  }
  .admitted-section .carousel-column .inner-column{
    padding-right:0px;
    padding-top:0;
  }
  .admitted-section .carousel-column .inner-column .owl-dots{
    position:relative;
    margin-top: 1rem;
    top: inherit;
    right: inherit;
    text-align: center;
  }
  .admitted-section .carousel-column .inner-column .owl-dots .owl-dot{
    display:inline-block;
    margin-right:10px;
  }
}

@media only screen and (max-width: 492px){
  .why-section .side-image{
    background-position: 0 339px;
  }
}

@media only screen and (max-width: 479px) {
  .price-block-two .inner-box .feature-box .feature-inner{
    padding:40px 25px 0px;
  }
  .main-header .search-box-outer .dropdown-menu{
    width:225px;
  }
  .featured-block .inner-box{
    padding-left:0px;
    text-align:center;
  }
  .featured-block .inner-box .icon-box{
    position:relative;
  }
}

@media only screen and (max-width: 380px){
  .why-section .side-image{
    background-position: 0 370px;
  }
}

@media only screen and (max-width: 358px){
  .why-section .side-image{
    background-position: 0 415px;
  }
}

@media only screen and (max-width: 320px){
  .why-section .side-image{
    background-position: 0 445px;
  }
}

/* popup */

#hd_pop {
  z-index: 999;
  position: relative;
  margin: 0 auto;
  height: 0;
}

#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.hd_pops {
  position: absolute;
  border: 1px solid #000;
  background: #fff;
}

.hd_pops img {
  max-width: 100%;
}

.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}

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

.hd_pops_footer button {
  padding: 10px;
  font-size: 0.85rem;
  font-family: 'Noto Sans KR', serif;
  line-height: 1.2;
  color: #afafaf;
  border: 0;
}

.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}

.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 767.98px) {
  .hd_pops_footer button {
    font-size: 0.8rem;
  }
}

.privacy-more {
  color: #999fb9;
  font-weight: 400;
}

.privacy-more:hover {
  color: #999fb9;
  text-decoration: underline;
}

#privacyModal .modal-body {
  max-height: 40vh;
  overflow-y: auto;
}

#privacyModal .modal-body h6 {
  font-size: 0.95rem;
}

#privacyModal .modal-body p {
  margin: 0;
  font-size: 0.9rem;
  font-family: 'Open Sans', sans-serif;
}
