@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

*{
    margin: 0;
    padding: 0
}

body {
    font-family: 'Nanum Gothic', Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.2;
    background-color: #fff;
    color: #797979;
    overflow-y: auto;
}



html {-ms-overflow-style: scrollbar;}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    text-align: center;
}


.img_center {
margin-left: auto; margin-right: auto; display: block;
}




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


h1 {
    font-size: 35px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}


    .pcinv {
        display : none;
    }


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

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


.display-table-cell > h2{
    color: white;
    text-align: center;
}




.padding-top-90 {
    padding-top: 90px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.sec_title {
    padding-bottom: 25px;
    text-align: center;
}

.sec_title h2 {
    font-size: 45px;
    font-weight: 900;
    color: #242424;
}


.sec_title p {
    font-size: 20px;
    font-weight: 400;
    color: #242424;
}



.primary_bg {
    background-color: #f4f4f4;
}

.primary_bg2 {
    background-color: #0c497b;
}


.bg_image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


@media (max-width:800px){
    .bg_image {background: 50% no-repeat;}
}




.animated_scroll {
    animation-name: none;
    visibility: visible;
}


h1, h2, h3, h4,
.navbar-nav > li > a,
.navbar-default .navbar-brand,
.skills .skill span,
.portfolio ul li,
.testimonials .name-job .name {
    font-family: 'nanumgothic', sans-serif;
}
/*End Common Styles*/



/*=================================*/
/*  02.Preloader
/*=================================*/


.navbar-nav > li > a > span {
    color:#98bfff;
    font-size:13px;
}



.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100000;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0,0,0, 0.08);
    border-right: 2px solid rgba(0,0,0, 0.08);
    border-bottom: 2px solid rgba(0,0,0, 0.08);
    border-left: 2px solid rgba(0,0,0, 0.8);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*End Preloader*/



/*=================================*/
/*  03.Scroll Top
/*=================================*/

.top {
    position: fixed;
    bottom: 8px;
    right: 10px;
    z-index: 50000;
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scroll_top_show {
    transform: translateX(0);
    opacity: 1;
}

.top i {
    background: #313131;
    color: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

/*End Scroll Top*/



/*=================================*/
/*  04.Home Section
/*=================================*/

.navbar-default {
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-nav > li,
.navbar-brand {
    padding: 30px 32px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
}

.navbar-default .navbar-nav > li > a {
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}



.navbar-nav > li > a > span:nth-of-type(1){
    font-family: sans-serif;
    font-size: 22px;
    color:#fff;
    font-weight: 700;
    margin-right: 10px;
}


.navbar-nav > li > a > span:nth-of-type(2){
    font-family: sans-serif;
    font-size: 30px;
    color:skyblue;
    font-weight: 700;
    margin-right: 10px;
}


.navbar-nav > li > a > span:nth-of-type(3){
    font-family: sans-serif;
    font-size: 22px;
    color:#fff;
    font-weight: 700;
}





.navbar-default .navbar-nav a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.85);
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    transition: -webkit-transform .3s cubic-bezier(0.55,.085,.68,.53),opacity .2s cubic-bezier(0.55,.085,.68,.53);
    transition: transform .3s cubic-bezier(0.55,.085,.68,.53),opacity .2s cubic-bezier(0.55,.085,.68,.53);
}



.nav_scroll {
    background-color: rgba(0, 0, 0, 0.85);
}

.nav_scroll .navbar-nav > li,
.nav_scroll .navbar-brand {
    padding: 20px 32px 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.collapsed .icon-bar {
    transform: none !important;
    opacity: 1 !important;
}

.home .display-table {
    height: 100%;

}

.home dt {
    color: #fff;
    font-size: 95px;
    text-align: center;
    font-weight: 350;
    letter-spacing: 10px;
}

.mgt_70 {
    margin-top:70px;
}

.mgt_50 {
    margin-top:50px;
}

.mgt_40 {
    margin-top:40px;
}

.mgt_30 {
    margin-top:30px;
}

.mgl_30 {
    margin-left:30px;
}

.mgt_20 {
    margin-top:20px;
}

.mgt_10 {
    margin-top:10px;
}

.pdt_10 {
    padding-top:10px;
}

.mgt_m5 {
margin-top:-5px;
}


.home h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}


.home h3 {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    margin-top:5px;
}

.home h4 {
    color: #fff;
    text-align: center;
    font-size: 31px;
    font-weight: 400;
    margin-top:50px;
}

.home h4 span {
    font-size: 60px;
    font-weight: 500;

}


.home h5 {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    overflow: hidden;
    margin-top:15px;
}



.home h3 span:after {
    content: "-";
    position: absolute;
    top: 5px;
    left: 54%;
    width: 100%;
    height: 100%;
}

.home h3 span:last-of-type:after {
    content: "";
}

.home h3 span {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    margin-right: 5px;
    text-transform: uppercase;
}

.home .social {
    position: relative;
    z-index: 5;
}

.home .social li {
    display: inline-block;
}

.home .social a {
    margin-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home .social a:hover {
    opacity: 0.5;
}

.home .social li:first-of-type a {
    margin-left: 0;
}

.home .social i {
    font-size: 18px;
    color: #fafafa;
}

.scroll_down {
    position: absolute;
    left: calc(50% - 1px);
    width: 1px;
    height: 80px;
    bottom:-80px;
}

.scroll_down span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    z-index: 8;
    opacity: 0.8;
    background: #fff;
    -webkit-animation: animi-scroll-down 2.5s ease-in-out forwards infinite;
    animation: animi-scroll-down 2.5s ease-in-out forwards infinite;
}

@-webkit-keyframes animi-scroll-down {
  0% {
    clip: rect(0,auto,0,auto);
  }
   80% {
    clip: rect(0,auto,82px,auto);
  }
   100% {
    clip: rect(82px,auto,82px,auto);
  }
}
   @keyframes animi-scroll-down {
  0% {
    clip: rect(0,auto,0,auto);
  }
   80% {
    clip: rect(0,auto,82px,auto);
  }
   100% {
    clip: rect(82px,auto,82px,auto);
  }
}

/* Home Type */

.home .type h1 {
    font-weight: 600;
    margin-bottom: 45px;
}

.home .type h1 #typed {
    font-weight: 900;
}

