/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url(https://fonts.googleapis.com/css?family=Mitr:200,300,400,500,600,700&display=swap&subset=latin-ext,thai,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Stardos+Stencil:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500&display=swap&subset=korean);
body {
    overflow-x: hidden;
    font-family: 'Noto Sans KR', sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1{
  /*text-transform: uppercase;*/
  font-family: 'Mitr', sans-serif;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom:0px;
  line-height: 0.3;
  font-size: 28px;}
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-light-gray1 {
    background-color: #f7f7f7;
    background-attachment: scroll;
    /*background-image: url(../img/manage.png);*/
    background-position: center center;
}
.bg-darkest-gray {
    background-color: #222;
}






.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color:rgb(254, 209, 54);
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color:rgb(254, 209, 54);
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #EFEFEF;
    opacity: 0.9;
}

.navbar-default .navbar-brand {
    font-family: 'Allerta Stencil', sans-serif;
    color: #000;
}

.navbar-brand .logo {
  width: 100%;
  height: auto;
  max-width: 40px;
}

/*  max-width: auto;*?
  /*
	width:53px; height:39px; position:relative; left:0px; top:-8px;
  */
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
    font-size: 12px;
}

.navbar-default .navbar-toggle {
    border-color: #EFEFEF;
    background-color: #EFEFEF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #EFEFEF;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #C9CACA;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #EFEFEF;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #9FA0A0;
    background-color: #EFEFEF;
}

@media(min-width:768px) {
    .navbar-default {
        /*padding: 25px 0;*/
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 3em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

	/*.navbar-brand .logo {
    max-width: 80px;
	}*/


    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        /*padding: 25px 0;
        background-color: #222;*/
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    /*text-align: center;*/
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg3.jpg);
    height: 460px;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: #000;
    opacity: 0.8;

}

header .intro-text .intro-lead-in {
    margin-bottom: 12px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-shadow: 0.5px 0.5px #000;
}

header .intro-text .intro-heading {
    /*margin-bottom: 25px;
    text-transform: uppercase;*/
    font-family: 'Stardos Stencil', cursive;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:650px) {
  header .intro-text {
      padding-top: 200px;
      padding-bottom: 50px;
      background-color: inherit;
      opacity:inherit;
  }

}

@media(min-width:768px) {
    header .intro-text {
        /*padding-top: 500px;*/
        padding-bottom: 700px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 12px;
        /*line-height: 40px;*/
    }

    header .intro-text .intro-heading {
        /*margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-size: 30px;
        font-weight: 400;
        line-height: 75px;
        margin-top: 25px;
    }
}

section {
    padding: 100px 0;

  }


section h1.section-heading {
    font-size: 40px;
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
    color: #000;
}
section h2.section-heading1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px #000;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
    color: #000;
}

.game-develp {
  display: flex;
    justify-content: space-around;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}


section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}


::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}


.markerUrl {color:#06F}
.markerUrl:hover {color:#F90}

.vision {
  color: #fff;
  background-attachment: scroll;
  /*background-image: url(../img/vision-bg2.png);*/
  background-position: center center;
}

.visionUl {
	list-style:none; width:100%; padding:10px
}

.visionUlj {
	list-style:none; width:100%;
  padding:10px;
  text-align: center;
}

.visionUl li {width:100%; padding-bottom:15px; color:#000;}

.container svg {height: 112px;}

.office {
  color: #fff;
  background-attachment: scroll;
  background-image: url(../img/office.png);
  height: 720px;
  background-position: center center;
}

address {margin-top:20px}


.burning {
  color:#FFF;
  font-size: 40px;
}

.serviceBg {
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/startup.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
