@charset "utf-8";
/* -----------------------------------------------------
** Default 
--------------------------------------------------------*/
html {
    font-size: 16px;
}
body,button,dd,dl,dt,fieldset,form,hr,input,legend,li,ol,p,select,table,td,textarea,th,ul,
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins','Noto Sans KR','Apple SD 산돌고딕 Neo','Apple SD Gothic Neo','나눔고딕',NanumGothic,ng,sans-serif;
    font-weight: 400;
    letter-spacing: -.1px;
    color:#666;
}
.font-open {font-family: 'Open Sans',sans-serif;}
#pageFo .btnArea {display: block !important;}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    color: #111;
}

a,
a:hover {text-decoration: none;color: #111;}
.top-search .form-control::-moz-placeholder{color:#fff;opacity:1;}
.top-search .form-control:-ms-input-placeholder{color:#fff;}
.top-search .form-control::-webkit-input-placeholder{color:#fff;}

/*------------------------------------------------------------
** xe
--------------------------------------------------------------*/
.xe_content {color: #666 !important;}
.document_popup_menu {display: none;}

#spot .search input[type="text"],
#spot .search input[type="submit"],
.localNavigation li a,
.localNavigation li.on a {height: auto!important;} /* search skin page */
.xm select, .xm textarea, .xm input[type='text'], .xm input[type='password'], 
.xm input[type='datetime'], .xm input[type='datetime-local'], .xm input[type='date'], 
.xm input[type='month'], .xm input[type='time'], .xm input[type='week'], .xm input[type='number'], 
.xm input[type='email'], .xm input[type='url'], .xm input[type='search'], 
.xm input[type='tel'], .xm input[type='color'] {height: auto;}

.x input[type=color], 
.x input[type=date], 
.x input[type=datetime-local], 
.x input[type=datetime], 
.x input[type=email],
.x input[type=month], 
.x input[type=number], 
.x input[type=password], 
.x input[type=search], 
.x input[type=tel], 
.x input[type=text], 
.x input[type=time], 
.x input[type=url], 
.x input[type=week] {
    height: auto !important;
    line-height: 1.4 !important;
}


/* -----------------------------------------------------
** Layout 
--------------------------------------------------------*/
.wrapper-navbar-fixed {
    margin-top: 0
}
.nav-fixed {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -50px;top: 0;
    height: 100%;
    background: #fff !important;
    box-shadow: 5px 0 7px rgb(0,0,0,.05);
    z-index: 999;
}
.nav-fixed a.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 64px;
    height: 63px !important;  
    color: #111;
    border-top: 1px solid #ddd;
}
.nav-m {
    position: absolute;
    left: 60px;top: 15px;
    display: flex;
    flex-direction: row;
    z-index: 3;
}
.nav-m a {
    padding: 0 5px;
    color: #111;
}

button.btn.navbar-toggler {
    position: relative;
    top: 50%;
    width: 50px;
    height: 50px !important;
    color: #888;
    background: #fff !important;
    border: 0;  
    border-radius: 0;    
    box-shadow: none;    
}
.nav-fixed .login {
    position: relative;
    top: 50%;
    padding: 0px 4px;
    font-size: 11px;
    text-align: center;
}
.sidebar.sidebar-toggle .nav-fixed .login {
    display: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 0 !important;
}
.sidebar.sidebar-toggle .nav-fixed {
    right: -50px;
}
.sidebar.sidebar-toggle button.btn.navbar-toggler {
    width: 50px;
    height: 50px !important;
    border-radius: 0;
}

.sidebar {
    position: fixed;
    height: 100vh;
    min-height: 100%; 
    padding: 0 25px 0 35px;
    background-color: #f8f8f8;
    z-index: 999;
}
.sidebar .navbar-brand>img {
    width: auto;
}
.sidebar-menu-fixed {
    position: relative;
    height: calc( 100vh - 122px);
}
.list-hidden>li>.list-link {
    padding: 5px 0;
    padding-left: 10px;
}
.list-hidden>li>ul .list-link {
    padding-left: 20px;
    font-size: 14px !important;
}
.list-bg-white .list-hidden {
    padding: 0 0 10px 0;
    background-color: #f5f5f5;
}
.list-bg-white .list-link {
    padding: 0;
    font-size: 17px;
    /*border-left: 4px solid transparent;*/
    color: #111;
    transition: all .3s ease;
}
.list-bg-white .link-arrow:before {
    opacity: 1;
}
.list .link-current {
    font-weight: 400;
}
.sidebar-menu .list .list-item {
    margin: 0;
    line-height: 45px;
    /*border-top: 1px solid #eee;*/
}
.sidebar-menu .list-bg-white .list-link:hover,
.sidebar-menu .list>.list-item .list-link.link-current,
.sidebar-menu .list>.list-item ul>.list-item.active .list-link,
.sidebar-menu .list>.list-item.active>.list-link {
    color: #000;
    /*
    background-color: #111;
    border-left: 4px solid #00aeff;*/
}
.sidebar-menu .list>.list-item.active>ul>.list-item.active .list-link,
.sidebar-menu .list>.list-item ul>.list-item .list-link {
    font-size: 15px;
    background-color: #fefefe;
}
.sidebar-menu .list>.list-item.active>ul>.list-item.active .list-link,
.sidebar-menu .list>.list-item ul>.list-item:hover .list-link {
    color: #000;
}
.sidebar.sidebar-toggle .navbar-toggler svg.fa-bar,
.sidebar .navbar-toggler svg.fa-times {
    display: none;
}
.sidebar .navbar-toggler svg.fa-bars,
.sidebar.sidebar-toggle .navbar-toggler svg.fa-times {
    display: block;
}

.sidebar button.btn.navbar-toggler:before {
    content: '\f0c9';
    position: absolute;
    left: 16px;top: 14px;
    color: #888;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.sidebar.sidebar-toggle button.btn.navbar-toggler:before {
    content: '\f100';
    position: absolute;
    left: 18px;top: 12px;
    color: #666;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.swiper-section .swiper-slide img {
    border-radius: 5px;
}
.swiper-section .swiper .swiper-button-next:after, 
.swiper-section .swiper .swiper-button-prev:after {
    font-size: 21px;
}
.swiper-thumb .swiper-slide {
    opacity: .5;
}
.swiper-thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.footer {
    background-color: #353535;
}
.copyright {
    position: absolute;
    bottom: 30px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    z-index: 2;
}


.content-wrap {
    width: 100%;
    background-color: #f4f4f4;
}

.fullscreen {
    height: 100vh;
}    
.player-caption {
    display: flex;
    align-items: center;
    justify-content: center;     
    text-align: center;    
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;    
}
.player-caption h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
}

.sidebar-menu,
.scrollbar,
.scrollbar .list {
    width: 100%;
    font-size: 16px;
}
.wrapper-navbar-used {
    min-height: 100vh;
}
.scrollbar-use-navbar {
    height: 100%;
    overflow-y: auto;
}

.sidebar-info {
    padding: 0 20px;
}
.sidebar-info p {
    font-size: 17px;
    font-weight: bold;
    color: #888;
}

.sidebar-bottom {
    position: absolute;
    left: 0;bottom: 0;
    width: 100%;
    padding: 1rem;
}

/*-------------------------------------------------*/
.slides-pagination {
    bottom: 14%;
}
.slides-pagination a {
    margin: 3px;
    background-color: #fff;
    border-color: #fff;
    text-indent: -100px;
}
.slides-pagination a.current {
    background-color: #00aeff;
    border-color: #00aeff;
}

/*-------------------------------------------------*/
.btn-search {
    margin-left: -1px;
    width: 70px;
    color: #fff;
    background-color: #66C0FF;
    border: 1px solid #66C0FF;
    white-space: nowrap;
}




.img-front {
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    height: 100vh;
    animation-name: fade;
    animation-duration:2s;
    animation-duration: leaner;
    animation-iteration-count: 1;
    animation-direction:alternate;
    animation-fill-mode: forwards;
    z-index: 11;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/*fixed*/
.fixed-nav {
    position: fixed;
    left: 0;bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #212A31;
    z-index: 3;
}
.fixed-nav a {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
}  
.fixed-nav a.talktalk {
  background-repeat: no-repeat;
  background-image: url(../img/talktalk.png);
    background-position: 0 48%;
    padding-left: 30px;
}
header,
header .navik-header {
    top: 0;
    width: 100%;
    transition: all .3s ease;
    z-index: 99;
}
.navik-header .logo {
    padding: 5px 0;
    text-align: left;
}
.navik-header .logo img {
    height: 40px;
}
.navik-fixed-sidebar+.burger-menu {
    height: 50px;
}
.navik-menu-fixed>ul ul,
.navik-menu-fixed>ul {
    padding-left: 0;
    list-style: none;
}
.navik-menu-fixed ul li a {
    font-family: 'Noto Sans KR','Apple SD 산돌고딕 Neo','Apple SD Gothic Neo','나눔고딕',NanumGothic,ng,sans-serif;
    font-weight: 500;
}
.navik-menu-fixed>ul ul a {
    font-style: normal;
}
.navik-menu-fixed>ul ul a::before {
    display: none;
}
.menu-social-media {
    font-size: 16px;
}
.menu-social-media a {
    width: auto;
    border: 0;
}

.search-m {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 45px;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 0;
}
/* --------------------------------------------------------------------------
** 
** section
**
----------------------------------------------------------------------------*/
/* 각 섹션 상하 여백 */
.columnbox {
    margin-bottom: 30px;
}
.columnbox .nav-pills li {
    margin-left: -1px;
}
.columnbox .nav-pills .nav-link {
    display: block;
    padding: 10px 3px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
}
.columnbox .nav-pills .nav-link.active, 
.columnbox .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #66c0ff;
    border: 1px solid #66c0ff;
}


.swiper-carusel .swiper-button-next, 
.swiper-carusel .swiper-button-prev {
    top: auto;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-color: #111;
    z-index: 11;
}
.swiper-carusel .swiper-button-next:after, 
.swiper-carusel .swiper-button-prev:after {
    font-size: 12px;
    color: #fff;
}
.swiper-carusel .swiper-button-prev {
    left: auto;
    right: 36px;
}
.swiper-carusel .swiper-button-next:hover, 
.swiper-carusel .swiper-button-prev:hover {
    background-color: #999;
}
.swiper-carusel .swiper-pagination-fraction {
    color: #fff;
}


.img-hover {
    display: block;
    overflow: hidden;
}
.img-hover>img {
    transition: transform .3s ease;
    transform: scale(1);
}
.img-hover:hover>img {
    transform: scale(1.1);
}


.columnbox .icobox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: -1px;
    margin-left: -1px;
    min-height: 100px;
    background-color: #fff;
    border: 1px solid #eee;
}
.columnbox .icobox>span {
    font-size: 17px;
    font-weight: 500;
    color: #666;
}
.columnbox .icobox>svg {
    color: #3dc9df;
}

.sub-header {
    position: relative;
}
.sub-header:before {
    content: '';
    position: absolute;
    width :100%;height: 100%;
    background-color: rgba(0,0,0,.5);
}
.sub-header .sub-header-caption h1>span:before {
    background-color: #FA8522;
}

.text-left{
    text-align: left !important;
}
.font15{
    font-size: 15px;
}
.table-bordered ul{
    margin-bottom: 0 !important;
}
.font-bl{
    color: #3396ff ;
}
.table-custom{
    border-top: 1px solid #ddd !important;
}
.arrow-wrap{text-align: center;}
.icon-arrow{color: #3396ff;}

/*------------------------------------------------------------
**
** submenu
**
--------------------------------------------------------------*/
.header-shadow-wrapper {
    height: 17px;
}
.nav-sub {
    z-index: 5;
}   
.nav-sub .nav li {
    position: relative;
    padding: 0 20px;
    margin-left: -1px;
    min-width: 150px;
    font-size: 15px;
    line-height: 50px;
    border-left: 1px solid #e5e5e5;
    /*border-right: 1px solid #dee2e6;*/
}
.nav-sub .nav li>svg {
    position: absolute;
    right: 20px;top: 35%;
    color: #999;
}

.nav-sub .nav .dropdown {
    position: relative;
}
.nav-sub .nav .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    padding: 10px 0;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    z-index: 1;
}
.nav-sub .nav .dropdown-content a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    line-height: 40px;
    color: #666;
}

.bk-txt{
    color: #000 !important;
}



@media (min-width: 992px) {
    .nav-sub .nav .dropdown:hover .dropdown-content {display: block;}
    .nav-sub .nav li.depth2 {
        border-right: 1px solid #e5e5e5;
    }    
}
@media (max-width: 991px) {
    .navik-menu-fixed .overlay-dropdown-plus {
        top: 4px;
    }
    .nav-sub .nav li {
        position: relative;
        /*display: none;*/
        width: 100%;
    }
    .nav-sub .nav li.depth1 {
        border-left: 0;
    }

    .nav-sub .nav li.depth1,
    .nav-sub .nav li.depth2 {display: block;width: 50%;}

    .nav-sub .nav .dropdown-content {
        min-width: 100%;
    }
    .nav-sub .nav li .dropdown-content {
        display: none;
    }
    .nav-sub .nav li.active .dropdown-content {
        display: block;
    }      
}
.nav-sub .nav li.home {
    min-width: 60px;    
}
.nav-sub .nav li.home>a>svg {
    color: #333;
}

.con-table{
    position: relative;
}

.h-100vh {height: 100vh;}

.cu-ul{
    padding-left: 1.5rem !important;
    margin-bottom: 0 !important;
}
.cu-ul > li{
    margin-bottom: 1rem;
}
.cu-ul > li:last-child{
    margin-bottom: 0;
}

.mt-1r{margin-top: 1rem !important;}

[class*='sr__'] {visibility: hidden;}

/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 576px) {   
    .m-txt{
        display: none;
    }
}
@media (min-width: 992px) {   

}

