body {
    overflow-x: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-muted {
    color: #888;
}

.text-primary {
    color: #00a0e9;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

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

a {
    color: #00a0e9;
}

a:hover,a:focus,a:active,a.active {
    color: #008fd0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #eeeeee;
}

.bg-darkest-gray {
    background-color: #222222;
}

.btn-primary {
    color: white;
    background-color: #00a0e9;
    border-color: #00a0e9;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #008fd0;
    border-color: #22baff;
}

.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 {
    background-color: #00a0e9;
    border-color: #00a0e9;
}

.btn-primary .badge {
    color: #00a0e9;
    background-color: white;
}

.btn-xl {
    color: white;
    background-color: #00a0e9;
    border-color: #00a0e9;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #008fd0;
    border-color: #22baff;
}

.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 {
    background-color: #00a0e9;
    border-color: #00a0e9;
}

.btn-xl .badge {
    color: #00a0e9;
    background-color: white;
}

.navbar-custom {
    background-color: #222222;
    border-color: transparent;
}

.navbar-custom .navbar-brand {
    width: 96px;
    height: 22px;
    padding: 0;
    margin: 15px 0 0 15px;
    text-indent: -999em;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #008fd0;
}

.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle {
    border: none;
    text-indent: -999em;
    background-image: url(../img/icon_nav.svg);
    background-repeat: no-repeat;
    background-size: 37px;
    background-position: center;
    opacity: .8;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    opacity: 1;
}

.navbar-custom .nav li a {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
}

.navbar-custom .nav li a:hover {
    color: #00a0e9;
    outline: none;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.navbar-custom .nav li a:focus {
    color: #fff;
}

.navbar-custom .navbar-nav > .active > a {
    border-radius: 0;
    color: white;
    background-color: #00a0e9;
}

.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: white;
    background-color: #008fd0;
}

.navbar-nav {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .navbar-custom {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }
    .navbar-custom .navbar-brand {
        width: 120px;
        height: 30px;
        margin-left: 0px!important;
        margin-top: 10px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom .navbar-nav > .active > a {
        border-radius: 3px;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
    }
}

@media (min-width: 768px) {
    .navbar-custom.affix {
        background-color: #222222;
        padding: 10px 0;
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    background-image: url('../img/header-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 60px;
}

header .intro-text .intro-heading > strong {
    color: #00ccff;
}


header .intro-pdbox > div {
    max-width: 500px;
    margin: 0 auto;
}

header .intro-pdbox > div > a {
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 30em;
    text-decoration: none;
}

header .intro-pdbox a > h1 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 14px;
    padding: 45px 0 0;
}

header .intro-pdbox a > h2 {
    font-size: 16px;
    color: rgba(255, 255, 255, .4);
    font-weight: normal;
    margin: 0;
}

header .intro-pdbox .intro-box {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 77%;
}

header .intro-pdbox .intro-box.tom {
    background-image: url(../img/intro_tom.png);
}

header .intro-pdbox .intro-box.tam {
    background-size: 78%;
    background-position: 50% 75%;
    background-image: url(../img/intro_tam.png);
}

header .intro-pdbox .intro-box.tim {
    background-size: 130px;
    background-position: 50% 85%;
    background-image: url(../img/intro_tim.png);
}

header .intro-pdbox a > .thumb {
    width: 200px;
    height: 210px;
    margin: 30px auto 0;
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 90px;
    }
    header .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    header .intro-pdbox > .col-md-4 > a:hover {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid #00ccff;
        -webkit-box-shadow: 6px 6px 36px 0px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 6px 6px 36px 0px rgba(0, 0, 0, 0.8);
        box-shadow: 6px 6px 36px 0px rgba(0, 0, 0, 0.8);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
}

@media (max-width: 991px) {
    header .intro-pdbox > div {
        margin-bottom: 30px;
    }
    #about > .container > .row .text-muted{
        margin-bottom: 2em;
    }
}
@media (max-width: 425px) {
    header .intro-text {
        padding-top: 80px;
    }
    header .intro-text .intro-heading{
        font-size: 2.3em;
        line-height: 1.1em;
        margin-bottom: 40px;
    }
}

section {
    padding: 5em 0;
}

section h4 {
    font-size: 22px;
}

section h2.section-heading {
    font-size: 3em;
    margin-top: 0;
}

section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 50px;
}

.about-heading {
    margin: 15px 0;
    text-transform: none;
    font-family: 'NanumSquare', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
}

section > .container > .row .icon {
    background-color: #00a0e9;
    display: inline-block;
    width: 8em;
    height: 8em;
    line-height: 8em;
    vertical-align: middle;
    border-radius: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

section > .container > .row .glasses {
    background-size: 60%;
    background-image: url(../img/icon_glasses.svg);
}

section > .container > .row .light {
    background-image: url(../img/icon_light.svg);
}

section > .container > .row .code {
    background-image: url(../img/icon_code.svg);
}

section > .container > .row .group {
    background-size: 60%;
    background-image: url(../img/icon_group.svg);
}

section > .container > .row .phone {
    background-image: url(../img/icon_phone.svg);
}

section > .container > .row .fax {
    background-image: url(../img/icon_fax.svg);
}

section > .container > .row .email {
    background-image: url(../img/icon_email.svg);
}

section > .container > .row .icon-plus {
    background-image: url(../img/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 4em;
    height: 100%;
    display: inline-block;
    margin: 0;
}

@media (min-width: 768px) {
    section h2.section-heading {
        font-size: 50px;
    }
}


.products > .container > .row .pd-thumb {
    max-width: 100%;
}

.products > .container > .row .pd-table {
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 3em;
    font-family: 'NanumSquare', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
}

.products > .container > .row .pd-table > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;
    list-style: none;
}

.products > .container > .row .pd-table span {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
}

.products > .container > .row .pd-table .pd-table-tit {
    width: 25%;
    float: left;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.products > .container > .row .pd-table .pd-table-txt {
    width: 75%;
    text-align: right;
    line-height: 1.4em;
    color: #555;
}

.products > .container > .pd-galley {
    margin-top: 4em;
}

.products-item {
    margin: 0 0 2em;
    right: 0;
}

.products h4 {
    margin-bottom: 1em;
}

.products h4:after {
    content: "";
    display: block;
    margin: .5em auto 0;
    width: 40px;
    height: 3px;
    background-color: #bbb;
}

.products-item .products-link {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

.products-item .products-link .products-hover {
    background: rgba(0, 160, 233, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.products-item .products-link .products-hover:hover {
    opacity: 1;
}

.products-item .products-link .products-hover .products-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.products-item .products-link .products-hover .products-hover-content h3,
.products-item .products-link .products-hover .products-hover-content h4 {
    margin: 0;
}

.products > .container > .pd-app {
    margin: 0 auto;
    margin-top: 4em;
    max-width: 900px;
}

.products > .container > .pd-app > .col-md-3 {
    margin-bottom: 20px;
}

.products > .container .pd-app .pd-app-link {
    display: inline-block;
}

.products > .container .pd-app .pd-app-link > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 170px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.products > .container .pd-app .pd-app-link > h5 {
    height: 48px;
    margin-top: 15px;
    color: #333;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Malgun Gothic', '맑은 고딕', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
    line-height: 1.3em;
}

.products.tam > .container > .row .pd-table > li {
    border: none;
}

.tam > .container > .row .pd-table .pd-table-txt {
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    text-decoration: underline;
}

.products.tim > .container > .row .tim-pd-detail{
    font-family: 'NanumSquare', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif; 
    margin-top: 4em
}

.products.tim > .container > .row .tim-pd-detail > p{
    font-size: 1.2em;
    line-height: 1.4em;
    color: #555;
}


@media (min-width: 768px) {
    .products > .container .pd-app .pd-app-link > h5 {
        font-size: 18px;
    }
    .products > .container .pd-app .pd-app-link:hover > h5 {
        color: #00a0e9;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
    }
    .products.tam > .container > .row .pd-table > li {
        border-bottom: 1px solid #ddd;
    }
    .tam > .container > .row .pd-table .pd-table-txt {
        text-decoration: none;
        ;
    }
}

@media (min-width: 992px) {
    .products > .container > .row .pd-table {
        margin-top: 0;
    }
    .products > .container > .row .pd-table span {
        font-size: 16px;
    }
    .products.tam > .container > .row .pd-table {
        margin: 20% auto;
    }
    .products.tim > .container > .row .tim-pd-detail{
        height: 582px;
        margin: 0 auto;    
    }
    .products.tim > .container > .row .tim-pd-detail > p{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
    }
    .products.tim > .container > .row .tim-pd-detail:after {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: '';
    }
}




#services * {
    z-index: 2;
}
#services > .container > .row > .col-lg-12.text-center {
    margin-bottom: 50px;
}
#services > .container > .row{
    margin: 0 0 20px;
}
#services > .container > .row hr{
    border: 2px solid #ccc;
    width: 50px;
    margin-left: 10px;
}
#services > .container > .row .services-tit{
    display: block;
    font-size: 2em;
    margin: 0 10px 20px;
}
#services > .container > .row .services-tit > a{    
    color: #333;
}
#services > .container > .row .services-tit > a:hover, 
#services > .container > .row .services-tit > a:focus, 
#services > .container > .row .services-tit > a:active{    
    color: #008fd0;
}
#services > .container > .row .services-list{
    font-family: 'NanumSquare', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
    font-style: normal;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    font-size: 15px;
    margin: 0 10px 20px;
    padding-left: 20px;
}
#services > .container > .row .services-list > li{
    margin-bottom: 8px;
}
#services > .container > .row .services-list > li:last-child{
    margin-bottom: 0;
}
#services > .container > .row > .services-item .services-link{
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
#services > .container > .row > .services-item .services-link > img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.services-item .services-link {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}
.services-item .services-link .services-hover {
    background: rgba(0, 160, 233, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.services-item .services-link .services-hover:hover {
    opacity: 1;
}
.services-item .services-link .services-hover .services-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    text-align: center;
}


@media (max-width: 767px){
    #services > .container > .row > div {
        padding: 0;
    }
}
@media (max-width: 768px){
    #services > .container > .row{
        background-color: transparent;
        padding: 0;
    }
}
@media (min-width: 768px){        
    #services > .container > .row{
        background-color: #fff;
        border-radius: 5px;
        margin: 0 0 20px;
        padding: 3em 2em;
    }
    #services > .container > .row:first-child{
        background-color: transparent;
        margin-bottom: 0;
        padding: 0;
    }
    #services > .container > .services-row2 > div:first-child {
        left: 50%;
    }
    #services > .container > .services-row2 > div:last-child {
        right: 50%;
        margin: 0;
    }
}
@media (min-width: 1200px){    
    #services > .container > .services-row2 > div:first-child {
        margin-left: 8.33333333%;
    }
}





