@font-face{
    font-family: "Noto Sans KR", sans-serif;
    src:url('../font/NotoSansCJKkr-Medium.otf');
}
body,h1,h2,h3,h4,h5 {font-family: "Noto Sans KR", sans-serif}
body {font-size:16px;}
html {height:100%;}
.w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}
.w3-half img:hover{opacity:1}
.text-white{
  color:white;
}
  
    .jumbotron {
      background-color: #3e87e1;
      color: #fff;
      padding: 100px 25px;
      font-family: Montserrat, sans-serif;
    }
    .container-fluid {
      padding-top: 60px;
      padding-bottom: 50px;
      padding-left: 300px;
      padding-right:300px;
    }
    .bg-grey {
      background-color: #f6f6f6;
    }
    .logo-small {
      color: #3e87e1;
      font-size: 50px;
    }
    .logo {
      color: #3e87e1;
      font-size: 200px;
    }
    .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
    }
    .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
    }
    .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #3e87e1;
    }
    .carousel-indicators li {
      border-color: #3e87e1;
    }
    .carousel-indicators li.active {
      background-color: #3e87e1;
    }
    .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
    }
    .item span {
      font-style: normal;
    }
    .panel {
      border: 1px solid #3e87e1; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
    }
    .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }
    .panel-footer .btn:hover {
      border: 1px solid #3e87e1;
      background-color: #fff !important;
      color: #3e87e1;
    }
    .panel-heading {
      color: #fff !important;
      background-color: #3e87e1 !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }
    .panel-footer {
      background-color: white !important;
    }
    .panel-footer h3 {
      font-size: 32px;
    }
    .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
    }
    .panel-footer .btn {
      margin: 15px 0;
      background-color: #3e87e1;
      color: #fff;
    }
    .navbar {
      margin-bottom: 0;
      background-color: #3e87e1;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
    }
    .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
    }
    .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #3e87e1 !important;
      background-color: #fff !important;
    }
    .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
    }
    footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #3e87e1;
    }
    .slideanim {visibility:hidden;}
    .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
    }
    .form-group{
        margin-bottom:10px;
    }
    .form-group > label {
        font-size:1.2em;
    }
    .form-horizontal {
        padding:30px;
    }
    @keyframes slide {
      0% {
        opacity: 0;
        transform: translateY(70%);
      } 
      100% {
        opacity: 1;
        transform: translateY(0%);
      }
    }
    @-webkit-keyframes slide {
      0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
      } 
      100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
      }
    }
  
    @media screen and (max-width: 1500px) {
      .container-fluid {
          padding-top: 50px;
          padding-bottom: 50px;
          padding-left: 100px;
          padding-right:100px;
        }
    }
  
    @media screen and (max-width: 1200px) {
      .container-fluid {
          padding-top: 50px;
          padding-bottom: 50px;
          padding-left: 30px;
          padding-right:30px;
        }
        .form-group > label {
          font-size:0.9em;
      }
    }
  
    @media screen and (max-width: 768px) {
      .col-sm-4 {
        text-align: center;
        margin: 25px 0;
      }
      .btn-lg {
        width: 100%;
        margin-bottom: 35px;
      }
      .col-sm-8 {
          padding:40px !important;
      }
      img{
          width:50% !important;
          height:50% !important;
      }
      .form-group > label {
          display: none;
      }
    }
    @media screen and (max-width: 480px) {
      .logo {
        font-size: 150px;
      }
      .container-fluid {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
          padding-right:10px;
        }
      .col-sm-8 {
          padding:20px !important;
      }
      
    }
  
a {
    text-decoration: none; 
}
a:hover{
    text-decoration: none; 
}

a:focus{
    text-decoration:none;
}
.kei-btn{
    margin-bottom: 0;
    margin-left: 5px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    user-select: none;
    border: 1px solid transparent;
}