@media (min-width: 1200px) {   
    .sidebar {
        width: 16.6666666667%;
    }
    .sidebar.sidebar-toggle .nav-fixed a.menu {
        display: none !important;
    }
    .columnbox .tab-content {
        min-height: 240px;
    }
    .nav-sub {
        margin-top: -1px;
    }
    .nav-sub .nav li {
        min-width: 200px;
    } 
    .nav-sub .nav .dropdown-content {
        margin-left: -1px;
    }
}
@media (min-width: 1330px) {  
    .container-13 {max-width: 1300px;}
}

@media (max-width: 1199px) {
    .nav-fixed {
        top: 0;
        right: -50px;
    }    
    button.btn.navbar-toggler {
        top: 0;
        width: 50px;
        height: 50px !important;
        color: #fff;
        background: #000 !important;
        border: 0;  
        border-radius: 0;        
    }
    .nav-sub {
        margin-top: 15px;
    }
    .sidebar button.btn.navbar-toggler:before {
        left: 15px;
        top: 13px;
    }
    /*.sidebar {
        margin-left: -250px;
    }
    .sidebar.sidebar-toggle {
        margin-left: 0px;
    }*/
    .content-wrap {
        position: absolute;
        left: 0;top: 50px;
        width: 100%;
        height: 100%;
    }

}   
@media (max-width: 991px) { 
    .site-logo {
        width: 100%;
    }
    .player-caption h2 {
        font-size: 32px;
    }
    .px-xs-0 {
        padding: 0;
    }
}
@media (max-width: 767px) { 
    #overview-box {
        margin-left: -100%;
    }   
    .nav-sub .nav li {
        padding: 0 10px;
        font-size: 14px;
    }
    .nav-pills .nav-link {
        padding: 1rem .1rem;
        font-size: 13px;
    }
}
@media (max-width: 575px) { 
    .scrollbar-use-navbar {
        height: auto;
    }
    .sidebar-menu-fixed {
        overflow-y: scroll;
    }
    #overview-box {
        margin-left: -100%;
        width: 100%;
    }
    #overview-box.open {
        margin-left: 0;
        width: 100%;
    }
    #overview-box .closebtn {
        right: 0;
    }
    #overview-box.open .closebtn {
        left: auto;
    }
    .player-caption h2 {
        font-size: 24px;
    }
    .w-25{width: 25% !important;}

    .m-screen{
        overflow-x: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(60,81,82,0.4);
    }
    .m-txt{
        text-align: center;
        padding: 2rem 1rem;
        background-color: #3396ff;
        border-radius: 10px;
        color: #fff !important;
        position: absolute;
        top: 3rem;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        font-size: 14px;
    }
    
}
@media (max-width: 340px) { 

}
