@charset "UTF-8";
/* 
 * Nanum Barun Gothic (Korean) http://hangeul.naver.com
 */

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 300;
    src: url(/static/fonts/NanumBarunGothicLight.eot);
    src: local('Nanum Barun Gothic Light'), local('NanumBarunGothicLight'),
    url(../fonts/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NanumBarunGothicLight.woff2) format('woff2'),
    url(../fonts/NanumBarunGothicLight.woff) format('woff'), url(../fonts/NanumBarunGothicLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NanumBarunGothic.eot);
    src: local('Nanum Barun Gothic'), local('NanumBarunGothic'), url(../fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'), url(../fonts/NanumBarunGothic.woff2) format('woff2'),
    url(../fonts/NanumBarunGothic.woff) format('woff'), url(../fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NanumBarunGothicBold.eot);
    src: local('Nanum Barun Gothic Bold'), local('NanumBarunGothicBold'),
    url(../fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NanumBarunGothicBold.woff2) format('woff2'), url(../fonts/NanumBarunGothicBold.woff) format('woff'), url(../fonts/NanumBarunGothicBold.ttf) format('truetype');
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Nanum Barun Gothic', sans-serif;
    background: #34495e !important;
}

.body-contents {
    margin-top: 65px;
    padding-left: 15px;
    padding-right: 15px;
}

.container > header, .codrops-top {
    color: #fff;
    font-family: Nanum Barun Gothic, Arial, sans-serif;
}

.container > header {
    margin: 0 auto;
    padding: 12em 2em;
    padding-left: 370px;
    background: rgba(0, 0, 0, 0.05);
}

.container > header a {
    color: #566473;
    text-decoration: none;
    outline: none;
}

.container > header a:hover {
    color: #4f7bab;
}

.container > header h1 {
    font-size: 3.2em;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
}

.container > header span {
    display: block;
    font-size: 55%;
    color: #74818e;
    padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    text-decoration: none;
    padding: 0 1em;
    letter-spacing: 0.1em;
    color: #888;
    display: inline-block;
}

.codrops-top a:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

.codrops-icon:before {
    font-family: 'codropsicons';
    margin: 0 4px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
    padding-top: 1em;
    font-size: 0.9em;
}

.codrops-demos a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 0.5em;
    padding: 0.7em 1.1em;
    border: 3px solid #b1aea6;
    color: #b1aea6;
    font-weight: 700;
}

.codrops-demos a:hover, .codrops-demos a.current-demo, .codrops-demos a.current-demo:hover {
    border-color: #89867e;
    color: #89867e;
}

@media screen and (max-width: 1025px) {
    .container > header {
        margin: 0 auto;
        padding: 120px 50px;
        font-size: 70%;
        text-align: right;
    }
}

@media screen and (max-width: 740px) {
    .codrops-icon span {
        display: none;
    }
}

.box-shadow {
    box-shadow: 10px 10px 5px #808B96;
}

.display-none {
    display: none;
}

.form-control[readonly] {
    background-color: #fff;
}

.btn-custom {
    background: #1AAB8A;
    color: #fff;
    border: none;
    position: relative;
    height: 60px;
    font-size: 1.2em;
    padding: 0.2em 1.5em;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    border-radius: 15px;
}

.btn-custom-sm {
    height: 30px;
    font-size: 1.1em;
    padding: 0 1em;
    border-radius: 10px;
}

.btn-custom-lg {
    height: 30px;
    font-size: 1.6em;
    padding: 0.4em 2em;
    border-radius: 20px;
}

.btn-custom-gray {
    background: #BDBDBD;
}

.btn-custom-blue {
    background: #4374D9;
}

.btn-custom-red {
    background: #FF5A5A;
}

.btn-custom:hover {
    background: #fff;
    color: #1AAB8A;
}

.btn-custom-gray:hover {
    background: #fff;
    color: #BDBDBD;
}

.btn-custom-blue:hover {
    background: #fff;
    color: #4374D9;
}

.btn-custom-red:hover {
    background: #fff;
    color: #FF5A5A;
}

.btn-custom:before, .btn-custom:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #1AAB8A;
    transition: 400ms ease all;
}

.btn-custom-gray:before, .btn-custom-gray:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #BDBDBD;
    transition: 400ms ease all;
}

.btn-custom-blue:before, .btn-custom-blue:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #4374D9;
    transition: 400ms ease all;
}

.btn-custom-red:before, .btn-custom-red:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #FF5A5A;
    transition: 400ms ease all;
}

.btn-custom:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-custom:hover:before, .btn-custom:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.warning::-webkit-input-placeholder {
    color: #d9534f;
}

.ft-red {
    color: #f00;
}

.ft-bold {
    font-weight: bold;
}

.ft-bolder {
    font-weight: bolder;
}