/*** 공통적용 ***/

@font-face {
    font-family: ng;
    src: url(../fonts/NanumGothic.eot);
    src: local(※), url(../fonts/NanumGothic.woff) format('woff')
}

@font-face {
    font-family: ngeb;
    src: url(../fonts/NanumGothicExtraBold.eot);
    src: local(※), url(../fonts/NanumGothicExtraBold.woff) format('woff')
}

.v-cc-t-l {
    text-align: left;
}

.v-cc-t-r {
    text-align: right;
}

.v-cc-t-c {
    text-align: center;
}

.v-cc-f-n {
    font-family: '나눔고딕', 'NanumGothic', ng, sans-serif;
}

.v-cc-f-neb {
    font-family: ngeb, 'NanumGothicExtraBold';
}

/*** 포인트 컬러 ***/

.cm-color-1 {
    color: #abb9cd;
}

.cm-color-2 {
    color: #8b9eb8;
}

/*** 포인트 컬러 ***/

.pnt {
    cursor: pointer;
}

img {
    border: none;
}

html {
    overflow-y: scroll;
}

body {
    font-family: '나눔고딕', 'NanumGothic', ng, sans-serif !important;
    font-size: 13px !important;
    color: #666 !important;
}

.container-fluid {
    padding: 0
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

input[type=text] {
    width: 96%;
    font-size: 13px !important;
    color: #666 !important;
    height: 26px !important;
    padding-left: 7px !important;
    line-height: 26px !important;
    border: 1px solid #cfcfcf !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}

input[type=file] {
    width: 80%;
    font-size: 13px;
    color: #666;
    height: 24px;
    line-height: 24px;
    border: none;
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type=password] {
    width: 40%;
    font-size: 13px!important;
    color: #666!important;
    height: 26px!important;
    padding-left: 7px!important;
    line-height: 26px!important;
    border: 1px solid #cfcfcf!important;
    -webkit-appearance: none!important;
    -webkit-border-radius: 0!important;
}

textarea {
    width: 100%!important;
    font-family: '나눔고딕', 'NanumGothic', ng, 굴림, 돋움, sans-serif!important;
    font-size: 13px!important;
    line-height: 1.5!important;
    border: 1px solid #cfcfcf!important;
    padding: 15px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select {
    font-size: 13px !important;
    color: #666;
    height: 26px;
    padding: 2px 2px 4px 2px;
    line-height: 1;
    border: 1px solid #cfcfcf;
    border-radius: 0;
}

input[name="phone_no1"],
input[name="phone_no2"],
input[name="phone_no3"],
input[name="mobile_no1"],
input[name="mobile_no2"],
input[name="mobile_no3"] {
    width: 19% !important;
}

input[name="com_board_search_value"] {
    width: 100% !important;
}

input[name="com_board_comment_name"],
input[name="com_board_comment_password"] {
    width: 25%!important;
}

input[name="com_member_login_id"],
input[name="com_member_login_pw"] {
    width: 100%!important;
    background: none!important;
}

input[type=image] {
    cursor: pointer;
}

.btn-default,
.btn-default:focus,
.btn-defaultn:active {
    padding: 0;
}

.btn-default span {
    position: relative;
}

input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

/***************************************************************/

/*** 상단-탑메뉴 ***/

.v-topbar {
    padding: 9px 0;
}

.vtb-icon {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-left: 12px;
    padding: 5px 7px;
    background: #b2b2b2;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
}

.vtb-icon a {
    color: #fff;
}

.v-topbar .btn-group-xs > .btn {
    color: #818181;
    font-size: 11px;
    line-height: 1;
    background: none;
    padding: 0 13px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-color: #dedede;
}

.v-topbar .btn-group-xs > .btn:hover,
.v-topbar .btn-group-xs > .btn:active,
.v-topbar .btn-group-xs > .btn:focus {
    box-shadow: none;
    background: none;
}

.v-topbar .btn-group-xs > .btn:hover {
    background: none;
    color: #666;
    font-weight: bold;
}

.v-topbar .btn-group-xs > .btn:first-child {
    border: none;
}

.v-topbar-line {
    margin: 0;
    border-color: #dedede;
}

.navbar-brand {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-weight: bold;
    padding: 25px 0 0 10px !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.navbar-brand h1 {
    font-size: 26px;
    line-height: 0 !important;
    color: #7F92AC;
    letter-spacing: 1.3px;
    margin-top: 45px;
}

.navbar-brand span {
    display: block;
    font-size: 12px;
    line-height: 0 !important;
    color: #888;
    letter-spacing: 3.6px;
    margin: 20px 0 0 2px;
}

.navbar-default {
    background: #fff;
    border: 0;
}

.navbar-default .container > .v_navbar {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 17px;
}

.navbar-nav > li > a {
    padding: 0 55px;
}

/*** 상단-탑메뉴 ***/

/*** 캐러셀 네비 ***/

.slider-active .owl-nav div {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.slider-active .owl-nav div.owl-next {
    left: auto;
    right: 30px;
}

.slider-active .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
}

.slider-active .owl-dot {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.slider-active .owl-dot.active {
    background: #fff;
    border-radius: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.slider-active .owl-dots,
.slider-active .owl-nav div {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.owl-carousel:hover .owl-nav div,
.owl-carousel:hover .owl-dots {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*** 캐러셀 네비 ***/

/*** 풋터-1 ***/

.ft-btn-w {
    padding: 9px 0 11px 0;
    margin-top: 50px;
    border-top: 1px solid #dedede;
}

.ft-btn-bt {
    text-align: center;
}

.ft-btn-w .btn-group-xs > .btn {
    padding: 1px 60px;
    color: #666;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 0;
    border: 1px solid #dedede;
    border-top: none;
    border-bottom: none;
}

.ft-btn-w .btn-group-xs > .btn:hover,
.ft-btn-w .btn-group-xs > .btn:active,
.ft-btn-w .btn-group-xs > .btn:focus {
    box-shadow: none;
    background: none;
}

.ft-btn-w .btn-group-xs > .btn:hover {
    font-weight: bold;
}

.ft-btn-w .btn-group-xs > .btn:first-child {
    padding-left: 5px;
    border-left: none;
}

.ft-btn-w .btn-group-xs > .btn:last-child {
    padding-right: 5px;
    border-right: none;
}

/*** 풋터-1 ***/

/*** 풋터-2 ***/

.copy {
    padding: 30px 10px;
    border-top: 1px solid #dedede;
    font-size: 12px;
    color: #818181;
    line-height: 1.9;
}

.t-devide {
    padding: 0 7px;
    color: #ccc;
    font-weight: normal;
}

.t-devide-xs {
    padding: 0 7px;
    color: #ccc;
    font-weight: normal;
}

.copy-a-t {
    display: inline-block;
    line-height: 1.5;
}

.copy-tf-t {
    display: inline-block;
}

.copy-tf-t a {
    color: #818181;
}

.cr-sps {
    margin-top: 0;
}

.copy-cr-t {
    text-align: right;
}

.copy-sr-icon {
    margin-right: 4px;
}

/*** 풋터-2 ***/

/*** 스크롤 탑 ***/

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.4em;
    right: 1.2em;
}

.scroll-up ul {
    margin: 0;
    padding: 0;
}

.scroll-up li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll-up a {
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 32px;
    border-radius: 50%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

/*** 스크롤 탑 ***/