@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,
body {
    max-width: 100%;
    overflow-x: hidden;
    word-break: keep-all;
}

html {
    overflow-y: scroll;
}


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

/*** 로딩s ***/

#no-fouc {
    opacity: 0;
}

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

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

/*** 로딩e ***/

.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: #818181;
}

.cm-color-2 {
    color: #818181;
}

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

.pnt {
    cursor: pointer;
}

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: bicubic;
    /* IE (non-standard property) */
    border: none;
}

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


.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: 9px;
    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 {
    padding: 0 0 0 10px !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: 13px;
}

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

.slider-active .owl-dot.active {
    border: 3px solid #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;
}


.copy a {
    color: #818181;
}

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

.t-devide-xs,
.t-devide-xs-1,
.t-devide-xs-2,
.t-devide-xs-3,
.t-devide-xs-4,
.t-devide-xs-5,
.t-devide-xs-n1,
.t-devide-xs-n2,
.t-devide-xs-n3,
.t-devide-xs-n4,
.t-devide-xs-n5 {
    padding: 0 7px;
    color: #ccc;
    font-weight: normal;
}

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



.ctfn1-1,
.ctfn1-2,
.ctfn1-3,
.ctfn1-5,
.ctfn1-6,
.ctfn1-7,
.ctfn1-8,
.ctfn1-9{
    display: inline-block;
    vertical-align: top;
}

.ctfn1-3 {
    cursor: pointer;
}

.ctfn1-3:hover {
    opacity: 0.5;
}




.cr-sps {
    text-align: right;
}

.cr-sps-w,
.cr-sps-1,
.cr-sps-2 {
    display: inline-block;
    vertical-align: top;
}

.cr-sps-w {
    text-align: center;
}

.cr-sps-2 {
    padding: 4px 0 0;
}

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

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

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

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


.trans3 {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

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

.root_daum_roughmap .border1,
.root_daum_roughmap .border2 {
    border: none!important;
}

.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
    width: 0!important;
}


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

.locn-1 {
    text-align: center;
    line-height: 1;
    padding: 30px 0;
    font-family: ngb, 'NanumGothicBold', sans-serif;
}

.locn-1-1,
.locn-1-2,
.locn-2-1,
.locn-2-2 {
    display: inline-block;
    vertical-align: top;
}

.locn-1-1 {
    font-size: 26px;
    color: #7F92AC;
    letter-spacing: 0.5px;
    padding: 0 0 3px;
}

.locn-1-2 {
    font-size: 13px;
    color: #888;
    letter-spacing: 2.6px;
}

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


.locn-2-1 {
    font-size: 45px;
    color: #7F92AC;
    letter-spacing: 0.5px;
    padding: 0 0 3px;
}

.locn-2-2 {
    font-size: 24px;
    color: #888;
    letter-spacing: 3.4px;
}

/*배경이미지지정*s*/

.vnc-bgc {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*배경이미지지정*e*/

/*이미지*s*/
.vnc-imgbx {
    text-align: center;
}

.vnc-imgbx img {
    max-width: 100%;
    height: auto;
}
/*이미지*e*/


/*나눔선*s*/
.vnc-line-1 {
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 60px;
    padding-bottom: 60px
}

/*나눔선*e*/
/*****폰트*************************************/


.fftt-1 {
    text-align: center;
    padding: 20px 0;
    line-height: 1;
}

.fftt-1-1,
.fftt-1-2 {
    display: inline-block;
    vertical-align: top;
}

.fftt-1-1 {
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 32px;
    color: #666;
	    letter-spacing: 0;
    padding-left: 0;
}

.fftt-1-2 {
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 16px;
    color: #999;
	    letter-spacing: 3px;
    padding: 5px 0 0 3px;

}
/*****폰트*************************************/


.btnnwwws {
    text-align: center;
    padding: 10px 0;
}

.btnsmp-1 {
    display: inline-block;
    vertical-align: top;
    padding: 7px 11px 0;
    height: 27px;
	text-align: center;
    line-height: 1;
    color: #4c4c4c;
    font-size: 11px;
	    cursor: pointer;
		    background-color: #fff;
    border: 1px solid #ccc;
}

.btnsmp-2 {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    font-size: 13px;
    color: #333;
    line-height: 1;
    text-align: center;
    padding: 9px 14px 0 13px;
    border: solid 1px #ccc;
    background-color: #fff;
}
