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

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

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

#no-fouc {
    opacity: 0;
}

*:focus {
    outline: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

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

.container-fluid {
    margin: 0!important;
    padding: 0!important;
}

/*** 로딩s ***/

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

/*** 로딩e ***/

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

.btn-default span {
    position: relative;
}

/********************** 기본공통코드e **********************/

/*** 로고s ***/

.navbar-brand {
    padding: 17px 0 0 15px !important;
}

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

/*** 로고e ***/

/*** 상단탑메뉴s ***/

.v-topbar {
padding:10px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.13);
    background-color: #E1F4FA;
}

.vtbr-w {
    text-align: right;
    font-size: 11px;
    line-height: 1;
    margin-top: 0;
}

.vtbr-1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 11px;
    cursor: pointer;
    transition: 0.5s 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;
    color: rgba(0, 0, 0, 0.6);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
	margin:4px 0 0;
}



.vtbr-0 {
    display: inline-block;
    vertical-align: top;
    padding: 0 11px;
    cursor: pointer;
    transition: 0.5s 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;
    color: rgba(0, 0, 0, 0.6);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
}

.vtbr-1:hover {
    color: rgba(0, 0, 0, 0.8);
}

.vtbr-0:last-child {
    padding-right: 0;
    border-right: none;
}

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

/*** 상단탑메뉴e ***/

/*** 캐러셀s ***/

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

/*** 캐러셀e ***/

/*** 기본공통s***/

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

.ctdvd-line-10 {
    border-bottom: solid 1px #dedede;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.ctdvd-line-30 {
    border-bottom: solid 1px #dedede;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.ctdvd-line-60 {
    border-bottom: solid 1px #dedede;
    margin-bottom: 60px;
    padding-bottom: 60px
}

.ctdvd-line-80 {
    border-bottom: solid 1px #dedede;
    margin-bottom: 80px;
    padding-bottom: 80px
}

.ctdvd-line-100 {
    border-bottom: solid 1px #dedede;
    margin-bottom: 100px;
    padding-bottom: 100px
}

.mmvo {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.mmvo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

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

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

/* 스크롤탑s */

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

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

/* 스크롤탑e */

/*** 기본공통e ***/

/*** fts-n1 ***/

/** 색상관련 코드 **/

/* 전체배경 */

#fts-n1 {
    background-color: #111;
}

/* 1단 */

.fts-n1-1-1 span {
    color: #666;
    border-right: solid 1px rgba(255, 255, 255, 0.12);
}

/* 2단 */

.fts-n1-2-w {
    color: #666;
}

.ft-dv {
    color: rgba(255, 255, 255, 0.2);
}

/* 색상관련 코드 */

/** 1단 **/

.fts-n1-1-w {
    padding: 50px 0 0
}

.fts-n1-1-1 {
    text-align: center;
}

.fts-n1-1-1 span {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 15px;
    line-height: 1;
    padding: 0 45px 1px;
    cursor: pointer;
    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;
}

.fts-n1-1-1 span:hover {
    opacity: 0.4;
}

.fts-n1-1-1 span:last-child {
    border-right: none;
}

/** 2단 **/

.fts-n1-2-w {
    padding: 35px 0 60px;
}

/* 왼쪽 */

.fts-n1-2-1 {
    font-size: 13px;
    line-height: 2;
}

.fts-n1-2-1-1 {
    display: inline-block;
    vertical-align: top;
}

.fts-n1-2-1-1-1 {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.fts-n1-2-1-1-1:hover {
    opacity: 0.6;
}

.ft-dv {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}

/* 오른쪽 */

.fts-n1-2-2 {
    text-align: right;
}

.fts-n1-2-2-w {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-align: center;
    margin-top: 5px;
}

.fts-n1-2-2-1 {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
}

.fts-n1-2-2-2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.copy-sr-icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}

/*** fts-n1 ***/

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

.point-color-1 {
    color: #99ABC2;
}

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

/*** 타이틀 ***/

/* ttmdv-n1 */

.ttmdv-n1-1 {
    text-align: center;
    line-height: 1;
}

.ttmdv-n1-1-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 43px;
    color: 666;
    padding: 0 15px 15px;
    margin: 111px 0 18px;
    border-bottom: solid 1px #dedede;
}

.ttmdv-n1-2 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 17px;
    color: 666;
}

/* ttmdv-n1 */

/* ttdv-n5 */

.ttdv-n5-w {
    text-align: center;
}

.ttdv-n5-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 36px;
    color: #A6A6A6;
    padding: 0 15px 0 0;
    line-height: 1;
}

.ttdv-n5-2 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 17px;
    color: #666;
    padding: 7px 0 8px 17px;
    border-left: solid 1px #ccc;
    line-height: 1.3;
}

/* ttdv-n5 */

/* ttdv-n6 */

.ttdv-n6-1 {
    font-size: 50px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    color: #999;
    line-height: 1.1;
    text-align: center;
}

.ttdv-n6-2 {
    text-align: center;
    margin: 30px 0 0;
}

.ttdv-n6-2-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    padding: 13px 30px 13px;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
}

/* ttdv-n6 */

/* ttdv-n7 */

.ttdv-n7-w {
    text-align: center;
    line-height: 1;
}

.ttdv-n7-1 {
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    color: #999;
}

.ttdv-n7-2 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    padding: 7px 0 0;
}

/* ttdv-n7 */

/* ttdv-n8 */

.ttdv-n8-w {
    text-align: center;
    line-height: 1;
    margin: 0 0 45px;
}

.ttdv-n8-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 17px;
    color: #666;
    padding: 11px 15px 11px;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
}

.ttdv-n8-2 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 15px;
    color: #999;
    margin-top: 16px;
}

/* ttdv-n8 */

/*** 타이틀 ***/

/*** mvcode ****/

.mvcode-w-1 {
    margin: 0 15px 0 0;
}

.mvcode-w-2 {
    margin: 0 0 0 14px;
}

.mvcode-w-3 {
    margin: 45px 15px 0 0;
}

.mvcode-w-4 {
    margin: 45px 0 0 14px;
}

.mvcode-1 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    min-height: 178px;
    background-image: url(../../images/mvgi_1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mvcode-1 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mvcode-2 {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin-top: 12px;
}

/*** mvcode ****/