
.swiper-container {
    width:400px;
    height:196px;
}

img { max-width:100%; height:auto }

html, body {
	margin:0; padding: 0;
    height: 100%; width:100%;
}

ul, li {
	list_style:none;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
    width: 100%;
}

.main-content {
	flex:1;
}

footer {
	padding: 30px 0;
    background:#00081F;
    color:#fff;
}
.menu {
	list-style: none;
    padding-left: 0px;
}
.li {
	padding-left:  0px;
}
.hide{
   list_style:none;
   padding-left:0px;
}

.open{
   list_style:none;
   padding-left:0px;
}
.menu a{cursor:pointer;}
.menu .hide{display:none;}
.menu .open{display:inline;}
.swiper-slide {
    text-align:center;
    display:flex; /* 내용을 중앙정렬 하기위해 flex 사용 */
    align-items:center; /* 위아래 기준 중앙정렬 */
    justify-content:center; /* 좌우 기준 중앙정렬 */
}

.bordertable th, .bordertable td{
  font-size: 13px;      
  border:1px solid #ededed !important;
  font-weight: normal;          
  line-height: 19px;
  color:#20232;
  padding-top: 9px !important;
  padding-bottom: 7px !important;
}
 .case th, .case td{
  font-size: 9px;      
  border:1px solid #ededed !important;
  font-weight: normal;          
  line-height: 12px;
  color:#20232;
  padding-top: 9px !important;
  padding-bottom: 7px !important;
}

.centeringContainer { text-align:center; }
.centered { display:table; margin-left:auto; margin-right:auto; display:inline-block; }

.visual { width:100%; margin:0 auto; text-align:center; }
.visual img { max-width:100%; }

    #sidebar {
        background: #333;
        width: 300px;
        height: 100%;
        top: 0;
        left: -300px;
        position: fixed;
        z-index: 3;
    }
    #sidebar > ul {
        margin:0;
        padding: 0;
        top:50px;
        left:70px;
        position: absolute;
    }
    #sidebar li {
        margin: 0 0 20px;
        list-style: none;
    }
    #sidebar > button {
        background:#333;
        position: absolute;
        top: 150px;
        left: 300px;
        width: 52px;
        height: 52px;
        border: none;
        color: white;
    }

    #fixed-sidebar {
    position: fixed;
    max-width: 20%;
    color: white;
}

#nav { font-family:'arial'; }
    #nav ul{ width:100%; margin:0; padding:0; }
    #nav ul.menu li{ position:relative; float:left; width:100%; list-style-type:none; font-size:40px;}
    #nav ul.menu li a{ display:block; width:100%; height:100%; line-height:100px; text-indent:30px; color:#000; font-weight:bold; text-decoration:none; }
    #nav ul.menu li a:hover{ background:#eee; }
    #nav ul.menu li .sub a{ position:relative; float:left; display:block; width:100%; z-index:999; background:#ccc; }
    #nav ul.menu li .sub a:hover{ background:#444; color:#fff; }

    /* 노말라이즈 */
body, ul, li {
    padding:0;
    margin:0;
    list-style:none;
}
a {
    text-decoration:none;
    color:inherit;
}
/* 노말라이즈 끝 */

/* 라이브러리 */
/* 상단바 */
.mobile-top-bar {
    background-color:white;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:4;
}
.mobile-top-bar > .logo {
    text-align:center;
    color:black;
    font-weight:bold;
    font-size:1.5rem;
}

/* 토글 사이드바 버튼 아이콘 */
.ico {
    position:absolute;
    top:50%;
    left:8px;
    width:20px;
    height:20px;
    transform:translatey(-50%);
    cursor:pointer;
}
.ico > div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:20%;
    background-color:black;
}
.ico > div:nth-child(2) {
    top:40%;
    transition:visibility 0s .15s;
}
.ico.active > div:nth-child(2) {
    visibility:hidden;
    transition:visibility 0s;
}
.ico > div:nth-child(3) {
    top:80%;
}
.ico > div:nth-child(1), .ico > div:nth-child(3) {
    transition:top .15s .15s, transform .15s;
}
.ico.active > div:nth-child(1), .ico.active > div:nth-child(3) {
    top:40%;
    transform:rotate(45deg);
    transition:top .15s, transform .15s .15s;
}
.ico.active > div:nth-child(3) {
    transform:rotate(-45deg);
}

/* 아이콘 색 변화 */
.ico[data-ico-now-animating="Y"] > div {
    background-color:red;
}
/* 라이브러리 끝 */

/* 커스텀 */
/* 좌측 사이드 바 */
/* 좌측 사이드바 배경 */
.left-side-bar-box {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0);
    visibility:hidden;
    transition:visibility .5s, background-color .5s;
}
.left-side-bar-box.active {
    background-color:rgba(0,0,0,0.5);
    visibility:visible;
}

/* 좌측 사이드바 */
.left-side-bar {
    position:fixed;
    top:0;
    left:-250px;
    width:250px;
    height:100%;
    background-color:#efefef;
    padding-top:40px;
    transition:left .5s;
}
.left-side-bar-box.active > .left-side-bar {
    left:0;
}
.left-side-bar > .menu-1 ul > li > a {
    display:block;
    padding:5px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Trebuchet MS", Dotum, Arial;
    text-decoration: none;
}
.left-side-bar > .menu-1 ul > li:hover > a {
    color:red;
    text-decoration: none;
}
/* 혼자가 아닌 a 에 +를 붙혀준다 */
.left-side-bar > .menu-1 ul > li > a:not(:only-child)::after {
    content:"+";
    float:right;
}
/* 엑티브가 있는 메뉴(펼쳐진 메뉴)에 a에 - 를 붙혀준다 */
.left-side-bar > .menu-1 ul > li.active > a:not(:only-child)::after {
    content:"-";
}
.left-side-bar > .menu-1 > ul ul {
    display:none;
    background-color:#dfdfdf;
}
.left-side-bar > .menu-1 > ul ul ul {
    background-color:#cfcfcf;
}
.left-side-bar > .menu-1 > ul ul ul ul {
    background-color:#bdbdbd;
}
.left-side-bar > .menu-1 ul > li.active > ul {
    display:block;
}

.close_ {  float: right;
  cursor: pointer;
  color:white; 
    font-size: 10px;

    background-size: 20px 20px;
    background-repeat:no-repeat;
    background-position:2px;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid white;
    padding-left: 5px;
    padding-right:5px;
    padding-top: 1px;
    position:relative;
}

.close_:hover{ background:#dbdbdb; }

.submenu {
    cursor: pointer;
    text-decoration:none;
    color: white;
    display: block;
    width: 80px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    font-family: "Trebuchet MS", Dotum, Arial;
}
.submenu:hover {
    color: red;
}

.submenu_ {
    cursor: pointer;
    text-decoration:none;
    color: white;
    width: 120px;
    font-size: 9px;
    font-weight: bold;
    line-height: 13px;
    font-family: "Trebuchet MS", Dotum, Arial;
}
.submenu_:hover {
    color: red;
}