.home .type span.typed-cursor {
    font-weight: 100;
    display: inline-block;
    transform: translateY(-5px);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.go_down {
    position: absolute;
    bottom: 15px;
    z-index: 5;
    width: 100%;
    text-align: center;
}

.go_down a {
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0.9;
    -webkit-animation: go_down_anim 1.5s linear 0s infinite;
    animation: go_down_anim 1.5s linear 0s infinite;
    position: relative;
}

.go_down span {
    display: inline-block;
    position: relative;
}

.go_down span:after, .go_down span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-126deg);
    transform-origin: 0% 45%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go_down span:before {
    transform: rotate(-54deg);
}

.go_down span:last-of-type {
    transform: scale(0.7);
    top: -8px;
    left: -3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go_down a:hover span:last-of-type {
    top: -10px;
}

.go_down a:hover span:last-of-type:before {
    transform: rotate(-90deg);
}

.go_down a:hover span:last-of-type:after {
    transform: rotate(-270deg);
}

@-webkit-keyframes go_down_anim {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
}

@keyframes go_down_anim {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
}

#particles-js{
    position: absolute;
    top: 0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.svg_shape {
    position: relative;
}

.scroll_svg {
    bottom: 65px;
}

.scroll_down_svg {
    bottom: 52px;
}

.svg_divider {
    position: absolute;
    bottom: -1px;
    transform: rotate(180deg);
    width: 100%;
    left: 0;
    overflow: hidden;
}

#bigHalfCircle {
    bottom: -10px;
    transform: rotate(0deg);
}

.svg_divider svg {
    fill: #fff;
    height: 40px;
    width: calc(100% + 2px);
}


/*End Home Section */



/*=================================*/
/*  05.About Section
/*=================================*/

.about {
    background-color:#fff;
}

.about h2 {
    font-size: 40px;
    font-weight: 350;
    color: #111;
    margin-bottom: 18px;
}


.about h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

.about .my__img {
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
}

.about .my__img:after,
.about .my__img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 90%;
    height: 90%;
    border: 8px solid rgba(0,0,0,0.05);
    margin-left: 10%;
}

.about .my__img:after {
    left: 15px;
    bottom: 15px;
    border-width: 2px;
    width: calc(90% - 30px);
    height: calc(90% - 30px);
}

.about .my__img img {
    position: relative;
    z-index: 5;
    box-shadow: 0 0 65px 0 rgba(0,0,0,0.15);
}

.about .padding-left-35 {
    padding-left: 35px;
}

.skills {
    margin-top: 20px;
}

.skills .skill {
    margin-bottom: 30px;
    visibility: hidden;
}

.skills .skill .progress_bg {
    background-color: rgba(0, 0, 0, 0.06);
}