.main-back{
    background: rgb(20,32,158); /* Old browsers */
    background: -moz-linear-gradient(to bottom, #303dbf 0%,#6380d2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, #303dbf 0%,#6380d2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #303dbf 0%,#6380d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14209e', endColorstr='#7886c1',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    margin: 0;
    height: 100%;
    overflow: auto;
}

.sidebar{
	height:100%;
	width:200px;
	position:fixed!important;
	z-index:1;
	overflow:auto;
	display:block !important;
}

.start-btn{
    margin-top:20px;
    width: 220px;
    height:50px;
    background-color: transparent;
    color: white;
    border:solid;
    font-size: large;
    font-weight: bold;
}

.login-btn{
    background-color: transparent;
    color: white;
    border:solid;
    font-size: large;
    font-weight: bold;
}

.tab-btn {
    background-color: transparent;
    color: white;
    border:solid;
    font-size: large;
    font-weight: bold;
    width:33.3333%;
    margin: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    line-height: 1.42857143;
    user-select: none;
    cursor: pointer;
}
.tab-btn:hover{
    text-decoration:none;
    background-color:#fff;
    color:#14209e;
    border:solid #fff;
}
.tab-btn:focus{
    text-decoration:none;
    background-color:#fff;
    color:#14209e;
    border:solid #fff;
}
.tab-btn-active{
    background-color:#fff;
    color:#14209e;
    border:solid #fff;
    font-size: large;
    font-weight: bold;
    width:33.3333%;
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    line-height: 1.42857143;
    user-select: none;
}

.tab-btn2 {
    background-color: transparent;
    color: white;
    border:solid;
    font-size: large;
    font-weight: bold;
    width:50%;
    margin: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    line-height: 1.42857143;
    user-select: none;
    cursor: pointer;
}
.tab-btn2:hover{
    text-decoration:none;
    background-color:#fff;
    color:#14209e;
    border:solid #fff;
}
.tab-btn2:focus{
    text-decoration:none;
    background-color:#fff;
    color:#14209e;
    border:solid #fff;
}
.tab-btn-active2{
    background-color:#fff;
    color:#14209e;
    border:solid #fff;
    font-size: large;
    font-weight: bold;
    width:50%;
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    line-height: 1.42857143;
    user-select: none;
}

.close-btn{
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}
.bootbox-close-button{
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    opacity:10;
    /* text-shadow:0 0px 0 rgb(195, 0, 0); */
}

.bootbox-close-button :hover{
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    opacity:10;
    /* text-shadow:0 0px 0 rgb(195, 0, 0); */
}

.m-bottom-20{
    margin-bottom: 20px;
}
.virtical{
    position: block;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    height:10%;
    margin: auto;
}

.menu-btn:hover{
    background-color: #36458a   !important;
    color:white;
}

.sky-blue{
    background-color : #547beb;
    color : #fff;
}

.gray{
    color: #333;
    background-color:#d8d8d8;
}


.bar-item{
    width: 100%;
    display: block;
    padding: 12px 16px;
    text-align: center;
    border: none;
    white-space: normal;
    float: none;
    font-size: 1.1em;
    outline: 0;
}
.navy{
    background-color: #000b75 !important;
    color:#fff;
}

.margin-t-10{
    margin-top:10px;
  }
  
  .margin-t-20{
    margin-top:20px;
  }
  
  .margin-t-30{
    margin-top:30px;
  }
  
  .margin-t-70{
    margin-top:70px;
  }
  
  .margin-t-80{
    margin-top:80px;
  }
  
  .margin-t-100{
    margin-top:100px;
  }
  
  .padding-l-30{
    padding-left: 30px;;
  }
  .padding-l-100{
    padding-left: 100px;;
  }
  
  .padding-100{
    padding:100px;
  }
  
  .padding-r-100{
      padding-right: 100px;
  }
  
  .padding-lr-150{
    padding-left: 150px;
    padding-right: 150px;
  }
  
  .padding-lr-200{
    padding-left: 200px;
    padding-right: 200px;
  }

  .padding-t-100 {
    padding-top:100px;
  }