/*** 공통적용 ***/

@font-face {
    font-family: ng;
    src: url(../fonts/NanumGothic.eot);
    src: local(※), url(../fonts/NanumGothic.woff) format('woff')
}

@font-face {
    font-family: ngb;
    src: url(../fonts/NanumGothicBold.eot);
    src: local(※), url(../fonts/NanumGothicBold.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';
}

.pnt {
    cursor: pointer;
}

img {
    border: none;
}

html {
    overflow-y: scroll;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: '나눔고딕', 'NanumGothic', ng, sans-serif !important;
    font-size: 13px !important;
    color: #666!important;
}

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;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.btn-group-xs > .btn {
    line-height: 1!important;
    background: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    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;
}

.btn-group-xs > .btn:hover,
.btn-group-xs > .btn:active,
.btn-group-xs > .btn:focus {
    box-shadow: none!important;
    background: none!important;
}

.btn-group-xs > .btn:first-child {
    border: none !important;
}

.container-fluid {
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
}

/*********** 기본코드 끝***********/

/****** 상단대메뉴 전체 시작 ******/

.v-topbar-w {
    background-color: #fff;
    border-bottom: none;
    height: 27px;
}

.v-topbar-w .container {
    padding: 0
}

.v-topbar .btn-group {
    margin-top: 8px;
}

.v-topbar .btn-group-xs > .btn {
    color: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.17);
    font-size: 11px!important;
    padding: 0 12px;
}

/* 상단 대메뉴 시작 */

nav {
    width: 100%!important;
    border-radius: 0 !important;
}

/***************** 메뉴바 *****************/

.navbar-default {
    background: #fff;
    border: 0;
}

.navbar-brand {
    padding: 0 !important;
    line-height: 0!important;
    height: 100%!important;
    margin-top: 16px;
}

.navbar-brand img {
    width: auto;
    max-height: 47px;
}

.navbar-nav > li > a {
    font-family: ngb, 'NanumGothicBold', sans-serif;
}

/***************** 메뉴바 *****************/

/* 상단 대메뉴 끝*/

/****** 상단대메뉴 전체 끝 ******/

/*** 캐러셀 ***/

.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,
.bb-area .owl-dots,
.bb-area .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;
}

.owl-item.active .slide-caption_h1 {
    -webkit-animation: 1s .2s fadeInRight both;
    -moz-animation: 1s .2s fadeInRight both;
    -ms-animation: 1s .2s fadeInRight both;
    -o-animation: 1s .2s fadeInRight both;
    animation: 1s .2s fadeInRight both;
}

.owl-item.active .slide-caption_h2 {
    -webkit-animation: 1s .5s fadeInLeft both;
    -moz-animation: 1s .5s fadeInLeft both;
    -ms-animation: 1s .5s fadeInLeft both;
    -o-animation: 1s .5s fadeInLeft both;
    animation: 1s .5s fadeInLeft both;
}

.owl-item.active .slide-caption_p {
    -webkit-animation: 1s .7s fadeIn both;
    -moz-animation: 1s .7s fadeIn both;
    -ms-animation: 1s .7s fadeIn both;
    -o-animation: 1s .7s fadeIn both;
    animation: 1s .7s fadeIn both;
}

/*** 캐러셀  ***/


/****** 풋터 전체 시작 ******/

#fotter-w {
    background-color: #111;
    padding: 50px 0 55px;
}

/* 풋터 버튼 */

.fs1f-1 {
    text-align: center;
    margin-bottom: 35px;
}

.fs1f-1 .btn-group-xs > .btn {
    padding: 0 55px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.17);
    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;
}

.fs1f-1 .btn-group-xs > .btn a,
.fs1f-1 .btn-group-xs > .btn a:hover,
.fs1f-1 .btn-group-xs > .btn a:focus {
    color: rgba(255, 255, 255, 0.2)!important;
}

/* 풋터 버튼 */

/* 풋터 주소,정보 */

.fs1f-2-1 {
    font-size: 12px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.35);
    text-align: left;
}

.fs1f-2-2 {
    text-align: right;
}

.fs1f-2-2-w {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    text-align: center;
}

.fs1f-2-2-1 {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 11px;
}

.fs1f-2-2-2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.copy-sr-icon {
    padding: 0 1px;
}

.c-d-l-1,
.c-d-l-2,
.c-d-l-3,
.c-d-l-4,
.c-d-l-5,
.c-d-l-6,
.c-d-l-7,
.c-d-l-8,
.c-d-l-9 {
    font-family: '나눔고딕', 'NanumGothic', ng, sans-serif;
    padding: 0 9px;
    color: rgba(255, 255, 255, 0.17);
}

