body > h1 {
    position: absolute;
    top: 0;
    left: -10000px;
    font-size: 1px;
    text-indent: -10000px;
    margin: 0;
    padding: 0;
}
#logo.image {
    margin-top: 5px;
}
#logo.text {
    cursor: pointer;
    color: #fff;
    letter-spacing: -.1em;
    font-size: 22px;
    margin-top: 14px;
}
#navigation nav {
    border: 0 !important;
}

.navbar-header {
    border: 0 !important;
}

.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}
.portfolio-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;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    /*font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Nanum Gothic', sans-serif;
    font-style: italic;
    font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}
.portfolio-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;
}
.portfolio-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;
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
#modal-contents img {
    margin: 0 auto;
}
.btn-green {
    color: #fff;
    background-color: rgb(14, 180, 147);
    border-color: rgb(14, 180, 147);
}
.more-btn {
    width: 90%;
    height: 38px;
    color: #0eb493;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin: 40px auto 0;
    display: block;
    background: #fff;
    border: 1px solid #0eb493;
    -webkit-box-shadow: 0 1px 2px rgba(14, 180, 147, .2);
    -moz-box-shadow: 0 1px 2px rgba(14, 180, 147, .2);
    box-shadow: 0 1px 2px rgba(14, 180, 147, .2);
    outline: none;
}
.more-btn:hover,
.more-btn:active,
.more-btn:focus {
    color: #0eb493 !important;
    background: #fff !important;
    outline: none;
}

#map {
    width: 100%; height: 500px;
}




/*=========================================
  signModal
==========================================*/

#signModal button { outline: none; border: 0; }


#signModal .login-group {
    width: 400px; margin: 0 auto;
}
#signModal .input-text {
    display: block;
    width: 100%; height: 45px; margin-bottom: 5px;
    padding: 0 14px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    -webkit-box-shadow: 1px 2px 0 rgba(255,255,255,0.75), inset 1px 3px 5px rgba(0,0,0,0.07);
    -moz-box-shadow:    1px 2px 0 rgba(255,255,255,0.75), inset 1px 3px 5px rgba(0,0,0,0.07);
    box-shadow:         1px 2px 0 rgba(255,255,255,0.75), inset 1px 3px 5px rgba(0,0,0,0.07);
}
#signModal form label {
    width: 100%; margin: 0; padding: 0;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
}
#login-btn {
    width: 100%; height: 45px;
    color: #fff; background-color: #000;
    padding: 0; margin: 5px 0 0 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.send-btn {
    color: #3cc7fe;
    background-color: transparent;
    border: 3px solid #3cc7fe;
    font-family: "Nanum Gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 30px;
    letter-spacing: -.08em;
}
.send-btn:hover,
.send-btn:focus {
    color: #3cc7fe;
}

#signModal .sign-kakao-btn {
    position: relative;
    width: 100%; height: 40px; line-height: 32px;
    color: #280a0c; font-size: 15px; font-weight: 700; text-align: center;
    background-color: #feda30; border-radius: 3px; border: 1px solid #ffe932;
    letter-spacing: -0.1em;
    -webkit-box-shadow: 1px 2px 5px rgba(32, 7, 9, .4);
    -moz-box-shadow:    1px 2px 5px rgba(32, 7, 9, .4);
    box-shadow:         1px 2px 5px rgba(32, 7, 9, .4);
}
#signModal .sign-kakao-btn i {
    width: 42px; height: 38px; display: inline-block;
    position: absolute; top: 0; left: 0;
    background-image: url('/resource/images/icons/btn-icon-kakao.jpg');
}