.skills .skill .progress_bar {
    height: 5px;
    background-color: #222;
}

.skills .skill span {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.skills .skill span:last-of-type {
    float: right;
}

.about .about_btns a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    padding: 18px 20px;
    border: 2px solid #222;
    color: #000;
    min-width: 154px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about .about_btns a:first-of-type {
    margin-right: 30px;
    color: #fff;
    background-color: #222;
}

.about .about_btns a:first-of-type:hover {
    background-color: transparent;
    color: #000;
}

.about .about_btns a:last-of-type:hover {
    background-color: #222;
    color: #fff;
}

/*End About Section*/



/*=================================*/
/*  06.Portfolio Section
/*=================================*/

.portfolio .ul-filter {
    text-align: center;
    margin-bottom: 30px;
}

.portfolio ul li {
    display: inline-block;
    padding: 0 10px 10px 10px;
    margin-left: 10px;
    cursor: pointer;
    color: #B1B1B1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.portfolio ul li.active_filter,
.portfolio ul li:hover {
    color: #000;
}

.portfolio .grid-item {
    margin-bottom: 30px;
}

.portfolio .box {
    position: relative;
    overflow: hidden;
}

.portfolio .box:hover .boxContent {
    opacity: 1;
    transform: scale(1);
}

.portfolio .box img {
    width: 100%;
    height: auto;
}

.portfolio .box .boxContent {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
    z-index: 1;
    background: rgba(0,0,0,0.8);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.portfolio .box .title {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio .box .post {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 400;
    color: #999;
}

/*End Portfolio Section*/



/*=================================*/
/*  07.Services Section
/*=================================*/

.services .content {
    position: relative;
    z-index: 55;
    text-align: center;
    padding: 45px 25px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out 0s;
}

.services .content:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

.services .icon {
    display: inline-block;
    position: relative;
    z-index: -2;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #eee;
}

.services i {
    font-size: 30px;
    color: #222;
    line-height: 82px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #111;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services .content:hover i {
    color: #fff;
}

.services .content:hover i:after {
    transform: scale(1);
}

.services h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-top: 25px;
    margin-bottom: 15px;
}

.services p {
    margin-bottom: 0;
    font-size: 15px;
}

/*End Services Section*/



/*=================================*/
/*  08.Blog Section
/*=================================*/

.blog .item,
.blog .item .blog__img {
    overflow: hidden;
    position: relative;
}

.blog .item .blog__img img {
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.blog .item:hover .blog__img img {
    transform: scale(1.1);
}

.blog .content {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    padding-top: 0;
    box-shadow: 0px 2px 15px 0 rgba(0,0,0,0.08);
}

.blog .content .bold {
    display: block;
    padding-top: 28px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.55);
}

.blog h3 {
    color: #111;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 7px;
    margin-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog h3:hover {
    opacity: 0.7;
}

.blog .content p {
    font-size: 15px;
}

/*End Blog Section*/



/*=================================*/
/*  09.Testimonials Section
/*=================================*/

.testimonials {
    padding: 100px 0;
}

.testimonials .testimonial img {
    display: block;
    margin: auto;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-bottom: 25px;
    box-shadow: 0 0 1px #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.testimonials .testimonial:hover img {
    border-radius: 0;
    box-shadow: 0 0 5px #000;
}

.testimonials .testimonial {
    width: 90%;
    margin:auto;
    cursor: move;
}

.testimonials .name-job {
    text-align: center;
}

.testimonials p {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}

.testimonials .name-job .name {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.testimonials .name-job .job {
    display: block;
    color: #888;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
}

.owl-pagination {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #AFAFAF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    transform: scale(1);
}

/*End Testimonials Section*/



/*=================================*/
/*  10.Contact Section
/*=================================*/

.contact .sec_title h2:after {
    left: 52%;
}

.contact .info {
    margin-bottom: 35px;
}

.contact .info span {
    font-size: 40px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -4px;
    color: #222;
}

.contact .info span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 1px;
    height: 41px;
    background-color: #CECCCC;
}

.contact .content div {
    display: inline-block;
    text-align: left;
    padding-left: 12px;
}

.contact .content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}



.contact .form-control4 {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgb(255, 255, 255);
    border: 1px solid #ddd;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    width:100%;
    padding-left: 10px;
    height:35px;
}



.contact .form-control3 {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgb(255, 255, 255);
    border: 1px solid #ddd;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    width:200px;
    padding-left: 10px;
    height:35px;
}



.contact .form-control2 {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgb(255, 255, 255);
    border: 1px solid #ddd;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    width:105px;
    padding-left: 10px;
    height:35px;
}


.contact .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgb(255, 255, 255);
    border: 1px solid #ddd;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    height: 45px;
}

.contact .form-control:focus {
    border-color: #000;
}

.contact textarea {
    height: 170px;
}

.contact form .btn {
    color: #fff;
    border: 2px solid transparent;
    line-height: 1;
    background: #111;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    width: 150px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 10px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.contact form .btn:active,
.contact form .btn:focus,
.contact form .btn:hover {
    color: #000;
    background-color: transparent;
    border-color: #111;
}

.btn:focus,
.btn:active,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.errorForm {
    border: 1px solid #da4856 !important;
}

.msg_success,
.msg_error {
    display: none;
    font-size: 12px;
    padding-top: 15px;
    position: absolute;
    bottom: -65px;
    text-transform: capitalize;
}

.msg_error {
    color: #CE3D3D;
}

.msg_success {
  color: #1FB4DA;
}

/*End Contact Section*/



/*=================================*/
/*  11.Footer
/*=================================*/

.footer_tb {
    background: #333333;
}

.footer_tb h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.footer_tb p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}



.footer_tb span:nth-of-type(1) {
    color : #fff;
    font-size : 20px;
    padding: 0 10px;
}


.footer_tb span:nth-of-type(2) {
    color : #fff;
    font-size : 20px;
    padding: 0 10px;
}

.footer_tb span a {color:#fff;}


/*End Footer*/


.wi_100 {
    width :100%;
}

.wi_280 {
    width :280px !important;
}

.text-public1 {
    font-size:30px;
    color:#000;
    font-weight: 600;
}


.text-public2 {
    font-size:20px;
    color:#000;
    font-weight: 500;
    line-height: 30px;
}


.bbs-box {
    width:550px;
    height: 370px;
    background: #ebf0f4;
    margin-left:-15px;
}

.bbs-box2 {
    width:550px;
    height: 370px;
    background: blue;
    margin-left:95px;
}

.fl {
    float : left;
}


.fr {
    float : right;
}


.under_top {
    height: 90px;
    background: #156413;
}


.sub-visual {
    background: url(../images/bg_subvisual_about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    display: table;
}





.card-container.card {
    max-width: 400px;
    padding: 50px;
}

.btn {
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #0d3a6f;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #2065b6;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}



.sub-visual .tit-wrap {
    display: table-cell;
    vertical-align: middle;
}


.sub-visual .tit-wrap .tit {
    font-size: 42px;
    font-size: 2.625rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.75px;
    position: relative;
    padding-top:50px;
    color:#FFBA46;
    font-family: sans-serif;
}

.sub-visual .sub-tit {
    color: #fff;
}
.sub-visual .tit-wrap .sub-tit {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.75px;
    position: relative;
    color : #fff;
    text-shadow: 0 1px 3px #000;
}

    .up_down {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .up_down h5 {
        text-align: center; font-size: 15px; color:#000;
    }

    .up_down p {
        font-size: 15px; color:gray;
    }

.footer_tb {
    padding-top : 80px;
    padding-bottom : 80px;
}

.mov_bg {
    width: 100%; max-height:350px; min-height:210px; padding:10% 0; text-align: center;
}







/*
Box
*/
.box,
.box-color {
  background-color: #fff;
  position: relative;
  margin-bottom: 1.5rem;
  border:1px solid #ddd;
  font-size:15px;
  }

.box-header {
  position: relative;
  padding: 1rem; }
  .box-header h2,
  .box-header h3,
  .box-header h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1; }
  .box-header h3 {
    font-size: 16px; }
  .box-header h4 {
    font-size: 15px; }
  .box-header small {
    display: block;
    margin-top: 4px;
    opacity: 0.6; }



.box-footer {
  padding: 1rem; }

.box-divider {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0 16px;
  height: 0; }

.box-tool {
  position: absolute;
  right: 16px;
  top: 14px; }

.box-shadow-x {
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05), -1px 0 1px rgba(0, 0, 0, 0.05); }

.box-shadow-y {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 -1px 1px rgba(0, 0, 0, 0.05); }

.box-shadow,
.box-shadow .box,
.box-shadow .box-color {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03); }

.box-shadow-0,
.box-shadow-0 .box,
.box-shadow-0 .box-color {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }

.box-shadow-1,
.box-shadow-1 .box,
.box-shadow-1 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-2,
.box-shadow-2 .box,
.box-shadow-2 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-3,
.box-shadow-3 .box,
.box-shadow-3 .box-color {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-4,
.box-shadow-4 .box,
.box-shadow-4 .box-color {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05), 0 -1px 0px rgba(0, 0, 0, 0.01); }

.box-shadow-5,
.box-shadow-5 .box,
.box-shadow-5 .box-color {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05), 0 -1px 0px rgba(0, 0, 0, 0.01); }

.box-shadow-6,
.box-shadow-6 .box,
.box-shadow-6 .box-color {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-radius-1,
.box-radius-1 .box,
.box-radius-1 .box-color {
  border-radius: 1px; }

.box-radius-1 .box-header {
  border-radius: 1px 1px 0 0; }

.box-radius-1 .box-footer {
  border-radius: 0 0 1px 1px; }

.box-radius-2,
.box-radius-2 .box,
.box-radius-2 .box-color {
  border-radius: 2px; }

.box-radius-2 .box-header {
  border-radius: 2px 2px 0 0; }

.box-radius-2 .box-footer {
  border-radius: 0 0 2px 2px; }

.box-radius-3,
.box-radius-3 .box,
.box-radius-3 .box-color {
  border-radius: 3px; }

.box-radius-3 .box-header {
  border-radius: 3px 3px 0 0; }

.box-radius-3 .box-footer {
  border-radius: 0 0 3px 3px; }

.box-radius-4,
.box-radius-4 .box,
.box-radius-4 .box-color {
  border-radius: 4px; }

.box-radius-4 .box-header {
  border-radius: 4px 4px 0 0; }

.box-radius-4 .box-footer {
  border-radius: 0 0 4px 4px; }

.box-radius-5,
.box-radius-5 .box,
.box-radius-5 .box-color {
  border-radius: 5px; }

.box-radius-5 .box-header {
  border-radius: 5px 5px 0 0; }

.box-radius-5 .box-footer {
  border-radius: 0 0 5px 5px; }

  .light {
  background-color: #f4f4f4; }


   .table_footer_background2 {
  background-color: #f4f4f4;
}


.policy ul {
    padding: 0 0 7px 1.2em;
    text-indent: -1.2em;
}


.policy ul li {
    padding: 0 0 0 1.2em;
    text-indent: -1.2em;
}



.tg td {
    padding: 0 15px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    background-color: #fff;
    vertical-align: middle;
    font-size: 15px;
    line-height: 24px;
}

.tg th {
    font-weight: normal;
    padding: 0 15px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    background-color: #f0f0f0;
    text-align: center;
    vertical-align: middle;
    font-size:15px;
}

.ml5 {  margin-left:5px }
.ml10 {  margin-left:10px }
.ml20 {  margin-left:20px }
.ml30 {  margin-left:30px }
.ml40 {  margin-left:40px }
.ml50 {  margin-left:50px }
.mr5 {  margin-right:5px }
.mr10 {  margin-right:10px }
.mr20 {  margin-right:20px }
.mr30 {  margin-right:30px }
.mr40 {  margin-right:40px }
.mr50 {  margin-right:50px }

#mask {
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    background-color: rgba(0,0,0, 0.5);
}

.mov_bg video {
    width:100% !important;
}


.tac {
    text-align: center;
}

.fo28 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}


/* skip */
#yesSkip {
	position: relative;
	z-index: 2147483647
}

#yesSkip {
	position: relative;
	z-index: 2147483647
}

