@font-face {
    font-family: 'nsk1';
    font-style: normal;
    src: local(※), url(../fonts/prt/woff2/Thin.woff2) format('woff2'),
    url(../fonts/prt/woff/Thin.woff) format('woff');
}

@font-face {
    font-family: 'nsk2';
    font-style: normal;
    src: local(※), url(../fonts/prt/woff2/ExtraLight.woff2) format('woff2'),
    url(../fonts/prt/woff/ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'nsk3';
    font-style: normal;
    src: local(※), url(../fonts/prt/woff2/Light.woff2) format('woff2'),
    url(../fonts/prt/woff/Light.woff) format('woff');
}

@font-face {
    font-family: 'nsk4';
    font-style: normal;
    src: local(※), url(../fonts/prt/woff2/Regular.woff2) format('woff2'),
    url(../fonts/prt/woff/Regular.woff) format('woff');
}

@font-face {
    font-family: 'nsk5';
    font-style: normal;
    src: local(※), url(../fonts/prt/woff2/Medium.woff2) format('woff2'),
    url(../fonts/prt/woff/Medium.woff) format('woff');
}

@font-face {
    font-family: 'nsk6';
    font-style: normal;
    src: local(※), url(../fonts/prt/woff2/SemiBold.woff2) format('woff2'),
    url(../fonts/prt/woff/SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'nsk7';
    font-style: normal;
    src: local(※), url(../fonts/prt/woff2/Bold.woff2) format('woff2'),
    url(../fonts/prt/woff/Bold.woff) format('woff');
}

@font-face {
    font-family: 'nsk8';
    font-style: normal;
    src: local(※), url(../fonts/prt/woff2/ExtraBold.woff2) format('woff2'),
    url(../fonts/prt/woff/ExtraBold.woff) format('woff');
}

@font-face {
    font-family: 'nsk9';
    font-style: normal;
    src: local(※), url(../fonts/prt/woff2/Black.woff2) format('woff2'),
    url(../fonts/prt/woff/Black.woff) format('woff');
}

/*로딩*/

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

html {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    font-family: nsk4, sans-serif;
    font-size: 17px;
    color: #111;
    line-height: 1.6;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: rotate(0.04deg);
}

.container-fluid {
    padding: 0;
}

.ctw-vpa {
    max-width: 1430px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.ctw-vpt {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: auto;
    margin-right: auto;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

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

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

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

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

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

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

/*슬라이드*/

.slider-active .owl-nav div {
    position: absolute;
    bottom: 30px;
    right: 90px;
    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 {
    right: 45px;
}

.slider-active .owl-dots {
    position: absolute;
    left: 1.1%;
    text-align: center;
    bottom: 50%;
    width: 10px;
    line-height: 1;
}

.slider-active .owl-dot {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 4px;
    height: 4px;
    margin: 17px auto;
}

.slider-active .owl-dot.active {
    width: 9px;
    height: 9px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.slider-active .owl-nav div {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 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 {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 75px;
    right: 1.2%;
}

.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.3);
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    color: rgba(255, 255, 255, 1)!important;
    font-size: 25px;
    line-height: 1;
    padding: 7px 0 0;
    border-radius: 3px;
    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.7);
    color: #fff!important;
}

/*스크롤다운*/

.srolldw {
    position: fixed;
    right: 3%;
    bottom: 7%;
    z-index: 1000000000;
    font-family: nsk5, sans-serif;
    font-size: 12px;
    color: #fff;
}

.arrow-w {
    position: relative;
    height: 37px;
    width: 13px;
    margin: 0 auto;
}

.arrow-1 {
    width: 1px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    left: 4px;
    top: 0;
    z-index: 2;
}

.arrow {
    position: absolute;
    width: 9px;
    height: 9px;
    left: 0;
    top: 23px;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    transform: rotate(-45deg);
}

.navbar-default.affix .srolldw {
    bottom: 12%;
    opacity: 0;
}



/*퀵배너*/

.qbw {
    position: fixed;
    top: 30%;
    right: 1.2%;
    width: 62px;
    z-index: 100;
    text-align: center;
    line-height: 1;
}

.qbb {
    border-radius: 5px;
    box-shadow: 4px 4px 12px rgb(0 0 0 / 30%);
    margin: 0 0 20px;
}

.qb1w {
    background-color: #222;
    padding: 14px 6% 15px;
}

.qb1w,
.qb1w a {
    color: #fff;
}

.qb1-1 {
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 5px 0 0;
    font-size: 16px;
}

.qb1-2 {
    font-family: nsk7, sans-serif;
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.1;
}

.qb2w {
    background-color: #FAE100;
    padding: 13px 6% 15px;
}

.qb2-1 {
    max-width: 36px;
    height: auto;
}

.qb2-2 {
    font-family: nsk7, sans-serif;
    color: #361C1D;
    font-size: 12px;
    line-height: 1.1;
    margin-top: 8px;
}

/*드롭메뉴*/

.vcf-2-3 {
    margin-top: 16px;
}

.fttbt-w {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.fttbt-w-1 {
    margin: 0 0 0 6%;
}

.fttbt-w .btn-group > .btn {
    font-family: nsk3, sans-serif;
    padding: 9px 10px 10px;
    min-width: 200px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    border-radius: 0;
    font-weight: normal;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    background: rgba(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;
}

.fttbt-w .btn-group > ul.dropdown-menu {
    min-width: 200px;
    padding: 0!important;
    margin: 0!important;
    position: absolute!important;
    float: left!important;
    font-size: 13px;
    line-height: 1;
    background-color: #fff!important;
    border: 1px solid #d9d9d9!important;
    border-radius: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none!important;
}

.fttbt-w .btn-group > .dropdown-menu > li {
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    line-height: 1;
    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;
}

.fttbt-w .btn-group > .dropdown-menu > li > a {
    padding: 10px 0 !important;
    color: #333 !important;
    font-weight: normal;
}

.fttbt-w .btn-group > .dropdown-menu > li:hover {
    background-color: #f2f2f2;
}

.fttbt-w .btn-group > .dropdown-menu > li:nth-last-child(1) {
    border-bottom: none;
}

/*사용*/

.dib {
    display: inline-block;
    vertical-align: top;
}

.bgt {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.bgt {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgw {
    text-align: center;
}

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

.cus-p {
    cursor: pointer;
}

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

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

th {
    font-weight: normal!important;
}

/*탑*/

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

.navbar-brand img {
    width: auto;
    max-height: 38px;
}

.logo-pov {
    display: none;
}

.navbar-default {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.navbar-default.affix {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.nvct-w {
    float: right;
    margin: 40px 0 0;
    font-size: 11px;
    line-height: 1;
}

.nvct-1 {
    font-family: nsk4, sans-serif;
    padding: 4px 5px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.nvct-1:hover {
    opacity: 0.5;
}

.nvctdv {
    font-family: nsk1, sans-serif;
    color: #fff;
    opacity: 0.5;
    padding: 4px 5px;
}

/*풋터*/

.vcfw {
    background-color: #111;
    padding: 60px 0 70px;
    line-height: 1;
    font-size: 14px;
}

.vcfw,
.vcfw a {
    color: #999;
}

.in-vcfw:after {
    content: "";
    display: block;
    clear: both;
}

.vcf-1,
.vcf-2 {
    float: left;
}

.vcf-1 {
    width: 80%;
    line-height: 1.6;
}

.vcf-1-1 {
    margin-bottom: 40px;
}

.vcf-1-1-1 {
    font-family: nsk5, sans-serif;
    padding: 10px 26px;
    font-size: 16px;
    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;
}

.vcf-1-1-1,
.vcf-1-1-1 a {
    color: #ccc
}

.vcf-1-1 a:first-child .vcf-1-1-1 {
    padding-left: 0;
}

.vcf-1-1-1:hover {
    opacity: 0.5;
}

.ftbv {
    font-family: nsk1, sans-serif;
    margin: 0 6px;
    opacity: 0.7;
}

.vcf-1-3 {
    margin: 8px 0;
}

.vcf-2 {
    width: 20%;
    text-align: right;
}

.vcf-2-1 {
    text-align: center;
    margin: 75px 0 0;
}

.sicw {
    max-width: 26px;
    height: auto;
    margin: 0 7px;
    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;
}

.sicw:hover {
    opacity: 0.5;
}






/*///////////////////////////////////////////////////////////
-------------------------------------------------------------
/////////////////////// Media Query /////////////////////////
-------------------------------------------------------------
///////////////////////////////////////////////////////////*/




@media (min-width: 1300px) {
    /*상단*/
    .navbar-default .navbar-nav > li > a {
        padding: 0 38px;
    }
    /*풋터*/
    .brf-1,
    .brf-2,
    .brf-3,
    .brf-4,
    .brf-5,
    .brf-6,
    .brf-7 {
        display: none;
    }
    /*********/
}

@media (max-width: 1299px) {
    /*********/
}

@media (min-width: 1200px) and (max-width: 1299px) {
    /*상단*/
    .navbar-default .navbar-nav > li > a {
        padding: 0 20px;
    }
    /*스크롤다운*/
    .srolldw {
        bottom: 11%;
    }
    /*공통*/
    .br12 {
        display: none;
    }
    /*풋터*/
    .brf-2,
    .brf-3,
    .brf-4,
    .brf-5,
    .brf-6,
    .brf-7,
    .dv1 {
        display: none;
    }
    /*********/
}

@media (min-width: 1200px) {
    /*********/
}

@media (min-width: 992px) {
    /*상단*/
    .navbar-default.affix {
        height: 83px;
        background-color: rgba(0, 0, 0, 0.7);
        border-bottom: none;
    }
    /*********************
     ----------------------
     .navbar-default.affix {box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);}
     ----------------------
    *********************/
    .navbar-default.affix .logo-pdf {
        display: none;
    }
    .navbar-default.affix .logo-pov {
        display: block;
    }
    .navbar-default.affix .navbar-nav {
        margin: 30px 0 0 9%;
    }
    .navbar-default.affix .navbar-brand {
        padding: 20px 0 0!important;
    }
    .navbar-default.affix .navbar-nav > li > a {
        padding-bottom: 35px;
    }
    .navbar-default.affix .navbar-nav .dropdown-menu {
        padding: 0 5% 18px!important;
    }
    /*********************
    .navbar-default.affix .navbar-nav > li > a,
    .navbar-default.affix .navbar-nav > li > a:hover,
    .navbar-default.affix .navbar-nav > li > a:focus,
    .navbar-default.affix .navbar-default .navbar-nav > .open > a,
    .navbar-default.affix .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default.affix .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default.affix .nvct-1,
    .navbar-default.affix .nvctdv {
        color: #333;
    }
    *********************/
    .navbar-default.affix .nvct-w {
        margin: 32px 0 0;
    }
    .navbar-nav li i {
        display: none;
    }
    .v_navbar {
        text-align: center;
    }
    .navbar-default {
        height: 88px;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }
    .navbar-default .navbar-nav {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 42px 0 0 9%;
    }
    .navbar-default .navbar-nav > li > a {
        font-family: nsk5, sans-serif;
        font-size: 18px;
        line-height: 1!important;
        padding-bottom: 30px;
        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;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background: none;
        opacity: 0.6;
    }
    .navbar-nav .dropdown-menu {
        min-width: 170px!important;
        left: 50%;
        right: auto;
        text-align: center;
        transform: translate(-50%, 0);
        border: none!important;
        box-shadow: none!important;
        border-radius: 0!important;
        background: rgba(0, 0, 0, 0.7)!important;
        margin: 0!important;
        font-family: nsk3, sans-serif;
        font-size: 13px;
        padding: 18px 5%!important;
    }
    .dropdown-menu > li > a {
        padding: 9px 5px!important;
        color: #fff!important;
        background: transparent;
        line-height: 1.4!important;
        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;
    }
    .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        padding-left: 9px!important;
        padding-right: 0!important;
        color: rgba(255, 255, 255, 0.25)!important;
        background: none;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
    /*공통*/
    .ccm2 {
        display: none;
    }
    /*********/
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*상단*/
    .navbar-default .navbar-nav > li > a {
        padding: 0 14px 30px;
    }
    /*공통*/
    .srolldw,
    .br12,
    .brs1 {
        display: none;
    }
    /*풋터*/
    .brf-2,
    .brf-3,
    .brf-4,
    .brf-5,
    .brf-7,
    .dv1,
    .dv6 {
        display: none;
    }
    /*********/
}

@media (max-width: 991px) {
    .ctw-vpt {
        padding-left: 0;
        padding-right: 0;
    }
    /*상단*/
    .nvct-w {
        margin: 15px 5% 5px;
    }
    .nvct-1,
    .nvctdv {
        color: #fff;
    }
    .navbar-header {
        height: 64px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(255, 255, 255, 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;
    }
    .navbar-default.affix .navbar-header {
        background: rgba(0, 0, 0, 0.8);
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    .navbar-default.affix .logo-pdf {
        display: none;
    }
    .navbar-default.affix .logo-pov {
        display: block;
    }
    .navbar-brand {
        padding: 15px 0 0 14px!important;
    }
    .navbar-brand img {
        width: auto;
        max-height: 34px;
    }
    .navbar-fixed-top {
        top: 0;
    }
    .navbar-default {
        background: none!important;
    }
    .navbar-default .navbar-collapse {
        border: none;
    }
    .navbar-nav {
        margin: 0;
        background-color: #222;
        width: 100%;
    }
    .navbar-default .navbar-nav > li {
        border-bottom: solid 1px #4D4D4D;
    }
    .navbar-default .navbar-nav > li:last-child {
        border-bottom: none!important;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
        padding: 12px 15px!important;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff!important;
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #fff!important;
        background-color: #404040!important;
    }
    .navbar-collapse {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .collapse.in {
        display: block!important;
    }
    .navbar-nav > li,
    .navbar-header,
    .navbar-left,
    .navbar-right {
        float: none;
    }
    .navbar-nav li i {
        position: absolute;
        top: 15px;
        right: 17px;
        font-size: 22px;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .navbar-nav li.open i.fa-angle-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /*드롭메뉴*/
    .dropdown-menu {
        position: relative!important;
        float: none!important;
        margin: 0!important;
        padding: 15px!important;
        background-color: rgba(255, 255, 255, 0)!important;
        border: none!important;
        border: none!important;
        border-radius: 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }
    .dropdown > ul > li > a {
        padding: 8px 10px!important;
        font-size: 14px;
        text-align: left;
        line-height: 1.3;
        color: #333;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.3;
    }
    .navbar-collapse.in {
        overflow: hidden!important;
        max-height: none !important;
        height: auto !important;
        box-shadow: 0px 10px 14px -2px rgba(0, 0, 0, 0);
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0!important;
    }
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0!important;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: transparent!important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    /*토글*/
    .navbar-toggle {
        border-radius: 0;
        margin-top: 14px!important;
        margin-right: 10px!important;
        display: block;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent!important;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: rgba(255, 255, 255, 0)!important;
    }
    .navbar-toggle .icon-bar:nth-of-type(2) {
        top: 1px;
    }
    .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 2px;
    }
    .navbar-toggle .icon-bar {
        border-radius: 0!important;
        position: relative;
        background-color: #fff!important;
        transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
    }
    .navbar-toggle.active .icon-bar:nth-of-type(1) {
        top: 6px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        background-color: transparent!important;
    }
    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        top: -6px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /*공통*/
    .ccm1 {
        display: none;
    }
    html {
        overflow-x: none;
    }
    .navbar-default .ctw-vpa {
        padding-left: 0;
        padding-right: 0;
    }
    #slider-area,
    #slider-area-s {
        margin-top: 0;
    }
    /*스크롤*/
    .scroll-up {
        bottom: 66px;
        right: 1.2%;
    }
    .scroll-up a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding: 7px 0 0;
    }
    /*퀵배너*/
    .qbw {
        top: 300px;
        width: 40px;
    }
    .qbb {
        box-shadow: 2px 2px 8px rgb(0 0 0 / 30%);
        margin: 0 0 7px;
    }
    .qb1w {
        padding: 8px 0 5px;
    }
    .qb1-1 {
        width: 100%;
        height: 28px;
        background-color: rgba(255, 255, 255, 0);
        padding: 1px 0 0;
        font-size: 22px;
    }
    .qb2w {
        padding: 8px 6%;
    }
    .qb2-1 {
        max-width: 26px;
    }
    .qb1-2,
    .qb2-2 {
        display: none;
    }
    /*********/
}

@media (min-width: 768px) and (max-width: 991px) {
    /*상단*/
    .navbar-nav {
        padding: 10px 5% 30px;
    }
    /*공통*/
    .srolldw,
    .br12 {
        display: none;
    }
    /*풋터*/
    .vcf-1,
    .vcf-2 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .vcf-1-1 a:last-child .vcf-1-1-1 {
        padding-right: 0;
    }
    .vcf-1-1-1 {
        padding: 10px 20px;
    }
    .brf-2,
    .brf-3,
    .brf-4,
    .brf-6,
    .brf-7,
    .dv1,
    .dv5 {
        display: none;
    }
    .vcf-2-1 {
        margin: 45px 0 0;
    }
    /*********/
}

@media (min-width: 768px) {
    /*공통*/
    .cc2 {
        display: none
    }
    /*풋터*/
    .fbr-2 {
        display: none;
    }
    /*********/
}

@media (max-width: 767px) {
    /*상단*/
    .navbar-nav {
        padding: 50px 5% 30px;
    }
    /*공통*/
    .srolldw,
    .cc1 {
        display: none
    }
    .br12 {
        display: none;
    }
    /*드롭메뉴*/
    .fttbt-w .btn-group {
        padding-top: 0!important;
    }
    /*풋터*/
    .vcf-1,
    .vcf-2 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .vcf-1-1 a:last-child .vcf-1-1-1 {
        padding-right: 0;
    }
    .vcf-1-1 {
        margin-bottom: 30px;
    }
    .vcf-1-1-1 {
        padding: 10px 5px;
        font-size: 13px;
        letter-spacing: -1px;
    }
    .brf-2,
    .brf-4,
    .brf-6,
    .dv1,
    .dv3,
    .dv5,
    .dv7 {
        display: none;
    }
    .vcf-2-1 {
        margin: 45px 0 0;
    }
    /*********/
}