#signModal .sign-naver-btn {
    position: relative;
    width: 100%; height: 40px; line-height: 32px;
    color: #fff; font-size: 15px; font-weight: 700; text-align: center;
    background-color: #61c457; border-radius: 3px; border: 1px solid #4fbe3c;
    letter-spacing: -0.1em;
    -webkit-box-shadow: 1px 2px 5px rgba(32, 7, 9, .4);
    -moz-box-shadow:    1px 2px 5px rgba(32, 7, 9, .4);
    box-shadow:         1px 2px 5px rgba(32, 7, 9, .4);
}
#signModal .sign-naver-btn i {
    width: 42px; height: 38px; display: inline-block;
    position: absolute; top: 0; left: 0;
    background-image: url('/resource/images/icons/btn-icon-naver.jpg');
}

#signModal .item-intro.text-muted.info {
    margin: 13px 0;
    font-size: 14px;
}
#signModal .item-intro.text-muted.info span {
    color: #0eb493; font-weight: 700;
    font-size: 17px;
}

#signModal .db-check img.img-responsive {
    display: inline-block; width: 93px; margin: 0 auto;
}

#signSuccessModal h4.modal-title {
    display: inline-block;
    font-size: 20px; font-weight: 500; letter-spacing: -.05em;
    padding-right: 3px; text-transform: capitalize;
    /*background: linear-gradient(to right, #00a1b5, #d43f3a);*/

    color: #00a1b5;
    background: -webkit-gradient(linear, left top, right top, from(#00a1b5), to(#d43f3a));
    background: -moz-gradient(linear, left top, right top, from(#00a1b5), to(#d43f3a));
    background: -o-gradient(linear, left top, right top, from(#00a1b5), to(#d43f3a));

    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
#signSuccessModal p {
    margin: 5px 0;
}
#signSuccessModal button[type="button"] {
    font-size: 13px; font-weight: 500;
    text-transform: capitalize;
    background-color: transparent;
}

#signSuccessModal button[type="button"].pull-left {
    color: #00a1b5;
    border: 1px solid #00a1b5;
}
#signSuccessModal button[type="button"].pull-right {
    color: #d43f3a;
    border: 1px solid #d43f3a;
}

@media screen and (max-width: 476px) {
    #signModal .login-group {
        width: 300px;
    }
}

@media screen and (max-width: 365px) {
    #signModal .login-group {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    #logo.image {
        margin: 10px 0 0 15px;
    }
    #logo.text {
        margin: 18px 0 0 15px;
    }
    #navigation {
        background-color: #0EB493;
    }
    #modal-contents img {
        width: 100%;
    }
}

#portfolioModal {
    background-color: #fff;
}
#portfolioModal button {
    margin-bottom: 100px;
}

.division-line {
    clear: both;
    width: 400px; height: 29px; margin: 0 auto 30px;
    border-bottom: 1px solid #ccc;
}
.login-group .division-line {
    width: 100%;
}
.login-group .division-line:before {
    content: 'or'; padding: 0 5px;
    color: #bbb; background-color: #fff;
    position: relative; top: 17px;
}

/*=========================================
  timeline
==========================================*/

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
.timeline > li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline > li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: rgb(14, 180, 147);
    color: white;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}
.timeline > li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline > li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    font-weight: 700;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
    margin: 10px 0;
    font-weight: 700;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline > li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline > li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px;
    }
}
@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}
@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}


/*=========================================
    footer
==========================================*/
.footer {
  background-color: #1ea78d;
  border-top: 5px solid #062033;
  color: #fff;
}

.footer a:hover {
  color: #062033;
}
.footer h2.footer-logo {
  font-size: 22px;
  padding-bottom: 25px;
  letter-spacing: -.08em;
  font-style: italic;
  text-transform: uppercase;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}
.footer-single[name="support"] {
  /*text-align: right;*/
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 100px;
}

/*
.history {
  padding-bottom: 0;
  background-color: #f4f7f9;
}
*/
.history {
  padding-bottom: 0;
  background-color: #f5f9f4;
}

@media screen and (max-width: 767px) {
    #modal-contents iframe,
    #modal-contents img {
        width: 100% !important;
    }
}