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

@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')
}






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;
}

img {
    image-rendering: -moz-auto;
    /* Firefox */
    image-rendering: -o-auto;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: auto;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
    border: none;
}


#no-fouc {
    opacity: 0;
}

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

input[type=text] {
    width: 100%;
    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;
    color: #666;
    height: 26px;
    padding: 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: 25% !important;
}

input[name="addr_post1"] {
    width: 25% !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;
}

nav {
    width: 100%!important;
    border-radius: 0 !important;
}

.looo {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000000000000000000000000000000000000;
}

.llo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}

.v-trs {
    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;
}

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




/*공통 포인트 컬러*/
.ttco-1 {
    color: #78A99A;
}


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

.vtbar-w {
    background-color: #fff;
}


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




.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';
    padding: 25px 0 0 5px !important;
}

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




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

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

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

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

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

.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;
    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-1,
.t-devide-2,
.t-devide-3,
.t-devide-4,
.t-devide-5,
.t-devide-6,
.t-devide-7,
.t-devide-8,
.t-devide-9 {
    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-1,
.copy-tf-t-2,
.copy-tf-t-3,
.copy-tf-t-4,
.copy-tf-t-5,
.copy-tf-t-6,
.copy-tf-t-7,
.copy-tf-t-8,
.copy-tf-t-9 {
    display: inline-block;
}

.plvi-btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

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

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

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

.copy-cr-t2 {
    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;
}

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




.cts-nc-h-5 {
    height: 5px;
    vertical-align: top
}


.cts-nc-h-10 {
    height: 10px;
    vertical-align: top
}


.cts-nc-h-15 {
    height: 15px;
    vertical-align: top
}

.cts-nc-h-20 {
    height: 20px;
    vertical-align: top
}


.cts-nc-h-25 {
    height: 25px;
    vertical-align: top
}

.cts-nc-h-30 {
    height: 30px;
    vertical-align: top
}

.cts-nc-h-40 {
    height: 40px;
    vertical-align: top
}

.cts-nc-h-50 {
    height: 50px;
    vertical-align: top
}

.cts-nc-h-60 {
    height: 60px;
    vertical-align: top
}

.cts-nc-h-70 {
    height: 70px;
    vertical-align: top
}

.cts-nc-h-80 {
    height: 80px;
    vertical-align: top
}

.cts-nc-h-90 {
    height: 90px;
    vertical-align: top
}

.cts-nc-h-100 {
    height: 100px;
    vertical-align: top
}



.cc01 {
    display: block;
    text-align: center;
}

.cc01 img {
    max-width: 100%;
    height: auto;
}