#about h3.section-subheading {
    font-size: 1.3em;
    font-family: 'NanumSquare', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
    font-style: normal;
    letter-spacing: -0.03em;
    line-height: 1.5em;
}

#about p.text-muted {
    font-family: 'NanumSquare', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
    letter-spacing: -0.03em;
    line-height: 1.5em;
}

#contact {
    padding-bottom: 0;
    background-color: #333;
}

#contact .section-heading {
    color: white;
}

#contact .text-danger {
    color: #e74c3c;
}

#contact .text-danger {
    color: #e74c3c;
}

#contact > .container > .row {
    max-width: 800px;
    margin: 0 auto;
}

#contact > .container > .row > .col-lg-12.text-center {
    margin-bottom: 50px;
}

#contact > .container > .row .icon {
    background-color: transparent;
}

#contact > .container > .row .contact-link {
    display: inline-block;
    opacity: .5;
}

#contact > .container > .row .text-muted {
    font-size: 1.4em;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 2em;
    color: #fff;
}

#contact > #map {
    margin-top: 5em;
    height: 450px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    #contact > .container > .row .text-muted {
        margin-bottom: 0;
    }
    #contact > .container > .row .contact-link:hover {
        opacity: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
}

footer {
    padding: 25px 0;
    text-align: center;
    font-family: 'NanumSquare', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
}

footer .address {
    margin: 0;
    text-align: left;
    line-height: 1.3em;
    color: #999;
}

footer .copyright {
    font-size: 12px;
    text-align: left;
    color: #ccc;
    display: block;
}

footer .logo {
    width: 97px;
    height: 23px;
    display: block;
    background-image: url(../img/logo_g.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    footer .logo {
        display: inline-block;
        margin-bottom: 10px;
    }
    footer .address,
    footer .copyright {
        text-align: center;
        margin-bottom: 5px;
    }
}

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

.services-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}

.services-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

.services-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.services-modal .modal-content p {
    margin-bottom: 30px;
}

.services-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
}

.services-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.services-modal .modal-content img {
    margin-bottom: 30px;
}

.services-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.services-modal .close-modal:hover {
    opacity: 0.3;
}

.services-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}

.services-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}

.services-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

::-moz-selection {
    text-shadow: none;
    background: #00a0e9;
}

::selection {
    text-shadow: none;
    background: #00a0e9;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}