#yesSkip dt {
	display: none;
}

#yesSkip a {
	position: absolute;
	left: 0;
	top: -30px;
	width: 138px;
	border: 1px solid #6699cc;
	text-align: center;
	outline: none;
	background-color: #fff;
}

#yesSkip a:active,
#yesSkip a:focus {
	top: 0;
	text-decoration: none;
	cursor: pointer;
	zoom: 1
}

#yesSkip span {
	display: inline-block;
	padding: 2px 6px 0 0;
	font-size: 11px;
	letter-spacing: -1px;
	color: #fff;
	line-height: 26px
}

#yesWrap {
	text-align: center;
}

#yesWrap * {
	font-family: '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', AppleGothic, '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
}

#ySHeader {
	height: 100px;
	text-align: center;
}

#ySHeader:after {
	content: '';
	clear: both;
	display: block;
}

#ySHeader .ySHeaderAera {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	text-align: left;
}

#ySHeader .ySHeaderAera h1 {
	height: 100px;
}

#ySHeader .ySHeaderAera h1 .lnk_logo {
	float: left;
}

#ySHeader .ySHeaderAera h1 .servName {
	height: 100px;
	line-height: 100px;
	font-family: 'Nanum Gothic Square';
	font-size: 24px;
	color: #333;
	font-weight: 800;
}

