/* 1 Reset
----------------------------------------------------------------------------- */
body {
  font-family: 'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  color: #535353;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
iframe {
  border: none;
  width: 100%;
}
a {
  color: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
p {
  color: #737373;
  line-height: 20px;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.role {
  color: #ebebeb;
  line-height: 16px;
  font-size: 11px;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 700;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  color: #fff;
}
h1 {
  font-weight: 900;
}
textarea {
  max-width: 100%;
  resize: none;
}
hr {
  margin: 10px 0px;
}
address {
  margin-bottom: 0px;
}
.btn {
  font-size: 14px;

  border-radius: 0;
  font-weight: 600;
  padding: 10px 28px 8px;
  color: #fff;
  border-width: 2px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 30px;
}
.btn:focus,
.btn:active {
  outline: none;
  color: #ffffff;
}
.btn-custom:hover,
.btn-custom:focus {
  color: #fff;
}
.btn-custom-outline {
  border-color: #ffffff;
}
.btn-custom-outline:hover,
.btn-custom-outline:focus {
  color: #333 !important;
  background-color: #ffffff;
}
.btn-bar a {
  margin-right: 10px;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  height: 38px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
section {
  background-image: url("/vn/2026/img/abk_bg.jpg");
  background-position: center top;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}
/* 2 Helper classes
----------------------------------------------------------------------------- */

.margin-t-md {
  margin-top: 30px;
}
.margin-b-md {
  margin-bottom: 30px;
}

.title {
  text-align: center;

  margin-bottom: 40px;
  color: #c2a152;
  font-size: 2.5em;
  font-weight: 500;
  text-shadow: 1px 1px 1px black;
}

@media only screen and (max-width: 768px) {
  .title {
    text-align: center;

    margin-bottom: 20px;
    color: #c2a152;
    font-size: 1.8em;
    font-weight: 600;
  }
}

#container {
  margin: 0 auto;
  text-align: center;
}
.tab {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.tab ul {
  margin: 0px auto;
  text-align: center;
}
/* Float the list items side by side */
.tab li {
  float: left;
}
/* Style the links inside the list items */
.tab li a {
  display: inline-block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  padding: 10px 19px;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  transition: 0.1s;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 0px;
  color: #fff;
}
ul.tab li.current {
  background-color: #c3996b;
  color: #222;
}
.tabcontent.current {
  display: block;
}

.title_sub {
  text-align: center;
  letter-spacing: 0em;

  margin-bottom: 50px;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.title_num {
  text-align: center;
  letter-spacing: 0em;

  margin-top: 50px;
  margin-bottom: 150px;
  color: #fff;
  font-size: 3.5em;
  font-weight: 700;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.title_2 {
  position: relative;
  text-align: center;
  letter-spacing: 0em;

  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.grap_warp {
  position: relative;
  text-align: center;
  display: block;
  margin-top: -100px;
  margin-bottom: 25px;
}

.title_3 {
  position: relative;
  top: 170px;
  text-align: center;
  letter-spacing: 0em;

  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.icn {
  position: relative;
  font-size: 50px;
  display: block;
  color: #fff;
}

.icn2 {
  position: relative;
  font-size: 50px;
  top: 175px;
  display: block;
  color: #fff;
}

.subtit {
  text-align: center;
  letter-spacing: 0em;

  margin-top: 60px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.slog {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.bg-gray {
  background: #f5f5f5;
}
.bg-dark {
  background: #24282f;
}
.text-dark {
  color: #24282f;
}
.titleHR {
  background: none repeat scroll 0 0
    #e1e1e1;
  height: 5px;
  margin: 20px auto;
  position: relative;
  text-align: center;
  width: 80px;
}
.titleHR span {
  border-left: 10px solid #f7f7f7;
  border-right: 10px solid #f7f7f7;
  display: inline-block;
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0px;
  width: 25px;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}
/* 4 Preloader
----------------------------------------------------------------------------- */
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* change if the mask should have another color then white */
  z-index: 999999;
}
.loader {
  width: 200px;
  height: 200px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* 5 Navigation/topbar
----------------------------------------------------------------------------- */
/* -- Topbar -- */
.tagline {
  background: #f6f6f6;
  font-size: 13px;
  color: #2d2e2e;
}
.email,
.phone {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 11px 0;
  font-size: 15px;
}
.tagline .pull-left i {
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
.email a {
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.email a:hover {
  color: #1dc6df;
}
.top_socials {
  margin: 0 12px;
}
.top_socials li {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  padding: 0;
}
.top_socials a {
  display: block;
  line-height: 40px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
}
.navbar-custom {
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
  z-index: 1000;
  border: none;
  color: #333;
  position: fixed;
  transition: background-color 0.5s
      ease-in-out,
    border 1s ease-in-out;
  -moz-transition: background-color 0.5s
      ease-in-out,
    border 1s ease-in-out;
  -webkit-transition: background-color
      0.5s ease-in-out,
    border 1s ease-in-out;
  -o-transition: background-color 0.5s
      ease-in-out,
    border 1s ease-in-out;
}
.navbar-custom .navbar-brand {
  background-image: url("/vn/2026/img/bi_w.png");
  background-repeat: no-repeat;
  width: 105px;
  height: 80px;
  font-size: 24px;

  color: #ffffff !important;
  margin: 15px 0 0;
  font-family: 'Roboto','Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 30px;
}
.navbar-custom .navbar-brand:hover {
  color: #ffffff;
}
.navbar-custom .nav {
  padding: 15px 0px;

}
.navbar-custom .navbar-nav > li > a {
  color: #f1f1f1;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;

}

@media(max-width:1100px) {
  .navbar-custom .navbar-nav > li > a {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;

  }
}

.navbar-custom
  .navbar-nav
  > .active
  > a,
.navbar-custom
  .navbar-nav
  > .active
  > a:hover,
.navbar-custom
  .navbar-nav
  > .active
  > a:focus,
.navbar-custom .navbar-nav > .open > a,
.navbar-custom
  .navbar-nav
  > .open
  > a:hover,
.navbar-custom
  .navbar-nav
  > .open
  > a:focus,
.navbar-custom
  .navbar-nav
  > li
  > a:hover,
.navbar-custom
  .navbar-nav
  > li
  > a:focus {
  background-color: transparent;
}
.small .navbar-brand,
.small .navbar-brand:hover {
  background-image: url("/vn/2026/img/bi_b.png");
  background-repeat: no-repeat;
  width: 150px;
  height: 80px;
}
nav.small {
  background-color: rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 2px 2px
    rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px
    rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px
    rgba(0, 0, 0, 0.1);
}

.small .navbar-nav > li > a {
  color: #fff;
}

.navbar-sticky {
  top: 43px !important;
}
.navbar-sticky.small {
  top: 0px !important;
}

.navbar-sticky {
  background-color: #ffffff;
}
.navbar-sticky .navbar-nav > li > a {
  color: #666;
}
.navbar-sticky .navbar-brand {
  font-size: 24px;

  color: #666 !important;
  margin: 15px 0 0;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.navbar-sticky-half {
  position: relative;
  background-color: #ffffff !important;
  box-shadow: 0 2px 2px
    rgba(0, 0, 0, 0.1);
}
.navbar-sticky-half
  .navbar-nav
  > li
  > a {
  color: #666;
}
.navbar-sticky-half .navbar-brand {
  font-size: 24px;

  color: #666 !important;
  margin: 15px 0 0;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

/* 6 Home
----------------------------------------------------------------------------- */
#home {
  padding: 250px 0;
  z-index: 1;
  position: relative;
  color: #fff;
  background: #000;
  min-height: 400px;
}
.home-bg {
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  opacity: 0.8;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/vn/2026/img/yt_bg.jpg)
    no-repeat center;
}

.intro-title-top {
  color: #e5d582;
  font-size: 50px;
  margin: 0px 0px 20px 0px;
  line-height: 1;
  text-shadow: 0 1px 0
    rgba(0, 0, 0, 0.75);
}

.intro-title {
  color: #ffffff;

  font-size: 30px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
}

.intro-title span {
  margin-left: 5px;
}
.intro-text {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 24px;
}

.cnt-text {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
  line-height: 24px;
}

.cnt-logo {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
  line-height: 24px;
}

h1.index_copy{
  width:500px;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
font-family: futura-pt-bold, sans-serif;
  line-height: 24px;
  text-align: center;
  margin:15px auto;
}

.cnt-text img {
  width: 300px;
}

.cnt-logo img {
  width: 330px;
}


@media(max-width:1100px) {

h1.index_copy{
  width:100%;
    font-weight: 700;
    font-size: 60px;
    color: #ffffff;
    margin-top: 30px;
    line-height: 80px;
  }

  .cnt-logo img {
    width: 70%;
  }
}


.cnt-num {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 400;
  font-size: 90px;
  color: #e5d582;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 24px;
}

.cnt-num span {
  display: inline-block;
  vertical-align: middle;
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 24px;
}

.prd-text {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 20px;
}

@media(max-width:1100px) {
  .prd-text {
    font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.3em;
  }
}

.prd-text2 {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.prd-text3 {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5em;
}




.cnt_txt {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-size: 40px;
  color: #e6bf87;
  font-weight: 800;
  text-shadow: 1px 1px black;
  line-height: 1.2;
}

.cnt_txt span.dan {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-size: 20px;
  color: #e6bf87;
  font-weight: 600;
  text-shadow: 1px 1px black;
      vertical-align: middle;
}


@media(max-width:1100px) {

  .prd-text3 {
    font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.5em;
  }

  .cnt_txt {
    font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    font-size: 80px;
    color: #e6bf87;
    font-weight: 800;
    text-shadow: 1px 1px black;
    line-height: 1.2;
  }

  .cnt_txt span.dan {
    font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    font-size: 40px;
    color: #e6bf87;
    font-weight: 600;
    text-shadow: 1px 1px black;
        vertical-align: middle;
  }



}


.prd-count {
  font-family:'Roboto', 'Noto Sans KR', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  color: #ed145b;
  font-size: 60px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 30px;

  line-height: 28px;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.6s infinite;
  -moz-animation: blink 0.6s infinite;
  -ms-animation: blink 0.6s infinite;
  -o-animation: blink 0.6s infinite;
  animation: blink 0.6s infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*=======Home-Full========*/
.main-home-full {
  height: 100vh;
  padding: 60px 0;
  z-index: 1;
  text-align: center;
  position: relative;
  font-size: 13px;
  color: #fff;
  background: #000;
  min-height: 400px;
}
.home-header-content {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
/*======Home Slideshow=========*/
.bg-slider-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -999;
  background: #595959;
  opacity: 0.5;
}
.bg-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bg-slider-wrapper .flexslider .slide {
  height: 690px;
}
.bg-slider-wrapper
  .flexslider
  .slide.slide-1 {
  background: #65758e
    url("../img/img-1.jpg") no-repeat
    50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper
  .flexslider
  .slide.slide-2 {
  background: #65758e
    url("../img/img-2.jpg") no-repeat
    50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper
  .flexslider
  .slide.slide-3 {
  background: #65758e
    url("../img/img-3.jpg") no-repeat
    50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper
  .flexslider
  .flex-control-nav {
  z-index: 20;
  bottom: 45px;
  position: relative;
}
.bg-slider-wrapper
  .flexslider
  .flex-control-nav
  li
  a {
  background: rgba(255, 255, 255, 0.3);
}
.bg-slider-wrapper
  .flexslider
  .flex-control-nav
  li
  a.flex-active {
  background: rgba(255, 255, 255, 0.8);
}
/*=======Home Slider======*/
.carousel-section {
  background-image: url("../img/img-3.jpg");
  overflow: hidden;
  padding: 200px 0px 160px;
}
.carousel-razon .carousel-caption {
  position: static;
  text-align: center;
}
.carousel-razon .carousel-indicators {
  bottom: -130px !important;
}
.carousel-razon
  .carousel-indicators
  li {
  margin: 0 2px;
}
.carousel-indicators li {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 12px;
  width: 12px;
  background: transparent;
}
.carousel-indicators .active {
  background: #fff;
}

.carousel-text span {

}
.carousel-text p {
  color: #ffffff;
  font-size: 16px;
}
/*=====video Half======*/
section.home-section {
  padding: 0px !important;
}
.home-section {
  background-attachment: fixed;
  background: #000000;
  width: 100%;
  min-height: 650px;
  text-align: center;
  position: relative;
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
}
.home-section .container {
  max-width: none;
  width: 100%;
}
.video-bg-slider {
  height: 650px;
  position: relative;
}
.video-bg-slider:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.slidero {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 100;
}
/*=====Home-Full-Video======*/
.video-bg-slider-full {
  height: 100vh;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .video-bg-slider-full {
    display: hidden;
    height: 100vh;
    position: relative;
  }
}

/*========Home-sticky-full=====*/
.main-home-sticky-full {
  height: 100vh;
  padding: 60px 0;
  z-index: 1;
  text-align: center;
  position: relative;
  font-size: 13px;
  color: #fff;
  background: #000;
  min-height: 400px;
}
.video-bg-slider-full:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
/* 7 About-us
----------------------------------------------------------------------------- */
#about-us .features-box {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.features-box i {
  font-size: 36px;
}

.features-box p {
  line-height: 22px;
}
.advanced-about {
  overflow: hidden;
  clear: both;
}
.advanced-about ul li {
  margin: 10px 0px;
}
.advanced-about ul li i {
  margin-right: 10px;
}

/* 8 Fun-facts
----------------------------------------------------------------------------- */
.fun-facts {
  overflow: hidden;
  color: #ffffff;
}
.facts {
  margin: 20px 0px;
}
.facts i {
  font-size: 24px;
  width: 80px;
  display: block;
  height: 80px;
  line-height: 74px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px double;
}

.item-table-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
  color: #e4e4e4;
}

.item-table-wrap th {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid
    rgba(255, 255, 255, 0.2);
}

.item-table-wrap td {
  padding: 20px;
  border-top: 1px solid
    rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

/* 9 Portfolio
----------------------------------------------------------------------------- */
/* image hover effect */
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}
.item-img-wrap img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 250ms
    linear;
  transition: opacity 250ms linear;
}
.item-img-wrap:hover
  .item-img-overlay
  span {
  opacity: 1;
}
.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.work-desc {
  width: 100%;
  padding: 16px 20px;
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-top: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}
.work-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.work-desc span {
  margin-top: 10px;
}
/* 10 inner (Info)
----------------------------------------------------------------------------- */
#inner-section {
  background: url(../img/img-2.jpg)
    center;
}
.intermediate-container .subheading h4 {
  color: #ffffff;
}
.intermediate-container .heading h2 {
  font-size: 40px;
  line-height: 47px;

  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
/* 11 Team / Skills
----------------------------------------------------------------------------- */
.team h5 {
  color: #9aa7af;
}
.skill-chart,
.skill h4 {
  margin: 0px auto;
  color: #ffffff;
}
.skill i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

/* ==========
   Simpal Pricing
   ========== */
.pricing-box {
  background-color: #ffffff;
  position: relative;
  padding: 30px;
  border-top: 4px solid;
  border-radius: 5px;
  text-align: center;
}
.plan-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  line-height: 36px;
}
.plan-price {
  font-size: 22px;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}
.plan-price small {
  font-size: 14px;
}
.plan-fetures {
  padding: 20px;
  border-top: 2px solid #eee;
}
.price-sign {
  font-size: 23px;
  padding-top: 0px 0px 0px 0px;
}
.plan-month {
  font-size: 14px;
  color: #6f6f6f;
  padding-top: 0;
  line-height: 50px;
}
.plan-subtitle i {
  color: #64b937;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.plan-start {
  font-size: 28px;
  color: #64b937;
}
.pricing-list {
  font-size: 15px;
}

/* 12 Services
----------------------------------------------------------------------------- */
.service-item i {
  float: left;
  font-size: 28px;
  line-height: 36px;
  width: 30px;
}
.service-item .service-detail {
  margin-left: 65px;
}

.service-item .service-detail h4 {
  font-size: 20px;
}
.service-item .service-detail p {
  color: #999;
  line-height: 26px;
}

/* 13 Testimonials
----------------------------------------------------------------------------- */
#testimonials {
  background: url(../img/img-2.jpg)
    center;
}
.testi-slide {
  color: #f1f2f3;
}
.testimonial-box h4 {
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
}

.testimonial-box .testi-user {
  width: 48px !important;
  height: 48px !important;
  margin: 10px auto;
}

.testimonial-box p > span {
  color: #ffbd4a;
}
.owl-theme
  .owl-controls
  .owl-page
  span {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: transparent;
}

/* 14 Partners
----------------------------------------------------------------------------- */
.partners {
  margin: 0 15px 30px 15px;
  overflow: hidden;
}
.partner {
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
  -moz-box-shadow: -1px -1px 0px 0px #ebeef0;
  box-shadow: -1px -1px 0px 0px #ebeef0;
}
.partner > img {
  max-width: 100%;
  max-height: 100%;
}

/* 15 Contact
----------------------------------------------------------------------------- */

.error {
  margin: 8px 0px;
  display: none;
  color: red;
}
#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}
#contact .con_sub_text {
  margin-top: 20px;
}
#contact textarea.form-control {
  height: 120px;
}
#contact i {
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 36px;
}
#contact h4 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}
#contact a.support {
  display: block;
  font-size: 30px;
}
.info-contact {
  font-size: 16px;
}
.error_message {
  padding: 10px;
  background-color: rgba(
    244,
    35,
    103,
    0.2
  );
  margin-bottom: 20px;
  text-align: center;
}

.contact-loader {
  float: left;
}

#success_page {
  text-align: center;
  margin-top: 50px;
}

#success_page h3 {
  color: #0dba26;
}
/* 16 Footer
----------------------------------------------------------------------------- */
.footer {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer h5 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}
.footer ul.footer-list li a:hover {
  color: #fff;
}
.footer ul.footer-list li a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 5px 0;
}
.footer-alt {
  background-color: #1f1f23;
}
.footer-alt .copy-rights {
  margin: 0px;
  line-height: 45px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.footer-alt .copy-rights_address {
  margin-bottom: 30px;
  line-height: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

/* 17 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
}
.back-to-top i {
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 38px;
}

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .nav > li > a {
    padding: 10px 11px;
  }
}
@media only screen and (height: 568px) {
  .bg-slider-wrapper
    .flexslider
    .slide {
    height: 610px !important;
  }
}
@media only screen and (height: 640px) {
  .bg-slider-wrapper
    .flexslider
    .slide {
    height: 610px !important;
  }
}
@media only screen and (height: 667px) {
  .bg-slider-wrapper
    .flexslider
    .slide {
    height: 555px !important;
  }
}
@media only screen and (height: 736px) {
  .bg-slider-wrapper
    .flexslider
    .slide {
    height: 555px !important;
  }
}
@media only screen and (height: 736px) {
  .bg-slider-wrapper
    .flexslider
    .slide {
    height: 565px !important;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-custom {
    background-color: #000;
  }
  .navbar-custom .navbar-brand {
    background-image: url("/vn/2026/img/bi_m.png");
    background-repeat: no-repeat;
    width: 195px;

    padding: 13px 15px 20px 15px;
    margin-top: 15px;

    height: 80px;
  }
  .navbar-sticky {
    top: 0px !important;
  }
  .navbar-nav > li > a {
    color: #666 !important;
  }
  .navbar-custom .navbar-toggle {
    margin-top: 35px;
  }
  .intro-title,
  .intermediate-container .heading h2 {
    font-size: 24px;
  }
  #home {
    padding: 200px 0px 120px;
  }
  .features-box .col-sm-4 {
    text-align: center !important;
  }
  .advanced-about
    .col-sm-6:first-of-type,
  .skill {
    margin-bottom: 30px;
  }
  .facts {
    margin-bottom: 50px;
  }
  .bg-slider-wrapper
    .flexslider
    .slide {
    height: 540px;
  }
  .pricing-box {
    margin-top: 20px;
  }
  .btn-bar .btn-custom,
  .btn-custom-outline {
    margin: 7px;
  }
}

.owl-pagination {
  position: absolute;
  top: -40px;
  text-align: center;
  height: 200px;
  width: 100%;
}

.countdown_wrap {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 100;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.countdown_wrap span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #fff;
}

.countdown {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
.countdown .timeel {
  display: inline-block;
  font-weight: 300;
  margin: 0;
  color: #f39800;
}
.countdown .timeel.txt {
  margin-left: 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .countdown_wrap {
    display: none;
  }
}

.chart {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0px auto;
  padding-bottom: 30px;
}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 10px 10px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.8);
  color: #ddd;
  font-size: 14px;
  font-weight: 600;

  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  box-shadow: 0 1px 3px
    rgba(0, 0, 0, 0.5);
  pointer-events: none;
  &::after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 0;
    margin: 0 0 0 -6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid
      rgba(0, 0, 0, 0.7);
    line-height: 0;
  }
}
.doughnutSummary {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 #111;
  cursor: default;
}
.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 22px;
  letter-spacing: 0.06em;
}
.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15%;
  font-size: 55px;
}
.chart path:hover {
  opacity: 0.65;
}

.bord img {
  width: 100% !important;
}


ul.countdown {
  font-family: Roboto;
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  }
  ul.countdown li {
  display: inline-block;
  }
  ul.countdown li span {
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
  }
  ul.countdown li.seperator {
  font-size: 80px;
  line-height: 70px;
  vertical-align: top;
  }
  ul.countdown li p {
  color: #a7abb1;
  font-size: 14px;
  }
  @media(max-width:1100px) {

    ul.countdown {
      font-family: Roboto;
      list-style: none;
      margin: 30px 0;
      padding: 0;
      display: block;
      text-align: center;
      font-size: 100px;
      font-weight: 800;
      }
      ul.countdown li {
      display: inline-block;
      }
      ul.countdown li span {
      font-size: 100px;
      font-weight: 800;
      line-height: 80px;
      }
      ul.countdown li.seperator {
      font-size: 80px;
      line-height: 70px;
      vertical-align: top;
      }
      ul.countdown li p {
      color: #a7abb1;
      font-size: 14px;
      }

  }

  .cnt_box_start {
    color: #ffffff;
    display: flex;
    position: absolute;
    z-index: 9999;
    font-size: 35px;
    font-weight: 800;
    font-family: pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    padding: 30px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
}

#start_btn {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-size: 0.5em;
  font-weight: 600;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 50px;
}

@media(max-width:1100px) {

  .cnt_box_start {
    color: #ffffff;
    display: flex;
    position: absolute;
    z-index: 9999;
    font-size: 60px;
    font-weight: 800;
    font-family: pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    padding: 30px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
}

#start_btn {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-size: 0.5em;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 50px;
}

}
@media screen and (max-width: 767px){
.cnt_box_start {
    color: #ffffff;
    display: flex;
    position: absolute;
    z-index: 9999;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
}

#start_btn {
  color: #fff;
  border: 2px solid #fff;
  line-height: 1.2;
  padding: 10px 15px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 50px;
}


}


/* 탭 전체 스타일 */
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1005px;
  margin: 0 auto;}

/* 탭 스타일 */
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border: 1px solid #b68c65;

  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #676767;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/* 라디오 버튼 UI삭제*/
input[name="tab_item"] {
  display: none;
}

/* 탭 컨텐츠 스타일 */
.tab_content {
  display: none;
  padding: 40px 0px 0;
  clear: both;
  overflow: hidden;
}


/* 선택 된 탭 콘텐츠를 표시 */
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/* 선택된 탭 스타일 */
.tabs input:checked + .tab_item {
  background-color: #5c0c10;
  color: #fff;
}





.navbar-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 15px 15px;
    position: relative;
}

/* 로고 */
.logo {
    min-width: 90px;
    height: 60px;
    display: flex;
    align-items: center;
}

/* 플래그 영역 */
.flag {
    display: flex;
    align-items: center;
    gap: 6px;
}
.flag a img {
    width: 25px;



    margin: 0 1px;
}
@media (max-width: 767px) {
    .flag a img {
        width: 25px;

    }
}

/* 햄버거 버튼 */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 8px;
    margin-right: 2px;
}
.hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
}


/* 모바일 메뉴 오버레이 */
.mobile-menu-overlay {
    display: none;
    position: fixed; top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.92);
    z-index: 2001;
    justify-content: center; align-items: center;
    flex-direction: column;
}
.mobile-menu-overlay ul {

    padding: 38px 20px 20px 20px;
    list-style: none;
    text-align: center;

    margin: 0;
}
.mobile-menu-overlay ul li {
    margin: 22px 0;
}
.mobile-menu-overlay a {
    color: #FFF;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.close-btn {
    position: absolute;
    top: 36px; right: 38px;
    background: none; border: none;
    font-size: 2.6rem;
    color: #fff;
    cursor: pointer;
    z-index: 2003;
}

/* PC/모바일 메뉴 토글 */
@media (max-width: 991px) {
    .gnb { display: none !important; }
    .hamburger { display: flex; }
    .flag { top: 12px !important; }
}
@media (min-width: 992px) {
    .mobile-menu-overlay { display: none !important; }
    .hamburger { display: none !important; }
}

@media (max-width: 600px) {
    .mobile-menu-overlay ul { padding: 28px 0 10px 0; }
    .flag { right: 8px !important; }
}