.cpf-1-3 {
    cursor: pointer
}

.c-d-map-1 {
    padding: 0 10px 0 9px;
    color: rgba(0, 0, 0, 0.3);
}

/* 풋터주소,정보 */

/****** 풋터 전체 끝 ******/

/*** 스크롤 탑 ***/

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.3em;
    right: 1.3em;
}

.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.2);
    display: block;
    width: 34px;
    height: 35px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    padding: 7px 0 0 10px;
    line-height: 1;
    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.5);
    color: #fff;
}

/*** 스크롤 탑 ***/

/******* 높이코드 *******/

.ctb-h-50 {
    height: 50px
}

.ctb-h-55 {
    height: 55px
}

.ctb-h-60 {
    height: 60px
}

.ctb-h-65 {
    height: 65px
}

.ctb-h-70 {
    height: 70px
}

.ctb-h-75 {
    height: 75px
}

.ctb-h-80 {
    height: 80px
}

.ctb-h-85 {
    height: 85px
}

.ctb-h-90 {
    height: 90px
}

.ctb-h-95 {
    height: 95px
}

.ctb-h-100 {
    height: 100px
}

.ctb-h-110 {
    height: 110px
}

.ctb-h-120 {
    height: 120px
}

.ctb-h-130 {
    height: 130px
}

/* 텍스트 행간 */

.scsh-1 {
    display: block;
    vertical-align: top;
    height: 10px;
}

/******* 높이코드 *******/

/******* 트렌지션 *******/

.trss-05 {
    color: rgba(255, 255, 255, 1);
    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;
}

/******* 트렌지션 *******/

/******* 나눔선 *******/

.vp-line-1 {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

/******* 나눔선 *******/

/* 버튼*/

/******사용****/

.btn-p1 {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    line-height: 1;
    border: solid 1px rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    padding: 7px 10px 8px;
}

.btn-p1:hover {
    border: solid 1px rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.15);
}

.btn-p1w {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    line-height: 1;
    border: solid 1px rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding: 7px 10px 8px;
}

.btn-p1w:hover {
    border: solid 1px rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.15);
}

.btn-p2 {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    border: solid 1px rgba(255, 255, 255, 0.7);
    padding: 6px 18px 8px;
}

.btn-p2:hover {
    border: solid 1px rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.2);
}

.btn-p3m {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding: 6px 18px 8px;
}

.btn-p3m:hover {
    border: solid 1px rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-v1 {
    display: inline-block;
    padding: 8px 14px 8px 15px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    line-height: 1;
    letter-spacing: 1px;
    border-top: solid 1px rgba(0, 0, 0, 0.4);
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    margin: 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;
}

/* Safari 7.1+ */

_::-webkit-full-page-media,
_:future,
:root .btn-v1 {
    padding: 8px 15px 9px 16px;
}

.btn-v1:hover {
    padding: 8px 30px 8px 31px;
    color: #ccc;
}

/******사용****/

/**************/

.btn-p3 {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    padding: 6px 18px 8px;
}

.btn-p3:hover {
    border: solid 2px rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.3);
}

/**************/

.bv1b {
    color: rgba(0, 0, 0, 0.5);
    border: solid 1px rgba(0, 0, 0, 0.28);
    padding: 6px 14px 8px 15px;
    font-size: 15px;
}

/* Safari 7.1+ */

_::-webkit-full-page-media,
_:future,
:root .bv1b {
    padding: 6px 14px 8px 15px;
}

.btn-v1w {
    display: inline-block;
    padding: 8px 14px 8px 15px;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    line-height: 1;
    border: solid 1px rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    margin: 0 0 0 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;
}

/* Safari 7.1+ */

_::-webkit-full-page-media,
_:future,
:root .btn-v1w {
    padding: 8px 14px 9px 15px;
}

.btn-v1w:hover {
    border: solid 1px rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

/** mdbox-border**/

.md-wbl1 {
    border-left: solid 1px #dedede;
}

.main-md-wbrl1 {
    border-right: solid 1px #dedede;
    border-left: solid 1px #dedede;
}

/**********/

/*** 타이틀 하단 선***/

/*** 포인트 컬러***/

.p-color-1 {
    color: #818181
}

/*** 하단여백***/



.page-bottom-heigh-1 {
    height: 80px;
}

.page-mid-heigh-1 {
    height: 90px;
}

/*** 폰튼지정***/