#ySHeader .ySHeaderAera h1 .servName a {
	float: left;
	display: block;
	height: 100px;
	line-height: 100px;
	font-family: 'Nanum Gothic Square';
	font-size: 24px;
	color: #333;
	font-weight: 800;
}

#ySContent {
	margin: 0 auto;
	padding: 60px 0;
	width: 958px;
	_width: 960px;
	border: solid 1px #d8d8d8;
	text-align: center;
	background-color: #fff;
}

#ySContent .ySContRow {
	margin: 0 auto;
	position: relative;
	width: 760px;
	text-align: left;
}

#ySContent .ySContRow+.ySContRow {
	margin-top: 50px;
	padding: 50px 0 0 0;
	border-top: solid 1px #ebebeb;
}

#ySContent .ySContTop {
	padding: 15px 0;
	line-height: 27px;
	border-bottom: solid 1px #ebebeb;
	color: #333;
	font-size: 16px;
	background-color: #f8f8f8;
}

#ySContent .ySCont_tit {
	display: table;
	margin: 0 auto;
	width: 760px;
}

#ySContent .ySCont_tit .ySCont_titCell {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#ySContent .ySCont_tit .ySCont_titCell.cell_img {
	width: 234px;
}

#ySContent .ySCont_tit .ySCont_titCell.cell_img .bgYUI_ico {
	width: 184px;
	height: 226px;
}

#ySContent .ySCont_tit .ySCont_titCell.cell_img .bgYUI_ico.ico_adult {
	height: 184px;
	background-position: 0 0;
}

#ySContent .ySCont_tit .ySCont_titCell.cell_txt {
	padding-bottom: 20px;
}

#ySContent .ySCont_tit .ySCont_titCell.cell_txt .txt_tit {
	font-size: 36px;
	color: #333;
	font-weight: 800;
	line-height: 1.2em;
	font-family: 'Nanum Gothic Square', '맑은 고딕';
	letter-spacing: -1px;
}

#ySContent .ySCont_tit .ySCont_titCell.cell_txt .txt_tit * {
	font-family: 'Nanum Gothic Square', '맑은 고딕';
}

#ySContent .ySCont_tit .ySCont_titCell.cell_txt .txt_des {
	margin-top: 20px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	letter-spacing: -1px;
}

#ySContent .ySCont_tit .ySCont_titCell.cell_txt .yesAlertLi {}

#ySContent .ySCont_tit .ySCont_titCell.cell_txt .yesAlertLi li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: left;
	vertical-align: top;
}

#ySContent .ySCont_tit .ySCont_titCell.cell_txt .yesAlertLi li {
	margin-right: 10px;
	color: #333 !important;
}

#ySContent .ySContRow .rowBtnTopTxt {
	margin-top: 25px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

#ySContent .ySContRow .rowBtn {
	margin-top: 40px;
	text-align: center;
}

#ySContent .ySContRow .rowBtnTopTxt+.rowBtn {
	margin-top: 30px;
}

#ySFooter {
	height: 50px;
	text-align: center;
}

#ySFooter .ySFooterAera {
	margin: 0 auto;
	width: 960px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #666;
}

#ySContent .error_tit {
	padding-bottom: 30px;
	line-height: 42px;
	border-bottom: solid 1px #d8d8d8;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-family: 'Nanum Gothic Square', '맑은 고딕';
	font-weight: 800;
}

#ySContent .error_tit * {
	font-family: 'Nanum Gothic Square', '맑은 고딕';
}

#ySContent .error_des {
	line-height: 26px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

#ySContent .error_des p+p {
	margin-top: 20px;
}

#ySContent .error_btn {
	margin-top: 40px;
	text-align: center;
}

#yesFooter .yFootTop .yFootFamDl {
	margin-top: 9px !important;
}

#ySContent .mgt40 {
    margin-top: 40px !important;
}

.error_des {
	font-size: 16px;
	color: #333;
	text-align: center;
}

.btn_sm {
    margin-top: 0px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    width: 72px !important;
}

hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.layer_popup{ position: absolute; width: 450px; left: 50%; top: 150px; z-index: 1; transform: translateX(-50%); display: inline; }

@media screen and (max-width: 768px) { .layer_popup{width: 90%;} }

